@import"https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;400;600;800&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.skeleton-container{width:100%;min-height:100vh;background:#fff;padding:0}.shimmer{position:relative;overflow:hidden;border-radius:6px;background:linear-gradient(180deg,#ececec,#e2e2e2)}.shimmer:after{content:"";position:absolute;inset:0;transform:translate(-150%);background:linear-gradient(100deg,#fff0,#ffffff2e 25%,#ffffff73,#ffffff2e,#fff0 85%);animation:shimmerSlide 1.9s linear infinite}@keyframes shimmerSlide{0%{transform:translate(-150%)}to{transform:translate(150%)}}.pe-header-skeleton{position:relative;width:100%;min-height:280px;margin-bottom:0;overflow:hidden}.pe-bg-skeleton{position:absolute;top:0;left:0;width:100%;height:0px;border-radius:0;background:linear-gradient(135deg,#f0f3f8,#e8ecf0)}.pe-content-skeleton{position:relative;display:flex;flex-direction:row;align-items:flex-end;padding:120px 20px 30px;gap:40px;z-index:1;margin-top:-50px;margin-left:10px}.pe-logo-wrapper{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;max-width:-moz-max-content;max-width:max-content;filter:drop-shadow(0 4px 4px rgba(0,0,0,.25))}.pe-logo-circle{width:180px;height:180px;border-radius:50%;background:#ececec;border:8px solid #ffffff;position:relative;overflow:hidden}.pe-logo-circle:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);border-radius:50%}.pe-camera-icon{position:absolute;bottom:0;right:13px;width:40px;height:40px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;z-index:2}.pe-title{width:200px;height:30px;margin:0 0 40px;border-radius:4px}.pe-tabs-skeleton{display:flex;gap:0;padding:0;margin:0;border-bottom:2px solid #e0e0e0;list-style:none;background:#fff}.pe-tab-item{width:180px;height:50px;margin-bottom:-2px;border-bottom:2px solid transparent;border-radius:0}.pe-tab-item:first-child{border-bottom-color:#055358;border-bottom-width:2px}.pe-form-skeleton{padding:30px 20px;background:#fff}.pe-form-section-title{width:250px;height:28px;margin-bottom:25px;border-radius:4px}.pe-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:30px}.pe-form-column{display:flex;flex-direction:column;gap:20px}.pe-form-field{display:flex;flex-direction:column;gap:8px}.pe-label{width:150px;height:18px;margin-bottom:5px;border-radius:4px}.pe-input{width:100%;height:42px;border-radius:6px;border:1px solid transparent}.pe-textarea{width:100%;height:90px;border-radius:6px;border:1px solid transparent}.pe-select{width:100%;height:42px;border-radius:6px;border:1px solid transparent}.pe-form-button{width:135px;height:42px;padding-top:2px;margin-left:auto;margin-right:10px;border-radius:6px}.form-skeleton-wrapper{width:100%;padding:30px;max-width:1200px;margin:0 auto}.form-header-skeleton{margin-bottom:40px}.form-title{width:300px;height:32px;margin-bottom:12px}.form-subtitle{width:500px;height:20px}.form-sections{display:flex;flex-direction:column;gap:40px;margin-bottom:40px}.form-section-skeleton{padding:25px;background:#f9f9f9;border-radius:8px}.section-title{width:200px;height:24px;margin-bottom:25px}.form-fields-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.form-field-skeleton{display:flex;flex-direction:column;gap:8px}.field-label{width:100px;height:16px}.field-input{width:100%;height:42px}.form-actions-skeleton{display:flex;gap:15px;justify-content:flex-end;padding-top:20px;border-top:1px solid #e0e0e0}.action-button{width:140px;height:42px}.table-page-skeleton{width:100%;padding:20px}.tp-header-skeleton{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;gap:20px}.tp-header-left{flex:1}.tp-title{width:280px;height:32px}.tp-header-right{display:flex;gap:15px;align-items:center}.tp-search{width:250px;height:40px}.tp-button{width:140px;height:40px}.tp-table-skeleton{width:100%;margin-bottom:25px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.tp-table-header{display:grid;grid-template-columns:60px 100px 120px 150px 120px 120px 100px 120px;gap:15px;padding:15px;background:#f5f5f5;border-bottom:2px solid #e0e0e0}.tp-th{height:20px}.tp-table-row{display:grid;grid-template-columns:60px 100px 120px 150px 120px 120px 100px 120px;gap:15px;padding:18px 15px;border-bottom:1px solid #f0f0f0}.tp-table-row:last-child{border-bottom:none}.tp-td{height:18px}.tp-pagination-skeleton{display:flex;justify-content:space-between;align-items:center;padding:15px 0}.tp-pagination-info{width:180px;height:18px}.tp-pagination-buttons{display:flex;gap:8px}.tp-pagination-btn{width:36px;height:36px;border-radius:4px}.dashboard-content-skeleton{width:100%;padding:20px}.dc-greeting{width:250px;height:32px;margin-bottom:25px}.dc-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.dc-card{display:flex;align-items:center;gap:15px;padding:20px;background:#f9f9f9;border-radius:8px;min-height:100px}.dc-card-icon{width:60px;height:60px;border-radius:8px;background:#ececec;flex-shrink:0}.dc-card-content{flex:1;display:flex;flex-direction:column;gap:8px}.dc-card-label{width:120px;height:16px}.dc-card-value{width:80px;height:24px}.dc-charts-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.dc-chart-box{padding:20px;background:#f9f9f9;border-radius:8px}.dc-chart-title{width:200px;height:20px;margin-bottom:20px}.dc-chart-container{width:100%;height:250px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.dc-chart-circle{width:180px;height:180px;border-radius:50%;background:#ececec}.dc-chart-bars{display:flex;align-items:flex-end;justify-content:space-around;height:200px;gap:10px}.dc-bar{width:40px;height:100%;background:#ececec;border-radius:4px 4px 0 0}.dc-chart-legend{display:flex;flex-direction:column;gap:10px}.dc-legend-item{width:100%;height:18px}.dc-chart-tabs{display:flex;gap:10px;justify-content:center;margin-top:15px}.dc-tab{width:80px;height:32px;border-radius:4px}.modal-skeleton-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.modal-skeleton-content{background:#fff;border-radius:8px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #00000026}.modal-skeleton-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e0e0e0}.modal-title{width:200px;height:24px}.modal-close{width:24px;height:24px;border-radius:4px}.modal-skeleton-body{padding:20px}.modal-row{display:flex;align-items:center;gap:10px;margin-bottom:15px;padding:12px 0}.modal-label{width:120px;height:18px}.modal-separator{width:8px;height:1px}.modal-value{flex:1;height:18px}.modal-actions{display:flex;gap:15px;justify-content:flex-end;margin-top:25px;padding-top:20px;border-top:1px solid #e0e0e0}.modal-button{width:120px;height:40px;border-radius:6px}@media(max-width:1024px){.pe-form-grid{grid-template-columns:1fr}.pe-content-skeleton{flex-direction:column;align-items:center;text-align:center;margin-left:0}.pe-title{margin-top:10px;margin-bottom:20px}.form-fields-grid{grid-template-columns:1fr}.tp-table-header,.tp-table-row{grid-template-columns:repeat(4,1fr)}.dc-cards-grid{grid-template-columns:repeat(2,1fr)}.dc-charts-wrapper{grid-template-columns:1fr}}@media(max-width:768px){.tp-header-skeleton{flex-direction:column;align-items:stretch}.tp-header-right{flex-direction:column;width:100%}.tp-search,.tp-button{width:100%}.dc-cards-grid{grid-template-columns:1fr}.modal-skeleton-content{max-width:95%}}.sp-skeleton-card{background:var(--color-white);border:1px solid var(--dark-green-color);border-radius:var(--custom-radius);padding:1.5625rem;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.sp-skeleton-title{width:70%;height:24px;margin:0 auto 1.25rem}.sp-skeleton-price{width:50%;height:32px;margin:0 auto 1.25rem}.sp-skeleton-divider{width:100%;height:1px;background:var(--border-marketplace);margin:1.25rem 0}.sp-skeleton-description{width:100%;height:40px;margin-bottom:2rem}.sp-skeleton-features-title{width:60px;height:18px;margin-bottom:1.25rem}.sp-skeleton-feature-item{display:flex;align-items:center;gap:12px;margin-bottom:.75rem}.sp-skeleton-feature-icon{width:20px;height:20px;border-radius:50%;flex-shrink:0}.sp-skeleton-feature-text{flex:1;height:14px}.sp-skeleton-button{width:100%;height:48px;margin-top:auto;border-radius:var(--custom-radius)}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.reh__payment-popup-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9998;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease-out}.reh__payment-popup-container{background-color:#eef8ff;width:100%;max-width:480px;border-radius:32px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;position:relative;animation:zoomIn .3s ease-out}.reh__payment-popup-close{position:absolute;top:24px;right:24px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffff80;color:#055358;cursor:pointer;transition:all .2s;z-index:10}.reh__payment-popup-close:hover{background:#fff;transform:scale(1.1)}.reh__payment-popup-content{padding:32px}.reh__payment-popup-header{margin-bottom:24px}.reh__payment-popup-header h6{color:#055358;font-weight:700;font-size:20px;margin:0 0 4px}.reh__payment-popup-header p{color:#00c2ff;font-size:12px;font-weight:500;margin:0}.reh__stripe-field-group{display:flex;flex-direction:column;margin-bottom:16px}.reh__stripe-label{font-size:12px;font-weight:600;color:#055358;margin-bottom:6px}.reh__stripe-input-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;transition:border-color .2s}.reh__stripe-input-wrapper:focus-within{border-color:#00c2ff}.reh__stripe-native-input{width:100%;border:none;outline:none;font-size:14px;color:#333}.reh__stripe-native-input::-moz-placeholder{color:#9ca3af}.reh__stripe-native-input::placeholder{color:#9ca3af}.reh__apple-pay-btn{width:100%;background:#000;color:#fff;border:none;border-radius:12px;padding:12px;font-weight:600;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-bottom:24px;transition:opacity .2s}.reh__apple-pay-btn:hover{opacity:.9}.reh__payment-tabs{display:flex;gap:8px;margin-bottom:24px}.reh__payment-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px;border-radius:12px;border:2px solid transparent;cursor:pointer;transition:all .2s}.reh__payment-tab.active{border-color:#00c2ff;background:#fff;box-shadow:0 4px 6px -1px #0000001a}.reh__payment-tab.disabled{opacity:.6;background:#f1f5f9}.reh__payment-tab-icon{font-size:20px;margin-bottom:4px}.reh__payment-tab-label{font-size:10px;font-weight:700;color:#1a1a1a}.reh__payment-tab-more{width:40px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:12px;font-weight:700;color:#1a1a1a;cursor:pointer;opacity:.6}.reh__card-number-container{position:relative}.reh__card-brands-row{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;gap:6px;align-items:center}.reh__stripe-cardlogo{width:32px;height:20px;background-size:contain;background-position:center;background-repeat:no-repeat;filter:grayscale(1);opacity:.3;transition:all .3s ease}.reh__stripe-cardlogo.active{filter:none;opacity:1;transform:scale(1.1)}.reh__stripe-cardlogo[title=Visa]{background-image:url(/img/seller/visa.svg)}.reh__stripe-cardlogo[title=Mastercard]{background-image:url(/img/seller/mastercard.svg)}.reh__stripe-cardlogo[title="American Express"]{background-image:url(/img/seller/amex.svg)}.reh__stripe-cardlogo[title=Discover]{background-image:url(/img/seller/discover.svg)}.reh__stripe-cardlogo:after{content:attr(title);font-size:8px;display:block;text-align:center;line-height:20px;color:#94a3b8}.reh__stripe-cardlogo.active:after{color:#055358}.reh__form-row{display:flex;gap:16px}.reh__form-row>div{flex:1}.reh__submit-order-btn{width:100%;background:#00c2ff;color:#fff;border:none;border-radius:16px;padding:16px;font-weight:700;font-size:16px;cursor:pointer;margin-top:24px;box-shadow:0 10px 15px -3px #00c2ff4d;transition:all .2s}.reh__submit-order-btn:hover:not(:disabled){background:#00b0e6;transform:translateY(-2px);box-shadow:0 12px 20px -3px #00c2ff66}.reh__submit-order-btn:active:not(:disabled){transform:translateY(0)}.reh__submit-order-btn:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none}.reh__secure-footer{text-align:center;margin-top:16px;font-size:10px;color:#94a3b8}@keyframes zoomIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.reh__paypal-content-wrapper{background:#fff;border-radius:16px;padding:24px;border:1px solid #dbeafe}.reh__payment-summary-small{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.reh__payment-summary-label{font-size:10px;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.reh__payment-summary-value{font-size:24px;color:#055358;font-weight:900}.reh__payment-summary-method{text-align:right}.reh__payment-summary-method-name{font-size:12px;font-weight:700;color:#3b82f6;text-transform:uppercase}:root{--white-col: #ffffff;--color-box-shadow: 0 5px 15px rgba(0, 0, 0, .08);--color-box-shadow-sidebar: 0px 2px 10px 0px #0000001A;--color-sidebar-title: #333;--color-search-icon: #aaa;--color-search-input-border: #33333333;--color-navitem-bg: #0484811A;--color-navitem: #048481;--color-chatlist-bg: #F7F7F7;--color-chatavatar-bg: #4CAF50;--color-chatname: #252A36;--color-chattime: #333333;--color-chatpreview: #333333B2;--color-chatarea-header-border: #eaeaea;--color-chatmessages-bg: #fafafa;--color-messagecontentsent-shadow: 0 1px 2px rgba(0, 102, 255, .2);--color-messagecontentreceived-shadow: 0 1px 2px rgba(0, 0, 0, .05);--color-messagetime: #999;--color-messagetimesent: rgba(255, 255, 255, .8);--color-textarea: #BEBEBE}.reh__chat_section{padding:2.5rem 0}.reh__chatContainer{display:flex;width:100%;height:calc(100dvh - 5rem);background-color:var(--white-col);border-radius:.625rem;box-shadow:var(--color-box-shadow);overflow:hidden}.reh__sidebar{width:23.563rem;background-color:var(--white-col);box-shadow:var(--color-box-shadow-sidebar);display:flex;flex-direction:column;margin:.625rem;padding:.625rem;border-radius:.375rem}.reh__sidebarHeader{padding:1.25rem 0 0;text-align:center}.reh__sidebarTitle{font-size:1rem;font-weight:600;color:var(--color-sidebar-title);margin:0}.reh__sidebarSearch{padding:1.25rem 0;position:relative}.reh__searchIcon{position:absolute;right:1.625rem;top:50%;transform:translateY(-50%);color:var(--color-search-icon);display:flex;align-items:center}.reh__searchInput{width:100%;padding:.625rem .9375rem .625rem 1rem;border:.0625rem solid var(--color-search-input-border);border-radius:.375rem;font-size:.875rem;outline:none;background-color:var(--white-col);box-sizing:border-box}.reh__sidebarNav{padding:0 0 1.25rem}.reh__navList{list-style:none;margin:0;padding:0;display:flex;align-items:center;flex-wrap:wrap;gap:.625rem}.reh__navItem{font-size:.75rem;padding:.375rem .625rem;display:flex;align-items:center;cursor:pointer;background:var(--color-navitem-bg);color:var(--color-navitem);border-radius:1.25rem;transition:background-color .2s}.reh__navItemActive{background-color:var(--color-navitem);color:var(--white-col)}.reh__nav-icon{margin-right:.3rem;display:flex;align-items:center}.reh__chatList{border:.0625rem solid var(--color-search-input-border);border-radius:.375rem;background-color:var(--color-chatlist-bg);margin:0 0 1.25rem;padding-block:.781rem;transition:height .3s ease}.reh__chatItem{display:flex;padding:.75rem .5625rem;margin:.625rem;border:.0625rem solid var(--color-search-input-border);border-radius:.375rem;background-color:var(--white-col);cursor:pointer;transition:background-color .2s}.reh__chatItem.reh__chatItemActive{border-color:var(--color-navitem)}.reh__chatItem:last-child{margin-bottom:0}.reh__chatAvatar{position:relative;width:2.8125rem;height:2.8125rem;border-radius:50%;background-color:var(--color-chatavatar-bg);display:flex;align-items:center;justify-content:center;margin-right:1rem;color:var(--white-col);border:.0625rem solid var(--color-search-input-border);font-weight:500;font-size:.875rem;flex-shrink:0}.reh__chat-status{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;width:.888rem;height:.888rem;background-color:#fff;border-radius:50%;z-index:1}.reh__chat-statusinner{width:.688rem;height:.688rem;background-color:#d6d6d6;border-radius:50%}.reh__chat-activestatus .reh__chat-statusinner{background-color:var(--color-navitem)}.reh__chatInfo{flex:1;min-width:0}.reh__chatHeader,.reh__chatBottomHeader{display:flex;justify-content:space-between;margin-bottom:.3125rem}.reh__chatBottomHeader{margin:0}.reh__chatNotification{display:flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;border-radius:50%;background-color:var(--color-navitem)}.reh__chatNotification span{font-size:.675rem;display:inline-block;color:var(--white-col)}.reh__chatName{font-weight:700;font-size:.875rem;color:var(--color-chatname);max-width:11.875rem}.reh__chatTime{font-size:.625rem;color:var(--color-chattime)}.reh__chatPreview{font-size:.6875rem;color:var(--color-chatpreview);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:11.875rem;line-height:1.1875rem}.reh__chatArea{flex:1;display:flex;flex-direction:column;min-height:0}.reh__chatAreaHeader{padding:.9375rem 1.25rem;border-bottom:.0625rem solid var(--color-chatarea-header-border);display:flex;align-items:center;gap:1rem;background-color:var(--white-col);position:sticky;top:0;z-index:10}.reh__chatUserInfo{display:flex;align-items:center}.reh__chatUserAvatar{width:2.5rem;height:2.5rem;border-radius:50%;background-color:var(--color-chatavatar-bg);margin-right:.75rem;display:flex;align-items:center;justify-content:center;color:var(--white-col);font-weight:600}.reh__chatUserName{font-size:1rem;font-weight:600;margin-bottom:.125rem;margin:0}.reh__chatUserStatus{font-size:.8125rem;color:var(--color-chatavatar-bg)}.reh__chatMessages{flex:1;padding:1.25rem;background-color:var(--color-chatmessages-bg);display:flex;flex-direction:column;overflow-y:auto;min-height:0}.reh__messagesInner{display:flex;flex-direction:column;margin-top:auto}.reh__message{display:flex}.reh__message:not(:last-child){margin-bottom:.9375rem}.reh__messageReceived{justify-content:flex-start}.reh__messageSent{justify-content:flex-end}.reh__messageContent{max-width:70%;padding:.75rem 1rem;border-radius:.375rem;position:relative;line-height:1.4;word-break:break-word;word-wrap:break-word}.reh__messageContentReceived{background-color:var(--color-chatpreview);border:.0625rem solid var(--color-chatarea-header-border);color:var(--white-col);border-top-left-radius:0;box-shadow:var(--color-messagecontentreceived-shadow)}.reh__messageContentSent{background-color:var(--color-navitem);color:var(--white-col);border-bottom-right-radius:0;border-top-right-radius:0;box-shadow:var(--color-messagecontentsent-shadow)}.reh__messageText{word-wrap:break-word;white-space:pre-wrap}.reh__readMoreBtn{background:none;border:none;color:var(--white-col);cursor:pointer;font-size:.75rem;margin-top:.3125rem;padding:0;text-decoration:underline;font-weight:600}.reh__readMoreBtnSent{color:var(--white-col)}.reh__messageTime{font-size:.6875rem;color:var();text-align:right;color:var(--white-col)}.reh__chatInputArea{padding:1.25rem;border-top:.0625rem solid var(--color-chatarea-header-border);align-items:center;flex-shrink:0;gap:.625rem;background-color:var(--white-col)}.reh__chatInputIcons{display:flex;gap:1.25rem;color:var(--color-chattime);font-size:1.25rem}.reh__inputIcon{cursor:pointer;display:flex;align-items:center}.reh__chatInput{flex:1;position:relative;border:.0625rem solid var(--color-search-input-border);padding:.875rem 1.25rem;border-radius:.625rem;display:flex;align-items:center;gap:1.25rem}.reh__textareachat{width:100%;border:none;font-size:1rem;resize:none;outline:none;min-height:2.8125rem;max-height:7.5rem;line-height:1;background-color:var(--white-col);overflow-y:auto;font-family:inherit;box-sizing:border-box;scrollbar-width:none}.reh__sendButton{background-color:var(--color-navitem);color:var(--white-col);border:none;border-radius:50%;width:1.9375rem;height:1.9375rem;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.875rem;transition:background-color .2s;flex-shrink:0}.reh__sendButton svg{position:relative;left:.09rem}.reh__textareachat::-moz-placeholder{color:var(--color-textarea)}.reh__textareachat::placeholder{color:var(--color-textarea)}.reh__textareachat:focus{box-shadow:none;outline:none}.reh__chatArrow{display:none;cursor:pointer}.reh__chat_section .reh__create-service{margin-bottom:1rem}.reh__chat_section .reh__order_h h4{margin:0;font-size:1.25rem}.reh__chat_section .reh__supportteam{font-size:1rem;font-weight:600;color:#055358;max-width:18.938rem}.reh__message_tik{margin-top:.3125rem;display:flex;align-items:center;justify-content:end;gap:.4rem}.reh__faqwp{padding-inline:.675rem;position:relative;cursor:pointer}.reh__faqwp svg{position:absolute;top:50%;right:1rem;transform:translateY(-50%);transition:.3s}.is-closed .reh__faqwp svg{transform:translateY(-50%) rotate(180deg)}.reh__faqopen-close{overflow:hidden;transition:max-height .3s ease,opacity .2s ease}.is-closed .reh__faqopen-close{max-height:0;opacity:0}.is-open .reh__faqopen-close{max-height:37.5rem;opacity:1}.reh__emptyState{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--color-chatmessages-bg);text-align:center;padding:1rem .675rem}.reh__emptyStateImg{max-width:20rem;width:100%;height:auto;margin-bottom:1.25rem}.reh__emptyState h3{font-size:1.25rem;color:var(--color-sidebar-title);margin-bottom:.5rem!important}.reh__emptyState p{font-size:.875rem}.reh__sidebar .reh__create-service img{height:auto;width:1rem}@media(max-width:767px){.reh__chatArrow{display:block}.reh__chatContainer{flex-direction:column;max-width:calc(100% - 1rem);margin:0 auto}.reh__faqwp{padding-inline:0}.reh__faqwp svg{right:0}.reh__sidebar{width:100%;height:auto;margin:0;border-radius:0;box-shadow:none}.reh__sidebarSearch{padding:.625rem 0}.reh__sidebarNav{padding-bottom:.625rem}.reh__chatList{margin:0 0 .625rem;border:0;padding-inline:.781rem}.reh__chatItem{margin:.375rem 0;padding:.625rem}.reh__chatArea{width:100%;overflow-y:auto}.reh__chatAreaHeader{padding:.625rem .9375rem}.reh__chatUserName{font-size:.875rem}.reh__chatUserStatus{font-size:.75rem}.reh__chatMessages{padding:.75rem}.reh__messageContent{max-width:85%;font-size:.875rem;padding:.625rem .875rem}.reh__messageTime{font-size:.625rem}.reh__chatInputArea{padding:.625rem}.reh__chatInput{padding:.625rem .875rem;gap:.75rem}.reh__textareachat{font-size:.875rem;min-height:2.375rem;max-height:5.625rem}.reh__chatInputIcons{gap:.75rem}.reh__sendButton{width:2.25rem;height:2.25rem}.reh__sidebarHidden{display:none}}.reh__chat-statusinner.offline{background-color:#d6d6d6}.reh__chat-statusinner.online{background-color:var(--color-navitem);box-shadow:0 0 #048481b3;animation:reh__pulse 2s infinite}@keyframes reh__pulse{0%{box-shadow:0 0 #04848166}70%{box-shadow:0 0 0 6px #04848100}to{box-shadow:0 0 #04848100}}.reh__typingWrapper{display:flex;justify-content:flex-start;padding:4px 12px 8px;margin:0}.reh__typingBubble{position:relative;background:#048481;padding:7px 12px;border-radius:16px;min-width:44px;display:inline-flex;align-items:center;justify-content:center;gap:5px;animation:reh__fadeIn .3s ease-out;box-shadow:0 1px 1px #00000014}.reh__typingBubble:before{content:"";position:absolute;bottom:-5px;left:8px;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:10px solid #048481;transform:rotate(12deg)}.reh__typingDot{width:6px;height:6px;background-color:#fff;border-radius:50%;animation:reh__typingPulse 1.4s infinite ease-in-out;opacity:.6}.reh__typingDot:nth-child(1){animation-delay:0s}.reh__typingDot:nth-child(2){animation-delay:.2s}.reh__typingDot:nth-child(3){animation-delay:.4s}@keyframes reh__typingPulse{0%,to{transform:scale(.9);opacity:.5}50%{transform:scale(1.1);opacity:1}}@keyframes reh__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.reh__imagePreviewContainer{display:flex;gap:10px;padding:10px;overflow-x:auto}.reh__imagePreviewItem{position:relative;width:260px;height:260px;border-radius:8px;overflow:hidden;flex-shrink:0}.reh__imagePreviewItem img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reh__removeImageBtn{position:absolute;top:2px;right:2px;background:#00000080;color:#fff;border:none;border-radius:50%;width:16px;height:16px;font-size:12px;display:flex;align-items:center;justify-content:center;cursor:pointer}:root{--text-color-70: #717171;--dark-orange-10: #F1E5DF;--color-white: #ffffff;--color-white-70: #ffffffb3;--color-white-20: #ffffff33;--green-color: #048481;--green-color-10: #DFECEC;--dark-green-color: #055358;--orange-color: #fe8c03;--background-secondary: #F7F7F7;--medium-orange-color: #df6813;--dark-orange-color: #b64003;--dark-orange-10: #F8ECE6;--dark-green-color-10: #E6F3F3;--medium-orange-color-10: #F5E9E1;--dark-orange-color-10: #F1E5DF;--text-color: #333;--text-color-20: #D0D0D0;--text-color-70: #6F6F6F;--dark-green-10: #E6F3F3;--border-marketplace: rgb(51, 51, 51, .2);--border-marketplace10: #EBEBEB;--shadow-smooth: 0px 5px 15px 0px rgba(0, 0, 0, .1);--shadow-card: 0px 4px 20px 0px rgba(0, 0, 0, .8);--custom-radius: 6px;--my-line-count: 5;--line-heading-count: 2;--line-count-4: 4;--leading-height: 1.4;--leading-height-2: 1.2;--leading-height-1: 1;--text-sm: 1.125rem;--text-md: 1.375rem;--text-xs: 1rem;--text-xxs: .875rem;--root-font-size: 16px;--font-h1: 3.75rem;--font-h2: 3.125rem;--font-h3: 2.625rem;--font-h4: 2.25rem;--font-h5: 1.375rem;--font-h6: 1.125rem}html,body{height:100%;width:100%;font-family:libre franklin,helvetica neue,helvetica,arial,sans-serif}*{box-sizing:border-box;font-family:libre franklin,helvetica neue,helvetica,arial,sans-serif!important;margin:0;padding:0}@font-face{font-family:FontAwesome;src:url(/js/fontawesome-webfont.woff2) format("woff2");font-display:swap}h1{font-size:var(--font-h1)}h2{font-size:var(--font-h2)}h3{font-size:var(--font-h3)}h4{font-size:var(--font-h4)}h5{font-size:var(--font-h5)}h6{font-size:var(--font-h6)}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}.text-white{color:var(--color-white)}.reh__h1{font-size:3.125rem}@media(max-width:1440px){:root{--root-font-size: 1vw;--text-xxs: 1rem}}@media(max-width:1280px){:root{--text-xxs: 1.25rem}}@media(max-width:1024px){:root{--root-font-size: 1.5625vw;--font-h1: 3.125rem;--font-h2: 2.5rem;--font-h3: 2.125rem;--font-h4: 1.75rem;--font-h5: 1.25rem;--font-h6: 1rem;--text-xxs: .875rem;--text-md: 1.375rem;--text-xs: 1rem}}@media(max-width:767px){:root{--root-font-size: 2.0834vw;--font-h1: 2.5rem;--font-h2: 2rem;--font-h3: 1.75rem;--font-h4: 1.5rem;--font-h5: 1.25rem;--font-h6: 1rem;--text-sm: 14px}}@media(max-width:639px){:root{--font-h1: 2.8rem;--font-h2: 2.4rem;--font-h3: 2.2rem;--font-h4: 28px;--font-h5: 24px;--font-h6: 20px;--text-sm: 14px;--text-md: 1rem;--text-xs: 1rem}}@media(max-width:425px){:root{--root-font-size: 3.7647vw;--font-h1: 1.75rem;--font-h2: 1.5rem;--font-h3: 1.25rem;--font-h4: 1.135rem;--font-h5: 1.125rem;--font-h6: 1rem;--text-sm: .875rem;--text-md: .875rem;--text-xs: .875rem}}body,h1,h2,h3,h4,h5,h6,p,span,a{margin:0;padding:0}html{font-size:var(--root-font-size);-webkit-text-size-adjust:100%;-webkit-font-smoothing:subpixel-antialiased;-ms-text-size-adjust:100%;scroll-behavior:smooth}.container{max-width:100%;padding:0 15px;width:100%;margin:auto}@media(min-width:1024px){.container{max-width:1320px}}.w-full{width:100%}.h-full{height:100%}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.inline-block{display:inline-block}.shadow-smooth{box-shadow:var(--shadow-smooth)}.object-cover{-o-object-fit:cover;object-fit:cover}.flex-col{flex-direction:column}.leading-height{line-height:var(--leading-height)}.leading-height-2{line-height:var(--leading-height-2)}.leading-height-1{line-height:var(--leading-height-1)}.text-center{text-align:center}.reh__bg--white{background-color:var(--color-white)}.reh__bg--secondary{background-color:var(--background-secondary)}.rotate{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg)}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}button{background-color:transparent;border:none;padding:0}.overflow-hidden{overflow:hidden}.border-marketplace{border:1px solid var(--border-marketplace)}.rounded-full{border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%}.border-solid{--tw-border-style: solid}:where(.divide-border-marketplace>:not(:last-child)){border-color:var(--border-marketplace)}.custom-divider>*+*{border-top:1px solid var(--border-marketplace)}.reh__header{position:fixed;top:0;left:0;z-index:99999;background-color:var(--color-white);padding:14.5px 0;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s}.reh__logo{height:60px;width:auto}.reh__logo img{width:100%;height:100%}.reh__header-right,.reh__btn-group{gap:16px}.reh__btn-main-wrap{gap:10px}.reh__cart-header{border-radius:38px;-webkit-border-radius:38px;-moz-border-radius:38px;-ms-border-radius:38px;-o-border-radius:38px;height:32px;padding:0 8px;gap:6px}.reh__cart-img-header{height:16px}.reh__cart-header p{width:20px;height:20px;background-color:var(--medium-orange-color);color:var(--color-white);font-size:10px}.reh__profile{text-align:left;cursor:pointer}.reh__dropdown-button{gap:4px}.reh__profile_img{width:40px;height:40px}.reh__profile--wrap-header{text-align:left;gap:4px}.reh__profile-heading{font-size:12px}.reh__profile--heading-header+p{font-size:14px;color:var(--green-color);font-weight:600}.text-color{color:var(--text-color)}.reh__profile-wrap+img{width:11px}.reh__dropdownMenu{right:0;margin-top:.5rem;width:10rem;background-color:var(--color-white);border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;z-index:99}.reh__dropdown_menu{padding-inline:10px;width:100%}.reh__dropdown_menu a{padding-block:8px;font-size:12px;font-weight:500;gap:10px}.reh__dropdown_menu a:last-of-type{color:var(--dark-orange-color)}.reh__header_icon-wrap{border:1px solid var(--text-color);height:26px;width:26px}.reh__dropdown_menu a:last-of-type .reh__header_icon-wrap{border-color:var(--dark-orange-color);background-color:var(--dark-orange-10)}#reh__header .reh__header_icon{width:1rem;height:1rem}#reh__header .reh__header_icon img{width:100%;height:100%}.reh__dropdown_menu a:last-of-type .reh__header_icon{width:.875rem}footer{background-color:#333541;padding-top:2rem;color:var(--color-white)}.reh__footer_wrap{gap:2rem}.reh__footer_left{gap:1.25rem}.reh__footer_logo{width:120px}.reh__footer_logo img{width:100%;height:100%}.reh__footer_logo+p{font-size:1.125rem;max-width:100%;color:var(--color-white-70)}.reh__footer_right{font-size:1.125rem;gap:1.25rem}.reh__contact-wrap{gap:10px;color:var(--color-white);font-size:1.125rem}.reh__contact-info{gap:1.5rem}.reh__contact-wrap img{width:auto;height:1rem}.reh__contact-wrap img+span{font-size:var(--text-xs)}.reh__social-icons{gap:1.25rem}.reh__social-icons a{transition:all .4s ease-in-out;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;width:32px;height:32px;background-color:var(--dark-green-color);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out}.reh__social-icons a img{width:auto;height:14px}.reh__social-icons a:hover{background-color:var(--green-color)}.reh__copyright{border-top:1px solid var(--color-white-20);color:var(--color-white-70);margin-top:2.5rem;padding-block:1.25rem;text-align:center;font-size:var(--text-xs);font-weight:400}.reh__footer_logo+p{text-align:center}.reh__btn-primary{font-size:var(--text-sm);border:1px solid var(--medium-orange-color);background-color:var(--medium-orange-color);max-width:-moz-max-content;max-width:max-content;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);color:#fff;max-height:-moz-max-content;max-height:max-content;font-weight:500;padding-inline:1.5rem;padding-block:.6667rem;z-index:2;overflow:hidden;cursor:pointer}.reh__btn-primary:hover{color:var(--color-white);border-color:var(--green-color)}.reh__primary-img{border:1px solid var(--medium-orange-color);transition:all .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:all .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:all .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:all .3s cubic-bezier(.37,.31,.31,.9);-o-transition:all .3s cubic-bezier(.37,.31,.31,.9)}.reh__signup-wizard--next-btn{color:#fff;font-weight:500;cursor:pointer;padding-inline:1.25rem;padding-block:.5rem;gap:.5rem;z-index:2;border-radius:var(--custom-radius);max-width:-moz-max-content;max-width:max-content;background-color:var(--medium-orange-color);border:1px solid var(--medium-orange-color);transition:all .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:all .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:all .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:all .3s cubic-bezier(.37,.31,.31,.9);-o-transition:all .3s cubic-bezier(.37,.31,.31,.9);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__signup-wizard--next-btn p{font-size:12px}.reh__signup-wizard--next-btn img{width:.875rem;height:auto}.reh__primary-img:hover{border-color:var(--green-color)}.reh__btn-primary.reh__btn-primary-transparent{background-color:transparent;color:var(--medium-orange-color);border:1px solid var(--medium-orange-color)}.reh__btn-primary:after,.reh__primary-img:after{background-color:var(--green-color);content:"";position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);z-index:-1;transform:scaleX(0);transform-origin:right center;transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9)}.reh__btn-primary:hover:after,.reh__primary-img:hover:after{transform:scaleX(1);transform-origin:left center;border-color:currentColor;z-index:-1}.reh__btn-border:after{background-color:var(--medium-orange-color);transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9)}.reh__btn-border-dark-green:after{z-index:0;background-color:var(--dark-green-color);transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9)}.reh__btn-border:hover{color:var(--color-white);transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9)}.reh__btn-border:hover img{filter:brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(158deg) brightness(101%) contrast(104%)}.reh__header{transition:all .3s ease}.reh__banner{transition:margin-top .3s ease}main{min-height:100%;overflow:hidden}.reh__top-margin{margin-top:110px}@media(max-width:767px){.reh__top-margin{margin-top:99px}br{display:none}}@media(max-width:639px){.reh__top-margin{margin-top:89px}}.reh__sticky{margin-top:0}.reh__header.sticky{box-shadow:0 2px 8px #00000014;transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9)}.reh__btn-wrap{position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);-moz-transition:all .3s cubic-bezier(.4,0,.2,1);-ms-transition:all .3s cubic-bezier(.4,0,.2,1);-o-transition:all .3s cubic-bezier(.4,0,.2,1)}.reh__btn{font-size:14px;height:40px;overflow:hidden;width:auto;display:flex;align-items:center;background-color:var(--dark-green-color);color:#fff;border-radius:50px;margin:auto;border:2px solid var(--dark-green-color);transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);-moz-transition:all .3s cubic-bezier(.4,0,.2,1);-ms-transition:all .3s cubic-bezier(.4,0,.2,1);-o-transition:all .3s cubic-bezier(.4,0,.2,1)}.reh__btn span{color:var(--color-white);transform:translate(20px);opacity:0;width:0;z-index:-1;font-size:14px;right:100%;padding:10px 18px;transition:width .4s ease,transform .4s ease,opacity .4s ease;-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);-webkit-transition:width .4s ease,transform .4s ease,opacity .4s ease;-moz-transition:width .4s ease,transform .4s ease,opacity .4s ease;-ms-transition:width .4s ease,transform .4s ease,opacity .4s ease;-o-transition:width .4s ease,transform .4s ease,opacity .4s ease}.reh__btn:hover{padding:18px 20px 18px 0;border:2px solid var(--dark-green-color)}.reh__btn:hover span{right:0;width:auto;opacity:1;transition-delay:.1s;transform:translate(0);-webkit-transform:translateX(0px);-moz-transform:translateX(0px);-ms-transform:translateX(0px);-o-transform:translateX(0px);z-index:1}.reh__btn:hover img{margin-left:0}.reh__btn:hover .span{visibility:visible}.reh__btn-img{transition:all .3s cubic-bezier(.4,0,.2,1);background-color:var(--dark-green-color);width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;position:absolute;left:auto;top:0;right:0;z-index:2}.reh__btn-img img{transition:all .3s cubic-bezier(.4,0,.2,1);color:var(--dark-green-color);width:20px;height:20px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);-moz-transition:all .3s cubic-bezier(.4,0,.2,1);-ms-transition:all .3s cubic-bezier(.4,0,.2,1);-o-transition:all .3s cubic-bezier(.4,0,.2,1)}.ren__bcrumb-link:before{content:"";width:0;height:0;border-style:solid!important;border-width:4px 0 4px 4px!important;border-color:transparent transparent transparent var(--color-white)!important;display:inline-block;margin:0 15px;vertical-align:middle}.tooltip-arrow:after{content:"";position:absolute;top:88%;left:50%;transform:translate(-50%) rotate(45deg);width:20px;height:20px;background:var(--color-white);border-radius:3px;filter:drop-shadow(0px 5px 15px 0px rgba(0,0,0,.1));-webkit-filter:drop-shadow(0px 5px 15px 0px rgba(0,0,0,.1))}.reh__check-group label{margin-bottom:0;font-weight:400;color:var(--text-color)}.reh__check-group input[type=checkbox]{height:20px;width:20px;margin:0;padding:0;opacity:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--dark-green-color);border-radius:2px;background:transparent;position:relative;flex-shrink:0}@media(max-width:425px){.reh__h1{font-size:2rem;line-height:1.4}.reh__check-group input[type=checkbox]{width:16px;height:16px}.reh__check-group input[type=checkbox]:checked:before{top:8px;left:1px}.reh__check-group input[type=checkbox]:checked:after{top:6px;left:3px}.reh__profile-wrap{display:none}.reh__product--details-right .reh__profile-wrap{display:flex}}@media(min-width:640px){.reh__logo{height:70px}.reh__header-right{gap:28px}.reh__btn-main-wrap{display:flex}.reh__dropdown-button{gap:8px}.reh__profile--heading-header{display:flex;font-size:1.125rem}.reh__profile--heading-header+p{font-size:16px;display:flex}.reh__profile-wrap+img{width:14px}.reh__dropdown_menu a{padding-block:.625rem;font-size:.875rem}.reh__cart-header{height:40px;padding:0 12px}.reh__footer_logo{height:100px;width:auto}.reh__contact-info{flex-direction:row}.custom-border-right>*:not(:last-child){border-right:1px solid var(--color-white-20);padding-right:1.5rem}.reh__contact-wrap{font-size:1rem}.reh__contact-wrap img{height:1.125rem}.reh__contact-info:last-child .reh__contact-wrap{padding-right:0}.reh__social-icons a{height:2.5rem;width:2.5rem}.reh__social-icons a img{height:1.25rem}.reh__signup-wizard--next-btn{min-width:130px;min-height:40px}.reh__signup-wizard--next-btn img{width:16px}.reh__signup-wizard--next-btn p{font-size:var(--text-sm)}}@media(min-width:768px){.reh__logo{height:81px}.reh__cart-img-header{height:20px;width:auto}.reh__cart-header p{width:24px;height:24px;font-size:12px}.reh__dropdown-button{gap:14px}.reh__profile_img{width:48px;height:48px}.reh__profile-heading+p{font-size:1rem}footer{padding-top:3.125rem}.reh__footer_wrap{flex-direction:row}.reh__footer_left{align-items:flex-start}.reh__footer_logo{height:10rem}.reh__footer_logo+p{font-size:1rem;max-width:28rem;width:100%;text-align:start}.reh__footer_right{align-items:flex-end;gap:1.75rem}.reh__contact-wrap{font-size:1rem}.reh__social-icons a{border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.reh__btn-primary{font-size:var(--text-xs)}}@media(min-width:1024px){.reh__social-icons a{border-radius:14px;-webkit-border-radius:14px;-moz-border-radius:14px;-ms-border-radius:14px;-o-border-radius:14px}.reh__signup-wizard--next-btn p{font-size:var(--text-xs)}}.reh__header-auth{gap:.625rem}.reh__header-auth--btn{font-size:12px;font-weight:500;padding-block:8px!important;border:1px solid var(--medium-orange-color);overflow:hidden}.reh__header-auth .reh__header-auth--btn+.reh__account--button-border{background-color:transparent;color:var(--medium-orange-color);border-color:var(--medium-orange-color)}@media(min-width:640px){.reh__header-auth--btn{min-height:40px;font-size:14px}}@media(min-width:768px){.reh__header-auth{gap:1.25rem}}@media(min-width:1024px){.reh__header-auth--btn{min-height:50px}}@media(min-width:1280px){.reh__header-auth--btn{font-size:16px}}@media(max-width:320px){a.reh__header-auth--btn.reh__btn-primary{padding-inline:10px}.reh__header-auth{flex-wrap:wrap;justify-content:end}}@media(max-width:280px){.reh__header-auth--btn{font-size:10px}}.reh__border-transparent,.reh__border-bg,.reh__border-dark-green,.reh__dark-green-transparent,.reh__border-dark-orange{position:relative;overflow:hidden;font-size:var(--text-sm);border:1px solid var(--medium-orange-color);background-color:transparent;max-width:-moz-max-content;max-width:max-content;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);color:#fff;max-height:-moz-max-content;max-height:max-content;font-weight:500;z-index:2;gap:7px;cursor:pointer;transition:all .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:all .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:all .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:all .3s cubic-bezier(.37,.31,.31,.9);-o-transition:all .3s cubic-bezier(.37,.31,.31,.9)}.reh__border-transparent p{color:var(--medium-orange-color);transition:all .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:all .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:all .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:all .3s cubic-bezier(.37,.31,.31,.9);-o-transition:all .3s cubic-bezier(.37,.31,.31,.9)}.reh__border-transparent:after,.reh__border-bg:after,.reh__border-dark-green:after,.reh__dark-green-transparent:after,.reh__border-dark-orange:after{background-color:var(--medium-orange-color);content:"";position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);z-index:-1;transform:scaleX(0);transform-origin:right center;transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9)}.reh__border-transparent:hover:after,.reh__border-bg:hover:after,.reh__border-dark-green:hover:after,.reh__dark-green-transparent:hover:after,.reh__border-dark-orange:hover:after{transform:scaleX(1);transform-origin:left center;border-color:currentColor;z-index:-1}.reh__border-transparent:hover p{color:var(--color-white)}.reh__border-transparent:hover img{filter:brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(158deg) brightness(101%) contrast(104%)}.reh__border-bg{background-color:var(--medium-orange-color)}.reh__border-bg:after{background-color:var(--dark-green-color)}.reh__border-bg img,.reh__border-dark-green img{filter:brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(158deg) brightness(101%) contrast(104%);transition:all .3s cubic-bezier(.37,.31,.31,.9)}.reh__border-bg:hover{border-color:var(--dark-green-color)}.reh__border-dark-green{background-color:var(--dark-green-color);border:1px solid var(--dark-green-color)}.reh__border-dark-green:hover{border:1px solid var(--green-color)}.reh__border-dark-green:after{background-color:var(--green-color)}.reh__dark-green-transparent{background-color:transparent;border:1px solid var(--dark-green-color)}.reh__dark-green-transparent img{filter:brightness(0) saturate(100%) invert(24%) sepia(19%) saturate(2679%) hue-rotate(141deg) brightness(96%) contrast(96%)}.reh__dark-green-transparent:hover img{filter:brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(158deg) brightness(101%) contrast(104%)}.reh__dark-green-transparent p{color:var(--dark-green-color)}.reh__dark-green-transparent:hover p{color:var(--color-white)}.reh__dark-green-transparent:after{background-color:var(--dark-green-color)}.reh__border-dark-orange{background-color:var(--dark-orange-color)}.reh__border-text{background-color:transparent;border-color:var(--text-color);max-width:-moz-max-content;max-width:max-content;border:1px solid var(--text-color);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;cursor:pointer}.reh__border-text p{transition:all .3s ease-in-out}.reh__border-text:hover{background-color:var(--text-color)}.reh__border-text:hover p{color:var(--color-white)}.reh__border-text p{color:var(--text-color)}.app_flex_div{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh}.app_flex_div_half{display:flex;justify-content:center;align-items:center;height:50vh}.reh__grid-section{display:grid;grid-template-columns:repeat(2,1fr);gap:50px}.reh__grid-section h6{margin-bottom:24px;color:var(--green-color);font-size:16px;font-weight:500;line-height:19.6px}.reh__buyer_selectwrap:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);background-image:url(/img/seller/products/63514/dropdown.svg);background-size:cover;background-repeat:no-repeat;pointer-events:none;width:14px;height:8px;background-size:100%}.reh__buyer_form-field label{position:relative;margin:0 0 10px;display:block;font-size:16px;font-weight:500;line-height:1.2;color:var(--text-color)}.reh__buyer_form-field input[type=text],.reh__buyer_form-field input[type=email],.reh__buyer_form-field input[type=number],.reh__buyer_form-field input[type=password],.reh__buyer_form-field textarea,.reh__buyer_form-field select{width:100%;padding:10px 16px;border:1px solid var(--border-marketplace);border-radius:6px;background-color:var(--background-secondary);box-sizing:border-box;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;font-size:1rem;line-height:1.5}.reh__buyer_form-field input[type=number]::-moz-placeholder,.reh__buyer_form-field input[type=text]::-moz-placeholder,.reh__buyer_form-field input[type=password]::-moz-placeholder,.reh__buyer_form-field textarea::-moz-placeholder,.reh__buyer_form-field select::-moz-placeholder{font-size:1rem;color:var(--text-color)}.reh__buyer_form-field input[type=number]::placeholder,.reh__buyer_form-field input[type=text]::placeholder,.reh__buyer_form-field input[type=password]::placeholder,.reh__buyer_form-field textarea::placeholder,.reh__buyer_form-field select::placeholder{font-size:1rem;color:var(--text-color)}.reh__buyer_form-field select:focus-visible{outline:none;border:1px solid var(--border-marketplace)}textarea{overflow:auto}label{display:inline-block;max-width:100%;margin-bottom:8px;font-weight:700}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.reh__buyer_form-field textarea:focus-visible,.reh__buyer_form-field input:focus-visible{border:1px solid var(--border-marketplace);outline:none}.reh__buyer_form-radio label:after{content:"";position:relative;left:50%;top:-4px;transform:translate(-50%,50%) scale(0);width:7px;height:7px;display:flex;background-color:var(--dark-green-color);border-radius:50%;transition:transform .3s ease;-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-ms-transition:transform .3s ease;-o-transition:transform .3s ease;-webkit-transform:translate(-50%,50%) scale(0);-moz-transform:translate(-50%,50%) scale(0);-ms-transform:translate(-50%,50%) scale(0);-o-transform:translate(-50%,50%) scale(0)}.cust_radio:checked+label:before{border-color:var(--dark-green-color)}.cust_radio:checked+label:after{transform:translate(-50%,50%) scale(1);-webkit-transform:translate(-50%,50%) scale(1);-moz-transform:translate(-50%,50%) scale(1);-ms-transform:translate(-50%,50%) scale(1);-o-transform:translate(-50%,50%) scale(1)}.reh__buyer_form-radio label:before{content:"";position:absolute;left:50%;top:86%;transform:translate(-50%,-50%);width:15px;height:15px;border:.5px solid var(--dark-green-color);border-radius:50%;background-color:transparent;transition:border-color .3s ease,background-color .3s ease;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}.reh__buyer_form-radio input[type=radio]:checked+label{color:var(--dark-green-color)}.custom-radio input[type=radio]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border:1px solid var(--dark-green-color);border-radius:50%;outline:none;cursor:pointer;position:relative}.custom-radio input[type=radio]:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:8px;height:8px;background-color:var(--dark-green-color);border-radius:50%;transition:transform .2s ease-in-out}.custom-radio input[type=radio]:checked:before{transform:translate(-50%,-50%) scale(1)}.custom-radio{margin-bottom:0}.reh__signup-wizard--step.step-current{background-color:var(--dark-orange-color)}.reh__signup-wizard--step.step-complete{border-color:var(--dark-green-color)}.reh__signup-wizard--step.step-incomplete{background-color:var(--white-color);border-color:var(--text-color)}.reh__signup-wizard--step.step-incomplete p{color:var(--text-color)}.reh__signup-wizard--step-titles .title-current{color:var(--dark-orange-color)}.reh__star{color:var(--dark-orange-color);font-weight:700}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\	;line-height:normal;box-sizing:border-box;padding:0}.reh__radio-group label{font-weight:400;margin-bottom:0;position:relative;padding-left:22px;cursor:pointer;line-height:1.2;font-size:15px;color:#333333e5;font-weight:500;display:inline-block}.reh__radio-group input[type=radio]+label:before{content:"";position:absolute;left:0;top:0;width:14px;height:14px;border:1px solid var(--dark-green-color);border-radius:100%;background:transparent}.reh__radio-group input[type=radio]+label:after{content:"";width:8px;height:8px;background:var(--dark-green-color);position:absolute;top:4px;left:4px;border-radius:100%;transition:all .2s ease;opacity:0;transform:scale(0)}.reh__file-input{display:none}.reh__file-label{display:flex;align-items:center;justify-content:space-between;background-color:#f5f5f5;border:1px solid #ccc;padding:10px 14px;border-radius:6px;cursor:pointer;font-family:Arial,sans-serif}.reh__file-btn{background-color:var(--background-secondary);color:var(--text-color);padding:.4rem .9rem;border-radius:4px;font-size:1rem;max-width:-moz-max-content;max-width:max-content;display:flex;border:1px solid var(--border-marketplace)}.reh__file-name{font-size:14px;color:#666;margin-left:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media(max-width:811px)and (min-width:767px){.reh__buyer_form-radio label:after{top:-3px}}@media(max-width:683px)and (min-width:320px){.reh__buyer_form-radio label:after{top:-2px}}@media(max-width:1024px){.reh__buyer_form-field input[type=number]::-moz-placeholder{font-size:1rem}.reh__buyer_form-field input[type=text],.reh__buyer_form-field input[type=email],.reh__buyer_form-field input[type=number],.reh__buyer_form-field input[type=password],.reh__buyer_form-field textarea,.reh__buyer_form-field select,.reh__buyer_form-field input[type=number]::placeholder{font-size:1rem}}@media(max-width:768px){.reh__buyer_form-field{margin-bottom:14px}.reh__buyer_form-field label,.reh__radio-group label{font-size:14px;line-height:1.4}.reh__buyer_form-field input[type=text],.reh__buyer_form-field input[type=email],.reh__buyer_form-field input[type=number],.reh__buyer_form-field input[type=password],.reh__buyer_form-field textarea,.reh__buyer_form-field select{padding:8px 12px;font-size:14px}.reh__buyer_form-field input[type=number]::-moz-placeholder,.reh__buyer_form-field input[type=text]::-moz-placeholder,.reh__buyer_form-field input[type=password]::-moz-placeholder,.reh__buyer_form-field textarea::-moz-placeholder,.reh__buyer_form-field select::-moz-placeholder{font-size:14px}.reh__buyer_form-field input[type=number]::placeholder,.reh__buyer_form-field input[type=text]::placeholder,.reh__buyer_form-field input[type=password]::placeholder,.reh__buyer_form-field textarea::placeholder,.reh__buyer_form-field select::placeholder{font-size:14px}}@media(max-width:375px){.reh__buyer_form-field{margin-bottom:12px}}.reh__checkbox-input:checked+.reh__checkbox-label:before{background-color:var(--dark-green-color);border-color:var(--dark-green-color);background-image:url(/img/seller/check_box_arrow.svg);background-size:80%;background-position:2px;z-index:9;background-repeat:no-repeat}.reh__formCstm-dropdown{width:100%;margin-bottom:20px}.reh__formCstm-dropdown .reh__dropdown-label{margin-bottom:10px;display:block;color:var(--text-color)}.reh__formCstm-dropdown .reh___dropdown-btn:focus-visible{border:1px solid var(--border-marketplace);outline:none}.text-success{color:#3c763d!important}.text-danger{color:#a94442!important}.form-error{color:#c33;font-weight:400;width:100%;font-size:17px;padding:-1 0 0 20px;margin-top:5px}.reh__buyer_con h1,.reh__buyer_con h2,.reh__buyer_con h3,.reh__buyer_con h4,.reh__buyer_con h5,.reh__buyer_con h6,p{margin:0;padding:0}.reh__buyer_form{background:#f7f7f7;padding:50px 0}.reh__buyer_formdet{padding:10px 20px;border-radius:6px;border:.5px solid var(--border-marketplace)}.reh__buyer_form-top{display:flex;align-items:center;gap:45px;padding:10px 0}.reh__buyer_form-top h1{font-size:24px;line-height:1.4;padding:0;margin:0;font-weight:500}.reh__buyer_formdet hr{border-bottom:.5px solid var(--border-marketplace);margin:10px 0 30px}.reh__buyer_form-menulist{list-style:none;display:flex;flex-direction:column;gap:25px;position:relative;z-index:99;padding:15px 10px}.reh__buyer_form-menulist:before{content:"";position:absolute;background-color:#3333330d;width:55px;height:100%;bottom:0;left:0;z-index:-1;border-radius:26px}.reh__buyer_form-menulist:after{content:"";position:absolute;background-color:var(--border-marketplace);width:.5px;height:90%;bottom:0;left:26px;z-index:-1;top:15px}.reh__buyer_form-menulist li a{display:flex;align-items:center;gap:25px;cursor:pointer;transition:all ease-in-out .5s;padding:0;color:#333}.reh__buyer_form-menulist li p:nth-child(1){font-size:16px;line-height:normal;padding:7px 14.5px;background-color:#f7f7f7;border:.5px solid #333;border-radius:50%;font-weight:600;width:35px;height:35px;display:flex;align-items:center;justify-content:center;margin:0;position:relative}.reh__buyer_form-menulist li .nav-link p:nth-of-type(2){font-size:16px;line-height:normal;font-weight:600;margin:0}.reh__buyer_form-menulist li a.active p:nth-child(1){color:#fff;border:.5px solid var(--dark-orange-color);background-color:var(--dark-orange-color)}.reh__buyer_form-menulist li a.active p:nth-child(2){color:var(--dark-orange-color)}.reh__buyer_form-menulist .nav-link img{position:absolute;visibility:hidden}.reh__buyer_form-menulist .a.nav-link{position:relative}#smartwizard .nav .done p:nth-child(1){opacity:0}.reh__buyer_form-menulist a.nav-link.default.active img,.reh__buyer_form-menulist a.nav-link.default img{opacity:0}.reh__buyer_form-menulist a.nav-link.default.done img{opacity:1}.reh__buyer_form-menulist li a.nav-link.default.done p:nth-of-type(2){color:var(--dark-green-color)}.reh__buyer_form-menulist a.nav-link.default.active p:nth-of-type(2){color:var(--dark-orange-color)}.reh__buyer_form-bottom{display:grid;grid-template-columns:30% 70%;align-items:flex-start}.reh__buyer_form-con{position:relative;padding-left:30px;height:100%}.reh__buyer_form-con:before{content:"";position:absolute;left:0;width:1px;height:100%;background-color:var(--border-marketplace)}.nav>li>a:focus,.nav>li>a:hover{background-color:transparent}.reh__buyer_com,.reh__buyer_con,.reh__buyer_pro,.reh__buyer_Ship,.reh__buyer_del,.reh__buyer_plat,.reh__buyer_sup,.reh__buyer_feed{padding:15px 0;height:100%}.reh__buyer_form-con form,.reh__marketplace-altcontact-box{display:flex;flex-direction:column;gap:20px;height:100%;width:100%;justify-content:space-between}.reh__form-input-main{display:flex;flex-direction:column;gap:30px}.reh__form-input-wrap{display:flex;flex-direction:column;height:100%;justify-content:space-between;gap:30px}.reh__buyer_form-con .show{height:100%}.reh__buyer_form-field{display:flex;flex-direction:column;gap:10px;width:100%}.reh__buyer_form-con .error{font-size:12px;font-weight:600;color:var(--dark-orange-color)}.reh__buyer_form-field label{font-size:16px;line-height:normal;font-weight:600;margin:0}.reh__buyer_form-field input,.reh__buyer_form-field textarea,.reh__buyer_form-field select{padding:8px 16px;font-size:14px!important;border-radius:6px;background:#fff;border:.5px solid var(--border-marketplace);resize:none;font-weight:400!important}.reh__buyer_form-field input:focus,.reh__buyer_form-field textarea:focus{border:.5px solid var(--border-marketplace);outline:0;box-shadow:none;font-weight:400!important}.reh__check-group label{display:inline-block;margin:0;font-size:16px;line-height:normal;font-weight:400}.cust_check{accent-color:var(--dark-green-color)}.reh__buyer_btnwrap{display:flex;justify-content:space-between;gap:20px;align-items:center}.reh__buyer_form input[type=submit]{border:none;background:transparent;font-size:16px;font-weight:500;line-height:normal;width:100%;height:100%}.reh__buyer_formbtn{background:var(--medium-orange-color);gap:5px;display:flex;align-items:center;width:100%;max-width:185px;justify-content:center;height:45px;border-radius:6px;color:#fff;cursor:pointer;transition:all ease-in-out .5s}.reh__buyer_formbtn img.right_arrow{transform:rotateY(180deg)}.reh__buyer_formbtn:hover,.reh__buyer_formbtn:hover .reh__buyer_form input[type=submit]{background-color:var(--dark-green-color)}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}.reh__buyer_form-radio label{position:relative;padding-left:20px;cursor:pointer;font-size:14px;line-height:normal}.reh__buyer_form-radio label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:15px;height:15px;border:.5px solid var(--dark-green-color);border-radius:50%;background-color:transparent;transition:border-color .3s ease,background-color .3s ease}.reh__buyer_radio{display:flex;gap:15px;flex-wrap:wrap;flex-direction:column}.reh__buyer_custradio input[type=radio]:checked+label{background-color:#04848133;border-color:var(--dark-green-color)}.reh__buyer_ser{flex-direction:column;justify-content:flex-start!important;text-align:left;align-items:flex-start!important;padding:20px!important}.reh__buyer_ser h5{padding:0;margin:2px;font-size:16px;line-height:1.4}.reh__buyer_ser p{text-align:left;margin:0}.reh__buyer_radiolist{display:flex;flex-direction:column;gap:20px}form.reh__buyer_formwrap h3,form.reh__buyer_formwrap h4{color:var(--green-color);font-size:18px;padding:0;margin-bottom:0}.reh__buyer_selectfield{position:relative}.reh__buyer_select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;cursor:pointer;font-size:14px;line-height:normal}select.reh__buyer_selectfield{width:100%}.reh__buyer_selectfield{-moz-appearance:none;appearance:none;-webkit-appearance:none}.reh__buyer_selectwrap:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);background-image:url(/img/seller/products/63514/arrow-down.svg);background-size:cover;background-repeat:no-repeat;pointer-events:none;width:14px;height:8px;background-size:100%}.reh__info-wrap{display:flex;gap:5px;align-items:center}.reh__info-wrap img{width:15px;height:auto}.reh__buyer_select{display:flex;gap:15px}.reh__buyer_form-menulist .nav-link.done li p:nth-child(2){color:var(--dark-green-color)}.reh__buyer_form-bottom.sw-theme-arrows{border:none}.reh__custom-toolbar #backBtn,.reh__custom-toolbar #continueBtn,#continueBtn_two{background-color:var(--medium-orange-color);color:#fff;border:none;border-radius:6px;padding:10px 20px;font-size:16px;width:185px;height:45px;cursor:pointer;transition:all ease-in-out .5s}.reh__custom-toolbar #backBtn:hover,.reh__custom-toolbar #continueBtn:hover{background-color:var(--dark-green-color)}.reh__custom-toolbar #continueBtn:after,#continueBtn_two:after{margin-left:5px;transform:rotateY(180deg)}.reh__custom-toolbar #backBtn:before,.reh__custom-toolbar #continueBtn:after,#continueBtn_two:after{content:url(/img/seller/products/63514/arrow-left-btn.svg);display:inline-block;vertical-align:middle;position:relative;height:16px;width:17px;margin-right:5px}.btn:focus{outline:none!important;box-shadow:none}.sw .toolbar{padding:0!important}.sw-btn{display:none!important}.reh__custom-toolbar{display:flex;justify-content:end}.reh__buyer_btn{display:flex;justify-content:space-between;width:64%}.reh__buyer_checkwrap{display:flex;flex-direction:column;gap:10px}.sw>.tab-content>.tab-pane{padding:0!important}.reh__pop-con-wrap{background-color:#242d3d;width:90%;max-width:688px;border-radius:6px;z-index:999;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;position:relative;overflow:hidden}.reh_popup-con{padding:20px 30px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#048481 #fff;color:#fff;height:60vh}.reh__cls-btn svg{width:12px;height:12px;display:flex}.reh__cls-btn{position:absolute;top:auto;right:4%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;background-color:#242d3d}.reh__cls-btn svg path{transition:all ease-in-out .3s;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s}.reh__cls-btn:hover svg path{fill:var(--medium-orange-color)}.reh__type-wrap{margin-bottom:15px}.reh__type-wrap p{margin-bottom:5px;font-size:14px;font-weight:600;line-height:20px}.reh__type-wrap span{font-size:14px;font-weight:400;line-height:20px}.reh__payment{display:flex;align-items:center;flex-direction:column;gap:8px}.reh__payment:first-child{border-right:1px solid #E4E7E9}.reh__payment p{margin-bottom:0;font-size:12px;color:#191c1f;font-weight:500}.reh__payment-wrap{display:flex;background-color:#fff;border:.5px solid var(--border-marketplace);max-width:553px;width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px;padding:15px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__payment-bank label{height:20px}.reh__payment-bank{display:flex}#additional-checkbox{margin-left:22px}#additional-checkbox input[type=checkbox]{width:16px;height:16px}#additional-checkbox input[type=checkbox]:checked:before{width:5px;top:8px;left:2px;transform:rotate(43deg);-webkit-transform:rotate(43deg);-moz-transform:rotate(43deg);-ms-transform:rotate(43deg);-o-transform:rotate(43deg)}#additional-checkbox input[type=checkbox]:checked:after{width:10px;top:6px;left:4px;transform:rotate(-46deg);-webkit-transform:rotate(-46deg);-moz-transform:rotate(-46deg);-ms-transform:rotate(-46deg);-o-transform:rotate(-46deg)}#continueBtn_two{display:none}#reh__dashboard-thank{display:flex;flex-direction:column;gap:20px;max-width:554px;width:100%;margin:auto;align-items:center;text-align:center;justify-content:center;height:100%}#reh__dashboard-thank .reh__dashboard-btn{background-color:var(--medium-orange-color);color:#fff;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;padding:10px 20px;font-size:16px;height:45px;cursor:pointer;transition:all ease-in-out .5s}#reh__dashboard-thank .reh__dashboard-btn:hover{background-color:var(--dark-green-color);color:#fff}#reh__dashboard-thank .reh__dashboard-btn:focus{color:#fff}#reh__dashboard-thank{display:flex}#reh__dashboard-thank h3{color:var(--dark-green-color);font-weight:500}#reh__dashboard-thank .text-danger{color:var(--dark-orange-color)}#reh__dashboard-thank h4{color:var(--text-color);font-size:20px;font-weight:400}#reh__dashboard-thank p{color:var(--text-color);font-size:14px;line-height:20px;font-weight:400}#reh__dashboard-thank h3,#reh__dashboard-thank h4,#reh__dashboard-thank p{margin:0;padding:0}#reh__dashboard-thank img{width:65px;height:65px}.reh__Suspended #reh__dashboard-thank img{width:50px;height:auto}input.is-invalid{border-color:red}.sw>.tab-content{height:auto!important}#additional-checkbox input:disabled{opacity:.5;cursor:not-allowed}#additional-checkbox input:disabled+label{opacity:.5;cursor:not-allowed}.reh__alternative-contact{display:none;flex-direction:column;gap:20px}@media(max-width:1024px){.reh__buyer_formbtn{max-width:135px}}@media(max-width:991px){.reh__buyer_form-bottom{flex-direction:column;gap:0;display:flex;align-items:normal}.reh__buyer_form-con:before{display:none}.reh__buyer_form-con{padding:0}.reh__buyer_form-menu,.reh__buyer_form-con{flex:0 0 100%;max-width:100%}.reh__buyer_form-menulist{border-right:none;flex-direction:row;overflow-x:auto;padding:10px;border-radius:26px;background:#3333330d;margin-bottom:20px}.reh__buyer_form-menulist:before{width:100%;height:74%;bottom:0;left:0;top:10px;display:none}.reh__buyer_form-menulist li .nav-link p:nth-of-type(2){white-space:nowrap}.reh__buyer_form-menulist:after{display:none}.reh__buyer_form-menulist li a{gap:11px}.reh__buyer_com,.reh__buyer_con,.reh__buyer_pro,.reh__buyer_Ship,.reh__buyer_del,.reh__buyer_plat,.reh__buyer_sup,.reh__buyer_feed{padding:20px 0}.tab-content.reh__buyer_form-con{border-top:.5px solid var(--border-marketplace)}.tab-content.reh__buyer_form-con.reh__Suspended{border:none}.reh__buyer_btn{width:100%}}@media(max-width:768px){.reh__buyer_form-top h1{font-size:20px}.reh__buyer_form-top{gap:20px;padding:4px 0}}@media(max-width:670px){.reh__buyer_checklist{display:grid;grid-template-columns:repeat(3,1fr)}}@media(max-width:575px){.reh__buyer_select{width:100%;flex-direction:column}.reh__buyer_checklist{display:grid;grid-template-columns:repeat(2,1fr)}.reh__custom-toolbar #backBtn,.reh__custom-toolbar #continueBtn{width:-moz-fit-content;width:fit-content}.reh__payment-wrap{grid-template-columns:repeat(1,1fr);grid-row-gap:15px}.reh__payment:first-child{border-right:none;border-bottom:1px solid #E4E7E9;padding:0 0 10px}.reh__custom-toolbar #backBtn,.reh__custom-toolbar #continueBtn,#continueBtn_two{padding:8px 12px;font-size:12px;height:auto}.reh__buyer_form-top h1{font-size:20px}.reh__buyer_formdet hr{margin:16px 0}.reh__buyer_form-menulist li .nav-link p:nth-of-type(2){font-size:14px}.reh__buyer_form-menulist li p:nth-child(1){font-size:14px;width:30px;height:30px}#reh__dashboard-thank .reh__dashboard-btn{font-size:14px}#reh__dashboard-thank img{width:40px;height:40px}.reh__buyer_form-field label{font-size:14px}}@media(max-width:375px){.reh__buyer_checklist{display:grid;grid-template-columns:repeat(1,1fr)}}.reh__buyer_form-menulist::-webkit-scrollbar{width:5px;height:5px}.reh__buyer_form-menulist::-webkit-scrollbar-track{box-shadow:inset 0 0 5px gray;border-radius:15px}.reh__buyer_form-menulist::-webkit-scrollbar-thumb{background:#055358;border-radius:15px}.reh__buyer_form-menulist .nav-link.disabled{pointer-events:none;opacity:.5}.reh__buyer_form-menulist .nav-link.completed{pointer-events:auto;opacity:1}.hide{display:none}#reh__seller-type-info-popup{z-index:9999999}.reh__buyer_formwrap .reh__buyer_form-field{margin-bottom:0!important}.reh__buyer_form-field .ck.ck-editor{width:100%}.reh__order-table{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:1.25rem;gap:1rem}.reh__order-table a{display:flex;align-items:center;gap:8px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__order-table a svg{width:14px;height:auto}.reh__order-table a:hover svg path{stroke:var(--dark-green-color)}.reh__history caption{font-size:1.5em;margin:.5em 0 .75em}.reh__view-d a svg{width:14px;height:auto;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__view-d a{display:flex;align-items:center;gap:9px}.reh__view-d:hover svg{transform:translate(4px);-webkit-transform:translateX(4px);-moz-transform:translateX(4px);-ms-transform:translateX(4px);-o-transform:translateX(4px)}.reh__view-d a p{color:var(--dark-green-color);font-size:14px;font-weight:600;line-height:20px}.reh__progress{font-weight:500;font-size:14px;line-height:20px;color:var(--medium-orange-color)}.reh__completed{color:var(--dark-green-color)}.reh__cancel{color:var(--dark-orange-color)}.reh__add-pro{font-size:14px;font-weight:500;background-color:var(--medium-orange-color);color:#fff;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;display:inline-block;-o-border-radius:6px;display:flex;max-width:-moz-max-content;max-width:max-content;position:relative;overflow:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.reh__add-pro a{z-index:2;color:#fff;width:100%;height:100%;padding:13px 26px}.reh__add-pro:after{background-color:var(--green-color);content:"";position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);z-index:1;transform:scaleX(0);transform-origin:right center;transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9)}.reh__add-pro:hover:after{transform:scaleX(1);transform-origin:left center}.reh__buyer_radio,#reh_service-type-box{display:flex;gap:10px;flex-wrap:wrap;flex-direction:column}.reh__p__dropdown-button:after{position:absolute;content:"";right:16px;background-image:url(./images/profile-dropdown.svg);background-size:100%;width:14px;height:7px;background-repeat:no-repeat}.popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;justify-content:center;align-items:center;z-index:99999;padding:14px}#reh__create-project-popup .reh__buyer_form-field input[type=text]{background-color:var(--color-white)}#reh__product-negotiation-popup .reh__buyer_form-field input,#reh__product-negotiation-popup .reh__buyer_form-field textarea{text-align:start}#addressPopup .reh__add-pro{padding:10px 42px;font-size:12px}.reh__edit-stoc-wrap h1,.reh__edit-stoc-wrap h2,.reh__edit-stoc-wrap h3,.reh__edit-stoc-wrap h4,.reh__edit-stoc-wrap h5,.reh__edit-stoc-wrap h6,.reh__edit-stoc-wrap p{margin:0;padding:0}.popup .reh__save-change button{background-color:transparent;z-index:2;color:#fff;border:none;padding:10px 42px;font-size:12px}.popup .reh__save-change{font-size:16px;font-weight:500;background-color:var(--medium-orange-color);color:#fff;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;display:inline-block;-o-border-radius:6px;margin:40px 0 0 auto;display:flex;max-width:-moz-max-content;max-width:max-content;position:relative;overflow:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.reh__save-change:after{background-color:var(--green-color);content:"";position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);z-index:1;transform:scaleX(0);transform-origin:right center;transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0)}.reh__save-change:hover:after{transform:scaleX(1);transform-origin:left center;-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1)}.reh__thumbnail{width:64px;height:64px;margin:auto;overflow:hidden;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.reh__thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reh__small-cont{width:7%}.reh__mid-cont{width:10%}.reh__name-trunc{width:16%}.reh__in-stock{color:var(--dark-green-color)}.reh__in-stock,.reh__out-stock{font-weight:600!important}.reh__status{color:var(--green-color)}.reh__status,.reh__name-color,.reh__deactive{font-weight:600!important}.reh__out-stock{color:var(--medium-orange-color)}#reh__product-add{display:flex;flex-direction:column;gap:40px}.reh__main-container-hold{display:flex;flex-direction:column;gap:20px}.reh__seller_product--form .reh__buyer_formwrap{display:grid;grid-template-columns:calc(50% - 10px) calc(50% - 10px);grid-template-rows:1fr;gap:20px}.reh__seller_product--form .reh__buyer_com{padding:0;border:none}.reh__meta-keyword p{color:var(--dark-green-color);font-size:12px;line-height:1.4;font-weight:500;margin-top:2px}.reh__buyer_form-field{display:flex;flex-direction:column;gap:10px;width:100%;align-items:start}.reh__buyer_form-radio label{padding-left:26px}.cust_radio:checked+label:after{transform:translateY(-50%) scale(1)}.reh__form-service input,.reh__form-service textarea,.reh__form-service select,.reh__buyer_form-field input,.reh__buyer_form-field textarea,.reh__buyer_form-field select{padding:8px 16px;border-radius:6px;background:#fff;border:1px solid var(--border-marketplace);resize:none;width:100%;font-family:inherit}.reh__buyer_form-field input:focus,.reh__buyer_form-field textarea:focus,.reh__form-service input:focus,.reh__form-service textarea:focus{border:1px solid var(--border-marketplace);outline:0;box-shadow:none}#reh__service-form{display:flex;flex-direction:column;gap:30px;margin-top:20px}.reh__information-wrap{position:relative}label#productThumbnailImageUploaderInput-error{margin:0;font-weight:400;position:absolute;bottom:0;left:0}.reh__country-price-row label.error{margin-top:0}.upload-section{display:grid;grid-template-columns:calc(50% - 10px) calc(50% - 10px);grid-template-rows:1fr;grid-column-gap:20px;grid-row-gap:20px;position:relative}.preview-container .preview-item{flex-shrink:0;max-width:90px;height:60px;position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;gap:4px;border-radius:6px;border:1px solid var(--border-marketplace);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;overflow:hidden}.progress-bar{width:100%;height:4px;background:#ddd;position:absolute;bottom:0;left:0;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);box-shadow:none}.progress-bar .progress{width:0;height:100%;background:var(--green-color)}#productThumbnailImageUploader,#additionalProductImageUploader,#productSpecificationPDFUploader{display:flex;flex-direction:column;gap:8px}#productThumbnailImageUploader span,#additionalProductImageUploader span,#productSpecificationPDFUploader span{font-size:10px;line-height:18px;color:var(--text-color);font-weight:400}#productThumbnailImageUploader p a,#additionalProductImageUploader p a,#productSpecificationPDFUploader p a{font-size:16px;font-weight:500;line-height:24px;color:var(--green-color);text-decoration:underline!important;text-underline-offset:2px;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}#productThumbnailImageUploader p a:hover,#additionalProductImageUploader p a:hover,#productSpecificationPDFUploader p a:hover{color:var(--dark-orange-color);text-decoration:underline!important}#productThumbnailImageUploader p,#additionalProductImageUploader p,#productSpecificationPDFUploader p{font-size:16px;font-weight:500;line-height:24px;color:var(--text-color);margin:0}.productImagePreview p,.additionalProductImagePreview p{margin:0;font-size:12px;color:var(--text-color)}.dz-thumbnail{width:100%;height:60px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;-o-object-fit:cover;object-fit:cover}.productImagePreview,.additionalProductImagePreview{display:flex;flex-wrap:nowrap;align-items:center;gap:10px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding:5px;margin-bottom:5px;scrollbar-width:thin;scrollbar-color:#048481 #fff}.productImagePreview:last-child,.additionalProductImagePreview:last-child{margin-bottom:0}.reh__price-container{width:100%}.reh__price-container h3,.reh__category-list h3{font-size:18px;font-weight:500;line-height:24px;margin-bottom:4px;color:var(--text-color)}.reh__price-container h3+p{color:var(--dark-green-color);font-size:14px;line-height:1.4;font-weight:500}.reh__price-container p{font-size:14px;color:#555}.reh__country-price-row{display:flex;gap:10px;align-items:center}.reh__country-checkbox{display:flex;align-items:center;gap:10px;width:50%}.reh__country-checkbox input[type=checkbox]:checked:before,.reh__category-list input[type=checkbox]:checked:before{width:5px;top:10px;left:3px;transform:rotate(36deg)}.reh__country-checkbox input[type=checkbox]:checked:after,.reh__category-list input[type=checkbox]:checked:after{width:11px;top:8px;left:5px;transform:rotate(-55deg)}.reh__country-checkbox input[type=checkbox]:checked:before,.reh__category-list input[type=checkbox]:checked:before,.reh__country-checkbox input[type=checkbox]:checked:after,.reh__category-list input[type=checkbox]:checked:after{content:"";position:absolute;height:2px;background:#fff}.reh__country-checkbox input[type=checkbox],.reh__category-list input[type=checkbox]{height:20px;width:20px;min-width:20px;margin:0;padding:0;opacity:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--dark-green-color);border-radius:2px;background:transparent;position:relative}.reh__country-checkbox input[type=checkbox]:checked,.reh__category-list input[type=checkbox]:checked{border:1px solid var(--dark-green-color);background:var(--dark-green-color)}.reh__main-input.active{background-color:var(--dark-green-color)!important;position:relative}.reh__main-input.active:after{content:" ";position:absolute;background:#fff;height:10px;top:50%;border-radius:2x;left:50%;transform:translate(-50%,-50%);width:10px;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-border-radius:2x;-moz-border-radius:2x;-ms-border-radius:2x;-o-border-radius:2x}.reh__country-checkbox input[type=checkbox]:focus,.reh__category-list input[type=checkbox]:focus{outline:none;box-shadow:none}.reh__country-wrap,.reh__subcategory-wrap{border:1px solid var(--border-marketplace);padding:10px;background-color:#fff;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);display:flex;flex-direction:column;gap:8px;height:239px;overflow:auto;scrollbar-width:thin;margin-top:10px;scrollbar-color:#048481 #fff}.reh__seller_product--form .reh__subcategory-wrap{height:auto;overflow:visible}.reh__product-price-wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.reh__country-checkbox label{font-size:16px;color:var(--text-color);line-height:22px;font-weight:400;margin:0}.reh__price-input{height:36px;border:1px solid var(--border-marketplace);border-radius:4px;padding:4px 8px;font-size:14px;outline:none;margin-left:16px;width:50%}.reh__price-input:disabled{background-color:#fff;opacity:40%;color:#aaa;cursor:not-allowed}.reh__price-input:focus{border:1px solid var(--border-marketplace)}.reh__category input[type=checkbox]:checked+label{color:var(--dark-green-color)}.reh__category input:disabled{opacity:.5;cursor:not-allowed}.reh__category-list{display:flex;flex-direction:column;height:100%;justify-content:space-between}.reh__plus-icon{cursor:pointer}.reh__subcategory{margin-left:44px}.reh__subcategory input{margin-right:10px}.reh__category.open .reh__subcategory,.reh__category,.reh__subcategory.open{display:flex;flex-direction:column;gap:10px}.reh__main-category,.reh__sub-checkbox{display:flex;align-items:center;gap:10px}.reh__sub-checkbox label{margin:0;color:#333333b3;font-weight:500;cursor:pointer}.reh__category-name{color:var(--text-color);font-weight:500;margin:0;cursor:pointer}.reh__buyer_selectwrap:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);background-image:url(/img/seller/arrow-down.svg);background-size:cover;background-repeat:no-repeat;pointer-events:none;width:14px;height:8px;background-size:100%}.reh__popup-wrap{width:100%;overflow:hidden;max-width:579px;background:#fff;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);position:relative}.reh__popup-content{max-height:calc(100vh - 90px);height:100%;scrollbar-width:thin;scrollbar-color:#048481 #fff;overflow:auto;padding:30px;border-radius:6px;box-shadow:0 4px 10px #0003;position:relative;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__service-pop{width:14px;position:absolute;top:14px;right:20px;background-color:#f7f7f7f7;border:1px solid var(--border-marketplace);width:auto;display:flex;padding:4px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);z-index:99}.reh__form-button--cancel,.reh__form-button--submit{background-color:var(--medium-orange-color);color:#fff;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;position:relative;overflow:hidden;z-index:1}.reh__form-button--cancel:after,.reh__form-button--submit:after{background-color:var(--green-color);content:"";position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);transform:scaleX(0);transform-origin:right center;transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0)}.reh__form-button--cancel:hover:after,.reh__form-button--submit:hover:after{transform:scaleX(1);transform-origin:left center;-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);z-index:-1}.reh__service-title{display:flex;width:100%}.reh__buyer_checklist{display:flex;flex-wrap:wrap;gap:10px;width:100%}.reh__buyer_Check span,.reh__buyer_Check label{display:block;color:var(--text-color);cursor:pointer;padding:10px 0 10px 20px}.reh__marketplace-services .reh__buyer_checklist .reh__buyer_Check label{border:none}.reh__buyer_Check input[type=checkbox],.reh__buyer_custradio input[type=radio]{display:none}.reh__buyer_Check{cursor:pointer;border:1px solid var(--border-marketplace);border-radius:6px;padding:0 20px 0 0;text-align:center;background-color:#fff;transition:all .5s ease;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:1.4;font-weight:400;gap:10px}.reh__buyer_checklist .reh__buyer_Check svg{height:16px}.reh__buyer_checklist .reh__buyer_Check svg path{stroke:var(--text-color)}.reh__buyer_Check:has(input[type=checkbox]:checked) svg path{stroke:#fff}.reh__buyer_Check input[type=checkbox]:checked+label{color:#fff}.reh__buyer_Check:has(input[type=checkbox]:checked){background-color:var(--dark-green-color);color:#fff;border-color:var(--dark-green-color)}.reh__buyer_checklist label{font-size:14px}.reh__service-create-n{display:flex;align-items:center;gap:6px}.reh__service-create-n:hover p{color:var(--dark-green-color)}.reh__create-svg path{transition:all .3s ease-in-out}.reh__service-create-n:hover .reh__create-svg path{fill:var(--dark-green-color)}.reh__service-create-n p{font-size:16px;color:var(--text-color);font-weight:500;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__create-svg{width:14px;height:14px;display:flex}.reh__service-type{display:flex;flex-direction:column;gap:20px;margin-top:20px}.reh__service-type .reh__title-wrap .reh__buyer_form-field{margin-bottom:0}.reh__service-type .reh__buyer_Check label:hover{background-color:transparent;color:currentColor}.reh__service-type .reh__buyer_Check img{width:20px;height:20px}.reh__service-type .reh__buyer_Check input[type=checkbox]:checked+label{background-color:transparent;color:currentColor}.reh__form-service .reh__service-wrap .reh__buyer_form-field{margin-bottom:0}.reh__title-wrap{display:flex;flex-direction:column;gap:10px}.reh__buyer_btnwrap{display:flex;width:100%;align-items:center;justify-content:space-between}.reh__service-type{width:100%}.reh__buyer_selectwrap select{padding:8px 34px 8px 16px}.reh__edit-stoc-wrap{display:flex;padding:16px;border:1px solid var(--border-marketplace);border-radius:6px;justify-content:space-between;align-items:center;margin-bottom:40px;gap:16px}.reh__edit-stock-img{position:relative;padding:40px;overflow:hidden;border-radius:6px}.reh__edit-stock-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.reh__stock-profile{display:flex;align-items:center;gap:20px;width:100%}.reh__profile-heading{display:flex;flex-direction:column;gap:6px}.reh__stock-profile .reh__profile-heading h6{font-size:18px;font-weight:600!important;line-height:20px;color:var(--dark-green-color)}.reh__stock-profile .reh__profile-heading p{color:#6f6f6f;font-size:14px;line-height:20px;font-weight:500!important}.reh__stock-profile .reh__profile-heading p span{word-break:break-all;word-wrap:break-word}.reh__stock-units{display:flex;flex-direction:column;gap:8px;align-items:end;width:calc(30% - 16px)}.reh__stock-units h6{font-size:14px;color:var(--text-color);line-height:1.2;font-weight:500!important;white-space:nowrap}.reh__profile-heading p{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.reh__stock-units p{font-size:14px;color:var(--dark-green-color);font-weight:600!important}.reh__bulk-container{border:1px solid var(--border-marketplace);padding:16px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__bulk-container .reh__bulk-delete{background-color:#fff;border:1px solid var(--border-marketplace);min-width:100px;flex-shrink:0;max-width:120px;width:100%;height:40px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);display:flex;align-items:center;justify-content:center;gap:10px}.reh__bulk-container .reh__bulk-delete button{cursor:pointer}.reh__bulk-wrap{margin-bottom:10px}.reh__bulk-wrap .reh__buyer_form-field{margin-bottom:0}.reh__bulk-wrap:last-child{margin-bottom:0}.reh__bulk-order .reh__bulk-heading{font-size:16px;font-weight:500;margin:0 0 10px}.reh__bulk-order .reh__buyer_formwrap{margin-bottom:10px;display:flex}.reh__bulk-order .reh__buyer_formwrap:last-child{margin-bottom:0}.reh__bulk-empty{min-width:120px}.reh__bulk-add{background-color:var(--green-color);border:none;color:#fff;height:40px;max-width:139px;width:100%;display:flex;justify-content:center;align-items:center;border-radius:6px;align-self:flex-end;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__bulk-container .reh__buyer_form-field{margin-bottom:0}.reh__bulk-wrap .reh__buyer_formwrap .reh__buyer_form-field{flex:1}.reh__edit-trash button{background-color:transparent;border:none;padding:0}.reh__edit-trash button img{width:18px;height:auto}.reh__edit-trash{background-color:#fff;border:1px solid var(--border-marketplace);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);height:36.19px;width:70px;display:flex;justify-content:center;align-items:center;gap:10px}.reh__bg-change .reh__buyer_formwrap .reh__buyer_form-field input{background-color:#dfecec}.reh__bulk-disable .reh__buyer_formwrap .reh__buyer_form-field input:disabled{opacity:.4}.reh__table.reh__inventory td{padding:16px 6px}.reh__table.reh__inventory td:first-child{padding:16px 0 16px 24px}.reh__neg-action a{color:var(--medium-orange-color);font-weight:500}.reh__table.reh__neg-buyer .reh__negotiation-status .reh__cart-price:before{content:"";width:8px;height:8px;border-radius:50%;background-color:currentColor;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;display:inline-flex;margin-right:10px}.reh__table.reh__neg-buyer .reh__table-wrap{border:none}.reh__table.reh__neg-buyer .reh__negotiation-status .reh__darkgreen{color:var(--dark-green-color)}.reh__table.reh__neg-buyer .reh__negotiation-status .reh__textcolor{color:var(--text-color)}.reh__table.reh__neg-buyer .reh__negotiation-status .reh__orangemedium{color:var(--medium-orange-color)}.reh__table.reh__neg-buyer .reh__negotiation-status .reh__darkorange{color:var(--dark-orange-color)}.reh__buyer_formwrap.reh__price--stock{display:block}.reh__btn-types--price-stock{display:grid;grid-template-columns:calc(50% - 10px) calc(50% - 10px);grid-template-rows:1fr;gap:20px}.reh__buyer_formwrap.reh__price--stock>.reh__buyer_form-field{width:calc(50% - 10px)}.reh__btn-types--price-stock .reh__buyer_form-field{margin-bottom:0}.reh__info-note{color:var(--text-color-70);font-size:14px;font-weight:500;line-height:var(--leading-height)}.reh__qty-input--wrapper{display:flex;flex-direction:column;gap:4px}.reh__configure--bulk{background-color:#fff;border:1px solid var(--border-marketplace);border-radius:6px;min-width:140px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;cursor:pointer;height:40px}.reh__configure--bulk:hover{background-color:var(--green-color);border-color:var(--green-color);color:#fff}@media(max-width:1290px){.reh__radio-buttons{grid-template-columns:repeat(2,1fr)}.reh__are-two{font-size:12px}}@media(max-width:1024px){.reh__view-d a p{font-size:12px}.reh__tab_img{width:20px;height:20px}.reh__discount-btn h3{font-size:14px}.reh__discount-btn p{font-size:12px;line-height:1.4}.reh__checkbox-label:before{width:20px;height:20px}.reh__p__dropdown-button:after{width:11px;height:7px}}@media(max-width:991px){.reh__price-container h3+p{font-size:12px}}@media(max-width:768px){.reh__history caption{font-size:1.3em}.reh__history thead{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.reh__view-d a{justify-content:end}.upload-section{display:flex;flex-direction:column;gap:10px}.reh__truncate{width:60%}.reh__action_edit{justify-content:end}.reh__thumbnail{margin:0 0 auto}.reh__pagination-wrap{flex-wrap:wrap}.reh__search-container{max-width:300px;height:auto;padding:8px 12px}.reh__backBtn{width:auto;height:40px;font-size:14px}.reh__back-small{padding:10px 40px}.reh__country-checkbox{width:calc(100% - 24px)}.reh__price-input{width:calc(100% - 56px);margin-left:26px}.reh__country-price-row label.error{margin:0 auto 0 46px}.reh__country-price-row{flex-direction:column}.reh__table.reh__inventory td:first-child{padding:16px 6px}}@media(max-width:690px){.reh__bulk-container{padding:10px}.reh__bulk-container .reh__bulk-wrap:last-child .reh__buyer_formwrap{border:none;padding-bottom:0;margin-bottom:0}.reh__bulk-wrap .reh__buyer_formwrap{flex-wrap:wrap;gap:10px;justify-content:end}.reh__bulk-wrap .reh__buyer_formwrap .reh__buyer_form-field{flex:calc(30% - 10px)}.reh__bulk-wrap{margin-bottom:16px}.reh__bulk-empty{display:none}.reh__bulk-container .reh__bulk-delete{max-width:70px;min-width:70px}.reh__configure--bulk{max-width:-moz-max-content;max-width:max-content;padding:0 10px;min-width:-moz-max-content;min-width:max-content}.reh__bulk-container .reh__buyer_formwrap{gap:10px}}@media(max-width:675px){.reh__country-wrap,.reh__subcategory-wrap{height:auto;max-height:239px}.reh__radio-buttons{grid-template-columns:repeat(3,1fr)}.reh__add-pro{font-size:12px;padding:0}.reh__add-pro a{font-size:14px;padding:10px 16px}.reh__buyer_formwrap.reh__price--stock>.reh__buyer_form-field{width:100%}.reh__buyer_formwrap,.reh__btn-types--price-stock,.reh__buyer_formwrap.reh__price--stock{display:grid;grid-template-columns:repeat(1,1fr);gap:20px}.reh__product-price-wrap{grid-template-columns:repeat(1,1fr);gap:20px}.ck.ck-editor{width:99%}}@media(max-width:584px){.reh__buyer_form-field .ck.ck-editor{width:99%}}@media(max-width:575px){.reh__pagination-wrap{justify-content:center;gap:16px}.pager{margin:0}}@media(max-width:520px){.reh__search-container{max-width:260px}.reh__buyer_form-field label,.reh__country-checkbox label,.reh__buyer_Check span,.reh__service-create-n p{font-size:14px}.reh__order_h h4,.reh__information-wrap h4{font-size:18px}.reh__buyer_Check{flex-grow:1}.reh__service-type{width:100%}.reh__bulk-container .reh__buyer_formwrap{flex-direction:column;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--border-marketplace)}.reh__bulk-wrap .reh__buyer_formwrap{border-bottom:1px solid var(--border-marketplace)}.reh__bulk-wrap+.reh__buyer_formwrap:last-child{border-bottom:none;margin:0;padding:0}.reh__bulk-container .reh__buyer_formwrap:last-child{border-bottom:none;margin:0;padding:0}.reh__bulk-container .reh__bulk-wrap>.reh__buyer_formwrap{border-bottom:1px solid var(--border-marketplace);padding-bottom:16px;margin-bottom:16px}.reh__configure--bulk{max-width:100%;min-width:100%}.reh__bulk-order .reh__bulk-heading{font-size:14px}.reh__stock-profile{flex-direction:column;align-items:self-start;border-bottom:1px solid var(--border-marketplace);padding-bottom:10px}.reh__edit-stoc-wrap{flex-direction:column;justify-content:start;align-items:start}.reh__stock-units{align-items:start;width:100%}.reh__profile-heading{width:100%}.reh__bulk-wrap .reh__buyer_formwrap{padding-bottom:16px;border-bottom:1px solid var(--border-marketplace);flex-direction:column}.reh__bulk-container .reh__bulk-delete{background-color:transparent;border:none}.reh__bulk-container .reh__bulk-delete .reh__edit--form,.reh__bulk-container .reh__bulk-delete .reh__delete--form{background-color:#fff;border:1px solid var(--border-marketplace);width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:3px;-webkit-border-radius:3px;flex-shrink:0;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px}.reh__bulk-container .reh__bulk-delete img{width:18px;height:18px}.reh__bulk-container .reh__bulk-delete{width:100%;max-width:100%;min-width:100%;justify-content:end}}@media(max-width:425px){.reh__radio-buttons{grid-template-columns:repeat(2,1fr)}.reh__p-camera img{width:18px}.reh__p-camera{width:34px;height:34px;right:0}.reh__add-address{margin-top:20px}.reh__radio-group{flex-direction:column;gap:10px}.reh__add-pro a{font-size:12px;display:block;width:100%}.reh__radio-buttons .reh__custom-btn{font-size:12px}#addressPopup h6{font-size:16px;margin-bottom:14px}.reh__order-table{flex-direction:column;gap:10px}.reh__search-container{max-width:100%}.reh__add-pro{width:100%;max-width:100%;text-align:center;justify-content:center}.reh__country-wrap,.reh__subcategory-wrap{gap:18px}.reh__country-checkbox input[type=checkbox],.reh__category-list input[type=checkbox]{width:16px;height:16px;min-width:16px}.reh__country-checkbox input[type=checkbox]:checked:before,.reh__category-list input[type=checkbox]:checked:before{top:9px;left:2px}.reh__country-checkbox input[type=checkbox]:checked:after,.reh__category-list input[type=checkbox]:checked:after{top:6px;left:3px}.reh__order_h h4,.reh__information-wrap h4{font-size:16px}#productThumbnailImageUploader p,#additionalProductImageUploader p,#productSpecificationPDFUploader p{font-size:14px}.reh__popup-content{padding:20px}}@media(max-width:375px){.reh__subcategory{margin-left:24px}}@media(max-width:320px){.reh__radio-buttons{grid-template-columns:repeat(1,1fr)}.popup{padding:7px}.reh__country-price-row{display:flex;flex-direction:column;align-items:start}.reh__price-input{margin-left:0}.reh__buyer_btn{flex-direction:column;gap:10px}.reh__back-small,.reh__backBtn,.reh__price-input{width:100%}.reh__country-price-row label.error{margin:0 auto 0 0}}@media(max-width:425px){.reh__bulk-wrap .reh__buyer_formwrap .reh__buyer_form-field{flex:calc(50% - 10px)}}#reh__bulk--pricing-form{display:flex;flex-direction:column;gap:30px}.reh__min--max-wrap{display:flex;gap:20px}.reh__min--max-wrap .reh__buyer_form-field,.reh__manage--pricing-wrap .reh__buyer_form-field{margin:0}.reh__per--piece-wrap{display:flex;align-items:end;gap:20px;padding-block-end:16px}.reh__per--piece-wrap .reh__buyer_form-field{margin-bottom:0}.reh__bulk--btn-add{background-color:var(--green-color);color:#fff;margin:20px 0 auto auto;display:flex;align-items:center;justify-content:center;max-width:170px;width:100%;height:46px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);font-size:16px;font-weight:600;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;cursor:pointer}.reh__bulk--btn-add:hover{background-color:var(--dark-green-color)}.reh__manage--pricing-section{padding-block-start:16px}.reh__manage--pricing-section h6{font-size:16px;font-weight:600;color:var(--text-color)}.reh__manage--pricing-wrap{display:flex;gap:20px;margin-block-start:10px}.reh__manage--pricing-wrap:first-of-type{margin-block-start:16px}.reh__pricing--disable{opacity:.6}.reh__pricing--disable input{pointer-events:none}.reh__pricing-delete{display:flex;background-color:#fff;justify-content:center;border:1px solid var(--border-marketplace);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);min-width:71px;height:46px;gap:10px}.reh__pricing-delete button{display:flex;align-items:center;justify-content:center;cursor:pointer}.reh__pricing-delete button img{width:18px;height:auto}.reh__price-wrap{display:flex;align-items:center;gap:10px;width:100%;flex-wrap:wrap}.reh__Compare-products .reh__price-wrap{flex-wrap:nowrap;overflow-x:auto}.reh__pop-wrap--pricing{padding:20px;border-radius:6px;max-height:calc(100vh - 90px);height:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#048481 #fff;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}#reh__bulk--pricing-pop-up .close-popup{position:static}#reh__bulk--pricing-pop-up .reh__main-heading-wrap h6{font-size:18px;line-height:1.3}.reh__file-upload{width:100%}.reh__img-preview{position:relative;padding:50px;width:100%;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__img-preview img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reh__img-preview .reh__img-remove{position:absolute;top:-10px;right:-10px;background-color:var(--dark-green-color);border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-white)}.reh__file-upload .reh__file-support-text{margin-bottom:10px}#reh__bulk--pricing-pop-up h6{font-size:16px;font-weight:600;color:var(--text-color)}.reh__main-heading-wrap{display:flex;gap:10px;margin-bottom:24px;align-items:center;justify-content:space-between}.reh__green--price-watt{color:var(--green-color)}#reh__bulk--pricing-pop-up .reh__bulk-price.reh__bulk-active h6{color:#fff}.reh__configuration--wrap{border:1px solid var(--border-marketplace);padding:1rem;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);margin-block-start:1rem}.reh__config--watt{border-bottom:1px solid var(--border-marketplace);padding-block-end:10px;margin-block-end:1rem;font-size:16px;font-weight:600;color:var(--text-color)}.reh__product--variant{overflow:hidden;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);border:1px solid var(--border-marketplace)}#reh__bulk--pricing-form .reh__req-btn{max-width:150px;height:45px;max-height:45px;margin:20px 0 0 auto}.reh__manage--pricing-wrap .reh__buyer_form-field input{background-color:#dfecec}.reh__brand-works{display:flex;gap:6px;align-items:center;font-size:16px}.reh__brand-works span{margin:auto 0;display:flex}#reh__bulk--pricing-pop-up{position:fixed;right:0;display:flex;justify-content:right;padding:0 0 0 14px}#reh__bulk--pricing-pop-up .popup-content{height:100%}#reh__bulk--pricing-pop-up .reh__pop-wrap--pricing{max-height:calc(100vh + -0px)}@media(max-width:768px){#reh__bulk--pricing-pop-up{padding:14px 0 14px 14px;justify-content:center}#reh__bulk--pricing-pop-up .reh__pop-wrap--pricing{max-height:calc(100vh - 90px)}#reh__bulk--pricing-pop-up .popup-content{height:auto}}@media(max-width:520px){.reh__manage--pricing-wrap{gap:10px;flex-direction:column;margin-block-start:20px;padding-block-start:20px;border-top:1px solid var(--border-marketplace)}.reh__min--max-wrap{flex-direction:column}.reh__bulk-price{width:100%}#reh__bulk--pricing-pop-up h6{font-size:14px}}@media(max-width:425px){.reh__per--piece-wrap{flex-direction:column;padding-block-end:20px}.reh__bulk--btn-add{font-size:14px;height:36px;min-width:100%}#reh__bulk--pricing-form{gap:20px}#reh__bulk--pricing-form .reh__req-btn p{font-size:14px}}.reh__product--heading{padding:.625rem 1rem;background-color:#fff;border-bottom:1px solid var(--border-marketplace)}.reh__product--heading>h6{font-size:16px;font-weight:600;color:var(--text-color)}.reh__Configuration-wrap{padding:1rem}.reh__wise-accordion{margin-bottom:16px;overflow:hidden}.reh__btn-wrap--main:last-child .reh__wise-accordion{margin-bottom:0}.reh__delete--variant .reh__bulk--btn-add{margin:0}.reh__delete--variant{justify-content:end;gap:10px}.reh__btn-wrap--main:last-child .reh__delete--variant{margin-bottom:0}.reh__variant--delete .reh__checkout-items img{width:14px;height:auto}.reh__variant--delete{gap:16px}.reh__variant-delete--img{width:30px;height:30px;display:flex;border-radius:4px;align-items:center;flex-shrink:0;justify-content:center;background-color:#f7f7f7;border:1px solid var(--border-marketplace);-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.reh__variant--delete img{width:18px}.reh__checkout--heading span{font-size:16px;font-weight:600;color:var(--green-color)}.reh__dashbord_s h1,.reh__dashbord_s h2,.reh__dashbord_s h3,.reh__dashbord_s h4,.reh__dashbord_s h5,.reh__dashbord_s h6,.reh__dashbord_s p{margin:0;padding:0}.reh__dashbord_s{padding:50px 0;background-color:#f7f7f7;position:relative}.reh__tabs_wrap{display:flex;gap:40px}.reh__tabs{margin:0;padding:0 0 10px;list-style:none;max-width:257px;display:flex;flex-direction:column;gap:20px;width:100%;min-height:auto;max-height:calc(100dvh - 16rem);overflow-y:auto;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none;scrollbar-color:var(--green-color) #fff}.reh__tabs::-webkit-scrollbar{display:none;width:0px;height:0px}.reh__tabs li{background:none;cursor:pointer;max-width:234px;width:100%;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.current .reh__tab_img img{filter:brightness(0) saturate(100%) invert(24%) sepia(15%) saturate(3023%) hue-rotate(138deg) brightness(97%) contrast(96%)}.reh__tabs li.current{background:#05535833;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.reh__tabs_list{display:flex;flex-direction:column;max-width:257px;position:sticky;top:10rem;width:100%;max-height:-moz-max-content;max-height:max-content;height:auto;justify-content:space-between;border-right:.5px solid #33333333}.reh__tab-links p{font-weight:500;font-size:16px;color:var(--text-color);line-height:20px}.reh__tabs_list .current p{color:var(--dark-green-color);font-weight:600}.tab-content.reh__buyer_form-con{display:block}.tab-content{display:none}.tab-content.current{display:flex;flex-direction:column;gap:40px}.reh__tab_img{width:20px;height:20px;flex-shrink:0;line-height:1}.reh__tab-link{padding:11.7px 12px}.reh__tab-links,.reh__tab-link{display:flex;gap:15px;align-items:center;width:100%;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.reh__tab-links:hover{background-color:#05535833}.reh__tab_img img{width:100%;height:100%}.reh__tab_img{width:20px;height:20px}.reh__tab-links:hover .reh__tab_img img{filter:brightness(0) saturate(100%) invert(24%) sepia(15%) saturate(3023%) hue-rotate(138deg) brightness(97%) contrast(96%)}.reh__tab-links:hover .reh__tab-link p{color:var(--dark-green-color);font-weight:600}.reh__tabs_content{max-width:calc(100% - 297px);flex:0 0 calc(100% - 297px)}.reh__back-home{padding-top:27px;border-top:1px solid #33333333;max-width:218px;width:100%}.reh__tab-links.reh__back-home a{color:var(--medium-orange-color);display:flex;align-items:center;gap:11px}.reh__tab-links.reh__back-home p{color:var(--medium-orange-color);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__tab-links:hover.reh__back-home p{color:var(--medium-orange-color)}.reh__back-home p{font-weight:600;font-size:1rem;line-height:var(--leading-height-1)}.reh__back-home a img{width:auto;height:12px}.reh__page_pagination{display:flex;align-items:center;justify-content:space-between;gap:10px}.reh__tabs_content .reh__page_pagination{margin-top:20px}.reh__tabs_content .reh__page_pagination .pager{margin:0}.ck.ck-sticky-panel .ck-sticky-panel__content_sticky,.ck.ck-balloon-panel.ck-powered-by-balloon{z-index:9}.reh__buyer_form-field label{position:relative;line-height:normal;margin:0 0 10px;display:block;font-size:16px;font-weight:500;line-height:24px;color:var(--text-color)}.reh__buyer_form-field textarea{scrollbar-width:thin;scrollbar-color:#048481 #fff;resize:none}.reh__buyer_form-field textarea:focus-visible{border:1px solid var(--border-marketplace);outline:none}.reh__buyer_selectwrap{position:relative}.reh__buyer_form-field select{-moz-appearance:none;appearance:none;-webkit-appearance:none}.reh__buyer_form-field input[type=text],.reh__buyer_form-field input[type=email],.reh__buyer_form-field input[type=number],.reh__buyer_form-field textarea,.reh__buyer_form-field select{width:100%;padding:10px 16px;border:1px solid var(--border-marketplace);border-radius:6px;box-sizing:border-box;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;font-size:16px;line-height:1.5}.reh__buyer_form-field input[type=number]::-moz-placeholder,.reh__buyer_form-field input[type=text]::-moz-placeholder{font-size:16px}.reh__buyer_form-field input[type=number]::placeholder,.reh__buyer_form-field input[type=text]::placeholder{font-size:16px}.reh__buyer_form-field input:focus-visible{outline:none}.reh__buyer_selectwrap:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);background-image:url(/img/seller/products/63514/dropdown.svg);background-size:cover;background-repeat:no-repeat;pointer-events:none;width:14px;height:8px;background-size:100%}.reh__buyer_form-field select{padding:10px 40px 10px 16px}.reh__buyer_form-radio label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:15px;height:15px;border:1px solid var(--dark-green-color);border-radius:50%;background-color:transparent;transition:border-color .3s ease,background-color .3s ease;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.reh__buyer_form-radio label:after{content:"";position:absolute;left:5px;top:50%;transform:translateY(-50%) scale(0);width:7px;height:7px;background-color:var(--dark-green-color);border-radius:50%;transition:transform .3s ease;-webkit-transition:transform .3s ease;-moz-transition:transform .3s ease;-ms-transition:transform .3s ease;-o-transition:transform .3s ease}.reh__buyer_form-radio{display:flex;align-items:center;gap:10px}.reh__buyer_form-field:last-child{margin:0}.reh__buyer_radio input[type=radio]{margin:0}.reh__buyer_checklist{display:flex;flex-wrap:wrap;gap:10px}.reh__buyer_checklist .reh__buyer_Check label{margin-bottom:0}.reh__buyer_Check input[type=checkbox]{display:none}.reh__buyer_Check label,.reh__buyer_custradio div{cursor:pointer;border-radius:6px;padding:10px 20px;text-align:center;background-color:#fff;transition:all .5s ease;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:1.4;font-weight:400}.reh__buyer_Check label:hover{background-color:var(--dark-green-color);color:#fff;border-color:var(--dark-green-color)}.reh__buyer_Check input[type=checkbox]:checked+label{background-color:var(--dark-green-color);color:#fff;border-color:var(--dark-green-color)}.reh__buyer_form-radio label{margin-bottom:0}.reh__buyer_form-field{margin-bottom:20px}.reh__buyer_form-field input::-moz-placeholder{color:var(--text-color);font-size:12px;font-weight:400;line-height:24px}.reh__buyer_form-field input::placeholder{color:var(--text-color);font-size:12px;font-weight:400;line-height:24px}.reh__table{border:1px solid var(--border-marketplace);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);overflow:hidden}.reh__table th,.reh__table td,.reh__table td p,.reh__table th p{font-size:14px;font-weight:400;text-align:start;text-align:center}.reh__table th{font-size:14px;font-weight:600;color:var(--text-color);background-color:#f7f7f7;border-bottom:1px solid #33333333;padding:10px 0}.reh__table tr{background-color:#fff}.reh__table tr:nth-child(odd):nth-child(n+3){background-color:#f7f7f7}.reh__table tr:last-child{border-bottom:none}.reh__table tr{border-bottom:1px solid var(--border-marketplace);border-bottom-left-radius:6px;border-bottom-right-radius:6px;overflow:hidden}.reh__table th{background-color:#f7f7f7;border-bottom:1px solid var(--border-marketplace);padding:10px 0}.reh__table th:first-child{padding:10px 0 10px 16px}.reh__table th:last-child{padding:10px 16px 10px 0}.reh__table td:first-child{padding:16px 0 16px 24px}.reh__table table{margin:0;padding:0;width:100%;border-collapse:collapse}.reh__table th:last-child{padding:10px 24px 10px 0}.reh__table td:last-child{padding:16px 24px 16px 0}.reh__table td{padding:16px 0}.reh__table tr th{border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__truncate{font-size:12px;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:var(--text-color)}.reh__seller-profile-card .reh__profile-description.reh__truncate{line-clamp:6;-webkit-line-clamp:6}.reh__action-wrap{position:relative;padding-right:10px}.reh__table-action{width:60px;display:inline-block;margin:0}.reh__table-action img{width:4px;height:100%}.reh__action_edit{display:flex;background-color:#fff;flex-direction:column;border-radius:6px;min-width:120px;white-space:nowrap;position:absolute;z-index:99;top:40px;left:-20%;transform:translate(-50%);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;box-shadow:0 0 5px #0003;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.reh__edit-seller,.reh__seller-delete{width:100%;height:100%;display:flex;align-items:center;gap:10px;padding:10px}.reh__seller-delete{width:100%;height:100%;display:flex}.reh__tabs_content .alert-success{background-color:var(--green-color);color:#fff;border:0}.reh__tabs_content .alert-success .close:hover span,.reh__tabs_content .alert-danger .close:hover span{color:#fff}.reh__tabs_content .alert-danger{background-color:var(--medium-orange-color);color:#fff;border:0}.reh__search-container{display:flex;align-items:center;gap:4px;background-color:#fff;border:1px solid var(--border-marketplace);border-radius:6px;padding:.5rem 1rem;height:44px;max-width:424px;width:100%;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__search-input{border:none;outline:none;font-size:1rem;width:100%;color:#333}@media(max-width:1260px){.reh__table td{padding:16px 4px}}@media(max-width:1024px){.reh__table td:first-child,.reh__table th:first-child{padding:10px 0 10px 10px}.reh__table th,.reh__table td{font-size:12px}.reh__buyer_form-field{margin-bottom:10px}.reh__buyer_form-field label{font-size:14px}.reh__back-home{max-width:170px;padding-top:10px}.reh__tabs_wrap,.tab-content.current{gap:20px}.reh__tabs_list,.reh__back-home{max-width:190px}.reh__tab-links p{font-size:14px;line-height:1.3}.reh__tab-links{gap:10px}.reh__tabs{max-width:170px;gap:10px}.reh__tabs li{max-width:180px}.reh__tabs_content{max-width:calc(100% - 210px);flex:0 0 calc(100% - 210px)}.reh__back-home p{font-size:12px}.reh__table-action{width:-webkit-fill-available}}@media(max-width:991px){.reh__tab_img{width:16px;height:auto}.reh__back-home{max-width:90%}.reh__back-home a{justify-content:center}.reh__tabs_list{max-width:60px}.reh__tab-links p,.reh__back-home p{display:none}.reh__tab-links.reh__back-home{justify-content:center}.reh__tabs li,.reh__tabs{max-width:-moz-max-content;max-width:max-content}.reh__tabs_content{max-width:calc(100% - 80px);flex:0 0 calc(100% - 80px)}}@media(max-width:768px){.reh__table{border:0}.reh__table tr:last-child{border-bottom:1px solid var(--border-marketplace)}.reh__table td:first-child{padding:10px 4px}.reh__table th,.reh__table td{text-align:-webkit-right}.reh__table td p,.reh__table th p{text-align:end}.reh__table .reh__tablet-none{display:none}#product-list tr{display:block}.reh__table tr{border:1px solid #3333334D;display:block;margin-bottom:.625em;padding:0 10px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__table td{border-bottom:1px solid #ddd;display:block}.reh__table td:before{content:attr(data-label);float:left;font-weight:600!important;color:var(--text-color)}.reh__table td,.reh__table td:last-child{padding:10px 4px}.reh__table td:last-child{border-bottom:0}.reh__table table{border-radius:0;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px}.reh__table{background-color:#fff;padding:8px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__back-home{padding-bottom:10px}.reh__tab-links p,.reh__back-home p,.reh__sidemenu,.close_btns{display:flex}.close_btns{position:absolute;top:10px;right:10px;display:flex;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;align-items:center;background-color:#fff;justify-content:center;padding:4px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.close_btns svg{width:20px;height:20px}.reh__tabs_list.active{transform:translate(0);-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__tabs_list.active~body{scroll-behavior:none;overflow:hidden}.reh__tabs_list{position:fixed;padding-top:50px;left:0;top:101px;transform:translate(-100%);-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);background-color:#fff;z-index:99999;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__close_btns{position:absolute;top:10px;right:10px;display:flex;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;align-items:center;background-color:#fff;justify-content:center;padding:4px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.reh__tabs_list{max-width:260px;border:none;height:calc(100vh - 101px)}.reh__tabs_content{max-width:calc(100% + -0px);flex:0 0 calc(100% + -0px)}.reh__tabs{max-width:220px;gap:10px;min-height:auto}.reh__tabs li{max-width:220px}.reh__table-action{width:20px}.reh__action-wrap{padding-right:0}.reh__buyer_form-field input[type=number]::-moz-placeholder,.reh__buyer_form-field input[type=text]::-moz-placeholder{font-size:14px}.reh__buyer_form-field input[type=number]::placeholder,.reh__buyer_form-field input[type=text]::placeholder{font-size:14px}}@media(max-width:640px){.reh__page_pagination{flex-wrap:wrap;justify-content:center;margin-top:20px}.pager{margin:0}}@media(max-width:375px){.reh__tabs_list{height:calc(100vh - 124px);top:124px}}.reh__Shoppingcart--table .reh__cart h6{color:var(--dark-green-color);font-weight:600;font-size:24px;line-height:29.09px;margin-bottom:10px}.reh__Shoppingcart--table .reh__cart p{color:var(--text-color);font-size:16px;line-height:1.4;margin-bottom:20px}.reh__Shoppingcart--table .reh__cart--back-main{margin-bottom:20px}.reh__cart--back-main a svg path,.reh__Shoppingcart--table .reh__cart--back-main a{transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.reh__Shoppingcart--table .reh__cart--back-main a:hover svg path{stroke:var(--dark-green-color)}.reh__Shoppingcart--table .reh__cart--back-main a{font-weight:600}.reh__Shoppingcart--table .reh__cart--back-main a:hover{color:var(--dark-green-color)}.reh__Shoppingcart--table .reh__cart--back-main svg{width:20px;height:20px;margin-right:12px}.reh__Shoppingcart--table .reh__cart p>span{color:var(--dark-green-color);font-weight:600}.reh__cart-table{overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--green-color) #fff}.reh__cart-table table{width:100%;white-space:nowrap}.reh_cart-product{display:flex;align-items:center;gap:18px;width:290px}.reh_input-box{width:50px;text-align:center;border:none;padding:8px;font-size:16px;border-right:.5px solid #33333333;border-left:.5px solid #33333333;outline:0;overflow:hidden;text-overflow:ellipsis}.reh__cart--table-main .reh_input-box{width:50px}.reh_cart-product .reh_product-content{display:flex;flex-direction:column;gap:5px;max-width:397px;width:100%;align-items:start}.reh__heart-wrap{display:flex;align-items:center;gap:16px;justify-content:center;cursor:pointer}.reh__heart-wrap .reh__heart_img{height:auto;width:auto;height:20px}.reh__heart-wrap svg{width:24px;height:24px}.reh__heart-wrap #delete-icon svg{width:20px;height:20px}.reh__heart-wrap .reh__heart_img img{height:100%;width:100%;cursor:pointer}.reh__shop-wrap{display:flex;align-items:center;justify-content:center;gap:14px;border:2px solid var(--dark-green-color);max-width:182px;width:100%;height:44px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);background-color:transparent;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__shop-wrap:hover{background-color:var(--dark-green-color);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__shop-wrap:hover .reh__shop_img svg path{stroke:#fff;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__shop-wrap:hover p{color:#fff;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__cart-total-wrap{margin-top:10px;width:100%;display:flex;justify-content:end}.reh__shop_img{width:auto;height:14px}.reh__shop_img svg{width:100%;height:100%}.reh__shop-wrap p{font-weight:600;font-size:14px;letter-spacing:.4px;color:var(--dark-green-color)}.reh__total-container{max-width:56%;width:100%}.reh__sub-wrap{display:flex;flex-direction:column;gap:16px;padding:20px 0 16px;border-bottom:.5px solid #33333333}.reh__sub-wrap .reh__sub-content{display:flex;align-items:center;justify-content:space-between;gap:10px}.reh__sub-wrap .reh__sub-content p,.reh__sub-wrap .reh__sub-content span{font-size:14px;line-height:1.2}.reh__sub-wrap .reh__sub-content span{color:var(--text-color);font-weight:500}.reh__total{display:flex;align-items:center;gap:5px;justify-content:space-between;padding:16px 0 24px}.reh__total p,.reh__total span{font-size:16px;color:var(--text-color);line-height:24px}.reh__total span{font-weight:600}.reh_check_wrap{background-color:var(--medium-orange-color);border:1px solid var(--medium-orange-color);display:flex;align-items:center;flex:1;justify-content:center;height:56px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);gap:12px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh_check_wrap:hover{background-color:transparent;border:1px solid var(--medium-orange-color);transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out}.reh_check_wrap:hover .reh__check-img svg{transform:translate(6px);-webkit-transform:translateX(6px);-moz-transform:translateX(6px);-ms-transform:translateX(6px);-o-transform:translateX(6px);transition:all .6s ease-in-out;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out}.reh_check_wrap:hover .reh__check-img svg path{stroke:var(--medium-orange-color);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh_check_wrap:hover p{color:var(--medium-orange-color);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__check-img svg{width:100%;height:100%}.reh__check-img{width:auto;height:14px}.reh_check_wrap p,.reh__project-save{color:#fff;font-weight:600;font-size:16px;letter-spacing:.5px}.reh__Shoppingcart--table .reh__total-container h6{font-weight:500;color:var(--text-color);font-size:18px;line-height:24px;padding:20px 0 0}.reh_cart-product .reh_product-content h6{font-size:18px;font-weight:600;color:var(--dark-green-color);line-height:16.97px}.reh_cart-product .reh_product-content p{font-size:14px;font-weight:500;line-height:1.2;color:var(--text-color);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-clamp:2;-webkit-line-clamp:2;text-align:start}.reh_cart-product .reh_product-content p span{color:var(--dark-green-color);white-space:normal;word-wrap:break-word;word-break:break-all}.reh__cart-price-wrap-wrap{display:flex;padding:1.25vw;justify-content:center;align-items:center;gap:10px;position:relative}.reh__price_wrapper{display:flex;padding:1.25vw;justify-content:center;font-size:14px;font-weight:400;gap:3px;line-height:20px}.reh__price_wrapper span{text-decoration:line-through;color:var(--text-color)}.reh__cart-img{position:relative;overflow:hidden;width:auto;padding:12.4% 16%;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__cart-img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reh__cart-table.reh__table th:first-child{padding:21.5px 0 21.5px 10px}.reh__cart-table.reh__table th{padding:10px 16px}.reh__cart-table.reh__table td:first-child{padding:16px 16px 16px 24px}.reh__cart-table.reh__table td{padding:16px}.reh__cart-table.reh__table .reh__price-wrap{overflow:initial;max-width:100%;padding-bottom:0}.reh__Shoppingcart--table .reh__price-wrap.original-price{background-color:var(--color-white)}.reh__cart-table.reh__table .reh__negotiated-price,.reh__cart-table.reh__table .reh__counter-offer,.reh__cart-table.reh__table .reh__your-offer{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-clamp:2;-webkit-line-clamp:2;white-space:normal;word-break:break-all}.reh__cart-price-wrap.reh__negotiation-status{display:flex;align-items:center;gap:10px;justify-content:center}.reh__cart-table.reh__table .reh__negotiation-status .reh__cart-price:before{content:"";width:8px;height:8px;border-radius:50%;background-color:currentColor;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;display:inline-flex;margin-right:10px}.reh__cart-table.reh__table .reh__negotiation-status .reh__darkgreen{color:var(--dark-green-color)}.reh__cart-table.reh__table .reh__negotiation-status .reh__textcolor{color:var(--text-color)}.reh__cart-table.reh__table .reh__negotiation-status .reh__orangemedium{color:var(--medium-orange-color)}.reh__cart-table.reh__table .reh__negotiation-status .reh__darkorange,.reh__cancel-negotiation-btn.reh__darkorange{color:var(--dark-orange-color)}.reh__cancel-negotiation-btn.reh__darkorange{font-weight:600}.reh__cart-table.reh__table .reh__action-fixed,.reh__cart-table.reh__table .reh__waiting-seller,.reh__cart-table.reh__table .negotiate-start{display:flex;align-items:center;gap:8px;background-color:var(--dark-orange-10);border:1px solid var(--dark-orange-color);border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;padding:8.91px 12px;max-width:-moz-max-content;max-width:max-content;margin:auto}.reh__cart-table.reh__table .reh__action-fixed span{color:var(--dark-orange-color)}.reh__cart-table.reh__table .reh__action-fixed img{filter:brightness(0) saturate(100%) invert(25%) sepia(69%) saturate(2164%) hue-rotate(9deg) brightness(97%) contrast(102%);width:17px}.reh__cart-table.reh__table .reh__waiting-seller{border:1px solid var(--text-color);color:var(--text-color);background-color:#fff;max-width:-moz-max-content;max-width:max-content;margin:auto}.reh__cart-table.reh__table .negotiate-start{border:1px solid var(--medium-orange-color);color:var(--medium-orange-color);background-color:#fff;max-width:-moz-max-content;max-width:max-content;margin:auto}.reh__cart-table.reh__table .negotiate-start:focus,.reh__cart-table.reh__table .negotiate-start:focus-visible,.reh__cart-table.reh__table .negotiate-start:active{border:1px solid var(--medium-orange-color);outline:0;box-shadow:none}.reh__cart-table.reh__table .reh__action-toggle{position:relative;padding:10px}.reh__cart-table.reh__table .reh__action-toggle img{width:4px;height:auto}.reh__cart-table.reh__table .negotiate-disable{opacity:50%;cursor:auto}.reh__action-wrapper{position:relative;display:inline-block}.reh__action-pop-up.hide{display:none}.reh__action-pop-up{position:absolute;top:35px;right:0;background:#fff;border-radius:8px;box-shadow:0 5px 15px #0000001a;display:flex;padding:12px;z-index:100;gap:12px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px}.reh__action-toggle img{width:20px;cursor:pointer}.reh__action-pop-up a{width:20px;height:auto}.reh__action-pop-up a img{width:100%;height:100%}.reh__sub-wrap .reh__sub-content.reh__negotiated-saved p,.reh__sub-wrap .reh__sub-content.reh__negotiated-saved span{color:var(--text-color);font-weight:600}.reh__sub-wrap .reh__sub-content.reh__you-saved p,.reh__sub-wrap .reh__sub-content.reh__you-saved span{color:var(--dark-green-color);font-weight:600}.reh__add-to--project{height:34px;width:34px;border:1px solid var(--text-color);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);cursor:pointer;margin:auto;transition:background-color .25s ease,border-color .25s ease}.reh__projectAdd{display:block;width:12px;height:13px}.reh__projectAdd .reh__part--one,.reh__projectAdd .reh__part--two{transition:transform .3s ease,stroke .25s ease;transform-origin:50% 50%}.reh__projectAdd .reh__part--one{transform:rotate(0)}.reh__add-to--project.active,.reh__projectAdd .reh__part--one,.reh__add-to--project.active .reh__projectAdd .reh__part--two{transition:all .3s linear;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear}.reh__add-to--project.active{background-color:var(--dark-green-color);border-color:var(--dark-green-color)}.reh__add-to--project.active .reh__projectAdd .reh__part--one{transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg)}.reh__add-to--project.active .reh__projectAdd .reh__part--two{stroke:var(--color-white)}.reh__project-checkout{gap:10px}.reh__project-save{flex:1;width:100%;border:1px solid var(--dark-green-color);background-color:var(--dark-green-color);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__project-save:hover{background-color:transparent;color:var(--dark-green-color)}#reh__existing--project .reh__search-container{max-width:100%}.reh__existing--content{background-color:var(--color-white);padding:16px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);flex-direction:column;gap:16px;border:1px solid var(--border-marketplace);margin-bottom:1.875rem}.reh__existing--content h6{font-size:16px;font-weight:600;color:var(--text-color)}#reh__existing--project .reh__check-group input[type=checkbox]+label{font-weight:500}#reh__existing--project .reh__check-group input[type=checkbox]:checked+label{color:var(--dark-green-color)}.reh__existing--checkbox{display:flex;flex-direction:column;gap:10px}@media(max-width:1199px){.reh_cart-product .reh_product-content h6{font-size:16px}.reh_cart-product{gap:17px}.reh_input-box{width:30px;font-size:14px;padding:4px 10px}.reh_quantity button{width:24px}}@media(max-width:1024px){.reh__cart-table.reh__table th:first-child{padding:10px 0 10px 10px}.reh__cart-table td:nth-child(3),.reh__cart-table td:nth-child(4){text-align:center;width:117px}.reh__price_wrapper p,.reh__price_wrapper span{font-size:12px}.reh_cart-product{gap:12px}.reh__Shoppingcart--table .reh__cart h6{font-size:20px;margin-bottom:4px}.reh__Shoppingcart--table .reh__cart p{font-size:14px}.reh__shop-wrap p{font-size:12px}.reh__shop-wrap{gap:10px;max-width:162px;height:40px}.reh__shop_img{width:14px;height:14px}.reh__total-container h6{font-size:16px;padding:10px 0 0}.reh__sub-wrap{gap:12px}.reh__total{padding:12px 0 16px}.reh_check_wrap{height:40px}.reh_check_wrap p{font-size:14px}.reh__check-img{width:15px;height:14px}}@media(max-width:768px){.reh_input-box{font-size:12px;padding:7px 10px}.reh__cart-price-wrap.reh__overflow{max-width:-moz-max-content;max-width:max-content}.reh__heart-wrap .reh__heart_img svg{width:18px;height:18px}.reh__heart-wrap .reh__heart_img{height:16px}.reh__total p,.reh__total span{font-size:14px}.reh__heart-wrap svg{width:22px;position:relative;z-index:1}.reh__heart-wrap #delete-icon svg{width:18px;height:18px;position:relative;z-index:1}.reh__cart-table td:nth-child(3),.reh__cart-table td:nth-child(4){width:auto}.reh__cart-img{padding:40%}.reh__cart-table.reh__table td:first-child,.reh__cart-table.reh__table td{padding:10px 4px;width:100%}.reh__cart-img{padding:12%;max-width:-moz-max-content;max-width:max-content}.reh_cart-product .reh_product-content{max-width:-moz-max-content;max-width:max-content}.reh__cart-table.reh__table td:first-child{display:flex;flex-direction:column;align-items:start}.reh__cart-table.reh__table .reh_quantity{margin:0}.reh__cart-table.reh__table .reh__price-wrap{max-width:-moz-max-content;max-width:max-content}.reh__cart-table.reh__table th,.reh__cart-table.reh__table td{text-align:-webkit-right}.reh__cart-price-wrap.reh__negotiation-status{display:block}.reh__cart-table.reh__table .reh__waiting-seller,.reh__cart-table.reh__table .reh__action-fixed,.reh__cart-table.reh__table .negotiate-start{margin:0}.reh__cart-table.reh__table .reh__action-toggle{padding:0}.reh__cart-table.reh__table td:before{margin-right:16px}.reh__cart-table.reh__table .reh__action-fixed,.reh__cart-table.reh__table .reh__waiting-seller,.reh__cart-table.reh__table .negotiate-start{padding:6px 8px;gap:4px;font-size:12px}.reh__cart-price-wrap .reh__tooltip{left:auto;right:-76px}.reh__cart-price-wrap .reh__tooltip p{width:150px;text-align:center}.reh__cart-price-wrap .reh__tooltip:after{left:90%}.reh__add-to--project{margin:0 0 0 auto}}@media(min-width:676px){.reh_price-m h6{display:none}}@media(max-width:676px){.reh__cart-table table th{display:none}.reh_cart-product{display:block;padding:0}.reh_price-m{display:flex;align-items:center}.reh__price_wrapper{padding:0 0 0 10px}.reh_cart-product .reh_product-content{width:100%;max-width:100%}.reh_cart-row{position:relative}.reh_cart-row td{padding:0 0 1.5vw}.reh_quantity{margin:0}.reh__heart-wrap{justify-content:start;gap:10px;position:absolute;top:5vw;right:5vw}.reh__heart-wrap svg:nth-child(2){width:21px;height:19px}#heart-icon,#delete-icon{position:relative;z-index:1}.reh__heart-wrap #delete-icon,.reh__heart-wrap #heart-icon{position:relative;z-index:1;width:30px;height:30px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;background-color:#fff;display:flex;align-items:center;justify-content:center}.reh_cart-product .reh_product-content h6{font-size:15px}.reh_input-box[type=number]{background:0 0}.reh__shop-wrap{gap:6px;max-width:142px;height:36px}.reh__total-container h6{font-size:16px}.reh_check_wrap p{font-size:12px}.reh__check-img{width:12px;height:14px}}@media(max-width:575px){.reh__cart-total-wrap{flex-direction:column-reverse;gap:16px}.reh__total-container{max-width:100%}.reh__cart-table.reh__table .reh__cart-price-wrap{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-clamp:2;-webkit-line-clamp:2;white-space:normal;word-break:break-all}.reh__cart-table.reh__table .reh__negotiation-status .reh__cart-price:before{margin-right:4px}.reh__cart-table.reh__table .reh__cart-price-wrap.reh__overflow{overflow:visible}}@media(max-width:425px){.reh__cart-img{padding:15%}}.reh__shop_grid_container{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;grid-column-gap:20px;grid-row-gap:41px;margin-bottom:60px}.reh__seller-public .reh__shop_grid_container{margin-bottom:0;padding-top:8px}.reh__grid_main_wrapper:hover .reh__shop_image_wrapper img{transform:scale(1.2);transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2)}.reh__grid_main_wrapper .reh__shop_image_wrapper img{transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}.reh__grid_main_wrapper{display:flex;flex-direction:column;gap:20px;cursor:pointer;position:relative}.reh__seller--public-profile .reh__grid_main_wrapper{width:100%;text-align:center}.reh__category-content .reh__products_image{margin-bottom:0}.reh__seller--public-profile .reh__category-content p{text-align:start}.reh__grid_main_wrapper .reh__p-shop{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.reh__grid_main_wrapper p,.reh__grid_main_wrapper a{color:var(--dark-green-color);font-size:22px;line-height:26.66px;font-weight:600}.reh__shop_image_wrapper{position:relative;padding-top:316px;cursor:pointer;width:100%;overflow:hidden;border-radius:6px;transform:translateZ(0);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);box-shadow:#0000001a 0 5px 15px}.reh__shop_image_wrapper:after{position:absolute;left:0;top:0;content:"";background-color:#0003;width:100%;height:100%}.reh__shop_image_wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reh__main--category_page .reh__products_image{margin-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;transition:.4 ease}.reh__main--category_page .reh__products_image:after{content:"";position:absolute;width:100%;height:100%;background:#0000004d;top:0;left:0;z-index:1;opacity:0;visibility:hidden;transition:.4s ease}.reh__main--category_page .reh__grid_main_wrapper{box-shadow:var(--shadow-smooth);border-radius:var(--custom-radius);height:100%;transition:transform .35s ease,box-shadow .35s ease}.reh__main--category_page .reh__category-content{padding-bottom:1.25rem;padding-inline:1.25rem}.reh__main--category_page .reh__category-content p{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;word-wrap:break-word}.reh__main--category_page .reh__grid_main_wrapper:hover{transform:translateY(-.4rem);box-shadow:0 18px 40px #0000002e}.reh__main--category_page .reh__grid_main_wrapper:hover .reh__products_image img{transform:scale(1.12)}.reh__main--category_page .reh__products_image img{transition:transform .6s ease}.reh__main--category_page .reh__grid_main_wrapper:hover .reh__category-content p{color:var(--text-color)}.reh__main--category_page .reh__grid_main_wrapper:hover .reh__products_image:after{opacity:1;visibility:visible}@media(max-width:1024px){.reh__shop_image_wrapper:before{left:-100%}.reh__shop_grid_container{grid-template-columns:repeat(3,1fr);grid-column-gap:16px;grid-row-gap:32px;margin-bottom:40px}.reh__grid_main_wrapper p,.reh__grid_main_wrapper a{font-size:18px}.reh__grid_main_wrapper{gap:12px}}@media(max-width:575px){.reh__shop_grid_container{grid-template-columns:repeat(2,1fr);grid-column-gap:12px;grid-row-gap:24px;margin-bottom:43px}}@media(max-width:425px){.reh__shop_grid_container{grid-template-columns:repeat(1,1fr);grid-column-gap:12px;grid-row-gap:30px;margin-bottom:36px}}body{background-color:var(--background-secondary)}.reh__main--checkout{gap:20px}.reh__part-two{width:calc(36.3% - 10px);gap:2.5rem}.reh__checkoutpage-wrap{display:flex;flex-direction:column;gap:2.5rem;width:calc(74% - 10px)}.reh__checkout-heading,.reh__checkout-heading svg path,.reh__checkout-heading svg,.reh__signup--account-card,.reh__payment--box,.reh__address{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__checkout--bg,.reh__checkout-name--company span,.reh__wise-accordion,.reh__checkout--product .reh__product--img,.reh__payment--box,.reh__signup--account-card{border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__checkout-name--company,.reh__checkout-heading:hover p,.reh__checkout--bg>h6,.reh__checkout-name--company h6,.reh__amount-item span,.reh__payment--box p{color:var(--text-color)}.reh__checkout--bg{box-shadow:0 0 10px #0000001a}.reh__checkout-heading{gap:10px;cursor:pointer;margin-bottom:2.5rem}.reh__checkout-heading p{font-size:18px;font-weight:600;color:var(--dark-green-color)}.reh__checkout-heading svg{width:16px;height:auto}.reh__checkout-heading:hover svg path{fill:var(--text-color)}.py-50{padding:50px 0}.reh__checkout--bg{background-color:var(--color-white);padding:1rem}.reh__checkout--bg>h6{font-size:var(--text-sm);font-weight:600;margin-bottom:20px}.reh__checkout--heading{background-color:var(--background-secondary);overflow:hidden;padding-inline:16px;padding-block:10px;border-bottom:1px solid var(--border-marketplace);border-radius:6px 6px 0 0;-webkit-border-radius:6px 6px 0 0px;-moz-border-radius:6px 6px 0 0px;-ms-border-radius:6px 6px 0 0px;-o-border-radius:6px 6px 0 0px}.reh__wise-accordion{gap:20px;border:1px solid var(--border-marketplace);margin-bottom:20px;overflow:hidden}.reh__wise-accordion:last-child{margin-bottom:0}.reh__checkout-name--company{gap:12px}.reh__checkout-name--company h6{font-size:16px;font-weight:600}.reh__checkout-name--company span{display:inline-flex;color:var(--dark-orange-color);font-size:12px;font-weight:500;background-color:var(--dark-orange-10);border:1px solid var(--dark-orange-color);padding-inline:10px;padding-block:4px}.reh__seller-right,.reh__product-details{gap:1.25rem}.reh__seller-right .reh__btn-primary.reh__btn--padding{gap:8px;padding-inline:.6rem;padding-block:.44rem;min-width:auto;min-height:auto;cursor:pointer}.reh__product-details{padding-block-end:1.25rem;border-bottom:1px solid var(--border-marketplace);margin-block-end:1.25rem}.reh__seller-right .reh__btn-primary.reh__btn--padding p{font-size:14px}.reh__checkout-items{gap:1.5625rem}.reh__checkout-items img{width:14px;height:auto}.reh__checkout-items p{color:var(--text-color-70);font-size:14px;font-weight:500}.reh__checkout--product .reh__product--img{position:relative;padding-top:5rem;padding-right:5rem;overflow:hidden;max-width:-moz-max-content;max-width:max-content;height:-moz-max-content;height:max-content}.reh__checkout--product .reh__product--img img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.reh__checkout--product{padding:1rem;border-bottom:1px solid var(--border-marketplace)}.reh__checkout--product:last-child{border-bottom:none}.reh__checkout--product-heading{color:var(--dark-green-color);font-size:1.125rem;font-weight:600}.reh__product--content{gap:1rem;flex:1}.reh__product-price{gap:4px}.reh__product-price>h6{color:var(--dark-green-color);font-weight:600;text-align:end;line-height:var(--leading-height-2);font-size:1.125rem}.reh__product-unit{gap:4px}.reh__product-unit span{display:inline-flex}.reh__product-unit{color:var(--text-color-70);font-weight:500}.reh__delivery-icon{width:20px;height:20px;flex-shrink:0}.reh__delivery-method{gap:10px;max-width:-moz-max-content;max-width:max-content}.reh__delivery-icon img{width:100%;height:100%}.reh__delivery{gap:1rem;flex-wrap:wrap}.reh__method-wrap{gap:6px}.reh__method-wrap>p{color:var(--text-color-70);font-weight:500;line-height:var(--leading-height)}.reh__method-wrap p>span{color:var(--text-color);font-weight:500;margin-inline-start:3px}.reh__center-border{width:1px;background-color:var(--border-marketplace);min-height:26px;max-height:-moz-max-content;max-height:max-content;flex-shrink:0}.reh__product--total{background-color:var(--background-secondary);padding:1rem;gap:1rem}.reh__product--total .reh__shipping-link{font-size:1rem;font-weight:500;color:var(--medium-orange-color);line-height:var(--leading-height);text-decoration:underline;text-underline-offset:4px;display:flex;margin-top:auto;flex-shrink:0}.reh__amount-item{gap:10px}.reh__amounts{max-width:376px;width:100%;gap:12px}.reh__amount-item span{font-size:1rem;line-height:var(--leading-height-1)}.reh__amount-item span:first-child{max-width:65%;width:100%;font-weight:400}.reh__amount-item span:last-child{max-width:calc(35% - 6px);width:100%;text-align:end;font-weight:500}.reh__amount-item.reh__amount--total{border-top:1px solid var(--border-marketplace);padding-block-start:12px}.reh__amount-item.reh__amount--total .reh__total-green{color:var(--dark-green-color);font-weight:600}.reh__discount--img-wrap{gap:4px}.reh__discount--img-wrap img{cursor:pointer}.reh__wise-accordion .reh__accordion--main{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.165,.84,.44,1);-webkit-transition:max-height .4s cubic-bezier(.165,.84,.44,1);-moz-transition:max-height .4s cubic-bezier(.165,.84,.44,1);-ms-transition:max-height .4s cubic-bezier(.165,.84,.44,1);-o-transition:max-height .4s cubic-bezier(.165,.84,.44,1)}.reh__wise-accordion.active .reh__accordion--main{max-height:1000px}.reh__accordion-icon{transition:transform .3s ease}.reh__wise-accordion.active .reh__accordion-icon{transform:rotate(0);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg)}.reh__wise-accordion .reh__accordion-icon{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg)}.reh__wise-accordion .reh__checkout--heading{border-bottom:1px solid transparent;cursor:pointer;transition:border-color .3s ease;-webkit-transition:border-color .3s ease;-moz-transition:border-color .3s ease;-ms-transition:border-color .3s ease;-o-transition:border-color .3s ease}.reh__wise-accordion.active .reh__checkout--heading{border-bottom-color:var(--border-marketplace)}.reh__payment-boxs{display:grid;grid-template-columns:repeat(auto-fill,130px);grid-auto-rows:90px;gap:10px}.reh__popup .reh__payment-boxs{margin-bottom:1.25rem}.reh__payment--box{gap:5px;border:1px solid var(--border-marketplace);background-color:var(--color-white);margin-bottom:0;cursor:pointer}.reh__payment--box img{width:100%;height:24px;display:flex;max-width:-moz-max-content;max-width:max-content}.reh__payment--box p{font-weight:500}.reh__address{border:1px solid var(--border-marketplace);background-color:var(--background-secondary);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);padding:20px;margin-bottom:20px;cursor:pointer}.reh__address:last-child{margin-bottom:0}table{background-color:transparent;border-spacing:0;border-collapse:collapse}.reh__address table tr td:first-child{color:var(--green-color);width:30%}.reh__address table tr td:nth-child(2){color:var(--text-color-70);font-weight:500}.reh__address table tr td{font-weight:500;padding-bottom:6px;vertical-align:baseline}.reh__address .reh__edit-btn{display:flex;align-items:center;gap:20px;justify-content:end;padding-top:5px}.reh__address .reh__edit-btn a{display:flex;align-items:center;gap:5px}.reh__address .reh__edit-btn a:first-child svg{width:18px;height:18px}.reh__address .reh__edit-btn a:first-child p{color:var(--dark-green-color)}.reh__address .reh__edit-btn a p{font-weight:500;font-size:14px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.reh__address .reh__edit-btn a:nth-child(2) svg{width:14px;height:auto}.reh__address .reh__edit-btn a:nth-child(2) p{color:var(--dark-orange-color)}.reh__address.active{border-color:var(--dark-green-color)}.reh__custom-textarea{width:100%;padding:10px;font-size:16px;border:1px solid var(--border-marketplace);border-radius:4px;background-color:var(--background-secondary);resize:none;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;scrollbar-width:thin;scrollbar-color:#048481 #fff}.reh__custom-textarea:focus-visible{outline:none}.reh__info--wrap label{margin-bottom:8px;display:block;font-weight:400;color:var(--text-color)}.reh__checkout--bg.reh__coupon--code{padding:0}.reh__checkout--bg.reh__coupon--code .reh__checkout--coupon-wrap{padding:1rem 1rem 1.5rem}.reh__checkout--bg.reh__coupon--code .reh__checkout-coupon__title{padding:1rem;border-bottom:1px solid var(--border-marketplace);margin-bottom:0}.reh__checkout--bg.reh__order--summary{padding:0}.reh__checkout--bg.reh__order--summary h6{padding:16px;border-bottom:1px solid var(--border-marketplace);margin-bottom:0}.reh__pay--now.reh__border-dark-green{width:100%;min-width:100%;padding-inline:1.25rem;padding-block:.5rem;min-height:2.8125rem;gap:12px}.reh__pay--now.reh__border-dark-green p{font-size:1rem}.reh__amounts.reh__summary-wrap{padding:1rem;max-width:100%}.reh__amounts.reh__summary-wrap .reh__amount-item span:first-child{line-height:1.25}.reh__amounts.reh__summary-wrap .reh__total-green{color:var(--text-color)}.reh__amounts.reh__summary-wrap .reh__amount-item.reh__amount--total{padding-top:16px}.reh__amount-pay--total{padding-bottom:4px}.reh__amount-item.reh__amount--total+.reh__existing--checkbox{padding:1rem 0}.reh__payment-escrow{padding:1rem 1rem 1.5rem;border-top:1px solid var(--border-marketplace)}.reh__content--escrow{gap:10px;margin-bottom:1.25rem}.reh__content--escrow>img{width:24px;height:auto}.reh__content--text img{width:16px;height:16px;cursor:pointer}.reh__content--text{gap:4px}.reh__content--text p{color:var(--dark-green-color);font-weight:600;font-size:1rem;line-height:var(--leading-height-1)}#reh__shipping-info .reh__border-bg,#reh__choose--shipping .reh__border-bg{margin:0 0 0 auto}#reh__shipping-info .reh__buyer_form-field input::-moz-placeholder{font-size:16px;color:var(--text-color)}#reh__shipping-info .reh__buyer_form-field input::placeholder{font-size:16px;color:var(--text-color)}#reh__shipping-info .reh__buyer_form-field select{color:var(--text-color)}.reh__mobile.reh__checkout-name--company span,.reh__product-price.reh__mobile{display:none}.reh__signup--account-card{border:1px solid var(--border-marketplace);padding:1.25rem 1.5rem}.reh__signup--account-card.active{border-color:var(--green-color)}.reh__choose--shipping{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:20px;grid-row-gap:20px;padding-bottom:1.25rem}.reh__shipping--icon{width:60px;height:40px}.reh__shipping--icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.reh__shipping-content{display:flex;flex-direction:column;gap:8px}#reh__choose--shipping .reh__signup--account-content{display:flex;flex-direction:column;gap:10px}#reh__choose--shipping .reh__shipping-content h5{font-size:14px;font-weight:600;color:var(--text-color)}#reh__choose--shipping .reh__shipping-content h6{color:var(--dark-green-color);font-weight:600;font-size:1.25rem}#reh__choose--shipping .reh__shipping-content p{color:var(--text-color-70);font-weight:500;font-size:.875rem;line-height:var(--leading-height)}#reh__choose--shipping .reh__shipping-content p span{color:var(--text-color);font-weight:600;margin-inline-start:4px}.reh__payment-boxs label input{display:none}.reh__payment--box:has(input[type=radio]:checked),.reh__address:has(input[type=radio]:checked){border:1px solid var(--green-color)}.reh__address input[type=radio]{display:none}.reh__address .reh__address-label{width:100%;margin-bottom:0;cursor:pointer}@media(max-width:1200px){#reh__shipping-info .reh__buyer_form-field input::-moz-placeholder{font-size:1rem}#reh__shipping-info .reh__buyer_form-field input::placeholder,.reh__seller-right .reh__btn-primary.reh__btn--padding p{font-size:1rem}}@media(max-width:991px){.reh__seller-right .reh__btn-primary.reh__btn--padding p{display:none}.reh__delivery{flex-direction:column;align-items:start;gap:.7rem}.reh__center-border{display:none}.reh__product--total{flex-direction:column;gap:1rem}.reh__amounts{max-width:100%}.reh__main--checkout{flex-direction:column}.reh__checkoutpage-wrap,.reh__part-two{width:100%}.reh__pay--now.reh__border-dark-green{max-width:-moz-max-content;max-width:max-content;min-width:50%;margin:auto}}@media(max-width:768px){#reh__shipping-info .reh__buyer_form-field input::-moz-placeholder{font-size:14px}#reh__shipping-info .reh__buyer_form-field input::placeholder{font-size:14px}.reh__checkout--bg>h6{font-size:1.6rem}}@media(max-width:425px){.reh__address table tr{display:flex;flex-direction:column;margin-bottom:6px}.reh__address table tr td:first-child{width:100%}.reh__custom-textarea::-moz-placeholder{font-size:14px}.reh__address table tr td:nth-child(2),.reh__address table tr td:first-child,.reh__payment--box p,.reh__custom-textarea::placeholder{font-size:14px}.reh__checkout--bg>h6{font-size:16px}.reh__product-details{flex-direction:column;align-items:start;gap:1rem}.reh__product-price>h6{text-align:start}.reh__mobile.reh__checkout-name--company span{display:inline-flex;color:var(--dark-orange-color);font-size:12px;font-weight:500;background-color:var(--dark-orange-10);border:1px solid var(--dark-orange-color);padding-inline:10px;padding-block:4px;margin-bottom:8px}.reh__checkout-name--company{flex-direction:column;align-items:start;gap:6px}.reh__product-price.reh__mobile{display:flex;width:100%}.reh__product-price.reh__mobile .reh__btn-primary.reh__btn--padding{gap:8px;padding-inline:.6rem;min-height:1.8125rem;min-width:-moz-max-content;min-width:max-content}.reh__product-price.reh__mobile .reh__btn-primary.reh__btn--padding p{font-size:12px}.reh__checkout--product-heading{font-size:1rem}.reh__checkout-items p{font-size:12px}.reh__checkout-items{gap:10px}.reh__seller-right{gap:.6rem}.reh__checkout-name--company span{font-size:10px;padding-inline:6px;padding-block:3px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.reh__seller-right .reh__btn-primary.reh__btn--padding{gap:8px;padding-inline:.4rem;padding-block:.4rem}.reh__payment-boxs{grid-template-columns:repeat(auto-fill,100px);grid-auto-rows:70px;gap:6px}.reh__payment--box img{height:20px}.reh__checkout--bg .reh__btn--padding{min-height:1.8125rem;min-width:8.375rem}.reh__checkout-heading p{font-size:15px}.reh__checkout-heading svg{width:14px}.reh__choose--shipping{grid-template-columns:repeat(1,1fr);grid-template-rows:1fr;grid-column-gap:10px;grid-row-gap:10px;padding-bottom:14px}.reh__signup--account-card{padding:1.25rem 4.5rem}#reh__choose--shipping .reh__shipping-content h6{font-size:1.2rem}#reh__choose--shipping .reh__border-bg{font-size:14px}.reh__discount--img-wrap img{width:12px;height:12px}}@media(max-width:320px){.reh__address table tr td:nth-child(2),.reh__address table tr td:first-child,.reh__payment--box p{font-size:12px}.reh__custom-textarea::-moz-placeholder{font-size:12px}.reh__custom-textarea::placeholder{font-size:12px}}.reh__signup-banner{background-color:var(--green-color);padding-block:4.7rem}.reh__signup-banner--links a{font-size:var(--text-xs);transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;display:flex;align-items:center}.reh__products_wrapper_main{cursor:pointer;width:100%;transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);position:relative;height:100%}.reh__products_wrapper_main .reh__p-link{position:absolute;top:0;left:0;width:100%;z-index:99;height:100%}.reh__products_wrapper_main .reh__products_image img{transition:all .5s ease-in-out}.reh__products_wrapper_main:hover .reh__products_image img{transform:scale(1.2);transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2)}.reh__products_image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reh__products_wrapper_main{display:flex;flex-direction:column;align-items:start;position:relative}.reh__star_container .rating .fa,.reh__star_container .rating .star{display:inline-block;font:14px/1 FontAwesome!important;font-size:16px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--orange-color)}.reh__products_wrapper_main .reh__products_content_wrapper_main{display:flex;flex-direction:column;gap:10px;align-items:start;width:100%;margin-bottom:60px;position:unset}.reh__products_content_wrapper_main h4{color:var(--dark-green-color);line-height:26.66px;font-weight:600;text-align:start;padding:0}.reh__products_content_wrapper_main a{color:var(--dark-green-color);line-height:1.2;font-weight:600;text-align:start;padding:0;font-size:1.375rem;text-transform:capitalize}.reh__products_content_wrapper_main .reh__onsale_content_sub_heading{text-transform:capitalize;font-weight:400;position:relative;z-index:99}.reh__products_content_wrapper_main p{color:var(--text-color);font-weight:600!important;font-size:18px;line-height:1.2}.reh__onsale_content_sub_heading{font-size:12px!important;color:var(--text-color)!important;line-height:1!important;z-index:1}.butn:after{background-color:var(--green-color);content:"";position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);z-index:1;transform:scaleX(0);transform-origin:right center;transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9)}.butn:hover:after{transform:scaleX(1);transform-origin:left center}.reh__add_to_cart{overflow:hidden;background-color:var(--medium-orange-color);width:100%;height:50px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;font-weight:400;line-height:18.4px;margin-top:1.25rem;position:relative;z-index:99;position:absolute;bottom:0;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__products_image{position:relative;padding-top:316px;width:100%;margin-bottom:20px;overflow:hidden;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);box-shadow:0 5px 15px #0000001a}.reh__add_to_cart a{color:#fff!important;z-index:2;line-height:1}.reh__percent{position:absolute;display:flex;color:#fff;z-index:1;top:0;left:0;padding:14.5px 17px 0}.reh__products_list .reh__percent p{color:#fff;font-weight:500}.reh__percent p{background-color:var(--orange-color);font-size:14px;font-weight:400;line-height:16.97px;width:54px;height:27px;display:flex;align-items:center;justify-content:center;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;color:#fff}.reh__categories_heading{background:#055358;background:var(--green-color);color:#fff;padding:65px 0}.reh__categories_wrapper{display:flex;flex-direction:column;gap:25px}.reh__categories_sub_content{display:flex;gap:20px;align-items:center}.reh__categories_content{pointer-events:none;cursor:not-allowed}.reh__categories_sub_content a{text-decoration:none;color:#fff;font-size:16px;font-weight:500;line-height:30px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__categories_sub_content a:hover{color:var(--orange-color)}.reh__categories_heading h1,.reh__categories_heading h2,.reh__categories_heading h3,.reh__categories_heading h4,.reh__categories_heading h5,.reh__categories_heading h6,.reh__categories_heading p{margin:0;padding:0}.reh__shop_section h1,.reh__shop_section h2,.reh__shop_section h3,.reh__shop_section h4,.reh__shop_section h5,.reh__shop_section h6,.reh__shop_section p{padding:0;margin:0}.reh__categories_wrapper h1{padding:0;line-height:1;color:#fff}.reh__categories_content_arrow{max-width:5px;width:100%}.reh__categories_content_arrow svg{height:100%;width:100%}.reh__shop_section{padding:40px 0}.reh__shop_heading_wrapper h2{color:var(--text-color);margin-bottom:30px;font-weight:600;font-size:2.625rem}.reh__stock-info p{display:flex;font-size:.875rem;line-height:1;color:#717171;gap:8px;font-weight:400!important}.reh__stock-info p strong{color:var(--text-color);font-weight:600!important}.reh__stock-info{display:flex;flex-direction:column;gap:8px}.reh__compare_wrap{position:absolute;top:0;right:0;z-index:99;width:100%;display:flex;justify-content:end;padding:15px;gap:10px}.reh__compare-img{width:32px;height:32px;background-color:var(--dark-green-color);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;display:flex;align-items:center;justify-content:center}.reh__compare_wrap .reh__compare-img img{height:16px;width:auto;position:relative}.reh__products_wrapper_main:hover .reh__compare_wrap .reh__compare-img img,.reh__products_wrapper_main:hover .reh__products_image .reh__negotiable img{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}.reh__compare-img.reh__product-compare-icon-added{background-color:#fff}.reh__compare-img .reh__fav-fill{display:none}.reh__negotiable{background-color:var(--dark-orange-color);color:#fff;padding:6px 8px;display:flex;align-items:center;max-width:-moz-max-content;max-width:max-content;border-radius:25px 0 0 25px;-webkit-border-radius:25px 0 0px 25px;-moz-border-radius:25px 0 0px 25px;-ms-border-radius:25px 0 0px 25px;-o-border-radius:25px 0 0px 25px;gap:8px;z-index:99;position:absolute;bottom:0;right:0;margin:0 0 15px 15px}.reh__products_image .reh__negotiable p{font-size:14px;font-weight:500;color:#fff;margin:0}.reh__products_image .reh__negotiable img{height:20px;width:auto;position:relative}.reh__pro_simslider p{margin:0;padding:0}.reh__products_content_wrapper_main .reh__price-wrap{display:flex;align-items:center;gap:10px}.reh__products_content_wrapper_main s.reh__product-price{color:var(--text-color);font-weight:600;font-size:1.125rem}.reh__products_content_wrapper_main .reh__product-price{color:#4ea7a5;font-size:1.125rem}.reh__products_content_wrapper_main .reh__product-price.reh__price-remove{color:var(--text-color)}@media(max-width:1024px){.reh__products_content_wrapper_main h4,.reh__products_content_wrapper_main a{font-size:1.125rem}.reh__categories_wrapper h1{font-size:34px}.reh__categories_heading{padding:45px 0}.reh__categories_wrapper{gap:10px}.reh__shop_section{padding:40px 0}}@media(max-width:768px){.reh__add_to_cart{height:36px;font-size:14px;margin-top:.825rem}.reh__categories_wrapper h1{font-size:28px}.reh__categories_sub_content a{font-size:14px;line-height:1.4}.reh__categories_sub_content{flex-wrap:wrap;row-gap:6px;-moz-column-gap:0;column-gap:0}.reh__products_content_wrapper_main p{font-size:14px}.reh__products_content_wrapper_main h4,.reh__products_content_wrapper_main a{font-size:18px}.reh__products_content_wrapper_main .reh__product-price{font-size:16px}.reh__onsale_content_sub_heading{line-height:1!important}.reh__shop_heading_wrapper h2{font-size:24px;margin-bottom:20px}}@media(max-width:575px){.reh__categories_wrapper h1{font-size:24px}.reh__categories_heading{padding:34px 0}.reh__shop_heading_wrapper h2{margin-bottom:20px}}@media(max-width:425px){.reh__categories_sub_content{gap:10px}.reh__negotiable p{font-size:12px}.reh__products_image .reh__negotiable img{height:16px}.reh__negotiable{gap:4px}.reh__signup-banner{padding-block:3rem}.ren__bcrumb-link:before{margin:0 8px}.reh__h1{font-size:2.2rem}}.pager{margin:40px 0 0}.pager li>a:focus,.pager li>a:hover{background:0 0}.reh__profile-client{position:relative;padding-top:180px;border-radius:50%;overflow:hidden;width:180px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.file-input{display:none!important}.reh__p-camera{position:relative;cursor:pointer}.reh__p-camera img{display:block}.reh__profile--edit-header .reh__profile-container{display:flex;align-items:end;gap:40px;margin-top:-50px;margin-left:10px}.pe-header-skeleton .reh__profile-container.pe-content-skeleton{align-items:start}.reh__info-tab-list.pe-tabs-skeleton{background-color:transparent;border:none}.reh__info__tab-content.reh__seller--edit-profile.pe-form-skeleton{background-color:transparent;box-shadow:none;padding:0}@media(max-width:425px){.reh__profile--edit-header .reh__profile-wrap{display:flex}}.reh__profile--edit-header .reh__profile-container h1{margin-bottom:40px;color:var(--dark-green-color);font-size:24px;font-weight:600;line-height:29.9px}.reh__profile-wrap{position:relative;max-width:-moz-max-content;max-width:max-content;filter:drop-shadow(0 4px 4px #00000040);-webkit-filter:drop-shadow(0 4px 4px #00000040)}.reh__p-camera{background-color:var(--green-color);width:40px;height:40px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;bottom:0;right:13px}.reh__p-camera img{width:22px;height:auto}.reh__profile-client img{position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.reh__profile-client:after{content:"";position:absolute;background-color:transparent;left:0;top:0;width:180px;height:180px;border-radius:50%;border:8px solid var(--green-color);-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;box-sizing:border-box}.reh__info-tab-list{display:flex;list-style:none;padding:0;margin:0;border-bottom:.5px solid #33333380;max-width:-moz-max-content;max-width:max-content;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#048481 #fff}.reh__info-tab-item{padding:4px 26px;cursor:pointer;position:relative;font-weight:500;font-size:14px;line-height:19.97px;color:var(--text-color);text-wrap:nowrap}.reh__seller--review-management .reh__info__tab-content{margin-top:2.5rem;gap:1.25rem}.reh__buyer--customer-profile .reh__info__tab-content{margin-top:30px}.reh__info__tab-content.reh__seller--edit-profile .reh__buyer_Check{padding:0}.reh__info__tab-content.reh__seller--edit-profile input{background:var(--color-white)}.reh__gap-container{display:flex;flex-direction:column;gap:24px}.reh__grid-section h6{margin-bottom:24px;color:var(--green-color);font-size:1.125rem;font-weight:600;line-height:var(--leading-height-1)}.reh__delivery .reh__radio-group{flex-direction:column;gap:10px}.reh__buyer_radio{display:flex;gap:15px;flex-wrap:wrap}.reh__radio-group{display:flex;gap:20px}.reh__radio-group label{font-weight:400;margin-bottom:0}.reh__radio-group input[type=radio]{display:none}.reh__radio-group input[type=radio]:checked,.reh__radio-group input[type=radio]:not(:checked){position:absolute;left:0}.reh__radio-group input[type=radio]:checked+label,.reh__radio-group input[type=radio]:not(:checked)+label{position:relative;padding-left:22px;cursor:pointer;line-height:1.2;font-size:15px;display:inline-block;color:#333333e5;font-weight:500}.reh__radio-group input[type=radio]:checked+label{color:var(--dark-green-color)}.reh__radio-group input[type=radio]:checked+label:before,.reh__radio-group input[type=radio]:not(:checked)+label:before{content:"";position:absolute;left:0;top:0;width:16px;height:16px;border:1px solid var(--dark-green-color);border-radius:100%;background:transparent}.reh__radio-group input[type=radio]:checked+label:after,.reh__radio-group input[type=radio]:not(:checked)+label:after{content:"";width:8px;height:8px;background:var(--dark-green-color);position:absolute;top:5px;left:5px;border-radius:100%;transition:all .2s ease}.reh__radio-group input[type=radio]:not(:checked)+label:after{opacity:0;transform:scale(0)}.reh__radio-group input[type=radio]:checked+label:after{opacity:1;transform:scale(1)}.reh__save-change{font-size:16px;font-weight:500;background-color:var(--medium-orange-color);color:#fff;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;display:inline-block;-o-border-radius:6px;margin:40px 0 0 auto;display:flex;max-width:-moz-max-content;max-width:max-content;position:relative;overflow:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.reh__save-change button{z-index:2;padding:13px 40px;color:#fff;background-color:transparent;border:none}.reh__save-change:after{background-color:var(--green-color);content:"";position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);z-index:1;transform:scaleX(0);transform-origin:right center;transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9)}.reh__save-change:hover:after{transform:scaleX(1);transform-origin:left center}.reh__radio-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.reh__radio-buttons input[type=radio]{display:none}.reh__radio-buttons .reh__custom-btn{display:inline-block;padding:10px 20px;border:.5px solid #33333333;border-radius:5px;background-color:#fff;color:var(--text-color);font-size:14px;cursor:pointer;text-align:center;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__radio-buttons label{margin:0}.reh__radio-buttons .reh__custom-btn:hover{background-color:var(--dark-green-color);color:#fff;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__radio-buttons input[type=radio]:checked+.reh__custom-btn{background-color:var(--dark-green-color);color:#fff;border-color:var(--dark-green-color)}.reh__add-address{display:flex;align-items:center;gap:10px}.reh__add-address svg{width:14px;height:auto}.reh__add-address p{color:var(--text-color);font-weight:500;font-size:14px}.reh__p__dropdown-button:after{position:absolute;content:"";right:16px;background-image:url(./images/profile-dropdown.svg);background-size:100%;width:14px;height:7px;background-repeat:no-repeat}.reh__textarea-label{display:block;margin-bottom:8px;font-size:16px;color:#333}.reh__textarea{width:100%;background-color:#fff;max-width:100%;scrollbar-width:thin;scrollbar-color:#048481 #fff;padding:10px;border:.5px solid #33333333;border-radius:5px;font-size:12px;line-height:1.4;color:#333;resize:none;transition:border-color .3s ease,box-shadow .3s ease;-webkit-transition:border-color .3s ease,box-shadow .3s ease;-moz-transition:border-color .3s ease,box-shadow .3s ease;-ms-transition:border-color .3s ease,box-shadow .3s ease;-o-transition:border-color .3s ease,box-shadow .3s ease}.reh__are-two{font-size:14px}.reh__textarea:focus{box-shadow:none;outline:none}.reh__textarea::-moz-placeholder{color:var(--text-color)}.reh__textarea::placeholder{color:var(--text-color)}.reh__checkbox{display:flex;align-items:center;gap:10px;font-family:Arial,sans-serif;font-size:16px}.reh__checkbox-input{display:none}.reh__checkbox-label{position:relative;padding-left:30px;cursor:pointer;color:#333}.reh__checkbox-label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:24px;height:24px;border:2px solid #333;border-radius:4px;background-color:#fff;transition:background-color .3s,border-color .3s}.reh__checkbox-label:after{content:"";position:absolute;left:5px;top:50%;transform:translateY(-50%) scale(0);width:10px;height:10px;border-radius:4px;transition:transform .3s ease-in-out;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.reh__checkbox-input:checked+.reh__checkbox-label:before{background-color:var(--dark-green-color);border-color:var(--dark-green-color);background-image:url(/img/seller/check-box-arrow.svg);background-size:80%;background-position:2px;background-repeat:no-repeat}.reh__checkbox-input:checked+.reh__checkbox-label:after{transform:translateY(-50%) scale(1)}.reh__discount-radio input[type=radio]{display:none}.reh__discount-btn{display:flex;flex-direction:column;padding:15px;border:.5px solid #33333333;background-color:#fff;border-radius:6px;cursor:pointer;transition:all .3s ease;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__discount-btn h3{margin:0;font-size:16px;font-weight:500!important;line-height:24px}.reh__discount-btn p{font-size:14px;color:var(--text-color);font-weight:400}.reh__discount-radio input[type=radio]:checked+.reh__discount-btn{border-color:var(--green-color);background-color:#04848133}.reh__discount-radio label:hover .reh__discount-btn{border-color:var(--green-color);background-color:#04848133}#addressPopup h6{font-size:18px;font-weight:500!important;line-height:24px;color:var(--text-color);margin-bottom:24px}.popup-content{background:#f7f7f7;position:relative;border-radius:6px;max-width:604px;width:100%;overflow:hidden;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}#reh__shipping-address-popup .popup-content h6{font-size:18px;font-weight:500!important;color:var(--text-color);padding-top:0}#reh__shipping-address-popup .popup-content .reh__save-change button{padding:10px 20px;font-size:14px}#reh__shipping-address-popup .text-danger{color:var(--dark-orange-color);font-size:12px;font-weight:600}#addressPopup .reh__save-change{padding:10px 42px;margin:20px 0 0 auto;font-size:12px}@media(max-width:1290px){.reh__grid-section{gap:30px}.reh__are-two{font-size:12px}}@media(max-width:1024px){.reh__tebs_wrap{gap:20px}.reh__order_wrap{max-width:calc(100% / 3 - 10px)}.reh__tabs{max-width:170px;gap:10px}.reh__history th,.reh__history td,.reh__view-d a p{font-size:12px}.reh__history th:first-child,.reh__history td:first-child{padding:10px 0 10px 10px}.reh__back-home p{font-size:12px}.reh__tab_img{width:16px;height:16px}.reh__tabs_content{max-width:calc(100% - 210px);flex:0 0 calc(100% - 210px)}.reh__discount-btn h3{font-size:14px}.reh__discount-btn p{font-size:12px;line-height:1.4}.reh__grid-section h6{margin-bottom:16px}.reh__checkbox-label:before{width:20px;height:20px}.reh__radio-group input[type=radio]:checked+label,.reh__radio-group input[type=radio]:not(:checked)+label{font-size:12px}.reh__p__dropdown-button:after{width:11px;height:7px}}@media(max-width:991px){.reh__tabs{max-width:-moz-max-content;max-width:max-content}.reh__back-home{max-width:90%}.reh__back-home a{justify-content:center}.reh__tabs_content{max-width:calc(100% - 80px);flex:0 0 calc(100% - 80px)}}@media(max-width:768px){.reh__history{border:0}.reh__history caption{font-size:1.3em}.reh__history thead{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.reh__history tr:first-child{display:none}.reh__history tr{border:1px solid #ddd;display:block;margin-bottom:.625em;padding:0 10px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__history td{border-bottom:1px solid #ddd;display:block;text-align:right}.reh__history td:before{content:attr(data-label);float:left;font-weight:500}.reh__history td:last-child{border-bottom:0}.reh__view-d a{justify-content:end}.reh__history td:first-child{padding:10px 0}.reh__history table{border-radius:0;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px}.reh__dashbord_s{padding:70px 0 50px;background-color:#f7f7f7;position:relative}.reh__tabs_content{max-width:calc(100% + -0px);flex:0 0 calc(100% + -0px)}.reh__tabs{max-width:220px;gap:10px;min-height:auto}.reh__back-home{padding-bottom:10px}.reh__close_btns{position:absolute;top:10px;right:10px;display:flex;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;align-items:center;background-color:#fff;justify-content:center;padding:4px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.reh__close_btns svg{width:20px;height:20px}.reh__profile-client:after{width:140px;height:140px;border:6px solid var(--green-color)}.reh__profile-client{padding-top:140px;width:140px}.reh__profile--edit-header .reh__profile-container{gap:20px}.reh__profile--edit-header .reh__profile-container h1{font-size:20px}}@media(max-width:675px){.reh__grid-section{display:grid;grid-template-columns:repeat(1,1fr);gap:30px}.reh__radio-buttons{grid-template-columns:repeat(3,1fr)}.reh__save-change{margin:20px 0 0 auto}.reh__save-change button{font-size:14px;padding:10px 20px}}@media(max-width:425px){.reh_order_container{flex-direction:column}.reh__order_wrap{max-width:100%;width:100%}.reh__profile-client:after{width:100px;height:100px;border:4px solid var(--green-color)}.reh__profile-client{padding-top:100px;width:100px}.reh__profile--edit-header .reh__profile-container h1{margin-bottom:20px}.reh__profile--edit-header .reh__profile-container{margin-top:-30px}.reh__p-camera img{width:18px}.reh__p-camera{width:34px;height:34px;right:0}.reh__add-address{margin-top:20px}.reh__radio-group{flex-direction:column;gap:10px}.reh__save-change button,.reh__radio-buttons .reh__custom-btn{font-size:12px}#addressPopup h6{font-size:16px;margin-bottom:14px}}@media(max-width:320px){.reh__radio-buttons{grid-template-columns:repeat(1,1fr)}.popup{padding:7px}}.reh__check-table{border:1px solid var(--border-marketplace);width:100%;padding:10px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);margin-bottom:34px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__check-table.reh__selected,.reh__check-table:hover{border:1px solid var(--green-color)}.reh__check-table tr td:first-child{color:var(--green-color);width:40%}.reh__check-table tr td{padding-bottom:6px;font-weight:500}.reh__check-table tr td:last-child{width:60%;color:#333c}.reh__check-table tr:last-child td{padding-bottom:0}.reh__edit-btns button{background-color:transparent;border:none;gap:7px;font-weight:500;display:flex;align-items:center}.reh__edit-btns button:first-child{color:var(--dark-green-color)}.reh__edit-btns button:last-child{color:var(--dark-orange-color)}.reh__edit-btns button img{height:16px;width:auto}.reh__edit-btns{background-color:transparent;border:none;justify-content:end;gap:20px;display:flex;align-items:center}#reh__profile-update-form .error{font-size:12px!important;font-weight:600;color:var(--dark-orange-color)}.upload-section{display:grid;grid-template-rows:1fr;grid-column-gap:20px;grid-row-gap:20px;position:relative}.upload-container{border:1px dashed #048481;border-radius:8px;padding:30px 20px;text-align:center;margin-bottom:10px;width:100%;background-color:#f9f9f9}.upload-container h3{margin-bottom:10px;color:#555}.upload-container input[type=file]{display:none}.browse-link{color:#1e90ff;cursor:pointer;text-decoration:underline}.progress{height:100%;background-color:#4caf50;border-radius:10px;width:0%}.uploaded-files{margin-top:10px;display:flex;justify-content:space-between;align-items:center}.uploaded-files input{border:none;background-color:#f9f9f9;width:80%;text-align:left;padding:5px}.trash-icon{cursor:pointer;color:red;font-size:18px}.upload-btn{margin-top:10px;padding:10px 20px;background-color:#4caf50;color:#fff;border:none;border-radius:5px;cursor:pointer}.reh__upload-wrap{display:flex;flex-direction:column;gap:15px}.reh__upload-wrap h3{font-size:16px;font-weight:500!important;line-height:24px;color:var(--text-color)}.fileuploader.active{background:#fff;border-color:#2196f3}.fileuploader p{margin:0;font-size:1.2rem;color:#888}.fileuploader a:hover{text-decoration:underline}.preview-container{position:relative;visibility:visible}.preview-container #previews{border:1px solid #ddd;background:#fff;padding:10px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.preview-container .preview-item{flex-shrink:0;max-width:90px;position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;gap:4px;border-radius:6px;border:1px solid var(--border-marketplace);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;overflow:hidden}#productThumbnailImageUploader,#certificateLogoUrlUploader{display:flex;flex-direction:column;gap:8px}#productThumbnailImageUploader span,#certificateLogoUrlUploader span{font-size:10px;line-height:18px;color:var(--text-color);font-weight:400}.reh__upload_img img{width:100%;height:100%}.reh__upload_img{max-width:50px;width:100%;margin:auto}#productThumbnailImageUploader p a,#certificateLogoUrlUploader p a{font-size:16px;font-weight:500;line-height:24px;color:var(--green-color);text-decoration:underline!important;text-underline-offset:2px;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}#productThumbnailImageUploader p a:hover,#certificateLogoUrlUploader p a:hover{color:var(--dark-orange-color);text-decoration:underline!important}#reh__marketplace-meta_description{scrollbar-width:thin;scrollbar-color:#048481 #fff}#productThumbnailImageUploader p,#certificateLogoUrlUploader p{font-size:16px;font-weight:500;line-height:24px;color:var(--text-color);margin:0}.dz-clickable{font-size:16px;font-weight:500;line-height:24px;color:var(--green-color);text-decoration:underline!important;text-underline-offset:2px;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.dz-clickable:hover{color:var(--dark-orange-color);text-decoration:underline!important}#reh__uploading-h,#reh__uploading-h-two{font-size:14px;font-weight:500;margin-bottom:10px}.productImagePreview p,.certificateLogoUrlPreview p{margin:0;font-size:12px;color:var(--text-color)}.dz-thumbnail{width:100%;height:60px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;-o-object-fit:contain;object-fit:contain}.reh__remove-item{padding:3px;border-bottom-left-radius:2px;box-shadow:0 4px 4px #00000013;position:absolute;display:flex;top:0;right:0;background-color:#fff;line-height:1}.reh__remove-item:hover{background-color:var(--dark-green-color);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__remove-item:hover svg path{fill:#fff}.reh__remove-item svg path{transition:all .3s ease-in-out}.reh__remove-item svg{width:12px}.productImagePreview,.certificateLogoUrlPreview{display:flex;flex-wrap:nowrap;align-items:center;gap:10px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding:5px;margin-bottom:5px;scrollbar-width:thin;scrollbar-color:#048481 #fff}.productImagePreview:last-child,.certificateLogoUrlPreview:last-child{margin-bottom:0}.reh__hide-img,.reh__hide-img-two{display:flex;align-items:center;justify-content:space-between;width:100%}.preview-item>.reh__hide-img{display:none}.preview-item span{font-size:12px;color:var(--text-color);margin-bottom:5px}.preview-item span:last-child{margin-bottom:0}.reh__business-hours-section{margin-top:20px}.reh__business-hours-section .reh__business-hrs{margin-bottom:10px}.reh__business-hours-section .reh__business-hrs .form-row .col{margin-bottom:4px}.reh__business-hours-section .reh__business-hrs label{font-weight:400;font-size:16px;width:90px}.reh__switch .reh__switch-label{position:relative}.reh__switch .reh__switch-label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:24px;height:24px;border:2px solid #333;border-radius:4px;background-color:#fff;transition:background-color .3s,border-color .3s}.reh__switch .reh__switch-label:after{content:"";position:absolute;left:5px;top:50%;transform:translateY(-50%) scale(0);width:10px;height:10px;border-radius:4px;transition:transform .3s ease-in-out;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.reh__switch input:checked+.reh__switch-label:before{background-color:var(--dark-green-color);border-color:var(--dark-green-color);background-image:url(/img/seller/check-box-arrow.svg);background-size:80%;background-position:2px;z-index:9;background-repeat:no-repeat}.reh__switch input:checked+.reh__switch-label:after{transform:translateY(-50%) scale(1)}.reh__close-msg{color:var(--dark-orange-color);font-weight:600;font-size:16px}.reh__time-picker input{box-shadow:none}.reh__time-picker input:focus{border:1px solid var(--border-marketplace);box-shadow:none}.reh__copy-time{background-color:var(--green-color);margin-top:10px;color:#fff;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__copy-time:hover{color:#fff}.reh__copy-time:active{box-shadow:none;color:#fff}.reh__copy-time:focus{box-shadow:none;border:none;color:#fff;outline:none!important}.reh__date-title{font-weight:600;color:#333333b3}.reh__switch .custom-control.custom-switch{width:30px}@media(max-width:1024px){.reh__switch .reh__switch-label:before{width:20px;height:20px}}.reh__product__section h1,.reh__product__section h2,.reh__product__section h3,.reh__product__section h4,.reh__product__section h5,.reh__product__section h6,.reh__product__section p,.reh__on_sale_products__section h1,.reh__on_sale_products__section h2,.reh__on_sale_products__section h3,.reh__on_sale_products__section h4,.reh__on_sale_products__section h5,.reh__on_sale_products__section h6,.reh__on_sale_products__section p,.reh__pro_simwrap h1,.reh__pro_simwrap h2,.reh__pro_simwrap h3,.reh__pro_simwrap h4,.reh__pro_simwrap h5,.reh__pro_simwrap h6,.reh__pro_simwrap p{margin:0;padding:0}.reh__wrap-btn_main{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 15.94vw)}.reh__wrap-btn_main a{text-decoration:underline!important;text-underline-offset:5px;font-size:18px;font-weight:600;line-height:21.82px;color:#fff;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__wrap-btn_main a:hover{color:var(--orange-color)}.reh__banner_main_wrapper{display:flex;height:100%;align-items:end;padding:0 0 55px 8.55vw;gap:37px}.reh__banner_bg .reh__banner_main_wrapper .reh__banner_content{padding:0 0 215px;display:flex;flex-direction:column;gap:30px;max-width:519px;width:100%}.reh__banner_main_wrapper .reh__banner_content h1{font-weight:700;font-size:80px;line-height:68.99px;font-family:Arial,Helvetica,sans-serif;padding:0;margin:0}.reh__banner_main_wrapper .reh__banner_content h1 span{font-weight:700;font-size:60px;line-height:68.99px;font-family:Arial,Helvetica,sans-serif}.reh__banner_main_wrapper .reh__banner_content p{font-size:16px;line-height:19.36px;font-weight:400;max-width:390px;width:100%;margin-bottom:0}.reh__banner_bg{background-image:url(/img/buyer/bg_banner.png);background-size:cover;height:41.31vw;position:relative;z-index:0;color:#fff;width:100%}.reh__banner_bg:before{position:absolute;content:"";left:0;top:0;width:100%;height:100%;background-color:#000000b2;z-index:-1}.swiper{width:100%;height:100%}.swiper-slide{text-align:center;font-size:18px;display:flex;justify-content:center;height:auto}.reh__explore-supplier-wrapper .swiper-slide{text-align:start;font-size:1rem;background:transparent;display:block}.swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.swiper{margin-left:auto;margin-right:auto}.reh__banner_swiper{overflow:hidden;display:flex;flex-direction:column;gap:20px;width:100%}.reh__banner_swiper_btn{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.reh__banner_swiper_btn .swiper-button-next,.reh__banner_swiper_btn .swiper-button-prev{position:relative;top:0;right:0;margin-top:0;width:auto;height:auto}.reh__banner_swiper_slide_wrapper{position:relative;padding-top:400px;width:100%;overflow:hidden;border-radius:20px;cursor:pointer;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.reh__banner_swiper_slide_wrapper img{transform:scale(1);transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}.reh__banner_swiper_slide_wrapper:hover img{transform:scale(1.2);transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2)}.reh__banner_mySwiper .swiper-slide{background-color:transparent}.reh__banner_swiper_slide_wrapper .reh__banner_slider_content a{position:absolute;z-index:1;width:100%;height:100%;text-align:start;line-height:1.4;align-items:end;bottom:0;left:0;padding:0 35px 17px;display:flex}.reh__banner_swiper_slide_wrapper .reh__banner_slider_content a p{word-break:break-all;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-clamp:2;-webkit-line-clamp:2;font-size:20px;font-weight:600;color:#fff;margin:0}.reh__banner_swiper_slide_wrapper:after{position:absolute;left:0;top:0;content:"";background-color:#0003;width:100%;height:100%}.re_swiper_slide{overflow:hidden;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;transform:translateZ(0);-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0)}.reh__banner_swiper_slide_wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reh__banner_swiper .swiper-button-next:after,.reh__banner_swiper .swiper-rtl .swiper-button-prev:after{content:""}.reh__banner_swiper .swiper-button-prev:after,.reh__banner_swiper .swiper-rtl .swiper-button-next:after{content:""}.reh__banner_swiper .swiper-button-next.swiper-button-disabled,.reh__banner_swiper .swiper-button-prev.swiper-button-disabled{opacity:1;cursor:auto;pointer-events:all}.swiper-button-next,.swiper-button-prev{position:relative}.reh__banner_swiper_btn .reh__swiper_btn{border:1px solid white;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;height:40px;width:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__banner_swiper_btn .reh__swiper_btn:hover{background-color:#fff;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__banner_swiper_btn .reh__swiper_btn:hover.reh__swiper_btn svg path{fill:var(--dark-green-color);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__banner_swiper_btn_products .reh__swiper_btn:hover{background-color:#fff;border:1px solid var(--dark-green-color);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__banner_swiper_btn_products .reh__swiper_btn:hover svg path{fill:var(--dark-green-color);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__banner_swiper_btn_onsale .reh__swiper_btn:hover{background-color:#fff;border:1px solid var(--dark-green-color);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__banner_swiper_btn_onsale .reh__swiper_btn:hover svg path{fill:var(--dark-green-color);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__banner_swiper_btn .reh__swiper_btn svg{width:10px;height:17px}.reh__banner_swiper_btn{display:flex;gap:20px;margin-left:14px}.reh__products_heading_content{display:flex;flex-direction:column;gap:14px;margin-bottom:30px}.reh__products_heading_content h2{color:#333;text-align:center;padding:0;margin:0;font-size:2.625rem;font-weight:600}.reh__products_heading_content p{font-size:16px;line-height:21.82px;font-weight:400;color:#666;max-width:769px;width:100%;margin:auto;text-align:center}.reh__product__section{padding:60px 0}.reh__banner_swiper_btn_products{display:flex;align-items:center;cursor:pointer;gap:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.reh__banner_swiper_btn_products .reh__swiper_btn,.reh__banner_swiper_btn_onsale .reh__swiper_btn{border:1px solid white;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;height:40px;width:40px;background:var(--dark-green-color);display:flex;align-items:center;justify-content:center}.reh__view_all{display:flex;align-items:end;justify-content:space-between;margin-top:60px}.reh__swiper-padding{padding-bottom:0}.reh__swiper-padding+.reh__view_all{padding-top:3.125rem}.reh__view_all .swiper-button-lock{display:flex;opacity:1;pointer-events:auto}.swiper2.mySwiper+.reh__view_all{margin-top:0}.reh__viewall_content p,.reh__viewall_content a{color:var(--dark-green-color);font-weight:600;font-size:18px;line-height:21.82px;position:relative;transition:all .3s ease-in-out;z-index:1;border-bottom:1px solid var(--dark-green-color);transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.reh__viewall_content p:hover,.reh__viewall_content a:hover{border-bottom:1px solid var(--orange-color);color:var(--orange-color)}.reh__viewall_content p,.reh__viewall_content a:hover:before{bottom:0;height:100%}.reh__product__section .container,.reh__on_sale_products__section .container{overflow:hidden}.reh__on_sale_products__section{background-color:#f7f7f7;padding:60px 0}.swiper3 .swiper-slide{background-color:transparent}.reh__banner_swiper_btn_onsale{display:flex;align-items:center;gap:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.reh__sale_heading_content h2{font-weight:600;color:#333;text-align:center;margin-bottom:30px;padding:0;display:block;font-size:2.625rem}.reh__achievement{background-image:url(/home/home-new/trusted.webp);background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;min-height:16.25vw;height:100%;display:flex;z-index:0;position:relative}.reh__achievement:after{position:absolute;content:"";left:0;z-index:-1;top:0;width:100%;height:100%;background-color:#00000080}.reh__achivement_content_wrapper h2{font-size:34px;font-weight:600;line-height:41.21px;max-width:563px;width:100%;color:#ffffffe5;padding:0;margin:0}.reh__achivement_content_wrapper{display:flex;height:100%;align-items:center;gap:100px}.reh__achivement_client_count_wrapper{display:flex;color:#ffffffe5;gap:100px}.reh__achivement_client_count_wrapper .reh__achivement_client_count{display:flex;flex-direction:column;gap:10px;position:relative}.reh__achivement_client_count_wrapper .reh__achivement_client_count h4{font-size:50px;line-height:60.6px;position:relative;padding:0;margin:0}.reh__achivement_client_count_wrapper .reh__achivement_client_count p{font-size:20px;font-weight:600;line-height:24.24px;color:#ffffffe5;margin:0}.reh__achivement_img{max-width:55px;width:100%;position:absolute;top:-40px;right:-46px}.reh__achivement_img img{width:100%;height:100%}.reh__arrow_img{max-width:18px;width:100%;height:16px}.reh__arrow_img_wrapper{display:flex;align-items:center;gap:18px;font-size:16px;background-color:transparent;font-weight:500;color:#0000008c;cursor:pointer;width:155px;height:43px;justify-content:center;border:1px solid #00000026;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__arrow_img_wrapper:disabled,.reh__arrow_img_wrapper[disabled]{border:1px solid #b9b9b9;color:#b9b9b9;pointer-events:none;cursor:not-allowed}.reh__arrow_img_wrapper:disabled svg>path,.reh__arrow_img_wrapper[disabled] svg>path{fill:#b9b9b9}.reh__arrow_img_wrapper:hover p{color:#048481;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__arrow_img_wrapper:hover svg>path{fill:#048481;fill-opacity:1;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__arrow_img_wrapper:hover svg{transform:translate(-4px);-webkit-transform:translateX(-4px);-moz-transform:translateX(-4px);-ms-transform:translateX(-4px);-o-transform:translateX(-4px);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__arrow_img_wrapper:last-child:hover svg{transform:translate(4px);-webkit-transform:translateX(4px);-moz-transform:translateX(4px);-ms-transform:translateX(4px);-o-transform:translateX(4px);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}@media(max-width:1748px){.reh__wrap-btn_main{width:calc(100% - 13vw)}}@media(max-width:1640px){.reh__banner_bg{height:54.31vw}.reh__wrap-btn_main{width:calc(100% - 11vw)}}@media(max-width:1440px){.reh__banner_main_wrapper .reh__banner_content h1{font-size:70px}.reh__banner_main_wrapper .reh__banner_content h1 span{font-size:50px}.reh__banner_bg .reh__banner_main_wrapper .reh__banner_content{max-width:389px}.reh__banner_main_wrapper .reh__banner_content p{font-size:14px}.reh__wrap-btn_main{width:calc(100% - 75px)}.reh__wrap-btn_main a{font-size:16px}}@media(max-width:1399px){.reh__wrap-btn_main{width:calc(100% - 30px)}}@media(max-width:1290px){.reh__wrap-btn_main{width:calc(100% - 15px)}.reh__achivement_content_wrapper h2{font-size:28px;max-width:473px}.reh__achivement_client_count_wrapper .reh__achivement_client_count h4{font-size:40px;line-height:1}.reh__achivement_img{top:-50px;right:-56px}}@media(max-width:1199px){.reh__achivement_img{max-width:45px;top:-35px;right:-36px}.reh__achivement_client_count_wrapper{display:flex;color:#ffffffe5;gap:60px;flex-wrap:wrap}.reh__achivement_content_wrapper{display:flex;height:100%;align-items:center;gap:60px}.reh__achievement{min-height:38svh}.reh__wrap-btn_main a{font-size:14px}.reh__achivement_client_count_wrapper{display:grid;grid-template-columns:80px 160px}}@media(max-width:1024px){.reh__achivement_client_count_wrapper .reh__achivement_client_count h4{font-size:30px;line-height:1}.reh__achivement_img{max-width:45px}.reh__banner_bg{height:66.31vw}.reh__banner_main_wrapper .reh__banner_content h1{font-size:60px;line-height:1}.reh__banner_main_wrapper .reh__banner_content h1 span{font-size:40px;line-height:1}.reh__banner_bg .reh__banner_main_wrapper .reh__banner_content{gap:20px}.reh__products_heading_content{gap:10px}.reh__on_sale_products__section,.reh__product__section{padding:40px 0}.reh__achivement_client_count_wrapper{display:grid;grid-template-columns:80px 120px;gap:60px;margin-right:50px}.reh__achivement_content_wrapper{gap:20px}}@media(max-width:991px){.pager{margin:50px 0 0}}@media(max-width:768px){.reh__banner_main_wrapper .reh__banner_content h1{font-size:50px;line-height:1}.reh__swiper-padding+.reh__view_all{padding-top:1.875rem}.reh__banner_bg{height:100%}.reh__banner_main_wrapper{padding:8vw 0 55px 3.55vw;gap:30px}.reh__banner_bg .reh__banner_main_wrapper .reh__banner_content{max-width:283px}.reh__achivement_content_wrapper h2{font-size:20px;line-height:1.4;max-width:190px}.reh__achievement{min-height:100%;padding:100px 0 60px}.reh__achivement_client_count_wrapper .reh__achivement_client_count h4{font-size:26px;line-height:1}.reh__achivement_client_count_wrapper .reh__achivement_client_count p{font-size:16px}.reh__achivement_img{max-width:45px;top:-41px;right:-50px}.reh__products_heading_content p{font-size:14px}.reh__on_sale_products__section{padding:40px 0}.reh__achivement_content_wrapper{display:flex;height:100%;align-items:center;gap:60px;justify-content:space-between}.reh__viewall_content p,.reh__viewall_content a{font-size:14px}.reh__view_all{margin-top:20px}.reh__banner_swiper_btn_products .reh__swiper_btn,.reh__banner_swiper_btn_onsale .reh__swiper_btn{width:30px;height:30px}.reh__banner_swiper_btn_products .reh__swiper_btn svg,.reh__banner_swiper_btn_onsale .reh__swiper_btn svg{width:8px;height:auto}.reh__achivement_client_count_wrapper{grid-template-columns:60px 110px}}@media(max-width:575px){.reh__banner_main_wrapper .reh__banner_content h1{font-size:40px}.reh__banner_main_wrapper .reh__banner_content h1 span{font-size:30px}.reh__banner_main_wrapper .reh__banner_content p{font-size:12px;line-height:1.3}.reh__banner_main_wrapper{flex-direction:column;justify-content:end}.reh__banner_bg .reh__banner_main_wrapper .reh__banner_content{padding:0 0 15px;margin:0 auto 0 0}.reh__banner_swiper_slide_wrapper{padding-top:260px}.reh__banner_swiper_btn .reh__swiper_btn{height:30px;width:30px}.reh__banner_swiper_btn .reh__swiper_btn img{width:6px;height:auto}.reh__banner_bg{height:100%}.reh__banner_swiper_btn_products,.reh__banner_swiper_btn_onsale{gap:10px}.reh__onsale_content_wrapper_main p{font-size:14px}.reh__on_sale_products__section .container{overflow:hidden}.reh__achivement_img{max-width:28px;top:-20px;right:-20px}.reh__achivement_client_count_wrapper{gap:30px;width:100%;margin-right:0}.reh__achivement_client_count_wrapper .reh__achivement_client_count h4{font-size:22px}.reh__achivement_client_count_wrapper .reh__achivement_client_count p{font-size:14px}.reh__achivement_content_wrapper{gap:40px;flex-direction:column}.reh__achivement_content_wrapper h2{margin:0 auto 0 0}.reh__achievement{min-height:100%;padding:30px 0}.reh__arrow_img_wrapper{gap:12px;font-size:14px;width:124px;height:36px}.reh__product__section{margin:30px 0}}@media(max-width:425px){.reh__arrow_img_wrapper{gap:6px;font-size:12px;width:100px;height:36px}.reh__arrow_img{max-width:14px;height:14px}.reh__achivement_img{right:-6px}.reh__achivement_client_count:first-child .reh__achivement_img{right:0}}.font-semibold{font-weight:600}.reh__invoice--main{background-color:var(--color-white);padding:1.25rem;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);box-shadow:0 0 10px #0000001a}.reh__req--circle{width:5.625rem;height:5.625rem}.reh__cancel--icon{width:-moz-max-content;width:max-content;margin:auto}.req__right-circle{position:absolute;top:50%;transform:translate(-50%,-50%);left:50%;width:2.25rem;height:auto}.reh__order-Confirmed--main{gap:.625rem;margin-block-start:1.25rem;margin-block-end:3.75rem}.reh__order-Confirmed--content h6{font-size:1.5rem}.reh__order-Confirmed--content>p{color:var(--text-color-70);text-align:center;line-height:var(--leading-height);margin-block-start:10px}.reh__invoice--detail .reh__invoice--number{font-size:1.375rem;line-height:var(--leading-height)}.reh__invoice--detail .reh__invoice--number span{text-transform:uppercase}.reh__invoice--detail .reh__invoice--text{font-size:1.125rem}@media(max-width:425px){.reh__req--circle{width:4.625rem;height:4.625rem}.req__right-circle{width:2rem}.reh__invoice--main{padding:1rem}}.reh__invoice .reh__border-dark-green p{font-size:1rem}.reh__invoice .reh__border-dark-green img{width:1.25rem;height:auto}.reh__invoice .reh__btn-primary .reh__seller--eye{width:1.4375rem;height:auto}.reh__invoice .reh__btn-primary .reh__seller--view-order{width:1rem;height:auto}.reh__invoice .reh__btn-primary{gap:8px;cursor:pointer}.reh__invoice .reh__btn-primary p{font-size:1rem}.reh__invoice-btn-wrap{gap:1.25rem}.reh__order-summary{margin-block-start:1.25rem}.reh__invoice-wrap{gap:10px}@media(max-width:767px){.reh__invoice-wrap{flex-direction:column;gap:10px}.reh__invoice--detail{text-align:center}.reh__invoice--detail .reh__invoice--number{font-size:1.25rem}.reh__order-Confirmed--main{margin-block-end:2.75rem}}@media(max-width:425px){.reh__invoice-btn-wrap{flex-direction:column;gap:.5rem;width:100%}.reh__invoice .reh__border-dark-green,.reh__invoice .reh__btn-primary{min-width:100%}}.reh__order-info{display:grid;grid-template-areas:"order-number order-date vat payment total";grid-template-columns:repeat(5,1fr);padding:1.25rem 0;border-bottom:1px solid var(--border-marketplace);border-top:1px solid var(--border-marketplace)}.reh__order-number{grid-area:order-number}.reh__order-date{grid-area:order-date}.reh__vat{grid-area:vat}.reh__payment-method{grid-area:payment}.reh__total-amount{grid-area:total}.reh__info-item{gap:6px;position:relative;padding:0 1.875rem}.reh__info-item:first-child{padding-left:0}.reh__info-item:last-child{padding-right:.625rem}.reh__info-item:after{content:"";position:absolute;width:1px;top:0;right:0;height:100%;background-color:var(--border-marketplace)}.reh__info-item:last-child:after{display:none}.reh__info-item .reh__label{font-size:1rem;color:var(--text-color-70);margin-bottom:4px}.reh__info-item .reh__value{font-size:1rem;font-weight:500;color:var(--text-color)}.reh__value.reh__paid span{color:var(--dark-green-color);font-weight:600}.reh__value.reh__pending span{color:var(--medium-orange-color);font-weight:600}.reh__value.reh__failed span{color:var(--dark-orange-color);font-weight:600}.reh__order-address{display:grid;grid-template-areas:"delivery billing";grid-template-columns:1fr 1fr;margin-top:20px}.reh__delivery{grid-area:delivery}.reh__billing{grid-area:billing}.reh__address-item .reh__label{font-size:1rem;color:var(--text-color-70);margin-bottom:4px}.reh__address-item{position:relative;padding-inline:1.875rem;padding-block:.875rem;gap:6px}.reh__address-item:first-child{padding-left:0}.reh__address-item:last-child{padding-right:.625rem}.reh__address-item .reh__value{font-size:1rem;line-height:1.5}.reh__address-item:after{content:"";position:absolute;width:1px;top:0;right:0;height:100%;background-color:var(--border-marketplace)}.reh__address-item:last-child:after{display:none}@media(max-width:992px){.reh__order-info{grid-template-areas:"order-number order-date" "vat payment" "total total";grid-template-columns:1fr 1fr;row-gap:1rem}.reh__order-address{grid-template-areas:"delivery" "billing";grid-template-columns:1fr;margin-top:0}.reh__vat,.reh__total-amount{padding:0 1.875rem 0 0}.reh__info-item{padding-bottom:1rem}.reh__info-item:last-child{padding-bottom:0rem}.reh__info-item:nth-child(2n+2):after{display:none}.reh__info-item:last-child:before{display:none}.reh__info-item:before{content:"";position:absolute;width:calc(100% - 1.875rem);height:1px;background-color:var(--border-marketplace);bottom:0}.reh__address-item:nth-child(2n+2){padding-block:.875rem;padding-inline:0}.reh__address-item:after{width:100%;height:1px;top:100%;left:0}}@media(max-width:600px){.reh__order-info{grid-template-areas:"order-number" "order-date" "vat" "payment" "total";grid-template-columns:1fr;gap:0;padding:0}.reh__info-item{padding:1rem 0}.reh__info-item:after{display:none}.reh__info-item:before{width:100%}.reh__info-item:last-child{padding:1rem 0}}@media(max-width:425px){.reh__address-item .reh__value,.reh__address-item .reh__label,.reh__info-item .reh__label,.reh__info-item .reh__value{font-size:14px}.reh__address-item .reh__label{margin-bottom:0}.reh__address-item:first-child{padding-inline:0}}.reh__invoice .reh__table-wrap{margin-block:2.5rem}.reh__invoice .reh__table-wrap td{padding:26px 8px}.reh__invoice .reh__table-wrap th{padding:21.5px 8px}.reh__invoice .reh__table-wrap td:first-child{padding:26px 4px 26px 10px}@media(max-width:768px){.reh__invoice .reh__table-wrap td:first-child,.reh__invoice .reh__table-wrap td{padding:10px 4px}.reh__invoice .reh__table-wrap{padding:0}}@media(max-width:767px){.reh__invoice .reh__table-wrap{margin-block:1.5rem}}@media(max-width:425px){.reh__invoice .reh__table-wrap{margin-block:1rem}}.reh__price-summary{max-width:392px;margin:0 0 0 auto;font-size:1rem;color:var(--text-color)}.reh__price-summary hr{border:none}.reh__price-summary hr.solid{border-top:1px solid var(--border-marketplace)}.reh__price-summary .reh__row{display:flex;justify-content:space-between;margin:1rem 0}.reh__price-summary .reh__saved span{color:var(--dark-green-color);font-weight:600}.reh__price-summary .reh__total{font-weight:600;font-size:1rem;margin-top:1rem;margin-bottom:0rem}@media(max-width:425px){.reh__price-summary .reh__row{font-size:14px;margin:.7rem 0}}.reh__neg-details h1,.reh__neg-details h2,.reh__neg-details h3,.reh__neg-details h4,.reh__neg-details h5,.reh__neg-details h6,.reh__neg-details p{margin:0;padding:0}.reh__neg-details{display:flex;flex-direction:column;gap:2.5rem}.reh__neg-details .reh__neg-heading h1{font-size:1.5rem;color:var(--text-color);font-weight:600!important;line-height:var(--leading-height)}.reh__neg-heading{display:flex;align-items:center;gap:1.0625rem}.reh__back-view{width:1.25rem;height:auto;display:inline-block}.reh__back-view img{width:100%;height:100%;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__back-view:hover img{filter:brightness(0) saturate(100%) invert(87%) sepia(30%) saturate(0%) hue-rotate(205deg) brightness(113%) contrast(63%)}@media(max-width:767px){.reh__neg-details{gap:1.5rem}}.reh__product-detail-wrap{display:flex;flex-direction:column;gap:1.25rem;width:100%}.reh__neg-product{display:flex;background-color:#fff;border:1px solid var(--border-marketplace);padding:1.25rem;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);gap:1.25rem;width:100%}.reh__neg-product .reh__product-img{position:relative;padding-top:260px;padding-left:333px;width:auto;overflow:hidden;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__neg-product .reh__product-img img{width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.reh__neg-product .reh__product-detail{display:flex;flex-direction:column;gap:6px}.reh__neg-product .reh__product-detail p{font-size:16px;line-height:1.4;font-weight:500;display:inline-flex;gap:10px;word-break:break-all;white-space:nowrap}.reh__neg-product .reh__product-detail p span{font-weight:600;display:inline;white-space:normal}.reh__neg-product .reh__product-detail p .reh__name{color:var(--green-color)}@media(max-width:767px){.reh__neg-product{flex-direction:column}.reh__neg-product .reh__product-img{max-width:-moz-max-content;max-width:max-content}}@media(max-width:425px){.reh__neg-product .reh__product-detail p,.reh__product-detail p{font-size:14px}}.reh__price-wrap{display:flex;gap:10px;overflow-x:hidden;flex-wrap:wrap}.reh__bulk-price{color:var(--text-color);padding:16px 4px;min-width:120px;border:1px solid var(--border-marketplace10);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}@media(max-width:425px){.reh__bulk-price h6{font-size:14px}.reh__bulk-price p{font-size:12px}.reh__bulk-price{min-width:100px;flex-grow:1}}.reh__product-detail-wrap .reh__let-discuss{background-color:var(--medium-orange-color);padding:12px 21px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);border:none;max-width:-moz-max-content;max-width:max-content;color:#fff;font-weight:500!important;display:flex;align-items:center;gap:8px;line-height:1.3;position:relative;overflow:hidden;z-index:1}.reh__product-detail-wrap .reh__let-discuss:after{background-color:var(--green-color);content:"";position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);z-index:0;transform:scaleX(0);transform-origin:right center;transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9)}.reh__product-detail-wrap .reh__let-discuss:hover:after{transform:scaleX(1);transform-origin:left center;z-index:-1;-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1)}.reh__neg-product-wrap{display:flex;flex-direction:column;align-items:end;gap:10px}.reh__neg-actions{display:flex;align-items:center;gap:10px}.reh__neg-actions .reh__neg-btn{padding:6px 10px;border-width:1px;border-style:solid;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);display:flex;align-items:center;gap:10px;cursor:pointer}.reh__neg-actions .reh__neg-btn.reh__accept{border-color:var(--green-color);background-color:var(--green-color-10)}.reh__neg-actions .reh__neg-btn.reh__accept img{width:11px}.reh__neg-actions .reh__neg-btn .reh__neg-img{border-radius:40px;-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;-o-border-radius:40px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.reh__neg-actions .reh__neg-btn.reh__accept .reh__neg-img{background-color:var(--green-color)}.reh__neg-actions .reh__neg-btn.reh__counter .reh__neg-img{background-color:var(--medium-orange-color)}.reh__neg-actions .reh__neg-btn.reh__reject .reh__neg-img{background-color:var(--dark-orange-color)}.reh__neg-actions .reh__neg-btn.reh__counter{border-color:var(--medium-orange-color);background-color:var(--medium-orange-color-10)}.reh__neg-actions .reh__neg-btn.reh__reject{border-color:var(--dark-orange-color);background-color:var(--dark-orange-color-10)}.reh__offer-summary{background-color:#fff;padding:1.25rem;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);border:1px solid var(--border-marketplace)}.reh__neg-details .reh__offer-title{margin-bottom:1.25rem;font-size:1.25rem;line-height:1.4;font-weight:600!important}.reh__offer-table-wrapper{overflow:hidden;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);border:1px solid var(--border-marketplace)}.reh__offer-table{width:100%;border-collapse:collapse}.reh__offer-table tr{border-bottom:1px solid var(--border-marketplace)}.reh__offer-table tr:last-child{border-bottom:none}.reh__offer-th{background-color:#3333330d;text-align:left;padding:1.25rem 1rem;font-weight:600;border-bottom:1px solid #ddd;width:50%;font-size:14px;line-height:1.4}.reh__offer-table .reh__offer-th:first-child,.reh__offer-table .reh__offer-td:first-child{border-right:1px solid var(--border-marketplace)}.reh__offer-td{padding:1.25rem 1rem;line-height:1.4;font-weight:500}.reh__dot:before{content:"";width:8px;height:8px;background-color:currentColor;display:inline-flex;margin-right:10px;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px}.reh__final,.reh__accepted,.reh__counter,.reh__awaiting-seller,.reh__declined{font-weight:600}.reh__offer-td.reh__accepted{color:var(--dark-green-color)}.reh__offer-td.reh__counter{color:var(--text-color)}.reh__offer-td.reh__awaiting-seller{color:var(--medium-orange-color)}.reh__offer-td.reh__declined{color:var(--dark-orange-color)}.reh__savings-summary{background:#fff;padding:20px;border-radius:6px;border:1px solid var(--border-marketplace);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__savings-summary .reh__offer-title{margin-bottom:4px}.reh__savings-summary .reh__offer-subtitle{color:var(--text-color-70);font-weight:500}.reh__summary-box{display:grid;grid-template-columns:1fr 270px;grid-template-rows:1fr;gap:2.5rem;margin-top:1.25rem;border:1px solid var(--border-marketplace);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);padding:1.25rem}.reh__summary-box .reh__note{line-height:var(--leading-height);color:var(--text-color)}.reh__summary-left{display:flex;flex-direction:column;gap:20px}.reh__icon-wrap .reh__icon{font-size:36px;background-color:#0484811a;border:1px solid var(--green-color);width:50px;height:50px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);display:flex;align-items:center;justify-content:center}.reh__icon-wrap .reh__icon img{width:38px;height:auto}.reh__icon-wrap{background-color:#f7f7f7;display:flex;flex-direction:column;border:1px solid var(--border-marketplace);gap:16px;width:100%;height:100%;padding:10px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__icon-wrap .reh__progress-bar{width:100%;background:#0484811a;border-radius:20px;overflow:hidden;height:12px}.reh__progress-wrap{display:flex;flex-direction:column;gap:10px}.reh__icon-wrap .reh__progress{height:100%;background:var(--dark-green-color)}.reh__icon-wrap .reh__progress-text{font-weight:600;color:var(--text-color)}.reh__legend .reh__negotiated-price:before{background-color:var(--medium-orange-color)}.reh__price-details .reh__savings{color:var(--green-color);font-weight:700;margin:0 4px}.reh__price-details{display:flex;flex-direction:column;gap:10px}.reh__price-details .reh__price-wrap{display:grid;grid-template-columns:80% 20%;grid-template-rows:1fr;grid-column-gap:0px;grid-row-gap:0px;max-width:100%}.reh__price-wrap .reh__price{color:var(--text-color);text-align:end;font-weight:600}.reh__price-details .reh__price-wrap:first-child{font-weight:500}.reh__price-wrap .reh__negotiated-price{color:var(--medium-orange-color)}.reh__price-wrap .reh__savings-price{color:var(--green-color)}.reh__note{font-size:14px;font-weight:600}.reh__neg-border{height:1px;width:100%;background-color:var(--border-marketplace)}.reh__summary-right{width:100%;text-align:center}.reh__legend{display:flex;gap:12px;margin-top:20px}.reh__chart-price{background-color:#f2f2f7;padding:4px 8px;font-size:12px}.reh__legend .reh__original p,.reh__legend .reh__negotiated-price p{display:inline-flex;font-size:12px}.reh__legend .reh__original:before{background-color:var(--text-color)}.reh__legend .reh__original:before,.reh__legend .reh__negotiated-price:before{content:"";width:12px;height:12px;display:inline-block;margin-right:8px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.reh__savings{color:var(--green-color);margin:0 3px}@media(max-width:767px){.reh__summary-box{display:flex;flex-direction:column-reverse;gap:1.5rem}.reh__summary-right{display:flex;flex-direction:column;align-items:center}.reh__summary-right #savingsChart{max-width:15.625rem;width:100%;height:15.625rem!important}}@media(max-width:425px){.reh__price-details .reh__price-wrap{display:flex;flex-direction:column;align-items:start;border-bottom:1px solid var(--border-marketplace);padding-bottom:10px;gap:6px}.reh__price-details .reh__price-wrap p{font-size:14px}.reh__price-details .reh__price-wrap:last-child{border:none;padding:0}}.reh__neg-history .reh__offer-title{margin-bottom:10px}.reh__timeline-box{background-color:#fff;border:1px solid var(--border-marketplace);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);overflow:hidden;position:relative;max-height:80vh;overflow-y:auto;scrollbar-width:none}.reh__timeline-wrapper::-webkit-scrollbar{display:none}.reh__date-wrap.reh__date-main{padding:2.5rem}.reh__timeline-box .reh__timeline-date{background-color:#e6f3f3;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);color:var(--green-color);border:1px solid var(--green-color);padding:6px 10px;max-width:-moz-max-content;max-width:max-content;font-weight:600;margin:auto;font-size:.875rem}.reh__timeline-item{position:relative;display:grid;grid-template-columns:1fr 2px 1fr;grid-template-rows:1fr;gap:2%;padding-top:7px}@media(max-width:425px){.reh__timeline-item{gap:4%;padding-inline:10px}.reh__date-wrap.reh__date-main{padding:1.5rem}}.reh__timeline-item:after{content:"";position:absolute;right:50%;top:0;transform:translate(50%);width:1px;height:100%;background-image:repeating-linear-gradient(to bottom,#B6B6B6 0 8px,transparent 8px 16px);-webkit-transform:translateX(50%);-moz-transform:translateX(50%);-ms-transform:translateX(50%);-o-transform:translateX(50%)}.reh__timeline-badge.seller-badge{border:1px solid var(--medium-orange-color);background-color:var(--medium-orange-color-10);color:var(--medium-orange-color)}.reh__timeline-badge.buyer-badge{border:1px solid var(--dark-green-color);background-color:var(--dark-green-color-10);color:var(--dark-green-color)}.reh__timeline-badge{max-width:-moz-max-content;max-width:max-content;padding:4px 10px;border-radius:40px;-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;-o-border-radius:40px;height:-moz-max-content;height:max-content;justify-self:end}.reh__timeline-badge p{font-size:12px;line-height:1;font-weight:600}.reh__center-dot{width:14px;height:14px;position:relative;top:2px;background-color:#b6b6b6;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;justify-self:center}.reh__timeline-content{display:flex;flex-direction:column;gap:4px;max-width:350px;width:100%}.reh__timeline-content .reh__timeline-time{font-size:12px;color:var(--text-color-70);font-weight:500}.reh__timeline-content .reh__timeline-party.seller-name{color:var(--medium-orange-color)}.reh__timeline-content .reh__timeline-party.buyer-name{color:var(--dark-green-color)}.reh__timeline-content .reh__timeline-party{font-size:1rem;font-weight:600}.reh__original-price,.reh__message-price,.reh__timeline-msg{font-size:.875rem}.reh__original-price{display:flex;align-items:center}.reh__original-price:before{content:"";width:6px;height:6px;background-color:var(--text-color);display:inline-block;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;margin-right:10px}.reh__message-wrap{display:flex;flex-direction:column;gap:4px}.reh__message-wrap p{color:var(--text-color-70);font-weight:500}.reh__message-wrap p span{color:var(--text-color);margin-left:4px}.reh__message-wrap .reh__message-price span{font-weight:600}.reh__timeline-box .reh__timeline-space{padding-top:34px}.reh__date-margin{position:relative;padding:20px 0;z-index:1}.reh__date-margin:after{content:"";position:absolute;right:50%;top:0;transform:translate(50%);width:1px;height:100%;background-image:repeating-linear-gradient(to bottom,#B6B6B6 0 8px,transparent 8px 16px);-webkit-transform:translateX(50%);-moz-transform:translateX(50%);-ms-transform:translateX(50%);-o-transform:translateX(50%);z-index:-1}.reh__buyer-right .reh__timeline-content,.reh__buyer-right .reh__message-wrap{align-items:end;text-align:end}.reh__buyer-right .reh__timeline-content{margin:0 0 0 auto}.reh__buyer-right .reh__timeline-badge{justify-self:start}.reh__timeline-box-wrap{overflow:hidden}.reh__timeline-btn{background-color:#fff;margin:auto;display:flex;align-items:center;justify-content:center;padding:10px;box-shadow:0 -2px 10px #0000000f;position:sticky;bottom:0;left:0;width:100%;z-index:99}.reh__timeline-btn button{border:1px solid var(--medium-orange-color);background-color:var(--medium-orange-color-10);color:var(--medium-orange-color);border-radius:36px;-webkit-border-radius:36px;-moz-border-radius:36px;-ms-border-radius:36px;-o-border-radius:36px;padding:8px 18px;font-size:14px;font-weight:600}@media(max-width:767px){.reh__center-dot{width:10px;height:10px}}.font-medium{font-weight:500!important}#reh__Shipping-Negotiation .reh__table-wrap th:first-child{padding:10px 8px 10px 10px}#reh__Shipping-Negotiation .reh__table-wrap td:first-child{padding:26px 4px 26px 10px}#reh__Shipping-Negotiation .reh__table-wrap th:last-child{padding:10px 8px 10px 4px}#reh__Shipping-Negotiation .reh__table-wrap td{padding:26px 8px}#reh__Shipping-Negotiation h4{font-size:var(--text-md);font-weight:600;color:var(--text-color);line-height:1;margin-block-end:2.6875rem}.reh__shipping--image{position:relative;max-width:-moz-max-content;max-width:max-content;padding-top:2.9375rem;padding-left:9.375rem;width:100%;height:100%;overflow:hidden}.reh__shipping--image img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reh__shipping--partner-wrap{gap:6px}.reh__shipping--partner-wrap p{font-size:1rem}.reh__shipping--partner-wrap p span{color:var(--green-color)}.reh__shipping--estimeted{gap:8px}.reh__shipping--estimeted img{width:26px;flex-shrink:0;height:auto}#reh__Shipping-Negotiation .reh__shipping-cost span{color:var(--text-color)}#reh__Shipping-Negotiation .reh__product-detail-wrap{flex-direction:row}#reh__Shipping-Negotiation .reh__let-discuss{max-height:-moz-fit-content;max-height:fit-content}@media(max-width:768px){.reh__shipping--partner-wrap p{font-size:16px}#reh__Shipping-Negotiation .reh__product-detail-wrap{flex-direction:column}}@media(max-width:639px){#reh__Shipping-Negotiation .reh__neg-product{flex-direction:column}.reh__shipping--partner-wrap p{font-size:1rem;font-size:14px}}@media(max-width:425px){.reh__offer-td,.reh__offer-th{padding:1rem .75rem}.reh__offer-td{font-size:.875rem}.reh__offer-summary{padding:1rem}.reh__neg-details .reh__offer-title{font-size:1rem}}#reh__shipping--negotiation .reh__border-bg{margin-top:1.25rem}#reh__shipping--negotiation .reh__border-bg p{font-size:1rem}#reh__shipping--negotiation .reh__brand-works{font-size:14px;gap:4px}.reh_quantity{display:flex;margin:auto;border:.5px solid #33333333;border-radius:4px;overflow:hidden;max-width:-moz-max-content;max-width:max-content;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);padding:1.5px;position:relative}.popup .reh__product-detail{gap:8px;margin-bottom:20px}.reh__negotiate-sub{font-size:14px;color:var(--text-color-70);line-height:24px;margin-top:2px}.reh_quantity.reh__quantity-disable{opacity:.5;pointer-events:none}.reh_quantity button{background-color:transparent;color:#fff;border:none;cursor:pointer;font-size:20px;width:30px;height:auto;text-align:center}.reh_quantity button img{width:12px;height:12px}.reh_input-box:focus{outline:0;border:none;box-shadow:none;border-right:.5px solid #33333333;border-left:.5px solid #33333333}.reh_input-box::-webkit-inner-spin-button,.reh_input-box::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.reh_input-box[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield;color:var(--dark-orange-color)}@media(max-width:1199px){.reh_input-box{width:30px;font-size:14px;padding:4px 10px}.reh_quantity button{width:24px}}@media(max-width:768px){.reh__cart-table.reh__table .reh_quantity{margin:0}.reh_input-box{font-size:12px;padding:7px 10px}}@media(max-width:676px){.reh_quantity{margin:0}.reh_input-box[type=number]{background:0 0}}.reh__brand-works{gap:4px}#reh__product-negotiation-popup .reh__buyer_form-field input,#reh__product-negotiation-popup .reh__buyer_form-field textarea{background-color:var(--color-white)}#reh__product-negotiation-popup .reh__border-bg{font-size:1rem}@media(max-width:768px){#reh__product-negotiation-popup .reh__border-bg{font-size:16px}}@media(max-width:639px){#reh__product-negotiation-popup .reh__border-bg{font-size:14px}}.reh__Compare-products h1,.reh__Compare-products h2,.reh__Compare-products h3,.reh__Compare-products h4,.reh__Compare-products h5,.reh__Compare-products h6,.reh__Compare-products p{margin:0;padding:0}body{background-color:#f7f7f7}.reh__Compare-products{margin:80px 0 90px}.reh__Compare-products h1{color:var(--dark-green-color);font-weight:600;font-size:42px;text-align:center;margin-bottom:50px;line-height:1.2}.reh__product-compare-wrap{display:flex;align-items:start;gap:20px;justify-content:start;margin-left:335px;background:#f7f7f7;z-index:100}.reh__product-compare-wrap .reh__products_wrapper_main .reh__products_content_wrapper_main{margin-bottom:0}.reh__Compare-products .reh__products_wrapper_main.reh__compare-first{max-width:316px;width:100%}.reh__Compare-products .reh__product-compare-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.reh__Compare-products .reh__products_wrapper_main .reh__products--main-compare{margin-bottom:1rem}.reh__Compare-products .reh__products_wrapper_main .reh__products--main-compare+.reh__compare-buy-btn{margin-top:auto}.reh__Compare-products .reh__products--main-compare{width:100%;display:flex;flex-direction:column}.reh__compare-buy-btn{display:flex;flex-direction:column;width:100%;gap:16px;margin-top:16px;overflow:hidden}.reh__compare-buy-btn .reh__buy-btns{display:flex;align-items:center;justify-content:center;height:50px;gap:10px;width:100%;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);position:relative;z-index:99;border:1px solid var(--medium-orange-color);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;overflow:hidden}.reh__compare-buy-btn .reh__buy-btns .reh__compare-btn-img{height:20px;width:auto;z-index:2}.reh__compare-border td{display:none}.reh__compare-buy-btn .reh__buy-btns .reh__compare-btn-img img{width:100%;height:100%;filter:invert(56%) sepia(90%) saturate(600%) hue-rotate(345deg) brightness(96%) contrast(92%);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__compare-buy-btn .reh__buy-btns p{font-size:16px;font-weight:500;line-height:normal;z-index:2}.reh__compare-buy-btn .reh__buy-btns{border:1px solid var(--medium-orange-color);background-color:transparent;color:var(--medium-orange-color)}.reh__compare-buy-btn .reh__buy-btns:after{content:"";background-color:var(--medium-orange-color);position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);z-index:1;transform:scaleX(0);transform-origin:right center;transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9)}.reh__compare-buy-btn .reh__buy-btns:hover:after{transform:scaleX(1);transform-origin:left center}.reh__compare-buy-btn .reh__buy-btns:hover{background-color:var(--medium-orange-color);color:#fff}.reh__compare-buy-btn .reh__buy-btns:hover .reh__compare-btn-img img{filter:brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%) hue-rotate(58deg) brightness(112%) contrast(101%);-webkit-filter:brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%) hue-rotate(58deg) brightness(112%) contrast(101%)}.reh__compare-pro-close{background-color:var(--dark-green-color);border:transparent;width:32px;height:32px;display:flex;align-items:center;justify-content:center;top:0;right:0;z-index:99;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%}.reh__compare-pro-close img{height:14px;width:14px;position:relative}.reh__products_wrapper_main:hover .reh__compare-pro-close img{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}.reh__seller-table table,.reh__seller-table table tbody{width:100%}.reh__seller-table table tr{display:flex;gap:20px;background-color:#fff;overflow:hidden;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__seller-table .reh__compare-border{border-bottom:1px solid var(--border-marketplace);margin:20px 0}.reh__seller-table table tr td{max-width:33.33%;width:100%;font-size:18px;font-weight:500!important;background-color:#fff;padding:18.4px 4px;align-content:center;position:relative}.reh__Compare-products .reh__seller-table table tr td{min-width:225px}.reh__seller-table table tr td:first-child:before,.reh__seller-table table tr td:last-child:before{display:none}.reh__seller-table table tr td:before{content:"";position:absolute;right:-12px;top:0;width:1px;height:100%;background-color:var(--border-marketplace);display:flex}.reh__seller-table table tr td a{color:var(--text-color)}.reh__seller-table table tr td:last-child{margin-right:0;border-right:none}.reh__seller-table table tr td:first-child{background-color:var(--dark-green-10);color:var(--dark-green-color);border-right:1px solid var(--dark-green-color);font-weight:600!important;max-width:316px;width:100%;padding:18.4px 4px 18.4px 20px}.reh__compare-return .reh__returnable{color:var(--green-color)}.reh__compare-return .reh__nonretur{color:var(--dark-orange-color)}.reh__rating-wrap{display:flex;align-items:center;gap:8px}.reh__rating-wrap p{font-size:22px;font-weight:600;line-height:18px}.reh__rating-wrap .reh__star_container .rating .star{font-size:20px}.reh__negotiable-comapre .reh__negotiable,.reh__fixed-price .reh__negotiable{margin:0;border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;border:1px solid var(--dark-orange-color);padding:5px 8px}.reh__negotiable-comapre .reh__negotiable{position:relative;margin:0}.reh__fixed-price .reh__negotiable{background-color:var(--dark-orange-10);position:relative;margin:0}.reh__negotiable-comapre .reh__negotiable p,.reh__fixed-price .reh__negotiable p{font-size:12px;font-weight:600!important;color:#fff}.reh__fixed-price .reh__negotiable p{color:var(--dark-orange-color)}.reh__negotiable-comapre .reh__negotiable img,.reh__fixed-price .reh__negotiable img{width:17px;height:17px}.reh__fixed-price .reh__negotiable img{filter:brightness(0) saturate(100%) invert(29%) sepia(95%) saturate(5062%) hue-rotate(26deg) brightness(92%) contrast(98%)}.reh__bulk-wrap td:first-child{padding:10px 4px 10px 20px!important}.reh__bulk-wrap td{padding:10px 4px!important}.reh__bulk-price.reh__bulk-active{background-color:var(--green-color);color:#fff;border-color:var(--green-color)}.reh__price-wrap{display:flex;align-items:center;overflow-x:scroll;gap:10px;max-width:297px;width:100%;scrollbar-width:thin;scrollbar-color:#048481 #fff;padding-bottom:6px}.reh__speedometer-wrap{position:relative;max-width:98px;width:100%}.reh__speedometer-wrap img{width:100%;height:100%}.reh__needle{position:absolute;width:0;height:0;bottom:5px;left:50%;transform-origin:bottom center;transform:rotate(-90deg);transition:transform .5s ease-in-out;z-index:10}.reh__speed-main{display:flex;flex-direction:column;align-items:start;max-width:-moz-max-content;max-width:max-content}.reh__speed-label{margin-top:8px;font-size:18px;font-weight:500;color:#ffbf00;display:flex;align-items:center;justify-content:center;width:100%}.reh__bulk-wrap.reh__last-tr,.reh__bulk-wrap.reh__last-tr td{background-color:transparent}.reh__bulk-wrap.reh__last-tr td{padding:0 4px}.reh__bulk-wrap.reh__last-tr td:first-child{opacity:0}.reh__bulk-wrap.reh__last-tr .reh__compare-buy-btn{margin-top:0}.reh__seller-table table .reh__heading-comp td:first-child{display:none}.reh__Compare-products .reh__products_wrapper_main{padding-bottom:20px}.reh__cart-pop-up h6{font-size:1.125rem;color:var(--text-color);font-weight:600}.reh__cart-pop-up p{font-size:14px;line-height:1.4;margin-top:6px;color:var(--text-color-70)}.reh__popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;justify-content:center;align-items:center;z-index:999999;padding:14px}#reh__pop-up-wrap h6{font-size:18px;font-weight:500!important;line-height:24px;color:var(--text-color);margin-bottom:24px;padding:0}.reh__pop-wrap{padding:20px;border-radius:var(--custom-radius);max-height:calc(100vh - 90px);height:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#048481 #fff;-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}#reh__pop-up-wrap .reh__save-change{margin:20px 0 0 auto;font-size:12px}.reh__main-heading-wrap{display:flex;align-items:start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.reh__save-change button{font-weight:500;background-color:var(--medium-orange-color);border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;margin:40px 0 0 auto;max-width:-moz-max-content;max-width:max-content;overflow:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;border:none;z-index:2;color:#fff;position:relative;padding:10px 42px;height:100%;display:flex;font-size:12px}.reh__save-change button:after{background-color:var(--green-color);content:"";position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);z-index:-1;transform:scaleX(0);transform-origin:right center;transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9)}.reh__save-change button:hover:after{transform:scaleX(1);transform-origin:left center}.reh__form-group label{display:block;margin-bottom:10px;font-size:16px;font-weight:500;line-height:24px;color:var(--text-color)}.reh__form-group input[type=text],.reh__form-group input[type=email],.reh__form-group input[type=number],.reh__form-group select{width:100%;padding:10px 16px;border:.5px solid #33333333;border-radius:6px;box-sizing:border-box;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__form-group{margin-bottom:20px}.reh__form-group input::-moz-placeholder{color:var(--text-color)}.reh__form-group input::placeholder{color:var(--text-color)}.reh__p__dropdown{position:relative;display:inline-block;width:100%}.reh__p__dropdown-button{padding:10px 20px;background-color:#fff;color:var(--text-color);align-items:center;cursor:pointer;font-size:12px;width:100%;border-radius:5px;text-align:left;position:relative;display:flex;justify-content:space-between;border:.5px solid #33333333}.reh__p__dropdown-button:after{position:absolute;content:"";right:16px;background-image:url(/img/seller/arrow-down.svg);background-size:100%;width:14px;height:7px;background-repeat:no-repeat}.reh__p__dropdown-content{display:none;position:absolute;background-color:#fff;min-width:100%;box-shadow:0 4px 4px #00000013;z-index:1;border-radius:5px}.reh__p__dropdown-item{color:var(--text-color);padding:12px 16px;text-decoration:none;display:block;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__p__dropdown-item:hover{background-color:var(--dark-green-color);color:#fff}.reh__p__dropdown.show .reh__p__dropdown-content{display:block}.reh__compare-popup#reh__pop-up-wrap h6{margin-bottom:8px}#reh__pop-up-wrap .reh__negotiate-sub{font-size:14px;color:var(--text-color-70);line-height:24px}.reh__product-detail{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.reh__product-detail p{color:var(--text-color);font-weight:500!important;margin:0;line-height:1.2}.reh__product-detail span{color:var(--green-color);font-weight:600!important}.reh__quantity-input{display:inline-flex;border:1px solid #ccc;border-radius:6px;overflow:hidden;width:-moz-fit-content;width:fit-content}.reh__qty-btn{padding:3px 12px;border:none;background-color:#f9f9f9;cursor:pointer;font-size:18px;transition:all .2s ease-in-out;font-weight:500;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.reh__qty-btn:hover{background-color:#eee}.reh__quantity-input input[type=number]{width:40px;text-align:center;border:none;padding:0;font-size:16px;border-width:0 1px 0 1px;border-color:var(--border-marketplace);border-style:solid;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.reh__negotiation-works{color:var(--text-color);display:flex;align-items:center;gap:6px}.reh__negotiation-works p{margin:0}.reh__negotiation-works a{position:relative}.reh__negotiation-works a img{display:flex;width:16px;height:auto}.reh__save-project-wrap .reh_negotiate--price{margin:0}.reh_negotiate--price{margin:1.25rem 0 0 auto;padding-inline:1.25rem;padding-block:.5rem;min-height:2.8125rem;min-width:9.375rem}.reh__btn-size{padding-inline:1rem;padding-block:.5rem;min-height:2.8125rem;min-width:8rem}.reh__btn-size p{font-size:16px}.reh__save-project-wrap{display:flex;gap:10px;justify-content:end;flex-wrap:wrap}.reh_negotiate--price p{font-size:1rem}.reh__purchase--qty{display:flex;flex-direction:column;margin-bottom:20px}.reh__purchase--qty>p{margin-bottom:10px;font-size:16px}.reh__purchase--qty .reh_quantity{margin:0}.reh__tooltip{visibility:hidden;position:absolute;opacity:0;transition:opacity .3s;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-ms-transition:opacity .3s;-o-transition:opacity .3s;z-index:10;bottom:125%;left:50%;background-color:#333;transform:translate(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.reh__tooltip p{margin:0;white-space:pre-wrap;color:#fff;text-align:center;font-size:14px;padding:6px 10px;border-radius:4px;width:220px;line-height:1.4}.reh__tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:#333 transparent transparent transparent}.reh__negotiation-works:hover .reh__tooltip,.reh__cart-price-wrap:hover .reh__tooltip{visibility:visible;opacity:1}.reh__Compare-products .swiper-slide{width:33.33%;height:100%;position:relative;transition-property:transform;display:block}.reh__Compare-products .reh__products_wrapper_main{max-width:100%;width:100%}.reh__price-wrap{display:flex;gap:8px;overflow-x:hidden}.reh__price-wrap.reh__scroll-enabled{padding-bottom:6px;overflow-x:auto;scrollbar-color:#048481 #fff;scrollbar-width:thin}.reh__Compare-products .reh__compare-pro-close{position:absolute;margin:8px 8px 0 0}@media(max-width:1316px){.reh__product-compare-wrap{margin-left:260px}.reh__seller-table table tr td:first-child,.reh__product-compare-wrap .reh__products_wrapper_main.reh__compare-first{min-width:260px;width:260px}}@media(max-width:1264px){.reh__product-compare-wrap{justify-content:start}.reh__products_wrapper_main{max-width:326px}.reh__seller-table table tr td:first-child,.reh__product-compare-wrap .reh__products_wrapper_main.reh__compare-first{min-width:200px;width:200px}.reh__seller-table table tr td{font-size:16px}.reh__bulk-price h6{font-size:14px}.reh__bulk-price{min-width:100px}.reh__product-compare-wrap{margin-left:200px}}@media(max-width:1210px){.reh__product-compare-wrap{margin-left:0}.reh__seller-table table tr td:first-child,.reh__products_wrapper_main.reh__compare-first{display:none}.reh__products_wrapper_main{max-width:100%}.reh__price-wrap{max-width:358px}.reh__seller-table table .reh__heading-comp td:first-child{display:flex;width:100%;border-right:none}.reh__seller-table table tr{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}.reh__heading-comp.reh__attribute-label,.reh__seller-table .reh__heading-comp{background-color:var(--dark-green-10)}.reh__seller-table table tr td{padding:18.4px 10px}.reh__bulk-wrap td{padding:10px!important}}@media(max-width:1170px){.reh__seller-table table,.reh__seller-table table tbody,.reh__product-compare-wrap{width:96%;margin:auto}.reh__price-wrap{max-width:320px}.reh__bulk-wrap td{padding:10px 20px!important}}@media(max-width:1124px){.reh__price-wrap{max-width:300px}}@media(max-width:1060px){.reh__price-wrap{max-width:270px}.reh__speed-label{font-size:16px}}@media(max-width:1024px){.reh__Compare-products h1{font-size:34px}.reh__Compare-products{margin:60px 0}}@media(max-width:962px){.reh__price-wrap{max-width:250px}}@media(max-width:915px){.reh__price-wrap{max-width:230px}.reh__bulk-price p{font-size:12px!important}.reh__bulk-price{min-width:90px;padding:10px 4px}.reh__compare-buy-btn .reh__buy-btns p,.reh__seller-table table tr td,.reh__speed-label{font-size:14px}.reh__rating-wrap p{font-size:16px}.reh__seller-table table tr td{padding:14px 4px 14px 20px}}@media(max-width:846px){.reh__price-wrap{max-width:200px}.reh__Compare-products h1{font-size:28px;margin-bottom:30px}}@media(max-width:768px){.reh__products_wrapper_main{min-width:230px}.reh__Compare-products{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#048481 #fff}.reh__seller-table table,.reh__seller-table table tbody,.reh__product-compare-wrap{width:100%}.reh__product-compare-wrap{justify-content:start}.reh__highlight{background-color:var(--dark-green-10)!important;box-shadow:0 2px 10px #0000001f;transition:background-color .3s ease;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease}.reh__products_wrapper_main.reh__highlight{padding:10px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__compare-pro-close{width:24px;height:24px}.reh__compare-pro-close img{height:12px;width:12px}.reh__buyer_form-field input[type=text],.reh__buyer_form-field input[type=email],.reh__buyer_form-field input[type=number],.reh__buyer_form-field textarea,.reh__buyer_form-field select{font-size:14px;padding:8px 12px}.reh__purchase--qty>p,.reh__product-detail p,.reh__btn-size p{font-size:14px}.reh__cart-pop-up h6{font-size:1.5rem}}@media(max-width:425px){.reh__btn-size{min-width:100%}.reh__Compare-products h1{font-size:22px}.reh_negotiate--price p{font-size:.9rem}.reh_negotiate--price{min-width:8rem}}.banner-heading{padding:50px 0;position:relative;background:var(--green-color);display:flex;align-items:center}.swiper.simSwiper{padding-bottom:45px}.banner-heading p{margin:0 0 10px}.banner-heading h1{font-size:46px!important;padding:0;margin-bottom:30px;color:#fff}.banner-heading .breadcrumbs ul{margin:0;padding:0;list-style-type:none;display:flex;flex-wrap:wrap;align-items:center;-moz-column-gap:15px;column-gap:15px}.banner-heading .breadcrumbs ul li a,.banner-heading .breadcrumbs ul li span,.banner-heading p{font-size:16px;color:#fff}.banner-heading .breadcrumbs ul li~li:before{content:"";width:0;height:0;border-style:solid;border-width:4px 0 4px 4px;border-color:transparent transparent transparent #fff;display:inline-block;margin-right:15px;vertical-align:middle}section.reh__pro-det{padding:102px 0;background-color:#f7f7f7}.reh__pro-det_top{display:flex;align-items:flex-start;gap:30px}.reh__pro-det_img,.reh__pro-det_con{max-width:calc(50% - 15px);flex:0 0 calc(50% - 15px)}.reh__pro-det_img{position:sticky}.reh__proimg,.reh__thumbimg{display:flex;justify-content:center;align-items:center;border-radius:6px}.reh__proimg{position:relative;padding-top:400px;width:100%}.reh__proimg img{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:6px;-o-object-fit:cover;object-fit:cover}.reh__thumbimg img{max-width:120px;height:auto;border-radius:6px;width:100%;position:absolute;left:0;top:0;height:100%;-o-object-fit:cover;object-fit:cover}.reh__thumbimg{position:relative;padding-top:83px;width:100%;overflow:hidden}.reh__main-img{margin-bottom:20px}.reh__pro-det_img_slider .swiper-button-next,.reh__pro-det_img_slider .swiper-button-prev{background:var(--dark-green-color);width:40px;height:40px;border-radius:40px}.swiper-button-next:after,.swiper-button-prev:after{font-size:16px;color:#fff;font-weight:700}.proSwiper .swiper-slide-thumb-active{opacity:1!important}.proSwiper .swiper-slide{width:25%;height:100%;opacity:.7}.reh__pro-details{display:flex;justify-content:space-between;gap:10px}.reh__pro-left{width:100%}.reh__pro-right{display:flex;justify-content:end}.reh__pro-selcard{display:flex;flex-direction:column;gap:10px;align-items:center;padding:20px 30px;border-radius:6px;max-width:207px;width:-moz-max-content;width:max-content;border:1px solid rgba(51,51,51,.2)}.reh__pro-selcard img{width:100%;max-width:50px;height:auto}.reh__pro-details ul li{list-style:disc;font-size:14px;line-height:1.4;margin-bottom:10px;font-weight:400}.reh__pro-details ul{padding-left:15px}.reh__pro_check-slider{position:relative}.reh__pro_check-slider .checkSwiper{padding:6px}.reh__pro_checkout{max-width:390px;width:100%;border:1px solid rgb(51,51,51,.2);padding:10px;border-radius:6px}.reh__checkimg{position:relative;padding-top:30px;width:100%;overflow:hidden}.reh__checkimg img{position:absolute;top:0;left:0;-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.reh__pro_checkout h4{color:var(--dark-green-color);padding:0;margin-bottom:15px;font-size:14px;line-height:1.4}.reh__pro-det_conwrap h2{line-height:1.4;padding:0;margin-bottom:0;color:var(--dark-green-color);font-size:1.5rem;font-weight:600}.reh__pro-det_conwrap{display:flex;flex-direction:column;gap:20px}.reh__pro-info{display:flex;flex-wrap:wrap;align-items:center;gap:8px 0px}.reh__pro-info p{max-width:50%;flex:0 0 50%;font-size:14px;line-height:1.4;color:#333;margin-bottom:0;color:var(--text-color);font-weight:500}.reh__pro-info p span:nth-child(1){color:#3339;font-weight:500;margin-right:3px}span.reh__pro_stock{color:var(--dark-green-color);font-weight:600}.reh__serofr h4{padding:0;margin-bottom:13px;font-size:18px;line-height:1.4}.reh__serofr p{font-size:14px;line-height:1.4;margin-bottom:13px;font-weight:400}.reh__serofr{padding-top:10px}.reh__pro-selcard h4,.reh__pro-selcard p{font-size:14px;line-height:1.4;padding:0;margin:0;text-align:center}.reh__pro-selcard p{color:var(--dark-green-color);font-weight:600}.reh__sold-btns a{font-size:12px;line-height:1.4;font-weight:600;padding:5px 9px;border-radius:6px;display:inline-block}.reh__sold-btns a.reh__pro-vpro{color:#fff;background-color:#333;border:1px solid #333}.reh__sold-btns a.reh__pro-vpro:hover{background-color:transparent;color:#333;border:1px solid #333}.reh__sold-btns a.reh__pro-chat{color:#333;border:1px solid rgb(51,51,51,.2)}.reh__sold-btns a.reh__pro-chat:hover{background-color:#333;color:#fff}.reh__sold-btns{display:flex;gap:8px;padding-top:30px}.reh__serofr p img{max-width:100%;height:auto;margin-bottom:4px;cursor:pointer}.reh__pro_price p .reh__pro_mainprice{font-size:20px;line-height:1.4;font-weight:600;color:var(--text-color)}.reh__pro_price p .reh__pro_disprice{font-size:18px;text-decoration:line-through;line-height:1.4;font-weight:400}span.reh__pro_disper{padding:3px 6px;color:#fff;background:var(--medium-orange-color);border-radius:6px;font-size:12px;line-height:1.4}.reh__pro_price p{display:flex;align-items:center;gap:10px;margin:0}.reh__pro-btns{display:flex;gap:20px}.reh__pro_wishlist p{margin:0}.reh__pro_wishlist span{font-size:14px;line-height:1.4;margin:0;font-weight:400}img.reh__wishlist{cursor:pointer}.reh__pro-selcard_mob{display:none}.checkSwiper .swiper-button-next,.checkSwiper .swiper-button-prev{top:var(--swiper-navigation-top-offset, 80%);width:20px;height:20px;border-radius:20px}.checkSwiper .swiper-button-next:after,.checkSwiper .swiper-button-prev:after{font-size:10px}.checkSwiper{width:100%}.checkSwiper .swiper-button-next,.checkSwiper .swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 0px)}.checkSwiper .swiper-button-prev,.checkSwiper .swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 0px)}.reh__pro-det_bottom{margin-top:50px}.reh__pro_tabs .tabs-menu{display:flex;margin:0;border-bottom:.5px solid rgb(51,51,51,.2);white-space:nowrap;overflow-x:auto;padding:0;list-style:none}.reh__pro_tabs .tabs-menu .tab{cursor:pointer;transition:background-color .3s ease;font-size:18px;font-weight:500;line-height:1.4;flex:1;text-align:center;white-space:nowrap;padding:0 20px 20px;transition:all ease-in-out .3s;-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s}.reh__pro_tabs .tabs-menu .tab.active{color:var(--dark-green-color);border-bottom:2px solid var(--dark-green-color)}.reh__pro_tabs .tabs-menu .tab:hover{border-bottom:2px solid var(--dark-green-color);color:var(--dark-green-color)}.reh__pro_tabs .tabs-content{padding:20px}.reh__pro_tabs .tab-content{display:none}.reh__pro_tabs .tab-content.active{display:block}.reh__des p:not(:last-child){font-size:1rem;line-height:1.4;margin-bottom:15px}.reh__pro_sim{margin-top:50px}.reh__pro_simimg img{max-width:100%;width:100%;height:auto}.reh__pro_simwrap h3{margin-bottom:30px;font-size:1.875rem;color:var(--text-color);font-weight:600}.reh__pro_review-list h5{font-weight:600;color:var(--text-color)}.reh__des ul{padding:0}.reh__des ul li{margin-bottom:1rem;list-style:disc}strong{font-weight:600;color:var(--text-color)}.reh__pro_simslider .swiper-button-next.swiper-button-disabled,.reh__pro_simslider .swiper-button-prev.swiper-button-disabled{opacity:.7}.reh__pro_simslider .swiper-button-next,.reh__pro_simslider .swiper-button-prev{top:var(--swiper-navigation-top-offset, 38%)}.reh__pro_simcon h5{font-size:20px;line-height:1.4;color:var(--dark-green-color);margin-bottom:7px;padding-top:20px}.reh__pro_simcon p{font-size:14px;line-height:1.4;margin-bottom:7px;color:#333}.reh__pro_simcon p:last-of-type{font-weight:600;margin-bottom:0}.reh__pro_simslider .swiper-button-next,.reh__pro_simslider .swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, -18px)}.reh__pro_simslider .swiper-button-prev,.reh__pro_simslider .swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, -18px)}.reh__pro_simslider{position:relative}.reh__pro_review-star{display:flex;gap:6px;align-items:center}.reh__pro_review-star .rating .fa,.reh__pro_review-star .rating .star{display:inline-block;font:14px/1 FontAwesome;font-size:15px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--orange-color)}.reh__pro_review-star .fa-star:before,.reh__pro_review-star .rating[data-rating="1"] .star:first-child:before,.reh__pro_review-star .rating[data-rating="2"] .star:first-child:before,.reh__pro_review-star .rating[data-rating="2"] .star:nth-child(2):before,.reh__pro_review-star .rating[data-rating="3"] .star:first-child:before,.reh__pro_review-star .rating[data-rating="3"] .star:nth-child(2):before,.reh__pro_review-star .rating[data-rating="3"] .star:nth-child(3):before,.reh__pro_review-star .rating[data-rating="4"] .star:before,.reh__pro_review-star .rating[data-rating="5"] .star:before{content:""}.reh__pro_review-star .fa-star-o:before,.reh__pro_review-star .rating[data-rating="4"] .star:last-child:before,.reh__pro_review-star .star:before{content:""}.reh__pro_review-star .fa-star-half:before{content:""}.reh__pro_reviewwrap{display:flex;gap:40px;align-items:flex-start}.reh__pro_review-form{max-width:calc(40% - 40px);flex:0 0 calc(40% - 40px);padding:50px 30px;background-color:#3333330d;border-radius:6px}.reh__pro_review-form form select,.reh__pro_review-form form textarea,.reh__pro_review-form form button{width:100%}.reh__pro_review-form h5{font-size:20px;padding:0;line-height:1.4;margin-bottom:20px}.reh__pro_review-form select,.reh__pro_review-form textarea{border:none;border-bottom:1px solid rgb(51,51,51,.2);padding:15px 10px;background:transparent;margin-bottom:20px}.reh__pro_review-form textarea{resize:none}.reh__pro_review-form textarea::-webkit-input-placeholder{color:#333}.reh__pro_review-form textarea::-moz-placeholder{color:#333}.reh__pro_review-form textarea:-ms-input-placeholder{color:#333}textarea:focus{box-shadow:none;outline:none}.reh__pro_review-form button{font-size:16px;font-weight:600;line-height:normal;padding:10px 30px;border-radius:6px;display:inline-block;background:var(--medium-orange-color);color:#fff;border:none}.reh__pro_review-cus h5{font-size:20px;line-height:1.4;padding:0;margin-bottom:10px}.reh__pro_review-cus p{font-size:16px;line-height:1.4;font-weight:400;margin-bottom:10px}.reh__pro_review-cus p:last-of-type{margin-bottom:0;font-size:14px;line-height:1.4;color:#3339}.reh__pro_review-list h5{font-size:20px;line-height:1.4;padding:0;margin-bottom:20px}.reh__pro_review-con{display:flex;flex-direction:column;gap:40px;width:100%}.reh__pro_review-star{margin-bottom:15px}.reh__pro_review-item h6{font-size:16px;padding:0;margin-bottom:5px;line-height:1.4;font-weight:500!important}.reh__pro_review-item p{font-size:14px;padding:0;margin-bottom:0;line-height:1.4;color:#3339}.reh__pro_review-pro{margin-top:25px;display:flex;gap:10px;align-items:center}.reh__pro_review-proimg img{width:32px;height:32px}.reh__pro_review-pro p{font-size:18px;line-height:1.4;color:#333}.reh__pro_review-list hr{margin:30px 0}.pro_btn{cursor:pointer;background-color:var(--medium-orange-color)!important;color:#fff!important;justify-content:center;align-items:center;z-index:1;overflow:hidden;position:relative;font-size:16px;line-height:normal;padding:10px 30px;border-radius:6px;font-weight:500}.pro_btn:hover:before{transform:scaleX(1);transform-origin:left center}.pro_btn:before{content:"";position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);z-index:-1;background-color:var(--dark-green-color);transform:scaleX(0);transform-origin:right center;transition:transform .24s cubic-bezier(.37,.31,.31,.9)}.outline_btn{cursor:pointer;border:1px solid var(--medium-orange-color)!important;color:var(--medium-orange-color)!important;display:inline-block;justify-content:center;align-items:center;z-index:1;overflow:hidden;position:relative;font-size:16px;line-height:normal;padding:.5vw 1.05vw;border-radius:6px;font-weight:600}.outline_btn:hover:before{transform:scaleX(1);transform-origin:left center}.outline_btn:hover{color:#fff!important}.outline_btn:before{content:"";position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);z-index:-1;background-color:var(--medium-orange-color);transform:scaleX(0);transform-origin:right center;transition:transform .24s cubic-bezier(.37,.31,.31,.9)}.reh__pro_legalwrap ul li{font-size:14px;line-height:1.4;margin-bottom:5px;list-style:disc}.reh__pro_legalwrap ul{padding-left:20px}.reh__pro_legalwrap p{margin-bottom:15px}.reh__pro_specdata{display:flex;align-items:center}.reh__pro_specdata p:first-child{flex:0 0 25%;max-width:25%}.reh__pro_speclist h6{font-size:16px;line-height:1.4;padding:0;margin-bottom:15px;font-weight:600}.reh__pro_specdata p{font-size:14px;line-height:1.4;margin-bottom:15px}.reh__pro_spewrap hr{margin:15px 0}.reh__pro_popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;justify-content:center;align-items:center}.reh_popup-con{background-color:#242d3d;padding:20px 30px;border-radius:6px;width:90%;max-width:500px;position:relative;color:#fff;z-index:999}.reh__cls-btn{cursor:pointer;display:block;font-weight:800;font-size:18px;color:#fff;transition:all ease-in-out .5s}.reh__cls-btn:hover{color:var(--medium-orange-color)}.reh__pro-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.reh__pro-head h6{font-size:20px;line-height:1.4;padding:0;margin:0}.reh__popup-text p{font-size:14px;line-height:1.4;text-align:left;margin-bottom:15px}.reh__popup-text ol{border-bottom:1px solid #dcdcdc;list-style:none;counter-reset:ordered-list;margin-bottom:15px;padding-bottom:5px}.reh__popup-text ol li{font-size:14px;line-height:1.4;padding:8px 8px 8px 40px;margin-bottom:15px;position:relative}.reh__popup-text li:before{position:absolute;content:counter(ordered-list);counter-increment:ordered-list;top:50%;transform:translateY(-50%);left:0;margin-right:10px;background-color:var(--green-color);color:#fff;border-radius:5px;display:grid;place-items:center;width:30px;height:30px}.reh__popup-prc{display:flex;align-items:center;justify-content:space-between}.reh__popup-prc p{font-size:16px;line-height:1.4;font-weight:600;margin-bottom:0;color:var(--text-color)}body.no-scroll{overflow:hidden}.reh__swiper_btn{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.nav-prev-btn.swiper-button-disabled,.nav-next-btn.swiper-button-disabled{background-color:#6b6b6b;border:1px solid #6b6b6b;opacity:.7}.nav-prev-btn,.nav-next-btn{background-color:var(--dark-green-color);height:40px;width:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--dark-green-color)}.reh__related-prod{display:flex;width:100%;justify-content:space-between;align-items:center;position:absolute;top:50%;transform:translateY(calc(50% - 120px));z-index:99;left:0;-webkit-transform:translate(0px,calc(50% - 120px));-moz-transform:translate(0px,calc(50% - 120px));-ms-transform:translate(0px,calc(50% - 120px));-o-transform:translate(0px,calc(50% - 120px))}.reh__pro_checkout .swiper-button-next-safe,.reh__pro_checkout .swiper-button-prev-safe{background-color:var(--dark-green-color);height:20px;width:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--dark-green-color)}.reh__pro_check-slider .reh__swiper_btn svg{height:10px}.reh__safe-wrap{display:flex;align-items:center;justify-content:space-between;position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);-webkit-transform:translate(0%,-50%);-moz-transform:translate(0%,-50%);-ms-transform:translate(0%,-50%);-o-transform:translate(0%,-50%);z-index:99;opacity:0;transition:opacity .3s ease-in-out;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;-ms-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out}.reh__pro_check-slider:hover .reh__safe-wrap{opacity:1}.swiper-button-next-proSwiper{background-color:var(--dark-green-color);position:absolute;top:45%;border:1px solid var(--dark-green-color);z-index:1;right:10px;height:40px;width:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.swiper-button-next-proSwiper.swiper-button-disabled,.swiper-button-prev-proSwiper.swiper-button-disabled,.swiper-button-prev-safe.swiper-button-disabled,.swiper-button-next-safe.swiper-button-disabled{background-color:#6b6b6b;border:1px solid #6b6b6b;opacity:.7}.swiper-button-prev-proSwiper{background-color:var(--dark-green-color);position:absolute;top:45%;z-index:1;left:10px;border:1px solid var(--dark-green-color);height:40px;width:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.reh__product-right h1,.reh__product-right h2,.reh__product-right h3,.reh__product-right h4,.reh__product-right h5,.reh__product-right h6,.reh__product-right p{margin:0;padding:0}.swiper.other-supplier{margin-top:10px}.reh__explore-supplier{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px}.reh__explore-supplier h4{font-size:16px;font-weight:600;color:var(--dark-green-color);width:80%}.reh__btn-supplier{position:relative;display:flex;align-items:center;gap:10px}.reh__btn-supplier img{height:14px;width:auto}.reh__supplier-next-btn,.reh__supplier-prev-btn{background-color:var(--dark-green-color);border:1px solid var(--dark-green-color);z-index:1;right:10px;height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;cursor:pointer}.reh__supplier-prev-btn.swiper-button-disabled,.reh__supplier-next-btn.swiper-button-disabled{background-color:#96b5b7;border-color:#96b5b7;cursor:auto}.reh__product-right .reh__card{border:1px solid var(--border-marketplace);background-color:#fff;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);padding:12px;display:flex;flex-direction:column;gap:10px}.reh__card .reh__profile{padding-top:78px;padding-left:78px;width:auto;height:-moz-max-content;height:max-content;border:1px solid var(--border-marketplace);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);position:relative;overflow:hidden}.reh__card .reh__profile img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reh__card .reh__card-details-wrap{display:flex;gap:12px}.reh__details-wrapper .reh__supplier-info{display:flex;flex-direction:column;gap:4px}.reh__details-wrapper .reh__supplier-info h6{font-size:16px;font-weight:500;line-height:1.2;color:var(--dark-green-color)}.reh__details-wrapper .reh__supplier-info .reh__price{font-size:16px;font-weight:500;color:var(--text-color);line-height:1.2}.reh__card-details-wrap .reh__action-card{height:100%}.reh__card-details-wrap .reh__details-wrapper{width:100%;display:flex;flex-direction:column;justify-content:space-between;row-gap:10px}.reh__card-details-wrap .reh__action-card img{height:16px;width:auto}.reh__details-wrapper .reh__badge{display:flex;gap:4px}.reh__details-wrapper .reh__badge .reh__negotiable{position:relative;margin:0;border-radius:25px;gap:6px;color:#fff}.reh__details-wrapper .reh__badge .reh__negotiable p{font-size:12px;font-weight:500}.reh__details-wrapper .reh__badge .reh__negotiable img{width:14px;height:auto}.reh__details-wrapper .reh__badge .reh__distributor{color:#fff;background-color:var(--green-color);max-width:-moz-max-content;max-width:max-content;height:-moz-max-content;height:max-content;font-size:12px;padding:8px 12px;border-radius:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px}.reh__card .reh__units-order{display:flex;gap:6px}.reh__card .reh__units-order p{color:var(--text-color);font-weight:500}.reh__card .reh__units-order p span:first-child{color:var(--text-color-70)}.reh__units-order .reh__stock-green{color:green}.reh__units-order .reh__stock-red{color:red}.reh__units-order .reh__stock-yellow{color:#ffbf00}.reh__units-order .reh__speedometer-wrap{position:relative;max-width:67px;width:100%}.reh__units-order .reh__speedometer-wrap img{width:100%;height:100%}.reh__units-order .reh__needle{position:absolute;width:48px;height:48px;bottom:-19.2px;left:50%;transform:translate(-50%) rotate(var(--rotate, -90deg));transition:transform .5s ease-in-out;transform-origin:50% 50%;z-index:10;-webkit-transform:translateX(-50%) rotate(var(--rotate, -90deg));-moz-transform:translateX(-50%) rotate(var(--rotate, -90deg));-ms-transform:translateX(-50%) rotate(var(--rotate, -90deg));-o-transform:translateX(-50%) rotate(var(--rotate, -90deg));-webkit-transition:transform .5s ease-in-out;-moz-transition:transform .5s ease-in-out;-ms-transition:transform .5s ease-in-out;-o-transition:transform .5s ease-in-out}*/ .reh__units-order .reh__speed-main{display:flex;flex-direction:column;align-items:start;max-width:-moz-max-content;max-width:max-content}.reh__units-order{display:flex}.reh__units-order .reh__unit-wrap{width:75%;border-right:1px solid var(--border-marketplace);display:flex;flex-direction:column;gap:6px}.reh__units-order .reh__speedometer-wrap{width:25%;margin:0 0 0 auto;height:100%}.reh__product-right .reh__border{width:100%;height:1px;background-color:var(--border-marketplace);margin:2px 0}.reh__card-view{font-size:14px;font-weight:500;line-height:1.2;display:flex;align-items:center;gap:4px;background-color:var(--medium-orange-color);padding:8px 14px;border:none;max-width:-moz-fit-content;max-width:fit-content;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);margin:0 0 0 auto;box-shadow:0 5px 10px #00000026;position:relative;overflow:hidden}.reh__btn-hover{position:relative;overflow:hidden}.reh__btn-hover:after{background-color:var(--green-color);content:"";position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);z-index:1;transform:scaleX(0);transform-origin:right center;transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9)}.reh__btn-hover:hover:after{transform:scaleX(1);transform-origin:left center}.reh__btn-hover-orange{position:relative;overflow:hidden}.reh__btn-hover-orange:after{background-color:var(--medium-orange-color);content:"";position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);z-index:-1;transform:scaleX(0);transform-origin:right center;transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9)}.reh__btn-hover-orange:hover:after{transform:scaleX(1);transform-origin:left center}.reh__card-view p{color:#fff;z-index:2}.reh__card-view img{width:14px;height:auto;z-index:2}.reh__product--details-right .reh__action-wrap{position:relative;padding:0}.reh__action_edit .reh__edit-seller p,.reh__action_edit .reh__seller-delete{color:var(--text-color);font-size:14px;font-weight:500!important}.reh__action-line{height:1px;width:100%;background-color:var(--border-marketplace)}.reh__seller-delete img,.reh__edit-seller img{width:22px;height:100%}.swiper.other-supplier .swiper-slide{transform:none!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important}.reh__orderlist ul{padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.reh__orderlist ul li{position:relative;color:var(--text-color);font-weight:400;font-size:14px;display:flex;align-items:center;gap:12px;line-height:1.3}.reh__orderlist ul li:before{content:"";width:5px;height:5px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;display:block;background-color:currentColor}.reh__services-box{border:1px solid var(--border-marketplace);padding:10px;background-color:#fff;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__services-box h4{font-size:14px;color:var(--text-color);font-weight:500;margin-bottom:14px}.reh__services-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.reh__info-icon{cursor:pointer;width:14px;height:14px;display:inline-flex;margin-left:5px}.reh__info-icon img{filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(1361%) hue-rotate(137deg) brightness(100%) contrast(96%);height:100%;width:100%;-webkit-filter:brightness(0) saturate(100%) invert(23%) sepia(31%) saturate(1361%) hue-rotate(137deg) brightness(100%) contrast(96%)}.reh__delivery-info{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.reh__delivery-info .reh__shipping-img img{width:24px;height:auto}.reh__delivery-info img{width:20px;vertical-align:middle;margin-right:8px}.reh__supplier-card{border:1px solid var(--border-marketplace);padding:16px;border-radius:6px;position:relative;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__response-badge{position:absolute;top:-12px;right:10px;background:var(--orange-color);padding:4px 10px;border-radius:.5rem;color:#fff;font-size:12px;font-weight:500}.reh__supplier-card h4{margin-bottom:12px;color:var(--dark-green-color);font-weight:500;font-size:18px}.reh__supplier-info-wrap{display:flex;align-items:start;gap:20px}.reh__supplier-details{display:flex;flex-direction:column;gap:8px}.reh__supplier-details p{color:var(--text-color);font-weight:400}.reh__supplier-name{color:var(--dark-green-color);font-weight:500;margin-left:4px}.reh__supplier-type{background-color:#fcf0e8;color:var(--medium-orange-color);border:1px solid var(--medium-orange-color);font-size:12px;padding:5px 9px;border-radius:6px;font-weight:600;margin-left:auto;align-self:flex-start;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__talk-btn{background-color:var(--dark-green-color);color:#fff;padding:6px 20px;border:none;border-radius:26px;cursor:pointer;-webkit-border-radius:26px;-moz-border-radius:26px;-ms-border-radius:26px;-o-border-radius:26px;display:flex;justify-content:center;align-items:center;width:100%;max-width:-moz-max-content;max-width:max-content;margin:0 0 0 auto;position:relative;overflow:hidden;z-index:1}.reh__footer-links{font-size:.9rem;margin-top:1rem}.reh__explore-products a{color:var(--text-color);text-decoration:underline!important;font-size:14px;font-weight:500}.reh__supplier-wrap{display:flex;flex-direction:column;gap:10px}.reh__explore-products{display:flex;align-items:center;gap:14px}.reh__pdf-img{display:flex;align-items:center;gap:6px}.reh__pdf-img span img{width:17px;height:auto}.reh__profile--wrap-header{position:relative;height:-moz-max-content;height:max-content;width:-moz-max-content;width:max-content}.reh__product--details-right .reh__profile-company{position:relative;padding-top:104px;padding-left:104px;border-radius:6px;overflow:hidden;width:104px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__product--details-right .reh__profile-company:after{content:"";position:absolute;background-color:transparent;left:0;top:0;width:100px;height:100px;border-radius:6px;border:2px solid var(--green-color);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__product--details-right .reh__profile-verify{background-color:#fff;width:24px;height:24px;border:1px solid var(--green-color);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;bottom:-5px;right:-8px}.reh__product--details-right .reh__profile-verify img{width:16px;height:auto}.reh__product--details-right .reh__price-wrap{display:flex;align-items:center;gap:10px;width:100%;flex-wrap:wrap;max-width:100%}.reh__bulk-price.reh__bulk-active,.reh__variant-selector .reh__varian-active{background-color:var(--green-color);color:#fff;border-color:var(--green-color)}.reh__bulk-price{color:var(--text-color);padding:16px 4px;min-width:120px;border:1px solid var(--border-marketplace);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.reh__variant-selector>h6{font-size:16px;font-weight:600;color:var(--text-color);margin-bottom:10px}.reh__variant-selector .reh__varian-active>p{font-weight:600!important}.reh__bulk-price h6{font-size:16px;font-weight:600!important;line-height:1}.reh__bulk-price p{font-size:14px;font-weight:500!important;line-height:1}.pro_btn,.outline_btn{display:flex;align-items:center;gap:10px}.pro_btn img,.outline_btn img{width:20px;height:auto;transition:all .1s ease-in-out;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out}.pro_btn:hover img,.outline_btn:hover img{filter:brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(158deg) brightness(101%) contrast(104%)}.reh__neg-price.disable{opacity:.5;pointer-events:none}.pro_btn span,.outline_btn span{display:inline-block;line-height:1.2;font-weight:500}.outline_btn.reh__cart-added{background-color:var(--green-color);border:1px solid var(--green-color)!important;color:#fff!important}.reh__cart-added:before{background-color:var(--green-color)}.reh__cart-added img{display:none}.reh__pro-btns .reh__neg-price img{width:35px;height:auto}.reh__per-discount{background-color:var(--medium-orange-color);color:#fff;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;padding:3px 6px;font-size:11px;font-weight:500}.reh__cart-price-wrap.reh__overflow{position:relative;overflow:visible}.reh_quantity{display:flex;border:1px solid #33333333;border-radius:4px;overflow:hidden;margin:0;max-width:-moz-max-content;max-width:max-content;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);padding:1.5px;position:relative}.reh_quantity button{background-color:transparent;color:#fff;border:none;cursor:pointer;font-size:20px;width:30px;height:auto}.reh_input-box.quantity-inputinput::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.reh_input-box[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield;color:var(--text-color)}.reh_input-box{width:50px;text-align:center;border:none;padding:8px;font-size:16px;border-right:1px solid var(--border-marketplace);border-left:1px solid var(--border-marketplace);outline:0;overflow:hidden;text-overflow:ellipsis}.popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;justify-content:center;align-items:center;z-index:999999;padding:14px}.popup-content{background:#f7f7f7;position:relative;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);max-width:604px;width:100%;overflow:hidden}@media(max-width:1440px){.reh__details-wrapper .reh__badge .reh__negotiable p,.reh__details-wrapper .reh__badge .reh__distributor{font-size:.8vw}}@media(max-width:1399px){.reh__pro_simslider .swiper-button-prev,.reh__pro_simslider .swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, -5px)}.reh__pro_simslider .swiper-button-next,.reh__pro_simslider .swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, -5px)}}@media(max-width:1299px){.reh__details-wrapper .reh__badge .reh__negotiable p,.reh__details-wrapper .reh__badge .reh__distributor{font-size:1vw}}@media(max-width:1199px){.reh__pro-det_img{position:sticky;top:110px}.reh__pro_reviewwrap{gap:20px}.reh__pro-det_img{max-width:50%;flex:0 0 50%}.reh__pro-det_conwrap{max-width:100%;width:100%}.reh__pro-det_con{max-width:calc(50% - 30px);flex:0 0 calc(50% - 30px)}.reh__pro-info{flex-direction:column;align-items:start}.reh__pro-details{flex-direction:column;justify-content:start;align-items:start}.reh__pro-right{display:flex;justify-content:start;width:auto}.reh__pro-info p{max-width:100%;flex:0 0 100%}.reh__pro_tabs .tabs-menu .tab{font-size:16px}.reh__supplier-info-wrap,.reh__explore-products{flex-direction:column}.reh__supplier-type{position:absolute;right:12px}.reh__supplier-info-wrap,.reh__explore-products{align-items:start}.reh__explore-products>a+span{display:none}.reh__explore-products a{align-items:center}.reh__pdf-img span{display:flex;margin:auto}.reh__supplier-details,.reh__shipping-img,.reh__shipping-img+span{font-size:14px}.reh__services-list{font-size:14px}.reh__services-list li{display:flex;align-items:center}}@media(max-width:1024px){.reh__pro-btns{flex-direction:column}.reh__details-wrapper .reh__badge .reh__negotiable p,.reh__details-wrapper .reh__badge .reh__distributor{font-size:1.11vw}.reh__card-view p{font-size:12px}.reh__card-view img{width:12px}.reh__details-wrapper .reh__supplier-info .reh__price{font-size:14px}section.reh__pro-det{padding:80px 0}}@media(max-width:991px){.reh__details-wrapper .reh__badge .reh__negotiable p,.reh__details-wrapper .reh__badge .reh__distributor{font-size:1.3vw}.reh__pro_reviewwrap{flex-direction:column-reverse}.reh__pro_review-form{max-width:80%;flex:0 0 80%;padding:50px 100px;margin-top:20px}.reh__pro_review-con{max-width:100%;flex:0 0 100%}section.reh__pro-det{padding:60px 0}}@media(max-width:768px){.reh__pro_specdata p:first-child{flex:0 0 50%;max-width:50%}.reh__pro_tabs .tabs-menu .tab{font-size:14px;padding:0 10px 10px}.reh__categories_wrapper h1{font-size:30px}.reh__swiper_btn svg{height:12px}.nav-prev-btn,.nav-next-btn,.swiper-button-prev-proSwiper,.swiper-button-next-proSwiper{width:30px;height:30px}}@media(max-width:767px){.reh__supplier-info-wrap{flex-direction:row}.reh__supplier-type{position:initial}.reh__pro-det_img{position:relative;top:auto}.reh__pro-det_top{flex-direction:column}.reh__pro-det_img{max-width:100%;flex:0 0 100%;width:100%}.reh__pro-selcard{display:none}.reh__pro-selcard_mob{display:flex;width:100%}.reh__pro-det_conwrap h2{font-size:22px}.reh__pro-det_con{max-width:calc(100% + -0px);flex:0 0 calc(100% + -0px);width:100%}.reh__pro_review-form{max-width:100%;flex:0 0 100%;padding:50px}.tabs-content{padding:20px 0}.pro_btn,.outline_btn,.reh__explore-supplier h4{font-size:14px}.reh__pro-btns{flex-direction:row;flex-wrap:wrap}.outline_btn{flex-grow:1;min-width:170px}.reh__popup-text ol li{margin-bottom:4px;padding:4px 4px 4px 40px}}@media(max-width:575px){.reh__supplier-info-wrap,.reh__card .reh__card-details-wrap{flex-direction:column}.reh__card .reh__profile{width:-moz-max-content;width:max-content}.reh__card .reh__action-wrap{right:12px}.reh__supplier-type,.reh__card .reh__action-wrap{position:absolute}.reh__pro-info p{max-width:100%;flex:0 0 100%}.reh__pro_review-form{padding:50px 25px}.pro_btn,.outline_btn{flex:1;text-align:center}section.reh__pro-det{padding:40px 0}.outline_btn{padding:8px 10px}.reh__bulk-price{padding:10px 4px}.reh__details-wrapper .reh__badge .reh__negotiable p,.reh__details-wrapper .reh__badge .reh__distributor,.reh__units-order .reh__unit-wrap{font-size:12px}.reh__talk-btn{margin:10px 0 0 auto}.reh__bulk-price h6{font-size:14px}.reh__bulk-price p{font-size:12px}.reh__pro-btns{gap:10px}.reh__supplier-card h4{font-size:16px}.reh__delivery-info{gap:12px}.reh__pro_simwrap h3{font-size:1.5rem;margin-bottom:1rem}}@media(max-width:425px){.reh__categories_wrapper h1{font-size:24px;line-height:1.3}.reh__bulk-price{min-width:90px;width:100%}.reh__main-heading-wrap h6{font-size:16px}}.reh__product_grid_container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;grid-column-gap:14px;grid-row-gap:30px;margin-bottom:60px}.reh__product_list_category{display:grid;grid-template-columns:295px 1fr;grid-template-rows:1fr;grid-column-gap:50px;grid-row-gap:0px}.reh__filter-title{color:#000;font-size:14px;font-weight:500;line-height:24px;display:flex;justify-content:space-between;align-items:center}.reh__filter-title:after{content:"";background:url(/img/buyer/dropdown.svg) no-repeat;width:10px;height:10px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__filter-title.active:after{content:"";transform:rotate(180deg);background:url(/img/buyer/dropdown.svg) no-repeat;width:10px;height:10px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.dropdown{display:none;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.dropdown.open{display:block;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__filter-title.reh__all_cat_title{margin-bottom:10px}.reh__filter_price_padding:last-child{padding:20px 0 0}.reh__dropdown-content{list-style:none;padding:0 0 0 14px;display:flex;flex-direction:column;gap:16px}.reh__dropdown-content label{margin:0;font-weight:400;line-height:1}.subcategories{list-style:none;margin-left:15px;display:none}.price-filter input{width:100%;max-width:80px;height:34px;padding:6px 8px;font-size:13px;line-height:1;color:var(--text-color);background-color:#fff;border:1px solid var(--border-marketplace);border-radius:4px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.price-filter input:hover{border-color:var(--border-marketplace)}.price-filter input:focus{border-color:var(--dark-green-color);box-shadow:0 0 0 2px #05535826}.price-filter input::-moz-placeholder{color:#0006;font-size:12px}.price-filter input::placeholder{color:#0006;font-size:12px}.reh__filter_price_padding .reh__dropdown-content button,.reh_drop_on_sale_filter button{background-color:var(--green-color);color:#fff;border:none;border-radius:4px;padding:6px 22px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.reh__filter_price_padding .reh__dropdown-content button:hover,.reh_drop_on_sale_filter button:hover{background-color:var(--dark-green-color)}.reh__filter_price_padding .reh__dropdown-content button:active,.reh_drop_on_sale_filter button:active{box-shadow:inset 0 2px 4px #0003}.reh__filter_price_padding .reh__dropdown-content button:disabled{opacity:.6;cursor:not-allowed}.reh_drop_on_sale_filter{display:flex;align-items:center;justify-content:space-between}.reh_drop_on_sale_filter p{color:#333333e5;font-size:14px;font-weight:500;line-height:20px}.reh__filter_price_padding .price-filter{display:flex;align-items:center;gap:4px}.reh__filter_price_padding .price-filter input::-moz-placeholder{color:#333333e5}.reh__filter_price_padding .price-filter input::placeholder{color:#333333e5}.reh__filter_price_padding .price-filter input{height:27px}.reh__dropdown-content_sub{padding:0 0 0 14px;margin-top:8px;max-height:122px;height:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#048481 #fff;display:flex;flex-direction:column;gap:8px}.reh__dropdown-content_sub li{color:#333333bf;line-height:24px;display:flex;flex-direction:column;gap:10px}.reh_sub_drop{color:#333;width:100%;justify-content:space-between;align-items:center}.reh_filter-section{border-bottom:1px solid var(--border-marketplace);padding-bottom:1.25rem}.reh__dropdown-content ul{margin-bottom:0}.reh__filter-title.reh__heading_dark_green{font-size:1rem;font-weight:600;line-height:var(--leading-heigh);color:var(--dark-green-color);margin-bottom:1.25rem}.reh__filter-title.reh__heading_dark_green:not(:has(+*)){margin-bottom:0}.reh__filter_price_padding{padding:1.25rem .625rem}.reh__filter_price_padding .reh__dropdown-content{padding:0}.reh__rating-options{display:flex;flex-direction:column;gap:4px}.reh__rating-options input[type=radio]{display:none}.reh__rating-options input[type=radio]:checked,.reh__rating-options input[type=radio]:not(:checked){position:absolute;left:0}.reh__rating-options input[type=radio]:checked+label,.reh__rating-options input[type=radio]:not(:checked)+label{position:relative;padding-left:22px;cursor:pointer;line-height:1.2;display:inline-block;color:#333333e5;margin-bottom:7px;font-weight:500}.reh__rating-options input[type=radio]:checked+label{color:var(--dark-green-color)}.reh__rating-options input[type=radio]:checked+label:before,.reh__rating-options input[type=radio]:not(:checked)+label:before{content:"";position:absolute;left:0;top:0;width:16px;height:16px;border:1px solid var(--dark-green-color);border-radius:100%;background:transparent}.reh__rating-options input[type=radio]:checked+label:after,.reh__rating-options input[type=radio]:not(:checked)+label:after{content:"";width:8px;height:8px;background:var(--dark-green-color);position:absolute;top:4px;left:4px;border-radius:100%;transition:all .2s ease}.reh__rating-options input[type=radio]:not(:checked)+label:after{opacity:0;transform:scale(0)}.reh__rating-options input[type=radio]:checked+label:after{opacity:1;transform:scale(1)}.reh__rating-options input:focus{outline:none}.reh__rating-options label{font-size:14px;font-weight:500;line-height:20px;display:flex;align-items:center;gap:8px}.reh_filter-section:last-child{border:none}.reh__product_list_category .reh__products_listing{background-color:var(--color-white);padding:1.577vw 1.052vw;max-height:calc(100vh - 12rem);height:100%;overflow:auto;position:sticky;top:8.75rem;scrollbar-width:thin;scrollbar-color:#048481 #fff;box-shadow:var(--shadow-smooth);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__products_list p{color:var(--text-color);font-size:14px;line-height:16.97px;font-weight:600}.reh__products_list span{font-size:10px;color:var(--text-color)}.reh__products_listing h6{font-size:1.25rem;font-weight:600;line-height:var(--leading-heigh);color:var(--dark-green-color);margin-bottom:1.25rem}.reh__product_list_image_wrapper{position:relative;padding-top:316px;cursor:pointer;width:100%;overflow:hidden;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);box-shadow:#0000001a 0 5px 15px;transform:translateZ(0)}.reh__product_list_image_wrapper:after{position:absolute;left:0;top:0;content:"";background-color:#0003;width:100%;height:100%}.reh__product_list_image_wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;scale:1;transition:all .5s ease-in-out}.reh__grid_main_product_wrapper:hover .reh__product_list_image_wrapper img{scale:1.2;transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out}.reh__products_list_contents_container{margin-top:20px}.reh_p_content_wrap{display:flex;flex-direction:column;gap:7px}.reh__sm-title{font-size:10px;color:var(--text-color)}.reh_p_content_wrap h4{color:var(--dark-green-color);font-size:20px;font-weight:600;line-height:24.24px}.reh_p_content_wrap h6{color:var(--text-color);font-size:14px;line-height:16.97px;font-weight:600}.reh_product_list_star{display:flex;align-items:center;gap:5px}.reh__products_list_contents_container p{font-size:14px;font-weight:400;line-height:16.97px;color:var(--text-color)}.reh_product_list_star p{color:var(--dark-green-color)}.reh__product_list_part_2 .reh__page_pagination{justify-content:center}.reh__product_list_part_2 .reh__product_search_wrapper_main .reh__search input{border:none;background-color:transparent;width:100%;z-index:1;cursor:pointer}.reh__dropdown-content input[type=checkbox]:checked:before{width:5px;top:10px;left:3px;transform:rotate(36deg)}.reh__dropdown-content input[type=checkbox]:checked:after{width:11px;top:8px;left:5px;transform:rotate(-55deg)}.reh__dropdown-content input[type=checkbox]:checked:before,.reh__dropdown-content input[type=checkbox]:checked:after{content:"";position:absolute;height:2px;background:#fff}.reh__dropdown-content input[type=checkbox]{height:20px;width:20px;min-width:20px;margin:0;padding:0;opacity:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--dark-green-color);border-radius:2px;background:transparent;position:relative}.reh__dropdown-content input[type=checkbox]:checked{border:1px solid var(--dark-green-color);background:var(--dark-green-color)}.reh__dropdown-content input[type=checkbox]:focus{outline:none;box-shadow:none}.reh__product_list_part_2 .reh__product_search_wrapper_main .reh__search{display:flex;align-items:center;gap:8px;border:1px solid #33333333;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);max-width:424px;width:100%;padding:7px 36px 7px 16px;position:relative}.reh__product_list_part_2 .reh__product_search_wrapper_main{display:flex;justify-content:space-between;align-items:center}.reh__product_list_part_2 .reh__product_search_wrapper_main .reh__search .reh__product_list_icon{width:18px;height:18px;position:absolute;right:0;transform:translate(-100%);cursor:pointer}.reh__product_list_part_2 .reh__product_search_wrapper_main .reh__search .reh__product_list_icon img{width:100%;height:100%}.reh__product_list_part_2 .reh__product_select_sort select{border:none;background-color:transparent;box-shadow:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;display:inline-block}.reh__product_list_part_2 .reh__product_select_sort #reh__select option{color:#191c1f;font-size:14px;font-weight:400;padding:10px 16px;line-height:20px;width:100%}.reh__product_select_sort{display:flex;align-items:center;border:.5px solid #33333333;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);padding:10px 16px;position:relative;max-width:180px;width:100%}.reh__product_select_sort .reh__select_arrow{width:10px;height:5px;position:absolute;right:7%;top:25%;height:auto}.reh__product_select_container{display:flex;align-items:center;gap:22px}.reh__product_select_container p{font-size:14px;color:#191c1f;font-weight:400;line-height:20px}#select-container{height:34px;position:relative;width:180px}#dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.5px solid #33333333;border-radius:6px;cursor:pointer;height:100%;outline:none;padding:7px 16px;width:100%}#dropdown option{background:#fff;color:#000;border:none}#dropdown option:hover{background-color:red}#dropdown-image{height:34px;pointer-events:none;position:absolute;transform:translate(-100%);width:10px;right:-1%}.reh__product_results .reh__product_category_selection{display:flex;align-items:center;gap:10px;white-space:nowrap;overflow-x:auto;width:100%;max-width:800px;scrollbar-width:thin;scrollbar-color:#048481 #fff;padding:5px 0}.reh__product_results .reh__product_category_selection h5{font-size:16px;font-weight:500;line-height:19.39px;color:var(--dark-green-color)}.reh__product_results h5{white-space:nowrap;font-size:1rem;font-weight:600;line-height:var(--leading-height-1);color:var(--dark-green-color)}.reh__product_results h5>span{color:var(--text-color)}.reh__product_list_category .reh__product_grid_container,.reh__product_list_category .reh__order-table{margin-bottom:0}.reh__product_results{display:flex;align-items:center;background-color:#0484811a;justify-content:space-between;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);padding:10px 5px;gap:10px}.reh__product_results .reh__product_category_selection span{color:#000}.reh__product_category_selection .reh__select_close_wrapper{display:flex;border:1px solid var(--dark-green-color);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__filter_m{display:flex;background-color:var(--dark-green-color);color:#fff;box-shadow:none;max-width:-moz-max-content;max-width:max-content;outline:none;font-size:14px;font-weight:600;border:1px solid var(--dark-green-color);max-width:73px;width:100%;align-items:center;justify-content:center;height:44px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__filter_m:hover{border:1px solid var(--dark-green-color);color:var(--dark-green-color);background-color:transparent}.close_btn{position:absolute;top:10px;right:10px;background:var(--dark-green-color);color:#fff;border:none;border-radius:6px;padding:9px 10px;cursor:pointer;z-index:10;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;display:none}.reh__product_list_part_2{display:flex;flex-direction:column;gap:20px}.reh__select_close_wrapper p{font-size:12px;font-weight:600;padding:6px 10px}.reh__results_selection{color:var(--dark-green-color);font-size:14px;font-weight:400}.reh__results_selection span{color:var(--text-color)}.reh__product_select_close{padding:3px 7px;background-color:var(--dark-green-color);cursor:pointer;display:flex;align-items:center}.reh__product_select_close img{width:10.5px;height:10.5px}.reh__product_list_category.active .reh__products_listing{overflow-y:auto;scrollbar-width:thin;scrollbar-color:#048481 #fff}.reh__products_listing .reh__dropdown-content{padding:0}.reh__product_list_wrap .reh__products_listing h6{margin-bottom:0}.reh__product_list_wrap .reh__category_heading{margin-bottom:1.25rem}@media(max-width:1299px){.reh__product_list_category{display:grid;grid-template-columns:295px calc(100% - 345px);grid-template-rows:1fr;grid-column-gap:50px;grid-row-gap:0px}}@media(max-width:1199px){.reh__product_list_part_2 .reh__product_search_wrapper_main .reh__search{max-width:344px}}@media(max-width:1024px){.reh__products_list_contents_container h4{font-size:18px;line-height:1.3}.reh__product_grid_container{grid-template-columns:repeat(2,1fr)}.reh__product_list_part_2 .reh__product_search_wrapper_main .reh__search{max-width:264px}}@media(max-width:991px){.reh__product_list_part_2 .reh__product_search_wrapper_main .reh__search{max-width:220px}.reh__product_results{flex-direction:column;align-items:start;gap:0px}.reh__dropdown-content_sub li{max-width:190px;width:100%}.reh__page_pagination .pager{margin:0}}@media(min-width:769px){.reh__filter_m{display:none}}@media(max-width:768px){.reh__product_grid_container{grid-row-gap:40px}.reh__product_list_category{display:flex;flex-direction:column}.reh__product_list_category .reh__products_listing{background-color:#f7f7f7;padding:1.577vw 1.052vw;height:-moz-max-content;height:max-content;max-height:calc(100% - 110px);height:100%;position:fixed;transform:translate(-100%);left:0;z-index:999;top:110px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%)}.close_btn{display:flex}.reh__product_list_category .reh__products_listing{transform:translate(-100%);transition:transform .3s ease;-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%)}.reh__product_list_category.active .reh__products_listing{transform:translate(0)}.reh__product_list_category .reh__products_listing{padding:5.577vw 3.052vw;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0}}@media(max-width:767px){.reh__product_list_category .reh__products_listing{max-height:calc(100% - 99px);top:99px;padding:4rem 3.052vw}}@media(max-width:639px){.reh__product_list_category .reh__products_listing{height:-moz-max-content;height:max-content;max-height:calc(100% - 89px);top:89px;padding:50px 3.052vw}}@media(max-width:676px){.reh__product_grid_container{grid-template-columns:repeat(1,1fr)}.reh__product_list_part_2 .reh__product_search_wrapper_main .reh__search{max-width:190px;padding:7px 36px 7px 10px}.reh__product_list_part_2 .reh__product_search_wrapper_main{gap:20px}.reh__product_select_container{gap:6px}#select-container{width:150px}#dropdown{padding:7px 10px}}@media(max-width:575px){.reh__product_list_part_2 .reh__product_search_wrapper_main .reh__search input,#dropdown{font-size:12px}.reh__product_list_part_2 .reh__product_search_wrapper_main .reh__search{max-width:164px;padding:10px 36px 10px 10px}.reh__product_select_container p{font-size:12px}.reh__product_list_part_2 .reh__product_search_wrapper_main{gap:10px;justify-content:start;flex-wrap:wrap}.reh__product_list_part_2 .reh__product_search_wrapper_main .reh__search{max-width:100%}#select-container,.reh__product_select_container{width:100%}.reh__product_select_container p{text-wrap:nowrap}}@media(max-width:425px){.reh__product_results{flex-direction:column;gap:10px;align-items:start}}@media(max-width:330px){.reh__product_list_category{grid-template-columns:100% 1fr}}.dropdown .d-flex{display:flex;padding-left:4px;align-items:center}.dropdown .d-flex .form-check-input{margin-right:5px;margin-top:2px}.reh__wishlist h6{color:var(--dark-green-color);font-weight:600;font-size:24px;line-height:29.09px;margin-bottom:10px}.reh__wishlist p{color:var(--text-color);font-weight:600;font-size:16px;line-height:21.82px;margin-bottom:20px}.reh__wishlist p>span{color:var(--dark-green-color)}.reh__wishlist_table_wrapper table{width:100%}.reh_wishlist_container.reh__product-flex{display:flex;align-items:center;gap:16px}.reh__wishlist_table_wrapper table tr th{text-align:center;background-color:#3333330d;font-weight:500;line-height:24px;color:var(--text-color);padding:10px 0}.reh__wishlist_table_wrapper td:nth-child(2),.reh__wishlist_table_wrapper td:nth-child(3){text-align:center}.reh_wishlist_container .reh_wishlist_content{display:flex;flex-direction:column;gap:5px;align-items:start}.reh_wishlist_container .reh_wishlist_content h6{font-size:14px;font-weight:600;color:var(--dark-green-color);line-height:16.97px}.reh_wishlist_container .reh_wishlist_content h6,.reh_wishlist_container .reh_wishlist_content p{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-clamp:2;-webkit-line-clamp:2;text-align:start}.reh_wishlist_container .reh_wishlist_content h6 a,.reh_wishlist_container .reh_wishlist_content p{word-wrap:break-word;word-break:break-all}.reh_wishlist_container .reh_wishlist_content p{font-size:12px;font-weight:300;line-height:14.54px;color:var(--text-color);display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-clamp:2;-webkit-line-clamp:2}.reh__stock_status_wrapper{display:flex;justify-content:center;align-items:center;gap:10px}.reh__stock_status_wrapper .reh__stock_in{font-size:12px;color:var(--dark-green-color);line-height:20px;font-weight:600}.reh__stock_status_wrapper .reh__out_stock{font-size:12px;color:var(--medium-orange-color);line-height:20px;font-weight:600}.reh__price_wrapper{display:flex;justify-content:center;font-size:14px;font-weight:400;gap:3px;line-height:1.3}.reh__price_wrapper.on-discount span{text-decoration:line-through;color:var(--text-color)}.reh__price_wrapper p{text-decoration:none;font-weight:500;color:#191c1f}.reh__wislist_add_cart_btn:focus{border:none;outline:none}.reh__wislist_add_cart_btn{border:none;background-color:var(--medium-orange-color);color:#fff;font-size:14px;overflow:hidden;position:relative;font-weight:600;display:flex;gap:8px;z-index:1;align-items:center;padding:.788vw 1.576vw;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__wislist_add_cart_btn:before{background-color:var(--green-color);content:"";position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);z-index:1;transform:scaleX(0);transform-origin:right center;transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9)}.reh__wislist_add_cart_btn:hover:before{transform:scaleX(1);transform-origin:left center}.reh__wislist_add_cart_btn img{width:20px;height:20px;z-index:1}.reh_wishlist_btn_wrapper .reh_close{width:18px;height:18px;z-index:1}.reh_wishlist_btn_wrapper .reh_close img{width:100%;height:100%}.reh__wislist_add_cart_btn a{color:#fff;z-index:1}.reh_wishlist_btn_wrapper{display:flex;align-items:center;justify-content:center;gap:24px}.reh__wishlist_img_wrapper{position:relative;overflow:hidden;width:auto;padding:32px 42px;max-width:-moz-max-content;max-width:max-content}.reh__wishlist_img_wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reh__wishlist_table_wrapper.reh__table tbody>tr:nth-last-child(2){border-bottom:none}.reh__wishlist_table_wrapper.reh__table .reh__wishlist-large{width:40%}.reh__wishlist_table_wrapper.reh__table .reh__wishlist-small{width:15%}.reh__wishlist_table_wrapper.reh__table .reh__wishlist-medium{width:23%}.reh__wishlist_table_wrapper.reh__table .reh__table-product-wishlist{display:flex;align-items:center;gap:14px}@media(max-width:1200px){.reh__wishlist_table_wrapper.reh__table .reh__wishlist-large{width:30%}}@media(max-width:1124px){.reh__wislist_add_cart_btn{font-size:12px}}@media(max-width:1024px){.reh__wishlist_table_wrapper table tr th{font-size:14px;padding:8px 0}.reh__wishlist_table_wrapper table tr th:nth-child(3){width:14%}.reh__wishlist_table_wrapper table tr th:nth-child(2){width:14%}.reh_wishlist_btn_wrapper{gap:14px}.reh__stock_status_wrapper .reh__stock_in,.reh__stock_status_wrapper .reh__out_stock{font-size:11px}.reh__price_wrapper p,.reh__price_wrapper span{font-size:12px}.reh_wishlist_container{gap:12px}.reh__wishlist h6{font-size:20px;margin-bottom:4px}.reh__wishlist p{font-size:14px}}@media(max-width:768px){.reh__price_wrapper,.reh__stock_status_wrapper,.reh_wishlist_btn_wrapper{justify-content:end}.reh_wishlist_btn_wrapper .reh_close{position:absolute;top:.5rem;right:.5rem;background-color:#fff;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;width:24px;height:24px}.reh_wishlist_wrapper{position:relative}.reh__wishlist_table_wrapper.reh__table tr{padding-top:30px}.reh__wishlist_table_wrapper.reh__table td:first-child{display:flex;flex-direction:column;align-items:start}.reh__wishlist_table_wrapper.reh__table tbody>tr:nth-last-child(2){border-bottom:1px solid #3333334D}}@media(min-width:676px){.reh__stock_status_wrapper h6,.reh_wishlist_heading_mobile h6{display:none}}@media(max-width:676px){.reh__wishlist_table_wrapper table th,.reh__wishlist_table_wrapper table tr:first-child{display:none}.reh__wishlist_table_wrapper table td{margin:4px 0}.reh_wishlist_container{display:block;padding:0}.reh__wislist_add_cart_btn{border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.reh__wishlist_table_wrapper.reh__table tr{padding-top:20px}}@media(max-width:375px){.reh__wishlist_table_wrapper.reh__table .reh__table-product-wishlist{flex-direction:column;align-items:start}.reh__wislist_add_cart_btn{padding:6px}}.reh__dropdown-filter-status{width:inherit;max-width:250px;height:44px}.reh__dropdown-filter-status .reh__dropdown__control{height:44px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);font-size:14px}.reh__dropdown-filter-status .reh__dropdown__value-container{height:100%}.reh__dropdown-filter-status .reh__dropdown__control:hover{border-color:var(--border-marketplace)}.reh__dropdown-filter-status .reh__dropdown__control{box-shadow:none;border-color:var(--border-marketplace)}@media(max-width:1024px){.reh__tabs_wrap{gap:20px}.reh__tab-links p{font-size:14px}.reh__tabs{max-width:170px;gap:10px}.reh__tabs li{max-width:180px}.reh__tabs_list,.reh__back-home{max-width:190px}.reh__back-home{max-width:170px;padding-top:10px}.reh__back-home p{font-size:12px}.reh__tab_img{width:16px;height:16px}.reh__tab-links{gap:10px}.reh__tabs_content{max-width:calc(100% - 210px);flex:0 0 calc(100% - 210px)}.tab-content.current{gap:20px}}@media(max-width:991px){.reh__tab-links p,.reh__back-home p{display:none}.reh__tabs li,.reh__tabs{max-width:-moz-max-content;max-width:max-content}.reh__tabs_list{max-width:60px}.reh__back-home{max-width:90%}.reh__back-home a{justify-content:center}.reh__tabs_content{max-width:calc(100% - 80px);flex:0 0 calc(100% - 80px)}.reh__tab-links.reh__back-home{justify-content:center}}@media(max-width:768px){.reh__sidemenu,.reh__close_btns{display:flex}.reh__tabs_list.active{transform:translate(0);-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__tabs_list.active~body{scroll-behavior:none;overflow:hidden}.reh__tabs_list{position:fixed;padding-top:50px;left:0;top:110px;transform:translate(-100%);-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);background-color:#fff;z-index:99999;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__tabs_content{max-width:calc(100% + -0px);flex:0 0 calc(100% + -0px)}.reh__tab-links p,.reh__back-home p{display:flex}.reh__tabs_list{max-width:260px;border:none;height:calc(100vh - 110px)}.reh__tabs{max-width:220px;gap:10px;min-height:auto}.reh__back-home{padding-bottom:10px}.reh__tabs li{max-width:220px}.reh__close_btns{position:absolute;top:10px;right:10px;display:flex;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;align-items:center;background-color:#fff;justify-content:center;padding:4px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.reh__close_btns svg{width:20px;height:20px}.reh__backBtn{width:auto;height:40px;font-size:14px}.reh__back-small{padding:10px 40px}}@media(max-width:767px)and (min-width:639px){.reh__tabs_list{height:calc(100vh - 99px);top:99px}}@media(max-width:675px){.reh__add-pro{font-size:12px;padding:10px 16px}.reh__order-table{flex-direction:column;gap:10px}.reh__filter_m{width:100%;max-width:100%}.reh__search-container{max-width:100%}.reh__dropdown-filter-status{width:100%;max-width:100%}}@media(max-width:639px)and (min-width:200px){.reh__tabs_list{height:calc(100vh - 89px);top:89px}}@media(max-width:425px){.reh__add-pro{font-size:12px;width:100%;max-width:100%;text-align:center;justify-content:center}}.reh__table-wrap table{color:var(--text-color)}.reh__brand-logo{width:64px;height:64px;border:1px solid var(--border-marketplace);overflow:hidden;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);margin:auto}.reh__brand-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reh__name-color{color:var(--green-color);font-weight:600!important}.reh__brand-btn .reh__btn-primary{height:44px;max-height:100%}.reh__brand h4{font-size:var(--text-md);font-weight:600;color:var(--text-color);line-height:1;margin-block-end:2.6875rem}@media(max-width:768px){.reh__brand-logo{margin:0}.reh__btn-primary,.reh__search-input{font-size:14px}.reh__brand h4{font-size:2rem;margin-block-end:1.6rem}}@media(max-width:767px){.reh__brand h4{font-size:24px}}@media(max-width:425px){.reh__order-table{gap:.6rem}.reh__brand h4{font-size:1.5rem}.reh__brand-btn .reh__btn-primary{max-width:100%;justify-content:center}}.popup-content{background:#f7f7f7;position:relative;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);max-width:604px;width:100%;height:-moz-max-content;height:max-content;overflow:hidden}.close-popup{top:15px;position:absolute;max-width:-moz-max-content;max-width:max-content;margin:0 0 0 auto;right:20px;display:flex;cursor:pointer;font-size:18px;font-weight:700;background-color:#f7f7f7f7;border:1px solid var(--border-marketplace);border-radius:6px;padding:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;z-index:999}.reh__exclamation{width:50px;height:50px;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border:1px solid var(--dark-orange-color);background-color:var(--dark-orange-10);display:flex;align-items:center;justify-content:center;margin:auto}.reh__exclamation img{width:7px}.reh__conformation-pop-up h5{font-size:var(--text-md);font-weight:600;line-height:var(--leading-height);max-width:440px;width:100%;margin:auto;margin-block-start:1.25rem;margin-block-end:2.25rem;text-align:center;color:var(--dark-orange-color)}.reh__conform-btn{gap:1rem}.reh__border-text,.reh__border-dark-orange,.reh__border-bg,.reh__btn--padding{padding-inline:1.25rem;padding-block:.5rem;min-height:2.8125rem;min-width:9.375rem}.reh__conform-btn button p{font-size:var(--text-xs)}@media(max-width:425px){.reh__exclamation{width:40px;height:40px}.reh__conform-btn{flex-direction:column}.reh__pop-wrap .reh__border-text,.reh__pop-wrap .reh__border-dark-orange{width:100%;max-width:100%}.close-popup{width:100%;height:24px;padding:0;flex-shrink:0;max-width:24px}.close-popup svg{width:12px}}.reh__buyer_form-field.reh__file-upload .reh__file-label{padding:6px}#reh__new-brand .reh__brand-works+button,#reh__edit--newbrand .reh__brand-works+button,#reh__view--brand .reh__popup-row+button{margin:1.25rem 0 0 auto}#reh__new-brand .reh__brand-works,#reh__edit--newbrand .reh__brand-works{display:flex;align-items:center;gap:6px}#reh__new-brand .reh__brand-works span,#reh__edit--newbrand .reh__brand-works span{display:flex}#reh__new-brand .reh__brand-works span img{height:14px;width:auto}#reh__new-brand .reh__buyer_form-field textarea{background-color:var(--color-white)}.reh__file-upload label{background-color:var(--color-white);padding:6px}#reh__new-brand .reh__file-upload label{margin-bottom:4px}.reh__file-support-text{font-size:12px;color:var(--medium-orange-color);font-weight:500}.reh__main-heading-wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.reh__main-heading-wrap h6{font-size:1.125rem;color:var(--text-color);font-weight:600}.reh__file--info{color:var(--text-color-70);font-weight:600;font-size:.875rem}#reh__edit--newbrand .reh__buyer_form-field label.reh__file-label-edit{background:transparent;padding:0;margin-bottom:10px;line-height:1}#reh__edit--newbrand .reh__buyer_form-field label img,.reh__popup-value img{width:9.375rem;height:9.375rem;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;border:1px solid var(--border-marketplace);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__supplier--name{color:var(--dark-green-color);font-weight:600}.reh__supplier--discr{color:var(--text-color);font-weight:500}.reh__popup-row{display:flex;margin-bottom:16px;gap:8px}.reh__popup-label{width:110px;font-size:1rem;font-weight:500;color:var(--text-color-70)}.reh__popup-value{flex:1;line-height:var(--leading-height)}.reh__popup-value a{text-decoration:none;font-weight:600;color:#00796b}.reh__popup-logo{width:100px;height:100px;border-radius:10px;-o-object-fit:cover;object-fit:cover;border:1px solid #ccc}.reh__status-active{color:var(--dark-green-color);font-weight:500}.reh__status-deactive{color:var(--dark-orange-color)}.reh__popup-footer{text-align:right;margin-top:20px}.reh__btn-close{padding:8px 18px;background:#fff;border:1px solid #000;border-radius:6px;cursor:pointer}.reh__btn-close:hover{background-color:#f0f0f0}.reh__border-text p{font-size:1rem}@media(max-width:768px){.reh__main-heading-wrap h6{font-size:16px}}@media(max-width:425px){.reh__popup-row{flex-direction:column;border-bottom:1px solid var(--border-marketplace);padding-bottom:14px}.reh__popup-row p:nth-child(2){display:none}.reh__popup-label{color:var(--text-color);font-weight:600;font-size:14px}.reh__popup-value.reh__supplier--name,.reh__supplier--discr,.reh__status-active{font-size:14px}}.reh__seller--status{font-weight:600}.reh__seller--status.pending{color:var(--medium-orange-color)}.reh__seller--status.accepted{color:var(--dark-green-color)}.reh__seller--status.rejected{color:var(--dark-orange-color)}.reh__req-btn{justify-content:end;gap:.875rem;margin:1.25rem 0 0 auto}.reh__req-img{width:1.5rem;height:1.5rem;background-color:var(--color-white);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;flex-shrink:0}.reh__req-img img{width:auto;height:.625rem}.reh__req-img.accepted img{filter:brightness(0) saturate(100%) invert(23%) sepia(11%) saturate(5845%) hue-rotate(146deg) brightness(96%) contrast(96%);-webkit-filter:brightness(0) saturate(100%) invert(23%) sepia(11%) saturate(5845%) hue-rotate(146deg) brightness(96%) contrast(96%)}.reh__req-img.reject img{filter:brightness(0) saturate(100%) invert(20%) sepia(92%) saturate(2856%) hue-rotate(25deg) brightness(97%) contrast(98%)}@media(max-width:425px){.reh__req-btn{flex-direction:column;gap:8px}.reh__req-btn .reh__border-dark-green{width:100%;max-width:100%}}.reh__order--status-wrap{display:flex;align-items:center;gap:10px;justify-content:center}.reh__order--status-wrap .reh__order_status:before{content:"";width:8px;height:8px;border-radius:50%;background-color:currentColor;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;display:inline-flex;margin-right:10px}.reh__order--status-wrap .reh__order_status{font-weight:600}.reh__order--status-wrap .reh__darkgreen{color:var(--dark-green-color)}.reh__order--status-wrap .reh__textcolor{color:var(--text-color)}.reh__order--status-wrap .reh__orangemedium{color:var(--medium-orange-color)}.reh__order--status-wrap .reh__darkorange{color:var(--dark-orange-color)}@media(max-width:768px){.reh__order--status-wrap{justify-content:end}}.reh__cstm-dropdown{width:100%;max-width:250px;gap:1.25rem}.reh__srt-by{color:var(--text-color);flex-shrink:0;font-size:1rem}.reh__cstm-dropdown label{display:block;margin-bottom:10px;font-size:16px;font-weight:500;line-height:24px;color:var(--text-color)}.reh__wrap-dropdown{position:relative;display:inline-block;width:100%}.reh___dropdown-btn{padding:.75rem 1rem;background-color:#fff;color:var(--text-color);align-items:center;cursor:pointer;font-size:1rem;width:100%;border-radius:var(--custom-radius);text-align:left;position:relative;display:flex;min-height:44px;justify-content:space-between;border:.5px solid #33333333;-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh___dropdown-btn:after{position:absolute;content:"";right:16px;background-image:url(/img/seller/cstm-dropdown.svg);background-size:100%;width:14px;height:7px;background-repeat:no-repeat}.reh___dropdown-content{display:none;position:absolute;background-color:#fff;min-width:100%;box-shadow:var(--shadow-smooth);z-index:9;overflow:hidden;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh___dropdown-item{color:var(--text-color);padding:12px 16px;text-decoration:none;display:block;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;border-bottom:1px solid var(--border-marketplace)}.reh___dropdown-item:last-child{border:none}.show{display:block!important}.reh___dropdown-item:hover{background-color:var(--dark-green-color);color:#fff}@media(max-width:768px){.reh__srt-by,.reh___dropdown-btn,.reh___dropdown-item{font-size:14px}}@media(max-width:425px){.reh__cstm-dropdown{max-width:100%}}.reh__status-indicator{display:flex;align-items:center;gap:8px}.reh__status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.reh__status-dot-pending{background-color:#fd7e14}.reh__status-dot-accepted{background-color:#20c997}.reh__status-dot-rejected{background-color:#dc3545}.reh__status-text{font-size:14px;font-weight:500;color:#333}.reh__cstm-dropdown{position:relative}.reh__srt-by{font-size:14px;color:#333;margin-right:10px;font-weight:500}.reh__wrap-dropdown{position:relative;display:inline-block}.reh___dropdown-btn{background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:8px 16px;font-size:14px;color:#333;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s}.reh___dropdown-btn:hover{border-color:#048481}.reh___dropdown-btn:after{content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #333;margin-left:8px}.reh___dropdown-content{display:none;position:absolute;right:0;background-color:#fff;min-width:160px;box-shadow:0 8px 16px #0000001a;z-index:1000;border-radius:6px;border:1px solid #dee2e6;margin-top:4px}.reh__wrap-dropdown.show .reh___dropdown-content{display:block}.reh___dropdown-item{color:#333;padding:10px 16px;text-decoration:none;display:block;font-size:14px;transition:background-color .3s}.reh___dropdown-item:hover{background-color:#f8f9fa;color:#048481}.reh___dropdown-item:first-child{border-radius:6px 6px 0 0}.reh___dropdown-item:last-child{border-radius:0 0 6px 6px}.reh__action_edit{position:absolute;background:#fff;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:150px;display:flex;flex-direction:column}.reh__seller_product--page .reh__action_edit{position:static;background-color:transparent;border:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;min-width:auto;flex-direction:initial;background:transparent;box-shadow:none;transform:translate(0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0)}.reh__action_edit a{display:flex;align-items:center;gap:10px;padding:12px 16px;color:#333;text-decoration:none;font-size:14px;transition:background-color .3s}.reh__action_edit a:hover{background-color:#f8f9fa}.reh__action-line{height:1px;background-color:#dee2e6;margin:0 8px}.reh__brand-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:600;text-transform:uppercase}.reh__mid-content{width:120px}.reh__xl-content{width:300px}.reh__Xsmall-cont{width:60px}@media(max-width:768px){.reh__xl-content{width:200px}.reh__mid-content{width:100px}.reh__small-cont{width:60px}.reh__Xsmall-cont{width:50px}}.reh__req--Manufacturer{background-color:var(--green-color);color:#fff;max-width:6.25rem;width:100%;flex-shrink:0;font-size:1rem;height:2.8125rem;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;cursor:pointer}.reh__req--Manufacturer:hover{background-color:var(--dark-green-color)}.reh__buyer--send-req{margin:0 0 0 auto}.reh__main-heading-wrap h6 span{color:var(--dark-green-color)}.reh__seller--name{color:var(--dark-green-color);font-weight:600!important}.reh__assigned--brand{display:flex;flex-wrap:wrap;gap:10px}.reh__xl-content{width:14%}.reh__assigned--brand p{padding:10px 6px;border:1px solid var(--border-marketplace);background-color:var(--background-secondary);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);color:var(--dark-green-color);font-weight:500!important}.reh__view-details--btn{width:26px;height:26px;display:inline-flex;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border:1px solid var(--dark-green-color);background-color:var(--dark-green-10)}.reh__view-details--btn img{width:18px;height:auto}.reh__assigned--brand .reh__no--brand{font-size:14px;text-align:center;color:var(--text-color);font-weight:600!important;margin:auto}.reh__select--grant-text{font-size:1rem}.reh__select--brand-grant .reh__checkbox-label:before{width:16px;height:16px;border:1px solid var(--dark-green-color);border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.reh__select--brand-grant .reh__checkbox{padding:3px 6px;border:1px solid var(--border-marketplace);background-color:var(--background-secondary);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);color:var(--dark-green-color);font-weight:500!important;max-width:-moz-max-content;max-width:max-content}.reh__select--brand-grant .reh__form-group label{margin-bottom:0;font-size:14px}.reh__select-wrap-bg{background-color:var(--color-white);padding:10px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);margin-top:10px;border:1px solid var(--border-marketplace)}.reh__select-wrap-bg .reh__form-group{display:flex;row-gap:12px;-moz-column-gap:16px;column-gap:16px;flex-wrap:wrap}@media(max-width:768px){.reh__assigned--brand{max-width:320px;justify-content:end}.reh__assigned--brand .reh__no--brand{margin:0}#reh__manufacturer-permission td[data-label="View details"]{display:flex;align-items:center;justify-content:space-between}}@media(max-width:425px){.reh__select--grant-text{font-size:14px}.reh__select--brand-grant .reh__form-group label{font-size:12px}.reh__select--brand-grant .reh__checkbox-label{padding-left:22px}.reh__select--brand-grant .reh__checkbox-label:before{width:14px;height:14px}.reh__select-wrap-bg .reh__form-group{row-gap:8px;-moz-column-gap:6px;column-gap:6px}.reh__border-dark-green.reh__req-btn{flex-direction:row;gap:0px}.reh__assigned--brand{max-width:100%;width:100%;justify-content:start;margin-top:26px}}.select2-result-repository--flex{display:flex;align-items:stretch;gap:16px;padding:12px 16px;border-bottom:1px solid #f0f0f0;min-height:60px}.select2-result-repository__avatar{display:flex;align-items:stretch;height:100%}.select2-result-repository__avatar img{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:8px;background:#f7f7f7;display:block}.select2-result-repository__meta{display:flex;flex-direction:column;justify-content:flex-start;flex:1;min-width:0}.select2-result-repository__title{font-weight:600;color:#055358;font-size:1rem;margin-bottom:2px;word-break:break-word}.select2-result-repository__description{font-size:.95em;color:#6f6f6f;word-break:break-word}#reh__buyer--dashboard .reh__order--tracking-cards{grid-template-columns:repeat(3,1fr)}.reh__ng--wrap{gap:2.5rem}.reh__savingChart--main{max-width:11.875rem;width:100%;height:11.875rem!important}.reh__ng_overview--wrap #savingsChart{width:100%;height:100%}.reh__ng_overview--wrap{background-color:var(--color-white);border:1px solid var(--border-marketplace);padding:1.5rem 1.25rem;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);gap:1.25rem}.reh__ng_overview--list{gap:.625rem;width:100%}.reh__ng_overview--list p{align-items:center;font-size:.875rem;position:relative;font-weight:500}.reh__ng--overview{flex-shrink:0;max-width:328px;width:100%}.reh__ng--overview h6,.reh__purchase--overview h6{font-size:1rem;font-weight:600;color:var(--text-color);margin-bottom:1.25rem}.reh__ng_overview--list .Successful{--color-dot: var(--dark-green-color)}.reh__ng_overview--list .Rejected{--color-dot: var(--dark-orange-color)}.reh__ng_overview--list .Pending{--color-dot: var(--orange-color)}.reh__ng_overview--list .repeat_Orders{--color-dot: var(--text-color)}.reh__ng_overview--list p:before{content:"";background-color:var(--color-dot);width:.5625rem;flex-shrink:0;height:.5625rem;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;margin-right:10px}.reh__ng_overview--list p>span:nth-child(1){flex-grow:1;margin-right:10px}.reh__ng_overview--list p span:nth-child(2){width:12%;text-align:end}.reh__purchase--overview{width:100%}.reh__chart-container{width:100%;background:#fff;padding:1.25rem 1.25rem .625rem;border:1px solid var(--border-marketplace);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__chart-tabs{display:flex;justify-content:flex-end;gap:1rem;padding-bottom:2rem}.reh__chart-tab{padding:.5rem 1rem;border:none;background:transparent;font-weight:600;cursor:pointer;color:var(--text-color);border-radius:var(--custom-radius);font-size:.875rem;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__chart-tab.active{background:var(--dark-green-color);color:var(--color-white)}@media(max-width:1024px){.reh__ng--wrap{gap:1rem;flex-direction:column-reverse}}@media(max-width:767px){#reh__buyer--dashboard .reh__order--tracking-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:425px){.reh__chart-tabs{gap:.5rem}.reh__chart-tab{font-size:12px;padding:.4rem .5rem}.reh__chart-container{padding:.7rem .7rem .625rem}}@media(max-width:375px){#reh__buyer--dashboard .reh__order--tracking-cards{grid-template-columns:repeat(1,1fr)}}.reh__dashbord_seller .reh__order--tracking-cards{grid-template-columns:repeat(3,1fr)}.reh__review--management .reh__order--tracking-cards{grid-template-columns:repeat(4,1fr)}.reh__dashbord_seller .reh__ng--overview{width:100%;max-width:100%}.reh__dashbord_seller .reh__ng--wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}#reh__seller--dashboard .reh__ng_overview--wrap{height:100%}#reh__seller--dashboard .reh__purchase--overview{grid-area:2 / 1 / 3 / 3}@media(max-width:767px){#reh__seller--dashboard .reh__order--tracking-cards{grid-template-columns:repeat(2,1fr)}#reh__seller--dashboard .reh__ng--wrap{gap:1.5rem}.reh__purchase--overview{width:99.99%}}@media(max-width:520px){#reh__seller--dashboard .reh__ng--wrap{grid-template-columns:repeat(1,1fr)}#reh__seller--dashboard .reh__purchase--overview{grid-area:auto}.reh__purchase--overview{width:99%}}@media(max-width:375px){#reh__seller--dashboard .reh__order--tracking-cards{grid-template-columns:repeat(1,1fr)}}.reh__error--img{max-width:854px;width:100%;margin:auto}.reh__error--img img{width:100%;height:100%}.reh__error-wrap{gap:2.5rem}.reh__error--content{font-size:1.625rem;line-height:var(--leading-height);color:var(--text-color);font-weight:600;text-align:center}#reh__error-main .reh__btn-primary{margin:auto;cursor:pointer}@media(max-width:768px){.reh__error-wrap{gap:1rem}}.font-medium{font-weight:500}.reh__table-wrap table{margin:0;padding:0;width:100%;border-radius:6px;overflow:hidden;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;border-collapse:collapse}.reh__table-wrap th:first-child{padding:21.5px 0 21.5px 10px}.reh__table-wrap tr th{font-weight:600;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__table-wrap th{font-size:14px;font-weight:500;background-color:#00000005;color:var(--text-color)}.reh__table-wrap th,.reh__table-wrap td,.reh__table-wrap td p,.reh__table-wrap th p{font-size:14px;font-weight:400;text-align:start;text-align:center}.reh__table-wrap th{background-color:#f8f8f8;border-bottom:1px solid #33333333;padding:10px 0}.reh__Xsmall-cont{width:4%}.reh__table-wrap th:last-child{padding:10px 10px 10px 0}.reh__table-wrap tr{background-color:#fff}.reh__table-wrap td:first-child{padding:16px 0 16px 24px}.reh__table-wrap td{padding:26px 0}.reh__table-wrap tr:nth-child(odd):nth-child(n+3){background-color:#f7f7f7}@media(max-width:1260px){.reh__name-trunc{width:10%}.reh__table-wrap td{padding:16px 4px}}@media(max-width:1024px){.reh__table-wrap th,.reh__table-wrap td{font-size:12px}.reh__table-wrap td:first-child{padding:10px 0 10px 10px}}@media(max-width:768px){.reh__table-wrap{border:0}.reh__table-wrap caption{font-size:1.3em}.reh__table-wrap thead{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.reh__table-wrap tr:first-child{display:none}.reh__table-wrap tr{border:1px solid #3333334D;display:block;margin-bottom:.625em;padding:0 10px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__table-wrap td{border-bottom:1px solid #ddd;display:block;text-align:right}.reh__table-wrap td:before{content:attr(data-label);float:left;font-weight:600!important;color:var(--text-color)}.reh__table-wrap td{padding:10px 4px}.reh__table-wrap td:last-child{border-bottom:0}.reh__table-wrap td:first-child{padding:10px 4px}.reh__table-wrap table{border-radius:0;-webkit-border-radius:0px;-moz-border-radius:0px;-ms-border-radius:0px;-o-border-radius:0px}.reh__table-wrap th,.reh__table-wrap td{text-align:-webkit-right!important}.reh__table-wrap td p,.reh__table-wrap th p{text-align:end}.reh__truncate{width:60%}.reh__action_edit{justify-content:end}.reh__table-wrap td:last-child{padding:16px 4px}.reh__table-wrap{background-color:#fff;padding:8px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__pagination-wrap{flex-wrap:wrap;justify-content:center}.reh__service-tr:last-child{border-bottom:1px solid #3333334D}.reh__table-wrap th,.reh__table-wrap td,.reh__table-wrap td p,.reh__table-wrap th p{font-size:12px}}@media(max-width:425px){.reh__search-container{max-width:100%}}.reh__pagination-wrapper{margin-top:20px;gap:20px}.reh__pagination-controls{display:flex;align-items:center;gap:6.44px;justify-content:center}.reh__arrow_img_wrapper:disabled,.reh__arrow_img_wrapper[disabled]{border:1px solid #b9b9b9;color:#b9b9b9;pointer-events:none;cursor:not-allowed;opacity:.5}.reh__arrow_img{max-width:1.125rem;width:100%;height:1rem}.reh__arrow_img svg{width:100%;height:100%}.reh__arrow_img_wrapper,.reh__pagination_count a{border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__arrow_img_wrapper p,.reh__pagination_count a.active,.reh__pagination_count a,.reh__arrow_img_wrapper .reh__arrow_img svg path,.reh__arrow_img_wrapper{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__arrow_img_wrapper p{line-height:1}.reh__pagination_count{display:flex;align-items:center;gap:6.44px}.reh__pagination_count a.active{border:1px solid var(--green-color);background-color:var(--green-color);color:#fff;pointer-events:none;cursor:not-allowed}.reh__pagination_count a{color:var(--text-color);font-size:1rem;font-weight:500;line-height:var(--leading-height);border:1px solid var(--border-marketplace);width:3.3125rem;height:2.6875rem;display:flex;align-items:center;justify-content:center}.reh__arrow_img_wrapper{display:flex;align-items:center;gap:10px;font-size:1rem;background-color:transparent;font-weight:500;color:var(--text-color);cursor:pointer;width:9.6875rem;height:2.6875rem;justify-content:center;border:1px solid var(--border-marketplace)}.reh__pagination_count a:hover{border:1px solid var(--green-color);background-color:var(--green-color);color:#fff}.reh__arrow_img_wrapper:hover{background-color:var(--green-color)}.reh__arrow_img_wrapper:hover p{color:#fff}.reh__arrow_img_wrapper:hover .reh__arrow_img svg path{fill:#fff;fill-opacity:1}@media(max-width:768px){.reh__arrow_img_wrapper{width:8rem}}@media(max-width:425px){.reh__pagination-wrapper{flex-direction:column;gap:14px}.reh__arrow_img_wrapper{width:4rem;height:2.5rem}.reh__arrow_img_wrapper p{display:none}.reh__pagination_count a{line-height:var(--leading-height-2);width:2.5rem;height:2.5rem}}.reh__edit--stock-profile,.reh__edit--profile-img,.reh__form--editStock,.reh__stock-availability{border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__edit--stock-profile,.reh__form--editStock,.reh__stock-availability{border:1px solid var(--border-marketplace)}.reh__inventory--product{gap:10px;padding:0 4px;justify-content:center}.reh__inventory--product .reh__brand-logo{margin:0;flex-shrink:0}.reh__inventory--product .reh__product-brand{color:var(--green-color);font-weight:600}.reh__product--brand{width:16%}.reh__edit--stock-profile{background-color:var(--color-white);padding:16px;display:flex;align-items:center;gap:20px}.reh__edit--profile-img{width:80px;height:80px;overflow:hidden}.reh__edit--profile-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reh__stock-profile-info{display:flex;flex-direction:column}.reh__stock-profile-info h5{font-size:var(--text-sm);font-weight:600;color:var(--dark-green-color);margin-block-end:8px}.reh__stock-profile-id{color:var(--text-color-70);font-size:var(--text-xxs);font-weight:500}.reh__buyer_form-field input[type=text],.reh__buyer_form-field input[type=email],.reh__buyer_form-field input[type=number],.reh__buyer_form-field input[type=password],.reh__buyer_form-field textarea,.reh__buyer_form-field select{color:var(--text-color)}.reh__form--editStock,.reh__stock-availability{background-color:var(--color-white);padding:1rem}.reh__form--editStock{margin-block-end:30px}.reh__stock-availability{padding-block:11px;padding-inline:16px;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-block-start:10px;margin-block-end:20px;font-size:12px}.reh__stock-availability p,.reh__stock-availability span{line-height:var(--leading-height)}.reh__stock-availability span{color:var(--dark-green-color);font-weight:600}@media(min-width:1199px){.reh__border-dark-green p{font-size:1rem}}@media(max-width:425px){.reh__edit--stock-profile{gap:10px}.reh__stock-profile-info h5{margin-block-end:4px}}.reh__order--card,.reh__order--tracking-img,.reh__tracking--process,.reh__tracking--main,.reh__tracking--card,.reh__tracking--image,.reh__order-history--icon,.reh__earning--summary{border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__table-wrap th,.reh__table-wrap td,.reh__table-wrap td p,.reh__table-wrap th p{font-weight:500}.reh__supplier--name{color:var(--dark-green-color);font-weight:600!important;overflow-wrap:break-word;white-space:normal}.reh__supplier--name span{color:var(--text-color)}.reh__order-action .reh__seller-delete img,.reh__order-action .reh__edit-seller img{width:22px;height:22px}#reh__Order--tracking .reh__table-wrap td{padding:26px 8px}#reh__Order--tracking .reh__table-wrap td:first-child{padding:26px 4px 26px 10px}#reh__Order--tracking .reh__action-wrap{padding-right:0}#reh__Order--tracking .reh__table-wrap th{padding:21.5px 8px}#reh__Order--tracking .reh__table-wrap th:last-child{padding:10px 8px 10px 4px}#reh__Order--tracking .reh__table-wrap th:first-child{padding:10px 8px 10px 10px}#reh__Order--tracking .reh__table-wrap table{white-space:nowrap;overflow:hidden}.reh__table-wrap{overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--green-color) #fff;border:1px solid var(--border-marketplace);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__order--tracking-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;grid-column-gap:1rem;grid-row-gap:1rem;margin-bottom:40px}.reh__order--card{background-color:var(--dark-green-10);padding:1rem;gap:1rem}.reh__order--tracking-img{border:1px solid var(--green-color);width:3.5rem;height:3.5rem;flex-shrink:0}.reh__order--tracking-img img{width:2rem;height:2rem;-o-object-fit:contain;object-fit:contain}.reh__order--content-wrap{gap:6px}.reh__order--content-wrap p{font-size:1rem;font-weight:400;line-height:var(--leading-height)}.reh__order--content-wrap h6{color:var(--dark-green-color);font-size:2rem;font-weight:600;line-height:var(--leading-height-1)}.reh__tracking--heading,.reh__tracking--heading p,.reh__tracking--heading svg{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__tracking--main{gap:2.5rem;background-color:var(--color-white);padding:20px}.reh__tracking--heading p{font-size:1.5rem;font-weight:600;color:var(--text-color)}.reh__tracking--heading:hover p{color:var(--dark-green-color)}.reh__tracking--heading svg{width:16px;height:auto}.reh__tracking--heading:hover svg path{fill:var(--dark-green-color)}.reh__tracking--heading{gap:10px;cursor:pointer}.reh__tracking-details-wrap{gap:10px}.reh__tracking-details-wrap p{color:var(--text-color-70);font-weight:400;font-size:var(--text-sm)}.reh__tracking-details-wrap p span{color:var(--text-color);font-weight:600}.reh__request--date{gap:6px}.reh__request--date img{width:20px;height:20px}.reh__request--date p{font-size:var(--text-xs)}.reh__tracking--process{background-color:var(--background-secondary);border:1px solid var(--border-marketplace)}.reh__tracking--item.reh__placed .reh__tracking--icon-wrap{background-color:var(--dark-green-color);border-color:var(--dark-green-color)}.reh__tracking--icon-wrap{background-color:var(--color-white);border:1px solid;border-color:var(--text-color);width:40px;height:40px;margin:0 10px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.reh__tracking--item.reh__placed .reh__tracking--icon-wrap .reh__tracking--icon.done{width:20px;height:20px}.reh__tracking--process .reh__tracking--item:first-child .reh__tracking--icon-wrap{margin-inline-start:0}.reh__tracking--process .reh__tracking--item:last-child .reh__tracking--icon-wrap{margin-inline-end:0}.reh__tracking--icon{width:auto;height:auto}.reh__placed--container{max-width:700px;margin:auto;justify-content:space-between;width:100%;padding:20.5px}.reh__center-line{width:100%;border-top:1px solid;border-color:var(--text-color);margin-top:20px}.reh__tracking--item.reh__placed+.reh__center-line{border-color:var(--dark-green-color)}.reh__tracking--icon-wrap{position:relative;z-index:2}.reh__tracking--item .reh__tracking--label{margin-top:10px;font-weight:400;line-height:var(--leading-height)}.reh__tracking--icon.done,.reh__tracking--item.reh__placed .reh__tracking--icon{display:none}.reh__tracking--item.reh__placed .reh__tracking--icon.done{display:flex}.reh__tracking--item.reh__placed .reh__tracking--label{color:var(--dark-green-color);font-weight:500}@media(max-width:1024px){.reh__placed--container{padding:14px}.reh__tracking--item .reh__tracking--label{font-size:14px}.reh__tracking--item.reh__placed .reh__tracking--icon-wrap .reh__tracking--icon.done{width:16px;height:16px}.reh__tracking--main{gap:1.5rem}}@media(max-width:768px){.reh__tracking--icon-wrap{width:34px;height:34px}.reh__center-line{margin-top:17px}.reh__tracking--item.reh__placed .reh__tracking--icon-wrap .reh__tracking--icon.done{width:14px;height:14px}.reh__tracking--icon{width:20px;height:20px}.reh__request--date p,.reh__tracking-details-wrap p{font-size:14px}.reh__tracking-details-wrap{width:40%}}@media(max-width:520px){.reh__tracking-details-wrap{width:100%}}@media(max-width:425px){.reh__tracking--main{padding:12px}.reh__tracking--heading p{font-size:1.1rem}.reh__tracking-details-wrap p{font-size:14px}.reh__tracking--item .reh__tracking--label{font-size:12px}.reh__request--date img{width:16px;height:16px}.reh__tracking--icon-wrap{width:26px;height:26px}.reh__tracking--icon{width:16px;height:16px}.reh__center-line{margin-top:12px}.reh__placed--container{padding:10px}.reh__tracking--item .reh__tracking--label{margin-top:5px}}.reh__tracking--card{padding:1rem;border:1px solid var(--border-marketplace);gap:20px}.reh__tracking--content{gap:1rem}.reh__tracking--title{font-size:var(--text-md);color:var(--dark-green-color);font-weight:600}.reh__tracking--image{position:relative;max-width:-moz-max-content;max-width:max-content;padding-top:4.875rem;padding-left:6.25rem;width:100%;height:100%;overflow:hidden}.reh__tracking--image img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reh__tracking--col .reh__tracking--label{color:var(--text-color-70);font-weight:400;line-height:1.5;font-size:1rem}.reh__tracking--col .reh__tracking--value{color:var(--text-color);font-weight:600;line-height:var(--leading-height);font-size:1rem}.reh__tracking--col .reh__tracking--value.reh__dark--green{color:var(--dark-green-color)}.reh__tracking--col .reh__tracking--row{gap:4px}.reh__tracking--details{gap:1.25rem;flex-wrap:wrap}.reh__border--center{width:1px;height:auto;background:var(--border-marketplace)}.reh__devide--center{height:1px;width:100%;background-color:var(--border-marketplace)}.reh__tracking--col{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;width:100%}.reh__tracking--col.reh__col--local{grid-template-columns:repeat(4,1fr)}.reh__tracking--col.reh__col--local .reh__track--link{color:var(--medium-orange-color);font-size:1rem;line-height:var(--leading-height);font-weight:600;text-decoration:underline;text-underline-offset:2px}.reh__tracking--row{padding-inline:1.625rem}.reh__tracking--row:after{content:"";width:1px;height:100%;background-color:var(--border-marketplace);position:absolute;right:0;top:0}.reh__tracking--row:first-child{padding-left:0}.reh__tracking--row:last-child{padding-right:0}.reh__tracking--row:last-child:after{display:none}.reh__tracking--content .reh__btn-primary{gap:8px;margin:0 0 0 auto;cursor:pointer;padding-inline:1.25rem;padding-block:.5rem;min-height:2.8125rem;min-width:9.375rem}@media(max-width:1024px){.reh__tracking--card{flex-direction:column}.reh__tracking--details{gap:.875rem}.reh__tracking--row{padding-inline:1rem}.reh__tracking--col .reh__tracking--value,.reh__tracking--col .reh__tracking--label{font-size:.875rem}.reh__tracking--title{font-size:var(--text-sm)}}@media(max-width:768px){.reh__tracking--title{font-size:16px}.reh__tracking--col .reh__tracking--value,.reh__tracking--col .reh__tracking--label,.reh__tracking--col.reh__col--local .reh__track--link{font-size:14px}.reh__tracking--content{gap:1.4rem}}@media(max-width:675px){.reh__tracking--col,.reh__tracking--col.reh__col--local{grid-template-columns:repeat(1,1fr);gap:.5rem}.reh__tracking--row{padding-inline:0;padding-bottom:10px}.reh__tracking--row:last-child{padding-bottom:0}.reh__tracking--row:after{width:100%;height:1px;top:auto;bottom:0}.reh__tracking--details{gap:6px;flex-direction:column}.reh__order--management .reh__tracking--details .reh__tracking--border{display:none}.reh__tracking--row:after:last-child{display:none}.reh__tracking--content{gap:16px}.reh__devide--center{display:none}.reh__tracking--col+.reh__devide--center{display:block}.reh__tracking--image{padding-top:6.25rem;padding-left:7.5rem}}@media(max-width:425px){.reh__tracking--content{gap:12px}.reh__tracking--content .reh__btn-primary{padding-inline:.9rem;padding-block:.6667rem}.reh__tracking--content .reh__btn-primary p{font-size:12px}}.reh__order-history--icon{height:40px;width:40px;border:1px solid;border-color:var(--border-marketplace);flex-shrink:0;background-color:var(--color-white);z-index:1}.reh__order-history--icon img{width:auto;height:auto}.reh__order-history-wrap{gap:20px;flex-grow:1}.reh__order-history .reh__order-history--title{color:var(--text-color);font-weight:600;font-size:1.25rem;margin-block-end:1rem}.reh__order-history--status{gap:8px;margin-block-end:40px;flex-grow:1}.reh__order-history-wrap:after{position:absolute;content:"";left:20px;top:0;width:1px;height:100%;background-image:repeating-linear-gradient(to bottom,#B6B6B6 0,#B6B6B6 6px,transparent 6px,transparent 12px);background-repeat:repeat-y}.reh__order-history--status .reh__order-history--status-title{font-size:var(--text-xs);line-height:var(--leading-height-2);font-weight:600;color:var(--text-color)}.reh__order-history--status .reh__order-history--status-desc,.reh__status--tracking-id{color:var(--text-color);font-weight:500;font-size:1rem}.reh__order-history--row.done .reh__order-history--status .reh__order-history--status-title,.reh__order-history--row.done .reh__order-history--status .reh__order-history--status-desc,.reh__order-history--row.done .reh__status--tracking-id{color:var(--dark-green-color)}.reh__status--location,.reh__status--last-scan{color:var(--text-color-70);font-weight:400;font-size:1rem}.reh__status--location span,.reh__status--last-scan span{color:var(--dark-green-color);font-weight:500}.reh__status--location span.return,.reh__status--last-scan span.return{color:var(--dark-orange-color);font-weight:500}.reh__order-history--status .reh__order-history--status-desc.return,.reh__status--tracking-id.return{color:var(--dark-orange-color)}.reh__order-history--time{align-items:end;gap:6px}.reh__order-history--time .reh__order-history--date,.reh__order-history--time .reh__order-history--clock{color:var(--text-color-70);font-weight:500;line-height:var(--leading-height-1);font-size:14px}.reh__order-history--row:last-child .reh__order-history-wrap:after{display:none}.reh__order-history--row:last-child .reh__order-history--status{margin-block-end:0}.reh__order-history--row:not(.done){opacity:.4}.reh__order-history--row{gap:1rem}@media(max-width:768px){.reh__order-history .reh__order-history--title{font-size:16px}.reh__order-history--status .reh__order-history--status-title,.reh__order-history--status .reh__order-history--status-desc,.reh__status--tracking-id,.reh__status--location,.reh__status--last-scan{font-size:14px}.reh__order-history--status{margin-block-end:36px}.reh__order-history-wrap{flex-grow:0;width:70%}.reh__order-history--time .reh__order-history--date{text-align:end;line-height:var(--leading-height)}}@media(max-width:425px){.reh__order-history-wrap{gap:10px}.reh__order-history--time .reh__order-history--date,.reh__order-history--time .reh__order-history--clock{font-size:.75rem}.reh__order-history--icon{height:24px;width:24px}.reh__order-history--icon img{width:16px;height:16px}.reh__order-history-wrap:after{left:12px}.reh__order-history--status .reh__order-history--status-title,.reh__order-history--status .reh__order-history--status-desc,.reh__status--tracking-id,.reh__status--location,.reh__status--last-scan{font-size:12px}.reh__order-history--status{margin-block-end:20px}.reh__order-history--row{gap:.2rem}.reh__order-history--time .reh__order-history--date{text-align:end;line-height:var(--leading-height)}.reh__order-history--status{gap:4px}}@media(max-width:375px){.reh__tracking--col .reh__tracking--value,.reh__tracking--col .reh__tracking--label,.reh__tracking--col.reh__col--local .reh__track--link{font-size:12px}.reh__tracking--content .reh__btn-primary img{width:16px;height:auto}.reh__order-history--time .reh__order-history--date,.reh__order-history--time .reh__order-history--clock{font-size:10px}}@media(max-width:1260px){.reh__supplier--name{white-space:nowrap}}@media(max-width:767px){.reh__order--tracking-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){#reh__Order--tracking .reh__table-wrap td:first-child,#reh__Order--tracking .reh__table-wrap td{padding:10px 4px}}@media(max-width:425px){.reh__order--content-wrap h6{font-size:1.5rem}.reh__order--content-wrap p{font-size:.875rem}.reh__order--card{gap:.875rem;padding:.875rem}.reh__order--tracking-img{width:2.625rem;height:2.625rem}.reh__order--tracking-img img{width:1.5rem;height:1.5rem}}@media(max-width:375px){.reh__order--tracking-cards{grid-template-columns:repeat(1,1fr)}.reh__order--tracking-img{width:40px;height:40px}.reh__order--tracking-img img{width:26px;height:26px}}.reh__order-summary--item{align-items:end}.reh__order-summary--label{color:var(--text-color-70);font-weight:400;font-size:var(--text-xs);line-height:var(--leading-height)}.reh__order-summary--value{color:var(--dark-green-color);font-weight:600;font-size:var(--text-sm);line-height:var(--leading-height)}.reh__order--management-wrap .reh__order--summary-wrap,.reh__order--management-wrap .reh__tracking--col{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid var(--border-marketplace)}.reh__order--management-wrap .reh__tracking--col{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;width:100%}.reh__order--management-wrap .reh__tracking--col:last-child{margin-bottom:0;padding-bottom:0;border:none}.reh__order--management-wrap .reh__tracking--col .reh__tracking--value{font-weight:500}.reh__order--management .reh__tracking--title{font-size:16px}.reh__order--management .reh__tracking--supplier,.reh__order--management .reh__tracking--details p{color:var(--text-color-70);gap:6px}.reh__order--management .reh__tracking--supplier span{color:var(--dark-green-color);font-weight:600}.reh__tracking--order-item{gap:6px}.reh__order--management .reh__tracking--details p span{color:var(--text-color);font-weight:600}.reh__order--management .reh__tracking--details .reh__tracking--border{height:auto;width:1px;background-color:var(--border-marketplace)}.reh__order--management .reh__tracking--content .reh__btn-primary{margin:0}.reh__order--management .reh__border-dark-orange p,.reh__order--management .reh__border-dark-green{font-size:1rem}@media(max-width:767px){.reh__order--management .reh__border-dark-orange p,.reh__order--management .reh__border-dark-green{font-size:14px}}@media(max-width:675px){.reh__order--management-wrap .reh__tracking--col{grid-template-columns:repeat(1,1fr)}.reh__order-summary--label{font-size:14px}.reh__order-summary--value{font-size:16px}}@media(max-width:520px){.reh__order--management-wrap .reh__order--summary-wrap{flex-direction:column;gap:10px}}@media(max-width:425px){.reh__order--management .reh__border-dark-green{max-width:100%}.reh__req-img{width:1.25rem;height:1.25rem}.reh__req-img img{height:.58rem;width:auto}.reh__order--management .reh__border-dark-orange p,.reh__order--management .reh__border-dark-green{font-size:12px}}.reh__order--items-btn{gap:.875rem}.reh__order--items-btn .reh__border-dark-orange.disabled,.reh__order--items-btn .reh__border-dark-green.disabled{opacity:.4;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}#reh__cancellation .reh__buyer_selectfield,#reh__cancellation .reh__buyer_form-field textarea,#reh__request--return .reh__buyer_selectfield,#reh__request--return .reh__buyer_form-field textarea{background-color:var(--color-white)}#reh__cancellation .reh__border-dark-orange p{font-size:1rem}#reh__cancel--submitted .reh__cancel--title{font-size:1.25rem;color:var(--text-color);margin:0}#reh__cancel--submitted .reh__cancel--submitted{margin-block:1.5rem;gap:1rem}#reh__cancel--submitted .reh__cancel--icon .reh__req--circle{width:5.4375rem;height:5.4375rem}#reh__cancel--submitted .reh__cancel--icon .req__right-circle{max-width:2.25rem;width:100%;height:auto;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}#reh__cancel--submitted .reh__cancel--desc{color:var(--text-color-70);line-height:var(--leading-height);font-size:var(--text-xs);font-weight:500}.reh__order--main{gap:1rem}.reh__order--main .reh__order-history--title{color:var(--dark-green-color);font-weight:600;font-size:1.25rem}.reh__conformation-pop-up.reh__app--submitted .reh__req--id{background-color:var(--color-white);padding:.625rem 1.25rem;margin:.625rem auto 1.25rem;max-width:-moz-max-content;max-width:max-content;border:1px solid var(--border-marketplace);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);color:var(--text-color-70)}.reh__conformation-pop-up.reh__app--submitted .reh__req--id span{color:var(--text-color);font-weight:600}#reh__request--return .reh__border-dark-green{padding-inline:1.25rem;padding-block:.5rem;min-height:2.8125rem;min-width:9.375rem}#reh__request--return .reh__border-dark-green p{font-size:1rem}#reh__request--return .reh__radio-group{flex-direction:column;gap:8px}@media(max-width:768px){#reh__cancel--submitted .reh__cancel--desc,.reh__order--management .reh__border-dark-orange p,.reh__conformation-pop-up.reh__app--submitted .reh__req--id{font-size:14px}#reh__cancel--submitted .reh__cancel--title{font-size:18px}.reh__order--item .reh__order--status-wrap{position:absolute;right:1rem;top:1rem}#reh__request--return .reh__buyer_form-field label,#reh__request--return .reh__radio-group label{font-size:14px;line-height:1.2}}@media(max-width:425px){.reh__order--management .reh__border-dark-orange p{font-size:12px}.reh__order--items-btn{flex-direction:column}.reh__order--management .reh__tracking--content .reh__btn-primary,.reh__order--management .reh__border-dark-orange{width:100%;max-width:100%}.reh__conformation-pop-up.reh__app--submitted .reh__req--id span{display:block}.reh__conformation-pop-up.reh__app--submitted .reh__req--id{display:flex;flex-direction:column;gap:4px;align-items:center}}@media(max-width:325px){.reh__tracking--content .reh__btn-primary img{width:12px}}.reh__tracking--item.Cancellation .reh__tracking--icon-wrap{background-color:var(--dark-orange-color);border-color:var(--dark-orange-color)}.reh__tracking--item.Cancellation .reh__tracking--label{color:var(--dark-orange-color)}.reh__tracking--item.Cancellation .reh__tracking--icon{display:none}.reh__tracking--item.Cancellation .reh__tracking--icon-wrap .reh__tracking--icon.done{width:20px;height:20px}.reh__tracking--item.Cancellation .reh__tracking--icon.done{display:flex}.reh__tracking--item.Cancellation+.reh__center-line{border-color:var(--dark-orange-color)}.reh__cancel--track .reh__tracking--label{margin-top:10px}.reh__cancel--track .reh__tracking--label.Cancellation{color:var(--dark-orange-color)}.reh__order--item .reh__order--status-wrap.reh__darkgreen{background-color:var(--green-color)}.reh__order--item .reh__order--status-wrap.reh__darkorange{background-color:var(--dark-orange-color)}.reh__order--item .reh__order--status-wrap{align-items:start;height:-moz-max-content;height:max-content;padding:.6rem .7rem;border-radius:70px;-webkit-border-radius:70px;-moz-border-radius:70px;-ms-border-radius:70px;-o-border-radius:70px}.reh__order--item .reh__order--status-wrap p{color:var(--color-white);font-size:var(--text-xxs);font-weight:500}@media(max-width:1024px){.reh__tracking--item.Cancellation .reh__tracking--icon-wrap .reh__tracking--icon.done{width:16px;height:16px}}@media(max-width:768px){.reh__tracking--item.Cancellation .reh__tracking--icon-wrap .reh__tracking--icon.done{width:14px;height:14px}}#reh__order--cencellation .reh__order-history--row .reh__order-history--status-title{color:var(--dark-orange-color)}#reh__order--cencellation .reh__order-history--row .reh__order-history--status-desc{color:var(--text-color-70)}#reh__order--cencellation .reh__order-history--row .reh__order-history--icon{border-color:var(--dark-orange-color)}#reh__order--cencellation .reh__order-history--row.done .reh__order-history-wrap:after{background-image:repeating-linear-gradient(to bottom,var(--dark-orange-color) 0,var(--dark-orange-color) 6px,transparent 6px,transparent 12px)}#reh__order--cencellation .reh__order-history--row:not(.done){opacity:.4}#reh__order--return-history .reh__order-history--row .reh__order-history--status-title{color:var(--dark-orange-color)}#reh__order--return-history .reh__order-history--row .reh__order-history--status-desc{color:var(--text-color-70)}#reh__order--return-history .reh__order-history--row .reh__order-history--icon{border-color:var(--dark-orange-color)}#reh__order--return-history .reh__order-history--row.done .reh__order-history-wrap:after{background-image:repeating-linear-gradient(to bottom,var(--dark-orange-color) 0,var(--dark-orange-color) 6px,transparent 6px,transparent 12px)}#reh__order--return-history .reh__order-history--row:not(.done){opacity:.4}.reh__return--refund{margin-block-start:2.5rem}.reh__return--refund .reh__return--title{color:var(--text-color);font-weight:600;font-size:1.25rem}.reh__return--refund .reh__table-wrap{margin-block-start:1.25rem}.reh__return--refund .reh__supplier--name,.reh__return--refund .reh__truncate{white-space:nowrap;max-width:200px}.reh__return--refund .reh__truncate.reh__order--id{max-width:130px}@media(max-width:675px){.reh__supplier--name{white-space:wrap}}.reh__seller--order .reh__order-summary--item.reh__seller--summary{gap:10px;height:-moz-max-content;height:max-content;padding:10px;border-radius:70px;-webkit-border-radius:70px;-moz-border-radius:70px;-ms-border-radius:70px;-o-border-radius:70px;align-items:center;min-width:110px}.reh__seller--order .reh__order-summary--item.reh__seller--summary img{width:15px;height:15px}.reh__seller--order .reh__order-summary--item.reh__seller--summary p{font-size:14px;color:var(--color-white)}.reh__seller--order .reh__order-summary--item.reh__seller--summary.reh__medium--orange{background-color:var(--medium-orange-color)}.reh__seller--order .reh__order--management-wrap .reh__order--summary-wrap{margin:0 0 40px;padding:0;border:none}.reh__seller--order .reh__order--management-wrap .reh__tracking--col{grid-template-columns:repeat(3,1fr)}.reh__buyer--info .reh__buyer--info-title{color:var(--text-color);font-weight:600;margin-bottom:20px;font-size:1.25rem}.reh__buyer--info .reh__buyer--info-wrap{gap:10px}.reh__buyer--info .reh__buyer--info-wrap img{width:20px;height:20px}.reh__buyer--info .reh__tracking--col .reh__tracking--label{color:var(--text-color);font-weight:500}@media(max-width:675px){.reh__seller--order .reh__order--management-wrap .reh__tracking--col{grid-template-columns:repeat(1,1fr)}.reh__order--management-wrap .reh__tracking--col{padding-bottom:10px;margin-bottom:10px}}@media(max-width:425px){.reh__buyer--info .reh__buyer--info-title{font-size:16px}.reh__buyer--info .reh__buyer--info-wrap img{width:16px;height:auto}}.reh__buyer--info .reh__tracking--col .reh__tracking--value,.reh__buyer--info .reh__tracking--col .reh__tracking--label{font-size:var(--text-sm)}.reh__buyer--info .reh__view--btn-wrap{gap:1rem}.reh__view--btn-wrap .reh__btn-primary{gap:8px;cursor:pointer}.reh__seller--order .reh__view--btn-wrap .reh__order-history--title{color:var(--text-color)}@media(max-width:425px){.reh__buyer--info .reh__tracking--col .reh__tracking--value,.reh__buyer--info .reh__tracking--col .reh__tracking--label{font-size:14px}.reh__view--btn-wrap .reh__btn-primary{max-width:100%}.reh__view--btn-wrap .reh__btn-primary img{width:20px;height:auto}}.reh__earning--summary{border:1px solid var(--border-marketplace);padding:1rem}.reh__earning--summary .reh__earning--title{color:var(--text-color);font-weight:600;font-size:1.25rem;margin-bottom:4px;line-height:var(--leading-height)}.reh__earning--summary .reh__earning--sub{color:var(--text-color-70);font-size:14px;margin-bottom:20px}.reh__marketplace--wrap{gap:1rem}.reh__earning--summary .reh__earning--partOne canvas{max-width:15.625rem;width:100%;height:15.625rem!important}.reh__earning--summary .reh__earning--partOne{flex-shrink:0}.reh__earning--summary .reh__legend{gap:12px;margin-block-start:20px}.reh__earning--summary .reh__chart-price{background-color:#f2f2f7;padding:4px 8px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;font-size:12px;gap:8px;--color-bg: transparent}.reh__earning--summary .reh__chart-price:before{background-color:var(--color-bg);content:"";width:12px;height:12px;display:inline-flex;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.reh__earning--summary .reh__chart-price.reh__Earnings{--color-bg: var(--green-color)}.reh__earning--summary .reh__chart-price.reh__marketplaceFee{--color-bg: var(--dark-orange-color)}.reh__earning--summary .reh__chart-price.reh__margin-color{--color-bg: var(--dark-green-color)}.reh__earning--partTwo{max-width:483px;width:100%;border:1px solid var(--border-marketplace);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);overflow:hidden;height:-moz-max-content;height:max-content;font-weight:600}.reh__earning--partTwo .reh__earning-table{background-color:var(--color-white);border-bottom:1px solid var(--border-marketplace);padding:1rem 1.5rem;width:100%}.reh__earning--partTwo .reh__earning-table p,.reh__earning--partTwo .reh__earning-table p+span{width:50%;display:inline-flex;font-size:14px}.reh__earning--partTwo .reh__earning-table span{justify-content:end;color:var(--color-text, inherit)}.reh__earning--partTwo .reh__earning-table:last-child{border-bottom:none}.reh__earning--partTwo .reh__earning-table:first-child span{color:var(--text-color)}.reh__earning--partTwo .reh__earning-table:nth-child(2) span{color:var(--dark-orange-color)}.reh__earning--partTwo .reh__earning-table:nth-child(3) span{color:var(--dark-green-color)}.reh__earning--partTwo .reh__earning-table:last-child span{color:var(--green-color)}.reh__earning--partTwo .reh__earning-table:nth-child(2n){background-color:var(--background-secondary)}@media(max-width:767px){.reh__marketplace--wrap{flex-direction:column}.reh__earning--summary .reh__earning--partOne{display:flex;flex-direction:column;align-items:center}}@media(max-width:425px){.reh__earning--partTwo .reh__earning-table{padding:.5rem 1rem}.reh__earning--summary .reh__earning--partOne canvas{max-width:12rem;height:12rem!important}.reh__earning--summary .reh__legend{flex-wrap:wrap;align-items:center;justify-content:center}.reh__earning--summary .reh__earning--title{font-size:16px}.reh__earning--summary .reh__earning--sub{font-size:14px}}.reh__shipping--entry .reh__shipping--entry-title{font-size:1.25rem;color:var(--text-color);font-weight:600;margin-block-end:8px}.reh__shipping--entry .reh__shipping--entry--sub{font-size:var(--text-xs);color:var(--text-color-70);line-height:var(--leading-height)}.reh__shipping--entry .reh__shipping--form-wrap{margin-block-start:1rem;padding:1rem;border:1px solid var(--border-marketplace);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__shipping--entry .reh__shipping--form-wrap form{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.25rem}.reh__shipping--entry .reh__shipping--form-wrap form select,.reh__shipping--entry .reh__shipping--form-wrap form input[type=text]{background-color:var(--color-white)}.reh__shipping--entry .reh__shipping--form-wrap form .reh__buyer_form-field{margin-bottom:0}.reh__shipping--entry .reh__shipping--form-wrap form .reh__buyer_form-field label{font-size:1rem}@media(max-width:1024px){.reh__shipping--entry .reh__shipping--form-wrap form{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.reh__shipping--entry .reh__shipping--form-wrap form .reh__buyer_form-field label{font-size:14px}}@media(max-width:767px){.reh__shipping--entry .reh__shipping--form-wrap form{grid-template-columns:repeat(1,1fr)}.reh__shipping--entry .reh__shipping--entry-title{font-size:16px}.reh__shipping--entry .reh__shipping--entry--sub,.reh__shipping--form-wrap .reh__border-dark-green{font-size:14px}}.reh__return--refund-section .reh__tracking--col{margin-block-start:10px;padding-block-end:20px;border-bottom:1px solid var(--border-marketplace)}.reh__tracking--col.reh__tracking--col-long{grid-template-columns:repeat(1,1fr);border:none;padding:0}.reh__tracking--col.reh__tracking--col-long .reh__tracking--row:after{display:none}.reh__tracking--col.reh__tracking--col-long .reh__tracking--row{padding-inline:0;border-bottom:1px solid var(--border-marketplace);padding-bottom:20px;margin-bottom:20px}.reh__tracking--col.reh__tracking--col-long .reh__tracking--row:last-child{padding-bottom:0;margin-bottom:0;border:none}.reh__return--attachments a{gap:8px}.reh__return--attachments .reh__eye-icon{width:17px;height:auto}.reh__return--attachments .reh__view--attachment{color:var(--text-color);font-size:1rem;text-decoration:underline;text-underline-offset:3px}.reh__return--attachments .reh__download--option{background-color:var(--background-secondary);border:1px solid var(--border-marketplace);width:2.25rem;height:2.25rem;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__return--attachments .reh__download--option img{width:1.25rem;height:auto}.reh__return--attachments{position:relative;flex-wrap:wrap;row-gap:10px}.reh__wrap--attachment{gap:8px;position:relative;padding-inline-end:20px;margin-inline-end:20px;flex-shrink:0}.reh__wrap--attachment:last-child{padding-inline-end:0px;margin-inline-end:0px}.reh__wrap--attachment:last-child:after{display:none}.reh__wrap--attachment:after{content:"";position:absolute;border-right:1px solid var(--border-marketplace);height:100%;right:0}.reh__return--refund-section .reh__order--items-btn{justify-content:end}.reh__view--refund{gap:10px;text-decoration:underline;color:var(--medium-orange-color);font-size:1rem;font-weight:600;text-underline-offset:4px;line-height:var(--leading-height)}.reh__view--refund img{width:20px;height:auto}.reh__return--status.reh__pending{color:var(--medium-orange-color)}.reh__return--status.reh__completed{color:var(--dark-green-color)}@media(max-width:767px){.reh__return--refund-section .reh__order--items-btn{flex-wrap:wrap;justify-content:start;gap:.5rem}}@media(max-width:675px){.reh__return--refund-section .reh__tracking--col{padding-block-end:10px}.reh__tracking--col.reh__tracking--col-long .reh__tracking--row{padding-bottom:10px;margin-bottom:0}.reh__return--refund-section .reh__tracking--col.reh__tracking--col-long{margin:0}}@media(max-width:425px){.reh__wrap--attachment{padding-inline-end:0;margin-inline-end:0;width:100%}.reh__return--attachments{flex-direction:column}.reh__wrap--attachment:after{display:none}.reh__view--refund{font-size:14px}.reh__seller--order .reh__view--btn-wrap .reh__order-history--title{font-size:16px}.reh__return--refund-section .reh__btn-primary{font-size:12px;padding-inline:10px;padding-block:10px;max-width:100%}.reh__return--refund-section .reh__btn-primary img{width:20px;height:auto}.reh__order--management .reh__tracking--content .reh__btn-primary img{width:1.25rem;height:1.25rem}.reh__view--btn-wrap{flex-direction:column;align-items:start;gap:10px}}.reh__sell_section-wrap h1,.reh__sell_section-wrap h2,.reh__sell_section-wrap h3,.reh__sell_section-wrap h4,.reh__sell_section-wrap h5,.reh__sell_section-wrap h6,.reh__sell_section-wrap p,.reh__sell-comission-grid h1,.reh__sell-comission-grid h2,.reh__sell-comission-grid h3,.reh__sell-comission-grid h4,.reh__sell-comission-grid h5,.reh__sell-comission-grid h6,.reh__sell-comission-grid p{margin:0;padding:0}.reh__sell-main-wrap{display:flex;flex-direction:column;gap:40px}.reh__sell-comission-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;gap:0px 60px;max-width:968px;width:100%;margin:auto}.reh__sell_section-wrap{padding:40px 0;background-color:#f7f7f7}.reh__sell-heading{display:flex;gap:6px;flex-direction:column}.reh__sell-heading h1{font-size:30px;font-weight:600;line-height:42px;color:var(--text-color);text-align:center;display:flex;flex-direction:column;gap:5px}.reh__sell-heading p{font-size:14px;font-weight:500;line-height:20px;color:#333333b3;max-width:378px;width:100%;margin:auto;text-align:center}.reh__sell-part-one{border:1px solid var(--dark-green-color);background-color:#fff;padding:20px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);box-shadow:0 5px 15px #0000001a;position:relative}.reh__Layer-coming{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;background-color:#05535899;position:absolute;top:0;left:0;width:100%;padding:20px;display:flex;align-items:center;justify-content:center;height:100%;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.reh__sell-part-one:hover .reh__Layer-coming{opacity:1;visibility:visible}.reh__Layer-coming p{font-size:20px;line-height:30px;font-weight:500;color:#fff;max-width:407px;width:100%;text-align:center;margin:auto;pointer-events:none}.reh__part-heading-wrap{display:flex;flex-direction:column;gap:20px}.reh__part-heading-wrap h5{font-size:18px;font-weight:600;line-height:24px;color:var(--text-color);padding-bottom:10px;border-bottom:1px solid #3333331A}.reh__part-heading-wrap p{font-size:14px;font-weight:400;line-height:20px;color:#333333b3}.reh__sell-part-one{display:flex;flex-direction:column;gap:30px}.reh__sell-part-one a{font-size:14px;font-weight:600;line-height:20px;background-color:var(--dark-green-color);color:#fff;width:100%;padding:10px 0;text-align:center;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);margin-top:auto;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__sell-part-one a:hover{background-color:var(--medium-orange-color)}.reh__sell-Support-main{max-width:1008px;width:100%;margin:auto}.reh__sell-Support-main h5{font-size:20px;font-weight:600;line-height:20px;color:var(--text-color);padding-bottom:6px;border-bottom:1px solid var(--text-color);max-width:-moz-max-content;max-width:max-content;text-align:center;margin:0 auto 20px}.reh__support-wrap{border:1px solid #3333334D;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);padding:20px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr}.reh__support-options{padding-right:30px;position:relative}.reh__support-options:after{content:"";position:absolute;right:0;top:0;width:1px;height:100%;background-color:#3333334d}.reh__support-options:last-child:after{display:none}.reh__support-options:last-child{padding-left:30px;padding-right:0}.reh__support-options h6{color:var(--green-color);font-size:18px;font-weight:600;line-height:22px;margin-bottom:10px}.reh__support-options p{color:#333333b3;font-size:16px;font-weight:500;line-height:22px;margin-bottom:10px}.reh__support-btns{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:30px}.reh__support-btns a{font-size:14px;font-weight:500;background-color:var(--green-color);padding:10px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);display:flex;align-items:center;gap:6px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__support-btns a:hover{background-color:var(--medium-orange-color)}.reh__support-btns a img{height:16px;width:auto}.reh__support-btns span{color:#fff}@media(max-width:1199px){.reh__support-btns a{font-size:14px}}@media(max-width:1024px){.reh__support-btns a{padding:10px}.reh__Layer-coming p{font-size:18px;line-height:1.4;max-width:350px}}@media(max-width:991px){.reh__support-btns{flex-direction:column;align-items:start}.reh__sell-comission-grid{gap:0px 30px}.reh__support-btns a{width:100%;text-align:center;justify-content:center}.reh__Layer-coming p{font-size:16px;line-height:1.4;max-width:350px}}@media(max-width:575px){.reh__support-wrap{border:1px solid #3333334D;padding:20px;grid-template-columns:repeat(1,1fr);gap:20px}.reh__support-options:last-child,.reh__support-options{padding:0}.reh__support-options:after{display:none}.reh__support-options{padding-bottom:20px;border-bottom:1px solid #3333334D}.reh__sell-comission-grid{grid-template-columns:repeat(1,1fr);gap:20px 20px}.reh__sell-heading h1{font-size:24px}.reh__part-heading-wrap h5{font-size:16px}.reh__sell-part-one{gap:20px}.reh__support-options p{font-size:14px;line-height:1.4}.reh__support-options h6{font-size:16px}.reh__Layer-coming p{max-width:100%}}@media(max-width:425px){.reh__sell-heading h1{font-size:20px;line-height:1.4}.reh__sell-Support-main h5{font-size:18px}}.font-semibold{font-weight:600!important}#reh__seller--payment .reh__orangemedium{color:var(--medium-orange-color)}#reh__seller--payment .reh__darkgreen{color:var(--dark-green-color)}#reh__seller--payment .reh__darkorange{color:var(--dark-orange-color)}#reh__seller--payment .reh__textcolor{color:var(--text-color)}#reh__seller--payment .reh__main--title{font-size:var(--text-md);font-weight:600;color:var(--text-color);line-height:1;margin-bottom:2.6875rem}h6.reh__settings--title{font-weight:600;font-size:1.25rem;color:var(--text-color);margin-bottom:1.25rem}.reh__payment--settings-wrap{border:1px solid var(--border-marketplace);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);overflow:hidden;background-color:var(--color-white);margin-bottom:20px}.reh__payment--settings-wrap:last-child{margin-bottom:0}.reh__logo--img{width:auto;height:1.875rem}.reh__logo--img img{width:100%;height:100%}.reh__payment--settings-wrap .reh__switch label{margin-bottom:0}.reh__setting-wrap{padding:1.25rem;padding-bottom:0;gap:10px;position:relative}.reh__payment--discr{color:var(--text-color);font-weight:500;font-size:1rem}.reh__payment--fee{color:var(--text-color-70);font-size:1rem}.reh__payment--fee span{color:var(--text-color);font-weight:600;display:inline-flex;margin-inline-start:3px}.reh__payment--supported .reh__payment--supported-title{color:var(--text-color-70);font-size:1rem;font-weight:400;margin-bottom:.625rem}.reh__payment--feature-wrap ul li{list-style:none;font-size:var(--text-xxs);font-weight:500;padding-inline:10px;padding-block:6px;background-color:var(--background-secondary);border:1px solid var(--border-marketplace);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__payment--feature-wrap ul{flex-wrap:wrap;gap:.625rem;flex-grow:1;width:90%}.reh__payment--supported{margin-bottom:1.875rem}.reh__payment--supported .reh__status--btn{color:var(--color-white);padding:6px 10px;font-size:var(--text-xxs);border-radius:70px;-webkit-border-radius:70px;-moz-border-radius:70px;-ms-border-radius:70px;-o-border-radius:70px;line-height:var(--leading-height-1)}.reh__payment--supported .reh__status--btn.btnActive{background-color:var(--green-color)}.reh__payment--supported .reh__status--btn.BtnDeactive{background-color:var(--dark-orange-color)}.reh__secured--escrow{padding:.625rem 1.25rem;background-color:var(--background-secondary);border-top:1px solid var(--border-marketplace);gap:.625rem}.reh__secured--content{gap:4px}.reh__secured--escrow-img{width:1.375rem;height:auto}.reh__secured--content-img{width:1rem;height:auto;cursor:pointer}.reh__secured--content>p{font-size:1rem}.reh__payment--feature-wrap{gap:10px}#reh__seller--payment-details .reh__popup-label{width:140px}#reh__seller--payment-details .reh__border-dark-green p{font-size:1rem}@media(max-width:725px){.reh__payment--feature-wrap{align-items:start}.reh__payment--supported{margin-bottom:.4rem}}@media(max-width:425px){.reh__logo-main{margin-bottom:10px}#reh__seller--payment-details .reh__popup-value{font-size:14px}.reh__payment--feature-wrap ul{gap:6px}.reh__setting-wrap{padding:.75rem;gap:6px}.reh__logo--img{height:1.5rem}.reh__payment--discr,.reh__payment--fee,.reh__payment--supported .reh__payment--supported-title,.reh__secured--content>p{font-size:14px}.reh__payment--feature-wrap ul li{font-size:12px}.reh__payment--supported .reh__status--btn{font-size:12px;position:absolute;top:.75rem;right:0;margin-right:64px}.reh__secured--escrow-img{width:1.2rem}}.reh__profile-container h1,.reh__profile-container h2,.reh__profile-container h3,.reh__profile-container h4,.reh__profile-container h5,.reh__profile-container h6,.reh__profile-container p{margin:0;padding:0}a:focus,button:focus{outline:none;box-shadow:none}.reh__chat-btn:focus{color:#fff}.reh__shop_section{background-color:#f7f7f7}.reh__seller--public-profile .reh__profile-container{margin:20px;background-color:#fff;box-shadow:0 5px 15px #0000000f;border-radius:6px;overflow:hidden;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;display:flex;flex-direction:column;gap:40px;padding-bottom:30px}.reh_profile-cover{height:220px;overflow:hidden}.reh_profile-cover img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.reh__profile-main-wrap{display:flex;gap:2.5rem;padding-bottom:30px;border-bottom:1px solid var(--border-marketplace);position:relative}.reh__margin-profile{margin:0 30px}.reh__margin-profile.reh__profile-border .reh__table-wrap tr th{border-radius:0}.reh__profile-company{position:relative;padding-top:180px;padding-left:180px;border-radius:6px;overflow:hidden;max-width:-moz-max-content;max-width:max-content;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-webkit-border-radius:6px}.reh__name-wrap{display:flex;flex-direction:column;gap:6px}.reh__name-wrap h2{font-size:24px;font-weight:600;line-height:1.2;color:var(--text-color);text-transform:capitalize;width:calc(100% - 160px)}.reh__name-wrap span{font-size:14px;display:flex;font-weight:500;line-height:1.2;color:#333333b3}.reh__profile-wrap{position:relative;height:-moz-max-content;height:max-content;width:-moz-max-content;width:max-content}.reh__profile-content-wrap{display:flex;gap:40px;position:relative;margin-bottom:1.25rem}.reh__profile-verify{background-color:#fff;width:38px;height:38px;border:2px solid var(--green-color);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;bottom:-16px;right:-15px}.reh__profile-verify img{width:24px;height:auto}.reh__profile-company img{position:absolute;top:0;left:0;-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.reh__profile-company:after{content:"";position:absolute;background-color:transparent;left:0;top:0;width:172px;height:172px;border-radius:6px;border:4px solid var(--green-color);-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__profile-bg{position:relative;padding-top:131px;overflow:hidden;width:100%}.reh__profile-bg img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reh__company-content{display:flex;flex-direction:column;gap:20px}.reh__stars-wrap{display:flex;gap:6px;align-items:center}.reh__stars-wrap p{color:var(--dark-green-color);font-weight:400}.reh__profile-description{font-size:16px;line-height:22px;font-weight:400;color:#333333b3}.reh__chat-btn{background-color:var(--medium-orange-color);color:#fff;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);max-width:-moz-max-content;max-width:max-content;display:flex;gap:8px;padding:11px 21.32px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__chat-btn p{font-size:16px}.reh__chat-btn img{height:20px;width:auto}.reh__chat-btn:hover{color:#fff;background-color:var(--dark-green-color)}.reh__contact_profile{border:1px solid var(--green-color);max-width:-moz-max-content;max-width:max-content;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);padding:4px;display:flex;align-items:center;gap:10px}.reh__contact-icons p{color:#333333b3;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;font-weight:500;font-size:14px}.reh__contact-icons{padding:6px 8px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;display:flex;align-items:center;gap:6px;overflow:hidden;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__contact-icons:hover{background-color:var(--dark-green-color)}.reh__contact-icons:hover img,.reh__contact-icons:hover p{filter:brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(8%) hue-rotate(124deg) brightness(101%) contrast(103%);color:#fff}.reh__contact-icons img{transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;width:16px;height:auto}.reh__profile-mail img{height:16px;width:auto}.reh__social-icons{display:flex;gap:10px}.reh__seller--public-profile .reh__social-icons{flex-direction:column}.reh__seller--public-profile .reh__social-icons a{border-radius:.875rem;-webkit-border-radius:.875rem;-moz-border-radius:.875rem;-ms-border-radius:.875rem;-o-border-radius:.875rem}.reh__icon-main{background-color:var(--dark-green-color);width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px;-ms-border-radius:12px;-o-border-radius:12px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__icon-main img{height:20px;width:auto;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__icon-main:hover{background-color:var(--medium-orange-color)}.reh__profile-border{border:1px solid #3333331A;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);padding:20px;display:flex;gap:20px;flex-direction:column}.reh__all-heading h2{font-size:24px;font-weight:600;color:var(--text-color);line-height:30px;margin-bottom:6px}.reh__all-heading p{font-size:14px;font-weight:600;color:var(--dark-green-color);line-height:20px;max-width:417px;width:100%;text-transform:uppercase}.reh__shop_section .reh__table-wrap{background-color:#f7f7f7;padding:20px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);overflow:hidden}.reh__shop_section .reh__table-border{border:1px solid var(--text-color);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);overflow:hidden}.reh__shop_section .reh__table-wrap table{text-align:center;width:100%;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);border-collapse:collapse}.reh__shop_section .reh__table-wrap table th{color:#fff;background-color:var(--green-color);font-size:18px;font-weight:600;padding:10px 0}.reh__shop_section .reh__table-wrap table tr td{font-size:16px;padding:13px 0}.reh__shop_section .reh__table-wrap table tr td,.reh__shop_section .reh__table-wrap table tr th{border-bottom:1px solid var(--text-color);border-right:1px solid var(--text-color);text-align:center}.reh__shop_section .reh__table-wrap table th{width:33.33%}.reh__shop_section .reh__table-wrap table tr td:first-child{font-weight:600}.reh__shop_section .reh__table-wrap table tr:last-child td,.reh__shop_section .reh__table-wrap table tr:last-child th{border-right:1px solid var(--text-color)}.reh__shop_section .reh__table-wrap table tr td:last-child,.reh__shop_section .reh__table-wrap table tr th:last-child{border-right:none}.reh__shop_section .reh__table-wrap table tr td:last-child{padding:0}.reh__shop_section .reh__table-wrap table tr:last-child td,.reh__shop_section .reh__table-wrap table tr:last-child th{border-bottom:none}p.reh__open-shop,p.reh__closed-shop{max-width:-moz-max-content;max-width:max-content;margin:auto;padding:7px 21px;background-color:var(--green-color);border-radius:30px;color:#fff;min-height:1.875rem;display:flex;align-items:center;justify-content:center}p.reh__closed-shop{background-color:var(--dark-orange-color)}.reh__overview-content{display:flex;gap:10px;flex-direction:column;padding-bottom:20px;border-bottom:1px solid #3333331A}.reh__overview-content p{color:#333333b3;font-size:16px;line-height:22px}#reh__overview .reh__all-heading p{max-width:370px}.reh__certifications-button-next,.reh__certifications-button-prev,.reh__popular-products-button-prev,.reh__popular-products-button-next{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;height:40px;width:40px;background:var(--dark-green-color);display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__certifications-button-next:hover,.reh__certifications-button-prev:hover,.reh__popular-products-button-prev:hover,.reh__popular-products-button-next:hover{background-color:var(--medium-orange-color)}.reh__certifications-button-prev .reh__swiper_btn,.reh__certifications-button-next .reh__swiper_btn,.reh__popular-products-button-prev .reh__swiper_btn,.reh__popular-products-button-next .reh__swiper_btn{height:16px;width:16px}.reh__certifications-button-prev .reh__swiper_btn svg,.reh__certifications-button-next .reh__swiper_btn svg,.reh__popular-products-button-prev .reh__swiper_btn svg,.reh__popular-products-button-next .reh__swiper_btn svg{height:100%;width:100%}.reh__certifications-btn{display:flex;gap:10px}.reh__our-certifications{display:flex;gap:10px;justify-content:space-between;margin-bottom:20px}.swiper_Overview{overflow:hidden}#reh__overview .swiper-slide,#reh__our-popular .swiper-slide{margin:auto}.reh__slide_img{position:relative;height:60px;width:100%;display:flex;align-items:center;justify-content:center}.reh__slide_img img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}#reh__our-popular{overflow:hidden}.reh__onsale_content_wrapper_main{display:flex;flex-direction:column;gap:10px;align-items:start}.reh__onsale_content_wrapper_main h4{color:var(--dark-green-color);font-weight:600;font-size:18px;line-height:21.82px;text-align:start;padding:0;margin:0}.reh__onsale_content_wrapper_main .reh__onsale_content_sub_heading{color:#000;font-weight:600;font-size:16px;line-height:19.39px;margin:0;padding:0}.swiper-slide{margin:0}.reh__onsale_content_wrapper_main p{color:#000;font-size:16px;font-weight:400;line-height:19.39px;display:flex;gap:10px}.reh__onsale_content_wrapper_main p span{color:#048481b2}.reh__popular-view{font-size:18px;font-weight:600;color:var(--dark-green-color);display:flex;align-items:end;border-bottom:1px solid var(--dark-green-color);transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__popular-view:hover{color:var(--medium-orange-color);border-color:var(--medium-orange-color)}.reh__heading-wrap{display:flex;gap:20px;justify-content:space-between}.reh__OurPopularProducts{position:relative}.reh__OurPopularProducts.reh__popular-products-swiper .swiper{overflow:unset}.reh__products-btn{display:flex;width:100%;position:absolute;top:26%;left:0;z-index:1;justify-content:space-between;transform:translateY(50%);padding:0 10px}.reh__OurPopular-wrap{overflow:hidden;padding:0 0 20px}#reh__our-popular.reh__profile-border{padding:0}#reh__our-popular .reh__heading-wrap{padding:20px 0 0;margin-bottom:20px}.reh__rating-wrap{display:flex;gap:20px}.reh__c-border{width:1px;background-color:#3333334d}.reh__ratings-total{display:flex;flex-direction:column;gap:10px}.reh__ratings-total h6{font-size:16px;font-weight:500;line-height:30px;color:var(--text-color)}.reh__ratings-total p{font-size:30px;font-weight:600;line-height:30px;color:#000}.reh__ratings-total span{font-size:14px;font-weight:500;line-height:1.2;color:#333333b3}.reh__rating-star{display:flex;align-items:center;gap:20px}#reh__ratings.reh__star_container .rating .fa,.reh__star_container .rating .star{font-size:20px!important}.reh__link-product{position:absolute;top:0;left:0;width:100%;height:100%}.reh__add_to_cart button{background-color:transparent;width:100%;height:100%;border:none;color:#fff}.reh__soc-icon-wrap{display:flex;flex-direction:column;gap:10px}.reh__soc-icon{width:40px;height:40px;align-content:center;text-align:center;border-radius:14px;-webkit-border-radius:14px;-moz-border-radius:14px;-ms-border-radius:14px;-o-border-radius:14px;background-color:var(--dark-green-color)}.reh__soc-icon img{height:20px;width:auto}.reh__negotiable-profile{background-color:var(--dark-orange-color);color:#fff;padding:6px 8px;display:flex;align-items:center;max-width:-moz-max-content;max-width:max-content;border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;-ms-border-radius:25px;-o-border-radius:25px;gap:8px}.reh__negotiable-profile p{font-size:14px;font-weight:500;color:#fff}.reh__negotiable-profile img{height:20px;width:auto}.reh__company_wrap{display:flex;align-items:start;justify-content:space-between}p.reh__Manufacturer{padding:6px 10px;display:flex;background-color:var(--medium-orange-color-10);border:1px solid var(--medium-orange-color);color:var(--medium-orange-color);font-size:12px;font-weight:600;max-width:-moz-max-content;max-width:max-content;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);text-transform:capitalize}.reh__location-wrap{display:flex;align-items:center;gap:30px;margin-top:4px}.reh__profile-location{display:flex;align-items:center;gap:6px}.reh__profile-location img{height:18px;width:auto}.reh__profile-location p{font-weight:500!important;font-size:14px}.reh__profile-shipping{display:flex;flex-direction:column;gap:10px}.reh__profile-shipping p{color:var(--text-color);font-weight:500!important;font-size:14px}.reh__profile-shipping p span{color:var(--dark-green-color);display:inline}.reh__border-center{width:100%;height:1px;background-color:var(--border-marketplace)}.reh__profile-Estimated{display:flex;align-items:center;gap:8px}.reh__profile-Estimated img{height:18px;width:auto}@media(max-width:1024px){.reh__profile-content-wrap{flex-direction:column}.reh__all-heading h2{font-size:21px;line-height:1.4}.reh__all-heading p{font-size:12px;line-height:1.3}.reh__shop_section .reh__table-wrap{padding:14px}.reh__profile-border{padding:1rem}.reh__table-wrap table tr th{font-size:16px}.reh__table-wrap table tr td{font-size:14px}.reh__certifications-button-next,.reh__certifications-button-prev,.reh__popular-products-button-prev,.reh__popular-products-button-next{height:34px;width:34px}.reh__certifications-button-prev img,.reh__certifications-button-next img,.reh__popular-products-button-prev img,.reh__popular-products-button-next img{height:14px}.reh__popular-view{font-size:16px}.reh__soc-icon-wrap{position:absolute;right:0}}@media(max-width:768px){.reh__profile-main-wrap{padding-bottom:20px}#reh__our-popular .reh__heading-wrap{padding:16px 16px 0}.reh__OurPopular-wrap{padding:0 16px 30px}.reh_profile-cover{height:180px}.reh__add_to_cart{height:36px}.reh__profile-company{padding-top:140px;padding-left:140px}.reh__profile-company:after{height:132px;width:132px}.reh__profile-verify{width:32px;height:32px;bottom:-12px;right:-14px}.reh__profile-verify img{height:20px}.reh__profile-content-wrap{gap:30px}.reh__name-wrap h2{font-size:20px}.reh__chat-btn{padding:8px 16px}.reh__profile-description,.reh__overview-content p{font-size:14px;line-height:1.4}.reh__margin-profile{margin:0px 1rem}.reh__seller--public-profile .reh__profile-container{gap:24px}.reh__all-heading h2{font-size:18px;line-height:1}.reh__name-wrap span{font-size:12px}.reh__table-wrap table tr th,.reh__popular-view{font-size:14px}.reh__seller--public-profile .reh__profile-container{margin:0}.reh__negotiable-profile p{font-size:12px}.reh__negotiable-profile img{height:15px}}@media(max-width:575px){.reh__table-border table tr{border:1px solid #ddd;display:block;margin-bottom:.625em;padding:0 10px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__table-wrap table tr td{font-weight:400}.reh__table-border tr td:before{content:attr(data-label);float:left;font-weight:600}.reh__table-wrap table tr td:last-child{padding:13px 0;display:flex;align-items:center}.reh__table-wrap table tr:last-child td,.reh__table-wrap table tr:last-child th{border-right:none;border-bottom:1px solid #33333333}.reh__table-wrap table tr td:last-child,.reh__table-wrap table tr th:last-child{border-bottom:none;justify-content:space-between}.reh__table-wrap table tr td:first-child{font-weight:400}.reh__table-border tr:first-child{display:none}.reh__table-border tr td{border-bottom:1px solid #ddd;display:block;text-align:right}.reh__table-border{border:none}.reh__table-wrap table tr td,.reh__table-wrap table tr th{text-align:right;border-bottom:1px solid #33333333;border-right:none}.reh__table-wrap table tr td:last-child,.reh__table-wrap table tr th:last-child{border:none}p.reh__open-shop,p.reh__closed-shop{margin:0 0 0 auto;padding:6px 16px;font-size:12px}.reh__name-wrap h2{width:calc(100% + -0px)}.reh__soc-icon-wrap{flex-direction:row;top:40px}.reh__negotiable-profile{position:absolute;right:0;top:0}.reh__soc-icon{width:34px;height:34px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}.reh__soc-icon img{height:16px}}@media(max-width:520px){.reh_profile-cover{height:120px}.reh__profile-main-wrap{gap:0}.reh__contact_profile{border:none}.reh__contact-icons{border:1px solid var(--green-color)}.reh__social-icons{position:absolute;right:0}.reh__contact_profile{flex-direction:column;align-items:start}.reh__icon-main{width:30px;height:30px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__icon-main img{height:14px}.reh__rating-wrap{flex-direction:column;gap:10px}.reh__c-border{height:1px;width:100%}.reh__negotiable-profile{right:44px}}@media(max-width:425px){.reh__contact-icons img{width:14px}.reh__profile-mail img{width:18px;height:auto}.reh__contact-icons p{font-size:12px}#reh__our-popular .reh__heading-wrap{padding:10px 0 0}.reh__OurPopular-wrap{padding:0 0 30px}.reh__chat-btn img{height:18px}.reh__chat-btn{padding:8px 12px;align-items:center}.reh__chat-btn p{font-size:12px;line-height:1}.reh__profile-main-wrap{padding-bottom:10px}.reh__company-content{gap:14px}.reh__margin-profile{margin:0 10px}.reh__table-wrap,.reh__profile-border{padding:10px}.reh__profile-border{gap:12px}.reh__table-wrap table tr td{font-size:12px}.reh__table-wrap table tr td:last-child{padding:8px 0}p.reh__open-shop,p.reh__closed-shop{padding:4px 10px}.reh__profile-description,.reh__overview-content p{font-size:12px}.reh__all-heading h2{font-size:16px;line-height:1.3}.reh__all-heading p{font-size:10px}.reh__certifications-button-next,.reh__certifications-button-prev,.reh__popular-products-button-prev,.reh__popular-products-button-next{height:28px;width:28px}.reh__all-heading{max-width:60%;width:100%}#reh__ratings .reh__all-heading{max-width:100%}.reh__popular-view,.reh__ratings-total span{font-size:12px}.reh__popular-view{align-items:baseline;height:-moz-max-content;height:max-content}.reh__ratings-total p{font-size:22px}.reh__ratings-total h6{line-height:1;font-size:14px}.reh__seller--public-profile .reh__profile-container{gap:16px;padding-bottom:10px}.reh__profile-company:after,.reh__profile-company{height:92px;width:92px}.reh__profile-company{padding-top:100px;padding-left:100px}.reh__profile-verify{width:28px;height:28px;bottom:-8px;right:-10px}.reh__profile-verify img{height:18px}.reh__name-wrap h2{font-size:18px}.reh__profile-content-wrap{gap:20px}.reh__negotiable-profile{position:relative;right:auto}.reh__company_wrap{flex-direction:column;gap:6px}.reh__soc-icon-wrap{flex-direction:column;top:0;gap:4px}.reh__soc-icon{width:30px;height:30px}.reh__location-wrap{flex-direction:column;align-items:start;gap:6px}}.reh__info-tab-list{display:flex;list-style:none;padding:0;margin:0;border-bottom:1px solid var(--border-marketplace);max-width:-moz-max-content;max-width:max-content}.reh__info-tab-item{padding-block:10.21px;min-width:148px;text-align:center;cursor:pointer;position:relative;font-weight:600;font-size:14px;line-height:var(--leading-height);color:var(--text-color)}.reh__info-tab-item.active{color:var(--dark-green-color)}.reh__info-tab-item.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:var(--dark-green-color)}.info__tab-panel.active{display:block}.info__tab-panel{display:none}.reh__info-tabs{padding-top:20px}.reh__seller--review-feedback-management .reh__info__tab-content{margin-top:40px}.reh__review--feedback-main{border:1px solid var(--border-marketplace);background-color:var(--color-white);padding:1.25rem;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__approvel--main-wrap{align-items:start}.reh__review--feedback-main .reh__btn--wrap{gap:10px;position:absolute;top:1.25rem;right:1.25rem}.reh__review--feedback-main .reh__btn--wrap .reh__btn--approve{background-color:var(--btn-mainColor);color:var(--color-white);font-size:.875rem;width:5.625rem;height:36px;transition:all .3s ease-in-out;gap:4px;cursor:pointer;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__review--feedback-main .reh__btn--wrap .reh__btn--approve p{line-height:var(--leading-height-1)}.reh__review--feedback-main .reh__btn--wrap .reh__approve--accept{--btn-mainColor: var(--green-color) }.reh__review--feedback-main .reh__btn--wrap .reh__approve--reject{--btn-mainColor: var(--dark-orange-color) }.reh__review--feedback-main .reh__btn--wrap .reh__approve--accept:hover{--btn-mainColor: var(--dark-green-color);scale:.96}.reh__review--feedback-main .reh__btn--wrap .reh__approve--reject:hover{--btn-mainColor: var(--medium-orange-color);scale:.96}.reh__approve-right--img{width:1.25rem;height:1.25rem;background-color:var(--color-white);border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.reh__approve-right--img img{width:.6875rem;height:auto}.reh__approve--reject .reh__approve-right--img img{width:.625rem;height:.625rem}.reh__review--date{gap:6px}.reh__review--date p{font-size:14px;font-weight:500;line-height:var(--leading-height);color:var(--text-color-70)}.reh__review--status{gap:10px;margin-top:6px}.reh__review--status>h6{color:var(--dark-green-color);font-size:1.125rem;font-weight:600;line-height:var(--leading-height)}.reh__review--status>p{background-color:var(--dark-green-color);border-radius:40px;-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;-o-border-radius:40px;font-size:12px;line-height:var(--leading-height);padding:2px 10px;font-weight:600;color:var(--color-white)}.reh__review--feedback-main .reh__review--disc{padding-block:1rem;margin-block:.625rem;font-size:1rem;font-weight:600;color:var(--text-color);border-bottom:1px solid var(--border-marketplace)}.reh__review--feedback-main .reh__tracking--col{grid-template-columns:repeat(4,1fr)}.reh__review--feedback-main .reh__tracking--col.reh__second--row{grid-template-columns:repeat(2,1fr)}.reh__review--feedback-main .reh__tracking--details{gap:.625rem}.reh__tracking--value.reh__approve--pending{color:var(--medium-orange-color)}.reh__tracking--value.reh__approve--accept{color:var(--dark-green-color)}.reh__tracking--value.reh__approve--reject{color:var(--dark-orange-color)}.reh__stars-wrap{gap:6px}.reh__star_container{display:flex;gap:6px;align-items:center}.reh__star_container .rating .fa,.reh__star_container .rating .star{display:inline-block;font:18px/1 FontAwesome!important;font-size:18px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--orange-color)}.reh__star_container .fa-star:before,.reh__star_container .rating[data-rating="1"] .star:first-child:before,.reh__star_container .rating[data-rating="2"] .star:first-child:before,.reh__star_container .rating[data-rating="2"] .star:nth-child(2):before,.reh__star_container .rating[data-rating="3"] .star:first-child:before,.reh__star_container .rating[data-rating="3"] .star:nth-child(2):before,.reh__star_container .rating[data-rating="3"] .star:nth-child(3):before,.reh__star_container .rating[data-rating="4"] .star:before,.reh__star_container .rating[data-rating="5"] .star:before{content:""}.reh__star_container .fa-star-o:before,.reh__star_container .rating[data-rating="4"] .star:last-child:before,.star:before{content:""}.reh__star_container .fa-star-half:before{content:""}.reh__stars-count{color:var(--dark-green-color);font-size:16px;font-weight:600;line-height:var(--leading-height)}#reh__seller--review .reh__order-table{flex-direction:row}.reh__review--info{width:calc(100% - 200px)}@media(max-width:767px){.reh__info-tab-item{min-width:-moz-max-content;min-width:max-content}}@media(max-width:675px){.reh__review--feedback-main .reh__tracking--col,.reh__review--feedback-main .reh__tracking--col.reh__second--row{grid-template-columns:repeat(1,1fr)}.reh__review--status>h6{font-size:16px}}@media(max-width:520px){.reh__approvel--main-wrap{flex-direction:column-reverse}.reh__review--feedback-main .reh__btn--wrap{margin-top:20px;width:100%;position:static}.reh__review--feedback-main .reh__btn--wrap .reh__btn--approve,.reh__review--info{width:100%}.reh__review--feedback-main .reh__review--disc{font-size:14px}.reh__info-tab-list{overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--green-color) #fff}}.reh__dashbord_section h1,.reh__dashbord_section h2,.reh__dashbord_section h3,.reh__dashbord_section h4,.reh__dashbord_section h5,.reh__dashbord_section h6,.reh__dashbord_section p{margin:0;padding:0}.reh__dashbord_section{padding:50px 0;background-color:#f7f7f7;position:relative}.reh__order-table a{display:flex;align-items:center;gap:8px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;color:#fff;padding:13px 16px}.reh__order-table a p{color:var(--medium-orange-color);font-size:14px;line-height:20px;font-weight:600;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__order-table .reh__add-pro img{width:14px;height:auto}.reh__order-table a svg path{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__order-table a:hover p{color:var(--dark-green-color)}.reh__table-heading h6{font-size:18px;font-weight:600!important;color:var(--dark-green-color);margin-bottom:12px}.reh__services-table caption{font-size:1.5em;margin:.5em 0 .75em}.reh__order_h h4,.reh__information-wrap h4{font-size:1.25rem;font-weight:600;color:var(--text-color);margin-bottom:20px}.reh__tab-links.reh__back-home{background-color:transparent}.reh__sidemenu{background-color:#fff;box-shadow:#00000026 1.95px 1.95px 2.6px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;position:absolute;top:15px;left:20px}.reh__add-pro{font-size:14px;font-weight:500;background-color:var(--medium-orange-color);border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;display:inline-block;-o-border-radius:6px;border:none;max-width:-moz-max-content;max-width:max-content;position:relative;overflow:hidden;transition:all .3s ease-in-out;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;z-index:2;color:#fff;width:100%;height:100%}.reh__add-pro:after{background-color:var(--green-color);content:"";position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);z-index:0;transform:scaleX(0);transform-origin:right center;transition:transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-moz-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-ms-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-o-transition:transform .3s cubic-bezier(.37,.31,.31,.9),-webkit-transform .3s cubic-bezier(.37,.31,.31,.9);-webkit-transform:scaleX(0);-moz-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0)}.reh__add-pro:hover:after{transform:scaleX(1);transform-origin:left center;-webkit-transform:scaleX(1);-moz-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1)}.reh__add-pro:hover img{position:relative;z-index:1}.reh__add-pro:hover a{position:relative;z-index:1;color:#fff}.reh__sidemenu img{width:20px;height:20px}.reh__order_height .reh__page_pagination{margin-top:20px}.reh__order_height .reh__page_pagination .pager{margin:0}.tab-content .error,.reh__popup-content .error{font-size:12px;color:var(--dark-orange-color);margin-top:-5px;font-weight:400}.reh__buyer_form-field>.reh__buyer_radio{display:flex;gap:10px;flex-direction:column}.reh__mid-content{width:12%}.reh__name-trunc{width:20%}.reh__status,.reh__name-color{font-weight:500!important}.reh__service-tr{border-bottom:1px solid var(--border-marketplace)}.reh__service-tr:last-child{border-bottom:none}.reh__name-color{color:var(--dark-green-color)}.reh__deactive{color:var(--dark-orange-color)}.reh__order_height h1,.reh__order_height h4,.reh__information-wrap h4{font-size:20px;font-weight:500;margin-bottom:20px}#reh__product-add.hidden{display:none}.reh__pagination-wrap{display:flex;align-items:center;gap:20px;justify-content:space-between;padding:20px 0}.reh__search-icon{font-size:18px;display:flex}.reh__search-input{border:none;outline:none;font-size:16px;width:100%;color:#333}.reh__search-input::-moz-placeholder{color:var(--text-color);font-size:14px}.reh__search-input::placeholder{color:var(--text-color);font-size:14px}.reh__create-service h1{margin-bottom:0}.reh__services-padding{padding:1.25rem 0px;border-bottom:1px solid var(--border-marketplace)}.reh__services-padding:last-child{border-bottom:none}.reh__create-service{display:flex;align-items:center;gap:14px;color:var(--text-color);margin-bottom:1.25rem}.reh__create-service:hover{color:var(--text-color)}.reh__create-service img{height:16px}.reh__buyer_com{border:1px solid var(--border-marketplace);padding:0 1.25rem;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__buyer_formwrap{display:flex;flex-direction:column;grid-template-rows:1fr}.ck.ck-editor{width:100%}.reh__buyer_form-radio label{padding-left:20px}.reh__buyer_form-field label{position:relative;font-size:16px;line-height:normal;font-weight:500;color:var(--text-color);margin:0}.reh__buyer_form-radio label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:15px;height:15px;border:.5px solid var(--dark-green-color);border-radius:50%;background-color:transparent;transition:border-color .3s ease,background-color .3s ease;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.reh__buyer_form-radio label:after{content:"";position:absolute;left:4px;top:50%;transform:translateY(-50%) scale(0);width:7px;height:7px;background-color:var(--dark-green-color);border-radius:50%;transition:transform .3s ease}.cust_radio{display:none}.reh__form-service input::-moz-placeholder,.reh__form-service textarea::-moz-placeholder,.reh__form-service select::-moz-placeholder,.reh__buyer_form-field input::-moz-placeholder,.reh__buyer_form-field textarea::-moz-placeholder,.reh__buyer_form-field select::-moz-placeholder{color:var(--text-color)}.reh__form-service input::placeholder,.reh__form-service textarea::placeholder,.reh__form-service select::placeholder,.reh__buyer_form-field input::placeholder,.reh__buyer_form-field textarea::placeholder,.reh__buyer_form-field select::placeholder{color:var(--text-color)}.reh__form-service input,.reh__form-service textarea,.reh__form-service select,.reh__buyer_form-field input,.reh__buyer_form-field textarea,.reh__buyer_form-field select{padding:8px 16px;border-radius:6px;background:#fff;border:1px solid var(--border-marketplace);resize:none;width:100%}.reh__buyer_form-field input:focus,.reh__buyer_form-field textarea:focus,.reh__form-service input:focus,.reh__form-service textarea:focus{border:.5px solid var(--border-marketplace);outline:0;box-shadow:none}#reh__service-form{display:flex;flex-direction:column;gap:30px}.reh__buyer_selectwrap{width:100%;position:relative}.reh__buyer_selectwrap:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);background-image:url(/img/seller/arrow-down.svg);background-size:cover;background-repeat:no-repeat;pointer-events:none;width:14px;height:8px;background-size:100%}.reh__buyer_selectfield{-moz-appearance:none;appearance:none;-webkit-appearance:none;position:relative;color:var(--text-color)}.reh__popup.hidden{display:none}.reh__popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:99999;padding:16px}.reh__popup-wrap{width:100%;overflow:hidden;max-width:579px;background:#fff;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__popup-content{height:49vh;scrollbar-width:thin;scrollbar-color:var(--green-color) #fff;overflow:auto;padding:30px;border-radius:6px;box-shadow:0 4px 10px #0003;position:relative;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__service-pop{width:14px;position:absolute;top:14px;right:20px}.reh__form-actions{display:flex;justify-content:end;gap:10px}.reh__form-button{padding:10px 30px;border:none;border-radius:4px;cursor:pointer}.reh__form-button--cancel,.reh__form-button--submit{background-color:var(--medium-orange-color);color:#fff;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__form-button--cancel:hover,.reh__form-button--submit:hover{background-color:var(--dark-green-color)}.reh__service-wrap{display:flex;flex-direction:column;gap:20px}.reh__buyer_btn{display:flex;width:100%;align-items:center;justify-content:space-between}.reh__backBtn{background-color:var(--medium-orange-color);color:#fff;border:none;border-radius:6px;padding:10px 20px;font-size:16px;width:185px;height:45px;cursor:pointer;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__backBtn:hover{background-color:var(--dark-green-color)}@media(max-width:1260px){.reh__name-trunc{width:10%}}@media(max-width:1024px){.reh__tabs_wrap{gap:20px}.reh__tab-links p{font-size:14px}.reh__tabs{max-width:170px;gap:10px}.reh__tabs li{max-width:180px}.reh__back-home{max-width:170px;padding-top:10px}.reh__back-home p{font-size:12px}.reh__tab-links{gap:10px}.reh__tabs_content{max-width:calc(100% - 210px);flex:0 0 calc(100% - 210px)}.tab-content.current{gap:20px}}@media(max-width:991px){.reh__tab-links p,.reh__back-home p{display:none}.reh__tabs li,.reh__tabs{max-width:-moz-max-content;max-width:max-content}.reh__back-home{max-width:90%}.reh__back-home a{justify-content:center}.reh__tabs_content{max-width:calc(100% - 80px);flex:0 0 calc(100% - 80px)}.reh__tab-links.reh__back-home{justify-content:center}}@media(min-width:768px){.reh__sidemenu,.reh__close_btns{display:none}}@media(max-width:768px){.reh__sidemenu,.reh__close_btns{display:flex}.reh__services-table thead{border:none;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.reh__dashbord_section{padding:70px 0 50px;background-color:#f7f7f7;position:relative}.reh__tabs_content{max-width:calc(100% + -0px);flex:0 0 calc(100% + -0px)}.reh__tab-links p,.reh__back-home p{display:flex}.reh__tabs{max-width:220px;gap:10px;min-height:auto}.reh__back-home{padding-bottom:10px}.reh__tabs li{max-width:220px}.reh__close_btns{position:absolute;top:10px;right:10px;display:flex;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;align-items:center;background-color:#fff;justify-content:center;padding:4px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px}.reh__close_btns svg{width:20px;height:20px}.reh__service-tr .reh__truncate{width:60%;margin:0 0 0 auto}.reh__pagination-wrap{flex-wrap:wrap;justify-content:center}.reh__backBtn{width:auto;height:40px;font-size:14px}.reh__back-small{padding:10px 40px}.reh__service-tr:last-child{border-bottom:1px solid #3333334D}}@media(max-width:675px){.reh__radio-buttons{grid-template-columns:repeat(3,1fr)}.reh__add-pro{font-size:12px;padding:0}.reh__order-table a{padding:10px 16px;text-align:center;display:flex;justify-content:center}.reh__add-pro{font-size:12px}.reh__buyer_formwrap{display:grid;grid-template-columns:repeat(1,1fr);gap:20px}.ck.ck-editor{width:99%}}@media(max-width:520px){.reh__buyer_form-field label,.reh__country-checkbox label,.reh__buyer_Check span,.reh__service-create-n p{font-size:14px}.reh__order_height h1,.reh__order_height h4,.reh__information-wrap h4{font-size:18px}.reh__service-type{width:100%}}@media(max-width:425px){.reh__order_h h4,.reh__information-wrap h4{font-size:16px}.reh__radio-buttons{grid-template-columns:repeat(2,1fr)}.reh__radio-group{flex-direction:column;gap:10px}.reh__add-pro{font-size:12px;justify-content:center;width:100%}.reh__table-heading h6{font-size:16px}.reh__radio-buttons .reh__custom-btn{font-size:12px}.reh__order-table{flex-direction:column;gap:10px}.reh__search-container{max-width:100%}.reh__add-pro{width:100%;max-width:100%;text-align:center;justify-content:center}.reh__order_height h1,.reh__order_height h4,.reh__information-wrap h4{font-size:16px}.reh__popup-content{padding:20px}}@media(max-width:320px){.reh__radio-buttons{grid-template-columns:repeat(1,1fr)}.reh__buyer_btn{flex-direction:column;gap:10px}.reh__back-small,.reh__backBtn{width:100%}}.reh__switch{display:inline-flex;align-items:center}.reh__switch input{display:none}.reh__switch label{display:block;width:52px;height:26px;padding:3px;border-radius:15px;background-color:#f7f7f7;border:1px solid rgba(51,51,51,.1);cursor:pointer;transition:.3s;position:relative}.reh__switch label:after{content:"";position:absolute;top:50%;left:3px;width:20px;height:20px;border-radius:50%;box-shadow:0 3px 8px #00000026;background:#fff;transition:.3s;transform:translateY(-50%)}.reh__switch input:checked+label{background-color:var(--green-color)}.reh__switch input:checked+label:after{transform:translate(25px) translateY(-50%);background:#f7f7f7;-webkit-transform:translateX(25px) translateY(-50%);-moz-transform:translateX(25px) translateY(-50%);-ms-transform:translateX(25px) translateY(-50%);-o-transform:translateX(25px) translateY(-50%)}@media(max-width:768px){.reh__switch label{width:48px;height:24px}.reh__switch label:after{width:18px;height:18px}.reh__switch input:checked+label:after{transform:translate(22px) translateY(-50%)}}@media(max-width:480px){.reh__switch label{width:44px;height:22px}.reh__switch label:after{width:16px;height:16px}.reh__switch input:checked+label:after{transform:translate(21px) translateY(-50%);-webkit-transform:translateX(21px) translateY(-50%);-moz-transform:translateX(21px) translateY(-50%);-ms-transform:translateX(21px) translateY(-50%);-o-transform:translateX(21px) translateY(-50%)}}.reh__btn-service{display:flex;gap:10px}.reh__spec-btn{padding:10px 20px;border:1px solid var(--border-marketplace);background-color:transparent;cursor:pointer;border-radius:6px;transition:all .3s ease;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px}.reh__spec-btn.active{background-color:var(--dark-green-color);color:#fff}.reh__content-box{width:100%;padding:10px;background-color:#fff;border:1px solid var(--border-marketplace);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__content-box.active{display:block}.reh__specific-height{position:relative;font-size:16px;line-height:normal;font-weight:500;color:var(--text-color);margin:0}.reh__selected-h h5{color:var(--text-color);font-size:16px;font-weight:500!important;line-height:24px;margin-bottom:10px}.select2-container{max-width:100%!important;display:flex}.selection{width:100%}.select2-container--default .select2-results>.select2-results__options{scrollbar-width:thin;scrollbar-color:var(--green-color) #fff}.select2-container--default .select2-selection--multiple{border:1px solid var(--border-marketplace)}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{font-size:0;position:relative;background-image:url(./images/Trash.svg);background-size:100%;width:16px;background-repeat:no-repeat;height:16px}.select2-container--default .select2-search--inline .select2-search__field{height:28px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:var(--dark-green-color);color:#fff;border:1px solid var(--border-marketplace);display:flex;flex-direction:row-reverse;gap:6px;padding:4px 8px;align-items:center}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:var(--dark-green-color)}.select2-container--default .select2-results__option[aria-selected=true]{background-color:var(--border-marketplace);color:var(--text-color)}.select2-container--default .select2-results__option[aria-selected=true]:hover{color:var(--text-color)}.select2-dropdown{border:1px solid var(--border-marketplace);box-shadow:0 4px 10px #00000040}.select2-container--default.select2-container--focus .select2-selection--multiple{border-color:#3333}.select2-container--default .select2-selection--multiple .select2-selection__clear{display:none}.reh__check-group.reh__select-category{margin:20px 0 0}.reh__check-group{display:flex;align-items:center;gap:10px}.reh__check-group input[type=checkbox]{height:20px;width:20px;margin:0;padding:0;opacity:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--dark-green-color);border-radius:2px;background:transparent;position:relative}.reh__check-group input[type=checkbox]:checked+label{color:var(--dark-green-color)}.reh__check-group input[type=checkbox]:checked{border:1px solid var(--dark-green-color);background:var(--dark-green-color)}.reh__check-group input[type=checkbox]:focus{outline:none;box-shadow:none}.reh__check-group input[type=checkbox]:checked:before{width:5px;top:10px;left:3px;transform:rotate(36deg)}.reh__check-group input[type=checkbox]:checked:after{width:11px;top:8px;left:5px;transform:rotate(-55deg)}.reh__check-group input[type=checkbox]:checked:before,.reh__check-group input[type=checkbox]:checked:after{content:"";position:absolute;height:2px;background:#fff}.reh__product-sub-categories{display:none;margin-top:20px;flex-direction:column;gap:20px;max-height:250px;overflow:auto;scrollbar-width:thin;scrollbar-color:var(--green-color) #fff;padding:10px;background-color:#f7f7f7;border:1px solid var(--border-marketplace);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__check-group label{transition:color .3s ease;cursor:pointer}.reh__selectall{display:flex;justify-content:space-between;align-items:center}.reh__selectall span{font-size:16px;font-weight:500;color:var(--dark-green-color)}.reh__product-category h3{font-size:16px;font-weight:600;line-height:24px;margin-bottom:10px;color:var(--dark-green-color)}.reh__product-list{display:flex;gap:10px;flex-wrap:wrap}.reh__product-item{background:#004d43;padding:8px 12px;color:#fff;border-radius:5px;display:flex;align-items:center}.reh__product-item input{margin-right:5px}.reh__clear{cursor:pointer;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__clear:hover{font-size:16px;font-weight:500;color:var(--medium-orange-color)}.reh__selected-products{background-color:var(--dark-green-color);padding:8px 10px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__selected-products label{color:#fff}.reh__selected-products input[type=checkbox]{height:20px;width:20px;margin:0;padding:0;opacity:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid white;border-radius:2px;background:transparent;position:relative}.reh__selected-products input[type=checkbox]:checked+label{color:#fff}.reh__selected-products input[type=checkbox]:checked{border:1px solid white;background:#fff}.reh__selected-products input[type=checkbox]:checked:before,.reh__selected-products input[type=checkbox]:checked:after{background-color:var(--dark-green-color)}.reh__check-wrap{display:flex;align-items:center;gap:10px}.reh__select-border{position:relative;padding-right:10px}.reh__select-border label{color:var(--dark-green-color)}.reh__select-border:after{position:absolute;content:"";top:0;right:0;width:1px;height:100%;background-color:var(--dark-green-color)}.reh__list-wrap{display:flex;flex-direction:column;gap:10px}.select2{position:relative!important}.select2:after{content:"";position:absolute;top:50%;right:15px;transform:translateY(-50%);background-image:url(./images/categories.svg);background-size:cover;background-repeat:no-repeat;pointer-events:none;width:14px;height:8px;background-size:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:0 26px 5px 5px;display:flex;flex-wrap:wrap}.reh__bg-remove{background-color:transparent;border:none;padding:0}.reh__bg-remove p{padding-top:10px;margin-bottom:10px;font-size:12px;color:var(--dark-orange-color)}.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable,.ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners{height:250px;scrollbar-width:thin;scrollbar-color:#048481 #fff}.reh__specific-search{display:flex;align-items:center;border:1px solid var(--border-marketplace);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);padding:8px 16px;gap:4px;background-color:#fff}.reh__specific-search input{background-color:transparent;border:none;padding:0}.reh__specific-search input:focus{border:none;outline:0;box-shadow:none}.reh__specific-product{background-color:#fff;border:1px solid var(--border-marketplace);padding:10px;max-height:250px;overflow:auto;scrollbar-width:thin;scrollbar-color:var(--green-color) #fff;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);margin-top:10px;display:flex;gap:6px;align-items:center;flex-wrap:wrap}.reh__specific-list{max-width:-moz-max-content;max-width:max-content;border:1px solid var(--border-marketplace);background-color:#f7f7f7;padding:6px 8px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);height:100%}.reh__delete-service{display:flex}.reh__delete-service img{width:18px;height:auto}.reh__checkbox-wrap{display:flex;gap:10px;align-items:center}.reh__discount-manage .reh__buyer_com .reh__buyer_formwrap .reh__buyer_form-field{padding:0;border:0}.reh__discount-manage .reh__buyer_com .reh__buyer_formwrap .reh__buyer_form-field:first-child{padding-top:20px}.reh__discount-manage .reh__buyer_com .reh__buyer_formwrap .reh__buyer_form-field:last-child{padding-bottom:20px;border-bottom:1px solid var(--border-marketplace)}.reh__discount-manage .reh__information-wrap h4{margin-top:20px;margin-bottom:0}.reh__discount-manage .reh__buyer_form-field input:focus,.reh__discount-manage .reh__buyer_form-field textarea:focus,.reh__discount-manage .reh__form-service input:focus,.reh__discount-manage .reh__form-service textarea:focus{border:1px solid var(--border-marketplace);outline:0;box-shadow:none}.reh__discount-manage .reh__services-padding{margin:0}.reh__discount-manage .reh__specific-search{padding:16px}.reh__discount-manage .reh__checkbox-wrap input:focus{border:1px solid var(--dark-green-color)}@media(max-width:1024px){.reh__discount-manage .reh__buyer_form-field{margin-bottom:20px}.reh__discount-manage .reh__information-wrap h4{margin-top:0}.reh__discount-manage .reh__services-padding{margin:0}}@media(max-width:768px){.reh__selected-products label{font-size:14px}.reh__product-category h3{line-height:1.3}}@media(max-width:675px){#reh__product-add .reh__buyer_formwrap{gap:0}.reh__selected-products input[type=checkbox]{height:16px;width:16px}.reh__selected-products input[type=checkbox]:checked:before{top:8px;left:1px}.reh__selected-products input[type=checkbox]:checked:after{top:6px;left:3px}.reh__spec-btn{padding:8px 10px}.reh__buyer_form-field label,#reh__selectedCount,.reh__selectall span{font-size:14px}.select2-container--default .select2-search--inline .select2-search__field{width:1px!important}.reh__specific-product{display:grid;grid-template-columns:calc(50% - 3px) calc(50% - 3px)}.reh__specific-list{max-width:100%;justify-content:space-between}}@media(max-width:520px){.reh__check-wrap{flex-direction:column;align-items:start}.reh__select-border:after{display:none}.select2-container--default .select2-selection--multiple .select2-selection__choice{flex:1;justify-content:center}.reh__specific-product{display:grid;grid-template-columns:repeat(1,1fr)}}@media(max-width:425px){.reh__product-category h3{font-size:14px}.reh__selectall span{font-size:12px}.reh__selectall{align-items:start}.reh__specific-height{font-size:14px}.reh__check-wrap .reh__check-group input[type=checkbox]{width:16px;height:16px}.reh__check-wrap input[type=checkbox]:checked:before{top:8px;left:1px}.reh__check-wrap input[type=checkbox]:checked:after{top:6px;left:3px}.reh__buyer_form-field label,#reh__selectedCount,.reh__selectall span{font-size:14px}#reh__product-add .reh__buyer_com{padding:0 10px}.select2:after{width:10px;right:9px}.select2-container--default .select2-selection--multiple .select2-selection__rendered{padding:0 20px 0 5px}.reh__spec-btn{font-size:12px}}@media(max-width:320px){.reh__btn-service{flex-direction:column;width:100%}.reh__spec-btn{width:100%}}.pager .active span{background:var(--green-color);color:#fff;cursor:not-allowed}.pager li>a,.pager li>span{padding:4px 14px;border-radius:0}.pager .disabled>span{margin-bottom:5px}.pager li>a{color:#333541}.alert-success{background-color:var(--green-color);color:#fff;border-color:var(--green-color)}.alert-danger{background-color:var(--orange-color);color:#fff;border-color:var(--orange-color)}.reh__status--enabled,.reh__status--disabled{transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}.reh__status--enabled,.reh__status--disabled,.tippy-tooltip.custom-theme,.reh__shipping-option{border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__status--enabled,.reh__status--disabled{max-width:6.25rem;height:2.75rem;width:100%;font-size:1rem;color:var(--color-white);cursor:pointer}.reh__status--enabled{background-color:var(--green-color)}.reh__status--disabled{background-color:var(--text-color)}.reh__service-tr.reh__admin--disable{opacity:.5}.reh__service-tr.reh__admin--disable .reh__status--enabled,.reh__service-tr.reh__admin--disable .reh__switch{pointer-events:none}.tippy-tooltip{font-size:1rem;padding:6px}.tippy-tooltip.custom-theme{background-color:var(--color-white);color:var(--text-color);box-shadow:var(--shadow-smooth)}.tippy-tooltip.custom-theme[data-placement^=top] .tippy-arrow{border-top-color:#fff}.tippy-tooltip.custom-theme[data-placement^=bottom] .tippy-arrow{border-bottom-color:#fff}.tippy-tooltip.custom-theme[data-placement^=left] .tippy-arrow{border-left-color:#fff}.tippy-tooltip.custom-theme[data-placement^=right] .tippy-arrow{border-right-color:#fff}.reh__shipping-option{border:1px solid var(--border-marketplace);background-color:var(--color-white);display:flex;flex-shrink:0;margin-block:2.5rem;padding:1.25rem;gap:1rem}.reh__shipping-option .reh__shipping--text{width:calc(100% - 52px);display:flex;flex-direction:column;gap:10px}.reh__shipping-option .reh__shipping--text h6{font-size:1.125rem;font-weight:600;color:var(--text-color)}.reh__shipping-option .reh__shipping--text p{font-size:1rem;font-weight:500;color:var(--text-color-70);max-width:55%;line-height:var(--leading-height)}.reh__shipping-option .reh__switch label{margin-bottom:0}.reh__shipping-option-toggle{margin:auto;display:flex}#reh__seller--editlocal .reh__sellerlocal--btn{margin:20px 0 0;gap:10px;justify-content:end}@media(max-width:425px){.reh__shipping--table td[data-label="Delivery Time Estimate"] p{padding:1rem 0 0rem;width:100%;text-align:start}.reh__shipping-option .reh__shipping--text p{max-width:100%}.reh__shipping-option{gap:.5rem}#reh__seller--editlocal .reh__sellerlocal--btn{flex-direction:column}#reh__seller--editlocal .reh__sellerlocal--btn button{height:2.4rem;min-height:2.4rem}#reh__seller--editlocal .reh__sellerlocal--btn .reh__border-bg{max-width:100%}#reh__seller--editlocal .reh__sellerlocal--btn p{font-size:14px}}.reh__banner{background-image:url(/images/landing-banner.png);height:calc(100vh - 89px);background-repeat:no-repeat;background-size:cover;z-index:0}.reh__banner:after{content:"";position:absolute;left:0;top:0;background-color:#000000b3;z-index:1;width:100%;height:100%}.reh__banner-wrap{z-index:3;gap:2.5rem}.reh__banner-content{gap:1.75rem;color:#fff}.reh__banner-content h1{font-weight:600}.reh__banner-content h1+p{font-weight:500;font-size:var(--text-sm);color:var(--color-white)}.reh__why-choose{gap:.5rem}.reh__why-choose h3{font-weight:600;color:var(--text-color);line-height:1}.reh__why-choose h3+p{font-weight:400;font-size:var(--text-sm)}.reh__choose-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.25rem;margin-top:2rem}.reh__choose-card{border:1px solid var(--border-marketplace10);background-color:var(--color-white);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);padding-inline:1rem;padding-block:1.25rem;transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out}.reh__choose-card:hover{border-color:var(--dark-green-color)}.reh__choose-card .reh__card-img{width:4.2223rem;height:4.2223rem;margin-bottom:1.25rem}.reh__choose-card .reh__card-img img+img{left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);width:1.7778rem}.reh__card-title{gap:.625rem}.reh__card-title h6{font-weight:600;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:var(--line-heading-count);-webkit-line-clamp:var(--line-heading-count);color:var(--text-color);line-height:var(--leading-height);margin-bottom:auto}.reh__card-title h6+p{font-weight:500;color:var(--text-color-70);display:-webkit-box;-webkit-box-orient:vertical;line-clamp:var(--line-count-4);-webkit-line-clamp:var(--line-count-4);font-size:var(--text-sm);line-height:var(--leading-height)}.reh__accelerate{background-color:var(--dark-green-color);color:var(--color-white)}.reh__accelerate img,.reh__choose-grid img{width:100%;height:100%}.reh__accelerate-content{flex-direction:column-reverse;gap:2rem;align-items:start}.reh__accelerate-heading h3{font-weight:600;line-height:var(--leading-height);margin-bottom:.625rem;max-width:28rem}.reh__accelerate-heading h3+p{font-weight:500;line-height:var(--leading-height);font-size:var(--text-sm);max-width:21.25rem}.reh__accelerate--image-item{width:5rem;height:5rem;background-color:#048481;border:2px solid var(--color-white-70);margin-right:-24px;margin-inline-end:-24px}.reh__accelerate--image,.reh__accelerate--image-item:last-child .reh__accelerate--image{width:auto}.reh__accelerate--image{height:2.25rem}.reh__accelerate--image-item:last-child{margin-right:0;margin-inline-end:0px}.reh__accelerate--image-item:last-child .reh__accelerate--image{height:2.75rem}.reh__accelerate--count{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;margin-top:3.5rem}.reh__border-right>*:not(:last-child){border-bottom:1px solid #ffffff33}.reh__accelerate-items{padding-bottom:1.5rem;gap:1rem}.reh__accelerate-items:last-child{padding:0}.reh__accelerate-items h2{font-weight:600;line-height:var(--leading-height-1)}.reh__accelerate-items h2+p{font-size:var(--text-md);line-height:1.5}.reh__about{background-color:#f7f7f7}.reh__about--background{left:0;bottom:0;height:138%}.reh__about--background img{-o-object-fit:cover;object-fit:cover}.reh__about--content{padding:1rem;background-color:#fff;flex-direction:column-reverse;gap:2.5rem;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);z-index:10}.reh__about--text h3{font-weight:600;margin-bottom:1.25rem;color:var(--text-color)}.reh__about--text h3+p{color:var(--text-color-70);font-weight:400;font-size:var(--text-sm)}.reh__about--features{gap:.625rem;margin-top:1.25rem}.reh__about--feature-item{color:var(--text-color-70);font-weight:400;font-size:var(--text-sm);gap:.625rem}.reh__about--feature-icon{background-color:var(--medium-orange-color);width:20px;height:20px}.reh__about--feature-icon img{width:12px;height:auto}.reh__about--button{margin-top:2.5rem}.reh__about-main{position:relative;border-radius:var(--rounded-custom-radius);padding-top:34.375rem;padding-left:31.25rem;width:100%;max-width:-moz-max-content;max-width:max-content;overflow:hidden;-webkit-border-radius:var(--rounded-custom-radius);-moz-border-radius:var(--rounded-custom-radius);-ms-border-radius:var(--rounded-custom-radius);-o-border-radius:var(--rounded-custom-radius)}.reh__about-main img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media(max-width:1024px){.reh__about-main{padding-left:26rem;padding-top:30rem}}@media(max-width:767px){.reh__about-main{padding-left:100%;padding-top:60%}}.reh__account--header{gap:1.25rem}.reh__account--header h3{font-weight:600;color:var(--text-color);line-height:var(--leading-height-1)}.reh__account--header h3+p{font-size:var(--text-sm);font-weight:400;color:var(--text-color);line-height:var(--leading-height)}.reh__account--cards{margin-top:2.7778rem;gap:1.25rem;align-items:flex-start;display:grid;grid-template-columns:repeat(1,minmax(0,1fr))}.reh__account--card{border:1px solid var(--border-marketplace);background-color:var(--color-white);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);gap:1.25rem;padding-inline:1rem;padding-block:1.25rem;transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out}.reh__account--card:hover{border-color:var(--dark-green-color)}.reh__account--icon{width:60px;height:60px;flex-shrink:0;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);background-color:var(--dark-green-color)}.reh__account--icon img{width:40px;height:auto}.reh__account--card-title{font-size:var(--text-md);color:var(--text-color);font-weight:600;line-height:1.5}.reh__account--features{gap:.625rem}.reh__account--feature-item{color:var(--text-color-70);font-weight:400;font-size:var(--text-sm);gap:.625rem}.reh__account--feature-icon+p{line-height:var(--leading-height)}.reh__account--feature-icon{background-color:var(--dark-green-color);width:20px;height:20px}.reh__account--feature-icon img{width:12px;height:auto}.reh__account--button.reh__btn-primary{background-color:var(--dark-green-color)}.reh__account--button.reh__btn-primary,.reh__account--button-border.reh__btn-primary{border:1px solid var(--dark-green-color);border-radius:var(--custom-radius);font-size:var(--text-sm);font-weight:500;line-height:var(--leading-height);padding-inline:1.25rem;padding-block:.75rem;z-index:2;max-width:100%;gap:.25rem;cursor:pointer;-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out}.reh__account--button.reh__btn-primary:hover{border:1px solid var(--green-color)}.reh__account--button-border.reh__btn-primary{background-color:transparent;color:var(--dark-green-color)}.reh__account--button-border.reh__btn-primary:hover{color:var(--color-white)}.reh__alredy--account{margin-top:1.875rem;gap:.625rem}.reh__account--login{font-size:var(--text-sm);color:var(--text-color);font-weight:500}.reh__account--login>a{color:var(--medium-orange-color);font-weight:600;text-decoration:underline;text-underline-offset:4px}.reh__account--login+p{color:var(--text-color-70);font-size:var(--text-sm)}.reh__network{background-size:cover;background-position:center;background-repeat:no-repeat;padding-inline:1.5rem;color:var(--color-white)}.reh__network:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#00000080}.reh__network--container{max-width:80rem;margin:auto;gap:1.25rem;z-index:10}.reh__network--left{text-align:center}.reh__network--left h2{font-weight:600}.reh__network--stats{gap:1.25rem;padding-bottom:1.25rem}.reh__network--stat-item{gap:.625rem;padding-bottom:1.25rem;padding-right:0}.reh__network--stat-item img{width:40px;height:40px}.reh__network--stat-content{gap:.375rem}.reh__network--stat-content h2{font-weight:700}.reh__network--stat-content h2+p{color:var(--color-white-70);font-size:var(--text-sm);font-weight:500}.reh__network--stat-item:last-child{padding:0}@media(min-width:640px){.reh__banner{height:calc(100vh - 99px)}.reh__choose-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reh__accelerate{padding-block:4rem}.reh__accelerate-heading h3{max-width:21.25rem}.reh__about--content{padding:2.5rem}.reh__about--feature-icon{width:1.25rem;height:1.25rem}.reh__account--icon{width:5rem;height:5rem}.reh__account--icon img{width:3.125rem}.reh__account--feature-icon{width:1.25rem;height:1.25rem}.reh__network--stats{width:100%;gap:2.5rem}.reh__network--stat-item{width:100%;padding-right:0;padding-bottom:2.5rem}.reh__network--stat-item img{width:3rem;height:3rem}}@media(min-width:768px){.reh__banner{height:calc(100vh - 110px)}.reh__why-choose{gap:1.25rem}.reh__choose-grid{margin-top:2.7778rem}.reh__card-title h6+p{font-size:var(--text-xs)}.reh__accelerate{padding-block:6.25rem}.reh__accelerate-content{gap:0;flex-direction:row}.reh__accelerate-heading h3{line-height:var(--leading-height-2);margin-bottom:1.25rem;max-width:100%}.reh__accelerate-heading h3+p{max-width:100%}.reh__accelerate--image-item{width:7.5rem;height:7.5rem}.reh__accelerate--image{height:2.9375rem}.reh__accelerate--image-item:last-child .reh__accelerate--image{height:3.5rem}.reh__accelerate--count{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem;margin-top:5rem}.reh__border-right>*:not(:last-child){border-bottom:0;border-right:1px solid #ffffff33}.reh__accelerate-items{padding-right:2.5rem}.reh__about--content{flex-direction:row;gap:5.2777rem}.reh__about--feature-icon img{width:.75rem}.reh__account--cards{grid-template-columns:repeat(2,minmax(0,1fr))}.reh__account--feature-icon img{width:.75rem}.reh__account--button.reh__btn-primary,.reh__account--button-border.reh__btn-primary{font-size:var(--text-xs)}.reh__network{padding-block:4rem;padding-inline:5rem}.reh__network--container{flex-direction:row;gap:2.5rem}.reh__network--left{text-align:left}.reh__network--stat-item{text-align:left;align-items:flex-start;padding-right:2.5rem;padding-bottom:0;width:-moz-fit-content;width:fit-content}.reh__network--stat-content h2+p{font-size:1.25rem}.reh__network--stats{flex-direction:row;padding-right:0;width:auto}}@media(min-width:1024px){.reh__choose-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.reh__account--login+p{font-size:var(--text-xxs)}}@media(max-width:1024px){.reh__card-title h6{margin-bottom:0}}.py-10{padding-block:2.5rem}.reh__signup-banner{background-color:var(--green-color)}.reh__signup-banner--title{font-weight:600;color:var(--color-white);margin-bottom:1rem;line-height:var(--leading-height-2)}.reh__signup-banner--links{flex-wrap:wrap;row-gap:.5rem}.reh__signup-banner--links a{font-size:var(--text-xs);transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out}.reh__signup-banner--links a:hover{color:var(--orange-color)}.reh__signup-banner--links a.disabled{pointer-events:none;cursor:not-allowed;opacity:.6}.reh__signup-wizard-wrap{padding-block:5rem;background-image:url(/images/auth-bg.jpg);background-size:cover;background-repeat:no-repeat;background-position:bottom}.reh__signup-wizard-wrap:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-image:linear-gradient(to bottom,#0000,#0009);background-position:bottom;background-repeat:no-repeat}.reh__signup-wizard{z-index:20}.reh__signup-wizard--box{margin:auto;max-width:732px;background-color:#fff;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);padding-block:1.5rem;box-shadow:var(--shadow-smooth)}.reh__signup-wizard--title{color:var(--text-color);font-size:1.25rem;font-weight:600;line-height:var(--leading-height);border-top:1px solid var(--border-marketplace);border-bottom:1px solid var(--border-marketplace);padding:1rem;background-color:var(--background-secondary)}.reh__signup-wizard--progress{padding-inline:1rem}.reh__signup-wizard--steps{background-color:#3333330d;padding:.625rem;border-radius:1.5rem;-webkit-border-radius:1.5rem;-moz-border-radius:1.5rem;-ms-border-radius:1.5rem;-o-border-radius:1.5rem}.reh__signup-wizard--step{width:2.25rem;height:2.25rem;border:1px solid var(--dark-orange-color);background-color:var(--dark-green-color);border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;margin-right:.625rem;flex-shrink:0}.reh__signup-wizard--step p{color:var(--color-white);font-size:var(--text-xs);line-height:var(--leading-height-1)}.reh__signup-step-border{border-top:1px solid var(--text-color)}.reh__signup-wizard--step.reh__step-center{margin-inline:.625rem}.reh__signup-wizard--step:last-child{margin-left:.625rem;margin-right:0}.reh__signup-wizard--step p+img{width:1rem;height:1rem}.reh__signup-wizard--step-titles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:.625rem}.reh__signup-wizard--step-titles p{font-size:var(--text-xs);color:var(--text-color)}.reh__signup_title--start{justify-content:flex-start;text-align:start}.reh__signup_title--center{justify-content:center;text-align:center}.reh__signup_title--end{justify-content:flex-end;text-align:end}.reh__signup-wizard--form{padding-inline:1rem}.reh__signup-sub-title{margin-bottom:.75rem;font-size:12px;font-weight:500}.reh__account-type{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}.reh__signup--account-card{border:1px solid var(--border-marketplace);background-color:var(--color-white);padding:1rem;box-shadow:var(--shadow-smooth);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__signup--account-card label{cursor:pointer;display:block}.reh__signup--account-content img{margin:auto;width:5rem;height:5rem}.reh__signup--account-content img+p{color:var(--text-color);font-weight:500;font-size:12px;margin-block:1rem}.reh__signup--tooltip-btn{min-width:.875rem;height:auto;top:0;right:0;padding:9px;cursor:pointer}.reh__signup-wizard--tooltip p{line-height:1.5}.reh__signup-wizard--tooltip{width:20rem;padding:1rem;color:var(--text-color);background-color:var(--color-white);font-size:1rem;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;box-shadow:var(--shadow-smooth);z-index:50}.reh__signup-wizard--login-link,.reh__signup-step2--login{color:var(--text-color);font-size:12px;font-weight:500;margin-block:1.25rem}.reh__signup-wizard--login-link.reh__signup-step2--login{margin-top:1.25rem;margin-bottom:1.25rem}.reh__signup-wizard--login-link a{color:var(--medium-orange-color);font-weight:600}.reh__signup-wizard--panel .reh__buyer_form-field{margin-bottom:.625rem}@media(min-width:640px){.reh__signup-wizard--box{padding-block:2.5rem}.reh__signup-wizard--progress{padding-inline:2rem}.reh__signup-wizard--step-titles p{font-size:var(--text-xxs)}.reh__signup-wizard--form{padding-inline:2rem}.reh__signup-sub-title{font-size:var(--text-xs)}.reh__account-type{grid-template-columns:repeat(3,minmax(0,1fr))}.reh__signup--account-content img{width:3.75rem;height:3.75rem}.reh__signup--account-content img+p{font-size:var(--text-xs);margin-block:.625rem}.reh__signup-wizard--login-link,.reh__signup-step2--login{font-size:var(--text-xs)}}@media(min-width:768px){.reh__signup-banner--title{margin-bottom:2rem}.reh__signup-banner--links a{font-size:1.25rem}.reh__signup-wizard--title{font-size:1.75rem;padding:1.25rem}.reh__signup-wizard--login-link{margin-block:2.5rem}.reh__signup-wizard--panel .reh__buyer_form-field{margin-bottom:1.25rem}.reh__signup-wizard--login-link.reh__signup-step2--login{margin-bottom:2.5rem}}@media(min-width:1024px){.reh__signup-banner{padding-block:4rem}.reh__signup-wizard--progress,.reh__signup-wizard--form{padding-inline:4.125rem}}.reh__login-form{margin-top:2.5rem}.reh__login-options{gap:1rem}.reh__login-options .reh__check-group,.reh__login-options .reh__check-group label{cursor:pointer}.reh__login--forgot{color:var(--dark-orange-color);font-weight:600;text-decoration:underline;text-underline-offset:4px;font-size:12px}.reh__login-account-now{color:var(--text-color);font-size:12px;font-weight:500;margin-block:1.25rem}.reh__login-account-now a{color:var(--green-color);font-weight:600;margin-left:.25rem}@media(min-width:640px){.reh__login-options{flex-direction:row}.reh__login--forgot,.reh__login-account-now{font-size:var(--text-sm)}}@media(min-width:768px){.reh__login-account-now{margin-block:2.5rem}}@media(min-width:1024px){.reh__login--forgot,.reh__login-account-now{font-size:var(--text-xs)}}.reh__forgot-header{height:4.375rem;width:auto;margin-bottom:1rem}.reh__forgot-text{gap:.625rem;padding-inline:1rem}.reh__forgot-text--title{color:var(--dark-orange-color);font-size:1.75rem;font-weight:600}.reh__forgot-text--description{color:var(--text-color);padding-inline:1rem;font-weight:500;font-size:12px}.reh__forgot-back{flex-direction:column-reverse;gap:1rem;margin-top:2rem}.reh__forgot-back a{gap:.5rem}.reh__forgot-back a .reh__forgot-arrow--img{width:14px;height:auto}.reh__forgot-back a .reh__forgot-arrow--img+p{color:var(--text-color-70);font-weight:600;font-size:12px;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__forgot-back a .reh__forgot-arrow--img svg path{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.reh__forgot-back a:hover .reh__forgot-arrow--img svg path{fill:var(--dark-orange-color)}.reh__forgot-back a:hover .reh__forgot-arrow--img+p{color:var(--dark-orange-color)}@media(min-width:640px){.reh__forgot-text--description{padding-inline:0;font-size:var(--text-sm)}.reh__forgot-back{gap:0;flex-direction:row}.reh__forgot-back a .reh__forgot-arrow--img+p{font-size:var(--text-sm)}}@media(min-width:768px){.reh__forgot-text--description{font-size:var(--text-sm)}.reh__forgot-back{margin-top:2.5rem}.reh__forgot-back a .reh__forgot-arrow--img{width:16px}}@media(min-width:1024px){.reh__forgot-back a .reh__forgot-arrow--img+p{font-size:var(--text-xs)}}.reh__verify-msg--icon{height:3.625rem;max-width:-moz-max-content;max-width:max-content;margin-bottom:1rem}.reh__verify-msg--content{align-items:flex-start}.reh__verify-msg--title{font-size:1.5rem;font-weight:600;color:var(--text-color)}.reh__verify-msg--subtitle{color:var(--text-color-70);font-weight:500;font-size:12px}.reh__verify-msg--subtitle span{color:var(--text-color);font-weight:600}.reh__forgot-x-padding{padding-inline:1rem}.reh__verify-msg--divider{height:1px;background-color:var(--border-marketplace);margin:1rem 0}.reh__verify-msg--instruction{font-size:12px;font-weight:500;color:var(--text-color-70);margin-bottom:1.25rem}.reh__verify-msg--resend{color:var(--text-color);font-size:12px;font-weight:500;margin-bottom:1rem}.reh__verify-msg--resend a{color:var(--dark-orange-color);text-decoration:underline;text-underline-offset:4px;font-weight:600;margin-left:.25rem}.reh__verify-msg--content+.reh__forgot-back{margin-top:1.25rem}.reh__verify-msg--resend:last-child{margin:0}@media(min-width:640px){.reh__verify-msg--title{font-size:1.25rem}.reh__verify-msg--subtitle{font-size:var(--text-sm)}.reh__forgot-x-padding{padding-inline:2rem}.reh__verify-msg--instruction{font-size:1.125rem}.reh__verify-msg--resend{font-size:var(--text-xs)}}@media(min-width:768px){.reh__verify-msg--title{font-size:1.75rem}.reh__verify-msg--subtitle{font-size:var(--text-sm)}.reh__verify-msg--divider{margin-top:1.25rem;margin-bottom:1.75rem}.reh__verify-msg--content+.reh__forgot-back{margin-top:1.75rem}}@media(min-width:1024px){.reh__forgot-x-padding{padding-inline:4.125rem}}.reh__newpass-msg{align-items:flex-start;margin-bottom:1rem}.reh__newpass-msg--title{font-size:1.5rem;font-weight:600;color:var(--text-color)}.reh__newpass-msg--subtitle{color:var(--text-color-70);font-weight:500;font-size:12px}@media(min-width:640px){.reh__newpass-msg--title{font-size:1.25rem}.reh__newpass-msg--subtitle{font-size:var(--text-sm)}}@media(min-width:768px){.reh__newpass-msg--title{font-size:1.75rem}.reh__newpass-msg--subtitle{font-size:var(--text-sm)}.reh__newpass-msg{margin-bottom:1.75rem}}.reh__reset-success-img{width:auto;max-width:-moz-max-content;max-width:max-content;margin:auto;height:5rem}.reh__reset-success-msg{gap:.375rem;margin-block:1.25rem}.reh__reset-success-msg .reh__reset-success-msg--title{font-size:1.5rem;font-weight:600;color:var(--text-color)}.reh__reset-success-msg .reh__reset-success-msg--subtitle{color:var(--text-color-70);font-weight:500;font-size:12px}.reh__reset-success-msg+.reh__border-dark-green{margin:auto}@media(min-width:640px){.reh__reset-success-img{height:5.625rem}.reh__reset-success-msg .reh__reset-success-msg--title{font-size:1.25rem}.reh__reset-success-msg .reh__reset-success-msg--subtitle{font-size:var(--text-sm)}}@media(min-width:768px){.reh__reset-success-msg{margin-block:2.5rem}.reh__reset-success-msg .reh__reset-success-msg--title{font-size:1.75rem}.reh__reset-success-msg .reh__reset-success-msg--subtitle{font-size:var(--text-sm)}}.reh__ckeditor{width:-webkit-fill-available}.reh__activation_form.reh__buyer_com{border:none;padding:15px 0}.reh__activation_form .reh__buyer_form-field{border:none;padding:0}.reh__buyer_selectfield__indicators{display:none!important}.reh__buyer_selectfield__control:hover{border-color:var(--border-marketplace)!important}.reh__buyer_selectfield__control--is-focused{border-color:var(--border-marketplace)!important;box-shadow:none!important}.reh__buyer_form-radio label:after{left:5px}.reh__activation_form .reh__buyer_Check{padding:0}.reh__activation_form .reh__form-input-main .reh__info-img-label{display:flex;gap:.4rem}.reh__activation_form .reh__form-input-main .reh__info-img-flex{display:flex}#reh__seller-type-info-popup .reh_popup-con{max-width:100%;width:100%}.reh__category-checkbox-list{max-height:200px;overflow-y:auto;padding:8px 0;border:1px solid #ddd;border-radius:4px;background:#fafafa}.reh__subcategory-wrapper{margin-top:20px;padding:15px;border:1px solid #ddd;background:#fff;border-radius:8px}.reh__subcategory-list{margin-top:15px}.reh__subcategory-group{margin-bottom:20px}.reh__subcategory-title{font-weight:600;margin-bottom:10px}.reh__subcategory-items{display:flex;flex-wrap:wrap;gap:12px}.reh__subcategory-item{width:45%;display:flex;align-items:center}.dropdown{position:relative;width:250px;cursor:pointer}.dropdown summary{padding:10px;background:#f4f4f4;border:1px solid #ccc;border-radius:6px}.dropdown-menu{margin-top:6px;padding:10px;border:1px solid #ddd;background:#fff;border-radius:6px;max-height:220px;overflow-y:auto}.checkbox-group{display:flex;align-items:center;margin-bottom:6px}.reh__category-react-select{margin-top:8px}.cmp-empty-state{margin-top:30px;margin-bottom:30px}.cmp-empty-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-left:315px}.cmp-empty-column{display:flex;flex-direction:column;align-items:stretch}.cmp-empty-dropdown{width:100%;padding:10px 14px;margin-bottom:14px;font-size:14px;border:1px solid #dcdcdc;border-radius:6px;background-color:#fff}.cmp-empty-image-box{width:100%;height:280px;border:3px dashed #d6d6d6;border-radius:10px;background-color:#fafafa;display:flex;align-items:center;justify-content:center;overflow:hidden}.cmp-empty-image-box img{max-width:100%;max-height:100%}.cmp-empty-placeholder-text{font-size:14px;color:#9e9e9e}.reh__empty-cart{padding:20px 0;text-align:center}.reh__empty-cart-inner{max-width:420px;margin:0 auto;min-height:46dvh;gap:1.5rem;justify-content:center}.reh__empty--cart-wrap{gap:.5rem}.reh__empty-cart-img{max-width:160px;margin-bottom:20px}.reh__empty-cart-title{font-size:20px;font-weight:600;margin-bottom:10px;color:#222}.reh__empty-cart-text{font-size:14px;color:#666;margin-bottom:10px;margin-top:10px}.reh__compare-popup-empty{border:2px dashed #E4E7E9;background:#f9fafb}.reh__compare-popup-empty-slot{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px;min-height:316px}.reh__compare-popup-empty-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.reh__compare-popup-plus-icon{cursor:pointer;transition:all .3s ease}.reh__compare-popup-plus-icon:hover{transform:scale(1.1)}.reh__compare-popup-plus-icon:hover circle{stroke:#048481}.reh__compare-popup-plus-icon:hover path{stroke:#048481}.reh__compare-popup-plus-icon svg circle{transition:all .3s ease}.reh__compare-popup-empty-text{color:var(--text-color-70);font-size:1rem;font-weight:500;margin:0}.reh__compare-popup-item-info{padding:12px;background:#f9fafb;border-top:1px solid #E4E7E9}.reh__compare-popup-item-title{font-size:14px;font-weight:600;color:#374151;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reh__compare-popup-item-price{font-size:16px;font-weight:700;color:#048481;margin:0}.reh__compare-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:99999;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .3s ease-out;box-shadow:0 -4px 20px #00000026}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.reh__compare-popup-container{background:#fff;width:100%;max-width:100%;animation:slideUp .3s ease-out;max-height:500px;min-height:500px;display:flex;flex-direction:column;position:relative;-webkit-animation:slideUp .3s ease-out}.reh__compare-popup-close-btn{position:absolute;top:16px;right:16px;background:#fff;border:1px solid #E4E7E9;padding:8px;cursor:pointer;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;z-index:10}@keyframes slideUp{0%{transform:translateY(100%);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%)}to{transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0)}}.reh__compare-popup-header{padding:20px 24px;border-bottom:1px solid #E4E7E9;background:#fff;border-radius:20px 20px 0 0;-webkit-border-radius:20px 20px 0 0;-moz-border-radius:20px 20px 0 0;-ms-border-radius:20px 20px 0 0;-o-border-radius:20px 20px 0 0;display:flex;justify-content:space-between;align-items:center}.reh__compare-popup-header h3{margin:0;padding:0;font-size:18px;font-weight:600;line-height:24px;color:var(--text-color)}.reh__compare-popup-overlay .reh__compare-popup-close-btn{background:none;border:none;padding:4px;cursor:pointer;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;background:var(--background-secondary);position:unset;margin-bottom:1.5rem;margin-left:auto;border:1px solid var(--border-marketplace)}.reh__compare-popup-overlay .reh__compare-popup-close-btn svg path{stroke:var(--green-color)}.reh__compare-popup-content{padding:60px 24px 24px;overflow-y:auto;flex:1}.reh__compare-popup-overlay .reh__compare-popup-content{padding:0}.reh__compare-popup-main{display:flex;gap:20px;align-items:flex-start}.reh__compare-popup-items{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;flex:1;max-height:100%}.reh__compare-popup-actions{display:flex;flex-direction:column;gap:12px;width:200px;flex-shrink:0}.reh__compare-popup-item{position:relative;display:flex;flex-direction:column;border-radius:8px;overflow:hidden;border:1px dashed var(--border-marketplace);background:#fff}.reh__compare-popup-item-image{position:relative;max-width:100%;width:100%;height:316px;overflow:hidden;background:#f7f7f7}.reh__compare-popup-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.reh__compare-popup-remove{position:absolute;top:8px;right:8px;width:24px;height:24px;background:#048481;border:none;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;z-index:10}.reh__compare-popup-remove:hover{background:#055358;transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1)}.reh__compare-popup-remove svg{width:12px;height:12px}.reh__compare-popup-btn{padding:10px 16px;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);font-size:14px;font-weight:500;line-height:20px;text-align:center;text-decoration:none;cursor:pointer;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;border:none;display:block;width:100%}.reh__compare-popup-btn-primary{background:var(--medium-orange-color);color:#fff}.reh__compare-popup-btn-secondary{background:#fff;color:var(--text-color);border:1px solid #E4E7E9}@media(max-width:768px){.reh__compare-popup-container{max-height:90vh;border-radius:16px 16px 0 0;-webkit-border-radius:16px 16px 0 0;-moz-border-radius:16px 16px 0 0;-ms-border-radius:16px 16px 0 0;-o-border-radius:16px 16px 0 0}.reh__compare-popup-content{padding:60px 20px 20px}.reh__compare-popup-overlay .reh__compare-popup-content{padding:0}.reh__compare-popup-main{flex-direction:column;gap:20px}.reh__compare-popup-items{grid-template-columns:repeat(3,1fr);gap:12px;width:100%}.reh__compare-popup-actions{width:100%;flex-direction:row}.reh__compare-popup-item-image{height:250px}.reh__compare-popup-btn{padding:8px 12px;font-size:12px}.reh__compare-popup-empty-slot{min-height:140px;padding:15px}.reh__compare-popup-plus-icon svg{width:36px;height:36px}.reh__compare-popup-empty-text{font-size:.875rem}}@media(max-width:767px){.reh__compare-popup-items{display:flex;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#048481 #fff}.reh__compare-popup-item{max-width:15.625rem;min-width:15.625rem;height:15.625rem}.reh__compare-popup-container{min-height:-moz-max-content;min-height:max-content;max-height:-moz-max-content;max-height:max-content;padding:2.5rem 0}}@media(max-width:320px){.reh__compare-popup-actions{flex-direction:column}}.reh__seller--Directory .reh__profile-main-wrap{border:1px solid var(--border-marketplace);padding:1rem;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);background-color:var(--color-white)}.reh__grid--Directory{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.reh__grid--Directory .reh__pro-btns button{width:100%;max-width:100%;gap:8px}.reh__grid--Directory .reh__pro-btns{gap:10px;margin-top:auto}.reh__grid--Directory .reh__profile-company{padding-top:115px;padding-left:115px}.reh__grid--Directory .reh__profile-company:after{width:107px;height:107px}.reh__grid--Directory .reh__neg-btn{font-size:14px;font-weight:600}.reh__grid--Directory .reh__neg-actions .reh__neg-btn{border-radius:28px;-webkit-border-radius:28px;-moz-border-radius:28px;-ms-border-radius:28px;-o-border-radius:28px}.reh__grid--Directory .reh__neg-actions .reh__neg-btn.reh__accept{color:var(--green-color)}.reh__grid--Directory .reh__neg-actions .reh__neg-btn.reh__counter{color:var(--medium-orange-color)}.reh__grid--Directory .reh__profile-verify img{width:20px;height:auto}.reh__grid--Directory .reh__profile-verify{width:34px;height:34px;bottom:-10px;right:-10px}.reh__grid--Directory .reh__pro-btns button img{width:1.25rem;height:auto}.reh__grid--Directory .reh__profile-shipping span{font-weight:600}.reh__seller--Directory h4{font-size:1.5rem;font-weight:600;color:var(--text-color);margin-bottom:1rem}.reh__seller--Directory .reh__name-wrap h2{font-size:1.25rem;font-weight:600}.reh__seller--Directory .reh__profile-description{color:var(--text-color);font-size:1rem}@media(max-width:767px){.reh__seller-profile-card .reh__company_wrap,.reh__seller-profile-card .reh__location-wrap{flex-direction:column}.reh__seller-profile-card .reh__company_wrap .reh__neg-actions{position:absolute;top:0;right:0}.reh__seller-profile-card .reh__location-wrap{align-items:flex-start;gap:.7rem}.reh__grid--Directory .reh__pro-btns button img{width:auto;height:auto}.reh__grid--Directory .reh__pro-btns{flex-direction:column}}@media(max-width:600px){.reh__grid--Directory{grid-template-columns:repeat(1,1fr);gap:1.25rem}}@media(max-width:425px){.reh__grid--Directory .reh__profile-wrap{display:flex}}@media(max-width:375px){.reh__seller-profile-card .reh__company_wrap .reh__neg-actions{position:static;margin-top:.2rem}.reh__seller-profile-card .reh__name-wrap{gap:.8rem}}@media(min-width:768px){.reh__grid--Directory .reh__pro-btns button p{font-size:var(--text-xs)}}.reh__seller--Directory h4,.reh__seller--Directory .reh__order-table{margin-bottom:2.5rem}.reh__plan--cards-wraps{display:flex;max-width:86%;margin-inline:auto;position:relative;z-index:9;gap:20px;margin-top:-10rem;margin-bottom:45px}.reh__subscription--main{height:32.875rem;width:100%;background-image:url(/img/seller/subscription-bg.jpg);background-size:cover;background-position:center;position:relative;z-index:1}.reh__subscription--main:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:-1}.reh__subscription__header{padding-top:6.25rem}.reh__subscription__title{font-size:2.875rem;font-weight:600}.reh__subscription__description{font-size:1.25rem;font-weight:500;line-height:var(--leading-height);margin-top:.625rem;margin-bottom:1.875rem}.reh__subscription__billing-toggle{border:1px solid var(--border-marketplace);background-color:var(--color-white);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);padding:.375rem}.reh__subscription__toggle-btn{background-color:transparent;font-size:.875rem;color:var(--text-color);min-width:7rem;height:2.5rem;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);cursor:pointer;font-weight:600;transition:background-color .35s ease,color .35s ease,border-color .35s ease,box-shadow .25s ease,transform .2s ease}.reh__subscription__toggle-btn.reh__subscription__toggle-btn--active{background-color:var(--dark-green-10);color:var(--dark-green-color);border:1px solid var(--dark-green-color)}.reh__subscription__toggle-btn:active{transform:scale(.96)}.reh__plan-card{background-color:var(--color-white);border:1px solid var(--dark-green-color);width:100%;border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius)}.reh__heading--popular-plan{width:100%;background-color:var(--dark-green-color);color:var(--color-white);font-size:1rem;font-weight:600;padding:1rem 0;text-align:center}.reh__plan--main-wrap{padding:1.5625rem;height:100%}.reh__plan-card__divider{border-bottom:1px solid var(--border-marketplace);margin:1.25rem 0}.reh__plan-card__title{color:var(--dark-green-color);font-size:1.5rem;font-weight:700;margin-bottom:1.25rem}.reh__plan-card__price{font-size:2rem;font-weight:600;line-height:var(--leading-height);text-align:center;color:var(--text-color)}.reh__plan-card__price .reh__plan-card__duration{font-size:.875rem}.reh__plan-card__description{font-size:1rem;color:var(--text-color);font-weight:500;line-height:var(--leading-height)}.reh__plan-card__features-title{color:var(--dark-green-color);font-size:1rem;font-weight:600;line-height:var(--leading-height);margin:1.25rem 0 .875rem}.reh__plan-card__feature-icon.reh__plan-card__feature-icon--active{background-color:var(--green-color)}.reh__plan-card__feature-icon.reh__plan-card__feature-icon--disabled{background-color:var(--dark-orange-color)}.reh__plan-card__feature,.reh__plan-card__features{gap:.625rem}.reh__plan-card__features{margin-bottom:1.25rem;max-height:48vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#048481 #fff}.reh__plan-card__feature-icon{height:1.25rem;width:1.25rem;flex-shrink:0;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}.reh__plan-card__feature-icon img{height:.5rem;width:100%}.reh__plan-card__btn{width:100%;min-height:2.875rem;background-color:var(--dark-green-color);font-size:1rem;font-weight:600;color:var(--color-white);border-radius:var(--custom-radius);-webkit-border-radius:var(--custom-radius);-moz-border-radius:var(--custom-radius);-ms-border-radius:var(--custom-radius);-o-border-radius:var(--custom-radius);margin-top:auto}@media(max-width:1024px){.reh__plan--cards-wraps{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:-6rem}}@media(max-width:846px){.reh__plan--cards-wraps{grid-template-columns:repeat(2,1fr)}.reh__plan-card__features{max-height:26vh;min-height:24vh}}@media(max-width:575px){.reh__plan--cards-wraps{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:425px){.reh__plan--cards-wraps{grid-template-columns:repeat(1,1fr);margin-top:-9rem}.reh__subscription__title{font-size:1.67rem}.reh__subscription__description{font-size:.875rem}}.reh__amount-with-arrow{display:flex;align-items:center;gap:4px;font-weight:600;font-size:14px}.reh__amount-arrow{font-size:16px;font-weight:700;line-height:1}.reh__amount-positive,.reh__amount-positive .reh__amount-arrow{color:#10b981}.reh__amount-negative,.reh__amount-negative .reh__amount-arrow{color:#ef4444}@media(max-width:768px){.reh__amount-with-arrow{flex-direction:column;align-items:flex-start;gap:2px}.reh__transaction-id,.reh__date-text,.reh__gateway-name,.reh__amount-value,.reh__balance-amount{font-size:12px}}@keyframes amountChange{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.reh__amount-with-arrow.reh__amount-positive,.reh__amount-with-arrow.reh__amount-negative{animation:amountChange .3s ease}.reh__business-hours .reh__table-wrap tr:nth-child(odd):nth-child(n+3){background-color:var(--color-white)}@media(max-width:768px){.reh__business-hours .reh__table-border,.reh__business-hours .reh__table-wrap{border:none}.reh__shop_section .reh__business-hours .reh__table-border td{border-bottom:1px solid var(--border-marketplace);border-right:none}.reh__shop_section .reh__business-hours .reh__table-border td:last-child{padding:13px 0;border-bottom:none}.reh__table-wrap table tr td .reh__open-shop,.reh__table-wrap table tr td .reh__closed-shop{margin:0 0 0 auto}.reh__shop_section .reh__table-wrap table tr:last-child td{border-right:none;border-bottom:1px solid var(--border-marketplace)}}@media(max-width:425px){.reh__seller--public-profile .reh__profile-wrap{display:flex}}.floating-compare-button{position:fixed;bottom:30px;right:20px;z-index:1000}.floating-compare-btn{width:auto;min-width:60px;height:60px;padding:0 16px;border-radius:30px;background-color:var(--medium-orange-color);border:2px solid var(--color-white);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.floating-compare-btn:active{transform:translateY(0)}.floating-compare-btn-content{position:relative;gap:6px;display:flex;align-items:center;justify-content:center}.floating-compare-icon{width:22px;height:22px}.floating-compare-text{color:#fff;font-size:14px;font-weight:600;margin-left:4px}.floating-compare-count{background:#fff;color:#ff6b35;font-size:14px;font-weight:600;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--medium-orange-color)}@media(max-width:768px){.floating-compare-button{bottom:20px;right:20px}.floating-compare-btn{width:auto;min-width:50px;height:50px;padding:0 12px;border-radius:25px}.floating-compare-icon{width:20px;height:20px}.floating-compare-text{font-size:14px;margin-left:2px}.floating-compare-count{width:18px;height:18px;font-size:10px;top:-6px;right:-6px}}.reh__create-service-form{gap:1.25rem}.reh__create-service-form .reh__order_h h4,.reh__create-service-form .reh__create-service{margin-bottom:0}.reh__create-service-form .reh__buyer_btnwrap{margin-top:1.875rem;justify-content:flex-end}.reh__create-service-form .reh__specific-search input:focus{border:1px solid var(--border-marketplace)}.reh__create-service-form .reh__specific-search{padding:.5rem}.reh__create-service-form input[type=number],.reh__create-service-form input[type=text]{background-color:var(--color-white)}.reh__create-service-form .reh__buyer_selectfield__placeholder{color:var(--text-color)!important}.reh__create-service-form .react-select__menu-list{color:var(--text-color)!important;background-color:var(--color-white)!important}@media(max-width:675px){.reh__create-service-form .reh__buyer_formwrap{gap:0px}}.reh__updating-text{font-size:12px;margin-left:8px;color:#999;animation:fadePulse 1.2s ease-in-out infinite}@keyframes fadePulse{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}.reh__stripe-checkout-grid{display:grid;grid-template-columns:1fr 1fr;background-color:var(--white-col);margin:2.5rem 0;border-radius:1rem;gap:0;overflow-x:hidden}.reh__stripe-sidebar{padding:2.5rem 5rem 2.5rem 2rem;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid #e5e7eb;min-width:17.5rem;max-width:100%}.reh__stripe-sidebar.dark{background:#1a172e;border-color:#2d2a45}.reh__stripe-brand{margin-bottom:2rem}.reh__stripe-appname{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:#121118}.reh__stripe-sidebar.dark .reh__stripe-appname{color:#fff}.reh__stripe-subtitle{color:var(--text-color-70);font-size:1rem;font-weight:500;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.08em}.reh__stripe-sidebar.dark .reh__stripe-subtitle{color:#a09bb5}.reh__stripe-price-row{display:flex;align-items:baseline;gap:.25rem}.reh__stripe-price{color:var(--text-color);font-size:3rem;font-weight:800;letter-spacing:-.03em;word-break:break-word}.reh__stripe-sidebar.dark .reh__stripe-price{color:#fff}.reh__stripe-permonth{color:var(--text-color-70);font-size:1.125rem;font-weight:500}.reh__stripe-sidebar.dark .reh__stripe-permonth{color:var(--text-color-70)}.reh__stripe-plan-summary{border-top:1px solid var(--border-marketplace10);border-bottom:1px solid var(--border-marketplace10);padding:1.5rem 0;margin-bottom:2rem}.reh__stripe-sidebar.dark .reh__stripe-plan-summary{border-color:#2d2a45}.reh__stripe-plan-flex{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.reh__stripe-plan-iconblock{display:flex;align-items:center;gap:.75rem}.reh__stripe-plan-icon-circle{width:2.5rem;height:2.5rem;background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center}.reh__stripe-sidebar.dark .reh__stripe-plan-icon-circle{background:#2d2a45;border-color:#3a3754}.reh__stripe-plan-title{font-weight:600;color:var(--text-color)}.reh__stripe-sidebar.dark .reh__stripe-plan-title{color:#fff}.reh__stripe-plan-desc{font-size:.875rem;color:var(--text-color-70)}.reh__stripe-sidebar.dark .reh__stripe-plan-desc{color:#a09bb5}.reh__stripe-plan-price{font-weight:600;color:var(--text-color)}.reh__stripe-sidebar.dark .reh__stripe-plan-price{color:var(--color-white)}.reh__stripe-features{display:flex;flex-direction:column;gap:1rem}.reh__stripe-feature-row{display:flex;align-items:center;gap:.75rem}.reh__stripe-feature-icon{color:#6c40e8;font-size:1rem}.reh__stripe-feature-text{color:var(--text-color);font-size:.875rem}.reh__stripe-sidebar.dark .reh__stripe-feature-text{color:#d1d0da}.reh__stripe-powered{margin-top:3rem;display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#686189;flex-wrap:wrap}.reh__stripe-sidebar.dark .reh__stripe-powered{color:#a09bb5}.reh__stripe-powered-bold{font-weight:700;color:#121118}.reh__stripe-sidebar.dark .reh__stripe-powered-bold{color:#fff}.reh__stripe-powered-link{color:inherit;text-decoration:none;transition:-webkit-text-decoration .2s;transition:text-decoration .2s;transition:text-decoration .2s,-webkit-text-decoration .2s;margin-left:.25rem;margin-right:.25rem}.reh__stripe-powered-link:hover{text-decoration:underline}.reh__stripe-main{padding:2.5rem 2rem 2.5rem 5rem;display:flex;flex-direction:column}.reh__stripe-main.dark{background:#151221}.reh__stripe-main-inner{margin-left:0;width:100%}.reh__stripe-main-title{color:var(--text-color);font-size:2rem;font-weight:700;margin-bottom:2rem;word-break:break-word}.reh__stripe-main.dark .reh__stripe-main-title{color:var(--color-white)}.reh__stripe-form{display:flex;flex-direction:column;gap:1.5rem}.reh__stripe-form-label{display:block;font-size:.875rem;font-weight:500;color:#121118;margin-bottom:.375rem}.reh__stripe-main.dark .reh__stripe-form-label{color:#d1d0da}.reh__stripe-input,.reh__stripe-select{width:100%;background:#fff;border:1px solid #dddbe6;border-radius:.5rem;box-shadow:0 1px 2px #101e360a;font-size:.9375rem;padding:.75rem;transition:border-color .2s,box-shadow .2s;outline:none}.reh__stripe-input:focus,.reh__stripe-select:focus{border-color:#6c40e8;box-shadow:0 0 0 1px #6c40e833}.reh__stripe-main.dark .reh__stripe-input,.reh__stripe-main.dark .reh__stripe-select{background:#1a172e;border-color:#2d2a45;color:#fff}.reh__stripe-cardgroup{position:relative}.reh__stripe-cardnum{width:100%;background:#fff;border:1px solid #dddbe6;border-radius:.5rem .5rem 0 0;font-size:.9375rem;padding:.75rem}.reh__stripe-main.dark .reh__stripe-cardnum{background:#1a172e;border-color:#2d2a45;color:#fff}.reh__stripe-cardlogos{position:absolute;right:12px;top:12px;display:flex;gap:.25rem}.reh__stripe-cardlogo{width:2rem;height:1.25rem;background:#f3f4f6;border-radius:.25rem;background-size:cover}.reh__stripe-cardrow{display:flex;margin-top:-1px;gap:0}.reh__stripe-cardexp,.reh__stripe-cardcvc{width:50%;background:#fff;border:1px solid #dddbe6;font-size:.9375rem;padding:.75rem;min-width:0;box-sizing:border-box}.reh__stripe-cardexp{border-radius:0 0 0 .5rem}.reh__stripe-cardcvc{border-radius:0 0 .5rem;margin-left:-1px}.reh__stripe-main.dark .reh__stripe-cardexp,.reh__stripe-main.dark .reh__stripe-cardcvc{background:#1a172e;border-color:#2d2a45;color:#fff}.reh__stripe-checkboxrow{padding-top:.5rem}.reh__stripe-checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;flex-wrap:wrap;font-size:.92rem}.reh__stripe-checkbox{width:1.1rem;height:1.1rem;border-radius:.25rem;border:1px solid #dddbe6;background:transparent;accent-color:#6c40e8}.reh__stripe-main.dark .reh__stripe-checkbox{border-color:#2d2a45}.reh__stripe-checkbox-desc{font-size:.875rem;color:#686189}.reh__stripe-main.dark .reh__stripe-checkbox-desc{color:#a09bb5}.reh__stripe-btn{width:100%;background:#6c40e8;color:#fff;font-weight:700;border:none;border-radius:.5rem;padding:1rem 0;box-shadow:0 2px 8px #101e361c;transition:all .15s;cursor:pointer;margin-top:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem}.reh__stripe-btn:hover{opacity:.9}.reh__stripe-btn:active{transform:scale(.98)}.reh__stripe-termtxt{text-align:center;font-size:.75rem;color:#686189;margin-top:1.5rem}.reh__stripe-main.dark .reh__stripe-termtxt{color:#a09bb5}.reh__stripe-security-badge{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem;background:#ecfdf5;border-radius:.5rem;margin-top:1.5rem}.reh__stripe-security-badge span{font-size:.875rem;color:#059669;font-weight:500}.payment-methods{display:flex;align-items:center;gap:.5rem;padding:.625rem;background:#f7f7f7;border-radius:.5rem;margin-bottom:1.25rem;flex-wrap:wrap}.payment-methods span{font-size:.875rem;color:#6b7280}.methods-icons{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.methods-icons img{height:1.2rem}.card-types{display:flex;gap:.25rem;align-items:center;padding:.25rem;background:var(--color-white);border-radius:.25rem;flex-wrap:wrap}.card-types span{font-size:.75rem;color:#6b7280;line-break:anywhere}.action-buttons{display:flex;gap:1rem;justify-content:flex-end;padding-top:1.25rem;border-top:1px solid var(--border-marketplace10);flex-wrap:wrap}.payment-footer{padding:1rem;border-top:1px solid var(--border-marketplace10);text-align:center}.payment-footer p{font-size:.875rem;color:var(--text-color);margin:0;word-break:break-word}.reh__custom-scroll{overflow-y:auto}.reh__custom-scroll::-webkit-scrollbar{width:.375rem}.reh__custom-scroll::-webkit-scrollbar-track{background:transparent}.reh__custom-scroll::-webkit-scrollbar-thumb{background-color:var(--color-navitem);border-radius:.625rem;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.reh__custom-scroll::-webkit-scrollbar-thumb:hover{background-color:var(--color-navitem)}@media(max-width:1199px){.reh__stripe-sidebar{padding:2rem 2.5rem 2rem 1rem}.reh__stripe-main{padding:2rem 1.5rem 2rem 2.5rem}}@media(max-width:991px){.reh__stripe-sidebar{padding:1.5rem 1rem}.reh__stripe-main{padding:2rem 1rem}}@media(max-width:767px){.reh__stripe-checkout-grid{display:flex;flex-direction:column;margin:1.5rem 0}.reh__stripe-main-inner{padding:0 .625rem}.reh__stripe-sidebar{border-right:none;border-bottom:.0625rem solid var(--border-marketplace10)}}@media(max-width:575px){.reh__stripe-sidebar{padding:1rem .625rem}.reh__stripe-price{font-size:2.2rem}.reh__stripe-cardlogo{width:1.35rem;height:1rem}.reh__stripe-cardrow{flex-direction:column;gap:.125rem}.reh__stripe-main-title{font-size:1.3rem;margin-bottom:1rem}.reh__stripe-form{gap:1rem}.reh__stripe-cardexp,.reh__stripe-cardcvc{width:100%;font-size:.85rem;padding:.5rem;border-radius:.5rem!important;margin-left:0!important}.reh__stripe-permonth{font-size:1rem}.reh__stripe-plan-summary{padding:1rem 0;margin-bottom:1rem}.reh__stripe-plan-icon-circle{width:2rem;height:2rem}.reh__stripe-features{gap:.75rem}.reh__stripe-powered{margin-top:1.5rem;font-size:.7rem;gap:.25rem}.reh__stripe-main{padding:1rem .15rem}.reh__stripe-btn{font-size:.95rem;padding:.75rem 0}.reh__stripe-termtxt{font-size:.7rem;margin-top:1rem}.action-buttons{gap:.5rem;padding-top:.7rem}.payment-footer{padding:.5rem;font-size:.85rem}}@media(max-width:400px){.reh__stripe-appname{font-size:1rem}.reh__stripe-subtitle{font-size:.9rem}.reh__stripe-form-label{font-size:.8rem}.reh__stripe-input,.reh__stripe-select,.reh__stripe-cardnum{font-size:.85rem;padding:.5rem}.reh__stripe-cardlogos{right:.3125rem;top:.3125rem}.reh__stripe-checkbox-label{font-size:.83rem;gap:.4rem}.reh__stripe-checkbox-desc{font-size:.76rem}.reh__stripe-security-badge{gap:.25rem;font-size:.78rem;padding:.3rem}.payment-methods{padding:.3rem;gap:.25rem}.methods-icons{gap:.2rem}.methods-icons img{height:.95rem}.card-types{gap:.1rem;padding:.12rem}}.reh_detail_title{display:flex;gap:.625rem;justify-content:space-between}.reh_detail_action{display:flex;gap:.625rem;justify-content:center}
