@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)}}@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 .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}@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}@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;background-color:var(--color-primary);text-shadow:none!important;padding:8px 10px;border-radius:0;text-align:center;display:inline-block;transition:all .8s ease-in;font-weight:700}@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}#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(--color-secondary-700)}.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(--color-secondary-700);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:"\20b9";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:red!important;font-size:14px;font-weight:400!important}.changePasswordWrapper form .form-section button.btnSubmit,.registerForm form .form-section button.btnSubmit{max-width:450px!important;width:100%!important}.input-group.has-prepend-text{display:flex;flex-wrap:nowrap!important}.form-helper-text{max-width:450px;margin-top:8px}.form-section-action{margin-top:25px;max-width:450px}.form-section-action .btnSubmit,.form-section-action .btn_login,.form-section-action .forgot_pw{width:100%}.form-section-action .login_btn,.form-section-action .signup_btn,.form-section-action .btn_signup{margin-top:14px;width:100%}.form-section-action .login_btn:hover,.form-section-action .login_btn:focus,.form-section-action .login_btn.active,.form-section-action .signup_btn:hover,.form-section-action .signup_btn:focus,.form-section-action .signup_btn.active,.form-section-action .btn_signup:hover,.form-section-action .btn_signup:focus,.form-section-action .btn_signup.active{outline:none;box-shadow:none;text-decoration:none}.react-login-page,.React-register-page{margin-bottom:45px}.formUserRegister,.ResetPasswordWrapper,.userContactUsForm{margin-bottom:15px}@media (max-width: 1279.98px){.registerForm{padding-left:15px!important;padding-right:15px!important}}.regformImage{display:none}.wrapperDiv{display:flex;margin-bottom:45px;row-gap:15px}@media (max-width: 767.98px){.wrapperDiv{flex-direction:column}}.wrapperDiv #myAccountMenu{flex:0 0 200px;max-width:200px;display:flex;flex-direction:column;gap:15px}@media (max-width: 767.98px){.wrapperDiv #myAccountMenu{flex:0 0 100%;max-width:100%}}@media (max-width: 575.98px){.wrapperDiv #myAccountMenu{display:none}}.wrapperDiv #myAccountMenu .links{display:flex;align-items:flex-end;column-gap:10px;font-size:14px}.wrapperDiv #myAccountMenu .links i{font-size:16px;width:22px;height:22px;display:flex;align-items:flex-end;justify-content:center}.wrapperDiv #myAccountMenu .links.active{font-weight:700;font-size:16px}.wrapperDiv #myAccountMenu .links.active i{font-size:18px;font-weight:700}.wrapperDiv #content{flex:1 1 auto;max-width:calc(100% - 200px);justify-content:flex-end;background:#f2f2f2;border-radius:12px;padding:20px 20px 30px}@media (max-width: 767.98px){.wrapperDiv #content{flex:0 0 100%;max-width:100%}}.wishlistWrapper{display:flex;gap:15px}@media (max-width: 767.98px){.wishlistWrapper{flex-direction:column}}.wishlistWrapper aside{flex:0 0 200px;max-width:200px;display:flex;flex-direction:column;gap:15px;max-height:60vh;overflow-y:auto;padding-right:20px}@media (max-width: 767.98px){.wishlistWrapper aside{flex:0 0 100%;max-width:100%;padding-right:0;max-height:30vh}}@media (max-width: 575.98px){.wishlistWrapper aside{display:none}}.wishlistWrapper aside a{word-wrap:break-word;line-height:18px}.wishlistWrapper aside a.active{font-weight:700!important;font-size:16px!important}.wishlistWrapper aside::-webkit-scrollbar{width:5px}.wishlistWrapper aside::-webkit-scrollbar-track{background:#f1f1f1}.wishlistWrapper aside::-webkit-scrollbar-thumb{background:#c8c8c8}.wishlistWrapper aside::-webkit-scrollbar-thumb:hover{background:#555}.wishlistWrapper #wishlistProductWrapper{flex:1 1 auto;max-width:calc(100% - 200px)}@media (max-width: 767.98px){.wishlistWrapper #wishlistProductWrapper{flex:0 0 100%;max-width:100%}}.wishlistWrapper #wishlistProductWrapper .product-price{margin-bottom:0}.contactFormWrapper #countries{margin-top:8px}.contactFormWrapper .mandatory{color:red}.btnSubmit{font-size:1.0106666667rem;font-weight:var(--font-weight-bold);background-image:var(--theme-btn);text-transform:uppercase;text-align:center;line-height:1.4;border:1px solid var(--clr_7);padding:8px 10px;border-radius:4px;color:var(--clr-white);transition:.5s cubic-bezier(.25,.46,.45,.94);letter-spacing:1.1px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.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: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-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-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}.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-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")}.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")}.footer_payment .payment_item .bg-svgexport_36{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -10px -98px;display:inline-block}.footer_payment .payment_item .bg-svgexport_37{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -10px -54px;display:inline-block}.footer_payment .payment_item .bg-svgexport_38{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -68px -10px;display:inline-block}.footer_payment .payment_item .bg-svgexport_39{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -126px -10px;display:inline-block}.footer_payment .payment_item .bg-svgexport_40{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -10px -10px;display:inline-block}.footer_payment .payment_item .bg-svgexport_41{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -68px -54px;display:inline-block}.footer_payment .payment_item .bg-svgexport_42{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -126px -54px;display:inline-block}.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}.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: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-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-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}.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-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")}.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")}.footer_payment .payment_item .bg-svgexport_36{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -10px -98px;display:inline-block}.footer_payment .payment_item .bg-svgexport_37{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -10px -54px;display:inline-block}.footer_payment .payment_item .bg-svgexport_38{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -68px -10px;display:inline-block}.footer_payment .payment_item .bg-svgexport_39{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -126px -10px;display:inline-block}.footer_payment .payment_item .bg-svgexport_40{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -10px -10px;display:inline-block}.footer_payment .payment_item .bg-svgexport_41{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -68px -54px;display:inline-block}.footer_payment .payment_item .bg-svgexport_42{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -126px -54px;display:inline-block}html,body{scroll-behavior:smooth!important}@media (max-width: 575.98px){.container:has(.swiper){padding-left:7.5px!important;padding-right:7.5px!important}}.homeContainer.container-fluid{padding-left:0!important;padding-right:0!important}@media (max-width: 575.98px){.homeContainer.container-fluid{padding-left:7.5px!important;padding-right:7.5px!important}}.homeContainer.container-fluid .row>.col-lg-12{padding:0}.marginBottom{margin-bottom:45px}@media (max-width: 575.98px){.marginBottom{margin-bottom:15px}}.section_wrapper,.productDetailWrapper{padding-top:15px}@media (max-width: 575.98px){.section_wrapper,.productDetailWrapper{padding-left:7.5px;padding-right:7.5px;padding-top:0}}.trans-btn .theme-button{border:none;background:transparent;background-color:transparent}.swiper-button-prev{left:20px!important;position:absolute}.swiper-button-next:after{content:"";transform:rotate(136deg)!important;left:9px!important}.swiper-button-prev,.swiper-button-next{right:20px;position:absolute;top:50%;z-index:99;border:1px solid #BCBCBC;color:#bcbcbc;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:#fff;opacity:1}.swiper-button-prev:hover,.swiper-button-next:hover{background:var(--clr-white)!important;border:1px solid var(--clr-white)!important}.swiper-button-prev:after,.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;left:13px}.feedback-slider .swiper{position:inherit}.feedback-slider .swiper-pagination{bottom:10px}.sticky-category{padding:12px 0!important;background-color:#f5f5f5!important;position:sticky;z-index:9;top:0}.post-thumbnail-entry,.post-thumbnail-list,.product,.product .product-image,.shop{position:relative}.one-card-fix{padding-left:221px!important}@media (max-width: 1024.98px){.one-card-fix{padding-left:196px!important}}@media (max-width: 991.98px){.one-card-fix{padding-left:238px!important}}@media (max-width: 767.98px){.one-card-fix{padding-left:242px!important}}@media (max-width: 575.98px){.one-card-fix{padding-left:283px!important}}@media (max-width: 414.98px){.one-card-fix{padding-left:0!important}}.list-slider{position:relative}.list-slider .fix-card{min-height:100%;min-width:199px;width:15.4%;position:absolute;top:0;left:0;text-align:center;padding:15px 0;z-index:9}@media (max-width: 1024.98px){.list-slider .fix-card{min-width:170.75px}}@media (max-width: 991.98px){.list-slider .fix-card{min-width:215.75px}}@media (max-width: 767.98px){.list-slider .fix-card{min-width:222.33px}}@media (max-width: 575.98px){.list-slider .fix-card{min-width:260.5px}}@media (max-width: 414.98px){.list-slider .fix-card{position:initial;width:100%;margin-top:20px}}.list-slider .fix-card span{font-size:1rem;display:block;line-height:20px}.compare-presentation{position:relative;cursor:pointer}.compare-presentation .action{visibility:hidden!important}.TopCategoriesCategoryView{max-width:960px;margin:0 auto}.TopCategoriesCategoryView .row{justify-content:center;margin:0!important}.TopCategoriesCategoryView .row div{padding:0!important}.TopCategoriesCategoryView .card-cat{background-color:var(--clr-white)}.TopCategoriesCategoryView .card-cat.product-card-cat{border-radius:.25rem!important;cursor:pointer;display:block;width:auto;border:1px solid transparent;margin:10px}.TopCategoriesCategoryView .card-cat.product-card-cat:hover{box-shadow:0 11px 20px #1550744d;border-color:#95d6ff;overflow:hidden}.TopCategoriesCategoryView .card-cat.product-card-cat:hover .productImage img{transform:scale(1.05)}.TopCategoriesCategoryView .card-cat.product-card-cat .productImage{min-height:145px;background-color:var(--clr-white);width:100%;height:100%;word-wrap:break-word;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.TopCategoriesCategoryView .card-cat.product-card-cat .productImage .img-box{width:100%;text-align:center}.TopCategoriesCategoryView .card-cat.product-card-cat .productImage img{height:60px;width:auto;margin-top:10px}.TopCategoriesCategoryView .card-cat.product-card-cat .productImage .centered{text-align:center;font-size:.9rem;letter-spacing:.7px;display:flex;align-items:center;color:#000;margin-top:15px;line-height:1.4;padding:0 5px}.what-customer-says .align-center-top{padding:3% 5%;display:flex;flex-direction:column;justify-content:center}@media (max-width: 1024.98px){.what-customer-says .align-center-top{padding:6% 5% 5%}}.what-customer-says .flex-box{display:flex;flex-wrap:wrap}@media (max-width: 1024.98px){.what-customer-says .flex-box{flex-direction:column}}.what-customer-says .flex-box .box{width:50%}@media (max-width: 1024.98px){.what-customer-says .flex-box .box{width:100%}}.what-customer-says .flex-box .box.bg-box{background-repeat:no-repeat;background-size:cover;padding:30px;position:relative}.what-customer-says .flex-box .box.bg-box .title{margin-top:0}@media (max-width: 414.98px){.what-customer-says .flex-box .box.bg-box{padding:30px 15px}}.what-customer-says .flex-box .box .title{margin-bottom:20px!important;font-size:1.42857rem!important;color:#333;font-weight:800;letter-spacing:1.6px;position:relative;text-transform:uppercase}.what-customer-says .flex-box .box .title .left-icon{position:absolute;left:-50px;top:-47px}@media (max-width: 575.98px){.what-customer-says .flex-box .box .title .left-icon{left:-38px;top:-25px;max-width:60px}}@media (max-width: 414.98px){.what-customer-says .flex-box .box .title .left-icon{left:-25px;top:-23px}}.what-customer-says .flex-box .box .message span{width:100%;text-align:center;display:block;font-style:italic;font-size:1.1025454545rem;line-height:1.4}.what-customer-says .flex-box .box .message p{background:none;padding:0!important;border:none;font-size:1.1025454545rem;font-weight:300;line-height:1.6;color:#333;margin-bottom:0;letter-spacing:0;text-align:center}.what-customer-says .flex-box .box .author{text-align:center}.what-customer-says .flex-box .box .author h6{padding-bottom:12px;font-size:.92857rem;line-height:1.6;color:#1b75ad;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}.what-customer-says .flex-box .box .feedback-slider{background-color:#fff;border-radius:4px}.what-customer-says .flex-box .box .feedback-slider.trans{background-color:transparent}.what-customer-says .flex-box .box .upcomingWrapper{display:flex;flex-wrap:wrap;padding:20px}.what-customer-says .flex-box .box .upcomingWrapper.brand{padding:20px 0}.what-customer-says .flex-box .box .upcomingWrapper.brand .theme-button-2{text-transform:capitalize}.what-customer-says .flex-box .box .upcomingWrapper .section-header{font-size:1.92857rem;font-weight:700;line-height:36px}@media (max-width: 414.98px){.what-customer-says .flex-box .box .upcomingWrapper .section-header{font-size:1.5rem}}.what-customer-says .flex-box .box .upcomingWrapper .upcomingInfo{flex:0 0 45%;max-width:45%}@media (max-width: 1024.98px){.what-customer-says .flex-box .box .upcomingWrapper .upcomingInfo{flex:0 0 100%;max-width:100%;flex-wrap:wrap;min-height:auto;margin-bottom:40px}}@media (max-width: 414.98px){.what-customer-says .flex-box .box .upcomingWrapper .upcomingInfo{margin-bottom:20px}}@media (max-width: 1024.98px){.what-customer-says .flex-box .box .upcomingWrapper .upcomingInfo{display:flex;flex-direction:column;justify-content:center}}.what-customer-says .flex-box .box .upcomingWrapper .upcomingInfo p{margin:15px 0 30px;font-size:1.14286rem;color:#333}.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec{display:inline-flex;flex-wrap:nowrap;flex:0 0 55%;max-width:55%;position:relative;min-height:220px}.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec .row div{position:inherit}@media (max-width: 1024.98px){.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec{flex:0 0 100%;max-width:100%;flex-wrap:wrap;min-height:auto}}@media (max-width: 1024.98px){.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec{display:flex;justify-content:space-between;align-items:center}}.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec .spec-rank{position:absolute;border:1px solid #e0e0e0;box-shadow:0 6px 12px #0000001a}@media (max-width: 1024.98px){.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec .spec-rank{width:48%;position:initial;padding:20px 30px;margin-bottom:30px}}@media (max-width: 767.98px){.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec .spec-rank{padding:15px;margin-bottom:15px;width:100%}}.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec .spec-rank img{height:100px;width:100px;object-fit:contain}@media (max-width: 1024.98px){.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec .spec-rank img{width:100%!important;height:150px!important}}.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec .spec-rank.rank-1{top:53%}.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec .spec-rank.rank-1 img{width:157px}.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec .spec-rank.rank-2{right:-5px}.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec .spec-rank.rank-2 img{width:105px}.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec .spec-rank.rank-3{left:50px;top:0}.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec .spec-rank.rank-3 img{width:110px}.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec .spec-rank.rank-4{right:35px;bottom:35px}.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec .spec-rank.rank-4 img{width:65px;height:65px}.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec .spec-rank.rank-5{top:50px;left:0}.what-customer-says .flex-box .box .upcomingWrapper .upcomingImageSec .spec-rank.rank-5 img{width:40px;height:40px}.brands-image{display:flex;align-items:center}.brands-image .image{margin-right:40px;max-width:100px}.home-banner{margin-bottom:-14px}.home-banner img{width:100%}.form-login{max-width:400px;box-shadow:0 10px 50px #acbdcb80;padding:45px 50px}.form-login.login-100{max-width:100%!important}.form-login input{font-size:.9rem;color:#000}.form-login input::placeholder{font-size:.9rem}.form-login input:hover,.form-login input:focus{border:none!important;border-bottom:1px solid #c7c7c7!important}.form-login .companyLogo{margin-bottom:30px}.form-login .page-heading{font-size:1.71429rem;line-height:32px;letter-spacing:.06px;color:#333;font-weight:700;margin:25px 0}.form-login .forgot-password{text-align:right;margin-top:5px;font-size:1rem;margin-bottom:25px;color:#1c65d3;display:block}.form-login #Check{color:#fff;padding:8px 10px;transition:.3s;font-size:1rem;font-weight:700;letter-spacing:1.6px;display:block;position:relative;overflow:hidden;background-color:#14b474;border:0;margin-top:10px;text-transform:uppercase;border-radius:4px!important}.form-login .register{margin-top:50px;padding:0 25px 0 0;font-size:1rem;color:#1c65d3;position:relative;display:block;font-weight:var(--font-body-weight)}.loginRight{display:none}.loginRight h2{text-align:center;font-size:2.28571rem;font-weight:300;letter-spacing:.08px;line-height:43px}.login{max-width:1100px;margin:0 auto}@keyframes hvr-icon-up{0%,50%,to{transform:translateY(0)}25%,75%{transform:translateY(-6px)}}.collection-element{position:relative}.collection-element .product-list{padding:30px 0}.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}.collection-element .list-title .title:before{content:"";width:125%;height:2px;background:#444;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.collection-element .list-title .title:after{content:"\e912";font-family:thirstboxer!important;position:absolute;bottom:-10px;left:50%;transform:translate(-50%);color:var(--color-primary);font-size:18px}.collection-element .section_padding_bottom{opacity:0;transform:translateY(50px);transition:.2s ease-out}.collection-element .section_padding_bottom.in-view{opacity:1;transform:translateY(0)}#newarrivals{padding:60px 0}#newarrivals .swiper-slide{height:auto}@media (max-width: 1024.98px){#newarrivals{padding:30px 0}}@media (min-width: 1365px){#newarrivals{min-height:576px}}@media (min-width: 1919px){#newarrivals{min-height:653px}}.list-title{margin-bottom:30px}@media (max-width: 767.98px){.list-title{margin-bottom:15px}}.list-title a{min-width:100px;text-align:right}.upcomingInfo .theme-button-2{text-transform:uppercase}.homepage-banner{max-width:1920px;margin:auto}.homepage-banner .swiper{z-index:0}@media (max-width: 1279.98px){.homepage-banner{margin-top:0}}.homepage-banner .t-slider{height:100%}.homepage-banner img{width:100%;height:100%}@media (max-width: 1024.98px){.homepage-banner img{min-height:auto;height:65vh;max-height:370px}}@media (max-width: 767.98px){.homepage-banner img{min-height:auto;height:100%;max-height:100%}}.homepage-banner .nav{display:none}.homepage-banner .swiper-slide{position:relative}.homepage-banner .swiper-slide .bannerBtn{position:absolute;bottom:100px;left:49%;border-radius:100px;background:#FFF;height:55px;line-height:55px;padding:0 50px;color:#444;font-size:15px;font-style:normal;font-weight:400;letter-spacing:.45px;text-transform:capitalize}@media (min-width: 1920px){.homepage-banner .swiper-slide .bannerBtn{bottom:140px}}@media (min-width: 2600px){.homepage-banner .swiper-slide .bannerBtn{bottom:200px}}@media (max-width: 1279.98px){.homepage-banner .swiper-slide .bannerBtn{bottom:75px}}@media (max-width: 1024.98px){.homepage-banner .swiper-slide .bannerBtn{bottom:40px;height:40px;line-height:40px;padding:0 30px}}@media (max-width: 767.98px){.homepage-banner .swiper-slide .bannerBtn{bottom:20px;left:49%;padding:0 15px;color:#444;font-size:10px;line-height:30px;height:30px}}@media (max-width: 361px){.homepage-banner .swiper-slide .bannerBtn{padding:0 10px;line-height:22px;height:22px}}.homepage-banner .swiper-slide:nth-child(2) .bannerBtn{bottom:160px;left:7%}@media (min-width: 1920px){.homepage-banner .swiper-slide:nth-child(2) .bannerBtn{bottom:160px}}@media (min-width: 2600px){.homepage-banner .swiper-slide:nth-child(2) .bannerBtn{bottom:200px}}@media (max-width: 1279.98px){.homepage-banner .swiper-slide:nth-child(2) .bannerBtn{bottom:75px}}@media (max-width: 1024.98px){.homepage-banner .swiper-slide:nth-child(2) .bannerBtn{bottom:40px}}@media (max-width: 767.98px){.homepage-banner .swiper-slide:nth-child(2) .bannerBtn{bottom:20px;left:7%}}.homepage-banner .swiper-slide:nth-child(3) .bannerBtn{bottom:110px;left:30%}@media (min-width: 1920px){.homepage-banner .swiper-slide:nth-child(3) .bannerBtn{bottom:160px}}@media (min-width: 2600px){.homepage-banner .swiper-slide:nth-child(3) .bannerBtn{bottom:200px}}@media (max-width: 1279.98px){.homepage-banner .swiper-slide:nth-child(3) .bannerBtn{bottom:60px}}@media (max-width: 1024.98px){.homepage-banner .swiper-slide:nth-child(3) .bannerBtn{bottom:40px}}@media (max-width: 767.98px){.homepage-banner .swiper-slide:nth-child(3) .bannerBtn{bottom:30px;left:30%}}.homepage-banner .swiper-slide:nth-child(4) .bannerBtn{bottom:60px;left:70%}@media (min-width: 1920px){.homepage-banner .swiper-slide:nth-child(4) .bannerBtn{bottom:55px}}@media (min-width: 2600px){.homepage-banner .swiper-slide:nth-child(4) .bannerBtn{bottom:60px}}@media (max-width: 1279.98px){.homepage-banner .swiper-slide:nth-child(4) .bannerBtn{bottom:25px}}@media (max-width: 1024.98px){.homepage-banner .swiper-slide:nth-child(4) .bannerBtn{bottom:25px}}@media (max-width: 767.98px){.homepage-banner .swiper-slide:nth-child(4) .bannerBtn{bottom:12px;left:65%}}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6)}.modal-main{position:fixed;background:white;width:80%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.display-block{display:block!important}.display-none{display:none!important}.modal-main form{overflow:auto;height:425px}.prod-sortoption{display:flex;align-items:center;flex-wrap:wrap}@media (max-width: 575.98px){.prod-sortoption span,.prod-sortoption select{font-size:14px!important}}.prod-sortoption span{font-size:1rem;font-weight:400;line-height:1.5;color:#212529;display:none}.prod-sortoption .select-wrap .sortByDropDown select{display:flex;flex-wrap:wrap;font-size:1.0336363636rem;line-height:22px;color:#444;border:none;outline:none}.prod-sortoption .select-wrap .sortByDropDown select option{color:#444;padding:2px 5px;font-size:1.0336363636rem;transition:.3s;cursor:pointer;display:block}.prod-sortoption .select-wrap .sortByDropDown select option:hover{background-color:#1c65d3!important}.add-to-cart{text-align:left}.add-to-cart .pen-color-crousol .title{display:none}.add-to-cart .pen-color-crousol .crousol-box .swiper .swiper-wrapper .swiper-slide .pen-color-img{border:none}.add-to-cart .pen-color-crousol .crousol-box .swiper .swiper-wrapper .swiper-slide .active{border:1px solid #51a3b1}.add-to-cart .sku-container{display:inline-block;width:100%;background-color:#fff;border:solid 1px #ececec;margin-bottom:10px}.add-to-cart .sku-container input{max-width:100%;border:solid 1px #ccc;padding-left:5px}.add-to-cart .sku-container .form-control{color:#5e5f5f;background-color:#ecf0f1}.add-to-cart .sku-container .size:last-child{border-right:none}.add-to-cart .sku-container .size{display:inline-block;vertical-align:top;width:50%;padding:10px;border-right:solid 1px #f2f2f2}.add-to-cart .sku-container .label{color:#888;display:inline-block;width:100%;text-align:left;padding-left:0;font-size:13px;margin:10px 0}#feature-category .list-title{justify-content:center}.strike{text-decoration:line-through;color:red}.price-span.strike{padding-right:10px}.aboutUs{padding:40px 80px!important}@media (max-width: 1024.98px){.aboutUs{padding:60px 80px 40px!important}}@media (max-width: 767.98px){.aboutUs{padding:60px 15px 40px!important}}.aboutUs .abtTitle{color:var(--clr-black);font-size:28px;font-style:normal;font-weight:400;padding-bottom:45px;text-transform:uppercase;position:relative}@media (max-width: 1024.98px){.aboutUs .abtTitle{text-align:center}}.aboutUs .abtTitle:before{content:"";width:200px;height:2px;background:var(--color-text);position:absolute;bottom:25px;left:50%;transform:translate(-50%)}@media (max-width: 1279.98px){.aboutUs .abtTitle:before{width:150px}}.aboutUs .abtTitle:after{content:"\e912";font-family:thirstboxer!important;position:absolute;bottom:15px;left:50%;transform:translate(-50%);color:var(--color-primary);font-size:18px}@media (max-width: 1024.98px){.aboutUs .abtTitle:after{left:50%}}.aboutUs .abtInfo{font-size:15px;font-style:normal;font-weight:400;line-height:22px}@media (max-width: 1024.98px){.aboutUs .abtInfo{padding-bottom:30px}}.aboutUs .abtRightInfo{padding-bottom:20px}.aboutUs .abtRightInfo h4{font-size:20px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.6px;text-transform:capitalize}.aboutUs .abtRightInfo p{font-size:15px;font-style:normal;font-weight:400;line-height:22px;padding:10px 0 0}.aboutUs .abtImg{display:flex;justify-content:center;padding:30px 0 0}.aboutUs .abtImg img{margin:0 20px}.offerBanner img{width:100%}.testimonialSection{padding:0 80px!important;background-color:var(--clr_background);display:block;width:100%;position:relative;max-width:1920px;margin:0 auto}.testimonialSection .swiper{z-index:0}.testimonialSection .swiper-pagination{position:relative;top:-40px}@media (max-width: 1279.98px){.testimonialSection .swiper-pagination{top:unset}}@media (max-width: 1279.98px){.testimonialSection{padding:60px 80px 40px!important}}@media (max-width: 1024.98px){.testimonialSection{padding:30px 15px 40px!important}}.testimonialSection .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 .sectionTitle .title{top:0}}.testimonialSection .sectionTitle .title:before{content:"";width:210px;height:2px;background:var(--color-text);position:absolute;bottom:-15px;left:50%;transform:translate(-50%)}.testimonialSection .sectionTitle .title:after{content:"\e912";font-family:thirstboxer!important;position:absolute;bottom:-24px;left:50%;transform:translate(-50%);color:var(--color-primary);font-size:18px}.testimonialSection .testimonial{display:flex;align-items:center;justify-content:center}@media (max-width: 1279.98px){.testimonialSection .testimonial{flex-direction:column}}.testimonialSection .testimonial .authorImg{width:33%;padding-right:50px}@media (min-width: 1600px){.testimonialSection .testimonial .authorImg{max-width:29%}}@media (max-width: 1279.98px){.testimonialSection .testimonial .authorImg{width:100%;text-align:center;padding:30px 0 0}}.testimonialSection .testimonial .testimonialInfo{width:auto;margin-bottom:0;position:relative;margin-top:60px;max-width:65%}@media (min-width: 1600px){.testimonialSection .testimonial .testimonialInfo{max-width:70%}}@media (max-width: 1024.98px){.testimonialSection .testimonial .testimonialInfo{width:100%;margin-top:20px;max-width:100%}}.testimonialSection .testimonial .testimonialInfo .quote1_img{position:absolute;top:-50px;left:0}.testimonialSection .testimonial .testimonialInfo .quote2_img{position:absolute;right:0;bottom:-40px}@media (max-width: 1279.98px){.testimonialSection .testimonial .testimonialInfo .quote2_img{bottom:-10px}}.testimonialSection .testimonial .testimonialInfo .testimData{position:relative;width:auto;display:inline-block}.testimonialSection .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 .testimonial .testimonialMessage{padding-bottom:30px}}.testimonialSection .testimonial .authorName{text-align:justify;font-size:15px;font-style:normal;font-weight:700;line-height:22px;color:var(--color-text)}.homepage-banner .swiper-slide a{display:block}.homepage-banner .slides-container{position:relative}.homepage-banner .swiper-pagination{position:absolute;bottom:30px;transform:translate(-50%);left:50%;z-index:10}@media (max-width: 767.98px){.homepage-banner .swiper-pagination{bottom:12px}}.homepage-banner .swiper-pagination .swiper-pagination-bullet{height:8px;width:8px;background-color:#fff!important;border:1px solid #fff!important}.homepage-banner .swiper-pagination .swiper-pagination-bullet:after{border:1px solid #fff!important;height:14px!important;width:14px!important}.homepage-banner .image-container{width:100%;height:100%;max-width:1920px;max-height:870px;display:flex;justify-content:center;align-items:center;background-color:#f1f1f1;overflow:hidden}.homepage-banner .image-container .img-fluid{width:100%;height:auto}.tabWrapper{display:flex;flex-wrap:wrap;justify-content:center}@media (max-width: 1024.98px){.tabWrapper .loginRight{margin-top:15px}}.tabWrapper .loginRight h2{text-align:center;font-size:2.2050909091rem;font-weight:300;letter-spacing:.08px;line-height:43px}@media (max-width: 575.98px){.tabWrapper .loginRight h2{font-size:1.6538181818rem;line-height:30px}}.tabWrapper .loginRight img{width:auto;height:auto;max-height:520px}.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-top:0}.orderReportWrapper .editor-table{border:none}.orderReportWrapper .editor-table table,.orderReportWrapper .editor-table table #reqorderList{border:none;outline:none}.orderReportWrapper .editor-table table #reqorderList .norecords{float:left;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;background-color:#fff;margin-bottom:50px;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>.item-data .orderIdHeader,.orderReport .custom-table .custom-table-body>.item-data .dateHeader,.orderReport .custom-table .custom-table-body>.item-data .orderNumber,.orderReport .custom-table .custom-table-body>.item-data .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>.item-data .statusHeader,.orderReport .custom-table .custom-table-body>.item-data .freightHeader,.orderReport .custom-table .custom-table-body>.item-data .status,.orderReport .custom-table .custom-table-body>.item-data .freightBody{width:12%!important}.orderReport .custom-table .custom-table-header .shipHeader,.orderReport .custom-table .custom-table-header .billHeader,.orderReport .custom-table .custom-table-body>.item-data .shipHeader,.orderReport .custom-table .custom-table-body>.item-data .billHeader{width:22%!important;max-width:100%;white-space:normal;border:20px 20px}.orderReport .custom-table .custom-table-header .shipBody,.orderReport .custom-table .custom-table-header .billBody,.orderReport .custom-table .custom-table-body>.item-data .shipBody,.orderReport .custom-table .custom-table-body>.item-data .billBody{width:22%!important;word-break:break-all;text-align:center}.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>.item-data .amountHeader,.orderReport .custom-table .custom-table-body>.item-data .orderDetailHeader,.orderReport .custom-table .custom-table-body>.item-data .amountBody,.orderReport .custom-table .custom-table-body>.item-data .orderDetailsBody{width:6%!important}.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}.tableBodyCell{font-size:.875rem;letter-spacing:.54px;line-height:22px;padding:20px;text-align:center}.table-cell{border:1px solid #efefef!important}.containerDIV{margin:20px;outline-color:#cfcfcf}.test{overflow:hidden}.orderdetailExpand{display:flex;justify-content:flex-start;flex-wrap:wrap;column-gap:15px;border-bottom:1px solid #ccc;padding-bottom:20px}.orderdetailExpand .orderdetailCon{flex:0 0 calc(33.3333333333% - 15px);max-width:calc(33.3333333333% - 15px);font-size:16px;line-height:22px;border-right:1px solid #ccc}.orderReport .custom-table-body tr{border:1px solid #ccc}#guestUserPopup .dialog-body{margin:30px}#guestUserPopup .dialog-body div{width:100%}.product-image{position:relative;display:flex}@media (max-width: 1024.98px){.product-image{margin-bottom:20px}}.add-cart-box+section{opacity:0;transform:translateY(50px);transition:.2s ease-out}.add-cart-box+section.in-view{opacity:1;transform:translateY(0)}.details-page .product-image div#myresult{opacity:0;width:350px;height:330px;position:absolute;top:0;left:100%;z-index:1;overflow:hidden;background-position:-521.75px -166.625px;text-align:center;background-color:#fff;float:left;background-size:1500px 1500px;border:3px solid #d4d4d4;transform:scale(1);background-repeat:no-repeat}@media (max-width: 1024.98px){.details-page .product-image div#myresult{display:none}}.details-page .product-image .pen-color-img .img-zoom-lens{position:absolute;border:3px solid #d4d4d4;width:100px;height:100px;opacity:0;visibility:hidden;transition:.2s}@media (max-width: 1024.98px){.details-page .product-image .pen-color-img .img-zoom-lens{display:none}}.details-page .product-image .pen-color-img:hover .img-zoom-lens{opacity:1;visibility:visible}.details-page .product-image .pen-color-img:hover+div#myresult{opacity:1;visibility:visible}.details-page .product-image .pen-color-img .LargImage div{display:none!important}.action-box{display:flex;position:absolute;right:0}.action-box .action-icon .icon{font-size:25px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(180deg,#21c07b 0%,#02a36b 50%,#21c07b 100%)}.action-box .action-icon .icon i{color:var(--clr-white)}.detail-content{opacity:0;transform:translate(50px);transition:.5s ease-out}.detail-content.in-view{opacity:1;transform:translateY(0)}.detail-content .prodCode h5{color:#999;font-size:1.14286rem;font-weight:700;letter-spacing:-.04px;line-height:22px}.detail-content .title h2{color:var(--color-text);font-size:1.3781818182rem;letter-spacing:0;line-height:22px;margin-bottom:10px}.detail-title h1{color:#333;font-size:1.71429rem;letter-spacing:0;line-height:32px;margin:10px 0;text-transform:capitalize}@media (max-width: 991.98px){.detail-title{margin:15px 0 0}}.product-rating{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #c6c6c6}.product-rating i{color:#ebc117}.product-rating a{color:#1c65d3;transition:.3s;font-size:1rem;font-weight:600;letter-spacing:-.03px;line-height:19px;cursor:pointer}.product-pricing{margin-bottom:20px}.product-pricing table{border:1px solid #c6c6c6;font-size:1.14286rem}.product-pricing table tr{border:0}.product-pricing table tr th{text-align:left;border-right:1px solid #c6c6c6;font-size:1.14286rem}.product-pricing table tr td{border-right:1px solid #c6c6c6;padding:.5rem .75rem;border-top:0;font-size:1.14286rem}tbody{display:table-row-group;vertical-align:middle;border-color:inherit}.pen-color-img{border:1px solid #c6c6c6;cursor:pointer}.pen-color-img.active{border:2px solid #3285b9}.img-size{width:200px}.high-res-image-container{justify-content:space-evenly}.note-text{color:#777;font-size:.92857rem;font-weight:600;line-height:18px;margin-top:5px}.add-cart-box{opacity:0;transform:translateY(50px);transition:.2s ease-out;margin-top:0}.add-cart-box.in-view{opacity:1;transform:translateY(0)}@media (max-width: 767.98px){.add-cart-box{margin-top:40px}}.add-cart-box .box{display:flex;padding:40px 20px;background:var(--clr_background);border-radius:20px;margin-top:0;justify-content:space-between;display:none}@media (max-width: 767.98px){.add-cart-box .box{flex-direction:column}}.add-cart-box .box label{color:var(--color-text);font-size:20px;font-style:normal;font-weight:400;line-height:normal}.add-cart-box .box .MinQty{width:20%}@media (max-width: 767.98px){.add-cart-box .box .MinQty{width:100%}}.add-cart-box .box .MinQty p{font-size:20px;font-weight:400;color:#444!important;line-height:27px}.add-cart-box .box .MinQty label.minQty{background-color:transparent;border-radius:100px!important;border:1px solid #262223;padding:2px 20px;margin-top:15px;display:flex;height:41px;align-items:center}.add-cart-box .box .MinQty label.minQty button{width:25%;outline:none!important;border:none!important;-webkit-appearance:none;appearance:none}.add-cart-box .box .MinQty label.minQty button:first-child{margin-bottom:4px}.add-cart-box .box .MinQty input{background-color:transparent;border-radius:0;border:none;padding:0;color:var(--color-text);font-size:15px;font-style:normal;font-weight:400;width:50%;text-align:center}@media (max-width: 767.98px){.add-cart-box .box .MinQty input{width:50%}}.add-cart-box .box .MinQty input::placeholder{color:var(--color-text);font-size:15px;font-style:normal;font-weight:400;line-height:25px}.add-cart-box .box .imprintMethod{width:75%}@media (max-width: 767.98px){.add-cart-box .box .imprintMethod{width:100%}}.add-cart-box .box .imprintMethod label{position:relative;font-size:0}.add-cart-box .box .imprintMethod label:before{content:"Decoration Method";color:var(--color-text);font-size:20px;font-style:normal;font-weight:400;line-height:normal}.add-cart-box .box .imprintMethod label:after{content:"\e902";font-family:thirstBoxer;bottom:13px;position:absolute;right:15px;font-size:12px}.add-cart-box .box .imprintMethod select{background-color:transparent;border-radius:100px!important;border:1px solid #262223;padding:0 20px;color:var(--color-text);font-size:15px;font-style:normal;font-weight:400;line-height:25px;margin-top:15px;appearance:none;height:41px;-webkit-appearance:none;position:relative;width:100%}.color-select-box{border:solid 1px #d4d4d4;border-radius:5px;padding:5px;margin-top:10px;width:calc(100% - 26px);margin-right:auto;max-height:115px;height:65px;overflow:hidden;overflow-y:auto}.color-select-box input{vertical-align:sub;margin-right:5px}.actions-hover{flex-wrap:wrap}.actions-hover .icon{margin-bottom:30px;text-align:center;transform:translateZ(0);cursor:pointer;padding:0 20px}@media (max-width: 1024.98px){.actions-hover .icon{margin-left:-1px}}.actions-hover .icon:first-child:before{background-color:transparent}@media (max-width: 1024.98px){.actions-hover .icon:first-child:before{background-color:#979797}}@media (max-width: 1024.98px){.actions-hover .icon:after{content:""!important;margin-left:-1px}}.actions-hover .icon:before{content:"";left:0;right:auto}.actions-hover .icon:after{content:none;right:0;left:auto}.actions-hover .icon:before,.actions-hover .icon:after{width:1px;height:50px;position:absolute;top:50%;transform:translateY(-50%);background-color:#979797}.actions-hover .icon:hover .icons-img{animation-name:hvr-icon-up;animation-duration:.75s;animation-timing-function:ease-out}.actions-hover .icon:hover .icons-img i,.actions-hover .icon:hover p{color:#21c07b}.actions-hover .icon i{font-size:2.14286rem;margin-bottom:10px;color:#333;transition:.3s}.actions-hover .icon p{color:var(--clr-black);font-size:.9rem;font-weight:700;letter-spacing:-.1px;line-height:18px;transition:.3s;width:90px;margin:auto}.title-2 .title-text{font-size:1.42857rem!important;font-weight:700;letter-spacing:1px;line-height:20px;text-transform:uppercase;border-bottom:2px solid #525252;margin:30px 0;pointer-events:none;padding-bottom:10px}.detail-table tr td:first-child{width:200px}@media (max-width: 414.98px){.detail-table tr td:first-child{width:140px}}.detail-table ul li{line-height:1.5rem}.reviewlist{display:flex;border:1px solid #c6c6c6}.reviewlist .image-date-wrapper{display:flex;flex-wrap:wrap;padding:15px}.reviewlist .image-date-wrapper .image{width:auto!important;margin-right:10px;padding-right:15px}.reviewlist .image-date-wrapper .review-date span{font-size:.92857rem;letter-spacing:-.03px;line-height:18px}.reviewlist .image-date-wrapper i.fa.fa-star-half-o{color:#ebc117}.reviewlist .content{padding:15px;border-left:1px solid #c6c6c6;margin-left:20px;display:flex;-webkit-box-orient:vertical;flex:1;flex-flow:column;flex-direction:normal}.reviewlist .content .heading.review-heading{font-size:.92857rem;font-weight:700;letter-spacing:-.03px;line-height:18px;margin-bottom:5px;-webkit-box-ordinal-group:3}.frequently-bought-withoutslider .frequently-heading{margin:0 0 30px}.frequently-bought-withoutslider .frequently-heading h3{font-size:1.42857rem!important;font-weight:700;letter-spacing:1px;line-height:20px;text-transform:uppercase}.frequently-bought-withoutslider .frequently-body{position:relative;display:flex;justify-content:flex-start;margin-bottom:30px;flex-wrap:wrap}.frequently-bought-withoutslider .frequently-body .freq-product{display:inline-flex;align-items:center;border-right:1px solid #e3e3e3;padding:10px 20px;position:relative;background-color:#fff}.frequently-bought-withoutslider .frequently-body .freq-product.remove:after{content:none}@media (max-width: 575.98px){.frequently-bought-withoutslider .frequently-body .freq-product{border-right:none;border-bottom:1px solid #e3e3e3}}.frequently-bought-withoutslider .frequently-body .freq-product .freq-img{flex:0 0 30%;max-width:30%}.frequently-bought-withoutslider .frequently-body .freq-product .freq-product-data{flex:0 0 70%;padding-left:30px;margin-top:15px;max-width:70%}.frequently-bought-withoutslider .frequently-body .freq-product .freq-product-data a.product-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;display:block;color:#000;font-weight:300!important;font-size:1rem;width:235px}.frequently-bought-withoutslider .frequently-body .freq-product .freq-product-data .price-wrap{color:#1b75ad;letter-spacing:.6px;font-size:.85714rem;text-transform:uppercase;min-height:45px;font-weight:700;margin-top:5px}.frequently-bought-withoutslider .frequently-body .freq-product:after{content:"+";position:absolute;top:50%;right:-12px;background-color:#fff;z-index:1;color:#1b75ad;font-size:2.14286rem}@media (max-width: 575.98px){.frequently-bought-withoutslider .frequently-body .freq-product:after{inset:auto auto -15px 50%}}.frequently-bought-withoutslider .frequently-body .freq-totalprice{background-image:linear-gradient(171deg,#1ebd78 0%,#03a46b 100%);display:flex;align-content:center;flex-wrap:wrap;justify-content:center;height:100%}.frequently-bought-withoutslider .frequently-body .freq-totalprice h6{margin:0;color:#fff;font-size:1rem;text-transform:uppercase;letter-spacing:1.6px;line-height:36px;flex:0 0 100%;text-align:center}.frequently-bought-withoutslider .frequently-body .freq-totalprice h5{color:#fff;font-size:1.14286rem;letter-spacing:2.4px;text-transform:uppercase;line-height:36px;flex:0 0 100%;text-align:center;font-weight:700}@media (max-width: 575.98px){.frequently-bought-withoutslider .frequently-body .freq-savewishlist{margin-top:20px}}.frequently-bought-withoutslider .frequently-body .freq-savewishlist .icon{font-family:ewiz!important;color:#fff;text-align:center;border-radius:50px;min-height:40px;height:40px;font-size:1.2rem;background-image:linear-gradient(180deg,#3285b9 0%,#1b75ad 100%);min-width:40px;width:40px;line-height:40px}.frequently-bought-withoutslider .frequently-body .freq-savewishlist button{background:0;border:0;font-size:13px;position:relative;padding-left:10px;cursor:pointer}.tabs-titles{list-style:none;padding:0 0 0 5px;margin:0;display:flex}.tab-title{display:inline-block;padding-bottom:10px;color:#000;cursor:pointer;margin:0 30px 0 1px;font-size:22px;position:relative;font-weight:700}.tab-title--active{pointer-events:none;color:#3285b9}.tab-title--active:before{content:"";border-bottom:2px solid #3285b9;position:absolute;width:100%;bottom:-1px;left:0;transition:all .5s ease}.tab-content{margin:0}.tab-title-name-disable .title-main-wrapper .list-title,.tab-title-viewAll-disable .title-main-wrapper .list-title a{display:none}.mediaListImage{border:none}.mediaImageHeading{margin-top:25px;position:relative;z-index:0}.mediaImageHeading .pen-color-img{width:70px;height:70px;border:none}.mediaImageHeading .pen-color-img img{width:100%;height:100%;border:none;opacity:.6}.mediaImageHeading .pen-color-img img.active{opacity:1}.mediaImageHeading .swiper{width:80%;height:100%;position:unset}.mediaImageHeading .swiper .swiper-slide{opacity:1!important;display:none}.mediaImageHeading .swiper .swiper-slide.content-slide{display:block}.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}.mediaImageHeading .swiper .swiper-button-prev:after{content:"\e910";font-family:thirstBoxer;font-size:20px;left:39%;top:22%;transform:rotate(0) translate(-50%);border:0;text-indent:0;color:#333}.mediaImageHeading .swiper .swiper-button-prev.swiper-button-disabled:after,.mediaImageHeading .swiper .swiper-button-next.swiper-button-disabled:after{color:#ccc}.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}.mediaImageHeading .swiper .swiper-button-next:after{content:"\e910";font-family:thirstBoxer;font-size:20px;left:39%!important;top:50%!important;transform:rotate(180deg) translate(-50%)!important;border:0;text-indent:0;color:#333}.hide-Wishlist-detail{display:none}.card-quantity{padding:.75rem 1.25rem;margin-bottom:0;background-color:#00000008;border-bottom:1px solid rgba(0,0,0,.125)}@media print{section.sec_pd_sm,section.tab-title-viewAll-disable{break-inside:avoid}.header-wrapper-main,footer,footer .newsletter,.footer_wrapper{display:none}._detailsPage_1npqv_2 .detail-content .crousol-box{height:100%!important}}.prdodetpronbread_cont{display:flex!important;justify-content:center;align-items:center;flex-direction:column}.prdodetpronbread_cont .breadCrumbWrapper-top{margin-top:0}.prdodetpronbread_cont .breadCrumbWrapper-top .breadcrumb-item:nth-child(3){display:none!important}.proddetpge_protitle{display:flex;justify-content:center;align-items:center;margin:40px 0 10px}.proddetpge_protitle h1{font-size:32px;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media (max-width: 767.98px){.proddetpge_protitle h1{font-size:20px;text-overflow:unset;white-space:break-spaces}}.product-description.shortDesc{border-top:1px solid #eee;padding:20px 0;margin:20px 0 0;border-bottom:1px solid #eee}.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}.product-description.shortDesc .title-2 h4:before{content:"Description";font-size:20px!important}.product-description.shortDesc .proddetpge_proddeccontent{font-size:15px;line-height:25px;color:var(--color-text)}.product-description.prodDetails.in-view{border-top:none;border-bottom:none}.product-description.prodDetails.in-view .title-2 h4{font-size:20px!important;padding-bottom:0}.product-description.prodDetails.in-view .title-2 h4:before{display:none}@media (max-width: 767.98px){.product-description.prodDetails.in-view{margin-bottom:0;padding-bottom:0}}.product-description.prodDetails.in-view .prod-details{column-count:2}@media (max-width: 767.98px){.product-description.prodDetails.in-view .prod-details{column-count:1}}.product-description.prodDetails.in-view .prod-details .productdetails-row{display:flex}.product-description.prodDetails.in-view .prod-details .productdetails-row span.infoTitle{font-size:15px;font-style:normal;font-weight:700;line-height:31px;padding-right:5px}.product-description.prodDetails.in-view .prod-details .productdetails-row span.infoPara{font-size:15px;font-style:normal;font-weight:400;line-height:31px;padding-right:5px}.proddetcolor_slidercont .title{position:relative;top:20px}.proddetcolor_slidercont .title h2{margin-bottom:0}@media (max-width: 767.98px){.proddetcolor_slidercont .swiper-wrapper .swiper-slide{opacity:1;width:calc(25% - 10px)!important}}.proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img{border-radius:10px;height:50px;width:50px}@media (max-width: 767.98px){.proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img{height:auto;width:auto}}.proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img.outOfStock{position:relative}.proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img.outOfStock:before{content:"";position:absolute;height:1px;width:125%;background:red;transform:rotate(-40deg);top:25px;left:-6px}@media (max-width: 768px){.proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img.outOfStock:before{width:130%;top:40px;left:-12px}}@media (max-width: 361px){.proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img.outOfStock:before{top:35px;left:-11px}}@media (max-width: 321px){.proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img.outOfStock:before{top:30px;left:-9px}}.proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img.outOfStock:after{content:"";width:100%;height:100%;position:absolute;inset:0;opacity:.5;background:#fff;border-radius:4px;border:1px solid #fff}.proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img img{border-radius:10px;height:100%;width:100%}.proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img.active{border-color:var(--color-primary);border-width:1px}.iconMail #Email .dialog-header{background-color:var(--color-primary)}.iconMail #Email .dialog-body .productHeading>div .page-header{text-align:center;margin-bottom:20px}.iconMail #Email .dialog-body .productHeading>div .modal-title{text-align:left;font-size:24px;color:#333}.iconMail #Email .dialog-body .productHeading .mandatInfo{display:flex;margin:5px 0 20px;position:relative}.iconMail #Email .dialog-body .productHeading .mandatInfo .redMandat{padding:0 3px}.iconMail #Email .dialog-body .productHeading .mandatInfo:before{content:"";height:1px;background:#c1c1c1;position:absolute;left:0;bottom:-5px;width:100%}.iconMail #Email .dialog-body .productHeading .mandatInfo:after{content:"";height:3px;background:var(--color-primary);position:absolute;left:0;bottom:-5px;width:60px}.iconMail #Email .dialog-body .productHeading button.close{background:var(--main-color);display:flex;padding:5px;align-items:center;justify-content:center;opacity:1}.iconMail #Email .dialog-body .productHeading button.close span.icon-close{font-size:10px}.iconMail #Email .dialog-body .productHeading button.close span.icon-close:before{color:#fff}#similar-products-section{padding:60px 0}#similar-products-section .swiper-slide{height:auto}#similar-products-section .product-card .list-content{padding-bottom:0}#similar-products-section .list-title .title{margin-bottom:0;font-size:32px;font-style:normal;font-weight:400;text-transform:capitalize;position:relative;padding-bottom:10px}#similar-products-section .list-title .title:before{content:"";width:90%;height:2px;background:#444;position:absolute;bottom:0}#similar-products-section .list-title .title:after{bottom:-9.4px}.SharePopup{padding:0 10px}.SharePopup p.title{color:var(--menu-color);font-size:1.1025454545rem;font-weight:400;line-height:24px;margin-bottom:10px}.SharePopup .urlSection{margin-bottom:20px}.SharePopup .urlSection .copy-link-input{background-color:#fff;border:1px solid #EAEAEA;padding:20px}.SharePopup .urlSection .forCopy{position:absolute;right:25px;padding:5px 10px;background:#000;color:#fff;border-radius:3px;margin-top:10px;transition:.3s}.SharePopup .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 .socialSection{margin-bottom:15px}.SharePopup .socialSection .socialIconGroup{display:flex;align-items:center;margin-top:15px}.SharePopup .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 .socialSection .socialIconGroup i.icon-twitter:before{content:"\e93a"}.SharePopup .socialSection .socialIconGroup i.icon-linkdin:before{content:"\e933"}.SharePopup .socialSection .socialIconGroup i:hover:before{color:var(--color-primary)!important}.SharePopup .socialSection .socialIconGroup img{width:24px;margin-right:10px;cursor:pointer}.icon-share:before{content:"\e924"}#Share{border-radius:10px}#Share .dialog-header{background-color:transparent!important;display:flex;justify-content:flex-end}#Share .dialog-header h5{display:none}#Share .dialog-header .icon-close{transform:rotate(45deg)}#Share .dialog-header .icon-close:before{content:"\e90b";color:var(--color-text);font-size:20px}._detailsPage_pi34u_2 .product-image{position:relative;display:block;width:100%;background-color:#f6f7f9;text-align:center;margin:0;z-index:1}@media (min-width: 1280px){._detailsPage_pi34u_2 .product-image{min-height:477px}}@media (max-width: 1024.98px){._detailsPage_pi34u_2 .product-image.onlyDesk{display:none}}._detailsPage_pi34u_2 .product-image.onlyMob{display:none}@media (max-width: 1024.98px){._detailsPage_pi34u_2 .product-image.onlyMob{display:block}}._detailsPage_pi34u_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_pi34u_2 .product-image .img-zoom-lens{display:none}}._detailsPage_pi34u_2 .product-image:hover .img-zoom-lens{opacity:1;visibility:visible}._detailsPage_pi34u_2 .product-image:hover #myresult{opacity:1;visibility:visible;z-index:1;left:100%}._detailsPage_pi34u_2 .product-image div#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){._detailsPage_pi34u_2 .product-image div#myresult{background-size:1800px 1800px!important}}@media (max-width: 1600px) and (min-width: 1441px){._detailsPage_pi34u_2 .product-image div#myresult{background-size:1600px 1600px!important}}@media (max-width: 1440px) and (min-width: 1367px){._detailsPage_pi34u_2 .product-image div#myresult{background-size:1550px 1550px!important}}@media (max-width: 1366px){._detailsPage_pi34u_2 .product-image div#myresult{background-size:1449px 1449px!important}}@media (min-width: 1920px){._detailsPage_pi34u_2 .product-image div#myresult{background-size:2148px 2148px!important}}@media (max-width: 1024.98px){._detailsPage_pi34u_2 .product-image div#myresult{display:none}}._detailsPage_pi34u_2 .product-image .pen-color-img{border:none;background-color:#fff}._detailsPage_pi34u_2 .product-image .pen-color-img.video .img-zoom-lens{display:none!important}._detailsPage_pi34u_2 .product-image .pen-color-img img{width:100%;margin:0 auto;display:block}._detailsPage_pi34u_2 .product-image .pen-color-img .LargImage div:first-child{display:none!important}._detailsPage_pi34u_2 .sticky-nav.lSide{position:fixed;left:0;top:0}._detailsPage_pi34u_2 .sticky-nav.lSide~.rSide{margin-left:50%}._detailsPage_pi34u_2 .productMediaWrap{margin-top:20px;overflow-x:auto}._detailsPage_pi34u_2 .productMediaWrap .mediaListImage{border:1px solid #c6c6c6;margin-right:20px;height:100%}._detailsPage_pi34u_2 .productMediaWrap .mediaListImage.active{border:1px solid var(--main-color)}._detailsPage_pi34u_2 .productMediaWrap .crousol-box{position:relative}._detailsPage_pi34u_2 .productMediaWrap .swiper{padding:0;position:unset}@media (max-width: 767.98px){._detailsPage_pi34u_2 .productMediaWrap .swiper{padding:0;width:100%}}._detailsPage_pi34u_2 .productMediaWrap .swiper .swiper-slide:last-child{margin-right:15px}._detailsPage_pi34u_2 .productMediaWrap .swiper .swiper-wrapper{z-index:0!important}._detailsPage_pi34u_2 .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_pi34u_2 .productMediaWrap .swiper-button-prev{display:none}}._detailsPage_pi34u_2 .productMediaWrap .swiper-button-prev:after{content:"\e910";font-family:thirstBoxer;font-size:20px;left:40%;top:25%;transform:rotate(0) translate(-50%);border:0;text-indent:0;color:#0009}._detailsPage_pi34u_2 .productMediaWrap .swiper-button-prev:hover{border:none!important}._detailsPage_pi34u_2 .productMediaWrap .swiper-button-prev.swiper-button-disabled{cursor:default}._detailsPage_pi34u_2 .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_pi34u_2 .productMediaWrap .swiper-button-next{display:none}}._detailsPage_pi34u_2 .productMediaWrap .swiper-button-next:after{content:"\e905";font-family:thirstBoxer;font-size:20px;left:40%!important;top:25%;transform:rotate(0) translate(-50%)!important;border:0;text-indent:0;color:#0009}._detailsPage_pi34u_2 .productMediaWrap .swiper-button-next:hover{border:none!important}._detailsPage_pi34u_2 .productMediaWrap .swiper-button-next.swiper-button-disabled{cursor:default}._detailsPage_pi34u_2 .productMediaWrap .swiper-button-disabled:after{color:#ccc}._detailsPage_pi34u_2 .productMediaWrap .swiper{width:80%;height:100%}._detailsPage_pi34u_2 .productMediaWrap .pen-color-img{display:flex;justify-content:center;border:none;opacity:.5;height:70px;width:70px}._detailsPage_pi34u_2 .productMediaWrap .pen-color-img.active{opacity:1}._detailsPage_pi34u_2 .productMediaWrap .pen-color-img img{width:100%;height:100%}._detailsPage_pi34u_2 .productMediaWrap .proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img{width:70px;height:70px}@media (max-width: 767.98px){._detailsPage_pi34u_2 .productMediaWrap .proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img{width:auto;height:auto}}._detailsPage_pi34u_2 .productMediaWrap .proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img.outOfStock{position:relative}._detailsPage_pi34u_2 .productMediaWrap .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}._detailsPage_pi34u_2 .productMediaWrap .proddetcolor_slidercont .swiper-wrapper .swiper-slide .pen-color-img.outOfStock:after{display:none}._detailsPage_pi34u_2 .videoList{background-image:url(https://d1np627mhnpwq4.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/thumbanail.png);background-repeat:no-repeat;background-size:contain}._detailsPage_pi34u_2 .actionsWrap{display:flex;flex-wrap:wrap;margin-top:20px}._detailsPage_pi34u_2 .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_pi34u_2 .actionsWrap .action-icon .icon,._detailsPage_pi34u_2 .actionsWrap .action-icon .iconDownloadImg,._detailsPage_pi34u_2 .actionsWrap .action-icon .wishlistIcon{font-size:.9647272727rem;line-height:1.5;font-weight:500;color:#777;display:flex;align-items:center}._detailsPage_pi34u_2 .actionsWrap .action-icon .icon i,._detailsPage_pi34u_2 .actionsWrap .action-icon .iconDownloadImg i,._detailsPage_pi34u_2 .actionsWrap .action-icon .wishlistIcon i{margin-right:10px;order:-1}._detailsPage_pi34u_2 .actionsWrap .action-icon .icon i:before,._detailsPage_pi34u_2 .actionsWrap .action-icon .iconDownloadImg i:before,._detailsPage_pi34u_2 .actionsWrap .action-icon .wishlistIcon i:before{font-size:1.2403636364rem}._detailsPage_pi34u_2 .actionsWrap .action-icon:hover{border:1px solid var(--main-color);color:var(--main-color)}._detailsPage_pi34u_2 .actionsWrap .action-icon:hover .icon,._detailsPage_pi34u_2 .actionsWrap .action-icon:hover .iconDownloadImg,._detailsPage_pi34u_2 .actionsWrap .action-icon:hover i,._detailsPage_pi34u_2 .actionsWrap .action-icon:hover .wishlistIcon{color:var(--main-color)}._detailsPage_pi34u_2 .actionsWrap .action-icon.active .wishlistIcon.checked .showOnDetailsPage,._detailsPage_pi34u_2 .actionsWrap .action-icon.active .wishlistIcon.checked i,._detailsPage_pi34u_2 .actionsWrap .action-icon.active .wishlistIcon.checked i:before{color:var(--main-color)}._detailsPage_pi34u_2 .actionsWrap .action-icon.addToWishlist .compare-presentation{display:flex;align-items:center}._detailsPage_pi34u_2 .actionsWrap .action-icon.addToWishlist .compare-presentation p{margin-bottom:0;color:#777;font-weight:500}._detailsPage_pi34u_2 .actionsWrap .action-icon.addToWishlist:hover p,._detailsPage_pi34u_2 .actionsWrap .action-icon.addToWishlist:hover .icon-wishlist:before{color:var(--main-color)}._detailsPage_pi34u_2 .actionsWrap .icon-compare:before{content:"\e90a"}._detailsPage_pi34u_2 .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_pi34u_2 .actionsWrap .frightEstimator p{margin-bottom:0;color:#777;font-weight:500}._detailsPage_pi34u_2 .actionsWrap .frightEstimator:hover p{color:var(--main-color)}._detailsPage_pi34u_2 .detail-content{counter-reset:section}._detailsPage_pi34u_2 .detail-content .detail-title{display:flex;justify-content:space-between}._detailsPage_pi34u_2 .detail-content .detail-title h1{font-size:22px;color:var(--color-text)!important;font-weight:400;line-height:36px;text-transform:capitalize;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:97%;margin:0}@media (max-width: 767.98px){._detailsPage_pi34u_2 .detail-content .detail-title h1{font-size:20px;text-overflow:unset;white-space:break-spaces;line-height:24px;margin-bottom:5px;width:100%}}._detailsPage_pi34u_2 .detail-content .iconsWrap{display:flex;justify-content:flex-end;align-items:center;height:100%;position:relative}._detailsPage_pi34u_2 .detail-content .iconsWrap .icons i,._detailsPage_pi34u_2 .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;margin-right:10px;cursor:pointer;transition:all .3s;background:var(--icons-bgcolor);color:var(--clr-white);font-size:1.516rem}._detailsPage_pi34u_2 .detail-content .iconsWrap .icons i:hover,._detailsPage_pi34u_2 .detail-content .iconsWrap .icons a:hover{border:1px solid var(--icons-bgcolor)}._detailsPage_pi34u_2 .detail-content .iconsWrap .icons i:hover:before,._detailsPage_pi34u_2 .detail-content .iconsWrap .icons a:hover:before{color:var(--clr-white)}._detailsPage_pi34u_2 .detail-content .iconsWrap .iconDownloadImg p,._detailsPage_pi34u_2 .detail-content .iconsWrap .iconPrint p,._detailsPage_pi34u_2 .detail-content .iconsWrap .iconMail p{display:none}._detailsPage_pi34u_2 .detail-content .iconsWrap .popup{position:absolute;background:red;padding:10px;color:#fff;top:-40px;right:0}._detailsPage_pi34u_2 .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_pi34u_2 .detail-content .iconsWrap .popup p{color:#fff!important;margin-bottom:0;font-size:12px}._detailsPage_pi34u_2 .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_pi34u_2 .detail-content .prodcodenprice_wrap .proddetpge_price{display:flex}._detailsPage_pi34u_2 .detail-content .prodcodenprice_wrap .proddetpge_price span{font-size:26px;color:var(--clr-black)}._detailsPage_pi34u_2 .detail-content .prodcodenprice_wrap .proddetpge_price span:first-child{margin-right:0}._detailsPage_pi34u_2 .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_pi34u_2 .detail-content .product-description .detail-content{font-size:.9647272727rem;line-height:1.5;font-weight:500;color:var(--header-text)}._detailsPage_pi34u_2 .detail-content .product-description .detail-content.hide{max-height:63px;overflow:hidden}._detailsPage_pi34u_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}._detailsPage_pi34u_2 .detail-content .product-pricing{margin-top:30px}._detailsPage_pi34u_2 .detail-content .product-pricing table,._detailsPage_pi34u_2 .detail-content .product-pricing tbody,._detailsPage_pi34u_2 .detail-content .product-pricing tr,._detailsPage_pi34u_2 .detail-content .product-pricing th,._detailsPage_pi34u_2 .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_pi34u_2 .detail-content .product-pricing .table-responsive .table tr th:first-child,._detailsPage_pi34u_2 .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_pi34u_2 .detail-content .product-pricing .pricingTable{margin-bottom:10px}._detailsPage_pi34u_2 .detail-content .minQuantity{color:var(--header-text);font-size:.9647272727rem;line-height:1.5;font-weight:400;margin-bottom:20px}._detailsPage_pi34u_2 .detail-content .commonHeading{font-size:1.6538181818rem;line-height:1.3;font-weight:500;margin-bottom:20px}._detailsPage_pi34u_2 .detail-content .cmnGapDesk{margin-bottom:30px}._detailsPage_pi34u_2 .detail-content .prdDescriptionWrap p{font-size:.9647272727rem;line-height:1.5;color:var(--header-text)}._detailsPage_pi34u_2 .detail-content .prdDetailsWrap .productdetails-row{display:flex;margin-bottom:10px}._detailsPage_pi34u_2 .detail-content .prdDetailsWrap .productdetails-row .detailValue{font-size:.9647272727rem;line-height:1.5;color:var(--header-text)}._detailsPage_pi34u_2 .detail-content .prdDetailsWrap .productdetails-row .detailValue ul{padding-left:25px;list-style:disc}._detailsPage_pi34u_2 .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_pi34u_2 .detail-content .prdDetailsWrap [data-heading="Production Time - Standard"]{display:none}._detailsPage_pi34u_2 .detail-content .prdDetailsWrap.leadTimeWrap{margin-top:10px}._detailsPage_pi34u_2 .detail-content .prdDetailsWrap.leadTimeWrap [data-heading="Production Time - Standard"]{display:block;margin-bottom:10px}._detailsPage_pi34u_2 .detail-content .prdDetailsWrap [data-heading="Product Details"] .detailsKey,._detailsPage_pi34u_2 .detail-content .prdDetailsWrap [data-heading="Shipping Details"] .detailsKey{display:block}._detailsPage_pi34u_2 .detail-content .prdDetailsWrap ul li,._detailsPage_pi34u_2 .detail-content .prdDetailsWrap font,._detailsPage_pi34u_2 .detail-content .prdDetailsWrap .productcontent-row{font-size:.9647272727rem;line-height:1.5;font-family:inherit}._detailsPage_pi34u_2 .detail-content .add-cart-box .indQtybox{position:relative}._detailsPage_pi34u_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:.8269090909rem;line-height:1.5;color:#777}._detailsPage_pi34u_2 .detail-content .add-cart-box .indQtybox .sizeQtyWrap{border:1px solid var(--border-bottom-clr)}._detailsPage_pi34u_2 .detail-content .add-cart-box .indQtybox .sizeQtyWrap.qtyActive{border:1px solid var(--main-color)}._detailsPage_pi34u_2 .detail-content .add-cart-box .indQtybox .sizeQtyWrap.qtyActive .form-control{color:var(--clr-black)}._detailsPage_pi34u_2 .detail-content .add-cart-box .indQtybox .sizeQtyWrap label{margin-bottom:0}._detailsPage_pi34u_2 .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_pi34u_2 .detail-content .add-cart-box .indQtybox .sizeQtyWrap .form{display:flex}._detailsPage_pi34u_2 .detail-content .add-cart-box .indQtybox input[type=checkbox]{position:absolute;left:0;top:0;width:100%;height:50%;opacity:0}._detailsPage_pi34u_2 .detail-content .add-cart-box .indQtybox .active{background-color:var(--main-color);color:var(--clr-white)}._detailsPage_pi34u_2 .detail-content .add-cart-box .indQtybox .disable{pointer-events:none}._detailsPage_pi34u_2 .detail-content .add-cart-box .indQtybox button{background-color:transparent;border:none;cursor:pointer}._detailsPage_pi34u_2 .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_pi34u_2 .detail-content .add-cart-box .impLocationWrap{margin-bottom:20px}._detailsPage_pi34u_2 .detail-content .add-cart-box .impLocationWrap .impLocation{margin-left:3%}._detailsPage_pi34u_2 .detail-content .add-cart-box .impLocationWrap .impLocation label,._detailsPage_pi34u_2 .detail-content .add-cart-box .impLocationWrap .impLocation input{cursor:pointer}._detailsPage_pi34u_2 .detail-content .add-cart-box .impLocationColorWrap .color-main-box{display:flex;align-items:baseline}._detailsPage_pi34u_2 .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_pi34u_2 .detail-content .add-cart-box .ImprintMethodsWrap,._detailsPage_pi34u_2 .detail-content .add-cart-box .impLocationWrap,._detailsPage_pi34u_2 .detail-content .add-cart-box .impLocationColorWrap{padding:0}._detailsPage_pi34u_2 .detail-content .add-cart-box label.ImprintMethodsLabel{display:flex;gap:15px}._detailsPage_pi34u_2 .detail-content .add-cart-box .customDropdown{border:1px solid var(--border-bottom-clr);padding:12px 8px;min-width:200px;width:300px}._detailsPage_pi34u_2 .detail-content .add-cart-box .imprint-location label{margin:0}._detailsPage_pi34u_2 .detail-content .add-cart-box .imprint-location label.disable-selection:not(.active-selected){pointer-events:none;opacity:.5}._detailsPage_pi34u_2 .detail-content .add-cart-box .colorSelectionList.dropdownList{padding-left:25px;margin-top:5px}._detailsPage_pi34u_2 .detail-content .add-cart-box .imprint-location label+label{margin-top:5px}._detailsPage_pi34u_2 .detail-content .add-cart-box .btnSubmit{text-transform:initial;padding:15px 50px;border-radius:50px;margin-top:35px}._detailsPage_pi34u_2 .detail-content .add-cart-box .priceCalculations{background:#F6F7F9;padding:20px 15px;border-radius:10px;margin-top:30px}._detailsPage_pi34u_2 .detail-content .add-cart-box .priceCalculations .labelWithAmt{font-size:16px;color:#444;display:flex;justify-content:space-between;text-align:center}._detailsPage_pi34u_2 .detail-content .add-cart-box .priceCalculations .labelWithAmt+.labelWithAmt{margin-top:15px}._detailsPage_pi34u_2 .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_pi34u_2 .detail-content .add-cart-box .smMg0{margin:0!important}}._detailsPage_pi34u_2 .detail-content ul{margin-top:0}._detailsPage_pi34u_2 .detail-content .title{width:100%}._detailsPage_pi34u_2 .detail-content .title h2{color:var(--color-text)!important;font-size:20px;font-weight:400}._detailsPage_pi34u_2 .detail-content .addCount:before{counter-increment:section;content:counter(section) ". "}._detailsPage_pi34u_2 .detail-content .crousol-box{height:auto}._detailsPage_pi34u_2 .detail-content .crousol-box .swiper-wrapper{padding-top:40px;display:flex;flex-wrap:wrap}._detailsPage_pi34u_2 .detail-content .crousol-box .swiper-wrapper .swiper-slide{margin-bottom:10px}@media (max-width: 767px){._detailsPage_pi34u_2 .detail-content .crousol-box .swiper-wrapper .swiper-slide{margin-right:10px}}._detailsPage_pi34u_2 .detail-content .crousol-box .swiper-wrapper .swiper-slide:nth-child(10) span.variantName{right:0}._detailsPage_pi34u_2 .detail-content .crousol-box .swiper-wrapper .swiper-slide:nth-child(10) span.variantName:before{left:80px}._detailsPage_pi34u_2 .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_pi34u_2 .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_pi34u_2 .detail-content .crousol-box .swiper-slide:hover .variantName{visibility:visible}._detailsPage_pi34u_2 .detail-content .checkInventory{display:inline-block;background-color:#f0f0f0;padding:12px 36px;border-radius:4px;margin-top:15px;cursor:pointer}@media (max-width: 1024px){._detailsPage_pi34u_2 .detail-content #showInvtryPopup{margin:auto 20px}}._detailsPage_pi34u_2 .detail-content #showInvtryPopup .dialog-header{background-color:#fff}._detailsPage_pi34u_2 .detail-content #showInvtryPopup .dialog-header h5{color:#000!important;text-align:center;padding:15px 0 0;font-size:1.25rem;text-transform:capitalize}._detailsPage_pi34u_2 .detail-content #showInvtryPopup .dialog-header .close{background-color:#888;padding:20px;border-radius:100%;position:absolute;right:-15px;top:-15px}._detailsPage_pi34u_2 .detail-content #showInvtryPopup .dialog-header .close span.icon-close{font-size:25px;font-weight:500}._detailsPage_pi34u_2 .detail-content #showInvtryPopup .checkInventry table{width:100%;text-align:center}._detailsPage_pi34u_2 .detail-content #showInvtryPopup .checkInventry table th,._detailsPage_pi34u_2 .detail-content #showInvtryPopup .checkInventry table td{border:1px solid #dee2e6;border-collapse:collapse;padding:.75rem;font-size:1rem}._detailsPage_pi34u_2 .detail-content #showInvtryPopup .checkInventry table th{background-color:#636a67;color:#fff;text-transform:uppercase;font-weight:400}._detailsPage_pi34u_2 .detail-content #showInvtryPopup .ckInvNote{text-align:center;padding:25px 0 10px;font-size:15px}._detailsPage_pi34u_2 .detail-content #DownloadHiResImagePopup .loadingData{width:100%}@media (max-width: 1024.98px){._detailsPage_pi34u_2 .detail-content .lSide,._detailsPage_pi34u_2 .detail-content .rSide{flex:0 0 100%;max-width:100%}}._detailsPage_pi34u_2 ._actionsWrap_pi34u_269 ._action-icon_pi34u_274._active_pi34u_126{border:1px solid var(--main-color);color:var(--main-color)}#_myresult_pi34u_1{background-size:1449px 1449px!important}._swiper-wrapper_pi34u_145{z-index:0!important}.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:5px;background-color:#ff0015;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:#ff0015;border:solid 1px #ff0015;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:#ff0015}.rc-slider-handle:focus{outline:none;box-shadow:none}.rc-slider-handle:focus-visible{border-color:#ff0015}.rc-slider-handle-click-focused:focus{border-color:#ff0015;box-shadow:unset}.rc-slider-handle:hover{border-color:#ff0015}.rc-slider-handle:active{border-color:#ff0015;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}.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: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-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-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}.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-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")}.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")}.footer_payment .payment_item .bg-svgexport_36{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -10px -98px;display:inline-block}.footer_payment .payment_item .bg-svgexport_37{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -10px -54px;display:inline-block}.footer_payment .payment_item .bg-svgexport_38{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -68px -10px;display:inline-block}.footer_payment .payment_item .bg-svgexport_39{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -126px -10px;display:inline-block}.footer_payment .payment_item .bg-svgexport_40{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -10px -10px;display:inline-block}.footer_payment .payment_item .bg-svgexport_41{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -68px -54px;display:inline-block}.footer_payment .payment_item .bg-svgexport_42{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -126px -54px;display:inline-block}img,svg{max-width:100%}body{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}html,body{max-width:100%}.page-load-container{display:none}a{cursor:pointer;color:inherit;color:#020a12;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}ul{margin-bottom:0;list-style:none;padding:0}.theme-color,.theme-color:hover{color:var(--clr_7)}.subCategoryList,.product-main-wrapper,.productWrapper,.product-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));row-gap:15px;column-gap:15px}@media (max-width: 767.98px){.subCategoryList,.product-main-wrapper,.productWrapper,.product-list{grid-template-columns:1fr 1fr}}@media (max-width: 575.98px){.subCategoryList,.product-main-wrapper,.productWrapper,.product-list{grid-template-columns:1fr 1fr;column-gap:2px;row-gap:0px;background:#fff}}.swiper-pagination{display:flex;justify-content:center;align-items:center;height:16px}.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}.swiper-pagination-bullet:last-child{margin-right:0}.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}.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}.breadCrumbWrapper-top{display:flex;justify-content:center;align-items:center;margin-top:20px;margin-bottom:30px}.breadCrumbWrapper-top .breadcrumb{background-color:transparent;padding:5px 0;margin:0;border-radius:0}.breadCrumbWrapper-top .breadcrumb li{font-size:14px;font-weight:400;text-transform:capitalize}.breadCrumbWrapper-top .breadcrumb li a{color:#444!important;font-size:14px}.breadCrumbWrapper-top .breadcrumb li.active{color:#f44868}.breadCrumbWrapper-top .breadcrumb li.breadcrumb-item+.breadcrumb-item:before{color:#444}.userFormWrapper{flex:1 1 auto;max-width:400px;box-shadow:0 10px 50px #acbdcb80;padding:45px 50px;position:relative}.userFormWrapper:before{content:"";background-image:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/ewiz-faded.png);position:absolute;bottom:0;right:0;width:200px;height:200px;background-repeat:no-repeat;background-size:cover}.userFormWrapper .page-heading{font-size:1.6538181818rem;line-height:32px;letter-spacing:.06px;color:#333;font-weight:700;margin-bottom:25px;border:0px;padding:0}.userFormWrapper .redirectLink{margin-top:110px;padding:0;text-transform:capitalize;font-size:.9647272727rem;color:var(--active-color);position:relative;display:inline-block}.userFormWrapper .redirectLink.mt50{margin-top:50px}.userFormWrapper .redirectLink.mt110:before{content:"\2192";font-family:ewiz;position:absolute;left:0;top:50%;transform:translateY(-50%);transform:rotate(180deg);bottom:-3px;font-size:18px;font-weight:600}.userFormWrapper .form-section label{display:none}.userFormWrapper .form-section-action.mt0,.userFormWrapper .form-section-action.mt0 .btn-primary{margin-top:0}.userFormWrapper .form-section-action.hasRedirectLink{display:flex;flex-direction:column;align-items:center;justify-content:center}.userFormWrapper .logoWrapper{margin-bottom:50px;display:flex;justify-content:center}.userFormWrapper .logoWrapper img{height:auto;width:auto}.userFormWrapper.loginForm{min-height:600px}.userFormWrapper.loginForm .forgotPassword{display:inline-flex;justify-content:flex-end;margin-top:5px;font-size:.8958181818rem;margin-bottom:25px;color:var(--active-color)}.userFormWrapper.centerForm{margin:0 auto 25px}.userFormWrapper.padding170{padding-bottom:170px}.userFormWrapper.forgotForm .redirectLink{padding-left:25px}.contactFormWrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:10px 15px;margin-bottom:25px}.contactFormWrapper>div{margin-bottom:0!important;padding-left:0;padding-right:0}.contactFormWrapper>div #states{margin-top:8px}.contactFormWrapper>div.textarea-Message{grid-column:1/4;grid-row:3/5}.contactFormWrapper.checkboxContent{grid-template-columns:min-content min-content min-content min-content min-content min-content min-content}.contactFormWrapper.checkboxContent .checkboxLabels{display:inline-flex;align-items:center;white-space:nowrap;font-size:.9647272727rem}.contactFormWrapper.checkboxContent .checkboxLabels input{margin-right:5px}.contactFormWrapper .notAffiliatedDistributor{display:flex;align-items:center;column-gap:15px}.contactFormWrapper .notAffiliatedDistributor>*{flex:0 0 auto;font-size:16px;margin-bottom:0;display:flex}.contactFormWrapper .notAffiliatedDistributor h4{text-transform:uppercase}.frieghtFormWrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:10px 15px}.frieghtFormWrapper>div{margin-bottom:0!important;padding-left:0;padding-right:0}.frieghtFormWrapper>div label,.frieghtFormWrapper>div .form-label{display:none}.frieghtFormWrapper>div.textarea-Message{grid-column:1/4;grid-row:3/5}.frieghtFormWrapper.checkboxContent{grid-template-columns:min-content min-content min-content min-content min-content min-content min-content}.frieghtFormWrapper.checkboxContent .checkboxLabels{display:inline-flex;align-items:center;white-space:nowrap;font-size:.9647272727rem}.frieghtFormWrapper.checkboxContent .checkboxLabels input{margin-right:5px}.frieghtFormWrapper .notAffiliatedDistributor{display:flex;align-items:center;column-gap:15px}.frieghtFormWrapper .notAffiliatedDistributor>*{flex:0 0 auto;font-size:1.1025454545rem;margin-bottom:0}.frieghtFormWrapper .notAffiliatedDistributor h4{text-transform:uppercase}#EstimatorData ul li{margin:0 0 5px;list-style:disc}#EstimatorData .detail-content{font-size:16px;font-weight:300;line-height:1.3;color:red}.product-card .list-content h3,.product-card-list-view .list-content h3{font-size:.8958181818rem;color:#1d1d1d;font-weight:700;margin-top:0;margin-bottom:0}.product-card .list-content h4,.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}.product-card .list-content h5,.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}.product-card .list-content .product-price,.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}.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}.product-card .list-content{text-align:center;padding:25px 0 30px;display:flex;flex-direction:column;align-items:center;height:100%}.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}.product-card .quick-view-icon{position:absolute;left:50%;transform:translate(-50%,-50%);top:40%;max-width:24px;opacity:0}.product-card .quick-view-icon span.icon-eye{font-size:24px}.product-card:hover{box-shadow:none;border:none}.product-card:hover .wishlist-and-view-main-div .wishlistIcon{opacity:1!important;visibility:visible!important;pointer-events:auto;transform:translate(-10%)}.product-card:hover .action{opacity:1!important;visibility:visible;pointer-events:auto;transform:translateY(0)}.product-card:hover .pro-swatches{display:flex;align-items:center}.product-card:hover .card-block{visibility:visible;opacity:1;bottom:0;transition:all .5s ease-in-out}.product-card:hover .productImage img{transform:scale(1)}.product-card:hover .list-content h5{opacity:0}.product-card:hover .card-pricing{color:var(--color-primary)}.product-card:hover .quick-view-icon{opacity:1}.product-card:hover .productImage img{opacity:.3}.product-card .quick-view-wrap{display:none;position:absolute;top:50%;left:0;transform:translateY(-50%);text-align:center;width:100%}.product-card .addToWishlistMobile .wishlistIcon{position:absolute;top:10px;right:10px;font-size:20px;color:var(--clr-black);width:30px;height:30px;display:inline-flex;align-items:center;z-index:2;justify-content:center;box-shadow:3px 3px 6px #b7b7b7;border-radius:50%;display:none!important}.product-card .addToWishlistMobile .wishlistIcon.checked{background-color:#03a46b;color:var(--clr-white)}.product-card .addToWishlistMobile .wishlistIcon .text{display:none}.product-card .featureIcon{position:absolute;top:10px;left:10px;z-index:9}.product-card .featureIcon img{max-width:68px}.product-card .productImage{max-width:70%;background-color:#fff!important;margin:0 auto 5px;overflow:visible;position:relative;text-align:center;width:70%}.product-card .productImage a{display:flex;width:100%;height:100%;justify-content:center;align-items:center}.product-card .productImage img{width:100%;transition:transform .3s;object-fit:contain}.product-card .productImage img:hover{transform:scale(1);opacity:.3}.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}.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){.product-card .productImage .wishlist-and-view-main-div .wishlistIcon{display:none}}.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}.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)}.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)}.product-card .productImage .wishlist-and-view-main-div .wishlistIcon.checked{background-color:var(--clr-black);opacity:1!important;visibility:visible!important}.product-card .productImage .wishlist-and-view-main-div .wishlistIcon.checked .text{background-color:var(--clr-black);color:var(--clr-white)}.product-card .productImage .wishlist-and-view-main-div .wishlistIcon.checked .icon-wishlist{color:var(--clr-white)}.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}.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){.product-card .card-block{gap:2px;padding:0;background:#fefefe}}.product-card .card-block .product-code{display:flex;align-items:center;justify-content:center}.product-card .card-block .product-code a{font-size:12px;font-weight:400;color:#747272;text-transform:uppercase;line-height:1}.product-card .card-block .product-name{text-align:center}.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){.product-card .card-block .product-name a{font-size:12px;line-height:18px}}.product-card .card-block .product-price{text-align:center;margin-top:auto;margin-bottom:15px}@media (max-width: 575.98px){.product-card .card-block .product-price{margin-bottom:0}}.product-card .card-block .product-price .price p{margin-bottom:0}.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){.product-card .card-block .product-price .price p .price-span{font-size:.9647272727rem}}.product-card .card-block .product-price .price p .price-span .currencySymbol{font-size:.9647272727rem;font-weight:600;line-height:var(--font-body-lineheight)}.product-card .card-block .product-price .price p .price-span.strike{text-decoration:line-through}.product-card .card-block .multiWishlistNames{position:relative;padding-bottom:4px}.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}.product-card .card-block .multiWishlistNames button.ddButton:after{content:"";position:absolute;width:100%;height:60px;background-image:linear-gradient(180deg,#21c07b 0%,#02a36b 50%,#21c07b 100%);left:0;top:0;z-index:-1;transition:transform .2s ease-in}.product-card .card-block .multiWishlistNames button.ddButton:hover:after{transform:translateY(-10px)}.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}.product-card .card-block .multiWishlistNames button.ddButton+div.dropdownList .names{padding:8px 15px;cursor:pointer}.product-card .card-block .multiWishlistNames button.ddButton+div.dropdownList .names:hover{background:#f2f2f2}.product-card .card-block .multiWishlistNames button.ddButton+div.dropdownList::-webkit-scrollbar{width:5px}.product-card .card-block .multiWishlistNames button.ddButton+div.dropdownList::-webkit-scrollbar-track{background:#f1f1f1}.product-card .card-block .multiWishlistNames button.ddButton+div.dropdownList::-webkit-scrollbar-thumb{background:#c8c8c8}.product-card .card-block .multiWishlistNames button.ddButton+div.dropdownList::-webkit-scrollbar-thumb:hover{background:#555}.product-card .card-block .multiWishlistNames:hover .dropdownList{opacity:1!important;visibility:visible!important}@media (max-width: 1024.98px){.product-card .card-block{visibility:visible;opacity:1;bottom:0;transition:all .5s ease-in-out}}.product-card .card-block .icons-box{display:flex;background-image:linear-gradient(180deg,#3285b9 0%,#1b75ad 100%)}.product-card .card-block .icons-box .icon{padding:10px 0;text-align:center;flex:1 0 0}.product-card .card-block .icons-box .icon.active{background-image:linear-gradient(171deg,#1ebd78 0%,#03a46b 100%);border:0}.product-card .card-block .icons-box .icon i{font-size:20px;color:var(--clr-white)}.product-card .card-block .icons-box .icon .text{display:none}@media (max-width: 1024.98px){.product-card .card-block .icons-box .icon:not(.cartIcon){display:none}}.product-card .pro-swatches{display:none;justify-content:center}@media (max-width: 1024.98px){.product-card .pro-swatches{display:flex}}.product-card .pro-swatches .color{height:20px;width:20px;margin:3px;border-radius:50%;overflow:hidden}.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){.product-card .action{display:none}}.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%}.product-card .action .action-icon:after{content:"";position:absolute;width:100%;height:60px;background-image:linear-gradient(180deg,#21c07b 0%,#02a36b 50%,#21c07b 100%);left:0;top:0;z-index:-1;transition:transform .2s ease-in}.product-card .action .action-icon:hover:after{transform:translateY(-10px)}.product-card .action .action-icon.out-of-stock{opacity:.5;pointer-events:none}.renCompare .fluid-model{max-width:none}.renCompare #CompareProd .mainTbody>tr>td:first-child{width:130px;font-weight:700;text-transform:capitalize;word-break:break-word}.renCompare #CompareProd .mainTbody .comapreWrap{position:relative}.renCompare #CompareProd .mainTbody .comapreWrap .closebutton{position:absolute;top:10px;right:15px}.renCompare #CompareProd .mainTbody .comapreWrap .product-rating{border:none}.renCompare #CompareProd .mainTbody .compareProdBtn .AddtoCart,.renCompare #CompareProd .mainTbody .compareProdBtn i{display:none}.renCompare #CompareProd .mainTbody .compareProdBtn .btn-primary{font-weight:700;letter-spacing:1.6px}.renCompare .compare-pop-up-title{display:flex;align-items:center;justify-content:space-between}.renCompare .compare-pop-up-title .compare-print-button .icon-print,.renCompare .compare-pop-up-title .compare-clear-button .icon-close{display:none}.renCompare .compare-pop-up-title .compare-email-button .icon{display:flex;align-items:center}.renCompare .compare-pop-up-title .compare-email-button .icon .icons-img{display:none}.renCompare .compare-pop-up-title .compare-email-button .icon p{margin:0}.renCompare .compare-pop-up-title .compare-email-button .productHeading{text-align:left;text-transform:none;letter-spacing:normal}.container-fluid,.customized_container{display:block;width:100%;position:relative;max-width:1920px;padding:0 80px;margin:0 auto}@media (max-width: 575.98px){.container-fluid,.customized_container{padding:0 15px}}h1,h2,h3,h4,h5,p{margin:0;color:var(--clr-white)}p{font-size:16px}li{font-size:16px;line-height:1.5;color:#212529}.mt-0{margin-top:0!important}.d-none{display:none}form.one-border input,form.one-border select,.form-control.one-border{border:none;border-bottom:1px solid #c7c7c7!important;border-radius:0!important;padding-left:0}.section_padding_top{padding-top:0}.section_padding_top .swiper,.section_padding_top .swiper-wrapper{z-index:0!important}.section_padding_bottom{padding-bottom:0}.sec_pd_sm{padding:30px 0}.list-title{display:flex;align-items:center;justify-content:center;min-height:100%;width:100%}.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){.list-title a{font-size:.8rem}}.bg-grey{background:#f0f3f5!important}.bg-grey-light{background:#fafafa!important}.text-center{text-align:center}.text-white{color:var(--clr-white)!important}.theme-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;z-index:9}.theme-button:after{content:"";position:absolute;width:100%;height:60px;background-image:linear-gradient(180deg,#21c07b 0%,#02a36b 50%,#21c07b 100%);left:0;top:0;z-index:-1;transition:transform .2s ease-in}.theme-button:hover:after{transform:translateY(-10px)}.theme-button-2{z-index:9;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;border-color:transparent}.theme-button-2:after{content:"";position:absolute;width:100%;height:60px;background-image:linear-gradient(180deg,#21c07b 0%,#02a36b 50%,#21c07b 100%);left:0;top:0;z-index:-1;transition:transform .2s ease-in}.theme-button-2:hover:after{transform:translateY(-10px)}.theme-button-2:after{background-image:none}.fw-normal{font-weight:400!important}.pt-0{padding-top:0!important}.badge{background-color:#1ab1b8;color:var(--clr-white);padding:2px 4px;margin:0 5px}.badge-top{margin:0 -5px}.col-20{width:20%;padding:0 15px}.col-33{width:33.33%;padding:0 15px}.col-25{width:25%;padding:0 15px}.col-40{width:40%;padding:0 15px}.col-50{width:50%;padding:0 15px}.col-60{width:60%;padding:0 15px}.col-75{width:75%;padding:0 15px}.col-80{width:80%;padding:0 15px}.col-100{width:100%;padding:0 15px}.mr-1{margin-right:1rem}.content-center{display:flex;align-items:center;justify-content:center;min-height:100%}.text-4{font-size:16px;color:#212529}.mb-10{margin-bottom:10px}.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}.input-group,.form-group{margin-bottom:20px}.input-group input,.form-group input{margin-bottom:5px!important}.red{color:red}.background-close{display:none;position:fixed;height:100%;width:100%;top:96px;left:0;z-index:-1}.background-close.position-absolute{top:0;z-index:9;opacity:.25}.pl{padding-left:rem}.detail-content{font-size:16px}.detail-content ul{margin-top:20px}.page-header{font-size:1.71429rem;color:#333;text-align:left;margin:10px 0}.page-header .mandatory,.mandatory{color:var(--color-primary)}.modal-xl .page-heading{font-size:1.5rem;padding-bottom:4px;margin-bottom:15px}.modal-xl .prodCode h5{font-size:1rem}.modal-xl .product-pricing .title h2{font-size:1.2rem;font-weight:600;margin-bottom:5px}.modal-xl table tr th,.modal-xl table tr td{font-size:1rem}.modal-xl .view-prod-btn{margin:16px 0}.modal-xl .view-prod-btn a{font-size:1rem;font-weight:700}.modal-xl .product-description h4{font-size:1.2rem}.modal-xl .detail-content{font-size:16px;font-weight:300;line-height:1.3}.login-container{padding-bottom:50px}input[type=checkbox]{vertical-align:sub;margin-right:6px}.noProducts{text-transform:uppercase;font-size:15px;font-weight:700;color:#00000057;min-height:50px;display:flex;align-items:center;justify-content:center}button:disabled{cursor:auto}.heading-simple{font-size:20px;margin-bottom:20px}a.theme-button:hover{color:var(--clr-white)}.price-color{color:red}.discountContainer{position:relative;top:1px;left:0;display:inline;z-index:20;max-height:2px;max-width:3px;padding:5px;background-color:#ff5f5f;color:#fff;text-align:center;font-size:12px}.discountContainer-Category-Landing{position:relative;top:-10px;right:77px;display:inline;z-index:20;max-height:2px;max-width:3px;padding:5px;background-color:#ff5f5f;color:#fff;text-align:center;font-size:12px}.discountContainer-Sub-Category-Landing{position:relative;top:24px;left:5px;display:inline;z-index:20;max-height:2px;max-width:3px;padding:5px;background-color:#ff5f5f;color:#fff;text-align:center;font-size:12px}.freighterrorMsg{font-size:smaller;color:#cf2536;text-transform:uppercase;font-size:11px!important;font-weight:500!important;margin-top:5px;display:flex;justify-content:flex-end}.freghtContainer{display:flex!important;justify-content:space-between;font-size:1.2rem;font-weight:700;padding-top:.5rem}.promoValueContainer{padding-right:55px;display:flex;justify-content:flex-end;align-items:center;font-size:18px;font-weight:700;color:red}.box-pad{padding:5px}.box-pad1{padding:2px}.card-pricing{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}.crousol-box{cursor:pointer!important}.img-preview{width:100px!important;height:auto}.registerForm .page-header .form-section-info .mandatory{color:red}.icon-close{transform:rotate(45deg)}.icon-close:before{content:"\e90b"!important}.dialog-container .dialog-title{text-align:left}.dialog-container .dialog-footer .btn{background-color:var(--color-primary)}.uploadCertificate{max-width:600px;margin:auto}.uploadCertificate input{width:100%}.uploadCertificate .uploadBtn{padding:30px;margin:auto;display:flex;justify-content:center}.uploadCertificate .uploadBtn button{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;background-color:var(--color-primary);text-shadow:none;color:#fff!important}.uploadCertificate .uploadMessage{color:var(--color-primary);font-size:14px}.companyWrapper{position:relative}.companyWrapper ul.companyList{width:100%;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:5px 0;background-color:var(--clr-white);top:70px}.companyWrapper ul.companyList li{padding:5px 10px;border-bottom:1px solid #f7f7f7;cursor:pointer}.companyWrapper ul.companyList li:last-child{border-bottom:0px}.companyWrapper ul.companyList li:hover{background-color:#4169e1;color:#fff}.error-message{color:var(--active-color);text-align:center;padding-top:5px;position:absolute;left:50%;transform:translate(-50%)}@media (max-width: 767.98px){.btnClear{margin-left:0!important;display:block!important}}.in-view{opacity:1;transform:translateY(0)}.filerProductWrapper{display:flex}.category-Size{font-size:1.0336363636rem;color:#444}.productDetailWrapper{flex:1 1 auto;padding-left:30px;border-radius:0;position:relative;padding-top:0!important}.productDetailWrapper .custom-animsition-loading{position:absolute;max-height:300px}@media (max-width: 1279.98px){.productDetailWrapper{width:100%;padding-left:0}}.sidebarOuterWrapper{opacity:0;transform:translate(-50px);transition:.2s ease-out}@media (max-width: 414.98px){.sidebarOuterWrapper{width:100%}}.sidebarOuterWrapper.in-view{opacity:1;transform:translateY(0)}.sidebarOuterWrapper .filter-list label{font-size:14px}.sidebarOuterWrapper .filter-list label .sizeText{margin-left:5px}.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){.filterWithColor{width:100%}}@media (max-width: 1279.98px){.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}}.mobileFilterVisible .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}@media (max-width: 414.98px){.mobileFilterVisible .sortViewPage .icon-close{left:unset;right:20px;top:15px}}@media (min-width: 1280px){.mobileFilterVisible .sortViewPage .icon-close{display:none}}.mobileFilterVisible .prod-sortoption{display:none}.mobileFilterVisible .sidebarOuterWrapper,.mobileFilterVisible .filterWithColor{opacity:1!important;visibility:visible!important;transition:transform .3s;transform:translate(0);overflow-y:auto}@media (max-width: 1279.98px){.mobileFilterVisible .filterWrapper{width:100%;max-height:100vh;overflow-y:auto}}.display_filterWrapper{inset:0 0 0 0%;position:fixed;max-width:300px;background:var(--clr-white);z-index:30;padding:20px}.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){.sidebarMobile{justify-content:flex-start}}.sidebarMobile .sidebarText{font-size:24px}.sidebarMobile #btnResetFilters{display:flex;color:#444;font-size:14px;font-weight:400;cursor:pointer;letter-spacing:.3px}@media (max-width: 1024.98px){.sidebarMobile #btnResetFilters{padding-left:60px}}.sidebarMobile #btnResetFilters .icon-refresh{margin-left:10px;color:var(--color-primary);order:1}@media (min-width: 1280px){.sidebarMobile .sidebarIcon{display:none}}.sidebarMobile .sidebarIcon:after{content:"\d7";position:absolute;right:0;top:-6px;font-size:28px}.filter{margin-bottom:20px;background:var(--clr_background);padding:20px;border-radius:0}.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}.filterHeading:before{display:none;content:"";position:absolute;width:14px;height:2px;right:0;top:8px;background:var(--color-primary)}.filterHeading:before:hover{color:var(--color-primary)}.filterHeading:after{display:none;content:"";position:absolute;width:14px;height:2px;right:0;top:8px;background:var(--color-primary);transform:rotate(90deg)}.filterHeading:after:hover{color:var(--color-primary)}.filterHeading:not(.collapsed):after{content:none}.filterHeading.color_option{display:flex;justify-content:space-between;border-bottom:none;cursor:default}.filterHeading.color_option .refined_by{cursor:default!important}.filterHeading.color_option .clearColors{font-size:var(--font-body-size);font-weight:var(--font-body-weight);color:#3c3c3c;text-transform:capitalize;cursor:pointer}.filterHeading.color_option:after{content:none}#colorCollapse{max-height:250px;overflow:hidden auto;scrollbar-width:thin}#colorCollapse::-webkit-scrollbar{width:5px}#colorCollapse::-webkit-scrollbar-track{background:#ccc}#colorCollapse::-webkit-scrollbar-thumb{background:var(--color-primary)}#colorCollapse::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.category-filter .categoryFilterUl{max-height:250px;overflow:hidden auto;scrollbar-width:thin}.category-filter .categoryFilterUl::-webkit-scrollbar{width:5px}.category-filter .categoryFilterUl::-webkit-scrollbar-track{background:#ccc}.category-filter .categoryFilterUl::-webkit-scrollbar-thumb{background:var(--color-primary)}.category-filter .categoryFilterUl::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.category-filter .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 .categoryFilterUl li.fitbit:after{content:"\ae";font-size:14px;top:-4px;left:-8px;position:relative}.category-filter .categoryFilterUl li.active{font-weight:var(--font-weight-bold);font-size:calc(var(--font-body-size) + 2px)}.category-filter .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 .categoryFilterUl li a{margin-right:10px}}.category-filter .categoryFilterUl li a:checked:before{display:block;display:-webkit-box;border-color:#f4313f}.category-filter .categoryFilterUl li a:before{content:"";position:absolute;display:none;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;display:-webkit-box;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 .categoryFilterUl li a:checked:after{border:3px solid #F4313F;background:#F0F0F0}.category-filter .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 .categoryFilterUl li a:after{width:22px;height:22px}}.category-filter .categoryFilterUl li a:checked+span{color:#f4313f}.category-filter .categoryFilterUl li a.active{color:var(--active-color)}.category-filter .categoryFilterUl li a.active:after{border-color:var(--active-color)}.category-filter .categoryFilterUl li a.active:before{border-color:var(--active-color)}.category-filter .categoryFilterUl .category-item.active a.category-Size{color:var(--active-color)}.category-filter .categoryFilterUl .category-item.active a.category-Size:before,.category-filter .categoryFilterUl .category-item.active a.category-Size:after{border-color:var(--active-color)}.category-filter .categoryFilterUl .subcat-filter{padding:10px 0 10px 20px}.category-filter .categoryFilterUl .subcat-filter .subcat-item.active a{color:var(--active-color)}.category-filter .categoryFilterUl .subcat-filter .subcat-item.active a:before,.category-filter .categoryFilterUl .subcat-filter .subcat-item.active a:after{border-color:var(--active-color)}.selected-filter .selectedFilter{display:flex;margin:20px 0 14px;column-gap:3px;flex-wrap:wrap;row-gap:3px}.selected-filter .filter_label{padding:3px 25px 3px 12px;border-radius:3px;background-color:#fafafa;color:#707070;cursor:pointer;transition:.3s;position:relative}.selected-filter .filter_label .refinedFilterName{margin-right:3px}.selected-filter .filter_label .refinedFilterName:after{content:"\d7";position:absolute;right:12px;top:0;font-size:16px;font-weight:500}.selected-filter .filter_label:hover{background-color:#707070;color:var(--clr-white)}.size-filter #sizeCollapse label{margin-right:5px;width:auto}.size-filter #sizeCollapse input{width:45px;height:30px;position:absolute;opacity:0;cursor:pointer}.size-filter #sizeCollapse input:checked+.sizeText{border:2px solid var(--txt-color);border-radius:5px}.size-filter #sizeCollapse .sizeText{min-width:45px;height:30px;padding:3px 10px;display:flex;justify-content:center;align-items:center;text-transform:capitalize;border:1px solid #dadada;border-radius:5px}.color-filter #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 #colorCollapse label input[type=checkbox]{position:relative;width:18px;height:18px;cursor:pointer;opacity:1}.color-filter #colorCollapse label input[type=checkbox]:checked+span+span.colorText,.color-filter #colorCollapse label input[type=checkbox]:checked+span+span+span.colorCount{color:var(--active-color)!important}.color-filter #colorCollapse label .colorText{display:inline-flex;color:#444;font-size:15px;font-style:normal;font-weight:400;line-height:22px}.color-filter #colorCollapse label .color{display:block;width:18px;height:18px;margin-right:10px;margin-left:10px;border:1px solid #f0f0f0;border-radius:4px}.color-filter #colorCollapse label .colorCount{padding-left:5px}.price-filter .priceInput{display:flex;align-items:center;position:relative;justify-content:space-between;gap:15px}.price-filter .priceInput .priceRange_wrapper{position:relative;flex:1}.price-filter .priceInput .currencySymbol:before{content:"\20b9";position:absolute;left:8px;top:17px}.price-filter .priceInput #MinValueInput,.price-filter .priceInput #MaxValueInput{text-align:center}.price-filter .applyFilter{margin-top:15px}.price-filter .applyFilter .btnApplyPriceFilter{width:100%}.categoryDetails{margin-bottom:25px;border-bottom:2px solid}.categoryDetails .categoryBanner{display:none}.categoryDetails i{font-weight:600;font-size:medium}.categoryDetails .activeIcon{color:var(--clr_10)}.categoryDetails .categoryName{color:var(--txt-color);font-size:1.6538181818rem;margin-bottom:0;text-transform:capitalize;font-weight:var(--font-weight-bold)}.categoryDetails .categoryDescription{margin-top:12px;color:#3c3c3c!important}.categoryDetails .categoryDescription p{margin:0;line-height:22px}.categoryDetails .categoryDescription p span{color:#3c3c3c!important;letter-spacing:0!important;font-family:Poppins,sans-serif!important}.subCategoryList{margin-bottom:25px}.subCategoryList img{width:100%}.subCategoryList .subCategory-name-count{padding-top:15px;display:flex;align-items:center;justify-content:center;column-gap:5px}.subCategoryList .categoryName{border-bottom:2px solid transparent;display:inline-block;text-transform:uppercase;font-size:var(--font-body-size);font-weight:var(--font-weight-bold);color:var(--txt-color);margin-bottom:0!important}.sortViewPage{margin:0 0 0 auto;transition:.3s;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;top:70px;background:rgba(255,255,255,.8);backdrop-filter:blur(5px)}@media (max-width: 1279.98px){.sortViewPage{padding:15px 0;background:var(--clr-white);position:relative;top:0;width:100%;border-top:0;backdrop-filter:none}}.sortViewPage .icon-close{display:none!important}.sortViewPage .pagination{margin:0}.productCount{font-size:1.14286rem;letter-spacing:-.09px;line-height:22px}.filterIcon{display:flex;color:#fff;align-items:center;column-gap:3px;cursor:pointer;font-size:16px;padding:14px 10px;margin-right:10px;background:var(--color-primary)}@media (max-width: 414.98px){.filterIcon{width:100%;margin-bottom:15px;margin-right:0}}@media (min-width: 1280px){.filterIcon{display:none}}.filterIcon .icon-filter{font-size:16px;color:var(--txt-color)}.ViewOptions{display:none}.sortAlphabetWrapper{flex:1 1 auto}.sortAlphabetWrapper.mobileSortVisible .sortAlphabet{position:fixed;bottom:0;display:flex;flex-direction:column;left:0;align-items:flex-start;width:100%;background:var(--clr-white);color:var(--txt-color);font-size:14px;z-index:31;max-height:60vh}.sortAlphabetWrapper.mobileSortVisible .optionHeading{width:100%;padding:15px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ededee;text-transform:uppercase;position:relative;font-weight:600;height:55px}.sortAlphabetWrapper.mobileSortVisible .optionHeading:after{content:"\d7";font-size:20px;position:absolute;right:15px}.sortAlphabetWrapper.mobileSortVisible ul#sortBy{padding:15px 0;flex-direction:column;width:100%}.sortAlphabetWrapper.mobileSortVisible ul#sortBy li{border:none!important;border-radius:0!important;padding:8px 15px!important;text-align:left!important}.sortAlphabetWrapper .productSortOptions{display:flex;align-items:center}@media (max-width: 1279.98px){.sortAlphabetWrapper .productSortOptions{display:none}}.sortAlphabetWrapper .productSortOptions ul#sortBy{display:flex;flex-wrap:wrap;flex:1 1 auto;gap:5px 15px}.sortAlphabetWrapper .productSortOptions ul#sortBy li{flex:0 0 auto;border:1px solid #ccc;transition:.3s;border-radius:10px;line-height:20px;font-size:14px;text-align:center;padding:3px 15px;cursor:pointer}.sortAlphabetWrapper .productSortOptions ul#sortBy li.active,.sortAlphabetWrapper .productSortOptions ul#sortBy li:hover{background-color:var(--active-color);color:#fff}.sortMobile{position:relative;cursor:pointer}.sortMobile .sortText{margin-right:20px}.sortMobile .sortIcon{content:"";display:block;position:absolute;top:0;right:0;box-sizing:border-box;width:8px;height:8px;border-bottom:1px solid;border-right:1px solid;transform:rotate(45deg)}@media (min-width: 1280px){.sortMobile{display:none}}.sortOptionWrapper{position:fixed;inset:0;background:rgba(35,35,35,.8);width:100%;height:100%;z-index:30;opacity:0;visibility:hidden}@media (min-width: 1280px){.sortOptionWrapper{opacity:0;visibility:hidden}}.optionHeading{display:inline-block;vertical-align:middle;margin:0 15px 0 0;text-transform:uppercase;font-weight:var(--font-weight-medium)}.viewOptions .btn{background-color:var(--clr-white);border:1px solid #c7c7c7;padding:7px 38px 7px 20px;min-height:45px;min-width:89px;max-width:149px;position:relative;line-height:29px;border-radius:0;color:var(--txt-color)}.viewOptions .btn:hover,.viewOptions .btn:focus,.viewOptions .btn.active{outline:none;box-shadow:none}.viewOptions .btn:after{content:"";display:block;position:absolute;top:16px;right:12px;box-sizing:border-box;width:8px;height:8px;border-bottom:1px solid;border-right:1px solid;transform:rotate(45deg)}.viewOptions .btn span{font-size:var(--font-body-size);font-weight:var(--font-body-weight)}.viewOptions .dropdown-menu{font-size:var(--font-body-size);font-weight:var(--font-body-weight);border-radius:0;min-width:89px;max-width:149px}.viewOptions .dropdown-menu .dropdown-item{cursor:pointer;color:var(--txt-color)}.viewOptions .dropdown-menu .dropdown-item.active,.viewOptions .dropdown-menu .dropdown-item:focus,.viewOptions .dropdown-menu .dropdown-item:active{font-weight:var(--font-weight-bold);color:#fff;background:var(--txt-color)!important}.product-card-list-view{border:1px solid #e3e3e3}.product-card-list-view .product-card{border:none!important}.product-card-list-view .product-card:hover{box-shadow:none!important;overflow:hidden}.product-card-list-view:hover{box-shadow:0 11px 20px #1550744d;border-color:#95d6ff;overflow:hidden}.product-card-list-view .col-8 .list-content{margin-top:50px}@media (min-width: 1280px){.listingPageWrapper{min-height:830px}}.listingPageWrapper.noproductfound{min-height:300px}.listingPageWrapper .breadCrumbWrapper-top{margin-top:10px}.listingPageWrapper .product-list .product-card .productImage img{opacity:1}.listingPageWrapper .product-card{border:none;overflow:hidden}.listingPageWrapper .product-card:hover{box-shadow:none;border-color:none;overflow:hidden}.listingPageWrapper .product-card:hover .wishlist-and-view-main-div .wishlistIcon,.listingPageWrapper .product-card:hover .quick-view-wrap{display:none}.listingPageWrapper .product-card:hover .productImage img{opacity:.3}.listingPageWrapper.productfound .prodlist_catname,.listingPageWrapper.productfound .breadCrumbWrapper-top{display:none}.listingPageWrapper.productfound .filerProductWrapper{padding-top:30px}.listingPageWrapper.productfound .filerProductWrapper .filterWithColor{padding:30px 15px 30px 0}.listingPageWrapper.noproductfound .prodlist_catname,.listingPageWrapper.noproductfound .breadCrumbWrapper-top,.listingPageWrapper.noproductfound .filerProductWrapper .filterWithColor{display:none}.listingPageWrapper.noproductfound.listing-page .prodlist_catname,.listingPageWrapper.noproductfound.listing-page .breadCrumbWrapper-top{display:flex;justify-content:center}.listingPageWrapper.noproductfound .productDetailWrapper{padding-left:0}.listingPageWrapper.noproductfound .productDetailWrapper .catnamensort_wrap{display:none}.listingPageWrapper.noproductfound .productDetailWrapper .noProducts{height:300px;display:flex;align-items:center}.listingPageWrapper.Fitbit .OnRequest{display:inline-block}#category-landing{padding:0}#category-landing .breadCrumbWrapper-top{padding-top:40px}#listing-landing,.listing-content{padding:0;min-height:850px}#listing-landing .breadCrumbWrapper-top,.listing-content .breadCrumbWrapper-top{padding-top:40px}#bannerAnimation{opacity:0;transform:translateY(50px);transition:.2s ease-out;padding-bottom:20px}#bannerAnimation.in-view{opacity:1;transform:translateY(0)}.category-landing-page{padding-top:0}.category-landing-page img{width:100%}.category-landing-page .sub-category-item{justify-content:center;margin-right:0!important;margin-left:0!important}@media (max-width: 767.98px){.category-landing-page .sub-category-item{justify-content:flex-start}}.category-landing-page .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 .breadCrumbWrapper-top{margin:0}.category-landing-page 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 div#sub-category-list.in-view{opacity:1;transform:translateY(0)}.category-landing-page 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 div#sub-category-list .row>div{max-width:calc(20% - 16px)}}@media (max-width: 1024.98px){.category-landing-page div#sub-category-list .row>div{max-width:calc(25% - 16px)}}@media (max-width: 767.98px){.category-landing-page div#sub-category-list .row>div{max-width:calc(33.3333333333% - 16px)}}@media (max-width: 575.98px){.category-landing-page div#sub-category-list .row>div{max-width:calc(50% - 16px)}}.category-landing-page div#sub-category-list .sub-category{display:block;border:none;text-align:center}.category-landing-page div#sub-category-list .sub-category .sub-category-image{border:1px solid #f0f0f0;max-width:100%;border-radius:10px}.category-landing-page 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 div#sub-category-list .sub-category .thcatprodcount{color:#636a67;text-align:left;font-size:14px;display:flex}.category-review-list{margin-bottom:30px;padding:0 100px!important}.category-review-list .title-section{margin:30px 0;border-bottom:solid 2px #efefef;text-align:left!important}.category-review-list .title-section h1{padding-bottom:10px;border-bottom:solid 2px #2c2c2c;display:inline-block;margin-bottom:-2px;font-size:1.75rem;font-weight:700}.category-review-list .owl-item{background-color:#f7f7f7;height:100%;border:1px solid #ccc;padding:10px 20px;line-height:inherit;overflow:hidden}.category-review-list .owl-item .testimonial{height:270px}.category-review-list .owl-item .testimonial .review-ratings{margin-left:-5px}.category-review-list .owl-item .testimonial .review-ratings i{padding:2px;font-size:1.75rem}.category-review-list .owl-item .testimonial .message span{font-size:16px;line-height:24px;font-weight:700;min-height:50px;display:block}.category-review-list .owl-item .testimonial .message p{padding:5px 0;color:#212529;font-size:14px}.category-review-list .owl-item .testimonial .author h6{text-align:left;font-weight:700;text-transform:capitalize}.prodlist_catname .categoryDetails{border:none;margin:40px 0 0;display:flex;align-items:center;justify-content:center;width:100%}.prodlist_catname .categoryDetails .categoryBanner{display:none}.prodlist_catname .categoryDetails .row.heading-view{width:100%}.prodlist_catname .categoryDetails .row.heading-view .col-6{max-width:100%;flex:1 1 auto}.prodlist_catname .categoryDetails .row.heading-view .col-6 .categoryName{display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:400;text-transform:uppercase}@media (max-width: 575.98px){.prodlist_catname .categoryDetails .row.heading-view .col-6 .categoryName{font-size:1.6538181818rem}}.prodlist_catname .categoryDetails .row.heading-view .col-6 .categoryName span{display:none}.prodlist_catname .categoryDetails .row.heading-view .col-6 .categoryName[data-catnme=Fitbit]:after{content:"\ae";font-size:14px;top:-8px;position:relative}.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}.catnamensort_wrap.active{z-index:99}@media (max-width: 1279.98px){.catnamensort_wrap{margin-bottom:5px}}.catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown{position:relative;width:220px}@media (min-width: 1700px){.catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown{width:230px}}.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}.catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown .active-item span{display:block;font-size:16px}.catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown .active-item i{padding-left:10px}.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}.catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown ul.dropdown-list li.item{padding:2px 0;cursor:pointer}.catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown ul.dropdown-list li.item.active{display:none}.catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown ul.dropdown-list li.item:hover{color:var(--active-color)}.catnamensort_wrap .productSortOptions .select-wrap .sortByDropDown ul.dropdown-list.active{visibility:visible;transform:translateY(0)}.catnamensort_wrap>div{flex-basis:30%;max-width:30%}@media (max-width: 1024.98px){.catnamensort_wrap>div{flex:0 0 50%;max-width:50%}}@media (max-width: 575.98px){.catnamensort_wrap>div{flex:0 0 100%;max-width:100%}}.catnamensort_wrap>div.categoryDetails{border:none;margin:0}.catnamensort_wrap>div.categoryDetails .categoryBanner{display:none}.catnamensort_wrap>div.categoryDetails .row.heading-view{width:100%}.catnamensort_wrap>div.categoryDetails .row.heading-view div.col-6{max-width:100%;flex:0 1 auto}.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){.catnamensort_wrap>div.categoryDetails .row.heading-view div.col-6 .categoryName{justify-content:center}}.catnamensort_wrap>div.categoryDetails .row.heading-view div.col-6 .categoryName span{margin-left:5px}.catnamensort_wrap>div.productSortOptions{display:flex;align-items:center;justify-content:flex-end}.catnamensort_wrap>div.productSortOptions .prod-sortoption{border:1px solid #eee;padding:10px 20px;border-radius:30px}@media (max-width: 575.98px){.catnamensort_wrap>div.productSortOptions .prod-sortoption{width:100%}}@media (max-width: 575.98px){.catnamensort_wrap>div.productSortOptions .prod-sortoption .select-wrap{width:100%}}@media (max-width: 575.98px){.catnamensort_wrap>div.productSortOptions .prod-sortoption .select-wrap select{width:100%}}@media (max-width: 1024.98px){.catnamensort_wrap>div.sortViewPage{flex:0 0 100%;max-width:100%}}.catnamensort_wrap>div.totalCountWrap{flex:0 0 35%;max-width:35%;margin:0 auto;text-align:center}.catnamensort_wrap>div.totalCountWrap p{font-size:16px;margin:0}@media (max-width: 1024.98px){.catnamensort_wrap>div.totalCountWrap{flex:0 0 50%;max-width:50%;text-align:right}}@media (max-width: 575.98px){.catnamensort_wrap>div.totalCountWrap{flex:0 0 100%;max-width:100%;margin-top:15px;text-align:center}}.filterWrapper .filter .panel-collapse label{display:flex;align-items:center}.filterWrapper .filter .panel-collapse 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}.filterWrapper .filter .panel-collapse 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}.filterWrapper .filter .panel-collapse label input[type=checkbox]:checked{background-color:var(--clr_background);border-color:var(--color-primary)}.filterWrapper .filter .panel-collapse label input[type=checkbox]:checked:before{transform:scale(1)}.filterWrapper .filter .panel-collapse label input[type=checkbox]:checked+span{color:var(--color-primary)}.filterWrapper .viewLessMore{border:none;outline:none;text-decoration:underline;color:#ff0015;font-size:16px;background:transparent}.priceRange_wrapper .pricrangnumwrap span{font-size:1.0336363636rem}.priceRange_wrapper .pricrangnumwrap span.pricrangnumcont1,.priceRange_wrapper .pricrangnumwrap span.pricrangnumcont2{padding-left:43px;position:relative}.priceRange_wrapper .pricrangnumwrap span.pricrangnumcont1:after,.priceRange_wrapper .pricrangnumwrap span.pricrangnumcont2:after{position:absolute;top:-1px}.priceRange_wrapper .pricrangnumwrap span.pricrangnumcont1:after{content:"From";left:0}.priceRange_wrapper .pricrangnumwrap span.pricrangnumcont2.pricrangnumcont2:after{content:"To";left:20px}@-moz-document url-prefix(){.category-filter .categoryFilterUl li a:after{-moz-appearance:initial;border:2px solid #444;height:18px;width:18px}.category-filter .categoryFilterUl li a:before{top:5px;left:5.5px;border-width:2px}}.abc{border:solid 1px #999;background-color:#f1f1f1;padding:5px}input[type=radio]{accent-color:var(--txt-color);cursor:pointer}.wrapperContent{display:flex;color:var(--txt-color);row-gap:15px}@media (max-width: 1024.98px){.wrapperContent{flex-direction:column}}.wrapperContent .leftSection{flex:0 0 70%;max-width:70%;padding:25px;border:1px solid #e6e6e6;border-radius:4px;margin-right:3.5%;counter-reset:section}@media (max-width: 1024.98px){.wrapperContent .leftSection{flex:0 0 100%;max-width:100%;margin-right:0;padding:0;border:none}}.wrapperContent .rightSection{flex:1 1 auto}@media (max-width: 1024.98px){.wrapperContent .rightSection{flex:0 0 100%;max-width:100%}}.leftSection .page-heading:before{counter-increment:section;content:counters(section,".") ". "}.card-body .card-title{color:var(--txt-color);font-size:20px;font-weight:var(--font-weight-bold);line-height:var(--font-body-lineheight)}.defaultAddress{display:flex;border-bottom:1px solid var(--border-list);margin-bottom:15px;line-height:var(--font-body-lineheight);flex-wrap:wrap;row-gap:15px}.defaultAddress .pageHeader{flex:0 0 300px!important;max-width:300px}.defaultAddress .wrapper-address{flex:1 1 auto!important;margin-bottom:8px}.defaultAddress .toggleBtn{flex:0 0 50px!important;max-width:50px;color:#007185;text-align:right;cursor:pointer;margin-bottom:8px;border:0;background:none}.addressList{width:100%}.addressList .addres-item-border{border:1px solid var(--border-list);border-radius:8px;padding:14px 18px;margin-bottom:15px;display:flex;align-items:flex-start;column-gap:10px;row-gap:10px}.addressList .addres-item-border.active,.addressList .addres-item-border:focus{border:1px solid rgb(251,216,180)!important;background:rgb(252,245,238)}.addressList .addres-item-border input{margin:6px 0 0}.addressList .deffaultAddressSelected{display:none}.addressList .address_inner_wrapper{width:100%}.addressList .address_inner_wrapper .edit-delete-btn{display:inline-flex;column-gap:10px;position:relative;bottom:0}.addressList .address_inner_wrapper .edit-delete-btn .btn{background:transparent!important;padding:0;font-size:12px;color:#007185;text-transform:capitalize;border:0px}.addressList .address_inner_wrapper .edit-delete-btn .btn.active,.addressList .address_inner_wrapper .edit-delete-btn .btn:focus{outline:none;box-shadow:none}.addressList .addAddress{padding:0;color:#007185;font-size:var(--font-body-size);margin-bottom:15px;border:0px;background-color:transparent}.addressList .addAddress .icon-plus{color:var(--color-secondary-700);margin-right:10px}.paymentMethods{line-height:var(--font-body-lineheight)}.paymentMethods .defaultPaymentMethod{position:relative}.paymentMethods .defaultPaymentMethod .toggleBtn{position:absolute;right:18px;top:45px;color:#007185;cursor:pointer}.paymentMethods .pageHeader{margin-bottom:8px}.paymentMethods .paymentOptions{border:1px solid var(--border-list);border-radius:8px;padding:14px 18px}.paymentMethods .paymentOptions>label{display:flex;column-gap:10px;font-weight:var(--font-weight-bold);cursor:pointer}.paymentMethods .selectedPaymentPromoCode{border:1px solid rgb(251,216,180)!important;background:rgb(252,245,238);border-radius:8px;padding:14px 18px}.paymentMethods .selectedPaymentPromoCode .selectedPayment{font-size:calc(var(--font-body-size) + 2px);font-weight:var(--font-weight-bold);text-transform:capitalize}.rightSection .card{border:1px soild #e6e6e6}@media (max-width: 1024.98px){.rightSection .card-body{padding:14px 18px}}.rightSection .orderSummary{line-height:var(--font-body-lineheight);margin-bottom:15px;border-radius:4px}.rightSection .orderSummary .pageHeader{margin-bottom:8px}.rightSection .orderSummary .applyPromoCode .promoCodeTitle{margin:0 0 8px;color:var(--txt-color);font-size:14px;font-weight:600;line-height:var(--font-body-lineheight)}.rightSection .orderSummary .applyPromoCodeForm input{flex:2;border-radius:5px 0 0 5px!important}.rightSection .orderSummary .applyPromoCodeForm .input-group-append{flex:1 1 auto}.rightSection .orderSummary .applyPromoCodeForm .input-group-append .applyCodeBtn{width:100%;border-radius:0 5px 5px 0}.rightSection .orderSummary .applyPromoCodeForm .error-text br+br{display:none}.rightSection .orderSummary .summaryList .summary{display:flex;justify-content:space-between;margin-bottom:8px;font-weight:var(--font-weight-bold)}.rightSection .orderSummary .summaryList .summary.totalAmunt{color:var(--color-secondary-700);font-size:18px;border-top:1px solid var(--border-list);padding-top:8px}.rightSection .orderSummary .summaryList .summary.saving{align-items:center;font-size:12px}.rightSection .orderSummary .summaryList .summary.saving .remove{padding:0!important;text-decoration:none;vertical-align:top;font-size:var(--font-body-size)}.rightSection .orderSummary #altPaymentOptionList .paymentOptions{display:flex;flex-direction:column}.rightSection .orderSummary #altPaymentOptionList .paymentOptions>label{display:flex;align-items:center;gap:10px;font-weight:var(--font-weight-bold)}.rightSection .orderSummary .placeOrderBtn{margin-top:15px}.rightSection .orderSummary .placeOrderBtn button{width:100%}.rightSection .promoCodeWrapper .promoCodeList .pageHeader{margin-bottom:8px}.rightSection .promoCodeWrapper .promoCodeList .promoCode{display:flex;column-gap:10px;align-items:center;margin-bottom:8px}.rightSection .promoCodeWrapper .promoCodeList .promoCode h3{font-size:14px;margin:0;font-weight:600}.rightSection .promoCodeWrapper .promoCodeList .description{color:#4c4c4c;font-weight:600}.checkoutlabel{display:block!important;font-size:1.71429rem;font-weight:700;letter-spacing:-.06px;line-height:32px;border-bottom:2px solid #525252;margin-bottom:20px}.billingContainer{padding:30px!important;border:1px solid #c6c6c6;border-radius:5px}.billingContainer span{font-size:1.14286rem;font-weight:700;letter-spacing:.04px;line-height:22px;padding-bottom:10px}.shipAddressContainer{padding:30px;border:1px solid #c6c6c6;border-radius:5px}.shipAddressContainer span{font-size:1.14286rem;font-weight:700;letter-spacing:.04px;line-height:22px;padding-bottom:10px}.sameAsBillingLabel{font-size:1rem;letter-spacing:-.03px;line-height:18px;margin-top:10px}.sameAsBillingLabel input{vertical-align:baseline}.formWrapperContainer{margin-top:15px}#shippingAddressDropdown{font-size:large;margin-left:1rem}.orClass{font-size:.8125rem;line-height:18px;font-weight:700;margin-left:.5rem!important}.formWrapper{display:grid;gap:2px 5px!important}.formWrapper span{padding:0 2px 0 0}.formWrapper span div>input{font-size:1rem}.formWrapper span label{color:#87a1bf;font-size:.8rem;font-weight:400}.formWrapper span label select{width:100%!important;padding:6px 0}.formWrapper .shippingName input{border:1px solid #495057!important}.country-error{color:#cf2536!important;display:inline-block;font-size:13px!important;font-weight:400!important;letter-spacing:.04px;line-height:22px;text-transform:uppercase}.cartPopup_wrapper .panel-title h1{font-size:1.6538181818rem;font-weight:700;letter-spacing:-.06px;line-height:32px;border-bottom:2px solid #525252;margin-bottom:20px}.basket-view-wrapper .basketListingTable thead tr th{border:1px solid #ccc!important;text-transform:uppercase;font-size:18px;padding:15px 10px}.basket-view-wrapper .basketListingTable tbody tr td{font-size:18px}.basket-view-wrapper .basketListingTable tbody tr td.productDetail .item-name{font-size:18px;line-height:22px;margin-bottom:10px}.basket-view-wrapper .basketListingTable tbody tr td.productDetail .item-sku,.basket-view-wrapper .basketListingTable tbody tr td.productDetail .imprintLocation,.basket-view-wrapper .basketListingTable tbody tr td.productDetail .imprintMethodClass{font-size:14px;line-height:22px}.basket-view-wrapper .basketListingTable tbody tr td .artwork_btn{border:0;background:transparent;font-size:14px;color:#1c65d3}.basket-view-wrapper .basketListingTable tbody tr td.cart-item-description input{padding:10px;font-size:18px;border:1px solid #ddd}.price-subtotal{margin-top:30px;margin-bottom:30px}.price-subtotal .checkoutTotalDiv{display:flex;justify-content:space-between}.price-subtotal .checkoutTotalDiv div{flex:0 0 33.3333333333%;max-width:33.3333333333%}.price-subtotal .checkoutTotalDiv div.price-amount-checkout{display:flex;justify-content:flex-end;align-items:center}.price-subtotal .checkoutTotalDiv div.price-amount-checkout .txt-subtoatal{font-size:18px}.price-subtotal .checkoutTotalDiv div.price-amount-checkout .price-text{font-size:25px;font-weight:700}.price-subtotal .checkoutTotalDiv div.promoCodeContainer label{display:flex;width:100%}.price-subtotal .checkoutTotalDiv div.promoCodeContainer label input{font-size:16px;padding:5px 10px;height:40px;border:1px solid #ccc;width:100%;color:red}.price-subtotal .checkoutTotalDiv div.promoCodeContainer label button{font-size:14px;text-transform:uppercase;letter-spacing:1.6px;background-image:linear-gradient(180deg,#21c07b 0%,#02a36b 50%,#21c07b 100%);color:#fff;padding:5px 10px;text-align:center;display:inline-block;transition:all .8s ease-in;font-weight:700;outline:none;text-shadow:none!important;border-color:transparent;border-radius:0 4px 4px 0}.price-subtotal .POnumberDivContainer{display:flex;align-items:center;justify-content:space-between}.price-subtotal .POnumberDivContainer .PoNoFeature{flex:0 0 33%;max-width:33%}.price-subtotal .POnumberDivContainer .billmelaterSection{display:flex;flex-wrap:wrap;justify-content:flex-end}.price-subtotal .POnumberDivContainer .billmelaterSection .POLabel{flex:0 0 100%;max-width:100%;text-align:right;font-size:18px;font-weight:700}.price-subtotal .POnumberDivContainer .billmelaterSection .billmelaterContainer{margin-top:10px;font-size:16px;display:flex;align-items:center;justify-content:flex-end}.price-subtotal .POnumberDivContainer .billmelaterSection .billmelaterContainer .billmelaterlabel{margin-left:10px}.price-subtotal .freghtContainer{display:block!important;text-align:right}.price-subtotal .freghtContainer .freightDropdown{flex:0 0 30%;max-width:30%;margin-left:auto;margin-bottom:20px}.price-subtotal .freghtContainer>span{flex:0 0 30%;max-width:30%;margin-bottom:20px;display:inline-block}.price-subtotal .checkout{display:flex;justify-content:flex-end}.price-subtotal .checkout #btnCheckout{min-width:auto!important;width:auto!important;left:auto!important}.residentialLabel{position:relative;font-size:.92857rem;letter-spacing:-.03px;line-height:18px;font-weight:400!important}#categoriesTarget h1{font-size:20px;font-weight:700;text-transform:uppercase;margin-top:15px;margin-bottom:5px}#category-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));column-gap:15px;row-gap:30px;margin:30px 0;opacity:0;transform:translateY(50px);transition:.2s ease-out}@media (max-width: 767.98px){#category-list{row-gap:15px}}#category-list .category-image{background:#ededed;padding:20px;text-align:center;min-height:88%!important}#category-list .subCategory-name-count h2{font-size:16px;font-weight:700;text-transform:uppercase;margin-top:15px;margin-bottom:5px}#category-list.in-view{opacity:1;transform:translateY(0)}.main-category>ul{display:flex;flex-direction:column;gap:8px;font-size:14px}.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}.thankyouprint{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: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}.thankyouWrapper .printContainer{display:flex;justify-content:space-between}.thankyouWrapper .printContainer .print{height:40px!important}.freightContainerThnkyou{display:flex;justify-content:flex-end;font-size:18px;font-weight:700}.freightThankyouValue{padding-left:20px;font-weight:600}#_marcoDesign_w4tx9_1{position:relative;width:100%;text-align:left;color:#444;font-family:League Spartan;background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;font-size:16px}@media screen and (max-width: 1296px){#_marcoDesign_w4tx9_1{flex-direction:column}}#_marcoDesign_w4tx9_1 .buy-more{align-self:stretch;position:relative;text-transform:uppercase;font-weight:900}#_marcoDesign_w4tx9_1 .title{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:30px}#_marcoDesign_w4tx9_1 .promo-code,#_marcoDesign_w4tx9_1 .sav-fe23{position:relative;line-height:30px}#_marcoDesign_w4tx9_1 .sav-fe23{font-size:20px;font-family:League Spartan;color:#fff;text-align:left}#_marcoDesign_w4tx9_1 .sav-fe23-wrapper{cursor:pointer;border:1px solid #fff;padding:4px 20px;background-color:transparent;border-radius:30px;display:flex;flex-direction:column;align-items:center;justify-content:center}#_marcoDesign_w4tx9_1 .expires-on-6th{align-self:stretch;position:relative;font-size:13px;line-height:30px;opacity:.6}#_marcoDesign_w4tx9_1 .frame-parent{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px}#_marcoDesign_w4tx9_1 .frame-child,#_marcoDesign_w4tx9_1 .frame-item{position:relative;width:10px;height:10px;flex-shrink:0}#_marcoDesign_w4tx9_1 .frame-item{opacity:.5}#_marcoDesign_w4tx9_1 .ellipse-parent{align-self:stretch;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:11px}#_marcoDesign_w4tx9_1 .promocode{gap:20px;font-size:16px}#_marcoDesign_w4tx9_1 .content,#_marcoDesign_w4tx9_1 .hero-banner,#_marcoDesign_w4tx9_1 .promocode{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_marcoDesign_w4tx9_1 .content{gap:60px}#_marcoDesign_w4tx9_1 .hero-banner{flex:1;border-radius:5px;padding:40px;background-image:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/hero-banner@3x.png);background-size:cover;background-repeat:no-repeat;background-position:top}#_marcoDesign_w4tx9_1 .promotional-mugs{align-self:stretch;position:relative;line-height:40px;text-transform:uppercase;font-weight:900}#_marcoDesign_w4tx9_1 .free-samples-get1{align-self:stretch;position:relative;font-size:20px;line-height:22px;font-weight:600}#_marcoDesign_w4tx9_1 .content1,#_marcoDesign_w4tx9_1 .promotional-banner1{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_marcoDesign_w4tx9_1 .content1{gap:20px}#_marcoDesign_w4tx9_1 .promotional-banner1{border-radius:5px;overflow:hidden;padding:38px 28px;background-image:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/promotionalbanner1@3x.png);background-size:cover;background-repeat:no-repeat;background-position:top}#_marcoDesign_w4tx9_1 .get-20-off,#_marcoDesign_w4tx9_1 .reusable-bags{align-self:stretch;position:relative}#_marcoDesign_w4tx9_1 .reusable-bags{text-transform:uppercase;font-weight:900}#_marcoDesign_w4tx9_1 .get-20-off{font-size:20px;font-weight:600;display:inline-block;height:38px;flex-shrink:0}#_marcoDesign_w4tx9_1 .custom-bottles,#_marcoDesign_w4tx9_1 .custom-bottles1{flex:1;border-radius:5px;overflow:hidden;display:flex;flex-direction:column;padding:32px 30px;align-items:flex-start;justify-content:flex-start;gap:18px;background-image:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/custombottles@3x.png);background-size:cover;background-repeat:no-repeat;background-position:top}#_marcoDesign_w4tx9_1 .custom-bottles p,#_marcoDesign_w4tx9_1 .custom-bottles1 p{font-size:inherit;margin:0}#_marcoDesign_w4tx9_1 .custom-bottles1{background-image:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/custombottles@3x2.png)}#_marcoDesign_w4tx9_1 .promotional-banner2{flex-direction:row}#_marcoDesign_w4tx9_1 .banner,#_marcoDesign_w4tx9_1 .promotional-banner2,#_marcoDesign_w4tx9_1 .promotional-banners{align-self:stretch;display:flex;align-items:flex-start;justify-content:flex-start;gap:20px}#_marcoDesign_w4tx9_1 .promotional-banners{flex:1;flex-direction:column}#_marcoDesign_w4tx9_1 .banner{flex-direction:row;padding:20px;font-size:32px;color:#fff}#_marcoDesign_w4tx9_1 .your-1-promotional{flex:1;position:relative;font-weight:800}#_marcoDesign_w4tx9_1 .title1{align-self:stretch;display:flex;flex-direction:row;padding:10px;align-items:flex-start;justify-content:flex-start}#_marcoDesign_w4tx9_1 .promo-card-img-icon{border-radius:4px;border:1px solid #eef2f6;max-width:100%;overflow:hidden;height:200px;flex-shrink:0;object-fit:contain}#_marcoDesign_w4tx9_1 .drinkware2,#_marcoDesign_w4tx9_1 .products,#_marcoDesign_w4tx9_1 .promo-card-img-icon{align-self:stretch;position:relative}#_marcoDesign_w4tx9_1 .drinkware2{font-weight:600;color:#444}#_marcoDesign_w4tx9_1 .products{font-size:13px;color:#999}#_marcoDesign_w4tx9_1 .content2{align-self:stretch;display:flex;flex-direction:column;gap:10px}#_marcoDesign_w4tx9_1 .content2,#_marcoDesign_w4tx9_1 .events-meetings,#_marcoDesign_w4tx9_1 .promo-card-row1{align-items:flex-start;justify-content:flex-start}#_marcoDesign_w4tx9_1 .events-meetings{flex:1;display:flex;flex-direction:column;gap:17px}#_marcoDesign_w4tx9_1 .promo-card-row1{align-self:stretch;display:grid;flex-direction:row;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}#_marcoDesign_w4tx9_1 .promo-cards{align-items:flex-start;text-align:left;font-size:16px}#_marcoDesign_w4tx9_1 .promo-cards,#_marcoDesign_w4tx9_1 .promotional-products-section,#_marcoDesign_w4tx9_1 .promotional-products-supplies{align-self:stretch;display:flex;flex-direction:column;justify-content:flex-start}#_marcoDesign_w4tx9_1 .promotional-products-supplies{padding:20px;align-items:center;gap:20px}#_marcoDesign_w4tx9_1 .promotional-products-section{background-color:#fff;align-items:flex-start;text-align:center;font-size:32px}#_marcoDesign_w4tx9_1 .deals-of-the,#_marcoDesign_w4tx9_1 .div1{position:relative;font-weight:600}#_marcoDesign_w4tx9_1 .div1{display:inline-block;width:19px;height:10.49px;flex-shrink:0}#_marcoDesign_w4tx9_1 .countdown-timer1{border-radius:4px;background-color:#444;overflow:hidden;display:flex;flex-direction:column;padding:8px 5px;align-items:flex-start;justify-content:flex-start}#_marcoDesign_w4tx9_1 .div2{position:relative;font-weight:600;color:#c5c5c5}#_marcoDesign_w4tx9_1 .countdown-timer{flex:1;overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:3px;text-align:center;font-size:16px;color:#fff}#_marcoDesign_w4tx9_1 .product-img-icon,#_marcoDesign_w4tx9_1 .section-title{align-self:stretch;overflow:hidden}#_marcoDesign_w4tx9_1 .section-title{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:20px;margin-left:0}#_marcoDesign_w4tx9_1 .product-img-icon{max-width:100%;max-height:100%;object-fit:cover;z-index:0;margin:0 auto;border:1px solid #eef2f6;border-radius:5px}#_marcoDesign_w4tx9_1 .save-30{flex:1;position:relative;display:inline-block;height:7.86px}#_marcoDesign_w4tx9_1 .discount-offer,#_marcoDesign_w4tx9_1 .wishlist-icon{position:absolute;margin:0!important}#_marcoDesign_w4tx9_1 .discount-offer{top:0;left:0;border-radius:5px 0;background-color:#ce365b;width:67px;display:flex;flex-direction:row;padding:6px;box-sizing:border-box;align-items:flex-start;justify-content:flex-start;z-index:1;text-align:center;font-size:12px}#_marcoDesign_w4tx9_1 .wishlist-icon{top:10px;right:10px;width:24px;height:24px;flex-shrink:0;overflow:hidden;z-index:2;font-size:24px;color:#ddd;border:0;background:transparent;padding:0}#_marcoDesign_w4tx9_1 .wishlist-icon.added{color:red}#_marcoDesign_w4tx9_1 .star-rating-icon{position:relative;width:18px;height:18px;flex-shrink:0;overflow:hidden}#_marcoDesign_w4tx9_1 .star-rating{align-self:stretch;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;z-index:3}#_marcoDesign_w4tx9_1 .as-low-as,#_marcoDesign_w4tx9_1 .pro-boca-polo{position:relative;font-weight:600}#_marcoDesign_w4tx9_1 .pro-boca-polo{align-self:stretch;line-height:16px;color:#444;z-index:4;text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#_marcoDesign_w4tx9_1 .as-low-as{flex:1}#_marcoDesign_w4tx9_1 .min-order-18{position:relative;font-size:12px;color:#999;text-align:right}#_marcoDesign_w4tx9_1 .as-low-price{align-self:stretch;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:19px;z-index:5;color:#00a0b3}#_marcoDesign_w4tx9_1 .get-sample-for{flex:1;position:relative;font-size:15px;font-weight:600;font-family:League Spartan;color:#444;text-align:center}#_marcoDesign_w4tx9_1 .get-sample-cta{cursor:pointer;border:1px solid #444;padding:18px 15px;background-color:transparent;align-self:stretch;border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:center;z-index:6;text-decoration:none}#_marcoDesign_w4tx9_1 .get-sample-cta:hover{background-color:#f29834;color:#fff}#_marcoDesign_w4tx9_1 .card-wrapper{gap:14px;display:flex;flex-direction:column;width:100%}#_marcoDesign_w4tx9_1 .deals-product-card-1,#_marcoDesign_w4tx9_1 .discount-offer1{display:flex;align-items:flex-start;justify-content:flex-start;color:#fff}#_marcoDesign_w4tx9_1 .deals-product-card-1{flex:1;flex-direction:column;position:relative;gap:14px;text-align:left}#_marcoDesign_w4tx9_1 .discount-offer1{margin:0!important;position:absolute;top:0;left:0;border-radius:5px 0;background-color:#ce365b;width:67px;flex-direction:row;padding:6px;box-sizing:border-box;z-index:1;font-size:12px}#_marcoDesign_w4tx9_1 .pro-boca-polo1{align-self:stretch;position:relative;line-height:16px;font-weight:600;text-align:left;z-index:4;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#_marcoDesign_w4tx9_1 .as-low-price1,#_marcoDesign_w4tx9_1 .get-sample-cta1{align-self:stretch;display:flex;flex-direction:row}#_marcoDesign_w4tx9_1 .as-low-price1{align-items:flex-start;justify-content:flex-start;gap:19px;z-index:5;text-align:left;color:#00a0b3}#_marcoDesign_w4tx9_1 .get-sample-cta1{border-radius:4px;border:1px solid #444;padding:18px 20px;align-items:center;justify-content:center;z-index:6;font-size:16px}#_marcoDesign_w4tx9_1 .deals-product-card-11{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;position:relative;gap:14px}#_marcoDesign_w4tx9_1 .deals-of-the-week1,#_marcoDesign_w4tx9_1 .product-card-panel{align-self:stretch;align-items:flex-start;justify-content:flex-start;gap:20px}#_marcoDesign_w4tx9_1 .product-card-panel{display:grid;flex-direction:row;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));text-align:center;font-size:14px}#_marcoDesign_w4tx9_1 .deals-of-the-week1{display:flex;flex-direction:column;padding:30px 20px}#_marcoDesign_w4tx9_1 .slider-indicator-child{position:relative;width:12px;height:12px;flex-shrink:0}#_marcoDesign_w4tx9_1 .slider-indicator{align-self:stretch;display:none;flex-direction:row;padding:10px 0;align-items:flex-start;justify-content:center;gap:10px}#_marcoDesign_w4tx9_1 .cs-title,#_marcoDesign_w4tx9_1 .deals-of-the-week{align-self:stretch;display:flex;align-items:flex-start;justify-content:flex-start;font-size:24px}#_marcoDesign_w4tx9_1 .deals-of-the-week{background-color:#fff;flex-direction:column;padding:10px 0}#_marcoDesign_w4tx9_1 .cs-title{flex-direction:row}#_marcoDesign_w4tx9_1 .allegiance-wireless-power{align-self:stretch;position:relative;line-height:24px}#_marcoDesign_w4tx9_1 .as-low-as5{align-self:stretch;position:relative;font-size:24px;font-weight:600}#_marcoDesign_w4tx9_1 .price-content{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:10px}#_marcoDesign_w4tx9_1 .shop-all-child{position:relative;width:15.75px;height:11.05px;flex-shrink:0}#_marcoDesign_w4tx9_1 .clearance-sale,#_marcoDesign_w4tx9_1 .content7{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_marcoDesign_w4tx9_1 .content7{align-self:stretch;gap:60px}#_marcoDesign_w4tx9_1 .clearance-sale{flex:1;border-radius:5px;height:300px;padding:30px;box-sizing:border-box;background-image:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/clearancesale@3x.png);background-size:cover;background-repeat:no-repeat;background-position:top}#_marcoDesign_w4tx9_1 .span{font-size:16px;text-decoration:line-through}#_marcoDesign_w4tx9_1 .div6{position:relative;font-weight:600;font-size:24px}#_marcoDesign_w4tx9_1 .best-sellers{flex:1;border-radius:5px;height:300px;display:flex;flex-direction:column;padding:30px;box-sizing:border-box;align-items:flex-start;justify-content:flex-start;background-image:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/bestsellers@3x.png);background-size:cover;background-repeat:no-repeat;background-position:top}#_marcoDesign_w4tx9_1 .cant-find-what-container{flex:1;position:relative;line-height:30px;font-weight:600}#_marcoDesign_w4tx9_1 .cant-find-what-container .save-30-on{font-weight:inherit}#_marcoDesign_w4tx9_1 .get-in-touch-cta,#_marcoDesign_w4tx9_1 .price-content2{display:flex;align-items:flex-start}#_marcoDesign_w4tx9_1 .price-content2{align-self:stretch;flex-direction:column;justify-content:flex-start}#_marcoDesign_w4tx9_1 .get-in-touch-cta{border-radius:5px;background-color:#f29834;width:124px;flex-direction:row;padding:15px 20px;box-sizing:border-box;justify-content:center;color:#fff}#_marcoDesign_w4tx9_1 .content9,#_marcoDesign_w4tx9_1 .get-in-touch{display:flex;flex-direction:column;align-items:center;justify-content:center}#_marcoDesign_w4tx9_1 .content9{align-self:stretch;gap:40px}#_marcoDesign_w4tx9_1 .get-in-touch{flex:1;border-radius:5px;background-color:#dfefff;height:300px;padding:0 20px;box-sizing:border-box;text-align:center;color:#444}#_marcoDesign_w4tx9_1 .static-banners{align-self:stretch;background-color:#fff;display:grid;flex-direction:row;padding:30px 20px;align-items:flex-start;justify-content:flex-start;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));color:#fff}#_marcoDesign_w4tx9_1 .span1{color:#f29834}#_marcoDesign_w4tx9_1 .offering-quality-promotional-container{flex:1;position:relative;font-weight:600}#_marcoDesign_w4tx9_1 .title3{align-self:stretch;display:flex;flex-direction:row;padding:10px;align-items:flex-start;justify-content:flex-start}#_marcoDesign_w4tx9_1 .box-delivery-down-download-pac-icon{position:relative;width:24px;height:24px;flex-shrink:0;overflow:hidden}#_marcoDesign_w4tx9_1 .no-surprises-{align-self:stretch;position:relative;line-height:30px;font-weight:600}#_marcoDesign_w4tx9_1 .free-sample{color:#00a0b3}#_marcoDesign_w4tx9_1 .see-it-touch-container{align-self:stretch;position:relative;font-size:16px;line-height:24px}#_marcoDesign_w4tx9_1 .quality-promo-card{flex:1;display:flex;flex-direction:column;padding:0 50px 0 0;align-items:flex-start;justify-content:flex-start;gap:30px}#_marcoDesign_w4tx9_1 .thousands-of-organizations{color:#444}#_marcoDesign_w4tx9_1 .for-over-50-container{align-self:stretch;position:relative;font-size:16px;line-height:24px;color:#00a0b3}#_marcoDesign_w4tx9_1 .quality-promo-card1{flex:1;display:flex;flex-direction:column;padding:0 50px 0 0;align-items:flex-start;justify-content:flex-start;gap:30px}#_marcoDesign_w4tx9_1 .price-usd-tag-icon-1{position:relative;width:25px;height:25px;flex-shrink:0;overflow:hidden}#_marcoDesign_w4tx9_1 .content-section,#_marcoDesign_w4tx9_1 .quality-promo-card2{align-items:flex-start;justify-content:flex-start}#_marcoDesign_w4tx9_1 .quality-promo-card2{flex:1;display:flex;flex-direction:column;padding:0 50px 0 0;gap:30px}#_marcoDesign_w4tx9_1 .content-section{align-self:stretch;display:grid;flex-direction:row;padding:10px 0 0;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));text-align:left;font-size:24px}#_marcoDesign_w4tx9_1 .offering-quality-products-sinc,#_marcoDesign_w4tx9_1 .slider-indicator1{align-self:stretch;display:flex;flex-direction:row;padding:10px 0;align-items:flex-start;justify-content:center;gap:10px}#_marcoDesign_w4tx9_1 .offering-quality-products-sinc{background-color:#fff;flex-direction:column;padding:30px 20px;justify-content:flex-start;gap:20px;text-align:center;font-size:48px}#_marcoDesign_w4tx9_1 .if-anyone-deserves{align-self:stretch;position:relative;font-weight:600}#_marcoDesign_w4tx9_1 .cta-learn-more{border-radius:5px;background-color:#f29834;display:flex;flex-direction:row;padding:16px 30px;align-items:flex-start;justify-content:flex-start;text-align:center;font-size:14px}#_marcoDesign_w4tx9_1 .content10,#_marcoDesign_w4tx9_1 .employee-appreciation-gifts{align-self:stretch;display:flex;flex-direction:column}#_marcoDesign_w4tx9_1 .content10{align-items:flex-start;justify-content:flex-start;gap:23px}#_marcoDesign_w4tx9_1 .employee-appreciation-gifts{cursor:pointer;border:1px solid #fff;padding:10px;background-color:#0003;border-radius:20px;align-items:center;justify-content:center}#_marcoDesign_w4tx9_1 .custom-personalised-gift{align-self:stretch;position:relative;font-size:16px;font-family:League Spartan;color:#fff;text-align:center}#_marcoDesign_w4tx9_1 .employee-banner-with-tags,#_marcoDesign_w4tx9_1 .tags{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_marcoDesign_w4tx9_1 .tags{width:300px;padding:30px 0 0;box-sizing:border-box;gap:10px}#_marcoDesign_w4tx9_1 .employee-banner-with-tags{align-self:stretch;padding:90px 510px 90px 100px;background-image:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/employeebannerwithtags@3x.png);background-size:cover;background-repeat:no-repeat;background-position:top;font-size:24px;color:#fff}#_marcoDesign_w4tx9_1 .join{text-decoration:underline}#_marcoDesign_w4tx9_1 .brand-logo-icon{flex:1;max-width:100%;overflow:hidden;height:100px;object-fit:cover;mix-blend-mode:darken}#_marcoDesign_w4tx9_1 .brand-logos,#_marcoDesign_w4tx9_1 .brands,#_marcoDesign_w4tx9_1 .promo-cards1{align-self:stretch;justify-content:flex-start}#_marcoDesign_w4tx9_1 .brand-logos{display:grid;flex-direction:row;align-items:flex-start;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}#_marcoDesign_w4tx9_1 .brands,#_marcoDesign_w4tx9_1 .promo-cards1{display:flex;flex-direction:column;align-items:center}#_marcoDesign_w4tx9_1 .brands{background-color:#dfefff;padding:40px 20px;gap:30px;text-align:center;font-size:24px;color:#f29834}#_marcoDesign_w4tx9_1 .we-ordered-the{align-self:stretch;position:relative;font-size:16px;line-height:22px}#_marcoDesign_w4tx9_1 .title6{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:20px}#_marcoDesign_w4tx9_1 .scripto-score-ballpoint{margin:0;color:#00a0b3}#_marcoDesign_w4tx9_1 .star-child{position:relative;border-radius:1px;width:16px;height:16px;flex-shrink:0}#_marcoDesign_w4tx9_1 .content11,#_marcoDesign_w4tx9_1 .footer,#_marcoDesign_w4tx9_1 .star{display:flex;align-items:flex-start;justify-content:flex-start}#_marcoDesign_w4tx9_1 .star{flex-direction:row;gap:8px}#_marcoDesign_w4tx9_1 .content11,#_marcoDesign_w4tx9_1 .footer{align-self:stretch;flex-direction:column}#_marcoDesign_w4tx9_1 .footer{padding:10px 0;gap:20px;font-size:16px}#_marcoDesign_w4tx9_1 .content11{gap:30px;z-index:0}#_marcoDesign_w4tx9_1 .quote-icon{position:absolute;margin:0!important;top:-11px;left:34px;width:26px;height:21px;flex-shrink:0;z-index:1}#_marcoDesign_w4tx9_1 .group-icon{position:relative;width:40px;height:40px;flex-shrink:0}#_marcoDesign_w4tx9_1 .left-circle-arrow,#_marcoDesign_w4tx9_1 .right-circle-arrow{margin:0!important;position:absolute;top:127px;display:none;flex-direction:row;align-items:flex-start;justify-content:flex-start}#_marcoDesign_w4tx9_1 .left-circle-arrow{left:-18px;z-index:2}#_marcoDesign_w4tx9_1 .right-circle-arrow{right:-18px;z-index:3}#_marcoDesign_w4tx9_1 .quote,#_marcoDesign_w4tx9_1 .quote-content,#_marcoDesign_w4tx9_1 .quote1,#_marcoDesign_w4tx9_1 .quote2{display:flex;justify-content:flex-start;gap:20px}#_marcoDesign_w4tx9_1 .quote1,#_marcoDesign_w4tx9_1 .quote2{flex:1;border-radius:5px;background-color:#f2f2f2;border-bottom:6px solid #00a0b3;flex-direction:column;padding:40px 50px 20px;align-items:flex-start;position:relative}#_marcoDesign_w4tx9_1 .quote,#_marcoDesign_w4tx9_1 .quote-content{align-self:stretch;flex-direction:row;padding:10px 20px 0;align-items:center;text-align:left;font-size:24px}#_marcoDesign_w4tx9_1 .quote{background-color:#fff;flex-direction:column;padding:30px 20px 20px;align-items:flex-start;text-align:center;font-size:30px}#_marcoDesign_w4tx9_1 .quote .save-30-on{color:#444}#_marcoDesign_w4tx9_1 .quote .icon{color:#f29834;font-family:iconmarcopromos!important}#_marcoDesign_w4tx9_1 .quote .icon.outline{color:#d9d9d9}#_marcoDesign_w4tx9_1 .marco-home-1440px{background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;font-size:16px}#_marcoDesign_w4tx9_1 .marco-home-1440px{position:relative;width:100%;text-align:left;font-size:16px;color:#444;font-family:League Spartan}@media screen and (max-width: 1296px){#_marcoDesign_w4tx9_1 .title{flex-direction:column;padding-left:0;padding-right:0;padding-bottom:0;box-sizing:border-box}#_marcoDesign_w4tx9_1 .sav-fe23-wrapper{gap:10px;align-items:center;justify-content:center;padding:4px 20px;box-sizing:border-box}#_marcoDesign_w4tx9_1 .content{gap:30px}#_marcoDesign_w4tx9_1 .hero-banner{flex:1;height:auto;flex-direction:column;padding:30px;box-sizing:border-box}#_marcoDesign_w4tx9_1 .content1{gap:10px}#_marcoDesign_w4tx9_1 .promotional-banner1{flex-direction:column;gap:12px;padding:20px;box-sizing:border-box}#_marcoDesign_w4tx9_1 .reusable-bags{font-size:30px;line-height:30px}#_marcoDesign_w4tx9_1 .promotional-banner2{flex-direction:row}#_marcoDesign_w4tx9_1 .promotional-banners{flex-direction:column}#_marcoDesign_w4tx9_1 .banner,#_marcoDesign_w4tx9_1 .title1{flex-direction:row}#_marcoDesign_w4tx9_1 .drinkware2{line-height:30px}#_marcoDesign_w4tx9_1 .content2{gap:0}#_marcoDesign_w4tx9_1 .events-meetings{gap:10px}#_marcoDesign_w4tx9_1 .promo-card-row1{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}#_marcoDesign_w4tx9_1 .slider-indicator{display:none}#_marcoDesign_w4tx9_1 .deals-of-the-week{flex-direction:column}#_marcoDesign_w4tx9_1 .slider-indicator1{display:none}#_marcoDesign_w4tx9_1 .employee-appreciation-gifts{padding-top:10px;box-sizing:border-box}#_marcoDesign_w4tx9_1 .brand-logos{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}#_marcoDesign_w4tx9_1 .marco-home-1440px{flex-direction:column}}@media screen and (max-width: 992px){#_marcoDesign_w4tx9_1 .sav-fe23{font-size:16px}#_marcoDesign_w4tx9_1 .sav-fe23-wrapper{gap:0;padding:5px 20px 0;box-sizing:border-box}#_marcoDesign_w4tx9_1 .content{flex-wrap:wrap}#_marcoDesign_w4tx9_1 .hero-banner{flex-direction:column;gap:0;align-items:flex-start;justify-content:flex-start;padding:30px 20px 20px 40px;box-sizing:border-box;flex:unset;align-self:stretch}#_marcoDesign_w4tx9_1 .promotional-mugs{font-size:30px;line-height:30px}#_marcoDesign_w4tx9_1 .free-samples-get1{font-size:20px;line-height:22px}#_marcoDesign_w4tx9_1 .content1{gap:20px;padding-left:0;padding-top:0;box-sizing:border-box}#_marcoDesign_w4tx9_1 .promotional-banner1{gap:0;padding:20px 0 20px 20px;box-sizing:border-box}#_marcoDesign_w4tx9_1 .reusable-bags{font-size:28px;line-height:28px}#_marcoDesign_w4tx9_1 .get-20-off{font-size:16px}#_marcoDesign_w4tx9_1 .promotional-banner2{flex-direction:row}#_marcoDesign_w4tx9_1 .promotional-banners{flex-direction:row;flex:unset;align-self:stretch}#_marcoDesign_w4tx9_1 .banner{flex-direction:column}#_marcoDesign_w4tx9_1 .your-1-promotional{line-height:35px}#_marcoDesign_w4tx9_1 .title1{flex-direction:row}#_marcoDesign_w4tx9_1 .promo-card-row1{display:grid;grid-template-columns:1fr 1fr 1fr}#_marcoDesign_w4tx9_1 .promotional-products-supplies{gap:10px;padding-left:20px;box-sizing:border-box}#_marcoDesign_w4tx9_1 .slider-indicator{display:none;gap:10px;padding:0;box-sizing:border-box;margin-top:-25px}#_marcoDesign_w4tx9_1 .deals-of-the-week{flex-direction:column}#_marcoDesign_w4tx9_1 .get-in-touch{display:none}#_marcoDesign_w4tx9_1 .offering-quality-promotional-container{font-size:42px;line-height:50px}#_marcoDesign_w4tx9_1 .offering-quality-products-sinc .quality-promo-card,#_marcoDesign_w4tx9_1 .offering-quality-products-sinc .quality-promo-card1,#_marcoDesign_w4tx9_1 .offering-quality-products-sinc .quality-promo-card2{padding-right:20px}#_marcoDesign_w4tx9_1 .slider-indicator1{display:none;gap:10px;padding:0;box-sizing:border-box;margin-top:-25px}#_marcoDesign_w4tx9_1 .offering-quality-products-sinc{gap:0;padding-top:10px;padding-bottom:10px;box-sizing:border-box}#_marcoDesign_w4tx9_1 .employee-appreciation-gifts{padding-top:10px;padding-right:20px;padding-bottom:10px;box-sizing:border-box}#_marcoDesign_w4tx9_1 .employee-banner-with-tags{padding:50px 100px 50px 50px;box-sizing:border-box}#_marcoDesign_w4tx9_1 .brand-logos{display:grid;grid-template-columns:1fr 1fr 1fr}#_marcoDesign_w4tx9_1 .marco-home-1440px{flex-direction:column}}@media screen and (max-width: 768px){#_marcoDesign_w4tx9_1 .buy-more{font-size:24px}#_marcoDesign_w4tx9_1 .title{gap:10px;padding-left:0;padding-top:10px;box-sizing:border-box}#_marcoDesign_w4tx9_1 .sav-fe23-wrapper{padding-top:4px;padding-bottom:4px;box-sizing:border-box}#_marcoDesign_w4tx9_1 .content{flex-direction:column;gap:20px}#_marcoDesign_w4tx9_1 .hero-banner{padding-left:20px;padding-top:20px;box-sizing:border-box;flex-wrap:wrap;flex:unset;align-self:stretch}#_marcoDesign_w4tx9_1 .promotional-mugs{font-size:26px;line-height:30px}#_marcoDesign_w4tx9_1 .free-samples-get1{font-size:20px;margin-right:30}#_marcoDesign_w4tx9_1 .content1{gap:10px}#_marcoDesign_w4tx9_1 .promotional-banner1{padding-right:0;padding-bottom:20px;box-sizing:border-box}#_marcoDesign_w4tx9_1 .get-20-off{font-size:16px}#_marcoDesign_w4tx9_1 .custom-bottles,#_marcoDesign_w4tx9_1 .custom-bottles1{flex:unset;align-self:stretch}#_marcoDesign_w4tx9_1 .promotional-banner2,#_marcoDesign_w4tx9_1 .promotional-banners{flex-direction:column}#_marcoDesign_w4tx9_1 .promotional-banners{flex:unset;align-self:stretch}#_marcoDesign_w4tx9_1 .banner{flex-direction:column;padding-left:20px;padding-top:20px;box-sizing:border-box}#_marcoDesign_w4tx9_1 .your-1-promotional{font-size:26px;line-height:28px}#_marcoDesign_w4tx9_1 .title1{flex-direction:row}#_marcoDesign_w4tx9_1 .drinkware2{font-size:18px}#_marcoDesign_w4tx9_1 .promo-card-row1{display:grid;grid-template-columns:1fr 1fr}#_marcoDesign_w4tx9_1 .countdown-timer{flex:unset;align-self:stretch}#_marcoDesign_w4tx9_1 .section-title{flex-direction:column;gap:14px;align-items:flex-start;justify-content:flex-start}#_marcoDesign_w4tx9_1 .deals-product-card-11{display:none}#_marcoDesign_w4tx9_1 .slider-indicator{display:flex;padding-top:10px;box-sizing:border-box;margin-top:-25px}#_marcoDesign_w4tx9_1 .deals-of-the-week{flex-direction:column}#_marcoDesign_w4tx9_1 .offering-quality-promotional-container{font-size:30px;line-height:36px}#_marcoDesign_w4tx9_1 .content-section{grid-template-columns:1fr}#_marcoDesign_w4tx9_1 .quality-promo-card,#_marcoDesign_w4tx9_1 .quality-promo-card1,#_marcoDesign_w4tx9_1 .quality-promo-card2{padding-right:0}#_marcoDesign_w4tx9_1 .slider-indicator1{display:flex;padding-top:20px;box-sizing:border-box;margin-top:-25px}#_marcoDesign_w4tx9_1 .offering-quality-products-sinc{gap:20px;padding-top:0;padding-bottom:30px;box-sizing:border-box}#_marcoDesign_w4tx9_1 .employee-appreciation-gifts{padding:10px 5px;box-sizing:border-box}#_marcoDesign_w4tx9_1 .employee-banner-with-tags{padding:40px 40px 30px;box-sizing:border-box}#_marcoDesign_w4tx9_1 .brands{gap:10px}#_marcoDesign_w4tx9_1 .quote1{padding-bottom:20px;box-sizing:border-box}#_marcoDesign_w4tx9_1 .quote2{display:none}#_marcoDesign_w4tx9_1 .copyright,#_marcoDesign_w4tx9_1 .marco-home-1440px{flex-direction:column}}@media screen and (max-width: 576px){#_marcoDesign_w4tx9_1 .promo-cards{grid-template-columns:1fr 1fr;flex-wrap:wrap}#_marcoDesign_w4tx9_1 .brand-logos{display:grid;grid-template-columns:1fr 1fr}}body{margin:0}@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:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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}th{text-align:inherit}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:"\2014\a0"}.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%}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:rgba(0,0,0,.7);opacity:0;transition:.4s;transition-delay:.2s}.icon-eye .path1:before{content:"\e913";color:#f4313f}.icon-eye .path2:before{content:"\e914";margin-left:-.9775390625em;color:#fff}.icon-lock:before{content:"\e915"}.icon-star:before{content:"\e912"}.icon-cart:before{content:"\e900"}.icon-checkmark:before{content:"\e901"}.icon-down-arrow:before{content:"\e902"}.icon-facebook:before{content:"\e903"}.icon-instagram:before{content:"\e904"}.icon-right-arrow:before{content:"\e905"}.icon-load:before{content:"\e906"}.icon-login:before{content:"\e907"}.icon-mail:before{content:"\e908"}.icon-menu:before{content:"\e909"}.icon-minus:before{content:"\e90a"}.icon-plus:before{content:"\e90b"}.icon-print:before{content:"\e90c"}.icon-share:before{content:"\e90d"}.icon-quote:before{content:"\e90e"}.icon-refresh:before{content:"\e90f"}.icon-left-arrow:before{content:"\e910"}.icon-search:before{content:"\e911"}header{background:rgba(255,255,255,.95);position:sticky;position:-webkit-sticky;top:0;z-index:3;border-bottom:solid 1px rgba(0,0,0,.2);backdrop-filter:blur(6px)}#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){#headerTarget{column-gap:15px;padding:15px}}@media (max-width: 1024.98px){#headerTarget{grid-template-columns:30px auto 50% auto min-content min-content;column-gap:10px}}@media (max-width: 767.98px){#headerTarget{grid-template-columns:30px auto min-content min-content min-content}}@media (max-width: 575.98px){#headerTarget{grid-template-columns:30px auto min-content;padding:15px 7.5px;column-gap:10px}}#headerTarget .sli{font-size:28px;color:var(--color-text)}@media (max-width: 1024.98px){#headerTarget .sli{font-size:24px}}#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}#headerTarget .hamburger-icon:before{content:"";display:inline-block;height:30px;width:100%;position:absolute;top:50%;transform:translateY(-50%)}#headerTarget .company-logo img{max-width:100%}#headerTarget .search-container{margin:0 auto;width:100%;position:relative}@media (max-width: 767.98px){#headerTarget .search-container{position:absolute;z-index:3;top:0;width:100%;height:auto;visibility:hidden;background:#fff;padding:20px}}#headerTarget .search-container .searchWrapper{display:flex;align-items:center;position:relative;column-gap:15px}#headerTarget .search-container .nlpSearch_input{height:40px;width:100%;border-radius:5px;padding:0 10px;outline:none;border:solid 1px #ccc;background:#f1f1f1}#headerTarget .search-container .searchWrapperBtn{background:transparent;border:none;position:absolute;right:10px}@media (max-width: 767.98px){#headerTarget .search-container .searchWrapperBtn{right:30px}}#headerTarget .search-container .searchWrapperBtn svg{width:16px;height:16px}#headerTarget .search-container .searchWrapperBtn button{border:none;background:transparent;cursor:pointer}#headerTarget .search-container .searchWrapperBtn button:focus,#headerTarget .search-container .searchWrapperBtn button.active,#headerTarget .search-container .searchWrapperBtn button:focus-visible{border:none!important;box-shadow:none!important;outline:none!important}#headerTarget .search-container .searchWrapperBtn button span{font-size:20px}#headerTarget .search-container .mobileSearchClose{font-size:16px;color:var(--color-text)}@media (min-width: 768px){#headerTarget .search-container .mobileSearchClose{display:none}}#headerTarget .search-container .mobileSearchClose span{cursor:pointer}#headerTarget .indicators{display:flex;column-gap:20px;margin-left:auto}@media (max-width: 1279.98px){#headerTarget .indicators{column-gap:15px}}@media (max-width: 1024.98px){#headerTarget .indicators{column-gap:10px}}#headerTarget .indicators .search{padding:0;border:0;background:transparent}@media (min-width: 768px){#headerTarget .indicators .search{display:none}}#headerTarget .indicators .search .icon-search{font-size:24px;color:var(--color-text);cursor:pointer}#headerTarget .indicators .indicator .label{order:1}#headerTarget .indicators .indicator .count-top{position:relative;padding-right:10px}#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){#headerTarget .indicators .indicator.wishlist-count-bubble{display:none}}#headerTarget .customer-login{display:flex;position:relative;align-items:center;column-gap:5px}@media (max-width: 575.98px){#headerTarget .customer-login{display:none}}#headerTarget .customer-login.loggedIn:after{content:"";position:absolute;width:100%;background:transparent;height:100%;top:25px}#headerTarget .customer-login .desc{font-size:14px;text-align:right;color:var(--color-text)}@media (max-width: 1024.98px){#headerTarget .customer-login .desc{display:none}}#headerTarget .customer-login .desc a{font-size:16px;margin-top:2px;display:inline-block;padding-top:15px}#headerTarget .customer-login .logged-in,#headerTarget .customer-login .logged-in+.desc{cursor:pointer}#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}#headerTarget .customer-login .dropdown-account a{white-space:nowrap}@media (max-width: 575.98px){#headerTarget .customer-login .dropdown-account a.noMob{display:none}}#headerTarget .customer-login:hover .dropdown-account{display:flex}.search-container.showSearch{visibility:visible!important}.search-container.showSearch .backdrop{position:fixed;height:100vh;inset:0;opacity:1;visibility:visible}.search-container.showSearch .mobileSearchWrapper{position:fixed;height:100vh;width:100%;inset:0;padding:20px;z-index:3;background:#fff}.search-container.showSearch .nlpSearchWrapper{position:fixed;width:100%;box-shadow:none;left:0;margin:0;top:calc(100% + 200px)}.hide-search .searchProducts{display:none}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){nav#bottom-nav{display:none}}nav#bottom-nav #all-cat{display:flex;align-items:center;column-gap:7px;cursor:pointer;position:relative}nav#bottom-nav #all-cat:before{position:absolute;content:"";width:100%;height:0;background-color:var(--color-primary-400);bottom:0;transition:.2s}nav#bottom-nav #all-cat:hover:before{height:5px}nav#bottom-nav #all-cat .icon-grid{font-size:19px}nav#bottom-nav .category-menu .cat-list{display:flex;column-gap:30px}nav#bottom-nav .category-menu .cat-list .cat-item{position:relative}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}nav#bottom-nav .category-menu .cat-list .cat-item:hover:before{height:5px}nav#bottom-nav .category-menu .cat-list .cat-item>a{padding:15px 0;display:flex;align-items:center;column-gap:7px}nav#bottom-nav .category-menu .cat-list .cat-item>a .arrow:before{content:"\e604";font-size:12px;font-weight:700}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}nav#bottom-nav .category-menu .hasSubmenu:hover>.subcat-list{opacity:1;visibility:visible;transform:translateY(0)}nav#bottom-nav .category-menu.desktop .cat-item:nth-child(n+8){display:none}nav#bottom-nav .category-menu .newBtn{background-color:transparent!important}nav#bottom-nav .quick-links{display:flex;gap:15px}nav#bottom-nav .quick-links a{display:flex;align-items:center;margin-right:15px;position:relative}nav#bottom-nav .quick-links a:before{position:absolute;content:"";width:100%;height:0;background-color:var(--color-primary-400);bottom:0;transition:.2s}nav#bottom-nav .quick-links a:hover:before{height:5px}nav#bottom-nav .quick-links a:not(:last-child):after{content:"";display:inline-block;width:1px;height:13px;background:#ffffff;position:absolute;top:50%;transform:translateY(-50%);right:-15px}#sidebar-menu-container{position:fixed;z-index:5;top:0;width:100%;height:100%;visibility:hidden}#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}#sidebar-menu-container aside .scroll-auto{height:calc(100% - 50px);overflow:auto;background:var(--clr-white);scrollbar-width:thin}#sidebar-menu-container aside .scroll-auto::-webkit-scrollbar{width:5px}#sidebar-menu-container aside .scroll-auto::-webkit-scrollbar-track{background:#f1f1f1}#sidebar-menu-container aside .scroll-auto::-webkit-scrollbar-thumb{background:#c8c8c8}#sidebar-menu-container aside .scroll-auto::-webkit-scrollbar-thumb:hover{background:#555}#sidebar-menu-container aside .scroll-auto .sidebar-item{padding-left:15px;color:var(--txt-color);line-height:22px}#sidebar-menu-container aside .scroll-auto .sidebar-item h3{margin:0;font-size:16px;font-weight:var(--font-weight-bold);padding:15px 0}#sidebar-menu-container aside .scroll-auto .sidebar-item ul.cat-list{display:flex;flex-direction:column;gap:12px}#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}#sidebar-menu-container aside .scroll-auto .sidebar-item ul.cat-list li.cat-item a .icon-chevron-down{padding:4px 15px}#sidebar-menu-container aside .scroll-auto .sidebar-item ul.cat-list li.cat-item a .icon-chevron-down.clicked{transform:rotate(180deg);transition:.3s}#sidebar-menu-container aside .scroll-auto .sidebar-item ul.cat-list li.cat-item .subcat-list{padding:6px 0 0 15px;display:none}#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}#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}#sidebar-menu-container aside .scroll-auto .sidebar-item.category-menu{padding-bottom:15px;border-bottom:1px solid #ccc}#sidebar-menu-container aside .scroll-auto .my-account-list{display:flex;flex-direction:column;padding:0 0 15px 15px;gap:12px}#sidebar-menu-container aside .scroll-auto .my-account-list a{line-height:var(--font-body-lineheight);font-size:14px}#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}#sidebar-menu-container aside>h2 i:before{content:"\d7";font-size:36px;font-weight:100;cursor:pointer}@media (min-width: 1025px){#sidebar-menu-container aside .language-dropdown{display:none}}@media (max-width: 1024.98px){#sidebar-menu-container aside .language-dropdown{display:block;margin-left:auto}}.sidebar-open #sidebar-menu-container{visibility:visible}.sidebar-open #sidebar-menu-container .backdrop{opacity:1;transition-delay:0s}.sidebar-open #sidebar-menu-container aside{transform:translate(0);transition-delay:.1s}.mobile_sticky_toolbar{display:none!important}.customer_service_text{color:var(--header-text);font-size:var(--font-body-size);margin-right:15px}.customer_service_text a{color:var(--header-text)}.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}.nlpSearchWrapper.image-search{width:100%;left:0}.nlpSearchWrapper.image-search .productSuggestWrapper{width:100%}.nlpSearchWrapper.image-search .product-left{display:none}@media (max-width: 1024.98px){.nlpSearchWrapper{left:0;width:calc(100% + 0px)}}.nlpSearchWrapper::-webkit-scrollbar{width:5px}.nlpSearchWrapper::-webkit-scrollbar-track{background:#f1f1f1}.nlpSearchWrapper::-webkit-scrollbar-thumb{background:#c8c8c8}.nlpSearchWrapper::-webkit-scrollbar-thumb:hover{background:#555}.nlpSearchWrapper .suggestionListWrapper .title-wrapper,.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}.nlpSearchWrapper .suggestionListWrapper .search-title{padding:0;margin:0}.nlpSearchWrapper .suggestionListWrapper .icon-close{cursor:pointer}.nlpSearchWrapper .suggestionListWrapper h3{border:0}.nlpSearchWrapper .suggestionListWrapper .suggestionList,.nlpSearchWrapper .suggestionListWrapper .suggestionsList{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.nlpSearchWrapper .suggestionListWrapper .suggestionList li,.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}.nlpSearchWrapper .searchProducts{overflow:auto}.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){.nlpSearchWrapper .searchProducts .productSuggestWrapper{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.nlpSearchWrapper .searchProducts .productSuggestWrapper .wishlist-and-view-main-div{opacity:0!important;visibility:hidden!important}.nlpSearchWrapper.searchByUploadImage{width:100%;left:0}.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}.nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent{display:flex;flex-direction:column;justify-content:center;align-items:center}.nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent span{font-size:16px;color:#000;font-weight:500}.nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent p{white-space:break-spaces;text-align:center;margin-top:10px;font-size:14px}.nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper .textContent small{display:block;padding:12px 0}.nlpSearchWrapper.searchByUploadImage .dragDropImageWrapper input{position:absolute;opacity:0;z-index:1;left:0;top:0;width:100%;height:100%;cursor:pointer}.nlpSearchWrapper.searchByUploadImage .file-field{position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.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}.nlpSearchWrapper.searchByUploadImage .file-field .btn-primary.btn-sm,.nlpSearchWrapper.searchByUploadImage .file-field .btn-group-sm>.btn-primary.btn{margin:0;padding:0 10px;font-size:.9rem;width:140px;height:40px;line-height:40px}.nlpSearchWrapper.searchByUploadImage .file-field .btn-primary.btn-sm input[type=file],.nlpSearchWrapper.searchByUploadImage .file-field .btn-group-sm>.btn-primary.btn 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}.nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper{padding-left:10px;overflow:hidden;margin-right:auto}.nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper span{color:var(--clr_3);font-size:16px}@media (max-width: 414.98px){.nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper span{font-size:14px}}.nlpSearchWrapper.searchByUploadImage .file-field .file-path-wrapper input.file-path{width:100%;height:36px;border:none;border-radius:0;outline:none}.nlpSearchWrapper.searchByUploadImage .wrap-search{display:flex;margin-bottom:2rem}.nlpSearchWrapper.searchByUploadImage .wrap-search input::placeholder{font-size:16px}.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}.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 0%,#03A46B 100%)}.nlpSearchWrapper .noResult{position:relative}.nlpSearchWrapper .noResult i{position:absolute;top:0;right:0;font-size:14px;cursor:pointer}.nlpSearchWrapper .noResult p{margin:0}.nlpSearchWrapper .text-danger{margin-top:10px}.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){.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}}.showMobileSearch .search_holder{position:relative}@media (max-width: 1279.98px){.showMobileSearch .search_holder{margin:0!important;padding:0!important}}.showMobileSearch .search_holder .seach_icon{display:none}.showMobileSearch .search_holder .search-container{margin-top:10px}.showMobileSearch .search_holder .search-container .nlpSearch_input{min-width:100%!important;height:auto;border-bottom:1px solidvar(--border-bottom)}.showMobileSearch .backgroundSearchOverlay{position:fixed;inset:0;cursor:pointer;height:100%;width:100%}.showMobileSearch .search-container{z-index:1}.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}.cartPopup .cart-popup-close{margin-left:15px;font-size:16px;cursor:pointer}.cartPopup .cart-popup-close:after{content:"\d7"}.cartPopup .emptyClassWrapper{display:flex;align-items:center;font-size:16px;font-weight:var(--font-weight-bold)}.cartPopup .show_side_cart{right:-100%}.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}.cartPopup .panel-title .cart-popup-title{font-size:inherit;font-weight:inherit;margin:0}.cartPopup .cart-items-list{padding-top:13px;height:auto;max-height:80%;overflow-y:auto}.cartPopup .cart-items-list .cart-item{display:flex;padding-bottom:25px}.cartPopup .cart-items-list .cart-item:last-child{padding-bottom:0}.cartPopup .cart-items-list .cart-item .img-preview{width:80px}.cartPopup .cart-items-list .cart-item .img-preview img{width:100%}.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)}.cartPopup .cart-items-list .cart-item .cart-item-description .info{margin:0 0 10px}.cartPopup .cart-items-list .cart-item .cart-item-description .price{font-size:14px;font-weight:600}.cartPopup .cart-items-list .cart-item .cart-item-description .Qty-wrapper{display:flex;justify-content:space-between;margin:0 0 10px}.cartPopup .cart-items-list .cart-item .cart-item-description .Qty-wrapper .item-delete{font-size:16px;font-weight:var(--font-weight-bold)}.cartPopup .cart-items-list .cart-item .cart-item-description .Qty-wrapper .item-delete .btn-del{cursor:pointer}.cartPopup .cart-items-list .cart-item .cart-item-description .Qty-wrapper .item-delete .btn-del:after{content:"\d7"}.cartPopup .price-subtotal .subtotal_wrapper{display:flex;justify-content:space-between;font-size:18px}.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}.cartPopup .price-subtotal .subtotal_wrapper .price-subtotal{width:calc(100% - 120px);line-height:var(--font-body-lineheight);letter-spacing:.32px}.cartPopup .price-subtotal .checkout{width:100%;margin:12px 0 0}.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}.cartPopup .price-subtotal .checkout .btn-checkout.active,.cartPopup .price-subtotal .checkout .btn-checkout:focus,.cartPopup .price-subtotal .checkout .btn-checkout:active,.cartPopup .price-subtotal .checkout .btn-checkout:hover{box-shadow:none!important;outline:none;border:none!important}.cartPopup .price-subtotal .checkout .btn-checkout:hover{background-color:var(--main-color)!important}.cartPopup .price-subtotal .checkout .btn-checkout:disabled{opacity:.6;pointer-events:none}.cartPopup .price-subtotal .checkout .clear{text-transform:uppercase;font-size:16px;font-weight:600;cursor:pointer}.language-dropdown{padding-right:9px;display:flex;justify-content:end;align-items:center;position:relative}@media (max-width: 1024.98px){.language-dropdown{display:none}}.language-dropdown .flag-btn{width:28px;height:28px;border:none;padding:0;background-color:transparent;position:relative}.language-dropdown .flag-btn:before{content:"\f078";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}.language-dropdown .flag-btn:after{content:"";border:solid 2.5px rgba(0,0,0,.35);border-radius:7px;position:absolute;inset:0}.language-dropdown .flag-btn .flag{width:100%}.language-dropdown .lang-code{font-weight:500;font-size:14px;text-transform:uppercase;margin-right:5px;cursor:pointer}.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){.language-dropdown .lang-list.showDD{opacity:1;visibility:visible;transform:translateY(0)}}.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}.language-dropdown .lang-list .lang-item .flag{width:24px;margin-right:10px}.language-dropdown .lang-list .lang-item .culture-code{text-transform:uppercase;width:26px}.language-dropdown .lang-list .lang-item.active{pointer-events:none}.language-dropdown .lang-list .lang-item:hover,.language-dropdown .lang-list .lang-item.active{background-color:var(--color-secondary-700);color:#fff}@media (min-width: 1025px){.language-dropdown:hover .lang-list{opacity:1;visibility:visible;transform:translateY(0)}}.item-delete{font-size:16px;font-weight:var(--font-weight-bold)}.item-delete .btn-del{cursor:pointer}.item-delete .btn-del:after{content:"\d7"}.header1{background-color:var(--clr_1)}.header1 .header-1-wrapper{display:flex;justify-content:space-between;align-items:center;height:30px;width:100%;gap:10px}@media (max-width: 414.98px){.header1 .header-1-wrapper{justify-content:space-between}}.header1 .header-1-wrapper .callTo{flex:0 0 15%;max-width:15%}.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}.header1 .header-1-wrapper .top-hearder-main-div .offerBtnMainDiv button{border:none;background-color:transparent;color:red;font-size:14px;font-weight:300}.header1 .header-1-wrapper .presentation-count .badge,.header1 .header-1-wrapper .compare-count .badge{background-color:transparent;top:0;padding:0;font-size:13px;font-weight:500;color:inherit}.header1 .header-1-wrapper .compare-count,.header1 .header-1-wrapper .presentation-count{cursor:pointer;margin-right:40px}@media (max-width: 1024.98px){.header1 .header-1-wrapper .compare-count,.header1 .header-1-wrapper .presentation-count{margin-right:15px}}.header1 .header-1-wrapper .callTo span,.header1 .header-1-wrapper .bracket,.header1 .header-1-wrapper .renhelp a{transition:.3s;color:#fff}.header1 .header-1-wrapper .callTo span:hover,.header1 .header-1-wrapper .bracket:hover,.header1 .header-1-wrapper .renhelp a:hover,.header1 .header-1-wrapper .callTo span:hover .badge,.header1 .header-1-wrapper .bracket:hover .badge,.header1 .header-1-wrapper .renhelp a:hover .badge{color:#21c07b}.header1 .header-1-wrapper .callTo span:hover .badge:before,.header1 .header-1-wrapper .callTo span:hover .badge:after,.header1 .header-1-wrapper .bracket:hover .badge:before,.header1 .header-1-wrapper .bracket:hover .badge:after,.header1 .header-1-wrapper .renhelp a:hover .badge:before,.header1 .header-1-wrapper .renhelp a:hover .badge:after{color:#21c07b}@media (max-width: 1024.98px){.header1 .header-1-wrapper .renPresentation{display:none}}.header1 .header-1-wrapper .renPresentation .badge,.header1 .header-1-wrapper .renCompare .badge{color:#fff}.header1 .header-1-wrapper .renPresentation span,.header1 .header-1-wrapper .renCompare span{font-size:13px;letter-spacing:0px;font-weight:400}@media (max-width: 414.98px){.header1 .header-1-wrapper .renCompare{display:none}}.header1 .header-1-wrapper .bracket{text-transform:capitalize}.header1 .header-1-wrapper .bracket .badge:before{content:"(";color:#fff}.header1 .header-1-wrapper .bracket .badge:after{content:")";color:#fff}.header1 .header-1-wrapper .renCurrency{margin-right:40px}.header1 .header-1-wrapper .renCurrency a.dropdown-toggle{font-size:13px;color:#fff;align-items:center;text-transform:capitalize}@media (max-width: 767.98px){.header1 .header-1-wrapper .renhelp{display:none}}.header1 .header-1-wrapper .renhelp a{color:#fff;font-size:13px;line-height:19px;transition:.3s}.header1 .callTo{margin:0px,auto,0px,0px}.header1 .callTo span{color:#fff;font-size:13px;line-height:19px;font-weight:600;transition:.3s}.header1 .callTo span i{padding:0 5px}.header1 .renLanguage,.header1 .renCurrency{margin-right:40px}.header1 .renLanguage select,.header1 .renCurrency select{font-size:13px;padding:4px;cursor:pointer}@media (max-width: 1024.98px){.header1 .renLanguage,.header1 .renCurrency{margin-right:0;margin-left:15px}}.renLanguage:hover ul.dropdown-menu{visibility:visible;opacity:1;transform:translateY(0)!important;display:block}.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 0 hwb(0deg 0% 100%/9%);border:1px solid var(--clr_2);border-radius:5px;left:auto;right:0}.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}.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}.renCurrency{margin-right:40px}@media (max-width: 767.98px){.renCurrency{margin-right:0!important}}.renCurrency:hover ul.dropdown-menu{visibility:visible;opacity:1;transform:translateY(0)!important;display:block}.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 0 hwb(0deg 0% 100%/9%);border:1px solid var(--clr_2);border-radius:5px;left:auto;right:0}.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}.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-wrapper-main{z-index:1}}.header2{padding:15px 0 0}@media (max-width: 1024.98px){.header2{height:160px}}.header2 .header-2-wrapper{position:relative;align-items:center;display:flex;padding:0 0 15px;display:flexwrapper}.header2 .header-2-wrapper .companyLogo{flex:1,0,0}.header2 .header-2-wrapper .companyLogo img{height:auto;max-width:75%}.header2 .header-2-wrapper .shop-by{margin-right:10px;font-weight:700}@media (max-width: 575.98px){.header2 .header-2-wrapper .shop-by{display:none}}.header2 .header-2-wrapper .shop-by a{color:var(--clr_5);font-size:1rem;text-transform:uppercase;letter-spacing:1.6px;font-weight:700}.header2 .header-2-wrapper .menuLinks .renSearch{width:100%}@media (max-width: 1024.98px){.header2 .header-2-wrapper .menuLinks .renSearch{position:absolute;left:50%;top:55px;margin-left:0;transform:translate(-50%)}}@media (max-width: 767.98px){.header2 .header-2-wrapper .menuLinks .renSearch{position:absolute;left:50%;top:50px;margin-left:0}}.header2 .header-2-wrapper .menuLinks .renSearch .search-input{width:100%}.header2 .header-2-wrapper .menuLinks .renSearch .searchSelWrap{display:none;width:80px;height:40px;position:relative}@media (max-width: 414.98px){.header2 .header-2-wrapper .menuLinks .renSearch .searchSelWrap{width:55px}}.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)}.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}.header2 .header-2-wrapper .menuLinks .renSearch .nlpSearch_input.active,.header2 .header-2-wrapper .menuLinks .renSearch .nlpSearch_input:focus-visible,.header2 .header-2-wrapper .menuLinks .renSearch .nlpSearch_input:active{outline:none}@media (max-width: 414.98px){.header2 .header-2-wrapper .menuLinks .renSearch .nlpSearch_input{padding-right:35%!important}}.header2 .header-2-wrapper .wish-car-login{align-items:center;display:flex;justify-content:end;flex:1,0,0}.header2 .header-2-wrapper .wish-car-login .indicators{margin-left:0;display:inline-flex;align-items:center}@media (max-width: 1024.98px){.header2 .header-2-wrapper .wish-car-login .indicators{margin-left:0}}@media (max-width: 414.98px){.header2 .header-2-wrapper .wish-car-login .indicators{margin-left:0}}.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){.header2 .header-2-wrapper .wish-car-login .indicators .indicator{margin-right:0}}.header2 .header-2-wrapper .wish-car-login .indicators .indicator i{padding-right:10px}.header2 .header-2-wrapper .wish-car-login .indicators .indicator i:before{font-size:20px}@media (max-width: 414.98px){.header2 .header-2-wrapper .wish-car-login .indicators .indicator i:before{font-size:20px}}.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}.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}.header2 .header-2-wrapper .wish-car-login .indicators .renBasket{position:relative}.header2 .header-2-wrapper .wish-car-login .indicators .renBasket .basketBtn{position:relative;padding-right:0;padding-top:10px;cursor:pointer}.header2 .header-2-wrapper .wish-car-login .indicators .renBasket .basketBtn i:before{font-size:20px}.header2 .header-2-wrapper .wish-car-login .indicators .renBasket .basketBtn>label{display:none}.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}.header2 .header-2-wrapper #menu-toggle{display:none;z-index:11;width:40px;position:relative;margin-left:0}.header2 .header-2-wrapper #menu-toggle svg.menuicon{position:absolute;top:0;left:10px;transition:.2s;color:var(--clr_6)}.header2 #bottomMenu{background:var(--clr_background)}.header2 #bottomHeader{width:100%}@media (max-width: 1024.98px){.header2 #bottomHeader{display:none}}.header2 #bottomHeader .category-menu{margin-right:40px}.header2 #bottomHeader .theme-button-2{height:auto;line-height:inherit;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}.header2 #bottomHeader .theme-button-2:hover{opacity:.5}.header2 #bottomHeader .hamMenu{display:flex;flex-direction:column;position:absolute;left:80px;top:53%;transform:translateY(-50%);z-index:0}.header2 #bottomHeader span{width:20px;height:2px;border-radius:10px;border:1px solid #333;margin-bottom:4px}.header2 #bottomHeader .staticMenu ul,.header2 #bottomHeader .cat-menu ul{display:flex;align-items:center}.header2 #bottomHeader .staticMenu ul>li,.header2 #bottomHeader .cat-menu ul>li{margin-right:20px}.header2 #bottomHeader .staticMenu ul>li.distributerTools,.header2 #bottomHeader .cat-menu ul>li.distributerTools{order:7}.header2 #bottomHeader .staticMenu ul>li.drinkware,.header2 #bottomHeader .cat-menu ul>li.drinkware{order:-5}.header2 #bottomHeader .staticMenu ul>li.hard-coolers,.header2 #bottomHeader .cat-menu ul>li.hard-coolers{order:-4}.header2 #bottomHeader .staticMenu ul>li.soft-coolers,.header2 #bottomHeader .cat-menu ul>li.soft-coolers{order:-3}.header2 #bottomHeader .staticMenu ul>li.bags,.header2 #bottomHeader .cat-menu ul>li.bags{order:-2}.header2 #bottomHeader .staticMenu ul>li.dogs,.header2 #bottomHeader .cat-menu ul>li.dogs{order:-2}.header2 #bottomHeader .staticMenu ul>li.all-new,.header2 #bottomHeader .cat-menu ul>li.all-new{order:-1}.header2 #bottomHeader .staticMenu ul>li.fitbit,.header2 #bottomHeader .cat-menu ul>li.fitbit{order:5}.header2 #bottomHeader .staticMenu ul>li a,.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){.header2 #bottomHeader .staticMenu ul>li a,.header2 #bottomHeader .cat-menu ul>li a{font-size:18px}}.header2 #bottomHeader .staticMenu ul>li a:hover,.header2 #bottomHeader .cat-menu ul>li a:hover{color:var(--color-primary)}.header2 #bottomHeader .cat-item.hasSubmenu{position:relative}.header2 #bottomHeader .cat-item.hasSubmenu:first-child{display:flex}.header2 #bottomHeader .cat-item.hasSubmenu:first-child .subcat-list{display:flex!important;flex-direction:column;align-items:flex-start}.header2 #bottomHeader .cat-item.hasSubmenu:first-child .subcat-list .subcat-item{width:100%}.header2 #bottomHeader .cat-item.hasSubmenu:first-child .subcat-list .subcat-item:first-child{order:-4}.header2 #bottomHeader .cat-item.hasSubmenu:first-child .subcat-list .subcat-item:nth-child(2){order:-5}.header2 #bottomHeader .cat-item.hasSubmenu:first-child .subcat-list .subcat-item:nth-child(3){order:-1}.header2 #bottomHeader .cat-item.hasSubmenu:first-child .subcat-list .subcat-item:nth-child(5){order:-2}.header2 #bottomHeader .cat-item.hasSubmenu .subcat-list{position:absolute;padding:0!important;display:flex!important;flex-direction:column;align-items:flex-start!important;background:rgba(51,51,51,.9);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}.header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li{display:flex;margin-right:0;width:100%}.header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li a{padding:10px 15px!important;color:#fff!important;width:100%}.header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li a img{height:15px;display:inline-block;position:relative;top:-2px;left:5px}.header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li a img.lockDark{display:none}@media (max-width: 1024.98px){.header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li a img.lockLight{display:none}}.header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li:hover a{background:#fff;color:#333!important}.header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li:hover a img.lockDark{display:inline-block}.header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li:hover a img.lockLight{display:none}.header2 #bottomHeader .cat-item.hasSubmenu .subcat-list li.subcat-item div{display:flex;width:100%}.header2 #bottomHeader .cat-item.hasSubmenu:hover .subcat-list{opacity:1;visibility:visible;left:0!important;top:100%}.header2 #bottomHeader .cat-item.hasSubmenu.distributerTools .subcat-list i{display:inline}.header2 .menuLinks .renSearch{margin-left:40px;max-width:400px}.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){.header2 .menuLinks .renSearch .trans-select select{width:55px}}@media (max-width: 414.98px){.header2 .menuLinks .renSearch .trans-select select{font-size:.6rem}}.header2 .menuLinks .renSearch .search-container{width:100%}@media (max-width: 1024.98px){.header2 .menuLinks .renSearch .search-container{margin-top:20px}}@media (max-width: 767.98px){.header2 .menuLinks .renSearch .search-container{margin-top:30px}}.header2 .menuLinks .renSearch .searchWrapper{position:relative}.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){.header2 .menuLinks .renSearch .searchWrapper .nlpSearch_input{font-size:.6rem;letter-spacing:1px}}.header2 .menuLinks .renSearch .searchWrapper .nlpSearch_input::placeholder{font-weight:400;text-transform:capitalize;color:var(--color-text)}@media (max-width: 414.98px){.header2 .menuLinks .renSearch .searchWrapper .nlpSearch_input::placeholder{font-size:.6rem;letter-spacing:1px}}.header2 .menuLinks .renSearch .searchWrapperBtn,.header2 .menuLinks .renSearch .close-search{top:50%;display:flex;justify-content:space-between;position:absolute;transform:translateY(-50%);right:15px}.header2 .menuLinks .renSearch .searchWrapperBtn button,.header2 .menuLinks .renSearch .close-search button{padding:0 10px!important}@media (max-width: 414.98px){.header2 .menuLinks .renSearch .searchWrapperBtn button,.header2 .menuLinks .renSearch .close-search button{padding:0 5px!important}}@media (max-width: 414.98px){.header2 .menuLinks .renSearch .searchWrapperBtn,.header2 .menuLinks .renSearch .close-search{right:8px}}.header2 .menuLinks .renSearch .searchWrapperBtn #searchByImage,.header2 .menuLinks .renSearch .searchWrapperBtn #searchByVoice,.header2 .menuLinks .renSearch .searchWrapperBtn #searchByText,.header2 .menuLinks .renSearch .close-search #searchByImage,.header2 .menuLinks .renSearch .close-search #searchByVoice,.header2 .menuLinks .renSearch .close-search #searchByText{background:transparent;border:0}.header2 .menuLinks .renSearch .searchWrapperBtn #searchByImage span,.header2 .menuLinks .renSearch .searchWrapperBtn #searchByVoice span,.header2 .menuLinks .renSearch .searchWrapperBtn #searchByText span,.header2 .menuLinks .renSearch .close-search #searchByImage span,.header2 .menuLinks .renSearch .close-search #searchByVoice span,.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}.header2 .menuLinks .staticMenu>ul>li a,.header2 .menuLinks .cat-menu>ul>li a{position:relative}.header2 .menuLinks .staticMenu>ul>li a[aira-label=Fitbit]:after,.header2 .menuLinks .cat-menu>ul>li a[aira-label=Fitbit]:after{content:"\ae";font-size:14px;top:-4px;position:relative}@media (max-width: 1024.98px){.header2 .menuLinks .staticMenu ul,.header2 .menuLinks .cat-menu ul{width:100%;display:flex;flex-direction:column}.header2 .menuLinks .staticMenu ul li,.header2 .menuLinks .cat-menu ul li{padding:15px;border-bottom:1px solid #ddd}.header2 .menuLinks .staticMenu ul li a,.header2 .menuLinks .cat-menu ul li a{color:var(--color-text);font-size:14px}.header2 .menuLinks .staticMenu ul li.distributerTools,.header2 .menuLinks .cat-menu ul li.distributerTools{order:8}}.header2 .brands-top:hover ul.brands-dropdown{visibility:visible;transform:translate(0);opacity:1;transition:all .3s ease-in-out;pointer-events:inherit!important}.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){.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}.header2 .brands-top ul.brands-dropdown.show{display:block!important}.header2 .brands-top ul.brands-dropdown .brands-img{display:none}}.header2 .brands-top ul li{flex:0 0 20%;max-width:20%;margin-bottom:20px}.header2 .brands-top ul li a{background:none;display:block;text-align:center;width:100%;text-transform:uppercase}@media (max-width: 1024.98px){.header2 .brands-top ul li a{text-align:left}}.header2 .brands-top ul li a .brands-name{color:#333}@media (max-width: 1024.98px){.header2 .brands-top ul li a .brands-name{color:#ccc;font-weight:500;font-size:1rem;text-transform:capitalize}}.header2 .company-logo{display:block}.header2 .company-logo img{height:auto;width:100%;max-width:100%;padding-right:10px}@media (max-width: 1024.98px){.header2 .company-logo img{max-width:170px}}@media (max-width: 414.98px){.header2 .company-logo img{max-width:180px;margin-top:0}}.header2 .theme-button-2{height:40px;padding:0 10px;margin-top:0;line-height:40px;color:#333}.trans-select{height:100%}@media (max-width: 1024.98px){.trans-select{min-width:60px}}.trans-select select{width:80px;outline:none;border:none;background-color:transparent;color:#fff}.trans-select select option{color:#000}.container-fluid.container-full>.row .col-lg-12{padding:0!important}.on-list:hover{font-weight:700}.menuLinks{flex:5 0 0;display:inline-flex;align-items:center;width:100%;white-space:nowrap;height:70px}.menuLinks .cat-item i{display:none}@media (max-width: 1024.98px){.menuLinks .cat-item i{display:flex}}.menuLinks .theme-button-2{text-transform:uppercase}.menuLinks .theme-button-2 i{display:none;margin-left:5px;font-weight:700;font-size:12px}@media (max-width: 1024.98px){.menuLinks .theme-button-2 i{display:inline-block}}@media (max-width: 1024.98px){.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}.menuLinks .theme-button-2:first-child{border-top:none!important;margin-bottom:-1px}}.menuLinks .category-menu{margin-right:10px}@media (max-width: 1024.98px){.menuLinks .category-menu{margin-right:0;border-bottom:1px solid #ddd}}.menuLinks .category-menu.show-menu:hover .cat-list-top,.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){.menuLinks .category-menu.show-menu:hover .cat-list-top,.menuLinks .category-menu.show-menu:focus .cat-list-top{transform:translate(0)!important}.menuLinks .category-menu.show-menu:hover .cat-list-top .subcat-list,.menuLinks .category-menu.show-menu:focus .cat-list-top .subcat-list{display:none}}.menuLinks .category-menu.show-menu:hover .cat-list-top:hover,.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}.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){.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}.menuLinks .category-menu .cat-list-top.mobile-list-show{display:block}}.menuLinks .category-menu .cat-list-top li{-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid}.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){.menuLinks .category-menu .cat-list-top li a{margin-top:10px;color:var(--color-text);font-weight:400;font-size:14px;text-transform:capitalize}}.menuLinks .category-menu .cat-list-top li a:hover{color:var(--color-primary)}.menuLinks .category-menu .cat-list-top li a span{display:none}.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){.menuLinks .category-menu .cat-list-top li ul{margin:10px 0 0}}.menuLinks .category-menu .cat-list-top li ul li{padding-left:20px;display:flex;align-items:center}@media (max-width: 1024.98px){.menuLinks .category-menu .cat-list-top li ul li{padding-left:0}.menuLinks .category-menu .cat-list-top li ul li i{display:none}}.menuLinks .category-menu .cat-list-top li ul li a{font-weight:400}@media (max-width: 1024.98px){.menuLinks .category-menu .cat-list-top li ul li a{color:#ccc;font-weight:500;font-size:1rem;text-transform:capitalize;border-bottom:none}}.menuLinks .category-menu .cat-list-top li a:hover{font-weight:700}@media (max-width: 1024.98px){.account-login{display:none}}.account-login .desc{margin-left:20px}@media (max-width: 1024.98px){.account-login .desc{margin-left:0}.account-login .desc a{padding:15px}}.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}.account-login .desc a i{font-size:20px;padding-right:10px}.account-detail:hover .dropdown-account{display:block;height:auto;overflow-y:auto;max-height:250px}.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}.account-detail .desc i,.account-detail .desc .account-name{font-size:15px}.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}.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}.account-detail .dropdown-account a:hover{font-weight:700}@media (min-width: 1025px){.homePage #bottomHeader{position:absolute;top:0;z-index:9;background:transparent;left:0;padding:0 80px!important}.homePage #bottomHeader .theme-button-2,.homePage #bottomHeader .staticMenu ul li a,.homePage #bottomHeader .cat-menu ul li a{color:var(--clr-white)}.homePage #bottomHeader .hamMenu span{border-color:var(--clr-white)}}.search-suggetion:first-child .card-search{border-top:none!important}.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}.search-suggetion .card-search:hover{box-shadow:none}.search-suggetion .card-search:hover .list-content h3,.search-suggetion .card-search:hover .list-content h4,.search-suggetion .card-search:hover .list-content span{color:var(--color-primary)}.search-suggetion .card-search:hover .productImage img{transform:inherit}.search-suggetion .card-search:hover .card-block{transition:none!important;border-right:15px solid #247bb1}.search-suggetion .card-search:hover .card-block .icons-box{margin-right:10px;background-image:none;background-color:var(--clr-white)}.search-suggetion .card-search:hover .card-block .icons-box i{color:var(--clr_7);font-weight:700}.search-suggetion .card-search:hover .card-block .icons-box .icon.active{background-image:none}.search-suggetion .card-search>a{width:20%;padding:10px 0 5px;display:none}.search-suggetion .card-search .list-content{padding:10px 0!important;padding-left:10px;width:100%;text-align:left}.search-suggetion .card-search .list-content .product-price{display:none}.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}.search-suggetion .card-search .list-content h3{margin-top:0;font-weight:500}.search-suggetion .card-search .card-block{position:relative;width:30%;bottom:0;margin:0}.search-suggetion .card-search .card-block .icons-box .icon i{font-size:15px}.search-suggetion .card-search .pro-swatches{display:none!important}.search-suggetion .card-search .productImage{min-height:auto;padding:0;height:auto;display:none}.search-suggetion .card-search .quick-view-icon{display:none!important}.search-suggetion .card-search .product-price span{font-size:.7rem}.product-left{display:none}@media (max-width: 767.98px){.product-left{width:30%}}.product-left .content{padding:0 15px 10px 0;margin-bottom:10px;border-bottom:1px solid var(--border-bottom)}.product-left .content h6{font-size:18px}.product-left .content ul li{cursor:pointer;font-size:14px;margin-bottom:4px;white-space:normal}.product-left .content ul li span{padding-left:0;color:#000;font-weight:600}@media (max-width: 414.98px){.product-left .content ul li{font-size:11px}}.searchProducts{display:flex}.searchProducts .noResult{width:100%;min-height:10px;padding-left:10px;overflow:hidden}.searchProducts .productSuggestWrapper{width:75%}.searchProducts .productSuggestWrapper .search-suggetion p{font-size:.75rem;font-weight:400;line-height:1rem;margin-bottom:10px}.renSearch{position:relative}.menu-mobile{display:none}.menu-mobile .account-detail:hover .dropdown-account{display:none;width:100%}.menu-mobile .dropdown-account{background-color:#f0f0f0;border:none;position:relative;box-shadow:none;width:100%;padding-left:15px}@media (max-width: 1024.98px){.menu-mobile .dropdown-account .dropdown-account{display:none}}.menu-mobile .dropdown-account a{margin-top:10px;color:#333;font-weight:500;font-size:1rem;text-transform:capitalize;padding:5px 10px;display:block}.menu-mobile .renhelp{display:none}@media (max-width: 767.98px){.menu-mobile .renhelp{display:block}}@media (max-width: 414.98px){.menu-mobile{padding:20px 0!important}}.menu-mobile .toggle-top{position:absolute;right:20px;top:20px}@media (max-width: 414.98px){.menu-mobile .toggle-top{right:20px;top:15px}}.menu-mobile #toggle div{background:var(--clr-black)}.menu-mobile .account-login{display:none}@media (max-width: 1024.98px){.menu-mobile .account-login{display:block}}@media (max-width: 1024.98px){.menu-mobile{position:fixed;top:0;background-color:var(--clr_background);z-index:11;width:100%;height:100%;transform:scale(0);left:0;transition:.5s;transform-origin:top left;padding:50px 0;display:block;overflow-y:scroll}.menu-mobile.show{transform:scale(1)}.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){.menu-mobile .mobile-font{display:flex;justify-content:flex-start;align-items:center;padding:0;border-bottom:0px!important}.menu-mobile .mobile-font .lockLight{display:none!important}.menu-mobile .mobile-font .lockDark{padding-left:5px}}@media (max-width: 1024.98px){.menu-mobile .brands-top ul li{line-height:1;max-width:100%;margin-bottom:0}.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){.menu-mobile .theme-button-2{line-height:30px;height:auto}.menu-mobile .theme-button-2:after{background:none}}@media (max-width: 1024.98px){.menu-mobile .brands-top ul{padding:0 15px!important}}.mobile-company{margin:0;padding:0;width:100%;max-width:100%}.mobile-company .heading{display:flex;align-items:center}.mobile-company .heading i{margin-left:10px}.mobile-company.footer_section{width:100%!important}.mobile-company.footer_section .section-list{margin-bottom:20px;padding:0 15px;display:none}.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}.show.menu-mobile .cat-menu ul.cat-menu-list li.cat-item.hasSubmenu .subcat-list{display:none}.show.menu-mobile .cat-menu ul.cat-menu-list li.cat-item.hasSubmenu .hasArrow{display:flex;justify-content:flex-start;align-items:center}.show.menu-mobile .cat-menu ul.cat-menu-list li.cat-item.hasSubmenu .hasArrow i{padding-left:10px}.show.menu-mobile .cat-menu ul.cat-menu-list li.cat-item.hasSubmenu.active .subcat-list{display:block}@media (max-width: 1024.98px){.show.menu-mobile .cat-menu ul.cat-menu-list li.cat-item.hasSubmenu.active .subcat-list{display:flex;flex-direction:column}}.top-menu-bar{min-height:100%;align-items:center}@media (max-width: 1024.98px){.top-menu-bar{justify-content:space-between}}#toggle{width:24px;margin:0 auto}#toggle div{width:100%;height:3px;background:var(--clr-black);margin:4px auto;transition:all .3s;backface-visibility:hidden}#toggle.on .one{transform:rotate(45deg) translate(5px,5px)}#toggle.on .two{opacity:0}#toggle.on .three{transform:rotate(-45deg) translate(5px,-5px)}#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}.main-tog{display:flex;align-items:center}.service-table{overflow:auto}.toggle-top{z-index:9;margin:0 0 0 20px;display:none}@media (max-width: 1024.98px){.toggle-top{margin:0}}@media (max-width: 1024.98px){.toggle-top{display:block!important}}.newsLetterWrapper{background-color:var(--icons-bgcolor);padding:10px 40px;display:flex;justify-content:center;align-items:center}@media (max-width: 1279.98px){.newsLetterWrapper{padding:25px 80px 50px;border-radius:0;flex-direction:column}}@media (max-width: 767.98px){.newsLetterWrapper{padding:25px 15px 50px;border-radius:0;flex-direction:column}}.newsLetterWrapper .newsLetterInfo{width:auto;display:flex;justify-content:flex-start;padding-right:30px}@media (max-width: 1279.98px){.newsLetterWrapper .newsLetterInfo{width:100%;flex-direction:column;align-items:center}}.newsLetterWrapper .newsLetterInfo img{padding-right:20px}@media (max-width: 1024.98px){.newsLetterWrapper .newsLetterInfo img{width:80px;padding-right:0;margin:20px 0}}.newsLetterWrapper .newsLetterInfo .newsLetterTitle,.newsLetterWrapper .newsLetterInfo .newsLetterTitle h3{margin-bottom:0}@media (max-width: 1279.98px){.newsLetterWrapper .newsLetterInfo .newsLetterTitle{padding-bottom:20px}}.newsLetterWrapper .newsLetterInfo .newsLetterTitle h3{color:var(--clr-white)!important;font-size:26px;font-style:normal;font-weight:400;line-height:33px;text-transform:uppercase}@media (min-width: 1440px){.newsLetterWrapper .newsLetterInfo .newsLetterTitle h3{font-size:28px}}@media (max-width: 1024.98px){.newsLetterWrapper .newsLetterInfo .newsLetterTitle h3{font-size:20px;line-height:24px;text-align:center}}.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){.newsLetterWrapper .newsLetterInfo .newsLetterTitle p{text-align:center}}.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){.newsLetterWrapper .newsletter_form{width:100%}}.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}.newsLetterWrapper .newsletter_form input::placeholder{color:#fff}@media (min-width: 1800px){.newsLetterWrapper .newsletter_form input{font-size:18px}}.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}@media (min-width: 1800px){.newsLetterWrapper .newsletter_form #Subscribe{font-size:18px}}.newsLetterWrapper .newsletter_form .footer_msg{position:absolute;bottom:-25px;padding:2px 0;text-transform:capitalize;left:0}.footer_wrapper{padding-top:50px}.footer_wrapper .footer_content_top #footer-con .bottomFooter{border-bottom:1px solid #eee;padding-bottom:40px}@media (max-width: 767.98px){.footer_wrapper .footer_content_top{padding-bottom:15px}}.footer_section_holder{display:flex;flex-wrap:wrap}@media (min-width: 1025px){.footer_section_holder{flex-wrap:wrap}}@media (max-width: 767.98px){.footer_section_holder{display:flex;flex-direction:column;align-items:flex-start}}.footer_section{max-width:calc(33.3333333333% - 20px);flex-basis:calc(33.3333333333% - 20px);position:relative}@media (max-width: 1024.98px){.footer_section{max-width:100%;flex-basis:100%;width:100%;padding:0 0 20px}}.footer_section .hellothere{position:absolute;right:35px;bottom:-87px}@media (max-width: 1024.98px){.footer_section .hellothere{right:50px;bottom:-30px}}@media (max-width: 767.98px){.footer_section .hellothere{right:30px}}.footer_section .footer_section_header{display:flex;justify-content:space-between}.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_section .footer_section_header .heading i{display:none!important}.footer_section .footer_section_header .icon{cursor:pointer;transition:.4s;position:relative;padding:10px 8px}.footer_section .footer_section_header .icon:before{content:"";position:absolute;width:10px;height:2px;right:0;top:8px;background:#fff}.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_section .footer_section_header .icon{display:none}}.footer_section .footer_section_header .icon.active:after{content:none}@media (max-width: 767.98px){.footer_section .section_border{border-bottom:none;pointer-events:auto}}@media (max-width: 767.98px){.footer_section .section_item_hide{display:block}}.footer_section .section_item_hide.show{display:block}.footer_section .footer_section_item .category-menu button,.footer_section .footer_section_item .categoryMenu .list_menu_item a img,.footer_section .footer_section_item .categoryMenu .subListWrapper{display:none}.footer_section .footer_section_item .list-item.terms a,.footer_section .footer_section_item .cat-item.terms a{text-transform:none}.footer_section .footer_section_item .list-item a,.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_section .footer_section_item .list-item a:hover,.footer_section .footer_section_item .cat-item a:hover{color:var(--color-primary)}.footer_section .footer_section_item .list-item a span,.footer_section .footer_section_item .cat-item a span,.footer_section .footer_section_item .list-item a i,.footer_section .footer_section_item .cat-item a i,.footer_section .footer_section_item .list-item .has-arrow,.footer_section .footer_section_item .cat-item .has-arrow,.footer_section .footer_section_item .subcat-list{display:none}.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_section .footer_section_item .newsletter_form{margin-bottom:20px}.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_section .footer_section_item .newsletter_form #NewsletterForm_footer::placeholder{color:var(--clr-white);opacity:1;font-size:.9647272727rem}.footer_section .footer_section_item .newsletter_form #NewsletterForm_footer:hover,.footer_section .footer_section_item .newsletter_form #NewsletterForm_footer:focus,.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_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_section .footer_section_item .newsletter_form_button:hover,.footer_section .footer_section_item .newsletter_form_button:focus,.footer_section .footer_section_item .newsletter_form_button.active{box-shadow:none;outline:none}.footer_section .footer_section_item .footer_social{margin-top:10px}.footer_section .footer_section_item .footer_social .social_list{display:flex;flex-wrap:wrap;gap:8px}@media (max-width: 767.98px){.footer_section .footer_section_item .footer_social .social_list{justify-content:start!important}}.footer_section .footer_section_item .footer_social .social_link{color:var(--clr-white);display:flex;justify-content:center;align-items:center;cursor:pointer}.footer_section .footer_section_item .footer_social .social_link a{background:#636A67;width:44px;height:44px;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center}.footer_section .footer_section_item .footer_social .social_link:hover{color:#1ebd78}.footer_section .footer_section_item .footer_social .social_link span{font-size:1.3781818182rem}.footer_section .footer_section_item .footer_social .social_link a{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_content_bottom{padding:20px 0}.copyright_payment_wrapper{display:flex;align-items:center;justify-content:space-between}@media (max-width: 767.98px){.copyright_payment_wrapper{display:flex;flex-direction:column}}.footer_copyright{padding-right:15px;position:relative}.footer_copyright .powerlogo_cont{position:absolute;right:0;top:0}@media (max-width: 1024.98px){.footer_copyright .powerlogo_cont{padding-right:0;margin-bottom:25px;position:unset;display:flex;justify-content:center;padding-top:20px}}@media (max-width: 767.98px){.footer_copyright{padding-right:0;margin-bottom:25px}}.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_copyright .copyright_content{text-align:start}}.footer_payment .payment_list{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:15px}@media (max-width: 767.98px){.footer_payment .payment_list{justify-content:center}}.footer_payment .payment_item .bg-svgexport_36{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -10px -98px;display:inline-block}.footer_payment .payment_item .bg-svgexport_37{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -10px -54px;display:inline-block}.footer_payment .payment_item .bg-svgexport_38{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -68px -10px;display:inline-block}.footer_payment .payment_item .bg-svgexport_39{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -126px -10px;display:inline-block}.footer_payment .payment_item .bg-svgexport_40{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -10px -10px;display:inline-block}.footer_payment .payment_item .bg-svgexport_41{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -68px -54px;display:inline-block}.footer_payment .payment_item .bg-svgexport_42{width:38px;height:24px;background:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/StaticImages/sprite-images.png) -126px -54px;display:inline-block}.mainFooter{padding:30px 0}.mainFooter .footerRow1{display:flex;justify-content:space-between;flex-wrap:wrap}.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}.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}.mainFooter .footerRow1 .renCategory{flex:2 0 0}.mainFooter .footerRow1 .renCategory .footer-menu>ul{column-count:2}.mainFooter .footerRow1 .renCompany,.mainFooter .footerRow1 .exclusiveCompany{flex:1 0 0}.mainFooter .footerRow1 ul li a{font-size:1rem;letter-spacing:-.35px;line-height:30px;color:#fff;transition:.3s}.mainFooter .footerRow1 .newsletter_form{width:100%}.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}.mainFooter .footerRow1 .newsletter_form .input-group-prepend{display:none}.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%}.mainFooter .footerRow1 .newsletter_form_button:after{content:"";position:absolute;width:100%;height:60px;background-image:linear-gradient(180deg,#21c07b 0%,#02a36b 50%,#21c07b 100%);left:0;top:0;z-index:-1;transition:transform .2s ease-in}.mainFooter .footerRow1 .newsletter_form_button:hover:after{transform:translateY(-10px)}.mainFooter .footerRow1 .followUs ul{display:flex;flex-wrap:wrap}.mainFooter .footerRow1 .followUs ul li i{color:#fff;font-size:1.42857rem}.mainFooter .footerRow1 .followUs ul li+li{margin-left:15px}.mainFooter .footerRow1 .newsletterButton{margin:0 0 35px}.mainFooter .footerRow1 h4.heading{margin-bottom:10px;color:#fff;font-size:1.14286rem;font-weight:700;letter-spacing:-.4px;line-height:30px;display:block}.footerLink{color:#0e97e7}ul,ol,dl{padding:0;margin:0;list-style:none}.btn:not(.btn-outline):not(.btn-light),button:not(.btn-outline):not(.btn-light){text-shadow:none;outline:none}.btn:not(.btn-outline):not(.btn-light),.pager.pager-fancy>li a{text-shadow:1px 1px 1px hwb(0deg 0% 100%/20%)}.bottomFooter{display:flex;justify-content:space-between;align-items:flex-start}@media (max-width: 1024.98px){.bottomFooter{flex-direction:column;flex-wrap:wrap;padding-top:20px}}.footer_section_item .category-menu .cat-menu{width:auto}.footer_section_item .category-menu .cat-menu .cat-menu-list{display:flex;flex-direction:column}.footer_section_item .category-menu .cat-menu .cat-menu-list .cat-item:last-child{display:none}.footer_section_item .category-menu .cat-menu .cat-menu-list .cat-item.drinkware{order:0}.footer_section_item .category-menu .cat-menu .cat-menu-list .cat-item.hard-coolers{order:1}.footer_section_item .category-menu .cat-menu .cat-menu-list .cat-item.soft-coolers{order:2}.footer_section_item .category-menu .cat-menu .cat-menu-list .cat-item.dogs{order:3}.footer_section_item .category-menu .cat-menu .cat-menu-list .cat-item.all-new{order:4}.footer_section_item .category-menu .cat-menu .cat-menu-list .cat-item.fitbit{order:5}.footer_section_item .section-list{column-count:1;width:100%}@media (max-width: 767.98px){.footer_section_item .section-list{width:100%}}@media (max-width: 500px){.footer_section_item .section-list{width:100%}}.footer_section_item .section-list li{white-space:nowrap}.footer_section_item ul li{color:var(--color-text);font-size:15px;font-style:normal;font-weight:400;line-height:30px}.footer_section_item ul li.fitbit a:after{content:"\ae";font-size:14px;top:-4px;position:relative}.footer_section_item ul a{color:var(--color-text);font-size:15px;font-style:normal;font-weight:400;line-height:30px}.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-logo-top{margin:20px auto 0 0;display:flex;align-items:center;justify-content:start;min-height:100%}}.footer-logo-top p{margin-bottom:0;font-size:16px}.footer-logo-top .powerlogo_cont{display:flex;align-items:center}.footer-logo-top .powerlogo_cont span{font-size:14px;margin:0 10px 0 30px}.footer-logo img{margin-left:20px}@media (max-width: 767.98px){.footer-logo img{margin-left:0;margin-right:20px}}.footer-logo-mid{padding-top:20px}.footer-logo-mid img{margin-left:0}@media (max-width: 767.98px){.footer-logo-mid img{margin-left:0;margin-right:20px}}.main{min-height:38vh}#root{min-height:100%;display:flex;flex-direction:column}@font-face{font-family:Poppins;font-style:normal;src:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/css/fonts/Poppins-Regular.ttf) format("truetype"),url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/css/fonts/Poppins-SemiBold.ttf) format("truetype")}h1,h2,h3,h4,h5,p{color:#000!important}.currencySymbol:before{content:"$"}.title-main-wrapper,.similarProductHeading{position:relative;text-align:center}.title-main-wrapper.hasBtn,.similarProductHeading.hasBtn{padding-bottom:15px}.title-main-wrapper .title,.similarProductHeading .title{color:var(--txt-color);font-size:1.4264181818rem;text-transform:uppercase;font-weight:var(--font-weight-bold)}@media (max-width: 1024.98px){.title-main-wrapper .title,.similarProductHeading .title{margin-bottom:8px}}@media (max-width: 767.98px){.title-main-wrapper .title,.similarProductHeading .title{font-size:1.0129636364rem}}.title-main-wrapper .title span,.similarProductHeading .title span{display:inline-block;vertical-align:top;z-index:2;max-width:100%;width:auto;background:var(--clr-white)}.title-main-wrapper .view_all,.similarProductHeading .view_all{display:inline-block;line-height:15px}.swiper-slide .product-card{height:100%}.go2top{display:none!important}.backDrop{inset:0;cursor:pointer;z-index:30;height:100%!important;width:100%;background-color:#232323cc;position:fixed}.background-overlay{position:fixed;inset:0;cursor:pointer;z-index:30;height:100%!important;width:100%;background-color:#232323cc}.stickyCenterMenu_wrapper,.popup_inner{width:100%;height:100%}.overlay_disable{visibility:hidden!important;opacity:0!important}#priceCollapse{margin-bottom:30px}.priceFilterWrapper{height:0px;display:flex;align-items:center;justify-content:center;padding-top:12px;position:relative}.slider{position:relative;width:100%}.priceRange_wrapper .sliderAmt{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.priceRange_wrapper .sliderAmt span{font-size:1.0336363636rem}.slider__track,.slider__range,.slider__left-value,.slider__right-value{position:absolute}.slider__track,.slider__range{border-radius:3px;height:5px}.slider__track{background-color:#bababa;width:100%;z-index:1}.slider__range{background-color:var(--color-primary);z-index:2}.slider__left-value,.slider__right-value{color:var(--color-primary);font-size:.9647272727rem;margin-top:20px}.slider__left-value{left:6px}.slider__right-value{right:-4px}.thumb,.thumb::-webkit-slider-thumb{-webkit-appearance:none;-webkit-tap-highlight-color:transparent}.thumb{pointer-events:none;position:absolute;height:0;width:100%;outline:none}.thumb--zindex-3{z-index:3}.thumb--zindex-4{z-index:4}.thumb--zindex-5{z-index:5}.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}.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}.input-group.rememberMe,.input-group.rememberMe label{display:flex}.input-group.rememberMe label input[type=checkbox]{margin-right:5px;accent-color:var(--txt-color)}.input-group .forgotBtn{cursor:pointer;line-height:22px;color:var(--txt-color)}.modal .modal-dialog .modal-content{border-radius:0}.modal .modal-dialog .modal-content .modal-header{background:var(--clr-black);border-radius:0;padding:8px}.modal .modal-dialog .modal-content .modal-header .close{color:var(--clr-white);text-shadow:none}.modal .modal-dialog .modal-content .modal-header .close:focus,.modal .modal-dialog .modal-content .modal-header .close.active{box-shadow:none;outline:none}.modal .modal-dialog .modal-content .modal-body{font-weight:var(--font-weight-bold);color:var(--txt-color)}.modal .modal-dialog.success.notification .modal-header,.modal .modal-dialog.success.notification .modal-footer{display:none}.animsition-loading,.custom-animsition-loading{background-color:var(--clr-white);z-index:10104!important;width:100%;height:100%;position:fixed;inset:0}.animsition-loading .loader,.custom-animsition-loading .loader{position:absolute;top:50%;left:50%;margin-top:-16px;margin-left:-16px;border-radius:50%;z-index:100}.animsition-loading .loader .line-scale>div,.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}.animsition-loading .loader .line-scale>div:nth-child(1),.custom-animsition-loading .loader .line-scale>div:nth-child(1){animation-delay:-.4s}.animsition-loading .loader .line-scale>div:nth-child(2),.custom-animsition-loading .loader .line-scale>div:nth-child(2){animation-delay:-.3s}.animsition-loading .loader .line-scale>div:nth-child(3),.custom-animsition-loading .loader .line-scale>div:nth-child(3){animation-delay:-.2s}.animsition-loading .loader .line-scale>div:nth-child(4),.custom-animsition-loading .loader .line-scale>div:nth-child(4){animation-delay:-.1s}.animsition-loading .loader .line-scale>div:nth-child(5),.custom-animsition-loading .loader .line-scale>div:nth-child(5){animation-delay:0s}@keyframes line-scale{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}#loaderWrapper{position:relative}#loaderWrapper .custom-animsition-loading{position:absolute;height:200px}.custom-table{display:flex;flex-direction:column;gap:0px 8px;line-height:18px}.custom-table-header{display:flex;font-weight:600;margin:0 -2px -1px}.custom-table-header .tableHeaderCell{display:flex;flex:1;background:var(--color-primary);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;padding:10px 5px;border-radius:0!important}.custom-table-header .tableHeaderCell:first-child{border-left:1px solid #dee2e6;border-radius:12px 0 0 12px}.custom-table-header .tableHeaderCell:last-child{border-right:1px solid #dee2e6;border-radius:0 12px 12px 0}.custom-table-header .tableHeaderCell.dateHeader{display:flex;align-items:center;column-gap:5px}.custom-table-header .tableHeaderCell .sortBy{display:flex;flex-direction:column}.custom-table-header .tableHeaderCell:hover .tableHeaderCell{background:var(--clr-white)}.custom-table-body{display:flex;flex-direction:column;border:solid 1px #C6C6C6;scrollbar-width:thin}.custom-table-body::-webkit-scrollbar{width:5px}.custom-table-body::-webkit-scrollbar-track{background:#f1f1f1}.custom-table-body::-webkit-scrollbar-thumb{background:#c8c8c8}.custom-table-body::-webkit-scrollbar-thumb:hover{background:#555}.custom-table-body .noOrderData{border-radius:0;border:1px solid #dee2e6;padding:20px;background:#fff;text-align:center;font-size:20px}.custom-table-body .noGiftData{padding:12px;background:#fff;width:100%;border-radius:12px}.custom-table-body .item-data{display:flex;border-radius:12px;border:1px solid #dee2e6;width:100%}.custom-table-body .item-data .table-cell{flex:1;padding:12px;display:flex;align-items:center;background:#fff}.custom-table-body .item-data .table-cell:first-child{border-radius:12px 0 0 12px}.custom-table-body .item-data .table-cell:last-child{border-radius:0 12px 12px 0}.custom-table-body .item-data:hover{box-shadow:0 1px 4px #00000026;border-radius:12px}.custom-table-body .item-data:hover .table-cell{background:var(--clr-white)}.custom-table-body .toggleWrapper{position:relative}.custom-table-body .toggleWrapper .toggleBtn{border:none;background:transparent}.custom-table-body .toggleWrapper .toggleBtn:focus,.custom-table-body .toggleWrapper .toggleBtn.active{outline:0;box-shadow:none}.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-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-body .toggleWrapper .actionBtnWrapper .btn:focus,.custom-table-body .toggleWrapper .actionBtnWrapper .btn.active{outline:0;box-shadow:none;font-weight:var(--font-weight-bold)}.custom-table-body .toggleWrapper:hover .actionBtnWrapper{opacity:1;visibility:visible}.table-bordered{background:var(--clr-white)}.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}.table-responsive .table tbody{border:1px solid #dee2e6}.table-responsive .table tr th,.table-responsive .table tr td{border-right:1px solid #dee2e6;vertical-align:middle}@media (max-width: 414.98px){.table-responsive .table tr th,.table-responsive .table tr td{font-size:16px}}.table-responsive .table tr th.unitPriceHeader,.table-responsive .table tr th.priceHeader,.table-responsive .table tr td.unitPriceHeader,.table-responsive .table tr td.priceHeader{text-align:right}.table-responsive .table tr th:first-child,.table-responsive .table tr td:first-child{border-left:1px solid #dee2e6}.table-responsive.orderReport{overflow:visible!important}@media (max-width: 575.98px){.table-responsive.orderReport .custom-table-header,.table-responsive.orderReport .custom-table-body{overflow-x:auto!important}}.subscriptionOrderReport .detailHeading{font-size:1.1025454545rem;margin-bottom:8px;font-weight:600;text-transform:capitalize}.subscriptionOrderReport .item-data{padding:20px;background:var(--clr-white);box-shadow:0 1px 4px #00000026;border:none;flex-wrap:wrap;margin-bottom:15px}.subscriptionOrderReport .item-data .table-row{display:flex;flex:0 0 100%;max-width:100%;overflow:auto;border-radius:12px}.subscriptionOrderReport .item-data .table-row.subscriptionDetailsRow .table-cell{background:#f2f2f2;white-space:nowrap}.subscriptionOrderReport .item-data .table-row.productDetailsRow .table-cell{flex-direction:row;justify-content:space-between;column-gap:30px}@media (max-width: 575.98px){.subscriptionOrderReport .item-data .table-row.productDetailsRow .table-cell{flex-direction:column;gap:10px}}.subscriptionOrderReport .item-data .table-row .table-cell{border-radius:0!important;flex-direction:column;align-items:flex-start;line-height:18px}.subscriptionOrderReport .item-data .table-row .table-cell.subscriptionKey{font-weight:700;font-size:1.3781818182rem;color:var(--txt-color)}.subscriptionOrderReport .item-data .table-row .table-cell .subHeading{font-weight:600;text-transform:uppercase}.subscriptionOrderReport .item-data .table-row .table-cell .result{color:var(--txt-color);text-transform:uppercase}.subscriptionOrderReport .item-data .table-row .table-cell .productData{display:flex;column-gap:30px}.subscriptionOrderReport .item-data .table-row .table-cell .productData .productImage{min-width:80px;max-width:80px}.subscriptionOrderReport .item-data .table-row .table-cell .productData .productImage img{width:100%}.subscriptionOrderReport .item-data .table-row .table-cell .PriceWrapper{display:flex;column-gap:7px}dialog[data-shm],dialog[shm],dialog[data-pos]{width:auto;max-width:500px;padding:0;border:0;box-shadow:0 0 20px #0003;overflow:unset!important}dialog[data-shm] .dialog-header,dialog[shm] .dialog-header,dialog[data-pos] .dialog-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:var(--color-primary);position:relative}dialog[data-shm] .dialog-header .dialog-title,dialog[shm] .dialog-header .dialog-title,dialog[data-pos] .dialog-header .dialog-title{margin:0;color:#fff!important;text-transform:uppercase;font-size:16px;font-weight:700;width:95%}dialog[data-shm] .dialog-header button.close,dialog[shm] .dialog-header button.close,dialog[data-pos] .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}dialog[data-shm] .dialog-header button.close .icon-close,dialog[shm] .dialog-header button.close .icon-close,dialog[data-pos] .dialog-header button.close .icon-close{font-size:14px;font-weight:600}dialog[data-shm] .dialog-header button.close:focus,dialog[data-shm] .dialog-header button.close.active,dialog[shm] .dialog-header button.close:focus,dialog[shm] .dialog-header button.close.active,dialog[data-pos] .dialog-header button.close:focus,dialog[data-pos] .dialog-header button.close.active{box-shadow:none;outline:none}dialog[data-shm] .dialog-footer,dialog[shm] .dialog-footer,dialog[data-pos] .dialog-footer{padding:10px;display:flex;justify-content:flex-end;column-gap:10px}dialog[data-shm] .dialog-footer button,dialog[shm] .dialog-footer button,dialog[data-pos] .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}dialog[data-shm] .dialog-footer button.active,dialog[data-shm] .dialog-footer button:focus,dialog[data-shm] .dialog-footer button:active,dialog[data-shm] .dialog-footer button:hover,dialog[shm] .dialog-footer button.active,dialog[shm] .dialog-footer button:focus,dialog[shm] .dialog-footer button:active,dialog[shm] .dialog-footer button:hover,dialog[data-pos] .dialog-footer button.active,dialog[data-pos] .dialog-footer button:focus,dialog[data-pos] .dialog-footer button:active,dialog[data-pos] .dialog-footer button:hover{box-shadow:none!important;outline:none;border:none!important}dialog[data-shm] .dialog-footer button:hover,dialog[shm] .dialog-footer button:hover,dialog[data-pos] .dialog-footer button:hover{background-color:var(--main-color)!important}dialog[data-shm] .dialog-footer button:disabled,dialog[shm] .dialog-footer button:disabled,dialog[data-pos] .dialog-footer button:disabled{opacity:.6;pointer-events:none}dialog[data-shm] .dialog-body,dialog[shm] .dialog-body,dialog[data-pos] .dialog-body{padding:15px;overflow-y:auto!important;max-height:80vh;height:auto;font-size:13px;scrollbar-width:thin}dialog[data-shm] .dialog-body::-webkit-scrollbar,dialog[shm] .dialog-body::-webkit-scrollbar,dialog[data-pos] .dialog-body::-webkit-scrollbar{width:5px}dialog[data-shm] .dialog-body::-webkit-scrollbar-track,dialog[shm] .dialog-body::-webkit-scrollbar-track,dialog[data-pos] .dialog-body::-webkit-scrollbar-track{background:#f1f1f1}dialog[data-shm] .dialog-body::-webkit-scrollbar-thumb,dialog[shm] .dialog-body::-webkit-scrollbar-thumb,dialog[data-pos] .dialog-body::-webkit-scrollbar-thumb{background:#c8c8c8}dialog[data-shm] .dialog-body::-webkit-scrollbar-thumb:hover,dialog[shm] .dialog-body::-webkit-scrollbar-thumb:hover,dialog[data-pos] .dialog-body::-webkit-scrollbar-thumb:hover{background:#555}dialog[data-shm] .dialog-body .input-group,dialog[shm] .dialog-body .input-group,dialog[data-pos] .dialog-body .input-group{display:flex;align-items:center}dialog[data-shm] .dialog-body .input-group .label,dialog[shm] .dialog-body .input-group .label,dialog[data-pos] .dialog-body .input-group .label{margin-bottom:0!important;flex:0 0 200px;max-width:200px}dialog[data-shm] .dialog-body .input-group .fieldWrapper,dialog[shm] .dialog-body .input-group .fieldWrapper,dialog[data-pos] .dialog-body .input-group .fieldWrapper{flex:1 1 auto}dialog[data-shm] .dialog-body .input-group .review-ratings,dialog[shm] .dialog-body .input-group .review-ratings,dialog[data-pos] .dialog-body .input-group .review-ratings{display:flex;column-gap:5px}dialog[data-shm] .dialog-body .input-group .review-ratings span,dialog[shm] .dialog-body .input-group .review-ratings span,dialog[data-pos] .dialog-body .input-group .review-ratings span{font-size:calc(var(--font-body-size) + 2px);cursor:pointer}dialog[data-shm] .dialog-body .input-login-action,dialog[shm] .dialog-body .input-login-action,dialog[data-pos] .dialog-body .input-login-action{display:flex;column-gap:10px;justify-content:flex-end}dialog[data-shm] .dialog-body .input-login-action button,dialog[shm] .dialog-body .input-login-action button,dialog[data-pos] .dialog-body .input-login-action button{width:fit-content;padding:5px 10px}dialog[data-shm] .dialog-body .input-login-action button.btn_login_guestUserPopup,dialog[shm] .dialog-body .input-login-action button.btn_login_guestUserPopup,dialog[data-pos] .dialog-body .input-login-action button.btn_login_guestUserPopup{padding:10px 0}dialog[data-shm] .dialog-body .userDetails .detail,dialog[shm] .dialog-body .userDetails .detail,dialog[data-pos] .dialog-body .userDetails .detail{display:flex}dialog[data-shm] .dialog-body .userDetails .detail .detailHeading,dialog[shm] .dialog-body .userDetails .detail .detailHeading,dialog[data-pos] .dialog-body .userDetails .detail .detailHeading{flex:0 0 150px;font-weight:var(--font-weight-bold)}dialog[data-shm] .dialog-body .userDetails .detail .detailValue,dialog[shm] .dialog-body .userDetails .detail .detailValue,dialog[data-pos] .dialog-body .userDetails .detail .detailValue{flex:1 1 auto}dialog[data-shm] .dialog-body .completePamentBtnWrapper,dialog[shm] .dialog-body .completePamentBtnWrapper,dialog[data-pos] .dialog-body .completePamentBtnWrapper{display:flex;column-gap:10px;justify-content:flex-end}dialog[data-shm] .dialog-body .completePamentBtnWrapper .cancelOrder,dialog[shm] .dialog-body .completePamentBtnWrapper .cancelOrder,dialog[data-pos] .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)}dialog[data-shm] .dialog-body .completePamentBtnWrapper .completeOrder,dialog[shm] .dialog-body .completePamentBtnWrapper .completeOrder,dialog[data-pos] .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}dialog[data-shm] .dialog-body .completePamentBtnWrapper .completeOrder.active,dialog[data-shm] .dialog-body .completePamentBtnWrapper .completeOrder:focus,dialog[data-shm] .dialog-body .completePamentBtnWrapper .completeOrder:active,dialog[data-shm] .dialog-body .completePamentBtnWrapper .completeOrder:hover,dialog[shm] .dialog-body .completePamentBtnWrapper .completeOrder.active,dialog[shm] .dialog-body .completePamentBtnWrapper .completeOrder:focus,dialog[shm] .dialog-body .completePamentBtnWrapper .completeOrder:active,dialog[shm] .dialog-body .completePamentBtnWrapper .completeOrder:hover,dialog[data-pos] .dialog-body .completePamentBtnWrapper .completeOrder.active,dialog[data-pos] .dialog-body .completePamentBtnWrapper .completeOrder:focus,dialog[data-pos] .dialog-body .completePamentBtnWrapper .completeOrder:active,dialog[data-pos] .dialog-body .completePamentBtnWrapper .completeOrder:hover{box-shadow:none!important;outline:none;border:none!important}dialog[data-shm] .dialog-body .completePamentBtnWrapper .completeOrder:hover,dialog[shm] .dialog-body .completePamentBtnWrapper .completeOrder:hover,dialog[data-pos] .dialog-body .completePamentBtnWrapper .completeOrder:hover{background-color:var(--main-color)!important}dialog[data-shm] .dialog-body .completePamentBtnWrapper .completeOrder:disabled,dialog[shm] .dialog-body .completePamentBtnWrapper .completeOrder:disabled,dialog[data-pos] .dialog-body .completePamentBtnWrapper .completeOrder:disabled{opacity:.6;pointer-events:none}dialog[data-shm]::backdrop,dialog[shm]::backdrop,dialog[data-pos]::backdrop{background:rgba(0,0,0,.6)}dialog[data-shm].notification,dialog[shm].notification,dialog[data-pos].notification{max-width:250px}dialog[data-shm].notification .dialog-header,dialog[data-shm].notification .dialog-footer,dialog[shm].notification .dialog-header,dialog[shm].notification .dialog-footer,dialog[data-pos].notification .dialog-header,dialog[data-pos].notification .dialog-footer{display:none}dialog[data-shm].noFooter .dialog-footer,dialog[shm].noFooter .dialog-footer,dialog[data-pos].noFooter .dialog-footer{display:none}dialog[data-shm][data-pos="3"],dialog[shm][data-pos="3"],dialog[data-pos][data-pos="3"]{margin:10px 10px auto auto}dialog[data-shm].fluid-model,dialog[shm].fluid-model,dialog[data-pos].fluid-model{width:95%}dialog[data-shm] .pen-color-crousol .swiper.swiper-horizontal,dialog[shm] .pen-color-crousol .swiper.swiper-horizontal,dialog[data-pos] .pen-color-crousol .swiper.swiper-horizontal{padding:0 35px}dialog[data-shm] .pen-color-crousol .swiper.swiper-horizontal .swiper-button-prev,dialog[shm] .pen-color-crousol .swiper.swiper-horizontal .swiper-button-prev,dialog[data-pos] .pen-color-crousol .swiper.swiper-horizontal .swiper-button-prev{left:0!important;height:30px;width:30px;box-shadow:none}dialog[data-shm] .pen-color-crousol .swiper.swiper-horizontal .swiper-button-prev:after,dialog[shm] .pen-color-crousol .swiper.swiper-horizontal .swiper-button-prev:after,dialog[data-pos] .pen-color-crousol .swiper.swiper-horizontal .swiper-button-prev:after{width:10px;height:10px;top:9px;left:11px}dialog[data-shm] .pen-color-crousol .swiper.swiper-horizontal .swiper-button-next,dialog[shm] .pen-color-crousol .swiper.swiper-horizontal .swiper-button-next,dialog[data-pos] .pen-color-crousol .swiper.swiper-horizontal .swiper-button-next{right:0!important;height:30px;width:30px;box-shadow:none}dialog[data-shm] .pen-color-crousol .swiper.swiper-horizontal .swiper-button-next:after,dialog[shm] .pen-color-crousol .swiper.swiper-horizontal .swiper-button-next:after,dialog[data-pos] .pen-color-crousol .swiper.swiper-horizontal .swiper-button-next:after{width:10px;height:10px;top:9px;left:11px}.hideWallet .walletPay,.hideCOD .cod{display:none!important}.errorPage{padding:50px 0;color:var(--txt-color);display:flex;flex-direction:column;justify-content:center;align-items:center;text-transform:uppercase}.errorPage .pageTitle{font-size:18px;font-weight:var(--font-weight-bold);line-height:var(--font-body-lineheight);margin-bottom:15px}.errorPage .errorContent h1{font-size:11pc;font-weight:700;margin-bottom:15px;color:var(--color-secondary-700)}.errorPage .pageType .textHead{font-size:18px;margin-bottom:50px;font-weight:600}.errorPage .pageType .homeAction{margin:0 auto;font-size:18px;font-weight:600;color:var(--color-primary-400)}.pagination{justify-content:center;gap:10px;margin-top:10px;flex-wrap:wrap;display:flex}.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}.pagination .page-link.active{border:1px solid var(--txt-color)}.pagination .page-link:not(:disabled):not(.disabled){cursor:pointer}.pagination .page-link:hover{z-index:2;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}input[type=date],input[type=text],.form-control{border-width:0 0 1px 0;border-radius:0;padding-left:0}input[type=date]:hover,input[type=date]:focus,input[type=date].active,input[type=text]:hover,input[type=text]:focus,input[type=text].active,.form-control:hover,.form-control:focus,.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}input[type=date]:disabled,input[type=text]:disabled,.form-control:disabled{background-color:#e3dfdf}input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{appearance:textfield}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%}.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}.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}#ContactUs .redMandat{color:red}#ContactUs .form-group.required label:before{content:"*";color:red}#ContactUs .form-group.required label:after{content:""}#OrderSample .redMandat{color:red}#OrderSample .form-group.required label:before{content:"*";color:red}#OrderSample .form-group.required label:after{content:""}#OrderSample .form-control{background-color:#ecf0f1;border-radius:0%;border:none;padding:.375rem .75rem}#Email .redMandat{color:red}#Email .form-group.required label:before{content:"*";color:red}#Email .form-group.required label:after{content:""}#Email .form-control{background-color:#ecf0f1;border-radius:0%;border:none;padding:.375rem .75rem}#RequestQuote .redMandat{color:red}#RequestQuote .form-group.required label:before{content:"*";color:red}#RequestQuote .form-group.required label:after{content:""}#RequestQuote .form-control{background-color:#ecf0f1;border-radius:0%;border:none;padding:.375rem .75rem}#ProductReview .redMandat{color:red}#ProductReview .form-group.required label:before{content:"*";color:red}#ProductReview .form-group.required label:after{content:""}#ProductReview .form-control{background-color:#ecf0f1;border-radius:0%;border:none;padding:.375rem .75rem}#QuoteWithArtWork .redMandat{color:red}#QuoteWithArtWork .form-group.required label:before{content:"*";color:red}#QuoteWithArtWork .form-group.required label:after{content:""}#QuoteWithArtWork .form-control{background-color:#ecf0f1;border-radius:0%;border:none;padding:.375rem .75rem}#FreightEstimator .redMandat{color:red}#FreightEstimator .form-group.required label:before{content:"*";color:red}#FreightEstimator .form-group.required label:after{content:""}#FreightEstimator .form-control{background-color:#ecf0f1;border-radius:0%;border:none;padding:.375rem .75rem}.form-group.required label:after{content:"*";color:red}.form-group.required .paymentOptions label:after{content:""}.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}.btn-primary:after{content:"";position:absolute;width:100%;height:60px;background-image:linear-gradient(180deg,#21c07b 0%,#02a36b 50%,#21c07b 100%);left:0;top:0;z-index:-1;transition:transform .2s ease-in}.btn-primary:hover:after{transform:translateY(-10px)}.btn-primary:hover{background-color:var(--txt-color)!important}.btn-primary+.btn{margin-left:15px}.btn-primary i{vertical-align:text-top;margin-right:5px}.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}.btn-outline-primary:after{content:"";position:absolute;width:100%;height:60px;background-image:linear-gradient(180deg,#21c07b 0%,#02a36b 50%,#21c07b 100%);left:0;top:0;z-index:-1;transition:transform .2s ease-in}.btn-outline-primary:hover:after{transform:translateY(-10px)}.error-text{color:#dd0a32!important;text-transform:uppercase;font-size:11px!important;font-weight:500!important;margin-top:5px}.text-danger{color:red!important;font-size:14px!important;font-weight:400!important;display:inline-block}.text-danger[role=alert]{margin-top:5px}.starColor{color:red}.visual-rating{display:inline-flex;color:transparent!important;background-clip:text;-webkit-background-clip:text;letter-spacing:-2px;transform:translateY(-1px);font-size:25px}.qty .plus-minus-delete{border-radius:5px;border:solid 1px #ddd;padding:10px;background:#f9f9f9;display:flex;align-items:center;justify-content:space-between;width:130px;position:relative}.qty .plus-minus-delete .btn-minus{position:absolute;top:13px;width:30px;height:30px;display:flex;justify-content:center;align-items:center;background:#b5c9d5;border-radius:20px;cursor:pointer;box-shadow:0 0 13px 3px #cfcfcf29;font-size:10px;color:#fff}.qty .plus-minus-delete .btn-minus:hover{background:var(--main-color)}.qty .plus-minus-delete .btn-minus.disabled{pointer-events:none;opacity:.5!important}.qty .plus-minus-delete .btn-minus:before{content:"";display:inline-block;width:10px;height:2px;top:14px;background:#fff}.qty .plus-minus-delete input{height:auto;padding:8px 0;text-align:center;border:none;width:100%;background:transparent}.qty .plus-minus-delete input:hover,.qty .plus-minus-delete input:focus,.qty .plus-minus-delete input.active{outline:none;box-shadow:none}.qty .plus-minus-delete .btn-plus{position:absolute;top:13px;right:10px;width:30px;height:30px;display:flex;justify-content:center;align-items:center;background:#b5c9d5;border-radius:20px;cursor:pointer;box-shadow:0 0 13px 3px #cfcfcf29;font-size:10px;color:#fff}.qty .plus-minus-delete .btn-plus:hover{background:var(--main-color)}.qty .plus-minus-delete .btn-plus:before{content:"";position:absolute;width:10px;height:2px;left:10px;top:14px;background:#fff}.qty .plus-minus-delete .btn-plus:after{content:"";position:absolute;width:10px;height:2px;left:10px;top:14px;background:#fff;transform:rotate(90deg)}.t-slider{position:relative}.t-slider .controls .nav button{position:absolute;top:50%;z-index:3;height:35px;width:35px;border-radius:50%;background:#fff;color:var(--txt-color);margin-top:0!important;transform:translateY(-50%);border:0px;padding:0;display:inline-flex;align-items:center;justify-content:center;transition:.3s;transform-origin:center}.t-slider .controls .nav button.prev{left:10px}.t-slider .controls .nav button.next{right:10px}.t-slider .controls .nav button:disabled{opacity:.6}.t-slider .controls .nav button .icon{font-size:20px;transition:.1s}.t-slider .controls .nav button:not(:disabled):hover{transform:scale(1.2) translateY(-50%)}.t-slider .controls .nav button:not(:disabled):hover .icon{transform:scale(.8)}@media (max-width: 575.98px){.swiper .swiper-slide{opacity:0}}@media (max-width: 575.98px){.swiper .swiper-slide-active,.swiper .swiper-slide-next{opacity:1}}.swiper .swiper-button-prev,.swiper .swiper-button-next{height:35px;width:35px;border-radius:50%;background:#fff;color:var(--txt-color);margin-top:0!important;transform:translateY(-50%)}.swiper .swiper-button-prev:hover,.swiper .swiper-button-next:hover{background:#ccc;border:1px solid #ccc}.swiper .swiper-button-prev:after,.swiper .swiper-button-next:after{font-size:20px}.loadingData{position:relative;min-height:200px}.loadingData.absolute{position:absolute;width:100%;height:100%;left:0;top:0;z-index:99}.loadingData .custom-animsition-loading{position:absolute}.tabButtons{margin-bottom:15px;max-width:450px;display:flex;justify-content:space-between;gap:30px}.tabButtons .togglebtn{flex:1;padding:10px;text-align:center;cursor:pointer;font-size:15px}.tabButtons .togglebtn.active{background:var(--color-secondary-700);color:#fff;border-radius:5px}#login .title-main-wrapper{max-width:450px;margin-top:15px}#login .title-main-wrapper span{text-transform:lowercase}#social-login{display:flex;gap:15px 30px;max-width:450px;justify-content:center;margin-bottom:30px}#social-login #btn-google{height:44px;display:flex;align-items:center;width:44px;border-radius:50%;border:1px solid #333;justify-content:center;cursor:pointer;z-index:2;position:relative}#social-login #btn-google.icon-google{font-size:16px}#social-login #btn-google.icon-google:before{position:relative;left:50%}#social-login #btn-google .S9gUrf-YoZ4jf{cursor:pointer;position:relative;left:-8px}#social-login #btn-google .S9gUrf-YoZ4jf>*{overflow:hidden;opacity:0!important;width:44px!important;position:relative;top:0!important;left:0!important;cursor:pointer;margin:0!important}#social-login #btn-google.active,#social-login #btn-google:hover,#social-login #btn-google:focus{background:var(--color-secondary-700)!important;color:#fff}#social-login #btn-fb{width:44px;height:44px;font-size:16px;border-radius:50%;border:1px solid #333;display:flex;justify-content:center;align-items:center;color:#000;cursor:pointer;background:#fff;z-index:2}#social-login #btn-fb.active,#social-login #btn-fb:hover,#social-login #btn-fb:focus{background:var(--color-secondary-700)!important;color:#fff}.img-fluid{max-width:100%}.view-all-wrapper{display:flex;justify-content:center;margin-bottom:15px;overflow:hidden}.view-all-wrapper .view-all{display:inline-block;line-height:16px}.iconList{padding:35px 0;display:flex;gap:30px;flex-wrap:wrap}.iconList .icons{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.iconList .icons span{font-size:36px}.wishlistPageWrapper .noProducts{padding:0 0 30px}#paymentResponseContent{display:none}.staticContent{margin-bottom:20px}.staticContent span{line-height:1.4}.tawkChatBtn{position:fixed;bottom:20px;right:24px;width:60px;height:60px;background-color:#0e97e7;border-radius:50%;border:0px;z-index:3}.tawkChatBtn:focus{outline:none}.tawkChatBtn svg{fill:#fff}.spiner-full{position:absolute;top:0;left:0;width:100%;height:100%}.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{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button{cursor:pointer}button:focus{outline:none}#ContactUs.wrapperContent{width:100%}.editProfileForm #ContactUs.wrapperContent{width:100%;display:flex;flex-wrap:wrap}.editProfileForm #ContactUs.wrapperContent .form-section{display:flex;flex-wrap:wrap;justify-content:space-between}.editProfileForm #ContactUs.wrapperContent .form-section .form-group{margin-bottom:20px;width:45%}@media (max-width: 767.98px){.editProfileForm #ContactUs.wrapperContent .form-section .form-group{width:100%}}.editProfileForm #ContactUs.wrapperContent .form-section .row.mb-3{width:45%;margin:0 0 20px!important}.editProfileForm #ContactUs.wrapperContent .form-section .row.mb-3 h6{width:100%;flex:0 0 100%;max-width:100%;padding:0;font-size:13px}.editProfileForm #ContactUs.wrapperContent .form-section .row.mb-3 h6 span{color:red;font-size:11px;line-height:0px;position:relative;top:-4px;padding-right:1px}.editProfileForm #ContactUs.wrapperContent .form-section .row.mb-3 .col-md-8{width:100%;flex:0 0 100%;max-width:100%;padding:0}.editProfileForm #ContactUs.wrapperContent h3{width:100%}.editProfileForm .form-section-action{margin-left:auto}.editProfileForm .form-section-action .btnSubmit{background-color:var(--color-primary);text-shadow:none;border-radius:0}.add-to-cart .imprint-locations label{margin:8px 0 0!important}.requestQuoteTable{min-width:100%}.requestQuoteTable{border-bottom:2px solid #dee2e6;border-left:0px solid #fff;border-top:0px solid #dee2e6;border-right:0px solid #fff}.requestQuoteTable :hover{background-color:#dee2e6}ul.promo-main-div{display:flex;padding-left:0;align-items:center;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:0}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}ul.promo-main-div li .single-promo h3{margin:0;font-size:18px;font-weight:700;text-align:center;color:#2e2c2c;padding-bottom:12px}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}ul.promo-main-div li .single-promo p{text-align:center;font-size:14px;color:gray;font-weight:500;padding-top:10px}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}ul.promo-main-div li.active{background-color:#fff1d1;border-color:red}ul.promo-main-div li.active .promo-apply-btn{background-color:#58c058}[data-tooltip].simptip-position-top.half-arrow:before{border-right:7px solid #323232}[data-tooltip]:hover:before,[data-tooltip]:hover:after,[data-tooltip]:focus:before,[data-tooltip]:focus:after{visibility:visible;opacity:1}[data-tooltip]{position:relative;display:inline-block}[data-tooltip]:before,[data-tooltip]:after{position:absolute;visibility:hidden;opacity:0;z-index:999999}[data-tooltip]:before{content:"";position:absolute;border-width:6px;border-style:solid;border-color:transparent}[data-tooltip]:after{height:22px;padding:11px 11px 0;font-size:13px;line-height:11px;content:attr(data-tooltip);white-space:nowrap}[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}[data-tooltip].simptip-position-top:before{border-top-color:#323232;top:20px;transform:rotate(179deg)}.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}.simptip-position-top:hover{background-color:#000;color:#fff;border:1px solid black}.discountBanner{background:yellow!important;padding:10px;display:flex;justify-content:center}.discountBanner span.arrowMarks{padding:0 10px;cursor:pointer}.discountBanner p{color:#000;padding-left:25px;padding-right:25px}.discountBanner p span{color:red}.discountBanner p .appliedButton{background:green;color:#fff;border-radius:4px;margin-left:10px;padding:4px 10px;cursor:pointer}.discountBanner p .noApplied{background:blue!important;color:#fff;border-radius:4px;margin-left:10px;padding:4px 10px;cursor:pointer}.priceRange_wrapper>span:first-child{display:none}.priceRange_wrapper .pricrangnumwrap{width:100%;display:flex}.priceRange_wrapper .pricrangnumwrap .pricrangnumcont2{margin-left:auto}:root{--clr_1: #2C2C2C;--clr_2: #DADADA;--clr_3: #888;--clr_4: #B1B1B1;--clr_5: #333333;--clr_6: #333;--clr_7: #1EBD78;--clr_8: #E0E0E0;--clr_9: #272727;--clr_10: #3285b9;--clr_11: #303030;--btn-image: linear-gradient(to bottom, #3285b9, #2d81b6, #277db3, #2179b0, #1b75ad);--btn-hover-img: linear-gradient(to bottom, #25658e, #25658e, #25658e, #25658e, #25658e);--theme-btn: linear-gradient(171deg, #1EBD78 0%, #03A46B 100%);--clr_background: #F0F0F0;--banner-text: #b05d5d;--clr-black: #231F20;--clr-white: #ffffff;--header-text: #323232;--txt-color: #232323;--transition: .3s;--font-body-size: 12px;--font-body-weight: 400;--font-weight-medium: 500;--font-weight-bold: 700;--font-body-lineheight: 22px;--input-background: #efefef;--border-list: #e6e6e6;--footer-text: #cfcfcf;--border-bottom: #ddd;--main-color: #0e97e7;--active-color: #F4313F;--border-bottom-clr: #ced4da;--color-primary: #F4313F;--color-primary-400: #0e97e7;--color-secondary-700: #061f2d;--color-text: #444444;--icons-bgcolor: #636A67}.static-content{line-height:1.5}.static-content.privacyTerms .mainPageTitle{text-align:center;margin:0;padding:0 0 20px}.static-content.privacyTerms h5{font-weight:600;margin:20px 0}.static-content.privacyTerms h5 a{color:var(--color-primary);text-decoration:underline}.static-content.privacyTerms blockquote{display:flex;justify-content:flex-end;font-size:16px;text-align:right}.static-content.privacyTerms p a{color:var(--color-primary);text-decoration:underline}.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 p a{position:relative;z-index:9999}.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}#iframe button{text-shadow:none!important;background-color:var(--color-primary);outline:none!important;border:none!important;display:block;margin:30px auto;padding:7px 20px;font-size:16px;color:#fff;text-transform:uppercase;border-radius:4px}.videos_cont{display:flex;flex-wrap:wrap;list-style:none;padding:0!important}.videos_cont li{width:calc(33.3333333333% - 20px);margin:0 10px 20px;border:1px solid #f0f0f0;padding:20px;border-radius:0;box-shadow:0 0 1px #ccc;list-style:none}@media (max-width: 991px){.videos_cont li{width:calc(50% - 20px)}}@media (max-width: 576px){.videos_cont li{width:calc(100% - 20px)}}.videos_cont li iframe{width:100%;height:195px}.static-content .breadCrumbWrapper-top{margin:0 0 40px}.static-content .breadCrumbWrapper-top .breadcrumb{list-style:none}.static-content .page-heading{border:none;display:flex;justify-content:center;align-items:center;text-transform:uppercase;margin:40px 0 0;padding:0;font-weight:500}.static-content.faqpage_cont .page-heading span{font-size:0}.static-content.faqpage_cont .page-heading span:before{content:"Frequently Asked Questions (FAQ)";font-size:1.5849090909rem}.faqpage_cont .tabs-container{border:1px solid #f0f0f0;border-radius:10px;padding:20px}@media (max-width: 1024.98px){.faqpage_cont .tabs-container{padding:0}}.faqpage_cont .tabs-container .tab-menu{margin:20px auto;padding:0 0 0 10px;min-height:500px}@media (max-width: 1024.98px){.faqpage_cont .tabs-container .tab-menu{padding:0}}.faqpage_cont .tabs-container .tab-menu .tabs{display:flex;flex-wrap:wrap;position:relative}.faqpage_cont .tabs-container .tab-menu .tabs>input{margin:0;position:absolute;width:250px;height:40px;z-index:1;cursor:pointer;opacity:0}@media (max-width: 768px){.faqpage_cont .tabs-container .tab-menu .tabs>input{width:100%}}.faqpage_cont .tabs-container .tab-menu .tabs>label{position:relative;width:250px;padding:0 0 0 20px;right:0;bottom:0;top:0;text-align:left;line-height:40px;transition:all .3s ease;font-size:20px}@media (max-width: 768px){.faqpage_cont .tabs-container .tab-menu .tabs>label{width:100%;padding:0}}.faqpage_cont .tabs-container .tab-menu .tabs .tab-content{display:none;margin:-40px 0 0 270px;position:absolute;height:500px;padding-right:10px;overflow:hidden auto;scrollbar-width:thin}.faqpage_cont .tabs-container .tab-menu .tabs .tab-content::-webkit-scrollbar{width:5px}.faqpage_cont .tabs-container .tab-menu .tabs .tab-content::-webkit-scrollbar-track{background:#ccc}.faqpage_cont .tabs-container .tab-menu .tabs .tab-content::-webkit-scrollbar-thumb{background:var(--color-primary)}.faqpage_cont .tabs-container .tab-menu .tabs .tab-content::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}@media (max-width: 768px){.faqpage_cont .tabs-container .tab-menu .tabs .tab-content{margin:0;position:relative}}.faqpage_cont .tabs-container .tab-menu .tabs .tab-content .faqaccordion input[type=radio]{display:none}.faqpage_cont .tabs-container .tab-menu .tabs .tab-content .faqaccordion>label{cursor:pointer;display:block;width:100%;font-weight:500;position:relative;z-index:1;font-size:18px;margin:12px 0;color:#444!important;transition:all .25s ease-out;padding-right:25px}.faqpage_cont .tabs-container .tab-menu .tabs .tab-content .faqaccordion>label:before,.faqpage_cont .tabs-container .tab-menu .tabs .tab-content .faqaccordion>label:after{content:"";position:absolute;top:40%;right:0;margin:0 0 -8px;background:#444;border-radius:2px}.faqpage_cont .tabs-container .tab-menu .tabs .tab-content .faqaccordion>label:before{right:8px;width:3px;height:15px;transition:all .3s;margin-top:-7.5px}.faqpage_cont .tabs-container .tab-menu .tabs .tab-content .faqaccordion>label:after{right:1px;width:16px;height:3px;margin-top:-1.5px}.faqpage_cont .tabs-container .tab-menu .tabs .tab-content .faqaccordion .faqaccord_content{font-size:16px;max-height:0;overflow:hidden;transition:max-height .5s}.faqpage_cont .tabs-container .tab-menu .tabs .tab-content .faqaccordion .faqaccord_content a{color:var(--color-primary);text-decoration:underline}.faqpage_cont .tabs-container .tab-menu .tabs .tab-content .faqaccordion input[type=radio]:checked+label+.faqaccord_content{max-height:100%}.faqpage_cont .tabs-container .tab-menu .tabs .tab-content .faqaccordion input[type=radio]:checked+label:before{height:0;margin-top:0;transition:.25s ease-in-out}.faqpage_cont .tabs-container .tab-menu .tabs>input:checked+label{color:red}.faqpage_cont .tabs-container .tab-menu .tabs>input:checked~.tab-content{display:block}.faqpage_cont .tabs-container .tab-menu .tabs#rambler .tab-content{margin-top:0}@media (max-width: 768px){.faqpage_cont .tabs-container .tab-menu .tabs#rambler .tab-content{margin-top:auto}}.faqpage_cont .tabs-container .tab-menu .tabs#general .tab-content{margin-top:-48px}@media (max-width: 768px){.faqpage_cont .tabs-container .tab-menu .tabs#general .tab-content{margin-top:auto}}.faqpage_cont .tabs-container .tab-menu .tabs#order .tab-content{margin-top:-96px}@media (max-width: 768px){.faqpage_cont .tabs-container .tab-menu .tabs#order .tab-content{margin-top:auto}}.faqpage_cont .tabs-container .tab-menu .tabs#delivery .tab-content{margin-top:-144px}@media (max-width: 768px){.faqpage_cont .tabs-container .tab-menu .tabs#delivery .tab-content{margin-top:auto}}.faqpage_cont .tabs-container .tab-menu .tabs#boomer .tab-content{margin-top:-192px}@media (max-width: 768px){.faqpage_cont .tabs-container .tab-menu .tabs#boomer .tab-content{margin-top:auto}}.faqpage_cont .tabs-container .tab-menu .tabs#generalInfo .tab-content{margin-top:-240px}@media (max-width: 768px){.faqpage_cont .tabs-container .tab-menu .tabs#generalInfo .tab-content{margin-top:auto}}.Serivces{display:flex;justify-content:space-between;flex-wrap:wrap}.Serivces .ServicesList{width:calc(25% - 40px);display:flex;flex-direction:column;align-items:center;border-radius:10px}@media (max-width: 1279.98px){.Serivces .ServicesList{width:calc(50% - 10px);margin-bottom:20px}}@media (max-width: 767.98px){.Serivces .ServicesList{width:100%}}.Serivces .ServicesList img{margin-bottom:10px}.Serivces .ServicesList span.servicesCounter{display:flex;font-size:32px;font-style:normal;font-weight:400;line-height:60px;text-transform:uppercase;color:var(--color-primary);background:#f0f0f0;border-radius:100px;height:60px;width:60px;justify-content:center}.Serivces .ServicesList p.servicesName{font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.48px;text-transform:capitalize;padding-top:0}@media (max-width: 1279.98px){.Serivces .ServicesList p.servicesName{text-align:center}}.contactLink{display:flex;justify-content:center;padding-top:20px;color:#444;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:22px}.contactLink a{color:var(--color-primary);padding-left:5px}._icon-email-web_1yqvj_31:before{content:"\e92e"}._icon-market-store_1yqvj_35:before{content:"\e92f"}._icon-location_1yqvj_39:before{content:"\e930"}._icon-hamburger-menu_1yqvj_43:before{content:"\e92d"}._icon-chat_1yqvj_47:before{content:"\e92c";color:#fff}._icon-close-quote_1yqvj_52:before{content:"\e900";color:#f29834}._icon-open-quote_1yqvj_57:before{content:"\e901";color:#f29834}._icon-sale-label_1yqvj_62:before{content:"\e902";color:#fff}._icon-price-usd-tag_1yqvj_67:before{content:"\e903";color:#00a0b3}._icon-thumbs-up_1yqvj_72:before{content:"\e904";color:#00a0b3}._icon-delivery-box_1yqvj_77:before{content:"\e905";color:#00a0b3}._icon-plus-icon_1yqvj_82:before{content:"\e906"}._icon-shopping-cart_1yqvj_86:before{content:"\e907";color:#00a0b3}._icon-search_1yqvj_91:before{content:"\e908";color:#00a0b3}._icon-whatsapp_1yqvj_96:before{content:"\e909";color:#00a5b3}._icon-heart-wishlist_1yqvj_101:before{content:"\e90a";color:#00a0b3}._icon-heart-filled_1yqvj_106:before{content:"\e90b"}._icon-heart-outline_1yqvj_110:before{content:"\e90c"}._icon-user-icon_1yqvj_114:before{content:"\e90d";color:#00a0b3}._icon-user-filled_1yqvj_119:before{content:"\e90e"}._icon-user-outline_1yqvj_123:before{content:"\e90f"}._icon-star-outline_1yqvj_127:before{content:"\e910";color:#d9d9d9}._icon-star-filled_1yqvj_132:before{content:"\e911";color:#f29834}._icon-list-view-icon_1yqvj_137:before{content:"\e912"}._icon-grid-view-icon_1yqvj_141:before{content:"\e913"}._icon-imprint_1yqvj_145:before{content:"\e914"}._icon-three-sixty-degree-rotate-icon_1yqvj_149:before{content:"\e915"}._icon-eco-friendly_1yqvj_153:before{content:"\e916"}._icon-twenty-four-hours-free-service_1yqvj_157:before{content:"\e917"}._icon-outline-circle-arrow-indicator-down_1yqvj_161:before{content:"\e918"}._icon-outline-circle-arrow-indicator-up_1yqvj_165:before{content:"\e919"}._icon-outline-circle-arrow-indicator-left_1yqvj_169:before{content:"\e91a"}._icon-outline-circle-arrow-indicator-right_1yqvj_173:before{content:"\e91b"}._icon-trending-flat-right_1yqvj_177:before{content:"\e91c"}._icon-filled-circle-arrow-indicator-down_1yqvj_181:before{content:"\e91d"}._icon-filled-circle-arrow-indicator-up_1yqvj_185:before{content:"\e91e"}._icon-filled-circle-arrow-indicator-left_1yqvj_189:before{content:"\e91f"}._icon-filled-circle-arrow-indicator-right_1yqvj_193:before{content:"\e920"}._icon-arrow-down-filled_1yqvj_197:before{content:"\e921"}._icon-arrow-up-filled_1yqvj_201:before{content:"\e922"}._icon-arrow-left-filled_1yqvj_205:before{content:"\e923"}._icon-arrow-right-filled_1yqvj_209:before{content:"\e924"}._icon-arrow-down_1yqvj_197:before{content:"\e925"}._icon-arrow-up_1yqvj_201:before{content:"\e926"}._icon-arrow-left_1yqvj_205:before{content:"\e927"}._icon-arrow-right_1yqvj_209:before{content:"\e928"}._icon-american-express_1yqvj_229:before{content:"\e929"}._icon-discover-card_1yqvj_233:before{content:"\e92a"}._icon-master-card_1yqvj_237:before{content:"\e92b"}._icon-visa-card_1yqvj_241:before{content:"\e93e"}._icon-facebook_1yqvj_245:before{content:"\e93f";color:#5b5b5b}._icon-linkedin_1yqvj_250:before{content:"\e940";color:#5b5b5b}._icon-twitter_1yqvj_255:before{content:"\e941";color:#5b5b5b}._icon-youtube_1yqvj_260:before{content:"\e942";color:#5b5b5b}#_templateLanding_1yqvj_1 h1,#_templateLanding_1yqvj_1 h2,#_templateLanding_1yqvj_1 h3,#_templateLanding_1yqvj_1 h4,#_templateLanding_1yqvj_1 h5,#_templateLanding_1yqvj_1 p{color:#000}#_templateLanding_1yqvj_1 .first-time-buyer-save1,#_templateLanding_1yqvj_1 .apparel2{color:#fff}#_templateLanding_1yqvj_1 .apparel3,#_templateLanding_1yqvj_1 .home-apparel-container{align-self:stretch;position:relative}#_templateLanding_1yqvj_1 .home-apparel-container{line-height:30px}#_templateLanding_1yqvj_1 .apparel3{font-size:48px;text-transform:uppercase;font-weight:900;color:#fff}#_templateLanding_1yqvj_1 .banner-left-text{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:22px}#_templateLanding_1yqvj_1 .branded-apparel{align-self:stretch;position:relative;line-height:30px;font-weight:600}#_templateLanding_1yqvj_1 .lowest-price-match{margin:0;color:#000;line-height:24px}#_templateLanding_1yqvj_1 .lowest-price-match.content-description{padding-top:20px;transition:.3s}#_templateLanding_1yqvj_1 .lowest-price-match-container{align-self:stretch;position:relative;font-size:16px;line-height:22px}#_templateLanding_1yqvj_1 .banner-right-text{width:217px;height:160px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:20px;font-size:24px;color:#fff}#_templateLanding_1yqvj_1 .banner-right-text .lowest-price-match{color:#fff}#_templateLanding_1yqvj_1 .listing-banner-img-a-1-icon{align-self:stretch;flex:1;position:relative;max-width:100%;overflow:hidden;max-height:100%;object-fit:cover}#_templateLanding_1yqvj_1 .banner1,#_templateLanding_1yqvj_1 .img{display:flex;justify-content:flex-start}#_templateLanding_1yqvj_1 .img{width:342px;height:159px;flex-direction:column;align-items:flex-start}#_templateLanding_1yqvj_1 .banner1{align-self:stretch;background-color:#7d5fa4;overflow:hidden;flex-direction:row;padding:0 0 0 20px;align-items:center;font-size:13px;color:#cacaca}#_templateLanding_1yqvj_1 .all-sizes-one,#_templateLanding_1yqvj_1 .no-up-charge-for{align-self:stretch;position:relative;font-family:League Spartan;color:#444;text-align:left}#_templateLanding_1yqvj_1 .all-sizes-one{font-size:16px;font-weight:600}#_templateLanding_1yqvj_1 .no-up-charge-for{font-size:13px}#_templateLanding_1yqvj_1 .feature-content,#_templateLanding_1yqvj_1 .feature-content2,#_templateLanding_1yqvj_1 .feature-content3{cursor:pointer;border:1px solid #a3c8ee;padding:20px;background-color:#fff;flex:1;border-radius:10px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px}#_templateLanding_1yqvj_1 .category-objectives{align-self:stretch;display:flex;flex-direction:row;padding:30px 20px;align-items:center;justify-content:center;gap:50px}#_templateLanding_1yqvj_1 .browse-categories{position:relative;font-weight:600}#_templateLanding_1yqvj_1 .title7{align-self:stretch;display:flex;flex-direction:row;padding:10px 0;align-items:flex-start;justify-content:flex-start}#_templateLanding_1yqvj_1 .promo-card-img-icon5{max-width:100%;overflow:hidden;height:200px;flex-shrink:0;object-fit:contain;border:1px solid #eef2f6;border-radius:5px}#_templateLanding_1yqvj_1 .drinkware6,#_templateLanding_1yqvj_1 .products5,#_templateLanding_1yqvj_1 .promo-card-img-icon5{align-self:stretch;position:relative}#_templateLanding_1yqvj_1 .drinkware6{font-weight:600;color:#444}#_templateLanding_1yqvj_1 .products5{font-size:13px;color:#999}#_templateLanding_1yqvj_1 .content11,#_templateLanding_1yqvj_1 .drinkware5{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_templateLanding_1yqvj_1 .content11{align-self:stretch;gap:10px}#_templateLanding_1yqvj_1 .drinkware5{flex:1;gap:17px}#_templateLanding_1yqvj_1 .promo-cards2,#_templateLanding_1yqvj_1 .promo-category1,#_templateLanding_1yqvj_1 .promotional-products-supplies1{align-self:stretch;align-items:flex-start;justify-content:flex-start}#_templateLanding_1yqvj_1 .promo-category1{display:grid;flex-direction:row;gap:20px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}#_templateLanding_1yqvj_1 .promo-cards2,#_templateLanding_1yqvj_1 .promotional-products-supplies1{display:flex;flex-direction:column;text-align:left;font-size:16px}#_templateLanding_1yqvj_1 .promotional-products-supplies1{padding:20px;align-items:center;gap:20px;text-align:center;font-size:28px}#_templateLanding_1yqvj_1 .customized-or-imprinted{align-self:stretch;position:relative;line-height:30px;font-weight:600}#_templateLanding_1yqvj_1 .if-you-are{align-self:stretch;position:relative;font-size:16px;line-height:24px}#_templateLanding_1yqvj_1 .content16{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:20px}#_templateLanding_1yqvj_1 .get-sample-for5{position:relative;font-size:15px;font-weight:600;font-family:League Spartan;color:#fff;text-align:center}#_templateLanding_1yqvj_1 .ctadefault,#_templateLanding_1yqvj_1 .ctadefault1{cursor:pointer;border:0;padding:18px 20px;background-color:#f29834;border-radius:4px;width:220px;color:#fff;display:flex;flex-direction:row;box-sizing:border-box;align-items:center;justify-content:center}#_templateLanding_1yqvj_1 .cta,#_templateLanding_1yqvj_1 .customized-content-area{align-self:stretch;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:20px}#_templateLanding_1yqvj_1 .customized-content-area{flex-direction:column;padding:40px 20px;gap:30px;font-size:24px}#_templateLanding_1yqvj_1 .offering-quality-promotional1{flex:1;position:relative;font-weight:600}#_templateLanding_1yqvj_1 .title8{align-self:stretch;display:flex;flex-direction:row;padding:10px 0;align-items:flex-start;justify-content:flex-start}#_templateLanding_1yqvj_1 .scripto-score-ballpoint2{margin:0;color:#00a0b3}#_templateLanding_1yqvj_1 .paula-scripto-score-container2{align-self:stretch;position:relative;line-height:24px}#_templateLanding_1yqvj_1 .star-outline7{position:relative;color:#d9d9d9}#_templateLanding_1yqvj_1 .content17,#_templateLanding_1yqvj_1 .footer3,#_templateLanding_1yqvj_1 .star2{display:flex;align-items:flex-start;justify-content:flex-start}#_templateLanding_1yqvj_1 .star2{flex-direction:row;gap:8px;font-size:12px;color:#f29834;font-family:iconmarcopromos}#_templateLanding_1yqvj_1 .content17,#_templateLanding_1yqvj_1 .footer3{align-self:stretch;flex-direction:column}#_templateLanding_1yqvj_1 .footer3{padding:10px 0;gap:20px;font-size:16px}#_templateLanding_1yqvj_1 .content17{gap:30px;z-index:0}#_templateLanding_1yqvj_1 .open-quote2{position:absolute;margin:0!important;top:-13px;left:34px;font-size:26px;font-family:iconmarcopromos;color:#f29834;z-index:1}#_templateLanding_1yqvj_1 .quote-content1,#_templateLanding_1yqvj_1 .quote4,#_templateLanding_1yqvj_1 .quote5{display:flex;justify-content:flex-start;gap:20px}#_templateLanding_1yqvj_1 .quote4,#_templateLanding_1yqvj_1 .quote5{flex:1;border-radius:5px;background-color:#f2f2f2;border-bottom:6px solid #00a0b3;flex-direction:column;padding:40px 50px 20px;align-items:flex-start;position:relative}#_templateLanding_1yqvj_1 .quote-content1{align-self:stretch;flex-direction:row;padding:10px 0 0;align-items:center;font-size:24px}#_templateLanding_1yqvj_1 .slider-indicator-child13{position:relative;border-radius:50%;width:12px;height:12px}#_templateLanding_1yqvj_1 .quote3,#_templateLanding_1yqvj_1 .slider-indicator4{align-self:stretch;display:flex;flex-direction:row;padding:10px 0;align-items:flex-start;justify-content:center;gap:10px}#_templateLanding_1yqvj_1 .quote3{background-color:#fff;flex-direction:column;padding:30px 40px 20px;justify-content:flex-start;gap:20px;font-size:30px}#_templateLanding_1yqvj_1 .custom-promotional-clothing1{flex:1;position:relative;line-height:30px;font-weight:600}#_templateLanding_1yqvj_1 .custom-promotional-clothing-wrapper{align-self:stretch;display:flex;flex-direction:row;padding:10px 0;align-items:flex-start;justify-content:flex-start;font-size:26px}#_templateLanding_1yqvj_1 .customized-promotional-clothin-icon{align-self:stretch;position:relative;max-width:100%;overflow:hidden;height:313px;flex-shrink:0;object-fit:cover}#_templateLanding_1yqvj_1 .img1{flex:1;background-color:#fff;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_templateLanding_1yqvj_1 .custom-printed-t-shirt1{text-decoration:underline}#_templateLanding_1yqvj_1 .custom-printed-t-shirt{color:inherit}#_templateLanding_1yqvj_1 .how-do-you-container{flex:1;position:relative;line-height:24px}#_templateLanding_1yqvj_1 .img-parent{color:inherit}#_templateLanding_1yqvj_1 .custom-promotional-clothing,#_templateLanding_1yqvj_1 .if-you-are-interested-in-creat-parent,#_templateLanding_1yqvj_1 .img-parent{align-self:stretch;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:40px}#_templateLanding_1yqvj_1 .custom-promotional-clothing{flex-direction:column;padding:0 20px;gap:30px}#_templateLanding_1yqvj_1 .custom-apparel-for{flex:1;position:relative;line-height:24px}#_templateLanding_1yqvj_1 .arrow-down{position:relative;font-size:28px;font-family:iconmarcopromos;color:#999}#_templateLanding_1yqvj_1 .content-title,#_templateLanding_1yqvj_1 .paragraph-container{align-self:stretch;display:flex;align-items:flex-start;justify-content:flex-start}#_templateLanding_1yqvj_1 .content-title{border-bottom:1px solid #ddd;flex-direction:row;padding:0 0 20px}#_templateLanding_1yqvj_1 .content-title .arrow-down{cursor:pointer;transition:.2s}#_templateLanding_1yqvj_1 .content-title .arrow-down.toggleArrow{transform:rotate(180deg);transform-origin:center}#_templateLanding_1yqvj_1 .paragraph-container{flex-direction:column;padding:60px 20px;gap:20px;font-size:24px}#_templateLanding_1yqvj_1 .vector-icon4{position:relative;width:12.31px;height:12.29px}#_templateLanding_1yqvj_1 .expand-icon4{cursor:pointer;border:0;padding:0;background-color:transparent;display:none;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_templateLanding_1yqvj_1 .sitemap5{flex:1;position:relative;font-weight:600}#_templateLanding_1yqvj_1 .sitemap4{align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}#_templateLanding_1yqvj_1 .home-all-products-container1{align-self:stretch;position:relative;line-height:22px}#_templateLanding_1yqvj_1 .sitemap-menus1,#_templateLanding_1yqvj_1 .sitemap3{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_templateLanding_1yqvj_1 .sitemap-menus1{align-self:stretch;color:#999}#_templateLanding_1yqvj_1 .sitemap3{flex:1;gap:15px}#_templateLanding_1yqvj_1 .resources5{flex:1;position:relative;line-height:30px;font-weight:600}#_templateLanding_1yqvj_1 .tools-resources-container1{flex:1;position:relative;line-height:22px}#_templateLanding_1yqvj_1 .resources-menu1,#_templateLanding_1yqvj_1 .resources3{display:flex;align-items:flex-start;justify-content:flex-start}#_templateLanding_1yqvj_1 .resources-menu1{align-self:stretch;flex-direction:row;color:#999}#_templateLanding_1yqvj_1 .resources3{flex:1;flex-direction:column;gap:15px}#_templateLanding_1yqvj_1 .location-icon1{position:relative;width:11.2px;height:16px}#_templateLanding_1yqvj_1 .commerce-driveharrisburg-pa1{flex:1;position:relative;line-height:24px}#_templateLanding_1yqvj_1 .address1{align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}#_templateLanding_1yqvj_1 .whatsapp5{position:relative;display:inline-block;width:15px;flex-shrink:0}#_templateLanding_1yqvj_1 .div9{flex:1;position:relative;line-height:24px;font-family:League Spartan;text-align:left}#_templateLanding_1yqvj_1 .whatsapp4{align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;text-align:center;font-family:iconmarcopromos}#_templateLanding_1yqvj_1 .email-icon1{position:relative;width:13.75px;height:11px}#_templateLanding_1yqvj_1 .email1{align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}#_templateLanding_1yqvj_1 .group-icon1{position:relative;width:14.44px;height:13px}#_templateLanding_1yqvj_1 .contact-details1,#_templateLanding_1yqvj_1 .contact3,#_templateLanding_1yqvj_1 .get-in-touch4{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_templateLanding_1yqvj_1 .contact-details1{gap:14px;color:#999}#_templateLanding_1yqvj_1 .contact3,#_templateLanding_1yqvj_1 .get-in-touch4{gap:15px}#_templateLanding_1yqvj_1 .get-in-touch4{flex-direction:row;align-items:center;gap:10px}#_templateLanding_1yqvj_1 .twitter1{cursor:pointer;border:0;padding:0;background-color:transparent;position:relative;font-size:22px;font-family:iconmarcopromos;color:#5b5b5b;text-align:left;display:inline-block}#_templateLanding_1yqvj_1 .contact-and-follow-us-on1,#_templateLanding_1yqvj_1 .social-media2,#_templateLanding_1yqvj_1 .social-media3{display:flex;align-items:flex-start;justify-content:flex-start}#_templateLanding_1yqvj_1 .social-media3{flex-direction:row;gap:9px}#_templateLanding_1yqvj_1 .contact-and-follow-us-on1,#_templateLanding_1yqvj_1 .social-media2{flex-direction:column}#_templateLanding_1yqvj_1 .social-media2{align-self:stretch;gap:13px}#_templateLanding_1yqvj_1 .contact-and-follow-us-on1{flex:1;gap:20px}#_templateLanding_1yqvj_1 .stay-in-the1{flex:1;position:relative;line-height:30px;text-transform:uppercase;font-weight:600}#_templateLanding_1yqvj_1 .stay-in-the-know1{align-self:stretch;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}#_templateLanding_1yqvj_1 .be-the-first1{align-self:stretch;position:relative}#_templateLanding_1yqvj_1 .email-input1{border:1px solid #8f8f8f;font-family:League Spartan;font-size:13px;background-color:transparent;border-radius:4px;box-sizing:border-box;width:220.5px;padding:14px 10px}#_templateLanding_1yqvj_1 .cta-subscribe1,#_templateLanding_1yqvj_1 .email-input1,#_templateLanding_1yqvj_1 .subscribe-field1{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}#_templateLanding_1yqvj_1 .cta-subscribe1{cursor:pointer;border:0;padding:13px 10px;background-color:#f29834;flex:1;border-radius:4px}#_templateLanding_1yqvj_1 .subscribe-field1{align-self:stretch;gap:10px}#_templateLanding_1yqvj_1 .subscribe4{align-self:stretch;flex-direction:column;gap:10px;color:#999}#_templateLanding_1yqvj_1 .footer-content1,#_templateLanding_1yqvj_1 .footer-section1,#_templateLanding_1yqvj_1 .subscribe3,#_templateLanding_1yqvj_1 .subscribe4{display:flex;align-items:flex-start;justify-content:flex-start}#_templateLanding_1yqvj_1 .subscribe3{flex:1;flex-direction:column;gap:15px}#_templateLanding_1yqvj_1 .footer-content1,#_templateLanding_1yqvj_1 .footer-section1{flex-direction:row}#_templateLanding_1yqvj_1 .footer-content1{flex:1;gap:30px}#_templateLanding_1yqvj_1 .footer-section1{align-self:stretch;background-color:#333;padding:40px}#_templateLanding_1yqvj_1 .american-express1{cursor:pointer;border:0;padding:0;background-color:transparent;position:relative;font-size:24px;font-family:iconmarcopromos;color:#8b8b8b;text-align:left;display:inline-block}#_templateLanding_1yqvj_1 .payment-gateways1{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:10px}#_templateLanding_1yqvj_1 .copyright1{align-self:stretch;background-color:#2b2b2b;display:flex;flex-direction:row;padding:10px 30px;align-items:center;justify-content:center;text-align:center;color:#999}#_templateLanding_1yqvj_1 .footer5,#_templateLanding_1yqvj_1 .product-categories{background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_templateLanding_1yqvj_1 .footer5{align-self:stretch;overflow:hidden;font-size:13px;color:#fff}#_templateLanding_1yqvj_1 .product-categories{position:relative;width:100%;text-align:left;font-size:16px;color:#444;font-family:League Spartan}@media screen and (max-width: 1200px){#_templateLanding_1yqvj_1 .top-header1{display:flex}#_templateLanding_1yqvj_1 .search6{padding-right:300px;box-sizing:border-box}#_templateLanding_1yqvj_1 .need-help1,#_templateLanding_1yqvj_1 .search6,#_templateLanding_1yqvj_1 .sign-in1{display:flex}#_templateLanding_1yqvj_1 .signin1{flex-direction:row}#_templateLanding_1yqvj_1 .wishlist7{display:flex}#_templateLanding_1yqvj_1 .logo-header1,#_templateLanding_1yqvj_1 .right-content1{flex-direction:row}#_templateLanding_1yqvj_1 .navbar1{display:flex}#_templateLanding_1yqvj_1 .category-objectives{gap:20px;padding-top:20px;padding-right:20px;padding-bottom:20px;box-sizing:border-box}#_templateLanding_1yqvj_1 .title7{flex-direction:row}#_templateLanding_1yqvj_1 .drinkware6{line-height:30px}#_templateLanding_1yqvj_1 .content11{gap:0}#_templateLanding_1yqvj_1 .drinkware5{gap:10px}#_templateLanding_1yqvj_1 .promo-category1{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}#_templateLanding_1yqvj_1 .slider-indicator4{display:none}#_templateLanding_1yqvj_1 .custom-promotional-clothing1{font-size:26px}#_templateLanding_1yqvj_1 .address1{align-items:center;justify-content:center}#_templateLanding_1yqvj_1 .subscribe3{gap:20px}#_templateLanding_1yqvj_1 .footer-content1{gap:0}#_templateLanding_1yqvj_1 .product-categories{flex-direction:column}}@media screen and (max-width: 992px){#_templateLanding_1yqvj_1 .banner-right-text{display:none}}@media screen and (max-width: 760px){#_templateLanding_1yqvj_1 .hamburger-menu2,#_templateLanding_1yqvj_1 .search5,#_templateLanding_1yqvj_1 .top-header1{display:flex}#_templateLanding_1yqvj_1 .search6{padding-left:20px;padding-right:20px;box-sizing:border-box}#_templateLanding_1yqvj_1 .need-help1,#_templateLanding_1yqvj_1 .search6{display:none}#_templateLanding_1yqvj_1 .sign-in1,#_templateLanding_1yqvj_1 .signin1,#_templateLanding_1yqvj_1 .wishlist7{display:flex}#_templateLanding_1yqvj_1 .banner-right-text,#_templateLanding_1yqvj_1 .navbar1{display:none}#_templateLanding_1yqvj_1 .banner1{padding-left:40px;box-sizing:border-box}#_templateLanding_1yqvj_1 .feature-content3{display:none}#_templateLanding_1yqvj_1 .category-objectives{gap:10px;padding-top:20px;padding-right:20px;padding-bottom:20px;box-sizing:border-box}#_templateLanding_1yqvj_1 .browse-categories{line-height:35px}#_templateLanding_1yqvj_1 .title7{flex-direction:row}#_templateLanding_1yqvj_1 .promo-category1{display:grid;grid-template-columns:1fr 1fr 1fr}#_templateLanding_1yqvj_1 .promotional-products-supplies1{gap:10px;padding-left:20px;box-sizing:border-box}#_templateLanding_1yqvj_1 .slider-indicator4{display:none;gap:10px;padding:0;box-sizing:border-box;margin-top:-25px}#_templateLanding_1yqvj_1 .custom-promotional-clothing1{font-size:26px}#_templateLanding_1yqvj_1 .img-parent{gap:30px}#_templateLanding_1yqvj_1 .if-you-are-interested-in-creat-parent{gap:20px}#_templateLanding_1yqvj_1 .custom-promotional-clothing{gap:30px}#_templateLanding_1yqvj_1 .cta-subscribe1{flex:unset;align-self:stretch}#_templateLanding_1yqvj_1 .subscribe-field1{flex-direction:column}#_templateLanding_1yqvj_1 .footer-content1,#_templateLanding_1yqvj_1 .subscribe3{gap:10px}#_templateLanding_1yqvj_1 .product-categories{flex-direction:column}}@media screen and (max-width: 767px){#_templateLanding_1yqvj_1 .first-time-buyer-save-container1{flex:unset;align-self:stretch}#_templateLanding_1yqvj_1 .top-header1{display:none;flex-direction:column}#_templateLanding_1yqvj_1 .hamburger-menu2,#_templateLanding_1yqvj_1 .search5{display:flex}#_templateLanding_1yqvj_1 .need-help1,#_templateLanding_1yqvj_1 .search6,#_templateLanding_1yqvj_1 .sign-in1,#_templateLanding_1yqvj_1 .signin1{display:none}#_templateLanding_1yqvj_1 .wishlist7{display:flex}#_templateLanding_1yqvj_1 .logo-header1{gap:20px;padding-top:20px;padding-bottom:20px;box-sizing:border-box}#_templateLanding_1yqvj_1 .home-apparel-container{display:none}#_templateLanding_1yqvj_1 .apparel3{font-size:30px}#_templateLanding_1yqvj_1 .banner-right-text{display:none}#_templateLanding_1yqvj_1 .img{height:auto;min-height:80px}#_templateLanding_1yqvj_1 .banner1{height:auto;min-height:80px;padding-left:40px;box-sizing:border-box}#_templateLanding_1yqvj_1 .feature-content{padding:15px;box-sizing:border-box}#_templateLanding_1yqvj_1 .feature-content2,#_templateLanding_1yqvj_1 .feature-content3{display:none}#_templateLanding_1yqvj_1 .category-objectives{gap:10px;padding-left:20px;padding-top:20px;padding-right:20px;box-sizing:border-box}#_templateLanding_1yqvj_1 .browse-categories{font-size:26px;line-height:28px}#_templateLanding_1yqvj_1 .title7{flex-direction:row}#_templateLanding_1yqvj_1 .drinkware6{font-size:18px}#_templateLanding_1yqvj_1 .promo-category1{display:grid;grid-template-columns:1fr 1fr}#_templateLanding_1yqvj_1 .customized-or-imprinted{font-size:28px}#_templateLanding_1yqvj_1 .ctadefault{padding-left:20px;box-sizing:border-box}#_templateLanding_1yqvj_1 .cta,#_templateLanding_1yqvj_1 .ctadefault,#_templateLanding_1yqvj_1 .ctadefault1{width:auto;align-self:stretch;height:auto}#_templateLanding_1yqvj_1 .cta{flex-direction:column;gap:10px}#_templateLanding_1yqvj_1 .customized-content-area{gap:20px}#_templateLanding_1yqvj_1 .quote4{padding-bottom:20px;box-sizing:border-box}#_templateLanding_1yqvj_1 .quote5{display:none}#_templateLanding_1yqvj_1 .slider-indicator4{display:flex;padding-top:20px;box-sizing:border-box;margin-top:-25px}#_templateLanding_1yqvj_1 .custom-promotional-clothing1{font-size:26px}#_templateLanding_1yqvj_1 .how-do-you-container,#_templateLanding_1yqvj_1 .img1{flex:unset;align-self:stretch}#_templateLanding_1yqvj_1 .img-parent{align-self:stretch;width:auto;height:auto}#_templateLanding_1yqvj_1 .if-you-are-interested-in-creat-parent,#_templateLanding_1yqvj_1 .img-parent{flex-direction:column;gap:20px}#_templateLanding_1yqvj_1 .custom-promotional-clothing{gap:10px}#_templateLanding_1yqvj_1 .custom-apparel-for{font-size:20px}#_templateLanding_1yqvj_1 .expand-icon4{display:flex}#_templateLanding_1yqvj_1 .sitemap5{font-size:16px}#_templateLanding_1yqvj_1 .sitemap-menus1{display:none}#_templateLanding_1yqvj_1 .sitemap3{gap:-4px;flex:unset;align-self:stretch}#_templateLanding_1yqvj_1 .resources5{font-size:16px}#_templateLanding_1yqvj_1 .resources-menu1{display:none}#_templateLanding_1yqvj_1 .resources3{flex:unset;align-self:stretch}#_templateLanding_1yqvj_1 .contact-details1{display:none}#_templateLanding_1yqvj_1 .get-in-touch4{gap:10px}#_templateLanding_1yqvj_1 .twitter1{font-size:30px}#_templateLanding_1yqvj_1 .contact-and-follow-us-on1{gap:10px;flex:unset;align-self:stretch}#_templateLanding_1yqvj_1 .stay-in-the1{font-size:16px}#_templateLanding_1yqvj_1 .be-the-first1{font-size:18px;line-height:22px}#_templateLanding_1yqvj_1 .subscribe-field1{flex-direction:row}#_templateLanding_1yqvj_1 .subscribe3{gap:0;padding-top:10px;box-sizing:border-box;flex:unset;align-self:stretch}#_templateLanding_1yqvj_1 .footer-content1{flex-direction:column;gap:10px}#_templateLanding_1yqvj_1 .american-express1{font-size:32px}#_templateLanding_1yqvj_1 .copyright1{gap:5px;padding:15px 10px;box-sizing:border-box}#_templateLanding_1yqvj_1 .copyright1,#_templateLanding_1yqvj_1 .product-categories{flex-direction:column}}@media screen and (max-width: 500px){#_templateLanding_1yqvj_1 .promo-cards2{grid-template-columns:1fr 1fr;flex-wrap:wrap}}@font-face{font-family:iconmarcopromos;src:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/css/fonts/iconmarcopromos.ttf?ai921p) format("truetype"),url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/css/fonts/iconmarcopromos.woff?ai921p) format("woff");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:iconmarcopromos!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}._icon-email-web_ahqsj_32:before{content:"\e92e"}._icon-market-store_ahqsj_36:before{content:"\e92f"}._icon-location_ahqsj_40:before{content:"\e930"}._icon-hamburger-menu_ahqsj_44:before{content:"\e92d"}._icon-chat_ahqsj_48:before{content:"\e92c";color:#fff}._icon-close-quote_ahqsj_53:before{content:"\e900";color:#f29834}._icon-open-quote_ahqsj_58:before{content:"\e901";color:#f29834}._icon-sale-label_ahqsj_63:before{content:"\e902";color:#fff}._icon-price-usd-tag_ahqsj_68:before{content:"\e903";color:#00a0b3}._icon-thumbs-up_ahqsj_73:before{content:"\e904";color:#00a0b3}._icon-delivery-box_ahqsj_78:before{content:"\e905";color:#00a0b3}._icon-plus-icon_ahqsj_83:before{content:"\e906"}._icon-shopping-cart_ahqsj_87:before{content:"\e907";color:#00a0b3}._icon-search_ahqsj_92:before{content:"\e908";color:#00a0b3}._icon-whatsapp_ahqsj_97:before{content:"\e909";color:#00a5b3}._icon-heart-wishlist_ahqsj_102:before{content:"\e90a";color:#00a0b3}._icon-heart-filled_ahqsj_107:before{content:"\e90b"}._icon-heart-outline_ahqsj_111:before{content:"\e90c"}._icon-user-icon_ahqsj_115:before{content:"\e90d";color:#00a0b3}._icon-user-filled_ahqsj_120:before{content:"\e90e"}._icon-user-outline_ahqsj_124:before{content:"\e90f"}._icon-star-outline_ahqsj_128:before{content:"\e910";color:#d9d9d9}._icon-star-filled_ahqsj_133:before{content:"\e911";color:#f29834}._icon-list-view-icon_ahqsj_138:before{content:"\e912"}._icon-grid-view-icon_ahqsj_142:before{content:"\e913"}._icon-imprint_ahqsj_146:before{content:"\e914"}._icon-three-sixty-degree-rotate-icon_ahqsj_150:before{content:"\e915"}._icon-eco-friendly_ahqsj_154:before{content:"\e916"}._icon-twenty-four-hours-free-service_ahqsj_158:before{content:"\e917"}._icon-outline-circle-arrow-indicator-down_ahqsj_162:before{content:"\e918"}._icon-outline-circle-arrow-indicator-up_ahqsj_166:before{content:"\e919"}._icon-outline-circle-arrow-indicator-left_ahqsj_170:before{content:"\e91a"}._icon-outline-circle-arrow-indicator-right_ahqsj_174:before{content:"\e91b"}._icon-trending-flat-right_ahqsj_178:before{content:"\e91c"}._icon-filled-circle-arrow-indicator-down_ahqsj_182:before{content:"\e91d"}._icon-filled-circle-arrow-indicator-up_ahqsj_186:before{content:"\e91e"}._icon-filled-circle-arrow-indicator-left_ahqsj_190:before{content:"\e91f"}._icon-filled-circle-arrow-indicator-right_ahqsj_194:before{content:"\e920"}._icon-arrow-down-filled_ahqsj_198:before{content:"\e921"}._icon-arrow-up-filled_ahqsj_202:before{content:"\e922"}._icon-arrow-left-filled_ahqsj_206:before{content:"\e923"}._icon-arrow-right-filled_ahqsj_210:before{content:"\e924"}._icon-arrow-down_ahqsj_198:before{content:"\e925"}._icon-arrow-up_ahqsj_202:before{content:"\e926"}._icon-arrow-left_ahqsj_206:before{content:"\e927"}._icon-arrow-right_ahqsj_210:before{content:"\e928"}._icon-american-express_ahqsj_230:before{content:"\e929"}._icon-discover-card_ahqsj_234:before{content:"\e92a"}._icon-master-card_ahqsj_238:before{content:"\e92b"}._icon-visa-card_ahqsj_242:before{content:"\e93e"}._icon-facebook_ahqsj_246:before{content:"\e93f";color:#5b5b5b}._icon-linkedin_ahqsj_251:before{content:"\e940";color:#5b5b5b}._icon-twitter_ahqsj_256:before{content:"\e941";color:#5b5b5b}._icon-youtube_ahqsj_261:before{content:"\e942";color:#5b5b5b}#_templateHeader_ahqsj_1{width:100%}#_templateHeader_ahqsj_1 .first-time-buyer-save,#_templateHeader_ahqsj_1 .view{font-family:League Spartan}#_templateHeader_ahqsj_1 .view{text-decoration:underline}#_templateHeader_ahqsj_1 .first-time-buyer-save-container{cursor:pointer;border:0;padding:0;background-color:transparent;flex:1;position:relative;font-size:16px;letter-spacing:.1em;line-height:22px;text-transform:uppercase;color:#fff;text-align:center;display:inline-block}#_templateHeader_ahqsj_1 .first-time-buyer-save-container:hover{color:#444}#_templateHeader_ahqsj_1 .top-header{align-self:stretch;background-color:#f29834;display:flex;flex-direction:row;padding:10px 0;align-items:center;justify-content:center}#_templateHeader_ahqsj_1 .marco-promos-logo-icon{height:auto;width:100%;inset:0;max-width:100%;overflow:hidden;max-height:100%;object-fit:cover}#_templateHeader_ahqsj_1 .marcopromos-logo,#_templateHeader_ahqsj_1 .vector-icon{position:relative;width:185px;height:34px;flex-shrink:0}#_templateHeader_ahqsj_1 .vector-icon{width:18px;height:18px}#_templateHeader_ahqsj_1 .nlpSearchWrapper{position:absolute;top:calc(100% + 5px);left:-100px;right:0;width:calc(100% + 200px);box-shadow:0 0 5px #999;background-color:#fff;padding:18px;z-index:999;max-height:400px;height:auto;overflow-y:auto;scrollbar-width:thin;border:1px solid #ccc;border-radius:4px}#_templateHeader_ahqsj_1 .nlpSearchWrapper .searchProducts{display:flex}#_templateHeader_ahqsj_1 .nlpSearchWrapper .product-left{width:25%;border-right:1px solid var(--border-bottom)}@media (max-width: 767.98px){#_templateHeader_ahqsj_1 .nlpSearchWrapper .product-left{width:30%}}#_templateHeader_ahqsj_1 .nlpSearchWrapper .product-left .content{padding:0 15px 10px 0;margin-bottom:10px;border-bottom:1px solid var(--border-bottom);gap:0}#_templateHeader_ahqsj_1 .nlpSearchWrapper .product-left .content h6{font-size:18px;margin:0}#_templateHeader_ahqsj_1 .nlpSearchWrapper .product-left .content ul li{cursor:pointer;font-size:14px;margin-bottom:4px;white-space:normal}#_templateHeader_ahqsj_1 .nlpSearchWrapper .product-left .content ul li span{padding-left:0;color:#000;font-weight:600}@media (max-width: 414.98px){#_templateHeader_ahqsj_1 .nlpSearchWrapper .product-left .content ul li{font-size:11px}}#_templateHeader_ahqsj_1 .productSuggestWrapper{display:flex;gap:15px;flex-wrap:wrap;padding:0 15px}#_templateHeader_ahqsj_1 .productSuggestWrapper .search-suggetion{max-width:calc(50% - 15px)}#_templateHeader_ahqsj_1 .search{border-radius:30px;border:1px solid #ddd;display:flex;flex-direction:row;padding:10px 490px 10px 20px;align-items:center;justify-content:flex-start;gap:10px;position:relative}#_templateHeader_ahqsj_1 .search-whatsapp{position:relative;z-index:1;background-color:transparent;border:none}#_templateHeader_ahqsj_1 .search-whatsapp .icon-search{font-size:18px}#_templateHeader_ahqsj_1 .search-input{position:absolute;top:0;left:0;width:100%;height:100%;border:0;border-radius:50%;padding-left:50px;padding-right:10px;outline:0}#_templateHeader_ahqsj_1 .vector-icon1{position:relative;width:17.99px;height:18px;font-size:18px;flex-shrink:0}#_templateHeader_ahqsj_1 .whatsapp{overflow:hidden;display:flex;flex-direction:row;padding:3px;align-items:flex-start;justify-content:flex-start}#_templateHeader_ahqsj_1 .div{position:relative;font-size:16px;font-family:League Spartan;color:#444;text-align:left}#_templateHeader_ahqsj_1 .need-help{cursor:pointer;border:0;padding:0;background-color:transparent;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}#_templateHeader_ahqsj_1 .vector-icon2{position:relative;width:16px;height:15.52px;font-size:16px;flex-shrink:0}#_templateHeader_ahqsj_1 .user{overflow:hidden;display:flex;flex-direction:column;padding:4px;align-items:flex-start;justify-content:flex-start}#_templateHeader_ahqsj_1 .sign-in{position:relative;font-size:16px;font-family:League Spartan;color:#444;text-align:left}#_templateHeader_ahqsj_1 .signin{cursor:pointer;border:0;padding:0;background-color:transparent;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}#_templateHeader_ahqsj_1 .vector-icon3{position:relative;width:20px;height:18.33px;font-size:20px;flex-shrink:0}#_templateHeader_ahqsj_1 .wishlist,#_templateHeader_ahqsj_1 .wishlist1{display:flex;justify-content:flex-start}#_templateHeader_ahqsj_1 .wishlist1{flex-direction:column;padding:3px 2px;align-items:flex-start}#_templateHeader_ahqsj_1 .count-wrapper{position:relative}#_templateHeader_ahqsj_1 .count-wrapper span.count{position:absolute;top:0;right:-6px;padding:0;border-radius:50px;background:#f29834;color:#fff;width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;font-size:10px}#_templateHeader_ahqsj_1 .wishlist{cursor:pointer;border:0;padding:0;background-color:transparent;flex-direction:row;align-items:center;gap:10px}#_templateHeader_ahqsj_1 .vector-icon4{position:relative;width:19.6px;height:19.98px;font-size:20px;flex-shrink:0}#_templateHeader_ahqsj_1 .cart1{display:flex;flex-direction:row;padding:2px 1px;align-items:flex-start;justify-content:flex-start}#_templateHeader_ahqsj_1 .vector-icon5{position:relative;width:24px;height:16px;font-size:24px;flex-shrink:0}#_templateHeader_ahqsj_1 .hamburger-menu{cursor:pointer;border:0;padding:6px 3px;background-color:transparent;overflow:hidden;display:none;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_templateHeader_ahqsj_1 .right-content{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:20px}#_templateHeader_ahqsj_1 .logo-header,#_templateHeader_ahqsj_1 .search-mobile{align-self:stretch;flex-direction:row;align-items:center;justify-content:flex-start;color:#999}#_templateHeader_ahqsj_1 .logo-header{display:flex;padding:20px;gap:20px}#_templateHeader_ahqsj_1 .search-mobile{border-radius:30px;background-color:#fff;border:1px solid #ddd;display:none;padding:10px 17px;gap:8px}#_templateHeader_ahqsj_1 .all-products,#_templateHeader_ahqsj_1 .sale{position:relative;color:#444;text-decoration:none}#_templateHeader_ahqsj_1 .sale{color:#00a0b3}#_templateHeader_ahqsj_1 .navbar{align-self:stretch;background-color:#ededed;overflow:hidden;display:flex;flex-direction:row;padding:20px;align-items:flex-start;justify-content:space-between}@media screen and (max-width: 1296px){#_templateHeader_ahqsj_1 .top-header{display:flex}#_templateHeader_ahqsj_1 .marcopromos-logo{width:150px}#_templateHeader_ahqsj_1 .search{padding-right:300px;box-sizing:border-box}#_templateHeader_ahqsj_1 .need-help,#_templateHeader_ahqsj_1 .search,#_templateHeader_ahqsj_1 .sign-in{display:flex}#_templateHeader_ahqsj_1 .signin{flex-direction:row}#_templateHeader_ahqsj_1 .wishlist{display:flex}#_templateHeader_ahqsj_1 .hamburger-menu{display:none}#_templateHeader_ahqsj_1 .logo-header,#_templateHeader_ahqsj_1 .right-content{flex-direction:row}#_templateHeader_ahqsj_1 .search-mobile{display:none}#_templateHeader_ahqsj_1 .navbar{display:flex}}@media screen and (max-width: 992px){#_templateHeader_ahqsj_1 .top-header{display:flex}#_templateHeader_ahqsj_1 .right-content button .sign-in{display:none}#_templateHeader_ahqsj_1 .search{padding-left:20px;box-sizing:border-box}#_templateHeader_ahqsj_1 .need-help{display:none}#_templateHeader_ahqsj_1 .hamburger-menu,#_templateHeader_ahqsj_1 .sign-in,#_templateHeader_ahqsj_1 .signin,#_templateHeader_ahqsj_1 .wishlist{display:flex}#_templateHeader_ahqsj_1 .navbar,#_templateHeader_ahqsj_1 .search-mobile{display:none}}@media screen and (max-width: 768px){#_templateHeader_ahqsj_1 .first-time-buyer-save-container{flex:unset;align-self:stretch}#_templateHeader_ahqsj_1 .top-header{flex-direction:column}#_templateHeader_ahqsj_1 .need-help,#_templateHeader_ahqsj_1 .search,#_templateHeader_ahqsj_1 .sign-in,#_templateHeader_ahqsj_1 .signin,#_templateHeader_ahqsj_1 .top-header{display:none}#_templateHeader_ahqsj_1 .hamburger-menu,#_templateHeader_ahqsj_1 .wishlist{display:flex}#_templateHeader_ahqsj_1 .search-mobile{display:flex;margin-left:20px;margin-right:20px;position:relative}}._basketPopupContainer_ahqsj_700{min-width:1000px;min-height:1000px;z-index:89;background-color:#00a0b3}@font-face{font-family:thirstBoxer;src:url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/css/fonts/thirstBoxer.eot?2fizxs);src:url(fonts/thirstBoxer.eot?2fizxs#iefix) format("embedded-opentype"),url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/css/fonts/thirstBoxer.ttf?2fizxs) format("truetype"),url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/css/fonts/thirstBoxer.woff?2fizxs) format("woff"),url(https://d207zvy2rsg5b5.cloudfront.net/46B12007-ED0D-4C6B-8CB2-6B953AFDDC1C/css/fonts/thirstBoxer.svg?2fizxs#thirstBoxer) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[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}._icon-eye_1j3b6_23 ._path1_1j3b6_23:before{content:"\e913";color:#f4313f}._icon-eye_1j3b6_23 ._path2_1j3b6_28:before{content:"\e914";margin-left:-.9775390625em;color:#fff}._icon-lock_1j3b6_34:before{content:"\e915"}._icon-star_1j3b6_38:before{content:"\e912"}._icon-cart_1j3b6_42:before{content:"\e900"}._icon-checkmark_1j3b6_46:before{content:"\e901"}._icon-down-arrow_1j3b6_50:before{content:"\e902"}._icon-facebook_1j3b6_54:before{content:"\e903"}._icon-instagram_1j3b6_58:before{content:"\e904"}._icon-right-arrow_1j3b6_62:before{content:"\e905"}._icon-load_1j3b6_66:before{content:"\e906"}._icon-login_1j3b6_70:before{content:"\e907"}._icon-mail_1j3b6_74:before{content:"\e908"}._icon-menu_1j3b6_78:before{content:"\e909"}._icon-minus_1j3b6_82:before{content:"\e90a"}._icon-plus_1j3b6_86:before{content:"\e90b"}._icon-print_1j3b6_90:before{content:"\e90c"}._icon-share_1j3b6_94:before{content:"\e90d"}._icon-quote_1j3b6_98:before{content:"\e90e"}._icon-refresh_1j3b6_102:before{content:"\e90f"}._icon-left-arrow_1j3b6_106:before{content:"\e910"}._icon-search_1j3b6_110:before{content:"\e911"}#_templateFooter_1j3b6_1{align-self:stretch;overflow:hidden;font-size:13px;color:#fff;background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_templateFooter_1j3b6_1 .save-30-on{margin:0;color:inherit;font-size:inherit}#_templateFooter_1j3b6_1 .save-30-on-container{align-self:stretch;position:relative;font-size:20px;line-height:26px;font-weight:600;white-space:pre-wrap}#_templateFooter_1j3b6_1 .vector-icon7{position:relative;font-size:13px;color:#fff;flex-shrink:0}#_templateFooter_1j3b6_1 .expand-icon{cursor:pointer;border:0;padding:0;background-color:transparent;display:none;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_templateFooter_1j3b6_1 .promo-code-parent{align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}#_templateFooter_1j3b6_1 .sitemap2{flex:1;position:relative;font-weight:600}#_templateFooter_1j3b6_1 .home-all-products-container{align-self:stretch;position:relative;line-height:22px}#_templateFooter_1j3b6_1 .sitemap,#_templateFooter_1j3b6_1 .sitemap-menus{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_templateFooter_1j3b6_1 .sitemap-menus{align-self:stretch;color:#999}#_templateFooter_1j3b6_1 .sitemap{flex:1;gap:15px}#_templateFooter_1j3b6_1 .resources2{flex:1;position:relative;line-height:30px;font-weight:600}#_templateFooter_1j3b6_1 .tools-resources-container{flex:1;position:relative;line-height:22px}#_templateFooter_1j3b6_1 .resources,#_templateFooter_1j3b6_1 .resources-menu{display:flex;align-items:flex-start;justify-content:flex-start}#_templateFooter_1j3b6_1 .resources-menu{align-self:stretch;flex-direction:row;color:#999}#_templateFooter_1j3b6_1 .resources{flex:1;flex-direction:column;gap:15px}#_templateFooter_1j3b6_1 .location-icon{position:relative;width:13px;height:13px;flex-shrink:0;overflow:hidden}#_templateFooter_1j3b6_1 .commerce-driveharrisburg-pa{flex:1;position:relative;line-height:24px}#_templateFooter_1j3b6_1 .address{align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}#_templateFooter_1j3b6_1 .whatsapp-icon{position:relative;width:12px;height:12px;flex-shrink:0;overflow:hidden}#_templateFooter_1j3b6_1 .email{align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}#_templateFooter_1j3b6_1 .shop-icon{position:relative;width:15px;height:15px;flex-shrink:0;overflow:hidden}#_templateFooter_1j3b6_1 .contact,#_templateFooter_1j3b6_1 .contact-details{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_templateFooter_1j3b6_1 .contact-details{gap:11px;color:#999}#_templateFooter_1j3b6_1 .contact{gap:15px}#_templateFooter_1j3b6_1 .get-in-touch2,#_templateFooter_1j3b6_1 .twitter,#_templateFooter_1j3b6_1 .youtube{display:flex;flex-direction:row;justify-content:flex-start}#_templateFooter_1j3b6_1 .get-in-touch2{align-self:stretch;align-items:center;gap:10px}#_templateFooter_1j3b6_1 .twitter,#_templateFooter_1j3b6_1 .youtube{align-items:flex-start}#_templateFooter_1j3b6_1 .youtube{overflow:hidden}#_templateFooter_1j3b6_1 .flat-copy-icon{position:relative;width:20px;height:20px;flex-shrink:0}#_templateFooter_1j3b6_1 .fb{flex-direction:column}#_templateFooter_1j3b6_1 .contact-and-follow-us-on,#_templateFooter_1j3b6_1 .fb,#_templateFooter_1j3b6_1 .social-media,#_templateFooter_1j3b6_1 .social-media-icons{display:flex;align-items:flex-start;justify-content:flex-start}#_templateFooter_1j3b6_1 .social-media-icons{align-self:stretch;flex-direction:row;gap:13px}#_templateFooter_1j3b6_1 .contact-and-follow-us-on,#_templateFooter_1j3b6_1 .social-media{flex-direction:column}#_templateFooter_1j3b6_1 .social-media{align-self:stretch;gap:13px}#_templateFooter_1j3b6_1 .contact-and-follow-us-on{flex:1;gap:20px}#_templateFooter_1j3b6_1 .stay-in-the{flex:1;position:relative;line-height:30px;text-transform:uppercase;font-weight:600}#_templateFooter_1j3b6_1 .stay-in-the-know{align-self:stretch;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}#_templateFooter_1j3b6_1 .be-the-first{align-self:stretch;position:relative}#_templateFooter_1j3b6_1 .email-input{border:1px solid #8f8f8f;font-family:League Spartan;font-size:13px;background-color:transparent;border-radius:4px;box-sizing:border-box;width:220.5px;flex-shrink:0;padding:14px 10px}#_templateFooter_1j3b6_1 .cta-subscribe,#_templateFooter_1j3b6_1 .email-input,#_templateFooter_1j3b6_1 .subscribe-field{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}#_templateFooter_1j3b6_1 .cta-subscribe{flex:1;border-radius:4px;background-color:#f29834;padding:13px 10px}#_templateFooter_1j3b6_1 .subscribe-field{align-self:stretch;gap:10px;text-align:center;font-size:16px;color:#fff}#_templateFooter_1j3b6_1 .subscribe1{align-self:stretch;flex-direction:column;gap:10px;color:#999}#_templateFooter_1j3b6_1 .footer-content,#_templateFooter_1j3b6_1 .footer-section,#_templateFooter_1j3b6_1 .subscribe,#_templateFooter_1j3b6_1 .subscribe1{display:flex;align-items:flex-start;justify-content:flex-start}#_templateFooter_1j3b6_1 .subscribe{flex:1;flex-direction:column;gap:15px}#_templateFooter_1j3b6_1 .footer-content,#_templateFooter_1j3b6_1 .footer-section{flex-direction:row}#_templateFooter_1j3b6_1 .footer-content{flex:1;gap:30px}#_templateFooter_1j3b6_1 .footer-section{align-self:stretch;background-color:#333;padding:40px}#_templateFooter_1j3b6_1 .marco-promos-2022{flex:1;position:relative;line-height:24px}#_templateFooter_1j3b6_1 .toppng-1-icon{position:relative;width:173px;height:27px;flex-shrink:0;object-fit:cover}#_templateFooter_1j3b6_1 .copyright,#_templateFooter_1j3b6_1 .payment-gateways{display:flex;flex-direction:column;padding:8px 0;align-items:flex-end;justify-content:center}#_templateFooter_1j3b6_1 .copyright{align-self:stretch;background-color:#2b2b2b;flex-direction:row;padding:10px 30px;align-items:center;text-align:center;color:#999}@media screen and (max-width: 1296px){#_templateFooter_1j3b6_1 .save-30-on-container{line-height:26px}#_templateFooter_1j3b6_1 .address{align-items:center;justify-content:center}#_templateFooter_1j3b6_1 .subscribe{gap:20px}#_templateFooter_1j3b6_1 .footer-content{gap:15px}}@media screen and (max-width: 992px){#_templateFooter_1j3b6_1 .cta-subscribe{flex:unset;align-self:stretch}#_templateFooter_1j3b6_1 .subscribe-field{flex-direction:column}#_templateFooter_1j3b6_1 .footer-content,#_templateFooter_1j3b6_1 .subscribe{gap:10px}}@media screen and (max-width: 768px){#_templateFooter_1j3b6_1 .save-30-on-container{font-size:18px;line-height:20px}#_templateFooter_1j3b6_1 .expand-icon{display:flex}#_templateFooter_1j3b6_1 .sitemap2{font-size:16px}#_templateFooter_1j3b6_1 .sitemap-menus{display:none}#_templateFooter_1j3b6_1 .sitemap{gap:-4px;flex:unset;align-self:stretch}#_templateFooter_1j3b6_1 .resources2{font-size:16px}#_templateFooter_1j3b6_1 .resources-menu{display:none}#_templateFooter_1j3b6_1 .resources{flex:unset;align-self:stretch}#_templateFooter_1j3b6_1 .contact-details{display:none}#_templateFooter_1j3b6_1 .get-in-touch2{gap:10px}#_templateFooter_1j3b6_1 .social-media-icons{display:none}#_templateFooter_1j3b6_1 .contact-and-follow-us-on{gap:10px;flex:unset;align-self:stretch}#_templateFooter_1j3b6_1 .stay-in-the{font-size:16px}#_templateFooter_1j3b6_1 .be-the-first{font-size:18px;line-height:22px}#_templateFooter_1j3b6_1 .subscribe-field{flex-direction:row}#_templateFooter_1j3b6_1 .subscribe{gap:0;padding-top:10px;box-sizing:border-box;flex:unset;align-self:stretch}#_templateFooter_1j3b6_1 .footer-content{flex-direction:column;gap:10px}#_templateFooter_1j3b6_1 .marco-promos-2022{flex:unset;align-self:stretch}#_templateFooter_1j3b6_1 .copyright{gap:5px;padding:15px 10px;box-sizing:border-box;flex-direction:column}}#_listingPage_132z4_1 h1,#_listingPage_132z4_1 h2,#_listingPage_132z4_1 h3,#_listingPage_132z4_1 h4,#_listingPage_132z4_1 h5,#_listingPage_132z4_1 h6,#_listingPage_132z4_1 p{color:inherit}#_listingPage_132z4_1 .first-time-buyer-save,#_listingPage_132z4_1 .view{font-family:League Spartan}#_listingPage_132z4_1 .view{text-decoration:underline}#_listingPage_132z4_1 .first-time-buyer-save-container{cursor:pointer;border:0;padding:0;background-color:transparent;flex:1;position:relative;font-size:16px;letter-spacing:.1em;line-height:22px;text-transform:uppercase;color:#fff;text-align:center;display:inline-block}#_listingPage_132z4_1 .first-time-buyer-save-container:hover{color:#444}#_listingPage_132z4_1 .top-header{align-self:stretch;background-color:#f29834;display:flex;flex-direction:row;padding:10px 0;align-items:center;justify-content:center}#_listingPage_132z4_1 .hamburger-menu1{position:absolute;top:0;left:0;font-size:30px;font-family:iconmarcopromos;color:#00a0b3;text-align:left}#_listingPage_132z4_1 .hamburger-menu,#_listingPage_132z4_1 .search{cursor:pointer;border:0;padding:0;background-color:transparent;position:relative;display:none}#_listingPage_132z4_1 .hamburger-menu{width:30px;height:30px}#_listingPage_132z4_1 .search{font-size:22px;color:#00a0b3;text-align:left}#_listingPage_132z4_1 .marco-promos-logo-icon{position:absolute;height:100%;width:100%;inset:0;max-width:100%;overflow:hidden;max-height:100%;object-fit:cover}#_listingPage_132z4_1 .marcopromos-logo{position:relative;width:185px;height:34px}#_listingPage_132z4_1 .search2{position:relative;font-size:20px;font-family:iconmarcopromos;color:#00a0b3}#_listingPage_132z4_1 .search1{border-radius:30px;border:1px solid #ddd;display:flex;flex-direction:row;padding:10px 490px 10px 20px;align-items:center;justify-content:flex-start;gap:10px}#_listingPage_132z4_1 .div,#_listingPage_132z4_1 .whatsapp{position:relative;font-size:20px;font-family:iconmarcopromos;color:#00a0b3;text-align:left}#_listingPage_132z4_1 .div{font-size:16px;font-family:League Spartan;color:#444}#_listingPage_132z4_1 .need-help{cursor:pointer;border:0;padding:0;background-color:transparent;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}#_listingPage_132z4_1 .sign-in{position:relative;font-size:16px;font-family:League Spartan;color:#444;text-align:left}#_listingPage_132z4_1 .logo-header,#_listingPage_132z4_1 .right-content,#_listingPage_132z4_1 .signin,#_listingPage_132z4_1 .wishlist{display:flex;flex-direction:row;align-items:center}#_listingPage_132z4_1 .signin,#_listingPage_132z4_1 .wishlist{cursor:pointer;border:0;padding:0;background-color:transparent;justify-content:flex-start;gap:10px}#_listingPage_132z4_1 .logo-header,#_listingPage_132z4_1 .right-content{gap:20px}#_listingPage_132z4_1 .right-content{flex:1;justify-content:flex-end}#_listingPage_132z4_1 .logo-header{align-self:stretch;padding:20px;justify-content:flex-start}#_listingPage_132z4_1 .all-products,#_listingPage_132z4_1 .sale{cursor:pointer;border:0;padding:0;background-color:transparent;position:relative;font-size:16px;font-family:League Spartan;color:#444;text-align:left;display:inline-block}#_listingPage_132z4_1 .sale{color:#00a0b3}#_listingPage_132z4_1 .navbar{align-self:stretch;background-color:#ededed;overflow:hidden;display:flex;flex-direction:row;padding:20px;align-items:flex-start;justify-content:space-between}#_listingPage_132z4_1 .moisture-wicking-shirt{position:relative;font-size:18px;font-family:League Spartan;color:#444;text-align:center}#_listingPage_132z4_1 .cta-sub-categories-apparel{cursor:pointer;border:1px solid #d9d9d9;padding:20px 30px;background-color:transparent;border-radius:30px;box-sizing:border-box;height:52px;display:flex;flex-direction:row;align-items:center;justify-content:center}#_listingPage_132z4_1 .moisture-wicking-shirt1{position:relative;font-size:18px;line-height:30px;font-family:League Spartan;color:#444;text-align:center}#_listingPage_132z4_1 .sub-categories-apparel{align-self:stretch;display:flex;flex-direction:row;padding:10px 0;align-items:center;justify-content:space-between;gap:10px}#_listingPage_132z4_1 .home{position:relative;line-height:30px}#_listingPage_132z4_1 .breadcrumbs,#_listingPage_132z4_1 .divider,#_listingPage_132z4_1 .text{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}#_listingPage_132z4_1 .breadcrumbs,#_listingPage_132z4_1 .divider{flex-direction:column}#_listingPage_132z4_1 .breadcrumbs{align-self:stretch;flex-direction:row;gap:10px}#_listingPage_132z4_1 .cotton-t-shirts-with{flex:1;position:relative;font-weight:600}#_listingPage_132z4_1 .section-heading{align-self:stretch;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}#_listingPage_132z4_1 .showing-1-to{flex:1;position:relative}#_listingPage_132z4_1 .sub-section-heading,#_listingPage_132z4_1 .text-input{display:flex;align-items:flex-start;justify-content:flex-start}#_listingPage_132z4_1 .sub-section-heading{align-self:stretch;flex-direction:row;font-size:13px;color:#999}#_listingPage_132z4_1 .text-input{flex:1;flex-direction:column;gap:10px}#_listingPage_132z4_1 .arrow-down,#_listingPage_132z4_1 .popularity{position:relative}#_listingPage_132z4_1 .arrow-down{font-size:18px;font-family:iconmarcopromos}#_listingPage_132z4_1 .sort-by{border-radius:30px;border:1px solid #ddd;display:flex;flex-direction:row;padding:10px 20px;align-items:center;justify-content:flex-start;gap:10px;font-size:16px;font-family:League Spartan;color:#999;position:relative;min-width:210px}#_listingPage_132z4_1 .sort-by .sort-backdrop{position:fixed;width:100%;height:100%;background:#000;opacity:.5;top:0;transform:translateY(100%);transition:.3s;display:none;left:0}#_listingPage_132z4_1 .sort-by .selectedOption{display:flex;align-items:center;gap:15px;cursor:pointer}#_listingPage_132z4_1 .sort-by ul.sorty-by-dropdown{transition:.3s;position:absolute;top:100%;transform:translateY(10px);width:100%;border:1px solid #ddd;left:0;z-index:3;background:#fff;border-radius:5px;opacity:0;visibility:hidden}#_listingPage_132z4_1 .sort-by ul.sorty-by-dropdown li{padding:5px 14px;cursor:pointer}#_listingPage_132z4_1 .sort-by ul.sorty-by-dropdown li.active{background:#f29834;color:#fff;font-size:15px;line-height:15px}#_listingPage_132z4_1 .sort-by:hover ul{opacity:1;visibility:visible;transform:translateY(0)}#_listingPage_132z4_1 .grid-view-icon,#_listingPage_132z4_1 .list-view-icon{position:relative;color:#d9d9d9;cursor:pointer}#_listingPage_132z4_1 .grid-view-icon.active,#_listingPage_132z4_1 .list-view-icon.active{color:#00a0b3;cursor:default}#_listingPage_132z4_1 .button,#_listingPage_132z4_1 .horizontal-container{display:flex;flex-direction:row}#_listingPage_132z4_1 .button{align-items:center;justify-content:flex-start;gap:20px;font-size:18px;color:#999;font-family:iconmarcopromos}#_listingPage_132z4_1 .horizontal-container{align-self:stretch;gap:10px;text-align:left;font-size:24px;color:#444}#_listingPage_132z4_1 .filters,#_listingPage_132z4_1 .filters-sort,#_listingPage_132z4_1 .horizontal-container,#_listingPage_132z4_1 .title{align-items:flex-start;justify-content:flex-start}#_listingPage_132z4_1 .title{align-self:stretch;display:flex;flex-direction:column;padding:10px 0;gap:30px}#_listingPage_132z4_1 .filters,#_listingPage_132z4_1 .filters-sort{flex-direction:row}#_listingPage_132z4_1 .filters{flex:1;border:1px solid #d9d9d9;display:flex;padding:15px 20px}#_listingPage_132z4_1 .filters-sort{align-self:stretch;display:none;color:#f29834}#_listingPage_132z4_1 .filters1{position:relative;font-weight:500;font-family:League Spartan;color:#444}#_listingPage_132z4_1 .reset{align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;font-size:16px;color:#00a0b3;font-family:iconmarcopromos}#_listingPage_132z4_1 .reset-filters{position:relative;font-family:League Spartan;color:#999}#_listingPage_132z4_1 .arrow-up,#_listingPage_132z4_1 .reset1{font-family:iconmarcopromos}#_listingPage_132z4_1 .reset1{align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;color:#00a0b3}#_listingPage_132z4_1 .arrow-up{position:relative;font-size:22px;color:#f29834;transition:.2s;cursor:pointer}#_listingPage_132z4_1 .arrow-up.in-active{transform:rotate(180deg);transform-origin:center}#_listingPage_132z4_1 .filters-title{border-top:1px solid #eef2f6;box-sizing:border-box;width:224px;display:flex;flex-direction:row;padding:20px 0 10px;align-items:center;justify-content:flex-start}#_listingPage_132z4_1 .min1{align-self:stretch}#_listingPage_132z4_1 .min-child,#_listingPage_132z4_1 .min1,#_listingPage_132z4_1 .to{position:relative}#_listingPage_132z4_1 .min-child{border-radius:4px!important;background-color:#fff!important;border:1px solid #ddd!important;box-sizing:border-box;width:100%;height:30px;padding:5px!important}#_listingPage_132z4_1 .to{color:#444}#_listingPage_132z4_1 .price-text,#_listingPage_132z4_1 .price1{display:flex;justify-content:flex-start}#_listingPage_132z4_1 .price1{width:224px;flex-direction:row;align-items:center;gap:20px;color:#999}#_listingPage_132z4_1 .price-text{flex-direction:column;align-items:flex-start;gap:10px}#_listingPage_132z4_1 .applyPrice{cursor:pointer;border:1px solid #ddd!important;padding:8px 10px;background-color:transparent;align-self:stretch;border-radius:4px;align-items:center;justify-content:center;z-index:4;display:block;width:100%;margin-top:10px;background-color:#f29834;color:#fff}#_listingPage_132z4_1 .color-child,#_listingPage_132z4_1 .color-child1,#_listingPage_132z4_1 .color-inner,#_listingPage_132z4_1 .color-item,#_listingPage_132z4_1 .ellipse-div{position:relative;border-radius:50%;background-color:#353535;width:23px;height:23px}#_listingPage_132z4_1 .color-child1,#_listingPage_132z4_1 .color-inner,#_listingPage_132z4_1 .color-item,#_listingPage_132z4_1 .ellipse-div{background-color:#4184b5}#_listingPage_132z4_1 .color-child1,#_listingPage_132z4_1 .color-inner,#_listingPage_132z4_1 .ellipse-div{background-color:#d456c8}#_listingPage_132z4_1 .color-child1,#_listingPage_132z4_1 .ellipse-div{background-color:#f29834}#_listingPage_132z4_1 .color-child1{background-color:#8cbc84}#_listingPage_132z4_1 .color{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:20px}#_listingPage_132z4_1 .color-child2,#_listingPage_132z4_1 .color-child3,#_listingPage_132z4_1 .color-child4,#_listingPage_132z4_1 .color-child5{position:relative;border-radius:50%;background-color:#9871eb;width:23px;height:23px}#_listingPage_132z4_1 .color-child3,#_listingPage_132z4_1 .color-child4,#_listingPage_132z4_1 .color-child5{background-color:#f9a1c0}#_listingPage_132z4_1 .color-child4,#_listingPage_132z4_1 .color-child5{background-color:#845959}#_listingPage_132z4_1 .color-child5{background-color:#d06c10}#_listingPage_132z4_1 .color-child10,#_listingPage_132z4_1 .color-child6,#_listingPage_132z4_1 .color-child7,#_listingPage_132z4_1 .color-child8,#_listingPage_132z4_1 .color-child9{position:relative;border-radius:50%;background-color:#d9d9d9;width:23px;height:23px}#_listingPage_132z4_1 .color-child10,#_listingPage_132z4_1 .color-child7,#_listingPage_132z4_1 .color-child8,#_listingPage_132z4_1 .color-child9{background-color:#bd4747}#_listingPage_132z4_1 .color-child10,#_listingPage_132z4_1 .color-child8,#_listingPage_132z4_1 .color-child9{background-color:#acffbe}#_listingPage_132z4_1 .color-child10,#_listingPage_132z4_1 .color-child9{background-color:#b1d7e2}#_listingPage_132z4_1 .color-child10{background-color:#42276f}#_listingPage_132z4_1 .arrow-down1{position:relative;font-size:22px;font-family:iconmarcopromos;color:#999}#_listingPage_132z4_1 .filters-title2{align-self:stretch;border-top:1px solid #eef2f6;display:flex;flex-direction:row;padding:20px 0 10px;align-items:center;justify-content:flex-start}#_listingPage_132z4_1 .interested-in{align-self:stretch;position:relative;line-height:30px}#_listingPage_132z4_1 .image-icon{position:relative;border-radius:5px;width:224px;height:200px;overflow:hidden;flex-shrink:0;object-fit:cover}#_listingPage_132z4_1 .dress-shirts,#_listingPage_132z4_1 .products{position:relative;line-height:30px;display:inline-block;width:224px}#_listingPage_132z4_1 .dress-shirts{font-weight:600}#_listingPage_132z4_1 .products{font-size:13px;color:#999}#_listingPage_132z4_1 .filter-section,#_listingPage_132z4_1 .filters-title7{display:flex;flex-direction:column;align-items:flex-start}#_listingPage_132z4_1 .filters-title7{align-self:stretch;border-top:1px solid #eef2f6;padding:20px 0 10px;justify-content:center;gap:30px;font-size:16px}#_listingPage_132z4_1 .filter-section{border-radius:5px;border:1px solid #eef2f6;box-sizing:border-box;width:264px;padding:20px;justify-content:flex-start;gap:20px}#_listingPage_132z4_1 .product-img-icon{align-self:stretch;max-width:100%;overflow:hidden;max-height:100%;object-fit:cover;z-index:0;border:1px solid #eef2f6;border-radius:5px}#_listingPage_132z4_1 .star-filled{position:absolute;top:16.67%;left:16.67%}#_listingPage_132z4_1 .star-rating1{position:relative;width:18px;height:18px;overflow:hidden;flex-shrink:0}#_listingPage_132z4_1 .star-outline{position:absolute;top:16.67%;left:11.11%}#_listingPage_132z4_1 .star-rating5{position:relative;width:18px;height:18px;overflow:hidden;flex-shrink:0;color:#ddd}#_listingPage_132z4_1 .star-rating-parent{flex:1;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}#_listingPage_132z4_1 .est-delivery-by{flex:1;position:relative;font-size:12px;font-family:League Spartan;color:#999;text-align:right}#_listingPage_132z4_1 .star-rating{align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;z-index:1;color:#f29834}#_listingPage_132z4_1 .sport-tek-competitor{align-self:stretch;position:relative;line-height:16px;font-weight:600;font-family:League Spartan;color:#444;z-index:2}#_listingPage_132z4_1 .min-order-18{position:relative;font-size:12px;color:#999;text-align:right}#_listingPage_132z4_1 .as-low-price{align-self:stretch;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:19px;z-index:3;font-size:14px;color:#00a0b3;font-family:League Spartan}#_listingPage_132z4_1 .get-sample-for{flex:1;position:relative;font-size:15px;font-weight:600;font-family:League Spartan;color:#444;text-align:center}#_listingPage_132z4_1 .free-service,#_listingPage_132z4_1 .get-sample-cta{display:flex;flex-direction:row}#_listingPage_132z4_1 .get-sample-cta{cursor:pointer;border:1px solid #444;padding:18px 15px;background-color:transparent;align-self:stretch;border-radius:4px;align-items:center;justify-content:center;z-index:4}#_listingPage_132z4_1 .get-sample-cta:hover{background-color:#f29834;color:#fff}#_listingPage_132z4_1 .free-service{margin:0!important;position:absolute;top:4px;left:4px;border-radius:5px;background-color:#ffffffbf;padding:10px;align-items:flex-start;justify-content:flex-start;z-index:5;font-size:24px}#_listingPage_132z4_1 .heart-wishlist1{position:absolute;top:12.5%;left:12.5%;font-size:18px;font-family:iconmarcopromos;color:#ddd;text-align:left}#_listingPage_132z4_1 .wishlist2{cursor:pointer;border:0;padding:0;background-color:transparent;position:absolute;margin:0!important;top:10px;right:10px;width:24px;height:24px;overflow:hidden;flex-shrink:0;z-index:6}#_listingPage_132z4_1 .eco-friendly,#_listingPage_132z4_1 .product-listing-card{display:flex;align-items:flex-start;justify-content:flex-start}#_listingPage_132z4_1 .eco-friendly{margin:0!important;position:absolute;top:53px;left:4px;border-radius:5px;background-color:#ffffffbf;flex-direction:row;padding:10px;z-index:7;font-size:24px}#_listingPage_132z4_1 .deals-product-card-1{flex:1;flex-direction:column;position:relative;gap:14px}#_listingPage_132z4_1 .product-img-icon1{align-self:stretch;border-radius:5px;max-width:100%;overflow:hidden;max-height:100%;object-fit:cover;z-index:0}#_listingPage_132z4_1 .eco-friendly2,#_listingPage_132z4_1 .free-service1{margin:0!important;position:absolute;top:4px;left:4px;border-radius:5px;background-color:#ffffffbf;display:none;flex-direction:row;padding:10px;align-items:flex-start;justify-content:flex-start;z-index:5;font-size:24px}#_listingPage_132z4_1 .eco-friendly2{top:53px;z-index:7}#_listingPage_132z4_1 .product-listing-cards{display:grid;align-items:flex-start;justify-content:flex-start}#_listingPage_132z4_1 .product-listing-cards{flex:1;flex-direction:column;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));color:#464646}#_listingPage_132z4_1 .filter-and-product-listing-car{align-self:stretch;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:20px}#_listingPage_132z4_1 .promo-cards,#_listingPage_132z4_1 .promotional-products-supplies{align-self:stretch;display:flex;flex-direction:column;justify-content:flex-start}#_listingPage_132z4_1 .promo-cards{padding:0 0 40px;align-items:flex-start;text-align:left;font-size:13px;color:#444}#_listingPage_132z4_1 .promotional-products-supplies{padding:10px 20px;align-items:center;gap:20px;text-align:center}#_listingPage_132z4_1 .vector-icon{position:relative;width:12.31px;height:12.29px}#_listingPage_132z4_1 .expand-icon{cursor:pointer;border:0;padding:0;background-color:transparent;display:none;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_listingPage_132z4_1 .sitemap2{flex:1;position:relative;font-weight:600}#_listingPage_132z4_1 .sitemap1{align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}#_listingPage_132z4_1 .about-marco{margin:0}#_listingPage_132z4_1 .home-all-products-container{align-self:stretch;position:relative;line-height:22px}#_listingPage_132z4_1 .sitemap,#_listingPage_132z4_1 .sitemap-menus{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_listingPage_132z4_1 .sitemap-menus{align-self:stretch;color:#999}#_listingPage_132z4_1 .sitemap{flex:1;gap:15px}#_listingPage_132z4_1 .resources2{flex:1;position:relative;line-height:30px;font-weight:600}#_listingPage_132z4_1 .tools-resources-container{flex:1;position:relative;line-height:22px}#_listingPage_132z4_1 .resources,#_listingPage_132z4_1 .resources-menu{display:flex;align-items:flex-start;justify-content:flex-start}#_listingPage_132z4_1 .resources-menu{align-self:stretch;flex-direction:row;color:#999}#_listingPage_132z4_1 .resources{flex:1;flex-direction:column;gap:15px}#_listingPage_132z4_1 .location-icon{position:relative;width:11.2px;height:16px}#_listingPage_132z4_1 .commerce-driveharrisburg-pa{flex:1;position:relative;line-height:24px}#_listingPage_132z4_1 .address{align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}#_listingPage_132z4_1 .whatsapp2{position:relative;display:inline-block;width:15px;flex-shrink:0}#_listingPage_132z4_1 .div3{flex:1;position:relative;line-height:24px;font-family:League Spartan;text-align:left}#_listingPage_132z4_1 .whatsapp1{align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;text-align:center;font-family:iconmarcopromos}#_listingPage_132z4_1 .email-icon{position:relative;width:13.75px;height:11px}#_listingPage_132z4_1 .email{align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}#_listingPage_132z4_1 .group-icon{position:relative;width:14.44px;height:13px}#_listingPage_132z4_1 .contact,#_listingPage_132z4_1 .contact-details,#_listingPage_132z4_1 .get-in-touch{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_listingPage_132z4_1 .contact-details{gap:14px;color:#999}#_listingPage_132z4_1 .contact,#_listingPage_132z4_1 .get-in-touch{gap:15px}#_listingPage_132z4_1 .get-in-touch{flex-direction:row;align-items:center;gap:10px}#_listingPage_132z4_1 .twitter{cursor:pointer;border:0;padding:0;background-color:transparent;position:relative;font-size:22px;font-family:iconmarcopromos;color:#5b5b5b;text-align:left;display:inline-block}#_listingPage_132z4_1 .contact-and-follow-us-on,#_listingPage_132z4_1 .social-media,#_listingPage_132z4_1 .social-media1{display:flex;align-items:flex-start;justify-content:flex-start}#_listingPage_132z4_1 .social-media1{flex-direction:row;gap:9px}#_listingPage_132z4_1 .contact-and-follow-us-on,#_listingPage_132z4_1 .social-media{flex-direction:column}#_listingPage_132z4_1 .social-media{align-self:stretch;gap:13px}#_listingPage_132z4_1 .contact-and-follow-us-on{flex:1;gap:20px}#_listingPage_132z4_1 .stay-in-the{flex:1;position:relative;line-height:30px;text-transform:uppercase;font-weight:600}#_listingPage_132z4_1 .be-the-first{align-self:stretch;position:relative}#_listingPage_132z4_1 .email-input,#_listingPage_132z4_1 .subscribe2{font-family:League Spartan}#_listingPage_132z4_1 .email-input{border:1px solid #8f8f8f;font-size:13px;background-color:transparent;border-radius:4px;box-sizing:border-box;width:220.5px;display:flex;flex-direction:row;padding:14px 10px;align-items:center;justify-content:flex-start}#_listingPage_132z4_1 .subscribe2{flex:1;position:relative;font-size:16px;font-weight:600;color:#fff;text-align:center}#_listingPage_132z4_1 .cta-subscribe,#_listingPage_132z4_1 .subscribe-field{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}#_listingPage_132z4_1 .cta-subscribe{cursor:pointer;border:0;padding:13px 10px;background-color:#f29834;flex:1;border-radius:4px}#_listingPage_132z4_1 .subscribe-field{align-self:stretch;gap:10px}#_listingPage_132z4_1 .subscribe1{align-self:stretch;flex-direction:column;gap:10px;color:#999}#_listingPage_132z4_1 .footer-content,#_listingPage_132z4_1 .footer-section,#_listingPage_132z4_1 .subscribe,#_listingPage_132z4_1 .subscribe1{display:flex;align-items:flex-start;justify-content:flex-start}#_listingPage_132z4_1 .subscribe{flex:1;flex-direction:column;gap:15px}#_listingPage_132z4_1 .footer-content,#_listingPage_132z4_1 .footer-section{flex-direction:row}#_listingPage_132z4_1 .footer-content{flex:1;gap:30px}#_listingPage_132z4_1 .footer-section{align-self:stretch;background-color:#333;padding:40px}#_listingPage_132z4_1 .marco-promos-2022{flex:1;position:relative;line-height:24px}#_listingPage_132z4_1 .american-express{cursor:pointer;border:0;padding:0;background-color:transparent;position:relative;font-size:24px;font-family:iconmarcopromos;color:#8b8b8b;text-align:left;display:inline-block}#_listingPage_132z4_1 .copyright,#_listingPage_132z4_1 .payment-gateways{display:flex;flex-direction:row}#_listingPage_132z4_1 .payment-gateways{align-items:flex-start;justify-content:flex-start;gap:10px}#_listingPage_132z4_1 .copyright{align-self:stretch;background-color:#2b2b2b;padding:10px 30px;align-items:center;justify-content:center;text-align:center;color:#999}#_listingPage_132z4_1 .apparel-product-listing,#_listingPage_132z4_1 .footer{background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}#_listingPage_132z4_1 .footer{align-self:stretch;overflow:hidden;font-size:13px;color:#fff}#_listingPage_132z4_1 .apparel-product-listing{position:relative;width:100%;text-align:left;font-size:16px;color:#999;font-family:League Spartan}#_listingPage_132z4_1 .filterBackdrop{display:none}@media screen and (max-width: 1200px){#_listingPage_132z4_1 .top-header{display:flex}#_listingPage_132z4_1 .search1{padding-right:300px;box-sizing:border-box}#_listingPage_132z4_1 .need-help,#_listingPage_132z4_1 .search1,#_listingPage_132z4_1 .sign-in{display:flex}#_listingPage_132z4_1 .signin{flex-direction:row}#_listingPage_132z4_1 .wishlist{display:flex}#_listingPage_132z4_1 .logo-header,#_listingPage_132z4_1 .right-content{flex-direction:row}#_listingPage_132z4_1 .navbar{display:flex}#_listingPage_132z4_1 .title{flex-direction:column}#_listingPage_132z4_1 .product-img-icon{align-self:stretch;width:auto;height:auto}#_listingPage_132z4_1 .address{align-items:center;justify-content:center}#_listingPage_132z4_1 .subscribe{gap:20px}#_listingPage_132z4_1 .footer-content{gap:0}#_listingPage_132z4_1 .apparel-product-listing{flex-direction:column}}@media screen and (max-width: 992px){#_listingPage_132z4_1 .sub-categories-apparel{flex-wrap:wrap;justify-content:flex-start}#_listingPage_132z4_1 .sub-categories-apparel button.cta-sub-categories-apparel{width:calc(25% - 8px);flex-basis:calc(25% - 8px)}#_listingPage_132z4_1 .sub-categories-apparel button.cta-sub-categories-apparel .moisture-wicking-shirt{font-size:16px}#_listingPage_132z4_1 .filters-sort{display:flex}#_listingPage_132z4_1 .filter-and-product-listing-car .filter-section{position:fixed;top:0;left:0;z-index:7;width:265px!important;height:100%;background:#fff;overflow-y:auto;transition:.3s;transform:translate(-100%)}#_listingPage_132z4_1 .filter-and-product-listing-car .filter-section.show{transform:translate(0)}#_listingPage_132z4_1 .filter-and-product-listing-car .filterBackdrop{display:block;position:fixed;top:0;left:0;z-index:6;background:#000;width:100%;height:100%;opacity:.5;transition:.3s;transform:translate(-100%)}#_listingPage_132z4_1 .filter-and-product-listing-car .filterBackdrop.show{transform:translate(0)}#_listingPage_132z4_1 .sort-by{z-index:7;width:100%;background:#fff;padding:0;border:0px;position:fixed}#_listingPage_132z4_1 .sort-by .selectedOption{display:none!important}#_listingPage_132z4_1 .sort-by ul.sorty-by-dropdown{position:fixed;bottom:0;left:0;z-index:7;opacity:1;visibility:visible;transform:translateY(100%);top:auto}#_listingPage_132z4_1 .sort-by .sort-backdrop{display:block}#_listingPage_132z4_1 .sort-by.show ul.sorty-by-dropdown,#_listingPage_132z4_1 .sort-by.show .sort-backdrop{transform:translateY(0)}}@media screen and (max-width: 767px){#_listingPage_132z4_1 .hamburger-menu,#_listingPage_132z4_1 .search,#_listingPage_132z4_1 .top-header{display:flex}#_listingPage_132z4_1 .search1{padding-left:20px;padding-right:20px;box-sizing:border-box}#_listingPage_132z4_1 .need-help,#_listingPage_132z4_1 .search1{display:none}#_listingPage_132z4_1 .sign-in,#_listingPage_132z4_1 .signin,#_listingPage_132z4_1 .wishlist{display:flex}#_listingPage_132z4_1 .navbar{display:none}#_listingPage_132z4_1 .moisture-wicking-shirt{font-size:18px}#_listingPage_132z4_1 .title,#_listingPage_132z4_1 .product-img-icon{flex-direction:column}#_listingPage_132z4_1 .promotional-products-supplies{gap:10px;padding-left:20px;box-sizing:border-box}#_listingPage_132z4_1 .cta-subscribe{flex:unset;align-self:stretch}#_listingPage_132z4_1 .subscribe-field{flex-direction:column}#_listingPage_132z4_1 .footer-content,#_listingPage_132z4_1 .subscribe{gap:10px}#_listingPage_132z4_1 .apparel-product-listing{flex-direction:column}#_listingPage_132z4_1 .sub-categories-apparel button.cta-sub-categories-apparel{width:calc(33.33% - 7px);flex-basis:calc(33.33% - 7px)}#_listingPage_132z4_1 .card-view-icons{display:none}#_listingPage_132z4_1 .sub-categories-apparel button.cta-sub-categories-apparel .moisture-wicking-shirt{font-size:14px}}@media screen and (max-width: 420px){#_listingPage_132z4_1 .first-time-buyer-save-container{flex:unset;align-self:stretch}#_listingPage_132z4_1 .top-header{display:none;flex-direction:column}#_listingPage_132z4_1 .hamburger-menu,#_listingPage_132z4_1 .search{display:flex}#_listingPage_132z4_1 .need-help,#_listingPage_132z4_1 .search1,#_listingPage_132z4_1 .sign-in,#_listingPage_132z4_1 .signin{display:none}#_listingPage_132z4_1 .wishlist{display:flex}#_listingPage_132z4_1 .logo-header{gap:20px;padding-top:20px;padding-bottom:20px;box-sizing:border-box}#_listingPage_132z4_1 .breadcrumbs{display:none}#_listingPage_132z4_1 .title,#_listingPage_132z4_1 .product-img-icon{flex-direction:column}#_listingPage_132z4_1 .expand-icon{display:flex}#_listingPage_132z4_1 .sitemap2{font-size:16px}#_listingPage_132z4_1 .sitemap-menus{display:none}#_listingPage_132z4_1 .sitemap{gap:-4px;flex:unset;align-self:stretch}#_listingPage_132z4_1 .resources2{font-size:16px}#_listingPage_132z4_1 .resources-menu{display:none}#_listingPage_132z4_1 .resources{flex:unset;align-self:stretch}#_listingPage_132z4_1 .contact-details{display:none}#_listingPage_132z4_1 .get-in-touch{gap:10px}#_listingPage_132z4_1 .twitter{font-size:30px}#_listingPage_132z4_1 .contact-and-follow-us-on{gap:10px;flex:unset;align-self:stretch}#_listingPage_132z4_1 .stay-in-the{font-size:16px}#_listingPage_132z4_1 .be-the-first{font-size:18px;line-height:22px}#_listingPage_132z4_1 .subscribe-field{flex-direction:row}#_listingPage_132z4_1 .subscribe{gap:0;padding-top:10px;box-sizing:border-box;flex:unset;align-self:stretch}#_listingPage_132z4_1 .footer-content{flex-direction:column;gap:10px}#_listingPage_132z4_1 .marco-promos-2022{flex:unset;align-self:stretch}#_listingPage_132z4_1 .american-express{font-size:32px}#_listingPage_132z4_1 .copyright{gap:5px;padding:15px 10px;box-sizing:border-box}#_listingPage_132z4_1 .apparel-product-listing,#_listingPage_132z4_1 .copyright{flex-direction:column}}@media screen and (max-width: 500px){#_listingPage_132z4_1 .promo-cards{grid-template-columns:1fr 1fr;flex-wrap:wrap}}#_listingPage_132z4_1 .product-listing-cards1{display:grid;flex-direction:row;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));text-align:center;font-size:14px;align-self:stretch;align-items:flex-start;justify-content:flex-start;gap:20px}#_listingPage_132z4_1 .product-listing-cards1 .deals-product-card-1{flex:1;flex-direction:column;position:relative;gap:14px;text-align:left;display:flex;align-items:flex-start;justify-content:flex-start;color:#fff}#_listingPage_132z4_1 .product-listing-cards1 .deals-product-card-1 .product-img-icon{border-radius:5px;max-width:100%;max-height:100%;object-fit:contain;z-index:0;align-self:stretch;overflow:hidden}#_listingPage_132z4_1 .product-listing-cards1 .deals-product-card-1 .wishlist-icon{position:absolute;top:10px;right:10px;width:24px;height:24px;flex-shrink:0;overflow:hidden;z-index:2;font-size:24px;color:#ddd;border:0;background:transparent;padding:0}#_listingPage_132z4_1 .product-listing-cards1 .deals-product-card-1 .wishlist-icon.added{color:red}#_listingPage_132z4_1 .product-listing-cards1 .deals-product-card-1 .pro-boca-polo{align-self:stretch;line-height:16px;color:#444;z-index:4;text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#_listingPage_132z4_1 .product-listing-cards1 .deals-product-card-1 .get-sample-for{flex:1;position:relative;font-size:15px;font-weight:600;font-family:League Spartan;color:#444;text-align:center}#_listingPage_132z4_1 .product-listing-cards1 .deals-product-card-1 .as-low-price{align-self:stretch;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:19px;z-index:5;color:#00a0b3}#_listingPage_132z4_1 .product-listing-cards1 .deals-product-card-1 .as-low-price .as-low-as{flex:1}#_listingPage_132z4_1 .product-listing-cards1 .deals-product-card-1 .as-low-price .min-order-18{position:relative;font-size:12px;color:#999;text-align:right}#_listingPage_132z4_1 .product-listing-cards1 .deals-product-card-1 .as-low-as,#_listingPage_132z4_1 .product-listing-cards1 .deals-product-card-1 .pro-boca-polo{position:relative;font-weight:600}#_listingPage_132z4_1 .product-listing-cards1 .deals-product-card-1 .card-wrapper{gap:14px;display:flex;flex-direction:column;width:100%}#_listingPage_132z4_1 .product-listing-cards1.list-view-icon{grid-template-columns:1fr}#_listingPage_132z4_1 .product-listing-cards1.list-view-icon .deals-product-card-1{flex-direction:row}#_listingPage_132z4_1 .product-listing-cards1.list-view-icon .deals-product-card-1 .card-wrapper{flex:1;margin-top:30px}#_listingPage_132z4_1 .product-listing-cards1.list-view-icon .deals-product-card-1 .furtherdescription{font-size:14px}#_listingPage_132z4_1 .product-listing-cards1.list-view-icon .deals-product-card-1 .furtherdescription ul,#_listingPage_132z4_1 .product-listing-cards1.list-view-icon .deals-product-card-1 .furtherdescription li{font-size:inherit}#_listingPage_132z4_1 .product-listing-cards1.list-view-icon .deals-product-card-1 .wishlist-icon{right:auto;left:200px}#_listingPage_132z4_1 .loadingData{width:100%}.uploader__container{width:fit-content}.uploader__placeholder{position:relative;background:whitesmoke;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}._salseFlyerDesign_1le3x_2 .setCheckboxSendCopy{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center;gap:8px}._salseFlyerDesign_1le3x_2 .setCheckboxSendCopy input{width:auto;height:auto;accent-color:var(--dark-blue)}._salseFlyerDesign_1le3x_2 .setCheckboxSendCopy label{width:auto;margin-bottom:5px!important}._salseFlyerDesign_1le3x_2 .userSalesFlyerForm #Country,._salseFlyerDesign_1le3x_2 .userSalesFlyerForm #State{margin-top:30px}._salseFlyerDesign_1le3x_2 .flyerTab{display:flex;justify-content:flex-start;align-items:center;margin-right:-6px;margin-left:-6px;margin-bottom:20px}._salseFlyerDesign_1le3x_2 .flyerTab>div{flex:1 1;background:var(--clr_background);padding:20px;font-size:20px;cursor:pointer}@media (max-width: 768px){._salseFlyerDesign_1le3x_2 .flyerTab>div{font-size:16px;padding:10px}}@media (max-width: 350px){._salseFlyerDesign_1le3x_2 .flyerTab>div{font-size:14px;padding:8px}}._salseFlyerDesign_1le3x_2 .flyerTab>div.active{background-color:var(--color-primary);color:#fff}._salseFlyerDesign_1le3x_2 .cardBox .flyerCard{display:none}._salseFlyerDesign_1le3x_2 .cardBox.brandedTab .Branded,._salseFlyerDesign_1le3x_2 .cardBox.unbrandedTab .flyerCard{display:block}._salseFlyerDesign_1le3x_2 .cardBox.unbrandedTab .flyerCard.Branded{display:none}._salseFlyerDesign_1le3x_2 .cardBox.unbrandedTab .flyerCard a.subcategoryData{display:block!important}._salseFlyerDesign_1le3x_2 .tabs-flyer-Sales .tab-item-title{background-color:#ccc;font-size:1.1025454545rem;font-weight:500;line-height:24px;padding:10px;width:100%;border-bottom:1px solid #ccc;text-align:center;cursor:pointer}._salseFlyerDesign_1le3x_2 .tabs-flyer-Sales .tab-item-title.selected-tab{background-color:var(--color-primary);color:#fff}._salseFlyerDesign_1le3x_2 .tabs-flyer-Sales .container{padding:0}._salseFlyerDesign_1le3x_2 .tabs-flyer-Sales .container #pdfcontainer,._salseFlyerDesign_1le3x_2 .tabs-flyer-Sales .container #pdfcontainer img{width:100%}@media (max-width: 1024.98px){._salseFlyerDesign_1le3x_2 .adBacktext{zoom:1!important}}._salseFlyerDesign_1le3x_2 .adBacktext .adcon{position:relative}._salseFlyerDesign_1le3x_2 .adBacktext .adcon textarea{padding:10px;width:100%}._salseFlyerDesign_1le3x_2 .adBacktext .adcon .lettercount{background-color:#fff;padding:2px;position:absolute;right:0;bottom:0;border:1px solid #ccc}._salseFlyerDesign_1le3x_2 .adBacktext .fontcustomarea{display:flex;flex-wrap:wrap;align-items:center}._salseFlyerDesign_1le3x_2 .adBacktext .fontcustomarea .fbold,._salseFlyerDesign_1le3x_2 .adBacktext .fontcustomarea .fital{font-size:0px;cursor:pointer}._salseFlyerDesign_1le3x_2 .adBacktext .fontcustomarea .fbold:first-letter,._salseFlyerDesign_1le3x_2 .adBacktext .fontcustomarea .fital:first-letter{font-size:.8269090909rem;padding:0 5px;background-color:#fff;border:1px solid #000;margin-right:2px}._salseFlyerDesign_1le3x_2 .uploader__btn_wrapper{right:4px}._salseFlyerDesign_1le3x_2 .uploader__placeholder{text-align:center}._salseFlyerDesign_1le3x_2 .uploader__placeholder:before{content:"(Extensions allowed are jpg,png,jpeg,gif) maximum file size is 1.0MB";position:absolute;color:red;z-index:0;bottom:10px;padding:0 10px;line-height:16px}._salseFlyerDesign_1le3x_2 .title{font-size:1.6538181818rem;color:#111;font-weight:500;margin-bottom:20px}._salseFlyerDesign_1le3x_2 .col-xl-2.col-lg-3.col-md-4.col-sm-6{padding-right:10px;padding-left:10px;margin-bottom:20px}._salseFlyerDesign_1le3x_2 .flayer-box-wrapper{border:1px solid #ccc;margin-bottom:15px;border-radius:0;padding:30px;height:100%}@media (max-width: 1400px){._salseFlyerDesign_1le3x_2 .flayer-box-wrapper{padding:20px}}@media (max-width: 1200px){._salseFlyerDesign_1le3x_2 .flayer-box-wrapper{padding:30px}}._salseFlyerDesign_1le3x_2 .flayer-box-wrapper .flayer-box-header{font-weight:600;font-size:1.1025454545rem;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_1le3x_2 .flayer-box-wrapper .flayer-box-header h6{margin:0}._salseFlyerDesign_1le3x_2 .flayer-box-wrapper .flayer-box-body{display:flex;flex-direction:column;height:100%}._salseFlyerDesign_1le3x_2 .flayer-box-wrapper .flayer-box-body .flyerName{text-align:center;padding:15px 0;font-size:15px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.45px;text-transform:capitalize;margin-bottom:0}._salseFlyerDesign_1le3x_2 .flayer-box-wrapper .flayer-box-body .flayer-image-wrapper{height:100%;border-radius:0!important;display:flex;flex-direction:column;height:auto}._salseFlyerDesign_1le3x_2 .flayer-box-wrapper .flayer-box-body .flayer-btn-wrapper{border-radius:0!important;display:flex;flex-direction:column;padding:0 10px;justify-content:flex-end;align-items:center;height:100%;background-color:#fff;text-align:center}@media (max-width: 1400px){._salseFlyerDesign_1le3x_2 .flayer-box-wrapper .flayer-box-body .flayer-btn-wrapper{padding:0}}._salseFlyerDesign_1le3x_2 .flayer-box-wrapper .flayer-box-body .flayer-btn-wrapper a.text-center{margin:0;background:#636A67;border-radius:0;font-size:15px;font-style:normal;font-weight:400;line-height:22px;text-transform:none}._salseFlyerDesign_1le3x_2 .flayer-box-wrapper .flayer-box-body .flayer-btn-wrapper a.text-center:focus{outline:none;box-shadow:none}._salseFlyerDesign_1le3x_2 .flayer-box-wrapper .flayer-box-body .flayer-btn-wrapper a.subcategoryData{font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.36px;text-transform:capitalize;margin-top:10px;display:none}._salseFlyerDesign_1le3x_2 .flayer-box-wrapper .flayer-box-body .flayer-btn-wrapper a.subcategoryData:hover{color:var(--dark-blue)}._salseFlyerDesign_1le3x_2 .flayer-box-wrapper .flayer-box-footer{margin-bottom:0;background-color:#fff;text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.36px;text-transform:capitalize;padding-top:15px}._salseFlyerDesign_1le3x_2 .flayer-box-wrapper .flayer-box-footer a.subcategoryData{font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.36px;text-transform:capitalize}._salseFlyerDesign_1le3x_2 .flayer-box-wrapper .flayer-box-footer a.subcategoryData:hover{color:var(--dark-blue)}@media (max-width: 1024.98px){._salseFlyerDesign_1le3x_2 .flayer-box-wrapper .flayer-box-footer{display:none}}._salseFlyerDesign_bk0dw_2 .setCheckboxSendCopy{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center;gap:8px}._salseFlyerDesign_bk0dw_2 .setCheckboxSendCopy input{width:auto;height:auto;accent-color:var(--dark-blue)}._salseFlyerDesign_bk0dw_2 .setCheckboxSendCopy label{width:auto;margin-bottom:5px!important}._salseFlyerDesign_bk0dw_2 .tabs-flyer-Sales .tab-item-title{background-color:#ccc;font-size:1.1025454545rem;font-weight:500;line-height:24px;padding:10px;width:100%;border-bottom:1px solid #ccc;text-align:center;cursor:pointer}._salseFlyerDesign_bk0dw_2 .tabs-flyer-Sales .tab-item-title.selected-tab{background-color:var(--color-primary);color:#fff}._salseFlyerDesign_bk0dw_2 .tabs-flyer-Sales .container{padding:0}._salseFlyerDesign_bk0dw_2 .tabs-flyer-Sales .container #pdfcontainer,._salseFlyerDesign_bk0dw_2 .tabs-flyer-Sales .container #pdfcontainer img{width:100%}@media (max-width: 1024.98px){._salseFlyerDesign_bk0dw_2 .adBacktext{zoom:1!important}}._salseFlyerDesign_bk0dw_2 .adBacktext .adcon{position:relative}._salseFlyerDesign_bk0dw_2 .adBacktext .adcon textarea{padding:10px;width:100%}._salseFlyerDesign_bk0dw_2 .adBacktext .adcon .lettercount{background-color:#fff;padding:2px;position:absolute;right:0;bottom:0;border:1px solid #ccc}._salseFlyerDesign_bk0dw_2 .adBacktext .fontcustomarea{display:flex;flex-wrap:wrap;align-items:center}._salseFlyerDesign_bk0dw_2 .adBacktext .fontcustomarea .fbold,._salseFlyerDesign_bk0dw_2 .adBacktext .fontcustomarea .fital{font-size:0px}._salseFlyerDesign_bk0dw_2 .adBacktext .fontcustomarea .fbold:first-letter,._salseFlyerDesign_bk0dw_2 .adBacktext .fontcustomarea .fital:first-letter{font-size:.8269090909rem;padding:0 5px;background-color:#fff;border:1px solid #000;margin-right:2px}._salseFlyerDesign_bk0dw_2 .uploader__placeholder{text-align:center}._salseFlyerDesign_bk0dw_2 .title{font-size:1.6538181818rem;color:#111;font-weight:500;margin-bottom:0}._salseFlyerDesign_bk0dw_2 .col-xl-2.col-lg-3.col-md-4.col-sm-6{padding-right:10px;padding-left:10px;margin-bottom:20px}._salseFlyerDesign_bk0dw_2 .flayer-box-wrapper{border:1px solid #ccc;margin-bottom:0;border-radius:0;padding:30px;height:100%}@media (max-width: 1400px){._salseFlyerDesign_bk0dw_2 .flayer-box-wrapper{padding:20px}}@media (max-width: 1200px){._salseFlyerDesign_bk0dw_2 .flayer-box-wrapper{padding:30px}}._salseFlyerDesign_bk0dw_2 .flayer-box-wrapper .flayer-box-header{font-weight:600;font-size:1.1025454545rem;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_bk0dw_2 .flayer-box-wrapper .flayer-box-header h6{margin:0}._salseFlyerDesign_bk0dw_2 .flayer-box-wrapper .flayer-box-body{height:100%;display:flex;flex-direction:column}._salseFlyerDesign_bk0dw_2 .flayer-box-wrapper .flayer-box-body .flyerName{text-align:center;padding:15px 0;font-size:15px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.45px;text-transform:capitalize;margin-bottom:0}._salseFlyerDesign_bk0dw_2 .flayer-box-wrapper .flayer-box-body .flayer-image-wrapper{height:auto;border-radius:0!important;display:flex;flex-direction:column}._salseFlyerDesign_bk0dw_2 .flayer-box-wrapper .flayer-box-body .flayer-btn-wrapper{border-radius:0!important;display:flex;padding:0 10px;justify-content:center;background-color:#fff;margin-top:auto}@media (max-width: 1400px){._salseFlyerDesign_bk0dw_2 .flayer-box-wrapper .flayer-box-body .flayer-btn-wrapper{padding:0}}._salseFlyerDesign_bk0dw_2 .flayer-box-wrapper .flayer-box-body .flayer-btn-wrapper a{margin:0;background:#636A67;border-radius:0;font-size:15px;font-style:normal;font-weight:400;line-height:22px;text-transform:none}._salseFlyerDesign_bk0dw_2 .flayer-box-wrapper .flayer-box-body .flayer-btn-wrapper a:focus{outline:none;box-shadow:none}._salseFlyerDesign_bk0dw_2 .flayer-box-wrapper .flayer-box-footer{margin-bottom:0;background-color:#fff;text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.36px;text-transform:capitalize;padding-top:15px}._salseFlyerDesign_bk0dw_2 .flayer-box-wrapper .flayer-box-footer a.subcategoryData{font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.36px;text-transform:capitalize}._salseFlyerDesign_bk0dw_2 .flayer-box-wrapper .flayer-box-footer a.subcategoryData:hover{color:var(--dark-blue)}@media (max-width: 1024.98px){._salseFlyerDesign_bk0dw_2 .flayer-box-wrapper .flayer-box-footer{display:none}}.SpinWheel-circle{max-width:100%;padding:40px 20px;text-align:center;background:linear-gradient(to bottom,#f8f8f8,#ffffff);box-sizing:border-box;overflow:hidden}.SpinWheel-circle h1{color:#333;margin-bottom:40px;font-size:2.5em;font-weight:700;text-transform:uppercase;letter-spacing:1px}.SpinWheel-circle .not-eligible-message{font-size:x-large}.wheel-wrapper{position:relative;width:90vw;max-width:800px;aspect-ratio:1/1;margin:0 auto}.wheel-wrapper .dot-0{position:absolute;width:12px;height:12px;background:white;border-radius:50%;left:50%;top:50%;transform:rotate(0) translateY(-385px);transform-origin:center}.wheel-wrapper .dot-0.dot-0{transform:rotate(22deg) translateY(-393px)}.wheel-wrapper .dot-0.dot-1{transform:rotate(67deg) translateY(-387px)}.wheel-wrapper .dot-0.dot-2{transform:rotate(113deg) translateY(-383px)}.wheel-wrapper .dot-0.dot-3{transform:rotate(159deg) translateY(-382px)}.wheel-wrapper .dot-0.dot-4{transform:rotate(204deg) translateY(-387px)}.wheel-wrapper .dot-0.dot-5{transform:rotate(249deg) translateY(-393px)}.wheel-wrapper .dot-0.dot-6{transform:rotate(294deg) translateY(-398px)}.wheel-wrapper .dot-0.dot-7{transform:rotate(338deg) translateY(-398px)}@media (max-width: 767px){.wheel-wrapper .dot-0{display:none}}.wheel-wrapper .dot-1{position:absolute;width:12px;height:12px;background:white;border-radius:50%;left:50%;top:50%;transform:rotate(45deg) translateY(-385px);transform-origin:center}.wheel-wrapper .dot-1.dot-0{transform:rotate(22deg) translateY(-393px)}.wheel-wrapper .dot-1.dot-1{transform:rotate(67deg) translateY(-387px)}.wheel-wrapper .dot-1.dot-2{transform:rotate(113deg) translateY(-383px)}.wheel-wrapper .dot-1.dot-3{transform:rotate(159deg) translateY(-382px)}.wheel-wrapper .dot-1.dot-4{transform:rotate(204deg) translateY(-387px)}.wheel-wrapper .dot-1.dot-5{transform:rotate(249deg) translateY(-393px)}.wheel-wrapper .dot-1.dot-6{transform:rotate(294deg) translateY(-398px)}.wheel-wrapper .dot-1.dot-7{transform:rotate(338deg) translateY(-398px)}@media (max-width: 767px){.wheel-wrapper .dot-1{display:none}}.wheel-wrapper .dot-2{position:absolute;width:12px;height:12px;background:white;border-radius:50%;left:50%;top:50%;transform:rotate(90deg) translateY(-385px);transform-origin:center}.wheel-wrapper .dot-2.dot-0{transform:rotate(22deg) translateY(-393px)}.wheel-wrapper .dot-2.dot-1{transform:rotate(67deg) translateY(-387px)}.wheel-wrapper .dot-2.dot-2{transform:rotate(113deg) translateY(-383px)}.wheel-wrapper .dot-2.dot-3{transform:rotate(159deg) translateY(-382px)}.wheel-wrapper .dot-2.dot-4{transform:rotate(204deg) translateY(-387px)}.wheel-wrapper .dot-2.dot-5{transform:rotate(249deg) translateY(-393px)}.wheel-wrapper .dot-2.dot-6{transform:rotate(294deg) translateY(-398px)}.wheel-wrapper .dot-2.dot-7{transform:rotate(338deg) translateY(-398px)}@media (max-width: 767px){.wheel-wrapper .dot-2{display:none}}.wheel-wrapper .dot-3{position:absolute;width:12px;height:12px;background:white;border-radius:50%;left:50%;top:50%;transform:rotate(135deg) translateY(-385px);transform-origin:center}.wheel-wrapper .dot-3.dot-0{transform:rotate(22deg) translateY(-393px)}.wheel-wrapper .dot-3.dot-1{transform:rotate(67deg) translateY(-387px)}.wheel-wrapper .dot-3.dot-2{transform:rotate(113deg) translateY(-383px)}.wheel-wrapper .dot-3.dot-3{transform:rotate(159deg) translateY(-382px)}.wheel-wrapper .dot-3.dot-4{transform:rotate(204deg) translateY(-387px)}.wheel-wrapper .dot-3.dot-5{transform:rotate(249deg) translateY(-393px)}.wheel-wrapper .dot-3.dot-6{transform:rotate(294deg) translateY(-398px)}.wheel-wrapper .dot-3.dot-7{transform:rotate(338deg) translateY(-398px)}@media (max-width: 767px){.wheel-wrapper .dot-3{display:none}}.wheel-wrapper .dot-4{position:absolute;width:12px;height:12px;background:white;border-radius:50%;left:50%;top:50%;transform:rotate(180deg) translateY(-385px);transform-origin:center}.wheel-wrapper .dot-4.dot-0{transform:rotate(22deg) translateY(-393px)}.wheel-wrapper .dot-4.dot-1{transform:rotate(67deg) translateY(-387px)}.wheel-wrapper .dot-4.dot-2{transform:rotate(113deg) translateY(-383px)}.wheel-wrapper .dot-4.dot-3{transform:rotate(159deg) translateY(-382px)}.wheel-wrapper .dot-4.dot-4{transform:rotate(204deg) translateY(-387px)}.wheel-wrapper .dot-4.dot-5{transform:rotate(249deg) translateY(-393px)}.wheel-wrapper .dot-4.dot-6{transform:rotate(294deg) translateY(-398px)}.wheel-wrapper .dot-4.dot-7{transform:rotate(338deg) translateY(-398px)}@media (max-width: 767px){.wheel-wrapper .dot-4{display:none}}.wheel-wrapper .dot-5{position:absolute;width:12px;height:12px;background:white;border-radius:50%;left:50%;top:50%;transform:rotate(225deg) translateY(-385px);transform-origin:center}.wheel-wrapper .dot-5.dot-0{transform:rotate(22deg) translateY(-393px)}.wheel-wrapper .dot-5.dot-1{transform:rotate(67deg) translateY(-387px)}.wheel-wrapper .dot-5.dot-2{transform:rotate(113deg) translateY(-383px)}.wheel-wrapper .dot-5.dot-3{transform:rotate(159deg) translateY(-382px)}.wheel-wrapper .dot-5.dot-4{transform:rotate(204deg) translateY(-387px)}.wheel-wrapper .dot-5.dot-5{transform:rotate(249deg) translateY(-393px)}.wheel-wrapper .dot-5.dot-6{transform:rotate(294deg) translateY(-398px)}.wheel-wrapper .dot-5.dot-7{transform:rotate(338deg) translateY(-398px)}@media (max-width: 767px){.wheel-wrapper .dot-5{display:none}}.wheel-wrapper .dot-6{position:absolute;width:12px;height:12px;background:white;border-radius:50%;left:50%;top:50%;transform:rotate(270deg) translateY(-385px);transform-origin:center}.wheel-wrapper .dot-6.dot-0{transform:rotate(22deg) translateY(-393px)}.wheel-wrapper .dot-6.dot-1{transform:rotate(67deg) translateY(-387px)}.wheel-wrapper .dot-6.dot-2{transform:rotate(113deg) translateY(-383px)}.wheel-wrapper .dot-6.dot-3{transform:rotate(159deg) translateY(-382px)}.wheel-wrapper .dot-6.dot-4{transform:rotate(204deg) translateY(-387px)}.wheel-wrapper .dot-6.dot-5{transform:rotate(249deg) translateY(-393px)}.wheel-wrapper .dot-6.dot-6{transform:rotate(294deg) translateY(-398px)}.wheel-wrapper .dot-6.dot-7{transform:rotate(338deg) translateY(-398px)}@media (max-width: 767px){.wheel-wrapper .dot-6{display:none}}.wheel-wrapper .dot-7{position:absolute;width:12px;height:12px;background:white;border-radius:50%;left:50%;top:50%;transform:rotate(315deg) translateY(-385px);transform-origin:center}.wheel-wrapper .dot-7.dot-0{transform:rotate(22deg) translateY(-393px)}.wheel-wrapper .dot-7.dot-1{transform:rotate(67deg) translateY(-387px)}.wheel-wrapper .dot-7.dot-2{transform:rotate(113deg) translateY(-383px)}.wheel-wrapper .dot-7.dot-3{transform:rotate(159deg) translateY(-382px)}.wheel-wrapper .dot-7.dot-4{transform:rotate(204deg) translateY(-387px)}.wheel-wrapper .dot-7.dot-5{transform:rotate(249deg) translateY(-393px)}.wheel-wrapper .dot-7.dot-6{transform:rotate(294deg) translateY(-398px)}.wheel-wrapper .dot-7.dot-7{transform:rotate(338deg) translateY(-398px)}@media (max-width: 767px){.wheel-wrapper .dot-7{display:none}}.wheel-wrapper .wheel{width:100%;height:100%;border-radius:50%;border:20px solid #ee3342;background:white;position:relative;box-sizing:border-box;overflow:hidden}@media (max-width: 767px){.wheel-wrapper .wheel{border:5px solid #ee3342}}.wheel-wrapper .wheel .segment-ring{transition:transform 5s ease-out;transform-origin:center center;position:absolute;inset:10px;border-radius:50%;overflow:hidden}@media (max-width: 767px){.wheel-wrapper .wheel .segment-ring{inset:5px}}.segment{position:absolute;width:50%;height:50%;left:50%;top:0;transform-origin:0% 100%;display:flex;align-items:normal;justify-content:space-between;clip-path:polygon(0 0,100% 0,0 100%);background:#f9f9f9;border-left:10px solid #fff}@media (max-width: 767px){.segment{border-left:5px solid #fff}}.segment:nth-child(even){background:#e6e6e6}.segment-content{transform:rotate(25deg);text-align:center;font-size:10px;color:#333;display:flex;flex-direction:column;align-items:center;width:145px;padding-top:50px}@media (max-width: 1024px){.segment-content{width:16vw}}@media (max-width: 767px){.segment-content{padding-top:25px}}.segment-content img{width:auto;height:120px;object-fit:contain;margin-top:15px;order:1}@media (max-width: 1024px){.segment-content img{height:12vw}}.segment-content span{font-size:16px;font-weight:600;line-height:22px;color:#333;text-transform:capitalize}@media (max-width: 1024px){.segment-content span{font-size:2vw;font-weight:600;line-height:2.6vw}}.spin-button-center{overflow:hidden;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;color:#fff;border:none;padding:20px 30px;font-size:18px;font-weight:700;border-radius:50%;width:268px;height:268px;z-index:10;text-transform:uppercase;display:flex;align-items:center;justify-content:center;flex-direction:column}@media (max-width: 1024px){.spin-button-center{width:32vw;height:32vw}}.spin-button-center .mascot{width:160px;height:auto;object-fit:contain;margin-bottom:8px}@media (max-width: 1024px){.spin-button-center .mascot{width:20vw}}.spin-button-center .spin-button{background:linear-gradient(180deg,#FF0202,#990101);color:#fff;font-size:24px;font-weight:600;border:none;padding:4px 20px;cursor:pointer;font-weight:700;transition:background .3s ease}@media (max-width: 767px){.spin-button-center .spin-button{font-size:14px}}.spin-button-center .spin-button:hover{background:linear-gradient(180deg,#990101,#FF0202)}.spin-button-center:disabled{background-color:#999;cursor:not-allowed}.result{margin-top:30px;font-size:24px;color:#ee3342;font-weight:700;text-transform:uppercase;animation:fadeIn .5s ease}.pointer{position:absolute;top:-35px;left:50%;transform:translate(-50%);width:60px;height:60px;background:#ee3342;border-radius:50% 50% 50% 0;transform:translate(-50%) rotate(-45deg);z-index:10;box-shadow:0 2px 8px #0003}.pointer:before{content:"";position:absolute;width:48px;height:48px;background:white;border-radius:100%;top:6px;left:6px;z-index:2}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}#RedeemPrize .dialog-header{background:#ee3342}.redemption-formWrapper .RedeemPrize{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.redemption-formWrapper .RedeemPrize h1{color:#ee3342!important;font-weight:600;font-size:50px;text-transform:capitalize;margin-bottom:15px}.redemption-formWrapper .RedeemPrize .prizename{font-weight:600;font-size:30px;text-transform:capitalize}.redemption-formWrapper .RedeemPrize img{height:400px;width:auto}.redemption-formWrapper .redemption-form{text-align:left}.redemption-formWrapper .redemption-form .heading h2,.redemption-formWrapper .redemption-form .heading p{color:#444!important}.redemption-formWrapper .redemption-form h1{font-size:26px;font-weight:400px}.redemption-formWrapper .redemption-form .redeem-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:10px 15px}.redemption-formWrapper .redemption-form .redeem-form-grid .form-group .form-control{font-size:14px!important}.redemption-formWrapper .redemption-form .redeem-form-grid .form-group input{margin-bottom:0!important;border-color:#f0f0f0}.redemption-formWrapper .redemption-form .redeem-form-grid .form-group.required.input-text label:before{content:"*";color:red}.redemption-formWrapper .redemption-form .redeem-form-grid .form-group.required.input-text label:after{display:none}.redemption-formWrapper .redemption-form .redeem-form-grid label{text-align:left;margin-bottom:0}.redemption-formWrapper .btnSubmit{background-color:#636a67;font-weight:400;text-transform:capitalize}.textarea-Notes textarea{height:38px!important;resize:none!important;border-color:#f0f0f0}.spinWheelHistory .spin-wheel-history{display:block;overflow:auto}.spinWheelHistory .spinHistoryHeading{font-size:x-large}.spinWheelHistory .spinHistoryHeading .spinborder{border:1px solid black;margin-top:15px;margin-bottom:15px}.spinWheelHistory .querylink{margin-bottom:15px}.spinWheelHistory .querylink .Historylink{color:#f44868}.spinWheelHistory .spinWheelHistory{font-size:x-large;padding-bottom:35px}.spinWheelHistory .spin-wheel-history-table{width:100%;border-collapse:collapse;text-align:center}.spinWheelHistory .spin-wheel-history-table thead tr{border:1px solid #262223}.spinWheelHistory .spin-wheel-history-table th{background-color:#f0f0f0;padding:13px;font-size:14px;font-weight:400}.spinWheelHistory .spin-wheel-history-table tbody tr{height:70px}.spinWheelHistory .spin-wheel-history-table td{padding:3px 13px;height:50px}.spinWheelHistory .table-image{width:60px;height:auto;display:block;margin:0 auto}.spinWheelHistory .red-color-text{color:#f44868}.spinWheelHistory .back-button{background-color:gray;width:80px;height:35px;border-color:transparent;color:#f0f8ff}.pagination li.page-link{font-size:12px!important;padding:.3rem .75rem!important}.pagination li.page-link.icon-arrow-right{display:none!important}#guestUserPopup{width:900px}#guestUserPopup .breadCrumbWrapper{display:none}#guestUserPopup .dialog-body{background:#FFFFFF!important;display:flex;gap:15px 30px}@media (max-width: 575.98px){#guestUserPopup .dialog-body{flex-direction:column}}#guestUserPopup .dialog-body #loginpage,#guestUserPopup .dialog-body #guestUserWrapper{flex:1;background:#fff;padding:15px;border-radius:12px;overflow-y:auto;scrollbar-width:thin!important}@media (max-width: 575.98px){#guestUserPopup .dialog-body #loginpage,#guestUserPopup .dialog-body #guestUserWrapper{overflow:visible}}#guestUserPopup .dialog-body #loginpage::-webkit-scrollbar,#guestUserPopup .dialog-body #guestUserWrapper::-webkit-scrollbar{width:5px}#guestUserPopup .dialog-body #loginpage::-webkit-scrollbar-track,#guestUserPopup .dialog-body #guestUserWrapper::-webkit-scrollbar-track{background:#f1f1f1}#guestUserPopup .dialog-body #loginpage::-webkit-scrollbar-thumb,#guestUserPopup .dialog-body #guestUserWrapper::-webkit-scrollbar-thumb{background:#c8c8c8}#guestUserPopup .dialog-body #loginpage::-webkit-scrollbar-thumb:hover,#guestUserPopup .dialog-body #guestUserWrapper::-webkit-scrollbar-thumb:hover{background:#555}#guestUserPopup .input-login-action{display:flex;flex-direction:column;gap:15px}#guestUserPopup .input-login-action .btn_login,#guestUserPopup .input-login-action .btn_signup,#guestUserPopup .input-login-action .btn_guest_login,#guestUserPopup .input-login-action .forgot_pw,#guestUserPopup .input-login-action .login_btn{width:100%}#basketListWrapper{margin-top:0}#basketListWrapper .backDrop{display:none}#basketListWrapper .cartPopup{position:relative!important;background:transparent;z-index:1;max-width:100%;height:auto;padding-left:0;padding-right:0;min-width:105%}#basketListWrapper .cartPopup .cart-popup-close{display:none}#basketListWrapper .cartPopup .basket-view-wrapper{display:flex;flex-direction:column}@media (max-width: 1279.98px){#basketListWrapper .cartPopup .basket-view-wrapper{flex-direction:column}}#basketListWrapper .cartPopup .cart-items-list{width:100%;padding-right:0;max-height:100%!important}@media (max-width: 1279.98px){#basketListWrapper .cartPopup .cart-items-list{width:100%;padding-right:0}}#basketListWrapper .cartPopup .frequency{margin-right:20px}#basketListWrapper .cartPopup .frequency select{margin-bottom:0!important;height:60px;width:130px!important}@media (max-width: 575.98px){#basketListWrapper .cartPopup .frequency{margin-right:0;margin-bottom:15px}}#basketListWrapper .cartPopup .cart-items-list .cart-item{padding:10px!important;border:1px solid #e6e6e6;margin-bottom:10px;border-radius:5px}#basketListWrapper .cartPopup .cart-items-list .cart-item .img-preview{width:100px}#basketListWrapper .cartPopup .cart-items-list .cart-item .cart-item-description{position:relative;display:flex;align-items:center;justify-content:end;text-align:center!important;padding-left:50px!important}@media (max-width: 767.98px){#basketListWrapper .cartPopup .cart-items-list .cart-item .cart-item-description{flex-wrap:wrap}}#basketListWrapper .cartPopup .cart-items-list .cart-item .cart-item-description .info{flex:1 1 auto}#basketListWrapper .cartPopup .cart-items-list .cart-item .cart-item-description .info .item-name{margin-bottom:2px}#basketListWrapper .cartPopup .cart-items-list .cart-item .cart-item-description .Qty-wrapper{flex:0 0 150px;align-items:center;margin:0}#basketListWrapper .cartPopup .price-subtotal{width:100%;text-align:right;position:sticky;right:0;padding-top:20px}@media (max-width: 1279.98px){#basketListWrapper .cartPopup .price-subtotal{width:100%}}#basketListWrapper .cartPopup .pageHeading{text-align:left;margin-bottom:5px;font-size:20px;font-weight:700}#estimateDeliveryWrapper{width:calc(100% - 340px);padding-right:30px}@media (max-width: 1279.98px){#estimateDeliveryWrapper{width:100%;padding-right:0}}#estimateDeliveryWrapper .card-title{font-size:20px;font-weight:700}#estimateDeliveryWrapper .input-group{align-items:center}#estimateDeliveryWrapper 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;padding:0;text-transform:capitalize;width:80px}#estimateDeliveryWrapper .form-control{width:calc(100% - 80px);background:var(--clr-white);border:1px solid #c7c7c7;border-radius:0;height:auto;padding:11px 15px 10px;margin:0;font-size:var(--font-body-size);font-weight:var(--font-body-weight);line-height:var(--font-body-lineheight);letter-spacing:.32px;color:var(--txt-color)}#estimateDeliveryWrapper .form-control:hover,#estimateDeliveryWrapper .form-control:focus,#estimateDeliveryWrapper .form-control.active{outline:none;box-shadow:none;background:var(--clr-white);border:1px solid #c7c7c7}#estimateDeliveryWrapper .shippingDataCharges{margin:15px 0}#estimateDeliveryWrapper .shippingDataCharges p{margin:8px 0;display:flex;column-gap:10px;font-size:14px}.basketListingTable{border-collapse:collapse;border-spacing:0 15px!important}.basketListingTableBody :nth-child(even){padding:0 60px!important}.basketListingTHead{background-color:#f4f3fb!important}.basketListingTHead .basketListingTableRow>th{background-color:#fff;text-transform:uppercase;padding:1rem .5rem!important;border:solid 1px #C6C6C6;color:#333;font-weight:700;font-size:larger;text-wrap:nowrap}.basketListingTHead .basketListingTableRow{font-size:larger!important}.checkoutClassTd{border:2px solid #C6C6C6;font-weight:700;font-size:large}.price-amount-checkout{font-size:2.21429rem;font-weight:bolder;letter-spacing:.06px;line-height:32px}.checkoutTotalDiv{display:flex;flex-direction:row;justify-content:space-between}.checkoutTotalDiv b{font-size:1.2rem;font-weight:700;padding-right:3rem}.basketListingTBody:nth-child(odd){background-color:#fbfbfe!important;border-bottom:2px solid #dee2e6}.basketListingTBody:nth-child(odd):hover{background-color:#fff!important}.basket-row-line{border-bottom:2px solid #dee2e6}.basketTextAlign{vertical-align:middle;text-align:center;padding-top:39px!important;font-size:small;font-size:18px}.basketTextAlign div span{font-size:18px}.subtotalContainer{display:flex;align-items:flex-end;font-size:16px;padding-top:5px;white-space:nowrap;font-weight:lighter!important;text-align:right}.cart-prd-img{border:1px solid #ddd}.basketTextAlignHeader{text-align:center}.basketListingTableRow{font-size:larger}.checkout #btnCheckout{min-width:250px;margin-bottom:30px}@media (max-width: 767.98px){.checkout #btnCheckout{width:220px!important;left:43%}}@media (min-width: 480px){.price-subtotal>.checkout>.btn-checkout{width:200px!important;left:82%!important}}.productDetail{text-align:left;font-size:small}.productDetail div{padding:10px}.productDetail .chargeList span{padding:10px 0}.subtotalDiv{text-align:end}.headingCart{margin-left:15px;font-size:1.14286rem;font-weight:700;letter-spacing:-.04px;width:28px;height:24px;display:inline-block;background-color:#1c65d3;color:#fff;line-height:24px;text-align:center;border-radius:12px}.my-cart-label{font-size:1.71429rem;font-weight:700;letter-spacing:-.06px;line-height:32px;color:#000!important}.cart-popup-title{border-bottom:2px solid #525252;margin-bottom:20px;width:100%}.price-amount{font-size:1.71429rem;letter-spacing:.06px;line-height:32px}.artwork_btn{border:0px;text-decoration:underline;color:#21c07b;font-size:large;background-color:#0000}.artwork_btn:hover{color:#1c65d3}.item-name{font-size:1.3rem;font-weight:700;letter-spacing:-.04px;line-height:22px}.item-sku,.chargeList,.imprintMethodClass,.imprintLocationColor,.imprintLocation,.item-size{font-size:14px;padding:2px;font-weight:400;line-height:1.5}.price{font-size:18px;letter-spacing:-.04px;line-height:15px}.price span.basket-price{font-size:18px!important}.quantity{display:block;height:calc(2.25rem + 2px);font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border-radius:.25rem}.pageHeader .heading{display:flex;font-size:1.71429rem;font-weight:700;letter-spacing:-.06px;line-height:32px;border-bottom:2px solid #525252;margin-bottom:20px}.searchContainer{width:100%}.selectArtVault{min-width:200px}.inputArtVault{min-width:500px}.artWorkContainer{display:flex;flex-direction:row;padding:30px 0}.artWorkContainer li{padding:0 20px;cursor:pointer;color:#666;font-weight:500}.artWorkContainer li:active{color:#000}.artworkPopupContainer{padding:30px 30px 30px 100px;border:3px dotted #c6c6c6;cursor:pointer}#displayNewArtWork{padding:20px 10px;display:flex;flex-direction:row}.artWorkShowImageContainer{display:flex;flex-direction:row}.freightDropdown{display:block;display:flex;flex-direction:row;align-items:initial;max-width:200px}.PoNoFeature{display:flex;flex-direction:column-reverse}.inputPO{min-width:400px}.poContainer{padding:30px 0}.POnumberDivContainer{display:flex;justify-content:space-between;max-height:100px}.billmelaterSection{display:flex;flex-direction:column}.billmelaterContainer{display:flex;flex-direction:row}.POLabel{font-size:1.14286rem;font-weight:700;letter-spacing:.04px;line-height:22px}.billmelaterlabel{font-size:1rem;font-weight:400;line-height:1.5;color:#212529}.billmelaterContainer{display:flex;justify-content:end}.billmelaterlabel{font-stretch:expandedS}#AddEditArtWork h5,.artworkPopupContainer{text-align:initial}.redMandat{justify-content:flex-start}.hintLabel{display:flex;justify-content:flex-start;font-size:18px}
