:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{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:5px;z-index:var(--toastify-z-index);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:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid 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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{margin:0;padding:0;border:none;outline:none;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font-feature-settings:lnum,"lnum";font-variant-numeric:lining-nums}html{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-o-text-size-adjust:none;text-size-adjust:none}body{font-size:16px;color:#000;font-family:Arial,sans-serif;font-family:GreycliffCF-Regular;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff}img{border:none;outline:none;max-width:100%}a,div,h1,h2,h3,h4,h5,h6,img,p{text-decoration:none;padding:0;margin:0;font-weight:400}ul{list-style-type:none;margin-bottom:0}input,input[type=button],input[type=email],input[type=submit],input[type=text],select,textarea{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;border-radius:0}a:focus,a:hover{text-decoration:none}p:empty{display:none}svg{max-width:100%}img{vertical-align:middle}::-moz-selection{background:#f44c4c;color:#fff}::selection{background:#f44c4c;color:#fff}::-webkit-input-placeholder{color:#585555!important}:-moz-placeholder,::-moz-placeholder{color:#585555!important;opacity:1}:-ms-input-placeholder{color:#585555!important}@font-face{font-family:GreycliffCF-Bold;src:url(/_next/static/media/GreycliffCF-Bold.afb226e2.eot);src:url(/_next/static/media/GreycliffCF-Bold.afb226e2.eot) format("embedded-opentype"),url(/_next/static/media/GreycliffCF-Bold.598f6bf8.woff2) format("woff2"),url(/_next/static/media/GreycliffCF-Bold.51565d2f.woff) format("woff"),url(/_next/static/media/GreycliffCF-Bold.740f6953.ttf) format("truetype"),url(/_next/static/media/GreycliffCF-Bold.43943849.svg) format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:GreycliffCF-DemiBold;src:url(/_next/static/media/GreycliffCF-DemiBold.93a04825.eot);src:url(/_next/static/media/GreycliffCF-DemiBold.93a04825.eot) format("embedded-opentype"),url(/_next/static/media/GreycliffCF-DemiBold.662211d8.woff2) format("woff2"),url(/_next/static/media/GreycliffCF-DemiBold.d796552c.woff) format("woff"),url(/_next/static/media/GreycliffCF-DemiBold.61586191.ttf) format("truetype"),url(/_next/static/media/GreycliffCF-DemiBold.74369a42.svg) format("svg");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:GreycliffCF-Medium;src:url(/_next/static/media/GreycliffCF-Medium.eb2899d6.eot);src:url(/_next/static/media/GreycliffCF-Medium.eb2899d6.eot) format("embedded-opentype"),url(/_next/static/media/GreycliffCF-Medium.120c9df2.woff2) format("woff2"),url(/_next/static/media/GreycliffCF-Medium.64d13b17.woff) format("woff"),url(/_next/static/media/GreycliffCF-Medium.ebda5f21.ttf) format("truetype"),url(/_next/static/media/GreycliffCF-Medium.af2b903d.svg) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:GreycliffCF-Light;src:url(/_next/static/media/GreycliffCF-Light.e60e1ec0.eot);src:url(/_next/static/media/GreycliffCF-Light.e60e1ec0.eot) format("embedded-opentype"),url(/_next/static/media/GreycliffCF-Light.83085a4c.woff2) format("woff2"),url(/_next/static/media/GreycliffCF-Light.2fb07178.woff) format("woff"),url(/_next/static/media/GreycliffCF-Light.25b0e83c.ttf) format("truetype"),url(/_next/static/media/GreycliffCF-Light.0e347132.svg) format("svg");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:GreycliffCF-Regular;src:url(/_next/static/media/GreycliffCF-Regular.560e9949.eot);src:url(/_next/static/media/GreycliffCF-Regular.560e9949.eot) format("embedded-opentype"),url(/_next/static/media/GreycliffCF-Regular.861f2e08.woff2) format("woff2"),url(/_next/static/media/GreycliffCF-Regular.d99cb075.woff) format("woff"),url(/_next/static/media/GreycliffCF-Regular.57038a74.ttf) format("truetype"),url(/_next/static/media/GreycliffCF-Regular.75fe75b0.svg) format("svg");font-weight:400;font-style:normal;font-display:swap}.add-remove-box,.add-remove-box a,.breadcrumb li a,.catering-business-wrapper a,.common-form-outer-part,.common-table-ul li .tooltip-box-wrapper,.common-toggle-btn i,.complete-order-box .print-meta-list li span,.custom-checkbox-label:after,.custom-radiobox-label:before,.delivery-box:last-child span:last-child,.dropdown-mega-menu,.filter-box-list-outer .filter-list li a,.footer-bottom-site-wrapper .footer-bottom-links li a,.footer-bottom-site-wrapper .footer-bottom-links li span,.footer-contact-ul li a,.footer-contact-ul li i,.footer-contact-ul li i svg g,.footer-contact-ul li span,.footer-link-box a,.footer-news-letter-box .footer-form li input,.input-grp,.main-banner-inner-text-box h5 a,.main-header-left-part,.main-header-left-part img,.main-menu>ul li.dropdown i,.main-menu>ul>li a,.main-menu>ul>li svg g,.main-mobile-menu,.main-mobile-menu>ul>li,.main-mobile-menu>ul>li>a,.more-tabbing-box h6,.my-account-part-tabbing-right .print-meta-list li,.my-account-part-tabbing-right .print-meta-list li span,.my-account-right-part .my-account-box,.my-account-right-part .my-account-box:before,.on-sale-box,.option-tab li a,.option-tab li a svg g,.order-detail-back-box a,.order-list-btn,.order-list-icon,.order-list-right-title-part>.print-meta-list li span,.outline-hover li a,.outline-hover li a g>g,.plus-minus-box,.plus-minus-box span,.plus-minus-box span svg g,.primary-btn,.primary-btn.dark-btn,.product-range-box,.site-header,.slick-arrow,.sub-menu-inner-ul,.sub-menu-ul,.swiper-button-next,.swiper-button-prev,.text-link,.tooltip-box-hover,.top-header-bar .top-header-bar-ul li a{transition:all .3s ease-in-out}h1,h2,h3,h4,h5,h6,p,section{float:left;width:100%}#mast_head a:not(.primary-btn){color:#f44c4c;border-bottom:1px solid transparent}h1,h2,h3,h4,h5,h6,p{color:#000}h1{font-size:32px;line-height:38px;font-family:GreycliffCF-Bold}@media only screen and (max-width:1600px){h1{font-size:28px}}@media only screen and (max-width:1199px){h1{font-size:24px}}@media only screen and (max-width:991px){h1{font-size:20px}}h2{font-size:32px;line-height:38px;font-family:GreycliffCF-Bold}@media only screen and (max-width:1600px){h2{font-size:28px}}@media only screen and (max-width:1199px){h2{font-size:21px}}@media only screen and (max-width:991px){h2{font-size:20px}}@media only screen and (max-width:767px){h2{font-size:18px}}h3{font-size:24px;line-height:29px;font-family:GreycliffCF-Regular}@media only screen and (max-width:1279px){h3{font-size:22px}}@media only screen and (max-width:1199px){h3{font-size:20px}}@media only screen and (max-width:991px){h3{font-size:16px}}h4{line-height:24px;color:#f44c4c}h4,h5{font-size:18px;font-family:GreycliffCF-Regular}h5{line-height:21px}@media only screen and (max-width:1199px){h5{font-size:16px}}@media only screen and (max-width:991px){h5{font-size:14px}}h6{font-size:18px;font-family:GreycliffCF-Regular;line-height:21px}@media only screen and (max-width:1600px){h6{font-size:16px}}@media only screen and (max-width:1199px){h6{font-size:14px}}p{font-size:16px;line-height:25px;font-family:GreycliffCF-Regular}@media only screen and (max-width:1199px){p{font-size:14px}}svg{height:100%}body,html{overflow-x:hidden}body.menu-is-open{overflow-y:hidden}.container{max-width:100%;width:1420px;margin:0 auto}@media only screen and (max-width:1600px){.container{width:1290px;padding:0 15px}}@media only screen and (max-width:1279px){.container{width:1170px}}@media only screen and (max-width:1199px){.container{width:970px;padding:0 15px}}@media only screen and (max-width:991px){.container{width:750px}}@media only screen and (max-width:767px){.container{width:100%;float:left}}.site-header{width:100%;padding:22px 89px 20px 90px;background-color:#fff;position:fixed;top:0;left:0;z-index:1111}@media only screen and (max-width:1600px){.site-header{padding:22px 50px 20px 35px}}@media only screen and (max-width:1279px){.site-header{padding:22px 16px 20px 11px}}@media only screen and (max-width:767px){.site-header{padding:22px 10px 20px 13px}}@media only screen and (max-width:991px){.site-header .container{width:100%}}@media only screen and (max-width:767px){.site-header .container{padding:0}}.site-header.sticky-top.with-header-top-bar{top:-53px}.site-header.sticky-top.with-header-top-bar .small-logo{top:37px}@media only screen and (max-width:1199px){.site-header.sticky-top.with-header-top-bar .main-header{padding:12px 0}}@media only screen and (max-width:767px){.site-header.sticky-top.with-header-top-bar .main-header{padding:0}}.site-header.sticky-top{padding:3px 89px 2px 90px!important;box-shadow:0 2px 4px 1px rgba(0,0,0,.06)}@media only screen and (max-width:1600px){.site-header.sticky-top{padding:0 50px 2px 35px!important}}@media only screen and (max-width:1279px){.site-header.sticky-top{padding:3px 16px 2px 11px!important}}@media only screen and (max-width:1199px){.site-header.sticky-top{padding:12px 16px 12px 11px!important}}@media only screen and (max-width:767px){.site-header.sticky-top{padding:12px 10px 12px 13px!important}}.site-header.sticky-top .main-header-left-part img.small-logo{transform:scale(1)}.site-header.sticky-top .main-header-left-part img,.small-logo{transform:scale(0)}.small-logo{position:absolute;left:47px;top:19px}@media only screen and (max-width:1199px){.small-logo{left:20px;top:9px;max-width:50px!important}}@media only screen and (max-width:991px){.small-logo{left:15px;top:7px}}@media only screen and (max-width:767px){.small-logo{right:0;left:0;max-width:50px!important}}.main-header{display:flex;align-items:center;width:100%;position:relative}@media only screen and (max-width:1199px){.site-header.with-header-top-bar .main-header{min-height:77px}}.main-header-left-part{float:left;width:156px;position:relative;top:-6px}@media only screen and (max-width:1199px){.main-header-left-part{width:100px}}@media only screen and (max-width:991px){.main-header-left-part{width:80px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:50px;height:50px}}.main-header-left-part img{max-width:100%;height:auto}@media only screen and (max-width:991px){.main-header-left-part img{transform:scale(0)}.main-header-left-part img.small-logo{transform:scale(1);top:0;bottom:0;margin:auto;left:0}}.main-header-right-part{margin-left:auto;position:relative;display:flex;align-items:center}.main-header-right-part .primary-btn{font-family:GreycliffCF-Medium}.main-header-right-part .primary-btn:last-child i{margin-right:17px}@media only screen and (max-width:1199px){.main-header-right-part .primary-btn{font-size:14px;font-size:12px}.main-header-right-part .primary-btn i{margin-right:7px!important;height:15px;width:17px}}@media only screen and (max-width:991px){.main-header-right-part .primary-btn i{height:15px;width:15px}.main-header-right-part{display:flex}}.main-menu{width:auto;float:left;margin-left:47px}.main-menu>ul,.main-menu>ul>li{display:flex;align-items:center}.main-menu>ul>li{margin-right:29px;position:relative}@media only screen and (max-width:1600px){.main-menu>ul>li{margin-right:19px}}.main-menu>ul>li:first-child.active:before{content:"";position:absolute;left:-12px;bottom:-21px;width:41px;height:2px;background-color:#f44c4c}@media only screen and (max-width:1199px){.main-menu>ul>li:first-child.active:before{bottom:-16px}}.main-menu>ul>li:first-child a{font-size:0}.main-menu>ul>li:active>a,.main-menu>ul>li:focus>a,.main-menu>ul>li:hover>a{color:#f44c4c}.main-menu>ul>li:active svg g,.main-menu>ul>li:focus svg g,.main-menu>ul>li:hover svg g{fill:#f44c4c}.main-menu>ul>li a{color:#000;font-size:16px;line-height:19px;font-family:GreycliffCF-Medium}@media only screen and (max-width:1199px){.main-menu>ul>li a{font-size:14px}}.main-menu>ul>li i{height:17px;width:17px;position:relative;top:2px;float:left}.main-menu>ul>li:last-child{margin-right:0}.main-menu>ul li.active a{color:#f44c4c}.main-menu>ul li.active svg g{fill:#f44c4c}.main-menu>ul li.active:before{content:"";position:absolute;bottom:-14px;left:0;background-color:#f44c4c;height:2px;width:100%}.main-menu>ul li.dropdown{margin-right:19px}.main-menu>ul li.dropdown>a{margin-right:7px}.main-menu>ul li.dropdown i{margin-top:-5px;float:left}.main-menu>ul li.dropdown i svg{margin-bottom:-2px}.main-header-right-part .primary-btn{margin-right:13px;padding:14px 26px 17px 25.5px}@media only screen and (max-width:1199px){.main-header-right-part .primary-btn{padding:12px 25px 15px 23.5px}}@media only screen and (max-width:991px){.main-header-right-part .primary-btn{padding:11px 15px 12px 14.5px;margin-right:5px}}@media only screen and (max-width:767px){.main-header-right-part .primary-btn{height:45px;display:flex;align-items:center;justify-content:center}}.main-header-right-part .primary-btn:last-child{margin-right:0}@media only screen and (max-width:767px){.main-header-right-part .primary-btn i{height:20px;width:20px;margin:0 0 0 2px!important}}.primary-btn.with-count{padding:10.5px 12px 10.5px 17px;font-family:GreycliffCF-Bold}@media only screen and (max-width:1199px){.primary-btn.with-count{padding:6.5px 12px 6.5px 17px}}@media only screen and (max-width:991px){.primary-btn.with-count{font-size:0;padding:0;height:45px;width:45px;display:flex;align-items:center;justify-content:center}}.primary-btn.with-count i{margin-right:7px!important}@media only screen and (max-width:991px){.primary-btn.with-count i{margin-left:6px!important;height:20px;width:20px}.primary-btn.with-count span{display:none}}.primary-btn{background-color:#f44c4c;border-radius:25px;color:#fff;display:inline-flex;align-items:center;padding:14px 26px 17px 24.5px;font-size:15px;line-height:normal}@media only screen and (max-width:1199px){.primary-btn{font-size:14px}}.primary-btn i{float:left;height:20px;width:24px;margin-right:12px}@media only screen and (max-width:1199px){.primary-btn i{height:15px;width:17px}}.primary-btn .count{height:29px;width:29px;border-radius:100%;display:inline-flex;align-items:center;justify-content:center;margin-left:12px}.primary-btn .count,.primary-btn:hover{background-color:#d54040}.primary-btn:active,.primary-btn:focus{box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.29)}.search-bar{border:1px solid #979797;position:relative;height:50px;width:237px;border-radius:25px;overflow:hidden;padding:10px 20px 10px 50px;display:inline-flex;align-items:center;margin-right:13px}@media only screen and (max-width:1600px){.search-bar{width:210px}}.search-bar .search-btn{position:absolute;left:22px;top:0;width:18px;height:17px;bottom:0;margin:auto;background-color:transparent;cursor:pointer}.search-bar .search-btn svg{float:left}.search-bar input{height:100%;width:100%;font-size:16px;line-height:19px;font-family:GreycliffCF-Medium;color:#000}.search-bar input::-moz-placeholder{font-size:16px!important;line-height:19px!important;font-family:GreycliffCF-Medium!important;color:#000!important}.search-bar input:-ms-input-placeholder{font-size:16px!important;line-height:19px!important;font-family:GreycliffCF-Medium!important;color:#000!important}.search-bar input::placeholder{font-size:16px!important;line-height:19px!important;font-family:GreycliffCF-Medium!important;color:#000!important}@media only screen and (max-width:1199px){.site-header .search-bar{width:155px;padding:10px 10px 10px 42px;height:42px}.site-header .search-bar input{font-size:14px!important}.site-header .search-bar input::-moz-placeholder{font-size:14px!important}.site-header .search-bar input:-ms-input-placeholder{font-size:14px!important}.site-header .search-bar input::placeholder{font-size:14px!important}.site-header .search-bar svg{left:15px;height:14px;width:14px}}@media only screen and (max-width:991px){.site-header .search-bar{display:none;position:absolute;top:0;left:-225px;background:#fff;width:210px;height:45px;padding:10px 20px 10px 50px}.site-header .search-bar svg{left:22px;width:18px;height:17px}}@media only screen and (max-width:767px){.site-header .search-bar{top:0;left:-170px;width:160px;z-index:11;padding:10px 20px 10px 42px}.site-header .search-bar svg{left:17px;height:14px;width:14px}.site-header .search-bar input{font-size:12px!important}.site-header .search-bar input::-moz-placeholder{font-size:12px!important}.site-header .search-bar input:-ms-input-placeholder{font-size:12px!important}.site-header .search-bar input::placeholder{font-size:12px!important}}.site-header .search-bar-icon{display:none}@media only screen and (max-width:991px){.site-header .search-bar-icon{float:left;width:auto;margin-right:15px;display:flex}.site-header .search-bar-icon svg{width:26px;height:24px}}@media only screen and (max-width:767px){.site-header.with-header-top-bar.sticky-top .top-header-bar{padding:18px 0 15px}.site-header.with-header-top-bar.sticky-top .main-header{min-height:69px}}.top-header-bar{float:left;width:100%;padding:15px 0;position:relative;z-index:1}@media only screen and (max-width:767px){.top-header-bar{padding:10px 0}}.top-header-bar .top-header-bar-ul{display:flex;align-items:center;width:100%;justify-content:flex-end}.top-header-bar .top-header-bar-ul li{margin-right:40px}@media only screen and (max-width:767px){.top-header-bar .top-header-bar-ul li{margin-right:20px}}.top-header-bar .top-header-bar-ul li a{font-size:16px;line-height:19px;font-family:GreycliffCF-Medium;color:#000;border-bottom:1px solid transparent}@media only screen and (max-width:1199px){.top-header-bar .top-header-bar-ul li a{font-size:14px}}.top-header-bar .top-header-bar-ul li:last-child{margin-right:0}.top-header-bar .top-header-bar-ul li:hover a{color:#f44c4c;border-bottom-color:#f44c4c}.top-header-bar .top-header-bar-ul li.active a{font-family:GreycliffCF-Bold}@media only screen and (max-width:767px){.top-header-bar .top-header-bar-ul li.active{display:none}}.top-header-bar:before{content:"";position:absolute;left:-2500px;top:0;width:calc(100% + 5000px);height:100%;background-color:#efefef;z-index:-1}.site-header.with-header-top-bar{padding:0 50px 3px 35px}@media only screen and (max-width:1279px){.site-header.with-header-top-bar{padding:0 0 3px!important}}@media only screen and (max-width:767px){.site-header.with-header-top-bar{padding:0 15px 3px!important}}@media only screen and (max-width:1279px){.site-header.with-header-top-bar .main-header-right-part{display:flex;align-items:center}}.site-header.with-header-top-bar .main-header-left-part{top:-22px;z-index:11}@media only screen and (max-width:991px){.site-header.with-header-top-bar .main-header-left-part{top:5px}}@media only screen and (max-width:1199px){.site-header.with-header-top-bar .main-header-left-part .small-logo{top:27px}}@media only screen and (max-width:991px){.site-header.with-header-top-bar .main-header-left-part .small-logo{top:0}}@media only screen and (max-width:767px){.main-banner-part.home-banner-part{padding:175px 0 50px!important}}.main-banner-part{padding:284px 15px 158px;margin:0 12px;width:calc(100% - 24px);overflow:hidden;position:relative}.main-banner-part .container{width:100%;padding:0}.main-banner-part .main-banner-wrapper{float:left;width:100%}@media only screen and (max-width:991px){.main-banner-part .main-banner-wrapper{display:flex}}@media only screen and (max-width:767px){.main-banner-part .main-banner-wrapper{flex-direction:column;align-items:center}}.main-banner-part .banner-img-part{width:100%;position:absolute;left:0;top:0;height:721px;z-index:-1}@media only screen and (max-width:1279px){.main-banner-part .banner-img-part{height:651px}}@media only screen and (max-width:1199px){.main-banner-part .banner-img-part{height:575px}}@media only screen and (max-width:991px){.main-banner-part .banner-img-part{position:static;height:150px;overflow:hidden;min-width:50%}}@media only screen and (max-width:767px){.main-banner-part .banner-img-part{min-width:100%;position:absolute;top:85px;height:165px;overflow:hidden;left:0}}.main-banner-part .banner-img-part img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width:767px){.main-banner-part .banner-img-part img{position:absolute;left:0;top:0}}@media only screen and (max-width:1279px){.main-banner-part{padding:264px 15px 118px!important}}@media only screen and (max-width:1199px){.main-banner-part{padding:214px 15px 108px!important}}@media only screen and (max-width:991px){.main-banner-part{padding:95px 0 20px!important}}@media only screen and (max-width:767px){.main-banner-part{margin:0;width:100%}}.main-banner-part.home-banner-part{padding:295px 15px 158px}@media only screen and (max-width:991px){.main-banner-part.home-banner-part{padding:145px 0 20px!important}}@media only screen and (max-width:767px){.main-banner-part.home-banner-part .banner-img-part{top:120px}}.main-banner-part.home-banner-part .main-banner-inner-box{padding:41px 54px 45px 56px}@media only screen and (max-width:991px){.main-banner-part.home-banner-part .main-banner-inner-box{padding:0 0 0 24px}}@media only screen and (max-width:767px){.main-banner-part.home-banner-part .main-banner-inner-box{padding:0 15px}}.main-banner-part.home-banner-part .main-banner-inner-box h1{margin-bottom:23px}@media only screen and (max-width:991px){.main-banner-part.home-banner-part .main-banner-inner-box h1{margin-bottom:10px}}@media only screen and (max-width:767px){.main-banner-part.home-banner-part .main-banner-inner-text-box{margin-bottom:15px}}.main-banner-inner-box{min-height:317px;max-width:612px;width:100%;background-color:#fff;margin:auto;padding:39px 51px 45px 40px;display:flex;flex-direction:column;flex-wrap:wrap;border-radius:4px}@media only screen and (max-width:1600px){.main-banner-inner-box{min-height:278px}}@media only screen and (max-width:1279px){.main-banner-inner-box{min-height:265px}}@media only screen and (max-width:1199px){.main-banner-inner-box{min-height:248px}}@media only screen and (max-width:991px){.main-banner-inner-box{padding:0 0 0 24px;min-height:auto;min-width:50%;margin:0}}@media only screen and (max-width:767px){.main-banner-inner-box{max-width:500px;padding:20px 20px 0;margin-top:170px}}@media only screen and (max-width:991px){.main-banner-inner-box .main-banner-btn-box{justify-content:flex-start}}@media only screen and (max-width:767px){.main-banner-inner-box .main-banner-btn-box{max-width:280px;margin:auto;justify-content:center}.main-banner-inner-box .primary-btn{margin-bottom:15px;margin-right:0}.main-banner-inner-box .primary-btn:first-child{margin-right:0;margin-bottom:10px}}.main-banner-inner-text-box{float:left;width:100%;text-align:center}@media only screen and (max-width:991px){.main-banner-inner-text-box{text-align:left}}@media only screen and (max-width:767px){.main-banner-inner-text-box{text-align:center}}.main-banner-inner-text-box h1{line-height:38px;font-family:GreycliffCF-Medium;margin-bottom:31px}@media only screen and (max-width:1279px){.main-banner-inner-text-box h1{line-height:34px}}@media only screen and (max-width:1199px){.main-banner-inner-text-box h1{line-height:30px}}@media only screen and (max-width:991px){.main-banner-inner-text-box h1{line-height:22px;font-size:16px;margin-bottom:25px}}.main-banner-inner-text-box h1 b{font-family:GreycliffCF-Bold}.main-banner-inner-text-box h5{margin-bottom:29px}@media only screen and (max-width:991px){.main-banner-inner-text-box h5{margin-bottom:10px}}.main-banner-inner-text-box h5 a{color:#f44c4c;border-bottom:1px solid transparent}.main-banner-inner-text-box h5 a:hover{border-bottom-color:#f44c4c}.main-banner-btn-box.home-page-banner-btn-box .primary-btn{padding:14px 32px 17px 35.3px}@media only screen and (max-width:991px){.main-banner-btn-box.home-page-banner-btn-box .primary-btn{padding:14px 29px 17px 32.3px}}.main-banner-btn-box.home-without-login-btn-box .primary-btn{padding:14px 27px 16px 26px}.main-banner-btn-box.home-without-login-btn-box .primary-btn.dark-btn{padding:15px 27px 16px 31.5px}.main-banner-btn-box{width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.main-banner-btn-box .primary-btn{margin-right:9px}.main-banner-btn-box .primary-btn:last-child{margin-right:0}.main-banner-btn-box .primary-btn i{margin-right:17px}.primary-btn.dark-btn{background-color:#000}.primary-btn.dark-btn:active,.primary-btn.dark-btn:focus,.primary-btn.dark-btn:hover{background-color:#f44c4c}.primary-btn.dark-btn:active,.primary-btn.dark-btn:focus{box-shadow:none}.ordering-part{padding:112px 90px 0}@media only screen and (max-width:1279px){.ordering-part{padding:92px 90px 0}}@media only screen and (max-width:1199px){.ordering-part{padding:112px 0 0}}@media only screen and (max-width:991px){.ordering-part{padding:52px 0 0}}@media only screen and (max-width:767px){.ordering-part{padding:22px 0 0}}.ordering-part-top{float:left;width:100%;box-shadow:0 2px 54px 0 rgba(0,0,0,.15)}.ordering-part-left{width:460px;float:left}@media only screen and (max-width:1199px){.ordering-part-left{width:390px}}@media only screen and (max-width:991px){.ordering-part-left{width:50%}}@media only screen and (max-width:767px){.ordering-part-left{width:100%}}.ordering-part-left img{width:100%;max-height:342px}@media only screen and (max-width:991px){.ordering-part-left img{max-height:none}}.ordering-part-right{float:right;width:calc(100% - 460px);padding:43px 54px 82px;position:relative}@media only screen and (max-width:1600px){.ordering-part-right{min-height:342px}}@media only screen and (max-width:1279px){.ordering-part-right{padding:47px 25px 89px;min-height:340px}}@media only screen and (max-width:1199px){.ordering-part-right{padding:50px 20px 53px;width:calc(100% - 390px);min-height:290px}}@media only screen and (max-width:991px){.ordering-part-right{width:50%;padding:20px;min-height:268px}}@media only screen and (max-width:767px){.ordering-part-right{width:100%;padding:40px 15px}}.ordering-part-right h2{line-height:38px;color:#000;margin-bottom:47px;font-family:GreycliffCF-Bold}@media only screen and (max-width:1199px){.ordering-part-right h2{margin-bottom:40px;line-height:30px}}@media only screen and (max-width:991px){.ordering-part-right h2{line-height:26px}}@media only screen and (max-width:767px){.ordering-part-right h2{text-align:center}}.ordering-part-right .primary-btn{position:absolute;left:0;right:0;margin:auto;max-width:246px;bottom:-25px}@media only screen and (max-width:1600px){.ordering-part-right .primary-btn{bottom:-26px}}@media only screen and (max-width:1279px){.ordering-part-right .primary-btn{bottom:-22px;padding:14px 32px 17px 31px}}@media only screen and (max-width:991px){.ordering-part-right .primary-btn{padding:13px 24px 14px;max-width:215px;font-size:13px}}.ordering-part-right .primary-btn i{margin-right:14px}@media only screen and (max-width:1279px){.ordering-part-right .primary-btn i{height:17px;width:20px;height:14px}}.ordering-meta-list{display:flex;width:100%}@media only screen and (max-width:767px){.ordering-meta-list{flex-direction:column}}.ordering-meta-list .meta-box{margin:auto 0;text-align:center;width:33.33%}@media only screen and (max-width:1600px){.ordering-meta-list .meta-box{padding:0 15px}}@media only screen and (max-width:1199px){.ordering-meta-list .meta-box{min-height:117px;padding:0 10px}}@media only screen and (max-width:991px){.ordering-meta-list .meta-box{padding:0 10px}}@media only screen and (max-width:767px){.ordering-meta-list .meta-box{padding:0;margin-bottom:10px;width:100%}}.ordering-meta-list .meta-box img{margin-bottom:25px;max-height:88px}@media only screen and (max-width:1600px){.ordering-meta-list .meta-box img{max-height:68px}}@media only screen and (max-width:1279px){.ordering-meta-list .meta-box img{max-height:55px}}@media only screen and (max-width:991px){.ordering-meta-list .meta-box img{margin-bottom:20px}}@media only screen and (max-width:767px){.ordering-meta-list .meta-box img{margin-bottom:10px}}.ordering-part-bottom{padding:82px 20px;width:100%;display:flex;align-items:center}@media only screen and (max-width:1600px){.ordering-part-bottom{padding:82px 0}}@media only screen and (max-width:1279px){.ordering-part-bottom{padding:72px 0}}@media only screen and (max-width:1199px){.ordering-part-bottom{padding:72px 0 42px}}@media only screen and (max-width:991px){.ordering-part-bottom{padding:62px 0 22px}}@media only screen and (max-width:767px){.ordering-part-bottom{padding:82px 0 22px;flex-direction:column}}.ordering-part-bottom h5{font-family:GreycliffCF-Bold;display:inline;width:auto}@media only screen and (max-width:767px){.ordering-part-bottom h5{margin-bottom:30px}}.ordering-list{display:flex;align-items:center;margin-left:52px}@media only screen and (max-width:1199px){.ordering-list{margin-left:20px}}@media only screen and (max-width:767px){.ordering-list{flex-direction:column;margin:0;width:100%}}.ordering-list li{display:flex;margin-right:40px;line-height:19px}@media only screen and (max-width:1600px){.ordering-list li{line-height:20px}}@media only screen and (max-width:1199px){.ordering-list li{margin-right:15px;font-size:14px;font-size:12px}}@media only screen and (max-width:767px){.ordering-list li{width:100%;flex-direction:column;align-items:center;margin-right:0;margin-bottom:40px}}.ordering-list li i{max-width:34px;height:auto;float:left;margin-right:13px;margin-top:-3px}@media only screen and (max-width:1600px){.ordering-list li i{margin-top:0}}@media only screen and (max-width:767px){.ordering-list li i{margin-right:0;margin-bottom:10px}}.ordering-list li:last-child{margin-right:0}@media only screen and (max-width:767px){.ordering-list li:last-child{margin-bottom:0}}.video-part{position:relative;padding:65px 0 144px}.video-part .container{display:flex;flex-wrap:wrap}@media only screen and (max-width:1279px){.video-part{padding:45px 0 110px}}@media only screen and (max-width:1199px){.video-part{padding:45px 0 90px}}@media only screen and (max-width:767px){.video-part{padding:45px 0 40px}}.video-part-right{width:calc(50% - 23px);background-repeat:no-repeat;background-size:cover;position:absolute;right:15px;top:60px;height:518px}@media only screen and (max-width:1279px){.video-part-right{height:500px}}@media only screen and (max-width:1199px){.video-part-right{height:450px}}@media only screen and (max-width:767px){.video-part-right{width:100%;position:relative;float:left;left:0;height:250px;order:0;margin-bottom:30px;top:0}}.video-part-right img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.video-part-right .video-paused{height:80px;width:80px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background-color:#fff;border-radius:100%;display:flex;align-items:center;justify-content:center;cursor:pointer}@media only screen and (max-width:767px){.video-part-right .video-paused{height:60px;width:60px}.video-part-right .video-paused svg{height:20px;width:20px}}.video-part-left{float:left;width:50%;max-width:680px;padding:37px 0 50px}@media only screen and (max-width:1600px){.video-part-left{max-width:580px}}@media only screen and (max-width:1279px){.video-part-left{max-width:520px;padding:17px 0 50px}}@media only screen and (max-width:1199px){.video-part-left{padding:17px 0 30px;max-width:430px}}@media only screen and (max-width:991px){.video-part-left{max-width:330px}}@media only screen and (max-width:767px){.video-part-left{width:100%;max-width:100%;order:1;padding-top:0}}.video-part-left h2{margin-bottom:18px}@media only screen and (max-width:1199px){.video-part-left h2{line-height:32px;line-height:28px}}@media only screen and (max-width:767px){.video-part-left h2{line-height:24px}}.video-part-left p{margin-bottom:69px}@media only screen and (max-width:1199px){.video-part-left p{margin-bottom:49px}}@media only screen and (max-width:767px){.video-part-left p{margin-bottom:30px}}.autho-box{float:left;width:100%}.autho-box .autho-text-box{width:calc(100% - 138px);float:right}@media only screen and (max-width:1199px){.autho-box .autho-text-box{width:calc(100% - 120px)}}@media only screen and (max-width:991px){.autho-box .autho-text-box{width:calc(100% - 80px)}}.autho-box .autho-text-box h5{font-family:GreycliffCF-Bold;margin-bottom:2px}.autho-box .autho-text-box h5,.autho-box .autho-text-box h6{line-height:27px;color:#f44c4c}.autho-box .autho-img-box{width:138px;float:left;position:relative}@media only screen and (max-width:1199px){.autho-box .autho-img-box{width:120px}}@media only screen and (max-width:991px){.autho-box .autho-img-box{width:58px}}.autho-box .autho-img-box img:first-child{height:98px;width:98px}@media only screen and (max-width:1199px){.autho-box .autho-img-box img:first-child{width:78px;height:78px}}@media only screen and (max-width:991px){.autho-box .autho-img-box img:first-child{width:58px;height:58px}}.autho-box .autho-img-box img:last-child{height:42px;width:42px;position:absolute;top:0;right:33px}@media only screen and (max-width:1199px){.autho-box .autho-img-box img:last-child{width:32px;height:32px}}@media only screen and (max-width:991px){.autho-box .autho-img-box img:last-child{right:-10px;top:3px;width:22px;height:22px}}.img-text-part{padding:92px 0 99px;position:relative;min-height:517px}@media only screen and (max-width:1279px){.img-text-part{padding:62px 0 99px}}@media only screen and (max-width:1199px){.img-text-part{padding:10px 0 60px;min-height:455px}}@media only screen and (max-width:991px){.img-text-part{padding:0 0 60px;min-height:518px}}@media only screen and (max-width:1199px){.img-text-part .img-part-left{height:395px}}@media only screen and (max-width:991px){.img-text-part .img-part-left{height:435px}}@media only screen and (max-width:767px){.img-text-part .img-part-left{width:100%;position:relative;float:left;left:0;height:250px;margin-bottom:30px;top:0}}.img-part-left{position:absolute;left:22px;top:0;width:calc(50% - 23px);height:518px}@media only screen and (max-width:1279px){.img-part-left{height:480px}}@media only screen and (max-width:1199px){.img-part-left{height:415px}}@media only screen and (max-width:991px){.img-part-left{height:380px}}@media only screen and (max-width:767px){.img-part-left{height:250px}}.img-part-left img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.text-part-right{float:right;width:50%;max-width:659px}@media only screen and (max-width:1600px){.text-part-right{max-width:575px}}@media only screen and (max-width:1279px){.text-part-right{max-width:525px}}@media only screen and (max-width:1199px){.text-part-right{max-width:425px}}@media only screen and (max-width:991px){.text-part-right{max-width:325px}}@media only screen and (max-width:767px){.text-part-right{max-width:100%;width:100%}}.text-part-right h2{margin-bottom:29px}@media only screen and (max-width:1199px){.text-part-right h2{margin-bottom:12px}}.text-part-right p{margin-bottom:25px}@media only screen and (max-width:767px){.text-part-right p{margin-bottom:15px}}.text-part-right p:last-child{margin-bottom:0}.article-part h2{position:absolute;left:-7px;top:0;-ms-writing-mode:tb-lr;writing-mode:vertical-lr;display:inline-block;width:auto;transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg)}@media only screen and (max-width:991px){.article-part h2{transform:rotate(-90deg);left:18px;top:-75px}}@media only screen and (max-width:767px){.article-part h2{left:15px;top:-70px}}.article-part .for-mobile{display:none!important}@media only screen and (max-width:991px){.article-part .for-mobile{display:flex!important}}.article-box{width:100%;float:left;padding-left:63px;position:relative}@media only screen and (max-width:991px){.article-box{padding-left:0;display:flex;flex-wrap:wrap;justify-content:space-between}}.article-box .slick-arrow{position:absolute;top:-50px}.article-box .slick-next{right:0}.article-box .slick-prev{right:35px}.article-box .slick-track{display:flex}@media only screen and (max-width:991px){.article-box .slick-list{position:relative;float:left;left:calc(100% - 715px)}}@media only screen and (max-width:767px){.article-box .slick-list{left:0;overflow:hidden}}@media only screen and (max-width:991px){.article-box .for-dekstop{display:none}}.article-box h5{font-size:20px;line-height:24px;font-family:GreycliffCF-Bold;margin-bottom:22px}@media only screen and (max-width:1600px){.article-box h5{font-size:18px}}@media only screen and (max-width:991px){.article-box h5{font-size:16px;margin-bottom:15px}}.article-part{padding:152px 0 34px}@media only screen and (max-width:1279px){.article-part{padding:100px 0 24px}}@media only screen and (max-width:1199px){.article-part{padding:40px 0 24px}}.article-inner-box{float:left;width:33.33%;max-width:449px;margin-bottom:52px;padding-right:20px}@media only screen and (max-width:1199px){.article-inner-box{width:50%}}@media only screen and (max-width:991px){.article-inner-box{padding-right:0}}.article-inner-box .article-wrapper-box{float:left;width:100%;max-width:405px}.article-inner-box .article-wrapper-box .article-img-box{width:130px;float:left}@media only screen and (max-width:767px){.article-inner-box .article-wrapper-box .article-img-box{width:60px;height:60px;overflow:hidden}.article-inner-box .article-wrapper-box .article-img-box img{width:100%}}.article-inner-box .article-wrapper-box .article-meta-box{float:right;width:calc(100% - 155px)}@media only screen and (max-width:767px){.article-inner-box .article-wrapper-box .article-meta-box{width:calc(100% - 75px)}}.article-inner-box .article-wrapper-box .article-meta-box p{margin-bottom:15px;margin-top:-7px}@media only screen and (max-width:991px){.article-inner-box .article-wrapper-box .article-meta-box p{margin-bottom:0}}.text-link{font-size:16px;line-height:25px;color:#f44c4c;font-family:GreycliffCF-Medium;display:inline-block;border-bottom:1px solid transparent;position:relative}@media only screen and (max-width:991px){.text-link{font-size:14px}}.text-link:hover{border-bottom-color:#f44c4c}.text-link i{position:absolute;right:-20px;top:0}.social-media-box{float:left;text-align:center;border:1px solid #d8d8d8;padding:30px 15px 25px;max-width:445px;border-radius:3px;margin-top:3px}@media only screen and (max-width:1600px){.social-media-box{max-width:359px}}@media only screen and (max-width:1199px){.social-media-box{max-width:435px}}@media only screen and (max-width:991px){.social-media-box{max-width:100%;width:100%;display:flex;align-items:center;min-height:72px;margin:0;padding:15px}}@media only screen and (max-width:767px){.social-media-box{flex-direction:column}}.social-media-box .text-link-wrapper{float:left;width:100%;margin-bottom:23px}@media only screen and (max-width:991px){.social-media-box .text-link-wrapper{margin-bottom:0;display:flex;align-items:center}}@media only screen and (max-width:767px){.social-media-box .text-link-wrapper{justify-content:center;margin-bottom:5px}}.social-media-box .social-box-inner{float:left;width:100%}@media only screen and (max-width:991px){.social-media-box .social-box-inner{display:flex;align-items:center;justify-content:flex-end}}@media only screen and (max-width:767px){.social-media-box .social-box-inner{justify-content:center;flex-direction:column}.social-media-box .social-box-inner h6{margin:0 0 10px}}.social-media-box h6{font-size:16px;line-height:25px;font-family:GreycliffCF-Medium;margin-bottom:10px}@media only screen and (max-width:991px){.social-media-box h6{width:auto;margin-bottom:0;margin-right:15px}}.outline-hover li:hover a{border-color:#000;background-color:transparent}.outline-hover li:hover a g{fill:#000}.social-media-ul{float:left;width:100%;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:991px){.social-media-ul{width:auto}}.social-media-ul li{float:left;margin-right:11px}.social-media-ul li:last-child{margin-right:0}.social-media-ul li a{height:31px;width:31px;background-color:#f44c4c;display:flex;align-items:center;justify-self:center;border-radius:100%;border:1px solid transparent}.social-media-ul li a i{margin:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.social-media-ul li a i svg{height:15px;width:16px}.slick-arrow{height:29px;width:29px;background-color:#000;border-radius:100%;cursor:pointer;position:relative;box-shadow:none!important}.slick-arrow:hover{background-color:#f44c4c}.slick-arrow:active,.slick-arrow:focus{box-shadow:inset 0 1px 3px 0 #c1c1c1}.slick-arrow.slick-prev:after{left:11px;background-image:url(/_next/static/media/arrrow-left-white.4bae9a24.svg)}.slick-arrow.slick-next:after,.slick-arrow.slick-prev:after{content:"";position:absolute;top:10px;background-repeat:no-repeat;background-size:contain;height:10px;width:6px}.slick-arrow.slick-next:after{left:12px;background-image:url(/_next/static/media/arrow-right-white.b6cb3d9f.svg)}.quote-part{position:relative;padding:75px 0 126px}@media only screen and (max-width:1199px){.quote-part{padding:45px 0 96px}}@media only screen and (max-width:991px){.quote-part{padding:15px 0 85px}}@media only screen and (max-width:767px){.quote-part{padding:45px 0 60px}}.quote-part .img-part-left{top:75px}@media only screen and (max-width:1279px){.quote-part .img-part-left{top:45px}}@media only screen and (max-width:991px){.quote-part .img-part-left{top:25px}}@media only screen and (max-width:767px){.quote-part .img-part-left{position:static;width:100%}}.quote-part .quote-part-outer-wrapper{float:left;width:100%}.quote-part .quote-part-outer-wrapper .slick-arrow{position:absolute;bottom:0;z-index:11}.quote-part .quote-part-outer-wrapper .slick-arrow.slick-prev{right:calc(50% - 77px)}@media only screen and (max-width:767px){.quote-part .quote-part-outer-wrapper .slick-arrow.slick-prev{right:auto;left:0}}.quote-part .quote-part-outer-wrapper .slick-arrow.slick-next{right:calc(50% - 114px)}@media only screen and (max-width:767px){.quote-part .quote-part-outer-wrapper .slick-arrow.slick-next{right:auto;left:37px}}.quote-part-right{float:right;width:50%;max-width:634px;padding:90px 0 123px}@media only screen and (max-width:1600px){.quote-part-right{max-width:575px}}@media only screen and (max-width:1279px){.quote-part-right{max-width:520px;padding:40px 0 105px}}@media only screen and (max-width:1199px){.quote-part-right{max-width:420px;padding:15px 0 100px}}@media only screen and (max-width:991px){.quote-part-right{max-width:320px;padding:10px 0 75px;font-size:16px;line-height:32px}}@media only screen and (max-width:767px){.quote-part-right{max-width:100%;width:100%;padding:30px 0 60px}}.quote-part-right .quote-part-wrapper{float:left;width:100%;position:relative}.quote-part-right .quote-part-wrapper .quote-list{float:left;width:100%}.quote-part-right .quote-part-wrapper .quote-list h5{font-family:GreycliffCF-Bold;margin-bottom:15px}.quote-part-right .quote-part-wrapper .quote-list h6{line-height:38px;margin-bottom:14px}@media only screen and (max-width:1199px){.quote-part-right .quote-part-wrapper .quote-list h6{line-height:34px}}@media only screen and (max-width:991px){.quote-part-right .quote-part-wrapper .quote-list h6{line-height:28px}}.quote-part-right .quote-part-wrapper .quote-list img{max-width:123px;float:left;height:auto}@media only screen and (max-width:1279px){.quote-part-right .quote-part-wrapper .quote-list img{max-width:110px}}@media only screen and (max-width:1199px){.quote-part-right .quote-part-wrapper .quote-list img{max-width:90px}}.questions-related-part{width:100%;display:flex;align-items:center;justify-content:center;padding:35px 15px 36px;position:relative;background-color:#f44c4c}@media only screen and (max-width:767px){.questions-related-part{padding:23px 15px 24px}}.questions-related-part .questions-related-wrapper{display:flex;align-items:center;justify-content:center;width:100%;flex-wrap:wrap}.questions-related-part h3{display:inline-block;width:auto;margin-right:30px;font-family:GreycliffCF-Bold;color:#fff}@media only screen and (max-width:991px){.questions-related-part h3{width:auto;margin-bottom:0;margin-right:30px;line-height:19px}}@media only screen and (max-width:767px){.questions-related-part h3{margin-right:0;text-align:center;margin-bottom:18px;width:100%}}.questions-related-part a.primary-btn{font-family:GreycliffCF-Bold;padding:13px 27px 17px 26px}@media only screen and (max-width:991px){.questions-related-part a.primary-btn{font-size:15px}}.questions-related-part a.primary-btn i{margin-right:15.5px;height:20px;width:24px}@media only screen and (max-width:1279px){.questions-related-part a.primary-btn i{height:17px;width:20px;margin-right:12px}}@media only screen and (max-width:991px){.questions-related-part a.primary-btn i{height:18px;width:18px;margin-right:10px}}.footer-main-part{float:left;width:100%;padding:128px 0 30px;background-color:#efefef}@media only screen and (max-width:1279px){.footer-main-part{padding:80px 0 30px}}@media only screen and (max-width:1199px){.footer-main-part{padding:80px 0 20px}}@media only screen and (max-width:767px){.footer-main-part{padding:25px 0 15px}}.footer-bottom{float:left;width:100%}.footer-bottom-meta-wrapper{display:flex;flex-wrap:wrap;width:100%;padding:0 0 20px}.footer-bottom-meta-wrapper h6{font-size:16px;line-height:29px;font-family:GreycliffCF-Bold}.footer-bottom-metabox{float:left;width:480px;padding-right:15px;padding-top:10px}@media only screen and (max-width:1600px){.footer-bottom-metabox{width:440px}}@media only screen and (max-width:1279px){.footer-bottom-metabox{width:420px}}@media only screen and (max-width:1199px){.footer-bottom-metabox{width:270px}}@media only screen and (max-width:991px){.footer-bottom-metabox{width:70%;order:0}}@media only screen and (max-width:767px){.footer-bottom-metabox{width:100%;padding:0;margin-bottom:12px}}.footer-bottom-metabox address{font-size:16px;line-height:29px;font-style:normal;float:left;margin-bottom:26px}.footer-contact-ul{float:left;width:100%;margin-bottom:21px}@media only screen and (max-width:1199px){.footer-contact-ul{margin-bottom:12px!important}}@media only screen and (max-width:991px){.footer-contact-ul{margin-bottom:25px!important}}@media only screen and (max-width:767px){.footer-contact-ul{margin-bottom:0!important}}.footer-contact-ul li{position:relative;float:left;font-size:18px;line-height:29px;font-family:GreycliffCF-Bold;padding-left:42px;margin-right:39px}@media only screen and (max-width:1199px){.footer-contact-ul li{margin-bottom:15px}}@media only screen and (max-width:991px){.footer-contact-ul li{margin-bottom:0}}@media only screen and (max-width:767px){.footer-contact-ul li{margin-bottom:10px;width:100%;margin-right:0}}.footer-contact-ul li span{border-bottom:1px solid transparent}.footer-contact-ul li:last-child{margin-right:0}.footer-contact-ul li:hover i{border-color:#000;background-color:transparent}.footer-contact-ul li:hover i g{fill:#000}.footer-contact-ul li:hover a{color:#f44c4c}.footer-contact-ul li:hover span{border-bottom-color:#f44c4c}.footer-contact-ul li a{color:#000;font-size:16px;line-height:29px;font-family:GreycliffCF-Bold}.footer-contact-ul li i{height:31px;width:31px;background-color:#f44c4c;border-radius:100%;position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;border:1px solid transparent}.footer-contact-ul li i svg{height:14px;width:15.73px}.footer-social-box{float:left;width:100%}@media only screen and (max-width:991px){.footer-social-box{order:2}}@media only screen and (max-width:767px){.footer-social-box{display:flex;align-items:center}}.footer-social-box h6{display:inline-block;width:auto;margin-right:24px}@media only screen and (max-width:1199px){.footer-social-box h6{margin-bottom:15px}}@media only screen and (max-width:991px){.footer-social-box h6{margin-bottom:0}}@media only screen and (max-width:767px){.footer-social-box h6{margin-right:15px}}.footer-social-box .social-media-ul{width:auto}.footer-link-box{float:left;width:314px}@media only screen and (max-width:1600px){.footer-link-box{width:260px}}@media only screen and (max-width:1279px){.footer-link-box{width:220px}}@media only screen and (max-width:1199px){.footer-link-box{width:200px}}@media only screen and (max-width:991px){.footer-link-box{width:30%;order:1}}@media only screen and (max-width:767px){.footer-link-box{width:100%;margin-bottom:25px}}.footer-link-box h6{margin-bottom:11px}.footer-link-box .footer-link-ul,.footer-link-box .footer-link-ul li{float:left;width:100%}.footer-link-box .footer-link-ul li:hover a{color:#f44c4c;border-color:#f44c4c}.footer-link-box a{font-size:15px;line-height:29px;color:#000;border-bottom:1px solid transparent}.footer-news-letter-box{float:left;width:626px}@media only screen and (max-width:1600px){.footer-news-letter-box{width:540px}}@media only screen and (max-width:1279px){.footer-news-letter-box{width:500px}}@media only screen and (max-width:1199px){.footer-news-letter-box{width:470px}}@media only screen and (max-width:991px){.footer-news-letter-box{width:100%;margin-top:50px;order:3}}@media only screen and (max-width:767px){.footer-news-letter-box{margin-top:30px}}.footer-news-letter-box h6{margin-bottom:23px}.footer-news-letter-box .footer-form{width:100%;display:flex;align-items:center}@media only screen and (max-width:1199px){.footer-news-letter-box .footer-form{display:flex}}@media only screen and (max-width:767px){.footer-news-letter-box .footer-form{display:block}}.footer-news-letter-box .footer-form li{float:left;width:100%;max-width:215px;margin-right:29px;position:relative}@media only screen and (max-width:1199px){.footer-news-letter-box .footer-form li{margin:inherit!important;max-width:215px;margin-right:29px!important}}@media only screen and (max-width:767px){.footer-news-letter-box .footer-form li{margin:0 0 30px!important;max-width:95%}}.footer-news-letter-box .footer-form li:nth-child(2){margin-right:22px}.footer-news-letter-box .footer-form li:last-child{margin-right:0;width:auto;margin-top:-23px}.footer-news-letter-box .footer-form li .error-msg{display:none;font-size:13px;color:#f44c4c;font-family:GreycliffCF-Medium;position:absolute;left:0;bottom:-22px}.footer-news-letter-box .footer-form li .error-msg:empty{display:none}.footer-news-letter-box .footer-form li input{border-bottom:1px solid #6a6a6a;padding-bottom:14px;font-family:GreycliffCF-Regular;font-size:15px;line-height:normal;width:100%;background-color:transparent}@media only screen and (max-width:767px){.footer-news-letter-box .footer-form li input{font-size:12px}}.footer-news-letter-box .footer-form li input::-moz-placeholder{font-size:15px;line-height:29px;color:#000!important}.footer-news-letter-box .footer-form li input:-ms-input-placeholder{font-size:15px;line-height:29px;color:#000!important}.footer-news-letter-box .footer-form li input::placeholder{font-size:15px;line-height:29px;color:#000!important}@media only screen and (max-width:767px){.footer-news-letter-box .footer-form li input::-moz-placeholder{font-size:12px}.footer-news-letter-box .footer-form li input:-ms-input-placeholder{font-size:12px}.footer-news-letter-box .footer-form li input::placeholder{font-size:12px}}.footer-news-letter-box .footer-form li input:focus{border-bottom-color:#f44c4c}.footer-news-letter-box .footer-form li a.primary-btn{padding:14px 35.33px 17px;font-family:GreycliffCF-Bold}.footer-bottom-site-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}@media only screen and (max-width:767px){.footer-bottom-site-wrapper{flex-direction:column;align-items:flex-start}}.footer-bottom-site-wrapper .footer-bottom-links{display:flex;align-items:center;width:auto;flex-wrap:wrap}@media only screen and (max-width:767px){.footer-bottom-site-wrapper .footer-bottom-links li{margin:0 12.5px 0 0}}.footer-bottom-site-wrapper .footer-bottom-links li:first-child span{margin-left:0}.footer-bottom-site-wrapper .footer-bottom-links li a,.footer-bottom-site-wrapper .footer-bottom-links li span{font-size:14px;line-height:21px;color:#909090;margin:0 12.5px;position:relative;border-bottom:1px solid transparent}@media only screen and (max-width:767px){.footer-bottom-site-wrapper .footer-bottom-links li a,.footer-bottom-site-wrapper .footer-bottom-links li span{font-size:12px;margin:0 12.5px 0 0}}.footer-bottom-site-wrapper .footer-bottom-links li a:after,.footer-bottom-site-wrapper .footer-bottom-links li span:after{content:"";position:absolute;right:-12.5px;height:14px;width:1px;background-color:#909090;bottom:0}.footer-bottom-site-wrapper .footer-bottom-links li:first-child a{padding-left:0}.footer-bottom-site-wrapper .footer-bottom-links li:last-child a{padding-right:0}.footer-bottom-site-wrapper .footer-bottom-links li:last-child a:after{content:unset}.footer-bottom-site-wrapper .footer-bottom-links li:hover a{color:#f44c4c;border-color:#f44c4c}.footer-bottom-site-wrapper p{width:auto;float:right;font-size:14px;line-height:21px;color:#909090}@media only screen and (max-width:767px){.footer-bottom-site-wrapper p{font-size:12px}}.product-range-part{padding:40px 0}@media only screen and (max-width:767px){.product-range-part{padding:20px 0 40px}}.product-range-part .btn-wrapper{float:left;width:100%;text-align:center}.product-range-part .btn-wrapper .primary-btn{padding:14px 29px 17px 31px}.title-part{text-align:center;float:left;width:100%;padding:0 50px}@media only screen and (max-width:767px){.title-part{padding-left:0;padding-right:70px}}.title-part h2{margin-bottom:35px}@media only screen and (max-width:767px){.title-part h2{margin-bottom:12px;text-align:left}}.product-range-list{width:100%;float:left;position:relative}.product-range-list .slick-list{left:calc(50% - 708px);margin-bottom:14px}@media only screen and (max-width:1600px){.product-range-list .slick-list{left:calc(50% - 628px)}}@media only screen and (max-width:1279px){.product-range-list .slick-list{overflow:visible}}@media only screen and (max-width:1199px){.product-range-list .slick-list{left:calc(50% - 455px)}}@media only screen and (max-width:991px){.product-range-list .slick-list{overflow:visible;left:calc(50% - 125px)}}@media only screen and (max-width:767px){.product-range-list .slick-list{left:calc(50% - 146px)}}.product-range-list .slick-track{display:flex;flex-wrap:wrap}.product-range-list .product-range-list .slick-track:after,.product-range-list .product-range-list .slick-track:before{display:none}.product-range-list .slick-arrow{position:absolute;top:-48px}.product-range-list .slick-next{right:calc(50% - 707px)}@media only screen and (max-width:1600px){.product-range-list .slick-next{right:calc(50% - 607px)}}@media only screen and (max-width:1279px){.product-range-list .slick-next{right:calc(50% - 482px)}}@media only screen and (max-width:1199px){.product-range-list .slick-next{right:calc(50% - 362px)}}@media only screen and (max-width:991px){.product-range-list .slick-next{right:calc(50% - 344px)}}@media only screen and (max-width:767px){.product-range-list .slick-next{right:15px}}.product-range-list .slick-prev{right:calc(50% - 670px)}@media only screen and (max-width:1600px){.product-range-list .slick-prev{right:calc(50% - 570px)}}@media only screen and (max-width:1279px){.product-range-list .slick-prev{right:calc(50% - 445px)}}@media only screen and (max-width:1199px){.product-range-list .slick-prev{right:calc(50% - 325px)}}@media only screen and (max-width:991px){.product-range-list .slick-prev{right:calc(50% - 307px)}}@media only screen and (max-width:767px){.product-range-list .slick-prev{right:52px}}.product-range-box{width:219px;float:left;border:1px solid #d4d4d4;border-radius:3px;padding:0 20px 14px;margin-right:15px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;margin-bottom:10px;height:auto}.product-range-box:hover{border-color:#575354}.product-range-box .text-link{width:-moz-fit-content;width:fit-content}.product-range-img-box{width:100%;display:flex;align-items:center;justify-content:center;height:126px}.product-range-img-box img{max-width:134px;height:auto}.product-range-main-box,.product-range-meta-box{float:left;width:100%}.product-range-meta-box h6{font-family:GreycliffCF-Bold;margin:-3px 0 7px;font-size:16px;line-height:19px}.product-range-meta-box .product-range-meta-list{float:left;width:100%;margin-bottom:2px}.product-range-meta-box .product-range-meta-list li{padding-left:14px;font-size:14px;line-height:20px;font-family:GreycliffCF-Regular;position:relative}.product-range-meta-box .product-range-meta-list li:before{content:"";position:absolute;left:0;top:10px;height:4px;width:4px;border-radius:100%;background-color:#f44c4c}.on-sale-part .btn-wrapper{float:left;width:100%;text-align:center}.on-sale-part .btn-wrapper .primary-btn{padding:14px 30px 17px 34.5px}.on-sale-list{display:flex;justify-content:space-between;width:100%;margin-bottom:28px}@media only screen and (max-width:1279px){.on-sale-list{margin-bottom:0;display:block;float:left;position:relative}}.on-sale-list .slick-arrow{position:absolute;top:-47px}@media only screen and (max-width:1279px){.on-sale-list .slick-next{right:calc(50% - 482px)}}@media only screen and (max-width:1199px){.on-sale-list .slick-next{right:calc(50% - 362px)}}@media only screen and (max-width:991px){.on-sale-list .slick-next{right:15px}}@media only screen and (max-width:767px){.on-sale-list .slick-next{right:5px}}@media only screen and (max-width:1279px){.on-sale-list .slick-prev{right:calc(50% - 445px)}}@media only screen and (max-width:1199px){.on-sale-list .slick-prev{right:calc(50% - 325px)}}@media only screen and (max-width:991px){.on-sale-list .slick-prev{right:52px}}@media only screen and (max-width:767px){.on-sale-list .slick-prev{right:42px}}.on-sale-list .slick-list{left:calc(50% - 589px);overflow:hidden}@media only screen and (max-width:1279px){.on-sale-list .slick-list{margin-bottom:28px;overflow:visible}}@media only screen and (max-width:991px){.on-sale-list .slick-list{left:calc(50% - 105px)}}@media only screen and (max-width:767px){.on-sale-list .slick-list{left:calc(50% - 146px)}}.on-sale-list .slick-list .slick-track{display:flex}.on-sale-box{display:flex;flex-wrap:wrap;width:267px;border:1px solid #d4d4d4;border-radius:3px;padding:30px 15px 19px;position:relative;background-color:#fff}.on-sale-box:hover{border-color:#575354}.on-sale-box:hover .order-list-icon{background-color:#f44c4c}@media only screen and (max-width:1600px){.on-sale-box{width:235px}}@media only screen and (max-width:1279px){.on-sale-box{margin-right:20px}}.on-sale-box:last-child{margin-right:0}.on-sale-box .input-grp{max-width:104px;background-position:calc(100% - 10px);padding:11.5px 28px 11.5px 12px;height:44px;font-size:14px;line-height:17px}.on-sale-main-box{float:left;width:100%;margin-bottom:9px}.on-sale-img-box{height:136px;width:191px;display:flex;align-items:center;justify-content:center;margin:auto auto 12px}.on-sale-img-box img{height:90%;width:auto}.on-sale-meta-box{float:left;width:100%}.on-sale-meta-box h6{font-family:GreycliffCF-Bold;margin-bottom:8px}.on-sale-meta-list{display:flex;flex-wrap:wrap;align-items:center;width:100%}.on-sale-meta-list li{float:left;width:50%;margin-bottom:7px;font-size:13px;line-height:15px}.on-sale-meta-list li i{margin-right:8px;height:16px;width:16px;float:left}.on-sale-meta-list li i img{max-width:100%;height:auto;float:left}.on-sale-meta-list li.text-primary{font-family:GreycliffCF-Bold;color:#f44c4c;font-size:16px;line-height:19px}.text-primary{color:#f44c4c}.on-sale-group-btn-box{display:flex;align-items:flex-end;justify-content:space-between;width:100%}@media only screen and (max-width:767px){.on-sale-group-btn-box{align-items:center}}.on-sale-group-btn-box .order-list-icon{margin-right:8px}.on-sale-part .on-sale-group-btn-box{align-items:center}.select-qty-btn.primary-btn{font-family:GreycliffCF-Bold;padding:12.1px 38px 13.1px 21.3px;position:relative}@media only screen and (max-width:1600px){.select-qty-btn.primary-btn{padding:10.1px 31px 13.1px 17.3px;font-size:13px}}.select-qty-btn.primary-btn span{position:absolute;right:16px;top:0;font-size:32px}@media only screen and (max-width:1600px){.select-qty-btn.primary-btn span{right:12px;top:0;font-size:28px}}.order-list-icon{height:33px;width:33px;background-color:#000;border-radius:100%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.order-list-icon svg{height:13px;width:15px;margin-top:2px}.order-list-btn{font-size:13px;line-height:15px;font-family:GreycliffCF-Bold;color:#000;display:flex;align-items:center}.order-list-btn:hover{color:#f44c4c}.order-list-btn:hover .order-list-icon,.order-list-icon:hover{background-color:#f44c4c}.my-account-part{padding:80px 0 2px}@media only screen and (max-width:1199px){.my-account-part{padding:80px 0 52px}}@media only screen and (max-width:767px){.my-account-part{padding:40px 0 52px}}.my-account-left-part{float:left;width:255px;padding-right:15px}@media only screen and (max-width:1199px){.my-account-left-part{width:170px}}@media only screen and (max-width:991px){.my-account-left-part{width:100%}}@media only screen and (max-width:1199px){.my-account-left-part h2{margin-bottom:15px}}.my-account-right-part{display:flex;align-items:center;width:calc(100% - 255px)}@media only screen and (max-width:1199px){.my-account-right-part{width:calc(100% - 170px)}}@media only screen and (max-width:991px){.my-account-right-part{width:100%}}@media only screen and (max-width:767px){.my-account-right-part{width:100%;flex-direction:column}}.my-account-right-part .my-account-box{padding:17px 15px 10px;height:184px;width:291px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;flex-direction:column;border:1px solid #d4d4d4;border-right:0;position:relative}.my-account-right-part .my-account-box:before{content:"";position:absolute;left:0;top:0;height:100%;width:100%;border:1px solid #f44c4c;opacity:0}.my-account-right-part .my-account-box:hover:before{opacity:1}.my-account-right-part .my-account-box:last-child{border-right:1px solid #d4d4d4}.my-account-right-part .my-account-box a.absolute-link{position:absolute;left:0;top:0;height:100%;width:100%}@media only screen and (max-width:767px){.my-account-right-part .my-account-box{width:100%;flex-direction:row;justify-content:flex-start;height:72px;border-right:1px solid #d4d4d4;border-bottom:none}.my-account-right-part .my-account-box:last-child{border-bottom:1px solid #d4d4d4}}.my-account-right-part .my-account-box>i{display:flex;align-items:flex-end;margin-bottom:12px;margin-left:3px}@media only screen and (max-width:767px){.my-account-right-part .my-account-box>i{height:47px!important;width:47px!important;margin:-6px 27px 0 0!important}}.my-account-right-part .my-account-box .text-link{margin-left:-4px}.my-account-right-part .my-account-box .text-link i{position:static;margin-left:5px}.my-account-right-part .my-account-box:first-child i{height:74px;width:68px}.my-account-right-part .my-account-box:nth-child(2) i{height:71px;width:71px}.my-account-right-part .my-account-box:nth-child(3) i{height:81px;width:81px}@media only screen and (max-width:1199px){.my-account-right-part .my-account-box:nth-child(3) i{height:71px;width:71px}}.my-account-right-part .my-account-box:last-child i{height:71px;width:86px}.register-part{padding:144px 0 128px}@media only screen and (max-width:1199px){.register-part{padding:134px 0 80px}}.register-part-wrapper{width:100%;display:flex;align-items:flex-start;justify-content:space-between;margin:auto;max-width:1060px}@media only screen and (max-width:767px){.register-part-wrapper{flex-direction:column}}.common-form-outer-part{border:1px solid #d4d4d4;padding:37px 32px 23px 42px;max-width:700px;border-radius:3px;position:relative;height:100%;width:100%}@media only screen and (max-width:1199px){.common-form-outer-part{max-width:605px}}@media only screen and (max-width:991px){.common-form-outer-part{max-width:62%;padding:25px}}@media only screen and (max-width:767px){.common-form-outer-part{max-width:100%;padding:15px}}.common-form-outer-part h3{font-family:GreycliffCF-Bold;line-height:29px}@media only screen and (max-width:1199px){.common-form-outer-part h3{font-size:18px}}@media only screen and (max-width:767px){.common-form-outer-part h3{margin-bottom:6px!important}}.common-form-outer-part.close{height:65px;overflow:hidden}.register-part-left h3{margin-bottom:6px}@media only screen and (max-width:991px){.register-part-left h3{font-size:18px}}.register-part-left .form-list-wrapper .primary-btn{font-family:GreycliffCF-Bold;padding:15px 32px 16px 32.6px}.form-grp,.form-title{float:left;width:100%}.form-title{font-size:16px;line-height:19px;font-family:GreycliffCF-Bold;margin-bottom:18px;margin-top:23px}@media only screen and (max-width:767px){.form-title{font-size:14px}}.form-label{font-size:16px;line-height:19px;max-width:200px}@media only screen and (max-width:991px){.form-label{margin-bottom:7px}}@media only screen and (max-width:767px){.form-label{font-size:15px}}.input-box{float:left;max-width:413px;width:100%}@media only screen and (max-width:767px){.input-box{max-width:100%}}.input-box .custom-input-grp-wrapper{max-width:109px!important}.input-box .custom-input-grp-wrapper+.error-msg{float:left;width:100%}.input-grp{width:100%;height:45px;font-size:16px;line-height:19px;border:1px solid #575354;border-radius:2px!important;padding:10px 16px;font-family:GreycliffCF-Medium;color:#000;background-color:#fff}@media only screen and (max-width:767px){.input-grp{font-size:14px}}.input-grp:active,.input-grp:focus{box-shadow:0 0 4px 0 rgba(244,76,76,.46)}.input-grp::-moz-placeholder{font-size:16px;font-family:GreycliffCF-Medium;line-height:19px;color:#000}.input-grp:-ms-input-placeholder{font-size:16px;font-family:GreycliffCF-Medium;line-height:19px;color:#000}.input-grp::placeholder{font-size:16px;font-family:GreycliffCF-Medium;line-height:19px;color:#000}@media only screen and (max-width:767px){.input-grp::-moz-placeholder{font-size:14px}.input-grp:-ms-input-placeholder{font-size:14px}.input-grp::placeholder{font-size:14px}}.form-list-wrapper{float:left;width:100%;margin-bottom:13px}.form-list-wrapper .btn-wrapper{float:right;margin-top:2px}@media only screen and (max-width:767px){.form-list-wrapper .btn-wrapper{float:left}}.input-wrapper{display:flex;flex-wrap:wrap;width:100%;position:relative;justify-content:space-between;align-items:center}@media only screen and (max-width:991px){.input-wrapper{margin-bottom:5px}}@media only screen and (max-width:767px){.input-wrapper{flex-direction:column;align-items:flex-start}}.error-msg{font-size:13px;line-height:15px;color:#f44c4c;font-family:GreycliffCF-Medium;display:none;margin-top:6px}select.input-grp{background-image:url(/_next/static/media/select-arrow-bottom.3134871e.svg);background-repeat:no-repeat;background-position:calc(100% - 12px);background-size:12px;font-family:GreycliffCF-Regular}.custom-input-grp .input-grp-1{max-width:109px;margin-right:19px}@media only screen and (max-width:767px){.custom-input-grp .input-grp-1{margin-right:9px;max-width:99px}}.custom-input-grp .form-label{margin-right:10px}.custom-input-grp .input-grp-2{max-width:55px;padding:10px 10px 10px 15px}.custom-input-grp-wrapper{float:left;width:413px}.register-part-right{float:right;width:100%;max-width:331px;min-height:179px;background-color:#f44c4c;padding:25px 23px 34px 27px;border-radius:3px}@media only screen and (max-width:1199px){.register-part-right{max-width:300px}}@media only screen and (max-width:991px){.register-part-right{max-width:35%}}@media only screen and (max-width:767px){.register-part-right{max-width:100%;margin-top:40px;min-height:auto}}.register-part-right h5{font-family:GreycliffCF-Bold;color:#fff;margin-bottom:22px}.contact-person-box{float:left;width:100%}.contact-person-img-box{float:left;width:79px;height:79px;overflow:hidden;border-radius:50%}@media only screen and (max-width:991px){.contact-person-img-box{width:50px;height:50px}}.contact-person-img-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.contact-person-meta-box{float:left;width:calc(100% - 79px);padding-left:18px}@media only screen and (max-width:991px){.contact-person-meta-box{width:calc(100% - 59px);padding-left:15px}}.contact-person-meta-box h6{font-size:15px;color:#fff;line-height:18px;margin-bottom:17px}@media only screen and (max-width:991px){.contact-person-meta-box h6{font-size:14px}}.contact-person-meta-box h6:last-child{margin-bottom:0}.footer-main-part.custom-footer-main-part{padding:50px 0 35px;background-color:#efefef}@media only screen and (max-width:1199px){.footer-main-part.custom-footer-main-part{padding-bottom:20px}}@media only screen and (max-width:991px){.footer-main-part.custom-footer-main-part{padding-bottom:15px}}.footer-main-part.custom-footer-main-part .footer-bottom-meta-wrapper{padding:0 0 35px;display:inline-block}@media only screen and (max-width:767px){.footer-main-part.custom-footer-main-part .footer-bottom-meta-wrapper{display:inline-flex!important}}.footer-main-part.custom-footer-main-part .footer-bottom-meta-wrapper .footer-social-box{width:540px}@media only screen and (max-width:1279px){.footer-main-part.custom-footer-main-part .footer-bottom-meta-wrapper .footer-social-box{width:500px}}@media only screen and (max-width:1199px){.footer-main-part.custom-footer-main-part .footer-bottom-meta-wrapper .footer-social-box{width:470px}}@media only screen and (max-width:991px){.footer-main-part.custom-footer-main-part .footer-bottom-meta-wrapper .footer-social-box{width:504px}}@media only screen and (max-width:767px){.footer-main-part.custom-footer-main-part .footer-bottom-meta-wrapper .footer-social-box{width:100%}}@media only screen and (max-width:991px){.footer-main-part.custom-footer-main-part .footer-bottom-meta-wrapper{display:inline-block}.footer-main-part.custom-footer-main-part .footer-bottom-meta-wrapper .footer-social-box{order:3}.footer-main-part.custom-footer-main-part .footer-bottom-meta-wrapper .footer-link-box{float:right}}@media only screen and (max-width:767px){.footer-main-part.custom-footer-main-part .footer-bottom-meta-wrapper .footer-bottom-metabox{order:1;margin-bottom:12px}.footer-main-part.custom-footer-main-part .footer-bottom-meta-wrapper .footer-bottom-metabox address{margin-bottom:0}.footer-main-part.custom-footer-main-part .footer-bottom-meta-wrapper .footer-news-letter-box{order:2;margin-bottom:10px}.footer-main-part.custom-footer-main-part .footer-bottom-meta-wrapper .footer-news-letter-box .footer-contact-ul{margin-bottom:15px}.footer-main-part.custom-footer-main-part .footer-bottom-meta-wrapper .footer-link-box{order:3}.footer-main-part.custom-footer-main-part .footer-bottom-meta-wrapper .footer-social-box{order:4}}.footer-main-part.custom-footer-main-part .footer-bottom-meta-wrapper .footer-bottom-metabox{padding-top:0}.footer-main-part.custom-footer-main-part .footer-news-letter-box{margin-top:11px}@media only screen and (max-width:991px){.footer-main-part.custom-footer-main-part .footer-news-letter-box{max-width:504px}.footer-main-part.custom-footer-main-part .footer-news-letter-box .footer-social-box h6{margin-bottom:0}}.footer-main-part.custom-footer-main-part .footer-contact-ul{margin-bottom:35px}.product-overview-part{padding:187px 0 0}@media only screen and (max-width:991px){.product-overview-part{padding:127px 0 0}}.product-overview-part .breadcrumb-wrapper h1{margin-top:-27px;color:#000}@media only screen and (max-width:991px){.product-overview-part .breadcrumb-wrapper{border-bottom:0;padding-bottom:10px}}.product-overview-part .qty-box{display:none}@media only screen and (max-width:767px){.product-overview-part .qty-box{margin-right:0;display:flex}.product-overview-part .qty-box+.primary-btn.select-qty-btn{display:none}}.product-overview-part .refine-result{display:none}@media only screen and (max-width:767px){.product-overview-part .refine-result{display:flex;align-items:center;justify-content:center;width:100%;color:#000}.product-overview-part .refine-result span{font-size:15px}.product-overview-part .refine-result span i{width:23px;height:18px;float:left;margin:5px 7px 0 0}.product-overview-part .refine-result span i img{float:left}}.product-overview-part .mobile-cart-icon{display:none}@media only screen and (max-width:767px){.product-overview-part .mobile-cart-icon{display:block}.product-overview-part .mobile-cart-icon i{margin-right:6px;height:20px;width:20px}.product-overview-part .on-sale-main-box{display:flex;align-items:center}.product-overview-part .on-sale-meta-list{flex-direction:column;align-items:flex-start}.product-overview-part .on-sale-meta-list li{width:100%}.product-overview-part .on-sale-img-box{height:auto;width:100px}.product-overview-part .on-sale-meta-box{width:calc(100% - 130px)!important}.product-overview-part .order-list-icon{left:14px;bottom:24px;top:auto!important;right:auto!important}.product-overview-part .input-grp{margin-left:42px}}@media only screen and (max-width:1279px){.product-overview-part .custom-label{font-size:10px}.product-overview-part .order-list-icon{height:28px;width:28px}}@media only screen and (max-width:991px){.product-overview-part .order-list-icon{height:33px;width:33px}}@media only screen and (max-width:1279px){.product-overview-part .order-list-icon svg{height:14px;margin-right:1px;width:13px}}@media only screen and (max-width:991px){.product-overview-part .order-list-icon svg{height:13px;width:15px;margin-right:0}}@media only screen and (max-width:1600px){.product-overview-part .on-sale-box{width:225px}}@media only screen and (max-width:1279px){.product-overview-part .on-sale-box{width:205px}}@media only screen and (max-width:1199px){.product-overview-part .on-sale-box{width:215px}}@media only screen and (max-width:991px){.product-overview-part .on-sale-box{width:32.33%}}@media only screen and (max-width:767px){.product-overview-part .on-sale-box{width:100%}}@media only screen and (max-width:1279px){.product-overview-part .on-sale-box .on-sale-meta-list li{font-size:12px}}@media only screen and (max-width:767px){.product-overview-part .on-sale-box .on-sale-meta-list li{font-size:13px}.product-overview-part .on-sale-box .on-sale-meta-list li.text-primary{font-size:16px}}@media only screen and (max-width:1600px){.product-overview-part .on-sale-box .input-grp{max-width:94px;height:38px;padding:6.5px 26px 7.5px 12px}}@media only screen and (max-width:1279px){.product-overview-part .on-sale-box .input-grp{font-size:12px;max-width:84px}}@media only screen and (max-width:991px){.product-overview-part .on-sale-box .input-grp{font-size:14px;max-width:94px}}@media only screen and (max-width:767px){.product-overview-part .on-sale-box .input-grp{height:44px}}@media only screen and (max-width:1600px){.product-overview-part .on-sale-box .select-qty-btn.primary-btn{padding:10.1px 25px 13.1px 13.3px}}@media only screen and (max-width:1279px){.product-overview-part .on-sale-box .select-qty-btn.primary-btn{padding:10.1px 23px 13.1px 11.3px;font-size:12px}}@media only screen and (max-width:991px){.product-overview-part .on-sale-box .select-qty-btn.primary-btn{padding:10.1px 25px 13.1px 13.3px;font-size:13px}}@media only screen and (max-width:767px){.product-overview-part .on-sale-box .select-qty-btn.primary-btn{font-size:0;padding:12.1px 27px 13.1px 15.3px}}@media only screen and (max-width:1600px){.product-overview-part .on-sale-box .select-qty-btn.primary-btn span{right:9px;top:1px;font-size:25px}}@media only screen and (max-width:1279px){.product-overview-part .on-sale-box .select-qty-btn.primary-btn span{right:8px;top:2px;font-size:23px}}@media only screen and (max-width:991px){.product-overview-part .on-sale-box .select-qty-btn.primary-btn span{right:9px;top:1px;font-size:25px}}@media only screen and (max-width:767px){.product-overview-part .on-sale-box .select-qty-btn.primary-btn span{top:-1px;font-size:32px;right:12px}}.breadcrumb-wrapper{float:left;width:100%;text-align:center;position:relative;padding-bottom:22px;border-bottom:1px solid #d4d4d4}.breadcrumb-wrapper h1{margin-top:-35px;color:#575354;padding:0 360px;position:relative;z-index:-1}@media only screen and (max-width:1199px){.breadcrumb-wrapper h1{padding:0 360px;margin-top:-30px}}@media only screen and (max-width:991px){.breadcrumb-wrapper h1{padding:0 70px}}@media only screen and (max-width:767px){.breadcrumb-wrapper h1{display:none}}.breadcrumb{display:flex;align-items:center;width:360px;flex-wrap:wrap}@media only screen and (max-width:991px){.breadcrumb{display:none}}.breadcrumb li{position:relative;margin-right:11px;z-index:1}.breadcrumb li a{border-bottom:1px solid transparent}.breadcrumb li a,.breadcrumb li+li:before{font-size:14px;line-height:17px;color:#575354}.breadcrumb li+li:before{content:"/";position:absolute;left:-9px;top:2px;font-family:GreycliffCF-Regular}.breadcrumb li:last-child{margin-right:0}.breadcrumb li:hover a{color:#f44c4c;border-bottom-color:#f44c4c}.breadcrumb li.active{font-family:GreycliffCF-Medium}.product-overview-wrapper{display:flex;align-items:flex-start;flex-wrap:wrap;width:100%}.product-overview-left-part{float:left;width:100%;max-width:291px;border-right:1px solid #d4d4d4;padding:18px 17px 36px 0}@media only screen and (max-width:1279px){.product-overview-left-part{max-width:245px}}@media only screen and (max-width:1199px){.product-overview-left-part{border-right:0}}@media only screen and (max-width:991px){.product-overview-left-part{display:none}}.product-overview-left-part>select.input-grp{font-family:GreycliffCF-Bold;height:48px;padding-right:30px}.filter-box{padding-left:15px;float:left;width:100%}@media only screen and (max-width:991px){.filter-box{padding-left:7px}}.filter-box-list-outer{padding-top:27px;float:left;width:100%}.filter-box-list-outer h5{font-family:GreycliffCF-Bold;margin-bottom:12px}.filter-box-list-outer .filter-list{font-size:15px;float:left;width:100%;margin-bottom:27px}.filter-box-list-outer .filter-list li{margin-bottom:8px;float:left;width:100%}.filter-box-list-outer .filter-list li a{color:#000;border-bottom:1px solid transparent}.filter-box-list-outer .filter-list li:hover a{color:#f44c4c;border-color:#f44c4c}.filter-checkbox-outer{float:left;width:100%}.filter-checkbox-outer h5{font-family:GreycliffCF-Bold;margin-bottom:6px}.filter-checkbox-outer .filter-list{float:left;width:100%;margin-bottom:38px}.filter-checkbox-outer .filter-list li{margin-bottom:-4px;position:relative;width:100%;display:inline-block;cursor:pointer}.custom-checkbox{position:absolute;left:0;top:0;opacity:0}.custom-checkbox-label{position:relative;padding-left:34px;font-size:15px;line-height:32px;margin-bottom:0;cursor:pointer;float:left}.custom-checkbox-label:before{content:"";position:absolute;left:0;top:4px;opacity:0;color:#fff;z-index:1;background-image:url(/_next/static/media/checked.1a1c9640.svg);background-repeat:no-repeat;background-position:calc(100% - 6px);background-size:12px;height:23px;width:22px}.custom-checkbox-label:after{content:"";width:20px;height:20px;position:absolute;left:0;top:5px;border-radius:2px;border:1px solid #575354}input[type=checkbox].custom-checkbox:checked~label.custom-checkbox-label:before{opacity:1}input[type=checkbox].custom-checkbox:checked~label.custom-checkbox-label:after{background-color:#f44c4c;border-color:#f44c4c}.filter-checkbox-outer.with-text-link h5{margin-bottom:13px}.filter-checkbox-outer.with-text-link .filter-list{margin-bottom:5px}.filter-checkbox-outer.with-text-link .text-link{margin-bottom:32px}.single-product-box{float:left;width:100%}.single-product-box h5{font-family:GreycliffCF-Bold;margin-bottom:15px}.single-product-box .on-sale-box{width:100%!important}.grab-offer-list .order-list-icon,.product-overview-right-part .order-list-icon,.single-product-box .order-list-icon{position:absolute;right:14px;top:14px}.on-sale-box .custom-label{position:absolute;top:0;left:0;right:0;width:-moz-fit-content;width:fit-content;margin:auto}@media only screen and (max-width:767px){.on-sale-box .custom-label{display:none}}.custom-label{font-size:11px;color:#fff;line-height:13px;background-color:#f6bc1b;font-family:GreycliffCF-Bold;height:20px;padding:2px 5px 3px 3px;text-transform:uppercase;display:flex;align-items:center}.custom-label i,.custom-label img{height:14px;width:14px;float:left}.custom-label i{margin-right:5px}.custom-label.bg-orange{background-color:#f49f4c;padding:2px 7.3px 3px 7.4px}.custom-label.bg-orange i,.custom-label.bg-orange img{height:10px;width:10px;float:left}.product-overview-right-part{display:flex;flex-wrap:wrap;justify-content:space-between;width:calc(100% - 291px);padding:18px 0 36px 18px}@media only screen and (max-width:1279px){.product-overview-right-part{width:calc(100% - 245px)}}@media only screen and (max-width:1199px){.product-overview-right-part{border-left:1px solid #d4d4d4}}@media only screen and (max-width:991px){.product-overview-right-part{padding-left:0;border-left:0;width:100%}}.product-overview-right-part .on-sale-box{margin:0 0 17px;overflow:hidden}.product-overview-right-part .on-sale-box.mr-0,.product-overview-right-part .on-sale-box:last-child{margin-right:0!important}@media only screen and (max-width:767px){.product-overview-right-part .plus-minus-box{height:40px;width:40px}.product-overview-right-part .plus-minus-box span{font-size:32px;margin-top:3.5px}}.product-detail-part{padding:148px 0 116px}@media only screen and (max-width:991px){.product-detail-part{padding:138px 0 56px}}.product-detail-part .breadcrumb-wrapper{padding-bottom:23px}@media only screen and (max-width:991px){.product-detail-part .breadcrumb-wrapper{padding-bottom:10px}}.product-detail-part .breadcrumb-wrapper h1{font-family:GreycliffCF-Regular}@media only screen and (max-width:991px){.product-detail-part .product-detail-meta-box ul li{font-size:15px}}@media only screen and (max-width:1199px){.product-detail-part .product-detail-left-part{width:350px}}@media only screen and (max-width:991px){.product-detail-part .product-detail-left-part{width:270px}}@media only screen and (max-width:767px){.product-detail-part .product-detail-left-part{width:100%;margin-bottom:25px;order:1}}@media only screen and (max-width:1199px){.product-detail-part .product-detail-right-part{width:calc(100% - 385px)}}@media only screen and (max-width:991px){.product-detail-part .product-detail-right-part{width:calc(100% - 300px)}}@media only screen and (max-width:767px){.product-detail-part .product-detail-right-part{width:100%}}@media only screen and (max-width:991px){.product-detail-part .product-detail-right-part .product-detail-rate-box h3{font-size:20px}.product-detail-part .product-detail-right-part .product-detail-rate-box span{font-size:14px}.product-detail-part .product-detail-right-part .product-detail-rate-box .primary-btn.dark-btn{padding:12px 23.2px 14.13px 14px;font-size:12px}.product-detail-part .product-detail-right-part .product-detail-rate-box .primary-btn.dark-btn i{width:14px;height:11px}}.product-detail-wrappeer{float:left;width:100%;padding-top:55px}@media only screen and (max-width:767px){.product-detail-wrappeer{display:flex;flex-direction:column}}@media only screen and (max-width:1199px){.product-detail-wrappeer{padding-top:35px}}@media only screen and (max-width:767px){.product-detail-wrappeer{padding-top:0}}.product-detail-wrappeer .product-detail-description{float:left;width:100%;margin-top:40px;display:none}@media only screen and (max-width:1199px){.product-detail-wrappeer .product-detail-description{display:none}}@media only screen and (max-width:991px){.product-detail-wrappeer .product-detail-description{display:block}}@media only screen and (max-width:767px){.product-detail-wrappeer .product-detail-description{order:3}}.product-detail-left-part{float:left;width:calc(100% - 640px);padding-top:17px}@media only screen and (max-width:1600px){.product-detail-left-part{width:calc(100% - 690px)}}.product-detail-left-part img{max-width:100%;height:auto;transform:translateX(-22px);-webkit-transform:translateX(-22px);-moz-transform:translateX(-22px);-o-transform:translateX(-22px)}@media only screen and (max-width:1199px){.product-detail-left-part img{transform:unset}}@media only screen and (max-width:767px){.product-detail-left-part img{max-width:255px;display:block;margin:auto}}.product-detail-right-part{float:right;width:640px}@media only screen and (max-width:767px){.product-detail-right-part{order:0}}.product-detail-right-part h1{margin-bottom:15px}@media only screen and (max-width:767px){.product-detail-right-part h1{margin-bottom:5px}}.product-detail-rate-box-top{float:left;margin-top:-8px}@media only screen and (max-width:767px){.product-detail-rate-box-top{margin-bottom:0;width:50%;margin-top:0}}.product-detail-rate-box{display:flex;align-items:center;justify-content:space-between;width:100%}@media only screen and (max-width:767px){.product-detail-rate-box{flex-direction:row;margin-bottom:22px}}.product-detail-rate-box h3{font-family:GreycliffCF-Bold;color:#f44c4c;display:inline-block;width:auto;margin:-5px 15px 0 0}.product-detail-rate-box span{font-size:16px;line-height:19px}.product-detail-rate-box span span{margin:0 3.5px}.product-detail-rate-box .dark-btn{font-family:GreycliffCF-Bold;padding:12px 27.2px 14.13px 20px}.product-detail-rate-box .dark-btn i{width:16px;height:14px}@media only screen and (max-width:991px){.product-detail-rate-box .dark-btn.for-dekstop{display:none}}.product-detail-rate-box .dark-btn.for-mobile{display:none}@media only screen and (max-width:1199px){.product-detail-rate-box .dark-btn.for-mobile{display:none}}@media only screen and (max-width:991px){.product-detail-rate-box .dark-btn.for-mobile{display:flex;font-size:16px}.product-detail-rate-box .dark-btn.for-mobile i{width:16px!important;height:14px!important;margin-right:9px;margin-top:4px}}.product-detail-meta-box{float:left;width:100%;margin-bottom:21px}@media only screen and (max-width:767px){.product-detail-meta-box{display:none}}@media only screen and (max-width:991px){.product-detail-meta-box p{display:none}}.product-detail-meta-box-ul{float:left;width:170px;margin-bottom:12px}.product-detail-meta-box-ul li{float:left;width:50%;margin-bottom:2px}.product-detail-btn-group{float:right;width:640px}@media only screen and (max-width:1199px){.product-detail-btn-group{width:555px}}@media only screen and (max-width:991px){.product-detail-btn-group{width:420px}}@media only screen and (max-width:767px){.product-detail-btn-group{width:100%;order:2}}.product-detail-btn-group select.input-grp{max-width:177px;margin-right:13px;height:50px;background-position:calc(100% - 16px);padding:10px 23px;font-size:14px}@media only screen and (max-width:991px){.product-detail-btn-group select.input-grp{max-width:146px;height:44px}}@media only screen and (max-width:767px){.product-detail-btn-group select.input-grp{max-width:126px}}.product-detail-btn-group .primary-btn{padding:15.1px 34px 16.1px 56px;width:202px}@media only screen and (max-width:1600px){.product-detail-btn-group .primary-btn{font-size:14px!important}}@media only screen and (max-width:991px){.product-detail-btn-group .primary-btn{padding:14.1px 35px 15.1px 25px!important;width:130px}}.product-detail-btn-group .primary-btn span{top:3px;right:57px}@media only screen and (max-width:991px){.product-detail-btn-group .primary-btn span{top:4px;right:25px}}.grab-offer-part{padding:73px 0 81px;background-color:#efefef}@media only screen and (max-width:1600px){.grab-offer-part .input-grp{max-width:94px;height:38px;padding:6.5px 26px 7.5px 12px;font-size:14px}.grab-offer-part .select-qty-btn.primary-btn{padding:10.1px 25px 13.1px 13.3px}.grab-offer-part .select-qty-btn.primary-btn span{right:9px;top:1px;font-size:25px}}.grab-offer-title-box{float:left;width:100%}.grab-offer-title-box h3{font-family:GreycliffCF-Bold;margin-bottom:37px}@media only screen and (max-width:991px){.grab-offer-title-box h3{margin-bottom:28px}}@media only screen and (max-width:767px){.grab-offer-title-box h3{margin-bottom:32px;padding-right:70px;line-height:20px}}.grab-offer-list{float:left;width:100%;position:relative}.grab-offer-list .slick-track{display:flex;flex-wrap:wrap}.grab-offer-list .slick-list{float:left;width:100%;overflow:hidden}.grab-offer-list .slick-arrow{position:absolute;top:-58px}.grab-offer-list .slick-prev{right:38px}.grab-offer-list .slick-next{right:0}.grab-offer-list .on-sale-box{margin-right:22px}.small-container{max-width:915px;width:100%;margin:auto}.common-part{padding-top:148px}@media only screen and (max-width:767px){.common-part{padding-top:135px}}.common-part .breadcrumb-wrapper{padding-bottom:23px}.common-part .breadcrumb-wrapper h3{color:#575354;padding:0 360px;margin-top:-28px;position:relative;z-index:-1}@media only screen and (max-width:1199px){.common-part .breadcrumb-wrapper h3{padding:0 210px}}@media only screen and (max-width:991px){.common-part .breadcrumb-wrapper h3{padding:0 70px}}@media only screen and (max-width:767px){.common-part .breadcrumb-wrapper h3{display:none}}@media only screen and (max-width:991px){.shopping-cart-part .common-table .body-row{max-height:285px;overflow-y:scroll;scroll-behavior:smooth;overflow-x:hidden}.shopping-cart-part .common-table .body-row.show-all{max-height:100%;overflow-y:auto}.shopping-cart-part .order-list-part-wrapper .common-table .body-row{max-height:none}}.shopping-cart-wrapper{float:left;width:100%;padding:43px 0 89px}@media only screen and (max-width:991px){.shopping-cart-wrapper{padding:20px 0 69px}}.shopping-cart-wrapper .common-table .body-row .div-cell:first-child,.shopping-cart-wrapper .common-table .head-row .div-cell:first-child{width:556px}@media only screen and (max-width:991px){.shopping-cart-wrapper .common-table .body-row .div-cell:first-child,.shopping-cart-wrapper .common-table .head-row .div-cell:first-child{width:476px}}.shopping-cart-wrapper .common-table .body-row .div-cell:nth-child(2),.shopping-cart-wrapper .common-table .head-row .div-cell:nth-child(2){width:161px;position:relative}.shopping-cart-wrapper .common-table .body-row .div-cell:nth-child(3),.shopping-cart-wrapper .common-table .head-row .div-cell:nth-child(3){width:79px}.shopping-cart-wrapper .common-table .body-row .div-cell:last-child,.shopping-cart-wrapper .common-table .head-row .div-cell:last-child{width:118px}@media only screen and (max-width:991px){.shopping-cart-wrapper .common-table .body-row .div-cell:last-child,.shopping-cart-wrapper .common-table .head-row .div-cell:last-child{font-family:GreycliffCF-Bold}}.shopping-cart-wrapper .common-table:nth-child(2){margin-bottom:66px}.common-table{width:100%;float:left;margin-bottom:34px}.head-row{display:flex;width:100%;border-bottom:1px solid #d4d4d4}.head-row .div-cell{border:none;padding-top:0;padding-bottom:18px}.head-row .div-cell h3{font-family:GreycliffCF-Bold}.head-row .div-cell h3 span{color:#f44c4c}@media only screen and (max-width:991px){.head-row .div-cell{padding-bottom:12px}}.head-row .div-cell:nth-child(2){padding-left:16px}.head-row .div-cell:nth-child(3){padding-left:13px}.head-row .div-cell:nth-child(4){padding-left:18px}.footer-row{display:flex;justify-content:space-between;width:100%;padding:17px 0 17px 17px;border:1px solid #d4d4d4;border-top:none;align-items:flex-start}.footer-row-left-box{display:flex;align-items:center;width:50%}@media only screen and (max-width:991px){.footer-row-left-box{flex-direction:column;align-items:flex-start}}.footer-row-left-box .footer-row-title{display:flex;align-items:center;width:auto;margin-right:25px}@media only screen and (max-width:991px){.footer-row-left-box .footer-row-title{margin:0 0 10px}}.footer-row-left-box .footer-row-title i{float:left;height:14px;width:15px;margin:3px 7px 0 0}.footer-row-left-box .footer-row-title i img{float:left}.footer-row-left-box .input-grp{max-width:246px;padding-right:36px}.footer-row-right-bottom-box .footer-row-title:first-child{width:calc(100% - 138px);color:#f44c4c}.footer-row-right-bottom-box .footer-row-title:last-child{width:138px;font-size:22px;color:#f44c4c}.footer-row-right-top-box .footer-row-title:first-child{width:calc(100% - 104px)}.footer-row-right-top-box .footer-row-title:last-child{width:104px}.footer-row-right-box{float:right;width:50%;max-width:338px}.footer-row-right-bottom-box,.footer-row-right-top-box{display:flex;align-items:center;justify-content:space-between}.footer-row-right-top-box{padding-bottom:15px;border-bottom:2px solid #d4d4d4}.footer-row-right-bottom-box{padding-top:21px}.footer-row-title{float:left;font-size:15px;font-family:GreycliffCF-Bold;line-height:18px;color:#000}.div-cell{display:flex;align-items:center;border-right:1px solid #d4d4d4;padding:12px 0 14px;font-size:15px;line-height:19px}@media only screen and (max-width:991px){.div-cell{font-size:13px}}.body-row,.common-table-ul{float:left;width:100%}.common-table-ul li{display:flex;width:100%;border-right:1px solid #d4d4d4;border-left:1px solid #d4d4d4;border-bottom:1px solid #d4d4d4}.common-table-ul li .div-cell select.input-grp{font-size:15px}.common-table-ul li .div-cell:last-child{border-right:0}.common-table-ul li .tooltip-inner-box{float:left;word-break:normal}.common-table-ul li .tooltip-box-wrapper{position:absolute;right:17px;top:22px}.common-table-ul li .tooltip-box-wrapper .tooltip-box{float:left;position:relative}.common-table-ul li .tooltip-box-wrapper .tooltip-box .tooltip-box-hover{bottom:25px}.common-table-ul li .tooltip-box-wrapper:hover .tooltip-box-hover{opacity:1;display:block}.common-table-ul li .div-cell:first-child{padding-left:12px;padding-right:12px}.common-table-ul li .div-cell:nth-child(2){padding-left:16px;padding-right:35px;word-break:break-all}.common-table-ul li .div-cell:nth-child(2) i{height:15px;width:15px;float:left;cursor:pointer}.common-table-ul li .div-cell:nth-child(2) i:hover .tooltip-box-hover{opacity:1;display:block}.common-table-ul li .div-cell:nth-child(2) i img{float:left}.common-table-ul li .div-cell:nth-child(3){padding-left:10px;padding-right:10px;display:flex;justify-content:center;word-break:break-all}.common-table-ul li .div-cell:nth-child(4){padding-left:19px;padding-right:40px;position:relative;word-break:break-all}.common-table-ul li .div-cell:nth-child(4) .remove-item{height:12px;width:12px;cursor:pointer;position:absolute;right:24px}.common-table-ul li .div-cell:nth-child(4) .remove-item img{float:left}.qty-box{display:flex;align-items:center;width:auto}.plus-minus-box{height:33px;width:33px;float:left;border-radius:100%;border:1px solid #000;position:relative;cursor:pointer;overflow:hidden}.plus-minus-box .trash-box{margin-top:2px;display:flex;align-items:center;justify-content:center;height:100%}.plus-minus-box .trash-box i{float:left}.plus-minus-box span{display:flex;width:100%;height:100%;justify-content:center;font-size:32px;color:#000;font-family:GreycliffCF-Bold;line-height:25px}@media only screen and (max-width:1199px){.plus-minus-box span{width:32px}}@media only screen and (max-width:991px){.plus-minus-box span{width:auto}}.plus-minus-box span i{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.plus-minus-box span i img{float:left;height:14px;width:14px}.plus-minus-box:active,.plus-minus-box:focus,.plus-minus-box:hover{background-color:#f44c4c;border-color:#f44c4c}.plus-minus-box:active span,.plus-minus-box:focus span,.plus-minus-box:hover span{color:#fff}.plus-minus-box:active svg g,.plus-minus-box:focus svg g,.plus-minus-box:hover svg g{fill:#fff}.number-box{font-size:18px;line-height:21px;color:#000;font-family:GreycliffCF-Bold;min-width:38px;text-align:center;padding:0 5px}@media only screen and (max-width:767px){.number-box{font-size:15px;min-width:25px;padding:0 2px}}.small-product-box{float:left;width:auto;margin-right:11px}.small-product-box img{height:27px;width:27px}.product-title-box{float:left;width:auto;font-family:GreycliffCF-DemiBold;font-size:15px;line-height:18px;max-width:215px;width:100%}@media only screen and (max-width:767px){.product-title-box{font-size:14px}}.product-comment-btn{flex-shrink:0;margin-left:auto;float:none}.product-comment-btn span{font-size:inherit;line-height:normal}.product-comment-btn img{filter:brightness(0);opacity:1}.product-comment-btn.has-comment{background-color:#f44c4c;border-color:#f44c4c}.product-comment-btn.has-comment img,.product-comment-btn:active img,.product-comment-btn:focus img,.product-comment-btn:hover img{filter:brightness(0) invert(1)}.product-comment-modal{background:rgba(0,0,0,.3)}.product-comment-modal .common-model-box{max-width:480px;width:100%}.product-comment-modal .product-comment-modal-product{float:left;width:100%;margin:0 0 14px;font-size:14px;line-height:18px;font-family:GreycliffCF-DemiBold;color:#000}.product-comment-modal .product-comment-modal-textarea{float:left;width:100%;min-height:110px;margin-bottom:16px}.product-comment-modal .product-comment-modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;width:100%}.product-comment-modal .product-comment-modal-actions .primary-btn{width:auto;min-width:120px;justify-content:center;text-align:center;padding:14px 28px;line-height:1;border:0;font-family:GreycliffCF-Bold;cursor:pointer}.delivery-address-wrapper{float:left;width:100%}.delivery-address-wrapper h3{font-family:GreycliffCF-Bold;margin-bottom:19px}@media only screen and (max-width:991px){.delivery-address-wrapper h3{font-size:18px;margin-bottom:10px}}.delivery-address-list{width:100%;display:flex;justify-content:space-between;margin-bottom:48px}.delivery-box{float:left;max-width:292px;width:100%;border:1px solid #d4d4d4;border-radius:2px;padding:16px 27px 14px 16px;cursor:pointer}@media only screen and (max-width:991px){.delivery-box{max-width:230px}}.delivery-box:last-child{display:flex;align-items:center;justify-content:center;background-color:#efefef}.delivery-box:last-child:hover span:last-child{border-bottom-color:#f44c4c}.delivery-box:last-child span{font-family:GreycliffCF-Bold;font-size:15px;color:#f44c4c}.delivery-box:last-child span:first-child{font-size:32px;margin-right:8px}.delivery-box:last-child span:last-child{margin-top:2px;border-bottom:1px solid transparent}.delivery-box-inner{float:left;width:100%;padding-left:30px;position:relative}.custom-radio-box{position:absolute;left:0;top:0}.custom-radio-box:checked+.custom-radiobox-label:before{opacity:1}.custom-radio-box:checked+.custom-radiobox-label+.add-remove-box{opacity:1;display:block}.custom-radiobox-label{float:left;width:100%;font-size:15px;line-height:21px;max-width:126px;cursor:pointer}.custom-radiobox-label:after{content:"";width:18px;height:18px;position:absolute;border-radius:100%;left:0;top:3px;border:1px solid #575354;background-color:#efefef}.custom-radiobox-label:before{content:"";position:absolute;left:3.8px;top:7.4px;height:12px;width:12px;background-color:#f44c4c;border-radius:100%;z-index:1;opacity:0}.add-remove-box{float:left;width:100%;margin-top:8px;display:none;opacity:0}@media only screen and (max-width:991px){.add-remove-box{width:120%;margin-left:-27px}}.add-remove-box a{color:#f44c4c;font-family:GreycliffCF-Bold;border-bottom:1px solid transparent}.add-remove-box a:first-child{margin-right:10px}.add-remove-box a:hover{border-bottom-color:#f44c4c}.delivery-box-inner-wrapper{flex-direction:column;height:100%}.delivery-box-inner-wrapper,.extra-note-box{display:flex;width:100%;justify-content:space-between}.extra-note-box{margin-bottom:61px}.extra-note-box .custom-textarea{height:80px;max-width:666px;font-family:GreycliffCF-Medium;font-size:16px;line-height:19px;color:#000}@media only screen and (max-width:991px){.extra-note-box .custom-textarea{max-width:478px}}.extra-note-title-box{width:100%;max-width:215px;display:flex;margin-top:12px}.extra-note-title-box h6{font-size:15px;font-family:GreycliffCF-Bold;float:right}.extra-note-title-box i{float:left;margin-right:12px;margin-top:3px}.extra-note-title-box i img{width:15px;height:14px;float:left}.custom-textarea{float:left;width:100%;border:1px solid #575354;border-radius:2px;padding:15px;resize:none}.complete-order-box{height:84px;width:100%;display:flex;align-items:center;justify-content:flex-end;border-radius:2px;background-color:#000;padding:26px;border-radius:3px;color:#fff}.complete-order-box .algemene-voorwaarden a{color:#fff;text-decoration:underline}.complete-order-box .primary-btn{font-family:GreycliffCF-Bold;padding:12px 34px 15px;white-space:nowrap}.complete-order-box .print-meta-list li span{float:left;border-bottom:1px solid transparent}.complete-order-box .print-meta-list li:hover span{border-bottom-color:#fff}.tooltip-box-hover{position:absolute;bottom:22px;padding:11px 14px 12px 13px;background-color:#bde5ff;border-radius:4px;text-align:center;word-break:normal;line-height:14px;font-size:12px;z-index:11;min-width:160px;opacity:0;display:none;left:-73px;font-style:normal}.tooltip-box-hover:before{content:"";position:absolute;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #bde5ff;bottom:-8px;left:0;height:0;width:0;right:0;margin:auto}@media only screen and (max-width:767px){.common-part .option-tab{padding:20px 40px 10px 0!important;overflow:hidden}}@media only screen and (max-width:1199px){.common-part .option-tab li{margin-right:50px!important}}@media only screen and (max-width:767px){.common-part .option-tab li{margin-right:35px!important;min-width:-moz-fit-content!important;min-width:fit-content!important;width:-moz-fit-content!important;width:fit-content!important}}.tabbing-part .option-tab{padding:46px 0 67px}@media only screen and (max-width:991px){.tabbing-part .option-tab{padding:46px 0 47px}}.tabbing-part .option-tab li{margin-right:72px}.tabbing-part-left{float:left;width:50%;max-width:702px}@media only screen and (max-width:767px){.tabbing-part-left{max-width:100%;width:100%;max-height:250px;overflow:hidden;margin-bottom:20px}}@media only screen and (max-width:991px){.tabbing-part-left{width:100%;margin-bottom:30px}}.tabbing-part-right{float:right;width:50%;max-width:647px}@media only screen and (max-width:1600px){.tabbing-part-right{max-width:580px}}@media only screen and (max-width:1279px){.tabbing-part-right{max-width:520px}}@media only screen and (max-width:1199px){.tabbing-part-right{max-width:430px}}@media only screen and (max-width:991px){.tabbing-part-right{max-width:100%;width:100%}}@media only screen and (max-width:767px){.tabbing-part-right{max-width:100%;width:100%}}.tabbing-part-outer-box{float:left;width:100%}.tabbing-part-wrapper{float:left;width:100%;margin-bottom:139px}@media only screen and (max-width:1279px){.tabbing-part-wrapper{margin-bottom:120px!important}}@media only screen and (max-width:1199px){.tabbing-part-wrapper{margin-bottom:80px!important}}@media only screen and (max-width:767px){.tabbing-part-wrapper{margin-bottom:60px!important}}.tabbing-part-wrapper h2{margin-bottom:15px;margin-top:-8px}.tabbing-part-wrapper .text-group{margin-bottom:30px;float:left;width:100%}@media only screen and (max-width:1199px){.tabbing-part-wrapper .text-group{margin-bottom:15px}}.tabbing-part-wrapper .text-group:last-child{margin-bottom:0}.tabbing-part-wrapper h6{line-height:31px}@media only screen and (max-width:1199px){.tabbing-part-wrapper h6{line-height:24px}}.tabbing-part-wrapper.img-right{margin-bottom:136px}@media only screen and (max-width:991px){.tabbing-part-wrapper.img-right{display:flex;flex-wrap:wrap}}.tabbing-part-wrapper.img-right .tabbing-part-right{max-width:687px}@media only screen and (max-width:991px){.tabbing-part-wrapper.img-right .tabbing-part-right{order:0;margin-bottom:30px}}@media only screen and (max-width:767px){.tabbing-part-wrapper.img-right .tabbing-part-right{max-width:100%;max-height:250px;overflow:hidden;margin-bottom:20px}}.tabbing-part-wrapper.img-right .tabbing-part-left{max-width:640px}@media only screen and (max-width:991px){.tabbing-part-wrapper.img-right .tabbing-part-left{order:1;max-height:none;overflow:visible;overflow:initial}}@media only screen and (max-width:1600px){.tabbing-part-wrapper.img-right .tabbing-part-left{max-width:580px}}@media only screen and (max-width:1279px){.tabbing-part-wrapper.img-right .tabbing-part-left{max-width:520px}}@media only screen and (max-width:1199px){.tabbing-part-wrapper.img-right .tabbing-part-left{max-width:430px}}@media only screen and (max-width:991px){.tabbing-part-wrapper.img-right .tabbing-part-left{max-width:100%}}@media only screen and (max-width:767px){.tabbing-part-wrapper.img-right .tabbing-part-left{max-width:100%;width:100%}}.tabbing-part-wrapper.img-right .tabbing-part-left h2{margin-top:-19px}@media only screen and (max-width:767px){.tabbing-part-wrapper.img-right .tabbing-part-left h2{margin-top:0}}@media only screen and (max-width:991px){.tabbing-part-wrapper.img-right .tabbing-part-left h2{margin-top:-8px}}.tabbing-part-wrapper img{float:left;max-width:100%;height:auto}@media only screen and (max-width:767px){.tabbing-part-wrapper img{width:100%}}.landing-page-banner-part{padding:284px 15px 245px}.landing-page-banner-part .main-banner-inner-box{min-height:0;min-height:auto}.landing-page-banner-part .main-banner-inner-box h1{margin-bottom:20px}.landing-page-banner-part .main-banner-inner-box .primary-btn{font-family:GreycliffCF-Bold}.landing-page-banner-part .main-banner-inner-box .primary-btn i{margin-right:12px}.catering-business-part{padding:63px 0 114px}@media only screen and (max-width:991px){.catering-business-part{padding:63px 0 83px}}@media only screen and (max-width:767px){.catering-business-part{padding:15px 0 60px}}.catering-business-wrapper{width:100%;text-align:center;max-width:940px;margin:auto}.catering-business-wrapper h2{margin-bottom:34px}.catering-business-wrapper p{margin-bottom:35px;font-size:18px;line-height:31px}.catering-business-wrapper p:nth-child(3){margin-bottom:0}@media only screen and (max-width:991px){.catering-business-wrapper p{font-size:14px;line-height:28px}}.catering-business-wrapper a{border-bottom:1px solid transparent}.catering-business-wrapper a:hover{border-color:#f44c4c}.landing-common-part{padding:0 15px 20px 13px}.landing-common-part-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1572px;margin:auto auto 79px}@media only screen and (max-width:767px){.landing-common-part-wrapper{flex-direction:column;margin-bottom:60px}}.landing-common-part-wrapper.text-img .landing-common-part-box:first-child{max-width:677px;padding-left:77px}@media only screen and (max-width:1600px){.landing-common-part-wrapper.text-img .landing-common-part-box:first-child{max-width:50%;padding-left:55px;padding-right:80px}}@media only screen and (max-width:1199px){.landing-common-part-wrapper.text-img .landing-common-part-box:first-child{padding-left:20px;padding-right:70px}}@media only screen and (max-width:991px){.landing-common-part-wrapper.text-img .landing-common-part-box:first-child{padding-left:0;padding-right:45px}}@media only screen and (max-width:767px){.landing-common-part-wrapper.text-img .landing-common-part-box:first-child{order:1}.landing-common-part-wrapper.text-img .landing-common-part-box:last-child{margin-bottom:20px}}.landing-common-part-wrapper.img-text .landing-common-part-icon-box{right:-64.5px;left:auto}@media only screen and (max-width:991px){.landing-common-part-wrapper.img-text .landing-common-part-icon-box{right:-38.5px}}@media only screen and (max-width:767px){.landing-common-part-wrapper.img-text .landing-common-part-icon-box{right:0;left:0}}.landing-common-part-wrapper.img-text .landing-common-part-text-box{max-width:615px}@media only screen and (max-width:767px){.landing-common-part-wrapper.img-text .landing-common-part-box:first-child{margin-bottom:20px}}.landing-common-part-wrapper.img-text .landing-common-part-box:last-child{padding-left:122px}@media only screen and (max-width:1600px){.landing-common-part-wrapper.img-text .landing-common-part-box:last-child{padding-left:92px!important}}@media only screen and (max-width:1199px){.landing-common-part-wrapper.img-text .landing-common-part-box:last-child{padding-left:82px!important}}@media only screen and (max-width:991px){.landing-common-part-wrapper.img-text .landing-common-part-box:last-child{padding-left:55px!important;max-width:50%}}@media only screen and (max-width:767px){.landing-common-part-wrapper.img-text .landing-common-part-box:last-child{padding-left:0!important}}.landing-common-part-box{display:flex;align-items:center;width:50%;max-width:777px}@media only screen and (max-width:767px){.landing-common-part-box{width:100%!important;max-width:100%!important;padding:0!important;max-height:300px;width:100%;overflow:hidden}}.landing-common-part-box img{height:auto;max-width:100%}.landing-common-part-img-box{position:relative;float:left;width:100%;max-width:777px}.landing-common-part-text-box{float:left;max-width:600px}@media only screen and (max-width:767px){.landing-common-part-text-box{max-width:100%}}.landing-common-part-text-box p{font-size:18px;line-height:32px;margin-bottom:18px}.landing-common-part-text-box p:last-child{margin-bottom:0}@media only screen and (max-width:991px){.landing-common-part-text-box p{font-size:14px;line-height:28px}}.landing-common-part-text-box h2{margin-bottom:14px}@media only screen and (max-width:767px){.landing-common-part-text-box h2{margin-bottom:5px}}.landing-common-part-icon-box{position:absolute;left:-64.5px;top:0;bottom:0;background-color:#fff;height:125px;width:125px;z-index:11;margin:auto;display:flex;align-items:center;justify-content:center;border-radius:100%;box-shadow:0 1px 17px 0 rgba(0,0,0,.12)}@media only screen and (max-width:991px){.landing-common-part-icon-box{height:75px;width:75px;left:-40.5px}}@media only screen and (max-width:767px){.landing-common-part-icon-box{left:0;right:0}}.landing-common-part-icon-box i{height:60px;width:60px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width:991px){.landing-common-part-icon-box i{height:40px;width:40px}}.my-account-part-tabbing{max-width:100%}.my-account-part-tabbing-right{float:left;width:100%}.my-account-part-tabbing-right .common-form-outer-part{float:right;width:100%;margin-bottom:22px;padding:37px 32px 43px 42px}.my-account-part-tabbing-right .common-form-outer-part:last-child{margin-bottom:0}.my-account-part-tabbing-right .common-form-outer-part:first-child{padding:37px 32px 36px 42px}.my-account-part-tabbing-right h3{margin-bottom:32px}.my-account-part-tabbing-right .form-list-wrapper{margin-bottom:12px}.my-account-part-tabbing-right .form-list-wrapper .btn-wrapper .primary-btn{font-family:GreycliffCF-Bold;padding:15px 27px 16px}.my-account-part-tabbing-right .form-list-wrapper:nth-child(3){margin-bottom:15px}.my-account-part-tabbing-right .form-list-wrapper:last-child{margin-bottom:0}.my-account-part-tabbing-right .print-meta-list li span{border-bottom:1px solid transparent}.my-account-part-tabbing-right .print-meta-list li:hover{color:#f44c4c}.my-account-part-tabbing-right .print-meta-list li:hover span{border-bottom-color:#f44c4c}.print-meta-list{float:left;width:100%}.print-meta-list li{display:flex;align-items:center;width:100%;margin-bottom:17px;cursor:pointer}.print-meta-list li i{float:left;margin-right:8px;width:20px;height:22px;margin-top:5px}.print-meta-list li i img{float:left}.print-meta-list li:last-child{margin-bottom:0}.my-account-page-template .register-part{padding-bottom:143px}.complete-order-box.with-print-meta{justify-content:space-between}@media only screen and (max-width:767px){.complete-order-box.with-print-meta{width:calc(100% + 58px)!important;margin-left:-29px!important;flex-direction:column;height:auto!important;padding:25px 30px}}.complete-order-box.with-print-meta .print-meta-list{display:flex;align-items:center;width:auto}@media only screen and (max-width:767px){.complete-order-box.with-print-meta .print-meta-list{margin-bottom:20px;width:100%}}.complete-order-box.with-print-meta .print-meta-list li{margin-bottom:0;color:#fff;margin-right:35px}@media only screen and (max-width:1199px){.complete-order-box.with-print-meta .print-meta-list li{margin-right:25px}}@media only screen and (max-width:991px){.complete-order-box.with-print-meta .print-meta-list li{margin-right:20px!important}}@media only screen and (max-width:767px){.complete-order-box.with-print-meta .print-meta-list li{flex-direction:column;font-size:13px;margin-right:0!important}.complete-order-box.with-print-meta .print-meta-list li i{margin:0}}.complete-order-box.with-print-meta .primary-btn{padding:15px 35px 16px}#tabs-content{float:left;width:100%}.order-list-part-wrapper #tabs-content{border-left:1px solid #d4d4d4;padding:25px 0 122px 40px;width:calc(100% - 292px)}@media only screen and (max-width:1199px){.order-list-part-wrapper #tabs-content{width:calc(100% - 182px);padding:20px 0 72px 20px}}@media only screen and (max-width:991px){.order-list-part-wrapper #tabs-content{border-left:0;width:100%;padding-left:0}}.tab-content{float:left;width:100%}.option-tab{display:flex;align-items:center;justify-content:center;width:100%}.option-tab li{float:left;width:auto;margin-right:35px}.option-tab li a{font-size:18px;line-height:21px;font-family:GreycliffCF-Bold;color:#000;border-bottom:2px solid transparent;padding-bottom:16px;display:inline-block}@media only screen and (max-width:1199px){.option-tab li a{font-size:16px!important}}@media only screen and (max-width:767px){.option-tab li a{font-size:15px!important;padding-bottom:8px!important}}.option-tab li:hover a{color:#f44c4c}.option-tab li:hover a svg g{fill:#f44c4c}.option-tab li:last-child{margin-right:0}.option-tab li:last-child a{display:flex;align-items:center}@media only screen and (max-width:767px){.option-tab li:last-child a{display:inline-flex}}.option-tab li:last-child a i{float:left;height:11px;width:11px;margin-top:2px;margin-right:8px}.option-tab li:last-child a i svg{float:left}.option-tab li.active a{color:#f44c4c;border-color:#f44c4c}.option-tab li.active a svg g{fill:#f44c4c}.my-account-page-template .option-tab{padding:41px 0 36px}@media only screen and (max-width:767px){.my-account-order-part.my-account-order-detail-part .head-row{flex-direction:row;flex-wrap:wrap;align-items:center}}.my-account-order-part .common-table{max-width:1180px;margin:auto;float:inherit}.my-account-order-part .head-row{border:1px solid #d4d4d4;background-color:#f1f1f1;padding:23px 32px 27px 39px;display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:767px){.my-account-order-part .head-row{flex-direction:column;align-items:flex-start;padding:15px!important}}.my-account-order-part .head-row .select-filter-box{display:flex;align-items:center;width:auto}@media only screen and (max-width:767px){.my-account-order-part .head-row .select-filter-box{margin-bottom:20px}}.my-account-order-part .head-row .select-filter-box .input-grp{width:195px;background-color:#fff;color:#000!important;background-position:calc(100% - 14px);padding-right:30px}@media only screen and (max-width:767px){.my-account-order-part .head-row .select-filter-box .input-grp{width:190px}}.my-account-order-part .head-row .select-filter-box span{font-size:16px;line-height:19px;font-family:GreycliffCF-Bold;margin-right:22px}.my-account-order-part .head-row .search-bar{background-color:#fff;width:362px;margin-right:0;color:#000}@media only screen and (max-width:767px){.my-account-order-part .head-row .search-bar{width:100%}}#bestellingen .common-table-ul li:first-child{border-top:none}#bestellingen .common-table-ul li:nth-child(2){border-top:1px solid #d4d4d4}.my-account-order-part .common-table .common-table-ul .div-cell.text-red{color:red}.my-account-order-part.my-account-order-detail-part .head-row .primary-btn{font-family:GreycliffCF-Bold;padding:15px 29px 15.5px 30.5px}.my-account-order-part.my-account-order-detail-part .body-row .common-table-ul li:first-child{border-top:none}.my-account-order-part.my-account-order-detail-part .body-row .common-table-ul li:nth-child(2){border-top:1px solid #d4d4d4}.my-account-order-part.my-account-order-detail-part .body-row .common-table-ul li .div-cell{min-height:65px;padding-top:5px;padding-bottom:5px}.my-account-order-part.my-account-order-detail-part .body-row .common-table-ul li .div-cell:first-child{width:120px}.my-account-order-part.my-account-order-detail-part .body-row .common-table-ul li .div-cell:nth-child(2){width:136px}.my-account-order-part.my-account-order-detail-part .body-row .common-table-ul li .div-cell:nth-child(3){width:620px}@media only screen and (max-width:991px){.my-account-order-part.my-account-order-detail-part .body-row .common-table-ul li .div-cell:nth-child(3){width:200px}}.my-account-order-part.my-account-order-detail-part .body-row .common-table-ul li .div-cell:nth-child(4){width:110px;padding-left:15px}.my-account-order-part.my-account-order-detail-part .body-row .common-table-ul li .div-cell:nth-child(5){width:94px}.my-account-order-part.my-account-order-detail-part .body-row .common-table-ul li .div-cell:last-child{width:98px}.my-account-order-part.my-account-order-detail-part .body-row .common-table-ul li .div-cell .order-img-box{display:flex;align-items:center;min-width:66px;height:47px;margin-right:11px}.my-account-order-part.my-account-order-detail-part .body-row .common-table-ul li .div-cell .order-img-box img{float:left;max-width:100%;height:auto}.order-detail-part.common-part{padding-bottom:163px}@media only screen and (max-width:1199px){.order-detail-part.common-part{padding-bottom:90px}}.order-detail-part.common-part #tabs-content{min-height:560px}.order-list-part-wrapper{display:flex;justify-content:space-between;width:100%}.order-list-left-part{float:left;width:292px}@media only screen and (max-width:1199px){.order-list-left-part{width:192px}}@media only screen and (max-width:991px){.order-list-left-part{display:none}}.verticle-tabbing{flex-direction:column;align-items:flex-start;padding:25px 15px 31px 0;border-bottom:1px solid #d4d4d4;margin-bottom:25px}.verticle-tabbing li{margin-bottom:13px;margin-right:0;width:100%;min-height:36px;display:flex;align-items:center}.verticle-tabbing li a{padding:0;margin-top:-2px;border:none}.verticle-tabbing li:last-child{margin-bottom:0}.verticle-tabbing li.active{border-left:2px solid #f44c4c}.verticle-tabbing li.active a{color:#f44c4c;border:none;margin-left:19px}.more-tabbing-box{display:flex;align-items:center;width:100%;padding-right:15px;cursor:pointer}.more-tabbing-box h6{font-family:GreycliffCF-Bold;font-size:15px;line-height:18px;width:auto;cursor:pointer;border-bottom:1px solid transparent}@media only screen and (max-width:1199px){.more-tabbing-box h6{width:calc(100% - 33px);font-size:14px}}.more-tabbing-box:hover .plus-minus-box{background-color:#f44c4c;border-color:#f44c4c}.more-tabbing-box:hover h6{color:#f44c4c;border-bottom-color:#f44c4c}.plus-minus-box.dark-bg{background-color:#000;border-color:#000;margin-right:12px}@media only screen and (max-width:1199px){.plus-minus-box.dark-bg{margin-right:10px}}.plus-minus-box.dark-bg span{color:#fff}.plus-minus-box.dark-bg:hover{background-color:#f44c4c;border-color:#f44c4c}.order-list-right-title-part{display:flex;align-items:center;justify-content:space-between;width:100%;position:relative}.order-list-right-title-part>.print-meta-list li span{float:left;border-bottom:1px solid transparent}.order-list-right-title-part>.print-meta-list li:hover span{border-bottom-color:#f44c4c;color:#f44c4c}.order-list-right-title-part{margin-bottom:33px}@media only screen and (max-width:991px){.order-list-right-title-part{margin-bottom:20px}}.order-list-right-title-part>.print-meta-list{display:flex;align-items:center;justify-content:flex-end}.order-list-right-title-part>.print-meta-list li{margin-bottom:0;width:auto;margin-right:22px}.order-list-right-title-part>.print-meta-list li i{margin-right:7px}.order-list-right-title-part>.print-meta-list li:last-child{margin-right:0}.order-list-right-title-part>.print-meta-list li:last-child i{width:14px;height:13px}.shopping-cart-wrapper.order-list-right-part{padding:0}.shopping-cart-wrapper.order-list-right-part .head-row{background-color:#f1f1f1;min-height:55px;border:1px solid #d4d4d4}.shopping-cart-wrapper.order-list-right-part .head-row .div-cell{padding:10px 0}.shopping-cart-wrapper.order-list-right-part .product-title-box{max-width:100%}.shopping-cart-wrapper.order-list-right-part .common-table{margin-bottom:21px}.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:first-child{width:512px;padding-left:20px;padding-right:20px;font-family:GreycliffCF-Bold;font-size:18px}@media only screen and (max-width:1600px){.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:first-child{width:382px}}@media only screen and (max-width:1199px){.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:first-child{width:302px}}.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(2){width:184px;padding-left:17px;padding-right:17px}.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(2) .custom-input-grp{max-width:133px;max-height:44px;background-position:calc(100% - 14px)}@media only screen and (max-width:991px){.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(2) .custom-input-grp{font-size:12px}}.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(3){width:159px;padding-left:18px;padding-right:53px;flex-wrap:wrap;justify-content:flex-start;position:relative}@media only screen and (max-width:1600px){.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(3){width:130px}}@media only screen and (max-width:1279px){.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(3){padding-right:33px}}@media only screen and (max-width:1199px){.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(3){padding-right:23px;padding-left:10px}}.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(3) span{font-size:13px;color:#575354;margin-left:7px}.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(3) .tooltip-box-wrapper{position:absolute;right:31px;top:0;bottom:0;display:flex;align-items:center}@media only screen and (max-width:1600px){.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(3) .tooltip-box-wrapper{right:15px}}@media only screen and (max-width:1199px){.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(3) .tooltip-box-wrapper{right:7px;top:-17px}}@media only screen and (max-width:991px){.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(3) .tooltip-box-wrapper{right:9px}}.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(3) .tooltip-box-wrapper .tooltip-box-hover{bottom:22px}.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(3) .tooltip-box{float:left;position:relative}.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(3) .tooltip-box i{cursor:pointer;height:12px;width:12px;float:left}.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(3) .tooltip-box i img{float:left}.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(3) .tooltip-box:hover .tooltip-box-hover{opacity:1;display:block}.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(4){width:98px;padding-left:16px;padding-right:16px;justify-content:flex-end;font-family:GreycliffCF-Bold}@media only screen and (max-width:1279px){.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:nth-child(4){width:118px}}.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:last-child{width:131px;padding-left:16px;padding-right:13px}@media only screen and (max-width:1600px){.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:last-child{width:141px}}.shopping-cart-wrapper.order-list-right-part .common-table .div-cell:last-child .qty-box{margin-right:0}.shopping-cart-wrapper.order-list-right-part .common-table .tooltip-box-hover span{margin-left:0!important;color:inherit!important;font-size:inherit!important}.shopping-cart-wrapper.order-list-right-part .complete-order-box{margin-top:12px;float:left}.qty-box.zero .number-box{color:#a9a2a4}.qty-box.zero .plus-minus-box:first-child{border-color:#a9a2a4}.qty-box.zero .plus-minus-box:first-child span{color:#a9a2a4}.qty-box.zero .plus-minus-box:first-child:active,.qty-box.zero .plus-minus-box:first-child:focus,.qty-box.zero .plus-minus-box:first-child:hover{background-color:inherit;border-color:#a9a2a4}.dropdown-mega-menu{width:1334px;background-color:#fff;padding:43px 35px 8px 47px;box-shadow:0 10px 19px 0 rgba(0,0,0,.2);border-radius:0 0 4px 4px;position:absolute;left:-180px;top:43px;display:flex;flex-wrap:wrap;opacity:0;display:none;z-index:99}@media only screen and (max-width:1600px){.dropdown-mega-menu{width:1202px;left:-221px}}@media only screen and (max-width:1279px){.dropdown-mega-menu{width:1182px;left:-260px;padding:43px 25px 8px 37px}}@media only screen and (max-width:1199px){.dropdown-mega-menu{width:972px;left:-198px}}@media only screen and (max-width:991px){.dropdown-mega-menu{width:752px;left:-145px}}.dropdown-mega-menu.open{opacity:1;display:flex}.dropdown-mega-menu-box{display:flex;flex-direction:column;width:249px;margin-bottom:50px}@media only screen and (max-width:1600px){.dropdown-mega-menu-box{width:230px;width:224px}}@media only screen and (max-width:1199px){.dropdown-mega-menu-box{width:227px}}@media only screen and (max-width:991px){.dropdown-mega-menu-box{width:230px}}.dropdown-mega-menu-box h4{width:auto}.dropdown-mega-menu-box .dropdown-mega-menu-ul{display:flex;flex-direction:column;align-items:flex-start}.dropdown-mega-menu-box .dropdown-mega-menu-ul li{line-height:27px}.dropdown-mega-menu-box .dropdown-mega-menu-ul li .text-link{margin-top:8px;margin-right:0;font-size:16px;line-height:25px;color:#f44c4c!important;font-family:GreycliffCF-Medium}.dropdown-mega-menu-box .dropdown-mega-menu-ul li:active a,.dropdown-mega-menu-box .dropdown-mega-menu-ul li:focus a,.dropdown-mega-menu-box .dropdown-mega-menu-ul li:hover a{color:#f44c4c!important}.dropdown-mega-menu-box .dropdown-mega-menu-ul li a{color:#000!important}.dropdown-mega-menu-title{font-size:18px;line-height:21px;color:#000;font-family:GreycliffCF-Bold;margin-bottom:25px;position:relative}.dropdown-mega-menu-title:before{content:"";position:absolute;left:0;bottom:-15px;width:27px;background-color:#000;height:2px}.hamburger-menu{cursor:pointer;display:none}@media only screen and (max-width:991px){.hamburger-menu{display:block}}.hamburger-menu .hamburger-text{font-size:16px;line-height:normal;color:#000;font-family:GreycliffCF-Medium;text-transform:capitalize}.hamburger-box{float:left;width:20px;height:12px;position:relative}.hamburger-box .hamburger-inner{transition-timing-function:ease;transition-duration:.15s;transition-property:transform;top:0;bottom:0;margin:auto;transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger-box .hamburger-inner,.hamburger-box .hamburger-inner:before{content:"";position:absolute;left:0;width:100%;height:2px;background-color:#f44c4c;border-radius:0}.hamburger-box .hamburger-inner:before{transition-timing-function:ease;transition-duration:.15s;transition-property:transform;top:-5px;transition:top 75ms ease .12s,opacity 75ms ease}.hamburger-box .hamburger-inner:after{content:"";position:absolute;left:0;width:100%;height:2px;background-color:#f44c4c;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:0;bottom:-5px;transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger-menu-wrapper{float:left;width:75px;margin:auto;display:flex;align-items:center;justify-content:space-between}.hamburger-menu.is-active .hamburger-text{color:#1f1e1e}.hamburger-menu.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger-menu.is-active .hamburger-inner:before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms ease .12s}.hamburger-menu.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s}@media only screen and (max-width:991px){.main-menu{display:none}li.dropdown i{height:30px!important;width:30px!important;background:#f44c4c;border-radius:50%;right:13px;color:#fff;position:absolute!important;top:0!important;opacity:0;margin-top:10px!important}li.dropdown svg{position:absolute;left:0;right:-2px;margin:auto;height:10px;width:11px;top:11px;transform:rotate(-90deg)}li.dropdown svg g{fill:#fff!important}.common-part .breadcrumb-wrapper{padding-bottom:10px}.common-part .breadcrumb{display:none}}.back-btn{display:none}@media only screen and (max-width:991px){.back-btn{display:inline-flex;float:left;align-items:center}.back-btn span{font-size:14px;color:#000;font-family:GreycliffCF-Regular}.back-btn i{width:8px;height:11px;float:left;margin:8px 12px 0 0}.back-btn i img{float:left}}@media only screen and (max-width:767px){.menu-is-open .close-nav-btn{display:flex!important}}.close-nav-btn{display:none!important}@media only screen and (max-width:767px){.close-nav-btn{height:30px;width:30px;background-color:#f44c4c;border-radius:50%;align-items:center;justify-content:center;position:absolute;left:-38px;top:10px;cursor:pointer}.close-nav-btn i{transform:rotate(-90deg);top:11px}.close-nav-btn i svg{float:left;height:10px;width:11px}.close-nav-btn i svg g{fill:#fff}}.verticle-title-part{float:left;width:100%;position:relative}@media only screen and (max-width:767px){.option-tab{overflow:hidden;position:relative;left:0;justify-content:flex-start}.option-tab .slick-list{float:left;width:100%;overflow:hidden}.option-tab .slick-arrow{position:absolute;top:15px}.option-tab .slick-prev{display:none!important}.option-tab .slick-next{right:0}.option-tab .slick-track{float:left}.option-tab li{margin-right:18px!important}}.common-toggle-btn{display:none}@media only screen and (max-width:767px){.common-toggle-btn{height:21px;width:21px;border-radius:50%;background-color:#000;display:flex;align-items:center;justify-content:center;position:absolute;right:15px;top:8px}.common-toggle-btn i{width:6px;height:10px;transform:rotate(-90deg)}.common-toggle-btn i img{float:left}.common-toggle-btn i.rotate{transform:rotate(90deg)}}.toggle-title-wrapper{float:left;width:100%;position:relative}@media only screen and (max-width:767px){.title-head-row{display:none!important}.common-table-ul>li{flex-direction:column;padding:15px 0}.common-table-ul>li .div-cell{width:100%!important;padding:10px 20px!important;min-height:39px!important}}.common-table-ul>li .div-cell .mobile-label{display:none}@media only screen and (max-width:767px){.common-table-ul>li .div-cell .mobile-label{width:125px;display:block;color:#000}}.common-table-ul>li .div-cell .div-cell-icon-group{width:auto!important}.product-overview-mobile-filter{display:none}@media only screen and (max-width:991px){.product-overview-mobile-filter{display:flex;align-items:center;justify-content:space-between;float:left;width:100%;background-color:#efefef;padding:8px 20px 8px 8px;border-radius:2px}}@media only screen and (max-width:767px){.product-overview-mobile-filter{height:44px}}@media only screen and (max-width:991px){.product-overview-mobile-filter .product-overview-mobile-filter-left{display:flex;align-items:center;width:100%}}@media only screen and (max-width:767px){.product-overview-mobile-filter .product-overview-mobile-filter-left{display:none}}@media only screen and (max-width:991px){.product-overview-mobile-filter .product-overview-mobile-filter-right{display:flex;align-items:center;width:100%;justify-content:flex-end}.product-overview-mobile-filter .product-overview-mobile-filter-right a{font-size:15px;display:flex;align-items:center;color:#000}.product-overview-mobile-filter .product-overview-mobile-filter-right a i{width:11px;height:7px;float:left;margin-top:4px;margin-left:12px}.product-overview-mobile-filter .product-overview-mobile-filter-right a i img{float:left}}@media only screen and (max-width:767px){.product-overview-mobile-filter .product-overview-mobile-filter-right{display:none}}@media only screen and (max-width:991px){.product-overview-mobile-filter .input-grp{max-width:229px;margin-right:8px}.product-overview-mobile-filter .input-grp:last-child{margin-right:0}}.common-table .footer-row{position:relative;padding-top:64px}.expand-more-box,.expand-more-box.hide{display:none}@media only screen and (max-width:991px){.expand-more-box{position:absolute;top:0;left:0;width:100%;height:24px;border-bottom:1px solid #d4d4d4;box-shadow:0 -10px 10px 0 rgba(0,0,0,.15);display:block}.expand-more-box a{display:flex;align-items:center;justify-content:center;background-color:#575354;padding:5px 12px 6px 15px;border-radius:16px;color:#fff;height:32px;font-size:14px;line-height:normal;font-family:GreycliffCF-Regular;width:-moz-fit-content;width:fit-content;margin:-20px auto auto}.expand-more-box a i{height:15px;width:15px;float:left;margin-left:16px}.expand-more-box a i img{float:left}}@media only screen and (max-width:767px){.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li{display:flex;flex-direction:row;flex-wrap:wrap;padding:0}.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li .div-cell{border:none;padding:10px!important}.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li .div-cell:first-child{width:100%!important}.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li .div-cell:nth-child(2){width:40%!important}.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li .div-cell:last-child,.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li .div-cell:nth-child(3){width:30%!important}.shopping-cart-part .shopping-cart-wrapper .common-table .head-row .div-cell{display:none}.shopping-cart-part .shopping-cart-wrapper .common-table .head-row .div-cell:first-child{display:flex}.shopping-cart-part .shopping-cart-wrapper .common-table .head-row .div-cell:last-child{display:flex;align-items:center;justify-content:flex-end}.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li{display:flex;flex-direction:row;flex-wrap:wrap;padding:0}.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li .div-cell{border:none;padding:10px!important;position:relative;align-items:flex-start}.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li .div-cell .mobile-label{font-size:12px;color:#707070;width:auto}.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li .div-cell:first-child{width:100%!important}.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li .div-cell:first-child .trash-box i{height:12px;width:12px;margin-top:-9px}.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li .div-cell:nth-child(2){width:44%!important;flex-direction:row}.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li .div-cell:nth-child(2) .tooltip-box-wrapper{position:static;margin:3px 0 0 8px}.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li .div-cell:nth-child(2) .tooltip-box-wrapper .tooltip-box i{height:13px;width:13px}.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li .div-cell:nth-child(3){width:28%!important;flex-direction:column;justify-content:flex-start}.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li .div-cell:last-child{width:28%!important;flex-direction:column}.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li .div-cell:last-child .mobile-label{left:12px}.shopping-cart-part .shopping-cart-wrapper .common-table .body-row .common-table-ul li .div-cell:last-child .remove-item{right:15px;top:14px}.shopping-cart-part .shopping-cart-wrapper .common-table .footer-row{padding:44px 15px 15px;flex-direction:column}.shopping-cart-part .shopping-cart-wrapper .common-table .footer-row-left-box{width:100%;margin-bottom:30px}.shopping-cart-part .shopping-cart-wrapper .common-table .footer-row-right-box{max-width:100%;width:100%}.shopping-cart-part .shopping-cart-wrapper .common-table .footer-row-right-bottom-box .footer-row-title:last-child,.shopping-cart-part .shopping-cart-wrapper .common-table .footer-row-right-top-box .footer-row-title:last-child{text-align:right}.shopping-cart-part .delivery-address-list{margin-bottom:40px;flex-direction:column}.shopping-cart-part .delivery-address-list .delivery-box{max-width:100%;margin-bottom:20px}.shopping-cart-part .delivery-address-list .delivery-box .custom-radiobox-label{max-width:100%}.shopping-cart-part .delivery-address-list .delivery-box .add-remove-box{width:100%;margin-left:0}.shopping-cart-part .delivery-address-list .delivery-box.more{margin-bottom:0;height:50px;padding:10px}.shopping-cart-part .extra-note-box{flex-direction:column;margin-bottom:40px}.shopping-cart-part .extra-note-box .custom-textarea{max-width:100%}.shopping-cart-part .extra-note-box .extra-note-title-box{margin:0 0 7px}.shopping-cart-part .extra-note-box .extra-note-title-box i{margin-top:6px}.shopping-cart-part .complete-order-box{height:90px;width:calc(100% + 30px);margin-left:-15px}.shopping-cart-part .complete-order-box .primary-btn{width:100%;display:flex;align-items:center;justify-content:center}}.order-list-right-title-part h2{display:block}@media only screen and (max-width:991px){.order-list-right-title-part h2{display:none}.order-list-right-title-part .print-meta-list{justify-content:space-between;width:48%}.order-list-right-title-part .print-meta-list li span{font-size:15px}}@media only screen and (max-width:767px){.order-list-right-title-part .print-meta-list li:first-child{display:none}.order-list-right-title-part .print-meta-list li{width:100%;justify-content:flex-end}}.order-list-right-title-part .order-list-mobile-filter{display:none}@media only screen and (max-width:991px){.order-list-right-title-part .order-list-mobile-filter{display:flex;align-items:center;justify-content:space-between;width:48%}.order-list-right-title-part .order-list-mobile-filter h5{font-size:16px;font-family:GreycliffCF-Bold;line-height:19px}}.order-list-right-title-part .complete-order-box.with-print-meta .print-meta-list li{font-size:15px}@media only screen and (max-width:991px){.shopping-cart-part.common-part{padding-top:140px}}@media only screen and (max-width:767px){.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .order-list-mobile-filter{flex-direction:column;width:100%}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .order-list-mobile-filter h5{margin-bottom:8px}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .order-list-mobile-filter+.print-meta-list{position:absolute;right:0;top:0}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .head-row .div-cell:last-child{font-size:0;margin-left:auto}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .head-row .div-cell:last-child .common-toggle-btn{margin-left:auto;position:static}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:first-child{width:67%!important;order:0}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:first-child .product-title-box{font-size:13px}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:nth-child(2){width:36.5%!important;order:2}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:nth-child(2) .input-grp{padding:6px;width:80px;background-position:calc(100% - 4px)}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:nth-child(3){width:39%!important;order:3;display:flex;flex-direction:row}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:nth-child(3) .tooltip-inner-box{float:left;max-width:80%}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:nth-child(3) .tooltip-inner-box span{word-break:normal;display:block;margin-left:0}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:nth-child(3) .tooltip-box-wrapper{position:static;margin-left:5px;margin-top:5px}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:nth-child(4){order:4;width:24.5%!important;flex-direction:column;font-family:GreycliffCF-Regular;color:#575354;align-items:flex-end;word-break:normal}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:last-child{order:1;width:33%!important}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:last-child .qty-box{margin-left:auto}}@media only screen and (max-width:991px){.main-mobile-menu.open{left:0;opacity:1}}@media only screen and (max-width:767px){.main-mobile-menu.open{left:auto;right:0;top:87px}}.main-mobile-menu{display:none}@media only screen and (max-width:991px){.main-mobile-menu{display:block;position:fixed;left:0;top:80px;background-color:#fff;width:262px;height:100%;z-index:-1;left:-262px;opacity:0}}@media only screen and (max-width:767px){.main-mobile-menu{left:auto;right:-276px;width:276px}}@media only screen and (max-width:991px){.main-mobile-menu>ul{float:left;width:100%;height:100vh;box-shadow:0 10px 19px 0 rgba(0,0,0,.2);border-radius:0 0 4px 4px}.main-mobile-menu>ul>li{float:left;width:100%;padding:0 17px;margin-top:-1px}.main-mobile-menu>ul>li:first-child i,.main-mobile-menu>ul>li:nth-child(2) i{float:left;margin-right:10px;width:18px;height:20px;margin-top:2px}}.main-mobile-menu>ul>li:last-child a{border-bottom:none}@media only screen and (max-width:991px){.main-mobile-menu>ul>li:hover{background-color:#efefef}.main-mobile-menu>ul>li:hover a{border-bottom-color:#efefef}.main-mobile-menu>ul>li>a{float:left;width:100%;font-size:18px;line-height:21px;font-family:GreycliffCF-Regular;color:#000;padding:13px 30px 13px 8px;border-bottom:1px solid #d4d4d4}.main-mobile-menu>ul li.active{background-color:#efefef}.main-mobile-menu>ul li.active a{border-bottom-color:#efefef}.main-mobile-menu>ul li.active>i{background-color:#f44c4c!important}.main-mobile-menu>ul li.active>i g{fill:#fff!important}.main-mobile-menu>ul>li.sub-menu{position:relative}.main-mobile-menu>ul>li.sub-menu>i{height:30px;width:30px;background:#efefef;border-radius:50%;right:13px;color:#fff;position:absolute;top:10px;opacity:1;display:flex;align-items:center;justify-content:center}.main-mobile-menu>ul>li.sub-menu>i svg{height:10px;width:10px;transform:rotate(-90deg)}.main-mobile-menu>ul>li.sub-menu>i svg g{fill:#000}.site-header.sticky-top .main-mobile-menu{top:62px}}@media only screen and (max-width:767px){.site-header.sticky-top .main-mobile-menu{top:69px}}@media only screen and (max-width:991px){.site-header.sticky-top .sub-menu-ul{top:62px}}@media only screen and (max-width:767px){.site-header.sticky-top .sub-menu-ul{top:69px}}@media only screen and (max-width:991px){.site-header.sticky-top .sub-menu-inner-ul{top:62px}}@media only screen and (max-width:767px){.site-header.sticky-top .sub-menu-inner-ul{top:69px}}@media only screen and (max-width:991px){.sub-menu-ul{position:fixed;left:262px;top:80px;background-color:#fff;width:262px;height:100%;opacity:0;visibility:hidden;pointer-events:none;box-shadow:0 10px 19px 0 rgba(0,0,0,.2);border-radius:0 0 4px 4px}}@media only screen and (max-width:767px){.sub-menu-ul{left:inherit;right:0;width:276px;top:87px}}@media only screen and (max-width:991px){.sub-menu-ul>li{float:left;width:100%;padding:0 10px;position:relative}.sub-menu-ul>li>a{float:left;width:100%;font-size:16px;line-height:21px;font-family:GreycliffCF-Bold;color:#000;padding:13.5px 40px 13.5px 8px}.sub-menu-ul>li>a>i{top:8px!important}.sub-menu-ul li.sub-menu-inner.active i{background-color:#f44c4c!important}.sub-menu-ul li.sub-menu-inner.active i g{fill:#fff!important}.sub-menu-inner-ul{position:fixed;left:524px;top:80px;background-color:#fff;width:262px;height:100%;padding-top:6px;opacity:0;visibility:hidden;pointer-events:none;box-shadow:0 10px 19px 0 rgba(0,0,0,.2);border-radius:0 0 4px 4px}}@media only screen and (max-width:767px){.sub-menu-inner-ul{width:276px;left:inherit;right:0;z-index:1;top:87px}}@media only screen and (max-width:991px){.sub-menu-inner-ul>li{float:left;width:100%;padding:0 18px;position:relative}.sub-menu-inner-ul>li>a{float:left;width:100%;font-size:15px;line-height:21px;font-family:GreycliffCF-Regular;color:#000;padding:9.5px 40px 9.5px 8px}}.main-mobile-menu>ul>li.sub-menu.active>.sub-menu-ul,.sub-menu-ul>li.sub-menu-inner.active .sub-menu-inner-ul{opacity:1;visibility:visible;pointer-events:auto}.sub-menu-ul>li.sub-menu-inner>a>i{height:30px;width:30px;background:#efefef;border-radius:50%;right:13px;color:#fff;position:absolute;top:10px;opacity:1;display:flex;align-items:center;justify-content:center}.sub-menu-ul>li.sub-menu-inner>a>i svg{height:10px;width:10px;transform:rotate(-90deg)}.sub-menu-ul>li.sub-menu-inner>a>i svg g{fill:#000}@media only screen and (max-width:991px){.site-header.sticky-top.with-header-top-bar .main-mobile-menu,.site-header.sticky-top.with-header-top-bar .sub-menu-inner-ul,.site-header.sticky-top.with-header-top-bar .sub-menu-ul{top:77px}}@media only screen and (max-width:767px){.site-header.sticky-top.with-header-top-bar .main-mobile-menu,.site-header.sticky-top.with-header-top-bar .sub-menu-inner-ul,.site-header.sticky-top.with-header-top-bar .sub-menu-ul{top:72px}}@media only screen and (max-width:991px){.site-header.with-header-top-bar .main-mobile-menu,.site-header.with-header-top-bar .sub-menu-inner-ul,.site-header.with-header-top-bar .sub-menu-ul{top:130px}}@media only screen and (max-width:767px){.site-header.with-header-top-bar .main-mobile-menu,.site-header.with-header-top-bar .sub-menu-inner-ul,.site-header.with-header-top-bar .sub-menu-ul{top:120px}.toggle-tab-2 .form-grp li:first-child,.toggle-tab-3 .print-meta-list li:first-child{margin-top:23px}}@media only screen and (max-width:991px){.shopping-cart-wrapper .common-table-ul li:first-child .tooltip-box-hover{bottom:-78px}.shopping-cart-wrapper .common-table-ul li:first-child .tooltip-box-hover:before{left:-3px;top:-8px;bottom:auto;transform:rotate(180deg)}}.slick-track:after,.slick-track:before{content:unset}.common-model-wrapper{position:fixed;top:0;height:100%;overflow-x:hidden;overflow-y:scroll;width:100%;background-color:transparent;z-index:1111;left:0}.common-model-wrapper .more-tabbing-box h6{width:auto}.common-model-wrapper .btn-wrapper{display:flex;align-items:center;justify-content:flex-end;width:100%;font-family:GreycliffCF-Bold}.common-model-box{width:578px;box-shadow:0 2px 24px 0 rgba(0,0,0,.21);border-radius:3px;background-color:#fff;margin:20px auto;padding:20px 22px 20px 30px;position:relative;display:flex;flex-wrap:wrap}@media only screen and (max-width:767px){.common-model-box{width:90%;right:0;margin:40px auto;padding:40px 15px 20px}}.model-title{margin-bottom:17px;float:left;width:100%}.model-title h5{font-size:18px;line-height:21px;color:#000;font-family:GreycliffCF-Bold}.common-model-tabel{float:left;width:100%;border-radius:2px;border:1px solid #d4d4d4}.model-order-overview{display:flex;width:100%;padding:17px 0 29px}.model-order-overview .model-img-order-overview-box{width:130px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media only screen and (max-width:767px){.model-order-overview .model-img-order-overview-box{width:90px}}.model-order-overview .model-img-order-overview-box img{height:auto;width:94%}.model-order-overview .model-meta-order-overview-box{float:left;width:calc(100% - 130px)}@media only screen and (max-width:767px){.model-order-overview .model-meta-order-overview-box{width:calc(100% - 90px)}}.model-order-overview .model-meta-order-overview-box h6{font-size:15px;line-height:18px;color:#000;font-family:GreycliffCF-Bold;margin-bottom:5px}@media only screen and (max-width:767px){.model-order-overview .model-meta-order-overview-box h6{font-size:14px}}.model-order-overview .model-meta-order-overview-box .text-primary{font-size:16px;line-height:19px;font-family:GreycliffCF-Bold;margin-right:14px;color:#f44c4c}@media only screen and (max-width:767px){.model-order-overview .model-meta-order-overview-box .text-primary{font-size:14px}}.model-order-overview .model-meta-order-overview-box span{font-size:13px;line-height:15px;color:#000}.common-model-tabel .head-row{background-color:#efefef;border-top:1px solid #d4d4d4}.common-model-tabel .head-row .div-cell{padding:6px 0;font-size:13px;line-height:15px;color:#575354}.common-model-tabel .head-row .div-cell:first-child{width:198px;padding-left:20px}.common-model-tabel .head-row .div-cell:nth-child(2){width:225px}.common-model-tabel .head-row .div-cell:last-child{width:100px;text-align:right;display:block;padding-right:18px}.common-model-tabel .body-row li{list-style:none;display:flex;border-bottom:1px solid #d4d4d4}@media only screen and (max-width:767px){.common-model-tabel .body-row li{flex-wrap:wrap}}.common-model-tabel .body-row li:last-child{border-bottom:0}.common-model-tabel .body-row .div-cell{padding:12px 0;border-right:0}@media only screen and (max-width:767px){.common-model-tabel .body-row .div-cell{padding:10px}}.common-model-tabel .body-row .div-cell:first-child{width:198px;padding-left:20px}@media only screen and (max-width:767px){.common-model-tabel .body-row .div-cell:first-child{padding-left:10px;width:100%;justify-content:space-between}}.common-model-tabel .body-row .div-cell:first-child .qty-box{margin-right:22px}.common-model-tabel .body-row .div-cell:first-child .number-box{min-width:51px}@media only screen and (max-width:767px){.common-model-tabel .body-row .div-cell:first-child .number-box{min-width:31px}}.common-model-tabel .body-row .div-cell:first-child .plus-minus-box span{width:32px}@media only screen and (max-width:991px){.common-model-tabel .body-row .div-cell:first-child .plus-minus-box span{width:auto}}.common-model-tabel .body-row .div-cell:nth-child(2){width:225px}@media only screen and (max-width:767px){.common-model-tabel .body-row .div-cell:nth-child(2){width:50%}}.common-model-tabel .body-row .div-cell:nth-child(2) span{font-size:16px}@media only screen and (max-width:767px){.common-model-tabel .body-row .div-cell:nth-child(2) span{font-size:14px}.common-model-tabel .body-row .div-cell:nth-child(2) .input-grp{background-position:calc(100% - 7px);font-size:14px;padding:10px 16px 10px 12px}}.common-model-tabel .body-row .div-cell:last-child{width:110px;text-align:right;display:flex;align-items:center;justify-content:flex-end;padding-right:18px}@media only screen and (max-width:767px){.common-model-tabel .body-row .div-cell:last-child{padding-right:10px;width:50%}}.common-model-tabel .body-row .div-cell:last-child span{font-family:GreycliffCF-Bold}.common-model-tabel .body-row .div-cell:last-child .primary-label{background-color:#f44c4c;border-radius:8px;color:#fff;font-size:13px;line-height:normal;font-family:GreycliffCF-Bold;padding:0 5px 1px;margin-right:10px}.model-order-list{float:left;width:100%;margin-bottom:20px}.model-choose-order .common-model-tabel li{display:flex;justify-content:space-between;list-style:none;padding:8px 25px 8px 14px;border-bottom:1px solid #d4d4d4}@media only screen and (max-width:767px){.model-choose-order .common-model-tabel li{min-height:50px;padding:8px 10px}}.model-choose-order .common-model-tabel li:last-child{border-bottom:0}.model-choose-order .common-model-tabel li div{border-right:0;padding:0;width:50%}.model-choose-order .common-model-tabel li div:first-child{font-size:14px;line-height:normal;color:#000}.model-choose-order .common-model-tabel li div:first-child .custom-checkbox-label{padding-left:44px;line-height:36px}@media only screen and (max-width:767px){.model-choose-order .common-model-tabel li div:first-child .custom-checkbox-label{line-height:22px;font-size:14px;padding-left:34px}}.model-choose-order .common-model-tabel li div:first-child .custom-checkbox-label:after{height:24px;width:24px;border-color:#d7d5d0;border-radius:3px}@media only screen and (max-width:767px){.model-choose-order .common-model-tabel li div:first-child .custom-checkbox-label:after{height:20px;width:20px;top:1px}}.model-choose-order .common-model-tabel li div:first-child .custom-checkbox-label:before{height:24px;width:24px;background-image:url(/_next/static/media/checkbox-icon-primary.26d3e927.svg);top:6px;left:1px}@media only screen and (max-width:767px){.model-choose-order .common-model-tabel li div:first-child .custom-checkbox-label:before{height:20px;width:20px;top:2px;left:3px}}.model-choose-order .common-model-tabel li div:first-child input[type=checkbox].custom-checkbox:checked~label.custom-checkbox-label:after{background-color:transparent;border-color:#575354}.model-choose-order .common-model-tabel li div:last-child{color:#38b623;display:flex;align-items:center;justify-content:flex-end}.model-choose-order .common-model-tabel li div:last-child i{width:13px;height:10px;float:left;margin-right:8px}.model-choose-order .common-model-tabel li div:last-child i img{float:left}.model-choose-order{float:left;width:100%}.model-choose-order .common-model-tabel{margin-bottom:16px}.common-model-close{position:absolute;top:0;right:0;height:36px;width:36px;background:#f44c4c;display:flex;align-items:center;justify-content:center;cursor:pointer}.common-model-close i{height:13px;width:13px;float:left}.common-model-close i img{float:left}.model-choose-order .model-title{margin-bottom:14px}#order-list-model{display:none}.oveflow-y-hidden{overflow-y:hidden}.pagination-wrapper{display:flex;align-items:center;width:100%;justify-content:center;padding-top:23px}.pagination-wrapper .prev-next{font-size:15px;color:#000}.pagination-wrapper .prev-next:hover{color:#f44c4c}.pagination-wrapper .prev-next.disable{color:#d4d4d4}.pagination-wrapper ul{display:flex;align-items:center;width:auto;margin:0 16px}.pagination-wrapper ul li{margin-right:6px}.pagination-wrapper ul li:last-child{margin-right:0}.pagination-wrapper ul li span{font-size:15px;margin-top:3px;width:28px}@media only screen and (max-width:1600px){.pagination-wrapper ul li span{width:29px}}.pagination-wrapper ul li .plus-minus-box{height:32px;width:32px}.pagination-wrapper ul li.active .plus-minus-box{background-color:#f44c4c;border-color:#f44c4c}.pagination-wrapper ul li.active .plus-minus-box span{color:#fff}.common-model-wrapper.small-model .plus-minus-box.active{background-color:#f44c4c;border-color:#f44c4c}.common-model-wrapper.small-model .plus-minus-box.active span{color:#fff}.common-model-wrapper.small-model .input-grp{max-width:116px}.common-model-wrapper.small-model .text-label{float:left;height:44px;width:79px;border:1px solid #575354;margin-left:4px;font-size:16px;line-height:19px;font-family:GreycliffCF-Bold;padding:11px 13px}.common-model-wrapper.small-model .primary-label-wrapper{float:left;width:auto}@media only screen and (max-width:767px){.common-model-wrapper.small-model .head-row .div-cell{width:50%}.common-model-wrapper.small-model .head-row .div-cell:nth-child(2){display:flex;justify-content:flex-end;padding-right:10px}.common-model-wrapper.small-model .head-row .div-cell:nth-child(3){display:none!important}.common-model-wrapper.small-model .head-row .div-cell:last-child{display:none}.common-model-wrapper.small-model .body-row .div-cell{width:50%!important}}.common-model-wrapper.small-model .body-row .div-cell .mobile-label{display:none}@media only screen and (max-width:767px){.common-model-wrapper.small-model .body-row .div-cell .mobile-label{display:block}}.common-model-wrapper.small-model .body-row .div-cell:first-child{width:179px}@media only screen and (max-width:767px){.common-model-wrapper.small-model .body-row .div-cell:first-child{justify-content:flex-start;width:55%!important}}.common-model-wrapper.small-model .body-row .div-cell:nth-child(2){width:122px;text-align:center;font-family:GreycliffCF-Bold;display:flex;justify-content:center}@media only screen and (max-width:767px){.common-model-wrapper.small-model .body-row .div-cell:nth-child(2){justify-content:flex-end;width:45%!important}}.common-model-wrapper.small-model .body-row .div-cell:nth-child(3){width:100px}.common-model-wrapper.small-model .body-row .div-cell:nth-child(3)>span{font-size:27px;line-height:32px}@media only screen and (max-width:767px){.common-model-wrapper.small-model .body-row .div-cell:nth-child(3){width:55%!important}}.common-model-wrapper.small-model .body-row .div-cell:last-child{width:123px}@media only screen and (max-width:767px){.common-model-wrapper.small-model .body-row .div-cell:last-child{flex-direction:column;align-items:flex-end;width:45%!important}.common-model-wrapper.small-model .body-row .div-cell:last-child .primary-label{margin-right:0}}.dropdown-mega-menu{max-height:calc(100vh - 48px);overflow-y:auto}.dropdown-mega-menu .dropdown-mega-menu-box{flex:0 0 20%}.error-msg.show,.is-invalid+.error-msg{display:block}.btn-wrapper .dark-btn{margin-right:15px}.primary-btn:hover{cursor:pointer}.product-overview-part .qty-box{display:flex}.qty-box{margin-left:auto}.common-table-ul .qty-box{margin-left:0;margin-right:16px}.addBtn{display:inline-flex;margin-left:-1px;border:1px solid #f44c4c;height:45px;align-items:center;background-color:#f44c4c;font-family:GreycliffCF-Bold;padding:12.1px 38px;position:relative;border-top-right-radius:25px;border-bottom-right-radius:25px;color:#fff;font-size:15px}.addBtn:hover{cursor:pointer}.on-sale-group-btn-box{align-items:center;height:45px}.on-sale-meta-box h6{height:42px;max-height:42px;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-range-list{display:grid;grid-template-columns:repeat(6,0fr);grid-gap:5px;justify-content:center}@media only screen and (max-width:1600px){.product-range-list{grid-template-columns:repeat(5,0fr)}}@media only screen and (max-width:1199px){.product-range-list{grid-template-columns:repeat(4,0fr)}}@media only screen and (max-width:991px){.product-range-list{grid-template-columns:repeat(3,0fr)}}@media only screen and (max-width:767px){.product-range-list{grid-template-columns:repeat(2,0fr)}.product-range-list .product-range-box{width:calc(50vw - 19px)!important}}.product-range-list .product-range-box{margin:initial}.product-range-list .product-range-box .product-range-meta-box h6{text-align:center}.product-range-box{width:219px!important;display:flex!important;height:100%}.swiper-button-next,.swiper-button-prev{color:transparent}.product-range-meta-list a{color:currentColor}.product-range-meta-list a:hover{text-decoration:underline}.product-range-img-box img{max-height:100%;-o-object-fit:scale-down;object-fit:scale-down}.swiper-button-slide>div .on-sale-box{height:100%;margin-right:20px}.on-sale-box .order-list-icon{position:absolute;right:14px;top:14px}.on-sale-box .mobile-cart-icon{display:none}@media only screen and (max-width:767px){.on-sale-box .mobile-cart-icon{display:block}.on-sale-box .mobile-cart-icon i{margin-right:6px;height:20px;width:20px}}.select-qty-btn.primary-btn{white-space:nowrap;margin-left:auto}.product-detail-btn-group .primary-btn{margin-left:0}.mx-auto{margin-right:auto;margin-left:auto}.model-order-overview .model-img-order-overview-box{height:80px}.model-order-overview .model-img-order-overview-box img{-o-object-fit:scale-down;object-fit:scale-down;max-height:100%}.common-model-wrapper.show{display:block!important}.common-model-wrapper.hide{display:none!important}.no-border{border:none}.py-0{padding-top:0;padding-bottom:0}.delivery-address-list{flex-wrap:wrap}.delivery-address-list label{margin-bottom:15px}.inline-flex{display:inline-flex}.product-detail-btn-group{display:flex}.option-tab{list-style-type:none;margin-bottom:0}.wmax-auto{max-width:none}.sub-menu-inner-ul,.sub-menu-ul{max-height:calc(100vh - 120px);overflow-y:auto}.z-hi i{transform:rotate(180deg)}.medshow{display:none}@media only screen and (max-width:991px){.medshow{display:block}}.search-bar form{width:100%}.search-bar.show{display:flex}.my-account-order-part .search-bar{margin-left:auto}.mr-auto{margin-right:auto}.mr-auto.select-filter-box{margin-left:8px}.on-sale-box.fake{border:none;pointer-events:none;margin:0;padding:0}.number-box{max-width:38px}.plus-minus-box span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.small-product-box img{-o-object-fit:scale-down;object-fit:scale-down}@media only screen and (max-width:991px){.order-list-right-part .small-product-box img{width:37px;height:37px}.order-list-right-part .product-title-box,.order-list-right-part .qty-box{align-self:center;margin-top:auto;margin-bottom:auto}}.footer-contact-ul a g>g,.outline-hover a g>g,.social-media-ul a g>g{transition:none!important}.footer-bottom-site-wrapper p a{color:#f44c4c}.on-sale-group-btn-box{margin-top:auto}.on-sale-group-btn-box .input-grp{margin-right:8px}.product-detail-btn-group .qty-box{margin-left:0}.grab-offer-list .swiper-button-initialized .swiper-button-slide,.on-sale-part .swiper-button-initialized .swiper-button-slide,.product-range-part .swiper-button-initialized .swiper-button-slide{height:auto}.grab-offer-list .swiper-button-initialized .swiper-button-slide>div,.on-sale-part .swiper-button-initialized .swiper-button-slide>div,.product-range-part .swiper-button-initialized .swiper-button-slide>div{height:100%}.print-meta-list a{color:#f44c4c}@media only screen and (max-width:991px){.inlineCombine{margin-top:8px}}.inlineCombine .input-box{display:flex;align-items:center}.inlineCombine .input-box button{border-radius:0;margin-left:-1px;border:1px solid transparent;height:45px}.inlineCombine .input-box>:last-child{border-top-right-radius:25px;border-bottom-right-radius:25px}.more-tabbing-box{padding-top:15px}.common-table-ul.disabled{pointer-events:none;opacity:.7}@media only screen and (max-width:1199px){.primary-btn.with-count{height:42px}}@media only screen and (max-width:991px){.primary-btn.with-count{height:45px}}@media only screen and (max-width:1199px){.primary-btn.with-count span{display:flex;position:absolute;width:14px;height:14px;justify-content:center;align-items:center;color:#fff;font-size:10px;margin-top:-16px}}.custom-checkbox-label{width:100%}.common-model-tabel li>label{display:flex;align-items:center;justify-content:space-between;width:calc(100% + 20px);margin:-8px -10px;padding:8px 10px}@media only screen and (max-width:1199px){.mobile-hide{display:none!important}}@media only screen and (max-width:991px){.main-mobile-menu{display:none}.main-mobile-menu.open{display:block}.main-mobile-menu.open,.main-mobile-menu.open ul{max-height:calc(100vh - 120px)}}.order-list-right-title-part{flex-wrap:wrap}.order-list-mobile-filter{order:-1}@media only screen and (max-width:991px){.shopping-cart-part .shopping-cart-wrapper .common-table .head-row .div-cell:last-child{display:none!important}}@media only screen and (max-width:767px){.shopping-cart-wrapper.customized li{flex-direction:row;flex-wrap:wrap;padding:0}.shopping-cart-wrapper.customized li .div-cell{border:none}}.shopping-cart-wrapper.customized li .div-cell.productCol{flex-grow:1}@media only screen and (max-width:1199px){.shopping-cart-wrapper.customized li .div-cell.productCol{width:150px!important}.shopping-cart-wrapper.customized li .div-cell.productCol .small-product-box{display:none}}@media only screen and (max-width:767px){.shopping-cart-wrapper.customized li .div-cell.productCol{width:100%!important}.shopping-cart-wrapper.customized li .div-cell.productCol .product-title-box{font-weight:700;font-size:17px}.shopping-cart-wrapper.customized li .div-cell.productCol .small-product-box{display:block;width:100px}.shopping-cart-wrapper.customized li .div-cell.productCol .small-product-box img{height:auto;width:100%;-o-object-fit:scale-down;object-fit:scale-down}}.shopping-cart-wrapper.customized li .div-cell.quantity{width:150px;justify-content:center}@media only screen and (max-width:1199px){.shopping-cart-wrapper.customized li .div-cell.quantity{width:140px!important}}@media only screen and (max-width:767px){.shopping-cart-wrapper.customized li .div-cell.quantity{width:134px!important;order:5;padding-left:0!important}}.shopping-cart-wrapper.customized li .div-cell.ordered{text-align:right;justify-content:end}@media only screen and (max-width:1199px){.shopping-cart-wrapper.customized li .div-cell.ordered{width:70px!important}}@media only screen and (max-width:767px){.shopping-cart-wrapper.customized li .div-cell.ordered{order:3;width:33.3333%!important;flex-direction:column;justify-content:center;font-family:GreycliffCF-Regular;color:#575354}.shopping-cart-wrapper.customized li .div-cell.ordered .mobile-label{width:100%;text-align:center;order:1;font-size:12px;color:#707070;font-weight:400}}@media only screen and (max-width:1199px){.shopping-cart-wrapper.customized li .div-cell.price{width:100px!important}}@media only screen and (max-width:767px){.shopping-cart-wrapper.customized li .div-cell.price{width:33.3333%!important;order:3;display:flex;flex-direction:row}}.shopping-cart-wrapper.customized li .div-cell.totPrice{width:159px!important}@media only screen and (max-width:1199px){.shopping-cart-wrapper.customized li .div-cell.totPrice{width:106px!important}}@media only screen and (max-width:767px){.shopping-cart-wrapper.customized li .div-cell.totPrice{order:4;width:33.3333%!important;display:flex;flex-direction:column;font-family:GreycliffCF-Regular;color:#575354;align-items:flex-end;word-break:normal}.shopping-cart-wrapper.customized li .div-cell.totPrice .mobile-label{font-size:12px;color:#707070;width:auto}}@media only screen and (max-width:1199px){.shopping-cart-wrapper.customized li .div-cell.unit{width:144px!important}}@media only screen and (max-width:767px){.shopping-cart-wrapper.customized li .div-cell.unit{width:calc(100% - 134px)!important;order:5;align-items:center}}.shopping-cart-wrapper.customized li .div-cell .qty-box{margin-right:0}@media only screen and (max-width:767px){.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:first-child{width:100%!important}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:first-child .product-title-box{font-weight:700;font-size:17px}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:first-child .small-product-box{width:33%}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:first-child .small-product-box img{width:100%;height:50px;-o-object-fit:scale-down;object-fit:scale-down}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell{font-size:16px}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:last-child{order:5;width:124px!important;padding-left:0!important}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:nth-child(3){margin-right:auto}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:nth-child(2){width:calc(100% - 124px)!important;order:5;align-items:center}.product-overview-part .on-sale-main-box .on-sale-img-box{margin-right:15px}.product-overview-part .on-sale-meta-box h6{font-size:18px}}.common-toggle-btn{display:flex;align-items:center;justify-content:center;margin-left:auto;background-color:#000;border-radius:50%;width:21px;height:21px}.common-toggle-btn i{width:6px;height:10px;transform:rotate(-90deg)}.common-toggle-btn i.rotate{transform:rotate(90deg)}.common-toggle-btn i img{float:left}@media only screen and (max-width:991px){.shopping-cart-part .shopping-cart-wrapper .common-table .head-row .div-cell:last-child{display:flex!important}}.order-list-part-wrapper .head-row{align-items:center}@media only screen and (max-width:767px){.order-list-part-wrapper .head-row .div-cell{align-items:center!important}}.order-list-part-wrapper .head-row .common-toggle-btn{position:relative;margin-right:5px}@media only screen and (max-width:767px){.order-list-part-wrapper .head-row .common-toggle-btn{top:auto}}@media only screen and (max-width:991px){.order-list-icon:hover{background-color:#000}}.swiper-button-slider.option-tab .swiper-button-track{display:flex}.swiper-button-slider.option-tab .swiper-button-track li{white-space:nowrap}@media only screen and (max-width:767px){.product-detail-meta-box{display:block}}.pagination-wrapper ul li .plus-minus-box a,.pagination-wrapper ul li .plus-minus-box span{font-size:15px}.my-account-fixedprices .common-table .common-table-ul li:first-child{border-top:1px solid #d4d4d4}.my-account-fixedprices .common-table .common-table-ul li .div-cell{border:none;justify-content:flex-start;min-height:59px;padding:15px 15px 15px 0;font-size:14px}.my-account-fixedprices .common-table .common-table-ul li .div-cell:first-child{width:198px;padding-left:39px}.my-account-fixedprices .common-table .common-table-ul li .div-cell:nth-child(2){width:554px}.my-account-fixedprices .common-table .common-table-ul li .div-cell:nth-child(3){width:207px}@media only screen and (max-width:991px){.my-account-fixedprices .common-table .common-table-ul li .div-cell:nth-child(3){width:115px}}.my-account-fixedprices .common-table .common-table-ul li .div-cell:nth-child(4){width:228px}@media only screen and (max-width:1199px){.my-account-fixedprices .common-table .common-table-ul li .div-cell:nth-child(4){width:178px}}.my-account-fixedprices .common-table .common-table-ul li .div-cell:last-child{padding-right:37px;width:291px}.my-account-fixedprices .common-table .common-table-ul li .div-cell a{color:#f44c4c;border-bottom:1px solid #f44c4c;line-height:15px}.my-account-fixedprices .common-table .common-table-ul .div-cell.text-orange{color:#ff8600}.my-account-fixedprices .common-table .common-table-ul .div-cell.text-green{color:#38b623}.my-account-fixedprices .common-table .common-table-ul .div-cell.text-green i{float:left;margin-right:7px;width:13px;height:10px;margin-top:3px}.my-account-fixedprices .common-table .common-table-ul .div-cell.text-green i img{float:left}.my-account-fixedprices .common-table .common-table-ul .div-cell{font-size:16px}.my-account-fixedprices .common-table .common-table-ul .div-cell:nth-child(4){padding-left:23px}.my-account-fixedprices .common-table .common-table-ul .div-cell:last-child{padding-right:4px}.my-account-fixedprices .common-table .common-table-ul .div-cell .div-cell-icon-group{width:100%;display:flex;align-items:center}.my-account-fixedprices .common-table .common-table-ul .div-cell .div-cell-icon-group li{border:none!important;float:left;display:block;width:auto;cursor:pointer}.my-account-fixedprices .common-table .common-table-ul .div-cell .div-cell-icon-group li i{float:left;height:19px;width:19px}.my-account-fixedprices .common-table .common-table-ul .div-cell .div-cell-icon-group li i img{float:left}.my-account-fixedprices .common-table .common-table-ul .div-cell .div-cell-icon-group li a{float:left;border:none}.my-account-fixedprices .common-table .common-table-ul .div-cell .div-cell-icon-group li:first-child{margin-right:16px}@media only screen and (max-width:767px){.breadcrumb-wrapper h1{display:block}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:first-child .small-product-box{width:100px}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:first-child .small-product-box img{height:auto}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table .body-row .common-table-ul li .div-cell:first-child .product-title-box{max-width:calc(100% - 115px)}.site-header .search-bar{top:56px;left:-125px}}.delivery-address-wrapper.service .delivery-box{max-width:48%}.delivery-address-wrapper.service .delivery-box .delivery-box-inner{padding-left:0}.delivery-address-wrapper.service .delivery-box .delivery-box-inner .custom-radiobox-label:after,.delivery-address-wrapper.service .delivery-box .delivery-box-inner .custom-radiobox-label:before{content:none}.swiper{overflow:visible!important}.swiper-track:after,.swiper-track:before{content:unset}.article-box .swiper-button-next,.article-box .swiper-button-prev{position:absolute;top:-50px}.article-box .swiper-button-next{right:0}.article-box .swiper-button-prev{right:35px}.article-box .swiper-track{display:flex}@media only screen and (max-width:991px){.article-box .swiper-list{position:relative;float:left;left:calc(100% - 715px)}}.swiper-button-next,.swiper-button-prev{height:29px!important;width:29px!important;background-color:#000;border-radius:100%;cursor:pointer;position:relative;box-shadow:none!important}.swiper-button-next:hover,.swiper-button-prev:hover{background-color:#f44c4c}.swiper-button-next:active,.swiper-button-next:focus,.swiper-button-prev:active,.swiper-button-prev:focus{box-shadow:inset 0 1px 3px 0 #c1c1c1}.swiper-button-prev:after{left:11px;background-image:url(/_next/static/media/arrrow-left-white.4bae9a24.svg)}.swiper-button-next:after,.swiper-button-prev:after{content:"";position:absolute;top:10px;background-repeat:no-repeat;background-size:contain;height:10px;width:6px}.swiper-button-next:after{left:12px;background-image:url(/_next/static/media/arrow-right-white.b6cb3d9f.svg)}.quote-part .quote-part-outer-wrapper .swiper-button-next,.quote-part .quote-part-outer-wrapper .swiper-button-prev{position:absolute;bottom:0;z-index:11}.quote-part .quote-part-outer-wrapper .swiper-button-next.swiper-button-prev,.quote-part .quote-part-outer-wrapper .swiper-button-prev{right:calc(50% - 77px)}@media only screen and (max-width:767px){.quote-part .quote-part-outer-wrapper .swiper-button-next.swiper-button-prev,.quote-part .quote-part-outer-wrapper .swiper-button-prev{right:auto;left:0}}.quote-part .quote-part-outer-wrapper .swiper-button-next.swiper-button-next,.quote-part .quote-part-outer-wrapper .swiper-button-prev{right:calc(50% - 114px)}@media only screen and (max-width:767px){.quote-part .quote-part-outer-wrapper .swiper-button-next.swiper-button-next,.quote-part .quote-part-outer-wrapper .swiper-button-prev{right:auto;left:37px}}.product-range-list .swiper-list{left:calc(50% - 708px);margin-bottom:14px}@media only screen and (max-width:1600px){.product-range-list .swiper-list{left:calc(50% - 628px)}}@media only screen and (max-width:1279px){.product-range-list .swiper-list{overflow:visible}}@media only screen and (max-width:1199px){.product-range-list .swiper-list{left:calc(50% - 455px)}}@media only screen and (max-width:991px){.product-range-list .swiper-list{overflow:visible;left:calc(50% - 125px)}}@media only screen and (max-width:767px){.product-range-list .swiper-list{left:calc(50% - 146px)}}.product-range-list .swiper-track{display:flex;flex-wrap:wrap}.product-range-list .swiper-track:after,.product-range-list .swiper-track:before{display:none}.product-range-list .swiper-button-next,.product-range-list .swiper-button-prev{position:absolute;top:-48px}.product-range-list .swiper-button-next{right:calc(50% - 707px)}@media only screen and (max-width:1600px){.product-range-list .swiper-button-next{right:calc(50% - 607px)}}@media only screen and (max-width:1279px){.product-range-list .swiper-button-next{right:calc(50% - 482px)}}@media only screen and (max-width:1199px){.product-range-list .swiper-button-next{right:calc(50% - 362px)}}@media only screen and (max-width:991px){.product-range-list .swiper-button-next{right:calc(50% - 344px)}}@media only screen and (max-width:767px){.product-range-list .swiper-button-next{right:15px}}.product-range-list .swiper-button-prev{right:calc(50% - 670px)}@media only screen and (max-width:1600px){.product-range-list .swiper-button-prev{right:calc(50% - 570px)}}@media only screen and (max-width:1279px){.product-range-list .swiper-button-prev{right:calc(50% - 445px)}}@media only screen and (max-width:1199px){.product-range-list .swiper-button-prev{right:calc(50% - 325px)}}@media only screen and (max-width:991px){.product-range-list .swiper-button-prev{right:calc(50% - 307px)}}@media only screen and (max-width:767px){.product-range-list .swiper-button-prev{right:52px}.on-sale-list .swiper-wrapper{margin-bottom:28px}}.on-sale-list .swiper-button-next,.on-sale-list .swiper-button-prev{position:absolute;top:-48px;display:none}@media only screen and (max-width:1279px){.on-sale-list .swiper-button-next,.on-sale-list .swiper-button-prev{display:block}}.on-sale-list .swiper-button-next{right:calc(50% - 707px)}@media only screen and (max-width:1600px){.on-sale-list .swiper-button-next{right:calc(50% - 607px)}}@media only screen and (max-width:1279px){.on-sale-list .swiper-button-next{right:calc(50% - 482px)}}@media only screen and (max-width:1199px){.on-sale-list .swiper-button-next{right:calc(50% - 362px)}}@media only screen and (max-width:991px){.on-sale-list .swiper-button-next{right:calc(50% - 344px)}}@media only screen and (max-width:767px){.on-sale-list .swiper-button-next{right:15px}}.on-sale-list .swiper-button-prev{right:calc(50% - 670px)}@media only screen and (max-width:1600px){.on-sale-list .swiper-button-prev{right:calc(50% - 570px)}}@media only screen and (max-width:1279px){.on-sale-list .swiper-button-prev{right:calc(50% - 445px)}}@media only screen and (max-width:1199px){.on-sale-list .swiper-button-prev{right:calc(50% - 325px)}}@media only screen and (max-width:991px){.on-sale-list .swiper-button-prev{right:calc(50% - 307px)}}@media only screen and (max-width:767px){.on-sale-list .swiper-button-prev{right:52px}}.on-sale-list .swiper-list{left:calc(50% - 589px);overflow:hidden}@media only screen and (max-width:1279px){.on-sale-list .swiper-list{margin-bottom:28px;overflow:visible}}@media only screen and (max-width:991px){.on-sale-list .swiper-list{left:calc(50% - 105px)}}@media only screen and (max-width:767px){.on-sale-list .swiper-list{left:calc(50% - 146px)}}.on-sale-list .swiper-list .swiper-track{display:flex}.grab-offer-list .swiper-track{display:flex;flex-wrap:wrap}.grab-offer-list .swiper-list{float:left;width:100%;overflow:hidden}.grab-offer-list .swiper-button-next,.grab-offer-list .swiper-button-prev{position:absolute;top:-58px}.grab-offer-list .swiper-button-prev{right:38px}.grab-offer-list .swiper-button-next{right:0}.productSwipe{width:267px!important;margin-right:20px;height:auto!important}@media only screen and (max-width:1600px){.productSwipe{width:235px!important}}.productSwipe>.on-sale-box{height:100%}.productSwipe:last-child{margin-right:0}.cleaner{overflow:hidden}.option-tab{max-width:-moz-max-content;max-width:max-content}.option-tab .swiper-wrapper .swiper-slide{width:auto;margin-right:20px}.option-tab .swiper-wrapper .swiper-slide:last-child{margin-right:0}.swipe-slide{backface-visibility:hidden;transform:translateZ(0);-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0)}.swiper-wrapper{transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.cleaner .on-sale-list{margin-bottom:28px!important}.custom-label+.custom-label{top:20px}.video-part-right .videoEmbed{position:relative;overflow:hidden;width:100%;height:100%}.video-part-right .videoEmbed iframe,.video-part-right .videoEmbed video{position:absolute;height:100%;width:100%;top:0;left:0;bottom:0;right:0}.refLogo{display:inline-flex;width:100%}.refLogo img{margin-left:auto;margin-right:auto}@media only screen and (max-width:991px){.plus-minus-box{width:38px;height:38px}}.ordering-part-bottom{padding-top:5px;padding-bottom:5px}.primary-btn.bordered{border:1px solid #d4d4d4;box-shadow:0 0 7px 1px #d4d4d4}.faqList .faq{margin-bottom:15px;border-collapse:inherit;border-radius:3px;width:100%;border:1px solid #f44c4c;text-align:left;transition:all .4s}.faqList .faq .faqAnswer,.faqList .faq .faqQuestion{padding:15px;display:flex;overflow-y:hidden;transition:all .4s}.faqList .faqAnswer{border-top:1px solid #f44c4c}.faqList .faqQuestion{position:relative;padding-right:46px}.faqList .faqQuestion h3{font-size:18px;line-height:normal}.faqList .faqQuestion:after{content:"";background-image:url(/_next/static/media/select-arrow-bottom.3134871e.svg);transform:rotate(180deg);transition:all .2s;background-repeat:no-repeat;width:16px;height:16px;background-position:50%;position:absolute;top:0;bottom:0;right:15px;margin:auto}.faqList .faqQuestion.open:after{transform:rotate(1turn)}.contact .landing-common-part-wrapper,.contact .landing-common-part-wrapper .landing-common-part-box{align-items:normal}.contact .landing-common-part-wrapper .article-part{padding:0}.flex-column{flex-direction:column}.map-block{display:block;width:100%;margin-bottom:30px}.contactInfo{margin-right:30px}.contactInfo address{padding-bottom:22px;font-style:normal}.contactInfo address,.contactInfo span{font-size:15px;line-height:21px;display:block}.contactInfo span.fax{padding-bottom:21px}.contactInfo span em{margin-right:8px}.contactInfo span a{color:#00baff;text-decoration:underline}.contactInfo span a:hover{text-decoration:none}textarea.input-grp{height:auto}.line{margin-bottom:5px}.line .form-label{display:block;padding-top:4px;padding-bottom:4px}.contactForm{display:flex;flex-direction:column}.contactForm button{margin-left:auto}@media only screen and (max-width:1199px){.contact .contactForm{width:100%}.contact .verticle-title-part{float:none}.contact .verticle-title-part h2{transform:none;position:relative;-ms-writing-mode:initial;writing-mode:initial;left:auto;top:auto}.contact .landing-common-part-box{max-height:none}.contact .article-box{padding-left:0;flex-direction:column}}.contact{overflow:hidden}.contact .primary-btn:disabled{opacity:.6;pointer-events:none}.contact .faqContain{display:block;flex-direction:column;float:none;overflow:hidden}.contact .faqContain,.contact .landing-common-part-wrapper{max-width:1080px;margin:auto auto 79px}.homeProdsContainer .img-part-left{position:absolute;top:60px;height:518px}@media only screen and (max-width:1199px){.homeProdsContainer .img-part-left{height:450px}}@media only screen and (max-width:991px){.homeProdsContainer .img-part-left{width:100%;position:relative;float:left;left:0;height:250px;order:0;margin-bottom:30px;top:0}}.homeProdsContainer .text-part-right h2{margin-bottom:18px}.homeProds{display:inline-grid;grid-template-columns:repeat(auto-fit,minmax(calc(50% - 2.5px),0fr));width:100%;grid-gap:5px}@media only screen and (max-width:991px){.homeProds{grid-template-columns:repeat(auto-fit,minmax(100%,0fr))}}@media only screen and (max-width:767px){.homeProds .product-range-box{width:auto!important}}.homeProds .on-sale-box{width:auto}@media only screen and (max-width:1279px){.homeProds .on-sale-box{margin-right:0}}.homeProds .on-sale-box .on-sale-main-box{display:flex}.homeProds .on-sale-box .on-sale-main-box .on-sale-img-box{width:auto;height:100px;margin-bottom:0;margin-right:12px}.homeProds .on-sale-box .on-sale-main-box .on-sale-img-box img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.homeProds .on-sale-meta-list{flex-direction:column;align-items:normal}.homeProds .on-sale-meta-list li{width:100%;white-space:nowrap}.homeProds .product-range-box{margin:initial}.homeProds .product-range-box .product-range-meta-box h6,.person{text-align:center}.person{float:left;margin-right:2em;margin-bottom:2em;width:300px;background-color:#efefef;padding-left:5px;padding-right:5px;padding-bottom:5px}.person span{display:block;float:left;overflow:hidden;width:100%;margin-bottom:1em;height:200px;position:relative}.person span img{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;left:0;right:0;top:0}.person i{display:block}.person .level{color:#f44c4c;width:100%;display:inline-block;background-color:#d4d4d4;font-weight:700;padding:5px}.footer-contact-ul{display:grid;grid-template-columns:repeat(3,0fr);grid-gap:5px}@media only screen and (max-width:1279px){.footer-contact-ul{grid-template-columns:repeat(2,0fr)}}@media only screen and (max-width:767px){.footer-contact-ul{grid-template-columns:repeat(1,0fr)}}.footer-contact-ul li{margin-right:0;min-width:200px;max-width:50vw}.footer-contact-ul li a{font-size:14px;line-height:normal;display:inline-block}.footer-contact-ul li a i{top:auto}.footer-contact-ul li a .contactPoint{display:flex;flex-direction:column}.footer-contact-ul li a .contactPoint span{white-space:nowrap}.contact .footer-news-letter-box{margin-bottom:70px;margin-top:50px;width:100%}@media only screen and (max-width:767px){.contact .footer-news-letter-box{margin-bottom:35px}}@media only screen and (max-width:1279px){.contact .footer-news-letter-box{margin-top:0}}.contact .footer-news-letter-box .footer-contact-ul{display:inline-grid;justify-content:center;align-items:center;grid-gap:30px;grid-template-columns:repeat(3,0fr)}@media only screen and (max-width:1279px){.contact .footer-news-letter-box .footer-contact-ul{grid-template-columns:repeat(1,0fr)}}.contact .footer-news-letter-box .footer-contact-ul .contactPoint{margin-top:auto;margin-bottom:auto}.contact .footer-news-letter-box .footer-contact-ul span{font-size:1.3rem}.contact .footer-news-letter-box .footer-contact-ul small{color:#ccc;font-size:1rem;word-wrap:break-word}.contact .footer-news-letter-box .footer-contact-ul li{min-width:0!important;min-width:auto!important;margin-right:5px;padding-left:61px}@media only screen and (max-width:767px){.contact .footer-news-letter-box .footer-contact-ul li{font-size:14px;max-width:calc(100% - 61px)!important}}.contact .footer-news-letter-box .footer-contact-ul li :last-child{margin-right:0}.contact .footer-news-letter-box .footer-contact-ul a{overflow:hidden;width:100%}.contact .footer-news-letter-box .footer-contact-ul a small,.contact .footer-news-letter-box .footer-contact-ul a span{white-space:nowrap}@media only screen and (max-width:767px){.contact .footer-news-letter-box .footer-contact-ul a{width:auto}}.contact .footer-news-letter-box .footer-contact-ul i{width:50px;height:50px}.contact .footer-news-letter-box .footer-contact-ul i svg{height:30px;width:30px}.article-part.solo{padding-top:0;max-width:50%;float:none;margin:auto;overflow:hidden}@media only screen and (max-width:1279px){.article-part.solo{max-width:none}}.onze-mensen{overflow-x:auto}.onze-mensen td img{max-width:none}.text-center{text-align:center}.refText{font-size:24px;display:inline-block;margin-bottom:8px}.refText:after,.refText:before{content:'"'}.coloredBG{background-color:#ffeded}.coloredBGAlt{background-color:#e7e9e4}.coloredBGAlt .quote-part-right{padding-top:0}.ordering-part-left img{-o-object-fit:cover;object-fit:cover}.article-part.hori h2{position:relative;transform:none;-ms-writing-mode:initial;writing-mode:initial;left:auto;top:auto;margin-bottom:18px}.article-part.hori .article-box{padding-left:0}.article-meta-box.fullwidth{width:100%!important}.mt8{margin-top:8px}.refbutton{display:inline-flex;width:100%;margin-top:48px}.landing-img-scale{position:relative}.landing-img-scale:after{content:"";padding-top:66.666%;display:block}.landing-img-scale img{position:absolute;-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.middleQ{margin-bottom:79px}.option-tab li a.active{color:#f44c4c}.list-style{list-style:disc none outside;list-style:initial}.tabbing-part-full{width:100%;float:none;display:block}.tabbing-part-full.tabheader{height:33vh;min-height:200px}.tabbing-part-full.tabheader img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.landingBG,.landingBGAlt{padding-top:60px;align-items:flex-start;position:relative;margin-bottom:149px}.landingBG .landing-common-part-img-box,.landingBGAlt .landing-common-part-img-box{position:relative;margin-bottom:-60px}.landingBG .landing-common-part-img-box:after,.landingBGAlt .landing-common-part-img-box:after{padding-top:66.66%;content:"";display:block}.landingBG .landing-common-part-img-box img,.landingBGAlt .landing-common-part-img-box img{position:absolute;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.landingBG:after,.landingBG:before,.landingBGAlt:after,.landingBGAlt:before{content:"";height:100%;width:100vw;position:absolute;top:0}.landingBG:before,.landingBGAlt:before{left:-100vw}.landingBG:after,.landingBGAlt:after{right:-100vw}.landingBG,.landingBG:after,.landingBG:before{background-color:#ffeded}.landingBGAlt,.landingBGAlt:after,.landingBGAlt:before{background-color:#e7e9e4}.forcedHeight .main-banner-wrapper{height:200px}.landing-red,.landing-red h2{color:red}.landing-red .landing-common-part-box{display:flex;flex-direction:column;width:100%;padding:0!important;max-width:none!important}.landing-common-part-box .refText{font-family:GreycliffCF-Bold}.landing-common-part-box h2{font-family:GreycliffCF-Regular}.autho-box .autho-img-box img:first-child{border-radius:50%}.autho-box .autho-img-box img:last-child{right:auto;position:relative;width:98px;height:98px}@media only screen and (max-width:1199px){.autho-box .autho-img-box img:last-child{width:78px;height:78px}}@media only screen and (max-width:991px){.autho-box .autho-img-box img:last-child{width:58px;height:58px}.article-part.common-part .verticle-title-part h2{position:relative;transform:none;-ms-writing-mode:initial;writing-mode:initial;left:auto;top:auto;margin-bottom:18px}.common-part .swiper.option-tab{padding-left:0!important;padding-right:0!important;margin-left:0}.common-part .swiper.option-tab li:last-child{margin-right:0!important}}.common-part .swiper.option-tab.news{padding-top:15px;padding-bottom:15px}.navigate.swiper .swiper-button-next,.navigate.swiper .swiper-button-prev{display:none}@media only screen and (max-width:991px){.navigate.swiper.option-tab{overflow:hidden!important}.navigate.swiper.option-tab a{padding-bottom:0!important}.swiper-button-next,.swiper-button-prev{position:absolute;z-index:10;display:block!important}.swiper-button-prev{left:0}.swiper-button-next{right:0}.swiper-button-disabled{display:none!important}}.ol-remove{display:flex;margin-right:15px;align-self:center}h3 .priceChange{font-size:16px;line-height:19px}.priceChange{display:inline-block;padding:0 3px;border-radius:3px;color:#fff;margin-left:5px}.priceChange.discount{background-color:#f44c4c}.priceChange.priceIncrease{background-color:#38b623}.floatNone{float:none!important}.alert,.d-block{display:block}.alert{margin:8px 0;padding:16px;border:1px solid #f44c4c;float:left;background-color:rgba(244,76,76,.3)}.flexSpacer{border-color:transparent!important;background-color:transparent!important;padding:0;height:1px}.mb8{margin-bottom:8px}.my-account-order-part .common-table .common-table-ul li:first-child{border-top:1px solid #d4d4d4}.my-account-order-part .common-table .common-table-ul li .div-cell{border:none;justify-content:flex-start;min-height:59px;padding:15px 15px 15px 0;font-size:14px}.my-account-order-part .common-table .common-table-ul li .div-cell:first-child{width:198px;padding-left:39px}.my-account-order-part .common-table .common-table-ul li .div-cell:nth-child(2){width:154px}.my-account-order-part .common-table .common-table-ul li .div-cell:nth-child(3){width:607px}@media only screen and (max-width:991px){.my-account-order-part .common-table .common-table-ul li .div-cell:nth-child(3){width:115px}}.my-account-order-part .common-table .common-table-ul li .div-cell:nth-child(4){width:128px}@media only screen and (max-width:1199px){.my-account-order-part .common-table .common-table-ul li .div-cell:nth-child(4){width:178px}}.my-account-order-part .common-table .common-table-ul li .div-cell:last-child{padding-right:37px;width:91px}.my-account-order-part .common-table .common-table-ul li .div-cell a{color:#f44c4c;border-bottom:1px solid #f44c4c;line-height:15px}.my-account-order-part .common-table .common-table-ul .div-cell.text-orange{color:#ff8600}.my-account-order-part .common-table .common-table-ul .div-cell.text-green{color:#38b623}.my-account-order-part .common-table .common-table-ul .div-cell.text-green i{float:left;margin-right:7px;width:13px;height:10px;margin-top:3px}.my-account-order-part .common-table .common-table-ul .div-cell.text-green i img{float:left}.my-account-order-part .common-table .common-table-ul .div-cell{font-size:16px}.my-account-order-part .common-table .common-table-ul .div-cell:nth-child(4){padding-left:23px}.my-account-order-part .common-table .common-table-ul .div-cell:last-child{padding-right:4px}.my-account-order-part .common-table .common-table-ul .div-cell .div-cell-icon-group{width:100%;display:flex;align-items:center}.my-account-order-part .common-table .common-table-ul .div-cell .div-cell-icon-group li{border:none!important;float:left;display:block;width:auto;cursor:pointer}.my-account-order-part .common-table .common-table-ul .div-cell .div-cell-icon-group li i{float:left;height:19px;width:19px}.my-account-order-part .common-table .common-table-ul .div-cell .div-cell-icon-group li i img{float:left}.my-account-order-part .common-table .common-table-ul .div-cell .div-cell-icon-group li a{float:left;border:none}.my-account-order-part .common-table .common-table-ul .div-cell .div-cell-icon-group li:first-child{margin-right:16px}.common-part.my-account-common-part{padding-bottom:129px}@media only screen and (max-width:1199px){.common-part.my-account-common-part{padding-bottom:90px}}@media only screen and (max-width:767px){.common-part.my-account-common-part{padding-bottom:40px}}.common-part.my-account-common-part #tabs-content{min-height:551px}@media only screen and (max-width:767px){.common-part.my-account-common-part #tabs-content{min-height:auto}}@media only screen and (max-width:1600px){.common-part.my-account-common-part .common-form-outer-part{padding:37px 22px 23px!important;max-width:610px}}@media only screen and (max-width:1279px){.common-part.my-account-common-part .common-form-outer-part{max-width:560px}}@media only screen and (max-width:1199px){.common-part.my-account-common-part .common-form-outer-part{max-width:455px}}@media only screen and (max-width:991px){.common-part.my-account-common-part .common-form-outer-part{padding:25px!important}}@media only screen and (max-width:767px){.common-part.my-account-common-part .common-form-outer-part{max-width:100%;margin-bottom:20px;padding:15px!important}.common-part.my-account-common-part .common-form-outer-part:last-child{margin-bottom:0}}@media only screen and (max-width:991px){.common-part.my-account-common-part .my-account-part-tabbing-right,.common-part.my-account-common-part .register-part-left{max-width:48%}}@media only screen and (max-width:767px){.common-part.my-account-common-part .my-account-part-tabbing-right,.common-part.my-account-common-part .register-part-left{max-width:100%}}@media only screen and (max-width:1600px){.common-part.my-account-common-part .custom-input-grp-wrapper,.common-part.my-account-common-part .input-box{max-width:385px}}@media only screen and (max-width:1279px){.common-part.my-account-common-part .custom-input-grp-wrapper,.common-part.my-account-common-part .input-box{max-width:345px}}@media only screen and (max-width:1199px){.common-part.my-account-common-part .custom-input-grp-wrapper,.common-part.my-account-common-part .input-box{max-width:100%}.common-part.my-account-common-part .input-wrapper{flex-direction:column;align-items:flex-start;margin-bottom:5px}.common-part.my-account-common-part .form-label{margin-bottom:7px}}#mijn-gegevens{padding-bottom:14px}.order-detail-back-box{display:flex;align-items:center}@media only screen and (max-width:767px){.order-detail-back-box{flex-direction:column;align-items:flex-start;margin:12px 0;padding-right:20px}}.order-detail-back-box a{font-size:14px;line-height:17px;color:#000;margin-right:57px;border-bottom:1px solid transparent;position:relative;margin-left:20px}.order-detail-back-box a:hover{color:#f44c4c;border-color:#f44c4c}@media only screen and (max-width:767px){.order-detail-back-box a{margin-right:0;margin-bottom:3px}}.order-detail-back-box a i{position:absolute;left:-21px}.order-detail-back-box h3{display:inline-block;width:auto;font-family:GreycliffCF-Bold}.my-account-order-part.ordered .head-row .primary-btn{font-family:GreycliffCF-Bold;padding:15px 29px 15.5px 30.5px}.my-account-order-part.ordered .body-row .common-table-ul li:first-child{border-top:none}.my-account-order-part.ordered .body-row .common-table-ul li:nth-child(2){border-top:1px solid #d4d4d4}.my-account-order-part.ordered .body-row .common-table-ul li .div-cell{min-height:65px;padding-top:5px;padding-bottom:5px}.my-account-order-part.ordered .body-row .common-table-ul li .div-cell:nth-child(2){width:136px}.my-account-order-part.ordered .body-row .common-table-ul li .div-cell:nth-child(3){width:570px}@media only screen and (max-width:991px){.my-account-order-part.ordered .body-row .common-table-ul li .div-cell:nth-child(3){width:200px}}.my-account-order-part.ordered .body-row .common-table-ul li .div-cell:nth-child(4){text-align:center;justify-content:center}.my-account-order-part.ordered .body-row .common-table-ul li .div-cell:nth-child(5){width:160px;padding-left:15px}.my-account-order-part.ordered .body-row .common-table-ul li .div-cell:nth-child(6){width:94px;white-space:nowrap}.my-account-order-part.ordered .body-row .common-table-ul li .div-cell:last-child{width:98px;white-space:nowrap}.my-account-order-part.ordered .body-row .common-table-ul li .div-cell .order-img-box{display:flex;align-items:center;min-width:66px;height:47px;margin-right:11px}.my-account-order-part.ordered .body-row .common-table-ul li .div-cell .order-img-box img{float:left;max-width:100%;height:auto}.fastDelivery{margin-bottom:1rem;color:#007000;font-weight:700;display:inline-flex;align-items:center}.fastDelivery.orderArtikel{color:#f44c4c}.on-sale-meta-box .fastDelivery{font-size:13px}.on-sale-meta-list .fastDelivery{width:100%;margin-bottom:0}.periode,.periode .periodeSelector{display:inline-flex;align-items:center}.periode .periodeSelector{margin-left:15px}.periode .periodeSelector .d-flex{display:inline-flex}.periode .periodeSelector .d-flex select{margin-right:10px;padding-right:30px;width:auto}.periode .periodeSelector .d-flex select:last-child{margin-right:0}.periode .periodeSelector .seperator{margin:auto 8px}.body-row.loading{opacity:.7;pointer-events:none}.map-block.on-sale-box{margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content;max-width:100%}.map-block.on-sale-box>*{float:none}.on-sale-meta-list li span{font-size:12px}.text-nowrap{white-space:nowrap}.gap-1{gap:.25rem}.div-cell.wrapped{flex-wrap:wrap}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .body-row .common-table-ul li,.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .head-row{display:grid;grid-template-columns:2fr 1fr 100px 100px 130px}@media only screen and (max-width:991px){.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .body-row .common-table-ul li,.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .head-row{grid-template-columns:2fr 1fr 100px 100px 143px}}@media only screen and (max-width:767px){.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .body-row .common-table-ul li,.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .head-row{display:grid;grid-template-columns:1fr 1fr}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .body-row .common-table-ul li .div-cell,.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .body-row .common-table-ul li .div-cell:first-child,.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .body-row .common-table-ul li .div-cell:last-child,.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .body-row .common-table-ul li .div-cell:nth-child(2),.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .body-row .common-table-ul li .div-cell:nth-child(3),.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .body-row .common-table-ul li .div-cell:nth-child(4),.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .head-row .div-cell,.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .head-row .div-cell:first-child,.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .head-row .div-cell:last-child,.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .head-row .div-cell:nth-child(2),.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .head-row .div-cell:nth-child(3),.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .head-row .div-cell:nth-child(4){width:100%!important}}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .body-row .common-table-ul li .div-cell,.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .head-row .div-cell{width:100%;padding-left:16px;padding-right:16px}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .body-row .common-table-ul li .div-cell:last-child,.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .body-row .common-table-ul li .div-cell:nth-child(2),.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .body-row .common-table-ul li .div-cell:nth-child(3),.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .body-row .common-table-ul li .div-cell:nth-child(4),.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .head-row .div-cell:last-child,.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .head-row .div-cell:nth-child(2),.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .head-row .div-cell:nth-child(3),.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .head-row .div-cell:nth-child(4){width:100%}@media only screen and (max-width:767px){.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .body-row .common-table-ul li .div-cell:first-child{grid-column:span 2}}.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .nietLeverbaar{color:#f44c4c;font-weight:700;width:100%}@media only screen and (max-width:767px){.order-list-part-wrapper .shopping-cart-wrapper.order-list-right-part .common-table.gridversion .nietLeverbaar{text-align:right}}.appButtons{display:inline-grid;grid-template-columns:1fr 1fr;gap:10px}.appButtons .buttonLink{display:inline-block;height:49px}.footer-downloads{display:grid;grid-gap:5px;gap:5px;text-align:right;grid-template-columns:1fr 1fr;align-items:center}@media only screen and (max-width:1199px){.footer-downloads{grid-template-columns:1fr}}.footer-downloads .appButtons{gap:5px}.footer-downloads .appButtons .buttonLink{display:inline-block;height:38px}.footer-bottom-site-wrapper{gap:5px}.block{display:block}.w-full{width:100%}.w-full.center{display:flex;justify-content:center}.mt20{margin-top:20px}.main-banner-part.home-banner-part .main-banner-inner-box{margin-top:-15px}.on-sale-box .order-list-icon{z-index:1}.on-sale-main-box a{position:relative}.extra-label{padding:2px 5px 3px 3px;background-color:#f44c4c;color:#fff;max-width:75%;min-width:80px;text-align:justify;width:-moz-max-content;width:max-content;font-family:GreycliffCF-Bold;font-size:11px;display:block}.extra-label.absolute{position:absolute;bottom:20px;left:0}.extra-label.inline{display:inline}@media only screen and (max-width:767px){.extra-label.inline{display:block}.product-title-box .extra-label{margin-top:5px}}#nprogress{pointer-events:none}#nprogress .bar{background:#f44c4c;position:fixed;z-index:99999;top:0;left:0;width:100%;height:3px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #f44c4c,0 0 5px #f44c4c;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.Manager_default__EbjVL{max-width:500px;margin:auto;height:100vh;display:flex;gap:3rem;flex-direction:column;justify-content:center;align-items:center}.Manager_default__EbjVL button{padding:.5rem;border-radius:.25rem;border:1px solid #d3d3d3}.Manager_default__EbjVL a{font-weight:700;color:#000;padding:.5rem;border-radius:.25rem;background-color:rgba(0,0,0,.045);display:flex;justify-content:space-between}.Manager_default__EbjVL a span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Manager_default__EbjVL h4{font-size:2rem}.Manager_default__EbjVL button,.Manager_default__EbjVL div{font-family:GreycliffCF-Regular}.Manager_default__EbjVL button{border-radius:3rem;background-color:#f44c4c;font-size:1rem;color:#fff;border:none}.Manager_head__Aelzp{padding-left:.5rem;display:flex;flex-direction:column;gap:1rem}.Manager_customers___5B9K{display:flex;flex-direction:column;gap:5px}.Manager_inner__MgItd{min-width:500px;border:1px solid #d3d3d3;padding:1rem;border-radius:.25rem;background-color:#fff;filter:drop-shadow(3px 2px .25rem rgba(0,0,0,.1));display:flex;flex-direction:column;justify-content:center;gap:2rem}.Manager_logo__xHcau{width:200px}@media only screen and (max-width:600px){.Manager_inner__MgItd{min-width:unset}}