@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap.less');@import 'bootstrap.min.css';body._has-modal{height:100%;overflow:hidden;width:100%}.modals-overlay{z-index:899}.modal-slide,.modal-popup{bottom:0;left:0;min-width:0;position:fixed;right:0;top:0;visibility:hidden;opacity:0;-webkit-transition:visibility 0s .3s,opacity .3s ease;transition:visibility 0s .3s,opacity .3s ease}.modal-slide._show,.modal-popup._show{visibility:visible;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.modal-slide._show .modal-inner-wrap,.modal-popup._show .modal-inner-wrap{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-slide .modal-inner-wrap,.modal-popup .modal-inner-wrap{background-color:#fff;box-shadow:0 0 12px 2px rgba(0,0,0,0.35);opacity:1;pointer-events:auto;border-radius:16px;padding:40px 32px}.modal-slide{left:44px;z-index:900}.modal-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.modal-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.modal-slide._inner-scroll .modal-inner-wrap{overflow-y:visible;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.modal-slide._inner-scroll .modal-header,.modal-slide._inner-scroll .modal-footer{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0}.modal-slide._inner-scroll .modal-content{overflow-y:auto}.modal-slide._inner-scroll .modal-footer{margin-top:auto}.modal-slide .modal-header,.modal-slide .modal-content,.modal-slide .modal-footer{padding:0 2.6rem 2.6rem}.modal-slide .modal-header{padding-bottom:2.1rem;padding-top:2.1rem}.modal-popup{z-index:900;left:0;overflow-y:auto}.modal-popup.confirm .modal-inner-wrap{max-width:50rem}.modal-popup._show .modal-inner-wrap{-webkit-transform:translateY(0);transform:translateY(0)}.modal-popup .modal-inner-wrap{margin:5rem auto;width:75%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;box-sizing:border-box;height:auto;left:0;position:absolute;right:0;-webkit-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease}.modal-popup._inner-scroll{overflow-y:visible}.ie11 .modal-popup._inner-scroll{overflow-y:auto}.modal-popup._inner-scroll .modal-inner-wrap{max-height:90%}.ie11 .modal-popup._inner-scroll .modal-inner-wrap{max-height:none}.modal-popup._inner-scroll .modal-content{overflow-y:auto}.modal-popup .modal-header,.modal-popup .modal-content,.modal-popup .modal-footer{padding-left:3rem;padding-right:3rem}.modal-popup .modal-header,.modal-popup .modal-footer{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0}.modal-popup .modal-header{padding-bottom:1.2rem;padding-top:3rem}.modal-popup .modal-footer{margin-top:auto;padding-bottom:3rem;padding-top:3rem;margin:auto}.modal-popup .modal-footer-actions{text-align:right}.modal-custom .action-close,.modal-popup .action-close,.modal-slide .action-close{background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-shadow:none;font-weight:400;display:inline-block;text-decoration:none;position:absolute;right:0;top:0}.modal-custom .action-close:focus,.modal-popup .action-close:focus,.modal-slide .action-close:focus,.modal-custom .action-close:active,.modal-popup .action-close:active,.modal-slide .action-close:active{background:none;border:none}.modal-custom .action-close:hover,.modal-popup .action-close:hover,.modal-slide .action-close:hover{background:none;border:none}.modal-custom .action-close.disabled,.modal-popup .action-close.disabled,.modal-slide .action-close.disabled,.modal-custom .action-close[disabled],.modal-popup .action-close[disabled],.modal-slide .action-close[disabled],fieldset[disabled] .modal-custom .action-close,fieldset[disabled] .modal-popup .action-close,fieldset[disabled] .modal-slide .action-close{pointer-events:none;opacity:.5}.modal-custom .action-close>span,.modal-popup .action-close>span,.modal-slide .action-close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.modal-custom .action-close:before,.modal-popup .action-close:before,.modal-slide .action-close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:10px;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center;content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="30" height="30" viewBox="0 0 48 48"><path fill="%23F44336" d="M21.5 4.5H26.501V43.5H21.5z" transform="rotate(45.001 24 24)"></path><path fill="%23F44336" d="M21.5 4.5H26.5V43.501H21.5z" transform="rotate(135.008 24 24)"></path></svg>')}.modal-custom .action-close:hover:before,.modal-popup .action-close:hover:before,.modal-slide .action-close:hover:before{color:inherit}.modal-custom .action-close:active:before,.modal-popup .action-close:active:before,.modal-slide .action-close:active:before{color:inherit}.modal-custom .action-close:hover:before,.modal-popup .action-close:hover:before,.modal-slide .action-close:hover:before{color:#1a1a1a}.modal-custom .action-close{margin:25px}.modal-popup{pointer-events:none}.modal-popup .modal-title{margin-bottom:0.5rem;padding-bottom:10px;min-height:1em;word-wrap:break-word;font-size:2.5rem;font-weight:500;line-height:1.2}.modal-popup .action-close{padding:10px}.modal-slide .action-close{padding:1.1rem 2rem}.modal-slide .page-main-actions{margin-bottom:-12.9rem;margin-top:2.1rem}.modals-overlay{background-color:rgba(51,51,51,0.55);bottom:0;left:0;position:fixed;right:0;top:0}body._has-modal-custom .modal-custom-overlay{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:899}button.action-secondary.action-dismiss{height:48px;font-family:Inter;font-size:16px;line-height:24px;background-color:#454749;border:0;border-radius:8px;margin:0px 20px;padding:12px 20px;font-weight:600;color:#fff;margin-bottom:20px}button.action-primary.action-accept,button.action.action-login.secondary{height:48px;padding:12px 20px;font-weight:600;font-family:Inter;font-size:16px;line-height:24px;color:#fff;background-color:#BF002B;border:0;border-radius:8px;margin:0px 20px;margin-bottom:20px}.fieldset label.label{margin-bottom:0.5rem;font-weight:500;font-size:14px;line-height:20px;color:#051426}.fieldset input.input-text{padding:10px 14px;gap:8px;height:44px;border:1px solid #d0d5dd;box-shadow:0px 1px 2px rgba(16,24,40,0.05);border-radius:8px;width:100%}.load.indicator{background-color:rgba(255,255,255,0.5);z-index:9999;bottom:0;left:0;position:fixed;right:0;top:0;position:absolute}.load.indicator:before{background:transparent url('../images/loader-2.gif') no-repeat 50% 50%;border-radius:5px;height:160px;width:160px;bottom:0;box-sizing:border-box;content:'';left:0;margin:auto;position:absolute;right:0;top:0}.load.indicator>span{display:none}.loading-mask{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100;background:rgba(255,255,255,0.5)}.loading-mask .loader>img{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100}.loading-mask .loader>p{display:none}body>.loading-mask{z-index:9999}._block-content-loading{position:relative}[data-role='main-css-loader']{display:none}.popup-loader{display:none;position:absolute;width:100%;padding-top:15px}img.loader{width:3%}.tm1-popup-loader{margin-top:10px}.tm1-loader{width:7%}.tmp5-form .popup-loader{position:absolute;width:100%;padding-top:15px;top:-100px;left:0;z-index:100}.tmp5-form .popup-loader .loader{width:6%}.tmp6-text-content .popup-loader{position:absolute;width:100%;padding-top:15px;bottom:18px}.loader img{top:40%;left:45%;display:block;position:fixed}button,.cart.table-wrapper .actions-toolbar>.action,.action-gift{background-image:none;border:0px;color:#fff;cursor:pointer;display:inline-block;margin:0;padding:12px 20px;font-weight:600;font-family:Inter;font-size:16px;box-sizing:border-box;vertical-align:middle;background-color:#454749;border-radius:8px}.action.primary,.action-primary{height:48px;padding:12px 20px;font-weight:600;font-family:Inter;font-size:16px;border:0px;color:#fff;cursor:pointer;display:inline-block;box-sizing:border-box;vertical-align:middle;background-color:#BF002B;border-radius:8px}.quickview-handler{background:#bf002b;border:0 none;color:#FFFFFF !important;display:inline-block;font-size:13px;font-weight:normal;line-height:19px;padding:7px 15px;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;margin:10px 0}.quickview-handler:hover,.quickview-handler:focus{background:none repeat scroll 0 0 #bf002b;border:0 none;color:#FFFFFF;text-decoration:none;cursor:pointer}.quickview-handler:focus{outline:none outline}.caterqp-actions .caterqp-btn,.caterqp-actions .caterqp-continue,.caterqp-modal-popup .modal-inner-wrap{border-radius:5px}.modal-popup.caterqp-modal-popup .modal-inner-wrap.caterqp-loading.caterqp-options,.modal-popup.caterqp-modal-popup .modal-inner-wrap.caterqp-loading{width:200px;height:100px;padding:0px}.cartquickpro-catalog-product-view:not(.fotorama__fullscreen){height:auto !important}.modal-popup.caterqp-modal-popup .modal-inner-wrap.caterqp-loading .modal-header,.modal-popup.caterqp-modal-popup .modal-inner-wrap.caterqp-loading .modal-content,.modal-popup.caterqp-modal-popup .modal-inner-wrap.caterqp-loading .modal-footer{padding:0;margin:0}.caterqp-modal-popup .loading-mask{position:absolute}.caterqp-modal-popup .loading-mask{position:absolute}.caterqp-modal-popup .loading-mask .loader>img{position:absolute}.modal-popup .modal-inner-wrap.caterqp-loading #caterqp-container{min-height:100px}.modal-popup .modal-inner-wrap.caterqp-loading header,.modal-popup .modal-inner-wrap.caterqp-loading footer{display:none}.modal-popup.caterqp-confirm .modal-inner-wrap,.modal-popup.modal-slide.caterqp-modal-popup .modal-inner-wrap.report-messages,.modal-popup.modal-slide.caterqp-modal-popup .modal-inner-wrap.caterqp-options:not(.caterqp-loading){width:420px}.modal-slide.caterqp-modal-popup .action-close{padding:10px;margin-top:10px}.modal-slide.caterqp-modal-popup .modal-header{border:none}.modal-slide.caterqp-modal-popup .modal-header .action-close span{display:none}.caterqp-actions{border-top:2px solid #eee;margin-top:15px;padding-top:15px;text-align:center}.caterqp-actions .caterqp-btn,.caterqp-actions .caterqp-continue{background-color:#bf002b}.caterqp-actions .caterqp-btn,.caterqp-actions .caterqp-continue{color:#fff;outline:none;cursor:pointer;display:inline-block;padding:10px 20px;text-decoration:none;margin:0;transition:all .2s ease 0s}.caterqp-actions .caterqp-btn:hover,.caterqp-actions .caterqp-continue:hover{background-color:#333 !important}.caterqp-actions .caterqp-continue:after{display:none}.caterqp-actions .caterqp-continue.spcqp-count:after{display:inline-block}.caterqp-actions .caterqp-continue.spcqp-count:after{content:" (" attr(data-count) ")"}.caterqp-actions .caterqp-btn{display:none}.caterqp-actions .caterqp-btn.caterqp-open{display:inline-block}.caterqp-actions .caterqp-btn:not(:last-child){margin-left:15px}.caterqp-messages{margin:0 0 10px;padding:12px 20px 12px 45px;position:relative;display:block}.caterqp-messages.msg-success{color:#006400;background:#e5efe5 none repeat scroll 0 0}.caterqp-messages.msg-error{color:#e02b27;background:#fae5e5 none repeat scroll 0 0}.caterqp-messages::before{display:inline-block;font-family:"luma-icons";font-size:24px;font-weight:normal;left:0;line-height:24px;margin:-12px 0 0;overflow:hidden;position:absolute;text-align:center;top:50%;vertical-align:middle;width:45px}.caterqp-messages.msg-success,.caterqp-messages.msg-error{text-align:center;padding:12px}.caterqp-messages.msg-success:before,.caterqp-messages.msg-error:before{display:none}.cartquickpro-catalog-product-view .page-wrapper,.cartquickpro-catalog-product-view .columns{display:block}.caterqp-modal-popup .modal-inner-wrap{max-width:1024px}.cartquickpro-catalog-product-view .container{width:100%;padding:0}.cartquickpro-catalog-product-view .container .row{margin:0}.cartquickpro-catalog-product-view .container .row .col-lg-9.col-md-9{width:100%}.caterqp-modal-popup .modal-content{padding-left:10px !important;padding-right:10px !important}.list-filter-products .quickview-handler{display:none !important}.cartquickpro-catalog-product-view .breadcrumbs{display:none !important}.cartquickpro-cart-configure .columns .column.main,.cartquickpro-wishlist-index-configure .columns .column.main,.cartquickpro-catalog-product-view .columns .column.main,.cartquickpro-catalog-product-options .columns .column.main{padding-bottom:0}.cartquickpro-catalog-product-view .product-addto-links .action.towishlist,.cartquickpro-catalog-product-view .product-addto-links .action.tocompare,.cartquickpro-cart-configure .product-addto-links .action.tocompare,.cartquickpro-cart-configure .product-addto-links .action.towishlist,.cartquickpro-cart-configure .product-addto-links .action.tocompare,.cartquickpro-wishlist-index-configure .product-addto-links .action.towishlist,.cartquickpro-wishlist-index-configure .product-addto-links .action.tocompare,.cartquickpro-catalog-product-options .product-addto-links .action.towishlist,.cartquickpro-catalog-product-options .product-addto-links .action.tocompare{display:inline-block}.caterqp-confirm .modal-footer{padding:30px;border-top:1px solid #e5e5e5;text-align:right}.caterqp-confirm .modal-content{padding:30px}.caterqp-modal-popup .report-messages .modal-header{padding-bottom:30px}.caterqp-confirm .modal-header{padding-top:0px}.caterqp-confirm .modal-footer button:hover{background-color:#333}.cartquickpro-catalog-product-options.page-product-downloadable .product-add-form,.cartquickpro-wishlist-index-configure.page-product-downloadable .product-add-form,.cartquickpro-catalog-product-view.page-product-downloadable .product-add-form,.cartquickpro-cart-configure.page-product-downloadable .product-add-form{margin-bottom:0}.modal-popup.modal-slide.caterqp-modal-popup .modal-content{padding-bottom:0;-webkit-overflow-scrolling:touch}.modal-popup.modal-slide.caterqp-modal-popup .modal-footer{padding:30px 30px 0px 30px;border-top:none}.caterqp-modal-popup .modal-footer button{display:none}.caterqp-modal-popup.modal-popup.modal-slide .modal-inner-wrap{transform:translateY(-200%);-webkit-transform:translateY(-200%);-ms-transform:translateY(-200%);margin:5rem auto;min-height:auto;max-height:90%}.caterqp-modal-popup.modal-popup.modal-slide._show .modal-inner-wrap{transform:translateY(0px);-webkit-transform:translateY(0px);-ms-transform:translateY(0px)}.ie10 .modal-popup.modal-slide.caterqp-modal-popup .modal-content .ie11 .modal-popup.modal-slide.caterqp-modal-popup .modal-content{min-height:auto;max-height:550px}.minicart-wrapper{max-width:50px}@media all and (max-width:1280px){.modal-popup.modal-slide.caterqp-modal-popup .modal-inner-wrap{position:fixed;height:auto}}@media all and (max-width:1024px){body._has-modal{overflow-y:hidden;overflow-x:hidden !important;position:fixed}}@media all and (max-width:800px){.modal-popup.modal-slide.caterqp-modal-popup .modal-inner-wrap:not(.caterqp-loading){width:60%}.modal-popup.modal-slide.caterqp-modal-popup.caterqp-confirm .modal-inner-wrap,.modal-popup.modal-slide.caterqp-modal-popup .modal-inner-wrap.report-messages,.modal-popup.modal-slide.caterqp-modal-popup .modal-inner-wrap.caterqp-options:not(.caterqp-loading){width:420px}.modal-popup.caterqp-modal-popup .modal-inner-wrap.caterqp-loading.caterqp-options,.modal-popup.caterqp-modal-popup .modal-inner-wrap.caterqp-loading{width:200px;height:100px;padding:0px}.modal-popup.modal-slide.caterqp-modal-popup{left:0}.modal-slide.caterqp-modal-popup .action-close{margin-top:-2px}.modal-popup.modal-slide.caterqp-modal-popup .modal-inner-wrap.caterqp-options:not(.caterqp-loading){width:60%}}@media all and (max-width:480px){.modal-popup.modal-slide.caterqp-modal-popup .modal-inner-wrap:not(.caterqp-loading){width:90%}.modal-popup.caterqp-confirm .modal-inner-wrap,.modal-inner-wrap.report-messages,.modal-inner-wrap.caterqp-options{width:350px}.caterqp-actions .caterqp-btn,.caterqp-actions .caterqp-continue{padding:10px 10px}.caterqp-actions .caterqp-btn{margin-left:5px}.modal-popup.modal-slide.caterqp-modal-popup .modal-inner-wrap.caterqp-options:not(.caterqp-loading){width:90%}}@media all and (max-width:360px){.modal-popup.caterqp-confirm .modal-inner-wrap,.modal-inner-wrap.report-messages,.modal-inner-wrap.caterqp-options{width:300px}.caterqp-actions .caterqp-btn.caterqp-open,.caterqp-actions .caterqp-continue{display:block;margin:0}.caterqp-modal-popup.modal-popup.modal-slide .modal-inner-wrap{margin:2rem auto}.caterqp-actions .caterqp-continue{margin-bottom:5px}}.box-quickview{position:relative}.box-quickview .quickview-handler{font-weight:400;height:36px;left:50%;line-height:36px;margin-left:-18px;margin-top:-18px;position:absolute;text-align:center;text-decoration:none;top:50%;vertical-align:middle;white-space:nowrap;width:36px;z-index:88;color:#fff;display:block !important}.box-quickview .quickview-handler span{display:none}.box-quickview:hover .quickview-handler{opacity:1;visibility:visible}.cartquickpro-catalog_product-view .image-info-content{padding-bottom:0 !important}.cartquickpro-catalog_product-view .page-main{padding-bottom:30px !important}.cartquickpro-catalog_product-view .container{width:100% !important;max-width:none !important}.cartquickpro-catalog_product-view .product-reviews-summary .reviews-actions{display:none !important}.cartquickpro-catalog_product-view .media,.cartquickpro-catalog_product-view .product-info-main{margin-bottom:0 !important}.cartquickpro-catalog_product-view .col2-layout .col-right-main{width:100% !important;max-width:unset !important;float:none !important;flex:unset;-ms-flex:unset}.cartquickpro-catalog_product-options .page-main{min-height:auto;padding:0}.cartquickpro-catalog_product-options .product-info-main{margin-bottom:0 !important}.cartquickpro-catalog_product-options .product-social-links{float:left;display:inline-block;width:auto}.cartquickpro-catalog_product-options .product-social-links .product-addto-links{padding:0;clear:none}.cartquickpro-catalog_product-options .product-add-form .box-tocart{margin-bottom:10px}.cartquickpro-catalog_product-options .col2-layout>.container>.row>div{width:100%;flex:unset;max-width:none}.cartquickpro-catalog-product-view .reviews-actions{display:none !important}.cartquickpro-catalog-product-options .page-wrapper{overflow:unset}.cartquickpro-catalog-product-options .container{width:auto;max-width:none}.cartquickpro-catalog-product-options .image-box-detail{display:none}.cartquickpro-catalog-product-options .info-box-detail{display:inline-block;width:100% !important;padding-top:0 !important;padding-bottom:0 !important}.cartquickpro-catalog-product-options .info-box-detail .product-addto-links{clear:none !important;padding:0 !important}.cartquickpro-catalog-product-options #addthis_wrap,.cartquickpro-catalog-product-options .services-detail,.cartquickpro-catalog-product-options .detail-bottom-wrapper{display:none !important}.cartquickpro-catalog-product-view .services-detail,.cartquickpro-catalog-product-view .detail-bottom-wrapper{display:none !important}.cartquickpro-catalog-product-view .page-wrapper{min-height:500px}.modal-popup.caterqp-modal-popup .modal-inner-wrap.caterqp-loading{width:200px;height:100px;padding:0}.cartquickpro-catalog-product-view:not(.fotorama__fullscreen){height:auto !important}.modal-popup.caterqp-modal-popup .modal-inner-wrap.caterqp-loading .modal-header,.modal-popup.caterqp-modal-popup .modal-inner-wrap.caterqp-loading .modal-content,.modal-popup.caterqp-modal-popup .modal-inner-wrap.caterqp-loading .modal-footer{padding:0;margin:0}.caterqp-modal-popup .loading-mask{position:absolute}.caterqp-modal-popup .loading-mask{position:absolute}.caterqp-modal-popup .loading-mask .loader>img{position:absolute}.modal-popup .modal-inner-wrap.caterqp-loading #caterqp-container{min-height:100px}.modal-popup .modal-inner-wrap.caterqp-loading header,.modal-popup .modal-inner-wrap.caterqp-loading footer{display:none}.modal-popup.caterqp-confirm .modal-inner-wrap,.modal-inner-wrap.report-messages,.modal-inner-wrap.caterqp-options{width:420px}.modal-slide.caterqp-modal-popup .action-close{padding:5px !important;margin:0}.modal-slide.caterqp-modal-popup .modal-header{border:none}.modal-popup.caterqp-modal-popup .modal-inner-wrap{margin:2.5rem auto}.modal-slide.caterqp-modal-popup .modal-header .action-close span{display:none}.caterqp-actions{border-top:2px solid #eee;margin-top:15px;padding-top:15px;text-align:center}.caterqp-actions .caterqp-btn,.caterqp-actions .caterqp-continue{color:#fff;background-color:#444;outline:none;cursor:pointer;display:inline-block;padding:8px 20px;text-decoration:none;margin:0}.caterqp-actions .caterqp-btn:hover,.caterqp-actions .caterqp-continue:hover{background-color:#333 !important}.caterqp-actions .caterqp-continue:after{display:none}.caterqp-actions .caterqp-continue.spcqp-count:after{display:inline-block}.caterqp-actions .caterqp-continue.spcqp-count:after{content:" (" attr(data-count) ")"}.caterqp-actions .caterqp-btn{display:none}.caterqp-actions .caterqp-btn.caterqp-open{display:inline-block}.caterqp-actions .caterqp-btn:not(:last-child){margin-left:15px}.caterqp-messages{margin:0 0 10px;padding:12px 20px 12px 45px;position:relative;display:block}.caterqp-messages.msg-success{color:#006400;background:#e5efe5 none repeat scroll 0 0}.caterqp-messages.msg-error{color:#e02b27;background:#fae5e5 none repeat scroll 0 0}.caterqp-messages::before{display:inline-block;font-family:"luma-icons";font-size:24px;font-weight:normal;left:0;line-height:24px;margin:-12px 0 0;overflow:hidden;position:absolute;text-align:center;top:50%;vertical-align:middle;width:45px}.caterqp-messages.msg-success,.caterqp-messages.msg-error{text-align:center;padding:12px}.caterqp-messages.msg-success:before,.caterqp-messages.msg-error:before{display:none}.cartquickpro-catalog-product-view .page-wrapper,.cartquickpro-catalog-product-view .columns{display:block}.caterqp-modal-popup .modal-inner-wrap{max-width:1024px;background:#fff !important}.cartquickpro-catalog-product-view .container{width:100%;padding:0;max-width:100%}.cartquickpro-catalog-product-view .container .row{margin:0}.cartquickpro-catalog-product-view .container .row .col-lg-9.col-md-9{width:100%;padding:0}.cartquickpro-catalog-product-options .page-wrapper>.page-main,.cartquickpro-catalog-product-view .page-wrapper>.page-main{padding:0;min-height:auto}.cartquickpro-catalog-product-view .left-detail,.cartquickpro-catalog-product-options .left-detail{display:none !important}.cartquickpro-catalog-product-view .image-box-detail,.cartquickpro-catalog-product-view .info-box-detail{float:left;width:50%}.caterqp-modal-popup .modal-content{padding-left:10px !important;padding-right:10px !important;-webkit-overflow-scrolling:touch}.list-filter-products .quickview-handler{display:none !important}.cartquickpro-catalog-product-view .product-info-main{padding-top:0 !important}.cartquickpro-catalog-product-view .breadcrumbs{display:none !important}.cartquickpro-cart-configure .page-wrapper>.page-main{padding:0 !important;min-height:auto}.cartquickpro-cart-configure .page-wrapper>.page-main .column.main{padding-bottom:0}.cartquickpro-cart-configure .page-wrapper>.page-main .product-info-main{padding:0 !important;width:100% !important;float:none}.cartquickpro-cart-configure .page-wrapper>.page-main .product-info-main .product-addto-links{clear:none;padding:0}.cartquickpro-catalog-product-options .page-wrapper>.page-main{padding:0}.cartquickpro-catalog-product-options .page-wrapper .product-info-main{padding:0 !important;width:100% !important;float:none}.cartquickpro-catalog-product-options .page-wrapper .product-info-main .product-addto-links{clear:none;padding:0}.modal-popup .modal-footer{margin-top:1px}.wishlist-index-index .products-grid .product-item .quickview-handler{display:none !important}.cartquickpro-catalog-product-view:not(.fotorama__fullscreen) .fotorama__stage__shaft{border:none !important}.caterqp-modal-popup .modal-footer{padding-top:10px;padding-bottom:10px;border:none !important}.caterqp-modal-popup .modal-footer button{display:none}.caterqp-modal-popup.modal-popup._inner-scroll .modal-inner-wrap{max-height:90%;min-height:inherit}.caterqp-modal-popup.modal-popup.modal-slide .modal-inner-wrap{transform:translateY(-200%);-webkit-transform:translateY(-200%);-ms-transform:translateY(-200%)}.caterqp-modal-popup.modal-popup.modal-slide._show .modal-inner-wrap{transform:translateY(0px);-webkit-transform:translateY(0px);-ms-transform:translateY(0px)}@media all and (max-width:1280px){.modal-popup.modal-slide.caterqp-modal-popup .modal-inner-wrap{position:fixed;height:auto}}@media all and (max-width:1024px){body._has-modal{overflow-y:hidden;overflow-x:hidden !important;position:fixed}}@media all and (max-width:800px){.modal-popup.modal-slide.caterqp-modal-popup .modal-inner-wrap:not(.caterqp-loading){width:80%}.modal-popup.modal-slide.caterqp-modal-popup{left:0}.modal-slide.caterqp-modal-popup .action-close{margin-top:-2px}}@media all and (max-width:480px){.modal-popup.modal-slide.caterqp-modal-popup .modal-inner-wrap:not(.caterqp-loading){width:95%}.modal-popup.caterqp-confirm .modal-inner-wrap,.modal-inner-wrap.report-messages,.modal-inner-wrap.caterqp-options{width:350px}.caterqp-actions .caterqp-btn,.caterqp-actions .caterqp-continue{padding:10px 10px}.caterqp-actions .caterqp-btn{margin-left:5px}}@media all and (max-width:360px){.caterqp-actions .caterqp-btn.caterqp-open,.caterqp-actions .caterqp-continue{display:block;margin:0}.caterqp-actions .caterqp-continue{margin-bottom:5px}}.page.messages .message-success.success.message{color:#155724;background-color:#d4edda;border-color:#c3e6cb;position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0.25rem}.page.messages .message-error.error.message{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb;position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0.25rem}.message.info.empty{margin-top:1rem;color:#055160;background-color:#cff4fc;border-color:#b6effb;position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0.25rem}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}body{font-family:'Roboto';font-style:normal;font-weight:500;font-size:14px;line-height:20px;color:#051426}main{margin-top:50px}a{text-decoration:none}.btn-primary{color:#fff;background-color:#BF002B;border-color:#BF002B}input.form-control,select.form-select{padding:10px 14px;gap:8px;height:44px;border:1px solid #d0d5dd;box-shadow:0px 1px 2px rgba(16,24,40,0.05);border-radius:8px}.bg_white{background-color:#fff}.bg_black_19{background-color:#191C1E}.bg_grey_f0{background-color:#F0F0F3}.image_radius_shadow_min{width:100%;max-width:195px;height:152px;background-color:#FFFFFF;box-shadow:0px 1px 2px rgba(0,0,0,0.3),0px 2px 6px 2px rgba(0,0,0,0.15);border-radius:176px;background-size:cover;margin:16px 22px;float:left}.breadcrumbs ul.items{list-style:none;padding-left:0px}.breadcrumbs ul.items li{display:inline-block}.breadcrumbs ul.items li+li:before{display:inline-block;content:"";background-image:url("/media/icons/chevron-right.svg");width:16px;height:16px;margin:-3px 8px}.breadcrumbs ul.items li a{font-weight:bolder;font-size:14px;line-height:20px;letter-spacing:0.1px;color:#454749}.pagination a.page-link{font-size:14px;height:40px;font-weight:600;line-height:20px;font-family:'Inter';color:#5C5E61;padding:10px 16px}span.price-label{display:none}.price-wrapper.price-excluding-tax{display:none}.black_all_page{display:none;position:fixed;top:0;left:0;z-index:200;width:100vw;height:100vh;background-color:#515053a8}body.cms-noroute-index footer.page-footer{margin-top:30px}.breadcrumbs .items .item strong,.breadcrumbs .items .item a{font-size:14px;font-weight:500;line-height:20px}.popup-authentication .actions-toolbar{text-align:center}.fieldset>.field,.fieldset>.fields>.field{margin:0 0 20px}.fieldset{margin:0 0 15px}.actions-toolbar>.secondary .action.back{display:none}form#form-validate{margin-bottom:50px}.field.captcha.no-label{margin-top:20px}.fieldset>.field.required>.label:after,.fieldset>.fields>.field.required>.label:after,.fieldset>.field._required>.label:after,.fieldset>.fields>.field._required>.label:after{content:'*';color:#e02b27;font-size:1.2rem;margin:0 0 0 5px;top:4px;position:relative}.control.captcha-image .captcha-img{margin:0 10px 10px 0}.login-container,.block.block-new-customer{margin-bottom:50px}header.page-header .bar_red{background:#ff003d;color:#ffffff;padding:7px 0;text-align:center;font-weight:bold;font-size:16px}header.page-header .top_heed{height:55px;position:relative}header.page-header .top_heed ul.menu_heed_top{list-style-type:none;padding:10px 0px}header.page-header .top_heed ul.menu_heed_top li{float:left;margin-left:12px}header.page-header .top_heed ul.menu_heed_top li:not(:first-child):after{width:1px;background:#75777a;content:"";height:55px;display:block;position:absolute;top:0}header.page-header .top_heed ul.menu_heed_top li a.phonenumber{padding:8px 12px;width:132px;height:36px;background:#fffbff;border-radius:32px;text-align:center;letter-spacing:0.1px;color:#051426;display:block}header.page-header .middle_heed{height:80px;padding:20px 0px;position:relative;background-color:#fff}@media (min-width:576px){header.page-header .middle_heed .container{max-width:550px}}@media (min-width:768px){header.page-header .middle_heed .container{max-width:740px}}@media (min-width:992px){header.page-header .middle_heed .container{max-width:970px}}@media (min-width:1200px){header.page-header .middle_heed .container{max-width:1175px}}@media (min-width:1400px){header.page-header .middle_heed .container{max-width:1370px}}header.page-header .middle_heed .searchbox_heed .searchbox_heed_input{border:1px solid #454749;border-radius:40px;height:48px;padding:8px 12px;width:100%}header.page-header .middle_heed .searchbox_heed{width:calc(100% - 170px);position:relative;float:right;margin-top:-2px;max-width:460px}header.page-header .middle_heed .searchbox_heed button.searchbox_heed_actions{padding:4px;width:32px;height:32px;background:#ff003d;border-radius:24px;border:none;float:right;position:absolute;right:12px;z-index:1;top:8px}header.page-header .middle_heed .searchbox_heed button.searchbox_heed_actions img{width:20px}header.page-header .middle_heed ul.middle_heed_menu{list-style-type:none;line-height:48px}header.page-header .middle_heed ul.middle_heed_menu li{float:left}header.page-header .middle_heed ul.middle_heed_menu li a.mobile_bottom_nav_item_content{display:inline-block;position:relative}header.page-header .middle_heed ul.middle_heed_menu li a.mobile_bottom_nav_item_content .title{display:none}header.page-header .middle_heed ul.middle_heed_menu li a.mobile_bottom_nav_item_content span.counter.qty.empty{display:none !important}header.page-header .middle_heed ul.middle_heed_menu li a.mobile_bottom_nav_item_content span.counter.qty{display:inline-block;color:#fff;position:absolute;z-index:1;text-align:center;background:#92001f;left:24px;top:-7px;padding:2px 7px;border-radius:50%;font-family:Roboto;font-size:11px;font-weight:500;line-height:15px}header.page-header .middle_heed ul.middle_heed_menu li a{font-size:16px;line-height:24px;text-align:center;letter-spacing:0.15px;color:#454749;padding:0px 12px}header.page-header .middle_heed ul.middle_heed_menu li:after{width:1px;background:#f0f0f3;content:"";height:100%;display:block;position:absolute;top:0}header.page-header .middle_heed .logo_top{float:left}header.page-header .end_heed{height:65px;padding:2px 0px}header.page-header .end_heed ul.end_heed_menu{list-style-type:none;line-height:30px}header.page-header .end_heed ul.end_heed_menu li{float:left;padding:0px 5px}header.page-header .end_heed ul.end_heed_menu li.menu_dropdown_open:hover .menu_dropdown{display:block}header.page-header .end_heed ul.end_heed_menu li.menu_dropdown_open:hover .black_all_page{display:block !important}header.page-header .end_heed ul.end_heed_menu li.menu_dropdown_open .menu_dropdown{display:none;position:absolute;z-index:2222}header.page-header .end_heed ul.end_heed_menu li.menu_dropdown_open .black_all_page{display:none;width:100%;position:absolute;top:200px;left:0;z-index:200;height:100vh;background-color:#515053a8;z-index:1111}header.page-header .end_heed ul.end_heed_menu li.menu_dropdown_open header.page-header{z-index:99999;position:relative}header.page-header .end_heed ul.end_heed_menu li.menu_dropdown_open ul.menu_dropdown_all li:hover~ul.menu_dropdown_all{border-bottom-right-radius:0px !important}header.page-header .end_heed ul.end_heed_menu li.menu_dropdown_open ul.menu_dropdown_all{list-style:none;padding:12px 0px;width:300px;height:500px;display:inline-block;background:#fff;border-width:0px 1px 1px 0px;border-style:solid;border-color:#EAECF0;border-right:0px;border-bottom-right-radius:0px !important;box-shadow:0px 4px 6px -2px rgba(16,24,40,0.03);border-radius:0px 0px 12px 12px;margin-top:17px;overflow:auto}header.page-header .end_heed ul.end_heed_menu li.menu_dropdown_open ul.menu_dropdown_all::-webkit-scrollbar{width:6px;background-color:#F5F5F5}header.page-header .end_heed ul.end_heed_menu li.menu_dropdown_open ul.menu_dropdown_all::-webkit-scrollbar-thumb{border-radius:6px;background-color:#aaabae}header.page-header .end_heed ul.end_heed_menu li.menu_dropdown_open ul.menu_dropdown_all>li{padding:12px 24px !important;border-bottom:1px solid #e2e2e5;width:100%}header.page-header .end_heed ul.end_heed_menu li.menu_dropdown_open ul.menu_dropdown_all>li:after{content:'';background-image:url("/media/icons/icon-arrow.svg");width:16px;height:16px;display:block;background-repeat:no-repeat;float:right;transform:rotate(270deg);margin-top:5px}header.page-header .end_heed ul.end_heed_menu li.menu_dropdown_open ul.menu_dropdown_all li:hover{background:#FFEDEC}header.page-header .end_heed ul.end_heed_menu li.menu_dropdown_open ul.menu_dropdown_all li a{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0.1px;color:#051426}header.page-header .end_heed ul.end_heed_menu li.menu_dropdown_open ul.menu_dropdown_all li:hover ul.sub_menu_dropdown_all{display:block}header.page-header .end_heed ul.end_heed_menu li.menu_dropdown_open ul.sub_menu_dropdown_all{list-style:none;padding:12px 0px;position:absolute;left:100%;top:17px;display:none;background:#FCFCFF;border-width:0px 1px 1px 0px;border-style:solid;border-color:#EAECF0;box-shadow:0px 4px 6px -2px rgba(16,24,40,0.03);border-bottom-right-radius:12px;height:500px;width:250px}header.page-header .end_heed ul.end_heed_menu li.menu_dropdown_open li.sub_sub_menu_dropdown_open{padding:8px 24px !important;width:100%;margin-bottom:10px}header.page-header .end_heed ul.end_heed_menu li a{font-size:14px;line-height:20px;text-align:center;letter-spacing:0.1px;color:#2e3133;padding:0px 12px}header.page-header .end_heed ul.end_heed_menu li:first-child a,header.page-header .end_heed ul.end_heed_menu li:first-child{padding-left:0px}.mob_header{display:none}@media only screen and (max-width:995px){footer.page-footer{padding-bottom:80px}header.page-header .end_heed{display:none}.zsiq_theme1.zsiq_floatmain{bottom:100px !important;z-index:888 !important}header.page-header{display:grid}header.page-header .middle_heed{order:1}header.page-header .top_heed{order:2}.mob_header{display:block}.mob_header .open{display:block !important}.mob_header .open_menue_top_all_page{display:none;position:fixed;z-index:999;background:#fff;width:100%;height:100vh;overflow:auto}.mob_header .open_menue_top_all_page ul{list-style:none;padding-left:0px}.mob_header .open_menue_top_all_page .categories_mob{display:none}.mob_header .open_menue_top_all_page .categories_mob ul.categories_mob_menu{list-style:none;padding-left:0px;padding-top:25px;overflow:auto;padding-bottom:100px}.mob_header .open_menue_top_all_page .categories_mob ul.categories_mob_menu li{border-bottom:1px solid #e2e2e5;padding:15px 0px}.mob_header .open_menue_top_all_page .categories_mob ul.categories_mob_menu li .menu_dropdown_mob_all_page{display:none}.mob_header .open_menue_top_all_page .categories_mob ul.categories_mob_menu li a{font-size:16px;font-weight:500;line-height:24px;height:40px;padding:8px 24px;display:inline-block;width:100%}.mob_header .open_menue_top_all_page .categories_mob ul.categories_mob_menu li a img.icon_arrow_bottom{width:16px;float:right;margin-top:10px;transform:rotate(270deg)}.mob_header .open_menue_top_all_page .categories_mob ul.categories_mob_menu li a img{width:24px}.mob_header .open_menue_top_all_page .menue_all_mob{display:none}.mob_header .open_menue_top_all_page .menue_all_mob ul.middle_heed_menu{list-style:none;padding-left:0px;padding-top:25px;overflow:auto;padding-bottom:100px}.mob_header .open_menue_top_all_page .menue_all_mob ul.middle_heed_menu li{border-bottom:1px solid #e2e2e5;padding:15px 0px}.mob_header .open_menue_top_all_page .menue_all_mob ul.middle_heed_menu li a{font-size:16px;font-weight:500;line-height:24px;height:40px;padding:8px 24px;display:inline-block;width:100%}.mob_header .open_menue_top_all_page .menue_all_mob ul.middle_heed_menu li:first-child a{font-size:22px;font-weight:400;line-height:28px}.mob_header nav.mobile_bottom_nav{position:fixed;bottom:-1px;left:0;right:0;z-index:1000;will-change:transform;transform:translateZ(0);display:flex;box-shadow:0 -2px 5px -2px #333;background-color:#fff;border-top:1px solid #aaabae;height:80px;padding:0px 8px 0px 8px}.mob_header nav.mobile_bottom_nav .mobile_bottom_nav_item{flex-grow:1;text-align:center;display:flex;flex-direction:column;justify-content:center}.mob_header nav.mobile_bottom_nav .mobile_bottom_nav_item .mobile_bottom_nav_item_content.action .icon{background:#FFEDEC;border-radius:16px;box-shadow:0px 0px 0px 4px #ffedec}.mob_header nav.mobile_bottom_nav .mobile_bottom_nav_item .title{font-family:Roboto;font-size:12px;font-weight:500;line-height:16px;letter-spacing:0.5px;text-align:center;color:#454749;margin-top:7px}.mob_header nav.mobile_bottom_nav .mobile_bottom_nav_item .cart-wrapper{display:inline-block;position:relative;margin:auto}.mob_header nav.mobile_bottom_nav .mobile_bottom_nav_item .cart-wrapper span.counter.qty.empty{display:none !important}.mob_header nav.mobile_bottom_nav .mobile_bottom_nav_item .cart-wrapper span.counter.qty{display:inline-block;color:#fff;position:absolute;z-index:170;text-align:center;background:#92001f;left:30px;top:-7px;padding:2px 7px;border-radius:50%;font-family:Roboto;font-size:11px;font-weight:500;line-height:15px}}@media only screen and (max-width:666px){header.page-header .middle_heed .logo_top .logo img{width:40px;height:40px;object-fit:cover;object-position:0}header.page-header .middle_heed .searchbox_heed{width:80%}}@media (min-width:1200px) and (max-width:1400px){header.page-header .middle_heed .container .row>div:first-child{width:40%}header.page-header .middle_heed .container .row>div:last-child{width:60%}header.page-header .middle_heed ul.middle_heed_menu{padding-left:0px;text-align:center}header.page-header .middle_heed ul.middle_heed_menu li{display:inline-block;float:none}}@media (min-width:995px) and (max-width:1200px){header.page-header .end_heed.bg_grey_f0 .container,header.page-header .middle_heed .container{max-width:100%}header.page-header .middle_heed .logo_top .logo img{width:40px;height:40px;object-fit:cover;object-position:0}header.page-header .middle_heed .container .row>div:first-child{width:32%}header.page-header .middle_heed .container .row>div:last-child{width:68%}header.page-header .middle_heed .searchbox_heed{width:calc(100% - 50px)}header.page-header .middle_heed ul.middle_heed_menu{padding-left:0px;text-align:center}header.page-header .middle_heed ul.middle_heed_menu li{display:inline-block;float:none}}@media (min-width:995px) and (max-width:1122px){header.page-header .end_heed.bg_grey_f0 .container{max-width:100%}header.page-header .end_heed ul.end_heed_menu li a{font-size:1.11vw;padding:0px 0px}}@media (min-width:1122px) and (max-width:1200px){header.page-header .end_heed.bg_grey_f0 .container{max-width:100%}header.page-header .end_heed ul.end_heed_menu li a{font-size:1.14vw;padding:0px 2px}}@media (min-width:1200px) and (max-width:1400px){header.page-header .end_heed.bg_grey_f0 .container{max-width:100%}header.page-header .end_heed ul.end_heed_menu li a{font-size:1.14vw;padding:0px 5px}}@media (max-width:995px){header.page-header .middle_heed .d-lg-block{display:none !important}}footer.footer_header{padding:48px 0px 0px;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#5c5e61}footer.footer_header .footer_top{padding:0px 0px 40px;position:relative}footer.footer_header .footer_top .footer_left_block{padding-top:40px;order:1;position:relative}footer.footer_header .footer_top .footer-block .footer-title img{width:148px;margin-bottom:20px}footer.footer_header .footer_top .footer-block .footer-block-content{letter-spacing:0.5px;color:#475467;max-width:340px}footer.footer_header .footer_top .footer_form_apply{order:3}@media only screen and (max-width:777px){footer.footer_header .footer_top .footer_form_apply{order:2}}footer.footer_header .footer_top .mu-footer{padding-left:35px;order:2}@media only screen and (max-width:777px){footer.footer_header .footer_top .mu-footer{order:3}}footer.footer_header .footer_top .mu-footer .title{margin-bottom:15px;font-weight:500;letter-spacing:0.15px;color:#000000}footer.footer_header .footer_top .mu-footer .content ul{list-style-type:none;padding:0px}footer.footer_header .footer_top .mu-footer .content ul li{margin-bottom:10px}footer.footer_header .footer_top .mu-footer .content ul li a{font-weight:500;letter-spacing:0.15px;color:#454749}footer.footer_header .footer_top .footer-icon-all{position:absolute;bottom:80px;width:220px;order:4}@media only screen and (max-width:777px){footer.footer_header .footer_top .footer-icon-all{position:initial;padding-left:35px;width:100%}}footer.footer_header .footer_top .footer-icon-all .title{display:none;margin-bottom:15px;font-weight:500;letter-spacing:0.15px;color:#000000}@media only screen and (max-width:777px){footer.footer_header .footer_top .footer-icon-all .title{display:block}}footer.footer_header .footer_top .footer-icon-all .footer-icon.footer-social-icon{padding:8px;width:36px;height:36px;background:#8b1628;border-radius:8px;margin-right:25px;display:inline-grid}footer.footer_header .footer_top form.form_footer_subscribe_listmail_newsletter{border-radius:16px;padding:40px 32px}footer.footer_header .footer_top form.form_footer_subscribe_listmail_newsletter .title{font-weight:500;text-align:center;letter-spacing:0.15px;color:#000000;font-size:18px}footer.footer_header .footer_top form.form_footer_subscribe_listmail_newsletter button{padding:12px 20px;font-weight:600}footer.footer_header .footer_top form.form_footer_subscribe_listmail_newsletter .text{font-weight:600;font-size:15px;line-height:16px;text-align:center;letter-spacing:0.4px;color:#5c5e61}footer.footer_header .footer_end{border-top:1px solid #c5c6c9;padding:16px 0px}footer.footer_header .footer_end ul.footer_left_menu{list-style-type:none;float:left;padding-left:0px}footer.footer_header .footer_end ul.footer_left_menu li{float:left;margin-right:15px}footer.footer_header .footer_end ul.footer_left_menu li a{color:#5c5e61}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-carousel{-webkit-tap-highlight-color:transparent;position:relative;display:none;width:100%;z-index:1}.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0, 0, 0)}.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav .owl-next{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next{background:0 0;color:inherit;border:none;padding:0 !important;font:inherit}.owl-carousel .owl-nav button.owl-prev{background:0 0;color:inherit;border:none;padding:0 !important;font:inherit}.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0 !important;font:inherit}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../../../../frontend/Magento/blank/en_AU/Mageplaza_Core/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.no-js .owl-carousel{display:block}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-height{transition:height .5s ease-in-out}.owl-carousel.owl-theme .owl-item img{display:inline-block}.owl-carousel.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent;margin-top:24px}.owl-carousel.owl-theme .owl-dots .owl-dot.active span{background:#FF003D}.owl-carousel.owl-theme .owl-dots .owl-dot:hover span{background:#FF003D}.owl-carousel.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#C5C6C9;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-carousel.owl-theme .owl-nav button.owl-next{background:rgba(245,249,252,0.8);backdrop-filter:blur(2px);width:40px;height:40px;text-align:center;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;font-size:40px;color:#000;padding:10px !important;font-weight:100;font-family:math;right:5px}.owl-carousel.owl-theme .owl-nav button.owl-next span{margin-right:-2px}.owl-carousel.owl-theme .owl-nav button.owl-prev{background:rgba(245,249,252,0.8);backdrop-filter:blur(2px);width:40px;height:40px;text-align:center;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;font-size:40px;color:#000;padding:10px !important;font-weight:100;font-family:math;left:5px}.owl-carousel.owl-theme .owl-nav button.owl-prev span{margin-left:-2px}.owl-carousel.owl-theme .owl-nav button{position:absolute;top:30%;box-shadow:0 2px 3px rgba(0,0,0,0.2)}.products-grid .products.product-items .owl-nav button.owl-next{background:rgba(245,249,252,0.8);backdrop-filter:blur(2px);width:40px;height:40px;text-align:center;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;font-size:40px;color:#000;padding:10px !important;font-weight:100;font-family:math;right:5px}.products-grid .products.product-items .owl-nav button.owl-next span{margin-right:-2px}.products-grid .products.product-items .owl-nav button.owl-prev{background:rgba(245,249,252,0.8);backdrop-filter:blur(2px);width:40px;height:40px;text-align:center;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;font-size:40px;color:#000;padding:10px !important;font-weight:100;font-family:math;right:60px}.products-grid .products.product-items .owl-nav button.owl-prev span{margin-left:-2px}.products-grid .products.product-items .owl-nav button{position:absolute;top:-90px;box-shadow:0 2px 3px rgba(0,0,0,0.2)}.gstgoolheed{margin-top:5px;line-height:26px;margin-left:20px}.gstgoolheed .switch{position:relative;display:inline-block;width:39px;height:24px;margin:0 5px !important}.gstgoolheed .switch input{opacity:0;width:0;height:0}.gstgoolheed .switch input:checked+.slider{background-color:#FFB3B2}.gstgoolheed .switch input:checked+.slider:before{-webkit-transform:translateX(14px);-ms-transform:translateX(14px);transform:translateX(14px)}.gstgoolheed .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#FFB3B2;-webkit-transition:0.4s;transition:0.4s;border-radius:20px}.gstgoolheed .switch .slider:before{border-radius:50%;position:absolute;content:"";height:18px;width:18px;left:4px;bottom:3.2px;background-color:#92001F;-webkit-transition:.4s;transition:.4s}.gstgoolheed span.switch-label.inc-gst{font-weight:500;font-size:15px;line-height:15px;color:#FFFFFF;letter-spacing:0.1px}.gstgoolheed span.switch-label.exc-gst{font-weight:500;font-size:15px;line-height:15px;color:#FFFFFF;letter-spacing:0.1px}span.tax_edit_price .gstgoolheed{margin-top:0px;margin-left:0px}span.tax_edit_price .gstgoolheed .switch .slider{background-color:#BF002B;border-radius:75px}span.tax_edit_price .gstgoolheed .switch .slider:before{border-radius:17px !important;background-color:#fff}span.tax_edit_price .gstgoolheed .switch input:checked+.slider{background-color:#BF002B}span.tax_edit_price span.switch-label.inc-gst{color:#454749;font-size:14px;line-height:20px}span.tax_edit_price span.switch-label.exc-gst{color:#454749;font-size:14px;line-height:20px}.cms-home.cms-index-index{background-color:#fff}.cms-home.cms-index-index h1.title_section{font-weight:400;font-size:36px;line-height:44px;text-align:center;color:#000000;margin-bottom:16px}.cms-home.cms-index-index p.text_section{font-weight:400;font-size:16px;line-height:24px;text-align:center;letter-spacing:0.5px;color:#475467;margin-bottom:50px}.icons_3_home_page{text-align:center;background:#FFF5F5;padding:48px 0px}.icons_3_home_page .image_icon{margin-bottom:20px}.icons_3_home_page .text_icon h3{font-weight:400;font-size:22px;line-height:28px;color:#454749;margin-bottom:10px}.icons_3_home_page .text_icon p{font-weight:400;font-size:16px;line-height:24px;letter-spacing:0.5px;color:#5C5E61}.icon_cat_home_page{padding:48px 0px}.icon_cat_home_page a.card_cat{max-width:200px;width:100%;height:184px;background:#F0F0F3;box-shadow:0px 4px 10px -2px rgba(30,34,40,0.25),0px 2px 4px -2px rgba(16,24,40,0.06);border-radius:16px;margin-bottom:40px;display:block;padding:16px;position:relative}.icon_cat_home_page a.card_cat h3{font-weight:400;font-size:24px;line-height:32px;color:#454749}.icon_cat_home_page a.card_cat img{position:absolute;bottom:10px;right:10px}.asked_questions_home_page{padding:48px 0px}.asked_questions_home_page h1{font-weight:400;font-size:36px;line-height:44px;text-align:center;color:#000000;margin-bottom:16px}.asked_questions_home_page h3{font-weight:400;font-size:16px;line-height:24px;text-align:center;letter-spacing:0.5px;color:#5C5E61;margin-bottom:16px}.asked_questions_home_page .ask_item{padding:15px 0px;border-bottom:1px solid #e2e2e5;margin-bottom:5px}.asked_questions_home_page .ask_item h2.ask_header{font-weight:500;font-size:18px;line-height:28px;color:#454749;margin-bottom:10px}.asked_questions_home_page .ask_item h2.ask_header .title_ask{position:relative}.asked_questions_home_page .ask_item h2.ask_header .title_ask::after{width:24px;height:26px;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3Csvg width='24' height='26' viewBox='0 0 24 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10V18M8 14H16M22 14C22 19.5228 17.5228 24 12 24C6.47715 24 2 19.5228 2 14C2 8.47715 6.47715 4 12 4C17.5228 4 22 8.47715 22 14Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;transition:transform .2s ease-in-out;display:block;position:absolute;right:10px;top:0px}.asked_questions_home_page .ask_item h2.ask_header .title_ask:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12H16M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.asked_questions_home_page .ask_item .ask_text{font-weight:400;font-size:16px;line-height:24px;letter-spacing:0.5px;color:#5C5E61;padding-right:50px}.icon_brand_home_page{padding:40px 0px;background:linear-gradient(90deg, #92001f 0%, #852e39 .01%, #a4304a 100%)}.icon_brand_home_page h1{font-weight:400;font-size:36px;line-height:44px;text-align:center;color:#FFF0ED;margin-bottom:40px}.all_cat_slide_home_page{background:linear-gradient(180deg, rgba(240,240,243,0) 0%, #f0f0f3 50.31%, rgba(240,240,243,0) 100%);padding:40px 0px}.all_cat_slide_home_page h1{font-weight:400;font-size:36px;line-height:44px;text-align:center;color:#000000;margin-bottom:40px}.all_cat_slide_home_page .img_cat{width:200px;height:200px;background:#FFFFFF;border-radius:184px;padding:10px;margin:auto}.all_cat_slide_home_page .img_cat img{border-radius:184px;width:180px !important;height:180px !important}.all_cat_slide_home_page a h2{font-weight:500;font-size:16px;line-height:24px;text-align:center;letter-spacing:0.15px;color:#051426;margin-top:20px}.main_slide_home_page{padding-bottom:40px}.main_slide_home_page .main_slide{background:linear-gradient(0deg, rgba(247,190,202,0.2), rgba(247,190,202,0.2)),url(/media/main_slide_home/pattern_bg_sl_home.jpg);border-radius:16px;background-size:133%;background-position:left;background-repeat:no-repeat;background-size:cover}.main_slide_home_page .main_slide .owl-item{height:0}.main_slide_home_page .main_slide .owl-item.active{height:auto}.main_slide_home_page .main_slide .item_img .item-image img{border-radius:16px}.main_slide_home_page .main_slide .item{height:100%;min-height:350px;width:85%;margin:auto;padding-bottom:50px}.main_slide_home_page .main_slide h1{font-weight:400;font-size:80px;line-height:94px;color:#410008;margin-bottom:55px;margin-top:30px}.main_slide_home_page .main_slide a.red_bottom{display:block;padding:12px 40px;background:#BF002B;width:185px;border-radius:56px;font-weight:400;font-size:22px;line-height:28px;text-align:center;color:#FFFFFF}.main_slide_home_page .main_slide.owl-carousel.owl-theme .owl-dots{margin-top:-10px;z-index:99999;position:absolute;bottom:10px;left:0;right:0}.main_slide_home_page .main_slide.owl-carousel.owl-theme .owl-nav button.owl-next{top:45%}.main_slide_home_page .main_slide.owl-carousel.owl-theme .owl-nav button.owl-prev{top:45%}.blogs_3_home_page{margin-top:35px}.blogs_3_home_page .one_blog{padding:0 20px}.blogs_3_home_page .one_blog .image_blog img{border-radius:16px;width:100%;height:240px;margin-bottom:12px}.blogs_3_home_page .one_blog .title h2{font-weight:400;font-size:22px;line-height:28px;color:#101828;background-image:url("/media/icons/arrow-up-right.svg");background-repeat:no-repeat;background-position:right}.blogs_3_home_page .one_blog .text{margin-top:8px;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0.5px;color:#475467}.featured_products_home_page,.metro_products_home_page{background:linear-gradient(180deg, rgba(240,240,243,0) 0%, #f0f0f3 50.31%, rgba(240,240,243,0.2) 100%);padding:40px 0px}.featured_products_home_page .title_slider,.metro_products_home_page .title_slider{font-weight:400;font-size:36px;line-height:44px;border-bottom:1px solid #e2e2e5;padding-bottom:12px;margin-bottom:40px}.featured_products_home_page .products-grid .products.product-items .item .product-item-info .btn-cart span img,.metro_products_home_page .products-grid .products.product-items .item .product-item-info .btn-cart span img{display:inline-block;width:16px;height:16px;margin-right:2px;margin-top:-4px}.featured_products_home_page .owl-carousel.owl-theme .owl-nav,.metro_products_home_page .owl-carousel.owl-theme .owl-nav{position:absolute;top:-93px;right:0px}.featured_products_home_page .owl-carousel.owl-theme .owl-nav button.owl-prev,.metro_products_home_page .owl-carousel.owl-theme .owl-nav button.owl-prev{position:initial;margin:0px 8px}.featured_products_home_page .owl-carousel.owl-theme .owl-nav button.owl-next,.metro_products_home_page .owl-carousel.owl-theme .owl-nav button.owl-next{position:initial;margin:0px 8px}@media only screen and (max-width:992px){.main_slide_home_page .main_slide a.red_bottom{margin:auto;margin-bottom:30px}.main_slide_home_page .main_slide h1{font-size:32px;font-weight:400;line-height:40px;text-align:center}}@media only screen and (max-width:500px){.featured_products_home_page .title_slider,.metro_products_home_page .title_slider{font-size:26px}}body#html-body.page-products{background:#F7F7F8}.toolbar-top{display:block;border-bottom:1px solid #c5c6c9;height:55px;line-height:40px;margin-bottom:20px;font-size:14px;letter-spacing:0.1px;color:#5C5E61}.toolbar-top select.sorter-options{font-size:14px;line-height:20px;letter-spacing:0.1px;color:#5C5E61;height:40px;padding:10px 14px;padding-right:50px;background:#FFFFFF;border-radius:8px;border:0px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23667085' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:16px 12px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.toolbar-top select.limiter-options{font-size:14px;line-height:20px;letter-spacing:0.1px;color:#5C5E61;height:40px;padding:10px 14px;padding-right:50px;background:#FFFFFF;border-radius:8px;border:0px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23667085' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:16px 12px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.toolbar-top .sortby-limiter .control{margin-right:20px;display:inline-block}.toolbar-top .sortby-limiter .toolbar-amount{display:inline-block;margin-right:20px}.toolbar-top .sortby-limiter .toolbar-sorter.sorter{display:inline-block}@media only screen and (max-width:999px){.toolbar-top .sortby-limiter .selects{margin-bottom:20px;margin-top:20px}}.toolbar-top .sortby-limiter .selects{display:inline-block;float:right}.toolbar-top .sortby-limiter label{margin-right:5px}.toolbar-bottom{margin-bottom:50px}.sidebar.sidebar-main .block-title.filter-title{font-style:normal;font-weight:400;font-size:24px;line-height:32px;color:#454749;margin-bottom:20px}.sidebar.sidebar-main .block-title.filter-title .block-actions.filter-actions{float:right}.sidebar.sidebar-main .block-title.filter-title .block-actions.filter-actions a.action.clear.filter-clear{font-size:14px;font-weight:500}.sidebar.sidebar-main .filter-options-item{padding:16px 12px;background:#FFFFFF;border-radius:8px;margin-bottom:25px}.sidebar.sidebar-main .filter-options-item .filter-options-title{font-weight:500;font-size:16px;line-height:24px;letter-spacing:0.15px;color:#454749;position:relative;cursor:pointer}.sidebar.sidebar-main .filter-options-item .filter-options-title:after{position:absolute;right:0px;top:0px;line-height:inherit;color:inherit;content:' ';background-image:url("/media/icons/arrow-down.svg");background-repeat:no-repeat;background-position:center;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center;width:24px;height:24px;background-color:#F8FAFC;border-radius:4px;transform:rotate(180deg)}.sidebar.sidebar-main .filter-options-item .filter-options-content{margin-top:15px}.sidebar.sidebar-main .filter-options-item .filter-options-content .items{padding-left:0px;list-style:none}.sidebar.sidebar-main .filter-options-item .filter-options-content .items .item{margin-top:16px}.sidebar.sidebar-main .filter-options-item .filter-options-content .items .item a{font-weight:500;font-size:14px;line-height:20px;letter-spacing:0.1px;color:#5C5E61}.sidebar.sidebar-main .filter-options-item .filter-options-content .items .item a span.count{float:right}.sidebar.sidebar-main .filter-options-item .filter-options-content .items .item a span.count:after{content:")"}.sidebar.sidebar-main .filter-options-item .filter-options-content .items .item a span.count:before{content:"("}.sidebar.sidebar-main .filter-options-item .filter-options-content .items .item .radio_red{margin-right:5px;margin-top:2px;border-radius:50%;display:grid;place-content:center;float:left;width:14px;height:14px;border:1.6px solid #524343;position:relative}.sidebar.sidebar-main .filter-options-item .filter-options-content .items .item .radio_red.seclect{border:1.6px solid #bf002b;width:16px;height:16px}.sidebar.sidebar-main .filter-options-item .filter-options-content .items .item .radio_red.seclect:before{display:block;content:"";border-radius:50%;box-shadow:inset 8px 8px #bf002b;width:8px;height:8px;position:absolute;top:2.2px;left:3px}.sidebar.sidebar-main .filter-options-item.active>.filter-options-title:after{transform:rotate(0deg)}.top_page_title_and_description{border-bottom:1px solid #c5c6c9;padding-bottom:24px;margin-bottom:20px}.top_page_title_and_description span.tax_edit_price{padding:8px 24px;height:40px;border:1px solid #8f9193;border-radius:24px;display:inline-block;float:right}.top_page_title_and_description .page-title-wrapper{float:left}.top_page_title_and_description .page-title-wrapper h1{font-weight:500;font-size:36px;line-height:44px;color:#2E3133;margin-bottom:15px}.top_page_title_and_description .category-description{font-weight:400;font-size:14px;line-height:20px;letter-spacing:0.25px;color:#000000}.top_page_title_and_description .category-view{display:inline-block;width:80%}.products-grid .products.product-items{width:100%;margin:0;padding:0;list-style:none none}.products-grid .products.product-items .item{padding-left:10px;padding-right:10px;margin-bottom:30px}.products-grid .products.product-items .item .product-item-info{padding:16px 24px;background:#FFFFFF;border-radius:16px}.products-grid .products.product-items .item .product-item-info .product-name{font-weight:bold;font-size:16px;line-height:24px;letter-spacing:0.15px;margin:12px 0;overflow:hidden;text-overflow:ellipsis;height:70px}.products-grid .products.product-items .item .product-item-info .product-name a{color:#2E3133}.products-grid .products.product-items .item .product-item-info .product-brand-logo{text-align:center}.products-grid .products.product-items .item .product-item-info .price-box .special-price .price{font-size:16px;line-height:24px;color:#FF003D}.products-grid .products.product-items .item .product-item-info .price-box .special-price .price-wrapper.price-including-tax:after{font-size:16px}.products-grid .products.product-items .item .product-item-info .price-box .special-price .price-wrapper.price-excluding-tax:after{font-size:16px}.products-grid .products.product-items .item .product-item-info .price-box>span.price-container.price-final_price .price{font-size:16px;line-height:24px;color:#FF003D}.products-grid .products.product-items .item .product-item-info .price-box .old-price .price{text-decoration:line-through;font-size:14px;line-height:20px;color:#75777A;position:relative}.products-grid .products.product-items .item .product-item-info .price-box .old-price .price-wrapper.price-including-tax:after{font-size:12px}.products-grid .products.product-items .item .product-item-info .price-box .old-price .price-wrapper.price-excluding-tax:after{font-size:12px}.products-grid .products.product-items .item .product-item-info .price-box .price-wrapper.price-including-tax:after{content:" Inc GST";line-height:24px;letter-spacing:0.15px;font-weight:bold}.products-grid .products.product-items .item .product-item-info .price-box .price-wrapper.price-excluding-tax:after{content:" Ex GST";line-height:24px;letter-spacing:0.15px;font-weight:bold}.products-grid .products.product-items .item .product-item-info .box-info .price-box{height:50px}.products-grid .products.product-items .item .product-item-info .box-info .price-box span.old-price{display:block}.products-grid .products.product-items .item .product-item-info .box-info .price-box>span.price-container.price-final_price.tax.weee{line-height:50px}.products-grid .products.product-items .item .product-item-info .box-image{position:relative;overflow:hidden;text-align:center}.products-grid .products.product-items .item .product-item-info .box-image img.product-image-photo{width:100%}.products-grid .products.product-items .item .product-item-info .box-image .bottom-action-out{position:absolute;z-index:20;right:0px;top:0px;width:24px;height:24px;text-align:center}.products-grid .products.product-items .item .product-item-info .box-image .bottom-action-out:hover svg path{stroke:#ff003d !important}.products-grid .products.product-items .item .product-item-info .box-image span.discount_save_green{padding:4px;background:#05944F;border-radius:4px;font-size:14px;letter-spacing:0.25px;color:#FFFFFF;float:right;position:absolute;z-index:30;left:0}.products-grid .products.product-items .item .product-item-info .btn-cart{height:40px;border:1px solid #857372;border-radius:100px;width:100%;background:#fff;font-weight:bold;font-size:14px;text-align:center;letter-spacing:0.1px;color:#BF002B;margin-top:16px}.minicart-wrapper .block-minicart{display:none;width:350px;background-color:#fff;padding:20px 25px;border:#f3f3f3;border-radius:10px;-moz-border-radius:5px;-webkit-border-radius:5px;box-shadow:0px 5px 5px 0px rgba(0,0,0,0.2);right:0 !important;top:85px !important;position:absolute !important;z-index:1000000}.minicart-wrapper .block-minicart .minicart-items-wrapper{margin:0;padding:0;border:none;max-height:320px;overflow:auto;height:auto !important}.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items{overflow:hidden;border-bottom:1px solid #ddd;width:100%;height:auto !important;margin:0;padding:0;list-style:none none}.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item{overflow:hidden;border-bottom:1px solid #ddd;width:100%;height:auto !important;margin:0;padding:0;padding-bottom:20px;list-style:none none}.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-photo{padding:2px;width:100px;float:left}.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-photo img.product-image-photo{width:85px !important;height:85px !important}.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details{position:relative;padding-right:15px;margin-left:105px;padding-left:0}.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name{position:relative;font-weight:400;margin:0 0 10px}.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name a{color:#000;width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;float:left;line-height:35px;padding:0}.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .price-container{float:left}.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .product.actions{float:right}.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty span.control-qty.input-group-btn.minus{border-right:0px;border-top-left-radius:10px;border-bottom-left-radius:10px}.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty span.control-qty.input-group-btn.plus{border-left:0px;border-top-right-radius:10px;border-bottom-right-radius:10px}.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty span.control-qty.input-group-btn{border:2px solid #75777a;width:40px;height:40px}.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty span.control-qty.input-group-btn button.btn{top:-7px}.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty.qty .qty-default.input-text.qty{text-align:center;font-weight:bold;font-size:16px;line-height:24px;letter-spacing:0.15px;color:#191C1E;padding:8px;height:40px;border:2px solid #75777a;background:#FFFFFF;width:75px;margin-right:0}.minicart-wrapper .block-minicart .minicart-items-wrapper li.product-item:after{content:inherit}.minicart-wrapper .block-minicart .block-content .subtotal{margin-bottom:20px}.minicart-wrapper .block-minicart .block-content .subtotal .price-container{float:right;margin-left:20px}.minicart-wrapper .block-minicart .block-content .subtotal .price-container span.price{font-weight:500 !important;font-size:18px;color:#ff003d !important}.minicart-wrapper .block-minicart .block-content .subtotal .price-container .label{float:left;margin-top:8px !important;margin-left:10px}.minicart-wrapper .block-minicart .block-content a.action.viewcart{display:inline-block;float:left;text-align:center;text-transform:uppercase;padding:0 27px;margin:0 5px;color:#bf002b;background:#fff;line-height:37px;border:1px solid #857372;border-radius:20px}.minicart-wrapper .block-minicart .block-content a.action.checkout{display:inline-block;float:right;text-align:center;text-transform:uppercase;padding:0 27px;margin:0 5px;color:#fff;background:#bf002b;line-height:37px;border-radius:20px;cursor:pointer}body#html-body.catalog-product-view{background:#F7F7F8}.product-info .product-info-main .block_white_radius{padding:40px 32px;background:#FFFFFF;border-radius:16px}.product-info .product-info-main .block_white_radius .page-title-wrapper h1.page-title{font-size:24px;line-height:32px;display:flex;align-items:center;color:#000000;margin-bottom:10px}.product-info .product-info-main .block_white_radius .page-title-wrapper .product-brand-logo{margin-bottom:25px}@media only screen and (max-width:777px){.product-info .product-info-main .block_white_radius .product-add-form .quantity{order:2}}@media only screen and (max-width:777px){.product-info .product-info-main .block_white_radius .product-add-form .sku_info{order:1;margin-bottom:30px}}.product-info .product-info-main .block_white_radius .product-add-form .product-info-price{position:relative;margin-top:35px}.product-info .product-info-main .block_white_radius .product-add-form .product-info-price .price-box.price-final_price{display:inline}.product-info .product-info-main .block_white_radius .product-add-form .product-info-price .price-box.price-final_price span.price-container .price{font-size:28px;line-height:36px;color:#FF003D}.product-info .product-info-main .block_white_radius .product-add-form .product-info-price .price-box.price-final_price span.price-container .price-wrapper.price-including-tax:after{font-size:16px}.product-info .product-info-main .block_white_radius .product-add-form .product-info-price .price-box.price-final_price span.price-container .price-wrapper.price-excluding-tax:after{font-size:16px}.product-info .product-info-main .block_white_radius .product-add-form .product-info-price .price-box.price-final_price .special-price{margin-bottom:20px;display:block}.product-info .product-info-main .block_white_radius .product-add-form .product-info-price .price-box.price-final_price .special-price span.price{font-size:28px;line-height:36px;color:#FF003D}.product-info .product-info-main .block_white_radius .product-add-form .product-info-price .price-box.price-final_price .special-price .price-wrapper.price-including-tax:after{font-size:16px}.product-info .product-info-main .block_white_radius .product-add-form .product-info-price .price-box.price-final_price .special-price .price-wrapper.price-excluding-tax:after{font-size:16px}.product-info .product-info-main .block_white_radius .product-add-form .product-info-price .price-box.price-final_price .old-price{display:inline-block}.product-info .product-info-main .block_white_radius .product-add-form .product-info-price .price-box.price-final_price .old-price span.price{text-decoration:line-through;font-size:22px;line-height:28px;color:#75777A;position:relative}.product-info .product-info-main .block_white_radius .product-add-form .product-info-price .price-box.price-final_price .old-price .price-wrapper.price-including-tax:after{font-size:12px}.product-info .product-info-main .block_white_radius .product-add-form .product-info-price .price-box.price-final_price .old-price .price-wrapper.price-excluding-tax:after{font-size:12px}.product-info .product-info-main .block_white_radius .product-add-form .product-info-price .price-wrapper.price-excluding-tax:after{content:" Ex GST";line-height:24px;letter-spacing:0.15px;font-weight:bold}.product-info .product-info-main .block_white_radius .product-add-form .product-info-price .price-wrapper.price-including-tax:after{content:" Inc GST";line-height:24px;letter-spacing:0.15px;font-weight:bold}.product-info .product-info-main .block_white_radius .product-add-form .product-info-price span.tax_edit_price{right:0;padding:8px 24px;height:40px;border:1px solid #8f9193;border-radius:24px;bottom:-5px;position:absolute}@media only screen and (max-width:555px){.product-info .product-info-main .block_white_radius .product-add-form .product-info-price span.tax_edit_price{position:initial;display:block;width:200px;margin-top:20px}}.product-info .product-info-main .block_white_radius .product-add-form .product-info-price span.discount_save_green{padding:4px;background:#05944F;border-radius:4px;font-size:14px;letter-spacing:0.25px;color:#FFFFFF;margin-left:15px}.product-info .product-info-main .block_white_radius .product-add-form .control.control-qty-cart.control-qty{display:inline-block;margin-left:25px}.product-info .product-info-main .block_white_radius .product-add-form .control.control-qty-cart.control-qty input#qty.qty-default.input-text.qty{text-align:center;font-weight:bold;font-size:16px;line-height:24px;letter-spacing:0.15px;color:#191C1E;padding:8px;height:40px;border:2px solid #75777a;background:#FFFFFF;width:75px;margin-right:0}.product-info .product-info-main .block_white_radius .product-add-form .control.control-qty-cart.control-qty span.control-qty.input-group-btn{border:2px solid #75777a;width:40px;height:40px}.product-info .product-info-main .block_white_radius .product-add-form .control.control-qty-cart.control-qty span.control-qty.input-group-btn button{border:0px;text-align:center;margin:auto;display:block;padding:5px 0px}.product-info .product-info-main .block_white_radius .product-add-form .control.control-qty-cart.control-qty span.control-qty.input-group-btn.plus{border-left:0px;border-top-right-radius:10px;border-bottom-right-radius:10px}.product-info .product-info-main .block_white_radius .product-add-form .control.control-qty-cart.control-qty span.control-qty.input-group-btn.minus{border-right:0px;border-top-left-radius:10px;border-bottom-left-radius:10px}.product-info .product-info-main .block_white_radius .product-add-form .product-info-stock-sku{padding:8px 12px;background:#F0F0F3;border-radius:24px;font-weight:bold;font-size:16px;line-height:24px;letter-spacing:0.15px;color:#454749;text-align:center;display:inline-block;float:right}@media only screen and (max-width:777px){.product-info .product-info-main .block_white_radius .product-add-form .product-info-stock-sku{float:left}}.product-info .product-info-main .block_white_radius .product-add-form button#product-addtocart-button{background:#fff;border:1px solid #857372;border-radius:100px;font-weight:500;font-size:16px;line-height:24px;text-align:center;letter-spacing:0.15px;color:#BF002B;width:100%;height:56px;margin-top:32px}.product-info .product-info-main .block_white_radius .product-add-form button#product-addtocart-button .icon{width:24px;height:24px;margin-right:8px;margin-top:-5px}.product-info .product-info-main .block_white_radius .product-add-form button#product-checkout-button{background:#BF002B;border:1px solid #857372;border-radius:100px;font-weight:500;font-size:16px;line-height:24px;text-align:center;letter-spacing:0.15px;color:#FFFFFF;width:100%;height:56px;margin:32px 0px}.product-info .product-info-main .block_white_radius .product-add-form button#product-checkout-button .icon{width:24px;height:24px;margin-right:8px;margin-top:-5px}.product-info .product-info-main .block_white_radius .product-add-form #best_price{cursor:pointer;padding:8px;height:48px;background:#FEF3F2;border-radius:32px;display:inline-block;line-height:33px;margin-top:32px}.product-info .product-info-main .block_white_radius .product-add-form #best_price .best_text{font-size:12px;line-height:18px;text-align:center;color:#B42318;font-weight:bold;padding:4px 10px;height:32px;display:inline-block;background:#FFFFFF;mix-blend-mode:normal;border-radius:16px;margin-right:8px}.product-info .product-info-main .block_white_radius .product-add-form #best_price_show .modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border-radius:6px;-webkit-box-shadow:0 3px 9px #000 80;box-shadow:0 3px 9px #000 80;outline:0;text-align:center}.product-info .product-info-main .block_white_radius .product-add-form #best_price_show button.close{color:#000 !important;background-color:transparent !important;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.3 !important;height:30px;width:30px;font-weight:400;font-size:30px;z-index:200000;position:absolute;right:0;margin:10px}.product-info .product-info-main .block_white_radius .product-add-form #best_price_show .modal-body{padding:30px 50px;text-align:left}.product-info .product-info-main .block_white_radius .product-add-form #best_price_show .modal-body h3{margin:0 0 20px;font-weight:700;font-size:25px;line-height:32px}.product-info .product-info-main .block_white_radius .product-add-form #best_price_show .modal-body li{line-height:26px;display:list-item}.product-info .product-info-main .block_white_radius .product-add-form #best_price_show .modal-body ul{list-style:square;padding-left:2rem;margin-top:0;margin-bottom:1rem}.product-info .product-info-main .block_white_radius .product-social-links .block_shipping_rate{margin-bottom:20px;border-top:1px solid #e2e2e5;padding-top:20px}.product-info .product-info-main .block_white_radius .product-social-links .block_shipping_rate button#form_shipping_rate_button{color:#fff !important;line-height:50px;font-weight:700;margin-bottom:0;position:relative;border:none;padding:0px 20px;float:right;width:43%;height:48px;background:#051426;box-shadow:0px 1px 2px rgba(16,24,40,0.05);border-radius:32px}.product-info .product-info-main .block_white_radius .product-social-links .block_shipping_rate button#form_shipping_rate_button:hover{background-color:#444 !important}@media only screen and (max-width:555px){.product-info .product-info-main .block_white_radius .product-social-links .block_shipping_rate button#form_shipping_rate_button{width:100%;margin-top:20px}}.product-info .product-info-main .block_white_radius .product-social-links .block_shipping_rate input#address_shipping_rate{width:56%;float:left;padding:12px 16px;height:48px;background:#FFFFFF;border:1px solid #d0d5dd;box-shadow:0px 1px 2px rgba(16,24,40,0.05);border-radius:40px}@media only screen and (max-width:555px){.product-info .product-info-main .block_white_radius .product-social-links .block_shipping_rate input#address_shipping_rate{width:100%}}.product-info .product-info-main .block_white_radius .product-social-links .block_shipping_rate .form_shipping_rate{display:block;position:relative}.product-info .product-info-main .block_white_radius .product-social-links .block_shipping_rate .shipping_rate{display:inline-block;width:100%;margin-top:1.5rem}.product-info .product-info-main .block_white_radius .product-social-links .block_shipping_rate .shipping_rate p{text-align:center;font-size:17px;font-weight:600}.product-info .product-info-main .block_white_radius .product-social-links .block_shipping_rate .shipping_rate p a{color:#bf002b}.product-info .product-info-main .block_white_radius .product-social-links .block_shipping_rate .shipping_rate table{width:100%;font-size:16px;line-height:24px;color:#231f20}.product-info .product-info-main .block_white_radius .product-social-links .block_shipping_rate .shipping_rate table th{background:#f6f7f8;border:solid #ddd 1px;padding:0.5rem;font-weight:600}.product-info .product-info-main .block_white_radius .product-social-links .block_shipping_rate .shipping_rate table td{border:solid #ddd 1px;padding:0.5rem;font-weight:400}.product-info .product-info-main .block_white_radius .product-social-links .block_shipping_rate ul#suggetion-box{float:left;list-style:none;padding:0;position:absolute;height:auto;overflow:auto;background:#fff;z-index:3;margin:0;top:50px;max-height:200px;width:100%;border-top-left-radius:4px;border-bottom-left-radius:4px;padding-top:0.5rem;padding-bottom:0.5rem;border:solid #ddd 1px}.product-info .product-info-main .block_white_radius .product-social-links .block_shipping_rate #suggetion-box li{background:#fff;cursor:pointer;margin:0;text-align:left;padding-left:1rem;padding-right:1rem;padding-top:0.25rem;padding-bottom:0.25rem;font-size:16px;line-height:24px}.product-info .product-info-main .block_white_radius .product-social-links .block_shipping_rate #suggetion-box li:hover{background-color:#ed1c24;color:#fff}.product-info .product-info-main .block_white_radius .product-social-links .product-bottom-block .item{border:1px solid #75777a;border-radius:16px;padding:12px 16px;display:inline-block;width:100%}.product-info .product-info-main .block_white_radius .product-social-links .product-bottom-block .item .text{float:right;vertical-align:middle !important;display:inline-block;font-weight:bold;font-size:18px;line-height:20px;letter-spacing:0.1px;padding-top:13px;padding-left:15px}.product-info .product-info-main .block_white_radius .product-social-links .product-bottom-block .item strong{font-size:16px;color:#2E3133;font-weight:600}.product-info .product-info-main .block_white_radius .product-social-links .product-bottom-block .item p{color:#62e3ca;margin-top:10px;margin-bottom:0px}.product-info .product-info-main .block_white_radius .product-social-links .product-bottom-block .item .img{vertical-align:middle;display:inline-block;margin:0 auto;text-align:center;float:left}.product-info .product-info-main .block_white_radius .product-social-links .product-bottom-block .item .img img{margin-right:12px;vertical-align:middle;display:inline-block}.product-info .product-media-main .block_white_radius{padding:40px 32px;background:#FFFFFF;border-radius:16px;margin-bottom:30px}.product-info .product-media-main .block_white_radius .product.media{position:relative}.product-info .product-media-main .block_white_radius .product.media img{max-width:100%}.product-info .product-media-main .block_white_radius .product.media .product-addto-links{position:absolute;z-index:20;right:5px;top:5px;width:24px;height:24px;text-align:center}.product-info .product-media-main .block_white_radius .product.media .product-addto-links:hover .action.towishlist svg path{stroke:#ff003d !important}.product.info.detailed{margin-top:35px;font-size:16px}.product.info.detailed div#additional{width:100%;display:inline-block}.product.info.detailed .additional-attributes-wrapper.table-wrapper h2.title{font-size:20px;line-height:24px;color:#2e3133;margin-bottom:20px;margin-top:50px}.product.info.detailed .additional-attributes-wrapper.table-wrapper .data.table.additional-attributes .one_attribute{padding:8px;border-radius:8px;margin-bottom:20px}.product.info.detailed .additional-attributes-wrapper.table-wrapper .data.table.additional-attributes .one_attribute .col.label{background:#f0f0f3;padding:10px;border-radius:8px 0px 0px 8px;float:left;width:29%;margin-right:3px;margin-bottom:20px}.product.info.detailed .additional-attributes-wrapper.table-wrapper .data.table.additional-attributes .one_attribute .col.data{background:#fff;padding:10px;border-radius:0px 8px 8px 0px;float:left;width:70%;margin-bottom:20px}#main_content_contact_us .page_center .block_form{padding:0px 50px}@media only screen and (max-width:992px){#main_content_contact_us .page_center .block_form{padding:0px}}#main_content_contact_us button.btn-primary{padding:12px 20px;font-weight:600}#main_content_contact_us iframe{width:100%;margin-top:20px}@media only screen and (max-width:992px){#main_content_contact_us iframe{height:100%}}body.checkout-cart-index{background:#F7F7F8}body.checkout-cart-index main.page-main{margin-bottom:50px}body.checkout-cart-index main.page-main .page-title-wrapper h1.page-title{margin-bottom:30px}body.checkout-cart-index main.page-main .page-title-wrapper h1.page-title span{font-size:36px;font-weight:400}body.checkout-cart-index main.page-main .cart-container .cart-summary{border-radius:12px;background:#FFFFFF;padding:24px 20px}body.checkout-cart-index main.page-main .cart-container .cart-summary #discount-coupon-form{display:flow-root;padding-bottom:17px;border-bottom:1px solid #e2e2e5;margin-bottom:20px}body.checkout-cart-index main.page-main .cart-container .cart-summary #discount-coupon-form .field{float:left;width:70%}body.checkout-cart-index main.page-main .cart-container .cart-summary #discount-coupon-form .field input#coupon_code{padding:10px 12px;border-radius:8px;border:1px solid #d0d5dd;width:100%}body.checkout-cart-index main.page-main .cart-container .cart-summary #discount-coupon-form .actions-toolbar{float:right}body.checkout-cart-index main.page-main .cart-container .cart-summary #discount-coupon-form .actions-toolbar button.action.apply.primary{padding:8px 20px;border-radius:8px;background:#454749;border:1px solid #454749;font-family:Roboto;font-size:16px;font-weight:500;line-height:24px;color:#FFFFFF}body.checkout-cart-index main.page-main .cart-container .cart-summary div#cart-totals{color:#454749;font-family:Roboto;font-size:14px;font-weight:500;line-height:20px}body.checkout-cart-index main.page-main .cart-container .cart-summary div#cart-totals th{padding:16px .5rem;border:none;font-size:14px;font-weight:500;line-height:20px}body.checkout-cart-index main.page-main .cart-container .cart-summary div#cart-totals td{text-align:end;padding:16px .5rem;border:none;font-size:14px;font-weight:500;line-height:20px}body.checkout-cart-index main.page-main .cart-container .cart-summary div#cart-totals tr.grand.totals.excl span.price{font-size:22px;font-weight:400;line-height:20px;color:#BF002B}body.checkout-cart-index main.page-main .cart-container .cart-summary div#cart-totals tr.grand.totals.incl strong{font-size:14px;font-weight:500;line-height:20px}body.checkout-cart-index main.page-main .cart-container .cart-summary div#cart-totals tr.grand.totals.excl strong{font-size:16px;font-weight:500;line-height:24px}body.checkout-cart-index main.page-main .cart-container .cart-summary div#cart-totals tr.totals-tax-details{border-bottom:1px solid #e2e2e5}body.checkout-cart-index main.page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items{list-style:none;padding-left:0}body.checkout-cart-index main.page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items li.item{text-align:center;margin-bottom:20px}body.checkout-cart-index main.page-main .cart-container .cart-summary ul.checkout.methods.items.checkout-methods-items li.item button.action.primary.checkout{padding:12px 20px;border-radius:8px;border:1px solid #bf002b;background:#BF002B;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;letter-spacing:0em;margin:auto;width:100%;text-align:center;color:#fff}body.checkout-cart-index main.page-main .cart-container form#form-validate{padding:16px;border-radius:12px;background:#FFFFFF}body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table{padding:0px 10px}body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table .heed{font-family:Roboto;font-size:16px;font-weight:500;line-height:24px;text-align:left;color:#5C5E61;border-bottom:1px solid #c5c6c9;padding:16px 6px}@media only screen and (max-width:992px){body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table .heed{display:none}}body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table .cart.item{padding-bottom:16px;padding-right:6px;padding-left:6px;border-bottom:1px solid #c5c6c9;margin-top:30px;font-size:16px;line-height:24px;font-weight:400}body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table .cart.item .qty{display:flex}body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table .cart.item .qty .field.qty{align-items:center;display:flex;justify-content:center}body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table .cart.item .qty .control.control-qty-cart.control-qty input.qty-default.input-text.qty{text-align:center;font-weight:bold;font-size:16px;line-height:24px;letter-spacing:0.15px;color:#191C1E;padding:8px;height:40px;border:2px solid #75777a;background:#FFFFFF;width:75px;margin-right:0}body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table .cart.item .qty .control.control-qty-cart.control-qty span.control-qty.input-group-btn{border:2px solid #75777a;width:40px;height:40px}body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table .cart.item .qty .control.control-qty-cart.control-qty span.control-qty.input-group-btn.minus{border-right:0px;border-top-left-radius:10px;border-bottom-left-radius:10px}body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table .cart.item .qty .control.control-qty-cart.control-qty span.control-qty.input-group-btn.plus{border-left:0px;border-top-right-radius:10px;border-bottom-right-radius:10px}body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table .cart.item .price{display:flex}@media only screen and (max-width:992px){body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table .cart.item .price{font-size:22px;line-height:28px}}body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table .cart.item .price span.price-including-tax{align-items:center;display:flex;min-width:46%}@media only screen and (max-width:992px){body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table .cart.item .price span.price-including-tax{min-width:85%}}body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table .cart.item .price a.action.action-delete{align-items:center;display:flex}body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table .cart.item a.product-item-photo{display:flex}body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table .cart.item a.product-item-photo .product-item-details{align-items:center;display:flex;justify-content:center}body.checkout-cart-index main.page-main .cart-container form#form-validate #shopping-cart-table .cart.item a.product-item-photo span.product-image-container{float:left;margin-right:20px}.abs-no-display-desktop,.opc-estimated-wrapper,.sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous),.field-tooltip{display:none}body.checkout-index-index{background:#F7F7F8}body.checkout-index-index main.page-main{margin-bottom:50px}body.checkout-index-index header.page-header .end_heed,body.checkout-index-index header.page-header .middle_heed ul.middle_heed_menu li:not(:last-child),body.checkout-index-index header.page-header .middle_heed .searchbox_heed,body.checkout-index-index footer.footer_header .footer_top{display:none}body.checkout-index-index header.page-header .middle_heed ul.middle_heed_menu li:last-child{float:right}body.checkout-index-index .page-title-checkout h1{font-family:Roboto;font-size:36px;font-weight:400;line-height:44px;letter-spacing:0em;text-align:left;margin-bottom:16px}body.checkout-index-index .page-title-checkout p.checkout-description{font-family:Roboto;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0.5px;text-align:left;margin-bottom:16px;color:#454749}body.checkout-index-index .osc-authentication-wrapper{padding-left:0px;margin-bottom:16px}body.checkout-index-index .osc-authentication-wrapper a.action.action-auth-toggle.osc-authentication-toggle.social-login-btn{font-family:Roboto;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0.5px;text-align:left}body.checkout-index-index .checkoutSteps_shipping_and_payment{padding:24px 40px;background:#FFFFFF;border-radius:12px}body.checkout-index-index .checkoutSteps_shipping_and_payment .step-title{margin:25px 0px}body.checkout-index-index .checkoutSteps_shipping_and_payment h2{font-family:Roboto;font-size:22px;font-weight:400;line-height:28px;letter-spacing:0em;text-align:left;color:#191C1E;margin-bottom:20px}body.checkout-index-index .checkoutSteps_shipping_and_payment label.label{font-family:Roboto;font-size:14px;font-weight:500;line-height:20px;text-align:left}body.checkout-index-index .checkoutSteps_shipping_and_payment input,body.checkout-index-index .checkoutSteps_shipping_and_payment select{padding:10px 12px 10px 12px;border-radius:8px;border:1.7px solid #75777a;color:#75777A;width:100%}body.checkout-index-index .checkoutSteps_shipping_and_payment input#create-account-checkbox{width:3em;border-radius:2em;margin-right:20px;border:0;background-color:#F2F4F7;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");padding:12px 12px}body.checkout-index-index .checkoutSteps_shipping_and_payment input#create-account-checkbox:focus{box-shadow:0 0 0 .25rem #ffb3b2 40}body.checkout-index-index .checkoutSteps_shipping_and_payment input#create-account-checkbox:checked{background-color:#ffb3b2}body.checkout-index-index .checkoutSteps_shipping_and_payment .create-account-block label p:first-child{margin-bottom:0px;font-family:Roboto;font-size:14px;font-weight:500;line-height:20px;color:#454749}body.checkout-index-index .checkoutSteps_shipping_and_payment .create-account-block label p:last-child{font-family:Roboto;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0.25px;color:#75777A}body.checkout-index-index .checkoutSteps_shipping_and_payment button.action.primary.checkout{box-shadow:0px 1px 2px 0px #101828 0d;width:100%;height:48px;padding:12px 20px 12px 20px;border-radius:8px;background:#454749;margin-top:2em;border:0px}body.checkout-index-index .checkoutSteps_shipping_and_payment button.action.primary.checkout:hover{background:#BF002B}body.checkout-index-index .checkoutSteps_shipping_and_payment button.action.primary.checkout:focus{background:#BF002B}body.checkout-index-index .checkoutSteps_shipping_and_payment button.action.primary.checkout span{color:#FFFFFF;font-family:Inter;font-size:16px;font-weight:600;line-height:24px}body.checkout-index-index .order-summary.hoverable{padding:24px 20px;border-radius:12px;background:#fff;margin-left:auto;max-width:550px}body.checkout-index-index .order-summary.hoverable .payment-option-content #discount-form{border-bottom:1px solid #e2e2e5;height:80px}body.checkout-index-index .order-summary.hoverable .payment-option-content #discount-form .payment-option-inner{width:80%;float:left}body.checkout-index-index .order-summary.hoverable .payment-option-content #discount-form .actions-toolbar{width:18%;float:right;margin-top:0px}body.checkout-index-index .order-summary.hoverable .payment-option-content #discount-form .actions-toolbar .primary button.action.action-apply{padding:8px 20px;border-radius:8px;background:#454749;border:1px solid #454749;font-family:Roboto;font-size:16px;font-weight:500;line-height:24px;color:#FFFFFF}body.checkout-index-index .order-summary.hoverable .payment-option-content #discount-form .actions-toolbar .primary button.action.action-cancel{padding:8px 20px;border-radius:8px;background:#f44336;border:1px solid #f44336;font-family:Roboto;font-size:16px;font-weight:500;line-height:24px;color:#FFFFFF}body.checkout-index-index .order-summary.hoverable a.product-item-photo{display:flex}body.checkout-index-index .order-summary.hoverable span.product-image-container{width:80px !important;height:80px !important;float:left;margin-right:10px}body.checkout-index-index .order-summary.hoverable span.control-qty.input-group-btn.minus{border-right:0px;border-top-left-radius:10px;border-bottom-left-radius:10px}body.checkout-index-index .order-summary.hoverable span.control-qty.input-group-btn.plus{border-left:0px;border-top-right-radius:10px;border-bottom-right-radius:10px}body.checkout-index-index .order-summary.hoverable span.control-qty.input-group-btn{border:2px solid #75777a;width:40px;height:35px}body.checkout-index-index .order-summary.hoverable input.item_qty.input-text{text-align:center;font-weight:bold;font-size:16px;line-height:24px;letter-spacing:0.15px;color:#191C1E;padding:8px;height:35px;border:2px solid #75777a;background:#FFFFFF;width:75px;margin-right:0}body.checkout-index-index .order-summary.hoverable .control.control-qty-cart.control-qty{text-align:center;margin:auto;display:block;width:160px;margin-top:10px}body.checkout-index-index .order-summary.hoverable button.btn.btn-default.btn-number.quantity-controls{margin-top:-3px}body.checkout-index-index .order-summary.hoverable a.action.action-delete{display:flex;align-items:center;justify-content:center;height:100%;width:100%;cursor:pointer}body.checkout-index-index .order-summary.hoverable .a-left.product{border-bottom:1px solid #e2e2e5;padding:10px 0px;margin-bottom:10px}.icons_phone_and_email_and_map{padding:80px 0px}.icons_phone_and_email_and_map .card{text-align:center}.icons_phone_and_email_and_map .card .text .title{font-family:Inter;font-size:20px;font-weight:600;line-height:30px;letter-spacing:0em;text-align:center;margin:20px 0px}.icons_phone_and_email_and_map .card .text .sec1{font-family:Inter;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;text-align:center;margin:10px 0px}.icons_phone_and_email_and_map .card .text .sec2{font-family:Inter;font-size:16px;font-weight:600;line-height:24px;letter-spacing:0em;text-align:center;margin:5px 0px}.icons_phone_and_email_and_map .card .text .sec2 a.whatsappicon{background:#ff003d;border-radius:8px;color:#fff;padding:0px 25px;text-align:center;font-size:14px;line-height:36px;float:none;box-shadow:2px 3px 6px #000 29;display:block;width:150px;margin:10px auto}#html-body.warranty-repair-index-index main#maincontent.page-main{background:#F7F7F8;margin-top:0px;padding:50px 0px}#html-body.warranty-repair-index-index main#maincontent.page-main .form_content_container{float:none;margin:0 auto}#html-body.warranty-repair-index-index main#maincontent.page-main .caterinc.warranty{margin:30px 0px}#html-body.warranty-repair-index-index main#maincontent.page-main button.action.submit.primary{width:100%;height:48px;padding:12px 20px 12px 20px;border-radius:8px;background:#454749;color:#FFFFFF;font-family:Inter;font-size:16px;font-weight:600;line-height:24px}#html-body.warranty-repair-index-index main#maincontent.page-main .form_con{float:none;margin:0 auto;padding:40px 0px;border-radius:16px;background:#fff}#html-body.warranty-repair-index-index main#maincontent.page-main .form_con h2.title_page{font-family:Roboto;font-size:36px;font-weight:400;line-height:44px;text-align:center;color:#000000}#html-body.warranty-repair-index-index main#maincontent.page-main .form_con input.form-control,#html-body.warranty-repair-index-index main#maincontent.page-main .form_con select.form-select{padding:10px 14px;gap:8px;height:44px;border:1px solid #d0d5dd;box-shadow:0px 1px 2px #101828 80;border-radius:8px}#html-body.warranty-repair-index-index main#maincontent.page-main .form_con textarea.form-control{min-height:calc(4.25em)}#html-body.warranty-repair-index-index main#maincontent.page-main .form_con .field{margin-bottom:10px}#html-body.warranty-repair-index-index main#maincontent.page-main .form_con label.form-label{font-family:Roboto;font-size:14px;font-weight:500;line-height:20px;color:#454749}#html-body.warranty-repair-index-index main#maincontent.page-main .form_con .note{font-family:Roboto;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0.25px;text-align:left;color:#2E3133}#html-body.warranty-repair-index-index main#maincontent.page-main .form_con .note a{font-weight:500;color:#680016}body#html-body.cms-design-fit-out main#maincontent{background:#f7f7f8;padding:50px 0px;margin-top:0px}body#html-body.cms-design-fit-out main#maincontent h2.title_page{font-size:36px;font-weight:400;line-height:44px;text-align:center;margin-bottom:25px}body#html-body.cms-design-fit-out main#maincontent .caterinc.service_request_form{float:none;margin:0 auto;padding:30px 0px;border-radius:16px;background:#fff;margin-bottom:20px}body#html-body.cms-design-fit-out main#maincontent .caterinc.service_request_form h2.form_title{font-family:Roboto;font-size:28px;font-weight:400;line-height:36px;text-align:center;margin-bottom:25px}body#html-body.cms-design-fit-out main#maincontent .caterinc.service_request_form textarea.form-control{border-radius:8px;padding:10px 14px;border:1px solid #d0d5dd;box-shadow:0px 1px 2px rgba(16,24,40,0.05)}body#html-body.cms-design-fit-out main#maincontent .caterinc.service_request_form button.action.submit.primary{width:100%;height:48px;padding:12px 20px 12px 20px;border-radius:8px;background:#454749;color:#FFFFFF;font-family:Inter;font-size:16px;font-weight:600;line-height:24px}body#html-body.cms-design-fit-out main#maincontent .top_page_blocks{margin-bottom:50px}body#html-body.cms-design-fit-out main#maincontent .top_page_blocks .one_block_bg_wh{padding:8px 12px}body#html-body.cms-design-fit-out main#maincontent .top_page_blocks .one_block_bg_wh div{background:#fcfcff;border:1px solid #e2e2e5;height:56px;border-radius:8px;font-size:14px;font-weight:500;text-align:center;line-height:50px}body#html-body.cms-design-fit-out main#maincontent .cat_block_with_img{margin-bottom:50px}body#html-body.cms-design-fit-out main#maincontent .cat_block_with_img cat_title_name{font-size:18px;font-weight:500;line-height:26px;background:#f0f0f380;height:42px;padding:10px 20px;border-radius:8px;display:inline-block;margin-bottom:20px}body#html-body.cms-design-fit-out main#maincontent .cat_block_with_img .mid_page_blocks .one_block_bg_img{text-align:center}.mpbrand-index-index main#maincontent{padding:50px 0px;margin-top:0px}.mpbrand-index-index main#maincontent h1.page-title{font-size:36px;font-weight:400;line-height:44px;text-align:center}.mpbrand-index-index main#maincontent .block-brand-list .block-title{margin-bottom:35px}.mpbrand-index-index main#maincontent .block-brand-list ul.nav.brand-options.navbar-nav.controls{display:block}.mpbrand-index-index main#maincontent .block-brand-list ul.nav.brand-options.navbar-nav.controls li{min-width:38px;float:left;margin:10px 5px;background-color:inherit}.mpbrand-index-index main#maincontent .block-brand-list ul.nav.brand-options.navbar-nav.controls li .mp-option-item{padding:15px 20px;background:#fcfcff;border:1px solid #e2e2e5;border-radius:8px;font-size:14px;font-weight:500;text-align:center;line-height:50px}.mpbrand-index-index main#maincontent .block-brand-list ul.nav.brand-options.navbar-nav.controls li.active .mp-option-item{background-color:#e2e2e5}.mpbrand-index-index main#maincontent .block-brand-list .products-grid .products.product-items li{float:left}.mpbrand-index-index main#maincontent .block-brand-list .products-grid .products.product-items li .product-item-info{border:1px solid #e2e2e5}.mpbrand-index-index main#maincontent .block-brand-list .products-grid .products.product-items li .product-item-info .product.details.product-item-details{text-align:center;margin-top:10px;display:none}