@charset "UTF-8";: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: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-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( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);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:translate(-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:translate(-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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.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 #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;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;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;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--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;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:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height: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:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}._emailpopupwrap_pmg6f_2{margin-bottom:20px}._emailpopupwrap_pmg6f_2 .redMandat{color:red}._emailpopupwrap_pmg6f_2 .modal-title{font-size:1.375rem}._emailpopupwrap_pmg6f_2 .form-control{background-color:#ecf0f1;border-radius:5px;border:none;padding:.375rem .75rem!important}._emailpopupwrap_pmg6f_2 .form-control:hover,._emailpopupwrap_pmg6f_2 .form-control:focus{background-color:#ecf0f1!important;border:none!important}._emailpopupwrap_pmg6f_2 .close .icon-close{padding:0;right:35px;position:absolute;top:0}._emailpopupwrap_pmg6f_2 .close .icon-close:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='15' height='20' viewBox='0 0 22 28'%3E%3Cpath d='M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E")!important;position:absolute;width:20px;background:var(--main-color)}._emailpopupwrap_pmg6f_2 .addRec{position:relative}._emailpopupwrap_pmg6f_2 .btn-wrap{display:flex;justify-content:center}@media (max-width: 575.98px){._emailpopupwrap_pmg6f_2 .btn-wrap{flex-wrap:wrap}}@media (max-width: 767.98px){._emailpopupwrap_pmg6f_2 .btn-wrap button.btn{font-size:14px!important;font-weight:500!important;display:inline-block!important;width:30%!important;margin:0 5px 15px!important}}@media (max-width: 575.98px){._emailpopupwrap_pmg6f_2 .btn-wrap button.btn{display:block!important;width:100%!important;margin:0 5px 15px!important}}.comparePopUp .dialog-header .dialog-title .compare-pop-up-title .compare-print-button,.comparePopUp .dialog-header .dialog-title .compare-pop-up-title .compare-email-button,.comparePopUp .dialog-header .dialog-title .compare-pop-up-title .compare-clear-button{border:1px solid var(--clr-white);color:var(--clr-white);background-color:var(--main-color);outline:none;box-shadow:none}.comparePopUp .dialog-header .dialog-title .compare-pop-up-title .compare-print-button:hover,.comparePopUp .dialog-header .dialog-title .compare-pop-up-title .compare-email-button:hover,.comparePopUp .dialog-header .dialog-title .compare-pop-up-title .compare-clear-button:hover{background-color:var(--clr-white);color:var(--main-color)}.comparePopUp .cmpr-product-image img{max-width:200px;width:200px}.comparePopUp .tr_Product_Name .comapreWrap .prodCode{color:var(--main-color)}.comparePopUp .tr_Product_Name .comapreWrap .closebutton span.text{display:none}.comparePopUp .tr_Product_Name h4{font-size:1rem;font-weight:400}.comparePopUp .tr_Product_Name h4 a{font-size:.8125rem!important}.comparePopUp .tr_Product_Desc .comparedesc.product-desc{line-height:1.4;vertical-align:top!important;max-width:215px;padding-left:30px}.comparePopUp .tr_Product_EventTheme td{vertical-align:top}.comparePopUp .showOnDetailsPage{display:none}.comparePopUp .bottom-wishList .showOnDetailsPage{display:inline-block;color:#fff;margin-bottom:0}.comparePopUp .strikePrice{text-decoration:line-through}@media print{#CompareProd{width:100%}#CompareProd>tbody>tr{width:100%}.list-group-image{width:150px;display:inline-block}}@keyframes _line-scale_iybhd_45{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_iybhd_45{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._loadingData_iybhd_20{position:relative}._loadingData_iybhd_20 .animsition-loading,._loadingData_iybhd_20 .custom-animsition-loading{background-color:var(--clr-white);z-index:10104!important;width:100%;height:100%;position:absolute;inset:0}._loadingData_iybhd_20 .animsition-loading .loader,._loadingData_iybhd_20 .custom-animsition-loading .loader{position:absolute;top:50%;left:50%;margin-top:-16px;margin-left:-16px;border-radius:50%;z-index:100}._loadingData_iybhd_20 .animsition-loading .loader .line-scale,._loadingData_iybhd_20 .custom-animsition-loading .loader .line-scale{display:flex}._loadingData_iybhd_20 .animsition-loading .loader .line-scale>div,._loadingData_iybhd_20 .custom-animsition-loading .loader .line-scale>div{width:4px;height:35px;border-radius:2px;margin:2px;display:inline-block;background:var(--light-blue);animation-fill-mode:both;animation-name:line-scale;animation-timing-function:cubic-bezier(.2,.68,.18,1.08);animation-iteration-count:infinite;animation-duration:1s}._loadingData_iybhd_20 .animsition-loading .loader .line-scale>div:nth-child(1),._loadingData_iybhd_20 .custom-animsition-loading .loader .line-scale>div:nth-child(1){animation-delay:-.4s}._loadingData_iybhd_20 .animsition-loading .loader .line-scale>div:nth-child(2),._loadingData_iybhd_20 .custom-animsition-loading .loader .line-scale>div:nth-child(2){animation-delay:-.3s}._loadingData_iybhd_20 .animsition-loading .loader .line-scale>div:nth-child(3),._loadingData_iybhd_20 .custom-animsition-loading .loader .line-scale>div:nth-child(3){animation-delay:-.2s}._loadingData_iybhd_20 .animsition-loading .loader .line-scale>div:nth-child(4),._loadingData_iybhd_20 .custom-animsition-loading .loader .line-scale>div:nth-child(4){animation-delay:-.1s}._loadingData_iybhd_20 .animsition-loading .loader .line-scale>div:nth-child(5),._loadingData_iybhd_20 .custom-animsition-loading .loader .line-scale>div:nth-child(5){animation-delay:0s}._loadingData_iybhd_20 #loaderWrapper{position:relative}._loadingData_iybhd_20 #loaderWrapper .custom-animsition-loading{position:absolute;height:200px}._basketpopup_djfp4_2 .basketpopupdesign{position:absolute;width:450px;top:50px;visibility:hidden;opacity:0;right:0;background:#fff;padding:0;z-index:10;box-shadow:1px 2px 5px #00000040;transform:translate(-60px,40px);transition:.5s}._basketpopup_djfp4_2 .basketpopupdesign .title{font-size:1rem;font-family:Cinzel,serif;color:#000;padding:20px 30px;border-bottom:1px solid #d9d9d9;font-weight:700}._basketpopup_djfp4_2 .basketpopupdesign .productsection{padding:0;max-height:280px;overflow:auto}@media (max-width: 1300px){._basketpopup_djfp4_2 .basketpopupdesign .productsection{max-height:210px}}._basketpopup_djfp4_2 .basketpopupdesign .productsection .product{display:flex;border-bottom:1px solid #d9d9d9;padding:20px 30px}._basketpopup_djfp4_2 .basketpopupdesign .productsection .product .imagelink{display:block}._basketpopup_djfp4_2 .basketpopupdesign .productsection .product .imagelink img{width:84px;height:auto;background-color:#f3f3f3;margin-right:20px;border-radius:5px}._basketpopup_djfp4_2 .basketpopupdesign .productsection .product .productDetail .pname{font-family:Jost,sans-serif;color:var(--txt-color);font-size:1.125rem;font-weight:500;margin-bottom:10px}._basketpopup_djfp4_2 .basketpopupdesign .productsection .product .productDetail .pdesc{color:#666;font-weight:400;font-size:.75rem}._basketpopup_djfp4_2 .basketpopupdesign .productsection .product .productDetail .pcomm{color:var(--txt-color);font-weight:400;font-size:.75rem;line-height:20px;margin-bottom:0}._basketpopup_djfp4_2 .basketpopupdesign .productsection .product .productDetail .pprice{color:var(--txt-color);font-weight:500;font-size:.9375rem;line-height:22px;margin-bottom:0;margin-top:15px}._basketpopup_djfp4_2 .basketpopupdesign .footer{padding:0 30px}._basketpopup_djfp4_2 .basketpopupdesign .footer .cart-buttons{display:flex;justify-content:space-between;padding:20px 0}._basketpopup_djfp4_2 .basketpopupdesign .footer .cart-buttons .link{font-size:.9375rem;font-weight:400px;color:var(--txt-color);text-decoration:underline}._basketpopup_djfp4_2 .basketpopupdesign .footer .cart-buttons .link:hover{text-decoration:none;color:var(--main-color)}@media (max-width: 1024.98px){._basketpopup_djfp4_2{display:none}}#_headerWrapperMain_vqacw_1553{position:sticky;top:0;background:#fff}#_headerWrapperMain_vqacw_1553{transition:all 1s ease-in-out;z-index:9;box-shadow:#0000000d 0 1px 2px}#_headerWrapperMain_vqacw_1553 .headertopmini{display:flex;align-items:center;justify-content:space-between;padding:8px 40px;background-color:var(--clr_1)}#_headerWrapperMain_vqacw_1553 .headertopmini p{margin:0;color:#fff;font-size:.75rem}#_headerWrapperMain_vqacw_1553 .headertopmini span{color:#fff;font-size:.75rem;cursor:pointer}#_headerWrapperMain_vqacw_1553 .headertopmini span:hover{text-decoration:underline}#_headerWrapperMain_vqacw_1553 .headertopmini .socialIcons a{display:inline-block;margin-right:15px;vertical-align:text-top}#_headerWrapperMain_vqacw_1553 .headertopmini .socialIcons a span{font-size:.9375rem}#_headerWrapperMain_vqacw_1553 .headertopmini .socialIcons a span:hover{text-decoration:none}#_headerWrapperMain_vqacw_1553 .headertopmini .socialIcons a img{width:12px;filter:invert(1)}#_headerWrapperMain_vqacw_1553 .mainmenus{display:flex;align-items:center}#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list-top .cat-list{margin-left:0}#_headerWrapperMain_vqacw_1553 .mainmenus .close-menu .subcat-list{display:none!important}#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list{display:flex;align-items:center;gap:25px;margin-left:25px}#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li{font-size:.9375rem;font-weight:700;font-family:Cinzel,serif!important;text-transform:uppercase;padding:25px 0;border-bottom:2px solid transparent}#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li.Closeouts{display:none}#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li>a,#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li>span{font-family:Cinzel,serif!important;height:34px;display:flex;align-items:center}#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li>a.hasArrow,#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li>span.hasArrow{pointer-events:none}@media (min-width: 1440px){#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li>a,#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li>span{font-size:.9375rem}}#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li.catalogSubMenuP{position:relative;display:none}#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li.catalogSubMenuP .catalogSubMenu{position:absolute;left:0;top:103%;background:#fbfbfbcc;width:200px;display:none;transform:scale(0) translateY(20px);opacity:0;visibility:hidden;padding:40px 30px;-webkit-box-shadow:0px 2px 2px 1px rgba(0,0,0,.5);-moz-box-shadow:0px 2px 2px 1px rgba(0,0,0,.5);box-shadow:0 2px 2px 1px #00000080;transition:all .3s;z-index:2}#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li.catalogSubMenuP .catalogSubMenu a{font-size:.75rem;font-family:Cinzel,serif;line-height:2}#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li.catalogSubMenuP:hover .catalogSubMenu{display:flex;transform:scale(1) translateY(0);opacity:1;visibility:visible;flex-direction:column}#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li .subcat-list{position:absolute;left:15%;top:100%;background:#f3f3f3!important;max-width:900px;width:100%;display:none;transform:scale(0) translateY(20px);opacity:0;visibility:hidden;padding:1.5rem 2rem;-webkit-box-shadow:0px 2px 2px 1px rgba(0,0,0,.5);-moz-box-shadow:0px 2px 2px 1px rgba(0,0,0,.5);box-shadow:0 2px 2px 1px #00000080;transition:all .3s;z-index:2}#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li .subcat-list .subcat-list-ul{display:flex;flex-wrap:wrap;width:100%}#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li .subcat-list .subcat-list-ul .subcat-item{padding:0 2rem}#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li .subcat-list .subcat-list-ul .subcat-item a{font-size:.75rem;font-family:Cinzel,serif;line-height:2}#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li .subcat-list .subcat-list-ul .subcat-item a:hover{color:var(--clr_1)}#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li:hover{border-bottom:2px solid var(--clr_1)}#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li:hover .subcat-list{display:flex;transform:scale(1) translateY(0);opacity:1;visibility:visible}@media only screen and (max-width: 1366px){#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li{font-size:.75rem}}@media (min-width: 1921px){#_headerWrapperMain_vqacw_1553 .mainmenus .cat-list>li{padding:55px 0}}#_headerWrapperMain_vqacw_1553 .headerTopWrap,#_headerWrapperMain_vqacw_1553 .headerBottomWrap{padding:0 40px}@media (max-width: 1439.98px){#_headerWrapperMain_vqacw_1553 .headerTopWrap,#_headerWrapperMain_vqacw_1553 .headerBottomWrap{padding:0}}@media (max-width: 1279.98px){#_headerWrapperMain_vqacw_1553 .headerTopWrap,#_headerWrapperMain_vqacw_1553 .headerBottomWrap{padding:0}}#_headerWrapperMain_vqacw_1553 .headerTopWrap.fixed,#_headerWrapperMain_vqacw_1553 .headerBottomWrap.fixed{position:sticky;top:0;left:0;width:100%;z-index:1000;animation:slide-down .7s;opacity:.9;margin-top:0}@keyframes _slide-down_vqacw_1{0%{opacity:0;transform:translateY(-100%)}to{opacity:.9;transform:translateY(0)}}#_headerWrapperMain_vqacw_1553 .headerTopSubWrap{display:flex;align-items:center;justify-content:space-between}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .headerTopSubWrap{flex-wrap:nowrap;gap:10px;justify-content:space-between;padding-top:10px!important;padding-bottom:10px!important}}#_headerWrapperMain_vqacw_1553 .headerTopSubWrap .logoWrapper img{width:auto;height:70px;max-width:none;vertical-align:super}@media (max-width: 767.98px){#_headerWrapperMain_vqacw_1553 .headerTopSubWrap .logoWrapper img{width:130px;height:auto}}@media (min-width: 1921px){#_headerWrapperMain_vqacw_1553 .headerTopSubWrap .logoWrapper img{height:140px}}#_headerWrapperMain_vqacw_1553 .searchSelWrap{display:none}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .search-container{position:absolute;left:0;z-index:9;top:82%;right:0;width:100%!important;margin:auto;transition:all 1s ease-in-out}}#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper{position:absolute;width:65%;top:50%;z-index:1;transition:all 1s ease-in-out;opacity:0;visibility:hidden;transform:translate(100%)}#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper.active{opacity:1;visibility:visible;transform:translateY(-50%) translate(-50px);transition:all 1s ease-in-out}@media (max-width: 1260px){#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper.active{transform:translateY(-50%) translate(-10px)}}@media (min-width: 1500px){#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper.active{transform:translateY(-50%) translate(50px)}}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper{left:0;z-index:9;top:120%;right:0;width:95%!important;margin:auto;transition:all 1s ease-in-out}#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper.active{transform:translateY(-50%)}}@media (max-width: 1439.98px){#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper{width:54%}}@media only screen and (max-width: 1366px){#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper{width:65%}}#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper form{position:relative;display:flex;align-items:center}#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper form input{width:100%;border-radius:50px;height:50px;border:1px solid var(--clr_1);padding-left:20px;font-size:1rem;font-weight:500}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper form input{height:100%;padding:10px 10px 10px 20px}}#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper form input:focus-visible{outline:0}#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper form button.searchBtn{height:40px;width:40px;font-size:1.125rem;border-radius:50%;position:absolute;right:5px;top:0;margin:auto;bottom:0;display:grid;place-items:center;line-height:1.3;background:var(--clr-white);border:none}#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper form .backDrop{inset:0;cursor:pointer;z-index:30;height:100%!important;width:100%;background-color:#232323cc;position:fixed}#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper form .searchWrapperBtn{position:absolute;right:20px;width:20px;height:20px;transform:translateY(-50%);top:50%}#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper form .searchWrapperBtn button{background-color:transparent;border:0;padding:0;width:auto;height:auto;font-size:inherit}#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper form .searchWrapperBtn button .icon-search:before{font-size:.8125rem;color:var(--header-text);font-weight:600}#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper form .searchWrapperBtn .icon-mic,#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper form .searchWrapperBtn .icon-camera1{display:none}#_headerWrapperMain_vqacw_1553 .search-container .searchWrapper:before{position:absolute;right:20px;z-index:2;font-size:.8125rem;top:50%;transform:translateY(-50%)}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper{position:absolute;top:calc(75% + 5px);left:-70px;right:0;margin:auto;width:54%;box-shadow:0 0 5px #999;background-color:var(--clr-white);padding:18px;z-index:99;max-height:400px;height:auto;overflow-y:auto;scrollbar-width:thin;border:1px solid #aeaeae;border-radius:4px}@media (min-width: 1280px){#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper{width:50%}}@media (min-width: 1440px){#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper{width:54%}}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper{width:95%;top:25px;left:0}}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.image-search .productSuggestWrapper{width:100%}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.image-search .product-left{display:none}@media (max-width: 989.98px){#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper{left:0;width:calc(100% + 0px)}}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper::-webkit-scrollbar{width:5px}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper::-webkit-scrollbar-track{background:#f1f1f1}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper::-webkit-scrollbar-thumb{background:#c8c8c8}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper::-webkit-scrollbar-thumb:hover{background:#555}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .spiner-full{position:absolute;top:0;left:0;width:100%;height:100%}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .loadingSpinner{display:inline-block;vertical-align:sub;border:4px solid #f3f3f3;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border-top:4px solid rgba(255,255,255,.5);border-radius:50%;width:20px;height:20px;margin-right:10px}@keyframes _spin_vqacw_454{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .suggestionListWrapper .title-wrapper,#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .suggestionListWrapper h3{font-size:16px;font-weight:600;line-height:var(--font-body-lineheight);letter-spacing:.32px;text-transform:capitalize;color:var(--txt-color);display:flex;justify-content:space-between;align-items:center;margin:0 0 15px;padding-bottom:8px;border-bottom:1px solid #e8e8e8}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .suggestionListWrapper .search-title{padding:0;margin:0}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .suggestionListWrapper .icon-close{cursor:pointer}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .suggestionListWrapper h3{border:0}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .suggestionListWrapper .suggestionList,#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .suggestionListWrapper .suggestionsList{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .suggestionListWrapper .suggestionList li,#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .suggestionListWrapper .suggestionsList li{display:flex;align-items:center;justify-content:center;padding:7px 10px;text-transform:lowercase;background-color:#f7f7f7;color:#868686;border-radius:5px;cursor:pointer}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .searchProducts .productSuggestWrapper{display:block;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));column-gap:15px}@media (max-width: 575.98px){#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .searchProducts .productSuggestWrapper{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .searchProducts .productSuggestWrapper .search-suggetion p{font-size:.875rem;font-weight:500;line-height:1rem;margin-bottom:10px}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .searchProducts .productSuggestWrapper .search-suggetion:last-child p{margin-bottom:0}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .searchProducts .productSuggestWrapper .search-suggetion:hover p{color:var(--main-color)!important}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .searchProducts .productSuggestWrapper .wishlist-and-view-main-div{opacity:0!important;visibility:hidden!important}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage{width:100%;left:0}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper{border:2px dashed #cccccc;cursor:pointer;position:relative;padding:10px;height:130px;border-radius:20px;display:flex;align-items:center;justify-content:center}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent{display:flex;flex-direction:column;justify-content:center;align-items:center}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent span{font-size:16px;color:#000;font-weight:500}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent p{white-space:break-spaces;text-align:center;margin-top:10px;font-size:14px}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent small{display:block;padding:12px 0}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper input{position:absolute;opacity:0;z-index:1;left:0;top:0;width:100%;height:100%;cursor:pointer}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .file-field{position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:2rem}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .file-field .btn{text-transform:capitalize;margin:.375rem;word-wrap:break-word;white-space:normal;border:0;border-radius:.125rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .file-field .btn-primary.btn-sm{margin:0;padding:0 10px;font-size:.9rem;width:140px;height:40px;line-height:40px}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .file-field .btn-primary.btn-sm input[type=file]{position:absolute;inset:-28px 0 0;max-width:100%;width:140px;padding:0;margin:0;cursor:pointer;filter:alpha(opacity=0);opacity:0}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper{padding-left:10px;overflow:hidden;margin-right:auto}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper span{color:var(--clr_3);font-size:16px}@media (max-width: 414.98px){#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper span{font-size:14px}}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper input.file-path{width:100%;height:36px;border:none;border-radius:0;outline:none}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .wrap-search{display:flex;margin-bottom:2rem}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .wrap-search input::placeholder{font-size:16px}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .wrap-search #txtImage{width:calc(100% - 80px);border:1px solid #ccc;border-top-left-radius:4px;border-bottom-left-radius:4px;padding:5px;height:35px}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper.searchByUploadImage .wrap-search input[type=button]{font-size:16px;border:0;color:#fff;height:35px;display:flex;border-radius:0;width:80px;justify-content:center;align-items:center;background:linear-gradient(171deg,#1ebd78,#03a46b)}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .noResult{position:relative}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .noResult i{position:absolute;top:2px;right:0}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .noResult p{margin:0;font-size:15px;font-weight:400}#_headerWrapperMain_vqacw_1553 .search-container .nlpSearchWrapper .text-danger{margin-top:10px}#_headerWrapperMain_vqacw_1553 .search-container .hide-search .background-close{display:none}#_headerWrapperMain_vqacw_1553 .search-container .search-suggetion .product-card{min-height:auto}#_headerWrapperMain_vqacw_1553 .search-container .search-suggetion .product-card>.card-upper-block,#_headerWrapperMain_vqacw_1553 .search-container .search-suggetion .product-card>a{display:none!important}#_headerWrapperMain_vqacw_1553 .search-container .search-suggetion .product-card .card-block{padding:0 0 10px}#_headerWrapperMain_vqacw_1553 .search-container .search-suggetion .product-card .list-content{display:flex!important;align-items:center;padding:0}#_headerWrapperMain_vqacw_1553 .search-container .search-suggetion .product-card .list-content .product-code{margin:0 10px 0 0}#_headerWrapperMain_vqacw_1553 .search-container .search-suggetion .product-card .list-content .product-name h4{margin:0}#_headerWrapperMain_vqacw_1553 .search-container .search-suggetion .product-card .list-content .pro-swatches,#_headerWrapperMain_vqacw_1553 .search-container .search-suggetion .product-card .list-content .product-price{display:none!important}#_headerWrapperMain_vqacw_1553 .headerActionWrapper{display:flex;align-items:center;gap:25px}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .headerActionWrapper{gap:15px;justify-content:space-between;order:1}}@media (max-width: 575.98px){#_headerWrapperMain_vqacw_1553 .headerActionWrapper{padding-left:0}}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .compareMainDiv .renCompare .compare-count{cursor:pointer}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon{display:flex;align-items:center}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon:hover .desc a{color:var(--clr_1)}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon:hover .desc span:before{color:var(--clr_1)}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon:hover a i{color:var(--clr_1)}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon:hover a i:before{color:var(--clr_1)}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon:hover .count-top{color:var(--clr_1)}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon:hover>span{color:var(--clr_1)}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.cartWrap:hover .basketpopupdesign{visibility:visible;opacity:1;transform:translate(-60px,20px);transition:.5s}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon a,#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon .headersearchicon{display:flex;align-items:center;cursor:pointer}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon a i,#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon .headersearchicon i{margin-right:0;display:inline-block}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon a i:before,#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon .headersearchicon i:before{font-size:1.5rem}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon a span,#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon .headersearchicon span{font-size:12px;color:#333;line-height:18px;font-weight:400;font-family:Poppins;white-space:nowrap;display:none}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon a span,#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon .headersearchicon span{display:none}}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon a .count-top,#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon .headersearchicon .count-top{position:relative}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon a .count,#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon .headersearchicon .count{position:absolute;top:-8px;right:-10px;width:20px;height:20px;background-color:var(--clr_1);border-radius:100%;color:var(--clr-white)!important;display:flex;align-items:center;justify-content:center}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon a.mobile-font,#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon .headersearchicon.mobile-font{font-size:0px}}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon a:hover span,#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon .headersearchicon:hover span{color:var(--clr_1)}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap{display:none}}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .compare-count{display:flex;align-items:center}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .compare-count span{font-size:12px;color:#333;line-height:18px;font-weight:400;font-family:Poppins;display:none}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .compare-count .count-top{position:relative}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .compare-count .count-top i{margin-right:0;display:inline-block;font-family:Quake-City-Cap!important;font-size:1.5rem;font-style:normal;margin-top:2px}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .compare-count .count-top i:before{content:""}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .compare-count .count-top .count{position:absolute;top:-8px;right:-10px;width:20px;height:20px;background-color:var(--clr_1);border-radius:100%;color:var(--clr-white)!important;display:flex;align-items:center;justify-content:center}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap:hover .compare-count span{color:var(--clr_1)}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .renCompare .fluid-model{max-width:none}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .renCompare #CompareProd .mainTbody>tr>td:first-child{width:130px;font-weight:700}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .renCompare #CompareProd .mainTbody .comapreWrap{position:relative}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .renCompare #CompareProd .mainTbody .comapreWrap .closebutton{position:absolute;top:10px;right:15px}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .renCompare #CompareProd .mainTbody .comapreWrap .product-rating{border:none}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .renCompare #CompareProd .mainTbody .compareProdBtn .AddtoCart,#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .renCompare #CompareProd .mainTbody .compareProdBtn i{display:none}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .renCompare #CompareProd .mainTbody .compareProdBtn .btn-primary{font-weight:700;letter-spacing:1.6px}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .renCompare .compare-pop-up-title{display:flex;align-items:center;justify-content:space-between}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .renCompare .compare-pop-up-title .compare-clear-button{margin-right:15px!important}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .renCompare .compare-pop-up-title .compare-clear-button:hover{background-color:#fff;color:var(--main-color);cursor:pointer}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .renCompare .compare-pop-up-title .compare-print-button .icon-print{display:none}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .renCompare .compare-pop-up-title .compare-email-button .icon{display:flex;align-items:center}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .renCompare .compare-pop-up-title .compare-email-button .icon .icons-img{display:none}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .renCompare .compare-pop-up-title .compare-email-button .icon p{margin:0}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .renCompare .compare-pop-up-title .compare-email-button .productHeading{text-align:left;text-transform:none;letter-spacing:normal}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .table-responsive{overflow-y:hidden;display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;margin-bottom:15px}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .table-responsive .table tbody{border:1px solid #dee2e6}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .table-responsive .table tr th,#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .table-responsive .table tr td{border-right:1px solid #dee2e6;vertical-align:middle}@media (max-width: 414.98px){#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .table-responsive .table tr th,#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .table-responsive .table tr td{font-size:16px}}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .table-responsive .table tr th.unitPriceHeader,#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .table-responsive .table tr th.priceHeader,#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .table-responsive .table tr td.unitPriceHeader,#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .table-responsive .table tr td.priceHeader{text-align:right}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .table-responsive .table tr th:first-child,#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .table-responsive .table tr td:first-child{border-left:1px solid #dee2e6}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .table-responsive.orderReport{overflow:visible!important}@media (max-width: 575.98px){#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .table-responsive.orderReport{overflow-x:auto!important}}@media (max-width: 575.98px){#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .table-responsive.orderReport.overflowOnResponsive{overflow-x:auto!important}#_headerWrapperMain_vqacw_1553 .headerActionWrapper .cmnForIcon.compareWrap .table-responsive.orderReport.overflowOnResponsive .custom-table-body{border:none}}#_headerWrapperMain_vqacw_1553 .hamMenu{display:flex;flex-direction:column;position:absolute;left:10px;top:50%;transform:translateY(-50%);z-index:10;cursor:pointer}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .hamMenu{display:none}}#_headerWrapperMain_vqacw_1553 .hamMenu span{width:20px;height:2px;border-radius:10px;border:2px solid var(--clr-white);margin-bottom:4px}#_headerWrapperMain_vqacw_1553 .headerBottomWrap{background-color:var(--main-color);color:var(--clr-white)}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap{display:flex;align-items:center}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul{display:flex;align-items:center;text-align:center;position:relative}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul .Closeouts.hasSubmenu{display:none}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li{padding:12px}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.hasSubmenu.active .arrow:before{transform:rotate(90deg)}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.hasSubmenu.active .catalogSubMenu{text-align:left;padding:20px;border-left:2px solid #eaeaea;padding-top:0!important;padding-bottom:0!important;margin-top:10px}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.hasSubmenu.active .catalogSubMenu a{color:#fff;font-weight:500;font-size:1rem;display:block;text-align:left;margin-top:8px}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li a.link{color:var(--clr-white);font-size:.875rem;line-height:1.3125rem;font-weight:500;height:47px;display:flex;align-items:center}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li a.link{height:auto;font-size:1rem}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li a.link.arrow{position:relative}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li a.link.arrow:before{content:"";font-family:Quake-City-Cap!important;font-size:.75rem;display:inline-block;position:absolute;right:0;top:25%}}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li:hover{background-color:var(--clr_1)}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li:hover .subCagegoryWithImageList{display:flex;transform:scale(1) translateY(0);opacity:1;visibility:visible}@media screen and (max-width: 1279px) and (min-width: 1025px){#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li:nth-of-type(n+11){display:none}}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu{display:none}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li{width:100%;padding:5px 12px;background-color:transparent!important}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li .hasArrow{pointer-events:none}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu{display:block}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu .category-menu{position:relative;background-color:transparent;padding:35px 0 0}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu .category-menu .cat-list-top{opacity:1;visibility:visible;position:static;background-color:transparent;box-shadow:none;transform:translate(0)}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu .category-menu .cat-list-top>ul{height:auto;box-shadow:none;text-align:left;padding:0;overflow:hidden;width:100%!important}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu .category-menu .cat-list-top>ul li a{color:#fff;font-weight:500;font-size:1rem}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu .category-menu .cat-list-top>ul li a:hover:before{color:#fff}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu .category-menu .cat-list-top>ul li .subcat-list{position:static;background-color:transparent;padding:0;box-shadow:none;width:100%}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu .category-menu .cat-list-top>ul li .subcat-list .menuImageWrap{display:none}}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top{opacity:0;visibility:hidden;position:absolute;width:auto;background:var(--clr-white);z-index:999;top:100%;transform:translateY(30px);transition:all .3s}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul{box-shadow:1px 2px 5px #00000040;width:350px;padding:30px 0;overflow-y:auto;scrollbar-width:thin;height:65vh;z-index:2}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul::-webkit-scrollbar{width:5px}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul::-webkit-scrollbar-track{background:#f1f1f1}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul::-webkit-scrollbar-thumb{background:#c8c8c8}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul::-webkit-scrollbar-thumb:hover{background:#555}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li{padding:0 15px}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li{padding:0}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li.active .subcat-list{display:block;transform:translate(0)}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li.active .hasArrow:before{transform:rotate(90deg)}}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li+li{margin-top:8px}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li a{color:var(--header-text);font-size:.875rem;font-weight:400;line-height:1.5rem;transition:all .3s;display:block;position:relative;cursor:pointer}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li a:hover{color:var(--main-color)}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li a:focus{color:var(--main-color)!important}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li a:focus{color:var(--clr-white)!important}}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li .subcat-list{display:none;position:absolute;left:348px;top:0;width:35vw;padding:30px;box-shadow:1px 2px 5px #00000040;height:100%;transform:translate(30px);transition:all .3s;background-color:#fff;scrollbar-width:thin}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li .subcat-list::-webkit-scrollbar{width:5px}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li .subcat-list::-webkit-scrollbar-track{background:#f1f1f1}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li .subcat-list::-webkit-scrollbar-thumb{background:#c8c8c8}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li .subcat-list::-webkit-scrollbar-thumb:hover{background:#555}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li.hasSubmenu>a:before{content:"";font-family:Quake-City-Cap!important;font-size:.75rem;display:inline-block;position:absolute;right:0;top:25%}@media (max-width: 767.98px){#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li.hasSubmenu>a:before{right:0}}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li.hasSubmenu>a:hover:before{color:var(--main-color);font-size:8px;font-weight:600}@media (min-width: 1025px){#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top>ul li:hover .subcat-list{display:block;transform:translate(0);overflow-y:auto}}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top .menuImageWrap{margin-top:20px}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu .cat-list-top .menuImageWrap img{display:block;margin:auto}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu button{margin:0;height:100%;padding:20px 15px 26px 40px;background:var(--clr_1);border-radius:0;font-size:.8125rem;width:150px;line-height:1.5625rem;font-weight:500;font-family:Poppins;letter-spacing:0em;text-align:center;text-transform:capitalize}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu button i{display:none}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu button{padding:10px}}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu button{display:none}}@media (min-width: 1025px){#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu:hover .cat-list-top{opacity:1;visibility:visible;transform:translateY(0)}}#_headerWrapperMain_vqacw_1553 .headerBottomWrap .category-menu.close-menu .cat-list-top{opacity:0;visibility:hidden}#_headerWrapperMain_vqacw_1553 .icon-faq:before{content:""}#_headerWrapperMain_vqacw_1553 .icon-search:before{content:""}#_headerWrapperMain_vqacw_1553 .icon-close:before{content:""}#_headerWrapperMain_vqacw_1553 .icon-user1:before{content:""}#_headerWrapperMain_vqacw_1553 .icon-wishlist:before{content:""}#_headerWrapperMain_vqacw_1553 .icon-shopping-bag:before{content:""}#_headerWrapperMain_vqacw_1553 .account-login .account-detail{position:relative}#_headerWrapperMain_vqacw_1553 .account-login .account-detail:after{content:"";position:absolute;width:100%;background:transparent;height:30px;top:10px}#_headerWrapperMain_vqacw_1553 .account-login .account-detail .desc .account-name{display:flex;align-items:center;cursor:pointer;font-size:1rem;color:#333;line-height:18px;font-weight:400;font-family:Poppins}#_headerWrapperMain_vqacw_1553 .account-login .account-detail .desc .account-name:before{content:"";font-family:Quake-City-Cap!important;font-size:1.5rem;margin-right:10px;color:var(--header-text)}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .account-login .account-detail .desc .account-name b{display:none}}#_headerWrapperMain_vqacw_1553 .account-login .account-detail .desc .account-name:hover{color:var(--clr_1)}@media (min-width: 1025px){#_headerWrapperMain_vqacw_1553 .account-login .account-detail:hover .dropdown-account{visibility:visible;opacity:1;transform:translate(-60px,20px);transition:.5s}}#_headerWrapperMain_vqacw_1553 .account-login .account-detail .dropdown-account{position:absolute;width:max-content;top:10px;visibility:hidden;opacity:0;background:#fff;padding:15px;z-index:10;box-shadow:1px 2px 5px #00000040;transform:translate(-60px,40px);transition:.5s}@media (max-width: 767.98px){#_headerWrapperMain_vqacw_1553 .account-login .account-detail .dropdown-account{top:20px}}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .account-login .account-detail .dropdown-account{transform:translate(-90px,40px)}}#_headerWrapperMain_vqacw_1553 .account-login .account-detail .dropdown-account a{display:block;padding-bottom:10px;font-weight:500;font-size:.75rem}#_headerWrapperMain_vqacw_1553 .account-login .account-detail .dropdown-account a:hover{color:var(--main-color);font-weight:500}@media (min-width: 1025px){#_headerWrapperMain_vqacw_1553 .res_monu{display:none}}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .res_monu{width:141px}}@media (max-width: 575.98px){#_headerWrapperMain_vqacw_1553 .res_monu{width:auto}}#_headerWrapperMain_vqacw_1553 .res_monu .hamicon{font-size:1.125rem;font-family:Quake-City-Cap!important}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .res_monu .hamicon{font-size:2.5rem}}@media (max-width: 767.98px){#_headerWrapperMain_vqacw_1553 .res_monu .hamicon{font-size:1.5rem}}#_headerWrapperMain_vqacw_1553 .res_monu .hamicon:before{content:""}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .staticMenu{position:fixed;top:0;left:0;width:65%;height:100%;z-index:999999;background-color:var(--main-color);transform:translate(-100%);transition:.5s}}@media (max-width: 767.98px){#_headerWrapperMain_vqacw_1553 .staticMenu{width:80%}}@media (max-width: 575.98px){#_headerWrapperMain_vqacw_1553 .staticMenu{width:89%}}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .staticMenu ul{flex-wrap:wrap;flex-direction:column;align-items:flex-start!important;padding:20px;width:auto}#_headerWrapperMain_vqacw_1553 .staticMenu ul ul.subcat-list-ul{border-left:2px solid #eaeaea;padding-top:0!important;padding-bottom:0!important;margin-top:10px}}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .staticMenu .close-menu{text-align:right;padding:8px;position:absolute;right:0;background:#fff;color:#333;z-index:2}#_headerWrapperMain_vqacw_1553 .staticMenu .close-menu .close-icon{font-size:16px;font-family:Quake-City-Cap!important}#_headerWrapperMain_vqacw_1553 .staticMenu .close-menu .close-icon:before{content:""}}#_headerWrapperMain_vqacw_1553 .responsive_active{transform:translate(0)!important}#_headerWrapperMain_vqacw_1553 .responsive_active.staticMenu{display:block;transition:.5s}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .responsive_active.staticMenu{height:100vh;overflow-y:auto}}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .resCatOpen{opacity:1!important;visibility:visible!important;width:220px!important;transform:none!important}#_headerWrapperMain_vqacw_1553 .resCatOpen ul{width:100%!important;padding:20px!important}#_headerWrapperMain_vqacw_1553 .resCatOpen ul li a{font-size:.75rem!important;line-height:1!important}}@media (max-width: 767.98px){#_headerWrapperMain_vqacw_1553 .resCatOpen{opacity:1!important;visibility:visible!important;width:220px!important;transform:none!important}#_headerWrapperMain_vqacw_1553 .resCatOpen ul{width:100%!important;padding:20px!important}#_headerWrapperMain_vqacw_1553 .resCatOpen ul li a{font-size:.75rem!important;line-height:1!important}}@media (max-width: 1024.98px){#_headerWrapperMain_vqacw_1553 .resLoginOpen .dropdown-account{opacity:1!important;visibility:visible!important;transform:translate(-90px,10px)!important}}.headerWrapperMain.fixed{position:sticky;top:0;left:0;width:100%;z-index:1000;transition:top .3s ease-out;margin-top:0;background:#fff;box-shadow:1px 2px 5px #00000040}@media (max-width: 1024.98px){.headerWrapperMain.fixed{box-shadow:1px 2px 5px #00000040}}.showSubMenu .staticMenu>ul li{pointer-events:none}/*! @algolia/autocomplete-theme-classic 1.17.7 | MIT License | © Algolia, Inc. and contributors | https://github.com/algolia/autocomplete */:root{--aa-search-input-height:44px;--aa-input-icon-size:20px;--aa-base-unit:16;--aa-spacing-factor:1;--aa-spacing:calc(var(--aa-base-unit)*var(--aa-spacing-factor)*1px);--aa-spacing-half:calc(var(--aa-spacing)/2);--aa-panel-max-height:650px;--aa-base-z-index:9999;--aa-font-size:calc(var(--aa-base-unit)*1px);--aa-font-family:inherit;--aa-font-weight-medium:500;--aa-font-weight-semibold:600;--aa-font-weight-bold:700;--aa-icon-size:20px;--aa-icon-stroke-width:1.6;--aa-icon-color-rgb:119,119,163;--aa-icon-color-alpha:1;--aa-action-icon-size:20px;--aa-text-color-rgb:38,38,39;--aa-text-color-alpha:1;--aa-primary-color-rgb:62,52,211;--aa-primary-color-alpha:.2;--aa-muted-color-rgb:128,126,163;--aa-muted-color-alpha:.6;--aa-panel-border-color-rgb:128,126,163;--aa-panel-border-color-alpha:.3;--aa-input-border-color-rgb:128,126,163;--aa-input-border-color-alpha:.8;--aa-background-color-rgb:255,255,255;--aa-background-color-alpha:1;--aa-input-background-color-rgb:255,255,255;--aa-input-background-color-alpha:1;--aa-selected-color-rgb:179,173,214;--aa-selected-color-alpha:.205;--aa-description-highlight-background-color-rgb:245,223,77;--aa-description-highlight-background-color-alpha:.5;--aa-detached-media-query:(max-width:680px);--aa-detached-modal-media-query:(min-width:680px);--aa-detached-modal-max-width:680px;--aa-detached-modal-max-height:500px;--aa-overlay-color-rgb:115,114,129;--aa-overlay-color-alpha:.4;--aa-panel-shadow:0 0 0 1px rgba(35,38,59,.1),0 6px 16px -4px rgba(35,38,59,.15);--aa-scrollbar-width:13px;--aa-scrollbar-track-background-color-rgb:234,234,234;--aa-scrollbar-track-background-color-alpha:1;--aa-scrollbar-thumb-background-color-rgb:var(--aa-background-color-rgb);--aa-scrollbar-thumb-background-color-alpha:1}@media (hover:none) and (pointer:coarse){:root{--aa-spacing-factor:1.2;--aa-action-icon-size:22px}}body.dark,body[data-theme=dark]{--aa-text-color-rgb:183,192,199;--aa-primary-color-rgb:146,138,255;--aa-muted-color-rgb:146,138,255;--aa-input-background-color-rgb:0,3,9;--aa-background-color-rgb:21,24,42;--aa-selected-color-rgb:146,138,255;--aa-selected-color-alpha:.25;--aa-description-highlight-background-color-rgb:0 255 255;--aa-description-highlight-background-color-alpha:.25;--aa-icon-color-rgb:119,119,163;--aa-panel-shadow:inset 1px 1px 0 0 #2c2e40,0 3px 8px 0 #000309;--aa-scrollbar-track-background-color-rgb:44,46,64;--aa-scrollbar-thumb-background-color-rgb:var(--aa-background-color-rgb)}.aa-Autocomplete *,.aa-DetachedFormContainer *,.aa-Panel *{box-sizing:border-box}.aa-Autocomplete,.aa-DetachedFormContainer,.aa-Panel{color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));font-family:inherit;font-family:var(--aa-font-family);font-size:16px;font-size:var(--aa-font-size);font-weight:400;line-height:1em;margin:0;padding:0;text-align:left}.aa-Form{align-items:center;background-color:#fff;background-color:rgba(var(--aa-input-background-color-rgb),var(--aa-input-background-color-alpha));border:1px solid rgba(128,126,163,.8);border:1px solid rgba(var(--aa-input-border-color-rgb),var(--aa-input-border-color-alpha));border-radius:3px;display:flex;line-height:1em;margin:0;position:relative;width:100%}.aa-Form:focus-within{border-color:#3e34d3;border-color:rgba(var(--aa-primary-color-rgb),1);box-shadow:#3e34d333 0 0 0 2px,inset #3e34d333 0 0 0 2px;box-shadow:rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px,inset rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px;outline:medium none currentColor}.aa-InputWrapperPrefix{align-items:center;display:flex;flex-shrink:0;height:44px;height:var(--aa-search-input-height);order:1}.aa-Label,.aa-LoadingIndicator{cursor:auto;flex-shrink:0;height:100%;padding:0;text-align:left}.aa-Label svg,.aa-LoadingIndicator svg{color:#3e34d3;color:rgba(var(--aa-primary-color-rgb),1);height:auto;max-height:20px;max-height:var(--aa-input-icon-size);stroke-width:1.6;stroke-width:var(--aa-icon-stroke-width);width:20px;width:var(--aa-input-icon-size)}.aa-LoadingIndicator,.aa-SubmitButton{height:100%;padding-left:11px;padding-left:calc(var(--aa-spacing)*.75 - 1px);padding-right:8px;padding-right:var(--aa-spacing-half);width:47px;width:calc(var(--aa-spacing)*1.75 + var(--aa-icon-size) - 1px)}@media (hover:none) and (pointer:coarse){.aa-LoadingIndicator,.aa-SubmitButton{padding-left:3px;padding-left:calc(var(--aa-spacing-half)/2 - 1px);width:39px;width:calc(var(--aa-icon-size) + var(--aa-spacing)*1.25 - 1px)}}.aa-SubmitButton{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;margin:0}.aa-LoadingIndicator{align-items:center;display:flex;justify-content:center}.aa-LoadingIndicator[hidden]{display:none}.aa-InputWrapper{order:3;position:relative;width:100%}.aa-Input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));font:inherit;height:44px;height:var(--aa-search-input-height);padding:0;width:100%}.aa-Input::-moz-placeholder{color:#807ea399;color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));opacity:1}.aa-Input::placeholder{color:#807ea399;color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));opacity:1}.aa-Input:focus{border-color:none;box-shadow:none;outline:none}.aa-Input::-webkit-search-cancel-button,.aa-Input::-webkit-search-decoration,.aa-Input::-webkit-search-results-button,.aa-Input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}.aa-InputWrapperSuffix{align-items:center;display:flex;height:44px;height:var(--aa-search-input-height);order:4}.aa-ClearButton{align-items:center;background:none;border:0;color:#807ea399;color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));cursor:pointer;display:flex;height:100%;margin:0;padding:0 12.83328px;padding:0 calc(var(--aa-spacing)*.83333 - .5px)}@media (hover:none) and (pointer:coarse){.aa-ClearButton{padding:0 10.16672px;padding:0 calc(var(--aa-spacing)*.66667 - .5px)}}.aa-ClearButton:focus,.aa-ClearButton:hover{color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha))}.aa-ClearButton[hidden]{display:none}.aa-ClearButton svg{stroke-width:1.6;stroke-width:var(--aa-icon-stroke-width);width:20px;width:var(--aa-icon-size)}.aa-Panel{background-color:#fff;background-color:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));border-radius:4px;border-radius:calc(var(--aa-spacing)/4);box-shadow:0 0 0 1px #23263b1a,0 6px 16px -4px #23263b26;box-shadow:var(--aa-panel-shadow);margin:8px 0 0;overflow:hidden;position:absolute;transition:opacity .2s ease-in,filter .2s ease-in}@media screen and (prefers-reduced-motion){.aa-Panel{transition:none}}.aa-Panel button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;margin:0;padding:0}.aa-PanelLayout{height:100%;margin:0;max-height:650px;max-height:var(--aa-panel-max-height);overflow-y:auto;padding:0;position:relative;text-align:left}.aa-PanelLayoutColumns--twoGolden{display:grid;grid-template-columns:39.2% auto;overflow:hidden;padding:0}.aa-PanelLayoutColumns--two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;padding:0}.aa-PanelLayoutColumns--three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;padding:0}.aa-Panel--stalled .aa-Source{filter:grayscale(1);opacity:.8}.aa-Panel--scrollable{margin:0;max-height:650px;max-height:var(--aa-panel-max-height);overflow-x:hidden;overflow-y:auto;padding:8px;padding:var(--aa-spacing-half);scrollbar-color:rgba(255,255,255,1) rgba(234,234,234,1);scrollbar-color:rgba(var(--aa-scrollbar-thumb-background-color-rgb),var(--aa-scrollbar-thumb-background-color-alpha)) rgba(var(--aa-scrollbar-track-background-color-rgb),var(--aa-scrollbar-track-background-color-alpha));scrollbar-width:thin}.aa-Panel--scrollable::-webkit-scrollbar{width:13px;width:var(--aa-scrollbar-width)}.aa-Panel--scrollable::-webkit-scrollbar-track{background-color:#eaeaea;background-color:rgba(var(--aa-scrollbar-track-background-color-rgb),var(--aa-scrollbar-track-background-color-alpha))}.aa-Panel--scrollable::-webkit-scrollbar-thumb{background-color:#fff;background-color:rgba(var(--aa-scrollbar-thumb-background-color-rgb),var(--aa-scrollbar-thumb-background-color-alpha));border-radius:9999px;border:3px solid rgba(234,234,234,1);border:3px solid rgba(var(--aa-scrollbar-track-background-color-rgb),var(--aa-scrollbar-track-background-color-alpha));border-right-width:2px}.aa-Source{margin:0;padding:0;position:relative;width:100%}.aa-Source:empty{display:none}.aa-SourceNoResults{font-size:1em;margin:0;padding:16px;padding:var(--aa-spacing)}.aa-List{list-style:none;margin:0}.aa-List,.aa-SourceHeader{padding:0;position:relative}.aa-SourceHeader{margin:8px .5em 8px 0;margin:var(--aa-spacing-half) .5em var(--aa-spacing-half) 0}.aa-SourceHeader:empty{display:none}.aa-SourceHeaderTitle{background:#fff;background:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));color:#3e34d3;color:rgba(var(--aa-primary-color-rgb),1);display:inline-block;font-size:.8em;font-weight:600;font-weight:var(--aa-font-weight-semibold);margin:0;padding:0 8px 0 0;padding:0 var(--aa-spacing-half) 0 0;position:relative;z-index:9999;z-index:var(--aa-base-z-index)}.aa-SourceHeaderLine{border-bottom:1px solid rgba(62,52,211,1);border-bottom:1px solid rgba(var(--aa-primary-color-rgb),1);display:block;height:2px;left:0;margin:0;opacity:.3;padding:0;position:absolute;right:0;top:8px;top:var(--aa-spacing-half);z-index:9998;z-index:calc(var(--aa-base-z-index) - 1)}.aa-SourceFooterSeeAll{background:linear-gradient(180deg,#fff,#807ea324);background:linear-gradient(180deg,rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha)),#807ea324);border:1px solid rgba(128,126,163,.6);border:1px solid rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));border-radius:5px;box-shadow:inset 0 0 2px #fff,0 2px 2px -1px #4c455826;color:inherit;font-size:.95em;font-weight:500;font-weight:var(--aa-font-weight-medium);padding:.475em 1em .6em;-webkit-text-decoration:none;text-decoration:none}.aa-SourceFooterSeeAll:focus,.aa-SourceFooterSeeAll:hover{border:1px solid rgba(62,52,211,1);border:1px solid rgba(var(--aa-primary-color-rgb),1);color:#3e34d3;color:rgba(var(--aa-primary-color-rgb),1)}.aa-Item{align-items:center;border-radius:3px;cursor:pointer;display:grid;min-height:40px;min-height:calc(var(--aa-spacing)*2.5);padding:4px;padding:calc(var(--aa-spacing-half)/2)}.aa-Item[aria-selected=true]{background-color:#b3add634;background-color:rgba(var(--aa-selected-color-rgb),var(--aa-selected-color-alpha))}.aa-Item[aria-selected=true] .aa-ActiveOnly,.aa-Item[aria-selected=true] .aa-ItemActionButton{visibility:visible}.aa-ItemIcon{align-items:center;background:#fff;background:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));border-radius:3px;box-shadow:inset 0 0 0 1px #807ea34d;box-shadow:inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha));color:#7777a3;color:rgba(var(--aa-icon-color-rgb),var(--aa-icon-color-alpha));display:flex;flex-shrink:0;font-size:.7em;height:28px;height:calc(var(--aa-icon-size) + var(--aa-spacing-half));justify-content:center;overflow:hidden;stroke-width:1.6;stroke-width:var(--aa-icon-stroke-width);text-align:center;width:28px;width:calc(var(--aa-icon-size) + var(--aa-spacing-half))}.aa-ItemIcon img{height:auto;max-height:20px;max-height:calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);max-width:20px;max-width:calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);width:auto}.aa-ItemIcon svg{height:20px;height:var(--aa-icon-size);width:20px;width:var(--aa-icon-size)}.aa-ItemIcon--alignTop{align-self:flex-start}.aa-ItemIcon--noBorder{background:none;box-shadow:none}.aa-ItemIcon--picture{height:96px;width:96px}.aa-ItemIcon--picture img{max-height:100%;max-width:100%;padding:8px;padding:var(--aa-spacing-half)}.aa-ItemContent{align-items:center;cursor:pointer;display:grid;gap:8px;grid-gap:8px;grid-gap:var(--aa-spacing-half);gap:var(--aa-spacing-half);grid-auto-flow:column;line-height:1.25em;overflow:hidden}.aa-ItemContent:empty{display:none}.aa-ItemContent mark{background:none;color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));font-style:normal;font-weight:700;font-weight:var(--aa-font-weight-bold)}.aa-ItemContent--dual{display:flex;flex-direction:column;justify-content:space-between;text-align:left}.aa-ItemContent--dual .aa-ItemContentSubtitle,.aa-ItemContent--dual .aa-ItemContentTitle{display:block}.aa-ItemContent--indented{padding-left:36px;padding-left:calc(var(--aa-icon-size) + var(--aa-spacing))}.aa-ItemContentBody{display:grid;gap:4px;grid-gap:4px;grid-gap:calc(var(--aa-spacing-half)/2);gap:calc(var(--aa-spacing-half)/2)}.aa-ItemContentTitle{display:inline-block;margin:0 .5em 0 0;max-width:100%;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.aa-ItemContentSubtitle{font-size:.92em}.aa-ItemContentSubtitleIcon:before{border-color:#807ea3a3;border-color:rgba(var(--aa-muted-color-rgb),.64);border-style:solid;content:"";display:inline-block;left:1px;position:relative;top:-3px}.aa-ItemContentSubtitle--inline .aa-ItemContentSubtitleIcon:before{border-width:0 0 1.5px;margin-left:8px;margin-left:var(--aa-spacing-half);margin-right:4px;margin-right:calc(var(--aa-spacing-half)/2);width:10px;width:calc(var(--aa-spacing-half) + 2px)}.aa-ItemContentSubtitle--standalone{align-items:center;color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));display:grid;gap:8px;grid-gap:8px;grid-gap:var(--aa-spacing-half);gap:var(--aa-spacing-half);grid-auto-flow:column;justify-content:start}.aa-ItemContentSubtitle--standalone .aa-ItemContentSubtitleIcon:before{border-radius:0 0 0 3px;border-width:0 0 1.5px 1.5px;height:8px;height:var(--aa-spacing-half);width:8px;width:var(--aa-spacing-half)}.aa-ItemContentSubtitleCategory{color:#807ea3;color:rgba(var(--aa-muted-color-rgb),1);font-weight:500}.aa-ItemContentDescription{color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));font-size:.85em;max-width:100%;overflow-x:hidden;text-overflow:ellipsis}.aa-ItemContentDescription:empty{display:none}.aa-ItemContentDescription mark{background:#f5df4d80;background:rgba(var(--aa-description-highlight-background-color-rgb),var(--aa-description-highlight-background-color-alpha));color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));font-style:normal;font-weight:500;font-weight:var(--aa-font-weight-medium)}.aa-ItemContentDash{color:#807ea399;color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));display:none;opacity:.4}.aa-ItemContentTag{background-color:#3e34d333;background-color:rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha));border-radius:3px;margin:0 .4em 0 0;padding:.08em .3em}.aa-ItemLink,.aa-ItemWrapper{align-items:center;color:inherit;display:grid;gap:4px;grid-gap:4px;grid-gap:calc(var(--aa-spacing-half)/2);gap:calc(var(--aa-spacing-half)/2);grid-auto-flow:column;justify-content:space-between;width:100%}.aa-ItemLink{color:inherit;-webkit-text-decoration:none;text-decoration:none}.aa-ItemActions{display:grid;grid-auto-flow:column;height:100%;justify-self:end;margin:0 calc((16 * 1 * 1px)/-3);margin:0 calc(16px /-3);margin:0 calc(var(--aa-spacing)/-3);padding:0 2px 0 0}.aa-ItemActionButton{align-items:center;background:none;border:0;color:#807ea399;color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));cursor:pointer;display:flex;flex-shrink:0;padding:0}.aa-ItemActionButton:focus svg,.aa-ItemActionButton:hover svg{color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha))}@media (hover:none) and (pointer:coarse){.aa-ItemActionButton:focus svg,.aa-ItemActionButton:hover svg{color:inherit}}.aa-ItemActionButton svg{color:#807ea399;color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));margin:0;margin:calc(16px /3);margin:calc(var(--aa-spacing)/3);stroke-width:1.6;stroke-width:var(--aa-icon-stroke-width);width:20px;width:var(--aa-action-icon-size)}.aa-ActiveOnly{visibility:hidden}.aa-PanelHeader{align-items:center;background:#3e34d3;background:rgba(var(--aa-primary-color-rgb),1);color:#fff;display:grid;height:var(--aa-modal-header-height);margin:0;padding:8px 16px;padding:var(--aa-spacing-half) var(--aa-spacing);position:relative}.aa-PanelHeader:after{background-image:linear-gradient(#fff,#fff0);background-image:linear-gradient(rgba(var(--aa-background-color-rgb),1),rgba(var(--aa-background-color-rgb),0));bottom:-8px;bottom:calc(var(--aa-spacing-half)*-1);content:"";height:8px;height:var(--aa-spacing-half);left:0;pointer-events:none;position:absolute;right:0;z-index:9999;z-index:var(--aa-base-z-index)}.aa-PanelFooter{background-color:#fff;background-color:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));box-shadow:inset 0 1px #807ea34d;box-shadow:inset 0 1px rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha));display:flex;justify-content:space-between;margin:0;padding:16px;padding:var(--aa-spacing);position:relative;z-index:9999;z-index:var(--aa-base-z-index)}.aa-PanelFooter:after{background-image:linear-gradient(#fff0,#807ea399);background-image:linear-gradient(rgba(var(--aa-background-color-rgb),0),rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha)));content:"";height:16px;height:var(--aa-spacing);left:0;opacity:.12;pointer-events:none;position:absolute;right:0;top:-16px;top:calc(var(--aa-spacing)*-1);z-index:9998;z-index:calc(var(--aa-base-z-index) - 1)}.aa-DetachedContainer{background:#fff;background:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));box-shadow:0 0 0 1px #23263b1a,0 6px 16px -4px #23263b26;box-shadow:var(--aa-panel-shadow);display:flex;flex-direction:column;inset:0;margin:0;overflow:hidden;padding:0;position:fixed;z-index:9999;z-index:var(--aa-base-z-index)}.aa-DetachedContainer:after{height:32px}.aa-DetachedContainer .aa-SourceHeader{margin:8px 0 8px 2px;margin:var(--aa-spacing-half) 0 var(--aa-spacing-half) 2px}.aa-DetachedContainer .aa-Panel{background-color:#fff;background-color:rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));border-radius:0;box-shadow:none;flex-grow:1;margin:0;padding:0;position:relative}.aa-DetachedContainer .aa-PanelLayout{box-shadow:none;inset:0;margin:0;max-height:none;overflow-y:auto;position:absolute;width:100%}.aa-DetachedFormContainer{border-bottom:1px solid rgba(128,126,163,.3);border-bottom:1px solid rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha));display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:8px;padding:var(--aa-spacing-half)}.aa-DetachedCancelButton{background:none;border:0;border-radius:3px;color:inherit;color:#262627;color:rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));cursor:pointer;font:inherit;margin:0 0 0 8px;margin:0 0 0 var(--aa-spacing-half);padding:0 8px;padding:0 var(--aa-spacing-half)}.aa-DetachedCancelButton:focus,.aa-DetachedCancelButton:hover{box-shadow:inset 0 0 0 1px #807ea34d;box-shadow:inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha))}.aa-DetachedContainer--modal{border-radius:6px;bottom:inherit;height:auto;margin:0 auto;max-width:680px;max-width:var(--aa-detached-modal-max-width);position:absolute;top:3%}.aa-DetachedContainer--modal .aa-PanelLayout{max-height:500px;max-height:var(--aa-detached-modal-max-height);padding-bottom:8px;padding-bottom:var(--aa-spacing-half);position:static}.aa-DetachedContainer--modal .aa-PanelLayout:empty{display:none}.aa-DetachedSearchButton{align-items:center;background-color:#fff;background-color:rgba(var(--aa-input-background-color-rgb),var(--aa-input-background-color-alpha));border:1px solid rgba(128,126,163,.8);border:1px solid rgba(var(--aa-input-border-color-rgb),var(--aa-input-border-color-alpha));border-radius:3px;color:#807ea399;color:rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));cursor:pointer;display:flex;font:inherit;font-family:inherit;font-family:var(--aa-font-family);font-size:16px;font-size:var(--aa-font-size);height:44px;height:var(--aa-search-input-height);margin:0;padding:0 5.5px;padding:0 calc(var(--aa-search-input-height)/8);position:relative;text-align:left;width:100%}.aa-DetachedSearchButton:focus{border-color:#3e34d3;border-color:rgba(var(--aa-primary-color-rgb),1);box-shadow:#3e34d333 0 0 0 3px,inset #3e34d333 0 0 0 2px;box-shadow:rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 3px,inset rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px;outline:medium none currentColor}.aa-DetachedSearchButtonIcon{align-items:center;color:#3e34d3;color:rgba(var(--aa-primary-color-rgb),1);cursor:auto;display:flex;flex-shrink:0;height:100%;justify-content:center;width:36px;width:calc(var(--aa-icon-size) + var(--aa-spacing))}.aa-DetachedSearchButtonQuery{color:#262627;color:rgba(var(--aa-text-color-rgb),1);line-height:1.25em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aa-DetachedSearchButtonPlaceholder[hidden]{display:none}.aa-Detached{height:100vh;overflow:hidden}.aa-DetachedOverlay{background-color:#73728166;background-color:rgba(var(--aa-overlay-color-rgb),var(--aa-overlay-color-alpha));height:100vh;left:0;margin:0;padding:0;position:fixed;right:0;top:0;z-index:9998;z-index:calc(var(--aa-base-z-index) - 1)}.aa-GradientBottom,.aa-GradientTop{height:8px;height:var(--aa-spacing-half);left:0;pointer-events:none;position:absolute;right:0;z-index:9999;z-index:var(--aa-base-z-index)}.aa-GradientTop{background-image:linear-gradient(#fff,#fff0);background-image:linear-gradient(rgba(var(--aa-background-color-rgb),1),rgba(var(--aa-background-color-rgb),0));top:0}.aa-GradientBottom{background-image:linear-gradient(#fff0,#fff);background-image:linear-gradient(rgba(var(--aa-background-color-rgb),0),rgba(var(--aa-background-color-rgb),1));border-bottom-left-radius:4px;border-bottom-left-radius:calc(var(--aa-spacing)/4);border-bottom-right-radius:4px;border-bottom-right-radius:calc(var(--aa-spacing)/4);bottom:0}@media (hover:none) and (pointer:coarse){.aa-DesktopOnly{display:none}}@media (hover:hover){.aa-TouchOnly{display:none}}@media (max-width: 767.98px){._footer_wrapper_4lbcm_3 .footerOuterWrap{gap:15px 0}}._footer_wrapper_4lbcm_3 .footer_content_top{padding:60px 0 0;border-top:2px solid #f0f3f5;background-color:#f3f3f3}@media (max-width: 767.98px){._footer_wrapper_4lbcm_3 .footer_content_top{padding:20px 0 0;text-align:left}}._footer_wrapper_4lbcm_3 .footer_content_top .footerOuterWrap{padding-bottom:40px}@media (max-width: 1024.98px){._footer_wrapper_4lbcm_3 .footer_content_top .footerOuterWrap{padding-bottom:20px}}@media (min-width: 1025px){._footer_wrapper_4lbcm_3 .footer_content_top .address_footer{padding-left:7%}}._footer_wrapper_4lbcm_3 .footer_content_top .address_footer .section-list p{display:flex;gap:5px;font-size:.9375rem;font-weight:400;color:var(--footer-text)}._footer_wrapper_4lbcm_3 .footer_content_top .address_footer .section-list p .icon-mail,._footer_wrapper_4lbcm_3 .footer_content_top .address_footer .section-list p .icon-mappin{position:relative;top:5px}._footer_wrapper_4lbcm_3 .footer_content_top .address_footer .section-list p .loaction{line-height:24px}._footer_wrapper_4lbcm_3 .footer_content_top .footer_section .footer_section_header .heading{font-size:1rem;font-weight:700;line-height:1.5rem;color:var(--clr-black);font-family:Cinzel,serif;margin-bottom:10px}._footer_wrapper_4lbcm_3 .footer_content_top .footer_section .footer_section_item{font-size:.75rem;font-weight:400;line-height:1.125rem;color:var(--header-text)}._footer_wrapper_4lbcm_3 .footer_content_top .footer_section .footer_section_item .icon-mappin:before{content:"";font-size:.875rem}._footer_wrapper_4lbcm_3 .footer_content_top .footer_section .footer_section_item .icon-mail:before{content:"";font-size:.875rem}._footer_wrapper_4lbcm_3 .footer_content_top .footer_section .footer_section_item ul li{line-height:1}._footer_wrapper_4lbcm_3 .footer_content_top .footer_section .footer_section_item ul li a{font-size:.9375rem;font-weight:400;color:var(--footer-text);line-height:1.875rem;cursor:pointer}._footer_wrapper_4lbcm_3 .footer_content_top .footer_section .footer_section_item ul li a:hover{color:var(--main-color)}@media (max-width: 575.98px){._footer_wrapper_4lbcm_3 .footer_content_top .footer_section{flex-basis:100%;max-width:100%}}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap{display:flex}@media (max-width: 1024.98px){._footer_wrapper_4lbcm_3 .rightFooterUpperWrap{flex-wrap:wrap}}@media (max-width: 767.98px){._footer_wrapper_4lbcm_3 .rightFooterUpperWrap{text-align:center}}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footerNewslletter{width:100%}@media (max-width: 1024.98px){._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footerNewslletter{width:100%;margin-top:15px;margin-bottom:15px}}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footerNewslletter .heading{font-size:1rem;font-weight:500;line-height:1.5rem;background-color:var(--main-color);margin-bottom:10px;display:inline-block;color:#fff;padding:15px 20px;cursor:pointer}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footerNewslletter .newsletter_form{display:flex;flex-direction:row;position:absolute;margin-top:20px;width:90%;max-width:305px}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footerNewslletter .newsletter_form input{border:1px solid #ccc;height:50px;padding-left:20px;font-size:16px;padding-right:50px}@media (max-width: 1024.98px){._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footerNewslletter .newsletter_form input{width:100%}}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footerNewslletter .newsletter_form button{background:var(--clr-black);height:48px;width:142px;font-size:0px;right:0;top:0;margin:auto;bottom:0;display:grid;place-items:center;line-height:1.3}@media (max-width: 1024.98px){._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footerNewslletter .newsletter_form button{right:10px;transform:translate(0)}}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footerNewslletter .newsletter_form button:after{content:none}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footerNewslletter .newsletter_form button:before{content:"SUBSCRIBE";font-family:athena_promo_new;font-size:1.125rem;position:absolute;top:10px}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_left_section{display:flex;flex-direction:column;text-align:left}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_left_section .footerText{margin-top:25px;margin-bottom:30px;line-height:20px;font-family:Jost,sans-serif;font-weight:400;font-size:.9375rem;color:var(--footer-text)}@media (max-width: 1024.98px){._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_left_section .footerText{margin-top:0}}@media (max-width: 1024.98px){._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_left_section .footerText br{display:none}}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_left_section .logoWrapper{margin-bottom:20px}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_left_section .logoWrapper a{display:block;width:inherit}@media (max-width: 767.98px){._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_left_section .logoWrapper a{width:65%;margin:0 auto}}@media (max-width: 575.98px){._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_left_section .logoWrapper a{width:100%}}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_left_section .logoWrapper a img{width:auto;height:80px}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_left_section .logos img{margin-right:20px;width:auto}@media (max-width: 1279.98px){._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_left_section .logos img{margin-bottom:15px}}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_section_item{width:50%;display:flex;flex-direction:column}@media (max-width: 1024.98px){._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_section_item{width:100%}}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_section_item .footer_social .social_list{display:flex;margin-top:20px}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item{margin-right:10px}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link{width:30px;height:30px;display:inline-block;border-radius:50%;background-color:var(--main-color);text-align:center;vertical-align:middle;line-height:30px;transition:all .3s}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link span{line-height:30px;font-family:athena_promo_new!important}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link span:before{color:var(--clr-white)}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link span.icon-twitter:before{content:""}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link span.icon-facebook:before{content:""}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link span.icon-insta:before{content:""}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link span.icon-linkdin:before{content:""}._footer_wrapper_4lbcm_3 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link:hover{transform:rotate(360deg)}._footer_wrapper_4lbcm_3 .rightFooterLowerWrap{display:flex;gap:15px 20px;flex-wrap:wrap}@media (max-width: 767.98px){._footer_wrapper_4lbcm_3 .rightFooterLowerWrap{justify-content:center;width:100%;gap:10px;margin-top:15px}._footer_wrapper_4lbcm_3 .rightFooterLowerWrap img{width:60px;height:auto}}._footer_wrapper_4lbcm_3 .rightFooterPays{display:flex;flex-direction:row}._footer_wrapper_4lbcm_3 .social_media_logos{display:flex;background-color:#f3f3f3;align-items:center;justify-content:center;gap:5px;font-size:1.25rem}._footer_wrapper_4lbcm_3 .social_media_logos .socialIcons{position:relative;top:12px;background-color:#f3f3f3;display:flex;gap:10px;padding:0 40px}._footer_wrapper_4lbcm_3 .social_media_logos .socialIcons span{font-size:1.25rem;transition:all .3s linear}._footer_wrapper_4lbcm_3 .social_media_logos .socialIcons a{display:inline-block;vertical-align:middle}._footer_wrapper_4lbcm_3 .social_media_logos .socialIcons a img{vertical-align:baseline}._footer_wrapper_4lbcm_3 .copyrightWrap{text-align:center;background-color:#f3f3f3;color:var(--clr-black);padding:20px 0;font-size:.875rem;line-height:1.3125rem;border-top:2px solid #d9d9d9}._footer_wrapper_4lbcm_3 .copyrightWrap .copyrightMainDiv{display:flex;justify-content:space-between}._footer_wrapper_4lbcm_3 .copyrightWrap .copyrightMainDiv .textDesign{font-size:.75rem;font-weight:400;line-height:17.34px;letter-spacing:.05em;color:#666}._footer_wrapper_4lbcm_3 .copyrightWrap .copyrightMainDiv .textDesign img{width:auto}@media (max-width: 767.98px){._footer_wrapper_4lbcm_3 .copyrightWrap .copyrightMainDiv{flex-wrap:wrap;justify-content:center}._footer_wrapper_4lbcm_3 .copyrightWrap .copyrightMainDiv .footer-logo{width:100px;height:auto}}._footer_wrapper_4lbcm_3 .copyrightWrap .copyrightMainDiv span{font-style:"jost"}._footer_wrapper_4lbcm_3 .copyrightWrap .footer-logo-top{display:flex;align-items:center}._footer_wrapper_4lbcm_3 .copyrightWrap .footer-logo-top p{color:#fff;margin-bottom:0;font-size:.875rem;line-height:1.3125rem;margin-top:5px}@media (max-width: 767.98px){._footer_wrapper_4lbcm_3 .copyrightWrap .footer-logo-top .footer-logo img{width:100px;height:auto}}.icon-facebook:before{content:""}.icon-twitter:before{content:""}.icon-instagram:before{content:""}.icon-pinterest:before{content:""}._common_vrdd6_2 .container-fluid,._common_vrdd6_2 .customized_container{width:100%;position:relative;max-width:1446px;margin:0 auto}@media (max-width: 1439.98px){._common_vrdd6_2 .container-fluid,._common_vrdd6_2 .customized_container{padding:0 40px!important}}@media (max-width: 1279.98px){._common_vrdd6_2 .container-fluid,._common_vrdd6_2 .customized_container{padding:0 20px!important}}@media (max-width: 767.98px){._common_vrdd6_2 .container-fluid,._common_vrdd6_2 .customized_container{padding:0 20px!important}}@media (max-width: 575.98px){._common_vrdd6_2 .container-fluid,._common_vrdd6_2 .customized_container{padding:0 15px!important}}._common_vrdd6_2 .padding170{padding-bottom:170px}._common_vrdd6_2 li{font-size:16px;line-height:1.5;color:#212529}._common_vrdd6_2 .mt-0{margin-top:0!important}._common_vrdd6_2 .d-none{display:none}._common_vrdd6_2 form.one-border input,._common_vrdd6_2 form.one-border select,._common_vrdd6_2 .form-control.one-border{border:none;border-bottom:1px solid #c7c7c7!important;border-radius:0!important;padding-left:0}._common_vrdd6_2 .section_padding_top{padding-top:50px}._common_vrdd6_2 .section_padding_bottom{padding-bottom:30px}._common_vrdd6_2 .sec_pd_sm{padding:30px 0}._common_vrdd6_2 .bg-grey{background:#f0f3f5!important}._common_vrdd6_2 .bg-grey-light{background:#fafafa!important}._common_vrdd6_2 .text-center{text-align:center}._common_vrdd6_2 .text-white{color:var(--clr-white)!important}._common_vrdd6_2 .theme-button{color:var(--clr-white);padding:10px 20px;transition:.3s;font-size:.875rem;font-weight:600;letter-spacing:1.6px;position:relative;overflow:hidden;background:transparent;margin-top:10px;border-radius:20px;text-transform:uppercase;display:inline-flex;box-shadow:none;z-index:9}._common_vrdd6_2 .theme-button:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;transition:transform .2s ease-in}._common_vrdd6_2 .theme-button-2{z-index:9;color:var(--clr-white);transition:.3s;font-size:.875rem;font-weight:600;letter-spacing:1.6px;position:relative;overflow:hidden;background:transparent;margin-top:10px;text-transform:uppercase;display:inline-flex;box-shadow:none;border-color:transparent;padding:8px 20px;border-radius:20px}._common_vrdd6_2 .theme-button-2:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;transition:transform .2s ease-in}._common_vrdd6_2 .fw-normal{font-weight:400!important}._common_vrdd6_2 .pt-0{padding-top:0!important}._common_vrdd6_2 .badge{background-color:#1ab1b8;color:var(--clr-white);padding:2px 4px;margin:0 5px}._common_vrdd6_2 .badge-top{margin:0 -5px}._common_vrdd6_2 .col-20{width:20%;padding:0 15px}._common_vrdd6_2 .col-33{width:33.33%;padding:0 15px}._common_vrdd6_2 .col-25{width:25%;padding:0 15px}._common_vrdd6_2 .col-40{width:40%;padding:0 15px}._common_vrdd6_2 .col-50{width:50%;padding:0 15px}._common_vrdd6_2 .col-60{width:60%;padding:0 15px}._common_vrdd6_2 .col-75{width:75%;padding:0 15px}._common_vrdd6_2 .col-80{width:80%;padding:0 15px}._common_vrdd6_2 .col-100{width:100%;padding:0 15px}._common_vrdd6_2 .mr-1{margin-right:1rem}._common_vrdd6_2 .content-center{display:flex;align-items:center;justify-content:center;min-height:100%}._common_vrdd6_2 .text-4{font-size:16px;color:#212529}._common_vrdd6_2 .mb-10{margin-bottom:10px}._common_vrdd6_2 .badge-round{margin-left:5px;font-size:1.14286rem;letter-spacing:-.04px;width:24px;height:24px;display:inline-block;background-color:#333;color:#fff;line-height:24px;text-align:center;border-radius:12px}._common_vrdd6_2 .input-group,._common_vrdd6_2 .form-group{margin-bottom:20px}._common_vrdd6_2 .input-group input,._common_vrdd6_2 .form-group input{margin-bottom:5px!important}._common_vrdd6_2 .red{color:red}._common_vrdd6_2 .background-close{position:fixed;height:100%;width:100%;top:96px;left:0;z-index:-1}._common_vrdd6_2 .background-close.position-absolute{top:0;z-index:9;opacity:.25}._common_vrdd6_2 .pl{padding-left:rem}._common_vrdd6_2 .detail-content{font-size:16px}._common_vrdd6_2 .detail-content ul{margin-top:20px}._common_vrdd6_2 .page-header{font-size:1.71429rem;color:#333;text-align:left;margin:10px 0}._common_vrdd6_2 .modal-xl .page-heading{font-size:1.5rem;padding-bottom:4px;margin-bottom:15px}._common_vrdd6_2 .modal-xl .prodCode h5{font-size:1rem}._common_vrdd6_2 .modal-xl .product-pricing .title h2{font-size:1.2rem;font-weight:600;margin-bottom:5px}._common_vrdd6_2 .modal-xl table tr th,._common_vrdd6_2 .modal-xl table tr td{font-size:1rem}._common_vrdd6_2 .modal-xl .view-prod-btn{margin:16px 0}._common_vrdd6_2 .modal-xl .view-prod-btn a{font-size:1rem;font-weight:700}._common_vrdd6_2 .modal-xl .product-description h4{font-size:1.2rem}._common_vrdd6_2 .modal-xl .detail-content{font-size:16px;font-weight:300;line-height:1.3}._common_vrdd6_2 .Pricetable tbody tr:last-child{display:none!important}._common_vrdd6_2 input[type=checkbox]{vertical-align:sub;margin-right:6px}._common_vrdd6_2 .noProducts{text-transform:uppercase;font-size:2vw;font-weight:700;color:#00000057;min-height:50px;display:flex;align-items:center;justify-content:center}@media (max-width: 1024.98px){._common_vrdd6_2 .noProducts{font-size:1rem}}._common_vrdd6_2 button:disabled{cursor:auto}._common_vrdd6_2 .heading-simple{font-size:20px;margin-bottom:20px}._common_vrdd6_2 a.theme-button:hover{color:var(--clr-white)}._common_vrdd6_2 .btnSubmit .icon-search{position:relative;top:4px}._common_vrdd6_2 .currencySymbol:before{content:"$"}._common_vrdd6_2 h1,._common_vrdd6_2 h2,._common_vrdd6_2 h3,._common_vrdd6_2 h4,._common_vrdd6_2 h5,._common_vrdd6_2 h6{font-family:Cinzel,serif;letter-spacing:.5px}._common_vrdd6_2 p,._common_vrdd6_2 span,._common_vrdd6_2 a,._common_vrdd6_2 div{font-family:Jost,sans-serif;letter-spacing:.5px}._common_vrdd6_2 .title_with_border{border-bottom:1px solid var(--main-color);padding-bottom:15px;margin-bottom:20px;font-weight:700;color:var(--main-color)}._common_vrdd6_2 .title_main{font-weight:700;color:var(--main-color)}@media (max-width: 767.98px){._common_vrdd6_2 .title_main{font-size:1.25rem}}@media screen and (max-width: 1025px) and (min-width: 500px){._common_vrdd6_2 .simple-modal-open .wishlistmessage{max-width:fit-content!important}}._common_vrdd6_2 .hidebasketpopup{display:none}._common_vrdd6_2 strong .link{color:var(--main-color)}._common_vrdd6_2 strong .link:hover{text-decoration:underline;color:var(--main-color)!important}._common_vrdd6_2 .title-main-wrapper,._common_vrdd6_2 .similarProductHeading{position:relative;text-align:left}._common_vrdd6_2 .title-main-wrapper.hasBtn,._common_vrdd6_2 .similarProductHeading.hasBtn{padding-bottom:15px}._common_vrdd6_2 .title-main-wrapper .title,._common_vrdd6_2 .similarProductHeading .title{color:var(--txt-color);font-size:1.29375rem;text-transform:uppercase;font-weight:var(--font-weight-bold)}@media (max-width: 1024.98px){._common_vrdd6_2 .title-main-wrapper .title,._common_vrdd6_2 .similarProductHeading .title{margin-bottom:8px}}@media (max-width: 767.98px){._common_vrdd6_2 .title-main-wrapper .title,._common_vrdd6_2 .similarProductHeading .title{font-size:.91875rem}}._common_vrdd6_2 .title-main-wrapper .title span,._common_vrdd6_2 .similarProductHeading .title span{display:inline-block;vertical-align:top;z-index:2;max-width:100%;width:auto;background:var(--clr-white)}._common_vrdd6_2 .title-main-wrapper .view_all,._common_vrdd6_2 .similarProductHeading .view_all{display:inline-block;line-height:15px}._common_vrdd6_2 .swiper-slide .product-card{height:100%}._common_vrdd6_2 .go2top{display:none!important}._common_vrdd6_2 .background-overlay{position:fixed;inset:0;cursor:pointer;z-index:30;height:100%!important;width:100%;background-color:#232323cc}._common_vrdd6_2 .stickyCenterMenu_wrapper,._common_vrdd6_2 .popup_inner{width:100%;height:100%}._common_vrdd6_2 .overlay_disable{visibility:hidden!important;opacity:0!important}._common_vrdd6_2 #priceCollapse{margin-bottom:30px}._common_vrdd6_2 .thumb,._common_vrdd6_2 .thumb::-webkit-slider-thumb{-webkit-appearance:none;-webkit-tap-highlight-color:transparent}._common_vrdd6_2 .thumb{pointer-events:none;position:absolute;height:0;width:100%;outline:none}._common_vrdd6_2 .thumb--zindex-3{z-index:3}._common_vrdd6_2 .thumb--zindex-4{z-index:4}._common_vrdd6_2 .thumb--zindex-5{z-index:5}._common_vrdd6_2 .thumb::-webkit-slider-thumb{background-color:var(--clr-white);border:3px solid var(--clr-white);border-radius:50%;cursor:pointer;height:18px;width:18px;margin-top:4px;pointer-events:all;position:relative;box-shadow:0 4px 4px #0000001a}._common_vrdd6_2 .thumb::-moz-range-thumb{background-color:var(--main-color);border:3px solid var(--main-color);border-radius:50%;box-shadow:none;cursor:pointer;height:18px;width:18px;margin-top:4px;pointer-events:all;position:relative}._common_vrdd6_2 .input-group.rememberMe,._common_vrdd6_2 .input-group.rememberMe label{display:flex}._common_vrdd6_2 .input-group.rememberMe label input[type=checkbox]{margin-right:5px;accent-color:var(--txt-color)}._common_vrdd6_2 .input-group .forgotBtn{cursor:pointer;line-height:22px;color:var(--txt-color)}._common_vrdd6_2 .animsition-loading,._common_vrdd6_2 .custom-animsition-loading{background-color:var(--clr-white);z-index:10104!important;width:100%;height:100%;position:fixed;inset:0}._common_vrdd6_2 .animsition-loading .loader,._common_vrdd6_2 .custom-animsition-loading .loader{position:absolute;top:50%;left:50%;margin-top:-16px;margin-left:-16px;border-radius:50%;z-index:100}._common_vrdd6_2 .animsition-loading .loader .line-scale>div,._common_vrdd6_2 .custom-animsition-loading .loader .line-scale>div{width:4px;height:35px;border-radius:2px;margin:2px;display:inline-block;background:var(--clr-black);animation-fill-mode:both;animation-name:line-scale;animation-timing-function:cubic-bezier(.2,.68,.18,1.08);animation-iteration-count:infinite;animation-duration:1s}._common_vrdd6_2 .animsition-loading .loader .line-scale>div:nth-child(1),._common_vrdd6_2 .custom-animsition-loading .loader .line-scale>div:nth-child(1){animation-delay:-.4s}._common_vrdd6_2 .animsition-loading .loader .line-scale>div:nth-child(2),._common_vrdd6_2 .custom-animsition-loading .loader .line-scale>div:nth-child(2){animation-delay:-.3s}._common_vrdd6_2 .animsition-loading .loader .line-scale>div:nth-child(3),._common_vrdd6_2 .custom-animsition-loading .loader .line-scale>div:nth-child(3){animation-delay:-.2s}._common_vrdd6_2 .animsition-loading .loader .line-scale>div:nth-child(4),._common_vrdd6_2 .custom-animsition-loading .loader .line-scale>div:nth-child(4){animation-delay:-.1s}._common_vrdd6_2 .animsition-loading .loader .line-scale>div:nth-child(5),._common_vrdd6_2 .custom-animsition-loading .loader .line-scale>div:nth-child(5){animation-delay:0s}@keyframes _line-scale_vrdd6_546{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}._common_vrdd6_2 .table-bordered{background:var(--clr-white)}._common_vrdd6_2 .hideWallet .walletPay,._common_vrdd6_2 .hideCOD .cod{display:none!important}._common_vrdd6_2 .pagination{justify-content:center;gap:10px;margin-top:35px;flex-wrap:wrap;display:flex}._common_vrdd6_2 .pagination .page-link{color:var(--txt-color);position:relative;margin-left:-1px;line-height:inherit;background-color:#f3f3f3;border:1px solid #dee2e6;font-size:15px;font-weight:400;cursor:pointer;border-radius:50%!important;width:35px;height:35px;display:flex;align-items:center;justify-content:center}._common_vrdd6_2 .pagination .page-link.active{background-color:var(--main-color);border-color:var(--main-color);color:var(--clr-white)}._common_vrdd6_2 .pagination .page-link:not(:disabled):not(.disabled){cursor:pointer}._common_vrdd6_2 .pagination .page-link.icon-arrow-right:before{content:"";font-size:1.25rem}._common_vrdd6_2 .pagination .page-link:hover{z-index:2;text-decoration:none;background-color:var(--main-color);border-color:var(--main-color);color:var(--clr-white)}._common_vrdd6_2 .pagination .page-link.page-next,._common_vrdd6_2 .pagination .page-link.page-last,._common_vrdd6_2 .pagination .page-link.page-first,._common_vrdd6_2 .pagination .page-link.page-prev{padding:.5rem .75rem!important;width:unset!important;height:unset!important;border-radius:20px!important;background-color:#f3f3f3}._common_vrdd6_2 .pagination .page-link.page-next:hover,._common_vrdd6_2 .pagination .page-link.page-last:hover,._common_vrdd6_2 .pagination .page-link.page-first:hover,._common_vrdd6_2 .pagination .page-link.page-prev:hover{background-color:var(--main-color)}._common_vrdd6_2 .pagination .page-link.page-last,._common_vrdd6_2 .pagination .page-link.page-first{display:none}._common_vrdd6_2 .pagination .page-link.page-prev,._common_vrdd6_2 .pagination .page-link.page-next{padding:0!important;width:35px!important;height:35px!important}._common_vrdd6_2 .pagination .page-link.page-prev:before{content:"";font-family:Quake-City-Cap}._common_vrdd6_2 .pagination .page-link.page-next:before{content:"";font-family:Quake-City-Cap}._common_vrdd6_2 input[type=radio],._common_vrdd6_2 input[type=checkbox]{box-sizing:border-box;padding:0;width:20px;height:20px;border-radius:5px;border:1px solid var(--color-border)}._common_vrdd6_2 input[type=date],._common_vrdd6_2 input[type=text],._common_vrdd6_2 .form-control{border-width:1px;border-radius:5px;padding-left:5px}._common_vrdd6_2 input[type=date]:hover,._common_vrdd6_2 input[type=date]:focus,._common_vrdd6_2 input[type=date].active,._common_vrdd6_2 input[type=text]:hover,._common_vrdd6_2 input[type=text]:focus,._common_vrdd6_2 input[type=text].active,._common_vrdd6_2 .form-control:hover,._common_vrdd6_2 .form-control:focus,._common_vrdd6_2 .form-control.active{outline:none;box-shadow:none;background:var(--clr-white);border-width:1px;border-style:solid;border-color:#ced4da;border-radius:5px!important}._common_vrdd6_2 input[type=date]:disabled,._common_vrdd6_2 input[type=text]:disabled,._common_vrdd6_2 .form-control:disabled{background-color:#e3dfdf}._common_vrdd6_2 input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer}._common_vrdd6_2 input::-webkit-outer-spin-button,._common_vrdd6_2 input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._common_vrdd6_2 input[type=number]{appearance:textfield}._common_vrdd6_2 label{font-size:var(--font-body-size);font-weight:var(--font-weight-medium);color:var(--txt-color);line-height:var(--font-body-lineheight);letter-spacing:.32px;margin:0 0 8px;padding:0;text-transform:capitalize;width:100%}._common_vrdd6_2 .pageSubHeading{margin-bottom:0;color:var(--txt-color);font-size:1.5rem;text-transform:capitalize;font-weight:var(--font-weight-bold);line-height:2rem;letter-spacing:.06px;text-align:left}._common_vrdd6_2 .form-group.required label:after{content:"*";color:red}._common_vrdd6_2 .form-group.required .paymentOptions label:after{content:""}._common_vrdd6_2 .btn-primary{color:var(--clr-white);transition:.3s;font-size:.875rem;font-weight:600;position:relative;overflow:hidden;background:transparent;margin-top:10px;text-transform:uppercase;display:inline-flex;box-shadow:none;align-items:center;text-transform:capitalize;letter-spacing:1.6px;background-color:var(--main-color);border-radius:5px;padding:5px 20px;font-size:.9375rem;font-weight:400;color:#fff;text-align:center;display:inline-block;transition:all .8s ease-in;outline:none;text-shadow:none!important;border-color:1px solid var(--main-color)}._common_vrdd6_2 .btn-primary:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;transition:transform .2s ease-in}._common_vrdd6_2 .btn-primary:hover{border:1px solid var(--main-color);transition:all .3s ease-in;background-color:#fff;color:var(--main-color);border-color:1px solid var(--main-color)}._common_vrdd6_2 .btn-primary+.btn{margin-left:15px}._common_vrdd6_2 .btn-primary i{vertical-align:text-top;margin-right:5px}._common_vrdd6_2 .btn-primary:focus,._common_vrdd6_2 .btn-primary:active{box-shadow:none!important;background-color:var(--main-color)!important;border-color:var(--main-color)!important;color:var(--clr-white)!important}._common_vrdd6_2 .btn-primary:disabled{background-color:var(--main-color)!important;border-color:var(--main-color)!important}._common_vrdd6_2 .btn-outline-primary{align-items:center;text-transform:capitalize;letter-spacing:1.6px;border:1px solid var(--main-color);background-color:#fff;border-radius:5px;margin-top:10px;padding:5px 20px;font-size:.9375rem;font-weight:400;color:var(--main-color);text-align:center;display:inline-block;transition:all .3s ease-in;outline:none}._common_vrdd6_2 .btn-outline-primary:hover{border:1px solid var(--main-color);transition:all .3s ease-in;background-color:var(--main-color);color:#fff}._common_vrdd6_2 .error-text{color:#dd0a32!important;text-transform:uppercase;font-size:11px!important;font-weight:500!important;margin-top:5px}._common_vrdd6_2 .text-danger{color:#cf2536!important;display:inline-block}._common_vrdd6_2 .text-danger[role=alert]{margin-top:5px}._common_vrdd6_2 .starColor{color:red}._common_vrdd6_2 .loadingData{position:relative;min-height:200px}._common_vrdd6_2 .loadingData.absolute{position:absolute;width:100%;height:100%;left:0;top:0;z-index:99}._common_vrdd6_2 .loadingData .custom-animsition-loading{position:absolute}._common_vrdd6_2 .tabButtons{margin-bottom:15px;max-width:450px;display:flex;justify-content:space-between;gap:30px}._common_vrdd6_2 .tabButtons .togglebtn{flex:1;padding:10px;text-align:center;cursor:pointer;font-size:15px}._common_vrdd6_2 .tabButtons .togglebtn.active{background:var(--main-color);color:#fff;border-radius:5px}._common_vrdd6_2 #login .title-main-wrapper{max-width:450px;margin-top:15px}._common_vrdd6_2 #login .title-main-wrapper span{text-transform:lowercase}._common_vrdd6_2 .img-fluid{width:100%}._common_vrdd6_2 .iconList{padding:35px 0;display:flex;gap:30px;flex-wrap:wrap}._common_vrdd6_2 .iconList .icons{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}._common_vrdd6_2 .iconList .icons span{font-size:36px}._common_vrdd6_2 .wishlistPageWrapper .noProducts{padding:0 0 30px}._common_vrdd6_2 #paymentResponseContent{display:none}._common_vrdd6_2 .staticContent{margin-bottom:20px}._common_vrdd6_2 .staticContent span{line-height:1.4}._common_vrdd6_2 .tawkChatBtn{position:fixed;bottom:20px;right:24px;width:60px;height:60px;background-color:#0e97e7;border-radius:50%;border:0px;z-index:3}._common_vrdd6_2 .tawkChatBtn:focus{outline:none}._common_vrdd6_2 .tawkChatBtn svg{fill:#fff}._common_vrdd6_2 button{cursor:pointer}._common_vrdd6_2 button:focus{outline:none}._common_vrdd6_2 .recaptcha{margin-bottom:10px}#_headerWrapperMain_74mcw_1{position:sticky;background:#fff;top:0;z-index:1000;transition:all 1s ease-in-out}#_headerWrapperMain_74mcw_1 .headerTopWrap,#_headerWrapperMain_74mcw_1 .headerBottomWrap{padding:0 80px}@media (max-width: 1439.98px){#_headerWrapperMain_74mcw_1 .headerTopWrap,#_headerWrapperMain_74mcw_1 .headerBottomWrap{padding:0}}@media (max-width: 1279.98px){#_headerWrapperMain_74mcw_1 .headerTopWrap,#_headerWrapperMain_74mcw_1 .headerBottomWrap{padding:0}}#_headerWrapperMain_74mcw_1 .headerTopWrap.fixed,#_headerWrapperMain_74mcw_1 .headerBottomWrap.fixed{position:fixed;top:0;left:0;width:100%;z-index:1000;animation:slide-down .7s;opacity:.9;margin-top:0}@keyframes _slide-down_74mcw_1{0%{opacity:0;transform:translateY(-100%)}to{opacity:.9;transform:translateY(0)}}#_headerWrapperMain_74mcw_1 .headerTopSubWrap.container-fluid{display:flex;align-items:center;padding-top:10px!important;margin-bottom:10px!important;justify-content:space-between}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerTopSubWrap.container-fluid{flex-wrap:wrap;gap:10px 0}}#_headerWrapperMain_74mcw_1 .headerTopSubWrap.container-fluid .logoWrapper img{width:auto;height:70px;max-width:none;vertical-align:super}#_headerWrapperMain_74mcw_1 .searchSelWrap{display:none}#_headerWrapperMain_74mcw_1 .search-container{position:relative;width:450px;margin:0 45px}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .search-container{width:100%;margin:0;order:2;right:0%}}#_headerWrapperMain_74mcw_1 .search-container .searchWrapper{position:relative}#_headerWrapperMain_74mcw_1 .search-container .searchWrapper form{position:relative;display:flex;align-items:center}#_headerWrapperMain_74mcw_1 .search-container .searchWrapper form input{width:100%;border-radius:50px;height:50px;border:1px solid #ebebeb;padding-left:40px}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .search-container .searchWrapper form input{height:35px}}#_headerWrapperMain_74mcw_1 .search-container .searchWrapper form input:focus-visible{outline:0}#_headerWrapperMain_74mcw_1 .search-container .searchWrapper form button.searchBtn{height:40px;width:40px;font-size:1.125rem;border-radius:50%;position:absolute;right:5px;top:0;margin:auto;bottom:0;display:grid;place-items:center;line-height:1.3;background:var(--clr-white);border:none}#_headerWrapperMain_74mcw_1 .search-container .searchWrapper form .searchWrapperBtn{position:absolute;left:20px;width:20px;height:20px;transform:translateY(-50%);top:50%}#_headerWrapperMain_74mcw_1 .search-container .searchWrapper form .searchWrapperBtn button{background-color:transparent;border:0;padding:0;width:auto;height:auto;font-size:inherit}#_headerWrapperMain_74mcw_1 .search-container .searchWrapper form .searchWrapperBtn button .icon-search:before{font-size:.8125rem;color:var(--clr_2);font-weight:600}#_headerWrapperMain_74mcw_1 .search-container .searchWrapper form .searchWrapperBtn .icon-mic,#_headerWrapperMain_74mcw_1 .search-container .searchWrapper form .searchWrapperBtn .icon-camera1{display:none}#_headerWrapperMain_74mcw_1 .search-container .searchWrapper:before{position:absolute;right:20px;z-index:2;font-size:.8125rem;top:50%;transform:translateY(-50%)}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper{position:absolute;top:calc(100% + 5px);left:0;right:0;width:100%;box-shadow:0 0 5px #999;background-color:var(--clr-white);padding:18px;z-index:99;max-height:400px;height:auto;overflow-y:auto;scrollbar-width:thin;border:1px solid #aeaeae;border-radius:4px}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.image-search .productSuggestWrapper{width:100%}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.image-search .product-left{display:none}@media (max-width: 989.98px){#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper{left:0;width:calc(100% + 0px)}}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper::-webkit-scrollbar{width:5px}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper::-webkit-scrollbar-track{background:#f1f1f1}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper::-webkit-scrollbar-thumb{background:#c8c8c8}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper::-webkit-scrollbar-thumb:hover{background:#555}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .spiner-full{position:absolute;top:0;left:0;width:100%;height:100%}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .loadingSpinner{display:inline-block;vertical-align:sub;border:4px solid #f3f3f3;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border-top:4px solid #b7be11;border-radius:50%;width:20px;height:20px;margin-right:10px}@keyframes _spin_74mcw_194{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .suggestionListWrapper .title-wrapper,#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .suggestionListWrapper h3{font-size:16px;font-weight:600;line-height:var(--font-body-lineheight);letter-spacing:.32px;text-transform:capitalize;color:var(--txt-color);display:flex;justify-content:space-between;align-items:center;margin:0 0 15px;padding-bottom:8px;border-bottom:1px solid #e8e8e8}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .suggestionListWrapper .search-title{padding:0;margin:0}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .suggestionListWrapper .icon-close{cursor:pointer}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .suggestionListWrapper h3{border:0}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .suggestionListWrapper .suggestionList,#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .suggestionListWrapper .suggestionsList{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .suggestionListWrapper .suggestionList li,#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .suggestionListWrapper .suggestionsList li{display:flex;align-items:center;justify-content:center;padding:7px 10px;text-transform:lowercase;background-color:#f7f7f7;color:#868686;border-radius:5px;cursor:pointer}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .searchProducts .productSuggestWrapper{display:block;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));column-gap:15px}@media (max-width: 575.98px){#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .searchProducts .productSuggestWrapper{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .searchProducts .productSuggestWrapper .search-suggetion p{font-size:.75rem;font-weight:500;line-height:1rem;margin-bottom:10px}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .searchProducts .productSuggestWrapper .search-suggetion:last-child p{margin-bottom:0}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .searchProducts .productSuggestWrapper .search-suggetion:hover p{color:var(--main-color)!important}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .searchProducts .productSuggestWrapper .wishlist-and-view-main-div{opacity:0!important;visibility:hidden!important}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage{width:100%;left:0}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper{border:2px dashed #cccccc;cursor:pointer;position:relative;padding:10px;height:130px;border-radius:20px;display:flex;align-items:center;justify-content:center}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent{display:flex;flex-direction:column;justify-content:center;align-items:center}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent span{font-size:16px;color:#000;font-weight:500}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent p{white-space:break-spaces;text-align:center;margin-top:10px;font-size:14px}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent small{display:block;padding:12px 0}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper input{position:absolute;opacity:0;z-index:1;left:0;top:0;width:100%;height:100%;cursor:pointer}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .file-field{position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:2rem}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .file-field .btn{text-transform:capitalize;margin:.375rem;word-wrap:break-word;white-space:normal;border:0;border-radius:.125rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .file-field .btn-primary.btn-sm{margin:0;padding:0 10px;font-size:.9rem;width:140px;height:40px;line-height:40px}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .file-field .btn-primary.btn-sm input[type=file]{position:absolute;inset:-28px 0 0;max-width:100%;width:140px;padding:0;margin:0;cursor:pointer;filter:alpha(opacity=0);opacity:0}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper{padding-left:10px;overflow:hidden;margin-right:auto}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper span{color:var(--clr_3);font-size:16px}@media (max-width: 414.98px){#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper span{font-size:14px}}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper input.file-path{width:100%;height:36px;border:none;border-radius:0;outline:none}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .wrap-search{display:flex;margin-bottom:2rem}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .wrap-search input::placeholder{font-size:16px}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .wrap-search #txtImage{width:calc(100% - 80px);border:1px solid #ccc;border-top-left-radius:4px;border-bottom-left-radius:4px;padding:5px;height:35px}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper.searchByUploadImage .wrap-search input[type=button]{font-size:16px;border:0;color:#fff;height:35px;display:flex;border-radius:0;width:80px;justify-content:center;align-items:center;background:linear-gradient(171deg,#1ebd78,#03a46b)}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .noResult{position:relative}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .noResult i{position:absolute;top:2px;right:0}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .noResult p{margin:0;font-size:15px;font-weight:400}#_headerWrapperMain_74mcw_1 .search-container .nlpSearchWrapper .text-danger{margin-top:10px}#_headerWrapperMain_74mcw_1 .search-container .hide-search .background-close{display:none}#_headerWrapperMain_74mcw_1 .search-container .search-suggetion .product-card{min-height:auto}#_headerWrapperMain_74mcw_1 .search-container .search-suggetion .product-card>.card-upper-block,#_headerWrapperMain_74mcw_1 .search-container .search-suggetion .product-card>a{display:none!important}#_headerWrapperMain_74mcw_1 .search-container .search-suggetion .product-card .card-block{padding:0 0 10px}#_headerWrapperMain_74mcw_1 .search-container .search-suggetion .product-card .list-content{display:flex!important;align-items:center;padding:0}#_headerWrapperMain_74mcw_1 .search-container .search-suggetion .product-card .list-content .product-code{margin:0 10px 0 0}#_headerWrapperMain_74mcw_1 .search-container .search-suggetion .product-card .list-content .product-name h4{margin:0}#_headerWrapperMain_74mcw_1 .search-container .search-suggetion .product-card .list-content .pro-swatches,#_headerWrapperMain_74mcw_1 .search-container .search-suggetion .product-card .list-content .product-price{display:none!important}#_headerWrapperMain_74mcw_1 .headerActionWrapper{display:flex;align-items:center;justify-content:flex-end;gap:30px}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerActionWrapper{gap:15px;justify-content:space-between;order:1;padding-left:100px}}@media (max-width: 575.98px){#_headerWrapperMain_74mcw_1 .headerActionWrapper{padding-left:0}}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon{display:flex;align-items:center}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon:hover .desc a{color:var(--secondary-color)}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon:hover .desc span:before{color:var(--secondary-color)}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon:hover a i{color:var(--secondary-color)}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon:hover a i:before{color:var(--secondary-color)}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon:hover>span{color:var(--secondary-color)}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon a{display:flex;align-items:center;font-size:0}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon a i{margin-right:10px;display:inline-block}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon a i:before{font-size:1.5rem}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon a span{font-size:12px;color:#333;line-height:18px;font-weight:400;font-family:Lexend;white-space:nowrap;display:none}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon a span{display:none}}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon a .count-top{position:relative}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon a .count{position:absolute;top:-10px;right:0;width:20px;height:20px;background-color:var(--secondary-color);border-radius:100%;display:flex;align-items:center;justify-content:center;color:#333!important}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon a.mobile-font{font-size:0px}}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon a:hover span{color:var(--clr-b)!important}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon.compareWrap{cursor:pointer}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon.compareWrap{display:none}}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon.compareWrap .compare-count{display:flex;align-items:center}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon.compareWrap .compare-count span{font-size:12px;color:#333;line-height:18px;font-weight:400;display:none}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon.compareWrap .compare-count .count-top{position:relative}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon.compareWrap .compare-count .count-top i{margin-right:10px;display:inline-block;font-family:athena_promo_new!important;font-size:1.125rem;transform:rotate(33deg)}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon.compareWrap .compare-count .count-top i:hover{color:var(--secondary-color)}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon.compareWrap .compare-count .count-top .count{position:absolute;top:-10px;right:0;width:20px;height:20px;background-color:var(--secondary-color);border-radius:100%;color:#333!important;font-weight:500!important;display:flex;align-items:center;justify-content:center}#_headerWrapperMain_74mcw_1 .headerActionWrapper .cmnForIcon.compareWrap:hover .compare-count span{color:var(--clr-b)!important}#_headerWrapperMain_74mcw_1 .hamMenu{display:flex;flex-direction:column;position:absolute;left:10px;top:50%;transform:translateY(-50%);z-index:10;cursor:pointer}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .hamMenu{display:none}}#_headerWrapperMain_74mcw_1 .hamMenu span{width:20px;height:2px;border-radius:0;border:1px solid var(--clr-white);margin-bottom:4px}#_headerWrapperMain_74mcw_1 .headerBottomWrap{background-color:var(--main-color);color:var(--clr-white)}#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap{display:flex;align-items:center}#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul{display:flex;align-items:center;text-align:center;position:relative}#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li{padding:12px 15px;position:relative}#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li a.link{color:var(--clr-white);font-size:1rem;line-height:1.3125rem;font-weight:400;display:flex;align-items:center;padding:5px}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li a.link{height:auto;color:#333;font-size:.875rem;padding:5px;font-weight:500}}#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li:hover{background-color:var(--category)}#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li:hover .subCagegoryWithImageList{display:flex;transform:scale(1);opacity:1;visibility:visible}@media screen and (max-width: 1279px) and (min-width: 1025px){#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li:nth-of-type(n+11){display:none}}#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu{display:none}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li{width:100%;padding:5px 12px;background-color:transparent!important}#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu{display:block}#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu .category-menu{position:relative;background-color:transparent;padding:35px 0 0}#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu .category-menu .cat-list-top{opacity:1;visibility:visible;position:static;background-color:transparent;box-shadow:none;transform:translate(0)}#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu .category-menu .cat-list-top>ul{height:auto;box-shadow:none;text-align:left;padding:0;overflow:hidden;width:100%!important}#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu .category-menu .cat-list-top>ul li a{color:#fff;font-weight:500}}@media (max-width: 1024.98px) and (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu .category-menu .cat-list-top>ul li a{color:#333}}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu .category-menu .cat-list-top>ul li a:hover:before{color:#fff}}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu .category-menu .cat-list-top>ul li .subcat-list{position:static;background-color:transparent;padding:0;box-shadow:none;width:100%}#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul li.mobileAllPrdctsMenu .category-menu .cat-list-top>ul li .subcat-list .menuImageWrap{display:none}}#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul .submenu{cursor:pointer}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul .submenu{padding-left:7px}}#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul .submenu li{cursor:pointer}#_headerWrapperMain_74mcw_1 .headerBottomWrap .headerBottomSubWrap .staticMenu>ul .submenu li:hover{color:#fff}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top{opacity:0;visibility:hidden;position:absolute;width:auto;background:var(--clr-white);z-index:999;top:100%;transform:translateY(30px);transition:all .3s}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul{box-shadow:1px 2px 5px #00000040;width:350px;padding:30px 0;overflow-y:auto;scrollbar-width:initial;height:80vh;z-index:2}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul::-webkit-scrollbar{width:5px}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul::-webkit-scrollbar-track{background:#f1f1f1}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul::-webkit-scrollbar-thumb{background:#c8c8c8}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul::-webkit-scrollbar-thumb:hover{background:#555}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li{padding:0 0 0 15px}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li{padding:0}}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li+li{margin-top:8px;cursor:pointer}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li a{color:var(--header-text);font-size:.875rem;font-weight:400;line-height:1.5rem;transition:all .3s;display:block;position:relative;cursor:pointer;padding:5px}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li a:hover{color:var(--main-color);padding:5px}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li a:hover{background-color:#333;color:#fff!important}}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li a:focus{color:var(--main-color)!important}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li a:focus{color:var(--clr-white)!important}}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li .subcat-list{display:none;position:absolute;left:348px;top:0;width:67vw;padding:30px;box-shadow:1px 2px 5px #00000040;height:100%;transform:translate(30px);transition:all .3s;background-color:#fff;scrollbar-width:thin}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li .subcat-list::-webkit-scrollbar{width:5px}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li .subcat-list::-webkit-scrollbar-track{background:#f1f1f1}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li .subcat-list::-webkit-scrollbar-thumb{background:#c8c8c8}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li .subcat-list::-webkit-scrollbar-thumb:hover{background:#555}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li .subcat-list a{color:var(--header-text);font-size:.8125rem;font-weight:700;line-height:1.5rem;transition:all .3s;display:block;position:relative;cursor:pointer;padding:5px}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li .subcat-list a:hover{color:var(--main-color);padding:5px}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li .subcat-list a:hover{background-color:transparent}}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li .subcat-list a:focus{color:var(--main-color)!important}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li .subcat-list a:focus{color:var(--clr-white)!important}}@media not all and (min-resolution: .001dpcm){#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li .subcat-list{width:37vw}}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li.hasSubmenu>a:before{content:"";font-family:Bloomin;font-size:12px;transform:translateY(20%) rotate(-96deg);display:inline-block;position:absolute;right:5px;top:0}@media (max-width: 767.98px){#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li.hasSubmenu>a:before{right:0}}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li.hasSubmenu>a:hover:before{color:var(--main-color);font-size:12px}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li:hover{background-color:var(--categoryright)}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top>ul li:hover .subcat-list{display:block;border-radius:0px,0px,10px,0px;transform:perspective(900px) rotate(0);overflow-y:auto;background:#feffdd}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top .menuImageWrap{margin-top:20px;display:none}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top .menuImageWrap img{display:block;margin:auto}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top .subcat-list-ul{column-count:2}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top .subcat-list-ul{column-count:1}}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top .subcat-list-ul .submenu li{font-size:12px;font-weight:400;color:#444;line-height:25px}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu .cat-list-top .subcat-list-ul .subcat-item{page-break-inside:avoid}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu button{margin:0;height:100%;padding:16px 0 16px 40px;background:var(--category);border-radius:0;font-size:1rem;color:var(--clr-white);width:150px;line-height:1.5625rem;font-weight:500;font-family:Lexend;letter-spacing:0em;text-align:center;text-transform:capitalize;white-space:nowrap}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu button i{display:none}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu button{padding:10px}}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu button{display:none}}@media (min-width: 1025px){#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu:hover .cat-list-top{opacity:1;visibility:visible;transform:translateY(0)}}#_headerWrapperMain_74mcw_1 .headerBottomWrap .category-menu.close-menu .cat-list-top{opacity:0;visibility:hidden}#_headerWrapperMain_74mcw_1 .icon-faq:before{content:""}#_headerWrapperMain_74mcw_1 .icon-search:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3E%3Cpath d='M16.6 18.8286L10.3 12.5286C9.8 12.9286 9.225 13.2452 8.575 13.4786C7.925 13.7119 7.23333 13.8286 6.5 13.8286C4.68333 13.8286 3.146 13.1992 1.888 11.9406C0.63 10.6819 0.000666667 9.14455 0 7.32855C0 5.51189 0.629333 3.97455 1.888 2.71655C3.14667 1.45855 4.684 0.829219 6.5 0.828552C8.31667 0.828552 9.854 1.45789 11.112 2.71655C12.37 3.97522 12.9993 5.51255 13 7.32855C13 8.06189 12.8833 8.75355 12.65 9.40355C12.4167 10.0536 12.1 10.6286 11.7 11.1286L18 17.4286L16.6 18.8286ZM6.5 11.8286C7.75 11.8286 8.81267 11.3909 9.688 10.5156C10.5633 9.64022 11.0007 8.57789 11 7.32855C11 6.07855 10.5623 5.01589 9.687 4.14055C8.81167 3.26522 7.74933 2.82789 6.5 2.82855C5.25 2.82855 4.18733 3.26622 3.312 4.14155C2.43667 5.01689 1.99933 6.07922 2 7.32855C2 8.57855 2.43767 9.64122 3.313 10.5166C4.18833 11.3919 5.25067 11.8292 6.5 11.8286Z' fill='%23B7BE11'/%3E%3C/svg%3E%0A")}#_headerWrapperMain_74mcw_1 .icon-user1:before{content:"";font-family:Bloomin;font-size:20px!important}#_headerWrapperMain_74mcw_1 .icon-wishlist:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M12 21.8036L10.975 20.8786C9.2122 19.2599 7.75483 17.8636 6.6029 16.6896C5.45097 15.5156 4.53333 14.4661 3.85 13.5411C3.16667 12.6161 2.6875 11.7786 2.4125 11.0286C2.1375 10.2786 2 9.52024 2 8.75358C2 7.25099 2.50417 5.99618 3.5125 4.98915C4.52083 3.9821 5.76667 3.47858 7.25 3.47858C8.2 3.47858 9.07917 3.70358 9.8875 4.15358C10.6958 4.60358 11.4 5.25358 12 6.10358C12.7 5.20358 13.4417 4.54108 14.225 4.11608C15.0083 3.69108 15.85 3.47858 16.75 3.47858C18.2333 3.47858 19.4792 3.9821 20.4875 4.98915C21.4958 5.99618 22 7.25099 22 8.75358C22 9.52024 21.8625 10.2786 21.5875 11.0286C21.3125 11.7786 20.8333 12.6161 20.15 13.5411C19.4667 14.4661 18.549 15.5156 17.3971 16.6896C16.2452 17.8636 14.7878 19.2599 13.025 20.8786L12 21.8036ZM12 19.8286C13.6873 18.2787 15.0757 16.9495 16.1655 15.8411C17.2551 14.7328 18.1208 13.7619 18.7625 12.9286C19.4042 12.0952 19.8542 11.3525 20.1125 10.7002C20.3708 10.0479 20.5 9.40027 20.5 8.7572C20.5 7.65479 20.15 6.74941 19.45 6.04108C18.75 5.33274 17.8519 4.97858 16.7556 4.97858C15.8969 4.97858 15.1021 5.24108 14.3712 5.76608C13.6404 6.29108 13.05 7.02858 12.6 7.97858H11.375C10.9417 7.04524 10.3596 6.31191 9.62875 5.77858C8.8979 5.24524 8.10311 4.97858 7.24437 4.97858C6.14813 4.97858 5.25 5.33274 4.55 6.04108C3.85 6.74941 3.5 7.65621 3.5 8.76148C3.5 9.40621 3.62917 10.0577 3.8875 10.7161C4.14583 11.3744 4.59583 12.1244 5.2375 12.9661C5.87917 13.8077 6.75 14.7786 7.85 15.8786C8.95 16.9786 10.3333 18.2952 12 19.8286Z' fill='%23444444'/%3E%3C/svg%3E")}#_headerWrapperMain_74mcw_1 .fa-window-restore:before{content:"";font-family:Bloomin;font-size:1.5rem}#_headerWrapperMain_74mcw_1 .icon-shopping-bag:before{content:""}#_headerWrapperMain_74mcw_1 .account-login .account-detail{position:relative}#_headerWrapperMain_74mcw_1 .account-login .account-detail:after{content:"";position:absolute;width:100%;background:transparent;height:30px;top:10px}#_headerWrapperMain_74mcw_1 .account-login .account-detail .desc .account-name{display:flex;align-items:center;cursor:pointer;font-size:12px;color:#333;line-height:18px;font-weight:400;font-family:Lexend}#_headerWrapperMain_74mcw_1 .account-login .account-detail .desc .account-name:before{content:"";font-family:Bloomin!important;font-size:1.25rem;margin-right:10px;color:var(--header-text);cursor:pointer}#_headerWrapperMain_74mcw_1 .account-login .account-detail .desc .account-name b{display:none}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .account-login .account-detail .desc .account-name b{display:none}}#_headerWrapperMain_74mcw_1 .account-login .account-detail .desc .account-name:hover{color:var(--secondary-color)}@media (min-width: 1025px){#_headerWrapperMain_74mcw_1 .account-login .account-detail:hover .dropdown-account{visibility:visible;opacity:1;transform:translate(-56px,20px);transition:.5s}}#_headerWrapperMain_74mcw_1 .account-login .account-detail .dropdown-account{position:absolute;width:max-content;top:10px;visibility:hidden;opacity:0;background:#fff;padding:15px 0;z-index:10;box-shadow:1px 2px 5px #00000040;transform:translate(-67px,40px);transition:.5s}@media (max-width: 767.98px){#_headerWrapperMain_74mcw_1 .account-login .account-detail .dropdown-account{top:20px}}#_headerWrapperMain_74mcw_1 .account-login .account-detail .dropdown-account a{display:block;padding:10px;font-weight:500;font-size:.75rem}#_headerWrapperMain_74mcw_1 .account-login .account-detail .dropdown-account a:hover{color:var(--main-color);font-weight:500;background-color:#feffdd}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Distributor-Tools .categoryWithSubCategory{position:relative}}#_headerWrapperMain_74mcw_1 li.Distributor-Tools .categoryWithSubCategory button.link{background-color:transparent;border:none;font-size:16px;font-weight:500;line-height:1.5rem;transition:all .3s;display:block;cursor:pointer;padding:5px;color:#fff}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Distributor-Tools .categoryWithSubCategory button.link{color:#444;font-size:.875rem}}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Distributor-Tools .categoryWithSubCategory button.link:before{content:"";font-family:Bloomin;font-size:12px;transform:translateY(20%) rotate(-96deg);display:inline-block;position:absolute;right:0;top:0}}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Distributor-Tools .categoryWithSubCategory a:hover:before{color:#fff}}#_headerWrapperMain_74mcw_1 li.Distributor-Tools .categoryWithSubCategory .subCagegoryWithImageList{opacity:0;visibility:hidden;position:absolute;width:auto;background:var(--clr-white);z-index:999;top:100%;transform:translateY(30px);transition:all .3s;right:-67px;box-shadow:1px 2px 5px #00000040}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Distributor-Tools .categoryWithSubCategory .subCagegoryWithImageList{right:inherit;background-color:transparent;color:#333;box-shadow:none;border-left:2px solid #fff;position:relative}}#_headerWrapperMain_74mcw_1 li.Distributor-Tools .categoryWithSubCategory .subCagegoryWithImageList ul.subcat-list-ul-menu{display:block;text-align:left;margin-left:0;background:#fff;min-width:260px;border-radius:0 0 5px 5px;width:100%;padding:15px;-webkit-box-shadow:1px 1px 5px 1px rgba(0,0,0,.5);-moz-box-shadow:1px 1px 5px 1px rgba(0,0,0,.5);box-shadow:1px 1px 5px 1px #00000080;transition:all .3s;z-index:2;margin-top:5px}#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList{position:sticky}}#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item{padding:5px;text-align:left}#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item:hover{color:var(--main-color);background-color:var(--categoryright)}#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item a.on-list{color:var(--header-text);font-size:.875rem;font-weight:400;line-height:1.5rem;transition:all .3s;display:block;position:relative;cursor:pointer;padding:5px}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item a.on-list{padding:0}}#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item a.on-list:hover{color:var(--main-color);background-color:var(--categoryright);padding:5px}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item a.on-list:hover{background-color:transparent;color:#333}}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item.seedpapermenu a.on-list.whatseedpaper:before{content:"";font-family:Bloomin;font-size:12px;transform:translateY(20%) rotate(-96deg);display:inline-block;position:absolute;left:95%;top:0}}#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item.seedpapermenu ul.submenu-ul{opacity:0;visibility:hidden;left:105%;position:absolute;top:0;width:200px;background:var(--clr-white);z-index:999;transform:translateY(30px);transition:all .3s;box-shadow:1px 2px 5px #00000040}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item.seedpapermenu ul.submenu-ul{background:transparent;border:none;box-shadow:none}}#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item.seedpapermenu:hover .submenu-ul{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item.seedpapermenu:hover .submenu-ul{position:sticky;left:0}}#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item.seedpapermenu:hover .submenu-ul .submenu-item{padding:5px;text-align:left}#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item.seedpapermenu:hover .submenu-ul .submenu-item:hover{color:var(--main-color);background-color:var(--categoryright)}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item.seedpapermenu:hover .submenu-ul .submenu-item:hover{background-color:transparent}}#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item.seedpapermenu:hover .submenu-ul .submenu-item a{color:var(--header-text);font-size:.875rem;font-weight:400;line-height:1.5rem;transition:all .3s;display:block;position:relative;cursor:pointer;padding:5px}#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item.seedpapermenu:hover .submenu-ul .submenu-item a:hover{color:var(--main-color);background-color:var(--categoryright);padding:5px}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Distributor-Tools:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item.seedpapermenu:hover .submenu-ul .submenu-item a:hover{background-color:transparent;color:#333}}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Shop-by-Themes .categoryWithSubCategory{position:relative}}#_headerWrapperMain_74mcw_1 li.Shop-by-Themes .categoryWithSubCategory button.link{background-color:transparent;border:none;font-size:16px;font-weight:500;line-height:1.5rem;transition:all .3s;display:block;cursor:pointer;color:#fff}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Shop-by-Themes .categoryWithSubCategory button.link{color:#444;font-size:.875rem}}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Shop-by-Themes .categoryWithSubCategory button.link:before{content:"";font-family:Bloomin;font-size:12px;transform:translateY(20%) rotate(-96deg);display:inline-block;position:absolute;right:0;top:0}}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Shop-by-Themes .categoryWithSubCategory a:hover:before{color:#fff}}#_headerWrapperMain_74mcw_1 li.Shop-by-Themes .categoryWithSubCategory .subCagegoryWithImageList{opacity:0;visibility:hidden;position:absolute;width:auto;background:var(--clr-white);z-index:999;top:100%;transform:translateY(30px);transition:all .2s;right:inherit;box-shadow:1px 2px 5px #00000040}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Shop-by-Themes .categoryWithSubCategory .subCagegoryWithImageList{right:inherit;background-color:transparent;color:#333;box-shadow:none;border-left:2px solid #fff}}#_headerWrapperMain_74mcw_1 li.Shop-by-Themes .categoryWithSubCategory .subCagegoryWithImageList ul.subcat-list-ul-menu{display:block;text-align:left;margin-left:0;background:#fff;min-width:260px;border-radius:0 0 5px 5px;width:100%;padding:15px;-webkit-box-shadow:1px 1px 5px 1px rgba(0,0,0,.5);-moz-box-shadow:1px 1px 5px 1px rgba(0,0,0,.5);box-shadow:1px 1px 5px 1px #00000080;transition:all .3s;z-index:2;margin-top:5px}#_headerWrapperMain_74mcw_1 li.Shop-by-Themes:hover .subCagegoryWithImageList{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Shop-by-Themes:hover .subCagegoryWithImageList{position:sticky}}#_headerWrapperMain_74mcw_1 li.Shop-by-Themes:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item{padding:5px;text-align:left}#_headerWrapperMain_74mcw_1 li.Shop-by-Themes:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item:hover{color:var(--main-color);background-color:var(--categoryright)}#_headerWrapperMain_74mcw_1 li.Shop-by-Themes:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item a.on-list{color:var(--header-text);font-size:.875rem;font-weight:400;line-height:1.5rem;transition:all .3s;display:block;position:relative;cursor:pointer;padding:5px}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 li.Shop-by-Themes:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item a.on-list{padding:0}}#_headerWrapperMain_74mcw_1 li.Shop-by-Themes:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item a.on-list:hover{color:var(--main-color);background-color:var(--categoryright);padding:5px}#_headerWrapperMain_74mcw_1 li.Shop-by-Themes:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item.seedpapermenu ul.submenu-ul{opacity:0;visibility:hidden;left:100%;position:absolute;top:44px;width:200px;background:var(--clr-white);z-index:999;transform:translateY(30px);transition:all .3s;box-shadow:1px 2px 5px #00000040}#_headerWrapperMain_74mcw_1 li.Shop-by-Themes:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item.seedpapermenu:hover .submenu-ul{opacity:1;visibility:visible;transform:translateY(0)}#_headerWrapperMain_74mcw_1 li.Shop-by-Themes:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item.seedpapermenu:hover .submenu-ul .submenu-item{padding:5px;text-align:left}#_headerWrapperMain_74mcw_1 li.Shop-by-Themes:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item.seedpapermenu:hover .submenu-ul .submenu-item:hover{color:var(--main-color);background-color:var(--categoryright)}#_headerWrapperMain_74mcw_1 li.Shop-by-Themes:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item.seedpapermenu:hover .submenu-ul .submenu-item a{color:var(--header-text);font-size:.875rem;font-weight:400;line-height:1.5rem;transition:all .3s;display:block;position:relative;cursor:pointer;padding:5px}#_headerWrapperMain_74mcw_1 li.Shop-by-Themes:hover .subCagegoryWithImageList .subcat-list-ul-menu .subcat-item.seedpapermenu:hover .submenu-ul .submenu-item a:hover{color:var(--main-color);background-color:var(--categoryright);padding:5px}@media (min-width: 1025px){#_headerWrapperMain_74mcw_1 .res_monu{display:none}}#_headerWrapperMain_74mcw_1 .res_monu .hamicon{font-size:1.125rem;font-family:athena_promo_new}#_headerWrapperMain_74mcw_1 .res_monu .hamicon:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M0 8V6.66667H12V8H0ZM0 4.66667V3.33333H12V4.66667H0ZM0 1.33333V0H12V1.33333H0Z' fill='%23333'/%3E%3C/svg%3E%0A")}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .staticMenu{position:fixed;top:0;background-color:var(--secondary-color);z-index:11;width:65%;height:100%;transform:scale(0);left:0;transition:.5s;transform-origin:top left;padding:50px 0;display:block;overflow-y:scroll}}@media (max-width: 767.98px){#_headerWrapperMain_74mcw_1 .staticMenu{width:80%}}@media (max-width: 575.98px){#_headerWrapperMain_74mcw_1 .staticMenu{width:89%}}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .staticMenu ul{flex-wrap:wrap;flex-direction:column;align-items:flex-start!important;padding:5px;width:100%}#_headerWrapperMain_74mcw_1 .staticMenu ul ul.subcat-list-ul{border-left:2px solid #eaeaea;padding-top:0!important;padding-bottom:0!important;margin-top:10px}}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .staticMenu .close-menu{text-align:right;padding:8px;position:absolute;right:0;background:var(--secondary-color);color:#333;z-index:2;top:0}#_headerWrapperMain_74mcw_1 .staticMenu .close-menu .close-icon{font-size:16px}#_headerWrapperMain_74mcw_1 .staticMenu .close-menu .close-icon:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='15' height='35' viewBox='0 0 22 28'%3E%3Cpath d='M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E")}}#_headerWrapperMain_74mcw_1 .responsive_active{transform:translate(1%)}#_headerWrapperMain_74mcw_1 .responsive_active.staticMenu{display:block;transition:.5s}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .responsive_active.staticMenu{height:100vh;overflow-y:auto}}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .resCatOpen{opacity:1!important;visibility:visible!important;width:220px!important;transform:none!important}#_headerWrapperMain_74mcw_1 .resCatOpen ul{width:100%!important;padding:20px!important}#_headerWrapperMain_74mcw_1 .resCatOpen ul li a{font-size:.75rem!important;line-height:1!important}}@media (max-width: 767.98px){#_headerWrapperMain_74mcw_1 .resCatOpen{opacity:1!important;visibility:visible!important;width:220px!important;transform:none!important}#_headerWrapperMain_74mcw_1 .resCatOpen ul{width:100%!important;padding:20px!important}#_headerWrapperMain_74mcw_1 .resCatOpen ul li a{font-size:.75rem!important;line-height:1!important}}@media (max-width: 1024.98px){#_headerWrapperMain_74mcw_1 .resLoginOpen .dropdown-account{opacity:1!important;visibility:visible!important;transform:translate(-67px,10px)!important}}._fixed_74mcw_25{transition:top .3s ease-out!important}@media (max-width: 1024.98px){._fixed_74mcw_25{box-shadow:1px 2px 5px #00000040}}._emailpopupwrap_1hkus_2{margin-bottom:20px;cursor:default}._emailpopupwrap_1hkus_2 #RequestQuote{max-width:900px!important}._emailpopupwrap_1hkus_2 #RequestQuote .mandatInfo{color:#000;font-weight:400}._emailpopupwrap_1hkus_2 #RequestQuote .mandatInfo .redMandat{color:red}._emailpopupwrap_1hkus_2 #RequestQuote p{font-size:16px}._emailpopupwrap_1hkus_2 #RequestQuote .col-50{width:50%;padding:0 15px}@media (max-width: 1024.98px){._emailpopupwrap_1hkus_2 #RequestQuote .col-50{width:100%}}._emailpopupwrap_1hkus_2 #RequestQuote .form-group.required label:before{content:"*";color:red}._emailpopupwrap_1hkus_2 #RequestQuote .form-control{background-color:#ecf0f1;border-radius:0%;border:none;padding:.375rem .75rem}._emailpopupwrap_1hkus_2 #RequestQuote label{font-size:var(--font-body-size);font-weight:var(--font-weight-medium);color:var(--txt-color);line-height:var(--font-body-lineheight);letter-spacing:.32px;margin:0 0 8px;padding:0;text-transform:capitalize;width:100%}._emailpopupwrap_1hkus_2 #RequestQuote .btn-wrap{display:flex;justify-content:center;gap:10px;margin-top:15px;margin-bottom:30px}@media (max-width: 575.98px){._emailpopupwrap_1hkus_2 #RequestQuote .btn-wrap{flex-wrap:wrap;gap:15px}}._emailpopupwrap_1hkus_2 #RequestQuote .btn-wrap button.btn{margin:0}@media (max-width: 767.98px){._emailpopupwrap_1hkus_2 #RequestQuote .btn-wrap button.btn{font-size:14px!important;font-weight:500!important;display:inline-block!important;width:30%!important}}@media (max-width: 575.98px){._emailpopupwrap_1hkus_2 #RequestQuote .btn-wrap button.btn{display:block!important;width:100%!important}}._emailpopupwrap_1hkus_2 #RequestQuote .modal-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:var(--main-color);position:relative;color:#fff;border-radius:0}._emailpopupwrap_1hkus_2 #RequestQuote .modal-header h5{margin-bottom:0}._emailpopupwrap_1hkus_2 #RequestQuote .modal-header .close{position:relative}._emailpopupwrap_1hkus_2 #RequestQuote .modal-header .close .icon-close{padding:0;right:35px;position:absolute;top:0}._emailpopupwrap_1hkus_2 #RequestQuote .modal-header .close .icon-close:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='15' height='20' viewBox='0 0 22 28'%3E%3Cpath d='M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");position:absolute}._emailpopupwrap_1hkus_2 #RequestQuote .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);outline:0;border-radius:0}._emailpopupwrap_1hkus_2 #RequestQuote .modal-content .modal-body .close{position:relative}._emailpopupwrap_1hkus_2 #RequestQuote .modal-content .modal-body .close .icon-close{padding:0;right:35px;position:absolute;top:0}._emailpopupwrap_1hkus_2 #RequestQuote .modal-content .modal-body .close .icon-close:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='15' height='20' viewBox='0 0 22 28'%3E%3Cpath d='M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");position:absolute;width:20px;background:#b7be11}._comparePopUp_2g70p_2 .modal-dialog{max-width:1300px;margin:1.75rem auto}._comparePopUp_2g70p_2 .modal-dialog .modal-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:var(--main-color);position:relative}._comparePopUp_2g70p_2 .modal-dialog .modal-header h5{color:#fff;font-size:16px;font-weight:700;width:100%;text-align:left;text-transform:capitalize}._comparePopUp_2g70p_2 .modal-dialog .modal-header h5 .compare-pop-up-title{display:flex;justify-content:space-between;align-items:center}._comparePopUp_2g70p_2 .modal-dialog .modal-header .icon-close:before{content:url(" data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='15' height='20' viewBox='0 0 22 28'%3E%3Cpath d='M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E")}._comparePopUp_2g70p_2 table{table-layout:fixed}._comparePopUp_2g70p_2 .cmpr-product-image img{max-width:100%}._comparePopUp_2g70p_2 .tr_Product_Name h4{font-size:1rem;font-weight:400}._comparePopUp_2g70p_2 .tr_Product_Desc .comparedesc.product-desc{line-height:1.4;vertical-align:top;padding-left:30px}._comparePopUp_2g70p_2 .tr_Product_EventTheme td{vertical-align:top}._comparePopUp_2g70p_2 .showOnDetailsPage{display:none}._comparePopUp_2g70p_2 .bottom-wishList .showOnDetailsPage{display:inline-block;color:#fff;margin-bottom:0}._comparePopUp_2g70p_2 .bottom-wishList .text{font-size:.875rem}._comparePopUp_2g70p_2 .mainTbody>tr>td:first-child{width:130px;font-weight:700}._comparePopUp_2g70p_2 .mainTbody .comapreWrap{position:relative}._comparePopUp_2g70p_2 .mainTbody .comapreWrap .closebutton{position:absolute;top:10px;right:15px}._comparePopUp_2g70p_2 .mainTbody .comapreWrap .product-rating{border:none}._comparePopUp_2g70p_2 .mainTbody .compareProdBtn .AddtoCart,._comparePopUp_2g70p_2 .mainTbody .compareProdBtn i{display:none}._comparePopUp_2g70p_2 .mainTbody .compareProdBtn .btn-primary{font-weight:700;letter-spacing:1.6px}._comparePopUp_2g70p_2 .mainTbody tr td.comapreWrap .compare-presentation .icon-close{cursor:pointer}._comparePopUp_2g70p_2 .mainTbody tr td.comapreWrap .compare-presentation .icon-close:before{font-weight:700;cursor:pointer;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25px' height='25px' viewBox='0 0 24 24' fill='%23000'%3E%3Crect width='28' height='28' fill='white'/%3E%3Cpath d='M7 17L16.8995 7.10051' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 7.00001L16.8995 16.8995' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}._comparePopUp_2g70p_2 .compare-pop-up-title{display:flex;align-items:center;justify-content:space-between}._comparePopUp_2g70p_2 .compare-pop-up-title .compare-print-button .icon-print,._comparePopUp_2g70p_2 .compare-pop-up-title .compare-clear-button .icon-close{display:none}._comparePopUp_2g70p_2 .compare-pop-up-title .compare-email-button .icon{display:flex;align-items:center}._comparePopUp_2g70p_2 .compare-pop-up-title .compare-email-button .icon .icons-img{display:none}._comparePopUp_2g70p_2 .compare-pop-up-title .compare-email-button .icon p{margin:0}._comparePopUp_2g70p_2 .compare-pop-up-title .compare-email-button .productHeading{text-align:left;text-transform:none;letter-spacing:normal}._comparePopUp_2g70p_2 tr.tr_Product_IndustryName,._comparePopUp_2g70p_2 tr.tr_Product_EventTheme,._comparePopUp_2g70p_2 tr.tr_Product_MaterialsName,._comparePopUp_2g70p_2 tr.tr_Carton_Height,._comparePopUp_2g70p_2 tr.tr_Carton_Length,._comparePopUp_2g70p_2 tr.tr_Carton_Weight,._comparePopUp_2g70p_2 tr.tr_Carton_Width,._comparePopUp_2g70p_2 tr.tr_Lead_Time,._comparePopUp_2g70p_2 tr.tr_Material,._comparePopUp_2g70p_2 tr.tr_Quantity,._comparePopUp_2g70p_2 tr.tr_Sizes,._comparePopUp_2g70p_2 tr.tr_Option_Charges,._comparePopUp_2g70p_2 tr.tr_Imprint,._comparePopUp_2g70p_2 tr.tr_Carton_Weight\(Lbs\){display:none}@media print{._comparePopUp_2g70p_2 tr.tr_Product_IndustryName,._comparePopUp_2g70p_2 tr.tr_Product_EventTheme,._comparePopUp_2g70p_2 tr.tr_Product_MaterialsName,._comparePopUp_2g70p_2 tr.tr_Carton_Height,._comparePopUp_2g70p_2 tr.tr_Carton_Length,._comparePopUp_2g70p_2 tr.tr_Carton_Weight,._comparePopUp_2g70p_2 tr.tr_Carton_Width,._comparePopUp_2g70p_2 tr.tr_Lead_Time,._comparePopUp_2g70p_2 tr.tr_Material,._comparePopUp_2g70p_2 tr.tr_Quantity,._comparePopUp_2g70p_2 tr.tr_Sizes,._comparePopUp_2g70p_2 tr.tr_Option_Charges,._comparePopUp_2g70p_2 tr.tr_Imprint,._comparePopUp_2g70p_2 tr.tr_Carton_Weight\(Lbs\){display:none}}._comparePopUp_2g70p_2 #CompareProd .tr_Product_Name .comapreWrap .prodCode{color:var(--main-color)}._comparePopUp_2g70p_2 #CompareProd .tr_Product_Name .comapreWrap h4 a{font-size:.8125rem!important}@media print{._comparePopUp_2g70p_2 #CompareProd{width:300px}._comparePopUp_2g70p_2 #CompareProd>tbody>tr{width:100%}}#newsLetterPop{max-width:730px;border-radius:10px}#newsLetterPop .dialog-header.success{display:block;position:absolute;background:transparent;right:10px;top:10px;z-index:1;padding:0}#newsLetterPop .dialog-header.success .icon-close:before{color:#777;font-weight:400;font-size:10px}.NewsletterForm{max-width:730px;margin:0 auto;overflow:hidden}.NewsletterForm .col-md-5{padding:0}.NewsletterForm .col-md-5 img{height:100%}@media (max-width: 1024.98px){.NewsletterForm .col-md-5 img{width:100%;height:auto;object-fit:cover}}@media (max-width: 767.98px){.NewsletterForm .col-md-5 img{width:100%;height:250px;object-fit:cover;object-position:center center}}.NewsletterForm .newsletter-form{background-color:#fff;border-radius:10px;width:100%;text-align:left;margin:auto}.NewsletterForm .newsletter-form .title{font-size:1.375rem;font-weight:600;color:var(--header-text);line-height:33px}@media (max-width: 767.98px){.NewsletterForm .newsletter-form .title{font-size:1.125rem}}.NewsletterForm .newsletter-form .subTitle{font-size:1rem;font-weight:500;color:var(--header-text);line-height:24px;margin-bottom:5px}@media (max-width: 767.98px){.NewsletterForm .newsletter-form .subTitle{font-size:.875rem}}.NewsletterForm .newsletter-form .subMode{display:flex;align-items:center;justify-content:space-between;list-style-type:none}.NewsletterForm .newsletter-form .subMode li{color:var(--main-color);font-size:1rem;font-weight:500;line-height:24px}.NewsletterForm .newsletter-form .subMode li:before{content:"";display:inline-block;width:5px;height:5px;background-color:var(--main-color);border-radius:50%;position:relative;top:-5px;margin-right:5px}@media (max-width: 767.98px){.NewsletterForm .newsletter-form .subMode li{font-size:.875rem}}.NewsletterForm form{margin-top:20px}.NewsletterForm form .input-group{margin-bottom:15px;flex:1}.NewsletterForm form .input-group .form-group{width:100%;margin-bottom:5px}.NewsletterForm form .input-group label{display:block;font-size:.75rem;font-weight:400;line-height:18px;color:#747474;margin-bottom:0}.NewsletterForm form .input-row{display:flex;flex-wrap:wrap;column-gap:15px}.NewsletterForm form .newsletter-input{width:100%;border:none;border-bottom:1px solid #cccccc;font-size:14px;color:#333;transition:all .3s;margin-bottom:0!important;padding:0;height:100%}.NewsletterForm form .newsletter-input:focus{border-bottom:1px solid var(--main-color);transition:all .3s;transform-origin:left}.NewsletterForm form .newsletter-submit{background-color:var(--main-color);color:#fff;border:none;border-radius:20px;padding:10px 20px;font-size:16px;cursor:pointer;transition:background-color .3s;width:100%}.NewsletterForm form .newsletter-submit:hover{background-color:#0056b3}.react-draggable,.hidden{display:none}#marquee{padding:0;width:100%}#marquee .container{overflow:hidden;width:100%;max-width:100%}#marquee .pic-container{display:flex;animation:marquee 10s infinite linear}#marquee .pic-container .pic{flex-basis:20%;flex-shrink:0}#marquee img{width:100%;object-fit:cover}@media (max-width: 1024px){#marquee .pic-container .pic{flex-basis:25%}}@media (max-width: 768px){#marquee .pic-container .pic{flex-basis:33.33%}}@media (max-width: 1024px){@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-125%)}}}@media (max-width: 768px){@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-186.65%)}}}@media (max-width: 1024px){@-moz-keyframes marquee{0%{transform:translate(0)}to{transform:translate(-125%)}}@-webkit-keyframes marquee{0%{transform:translate(0)}to{transform:translate(-125%)}}@-o-keyframes marquee{0%{transform:translate(0)}to{transform:translate(-125%)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-125%)}}}@media (max-width: 768px){@-moz-keyframes marquee{0%{transform:translate(0)}to{transform:translate(-186.65%)}}@-webkit-keyframes marquee{0%{transform:translate(0)}to{transform:translate(-186.65%)}}@-o-keyframes marquee{0%{transform:translate(0)}to{transform:translate(-186.65%)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-186.65%)}}}@-moz-keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@-webkit-keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@-o-keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@media print{#_footer_wrapper_4k5go_1{display:none}}@media (max-width: 767.98px){#_footer_wrapper_4k5go_1 .footerOuterWrap{gap:15px 0}}#_footer_wrapper_4k5go_1 .error-text{margin-top:15px;padding-left:25px}#_footer_wrapper_4k5go_1 .footer_content_top{padding:25px 0 40px;background-color:var(--footer1)}@media (max-width: 1024.98px){#_footer_wrapper_4k5go_1 .footer_content_top .footer_section{flex:0 0 100%;max-width:100%}}#_footer_wrapper_4k5go_1 .footer_content_top .footer_section .footer_section_header .heading{font-size:1.6875rem;font-weight:500;line-height:1.5rem;margin-bottom:10px;color:var(--clr-white)}#_footer_wrapper_4k5go_1 .footer_content_top .footer_section .footer_section_item{font-size:.75rem;font-weight:400;line-height:1.125rem;color:var(--header-text)}#_footer_wrapper_4k5go_1 .footer_content_top .footer_section .footer_section_item ul li{line-height:1}#_footer_wrapper_4k5go_1 .footer_content_top .footer_section .footer_section_item ul li a,#_footer_wrapper_4k5go_1 .footer_content_top .footer_section .footer_section_item ul li .bloompromotext{font-size:1rem;font-weight:400;color:var(--clr-footertext);line-height:25px}#_footer_wrapper_4k5go_1 .footer_content_top .footer_section .footer_section_item ul li:hover a{color:var(--clr_2)}#_footer_wrapper_4k5go_1 .footer_content_top .footer_section .footer_section_item .allsocial-link{display:flex}#_footer_wrapper_4k5go_1 .footer_content_top .footer_section .footer_section_item .allsocial-link .social_item{margin-right:15px}#_footer_wrapper_4k5go_1 .footer_content_top .footer_section .footer_section_item .email{line-height:4;align-items:center;display:flex}#_footer_wrapper_4k5go_1 .footer_content_top .footer_section .footer_section_item .location svg{margin-top:8px}@media (max-width: 1024.98px){#_footer_wrapper_4k5go_1 .rightFooterUpperWrap{flex-wrap:wrap}}@media (max-width: 767.98px){#_footer_wrapper_4k5go_1 .rightFooterUpperWrap{text-align:center}}@media (max-width: 1024.98px){#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footerNewslletter{width:100%;margin-top:15px;margin-bottom:15px}}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footerNewslletter .heading{font-size:1.6875rem;font-weight:500;line-height:1.5rem;margin-bottom:10px;display:inline-block;color:#fff;border-radius:50px;cursor:pointer}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footerNewslletter .subscribe-text{font-size:16px;font-weight:400;color:var(--clr-footertext);line-height:18px}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footerNewslletter .newsletter_form{margin-top:20px;position:relative;width:100%;max-width:auto}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footerNewslletter .newsletter_form input{border-radius:50px;border:1px solid #ccc;height:50px;width:100%;padding-left:20px;font-size:16px;padding-right:50px;background-color:transparent}@media (max-width: 1024.98px){#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footerNewslletter .newsletter_form input{width:100%}}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footerNewslletter .newsletter_form button{color:var(--clr_2);height:40px;width:40px;font-size:0px;border-radius:50%;position:absolute;right:5px;top:0;margin:auto;bottom:0;display:grid;place-items:center;line-height:1.3}@media (max-width: 1024.98px){#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footerNewslletter .newsletter_form button{right:10px;transform:translate(0)}}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footerNewslletter .newsletter_form button:after{content:none}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footerNewslletter .newsletter_form button:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cpath d='M0.500023 15.2499V0.75L17.7114 7.99995L0.500023 15.2499ZM2 12.9999L13.85 7.99995L2 2.99995V6.69227L7.42302 7.99995L2 9.30762V12.9999Z' fill='%23B7BE11'/%3E%3C/svg%3E%0A");font-family:athena_promo_new;font-size:1.125rem;position:absolute;top:10px;transform:rotate(0)}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footer_section_item{width:50%;display:flex;flex-direction:column}@media (max-width: 1024.98px){#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footer_section_item{width:100%}}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footer_section_item .logoWrapper a{display:block;width:inherit}@media (max-width: 767.98px){#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footer_section_item .logoWrapper a{width:65%;margin:0 auto}}@media (max-width: 575.98px){#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footer_section_item .logoWrapper a{width:100%}}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footer_section_item .logoWrapper a img{width:100%;height:100%}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list{display:flex;margin-top:20px}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item{margin-right:10px}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link{width:30px;height:30px;display:inline-block;border-radius:50%;background-color:var(--main-color);text-align:center;vertical-align:middle;line-height:30px;transition:all .3s}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link span{line-height:30px;font-family:athena_promo_new!important}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link span:before{color:var(--clr-white)}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link span.icon-twitter:before{content:""}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link span.icon-facebook:before{content:""}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link span.icon-insta:before{content:""}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link span.icon-linkdin:before{content:""}#_footer_wrapper_4k5go_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link:hover{transform:rotate(360deg)}#_footer_wrapper_4k5go_1 .rightFooterLowerWrap{display:flex;margin-top:40px;gap:15px 45px;width:100%;flex-wrap:wrap}@media (max-width: 767.98px){#_footer_wrapper_4k5go_1 .rightFooterLowerWrap{justify-content:center;width:100%;gap:10px;margin-top:15px}#_footer_wrapper_4k5go_1 .rightFooterLowerWrap img{width:60px;height:auto}}#_footer_wrapper_4k5go_1 .copyrightWrap{text-align:center;background-color:var(--footer2);color:var(--clr-white);padding:20px;font-size:.875rem;line-height:1.3125rem}#_footer_wrapper_4k5go_1 .copyrightWrap .copyrightMainDiv{display:flex;justify-content:space-between;align-items:center}@media (max-width: 767.98px){#_footer_wrapper_4k5go_1 .copyrightWrap .copyrightMainDiv{flex-wrap:wrap;justify-content:center}#_footer_wrapper_4k5go_1 .copyrightWrap .copyrightMainDiv .footer-logo{width:100px;height:auto}}#_footer_wrapper_4k5go_1 .copyrightWrap .copyrightMainDiv span:first-child{font-size:13px;font-weight:400}#_footer_wrapper_4k5go_1 .copyrightWrap .copyrightMainDiv span:nth-child(2){font-size:13px}#_footer_wrapper_4k5go_1 .copyrightWrap .copyrightMainDiv span.asisec{font-size:16px;font-weight:400}#_footer_wrapper_4k5go_1 .copyrightWrap .copyrightMainDiv .imgDiv img{width:145px;height:auto;margin-top:-4px}#_footer_wrapper_4k5go_1 .copyrightWrap .footer-logo-top{display:flex;align-items:center}#_footer_wrapper_4k5go_1 .copyrightWrap .footer-logo-top p{color:#fff;margin-bottom:0;font-size:.875rem;line-height:1.3125rem;margin-top:5px}@media (max-width: 767.98px){#_footer_wrapper_4k5go_1 .copyrightWrap .footer-logo-top .footer-logo img{width:100px;height:auto}}#_footer_wrapper_4k5go_1 #GallaryMain{padding:0}#_GallaryMain_4k5go_1{padding:0!important}#_GallaryMain_4k5go_1 .Gallary{padding-bottom:0!important;padding-top:0!important}#_GallaryMain_4k5go_1 .Gallary .container-fluid{padding:0!important;max-width:100%}#_GallaryMain_4k5go_1 .list-title{margin-bottom:30px}#_GallaryMain_4k5go_1 .list-title h3{color:var(--main-color);font-size:2rem;font-weight:400;text-align:left;width:100%;text-transform:uppercase;line-height:1;margin-bottom:0}@media (max-width: 1024.98px){#_GallaryMain_4k5go_1 .list-title h3{font-size:1.375rem}}#_GallaryMain_4k5go_1 .list-title a{font-size:.9375rem;color:#444;text-transform:capitalize;font-weight:500;transition:.3s;transform:scale(1);letter-spacing:0em}#_GallaryMain_4k5go_1 .list-title a:hover{color:var(--main-color);transition:.3s;transform:scale(1.1)}#_GallaryMain_4k5go_1 .GallaryView{max-width:100%}#_GallaryMain_4k5go_1 .GallaryView>.row{display:flex;align-items:center;justify-content:space-between;gap:15px}#_GallaryMain_4k5go_1 .GallaryView>.row a{flex:0 0 24%}@media (max-width: 1024.98px){#_GallaryMain_4k5go_1 .GallaryView>.row a{flex:0 0 45%;border-bottom:1px solid #ccc}}#_GallaryMain_4k5go_1 .GallaryView>.row a .category-image{margin-bottom:10px;position:relative}#_GallaryMain_4k5go_1 .GallaryView>.row a .category-image img{width:100%;height:100%}@media (max-width: 1024.98px){#_GallaryMain_4k5go_1 .GallaryView>.row a .category-image img{height:100%}}#_GallaryMain_4k5go_1 .GallaryView>.row a .category-image:hover:before{background:#c5c6c7a3;z-index:1;position:absolute;left:0;top:0;width:100%;height:100%;content:""}@media (max-width: 575.98px){#_GallaryMain_4k5go_1 .GallaryView>.row a .category-name{min-height:75px}}#_GallaryMain_4k5go_1 .GallaryView>.row a .category-name h3{font-size:1rem;font-weight:500;line-height:24px;color:#444;margin-bottom:0}@media (max-width: 575.98px){#_GallaryMain_4k5go_1 .GallaryView>.row a .category-name h3{font-size:.875rem}}#_GallaryMain_4k5go_1 .GallaryView>.row a .category-name p{font-size:.875rem;font-weight:400;line-height:21px;color:#777}@media (max-width: 575.98px){#_GallaryMain_4k5go_1 .GallaryView>.row a .category-name p{font-size:.75rem}}@media (max-width: 1024.98px){#_GallaryMain_4k5go_1 .GallaryView .swiper .swiper-wrapper .swiper-slide{width:100%;height:100%}}#_GallaryMain_4k5go_1 .GallaryView .swiper .swiper-wrapper .swiper-slide .category .category-image{box-shadow:0 3px 16px #00000014;background:#fff;border-radius:50%;padding:15px}#_GallaryMain_4k5go_1 .GallaryView .swiper .swiper-wrapper .swiper-slide .category .category-image img{height:100%;width:100%;padding:15px}#_GallaryMain_4k5go_1 .GallaryView .swiper .swiper-wrapper .swiper-slide .category-name h3{font-size:16px;font-weight:400;color:#444;padding-top:10px;text-align:center}#_GallaryMain_4k5go_1 .GallaryView .swiper .swiper-button-prev,#_GallaryMain_4k5go_1 .GallaryView .swiper .swiper-button-next{right:0;position:absolute;top:32%;z-index:99;border:1px solid #BCBCBC;color:var(--clr_1);border-radius:50%;font-size:18px!important;height:30px;width:30px;line-height:30px;text-align:center;box-shadow:3px 3px 6px #b7b7b7;background-color:var(--secondary-color);opacity:1}#_GallaryMain_4k5go_1 .GallaryView .swiper .swiper-button-prev{left:0!important}._common_1th3j_2 .currencySymbol:before{content:"$"}._common_1th3j_2 .container-fluid,._common_1th3j_2 .customized_container{width:100%;position:relative;max-width:1370px;margin:0 auto}@media (max-width: 1439.98px){._common_1th3j_2 .container-fluid,._common_1th3j_2 .customized_container{padding:0 40px!important}}@media (max-width: 1279.98px){._common_1th3j_2 .container-fluid,._common_1th3j_2 .customized_container{padding:0 20px!important}}@media (max-width: 767.98px){._common_1th3j_2 .container-fluid,._common_1th3j_2 .customized_container{padding:0 20px!important}}@media (max-width: 575.98px){._common_1th3j_2 .container-fluid,._common_1th3j_2 .customized_container{padding:0 15px!important}}._common_1th3j_2 li{font-size:16px;line-height:1.5;color:#212529}._common_1th3j_2 .mt-0{margin-top:0!important}._common_1th3j_2 .d-none{display:none}._common_1th3j_2 form.one-border input,._common_1th3j_2 form.one-border select,._common_1th3j_2 .form-control.one-border{border:none;border-bottom:1px solid #c7c7c7!important;border-radius:0!important;padding-left:0}._common_1th3j_2 .section_padding_top{padding-top:30px}._common_1th3j_2 .section_padding_bottom{padding-bottom:30px}._common_1th3j_2 .sec_pd_sm{padding:30px 0}._common_1th3j_2 .list-title{display:flex;align-items:center;justify-content:space-between;min-height:100%;width:100%}._common_1th3j_2 .list-title a{cursor:pointer;padding:0;text-transform:uppercase;letter-spacing:.4px;font-size:.85714rem;color:#1b75ad;vertical-align:top;font-weight:900}@media (max-width: 767.98px){._common_1th3j_2 .list-title a{font-size:.8rem}}._common_1th3j_2 .bg-grey{background:#f0f3f5!important}._common_1th3j_2 .bg-grey-light{background:#fafafa!important}._common_1th3j_2 .text-center{text-align:center}._common_1th3j_2 .text-white{color:var(--clr-white)!important}._common_1th3j_2 .theme-button{color:var(--clr-white);padding:10px 20px;transition:.3s;font-size:.875rem;font-weight:600;letter-spacing:1.6px;position:relative;overflow:hidden;background:transparent;border:0;margin-top:10px;border-radius:20px;text-transform:uppercase;display:inline-flex;box-shadow:none;z-index:9}._common_1th3j_2 .theme-button:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;transition:transform .2s ease-in}._common_1th3j_2 .theme-button-2{z-index:9;color:var(--clr-white);transition:.3s;font-size:.875rem;font-weight:600;letter-spacing:1.6px;position:relative;overflow:hidden;background:transparent;border:0;margin-top:10px;text-transform:uppercase;display:inline-flex;box-shadow:none;border-color:transparent;padding:8px 20px;border-radius:20px}._common_1th3j_2 .theme-button-2:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;transition:transform .2s ease-in}._common_1th3j_2 .fw-normal{font-weight:400!important}._common_1th3j_2 .pt-0{padding-top:0!important}._common_1th3j_2 .badge{background-color:#1ab1b8;color:var(--clr-white);padding:2px 4px;margin:0 5px}._common_1th3j_2 .badge-top{margin:0 -5px}._common_1th3j_2 .col-20{width:20%;padding:0 15px}._common_1th3j_2 .col-33{width:33.33%;padding:0 15px}._common_1th3j_2 .col-25{width:25%;padding:0 15px}._common_1th3j_2 .col-40{width:40%;padding:0 15px}._common_1th3j_2 .col-50{width:50%;padding:0 15px}._common_1th3j_2 .col-60{width:60%;padding:0 15px}._common_1th3j_2 .col-75{width:75%;padding:0 15px}._common_1th3j_2 .col-80{width:80%;padding:0 15px}._common_1th3j_2 .col-100{width:100%;padding:0 15px}._common_1th3j_2 .mr-1{margin-right:1rem}._common_1th3j_2 .content-center{display:flex;align-items:center;justify-content:center;min-height:100%}._common_1th3j_2 .text-4{font-size:16px;color:#212529}._common_1th3j_2 .mb-10{margin-bottom:10px}._common_1th3j_2 .badge-round{margin-left:5px;font-size:1.14286rem;letter-spacing:-.04px;width:24px;height:24px;display:inline-block;background-color:#333;color:#fff;line-height:24px;text-align:center;border-radius:12px}._common_1th3j_2 .red{color:red}._common_1th3j_2 .background-close{position:fixed;height:100%;width:100%;top:96px;left:0;z-index:-1}._common_1th3j_2 .background-close.position-absolute{top:0;z-index:9;opacity:.25}._common_1th3j_2 .pl{padding-left:rem}._common_1th3j_2 .detail-content{font-size:16px}._common_1th3j_2 .detail-content ul{margin-top:20px}._common_1th3j_2 .page-header{font-size:1.71429rem;color:#333;text-align:left;margin:10px 0}._common_1th3j_2 .modal-xl .page-heading{font-size:1.5rem;padding-bottom:4px;margin-bottom:15px}._common_1th3j_2 .modal-xl .prodCode h5{font-size:1rem}._common_1th3j_2 .modal-xl .product-pricing .title h2{font-size:1.2rem;font-weight:600;margin-bottom:5px}._common_1th3j_2 .modal-xl table tr th,._common_1th3j_2 .modal-xl table tr td{font-size:1rem}._common_1th3j_2 .modal-xl .view-prod-btn{margin:16px 0}._common_1th3j_2 .modal-xl .view-prod-btn a{font-size:1rem;font-weight:700}._common_1th3j_2 .modal-xl .product-description h4{font-size:1.2rem}._common_1th3j_2 .modal-xl .detail-content{font-size:16px;font-weight:300;line-height:1.3}._common_1th3j_2 input[type=checkbox]{vertical-align:sub;margin-right:6px}._common_1th3j_2 .noProducts{text-transform:uppercase;font-size:2vw;font-weight:700;color:#00000057;min-height:50px;display:flex;align-items:center;justify-content:center}@media (max-width: 1024.98px){._common_1th3j_2 .noProducts{font-size:1rem}}._common_1th3j_2 button:disabled{cursor:auto}._common_1th3j_2 .heading-simple{font-size:20px;margin-bottom:20px}._common_1th3j_2 a.theme-button:hover{color:var(--clr-white)}._common_1th3j_2 .btnSubmit .icon-search{position:relative;top:4px}._common_1th3j_2 .swiper-slide .product-card{height:100%}._common_1th3j_2 .go2top{display:none!important}._common_1th3j_2 .backDrop{inset:0;cursor:pointer;z-index:30;height:100%!important;width:100%;background-color:#232323cc;position:fixed}._common_1th3j_2 .background-overlay{position:fixed;inset:0;cursor:pointer;z-index:30;height:100%!important;width:100%;background-color:#232323cc}._common_1th3j_2 .stickyCenterMenu_wrapper,._common_1th3j_2 .popup_inner{width:100%;height:100%}._common_1th3j_2 .overlay_disable{visibility:hidden!important;opacity:0!important}._common_1th3j_2 .thumb,._common_1th3j_2 .thumb::-webkit-slider-thumb{-webkit-appearance:none;-webkit-tap-highlight-color:transparent}._common_1th3j_2 .thumb{pointer-events:none;position:absolute;height:0;width:100%;outline:none}._common_1th3j_2 .thumb--zindex-3{z-index:3}._common_1th3j_2 .thumb--zindex-4{z-index:4}._common_1th3j_2 .thumb--zindex-5{z-index:5}._common_1th3j_2 .thumb::-webkit-slider-thumb{background-color:#b7be11;border:3px solid #B7BE11;border-radius:50%;box-shadow:none;cursor:pointer;height:18px;width:18px;margin-top:4px;pointer-events:all;position:relative}._common_1th3j_2 .thumb::-moz-range-thumb{background-color:#b7be11;border:3px solid #B7BE11;border-radius:50%;box-shadow:none;cursor:pointer;height:18px;width:18px;margin-top:4px;pointer-events:all;position:relative}._common_1th3j_2 .input-group.rememberMe,._common_1th3j_2 .input-group.rememberMe label{display:flex}._common_1th3j_2 .input-group.rememberMe label input[type=checkbox]{margin-right:5px;accent-color:var(--txt-color)}._common_1th3j_2 .input-group .forgotBtn{cursor:pointer;line-height:22px;color:var(--txt-color)}._common_1th3j_2 .modal .modal-dialog .modal-content{border-radius:0}._common_1th3j_2 .modal .modal-dialog .modal-content .modal-header{background:var(--clr-black);border-radius:0;padding:8px}._common_1th3j_2 .modal .modal-dialog .modal-content .modal-header .close{color:var(--clr-white);text-shadow:none}._common_1th3j_2 .modal .modal-dialog .modal-content .modal-header .close:focus,._common_1th3j_2 .modal .modal-dialog .modal-content .modal-header .close.active{box-shadow:none;outline:none}._common_1th3j_2 .modal .modal-dialog .modal-content .modal-body{font-weight:400;color:var(--txt-color)}._common_1th3j_2 .modal .modal-dialog.success.notification .modal-header,._common_1th3j_2 .modal .modal-dialog.success.notification .modal-footer{display:none}._common_1th3j_2 .animsition-loading,._common_1th3j_2 .custom-animsition-loading{background-color:var(--clr-white);z-index:10104!important;width:100%;height:100%;position:fixed;inset:0}._common_1th3j_2 .animsition-loading .loader,._common_1th3j_2 .custom-animsition-loading .loader{position:absolute;top:50%;left:50%;margin-top:-16px;margin-left:-16px;border-radius:50%;z-index:100}._common_1th3j_2 .animsition-loading .loader .line-scale>div,._common_1th3j_2 .custom-animsition-loading .loader .line-scale>div{width:4px;height:35px;border-radius:2px;margin:2px;display:inline-block;background:var(--clr-black);animation-fill-mode:both;animation-name:line-scale;animation-timing-function:cubic-bezier(.2,.68,.18,1.08);animation-iteration-count:infinite;animation-duration:1s}._common_1th3j_2 .animsition-loading .loader .line-scale>div:nth-child(1),._common_1th3j_2 .custom-animsition-loading .loader .line-scale>div:nth-child(1){animation-delay:-.4s}._common_1th3j_2 .animsition-loading .loader .line-scale>div:nth-child(2),._common_1th3j_2 .custom-animsition-loading .loader .line-scale>div:nth-child(2){animation-delay:-.3s}._common_1th3j_2 .animsition-loading .loader .line-scale>div:nth-child(3),._common_1th3j_2 .custom-animsition-loading .loader .line-scale>div:nth-child(3){animation-delay:-.2s}._common_1th3j_2 .animsition-loading .loader .line-scale>div:nth-child(4),._common_1th3j_2 .custom-animsition-loading .loader .line-scale>div:nth-child(4){animation-delay:-.1s}._common_1th3j_2 .animsition-loading .loader .line-scale>div:nth-child(5),._common_1th3j_2 .custom-animsition-loading .loader .line-scale>div:nth-child(5){animation-delay:0s}@keyframes _line-scale_1th3j_504{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}._common_1th3j_2 .table-bordered td.tdState{display:flex;border:none}._common_1th3j_2 td.tdState.weightShip{justify-content:space-around}._common_1th3j_2 .hideWallet .walletPay,._common_1th3j_2 .hideCOD .cod{display:none!important}._common_1th3j_2 .pagination{justify-content:center;gap:10px;margin-top:35px;flex-wrap:wrap;display:flex}._common_1th3j_2 .pagination .page-link{color:var(--txt-color);position:relative;margin-left:-1px;line-height:inherit;background-color:#fff;border:1px solid #dee2e6;font-size:15px;font-weight:400;cursor:pointer;border-radius:50%!important;width:35px;height:35px;display:flex;align-items:center;justify-content:center}._common_1th3j_2 .pagination .page-link.active{background-color:var(--main-color);border-color:var(--main-color);color:var(--clr-white)}._common_1th3j_2 .pagination .page-link:not(:disabled):not(.disabled){cursor:pointer}._common_1th3j_2 .pagination .page-link:hover{z-index:2;text-decoration:none;background-color:var(--main-color);border-color:var(--main-color);color:var(--clr-white)}._common_1th3j_2 .pagination .page-link.page-next,._common_1th3j_2 .pagination .page-link.page-last,._common_1th3j_2 .pagination .page-link.page-first,._common_1th3j_2 .pagination .page-link.page-prev{padding:.5rem .75rem!important;width:unset!important;height:unset!important;border-radius:20px!important}._common_1th3j_2 input[type=date],._common_1th3j_2 input[type=text],._common_1th3j_2 .form-control{border-width:0 0 1px 0;border-radius:0;padding-left:0}._common_1th3j_2 input[type=date]:hover,._common_1th3j_2 input[type=date]:focus,._common_1th3j_2 input[type=date].active,._common_1th3j_2 input[type=text]:hover,._common_1th3j_2 input[type=text]:focus,._common_1th3j_2 input[type=text].active,._common_1th3j_2 .form-control:hover,._common_1th3j_2 .form-control:focus,._common_1th3j_2 .form-control.active{outline:none;box-shadow:none;background:var(--clr-white);border-width:0 0 1px 0;border-style:solid;border-color:#ced4da;border-radius:0!important}._common_1th3j_2 input[type=date]:disabled,._common_1th3j_2 input[type=text]:disabled,._common_1th3j_2 .form-control:disabled{background-color:#e3dfdf}._common_1th3j_2 input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer}._common_1th3j_2 input::-webkit-outer-spin-button,._common_1th3j_2 input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._common_1th3j_2 input[type=number]{appearance:textfield}._common_1th3j_2 label{font-size:var(--font-body-size);font-weight:var(--font-weight-medium);color:var(--txt-color);line-height:var(--font-body-lineheight);letter-spacing:.32px;margin:0 0 8px;padding:0;text-transform:capitalize;width:100%}._common_1th3j_2 .page-heading{margin:0 0 25px;color:var(--txt-color);font-size:1.4375rem;text-transform:capitalize;font-weight:var(--font-weight-bold);line-height:2rem;letter-spacing:.06px;padding-bottom:10px;text-align:left;border-bottom:2px solid #333}._common_1th3j_2 .pageSubHeading{margin-bottom:0;color:var(--txt-color);font-size:1.5rem;text-transform:capitalize;font-weight:var(--font-weight-bold);line-height:2rem;letter-spacing:.06px;text-align:left}._common_1th3j_2 .form-group.required label:after{content:"*";color:red}._common_1th3j_2 .form-group.required .paymentOptions label:after{content:""}._common_1th3j_2 .btn-primary{position:relative;overflow:hidden;background:transparent;border:0;margin-top:10px;box-shadow:none;align-items:center;font-size:1rem;text-transform:uppercase;letter-spacing:normal;color:#fff;padding:8px 20px;border-radius:20px;text-align:center;display:inline-block;transition:all .8s ease-in;font-weight:700;outline:none;text-shadow:none!important;border-color:transparent;background-color:var(--secondary-color)}._common_1th3j_2 .btn-primary:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;transition:transform .2s ease-in}._common_1th3j_2 .btn-primary:focus{box-shadow:none!important}._common_1th3j_2 .btn-primary:hover{background-color:var(--secondary-color);color:#fff}._common_1th3j_2 .btn-primary i{vertical-align:text-top;margin-right:5px}._common_1th3j_2 .btn-primary+.btn{margin-left:15px}._common_1th3j_2 .btn-outline-primary{color:var(--clr-white);padding:10px 20px;transition:.3s;font-size:.875rem;font-weight:600;letter-spacing:1.6px;position:relative;overflow:hidden;background:transparent;border:0;margin-top:10px;border-radius:20px;text-transform:uppercase;display:inline-flex;box-shadow:none}._common_1th3j_2 .btn-outline-primary:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;transition:transform .2s ease-in}._common_1th3j_2 .error-text{color:#dd0a32!important;text-transform:uppercase;font-size:11px!important;font-weight:500!important;margin-top:5px}._common_1th3j_2 .text-danger{color:#cf2536!important;display:inline-block}._common_1th3j_2 .text-danger[role=alert]{margin-top:5px}._common_1th3j_2 .starColor{color:red}._common_1th3j_2 .swiper .swiper-slide-active,._common_1th3j_2 .swiper .swiper-slide-next{cursor:pointer}@media (max-width: 575.98px){._common_1th3j_2 .swiper .swiper-slide-active,._common_1th3j_2 .swiper .swiper-slide-next{opacity:1;cursor:pointer}}._common_1th3j_2 .swiper .swiper-button-prev,._common_1th3j_2 .swiper .swiper-button-next{height:35px;width:35px;border-radius:50%;background:#fff;color:var(--txt-color);margin-top:0!important;transform:translateY(-50%);cursor:pointer;box-shadow:none}._common_1th3j_2 .swiper .swiper-button-prev:hover,._common_1th3j_2 .swiper .swiper-button-next:hover{background:#ccc;border:1px solid #ccc}._common_1th3j_2 .swiper .swiper-button-prev:after,._common_1th3j_2 .swiper .swiper-button-next:after{font-size:20px}._common_1th3j_2 .loadingData{position:relative;min-height:200px}._common_1th3j_2 .loadingData.absolute{position:absolute;width:100%;height:100%;left:0;top:0;z-index:99}._common_1th3j_2 .loadingData .custom-animsition-loading{position:absolute}._common_1th3j_2 .tabButtons{margin-bottom:15px;max-width:450px;display:flex;justify-content:space-between;gap:30px}._common_1th3j_2 .tabButtons .togglebtn{flex:1;padding:10px;text-align:center;cursor:pointer;font-size:15px}._common_1th3j_2 .tabButtons .togglebtn.active{background:#009739;color:#fff;border-radius:5px}._common_1th3j_2 #login .title-main-wrapper{max-width:450px;margin-top:15px}._common_1th3j_2 #login .title-main-wrapper span{text-transform:lowercase}._common_1th3j_2 .iconList{padding:35px 0;display:flex;gap:30px;flex-wrap:wrap}._common_1th3j_2 .iconList .icons{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}._common_1th3j_2 .iconList .icons span{font-size:36px}._common_1th3j_2 .wishlistPageWrapper .noProducts{padding:0 0 30px}._common_1th3j_2 #paymentResponseContent{display:none}._common_1th3j_2 .staticContent{margin-bottom:20px;color:#444;font-family:Lexend,sans-serif!important}._common_1th3j_2 .staticContent span{line-height:1.4}._common_1th3j_2 .staticContent .terms-condition h3{font-size:.9375rem!important;letter-spacing:0;font-weight:700;line-height:1.3125rem}._common_1th3j_2 .staticContent .terms-condition{padding:0 200px 50px;width:100%}@media (max-width: 1024.98px){._common_1th3j_2 .staticContent .terms-condition{padding:0}}._common_1th3j_2 .staticContent .terms-condition h3{font-size:20px!important;letter-spacing:0;font-weight:700;line-height:1.3125rem;margin-bottom:1rem}._common_1th3j_2 .staticContent .terms-condition p{margin:0 0 30px;padding:0;color:#444;font-size:20px!important;line-height:1.5;font-family:Lexend,sans-serif!important;font-optical-sizing:auto;font-weight:200!important;font-style:normal;text-align:justify}@media (max-width: 1024.98px){._common_1th3j_2 .staticContent .terms-condition p{font-size:16px}}._common_1th3j_2 .staticContent .terms-condition ul{padding:0;margin:0;list-style:none;font-family:Lexend,sans-serif!important;font-optical-sizing:auto;font-weight:200!important;color:#444;font-style:normal;font-size:20px}._common_1th3j_2 .staticContent .terms-condition ul li{font-size:20px;font-family:Lexend,sans-serif!important;font-optical-sizing:auto;font-weight:200!important;font-style:normal}._common_1th3j_2 .staticContent .terms-condition .entry-header{text-align:center}._common_1th3j_2 .staticContent .terms-condition .entry-header .entry-title{font-size:48px;font-weight:200}@media (max-width: 1024.98px){._common_1th3j_2 .staticContent .terms-condition .entry-header .entry-title{font-size:25px}}._common_1th3j_2 .staticContent .terms-condition .entry-header .entry-title:after{border-bottom:1px solid #000;content:"";display:block;margin:0 auto 40px;padding-bottom:30px;width:65%}._common_1th3j_2 .staticContent .faq-section{padding:0 200px 50px;width:100%}@media (max-width: 1024.98px){._common_1th3j_2 .staticContent .faq-section{padding:10px}}._common_1th3j_2 .staticContent .faq-section .entry-header{text-align:center}._common_1th3j_2 .staticContent .faq-section .entry-header .entry-title{font-size:48px;font-weight:200}@media (max-width: 1024.98px){._common_1th3j_2 .staticContent .faq-section .entry-header .entry-title{font-size:25px}}._common_1th3j_2 .staticContent .faq-section .entry-header .entry-title:after{border-bottom:1px solid #000;content:"";display:block;margin:0 auto 40px;padding-bottom:30px;width:15%}@media (max-width: 1024.98px){._common_1th3j_2 .staticContent .faq-section .entry-header .entry-title:after{width:35%}}._common_1th3j_2 .staticContent .faq-section h5{font-size:20px!important;letter-spacing:0;font-weight:700;line-height:1.3125rem;margin-bottom:1rem}._common_1th3j_2 .staticContent .faq-section p{letter-spacing:0!important;font-size:20px!important;font-weight:200;margin:0 0 30px;padding:0;line-height:1.5;color:#444}@media (max-width: 1024.98px){._common_1th3j_2 .staticContent .faq-section p{font-size:16px}}._common_1th3j_2 .staticContent .faq-section .faqimg img{display:block;margin-left:auto;margin-right:auto}._common_1th3j_2 .tawkChatBtn{position:fixed;bottom:20px;right:24px;width:60px;height:60px;background-color:#0e97e7;border-radius:50%;border:0px;z-index:3}._common_1th3j_2 .tawkChatBtn:focus{outline:none}._common_1th3j_2 .tawkChatBtn svg{fill:#fff}._common_1th3j_2 button{cursor:pointer}._common_1th3j_2 button:focus{outline:none}._common_1th3j_2 .swiper-button-prev,._common_1th3j_2 .swiper-button-next{position:absolute;top:50%;z-index:99;border:1px solid #BCBCBC;cursor:pointer;color:var(--clr_1);border-radius:50%;font-size:18px!important;height:30px;width:30px;line-height:30px;text-align:center;box-shadow:3px 3px 6px #b7b7b7;background-color:var(--secondary-color);opacity:1}._common_1th3j_2 .swiper-button-prev{left:15!important}._common_1th3j_2 .swiper-button-prev:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M0.729256 6H12.7851' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M7.92266 0.651909L13.2707 6L7.92266 11.3481' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E%0A");transform:rotate(180deg);left:9px;position:absolute;display:inline-block}._common_1th3j_2 .swiper-button-prev:after{width:0;height:0}._common_1th3j_2 .swiper-button-next{right:15px}._common_1th3j_2 .swiper-button-next:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M0.729256 6H12.7851' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M7.92266 0.651909L13.2707 6L7.92266 11.3481' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}._common_1th3j_2 .swiper-button-next:after{width:0;height:0}._common_1th3j_2 .icon-Heart:before{content:"";font-size:20px;font-weight:600}._common_1th3j_2 .productMediaWrap .swiper-wrapper .swiper-slide:first-child{margin-top:1.5rem;margin-bottom:0}._common_1th3j_2 #SalesFlyerCustomizePreview{position:fixed;inset:0;z-index:1050}._common_1th3j_2 .react-draggable.react-draggable-dragged{border:none}._common_1th3j_2 .react-draggable .uploader__container .uploader__placeholder{background:#4d4d4d;border:3px dotted #fff;cursor:move;height:auto!important;width:220px!important}._common_1th3j_2 .react-draggable .uploader__container .uploader__placeholder #file_uploader svg{width:20px}._common_1th3j_2 .SalesFlyerFormWrapper select{margin-top:0}._common_1th3j_2 .react-draggable,._common_1th3j_2 .hidden{display:none}._common_1th3j_2 #marquee{padding:0;width:100%}@media print{._common_1th3j_2 #marquee{display:none}}._common_1th3j_2 #marquee .container{overflow:hidden;width:100%;max-width:100%}._common_1th3j_2 #marquee .pic-container{display:flex;animation:marquee 10s infinite linear}._common_1th3j_2 #marquee .pic-container .pic{flex-basis:20%;flex-shrink:0}._common_1th3j_2 #marquee img{width:100%;object-fit:cover}@media (max-width: 1024px){._common_1th3j_2 #marquee .pic-container .pic{flex-basis:25%}}@media (max-width: 768px){._common_1th3j_2 #marquee .pic-container .pic{flex-basis:33.33%}}@media (max-width: 1024px){@keyframes _marquee_1th3j_1{0%{transform:translate(0)}to{transform:translate(-125%)}}}@media (max-width: 768px){@keyframes _marquee_1th3j_1{0%{transform:translate(0)}to{transform:translate(-186.65%)}}}@media (max-width: 1024px){@-moz-keyframes _marquee_1th3j_1{0%{transform:translate(0)}to{transform:translate(-125%)}}@-webkit-keyframes _marquee_1th3j_1{0%{transform:translate(0)}to{transform:translate(-125%)}}@-o-keyframes _marquee_1th3j_1{0%{transform:translate(0)}to{transform:translate(-125%)}}@keyframes _marquee_1th3j_1{0%{transform:translate(0)}to{transform:translate(-125%)}}}@media (max-width: 768px){@-moz-keyframes _marquee_1th3j_1{0%{transform:translate(0)}to{transform:translate(-186.65%)}}@-webkit-keyframes _marquee_1th3j_1{0%{transform:translate(0)}to{transform:translate(-186.65%)}}@-o-keyframes _marquee_1th3j_1{0%{transform:translate(0)}to{transform:translate(-186.65%)}}@keyframes _marquee_1th3j_1{0%{transform:translate(0)}to{transform:translate(-186.65%)}}}@-moz-keyframes _marquee_1th3j_1{0%{transform:translate(0)}to{transform:translate(-100%)}}@-webkit-keyframes _marquee_1th3j_1{0%{transform:translate(0)}to{transform:translate(-100%)}}@-o-keyframes _marquee_1th3j_1{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes _marquee_1th3j_1{0%{transform:translate(0)}to{transform:translate(-100%)}}._common_1th3j_2 table.table.shippedFrom.table-bordered td.tdState span{color:#333!important;padding-left:5px}._common_1th3j_2 .userFormWrapper #ForgotPassword .redirectLink{margin-left:15px}@media (max-width: 1024.98px){._common_1th3j_2 #RequestQuote .row .col-40,._common_1th3j_2 #OrderSample .row .col-40,._common_1th3j_2 #RequestQuote .row .col-60,._common_1th3j_2 #OrderSample .row .col-60,._common_1th3j_2 #RequestQuote .row .col-50,._common_1th3j_2 #OrderSample .row .col-50{width:100%}}._common_1th3j_2 .captchamaindiv{margin-top:20px;margin-left:10px}._common_1th3j_2 .bloominPrimaryBtnwithHover,._common_1th3j_2 .bloominPrimaryBtn{margin-top:20px}._common_1th3j_2 .fade.modal.show #RequestQuote{max-width:900px!important}._common_1th3j_2 .fade.modal.show #RequestQuote .modal-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:var(--main-color);position:relative;color:#fff}._common_1th3j_2 .fade.modal.show #RequestQuote .modal-header h5{margin-bottom:0;line-height:0}._common_1th3j_2 .fade.modal.show #RequestQuote .modal-header button .icon-close:before{content:url(" data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='15' height='20' viewBox='0 0 22 28'%3E%3Cpath d='M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E")}._common_1th3j_2 .fade.modal.show #RequestQuote .modal-xl.modal-body{overflow-y:auto!important;max-height:80vh;height:auto;font-size:13px;scrollbar-width:thin;text-align:left}._common_1th3j_2 .recaptcha{margin-bottom:10px}@keyframes _line-scale_rtx3p_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_rtx3p_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}#_footer_wrapper_rtx3p_1{background-color:var(--dark-gray);margin-top:30px}#_footer_wrapper_rtx3p_1 .footer_content_top{padding:25px 0}#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_header .heading,#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .connect-with-us .heading{font-size:1.1025454545rem;font-weight:600;line-height:1.6538181818rem;margin-bottom:10px;color:var(--dark-black)!important;text-transform:uppercase}@media (max-width: 1599.98px){#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_header .heading,#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .connect-with-us .heading{font-size:.9647272727rem}}@media (max-width: 1024.98px){#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_header .heading,#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .connect-with-us .heading{font-size:.9647272727rem;margin-top:15px}}#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_item .category-menu .cat-list li{font-size:1.0336363636rem;font-weight:400;line-height:1.4470909091rem;color:var(--clr_1);margin-bottom:5px}@media (max-width: 1599.98px){#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_item .category-menu .cat-list li{font-size:.9647272727rem}}#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_item .category-menu .cat-list li:first-child{display:none}#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_item .category-menu .theme-button{background-color:transparent!important;border:none!important;display:block;margin-bottom:10px;color:var(--dark-black)!important;text-transform:uppercase;padding:0;font-weight:600;height:auto;line-height:normal;font-size:1.1025454545rem}@media (max-width: 1599.98px){#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_item .category-menu .theme-button{font-size:.9647272727rem}}#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_item .category-menu .theme-button i,#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_item .categoryMenu .list_menu_item a img,#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_item .categoryMenu .subListWrapper,#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_item .subcat-list,#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_item .cat-list-top .hovered-image-container{display:none}#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_item .cat-list-top .cat-list{column-count:2}#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_item ul li{color:var(--dark-black);font-size:16px;opacity:70%}#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_item ul li:hover{color:var(--light-blue)}#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_item ul li:hover a{color:var(--dark-blue)}@media (max-width: 1599.98px){#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_item ul li{font-size:14px}}#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_item .list-item{font-size:1.0336363636rem;font-weight:400;line-height:1.4470909091rem;color:var(--clr_1);margin-bottom:5px}@media (max-width: 1599.98px){#_footer_wrapper_rtx3p_1 .footer_content_top .footer_section .footer_section_item .list-item{font-size:.9647272727rem;margin-top:0;margin-bottom:5px;line-height:1.2403636364rem}}#_footer_wrapper_rtx3p_1 .footer_content_top .myAccount .myaccMenu a{display:block;font-size:.9647272727rem;font-weight:400;line-height:1.4470909091rem;color:var(--dark-gray);margin-bottom:5px}@media (max-width: 1024.98px){#_footer_wrapper_rtx3p_1 .footer_content_top .myAccount .myaccMenu a{font-size:.8269090909rem;margin-top:0;margin-bottom:5px;line-height:1.2403636364rem}}#_footer_wrapper_rtx3p_1 .footer_content_top .myAccount .myaccMenu a:hover{color:var(--dark-blue)}#_footer_wrapper_rtx3p_1 .rightFooterUpperWrap .footerNewslletter .heading{font-size:1.1025454545rem;font-weight:500;line-height:1.6538181818rem;color:var(--menu-color);margin-bottom:10px}@media (max-width: 575.98px){#_footer_wrapper_rtx3p_1 .rightFooterUpperWrap .footerNewslletter .heading{font-size:22px}}#_footer_wrapper_rtx3p_1 .rightFooterUpperWrap .footerNewslletter .subheading{font-size:.9647272727rem;font-weight:400;line-height:1.4470909091rem;color:var(--dark-gray);width:100%}#_footer_wrapper_rtx3p_1 .rightFooterUpperWrap .footerNewslletter .newsletter_form{margin-top:20px;position:relative}#_footer_wrapper_rtx3p_1 .rightFooterUpperWrap .footerNewslletter .newsletter_form input{border:1px solid #ddd;height:50px;width:100%;padding-left:20px;font-size:16px}#_footer_wrapper_rtx3p_1 .rightFooterUpperWrap .footerNewslletter .newsletter_form #Subscribe{position:absolute;top:7px;right:10px;background:var(--dark-blue);color:#fff;margin:0;border-radius:3px;padding:10px}@media (max-width: 1024.98px){#_footer_wrapper_rtx3p_1 .rightFooterUpperWrap .footerNewslletter .newsletter_form #Subscribe{position:static;margin-top:5px;font-size:.8269090909pxrem}}#_footer_wrapper_rtx3p_1 .rightFooterUpperWrap .footer_section_item{width:50%;display:flex;flex-direction:column}#_footer_wrapper_rtx3p_1 .rightFooterUpperWrap .footer_section_item .logoWrapper img{width:200px;height:auto}#_footer_wrapper_rtx3p_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list{display:flex;margin-top:20px}@media (max-width: 1024.98px){#_footer_wrapper_rtx3p_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list{margin-top:0;margin-bottom:20px}}#_footer_wrapper_rtx3p_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item{margin-right:10px;opacity:100%}#_footer_wrapper_rtx3p_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link{width:30px;height:30px;display:inline-block;border-radius:50%;background-color:transparent;text-align:center;vertical-align:middle;line-height:30px;transition:all .3s;border:1px solid transparent}#_footer_wrapper_rtx3p_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link i{line-height:30px}#_footer_wrapper_rtx3p_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link i:hover:before{color:var(--light-blue)}#_footer_wrapper_rtx3p_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link i:before{color:var(--dark-black);font-size:1.4470909091rem}#_footer_wrapper_rtx3p_1 .rightFooterUpperWrap .footer_section_item .footer_social .social_list .social_item .social_link:hover{transform:rotate(360deg)}#_footer_wrapper_rtx3p_1 .copyrightWrap{text-align:center;color:#000;padding:20px;font-size:1.1025454545rem;font-weight:500;line-height:1.6538181818rem;border-top:1px solid #DBDBDB;background-color:var(--clr-white);display:flex;align-items:center;justify-content:space-between}@media (max-width: 575.98px){#_footer_wrapper_rtx3p_1 .copyrightWrap{flex-wrap:wrap}}#_footer_wrapper_rtx3p_1 .copyrightWrap span{font-size:14px;color:var(--txt-color)}@media (max-width: 1024.98px){#_footer_wrapper_rtx3p_1 .copyrightWrap{font-size:.8269090909rem;margin-top:0;line-height:1.2403636364rem}}#_footer_wrapper_rtx3p_1 .copyrightWrap .poweredbyLogo span{margin-right:10px}#_footer_wrapper_rtx3p_1 .copyrightWrap .poweredbyLogo img{width:auto;height:auto}#_footer_wrapper_rtx3p_1 .copyrightWrap .powerd-by img{width:174px;margin-left:14px}@media (max-width: 575.98px){#_footer_wrapper_rtx3p_1 .copyrightWrap .powerd-by img{margin-top:10px}}#_footer_wrapper_rtx3p_1 .company-logos{margin-top:30px;padding:20px 0 0;border-top:1px solid var(--clr-white)}@media (max-width: 575.98px){#_footer_wrapper_rtx3p_1 .company-logos{flex-wrap:wrap}}#_footer_wrapper_rtx3p_1 .company-logos .logo{padding:0 10px}@media (max-width: 575.98px){#_footer_wrapper_rtx3p_1 .company-logos .logo{width:20%;text-align:center}}#_footer_wrapper_rtx3p_1 .company-logos .logo img{width:105px;height:52px}@keyframes _line-scale_1ou91_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_1ou91_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._emailpopupwrap_1ou91_20{margin-bottom:20px}._emailpopupwrap_1ou91_20 .page-heading{font-size:1.2rem;font-weight:500;padding-bottom:10px!important;margin-bottom:30px!important;padding-top:0!important;color:var(--txt-color);text-transform:capitalize}._emailpopupwrap_1ou91_20 .form-group textarea{min-height:100px;max-height:200px}._emailpopupwrap_1ou91_20 .modal-title{font-size:1.516rem}._emailpopupwrap_1ou91_20 .emailresclose{background-color:var(--light-blue)!important;height:20px!important;width:20px!important;border-radius:5px;position:absolute;margin-bottom:15px;top:0;right:15px;display:flex;align-items:center;justify-content:center}._emailpopupwrap_1ou91_20 .emailresclose span{height:36px}._emailpopupwrap_1ou91_20 .emailresclose span:before{color:var(--clr-white);font-size:9px}._emailpopupwrap_1ou91_20 .btn-wrap{gap:15px}@media (max-width: 575.98px){._emailpopupwrap_1ou91_20 .btn-wrap{flex-wrap:wrap}}@media (max-width: 767.98px){._emailpopupwrap_1ou91_20 .btn-wrap button.btn{font-size:14px!important;font-weight:500!important;display:inline-block!important;width:30%!important;margin:0 5px 15px!important}}@media (max-width: 575.98px){._emailpopupwrap_1ou91_20 .btn-wrap button.btn{display:block!important;width:100%!important;margin:0 5px 15px!important}}._emailpopupwrap_1ou91_20 .recaptcha{margin-bottom:10px}@keyframes _line-scale_15pxi_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_15pxi_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}dialog#_comparePopUp_15pxi_1 #CompareProd{table-layout:fixed}dialog#_comparePopUp_15pxi_1 #CompareProd .mainTbody>tr>td:first-child{width:150px;font-weight:700;text-transform:capitalize;line-height:1.2em;vertical-align:middle}dialog#_comparePopUp_15pxi_1 #CompareProd .mainTbody>tr td{font-size:13px;vertical-align:baseline}dialog#_comparePopUp_15pxi_1 #CompareProd .mainTbody>tr td h4{font-size:16px!important}dialog#_comparePopUp_15pxi_1 #CompareProd .mainTbody>tr td .prodCode{color:var(--light-blue)}dialog#_comparePopUp_15pxi_1 #CompareProd .mainTbody>tr td iframe{width:100%}dialog#_comparePopUp_15pxi_1 #CompareProd .mainTbody .comapreWrap{position:relative}dialog#_comparePopUp_15pxi_1 #CompareProd .mainTbody .comapreWrap .closebutton{position:absolute;top:10px;right:15px}dialog#_comparePopUp_15pxi_1 #CompareProd .mainTbody .comapreWrap .product-rating{border:none}dialog#_comparePopUp_15pxi_1 #CompareProd .mainTbody .compareProdBtn .AddtoCart,dialog#_comparePopUp_15pxi_1 #CompareProd .mainTbody .compareProdBtn i{display:none}dialog#_comparePopUp_15pxi_1 #CompareProd .mainTbody .compareProdBtn .btn-primary{font-weight:700;letter-spacing:1.6px}dialog#_comparePopUp_15pxi_1 .compare-pop-up-title{display:flex;align-items:center;justify-content:space-between}dialog#_comparePopUp_15pxi_1 .compare-pop-up-title .compare-print-button .icon-print{display:none}dialog#_comparePopUp_15pxi_1 .compare-pop-up-title .compare-clear-button .icon-close{display:none}dialog#_comparePopUp_15pxi_1 .compare-pop-up-title .compare-email-button .Action_buttons{text-align:left}dialog#_comparePopUp_15pxi_1 .compare-pop-up-title .compare-email-button .Action_buttons .theme-button{border-radius:0;margin-right:15px}dialog#_comparePopUp_15pxi_1 .compare-pop-up-title .compare-email-button .icon{display:flex;align-items:center}dialog#_comparePopUp_15pxi_1 .compare-pop-up-title .compare-email-button .icon .icons-img{display:none}dialog#_comparePopUp_15pxi_1 .compare-pop-up-title .compare-email-button .icon p{margin:0;color:var(--clr-white);font-size:24px}@media (max-width: 1599.98px){dialog#_comparePopUp_15pxi_1 .compare-pop-up-title .compare-email-button .icon p{font-size:15px}}dialog#_comparePopUp_15pxi_1 .compare-pop-up-title .compare-email-button .productHeading{text-align:left;text-transform:none;letter-spacing:normal}dialog#_comparePopUp_15pxi_1 .closebutton p{display:none}dialog#_comparePopUp_15pxi_1 .closebutton i{font-size:14px;color:var(--light-blue)}dialog#_comparePopUp_15pxi_1 .theme-button{letter-spacing:0px!important}dialog#_comparePopUp_15pxi_1 .theme-button button{background:var(--light-blue);border:none;font-size:22px;text-transform:uppercase;margin:0!important;color:var(--clr-white)}dialog#_comparePopUp_15pxi_1 .theme-button button.active,dialog#_comparePopUp_15pxi_1 .theme-button button:focus,dialog#_comparePopUp_15pxi_1 .theme-button button:active{box-shadow:none!important;outline:none;text-decoration:none}@media (max-width: 1599.98px){dialog#_comparePopUp_15pxi_1 .theme-button button{font-size:13px}}dialog#_comparePopUp_15pxi_1 .theme-button p{font-size:24px;color:var(--clr-white)}@media (max-width: 1599.98px){dialog#_comparePopUp_15pxi_1 .theme-button p{font-size:13px;margin:0}}dialog#_comparePopUp_15pxi_1 .theme-button i{display:none}dialog#_comparePopUp_15pxi_1 .theme-button .icon{display:flex}dialog#_comparePopUp_15pxi_1 .theme-button .icon i{display:none}dialog#_comparePopUp_15pxi_1 .style_color span{line-height:1.5}dialog#_comparePopUp_15pxi_1 .tr_Delivery_Details,dialog#_comparePopUp_15pxi_1 .tr_Ornamentation{display:none}dialog#_comparePopUp_15pxi_1 .cmpr-product-image img{max-width:200px;width:200px}dialog#_comparePopUp_15pxi_1 .tr_Product_Name h4{font-size:1.1025454545rem;font-weight:400}dialog#_comparePopUp_15pxi_1 .tr_Product_Desc .comparedesc.product-desc{line-height:1.4;vertical-align:top;max-width:215px}dialog#_comparePopUp_15pxi_1 .tr_Product_EventTheme td{vertical-align:top}dialog#_comparePopUp_15pxi_1 .showOnDetailsPage{display:none}dialog#_comparePopUp_15pxi_1 .bottom-wishList .showOnDetailsPage{display:inline-block;color:#fff;margin-bottom:0}dialog#_comparePopUp_15pxi_1 .strikePrice{text-decoration:line-through}dialog#_comparePopUp_15pxi_1 .emailresclose{background-color:var(--light-blue)!important;height:20px!important;width:20px!important;border-radius:5px!important;position:absolute!important;margin-bottom:15px!important;top:0!important;right:15px!important;display:flex!important;align-items:center!important;justify-content:center!important}dialog#_comparePopUp_15pxi_1 .emailresclose span{height:41px}dialog#_comparePopUp_15pxi_1 #Email .mandatInfo{text-transform:initial;line-height:0}@media print{dialog#_comparePopUp_15pxi_1 #CompareProd{width:100%}dialog#_comparePopUp_15pxi_1 #CompareProd>tbody>tr{width:100%}dialog#_comparePopUp_15pxi_1 .list-group-image{width:150px;display:inline-block}}#_renCompare_1bm12_1 dialog{max-width:none}@keyframes _line-scale_11e8k_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_11e8k_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}#_headerWrapperMain_11e8k_1{position:sticky;top:0;z-index:999}#_headerWrapperMain_11e8k_1 .sticky-header{position:sticky;top:0;z-index:999;background-color:#fff}#_headerWrapperMain_11e8k_1 .onScrollFixed{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:top .3s ease-out;margin-top:0;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px;background-color:#fff}#_headerWrapperMain_11e8k_1 .onScrollFixed .headerMessage{display:none;padding:0!important}#_headerWrapperMain_11e8k_1 .onScrollFixed .headerTopWrap{padding:10px 0!important}#_headerWrapperMain_11e8k_1 .onScrollFixed .headerTopWrap .company-logo img{max-width:220px}#_headerWrapperMain_11e8k_1 .onScrollFixed .background-close{display:none}#_headerWrapperMain_11e8k_1 .searchSuggetion{position:absolute;top:calc(100% + 5px);right:17%;width:31.7%;box-shadow:0 0 5px #999;background-color:var(--clr-white);padding:18px;z-index:999;max-height:400px;height:auto;overflow-y:auto;scrollbar-width:thin;border:1px solid #ccc;border-radius:4px}#_headerWrapperMain_11e8k_1 .searchSuggetion .search-suggetion p{margin-bottom:0;padding:5px;cursor:pointer;font-size:.8269090909rem;line-height:24px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;font-weight:500;color:var(--menu-color);text-align:left}#_headerWrapperMain_11e8k_1 .searchSuggetion .search-suggetion p .prodcode{font-weight:400}#_headerWrapperMain_11e8k_1 .headerMessage{font-size:.8269090909rem;font-weight:400;line-height:18px;color:#fff;background-color:var(--light-gray);text-align:center;padding:0}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerMessage{display:none!important}}#_headerWrapperMain_11e8k_1 .menuImage{text-align:center;display:grid;place-items:center}#_headerWrapperMain_11e8k_1 [href="/order/customerorderreport"],#_headerWrapperMain_11e8k_1 [href="/edit-history"],#_headerWrapperMain_11e8k_1 [href="/improve-your-recommendations"]{display:none!important}#_headerWrapperMain_11e8k_1 .headerTopWrap{padding-top:10px!important;padding-bottom:10px!important}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerTopWrap{padding-top:10px!important;padding-bottom:10px!important}#_headerWrapperMain_11e8k_1 .headerTopWrap .headerBottomWrap{display:block}}#_headerWrapperMain_11e8k_1 .headerTopWrap,#_headerWrapperMain_11e8k_1 .headerBottomWrap{transition:top .3s ease-out}#_headerWrapperMain_11e8k_1 .headerTopWrap.fixed,#_headerWrapperMain_11e8k_1 .headerBottomWrap.fixed{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:top .3s ease-out;margin-top:0;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px}#_headerWrapperMain_11e8k_1 .headerTopSubWrap{display:flex;align-items:center;justify-content:space-between}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerTopSubWrap{flex-wrap:wrap;justify-content:space-between}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerTopSubWrap .logoWrapper{order:-2;flex:0 0 45%;max-width:45%}}@media (max-width: 575.98px){#_headerWrapperMain_11e8k_1 .headerTopSubWrap .logoWrapper{order:-2;flex:0 0 27%;max-width:27%}}#_headerWrapperMain_11e8k_1 .headerTopSubWrap .logoWrapper img{height:auto}@media (max-width: 1599.98px){#_headerWrapperMain_11e8k_1 .headerTopSubWrap .logoWrapper img{width:168px;height:auto}}@media (max-width: 1279.98px){#_headerWrapperMain_11e8k_1 .headerTopSubWrap .logoWrapper img{width:180px;height:auto}}@media (max-width: 767.98px){#_headerWrapperMain_11e8k_1 .headerTopSubWrap .logoWrapper img{width:180px;height:auto;margin-bottom:15px}}#_headerWrapperMain_11e8k_1 .searchSelWrap{display:none}#_headerWrapperMain_11e8k_1 .headerBottomWrap{transition:.3s;margin-top:0!important;background-color:var(--light-blue);color:var(--clr-white);padding:16px 0}@media (max-width: 1599.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap{padding:10px 0}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap{padding:20px 10px!important;transform:translate(-100%);position:fixed;height:100%;background-color:var(--light-gray)!important;z-index:999;width:414px;overflow:auto}#_headerWrapperMain_11e8k_1 .headerBottomWrap.res_header_active{transform:translate(0)}#_headerWrapperMain_11e8k_1 .headerBottomWrap .responsiveTab{padding:0!important}#_headerWrapperMain_11e8k_1 .headerBottomWrap button{background-color:transparent!important;font-size:0!important;padding:5px 20px!important}#_headerWrapperMain_11e8k_1 .headerBottomWrap .res_menu{top:50%;transform:translateY(-50%);right:10px}#_headerWrapperMain_11e8k_1 .headerBottomWrap .res_menu .hamicon{font-size:15px}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap{display:flex;align-items:center}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap{display:contents}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .staticMenu{width:100%}#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .staticMenu ul{display:flex;align-items:center;text-align:center;justify-content:space-around;gap:10px}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .staticMenu ul{gap:15px;margin-top:10px}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .staticMenu ul li{margin-left:14px;color:var(--clr-white);text-transform:uppercase}@media (max-width: 575.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .staticMenu ul li{margin-left:5px}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .staticMenu ul li a,#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .staticMenu ul li .headerDistTools{font-size:16px;color:var(--clr-white);padding:7px 5px;border-radius:5px;text-transform:uppercase;width:100%}@media (max-width: 1599.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .staticMenu ul li a,#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .staticMenu ul li .headerDistTools{font-size:14px}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .staticMenu ul li a,#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .staticMenu ul li .headerDistTools{font-size:17px;margin-top:10px!important}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .staticMenu ul li a:hover,#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .staticMenu ul li .headerDistTools:hover{background-color:var(--light-blue);color:var(--clr-white)}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .staticMenu ul li a:hover,#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .staticMenu ul li .headerDistTools:hover{background-color:transparent;color:var(--dark-blue)}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .category-menu .category-menu{position:relative!important}#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .category-menu .category-menu .cat-list-top{position:relative!important;background:transparent}#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .category-menu .category-menu .theme-button{display:none}#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .category-menu .theme-button{font-size:16px!important;color:var(--clr-white)!important;text-transform:uppercase;padding:0}@media (max-width: 1599.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .category-menu .theme-button{font-size:14px!important}}@media only screen and (max-width: 1024px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .category-menu .theme-button{color:var(--dark-blue)!important;border:none;font-size:17px!important;padding-left:22px!important;margin-bottom:5px}}@media (max-width: 575.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .headerBottomSubWrap .category-menu .theme-button{color:var(--dark-blue)!important;border:none;font-size:17px!important;padding-left:11px!important}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu ul li a{font-size:17px!important;margin-bottom:0!important;text-transform:uppercase!important}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .col-lg-7,#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .col-lg-4,#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .col-lg-5{width:100%!important;max-width:100%!important;flex:100%!important}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu{padding:0!important}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .bg-1{background-color:#e5e5e5}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .bg-1{background-color:transparent}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .bg-1 .row div:first-child{background-color:#d9d9d9}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .bg-1 .row div:first-child{background-color:transparent}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .bg-2{background-color:#f2f2f2}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .bg-2{background-color:transparent}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu.add-hover .cat-list-top{display:flex!important;align-items:top}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top{box-shadow:9px 12px 9px 2px #33333314;padding:25px;opacity:0;visibility:hidden;position:absolute;width:100%;background:var(--clr-white);z-index:100;top:100%;transform:translateY(30px);transition:all .1s;display:none!important}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .hovered-image-container{margin-top:20px;width:20%;text-align:center}@media only screen and (max-width: 1024px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top{box-shadow:none;padding:0 18px 18px}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top.mobile-list-show{display:none!important;visibility:hidden}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top.resCatOpen.mobile-list-show{display:block!important;visibility:visible;opacity:1}}@media (max-width: 1024.98px) and (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top.resCatOpen.mobile-list-show{border-bottom:1px solid var(--dark-gray);padding-bottom:5px}}@media (max-width: 1279.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top{width:calc(100% - 40px)!important}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top{transform:translateY(0);width:calc(100% - 15px)!important;background:transparent;position:relative}}@media (max-width: 575.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top{width:auto!important;margin-left:-10px}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top a.hasArrow:before{display:none}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .cat-menu-parent{width:80%;position:relative}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .cat-menu-parent:after{content:"";position:absolute;top:0;right:-25%;width:25%;height:100%;background-color:#f2f2f2;z-index:-2}@media only screen and (max-width: 1024px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .cat-menu-parent:after{background-color:transparent}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .cat-menu-parent:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#e5e5e5}@media only screen and (max-width: 1024px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .cat-menu-parent:before{background-color:transparent}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .allCategories{overflow:scroll;height:100%;height:500px;padding:15px 20px!important;width:fit-content;position:relative;display:grid;grid-template-rows:repeat(11,auto);grid-auto-flow:column}@media only screen and (max-width: 1024px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .allCategories{width:100%;padding:0!important}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .allCategories:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--border-clr);z-index:-1}@media only screen and (max-width: 1024px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .allCategories:after{background-color:transparent}}@media (max-width: 575.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .allCategories{grid-template-columns:auto;grid-template-rows:unset;grid-auto-flow:unset}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .allCategories li:last-child a{margin-bottom:5px;text-transform:uppercase}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .allCategories li a{font-size:1.1025454545rem;color:var(--txt-color)!important;padding:4px 10px;border-radius:5px;display:block;width:100%;margin-bottom:-5px;text-align:left;text-transform:uppercase}@media (max-width: 1599.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .allCategories li a{font-size:.8269090909rem}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .allCategories li a{color:var(--dark-blue)!important}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .allCategories li a:hover{background-color:var(--light-blue)!important;color:var(--clr-white)!important}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .allCategories li a:hover{background-color:transparent!important;color:var(--dark-blue)!important}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .allSection li a:hover{color:var();font-weight:500}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .menuImage{display:none}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top>.row{box-shadow:1px 2px 5px #00000040;padding:30px;background-color:#fff;margin-left:0!important;margin-right:0!important}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top>.row{background-color:transparent}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top>.row{padding:0;background-color:transparent;box-shadow:none;display:contents;overflow-y:auto}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top>.row::-webkit-scrollbar{width:4px}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top>.row::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0)}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top>.row::-webkit-scrollbar-thumb{background-color:#0000001a}}@media (max-width: 575.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top>.row{height:58vh}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li .subcat-list{display:none;position:absolute;right:0;top:0;transform:translate(86%);padding:15px 20px 15px 55px!important;transition:all 1s;z-index:1;height:100%}@media (max-width: 767.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li .subcat-list{left:0;top:100%}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li .subcat-list .subsubcat-list{display:none;transform:translate(86%);padding:15px 20px 15px 55px!important;position:absolute;height:100%;width:100%;left:0;top:0}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li .subcat-list li:hover .subsubcat-list,#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li:hover .subcat-list{display:block}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li [aira-label="Essential Products"]+ul,#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li [aira-label="Stadium&Cheering"]+ul{top:70%!important;transform:translate(15px,-70%)!important}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li [aira-label="Essential Products"]+ul,#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li [aira-label="Stadium&Cheering"]+ul{top:unset!important;transform:none!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li [aira-label="Current Promotions"]+ul,#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li [aira-label="Made In USA"]+ul{grid-template-rows:repeat(9,auto)!important}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li.show_subCategories.hasSubmenu{position:relative;width:max-content}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li.show_subCategories.hasSubmenu>a{color:var(--light-blue);font-weight:600}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li a{color:var(--dark-gray);font-size:.9647272727rem;font-weight:500;line-height:1.9294545455rem;transition:all .5s}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li.hasSubmenu a:hover{color:var(--clr-white);font-weight:500}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li.hasSubmenu a.hasArrow{position:relative}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li.hasSubmenu a.hasArrow:before{content:"";font-family:var(--them-icon);position:absolute;left:100%;top:-3px;transform:scaleX(-1);-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1)}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li.hasSubmenu.show_subCategories ul{display:grid;grid-template-rows:repeat(5,auto);grid-auto-flow:column;transition:1s;overflow-y:auto;overflow-x:hidden;height:auto;border:1px solid var(--light-blue)}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li.hasSubmenu.show_subCategories ul::-webkit-scrollbar{width:.3em}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li.hasSubmenu.show_subCategories ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0)}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li.hasSubmenu.show_subCategories ul::-webkit-scrollbar-thumb{background-color:#0000001a}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li.hasSubmenu.show_subCategories ul li{width:max-content;padding:0 10px}@media (max-width: 575.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li.hasSubmenu.show_subCategories ul li{width:270px}}@media (max-width: 767.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li.hasSubmenu.show_subCategories ul{transform:translate(0)}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top ul li.hasSubmenu.show_subCategories ul{overflow-y:auto!important;grid-auto-flow:row;max-height:330px}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu .cat-list-top .groupCategory{pointer-events:none}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu button{display:flex;align-items:center;margin:0;height:100%;border-radius:0;font-size:1.1025454545rem;color:var(--menu-color);line-height:1.5849090909rem;font-weight:500;text-transform:capitalize;background-color:var(--light-blue);border:1px solid var(--light-blue);letter-spacing:1px}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu button{font-size:20px!important;color:var(--dark-blue)!important;padding:5px 20px!important}}@media (max-width: 575.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu button{padding:5px 10px!important}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu button{width:auto}}#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu button i:before{margin:0 0 0 10px}@media (min-width: 1025px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu:hover .hover-cat-list{padding-top:16px;position:absolute;width:100%}}@media (min-width: 1025px) and (max-width: 1599.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu:hover .hover-cat-list{padding-top:10px}}@media (min-width: 1025px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu:hover .hover-cat-list .cat-list-top{opacity:1;visibility:visible;transform:translateY(0);display:flex;width:calc(100% - 80px)}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerBottomWrap .category-menu:hover .cat-list-top{opacity:1;visibility:visible;transform:translateY(0);display:block;z-index:100;width:calc(100% - 40px)}}#_headerWrapperMain_11e8k_1 .search-container{width:414px;margin:0 40px 0 auto}@media (max-width: 1599.98px){#_headerWrapperMain_11e8k_1 .search-container{width:400px;margin:0 40px 0 auto}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .search-container{flex:0 0 100%;max-width:100%;margin:0;width:100%;position:unset}#_headerWrapperMain_11e8k_1 .search-container input{padding-left:10px!important}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .search-container .cameraBtnMain{right:123px;top:95px}}@media (max-width: 575.98px){#_headerWrapperMain_11e8k_1 .search-container .cameraBtnMain{right:113px;top:80px}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .search-container .search-by-image-Main-Div{top:134px;left:0;width:100%;right:0}}@media (max-width: 575.98px){#_headerWrapperMain_11e8k_1 .search-container .search-by-image-Main-Div{top:122px}}#_headerWrapperMain_11e8k_1 .search-container .searchWrapper form{position:relative;display:flex;align-items:center}#_headerWrapperMain_11e8k_1 .search-container .searchWrapper form input{background-color:var(--light-gray-mid);color:var(--icon-txtcolor);border-radius:10px;height:40px;line-height:40px;font-size:14px!important;width:100%;border:1px solid var(--icon-txtcolor)!important;padding-left:20px}#_headerWrapperMain_11e8k_1 .search-container .searchWrapper form input::placeholder{font-size:14px!important;color:var(--icon-txtcolor)!important;font-weight:400}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .search-container .searchWrapper form input::placeholder{font-size:.8269090909rem}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .search-container .searchWrapper form input{height:35px}}#_headerWrapperMain_11e8k_1 .search-container .searchWrapper form input:focus-visible{outline:0}#_headerWrapperMain_11e8k_1 .search-container .searchWrapper form .searchWrapperBtn{position:absolute;right:-1px;height:40px;width:40px;border-radius:10px;cursor:pointer}#_headerWrapperMain_11e8k_1 .search-container .searchWrapper form .searchWrapperBtn button{cursor:pointer;border:0;padding:0!important;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:10px!important;background-color:var(--light-blue)!important}#_headerWrapperMain_11e8k_1 .search-container .searchWrapper form .searchWrapperBtn button .icon-search{display:none}#_headerWrapperMain_11e8k_1 .search-container .searchWrapper form .searchWrapperBtn button .icon-search:before{font-size:.8958181818rem;color:var(--header-text);font-weight:600}#_headerWrapperMain_11e8k_1 .search-container .searchWrapper form .searchWrapperBtn button.searchBtn{border-radius:5px;background-color:var(--light-blue);color:#fff;font-size:1.1025454545rem;font-weight:400;line-height:24px;padding:8px 30px;cursor:pointer}#_headerWrapperMain_11e8k_1 .search-container .searchWrapper form .searchWrapperBtn button.searchBtn:hover{opacity:.8}#_headerWrapperMain_11e8k_1 .search-container .searchWrapper form .searchWrapperBtn .icon-mic,#_headerWrapperMain_11e8k_1 .search-container .searchWrapper form .searchWrapperBtn .icon-camera1{display:none}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper{position:relative}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper{position:absolute;top:calc(100% + 5px);left:1px;width:100%;box-shadow:0 0 5px #999;background-color:var(--clr-white);padding:18px;z-index:999;max-height:400px;height:auto;overflow-y:auto;scrollbar-width:thin;border:1px solid #ccc;border-radius:4px}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.image-search{width:100%;left:0}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.image-search .productSuggestWrapper{width:100%}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.image-search .product-left{display:none}@media (max-width: 989.98px){#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper{left:0;width:calc(100% + 0px)}}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper::-webkit-scrollbar{width:5px}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper::-webkit-scrollbar-track{background:#f1f1f1}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper::-webkit-scrollbar-thumb{background:#c8c8c8}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper::-webkit-scrollbar-thumb:hover{background:#555}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper .suggestionListWrapper .title-wrapper,#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper .suggestionListWrapper h3{font-size:16px;font-weight:600;line-height:var(--font-body-lineheight);letter-spacing:.32px;text-transform:capitalize;color:var(--txt-color);display:flex;justify-content:space-between;align-items:center;margin:0 0 15px;padding-bottom:8px;border-bottom:1px solid #e8e8e8}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper .suggestionListWrapper .search-title{padding:0;margin:0}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper .suggestionListWrapper .icon-close{cursor:pointer}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper .suggestionListWrapper h3{border:0}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper .suggestionListWrapper .suggestionList,#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper .suggestionListWrapper .suggestionsList{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper .suggestionListWrapper .suggestionList li,#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper .suggestionListWrapper .suggestionsList li{display:flex;align-items:center;justify-content:center;padding:7px 10px;text-transform:lowercase;background-color:#f7f7f7;color:#868686;border-radius:5px;cursor:pointer}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper .searchProducts{overflow:auto}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper .searchProducts .productSuggestWrapper{display:block;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));column-gap:15px}@media (max-width: 575.98px){#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper .searchProducts .productSuggestWrapper{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper .searchProducts .productSuggestWrapper .wishlist-and-view-main-div{opacity:0!important;visibility:hidden!important}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage{width:100%;left:0}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper{border:2px dashed #cccccc;cursor:pointer;position:relative;padding:10px;height:130px;border-radius:20px;display:flex;align-items:center;justify-content:center}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent{display:flex;flex-direction:column;justify-content:center;align-items:center}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent span{font-size:16px;color:#000;font-weight:500}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent p{white-space:break-spaces;text-align:center;margin-top:10px;font-size:14px}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent small{display:block;padding:12px 0}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper input{position:absolute;opacity:0;z-index:1;left:0;top:0;width:100%;height:100%;cursor:pointer}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .file-field{position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:2rem}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .file-field .btn{text-transform:capitalize;margin:.375rem;word-wrap:break-word;white-space:normal;border:0;border-radius:.125rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .file-field .btn-primary.btn-sm{margin:0;padding:0 10px;font-size:.9rem;width:140px;height:40px;line-height:40px}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .file-field .btn-primary.btn-sm input[type=file]{position:absolute;inset:-28px 0 0;max-width:100%;width:140px;padding:0;margin:0;cursor:pointer;filter:alpha(opacity=0);opacity:0}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper{padding-left:10px;overflow:hidden;margin-right:auto}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper span{color:var(--clr_3);font-size:16px}@media (max-width: 414.98px){#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper span{font-size:14px}}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper input.file-path{width:100%;height:36px;border:none;border-radius:0;outline:none}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .wrap-search{display:flex;margin-bottom:2rem}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .wrap-search input::placeholder{font-size:16px}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .wrap-search #txtImage{width:calc(100% - 80px);border:1px solid #ccc;border-top-left-radius:4px;border-bottom-left-radius:4px;padding:5px;height:35px}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper.searchByUploadImage .wrap-search input[type=button]{font-size:16px;border:0;color:#fff;height:35px;display:flex;border-radius:0;width:80px;justify-content:center;align-items:center;background:linear-gradient(171deg,#1ebd78,#03a46b)}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper .noResult{position:relative}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper .noResult i{position:absolute;top:0;right:0}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper .noResult p{margin:0}#_headerWrapperMain_11e8k_1 .search-container .mobileSearchWrapper .nlpSearchWrapper .text-danger{margin-top:10px}#_headerWrapperMain_11e8k_1 .search-container .search-suggetion .product-card{min-height:auto;border:none}#_headerWrapperMain_11e8k_1 .search-container .search-suggetion .product-card>.card-upper-block,#_headerWrapperMain_11e8k_1 .search-container .search-suggetion .product-card>a{display:none!important}#_headerWrapperMain_11e8k_1 .search-container .search-suggetion .product-card .card-block{padding:0 0 10px}#_headerWrapperMain_11e8k_1 .search-container .search-suggetion .product-card .list-content{display:flex!important;align-items:center;padding:0;flex-direction:row-reverse;justify-content:start}#_headerWrapperMain_11e8k_1 .search-container .search-suggetion .product-card .list-content .product-code{margin:0 10px 0 0;color:var(--dark-gray)}#_headerWrapperMain_11e8k_1 .search-container .search-suggetion .product-card .list-content .product-code:after{content:" -- "}#_headerWrapperMain_11e8k_1 .search-container .search-suggetion .product-card .list-content .product-name h4{margin:0}#_headerWrapperMain_11e8k_1 .search-container .search-suggetion .product-card .list-content .pro-swatches,#_headerWrapperMain_11e8k_1 .search-container .search-suggetion .product-card .list-content .product-price{display:none!important}#_headerWrapperMain_11e8k_1 .headerActionWrapper{display:flex;align-items:center;justify-content:space-between;column-gap:17px}#_headerWrapperMain_11e8k_1 .headerActionWrapper i{font-size:24px}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerActionWrapper{order:-1;justify-content:flex-end;column-gap:15px}}#_headerWrapperMain_11e8k_1 .headerActionWrapper .cmnForIcon{display:flex;align-items:center}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .headerActionWrapper .cmnForIcon.presentationWrap{display:none}}@media (max-width: 575.98px){#_headerWrapperMain_11e8k_1 .headerActionWrapper .cmnForIcon.compareWrap{display:none}}#_headerWrapperMain_11e8k_1 .headerActionWrapper .cmnForIcon.account-login .login{font-size:14px;text-transform:uppercase}#_headerWrapperMain_11e8k_1 .headerActionWrapper .cmnForIcon i{cursor:pointer}#_headerWrapperMain_11e8k_1 .headerActionWrapper .cmnForIcon .count-top{position:relative}#_headerWrapperMain_11e8k_1 .headerActionWrapper .cmnForIcon .count-top .count{position:absolute;top:-10px;right:0;width:18px;height:18px;background-color:var(--light-blue);border-radius:100%;color:var(--clr-white);display:flex;align-items:center;justify-content:center;font-size:.758rem}#_headerWrapperMain_11e8k_1 .headerActionWrapper .cmnForIcon:hover .desc span:before{color:var(--light-blue);font-size:24px}@media (max-width: 575.98px){#_headerWrapperMain_11e8k_1 .headerActionWrapper .cmnForIcon:hover .desc span:before{font-size:18px}}#_headerWrapperMain_11e8k_1 .headerActionWrapper .cmnForIcon:hover a i{color:var(--light-blue)}#_headerWrapperMain_11e8k_1 .headerActionWrapper .cmnForIcon:hover a i:before{color:var(--light-blue);font-size:24px}#_headerWrapperMain_11e8k_1 .headerActionWrapper .cmnForIcon:hover .count-top{color:var(--light-blue)}#_headerWrapperMain_11e8k_1 .headerActionWrapper .cmnForIcon a{display:flex;align-items:center}#_headerWrapperMain_11e8k_1 .headerActionWrapper .cmnForIcon a i{display:inline-block}#_headerWrapperMain_11e8k_1 .headerActionWrapper .cmnForIcon a i:before{font-size:24px}#_headerWrapperMain_11e8k_1 .headerActionWrapper .cmnForIcon a span.label{font-size:.9647272727rem;color:var(--menu-color);font-weight:500;line-height:21px}#_headerWrapperMain_11e8k_1 .icon-faq:before{content:""}#_headerWrapperMain_11e8k_1 .icon-search:before{content:""}#_headerWrapperMain_11e8k_1 .icon-user1:before{content:""}#_headerWrapperMain_11e8k_1 .icon-wishlist:before{content:""}#_headerWrapperMain_11e8k_1 .icon-shopping-bag:before{content:""}#_headerWrapperMain_11e8k_1 .account-login .account-detail .desc .account-name{display:flex;align-items:center;cursor:pointer}#_headerWrapperMain_11e8k_1 .account-login .account-detail .desc .account-name b{text-transform:capitalize;font-size:.9647272727rem;line-height:21px;color:var(--menu-color);font-weight:500}@media (min-width: 1025px){#_headerWrapperMain_11e8k_1 .account-login .account-detail:hover .dropdown-account{visibility:visible;opacity:1;transform:translate(-123px,5px);white-space:nowrap;transition:.5s}}#_headerWrapperMain_11e8k_1 .account-login .account-detail .dropdown-account{position:absolute;visibility:hidden;opacity:0;background:#fff;padding:15px;z-index:10;box-shadow:1px 2px 5px #00000040;transform:translate(-123px,5px);white-space:nowrap;transition:.5s}#_headerWrapperMain_11e8k_1 .account-login .account-detail .dropdown-account a{display:block;padding-bottom:10px;font-weight:500;font-size:.8269090909rem}#_headerWrapperMain_11e8k_1 .account-login .account-detail .dropdown-account a:hover{color:var(--light-blue);font-weight:500}#_headerWrapperMain_11e8k_1 .headerDistTools{position:relative}#_headerWrapperMain_11e8k_1 .headerDistTools .icon-arrow:before{content:"";font-size:.5512727273rem;margin-left:5px;font-weight:600;color:var(--menu-color)}#_headerWrapperMain_11e8k_1 .headerDistTools ul.menuList{position:absolute;padding:10px!important;display:inline-block!important;text-align:left!important;background:#fff;box-shadow:1px 2px 5px #00000040;width:220px;z-index:9;top:100%;transform:translateY(30px);transition:.3s;left:0;visibility:hidden;opacity:0;margin-top:11px}#_headerWrapperMain_11e8k_1 .headerDistTools ul.menuList li{margin-bottom:6px}#_headerWrapperMain_11e8k_1 .headerDistTools ul.menuList li a{font-size:1.1025454545rem}@media (max-width: 1599.98px){#_headerWrapperMain_11e8k_1 .headerDistTools ul.menuList li a{font-size:.8269090909rem}}#_headerWrapperMain_11e8k_1 .headerDistTools ul.menuList li a:hover{color:var(--light-blue)}#_headerWrapperMain_11e8k_1 .headerDistTools:hover ul.menuList{opacity:1;visibility:visible;transform:translateY(0)}#_headerWrapperMain_11e8k_1 .headerDistTools:hover ul.menuList li a{opacity:1!important}#_headerWrapperMain_11e8k_1 .res_menu{display:none;margin-right:0}@media only screen and (max-width: 1024px){#_headerWrapperMain_11e8k_1 .res_menu{display:block}}#_headerWrapperMain_11e8k_1 .res_menu .hamicon{font-size:22px;font-family:var(--them-icon);color:var(--light-blue)}#_headerWrapperMain_11e8k_1 .res_menu .hamicon:before{content:""}#_headerWrapperMain_11e8k_1 .staticMenu{max-width:830px}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .staticMenu{top:0;left:0;width:80%;height:100%;z-index:999;background-color:transparent;transition:.5s}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .staticMenu ul{flex-wrap:wrap;flex-direction:column;align-items:flex-start!important;padding:0;width:100%}#_headerWrapperMain_11e8k_1 .staticMenu ul li a{color:var(--dark-blue)!important}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .staticMenu .close-menu{display:none;text-align:right;padding:15px;position:absolute;right:0;background:#fff;color:#333}#_headerWrapperMain_11e8k_1 .staticMenu .close-menu .close-icon{font-size:22px;font-family:var(--them-icon);color:var(--dark-gray)}#_headerWrapperMain_11e8k_1 .staticMenu .close-menu .close-icon:before{content:""}}#_headerWrapperMain_11e8k_1 .responsive_active{transform:translate(0)!important}#_headerWrapperMain_11e8k_1 .responsive_active.staticMenu{display:block;transition:.5s;width:50%!important}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .responsive_active.staticMenu{width:100%!important}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .resLoginOpen .dropdown-account{opacity:1!important;visibility:visible!important;transform:translate(-123px,5px);white-space:nowrap}}#_headerWrapperMain_11e8k_1 .language-header-top{background-color:var(--light-gray)}#_headerWrapperMain_11e8k_1 .language-header-top .language-header{padding:15px 0;gap:30px}@media (max-width: 1599.98px){#_headerWrapperMain_11e8k_1 .language-header-top .language-header{padding:10px 0}}@media (max-width: 1024.98px){#_headerWrapperMain_11e8k_1 .language-header-top .language-header{justify-content:flex-start!important}}@media (max-width: 575.98px){#_headerWrapperMain_11e8k_1 .language-header-top .language-header{gap:15px}}#_headerWrapperMain_11e8k_1 .language-header-top .language-header .language-section{gap:30px}#_headerWrapperMain_11e8k_1 .language-header-top .language-header .language-section .active{outline:2px solid var(--dark-blue);opacity:50%;pointer-events:none}#_headerWrapperMain_11e8k_1 .language-header-top .language-header .language-section .usa,#_headerWrapperMain_11e8k_1 .language-header-top .language-header .language-section .canada{cursor:pointer;position:relative}#_headerWrapperMain_11e8k_1 .language-header-top .language-header .language-section .usa .renCurrency,#_headerWrapperMain_11e8k_1 .language-header-top .language-header .language-section .canada .renCurrency{position:absolute;top:0;left:0;cursor:pointer}#_headerWrapperMain_11e8k_1 .language-header-top .language-header .language-section .usa .renCurrency span,#_headerWrapperMain_11e8k_1 .language-header-top .language-header .language-section .canada .renCurrency span{height:39px;display:block;width:40px}@media (max-width: 575.98px){#_headerWrapperMain_11e8k_1 .language-header-top .language-header .language-section{gap:15px}}#_headerWrapperMain_11e8k_1 .language-header-top .language-header .distHead{cursor:pointer;text-transform:uppercase;font-size:18px;color:var(--txt-color)}@media (max-width: 1599.98px){#_headerWrapperMain_11e8k_1 .language-header-top .language-header .distHead{font-size:14px}}@keyframes _line-scale_v3rj7_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_v3rj7_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._common_v3rj7_20 .customized_container{padding:0 80px}._common_v3rj7_20 .container-fluid,._common_v3rj7_20 .customized_container{width:100%;max-width:1920px!important;position:relative;padding:0 40px;margin:0 auto}@media (max-width: 1599.98px){._common_v3rj7_20 .container-fluid,._common_v3rj7_20 .customized_container{max-width:calc(100% - 80px)}}@media (max-width: 1279.98px){._common_v3rj7_20 .container-fluid,._common_v3rj7_20 .customized_container{padding:0 20px!important;max-width:100%}}@media (max-width: 767.98px){._common_v3rj7_20 .container-fluid,._common_v3rj7_20 .customized_container{padding:0 20px!important;max-width:100%}}@media (max-width: 575.98px){._common_v3rj7_20 .container-fluid,._common_v3rj7_20 .customized_container{padding:0 15px!important;max-width:100%}}._common_v3rj7_20 h1,._common_v3rj7_20 h2,._common_v3rj7_20 h3,._common_v3rj7_20 h4,._common_v3rj7_20 h5,._common_v3rj7_20 h6,._common_v3rj7_20 .h1,._common_v3rj7_20 .h2,._common_v3rj7_20 .h3,._common_v3rj7_20 .h4,._common_v3rj7_20 .h5,._common_v3rj7_20 .h6{margin:0;margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}._common_v3rj7_20 p{font-size:16px;margin:0;color:var(--clr-white);margin-bottom:1rem}._common_v3rj7_20 ul{margin-bottom:0;padding:0;list-style:none!important;padding-left:0!important}._common_v3rj7_20 ul li{font-size:.9375rem!important}._common_v3rj7_20 li{font-size:16px;line-height:1.5;color:#212529}._common_v3rj7_20 img,._common_v3rj7_20 svg{max-width:100%}._common_v3rj7_20 .currencySymbol:before{content:"$"}._common_v3rj7_20 .theme-button{text-transform:uppercase;background-color:var(--light-blue);color:var(--clr-white);cursor:pointer;transition:.3s!important;border-radius:10px;font-size:22px;padding:0 20px;border:1px solid var(--light-blue);line-height:43px;height:50px;letter-spacing:1px;position:relative;z-index:2}@media (max-width: 1599.98px){._common_v3rj7_20 .theme-button{font-size:13px;height:41px;line-height:38px}}._common_v3rj7_20 .theme-button:hover{color:var(--clr-white);white-space:nowrap;opacity:.8;transition:.3s!important}@media (max-width: 1599.98px){._common_v3rj7_20 .theme-button{font-size:13px}}._common_v3rj7_20 .theme-button:focus{outline:none}@media (max-width: 575.98px){._common_v3rj7_20 .swiper .swiper-slide-active,._common_v3rj7_20 .swiper .swiper-slide-next{opacity:1}}._common_v3rj7_20 .swiper-button-prev,._common_v3rj7_20 .swiper-button-next{top:50%;cursor:pointer;position:absolute;z-index:99;text-align:center;box-shadow:none;opacity:1;height:35px;width:35px;border-radius:50%;background:transparent;border:1px solid var(--icon-txtcolor);color:var(--icon-txtcolor);margin-top:0;transform:translateY(-50%);overflow:hidden;display:flex;align-items:center;justify-content:center}@media (max-width: 767.98px){._common_v3rj7_20 .swiper-button-prev,._common_v3rj7_20 .swiper-button-next{height:30px;width:30px}._common_v3rj7_20 .swiper-button-prev:after,._common_v3rj7_20 .swiper-button-next:after{width:9px!important;top:10px!important;height:9px!important}}._common_v3rj7_20 .swiper-button-prev:hover,._common_v3rj7_20 .swiper-button-next:hover{background:var(--light-blue);color:var(--light-blue);opacity:.8;border-color:var(--light-blue)}._common_v3rj7_20 .swiper-button-prev:hover:before,._common_v3rj7_20 .swiper-button-next:hover:before{color:var(--clr-white)}._common_v3rj7_20 .swiper-button-prev:before,._common_v3rj7_20 .swiper-button-next:before{font-size:large;color:var(--icon-txtcolor)}@media (max-width: 767.98px){._common_v3rj7_20 .swiper-button-prev:before,._common_v3rj7_20 .swiper-button-next:before{font-size:small}}._common_v3rj7_20 .swiper-button-prev:after,._common_v3rj7_20 .swiper-button-next:after{content:"";display:inline-block;position:absolute;width:11px;height:11px;background:transparent;text-indent:-9999px;border-top:2px solid #bfbfbf;border-left:2px solid #bfbfbf;transition:all .25s ease-in-out;text-decoration:none;color:transparent;transform:rotate(-50deg);top:11px}._common_v3rj7_20 .swiper-button-prev.swiper-button-disabled,._common_v3rj7_20 .swiper-button-next.swiper-button-disabled{pointer-events:none;opacity:.5}._common_v3rj7_20 .swiper-button-prev{left:0}._common_v3rj7_20 .swiper-button-prev:after{left:13px}@media (max-width: 767.98px){._common_v3rj7_20 .swiper-button-prev:after{top:9px;left:12px}}._common_v3rj7_20 .swiper-button-next{right:0}._common_v3rj7_20 .swiper-button-next:after{left:9px;transform:rotate(136deg)!important}@media (max-width: 767.98px){._common_v3rj7_20 .swiper-button-next:after{top:9px;left:7px}}._common_v3rj7_20 .form-control:focus{box-shadow:none;outline:none;border-color:#e0e0e0}._common_v3rj7_20 .text-danger[role=alert]{margin-top:5px;display:inline-block}._common_v3rj7_20 .redMandat{color:var(--clr-danger)}._common_v3rj7_20 .recaptcha,._common_v3rj7_20 .recaptcha-widget{margin-bottom:10px}#_footer_7aszo_149 .newsLetterWrapper{background-color:var(--icons-bgcolor);padding:10px 40px;display:flex;justify-content:center;align-items:center}@media (max-width: 1279.98px){#_footer_7aszo_149 .newsLetterWrapper{padding:25px 80px 50px;border-radius:0;flex-direction:column}}@media (max-width: 767.98px){#_footer_7aszo_149 .newsLetterWrapper{padding:25px 15px 50px;border-radius:0;flex-direction:column}}#_footer_7aszo_149 .newsLetterWrapper .newsLetterInfo{width:auto;display:flex;justify-content:flex-start;padding-right:30px}@media (max-width: 1279.98px){#_footer_7aszo_149 .newsLetterWrapper .newsLetterInfo{width:100%;flex-direction:column;align-items:center}}#_footer_7aszo_149 .newsLetterWrapper .newsLetterInfo img{padding-right:20px}@media (max-width: 1024.98px){#_footer_7aszo_149 .newsLetterWrapper .newsLetterInfo img{width:80px;padding-right:0;margin:20px 0}}#_footer_7aszo_149 .newsLetterWrapper .newsLetterInfo .newsLetterTitle{margin-bottom:0}@media (max-width: 1279.98px){#_footer_7aszo_149 .newsLetterWrapper .newsLetterInfo .newsLetterTitle{padding-bottom:20px}}#_footer_7aszo_149 .newsLetterWrapper .newsLetterInfo .newsLetterTitle h3{margin-bottom:0;color:var(--clr-white)!important;font-size:26px;font-style:normal;font-weight:400;line-height:33px;text-transform:uppercase}@media (min-width: 1440px){#_footer_7aszo_149 .newsLetterWrapper .newsLetterInfo .newsLetterTitle h3{font-size:28px}}@media (max-width: 1024.98px){#_footer_7aszo_149 .newsLetterWrapper .newsLetterInfo .newsLetterTitle h3{font-size:20px;line-height:24px;text-align:center}}#_footer_7aszo_149 .newsLetterWrapper .newsLetterInfo .newsLetterTitle p{color:var(--clr-white)!important;font-size:15px;font-style:normal;font-weight:400;line-height:22px;text-transform:capitalize}@media (max-width: 1279.98px){#_footer_7aszo_149 .newsLetterWrapper .newsLetterInfo .newsLetterTitle p{text-align:center}}#_footer_7aszo_149 .newsLetterWrapper .newsletter_form{width:35%;height:50px;border-radius:0;border:1px solid #fff;padding-left:20px;display:flex;align-items:center;position:relative}@media (max-width: 1279.98px){#_footer_7aszo_149 .newsLetterWrapper .newsletter_form{width:100%}}#_footer_7aszo_149 .newsLetterWrapper .newsletter_form input{width:65%;background:transparent;border:none;outline:none;color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.42px}#_footer_7aszo_149 .newsLetterWrapper .newsletter_form input::placeholder{color:#fff}@media (min-width: 1800px){#_footer_7aszo_149 .newsLetterWrapper .newsletter_form input{font-size:18px}}#_footer_7aszo_149 .newsLetterWrapper .newsletter_form #Subscribe{height:100%;margin:0;text-align:center;display:flex;align-items:center;border-radius:0;background:#fff;color:var(--color-text);font-size:16px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:.45px;text-transform:capitalize;width:35%;justify-content:center;z-index:0;border:none}@media (min-width: 1800px){#_footer_7aszo_149 .newsLetterWrapper .newsletter_form #Subscribe{font-size:18px}}#_footer_7aszo_149 .newsLetterWrapper .newsletter_form .footer_msg{position:absolute;bottom:-25px;padding:2px 0;text-transform:capitalize;left:0}#_footer_7aszo_149 .footer_wrapper{padding-top:50px}#_footer_7aszo_149 .footer_wrapper .footer_content_top #footer-con .bottomFooter{border-bottom:1px solid #eee;padding-bottom:40px}@media (max-width: 767.98px){#_footer_7aszo_149 .footer_wrapper .footer_content_top{padding-bottom:15px}}#_footer_7aszo_149 .footer_section_holder{display:flex;flex-wrap:wrap}@media (min-width: 1025px){#_footer_7aszo_149 .footer_section_holder{flex-wrap:wrap}}@media (max-width: 767.98px){#_footer_7aszo_149 .footer_section_holder{display:flex;flex-direction:column;align-items:flex-start}}#_footer_7aszo_149 .footer_section{max-width:calc(33.3333333333% - 20px);flex-basis:calc(33.3333333333% - 20px);position:relative}@media (max-width: 1024.98px){#_footer_7aszo_149 .footer_section{max-width:100%;flex-basis:100%;width:100%;padding:0 0 20px}}#_footer_7aszo_149 .footer_section .hellothere{position:absolute;right:35px;bottom:-87px}@media (max-width: 1024.98px){#_footer_7aszo_149 .footer_section .hellothere{right:50px;bottom:-30px}}@media (max-width: 767.98px){#_footer_7aszo_149 .footer_section .hellothere{right:30px}}#_footer_7aszo_149 .footer_section .footer_section_header{display:flex;justify-content:space-between}#_footer_7aszo_149 .footer_section .footer_section_header .heading{margin:0 0 12px;overflow:hidden;color:var(--color-text);text-overflow:ellipsis;font-size:20px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.6px;text-transform:capitalize}#_footer_7aszo_149 .footer_section .footer_section_header .heading i{display:none!important}#_footer_7aszo_149 .footer_section .footer_section_header .icon{cursor:pointer;transition:.4s;position:relative;padding:10px 8px}#_footer_7aszo_149 .footer_section .footer_section_header .icon:before{content:"";position:absolute;width:10px;height:2px;right:0;top:8px;background:#fff}#_footer_7aszo_149 .footer_section .footer_section_header .icon:after{content:"";position:absolute;width:10px;height:2px;right:0;top:8px;background:#fff;transform:rotate(90deg)}@media (min-width: 768px){#_footer_7aszo_149 .footer_section .footer_section_header .icon{display:none}}#_footer_7aszo_149 .footer_section .footer_section_header .icon.active:after{content:none}@media (max-width: 767.98px){#_footer_7aszo_149 .footer_section .section_border{border-bottom:none;pointer-events:auto}}@media (max-width: 767.98px){#_footer_7aszo_149 .footer_section .section_item_hide{display:block}}#_footer_7aszo_149 .footer_section .section_item_hide.show{display:block}#_footer_7aszo_149 .footer_section .footer_section_item .category-menu button,#_footer_7aszo_149 .footer_section .footer_section_item .categoryMenu .list_menu_item a img,#_footer_7aszo_149 .footer_section .footer_section_item .categoryMenu .subListWrapper{display:none}#_footer_7aszo_149 .footer_section .footer_section_item .list-item.terms a,#_footer_7aszo_149 .footer_section .footer_section_item .cat-item.terms a{text-transform:none}#_footer_7aszo_149 .footer_section .footer_section_item .list-item a,#_footer_7aszo_149 .footer_section .footer_section_item .cat-item a{color:var(--color-text);text-align:justify;font-size:15px;font-style:normal;font-weight:400;line-height:30px;text-transform:capitalize}#_footer_7aszo_149 .footer_section .footer_section_item .list-item a:hover,#_footer_7aszo_149 .footer_section .footer_section_item .cat-item a:hover{color:var(--color-primary)}#_footer_7aszo_149 .footer_section .footer_section_item .list-item a span,#_footer_7aszo_149 .footer_section .footer_section_item .cat-item a span,#_footer_7aszo_149 .footer_section .footer_section_item .list-item a i,#_footer_7aszo_149 .footer_section .footer_section_item .cat-item a i,#_footer_7aszo_149 .footer_section .footer_section_item .list-item .has-arrow,#_footer_7aszo_149 .footer_section .footer_section_item .cat-item .has-arrow,#_footer_7aszo_149 .footer_section .footer_section_item .subcat-list{display:none}#_footer_7aszo_149 .footer_section .footer_section_item .newsletter_subheading{color:var(--clr-white);line-height:1.4;text-transform:capitalize;margin-top:0;margin-bottom:10px}#_footer_7aszo_149 .footer_section .footer_section_item .newsletter_form{margin-bottom:20px}#_footer_7aszo_149 .footer_section .footer_section_item .newsletter_form #NewsletterForm_footer{color:var(--clr-white);background:transparent;border-width:0 0 1px 0;border-style:solid;border-color:var(--clr-white);padding:10px 0;width:100%}#_footer_7aszo_149 .footer_section .footer_section_item .newsletter_form #NewsletterForm_footer::placeholder{color:var(--clr-white);opacity:1;font-size:.9647272727rem}#_footer_7aszo_149 .footer_section .footer_section_item .newsletter_form #NewsletterForm_footer:hover,#_footer_7aszo_149 .footer_section .footer_section_item .newsletter_form #NewsletterForm_footer:focus,#_footer_7aszo_149 .footer_section .footer_section_item .newsletter_form #NewsletterForm_footer.active{border-width:0 0 1px 0;border-style:solid;border-color:var(--clr-white);outline:none;box-shadow:none}#_footer_7aszo_149 .footer_section .footer_section_item .newsletter_form_button{font-size:1rem;text-transform:uppercase;letter-spacing:1.6px;background-image:linear-gradient(to bottom,#3285b9,#2d81b6,#277db3,#2179b0,#1b75ad);color:#fff;padding:8px 10px;border-radius:4px;text-align:center;display:inline-block;transition:all .8s ease-in;font-weight:700;border:none}#_footer_7aszo_149 .footer_section .footer_section_item .newsletter_form_button:hover,#_footer_7aszo_149 .footer_section .footer_section_item .newsletter_form_button:focus,#_footer_7aszo_149 .footer_section .footer_section_item .newsletter_form_button.active{box-shadow:none;outline:none}#_footer_7aszo_149 .footer_section .footer_section_item .footer_social{margin-top:10px}#_footer_7aszo_149 .footer_section .footer_section_item .footer_social .social_list{display:flex;flex-wrap:wrap;gap:8px}@media (max-width: 767.98px){#_footer_7aszo_149 .footer_section .footer_section_item .footer_social .social_list{justify-content:start!important}}#_footer_7aszo_149 .footer_section .footer_section_item .footer_social .social_link{color:var(--clr-white);display:flex;justify-content:center;align-items:center;cursor:pointer}#_footer_7aszo_149 .footer_section .footer_section_item .footer_social .social_link a{justify-content:center;align-items:center;width:44px;height:44px;border-radius:100%;border:1px solid var(--icons-bgcolor);display:inline-block;text-align:center;line-height:44px;margin-right:10px;cursor:pointer;transition:all .3s;background:var(--icons-bgcolor);color:var(--clr-white);font-size:1.516rem}#_footer_7aszo_149 .footer_section .footer_section_item .footer_social .social_link:hover{color:#1ebd78}#_footer_7aszo_149 .footer_section .footer_section_item .footer_social .social_link span{font-size:1.3781818182rem}#_footer_7aszo_149 .footer_content_bottom{padding:20px 0}#_footer_7aszo_149 .copyright_payment_wrapper{display:flex;align-items:center;justify-content:space-between}@media (max-width: 767.98px){#_footer_7aszo_149 .copyright_payment_wrapper{display:flex;flex-direction:column}}#_footer_7aszo_149 .footer_copyright{padding-right:15px;position:relative}#_footer_7aszo_149 .footer_copyright .powerlogo_cont{position:absolute;right:0;top:0}@media (max-width: 1024.98px){#_footer_7aszo_149 .footer_copyright .powerlogo_cont{padding-right:0;margin-bottom:25px;position:unset;display:flex;justify-content:center;padding-top:20px}}#_footer_7aszo_149 .footer_copyright .powerlogo_cont img{width:auto}@media (max-width: 767.98px){#_footer_7aszo_149 .footer_copyright{padding-right:0;margin-bottom:25px}}#_footer_7aszo_149 .footer_copyright .copyright_content span{color:var(--color-text);font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.42px;text-transform:capitalize}@media (max-width: 767.98px){#_footer_7aszo_149 .footer_copyright .copyright_content{text-align:start}}#_footer_7aszo_149 .footer_payment .payment_list{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:15px}@media (max-width: 767.98px){#_footer_7aszo_149 .footer_payment .payment_list{justify-content:center}}#_footer_7aszo_149 .footer_payment .payment_item .bg-svgexport_36{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/StaticImages/sprite-images.png) -10px -98px;display:inline-block}#_footer_7aszo_149 .footer_payment .payment_item .bg-svgexport_37{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/StaticImages/sprite-images.png) -10px -54px;display:inline-block}#_footer_7aszo_149 .footer_payment .payment_item .bg-svgexport_38{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/StaticImages/sprite-images.png) -68px -10px;display:inline-block}#_footer_7aszo_149 .footer_payment .payment_item .bg-svgexport_39{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/StaticImages/sprite-images.png) -126px -10px;display:inline-block}#_footer_7aszo_149 .footer_payment .payment_item .bg-svgexport_40{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/StaticImages/sprite-images.png) -10px -10px;display:inline-block}#_footer_7aszo_149 .footer_payment .payment_item .bg-svgexport_41{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/StaticImages/sprite-images.png) -68px -54px;display:inline-block}#_footer_7aszo_149 .footer_payment .payment_item .bg-svgexport_42{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/StaticImages/sprite-images.png) -126px -54px;display:inline-block}#_footer_7aszo_149 .mainFooter{padding:30px 0}#_footer_7aszo_149 .mainFooter .footerRow1{display:flex;justify-content:space-between;flex-wrap:wrap}#_footer_7aszo_149 .mainFooter .footerRow1 .theme-button{margin-bottom:10px;color:#fff;font-size:1.14286rem;font-weight:700;letter-spacing:-.4px;line-height:30px;display:block;padding:0}#_footer_7aszo_149 .mainFooter .footerRow1 .footer-menu>a{margin-bottom:10px;color:#fff;font-size:1.14286rem;font-weight:700;letter-spacing:-.4px;line-height:30px;display:block}#_footer_7aszo_149 .mainFooter .footerRow1 .renCategory{flex:2 0 0}#_footer_7aszo_149 .mainFooter .footerRow1 .renCategory .footer-menu>ul{column-count:2}#_footer_7aszo_149 .mainFooter .footerRow1 .renCompany,#_footer_7aszo_149 .mainFooter .footerRow1 .exclusiveCompany{flex:1 0 0}#_footer_7aszo_149 .mainFooter .footerRow1 ul li a{font-size:1rem;letter-spacing:-.35px;line-height:30px;color:#fff;transition:.3s}#_footer_7aszo_149 .mainFooter .footerRow1 .newsletter_form{width:100%}#_footer_7aszo_149 .mainFooter .footerRow1 .newsletter_form input{margin-bottom:25px;font-size:1rem;background-color:transparent;color:#fff!important;border-width:0 0px 1px 0px;border-radius:0!important;padding:0;text-transform:capitalize}#_footer_7aszo_149 .mainFooter .footerRow1 .newsletter_form .input-group-prepend{display:none}#_footer_7aszo_149 .mainFooter .footerRow1 .newsletter_form_button{color:var(--clr-white);padding:10px;transition:.3s;font-size:.9647272727rem;font-weight:700;letter-spacing:1.6px;position:relative;overflow:hidden;background:transparent;border:0;margin-top:10px;border-radius:4px;text-transform:uppercase;display:inline-flex;width:100%}#_footer_7aszo_149 .mainFooter .footerRow1 .newsletter_form_button:after{content:"";position:absolute;width:100%;height:60px;background-image:linear-gradient(180deg,#21c07b,#02a36b,#21c07b);left:0;top:0;z-index:-1;transition:transform .2s ease-in}#_footer_7aszo_149 .mainFooter .footerRow1 .newsletter_form_button:hover:after{transform:translateY(-10px)}#_footer_7aszo_149 .mainFooter .footerRow1 .followUs ul{display:flex;flex-wrap:wrap}#_footer_7aszo_149 .mainFooter .footerRow1 .followUs ul li i{color:#fff;font-size:1.42857rem}#_footer_7aszo_149 .mainFooter .footerRow1 .followUs ul li+li{margin-left:15px}#_footer_7aszo_149 .mainFooter .footerRow1 .newsletterButton{margin:0 0 35px}#_footer_7aszo_149 .mainFooter .footerRow1 h4.heading{margin-bottom:10px;color:#fff;font-size:1.14286rem;font-weight:700;letter-spacing:-.4px;line-height:30px;display:block}#_footer_7aszo_149 .footerLink{color:#0e97e7}#_footer_7aszo_149 ul,#_footer_7aszo_149 ol,#_footer_7aszo_149 dl{padding:0;margin:0;list-style:none}#_footer_7aszo_149 .btn:not(.btn-outline):not(.btn-light),#_footer_7aszo_149 button:not(.btn-outline):not(.btn-light){text-shadow:none;outline:none}#_footer_7aszo_149 .btn:not(.btn-outline):not(.btn-light),#_footer_7aszo_149 .pager.pager-fancy>li a{text-shadow:1px 1px 1px hwb(0deg 0% 100%/20%)}#_footer_7aszo_149 .bottomFooter{display:flex;justify-content:space-between;align-items:flex-start}@media (max-width: 1024.98px){#_footer_7aszo_149 .bottomFooter{flex-direction:column;flex-wrap:wrap;padding-top:20px}}#_footer_7aszo_149 .footer_section_item .category-menu .cat-menu{width:auto}#_footer_7aszo_149 .footer_section_item .category-menu .cat-menu .cat-menu-list{display:flex;flex-direction:column}#_footer_7aszo_149 .footer_section_item .category-menu .cat-menu .cat-menu-list .cat-item:last-child{display:none}#_footer_7aszo_149 .footer_section_item .category-menu .cat-menu .cat-menu-list .cat-item.drinkware{order:0}#_footer_7aszo_149 .footer_section_item .category-menu .cat-menu .cat-menu-list .cat-item.hard-coolers{order:1}#_footer_7aszo_149 .footer_section_item .category-menu .cat-menu .cat-menu-list .cat-item.soft-coolers{order:2}#_footer_7aszo_149 .footer_section_item .category-menu .cat-menu .cat-menu-list .cat-item.dogs{order:3}#_footer_7aszo_149 .footer_section_item .category-menu .cat-menu .cat-menu-list .cat-item.all-new{order:4}#_footer_7aszo_149 .footer_section_item .category-menu .cat-menu .cat-menu-list .cat-item.fitbit{order:5}#_footer_7aszo_149 .footer_section_item .section-list{column-count:1;width:100%}@media (max-width: 767.98px){#_footer_7aszo_149 .footer_section_item .section-list{width:100%}}@media (max-width: 500px){#_footer_7aszo_149 .footer_section_item .section-list{width:100%}}#_footer_7aszo_149 .footer_section_item .section-list li{white-space:nowrap}#_footer_7aszo_149 .footer_section_item ul li{color:var(--color-text);font-size:15px;font-style:normal;font-weight:400;line-height:30px}#_footer_7aszo_149 .footer_section_item ul li.fitbit a:after{content:"®";font-size:14px;top:-4px;position:relative}#_footer_7aszo_149 .footer_section_item ul a{color:var(--color-text);font-size:15px;font-style:normal;font-weight:400;line-height:30px}#_footer_7aszo_149 .footer-logo-top{display:flex;align-items:center;justify-content:end;min-height:100%;white-space:nowrap;margin:0 0 0 auto}@media (max-width: 767.98px){#_footer_7aszo_149 .footer-logo-top{margin:20px auto 0 0;display:flex;align-items:center;justify-content:start;min-height:100%}}#_footer_7aszo_149 .footer-logo-top p{margin-bottom:0;font-size:16px}#_footer_7aszo_149 .footer-logo-top .powerlogo_cont{display:flex;align-items:center}#_footer_7aszo_149 .footer-logo-top .powerlogo_cont span{font-size:14px;margin:0 10px 0 30px}#_footer_7aszo_149 .footer-logo img{margin-left:20px}@media (max-width: 767.98px){#_footer_7aszo_149 .footer-logo img{margin-left:0;margin-right:20px}}#_footer_7aszo_149 .footer-logo-mid{padding-top:20px}#_footer_7aszo_149 .footer-logo-mid img{margin-left:0}@media (max-width: 767.98px){#_footer_7aszo_149 .footer-logo-mid img{margin-left:0;margin-right:20px}}#_footer_7aszo_149 .main{min-height:38vh}#_header_rahkv_1202 header{background:#fffffff2;position:sticky;position:-webkit-sticky;top:0;z-index:3;border-bottom:solid 1px rgba(0,0,0,.2);backdrop-filter:blur(6px)}#_header_rahkv_1202 #headerTarget{display:grid;padding:15px 30px;column-gap:20px;position:relative;grid-template-columns:30px calc(22% - 60px) 50% auto min-content min-content;align-content:center;align-items:center}@media (max-width: 1279.98px){#_header_rahkv_1202 #headerTarget{column-gap:15px;padding:15px}}@media (max-width: 1024.98px){#_header_rahkv_1202 #headerTarget{grid-template-columns:30px auto 50% auto min-content min-content;column-gap:10px}}@media (max-width: 767.98px){#_header_rahkv_1202 #headerTarget{grid-template-columns:30px auto min-content min-content min-content}}@media (max-width: 575.98px){#_header_rahkv_1202 #headerTarget{grid-template-columns:30px auto min-content;padding:15px 7.5px;column-gap:10px}}#_header_rahkv_1202 #headerTarget .sli{font-size:28px;color:var(--color-text)}@media (max-width: 1024.98px){#_header_rahkv_1202 #headerTarget .sli{font-size:24px}}#_header_rahkv_1202 #headerTarget .hamburger-icon{height:4px;background:var(--color-secondary-700);box-shadow:0 9px var(--color-secondary-700),0 -9px var(--color-secondary-700);cursor:pointer;position:relative}#_header_rahkv_1202 #headerTarget .hamburger-icon:before{content:"";display:inline-block;height:30px;width:100%;position:absolute;top:50%;transform:translateY(-50%)}#_header_rahkv_1202 #headerTarget .company-logo img{max-width:100%}#_header_rahkv_1202 #headerTarget .search-container{margin:0 auto;width:100%;position:relative}@media (max-width: 767.98px){#_header_rahkv_1202 #headerTarget .search-container{position:absolute;z-index:3;top:0;width:100%;height:auto;visibility:hidden;background:#fff;padding:20px}}#_header_rahkv_1202 #headerTarget .search-container .searchWrapper{display:flex;align-items:center;position:relative;column-gap:15px}#_header_rahkv_1202 #headerTarget .search-container .nlpSearch_input{height:40px;width:100%;border-radius:5px;padding:0 10px;outline:none;border:solid 1px #ccc;background:#f1f1f1}#_header_rahkv_1202 #headerTarget .search-container .searchWrapperBtn{background:transparent;border:none;position:absolute;right:10px}@media (max-width: 767.98px){#_header_rahkv_1202 #headerTarget .search-container .searchWrapperBtn{right:30px}}#_header_rahkv_1202 #headerTarget .search-container .searchWrapperBtn svg{width:16px;height:16px}#_header_rahkv_1202 #headerTarget .search-container .searchWrapperBtn button{border:none;background:transparent;cursor:pointer}#_header_rahkv_1202 #headerTarget .search-container .searchWrapperBtn button:focus,#_header_rahkv_1202 #headerTarget .search-container .searchWrapperBtn button.active,#_header_rahkv_1202 #headerTarget .search-container .searchWrapperBtn button:focus-visible{border:none!important;box-shadow:none!important;outline:none!important}#_header_rahkv_1202 #headerTarget .search-container .searchWrapperBtn button span{font-size:20px}#_header_rahkv_1202 #headerTarget .search-container .mobileSearchClose{font-size:16px;color:var(--color-text)}@media (min-width: 768px){#_header_rahkv_1202 #headerTarget .search-container .mobileSearchClose{display:none}}#_header_rahkv_1202 #headerTarget .search-container .mobileSearchClose span{cursor:pointer}#_header_rahkv_1202 #headerTarget .indicators{display:flex;column-gap:20px;margin-left:auto}@media (max-width: 1279.98px){#_header_rahkv_1202 #headerTarget .indicators{column-gap:15px}}@media (max-width: 1024.98px){#_header_rahkv_1202 #headerTarget .indicators{column-gap:10px}}#_header_rahkv_1202 #headerTarget .indicators .search{padding:0;border:0;background:transparent}@media (min-width: 768px){#_header_rahkv_1202 #headerTarget .indicators .search{display:none}}#_header_rahkv_1202 #headerTarget .indicators .search .icon-search{font-size:24px;color:var(--color-text);cursor:pointer}#_header_rahkv_1202 #headerTarget .indicators .indicator .label{order:1}#_header_rahkv_1202 #headerTarget .indicators .indicator .count-top{position:relative;padding-right:10px}#_header_rahkv_1202 #headerTarget .indicators .indicator .count-top .count{background:var(--color-secondary-700);color:#fff;display:flex;justify-content:center;align-items:center;position:absolute;right:0;bottom:0;width:20px;height:20px;border-radius:10px;transform:translateY(25%);line-height:1;font-size:12px}@media (max-width: 575.98px){#_header_rahkv_1202 #headerTarget .indicators .indicator.wishlist-count-bubble{display:none}}#_header_rahkv_1202 #headerTarget .customer-login{display:flex;position:relative;align-items:center;column-gap:5px}@media (max-width: 575.98px){#_header_rahkv_1202 #headerTarget .customer-login{display:none}}#_header_rahkv_1202 #headerTarget .customer-login.loggedIn:after{content:"";position:absolute;width:100%;background:transparent;height:100%;top:25px}#_header_rahkv_1202 #headerTarget .customer-login .desc{font-size:14px;text-align:right;color:var(--color-text)}@media (max-width: 1024.98px){#_header_rahkv_1202 #headerTarget .customer-login .desc{display:none}}#_header_rahkv_1202 #headerTarget .customer-login .desc a{font-size:16px;margin-top:2px;display:inline-block;padding-top:15px}#_header_rahkv_1202 #headerTarget .customer-login .logged-in,#_header_rahkv_1202 #headerTarget .customer-login .logged-in+.desc{cursor:pointer}#_header_rahkv_1202 #headerTarget .customer-login .dropdown-account{display:none;flex-direction:column;max-width:100%;align-items:flex-end;background:#fff;padding:20px 15px;row-gap:15px;position:absolute;top:100%;right:0;border:solid 1px #ccc;border-top:solid 5px var(--color-primary-400);transform:translateY(10px);font-size:14px}#_header_rahkv_1202 #headerTarget .customer-login .dropdown-account a{white-space:nowrap}@media (max-width: 575.98px){#_header_rahkv_1202 #headerTarget .customer-login .dropdown-account a.noMob{display:none}}#_header_rahkv_1202 #headerTarget .customer-login:hover .dropdown-account{display:flex}#_header_rahkv_1202 .search-container.showSearch{visibility:visible!important}#_header_rahkv_1202 .search-container.showSearch .backdrop{position:fixed;height:100vh;inset:0;opacity:1;visibility:visible}#_header_rahkv_1202 .search-container.showSearch .mobileSearchWrapper{position:fixed;height:100vh;width:100%;inset:0;padding:20px;z-index:3;background:#fff}#_header_rahkv_1202 .search-container.showSearch .nlpSearchWrapper{position:fixed;width:100%;box-shadow:none;left:0;margin:0;top:calc(100% + 200px)}#_header_rahkv_1202 .hide-search .searchProducts{display:none}#_header_rahkv_1202 nav#bottom-nav{--color-text: #fff;background:var(--color-secondary-700);color:var(--color-text);padding:0 30px;display:flex;font-size:16px;z-index:2;position:relative;justify-content:space-between;gap:30px}@media (max-width: 1279.98px){#_header_rahkv_1202 nav#bottom-nav{display:none}}#_header_rahkv_1202 nav#bottom-nav #all-cat{display:flex;align-items:center;column-gap:7px;cursor:pointer;position:relative}#_header_rahkv_1202 nav#bottom-nav #all-cat:before{position:absolute;content:"";width:100%;height:0;background-color:var(--color-primary-400);bottom:0;transition:.2s}#_header_rahkv_1202 nav#bottom-nav #all-cat:hover:before{height:5px}#_header_rahkv_1202 nav#bottom-nav #all-cat .icon-grid{font-size:19px}#_header_rahkv_1202 nav#bottom-nav .category-menu .cat-list{display:flex;column-gap:30px}#_header_rahkv_1202 nav#bottom-nav .category-menu .cat-list .cat-item{position:relative}#_header_rahkv_1202 nav#bottom-nav .category-menu .cat-list .cat-item:before{position:absolute;content:"";width:100%;height:0;background-color:var(--color-primary-400);bottom:0;transition:.2s}#_header_rahkv_1202 nav#bottom-nav .category-menu .cat-list .cat-item:hover:before{height:5px}#_header_rahkv_1202 nav#bottom-nav .category-menu .cat-list .cat-item>a{padding:15px 0;display:flex;align-items:center;column-gap:7px}#_header_rahkv_1202 nav#bottom-nav .category-menu .cat-list .cat-item>a .arrow:before{content:"";font-size:12px;font-weight:700}#_header_rahkv_1202 nav#bottom-nav .category-menu .subcat-list{position:absolute;padding:10px!important;display:inline-block!important;text-align:left!important;background:#fff;box-shadow:1px 2px 5px #00000040;width:190px;z-index:9;top:100%;transform:translateY(30px);transition:.3s;left:0;visibility:hidden;opacity:0}#_header_rahkv_1202 nav#bottom-nav .category-menu .hasSubmenu:hover>.subcat-list{opacity:1;visibility:visible;transform:translateY(0)}#_header_rahkv_1202 nav#bottom-nav .category-menu.desktop .cat-item:nth-child(n+8){display:none}#_header_rahkv_1202 nav#bottom-nav .category-menu .newBtn{background-color:transparent!important}#_header_rahkv_1202 nav#bottom-nav .quick-links{display:flex;gap:15px}#_header_rahkv_1202 nav#bottom-nav .quick-links a{display:flex;align-items:center;margin-right:15px;position:relative}#_header_rahkv_1202 nav#bottom-nav .quick-links a:before{position:absolute;content:"";width:100%;height:0;background-color:var(--color-primary-400);bottom:0;transition:.2s}#_header_rahkv_1202 nav#bottom-nav .quick-links a:hover:before{height:5px}#_header_rahkv_1202 nav#bottom-nav .quick-links a:not(:last-child):after{content:"";display:inline-block;width:1px;height:13px;background:#fff;position:absolute;top:50%;transform:translateY(-50%);right:-15px}#_header_rahkv_1202 #sidebar-menu-container{position:fixed;z-index:5;top:0;width:100%;height:100%;visibility:hidden}#_header_rahkv_1202 #sidebar-menu-container aside{position:absolute;top:0;left:0;width:350px;background:#fff;max-width:100%;height:100%;transform:translate(-100%);transition:.3s;transition-delay:0s}#_header_rahkv_1202 #sidebar-menu-container aside .scroll-auto{height:calc(100% - 50px);overflow:auto;background:var(--clr-white);scrollbar-width:thin}#_header_rahkv_1202 #sidebar-menu-container aside .scroll-auto::-webkit-scrollbar{width:5px}#_header_rahkv_1202 #sidebar-menu-container aside .scroll-auto::-webkit-scrollbar-track{background:#f1f1f1}#_header_rahkv_1202 #sidebar-menu-container aside .scroll-auto::-webkit-scrollbar-thumb{background:#c8c8c8}#_header_rahkv_1202 #sidebar-menu-container aside .scroll-auto::-webkit-scrollbar-thumb:hover{background:#555}#_header_rahkv_1202 #sidebar-menu-container aside .scroll-auto .sidebar-item{padding-left:15px;color:var(--txt-color);line-height:22px}#_header_rahkv_1202 #sidebar-menu-container aside .scroll-auto .sidebar-item h3{margin:0;font-size:16px;font-weight:var(--font-weight-bold);padding:15px 0}#_header_rahkv_1202 #sidebar-menu-container aside .scroll-auto .sidebar-item ul.cat-list{display:flex;flex-direction:column;gap:12px}#_header_rahkv_1202 #sidebar-menu-container aside .scroll-auto .sidebar-item ul.cat-list li.cat-item a{font-size:14px;position:relative;display:flex;font-weight:600;align-items:center;justify-content:space-between}#_header_rahkv_1202 #sidebar-menu-container aside .scroll-auto .sidebar-item ul.cat-list li.cat-item a .icon-chevron-down{padding:4px 15px}#_header_rahkv_1202 #sidebar-menu-container aside .scroll-auto .sidebar-item ul.cat-list li.cat-item a .icon-chevron-down.clicked{transform:rotate(180deg);transition:.3s}#_header_rahkv_1202 #sidebar-menu-container aside .scroll-auto .sidebar-item ul.cat-list li.cat-item .subcat-list{padding:6px 0 0 15px;display:none}#_header_rahkv_1202 #sidebar-menu-container aside .scroll-auto .sidebar-item ul.cat-list li.cat-item .subcat-list .subcat-item a{font-weight:var(--font-body-weight);padding:0}#_header_rahkv_1202 #sidebar-menu-container aside .scroll-auto .sidebar-item ul.cat-list li.cat-item .subcat-list.show_sublist_menu{display:flex;flex-direction:column;gap:12px}#_header_rahkv_1202 #sidebar-menu-container aside .scroll-auto .sidebar-item.category-menu{padding-bottom:15px;border-bottom:1px solid #ccc}#_header_rahkv_1202 #sidebar-menu-container aside .scroll-auto .my-account-list{display:flex;flex-direction:column;padding:0 0 15px 15px;gap:12px}#_header_rahkv_1202 #sidebar-menu-container aside .scroll-auto .my-account-list a{line-height:var(--font-body-lineheight);font-size:14px}#_header_rahkv_1202 #sidebar-menu-container aside>h2{position:sticky;position:-webkit-sticky;top:0;background:var(--color-secondary-700);color:#fff;padding:0 15px;font-size:18px;margin:0;display:flex;height:50px;align-items:center;justify-content:space-between;z-index:1}#_header_rahkv_1202 #sidebar-menu-container aside>h2 i:before{content:"×";font-size:36px;font-weight:100;cursor:pointer}@media (min-width: 1025px){#_header_rahkv_1202 #sidebar-menu-container aside .language-dropdown{display:none}}@media (max-width: 1024.98px){#_header_rahkv_1202 #sidebar-menu-container aside .language-dropdown{display:block;margin-left:auto}}._sidebar-open_rahkv_568 #_header_rahkv_1202 #sidebar-menu-container{visibility:visible}._sidebar-open_rahkv_568 #_header_rahkv_1202 #sidebar-menu-container .backdrop{opacity:1;transition-delay:0s}._sidebar-open_rahkv_568 #_header_rahkv_1202 #sidebar-menu-container aside{transform:translate(0);transition-delay:.1s}#_header_rahkv_1202 .mobile_sticky_toolbar{display:none!important}#_header_rahkv_1202 .customer_service_text{color:var(--header-text);font-size:var(--font-body-size);margin-right:15px}#_header_rahkv_1202 .customer_service_text a{color:var(--header-text)}#_header_rahkv_1202 .nlpSearchWrapper{position:absolute;top:calc(100% + 5px);left:0;right:0;width:100%;box-shadow:0 0 5px #999;background-color:var(--clr-white);padding:18px;z-index:999;max-height:400px;height:auto;overflow-y:auto;scrollbar-width:thin;border:1px solid #ccc;border-radius:4px}#_header_rahkv_1202 .nlpSearchWrapper.image-search{width:100%;left:0}#_header_rahkv_1202 .nlpSearchWrapper.image-search .productSuggestWrapper{width:100%}#_header_rahkv_1202 .nlpSearchWrapper.image-search .product-left{display:none}@media (max-width: 1024.98px){#_header_rahkv_1202 .nlpSearchWrapper{left:0;width:calc(100% + 0px)}}#_header_rahkv_1202 .nlpSearchWrapper::-webkit-scrollbar{width:5px}#_header_rahkv_1202 .nlpSearchWrapper::-webkit-scrollbar-track{background:#f1f1f1}#_header_rahkv_1202 .nlpSearchWrapper::-webkit-scrollbar-thumb{background:#c8c8c8}#_header_rahkv_1202 .nlpSearchWrapper::-webkit-scrollbar-thumb:hover{background:#555}#_header_rahkv_1202 .nlpSearchWrapper .spiner-full{position:absolute;top:0;left:0;width:100%;height:100%}#_header_rahkv_1202 .nlpSearchWrapper .loadingSpinner{display:inline-block;vertical-align:sub;border:4px solid #f3f3f3;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border-top:4px solid #0e97e7;border-radius:50%;width:20px;height:20px;margin-right:10px}@keyframes _spin_rahkv_635{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#_header_rahkv_1202 .nlpSearchWrapper .suggestionListWrapper .title-wrapper,#_header_rahkv_1202 .nlpSearchWrapper .suggestionListWrapper h3{font-size:16px;font-weight:600;line-height:var(--font-body-lineheight);letter-spacing:.32px;text-transform:capitalize;color:var(--txt-color);display:flex;justify-content:space-between;align-items:center;margin:0 0 15px;padding-bottom:8px;border-bottom:1px solid #e8e8e8}#_header_rahkv_1202 .nlpSearchWrapper .suggestionListWrapper .search-title{padding:0;margin:0}#_header_rahkv_1202 .nlpSearchWrapper .suggestionListWrapper .icon-close{cursor:pointer}#_header_rahkv_1202 .nlpSearchWrapper .suggestionListWrapper h3{border:0}#_header_rahkv_1202 .nlpSearchWrapper .suggestionListWrapper .suggestionList,#_header_rahkv_1202 .nlpSearchWrapper .suggestionListWrapper .suggestionsList{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}#_header_rahkv_1202 .nlpSearchWrapper .suggestionListWrapper .suggestionList li,#_header_rahkv_1202 .nlpSearchWrapper .suggestionListWrapper .suggestionsList li{display:flex;align-items:center;justify-content:center;padding:7px 10px;text-transform:lowercase;background-color:#f7f7f7;color:#868686;border-radius:5px;cursor:pointer}#_header_rahkv_1202 .nlpSearchWrapper .searchProducts{overflow:auto}#_header_rahkv_1202 .nlpSearchWrapper .searchProducts .productSuggestWrapper{display:block;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));column-gap:15px;min-width:100%}@media (max-width: 575.98px){#_header_rahkv_1202 .nlpSearchWrapper .searchProducts .productSuggestWrapper{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}#_header_rahkv_1202 .nlpSearchWrapper .searchProducts .productSuggestWrapper .wishlist-and-view-main-div{opacity:0!important;visibility:hidden!important}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage{width:100%;left:0}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper{border:2px dashed #cccccc;cursor:pointer;position:relative;padding:10px;height:130px;border-radius:20px;display:flex;align-items:center;justify-content:center}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent{display:flex;flex-direction:column;justify-content:center;align-items:center}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent span{font-size:16px;color:#000;font-weight:500}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent p{white-space:break-spaces;text-align:center;margin-top:10px;font-size:14px}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent small{display:block;padding:12px 0}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper input{position:absolute;opacity:0;z-index:1;left:0;top:0;width:100%;height:100%;cursor:pointer}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .file-field{position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:2rem}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .file-field .btn{text-transform:capitalize;margin:.375rem;word-wrap:break-word;white-space:normal;border:0;border-radius:.125rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .file-field .btn-primary.btn-sm{margin:0;padding:0 10px;font-size:.9rem;width:140px;height:40px;line-height:40px}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .file-field .btn-primary.btn-sm input[type=file]{position:absolute;inset:-28px 0 0;max-width:100%;width:140px;padding:0;margin:0;cursor:pointer;filter:alpha(opacity=0);opacity:0}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper{padding-left:10px;overflow:hidden;margin-right:auto}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper span{color:var(--clr_3);font-size:16px}@media (max-width: 414.98px){#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper span{font-size:14px}}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper input.file-path{width:100%;height:36px;border:none;border-radius:0;outline:none}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .wrap-search{display:flex;margin-bottom:2rem}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .wrap-search input::placeholder{font-size:16px}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .wrap-search #txtImage{width:calc(100% - 80px);border:1px solid #ccc;border-top-left-radius:4px;border-bottom-left-radius:4px;padding:5px;height:35px}#_header_rahkv_1202 .nlpSearchWrapper.searchByUploadImage .wrap-search input[type=button]{font-size:16px;border:0;color:#fff;height:35px;display:flex;border-radius:0;width:80px;justify-content:center;align-items:center;background:linear-gradient(171deg,#1ebd78,#03a46b)}#_header_rahkv_1202 .nlpSearchWrapper .noResult{position:relative}#_header_rahkv_1202 .nlpSearchWrapper .noResult i{position:absolute;top:0;right:0;font-size:14px;cursor:pointer}#_header_rahkv_1202 .nlpSearchWrapper .noResult p{margin:0}#_header_rahkv_1202 .nlpSearchWrapper .text-danger{margin-top:10px}#_header_rahkv_1202 .showMobileSearch .mobile_searchOverlay{position:fixed;inset:0;cursor:pointer;z-index:2;height:100%!important;width:100%;background-color:#232323cc}@media (max-width: 1279.98px){#_header_rahkv_1202 .showMobileSearch .mobile_searchwrapper{position:fixed;left:0%;padding:13px 20px;top:0;margin:0;z-index:1;background:var(--clr-white);height:100%;transition:.5s;min-width:390px!important}}#_header_rahkv_1202 .showMobileSearch .search_holder{position:relative}@media (max-width: 1279.98px){#_header_rahkv_1202 .showMobileSearch .search_holder{margin:0!important;padding:0!important}}#_header_rahkv_1202 .showMobileSearch .search_holder .seach_icon{display:none}#_header_rahkv_1202 .showMobileSearch .search_holder .search-container{margin-top:10px}#_header_rahkv_1202 .showMobileSearch .search_holder .search-container .nlpSearch_input{min-width:100%!important;height:auto;border-bottom:1px solidvar(--border-bottom)}#_header_rahkv_1202 .showMobileSearch .backgroundSearchOverlay{position:fixed;inset:0;cursor:pointer;height:100%;width:100%}#_header_rahkv_1202 .showMobileSearch .search-container{z-index:1}#_header_rahkv_1202 .cartPopup{position:fixed;top:0;right:0;background:var(--clr-white);padding:24px 30px 30px;z-index:30;max-width:420px;height:100%;color:var(--txt-color);transition:.4s}#_header_rahkv_1202 .cartPopup .cart-popup-close{margin-left:15px;font-size:16px;cursor:pointer}#_header_rahkv_1202 .cartPopup .cart-popup-close:after{content:"×"}#_header_rahkv_1202 .cartPopup .emptyClassWrapper{display:flex;align-items:center;font-size:16px;font-weight:var(--font-weight-bold)}#_header_rahkv_1202 .cartPopup .show_side_cart{right:-100%}#_header_rahkv_1202 .cartPopup .panel-title{font-size:16px;font-weight:600;line-height:var(--font-body-lineheight);letter-spacing:.32px;text-transform:capitalize;color:var(--txt-color);display:flex;justify-content:space-between;align-items:center}#_header_rahkv_1202 .cartPopup .panel-title .cart-popup-title{font-size:inherit;font-weight:inherit;margin:0}#_header_rahkv_1202 .cartPopup .cart-items-list{padding-top:13px;height:auto;max-height:80%;overflow-y:auto}#_header_rahkv_1202 .cartPopup .cart-items-list .cart-item{display:flex;padding-bottom:25px}#_header_rahkv_1202 .cartPopup .cart-items-list .cart-item:last-child{padding-bottom:0}#_header_rahkv_1202 .cartPopup .cart-items-list .cart-item .img-preview{width:80px}#_header_rahkv_1202 .cartPopup .cart-items-list .cart-item .img-preview img{width:100%}#_header_rahkv_1202 .cartPopup .cart-items-list .cart-item .cart-item-description{padding:0 20px;width:calc(100% - 80px);text-align:left;font-size:var(--font-body-size);font-weight:var(--font-body-weight);line-height:var(--font-body-lineheight);letter-spacing:.32px;text-transform:capitalize;color:var(--txt-color)}#_header_rahkv_1202 .cartPopup .cart-items-list .cart-item .cart-item-description .info{margin:0 0 10px}#_header_rahkv_1202 .cartPopup .cart-items-list .cart-item .cart-item-description .price{font-size:14px;font-weight:600}#_header_rahkv_1202 .cartPopup .cart-items-list .cart-item .cart-item-description .Qty-wrapper{display:flex;justify-content:space-between;margin:0 0 10px}#_header_rahkv_1202 .cartPopup .cart-items-list .cart-item .cart-item-description .Qty-wrapper .item-delete{font-size:16px;font-weight:var(--font-weight-bold)}#_header_rahkv_1202 .cartPopup .cart-items-list .cart-item .cart-item-description .Qty-wrapper .item-delete .btn-del{cursor:pointer}#_header_rahkv_1202 .cartPopup .cart-items-list .cart-item .cart-item-description .Qty-wrapper .item-delete .btn-del:after{content:"×"}#_header_rahkv_1202 .cartPopup .price-subtotal .subtotal_wrapper{display:flex;justify-content:space-between;font-size:18px}#_header_rahkv_1202 .cartPopup .price-subtotal .subtotal_wrapper .txt-subtoatal{line-height:var(--font-body-lineheight);letter-spacing:.32px;text-transform:capitalize;color:var(--txt-color);width:120px;text-align:left}#_header_rahkv_1202 .cartPopup .price-subtotal .subtotal_wrapper .price-subtotal{width:calc(100% - 120px);line-height:var(--font-body-lineheight);letter-spacing:.32px}#_header_rahkv_1202 .cartPopup .price-subtotal .checkout{width:100%;margin:12px 0 0}#_header_rahkv_1202 .cartPopup .price-subtotal .checkout .btn-checkout{font-size:15px;font-weight:var(--font-weight-bold);text-transform:uppercase;text-align:center;line-height:var(--font-body-lineheight);border:none;padding:10px;background-color:var(--color-secondary-700);color:var(--clr-white);transition:.5s cubic-bezier(.25,.46,.45,.94);display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:12px}#_header_rahkv_1202 .cartPopup .price-subtotal .checkout .btn-checkout.active,#_header_rahkv_1202 .cartPopup .price-subtotal .checkout .btn-checkout:focus,#_header_rahkv_1202 .cartPopup .price-subtotal .checkout .btn-checkout:active,#_header_rahkv_1202 .cartPopup .price-subtotal .checkout .btn-checkout:hover{box-shadow:none!important;outline:none;border:none!important}#_header_rahkv_1202 .cartPopup .price-subtotal .checkout .btn-checkout:hover{background-color:var(--main-color)!important}#_header_rahkv_1202 .cartPopup .price-subtotal .checkout .btn-checkout:disabled{opacity:.6;pointer-events:none}#_header_rahkv_1202 .cartPopup .price-subtotal .checkout .clear{text-transform:uppercase;font-size:16px;font-weight:600;cursor:pointer}#_header_rahkv_1202 .language-dropdown{padding-right:9px;display:flex;justify-content:end;align-items:center;position:relative}@media (max-width: 1024.98px){#_header_rahkv_1202 .language-dropdown{display:none}}#_header_rahkv_1202 .language-dropdown .flag-btn{width:28px;height:28px;border:none;padding:0;background-color:transparent;position:relative}#_header_rahkv_1202 .language-dropdown .flag-btn:before{content:"";position:absolute;right:0;bottom:0;transform:translate(50%,25%);width:18px;height:18px;display:flex;justify-content:center;align-items:center;background-color:#000;color:#fff;border-radius:100%;z-index:1;font-size:12px}#_header_rahkv_1202 .language-dropdown .flag-btn:after{content:"";border:solid 2.5px rgba(0,0,0,.35);border-radius:7px;position:absolute;inset:0}#_header_rahkv_1202 .language-dropdown .flag-btn .flag{width:100%}#_header_rahkv_1202 .language-dropdown .lang-code{font-weight:500;font-size:14px;text-transform:uppercase;margin-right:5px;cursor:pointer}#_header_rahkv_1202 .language-dropdown .lang-list{position:absolute;top:100%;transform:translateY(10px);border:1px solid #ccc;border-radius:5px;opacity:0;visibility:hidden;background-color:#fff;transition:.3s;right:9px}@media (max-width: 1024.98px){#_header_rahkv_1202 .language-dropdown .lang-list.showDD{opacity:1;visibility:visible;transform:translateY(0)}}#_header_rahkv_1202 .language-dropdown .lang-list .lang-item{display:flex;align-items:center;padding:10px 20px 10px 10px;cursor:pointer;transition:.3s;white-space:nowrap;color:#000}#_header_rahkv_1202 .language-dropdown .lang-list .lang-item .flag{width:24px;margin-right:10px}#_header_rahkv_1202 .language-dropdown .lang-list .lang-item .culture-code{text-transform:uppercase;width:26px}#_header_rahkv_1202 .language-dropdown .lang-list .lang-item.active{pointer-events:none}#_header_rahkv_1202 .language-dropdown .lang-list .lang-item:hover,#_header_rahkv_1202 .language-dropdown .lang-list .lang-item.active{background-color:var(--color-secondary-700);color:#fff}@media (min-width: 1025px){#_header_rahkv_1202 .language-dropdown:hover .lang-list{opacity:1;visibility:visible;transform:translateY(0)}}#_header_rahkv_1202 .item-delete{font-size:16px;font-weight:var(--font-weight-bold)}#_header_rahkv_1202 .item-delete .btn-del{cursor:pointer}#_header_rahkv_1202 .item-delete .btn-del:after{content:"×"}#_header_rahkv_1202 .header1{background-color:var(--clr_1)}#_header_rahkv_1202 .header1 .header-1-wrapper{display:flex;justify-content:space-between;align-items:center;height:30px;width:100%;gap:10px}@media (max-width: 414.98px){#_header_rahkv_1202 .header1 .header-1-wrapper{justify-content:space-between}}#_header_rahkv_1202 .header1 .header-1-wrapper .callTo{flex:0 0 15%;max-width:15%}#_header_rahkv_1202 .header1 .header-1-wrapper .top-hearder-main-div{flex:0 0 75%;max-width:75%;display:flex;align-items:center;justify-content:flex-end;gap:23px}#_header_rahkv_1202 .header1 .header-1-wrapper .top-hearder-main-div .offerBtnMainDiv button{border:none;background-color:transparent;color:red;font-size:14px;font-weight:300}#_header_rahkv_1202 .header1 .header-1-wrapper .presentation-count .badge,#_header_rahkv_1202 .header1 .header-1-wrapper .compare-count .badge{background-color:transparent;top:0;padding:0;font-size:13px;font-weight:500;color:inherit}#_header_rahkv_1202 .header1 .header-1-wrapper .compare-count,#_header_rahkv_1202 .header1 .header-1-wrapper .presentation-count{cursor:pointer;margin-right:40px}@media (max-width: 1024.98px){#_header_rahkv_1202 .header1 .header-1-wrapper .compare-count,#_header_rahkv_1202 .header1 .header-1-wrapper .presentation-count{margin-right:15px}}#_header_rahkv_1202 .header1 .header-1-wrapper .callTo span,#_header_rahkv_1202 .header1 .header-1-wrapper .bracket,#_header_rahkv_1202 .header1 .header-1-wrapper .renhelp a{transition:.3s;color:#fff}#_header_rahkv_1202 .header1 .header-1-wrapper .callTo span:hover,#_header_rahkv_1202 .header1 .header-1-wrapper .bracket:hover,#_header_rahkv_1202 .header1 .header-1-wrapper .renhelp a:hover,#_header_rahkv_1202 .header1 .header-1-wrapper .callTo span:hover .badge,#_header_rahkv_1202 .header1 .header-1-wrapper .bracket:hover .badge,#_header_rahkv_1202 .header1 .header-1-wrapper .renhelp a:hover .badge{color:#21c07b}#_header_rahkv_1202 .header1 .header-1-wrapper .callTo span:hover .badge:before,#_header_rahkv_1202 .header1 .header-1-wrapper .callTo span:hover .badge:after,#_header_rahkv_1202 .header1 .header-1-wrapper .bracket:hover .badge:before,#_header_rahkv_1202 .header1 .header-1-wrapper .bracket:hover .badge:after,#_header_rahkv_1202 .header1 .header-1-wrapper .renhelp a:hover .badge:before,#_header_rahkv_1202 .header1 .header-1-wrapper .renhelp a:hover .badge:after{color:#21c07b}@media (max-width: 1024.98px){#_header_rahkv_1202 .header1 .header-1-wrapper .renPresentation{display:none}}#_header_rahkv_1202 .header1 .header-1-wrapper .renPresentation .badge,#_header_rahkv_1202 .header1 .header-1-wrapper .renCompare .badge{color:#fff}#_header_rahkv_1202 .header1 .header-1-wrapper .renPresentation span,#_header_rahkv_1202 .header1 .header-1-wrapper .renCompare span{font-size:13px;letter-spacing:0px;font-weight:400}@media (max-width: 414.98px){#_header_rahkv_1202 .header1 .header-1-wrapper .renCompare{display:none}}#_header_rahkv_1202 .header1 .header-1-wrapper .bracket{text-transform:capitalize}#_header_rahkv_1202 .header1 .header-1-wrapper .bracket .badge:before{content:"(";color:#fff}#_header_rahkv_1202 .header1 .header-1-wrapper .bracket .badge:after{content:")";color:#fff}#_header_rahkv_1202 .header1 .header-1-wrapper .renCurrency{margin-right:40px}#_header_rahkv_1202 .header1 .header-1-wrapper .renCurrency a.dropdown-toggle{font-size:13px;color:#fff;align-items:center;text-transform:capitalize}@media (max-width: 767.98px){#_header_rahkv_1202 .header1 .header-1-wrapper .renhelp{display:none}}#_header_rahkv_1202 .header1 .header-1-wrapper .renhelp a{color:#fff;font-size:13px;line-height:19px;transition:.3s}#_header_rahkv_1202 .header1 .callTo{margin:0px,auto,0px,0px}#_header_rahkv_1202 .header1 .callTo span{color:#fff;font-size:13px;line-height:19px;font-weight:600;transition:.3s}#_header_rahkv_1202 .header1 .callTo span i{padding:0 5px}#_header_rahkv_1202 .header1 .renLanguage,#_header_rahkv_1202 .header1 .renCurrency{margin-right:40px}#_header_rahkv_1202 .header1 .renLanguage select,#_header_rahkv_1202 .header1 .renCurrency select{font-size:13px;padding:4px;cursor:pointer}@media (max-width: 1024.98px){#_header_rahkv_1202 .header1 .renLanguage,#_header_rahkv_1202 .header1 .renCurrency{margin-right:0;margin-left:15px}}#_header_rahkv_1202 .renLanguage:hover ul.dropdown-menu{visibility:visible;opacity:1;transform:translateY(0)!important;display:block}#_header_rahkv_1202 .renLanguage ul.dropdown-menu{top:100%!important;display:block;position:absolute;visibility:hidden;opacity:0;transition:.3s;margin:0;padding:10px 0;width:200px;z-index:5;box-shadow:0 2px 15px #00000017;border:1px solid var(--clr_2);border-radius:5px;left:auto;right:0}#_header_rahkv_1202 .renLanguage ul.dropdown-menu li>a{text-transform:capitalize;cursor:pointer;color:var(--clr_6);transition:.3s;font-size:1rem;display:flex;padding:5px 10px;font-weight:400}#_header_rahkv_1202 .renLanguage ul.dropdown-menu li>div{text-transform:capitalize;cursor:pointer;color:var(--clr_6);transition:.3s;font-size:1rem;display:flex;padding:5px 10px;font-weight:400}#_header_rahkv_1202 .renCurrency{margin-right:40px}@media (max-width: 767.98px){#_header_rahkv_1202 .renCurrency{margin-right:0!important}}#_header_rahkv_1202 .renCurrency:hover ul.dropdown-menu{visibility:visible;opacity:1;transform:translateY(0)!important;display:block}#_header_rahkv_1202 .renCurrency ul.dropdown-menu{top:100%!important;display:block;position:absolute;visibility:hidden;opacity:0;transition:.3s;margin:0;padding:10px 0;width:200px;z-index:5;box-shadow:0 2px 15px #00000017;border:1px solid var(--clr_2);border-radius:5px;left:auto;right:0}#_header_rahkv_1202 .renCurrency ul.dropdown-menu li>a{text-transform:capitalize;cursor:pointer;color:var(--clr_6);transition:.3s;font-size:1rem;display:flex;padding:5px 10px;font-weight:400}#_header_rahkv_1202 .renCurrency ul.dropdown-menu li>div{text-transform:capitalize;cursor:pointer;color:var(--clr_6);transition:.3s;font-size:1rem;display:flex;padding:5px 10px;font-weight:400}@media (max-width: 1279.98px){#_header_rahkv_1202 .header-wrapper-main{z-index:1}}#_header_rahkv_1202 .header2{padding:15px 0 0}@media (max-width: 1024.98px){#_header_rahkv_1202 .header2{height:160px}}#_header_rahkv_1202 .header2 .header-2-wrapper{position:relative;align-items:center;padding:0 0 15px;display:flex}#_header_rahkv_1202 .header2 .header-2-wrapper .companyLogo{flex:1,0,0}#_header_rahkv_1202 .header2 .header-2-wrapper .companyLogo img{height:auto;max-width:75%}#_header_rahkv_1202 .header2 .header-2-wrapper .shop-by{margin-right:10px;font-weight:700}@media (max-width: 575.98px){#_header_rahkv_1202 .header2 .header-2-wrapper .shop-by{display:none}}#_header_rahkv_1202 .header2 .header-2-wrapper .shop-by a{color:var(--clr_5);font-size:1rem;text-transform:uppercase;letter-spacing:1.6px;font-weight:700}#_header_rahkv_1202 .header2 .header-2-wrapper .menuLinks .renSearch{width:100%}@media (max-width: 1024.98px){#_header_rahkv_1202 .header2 .header-2-wrapper .menuLinks .renSearch{position:absolute;left:50%;top:55px;margin-left:0;transform:translate(-50%);max-width:100%}}@media (max-width: 767.98px){#_header_rahkv_1202 .header2 .header-2-wrapper .menuLinks .renSearch{position:absolute;left:50%;top:50px;margin-left:0}}#_header_rahkv_1202 .header2 .header-2-wrapper .menuLinks .renSearch .search-input{width:100%}#_header_rahkv_1202 .header2 .header-2-wrapper .menuLinks .renSearch .searchSelWrap{display:none;width:80px;height:40px;position:relative}@media (max-width: 414.98px){#_header_rahkv_1202 .header2 .header-2-wrapper .menuLinks .renSearch .searchSelWrap{width:55px}}#_header_rahkv_1202 .header2 .header-2-wrapper .menuLinks .renSearch .searchSelWrap .search-dropdown{border-left:0px;height:100%;border:none;font-size:1.28571rem;font-weight:500;color:var(--clr_3)}#_header_rahkv_1202 .header2 .header-2-wrapper .menuLinks .renSearch .nlpSearch_input{font-size:.85714rem;letter-spacing:-.1px;line-height:22px;border:1px solid #eee;border-radius:28px!important;padding:15px 50px 15px 20px}#_header_rahkv_1202 .header2 .header-2-wrapper .menuLinks .renSearch .nlpSearch_input.active,#_header_rahkv_1202 .header2 .header-2-wrapper .menuLinks .renSearch .nlpSearch_input:focus-visible,#_header_rahkv_1202 .header2 .header-2-wrapper .menuLinks .renSearch .nlpSearch_input:active{outline:none}@media (max-width: 414.98px){#_header_rahkv_1202 .header2 .header-2-wrapper .menuLinks .renSearch .nlpSearch_input{padding-right:35%!important}}#_header_rahkv_1202 .header2 .header-2-wrapper .wish-car-login{align-items:center;display:flex;justify-content:end;flex:1 0 0}@media (max-width: 1024.98px){#_header_rahkv_1202 .header2 .header-2-wrapper .wish-car-login{order:1}}#_header_rahkv_1202 .header2 .header-2-wrapper .wish-car-login .indicators{margin-left:0;display:inline-flex;align-items:center}@media (max-width: 1024.98px){#_header_rahkv_1202 .header2 .header-2-wrapper .wish-car-login .indicators{margin-left:0}}@media (max-width: 414.98px){#_header_rahkv_1202 .header2 .header-2-wrapper .wish-car-login .indicators{margin-left:0}}#_header_rahkv_1202 .header2 .header-2-wrapper .wish-car-login .indicators .indicator{position:relative;cursor:pointer;padding:0;padding-bottom:0!important;padding-right:24px;margin-right:0;display:flex;align-items:center}@media (max-width: 414.98px){#_header_rahkv_1202 .header2 .header-2-wrapper .wish-car-login .indicators .indicator{margin-right:0}}#_header_rahkv_1202 .header2 .header-2-wrapper .wish-car-login .indicators .indicator i{padding-right:10px}#_header_rahkv_1202 .header2 .header-2-wrapper .wish-car-login .indicators .indicator i:before{font-size:20px}@media (max-width: 414.98px){#_header_rahkv_1202 .header2 .header-2-wrapper .wish-car-login .indicators .indicator i:before{font-size:20px}}#_header_rahkv_1202 .header2 .header-2-wrapper .wish-car-login .indicators .indicator .label{order:1;color:var(--color-text);font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.42px;text-transform:capitalize}#_header_rahkv_1202 .header2 .header-2-wrapper .wish-car-login .indicators .indicator .count{position:absolute;color:var(--clr-white);right:0;top:0;background-color:var(--clr_7);font-weight:300;border-radius:100%;width:16px;height:16px;line-height:17px;font-size:12px;padding:0;display:flex;align-items:center;justify-content:center}#_header_rahkv_1202 .header2 .header-2-wrapper .wish-car-login .indicators .renBasket{position:relative}#_header_rahkv_1202 .header2 .header-2-wrapper .wish-car-login .indicators .renBasket .basketBtn{position:relative;padding-right:0;padding-top:10px;cursor:pointer}#_header_rahkv_1202 .header2 .header-2-wrapper .wish-car-login .indicators .renBasket .basketBtn i:before{font-size:20px}#_header_rahkv_1202 .header2 .header-2-wrapper .wish-car-login .indicators .renBasket .basketBtn>label{display:none}#_header_rahkv_1202 .header2 .header-2-wrapper .wish-car-login .indicators .renBasket .basketBtn .badge{position:absolute;right:0;top:0;background-color:var(--clr_7);font-weight:300;border-radius:100%;width:16px;height:16px;line-height:17px;font-size:12px;padding:0;display:flex;align-items:center;justify-content:center}#_header_rahkv_1202 .header2 .header-2-wrapper #menu-toggle{display:none;z-index:11;width:40px;position:relative;margin-left:0}#_header_rahkv_1202 .header2 .header-2-wrapper #menu-toggle svg.menuicon{position:absolute;top:0;left:10px;transition:.2s;color:var(--clr_6)}#_header_rahkv_1202 .header2 #bottomMenu{background:var(--clr_background)}#_header_rahkv_1202 .header2 #bottomHeader{width:100%}@media (max-width: 1024.98px){#_header_rahkv_1202 .header2 #bottomHeader{display:none}}#_header_rahkv_1202 .header2 #bottomHeader .category-menu{margin-right:40px}#_header_rahkv_1202 .header2 #bottomHeader .theme-button-2{height:auto;padding:23px 0;margin-left:30px;color:#000;font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.48px;text-transform:uppercase;transition:all .3s}#_header_rahkv_1202 .header2 #bottomHeader .theme-button-2:hover{opacity:.5}#_header_rahkv_1202 .header2 #bottomHeader .hamMenu{display:flex;flex-direction:column;position:absolute;left:80px;top:53%;transform:translateY(-50%);z-index:0}#_header_rahkv_1202 .header2 #bottomHeader span{width:20px;height:2px;border-radius:10px;border:1px solid #333;margin-bottom:4px}#_header_rahkv_1202 .header2 #bottomHeader .staticMenu ul,#_header_rahkv_1202 .header2 #bottomHeader .cat-menu ul{display:flex;align-items:center}#_header_rahkv_1202 .header2 #bottomHeader .staticMenu ul>li,#_header_rahkv_1202 .header2 #bottomHeader .cat-menu ul>li{margin-right:20px}#_header_rahkv_1202 .header2 #bottomHeader .staticMenu ul>li.drinkware,#_header_rahkv_1202 .header2 #bottomHeader .cat-menu ul>li.drinkware{order:-5}#_header_rahkv_1202 .header2 #bottomHeader .staticMenu ul>li.hard-coolers,#_header_rahkv_1202 .header2 #bottomHeader .cat-menu ul>li.hard-coolers{order:-4}#_header_rahkv_1202 .header2 #bottomHeader .staticMenu ul>li.soft-coolers,#_header_rahkv_1202 .header2 #bottomHeader .cat-menu ul>li.soft-coolers{order:-3}#_header_rahkv_1202 .header2 #bottomHeader .staticMenu ul>li.bags,#_header_rahkv_1202 .header2 #bottomHeader .cat-menu ul>li.bags{order:-2}#_header_rahkv_1202 .header2 #bottomHeader .staticMenu ul>li.dogs,#_header_rahkv_1202 .header2 #bottomHeader .cat-menu ul>li.dogs{order:-2}#_header_rahkv_1202 .header2 #bottomHeader .staticMenu ul>li.all-new,#_header_rahkv_1202 .header2 #bottomHeader .cat-menu ul>li.all-new{order:-1}#_header_rahkv_1202 .header2 #bottomHeader .staticMenu ul>li.fitbit,#_header_rahkv_1202 .header2 #bottomHeader .cat-menu ul>li.fitbit{order:5}#_header_rahkv_1202 .header2 #bottomHeader .staticMenu ul>li a,#_header_rahkv_1202 .header2 #bottomHeader .cat-menu ul>li a{color:#000;font-size:16px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.48px;text-transform:uppercase;transition:all .3s}@media (min-width: 1800px){#_header_rahkv_1202 .header2 #bottomHeader .staticMenu ul>li a,#_header_rahkv_1202 .header2 #bottomHeader .cat-menu ul>li a{font-size:18px}}#_header_rahkv_1202 .header2 #bottomHeader .staticMenu ul>li a:hover,#_header_rahkv_1202 .header2 #bottomHeader .cat-menu ul>li a:hover{color:var(--color-primary)}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu{position:relative}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu:first-child .subcat-list{display:flex!important;flex-direction:column;align-items:flex-start}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu:first-child .subcat-list .subcat-item{width:100%}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu:first-child .subcat-list .subcat-item:first-child{order:-4}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu:first-child .subcat-list .subcat-item:nth-child(2){order:-5}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu:first-child .subcat-list .subcat-item:nth-child(3){order:-1}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu:first-child .subcat-list .subcat-item:nth-child(5){order:-2}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu:nth-child(n+5){display:none}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu.distributerTools{display:block}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu .subcat-list{position:absolute;padding:0!important;display:inline-block!important;text-align:left!important;background:#333333e6;box-shadow:1px 2px 5px #00000040;width:auto;z-index:9;top:110%;transition:opacity 0s,top .4s;left:-9999px!important;visibility:hidden;opacity:0}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li{display:flex;margin-right:0}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li a{padding:10px 15px!important;color:#fff!important;width:100%}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li a img{height:15px;display:inline-block;position:relative;top:-2px;left:5px}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li a img.lockDark{display:none}@media (max-width: 1024.98px){#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li a img.lockLight{display:none}}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li:hover a{background:#fff;color:#333!important}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li:hover a img.lockDark{display:inline-block}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li:hover a img.lockLight{display:none}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li.subcat-item div{display:flex;width:100%}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu:hover .subcat-list{opacity:1;visibility:visible;left:0!important;top:100%}#_header_rahkv_1202 .header2 #bottomHeader .cat-item.hasSubmenu .distributerTools .subcat-list i{display:inline}#_header_rahkv_1202 .header2 .menuLinks .renSearch{margin-left:40px;max-width:400px}#_header_rahkv_1202 .header2 .menuLinks .renSearch .trans-select select{padding:0 8px;border-radius:5px 0 0 5px;display:flex;justify-content:center;align-items:center;flex-flow:nowrap;width:80px;height:100%;color:#888;background-color:#fff;border:1px solid #b1b1b1;font-size:1rem;font-weight:700}@media (max-width: 414.98px){#_header_rahkv_1202 .header2 .menuLinks .renSearch .trans-select select{width:55px}}@media (max-width: 414.98px){#_header_rahkv_1202 .header2 .menuLinks .renSearch .trans-select select{font-size:.6rem}}#_header_rahkv_1202 .header2 .menuLinks .renSearch .search-container{width:100%}@media (max-width: 1024.98px){#_header_rahkv_1202 .header2 .menuLinks .renSearch .search-container{margin-top:20px;position:unset}}@media (max-width: 767.98px){#_header_rahkv_1202 .header2 .menuLinks .renSearch .search-container{margin-top:30px}}#_header_rahkv_1202 .header2 .menuLinks .renSearch .searchWrapper{position:relative}#_header_rahkv_1202 .header2 .menuLinks .renSearch .searchWrapper .nlpSearch_input{width:100%;color:var(--color-text);font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.42px;text-transform:capitalize}@media (max-width: 414.98px){#_header_rahkv_1202 .header2 .menuLinks .renSearch .searchWrapper .nlpSearch_input{font-size:.6rem;letter-spacing:1px}}#_header_rahkv_1202 .header2 .menuLinks .renSearch .searchWrapper .nlpSearch_input::placeholder{font-weight:400;text-transform:capitalize;color:var(--color-text)}@media (max-width: 414.98px){#_header_rahkv_1202 .header2 .menuLinks .renSearch .searchWrapper .nlpSearch_input::placeholder{font-size:.6rem;letter-spacing:1px}}#_header_rahkv_1202 .header2 .menuLinks .renSearch .searchWrapperBtn,#_header_rahkv_1202 .header2 .menuLinks .renSearch .close-search{top:50%;display:flex;justify-content:space-between;position:absolute;transform:translateY(-50%);right:15px}#_header_rahkv_1202 .header2 .menuLinks .renSearch .searchWrapperBtn button,#_header_rahkv_1202 .header2 .menuLinks .renSearch .close-search button{padding:0 10px!important}@media (max-width: 414.98px){#_header_rahkv_1202 .header2 .menuLinks .renSearch .searchWrapperBtn button,#_header_rahkv_1202 .header2 .menuLinks .renSearch .close-search button{padding:0 5px!important}}@media (max-width: 414.98px){#_header_rahkv_1202 .header2 .menuLinks .renSearch .searchWrapperBtn,#_header_rahkv_1202 .header2 .menuLinks .renSearch .close-search{right:8px}}#_header_rahkv_1202 .header2 .menuLinks .renSearch .searchWrapperBtn #searchByImage,#_header_rahkv_1202 .header2 .menuLinks .renSearch .searchWrapperBtn #searchByVoice,#_header_rahkv_1202 .header2 .menuLinks .renSearch .searchWrapperBtn #searchByText,#_header_rahkv_1202 .header2 .menuLinks .renSearch .close-search #searchByImage,#_header_rahkv_1202 .header2 .menuLinks .renSearch .close-search #searchByVoice,#_header_rahkv_1202 .header2 .menuLinks .renSearch .close-search #searchByText{background:transparent;border:0}#_header_rahkv_1202 .header2 .menuLinks .renSearch .searchWrapperBtn #searchByImage span,#_header_rahkv_1202 .header2 .menuLinks .renSearch .searchWrapperBtn #searchByVoice span,#_header_rahkv_1202 .header2 .menuLinks .renSearch .searchWrapperBtn #searchByText span,#_header_rahkv_1202 .header2 .menuLinks .renSearch .close-search #searchByImage span,#_header_rahkv_1202 .header2 .menuLinks .renSearch .close-search #searchByVoice span,#_header_rahkv_1202 .header2 .menuLinks .renSearch .close-search #searchByText span{color:var(--color-text);font-weight:700;margin:0;position:relative;z-index:3;top:0;left:0;font-size:1rem}#_header_rahkv_1202 .header2 .menuLinks .staticMenu>ul>li a,#_header_rahkv_1202 .header2 .menuLinks .cat-menu>ul>li a{position:relative}#_header_rahkv_1202 .header2 .menuLinks .staticMenu>ul>li a[aira-label=Fitbit]:after,#_header_rahkv_1202 .header2 .menuLinks .cat-menu>ul>li a[aira-label=Fitbit]:after{content:"®";font-size:14px;top:-4px;position:relative}@media (max-width: 1024.98px){#_header_rahkv_1202 .header2 .menuLinks .staticMenu ul,#_header_rahkv_1202 .header2 .menuLinks .cat-menu ul{width:100%}#_header_rahkv_1202 .header2 .menuLinks .staticMenu ul li,#_header_rahkv_1202 .header2 .menuLinks .cat-menu ul li{padding:15px;border-bottom:1px solid #ddd}#_header_rahkv_1202 .header2 .menuLinks .staticMenu ul li a,#_header_rahkv_1202 .header2 .menuLinks .cat-menu ul li a{color:var(--color-text);font-size:14px}}#_header_rahkv_1202 .header2 .brands-top:hover ul.brands-dropdown{visibility:visible;transform:translate(0);opacity:1;transition:all .3s ease-in-out;pointer-events:inherit!important}#_header_rahkv_1202 .header2 .brands-top ul.brands-dropdown{top:100%!important;margin:0;margin-top:12px!important;position:absolute;padding:10px 0;z-index:999;box-shadow:0 2px 15px #00000017;border:1px solid #dadada;border-radius:5px;right:inherit;background-color:#f0f3f5!important;width:100%;left:0;display:flex;flex-wrap:nowrap;transform:translateY(40px);opacity:0;min-height:410px;align-items:center;transition:all .3s ease-in-out;visibility:hidden;pointer-events:none}@media (max-width: 1024.98px){#_header_rahkv_1202 .header2 .brands-top ul.brands-dropdown{transform:translate(0)!important;display:none;min-height:auto;background-color:transparent!important;opacity:1!important;visibility:visible!important;position:relative;border:none;padding:0;pointer-events:inherit!important}#_header_rahkv_1202 .header2 .brands-top ul.brands-dropdown.show{display:block!important}#_header_rahkv_1202 .header2 .brands-top ul.brands-dropdown .brands-img{display:none}}#_header_rahkv_1202 .header2 .brands-top ul li{flex:0 0 20%;max-width:20%;margin-bottom:20px}#_header_rahkv_1202 .header2 .brands-top ul li a{background:none;display:block;text-align:center;width:100%;text-transform:uppercase}@media (max-width: 1024.98px){#_header_rahkv_1202 .header2 .brands-top ul li a{text-align:left}}#_header_rahkv_1202 .header2 .brands-top ul li a .brands-name{color:#333}@media (max-width: 1024.98px){#_header_rahkv_1202 .header2 .brands-top ul li a .brands-name{color:#ccc;font-weight:500;font-size:1rem;text-transform:capitalize}}#_header_rahkv_1202 .header2 .company-logo{display:block}#_header_rahkv_1202 .header2 .company-logo img{height:auto;width:100%;max-width:100%;padding-right:10px}@media (max-width: 1024.98px){#_header_rahkv_1202 .header2 .company-logo img{max-width:170px}}@media (max-width: 414.98px){#_header_rahkv_1202 .header2 .company-logo img{max-width:180px;margin-top:0}}#_header_rahkv_1202 .header2 .theme-button-2{height:40px;padding:0 10px;margin-top:0;line-height:40px;color:#333}#_header_rahkv_1202 .trans-select{height:100%}@media (max-width: 1024.98px){#_header_rahkv_1202 .trans-select{min-width:60px}}#_header_rahkv_1202 .trans-select select{width:80px;outline:none;border:none;background-color:transparent;color:#fff}#_header_rahkv_1202 .trans-select select option{color:#000}#_header_rahkv_1202 .container-fluid.container-full>.row .col-lg-12{padding:0!important}#_header_rahkv_1202 .on-list:hover{font-weight:700}#_header_rahkv_1202 .menuLinks{flex:5 0 0;display:inline-flex;align-items:center;width:100%;white-space:nowrap;line-height:70px}#_header_rahkv_1202 .menuLinks .cat-item i{display:none}@media (max-width: 1024.98px){#_header_rahkv_1202 .menuLinks .cat-item i{display:flex}}#_header_rahkv_1202 .menuLinks .theme-button-2{text-transform:uppercase}#_header_rahkv_1202 .menuLinks .theme-button-2 i{display:none;margin-left:5px;font-weight:700;font-size:12px}@media (max-width: 1024.98px){#_header_rahkv_1202 .menuLinks .theme-button-2 i{display:inline-block}}@media (max-width: 1024.98px){#_header_rahkv_1202 .menuLinks .theme-button-2{color:var(--color-text);padding:15px 24px 15px 15px;text-align:right;font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.42px;text-transform:capitalize;display:flex;align-items:center;background:transparent;border:none}#_header_rahkv_1202 .menuLinks .theme-button-2:first-child{border-top:none!important;margin-bottom:-1px}}#_header_rahkv_1202 .menuLinks .category-menu{margin-right:10px}@media (max-width: 1024.98px){#_header_rahkv_1202 .menuLinks .category-menu{margin-right:0;border-bottom:1px solid #ddd}}#_header_rahkv_1202 .menuLinks .category-menu.show-menu:hover .cat-list-top,#_header_rahkv_1202 .menuLinks .category-menu.show-menu:focus .cat-list-top{transform:translate(0)!important;visibility:visible!important;opacity:1!important;z-index:1111;transition:all .3s ease-in-out;pointer-events:inherit}@media (max-width: 1024.98px){#_header_rahkv_1202 .menuLinks .category-menu.show-menu:hover .cat-list-top,#_header_rahkv_1202 .menuLinks .category-menu.show-menu:focus .cat-list-top{transform:translate(0)!important}#_header_rahkv_1202 .menuLinks .category-menu.show-menu:hover .cat-list-top .subcat-list,#_header_rahkv_1202 .menuLinks .category-menu.show-menu:focus .cat-list-top .subcat-list{display:none}}#_header_rahkv_1202 .menuLinks .category-menu.show-menu:hover .cat-list-top:hover,#_header_rahkv_1202 .menuLinks .category-menu.show-menu:focus .cat-list-top:hover{transform:translate(0)!important;visibility:visible!important;opacity:1!important;z-index:1111;transition:all .3s ease-in-out;pointer-events:inherit}#_header_rahkv_1202 .menuLinks .category-menu .cat-list-top{background-color:var(--clr_background);border-top:0px solid #fff!important;margin:0;margin-top:-1px!important;z-index:5;position:absolute;left:80px;width:calc(100% - 160px);padding-top:10px!important;right:inherit;border-radius:0;transform:translateY(30px)!important;box-shadow:none;border:0;display:block;min-height:410px;transition:all .3s ease-in-out;visibility:hidden!important;opacity:0!important;pointer-events:none;-webkit-column-count:4;column-count:4;-moz-column-count:4}@media (max-width: 1024.98px){#_header_rahkv_1202 .menuLinks .category-menu .cat-list-top{padding:5px 15px 15px!important;background-color:transparent;border-top:none!important;column-count:inherit;pointer-events:inherit;width:100%;min-height:auto;visibility:visible!important;transform:translate(0)!important;position:relative;opacity:1!important;display:none}#_header_rahkv_1202 .menuLinks .category-menu .cat-list-top.mobile-list-show{display:block}}#_header_rahkv_1202 .menuLinks .category-menu .cat-list-top li{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid}#_header_rahkv_1202 .menuLinks .category-menu .cat-list-top li a{text-transform:capitalize;cursor:pointer;color:var(--clr-black);transition:.3s;display:flex;padding:5px 10px;font-weight:400!important;font-size:14px}@media (max-width: 1024.98px){#_header_rahkv_1202 .menuLinks .category-menu .cat-list-top li a{margin-top:10px;color:var(--color-text);font-weight:400;font-size:14px;text-transform:capitalize}}#_header_rahkv_1202 .menuLinks .category-menu .cat-list-top li a:hover{color:var(--color-primary)}#_header_rahkv_1202 .menuLinks .category-menu .cat-list-top li a span{display:none}#_header_rahkv_1202 .menuLinks .category-menu .cat-list-top li ul{position:relative;right:0;width:100%;visibility:visible;opacity:1;z-index:5;margin-bottom:20px}@media (max-width: 1024.98px){#_header_rahkv_1202 .menuLinks .category-menu .cat-list-top li ul{margin:10px 0 0}}#_header_rahkv_1202 .menuLinks .category-menu .cat-list-top li ul li{padding-left:20px;display:flex;align-items:center}@media (max-width: 1024.98px){#_header_rahkv_1202 .menuLinks .category-menu .cat-list-top li ul li{padding-left:0}#_header_rahkv_1202 .menuLinks .category-menu .cat-list-top li ul li i{display:none}}#_header_rahkv_1202 .menuLinks .category-menu .cat-list-top li ul li a{font-weight:400}@media (max-width: 1024.98px){#_header_rahkv_1202 .menuLinks .category-menu .cat-list-top li ul li a{color:#ccc;font-weight:500;font-size:1rem;text-transform:capitalize;border-bottom:none}}#_header_rahkv_1202 .menuLinks.category-menu .cat-list-top li a:hover{font-weight:700}#_header_rahkv_1202 .account-login .desc{margin-left:20px}@media (max-width: 1024.98px){#_header_rahkv_1202 .account-login .desc{margin-left:0}#_header_rahkv_1202 .account-login .desc a{padding:15px}}#_header_rahkv_1202 .account-login .desc a{color:var(--color-text);text-align:right;font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.42px;text-transform:capitalize;display:flex;align-items:center;padding-right:24px}#_header_rahkv_1202 .account-login .desc a i{font-size:20px;padding-right:10px}#_header_rahkv_1202 .account-detail:hover .dropdown-account{display:block;height:auto;overflow-y:auto;max-height:250px}#_header_rahkv_1202 .account-detail .desc{height:42px;width:42px;margin-left:20px;background-color:#e0e0e0;border-radius:50px;cursor:pointer;display:flex;justify-content:center;align-items:center}#_header_rahkv_1202 .account-detail .desc i,#_header_rahkv_1202 .account-detail .desc .account-name{font-size:15px}#_header_rahkv_1202 .account-detail .dropdown-account{display:none;position:absolute;z-index:999;box-shadow:0 2px 15px #00000017;border:1px solid #dadada;border-radius:5px;left:auto;right:0;transition:.1s!important;margin:0;padding:10px 0;background-color:var(--clr-white);width:200px}#_header_rahkv_1202 .account-detail .dropdown-account a{text-transform:capitalize;cursor:pointer;color:#333;transition:.3s;font-size:1rem;display:flex;padding:7px 10px;font-weight:400}#_header_rahkv_1202 .account-detail .dropdown-account a:hover{font-weight:700}#_header_rahkv_1202 .search-suggetion:first-child .card-search{border-top:none!important}#_header_rahkv_1202 .search-suggetion .card-search{position:relative;display:flex;flex-direction:inherit;min-height:auto;align-items:center;margin-bottom:0;border-top:1px solid rgba(0,0,0,.125)!important;border:none;border-radius:0}#_header_rahkv_1202 .search-suggetion .card-search:hover{box-shadow:none}#_header_rahkv_1202 .search-suggetion .card-search:hover .list-content h3,#_header_rahkv_1202 .search-suggetion .card-search:hover .list-content h4,#_header_rahkv_1202 .search-suggetion .card-search:hover .list-content span{color:var(--color-primary)}#_header_rahkv_1202 .search-suggetion .card-search:hover .productImage img{transform:inherit}#_header_rahkv_1202 .search-suggetion .card-search:hover .card-block{transition:none!important;border-right:15px solid #247bb1}#_header_rahkv_1202 .search-suggetion .card-search:hover .card-block .icons-box{margin-right:10px;background-image:none;background-color:var(--clr-white)}#_header_rahkv_1202 .search-suggetion .card-search:hover .card-block .icons-box i{color:var(--clr_7);font-weight:700}#_header_rahkv_1202 .search-suggetion .card-search:hover .card-block .icons-box .icon.active{background-image:none}#_header_rahkv_1202 .search-suggetion .card-search>a{width:20%;padding:10px 0 5px;display:none}#_header_rahkv_1202 .search-suggetion .card-search .list-content{padding:10px 0!important;padding-left:10px;width:100%;text-align:left}#_header_rahkv_1202 .search-suggetion .card-search .list-content .product-price{display:none}#_header_rahkv_1202 .search-suggetion .card-search .list-content h4{padding:0;font-size:.8rem;font-weight:700!important;margin-bottom:0;margin-top:4px!important;text-align:left}#_header_rahkv_1202 .search-suggetion .card-search .list-content h3{margin-top:0;font-weight:500}#_header_rahkv_1202 .search-suggetion .card-search .card-block{position:relative;width:30%;bottom:0;margin:0}#_header_rahkv_1202 .search-suggetion .card-search .card-block .icons-box .icon i{font-size:15px}#_header_rahkv_1202 .search-suggetion .card-search .pro-swatches{display:none!important}#_header_rahkv_1202 .search-suggetion .card-search .productImage{min-height:auto;padding:0;height:auto;display:none}#_header_rahkv_1202 .search-suggetion .card-search .quick-view-icon{display:none!important}#_header_rahkv_1202 .search-suggetion .card-search .product-price span{font-size:.7rem}#_header_rahkv_1202 .product-left{display:none}@media (max-width: 767.98px){#_header_rahkv_1202 .product-left{width:30%}}#_header_rahkv_1202 .product-left .content{padding:0 15px 10px 0;margin-bottom:10px;border-bottom:1px solid var(--border-bottom)}#_header_rahkv_1202 .product-left .content h6{font-size:18px}#_header_rahkv_1202 .product-left .content ul li{cursor:pointer;font-size:14px;margin-bottom:4px;white-space:normal}#_header_rahkv_1202 .product-left .content ul li span{padding-left:0;color:#000;font-weight:600}@media (max-width: 414.98px){#_header_rahkv_1202 .product-left .content ul li{font-size:11px}}#_header_rahkv_1202 .searchProducts{display:flex}#_header_rahkv_1202 .searchProducts .noResult{width:100%;min-height:10px;padding-left:10px;overflow:hidden}#_header_rahkv_1202 .searchProducts .productSuggestWrapper{width:75%}#_header_rahkv_1202 .searchProducts .productSuggestWrapper .search-suggetion p{font-size:.75rem;font-weight:400;line-height:1rem;margin-bottom:10px}#_header_rahkv_1202 .renSearch{position:relative}#_header_rahkv_1202 .menu-mobile{display:none}#_header_rahkv_1202 .menu-mobile .account-detail:hover .dropdown-account{display:none;width:100%}#_header_rahkv_1202 .menu-mobile .dropdown-account{background-color:#f0f0f0;border:none;position:relative;box-shadow:none;width:100%;padding-left:15px}@media (max-width: 1024.98px){#_header_rahkv_1202 .menu-mobile .dropdown-account .dropdown-account{display:none}}#_header_rahkv_1202 .menu-mobile .dropdown-account a{margin-top:10px;color:#333;font-weight:500;font-size:1rem;text-transform:capitalize;padding:5px 10px;display:block}#_header_rahkv_1202 .menu-mobile .renhelp{display:none}@media (max-width: 767.98px){#_header_rahkv_1202 .menu-mobile .renhelp{display:block}}@media (max-width: 414.98px){#_header_rahkv_1202 .menu-mobile{padding:20px 0!important}}#_header_rahkv_1202 .menu-mobile .toggle-top{position:absolute;right:20px;top:20px}@media (max-width: 414.98px){#_header_rahkv_1202 .menu-mobile .toggle-top{right:20px;top:15px}}#_header_rahkv_1202 .menu-mobile #toggle div{background:var(--clr-black)}#_header_rahkv_1202 .menu-mobile .account-login{display:none}@media (max-width: 1024.98px){#_header_rahkv_1202 .menu-mobile .account-login{display:block}}@media (max-width: 1024.98px){#_header_rahkv_1202 .menu-mobile{position:fixed;top:0;background-color:var(--clr_background);z-index:11;width:65%;height:100%;transform:scale(0);left:0;transition:.5s;transform-origin:top left;padding:50px 0;display:block;overflow-y:scroll}#_header_rahkv_1202 .menu-mobile.show{transform:scale(1)}#_header_rahkv_1202 .menu-mobile .mobile-font{border-radius:0;padding:15px;text-align:left;width:100%;color:#ddd;text-transform:uppercase;display:block;line-height:30px;border-bottom:1px solid #ddd!important;border-top:0px!important;background:transparent;border:none}}@media (max-width: 1024.98px) and (max-width: 1024.98px){#_header_rahkv_1202 .menu-mobile .mobile-font{display:flex;justify-content:flex-start;align-items:center;padding:0;border-bottom:0px!important}#_header_rahkv_1202 .menu-mobile .mobile-font .lockLight{display:none!important}#_header_rahkv_1202 .menu-mobile .mobile-font .lockDark{padding-left:5px}}@media (max-width: 1024.98px){#_header_rahkv_1202 .menu-mobile .brands-top ul li{line-height:1;max-width:100%;margin-bottom:0}#_header_rahkv_1202 .menu-mobile .brands-top ul li a .brands-name{margin-top:10px;color:#ccc;font-weight:500;font-size:1rem;text-transform:capitalize;padding:5px 10px;display:block;line-height:inherit}}@media (max-width: 1024.98px){#_header_rahkv_1202 .menu-mobile .theme-button-2{line-height:30px;height:auto}#_header_rahkv_1202 .menu-mobile .theme-button-2:after{background:none}}@media (max-width: 1024.98px){#_header_rahkv_1202 .menu-mobile .brands-top ul{padding:0 15px!important}}#_header_rahkv_1202 .mobile-company{margin:0;padding:0;width:100%;max-width:100%}#_header_rahkv_1202 .mobile-company .heading{display:flex;align-items:center}#_header_rahkv_1202 .mobile-company .heading i{margin-left:10px}#_header_rahkv_1202 .mobile-company.footer_section{width:100%!important}#_header_rahkv_1202 .mobile-company.footer_section .section-list{margin-bottom:20px;padding:0 15px;display:none}#_header_rahkv_1202 .mobile-company.footer_section .list-item a{margin-top:10px;color:#ccc;font-weight:500;font-size:1rem;text-transform:capitalize;padding:5px 10px;display:block}#_header_rahkv_1202 .show.menu-mobile .cat-menu ul.cat-menu-list li.cat-item.hasSubmenu .subcat-list{display:none}#_header_rahkv_1202 .show.menu-mobile .cat-menu ul.cat-menu-list li.cat-item.hasSubmenu .hasArrow{display:flex;justify-content:flex-start;align-items:center}#_header_rahkv_1202 .show.menu-mobile .cat-menu ul.cat-menu-list li.cat-item.hasSubmenu .hasArrow i{padding-left:10px}#_header_rahkv_1202 .show.menu-mobile .cat-menu ul.cat-menu-list li.cat-item.hasSubmenu.active .subcat-list{display:block}@media (max-width: 767.98px){#_header_rahkv_1202 .menu-mobile{width:80%}}@media (max-width: 575.98px){#_header_rahkv_1202 .menu-mobile{width:89%}}#_header_rahkv_1202 .top-menu-bar{min-height:100%;align-items:center}@media (max-width: 1024.98px){#_header_rahkv_1202 .top-menu-bar{justify-content:space-between}}#_header_rahkv_1202 #toggle{width:24px;margin:0 auto}#_header_rahkv_1202 #toggle div{width:100%;height:3px;background:var(--clr-black);margin:4px auto;transition:all .3s;backface-visibility:hidden}#_header_rahkv_1202 #toggle.on .one{transform:rotate(45deg) translate(5px,5px)}#_header_rahkv_1202 #toggle.on .two{opacity:0}#_header_rahkv_1202 #toggle.on .three{transform:rotate(-45deg) translate(5px,-5px)}#_header_rahkv_1202 #menu{color:#fff;border:1px solid var(--color-text);width:150px;height:100px;padding:10px;border-radius:3px;line-height:100px;text-align:center;margin:auto;display:none}#_header_rahkv_1202 .main-tog{display:flex;align-items:center}#_header_rahkv_1202 .service-table{overflow:auto}#_header_rahkv_1202 .toggle-top{z-index:9;margin:0 0 0 20px;display:none}@media (max-width: 1024.98px){#_header_rahkv_1202 .toggle-top{margin:0}}@media (max-width: 1024.98px){#_header_rahkv_1202 .toggle-top{display:block!important}}#_header_rahkv_1202 .swiper-pagination{display:flex;justify-content:center;align-items:center;height:16px}#_header_rahkv_1202 .swiper-pagination-bullet{z-index:99;cursor:pointer;border:1px solid var(--clr-black)!important;height:6px;width:6px;border-radius:20px;margin-right:15px;transition:all .5s ease-in;background:var(--clr-black)!important;background-color:var(--clr-black)!important;display:block}#_header_rahkv_1202 .swiper-pagination-bullet:last-child{margin-right:0}#_header_rahkv_1202 .swiper-pagination-bullet.swiper-pagination-bullet-active{position:relative;transition:all 0s ease-in;background:var(--clr-black)!important;background-color:var(--clr-black)!important;border:1px solid var(--clr-black)!important}#_header_rahkv_1202 .swiper-pagination-bullet.swiper-pagination-bullet-active:after{content:"";height:12px;width:12px;border:1px solid var(--clr-black);border-radius:50%;position:absolute;top:-4px;left:-4px}#_header_rahkv_1202 .product-card{position:relative;overflow:hidden;min-height:293px;border:none;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border-radius:0}#_header_rahkv_1202 .product-card .list-content{text-align:center;padding:25px 0 30px;display:flex;flex-direction:column;align-items:center;height:100%}#_header_rahkv_1202 .product-card .list-content .OnRequest{background-color:var(--color-primary);color:var(--clr-white);padding:3px 7px;border-radius:0;display:none;margin-top:auto}#_header_rahkv_1202 .product-card .quick-view-icon{position:absolute;left:50%;transform:translate(-50%,-50%);top:40%;max-width:24px;opacity:0}#_header_rahkv_1202 .product-card .quick-view-icon span.icon-eye{font-size:24px}#_header_rahkv_1202 .product-card:hover{box-shadow:none;border:none}#_header_rahkv_1202 .product-card:hover .wishlist-and-view-main-div .wishlistIcon{opacity:1!important;visibility:visible!important;pointer-events:auto;transform:translate(-10%)}#_header_rahkv_1202 .product-card:hover .action{opacity:1!important;visibility:visible;pointer-events:auto;transform:translateY(0)}#_header_rahkv_1202 .product-card:hover .pro-swatches{display:flex;align-items:center}#_header_rahkv_1202 .product-card:hover .card-block{visibility:visible;opacity:1;bottom:0;transition:all .5s ease-in-out}#_header_rahkv_1202 .product-card:hover .productImage img{transform:scale(1);opacity:.3}#_header_rahkv_1202 .product-card:hover .list-content h5{opacity:0}#_header_rahkv_1202 .product-card:hover .card-pricing{color:var(--color-primary)}#_header_rahkv_1202 .product-card:hover .quick-view-icon{opacity:1}#_header_rahkv_1202 .product-card .quick-view-wrap{display:none;position:absolute;top:50%;left:0;transform:translateY(-50%);text-align:center;width:100%}#_header_rahkv_1202 .product-card .addToWishlistMobile .wishlistIcon{position:absolute;top:10px;right:10px;font-size:20px;color:var(--clr-black);width:30px;height:30px;align-items:center;z-index:2;justify-content:center;box-shadow:3px 3px 6px #b7b7b7;border-radius:50%;display:none!important}#_header_rahkv_1202 .product-card .addToWishlistMobile .wishlistIcon.checked{background-color:#03a46b;color:var(--clr-white)}#_header_rahkv_1202 .product-card .addToWishlistMobile .wishlistIcon .text{display:none}#_header_rahkv_1202 .product-card .featureIcon{position:absolute;top:10px;left:10px;z-index:9;display:none}#_header_rahkv_1202 .product-card .featureIcon img{max-width:68px}#_header_rahkv_1202 .product-card .productImage{max-width:70%;background-color:#fff!important;margin:0 auto 5px;overflow:visible;position:relative;text-align:center;width:70%}#_header_rahkv_1202 .product-card .productImage a{display:flex;width:100%;height:100%;justify-content:center;align-items:center}#_header_rahkv_1202 .product-card .productImage img{width:100%;transition:transform .3s;object-fit:contain}#_header_rahkv_1202 .product-card .productImage img:hover{transform:scale(1);opacity:.3}#_header_rahkv_1202 .product-card .productImage .wishlist-and-view-main-div{position:absolute;top:10px;text-align:end;display:flex;flex-direction:column;right:10px;transition:transform .5s}#_header_rahkv_1202 .product-card .productImage .wishlist-and-view-main-div .wishlistIcon{opacity:0;visibility:hidden;display:block;text-align:center;position:relative;max-width:36px;max-height:36px;padding:8px;line-height:1;border-radius:50%;font-size:0;letter-spacing:0;cursor:pointer;background-color:var(--clr-white);transition:all ease .3s}@media (max-width: 575.98px){#_header_rahkv_1202 .product-card .productImage .wishlist-and-view-main-div .wishlistIcon{display:none}}#_header_rahkv_1202 .product-card .productImage .wishlist-and-view-main-div .wishlistIcon .visually-hidden{position:absolute;overflow:visible;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal}#_header_rahkv_1202 .product-card .productImage .wishlist-and-view-main-div .wishlistIcon span.text{white-space:nowrap;font-size:12px;font-weight:400;overflow:hidden;height:36px;line-height:36px;position:absolute;top:50%;left:100px;padding:0 30px 0 15px;border-radius:36px;transform:translateY(-50%);transition:all ease .3s;color:var(--clr-black);background-color:var(--clr-white)}#_header_rahkv_1202 .product-card .productImage .wishlist-and-view-main-div .wishlistIcon .icon-wishlist{font-size:22px;line-height:22px;vertical-align:top;position:relative;z-index:2;background-color:transparent;color:var(--txt-color)}#_header_rahkv_1202 .product-card .productImage .wishlist-and-view-main-div .wishlistIcon.checked{background-color:var(--clr-black);opacity:1!important;visibility:visible!important}#_header_rahkv_1202 .product-card .productImage .wishlist-and-view-main-div .wishlistIcon.checked .text{background-color:var(--clr-black);color:var(--clr-white)}#_header_rahkv_1202 .product-card .productImage .wishlist-and-view-main-div .wishlistIcon.checked .icon-wishlist{color:var(--clr-white)}#_header_rahkv_1202 .product-card .productImage .wishlist-and-view-main-div .wishlistIcon:hover span.text{left:auto;right:calc(100% - 30px);opacity:1;visibility:visible;pointer-events:auto;display:inline-block;width:auto}#_header_rahkv_1202 .product-card .card-block{margin-top:10px;flex:1 1 auto;display:flex;flex-direction:column;gap:10px;background-color:var(--clr-white);position:absolute;width:100%;bottom:-41px;left:0;right:0}@media (max-width: 575.98px){#_header_rahkv_1202 .product-card .card-block{gap:2px;padding:0;background:#fefefe}}#_header_rahkv_1202 .product-card .card-block .product-code{display:flex;align-items:center;justify-content:center}#_header_rahkv_1202 .product-card .card-block .product-code a{font-size:12px;font-weight:400;color:#747272;text-transform:uppercase;line-height:1}#_header_rahkv_1202 .product-card .card-block .product-name{text-align:center}#_header_rahkv_1202 .product-card .card-block .product-name a{font-size:14px;font-weight:var(--font-body-weight);color:var(--txt-color);text-align:center;text-transform:capitalize;line-height:1.3;letter-spacing:.32px;padding:0 5px;white-space:nowrap;overflow:hidden;display:block;text-overflow:ellipsis}@media (max-width: 575.98px){#_header_rahkv_1202 .product-card .card-block .product-name a{font-size:12px;line-height:18px}}#_header_rahkv_1202 .product-card .card-block .product-price{text-align:center;margin-top:auto;margin-bottom:15px}@media (max-width: 575.98px){#_header_rahkv_1202 .product-card .card-block .product-price{margin-bottom:0}}#_header_rahkv_1202 .product-card .card-block .product-price .price p{margin-bottom:0}#_header_rahkv_1202 .product-card .card-block .product-price .price p .price-span{font-size:1.1025454545rem;font-weight:400;margin-right:10px;color:var(--txt-color);line-height:var(--font-body-lineheight)}@media (max-width: 575.98px){#_header_rahkv_1202 .product-card .card-block .product-price .price p .price-span{font-size:.9647272727rem}}#_header_rahkv_1202 .product-card .card-block .product-price .price p .price-span .currencySymbol{font-size:.9647272727rem;font-weight:600;line-height:var(--font-body-lineheight)}#_header_rahkv_1202 .product-card .card-block .product-price .price p .price-span.strike{text-decoration:line-through}#_header_rahkv_1202 .product-card .card-block .multiWishlistNames{position:relative;padding-bottom:4px}#_header_rahkv_1202 .product-card .card-block .multiWishlistNames button.ddButton{color:var(--clr-white);padding:10px;transition:.3s;font-size:.9647272727rem;font-weight:700;letter-spacing:1.6px;position:relative;overflow:hidden;background:transparent;border:0;margin-top:10px;text-transform:uppercase;display:inline-flex;width:100%;cursor:pointer;font-weight:400;border-radius:5px}#_header_rahkv_1202 .product-card .card-block .multiWishlistNames button.ddButton:after{content:"";position:absolute;width:100%;height:60px;background-image:linear-gradient(180deg,#21c07b,#02a36b,#21c07b);left:0;top:0;z-index:-1;transition:transform .2s ease-in}#_header_rahkv_1202 .product-card .card-block .multiWishlistNames button.ddButton:hover:after{transform:translateY(-10px)}#_header_rahkv_1202 .product-card .card-block .multiWishlistNames button.ddButton+div.dropdownList{border:1px solid #333;padding:8px 0;display:flex;flex-direction:column;row-gap:15px;position:absolute;top:0%;transform:translateY(calc(100% - 2px));background:#fff;font-size:.9647272727rem;font-weight:400;opacity:0;visibility:hidden;z-index:1;max-width:100%;width:100%;overflow-y:scroll;max-height:150px;margin-top:2px;border-radius:5px;scrollbar-width:thin}#_header_rahkv_1202 .product-card .card-block .multiWishlistNames button.ddButton+div.dropdownList .names{padding:8px 15px;cursor:pointer}#_header_rahkv_1202 .product-card .card-block .multiWishlistNames button.ddButton+div.dropdownList .names:hover{background:#f2f2f2}#_header_rahkv_1202 .product-card .card-block .multiWishlistNames button.ddButton+div.dropdownList::-webkit-scrollbar{width:5px}#_header_rahkv_1202 .product-card .card-block .multiWishlistNames button.ddButton+div.dropdownList::-webkit-scrollbar-track{background:#f1f1f1}#_header_rahkv_1202 .product-card .card-block .multiWishlistNames button.ddButton+div.dropdownList::-webkit-scrollbar-thumb{background:#c8c8c8}#_header_rahkv_1202 .product-card .card-block .multiWishlistNames button.ddButton+div.dropdownList::-webkit-scrollbar-thumb:hover{background:#555}#_header_rahkv_1202 .product-card .card-block .multiWishlistNames:hover .dropdownList{opacity:1!important;visibility:visible!important}@media (max-width: 1024.98px){#_header_rahkv_1202 .product-card .card-block{visibility:visible;opacity:1;bottom:0;transition:all .5s ease-in-out}}#_header_rahkv_1202 .product-card .card-block .icons-box{display:flex;background-image:linear-gradient(180deg,#3285b9,#1b75ad)}#_header_rahkv_1202 .product-card .card-block .icons-box .icon{padding:10px 0;text-align:center;flex:1 0 0}#_header_rahkv_1202 .product-card .card-block .icons-box .icon.active{background-image:linear-gradient(171deg,#1ebd78,#03a46b);border:0}#_header_rahkv_1202 .product-card .card-block .icons-box .icon i{font-size:20px;color:var(--clr-white)}#_header_rahkv_1202 .product-card .card-block .icons-box .icon .text{display:none}@media (max-width: 1024.98px){#_header_rahkv_1202 .product-card .card-block .icons-box .icon:not(.cartIcon){display:none}}#_header_rahkv_1202 .product-card .pro-swatches{display:none;justify-content:center}@media (max-width: 1024.98px){#_header_rahkv_1202 .product-card .pro-swatches{display:flex}}#_header_rahkv_1202 .product-card .pro-swatches .color{height:20px;width:20px;margin:3px;border-radius:50%;overflow:hidden}#_header_rahkv_1202 .product-card .action{position:absolute;width:100%;background:transparent;z-index:1;margin:0;bottom:0;padding:10px;opacity:.35;visibility:hidden;transition:.35s ease-out;transform:translateY(100%)}@media (max-width: 575.98px){#_header_rahkv_1202 .product-card .action{display:none}}#_header_rahkv_1202 .product-card .action .action-icon{color:var(--clr-white);padding:10px;transition:.3s;font-size:.9647272727rem;font-weight:700;letter-spacing:1.6px;position:relative;overflow:hidden;background:transparent;border:0;margin-top:10px;border-radius:4px;text-transform:uppercase;display:inline-flex;width:100%}#_header_rahkv_1202 .product-card .action .action-icon:after{content:"";position:absolute;width:100%;height:60px;background-image:linear-gradient(180deg,#21c07b,#02a36b,#21c07b);left:0;top:0;z-index:-1;transition:transform .2s ease-in}#_header_rahkv_1202 .product-card .action .action-icon:hover:after{transform:translateY(-10px)}#_header_rahkv_1202 .product-card .action .action-icon.out-of-stock{opacity:.5;pointer-events:none}#_header_rahkv_1202 .list-title{display:flex;align-items:center;justify-content:center;min-height:100%;width:100%}#_header_rahkv_1202 .list-title a{cursor:pointer;padding:0;text-transform:uppercase;letter-spacing:.4px;font-size:.85714rem;color:#1b75ad;vertical-align:top;font-weight:900;display:none}@media (max-width: 767.98px){#_header_rahkv_1202 .list-title a{font-size:.8rem}}#_header_rahkv_1202 .discountBanner{background:#ff0!important;padding:10px;display:flex;justify-content:center}#_header_rahkv_1202 .discountBanner span.arrowMarks{padding:0 10px;cursor:pointer}#_header_rahkv_1202 .discountBanner p{color:#000;padding-left:25px;padding-right:25px}#_header_rahkv_1202 .discountBanner p span{color:red}#_header_rahkv_1202 .discountBanner p .appliedButton{background:green;color:#fff;border-radius:4px;margin-left:10px;padding:4px 10px;cursor:pointer}#_header_rahkv_1202 .discountBanner p .noApplied{background:#00f!important;color:#fff;border-radius:4px;margin-left:10px;padding:4px 10px;cursor:pointer}._common_j4qy1_2 .collection-element{position:relative}._common_j4qy1_2 .collection-element .product-list{padding:30px 0}._common_j4qy1_2 .collection-element .list-title .title{margin-bottom:0;font-size:28px;font-style:normal;font-weight:600;text-transform:uppercase;position:relative;padding-bottom:10px}._common_j4qy1_2 .collection-element .list-title .title:before{content:"";width:125%;height:2px;background:#444;position:absolute;bottom:0;left:50%;transform:translate(-50%)}._common_j4qy1_2 .collection-element .list-title .title:after{content:"";font-family:thirstboxer,arial!important;position:absolute;bottom:-10px;left:50%;transform:translate(-50%);color:var(--color-primary);font-size:18px}._common_j4qy1_2 .collection-element .section_padding_bottom{opacity:0;transform:translateY(50px);transition:.2s ease-out}._common_j4qy1_2 .collection-element .section_padding_bottom.in-view{opacity:1;transform:translateY(0)}._common_j4qy1_2 .product-card .list-content h3,._common_j4qy1_2 .product-card-list-view .list-content h3{font-size:.8958181818rem;color:#1d1d1d;font-weight:700;margin-top:0;margin-bottom:0}._common_j4qy1_2 .product-card .list-content h4,._common_j4qy1_2 .product-card-list-view .list-content h4{padding:0 10px;max-width:100%;display:block;margin-bottom:10px;margin-top:auto!important;text-align:center;font-size:15px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:.45px;text-transform:capitalize}._common_j4qy1_2 .product-card .list-content h5,._common_j4qy1_2 .product-card-list-view .list-content h5{color:#1b75ad;letter-spacing:.6px;font-size:.85714rem;text-transform:uppercase;min-height:10px;font-weight:700;margin-top:5px;margin-bottom:10px}._common_j4qy1_2 .product-card .list-content .product-price,._common_j4qy1_2 .product-card-list-view .list-content .product-price{letter-spacing:.6px;margin-top:auto;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:22px;text-transform:capitalize;color:#444}._common_j4qy1_2 .currencySymbol:before{content:"$"}._common_j4qy1_2 .title-main-wrapper,._common_j4qy1_2 .similarProductHeading{position:relative;text-align:center}._common_j4qy1_2 .title-main-wrapper.hasBtn,._common_j4qy1_2 .similarProductHeading.hasBtn{padding-bottom:15px}._common_j4qy1_2 .title-main-wrapper .title,._common_j4qy1_2 .similarProductHeading .title{color:var(--txt-color);font-size:1.4264181818rem;text-transform:uppercase;font-weight:var(--font-weight-bold)}@media (max-width: 1024.98px){._common_j4qy1_2 .title-main-wrapper .title,._common_j4qy1_2 .similarProductHeading .title{margin-bottom:8px}}@media (max-width: 767.98px){._common_j4qy1_2 .title-main-wrapper .title,._common_j4qy1_2 .similarProductHeading .title{font-size:1.0129636364rem}}._common_j4qy1_2 .title-main-wrapper .title span,._common_j4qy1_2 .similarProductHeading .title span{display:inline-block;vertical-align:top;z-index:2;max-width:100%;width:auto;background:var(--clr-white)}._common_j4qy1_2 .title-main-wrapper .view_all,._common_j4qy1_2 .similarProductHeading .view_all{display:inline-block;line-height:15px}._common_j4qy1_2 .swiper-slide .product-card{height:100%}._common_j4qy1_2 .go2top{display:none!important}._common_j4qy1_2 .backDrop{inset:0;cursor:pointer;z-index:30;height:100%!important;width:100%;background-color:#232323cc;position:fixed}._common_j4qy1_2 .background-overlay{position:fixed;inset:0;cursor:pointer;z-index:30;height:100%!important;width:100%;background-color:#232323cc}._common_j4qy1_2 .stickyCenterMenu_wrapper,._common_j4qy1_2 .popup_inner{width:100%;height:100%}._common_j4qy1_2 .overlay_disable{visibility:hidden!important;opacity:0!important}._common_j4qy1_2 .thumb,._common_j4qy1_2 .thumb::-webkit-slider-thumb{-webkit-appearance:none;-webkit-tap-highlight-color:transparent}._common_j4qy1_2 .thumb{pointer-events:none;position:absolute;height:0;width:100%;outline:none}._common_j4qy1_2 .thumb--zindex-3{z-index:3}._common_j4qy1_2 .thumb--zindex-4{z-index:4}._common_j4qy1_2 .thumb--zindex-5{z-index:5}._common_j4qy1_2 .thumb::-webkit-slider-thumb{background-color:var(--color-primary);border-radius:50%;box-shadow:none;cursor:pointer;height:18px;width:18px;margin-top:4px;pointer-events:all;position:relative}._common_j4qy1_2 .thumb::-moz-range-thumb{background-color:var(--color-primary);border-radius:50%;box-shadow:none;cursor:pointer;height:18px;width:18px;margin-top:4px;pointer-events:all;position:relative}._common_j4qy1_2 .input-group.rememberMe,._common_j4qy1_2 .input-group.rememberMe label{display:flex}._common_j4qy1_2 .input-group.rememberMe label input[type=checkbox]{margin-right:5px;accent-color:var(--txt-color)}._common_j4qy1_2 .input-group .forgotBtn{cursor:pointer;line-height:22px;color:var(--txt-color)}._common_j4qy1_2 .animsition-loading,._common_j4qy1_2 .custom-animsition-loading{background-color:var(--clr-white);z-index:10104!important;width:100%;height:100%;position:fixed;inset:0}._common_j4qy1_2 .animsition-loading .loader,._common_j4qy1_2 .custom-animsition-loading .loader{position:absolute;top:50%;left:50%;margin-top:-16px;margin-left:-16px;border-radius:50%;z-index:100}._common_j4qy1_2 .animsition-loading .loader .line-scale>div,._common_j4qy1_2 .custom-animsition-loading .loader .line-scale>div{width:4px;height:35px;border-radius:2px;margin:2px;display:inline-block;background:var(--clr-black);animation-fill-mode:both;animation-name:line-scale;animation-timing-function:cubic-bezier(.2,.68,.18,1.08);animation-iteration-count:infinite;animation-duration:1s}._common_j4qy1_2 .animsition-loading .loader .line-scale>div:nth-child(1),._common_j4qy1_2 .custom-animsition-loading .loader .line-scale>div:nth-child(1){animation-delay:-.4s}._common_j4qy1_2 .animsition-loading .loader .line-scale>div:nth-child(2),._common_j4qy1_2 .custom-animsition-loading .loader .line-scale>div:nth-child(2){animation-delay:-.3s}._common_j4qy1_2 .animsition-loading .loader .line-scale>div:nth-child(3),._common_j4qy1_2 .custom-animsition-loading .loader .line-scale>div:nth-child(3){animation-delay:-.2s}._common_j4qy1_2 .animsition-loading .loader .line-scale>div:nth-child(4),._common_j4qy1_2 .custom-animsition-loading .loader .line-scale>div:nth-child(4){animation-delay:-.1s}._common_j4qy1_2 .animsition-loading .loader .line-scale>div:nth-child(5),._common_j4qy1_2 .custom-animsition-loading .loader .line-scale>div:nth-child(5){animation-delay:0s}@keyframes _line-scale_j4qy1_272{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}._common_j4qy1_2 #loaderWrapper{position:relative}._common_j4qy1_2 #loaderWrapper .custom-animsition-loading{position:absolute;height:200px}._common_j4qy1_2 .hideWallet .walletPay,._common_j4qy1_2 .hideCOD .cod{display:none!important}._common_j4qy1_2 .pagination{justify-content:center;gap:10px;margin-top:10px;flex-wrap:wrap;display:flex}._common_j4qy1_2 .pagination .page-link{color:var(--txt-color);position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;background-color:#fff;border:1px solid #dee2e6;cursor:pointer}._common_j4qy1_2 .pagination .page-link.active{border:1px solid var(--txt-color)}._common_j4qy1_2 .pagination .page-link:not(:disabled):not(.disabled){cursor:pointer}._common_j4qy1_2 .pagination .page-link:hover{z-index:2;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}._common_j4qy1_2 input[type=date],._common_j4qy1_2 input[type=text],._common_j4qy1_2 .form-control{border-width:0 0 1px 0;border-radius:0;padding-left:0}._common_j4qy1_2 input[type=date]:hover,._common_j4qy1_2 input[type=date]:focus,._common_j4qy1_2 input[type=date].active,._common_j4qy1_2 input[type=text]:hover,._common_j4qy1_2 input[type=text]:focus,._common_j4qy1_2 input[type=text].active,._common_j4qy1_2 .form-control:hover,._common_j4qy1_2 .form-control:focus,._common_j4qy1_2 .form-control.active{outline:none;box-shadow:none;background:var(--clr-white);border-width:0 0 1px 0;border-style:solid;border-color:#ced4da;border-radius:0!important}._common_j4qy1_2 input[type=date]:disabled,._common_j4qy1_2 input[type=text]:disabled,._common_j4qy1_2 .form-control:disabled{background-color:#e3dfdf}._common_j4qy1_2 input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer}._common_j4qy1_2 input::-webkit-outer-spin-button,._common_j4qy1_2 input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._common_j4qy1_2 input[type=number]{appearance:textfield}._common_j4qy1_2 label{font-size:var(--font-body-size);font-weight:var(--font-weight-medium);color:var(--txt-color);line-height:var(--font-body-lineheight);letter-spacing:.32px;margin:0 0 8px;padding:0;text-transform:capitalize;width:100%}._common_j4qy1_2 .page-heading{margin:0 0 25px;color:var(--txt-color);font-size:1.5849090909rem;text-transform:capitalize;font-weight:var(--font-weight-bold);line-height:2.2050909091rem;letter-spacing:.06px;padding-bottom:10px;text-align:left;border-bottom:2px solid #333}._common_j4qy1_2 .pageSubHeading{margin-bottom:0;color:var(--txt-color);font-size:1.6538181818rem;text-transform:capitalize;font-weight:var(--font-weight-bold);line-height:2.2050909091rem;letter-spacing:.06px;text-align:left}._common_j4qy1_2 .form-group.required label:after{content:"*";color:red}._common_j4qy1_2 .form-group.required .paymentOptions label:after{content:""}._common_j4qy1_2 .btn-primary{color:var(--clr-white);transition:.3s;font-size:.9647272727rem;position:relative;overflow:hidden;background:transparent;border:0;margin-top:10px;display:inline-flex;align-items:center;font-size:1rem;text-transform:uppercase;letter-spacing:1.6px;background-color:var(--color-primary);color:#fff;padding:8px 10px;border-radius:0;text-align:center;display:inline-block;transition:all .2s ease-in;font-weight:700;outline:none;text-shadow:none!important;border-color:transparent;font-family:Poppins}._common_j4qy1_2 .btn-primary:after{content:"";position:absolute;width:100%;height:60px;background-image:linear-gradient(180deg,#21c07b,#02a36b,#21c07b);left:0;top:0;z-index:-1;transition:transform .2s ease-in}._common_j4qy1_2 .btn-primary:hover:after{transform:translateY(-10px)}._common_j4qy1_2 .btn-primary:hover{background-color:var(--txt-color)!important}._common_j4qy1_2 .btn-primary+.btn{margin-left:15px}._common_j4qy1_2 .btn-primary i{vertical-align:text-top;margin-right:5px}._common_j4qy1_2 .btn-outline-primary{color:var(--clr-white);padding:10px;transition:.3s;font-size:.9647272727rem;font-weight:700;letter-spacing:1.6px;position:relative;overflow:hidden;background:transparent;border:0;margin-top:10px;border-radius:4px;text-transform:uppercase;display:inline-flex}._common_j4qy1_2 .btn-outline-primary:after{content:"";position:absolute;width:100%;height:60px;background-image:linear-gradient(180deg,#21c07b,#02a36b,#21c07b);left:0;top:0;z-index:-1;transition:transform .2s ease-in}._common_j4qy1_2 .btn-outline-primary:hover:after{transform:translateY(-10px)}._common_j4qy1_2 .error-text{color:#dd0a32!important;text-transform:uppercase;font-size:11px!important;font-weight:500!important;margin-top:5px}._common_j4qy1_2 .text-danger{color:red!important;font-size:14px!important;font-weight:400!important;display:inline-block}._common_j4qy1_2 .text-danger[role=alert]{margin-top:5px}._common_j4qy1_2 .starColor{color:red}@media (max-width: 575.98px){._common_j4qy1_2 .swiper .swiper-slide{opacity:0}}@media (max-width: 575.98px){._common_j4qy1_2 .swiper .swiper-slide-active,._common_j4qy1_2 .swiper .swiper-slide-next{opacity:1}}._common_j4qy1_2 .loadingData{position:relative;min-height:200px}._common_j4qy1_2 .loadingData.absolute{position:absolute;width:100%;height:100%;left:0;top:0;z-index:99}._common_j4qy1_2 .loadingData .custom-animsition-loading{position:absolute}._common_j4qy1_2 .tabButtons{margin-bottom:15px;max-width:450px;display:flex;justify-content:space-between;gap:30px}._common_j4qy1_2 .tabButtons .togglebtn{flex:1;padding:10px;text-align:center;cursor:pointer;font-size:15px}._common_j4qy1_2 .tabButtons .togglebtn.active{background:var(--color-secondary-700);color:#fff;border-radius:5px}._common_j4qy1_2 #login .title-main-wrapper{max-width:450px;margin-top:15px}._common_j4qy1_2 #login .title-main-wrapper span{text-transform:lowercase}._common_j4qy1_2 .img-fluid{max-width:100%}._common_j4qy1_2 .view-all-wrapper{display:flex;justify-content:center;margin-bottom:15px;overflow:hidden}._common_j4qy1_2 .view-all-wrapper .view-all{display:inline-block;line-height:16px}._common_j4qy1_2 .iconList{padding:35px 0;display:flex;gap:30px;flex-wrap:wrap}._common_j4qy1_2 .iconList .icons{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}._common_j4qy1_2 .iconList .icons span{font-size:36px}._common_j4qy1_2 .wishlistPageWrapper .noProducts{padding:0 0 30px}._common_j4qy1_2 #paymentResponseContent{display:none}._common_j4qy1_2 .staticContent{margin-bottom:20px}._common_j4qy1_2 .staticContent span{line-height:1.4}._common_j4qy1_2 .tawkChatBtn{position:fixed;bottom:20px;right:24px;width:60px;height:60px;background-color:#0e97e7;border-radius:50%;border:0px;z-index:3}._common_j4qy1_2 .tawkChatBtn:focus{outline:none}._common_j4qy1_2 .tawkChatBtn svg{fill:#fff}._common_j4qy1_2 button{cursor:pointer}._common_j4qy1_2 button:focus{outline:none}._common_j4qy1_2 .add-to-cart .imprint-locations label{margin:8px 0 0!important}._common_j4qy1_2 ul.promo-main-div{display:flex;padding-left:0;align-items:center;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:0}._common_j4qy1_2 ul.promo-main-div li{list-style:none;border:2px dotted #A3A0A0;border-radius:6px;flex:0 0 44%;max-width:44%;padding:30px;position:relative;margin-bottom:15px}._common_j4qy1_2 ul.promo-main-div li .single-promo h3{margin:0;font-size:18px;font-weight:700;text-align:center;color:#2e2c2c;padding-bottom:12px}._common_j4qy1_2 ul.promo-main-div li .single-promo .single-promo-code p{border:2px dotted #F50808;border-radius:6px;padding:7px 18px;width:max-content;margin:auto;background:#fff1d1;font-size:12px;font-weight:600;color:red}._common_j4qy1_2 ul.promo-main-div li .single-promo p{text-align:center;font-size:14px;color:gray;font-weight:500;padding-top:10px}._common_j4qy1_2 ul.promo-main-div li .promo-apply-btn{background-color:#395187;width:max-content;padding:7px 20px;border-radius:4px;margin:auto;position:absolute;left:0;right:0;bottom:-20px;color:#fff;font-size:15px;font-weight:500;text-transform:uppercase;cursor:pointer}._common_j4qy1_2 ul.promo-main-div li.active{background-color:#fff1d1;border-color:red}._common_j4qy1_2 ul.promo-main-div li.active .promo-apply-btn{background-color:#58c058}._common_j4qy1_2 [data-tooltip].simptip-position-top.half-arrow:before{border-right:7px solid #323232}._common_j4qy1_2 [data-tooltip]:hover:before,._common_j4qy1_2 [data-tooltip]:hover:after,._common_j4qy1_2 [data-tooltip]:focus:before,._common_j4qy1_2 [data-tooltip]:focus:after{visibility:visible;opacity:1}._common_j4qy1_2 [data-tooltip]{position:relative;display:inline-block}._common_j4qy1_2 [data-tooltip]:before,._common_j4qy1_2 [data-tooltip]:after{position:absolute;visibility:hidden;opacity:0;z-index:999999}._common_j4qy1_2 [data-tooltip]:before{content:"";position:absolute;border-width:6px;border-style:solid;border-color:transparent}._common_j4qy1_2 [data-tooltip]:after{height:22px;padding:11px 11px 0;font-size:13px;line-height:11px;content:attr(data-tooltip);white-space:nowrap}._common_j4qy1_2 [data-tooltip].simptip-position-top:after{background-color:#323232;color:#ecf0f1;margin:auto;width:180px;left:-80px;top:31px;padding-top:6px;text-wrap:wrap;height:auto;line-height:1.1}._common_j4qy1_2 [data-tooltip].simptip-position-top:before{border-top-color:#323232;top:20px;transform:rotate(179deg)}._common_j4qy1_2 .simptip-position-top{text-align:center;background-color:#fff;color:#000;border-radius:41px;padding:5px 10px;margin:auto auto auto 10px;border:1px solid #CCC}._common_j4qy1_2 .simptip-position-top:hover{background-color:#000;color:#fff;border:1px solid black}._common_j4qy1_2 .container-fluid,._common_j4qy1_2 .customized_container{display:block;width:100%;position:relative;max-width:1920px;padding:0 80px;margin:0 auto}@media (max-width: 575.98px){._common_j4qy1_2 .container-fluid,._common_j4qy1_2 .customized_container{padding:0 15px}}._common_j4qy1_2 #newarrivals{padding:60px 0}._common_j4qy1_2 #newarrivals .swiper-slide{height:auto}@media (max-width: 1024.98px){._common_j4qy1_2 #newarrivals{padding:30px 0}}@media (min-width: 1365px){._common_j4qy1_2 #newarrivals{min-height:576px}}@media (min-width: 1919px){._common_j4qy1_2 #newarrivals{min-height:653px}}._common_j4qy1_2 .recaptcha{margin-bottom:10px}#_templateChooser_onmdc_1{position:fixed;right:5px;top:1px;z-index:9999}#_templateChooser_onmdc_1 i{width:30px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:30px;background-color:#333;font-size:18px;color:#fff;cursor:pointer;user-select:none}#_templateChooser_onmdc_1 #template-dropdown{position:fixed;top:5px;right:40px;width:130px;font-size:14px;padding:5px;border:1px solid #ccc;outline:none;cursor:pointer}#_templateChooser_onmdc_1 #template-dropdown:not(.active){display:none}._BreadcrumbStyle_1f2nt_2{margin:20px 0}._BreadcrumbStyle_1f2nt_2 .breadcrumb{background-color:transparent!important;padding:0!important;align-items:center}._BreadcrumbStyle_1f2nt_2 .breadcrumb .breadcrumb-item{font-size:12px;text-transform:capitalize;font-weight:400}@media (max-width: 1024.98px){._BreadcrumbStyle_1f2nt_2 .breadcrumb .breadcrumb-item{font-size:13px}}._BreadcrumbStyle_1f2nt_2 .breadcrumb .breadcrumb-item:not(.active) a{color:#8b8b8b;cursor:pointer}._BreadcrumbStyle_1f2nt_2 .breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:"";font-family:Bloomin!important;transform:rotate(-85deg);top:-2px;position:relative}._BreadcrumbStyle_1f2nt_2 .breadcrumb .breadcrumb-item.active{color:#444;cursor:default;font-weight:500}@keyframes _line-scale_vbyab_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_vbyab_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._BreadcrumbStyle_vbyab_20{padding:8px 0;background-color:var(--light-gray);margin-bottom:30px}@media (max-width: 1024.98px){._BreadcrumbStyle_vbyab_20{padding:15px}}._BreadcrumbStyle_vbyab_20 .breadcrumb{margin:0 40px;padding:0;background-color:transparent}._BreadcrumbStyle_vbyab_20 .breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left:1rem}._BreadcrumbStyle_vbyab_20 .breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:"";font-size:.8269090909rem;line-height:24px;font-family:var(--them-icon)}@media (max-width: 1024.98px){._BreadcrumbStyle_vbyab_20 .breadcrumb .breadcrumb-item{padding-left:.5rem!important}}._BreadcrumbStyle_vbyab_20 .breadcrumb .breadcrumb-item:before{color:var(--light-blue)}._BreadcrumbStyle_vbyab_20 .breadcrumb .breadcrumb-item a{font-size:.9647272727rem;font-weight:400;line-height:23px;color:var(--light-blue)}@media (max-width: 1024.98px){._BreadcrumbStyle_vbyab_20 .breadcrumb .breadcrumb-item a{font-size:.8269090909rem}}._BreadcrumbStyle_vbyab_20 .breadcrumb .breadcrumb-item.active{font-size:.9647272727rem;font-weight:500;line-height:23px;color:var(--dark-gray-second)}._BreadcrumbStyle_vbyab_20 .breadcrumb .breadcrumb-item.active:before{color:var(--dark-gray-second)}@media (max-width: 1024.98px){._BreadcrumbStyle_vbyab_20 .breadcrumb .breadcrumb-item.active{font-size:.8958181818rem}}._breadCrumbWrapper-top_ucsq0_2{display:flex;justify-content:center;align-items:center;margin-top:10px;margin-bottom:30px;padding-top:40px}._breadCrumbWrapper-top_ucsq0_2 .breadcrumb{background-color:transparent;padding:5px 0;margin:0;border-radius:0}._breadCrumbWrapper-top_ucsq0_2 .breadcrumb li{font-size:14px;font-weight:400;text-transform:capitalize}._breadCrumbWrapper-top_ucsq0_2 .breadcrumb li a{color:#444!important;font-size:14px}._breadCrumbWrapper-top_ucsq0_2 .breadcrumb li.active{color:#f44868}._breadCrumbWrapper-top_ucsq0_2 .breadcrumb li.breadcrumb-item+.breadcrumb-item:before{color:#444}._pt-0_ucsq0_32{padding-top:0}._mt-0_ucsq0_36{margin-top:0}._BreadcrumbStyle_1hhkb_2 .breadCrumbWrapper-top{margin-bottom:50px;margin-top:0}._BreadcrumbStyle_1hhkb_2 .breadCrumbWrapper-top .breadcrumb{background-color:#f3f3f3!important;padding:24px 0!important;justify-content:center;border-radius:0!important}._BreadcrumbStyle_1hhkb_2 .breadCrumbWrapper-top .breadcrumb .breadcrumb-item{font-size:.9375rem;text-transform:capitalize;font-weight:400}._BreadcrumbStyle_1hhkb_2 .breadCrumbWrapper-top .breadcrumb .breadcrumb-item:nth-child(2){pointer-events:none}._BreadcrumbStyle_1hhkb_2 .breadCrumbWrapper-top .breadcrumb .breadcrumb-item:not(.active) a{color:#000;cursor:pointer}._BreadcrumbStyle_1hhkb_2 .breadCrumbWrapper-top .breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:"/";color:#000}._BreadcrumbStyle_1hhkb_2 .breadCrumbWrapper-top .breadcrumb .breadcrumb-item.active{color:#000;cursor:default;font-family:Jost,sans-serif}input[type=radio]{accent-color:var(--txt-color);cursor:pointer}@media (max-width: 575.98px){.orderSampleReport{padding:0 15px}}@media (max-width: 575.98px){.mySubscriptions{padding:0 15px}}.paymentMethodList{margin-bottom:0}.paymentMethodList .label{font-weight:var(--font-weight-bold)!important}.paymentMethodList .paymentOptions label{display:flex;column-gap:10px;cursor:pointer;font-weight:var(--font-weight-bold)!important}.account-main-div .page-heading{margin:0;color:var(--txt-color);font-size:20px;text-transform:uppercase;font-weight:var(--font-weight-bold);line-height:var(--font-body-lineheight);letter-spacing:.8px}.account-options-main-div{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));row-gap:30px;column-gap:15px;margin:30px 0 45px}.account-options-main-div>li{border-radius:10px;padding:16px;box-shadow:0 2px 8px #0000001f}.account-options-main-div>.My-Quote-Report,.account-options-main-div .My-Order-Sample-Report{display:none}.account-options-main-div .single-account-card{padding:10px}.account-options-main-div .single-account-card span{font-size:20px}.account-options-main-div .single-account-card h2{margin:8px 0;color:var(--txt-color);font-weight:var(--font-weight-bold);line-height:var(--font-body-lineheight);letter-spacing:.8px;font-size:24px}.account-options-main-div .single-account-card p{margin:8px 0;line-height:22px}@media (max-width: 575.98px){.account-options-main-div .single-account-card p{font-size:calc(var(--font-body-size) + 2px)}}#addAmountForm .input-inAddAmount .form-helper-text,#addAmountForm .form-helper-text{position:relative}@media (min-width: 576px){#addAmountForm .input-inAddAmount .form-helper-text,#addAmountForm .form-helper-text{position:absolute!important}}.card-body .amountBalance{font-size:16px;font-weight:700;display:flex;column-gap:10px}.card-body .label{font-weight:var(--font-weight-bold)}.card-body .quickAddAmount{display:flex;column-gap:10px;row-gap:10px;align-items:flex-start;position:relative}@media (max-width: 575.98px){.card-body .quickAddAmount{flex-wrap:wrap}}.card-body .quickAddAmount .addQuickAmount{flex:0 0 70px;max-width:70px;border-radius:16px;padding:10px 0;border:1px solid #c7c7c7;font-size:14px;font-weight:500;color:var(--txt-color);background:#e9ecef;cursor:pointer;text-transform:uppercase}.card-body .quickAddAmount .addQuickAmount:focus,.card-body .quickAddAmount .addQuickAmount.active{outline:0;box-shadow:none}.card-body .quickAddAmount .input-GiftAmount [role=alert]{position:absolute;top:100%;left:0;margin-top:-5px}.card-body .quickAddAmount .input-inAddAmount{flex:1 1 auto}.card-body .quickAddAmount .input-inAddAmount .input-group{height:36px}.card-body .quickAddAmount .input-inAddAmount .input-group-text{font-size:var(--font-body-size);color:var(--txt-color)}.card-body .quickAddAmount .input-inAddAmount input{border-radius:0 5px 5px 0!important;z-index:1}.card-footer{background:var(--clr-white)}.card-footer .addAmountToWallet{max-width:100%;display:flex;justify-content:center;margin:5px 0}.card-footer .addAmountToWallet button{width:220px;padding:5px 0;font-weight:var(--font-weight-medium)}.transactionWrapper{padding:20px 0 0}.transactionWrapper .transationList{display:flex;column-gap:30px;cursor:pointer;line-height:var(--font-body-lineheight)}.transactionWrapper .transationList>div{font-size:14px;font-weight:500;text-transform:capitalize}.transactionWrapper .transationList>div.active,.transactionWrapper .transationList>div:focus{font-weight:700;border-bottom:2px solid #232323}.transactionWrapper .transactionDetails{padding-top:20px;color:var(--txt-color)}.transactionWrapper .transactionDetails .table-responsive{overflow:auto!important}.completeYourPayment .userDetails .text{font-size:16px;text-transform:capitalize;font-weight:600}.completeYourPayment .userDetails button{padding:5px 0;width:80px;cursor:pointer}.completeYourPayment .paymentDetails{text-transform:capitalize}.completeYourPayment .paymentDetails .payment-items{margin-bottom:16px}.completeYourPayment .paymentDetails .paymentTitle{font-size:16px;font-weight:600}.completeYourPayment .paymentDetails .paymentAmount,.completeYourPayment .finalTotal .paymentAmount{display:flex;column-gap:10px}.completeYourPayment .completeOrder{border-radius:0;margin-top:25px;width:220px}.searchInputButton{display:flex;align-items:flex-end;row-gap:8px;column-gap:8px;border:1px solid var(--border-bottom-clr);flex-direction:column;padding:20px;border-radius:2px;margin-top:10px}@media (max-width: 1279.98px){.searchInputButton{flex-direction:column;align-items:flex-start}}.searchInputButton .filterInput{display:flex;column-gap:8px;row-gap:8px;width:100%}.searchInputButton .filterInput .row{width:100%}@media (max-width: 575.98px){.searchInputButton .filterInput{flex-direction:column}}.searchInputButton .filterInput .form-group{flex:1 1 auto}.searchInputButton .filterInput .form-group input{margin:0}.searchInputButton .filterInput .form-group label{display:block;position:relative;width:auto;height:auto;font-size:14px;font-weight:700;letter-spacing:.03px;line-height:19px;margin-bottom:5px;order:-1}.searchInputButton .filterInput .inputFrom,.searchInputButton .filterInput .inputTo,.searchInputButton .filterInput .orderId{width:100%}.searchInputButton .filterInput input{height:44px}.searchInputButton .filterBtns{margin-right:auto;margin-left:auto;z-index:1}@media (max-width: 575.98px){.searchInputButton .filterBtns{max-width:450px;width:100%}}.searchInputButton .filterBtns .btn{margin:0 15px 0 0;font-size:1rem;letter-spacing:1.6px;color:#fff;padding:8px 20px;border-radius:20px;text-align:center;display:inline-block;transition:all .8s ease-in;font-weight:600}@media (max-width: 575.98px){.searchInputButton .filterBtns .btn{flex:1}}.searchInputButton .filterBtns .btn i{text-shadow:none;margin-right:6px;font-size:.9rem;text-rendering:auto;letter-spacing:1.6px;color:#fff;text-align:center;font-weight:700;vertical-align:top}.searchInputButton .filterBtns .btnSubmit,.searchInputButton .filterBtns .btnReset{font-size:1rem;font-weight:500;line-height:1.5rem;background-color:var(--main-color);margin-bottom:10px;display:inline-block;color:#fff;padding:15px 20px;border-radius:50px;cursor:pointer;text-transform:inherit}.searchInputButton .filterBtns .btnSubmit:focus,.searchInputButton .filterBtns .btnReset:focus{box-shadow:none}#viewDialogModel-8d1c16ff-f019-4328-a002-596eeef25648{border:none}.modal-md .orderStatus{display:flex;padding:20px 0}.modal-md .orderStatus .status{display:flex;flex-direction:column;gap:15px;flex:1;text-align:center;text-transform:capitalize;font-size:24px}.modal-md .orderStatus .status .orderReportIcon{font-size:36px;font-weight:500}.modal-md .orderStatus .status.active{color:var(--secondary-color)}.dialog-header .dialog-title{font-size:20px;font-weight:var(--font-weight-bold);margin:0!important}.viewProductDetails .orderNumberDate{display:flex;column-gap:50px}.viewProductDetails .orderSummary{margin-top:16px}.viewProductDetails .orderSummary .orderDetails{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));column-gap:15px;border:1px solid rgba(0,0,0,.125);border-radius:8px;padding:16px;row-gap:15px}.viewProductDetails .orderSummary .orderDetails .orderDetail .orderDetailHeading{font-size:16px;margin-bottom:5px;font-weight:700}.viewProductDetails .orderSummary .orderDetails .orderDetail .detail{line-height:22px}.viewProductDetails .orderSummary .orderDetails .orderDetail .detail .priceDetails{margin-bottom:0!important;display:flex;justify-content:space-between}.viewProductDetails .orderSummary .orderStatus{display:flex;padding:20px 0;align-items:center;font-size:16px}.viewProductDetails .orderSummary .orderStatus h3.orderDetailHeading{font-size:inherit;font-weight:600;margin-right:10px;margin-bottom:0}.viewProductDetails .orderSummary .orderStatus .detail{font-size:inherit;text-transform:capitalize}.viewProductDetails .orderSummary .productDetails{margin-top:15px;position:relative}.viewProductDetails .orderSummary .productDetails .writeProductReview{color:var(--secondary-color);font-size:calc(var(--font-body-size) + 2px);font-weight:var(--font-weight-bold);cursor:pointer;text-decoration:underline}.viewProductDetails .orderSummary .productDetails img{width:80px;height:80px}.viewProductDetails .orderSummary .productDetails .table .price,.viewProductDetails .orderSummary .productDetails .table .unitPrice,.viewProductDetails .orderSummary .productDetails .table .totalItems,.viewProductDetails .orderSummary .productDetails .table .totalQty{text-align:right}.viewProductDetails .orderSummary .productDetails dialog#writeReviewForm-0ff357e2-6a44-48b0-abc0-1831b485114e-0{width:500px!important}.addAddress{font-size:24px;color:var(--txt-color);text-transform:capitalize}.address-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));row-gap:30px;column-gap:15px}.address-list .address-item-dotted{display:flex;border:2px dashed #c7c7c7;border-radius:8px;justify-content:center;align-items:center;background:var(--clr-white);min-height:210px}.address-list .address-item-dotted .addAddress{display:flex;align-items:center;column-gap:10px;color:#565959;flex-direction:column}.address-list .address-item-dotted .addAddress .icon-plus{font-size:48px}.address-list .addres-item-border{border-radius:8px;background:var(--clr-white);box-shadow:0 1px 4px #00000026;display:flex;flex-direction:column}.address-list .addres-item-border .addressInnerWrapper{line-height:22px;flex:0 0 170px}.address-list .addres-item-border .addressInnerWrapper .deffaultAddressSelected{height:40px;padding:10px 0 0 20px;box-shadow:0 1px 3px #0000001a}.address-list .addres-item-border .addressInnerWrapper .wrapper-address{padding:10px 0 0 20px;height:calc(100% - 40px)}.address-list .addres-item-border .addBtnWrapper{padding:20px;margin-top:auto}.address-list .addres-item-border .addBtnWrapper .edit-delete-btn{display:flex;column-gap:10px;align-items:center}.address-list .addres-item-border .addBtnWrapper .edit-delete-btn .btn{background:transparent!important;padding:0;font-size:12px;color:#007185;text-transform:capitalize;border:0px}.address-list .addres-item-border .addBtnWrapper .edit-delete-btn .btn.active,.address-list .addres-item-border .addBtnWrapper .edit-delete-btn .btn:focus{outline:none;box-shadow:none}.giftCardWrapper .giftListingFormWrapper{display:flex;gap:15px 30px}@media (max-width: 1279.98px){.giftCardWrapper .giftListingFormWrapper{flex-direction:column}}.giftCardWrapper .giftListingFormWrapper .giftList{flex:0 0 60%;max-width:60%}@media (max-width: 1279.98px){.giftCardWrapper .giftListingFormWrapper .giftList{flex:0 0 100%;max-width:100%}}.giftCardWrapper .giftListingFormWrapper .giftList .addAmount .text{margin:15px 0;font-weight:600}.giftCardWrapper .giftListingFormWrapper .giftList .addAmount .giftChooseAmnt{margin-top:0}.giftCardWrapper .giftListingFormWrapper .giftList .useDetailForm .input-submit-action{display:flex;column-gap:10px}.giftCardWrapper .giftListingFormWrapper .giftList .useDetailForm .input-submit-action #submit,.giftCardWrapper .giftListingFormWrapper .giftList .useDetailForm .input-submit-action #reset{width:150px}.giftCardWrapper .giftListingFormWrapper .myGiftCard{flex:1 1 auto;padding:25px;border:1px solid rgba(0,0,0,.125);border-radius:4px;background:var(--clr-white)}.giftCardWrapper .giftListingFormWrapper .myGiftCard .giftCouponHeader,.giftCardWrapper .giftListingFormWrapper .myGiftCard .validDateHeader{column-gap:5px}.giftCardWrapper .giftListingFormWrapper .myGiftCard .giftCoupon{font-weight:var(--font-weight-bold);cursor:pointer}.gift-terms .termsHeading{margin:15px 0;font-size:20px;font-weight:var(--font-weight-bold)}.terms-list li{line-height:var(--font-body-lineheight)}.terms-list li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--txt-color);display:inline-block;margin:0 10px 0 0}.rewardsReferralWrapper{display:flex;flex-direction:column;row-gap:15px}.rewardsReferralWrapper .input-submit-action .btn{width:100%}.rewardsReferralWrapper .rewardDetails{display:flex;gap:15px 30px}@media (max-width: 575.98px){.rewardsReferralWrapper .rewardDetails{flex-direction:column}}.rewardsReferralWrapper .userReferral{flex:1;padding:0 18px 14px;box-shadow:0 1px 4px #00000026;background:var(--clr-white);border-radius:4px}.rewardsReferralWrapper .userReferral .referRewardText{margin:0;line-height:var(--font-body-lineheight)}.rewardsReferralWrapper .redeemRewardsPoint{flex:1;padding:0 18px 14px;box-shadow:0 1px 4px #00000026;background:var(--clr-white);border-radius:4px}.rewardsReferralWrapper .redeemRewardsPoint .loyaltyPoints{line-height:var(--font-body-lineheight)}.rewardsReferralWrapper .referralListing .custom-table-header .pointsHeader{justify-content:center}.rewardsReferralWrapper .referralListing .custom-table-header .statusHeader{justify-content:flex-end}.rewardsReferralWrapper .referralListing .item-data .points{justify-content:center}.rewardsReferralWrapper .referralListing .item-data .status,.rewardsReferralWrapper .pointsTier .custom-table-header .tierPoints,.rewardsReferralWrapper .pointsTier .item-data .points{justify-content:flex-end}#addAmountForm .form-section-action .label{font-size:var(--font-body-size);color:var(--txt-color);line-height:var(--font-body-lineheight);letter-spacing:.32px;margin:0 0 8px;padding:0;text-transform:capitalize;width:100%;font-weight:var(--font-weight-bold)}#addAmountForm .form-section-action .quickAddAmount button.addAmountToWallet{flex:0 0 70px;max-width:70px;border-radius:16px;padding:10px 0;border:1px solid #c7c7c7;font-size:14px;font-weight:500;color:var(--txt-color);background:#e9ecef;cursor:pointer;text-transform:uppercase}#addAmountForm .form-section-action .quickAddAmount button.addAmountToWallet:focus,#addAmountForm .form-section-action .quickAddAmount button.addAmountToWallet.active{outline:0;box-shadow:none}.addMoneyToWallet .card .card-footer{background:var(--clr-white)}.giftListingFormWrapper .giftList .card-body #addAmountForm .giftChooseAmnt{font-weight:600}.giftListingFormWrapper .giftList .card-body #addAmountForm .quickAddAmount button{flex:0 0 70px;max-width:70px;border-radius:16px;padding:10px 0;border:1px solid #c7c7c7;font-size:14px;font-weight:500;color:var(--txt-color);background:#e9ecef;cursor:pointer;text-transform:uppercase}.giftListingFormWrapper .giftList .card-body #addAmountForm .quickAddAmount button:focus,.giftListingFormWrapper .giftList .card-body #addAmountForm .quickAddAmount button.active{outline:0;box-shadow:none}.giftListingFormWrapper .giftList .card-body #addAmountForm .quickAddAmount .input-GiftAmount{display:flex;align-items:center}.giftListingFormWrapper .giftList .card-body #addAmountForm .quickAddAmount .input-GiftAmount label.label{display:flex;align-items:center;padding:.555rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem;width:max-content;border-top-right-radius:0;border-bottom-right-radius:0}.giftListingFormWrapper .giftList .card-body #addAmountForm .quickAddAmount .input-GiftAmount label.label:after{content:"₹";font-size:var(--font-body-size);color:var(--txt-color)}.giftListingFormWrapper .giftList .card-body #addAmountForm .quickAddAmount .input-GiftAmount input.form-control{border-top-left-radius:0!important;border-bottom-left-radius:0!important;height:100%}.giftListingFormWrapper .giftList .card-body #addAmountForm .enter{margin:15px 0;font-weight:600}.giftListingFormWrapper .giftList .card-body #addAmountForm .input-submit-action{display:flex;column-gap:10px;margin-top:25px}.giftListingFormWrapper .giftList .card-body #addAmountForm .input-submit-action button{width:25%}.text-danger{color:#dd0a32!important;text-transform:uppercase;font-size:11px!important;font-weight:500!important}.changePasswordWrapper form .form-section button.btnSubmit,.registerForm form .form-section button.btnSubmit{max-width:450px!important;width:100%!important}._contactusWrapper_1ilc7_2 .page-heading{font-family:Cinzel,serif;font-weight:700;font-size:23px!important;color:var(--main-color)}._contactusWrapper_1ilc7_2 .textarea-Message{margin-top:-20px}._contactusWrapper_1ilc7_2 .textarea-Message br{display:none}._contactusWrapper_1ilc7_2 label{line-height:22px}._contactusWrapper_1ilc7_2 #shipperNo[readonly],._contactusWrapper_1ilc7_2 #shipperNo[readonly]:hover{background-color:#e9ecef!important;opacity:1!important}._contactusWrapper_1ilc7_2 input[type=date],._contactusWrapper_1ilc7_2 input[type=text],._contactusWrapper_1ilc7_2 .form-control{padding-left:5px}._contactusWrapper_1ilc7_2 .btnSubmit,._contactusWrapper_1ilc7_2 .btnClear{border-radius:5px;margin-right:15px}._contactusWrapper_1ilc7_2 .userContactUsForm{margin-bottom:15px}._contactusWrapper_1ilc7_2 .userContactUsForm form .form-section{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:10px 15px;margin-bottom:25px}._contactusWrapper_1ilc7_2 .userContactUsForm form .form-section>div label{display:block!important;margin-bottom:0}._contactusWrapper_1ilc7_2 .userContactUsForm form .form-section .input-Extension label:after{content:none!important}._contactusWrapper_1ilc7_2 .userContactUsForm form .form-section .contactFormWrapper.checkboxContent{display:flex;align-items:center;column-gap:15px}._penColorCrousol_16d46_2{margin-bottom:20px}._penColorCrousol_16d46_2 .pen-color-img{border-radius:5px;padding:2px 10px;border:1px solid #c6c6c6;cursor:pointer;position:relative}._penColorCrousol_16d46_2 .pen-color-img img{width:54px;margin-left:auto;margin-right:auto;display:block}._penColorCrousol_16d46_2 .pen-color-img.active,._penColorCrousol_16d46_2 .pen-color-img.defaultActive{border:1px solid var(--main-color)}._penColorCrousol_16d46_2 .crousol-box{display:flex;flex-wrap:wrap}._penColorCrousol_16d46_2 .crousol-box>div{margin-right:15px;margin-bottom:15px}#quick-view-pop-up .detail-header span{font-size:1rem;font-weight:500;line-height:23px;color:var(--header-text);margin-bottom:0!important}#quick-view-pop-up .detail-content{font-size:.875rem!important}#quick-view-pop-up .detail-content ul{list-style:disc!important;padding-left:20px;text-align:left}#quick-view-pop-up .detail-content ul li{font-size:inherit}._product_card_style_vs5oo_2{overflow:hidden;border:1px solid #EBEBEB;height:100%;display:flex;flex-direction:column}._product_card_style_vs5oo_2:hover .card-upper-block:before{visibility:visible;opacity:1}@media (max-width: 1024.98px){._product_card_style_vs5oo_2:hover .card-upper-block:before{visibility:hidden!important;opacity:0!important}}._product_card_style_vs5oo_2:hover .card-upper-block .icons-box{transform:translate(0);transition:.3s;transform-origin:right}@media (max-width: 1024.98px){._product_card_style_vs5oo_2:hover .card-upper-block .icons-box{display:none}}._product_card_style_vs5oo_2 .card-upper-block{position:relative;overflow:hidden}._product_card_style_vs5oo_2 .card-upper-block .productImage img{margin-top:50px}._product_card_style_vs5oo_2 .card-upper-block .featureIcon{right:5px;top:15px!important;position:absolute}._product_card_style_vs5oo_2 .card-upper-block .featureIcon img{height:20px;width:auto;margin-right:5px}._product_card_style_vs5oo_2 .card-upper-block:before{background:#ffffff80;width:100%;height:100%;position:absolute;top:0;left:0;content:"";visibility:hidden;opacity:0;pointer-events:none;display:none}._product_card_style_vs5oo_2 .card-upper-block .addToWishlistMobile span{display:none}._product_card_style_vs5oo_2 .card-upper-block .addToWishlistMobile .wishlistIcon{position:absolute;top:10px;left:10px;height:35px;width:35px;display:grid;place-items:center;border-radius:50%;background:#ededed;font-size:.875rem}._product_card_style_vs5oo_2 .card-upper-block .addToWishlistMobile .wishlistIcon .icon-wishlist:before{content:""}._product_card_style_vs5oo_2 .card-upper-block .addToWishlistMobile .wishlistIcon.checked .icon-wishlist:before{color:red}._product_card_style_vs5oo_2 .card-upper-block .icons-box{position:absolute;display:flex;flex-direction:row;bottom:10%;right:0;left:0;margin:auto;text-align:right;transform:translateY(200%);transition:.3s;transform-origin:right;width:100%;justify-content:center}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation{border:1px solid #ccc}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation .checked span.text{width:150px}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation .checked i:before{color:var(--them-yellow)!important}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button{font-size:0px;height:40px;width:40px;background-color:#fff;border:none;display:grid;place-content:center;transition:.3s;transform:scale(1)}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button span{display:none;position:relative;top:-45px;width:120px;left:0;right:0;margin:auto;text-align:center;background:var(--dark-gray);padding:5px 20px;color:#fff;border-radius:5px;font-size:.625rem;line-height:15px;font-weight:400}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button span:after{content:"";border:10px solid transparent;border-top-color:var(--dark-gray);border-bottom:0;bottom:-10px;left:50%;margin-left:0;position:absolute;transform:translate(-50%)}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i{font-size:16px;color:#000;height:40px;width:40px;border:none;display:grid;place-content:center;position:absolute;font-family:var(--them-icon)}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i:before{content:""}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover{background-color:#000;color:#fff}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover span{display:block}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover i:before{color:#fff}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.compareIcon>div{height:40px;width:40px;background-color:#fff;border:none;display:grid;place-content:center;transform:scale(1);transition:.3s;border-left:none;border-right:none}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.compareIcon>div span{display:none;position:relative;top:-45px;width:120px;left:0;right:0;margin:auto;text-align:center;background:var(--dark-gray);padding:5px 20px;color:#fff;border-radius:5px;font-size:.625rem;line-height:15px;font-weight:400}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.compareIcon>div span:after{content:"";border:10px solid transparent;border-top-color:var(--dark-gray);border-bottom:0;bottom:-10px;left:50%;margin-left:0;position:absolute;transform:translate(-50%)}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.compareIcon i{font-size:16px;color:#000;height:40px;width:40px;border:none;display:grid;place-content:center;position:absolute}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.compareIcon i:before{content:""}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div{background-color:#000;color:#fff}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div span{display:block}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div i{color:#fff}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.presentationIcon{display:none}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.presentationIcon>div{height:40px;width:40px;background-color:#fff;border:none;display:grid;place-content:center;transform:scale(1);transition:.3s}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.presentationIcon>div span{display:none}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.presentationIcon i{font-size:16px;color:#000;font-family:var(--them-icon)}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div{background-color:#000;color:#fff}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div i{color:#fff}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.wishlistIcon>div{height:40px;width:40px;background-color:#fff;border:none;display:grid;place-content:center;transform:scale(1);transition:.3s}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.wishlistIcon>div span{display:none;position:relative;top:-45px;width:120px;left:0;right:0;margin:auto;text-align:center;background:var(--dark-gray);padding:5px 20px;color:#fff;border-radius:5px;font-size:.625rem;line-height:15px;font-weight:400}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.wishlistIcon>div span:after{content:"";border:10px solid transparent;border-top-color:var(--dark-gray);border-bottom:0;bottom:-10px;left:50%;margin-left:0;position:absolute;transform:translate(-50%)}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.wishlistIcon i{font-size:16px;color:#000;height:40px;width:40px;border:none;display:grid;place-content:center;position:absolute}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.wishlistIcon i:before{content:""}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div{background-color:#000;color:#fff;transition:.3s}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div span{display:block}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i{color:#fff}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i:before{color:#fff}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.cartIcon{display:none}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.cartIcon>div{height:40px;width:40px;background-color:#fff;border:none;border-radius:50%;display:grid;place-content:center;transform:scale(1);transition:.3s}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.cartIcon>div span{display:none}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.cartIcon i{font-size:16px;color:#000;font-family:demo!important}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div{background-color:#0039a6;color:#fff;transform:scale(1.2);transition:.3s}._product_card_style_vs5oo_2 .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div i{color:#fff}._product_card_style_vs5oo_2 .card-block{padding:10px;flex:1}._product_card_style_vs5oo_2 .card-block .list-content{display:flex;flex-direction:column;height:100%}._product_card_style_vs5oo_2 .card-block .list-content .product-code{font-size:.875rem;color:var(--menu-color);font-weight:400;line-height:21px;text-align:center;margin-top:auto}._product_card_style_vs5oo_2 .card-block .list-content .product-name h4{font-size:1rem;line-height:24px;width:100%;font-weight:500;color:var(--menu-color);text-align:center;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._product_card_style_vs5oo_2 .card-block .list-content .pro-swatches.sw-color{display:flex;align-items:center;margin-bottom:5px;justify-content:space-between}._product_card_style_vs5oo_2 .card-block .list-content .pro-swatches.sw-color .colors-swicth{display:flex;gap:5px;margin-right:5px}._product_card_style_vs5oo_2 .card-block .list-content .pro-swatches.sw-color .colors-swicth .color-switch-item .text{display:none;position:relative;top:-30px;width:120px;left:-7px;margin:auto;text-align:center;background:var(--dark-gray);padding:5px 20px;color:#fff;border-radius:5px;font-size:.6890909091rem;line-height:15px;font-weight:400;white-space:nowrap}._product_card_style_vs5oo_2 .card-block .list-content .pro-swatches.sw-color .colors-swicth .color-switch-item .text:after{content:" ";border:10px solid transparent;border-top-color:var(--dark-gray);border-bottom:0;bottom:-5px;left:15px;margin-left:0;position:absolute;transform:translate(-50%)}._product_card_style_vs5oo_2 .card-block .list-content .pro-swatches.sw-color .colors-swicth .color-switch-item:hover .text{display:block}._product_card_style_vs5oo_2 .card-block .list-content .pro-swatches.sw-color .colors-swicth>div{width:18px!important;height:18px!important;border:1px solid #EAEAEA}._product_card_style_vs5oo_2 .card-block .list-content .pro-swatches.sw-color .Swatchcounts{border:1px solid #EAEAEA;display:flex;align-items:center;justify-content:center;font-size:.875rem!important;color:var(--dark-blue);line-height:1.2!important;font-weight:500}._product_card_style_vs5oo_2 .card-block .list-content .pro-swatches.sw-color .color img{width:54px;height:auto;object-fit:contain;margin-right:10px}._product_card_style_vs5oo_2 .card-block .list-content .product-price{color:var(--dark-blue);font-size:.875rem;font-weight:500;line-height:21px;text-align:center;margin-bottom:15px}._product_card_style_vs5oo_2 .card-block .list-content .product-price .discountCode{text-transform:lowercase}._section_f2cmv_2{display:inherit}._section_f2cmv_2 .products{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));row-gap:15px;column-gap:15px}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}._heading2_76yr9_2{flex:1;position:relative;font-weight:500;font-size:1.875rem;color:var(--main-color);margin-bottom:30px;display:none}@media (max-width: 1024.98px){._heading2_76yr9_2{font-size:22px}}._h2_76yr9_17{margin:0;flex:1;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;font-size:inherit;font-family:inherit}._sectionTitle_76yr9_28{align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:space-between}._video_76yr9_36{align-self:stretch;height:720px;width:100%;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}@media (max-width: 1024.98px){._video_76yr9_36{height:320px}}@media (max-width: 767.98px){._video_76yr9_36{height:220px}}._featuredVideoContainer_76yr9_56{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--gap-11xl)}._featuredVideoSection_76yr9_65{align-self:stretch;background:#feffdd;display:flex;flex-direction:row;padding-bottom:30px;padding-top:30px;align-items:flex-start;justify-content:flex-start;text-align:left;font-size:14px;color:var(--color-midnightblue)}._featuredVideoSection_76yr9_65 ._vedio-text_76yr9_78{padding:50px 0}@media (max-width: 1024.98px){._featuredVideoSection_76yr9_65 ._vedio-text_76yr9_78{padding:15px 0}}._featuredVideoSection_76yr9_65 ._vedio-text_76yr9_78 h3{font-size:32px;font-weight:400;text-transform:uppercase}._featuredVideoSection_76yr9_65 ._vedio-text_76yr9_78 p{font-size:16px;font-weight:400;color:#444;line-height:20px}@media (max-width: 1024.98px){._featuredVideoSection_76yr9_65 ._w-100_76yr9_98 iframe{width:100%!important}}._featuredVideoSection_76yr9_65 .vedio-text{padding:50px 0}@media (max-width: 1024.98px){._featuredVideoSection_76yr9_65 .vedio-text{padding:15px 0}}._featuredVideoSection_76yr9_65 .vedio-text h3{font-size:32px;font-weight:400;text-transform:uppercase}._featuredVideoSection_76yr9_65 .vedio-text p{font-size:16px;font-weight:400;color:#444;line-height:20px;padding-right:55px;text-align:justify}@media (max-width: 1024.98px){._featuredVideoSection_76yr9_65 .vedio-text p{padding-right:10px}}._featuredVideoSection_76yr9_65 img{width:100%;height:100%}._Aboutus_1wxeo_2{background:#feffdd}._Aboutus_1wxeo_2 .about-text{padding:50px 0}._Aboutus_1wxeo_2 .about-text h3{font-size:32px;font-weight:400}._Aboutus_1wxeo_2 .about-text p{font-size:16px;font-weight:400;color:#444;line-height:20px}._Aboutus_1wxeo_2 .about-text button.readmore{background-color:var(--secondary-color);color:#000;background-image:initial;text-transform:capitalize;font-weight:400}@media (max-width: 1024.98px){._Aboutus_1wxeo_2 .about-mainparentnew img{width:auto;height:auto}}._editProfileForm_17q50_2 .page-heading{margin:0;color:var(--main-color);font-size:1.4375rem;text-transform:capitalize;font-weight:var(--font-weight-bold);line-height:2rem;letter-spacing:.06px;text-align:left;border-bottom:2px solid #333;border-bottom:0!important;padding-bottom:0!important;margin-bottom:0!important}._editProfileForm_17q50_2 .form-section-info{font-size:1rem}._editProfileForm_17q50_2 .editProfileWrapper h3{margin-bottom:0;color:var(--txt-color);font-size:1.5rem;text-transform:capitalize;font-weight:var(--font-weight-bold);line-height:2rem;letter-spacing:.06px;text-align:left}._editProfileForm_17q50_2 .personalCompWrapper{flex-direction:column}._editProfileForm_17q50_2 .userContactUsForm{margin-bottom:15px}._editProfileForm_17q50_2 .userContactUsForm form .form-section{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:10px 15px;margin-bottom:25px}._editProfileForm_17q50_2 .userContactUsForm form .form-section>div label{display:block!important;margin-bottom:0}._editProfileForm_17q50_2 .userContactUsForm form .form-section .input-Extension label:after{content:none!important}._editProfileForm_17q50_2 .userContactUsForm form .form-section .contactFormWrapper.checkboxContent{display:flex;align-items:center;column-gap:15px}._errorPage_ts2av_2{padding:50px 0;color:var(--txt-color);display:flex;flex-direction:column;justify-content:center;align-items:center;text-transform:uppercase}._errorPage_ts2av_2 .pageTitle{font-size:18px;font-weight:var(--font-weight-bold);line-height:var(--font-body-lineheight);margin-bottom:15px}._errorPage_ts2av_2 .errorContent h1{font-size:11pc;font-weight:700;margin-bottom:15px;color:var(--main-color)}._errorPage_ts2av_2 .pageType .textHead{font-size:18px;margin-bottom:50px;font-weight:600}._errorPage_ts2av_2 .pageType .homeAction{margin:0 auto;font-size:18px;font-weight:600;color:var(--color-primary-400)}._homepageBanner_1bl8t_2 .swiper-button-prev.swiper-button-disabled,._homepageBanner_1bl8t_2 .swiper-button-next.swiper-button-disabled{pointer-events:auto}._homepageBanner_1bl8t_2 .swiper-button-prev{left:20px}._homepageBanner_1bl8t_2 .swiper-button-next{right:20px}._homepageBanner_1bl8t_2 .swiper-button-prev,._homepageBanner_1bl8t_2 .swiper-button-next{box-shadow:3px 3px 6px #b7b7b7}@media (max-width: 600px){._homepageBanner_1bl8t_2 .swiper-button-prev,._homepageBanner_1bl8t_2 .swiper-button-next{display:none}}._homepageBanner_1bl8t_2 .swiper-button-prev:before,._homepageBanner_1bl8t_2 .swiper-button-prev:after,._homepageBanner_1bl8t_2 .swiper-button-next:before,._homepageBanner_1bl8t_2 .swiper-button-next:after{color:#fff!important}._homepageBanner_1bl8t_2 .swiper-button-prev:hover:before,._homepageBanner_1bl8t_2 .swiper-button-prev:hover:after,._homepageBanner_1bl8t_2 .swiper-button-next:hover:before,._homepageBanner_1bl8t_2 .swiper-button-next:hover:after{color:#777!important}._AboutUs_yrvle_2 .title-main-wrapper .list-title{display:flex;align-items:center;justify-content:space-between;min-height:100%;width:100%}._AboutUs_yrvle_2 .title-main-wrapper .list-title a{cursor:pointer;padding:0;text-transform:uppercase;letter-spacing:.4px;font-size:.85714rem;color:#1b75ad;vertical-align:top;font-weight:900}@media (max-width: 767.98px){._AboutUs_yrvle_2 .title-main-wrapper .list-title a{font-size:.8rem}}._AboutUs_yrvle_2 .title-main-wrapper .title{color:var(--txt-color);font-size:1.625rem;font-weight:700;text-align:left;width:100%;text-transform:capitalize;font-family:Cinzel,serif;line-height:1}@media (max-width: 1024.98px){._AboutUs_yrvle_2 .title-main-wrapper .title{font-size:1.375rem}}._AboutUs_yrvle_2 .title-main-wrapper a{font-size:.9375rem;color:#444;text-transform:capitalize;font-weight:500;transition:.3s;transform:scale(1);letter-spacing:0em}._AboutUs_yrvle_2 .title-main-wrapper a:hover{color:var(--main-color);transition:.3s;transform:scale(1.1)}._AboutUs_yrvle_2 .about_sec{border:1px solid #d9d9d9;border-radius:5px;overflow:hidden}._AboutUs_yrvle_2 .about_sec .tabsName{display:flex;border-bottom:1px solid #d9d9d9;margin:0 -15px;width:calc(100% + 30px)}._AboutUs_yrvle_2 .about_sec .tabsName li{padding:10px 30px;cursor:pointer}._AboutUs_yrvle_2 .about_sec .tabsName li.active{background-color:var(--clr_1)}._AboutUs_yrvle_2 .about_sec .tabsName li.active span{color:var(--clr-white)}._AboutUs_yrvle_2 .about_sec .tabsName li span{color:var(--txt-color);font-size:1.125rem;font-weight:500;line-height:1}._AboutUs_yrvle_2 .about_sec .tabContent{padding:30px}._AboutUs_yrvle_2 .about_sec .tabContent .cmnTab .upperbox{padding-left:0}@media (max-width: 1024.98px){._AboutUs_yrvle_2 .about_sec .tabContent .cmnTab .upperbox{padding-right:20px}}._AboutUs_yrvle_2 .about_sec .tabContent .cmnTab .upperbox h3{color:var(--txt-color);font-size:1.125rem;font-weight:700;margin-bottom:15px;font-family:Jost,sans-serif}._AboutUs_yrvle_2 .about_sec .tabContent .cmnTab .upperbox span{color:#666;font-size:.75rem;font-weight:500;font-family:Jost,sans-serif;display:inline-block;margin-bottom:10px}._AboutUs_yrvle_2 .about_sec .tabContent .cmnTab .upperbox p{color:var(--txt-color);font-size:.9375rem;font-weight:400;margin-bottom:25px;line-height:1.46}._AboutUs_yrvle_2 .about_sec .tabContent .cmnTab .lowerbox{display:flex;align-items:center}._AboutUs_yrvle_2 .about_sec .tabContent .cmnTab .lowerbox .leftPanel{position:relative}._AboutUs_yrvle_2 .about_sec .tabContent .cmnTab .lowerbox .leftPanel:after{content:"";border:1px solid #d9d9d9;width:1px;height:100%;position:absolute;top:0;right:0}._AboutUs_yrvle_2 .about_sec .tabContent .cmnTab .lowerbox .leftPanel li{margin-bottom:15px}._AboutUs_yrvle_2 .about_sec .tabContent .cmnTab .lowerbox .leftPanel span{font-size:.9375rem;margin-left:15px}._AboutUs_yrvle_2 .about_sec .tabContent .cmnTab .lowerbox .rightPanel{padding-left:50px!important}._AboutUs_yrvle_2 .about_sec .tabContent .cmnTab .lowerbox .rightPanel .number{font-size:5.9375rem;font-weight:500;line-height:1.1;color:var(--clr_1);display:inline-block;position:relative}._AboutUs_yrvle_2 .about_sec .tabContent .cmnTab .lowerbox .rightPanel .number:after{position:absolute;top:50%;right:-15px;background-color:#fff;content:"+ YEARS";font-size:15px;font-weight:500;transform:translateY(-50%)}._AboutUs_yrvle_2 .about_sec .tabContent .cmnTab .lowerbox .rightPanel .expinHead{display:block;margin-left:-10px;color:var(--clr-black);font-size:.9375rem;font-weight:400}._AboutUs_yrvle_2 .about_sec .tabContent .active{display:flex}@media (max-width: 1024.98px){._AboutUs_yrvle_2 .about_sec .tabContent .active{flex-wrap:wrap}}._AboutUs_yrvle_2 .about_sec .tabContent .inactive{display:none}._AboutUs_yrvle_2 .about_sec .tabContent .about-img{margin-right:35px}@media (max-width: 1024.98px){._AboutUs_yrvle_2 .about_sec .tabContent .about-img{margin-right:0}}._AboutUs_yrvle_2 .about_sec .tabContent .about-img img{width:100%}@media (max-width: 1024.98px){._AboutUs_yrvle_2 .about_sec .tabContent .textWrap{order:-1;padding:0}}._AboutUs_yrvle_2 .about_sec .tabContent .imgName{color:var(--txt-color);font-size:1rem;font-weight:500;margin-top:10px;font-family:Jost,sans-serif}._AboutUs_yrvle_2 .accordion-item{border-bottom:1px solid #ddd}._AboutUs_yrvle_2 .accordion-item.active .accordion-header{background-color:var(--main-color)}._AboutUs_yrvle_2 .accordion-item.active .accordion-header h5{color:var(--clr-white)}._AboutUs_yrvle_2 .accordion-item .accordion-header{padding:10px;cursor:pointer}._AboutUs_yrvle_2 .accordion-item .accordion-header h5{color:var(--txt-color);font-size:1.125rem;font-weight:500;line-height:1;margin:5px 0}._AboutUs_yrvle_2 .accordion-content{display:none;padding:10px}._AboutUs_yrvle_2 .accordion-content .about-img{order:1}._AboutUs_yrvle_2 .accordion-content .about-img img{max-width:100%}._AboutUs_yrvle_2 .accordion-content .about-img .imgName{margin-top:10px}._AboutUs_yrvle_2 .accordion-content .textWrap p{color:var(--txt-color);font-size:.9375rem;font-weight:400;margin-bottom:25px;line-height:1.46}._AboutUs_yrvle_2 .accordion-content.active{display:flex;flex-direction:column}@media (max-width: 767px){._AboutUs_yrvle_2 .tabsName,._AboutUs_yrvle_2 .tabContent{display:none}._AboutUs_yrvle_2 .accordion{display:block}}@media (min-width: 768px){._AboutUs_yrvle_2 .accordion{display:none}}._ProductMediaList_xmiq5_2{margin-bottom:20px}._ProductMediaList_xmiq5_2 .swiper .swiper-button-prev,._ProductMediaList_xmiq5_2 .swiper .swiper-button-next{display:none}._ProductMediaList_xmiq5_2 .swiper .swiper-wrapper{max-height:480px}._ProductMediaList_xmiq5_2 .swiper .swiper-wrapper .swiper-slide{background-color:#f3f3f3;padding:15px;border-radius:5px;text-align:center}@media (max-width: 767.98px){._ProductMediaList_xmiq5_2 .swiper .swiper-wrapper .swiper-slide{padding:5px}}@media (min-width: 1025px){._ProductMediaList_xmiq5_2 .swiper .swiper-wrapper .swiper-slide{height:80px!important;width:80px!important}}@media (max-width: 1024.98px){._ProductMediaList_xmiq5_2 .swiper .swiper-wrapper .swiper-slide{height:auto!important}}._ProductMediaList_xmiq5_2 .swiper .swiper-wrapper .swiper-slide .clickWrapper img{mix-blend-mode:darken}@media (max-width: 1024.98px){._ProductMediaList_xmiq5_2 .swiper .swiper-wrapper .swiper-slide .clickWrapper img{margin:0}}._ProductMediaList_xmiq5_2 .swiper .swiper-wrapper .activeimgdiv{border:1px solid var(--clr_1)}.quickViewWrap .swiper .swiper-wrapper{max-height:380px}.quickViewWrap .swiper .swiper-button-prev,.quickViewWrap .swiper .swiper-button-next{display:inline-block;position:absolute;transform:rotate(90deg) translate(-50%);left:0;border:1px solid #d9d9d9!important}.quickViewWrap .swiper .swiper-button-prev{top:20px;bottom:auto;left:17%!important}.quickViewWrap .swiper .swiper-button-next{top:auto;bottom:-15px;left:17%}._quickViewPopUp_113vq_2 p{color:#333}._quickViewPopUp_113vq_2 .quick-view-container .swiper{width:100%}._quickViewPopUp_113vq_2 .quick-view-container .swiper .swiper-slide{border:1px solid #ccc}._quickViewPopUp_113vq_2 .quick-view-container .swiper .swiper-button-prev:after{left:-15px;top:0}._quickViewPopUp_113vq_2 .quick-view-container .swiper .swiper-button-next:after{left:4px!important;top:0}._quickViewPopUp_113vq_2 .quick-view-container .swiper .swiper-button-prev,._quickViewPopUp_113vq_2 .quick-view-container .swiper .swiper-button-next{background-color:transparent;box-shadow:none;border:none;height:0;width:0}._quickViewPopUp_113vq_2 .quick-view-container #detailPriceTable,._quickViewPopUp_113vq_2 .quick-view-container #detailPriceTable tbody{border:0}._quickViewPopUp_113vq_2 .quick-view-container #detailPriceTable tbody tr{border-bottom:1px solid #ccc}._quickViewPopUp_113vq_2 .quick-view-container #detailPriceTable tbody th,._quickViewPopUp_113vq_2 .quick-view-container #detailPriceTable tbody td{font-size:.6875rem;padding:15px 5px;width:70px;border:0}._quickViewPopUp_113vq_2 .quick-view-container #detailPriceTable tbody th:first-child,._quickViewPopUp_113vq_2 .quick-view-container #detailPriceTable tbody td:first-child{width:100px}._quickViewPopUp_113vq_2 .quick-view-container #detailPriceTable tbody th{font-weight:700}._quickViewPopUp_113vq_2 .quick-view-container .product-pricing{margin-bottom:20px}._quickViewPopUp_113vq_2 .quick-view-container .product-pricing .cTHead{border-bottom:1px solid #ccc;display:table}._quickViewPopUp_113vq_2 .quick-view-container .product-pricing .cTHead th{padding:5px;display:table-cell;width:70px;font-size:.6875rem}._quickViewPopUp_113vq_2 .quick-view-container .product-pricing .cTHead th:first-child{width:75px}._quickViewPopUp_113vq_2 .quick-view-container .product-pricing .title h2{text-transform:uppercase;font-size:1rem;font-weight:700;line-height:23px;color:var(--header-text);margin-bottom:15px}@media (max-width: 1439.98px){._quickViewPopUp_113vq_2 .quick-view-container .product-pricing .title h2{font-size:.8125rem}}._quickViewPopUp_113vq_2 .pricingTable table{border:none}._quickViewPopUp_113vq_2 .pricingTable table tr.netPriceRow td[class*=strikeprice],._quickViewPopUp_113vq_2 .pricingTable table tr.netPriceRow td[class*=price]{color:red}._quickViewPopUp_113vq_2 .pricingTable table tr th{font-size:1rem;font-weight:400;line-height:normal;color:var(--txt-color);margin-bottom:15px;border:1px solid var(--border-clr);padding:10px;background-color:var(--light-gray)}._quickViewPopUp_113vq_2 .pricingTable table tr th:first-child{width:100px!important}@media (max-width: 1439.98px){._quickViewPopUp_113vq_2 .pricingTable table tr th{font-size:.8125rem}}._quickViewPopUp_113vq_2 .pricingTable table tr td{border:1px solid var(--border-clr);font-size:1rem;font-weight:400;line-height:normal;color:var(--txt-color);margin-bottom:15px;padding:10px}@media (max-width: 1439.98px){._quickViewPopUp_113vq_2 .pricingTable table tr td{font-size:.8125rem}}._quickViewPopUp_113vq_2 .pricingTable table tr td:first-child{background-color:var(--light-gray)}._quickViewPopUp_113vq_2 .detail-header span{font-size:1rem;font-weight:500;line-height:23px;color:var(--header-text);margin-bottom:0!important}._quickViewPopUp_113vq_2 .detail-content{font-size:.875rem!important}._quickViewPopUp_113vq_2 .detail-content>div{letter-spacing:.4px}._quickViewPopUp_113vq_2 .detail-content .productMediaWrap .swiper{margin-top:0}._quickViewPopUp_113vq_2 .detail-content ul{list-style:disc!important;padding-left:20px;margin-top:20px;margin-left:15px}._quickViewPopUp_113vq_2 .detail-content ul li{font-size:inherit}._quickViewPopUp_113vq_2 .priceIncTxt{font-size:.75rem;letter-spacing:.4px}._NewArrival_jbkwj_2{position:relative}._NewArrival_jbkwj_2 .section_padding_bottom:before{content:"";width:calc(100% - 110px);margin:auto;background-color:#ebebeb;height:1px;position:absolute;bottom:0;right:0;left:0}._NewArrival_jbkwj_2 .title-main-wrapper .list-title{margin-bottom:5px;display:flex;align-items:center;justify-content:space-between;min-height:100%;width:100%}._NewArrival_jbkwj_2 .title-main-wrapper .list-title a{cursor:pointer;padding:0;text-transform:uppercase;letter-spacing:.4px;font-size:.85714rem;color:#1b75ad;vertical-align:top;font-weight:900}@media (max-width: 767.98px){._NewArrival_jbkwj_2 .title-main-wrapper .list-title a{font-size:.8rem}}._NewArrival_jbkwj_2 .title-main-wrapper .title{color:var(--txt-color);font-size:1.625rem;font-weight:700;text-align:left;width:100%;text-transform:capitalize;line-height:1;font-family:Cinzel,serif}@media (max-width: 1024.98px){._NewArrival_jbkwj_2 .title-main-wrapper .title{font-size:1.375rem}}._NewArrival_jbkwj_2 .title-main-wrapper a{display:none}._NewArrival_jbkwj_2 .swiper-slide{height:auto}@media (max-width: 575.98px){._NewArrival_jbkwj_2 .swiper .swiper-slide-active,._NewArrival_jbkwj_2 .swiper .swiper-slide-next{opacity:1}}._NewArrival_jbkwj_2 .swiper .swiper-button-prev,._NewArrival_jbkwj_2 .swiper .swiper-button-next{position:absolute;top:50%;height:35px;width:35px;border-radius:50%;background:transparent;color:var(--clr-white);margin-top:0!important;transform:translateY(-50%);z-index:10;display:flex;justify-content:center;align-items:center;cursor:pointer;border:1px solid #d9d9d9}._NewArrival_jbkwj_2 .swiper .swiper-button-prev:hover,._NewArrival_jbkwj_2 .swiper .swiper-button-next:hover{background:var(--main-color)!important;border:1px solid var(--main-color)!important}._NewArrival_jbkwj_2 .swiper .swiper-button-prev:hover:before,._NewArrival_jbkwj_2 .swiper .swiper-button-next:hover:before{color:var(--clr-white)!important}._NewArrival_jbkwj_2 .swiper .swiper-button-prev:after,._NewArrival_jbkwj_2 .swiper .swiper-button-prev:before,._NewArrival_jbkwj_2 .swiper .swiper-button-next:after,._NewArrival_jbkwj_2 .swiper .swiper-button-next:before{font-family:Quake-City-Cap;color:var(--txt-color);display:flex;justify-content:center;font-size:12px}._NewArrival_jbkwj_2 .swiper .swiper-button-prev{left:1px!important}._NewArrival_jbkwj_2 .swiper .swiper-button-prev:before{content:""}._NewArrival_jbkwj_2 .swiper .swiper-button-next{right:1px!important}._NewArrival_jbkwj_2 .swiper .swiper-button-next:before{content:""}._NewArrival_jbkwj_2 .swiper .swiper-button-disabled:before{color:#777}._NewArrival_jbkwj_2 .customFieldText{display:inline-block!important;font-size:.875rem;margin-bottom:10px;padding:5px 15px;background-color:#f3f3f3;color:var(--clr-black);border-radius:20px;font-weight:500}._FeaturedCategories_1kyr8_2{margin-top:50px!important}._FeaturedCategories_1kyr8_2 .sectioneading{font-weight:700;font-size:1.625rem;text-transform:uppercase;font-family:Cinzel,Arial,Helvetica,sans-serif;margin-bottom:20px}._FeaturedCategories_1kyr8_2 .title-main-wrapper .list-title{margin-bottom:30px;display:flex;align-items:center;justify-content:space-between;min-height:100%;width:100%}._FeaturedCategories_1kyr8_2 .title-main-wrapper .list-title a{cursor:pointer;padding:0;text-transform:uppercase;letter-spacing:.4px;font-size:.85714rem;color:#1b75ad;vertical-align:top;font-weight:900}@media (max-width: 767.98px){._FeaturedCategories_1kyr8_2 .title-main-wrapper .list-title a{font-size:.8rem}}._FeaturedCategories_1kyr8_2 .title-main-wrapper .title{color:var(--txt-color);font-size:1.625rem;font-weight:700;text-align:left;width:100%;text-transform:capitalize;font-family:Cinzel,serif;line-height:1}@media (max-width: 1024.98px){._FeaturedCategories_1kyr8_2 .title-main-wrapper .title{font-size:1.375rem}}._FeaturedCategories_1kyr8_2 .title-main-wrapper a{font-size:.9375rem;color:#444;text-transform:capitalize;font-weight:500;transition:.3s;transform:scale(1);letter-spacing:0em}._FeaturedCategories_1kyr8_2 .title-main-wrapper a:hover{color:var(--main-color);transition:.3s;transform:scale(1.1)}._FeaturedCategories_1kyr8_2 .shopByCategoriesWrap{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}._FeaturedCategories_1kyr8_2 .shopByCategoriesWrap .imgWrap{position:relative;flex-basis:calc(25% - 20px);max-width:calc(25% - 20px)}._FeaturedCategories_1kyr8_2 .shopByCategoriesWrap .imgWrap p{position:absolute;right:25px;bottom:25px;display:inline-block;padding:15px 30px;text-transform:uppercase;background-color:#fffc;font-size:1.25rem;font-weight:700;font-family:Cinzel,serif}@media (max-width: 1024.98px){._FeaturedCategories_1kyr8_2 .shopByCategoriesWrap .imgWrap p{font-size:.875rem;right:10px}}._FeaturedCategories_1kyr8_2 .shopByCategoriesWrap .imgWrap img{width:100%;height:auto}@media (max-width: 575.98px){._FeaturedCategories_1kyr8_2 .shopByCategoriesWrap .imgWrap{flex-basis:calc(50% - 10px);max-width:calc(50% - 10px)}}@media only screen and (max-width: 400px){._FeaturedCategories_1kyr8_2 .shopByCategoriesWrap .imgWrap{flex-basis:100%;max-width:100%}}.ais-TrendingItems .ais-TrendingItems-title,.ais-TrendingItems .ais-TrendingFacets-title,.ais-TrendingItems .ais-LookingSimilar-title,.ais-TrendingItems .ais-FrequentlyBoughtTogether-title,.ais-TrendingItems .ais-RelatedProducts-title,.ais-TrendingFacets .ais-TrendingItems-title,.ais-TrendingFacets .ais-TrendingFacets-title,.ais-TrendingFacets .ais-LookingSimilar-title,.ais-TrendingFacets .ais-FrequentlyBoughtTogether-title,.ais-TrendingFacets .ais-RelatedProducts-title,.ais-LookingSimilar .ais-TrendingItems-title,.ais-LookingSimilar .ais-TrendingFacets-title,.ais-LookingSimilar .ais-LookingSimilar-title,.ais-LookingSimilar .ais-FrequentlyBoughtTogether-title,.ais-LookingSimilar .ais-RelatedProducts-title,.ais-FrequentlyBoughtTogether .ais-TrendingItems-title,.ais-FrequentlyBoughtTogether .ais-TrendingFacets-title,.ais-FrequentlyBoughtTogether .ais-LookingSimilar-title,.ais-FrequentlyBoughtTogether .ais-FrequentlyBoughtTogether-title,.ais-FrequentlyBoughtTogether .ais-RelatedProducts-title,.ais-RelatedProducts .ais-TrendingItems-title,.ais-RelatedProducts .ais-TrendingFacets-title,.ais-RelatedProducts .ais-LookingSimilar-title,.ais-RelatedProducts .ais-FrequentlyBoughtTogether-title,.ais-RelatedProducts .ais-RelatedProducts-title{color:var(--txt-color);font-size:1.625rem;font-weight:700;text-align:left;width:100%;text-transform:capitalize;font-family:Cinzel,serif;line-height:1}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item{flex-direction:column;overflow:hidden;background-color:#f3f3f3;padding:30px 20px;border:none!important;border-radius:5px;height:100%;width:100%}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block{position:relative;margin-bottom:15px}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .trending-container,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .trending-container,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .trending-container,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .trending-container,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .trending-container{position:absolute;width:max-content;left:0;top:0}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box{position:absolute;display:flex;align-items:flex-end;flex-direction:column;top:50%;right:20px;text-align:right;transform:translate(200%,-50%);transition:.3s;transform-origin:right;background-color:#f3f3f3;padding:10px;border-radius:50px}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation{margin-bottom:0}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button{height:30px;width:30px;background-color:#f3f3f3;border:none;border-radius:50%;display:grid;place-items:center;transition:.3s;transform:scale(1);margin-bottom:5px;margin-right:1px}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button span,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button span,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button span,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button span,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button span{position:absolute;text-align:left;right:0;width:140px;background-color:var(--main-color);color:#fff;z-index:-1;padding:10px;border-radius:20px;display:none;font-size:.75rem}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i{font-size:1.375rem;color:#000;font-family:Quake-City-Cap!important}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i:before,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i:before,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i:before,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i:before,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i:before{content:""}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover{color:#fff}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover span,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover span,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover span,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover span,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover span{display:inline-block}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover i,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover i,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover i,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover i,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover i{color:#fff}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon>div,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon>div,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon>div,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon>div,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon>div{height:30px;width:30px;background-color:#f3f3f3;border:none;border-radius:50%;display:grid;place-items:center;transform:scale(1);transition:.3s;margin-bottom:5px;cursor:pointer}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon>div span,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon>div span,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon>div span,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon>div span,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon>div span{position:absolute;text-align:left;right:0;width:140px;background-color:var(--main-color);color:#fff;z-index:-1;padding:10px;border-radius:20px;display:none;font-size:.75rem}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon i,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon i,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon i,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon i,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon i{font-size:1.375rem;color:#000}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon i:before,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon i:before,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon i:before,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon i:before,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon i:before{content:""}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div{color:#fff}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div span,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div span,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div span,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div span,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div span{display:inline-block}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div i,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div i,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div i,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div i,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div i{color:#fff}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon{display:none}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon>div,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon>div,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon>div,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon>div,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon>div{height:40px;width:40px;background-color:#fff;border:none;border-radius:50%;display:grid;place-content:center;transform:scale(1);transition:.3s}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon>div span,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon>div span,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon>div span,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon>div span,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon>div span{display:none}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon i,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon i,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon i,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon i,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon i{font-size:16px;color:#000;font-family:demo!important}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div{background-color:var(--main-color);color:#fff}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div i,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div i,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div i,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div i,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div i{color:#fff}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon>div,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon>div,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon>div,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon>div,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon>div{height:30px;width:30px;background-color:#f3f3f3;border:none;border-radius:50%;display:grid;place-items:center;transform:scale(1);transition:.3s;margin-bottom:5px;cursor:pointer}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon>div span,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon>div span,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon>div span,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon>div span,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon>div span{position:absolute;text-align:left;right:0;width:140px;background-color:var(--main-color);color:#fff;z-index:-1;padding:10px;border-radius:20px;font-size:.75rem;display:none}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon i,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon i,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon i,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon i,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon i{font-size:1.375rem;color:#000}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon i:before,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon i:before,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon i:before,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon i:before,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon i:before{content:""}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div{color:#fff;transition:.3s}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div span,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div span,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div span,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div span,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div span{display:inline-block}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i{color:#fff}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i:before,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i:before,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i:before,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i:before,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i:before{color:#fff}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon{display:none}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon>div,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon>div,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon>div,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon>div,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon>div{height:40px;width:40px;background-color:#fff;border:none;border-radius:50%;display:grid;place-content:center;transform:scale(1);transition:.3s}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon>div span,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon>div span,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon>div span,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon>div span,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon>div span{display:none}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon i,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon i,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon i,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon i,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon i{font-size:16px;color:#000;font-family:demo!important}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div{background-color:var(--main-color);color:#fff;transition:.3s}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div i,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div i,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div i,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div i,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div i{color:#fff}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked{background-color:var(--main-color);color:#fff}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked span,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked span,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked span,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked span,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked span{width:170px}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked i,.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked i:before,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked i,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked i:before,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked i,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked i:before,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked i,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked i:before,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked i,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked i:before{color:#fff}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item:hover .card-upper-block .icons-box,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item:hover .card-upper-block .icons-box,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item:hover .card-upper-block .icons-box,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item:hover .card-upper-block .icons-box,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item:hover .card-upper-block .icons-box{transform:translateY(-50%)!important;transition:.3s!important;transform-origin:right!important}@media (max-width: 1024.98px){.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item:hover .card-upper-block .icons-box,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item:hover .card-upper-block .icons-box,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item:hover .card-upper-block .icons-box,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item:hover .card-upper-block .icons-box,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item:hover .card-upper-block .icons-box{display:none}}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item #quick-view-pop-up .dialog-container .dialog-content .dialog-body .quick-view-container .col-sm-6,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item #quick-view-pop-up .dialog-container .dialog-content .dialog-body .quick-view-container .col-sm-6,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item #quick-view-pop-up .dialog-container .dialog-content .dialog-body .quick-view-container .col-sm-6,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item #quick-view-pop-up .dialog-container .dialog-content .dialog-body .quick-view-container .col-sm-6,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item #quick-view-pop-up .dialog-container .dialog-content .dialog-body .quick-view-container .col-sm-6{flex:0 0 48%;max-width:48%}.ais-TrendingItems .ais-Carousel .ais-Carousel-list .ais-Carousel-item .hit-content,.ais-TrendingFacets .ais-Carousel .ais-Carousel-list .ais-Carousel-item .hit-content,.ais-LookingSimilar .ais-Carousel .ais-Carousel-list .ais-Carousel-item .hit-content,.ais-FrequentlyBoughtTogether .ais-Carousel .ais-Carousel-list .ais-Carousel-item .hit-content,.ais-RelatedProducts .ais-Carousel .ais-Carousel-list .ais-Carousel-item .hit-content{width:100%}.ais-TrendingItems .ais-TrendingFacets-item,.ais-TrendingFacets .ais-TrendingFacets-item,.ais-LookingSimilar .ais-TrendingFacets-item,.ais-FrequentlyBoughtTogether .ais-TrendingFacets-item,.ais-RelatedProducts .ais-TrendingFacets-item{align-items:center;background:#fff;box-shadow:0 0 0 1px #23263b0d,0 1px 3px #23263b26;display:flex;font-weight:400;line-height:1.25rem;padding:1.5rem}.InstagramPost .title-main-wrapper .title{color:var(--txt-color);font-size:1.625rem;font-weight:700;text-align:left;width:100%;text-transform:capitalize;font-family:Cinzel,serif;line-height:1}@media (max-width: 1024.98px){.InstagramPost .title-main-wrapper .title{font-size:1.375rem}}.InstagramPost .title-main-wrapper a{font-size:.9375rem;color:#444;text-transform:capitalize;font-weight:500;transition:.3s;transform:scale(1);letter-spacing:0em}.InstagramPost .title-main-wrapper a:hover{color:var(--main-color);transition:.3s;transform:scale(1.1)}.holidaybanner img{height:auto}._quickViewPopUp_17col_2 .quick-view-container .swiper{width:100%}._quickViewPopUp_17col_2 .quick-view-container .swiper .swiper-slide{border:1px solid #ccc;cursor:pointer}._quickViewPopUp_17col_2 .quick-view-container .swiper .swiper-button-prev:after{left:-15px;top:0;cursor:pointer}._quickViewPopUp_17col_2 .quick-view-container .swiper .swiper-button-next:after{left:4px!important;top:0;cursor:pointer}._quickViewPopUp_17col_2 .quick-view-container .swiper .swiper-button-prev,._quickViewPopUp_17col_2 .quick-view-container .swiper .swiper-button-next{background-color:transparent;box-shadow:none;border:none;height:0;width:0;cursor:pointer}._quickViewPopUp_17col_2 .quick-view-container #detailPriceTable tbody th,._quickViewPopUp_17col_2 .quick-view-container #detailPriceTable tbody td{font-size:.875rem;padding:15px 5px}._quickViewPopUp_17col_2 .quick-view-container #detailPriceTable tbody td.Price.secPrice{text-align:center}._product_card_style_1jqyr_3{overflow:hidden;box-shadow:0 3px 16px #00000014;border-radius:0 0 10px 10px;border:none!important;transition:.3s}._product_card_style_1jqyr_3:hover{box-shadow:0 11px 20px #1550744d}._product_card_style_1jqyr_3:hover .card-upper-block:before{visibility:visible;opacity:1}@media (max-width: 1024.98px){._product_card_style_1jqyr_3:hover .card-upper-block:before{visibility:hidden!important;opacity:0!important}}._product_card_style_1jqyr_3:hover .card-upper-block .icons-box{transform:translate(0);transition:.3s;transform-origin:right;opacity:1}@media (max-width: 1024.98px){._product_card_style_1jqyr_3:hover .card-upper-block .icons-box{display:none}}._product_card_style_1jqyr_3 .card-upper-block{position:relative}._product_card_style_1jqyr_3 .card-upper-block .addToWishlistMobile span{display:none!important}._product_card_style_1jqyr_3 .card-upper-block .addToWishlistMobile .wishlistIcon{position:absolute;top:20px;right:20px;height:40px;width:40px;place-items:center;border-radius:50%;background:#b7be11;font-size:16px;display:flex;justify-content:center}._product_card_style_1jqyr_3 .card-upper-block .addToWishlistMobile .wishlistIcon.checked{color:#fff;background-color:#b7be11}._product_card_style_1jqyr_3 .card-upper-block .addToWishlistMobile .wishlistIcon.checked i:before{color:#fff}@media (max-width: 1024.98px){._product_card_style_1jqyr_3 .card-upper-block .addToWishlistMobile .sli.icon-wishlist:before{content:""!important;font-family:Bloomin;color:#444;font-size:25px;font-weight:600}}._product_card_style_1jqyr_3 .card-upper-block .featureIcon{position:absolute;top:10px;left:10px;z-index:9;display:flex;align-items:center;gap:5px}._product_card_style_1jqyr_3 .card-upper-block .featureIcon img{max-width:60px!important}._product_card_style_1jqyr_3 .card-upper-block .icons-box{position:absolute;display:flex;align-items:flex-end;flex-direction:column;top:20px;right:20px;text-align:right;transform:translate(200%);transition:.3s;transform-origin:right;opacity:0}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation{margin-bottom:15px}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button{font-size:0px;height:34px;width:34px;background-color:var(--secondary-color);color:#111;border:none;border-radius:50%;display:grid;place-content:center;transition:.3s;transform:scale(1)}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i{font-size:16px;color:#444}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i:before{content:"";font-family:Bloomin;font-size:20px;font-weight:600}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover{background-color:#fff;box-shadow:0 3px 16px #00000014;color:#444;transform:scale(1.2)}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover i{color:#444}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.compareIcon>div{height:34px;width:34px;background-color:var(--secondary-color);color:#111;border:none;border-radius:50%;display:grid;place-content:center;transform:scale(1);transition:.3s;cursor:pointer}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.compareIcon>div span{display:none}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.compareIcon i{font-size:16px;color:#000}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.compareIcon i:before{content:"";font-family:Bloomin;font-size:20px;font-weight:600}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div{background-color:#fff;box-shadow:0 3px 16px #00000014;color:#444;transform:scale(1.2)}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div i{color:#444}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.presentationIcon{display:none}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.presentationIcon>div{height:34px;width:34px;background-color:var(--secondary-color);color:#444;border:none;border-radius:50%;display:grid;place-content:center;transform:scale(1);transition:.3s;cursor:pointer}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.presentationIcon>div span{display:none}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.presentationIcon i{font-size:16px;color:#000;font-family:demo!important}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div{background-color:#fff;box-shadow:0 3px 16px #00000014;color:#444;transform:scale(1.2)}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div i{color:#444}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.wishlistIcon>div{height:34px;width:34px;background-color:var(--secondary-color);color:#444;border:none;border-radius:50%;display:grid;place-content:center;transform:scale(1);transition:.3s;cursor:pointer}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.wishlistIcon>div span{display:none!important}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.wishlistIcon i{font-size:20px;color:#444}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.wishlistIcon i:before{content:"";font-family:Bloomin;color:#444;font-weight:600}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div{background-color:#fff;box-shadow:0 3px 16px #00000014;color:#444;transform:scale(1.2);transition:.3s}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i{color:#444}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i:before{color:#444}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.cartIcon{display:none}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.cartIcon>div{height:40px;width:40px;background-color:#fff;border:none;border-radius:50%;display:grid;place-content:center;transform:scale(1);transition:.3s;cursor:pointer}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.cartIcon>div span{display:none}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.cartIcon i{font-size:16px;color:#000;font-family:athena_promo_new!important}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div{background-color:var(--secondary-color);color:#111;transform:scale(1.2);transition:.3s}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div i{color:#fff}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked{background-color:#b7be11}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked i:before{color:#fff!important}._product_card_style_1jqyr_3 .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked:hover{background-color:#b7be11;color:#fff!important}._product_card_style_1jqyr_3 .card-upper-block .showOnDetailsPage{display:none}._product_card_style_1jqyr_3 .card-block{background-color:#483729;height:116px;padding:10px 20px}._product_card_style_1jqyr_3 .card-block .list-content{display:contents}._product_card_style_1jqyr_3 .card-block .list-content .product-code{font-size:12px;font-weight:400;color:#8b8b8b;order:2;line-height:5px}._product_card_style_1jqyr_3 .card-block .list-content .product-name{order:1}._product_card_style_1jqyr_3 .card-block .list-content .product-name h4{font-size:1rem;margin:5px 0;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;line-height:24px;width:100%;font-weight:400;color:#fff}._product_card_style_1jqyr_3 .card-block .list-content .pro-swatches.sw-color{flex-wrap:wrap;align-items:center;margin-bottom:5px;font-size:16px;line-height:24px;display:none}._product_card_style_1jqyr_3 .card-block .list-content .pro-swatches.sw-color .color img{width:20px;height:20px;border-radius:50%;margin-right:10px;border:1px solid #ddd}._product_card_style_1jqyr_3 .card-block .list-content .product-price{color:#fff;font-size:14px;font-weight:600;line-height:21px;order:3}._product_card_style_1jqyr_3 .card-block .list-content .product-price .price .text{font-size:16px;font-weight:400;color:#fff;padding-right:10px}._product_card_style_1jqyr_3 .card-block .list-content .product-price .price .price-span{font-size:24px;font-weight:400;color:#fff;vertical-align:bottom}._product_card_style_1jqyr_3 .card-block .list-content .product-price .price .price-span.strike{text-decoration:line-through;text-decoration-color:red}._product_card_style_1jqyr_3 .card-block .list-content .product-price .price .price-span+span{margin-left:5px}._product_card_style_1jqyr_3 .card-block .list-content .product-price .price:nth-child(3) span{font-size:0}._product_card_style_1jqyr_3 .card-block .list-content .product-price:first-letter{text-transform:capitalize}.callForPrice .add-cart-box{display:none}#_FeaturedProduct_1bk3b_1 .list-title{margin-bottom:30px}#_FeaturedProduct_1bk3b_1 .list-title h3{color:var(--main-color);font-size:2rem;font-weight:400;text-align:left;width:100%;text-transform:uppercase;line-height:1;margin-bottom:0}@media (max-width: 1024.98px){#_FeaturedProduct_1bk3b_1 .list-title h3{font-size:25px}}#_FeaturedProduct_1bk3b_1 .list-title a{display:none}#_FeaturedProduct_1bk3b_1 .swiper .swiper-wrapper .swiper-slide .product-card{margin-top:5px;border-radius:0 0 10px 10px;box-shadow:0 3px 16px #00000014;border:none}#_FeaturedProduct_1bk3b_1 .swiper .swiper-wrapper .swiper-slide .product-card .card-block{background-color:#483729;height:116px;padding:10px}#_FeaturedProduct_1bk3b_1 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content{display:contents}#_FeaturedProduct_1bk3b_1 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content h3.product-code{font-size:12px;font-weight:400;color:#8b8b8b;order:2;line-height:5px}#_FeaturedProduct_1bk3b_1 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content a.product-name{order:1}#_FeaturedProduct_1bk3b_1 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content a.product-name h4{font-size:16px;font-weight:400;color:#fff}#_FeaturedProduct_1bk3b_1 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content .sw-color{display:none}#_FeaturedProduct_1bk3b_1 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content .product-price{order:3}#_FeaturedProduct_1bk3b_1 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content .product-price .price .text{font-size:16px;font-weight:400;color:#fff}#_FeaturedProduct_1bk3b_1 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content .product-price .price .price-span{font-size:24px;font-weight:400;color:#fff}#_FeaturedProduct_1bk3b_1 .swiper .swiper-button-prev,#_FeaturedProduct_1bk3b_1 .swiper .swiper-button-next{position:absolute;top:50%;z-index:99;border:1px solid #BCBCBC;color:var(--clr_1);border-radius:50%;font-size:18px!important;height:30px;width:30px;line-height:30px;text-align:center;box-shadow:3px 3px 6px #b7b7b7;background-color:var(--secondary-color);opacity:1}#_FeaturedProduct_1bk3b_1 .swiper .swiper-button-prev{left:15!important}#_FeaturedProduct_1bk3b_1 .swiper .swiper-button-prev:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M0.729256 6H12.7851' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M7.92266 0.651909L13.2707 6L7.92266 11.3481' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E%0A");transform:rotate(180deg);left:5px;position:absolute;display:inline-block}#_FeaturedProduct_1bk3b_1 .swiper .swiper-button-prev:after{width:0;height:0}#_FeaturedProduct_1bk3b_1 .swiper .swiper-button-next{right:15px}#_FeaturedProduct_1bk3b_1 .swiper .swiper-button-next:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M0.729256 6H12.7851' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M7.92266 0.651909L13.2707 6L7.92266 11.3481' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}#_FeaturedProduct_1bk3b_1 .swiper .swiper-button-next:after{width:0;height:0}#_homepageBanner_uqwmk_1 img{height:auto}#_homepageBanner_uqwmk_1 .slide{position:relative}#_homepageBanner_uqwmk_1 .t-slider .controls .nav button .icon{font-size:10px}#_homepageBanner_uqwmk_1 .t-slider .controls .nav button .icon:before{content:"";color:#0039a6}#_homepageBanner_uqwmk_1 .t-slider .controls .nav button.prev{transform:rotate(90deg)!important}#_homepageBanner_uqwmk_1 .t-slider .controls .nav button.next{transform:rotate(270deg)!important}@media (max-width: 575.98px){#_homepageBanner_uqwmk_1 .t-slider .controls .nav button{top:30%}}#_homepageBanner_uqwmk_1 .swiper .swiper-button-prev,#_homepageBanner_uqwmk_1 .swiper .swiper-button-next{position:absolute;top:50%!important;z-index:99;border:1px solid #BCBCBC;color:var(--clr_1);border-radius:50%;font-size:18px!important;height:35px;width:35px;line-height:35px;text-align:center;background-color:#fff;opacity:1}#_homepageBanner_uqwmk_1 .swiper .swiper-button-prev:after,#_homepageBanner_uqwmk_1 .swiper .swiper-button-next:after{content:"";font-family:athena_promo_new;color:#0039a6;border:none;font-size:8px;position:absolute;left:50%!important;top:50%;transform:translate(-50%,-50%);width:auto;height:auto;cursor:pointer;text-indent:0}#_homepageBanner_uqwmk_1 .swiper .swiper-button-prev:after{transform:translate(-50%,-50%) rotate(90deg)}#_homepageBanner_uqwmk_1 .swiper .swiper-button-next:after{transform:translate(-50%,-50%) rotate(270deg)!important}#_homepageBanner_uqwmk_1 .swiper .swiper-button-disabled{opacity:.5}#_homepageBanner_uqwmk_1 .swiper .swiper-button-prev:hover,#_homepageBanner_uqwmk_1 .swiper .swiper-button-next:hover{border:1px solid #BCBCBC!important}@media (max-width: 575.98px){#_homepageBanner_uqwmk_1 .swiper{top:50%!important}}#_homepageBanner_uqwmk_1 .swiper-button-prev{left:20px!important}#_homepageBanner_uqwmk_1 .swiper-button-prev:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M0.729256 6H12.7851' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M7.92266 0.651909L13.2707 6L7.92266 11.3481' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E%0A");transform:rotate(180deg);left:8px;position:absolute;display:inline-block}#_homepageBanner_uqwmk_1 .swiper-button-prev:after{width:0;height:0;display:none}#_homepageBanner_uqwmk_1 .swiper-button-next{right:20px}#_homepageBanner_uqwmk_1 .swiper-button-next:before{position:relative;top:0;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M0.729256 6H12.7851' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M7.92266 0.651909L13.2707 6L7.92266 11.3481' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}#_homepageBanner_uqwmk_1 .swiper-button-next:after{width:0;height:0;display:none}#_homepageBanner_uqwmk_1 .overylayText{position:absolute;top:80px;left:80px}@media (max-width: 767.98px){#_homepageBanner_uqwmk_1 .overylayText{top:10px;left:30px}}#_homepageBanner_uqwmk_1 .overylayText .overlayBannerText{width:420px}#_homepageBanner_uqwmk_1 .overylayText .overlayBannerText .title{text-align:left;font-size:3.125rem;line-height:4.6875rem;font-weight:700;color:#000}@media (max-width: 767.98px){#_homepageBanner_uqwmk_1 .overylayText .overlayBannerText .title{font-size:1.375rem;line-height:1.875rem}}#_homepageBanner_uqwmk_1 .overylayText .overlayBannerText .subtitle{text-align:left;font-size:1.875rem;line-height:2.8125rem;font-weight:600;color:#000}@media (max-width: 767.98px){#_homepageBanner_uqwmk_1 .overylayText .overlayBannerText .subtitle{font-size:1rem;line-height:1.5rem}}#_homepageBanner_uqwmk_1 .overylayText .overlayBannerText .para{text-align:left;font-size:1rem;line-height:1.5rem;font-weight:400;color:#000}#_homepageBanner_uqwmk_1 .overylayText .overlayBannerText .shopNow{background-color:var(--main-color);text-align:left;font-size:.875rem;line-height:1.3125rem;font-weight:400;color:#fff;padding:10px 25px;border-radius:40px;display:inline-block;margin-top:20px}#_homepageBanner_uqwmk_1 .overylayText .overlayBannerText .shopNow:hover{opacity:.8}#_homepageBanner_uqwmk_1 .overylayText .overlayBannerText .shopNow .icon-arrow:before{content:"";font-size:.875rem;line-height:1.875rem;color:#fff;margin-left:10px}._featuredVideoSection_66kvo_2{align-self:stretch;background:#feffdd;display:flex;flex-direction:row;padding-bottom:30px;padding-top:30px;align-items:flex-start;justify-content:flex-start;text-align:left;font-size:14px;color:var(--color-midnightblue)}._featuredVideoSection_66kvo_2 .heading2{flex:1;position:relative;font-weight:500;font-size:1.875rem;color:var(--main-color);margin-bottom:30px;display:none}@media (max-width: 1024.98px){._featuredVideoSection_66kvo_2 .heading2{font-size:22px}}._featuredVideoSection_66kvo_2 .h2{margin:0;flex:1;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;font-size:inherit;font-family:inherit}._featuredVideoSection_66kvo_2 .sectionTitle{align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:space-between}._featuredVideoSection_66kvo_2 .featuredVideoContainer{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:var(--gap-11xl)}._featuredVideoSection_66kvo_2 .vedio-text{padding:50px 0}@media (max-width: 1024.98px){._featuredVideoSection_66kvo_2 .vedio-text{padding:15px 0}}._featuredVideoSection_66kvo_2 .vedio-text h3{font-size:32px;font-weight:400;text-transform:uppercase}._featuredVideoSection_66kvo_2 .vedio-text p{font-size:16px;font-weight:400;color:#444;line-height:20px;padding-right:55px;text-align:justify}@media (max-width: 1024.98px){._featuredVideoSection_66kvo_2 .vedio-text p{padding-right:10px}}@media (max-width: 1024.98px){._featuredVideoSection_66kvo_2 .w-100 iframe{width:100%!important}}._featuredVideoSection_66kvo_2 img{width:100%;height:100%}#_Aboutus_1fmkv_1{background:#feffdd}#_Aboutus_1fmkv_1 .about-text{padding:50px 0}#_Aboutus_1fmkv_1 .about-text h3{font-size:32px;font-weight:400}#_Aboutus_1fmkv_1 .about-text p{font-size:16px;font-weight:400;color:#444;line-height:20px}#_Aboutus_1fmkv_1 .about-text button.readmore{background-color:var(--secondary-color);color:var(--clr_1);background-image:initial;text-transform:capitalize;font-weight:400}@media (max-width: 1024.98px){#_Aboutus_1fmkv_1 .about-mainparentnew .row .col-md-7,#_Aboutus_1fmkv_1 .about-mainparentnew .row .col-md-5{flex:0 0 100%;max-width:100%}}@media (max-width: 1024.98px){#_Aboutus_1fmkv_1 .about-mainparentnew .row .col-md-7{text-align:center}}#_FeaturedCategories_1thug_1 .list-title{margin-bottom:30px}#_FeaturedCategories_1thug_1 .list-title h3{color:var(--main-color);font-size:2rem;font-weight:400;text-align:left;width:100%;text-transform:uppercase;line-height:1;margin-bottom:0}@media (max-width: 1024.98px){#_FeaturedCategories_1thug_1 .list-title h3{font-size:1.375rem}}#_FeaturedCategories_1thug_1 .list-title a{font-size:.9375rem;color:#444;text-transform:capitalize;font-weight:500;transition:.3s;transform:scale(1);letter-spacing:0em}#_FeaturedCategories_1thug_1 .list-title a:hover{color:var(--main-color);transition:.3s;transform:scale(1.1)}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView{max-width:100%;margin:0 auto}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView .row{justify-content:center;margin:0!important}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView .row div{padding:0!important}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView>.row{display:flex;align-items:center;justify-content:space-between;gap:15px}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView>.row a{flex:0 0 24%}@media (max-width: 1024.98px){#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView>.row a{flex:0 0 45%;border-bottom:1px solid #ccc}}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView>.row a .category-image{margin-bottom:10px;position:relative}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView>.row a .category-image img{width:100%;height:auto}@media (max-width: 1024.98px){#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView>.row a .category-image img{height:auto}}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView>.row a .category-image:hover:before{background:#c5c6c7a3;z-index:1;position:absolute;left:0;top:0;width:100%;height:100%;content:""}@media (max-width: 575.98px){#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView>.row a .category-name{min-height:75px}}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView>.row a .category-name h3{font-size:1rem;font-weight:500;line-height:24px;color:#444;margin-bottom:0}@media (max-width: 575.98px){#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView>.row a .category-name h3{font-size:.875rem}}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView>.row a .category-name h3:hover{color:#b7be11}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView>.row a .category-name p{font-size:.875rem;font-weight:400;line-height:21px;color:#777}@media (max-width: 575.98px){#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView>.row a .category-name p{font-size:.75rem}}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView .swiper .swiper-wrapper .swiper-slide .category .category-image{box-shadow:0 3px 16px #00000014;background:#fff;border-radius:50%;padding:15px}@media (max-width: 1024.98px){#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView .swiper .swiper-wrapper .swiper-slide .category .category-image{margin:auto;width:50%}}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView .swiper .swiper-wrapper .swiper-slide .category .category-image img{height:100%;width:100%;padding:15px}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView .swiper .swiper-wrapper .swiper-slide .category-name h3{font-size:16px;font-weight:400;color:#444;padding-top:10px;text-align:center}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView .swiper .swiper-wrapper .swiper-slide .category-name h3:hover{color:#b7be11}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView .swiper .swiper-button-prev,#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView .swiper .swiper-button-next{right:0;position:absolute;top:40%;z-index:99;border:1px solid #BCBCBC;color:var(--clr_1);border-radius:50%;font-size:18px!important;height:30px;width:30px;line-height:30px;text-align:center;box-shadow:3px 3px 6px #b7b7b7;background-color:var(--secondary-color);opacity:1}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView .swiper .swiper-button-prev:hover,#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView .swiper .swiper-button-next:hover{background-color:#fff}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView .swiper .swiper-button-prev{left:0!important}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView .swiper .swiper-button-prev:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M0.729256 6H12.7851' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M7.92266 0.651909L13.2707 6L7.92266 11.3481' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E%0A");transform:rotate(180deg);left:5px;position:absolute;display:inline-block}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView .swiper .swiper-button-prev:after{width:0;height:0}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView .swiper .swiper-button-next:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M0.729256 6H12.7851' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M7.92266 0.651909L13.2707 6L7.92266 11.3481' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}#_FeaturedCategories_1thug_1 .TopCategoriesCategoryView .swiper .swiper-button-next:after{width:0;height:0}._homepageBanner_1l8t7_2 .swiper-button-disabled{pointer-events:auto}._homepageBanner_1l8t7_2 img{height:auto}._homepageBanner_1l8t7_2 .swiper-button-next,._homepageBanner_1l8t7_2 .swiper-button-prev{border-color:var(--clr-white)}._homepageBanner_1l8t7_2 .swiper-button-next:after,._homepageBanner_1l8t7_2 .swiper-button-prev:after{border-color:var(--clr-white)}._homepageBanner_1l8t7_2 .swiper-button-next{cursor:pointer;right:45px}@media (max-width: 767.98px){._homepageBanner_1l8t7_2 .swiper-button-next{right:15px}}._homepageBanner_1l8t7_2 .swiper-button-prev{cursor:pointer;left:45px}@media (max-width: 767.98px){._homepageBanner_1l8t7_2 .swiper-button-prev{left:15px}}@keyframes _line-scale_xrxig_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_xrxig_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._MediaListCarousal_xrxig_20{margin-bottom:60px}@media (max-width: 1599.98px){._MediaListCarousal_xrxig_20{margin-bottom:40px}}._MediaListCarousal_xrxig_20 .silder-lr-center .swiper .swiper-wrapper,._MediaListCarousal_xrxig_20 .silder-lr-center .swiper-container .swiper-wrapper{padding:4px 0!important}._MediaListCarousal_xrxig_20 .silder-lr-center .swiper-button-prev,._MediaListCarousal_xrxig_20 .silder-lr-center .swiper-button-next{top:50%!important}._MediaListCarousal_xrxig_20 .silder-lr-center .swiper-button-prev{left:0!important;right:auto!important}._MediaListCarousal_xrxig_20 .silder-lr-center .swiper-button-next{right:0!important}._MediaListCarousal_xrxig_20 .swiper-lr-space{position:relative;padding:0 40px}._MediaListCarousal_xrxig_20 .swiper-lr-space .swiper .swiper-button-prev,._MediaListCarousal_xrxig_20 .swiper-lr-space .swiper .swiper-button-next{display:none}._MediaListCarousal_xrxig_20 .silder-nav-small .swiper-button-prev,._MediaListCarousal_xrxig_20 .silder-nav-small .swiper-button-next{height:30px;width:30px}._MediaListCarousal_xrxig_20 .silder-nav-small .swiper-button-next:after{top:9px;left:7px}._MediaListCarousal_xrxig_20 .silder-nav-small .swiper-button-prev:after{top:9px;left:10px}._MediaListCarousal_xrxig_20 .silder-lr-center .swiper-button-prev,._MediaListCarousal_xrxig_20 .silder-lr-center .swiper-button-next{top:calc(50% - 17px)!important}._MediaListCarousal_xrxig_20 .note-text{padding-left:40px}._MediaListCarousal_xrxig_20 .pen-color-img{padding-bottom:35px;background-color:transparent!important;position:relative;cursor:pointer}._MediaListCarousal_xrxig_20 .pen-color-img:hover .tooltipe{display:block}._MediaListCarousal_xrxig_20 .pen-color-img .tooltipe{border-radius:5px;color:var(--icon-txtcolor);font-size:14px;font-weight:400;text-transform:uppercase;border:1px solid var(--icon-txtcolor);padding:5px 7px;background-color:var(--clr-white);position:absolute;bottom:0;left:50%;transform:translate(-50%);white-space:nowrap;display:none}@media (max-width: 1599.98px){._MediaListCarousal_xrxig_20 .pen-color-img .tooltipe{font-size:11px}}._MediaListCarousal_xrxig_20 .pen-color-img .tooltipe .triangle-right{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:8px solid var(--icon-txtcolor);position:absolute;top:-9px;left:50%;transform:translate(-50%)}._MediaListCarousal_xrxig_20 .pen-color-img.active img{outline:2px solid var(--light-blue)}._MediaListCarousal_xrxig_20 .pen-color-img>img{border-radius:5px;outline:1px solid #c6c6c6;outline-offset:-2px;border:1px solid transparent;width:100%;height:auto;margin:0 auto;display:block;aspect-ratio:1}._MediaListCarousal_xrxig_20 .pen-color-crousol .pen-color-img{border-radius:5px}._MediaListCarousal_xrxig_20 .pen-color-crousol .title h2{color:var(--txt-color);font-size:1.6538181818rem;font-weight:600;text-transform:uppercase;margin:20px 0}@media (max-width: 1599.98px){._MediaListCarousal_xrxig_20 .pen-color-crousol .title h2{font-size:1.2403636364rem}}@keyframes _line-scale_1vvxa_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_1vvxa_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._quickViewPopUp_1vvxa_20 p{color:#333}._quickViewPopUp_1vvxa_20 .quick-view-container .product-pricing{margin-bottom:20px}._quickViewPopUp_1vvxa_20 .quick-view-container .product-pricing .title h2{text-transform:uppercase;font-size:1.1025454545rem;font-weight:700;line-height:23px;color:var(--header-text);margin-bottom:15px}@media (max-width: 1599.98px){._quickViewPopUp_1vvxa_20 .quick-view-container .product-pricing .title h2{font-size:.8958181818rem}}._quickViewPopUp_1vvxa_20 .pricingTable table{border:none}._quickViewPopUp_1vvxa_20 .pricingTable table tr.netPriceRow td[class*=strikeprice],._quickViewPopUp_1vvxa_20 .pricingTable table tr.netPriceRow td[class*=price]{color:red}._quickViewPopUp_1vvxa_20 .pricingTable table tr th{font-size:1.1025454545rem;font-weight:400;line-height:normal;color:var(--txt-color);margin-bottom:15px;border:1px solid var(--border-clr);padding:10px;background-color:var(--light-gray)}._quickViewPopUp_1vvxa_20 .pricingTable table tr th:first-child{width:181px!important}@media (max-width: 1599.98px){._quickViewPopUp_1vvxa_20 .pricingTable table tr th{font-size:.8958181818rem}}._quickViewPopUp_1vvxa_20 .pricingTable table tr td{border:1px solid var(--border-clr);font-size:1.1025454545rem;font-weight:400;line-height:normal;color:var(--txt-color);margin-bottom:15px;padding:10px}@media (max-width: 1599.98px){._quickViewPopUp_1vvxa_20 .pricingTable table tr td{font-size:.8958181818rem}}._quickViewPopUp_1vvxa_20 .pricingTable table tr td:first-child{background-color:var(--light-gray)}._quickViewPopUp_1vvxa_20 .detail-header span{font-size:1.1025454545rem;font-weight:500;line-height:23px;color:var(--header-text);margin-bottom:0!important}._quickViewPopUp_1vvxa_20 .detail-content{font-size:.9647272727rem!important}._quickViewPopUp_1vvxa_20 .detail-content>div{letter-spacing:.4px}._quickViewPopUp_1vvxa_20 .detail-content .productMediaWrap .swiper{margin-top:0}._quickViewPopUp_1vvxa_20 .detail-content ul{list-style:disc!important;padding-left:20px;margin-top:20px;margin-left:15px}._quickViewPopUp_1vvxa_20 .detail-content ul li{font-size:inherit}._quickViewPopUp_1vvxa_20 .priceIncTxt{font-size:.8269090909rem;letter-spacing:.4px}@keyframes _line-scale_119fv_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_119fv_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._product_card_style_119fv_21{border-radius:10px;display:flex;flex-direction:column}._product_card_style_119fv_21:hover .card-upper-block .productImage{position:relative}._product_card_style_119fv_21:hover .card-upper-block .productImage:before{content:"";position:absolute;background-color:#00000080;height:100%;width:100%;left:0;top:0;z-index:1}._product_card_style_119fv_21:hover .card-upper-block .productImage img{transform:scale(1.1)}._product_card_style_119fv_21:hover .card-upper-block:before{visibility:visible;opacity:1}@media (max-width: 1024.98px){._product_card_style_119fv_21:hover .card-upper-block:before{visibility:hidden!important;opacity:0!important}}._product_card_style_119fv_21:hover .card-upper-block .icons-box{transform:translate(0);transition:.3s;transform-origin:right;bottom:40%;z-index:2}._product_card_style_119fv_21:hover .list-content .product-code,._product_card_style_119fv_21:hover .list-content .product-name h4{color:var(--light-blue)!important}._product_card_style_119fv_21 .card-upper-block{position:relative;overflow:hidden;border:1px solid var(--dark-gray)!important;border-radius:10px}._product_card_style_119fv_21 .card-upper-block .productImage{position:relative;overflow:hidden}._product_card_style_119fv_21 .card-upper-block .productImage img{transition:.3s}._product_card_style_119fv_21 .card-upper-block .featureIcon{right:10px;top:11px!important;position:absolute;z-index:2}._product_card_style_119fv_21 .card-upper-block .featureIcon img{max-width:64px;margin-right:0;border-radius:5px}._product_card_style_119fv_21 .card-upper-block:before{background:#ffffff80;width:100%;height:100%;position:absolute;top:0;left:0;content:"";visibility:hidden;opacity:0;pointer-events:none;display:none}._product_card_style_119fv_21 .card-upper-block .addToWishlistMobile span{display:none}._product_card_style_119fv_21 .card-upper-block .addToWishlistMobile .wishlistIcon{position:absolute;top:20px;left:20px;height:40px;width:40px;display:grid;place-items:center;border-radius:50%;background:var(--clr-white);font-size:1.1025454545rem}._product_card_style_119fv_21 .card-upper-block .addToWishlistMobile .wishlistIcon.checked .icon-wishlist:before{color:red}._product_card_style_119fv_21 .card-upper-block .icons-box{position:absolute;display:flex;flex-direction:row;bottom:10%;right:0;left:0;margin:auto;text-align:right;transform:translateY(200%);transition:.3s;transform-origin:right;width:100%;justify-content:center}._product_card_style_119fv_21 .card-upper-block .icons-box .icon p{display:none}@media (max-width: 575.98px){._product_card_style_119fv_21 .card-upper-block .icons-box .compareIcon{display:none}}@media (max-width: 1024.98px){._product_card_style_119fv_21 .card-upper-block .icons-box .presentationIcon{display:none}}@media (max-width: 1024.98px){._product_card_style_119fv_21 .card-upper-block .icons-box{transform:none}}._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation .checked{background-color:var(--light-blue);color:var(--clr-white)}._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation .checked span.text{width:150px}._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation .checked i{color:var(--clr-white)}._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation .checked i:before{color:var(--them-yellow)!important}._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation button,._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation div{cursor:pointer;margin:0 5px;border-radius:5px;font-size:0px;height:40px;width:40px;background-color:var(--clr-white);border:none;display:grid;place-content:center;transition:.3s;transform:scale(1)}._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation button span,._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation div span{display:none;position:relative;top:-45px;width:120px;left:0;right:0;margin:auto;text-align:center;background:var(--dark-gray);padding:5px 20px;color:var(--clr-white);border-radius:5px;font-size:.6890909091rem;line-height:15px;font-weight:400}._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation button span:after,._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation div span:after{content:"";border:10px solid transparent;border-top-color:var(--dark-gray);border-bottom:0;bottom:-10px;left:50%;margin-left:0;position:absolute;transform:translate(-50%)}._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation button i,._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation div i{font-size:16px;color:var(--icon-txtcolor);height:40px;width:40px;border:none;display:grid;place-content:center;position:absolute;font-family:var(--them-icon)}._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation button:hover,._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation div:hover{background-color:var(--light-blue);color:var(--clr-white)}._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation button:hover span,._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation div:hover span{display:block}._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation button:hover i:before,._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation div:hover i:before{color:var(--clr-white)!important}._product_card_style_119fv_21 .card-upper-block .icons-box .compare-presentation.cartIcon{display:none}._product_card_style_119fv_21 .card-block{padding:10px;margin-top:auto}._product_card_style_119fv_21 .card-block .list-content .product-code{font-size:1.1025454545rem;color:var(--txt-color);font-weight:600;line-height:21px}@media (max-width: 1599.98px){._product_card_style_119fv_21 .card-block .list-content .product-code{font-size:.9647272727rem}}._product_card_style_119fv_21 .card-block .list-content .product-name h4{font-size:1.1025454545rem;line-height:24px;width:100%;font-weight:500;color:var(--txt-color);margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:48px}@media (max-width: 1599.98px){._product_card_style_119fv_21 .card-block .list-content .product-name h4{font-size:.9647272727rem}}._product_card_style_119fv_21 .card-block .list-content .product-price{color:var(--dark-blue);font-size:.9647272727rem;font-weight:500;line-height:21px;text-align:center;margin-bottom:15px}._product_card_style_119fv_21 .card-block .list-content .product-price .price{text-align:left}._product_card_style_119fv_21 .card-block .list-content .product-price .price span{font-size:1.1025454545rem;color:var(--txt-color);font-weight:500;line-height:21px;text-align:left}@media (max-width: 1599.98px){._product_card_style_119fv_21 .card-block .list-content .product-price .price span{font-size:.9647272727rem}}._product_card_style_119fv_21 .card-block .list-content .pro-swatches.sw-color{display:flex;align-items:center;margin-bottom:5px;justify-content:space-between}._product_card_style_119fv_21 .card-block .list-content .pro-swatches.sw-color .colors-swicth{display:flex;gap:5px;margin-right:5px}._product_card_style_119fv_21 .card-block .list-content .pro-swatches.sw-color .colors-swicth .color-switch-item .text{display:none;position:relative;top:-30px;width:120px;left:-7px;margin:auto;text-align:center;background:var(--dark-gray);padding:5px 20px;color:var(--clr-white);border-radius:5px;font-size:.6890909091rem;line-height:15px;font-weight:400;white-space:nowrap}._product_card_style_119fv_21 .card-block .list-content .pro-swatches.sw-color .colors-swicth .color-switch-item .text:after{content:" ";border:10px solid transparent;border-top-color:var(--dark-gray);border-bottom:0;bottom:-5px;left:15px;margin-left:0;position:absolute;transform:translate(-50%)}._product_card_style_119fv_21 .card-block .list-content .pro-swatches.sw-color .colors-swicth .color-switch-item:hover .text{display:block}._product_card_style_119fv_21 .card-block .list-content .pro-swatches.sw-color .colors-swicth>div{width:18px!important;height:18px!important;border:1px solid #EAEAEA}._product_card_style_119fv_21 .card-block .list-content .pro-swatches.sw-color .Swatchcounts{border:1px solid #EAEAEA;display:flex;align-items:center;justify-content:center;font-size:.9647272727rem!important;color:var(--dark-blue);line-height:1.2!important;font-weight:500}._product_card_style_119fv_21 .card-block .list-content .pro-swatches.sw-color .color img{width:54px;height:auto;object-fit:contain;margin-right:10px}@keyframes _line-scale_1lzb6_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_1lzb6_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._BestSellers_1lzb6_20{position:relative}._BestSellers_1lzb6_20 .section_padding_top{padding-top:30px}._BestSellers_1lzb6_20 .section_padding_bottom{padding-bottom:30px}._BestSellers_1lzb6_20 .title-main-wrapper .para{font-size:1.516rem;font-weight:500;line-height:34px;color:var(--txt-color);text-align:center}._BestSellers_1lzb6_20 .title-main-wrapper .title{color:var(--txt-color);font-size:2.3429090909rem;font-weight:600;text-transform:uppercase;line-height:34px;text-align:center}@media (max-width: 1599.98px){._BestSellers_1lzb6_20 .title-main-wrapper .title{font-size:2.2050909091rem}}@media (max-width: 1024.98px){._BestSellers_1lzb6_20 .title-main-wrapper .title{font-size:22px}}._BestSellers_1lzb6_20 .title-main-wrapper a{color:var(--dark-blue);font-size:1.1025454545rem;font-weight:500;text-transform:capitalize;line-height:23px;transition:.3s;transform:scale(1)}._BestSellers_1lzb6_20 .title-main-wrapper a:hover{color:var(--light-blue);transition:.3s;transform:scale(1.2)}._BestSellers_1lzb6_20 .product-sec-btn{text-align:center;margin-top:40px;position:relative;margin-bottom:60px}@media (max-width: 767.98px){._BestSellers_1lzb6_20 .product-sec-btn{margin-bottom:30px}}._BestSellers_1lzb6_20 .product-sec-btn:before{content:"";position:absolute;top:50%;left:0;background-color:var(--dark-gray);z-index:1;height:2px;width:100%}._BestSellers_1lzb6_20 .product-sec-btn .theme-button{text-transform:uppercase;background-color:var(--light-blue);color:var(--clr-white);cursor:pointer;transition:.3s!important;border-radius:10px;font-size:22px;padding:0 20px;border:1px solid var(--light-blue);line-height:43px;height:50px;letter-spacing:1px;position:relative;z-index:2}@media (max-width: 1599.98px){._BestSellers_1lzb6_20 .product-sec-btn .theme-button{font-size:13px;height:41px;line-height:38px}}._BestSellers_1lzb6_20 .product-sec-btn .theme-button:hover{color:var(--clr-white);white-space:nowrap;opacity:.8;transition:.3s!important}@media (max-width: 1599.98px){._BestSellers_1lzb6_20 .product-sec-btn .theme-button{font-size:15px}}._BestSellers_1lzb6_20 .silder-nav-right-top .swiper{margin-top:-61px}@media (max-width: 767.98px){._BestSellers_1lzb6_20 .silder-nav-right-top .swiper{margin-top:0}}._BestSellers_1lzb6_20 .silder-nav-right-top .swiper .swiper-wrapper,._BestSellers_1lzb6_20 .silder-nav-right-top .swiper-container .swiper-wrapper{padding-top:80px}@media (max-width: 767.98px){._BestSellers_1lzb6_20 .silder-nav-right-top .swiper .swiper-wrapper,._BestSellers_1lzb6_20 .silder-nav-right-top .swiper-container .swiper-wrapper{padding-top:60px}}._BestSellers_1lzb6_20 .silder-nav-right-top .swiper .swiper-button-prev,._BestSellers_1lzb6_20 .silder-nav-right-top .swiper .swiper-button-next,._BestSellers_1lzb6_20 .silder-nav-right-top .swiper-container .swiper-button-prev,._BestSellers_1lzb6_20 .silder-nav-right-top .swiper-container .swiper-button-next{top:27px}._BestSellers_1lzb6_20 .silder-nav-right-top .swiper .swiper-button-prev,._BestSellers_1lzb6_20 .silder-nav-right-top .swiper-container .swiper-button-prev{right:50px;left:auto}._BestSellers_1lzb6_20 .silder-nav-right-top .swiper .swiper-button-next,._BestSellers_1lzb6_20 .silder-nav-right-top .swiper-container .swiper-button-next{right:0}._searchByPrice_1vsvo_2{background-color:var(--light-gray);padding:40px 0}._searchByPrice_1vsvo_2 .search-by-price-parent .search-by-price-inner{max-width:600px;margin:0 auto}._searchByPrice_1vsvo_2 .search-by-price-parent .search-by-price-inner .error-text{max-width:478px;margin:11px 0 0 auto}._searchByPrice_1vsvo_2 .search-by-price-parent .heading{color:var(--clr_1);font-weight:600;font-size:36px;text-transform:uppercase;margin-bottom:15px}@media (max-width: 1599.98px){._searchByPrice_1vsvo_2 .search-by-price-parent .heading{font-size:30px}}@media (max-width: 575.98px){._searchByPrice_1vsvo_2 .search-by-price-parent .heading{font-size:25px}}._searchByPrice_1vsvo_2 .search-by-price-parent .search-price-form{gap:15px}@media (max-width: 1024.98px){._searchByPrice_1vsvo_2 .search-by-price-parent .search-price-form{flex-wrap:wrap;max-width:471px;margin:0 auto}}._searchByPrice_1vsvo_2 .search-by-price-parent .search-price-form .label{font-size:16px;color:var(--clr_1)}@media (max-width: 1024.98px){._searchByPrice_1vsvo_2 .search-by-price-parent .search-price-form .label{width:100%;margin-top:20px}}._searchByPrice_1vsvo_2 .search-by-price-parent .search-price-form input{height:40px;border-radius:5px;background-color:var(--clr-white);min-width:200px;border:1px solid var(--dark-gray);outline:none;padding:0 15px}@media (max-width: 575.98px){._searchByPrice_1vsvo_2 .search-by-price-parent .search-price-form input{width:100%}}._searchByPrice_1vsvo_2 .search-by-price-parent .search-price-form input::placeholder{color:var(--icon-txtcolor)}._searchByPrice_1vsvo_2 .search-by-price-parent .search-price-form .searchBtn{border-radius:10px;background-color:var(--light-blue);color:#fff;font-size:1rem;font-weight:400;line-height:24px;height:40px;width:40px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}@media (max-width: 575.98px){._searchByPrice_1vsvo_2 .search-by-price-parent .search-price-form .searchBtn{width:100%}}._searchByPrice_1vsvo_2 .search-by-price-parent .search-price-form .searchBtn:hover{opacity:.8}._searchByPrice_1vsvo_2 .search-by-price-parent p{color:var(--clr-black)}@keyframes _line-scale_1lw5a_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_1lw5a_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._bestSellerTop_1lw5a_20 .best-seller-section{width:100%!important}@keyframes _line-scale_iu0dk_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_iu0dk_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}#_topCategories_iu0dk_1{margin-top:20px}#_topCategories_iu0dk_1 .section_padding_top{padding:50px 0 0!important}#_topCategories_iu0dk_1 .title-main-wrapper .para{font-size:1.6538181818rem;font-weight:500;line-height:34px;color:var(--txt-color);text-align:center}@media (max-width: 1599.98px){#_topCategories_iu0dk_1 .title-main-wrapper .para{font-size:1.516rem}}#_topCategories_iu0dk_1 .title-main-wrapper .title{color:var(--txt-color);font-size:2.3429090909rem;font-weight:600;text-transform:uppercase;line-height:34px;text-align:center}@media (max-width: 1599.98px){#_topCategories_iu0dk_1 .title-main-wrapper .title{font-size:2.2050909091rem}}@media (max-width: 1024.98px){#_topCategories_iu0dk_1 .title-main-wrapper .title{font-size:22px}}#_topCategories_iu0dk_1 .title-main-wrapper a{color:var(--dark-blue);font-size:1.1025454545rem;font-weight:500;text-transform:capitalize;line-height:23px;transition:.3s;transform:scale(1)}#_topCategories_iu0dk_1 .title-main-wrapper a:hover{color:var(--light-blue);transition:.3s;transform:scale(1.2)}#_topCategories_iu0dk_1 .box{transition:.3s;overflow:hidden;position:relative}#_topCategories_iu0dk_1 .box .productImage{border-radius:10px;overflow:hidden;cursor:pointer}#_topCategories_iu0dk_1 .box .productImage img{height:100%;width:100%;object-fit:cover}#_topCategories_iu0dk_1 .box .productImage:hover .card-label{transform:translate(0)}#_topCategories_iu0dk_1 .box .productImage .card-label{transition:.3s;transform:translate(-100%);position:absolute;top:20px;left:0;background-color:var(--light-blue);padding:12px 10px;color:var(--clr-white);border-top-right-radius:7px;border-bottom-right-radius:7px;min-width:130px;font-size:16px}#_topCategories_iu0dk_1 .product-sec-btn{text-align:center;margin-top:40px;position:relative;margin-bottom:60px}@media (max-width: 767.98px){#_topCategories_iu0dk_1 .product-sec-btn{margin-bottom:30px}}#_topCategories_iu0dk_1 .product-sec-btn:before{content:"";position:absolute;top:50%;left:0;background-color:var(--dark-gray);z-index:1;height:2px;width:100%}#_topCategories_iu0dk_1 .product-sec-btn .theme-button{text-transform:uppercase;background-color:var(--light-blue);color:var(--clr-white);cursor:pointer;transition:.3s!important;border-radius:10px;font-size:22px;padding:0 20px;border:1px solid var(--light-blue);line-height:43px;height:50px;letter-spacing:1px;position:relative;z-index:2}@media (max-width: 1599.98px){#_topCategories_iu0dk_1 .product-sec-btn .theme-button{font-size:13px;height:41px;line-height:38px}}#_topCategories_iu0dk_1 .product-sec-btn .theme-button:hover{color:var(--clr-white);white-space:nowrap;opacity:.8;transition:.3s!important}@media (max-width: 1599.98px){#_topCategories_iu0dk_1 .product-sec-btn .theme-button{font-size:15px}}#_topCategories_iu0dk_1 .silder-nav-right-top .swiper{margin-top:-61px}@media (max-width: 767.98px){#_topCategories_iu0dk_1 .silder-nav-right-top .swiper{margin-top:0}}#_topCategories_iu0dk_1 .silder-nav-right-top .swiper .swiper-wrapper,#_topCategories_iu0dk_1 .silder-nav-right-top .swiper-container .swiper-wrapper{padding-top:80px}@media (max-width: 767.98px){#_topCategories_iu0dk_1 .silder-nav-right-top .swiper .swiper-wrapper,#_topCategories_iu0dk_1 .silder-nav-right-top .swiper-container .swiper-wrapper{padding-top:60px}}#_topCategories_iu0dk_1 .silder-nav-right-top .swiper .swiper-button-prev,#_topCategories_iu0dk_1 .silder-nav-right-top .swiper .swiper-button-next,#_topCategories_iu0dk_1 .silder-nav-right-top .swiper-container .swiper-button-prev,#_topCategories_iu0dk_1 .silder-nav-right-top .swiper-container .swiper-button-next{top:27px}#_topCategories_iu0dk_1 .silder-nav-right-top .swiper .swiper-button-prev,#_topCategories_iu0dk_1 .silder-nav-right-top .swiper-container .swiper-button-prev{right:50px;left:auto}#_topCategories_iu0dk_1 .silder-nav-right-top .swiper .swiper-button-next,#_topCategories_iu0dk_1 .silder-nav-right-top .swiper-container .swiper-button-next{right:0}@keyframes _line-scale_1qwyy_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_1qwyy_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}#_footerNewslletter_1qwyy_1{background-color:var(--light-gray);padding:40px 0}#_footerNewslletter_1qwyy_1 .heading{color:var(--clr_1);font-size:36px;text-align:center}@media (max-width: 1599.98px){#_footerNewslletter_1qwyy_1 .heading{font-size:30px}}@media (max-width: 575.98px){#_footerNewslletter_1qwyy_1 .heading{font-size:24px;line-height:2rem}}#_footerNewslletter_1qwyy_1 .footer_msg{max-width:604px;margin:10px auto 0}#_footerNewslletter_1qwyy_1 .newsletter_form{max-width:614px;margin:30px auto 0;display:flex;align-items:center;flex-wrap:nowrap}@media (max-width: 575.98px){#_footerNewslletter_1qwyy_1 .newsletter_form{flex-wrap:wrap}}#_footerNewslletter_1qwyy_1 .newsletter_form input{border-radius:10px;background-color:var(--clr-white);border:1px solid var(--icon-txtcolor);font-size:14px;width:calc(100% - 140px);height:40px;padding:0 20px 0 15px;outline:none;margin-left:5px;border-right:0}@media (max-width: 575.98px){#_footerNewslletter_1qwyy_1 .newsletter_form input{width:100%;margin:0;border:1px solid var(--icon-txtcolor)}}#_footerNewslletter_1qwyy_1 .newsletter_form input::placeholder{font-size:14px;color:var(--icon-txtcolor)}#_footerNewslletter_1qwyy_1 .newsletter_form .theme-button{width:140px;line-height:36px;padding:0 15px;height:40px;font-size:16px;margin:0 0 0 -15px;border-radius:10px;color:var(--clr-white);background-color:var(--light-blue);border:1px solid var(--light-blue);letter-spacing:1px}@media (max-width: 1599.98px){#_footerNewslletter_1qwyy_1 .newsletter_form .theme-button{font-size:14px}}@media (max-width: 575.98px){#_footerNewslletter_1qwyy_1 .newsletter_form .theme-button{width:100%;margin:15px 0 0}}#_footerNewslletter_1qwyy_1 .newsletter_form .theme-button:before{content:"";font-family:var(--them-icon);margin-right:7px;font-size:20px;vertical-align:bottom}._homepageBanner_1mh5g_2{max-width:1920px;margin:auto}._homepageBanner_1mh5g_2 .swiper-slide a{display:block}._homepageBanner_1mh5g_2 .slides-container{position:relative}._homepageBanner_1mh5g_2 .swiper-pagination{position:absolute;bottom:30px;transform:translate(-50%);left:50%;z-index:10;display:flex;justify-content:center;align-items:center;height:16px}@media (max-width: 767.98px){._homepageBanner_1mh5g_2 .swiper-pagination{bottom:12px}}._homepageBanner_1mh5g_2 .swiper-pagination .swiper-pagination-bullet{height:8px;width:8px;background-color:#fff!important;border:1px solid #fff!important;z-index:99;cursor:pointer;border-radius:20px;margin-right:15px;transition:all .5s ease-in;display:block}._homepageBanner_1mh5g_2 .swiper-pagination .swiper-pagination-bullet:after{border:1px solid #fff!important;height:14px!important;width:14px!important}._homepageBanner_1mh5g_2 .swiper-pagination .swiper-pagination-bullet:last-child{margin-right:0}._homepageBanner_1mh5g_2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{position:relative;transition:all 0s ease-in;background:var(--clr-white)!important;background-color:var(--clr-white)!important;border:1px solid var(--clr-white)!important}._homepageBanner_1mh5g_2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{content:"";height:12px;width:12px;border:1px solid var(--clr-black);border-radius:50%;position:absolute;top:-4px;left:-4px}._homepageBanner_1mh5g_2 .image-container{width:100%;height:100%;max-width:1920px;max-height:650px;display:flex;justify-content:center;align-items:center;background-color:#f1f1f1;overflow:hidden}._homepageBanner_1mh5g_2 .image-container img{width:100%;height:auto}._product-card_5k4kt_2{position:relative;overflow:hidden;min-height:293px;border:none;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box}._product-card_5k4kt_2:hover{box-shadow:none;border:none}._product-card_5k4kt_2:hover ._card-block_5k4kt_21{visibility:visible;opacity:1;bottom:0;transition:all .5s ease-in-out}._product-card_5k4kt_2:hover ._productImage_5k4kt_27 img{transform:scale(1);opacity:.3}._product-card_5k4kt_2:hover ._list-content_5k4kt_31 h5{opacity:0}._product-card_5k4kt_2:hover ._card-pricing_5k4kt_34{color:var(--color-primary)}._product-card_5k4kt_2:hover ._quick-view-icon_5k4kt_37{opacity:1}._product-card_5k4kt_2 .list-content{text-align:center;padding:25px 0 30px;display:flex;flex-direction:column;align-items:center;height:100%}._product-card_5k4kt_2 .list-content .OnRequest{background-color:var(--color-primary);color:var(--clr-white);padding:3px 7px;border-radius:0;display:none;margin-top:auto}._product-card_5k4kt_2 .list-content a h4{padding:0 10px;max-width:100%;display:block;margin-bottom:10px;margin-top:auto!important;text-align:center;font-size:15px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:.45px;text-transform:uppercase}._product-card_5k4kt_2 .list-content .product-price{letter-spacing:.6px;margin-top:auto;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:22px;text-transform:capitalize;color:#444}._product-card_5k4kt_2 .quick-view-wrap{display:none;position:absolute;top:50%;left:0;transform:translateY(-50%);text-align:center;width:100%}._product-card_5k4kt_2 .addToWishlistMobile .wishlistIcon{position:absolute;top:10px;right:10px;font-size:20px;color:var(--clr-black);width:30px;height:30px;align-items:center;z-index:2;justify-content:center;box-shadow:3px 3px 6px #b7b7b7;border-radius:50%;display:none!important}._product-card_5k4kt_2 .addToWishlistMobile .wishlistIcon.checked{background-color:#03a46b;color:var(--clr-white)}._product-card_5k4kt_2 .addToWishlistMobile .wishlistIcon .text{display:none}._product-card_5k4kt_2 .featureIcon{position:absolute;top:10px;left:10px;z-index:9;display:flex;align-items:center;gap:5px}._product-card_5k4kt_2 .featureIcon img{max-width:60px!important}._product-card_5k4kt_2 .card-block{margin-top:10px;flex:1 1 auto;display:flex;flex-direction:column;gap:10px;background-color:var(--clr-white);position:absolute;width:100%;bottom:-41px;left:0;right:0}@media (max-width: 575.98px){._product-card_5k4kt_2 .card-block{gap:2px;padding:0;background:#fefefe}}._product-card_5k4kt_2 .card-block .product-code{display:flex;align-items:center;justify-content:center}._product-card_5k4kt_2 .card-block .product-code a{font-size:12px;font-weight:400;color:#747272;text-transform:uppercase;line-height:1}._product-card_5k4kt_2 .card-block .product-name{text-align:center}._product-card_5k4kt_2 .card-block .product-name a{font-size:14px;font-weight:var(--font-body-weight);color:var(--txt-color);text-align:center;text-transform:capitalize;line-height:1.3;letter-spacing:.32px;padding:0 5px;white-space:nowrap;overflow:hidden;display:block;text-overflow:ellipsis}@media (max-width: 575.98px){._product-card_5k4kt_2 .card-block .product-name a{font-size:12px;line-height:18px}}._product-card_5k4kt_2 .card-block .product-price{text-align:center;margin-top:auto;margin-bottom:15px}@media (max-width: 575.98px){._product-card_5k4kt_2 .card-block .product-price{margin-bottom:0}}._product-card_5k4kt_2 .card-block .product-price .price p{margin-bottom:0}._product-card_5k4kt_2 .card-block .product-price .price p .price-span{font-size:1.1025454545rem;font-weight:400;margin-right:10px;color:var(--txt-color);line-height:var(--font-body-lineheight)}@media (max-width: 575.98px){._product-card_5k4kt_2 .card-block .product-price .price p .price-span{font-size:.9647272727rem}}._product-card_5k4kt_2 .card-block .product-price .price p .price-span .currencySymbol{font-size:.9647272727rem;font-weight:600;line-height:var(--font-body-lineheight)}._product-card_5k4kt_2 .card-block .product-price .price p .price-span.strike{text-decoration:line-through}._product-card_5k4kt_2 .card-block .multiWishlistNames{position:relative;padding-bottom:4px}._product-card_5k4kt_2 .card-block .multiWishlistNames button.ddButton{color:var(--clr-white);padding:10px;transition:.3s;font-size:.9647272727rem;font-weight:700;letter-spacing:1.6px;position:relative;overflow:hidden;background:transparent;border:0;margin-top:10px;text-transform:uppercase;display:inline-flex;width:100%;cursor:pointer;font-weight:400;border-radius:5px}._product-card_5k4kt_2 .card-block .multiWishlistNames button.ddButton:after{content:"";position:absolute;width:100%;height:60px;background-image:linear-gradient(180deg,#21c07b,#02a36b,#21c07b);left:0;top:0;z-index:-1;transition:transform .2s ease-in}._product-card_5k4kt_2 .card-block .multiWishlistNames button.ddButton:hover:after{transform:translateY(-10px)}._product-card_5k4kt_2 .card-block .multiWishlistNames button.ddButton+div.dropdownList{border:1px solid #333;padding:8px 0;display:flex;flex-direction:column;row-gap:15px;position:absolute;top:0%;transform:translateY(calc(100% - 2px));background:#fff;font-size:.9647272727rem;font-weight:400;opacity:0;visibility:hidden;z-index:1;max-width:100%;width:100%;overflow-y:scroll;max-height:150px;margin-top:2px;border-radius:5px;scrollbar-width:thin}._product-card_5k4kt_2 .card-block .multiWishlistNames button.ddButton+div.dropdownList .names{padding:8px 15px;cursor:pointer}._product-card_5k4kt_2 .card-block .multiWishlistNames button.ddButton+div.dropdownList .names:hover{background:#f2f2f2}._product-card_5k4kt_2 .card-block .multiWishlistNames button.ddButton+div.dropdownList::-webkit-scrollbar{width:5px}._product-card_5k4kt_2 .card-block .multiWishlistNames button.ddButton+div.dropdownList::-webkit-scrollbar-track{background:#f1f1f1}._product-card_5k4kt_2 .card-block .multiWishlistNames button.ddButton+div.dropdownList::-webkit-scrollbar-thumb{background:#c8c8c8}._product-card_5k4kt_2 .card-block .multiWishlistNames button.ddButton+div.dropdownList::-webkit-scrollbar-thumb:hover{background:#555}._product-card_5k4kt_2 .card-block .multiWishlistNames:hover .dropdownList{opacity:1!important;visibility:visible!important}@media (max-width: 1024.98px){._product-card_5k4kt_2 .card-block{visibility:visible;opacity:1;bottom:0;transition:all .5s ease-in-out}}._product-card_5k4kt_2 .card-block .icons-box{display:flex;background-image:linear-gradient(180deg,#3285b9,#1b75ad)}._product-card_5k4kt_2 .card-block .icons-box .icon{padding:10px 0;text-align:center;flex:1 0 0}._product-card_5k4kt_2 .card-block .icons-box .icon.active{background-image:linear-gradient(171deg,#1ebd78,#03a46b);border:0}._product-card_5k4kt_2 .card-block .icons-box .icon i{font-size:20px;color:var(--clr-white)}._product-card_5k4kt_2 .card-block .icons-box .icon .text{display:none}@media (max-width: 1024.98px){._product-card_5k4kt_2 .card-block .icons-box .icon:not(.cartIcon){display:none}}._product-card_5k4kt_2 .pro-swatches{display:none;justify-content:center}@media (max-width: 1024.98px){._product-card_5k4kt_2 .pro-swatches{display:flex}}._product-card_5k4kt_2 .pro-swatches .color{height:20px;width:20px;margin:3px;border-radius:50%;overflow:hidden}._product-card_5k4kt_2 .action{position:absolute;width:100%;background:transparent;z-index:1;margin:0;bottom:0;padding:10px;opacity:.35;visibility:hidden;transition:.35s ease-out;transform:translateY(100%)}@media (max-width: 575.98px){._product-card_5k4kt_2 .action{display:none}}._product-card_5k4kt_2 .action .action-icon{color:var(--clr-white);padding:10px;transition:.3s;font-size:.9647272727rem;font-weight:700;letter-spacing:1.6px;position:relative;overflow:hidden;background:transparent;border:0;margin-top:10px;border-radius:4px;text-transform:uppercase;display:inline-flex;width:100%}._product-card_5k4kt_2 .action .action-icon:after{content:"";position:absolute;width:100%;height:60px;background-image:linear-gradient(180deg,#21c07b,#02a36b,#21c07b);left:0;top:0;z-index:-1;transition:transform .2s ease-in}._product-card_5k4kt_2 .action .action-icon:hover:after{transform:translateY(-10px)}._product-card_5k4kt_2 .action .action-icon.out-of-stock{opacity:.5;pointer-events:none}._product-card_5k4kt_2 ._quick-view-icon_5k4kt_37{position:absolute;left:50%;transform:translate(-50%,-50%);top:40%;max-width:24px;opacity:0}._product-card_5k4kt_2 ._quick-view-icon_5k4kt_37 span.icon-eye{font-size:24px}._product-card_5k4kt_2 ._quick-view-icon_5k4kt_37 span.icon-eye .path2:before{content:"";color:#fff;margin-left:-.9775390625em}._product-card_5k4kt_2 ._card-pricing_5k4kt_34{color:var(--clr-black);text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:22px;text-transform:capitalize;padding-top:10px}._product-card_5k4kt_2 ._productImage_5k4kt_27{max-width:70%;background-color:#fff!important;margin:0 auto 5px;overflow:visible;position:relative;text-align:center;width:70%}@media (max-width: 1024.98px){._product-card_5k4kt_2 ._productImage_5k4kt_27{max-width:100%;width:100%}}._product-card_5k4kt_2 ._productImage_5k4kt_27 a{display:flex;width:100%;height:100%;justify-content:center;align-items:center}._product-card_5k4kt_2 ._productImage_5k4kt_27 img{width:100%;transition:transform .3s;object-fit:contain}._product-card_5k4kt_2 ._productImage_5k4kt_27 img:hover{transform:scale(1);opacity:.3}._product-card_5k4kt_2 ._productImage_5k4kt_27 ._wishlist-and-view-main-div_5k4kt_456{position:absolute;top:10px;text-align:end;display:flex;flex-direction:column;right:10px;transition:transform .5s}._product-card_5k4kt_2 ._productImage_5k4kt_27 ._wishlist-and-view-main-div_5k4kt_456 ._wishlistIcon_5k4kt_90{opacity:0;visibility:hidden;display:block;text-align:center;position:relative;max-width:36px;max-height:36px;padding:8px;line-height:1;border-radius:50%;font-size:0;letter-spacing:0;cursor:pointer;background-color:var(--clr-white);transition:all ease .3s}@media (max-width: 575.98px){._product-card_5k4kt_2 ._productImage_5k4kt_27 ._wishlist-and-view-main-div_5k4kt_456 ._wishlistIcon_5k4kt_90{display:none}}._product-card_5k4kt_2 ._productImage_5k4kt_27 ._wishlist-and-view-main-div_5k4kt_456 ._wishlistIcon_5k4kt_90 ._visually-hidden_5k4kt_487{position:absolute;overflow:visible;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal}._product-card_5k4kt_2 ._productImage_5k4kt_27 ._wishlist-and-view-main-div_5k4kt_456 ._wishlistIcon_5k4kt_90 span._text_5k4kt_109{white-space:nowrap;font-size:12px;font-weight:400;overflow:hidden;height:36px;line-height:36px;position:absolute;top:50%;left:100px;padding:0 30px 0 15px;border-radius:36px;transform:translateY(-50%);transition:all ease .3s;color:var(--clr-black);background-color:var(--clr-white)}._product-card_5k4kt_2 ._productImage_5k4kt_27 ._wishlist-and-view-main-div_5k4kt_456 ._wishlistIcon_5k4kt_90 ._icon-wishlist_5k4kt_515{font-size:22px;line-height:22px;vertical-align:top;position:relative;z-index:2;background-color:transparent;color:var(--txt-color)}._product-card_5k4kt_2 ._productImage_5k4kt_27 ._wishlist-and-view-main-div_5k4kt_456 ._wishlistIcon_5k4kt_90._checked_5k4kt_105{background-color:var(--clr-black);opacity:1!important;visibility:visible!important}._product-card_5k4kt_2 ._productImage_5k4kt_27 ._wishlist-and-view-main-div_5k4kt_456 ._wishlistIcon_5k4kt_90._checked_5k4kt_105 ._text_5k4kt_109{background-color:var(--clr-black);color:var(--clr-white)}._product-card_5k4kt_2 ._productImage_5k4kt_27 ._wishlist-and-view-main-div_5k4kt_456 ._wishlistIcon_5k4kt_90._checked_5k4kt_105 ._icon-wishlist_5k4kt_515{color:var(--clr-white)}._product-card_5k4kt_2 ._productImage_5k4kt_27 ._wishlist-and-view-main-div_5k4kt_456 ._wishlistIcon_5k4kt_90:hover span._text_5k4kt_109{left:auto;right:calc(100% - 30px);opacity:1;visibility:visible;pointer-events:auto;display:inline-block;width:auto}._productSection_2obqz_2{position:relative}._productSection_2obqz_2 .product-list{padding:30px 0}._productSection_2obqz_2 .list-title{display:flex;align-items:center;justify-content:center;min-height:100%;width:100%;margin-bottom:30px}@media (max-width: 767.98px){._productSection_2obqz_2 .list-title{margin-bottom:15px}}._productSection_2obqz_2 .list-title a{min-width:100px;text-align:right;cursor:pointer;padding:0;text-transform:uppercase;letter-spacing:.4px;font-size:.85714rem;color:#1b75ad;vertical-align:top;font-weight:900;display:none}@media (max-width: 767.98px){._productSection_2obqz_2 .list-title a{font-size:.8rem}}._productSection_2obqz_2 .list-title .title{margin-bottom:0;font-size:28px;font-style:normal;font-weight:600;text-transform:uppercase;position:relative;padding-bottom:10px}._productSection_2obqz_2 .list-title .title:before{content:"";width:125%;height:2px;background:#444;position:absolute;bottom:0;left:50%;transform:translate(-50%)}._productSection_2obqz_2 .list-title .title:after{content:"";font-family:thirstboxer,Arial,Helvetica,sans-serif!important;position:absolute;bottom:-10px;left:50%;transform:translate(-50%);color:var(--color-primary);font-size:18px}._productSection_2obqz_2 .list-title .section_padding_bottom{opacity:0;transform:translateY(50px);transition:.2s ease-out}._productSection_2obqz_2 .list-title .section_padding_bottom.in-view{opacity:1;transform:translateY(0)}._productSection_2obqz_2 .swiper-pagination{display:flex;justify-content:center;align-items:center;height:16px}._productSection_2obqz_2 .swiper-pagination-bullet{z-index:99;cursor:pointer;border:1px solid var(--clr-black)!important;height:6px;width:6px;border-radius:20px;margin-right:15px;transition:all .5s ease-in;background:var(--clr-black)!important;background-color:var(--clr-black)!important;display:block}._productSection_2obqz_2 .swiper-pagination-bullet:last-child{margin-right:0}._productSection_2obqz_2 .swiper-pagination-bullet.swiper-pagination-bullet-active{position:relative;transition:all 0s ease-in;background:var(--clr-black)!important;background-color:var(--clr-black)!important;border:1px solid var(--clr-black)!important}._productSection_2obqz_2 .swiper-pagination-bullet.swiper-pagination-bullet-active:after{content:"";height:12px;width:12px;border:1px solid var(--clr-black);border-radius:50%;position:absolute;top:-4px;left:-4px}#_testimonialSection_o4g1d_1{padding:0 80px!important;background-color:#f0f0f0;display:block;width:100%;position:relative;max-width:1920px;margin:0 auto}#_testimonialSection_o4g1d_1 .swiper{z-index:0}@media (max-width: 1279.98px){#_testimonialSection_o4g1d_1{padding:60px 80px 40px!important}}@media (max-width: 1024.98px){#_testimonialSection_o4g1d_1{padding:30px 15px 40px!important}}#_testimonialSection_o4g1d_1 .sectionTitle .title{font-size:28px;font-style:normal;font-weight:600;text-transform:uppercase;text-align:center;position:relative;padding-bottom:0;top:40px}@media (max-width: 1279.98px){#_testimonialSection_o4g1d_1 .sectionTitle .title{top:0}}#_testimonialSection_o4g1d_1 .sectionTitle .title:before{content:"";width:210px;height:2px;background:#666;position:absolute;bottom:-13px;left:50%;transform:translate(-50%)}#_testimonialSection_o4g1d_1 .sectionTitle .title:after{content:"★";position:absolute;bottom:-24px;left:50%;transform:translate(-50%);color:red;font-size:22px}#_testimonialSection_o4g1d_1 .testimonial{display:flex;align-items:center;justify-content:center}@media (max-width: 1279.98px){#_testimonialSection_o4g1d_1 .testimonial{flex-direction:column}}#_testimonialSection_o4g1d_1 .testimonial .authorImg{width:33%;padding-right:50px}@media (min-width: 1600px){#_testimonialSection_o4g1d_1 .testimonial .authorImg{max-width:29%}}@media (max-width: 1279.98px){#_testimonialSection_o4g1d_1 .testimonial .authorImg{width:100%;text-align:center;padding:30px 0 0}}#_testimonialSection_o4g1d_1 .testimonial .testimonialInfo{width:auto;margin-bottom:0;position:relative;margin-top:60px;max-width:65%}@media (min-width: 1600px){#_testimonialSection_o4g1d_1 .testimonial .testimonialInfo{max-width:70%}}@media (max-width: 1024.98px){#_testimonialSection_o4g1d_1 .testimonial .testimonialInfo{width:100%;margin-top:20px;max-width:100%}}#_testimonialSection_o4g1d_1 .testimonial .testimonialInfo .quote1_img{position:absolute;top:-50px;left:0;width:auto;max-width:100%}#_testimonialSection_o4g1d_1 .testimonial .testimonialInfo .quote2_img{position:absolute;right:0;bottom:-40px;width:auto;max-width:100%}@media (max-width: 1279.98px){#_testimonialSection_o4g1d_1 .testimonial .testimonialInfo .quote2_img{bottom:-10px}}#_testimonialSection_o4g1d_1 .testimonial .testimonialInfo .testimData{position:relative;width:auto;display:inline-block}#_testimonialSection_o4g1d_1 .testimonial .testimonialMessage{text-align:justify;font-size:15px;font-style:normal;font-weight:400;line-height:22px;color:var(--color-text)!important;margin-bottom:10px;display:inline-block}@media (max-width: 1279.98px){#_testimonialSection_o4g1d_1 .testimonial .testimonialMessage{padding-bottom:30px}}#_testimonialSection_o4g1d_1 .testimonial .authorName{text-align:justify;font-size:15px;font-style:normal;font-weight:700;line-height:22px;color:var(--color-text)}#_testimonialSection_o4g1d_1 .swiper-pagination{display:flex;justify-content:center;align-items:center;height:16px;position:relative;top:-40px}@media (max-width: 1279.98px){#_testimonialSection_o4g1d_1 .swiper-pagination{top:unset}}#_testimonialSection_o4g1d_1 .swiper-pagination-bullet{z-index:99;cursor:pointer;border:1px solid var(--clr-black)!important;height:6px;width:6px;border-radius:20px;margin-right:15px;transition:all .5s ease-in;background:var(--clr-black)!important;background-color:var(--clr-black)!important;display:block}#_testimonialSection_o4g1d_1 .swiper-pagination-bullet:last-child{margin-right:0}#_testimonialSection_o4g1d_1 .swiper-pagination-bullet.swiper-pagination-bullet-active{position:relative;transition:all 0s ease-in;background:var(--clr-black)!important;background-color:var(--clr-black)!important;border:1px solid var(--clr-black)!important}#_testimonialSection_o4g1d_1 .swiper-pagination-bullet.swiper-pagination-bullet-active:after{content:"";height:12px;width:12px;border:1px solid var(--clr-black);border-radius:50%;position:absolute;top:-4px;left:-4px}._userFormWrapper_1e5gf_2{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin:20px auto 50px;max-width:500px;box-shadow:0 10px 50px #acbdcb80;padding:45px 50px;position:relative}._userFormWrapper_1e5gf_2 .redirectLink{margin-top:20px;padding:0 25px 0 0;font-size:.8125rem;color:var(--main-color);text-transform:capitalize;position:relative;display:inline-block}._userFormWrapper_1e5gf_2 .redirectLink.mt50{margin-top:30px}._userFormWrapper_1e5gf_2 .form-section label{display:none}._userFormWrapper_1e5gf_2 .form-section-action.mt0,._userFormWrapper_1e5gf_2 .form-section-action.mt0 .btn-primary{margin-top:0}._userFormWrapper_1e5gf_2 .form-section-action.hasRedirectLink{display:inline-flex;flex-direction:column;align-items:flex-start;margin-top:0}._userFormWrapper_1e5gf_2 .logoWrapper{margin-bottom:30px}._userFormWrapper_1e5gf_2 .logoWrapper img{height:auto}._loginForm_1e5gf_48{min-height:auto}._loginForm_1e5gf_48 .forgotPassword{display:inline-flex;justify-content:flex-end;margin-top:5px;font-size:.8125rem;margin-bottom:0;color:var(--main-color)}._accountoptions_6gm7k_2 .account-options-main-div>li:hover{box-shadow:0 4px 20px #1550744d!important}._accountoptions_6gm7k_2 .account-options-main-div>li:hover h2{color:var(--main-color)!important}.dropdownContainer>div>div>span>small{font-size:14px;font-weight:600;margin:5px 20px}.dropdownContainer>div>div>span>small b{margin:0 20px}.orderReportWrapper>.orderReport>.custom-table>.custom-table-body>.dropdownContainer{border:0px}.smallTextContainer{display:flex;flex-direction:row;justify-content:flex-start}.orderReportWrapper{padding-bottom:50px}.orderReportWrapper .icon-arrow-right.page-link{display:none}.orderReportWrapper .filterBtns .btn-primary{transition:.3s!important}.orderReportWrapper .filterBtns .btn-primary:hover{border:1px solid var(--main-color);color:var(--main-color);transition:.3s!important}.orderReportWrapper .editor-table{border:none}.orderReportWrapper .editor-table table,.orderReportWrapper .editor-table table #reqorderList{border:none;outline:none}.orderReportWrapper .editor-table table #reqorderList .norecords{width:100%;text-align:center;font-size:20px;padding:20px;background-color:#fbfbfe;border:none;color:#212529}.orderReportWrapper .editor-table table #reqorderList .norecords td{text-transform:capitalize;font-size:14px;word-wrap:break-word;border:none;padding:16px 10px 16px 0}.tableHeaderCell,.table-cell{padding:12px;min-width:100px}.orderReport{clear:both;padding:40px 0 20px;background-color:#fff;position:relative}.orderReport .custom-table .custom-table-header .orderIdHeader,.orderReport .custom-table .custom-table-header .dateHeader,.orderReport .custom-table .custom-table-header .orderNumber,.orderReport .custom-table .custom-table-header .orderDate,.orderReport .custom-table .custom-table-body .orderIdHeader,.orderReport .custom-table .custom-table-body .dateHeader,.orderReport .custom-table .custom-table-body .orderNumber,.orderReport .custom-table .custom-table-body .orderDate{width:9%!important}.orderReport .custom-table .custom-table-header .statusHeader,.orderReport .custom-table .custom-table-header .freightHeader,.orderReport .custom-table .custom-table-header .status,.orderReport .custom-table .custom-table-header .freightBody,.orderReport .custom-table .custom-table-body .statusHeader,.orderReport .custom-table .custom-table-body .freightHeader,.orderReport .custom-table .custom-table-body .status,.orderReport .custom-table .custom-table-body .freightBody{width:12%!important}.orderReport .custom-table .custom-table-header .qPrdNameH,.orderReport .custom-table .custom-table-header .qPrdName,.orderReport .custom-table .custom-table-body .qPrdNameH,.orderReport .custom-table .custom-table-body .qPrdName{width:25%}.orderReport .custom-table .custom-table-header .qDateH,.orderReport .custom-table .custom-table-header .qDate,.orderReport .custom-table .custom-table-body .qDateH,.orderReport .custom-table .custom-table-body .qDate{width:15%}.orderReport .custom-table .custom-table-header .qQtyH,.orderReport .custom-table .custom-table-header .qQty,.orderReport .custom-table .custom-table-body .qQtyH,.orderReport .custom-table .custom-table-body .qQty{width:10%}.orderReport .custom-table .custom-table-header .qCmpnyH,.orderReport .custom-table .custom-table-header .qCmpny,.orderReport .custom-table .custom-table-body .qCmpnyH,.orderReport .custom-table .custom-table-body .qCmpny{width:25%}.orderReport .custom-table .custom-table-header .qViewH,.orderReport .custom-table .custom-table-header .qView,.orderReport .custom-table .custom-table-body .qViewH,.orderReport .custom-table .custom-table-body .qView{width:5%}.orderReport .custom-table .custom-table-header .shipHeader,.orderReport .custom-table .custom-table-header .billHeader,.orderReport .custom-table .custom-table-body .shipHeader,.orderReport .custom-table .custom-table-body .billHeader{width:22%!important;max-width:100%;white-space:normal;border:20px 20px}@media (max-width: 600px){.orderReport .custom-table .custom-table-header .shipHeader,.orderReport .custom-table .custom-table-header .billHeader,.orderReport .custom-table .custom-table-body .shipHeader,.orderReport .custom-table .custom-table-body .billHeader{flex:0 0 70%}}.orderReport .custom-table .custom-table-header .shipBody,.orderReport .custom-table .custom-table-header .billBody,.orderReport .custom-table .custom-table-body .shipBody,.orderReport .custom-table .custom-table-body .billBody{width:22%!important;word-break:break-all;text-align:center}@media (max-width: 600px){.orderReport .custom-table .custom-table-header .shipBody,.orderReport .custom-table .custom-table-header .billBody,.orderReport .custom-table .custom-table-body .shipBody,.orderReport .custom-table .custom-table-body .billBody{flex:0 0 73%}}@media (max-width: 600px){.orderReport .custom-table .custom-table-header .orderIdHeader,.orderReport .custom-table .custom-table-header .orderNumber,.orderReport .custom-table .custom-table-body .orderIdHeader,.orderReport .custom-table .custom-table-body .orderNumber{flex:0 0 35%}}.orderReport .custom-table .custom-table-header .amountHeader,.orderReport .custom-table .custom-table-header .orderDetailHeader,.orderReport .custom-table .custom-table-header .amountBody,.orderReport .custom-table .custom-table-header .orderDetailsBody,.orderReport .custom-table .custom-table-body .amountHeader,.orderReport .custom-table .custom-table-body .orderDetailHeader,.orderReport .custom-table .custom-table-body .amountBody,.orderReport .custom-table .custom-table-body .orderDetailsBody{width:6%!important}.orderReport .custom-table .custom-table-header .amountHeader button.btn,.orderReport .custom-table .custom-table-header .orderDetailHeader button.btn,.orderReport .custom-table .custom-table-header .amountBody button.btn,.orderReport .custom-table .custom-table-header .orderDetailsBody button.btn,.orderReport .custom-table .custom-table-body .amountHeader button.btn,.orderReport .custom-table .custom-table-body .orderDetailHeader button.btn,.orderReport .custom-table .custom-table-body .amountBody button.btn,.orderReport .custom-table .custom-table-body .orderDetailsBody button.btn{background-color:var(--main-color);color:var(--clr-white);transition:.3s!important}.orderReport .custom-table .custom-table-header .amountHeader button.btn:hover,.orderReport .custom-table .custom-table-header .orderDetailHeader button.btn:hover,.orderReport .custom-table .custom-table-header .amountBody button.btn:hover,.orderReport .custom-table .custom-table-header .orderDetailsBody button.btn:hover,.orderReport .custom-table .custom-table-body .amountHeader button.btn:hover,.orderReport .custom-table .custom-table-body .orderDetailHeader button.btn:hover,.orderReport .custom-table .custom-table-body .amountBody button.btn:hover,.orderReport .custom-table .custom-table-body .orderDetailsBody button.btn:hover{border:1px solid var(--main-color)!important;color:var(--main-color)!important;transition:.3s!important;background-color:#fff}.orderReport .custom-table .custom-table-header .tableHeaderCell{font-size:.875rem;font-weight:700;letter-spacing:.54px;line-height:17px;color:#fff;padding:5px;text-align:center}.orderReport .quoteRTable{width:100%;border-collapse:collapse;margin-bottom:20px}.orderReport .quoteRTable .HeaderContainerRQ{background-color:var(--main-color);font-weight:700}.orderReport .quoteRTable .HeaderContainerRQ th{color:#fff;padding:10px;text-align:left!important}.orderReport .quoteRTable .norecords{margin-top:1rem}.orderReport .quoteRTable .tableHeaderCell,.orderReport .quoteRTable .tableBodyCell{border:1px solid #ddd;padding:8px;text-align:left}.orderReport .quoteRTable .tableHeaderCell td,.orderReport .quoteRTable .tableBodyCell td{padding:10px}.orderReport .quoteRTable .tableHeaderCell .actiontTD .icon-eye,.orderReport .quoteRTable .tableBodyCell .actiontTD .icon-eye{cursor:pointer;color:var(--main-color)}.orderReport .quoteRTable .tableHeaderCell .actiontTD .icon-eye:before,.orderReport .quoteRTable .tableBodyCell .actiontTD .icon-eye:before{content:""}.orderReport .quoteRTable .icon-Eye{cursor:pointer;font-size:20px}.orderReport .quoteRTable .icon-Eye:hover{color:var(--main-color)}.orderReport~.pagination{margin-bottom:20px}.tableBodyCell{font-size:.875rem;letter-spacing:.54px;line-height:22px;padding:20px;text-align:left;border:1px solid #ddd}.table-cell{border:1px solid #efefef!important}.containerDIV{margin:20px;outline-color:#cfcfcf}.test{overflow:hidden}.orderToggleData{padding:30px}@media (max-width: 600px){.orderToggleData{flex-wrap:nowrap!important;padding:15px}.orderToggleData .col-md-8>.table{width:245%}}@media (max-width: 360px){.orderToggleData .col-md-8>.table{width:765px}}@media screen and (max-width: 601px) and (min-width: 390px){.orderToggleData .col-md-8>.table{width:245%}}.orderToggleData .ordernumber strong{font-weight:600}.orderToggleData .paymentmode_value{font-size:.875rem}.orderToggleData .paymentmode_value .paymentmode_value{font-weight:600}.orderToggleData .billingAddress h3,.orderToggleData .shippingAddress h3{font-size:16px;font-weight:600}.orderToggleData .billingAddress p,.orderToggleData .shippingAddress p{font-size:14px;font-weight:400;color:#555}._custom-table_cd0dc_2{display:flex;flex-direction:column;gap:0px 8px;line-height:18px}._custom-table_cd0dc_2 .custom-table-header{display:flex;font-weight:600;margin:0 -2px -1px}._custom-table_cd0dc_2 .custom-table-header .tableHeaderCell{display:flex;flex:1;background:var(--main-color);align-items:center;justify-content:center;border-width:1px 0 1px 0;border-style:solid;border-color:#dee2e6;color:var(--clr-white);margin:0 1px;border-radius:0!important;font-size:.875rem;font-weight:700;letter-spacing:.54px;line-height:17px;padding:5px;text-align:center}._custom-table_cd0dc_2 .custom-table-header .tableHeaderCell:first-child{border-left:1px solid #dee2e6;border-radius:12px 0 0 12px}._custom-table_cd0dc_2 .custom-table-header .tableHeaderCell:last-child{border-right:1px solid #dee2e6;border-radius:0 12px 12px 0}._custom-table_cd0dc_2 .custom-table-header .tableHeaderCell.dateHeader{display:flex;align-items:center;column-gap:5px}._custom-table_cd0dc_2 .custom-table-header .tableHeaderCell .sortBy{display:flex;flex-direction:column}._custom-table_cd0dc_2 .custom-table-header .tableHeaderCell:hover .tableHeaderCell{background:var(--clr-white)}._custom-table_cd0dc_2 .custom-table-body{display:flex;flex-direction:column;border:solid 1px #c6c6c6;scrollbar-width:thin}@media (max-width: 767.98px){._custom-table_cd0dc_2 .custom-table-body{border:none}}._custom-table_cd0dc_2 .custom-table-body::-webkit-scrollbar{width:5px}._custom-table_cd0dc_2 .custom-table-body::-webkit-scrollbar-track{background:#f1f1f1}._custom-table_cd0dc_2 .custom-table-body::-webkit-scrollbar-thumb{background:#c8c8c8}._custom-table_cd0dc_2 .custom-table-body::-webkit-scrollbar-thumb:hover{background:#555}._custom-table_cd0dc_2 .custom-table-body .noOrderData{border-radius:0;border:1px solid #dee2e6;padding:20px;background:#fff;text-align:center;font-size:20px}._custom-table_cd0dc_2 .custom-table-body .noGiftData{padding:12px;background:#fff;width:100%;border-radius:12px}._custom-table_cd0dc_2 .custom-table-body .item-data{display:flex;border-radius:12px;border:1px solid #dee2e6;width:100%}._custom-table_cd0dc_2 .custom-table-body .item-data .table-cell{flex:1;padding:12px;display:flex;align-items:center;background:#fff}._custom-table_cd0dc_2 .custom-table-body .item-data .table-cell:first-child{border-radius:12px 0 0 12px}._custom-table_cd0dc_2 .custom-table-body .item-data .table-cell:last-child{border-radius:0 12px 12px 0}._custom-table_cd0dc_2 .custom-table-body .item-data:hover{box-shadow:0 1px 4px #00000026;border-radius:12px}._custom-table_cd0dc_2 .custom-table-body .item-data:hover .table-cell{background:var(--clr-white)}._custom-table_cd0dc_2 .custom-table-body .shipBody,._custom-table_cd0dc_2 .custom-table-body .billBody{width:22%!important;word-break:break-all;text-align:center}@media (max-width: 600px){._custom-table_cd0dc_2 .custom-table-body .shipBody,._custom-table_cd0dc_2 .custom-table-body .billBody{flex:0 0 73%!important}}._custom-table_cd0dc_2 .custom-table-body .toggleWrapper{position:relative}._custom-table_cd0dc_2 .custom-table-body .toggleWrapper .toggleBtn{border:none;background:transparent}._custom-table_cd0dc_2 .custom-table-body .toggleWrapper .toggleBtn:focus,._custom-table_cd0dc_2 .custom-table-body .toggleWrapper .toggleBtn.active{outline:0;box-shadow:none}._custom-table_cd0dc_2 .custom-table-body .toggleWrapper .actionBtnWrapper{display:flex;flex-direction:column;position:absolute;right:0;align-items:flex-start;box-shadow:0 1px 4px #00000026;border-radius:8px;padding:5px 0;z-index:1;opacity:0;visibility:hidden}._custom-table_cd0dc_2 .custom-table-body .toggleWrapper .actionBtnWrapper .btn{font-size:var(--font-body-size)!important;color:var(--txt-color)!important;background:var(--clr-white)!important;text-transform:uppercase;width:100%;text-align:left}._custom-table_cd0dc_2 .custom-table-body .toggleWrapper .actionBtnWrapper .btn:focus,._custom-table_cd0dc_2 .custom-table-body .toggleWrapper .actionBtnWrapper .btn.active{outline:0;box-shadow:none;font-weight:var(--font-weight-bold)}._custom-table_cd0dc_2 .custom-table-body .toggleWrapper:hover .actionBtnWrapper{opacity:1;visibility:visible}@media (max-width: 767.98px){._custom-table_cd0dc_2 .custom-table-body .orderToggleData{flex-wrap:wrap!important}}@media (max-width: 767.98px){._custom-table_cd0dc_2 .custom-table-body .orderToggleData .col-md-4,._custom-table_cd0dc_2 .custom-table-body .orderToggleData .col-md-8{flex:0 0 100%;max-width:100%}}@media (max-width: 767.98px){._custom-table_cd0dc_2 .custom-table-body .orderToggleData .col-md-8 table.table{width:300%}}@media (max-width: 767.98px){._custom-table_cd0dc_2 .custom-table-body .orderToggleData .col-md-8 table.table tbody tr td table.table{width:100%}}._custom-table_cd0dc_2 .shipHeader,._custom-table_cd0dc_2 .billHeader{width:22%!important;max-width:100%;white-space:normal;border:20px 20px}@media (max-width: 600px){._custom-table_cd0dc_2 .shipHeader,._custom-table_cd0dc_2 .billHeader{flex:0 0 70%!important}}@media (max-width: 600px){._custom-table_cd0dc_2 .orderIdHeader,._custom-table_cd0dc_2 .orderNumber{flex:0 0 35%!important}}._custom-table_cd0dc_2 .view{font-weight:600!important;color:var(--main-color);cursor:pointer}._custom-table_cd0dc_2 .artworkfontlable{background:#f8f9fa;font-size:.75rem;border:1px solid #ccc;padding:5px 10px;display:inline-block;border-radius:3px}._custom-table_cd0dc_2 .imprintlocationpricessetupprice{white-space:nowrap}@media (max-width: 1200){._custom-table_cd0dc_2 .imprintlocationpricessetupprice{white-space:normal}}._requestQuoteReport_15nu7_2 .requestQuoteTable{min-width:100%;border-bottom:2px solid #dee2e6;border-left:0px solid #fff;border-top:0px solid #dee2e6;border-right:0px solid #fff}._requestQuoteReport_15nu7_2 .requestQuoteTable :hover{background-color:#dee2e6}._requestQuoteReport_15nu7_2 .RQContainerDiv table.requestQuoteTable tr td{font-size:1rem;border:1px solid #e0e0e0}._requestQuoteReport_15nu7_2 .view{font-weight:600!important;color:var(--main-color);cursor:pointer}._requestQuoteReport_15nu7_2 .table-responsive{overflow-y:hidden;display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;margin-bottom:15px}._requestQuoteReport_15nu7_2 .table-responsive .table tbody{border:1px solid #dee2e6}._requestQuoteReport_15nu7_2 .table-responsive .table tr th,._requestQuoteReport_15nu7_2 .table-responsive .table tr td{border-right:1px solid #dee2e6;vertical-align:middle}@media (max-width: 414.98px){._requestQuoteReport_15nu7_2 .table-responsive .table tr th,._requestQuoteReport_15nu7_2 .table-responsive .table tr td{font-size:16px}}._requestQuoteReport_15nu7_2 .table-responsive .table tr th.unitPriceHeader,._requestQuoteReport_15nu7_2 .table-responsive .table tr th.priceHeader,._requestQuoteReport_15nu7_2 .table-responsive .table tr td.unitPriceHeader,._requestQuoteReport_15nu7_2 .table-responsive .table tr td.priceHeader{text-align:right}._requestQuoteReport_15nu7_2 .table-responsive .table tr th:first-child,._requestQuoteReport_15nu7_2 .table-responsive .table tr td:first-child{border-left:1px solid #dee2e6}._requestQuoteReport_15nu7_2 .table-responsive.orderReport{overflow:visible!important}@media (max-width: 575.98px){._requestQuoteReport_15nu7_2 .table-responsive.orderReport{overflow-x:auto!important}}@media (max-width: 575.98px){._requestQuoteReport_15nu7_2 .table-responsive.orderReport.overflowOnResponsive{overflow-x:auto!important}._requestQuoteReport_15nu7_2 .table-responsive.orderReport.overflowOnResponsive .custom-table-body{border:none}}._requestQuoteReport_15nu7_2 .table-responsive .view{font-weight:600;color:red!important}._requestQuote_1hiv2_2 ._searchInputButton_1hiv2_2 ._btn_1hiv2_2._theme-button-2_1hiv2_2{background:var(--main-color)!important}._requestQuote_1hiv2_2 ._searchInputButton_1hiv2_2 .theme-button-2{z-index:9;color:var(--clr-white);transition:.3s;font-size:.875rem;font-weight:600;letter-spacing:1.6px;position:relative;overflow:hidden;background:transparent;margin-top:10px;text-transform:uppercase;display:inline-flex;box-shadow:none;border-color:transparent;padding:8px 20px;border-radius:20px}._requestQuote_1hiv2_2 ._searchInputButton_1hiv2_2 .theme-button-2:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;transition:transform .2s ease-in}._requestQuote_1hiv2_2 ._searchInputButton_1hiv2_2 .theme-button-2:after{background-color:var(--main-color)!important}#_RequestQuote_1hiv2_1{max-width:597px!important;box-shadow:2px 4px 8px 3px #00000026;border-radius:10px;border-top:6px solid var(--secondary-color)}#_RequestQuote_1hiv2_1 ._dialog-container_1hiv2_45 ._dialog-content_1hiv2_45 ._dialog-header_1hiv2_45{background-color:var(--clr-white);border-radius:5px;padding:20px 20px 0}#_RequestQuote_1hiv2_1 ._dialog-container_1hiv2_45 ._dialog-content_1hiv2_45 ._dialog-header_1hiv2_45 h5{font-size:2rem;font-weight:400;line-height:38px;letter-spacing:0em;text-align:left;color:var(--clr-icon);position:relative}#_RequestQuote_1hiv2_1 ._dialog-container_1hiv2_45 ._dialog-content_1hiv2_45 ._dialog-header_1hiv2_45 h5:before{content:url("data:image/svg+xml, %3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.3634 10.9199H6.4746C6.36006 10.908 6.2443 10.9204 6.13482 10.9561C6.02534 10.9918 5.92458 11.0501 5.83906 11.1272C5.75353 11.2043 5.68516 11.2986 5.63836 11.4038C5.59156 11.509 5.56738 11.6229 5.56738 11.738C5.56738 11.8532 5.59156 11.9671 5.63836 12.0723C5.68516 12.1775 5.75353 12.2717 5.83906 12.3488C5.92458 12.426 6.02534 12.4843 6.13482 12.52C6.2443 12.5557 6.36006 12.568 6.4746 12.5562H12.3634C12.5657 12.5352 12.7532 12.44 12.8894 12.2889C13.0257 12.1378 13.1011 11.9415 13.1011 11.738C13.1011 11.5346 13.0257 11.3383 12.8894 11.1872C12.7532 11.0361 12.5657 10.9409 12.3634 10.9199Z' fill='%2344D62C'/%3E%3Cpath d='M10.1499 14.6038H6.47488C6.25906 14.6038 6.05208 14.6895 5.89947 14.8421C5.74687 14.9947 5.66113 15.2017 5.66113 15.4175C5.66113 15.6333 5.74687 15.8403 5.89947 15.9929C6.05208 16.1455 6.25906 16.2312 6.47488 16.2312H10.1499C10.3657 16.2312 10.5727 16.1455 10.7253 15.9929C10.8779 15.8403 10.9636 15.6333 10.9636 15.4175C10.9636 15.2017 10.8779 14.9947 10.7253 14.8421C10.5727 14.6895 10.3657 14.6038 10.1499 14.6038Z' fill='%2344D62C'/%3E%3Cpath d='M24.9201 6.0025C24.9205 5.89467 24.899 5.78788 24.8568 5.68861C24.8147 5.58934 24.7529 5.49965 24.6751 5.425L21.2451 1.98625C21.0912 1.83449 20.8837 1.74941 20.6676 1.74941C20.4514 1.74941 20.244 1.83449 20.0901 1.98625L18.0776 3.99875H5.37258C4.76528 4.00106 4.18351 4.24333 3.75408 4.67275C3.32465 5.10218 3.08238 5.68395 3.08008 6.29125V23.9575C3.08008 24.2586 3.13938 24.5567 3.25458 24.8348C3.36979 25.1129 3.53866 25.3657 3.75154 25.5785C3.96441 25.7914 4.21714 25.9603 4.49528 26.0755C4.77342 26.1907 5.07152 26.25 5.37258 26.25H17.8851C18.1857 26.25 18.4834 26.1906 18.7611 26.0753C19.0387 25.96 19.2909 25.791 19.503 25.578C19.7152 25.365 19.8833 25.1122 19.9975 24.8341C20.1118 24.5561 20.17 24.2581 20.1688 23.9575V11.0863L24.6751 6.58C24.8298 6.42743 24.9179 6.21981 24.9201 6.0025ZM17.9201 24.6137H5.37258C5.19853 24.6137 5.03161 24.5446 4.90854 24.4215C4.78547 24.2985 4.71633 24.1315 4.71633 23.9575V6.29125C4.71859 6.11791 4.78846 5.9523 4.91105 5.82972C5.03363 5.70713 5.19923 5.63727 5.37258 5.635H16.4413L14.2101 7.875C14.1142 7.97752 14.0468 8.10333 14.0146 8.23993C13.9824 8.37653 13.9864 8.51919 14.0263 8.65375V11.8825C14.0252 11.9897 14.0454 12.096 14.0859 12.1953C14.1264 12.2945 14.1863 12.3847 14.2621 12.4605C14.3379 12.5363 14.428 12.5962 14.5273 12.6367C14.6265 12.6772 14.7329 12.6974 14.8401 12.6963H18.2176C18.3285 12.6979 18.4386 12.677 18.5413 12.635V23.9575C18.5413 24.1315 18.4722 24.2985 18.3491 24.4215C18.226 24.5446 18.0591 24.6137 17.8851 24.6137H17.9201ZM17.9201 11.0688H15.6538V8.75L20.6676 3.73625L22.9426 6.02L17.9201 11.0688Z' fill='%2344D62C'/%3E%3C/svg%3E ")}#_RequestQuote_1hiv2_1 ._dialog-container_1hiv2_45 ._dialog-content_1hiv2_45 ._dialog-header_1hiv2_45 button._close_1hiv2_62{color:var(--clr-table-border)!important}#_RequestQuote_1hiv2_1 ._dialog-container_1hiv2_45 ._dialog-content_1hiv2_45 ._dialog-header_1hiv2_45 button._close_1hiv2_62 span._icon-close_1hiv2_65:before{color:var(--clr-table-border);font-size:.75rem;font-weight:300}#_RequestQuote_1hiv2_1 ._dialog-container_1hiv2_45 ._dialog-content_1hiv2_45 ._dialog-header_1hiv2_45 button._close_1hiv2_62:hover span._icon-close_1hiv2_65:before{color:var(--main-color)}._requestQuotePopup_1hiv2_74 form .p-3 .mandatory-main-div p{font-family:Poppins;font-size:15px;font-weight:400;line-height:23px;letter-spacing:0em;color:var(--sec-clr-text)}._requestQuotePopup_1hiv2_74 form .p-3 .title-main{font-family:Poppins;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0em;color:var(--clr-icon);text-transform:uppercase}._requestQuotePopup_1hiv2_74 form .p-3 .title-main.blue{color:var(--main-color)}._requestQuotePopup_1hiv2_74 form .p-3 .subtitle{font-family:Poppins;font-size:15px;font-weight:400;line-height:23px;letter-spacing:0em;color:var(--sec-clr-text)}._requestQuotePopup_1hiv2_74 form .p-3 .product-info-main-div .product-name-code{padding-bottom:15px}._requestQuotePopup_1hiv2_74 form .p-3 .product-info-main-div .product-name-code .product-code{font-family:Poppins;font-size:15px;font-weight:400;line-height:17px;letter-spacing:0em}._requestQuotePopup_1hiv2_74 form .p-3 .product-info-main-div .product-name-code .page-heading{line-height:23px;font-size:15px!important}._requestQuotePopup_1hiv2_74 form .p-3 .product-info-main-div .product-name-code .page-heading span{font-family:Poppins;font-size:15px!important;font-weight:700;line-height:23px;letter-spacing:0em;color:var(--clr-icon)!important}._requestQuotePopup_1hiv2_74 form .p-3 .prodImg{height:240px;border:1px solid var(--clr-table-border)}._requestQuotePopup_1hiv2_74 form .p-3 .prodImg img{height:100%;width:auto;margin:0 auto;display:block;object-fit:contain}._requestQuotePopup_1hiv2_74 form .p-3 .personal-info-comment-main-div,._requestQuotePopup_1hiv2_74 form .p-3 .contact-info-comment-main-div,._requestQuotePopup_1hiv2_74 form .p-3 .other-info-comment-main-div{column-count:2;position:relative}@media (max-width: 767.98px){._requestQuotePopup_1hiv2_74 form .p-3 .personal-info-comment-main-div,._requestQuotePopup_1hiv2_74 form .p-3 .contact-info-comment-main-div,._requestQuotePopup_1hiv2_74 form .p-3 .other-info-comment-main-div{column-count:1}}._requestQuotePopup_1hiv2_74 form .p-3 .personal-info-comment-main-div .asiError,._requestQuotePopup_1hiv2_74 form .p-3 .contact-info-comment-main-div .asiError,._requestQuotePopup_1hiv2_74 form .p-3 .other-info-comment-main-div .asiError{position:absolute;left:0;bottom:0}._requestQuotePopup_1hiv2_74 form .p-3 other-info-comment-main-div input{background-color:#ecf0f1!important}._requestQuotePopup_1hiv2_74 form .form-group{margin-bottom:30px;position:relative}._requestQuotePopup_1hiv2_74 form .form-group input,._requestQuotePopup_1hiv2_74 form .form-group select,._requestQuotePopup_1hiv2_74 form .form-group textarea{border:1px solid #ced4da!important;background-color:transparent!important;border-radius:5px!important;font-family:Jost,sans-serif;font-size:15px;font-weight:400;line-height:23px;letter-spacing:0em;color:var(--sec-clr-text)}._requestQuotePopup_1hiv2_74 form .form-group small.text-danger[role=alert]{position:absolute;top:100%}._requestQuotePopup_1hiv2_74 form button{font-family:Rubik;font-size:15px;font-weight:400;line-height:18px;letter-spacing:0em;padding:12px 25px;border-radius:3px}._requestQuotePopup_1hiv2_74 form .activebtn{background:var(--secondary-color);border:1px solid var(--secondary-color);color:var(--clr-white)}._requestQuotePopup_1hiv2_74 form .activebtn:hover{background:transparent;color:var(--clr-icon)}._requestQuotePopup_1hiv2_74 form .activebtn,._requestQuotePopup_1hiv2_74 form .nonactivebtn{background-image:linear-gradient(180deg,var(--main-color) 0%,var(--main-color) 50%,var(--main-color) 100%);border:1px solid var(--main-color);color:var(--clr-white);border-radius:20px;font-family:inherit}._requestQuotePopup_1hiv2_74 .delivery-info-comment-main-div{padding-right:5px!important}@media (max-width: 767.98px){._requestQuotePopup_1hiv2_74 .delivery-info-comment-main-div{width:100%}}._searchInputButton_pgkkg_2{display:flex;align-items:flex-end;row-gap:8px;column-gap:8px;border:1px solid var(--border-bottom-clr);flex-direction:column;padding:20px;border-radius:2px;margin-top:10px}@media (max-width: 1279.98px){._searchInputButton_pgkkg_2{flex-direction:column;align-items:flex-start}}._searchInputButton_pgkkg_2 .filterInput{display:flex;column-gap:8px;row-gap:8px;width:100%}._searchInputButton_pgkkg_2 .filterInput .row{width:100%}@media (max-width: 575.98px){._searchInputButton_pgkkg_2 .filterInput{flex-direction:column}}._searchInputButton_pgkkg_2 .filterInput .form-group{flex:1 1 auto}._searchInputButton_pgkkg_2 .filterInput .form-group input{margin:0}._searchInputButton_pgkkg_2 .filterInput .form-group label{display:block;position:relative;width:auto;height:auto;font-size:14px;font-weight:700;letter-spacing:.03px;line-height:19px;margin-bottom:5px;order:-1}._searchInputButton_pgkkg_2 .filterInput .inputFrom,._searchInputButton_pgkkg_2 .filterInput .inputTo,._searchInputButton_pgkkg_2 .filterInput .orderId{width:100%}._searchInputButton_pgkkg_2 .filterInput input{height:44px}._searchInputButton_pgkkg_2 .filterBtns{margin-right:auto;margin-left:auto;z-index:1}@media (max-width: 575.98px){._searchInputButton_pgkkg_2 .filterBtns{max-width:450px;width:100%}}._searchInputButton_pgkkg_2 .filterBtns .btn{margin:0 15px 0 0;font-size:1rem;letter-spacing:1.6px;color:#fff;padding:8px 20px;border-radius:20px;text-align:center;display:inline-block;transition:all .8s ease-in;font-weight:600}@media (max-width: 575.98px){._searchInputButton_pgkkg_2 .filterBtns .btn{flex:1}}._searchInputButton_pgkkg_2 .filterBtns .btn i{text-shadow:none;margin-right:6px;font-size:.9rem;text-rendering:auto;letter-spacing:1.6px;color:#fff;text-align:center;font-weight:700;vertical-align:top}._searchInputButton_pgkkg_2 .filterBtns .btnSubmit,._searchInputButton_pgkkg_2 .filterBtns .btnReset{font-size:1rem;font-weight:500;line-height:1.5rem;background-color:var(--main-color);margin-bottom:10px;display:inline-block;color:#fff;padding:15px 20px;border-radius:50px;cursor:pointer;text-transform:inherit}._searchInputButton_pgkkg_2 .filterBtns .btnSubmit:focus,._searchInputButton_pgkkg_2 .filterBtns .btnReset:focus{box-shadow:none}._searchInputButton_pgkkg_2 .filterBtns button:hover{background-color:transparent;color:var(--main-color);border:1px solid var(--main-color)}._orderSampleReport_jl82d_2 .view{font-weight:600!important;color:var(--main-color);cursor:pointer}._orderSampleReport_jl82d_2 .requestQuoteTable{min-width:100%;border-bottom:2px solid #dee2e6;border-left:0px solid #fff;border-top:0px solid #dee2e6;border-right:0px solid #fff}._orderSampleReport_jl82d_2 .requestQuoteTable :hover{background-color:#dee2e6}._orderSampleReport_jl82d_2 .RQContainerDiv table.requestQuoteTable tr td{font-size:1rem;border:1px solid #e0e0e0}._orderSampleReport_jl82d_2 .table-responsive{overflow-y:hidden;display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;margin-bottom:15px}._orderSampleReport_jl82d_2 .table-responsive .table tbody{border:1px solid #dee2e6}._orderSampleReport_jl82d_2 .table-responsive .table tr th,._orderSampleReport_jl82d_2 .table-responsive .table tr td{border-right:1px solid #dee2e6;vertical-align:middle}@media (max-width: 414.98px){._orderSampleReport_jl82d_2 .table-responsive .table tr th,._orderSampleReport_jl82d_2 .table-responsive .table tr td{font-size:16px}}._orderSampleReport_jl82d_2 .table-responsive .table tr th.unitPriceHeader,._orderSampleReport_jl82d_2 .table-responsive .table tr th.priceHeader,._orderSampleReport_jl82d_2 .table-responsive .table tr td.unitPriceHeader,._orderSampleReport_jl82d_2 .table-responsive .table tr td.priceHeader{text-align:right}._orderSampleReport_jl82d_2 .table-responsive .table tr th:first-child,._orderSampleReport_jl82d_2 .table-responsive .table tr td:first-child{border-left:1px solid #dee2e6}._orderSampleReport_jl82d_2 .table-responsive.orderReport{overflow:visible!important}@media (max-width: 575.98px){._orderSampleReport_jl82d_2 .table-responsive.orderReport{overflow-x:auto!important}}@media (max-width: 575.98px){._orderSampleReport_jl82d_2 .table-responsive.orderReport.overflowOnResponsive{overflow-x:auto!important}._orderSampleReport_jl82d_2 .table-responsive.orderReport.overflowOnResponsive .custom-table-body{border:none}}._orderSampleReport_jl82d_2 .table-responsive .view{font-weight:600;color:red!important}._sampOrder_er7sg_2 ._searchInputButton_er7sg_2 ._btn_er7sg_2._theme-button-2_er7sg_2{background:var(--main-color)!important}._sampOrder_er7sg_2 ._searchInputButton_er7sg_2 .theme-button-2{z-index:9;color:var(--clr-white);transition:.3s;font-size:.875rem;font-weight:600;letter-spacing:1.6px;position:relative;overflow:hidden;background:transparent;margin-top:10px;text-transform:uppercase;display:inline-flex;box-shadow:none;border-color:transparent;padding:8px 20px;border-radius:20px}._sampOrder_er7sg_2 ._searchInputButton_er7sg_2 .theme-button-2:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;transition:transform .2s ease-in}._sampOrder_er7sg_2 ._searchInputButton_er7sg_2 .theme-button-2:after{background-color:var(--main-color)!important}._productDetailsTabs_19es3_2{margin-bottom:20px;border:1px solid #D9D9D9;border-radius:5px}._productDetailsTabs_19es3_2 .productdetails-row{display:flex;margin-bottom:10px}._productDetailsTabs_19es3_2 .productdetails-row .detailValue{font-size:.875rem;line-height:1.5;color:var(--header-text);position:relative;padding-left:20px;font-weight:400}._productDetailsTabs_19es3_2 .productdetails-row .detailValue:before{content:":";position:absolute;left:0;color:var(--txt-color);font-size:.9375rem;font-weight:500}._productDetailsTabs_19es3_2 .productdetails-row .detailValue ul{padding-left:25px;list-style:disc}._productDetailsTabs_19es3_2 .productdetails-row .detailValue a{color:var(--main-color)}._productDetailsTabs_19es3_2 .productdetails-row .detailsKey{color:var(--txt-color);font-size:.9375rem;font-weight:500;line-height:1.5;min-width:130px}._productDetailsTabs_19es3_2 .nav-pills.col-md-3{border-right:1px solid #D9D9D9;padding-right:0}@media (max-width: 767.98px){._productDetailsTabs_19es3_2 .nav-pills.col-md-3{padding-right:15px}}._productDetailsTabs_19es3_2 .tab-content{padding:15px 20px}._productDetailsTabs_19es3_2 button.nav-link{color:var(--txt-color);font-weight:500;font-size:1.125rem;width:100%;background-color:transparent;border:none;border-radius:0;line-height:1.5rem}._productDetailsTabs_19es3_2 button.nav-link:first-child{border-radius:5px 0 0}._productDetailsTabs_19es3_2 button.nav-link.active{background-color:var(--main-color);color:#fff}._ProductImage_4t4qc_2{margin-bottom:20px}._ProductImage_4t4qc_2 .product-image img:not(.enLargeImage){max-height:480px!important;object-fit:contain;mix-blend-mode:darken}._orderSamplePopup_1wqi9_2 form .p-3 .mandatory-main-div p{font-size:.9375rem;font-weight:400;line-height:23px;letter-spacing:0em;color:var(--sec-clr-text)}._orderSamplePopup_1wqi9_2 form .p-3 .prodImg{height:240px}._orderSamplePopup_1wqi9_2 form .p-3 .prodImg img{height:100%;width:auto;margin:0 auto;display:block;object-fit:contain}._orderSamplePopup_1wqi9_2 form .form-group{margin-bottom:20px;position:relative}._orderSamplePopup_1wqi9_2 form .form-group label{font-size:var(--font-body-size);font-weight:var(--font-weight-medium);color:var(--txt-color);line-height:var(--font-body-lineheight);letter-spacing:.32px;margin:0 0 8px;padding:0;text-transform:capitalize;width:100%}._orderSamplePopup_1wqi9_2 form .form-group input,._orderSamplePopup_1wqi9_2 form .form-group select,._orderSamplePopup_1wqi9_2 form .form-group textarea{border:1px solid #eee!important;background-color:transparent!important;border-radius:5px!important;padding:.375rem .75rem}._orderSamplePopup_1wqi9_2 form .form-group small.text-danger[role=alert]{position:absolute;top:100%;color:var(--clr_1)!important;display:inline-block;text-transform:uppercase;font-size:.6875rem!important;font-weight:500!important}._orderSamplePopup_1wqi9_2 #ASI,._orderSamplePopup_1wqi9_2 #PPAI,._orderSamplePopup_1wqi9_2 #SAGE,._orderSamplePopup_1wqi9_2 #UPIC{pointer-events:none}._orderSamplePopup_1wqi9_2 .redMandat{color:red}._orderSamplePopup_1wqi9_2 .form-group.required label:before{content:"*";color:red}._orderSamplePopup_1wqi9_2 .form-group.required label:after{content:""}._orderSamplePopup_1wqi9_2 input:disabled{background-color:#ecf0f1}._orderSamplePopup_1wqi9_2 .col-50{width:50%;padding:0 15px}@media (max-width: 767.98px){._orderSamplePopup_1wqi9_2 .col-50{width:100%;padding:0}}._DownloadImagPopup_y7a0f_2 .dialog-container .dialog-content .dialog-body .productHeading .highResImageContainer span{cursor:pointer}._DownloadImagPopup_y7a0f_2 .dialog-container .dialog-content .dialog-body .productHeading .highResImageContainer span:hover{color:var(--clr_1)}._DownloadImagPopup_y7a0f_2 .dialog-container .dialog-content .dialog-body .downloadBtn button{padding:0 20px;border:1px solid var(--clr_1);font-size:.8125rem;height:41px;line-height:38px}._DownloadImagPopup_y7a0f_2 .dialog-container .dialog-content .dialog-body .downloadBtn button:hover{background-color:transparent;color:var(--clr_1)}._actionsWrap_13cka_2{display:flex;flex-wrap:wrap;margin-top:30px}@media (max-width: 1024.98px){._actionsWrap_13cka_2{justify-content:space-between;text-align:center}}._actionsWrap_13cka_2 .action-icon{flex:0 0 25%}._actionsWrap_13cka_2 .action-icon.hiresImage i:before{content:""}._actionsWrap_13cka_2 .action-icon.orderSample i:before{content:""}._actionsWrap_13cka_2 .action-icon.frightEstimator i:before{content:""}._actionsWrap_13cka_2 .action-icon.assistedBuying i:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='40' height='40' viewBox='0 0 512.000000 512.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,512.000000) scale(0.100000,-0.100000)' fill='%23333333' stroke='black'%3E%3Cpath d='M3704 5106 c-415 -68 -775 -351 -933 -732 -120 -293 -121 -659 -1 -925 22 -51 17 -66 -49 -141 -61 -68 -150 -122 -263 -159 -108 -34 -132 -55 -132 -114 0 -71 51 -105 268 -181 266 -93 553 -133 811 -113 113 8 131 7 212 -13 76 -20 113 -23 278 -22 173 0 199 3 288 27 450 121 776 454 888 907 19 80 23 121 23 265 1 178 -6 225 -51 370 -130 414 -478 727 -913 821 -101 21 -323 27 -426 10z m441 -226 c284 -77 516 -270 646 -535 78 -160 93 -228 93 -435 1 -153 -2 -185 -22 -254 -105 -364 -371 -627 -730 -721 -154 -41 -365 -38 -509 6 -62 19 -73 20 -208 8 -205 -18 -434 5 -642 66 l-58 17 35 26 c65 48 175 168 212 232 53 91 56 114 20 191 -68 147 -93 265 -93 433 1 215 62 408 186 581 48 68 178 195 245 242 102 69 250 131 380 159 100 21 343 12 445 -16z'/%3E%3Cpath d='M3761 4714 c-81 -22 -149 -62 -217 -129 -92 -91 -144 -209 -144 -328 0 -51 4 -62 29 -88 23 -22 39 -29 70 -29 64 0 90 29 106 124 18 101 53 159 127 210 51 35 65 39 131 44 99 6 162 -15 223 -74 61 -60 87 -121 87 -204 0 -151 -109 -270 -264 -286 -115 -13 -127 -38 -119 -266 5 -165 5 -168 32 -194 39 -40 102 -38 140 5 27 30 28 35 28 142 0 106 1 111 22 117 13 3 57 23 99 44 246 123 342 428 211 672 -34 65 -133 164 -198 198 -105 56 -249 73 -363 42z'/%3E%3Cpath d='M3819 3301 c-26 -26 -29 -36 -29 -91 0 -55 3 -65 29 -91 23 -23 38 -29 71 -29 33 0 48 6 71 29 25 26 29 37 29 86 0 67 -10 90 -50 110 -46 24 -87 19 -121 -14z'/%3E%3Cpath d='M1172 4172 c-95 -34 -178 -119 -208 -215 l-17 -53 -51 13 c-108 29 -256 -14 -327 -94 -39 -45 -79 -128 -79 -166 0 -27 -2 -28 -33 -20 -17 4 -70 8 -117 8 -72 -1 -93 -5 -135 -27 -62 -32 -129 -103 -158 -166 l-22 -47 0 -990 c0 -933 1 -995 19 -1080 66 -315 211 -567 423 -732 l83 -65 0 -239 0 -240 24 -24 c46 -46 109 -45 152 2 l24 26 0 284 c0 176 -4 292 -10 304 -6 10 -36 35 -68 55 -77 50 -207 183 -267 273 -60 92 -120 228 -146 335 -31 127 -38 328 -38 1061 0 739 8 982 34 1022 45 68 166 61 208 -11 9 -15 13 -150 17 -494 l5 -474 33 -29 c44 -39 90 -39 134 0 l33 29 5 617 5 617 37 34 c32 29 45 34 88 34 68 0 109 -36 121 -106 4 -27 8 -307 8 -622 l1 -573 24 -24 c45 -45 107 -45 152 0 l24 24 1 543 c0 619 9 932 27 965 38 70 155 68 211 -3 21 -27 21 -31 21 -761 l0 -735 34 -34 c45 -45 92 -47 138 -5 l33 29 5 614 c4 472 8 618 18 635 18 32 63 53 113 53 35 0 48 -6 80 -39 l39 -39 0 -896 c0 -752 2 -902 14 -931 15 -35 59 -65 96 -65 54 0 73 24 249 329 119 208 183 308 204 323 20 14 50 23 87 26 52 4 60 2 93 -28 29 -25 37 -39 37 -66 0 -43 -9 -61 -189 -368 -319 -542 -398 -687 -466 -859 -78 -193 -216 -349 -398 -447 -42 -23 -82 -50 -87 -60 -6 -11 -10 -127 -10 -278 l0 -259 24 -26 c43 -47 106 -48 152 -2 24 24 24 25 24 233 l0 209 67 39 c85 50 226 187 290 284 76 116 102 164 163 305 36 83 151 294 317 581 325 561 315 542 321 629 6 92 -20 156 -89 220 -142 133 -372 134 -499 2 -23 -23 -74 -100 -115 -172 l-75 -130 2 635 c3 653 -1 734 -38 859 -20 67 -78 132 -153 168 -60 30 -150 37 -238 20 -38 -8 -43 -7 -43 10 0 35 -48 118 -91 160 -92 88 -238 124 -347 85z'/%3E%3Cpath d='M1535 1899 c-146 -79 -334 -233 -432 -354 -80 -100 -153 -241 -153 -297 0 -77 94 -127 157 -83 11 8 42 59 68 112 43 89 58 108 164 213 79 78 145 132 205 170 154 95 180 134 141 210 -28 54 -83 65 -150 29z'/%3E%3C/g%3E%3C/svg%3E")}._actionsWrap_13cka_2 .action-icon .iconblock{display:flex;flex-direction:column;align-items:center;cursor:pointer}._actionsWrap_13cka_2 .action-icon .iconblock .icons-img{font-family:Quake-City-Cap!important;font-size:2.875rem;margin-bottom:15px}._actionsWrap_13cka_2 .action-icon .iconblock span{font-size:.9375rem;font-weight:400;color:var(--txt-color);text-decoration:underline}._actionsWrap_13cka_2 .action-icon.active{border:1px solid var(--main-color);color:var(--main-color)}._actionsWrap_13cka_2 .icon-360-image:before{content:""}._actionsWrap_13cka_2 .iconDownloadImg:before{content:"";font-family:Quake-City-Cap!important;font-size:1.125rem;line-height:1}._actionsWrap_13cka_2 .icon-compare:before{content:""}._actionsWrap_13cka_2 .hiResProductImage span{font-size:.625rem}._freightpopupwrap_nhosw_2{cursor:default}._freightpopupwrap_nhosw_2 .redMandat{color:red}._freightpopupwrap_nhosw_2 .form-control{background-color:#ecf0f1;border-radius:5px;border:none;padding:.375rem .75rem!important}._freightpopupwrap_nhosw_2 .form-control:hover,._freightpopupwrap_nhosw_2 .form-control:focus{background-color:#ecf0f1!important;border:none!important}@media (max-width: 767.98px){._freightpopupwrap_nhosw_2 .upsrates{margin-top:10px}}._freightpopupwrap_nhosw_2 form .p-3{padding-bottom:0!important}._freightpopupwrap_nhosw_2 #EstimatorData{display:flex;flex-direction:row}@media (max-width: 767.98px){._freightpopupwrap_nhosw_2 #EstimatorData{flex-direction:column!important}}._freightpopupwrap_nhosw_2 #EstimatorData .upsrates{padding-left:4px}._freightpopupwrap_nhosw_2 h4{font-family:Jost,sans-serif!important;font-size:20px!important;font-weight:600}._requestQuotePopup_11u5c_2 form .p-3 .mandatory-main-div p{font-family:Poppins;font-size:15px;font-weight:400;line-height:23px;letter-spacing:0em;color:var(--sec-clr-text)}._requestQuotePopup_11u5c_2 form .p-3 .title-main{font-family:Poppins;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0em;color:var(--clr-icon);text-transform:uppercase}._requestQuotePopup_11u5c_2 form .p-3 .title-main.blue{color:var(--main-color)}._requestQuotePopup_11u5c_2 form .p-3 .subtitle{font-family:Poppins;font-size:15px;font-weight:400;line-height:23px;letter-spacing:0em;color:var(--sec-clr-text)}._requestQuotePopup_11u5c_2 form .p-3 .product-info-main-div .product-name-code{padding-bottom:15px}._requestQuotePopup_11u5c_2 form .p-3 .product-info-main-div .product-name-code .product-code{font-family:Poppins;font-size:15px;font-weight:400;line-height:17px;letter-spacing:0em}._requestQuotePopup_11u5c_2 form .p-3 .product-info-main-div .product-name-code .page-heading{line-height:23px;font-size:15px!important}._requestQuotePopup_11u5c_2 form .p-3 .product-info-main-div .product-name-code .page-heading span{font-family:Poppins;font-size:15px!important;font-weight:700;line-height:23px;letter-spacing:0em;color:var(--clr-icon)!important}._requestQuotePopup_11u5c_2 form .p-3 .prodImg{height:240px;border:1px solid var(--clr-table-border)}._requestQuotePopup_11u5c_2 form .p-3 .prodImg img{height:100%;width:auto;margin:0 auto;display:block;object-fit:contain}._requestQuotePopup_11u5c_2 form .p-3 .personal-info-comment-main-div,._requestQuotePopup_11u5c_2 form .p-3 .contact-info-comment-main-div,._requestQuotePopup_11u5c_2 form .p-3 .other-info-comment-main-div{column-count:2;position:relative}@media (max-width: 767.98px){._requestQuotePopup_11u5c_2 form .p-3 .personal-info-comment-main-div,._requestQuotePopup_11u5c_2 form .p-3 .contact-info-comment-main-div,._requestQuotePopup_11u5c_2 form .p-3 .other-info-comment-main-div{column-count:1}}._requestQuotePopup_11u5c_2 form .p-3 .personal-info-comment-main-div .asiError,._requestQuotePopup_11u5c_2 form .p-3 .contact-info-comment-main-div .asiError,._requestQuotePopup_11u5c_2 form .p-3 .other-info-comment-main-div .asiError{position:absolute;left:0;bottom:0}._requestQuotePopup_11u5c_2 form .p-3 other-info-comment-main-div input{background-color:#ecf0f1!important}._requestQuotePopup_11u5c_2 form .form-group{margin-bottom:30px;position:relative}._requestQuotePopup_11u5c_2 form .form-group input,._requestQuotePopup_11u5c_2 form .form-group select,._requestQuotePopup_11u5c_2 form .form-group textarea{border:1px solid #ced4da!important;background-color:transparent!important;border-radius:5px!important;font-family:Jost,sans-serif;font-size:15px;font-weight:400;line-height:23px;letter-spacing:0em;color:var(--sec-clr-text)}._requestQuotePopup_11u5c_2 form .form-group small.text-danger[role=alert]{position:absolute;top:100%}._requestQuotePopup_11u5c_2 form button{font-family:Rubik;font-size:15px;font-weight:400;line-height:18px;letter-spacing:0em;padding:12px 25px;border-radius:3px}._requestQuotePopup_11u5c_2 form .activebtn{background:var(--secondary-color);border:1px solid var(--secondary-color);color:var(--clr-white)}._requestQuotePopup_11u5c_2 form .activebtn:hover{background:transparent;color:var(--clr-icon)}._requestQuotePopup_11u5c_2 form .activebtn,._requestQuotePopup_11u5c_2 form .nonactivebtn{background-image:linear-gradient(180deg,var(--main-color) 0%,var(--main-color) 50%,var(--main-color) 100%);border:1px solid var(--main-color);color:var(--clr-white);border-radius:20px;font-family:inherit}._requestQuotePopup_11u5c_2 .delivery-info-comment-main-div{padding-right:5px!important}@media (max-width: 767.98px){._requestQuotePopup_11u5c_2 .delivery-info-comment-main-div{width:100%}}._finalAddToCartBottomBelt_j9h0g_2{position:fixed;bottom:20px;width:100%;left:0;right:0;z-index:8;background-color:#fff;padding:15px;box-shadow:#11111a1a 0 4px 16px,#11111a1a 0 8px 24px,#11111a1a 0 16px 56px}._finalAddToCartBottomBelt_j9h0g_2 .container{max-width:1300px}@media (max-width: 1024.98px){._finalAddToCartBottomBelt_j9h0g_2 .container .flexpartitions .row{align-items:center}}@media screen and (max-width: 720px) and (min-width: 600px){._finalAddToCartBottomBelt_j9h0g_2 .container .flexpartitions .row{flex-wrap:nowrap}}._finalAddToCartBottomBelt_j9h0g_2 .container .flexpartitions .row .forSku .skuDetails{display:flex}._finalAddToCartBottomBelt_j9h0g_2 .container .flexpartitions .row .forSku .skuDetails .fixedBoxImgWrap{background-color:#f6f7f9;margin-right:15px}._finalAddToCartBottomBelt_j9h0g_2 .container .flexpartitions .row .forSku .skuDetails .fixedBoxImgWrap img{width:80px;height:50px;object-fit:contain;mix-blend-mode:darken}._finalAddToCartBottomBelt_j9h0g_2 .container .flexpartitions .row .forSku .skuDetails .namedes .name{margin-bottom:5px;font-size:.9375rem;font-weight:500;color:var(--txt-color)}._finalAddToCartBottomBelt_j9h0g_2 .container .flexpartitions .row .forSku .skuDetails .namedes .desc{font-size:.75rem;font-weight:400;color:var(--txt-color-light);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}._finalAddToCartBottomBelt_j9h0g_2 .container .flexpartitions .row .selectededmethods{display:flex;gap:40px;justify-content:center}._finalAddToCartBottomBelt_j9h0g_2 .container .flexpartitions .row .selectededmethods .methods .methodsName{margin-bottom:5px;font-size:.9375rem;font-weight:500;color:var(--txt-color)}._finalAddToCartBottomBelt_j9h0g_2 .container .flexpartitions .row .selectededmethods .methods .methodsValue{margin-bottom:5px;font-size:.75rem;font-weight:400;color:var(--txt-color-light)}._finalAddToCartBottomBelt_j9h0g_2 .container .flexpartitions .row .addtocartbuttons{display:flex;top:-5px}@media (max-width: 1024.98px){._finalAddToCartBottomBelt_j9h0g_2 .container .flexpartitions .row .addtocartbuttons{display:block}._finalAddToCartBottomBelt_j9h0g_2 .container .flexpartitions .row .addtocartbuttons .btn-outline-primary{margin-left:0}}@media (max-width: 500px){._finalAddToCartBottomBelt_j9h0g_2 .container .flexpartitions .row .addtocartbuttons{display:flex;gap:5px}}#_uploadArtwork_4y69u_1 .artwork-upload{padding:30px;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23C6C6C6FF' stroke-width='3' stroke-dasharray='11' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");cursor:pointer;text-align:center;font-family:Poppins;position:relative}#_uploadArtwork_4y69u_1 .artwork-upload .popUploadLabel{font-family:Poppins;font-size:px-to-rem(14);font-weight:var(--font-body-weight);line-height:px-to-rem(21);margin-bottom:10px;display:inline-block}#_uploadArtwork_4y69u_1 .artwork-upload .popUploadLabel>span{color:var(--main-color)}#_uploadArtwork_4y69u_1 .artwork-upload .validText{font-size:px-to-rem(12);line-height:px-to-rem(21)}#_uploadArtwork_4y69u_1 .artwork-upload input#input_file{position:absolute;top:0;right:0;width:100%;height:100%;opacity:0;z-index:1;display:block!important;cursor:pointer}#_uploadArtwork_4y69u_1 .hintLabel{font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0em;text-align:left;margin-top:15px;color:#444}#_uploadArtwork_4y69u_1 div#uploaded-artworks .art-img{width:80px;height:80px;border:1px solid #eaeaea;background:#f6f7f9;padding:5px;position:relative;overflow:hidden}#_uploadArtwork_4y69u_1 div#uploaded-artworks .art-img img{max-width:100%;height:auto}#_uploadArtwork_4y69u_1 div#uploaded-artworks .icon-close_blue{position:absolute;left:5px;top:5px;width:18px;height:18px;background:var(--main-color);border-radius:50%;text-align:center;cursor:pointer}#_uploadArtwork_4y69u_1 div#uploaded-artworks .icon-close_blue:before{content:"";color:#fff;font-size:8px}#_uploadArtwork_4y69u_1 div#uploaded-artworks .info.dnone{display:none}#_customizeOrder_w1p1m_1 h1,#_customizeOrder_w1p1m_1 h2,#_customizeOrder_w1p1m_1 h3,#_customizeOrder_w1p1m_1 h4,#_customizeOrder_w1p1m_1 h5,#_customizeOrder_w1p1m_1 h6{font-family:Jost,sans-serif}#_customizeOrder_w1p1m_1 #heading{border-bottom:1px solid #d9d9d9;box-shadow:0 8px 10px #d9d9d9;margin-top:-15px;max-width:calc(100% + 30px);flex:0 0 calc(100% + 30px)}#_customizeOrder_w1p1m_1 #heading h1{color:#013a5c;font-weight:700;font-size:1.5rem;line-height:2rem;padding-left:3rem;padding-right:3rem}#_customizeOrder_w1p1m_1 #heading .horizontal_line{height:1px;background:#c5c5c5}#_customizeOrder_w1p1m_1 #heading .info{display:flex;justify-content:space-between;align-items:center;padding-top:6px;padding-bottom:6px}#_customizeOrder_w1p1m_1 #heading .info .item{display:flex;gap:10px;align-items:center}#_customizeOrder_w1p1m_1 #heading .info .item h6,#_customizeOrder_w1p1m_1 #heading .info .item h5{margin:0}#_customizeOrder_w1p1m_1 #heading .info .item .vertical_Line{width:2px;height:21px;background:#c5c5c5}#_customizeOrder_w1p1m_1 #heading .info .item h5{font-size:17px;font-weight:700}#_customizeOrder_w1p1m_1 #heading .info .backtoproduct{margin:0}#_customizeOrder_w1p1m_1 .row{border-radius:10px;max-width:100%;display:flex;margin:0 auto;height:95%}@media (max-width: 1024.98px){#_customizeOrder_w1p1m_1 .imgPriceMaindiv .model_img{text-align:center;display:flex;justify-content:center}}@media (max-width: 1024.98px){#_customizeOrder_w1p1m_1 .imgPriceMaindiv .table-responsive{overflow-y:hidden;display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;margin-top:1.5rem}}@media (max-width: 1024.98px){#_customizeOrder_w1p1m_1 .imgPriceMaindiv .table-responsive .pricingTable{text-align:center;color:#989ba2}}@media (max-width: 1024.98px){#_customizeOrder_w1p1m_1 .imgPriceMaindiv .table-responsive .pricingTable th.active,#_customizeOrder_w1p1m_1 .imgPriceMaindiv .table-responsive .pricingTable td.active{background-color:#f1f1f1}}@media (max-width: 1024.98px){#_customizeOrder_w1p1m_1 .col-7,#_customizeOrder_w1p1m_1 .col-5{flex:0 0 100%;max-width:100%}}#_customizeOrder_w1p1m_1 .optionTitle{font-size:21px;font-weight:700;border-bottom:2px solid #5a5858;padding-bottom:7px}#_customizeOrder_w1p1m_1 .subOptions{display:grid;gap:15px;grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width: 767.98px){#_customizeOrder_w1p1m_1 .subOptions{grid-template-columns:repeat(3,minmax(0,1fr))}}#_customizeOrder_w1p1m_1 .subOptions button{border:1px solid rgb(1,58,92);padding:10px;font-weight:500;color:#013a5c;display:flex;align-items:center;justify-content:center;border-radius:10px;cursor:pointer;font-size:14px;text-transform:capitalize}#_customizeOrder_w1p1m_1 .subOptions button[aria-disabled=true]{pointer-events:none;cursor:not-allowed;background-color:#e3e4e4;color:#b5b9c0;border-color:#f3f4f6}#_customizeOrder_w1p1m_1 .subOptions button.active,#_customizeOrder_w1p1m_1 .subOptions button:hover{background-color:#013a5c;color:#fff}#_customizeOrder_w1p1m_1 #product_option{margin-top:2rem}#_customizeOrder_w1p1m_1 #product_option .selectColor{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,48px));gap:10px;row-gap:10px;margin-top:12px}#_customizeOrder_w1p1m_1 #product_option .selectColor div{cursor:pointer;width:40px;aspect-ratio:1;border-radius:100%;background-color:#ccc;position:relative;box-shadow:0 2px 3px #0000004d}#_customizeOrder_w1p1m_1 #product_option .selectColor .active:after{content:"";inset:0;position:absolute;font-size:20px;font-family:Quake-City-Cap;display:flex;justify-content:center;align-items:center;color:#fff;filter:drop-shadow(0px 1px 10px black) drop-shadow(0px 3px 1px rgba(0,0,0,.2))}#_customizeOrder_w1p1m_1 #product_option .quantity{margin-top:1.5rem}#_customizeOrder_w1p1m_1 #product_option .quantity .quantities_title{font-size:21px;font-weight:500;margin-bottom:.5rem}#_customizeOrder_w1p1m_1 #product_option .quantity .quantities_title small{font-size:.75rem;line-height:1rem;font-weight:400}#_customizeOrder_w1p1m_1 #product_option .quantity .quantity_list{font-size:18px;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}#_customizeOrder_w1p1m_1 #product_option .quantity .quantity_list .quanties_item{display:flex;flex-direction:column;gap:12px}#_customizeOrder_w1p1m_1 #product_option .quantity .quantity_list .quanties_item .heading{font-weight:700;text-align:center}#_customizeOrder_w1p1m_1 #product_option .quantity .quantity_list .quanties_item .qty{text-align:center;font-size:14px;height:40px;width:75px;border:1px solid gray}#_customizeOrder_w1p1m_1 #imprint_option{margin-top:2rem}#_customizeOrder_w1p1m_1 #imprint_option #removeAdditionalLocation{display:flex;margin-left:auto}#_customizeOrder_w1p1m_1 #imprint_option .selectedColorOptions{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:20px;margin-bottom:20px}#_customizeOrder_w1p1m_1 #imprint_option .align_right{background:#013a5c}#_customizeOrder_w1p1m_1 #imprint_option .options .option h5.subHeading{font-size:1.125rem;line-height:1.75rem;font-weight:700;color:#013a5c;margin-top:15px;margin-bottom:5px}#_customizeOrder_w1p1m_1 #addYourArtwork{margin-top:2rem}#_customizeOrder_w1p1m_1 #addYourArtwork .subOptions{margin-top:20px}#_customizeOrder_w1p1m_1 #addYourArtwork .contactMeLater{margin-top:20px;font-size:.875rem;line-height:1.25rem}#_customizeOrder_w1p1m_1 #addYourArtwork .uploadArt{margin-top:20px}#_customizeOrder_w1p1m_1 #addYourArtwork .uploadArt .title{color:#013a5c;font-size:23px;font-weight:600;margin-bottom:15px}#_customizeOrder_w1p1m_1 #addYourArtwork .uploadArt input{font-size:18px}#_customizeOrder_w1p1m_1 #addYourArtwork .uploadArt small{display:block;margin-top:12px;font-size:14px;color:#4f4e4e}#_customizeOrder_w1p1m_1 #addYourArtwork .textOnly{margin-top:20px}#_customizeOrder_w1p1m_1 #addYourArtwork .textOnly .title{color:#013a5c;font-size:23px;font-weight:600;margin-bottom:15px}#_customizeOrder_w1p1m_1 #addYourArtwork .textOnly .fontInput{display:flex;gap:20px}#_customizeOrder_w1p1m_1 #addYourArtwork .textOnly .fontInput input{padding:16px;font-weight:400;display:flex;width:348px;height:45px;align-items:center;justify-content:center;border-radius:10px;cursor:pointer;font-size:18px;border:1px solid #c7c6c6}#_customizeOrder_w1p1m_1 #addYourArtwork .textOnly .fontInput select{width:348px;height:45px;border-radius:10px;font-weight:800;font-size:19px;padding-left:12px;border:1px solid #c7c6c6}#_customizeOrder_w1p1m_1 #addYourArtwork .textOnly .createText{width:100%;margin-top:12px;height:65px;text-align:center;font-size:35px;font-weight:900;color:#000;background:#f5f5f5;border:none}#_customizeOrder_w1p1m_1 #selectYourProductionTime{margin-top:2rem}#_customizeOrder_w1p1m_1 #selectYourProductionTime .fastDelivery{color:#1e1d1d;font-size:18px}#_customizeOrder_w1p1m_1 #selectYourProductionTime #shippingInfo{border:3px solid var(--main-color);border-radius:7px;padding:20px;background:#f7f7f7;display:inline-block}#_customizeOrder_w1p1m_1 #selectYourProductionTime #shippingInfo .standardTime{margin-bottom:20px}#_customizeOrder_w1p1m_1 #selectYourProductionTime #shippingInfo .standardTime .productionTime{font-size:20px;font-weight:700;margin-bottom:10px;padding:0}#_customizeOrder_w1p1m_1 #selectYourProductionTime #shippingInfo .standardTime .days{font-size:16px}#_customizeOrder_w1p1m_1 #selectYourProductionTime #shippingInfo .shipping .estimatedShippingDate{font-size:20px;font-weight:700;margin-bottom:10px}#_customizeOrder_w1p1m_1 #selectYourProductionTime #shippingInfo .shipping .shippingDate{font-size:16px;margin-bottom:15px}#_customizeOrder_w1p1m_1 #selectYourProductionTime #shippingInfo .shipping i{display:block;font-size:14px;margin-bottom:10px}#_customizeOrder_w1p1m_1 #selectYourProductionTime #shippingInfo .shipping #note{font-size:14px}#_customizeOrder_w1p1m_1 #additionalComments{margin-top:2rem;margin-bottom:50px}#_customizeOrder_w1p1m_1 #additionalComments #postContent{font-size:15px;width:100%;border-radius:7px;border:1px solid #d8d8d8;margin-top:12px;padding:12px 0 0 12px}#_customizeOrder_w1p1m_1 #colorSelector .colors{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}#_customizeOrder_w1p1m_1 .colorOption{display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer}#_customizeOrder_w1p1m_1 .colorOption span{text-align:center}#_customizeOrder_w1p1m_1 .colorOption .colorCircle{width:40px;aspect-ratio:1;border-radius:100%;background-color:#ccc;border:solid 4px transparent;position:relative;box-shadow:0 2px 3px #0000004d}#_customizeOrder_w1p1m_1 .colorOption.active .colorCircle:after{content:"";inset:0;position:absolute;font-size:20px;font-family:Quake-City-Cap;display:flex;justify-content:center;align-items:center;color:#fff;filter:drop-shadow(0px 1px 10px black) drop-shadow(0px 3px 1px rgba(0,0,0,.2))}#_customizeOrder_w1p1m_1 .colorOption.active:hover .colorCircle.rem:after{content:"×";font-size:30px;font-weight:700;margin-top:-3px}#_customizeOrder_w1p1m_1 .colorOption.active span{font-weight:700}#_customizeOrder_w1p1m_1 .finalItemCost .model_img{display:flex;justify-content:center}#_customizeOrder_w1p1m_1 .finalItemCost .table-responsive{margin-top:1.5rem}#_customizeOrder_w1p1m_1 .finalItemCost .table-responsive .pricingTable{text-align:center;color:#989ba2}#_customizeOrder_w1p1m_1 .finalItemCost .table-responsive .pricingTable th.active,#_customizeOrder_w1p1m_1 .finalItemCost .table-responsive .pricingTable td.active{background-color:#f1f1f1}#_customizeOrder_w1p1m_1 .finalItemCost .finalCost{font-size:3rem;font-weight:800;margin-top:30px;margin-bottom:15px;color:#363535;display:flex;justify-content:center}#_customizeOrder_w1p1m_1 .finalItemCost .note{text-align:center;color:#363535;font-weight:400;margin-bottom:25px}#_customizeOrder_w1p1m_1 .finalItemCost .addtoCart{border-radius:7px;background:var(--main-color);color:#fff;border:none;width:100%;height:60px;font-size:23px;font-weight:600;margin-bottom:20px}#_customizeOrder_w1p1m_1 .finalItemCost .addtoCart:hover{background-color:#fff;color:var(--main-color);border:1px solid var(--main-color);cursor:pointer}#_customizeOrder_w1p1m_1 .finalItemCost .showDetails{border:1px solid var(--main-color);color:var(--main-color);width:100%;height:50px;border-radius:7px;cursor:pointer;font-size:18px;background-color:#fff}#_customizeOrder_w1p1m_1 .finalItemCost .showDetails:hover{background:var(--main-color);color:#fff;border:1px solid var(--main-color)}#_customizeOrder_w1p1m_1 .finalItemCost .priceDetails{display:flex;flex-direction:column}#_customizeOrder_w1p1m_1 .finalItemCost .priceDetails .opt{margin-top:30px}#_customizeOrder_w1p1m_1 .finalItemCost .priceDetails .opt .title{font-size:1.23rem;font-weight:600;border-bottom:1px solid #827f7f;margin-bottom:10px;padding-bottom:4px}#_customizeOrder_w1p1m_1 .finalItemCost .priceDetails .opt .location b{margin:10px 0 5px;display:block;text-transform:capitalize}#_customizeOrder_w1p1m_1 .finalItemCost .priceDetails .opt .optTable{width:100%}#_customizeOrder_w1p1m_1 .finalItemCost .priceDetails .opt .optTable tr th{padding-bottom:7px}#_customizeOrder_w1p1m_1 .finalItemCost .priceDetails .opt .optTable tr td{font-size:15px}#_customizeOrder_w1p1m_1 .finalItemCost .priceDetails .opt .optTable tr .bold{font-weight:800}#_customizeOrder_w1p1m_1 .finalItemCost .priceDetails .totalCost{text-align:end;margin-top:20px}#_customizeOrder_w1p1m_1 .finalItemCost .priceDetails .totalCost span{font-size:20px;color:#4d4949;font-weight:500}#_customizeOrder_w1p1m_1 .finalItemCost .priceDetails .totalCost b{font-size:35px}#_customizeOrder_w1p1m_1 .finalItemCost .priceDetails .totalCost b .currencySymbol{font-size:35px;color:#000;font-weight:700}#_customizeOrder_w1p1m_1 .finalItemCost .priceDetails .shippingContent{text-align:end;color:#3f3f3d}#_customizeOrder_w1p1m_1 .finalItemCost .priceDetails .chat{margin-top:35px;text-align:center;font-size:20px;cursor:pointer}._detailsPage_3g3kb_2 .product-image{position:relative;display:block;width:100%;background-color:#f6f7f9;text-align:center;margin:0;border-radius:10px}._detailsPage_3g3kb_2 .product-image .img-zoom-lens{position:absolute;border:3px solid #d4d4d4;width:100px;height:100px;opacity:0;visibility:hidden;transition:.2s}@media (max-width: 1024.98px){._detailsPage_3g3kb_2 .product-image .img-zoom-lens{display:none}}._detailsPage_3g3kb_2 .product-image:hover .img-zoom-lens{opacity:1;visibility:visible}._detailsPage_3g3kb_2 .product-image:hover #myresult{opacity:1;visibility:visible;z-index:1}._detailsPage_3g3kb_2 .product-image div#myresult{opacity:0;border:1px solid #d4d4d4;width:300px;height:300px;position:absolute;top:0;left:100%;background:#fff;z-index:-10}@media (max-width: 1024.98px){._detailsPage_3g3kb_2 .product-image div#myresult{display:none}}._detailsPage_3g3kb_2 .product-image .pen-color-img{border:1px solid transparent;background-color:#f6f7f9}._detailsPage_3g3kb_2 .product-image .pen-color-img>img{width:100%;margin:0 auto;display:block}._detailsPage_3g3kb_2 .downloadHighRes{width:25px!important;height:25px!important;line-height:25px!important;border-color:#333!important}._detailsPage_3g3kb_2 .downloadHighRes:hover{border-color:var(--main-color)!important}._detailsPage_3g3kb_2 .downloadHighRes:hover:before{color:var(--main-color)!important}._detailsPage_3g3kb_2 .downloadHighRes:before{font-size:.75rem!important;color:#333!important}._detailsPage_3g3kb_2 .sticky-nav.lSide{position:fixed;left:0;top:0}._detailsPage_3g3kb_2 .sticky-nav.lSide~.rSide{margin-left:50%}._detailsPage_3g3kb_2 .productMediaWrap{overflow-x:auto}._detailsPage_3g3kb_2 .productMediaWrap .mediaListImage{margin-right:20px;height:100%}._detailsPage_3g3kb_2 .productMediaWrap .swiper-button-prev{display:block!important;line-height:25px;border:none;transform:translate(0);cursor:pointer;top:0;background:transparent;height:auto;width:80px;left:-3px!important}@media (max-width: 1024.98px){._detailsPage_3g3kb_2 .productMediaWrap .swiper-button-prev{left:-5px!important;top:55%!important;transform:rotate(270deg);width:15px;right:0}}._detailsPage_3g3kb_2 .productMediaWrap .swiper-button-prev:after{content:"";font-family:Quake-City-Cap!important;font-size:1.125rem;left:50%;top:0;transform:rotate(0) translate(-50%);border:0;text-indent:0;color:#000}._detailsPage_3g3kb_2 .productMediaWrap .swiper-button-prev:hover{border:none!important;background-color:transparent}._detailsPage_3g3kb_2 .productMediaWrap .swiper-button-next{display:block!important;box-shadow:none;line-height:25px;border:none;transform:translate(0);cursor:pointer;bottom:0;background:transparent;height:auto;width:80px;left:-3px;top:96%}@media (max-width: 1024.98px){._detailsPage_3g3kb_2 .productMediaWrap .swiper-button-next{right:-10px;top:10px!important;transform:rotate(270deg);width:15px;left:auto}}._detailsPage_3g3kb_2 .productMediaWrap .swiper-button-next:after{content:"";font-family:Quake-City-Cap!important;font-size:1.125rem;left:50%!important;top:0;transform:rotate(0) translate(-50%)!important;border:0;text-indent:0;color:#000}._detailsPage_3g3kb_2 .productMediaWrap .swiper-button-next:hover{border:none!important;background-color:transparent!important}._detailsPage_3g3kb_2 .productMediaWrap .swiper-button-disabled:after{color:#ccc}._detailsPage_3g3kb_2 .productMediaWrap .swiper{width:100%;height:100%}._detailsPage_3g3kb_2 .detail-content{counter-reset:section}._detailsPage_3g3kb_2 .detail-content .printMethodCheck{display:flex;gap:30px}._detailsPage_3g3kb_2 .detail-content .printMethodCheck .radiobutton{display:flex;gap:5px}._detailsPage_3g3kb_2 .detail-content .printMethodCheck .radiobutton input[type=radio]{accent-color:var(--main-color)}._detailsPage_3g3kb_2 .detail-content .printMethodCheck .radiobutton label{font-size:.9375rem;font-weight:400;color:var(--txt-color)}._detailsPage_3g3kb_2 .detail-content .detail-title{display:flex;justify-content:space-between}@media (max-width: 575.98px){._detailsPage_3g3kb_2 .detail-content .detail-title{flex-direction:column}}._detailsPage_3g3kb_2 .detail-content .detail-title h1{font-size:1.625rem;color:var(--txt-color);font-weight:700;line-height:1.875rem;text-transform:uppercase;width:65%;margin:0 0 20px}@media (max-width: 575.98px){._detailsPage_3g3kb_2 .detail-content .detail-title h1{width:100%}}._detailsPage_3g3kb_2 .detail-content .iconsWrap{display:flex}@media (max-width: 767.98px){._detailsPage_3g3kb_2 .detail-content .iconsWrap{margin-bottom:15px}}._detailsPage_3g3kb_2 .detail-content .iconsWrap .iconMail{font-size:0px}._detailsPage_3g3kb_2 .detail-content .iconsWrap .iconMail i:before{content:""}._detailsPage_3g3kb_2 .detail-content .iconsWrap .iconMail p{display:none}._detailsPage_3g3kb_2 .detail-content .iconsWrap .icons .checked i{border:1px solid var(--main-color)}._detailsPage_3g3kb_2 .detail-content .iconsWrap .icons .checked i:before{color:var(--main-color)}._detailsPage_3g3kb_2 .detail-content .iconsWrap .icons i{width:38px;height:38px;border-radius:100%;border:1px solid #fff;display:inline-block;text-align:center;line-height:38px;margin-right:10px;cursor:pointer;transition:all .3s}._detailsPage_3g3kb_2 .detail-content .iconsWrap .icons i:before{font-size:1.25rem;color:var(--txt-color)}._detailsPage_3g3kb_2 .detail-content .iconsWrap .icons i:hover{border:1px solid var(--main-color)}._detailsPage_3g3kb_2 .detail-content .iconsWrap .icons i:hover:before{color:var(--main-color)}._detailsPage_3g3kb_2 .detail-content .iconsWrap .iconDownloadImg i:before{content:""}._detailsPage_3g3kb_2 .detail-content .iconsWrap .iconDownloadImg p{display:none}._detailsPage_3g3kb_2 .detail-content .iconsWrap .iconPrint i:before{content:""}._detailsPage_3g3kb_2 .detail-content .iconsWrap .iconPrint p{display:none}@media (max-width: 1024.98px){._detailsPage_3g3kb_2 .detail-content .iconsWrap .iconPrint{display:none}}._detailsPage_3g3kb_2 .detail-content .iconsWrap .iconWishlist i:before{content:""}._detailsPage_3g3kb_2 .detail-content .iconsWrap .iconWishlist span{display:none}._detailsPage_3g3kb_2 .detail-content .prodCode h5{font-size:1rem;line-height:1.5;color:var(--main-color);font-weight:400;margin-bottom:0;display:inline-block}._detailsPage_3g3kb_2 .detail-content .prodCode h5 span{display:none}._detailsPage_3g3kb_2 .detail-content .prodCode .featuredIconsWrap{display:inline-block;margin-bottom:20px}._detailsPage_3g3kb_2 .detail-content .prodCode .featuredIconsWrap img{margin-right:10px;height:auto;max-height:20px}@media only screen and (max-width: 350px){._detailsPage_3g3kb_2 .detail-content .prodCode .featuredIconsWrap{margin-top:5px;margin-left:0;display:block}}._detailsPage_3g3kb_2 .detail-content .product-description{margin-bottom:20px}._detailsPage_3g3kb_2 .detail-content .product-description .description{margin-bottom:15px;font-size:.75rem;font-weight:400;color:var(--txt-color-light)}._detailsPage_3g3kb_2 .detail-content .product-description .furtherdescription{font-size:.9375rem;line-height:22px;font-weight:400;color:var(--txt-color)}._detailsPage_3g3kb_2 .detail-content .product-description .furtherdescription.hide{max-height:65px;overflow:hidden}._detailsPage_3g3kb_2 .detail-content .product-description .proddet_rdmrebtn{border:none;background:transparent;font-size:14px;color:#0039a6;padding:0;font-weight:600;margin:10px 0 0}@media (max-width: 575.98px){._detailsPage_3g3kb_2 .detail-content .product-pricing-wrap{overflow-x:auto}}._detailsPage_3g3kb_2 .detail-content .product-pricing-wrap .tab{display:flex;margin-bottom:15px}._detailsPage_3g3kb_2 .detail-content .product-pricing-wrap .tab .tabs{margin-right:20px}._detailsPage_3g3kb_2 .detail-content .product-pricing-wrap .tab .tabs button{border:1px solid #e4e9e8!important;background:#e4e9e8;padding:12px 25px;border-radius:3px;color:#2c2b494d}._detailsPage_3g3kb_2 .detail-content .product-pricing-wrap .tab .tabs button:hover{border:1px solid var(--secondary-color)!important;background:transparent;color:#2c2b49}._detailsPage_3g3kb_2 .detail-content .product-pricing-wrap .tab .tabs button.active{background-color:var(--secondary-color);color:var(--clr-white)}._detailsPage_3g3kb_2 .detail-content .product-pricing-wrap .product-pricing tr.cTHead,._detailsPage_3g3kb_2 .detail-content .product-pricing-wrap .callForPricing{display:none}._detailsPage_3g3kb_2 .detail-content .product-pricing-wrap .product-pricing:first-child tr.cTHead{display:table-row}._detailsPage_3g3kb_2 .detail-content table.product-pricing tr.cTHead{display:table-row!important}._detailsPage_3g3kb_2 .detail-content table.product-pricing tr.cTHead th:first-child{color:var(--main-color);font-size:.9375rem;line-height:1.5;font-weight:500;width:116px!important;padding:8px}._detailsPage_3g3kb_2 .detail-content table.product-pricing tr.cTHead th{width:70px;padding-left:0;padding-right:0;font-family:Poppins;font-size:.8125rem;font-weight:700;color:var(--sec-clr-text);border-bottom:1px solid var(--border-bottom-clr)}@media (max-width: 575.98px){._detailsPage_3g3kb_2 .detail-content .test{overflow-x:auto}}._detailsPage_3g3kb_2 .detail-content .test .product-pricing tr.cTHead,._detailsPage_3g3kb_2 .detail-content .test .callForPricing{display:none}._detailsPage_3g3kb_2 .detail-content .test .product-pricing:first-child tr.cTHead,._detailsPage_3g3kb_2 .detail-content .test .callForPricing:first-child{display:table-row}._detailsPage_3g3kb_2 .detail-content .product-pricing table{display:table;width:100%;table-layout:fixed;border:none}._detailsPage_3g3kb_2 .detail-content .product-pricing tbody,._detailsPage_3g3kb_2 .detail-content .product-pricing th,._detailsPage_3g3kb_2 .detail-content .product-pricing td{border:none;font-size:.875rem;line-height:1.5;font-weight:400;color:var(--header-text);display:table-cell}._detailsPage_3g3kb_2 .detail-content .product-pricing tbody:last-child:empty,._detailsPage_3g3kb_2 .detail-content .product-pricing th:last-child:empty,._detailsPage_3g3kb_2 .detail-content .product-pricing td:last-child:empty{display:none}._detailsPage_3g3kb_2 .detail-content .product-pricing td{padding-left:0;padding-right:0;font-family:Poppins;font-size:13px;font-weight:400;color:var(--sec-clr-text);border-bottom:1px solid var(--border-bottom-clr);width:70px}._detailsPage_3g3kb_2 .detail-content .product-pricing~.product-pricing{margin-top:0}._detailsPage_3g3kb_2 .detail-content .product-pricing .table-responsive .table tr th:first-child,._detailsPage_3g3kb_2 .detail-content .product-pricing .table-responsive .table tr td:first-child{border:none;color:var(--main-color);font-family:Poppins;font-size:.9375rem;line-height:1.5;font-weight:500;width:115px;padding:8px;border-bottom:1px solid var(--border-bottom-clr)}._detailsPage_3g3kb_2 .detail-content .product-pricing .pricingTable{margin-bottom:0;overflow:hidden}._detailsPage_3g3kb_2 .detail-content .product-pricing .pricingTable .table tr:first-child [class*=quantity]{font-weight:600!important;white-space:nowrap;width:75px;letter-spacing:-.5px;padding:8px 0;min-width:75px}@media (max-width: 575.98px){._detailsPage_3g3kb_2 .detail-content .product-pricing{width:500px}}._detailsPage_3g3kb_2 .detail-content .newTableStyle{width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:10px}@media (max-width: 767.98px){._detailsPage_3g3kb_2 .detail-content .newTableStyle{gap:5px;column-gap:2%}}._detailsPage_3g3kb_2 .detail-content .newTableStyle .tablebox{flex:0 0 23%;max-width:23%;border:1px solid #D9D9D9;border-radius:5px;text-align:center;padding:10px}._detailsPage_3g3kb_2 .detail-content .newTableStyle .tablebox.active{border:1px solid var(--main-color);background-color:#f3f3f3}@media (min-width: 1440px){._detailsPage_3g3kb_2 .detail-content .newTableStyle .tablebox{flex:0 0 23.7%;max-width:23.7%}}._detailsPage_3g3kb_2 .detail-content .newTableStyle .tablebox .qty{font-size:.9375rem;display:block;width:100%;color:var(--txt-color);margin-bottom:10px}._detailsPage_3g3kb_2 .detail-content .newTableStyle .tablebox .price{font-size:.9375rem;display:block;width:100%;color:var(--txt-color-light)}._detailsPage_3g3kb_2 .detail-content .Discountcode{font-size:.875rem;color:#999;font-weight:400;margin-top:10px;display:inline-block}._detailsPage_3g3kb_2 .detail-content .minQuantity{color:var(txt-color-light);font-size:.75rem;line-height:1.5;font-weight:400;margin-top:10px;margin-bottom:20px;margin-left:15px}._detailsPage_3g3kb_2 .detail-content .inventorydata{float:right}._detailsPage_3g3kb_2 .detail-content .inventorydata .text{font-size:.75rem;font-weight:500;color:#007600}._detailsPage_3g3kb_2 .detail-content .inventorydata .icon-Info{font-size:1.375rem;position:relative;top:5px;margin-left:5px;color:var(--txt-color);cursor:pointer}._detailsPage_3g3kb_2 .detail-content .commonHeading{font-size:1.5rem;line-height:1.3;font-weight:500;margin-bottom:20px}._detailsPage_3g3kb_2 .detail-content .cmnGapDesk{margin-bottom:30px}._detailsPage_3g3kb_2 .detail-content .cmnGapDesk[data-heading="Netsuite Details"]{display:none}._detailsPage_3g3kb_2 .detail-content .prdDescriptionWrap p{font-size:.875rem;line-height:1.5;color:var(--header-text)}._detailsPage_3g3kb_2 .detail-content .add-cart-box{position:relative}._detailsPage_3g3kb_2 .detail-content .add-cart-box .indQtybox{position:relative;width:100%;margin-left:0;margin-right:0;max-width:100%;clear:both}@media (max-width: 575.98px){._detailsPage_3g3kb_2 .detail-content .add-cart-box .indQtybox{flex:0 0 33.3333333333%;max-width:33.3333333333%;margin-left:0;clear:both}}._detailsPage_3g3kb_2 .detail-content .add-cart-box .indQtybox .sizeName{padding:10px;border:1px solid var(--border-bottom-clr);margin-bottom:10px;text-align:center;font-size:.75rem;line-height:1.5;color:#777}._detailsPage_3g3kb_2 .detail-content .add-cart-box .indQtybox .sizeQtyWrap{border:1px solid #D9D9D9;background-color:#fff;border-radius:5px}._detailsPage_3g3kb_2 .detail-content .add-cart-box .indQtybox .sizeQtyWrap.qtyActive .form-control{color:var(--clr-black);background-color:#fff}._detailsPage_3g3kb_2 .detail-content .add-cart-box .indQtybox .sizeQtyWrap label{margin-bottom:0}._detailsPage_3g3kb_2 .detail-content .add-cart-box .indQtybox .sizeQtyWrap label .form-control{border:none;text-align:center;padding:0;font-size:.875rem;line-height:1.5;color:#777}._detailsPage_3g3kb_2 .detail-content .add-cart-box .indQtybox .sizeQtyWrap .form{display:flex}._detailsPage_3g3kb_2 .detail-content .add-cart-box .indQtybox .active{background-color:var(--main-color);color:var(--clr-white)}._detailsPage_3g3kb_2 .detail-content .add-cart-box .indQtybox .disable{pointer-events:none}._detailsPage_3g3kb_2 .detail-content .add-cart-box .indQtybox button{background-color:transparent;border:none;cursor:pointer;width:60px}._detailsPage_3g3kb_2 .detail-content .add-cart-box .indQtybox button.add{border-right:1px solid #D9D9D9;font-family:Quake-City-Cap!important}._detailsPage_3g3kb_2 .detail-content .add-cart-box .indQtybox button.add:before{content:""}._detailsPage_3g3kb_2 .detail-content .add-cart-box .indQtybox button.sub{border-left:1px solid #D9D9D9;font-family:Quake-City-Cap!important}._detailsPage_3g3kb_2 .detail-content .add-cart-box .indQtybox button.sub:before{content:""}._detailsPage_3g3kb_2 .detail-content .add-cart-box .indQtybox:first-child{margin-left:15px!important}._detailsPage_3g3kb_2 .detail-content .popin{border-radius:20px;display:inline-block;position:fixed;bottom:20px;left:0;right:0;margin:auto;width:240px;text-align:center;z-index:999999;transform:translateY(100px);transition:.3s ease-in-out}._detailsPage_3g3kb_2 .detail-content .popin.active{transform:translateY(0);transition:.3s ease-in-out}._detailsPage_3g3kb_2 .detail-content ul{margin-top:0}._detailsPage_3g3kb_2 .detail-content .title{width:100%}._detailsPage_3g3kb_2 .detail-content .title h2{color:var(--txt-color);font-size:1.125rem;line-height:1.5;font-weight:500;font-family:Jost,sans-serif;margin-bottom:10px}._detailsPage_3g3kb_2 .detail-content .title .tooltipbox{position:absolute;top:-115px;right:-30px;background:#fff;box-shadow:1px 2px 16px #00000040;padding:20px 10px 0;border-radius:5px}@media (max-width: 1024.98px){._detailsPage_3g3kb_2 .detail-content .title .tooltipbox{right:0}}._detailsPage_3g3kb_2 .detail-content .title .tooltipbox .ReplenishmentDate{margin-bottom:25px}._detailsPage_3g3kb_2 .detail-content .title .tooltipbox .common p{font-size:.75rem;font-weight:400;color:var(--txt-color);margin-bottom:5px}._detailsPage_3g3kb_2 .detail-content .title .tooltipbox .tail{position:absolute;bottom:-10px;left:70%;transform:translate(-70%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff}@media (max-width: 1024.98px){._detailsPage_3g3kb_2 .detail-content .title .tooltipbox .tail{left:95%}}._detailsPage_3g3kb_2 #DownloadHiResImagePopup .loadingData{width:100%}@media (max-width: 820px){._detailsPage_3g3kb_2 .lSide>.row{flex-direction:column-reverse}}@media (max-width: 1024.98px){._detailsPage_3g3kb_2 .lSide{flex:0 0 100%;max-width:100%}._detailsPage_3g3kb_2 .lSide>.row .col-md-2,._detailsPage_3g3kb_2 .lSide>.row .col-md-10{flex-basis:100%;max-width:100%}._detailsPage_3g3kb_2 .rSide{flex:0 0 100%;max-width:100%}}._detailsPage_3g3kb_2 .enLargeImage{max-width:none!important}#_cutomizeOrder_3g3kb_1{max-width:calc(100vw - 30px);overflow:hidden;height:calc(100vh - 30px);margin-top:15px;margin-bottom:0}@media (min-width: 1310px){#_cutomizeOrder_3g3kb_1{max-width:1280px}}@media (min-width: 1476px){#_cutomizeOrder_3g3kb_1{max-width:1446px}}#_cutomizeOrder_3g3kb_1 .dialog-container{background-color:#fff;height:100%}#_cutomizeOrder_3g3kb_1 .dialog-content{height:100%}#_cutomizeOrder_3g3kb_1 .dialog-body{max-height:calc(100% - 40px)}{}body.userLoggedIn [data-heading=Price]{display:block}body.userLoggedIn .asiError{display:none}body:not(.userLoggedIn) [data-heading=Price]{display:none}body.userLoggedIn #RequestQuote #emailaddress,body.userLoggedIn #RequestQuote .other-info-comment-main-div input{pointer-events:none;background:#ecf0f1!important}body.detailPageLoader .custom-animsition-loading{position:static}.hits-container{display:flex;flex-wrap:wrap;gap:15px;justify-content:flex-start}.hit-url{text-decoration:none;color:inherit;width:100%}.hit-card:hover{transform:scale(1.05)}.hit-image{width:100%;height:150px;object-fit:cover;border-radius:5px}.hit-code{display:block;font-size:.75rem;color:var(--txt-color-light);font-weight:400;line-height:14px;margin-bottom:10px;font-family:Jost,sans-serif}.hit-name{font-size:.9375rem;line-height:18px;margin-bottom:10px;text-align:left;text-overflow:ellipsis;overflow:hidden;width:100%;font-weight:500;color:var(--txt-color);font-family:Jost,sans-serif}.hit-price{float:none!important;display:flex;width:100%;order:5;padding:0!important;margin:15px 0 0!important;align-items:flex-end;gap:5px;font-size:.75rem;font-weight:400;color:#666}.price-span{color:var(--main-color);font-size:1.1875rem;font-weight:500;line-height:21px}.trending-container{top:10px;right:10px;display:inline-block;align-items:center;background-color:#008000cc;color:#fff;padding:5px 10px;border-radius:20px;gap:5px}.trending-container svg{color:#00c853;width:20px;height:20px}._NewArrival_1wbwo_2{position:relative}._NewArrival_1wbwo_2 .section_padding_bottom:before{content:"";width:calc(100% - 110px);margin:auto;background-color:#ebebeb;height:1px;position:absolute;bottom:0;right:0;left:0}._NewArrival_1wbwo_2 .title-main-wrapper .title{color:var(--main-color);font-size:1.875rem;font-weight:500;text-align:left;width:100%;text-transform:capitalize;line-height:1}@media (max-width: 1024.98px){._NewArrival_1wbwo_2 .title-main-wrapper .title{font-size:1.375rem}}._NewArrival_1wbwo_2 .title-main-wrapper a{font-size:.9375rem;color:#444;text-transform:capitalize;font-weight:500;transition:.3s;transform:scale(1);letter-spacing:0em}._NewArrival_1wbwo_2 .title-main-wrapper a:hover{color:var(--main-color);transition:.3s;transform:scale(1.1)}._NewArrival_1wbwo_2 .swiper-button-prev{height:40px!important;width:40px!important;border:none;cursor:pointer;line-height:42px}._NewArrival_1wbwo_2 .swiper-button-prev:after{content:none}._NewArrival_1wbwo_2 .swiper-button-prev:before{content:"";font-family:athena_promo_new;color:var(--main-color)}._NewArrival_1wbwo_2 .swiper-button-next{height:40px!important;width:40px!important;border:none;cursor:pointer;line-height:42px}._NewArrival_1wbwo_2 .swiper-button-next:after{content:none}._NewArrival_1wbwo_2 .swiper-button-next:before{content:"";font-family:athena_promo_new;color:var(--main-color)}._NewArrival_1wbwo_2 .swiper-button-disabled:before{color:#777}@media print{._FeaturedProduct_1wbwo_79{display:none}}._FeaturedProduct_1wbwo_79 .list-title{margin-bottom:30px}._FeaturedProduct_1wbwo_79 .list-title h3{color:var(--main-color);font-size:2rem;font-weight:400;text-align:left;width:100%;text-transform:uppercase;line-height:1;margin-bottom:0}@media (max-width: 1024.98px){._FeaturedProduct_1wbwo_79 .list-title h3{font-size:25px}}._FeaturedProduct_1wbwo_79 .list-title a{display:none}._FeaturedProduct_1wbwo_79 .swiper .swiper-wrapper .swiper-slide .product-card{margin-top:5px;border-radius:0 0 10px 10px;box-shadow:0 3px 16px #00000014;border:none}._FeaturedProduct_1wbwo_79 .swiper .swiper-wrapper .swiper-slide .product-card .card-block{background-color:#483729;height:116px;padding:10px}._FeaturedProduct_1wbwo_79 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content{display:contents}._FeaturedProduct_1wbwo_79 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content h3.product-code{font-size:12px;font-weight:400;color:#8b8b8b;order:2;line-height:5px}._FeaturedProduct_1wbwo_79 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content a.product-name{order:1}._FeaturedProduct_1wbwo_79 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content a.product-name h4{font-size:16px;font-weight:400;color:#fff}._FeaturedProduct_1wbwo_79 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content .sw-color{display:none}._FeaturedProduct_1wbwo_79 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content .product-price{order:3}._FeaturedProduct_1wbwo_79 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content .product-price .price .text{font-size:16px;font-weight:400;color:#fff}._FeaturedProduct_1wbwo_79 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content .product-price .price .price-span{font-size:24px;font-weight:400;color:#fff}._FeaturedProduct_1wbwo_79 .swiper .swiper-button-prev,._FeaturedProduct_1wbwo_79 .swiper .swiper-button-next{position:absolute;top:50%;z-index:99;border:1px solid #BCBCBC;color:var(--clr_1);border-radius:50%;font-size:18px!important;height:30px;width:30px;line-height:30px;text-align:center;box-shadow:3px 3px 6px #b7b7b7;background-color:var(--secondary-color);opacity:1}._FeaturedProduct_1wbwo_79 .swiper .swiper-button-prev{left:15!important}._FeaturedProduct_1wbwo_79 .swiper .swiper-button-prev:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M0.729256 6H12.7851' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M7.92266 0.651909L13.2707 6L7.92266 11.3481' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E%0A");transform:rotate(180deg);left:5px;position:absolute;display:inline-block}._FeaturedProduct_1wbwo_79 .swiper .swiper-button-prev:after{width:0;height:0}._FeaturedProduct_1wbwo_79 .swiper .swiper-button-next{right:15px}._FeaturedProduct_1wbwo_79 .swiper .swiper-button-next:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M0.729256 6H12.7851' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M7.92266 0.651909L13.2707 6L7.92266 11.3481' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}._FeaturedProduct_1wbwo_79 .swiper .swiper-button-next:after{width:0;height:0}._RelatedStyles_1rodx_2{background:#feffdd;padding:30px;margin:30px 0}@media print{._RelatedStyles_1rodx_2{display:none}}._RelatedStyles_1rodx_2 .tabWrap.container-fluid{padding:0!important}._RelatedStyles_1rodx_2 .tabWrap.container-fluid .tabs-titles{color:#483729;display:inline-block;padding-bottom:10px;cursor:pointer;margin:0 30px 0 1px;font-size:32px;position:relative;font-weight:400;text-transform:uppercase}@media (max-width: 1024.98px){._RelatedStyles_1rodx_2 .tabWrap.container-fluid .tabs-titles{font-size:20px}}._RelatedStyles_1rodx_2 .section_padding_top .container-fluid{padding:0!important}._RelatedStyles_1rodx_2 .card-block{padding:1.5rem!important}._penColorCrousol_1ums3_2{margin-bottom:20px}._penColorCrousol_1ums3_2 .pen-color-img.colorDiv img{width:30px;height:30px}._penColorCrousol_1ums3_2 .pen-color-img.colorImg img{width:50px;height:50px}._penColorCrousol_1ums3_2 .pen-color-img.colorDivactive{border:1px solid #333}._penColorCrousol_1ums3_2 .pen-color-img.colorDivactive img{width:30px;height:30px}._penColorCrousol_1ums3_2 .pen-color-img{border-radius:4px;padding:7px;border:1px solid #EEEEEE;cursor:pointer;position:relative}._penColorCrousol_1ums3_2 .pen-color-img img{width:54px;margin-left:auto;margin-right:auto;display:block}._penColorCrousol_1ums3_2 .pen-color-img.active{border:1px solid var(--main-color)}._penColorCrousol_1ums3_2 .pen-color-img.active:before{font-family:athena_promo_new;color:var(--main-color)}._penColorCrousol_1ums3_2 .pen-color-img:before{font-family:athena_promo_new;position:absolute;top:5px;left:5px}._penColorCrousol_1ums3_2 .pen-color-img.colorImgactive{border:1px solid var(--main-color)}._penColorCrousol_1ums3_2 .pen-color-img.colorSec1{border-radius:4px;padding:4px;border:1px solid #EEEEEE;cursor:pointer;position:relative}._penColorCrousol_1ums3_2 .pen-color-img.colorSec1 img{width:30px;height:30px}._penColorCrousol_1ums3_2 .pen-color-img.colorSec1active{border:1px solid #333}._penColorCrousol_1ums3_2 .pen-color-img.colorSec1active img{width:30px;height:30px}._penColorCrousol_1ums3_2 .crousol-box{display:flex;flex-wrap:wrap}@media (max-width: 575.98px){._penColorCrousol_1ums3_2 .crousol-box{justify-content:space-between}}._penColorCrousol_1ums3_2 .crousol-box>div{margin-right:10px;margin-bottom:10px}[tooltip]{position:relative}[tooltip]:before,[tooltip]:after{text-transform:none;font-size:.9em;line-height:1;user-select:none;pointer-events:none;position:absolute;display:none;opacity:0}[tooltip]:before{content:"";border:5px solid transparent;z-index:1001}[tooltip]:after{content:attr(tooltip);font-family:Helvetica,sans-serif;text-align:center;min-width:3em;max-width:21em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:1ch 1.5ch;border-radius:.3ch;box-shadow:0 1em 2em -.5em #00000059;background:#333;color:#fff;z-index:1000}[tooltip]:hover:before,[tooltip]:hover:after{display:block}[tooltip=""]:before,[tooltip=""]:after{display:none!important}[tooltip]:not([flow]):before,[tooltip][flow^=up]:before{bottom:100%;border-bottom-width:0;border-top-color:#333}[tooltip]:not([flow]):after,[tooltip][flow^=up]:after{bottom:calc(100% + 5px)}[tooltip]:not([flow]):before,[tooltip]:not([flow]):after,[tooltip][flow^=up]:before,[tooltip][flow^=up]:after{left:50%;transform:translate(-50%,-.5em)}[tooltip][flow^=down]:before{top:100%;border-top-width:0;border-bottom-color:#333}[tooltip][flow^=down]:after{top:calc(100% + 5px)}[tooltip][flow^=down]:before,[tooltip][flow^=down]:after{left:50%;transform:translate(-50%,.5em)}[tooltip][flow^=left]:before{top:50%;border-right-width:0;border-left-color:#333;left:calc(0em - 5px);transform:translate(-.5em,-50%)}[tooltip][flow^=left]:after{top:50%;right:calc(100% + 5px);transform:translate(-.5em,-50%)}[tooltip][flow^=right]:before{top:50%;border-left-width:0;border-right-color:#333;right:calc(0em - 5px);transform:translate(.5em,-50%)}[tooltip][flow^=right]:after{top:50%;left:calc(100% + 5px);transform:translate(.5em,-50%)}@keyframes tooltips-vert{to{opacity:.9;transform:translate(-50%)}}@keyframes tooltips-horz{to{opacity:.9;transform:translateY(-50%)}}[tooltip]:not([flow]):hover:before,[tooltip]:not([flow]):hover:after,[tooltip][flow^=up]:hover:before,[tooltip][flow^=up]:hover:after,[tooltip][flow^=down]:hover:before,[tooltip][flow^=down]:hover:after{animation:tooltips-vert .3s ease-out forwards;background-color:#feffdd;color:#000}[tooltip][flow^=left]:hover:before,[tooltip][flow^=left]:hover:after,[tooltip][flow^=right]:hover:before,[tooltip][flow^=right]:hover:after{animation:tooltips-horz .3s ease-out forwards;background-color:#feffdd;color:#000}.underline{border:1px solid #EEEEEE;margin-bottom:20px}input[type=checkbox]:checked:before{top:3px}._Hiresstyle_1jo3c_2::backdrop{background:#000000b3}._Hiresstyle_1jo3c_2._notification_1jo3c_5{max-width:250px}._Hiresstyle_1jo3c_2._notification_1jo3c_5 ._dialog-header_1jo3c_8,._Hiresstyle_1jo3c_2._notification_1jo3c_5 ._dialog-footer_1jo3c_9,._Hiresstyle_1jo3c_2._noFooter_1jo3c_12 ._dialog-footer_1jo3c_9{display:none}._Hiresstyle_1jo3c_2[data-pos="3"]{margin:10px 10px auto auto}._Hiresstyle_1jo3c_2._fluid-model_1jo3c_18{width:95%}._Hiresstyle_1jo3c_2{max-width:500px;padding:0;border:0;box-shadow:0 0 20px #0003;overflow:unset!important;position:fixed;inset:0;z-index:1050;width:95%}._Hiresstyle_1jo3c_2 .dialog-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:var(--main-color);position:relative}._Hiresstyle_1jo3c_2 .dialog-header .dialog-title{margin:0;color:#fff;font-size:16px;font-weight:700;width:100%;text-align:left;text-transform:capitalize}._Hiresstyle_1jo3c_2 .dialog-header button.close{color:var(--clr-white)!important;text-shadow:none;opacity:1!important;font-weight:500!important;display:flex;align-items:center;height:16px;width:16px;justify-content:center;font-size:28px!important;background-color:transparent}._Hiresstyle_1jo3c_2 .dialog-header button.close .icon-close{font-size:14px;font-weight:600}._Hiresstyle_1jo3c_2 .dialog-header button.close .icon-close:before{color:#fff;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='15' height='20' viewBox='0 0 22 28'%3E%3Cpath d='M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E")}._Hiresstyle_1jo3c_2 .dialog-header button.close:focus,._Hiresstyle_1jo3c_2 .dialog-header button.close.active{box-shadow:none;outline:none}._Hiresstyle_1jo3c_2 .dialog-footer{padding:10px;display:flex;justify-content:flex-end;column-gap:10px}._Hiresstyle_1jo3c_2 .dialog-footer button{font-size:15px;font-weight:600;text-transform:uppercase;text-align:center;line-height:var(--font-body-lineheight);border:none;background-color:var(--main-color);color:var(--clr-white);transition:.5s cubic-bezier(.25,.46,.45,.94);display:flex;justify-content:center;align-items:center;border-radius:20px;width:fit-content;padding:5px 20px;cursor:pointer}._Hiresstyle_1jo3c_2 .dialog-footer button.active,._Hiresstyle_1jo3c_2 .dialog-footer button:focus,._Hiresstyle_1jo3c_2 .dialog-footer button:active,._Hiresstyle_1jo3c_2 .dialog-footer button:hover{box-shadow:none!important;outline:none;border:none!important}._Hiresstyle_1jo3c_2 .dialog-footer button:hover{background-color:#b7be11!important}._Hiresstyle_1jo3c_2 .dialog-footer button:disabled{opacity:.6;pointer-events:none}._Hiresstyle_1jo3c_2 .dialog-footer button:last-child{display:none}._Hiresstyle_1jo3c_2 .dialog-body{padding:15px;overflow-y:auto!important;overflow-x:hidden;max-height:80vh;height:auto;font-size:13px;scrollbar-width:thin;text-align:left}._Hiresstyle_1jo3c_2 .dialog-body::-webkit-scrollbar{width:5px}._Hiresstyle_1jo3c_2 .dialog-body::-webkit-scrollbar-track{background:#f1f1f1}._Hiresstyle_1jo3c_2 .dialog-body::-webkit-scrollbar-thumb{background:#c8c8c8}._Hiresstyle_1jo3c_2 .dialog-body::-webkit-scrollbar-thumb:hover{background:#555}._Hiresstyle_1jo3c_2 .dialog-body .input-group{display:flex;align-items:center}._Hiresstyle_1jo3c_2 .dialog-body .input-group .label{margin-bottom:0!important;flex:0 0 200px;max-width:200px}._Hiresstyle_1jo3c_2 .dialog-body .input-group .fieldWrapper{flex:1 1 auto}._Hiresstyle_1jo3c_2 .dialog-body .input-group .review-ratings{display:flex;column-gap:5px}._Hiresstyle_1jo3c_2 .dialog-body .input-group .review-ratings span{font-size:calc(var(--font-body-size) + 2px);cursor:pointer}._Hiresstyle_1jo3c_2 .dialog-body .input-login-action{display:flex;column-gap:10px;justify-content:flex-end}._Hiresstyle_1jo3c_2 .dialog-body .input-login-action button{width:fit-content;padding:5px 20px}._Hiresstyle_1jo3c_2 .dialog-body .input-login-action button.btn_login_guestUserPopup{padding:10px 0}._Hiresstyle_1jo3c_2 .dialog-body .userDetails .detail{display:flex}._Hiresstyle_1jo3c_2 .dialog-body .userDetails .detail .detailHeading{flex:0 0 150px;font-weight:var(--font-weight-bold)}._Hiresstyle_1jo3c_2 .dialog-body .userDetails .detail .detailValue{flex:1 1 auto}._Hiresstyle_1jo3c_2 .dialog-body .completePamentBtnWrapper{display:flex;column-gap:10px;justify-content:flex-end}._Hiresstyle_1jo3c_2 .dialog-body .completePamentBtnWrapper .cancelOrder{text-decoration:none;color:var(--txt-color);font-weight:var(--font-weight-bold);font-size:calc(var(--font-body-size) + 2px)}._Hiresstyle_1jo3c_2 .dialog-body .completePamentBtnWrapper .completeOrder{font-size:15px;font-weight:600;text-transform:uppercase;text-align:center;line-height:var(--font-body-lineheight);border:none;background-color:var(--main-color);color:var(--clr-white);transition:.5s cubic-bezier(.25,.46,.45,.94);display:flex;justify-content:center;align-items:center;width:fit-content;padding:5px 10px}._Hiresstyle_1jo3c_2 .dialog-body .completePamentBtnWrapper .completeOrder.active,._Hiresstyle_1jo3c_2 .dialog-body .completePamentBtnWrapper .completeOrder:focus,._Hiresstyle_1jo3c_2 .dialog-body .completePamentBtnWrapper .completeOrder:active,._Hiresstyle_1jo3c_2 .dialog-body .completePamentBtnWrapper .completeOrder:hover{box-shadow:none!important;outline:none;border:none!important}._Hiresstyle_1jo3c_2 .dialog-body .completePamentBtnWrapper .completeOrder:hover{background-color:#b7be11!important}._Hiresstyle_1jo3c_2 .dialog-body .completePamentBtnWrapper .completeOrder:disabled{opacity:.6;pointer-events:none}._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Product_IndustryName,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Product_EventTheme,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Product_MaterialsName,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Carton_Height,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Carton_Length,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Carton_Weight,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Carton_Width,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Lead_Time,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Material,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Quantity,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Sizes,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Option_Charges,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Imprint,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Carton_Weight\(Lbs\){display:none}@media print{._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Product_IndustryName,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Product_EventTheme,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Product_MaterialsName,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Carton_Height,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Carton_Length,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Carton_Weight,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Carton_Width,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Lead_Time,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Material,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Quantity,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Sizes,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Option_Charges,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Imprint,._Hiresstyle_1jo3c_2 .dialog-body tr.tr_Carton_Weight\(Lbs\){display:none}}._RequestQuotePopupwrap_mgn8c_2{margin-bottom:20px;cursor:default}._RequestQuotePopupwrap_mgn8c_2 #RequestQuote{max-width:900px!important}._RequestQuotePopupwrap_mgn8c_2 #RequestQuote .mandatInfo{color:#000;font-weight:400}._RequestQuotePopupwrap_mgn8c_2 #RequestQuote .mandatInfo .redMandat{color:red}._RequestQuotePopupwrap_mgn8c_2 #RequestQuote p{font-size:16px}._RequestQuotePopupwrap_mgn8c_2 #RequestQuote .col-50{width:50%;padding:0 15px}@media (max-width: 1024.98px){._RequestQuotePopupwrap_mgn8c_2 #RequestQuote .col-50{width:100%}}._RequestQuotePopupwrap_mgn8c_2 #RequestQuote .form-group.required label:before{content:"*";color:red}._RequestQuotePopupwrap_mgn8c_2 #RequestQuote .form-control{background-color:#ecf0f1;border-radius:0%;border:none;padding:.375rem .75rem}._RequestQuotePopupwrap_mgn8c_2 #RequestQuote label{font-size:var(--font-body-size);font-weight:var(--font-weight-medium);color:var(--txt-color);line-height:var(--font-body-lineheight);letter-spacing:.32px;margin:0 0 8px;padding:0;text-transform:capitalize;width:100%}._RequestQuotePopupwrap_mgn8c_2 #RequestQuote .btn-wrap{display:flex;justify-content:center;gap:10px;margin-top:15px;margin-bottom:30px}@media (max-width: 575.98px){._RequestQuotePopupwrap_mgn8c_2 #RequestQuote .btn-wrap{flex-wrap:wrap;gap:15px}}._RequestQuotePopupwrap_mgn8c_2 #RequestQuote .btn-wrap button.btn{margin:0}@media (max-width: 767.98px){._RequestQuotePopupwrap_mgn8c_2 #RequestQuote .btn-wrap button.btn{font-size:14px!important;font-weight:500!important;display:inline-block!important;width:30%!important}}@media (max-width: 575.98px){._RequestQuotePopupwrap_mgn8c_2 #RequestQuote .btn-wrap button.btn{display:block!important;width:100%!important}}._RequestQuotePopupwrap_mgn8c_2 #RequestQuote .modal-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:var(--main-color);position:relative;color:#fff;border-radius:0}._RequestQuotePopupwrap_mgn8c_2 #RequestQuote .modal-header h5{margin-bottom:0}._RequestQuotePopupwrap_mgn8c_2 #RequestQuote .modal-header .close{position:relative}._RequestQuotePopupwrap_mgn8c_2 #RequestQuote .modal-header .close .icon-close{padding:0;right:35px;position:absolute;top:0}._RequestQuotePopupwrap_mgn8c_2 #RequestQuote .modal-header .close .icon-close:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='15' height='20' viewBox='0 0 22 28'%3E%3Cpath d='M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");position:absolute}._RequestQuotePopupwrap_mgn8c_2 #RequestQuote .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);outline:0;border-radius:0}._OrderSamplePopupwrap_y3eif_2{margin-bottom:20px;cursor:default}._OrderSamplePopupwrap_y3eif_2 #RequestQuote{max-width:900px!important}._OrderSamplePopupwrap_y3eif_2 #RequestQuote .mandatInfo{color:#000;font-weight:400}._OrderSamplePopupwrap_y3eif_2 #RequestQuote .mandatInfo .redMandat{color:red}._OrderSamplePopupwrap_y3eif_2 #RequestQuote p{font-size:16px}._OrderSamplePopupwrap_y3eif_2 #RequestQuote .col-50{width:50%;padding:0 15px}@media (max-width: 1024.98px){._OrderSamplePopupwrap_y3eif_2 #RequestQuote .col-50{width:100%}}._OrderSamplePopupwrap_y3eif_2 #RequestQuote .form-group.required label:before{content:"*";color:red}._OrderSamplePopupwrap_y3eif_2 #RequestQuote .form-control{background-color:#ecf0f1;border-radius:0%;border:none;padding:.375rem .75rem}._OrderSamplePopupwrap_y3eif_2 #RequestQuote label{font-size:var(--font-body-size);font-weight:var(--font-weight-medium);color:var(--txt-color);line-height:var(--font-body-lineheight);letter-spacing:.32px;margin:0 0 8px;padding:0;text-transform:capitalize;width:100%}._OrderSamplePopupwrap_y3eif_2 #RequestQuote .btn-wrap{display:flex;justify-content:center;gap:10px;margin-top:15px;margin-bottom:30px}@media (max-width: 575.98px){._OrderSamplePopupwrap_y3eif_2 #RequestQuote .btn-wrap{flex-wrap:wrap;gap:15px}}._OrderSamplePopupwrap_y3eif_2 #RequestQuote .btn-wrap button.btn{margin:0}@media (max-width: 767.98px){._OrderSamplePopupwrap_y3eif_2 #RequestQuote .btn-wrap button.btn{font-size:14px!important;font-weight:500!important;display:inline-block!important;width:30%!important}}@media (max-width: 575.98px){._OrderSamplePopupwrap_y3eif_2 #RequestQuote .btn-wrap button.btn{display:block!important;width:100%!important}}._OrderSamplePopupwrap_y3eif_2 #RequestQuote .modal-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:var(--main-color);position:relative;color:#fff;border-radius:0}._OrderSamplePopupwrap_y3eif_2 #RequestQuote .modal-header h5{margin-bottom:0}._OrderSamplePopupwrap_y3eif_2 #RequestQuote .modal-header .close{position:relative}._OrderSamplePopupwrap_y3eif_2 #RequestQuote .modal-header .close .icon-close{padding:0;right:35px;position:absolute;top:0}._OrderSamplePopupwrap_y3eif_2 #RequestQuote .modal-header .close .icon-close:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='15' height='20' viewBox='0 0 22 28'%3E%3Cpath d='M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");position:absolute}._OrderSamplePopupwrap_y3eif_2 #RequestQuote .modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);outline:0;border-radius:0}._Freightstyle_13k71_2::backdrop{background:#000000b3}._Freightstyle_13k71_2._notification_13k71_5{max-width:250px}._Freightstyle_13k71_2._notification_13k71_5 ._dialog-header_13k71_8,._Freightstyle_13k71_2._notification_13k71_5 ._dialog-footer_13k71_9,._Freightstyle_13k71_2._noFooter_13k71_12 ._dialog-footer_13k71_9{display:none}._Freightstyle_13k71_2[data-pos="3"]{margin:10px 10px auto auto}._Freightstyle_13k71_2._fluid-model_13k71_18{width:95%}._Freightstyle_13k71_2{max-width:500px;padding:0;border:0;box-shadow:0 0 20px #0003;overflow:unset!important;position:fixed;inset:0;z-index:1050;width:95%}._Freightstyle_13k71_2 .dialog-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:var(--main-color);position:relative}._Freightstyle_13k71_2 .dialog-header .dialog-title{margin:0;color:#fff;font-size:16px;font-weight:700;width:100%;text-align:left;text-transform:capitalize}._Freightstyle_13k71_2 .dialog-header button.close{color:var(--clr-white)!important;text-shadow:none;opacity:1!important;font-weight:500!important;display:flex;align-items:center;height:16px;width:16px;justify-content:center;font-size:28px!important;background-color:transparent}._Freightstyle_13k71_2 .dialog-header button.close .icon-close{font-size:14px;font-weight:600}._Freightstyle_13k71_2 .dialog-header button.close .icon-close:before{color:#fff;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='15' height='20' viewBox='0 0 22 28'%3E%3Cpath d='M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E")}._Freightstyle_13k71_2 .dialog-header button.close:focus,._Freightstyle_13k71_2 .dialog-header button.close.active{box-shadow:none;outline:none}._Freightstyle_13k71_2 .dialog-footer{padding:10px;display:flex;justify-content:flex-end;column-gap:10px}._Freightstyle_13k71_2 .dialog-footer button{font-size:15px;font-weight:600;text-transform:uppercase;text-align:center;line-height:var(--font-body-lineheight);border:none;background-color:var(--main-color);color:var(--clr-white);transition:.5s cubic-bezier(.25,.46,.45,.94);display:flex;justify-content:center;align-items:center;border-radius:20px;width:fit-content;padding:5px 20px;cursor:pointer}._Freightstyle_13k71_2 .dialog-footer button.active,._Freightstyle_13k71_2 .dialog-footer button:focus,._Freightstyle_13k71_2 .dialog-footer button:active,._Freightstyle_13k71_2 .dialog-footer button:hover{box-shadow:none!important;outline:none;border:none!important}._Freightstyle_13k71_2 .dialog-footer button:hover{background-color:#b7be11!important}._Freightstyle_13k71_2 .dialog-footer button:disabled{opacity:.6;pointer-events:none}._Freightstyle_13k71_2 .dialog-footer button:last-child{display:none}._Freightstyle_13k71_2 .dialog-body{padding:15px;overflow-y:auto!important;overflow-x:hidden;max-height:80vh;height:auto;font-size:13px;scrollbar-width:thin;text-align:left}._Freightstyle_13k71_2 .dialog-body::-webkit-scrollbar{width:5px}._Freightstyle_13k71_2 .dialog-body::-webkit-scrollbar-track{background:#f1f1f1}._Freightstyle_13k71_2 .dialog-body::-webkit-scrollbar-thumb{background:#c8c8c8}._Freightstyle_13k71_2 .dialog-body::-webkit-scrollbar-thumb:hover{background:#555}._Freightstyle_13k71_2 .dialog-body .redMandat{color:red}._Freightstyle_13k71_2 .dialog-body .frieghtFormWrapper.checkboxContent .checkboxLabels{display:inline-flex;align-items:center;white-space:nowrap;font-size:.875rem;line-height:1}._Freightstyle_13k71_2 .dialog-body .frieghtFormWrapper.checkboxContent input[type=checkbox]{box-sizing:border-box;padding:0;width:20px;height:20px;border-radius:5px;border:1px solid var(--color-border)}._Freightstyle_13k71_2 .dialog-body .p-3{padding-bottom:0!important}._Freightstyle_13k71_2 .dialog-body #EstimatorData{padding-left:15px;padding-right:15px;padding-top:15px}._Freightstyle_13k71_2 .dialog-body #EstimatorData .freight_desp{color:#444;font-size:.8125rem}._Freightstyle_13k71_2 .dialog-body .form-control{background-color:#ecf0f1;border-radius:0%;border:none;padding:.375rem .75rem}._Freightstyle_13k71_2 .dialog-body .form-control:hover,._Freightstyle_13k71_2 .dialog-body .form-control:focus{background-color:#ecf0f1;border-radius:0%;border:none;padding:.375rem .75rem}@media (max-width: 767.98px){._Freightstyle_13k71_2 .dialog-body .upsrates{margin-top:10px}}._Freightstyle_13k71_2 .dialog-body .input-group{display:flex;align-items:center}._Freightstyle_13k71_2 .dialog-body .input-group .label{margin-bottom:0!important;flex:0 0 200px;max-width:200px}._Freightstyle_13k71_2 .dialog-body .input-group .fieldWrapper{flex:1 1 auto}._Freightstyle_13k71_2 .dialog-body .input-group .review-ratings{display:flex;column-gap:5px}._Freightstyle_13k71_2 .dialog-body .input-group .review-ratings span{font-size:calc(var(--font-body-size) + 2px);cursor:pointer}._Freightstyle_13k71_2 .dialog-body .input-login-action{display:flex;column-gap:10px;justify-content:flex-end}._Freightstyle_13k71_2 .dialog-body .input-login-action button{width:fit-content;padding:5px 20px}._Freightstyle_13k71_2 .dialog-body .input-login-action button.btn_login_guestUserPopup{padding:10px 0}._Freightstyle_13k71_2 .dialog-body .userDetails .detail{display:flex}._Freightstyle_13k71_2 .dialog-body .userDetails .detail .detailHeading{flex:0 0 150px;font-weight:var(--font-weight-bold)}._Freightstyle_13k71_2 .dialog-body .userDetails .detail .detailValue{flex:1 1 auto}._Freightstyle_13k71_2 .dialog-body .completePamentBtnWrapper{display:flex;column-gap:10px;justify-content:flex-end}._Freightstyle_13k71_2 .dialog-body .completePamentBtnWrapper .cancelOrder{text-decoration:none;color:var(--txt-color);font-weight:var(--font-weight-bold);font-size:calc(var(--font-body-size) + 2px)}._Freightstyle_13k71_2 .dialog-body .completePamentBtnWrapper .completeOrder{font-size:15px;font-weight:600;text-transform:uppercase;text-align:center;line-height:var(--font-body-lineheight);border:none;background-color:var(--main-color);color:var(--clr-white);transition:.5s cubic-bezier(.25,.46,.45,.94);display:flex;justify-content:center;align-items:center;width:fit-content;padding:5px 10px}._Freightstyle_13k71_2 .dialog-body .completePamentBtnWrapper .completeOrder.active,._Freightstyle_13k71_2 .dialog-body .completePamentBtnWrapper .completeOrder:focus,._Freightstyle_13k71_2 .dialog-body .completePamentBtnWrapper .completeOrder:active,._Freightstyle_13k71_2 .dialog-body .completePamentBtnWrapper .completeOrder:hover{box-shadow:none!important;outline:none;border:none!important}._Freightstyle_13k71_2 .dialog-body .completePamentBtnWrapper .completeOrder:hover{background-color:#b7be11!important}._Freightstyle_13k71_2 .dialog-body .completePamentBtnWrapper .completeOrder:disabled{opacity:.6;pointer-events:none}._Freightstyle_13k71_2 .dialog-body tr.tr_Product_IndustryName,._Freightstyle_13k71_2 .dialog-body tr.tr_Product_EventTheme,._Freightstyle_13k71_2 .dialog-body tr.tr_Product_MaterialsName,._Freightstyle_13k71_2 .dialog-body tr.tr_Carton_Height,._Freightstyle_13k71_2 .dialog-body tr.tr_Carton_Length,._Freightstyle_13k71_2 .dialog-body tr.tr_Carton_Weight,._Freightstyle_13k71_2 .dialog-body tr.tr_Carton_Width,._Freightstyle_13k71_2 .dialog-body tr.tr_Lead_Time,._Freightstyle_13k71_2 .dialog-body tr.tr_Material,._Freightstyle_13k71_2 .dialog-body tr.tr_Quantity,._Freightstyle_13k71_2 .dialog-body tr.tr_Sizes,._Freightstyle_13k71_2 .dialog-body tr.tr_Option_Charges,._Freightstyle_13k71_2 .dialog-body tr.tr_Imprint,._Freightstyle_13k71_2 .dialog-body tr.tr_Carton_Weight\(Lbs\){display:none}@media print{._Freightstyle_13k71_2 .dialog-body tr.tr_Product_IndustryName,._Freightstyle_13k71_2 .dialog-body tr.tr_Product_EventTheme,._Freightstyle_13k71_2 .dialog-body tr.tr_Product_MaterialsName,._Freightstyle_13k71_2 .dialog-body tr.tr_Carton_Height,._Freightstyle_13k71_2 .dialog-body tr.tr_Carton_Length,._Freightstyle_13k71_2 .dialog-body tr.tr_Carton_Weight,._Freightstyle_13k71_2 .dialog-body tr.tr_Carton_Width,._Freightstyle_13k71_2 .dialog-body tr.tr_Lead_Time,._Freightstyle_13k71_2 .dialog-body tr.tr_Material,._Freightstyle_13k71_2 .dialog-body tr.tr_Quantity,._Freightstyle_13k71_2 .dialog-body tr.tr_Sizes,._Freightstyle_13k71_2 .dialog-body tr.tr_Option_Charges,._Freightstyle_13k71_2 .dialog-body tr.tr_Imprint,._Freightstyle_13k71_2 .dialog-body tr.tr_Carton_Weight\(Lbs\){display:none}}#_detailsPage_vqcfq_1 .secTable tbody tr.cTHead1:first-child{display:table-row;white-space:nowrap}#_detailsPage_vqcfq_1 .secTable tbody tr.cTHead1:first-child td:first-child{width:145px!important;min-width:145px!important}#_detailsPage_vqcfq_1 .secTable tbody tr.cTHead1:first-child th.Price.secPrice{white-space:nowrap;width:75px;letter-spacing:-.5px;padding:8px 0;min-width:75px;text-align:left}#_detailsPage_vqcfq_1 .secTable tbody tr.cTHead1:first-child th.Price.secPrice span.dispPrice{margin-right:35px}#_detailsPage_vqcfq_1 .underline{border:none}#_detailsPage_vqcfq_1 .product-image{position:relative;display:block;width:100%;background-color:#f6f7f9;text-align:center;margin:0}#_detailsPage_vqcfq_1 .product-image .img-zoom-lens{position:absolute;border:3px solid #D4D4D4;width:100px;height:100px;opacity:0;visibility:hidden;transition:.2s}@media (max-width: 1024.98px){#_detailsPage_vqcfq_1 .product-image .img-zoom-lens{display:none}}#_detailsPage_vqcfq_1 .product-image:hover .img-zoom-lens{opacity:1;visibility:visible}#_detailsPage_vqcfq_1 .product-image:hover #myresult{opacity:1;visibility:visible;z-index:1}#_detailsPage_vqcfq_1 .product-image div#myresult{opacity:0;border:1px solid #D4D4D4;width:300px;height:300px;position:absolute;top:0;left:100%;background:#fff;z-index:-10}@media (max-width: 1024.98px){#_detailsPage_vqcfq_1 .product-image div#myresult{display:none}}#_detailsPage_vqcfq_1 .product-image .pen-color-img{border:1px solid #EEEEEE;background-color:#f6f7f9;border-radius:8px}#_detailsPage_vqcfq_1 .product-image .pen-color-img>img{width:100%;margin:0 auto;display:block;border-radius:8px}#_detailsPage_vqcfq_1 .product-image .pen-color-img .LargImage img{border-radius:8px}@media screen and (min-width: 1025px){#_detailsPage_vqcfq_1 .product-image .pen-color-img .LargImage img{min-height:512px}}#_detailsPage_vqcfq_1 .downloadHighRes{width:25px!important;height:25px!important;line-height:25px!important;border-color:#333!important}#_detailsPage_vqcfq_1 .downloadHighRes:hover{border-color:var(--main-color)!important}#_detailsPage_vqcfq_1 .downloadHighRes:hover:before{color:var(--main-color)!important}#_detailsPage_vqcfq_1 .downloadHighRes:before{font-size:.75rem!important;color:#333!important}#_detailsPage_vqcfq_1 .sticky-nav.lSide{position:fixed;left:0;top:0}#_detailsPage_vqcfq_1 .sticky-nav.lSide~.rSide{margin-left:50%}#_detailsPage_vqcfq_1 .mediaimage-section{display:flex}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap{flex:0 0 16.666667%;max-width:16.666667%}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper{width:100%;height:100%;overflow-y:scroll}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper::-webkit-scrollbar{width:6px;background-color:#f5f5f5}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#555}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper .swiper-wrapper{display:grid}@media (max-width: 1024.98px){#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper .swiper-wrapper .swiper-slide:after{display:none}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper .swiper-wrapper .swiper-slide:before{display:none}}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper .swiper-wrapper .swiper-slide .clickWrapper{display:flex!important;align-items:center;cursor:pointer;margin-bottom:10px}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper .swiper-wrapper .swiper-slide .clickWrapper img{width:100%;opacity:1;visibility:visible;min-width:35px;border:none!important;padding:5px;height:75px;border-radius:4px}@media (max-width: 1024.98px){#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper .swiper-wrapper .swiper-slide .clickWrapper img{height:auto;min-width:55px}}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper .swiper-button-prev,#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper .swiper-button-next{top:93%!important;display:none}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .mediaListImage{border:1px solid #c6c6c6;margin-right:20px;height:100%}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .mediaListImage.active{border:1px solid var(--main-color)}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper-button-prev{width:25px;height:25px;line-height:25px;border:none;transform:translate(0);cursor:pointer;border-radius:50%;box-shadow:3px 3px 6px #b7b7b7;background-color:var(--secondary-color);opacity:1;left:5px!important;position:absolute;display:inline-block;top:-20px}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper-button-prev:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M0.729256 6H12.7851' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M7.92266 0.651909L13.2707 6L7.92266 11.3481' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E%0A");transform:rotate(180deg);left:5px;position:absolute;display:inline-block}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper-button-prev:hover{border:none!important}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper-button-next{width:25px;height:25px;line-height:25px;border:none;transform:translate(0);box-shadow:3px 3px 6px #b7b7b7;background-color:var(--secondary-color);opacity:1;right:25px;position:absolute;display:inline-block;top:100%;cursor:pointer}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper-button-next:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M0.729256 6H12.7851' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M7.92266 0.651909L13.2707 6L7.92266 11.3481' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E%0A");transform:rotate(0)}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper-button-next:hover{border:none!important}#_detailsPage_vqcfq_1 .mediaimage-section .productMediaWrap .swiper-button-disabled:after{color:#ccc}#_detailsPage_vqcfq_1 .action-icon-right{display:flex;border-top:1px solid #EEEEEE;margin-bottom:20px;border-bottom:1px solid #EEEEEE;padding-top:30px;padding-bottom:30px}@media print{#_detailsPage_vqcfq_1 .action-icon-right{display:none}}#_detailsPage_vqcfq_1 .action-icon-right .compare-presentation.icons-img{margin-right:20px;border-radius:30px;padding:8px 20px;border:1px solid #444444;cursor:pointer}#_detailsPage_vqcfq_1 .action-icon-right .compare-presentation.icons-img:hover{background-color:var(--secondary-color);color:#fff;border-color:var(--secondary-color)}#_detailsPage_vqcfq_1 .action-icon-right .compare-presentation.icons-img .requestQuoteMainDIv .icons-img{display:none}#_detailsPage_vqcfq_1 .action-icon-right .compare-presentation.icons-img .requestQuoteMainDIv span{line-height:30px;color:#212529;font-weight:500}@media (max-width: 1024.98px){#_detailsPage_vqcfq_1 .action-icon-right .compare-presentation.icons-img .requestQuoteMainDIv span{line-height:0}}#_detailsPage_vqcfq_1 .action-icon-right .compare-presentation.icons-img .icon .icons-img{display:none}#_detailsPage_vqcfq_1 .action-icon-right .compare-presentation.icons-img .icon p{line-height:30px;margin-bottom:0;color:#212529;font-weight:500}@media (max-width: 1024.98px){#_detailsPage_vqcfq_1 .action-icon-right .compare-presentation.icons-img .icon p{line-height:16px}}#_detailsPage_vqcfq_1 .action-icon-right .compare-presentation.icons-img i.icon-wishlist:before{content:"";font-size:3.125rem;font-weight:600}#_detailsPage_vqcfq_1 .iconsWrap{display:flex;margin-top:30px}#_detailsPage_vqcfq_1 .iconsWrap .icons{flex:1;max-width:33.33%;font-weight:500;cursor:pointer}#_detailsPage_vqcfq_1 .iconsWrap .icons i{font-size:50px}#_detailsPage_vqcfq_1 .iconsWrap .icons .icon span{display:none}#_detailsPage_vqcfq_1 .iconsWrap .icons:hover{color:#b7be11}@media (max-width: 1024.98px){#_detailsPage_vqcfq_1 .iconsWrap .iconDownloadImg{width:45%!important}}#_detailsPage_vqcfq_1 .iconsWrap span{font-size:16px;padding-top:0;width:55%;margin:auto;line-height:20px}@media (max-width: 1024.98px){#_detailsPage_vqcfq_1 .iconsWrap span{width:100%}}#_detailsPage_vqcfq_1 .iconsWrap .action-icon.standalone.requestQuote{display:none}#_detailsPage_vqcfq_1 .actionsWrap{display:flex;flex-wrap:wrap;margin-top:20px;cursor:pointer}#_detailsPage_vqcfq_1 .actionsWrap .action-icon{margin-bottom:20px;display:flex;flex:0 0 33.3333333333%;justify-content:center;align-items:center;transition:all .3s}#_detailsPage_vqcfq_1 .actionsWrap .action-icon .icon,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .iconDownloadImg,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .wishlistIcon{padding:15px 0;border-radius:50px;font-size:1rem;line-height:1.5;font-weight:500;display:grid;align-items:center;text-align:center;outline:none}#_detailsPage_vqcfq_1 .actionsWrap .action-icon .icon:hover,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .iconDownloadImg:hover,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .wishlistIcon:hover{color:#b7be11}#_detailsPage_vqcfq_1 .actionsWrap .action-icon .icon i:before,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .iconDownloadImg i:before,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .wishlistIcon i:before{font-size:3.125rem}#_detailsPage_vqcfq_1 .actionsWrap .action-icon .icon i:before:hover,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .iconDownloadImg i:before:hover,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .wishlistIcon i:before:hover{color:#b7be11}#_detailsPage_vqcfq_1 .actionsWrap .action-icon .icon i.icon-wishlist:before,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .iconDownloadImg i.icon-wishlist:before,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .wishlistIcon i.icon-wishlist:before{content:"";font-size:3.125rem;font-weight:600}#_detailsPage_vqcfq_1 .actionsWrap .action-icon .icon i.icon-wishlist:before:hover,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .iconDownloadImg i.icon-wishlist:before:hover,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .wishlistIcon i.icon-wishlist:before:hover{color:#b7be11}#_detailsPage_vqcfq_1 .actionsWrap .action-icon .icon i.icon-wishlist:hover,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .iconDownloadImg i.icon-wishlist:hover,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .wishlistIcon i.icon-wishlist:hover{color:#b7be11}#_detailsPage_vqcfq_1 .actionsWrap .action-icon .icon.checked,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .iconDownloadImg.checked,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .wishlistIcon.checked,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .icon.checked i,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .iconDownloadImg.checked i,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .wishlistIcon.checked i{color:var(--clr_2)}#_detailsPage_vqcfq_1 .actionsWrap .action-icon .icon.checked i:before,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .iconDownloadImg.checked i:before,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .wishlistIcon.checked i:before{color:var(--clr_2)!important}#_detailsPage_vqcfq_1 .actionsWrap .action-icon .icon.checked i:before:hover,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .iconDownloadImg.checked i:before:hover,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .wishlistIcon.checked i:before:hover{color:#b7be11}#_detailsPage_vqcfq_1 .actionsWrap .action-icon .icon.checked .icons-img .icon-Heart,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .iconDownloadImg.checked .icons-img .icon-Heart,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .wishlistIcon.checked .icons-img .icon-Heart{color:var(--clr_2)}#_detailsPage_vqcfq_1 .actionsWrap .action-icon .icon.checked .icons-img:hover,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .iconDownloadImg.checked .icons-img:hover,#_detailsPage_vqcfq_1 .actionsWrap .action-icon .wishlistIcon.checked .icons-img:hover{color:#b7be11}#_detailsPage_vqcfq_1 .actionsWrap .action-icon:hover{color:red;color:#b7be11}#_detailsPage_vqcfq_1 .actionsWrap .action-icon:hover .wishlistIcon:hover,#_detailsPage_vqcfq_1 .actionsWrap .action-icon:hover .icon,#_detailsPage_vqcfq_1 .actionsWrap .action-icon:hover .iconDownloadImg,#_detailsPage_vqcfq_1 .actionsWrap .action-icon:hover i,#_detailsPage_vqcfq_1 .actionsWrap .action-icon:hover .wishlistIcon{color:#b7be11}#_detailsPage_vqcfq_1 .actionsWrap .action-icon.active{border:1px solid var(--main-color);color:var(--main-color)}#_detailsPage_vqcfq_1 .actionsWrap .action-icon.active .wishlistIcon.checked{color:#b7be11}#_detailsPage_vqcfq_1 .actionsWrap .action-icon.active .wishlistIcon.checked .showOnDetailsPage,#_detailsPage_vqcfq_1 .actionsWrap .action-icon.active .wishlistIcon.checked i,#_detailsPage_vqcfq_1 .actionsWrap .action-icon.active .wishlistIcon.checked i:before{color:var(--main-color)}#_detailsPage_vqcfq_1 .actionsWrap .action-icon.active .wishlistIcon.checked span.text{color:#b7be11}#_detailsPage_vqcfq_1 .actionsWrap .action-icon.addToWishlist:hover p,#_detailsPage_vqcfq_1 .actionsWrap .action-icon.addToWishlist:hover .icon-wishlist:before{color:var(--main-color)}#_detailsPage_vqcfq_1 .actionsWrap .action-icon.addToWishlist .compare-presentation{display:flex;align-items:center}#_detailsPage_vqcfq_1 .actionsWrap .action-icon.addToWishlist .compare-presentation p{margin-bottom:0;color:#777;font-weight:500}#_detailsPage_vqcfq_1 .actionsWrap .action-icon.addToWishlist .compare-presentation .wishlistIcon:hover span{color:#b7be11}#_detailsPage_vqcfq_1 .actionsWrap .action-icon.addToWishlist .compare-presentation .wishlistIcon:hover i:before{color:#b7be11}#_detailsPage_vqcfq_1 .actionsWrap .action-icon.addToWishlist .compare-presentation .wishlistIcon span{display:block;padding-top:0;font-family:Lexend;width:63%;margin:auto;line-height:20px;color:#212529;order:1}#_detailsPage_vqcfq_1 .actionsWrap .action-icon.addToWishlist .compare-presentation .wishlistIcon span:hover{color:#b7be11}@media (max-width: 1024.98px){#_detailsPage_vqcfq_1 .actionsWrap .action-icon.addToWishlist .compare-presentation .wishlistIcon span{width:100%}}#_detailsPage_vqcfq_1 .actionsWrap .action-icon.addToWishlist .compare-presentation .wishlistIcon span i.icon-wishlist:before{content:"";font-size:3.125rem;font-weight:600}#_detailsPage_vqcfq_1 .actionsWrap .action-icon.addToWishlist .compare-presentation.icons-img:hover{color:#b7be11}@media (max-width: 1024.98px){#_detailsPage_vqcfq_1 .actionsWrap .action-icon.Compare{display:none!important}}#_detailsPage_vqcfq_1 .actionsWrap .icon-360-image:before{content:""}#_detailsPage_vqcfq_1 .actionsWrap .iconDownloadImg:before{content:"";font-family:Bloomin;line-height:1;font-size:50px}#_detailsPage_vqcfq_1 .actionsWrap .icon-compare:before{content:""}#_detailsPage_vqcfq_1 .actionsWrap .frightEstimator .icon-truck{background:url(https://d1np627mhnpwq4.cloudfront.net/97EB32E0-DB8F-4C8E-9A93-11EFFAC6F500/StaticImages/freight-estimator.svg);background-size:26px;background-repeat:no-repeat;width:20px!important;height:20px;background-position:center;display:block;opacity:.6}#_detailsPage_vqcfq_1 .actionsWrap .frightEstimator p{margin-bottom:0;color:#777;font-weight:500}#_detailsPage_vqcfq_1 .actionsWrap .frightEstimator:hover p{color:var(--main-color)}#_detailsPage_vqcfq_1 .actionsWrap .compare-presentation.icons-img:hover span,#_detailsPage_vqcfq_1 .actionsWrap .compare-presentation.icons-img:active span{color:#b7be11!important}#_detailsPage_vqcfq_1 .detail-content{counter-reset:section}#_detailsPage_vqcfq_1 .detail-content .detail-title{display:flex;justify-content:space-between}@media (max-width: 575.98px){#_detailsPage_vqcfq_1 .detail-content .detail-title{flex-direction:column}}#_detailsPage_vqcfq_1 .detail-content .detail-title h1{font-size:32px;color:var(--main-color);font-weight:400;text-transform:capitalize;margin:0}@media (max-width: 1024.98px){#_detailsPage_vqcfq_1 .detail-content .detail-title h1{font-size:20px}}@media (max-width: 575.98px){#_detailsPage_vqcfq_1 .detail-content .detail-title h1{width:100%}}#_detailsPage_vqcfq_1 .detail-content .iconsWrap{display:flex;display:none}@media (max-width: 767.98px){#_detailsPage_vqcfq_1 .detail-content .iconsWrap{margin-bottom:15px}}#_detailsPage_vqcfq_1 .detail-content .iconsWrap .icons i{width:38px;height:38px;border-radius:100%;border:1px solid #EAEAEA;display:inline-block;text-align:center;line-height:38px;margin-right:10px;cursor:pointer;transition:all .3s}#_detailsPage_vqcfq_1 .detail-content .iconsWrap .icons i:before{font-family:athena_promo_new;font-size:1.125rem;color:#777}#_detailsPage_vqcfq_1 .detail-content .iconsWrap .icons i:hover{border:1px solid var(--main-color)}#_detailsPage_vqcfq_1 .detail-content .iconsWrap .icons i:hover:before{color:var(--main-color)}#_detailsPage_vqcfq_1 .detail-content .iconsWrap .iconDownloadImg i:before{content:""}#_detailsPage_vqcfq_1 .detail-content .iconsWrap .iconDownloadImg p{display:none}#_detailsPage_vqcfq_1 .detail-content .iconsWrap .iconDownloadImg .icon span{width:55%;text-align:center;margin:auto;line-height:20px}#_detailsPage_vqcfq_1 .detail-content .iconsWrap .iconPrint i:before{content:""}#_detailsPage_vqcfq_1 .detail-content .iconsWrap .iconPrint p{display:none}@media (max-width: 575.98px){#_detailsPage_vqcfq_1 .detail-content .iconsWrap .iconPrint{display:none}}#_detailsPage_vqcfq_1 .detail-content .iconsWrap .iconMail i:before{content:""}#_detailsPage_vqcfq_1 .detail-content .iconsWrap .iconMail p{display:none}#_detailsPage_vqcfq_1 .detail-content .prodCode{border-bottom:1px solid #EEEEEE}#_detailsPage_vqcfq_1 .detail-content .prodCode h5{font-size:.8125rem;line-height:1.5;color:var(--main-color);font-weight:300;margin-bottom:0;display:inline-block;padding-bottom:20px}#_detailsPage_vqcfq_1 .detail-content .prodCode h5 span{display:none}#_detailsPage_vqcfq_1 .detail-content .prodCode .featuredIconsWrap{display:inline-block;margin-left:20px}#_detailsPage_vqcfq_1 .detail-content .prodCode .featuredIconsWrap img{margin-right:10px}@media only screen and (max-width: 350px){#_detailsPage_vqcfq_1 .detail-content .prodCode .featuredIconsWrap{margin-top:5px;margin-left:0;display:block}}#_detailsPage_vqcfq_1 .detail-content .product-description{margin-bottom:30px;padding-top:0;padding-bottom:30px;border-bottom:1px solid #EEEEEE}#_detailsPage_vqcfq_1 .detail-content .product-description h3{font-size:20px;font-weight:500;color:#444}#_detailsPage_vqcfq_1 .detail-content .product-description .detail-content{font-size:1rem;line-height:1.5;font-weight:400;color:var(--header-text)}#_detailsPage_vqcfq_1 .detail-content .product-description .detail-content.hide{max-height:68px;overflow:hidden}#_detailsPage_vqcfq_1 .detail-content .product-description .proddet_rdmrebtn{border:none;background:transparent;font-size:14px;color:#0039a6;padding:0;font-weight:600;margin:10px 0 0;text-decoration:underline}@media (max-width: 575.98px){#_detailsPage_vqcfq_1 .detail-content .test{overflow-x:auto}}#_detailsPage_vqcfq_1 .detail-content .test .product-pricing tr.cTHead,#_detailsPage_vqcfq_1 .detail-content .test .callForPricing{display:none}#_detailsPage_vqcfq_1 .detail-content .test .product-pricing:first-child tr.cTHead,#_detailsPage_vqcfq_1 .detail-content .test .callForPricing:first-child{display:table-row}#_detailsPage_vqcfq_1 .detail-content .product-pricing{padding-bottom:15px}@media (max-width: 575.98px){#_detailsPage_vqcfq_1 .detail-content .product-pricing{width:650px}}#_detailsPage_vqcfq_1 .detail-content .product-pricing table,#_detailsPage_vqcfq_1 .detail-content .product-pricing tbody,#_detailsPage_vqcfq_1 .detail-content .product-pricing tr,#_detailsPage_vqcfq_1 .detail-content .product-pricing th,#_detailsPage_vqcfq_1 .detail-content .product-pricing td{border:none;border-bottom:1px solid var(--border-bottom-clr);font-size:.875rem;line-height:1.5;font-weight:400;color:var(--header-text);padding:8px 0;text-align:center}#_detailsPage_vqcfq_1 .detail-content .product-pricing td{width:75px;min-width:75px;padding-left:0;padding-right:0}#_detailsPage_vqcfq_1 .detail-content .product-pricing~.product-pricing{margin-top:0}#_detailsPage_vqcfq_1 .detail-content .product-pricing .table-responsive .table tr th:first-child,#_detailsPage_vqcfq_1 .detail-content .product-pricing .table-responsive .table tr td:first-child{border:none;color:var(--main-color);font-size:.875rem;line-height:1.5;font-weight:500;width:116px!important;min-width:115px;padding:8px 8px 8px 0;text-align:left}#_detailsPage_vqcfq_1 .detail-content .product-pricing .pricingTable{margin-bottom:5px;overflow:hidden}#_detailsPage_vqcfq_1 .detail-content .product-pricing .pricingTable .table tr:first-child [class*=quantity]{font-weight:600!important;white-space:nowrap;width:75px;letter-spacing:-.5px;padding:8px 0;min-width:75px}#_detailsPage_vqcfq_1 .detail-content .minQuantity{color:var(--header-text);font-size:.875rem;line-height:1.5;font-weight:400;margin-top:10px;margin-bottom:20px;padding-top:0;padding-bottom:20px}#_detailsPage_vqcfq_1 .detail-content .commonHeading{font-size:1.25rem;line-height:1.3;font-weight:500;margin-bottom:20px}#_detailsPage_vqcfq_1 .detail-content .cmnGapDesk[data-heading="Event Themes"]{display:none!important}#_detailsPage_vqcfq_1 .detail-content .cmnGapDesk[data-heading="Product Details"],#_detailsPage_vqcfq_1 .detail-content [data-heading="Product Charges"],#_detailsPage_vqcfq_1 .detail-content [data-heading="Shipping Details"],#_detailsPage_vqcfq_1 .detail-content [data-heading="Additional Information"]{border-bottom:1px solid #EEEEEE}#_detailsPage_vqcfq_1 .detail-content .cmnGapDesk[data-heading=Variant]{display:none}#_detailsPage_vqcfq_1 .detail-content .cmnGapDesk{margin-bottom:20px}#_detailsPage_vqcfq_1 .detail-content .cmnGapDesk .title-2{cursor:pointer;display:flex;justify-content:space-between}#_detailsPage_vqcfq_1 .detail-content .cmnGapDesk .title-2:after{content:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.4L10.6 0L6 4.6L1.4 0L0 1.4L6 7.4L12 1.4Z' fill='%23444444'/%3E%3C/svg%3E%0A")}#_detailsPage_vqcfq_1 .detail-content .cmnGapDesk .title-2 h3{font-size:20px;font-weight:500;color:#444}#_detailsPage_vqcfq_1 .detail-content .cmnGapDesk .title-2.collpesed:after{content:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6.6L10.6 8L6 3.4L1.4 8L0 6.6L6 0.6L12 6.6Z' fill='%23444444'/%3E%3C/svg%3E%0A")}#_detailsPage_vqcfq_1 .detail-content .prdDescriptionWrap p{font-size:.875rem;line-height:1.5;color:var(--header-text)}#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap .productdetails-row{display:flex;margin-bottom:10px}#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap .productdetails-row .detailValue{font-size:1rem;line-height:1;color:var(--header-text)}#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap .productdetails-row .detailValue ul{padding-left:25px;list-style:disc}#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap .productdetails-row .detailsKey{font-size:.875rem;line-height:1;color:var(--header-text);font-weight:500;width:105px}#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap .productdetails-row .detailsKey .colon{margin-right:10px}#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap [data-heading="Production Time - Standard"],#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap [data-heading="DC Fields"]{display:none}#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap.leadTimeWrap{margin-top:10px;display:none}#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap.leadTimeWrap [data-heading="Production Time - Standard"]{display:block;margin-bottom:10px}#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap [data-heading="Product Details"] .detail-content .productdetails-row:nth-child(3) span.colon{margin-left:0}@media (max-width: 1024.98px){#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap [data-heading="Product Details"] .detail-content .productdetails-row:nth-child(3) span.colon{margin-left:9px}}#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap [data-heading="Product Details"] .detailsKey,#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap [data-heading="Shipping Details"] .detailsKey,#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap [data-heading="Set Up and Optional Charges"] .detailsKey{display:block;width:120px}#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap [data-heading="Product Details"] span.colon,#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap [data-heading="Shipping Details"] span.colon,#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap [data-heading="Set Up and Optional Charges"] span.colon{margin-right:10px}#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap [data-heading="Additional Information"] .detailsKey{display:block;width:170px}#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap [data-heading="Additional Information"] .colon{margin-right:10px}#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap ul li,#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap font,#_detailsPage_vqcfq_1 .detail-content .prdDetailsWrap .productcontent-row{font-size:.875rem;line-height:1.5;font-family:inherit}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .indQtybox{position:relative;width:calc(25% - 20px);margin-left:0;margin-right:0}@media (max-width: 575.98px){#_detailsPage_vqcfq_1 .detail-content .add-cart-box .indQtybox{flex:0 0 33.3333333333%;max-width:33.3333333333%;margin-left:0}}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .indQtybox .sizeName{padding:10px;border:1px solid var(--border-bottom-clr);margin-bottom:10px;text-align:center;font-size:.75rem;line-height:1.5;color:#777}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .indQtybox .sizeQtyWrap{border:1px solid var(--border-bottom-clr)}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .indQtybox .sizeQtyWrap.qtyActive{border:1px solid var(--main-color)}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .indQtybox .sizeQtyWrap.qtyActive .form-control{color:var(--clr-black)}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .indQtybox .sizeQtyWrap label{margin-bottom:0}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .indQtybox .sizeQtyWrap label .form-control{border:none;text-align:center;padding:0;font-size:.875rem;line-height:1.5;color:#777}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .indQtybox .sizeQtyWrap .form{display:flex}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .indQtybox input[type=checkbox]{position:absolute;left:0;top:0;width:100%;height:50%;opacity:0}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .indQtybox .active{background-color:var(--main-color);color:var(--clr-white)}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .indQtybox .disable{pointer-events:none}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .indQtybox button{background-color:transparent;border:none;cursor:pointer}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .indQtybox:first-child{margin-left:15px!important}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .imprintMethodDD{border:1px solid var(--border-bottom-clr);line-height:1.46;font-size:.8125rem;padding:12px 8px;margin-left:3%;border-radius:4px;outline:0;cursor:pointer}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .impLocationWrap{margin-bottom:20px}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .impLocationWrap .impLocation{margin-left:3%}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .impLocationWrap .impLocation label,#_detailsPage_vqcfq_1 .detail-content .add-cart-box .impLocationWrap .impLocation input{cursor:pointer}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .impLocationColorWrap .color-main-box{display:flex;align-items:baseline}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .impLocationColorWrap .color-select-box{display:flex;border:solid 1px #d4d4d4;border-radius:5px;padding:5px;margin-top:10px;width:auto;margin-right:auto;max-height:65px;overflow-y:auto;margin-left:3%}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .ImprintMethodsWrap,#_detailsPage_vqcfq_1 .detail-content .add-cart-box .impLocationWrap,#_detailsPage_vqcfq_1 .detail-content .add-cart-box .impLocationColorWrap{padding:0;display:none}#_detailsPage_vqcfq_1 .detail-content .add-cart-box label.ImprintMethodsLabel{display:flex;gap:15px}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .customDropdown{border:1px solid var(--border-bottom-clr);padding:12px 8px;min-width:200px;width:300px}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .imprint-location label{margin:0}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .imprint-location label.disable-selection:not(.active-selected){pointer-events:none;opacity:.5}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .colorSelectionList.dropdownList{padding-left:25px;margin-top:5px}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .colorSelectionList.dropdownList .selectionDataLocationWrap label{display:inline;position:relative}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .colorSelectionList.dropdownList .selectionDataLocationWrap label input[type=checkbox]{position:absolute;width:100%;height:20px;border:none}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .colorSelectionList.dropdownList .selectionDataLocationWrap label input[type=checkbox]:before{width:20px;height:20px;border-radius:5px;border:1px solid var(--color-border);content:"";position:absolute}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .colorSelectionList.dropdownList .selectionDataLocationWrap label input[type=checkbox]:checked:before{content:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.875 3.0625L4.71875 8.21875L2.375 5.875' stroke='%230039A6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");border-radius:5px;left:0;font-size:14px;padding-left:3px}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .colorSelectionList.dropdownList .selectionDataLocationWrap span{pointer-events:none;display:inline-block;margin-left:25px}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .imprint-location label+label{margin-top:5px}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .btnSubmit{text-transform:initial;padding:15px 50px;border-radius:50px;margin-top:35px}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .priceCalculations{background:#f6f7f9;padding:20px 15px;border-radius:10px;margin-top:30px}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .priceCalculations .labelWithAmt{font-size:16px;color:#444;display:flex;justify-content:space-between;text-align:center}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .priceCalculations .labelWithAmt+.labelWithAmt{margin-top:15px}#_detailsPage_vqcfq_1 .detail-content .add-cart-box .priceCalculations .labelWithAmt+.totalAmt{padding-top:15px;border-top:1px solid #EAEAEA;font-weight:600}@media (max-width: 1024.98px){#_detailsPage_vqcfq_1 .detail-content .add-cart-box .smMg0{margin:0!important}}#_detailsPage_vqcfq_1 .detail-content ul{margin-top:0}#_detailsPage_vqcfq_1 .detail-content .title{width:100%}#_detailsPage_vqcfq_1 .detail-content .title h2{color:var(--header-text);font-size:1.25rem;line-height:1.5;font-weight:500}#_detailsPage_vqcfq_1 #DownloadHiResImagePopup{cursor:default}#_detailsPage_vqcfq_1 #DownloadHiResImagePopup .loadingData{width:100%}#_detailsPage_vqcfq_1 #DownloadHiResImagePopup .dialog-header button span{margin:inherit}#_detailsPage_vqcfq_1 #DownloadHiResImagePopup .hiResProductImage{border:1px solid #c6c6c6;cursor:pointer;display:inline-block;margin:20px}#_detailsPage_vqcfq_1 #DownloadHiResImagePopup .hiResProductImage span.align-items-center i{font-size:1rem}#_detailsPage_vqcfq_1 #DownloadHiResImagePopup .hiResProductImage span.align-items-center i:before{font-family:Lexend;font-size:1rem;content:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' id='Layer_1' x='0px' y='0px' width='16px' height='16px' viewBox='100 100 600 600' enable-background='new 100 100 600 600' xml:space='preserve'%3E%3Cg%3E%3Cpath enable-background='new ' d='M169.231,457.692c10.621,0,19.23,8.61,19.23,19.23c0,36.806,0.041,62.475,2.645,81.844 c2.529,18.815,7.156,28.777,14.252,35.874c7.097,7.098,17.061,11.724,35.875,14.254c19.368,2.603,45.038,2.644,81.843,2.644 h153.846c36.806,0,62.475-0.041,81.844-2.644c18.815-2.53,28.777-7.156,35.874-14.254c7.098-7.097,11.724-17.059,14.254-35.874 c2.603-19.369,2.644-45.038,2.644-81.844c0-10.62,8.61-19.23,19.231-19.23c10.62,0,19.23,8.61,19.23,19.23v1.408 c0,35.066,0,63.331-2.987,85.561c-3.103,23.08-9.741,42.511-25.175,57.944c-15.436,15.436-34.866,22.074-57.946,25.177 C541.662,650,513.397,650,478.331,650H321.67c-35.066,0-63.331,0-85.561-2.987c-23.08-3.103-42.513-9.741-57.946-25.175 c-15.434-15.436-22.072-34.866-25.176-57.946c-2.988-22.229-2.988-50.494-2.987-85.561c0-0.47,0-0.938,0-1.408 C150,466.303,158.61,457.692,169.231,457.692z'/%3E%3Cpath d='M400,521.795c5.399,0,10.549-2.269,14.192-6.254l102.563-112.18c7.167-7.838,6.624-20.002-1.215-27.169 c-7.838-7.167-20.002-6.623-27.17,1.215l-69.141,75.624v-283.8C419.23,158.61,410.62,150,400,150 c-10.621,0-19.231,8.61-19.231,19.231v283.8l-69.14-75.624c-7.167-7.838-19.331-8.382-27.169-1.215 c-7.839,7.167-8.383,19.331-1.217,27.169l102.564,112.18C389.452,519.526,394.601,521.795,400,521.795z' fill='%23000'/%3E%3C/g%3E%3C/svg%3E")}@media (max-width: 1024.98px){#_detailsPage_vqcfq_1 .lSide,#_detailsPage_vqcfq_1 .rSide{flex:0 0 100%;max-width:100%}}#_detailsPage_vqcfq_1 .enLargeImage{max-width:none!important}#_detailsPage_vqcfq_1 .frightEstimator .icon.wishlistIcon span{display:none;padding-top:0;width:60%;margin:auto;line-height:20px;text-align:center;color:#444!important}@media (max-width: 1024.98px){#_detailsPage_vqcfq_1 .frightEstimator .icon.wishlistIcon span{width:100%}}#_detailsPage_vqcfq_1 .frightEstimator .icons-img.activeicon .icon-Calculate{color:var(--clr_2)}#_detailsPage_vqcfq_1 .icons.iconPrint span{display:none}#_detailsPage_vqcfq_1 .icons.iconPrint i{font-size:3.125rem;cursor:pointer;border:none}#_detailsPage_vqcfq_1 .icons-img.activeicon .icon-Calculate,#_detailsPage_vqcfq_1 .icons-img.activeicon .icon-Mail{color:var(--clr_2)}#_detailsPage_vqcfq_1 .highResImageContainer .hiResProductImage{flex:0 0 50%;max-width:50%}#_detailsPage_vqcfq_1 .highResImageContainer .hiResProductImage span{justify-content:space-between}#_detailsPage_vqcfq_1 .highResImageContainer .hiResProductImage span a.download-Template-FileName:hover{color:#b7be11;cursor:pointer}#_detailsPage_vqcfq_1 .highResImageContainer .hiResProductImage span a.download-Template-FileName i{font-size:1rem}#_detailsPage_vqcfq_1 .highResImageContainer .hiResProductImage span a.download-Template-FileName i:before{font-family:Lexend;font-size:1rem;cursor:pointer;content:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' id='Layer_1' x='0px' y='0px' width='16px' height='16px' viewBox='100 100 600 600' enable-background='new 100 100 600 600' xml:space='preserve'%3E%3Cg%3E%3Cpath enable-background='new ' d='M169.231,457.692c10.621,0,19.23,8.61,19.23,19.23c0,36.806,0.041,62.475,2.645,81.844 c2.529,18.815,7.156,28.777,14.252,35.874c7.097,7.098,17.061,11.724,35.875,14.254c19.368,2.603,45.038,2.644,81.843,2.644 h153.846c36.806,0,62.475-0.041,81.844-2.644c18.815-2.53,28.777-7.156,35.874-14.254c7.098-7.097,11.724-17.059,14.254-35.874 c2.603-19.369,2.644-45.038,2.644-81.844c0-10.62,8.61-19.23,19.231-19.23c10.62,0,19.23,8.61,19.23,19.23v1.408 c0,35.066,0,63.331-2.987,85.561c-3.103,23.08-9.741,42.511-25.175,57.944c-15.436,15.436-34.866,22.074-57.946,25.177 C541.662,650,513.397,650,478.331,650H321.67c-35.066,0-63.331,0-85.561-2.987c-23.08-3.103-42.513-9.741-57.946-25.175 c-15.434-15.436-22.072-34.866-25.176-57.946c-2.988-22.229-2.988-50.494-2.987-85.561c0-0.47,0-0.938,0-1.408 C150,466.303,158.61,457.692,169.231,457.692z'/%3E%3Cpath d='M400,521.795c5.399,0,10.549-2.269,14.192-6.254l102.563-112.18c7.167-7.838,6.624-20.002-1.215-27.169 c-7.838-7.167-20.002-6.623-27.17,1.215l-69.141,75.624v-283.8C419.23,158.61,410.62,150,400,150 c-10.621,0-19.231,8.61-19.231,19.231v283.8l-69.14-75.624c-7.167-7.838-19.331-8.382-27.169-1.215 c-7.839,7.167-8.383,19.331-1.217,27.169l102.564,112.18C389.452,519.526,394.601,521.795,400,521.795z' fill='%23000'/%3E%3C/g%3E%3C/svg%3E")}@keyframes _line-scale_q37y8_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_q37y8_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._BestSellers_q37y8_20{position:relative}._BestSellers_q37y8_20 .title-main-wrapper .para{font-size:1.516rem;font-weight:500;line-height:34px;color:var(--txt-color);text-align:center}._BestSellers_q37y8_20 .title-main-wrapper .title{color:var(--txt-color);font-size:2.3429090909rem;font-weight:600;text-transform:uppercase;line-height:34px;text-align:center}@media (max-width: 1599.98px){._BestSellers_q37y8_20 .title-main-wrapper .title{font-size:2.2050909091rem}}@media (max-width: 1024.98px){._BestSellers_q37y8_20 .title-main-wrapper .title{font-size:22px}}._BestSellers_q37y8_20 .title-main-wrapper a{color:var(--dark-blue);font-size:1.1025454545rem;font-weight:500;text-transform:capitalize;line-height:23px;transition:.3s;transform:scale(1)}._BestSellers_q37y8_20 .title-main-wrapper a:hover{color:var(--light-blue);transition:.3s;transform:scale(1.2)}._BestSellers_q37y8_20 .silder-nav-right-top .swiper{margin-top:-61px}@media (max-width: 767.98px){._BestSellers_q37y8_20 .silder-nav-right-top .swiper{margin-top:0}}._BestSellers_q37y8_20 .silder-nav-right-top .swiper .swiper-wrapper,._BestSellers_q37y8_20 .silder-nav-right-top .swiper-container .swiper-wrapper{padding-top:80px}@media (max-width: 767.98px){._BestSellers_q37y8_20 .silder-nav-right-top .swiper .swiper-wrapper,._BestSellers_q37y8_20 .silder-nav-right-top .swiper-container .swiper-wrapper{padding-top:60px}}._BestSellers_q37y8_20 .silder-nav-right-top .swiper .swiper-button-prev,._BestSellers_q37y8_20 .silder-nav-right-top .swiper .swiper-button-next,._BestSellers_q37y8_20 .silder-nav-right-top .swiper-container .swiper-button-prev,._BestSellers_q37y8_20 .silder-nav-right-top .swiper-container .swiper-button-next{top:27px}._BestSellers_q37y8_20 .silder-nav-right-top .swiper .swiper-button-prev,._BestSellers_q37y8_20 .silder-nav-right-top .swiper-container .swiper-button-prev{right:50px;left:auto}._BestSellers_q37y8_20 .silder-nav-right-top .swiper .swiper-button-next,._BestSellers_q37y8_20 .silder-nav-right-top .swiper-container .swiper-button-next{right:0}@keyframes _line-scale_1vfos_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_1vfos_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._SharePopup_1vfos_20 .SharePopup{padding:0 10px}._SharePopup_1vfos_20 .form-control{background-color:transparent;font-size:.8958181818rem}._SharePopup_1vfos_20 .urlSection{margin-bottom:20px}._SharePopup_1vfos_20 .socialSection{margin-bottom:15px}._SharePopup_1vfos_20 .socialSection .socialIconGroup{display:flex;align-items:center;margin-top:15px}._SharePopup_1vfos_20 .socialSection .socialIconGroup img{height:22px;width:22px}._SharePopup_1vfos_20 .socialSection .socialIconGroup i,._SharePopup_1vfos_20 .socialSection .socialIconGroup img{font-size:1.516rem;color:var(--dark-blue);font-weight:400;margin-right:20px}._SharePopup_1vfos_20 .socialSection .socialIconGroup i.icon-facebook:before,._SharePopup_1vfos_20 .socialSection .socialIconGroup img.icon-facebook:before{content:""}._SharePopup_1vfos_20 .socialSection .socialIconGroup i.icon-instagram:before,._SharePopup_1vfos_20 .socialSection .socialIconGroup img.icon-instagram:before{content:""}._SharePopup_1vfos_20 .socialSection .socialIconGroup i.icon-twitter:before,._SharePopup_1vfos_20 .socialSection .socialIconGroup img.icon-twitter:before{content:""}._SharePopup_1vfos_20 .socialSection .socialIconGroup i.icon-linkdin:before,._SharePopup_1vfos_20 .socialSection .socialIconGroup img.icon-linkdin:before{content:""}._SharePopup_1vfos_20 .socialSection .socialIconGroup i.icon-pinterest:before,._SharePopup_1vfos_20 .socialSection .socialIconGroup img.icon-pinterest:before{content:""}._SharePopup_1vfos_20 .socialSection .socialIconGroup i.icon-google:before,._SharePopup_1vfos_20 .socialSection .socialIconGroup img.icon-google:before{content:""}@keyframes _line-scale_e4k9n_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_e4k9n_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._productDetailsTabs_e4k9n_20{margin-bottom:20px;border-radius:5px!important}._productDetailsTabs_e4k9n_20 .productdetails-row{margin-bottom:10px}._productDetailsTabs_e4k9n_20 .productdetails-row .detailValue{display:none}._productDetailsTabs_e4k9n_20 .productdetails-row .detailValue ul{padding-left:25px;list-style:disc}._productDetailsTabs_e4k9n_20 .productdetails-row .detailValue a{color:var(--main-color)}._productDetailsTabs_e4k9n_20 .productdetails-row .detailsKey{color:var(--txt-color);font-size:1.0336363636rem;font-weight:500;line-height:1.5;white-space:nowrap;min-width:130px}._productDetailsTabs_e4k9n_20 .nav-pills{border-bottom:1px solid var(--border-clr);padding-right:0}@media (max-width: 767.98px){._productDetailsTabs_e4k9n_20 .nav-pills{padding-right:15px}}._productDetailsTabs_e4k9n_20 .tab-content{padding:15px 20px 15px 0}._productDetailsTabs_e4k9n_20 button.nav-link{text-align:left;color:var(--clr_1);font-weight:500;font-size:1.6538181818rem;background-color:transparent;border:none;border-radius:0;line-height:1.6538181818rem}@media (max-width: 1599.98px){._productDetailsTabs_e4k9n_20 button.nav-link{font-size:1.1714545455rem;padding:.8rem 1.5rem!important}}@media (max-width: 1279.98px){._productDetailsTabs_e4k9n_20 button.nav-link{font-size:.9647272727rem}}@media (max-width: 575.98px){._productDetailsTabs_e4k9n_20 button.nav-link{font-size:.758rem;padding:.8rem 1rem!important}}._productDetailsTabs_e4k9n_20 button.nav-link:nth-child(2){order:2}._productDetailsTabs_e4k9n_20 button.nav-link:first-child{border-radius:5px 0 0;padding-left:0!important}._productDetailsTabs_e4k9n_20 button.nav-link.active{background-color:transparent;color:var(--light-blue);border-bottom:1px solid var(--light-blue);margin-bottom:-1px}@keyframes _line-scale_sqa6b_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_sqa6b_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._ProductMediaList_sqa6b_20{margin-bottom:60px}@media (max-width: 1599.98px){._ProductMediaList_sqa6b_20{margin-bottom:40px}}._ProductMediaList_sqa6b_20 .silder-lr-center .swiper .swiper-wrapper,._ProductMediaList_sqa6b_20 .silder-lr-center .swiper-container .swiper-wrapper{padding:4px 0!important}._ProductMediaList_sqa6b_20 .silder-lr-center .swiper-button-prev,._ProductMediaList_sqa6b_20 .silder-lr-center .swiper-button-next{top:50%!important}._ProductMediaList_sqa6b_20 .silder-lr-center .swiper-button-prev{left:0!important;right:auto!important}._ProductMediaList_sqa6b_20 .silder-lr-center .swiper-button-next{right:0!important}._ProductMediaList_sqa6b_20 .swiper-lr-space{position:relative;padding:0 40px}._ProductMediaList_sqa6b_20 .swiper-lr-space .swiper .swiper-button-prev,._ProductMediaList_sqa6b_20 .swiper-lr-space .swiper .swiper-button-next{display:none}._ProductMediaList_sqa6b_20 .silder-nav-small .swiper-button-prev,._ProductMediaList_sqa6b_20 .silder-nav-small .swiper-button-next{height:30px;width:30px}._ProductMediaList_sqa6b_20 .silder-nav-small .swiper-button-next:after{top:9px;left:7px}._ProductMediaList_sqa6b_20 .silder-nav-small .swiper-button-prev:after{top:9px;left:10px}._ProductMediaList_sqa6b_20 .silder-lr-center .swiper-button-prev,._ProductMediaList_sqa6b_20 .silder-lr-center .swiper-button-next{top:calc(50% - 17px)!important}._ProductMediaList_sqa6b_20 .note-text{padding-left:40px}._ProductMediaList_sqa6b_20 .pen-color-img{padding-bottom:35px;background-color:transparent!important;position:relative;cursor:pointer}._ProductMediaList_sqa6b_20 .pen-color-img:hover .tooltipe{display:block}._ProductMediaList_sqa6b_20 .pen-color-img .tooltipe{border-radius:5px;color:var(--icon-txtcolor);font-size:14px;font-weight:400;text-transform:uppercase;border:1px solid var(--icon-txtcolor);padding:5px 7px;background-color:var(--clr-white);position:absolute;bottom:0;left:50%;transform:translate(-50%);white-space:nowrap;display:none}@media (max-width: 1599.98px){._ProductMediaList_sqa6b_20 .pen-color-img .tooltipe{font-size:11px}}._ProductMediaList_sqa6b_20 .pen-color-img .tooltipe .triangle-right{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:8px solid var(--icon-txtcolor);position:absolute;top:-9px;left:50%;transform:translate(-50%)}._ProductMediaList_sqa6b_20 .pen-color-img.active img{outline:2px solid var(--light-blue)}._ProductMediaList_sqa6b_20 .pen-color-img>img{border-radius:5px;outline:1px solid #c6c6c6;outline-offset:-2px;border:1px solid transparent;width:100%;height:auto;margin:0 auto;display:block;aspect-ratio:1}._ProductMediaList_sqa6b_20 .pen-color-crousol .pen-color-img{border-radius:5px}._ProductMediaList_sqa6b_20 .pen-color-crousol .title h2{color:var(--txt-color);font-size:1.6538181818rem;font-weight:600;text-transform:uppercase;margin:20px 0}@media (max-width: 1599.98px){._ProductMediaList_sqa6b_20 .pen-color-crousol .title h2{font-size:1.2403636364rem}}@keyframes _line-scale_1qes8_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_1qes8_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._requestQuotePopup_1qes8_20 .theme-button{margin-right:15px;margin-top:20px}._requestQuotePopup_1qes8_20 .productcodeHeading{font-size:.9647272727rem}._requestQuotePopup_1qes8_20 .page-heading{font-size:1.3092727273rem;font-weight:500;padding-bottom:10px!important;margin-bottom:30px!important;padding-top:0!important;color:var(--txt-color);text-transform:capitalize}._requestQuotePopup_1qes8_20 form .p-3 .mandatory-main-div p{font-size:15px;font-weight:400;line-height:23px;letter-spacing:0em;color:var(--sec-clr-text)}._requestQuotePopup_1qes8_20 form .p-3 .title-main{font-size:16px;font-weight:500;line-height:24px;letter-spacing:0em;color:var(--clr-icon);text-transform:uppercase}._requestQuotePopup_1qes8_20 form .p-3 .title-main.blue{color:var(--main-color)}._requestQuotePopup_1qes8_20 form .p-3 .subtitle{font-size:15px;font-weight:400;line-height:23px;letter-spacing:0em;color:var(--sec-clr-text)}._requestQuotePopup_1qes8_20 form .p-3 .prodImg{height:240px;border:1px solid var(--clr-table-border)}._requestQuotePopup_1qes8_20 form .p-3 .prodImg img{height:100%;width:auto;margin:0 auto;display:block;object-fit:contain}._requestQuotePopup_1qes8_20 form .p-3 .personal-info-comment-main-div,._requestQuotePopup_1qes8_20 form .p-3 .contact-info-comment-main-div,._requestQuotePopup_1qes8_20 form .p-3 .other-info-comment-main-div{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:30px;grid-row-gap:0;position:relative}@media (max-width: 767.98px){._requestQuotePopup_1qes8_20 form .p-3 .personal-info-comment-main-div,._requestQuotePopup_1qes8_20 form .p-3 .contact-info-comment-main-div,._requestQuotePopup_1qes8_20 form .p-3 .other-info-comment-main-div{grid-template-columns:1fr}}._requestQuotePopup_1qes8_20 form .p-3 .personal-info-comment-main-div .asiError,._requestQuotePopup_1qes8_20 form .p-3 .contact-info-comment-main-div .asiError,._requestQuotePopup_1qes8_20 form .p-3 .other-info-comment-main-div .asiError{position:absolute;left:0;bottom:0}._requestQuotePopup_1qes8_20 form .p-3 .other-info-comment-main-div input{background-color:#ecf0f1!important;pointer-events:none}._requestQuotePopup_1qes8_20 form .form-group{margin-bottom:30px;position:relative}._requestQuotePopup_1qes8_20 form .form-group input,._requestQuotePopup_1qes8_20 form .form-group select,._requestQuotePopup_1qes8_20 form .form-group textarea{border:1px solid #ced4da!important;background-color:transparent!important;border-radius:5px!important;font-size:13px;font-weight:400;line-height:23px;letter-spacing:0em;color:var(--sec-clr-text)}._requestQuotePopup_1qes8_20 form .form-group small.text-danger[role=alert]{position:absolute;top:100%}._requestQuotePopup_1qes8_20 .delivery-info-comment-main-div{padding-right:5px!important}@media (max-width: 767.98px){._requestQuotePopup_1qes8_20 .delivery-info-comment-main-div{width:100%}}._requestQuotePopup_1qes8_20 .recaptcha{margin-bottom:10px}@keyframes _line-scale_1tj5k_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_1tj5k_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._requestSamplePopup_1tj5k_20 .theme-button{margin-right:15px;margin-top:20px}._requestSamplePopup_1tj5k_20 .searchInputButton .btn.theme-button-2{background-color:var(--main-color)!important}._requestSamplePopup_1tj5k_20 form .p-3 .mandatory-main-div p{font-size:15px;font-weight:400;line-height:23px;letter-spacing:0em;color:var(--sec-clr-text)}._requestSamplePopup_1tj5k_20 form .p-3 .title-main{font-size:16px;font-weight:500;line-height:24px;letter-spacing:0em;color:var(--clr-icon);text-transform:uppercase}._requestSamplePopup_1tj5k_20 form .p-3 .title-main.blue{color:var(--main-color)}._requestSamplePopup_1tj5k_20 form .p-3 .subtitle{font-size:15px;font-weight:400;line-height:23px;letter-spacing:0em;color:var(--sec-clr-text)}._requestSamplePopup_1tj5k_20 form .p-3 .prodImg{height:240px;border:1px solid var(--clr-table-border)}._requestSamplePopup_1tj5k_20 form .p-3 .prodImg img{height:100%;width:auto;margin:0 auto;display:block;object-fit:contain}._requestSamplePopup_1tj5k_20 form .p-3 .personal-info-comment-main-div,._requestSamplePopup_1tj5k_20 form .p-3 .contact-info-comment-main-div,._requestSamplePopup_1tj5k_20 form .p-3 .other-info-comment-main-div{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:30px;grid-row-gap:0;position:relative}@media (max-width: 767.98px){._requestSamplePopup_1tj5k_20 form .p-3 .personal-info-comment-main-div,._requestSamplePopup_1tj5k_20 form .p-3 .contact-info-comment-main-div,._requestSamplePopup_1tj5k_20 form .p-3 .other-info-comment-main-div{grid-template-columns:1fr}}._requestSamplePopup_1tj5k_20 form .p-3 .personal-info-comment-main-div .asiError,._requestSamplePopup_1tj5k_20 form .p-3 .contact-info-comment-main-div .asiError,._requestSamplePopup_1tj5k_20 form .p-3 .other-info-comment-main-div .asiError{position:absolute;left:0;bottom:0}._requestSamplePopup_1tj5k_20 form .p-3 .other-info-comment-main-div input{background-color:#ecf0f1!important;pointer-events:none}._requestSamplePopup_1tj5k_20 form .form-group{margin-bottom:30px;position:relative}._requestSamplePopup_1tj5k_20 form .form-group input,._requestSamplePopup_1tj5k_20 form .form-group select,._requestSamplePopup_1tj5k_20 form .form-group textarea{border:1px solid #ced4da!important;background-color:transparent!important;border-radius:5px!important;font-size:13px;font-weight:400;line-height:23px;letter-spacing:0em;color:var(--sec-clr-text)}._requestSamplePopup_1tj5k_20 form .form-group small.text-danger[role=alert]{position:absolute;top:100%}._requestSamplePopup_1tj5k_20 .col-50{width:50%;padding:0 15px}@media (max-width: 767.98px){._requestSamplePopup_1tj5k_20 .col-50{width:100%;padding:0}}._requestSamplePopup_1tj5k_20 .recaptchaWrapper{overflow-x:auto;overflow-y:hidden}._requestSamplePopup_1tj5k_20 .recaptchaWrapper .recaptcha{margin-bottom:10px}@keyframes _line-scale_1cjf4_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_1cjf4_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._ProductImage_1cjf4_20{margin-bottom:20px}._ProductImage_1cjf4_20 .product-image img:not(.enLargeImage){max-height:480px!important;object-fit:contain;mix-blend-mode:darken;display:none}@media (max-width: 1024.98px){._ProductImage_1cjf4_20 .product-image img:not(.enLargeImage){display:block}}@media (max-width: 1024.98px){._ProductImage_1cjf4_20 .product-image .LargImage{display:none}}@keyframes _line-scale_1mije_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_1mije_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._productDetailContent_1mije_20{margin-top:40px}._productDetailContent_1mije_20 .product-image{position:relative}._productDetailContent_1mije_20 .product-image .pen-color-img{width:100%;outline:none!important;border-radius:10px}._productDetailContent_1mije_20 .product-image .pen-color-img img{width:100%;height:100%;object-fit:contain}._productDetailContent_1mije_20 .product-description .descriptionContent ul{list-style:disc!important;margin-left:20px;column-count:2}._productDetailContent_1mije_20 .product-description .descriptionContent ul li{font-size:.9647272727rem;color:#333}._productDetailContent_1mije_20 .product-description p{color:#111!important;font-size:.9647272727rem;line-height:1.6}._productDetailContent_1mije_20 .product-description.details{padding-bottom:10px;padding-top:10px}._productDetailContent_1mije_20 .product-description .detail-table{display:flex;flex-direction:column;gap:10px}._productDetailContent_1mije_20 .product-description .productdetails-row .detailTitle{text-transform:uppercase;font-weight:600!important;font-size:1rem!important;color:#111;border-bottom:none!important;padding:10px 0}._productDetailContent_1mije_20 .product-description .productdetails-row .detailValue{font-size:.9647272727rem!important;color:var(--dark-blue);border-bottom:none!important;margin-bottom:15px;line-height:1.4;font-weight:500}._productDetailContent_1mije_20 .product-description .productdetails-row .detailValueContent{font-size:.9647272727rem!important;color:var(--txt-color);border-bottom:none!important;margin-bottom:15px;line-height:1.4}._productDetailContent_1mije_20 .details-page .pen-color-img{background-color:#f6f7f9}._productDetailContent_1mije_20 .details-page .actionIcons{margin-top:30px}._productDetailContent_1mije_20 .details-page .actionIcons .hiResProductImage span i{cursor:pointer}._productDetailContent_1mije_20 .details-page .actionIcons .hiResProductImage span i:hover{color:var(--light-blue)}._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent{display:flex;flex-wrap:wrap;margin:0 -30px}@media (max-width: 575.98px){._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent{margin:0}}@media (max-width: 1024.98px){._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent .detail-presentation{display:none}}@media (max-width: 575.98px){._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent .detail-compare{display:none}}._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent .icon{text-align:center;transition:.3s;cursor:pointer;padding:0 15px;width:20%}@media (max-width: 1024.98px){._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent .icon{width:30%}}@media (max-width: 575.98px){._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent .icon{min-width:33.33%;padding:0 5px}}._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent .icon .checked i,._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent .icon .checked p{color:var(--light-blue)}._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent .icon #FreightEstimator{text-align:left}._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent .icon .socialIconGroup div{cursor:pointer}._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent .icon .socialIconGroup div i,._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent .icon .socialIconGroup div p{color:var(--light-blue)!important}._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent .icon:hover p{color:var(--light-blue)}._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent .icon:hover i:before{color:var(--light-blue)!important}._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent .icon i{font-size:1.7227272727rem;color:var(--icon-txtcolor)}@media (max-width: 1599.98px){._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent .icon i{font-size:1.3781818182rem}}._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent .icon p{cursor:pointer;word-wrap:break-word;font-size:1.1025454545rem;color:var(--icon-txtcolor);text-transform:uppercase;display:block;margin:10px 0 40px}@media (max-width: 1599.98px){._productDetailContent_1mije_20 .details-page .actionIcons .action-icons-parent .icon p{font-size:.8958181818rem}}._productDetailContent_1mije_20 .details-page .actionIcons .title h3{color:var(--txt-color);font-size:1.6538181818rem;font-weight:600;text-transform:uppercase;margin-bottom:30px}@media (max-width: 1599.98px){._productDetailContent_1mije_20 .details-page .actionIcons .title h3{font-size:1.2403636364rem}}._productDetailContent_1mije_20 .details-page .mediaListImage{width:auto;height:auto;margin:0;cursor:pointer}._productDetailContent_1mije_20 .details-page .mediaListImage .text{display:none;z-index:1;position:relative;top:-33px;width:min-content;left:-9px;margin:auto;text-align:center;background:var(--dark-gray);padding:5px 8px;color:#fff;border-radius:5px;font-size:.6890909091rem;line-height:1.2;font-weight:400;white-space:nowrap}._productDetailContent_1mije_20 .details-page .mediaListImage .text:after{content:" ";border:10px solid transparent;border-top-color:var(--dark-gray);border-bottom:0;bottom:-5px;left:15px;margin-left:0;position:absolute;transform:translate(-50%)}._productDetailContent_1mije_20 .details-page .mediaListImage:hover .text{display:block}._productDetailContent_1mije_20 .details-page .productDetailMob{margin-bottom:1rem}@media (max-width: 1024.98px){._productDetailContent_1mije_20 .details-page .productDetailMob{margin-top:10px}}._productDetailContent_1mije_20 .details-page .detail-content,._productDetailContent_1mije_20 .details-page .productDetailMob{position:relative}._productDetailContent_1mije_20 .details-page .detail-content .detail-title h5,._productDetailContent_1mije_20 .details-page .productDetailMob .detail-title h5{color:var(--txt-color);font-size:1.1025454545rem;font-weight:400;text-transform:uppercase}@media (max-width: 1599.98px){._productDetailContent_1mije_20 .details-page .detail-content .detail-title h5,._productDetailContent_1mije_20 .details-page .productDetailMob .detail-title h5{font-size:.9647272727rem}}@media (max-width: 1279.98px){._productDetailContent_1mije_20 .details-page .detail-content .detail-title .row .col-8,._productDetailContent_1mije_20 .details-page .productDetailMob .detail-title .row .col-8{flex:0 0 100%;max-width:100%}}@media (max-width: 1279.98px){._productDetailContent_1mije_20 .details-page .detail-content .detail-title .row .col-4,._productDetailContent_1mije_20 .details-page .productDetailMob .detail-title .row .col-4{flex:0 0 100%;max-width:100%;margin-top:5px}}._productDetailContent_1mije_20 .details-page .detail-content .detail-title .productName,._productDetailContent_1mije_20 .details-page .productDetailMob .detail-title .productName{color:var(--txt-color);font-size:2.2050909091rem;font-weight:400;text-transform:capitalize;letter-spacing:0;line-height:32px;margin:10px 0}@media (max-width: 1599.98px){._productDetailContent_1mije_20 .details-page .detail-content .detail-title .productName,._productDetailContent_1mije_20 .details-page .productDetailMob .detail-title .productName{font-size:1.7227272727rem}}._productDetailContent_1mije_20 .details-page .detail-content .prodCode .row,._productDetailContent_1mije_20 .details-page .productDetailMob .prodCode .row{align-items:center}._productDetailContent_1mije_20 .details-page .detail-content .prodCode .row .productCode,._productDetailContent_1mije_20 .details-page .productDetailMob .prodCode .row .productCode{font-size:120%;font-weight:400;text-transform:uppercase;line-height:1.2;color:var(--dark-gray);margin:0}._productDetailContent_1mije_20 .details-page .detail-content .productTablewrap,._productDetailContent_1mije_20 .details-page .productDetailMob .productTablewrap{position:relative}._productDetailContent_1mije_20 .details-page .detail-content .productTablewrap .priceText,._productDetailContent_1mije_20 .details-page .productDetailMob .productTablewrap .priceText{position:absolute;bottom:-17px;font-size:.6890909091rem}._productDetailContent_1mije_20 .details-page .detail-content .product-pricing,._productDetailContent_1mije_20 .details-page .productDetailMob .product-pricing{margin:5px 0 15px}._productDetailContent_1mije_20 .details-page .detail-content .product-pricing .title h2,._productDetailContent_1mije_20 .details-page .productDetailMob .product-pricing .title h2{color:var(--txt-color);font-size:1.6538181818rem;font-weight:600;text-transform:uppercase;padding:15px 15px 15px 0;letter-spacing:0;line-height:22px;margin-bottom:5px}@media (max-width: 1599.98px){._productDetailContent_1mije_20 .details-page .detail-content .product-pricing .title h2,._productDetailContent_1mije_20 .details-page .productDetailMob .product-pricing .title h2{font-size:1.2403636364rem}}._productDetailContent_1mije_20 .details-page .detail-content .product-pricing.pricingContent,._productDetailContent_1mije_20 .details-page .productDetailMob .product-pricing.pricingContent{margin:0}._productDetailContent_1mije_20 .details-page .detail-content .product-pricing .pricingTable table,._productDetailContent_1mije_20 .details-page .productDetailMob .product-pricing .pricingTable table{border:none}._productDetailContent_1mije_20 .details-page .detail-content .product-pricing .pricingTable table tr.netPriceRow td[class*=strikeprice],._productDetailContent_1mije_20 .details-page .detail-content .product-pricing .pricingTable table tr.netPriceRow td[class*=price],._productDetailContent_1mije_20 .details-page .productDetailMob .product-pricing .pricingTable table tr.netPriceRow td[class*=strikeprice],._productDetailContent_1mije_20 .details-page .productDetailMob .product-pricing .pricingTable table tr.netPriceRow td[class*=price]{color:red}._productDetailContent_1mije_20 .details-page .detail-content .product-pricing .pricingTable table tr th,._productDetailContent_1mije_20 .details-page .productDetailMob .product-pricing .pricingTable table tr th{font-size:1.1025454545rem;font-weight:400;line-height:normal;color:var(--txt-color);margin-bottom:15px;border:1px solid var(--border-clr);padding:10px;background-color:var(--light-gray)}._productDetailContent_1mije_20 .details-page .detail-content .product-pricing .pricingTable table tr th:first-child,._productDetailContent_1mije_20 .details-page .productDetailMob .product-pricing .pricingTable table tr th:first-child{width:181px!important}@media (max-width: 1599.98px){._productDetailContent_1mije_20 .details-page .detail-content .product-pricing .pricingTable table tr th,._productDetailContent_1mije_20 .details-page .productDetailMob .product-pricing .pricingTable table tr th{font-size:.8958181818rem}}._productDetailContent_1mije_20 .details-page .detail-content .product-pricing .pricingTable table tr td,._productDetailContent_1mije_20 .details-page .productDetailMob .product-pricing .pricingTable table tr td{border:1px solid var(--border-clr);font-size:1.1025454545rem;font-weight:400;line-height:normal;color:var(--txt-color);margin-bottom:15px;padding:10px}@media (max-width: 1599.98px){._productDetailContent_1mije_20 .details-page .detail-content .product-pricing .pricingTable table tr td,._productDetailContent_1mije_20 .details-page .productDetailMob .product-pricing .pricingTable table tr td{font-size:.8958181818rem}}._productDetailContent_1mije_20 .details-page .detail-content .product-pricing .pricingTable table tr td:first-child,._productDetailContent_1mije_20 .details-page .productDetailMob .product-pricing .pricingTable table tr td:first-child{background-color:var(--light-gray)}._productDetailContent_1mije_20 .Action_buttons{margin:0 -7px}._productDetailContent_1mije_20 .Action_buttons .theme-button{margin:0 7px}@media (max-width: 1599.98px){._productDetailContent_1mije_20 .Action_buttons .theme-button{font-size:.9647272727rem}}._emailpopupwrap_ufvej_2{margin-bottom:20px}._emailpopupwrap_ufvej_2 .page-heading{font-size:1.516rem;font-weight:500;padding-top:0!important;color:var(--clr-black);text-transform:capitalize;border:0;margin-bottom:0;padding-bottom:0}._emailpopupwrap_ufvej_2 .mandatInfo{display:flex;margin:5px 0 20px;position:relative}._emailpopupwrap_ufvej_2 .mandatInfo .redMandat{padding:0 3px}._emailpopupwrap_ufvej_2 .mandatInfo:before{content:"";height:1px;background:#c1c1c1;position:absolute;left:0;bottom:-5px;width:100%}._emailpopupwrap_ufvej_2 .mandatInfo:after{content:"";height:3px;background:var(--color-primary);position:absolute;left:0;bottom:-5px;width:60px}._emailpopupwrap_ufvej_2 .dialog-header .icon-close{transform:rotate(45deg)}._emailpopupwrap_ufvej_2 .dialog-header .icon-close:before{content:""!important}._emailpopupwrap_ufvej_2 .dialog-body .page-header{font-size:1.7227272727rem;color:#333;margin:10px 0}._emailpopupwrap_ufvej_2 .form-group textarea{min-height:100px;max-height:200px}@media (max-width: 575.98px){._emailpopupwrap_ufvej_2 .btn-wrap{flex-wrap:wrap}}@media (max-width: 767.98px){._emailpopupwrap_ufvej_2 .btn-wrap button.btn{font-size:14px!important;font-weight:500!important;display:inline-block!important;width:30%!important;margin:0 5px 15px!important}}@media (max-width: 575.98px){._emailpopupwrap_ufvej_2 .btn-wrap button.btn{display:block!important;width:100%!important;margin:0 5px 15px!important}}._emailpopupwrap_ufvej_2 .addRec .emailresclose{position:absolute;right:20px;top:0;transform:rotate(45deg)}._emailpopupwrap_ufvej_2 .addRec .emailresclose .ti-close{font-size:.9647272727rem;font-weight:500}._emailpopupwrap_ufvej_2 .addRec .emailresclose .ti-close:before{content:""!important}._emailpopupwrap_ufvej_2 .recaptcha{margin-bottom:10px}._emailpopupwrap_ufvej_2 .redMandat{color:red}._emailpopupwrap_ufvej_2 .form-group.required label:before{content:"*";color:red}._emailpopupwrap_ufvej_2 .form-group.required label:after{content:""}._emailpopupwrap_ufvej_2 .form-control{background-color:#ecf0f1;border-radius:5px;border:none;padding:.375rem .75rem!important}._emailpopupwrap_ufvej_2 .form-control:hover,._emailpopupwrap_ufvej_2 .form-control:focus{background-color:#ecf0f1!important;border:none!important}.icon-mail:before{content:""}._product-image_jjp5f_2{position:relative;display:block;width:100%;background-color:#f6f7f9;text-align:center;margin:0;z-index:1}@media (max-width: 1024.98px){._product-image_jjp5f_2._onlyDesk_jjp5f_12{display:none}}._product-image_jjp5f_2._onlyMob_jjp5f_16{display:none}@media (max-width: 1024.98px){._product-image_jjp5f_2._onlyMob_jjp5f_16{display:block}}._product-image_jjp5f_2:hover .img-zoom-lens{opacity:1;visibility:visible}._product-image_jjp5f_2:hover #myresult{opacity:1;visibility:visible;z-index:1;left:100%}._product-image_jjp5f_2 .img-zoom-lens{position:absolute;border:3px solid #D4D4D4;width:100px;height:100px;opacity:0;visibility:hidden;transition:.2s}@media (max-width: 1024.98px){._product-image_jjp5f_2 .img-zoom-lens{display:none}}._product-image_jjp5f_2 .pen-color-img{border:none;background-color:#fff}._product-image_jjp5f_2 .pen-color-img.video .img-zoom-lens{display:none!important}._product-image_jjp5f_2 .pen-color-img img{width:100%;margin:0 auto;display:block}._product-image_jjp5f_2 .pen-color-img .LargImage div:first-child{display:none!important}._product-image_jjp5f_2 #myresult{opacity:0;border:1px solid #D4D4D4;width:300px;height:300px;position:absolute;top:0;left:0;background:#fff;z-index:-10}@media (max-width: 1800px) and (min-width: 1601px){._product-image_jjp5f_2 #myresult{background-size:1800px 1800px!important}}@media (max-width: 1600px) and (min-width: 1441px){._product-image_jjp5f_2 #myresult{background-size:1600px 1600px!important}}@media (max-width: 1440px) and (min-width: 1367px){._product-image_jjp5f_2 #myresult{background-size:1550px 1550px!important}}@media (max-width: 1366px){._product-image_jjp5f_2 #myresult{background-size:1449px 1449px!important}}@media (min-width: 1920px){._product-image_jjp5f_2 #myresult{background-size:2148px 2148px!important}}@media (max-width: 1024.98px){._product-image_jjp5f_2 #myresult{display:none}}._SharePopup_zr6wz_2{padding:0 10px;border-radius:10px}._SharePopup_zr6wz_2 p.title{color:var(--menu-color);font-size:1.1025454545rem;font-weight:400;line-height:24px;margin-bottom:10px;top:0!important}._SharePopup_zr6wz_2 .dialog-header{background-color:transparent!important;display:flex;justify-content:flex-end!important}._SharePopup_zr6wz_2 .dialog-header h5{display:none}._SharePopup_zr6wz_2 .dialog-header .icon-close{transform:rotate(45deg)}._SharePopup_zr6wz_2 .dialog-header .icon-close:before{content:"";color:var(--color-text)!important;font-size:20px}._SharePopup_zr6wz_2 .modalpopup{padding:0 10px}._SharePopup_zr6wz_2 .urlSection{margin-bottom:20px}._SharePopup_zr6wz_2 .urlSection .copy-link-input{background-color:#fff!important;border:1px solid #EAEAEA!important;padding:20px!important}._SharePopup_zr6wz_2 .urlSection .forCopy{position:absolute;right:25px;padding:5px 10px;background:#000;color:#fff;border-radius:3px;margin-top:10px;transition:.3s}._SharePopup_zr6wz_2 .urlSection .forCopy:after{content:"";border:10px solid transparent;border-bottom-color:#000;top:-9px;left:50%;margin-left:0;position:absolute;transform:translate(-50%,-50%)}._SharePopup_zr6wz_2 .socialSection .socialIconGroup{display:flex;align-items:center}._SharePopup_zr6wz_2 .socialSection .socialIconGroup i{width:auto!important;height:auto!important;font-size:1.516rem;color:var(--color-primary)!important;font-weight:400;margin-right:20px;line-height:1!important;background-color:transparent!important;border:none!important}._SharePopup_zr6wz_2 .socialSection .socialIconGroup i.icon-twitter:before{content:""}._SharePopup_zr6wz_2 .socialSection .socialIconGroup i.icon-linkdin:before{content:""}._SharePopup_zr6wz_2 .socialSection .socialIconGroup i:hover:before{color:var(--color-primary)!important}._SharePopup_zr6wz_2 .socialSection .socialIconGroup img{width:24px;margin-right:10px;cursor:pointer}._SharePopup_zr6wz_2 ._icon-share_zr6wz_90:before{content:""}@media print{.header-wrapper-main,footer,.newsletter,.footer_wrapper{display:none}section.sec_pd_sm,section.tab-title-viewAll-disable{break-inside:avoid}.detail-content .crousol-box{height:100%!important}}._similarProducts_17lyv_2 .product-price{display:none}._prdodetpronbread_cont_1jtlk_2{display:flex!important;justify-content:center;align-items:center;flex-direction:column}._prdodetpronbread_cont_1jtlk_2 .proddetpge_protitle{display:flex;justify-content:center;align-items:center;margin:40px 0 10px}._prdodetpronbread_cont_1jtlk_2 .proddetpge_protitle h1{font-size:32px;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media (max-width: 767.98px){._prdodetpronbread_cont_1jtlk_2 .proddetpge_protitle h1{font-size:20px;text-overflow:unset;white-space:break-spaces}}._detailsPage_1jtlk_29 .mediaImageHeading{margin-top:20px;position:relative;z-index:0}._detailsPage_1jtlk_29 .mediaImageHeading .pen-color-img{width:70px;height:70px;border:none;cursor:pointer}._detailsPage_1jtlk_29 .mediaImageHeading .pen-color-img img{width:100%;height:100%;border:none;opacity:.6}._detailsPage_1jtlk_29 .mediaImageHeading .pen-color-img img.active{opacity:1}._detailsPage_1jtlk_29 .mediaImageHeading .swiper{width:80%;height:100%;position:unset}._detailsPage_1jtlk_29 .mediaImageHeading .swiper .swiper-slide{opacity:1!important;display:none}._detailsPage_1jtlk_29 .mediaImageHeading .swiper .swiper-slide.content-slide{display:block}._detailsPage_1jtlk_29 .mediaImageHeading .swiper .swiper-button-prev{box-shadow:none!important;width:48px!important;height:48px!important;line-height:25px;border:none;transform:translateY(50%);cursor:pointer;top:-20%;left:-10px!important;background:var(--clr_background)!important;position:absolute;border-radius:50%}._detailsPage_1jtlk_29 .mediaImageHeading .swiper .swiper-button-prev:after{content:"";font-family:thirstBoxer,Arial,Helvetica,sans-serif;font-size:20px;left:50%;top:22%;transform:rotate(0) translate(-50%);border:0;text-indent:0;color:#ccc;position:absolute}._detailsPage_1jtlk_29 .mediaImageHeading .swiper .swiper-button-prev:hover{border:1px solid var(--clr-white)}._detailsPage_1jtlk_29 .mediaImageHeading .swiper .swiper-button-next{box-shadow:none!important;width:48px!important;height:48px!important;line-height:25px;border:none;transform:translateY(50%);cursor:pointer;top:-20%;right:-10px!important;background:var(--clr_background)!important;position:absolute;border-radius:50%}._detailsPage_1jtlk_29 .mediaImageHeading .swiper .swiper-button-next:after{content:"";font-family:thirstBoxer,Arial,Helvetica,sans-serif;font-size:20px;left:12%!important;top:50%!important;transform:rotate(180deg) translate(-50%)!important;border:0;text-indent:0;color:#ccc;position:absolute;line-height:0}._detailsPage_1jtlk_29 .mediaImageHeading .swiper .swiper-button-next:hover{border:1px solid var(--clr-white)}._detailsPage_1jtlk_29 .sticky-nav.lSide{position:fixed;left:0;top:0}._detailsPage_1jtlk_29 .sticky-nav.lSide~.rSide{margin-left:50%}._detailsPage_1jtlk_29 .productMediaWrap{margin-top:20px;overflow-x:auto}._detailsPage_1jtlk_29 .productMediaWrap .mediaListImage{border:1px solid #c6c6c6;margin-right:20px;height:100%}._detailsPage_1jtlk_29 .productMediaWrap .mediaListImage.active{border:1px solid var(--main-color)}._detailsPage_1jtlk_29 .productMediaWrap .crousol-box{position:relative}._detailsPage_1jtlk_29 .productMediaWrap .swiper{padding:0;position:unset}@media (max-width: 767.98px){._detailsPage_1jtlk_29 .productMediaWrap .swiper{padding:0;width:100%}}._detailsPage_1jtlk_29 .productMediaWrap .swiper .swiper-slide:last-child{margin-right:15px}._detailsPage_1jtlk_29 .productMediaWrap .swiper .swiper-wrapper{z-index:0!important}._detailsPage_1jtlk_29 .productMediaWrap .swiper-button-prev{box-shadow:none!important;width:48px;height:48px;line-height:25px;border:none;transform:translateY(50%);cursor:pointer;top:-19%;left:2px!important;background:var(--clr_background)!important}@media (max-width: 767.98px){._detailsPage_1jtlk_29 .productMediaWrap .swiper-button-prev{display:none}}._detailsPage_1jtlk_29 .productMediaWrap .swiper-button-prev:after{content:"";font-family:thirstBoxer,Arial,Helvetica,sans-serif;font-size:20px;left:40%;top:25%;transform:rotate(0) translate(-50%);border:0;text-indent:0;color:#0009}._detailsPage_1jtlk_29 .productMediaWrap .swiper-button-prev:hover{border:none!important}._detailsPage_1jtlk_29 .productMediaWrap .swiper-button-prev.swiper-button-disabled{cursor:default}._detailsPage_1jtlk_29 .productMediaWrap .swiper-button-next{box-shadow:none!important;width:48px;height:48px;line-height:25px;border:none;transform:translateY(50%);cursor:pointer;top:-19%;right:1px;background:var(--clr_background)!important}@media (max-width: 767.98px){._detailsPage_1jtlk_29 .productMediaWrap .swiper-button-next{display:none}}._detailsPage_1jtlk_29 .productMediaWrap .swiper-button-next:after{content:"";font-family:thirstBoxer,Arial,Helvetica,sans-serif;font-size:20px;left:40%!important;top:25%;transform:rotate(0) translate(-50%)!important;border:0;text-indent:0;color:#0009}._detailsPage_1jtlk_29 .productMediaWrap .swiper-button-next:hover{border:none!important}._detailsPage_1jtlk_29 .productMediaWrap .swiper-button-next.swiper-button-disabled{cursor:default}._detailsPage_1jtlk_29 .productMediaWrap .swiper-button-disabled:after{color:#ccc}._detailsPage_1jtlk_29 .productMediaWrap .pen-color-img{display:flex;justify-content:center;border:none;opacity:.5;height:70px;width:70px}._detailsPage_1jtlk_29 .productMediaWrap .pen-color-img img{width:100%;height:100%}._detailsPage_1jtlk_29 .proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img{border:1px solid #c6c6c6;cursor:pointer;border-radius:10px;height:50px;width:50px}._detailsPage_1jtlk_29 .proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img.active{opacity:1;border-color:var(--color-primary);border-width:1px}@media (max-width: 767.98px){._detailsPage_1jtlk_29 .proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img{width:auto;height:auto}}._detailsPage_1jtlk_29 .proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img img{border-radius:10px;height:100%;width:100%}._detailsPage_1jtlk_29 .proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img.outOfStock{position:relative}._detailsPage_1jtlk_29 .proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img.outOfStock:before{content:"";position:absolute;height:1px;width:100%;background:red;transform:rotate(-50deg);top:30px;left:0}@media (max-width: 767.98px){._detailsPage_1jtlk_29 .proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img.outOfStock:before{top:50px}}._detailsPage_1jtlk_29 .proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img.outOfStock:after{display:none}._detailsPage_1jtlk_29 .videoList{background-image:url(https://d1np627mhnpwq4.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/thumbanail.png);background-repeat:no-repeat;background-size:contain}._detailsPage_1jtlk_29 .actionsWrap{display:flex;flex-wrap:wrap;margin-top:20px}._detailsPage_1jtlk_29 .actionsWrap .action-icon{padding:15px 20px;border:1px solid #eaeaea;border-radius:50px;cursor:pointer;margin-right:10px;margin-bottom:20px;display:flex;align-items:center;transition:all .3s}._detailsPage_1jtlk_29 .actionsWrap .action-icon .icon,._detailsPage_1jtlk_29 .actionsWrap .action-icon .iconDownloadImg,._detailsPage_1jtlk_29 .actionsWrap .action-icon .wishlistIcon{font-size:.9647272727rem;line-height:1.5;font-weight:500;color:#777;display:flex;align-items:center}._detailsPage_1jtlk_29 .actionsWrap .action-icon .icon i,._detailsPage_1jtlk_29 .actionsWrap .action-icon .iconDownloadImg i,._detailsPage_1jtlk_29 .actionsWrap .action-icon .wishlistIcon i{margin-right:10px;order:-1}._detailsPage_1jtlk_29 .actionsWrap .action-icon .icon i:before,._detailsPage_1jtlk_29 .actionsWrap .action-icon .iconDownloadImg i:before,._detailsPage_1jtlk_29 .actionsWrap .action-icon .wishlistIcon i:before{font-size:1.2403636364rem}._detailsPage_1jtlk_29 .actionsWrap .action-icon:hover{border:1px solid var(--main-color);color:var(--main-color)}._detailsPage_1jtlk_29 .actionsWrap .action-icon:hover .icon,._detailsPage_1jtlk_29 .actionsWrap .action-icon:hover .iconDownloadImg,._detailsPage_1jtlk_29 .actionsWrap .action-icon:hover i,._detailsPage_1jtlk_29 .actionsWrap .action-icon:hover .wishlistIcon{color:var(--main-color)}._detailsPage_1jtlk_29 .actionsWrap .action-icon.active .wishlistIcon.checked .showOnDetailsPage,._detailsPage_1jtlk_29 .actionsWrap .action-icon.active .wishlistIcon.checked i,._detailsPage_1jtlk_29 .actionsWrap .action-icon.active .wishlistIcon.checked i:before{color:var(--main-color)}._detailsPage_1jtlk_29 .actionsWrap .action-icon.addToWishlist .compare-presentation{display:flex;align-items:center}._detailsPage_1jtlk_29 .actionsWrap .action-icon.addToWishlist .compare-presentation p{margin-bottom:0;color:#777;font-weight:500}._detailsPage_1jtlk_29 .actionsWrap .action-icon.addToWishlist:hover p,._detailsPage_1jtlk_29 .actionsWrap .action-icon.addToWishlist:hover .icon-wishlist:before{color:var(--main-color)}._detailsPage_1jtlk_29 .actionsWrap .icon-compare:before{content:""}._detailsPage_1jtlk_29 .actionsWrap .frightEstimator .icon-truck{background:url(https://d207zvy2rsg5b5.cloudfront.net/596C5615-ADDE-4C85-9889-157D3F754617/StaticImages/freight-estimator.svg);background-size:26px;background-repeat:no-repeat;width:20px!important;height:20px;background-position:center;display:block;opacity:.6}._detailsPage_1jtlk_29 .actionsWrap .frightEstimator p{margin-bottom:0;color:#777;font-weight:500}._detailsPage_1jtlk_29 .actionsWrap .frightEstimator:hover p{color:var(--main-color)}._detailsPage_1jtlk_29 .detail-content{counter-reset:section}._detailsPage_1jtlk_29 .detail-content .detail-title{display:flex;justify-content:space-between}._detailsPage_1jtlk_29 .detail-content .detail-title h1{font-size:22px;color:var(--color-text)!important;font-weight:400;line-height:36px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:97%;margin:0;text-transform:uppercase}@media (max-width: 767.98px){._detailsPage_1jtlk_29 .detail-content .detail-title h1{font-size:20px;text-overflow:unset;white-space:break-spaces;line-height:24px;margin-bottom:5px;width:100%}}._detailsPage_1jtlk_29 .detail-content .iconsWrap{display:flex;justify-content:flex-end;align-items:center;height:100%;position:relative}._detailsPage_1jtlk_29 .detail-content .iconsWrap .icons i,._detailsPage_1jtlk_29 .detail-content .iconsWrap .icons a{width:44px;height:44px;border-radius:100%;border:1px solid var(--icons-bgcolor);display:inline-block;text-align:center;line-height:44px!important;margin-right:10px;cursor:pointer;transition:all .3s;background:var(--icons-bgcolor);color:var(--clr-white);font-size:1.516rem}._detailsPage_1jtlk_29 .detail-content .iconsWrap .icons i:hover,._detailsPage_1jtlk_29 .detail-content .iconsWrap .icons a:hover{border:1px solid var(--icons-bgcolor)}._detailsPage_1jtlk_29 .detail-content .iconsWrap .icons i:hover:before,._detailsPage_1jtlk_29 .detail-content .iconsWrap .icons a:hover:before{color:var(--clr-white)}._detailsPage_1jtlk_29 .detail-content .iconsWrap .iconDownloadImg p,._detailsPage_1jtlk_29 .detail-content .iconsWrap .iconPrint p,._detailsPage_1jtlk_29 .detail-content .iconsWrap .iconMail p{display:none}._detailsPage_1jtlk_29 .detail-content .iconsWrap .popup{position:absolute;background:red;padding:10px;color:#fff;top:-40px;right:0}._detailsPage_1jtlk_29 .detail-content .iconsWrap .popup:before{border-color:transparent #ff1920 transparent transparent;border-style:solid;border-width:7px 13px 7px 0;content:"";height:0;right:20px;bottom:-10px;position:absolute;-webkit-transform:rotate(152deg);transform:rotate(152deg);width:0}._detailsPage_1jtlk_29 .detail-content .iconsWrap .popup p{color:#fff!important;margin-bottom:0;font-size:12px}._detailsPage_1jtlk_29 .detail-content .prodcodenprice_wrap .proddetpge_prodcode{color:var(--color-text)!important;font-size:13px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:10px}._detailsPage_1jtlk_29 .detail-content .prodcodenprice_wrap .proddetpge_price{display:flex}._detailsPage_1jtlk_29 .detail-content .prodcodenprice_wrap .proddetpge_price span{font-size:26px;color:var(--clr-black)}._detailsPage_1jtlk_29 .detail-content .prodcodenprice_wrap .proddetpge_price span:first-child{margin-right:0}._detailsPage_1jtlk_29 .detail-content .prodcodenprice_wrap .proddetpge_price .requestText{background-color:var(--color-primary);color:var(--clr-white);font-size:12px;padding:3px 7px;border-radius:5px}._detailsPage_1jtlk_29 .detail-content .product-description.shortDesc{border-top:1px solid #eee;padding:20px 0;margin:20px 0 0;border-bottom:1px solid #eee}._detailsPage_1jtlk_29 .detail-content .product-description.shortDesc .title-2 h4{letter-spacing:0;font-size:0!important;color:var(--color-text)!important;text-transform:capitalize;border-bottom:none;margin:0;font-weight:500;padding-bottom:0}._detailsPage_1jtlk_29 .detail-content .product-description.shortDesc .title-2 h4:before{content:"Description";font-size:20px!important}._detailsPage_1jtlk_29 .detail-content .product-description.shortDesc .proddetpge_proddeccontent{font-size:15px;line-height:25px;color:var(--color-text)}._detailsPage_1jtlk_29 .detail-content .product-description .detail-content{font-size:.9647272727rem;line-height:1.5;font-weight:500;color:var(--header-text)}._detailsPage_1jtlk_29 .detail-content .product-description .detail-content.hide{max-height:63px;overflow:hidden}._detailsPage_1jtlk_29 .detail-content .product-description .proddet_rdmrebtn{border:none;background:transparent;font-size:14px;color:#0039a6;padding:0;font-weight:600;margin:10px 0 0}._detailsPage_1jtlk_29 .detail-content .product-pricing{margin-top:30px}._detailsPage_1jtlk_29 .detail-content .product-pricing table{border:1px solid #c6c6c6}._detailsPage_1jtlk_29 .detail-content .product-pricing table,._detailsPage_1jtlk_29 .detail-content .product-pricing tbody,._detailsPage_1jtlk_29 .detail-content .product-pricing tr,._detailsPage_1jtlk_29 .detail-content .product-pricing th,._detailsPage_1jtlk_29 .detail-content .product-pricing td{border:none;border-bottom:1px solid var(--border-bottom-clr);font-size:.9647272727rem;line-height:1.5;font-weight:400;color:var(--header-text)}._detailsPage_1jtlk_29 .detail-content .product-pricing .table-responsive .table tr th:first-child,._detailsPage_1jtlk_29 .detail-content .product-pricing .table-responsive .table tr td:first-child{border:none;color:var(--clr-black);font-size:.9647272727rem;line-height:1.5;font-weight:500}._detailsPage_1jtlk_29 .detail-content .product-pricing .pricingTable{margin-bottom:10px}._detailsPage_1jtlk_29 .detail-content .minQuantity{color:var(--header-text);font-size:.9647272727rem;line-height:1.5;font-weight:400;margin-bottom:20px}._detailsPage_1jtlk_29 .detail-content .commonHeading{font-size:1.6538181818rem;line-height:1.3;font-weight:500;margin-bottom:20px}._detailsPage_1jtlk_29 .detail-content .cmnGapDesk{margin-bottom:30px}._detailsPage_1jtlk_29 .detail-content .prdDescriptionWrap p{font-size:.9647272727rem;line-height:1.5;color:var(--header-text)}._detailsPage_1jtlk_29 .detail-content .prdDetailsWrap .productdetails-row{display:flex;margin-bottom:10px}._detailsPage_1jtlk_29 .detail-content .prdDetailsWrap .productdetails-row .detailValue{font-size:.9647272727rem;line-height:1.5;color:var(--header-text)}._detailsPage_1jtlk_29 .detail-content .prdDetailsWrap .productdetails-row .detailValue ul{padding-left:25px;list-style:disc}._detailsPage_1jtlk_29 .detail-content .prdDetailsWrap .productdetails-row .detailsKey{font-size:.9647272727rem;line-height:1.5;color:var(--header-text);font-weight:500;display:none;white-space:nowrap}._detailsPage_1jtlk_29 .detail-content .prdDetailsWrap [data-heading="Production Time - Standard"]{display:none}._detailsPage_1jtlk_29 .detail-content .prdDetailsWrap.leadTimeWrap{margin-top:10px}._detailsPage_1jtlk_29 .detail-content .prdDetailsWrap.leadTimeWrap [data-heading="Production Time - Standard"]{display:block;margin-bottom:10px}._detailsPage_1jtlk_29 .detail-content .prdDetailsWrap [data-heading="Product Details"] .detailsKey,._detailsPage_1jtlk_29 .detail-content .prdDetailsWrap [data-heading="Shipping Details"] .detailsKey{display:block}._detailsPage_1jtlk_29 .detail-content .prdDetailsWrap ul li,._detailsPage_1jtlk_29 .detail-content .prdDetailsWrap font,._detailsPage_1jtlk_29 .detail-content .prdDetailsWrap .productcontent-row{font-size:.9647272727rem;line-height:1.5;font-family:inherit}._detailsPage_1jtlk_29 .detail-content .add-cart-box .indQtybox{position:relative}._detailsPage_1jtlk_29 .detail-content .add-cart-box .indQtybox .sizeName{padding:10px;border:1px solid var(--border-bottom-clr);margin-bottom:10px;text-align:center;font-size:.8269090909rem;line-height:1.5;color:#777}._detailsPage_1jtlk_29 .detail-content .add-cart-box .indQtybox .sizeQtyWrap{border:1px solid var(--border-bottom-clr)}._detailsPage_1jtlk_29 .detail-content .add-cart-box .indQtybox .sizeQtyWrap.qtyActive{border:1px solid var(--main-color)}._detailsPage_1jtlk_29 .detail-content .add-cart-box .indQtybox .sizeQtyWrap.qtyActive .form-control{color:var(--clr-black)}._detailsPage_1jtlk_29 .detail-content .add-cart-box .indQtybox .sizeQtyWrap label{margin-bottom:0}._detailsPage_1jtlk_29 .detail-content .add-cart-box .indQtybox .sizeQtyWrap label .form-control{border:none;text-align:center;padding:0;font-size:.9647272727rem;line-height:1.5;color:#777}._detailsPage_1jtlk_29 .detail-content .add-cart-box .indQtybox .sizeQtyWrap .form{display:flex}._detailsPage_1jtlk_29 .detail-content .add-cart-box .indQtybox input[type=checkbox]{position:absolute;left:0;top:0;width:100%;height:50%;opacity:0}._detailsPage_1jtlk_29 .detail-content .add-cart-box .indQtybox .active{background-color:var(--main-color);color:var(--clr-white)}._detailsPage_1jtlk_29 .detail-content .add-cart-box .indQtybox .disable{pointer-events:none}._detailsPage_1jtlk_29 .detail-content .add-cart-box .indQtybox button{background-color:transparent;border:none;cursor:pointer}._detailsPage_1jtlk_29 .detail-content .add-cart-box .imprintMethodDD{border:1px solid var(--border-bottom-clr);line-height:1.46;font-size:.8958181818rem;padding:12px 8px;margin-left:3%;border-radius:4px;outline:0;cursor:pointer}._detailsPage_1jtlk_29 .detail-content .add-cart-box .impLocationWrap{margin-bottom:20px}._detailsPage_1jtlk_29 .detail-content .add-cart-box .impLocationWrap .impLocation{margin-left:3%}._detailsPage_1jtlk_29 .detail-content .add-cart-box .impLocationWrap .impLocation label,._detailsPage_1jtlk_29 .detail-content .add-cart-box .impLocationWrap .impLocation input{cursor:pointer}._detailsPage_1jtlk_29 .detail-content .add-cart-box .impLocationColorWrap .color-main-box{display:flex;align-items:baseline}._detailsPage_1jtlk_29 .detail-content .add-cart-box .impLocationColorWrap .color-select-box{display:flex;border:solid 1px #d4d4d4;border-radius:5px;padding:5px;margin-top:10px;width:auto;margin-right:auto;max-height:65px;overflow-y:auto;margin-left:3%}._detailsPage_1jtlk_29 .detail-content .add-cart-box .ImprintMethodsWrap,._detailsPage_1jtlk_29 .detail-content .add-cart-box .impLocationWrap,._detailsPage_1jtlk_29 .detail-content .add-cart-box .impLocationColorWrap{padding:0}._detailsPage_1jtlk_29 .detail-content .add-cart-box label.ImprintMethodsLabel{display:flex;gap:15px}._detailsPage_1jtlk_29 .detail-content .add-cart-box .customDropdown{border:1px solid var(--border-bottom-clr);padding:12px 8px;min-width:200px;width:300px}._detailsPage_1jtlk_29 .detail-content .add-cart-box .imprint-location label{margin:0}._detailsPage_1jtlk_29 .detail-content .add-cart-box .imprint-location label.disable-selection:not(.active-selected){pointer-events:none;opacity:.5}._detailsPage_1jtlk_29 .detail-content .add-cart-box .colorSelectionList.dropdownList{padding-left:25px;margin-top:5px}._detailsPage_1jtlk_29 .detail-content .add-cart-box .imprint-location label+label{margin-top:5px}._detailsPage_1jtlk_29 .detail-content .add-cart-box .btnSubmit{text-transform:initial;padding:15px 50px;border-radius:50px;margin-top:35px}._detailsPage_1jtlk_29 .detail-content .add-cart-box .priceCalculations{background:#f6f7f9;padding:20px 15px;border-radius:10px;margin-top:30px}._detailsPage_1jtlk_29 .detail-content .add-cart-box .priceCalculations .labelWithAmt{font-size:16px;color:#444;display:flex;justify-content:space-between;text-align:center}._detailsPage_1jtlk_29 .detail-content .add-cart-box .priceCalculations .labelWithAmt+.labelWithAmt{margin-top:15px}._detailsPage_1jtlk_29 .detail-content .add-cart-box .priceCalculations .labelWithAmt+.totalAmt{padding-top:15px;border-top:1px solid #eaeaea;font-weight:600}@media (max-width: 1024.98px){._detailsPage_1jtlk_29 .detail-content .add-cart-box .smMg0{margin:0!important}}._detailsPage_1jtlk_29 .detail-content ul{margin-top:0}._detailsPage_1jtlk_29 .detail-content .title{width:100%;position:relative;top:20px}._detailsPage_1jtlk_29 .detail-content .title h2{color:var(--color-text)!important;font-size:20px;font-weight:400}._detailsPage_1jtlk_29 .detail-content .addCount:before{counter-increment:section;content:counter(section) ". "}._detailsPage_1jtlk_29 .detail-content .crousol-box{height:auto}._detailsPage_1jtlk_29 .detail-content .crousol-box .swiper-wrapper{padding-top:40px;display:flex;flex-wrap:wrap}._detailsPage_1jtlk_29 .detail-content .crousol-box .swiper-wrapper .swiper-slide{margin-bottom:10px}@media (max-width: 767px){._detailsPage_1jtlk_29 .detail-content .crousol-box .swiper-wrapper .swiper-slide{margin-right:10px}}._detailsPage_1jtlk_29 .detail-content .crousol-box .swiper-wrapper .swiper-slide:nth-child(10) span.variantName{right:0}._detailsPage_1jtlk_29 .detail-content .crousol-box .swiper-wrapper .swiper-slide:nth-child(10) span.variantName:before{left:80px}._detailsPage_1jtlk_29 .detail-content .crousol-box span.variantName{position:absolute;top:-35px;width:100%;min-width:130px;height:20px;background:#f0f0f0;padding:5px;color:#000;text-align:center;font-size:10px;font-style:normal;font-weight:600;line-height:10px;letter-spacing:1px;text-transform:uppercase;visibility:hidden;font-family:Poppins!important;box-shadow:0 4px 4px #0000001a}._detailsPage_1jtlk_29 .detail-content .crousol-box span.variantName:before{border-color:transparent var(--clr_background) transparent transparent;border-style:solid;border-width:15px 10px 15px 0;content:"";height:0;left:30px;position:absolute;top:9px;-webkit-transform:rotate(90deg);transform:rotate(-90deg);width:0}._detailsPage_1jtlk_29 .detail-content .crousol-box .swiper-slide:hover .variantName{visibility:visible}._detailsPage_1jtlk_29 .detail-content #DownloadHiResImagePopup .loadingData{width:100%}@media (max-width: 1024.98px){._detailsPage_1jtlk_29 .detail-content .lSide,._detailsPage_1jtlk_29 .detail-content .rSide{flex:0 0 100%;max-width:100%}}._detailsPage_1jtlk_29 .prodDetails{border-top:none;border-bottom:none}._detailsPage_1jtlk_29 .prodDetails .title-2 h4{font-size:20px!important;padding-bottom:0;font-weight:700;letter-spacing:1px;line-height:20px;text-transform:uppercase;border-bottom:2px solid #525252;margin:30px 0;pointer-events:none}._detailsPage_1jtlk_29 .prodDetails .title-2 h4:before{display:none}@media (max-width: 767.98px){._detailsPage_1jtlk_29 .prodDetails{margin-bottom:0;padding-bottom:0}}._detailsPage_1jtlk_29 .prodDetails .prod-details{column-count:2}@media (max-width: 767.98px){._detailsPage_1jtlk_29 .prodDetails .prod-details{column-count:1}}._detailsPage_1jtlk_29 .prodDetails .prod-details .productdetails-row{display:flex}._detailsPage_1jtlk_29 .prodDetails .prod-details .productdetails-row span.infoTitle{font-size:15px;font-style:normal;font-weight:700;line-height:31px;padding-right:5px}._detailsPage_1jtlk_29 .prodDetails .prod-details .productdetails-row span.infoPara{font-size:15px;font-style:normal;font-weight:400;line-height:31px;padding-right:5px}._detailsPage_1jtlk_29 #similar-products-section{padding:60px 0}._detailsPage_1jtlk_29 ._actionsWrap_1jtlk_291 ._action-icon_1jtlk_296._active_1jtlk_46{border:1px solid var(--main-color);color:var(--main-color)}#_myresult_1jtlk_1{background-size:1449px 1449px!important}._swiper-wrapper_1jtlk_156{z-index:0!important}._FilterStyle_1u9zi_3 .sidebarOuterWrapper{transition:.3s;background-color:#fff;padding:0 15px;width:297px;margin-left:auto;align-self:flex-start;position:sticky;top:10px}@media (max-width: 414.98px){._FilterStyle_1u9zi_3 .sidebarOuterWrapper{width:250px}}@media (max-width: 1279.98px){._FilterStyle_1u9zi_3 .sidebarOuterWrapper{transform:translate(-100%);position:fixed;left:0;cursor:pointer;z-index:9999;height:100%!important;visibility:hidden;opacity:0;overflow:auto}}._FilterStyle_1u9zi_3 .sidebarOuterWrapper .filter-list label{font-size:14px;display:flex;justify-content:space-between}._FilterStyle_1u9zi_3 .sidebarOuterWrapper .filter-list label .sizeText{margin-left:5px;display:flex;justify-content:space-between;flex-basis:calc(100% - 22px);font-weight:400;color:var(--header-text)}._FilterStyle_1u9zi_3 .sidebarOuterWrapper .filter-list label .sizeText .count{color:#777}._FilterStyle_1u9zi_3 .display_filterWrapper{inset:0 0 0 0%;position:fixed;max-width:300px;background:var(--clr-white);z-index:30;padding:20px}._FilterStyle_1u9zi_3 .sidebarMobile{font-size:1rem;display:flex;justify-content:space-between;align-items:center;position:relative;font-weight:700;text-transform:capitalize;color:#000;font-style:normal;line-height:normal;padding-bottom:15px;border-bottom:1px solid #ebebeb;margin-bottom:15px}._FilterStyle_1u9zi_3 .sidebarMobile .sidebarText{font-family:Cinzel,serif}._FilterStyle_1u9zi_3 .sidebarMobile #btnResetFilters{display:inline-flex;color:var(--txt-color);font-size:.75rem;font-weight:400;cursor:pointer}._FilterStyle_1u9zi_3 .sidebarMobile #btnResetFilters .icon-refresh{margin-right:5px;font-size:1.25rem;color:var(--main-color);position:relative;top:5px}._FilterStyle_1u9zi_3 .sidebarMobile #btnResetFilters .icon-refresh:before{content:""}@media (max-width: 1279.98px){._FilterStyle_1u9zi_3 .sidebarMobile #btnResetFilters{display:inline-flex!important}}@media (min-width: 1280px){._FilterStyle_1u9zi_3 .sidebarMobile .sidebarIcon{display:none}}._FilterStyle_1u9zi_3 .sidebarMobile .sidebarIcon:after{content:"×";position:absolute;right:0;top:-6px;font-size:28px}._FilterStyle_1u9zi_3 .filter{margin-bottom:20px;margin-top:20px;border-bottom:1px solid #ebebeb}._FilterStyle_1u9zi_3 .filter:last-child{border-bottom:0px solid #ebebeb}._FilterStyle_1u9zi_3 .filter:last-child .filter-list{padding-bottom:0}._FilterStyle_1u9zi_3 .filterHeading{font-size:1.125rem;font-weight:500;text-transform:capitalize;border-bottom:0px solid #c6ced0;padding-bottom:15px;margin-bottom:0;position:relative;cursor:pointer;font-family:Jost,sans-serif}._FilterStyle_1u9zi_3 .filterHeading:before{content:url("data: image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46967 0.46967C5.76256 0.176777 6.23744 0.176777 6.53033 0.46967L11.3033 5.24264C11.5962 5.53553 11.5962 6.01041 11.3033 6.3033C11.0104 6.59619 10.5355 6.59619 10.2426 6.3033L6 2.06066L1.75736 6.3033C1.46447 6.59619 0.989593 6.59619 0.696699 6.3033C0.403806 6.01041 0.403806 5.53553 0.696699 5.24264L5.46967 0.46967ZM5.25 2V1H6.75V2H5.25Z' fill='%237A7778'/%3E%3C/svg%3E");position:absolute;top:2px;right:0;transition:all .3s;height:auto;background-color:transparent!important;transform:rotate(180deg)}._FilterStyle_1u9zi_3 .filterHeading:not(.collapsed):before{transform:rotate(0);transition:all .3s}._FilterStyle_1u9zi_3 .filterHeading.color_option{display:flex;justify-content:space-between;border-bottom:none;cursor:default}._FilterStyle_1u9zi_3 .filterHeading.color_option .refined_by{cursor:default!important}._FilterStyle_1u9zi_3 .filterHeading.color_option .clearColors{font-size:var(--font-body-size);font-weight:var(--font-body-weight);color:#3c3c3c;text-transform:capitalize;cursor:pointer}._FilterStyle_1u9zi_3 .filterHeading.color_option:after{content:none}._FilterStyle_1u9zi_3 .filter-list{padding-bottom:30px}._FilterStyle_1u9zi_3 .Subcategory-filter .categoryFilterUl,._FilterStyle_1u9zi_3 .categories-filter .categoryFilterUl{max-height:250px;overflow:hidden auto;scrollbar-width:thin}._FilterStyle_1u9zi_3 .Subcategory-filter .categoryFilterUl::-webkit-scrollbar,._FilterStyle_1u9zi_3 .categories-filter .categoryFilterUl::-webkit-scrollbar{width:5px}._FilterStyle_1u9zi_3 .Subcategory-filter .categoryFilterUl::-webkit-scrollbar-track,._FilterStyle_1u9zi_3 .categories-filter .categoryFilterUl::-webkit-scrollbar-track{background:var(--main-color)}._FilterStyle_1u9zi_3 .Subcategory-filter .categoryFilterUl::-webkit-scrollbar-thumb,._FilterStyle_1u9zi_3 .categories-filter .categoryFilterUl::-webkit-scrollbar-thumb{background:var(--main-color)}._FilterStyle_1u9zi_3 .Subcategory-filter .categoryFilterUl::-webkit-scrollbar-thumb:hover,._FilterStyle_1u9zi_3 .categories-filter .categoryFilterUl::-webkit-scrollbar-thumb:hover{background:var(--main-color)}._FilterStyle_1u9zi_3 .Subcategory-filter .categoryFilterUl li,._FilterStyle_1u9zi_3 .categories-filter .categoryFilterUl li{margin-bottom:10px;color:var(--txt-color);font-size:.875rem;font-weight:var(--font-body-weight);left:0;transition:position .5s;line-height:var(--font-body-lineheight)}._FilterStyle_1u9zi_3 .Subcategory-filter .categoryFilterUl li .count,._FilterStyle_1u9zi_3 .categories-filter .categoryFilterUl li .count{color:var(--txt-color);float:right;min-height:25px;min-width:25px;border-radius:50%;background:var(--light-bg);display:grid;place-items:center;font-size:.75rem;font-weight:400;margin-right:10px}._FilterStyle_1u9zi_3 .Subcategory-filter .categoryFilterUl li a,._FilterStyle_1u9zi_3 .categories-filter .categoryFilterUl li a{justify-content:space-between;cursor:pointer;position:relative;padding-left:5px}._FilterStyle_1u9zi_3 .Subcategory-filter .categoryFilterUl li a input,._FilterStyle_1u9zi_3 .categories-filter .categoryFilterUl li a input{border:1px solid transparent;accent-color:var(--main-color);appearance:auto;-webkit-appearance:auto;width:15px}._FilterStyle_1u9zi_3 .Subcategory-filter .categoryFilterUl li a input:before,._FilterStyle_1u9zi_3 .categories-filter .categoryFilterUl li a input:before{content:none}._FilterStyle_1u9zi_3 .Subcategory-filter .categoryFilterUl li a.active span,._FilterStyle_1u9zi_3 .categories-filter .categoryFilterUl li a.active span{color:var(--main-color);font-weight:600}._FilterStyle_1u9zi_3 .Subcategory-filter .categoryFilterUl li:last-child,._FilterStyle_1u9zi_3 .categories-filter .categoryFilterUl li:last-child{margin-bottom:0}._FilterStyle_1u9zi_3 .Subcategory-filter .categoryFilterUl li.active,._FilterStyle_1u9zi_3 .categories-filter .categoryFilterUl li.active{font-size:calc(var(--font-body-size) + 2px)}._FilterStyle_1u9zi_3 .Subcategory-filter .categoryFilterUl li.active .count,._FilterStyle_1u9zi_3 .categories-filter .categoryFilterUl li.active .count{color:var(--clr-white);background:var(--main-color)}._FilterStyle_1u9zi_3 .Subcategory-filter .categoryFilterUl li.active input,._FilterStyle_1u9zi_3 .categories-filter .categoryFilterUl li.active input{background:var(--main-color);border:1px solid transparent;accent-color:var(--main-color);appearance:auto;-webkit-appearance:auto}._FilterStyle_1u9zi_3 .Subcategory-filter .categoryFilterUl li.active input:before,._FilterStyle_1u9zi_3 .categories-filter .categoryFilterUl li.active input:before{content:none;color:var(--clr-white);font-family:Quake-City-Cap!important;top:50%;position:absolute;left:50%;transform:translate(-50%,-50%);font-size:.6875rem}._FilterStyle_1u9zi_3 .selected-filter .selectedFilter{display:flex;margin:20px 0 14px;column-gap:3px;flex-wrap:wrap;row-gap:3px}._FilterStyle_1u9zi_3 .selected-filter .filter_label{padding:3px 25px 3px 12px;border-radius:3px;background-color:#fafafa;color:#707070;cursor:pointer;transition:.3s;position:relative}._FilterStyle_1u9zi_3 .selected-filter .filter_label .refinedFilterName{margin-right:3px}._FilterStyle_1u9zi_3 .selected-filter .filter_label .refinedFilterName:after{content:"×";position:absolute;right:0;left:8px;top:3px;font-size:16px;font-weight:500}._FilterStyle_1u9zi_3 .selected-filter .filter_label:hover{background-color:#707070;color:var(--clr-white)}._FilterStyle_1u9zi_3 .size-filter #sizeCollapse label{margin-right:5px;width:auto}._FilterStyle_1u9zi_3 .size-filter #sizeCollapse input{width:45px;height:30px;position:absolute;opacity:0;cursor:pointer}._FilterStyle_1u9zi_3 .size-filter #sizeCollapse input:checked+.sizeText{border:2px solid var(--txt-color);border-radius:5px}._FilterStyle_1u9zi_3 .size-filter #sizeCollapse .sizeText{min-width:45px;height:30px;padding:3px 10px;display:flex;align-items:center;text-transform:capitalize;border:1px solid #dadada;border-radius:5px}._FilterStyle_1u9zi_3 .colors-filter #colorsCollapse label{display:inline-block;vertical-align:top;cursor:pointer;margin:0 10px 10px 0;border-radius:50%;position:relative;font-size:0;width:20px;height:20px;border:1px solid #cbcbcb;background:transparent;padding:0;opacity:1}._FilterStyle_1u9zi_3 .colors-filter #colorsCollapse label input[type=checkbox]{position:absolute;width:100%;height:100%;cursor:pointer;opacity:0}._FilterStyle_1u9zi_3 .colors-filter #colorsCollapse label input[type=checkbox]:checked+span.color{outline-offset:1px;outline:1px solid #777}._FilterStyle_1u9zi_3 .colors-filter #colorsCollapse label .colorText{display:none}._FilterStyle_1u9zi_3 .colors-filter #colorsCollapse label .color{display:block;width:100%;height:100%;border-radius:50%}@media (max-width: 767.98px){._FilterStyle_1u9zi_3 .Price-filter{margin-bottom:70px}}._FilterStyle_1u9zi_3 .price-filter .priceInput{display:flex;align-items:center;position:relative;justify-content:space-between;gap:15px}._FilterStyle_1u9zi_3 .price-filter .priceInput .priceRange_wrapper{position:relative;flex:1}._FilterStyle_1u9zi_3 .price-filter .priceInput .currencySymbol:before{content:"₹"}._FilterStyle_1u9zi_3 .price-filter .priceInput #MinValueInput,._FilterStyle_1u9zi_3 .price-filter .priceInput #MaxValueInput{text-align:center}._FilterStyle_1u9zi_3 .price-filter .applyFilter{margin-top:15px}._FilterStyle_1u9zi_3 .price-filter .applyFilter .btnApplyPriceFilter{width:100%}._FilterStyle_1u9zi_3 .categoryDetails{margin-bottom:5px}._FilterStyle_1u9zi_3 .categoryDetails .categoryBanner{display:none}._FilterStyle_1u9zi_3 .categoryDetails i{font-weight:600;font-size:medium}._FilterStyle_1u9zi_3 .categoryDetails .activeIcon{color:var(--clr_10)}._FilterStyle_1u9zi_3 .categoryDetails .categoryName{color:var(--main-color);font-size:1.875rem;margin-bottom:0;text-transform:capitalize;font-weight:var(--font-weight-bold);line-height:normal;display:none}._FilterStyle_1u9zi_3 .categoryDetails .categoryName span{display:none}._FilterStyle_1u9zi_3 .categoryDetails .categoryDescription{margin-top:12px;color:#3c3c3c!important}._FilterStyle_1u9zi_3 .categoryDetails .categoryDescription p{margin:0;line-height:22px}._FilterStyle_1u9zi_3 .categoryDetails .categoryDescription p span{color:#3c3c3c!important;letter-spacing:0!important;font-family:Poppins,sans-serif!important}._FilterStyle_1u9zi_3 .subCategoryList{margin-bottom:25px}._FilterStyle_1u9zi_3 .subCategoryList img{width:100%}._FilterStyle_1u9zi_3 .subCategoryList .subCategory-name-count{padding-top:15px;display:flex;align-items:center;justify-content:center;column-gap:5px}._FilterStyle_1u9zi_3 .subCategoryList .categoryName{border-bottom:2px solid transparent;display:inline-block;text-transform:uppercase;font-size:var(--font-body-size);font-weight:500;color:var(--txt-color);margin-bottom:0!important}._FilterStyle_1u9zi_3 .priceFilterWrapper{height:0px;display:flex;align-items:center;justify-content:center;padding-top:12px;position:relative}._FilterStyle_1u9zi_3 .slider{position:relative;width:100%;overflow:hidden;height:5px}._FilterStyle_1u9zi_3 .slider__track,._FilterStyle_1u9zi_3 .slider__range,._FilterStyle_1u9zi_3 .slider__left-value,._FilterStyle_1u9zi_3 .slider__right-value{position:absolute}._FilterStyle_1u9zi_3 .slider__track,._FilterStyle_1u9zi_3 .slider__range{border-radius:3px;height:5px}._FilterStyle_1u9zi_3 .slider__track{background-color:#d3d3d3;width:100%;z-index:1}._FilterStyle_1u9zi_3 .slider__range{background-color:var(--main-color);z-index:2}._FilterStyle_1u9zi_3 .rangeStrt{position:absolute;left:0;bottom:-30px}._FilterStyle_1u9zi_3 .rangeEnd{position:absolute;right:0;bottom:-30px}._FilterStyle_1u9zi_3 .slider__left-value,._FilterStyle_1u9zi_3 .slider__right-value{color:#40b06a;font-size:.875rem;margin-top:20px}._FilterStyle_1u9zi_3 .slider__left-value{left:6px}._FilterStyle_1u9zi_3 .slider__right-value{right:-4px}#_listingContainer_ub101_1 .subCategoryList,#_listingContainer_ub101_1 .product-main-wrapper,#_listingContainer_ub101_1 .productWrapper,#_listingContainer_ub101_1 .product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));row-gap:15px;column-gap:15px}@media (max-width: 767.98px){#_listingContainer_ub101_1 .subCategoryList,#_listingContainer_ub101_1 .product-main-wrapper,#_listingContainer_ub101_1 .productWrapper,#_listingContainer_ub101_1 .product-list{grid-template-columns:1fr 1fr}}@media (max-width: 575.98px){#_listingContainer_ub101_1 .subCategoryList,#_listingContainer_ub101_1 .product-main-wrapper,#_listingContainer_ub101_1 .productWrapper,#_listingContainer_ub101_1 .product-list{grid-template-columns:1fr 1fr;column-gap:15px;background:#fff}}#_listingContainer_ub101_1 .listingPageWrapper{padding-bottom:60px}@media (min-width: 1025px){#_listingContainer_ub101_1 .listingPageWrapper{min-height:650px}}#_listingContainer_ub101_1 .listingPageWrapper .closeIconFilter{display:none}@media (max-width: 1024.98px){#_listingContainer_ub101_1 .listingPageWrapper .closeIconFilter{display:block;padding:3px}}#_listingContainer_ub101_1 .listingPageWrapper .closeIconFilter:before{color:#fff;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='22' height='28' viewBox='0 0 22 28'%3E%3Cpath d='M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z'%3E%3C/path%3E%3C/svg%3E")}#_listingContainer_ub101_1 .listingPageWrapper.mobileFilterVisible .filerProductWrapper .sidebarOuterWrapper{opacity:1!important;visibility:visible!important;transition:transform .3s;transform:translate(0);top:0}#_listingContainer_ub101_1 .listingPageWrapper.mobileFilterVisible .filerProductWrapper .productDetailWrapper .closeIconFilter{position:absolute;left:27%;z-index:11111;top:-19%;background:var(--clr_1);width:35px;height:35px;font-size:25px;text-align:center;padding:6px;border-radius:16px;color:var(--clr-white);display:flex;align-items:center}#_listingContainer_ub101_1 .filerProductWrapper{display:flex}@media (max-width: 1279.98px){#_listingContainer_ub101_1 .filterWrapper{left:-100%;transition:position .5s}}#_listingContainer_ub101_1 .productDetailWrapper{flex:calc(100vw - 300px);padding-left:20px;border-radius:0;position:relative;padding-top:0!important}#_listingContainer_ub101_1 .productDetailWrapper .product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(275px,1fr));row-gap:15px;column-gap:15px}#_listingContainer_ub101_1 .productDetailWrapper .categoryDetails{display:none}#_listingContainer_ub101_1 .productDetailWrapper .custom-animsition-loading{position:absolute;max-height:300px}@media (max-width: 1279.98px){#_listingContainer_ub101_1 .productDetailWrapper{width:100%;padding-left:0}}@media (max-width: 575.98px){#_listingContainer_ub101_1 .productDetailWrapper{padding-left:0;padding-right:0}}#_listingContainer_ub101_1 .sortViewPage{margin:0 0 0 auto;transition:.3s;display:flex;align-items:center;justify-content:space-between;padding:0 0 15px!important;flex-wrap:nowrap;top:100px;background:#fffc;backdrop-filter:blur(5px);z-index:1}@media (max-width: 1279.98px){#_listingContainer_ub101_1 .sortViewPage{padding:15px 0;background:var(--clr-white);z-index:8;height:auto;position:sticky;top:0;width:100%;border-top:0;backdrop-filter:none}#_listingContainer_ub101_1 .sortViewPage .productSortOptions.itemsPerPage{margin-left:auto}#_listingContainer_ub101_1 .sortViewPage .productSortOptions.itemsPerPage .optionHeading{font-size:.875rem!important;color:var(--txt-color)!important}#_listingContainer_ub101_1 .sortViewPage .productSortOptions{margin-left:0}}@media (max-width: 767.98px){#_listingContainer_ub101_1 .sortViewPage{flex-wrap:wrap}#_listingContainer_ub101_1 .sortViewPage .productSortOptions{width:100%;margin-left:0}}#_listingContainer_ub101_1 .sortViewPage .filterIcon{display:flex;color:var(--clr-white);align-items:center;column-gap:3px;cursor:pointer;font-size:.875rem;padding:10px;background:var(--main-color)}@media (min-width: 1280px){#_listingContainer_ub101_1 .sortViewPage .filterIcon{display:none}}@media (max-width: 1279.98px){#_listingContainer_ub101_1 .sortViewPage .filterIcon{margin-right:15px}}@media (max-width: 767.98px){#_listingContainer_ub101_1 .sortViewPage .filterIcon{margin-right:0;display:flex;flex:0 0 100%;margin-bottom:8px;max-width:100px;text-align:center;justify-content:center}}#_listingContainer_ub101_1 .sortViewPage .filterIcon [class^=icon-]{font-size:.875rem}#_listingContainer_ub101_1 .sortViewPage .filterIcon [class^=icon-]:before{color:var(--clr-white)}#_listingContainer_ub101_1 .sortViewPage .productCount{letter-spacing:-.09px;line-height:22px;color:var(--header-text);font-size:.875rem;font-weight:var(--font-body-weight);padding:0!important;display:flex;align-items:center}#_listingContainer_ub101_1 .sortViewPage .pagination{margin:0}#_listingContainer_ub101_1 .productSortOptions.itemsPerPage{display:none}#_listingContainer_ub101_1 .prod-sortoption{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}@media (max-width: 575.98px){#_listingContainer_ub101_1 .prod-sortoption{width:100%;justify-content:space-between;padding-right:7px}}#_listingContainer_ub101_1 .prod-sortoption span{font-size:.875rem!important;font-weight:var(--font-body-weight);line-height:1.5;color:var(--txt-color)}#_listingContainer_ub101_1 .prod-sortoption .select-wrap .sortByDropDown select{padding-left:0;display:flex;flex-wrap:wrap;font-size:.875rem!important;font-weight:var(--font-body-weight);letter-spacing:-.09px;line-height:22px;color:var(--txt-color);border:none;outline:none}@media (max-width: 767.98px){#_listingContainer_ub101_1 .prod-sortoption .select-wrap .sortByDropDown select{text-align:right}}#_listingContainer_ub101_1 .prod-sortoption .select-wrap .sortByDropDown select option{color:var(--txt-color);padding:2px 5px;font-size:.875rem;font-weight:var(--font-body-weight);transition:.3s;cursor:pointer;display:block}#_listingContainer_ub101_1 .prod-sortoption .select-wrap .sortByDropDown select option:hover{background-color:#1c65d3!important}._customized_container_new_ub101_261{padding:0}._FilterStyle_qe7vv_3 .sidebarOuterWrapper{transition:.3s;background-color:#fff;padding:0 15px;width:297px;margin-left:auto;align-self:flex-start;position:sticky;top:0}@media (max-width: 414.98px){._FilterStyle_qe7vv_3 .sidebarOuterWrapper{width:250px}}@media (max-width: 1279.98px){._FilterStyle_qe7vv_3 .sidebarOuterWrapper{transform:translate(-100%);position:fixed;left:0;cursor:pointer;z-index:9999;height:100%!important;visibility:hidden;opacity:0;overflow:auto}}._FilterStyle_qe7vv_3 .sidebarOuterWrapper.sidebarOuterWrapperVisible{opacity:1!important;visibility:visible!important;transition:transform .3s;transform:translate(0);top:0}._FilterStyle_qe7vv_3 .filter-list{padding-bottom:30px}._FilterStyle_qe7vv_3 .filter-list label{font-size:14px;display:flex;justify-content:space-between}._FilterStyle_qe7vv_3 .filter-list label .sizeText{margin-left:5px;display:flex;flex-basis:calc(100% - 22px);font-weight:400;color:var(--header-text)}._FilterStyle_qe7vv_3 .filter-list label .sizeText .count{color:#777;margin-left:5px}._FilterStyle_qe7vv_3 .sidebarText{color:#483729;font-size:27px;font-weight:500}._FilterStyle_qe7vv_3 .sidebarMobile{display:flex;justify-content:space-between;align-items:center;position:relative;text-transform:capitalize;color:var(--header-text);font-style:normal;line-height:normal;padding:20px 15px;margin:0 -15px 15px;border-bottom:1px solid #ebebeb}._FilterStyle_qe7vv_3 .sidebarMobile #btnResetFilters{display:inline-flex;color:#444;font-size:16px;font-weight:400;cursor:pointer;align-items:center}._FilterStyle_qe7vv_3 .sidebarMobile #btnResetFilters .icon-refresh{margin-right:5px}._FilterStyle_qe7vv_3 .sidebarMobile #btnResetFilters .icon-refresh:before{vertical-align:middle;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='20' viewBox='0 0 14 20' fill='none'%3E%3Cpath d='M1.25004 13.375C0.944485 12.8472 0.715318 12.3055 0.562541 11.75C0.409763 11.1944 0.333374 10.625 0.333374 10.0416C0.333374 8.18054 0.979207 6.5972 2.27087 5.29165C3.56254 3.98609 5.13893 3.33331 7.00004 3.33331H7.14587L5.81254 1.99998L6.97921 0.833313L10.3125 4.16665L6.97921 7.49998L5.81254 6.33331L7.14587 4.99998H7.00004C5.61115 4.99998 4.4306 5.48956 3.45837 6.46873C2.48615 7.4479 2.00004 8.63887 2.00004 10.0416C2.00004 10.4028 2.04171 10.7569 2.12504 11.1041C2.20837 11.4514 2.33337 11.7916 2.50004 12.125L1.25004 13.375ZM7.02087 19.1666L3.68754 15.8333L7.02087 12.5L8.18754 13.6666L6.85421 15H7.00004C8.38893 15 9.56948 14.5104 10.5417 13.5312C11.5139 12.5521 12 11.3611 12 9.95831C12 9.5972 11.9584 9.24304 11.875 8.89581C11.7917 8.54859 11.6667 8.20831 11.5 7.87498L12.75 6.62498C13.0556 7.15276 13.2848 7.69443 13.4375 8.24998C13.5903 8.80554 13.6667 9.37498 13.6667 9.95831C13.6667 11.8194 13.0209 13.4028 11.7292 14.7083C10.4375 16.0139 8.86115 16.6666 7.00004 16.6666H6.85421L8.18754 18L7.02087 19.1666Z' fill='%23B7BE11'/%3E%3C/svg%3E%0A")}@media (max-width: 1279.98px){._FilterStyle_qe7vv_3 .sidebarMobile #btnResetFilters{display:inline-flex!important}}@media (min-width: 1280px){._FilterStyle_qe7vv_3 .sidebarMobile .sidebarIcon{display:none}}._FilterStyle_qe7vv_3 .sidebarMobile .sidebarIcon:after{content:"×";position:absolute;right:0;top:-6px;font-size:28px}._FilterStyle_qe7vv_3 .sidebarMobile .closeIconFilter{display:none}@media (max-width: 1024.98px){._FilterStyle_qe7vv_3 .sidebarMobile .closeIconFilter{display:block;padding:3px}}._FilterStyle_qe7vv_3 .sidebarMobile .closeIconFilter:before{color:#fff;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='22' height='28' viewBox='0 0 22 28'%3E%3Cpath d='M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z'%3E%3C/path%3E%3C/svg%3E")}._FilterStyle_qe7vv_3 .category-filter .categoryFilterUl{max-height:250px;overflow:hidden auto;scrollbar-width:thin}._FilterStyle_qe7vv_3 .category-filter .categoryFilterUl::-webkit-scrollbar{width:5px}._FilterStyle_qe7vv_3 .category-filter .categoryFilterUl::-webkit-scrollbar-track{background:#ccc}._FilterStyle_qe7vv_3 .category-filter .categoryFilterUl::-webkit-scrollbar-thumb{background:var(--color-primary)}._FilterStyle_qe7vv_3 .category-filter .categoryFilterUl::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}._FilterStyle_qe7vv_3 .category-filter .categoryFilterUl li{padding:6px 0;color:#444;font-size:.9375rem;font-weight:var(--font-body-weight);left:0;transition:position .5s;line-height:var(--font-body-lineheight)}._FilterStyle_qe7vv_3 .category-filter .categoryFilterUl .category-item.active a.category-Size{color:var(--clr_2)}._FilterStyle_qe7vv_3 .category-filter .categoryFilterUl .category-item.active a.category-Size:before,._FilterStyle_qe7vv_3 .category-filter .categoryFilterUl .category-item.active a.category-Size:after{border-color:var(--clr_2)}._FilterStyle_qe7vv_3 .category-filter .categoryFilterUl .subcat-filter{padding:10px 0 10px 20px}._FilterStyle_qe7vv_3 .category-filter .categoryFilterUl .subcat-filter .subcat-item.active a.on-list{color:var(--clr_2)}._FilterStyle_qe7vv_3 .category-filter .categoryFilterUl .subcat-filter .subcat-item.active a.on-list:before,._FilterStyle_qe7vv_3 .category-filter .categoryFilterUl .subcat-filter .subcat-item.active a.on-list:after{border-color:var(--clr_2)}._FilterStyle_qe7vv_3 .filter{margin-bottom:30px;border-bottom:1px solid #ebebeb}._FilterStyle_qe7vv_3 .filter:last-child{border-bottom:0px solid #ebebeb}._FilterStyle_qe7vv_3 .filter:last-child .filter-list{padding-bottom:0}._FilterStyle_qe7vv_3 .filterHeading{font-size:1.25rem;font-weight:500;text-transform:capitalize;border-bottom:0px solid #c6ced0;padding-bottom:0;margin-bottom:15px;position:relative;color:#444;cursor:pointer}._FilterStyle_qe7vv_3 .filterHeading:before{content:url("data: image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46967 0.46967C5.76256 0.176777 6.23744 0.176777 6.53033 0.46967L11.3033 5.24264C11.5962 5.53553 11.5962 6.01041 11.3033 6.3033C11.0104 6.59619 10.5355 6.59619 10.2426 6.3033L6 2.06066L1.75736 6.3033C1.46447 6.59619 0.989593 6.59619 0.696699 6.3033C0.403806 6.01041 0.403806 5.53553 0.696699 5.24264L5.46967 0.46967ZM5.25 2V1H6.75V2H5.25Z' fill='%237A7778'/%3E%3C/svg%3E");position:absolute;top:2px;right:0;transition:all .3s;height:auto;background-color:transparent!important;transform:rotate(180deg)}._FilterStyle_qe7vv_3 .filterHeading:not(.collapsed):before{transform:rotate(0);transition:all .3s}._FilterStyle_qe7vv_3 .filterHeading.color_option{display:flex;justify-content:space-between;border-bottom:none;cursor:default}._FilterStyle_qe7vv_3 .filterHeading.color_option .refined_by{cursor:default!important}._FilterStyle_qe7vv_3 .filterHeading.color_option .clearColors{font-size:var(--font-body-size);font-weight:var(--font-body-weight);color:#3c3c3c;text-transform:capitalize;cursor:pointer}._FilterStyle_qe7vv_3 .filterHeading.color_option:after{content:none}._FilterStyle_qe7vv_3 #priceCollapse{margin-bottom:30px}._FilterStyle_qe7vv_3 .priceRange_wrapper{display:flex;justify-content:space-between}._FilterStyle_qe7vv_3 .fromprice,._FilterStyle_qe7vv_3 .toprice{font-size:16px;font-weight:400;color:#444}._FilterStyle_qe7vv_3 .priceFilterWrapper{height:0px;display:flex;align-items:center;justify-content:center;padding-top:12px;position:relative}._FilterStyle_qe7vv_3 .slider{position:relative;width:100%;overflow:hidden;height:5px}._FilterStyle_qe7vv_3 .slider__track,._FilterStyle_qe7vv_3 .slider__range,._FilterStyle_qe7vv_3 .slider__left-value,._FilterStyle_qe7vv_3 .slider__right-value{position:absolute}._FilterStyle_qe7vv_3 .slider__track,._FilterStyle_qe7vv_3 .slider__range{border-radius:3px;height:5px}._FilterStyle_qe7vv_3 .slider__track{background-color:#d3d3d3;width:100%;z-index:1}._FilterStyle_qe7vv_3 .slider__range{background-color:#b7be11;z-index:2}._FilterStyle_qe7vv_3 .slider__left-value,._FilterStyle_qe7vv_3 .slider__right-value{color:#b7be11;font-size:.875rem;margin-top:20px}._FilterStyle_qe7vv_3 .slider__left-value{left:6px}._FilterStyle_qe7vv_3 .slider__right-value{right:-4px}#_listingContainer_1k8bf_1{padding-bottom:60px}#_listingContainer_1k8bf_1 .filerProductWrapper{display:flex}#_listingContainer_1k8bf_1 .productDetailWrapper{flex:calc(100vw - 300px);padding-left:30px;border-radius:0;position:relative;padding-top:0!important}#_listingContainer_1k8bf_1 .productDetailWrapper .product-list-view .card-search.product-card{display:flex;flex-wrap:wrap;margin-bottom:1rem;border-radius:5px}#_listingContainer_1k8bf_1 .productDetailWrapper .product-list-view .card-search.product-card .card-upper-block{flex:0 0 33%;max-width:33%}#_listingContainer_1k8bf_1 .productDetailWrapper .product-list-view .card-search.product-card .card-upper-block:before{background:#c5c6c7a3;width:100%;height:100%;position:absolute;top:0;left:0;content:"";visibility:hidden;opacity:0;pointer-events:none}#_listingContainer_1k8bf_1 .productDetailWrapper .product-list-view .card-search.product-card .card-block{flex:0 0 66%;max-width:66%;background-color:transparent}#_listingContainer_1k8bf_1 .productDetailWrapper .product-list-view .card-search.product-card .card-block .list-content .product-code{font-size:12px;font-weight:400;color:#8b8b8b;order:2;line-height:5px}#_listingContainer_1k8bf_1 .productDetailWrapper .product-list-view .card-search.product-card .card-block .list-content .product-name h4{color:#444!important}#_listingContainer_1k8bf_1 .productDetailWrapper .product-list-view .card-search.product-card .card-block .list-content .product-price{order:3}#_listingContainer_1k8bf_1 .productDetailWrapper .product-list-view .card-search.product-card .card-block .list-content .product-price .price .text{font-size:16px;font-weight:400;color:#444}#_listingContainer_1k8bf_1 .productDetailWrapper .product-list-view .card-search.product-card .card-block .list-content .product-price .price .price-span{font-size:24px;font-weight:400;color:#444}#_listingContainer_1k8bf_1 .productDetailWrapper .product-list-view .card-search.product-card .card-block .list-content .product-price .price:nth-child(3) span{font-size:0}#_listingContainer_1k8bf_1 .productDetailWrapper .product-list-view .card-search.product-card .card-block .list-content .product-price:first-letter{text-transform:capitalize}#_listingContainer_1k8bf_1 .productDetailWrapper .custom-animsition-loading{position:absolute;max-height:300px}@media (max-width: 1279.98px){#_listingContainer_1k8bf_1 .productDetailWrapper{width:100%;padding-left:0}}@media (max-width: 575.98px){#_listingContainer_1k8bf_1 .productDetailWrapper{padding-left:0;padding-right:0}}#_listingContainer_1k8bf_1 .productDetailWrapper .product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));row-gap:15px;column-gap:15px}#_listingContainer_1k8bf_1 .productDetailWrapper .productViewOptions{width:33%}#_listingContainer_1k8bf_1 .productDetailWrapper .productViewOptions .viewOptions{display:flex}#_listingContainer_1k8bf_1 .productDetailWrapper .productViewOptions .viewOptions .toolbarIcon{padding-right:10px;cursor:pointer}#_listingContainer_1k8bf_1 .productDetailWrapper .productViewOptions .viewOptions .toolbarIcon.activeIcon .icon-Apps,#_listingContainer_1k8bf_1 .productDetailWrapper .productViewOptions .viewOptions .toolbarIcon.activeIcon .icon-Format-List{color:var(--clr_2);font-size:24px}#_listingContainer_1k8bf_1 .productDetailWrapper .productViewOptions .viewOptions .icon-Apps,#_listingContainer_1k8bf_1 .productDetailWrapper .productViewOptions .viewOptions .icon-Format-List{font-size:24px}#_listingContainer_1k8bf_1 .categoryDetails .categoryBanner{display:none}#_listingContainer_1k8bf_1 .categoryDetails i{font-weight:600;font-size:medium}#_listingContainer_1k8bf_1 .categoryDetails .activeIcon{color:var(--clr_10)}#_listingContainer_1k8bf_1 .categoryDetails .categoryName{color:#444;font-size:1.25rem;margin-bottom:0;text-transform:capitalize;font-weight:400;line-height:normal}@media (max-width: 1024.98px){#_listingContainer_1k8bf_1 .categoryDetails .categoryName{font-size:15px;line-height:30px}}#_listingContainer_1k8bf_1 .categoryDetails .categoryDescription{margin-top:12px;color:#3c3c3c!important}#_listingContainer_1k8bf_1 .categoryDetails .categoryDescription p{margin:0;line-height:22px}#_listingContainer_1k8bf_1 .categoryDetails .categoryDescription p span{color:#3c3c3c!important;letter-spacing:0!important;font-family:lexendregular,sans-serif!important}#_listingContainer_1k8bf_1 .filterIcon{display:flex;color:var(--clr-white);align-items:center;column-gap:3px;cursor:pointer;font-size:.875rem;padding:10px;background:var(--main-color)}@media (min-width: 1280px){#_listingContainer_1k8bf_1 .filterIcon{display:none}}@media (max-width: 1279.98px){#_listingContainer_1k8bf_1 .filterIcon{margin-right:15px}}@media (max-width: 767.98px){#_listingContainer_1k8bf_1 .filterIcon{margin-right:0;display:flex;flex:0 0 100%;margin-bottom:8px}}#_listingContainer_1k8bf_1 .filterIcon [class^=icon-]{font-size:.875rem}#_listingContainer_1k8bf_1 .filterIcon [class^=icon-]:before{color:var(--clr-white)}#_listingContainer_1k8bf_1 .productSortOptions.itemsPerPage{display:flex;align-items:center;margin-left:auto;margin-right:15px;position:relative;border-right:1px solid #eaeaea}@media (max-width: 767.98px){#_listingContainer_1k8bf_1 .productSortOptions.itemsPerPage{margin-left:0!important;width:100%;justify-content:space-between;margin-right:0;border-right:0}}#_listingContainer_1k8bf_1 .productSortOptions.itemsPerPage .viewOptions .dropdown-menu .dropdown-item.active,#_listingContainer_1k8bf_1 .productSortOptions.itemsPerPage .viewOptions .dropdown-menu .dropdown-item:focus,#_listingContainer_1k8bf_1 .productSortOptions.itemsPerPage .viewOptions .dropdown-menu .dropdown-item:active{font-weight:500!important;color:#fff;background:#f5f5f5!important}#_listingContainer_1k8bf_1 .productSortOptions.itemsPerPage .viewOptions .btn{border:0;line-height:21px;font-size:14px;color:#444;font-weight:400;min-height:30px;padding:0 38px 0 0}#_listingContainer_1k8bf_1 .productSortOptions.itemsPerPage .viewOptions .btn span{line-height:21px;font-size:14px;color:#444;font-weight:400}#_listingContainer_1k8bf_1 .productSortOptions.itemsPerPage .viewOptions .btn:after{top:10px}#_listingContainer_1k8bf_1 .productSortOptions.itemsPerPage .optionHeading{font-weight:400!important;color:#777;text-transform:capitalize!important;margin:0 10px 0 0!important;font-size:14px}#_listingContainer_1k8bf_1 .productSortOptions.itemsPerPage .show{right:9px;left:auto}#_listingContainer_1k8bf_1 .productSortOptions.itemsPerPage .show li{line-height:21px;font-size:14px;color:#444!important;font-weight:400}#_listingContainer_1k8bf_1 .prod-sortoption{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}@media (max-width: 575.98px){#_listingContainer_1k8bf_1 .prod-sortoption{width:100%;justify-content:space-between;padding-right:7px;margin-top:15px}}#_listingContainer_1k8bf_1 .prod-sortoption span{font-size:.875rem!important;font-weight:var(--font-body-weight);line-height:1.5;color:var(--txt-color);display:none}#_listingContainer_1k8bf_1 .prod-sortoption .select-wrap .sortByDropDown select{display:flex;flex-wrap:wrap;font-size:.875rem!important;font-weight:var(--font-body-weight);letter-spacing:-.09px;line-height:22px;color:var(--txt-color);border:1px solid #333;padding:8px 8px 8px 0;border-radius:50px;outline:none;background:#feffdd}#_listingContainer_1k8bf_1 .prod-sortoption .select-wrap .sortByDropDown select option{color:var(--txt-color);padding:2px 5px;font-size:.875rem;font-weight:var(--font-body-weight);transition:.3s;cursor:pointer;display:block}#_listingContainer_1k8bf_1 .prod-sortoption .select-wrap .sortByDropDown select option:hover{background-color:#1c65d3!important}#_listingContainer_1k8bf_1 .sortViewPage{margin:31px 0 20px auto;transition:.3s;display:flex;align-items:center;justify-content:space-between;padding:0 15px!important;flex-wrap:nowrap;background:#feffdd;border-radius:10px;backdrop-filter:blur(5px);z-index:1;height:84px}@media (max-width: 1279.98px){#_listingContainer_1k8bf_1 .sortViewPage{padding:15px 0;background:var(--clr-white);z-index:99;height:auto;position:sticky;top:0;width:100%;border-top:0;backdrop-filter:none}#_listingContainer_1k8bf_1 .sortViewPage .productSortOptions.itemsPerPage{margin-left:auto}#_listingContainer_1k8bf_1 .sortViewPage .productSortOptions.itemsPerPage .optionHeading{font-size:.875rem!important;color:var(--txt-color)!important}#_listingContainer_1k8bf_1 .sortViewPage .productSortOptions{margin-left:0}}@media (max-width: 767.98px){#_listingContainer_1k8bf_1 .sortViewPage{flex-wrap:wrap;z-index:1}#_listingContainer_1k8bf_1 .sortViewPage .productSortOptions{width:100%;margin-left:0}}#_listingContainer_1k8bf_1 .sortViewPage .pagination{margin:0}._customized_container_new_1k8bf_344{padding:0}._categoryLandingPage_4p5zn_2{padding-bottom:40px}._categoryLandingPage_4p5zn_2 .title_main{display:none}._categoryLandingPage_4p5zn_2 .category_desc_banner .banner{width:100%;height:auto}._categoryLandingPage_4p5zn_2 .category_desc_banner .category_desc{margin-top:15px}._categoryLandingPage_4p5zn_2 .category_desc_banner .category_desc .title{font-size:1rem}._categoryLandingPage_4p5zn_2 .category_desc_banner .category_desc .desc_data{font-size:.875rem;color:#333;font-weight:400;line-height:18px}._categoryLandingPage_4p5zn_2 .category_desc_banner .category_desc .desc_data h1,._categoryLandingPage_4p5zn_2 .category_desc_banner .category_desc .desc_data h2,._categoryLandingPage_4p5zn_2 .category_desc_banner .category_desc .desc_data h3,._categoryLandingPage_4p5zn_2 .category_desc_banner .category_desc .desc_data h4{font-size:1.125rem}._categoryLandingPage_4p5zn_2 .category_desc_banner .category_desc .desc_data .cta{display:none}._categoryLandingPage_4p5zn_2 .main-category{margin-bottom:25px;display:block}._categoryLandingPage_4p5zn_2 .main-category .categoryImage{box-shadow:0 3px 16px #00000014;border-radius:5px;position:relative}._categoryLandingPage_4p5zn_2 .main-category .categoryImage img{width:100%;border-radius:5px;height:auto}._categoryLandingPage_4p5zn_2 .main-category .categoryImage .SubcatOverlay{position:absolute;border-radius:5px;inset:0;background:#483729e5;display:flex;justify-content:center;align-items:center;transition:.3s;opacity:0;height:100%;width:100%}._categoryLandingPage_4p5zn_2 .main-category .categoryImage .SubcatOverlay .subcat-list li{color:var(--clr-white);font-family:Lexend;font-size:1rem;font-style:normal;font-weight:var(--font-weight-medium);line-height:22px;text-align:center}._categoryLandingPage_4p5zn_2 .main-category .categoryImage .SubcatOverlay .subcat-list li .cat-all{display:none}._categoryLandingPage_4p5zn_2 .main-category .categoryImage .SubcatOverlay .subcat-list li a{color:var(--clr-white);font-weight:var(--font-weight-medium);line-height:25px;padding:0 5px;text-align:center;font-family:Lexend;font-size:.875rem;font-style:normal}._categoryLandingPage_4p5zn_2 .main-category .categoryImage .SubcatOverlay .subcat-list li a.view-all{display:inline-flex;padding:10px 15px;background:var(--secondary-color);color:#111!important;line-height:normal;border-radius:20px;margin-top:20px;transition:.3s;font-size:.875rem}._categoryLandingPage_4p5zn_2 .main-category .categoryImage .SubcatOverlay .subcat-list li a.view-all:hover,._categoryLandingPage_4p5zn_2 .main-category .categoryImage .SubcatOverlay .subcat-list li a.view-all:focus{background:var(--secondary-color);color:#fff!important}._categoryLandingPage_4p5zn_2 .main-category:hover .categoryImage .SubcatOverlay{opacity:1}._categoryLandingPage_4p5zn_2 .main-category .subCategoryName{color:var(--header-text);font-size:1rem;font-style:normal;font-weight:var(--font-weight-medium);line-height:normal;margin:10px 0 0}._categoryLandingPage_4p5zn_2 .main-category .categoryPrdcount{color:#8b8b8b;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal;display:none}._categoryPageBannerStc_4p5zn_120._swiper_4p5zn_120 ._swiper-pagination_4p5zn_120{z-index:1;bottom:20px}._categoryPageBannerStc_4p5zn_120._swiper_4p5zn_120 ._swiper-pagination_4p5zn_120 ._swiper-pagination-bullet_4p5zn_124{width:8px;height:8px;padding:0;background:var(--main-color)!important;border:none!important;border-radius:10px;font-size:0}._categoryPageBannerStc_4p5zn_120._swiper_4p5zn_120 ._swiper-pagination_4p5zn_120 ._swiper-pagination-bullet_4p5zn_124._swiper-pagination-bullet-active_4p5zn_133{width:45px}._categoryPageBannerStc_4p5zn_120 .swiper-slide img{max-width:none;width:100%}.rc-slider{position:relative;width:100%;height:14px;padding:5px 0;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-rail{position:absolute;width:100%;height:3px;background-color:#e9e9e9;border-radius:6px}.rc-slider-track,.rc-slider-tracks{position:absolute;height:7px;background-color:#fff;border:1px solid #c5c5c5;border-radius:5px}.rc-slider-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;transform:translateY(-4px);height:11px;display:none}.rc-slider-handle{position:absolute;z-index:1;width:19px;height:19px;margin-top:-7px;background-color:var(--light-blue);border:solid 1px #979797;border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:default;opacity:.8;touch-action:pan-x}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#979797}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#979797}.rc-slider-handle-click-focused:focus{border-color:#979797;box-shadow:unset}.rc-slider-handle:hover{border-color:#979797}.rc-slider-handle:active{border-color:#979797;cursor:-webkit-grabbing;cursor:grabbing}.rc-slider-mark{position:absolute;top:18px;left:0;width:100%;font-size:12px}.rc-slider-mark-text{position:absolute;display:inline-block;color:#999;text-align:center;vertical-align:middle;cursor:pointer}.rc-slider-mark-text-active{color:#666}.rc-slider-step{position:absolute;width:100%;height:11px;background-color:#fff;border:1px solid #c5c5c5;border-radius:4px;transform:translateY(-4px);display:none}.rc-slider-dot{position:absolute;bottom:-2px;width:8px;height:8px;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;cursor:pointer}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-top:0;border-bottom:0;border-right:5px solid rgba(0,0,0,0);border-left:5px solid rgba(0,0,0,0);transform:translate(-5px)}.rc-slider-vertical .rc-slider-handle{position:absolute;z-index:1;margin-top:0;margin-left:-5px;touch-action:pan-y}.rc-slider-vertical .rc-slider-mark{top:0;left:18px;height:100%}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-leave{display:block!important;animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{transform:scale(0);animation-timing-function:cubic-bezier(.23,1,.32,1)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{transform:scale(0);transform-origin:50% 100%;opacity:0}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{transform:scale(0);transform-origin:50% 100%;opacity:0}}.rc-slider-tooltip{position:absolute;top:-9999px;left:-9999px;visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{min-width:24px;height:24px;padding:6px 2px;color:#fff;font-size:12px;line-height:1;text-align:center;text-decoration:none;background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{bottom:4px;left:50%;margin-left:-4px;border-width:4px 4px 0;border-top-color:#6c6c6c}@keyframes _line-scale_15179_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_15179_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._FilterStyle_15179_20 .sidebarOuterWrapper{transition:.3s;background-color:var(--clr-white);width:100%;margin-left:auto;align-self:flex-start;position:sticky;max-height:610px;top:0;z-index:1}._FilterStyle_15179_20 .sidebarOuterWrapper::-webkit-scrollbar{width:4px}._FilterStyle_15179_20 .sidebarOuterWrapper::-webkit-scrollbar-track{background-color:transparent}._FilterStyle_15179_20 .sidebarOuterWrapper::-webkit-scrollbar-thumb{background-color:#0069d9;border-radius:4px}@media (max-width: 414.98px){._FilterStyle_15179_20 .sidebarOuterWrapper{width:250px}}@media (max-width: 767.98px){._FilterStyle_15179_20 .sidebarOuterWrapper{width:250px}}@media (max-width: 1024.98px){._FilterStyle_15179_20 .sidebarOuterWrapper{transform:translate(-100%);position:fixed;left:0;cursor:pointer;z-index:31;height:100%!important;width:350px;visibility:hidden;opacity:0}._FilterStyle_15179_20 .sidebarOuterWrapper .row .col-12{flex:0 0 100%;max-width:100%}}._FilterStyle_15179_20 .sidebarOuterWrapper.sidebarOuterWrapperVisible{opacity:1!important;visibility:visible!important;transition:transform .3s;transform:translate(0);top:0;z-index:1111;padding:0 15px}._FilterStyle_15179_20 .sidebarOuterWrapper .sidebarInnerWrapper{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}._FilterStyle_15179_20 .sidebarOuterWrapper .sidebarInnerWrapper .sidebarMobile{display:block!important;padding-top:0;padding-left:0;width:48%}._FilterStyle_15179_20 .sidebarOuterWrapper .sidebarInnerWrapper .headingFilter{display:flex;justify-content:start;width:52%}@media (max-width: 1024.98px){._FilterStyle_15179_20 .sidebarOuterWrapper .sidebarInnerWrapper .headingFilter{width:30%}}._FilterStyle_15179_20 .sidebarOuterWrapper .sidebarInnerWrapper .headingFilter h1{margin-bottom:0}@media (max-width: 1024.98px){._FilterStyle_15179_20 .sidebarOuterWrapper .sidebarInnerWrapper .headingFilter h1{font-size:25px}}@media (max-width: 1024.98px){._FilterStyle_15179_20 .sidebarOuterWrapper .sidebarInnerWrapper .sidebarMobileClose{display:block!important;width:20%;text-align:end}}._FilterStyle_15179_20 .sidebarOuterWrapper .sidebarInnerWrapper .sidebarMobileClose .closeIconFilter{display:none}._FilterStyle_15179_20 .sidebarOuterWrapper .sidebarInnerWrapper .sidebarMobileClose .closeIconFilter:before{color:#fff;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='22' height='28' viewBox='0 0 22 28'%3E%3Cpath d='M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z'%3E%3C/path%3E%3C/svg%3E")}@media (max-width: 1024.98px){._FilterStyle_15179_20 .sidebarOuterWrapper .sidebarInnerWrapper .sidebarMobileClose .closeIconFilter{display:inline}}._FilterStyle_15179_20 .sidebarOuterWrapper .filter-list{padding:0}._FilterStyle_15179_20 .sidebarOuterWrapper .filter-list label{font-size:14px;display:flex;justify-content:space-between;align-items:flex-start}._FilterStyle_15179_20 .sidebarOuterWrapper .filter-list label input{position:relative;top:6px}._FilterStyle_15179_20 .sidebarOuterWrapper .filter-list label .sizeText{margin-left:5px;display:flex;justify-content:space-between;flex:1 1 auto;flex-basis:calc(100% - 22px);font-weight:400;color:var(--header-text)}._FilterStyle_15179_20 .sidebarOuterWrapper .filter-list label .sizeText .count{color:#777;display:flex;justify-content:flex-end;flex:0 0 30px}@media (max-width: 1279.98px){._FilterStyle_15179_20 .sidebarOuterWrapper .filter-list{padding:0 10px;margin-bottom:20px}}._FilterStyle_15179_20 .sidebarOuterWrapper .sliderAmt{display:flex;justify-content:space-between;margin-top:5px}@keyframes _line-scale_fcbju_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_fcbju_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._productListing_fcbju_20 .product-list{column-gap:15px;margin-bottom:50px;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));row-gap:15px}@media (max-width: 767.98px){._productListing_fcbju_20 .product-list{grid-template-columns:1fr 1fr}}@media (max-width: 575.98px){._productListing_fcbju_20 .product-list{grid-template-columns:1fr 1fr;column-gap:15px;row-gap:0px;background:#fff}}._productListing_fcbju_20 .page-heading{text-transform:uppercase;margin:0 0 25px;padding:20px 0!important;color:var(--txt-color);font-size:1.5849090909rem;font-weight:var(--font-weight-bold);line-height:2.2050909091rem;letter-spacing:.06px;text-align:left;border-bottom:1px solid var(--dark-gray)}._productListing_fcbju_20 .product-list-view .product-card{margin-bottom:30px;padding-bottom:30px;flex-direction:row}._productListing_fcbju_20 .product-list-view .product-card .card-block{margin-top:0}._productListing_fcbju_20 .product-list-view .product-card .card-upper-block .productImage{width:214px}@keyframes _line-scale_18hzl_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_18hzl_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}._productSortOptions_18hzl_20 .prod-sortoption .select-wrap{width:100%;border-bottom:1px solid var(--dark-gray)}@media (max-width: 1279.98px){._productSortOptions_18hzl_20 .prod-sortoption .select-wrap{left:-100%;transition:position .5s}}._productSortOptions_18hzl_20 .prod-sortoption .select-wrap .sortByDropDown{min-width:200px;border:none;margin-bottom:20px;position:relative}@media (max-width: 1279.98px){._productSortOptions_18hzl_20 .prod-sortoption .select-wrap .sortByDropDown{margin-bottom:10px}}._productSortOptions_18hzl_20 .prod-sortoption .select-wrap .sortByDropDown:after{content:"";font-family:var(--them-icon);position:absolute;font-size:14px;top:50%;right:10px;transform:translateY(-50%);color:var(--icon-txtcolor)}._productSortOptions_18hzl_20 .prod-sortoption .select-wrap .sortByDropDown select{background-color:transparent;padding:8px 0;color:var(--icon-txtcolor);font-size:.9647272727rem;-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:"";padding-left:10px!important;margin-top:10px;border-color:var(--dark-gray)}@media (max-width: 1599.98px){._productSortOptions_18hzl_20 .prod-sortoption .select-wrap .sortByDropDown select{font-size:.8269090909rem}}._productSortOptions_18hzl_20 .prod-sortoption .select-wrap .sortByDropDown select::-ms-expand{display:none}._productSortOptions_18hzl_20 .prod-sortoption .select-wrap .sortByDropDown select option{padding:2px 5px;background-color:var(--light-gray)!important;font-weight:var(--font-body-weight)}._categoryDetails_1hey8_1{margin:0 0 5px 17px}._categoryDetails_1hey8_1 .categoryBanner{display:none}._categoryDetails_1hey8_1 i{font-size:17px;color:var(--clr_1);cursor:pointer}._categoryDetails_1hey8_1 i.activeIcon{color:var(--light-blue)}._categoryDetails_1hey8_1 .activeIcon{color:var(--clr_10)}._listingBanner_jfc1y_1{padding:0}._listingBanner_jfc1y_1 .swiper-slide{position:relative}._listingBanner_jfc1y_1 .swiper-slide .overlayText{position:absolute;inset:0;padding:60px 80px;align-self:stretch;flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}._listingBanner_jfc1y_1 .swiper-slide .overlayText .subtitle{color:var(--main-color);font-family:Poppins;font-size:px-to-rem(30);font-style:normal;font-weight:600;line-height:normal;margin-bottom:0}._listingBanner_jfc1y_1 .swiper-slide .overlayText .title{color:var(--clr-black);font-family:Poppins;font-size:px-to-rem(50);font-style:normal;font-weight:var(--font-weight-medium);line-height:normal;margin-bottom:0}._listingBanner_jfc1y_1 .swiper-slide .overlayText .descrptn{color:var(--clr-black);font-family:Poppins;font-size:px-to-rem(24);font-style:normal;font-weight:var(--font-body-weight);line-height:normal;margin-bottom:0}._listingBanner_jfc1y_1 .swiper-pagination{z-index:3;bottom:60px;left:115px;position:absolute;transform:translate(-50%,-50%)}._listingBanner_jfc1y_1 .swiper-pagination .swiper-pagination-bullet{width:30px;height:5px;cursor:pointer;border:none;padding:0;border-radius:0;background-color:var(--color-whitesmoke);border-color:var(--color-whitesmoke)!important}._listingBanner_jfc1y_1 .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--main-color)!important;border-color:var(--main-color)!important}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}@keyframes _line-scale_1oiet_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_1oiet_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}#_listingContainer_1oiet_1 .rc-slider-track{height:1px}#_listingContainer_1oiet_1 .filerProductWrapper{margin-top:20px}#_listingContainer_1oiet_1 .filerProductWrapper .productDetailWrapper{padding:2px}#_listingContainer_1oiet_1 .filerProductWrapper .sidebarText{letter-spacing:-.09px;line-height:23px;color:var(--menu-color);font-size:1.1025454545rem;font-weight:500;padding:12px 0;display:flex;align-items:center;margin-bottom:30px}@media (max-width: 1024.98px){#_listingContainer_1oiet_1 .filerProductWrapper .sidebarText{display:none}}#_listingContainer_1oiet_1 .filterWrapper{margin-top:15px;width:100%;border-bottom:1px solid var(--dark-gray)}@media (max-width: 1279.98px){#_listingContainer_1oiet_1 .filterWrapper{left:-100%;transition:position .5s}}#_listingContainer_1oiet_1 .filterWrapper .filterHeading{color:var(--clr_1);font-size:1.1025454545rem;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;border-bottom:0px solid #c6ced0;margin-bottom:15px;position:relative;cursor:pointer;padding:0 15px}@media (max-width: 1599.98px){#_listingContainer_1oiet_1 .filterWrapper .filterHeading{font-size:.8958181818rem;padding:0}}#_listingContainer_1oiet_1 .filterWrapper .dropdown-box{margin-bottom:20px;position:relative}@media (max-width: 1279.98px){#_listingContainer_1oiet_1 .filterWrapper .dropdown-box{margin-bottom:10px}}#_listingContainer_1oiet_1 .filterWrapper .dropdown-box .dropdown-item{padding:2px 15px;font-size:1.1025454545rem}@media (max-width: 1599.98px){#_listingContainer_1oiet_1 .filterWrapper .dropdown-box .dropdown-item{font-size:.8269090909rem}}#_listingContainer_1oiet_1 .filterWrapper .dropdown-box .btn,#_listingContainer_1oiet_1 .filterWrapper .dropdown-box .btn:active,#_listingContainer_1oiet_1 .filterWrapper .dropdown-box .btn:focus{outline:none!important;box-shadow:none!important;text-align:left;background-color:transparent!important;font-size:1.1025454545rem;border-color:var(--dark-gray)!important;color:var(--icon-txtcolor)!important;width:100%;padding:.505rem .75rem}#_listingContainer_1oiet_1 .filterWrapper .dropdown-box .btn:after,#_listingContainer_1oiet_1 .filterWrapper .dropdown-box .btn:active:after,#_listingContainer_1oiet_1 .filterWrapper .dropdown-box .btn:focus:after{content:none}@media (max-width: 1599.98px){#_listingContainer_1oiet_1 .filterWrapper .dropdown-box .btn,#_listingContainer_1oiet_1 .filterWrapper .dropdown-box .btn:active,#_listingContainer_1oiet_1 .filterWrapper .dropdown-box .btn:focus{font-size:.8269090909rem}}#_listingContainer_1oiet_1 .filterWrapper .dropdown-box:after{content:"";font-family:var(--them-icon);position:absolute;font-size:14px;top:50%;right:10px;transform:translateY(-50%);color:var(--icon-txtcolor)}#_listingContainer_1oiet_1 .filterWrapper .dropdown-box select::-ms-expand{display:none}#_listingContainer_1oiet_1 .filterWrapper .dropdown-box label{color:var(--clr_1);font-size:1.1025454545rem;font-style:normal;font-weight:600;line-height:normal}@media (max-width: 1599.98px){#_listingContainer_1oiet_1 .filterWrapper .dropdown-box label{font-size:.8269090909rem}}#_listingContainer_1oiet_1 .filterWrapper .dropdown-box .form-control{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:"";padding-left:10px!important;color:var(--icon-txtcolor);font-size:1.1025454545rem;margin-top:10px;border-color:var(--dark-gray)}@media (max-width: 1599.98px){#_listingContainer_1oiet_1 .filterWrapper .dropdown-box .form-control{font-size:.8269090909rem}}#_listingContainer_1oiet_1 .filterWrapper #selctedFilters{display:none}#_listingContainer_1oiet_1 .sidebarMobile{display:none;justify-content:space-between;align-items:center;position:relative;font-weight:600;text-transform:capitalize;font-style:normal;line-height:normal}@media (max-width: 1024.98px){#_listingContainer_1oiet_1 .sidebarMobile{display:none}}@media (max-width: 1279.98px){#_listingContainer_1oiet_1 .sidebarMobile{padding:20px 15px}}#_listingContainer_1oiet_1 .sidebarMobile #btnResetFilters{display:flex;color:var(--light-blue);cursor:pointer;font-size:1.1025454545rem;font-weight:400;align-items:center}@media (max-width: 1599.98px){#_listingContainer_1oiet_1 .sidebarMobile #btnResetFilters{font-size:.9647272727rem}}#_listingContainer_1oiet_1 .sidebarMobile #btnResetFilters i{margin-right:10px}@media (min-width: 1280px){#_listingContainer_1oiet_1 .sidebarMobile .sidebarIcon{display:none}}#_listingContainer_1oiet_1 .sidebarMobile .sidebarIcon:after{content:"×";position:absolute;right:0;top:-6px;font-size:28px}#_listingContainer_1oiet_1 .sortViewPage{display:none;margin:0 0 30px auto;transition:.3s;align-items:center;justify-content:space-between;flex-wrap:wrap;top:70px;background:#fffc;backdrop-filter:blur(5px);z-index:1010}@media (max-width: 1024.98px){#_listingContainer_1oiet_1 .sortViewPage{display:flex}}#_listingContainer_1oiet_1 .sortViewPage .icon-close{display:none!important}#_listingContainer_1oiet_1 .sortViewPage .filterText{padding:5px 25px;background:var(--dark-blue);font-size:1.1025454545rem;color:#fff;text-align:center;width:100%;display:block}@media (max-width: 1279.98px){#_listingContainer_1oiet_1 .sortViewPage{padding:15px 0;background:var(--clr-white);z-index:1010;position:sticky;top:0;width:100%;border-top:0;backdrop-filter:none;margin-bottom:15px}}@media (max-width: 1279.98px){#_listingContainer_1oiet_1 .sortViewPage{position:fixed;bottom:0;flex-wrap:nowrap;top:auto;background:var(--dark-blue);margin-bottom:0;padding:6px 0;right:0}#_listingContainer_1oiet_1 .sortViewPage .productCount{display:none!important}#_listingContainer_1oiet_1 .sortViewPage .filterIcon{width:50%;background-color:var(--dark-gray)}}#_listingContainer_1oiet_1 .sortViewPage .pagination{margin:0}@keyframes _line-scale_11wrg_1{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes _line-scale_11wrg_1{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}#_CategoryLandingPage_11wrg_1 #SubCategoryList{padding-top:30px}#_CategoryLandingPage_11wrg_1 #SubCategoryList .row{margin:0 -7.5px!important}#_CategoryLandingPage_11wrg_1 #SubCategoryList .row .col-lg-2{padding:0 7.5px!important}#_CategoryLandingPage_11wrg_1 #SubCategoryList .sub-category{border-radius:10px;display:block;border:1px solid var(--border-clr);margin-bottom:10px;text-align:center;overflow:hidden}#_CategoryLandingPage_11wrg_1 #SubCategoryList .sub-category img{transition:.3s;aspect-ratio:1;height:100%;width:100%}#_CategoryLandingPage_11wrg_1 #SubCategoryList .sub-category:hover img{transform:scale(1.2)}#_CategoryLandingPage_11wrg_1 #SubCategoryList .sub-category-name{font-size:.9647272727rem;color:var(--txt-color);text-transform:capitalize;font-weight:600;margin-bottom:30px;margin-top:10px}#_CategoryLandingPage_11wrg_1 .page-heading{text-transform:uppercase;margin:0 0 25px;padding:20px 0!important;color:var(--txt-color);font-size:1.5849090909rem;font-weight:var(--font-weight-bold);line-height:2.2050909091rem;letter-spacing:.06px;text-align:left;border-bottom:1px solid var(--dark-gray)}._category-filter_1qxt9_3{margin-bottom:20px;background:var(--clr_background);padding:20px;border-radius:0}._category-filter_1qxt9_3 .categoryFilterUl{max-height:250px;overflow:hidden auto;scrollbar-width:thin}._category-filter_1qxt9_3 .categoryFilterUl::-webkit-scrollbar{width:5px}._category-filter_1qxt9_3 .categoryFilterUl::-webkit-scrollbar-track{background:#ccc}._category-filter_1qxt9_3 .categoryFilterUl::-webkit-scrollbar-thumb{background:var(--color-primary)}._category-filter_1qxt9_3 .categoryFilterUl::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}._category-filter_1qxt9_3 .categoryFilterUl li{padding:6px 0;color:#444;font-size:1.0336363636rem;font-weight:var(--font-body-weight);left:0;transition:position .5s;line-height:var(--font-body-lineheight)}._category-filter_1qxt9_3 .categoryFilterUl li.fitbit:after{content:"®";font-size:14px;top:-4px;left:-8px;position:relative}._category-filter_1qxt9_3 .categoryFilterUl li.active{font-weight:var(--font-weight-bold);font-size:calc(var(--font-body-size) + 2px)}._category-filter_1qxt9_3 .categoryFilterUl li a{position:relative!important;width:auto;margin-right:5px;padding-left:25px;color:#444;font-size:15px;font-style:normal;font-weight:600;line-height:22px}@media (max-width: 1024.98px){._category-filter_1qxt9_3 .categoryFilterUl li a{margin-right:10px}}._category-filter_1qxt9_3 .categoryFilterUl li a:before{content:"";position:absolute;top:6px;left:6.5px;box-sizing:border-box;width:6px;height:12px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);border-width:3px;border-style:solid;border-color:#f0f0f0;border-top:0;border-left:0;z-index:1;zoom:79%;-webkit-transition:border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;transition:border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s}._category-filter_1qxt9_3 .categoryFilterUl li a:checked:after{border:3px solid #F4313F;background:#f0f0f0}._category-filter_1qxt9_3 .categoryFilterUl li a:after{content:"";line-height:1.5em;display:inline-block;width:20px;height:20px;position:absolute;top:3px;left:0;margin-top:0;margin-left:0;border:3px solid #444;background:#f0f0f0;z-index:0;zoom:80%;border-radius:3px}@media (max-width: 1024.98px){._category-filter_1qxt9_3 .categoryFilterUl li a:after{width:22px;height:22px}}._category-filter_1qxt9_3 .categoryFilterUl li a:checked+span{color:#f4313f}._category-filter_1qxt9_3 .categoryFilterUl li a.active{color:var(--color-primary)}._category-filter_1qxt9_3 .categoryFilterUl li a.active:after{border-color:var(--color-primary)}._category-filter_1qxt9_3 .categoryFilterUl li a.active:before{border-color:var(--color-primary)}._category-filter_1qxt9_3 .categoryFilterUl li a:checked:before{display:block;display:-webkit-box;border-color:#f4313f}._category-filter_1qxt9_3 .categoryFilterUl .category-item.active a.category-Size{color:var(--color-primary)}._category-filter_1qxt9_3 .categoryFilterUl .category-item.active a.category-Size:before,._category-filter_1qxt9_3 .categoryFilterUl .category-item.active a.category-Size:after{border-color:var(--color-primary)}._category-filter_1qxt9_3 .categoryFilterUl .subcat-filter{padding:10px 0 10px 20px}._category-filter_1qxt9_3 .categoryFilterUl .subcat-filter .subcat-item.active a{color:var(--color-primary)}._category-filter_1qxt9_3 .categoryFilterUl .subcat-filter .subcat-item.active a:before,._category-filter_1qxt9_3 .categoryFilterUl .subcat-filter .subcat-item.active a:after{border-color:var(--color-primary)}@-moz-document url-prefix(){._category-filter_1qxt9_3 ._category-filter_1qxt9_3 ._categoryFilterUl_1qxt9_9 li a:after{-moz-appearance:initial;border:2px solid #444;height:18px;width:18px}._category-filter_1qxt9_3 ._category-filter_1qxt9_3 ._categoryFilterUl_1qxt9_9 li a:before{top:5px;left:5.5px;border-width:2px}}._color-filter_iggrt_2{margin-bottom:20px;background:var(--clr_background);padding:20px;border-radius:0}._color-filter_iggrt_2 .filterHeading{font-size:20px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.6px;text-transform:capitalize;color:#444;padding-bottom:0;position:relative;cursor:pointer}._color-filter_iggrt_2 .filterHeading:before{display:none;content:"";position:absolute;width:14px;height:2px;right:0;top:8px;background:var(--color-primary)}._color-filter_iggrt_2 .filterHeading:before:hover{color:var(--color-primary)}._color-filter_iggrt_2 .filterHeading:after{display:none;content:"";position:absolute;width:14px;height:2px;right:0;top:8px;background:var(--color-primary);transform:rotate(90deg)}._color-filter_iggrt_2 .filterHeading:after:hover{color:var(--color-primary)}._color-filter_iggrt_2 .filterHeading:not(.collapsed):after{content:none}._color-filter_iggrt_2 .filterHeading.color_option{display:flex;justify-content:space-between;border-bottom:none;cursor:default}._color-filter_iggrt_2 .filterHeading.color_option .refined_by{cursor:default!important}._color-filter_iggrt_2 .filterHeading.color_option .clearColors{font-size:var(--font-body-size);font-weight:var(--font-body-weight);color:#3c3c3c;text-transform:capitalize;cursor:pointer}._color-filter_iggrt_2 .filterHeading.color_option:after{content:none}._color-filter_iggrt_2 #colorCollapse{max-height:250px;overflow:hidden auto;scrollbar-width:thin}._color-filter_iggrt_2 #colorCollapse label{display:flex;flex:0 0 100%;vertical-align:top;cursor:pointer;border-radius:0;position:relative;font-size:.875rem;width:100%;height:auto;border:0px solid #cbcbcb;background:transparent;padding:0 0 20px;opacity:1;justify-content:flex-start;align-items:center;font-weight:400}._color-filter_iggrt_2 #colorCollapse label input[type=checkbox]{-webkit-appearance:none;appearance:none;background-color:var(--clr_background);border:2px solid #444;border-radius:.15em;height:20px;margin:0 5px 0 0;-webkit-transform:translateY(-.075em);transform:translateY(-.075em);width:20px;position:relative;top:2px;cursor:pointer}._color-filter_iggrt_2 #colorCollapse label input[type=checkbox]:before{background:var(--color-primary);-webkit-clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);content:"";display:flex;height:10px;margin:2px 0 0 2px;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:bottom left;transform-origin:bottom left;transition:-webkit-transform .12s ease-in-out;transition:transform .12s ease-in-out;transition:transform .12s ease-in-out,-webkit-transform .12s ease-in-out;width:10px;z-index:99}._color-filter_iggrt_2 #colorCollapse label input[type=checkbox]:checked{background-color:var(--clr_background);border-color:var(--color-primary)}._color-filter_iggrt_2 #colorCollapse label input[type=checkbox]:checked:before{transform:scale(1)}._color-filter_iggrt_2 #colorCollapse label input[type=checkbox]:checked+span{color:var(--color-primary)}._color-filter_iggrt_2 #colorCollapse label .colorText{display:inline-flex;color:#444;font-size:15px;font-style:normal;font-weight:400;line-height:22px}._color-filter_iggrt_2 #colorCollapse label .color{display:block;width:18px;height:18px;margin-right:10px;margin-left:10px;border:1px solid #f0f0f0;border-radius:4px}._color-filter_iggrt_2 #colorCollapse label .colorCount{padding-left:5px}._color-filter_iggrt_2 #colorCollapse::-webkit-scrollbar{width:5px}._color-filter_iggrt_2 #colorCollapse::-webkit-scrollbar-track{background:#ccc}._color-filter_iggrt_2 #colorCollapse::-webkit-scrollbar-thumb{background:var(--color-primary)}._color-filter_iggrt_2 #colorCollapse::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}._color-filter_iggrt_2 #colorCollapse .viewLessMore{border:none;outline:none;text-decoration:underline;color:#ff0015;font-size:16px;background:transparent}._sidebarOuterWrapper_8vb3g_3 .sidebarMobile{padding-bottom:20px;display:flex;justify-content:space-between;align-items:center;position:relative;text-transform:capitalize;color:#444}@media (max-width: 1024.98px){._sidebarOuterWrapper_8vb3g_3 .sidebarMobile{justify-content:flex-start}}._sidebarOuterWrapper_8vb3g_3 .sidebarMobile .sidebarText{font-size:24px}._sidebarOuterWrapper_8vb3g_3 .sidebarMobile #btnResetFilters{display:flex;color:#444;font-size:14px;font-weight:400;cursor:pointer;letter-spacing:.3px}@media (max-width: 1024.98px){._sidebarOuterWrapper_8vb3g_3 .sidebarMobile #btnResetFilters{padding-left:60px}}._sidebarOuterWrapper_8vb3g_3 .sidebarMobile #btnResetFilters .icon-refresh{margin-left:10px;color:var(--color-primary);order:1}@media (min-width: 1280px){._sidebarOuterWrapper_8vb3g_3 .sidebarMobile .sidebarIcon{display:none}}._sidebarOuterWrapper_8vb3g_3 .sidebarMobile .sidebarIcon:after{content:"×";position:absolute;right:0;top:-6px;font-size:28px}._sidebarOuterWrapper_8vb3g_3 .priceRange_wrapper>span:first-child{display:none}._sidebarOuterWrapper_8vb3g_3 .priceRange_wrapper .pricrangnumwrap{width:100%;display:flex}._sidebarOuterWrapper_8vb3g_3 .priceRange_wrapper .pricrangnumwrap .pricrangnumcont2{margin-left:auto}._sidebarOuterWrapper_8vb3g_3 #priceCollapse{margin-bottom:30px}._sidebarOuterWrapper_8vb3g_3 .priceFilterWrapper{height:0px;display:flex;align-items:center;justify-content:center;padding-top:12px;position:relative}._sidebarOuterWrapper_8vb3g_3 .slider{position:relative;width:100%}._sidebarOuterWrapper_8vb3g_3 .slider__track,._sidebarOuterWrapper_8vb3g_3 .slider__range,._sidebarOuterWrapper_8vb3g_3 .slider__left-value,._sidebarOuterWrapper_8vb3g_3 .slider__right-value{position:absolute}._sidebarOuterWrapper_8vb3g_3 .slider__track,._sidebarOuterWrapper_8vb3g_3 .slider__range{border-radius:3px;height:5px}._sidebarOuterWrapper_8vb3g_3 .slider__track{background-color:#bababa;width:100%;z-index:1}._sidebarOuterWrapper_8vb3g_3 .slider__range{background-color:var(--color-primary);z-index:2}._sidebarOuterWrapper_8vb3g_3 .slider__left-value,._sidebarOuterWrapper_8vb3g_3 .slider__right-value{color:var(--color-primary);font-size:.9647272727rem;margin-top:20px}._sidebarOuterWrapper_8vb3g_3 .slider__left-value{left:6px}._sidebarOuterWrapper_8vb3g_3 .slider__right-value{right:-4px}#_constrained-container_jt4hl_1 .product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));row-gap:15px;column-gap:15px}@media (max-width: 767.98px){#_constrained-container_jt4hl_1 .product-list{grid-template-columns:1fr 1fr}}@media (max-width: 575.98px){#_constrained-container_jt4hl_1 .product-list{grid-template-columns:1fr 1fr;column-gap:2px;row-gap:0px;background:#fff}}._filerProductWrapper_1mk9t_2{display:flex}._filerProductWrapper_1mk9t_2 .filterWithColor{padding:0 15px 30px 0;width:400px;margin-left:auto;align-self:flex-start;position:sticky;top:0;opacity:1}@media (max-width: 414.98px){._filerProductWrapper_1mk9t_2 .filterWithColor{width:100%}}@media (max-width: 1279.98px){._filerProductWrapper_1mk9t_2 .filterWithColor{padding:20px 15px 30px;transform:translate(-100%);position:fixed;left:0;cursor:pointer;z-index:31;height:100%!important;visibility:hidden;background-color:#fff;box-shadow:0 0 10px #ccc;transition:left .3s}}._filerProductWrapper_1mk9t_2 .filterHeading{text-transform:capitalize}._filerProductWrapper_1mk9t_2 .productDetailWrapper{flex:1 1 auto;padding-left:30px;border-radius:0;position:relative;padding-top:0!important}@media (max-width: 1024.98px){._filerProductWrapper_1mk9t_2 .productDetailWrapper{padding-left:0}}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap{border:0px;border-radius:30px;padding:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:20px;position:relative}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap.active{z-index:99}@media (max-width: 1279.98px){._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap{margin-bottom:5px}}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown{position:relative;width:220px}@media (min-width: 1700px){._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown{width:230px}}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown .active-item{padding:10px 20px;margin-bottom:0;border:1px solid #eee;display:flex;align-items:center;cursor:pointer}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown .active-item span{display:block}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown .active-item i{padding-left:10px}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown ul.dropdown-list{position:absolute;z-index:99;padding:10px 20px;border:1px solid #eee;background-color:#fff;width:100%;transition:all .1s ease-in-out;transform:translateY(-10px);visibility:hidden}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown ul.dropdown-list li.item{padding:2px 0;cursor:pointer;font-size:1.1025454545rem;line-height:1.5}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown ul.dropdown-list li.item.active{display:none}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown ul.dropdown-list li.item:hover{color:var(--active-color)}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown ul.dropdown-list.active{visibility:visible;transform:translateY(0)}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap .productSortOptions span{font-size:1rem;font-weight:400;line-height:1.5;color:#212529;display:none}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap>div{flex-basis:50%;max-width:50%}@media (max-width: 575.98px){._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap>div{flex-basis:100%;max-width:100%}}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap>div.categoryDetails{border:none;margin:0}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap>div.categoryDetails .categoryBanner{display:none}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap>div.categoryDetails .row.heading-view{width:100%}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap>div.categoryDetails .row.heading-view div.col-6{max-width:100%;flex:0 1 auto}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap>div.categoryDetails .row.heading-view div.col-6 .categoryName{display:flex;align-items:center;justify-content:flex-start;font-size:20px;font-weight:400}@media (max-width: 575.98px){._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap>div.categoryDetails .row.heading-view div.col-6 .categoryName{justify-content:center}}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap>div.categoryDetails .row.heading-view div.col-6 .categoryName span{margin-left:5px}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap>div.productSortOptions{display:flex;align-items:center;justify-content:flex-end}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap>div.productSortOptions .prod-sortoption{border:1px solid #eee;padding:10px 20px;border-radius:30px}@media (max-width: 575.98px){._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap>div.productSortOptions .prod-sortoption{width:100%}}@media (max-width: 575.98px){._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap>div.productSortOptions .prod-sortoption .select-wrap{width:100%}}@media (max-width: 575.98px){._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap>div.productSortOptions .prod-sortoption .select-wrap select{width:100%}}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap .sortViewPage{margin:0 0 0 auto;transition:.3s;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;top:70px;background:#fffc;backdrop-filter:blur(5px)}@media (max-width: 1279.98px){._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap .sortViewPage{padding:15px 0;background:var(--clr-white);position:relative;top:0;width:100%;border-top:0;backdrop-filter:none}}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap .sortViewPage .icon-close{display:none}._filerProductWrapper_1mk9t_2 .productDetailWrapper .catnamensort_wrap .sortViewPage .pagination{margin:0}._filerProductWrapper_1mk9t_2 .filterIcon{display:flex;color:#fff;align-items:center;column-gap:3px;cursor:pointer;font-size:1.0336363636rem;padding:14px 10px;margin-right:10px;background:var(--color-primary)}@media (max-width: 414.98px){._filerProductWrapper_1mk9t_2 .filterIcon{width:100%;margin-bottom:15px;margin-right:0}}@media (min-width: 1280px){._filerProductWrapper_1mk9t_2 .filterIcon{display:none}}._filerProductWrapper_1mk9t_2 .filterIcon .icon-filter{font-size:16px;color:var(--txt-color)}._mobileFilterVisible_1mk9t_245 .sortViewPage .icon-close{border-radius:50%;position:fixed;left:350px;top:15px;background:var(--color-primary);color:#fff;height:30px;width:30px;display:grid!important;place-items:center;line-height:30px;text-align:center;z-index:999;transform:rotate(45deg)}@media (max-width: 414.98px){._mobileFilterVisible_1mk9t_245 .sortViewPage .icon-close{left:unset;right:20px;top:15px}}@media (min-width: 1280px){._mobileFilterVisible_1mk9t_245 .sortViewPage .icon-close{display:none}}._mobileFilterVisible_1mk9t_245 .sortViewPage .icon-close:before{content:""}._mobileFilterVisible_1mk9t_245 .prod-sortoption{display:none}._mobileFilterVisible_1mk9t_245 .sidebarOuterWrapper,._mobileFilterVisible_1mk9t_245 .filterWithColor{opacity:1!important;visibility:visible!important;transition:transform .3s;transform:translate(0);overflow-y:auto}@media (max-width: 1279.98px){._mobileFilterVisible_1mk9t_245 .filterWrapper{width:100%;max-height:100vh;overflow-y:auto}}._category-landing-page_10zf3_2{padding-top:0;margin-bottom:50px}._category-landing-page_10zf3_2 #bannerAnimation{opacity:0;transform:translateY(50px);transition:.2s ease-out;padding-bottom:20px}._category-landing-page_10zf3_2 #bannerAnimation.in-view{opacity:1;transform:translateY(0)}._category-landing-page_10zf3_2 img{width:100%}._category-landing-page_10zf3_2 .category_desc_banner .banner{width:100%;height:auto}._category-landing-page_10zf3_2 .category_desc_banner .category_desc{margin-top:15px}._category-landing-page_10zf3_2 .category_desc_banner .category_desc .title{font-size:1.1025454545rem}._category-landing-page_10zf3_2 .category_desc_banner .category_desc .desc_data{font-size:.9647272727rem;color:#333;font-weight:400;line-height:18px}._category-landing-page_10zf3_2 .category_desc_banner .category_desc .desc_data h1,._category-landing-page_10zf3_2 .category_desc_banner .category_desc .desc_data h2,._category-landing-page_10zf3_2 .category_desc_banner .category_desc .desc_data h3,._category-landing-page_10zf3_2 .category_desc_banner .category_desc .desc_data h4{font-size:1.2403636364rem}._category-landing-page_10zf3_2 .category_desc_banner .category_desc .desc_data .cta{display:none}._category-landing-page_10zf3_2 .sub-category-item{justify-content:center;margin-right:0!important;margin-left:0!important}@media (max-width: 767.98px){._category-landing-page_10zf3_2 .sub-category-item{justify-content:flex-start}}._category-landing-page_10zf3_2 .page-heading{display:flex;border-bottom:none;justify-content:center;align-items:center;text-align:center;padding:0;margin:40px 0 0;text-transform:uppercase;font-weight:500;font-size:32px}._category-landing-page_10zf3_2 .breadCrumbWrapper-top{margin:0}._category-landing-page_10zf3_2 div#sub-category-list{margin-top:10px;margin-left:6px;margin-right:6px;opacity:0;transform:translateY(50px);transition:.2s ease-out}._category-landing-page_10zf3_2 div#sub-category-list.in-view{opacity:1;transform:translateY(0)}._category-landing-page_10zf3_2 div#sub-category-list .row>div{max-width:calc(16.6666666667% - 16px);margin:0 8px!important;padding:0}@media (max-width: 1280px){._category-landing-page_10zf3_2 div#sub-category-list .row>div{max-width:calc(20% - 16px)}}@media (max-width: 1024.98px){._category-landing-page_10zf3_2 div#sub-category-list .row>div{max-width:calc(25% - 16px)}}@media (max-width: 767.98px){._category-landing-page_10zf3_2 div#sub-category-list .row>div{max-width:calc(33.3333333333% - 16px)}}@media (max-width: 575.98px){._category-landing-page_10zf3_2 div#sub-category-list .row>div{max-width:calc(50% - 16px)}}._category-landing-page_10zf3_2 div#sub-category-list .sub-category{display:block;border:none;text-align:center}._category-landing-page_10zf3_2 div#sub-category-list .sub-category .sub-category-image{border:1px solid #f0f0f0;max-width:100%;border-radius:10px}._category-landing-page_10zf3_2 div#sub-category-list .sub-category .sub-category-name{margin:0;font-size:20px;font-weight:400;letter-spacing:1px;line-height:24px;color:#231f20;display:block;text-align:center;padding:25px 0 5px;text-transform:capitalize}._category-landing-page_10zf3_2 div#sub-category-list .sub-category .thcatprodcount{color:#636a67;text-align:left;font-size:14px;display:flex}._registerForm_3v1xt_2{margin-bottom:15px!important}@media (max-width: 1279.98px){._registerForm_3v1xt_2{padding-left:15px!important;padding-right:15px!important}}._registerForm_3v1xt_2 .recaptchaWrapper{margin-bottom:10px}._registerForm_3v1xt_2 .recaptchaWrapper .recaptcha{margin-bottom:5px;font-weight:400;text-transform:capitalize}._registerForm_3v1xt_2 .page-header span{font-family:Cinzel,serif;font-weight:700;font-size:23px!important}._registerForm_3v1xt_2 .page-header .form-section-info{font-size:1rem}._registerForm_3v1xt_2 .page-header .form-section-info .mandatory{color:red}._registerForm_3v1xt_2 .indOrCompRadioWrap{display:flex;align-items:center}._registerForm_3v1xt_2 .indOrCompRadioWrap input[type=radio]{accent-color:var(--main-color);margin-right:5px}._registerForm_3v1xt_2 .indOrCompRadioWrap label{width:auto;margin-right:20px;display:flex;align-items:center}._registerForm_3v1xt_2 .contactFormWrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:10px 15px;margin-bottom:25px}._registerForm_3v1xt_2 .contactFormWrapper>div{margin-bottom:0!important;padding-left:0;padding-right:0}._registerForm_3v1xt_2 .contactFormWrapper>div .form-label{display:none}._registerForm_3v1xt_2 .contactFormWrapper>div label{margin-bottom:0;line-height:22px}._registerForm_3v1xt_2 .contactFormWrapper>div.textarea-Message{grid-column:1/4;grid-row:3/5}._registerForm_3v1xt_2 .contactFormWrapper.checkboxContent .checkboxLabels{display:inline-flex;align-items:center;white-space:nowrap;font-size:.875rem}._registerForm_3v1xt_2 .contactFormWrapper.checkboxContent .checkboxLabels input{margin-right:5px}._registerForm_3v1xt_2 .contactFormWrapper .notAffiliatedDistributor{display:none;align-items:center;column-gap:15px}._registerForm_3v1xt_2 .contactFormWrapper .notAffiliatedDistributor>*{flex:0 0 auto;font-size:1rem;margin-bottom:0}._registerForm_3v1xt_2 .contactFormWrapper .notAffiliatedDistributor h4{text-transform:uppercase;font-size:.75rem}._registerForm_3v1xt_2 .contactFormWrapper .notAffiliatedDistributor .checkboxLabels{font-size:.75rem}._registerForm_3v1xt_2 .btn-primary{margin-top:25px!important}._registerForm_3v1xt_2._compnayForm_3v1xt_96 .arrangeForm{display:flex;flex-direction:column}._registerForm_3v1xt_2._compnayForm_3v1xt_96 .arrangeForm .companyInfoWrap{order:-1}._resetForm_jp4zp_1{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin:20px auto 50px;max-width:500px;box-shadow:0 10px 50px #acbdcb80;padding:45px 50px;position:relative}._centerForm_jp4zp_13{margin:0 auto 50px}._wishlistPrdList_1506r_1{margin-bottom:50px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));display:grid;gap:20px}._wishlistPrdList_1506r_1 .product-card{padding:30px 20px;border:none!important;overflow:hidden;background-color:#f3f3f3;border-radius:5px}._wishlistPrdList_1506r_1 .noProducts{max-width:100%!important;width:100%!important;grid-column:1/6;text-align:left;justify-content:flex-start}._wishlistPrdList_yl9sd_2{margin-bottom:50px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));display:grid;gap:15px}@media (max-width: 767.98px){._wishlistPrdList_yl9sd_2{grid-template-columns:1fr 1fr;column-gap:7px;row-gap:10px;background:#fff}}._wishlistPrdList_yl9sd_2 .product-card{box-shadow:0 3px 16px #0003;border-radius:0 0 10px 10px;border:none!important;overflow:hidden}._wishlistPrdList_yl9sd_2 .product-card .card-upper-block{position:relative;background-color:#f6f7f9}._wishlistPrdList_yl9sd_2 .product-card .card-block .product-price .price-span.strike{display:none}._wishlistPrdList_yl9sd_2 .noProducts{max-width:100%!important;width:100%!important;grid-column:1/6;text-align:left;justify-content:flex-start}._wishlistMainDiv_1u79y_2 .wishlistPrdList{margin-bottom:50px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));display:grid;gap:20px}@media (max-width: 767.98px){._wishlistMainDiv_1u79y_2 .wishlistPrdList{grid-template-columns:1fr 1fr;column-gap:7px;row-gap:10px;background:#fff}}._wishlistMainDiv_1u79y_2 .wishlistPrdList .product-card{border-radius:10px;overflow:hidden}._wishlistMainDiv_1u79y_2 .wishlistPrdList .product-card .card-upper-block{position:relative;overflow:hidden;border:1px solid #e0e0e0!important;border-radius:10px}@media (max-width: 767.98px){._wishlistMainDiv_1u79y_2 .wishlistPrdList .product-card .card-upper-block .icons-box .quick-view-wrap{display:none}}._wishlistMainDiv_1u79y_2 .wishlistPrdList .noProducts{max-width:100%!important;width:100%!important;grid-column:1/6;text-align:left;justify-content:flex-start}._wishlistMainDiv_1u79y_2 .wishlistPagination{margin-bottom:50px}._wishlistMainDiv_1u79y_2 .wishlistPagination .pagination{margin-bottom:40px;justify-content:center;gap:10px;margin-top:10px;flex-wrap:wrap;display:flex}._wishlistMainDiv_1u79y_2 .wishlistPagination .pagination .page-link{height:40px;width:40px;display:flex;justify-content:center;align-items:center;padding:0;color:#333;position:relative;margin-left:-1px;line-height:1.25;background-color:transparent;border:1px solid #999999!important;cursor:pointer;border-radius:5px;color:#999!important}._wishlistMainDiv_1u79y_2 .wishlistPagination .pagination .page-link:empty{display:none}._wishlistMainDiv_1u79y_2 .wishlistPagination .pagination .page-link.active,._wishlistMainDiv_1u79y_2 .wishlistPagination .pagination .page-link:hover{border-color:#0095bb!important;background-color:#0095bb;color:#fff!important}._wishlistMainDiv_1u79y_2 .wishlistPagination .pagination .page-link .page-link.page-first,._wishlistMainDiv_1u79y_2 .wishlistPagination .pagination .page-link.page-last{padding:0 30px}.wishlistPrdList{margin-bottom:50px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));display:grid;gap:20px}.wishlistPrdList .product-card{box-shadow:0 3px 16px #00000014;border-radius:0 0 10px 10px;border:none!important;overflow:hidden}.wishlistPrdList .noProducts{max-width:100%!important;width:100%!important;grid-column:1/6;text-align:left;justify-content:flex-start}._wishlistPage_1dh1r_1 .wishlistPrdList{display:flex;gap:25px;flex-wrap:wrap;justify-content:space-between}._wishlistPage_1dh1r_1 .wishlistPrdList .product-card{box-shadow:none;width:20%}._wishlistPage_1dh1r_1 .wishlistPrdList .product-card .card-upper-block .icons-box .icon{display:none}._wishlistPage_1dh1r_1 .wishlistPrdList .product-card .card-upper-block .icons-box .quick-view-wrap button{width:50px!important;display:flex!important;justify-content:center}._wishlistPage_1dh1r_1 .wishlistPrdList .product-card .card-upper-block .icons-box .quick-view-wrap button i{font-style:normal;color:red}._wishlistPage_1dh1r_1 .wishlistPrdList .product-card .card-upper-block .icons-box .quick-view-wrap button i:before{content:"View"}._wishlistPage_1dh1r_1 .wishlistPrdList .product-card .card-block .list-content{text-align:center}._wishlistPage_1dh1r_1 .wishlistPrdList .product-card .card-block .list-content .product-price{display:flex;justify-content:center}._wishlistPage_1dh1r_1 .wishlistPrdList .product-card .card-block .product-name,._wishlistPage_1dh1r_1 .wishlistPrdList .product-card .card-block .product-price .text{display:none}._forgotForm_1xd2u_2 .recaptchaWrapper{margin-bottom:10px}._userFormWrapper_1xd2u_6{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin:20px auto 50px;max-width:500px;box-shadow:0 10px 50px #acbdcb80;padding:45px 50px;position:relative}._userFormWrapper_1xd2u_6 .redirectLink{margin-top:20px;padding:0 25px 0 0;font-size:.8125rem;color:var(--main-color);text-transform:capitalize;position:relative;display:inline-block}._userFormWrapper_1xd2u_6 .redirectLink.mt50{margin-top:30px}._userFormWrapper_1xd2u_6 .form-section label{display:none}._userFormWrapper_1xd2u_6 .form-section-action.mt0,._userFormWrapper_1xd2u_6 .form-section-action.mt0 .btn-primary{margin-top:0}._userFormWrapper_1xd2u_6 .form-section-action.hasRedirectLink{display:inline-flex;flex-direction:column;align-items:flex-start;margin-top:0}._userFormWrapper_1xd2u_6 .logoWrapper{margin-bottom:30px}._userFormWrapper_1xd2u_6 .logoWrapper img{height:auto}._centerForm_1xd2u_52{margin:0 auto 50px}._userFormWrapper_ck19d_1{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin:20px auto 50px;max-width:500px;box-shadow:0 10px 50px #acbdcb80;padding:45px 50px;position:relative}._userFormWrapper_ck19d_1 .redirectLink{margin-top:20px;padding:0 25px 0 0;font-size:px-to-rem(13);color:var(--main-color);text-transform:capitalize;position:relative;display:inline-block}._userFormWrapper_ck19d_1 .redirectLink.mt50{margin-top:30px}._userFormWrapper_ck19d_1 .form-section label{display:none}._userFormWrapper_ck19d_1 .form-section-action.mt0,._userFormWrapper_ck19d_1 .form-section-action.mt0 .btn-primary{margin-top:0}._userFormWrapper_ck19d_1 .form-section-action.hasRedirectLink{display:inline-flex;flex-direction:column;align-items:flex-start;margin-top:0}._userFormWrapper_ck19d_1 .logoWrapper{margin-bottom:30px}._userFormWrapper_ck19d_1 .logoWrapper img{height:auto}._centerForm_ck19d_47,._centerForm_dj2io_1{margin:0 auto 50px}.thankyouAndGuestUser{display:flex;justify-content:space-between;gap:15px 30px}@media (max-width: 1279.98px){.thankyouAndGuestUser{flex-direction:column}}#thankyouContent{flex:2}.thankyouWrapper .heading{padding:35px 0 25px;margin:0;color:var(--txt-color);font-size:20px;text-transform:uppercase;font-weight:var(--font-weight-bold);letter-spacing:.8px}.thankyouWrapper .details{margin:15px 0;line-height:var(--font-body-lineheight)}.thankyouWrapper .details .btn_link_wrapper{display:flex;gap:15px;text-transform:capitalize}@media (max-width: 575.98px){.thankyouWrapper .details .btn_link_wrapper{flex-direction:column}}.thankyouWrapper .details .btn_link_wrapper .btn{width:220px;text-decoration:none}.thankyouWrapper .printContainer{display:flex;justify-content:space-between}.thankyouWrapper .printContainer .print{height:40px!important}.thankyouprint{font-size:15px;font-weight:600;text-transform:uppercase;text-align:center;line-height:var(--font-body-lineheight);border:none;padding:10px 20px;background-color:var(--main-color);color:var(--clr-white);transition:.5s cubic-bezier(.25,.46,.45,.94);display:flex;justify-content:center;align-items:center;width:150px;margin:15px auto;opacity:0;visibility:hidden}.thankyouprint.active,.thankyouprint:focus,.thankyouprint:active,.thankyouprint:hover{box-shadow:none!important;outline:none;border:none!important}.thankyouprint:hover{background-color:var(--main-color)!important}.thankyouprint:disabled{opacity:.6;pointer-events:none}#createPassword{flex:1;box-shadow:0 1px 4px #00000026;border-radius:5px;padding:14px 18px;margin-top:35px}@media (max-width: 1279.98px){#createPassword{margin-top:0}}#createPassword .form-helper-text{max-width:450px}#createPassword .btnSubmit{max-width:450px;width:100%}.addressContainer{display:flex;flex-direction:row;gap:3%;padding-top:20px}.addressContainer .table-responsive .table-cell{padding-right:70px;white-space:nowrap;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left}.addressContainer .table-responsive .result{min-width:200px;padding-right:180px;white-space:nowrap;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left}.table-cell{border:1px solid #C6C6C6;padding:.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left}.addresslabel{font-size:1.14286rem;letter-spacing:.04px;line-height:22px;font-weight:700}._NewArrival_147gq_2{position:relative}._NewArrival_147gq_2 .section_padding_bottom:before{content:"";width:calc(100% - 110px);margin:auto;background-color:#ebebeb;height:1px;position:absolute;bottom:0;right:0;left:0}._NewArrival_147gq_2 .title-main-wrapper .title{color:var(--main-color);font-size:1.875rem;font-weight:500;text-align:left;width:100%;text-transform:capitalize;line-height:1}@media (max-width: 1024.98px){._NewArrival_147gq_2 .title-main-wrapper .title{font-size:1.375rem}}._NewArrival_147gq_2 .title-main-wrapper a{font-size:.9375rem;color:#444;text-transform:capitalize;font-weight:500;transition:.3s;transform:scale(1);letter-spacing:0em}._NewArrival_147gq_2 .title-main-wrapper a:hover{color:var(--main-color);transition:.3s;transform:scale(1.1)}._NewArrival_147gq_2 .swiper-button-prev{height:40px!important;width:40px!important;border:none;cursor:pointer;line-height:42px}._NewArrival_147gq_2 .swiper-button-prev:after{content:none}._NewArrival_147gq_2 .swiper-button-prev:before{content:"";font-family:athena_promo_new;color:var(--main-color)}._NewArrival_147gq_2 .swiper-button-next{height:40px!important;width:40px!important;border:none;cursor:pointer;line-height:42px}._NewArrival_147gq_2 .swiper-button-next:after{content:none}._NewArrival_147gq_2 .swiper-button-next:before{content:"";font-family:athena_promo_new;color:var(--main-color)}._NewArrival_147gq_2 .swiper-button-disabled:before{color:#777}._FeaturedProduct_147gq_78 .list-title h3{color:var(--main-color);font-size:2rem;font-weight:400;text-align:left;width:100%;text-transform:uppercase;line-height:1;margin-bottom:0}@media (max-width: 1024.98px){._FeaturedProduct_147gq_78 .list-title h3{font-size:25px}}._FeaturedProduct_147gq_78 .list-title a{display:none}._FeaturedProduct_147gq_78 .swiper .swiper-wrapper .swiper-slide .product-card{margin-top:5px;border-radius:0 0 10px 10px;box-shadow:0 3px 16px #00000014;border:none}._FeaturedProduct_147gq_78 .swiper .swiper-wrapper .swiper-slide .product-card .card-block{background-color:#483729;height:116px;padding:10px}._FeaturedProduct_147gq_78 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content{display:contents}._FeaturedProduct_147gq_78 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content h3.product-code{font-size:12px;font-weight:400;color:#8b8b8b;order:2;line-height:5px}._FeaturedProduct_147gq_78 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content a.product-name{order:1}._FeaturedProduct_147gq_78 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content a.product-name h4{font-size:16px;font-weight:400;color:#fff}._FeaturedProduct_147gq_78 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content .sw-color{display:none}._FeaturedProduct_147gq_78 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content .product-price{order:3}._FeaturedProduct_147gq_78 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content .product-price .price .text{font-size:16px;font-weight:400;color:#fff}._FeaturedProduct_147gq_78 .swiper .swiper-wrapper .swiper-slide .product-card .card-block .list-content .product-price .price .price-span{font-size:24px;font-weight:400;color:#fff}._FeaturedProduct_147gq_78 .swiper .swiper-button-prev,._FeaturedProduct_147gq_78 .swiper .swiper-button-next{position:absolute;top:50%;z-index:99;border:1px solid #BCBCBC;color:var(--clr_1);border-radius:50%;font-size:18px!important;height:30px;width:30px;line-height:30px;text-align:center;box-shadow:3px 3px 6px #b7b7b7;background-color:var(--secondary-color);opacity:1}._FeaturedProduct_147gq_78 .swiper .swiper-button-prev{left:15!important}._FeaturedProduct_147gq_78 .swiper .swiper-button-prev:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M0.729256 6H12.7851' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M7.92266 0.651909L13.2707 6L7.92266 11.3481' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E%0A");transform:rotate(180deg);left:5px;position:absolute;display:inline-block}._FeaturedProduct_147gq_78 .swiper .swiper-button-prev:after{width:0;height:0}._FeaturedProduct_147gq_78 .swiper .swiper-button-next{right:15px}._FeaturedProduct_147gq_78 .swiper .swiper-button-next:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M0.729256 6H12.7851' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M7.92266 0.651909L13.2707 6L7.92266 11.3481' stroke='%23111111' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}._FeaturedProduct_147gq_78 .swiper .swiper-button-next:after{width:0;height:0}._aboutUs_3okx7_2 .breadCrumbWrapper-top{margin-bottom:20px!important}.static-content{line-height:1.5}.static-content img.img-fluid{width:100%;margin-bottom:15px}.static-content .heading{font-size:1.5rem;line-height:32px;letter-spacing:.06px;color:#333;font-weight:700;margin-bottom:15px}.static-content p{font-size:.9375rem;letter-spacing:.06px;color:#333}.static-content h4{font-size:1.25rem;line-height:28px;letter-spacing:.06px;color:#333;font-weight:700;margin-bottom:15px}.static-content ul{padding-left:25px;list-style:disc;margin-bottom:15px;font-size:.9375rem}.accordionTitle{cursor:pointer;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.accordionTitle+.accordionContent{display:none}.accordionTitle.is-open+.accordionContent{display:block}.benefitpage_cont>h1.page-heading{margin-bottom:20px!important}.benefitpage_cont .statpagelghrhs_cont{display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px 0}.benefitpage_cont .statpagelghrhs_cont div{width:50%}@media (max-width: 991px){.benefitpage_cont .statpagelghrhs_cont div{width:100%}}.benefitpage_cont .statpagelghrhs_cont div.benepgeimg.contentend{text-align:right}@media (max-width: 991px){.benefitpage_cont .statpagelghrhs_cont div.benepgeimg.contentend{text-align:center}}@media (max-width: 991px){.benefitpage_cont .statpagelghrhs_cont div.benepgeimg{text-align:center}}.benefitpage_cont .statpagelghrhs_cont div.benepgeimg img{width:80%}.benefitpage_cont .statpagelghrhs_cont div.benepgecontent{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.benefitpage_cont .statpagelghrhs_cont div.benepgecontent .page-heading span{font-size:50px!important;font-weight:600}@media (max-width: 414.98px){.benefitpage_cont .statpagelghrhs_cont div.benepgecontent .page-heading span{font-size:38px!important}}.benefitpage_cont .statpagelghrhs_cont div.benepgecontent .subpage-heading{font-size:30px;color:#444;font-weight:400;font-family:Poppins;line-height:45px}.benefitpage_cont .statpagelghrhs_cont div.benepgecontent p{font-size:16px;color:#777;font-weight:400;font-family:Poppins;line-height:34px}@media (max-width: 991px){.benefitpage_cont .statpagelghrhs_cont.rightimgbenecont .benepgecontent{order:1}}.benefitpage_cont .statpagelghrhs_cont.rightimgbenecont .benepgecontent p{padding-right:30px}.benefitpage_cont .notecontent{margin-bottom:40px}.benefitpage_cont .notecontent p{font-size:16px;font-weight:500;color:#444}._tncWrap_nfqyq_2.staticContent p{font-size:.9375rem!important;letter-spacing:0}._artInfoContent_12ymg_2{margin-bottom:50px}._artInfoContent_12ymg_2 .breadCrumbWrapper-top{margin-bottom:20px!important;padding:0 40px}@media (max-width: 1024.98px){._artInfoContent_12ymg_2 .breadCrumbWrapper-top{padding:0}}._artInfoContent_12ymg_2 .breadCrumbWrapper-top .breadcrumb{margin-bottom:0!important}._artInfoContent_12ymg_2 strong{font-weight:600}._artInfoContent_12ymg_2 h2{text-transform:uppercase;font-size:1.125rem}._artInfoContent_12ymg_2 a{color:var(--secondary-color)}._orderInfo_1crms_2 ._searchInputButton_1crms_2 ._btn_1crms_2._theme-button-2_1crms_2{background:var(--main-color)!important}._orderInfo_1crms_2 ._searchInputButton_1crms_2 .theme-button-2{z-index:9;color:var(--clr-white);transition:.3s;font-size:.875rem;font-weight:600;letter-spacing:1.6px;position:relative;overflow:hidden;background:transparent;margin-top:10px;text-transform:uppercase;display:inline-flex;box-shadow:none;border-color:transparent;padding:8px 20px;border-radius:20px}._orderInfo_1crms_2 ._searchInputButton_1crms_2 .theme-button-2:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;transition:transform .2s ease-in}._orderInfo_1crms_2 ._searchInputButton_1crms_2 .theme-button-2:after{background-color:var(--main-color)!important}._faqInfoContent_lsdh4_2{margin-bottom:50px}._faqInfoContent_lsdh4_2 h1{font-size:1.5rem;color:var(--main-color);font-weight:700;margin-bottom:30px;text-transform:capitalize}._faqInfoContent_lsdh4_2 strong{color:var(--main-color);font-weight:600}._faqInfoContent_lsdh4_2 h2{text-transform:uppercase;font-size:1.125rem}._faqInfoContent_lsdh4_2 .faqHeader{font-size:1.5rem;line-height:32px;letter-spacing:.06px;color:#333;font-weight:700;margin-bottom:15px}._faqInfoContent_lsdh4_2 a{color:var(--secondary-color)}._faqInfoContent_lsdh4_2 .panel-title{border-radius:5px;padding:0 5px;font-size:.9375rem;font-family:Jost,sans-serif;margin-bottom:0;cursor:pointer;position:relative;line-height:28px;letter-spacing:.06px;color:#333;font-weight:500}@media (max-width: 575.98px){._faqInfoContent_lsdh4_2 .panel-title{padding:0 28px 0 5px}}._faqInfoContent_lsdh4_2 .panel-heading{margin-bottom:20px;border:1px solid #d4d4d4;border-radius:5px;padding:4px}._faqInfoContent_lsdh4_2 .panel-heading h4:before{position:absolute;right:10px;top:50%;transform:translateY(-50%) rotate(-90deg);content:"";font-family:Quake-City-Cap!important}._faqInfoContent_lsdh4_2 .panel-heading.active h4:before{transform:translateY(-50%)}._faqInfoContent_lsdh4_2 .panel-body{font-size:.8125rem;padding:5px}._faqInfoContent_lsdh4_2 ul li{font-size:.875rem}._faqInfoContent_lsdh4_2 img{width:100%;margin-bottom:15px}._faqInfoContent_lsdh4_2 p{font-size:.8125rem}._tncWrap_135bd_2{margin-bottom:50px;font-family:Cinzel,Arial,Helvetica,sans-serif;min-height:400px}._tncWrap_135bd_2 h1{font-size:1.5rem;color:var(--main-color);font-weight:700;margin-bottom:30px;text-transform:capitalize}._tncWrap_135bd_2 h3{font-size:1rem;font-weight:600;margin-bottom:5px}._tncWrap_135bd_2 p{line-height:1.3125rem;font-size:.875rem!important;letter-spacing:.6px}._tncWrap_135bd_2 ul{list-style-type:disc;margin-left:15px}._tncWrap_135bd_2 .lightText{color:gray}._tncWrap_135bd_2 a{color:var(--secondary-color)}._customSourcingInfoContent_5chzn_2{margin-bottom:50px}._customSourcingInfoContent_5chzn_2 strong{color:var(--main-color);font-weight:600}._customSourcingInfoContent_5chzn_2 h2{text-transform:uppercase;font-size:1.125rem}._customSourcingInfoContent_5chzn_2 a{color:var(--secondary-color)}.uploader__container{width:fit-content}.uploader__placeholder{position:relative;background:#f5f5f5;overflow:hidden;min-height:100px;min-width:100px}.uploader__btn_wrapper{top:4px;right:0;position:absolute;display:flex;align-items:center;justify-content:center;padding:0;z-index:1}.uploader__btn{background:transparent;border:none;cursor:pointer}.uploader__file_input_label{position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%)}.uploader__file_input_label:hover{cursor:pointer}input.uploader__file_input{position:absolute;height:.1px;width:.1px;opacity:0;inset:0;z-index:-1}img.uploader__file{display:block;object-fit:cover;position:absolute;height:100%;width:100%}._tab_zbt5l_2{display:flex;flex-direction:column;width:100%}._tab_zbt5l_2 ._tabItemContent_zbt5l_7{display:none}._tab_zbt5l_2 ._selectedTabContent_zbt5l_10{display:block}._tab_zbt5l_2 ._tabsTitleWrapper_zbt5l_13{display:flex;justify-content:space-around;width:100%}._tab_zbt5l_2 ._tabsContentWrapper_zbt5l_18{width:100%;justify-content:center}._product_card_style_50aox_3{overflow:hidden;background-color:#f3f3f3;padding:30px 20px;border:none!important;border-radius:5px}@media (max-width: 1024.98px){._product_card_style_50aox_3:hover .card-upper-block:before{visibility:hidden!important;opacity:0!important}}._product_card_style_50aox_3:hover .card-upper-block .icons-box{transform:translateY(-50%);transition:.3s;transform-origin:right}@media (max-width: 1024.98px){._product_card_style_50aox_3:hover .card-upper-block .icons-box{display:none}}._product_card_style_50aox_3 .card-upper-block{position:relative}._product_card_style_50aox_3 .card-upper-block .featureIcon{left:10px;top:10px;display:flex;row-gap:5px;gap:15px;margin-bottom:15px}._product_card_style_50aox_3 .card-upper-block .featureIcon img{width:auto!important;height:100%;object-fit:contain}._product_card_style_50aox_3 .card-upper-block:before{background:#00000080;width:100%;height:100%;position:absolute;top:0;left:0;content:"";visibility:hidden;opacity:0;pointer-events:none}@media (max-width: 1024.98px){._product_card_style_50aox_3 .card-upper-block .addToWishlistMobile{display:block!important}}._product_card_style_50aox_3 .card-upper-block .addToWishlistMobile span{display:none}._product_card_style_50aox_3 .card-upper-block .addToWishlistMobile .wishlistIcon{position:absolute;top:10px;right:10px;height:40px;width:40px;display:grid;place-items:center;border-radius:50%;background:#ededed;font-size:1.25rem}._product_card_style_50aox_3 .card-upper-block .addToWishlistMobile .wishlistIcon i:before{content:""}._product_card_style_50aox_3 .card-upper-block .addToWishlistMobile .wishlistIcon.checked{background-color:var(--main-color)}._product_card_style_50aox_3 .card-upper-block .addToWishlistMobile .wishlistIcon.checked i:before{color:#fff}._product_card_style_50aox_3 .card-upper-block .productImage{margin-bottom:15px}._product_card_style_50aox_3 .card-upper-block .productImage img{width:100%;height:auto}._product_card_style_50aox_3 .card-upper-block .icons-box{position:absolute;display:flex;align-items:flex-end;flex-direction:column;top:50%;right:20px;text-align:right;transform:translate(200%,-50%);transition:.3s;transform-origin:right;background-color:#f3f3f3;padding:10px;border-radius:50px}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation{margin-bottom:0}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button{height:30px;width:30px;background-color:#f3f3f3;border:none;border-radius:50%;display:grid;place-items:center;transition:.3s;transform:scale(1);margin-bottom:5px;margin-right:1px}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button span{position:absolute;text-align:left;right:0;width:140px;background-color:var(--main-color);color:#fff;z-index:-1;padding:10px;border-radius:20px;display:none;font-size:.75rem}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i{font-size:1.375rem;color:#000;font-family:Quake-City-Cap!important}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i:before{content:""}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover{color:#fff}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover span{display:inline-block}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover i{color:#fff}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.compareIcon>div{height:30px;width:30px;background-color:#f3f3f3;border:none;border-radius:50%;display:grid;place-items:center;transform:scale(1);transition:.3s;margin-bottom:5px;cursor:pointer}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.compareIcon>div span{position:absolute;text-align:left;right:0;width:140px;background-color:var(--main-color);color:#fff;z-index:-1;padding:10px;border-radius:20px;display:none;font-size:.75rem}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.compareIcon i{font-size:1.375rem;color:#000}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.compareIcon i:before{content:""}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div{color:#fff}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div span{display:inline-block}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div i{color:#fff}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.presentationIcon{display:none}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.presentationIcon>div{height:40px;width:40px;background-color:#fff;border:none;border-radius:50%;display:grid;place-content:center;transform:scale(1);transition:.3s}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.presentationIcon>div span{display:none}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.presentationIcon i{font-size:16px;color:#000;font-family:demo!important}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div{background-color:var(--main-color);color:#fff}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div i{color:#fff}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.wishlistIcon>div{height:30px;width:30px;background-color:#f3f3f3;border:none;border-radius:50%;display:grid;place-items:center;transform:scale(1);transition:.3s;margin-bottom:5px;cursor:pointer}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.wishlistIcon>div span{position:absolute;text-align:left;right:0;width:140px;background-color:var(--main-color);color:#fff;z-index:-1;padding:10px;border-radius:20px;font-size:.75rem;display:none}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.wishlistIcon i{font-size:1.375rem;color:#000}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.wishlistIcon i:before{content:""}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div{color:#fff;transition:.3s}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div span{display:inline-block}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i{color:#fff}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i:before{color:#fff}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.cartIcon{display:none}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.cartIcon>div{height:40px;width:40px;background-color:#fff;border:none;border-radius:50%;display:grid;place-content:center;transform:scale(1);transition:.3s}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.cartIcon>div span{display:none}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.cartIcon i{font-size:16px;color:#000;font-family:demo!important}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div{background-color:var(--main-color);color:#fff;transition:.3s}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div i{color:#fff}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked{background-color:var(--main-color);color:#fff}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked span{width:170px}._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked i,._product_card_style_50aox_3 .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked i:before{color:#fff}._product_card_style_50aox_3 .card-upper-block .showOnDetailsPage{display:none}._product_card_style_50aox_3 .card-block .list-content .product-code{font-size:.75rem;color:var(--txt-color-light);font-weight:400;line-height:14px;margin-bottom:10px;font-family:Jost,sans-serif}._product_card_style_50aox_3 .card-block .list-content .product-name h4{font-size:.9375rem;line-height:18px;margin-bottom:10px;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;font-weight:500;color:var(--txt-color);font-family:Jost,sans-serif}._product_card_style_50aox_3 .card-block .list-content .pro-swatches.sw-color{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:5px;font-size:16px;line-height:24px}._product_card_style_50aox_3 .card-block .list-content .pro-swatches.sw-color .color img{width:20px;height:20px;border-radius:50%;margin-right:10px;border:1px solid #ddd}._product_card_style_50aox_3 .card-block .list-content .product-price{color:var(--main-color);font-size:1.1875rem;font-weight:500;line-height:21px}._product_card_style_50aox_3 .card-block .list-content .product-price .text{display:none}._product_card_style_50aox_3 .card-block .list-content .product-price .price-span+span{margin-left:5px}._product_card_style_50aox_3 .card-block .list-content .product-price .discountCodeNBlankPrice{color:#666;font-size:.75rem;font-weight:400}._product_card_style_50aox_3 .swiper-button-prev{height:35px!important;width:35px!important;border:none;cursor:pointer;line-height:36px}._product_card_style_50aox_3 .swiper-button-prev:after{content:none}._product_card_style_50aox_3 .swiper-button-prev:before{content:"";font-family:Quake-City-Cap;color:var(--txt-color);font-size:12px;display:flex;justify-content:center}._product_card_style_50aox_3 .swiper-button-prev:hover{background:var(--main-color)!important;border:1px solid var(--main-color)!important}._product_card_style_50aox_3 .swiper-button-prev:hover:before{color:var(--clr-white)}._product_card_style_50aox_3 .swiper-button-next{height:35px!important;width:35px!important;cursor:pointer;line-height:36px;background-color:transparent!important;border:1px solid #d9d9d9;color:var(--txt-color)!important}._product_card_style_50aox_3 .swiper-button-next:after{content:none}._product_card_style_50aox_3 .swiper-button-next:before{content:"";font-family:Quake-City-Cap;color:var(--txt-color);font-size:12px;display:flex;justify-content:center}._product_card_style_50aox_3 .swiper-button-next:hover{background:var(--main-color)!important;border:1px solid var(--main-color)!important}._product_card_style_50aox_3 .swiper-button-next:hover:before{color:var(--clr-white)}._product_card_style_50aox_3 .swiper-button-disabled:before{color:#777}._salseFlyerDesign_3bl1i_2{margin-bottom:50px!important}._salseFlyerDesign_3bl1i_2 .title{font-size:1.5rem;color:var(--main-color);font-weight:700;margin-bottom:25px;font-family:Cinzel,Arial,Helvetica,sans-serif;text-transform:capitalize}._salseFlyerDesign_3bl1i_2 .tabs{display:none;justify-content:center;margin-bottom:30px}._salseFlyerDesign_3bl1i_2 .tabs .tab-button{padding:10px 30px;cursor:pointer;border:1px solid var(--main-color);background-color:#fff;color:#222;font-size:1.125rem;transition:background-color .3s ease,color .3s ease;border-radius:5px}._salseFlyerDesign_3bl1i_2 .tabs .tab-button:last-child{border-radius:5px}._salseFlyerDesign_3bl1i_2 .tabs .tab-button.active{background-color:#fff;color:#222;border:none}@media (min-width: 1025px){._salseFlyerDesign_3bl1i_2 .salseflyer .product-list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media (max-width: 767.98px){._salseFlyerDesign_3bl1i_2 .salseflyer .product-list{column-gap:10px;row-gap:10px}._salseFlyerDesign_3bl1i_2 .salseflyer .product-list .product-card{padding:10px}._salseFlyerDesign_3bl1i_2 .salseflyer .product-list .product-card .addToWishlistMobile .wishlistIcon{right:10px;top:10px}}@media (max-width: 1024.98px){._salseFlyerDesign_3bl1i_2 .salseflyer .dialog-body img{width:100%}}._salseFlyerDesign_3bl1i_2 .setCheckboxSendCopy{display:flex;flex-direction:row-reverse}._salseFlyerDesign_3bl1i_2 .setCheckboxSendCopy input:hover{outline:1px solid #ccc}._salseFlyerDesign_3bl1i_2 .tabs-flyer-Sales .tab-item-title{background-color:#ccc;font-size:1rem;font-weight:500;line-height:24px;padding:10px;width:100%;border-bottom:1px solid #ccc;text-align:center;cursor:pointer}._salseFlyerDesign_3bl1i_2 .tabs-flyer-Sales .tab-item-title.active{background-color:var(--main-color);color:#fff}._salseFlyerDesign_3bl1i_2 .tabs-flyer-Sales .container{padding:0}._salseFlyerDesign_3bl1i_2 .tabs-flyer-Sales .container #pdfcontainer,._salseFlyerDesign_3bl1i_2 .tabs-flyer-Sales .container #pdfcontainer img{width:100%}@media (max-width: 1024.98px){._salseFlyerDesign_3bl1i_2 .adBacktext{zoom:1!important}}._salseFlyerDesign_3bl1i_2 .adBacktext .adcon{position:relative}._salseFlyerDesign_3bl1i_2 .adBacktext .adcon textarea{padding:10px;width:100%}._salseFlyerDesign_3bl1i_2 .adBacktext .adcon .lettercount{background-color:#fff;padding:2px;position:absolute;right:0;bottom:0;border:1px solid #ccc}._salseFlyerDesign_3bl1i_2 .adBacktext .fontcustomarea{display:flex;flex-wrap:wrap;align-items:center}._salseFlyerDesign_3bl1i_2 .adBacktext .fontcustomarea .fbold,._salseFlyerDesign_3bl1i_2 .adBacktext .fontcustomarea .fital{font-size:0px}._salseFlyerDesign_3bl1i_2 .adBacktext .fontcustomarea .fbold:first-letter,._salseFlyerDesign_3bl1i_2 .adBacktext .fontcustomarea .fital:first-letter{font-size:.75rem;padding:0 5px;background-color:#fff;border:1px solid #000;margin-right:2px}._salseFlyerDesign_3bl1i_2 .uploader__placeholder{text-align:center}._salseFlyerDesign_3bl1i_2 .flayer-box-wrapper{border:1px solid #ccc;margin-bottom:15px}._salseFlyerDesign_3bl1i_2 .flayer-box-wrapper .flayer-box-header{font-weight:600;font-size:1rem;padding:10px;display:flex;justify-content:center;line-height:20px;align-items:center;border-width:0 0 1px 0!important;border:1px solid #ccc}._salseFlyerDesign_3bl1i_2 .flayer-box-wrapper .flayer-box-header h6{margin:0}._salseFlyerDesign_3bl1i_2 .flayer-box-wrapper .flayer-box-body .flayer-image-wrapper{border-width:1px 0 2px 0!important;height:100%;border-radius:0!important;display:flex;flex-direction:column;padding:5px 10px;cursor:pointer}._salseFlyerDesign_3bl1i_2 .flayer-box-wrapper .flayer-box-body .flayer-btn-wrapper{border-radius:0!important;display:flex;flex-direction:column;padding:5px 10px;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}._salseFlyerDesign_3bl1i_2 .flayer-box-wrapper .flayer-box-body .flayer-btn-wrapper a{margin:0}._salseFlyerDesign_3bl1i_2 .flayer-box-wrapper .flayer-box-body .flayer-btn-wrapper a:focus{outline:none;box-shadow:none}._salseFlyerDesign_3bl1i_2 .flayer-box-wrapper .flayer-box-footer{display:none;padding:10px;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125);text-align:center}._salseFlyerDesign_3bl1i_2 .flayer-box-wrapper .flayer-box-footer a.subcategoryData{font-size:.875rem;font-weight:500}._salseFlyerDesign_3bl1i_2 .flayer-box-wrapper .flayer-box-footer a.subcategoryData:hover{color:var(--main-color)}@media (max-width: 1024.98px){._salseFlyerDesign_3bl1i_2 .flayer-box-wrapper .flayer-box-footer{display:none}}._catalogPriceList_kc10r_2{margin-bottom:50px!important}._catalogPriceList_kc10r_2 .title{font-size:1.5rem;color:var(--main-color);font-weight:700;margin-bottom:25px;font-family:Cinzel,Arial,Helvetica,sans-serif;text-transform:capitalize}._catalogPriceList_kc10r_2 .downloadPdf{width:90%}._artwork-popupwrapper_tp1h8_2 ul.tabs-header{display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:15px;position:absolute;top:10px}._artwork-popupwrapper_tp1h8_2 ul.tabs-header li{padding:5px 0;margin-right:20px;font-family:Poppins;cursor:pointer;color:#111;font-weight:600;font-size:1rem;line-height:1.5rem;text-align:center}._artwork-popupwrapper_tp1h8_2 ul.tabs-header li:hover{color:var(--main-color)}._artwork-popupwrapper_tp1h8_2 ul.tabs-header li.active{color:var(--main-color);border-bottom:1px solid var(--main-color)}._artwork-popupwrapper_tp1h8_2 ul.tabs-header li:last-child{display:none}._artwork-popupwrapper_tp1h8_2 .artwork-upload{padding:30px;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23C6C6C6FF' stroke-width='3' stroke-dasharray='11' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");cursor:pointer;text-align:center;font-family:Poppins;position:relative}._artwork-popupwrapper_tp1h8_2 .artwork-upload .popUploadLabel{font-family:Poppins;font-size:.875rem;font-weight:var(--font-body-weight);line-height:1.3125rem;margin-bottom:10px;display:inline-block}._artwork-popupwrapper_tp1h8_2 .artwork-upload .popUploadLabel>span{color:var(--main-color)}._artwork-popupwrapper_tp1h8_2 .artwork-upload .validText{font-size:.75rem;line-height:1.3125rem}._artwork-popupwrapper_tp1h8_2 .artwork-upload input#input_file{position:absolute;top:0;right:0;width:100%;height:100%;opacity:0;z-index:1;display:block!important;cursor:pointer}._artwork-popupwrapper_tp1h8_2 .hintLabel{font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;letter-spacing:0em;text-align:left;margin-top:15px;color:#444;margin-bottom:15px}._artwork-popupwrapper_tp1h8_2 div#uploaded-artworks .art-img{width:80px;height:80px;border:1px solid #eaeaea;background:#f6f7f9;padding:5px;position:relative;overflow:hidden;margin-bottom:15px}._artwork-popupwrapper_tp1h8_2 div#uploaded-artworks .art-img img{max-width:100%;height:auto}._artwork-popupwrapper_tp1h8_2 div#uploaded-artworks .icon-close_blue{position:absolute;left:5px;top:5px;width:18px;height:18px;background:var(--main-color);border-radius:50%;text-align:center}._artwork-popupwrapper_tp1h8_2 div#uploaded-artworks .icon-close_blue:before{content:"";color:#fff;font-size:.5rem}._artwork-popupwrapper_tp1h8_2 div#uploaded-artworks .info.dnone{display:none}._artwork-popupwrapper_tp1h8_2 button{background:var(--main-color);color:#fff;border-radius:20px;min-width:85px;height:40px;padding:7px 24px;border:0px;font-size:14px;line-height:21px;margin-bottom:15px}._artwork-popupwrapper_tp1h8_2 .art-vault-container .search-filter{display:flex;flex-direction:row;justify-content:space-between}._artwork-popupwrapper_tp1h8_2 .art-vault-container .search-filter input.inputArtVault.form-control{width:40%;margin-bottom:0}@media (max-width: 767.98px){._artwork-popupwrapper_tp1h8_2 .art-vault-container .search-filter input.inputArtVault.form-control{width:100%}}._artwork-popupwrapper_tp1h8_2 .art-vault-container .search-filter .form-group.input-select{margin-bottom:0}._artwork-popupwrapper_tp1h8_2 .art-vault-container .search-filter .input-group-btn button{margin-top:0}._artwork-popupwrapper_tp1h8_2 .art-vault-container .art-vault-gallery h3{margin:20px 0;font-size:14px}._artwork-popupwrapper_tp1h8_2 .art-vault-container .art-vault-gallery .artwork-list{display:grid;grid-template-columns:repeat(5,calc(20% - 12.5px));gap:15px}._artwork-popupwrapper_tp1h8_2 .art-vault-container .art-vault-gallery .artwork-list .artwork{display:flex;flex-direction:column;position:relative;cursor:pointer;border:solid 1px #ccc;align-items:center;justify-content:center;padding:5px}._artwork-popupwrapper_tp1h8_2 .art-vault-container .art-vault-gallery .artwork-list .artwork span{position:absolute;inset:0;display:flex;align-items:center;text-align:center;justify-content:center;padding:10px;background-color:#000c;color:#fff;word-break:break-all;opacity:0;pointer-events:none;transition:.3s}._artwork-popupwrapper_tp1h8_2 .art-vault-container .art-vault-gallery .artwork-list .artwork .btn-delete{position:absolute;top:0;right:0;background:red;color:#fff;border-radius:100%;width:24px;height:24px;display:none;align-items:center;justify-content:center;border:none;transform:translate(25%,-25%);padding:0}._artwork-popupwrapper_tp1h8_2 .art-vault-container .art-vault-gallery .artwork-list .artwork:hover span{opacity:1}._artwork-popupwrapper_tp1h8_2 .art-vault-container .art-vault-gallery .artwork-list .artwork:hover .btn-delete{display:flex}._artwork-popupwrapper_tp1h8_2 .selectArtVault{min-width:200px}._artwork-popupwrapper_tp1h8_2 .searchContainer span.input-group-btn .btn{margin-top:0;margin-bottom:15px}._artwork-popupwrapper_tp1h8_2 .searchContainer .form-group.input-extensions{margin-bottom:0}._artwork-popupwrapper_tp1h8_2 .searchContainer .inputArtVault{min-width:300px;width:300px!important;margin:0 15px}@media (max-width: 575.98px){._artwork-popupwrapper_tp1h8_2 .searchContainer .inputArtVault{margin:0 0 15px;min-width:100%;width:100%!important}}._artwork-popupwrapper_tp1h8_2 #displayNewArtWork{padding:20px 10px;display:flex;flex-direction:row;gap:15px}._artwork-popupwrapper_tp1h8_2 #displayNewArtWork .uploadCheckBtn{border:1px solid #eaeaea;padding:7px;position:relative}._artwork-popupwrapper_tp1h8_2 #displayNewArtWork .uploadCheckBtn .action{position:absolute;top:7px;background:var(--main-color);border-radius:50%;width:21px;height:21px;display:flex;align-items:center;justify-content:center}._artwork-popupwrapper_tp1h8_2 #displayNewArtWork .uploadCheckBtn .action span{text-align:center;display:flex;align-items:center;justify-content:center;font-size:18px;margin-right:-2px}._artwork-popupwrapper_tp1h8_2 .artWorkShowImageContainer{display:flex;flex-direction:row}._artwork-popupwrapper_tp1h8_2 #uploaded-artworks{display:flex;gap:15px}@media (max-width: 575.98px){._artwork-popupwrapper_tp1h8_2 .myArtValtWrap .searchContainer{flex-direction:column;flex:0 0 100%!important;max-width:100%!important;text-align:center}}#proceed-to-checkout dialog[data-shm],#proceed-to-checkout dialog[shm],#proceed-to-checkout dialog[data-pos]{max-width:700px!important;border-radius:10px}#proceed-to-checkout dialog[data-shm] .dialog-header.success,#proceed-to-checkout dialog[shm] .dialog-header.success,#proceed-to-checkout dialog[data-pos] .dialog-header.success{background:#fff!important;border-radius:5px;padding-top:20px}#proceed-to-checkout dialog[data-shm] .dialog-header.success button.close,#proceed-to-checkout dialog[shm] .dialog-header.success button.close,#proceed-to-checkout dialog[data-pos] .dialog-header.success button.close{color:var(--main-color)!important;font-weight:100!important}@media (max-width: 575.98px){#proceed-to-checkout dialog[data-shm],#proceed-to-checkout dialog[shm],#proceed-to-checkout dialog[data-pos]{max-width:100%!important}}.no-data-found{margin-bottom:15px;min-height:200px}._cart-items-wrapper_8aalb_7{padding-bottom:0;margin-top:20px;border:1px solid #eaeaea}@media (max-width: 1024.98px){._cart-items-wrapper_8aalb_7{overflow-y:auto;overflow-x:auto!important}}@media (min-width: 1025px){._cart-items-wrapper_8aalb_7 .freight-value{position:absolute;right:70px}}@media (max-width: 1024.98px){._cart-items-wrapper_8aalb_7 .freight-value{display:inline-block;width:280px;position:absolute;right:30px}}@media (max-width: 767.98px){._cart-items-wrapper_8aalb_7 .total-price{position:relative}._cart-items-wrapper_8aalb_7 .freight-value{width:180px;position:absolute;right:10px}}@media (min-width: 1600px){._cart-items-wrapper_8aalb_7 .freight-value{position:absolute;right:30px}}._cart-items-wrapper_8aalb_7 .currencySymbol{position:relative}._cart-items-wrapper_8aalb_7 .currencySymbol:before{position:absolute;left:-9px}@media (max-width: 1024.98px){._cart-items-wrapper_8aalb_7 table{table-layout:fixed}._cart-items-wrapper_8aalb_7 table thead th.product{width:450px}._cart-items-wrapper_8aalb_7 table thead th.productCode,._cart-items-wrapper_8aalb_7 table thead th.uploadartwork,._cart-items-wrapper_8aalb_7 table thead th.selectfreight{width:150px}._cart-items-wrapper_8aalb_7 table thead th.qty{width:100px}._cart-items-wrapper_8aalb_7 table thead th.price,._cart-items-wrapper_8aalb_7 table thead th.totalprice{width:150px}}._cart-items-wrapper_8aalb_7 tbody:after{content:" ";display:flex}._cart-items-wrapper_8aalb_7 thead th{color:var(--clr-table-header);font-size:.875rem;border-top:0px!important;border-bottom:1px solid #eaeaea!important;font-weight:600}._cart-items-wrapper_8aalb_7 tbody td{padding:20px 10px}._cart-items-wrapper_8aalb_7 tbody td.upload-artwork img{width:80px;height:80px;object-fit:fill}._cart-items-wrapper_8aalb_7 tbody td.upload-artwork .uploaded_file{background:#ccc;padding:3px;font-size:10px;font-weight:700;border-radius:3px;display:block;margin-right:5px;margin-bottom:5px;width:150px}@media (max-width: 767.98px){._cart-items-wrapper_8aalb_7 tbody td.upload-artwork .uploaded_file{display:flex;width:auto;padding:5px}}._cart-items-wrapper_8aalb_7 tbody td.upload-artwork .uploaded_file .text_overflow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:120px;display:inline-block}._cart-items-wrapper_8aalb_7 tbody td.upload-artwork .uploaded_file .icon-close_blue:before{content:"";color:#fff;font-size:.5rem;cursor:pointer;background-color:var(--main-color);border-radius:50px;margin-left:5px;padding:3px}._cart-items-wrapper_8aalb_7 tfoot{background:var(--main-color);color:var(--clr-white)}._cart-items-wrapper_8aalb_7 tfoot td{padding:10px;font-size:.875rem;line-height:1.3125rem;font-weight:600;text-align:right}._cart-items-wrapper_8aalb_7 .product-details-container{display:flex;gap:15px}._cart-items-wrapper_8aalb_7 .product-details-container .product-name{font-size:.875rem!important;color:#444;font-weight:500}._cart-items-wrapper_8aalb_7 .product-details-container .img-preview{position:relative;max-width:100px}._cart-items-wrapper_8aalb_7 .product-details-container .img-preview .icon-close{cursor:pointer;position:absolute;top:-5px;left:-5px;font-size:10px;color:#fff;padding:5px;border-radius:100%;background:var(--main-color)}._cart-items-wrapper_8aalb_7 .product-details-container .item-skuname{margin-top:10px}._cart-items-wrapper_8aalb_7 .product-details-container .imprint-location-color{margin-top:15px}._cart-items-wrapper_8aalb_7 .product-details-container .imprintlocationname,._cart-items-wrapper_8aalb_7 .product-details-container .imprint-color{margin-top:5px}._cart-items-wrapper_8aalb_7 .item-code{font-size:.875rem;line-height:1.875rem;color:var(--main-color)}._cart-items-wrapper_8aalb_7 .size-qty{display:flex;justify-content:center;gap:10px;align-items:center}._cart-items-wrapper_8aalb_7 .size-qty input{width:50px;height:30px;border:1px solid #eaeaea!important;text-align:center;font-size:.875rem;background-color:#eaeaea}._cart-items-wrapper_8aalb_7 .unit-price,._cart-items-wrapper_8aalb_7 .total-price{text-align:right;color:#444;font-size:.875rem;font-weight:600;line-height:24px}._cart-items-wrapper_8aalb_7 .shipping{line-height:24px}._cart-items-wrapper_8aalb_7 .sub-total{text-align:right;color:var(--clr_1);font-size:.875rem;font-weight:600}._cart-items-wrapper_8aalb_7 .freight-select{font-size:.875rem;max-width:150px}._cart-items-wrapper_8aalb_7 .finaltotalAmount{position:absolute;bottom:0;right:0;background-color:var(--clr_1);padding:8px 15px;border-radius:0 20px;color:#fff;margin-top:10px;min-width:130px;max-width:300px}@media (min-width: 768px){._cart-items-wrapper_8aalb_7 .imprintlocationprice{min-width:180px}}@media (max-width: 1024.98px){._cart-items-wrapper_8aalb_7 .imprintlocationprice{min-width:unset}}@media (max-width: 1024.98px){._cart-items-wrapper_8aalb_7 .imprintlocationprice .charges-value{flex-direction:column}}@media (max-width: 1024.98px){._cart-items-wrapper_8aalb_7 .imprintlocationprice .charges-value .currencySymbol:before{left:70px!important}}._cart-items-wrapper_8aalb_7 .min-width-85{min-width:85px}._cart-items-wrapper_8aalb_7 button.btn-artwork{font-family:Poppins;font-weight:400;line-height:24px;letter-spacing:0em;text-align:left;border:0;background:transparent;font-size:.875rem!important;color:var(--main-color);cursor:pointer}#_my-art-vault_8aalb_1 .selectArtVault{min-width:200px}#_my-art-vault_8aalb_1 .searchContainer span.input-group-btn .btn{margin-top:0;margin-bottom:15px}#_my-art-vault_8aalb_1 .searchContainer .form-group.input-extensions{margin-bottom:0}#_my-art-vault_8aalb_1 .searchContainer .inputArtVault{min-width:300px;width:300px!important;margin:0 15px}@media (max-width: 575.98px){#_my-art-vault_8aalb_1 .searchContainer .inputArtVault{margin:0 0 15px;min-width:100%;width:100%!important}}#_my-art-vault_8aalb_1 .tabs-header{display:flex;flex-direction:row;justify-content:flex-start;padding:30px 0}#_my-art-vault_8aalb_1 .tabs-header li{padding:5px 10px;margin-right:20px;cursor:pointer;color:#111;font-weight:500;font-size:1rem;line-height:1.5rem;border:1px solid #eaeaea;text-align:center}#_my-art-vault_8aalb_1 .tabs-header li.active{color:var(--main-color);border:1px solid}#_my-art-vault_8aalb_1 .artworkPopupContainer{padding:30px;border:3px dotted #c6c6c6;cursor:pointer;text-align:center}#_my-art-vault_8aalb_1 .artworkPopupContainer .popUploadLabel{font-family:Poppins;font-size:.875rem;font-weight:var(--font-body-weight);line-height:1.3125rem;margin-bottom:10px;display:inline-block}#_my-art-vault_8aalb_1 .artworkPopupContainer .validText{font-size:.75rem;line-height:1.3125rem}#_my-art-vault_8aalb_1 #displayNewArtWork{padding:20px 10px;display:flex;flex-direction:row;gap:15px}#_my-art-vault_8aalb_1 #displayNewArtWork .uploadCheckBtn{border:1px solid #eaeaea;padding:7px;position:relative}#_my-art-vault_8aalb_1 #displayNewArtWork .uploadCheckBtn .action{position:absolute;top:7px;background:var(--main-color);border-radius:50%;width:21px;height:21px;display:flex;align-items:center;justify-content:center}#_my-art-vault_8aalb_1 #displayNewArtWork .uploadCheckBtn .action span{text-align:center;display:flex;align-items:center;justify-content:center;font-size:18px;margin-right:-2px}#_my-art-vault_8aalb_1 .artWorkShowImageContainer{display:flex;flex-direction:row}#_my-art-vault_8aalb_1 .icon-close_blue:before{content:"";color:#fff}@media (max-width: 575.98px){#_my-art-vault_8aalb_1 .myArtValtWrap .searchContainer{flex-direction:column;flex:0 0 100%!important;max-width:100%!important;text-align:center}}._my-cart-heading_1kgig_2{margin-top:30px;font-weight:700;color:var(--main-color);font-size:1.875rem;text-transform:capitalize}._my-cart-heading_1kgig_2 .total{margin-top:10px;color:#777;font-size:13px;font-weight:400}._checkout_1kgig_16{justify-content:flex-end;padding:20px;margin-bottom:40px;border:1px solid #c6c6c6;border-top:none;text-align:right}._checkout_1kgig_16 .continue-btn{padding:8px 20px;border:1px solid #eaeaea;border-radius:20px;margin:0 5px 15px}@media (max-width: 575.98px){._checkout_1kgig_16 .continue-btn{width:100%;margin:0 0 15px}}._checkout_1kgig_16 .continue-btn:hover,._checkout_1kgig_16 .continue-btn:focus{background:var(--main-color);color:#fff}._checkout_1kgig_16 .checkout-btn{padding:8px 20px;background:var(--main-color);color:var(--clr-white);border-radius:20px;border:1px solid var(--main-color);margin:0 5px 15px}@media (max-width: 575.98px){._checkout_1kgig_16 .checkout-btn{width:100%;margin:0 0 15px}}._checkout_1kgig_16 .checkout-btn:hover,._checkout_1kgig_16 .checkout-btn:focus{background:var(--clr-white);color:var(--main-color)}#basket-listing .priceSymbol,#basket-listing .basket-price{position:relative}#basket-listing .priceSymbol:before,#basket-listing .basket-price:before{content:"$";position:absolute;left:-9px}#basket-listing tfoot{position:relative}#basket-listing tfoot:after,#basket-listing tfoot:before{content:" ";display:flex;height:41.5px;width:22px;position:absolute;top:1px;z-index:-1;background:var(--main-color);border:1px solid var(--main-color)}#basket-listing .cart-items-wrapper{padding-bottom:0!important}._heading_10ziy_2{font-family:Poppins!important;font-size:30px;font-weight:700;line-height:45px;letter-spacing:0em;color:var(--main-color)}._heading_10ziy_2 .total{margin-top:10px;color:#777;font-size:13px;font-weight:400;line-height:16px;margin-bottom:10px}._info-email_10ziy_19{padding:20px;border:1px solid #eaeaea;display:flex;justify-content:space-between;align-items:center;font-family:Poppins;font-size:1.0036363636rem;font-weight:500;line-height:1.5054545455rem;letter-spacing:0em;text-align:left;color:#444!important}@media (max-width: 575.98px){._info-email_10ziy_19{flex-wrap:wrap}}._info-email_10ziy_19 .user-email{color:var(--main-color);font-family:Poppins;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;text-align:left}#_address-list_10ziy_1{display:grid;row-gap:15px;column-gap:15px;grid-template-columns:repeat(5,1fr);margin-top:20px}@media (max-width: 1024.98px){#_address-list_10ziy_1{grid-template-columns:repeat(4,1fr)}}@media (max-width: 767.98px){#_address-list_10ziy_1{grid-template-columns:repeat(3,1fr)}}@media (max-width: 575.98px){#_address-list_10ziy_1{grid-template-columns:repeat(2,1fr)}}#_address-list_10ziy_1 .address-item{border-radius:0;background:var(--clr-white);box-shadow:0 1px 4px #00000026;display:flex;flex-direction:column;padding:20px}#_address-list_10ziy_1 .address-item .address-details{margin-bottom:15px;font-size:14px;line-height:21px;color:#444}#_address-list_10ziy_1 .address-item .address-details .name-edit{font-weight:600}#_address-list_10ziy_1 .address-item .address-details .address{text-transform:capitalize}#_address-list_10ziy_1 .address-item label{margin:auto 0 0;display:flex;align-items:center;gap:10px;font-size:13px;color:#444;cursor:pointer}#_address-list_10ziy_1 .address-item label:hover{color:var(--main-color)}#_address-list_10ziy_1 .address-item label input{position:absolute;opacity:0}#_address-list_10ziy_1 .address-item label span{font-weight:400}#_address-list_10ziy_1 .address-item.default-address label{padding-left:7px;color:var(--main-color)}#_address-list_10ziy_1 .address-item.default-address label:before{content:"";display:inline-block;transform:rotate(45deg);height:16px;width:8px;border-bottom:2px solid var(--main-color);border-right:2px solid var(--main-color);margin-top:-2px}.show-more-address{background:transparent;border:0;outline:none!important;font-family:Poppins;font-size:14px!important;font-weight:400;line-height:21px;letter-spacing:0em;text-align:left;color:var(--main-color);margin-top:15px;cursor:pointer;padding:0!important}.show-more-address:hover,.show-more-address:focus{font-weight:500;box-shadow:none!important}._billing-shipping_10ziy_145{display:flex;gap:30px;margin:40px 0}@media (max-width: 767.98px){._billing-shipping_10ziy_145{flex-wrap:wrap}}._billing-shipping_10ziy_145 .address-form-container{flex:1 1 50%;padding:20px;border:1px solid #eaeaea;border-radius:5px}@media (max-width: 767.98px){._billing-shipping_10ziy_145 .address-form-container{flex:1 1 100%}}._billing-shipping_10ziy_145 .address-form-container .form-title{font-family:Poppins;font-size:1.0036363636rem;font-weight:500;line-height:1.5054545455rem;letter-spacing:0em;text-align:left;color:#444!important}._billing-shipping_10ziy_145 .address-form-container .address-form{display:flex;flex-wrap:wrap;gap:20px;margin-top:15px}._billing-shipping_10ziy_145 .address-form-container .address-form span{flex:1 1 50%;max-width:calc(50% - 10px)}@media (max-width: 575.98px){._billing-shipping_10ziy_145 .address-form-container .address-form span{flex:0 0 100%!important;max-width:100%!important}._billing-shipping_10ziy_145 .address-form-container .address-form span .form-group{margin-bottom:0}}._billing-shipping_10ziy_145 .address-form-container .address-form span .required{position:relative}._billing-shipping_10ziy_145 .address-form-container .address-form span .required:before{content:"*";position:absolute;left:3px;top:10px}._billing-shipping_10ziy_145 .address-form-container .address-form .form-control{font-size:14px;color:var(--clr-text-color);border-bottom:1px solid #eaeaea;padding-left:10px}._billing-shipping_10ziy_145 .address-form-container label.same-as-billing{display:flex;align-items:center;margin-top:15px}._billing-shipping_10ziy_145 .address-form-container label.same-as-billing input#sameInfocheckBox{width:15px;height:15px;appearance:auto;-webkit-appearance:auto;accent-color:var(--main-color)}._billing-shipping_10ziy_145 .address-form-container label.same-as-billing input#sameInfocheckBox:checked:before{content:none}._billing-shipping_10ziy_145 .address-form-container .chkIsResidential label{display:flex;align-items:center}._billing-shipping_10ziy_145 .address-form-container .chkIsResidential label input#chkIsResidential{width:15px;height:15px;margin-bottom:0!important;appearance:auto;-webkit-appearance:auto;accent-color:var(--main-color)}._billing-shipping_10ziy_145 .address-form-container .chkIsResidential label input#chkIsResidential:checked:before{left:0;top:-2px;content:none}#_po-number_10ziy_1{margin-bottom:40px;display:flex;flex:0 0 25%;max-width:25%;margin-top:25px}@media (max-width: 575.98px){#_po-number_10ziy_1{flex:0 0 100%!important;max-width:100%!important}}#_po-number_10ziy_1 .form-control{font-size:14px;color:#777;border-bottom:1px solid #eaeaea}#_payment_10ziy_284{margin:40px 0}#_payment_10ziy_284 h2{font-weight:500;color:var(--main-color)!important;font-size:1.875rem!important}@media (max-width: 1279.98px){#_payment_10ziy_284 h2{font-size:1.5rem!important}}@media (max-width: 1024.98px){#_payment_10ziy_284 h2{font-size:1.25rem!important}}@media (max-width: 767.98px){#_payment_10ziy_284 h2{font-size:1.125rem!important}}#_payment_10ziy_284 .payment-methods{display:flex;gap:20px}#_payment_10ziy_284 .payment-methods .payment-method{display:flex;align-items:center;gap:10px;font-size:15px}#_payment_10ziy_284 .payment-methods .payment-method input[type=radio]{accent-color:var(--main-color);cursor:pointer;vertical-align:text-top;margin-right:5px}#_payment_10ziy_284 .btn-confirm-order{margin-top:20px;padding:8px 20px;background:var(--main-color);color:var(--clr-white);border-radius:20px;border:1px solid var(--main-color)}#_payment_10ziy_284 .btn-confirm-order:hover,#_payment_10ziy_284 .btn-confirm-order:focus{background:var(--clr-white);color:var(--main-color)}#_payment_10ziy_284 .yearMonthError{width:300px;max-width:none;bottom:0;left:0}#proceed-to-checkout #chkSalesTax{-webkit-appearance:auto;appearance:auto;accent-color:var(--main-color);border-radius:50%}#proceed-to-checkout #chkSalesTax[type=checkbox]:checked:before{content:none;position:absolute;border-radius:50%}#proceed-to-checkout tbody:after{display:none!important}#proceed-to-checkout tbody td.upload-artwork img{width:80px;height:80px;object-fit:fill}#proceed-to-checkout tbody td.upload-artwork .uploaded_file{background:#ccc;padding:3px;font-size:10px;font-weight:700;border-radius:3px;display:block;margin-right:5px;margin-bottom:5px;width:150px}@media (max-width: 767.98px){#proceed-to-checkout tbody td.upload-artwork .uploaded_file{display:flex;width:auto;padding:5px}}#proceed-to-checkout tbody td.upload-artwork .uploaded_file .text_overflow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:120px;display:inline-block}#proceed-to-checkout tbody td.upload-artwork .uploaded_file .icon-close_blue:before{content:"";color:#fff;font-size:.5rem;cursor:pointer;background-color:var(--main-color);border-radius:50px;margin-left:5px;padding:3px}#proceed-to-checkout tfoot{position:relative}#proceed-to-checkout tfoot:before{right:auto;left:-20px}#proceed-to-checkout tfoot:after{left:auto;right:-20px}#proceed-to-checkout .cart-items-wrapper{padding-bottom:0!important}#proceed-to-checkout .product-details-container .icon-close{display:none}._pnpWrap_16j6k_2{margin-bottom:50px;min-height:400px}._pnpWrap_16j6k_2 h1{font-size:1.5rem;color:var(--main-color);font-weight:700;margin-bottom:30px;text-transform:capitalize}._pnpWrap_16j6k_2 h3{font-size:1rem;font-weight:600;margin-bottom:5px}._pnpWrap_16j6k_2 p{line-height:1.3125rem;font-size:.875rem!important;letter-spacing:.6px;color:var(--clr-black)}._pnpWrap_16j6k_2 ul{list-style-type:disc;margin-left:15px}._pnpWrap_16j6k_2 .lightText{color:gray}._pnpWrap_16j6k_2 a{color:var(--main-color)}._returnWrap_1sl5a_2{margin-bottom:50px;font-family:Cinzel,Arial,Helvetica,sans-serif}._returnWrap_1sl5a_2 h1{font-size:1.5rem;color:var(--main-color);font-weight:700;margin-bottom:30px;text-transform:capitalize}._returnWrap_1sl5a_2 h3{font-size:1rem;font-weight:600;margin-bottom:5px}._returnWrap_1sl5a_2 p{line-height:1.3125rem;font-size:.875rem!important;letter-spacing:.6px}._returnWrap_1sl5a_2 ul{list-style-type:disc;margin-left:15px}._returnWrap_1sl5a_2 .lightText{color:gray}._returnWrap_1sl5a_2 a{color:var(--secondary-color)}._cancellationsWrap_1acqa_2{margin-bottom:50px;font-family:Cinzel,Arial,Helvetica,sans-serif}._cancellationsWrap_1acqa_2 h1{font-size:1.5rem;color:var(--main-color);font-weight:700;margin-bottom:30px;text-transform:capitalize}._cancellationsWrap_1acqa_2 h3{font-size:1rem;font-weight:600;margin-bottom:5px}._cancellationsWrap_1acqa_2 p{line-height:1.3125rem;font-size:.875rem!important;letter-spacing:.6px}._cancellationsWrap_1acqa_2 ul{list-style-type:disc;margin-left:15px}._cancellationsWrap_1acqa_2 .lightText{color:gray}._cancellationsWrap_1acqa_2 a{color:var(--secondary-color)}._DecorationStyle_uafo6_2{margin-bottom:50px}._DecorationStyle_uafo6_2 .parent-tabs{display:flex;justify-content:center;margin-bottom:20px}._DecorationStyle_uafo6_2 .parent-tabs li button{padding:10px 30px;cursor:pointer;border:1px solid var(--main-color);background-color:#fff;color:#222;font-size:1.125rem;transition:background-color .3s ease,color .3s ease;text-transform:capitalize}._DecorationStyle_uafo6_2 .parent-tabs li button.active{background-color:var(--main-color);color:#fff}@media (max-width: 1024.98px){._DecorationStyle_uafo6_2 .parent-tabs li button{padding:8px 10px;font-size:1rem}}@media (max-width: 400px){._DecorationStyle_uafo6_2 .parent-tabs li button{padding:8px;font-size:.875rem}}._DecorationStyle_uafo6_2 .parent-tabs li:first-child button{border-radius:5px 0 0 5px}._DecorationStyle_uafo6_2 .parent-tabs li:last-child button{border-radius:0 5px 5px 0}._DecorationStyle_uafo6_2 .child-tabs{display:flex;flex-wrap:wrap;justify-content:center}._DecorationStyle_uafo6_2 .child-tabs li{margin-right:-1px}._DecorationStyle_uafo6_2 .child-tabs li button{padding:7px 20px;cursor:pointer;border:1px solid var(--main-color);background-color:#fff;color:#222;font-size:1rem;transition:background-color .3s ease,color .3s ease;text-transform:capitalize}._DecorationStyle_uafo6_2 .child-tabs li button.active{background-color:var(--main-color);color:#fff}@media (max-width: 1024.98px){._DecorationStyle_uafo6_2 .child-tabs li button{padding:5px 10px;font-size:.875rem;margin-bottom:5px;margin-right:5px;border-radius:3px}}._DecorationStyle_uafo6_2 .child-tabs li:first-child button{border-radius:5px 0 0 5px}@media (max-width: 1024.98px){._DecorationStyle_uafo6_2 .child-tabs li:first-child button{border-radius:3px}}._DecorationStyle_uafo6_2 .child-tabs li:last-child button{border-radius:0 5px 5px 0}@media (max-width: 1024.98px){._DecorationStyle_uafo6_2 .child-tabs li:last-child button{border-radius:3px}}._DecorationStyle_uafo6_2 .category-tab{margin:10px;text-align:center}._DecorationStyle_uafo6_2 .categorydata .card-block{border-radius:5px;margin-top:20px;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px;padding:10px 10px 15px}._DecorationStyle_uafo6_2 .categorydata .card-block img{border-radius:0;max-width:100%}._DecorationStyle_uafo6_2 .categorydata .card-block p{text-align:center;cursor:pointer;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin-top:15px;margin-bottom:0;padding:0;color:var(--color-txt)}._DecorationStyle_uafo6_2 .categorydata .card-block:hover{opacity:.8}._DecorationStyle_uafo6_2 .lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}._DecorationStyle_uafo6_2 .lightbox .overlay{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}._DecorationStyle_uafo6_2 .lightbox .content{position:relative;z-index:1001;display:flex;align-items:center;justify-content:center}._DecorationStyle_uafo6_2 .lightbox .content .imgcol{text-align:center;position:relative;max-width:80%}._DecorationStyle_uafo6_2 .lightbox .content .imgcol img{max-width:100%;max-height:400px;object-fit:contain;background-color:#fff}._DecorationStyle_uafo6_2 .lightbox .content .close,._DecorationStyle_uafo6_2 .lightbox .content .prev,._DecorationStyle_uafo6_2 .lightbox .content .next{position:absolute;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer}._DecorationStyle_uafo6_2 .lightbox .content .close{top:0;right:0;background:var(--main-color);height:30px;width:30px;font-size:20px;display:flex;align-items:center;justify-content:center;opacity:1}._DecorationStyle_uafo6_2 .lightbox .content .light_desc{position:absolute;background:#0009;color:#fff;padding:10px;right:0;transform:translate(100%);top:30%;border-radius:5px;margin-bottom:10px;width:440px}@media (min-width: 1800px){._DecorationStyle_uafo6_2 .lightbox .content .light_desc{font-size:1.125rem;width:100%}}@media (max-width: 1599.98px){._DecorationStyle_uafo6_2 .lightbox .content .light_desc{right:0;transform:translate(100%);top:unset;width:400px}}@media (max-width: 1366px){._DecorationStyle_uafo6_2 .lightbox .content .light_desc{right:0;transform:translate(100%);top:unset;width:350px}}@media (max-width: 1024.98px){._DecorationStyle_uafo6_2 .lightbox .content .light_desc{right:0;transform:translate(0);top:105%;width:95%;left:10px;overflow:auto}}@media (min-width: px){._DecorationStyle_uafo6_2 .lightbox .content .light_desc{width:140%}}._DecorationStyle_uafo6_2 .lightbox .content .light_desc ul{padding:5px 15px}._DecorationStyle_uafo6_2 .lightbox .content .light_desc ul li{color:#fff;font-weight:400;font-size:.75rem;list-style-type:disc}@media (min-width: 1800px){._DecorationStyle_uafo6_2 .lightbox .content .light_desc ul li{font-size:1.125rem}}@media (min-width: px){._DecorationStyle_uafo6_2 .lightbox .content .light_desc ul li{font-size:120%}}._DecorationStyle_uafo6_2 .lightbox .content .prev{left:30px;z-index:2}._DecorationStyle_uafo6_2 .lightbox .content .next{right:30px}._customOverseas_183pj_2{margin-bottom:50px;display:flex;flex-wrap:wrap;row-gap:20px}._customOverseas_183pj_2 .imgWrap{text-align:center;cursor:pointer;border-radius:5px;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px;padding:10px 10px 15px;transition:.3s ease-in-out;margin-bottom:25px}._customOverseas_183pj_2 .imgWrap:hover img{transform:scale(1.2);transition:.3s ease-in-out}._customOverseas_183pj_2 .imgWrap img{max-width:200px;object-fit:contain;margin-bottom:20px}@media (min-width: 1025px){._customOverseas_183pj_2 .imgWrap img{height:200px}}@media (max-width: 1024.98px){._customOverseas_183pj_2 .imgWrap img{width:100%;margin-bottom:0}}._customOverseas_183pj_2 .subcatsection .title{border-bottom:1px solid var(--main-color);padding-bottom:15px;margin-bottom:20px;font-weight:700;color:var(--main-color)}._customOverseas_183pj_2 .subcatsection .btn-primary{margin:0 15px 0 0;transition:.3s ease-in-out;cursor:pointer}._customOverseas_183pj_2 .subcatsection .btn-primary:hover{color:var(--main-color)!important;transition:.3s ease-in-out}._customOverseas_183pj_2 .subcatsection .btn-primary:hover .icon-arrow:before{color:var(--main-color)}._customOverseas_183pj_2 .subcatsection .btn-primary .icon-arrow:before{content:"";font-family:Quake-City-Cap!important;display:flex;color:#fff;justify-content:center;font-size:1rem}._customOverseas_183pj_2 .lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}._customOverseas_183pj_2 .lightbox .overlay{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}._customOverseas_183pj_2 .lightbox .content{position:relative;z-index:1001;display:flex;align-items:center;justify-content:center}._customOverseas_183pj_2 .lightbox .content .imgcol{text-align:center;position:relative}._customOverseas_183pj_2 .lightbox .content .imgcol img{max-width:100%;max-height:500px;background-color:#fff}@media (max-width: 767.98px){._customOverseas_183pj_2 .lightbox .content .imgcol img{max-height:320px}}._customOverseas_183pj_2 .lightbox .content .close,._customOverseas_183pj_2 .lightbox .content .prev,._customOverseas_183pj_2 .lightbox .content .next{position:absolute;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer}._customOverseas_183pj_2 .lightbox .content .close{top:0;right:0;background:var(--main-color);height:30px;width:30px;font-size:20px;display:flex;align-items:center;justify-content:center;opacity:1}._customOverseas_183pj_2 .lightbox .content .light_desc{position:absolute;background:#0009;color:#fff;padding:10px;right:0;transform:translate(100%,30%);top:30%;border-radius:5px;margin-bottom:10px}._customOverseas_183pj_2 .lightbox .content .light_desc ul{padding:5px 15px}._customOverseas_183pj_2 .lightbox .content .light_desc ul li{color:#fff;font-weight:400;font-size:.75rem;list-style-type:disc}._customOverseas_183pj_2 .lightbox .content .prev{left:-30px}._customOverseas_183pj_2 .lightbox .content .next{right:-30px}._orderInfoContent_1rmts_2 .breadCrumbWrapper-top{margin-bottom:20px!important;padding:0 40px}@media (max-width: 1024.98px){._orderInfoContent_1rmts_2 .breadCrumbWrapper-top{padding:0}}._orderInfoContent_1rmts_2 .breadCrumbWrapper-top .breadcrumb{margin-bottom:0!important}._shapes_t38gt_2 .shapesMain_Section{margin:0 auto;max-width:1200px}._shapes_t38gt_2 .shapesMain_Section .entry-header{text-align:center}._shapes_t38gt_2 .shapesMain_Section .entry-header h1{font-size:48px}@media (max-width: 1024.98px){._shapes_t38gt_2 .shapesMain_Section .entry-header h1{font-size:25px}}._shapes_t38gt_2 .shapesMain_Section .entry-header:after{border-bottom:1px solid #000;content:"";display:block;margin:0 auto 30px;padding-bottom:15px;width:45%}@media (max-width: 1024.98px){._shapes_t38gt_2 .shapesMain_Section .entry-header:after{width:50%}}._shapes_t38gt_2 .shapesMain_Section p,._shapes_t38gt_2 .shapesMain_Section span,._shapes_t38gt_2 .shapesMain_Section .gmail_default{font-size:20px;color:#444;text-align:justify}._shapes_t38gt_2 .shapesMain_Section p strong,._shapes_t38gt_2 .shapesMain_Section span strong,._shapes_t38gt_2 .shapesMain_Section .gmail_default strong{font-weight:600;text-align:justify}._shapes_t38gt_2 .shapesMain_Section .headingDescription{color:#444;border-bottom:1px solid #000;border-top:1px solid #000;font-size:20px;margin-bottom:30px;padding:30px 0}@media (max-width: 1024.98px){._shapes_t38gt_2 .shapesMain_Section .headingDescription{margin-bottom:40px}}._shapes_t38gt_2 .shapesMain_Section .headingDescription h1{font-size:24px;font-weight:200;color:#444;margin-bottom:20px}._shapes_t38gt_2 .shapesMain_Section .shapes_name .shapesImage{display:flex;max-width:1200px;width:100%;flex-wrap:wrap}._shapes_t38gt_2 .shapesMain_Section .shapes_name .shapesImage img{display:none}._shapes_t38gt_2 .shapesMain_Section .shapes_name .shapesImage .shapesImage_1{width:25%;text-align:-webkit-center;padding-bottom:30px}@media (max-width: 1024.98px){._shapes_t38gt_2 .shapesMain_Section .shapes_name .shapesImage .shapesImage_1{width:50%}}._shapes_t38gt_2 .shapesMain_Section .shapes_name .shapesImage .shapesImage_1 img{display:block;margin:auto}._shapes_t38gt_2 .shapesMain_Section .shapes_name .shapesImage h2{color:#007da5;font-size:1rem;text-align:center;padding:20px 0 0}._shapes_t38gt_2 .shapesMain_Section .shapes_name .shapesImage button{background:transparent;border:none;text-align:left}._shapes_t38gt_2 .shapesMain_Section .shapes_name .shapesImage .count{font-size:1rem}._subshapes_q9tvb_2 .entry-header{text-align:center}._subshapes_q9tvb_2 .entry-header h1{font-size:48px}@media (max-width: 1024.98px){._subshapes_q9tvb_2 .entry-header h1{font-size:25px}}._subshapes_q9tvb_2 .entry-header:after{border-bottom:1px solid #000;content:"";display:block;margin:0 auto 30px;padding-bottom:15px;width:45%}@media (max-width: 1024.98px){._subshapes_q9tvb_2 .entry-header:after{width:50%}}._subshapes_q9tvb_2 p,._subshapes_q9tvb_2 span,._subshapes_q9tvb_2 .gmail_default{font-size:20px;color:#444;text-align:justify}._subshapes_q9tvb_2 p strong,._subshapes_q9tvb_2 span strong,._subshapes_q9tvb_2 .gmail_default strong{font-weight:600;text-align:justify}._subshapes_q9tvb_2 a{color:#b7be11}._subshapes_q9tvb_2 .headingDescription{color:#444;font-size:20px;font-size:24px;margin-bottom:40px;padding:10px 0}._subshapes_q9tvb_2 .subshapes-section{display:flex;max-width:100%;flex-wrap:wrap}._subshapes_q9tvb_2 .subshapes-section .headingDescription{border-bottom:1px solid #000;border-top:1px solid #000}._subshapes_q9tvb_2 .subshapes-section .headingDescription h1{font-size:24px;line-height:1;margin-bottom:20px;font-weight:200}._subshapes_q9tvb_2 .subshapes-section .subshapesMain_Section{width:25%;text-align:-webkit-center;padding-bottom:0}@media (max-width: 767.98px){._subshapes_q9tvb_2 .subshapes-section .subshapesMain_Section{width:100%}}@media (max-width: 1024.98px){._subshapes_q9tvb_2 .subshapes-section .subshapesMain_Section{width:50%}}._subshapes_q9tvb_2 .subshapes-section .subshapesMain_Section .shapes_name .shapesImage{flex-wrap:wrap}._subshapes_q9tvb_2 .subshapes-section .subshapesMain_Section .shapes_name .shapesImage img{display:none}._subshapes_q9tvb_2 .subshapes-section .subshapesMain_Section .shapes_name .shapesImage .shapesImage_1 img{display:block;height:247px}@media (max-width: 1024.98px){._subshapes_q9tvb_2 .subshapes-section .subshapesMain_Section .shapes_name .shapesImage .shapesImage_1 img{height:133px}}._subshapes_q9tvb_2 .subshapes-section .subshapesMain_Section .shapes_name .shapesImage h2{color:#007da5;font-size:1rem;text-align:center;padding:10px 0 0}._sheets_38iy1_2 .sheetMain_Section{margin:0 auto;max-width:1200px;padding:0 40px 40px}@media (max-width: 1024.98px){._sheets_38iy1_2 .sheetMain_Section{padding:0}}._sheets_38iy1_2 .sheetMain_Section .entry-header{text-align:center}._sheets_38iy1_2 .sheetMain_Section .entry-header h1{font-size:48px}@media (max-width: 1024.98px){._sheets_38iy1_2 .sheetMain_Section .entry-header h1{font-size:25px}}._sheets_38iy1_2 .sheetMain_Section .entry-header:after{border-bottom:1px solid #000;content:"";display:block;margin:0 auto 30px;padding-bottom:15px;width:45%}@media (max-width: 1024.98px){._sheets_38iy1_2 .sheetMain_Section .entry-header:after{width:50%}}._sheets_38iy1_2 .sheetMain_Section p,._sheets_38iy1_2 .sheetMain_Section span,._sheets_38iy1_2 .sheetMain_Section .gmail_default{font-size:20px;color:#444;text-align:justify}._sheets_38iy1_2 .sheetMain_Section p strong,._sheets_38iy1_2 .sheetMain_Section span strong,._sheets_38iy1_2 .sheetMain_Section .gmail_default strong{font-weight:600;text-align:justify}._sheets_38iy1_2 .sheetMain_Section .headingDescription{color:#444;font-size:20px;border-bottom:1px solid #000;border-top:1px solid #000;margin-bottom:30px;padding:30px 0}@media (max-width: 1024.98px){._sheets_38iy1_2 .sheetMain_Section .headingDescription{margin-bottom:40px}}._sheets_38iy1_2 .sheetMain_Section .headingDescription h1{font-size:24px;line-height:1;margin-bottom:20px;font-weight:200}._sheets_38iy1_2 .sheetMain_Section .sheets_name .sheetsImage{display:flex;max-width:1200px;width:100%;flex-wrap:wrap}._sheets_38iy1_2 .sheetMain_Section .sheets_name .sheetsImage img{display:none}._sheets_38iy1_2 .sheetMain_Section .sheets_name .sheetsImage .sheetsImage_1{width:25%;text-align:-webkit-center;padding-bottom:30px}@media (max-width: 1024.98px){._sheets_38iy1_2 .sheetMain_Section .sheets_name .sheetsImage .sheetsImage_1{width:50%}}._sheets_38iy1_2 .sheetMain_Section .sheets_name .sheetsImage .sheetsImage_1 img{display:block}._sheets_38iy1_2 .sheetMain_Section .sheets_name .sheetsImage h2{color:#007da5;font-size:1rem;text-align:center;padding:20px 0 0}._sheets_38iy1_2 .sheetMain_Section .sheets_name .sheetsImage .count{font-size:1rem}._sheets_38iy1_2 .sheetMain_Section .sheets_name .sheetsImage button{background:transparent;border:none;text-align:left}._subsheet_awzgl_2 .entry-header{text-align:center}._subsheet_awzgl_2 .entry-header h1{font-size:48px}@media (max-width: 1024.98px){._subsheet_awzgl_2 .entry-header h1{font-size:25px}}._subsheet_awzgl_2 .entry-header:after{border-bottom:1px solid #000;content:"";display:block;margin:0 auto 30px;padding-bottom:15px;width:45%}@media (max-width: 1024.98px){._subsheet_awzgl_2 .entry-header:after{width:50%}}._subsheet_awzgl_2 p,._subsheet_awzgl_2 span,._subsheet_awzgl_2 .gmail_default{font-size:20px;color:#444;text-align:justify}._subsheet_awzgl_2 p strong,._subsheet_awzgl_2 span strong,._subsheet_awzgl_2 .gmail_default strong{font-weight:600;text-align:justify}._subsheet_awzgl_2 a{color:#b7be11}._subsheet_awzgl_2 .headingDescription{color:#444;font-size:20px;font-size:24px;margin-bottom:40px;padding:10px 0}._subsheet_awzgl_2 .subsheet-section{display:flex;max-width:100%;flex-wrap:wrap}._subsheet_awzgl_2 .subsheet-section .headingDescription{border-bottom:1px solid #000;border-top:1px solid #000}._subsheet_awzgl_2 .subsheet-section .headingDescription h1{font-size:24px;line-height:1;margin-bottom:20px;font-weight:200}._subsheet_awzgl_2 .subsheet-section .subsheetMain_Section{width:25%;text-align:-webkit-center;padding-bottom:0}@media (max-width: 767.98px){._subsheet_awzgl_2 .subsheet-section .subsheetMain_Section{width:100%;padding:5px}}@media (max-width: 1024.98px){._subsheet_awzgl_2 .subsheet-section .subsheetMain_Section{width:50%;padding:5px}}._subsheet_awzgl_2 .subsheet-section .subsheetMain_Section .sheet_name .sheetImage{flex-wrap:wrap}._subsheet_awzgl_2 .subsheet-section .subsheetMain_Section .sheet_name .sheetImage img{display:none}._subsheet_awzgl_2 .subsheet-section .subsheetMain_Section .sheet_name .sheetImage .sheetImage_1 img{display:block}._subsheet_awzgl_2 .subsheet-section .subsheetMain_Section .sheet_name .sheetImage h2{color:#007da5;font-size:1rem;text-align:center;padding:10px 0 0}._compliance_192zb_2 ul{list-style:none!important;padding-left:0!important}._compliance_192zb_2 ul li{font-size:1rem!important}._compliance_192zb_2 .pageLink{color:var(--dark-blue)!important;font-weight:600}._compliance_192zb_2 .compliance-wrapper{margin-top:35px;margin-bottom:35px;line-height:1.5rem}._compliance_192zb_2 .page-heading{padding-bottom:0!important;font-weight:600}._compliance_192zb_2 .table-content-wrapper{padding:0}._compliance_192zb_2 .table-content-wrapper h2{margin:0 0 20px;color:var(--light-blue);font-size:1.5rem!important;font-weight:600;text-decoration:none}._compliance_192zb_2 .table-content-wrapper h2 ul{font-size:1.5rem!important;font-weight:600;text-decoration:none;margin-bottom:0}._compliance_192zb_2 .table-content-wrapper .table-content-information{padding:0}._compliance_192zb_2 .table-content-wrapper .table-content-information ul{column-count:4;display:block!important;margin-bottom:0}@media (max-width: 767.98px){._compliance_192zb_2 .table-content-wrapper .table-content-information ul{column-count:2}}._compliance_192zb_2 .table-content-wrapper .table-content-information ul li{padding:4px 0;font-size:.9375rem!important;font-weight:500}._compliance_192zb_2 .table-content-wrapper .table-content-information ul li h3{font-size:.9375rem!important;font-weight:500;line-height:1.5!important;cursor:pointer;margin-bottom:0}._compliance_192zb_2 .compliance-information{padding:0}._compliance_192zb_2 .compliance-information h2{margin-bottom:5px;font-size:1.125rem;font-weight:600;margin-top:15px}._compliance_192zb_2 .compliance-information h3{margin-bottom:0;font-size:1.125rem;font-weight:500}._compliance_192zb_2 .compliance-information p{margin-bottom:10px;font-size:1rem!important;line-height:normal}._compliance_192zb_2 .compliance-information .first-heading{margin-top:0}._compliance_192zb_2 .compliance-information ul li{padding-left:15px;position:relative;margin-bottom:7px}._compliance_192zb_2 .compliance-information ul li:before{content:"";height:7px;width:7px;border-radius:50%;background-color:var(--icon-txtcolor);display:block;position:absolute;top:7px;left:0}._compliance_192zb_2 .compliance-information a,._compliance_192zb_2 .compliance-information a:hover{color:var(--light-blue)}._compliance_192zb_2 html{scroll-behavior:smooth}._compliance_192zb_2 p{color:#333}#_topCategories_11gpk_1{margin-top:20px}#_topCategories_11gpk_1 .section_padding_top{padding:0!important}#_topCategories_11gpk_1 .title_main{line-height:2.2050909091rem;letter-spacing:.06px;text-align:left;border-bottom:1px solid var(--dark-gray);margin:0 0 25px;padding:20px 0!important;color:var(--txt-color);font-size:1.375rem;font-weight:var(--font-weight-bold)}#_topCategories_11gpk_1 .box{transition:.3s;overflow:hidden;position:relative}#_topCategories_11gpk_1 .box .productImage{border-radius:10px;overflow:hidden;cursor:pointer}#_topCategories_11gpk_1 .box .productImage img{height:100%;width:100%;object-fit:cover}#_topCategories_11gpk_1 .box .productImage:hover .card-label{transform:translate(0)}#_topCategories_11gpk_1 .box .productImage .card-label{transition:.3s;transform:translate(-100%);position:absolute;top:20px;left:0;background-color:var(--light-blue);padding:12px 10px;color:var(--clr-white);border-top-right-radius:7px;border-bottom-right-radius:7px;min-width:130px;font-size:1rem}#_topCategories_11gpk_1 .box .subCategory-name h2{font-weight:700;text-transform:uppercase;margin-top:15px;margin-bottom:5px;font-size:.9375rem!important}#_topCategories_11gpk_1 .product-sec-btn{text-align:center;margin-top:40px;position:relative;margin-bottom:60px}@media (max-width: 767.98px){#_topCategories_11gpk_1 .product-sec-btn{margin-bottom:30px}}#_topCategories_11gpk_1 .product-sec-btn:before{content:"";position:absolute;top:50%;left:0;background-color:var(--dark-gray);z-index:1;height:2px;width:100%}#_topCategories_11gpk_1 .product-sec-btn .theme-button{position:relative;z-index:2}@media (max-width: 1599.98px){#_topCategories_11gpk_1 .product-sec-btn .theme-button{font-size:.9375rem}}._promoStandards_148kp_2 .privacy-policy-wrapper{margin-top:35px;margin-bottom:35px}._promoStandards_148kp_2 .privacy-policy-wrapper .privacy-policy-info .promo-standard-heading{margin-bottom:12px}._promoStandards_148kp_2 .privacy-policy-wrapper .privacy-policy-info h3{font-size:22px;font-weight:600}._promoStandards_148kp_2 .privacy-policy-wrapper .privacy-policy-info ul{margin-top:25px}._promoStandards_148kp_2 .privacy-policy-wrapper .privacy-policy-info h4{font-size:.9375rem!important;color:#333;font-weight:500}._promoStandards_148kp_2 .privacy-policy-wrapper .privacy-policy-info p a{color:#007bff}._promoStandards_148kp_2 .privacy-policy-wrapper .privacy-policy-info p a:hover{text-decoration:underline}.slider-root{position:relative;display:flex;align-items:center;user-select:none;touch-action:none}.slider-track{position:relative;flex-grow:1;background-color:#dfe2ee;height:3px;border-radius:9999px}.slider-range{position:absolute;background-color:#3a4570;height:100%}.slider-thumb{position:relative;display:block;width:20px;height:20px;background-color:#fff;border:1px solid #c4c8d8;box-shadow:0 2px 5px #e3e5ec;border-radius:9999px}.slider-thumb:after{position:absolute;top:1.5rem;content:attr(aria-valuenow);font-size:.8rem}.slider-thumb[aria-label=Minimum]:after{left:0}.slider-thumb[aria-label=Maximum]:after{right:0}.ais-Breadcrumb-list,.ais-Carousel-list,.ais-CurrentRefinements-list,.ais-HierarchicalMenu-list,.ais-Hits-list,.ais-FrequentlyBoughtTogether-list,.ais-LookingSimilar-list,.ais-RelatedProducts-list,.ais-TrendingItems-list,.ais-Results-list,.ais-InfiniteHits-list,.ais-InfiniteResults-list,.ais-Menu-list,.ais-NumericMenu-list,.ais-Pagination-list,.ais-RatingMenu-list,.ais-RefinementList-list,.ais-ToggleRefinement-list{margin:0;padding:0;list-style:none}.ais-Carousel-navigation,.ais-ClearRefinements-button,.ais-CurrentRefinements-delete,.ais-CurrentRefinements-reset,.ais-GeoSearch-redo,.ais-GeoSearch-reset,.ais-HierarchicalMenu-showMore,.ais-InfiniteHits-loadPrevious,.ais-InfiniteHits-loadMore,.ais-InfiniteResults-loadMore,.ais-Menu-showMore,.ais-RangeInput-submit,.ais-RefinementList-showMore,.ais-SearchBox-submit,.ais-SearchBox-reset,.ais-VoiceSearch-button{padding:0;overflow:visible;font:inherit;line-height:normal;color:inherit;background:none;border:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ais-Carousel-navigation::-moz-focus-inner,.ais-ClearRefinements-button::-moz-focus-inner,.ais-CurrentRefinements-delete::-moz-focus-inner,.ais-CurrentRefinements-reset::-moz-focus-inner,.ais-GeoSearch-redo::-moz-focus-inner,.ais-GeoSearch-reset::-moz-focus-inner,.ais-HierarchicalMenu-showMore::-moz-focus-inner,.ais-InfiniteHits-loadPrevious::-moz-focus-inner,.ais-InfiniteHits-loadMore::-moz-focus-inner,.ais-InfiniteResults-loadMore::-moz-focus-inner,.ais-Menu-showMore::-moz-focus-inner,.ais-RangeInput-submit::-moz-focus-inner,.ais-RefinementList-showMore::-moz-focus-inner,.ais-SearchBox-submit::-moz-focus-inner,.ais-SearchBox-reset::-moz-focus-inner,.ais-VoiceSearch-button::-moz-focus-inner{padding:0;border:0}.ais-Carousel-navigation[disabled],.ais-ClearRefinements-button[disabled],.ais-CurrentRefinements-delete[disabled],.ais-CurrentRefinements-reset[disabled],.ais-GeoSearch-redo[disabled],.ais-GeoSearch-reset[disabled],.ais-HierarchicalMenu-showMore[disabled],.ais-InfiniteHits-loadPrevious[disabled],.ais-InfiniteHits-loadMore[disabled],.ais-InfiniteResults-loadMore[disabled],.ais-Menu-showMore[disabled],.ais-RangeInput-submit[disabled],.ais-RefinementList-showMore[disabled],.ais-SearchBox-submit[disabled],.ais-SearchBox-reset[disabled],.ais-VoiceSearch-button[disabled]{cursor:default}.ais-InfiniteHits-loadPrevious,.ais-InfiniteHits-loadMore,.ais-HierarchicalMenu-showMore,.ais-Menu-showMore,.ais-RefinementList-showMore{overflow-anchor:none}.ais-Breadcrumb-list,.ais-Breadcrumb-item,.ais-Pagination-list,.ais-RangeInput-form,.ais-RatingMenu-link,.ais-PoweredBy{display:flex;align-items:center}.ais-GeoSearch,.ais-GeoSearch-map{height:100%}.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list{margin-left:1em}.ais-PoweredBy-logo{display:block;height:1.2em;width:auto}.ais-PoweredBy-text{margin-right:.3rem}.ais-RatingMenu-starIcon{display:block;width:20px;height:20px}.ais-SearchBox-input::-ms-clear,.ais-SearchBox-input::-ms-reveal{display:none;width:0;height:0}.ais-SearchBox-input::-webkit-search-decoration,.ais-SearchBox-input::-webkit-search-cancel-button,.ais-SearchBox-input::-webkit-search-results-button,.ais-SearchBox-input::-webkit-search-results-decoration{display:none}.ais-RangeSlider .rheostat{overflow:visible;margin-top:40px;margin-bottom:40px}.ais-RangeSlider .rheostat-background{height:6px;top:0;width:100%}.ais-RangeSlider .rheostat-handle{margin-left:-12px;top:-7px}.ais-RangeSlider .rheostat-background{position:relative;background-color:#fff;border:1px solid #aaa}.ais-RangeSlider .rheostat-progress{position:absolute;top:1px;height:4px;background-color:#333}.rheostat-handle{position:relative;z-index:1;width:20px;height:20px;background-color:#fff;border:1px solid #333;border-radius:50%;cursor:grab}.rheostat-marker{margin-left:-1px;position:absolute;width:1px;height:5px;background-color:#aaa}.rheostat-marker--large{height:9px}.rheostat-value{margin-left:50%;padding-top:15px;position:absolute;text-align:center;transform:translate(-50%)}.rheostat-tooltip{margin-left:50%;position:absolute;top:-22px;text-align:center;transform:translate(-50%)}.ais-Carousel{position:relative}.ais-Carousel-list{grid-auto-columns:42%;display:grid;grid-auto-flow:column;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x proximity}@media (min-width: 999px){.ais-Carousel-list{grid-auto-columns:20%}}.ais-Carousel-navigation{position:absolute;top:35%;z-index:1}.ais-Carousel-navigation--previous{left:0;transform:translate(-25%)}.ais-Carousel-navigation--next{right:0;transform:translate(25%)}.ais-Carousel-item{scroll-snap-align:start}[class^=ais-]{box-sizing:border-box}[class^=ais-][class$=--disabled],[class^=ais-][class$=--disabled] *,.ais-VoiceSearch-button:disabled{cursor:not-allowed}.ais-HierarchicalMenu-showMore,.ais-Menu-showMore,.ais-RefinementList-showMore,.ais-ClearRefinements-button,.ais-InfiniteHits-loadMore,.ais-RangeInput-submit,.ais-InfiniteHits-loadPrevious,.ais-Pagination-link,.ais-GeoSearch-redo,.ais-GeoSearch-reset,.ais-VoiceSearch-button,.ais-RelevantSort-button,.ais-Carousel-navigation{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:linear-gradient(-180deg,#fff,#fcfcfd);border:1px solid #d6d6e7;border-radius:3px;box-shadow:0 1px #23263b0d;color:#23263b;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:400;height:2rem;justify-content:center;line-height:1.25rem;padding:0 1rem;place-items:center;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ais-HierarchicalMenu-showMore,.ais-Menu-showMore,.ais-RefinementList-showMore,.ais-GeoSearch-redo,.ais-GeoSearch-reset{height:1.5rem}.ais-HierarchicalMenu-showMore,.ais-Menu-showMore,.ais-RefinementList-showMore{margin-top:1rem}.ais-HierarchicalMenu-showMore:hover,.ais-Menu-showMore:hover,.ais-RefinementList-showMore:hover,.ais-ClearRefinements-button:hover,.ais-InfiniteHits-loadMore:hover,.ais-RangeInput-submit:hover,.ais-InfiniteHits-loadPrevious:hover,.ais-Pagination-item:not(.ais-Pagination-item--selected):not(.ais-Pagination-item--disabled) .ais-Pagination-link:hover,.ais-GeoSearch-redo:hover,.ais-GeoSearch-reset:hover,.ais-VoiceSearch-button:hover,.ais-Carousel-navigation:hover{background-image:linear-gradient(-180deg,#fff,#f5f5fa);border-color:#d6d6e7}.ais-HierarchicalMenu-showMore:focus,.ais-Menu-showMore:focus,.ais-RefinementList-showMore:focus,.ais-ClearRefinements-button:focus,.ais-InfiniteHits-loadMore:focus,.ais-RangeInput-submit:focus,.ais-InfiniteHits-loadPrevious:focus,.ais-GeoSearch-redo:focus,.ais-GeoSearch-reset:focus,.ais-VoiceSearch-button:focus,.ais-Carousel-navigation:focus{background-image:linear-gradient(-180deg,#fff,#f5f5fa);border-color:#3c4fe0;box-shadow:#3c4fe0 0 0 0 1px,#23263b0d 0 2px 0 1px;outline:currentcolor none medium}.ais-HierarchicalMenu-showMore:active,.ais-Menu-showMore:active,.ais-RefinementList-showMore:active,.ais-ClearRefinements-button:active,.ais-InfiniteHits-loadMore:active,.ais-InfiniteHits-loadPrevious:active,.ais-Pagination-item--selected .ais-Pagination-link,.ais-Pagination-link:active,.ais-GeoSearch-redo:active,.ais-GeoSearch-reset:active,.ais-VoiceSearch-button:active,.ais-Carousel-navigation:active{border-color:#d6d6e7;box-shadow:#777aaf66 0 1px 4px inset,#777aaf66 0 1px 1px inset,#23263b0d 0 1px}.ais-ClearRefinements-button:disabled[disabled],.ais-InfiniteHits-loadMore:disabled[disabled],.ais-InfiniteHits-loadPrevious:disabled[disabled],.ais-Pagination-item--disabled .ais-Pagination-link,.ais-GeoSearch-redo--disabled,.ais-GeoSearch-reset--disabled,.ais-VoiceSearch-button:disabled{background-image:linear-gradient(-180deg,#fff,#f5f5fa);border-color:#efeff5;box-shadow:none;color:#b6b7d5}.ais-HierarchicalMenu-showMore--disabled[disabled],.ais-Menu-showMore--disabled[disabled],.ais-RefinementList-showMore--disabled[disabled]{display:none}.ais-NumericMenu-label,.ais-ToggleRefinement-label,.ais-HierarchicalMenu-item,.ais-Menu-item,.ais-RatingMenu-item,.ais-RefinementList-item{display:block;font-size:.875rem;line-height:1.75rem}.ais-HierarchicalMenu-link,.ais-Menu-link,.ais-RatingMenu-link,.ais-RefinementList-label{align-items:center;cursor:pointer;display:flex;flex-wrap:nowrap}.ais-Breadcrumb-link,.ais-HierarchicalMenu-link,.ais-Menu-link,.ais-RatingMenu-link{color:inherit;text-decoration:none}.ais-Breadcrumb-link:hover{text-decoration:underline}.ais-HierarchicalMenu-label,.ais-Menu-label,.ais-RefinementList-labelText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ais-HierarchicalMenu-item--selected>.ais-HierarchicalMenu-link>.ais-HierarchicalMenu-label,.ais-Menu-item--selected .ais-Menu-label,.ais-RefinementList-item--selected,.ais-RatingMenu-item--selected{font-weight:600}.ais-ToggleRefinement-count,.ais-HierarchicalMenu-count,.ais-Menu-count,.ais-RatingMenu-count,.ais-RefinementList-count{background:#f5f5fa none repeat scroll 0% 0%;border:1px solid #b6b7d5;border-radius:99999px;color:#23263b;display:inline-flex;flex-shrink:0;font-size:.75rem;font-weight:400;line-height:1rem;margin-left:.5rem;overflow:hidden;padding:0 .25rem}.ais-Menu-noResults,.ais-HierarchicalMenu-noResults,.ais-RefinementList-noResults{color:#5a5e9a;font-size:.875rem;line-height:1.25rem;margin-top:1rem}.ais-MenuSelect-select,.ais-HitsPerPage-select,.ais-SortBy-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'),linear-gradient(-180deg,#fff,#fcfcfd);background-position:right 1rem center,0 0;background-repeat:no-repeat;background-size:10px,auto;border:1px solid #d6d6e7;border-radius:3px;box-shadow:#23263b0d 0 1px;color:#23263b;cursor:pointer;font:inherit;height:2.5rem;outline:currentcolor none medium;padding:0 2.5rem 0 1rem;position:relative;width:100%}.ais-HitsPerPage-select:-moz-focusring,.ais-HitsPerPage-select::-moz-focus-inner,.ais-SortBy-select:-moz-focusring,.ais-SortBy-select::-moz-focus-inner{color:transparent;outline:currentcolor none medium}.ais-HitsPerPage-select>option:not(:checked),.ais-SortBy-select>option:not(:checked){color:#23263b}.ais-HitsPerPage-select>option:disabled,.ais-SortBy-select>option:disabled{color:#b6b7d5}.ais-HitsPerPage-select:hover,.ais-SortBy-select:hover{background-image:url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'),linear-gradient(-180deg,#fcfcfd,#f5f5fa);border-color:#d6d6e7}.ais-HitsPerPage-select:focus,.ais-SortBy-select:focus{background-image:url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'),linear-gradient(-180deg,#fff,#f5f5fa);border-color:#3c4fe0;box-shadow:#3c4fe0 0 0 0 1px,#23263b0d 0 2px}.ais-HitsPerPage-select:disabled,.ais-SortBy-select:disabled{background-image:url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23b6b7d5" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'),linear-gradient(-180deg,#fff,#f5f5fa);border-color:#efeff5;box-shadow:none;color:#b6b7d5;cursor:not-allowed}.ais-Panel{margin-bottom:2rem}.ais-Panel-header{color:#5a5e9a;font-size:.75rem;font-weight:600;line-height:1rem;margin-bottom:1rem;text-transform:uppercase}.ais-Panel-footer{color:#5a5e9a;font-size:.75rem;font-weight:600;line-height:1rem;margin-top:1rem}.ais-Panel--collapsible{position:relative}.ais-Panel--collapsible .ais-Panel-collapseButton{background:none;border:none;padding:0;position:absolute;right:0;top:0}.ais-Panel--collapsed .ais-Panel-body,.ais-Panel--collapsed .ais-Panel-footer{display:none}.ais-SearchBox-form{background-color:#fff;display:flex;font-size:.875rem;height:2.5rem;line-height:1.25rem;position:relative;width:100%}.ais-SearchBox-form:before{background:#0000 url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235a5e9a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%2221%22%20y1%3D%2221%22%20x2%3D%2216.65%22%20y2%3D%2216.65%22%3E%3C%2Fline%3E%3C%2Fsvg%3E) repeat scroll 0% 0%;content:"";height:1rem;left:1rem;margin-top:-.5rem;position:absolute;top:50%;width:1rem}.ais-SearchBox-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #d6d6e7;border-radius:3px;box-shadow:#777aaf4d 0 1px 4px inset;caret-color:#5a5e9a;color:#23263b;flex:1 1 0%;font:inherit;max-width:100%;padding-left:2.5rem}.ais-SearchBox-input::-moz-placeholder{color:#5a5e9a}.ais-SearchBox-input::placeholder{color:#5a5e9a}.ais-SearchBox-input:focus{border-color:#3c4fe0;box-shadow:#23263b0d 0 1px;outline:currentcolor none medium}.ais-SearchBox-input:disabled{background:#0000 linear-gradient(-180deg,#fff,#f5f5fa) repeat scroll 0% 0%;border-color:#efeff5;box-shadow:none;cursor:not-allowed}.ais-SearchBox-input:disabled::-moz-placeholder{color:#b6b7d5;pointer-events:none}.ais-SearchBox-input:disabled::placeholder{color:#b6b7d5;pointer-events:none}.ais-SearchBox-input::-webkit-search-cancel-button,.ais-SearchBox-input::-webkit-search-decoration,.ais-SearchBox-input::-webkit-search-results-button,.ais-SearchBox-input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none}.ais-SearchBox-loadingIndicator,.ais-SearchBox-reset{align-items:center;border-radius:50%;display:flex;fill:#484c7a;height:20px;justify-content:center;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:20px}.ais-SearchBox-reset:focus{background:#b6b7d5;fill:#fff;outline:0}.ais-RefinementList-searchBox .ais-SearchBox-loadingIndicator,.ais-RefinementList-searchBox .ais-SearchBox-reset{right:.5rem}.ais-SearchBox-loadingIndicator[hidden],.ais-SearchBox-reset[hidden],.ais-SearchBox-submit{display:none}.ais-Menu-searchBox,.ais-RefinementList-searchBox{margin-bottom:.5rem}.ais-Menu-searchBox .ais-SearchBox-form,.ais-RefinementList-searchBox .ais-SearchBox-form{height:2rem}.ais-Menu-searchBox .ais-SearchBox-form:before,.ais-RefinementList-searchBox .ais-SearchBox-form:before{left:.5rem}.ais-Menu-searchBox .ais-SearchBox-input,.ais-RefinementList-searchBox .ais-SearchBox-input{padding-left:2rem}.ais-VoiceSearch-button{color:#5a5e9a;height:48px;width:48px}.ais-VoiceSearch-button svg{color:currentcolor}.ais-Highlight-highlighted,.ais-Snippet-highlighted{background-color:#5468ff1a;color:#5468ff;font-style:normal}.ais-ReverseHighlight-highlighted,.ais-ReverseSnippet-highlighted{font-weight:700;font-style:normal;background:none}.ais-Hits-item,.ais-InfiniteHits-item,.ais-FrequentlyBoughtTogether-item,.ais-LookingSimilar-item,.ais-RelatedProducts-item,.ais-TrendingItems-item{align-items:center;background:#fff;box-shadow:0 0 0 1px #23263b0d,0 1px 3px #23263b26;display:flex;font-size:.875rem;font-weight:400;line-height:1.25rem;padding:1.5rem}.ais-Hits-item:first-of-type,.ais-InfiniteHits-item:first-of-type,.ais-FrequentlyBoughtTogether-item:first-of-type,.ais-LookingSimilar-item:first-of-type,.ais-RelatedProducts-item:first-of-type,.ais-TrendingItems-item:first-of-type{border-radius:3px 3px 0 0}.ais-Hits-item:last-of-type,.ais-InfiniteHits-item:last-of-type,.ais-FrequentlyBoughtTogether-item:last-of-type,.ais-LookingSimilar-item:last-of-type,.ais-RelatedProducts-item:last-of-type,.ais-TrendingItems-item:last-of-type{border-radius:0 0 3px 3px}.ais-Hits-item:only-of-type,.ais-InfiniteHits-item:only-of-type,.ais-FrequentlyBoughtTogether-item:only-of-type,.ais-LookingSimilar-item:only-of-type,.ais-RelatedProducts-item:only-of-type,.ais-TrendingItems-item:only-of-type{border-radius:3px}.ais-InfiniteHits-loadMore,.ais-InfiniteHits-loadPrevious{display:flex;margin:1rem auto}.ais-Hits-banner,.ais-InfiniteHits-banner{display:flex;justify-content:center}.ais-Hits-banner-image,.ais-InfiniteHits-banner-image{max-width:100%}.ais-GeoSearch{position:relative}.ais-GeoSearch-control{left:3.75rem;position:absolute;top:1rem}.ais-GeoSearch-label{align-items:center;background-color:#f5f5fa;border:1px solid #b6b7d5;border-radius:3px;cursor:pointer;display:inline-flex;font-size:.875rem;line-height:1.5;min-height:1.5rem;padding:.25rem .5rem}.ais-GeoSearch-label,.ais-GeoSearch-redo,.ais-GeoSearch-reset{white-space:nowrap}.ais-GeoSearch-reset{bottom:1.25rem;left:50%;position:absolute;transform:translate(-50%)}.ais-RefinementList-checkbox,.ais-GeoSearch-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-position:50%;background-size:180%;border:1px solid currentcolor;border-radius:3px;box-shadow:inset 0 1px 4px #777aaf66;color:#d6d6e7;cursor:inherit;height:1rem;margin:0 .5rem 0 0;min-width:1rem}.ais-RefinementList-item--selected .ais-RefinementList-checkbox,.ais-GeoSearch-input:checked{background-image:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235468ff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);background-size:14px;border-color:currentcolor;box-shadow:#23263b0d 0 1px inset;color:#3c4fe0}.ais-RefinementList-checkbox:focus,.ais-GeoSearch-input:focus{outline:currentcolor none medium}.ais-RefinementList-item--selected .ais-RefinementList-checkbox:focus,.ais-GeoSearch-input:checked:focus{box-shadow:#23263b0d 0 1px inset,currentcolor 0 0 0 1px}.ais-NumericMenu-label{align-items:center;cursor:pointer;display:flex}.ais-NumericMenu-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #d6d6e7;border-radius:50%;box-shadow:inset 0 1px 4px #777aaf4d;height:16px;margin:0 .5rem 0 0;outline:0;position:relative;width:16px}.ais-NumericMenu-radio:checked,.ais-NumericMenu-radio:focus{border-color:#3c4fe0;box-shadow:0 1px #23263b0d}.ais-NumericMenu-radio:focus{box-shadow:0 0 0 1px #3c4fe0,0 1px #23263b0d}.ais-NumericMenu-radio:checked:after{background:#3c4fe0;border-radius:50%;content:"";inset:4px;position:absolute}.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list{margin-left:1.5rem}.ais-HierarchicalMenu-link:before{background-image:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23b6b7d5%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2218%2015%2012%209%206%2015%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);background-repeat:no-repeat;content:"";display:inline-block;height:1rem;margin-right:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:1rem}.ais-HierarchicalMenu-item--selected>.ais-HierarchicalMenu-link:before{background-image:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235468ff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E)}.ais-RatingMenu-starIcon{margin-right:.25rem}.ais-RatingMenu-starIcon{fill:#5a5e9a;position:relative;width:16px}.ais-RatingMenu-item--disabled .ais-RatingMenu-starIcon{fill:#b6b7d5}.ais-RatingMenu-item--disabled .ais-RatingMenu-count,.ais-RatingMenu-item--disabled .ais-RatingMenu-label{color:#b6b7d5}.ais-ClearRefinements-button{width:100%}.ais-CurrentRefinements-list{display:inline-grid;gap:1rem;grid-auto-flow:column}.ais-CurrentRefinements-item{align-items:center;background-color:#f5f5fa;border:1px solid #b6b7d5;border-radius:3px;display:flex;display:inline-flex;font-size:.875rem;line-height:1.5;min-height:1.5rem;padding:.05rem .5rem}.ais-CurrentRefinements-category{display:flex;margin-left:.5rem}.ais-CurrentRefinements-delete{color:#9698c3;height:100%;margin-left:.25rem;outline-width:0}.ais-ToggleRefinement-label{align-items:center;cursor:pointer;display:flex;flex-direction:row-reverse;justify-content:space-between}.ais-ToggleRefinement-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#41424714;background:#f5f5fa;border-radius:9999px;box-shadow:inset 0 1px 4px #777aaf66;height:18px;pointer-events:none;position:relative;width:32px}.ais-ToggleRefinement-checkbox:checked{background:#3c4fe0;box-shadow:inset 0 1px 4px #23263b1a}.ais-ToggleRefinement-checkbox:focus{outline:0}.ais-ToggleRefinement-checkbox:after{background:linear-gradient(-180deg,#fff,#f5f5fa);border-radius:9999px;box-shadow:1px 1px 1px #23263b0d;content:"";height:16px;left:1px;position:absolute;top:1px;transition:all .1s ease-in-out;width:16px}.ais-ToggleRefinement-checkbox:checked:after{transform:translate(14px)}.ais-RangeInput-input{align-items:center;background-color:#fff;border:1px solid #d6d6e7;border-radius:3px;box-shadow:inset 0 1px 4px #777aaf4d;caret-color:#5a5e9a;color:#23263b;cursor:text;display:flex;flex:1;font-size:.875rem;height:2rem;line-height:1.25rem;min-width:0;overflow:hidden;padding:0 1rem;position:relative}.ais-RangeInput-input:focus{border-color:#3c4fe0;box-shadow:0 1px #23263b0d;outline:0}.ais-RangeInput-separator{margin:0 .5rem}.ais-RangeInput-submit{margin-left:.5rem}.ais-RangeSlider .rheostat{margin:40px 6px}.ais-RangeSlider .rheostat-horizontal{cursor:pointer;width:calc(100% - 15px)}.ais-RangeSlider .rheostat-background{background-color:transparent;border:none;border-radius:3px;box-shadow:inset 0 1px 3px #0000001a,0 .5px #ffffff0d;height:4px}.ais-RangeSlider .rheostat-progress{background-color:#3c4fe0;border-radius:3px;height:4px;max-width:100%;top:0}.ais-RangeSlider .rheostat-tooltip{font-weight:700;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ais-RangeSlider .rheostat-handle{background-color:#fff;background-image:linear-gradient(-180deg,#fff,#fcfcfd);border:1px solid #d6d6e7;border-radius:2px;box-shadow:0 1px #23263b0d;height:24px;margin-left:-6px;top:-11px;width:12px}.ais-RangeSlider .rheostat-handle:before,.ais-RangeSlider .rheostat-handle:after{background-color:#d6d6e7;content:"";height:12px;position:absolute;top:6px;width:1px}.ais-RangeSlider .rheostat-handle:before{left:4px}.ais-RangeSlider .rheostat-handle:after{right:4px}.ais-RangeSlider .rheostat-marker{background-color:#d6d6e7}.ais-Pagination-item:first-child>.ais-Pagination-link{border-radius:3px 0 0 3px}.ais-Pagination-item+.ais-Pagination-item>.ais-Pagination-link{border-radius:0;margin-left:-1px}.ais-Pagination-item:last-child>.ais-Pagination-link{border-radius:0 3px 3px 0}.ais-Pagination-item{display:inline-block}.ais-Pagination-item--selected .ais-Pagination-link{font-weight:700}.ais-Breadcrumb-link,.ais-Breadcrumb-separator{color:#5a5e9a}.ais-Breadcrumb-separator{display:flex;margin:0 .5rem}.ais-Breadcrumb-item--selected{font-weight:600}.ais-Breadcrumb-item--selected .ais-Breadcrumb-separator{font-weight:400}@media (max-width: 767px){.ais-SearchBox-input,.ais-RangeInput-input{font-size:1rem}}@media (hover: none) and (pointer: coarse){.ais-Carousel-navigation{display:none}}.ais-Carousel:hover .ais-Carousel-navigation:not([hidden]){opacity:1;visibility:visible}.ais-Carousel-navigation,.ais-Carousel-navigation[hidden]{opacity:0;visibility:hidden}.ais-Carousel-list{padding-bottom:.5rem;gap:.5rem;outline-color:#3c4fe0;outline-offset:.5rem;scrollbar-color:#111432 #b6b7d5;scrollbar-width:thin}.ais-Carousel-list::-webkit-scrollbar{height:2px}.ais-Carousel-list::-webkit-scrollbar-track{background-color:#b6b7d5}.ais-Carousel-list::-webkit-scrollbar-thumb{background-color:#111432}.InstantSearch_main{margin-top:30px!important}.InstantSearch_main *{box-sizing:border-box;font-size:14px;box-shadow:none}@media (max-width: 1024.98px){.InstantSearch_main .lSide.show{position:fixed;left:0;cursor:pointer;z-index:9999;height:100%!important;overflow:auto;opacity:1!important;visibility:visible!important;transition:transform .3s;transform:translate(0);top:0;display:block;background-color:var(--clr-white);padding:0 15px;margin-left:auto;align-self:flex-start;flex:0 0 39%;max-width:39%}}@media (max-width: 767.98px){.InstantSearch_main .lSide.show{flex:0 0 70%;max-width:70%}}@media (max-width: 1024.98px){.InstantSearch_main .lSide.show .filter-header .icon-close{font-size:18px;text-align:center;padding:6px;border-radius:16px;color:var(--main-color);display:block}}.InstantSearch_main .lSide.show .filter-header .icon-close:before{content:""}.InstantSearch_main .lSide .filter-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #ddd;margin-bottom:20px}.InstantSearch_main .lSide .filter-header .filters-Heading{margin-bottom:0;font-size:1rem;font-weight:700}.InstantSearch_main .lSide .filter-header .ais-ClearRefinements button{background:transparent;border:0px;padding:0;box-shadow:none;outline:0;color:#5a5e9a}.InstantSearch_main .lSide .filter-header .closeIconFilter{display:none}.InstantSearch_main .lSide .ais-Panel{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e6e6e6}.InstantSearch_main .lSide .ais-Panel.price .ais-Panel-body{padding:1rem 0;margin-bottom:1rem}.InstantSearch_main .lSide .ais-Panel .ais-Panel-header{color:#272727;text-transform:capitalize;font-family:Jost,sans-serif;font-size:1.125rem;font-weight:500}.InstantSearch_main .lSide .ais-Panel .slider-thumb:before{content:"$";position:absolute;top:1.5rem;left:-12px}.InstantSearch_main .lSide .ais-Panel.color .ais-RefinementList-list li{display:inline-block;text-align:center}.InstantSearch_main .lSide .ais-Panel.color .ais-RefinementList-list li.ais-RefinementList-item--selected .ais-RefinementList-labelText span{border:3px solid #333}.InstantSearch_main .lSide .ais-Panel.color .ais-RefinementList-list li .ais-RefinementList-label .ais-RefinementList-labelText span.color{display:inline-block;width:20px;height:20px;border-radius:50%;margin:0 7px}.InstantSearch_main .lSide .ais-Panel.color .ais-RefinementList-list li .ais-RefinementList-label .ais-RefinementList-labelText p,.InstantSearch_main .lSide .ais-Panel.color .ais-RefinementList-checkbox{display:none}.InstantSearch_main .lSide .ais-Panel.color .ais-RefinementList-labelText span{vertical-align:middle;border:1px solid #777}.InstantSearch_main .lSide .ais-Panel.color .ais-RefinementList-labelText span.Charcoal{background-color:#36454f}.InstantSearch_main .lSide .ais-Panel.color .ais-RefinementList-labelText span.Burgundy{background-color:#800020}.InstantSearch_main .lSide .ais-Panel.color .ais-RefinementList-count{display:none}.InstantSearch_main .lSide .facet{margin-bottom:24px;font-size:14px!important;color:#000}.InstantSearch_main .lSide .facet h5{margin:0 0 6px;padding:0 0 6px;text-transform:uppercase;border-bottom:2px solid #eee}.InstantSearch_main .lSide .facet ul{margin:0;padding:0;list-style-type:none}.InstantSearch_main .lSide .facet ul li{margin-bottom:3px}.InstantSearch_main .lSide .facet a:visited,.InstantSearch_main .lSide .facet a{color:#000;text-decoration:none;cursor:pointer}.InstantSearch_main .lSide .ais-Menu-item{margin-bottom:5px}.InstantSearch_main .lSide .ais-RefinementList-label,.InstantSearch_main .lSide .ais-HierarchicalMenu-list .facet-item,.InstantSearch_main .lSide .ais-Menu-link{cursor:pointer;line-height:1.5em;display:block;font-size:.875rem;font-weight:var(--font-body-weight)}.InstantSearch_main .lSide .ais-HierarchicalMenu-list .ais-HierarchicalMenu-item{margin:3px 0}.InstantSearch_main .lSide .ais-HierarchicalMenu-link{display:block}.InstantSearch_main .lSide .sffv_no-results{font-size:13px;line-height:1.2;padding-top:6px}.InstantSearch_main .lSide .ais-RefinementList-label:hover,.InstantSearch_main .lSide .ais-RefinementList-item--selected .ais-RefinementList-label,.InstantSearch_main .lSide .ais-Menu-link:hover,.InstantSearch_main .lSide .ais-Menu-item--selected .ais-Menu-link[class],.InstantSearch_main .lSide .ais-HierarchicalMenu-list .facet-item.active:hover,.InstantSearch_main .lSide .ais-HierarchicalMenu-list .facet-item.active{color:var(--main-color)}.InstantSearch_main .lSide .ais-RefinementList-item--selected .ais-RefinementList-label:hover,.InstantSearch_main .lSide .ais-Menu-item--selected .ais-Menu-link:hover,.InstantSearch_main .lSide .ais-HierarchicalMenu-list .facet-item.active:hover{text-decoration:none;color:var(--main-color)}.InstantSearch_main .lSide .ais-RefinementList-count,.InstantSearch_main .lSide .ais-HierarchicalMenu-count,.InstantSearch_main .lSide .ais-Menu-count,.InstantSearch_main .lSide .ais-RatingMenu-count,.InstantSearch_main .lSide .ais-ToggleRefinement-count{position:relative;float:right;color:#999;background:transparent;border:0}.InstantSearch_main .lSide input.ais-RefinementList-checkbox{width:15px!important;height:15px!important;box-shadow:none!important;outline:0px!important;border-radius:2px!important}.InstantSearch_main .lSide .ais-RefinementList-showMore,.InstantSearch_main .lSide .ais-Menu-showMore{font-weight:500;opacity:.7;position:relative;line-height:25px;font-size:1em;background-image:none;box-shadow:none!important;text-align:center;padding:0!important;border:0 solid transparent!important}.InstantSearch_main .lSide .ais-RefinementList-showMore:hover,.InstantSearch_main .lSide .ais-RefinementList-showMore:focus,.InstantSearch_main .lSide .ais-Menu-showMore:hover,.InstantSearch_main .lSide .ais-Menu-showMore:focus{opacity:1;color:var(--main-color)}.InstantSearch_main .lSide .ais-RefinementList-showMore .isShowingMore:before,.InstantSearch_main .lSide .ais-RefinementList-showMore .isShowingLess:before,.InstantSearch_main .lSide .ais-Menu-showMore .isShowingMore:before,.InstantSearch_main .lSide .ais-Menu-showMore .isShowingLess:before{font-family:FontAwesome;font-style:inherit;font-weight:inherit;text-decoration:inherit;display:inline-block;position:relative;content:"";margin:0 5px 0 0}.InstantSearch_main .lSide .ais-RefinementList-showMore .isShowingMore:before,.InstantSearch_main .lSide .ais-Menu-showMore .isShowingMore:before{content:""}.InstantSearch_main .lSide .ais-RefinementList-showMore .isShowingLess:before,.InstantSearch_main .lSide .ais-Menu-showMore .isShowingLess:before{content:"$backslashf146"}.InstantSearch_main .lSide .ais-SearchBox-input{width:100%;-webkit-appearance:none;appearance:none;border:1px solid #ccc!important;border-radius:4px;font-size:14px;padding:5px 20px 5px 30px;box-shadow:none!important}.InstantSearch_main .lSide .ais-HierarchicalMenu-link:before,.InstantSearch_main .lSide .ais-HierarchicalMenu-item--selected>.ais-HierarchicalMenu-link:before{transform:rotateX(180deg);vertical-align:middle}.InstantSearch_main .rSide{padding-left:20px}@media (max-width: 1024.98px){.InstantSearch_main .rSide{flex:0 0 100%;max-width:100%}}.InstantSearch_main .rSide .Search-header{display:flex}.InstantSearch_main .rSide .Search-header .ais-SearchBox{width:100%}.InstantSearch_main .rSide .voice-search{display:flex}.InstantSearch_main .rSide .voice-search button{background:transparent;border:1px solid #ddd;border-radius:3px;margin-left:-1px;padding:0 10px}.InstantSearch_main .rSide .sort-header{display:flex;align-items:center;padding:10px 0 15px;border-top:0px solid #ddd;border-bottom:1px solid #ddd;margin:-9px 0 15px;justify-content:end;gap:20px}@media (max-width: 767.98px){.InstantSearch_main .rSide .sort-header{flex-wrap:wrap;justify-content:flex-start}}.InstantSearch_main .rSide .sort-header .filterIcon{display:none}@media (max-width: 1024.98px){.InstantSearch_main .rSide .sort-header .filterIcon{display:flex;color:var(--clr-white);align-items:center;column-gap:3px;cursor:pointer;font-size:.875rem;padding:10px;background:var(--main-color)}}.InstantSearch_main .rSide .sort-header .ais-Stats{margin-right:auto}.InstantSearch_main .rSide .sort-header .ais-HitsPerPage-select{box-shadow:none!important;font-size:14px;height:2.2rem;-webkit-appearance:auto;outline:none;border:0;appearance:auto;-moz-appearance:auto;background-image:none;padding-right:15px}.InstantSearch_main .rSide .sort-header .ais-HitsPerPage-select option{font-size:13px}.InstantSearch_main .rSide .sort-header .ais-SortBy{display:flex;align-items:center}.InstantSearch_main .rSide .sort-header .ais-SortBy:before{content:"Sort By:";display:inline-block;width:67px}.InstantSearch_main .rSide .sort-header .ais-SortBy-select{font-size:14px;height:2.2rem;-webkit-appearance:auto;appearance:auto;-moz-appearance:auto;box-shadow:none!important;background-image:none;border:0;padding-right:5px;padding-left:5px;outline:none}.InstantSearch_main .rSide .sort-header .ais-SortBy-select option{font-size:13px}.InstantSearch_main .rSide .sort-header .view-toggle span{padding:0 5px;cursor:pointer}.InstantSearch_main .rSide .sort-header .view-toggle .active path{fill:var(--main-color);stroke:var(--main-color)}.InstantSearch_main .rSide .ais-CurrentRefinements{border-bottom:1px solid #ddd;padding-bottom:15px}.InstantSearch_main .rSide .ais-CurrentRefinements li.ais-CurrentRefinements-item span{font-size:12px;color:var(--main-color);background:transparent}.InstantSearch_main .rSide .ais-Hits-item{border:0;box-shadow:none;padding:0 0 15px}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block{position:relative}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box{position:absolute;display:flex;align-items:flex-end;flex-direction:column;top:50%;right:20px;text-align:right;transform:translate(200%,-50%);transition:.3s;transform-origin:right;background-color:#f3f3f3;padding:10px;border-radius:50px}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation{margin-bottom:0}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button{height:30px;width:30px;background-color:#f3f3f3;border:none;border-radius:50%;display:grid;place-items:center;transition:.3s;transform:scale(1);margin-bottom:5px;margin-right:1px}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button span{position:absolute;text-align:left;right:0;width:140px;background-color:var(--main-color);color:#fff;z-index:-1;padding:10px;border-radius:20px;display:none;font-size:.75rem}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i{font-size:1.375rem;color:#000;font-family:Quake-City-Cap!important}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button i:before{content:""}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover{color:#fff}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover span{display:inline-block}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.quick-view-wrap button:hover i{color:#fff}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.compareIcon>div{height:30px;width:30px;background-color:#f3f3f3;border:none;border-radius:50%;display:grid;place-items:center;transform:scale(1);transition:.3s;margin-bottom:5px;cursor:pointer}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.compareIcon>div span{position:absolute;text-align:left;right:0;width:140px;background-color:var(--main-color);color:#fff;z-index:-1;padding:10px;border-radius:20px;display:none;font-size:.75rem}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.compareIcon i{font-size:1.375rem;color:#000}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.compareIcon i:before{content:""}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div{color:#fff}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div span{display:inline-block}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.compareIcon:hover>div i{color:#fff}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.presentationIcon{display:none}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.presentationIcon>div{height:40px;width:40px;background-color:#fff;border:none;border-radius:50%;display:grid;place-content:center;transform:scale(1);transition:.3s}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.presentationIcon>div span{display:none}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.presentationIcon i{font-size:16px;color:#000;font-family:demo!important}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div{background-color:var(--main-color);color:#fff}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.presentationIcon:hover>div i{color:#fff}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.wishlistIcon>div{height:30px;width:30px;background-color:#f3f3f3;border:none;border-radius:50%;display:grid;place-items:center;transform:scale(1);transition:.3s;margin-bottom:5px;cursor:pointer}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.wishlistIcon>div span{position:absolute;text-align:left;right:0;width:140px;background-color:var(--main-color);color:#fff;z-index:-1;padding:10px;border-radius:20px;font-size:.75rem;display:none}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.wishlistIcon i{font-size:1.375rem;color:#000}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.wishlistIcon i:before{content:""}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div{color:#fff;transition:.3s}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div span{display:inline-block}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i{color:#fff}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.wishlistIcon:hover>div i:before{color:#fff}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.cartIcon{display:none}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.cartIcon>div{height:40px;width:40px;background-color:#fff;border:none;border-radius:50%;display:grid;place-content:center;transform:scale(1);transition:.3s}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.cartIcon>div span{display:none}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.cartIcon i{font-size:16px;color:#000;font-family:demo!important}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div{background-color:var(--main-color);color:#fff;transition:.3s}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation.cartIcon:hover>div i{color:#fff}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked{background-color:var(--main-color);color:#fff}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked span{width:170px}.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked i,.InstantSearch_main .rSide .ais-Hits-item .card-upper-block .icons-box .compare-presentation .wishlistIcon.checked i:before{color:#fff}.InstantSearch_main .rSide .ais-Hits-item:hover .hit-url .hits-item .card-upper-block .icons-box{transform:translateY(-50%)!important;transition:.3s!important;transform-origin:right!important}@media (max-width: 1024.98px){.InstantSearch_main .rSide .ais-Hits-item:hover .hit-url .hits-item .card-upper-block .icons-box{display:none}}.InstantSearch_main .rSide .ais-Hits-item .hit-url{width:100%}.InstantSearch_main .rSide .ais-Hits-item .hit{font-size:0;padding:15px 0;border-bottom:1px solid #eee;width:100%}.InstantSearch_main .rSide .ais-Hits-item .hit .hits-image{display:inline-block;width:16%;text-align:center}.InstantSearch_main .rSide .ais-Hits-item .hit .hits-image img{max-width:100%;height:180px}.InstantSearch_main .rSide .ais-Hits-item .hit .hit-content{font-size:13px;font-weight:300;display:inline-block;width:81%;margin-left:3%;vertical-align:top}.InstantSearch_main .rSide .ais-Hits-item .hit .hit-content .hit-name,.InstantSearch_main .rSide .ais-Hits-item .hit .hit-content .hit-name>.ais-Highlight-highlighted,.InstantSearch_main .rSide .ais-Hits-item .hit .hit-content .hit-name>.ais-Highlight-nonHighlighted{font-size:.9375rem;line-height:18px;margin-bottom:10px;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;font-weight:500;color:var(--txt-color);font-family:Jost,sans-serif}.InstantSearch_main .rSide .ais-Hits-item .hit .hit-content .hit-name>.ais-Highlight-highlighted{background-color:transparent;padding:0;color:var(--main-color)}.InstantSearch_main .rSide .ais-Hits-item .hit .hit-content .hit-code{display:block;font-size:.75rem;color:var(--txt-color-light);font-weight:400;line-height:14px;margin-bottom:10px;font-family:Jost,sans-serif}.InstantSearch_main .rSide .ais-Hits-item .hit .hit-content .hit-category-breadcrumb{font-size:13px;margin:5px 0 2px}.InstantSearch_main .rSide .ais-Hits-item .hit .hit-content .hit-price{float:left;margin-left:0;background:transparent;padding:4px;border-radius:3px;margin-top:0;color:#666;font-size:.75rem;font-weight:400}.InstantSearch_main .rSide .ais-Hits-item .hit .hit-content .hit-price .price-span{color:var(--main-color);font-size:1.1875rem;font-weight:500;line-height:21px}.InstantSearch_main .rSide .ais-Hits-item .hit .hit-content .hit-description{color:#868686;margin:1px 0 10px;font-size:14px}.InstantSearch_main .rSide .ais-Hits-item .hit .hit-content ul.color-list{list-style:none}.InstantSearch_main .rSide .ais-Hits-item .hit .hit-content ul.color-list li.color-item{display:inline-block;width:20px;height:20px;border-radius:50%;padding:10px;margin-right:6px;position:relative}.InstantSearch_main .rSide .ais-Hits-item .hit .hit-content ul.color-list li.color-item span{position:absolute;top:2px;left:30px;display:none}.InstantSearch_main .rSide .grid-view .ais-Hits-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(275px,1fr));row-gap:15px;column-gap:15px}.InstantSearch_main .rSide .grid-view .ais-Hits-list .ais-Hits-item{align-items:flex-start}.InstantSearch_main .rSide .grid-view .ais-Hits-list .ais-Hits-item .hit-url{width:100%;height:100%}.InstantSearch_main .rSide .grid-view .ais-Hits-list .ais-Hits-item .hit.hits-item{flex-direction:column;overflow:hidden;background-color:#f3f3f3;padding:30px 20px;border:none!important;border-radius:5px;height:100%}.InstantSearch_main .rSide .grid-view .ais-Hits-list .ais-Hits-item .hit.hits-item .hit-content{display:flex;flex-direction:column;width:100%;margin:0}.InstantSearch_main .rSide .grid-view .ais-Hits-list .ais-Hits-item .hit.hits-item .hit-price{float:none!important;display:flex;width:100%;order:5;padding:0!important;margin:0!important;align-items:flex-end;gap:5px}.InstantSearch_main .rSide .grid-view .ais-Hits-list .ais-Hits-item .hit.hits-item .hit-category-breadcrumb{display:none}.InstantSearch_main .rSide .grid-view .ais-Hits-list .ais-Hits-item .hit.hits-item .hit-name{display:flex}.InstantSearch_main .rSide .grid-view .ais-Hits-list .ais-Hits-item .hit.hits-item .hit-name .ais-Highlight-nonHighlighted,.InstantSearch_main .rSide .grid-view .ais-Hits-list .ais-Hits-item .hit.hits-item .hit-name .ais-Highlight-highlighted{width:auto!important;margin:0}.InstantSearch_main .rSide .grid-view .ais-Hits-list .ais-Hits-item .hit.hits-item .hits-image{display:block;width:100%;text-align:center;margin-bottom:15px;height:240px;overflow:hidden}.InstantSearch_main .rSide .grid-view .ais-Hits-list .ais-Hits-item .hit.hits-item .hits-image img{max-width:100%;width:100%;height:100%;object-fit:cover}.InstantSearch_main .rSide .grid-view .ais-Hits-list .ais-Hits-item .hit.hits-item .hit-name span{display:block;width:100%;text-overflow:ellipsis;overflow:hidden}.InstantSearch_main .rSide .grid-view .ais-Hits-list .ais-Hits-item .hit.hits-item .hit-description{height:88px;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;display:none}.InstantSearch_main .rSide .list-view .ais-Hits-list{grid-template-columns:1fr}.InstantSearch_main .rSide .list-view .ais-Hits-list .ais-Hits-item .hit-url .hits-item .card-upper-block a.hits-card .hits-image{width:100%}@media (max-width: 767.98px){.InstantSearch_main .rSide .list-view .ais-Hits-list .ais-Hits-item .hit-url .hits-item .card-upper-block{flex:0 0 35%;max-width:35%}}.InstantSearch_main .rSide .list-view .ais-Hits-list .ais-Hits-item .hit-url .hits-item .card-upper-block .icons-box{opacity:0;visibility:hidden;right:0}@media (max-width: 767.98px){.InstantSearch_main .rSide .list-view .ais-Hits-list .ais-Hits-item .hit-url .hits-item .hit-content{width:60%}}.InstantSearch_main .rSide .list-view .ais-Hits-list .ais-Hits-item .hit-url .hits-item .hit-content .ais-Highlight.hit-name{width:100%;display:block}.InstantSearch_main .rSide .list-view .ais-Hits-list .ais-Hits-item:hover .card-upper-block .icons-box{opacity:1!important;visibility:visible!important}.InstantSearch_main .rSide .noResultFound{padding:20px}.InstantSearch_main .rSide .noResultFound button.ais-ClearRefinements-button{display:inline-block;width:130px;background:#ddd;box-shadow:none;border:0px}.InstantSearch_main .rSide #pagination{margin-top:20px;margin-bottom:20px}.InstantSearch_main .rSide #pagination ul{font-size:0;list-style-type:none;text-align:center;display:block}.InstantSearch_main .rSide #pagination ul li{font-size:14px;display:inline}.InstantSearch_main .rSide #pagination ul li a,.InstantSearch_main .rSide #pagination ul li span{padding:8px 12px;text-decoration:none;color:#000;border:1px solid #eee}.InstantSearch_main .rSide #pagination ul li a:hover,.InstantSearch_main .rSide #pagination ul li span:hover{background:#f5f5f5}.InstantSearch_main .rSide #pagination ul .ais-Pagination-item{padding:3px}.InstantSearch_main .rSide #pagination ul .ais-Pagination-item:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.InstantSearch_main .rSide #pagination ul .ais-Pagination-item:last-child{border-right:1px solid #eee;border-top-right-radius:4px;border-bottom-right-radius:4px}.InstantSearch_main .rSide #pagination ul .ais-Pagination-item--selected a{color:var(--clr-white);border-color:var(--main-color)!important;background:var(--main-color)!important}.InstantSearch_main .rSide #pagination ul .ais-Pagination-item--selected a:hover{cursor:default}.InstantSearch_main .rSide #pagination ul .ais-Pagination-item--selected a .ais-Pagination-item--disabled{cursor:not-allowed}.InstantSearch_main .rSide #pagination ul .ais-Pagination-item--selected a .ais-Pagination-item--disabled:hover{background:0 0}.container-fluid.headerTopSubWrap{position:relative}.search-container{position:absolute;right:17%;width:66%;z-index:1}@media only screen and (max-width: 1448px){.search-container{right:21%;width:60%}}@media only screen and (max-width: 1200px){.search-container{right:22%;width:57%}}.search-container .voice-search-container{position:relative;display:flex}.search-container .voice-search-container.focused .aa-Form{border-color:var(--main-color);box-shadow:none;outline:medium none currentColor}.search-container .voice-search-container .voice-search-input{width:100%}.search-container .voice-search-container .voice-search-input .aa-Form{padding-right:47px;border-radius:50px}.search-container .voice-search-container .voice-search-input .aa-Form:focus-within{border-color:var(--main-color);box-shadow:none;outline:medium none currentColor}.search-container .voice-search-container .voice-search-input .aa-Form svg{color:var(--header-text)}.search-container .voice-search-container .voice-search-input .aa-Form .aa-InputWrapper{order:1}.search-container .voice-search-container .voice-search-input .aa-Form .aa-InputWrapper .aa-Input{padding:0 10px 0 20px}.search-container .voice-search-container .voice-search-input .aa-Form .aa-Label{margin-bottom:0!important}.search-container .voice-search-container .voice-search-input .aa-Form .aa-InputWrapperPrefix{order:3}.search-container .voice-search-container .voice-search-input .aa-Form .aa-InputWrapperSuffix{order:2;position:relative}.search-container .voice-search-container .voice-search-input .aa-Form .aa-InputWrapperSuffix .aa-ClearButton{position:absolute;right:25px}@media (max-width: 1024.98px){.search-container .voice-search-container .voice-search-input .aa-Form .aa-InputWrapperSuffix .aa-ClearButton{right:35px}}.search-container .voice-search-container .voice-search-button{width:47px;background:var(--clr-white);border:0px solid transparent;border-radius:50px;margin-left:-1px;border-left:0;position:absolute;right:1px;top:1px;bottom:1px;cursor:pointer}.search-container .cameraBtnMain{position:absolute;right:95px;top:12px}.search-container .cameraBtnMain button.camera-image-button{background:transparent;border:none}.search-container .search-by-image-Main-Div{box-shadow:0 0 5px var(--color-border);top:45px;font-weight:600;color:var(--clr-black);max-width:100%;position:absolute;background:var(--clr-white);border:1px solid #ccc;border-radius:4px;padding:15px;right:0;width:450px}.search-container .search-by-image-Main-Div .Search-Head{margin-bottom:10px;font-weight:600;color:var(--clr-black)}.search-container .search-by-image-Main-Div .wrap-search{display:flex;margin-bottom:10px}.search-container .search-by-image-Main-Div .wrap-search label{margin-bottom:0}.search-container .search-by-image-Main-Div .wrap-search label input{width:100%!important}.search-container .search-by-image-Main-Div .wrap-search input#txtImage{width:calc(100% - 80px);border:1px solid #ccc;border-top-left-radius:4px!important;border-bottom-left-radius:4px!important;padding:5px;height:35px;border-radius:0}.search-container .search-by-image-Main-Div .wrap-search button{background:linear-gradient(171deg,var(--main-color) 0%,var(--main-color) 100%);border:0;color:#fff;height:35px;display:flex;border-radius:0;width:80px;justify-content:center;align-items:center}.search-container .search-by-image-Main-Div .Sperator{width:100%;text-align:center;font-weight:600;margin-bottom:10px}.search-container .search-by-image-Main-Div #uploadTextDive{border:2px dashed #CCCCCC;border-radius:20px;cursor:pointer;height:141px;margin-bottom:10px}.search-container .search-by-image-Main-Div #uploadTextDive #uploads .uploadme{position:relative}.search-container .search-by-image-Main-Div #uploadTextDive #uploads .uploadme .backgroundcss{position:absolute;top:10%;left:0;margin:auto;text-align:center;right:0;font-size:1rem}.search-container .search-by-image-Main-Div #uploadTextDive #uploads .uploadme .backgroundcss p{margin-bottom:10px;color:#6c757d!important;margin-top:10px;line-height:22px}.search-container .search-by-image-Main-Div #uploadTextDive #uploads .uploadme input#fileUpload1{width:100%;height:140px;opacity:0;cursor:pointer}.search-container .search-by-image-Main-Div .md-form-wrap{position:relative}.search-container .search-by-image-Main-Div .md-form-wrap .file-field{position:relative;display:flex;justify-content:space-between;align-items:center}.search-container .search-by-image-Main-Div .md-form-wrap .file-field .btn-primary{padding:7px 10px;font-size:1rem;width:140px;height:35px;line-height:18px;margin:.375rem;color:inherit;word-wrap:break-word;white-space:normal;cursor:pointer;border:0;border-radius:.125rem;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.search-container .search-by-image-Main-Div .md-form-wrap .file-field .btn-primary:hover{border:1px solid var(--main-color);transition:all .3s ease-in;background-color:var(--main-color);color:var(--clr-white);border-color:1px solid var(--main-color)}.search-container .search-by-image-Main-Div .md-form-wrap .file-field .btn-primary span{color:var(--clr-white);font-size:12px}.search-container .search-by-image-Main-Div .md-form-wrap .file-field .btn-primary input#takePictureField{position:absolute;inset:-28px 0 0;max-width:100%;width:140px;padding:0;margin:0;cursor:pointer;filter:alpha(opacity=0);opacity:0}.search-container .search-by-image-Main-Div .md-form-wrap .file-field .file-path-wrapper{height:2.5rem;padding-left:10px;overflow:hidden;margin-right:auto;width:100%}.search-container .search-by-image-Main-Div .md-form-wrap .file-field .file-path-wrapper label{margin-bottom:0}.search-container .search-by-image-Main-Div .md-form-wrap .file-field .file-path-wrapper label input#uploadFile{width:100%;height:36px;box-sizing:content-box;background-color:transparent;border:none;border-radius:0;outline:none}.search-container-loader .animsition-loading,.search-container-loader .custom-animsition-loading{background-color:#ffffff80!important}body[data-template=template4] .renSearch{top:-23px;left:100px}body[data-template=template4] .search-container .voice-search-container .voice-search-button{display:flex;align-items:center}body[data-template=template4] .search-container .voice-search-container .voice-search-button svg{position:relative}@media only screen and (max-width: 1448px){body[data-template=template2] .search-container{right:12%}}.aa-Panel{z-index:9999;margin-top:0;max-height:400px}@media (max-width: 767.98px){.aa-Panel{overflow-y:auto}}.aa-Panel .aa-Source[data-autocomplete-source-id=suggestions]{width:20%}.aa-Panel li.aa-Item:empty{display:none}.aa-Panel .suggestion-item{font-size:var(--aa-font-size);font-weight:400;text-transform:capitalize}.aa-Panel .aa-SourceHeaderTitle{color:var(--main-color)}.aa-Panel .aa-PanelLayout{display:flex;flex-direction:row-reverse;gap:15px}@media (max-width: 767.98px){.aa-Panel .aa-PanelLayout{overflow-x:unset!important;overflow-y:unset!important}}@media only screen and (max-width: 480px){.aa-Panel .aa-PanelLayout{flex-direction:column}}.aa-Panel .aa-PanelLayout .aa-SourceHeader{margin-top:0}.aa-Panel .aa-PanelLayout [data-autocomplete-source-id=productsCategories],.aa-Panel .aa-PanelLayout [data-autocomplete-source-id=suggestions]{width:45%;border-right:1px solid #ddd;line-height:normal}@media only screen and (max-width: 480px){.aa-Panel .aa-PanelLayout [data-autocomplete-source-id=productsCategories],.aa-Panel .aa-PanelLayout [data-autocomplete-source-id=suggestions]{width:100%;border-right:0}}.aa-Panel .aa-ItemIcon--picture{height:50px!important;width:50px!important}.aa-Panel .aa-ItemContentBody{font-size:14px;line-height:normal!important}.aa-Panel .aa-ItemContentBody .aa-Price{font-size:13px}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pe-none{pointer-events:none}.row:after{clear:both}.modal-dialog-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;min-height:calc(100% - 3.5rem)}.modal-dialog.info .modal-header,.modal-dialog.error .modal-header,.modal-dialog.success .modal-header,.modal-dialog.warning .modal-header{color:#fff}.modal-dialog.info .modal-header .close,.modal-dialog.error .modal-header .close,.modal-dialog.success .modal-header .close,.modal-dialog.warning .modal-header .close{color:inherit!important}.modal-dialog.info .modal-header{background-color:#17a2b8}.modal-dialog.error .modal-header{background-color:#e26262}.modal-dialog.success .modal-header{background-color:#28a745}.modal-dialog.warning .modal-header{background-color:#ffc107}.font-weight-100{font-weight:100!important}.font-weight-200{font-weight:200!important}.font-weight-300{font-weight:300!important}.font-weight-400{font-weight:400!important}.font-weight-500{font-weight:500!important}.font-weight-600{font-weight:600!important}.font-weight-700{font-weight:700!important}.font-weight-800{font-weight:800!important}.font-weight-900{font-weight:900!important}.font-weight-bolder{font-weight:bolder!important}.font-weight-lighter{font-weight:lighter!important}@media (max-width: 575px){.hidden-xs{display:none!important}}@media (min-width: 576px) and (max-width: 767px){.hidden-sm{display:none!important}}@media (min-width: 768px) and (max-width: 991px){.hidden-md{display:none!important}}@media (min-width: 992px){.hidden-lg{display:none!important}}.visible-xs,.visible-sm,.visible-md,.visible-lg,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width: 575px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width: 576px) and (max-width: 767px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media (min-width: 768px) and (max-width: 991px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media (min-width: 992px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}.hidden-print{display:none!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}input:invalid{box-shadow:none}/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue: #007bff;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #dc3545;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: #007bff;--secondary: #6c757d;--success: #28a745;--info: #17a2b8;--warning: #ffc107;--danger: #dc3545;--light: #f8f9fa;--dark: #343a40;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.75rem}h4,.h4{font-size:1.5rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:.2em;background-color:#fcf8e3}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-right:-15px!important;margin-left:-15px!important}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:.0833333333}.offset-2{margin-left:.1666666667}.offset-3{margin-left:.25}.offset-4{margin-left:.3333333333}.offset-5{margin-left:.4166666667}.offset-6{margin-left:.5}.offset-7{margin-left:.5833333333}.offset-8{margin-left:.6666666667}.offset-9{margin-left:.75}.offset-10{margin-left:.8333333333}.offset-11{margin-left:.9166666667}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:.0833333333}.offset-sm-2{margin-left:.1666666667}.offset-sm-3{margin-left:.25}.offset-sm-4{margin-left:.3333333333}.offset-sm-5{margin-left:.4166666667}.offset-sm-6{margin-left:.5}.offset-sm-7{margin-left:.5833333333}.offset-sm-8{margin-left:.6666666667}.offset-sm-9{margin-left:.75}.offset-sm-10{margin-left:.8333333333}.offset-sm-11{margin-left:.9166666667}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:.0833333333}.offset-md-2{margin-left:.1666666667}.offset-md-3{margin-left:.25}.offset-md-4{margin-left:.3333333333}.offset-md-5{margin-left:.4166666667}.offset-md-6{margin-left:.5}.offset-md-7{margin-left:.5833333333}.offset-md-8{margin-left:.6666666667}.offset-md-9{margin-left:.75}.offset-md-10{margin-left:.8333333333}.offset-md-11{margin-left:.9166666667}}@media (min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:.0833333333}.offset-lg-2{margin-left:.1666666667}.offset-lg-3{margin-left:.25}.offset-lg-4{margin-left:.3333333333}.offset-lg-5{margin-left:.4166666667}.offset-lg-6{margin-left:.5}.offset-lg-7{margin-left:.5833333333}.offset-lg-8{margin-left:.6666666667}.offset-lg-9{margin-left:.75}.offset-lg-10{margin-left:.8333333333}.offset-lg-11{margin-left:.9166666667}}@media (min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:.0833333333}.offset-xl-2{margin-left:.1666666667}.offset-xl-3{margin-left:.25}.offset-xl-4{margin-left:.3333333333}.offset-xl-5{margin-left:.4166666667}.offset-xl-6{margin-left:.5}.offset-xl-7{margin-left:.5833333333}.offset-xl-8{margin-left:.6666666667}.offset-xl-9{margin-left:.75}.offset-xl-10{margin-left:.8333333333}.offset-xl-11{margin-left:.9166666667}}.table{width:100%;background-color:transparent}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm th,.table-sm td{padding:.3rem}.table-bordered,.table-bordered th,.table-bordered td{border:1px solid #dee2e6}.table-bordered thead th,.table-bordered thead td{border-bottom-width:2px}.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:#0000000d}.table-hover tbody tr:hover{background-color:#00000013}.table-primary,.table-primary>th,.table-primary>td{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>th,.table-info>td{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>th,.table-warning>td{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>th,.table-danger>td{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>th,.table-light>td{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>th,.table-dark>td{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>th,.table-active>td{background-color:#00000013}.table-hover .table-active:hover{background-color:#00000013}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#00000013}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark th,.table-dark td,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:#ffffff0d}.table-dark.table-hover tbody tr:hover{background-color:#ffffff13}@media (max-width: 575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width: 767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width: 991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width: 1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #007bff40}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[size],select.form-control[multiple],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:#28a745e6;border-radius:.25rem}.was-validated .form-control:valid,.form-control.is-valid,.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745}.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip{display:block}.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip{display:block}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated .custom-control-input:valid~.custom-control-label:before,.custom-control-input.is-valid~.custom-control-label:before{background-color:#71dd8a}.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip,.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid:checked~.custom-control-label:before,.custom-control-input.is-valid:checked~.custom-control-label:before{background-color:#34ce57}.was-validated .custom-control-input:valid:focus~.custom-control-label:before,.custom-control-input.is-valid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #28a74540}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid~.custom-file-label:after,.custom-file-input.is-valid~.custom-file-label:after{border-color:inherit}.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip,.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem #28a74540}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:#dc3545e6;border-radius:.25rem}.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip{display:block}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid~.custom-control-label:before,.custom-control-input.is-invalid~.custom-control-label:before{background-color:#efa2a9}.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip,.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid:checked~.custom-control-label:before,.custom-control-input.is-invalid:checked~.custom-control-label:before{background-color:#e4606d}.was-validated .custom-control-input:invalid:focus~.custom-control-label:before,.custom-control-input.is-invalid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #dc354540}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid~.custom-file-label:after,.custom-file-input.is-invalid~.custom-file-label:after{border-color:inherit}.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip,.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem #dc354540}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover,.btn:focus{text-decoration:none}.btn:focus,.btn.focus{outline:0;box-shadow:0 0 0 .2rem #007bff40}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary:focus,.btn-primary.focus{box-shadow:0 0 0 .2rem #007bff80}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #007bff80}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary:focus,.btn-secondary.focus{box-shadow:0 0 0 .2rem #6c757d80}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #6c757d80}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success:focus,.btn-success.focus{box-shadow:0 0 0 .2rem #28a74580}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #28a74580}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info:focus,.btn-info.focus{box-shadow:0 0 0 .2rem #17a2b880}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #17a2b880}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{box-shadow:0 0 0 .2rem #ffc10780}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ffc10780}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger:focus,.btn-danger.focus{box-shadow:0 0 0 .2rem #dc354580}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #dc354580}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light:focus,.btn-light.focus{box-shadow:0 0 0 .2rem #f8f9fa80}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark:focus,.btn-dark.focus{box-shadow:0 0 0 .2rem #343a4080}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #343a4080}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:focus,.btn-outline-primary.focus{box-shadow:0 0 0 .2rem #007bff80}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled).active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #007bff80}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:focus,.btn-outline-secondary.focus{box-shadow:0 0 0 .2rem #6c757d80}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled):active,.btn-outline-secondary:not(:disabled):not(.disabled).active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #6c757d80}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{box-shadow:0 0 0 .2rem #28a74580}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #28a74580}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{box-shadow:0 0 0 .2rem #17a2b880}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #17a2b880}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{box-shadow:0 0 0 .2rem #ffc10780}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled).active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ffc10780}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:focus,.btn-outline-danger.focus{box-shadow:0 0 0 .2rem #dc354580}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled).active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #dc354580}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:focus,.btn-outline-light.focus{box-shadow:0 0 0 .2rem #f8f9fa80}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled).active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:focus,.btn-outline-dark.focus{box-shadow:0 0 0 .2rem #343a4080}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #343a4080}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:none;background-color:transparent;border-color:transparent}.btn-link:focus,.btn-link.focus{text-decoration:none;border-color:transparent;box-shadow:none}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.writeReviewBtn{border:none}.writeReviewBtn:hover{color:#21c07b}.btn-lg,.btn-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion: reduce){.collapsing{transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle:after{display:none}.dropleft .dropdown-toggle:before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:0 1 auto}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover{z-index:1}.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.custom-select,.input-group>.custom-file{position:relative;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file{margin-left:-1px}.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file .custom-file-input:focus~.custom-file-label{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-prepend,.input-group-append{display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=radio],.input-group-text input[type=checkbox]{margin-top:0}.input-group-lg>.form-control,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{height:calc(2.875rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.form-control,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{height:calc(1.8125rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-control-input:active~.custom-control-label:before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0}.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";user-select:none;background-color:#dee2e6}.custom-control-label:after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:#007bff80}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #80bdff80}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.custom-file-input:focus~.custom-file-label:after{border-color:#80bdff}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label:after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.25rem;padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;padding-left:0;background-color:transparent;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion: reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion: reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (min-width: 576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width: 768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width: 992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width: 1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:#000000e6}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#000000e6}.navbar-light .navbar-nav .nav-link{color:#00000080}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#000000b3}.navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:#000000e6}.navbar-light .navbar-toggler{color:#00000080;border-color:#0000001a}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:#00000080}.navbar-light .navbar-text a{color:#000000e6}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#000000e6}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#ffffff80}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#ffffffbf}.navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#ffffff80;border-color:#ffffff1a}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:#ffffff80}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:#00000008;border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:#00000008;border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;inset:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:flex;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:flex;flex:1 0 0%;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:flex;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-img-top,.card-group>.card:first-child .card-header{border-top-right-radius:0}.card-group>.card:first-child .card-img-bottom,.card-group>.card:first-child .card-footer{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-img-top,.card-group>.card:last-child .card-header{border-top-left-radius:0}.card-group>.card:last-child .card-img-bottom,.card-group>.card:last-child .card-footer{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-img-top,.card-group>.card:only-child .card-header{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-img-bottom,.card-group>.card:only-child .card-footer{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width: 576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem #007bff40}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:hover,.badge-primary[href]:focus{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:hover,.badge-secondary[href]:focus{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:hover,.badge-success[href]:focus{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:hover,.badge-info[href]:focus{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:hover,.badge-warning[href]:focus{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:hover,.badge-danger[href]:focus{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:hover,.badge-light[href]:focus{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:hover,.badge-dark[href]:focus{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width: 576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:hover,.list-group-item:focus{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{color:#000;text-decoration:none;opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;inset:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-25%)}@media screen and (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:translate(0)}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);content:""}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;inset:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}.modal-xl{max-width:900px!important}.modal-lg{max-width:800px!important}.modal-md{max-width:500px!important}.modal-sm{max-width:300px!important}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top]{padding:.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^=top] .arrow{bottom:0}.bs-tooltip-top .arrow:before,.bs-tooltip-auto[x-placement^=top] .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow:before,.bs-tooltip-auto[x-placement^=right] .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow{top:0}.bs-tooltip-bottom .arrow:before,.bs-tooltip-auto[x-placement^=bottom] .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow:before,.bs-tooltip-auto[x-placement^=left] .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:before,.popover .arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top,.bs-popover-auto[x-placement^=top]{margin-bottom:.5rem}.bs-popover-top .arrow,.bs-popover-auto[x-placement^=top] .arrow{bottom:calc((.5rem + 1px)*-1)}.bs-popover-top .arrow:before,.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:after{border-width:.5rem .5rem 0}.bs-popover-top .arrow:before,.bs-popover-auto[x-placement^=top] .arrow:before{bottom:0;border-top-color:#00000040}.bs-popover-top .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:after{bottom:1px;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^=right]{margin-left:.5rem}.bs-popover-right .arrow,.bs-popover-auto[x-placement^=right] .arrow{left:calc((.5rem + 1px)*-1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-right .arrow:before,.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:after{border-width:.5rem .5rem .5rem 0}.bs-popover-right .arrow:before,.bs-popover-auto[x-placement^=right] .arrow:before{left:0;border-right-color:#00000040}.bs-popover-right .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:after{left:1px;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^=bottom]{margin-top:.5rem}.bs-popover-bottom .arrow,.bs-popover-auto[x-placement^=bottom] .arrow{top:calc((.5rem + 1px)*-1)}.bs-popover-bottom .arrow:before,.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:after{border-width:0 .5rem .5rem .5rem}.bs-popover-bottom .arrow:before,.bs-popover-auto[x-placement^=bottom] .arrow:before{top:0;border-bottom-color:#00000040}.bs-popover-bottom .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:after{top:1px;border-bottom-color:#fff}.bs-popover-bottom .popover-header:before,.bs-popover-auto[x-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^=left]{margin-right:.5rem}.bs-popover-left .arrow,.bs-popover-auto[x-placement^=left] .arrow{right:calc((.5rem + 1px)*-1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-left .arrow:before,.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:after{border-width:.5rem 0 .5rem .5rem}.bs-popover-left .arrow:before,.bs-popover-auto[x-placement^=left] .arrow:before{right:0;border-left-color:#00000040}.bs-popover-left .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;align-items:center;width:100%;backface-visibility:hidden;perspective:1000px}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block;transition:transform .6s ease}@media screen and (prefers-reduced-motion: reduce){.carousel-item.active,.carousel-item-next,.carousel-item-prev{transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translate(0)}@supports (transform-style: preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translateZ(0)}}.carousel-item-next,.active.carousel-item-right{transform:translate(100%)}@supports (transform-style: preserve-3d){.carousel-item-next,.active.carousel-item-right{transform:translate3d(100%,0,0)}}.carousel-item-prev,.active.carousel-item-left{transform:translate(-100%)}@supports (transform-style: preserve-3d){.carousel-item-prev,.active.carousel-item-left{transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev{transform:translate(0)}@supports (transform-style: preserve-3d){.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev{transform:translateZ(0)}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#ffffff80}.carousel-indicators li:before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li:after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width: 576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width: 768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width: 992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width: 1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:.4285714286}.embed-responsive-16by9:before{padding-top:.5625}.embed-responsive-4by3:before{padding-top:.75}.embed-responsive-1by1:before{padding-top:1}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width: 576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width: 576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width: 768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width: 992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width: 1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}.shadow{box-shadow:0 .5rem 1rem #00000026!important}.shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width: 576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width: 768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width: 992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width: 1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:hover,a.text-primary:focus{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:hover,a.text-secondary:focus{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:hover,a.text-success:focus{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:hover,a.text-info:focus{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:hover,a.text-warning:focus{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:hover,a.text-danger:focus{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:hover,a.text-light:focus{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:hover,a.text-dark:focus{color:#1d2124!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:#00000080!important}.text-white-50{color:#ffffff80!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,*:before,*:after{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}pre,blockquote{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body,.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}form{width:100%}*{box-sizing:border-box}html,body{margin:0;height:100%;background-color:transparent}body{font-size:var(--font-body-size);line-height:1;scrollbar-width:thin!important}body.sidebar-open{overflow:hidden!important}body::-webkit-scrollbar{width:5px}body::-webkit-scrollbar-track{background:#f1f1f1}body::-webkit-scrollbar-thumb{background:#c8c8c8}body::-webkit-scrollbar-thumb:hover{background:#555}.row.toBeRemoved,.modal[data-id=modal-template],.page-load-container{display:none}a{text-decoration:none;cursor:pointer;color:inherit}a:focus{outline:none}a:hover{text-decoration:none;color:inherit}ul{margin-bottom:0;list-style:none;padding:0;margin-top:0}label{margin:0}.backdrop{width:100%;height:100%;background:#000000b3;opacity:0;transition:.4s;transition-delay:.2s}@font-face{font-family:Quake-City-Cap;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Quake-City-Cap.eot?9wr913);src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Quake-City-Cap.eot?9wr913#iefix) format("embedded-opentype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Quake-City-Cap.ttf?9wr913) format("truetype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Quake-City-Cap.woff?9wr913) format("woff"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Quake-City-Cap.svg?9wr913#Quake-City-Cap) format("svg");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Cinzel;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-Bold.eot);src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-Bold.eot?#iefix) format("embedded-opentype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-Bold.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-Bold.woff) format("woff"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Cinzel;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-Medium.eot);src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-Medium.eot?#iefix) format("embedded-opentype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-Medium.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-Medium.woff) format("woff"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Cinzel;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-SemiBold.eot);src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-SemiBold.eot?#iefix) format("embedded-opentype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-SemiBold.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-SemiBold.woff) format("woff"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Cinzel;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-Regular.eot);src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-Regular.eot?#iefix) format("embedded-opentype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-Regular.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-Regular.woff) format("woff"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Cinzel-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-Regular.eot);src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-Regular.eot?#iefix) format("embedded-opentype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-Regular.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-Regular.woff) format("woff"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-Medium.eot);src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-Medium.eot?#iefix) format("embedded-opentype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-Medium.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-Medium.woff) format("woff"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-SemiBold.eot);src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-SemiBold.eot?#iefix) format("embedded-opentype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-SemiBold.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-SemiBold.woff) format("woff"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Jost;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-Bold.eot);src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-Bold.eot?#iefix) format("embedded-opentype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-Bold.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-Bold.woff) format("woff"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Jost-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Area Normal;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Area\ Normal.eot);src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Area\ Normal.eot?#iefix) format("embedded-opentype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Area\ Normal.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Area\ Normal.woff) format("woff"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Area\ Normal.ttf) format("truetype"),url("https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Area Normal.svg#Area Normal") format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:themify;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/themify.eot?-fvbane);src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/themify.eot?#iefix-fvbane) format("embedded-opentype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/themify.woff?-fvbane) format("woff"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/themify.ttf?-fvbane) format("truetype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/themify.svg?-fvbane#themify) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Bloomin;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Bloomin.eot.eot?90ujl9);src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Bloomin.eot.eot?90ujl9#iefix) format("embedded-opentype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Bloomin.ttf.ttf?90ujl9) format("truetype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Bloomin.woff.woff?90ujl9) format("woff"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Bloominsvg.svg?90ujl9#Bloomin) format("svg");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Lexend;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Lexend-ExtraBold.woff2.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Lexend-ExtraBold.woff.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Lexend;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Lexend-Light.woff2.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Lexend-Light.woff.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Lexend;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Lexend-Bold.woff2.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Lexend-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Lexend;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Lexend-ExtraLight.woff2.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Lexend-ExtraLight.woff.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Lexend;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Lexend-Medium.woff2.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Lexend-Medium.woff.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Lexend;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Lexend-Regular.woff2.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Lexend-Regular.woff.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Lexend;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Lexend-Thin.woff2.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Lexend-Thin.woff.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Poppins;font-style:normal;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Poppins-Regular.ttf) format("truetype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Poppins-SemiBold.ttf) format("truetype")}@font-face{font-family:thirstBoxer;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/thirstBoxer.eot?2fizxs);src:url(fonts/thirstBoxer.eot?2fizxs#iefix) format("embedded-opentype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/thirstBoxer.ttf?2fizxs) format("truetype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/thirstBoxer.woff?2fizxs) format("woff"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/thirstBoxer.svg?2fizxs#thirstBoxer) format("svg");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Afacad;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Afacad-Regular.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Afacad-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Afacad;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Afacad-Bold.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Afacad-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Afacad;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Afacad-Medium.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Afacad-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Afacad;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Afacad-SemiBold.woff2) format("woff2"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/Afacad-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}body[data-template=template1]{--clr_1: #EB1F24;--clr_2: #40B06A;--clr_3: #E0E0E0;--clr_4: #272727;--clr_5: #66615c;--clr-black: #000000;--clr-white: #ffffff;--clr-table-header: #111111;--header-text: #444444;--txt-color: #222222;--txt-color-light: #666666;--transition: .3s;--font-body-size: 12px;--font-body-weight: 400;--font-weight-medium: 500;--font-weight-bold: 700;--font-body-lineheight: 22px;--footer-text: #6f6f6f;--main-color: #EB1F24;--secondary-color: #B7BE11;--border-bottom-clr: #EAEAEA;--color-border: #777;--light-bg: #F3F3F3;--light-blue: #2C2B49;--light-blue-sec: #0095BB;--dark-gray: #E0E0E0;--dark-blue: #00518A;--footer1: #483729;--footer2: #433225;--category: #3B2C20;--clr-footertext: #8B8B8B;--icons-bgcolor: #636A67}body[data-template=template2]{--clr_1: #000000;--clr_2: #B7BE11;--clr_3: #E0E0E0;--clr_4: #272727;--clr_5: #F29834;--clr-white: #ffffff;--clr-table-header: #111111;--header-text: #444444;--txt-color: #222222;--txt-color-light: #666666;--transition: .3s;--font-body-size: 12px;--font-body-weight: 400;--font-weight-medium: 500;--font-weight-bold: 700;--font-body-lineheight: 22px;--footer-text: #6f6f6f;--main-color: #483729;--secondary-color: #B7BE11;--border-bottom-clr: #EAEAEA;--color-border: #777;--light-bg: #F3F3F3;--light-blue: #2C2B49;--light-blue-sec: #0095BB;--dark-gray: #E0E0E0;--dark-blue: #00518A;--footer1: #483729;--footer2: #433225;--category: #3B2C20;--clr-footertext: #8B8B8B;--icons-bgcolor: #636A67;--color-whitesmoke: #eaeaea}body[data-template=template4]{--clr_1: #2C2C2C;--clr_2: #DADADA;--clr_3: #888;--clr_7: #1EBD78;--theme-btn: linear-gradient(171deg, #1EBD78 0%, #03A46B 100%);--clr_background: #F0F0F0;--clr-black: #000;--clr-white: #ffffff;--header-text: #323232;--txt-color: #232323;--font-body-size: 12px;--font-body-weight: 400;--font-weight-medium: 500;--font-weight-bold: 700;--font-body-lineheight: 22px;--border-bottom: #ddd;--border-bottom-clr: #ced4da;--main-color: #0e97e7;--color-primary: #F4313F;--color-primary-400: #0e97e7;--color-secondary-700: #061f2d;--color-text: #444444;--icons-bgcolor: #636A67}body[data-template=template3]{--clr_1: #333333;--icon-txtcolor: #999999;--dark-black: #000000;--clr-white: #ffffff;--txt-color: #333333;--transition: .3s;--font-body-size: 12px;--font-body-weight: 400;--font-weight-medium: 500;--font-weight-bold: 700;--font-body-lineheight: 22px;--dark-blue: #00518A;--light-blue: #0095BB;--light-gray: #F5F5F5;--light-gray-mid: #F3F3F3;--dark-gray: #E0E0E0;--dark-gray-second: #666666;--border-bottom-clr: #EAEAEA;--border-clr: #D9D9D9;--clr-danger: #ff0000;--them-icon: "themify" !important;--main-color: #0095BB}#root{min-height:100%;display:flex;flex-direction:column;overflow:visible}body[data-template=template1]{font-family:Jost,sans-serif}body[data-template=template1] [class^=icon-],body[data-template=template1] [class*=" icon-"]{font-family:Quake-City-Cap!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body[data-template=template1] .icon-Account:before{content:""}body[data-template=template1] .icon-Auto-Renew:before{content:""}body[data-template=template1] .icon-Best-Quality:before{content:""}body[data-template=template1] .icon-Check:before{content:""}body[data-template=template1] .icon-close:before{content:""}body[data-template=template1] .icon-Compare:before{content:""}body[data-template=template1] .icon-Delivery:before{content:""}body[data-template=template1] .icon-Down-Arrow:before{content:""}body[data-template=template1] .icon-Environment:before{content:""}body[data-template=template1] .icon-Eye:before{content:""}body[data-template=template1] .icon-Facebook:before{content:""}body[data-template=template1] .icon-Globe:before{content:""}body[data-template=template1] .icon-Handshake:before{content:""}body[data-template=template1] .icon-Image:before{content:""}body[data-template=template1] .icon-Info:before{content:""}body[data-template=template1] .icon-Instagram:before{content:""}body[data-template=template1] .icon-Left-Arrow:before{content:""}body[data-template=template1] .icon-Left-Arrow1:before{content:""}body[data-template=template1] .icon-Location:before{content:""}body[data-template=template1] .icon-Mail:before{content:""}body[data-template=template1] .icon-Menu:before{content:""}body[data-template=template1] .icon-Minus:before{content:""}body[data-template=template1] .icon-Pinterest:before{content:""}body[data-template=template1] .icon-Plus:before{content:""}body[data-template=template1] .icon-Printer:before{content:""}body[data-template=template1] .icon-Recycle-Bag:before{content:""}body[data-template=template1] .icon-Right-Arrow:before{content:""}body[data-template=template1] .icon-Right-Arrow1:before{content:""}body[data-template=template1] .icon-Search:before{content:""}body[data-template=template1] .icon-Secure-Payement:before{content:""}body[data-template=template1] .icon-Shopping-bags:before{content:""}body[data-template=template1] .icon-Shopping-Cart:before{content:""}body[data-template=template1] .icon-Slash:before{content:""}body[data-template=template1] .icon-Truck:before{content:""}body[data-template=template1] .icon-UP-Arrow:before{content:""}body[data-template=template1] .icon-Wishlist:before{content:""}body[data-template=template1] .icon-x:before{content:""}body[data-template=template1] .modal .modal-dialog .modal-content{border-radius:0}body[data-template=template1] .modal .modal-dialog .modal-content .modal-header{background:var(--clr-black);border-radius:0;padding:8px}body[data-template=template1] .modal .modal-dialog .modal-content .modal-header .close{color:var(--clr-white);text-shadow:none}body[data-template=template1] .modal .modal-dialog .modal-content .modal-header .close:focus,body[data-template=template1] .modal .modal-dialog .modal-content .modal-header .close.active{box-shadow:none;outline:none}body[data-template=template1] .modal .modal-dialog .modal-content .modal-body{font-weight:var(--font-weight-bold);color:var(--txt-color)}body[data-template=template1] .modal .modal-dialog.success.notification .modal-header,body[data-template=template1] .modal .modal-dialog.success.notification .modal-footer{display:none}body[data-template=template1] dialog{width:auto;max-width:500px;padding:0;border:0;box-shadow:0 0 20px #0003;overflow:unset!important}@media (max-width: 1024.98px){body[data-template=template1] dialog{max-width:95%!important}}body[data-template=template1] dialog .dialog-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:var(--main-color);position:relative}body[data-template=template1] dialog .dialog-header .dialog-title{margin:0;color:#fff;text-transform:uppercase;font-size:16px;font-weight:700;width:100%;text-align:left}body[data-template=template1] dialog .dialog-header button.close{color:var(--clr-white)!important;text-shadow:none;opacity:1!important;font-weight:500!important;display:flex;align-items:center;height:16px;width:16px;justify-content:center;font-size:28px!important;background-color:transparent}body[data-template=template1] dialog .dialog-header button.close .icon-close{font-size:14px;font-weight:600}body[data-template=template1] dialog .dialog-header button.close .icon-close:before{color:#fff}body[data-template=template1] dialog .dialog-header button.close:focus,body[data-template=template1] dialog .dialog-header button.close.active{box-shadow:none;outline:none}body[data-template=template1] dialog .dialog-footer{padding:10px;display:flex;justify-content:flex-end;column-gap:10px}body[data-template=template1] dialog .dialog-footer button{font-size:15px;font-weight:600;text-transform:uppercase;text-align:center;line-height:var(--font-body-lineheight);border:none;background-color:var(--main-color);color:var(--clr-white);transition:.5s cubic-bezier(.25,.46,.45,.94);display:flex;justify-content:center;align-items:center;border-radius:20px;width:fit-content;padding:5px 20px;cursor:pointer}body[data-template=template1] dialog .dialog-footer button.active,body[data-template=template1] dialog .dialog-footer button:focus,body[data-template=template1] dialog .dialog-footer button:active,body[data-template=template1] dialog .dialog-footer button:hover{box-shadow:none!important;outline:none;border:none!important}body[data-template=template1] dialog .dialog-footer button:hover{background-color:var(--main-color)!important}body[data-template=template1] dialog .dialog-footer button:disabled{opacity:.6;pointer-events:none}body[data-template=template1] dialog .dialog-footer button:last-child{display:none}body[data-template=template1] dialog .dialog-body{padding:15px;overflow-y:auto!important;max-height:80vh;height:auto;font-size:13px;scrollbar-width:thin;text-align:left}body[data-template=template1] dialog .dialog-body::-webkit-scrollbar{width:5px}body[data-template=template1] dialog .dialog-body::-webkit-scrollbar-track{background:#f1f1f1}body[data-template=template1] dialog .dialog-body::-webkit-scrollbar-thumb{background:#c8c8c8}body[data-template=template1] dialog .dialog-body::-webkit-scrollbar-thumb:hover{background:#555}body[data-template=template1] dialog .dialog-body .input-group{display:flex;align-items:center}body[data-template=template1] dialog .dialog-body .input-group .label{margin-bottom:0!important;flex:0 0 200px;max-width:200px}body[data-template=template1] dialog .dialog-body .input-group .fieldWrapper{flex:1 1 auto}body[data-template=template1] dialog .dialog-body .input-group .review-ratings{display:flex;column-gap:5px}body[data-template=template1] dialog .dialog-body .input-group .review-ratings span{font-size:calc(var(--font-body-size) + 2px);cursor:pointer}body[data-template=template1] dialog .dialog-body .input-login-action{display:flex;column-gap:10px;justify-content:flex-end}body[data-template=template1] dialog .dialog-body .input-login-action button{width:fit-content;padding:5px 20px}body[data-template=template1] dialog .dialog-body .input-login-action button.btn_login_guestUserPopup{padding:10px 0}body[data-template=template1] dialog .dialog-body .userDetails .detail{display:flex}body[data-template=template1] dialog .dialog-body .userDetails .detail .detailHeading{flex:0 0 150px;font-weight:var(--font-weight-bold)}body[data-template=template1] dialog .dialog-body .userDetails .detail .detailValue{flex:1 1 auto}body[data-template=template1] dialog .dialog-body .completePamentBtnWrapper{display:flex;column-gap:10px;justify-content:flex-end}body[data-template=template1] dialog .dialog-body .completePamentBtnWrapper .cancelOrder{text-decoration:none;color:var(--txt-color);font-weight:var(--font-weight-bold);font-size:calc(var(--font-body-size) + 2px)}body[data-template=template1] dialog .dialog-body .completePamentBtnWrapper .completeOrder{font-size:15px;font-weight:600;text-transform:uppercase;text-align:center;line-height:var(--font-body-lineheight);border:none;background-color:var(--main-color);color:var(--clr-white);transition:.5s cubic-bezier(.25,.46,.45,.94);display:flex;justify-content:center;align-items:center;width:fit-content;padding:5px 10px}body[data-template=template1] dialog .dialog-body .completePamentBtnWrapper .completeOrder.active,body[data-template=template1] dialog .dialog-body .completePamentBtnWrapper .completeOrder:focus,body[data-template=template1] dialog .dialog-body .completePamentBtnWrapper .completeOrder:active,body[data-template=template1] dialog .dialog-body .completePamentBtnWrapper .completeOrder:hover{box-shadow:none!important;outline:none;border:none!important}body[data-template=template1] dialog .dialog-body .completePamentBtnWrapper .completeOrder:hover{background-color:var(--main-color)!important}body[data-template=template1] dialog .dialog-body .completePamentBtnWrapper .completeOrder:disabled{opacity:.6;pointer-events:none}body[data-template=template1] dialog::backdrop{background:#000000b3}body[data-template=template1] dialog.notification{max-width:250px}body[data-template=template1] dialog.notification .dialog-header,body[data-template=template1] dialog.notification .dialog-footer{display:none}body[data-template=template1] dialog.noFooter .dialog-footer{display:none}body[data-template=template1] dialog[data-pos="3"]{margin:10px 10px auto auto}body[data-template=template1] dialog.fluid-model{width:95%}body[data-template=template2]{font-family:Lexend,sans-serif!important;font-optical-sizing:auto;font-weight:200!important;font-style:normal;scroll-behavior:smooth}body[data-template=template2] [class^=icon-],body[data-template=template2] [class*=" icon-"]{font-family:Bloomin!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body[data-template=template2] .icon-Apps:before{content:""}body[data-template=template2] .icon-Down:before{content:""}body[data-template=template2] .icon-Format-List:before{content:""}body[data-template=template2] .icon-UP:before{content:""}body[data-template=template2] .icon-Backward:before{content:""}body[data-template=template2] .icon-Broken-Image:before{content:""}body[data-template=template2] .icon-Cached:before{content:""}body[data-template=template2] .icon-Calculate:before{content:""}body[data-template=template2] .icon-Compare:before{content:""}body[data-template=template2] .icon-Forward:before{content:""}body[data-template=template2] .icon-Heart:before{content:""}body[data-template=template2] .icon-Instagram:before{content:""}body[data-template=template2] .icon-Linkedin:before{content:""}body[data-template=template2] .icon-Mail:before{content:""}body[data-template=template2] .icon-Person:before{content:""}body[data-template=template2] .icon-Play-Arrow:before{content:""}body[data-template=template2] .icon-Printer:before{content:""}body[data-template=template2] .icon-Quick-View:before{content:""}body[data-template=template2] .icon-Sim-Card:before{content:""}body[data-template=template2] .icon-Twitter:before{content:""}body[data-template=template2] .icon-Wishlist:before{content:""}body[data-template=template2] .icon-Youtube:before{content:""}body[data-template=template2] .table-responsive{overflow-y:hidden;display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;margin-bottom:15px}body[data-template=template2] .table-responsive .table tbody{border:1px solid #dee2e6}body[data-template=template2] .table-responsive .table tr th,body[data-template=template2] .table-responsive .table tr td{border-right:1px solid #dee2e6;vertical-align:middle}@media (max-width: 414.98px){body[data-template=template2] .table-responsive .table tr th,body[data-template=template2] .table-responsive .table tr td{font-size:16px}}body[data-template=template2] .table-responsive .table tr th.unitPriceHeader,body[data-template=template2] .table-responsive .table tr th.priceHeader,body[data-template=template2] .table-responsive .table tr td.unitPriceHeader,body[data-template=template2] .table-responsive .table tr td.priceHeader{text-align:right}body[data-template=template2] .table-responsive .table tr th:first-child,body[data-template=template2] .table-responsive .table tr td:first-child{border-left:1px solid #dee2e6}body[data-template=template2] .table-responsive.orderReport{overflow:visible!important}@media (max-width: 575.98px){body[data-template=template2] .table-responsive.orderReport.overflowOnResponsive{overflow-x:auto!important}}body[data-template=template2] .table-bordered{background:var(--clr-white)}body[data-template=template2] .modal{background:#0009}body[data-template=template2] .modal .btn-primary{position:relative;overflow:hidden;background:transparent;border:0;margin-top:10px;box-shadow:none;align-items:center;font-size:1rem;text-transform:uppercase;letter-spacing:normal;color:#fff;padding:8px 20px;border-radius:20px;text-align:center;display:inline-block;transition:all .8s ease-in;font-weight:700;outline:none;text-shadow:none!important;border-color:transparent;background-color:var(--secondary-color)}body[data-template=template2] .modal .btn-primary:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;transition:transform .2s ease-in}body[data-template=template2] .modal .btn-primary:focus{box-shadow:none!important}body[data-template=template2] .modal .btn-primary:hover{background-color:var(--secondary-color);color:#fff}body[data-template=template2] .modal .btn-primary i{vertical-align:text-top;margin-right:5px}body[data-template=template2] .modal .modal-dialog .modal-content{border-radius:0}body[data-template=template2] .modal .modal-dialog .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:var(--main-color);position:relative;border-radius:0}body[data-template=template2] .modal .modal-dialog .modal-content .modal-header .close{color:var(--clr-white);text-shadow:none}body[data-template=template2] .modal .modal-dialog .modal-content .modal-header .close:focus,body[data-template=template2] .modal .modal-dialog .modal-content .modal-header .close.active{box-shadow:none;outline:none}body[data-template=template2] .modal .modal-dialog .modal-content .modal-body{font-weight:400;color:var(--txt-color);overflow-y:auto!important;max-height:80vh;height:auto;font-size:13px;scrollbar-width:thin;text-align:left}body[data-template=template2] .modal .modal-dialog .modal-content .modal-body.modal-xl{font-size:13px}body[data-template=template2] .modal .modal-dialog.success.notification .modal-header,body[data-template=template2] .modal .modal-dialog.success.notification .modal-footer{display:none}body[data-template=template2] dialog{width:95%;max-width:500px;padding:0;border:0;box-shadow:0 0 20px #0003;overflow:unset!important;color:#000}body[data-template=template2] dialog[data-pos]{font-weight:400}body[data-template=template2] dialog .dialog-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:var(--main-color);position:relative}body[data-template=template2] dialog .dialog-header .dialog-title{margin:0;color:#fff;font-size:16px;font-weight:700;width:100%;text-align:left;text-transform:capitalize}body[data-template=template2] dialog .dialog-header button.close{color:var(--clr-white)!important;text-shadow:none;opacity:1!important;font-weight:500!important;display:flex;align-items:center;height:16px;width:16px;justify-content:center;font-size:28px!important;background-color:transparent}body[data-template=template2] dialog .dialog-header button.close .icon-close{font-size:14px;font-weight:600}body[data-template=template2] dialog .dialog-header button.close .icon-close:before{color:#fff;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='15' height='20' viewBox='0 0 22 28'%3E%3Cpath d='M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E")}body[data-template=template2] dialog .dialog-header button.close:focus,body[data-template=template2] dialog .dialog-header button.close.active{box-shadow:none;outline:none}body[data-template=template2] dialog .dialog-footer{padding:10px;display:flex;justify-content:flex-end;column-gap:10px}body[data-template=template2] dialog .dialog-footer button{font-size:15px;font-weight:600;text-transform:uppercase;text-align:center;line-height:var(--font-body-lineheight);border:none;background-color:var(--main-color);color:var(--clr-white);transition:.5s cubic-bezier(.25,.46,.45,.94);display:flex;justify-content:center;align-items:center;border-radius:20px;width:fit-content;padding:5px 20px;cursor:pointer}body[data-template=template2] dialog .dialog-footer button.active,body[data-template=template2] dialog .dialog-footer button:focus,body[data-template=template2] dialog .dialog-footer button:active,body[data-template=template2] dialog .dialog-footer button:hover{box-shadow:none!important;outline:none;border:none!important}body[data-template=template2] dialog .dialog-footer button:hover{background-color:#b7be11!important}body[data-template=template2] dialog .dialog-footer button:disabled{opacity:.6;pointer-events:none}body[data-template=template2] dialog .dialog-body{padding:15px;overflow-y:auto!important;max-height:80vh;height:auto;font-size:13px;scrollbar-width:thin;text-align:left}body[data-template=template2] dialog .dialog-body::-webkit-scrollbar{width:5px}body[data-template=template2] dialog .dialog-body::-webkit-scrollbar-track{background:#f1f1f1}body[data-template=template2] dialog .dialog-body::-webkit-scrollbar-thumb{background:#c8c8c8}body[data-template=template2] dialog .dialog-body::-webkit-scrollbar-thumb:hover{background:#555}body[data-template=template2] dialog .dialog-body .input-group{display:flex;align-items:center}body[data-template=template2] dialog .dialog-body .input-group .label{margin-bottom:0!important;flex:0 0 200px;max-width:200px}body[data-template=template2] dialog .dialog-body .input-group .fieldWrapper{flex:1 1 auto}body[data-template=template2] dialog .dialog-body .input-group .review-ratings{display:flex;column-gap:5px}body[data-template=template2] dialog .dialog-body .input-group .review-ratings span{font-size:calc(var(--font-body-size) + 2px);cursor:pointer}body[data-template=template2] dialog .dialog-body .input-login-action{display:flex;column-gap:10px;justify-content:flex-end}body[data-template=template2] dialog .dialog-body .input-login-action button{width:fit-content;padding:5px 20px}body[data-template=template2] dialog .dialog-body .input-login-action button.btn_login_guestUserPopup{padding:10px 0}body[data-template=template2] dialog .dialog-body .userDetails .detail{display:flex}body[data-template=template2] dialog .dialog-body .userDetails .detail .detailHeading{flex:0 0 150px;font-weight:var(--font-weight-bold)}body[data-template=template2] dialog .dialog-body .userDetails .detail .detailValue{flex:1 1 auto}body[data-template=template2] dialog .dialog-body .completePamentBtnWrapper{display:flex;column-gap:10px;justify-content:flex-end}body[data-template=template2] dialog .dialog-body .completePamentBtnWrapper .cancelOrder{text-decoration:none;color:var(--txt-color);font-weight:var(--font-weight-bold);font-size:calc(var(--font-body-size) + 2px)}body[data-template=template2] dialog .dialog-body .completePamentBtnWrapper .completeOrder{font-size:15px;font-weight:600;text-transform:uppercase;text-align:center;line-height:var(--font-body-lineheight);border:none;background-color:var(--main-color);color:var(--clr-white);transition:.5s cubic-bezier(.25,.46,.45,.94);display:flex;justify-content:center;align-items:center;width:fit-content;padding:5px 10px}body[data-template=template2] dialog .dialog-body .completePamentBtnWrapper .completeOrder.active,body[data-template=template2] dialog .dialog-body .completePamentBtnWrapper .completeOrder:focus,body[data-template=template2] dialog .dialog-body .completePamentBtnWrapper .completeOrder:active,body[data-template=template2] dialog .dialog-body .completePamentBtnWrapper .completeOrder:hover{box-shadow:none!important;outline:none;border:none!important}body[data-template=template2] dialog .dialog-body .completePamentBtnWrapper .completeOrder:hover{background-color:#b7be11!important}body[data-template=template2] dialog .dialog-body .completePamentBtnWrapper .completeOrder:disabled{opacity:.6;pointer-events:none}body[data-template=template2] dialog .dialog-body tr.tr_Product_IndustryName,body[data-template=template2] dialog .dialog-body tr.tr_Product_EventTheme,body[data-template=template2] dialog .dialog-body tr.tr_Product_MaterialsName,body[data-template=template2] dialog .dialog-body tr.tr_Carton_Height,body[data-template=template2] dialog .dialog-body tr.tr_Carton_Length,body[data-template=template2] dialog .dialog-body tr.tr_Carton_Weight,body[data-template=template2] dialog .dialog-body tr.tr_Carton_Width,body[data-template=template2] dialog .dialog-body tr.tr_Lead_Time,body[data-template=template2] dialog .dialog-body tr.tr_Material,body[data-template=template2] dialog .dialog-body tr.tr_Quantity,body[data-template=template2] dialog .dialog-body tr.tr_Sizes,body[data-template=template2] dialog .dialog-body tr.tr_Option_Charges,body[data-template=template2] dialog .dialog-body tr.tr_Imprint,body[data-template=template2] dialog .dialog-body tr.tr_Carton_Weight\(Lbs\){display:none}@media print{body[data-template=template2] dialog .dialog-body tr.tr_Product_IndustryName,body[data-template=template2] dialog .dialog-body tr.tr_Product_EventTheme,body[data-template=template2] dialog .dialog-body tr.tr_Product_MaterialsName,body[data-template=template2] dialog .dialog-body tr.tr_Carton_Height,body[data-template=template2] dialog .dialog-body tr.tr_Carton_Length,body[data-template=template2] dialog .dialog-body tr.tr_Carton_Weight,body[data-template=template2] dialog .dialog-body tr.tr_Carton_Width,body[data-template=template2] dialog .dialog-body tr.tr_Lead_Time,body[data-template=template2] dialog .dialog-body tr.tr_Material,body[data-template=template2] dialog .dialog-body tr.tr_Quantity,body[data-template=template2] dialog .dialog-body tr.tr_Sizes,body[data-template=template2] dialog .dialog-body tr.tr_Option_Charges,body[data-template=template2] dialog .dialog-body tr.tr_Imprint,body[data-template=template2] dialog .dialog-body tr.tr_Carton_Weight\(Lbs\){display:none}}body[data-template=template2] dialog::backdrop{background:#000000b3}body[data-template=template2] dialog.notification{max-width:250px}body[data-template=template2] dialog.notification .dialog-header,body[data-template=template2] dialog.notification .dialog-footer{display:none}body[data-template=template2] dialog.noFooter .dialog-footer{display:none}body[data-template=template2] dialog[data-pos="3"]{margin:10px 10px auto auto}body[data-template=template2] dialog.fluid-model{width:95%}body[data-template=template3]{font-family:Area Normal!important;min-height:100vh;display:flex;flex-direction:column}@font-face{body[data-template=template3]{font-family:themify;src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/themify.eot?-fvbane);src:url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/themify.eot?#iefix-fvbane) format("embedded-opentype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/themify.woff?-fvbane) format("woff"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/themify.ttf?-fvbane) format("truetype"),url(https://d207zvy2rsg5b5.cloudfront.net/900F2A96-572F-4458-9AEB-7C36B496EBAA/css/fonts/themify.svg?-fvbane#themify) format("svg");font-weight:400;font-style:normal}}body[data-template=template3] [class^=ti-],body[data-template=template3] [class*=" ti-"]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body[data-template=template3] .ti-wand:before{content:""}body[data-template=template3] .ti-volume:before{content:""}body[data-template=template3] .ti-user:before{content:""}body[data-template=template3] .ti-unlock:before{content:""}body[data-template=template3] .ti-unlink:before{content:""}body[data-template=template3] .ti-trash:before{content:""}body[data-template=template3] .ti-thought:before{content:""}body[data-template=template3] .ti-target:before{content:""}body[data-template=template3] .ti-tag:before{content:""}body[data-template=template3] .ti-tablet:before{content:""}body[data-template=template3] .ti-star:before{content:""}body[data-template=template3] .ti-spray:before{content:""}body[data-template=template3] .ti-signal:before{content:""}body[data-template=template3] .ti-shopping-cart:before{content:""}body[data-template=template3] .ti-shopping-cart-full:before{content:""}body[data-template=template3] .ti-settings:before{content:""}body[data-template=template3] .ti-search:before{content:""}body[data-template=template3] .ti-zoom-in:before{content:""}body[data-template=template3] .ti-zoom-out:before{content:""}body[data-template=template3] .ti-cut:before{content:""}body[data-template=template3] .ti-ruler:before{content:""}body[data-template=template3] .ti-ruler-pencil:before{content:""}body[data-template=template3] .ti-ruler-alt:before{content:""}body[data-template=template3] .ti-bookmark:before{content:""}body[data-template=template3] .ti-bookmark-alt:before{content:""}body[data-template=template3] .ti-reload:before{content:""}body[data-template=template3] .ti-plus:before{content:""}body[data-template=template3] .ti-pin:before{content:""}body[data-template=template3] .ti-pencil:before{content:""}body[data-template=template3] .ti-pencil-alt:before{content:""}body[data-template=template3] .ti-paint-roller:before{content:""}body[data-template=template3] .ti-paint-bucket:before{content:""}body[data-template=template3] .ti-na:before{content:""}body[data-template=template3] .ti-mobile:before{content:""}body[data-template=template3] .ti-minus:before{content:""}body[data-template=template3] .ti-medall:before{content:""}body[data-template=template3] .ti-medall-alt:before{content:""}body[data-template=template3] .ti-marker:before{content:""}body[data-template=template3] .ti-marker-alt:before{content:""}body[data-template=template3] .ti-arrow-up:before{content:""}body[data-template=template3] .ti-arrow-right:before{content:""}body[data-template=template3] .ti-arrow-left:before{content:""}body[data-template=template3] .ti-arrow-down:before{content:""}body[data-template=template3] .ti-lock:before{content:""}body[data-template=template3] .ti-location-arrow:before{content:""}body[data-template=template3] .ti-link:before{content:""}body[data-template=template3] .ti-layout:before{content:""}body[data-template=template3] .ti-layers:before{content:""}body[data-template=template3] .ti-layers-alt:before{content:""}body[data-template=template3] .ti-key:before{content:""}body[data-template=template3] .ti-import:before{content:""}body[data-template=template3] .ti-image:before{content:""}body[data-template=template3] .ti-heart:before{content:""}body[data-template=template3] .ti-heart-broken:before{content:""}body[data-template=template3] .ti-hand-stop:before{content:""}body[data-template=template3] .ti-hand-open:before{content:""}body[data-template=template3] .ti-hand-drag:before{content:""}body[data-template=template3] .ti-folder:before{content:""}body[data-template=template3] .ti-flag:before{content:""}body[data-template=template3] .ti-flag-alt:before{content:""}body[data-template=template3] .ti-flag-alt-2:before{content:""}body[data-template=template3] .ti-eye:before{content:""}body[data-template=template3] .ti-export:before{content:""}body[data-template=template3] .ti-exchange-vertical:before{content:""}body[data-template=template3] .ti-desktop:before{content:""}body[data-template=template3] .ti-cup:before{content:""}body[data-template=template3] .ti-crown:before{content:""}body[data-template=template3] .ti-comments:before{content:""}body[data-template=template3] .ti-comment:before{content:""}body[data-template=template3] .ti-comment-alt:before{content:""}body[data-template=template3] .ti-close:before{content:""}body[data-template=template3] .ti-clip:before{content:""}body[data-template=template3] .ti-angle-up:before{content:""}body[data-template=template3] .ti-angle-right:before{content:""}body[data-template=template3] .ti-angle-left:before{content:""}body[data-template=template3] .ti-angle-down:before{content:""}body[data-template=template3] .ti-check:before{content:""}body[data-template=template3] .ti-check-box:before{content:""}body[data-template=template3] .ti-camera:before{content:""}body[data-template=template3] .ti-announcement:before{content:""}body[data-template=template3] .ti-brush:before{content:""}body[data-template=template3] .ti-briefcase:before{content:""}body[data-template=template3] .ti-bolt:before{content:""}body[data-template=template3] .ti-bolt-alt:before{content:""}body[data-template=template3] .ti-blackboard:before{content:""}body[data-template=template3] .ti-bag:before{content:""}body[data-template=template3] .ti-move:before{content:""}body[data-template=template3] .ti-arrows-vertical:before{content:""}body[data-template=template3] .ti-arrows-horizontal:before{content:""}body[data-template=template3] .ti-fullscreen:before{content:""}body[data-template=template3] .ti-arrow-top-right:before{content:""}body[data-template=template3] .ti-arrow-top-left:before{content:""}body[data-template=template3] .ti-arrow-circle-up:before{content:""}body[data-template=template3] .ti-arrow-circle-right:before{content:""}body[data-template=template3] .ti-arrow-circle-left:before{content:""}body[data-template=template3] .ti-arrow-circle-down:before{content:""}body[data-template=template3] .ti-angle-double-up:before{content:""}body[data-template=template3] .ti-angle-double-right:before{content:""}body[data-template=template3] .ti-angle-double-left:before{content:""}body[data-template=template3] .ti-angle-double-down:before{content:""}body[data-template=template3] .ti-zip:before{content:""}body[data-template=template3] .ti-world:before{content:""}body[data-template=template3] .ti-wheelchair:before{content:""}body[data-template=template3] .ti-view-list:before{content:""}body[data-template=template3] .ti-view-list-alt:before{content:""}body[data-template=template3] .ti-view-grid:before{content:""}body[data-template=template3] .ti-uppercase:before{content:""}body[data-template=template3] .ti-upload:before{content:""}body[data-template=template3] .ti-underline:before{content:""}body[data-template=template3] .ti-truck:before{content:""}body[data-template=template3] .ti-timer:before{content:""}body[data-template=template3] .ti-ticket:before{content:""}body[data-template=template3] .ti-thumb-up:before{content:""}body[data-template=template3] .ti-thumb-down:before{content:""}body[data-template=template3] .ti-text:before{content:""}body[data-template=template3] .ti-stats-up:before{content:""}body[data-template=template3] .ti-stats-down:before{content:""}body[data-template=template3] .ti-split-v:before{content:""}body[data-template=template3] .ti-split-h:before{content:""}body[data-template=template3] .ti-smallcap:before{content:""}body[data-template=template3] .ti-shine:before{content:""}body[data-template=template3] .ti-shift-right:before{content:""}body[data-template=template3] .ti-shift-left:before{content:""}body[data-template=template3] .ti-shield:before{content:""}body[data-template=template3] .ti-notepad:before{content:""}body[data-template=template3] .ti-server:before{content:""}body[data-template=template3] .ti-quote-right:before{content:""}body[data-template=template3] .ti-quote-left:before{content:""}body[data-template=template3] .ti-pulse:before{content:""}body[data-template=template3] .ti-printer:before{content:""}body[data-template=template3] .ti-power-off:before{content:""}body[data-template=template3] .ti-plug:before{content:""}body[data-template=template3] .ti-pie-chart:before{content:""}body[data-template=template3] .ti-paragraph:before{content:""}body[data-template=template3] .ti-panel:before{content:""}body[data-template=template3] .ti-package:before{content:""}body[data-template=template3] .ti-music:before{content:""}body[data-template=template3] .ti-music-alt:before{content:""}body[data-template=template3] .ti-mouse:before{content:""}body[data-template=template3] .ti-mouse-alt:before{content:""}body[data-template=template3] .ti-money:before{content:""}body[data-template=template3] .ti-microphone:before{content:""}body[data-template=template3] .ti-menu:before{content:""}body[data-template=template3] .ti-menu-alt:before{content:""}body[data-template=template3] .ti-map:before{content:""}body[data-template=template3] .ti-map-alt:before{content:""}body[data-template=template3] .ti-loop:before{content:""}body[data-template=template3] .ti-location-pin:before{content:""}body[data-template=template3] .ti-list:before{content:""}body[data-template=template3] .ti-light-bulb:before{content:""}body[data-template=template3] .ti-Italic:before{content:""}body[data-template=template3] .ti-info:before{content:""}body[data-template=template3] .ti-infinite:before{content:""}body[data-template=template3] .ti-id-badge:before{content:""}body[data-template=template3] .ti-hummer:before{content:""}body[data-template=template3] .ti-home:before{content:""}body[data-template=template3] .ti-help:before{content:""}body[data-template=template3] .ti-headphone:before{content:""}body[data-template=template3] .ti-harddrives:before{content:""}body[data-template=template3] .ti-harddrive:before{content:""}body[data-template=template3] .ti-gift:before{content:""}body[data-template=template3] .ti-game:before{content:""}body[data-template=template3] .ti-filter:before{content:""}body[data-template=template3] .ti-files:before{content:""}body[data-template=template3] .ti-file:before{content:""}body[data-template=template3] .ti-eraser:before{content:""}body[data-template=template3] .ti-envelope:before{content:""}body[data-template=template3] .ti-download:before{content:""}body[data-template=template3] .ti-direction:before{content:""}body[data-template=template3] .ti-direction-alt:before{content:""}body[data-template=template3] .ti-dashboard:before{content:""}body[data-template=template3] .ti-control-stop:before{content:""}body[data-template=template3] .ti-control-shuffle:before{content:""}body[data-template=template3] .ti-control-play:before{content:""}body[data-template=template3] .ti-control-pause:before{content:""}body[data-template=template3] .ti-control-forward:before{content:""}body[data-template=template3] .ti-control-backward:before{content:""}body[data-template=template3] .ti-cloud:before{content:""}body[data-template=template3] .ti-cloud-up:before{content:""}body[data-template=template3] .ti-cloud-down:before{content:""}body[data-template=template3] .ti-clipboard:before{content:""}body[data-template=template3] .ti-car:before{content:""}body[data-template=template3] .ti-calendar:before{content:""}body[data-template=template3] .ti-book:before{content:""}body[data-template=template3] .ti-bell:before{content:""}body[data-template=template3] .ti-basketball:before{content:""}body[data-template=template3] .ti-bar-chart:before{content:""}body[data-template=template3] .ti-bar-chart-alt:before{content:""}body[data-template=template3] .ti-back-right:before{content:""}body[data-template=template3] .ti-back-left:before{content:""}body[data-template=template3] .ti-arrows-corner:before{content:""}body[data-template=template3] .ti-archive:before{content:""}body[data-template=template3] .ti-anchor:before{content:""}body[data-template=template3] .ti-align-right:before{content:""}body[data-template=template3] .ti-align-left:before{content:""}body[data-template=template3] .ti-align-justify:before{content:""}body[data-template=template3] .ti-align-center:before{content:""}body[data-template=template3] .ti-alert:before{content:""}body[data-template=template3] .ti-alarm-clock:before{content:""}body[data-template=template3] .ti-agenda:before{content:""}body[data-template=template3] .ti-write:before{content:""}body[data-template=template3] .ti-window:before{content:""}body[data-template=template3] .ti-widgetized:before{content:""}body[data-template=template3] .ti-widget:before{content:""}body[data-template=template3] .ti-widget-alt:before{content:""}body[data-template=template3] .ti-wallet:before{content:""}body[data-template=template3] .ti-video-clapper:before{content:""}body[data-template=template3] .ti-video-camera:before{content:""}body[data-template=template3] .ti-vector:before{content:""}body[data-template=template3] .ti-themify-logo:before{content:""}body[data-template=template3] .ti-themify-favicon:before{content:""}body[data-template=template3] .ti-themify-favicon-alt:before{content:""}body[data-template=template3] .ti-support:before{content:""}body[data-template=template3] .ti-stamp:before{content:""}body[data-template=template3] .ti-split-v-alt:before{content:""}body[data-template=template3] .ti-slice:before{content:""}body[data-template=template3] .ti-shortcode:before{content:""}body[data-template=template3] .ti-shift-right-alt:before{content:""}body[data-template=template3] .ti-shift-left-alt:before{content:""}body[data-template=template3] .ti-ruler-alt-2:before{content:""}body[data-template=template3] .ti-receipt:before{content:""}body[data-template=template3] .ti-pin2:before{content:""}body[data-template=template3] .ti-pin-alt:before{content:""}body[data-template=template3] .ti-pencil-alt2:before{content:""}body[data-template=template3] .ti-palette:before{content:""}body[data-template=template3] .ti-more:before{content:""}body[data-template=template3] .ti-more-alt:before{content:""}body[data-template=template3] .ti-microphone-alt:before{content:""}body[data-template=template3] .ti-magnet:before{content:""}body[data-template=template3] .ti-line-double:before{content:""}body[data-template=template3] .ti-line-dotted:before{content:""}body[data-template=template3] .ti-line-dashed:before{content:""}body[data-template=template3] .ti-layout-width-full:before{content:""}body[data-template=template3] .ti-layout-width-default:before{content:""}body[data-template=template3] .ti-layout-width-default-alt:before{content:""}body[data-template=template3] .ti-layout-tab:before{content:""}body[data-template=template3] .ti-layout-tab-window:before{content:""}body[data-template=template3] .ti-layout-tab-v:before{content:""}body[data-template=template3] .ti-layout-tab-min:before{content:""}body[data-template=template3] .ti-layout-slider:before{content:""}body[data-template=template3] .ti-layout-slider-alt:before{content:""}body[data-template=template3] .ti-layout-sidebar-right:before{content:""}body[data-template=template3] .ti-layout-sidebar-none:before{content:""}body[data-template=template3] .ti-layout-sidebar-left:before{content:""}body[data-template=template3] .ti-layout-placeholder:before{content:""}body[data-template=template3] .ti-layout-menu:before{content:""}body[data-template=template3] .ti-layout-menu-v:before{content:""}body[data-template=template3] .ti-layout-menu-separated:before{content:""}body[data-template=template3] .ti-layout-menu-full:before{content:""}body[data-template=template3] .ti-layout-media-right-alt:before{content:""}body[data-template=template3] .ti-layout-media-right:before{content:""}body[data-template=template3] .ti-layout-media-overlay:before{content:""}body[data-template=template3] .ti-layout-media-overlay-alt:before{content:""}body[data-template=template3] .ti-layout-media-overlay-alt-2:before{content:""}body[data-template=template3] .ti-layout-media-left-alt:before{content:""}body[data-template=template3] .ti-layout-media-left:before{content:""}body[data-template=template3] .ti-layout-media-center-alt:before{content:""}body[data-template=template3] .ti-layout-media-center:before{content:""}body[data-template=template3] .ti-layout-list-thumb:before{content:""}body[data-template=template3] .ti-layout-list-thumb-alt:before{content:""}body[data-template=template3] .ti-layout-list-post:before{content:""}body[data-template=template3] .ti-layout-list-large-image:before{content:""}body[data-template=template3] .ti-layout-line-solid:before{content:""}body[data-template=template3] .ti-layout-grid4:before{content:""}body[data-template=template3] .ti-layout-grid3:before{content:""}body[data-template=template3] .ti-layout-grid2:before{content:""}body[data-template=template3] .ti-layout-grid2-thumb:before{content:""}body[data-template=template3] .ti-layout-cta-right:before{content:""}body[data-template=template3] .ti-layout-cta-left:before{content:""}body[data-template=template3] .ti-layout-cta-center:before{content:""}body[data-template=template3] .ti-layout-cta-btn-right:before{content:""}body[data-template=template3] .ti-layout-cta-btn-left:before{content:""}body[data-template=template3] .ti-layout-column4:before{content:""}body[data-template=template3] .ti-layout-column3:before{content:""}body[data-template=template3] .ti-layout-column2:before{content:""}body[data-template=template3] .ti-layout-accordion-separated:before{content:""}body[data-template=template3] .ti-layout-accordion-merged:before{content:""}body[data-template=template3] .ti-layout-accordion-list:before{content:""}body[data-template=template3] .ti-ink-pen:before{content:""}body[data-template=template3] .ti-info-alt:before{content:""}body[data-template=template3] .ti-help-alt:before{content:""}body[data-template=template3] .ti-headphone-alt:before{content:""}body[data-template=template3] .ti-hand-point-up:before{content:""}body[data-template=template3] .ti-hand-point-right:before{content:""}body[data-template=template3] .ti-hand-point-left:before{content:""}body[data-template=template3] .ti-hand-point-down:before{content:""}body[data-template=template3] .ti-gallery:before{content:""}body[data-template=template3] .ti-face-smile:before{content:""}body[data-template=template3] .ti-face-sad:before{content:""}body[data-template=template3] .ti-credit-card:before{content:""}body[data-template=template3] .ti-control-skip-forward:before{content:""}body[data-template=template3] .ti-control-skip-backward:before{content:""}body[data-template=template3] .ti-control-record:before{content:""}body[data-template=template3] .ti-control-eject:before{content:""}body[data-template=template3] .ti-comments-smiley:before{content:""}body[data-template=template3] .ti-brush-alt:before{content:""}body[data-template=template3] .ti-youtube:before{content:""}body[data-template=template3] .ti-vimeo:before{content:""}body[data-template=template3] .ti-twitter:before{content:""}body[data-template=template3] .ti-time:before{content:""}body[data-template=template3] .ti-tumblr:before{content:""}body[data-template=template3] .ti-skype:before{content:""}body[data-template=template3] .ti-share:before{content:""}body[data-template=template3] .ti-share-alt:before{content:""}body[data-template=template3] .ti-rocket:before{content:""}body[data-template=template3] .ti-pinterest:before{content:""}body[data-template=template3] .ti-new-window:before{content:""}body[data-template=template3] .ti-microsoft:before{content:""}body[data-template=template3] .ti-list-ol:before{content:""}body[data-template=template3] .ti-linkedin:before{content:""}body[data-template=template3] .ti-layout-sidebar-2:before{content:""}body[data-template=template3] .ti-layout-grid4-alt:before{content:""}body[data-template=template3] .ti-layout-grid3-alt:before{content:""}body[data-template=template3] .ti-layout-grid2-alt:before{content:""}body[data-template=template3] .ti-layout-column4-alt:before{content:""}body[data-template=template3] .ti-layout-column3-alt:before{content:""}body[data-template=template3] .ti-layout-column2-alt:before{content:""}body[data-template=template3] .ti-instagram:before{content:""}body[data-template=template3] .ti-google:before{content:""}body[data-template=template3] .ti-github:before{content:""}body[data-template=template3] .ti-flickr:before{content:""}body[data-template=template3] .ti-facebook:before{content:""}body[data-template=template3] .ti-dropbox:before{content:""}body[data-template=template3] .ti-dribbble:before{content:""}body[data-template=template3] .ti-apple:before{content:""}body[data-template=template3] .ti-android:before{content:""}body[data-template=template3] .ti-save:before{content:""}body[data-template=template3] .ti-save-alt:before{content:""}body[data-template=template3] .ti-yahoo:before{content:""}body[data-template=template3] .ti-wordpress:before{content:""}body[data-template=template3] .ti-vimeo-alt:before{content:""}body[data-template=template3] .ti-twitter-alt:before{content:""}body[data-template=template3] .ti-tumblr-alt:before{content:""}body[data-template=template3] .ti-trello:before{content:""}body[data-template=template3] .ti-stack-overflow:before{content:""}body[data-template=template3] .ti-soundcloud:before{content:""}body[data-template=template3] .ti-sharethis:before{content:""}body[data-template=template3] .ti-sharethis-alt:before{content:""}body[data-template=template3] .ti-reddit:before{content:""}body[data-template=template3] .ti-pinterest-alt:before{content:""}body[data-template=template3] .ti-microsoft-alt:before{content:""}body[data-template=template3] .ti-linux:before{content:""}body[data-template=template3] .ti-jsfiddle:before{content:""}body[data-template=template3] .ti-joomla:before{content:""}body[data-template=template3] .ti-html5:before{content:""}body[data-template=template3] .ti-flickr-alt:before{content:""}body[data-template=template3] .ti-email:before{content:""}body[data-template=template3] .ti-drupal:before{content:""}body[data-template=template3] .ti-dropbox-alt:before{content:""}body[data-template=template3] .ti-css3:before{content:""}body[data-template=template3] .ti-rss:before{content:""}body[data-template=template3] .ti-rss-alt:before{content:""}body[data-template=template3] .table-responsive{overflow-y:hidden;display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;margin-bottom:15px}body[data-template=template3] .table-responsive .table tbody{border:1px solid #dee2e6}body[data-template=template3] .table-responsive .table tr th,body[data-template=template3] .table-responsive .table tr td{border-right:1px solid #dee2e6;vertical-align:middle}@media (max-width: 414.98px){body[data-template=template3] .table-responsive .table tr th,body[data-template=template3] .table-responsive .table tr td{font-size:16px}}body[data-template=template3] .table-responsive .table tr th.unitPriceHeader,body[data-template=template3] .table-responsive .table tr th.priceHeader,body[data-template=template3] .table-responsive .table tr td.unitPriceHeader,body[data-template=template3] .table-responsive .table tr td.priceHeader{text-align:right}body[data-template=template3] .table-responsive .table tr th:first-child,body[data-template=template3] .table-responsive .table tr td:first-child{border-left:1px solid #dee2e6}body[data-template=template3] .table-responsive.orderReport{overflow:visible!important}@media (max-width: 575.98px){body[data-template=template3] .table-responsive.orderReport.overflowOnResponsive{overflow-x:auto!important}}body[data-template=template3] .table-bordered{background:var(--clr-white)}@keyframes line-scale{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}@-webkit-keyframes line-scale{0%,to{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}}body[data-template=template3] dialog{width:auto;max-width:500px;padding:0;border:0;box-shadow:0 0 20px #0003;overflow:unset!important;cursor:auto}@media (max-width: 767.98px){body[data-template=template3] dialog{margin-left:15px;margin-right:15px}}body[data-template=template3] dialog[data-pos]{width:90%;margin:43px auto 0}body[data-template=template3] dialog .dialog-header{display:flex;justify-content:space-between;align-items:center;padding:0;background:var(--color-secondary-700);position:relative}body[data-template=template3] dialog .dialog-header .dialog-title{margin:0;color:var(--menu-color);font-size:1.2403636364rem;font-weight:500;width:100%;padding:20px 60px 20px 15px;margin-bottom:0!important;text-align:left!important;text-transform:uppercase}@media (max-width: 1279.98px){body[data-template=template3] dialog .dialog-header .dialog-title{width:80%}}body[data-template=template3] dialog .dialog-header button.close{color:var(--clr-black)!important;text-shadow:none;border:1px solid var(--dark-gray);opacity:1!important;font-weight:500!important;display:flex;align-items:center;justify-content:center;font-size:28px!important;position:absolute;top:-20px;right:-10px;background:#fff;width:50px;height:50px;border-radius:50%;z-index:99;background-color:var(--clr-white)}body[data-template=template3] dialog .dialog-header button.close:hover{opacity:1!important;background-color:var(--light-blue);border:1px solid transparent}body[data-template=template3] dialog .dialog-header button.close:hover .icon-close:before{color:var(--clr-white)}@media (max-width: 767.98px){body[data-template=template3] dialog .dialog-header button.close{width:40px;height:40px;font-size:24px!important}}body[data-template=template3] dialog .dialog-header button.close .icon-close{font-size:14px;font-weight:600}body[data-template=template3] dialog .dialog-header button.close .icon-close:before{content:"";font-family:var(--them-icon);color:var(--dark-black)}body[data-template=template3] dialog .dialog-header button.close:focus,body[data-template=template3] dialog .dialog-header button.close.active{box-shadow:none;outline:none}body[data-template=template3] dialog .dialog-footer{padding:10px;display:flex;justify-content:flex-end;column-gap:10px}body[data-template=template3] dialog .dialog-footer button{text-transform:uppercase;background-color:var(--light-blue);color:var(--clr-white);transition:.3s!important;font-size:22px;padding:7px 15px!important;border:1px solid var(--light-blue);letter-spacing:1px;border-radius:5px;width:fit-content;padding:5px 10px;cursor:pointer;display:block!important}@media (max-width: 1599.98px){body[data-template=template3] dialog .dialog-footer button{font-size:13px}}body[data-template=template3] dialog .dialog-footer button.active,body[data-template=template3] dialog .dialog-footer button:focus,body[data-template=template3] dialog .dialog-footer button:active,body[data-template=template3] dialog .dialog-footer button:hover{opacity:.8;transition:.3s!important;color:var(--clr-white)}body[data-template=template3] dialog .dialog-footer button:disabled{opacity:.6;pointer-events:none}body[data-template=template3] dialog .dialog-body{padding:15px;overflow-y:auto!important;max-height:80vh;height:auto;font-size:15px;scrollbar-width:thin;text-align:left!important}body[data-template=template3] dialog .dialog-body .page-heading{text-transform:capitalize;margin:0 0 25px;padding-top:0!important;color:var(--txt-color);font-size:1.2059090909rem;line-height:2.2050909091rem;letter-spacing:.06px;text-align:left;border-bottom:1px solid var(--dark-gray);font-weight:500}body[data-template=template3] dialog .dialog-body::-webkit-scrollbar{width:5px}body[data-template=template3] dialog .dialog-body::-webkit-scrollbar-track{background:#f1f1f1}body[data-template=template3] dialog .dialog-body::-webkit-scrollbar-thumb{background:#c8c8c8}body[data-template=template3] dialog .dialog-body::-webkit-scrollbar-thumb:hover{background:#555}body[data-template=template3] dialog .dialog-body .input-group{display:flex;align-items:center}body[data-template=template3] dialog .dialog-body .input-group .label{margin-bottom:0!important;flex:0 0 200px;max-width:200px}body[data-template=template3] dialog .dialog-body .input-group .fieldWrapper{flex:1 1 auto}body[data-template=template3] dialog .dialog-body .input-group .review-ratings{display:flex;column-gap:5px}body[data-template=template3] dialog .dialog-body .input-group .review-ratings span{font-size:calc(var(--font-body-size) + 2px);cursor:pointer}body[data-template=template3] dialog .dialog-body .input-login-action{display:flex;column-gap:10px;justify-content:flex-end}body[data-template=template3] dialog .dialog-body .input-login-action button{width:fit-content;padding:5px 10px}body[data-template=template3] dialog .dialog-body .input-login-action button.btn_login_guestUserPopup{padding:10px 0}body[data-template=template3] dialog .dialog-body .userDetails .detail{display:flex}body[data-template=template3] dialog .dialog-body .userDetails .detail .detailHeading{flex:0 0 150px;font-weight:var(--font-weight-bold)}body[data-template=template3] dialog .dialog-body .userDetails .detail .detailValue{flex:1 1 auto}body[data-template=template3] dialog .dialog-body .completePamentBtnWrapper{display:flex;column-gap:10px;justify-content:flex-end}body[data-template=template3] dialog .dialog-body .completePamentBtnWrapper .cancelOrder{text-decoration:none;color:var(--txt-color);font-weight:var(--font-weight-bold);font-size:calc(var(--font-body-size) + 2px)}body[data-template=template3] dialog .dialog-body .completePamentBtnWrapper .completeOrder{text-transform:uppercase;background-color:var(--light-blue);color:var(--clr-white);cursor:pointer;transition:.3s!important;border-radius:10px;font-size:22px;padding:7px 15px!important;border:1px solid var(--light-blue);letter-spacing:1px;width:fit-content;padding:5px 10px}@media (max-width: 1599.98px){body[data-template=template3] dialog .dialog-body .completePamentBtnWrapper .completeOrder{font-size:13px}}body[data-template=template3] dialog .dialog-body .completePamentBtnWrapper .completeOrder.active,body[data-template=template3] dialog .dialog-body .completePamentBtnWrapper .completeOrder:focus,body[data-template=template3] dialog .dialog-body .completePamentBtnWrapper .completeOrder:active,body[data-template=template3] dialog .dialog-body .completePamentBtnWrapper .completeOrder:hover{opacity:.8;transition:.3s!important;color:var(--clr-white)}body[data-template=template3] dialog .dialog-body .completePamentBtnWrapper .completeOrder:disabled{opacity:.6;pointer-events:none}body[data-template=template3] dialog .dialog-body .form-group label{font-size:var(--font-body-size);font-weight:var(--font-weight-medium);color:var(--txt-color);line-height:var(--font-body-lineheight);letter-spacing:.32px;margin:0 0 8px;padding:0;text-transform:capitalize;width:100%}body[data-template=template3] dialog .dialog-body .form-group.required label:before{content:"*";color:var(--clr-danger)}body[data-template=template3] dialog::backdrop{background:#0009}body[data-template=template3] dialog.notification{max-width:250px}body[data-template=template3] dialog.notification .dialog-header,body[data-template=template3] dialog.notification .dialog-footer{display:none}body[data-template=template3] dialog.noFooter .dialog-footer{display:none}body[data-template=template3] dialog.fluid-model{width:95%}body[data-template=template4]{scroll-behavior:smooth;margin:0;font-family:Poppins,sans-serif!important;font-size:var(--font-body-size);line-height:1;overflow-y:auto;scrollbar-width:thin!important;background-color:transparent!important}body[data-template=template4] [class^=icon-],body[data-template=template4] [class*=" icon-"]{font-family:thirstBoxer!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body[data-template=template4] .icon-eye .path1:before{content:"";color:#f4313f}body[data-template=template4] .icon-eye .path2:before{content:"";margin-left:-.9775390625em;color:#fff}body[data-template=template4] .icon-lock:before{content:""}body[data-template=template4] .icon-star:before{content:""}body[data-template=template4] .icon-cart:before{content:""}body[data-template=template4] .icon-checkmark:before{content:""}body[data-template=template4] .icon-down-arrow:before{content:""}body[data-template=template4] .icon-facebook:before{content:""}body[data-template=template4] .icon-instagram:before{content:""}body[data-template=template4] .icon-right-arrow:before{content:""}body[data-template=template4] .icon-load:before{content:""}body[data-template=template4] .icon-login:before{content:""}body[data-template=template4] .icon-mail:before{content:""}body[data-template=template4] .icon-menu:before{content:""}body[data-template=template4] .icon-minus:before{content:""}body[data-template=template4] .icon-plus:before{content:""}body[data-template=template4] .icon-print:before{content:""}body[data-template=template4] .icon-share:before{content:""}body[data-template=template4] .icon-quote:before{content:""}body[data-template=template4] .icon-refresh:before{content:""}body[data-template=template4] .icon-left-arrow:before{content:""}body[data-template=template4] .icon-search:before{content:""}body[data-template=template4] .modal .modal-dialog .modal-content{border-radius:0}body[data-template=template4] .modal .modal-dialog .modal-content .modal-header{background:var(--clr-black);border-radius:0;padding:8px}body[data-template=template4] .modal .modal-dialog .modal-content .modal-header .close{color:var(--clr-white);text-shadow:none}body[data-template=template4] .modal .modal-dialog .modal-content .modal-header .close:focus,body[data-template=template4] .modal .modal-dialog .modal-content .modal-header .close.active{box-shadow:none;outline:none}body[data-template=template4] .modal .modal-dialog .modal-content .modal-body{font-weight:var(--font-weight-bold);color:var(--txt-color)}body[data-template=template4] .modal .modal-dialog.success.notification .modal-header,body[data-template=template4] .modal .modal-dialog.success.notification .modal-footer{display:none}body[data-template=template4] dialog{width:auto;max-width:500px;padding:0;border:0;box-shadow:0 0 20px #0003;overflow:unset!important}body[data-template=template4] dialog .dialog-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:var(--color-primary);position:relative}body[data-template=template4] dialog .dialog-header .dialog-title{margin:0;color:#fff!important;text-transform:uppercase;font-size:16px;font-weight:700;width:95%}body[data-template=template4] dialog .dialog-header button.close{color:var(--clr-white)!important;text-shadow:none;opacity:1!important;font-weight:500!important;display:flex;align-items:center;height:16px;width:16px;justify-content:center;font-size:28px!important;background-color:transparent}body[data-template=template4] dialog .dialog-header button.close .icon-close{font-size:14px;font-weight:600}body[data-template=template4] dialog .dialog-header button.close:focus,body[data-template=template4] dialog .dialog-header button.close.active{box-shadow:none;outline:none}body[data-template=template4] dialog .dialog-footer{padding:10px;display:flex;justify-content:flex-end;column-gap:10px}body[data-template=template4] dialog .dialog-footer button{font-size:15px;font-weight:var(--font-weight-bold);text-transform:uppercase;text-align:center;line-height:var(--font-body-lineheight);border:none;background-color:var(--color-secondary-700);color:var(--clr-white);transition:.5s cubic-bezier(.25,.46,.45,.94);display:flex;justify-content:center;align-items:center;border-radius:5px;width:fit-content;padding:5px 10px;cursor:pointer}body[data-template=template4] dialog .dialog-footer button.active,body[data-template=template4] dialog .dialog-footer button:focus,body[data-template=template4] dialog .dialog-footer button:active,body[data-template=template4] dialog .dialog-footer button:hover{box-shadow:none!important;outline:none;border:none!important}body[data-template=template4] dialog .dialog-footer button:hover{background-color:var(--main-color)!important}body[data-template=template4] dialog .dialog-footer button:disabled{opacity:.6;pointer-events:none}body[data-template=template4] dialog .dialog-body{padding:15px;overflow-y:auto!important;max-height:80vh;height:auto;font-size:13px;scrollbar-width:thin}body[data-template=template4] dialog .dialog-body::-webkit-scrollbar{width:5px}body[data-template=template4] dialog .dialog-body::-webkit-scrollbar-track{background:#f1f1f1}body[data-template=template4] dialog .dialog-body::-webkit-scrollbar-thumb{background:#c8c8c8}body[data-template=template4] dialog .dialog-body::-webkit-scrollbar-thumb:hover{background:#555}body[data-template=template4] dialog .dialog-body .input-group{display:flex;align-items:center}body[data-template=template4] dialog .dialog-body .input-group .label{margin-bottom:0!important;flex:0 0 200px;max-width:200px}body[data-template=template4] dialog .dialog-body .input-group .fieldWrapper{flex:1 1 auto}body[data-template=template4] dialog .dialog-body .input-group .review-ratings{display:flex;column-gap:5px}body[data-template=template4] dialog .dialog-body .input-group .review-ratings span{font-size:calc(var(--font-body-size) + 2px);cursor:pointer}body[data-template=template4] dialog .dialog-body .input-login-action{display:flex;column-gap:10px;justify-content:flex-end}body[data-template=template4] dialog .dialog-body .input-login-action button{width:fit-content;padding:5px 10px}body[data-template=template4] dialog .dialog-body .input-login-action button.btn_login_guestUserPopup{padding:10px 0}body[data-template=template4] dialog .dialog-body .userDetails .detail{display:flex}body[data-template=template4] dialog .dialog-body .userDetails .detail .detailHeading{flex:0 0 150px;font-weight:var(--font-weight-bold)}body[data-template=template4] dialog .dialog-body .userDetails .detail .detailValue{flex:1 1 auto}body[data-template=template4] dialog .dialog-body .completePamentBtnWrapper{display:flex;column-gap:10px;justify-content:flex-end}body[data-template=template4] dialog .dialog-body .completePamentBtnWrapper .cancelOrder{text-decoration:none;color:var(--txt-color);font-weight:var(--font-weight-bold);font-size:calc(var(--font-body-size) + 2px)}body[data-template=template4] dialog .dialog-body .completePamentBtnWrapper .completeOrder{font-size:15px;font-weight:var(--font-weight-bold);text-transform:uppercase;text-align:center;line-height:var(--font-body-lineheight);border:none;background-color:var(--color-secondary-700);color:var(--clr-white);transition:.5s cubic-bezier(.25,.46,.45,.94);display:flex;justify-content:center;align-items:center;width:fit-content;padding:5px 10px}body[data-template=template4] dialog .dialog-body .completePamentBtnWrapper .completeOrder.active,body[data-template=template4] dialog .dialog-body .completePamentBtnWrapper .completeOrder:focus,body[data-template=template4] dialog .dialog-body .completePamentBtnWrapper .completeOrder:active,body[data-template=template4] dialog .dialog-body .completePamentBtnWrapper .completeOrder:hover{box-shadow:none!important;outline:none;border:none!important}body[data-template=template4] dialog .dialog-body .completePamentBtnWrapper .completeOrder:hover{background-color:var(--main-color)!important}body[data-template=template4] dialog .dialog-body .completePamentBtnWrapper .completeOrder:disabled{opacity:.6;pointer-events:none}body[data-template=template4] dialog::backdrop{background:#0009}body[data-template=template4] dialog.notification{max-width:250px}body[data-template=template4] dialog.notification .dialog-header,body[data-template=template4] dialog.notification .dialog-footer{display:none}body[data-template=template4] dialog.noFooter .dialog-footer{display:none}body[data-template=template4] dialog[data-pos="3"]{margin:10px 10px auto auto}body[data-template=template4] dialog.fluid-model{width:95%}body[data-template=template4] dialog .pen-color-crousol .swiper.swiper-horizontal{padding:0 35px}body[data-template=template4] dialog .pen-color-crousol .swiper.swiper-horizontal .swiper-button-prev{left:0!important;height:30px;width:30px;box-shadow:none}body[data-template=template4] dialog .pen-color-crousol .swiper.swiper-horizontal .swiper-button-prev:after{width:10px;height:10px;top:9px;left:11px}body[data-template=template4] dialog .pen-color-crousol .swiper.swiper-horizontal .swiper-button-next{right:0!important;height:30px;width:30px;box-shadow:none}body[data-template=template4] dialog .pen-color-crousol .swiper.swiper-horizontal .swiper-button-next:after{width:10px;height:10px;top:9px;left:11px}img{width:100%;height:auto}
