@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ht-ctc-chat{--side:right}@property --conic-gradient-loading-deg{syntax:"";inherits:false;initial-value:0deg}:root{--ar-primary-color:#00adb5;--ar-secondary-color:#222831;--ar-panel-bg:rgba(34, 40, 49, 0.85);--ar-border-color:rgba(255, 255, 255, 0.15);--ar-shadow:0 8px 32px 0 rgba(0, 0, 0, 0.3)}.wc-ar-canvas-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999999;background:#000;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#fff;box-sizing:border-box}.wc-ar-canvas-modal-overlay *{box-sizing:border-box}.ar-viewport-wrapper{z-index:1}.ar-camera-feed,.ar-room-bg-view,.ar-viewport-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.ar-camera-feed{object-fit:cover;z-index:1;transform:scaleX(-1)}.ar-room-bg-view{background-size:cover;background-position:center;z-index:2;transition:background-image .5s ease-in-out}.ar-ui-overlay-container,.threejs-canvas-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;pointer-events:auto}.ar-ui-overlay-container{z-index:4;pointer-events:none;display:flex;flex-direction:column;justify-content:space-between;padding:20px;transition:opacity .3s ease}.ar-bottom-controls-bar,.ar-header,.ar-info-panel-box,.ar-side-controls{pointer-events:auto}.ar-circle-btn,.ar-header{display:flex;align-items:center}.ar-circle-btn{width:50px;height:50px;border-radius:50%;background:rgb(0 0 0/.6);border:1px solid rgb(255 255 255/.2);color:#fff;justify-content:center;cursor:pointer;box-shadow:0 4px 10px rgb(0 0 0/.3);transition:all .2s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.ar-circle-btn:hover{transform:scale(1.05);background:rgb(0 0 0/.8);border-color:var(--ar-primary-color)}.ar-circle-btn:active{transform:scale(.95)}.ar-header{justify-content:space-between;width:100%}.ar-status-indicator{background:rgb(0 0 0/.7);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgb(255 255 255/.15);padding:8px 18px;border-radius:20px;font-weight:600;font-size:14px;letter-spacing:.5px;box-shadow:var(--ar-shadow)}.ar-control-action-btn,.ar-side-controls{display:flex;flex-direction:column;align-items:center}.ar-side-controls{position:absolute;right:20px;top:90px;gap:15px}.ar-control-action-btn{width:50px;height:50px;border-radius:12px;background:rgb(0 0 0/.65);border:1px solid rgb(255 255 255/.15);color:#fff;justify-content:center;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.ar-control-action-btn:hover{background:rgb(0 0 0/.85);border-color:var(--ar-primary-color)}.ar-btn-caption{font-size:9px;margin-top:3px;font-weight:500;text-transform:uppercase;letter-spacing:.3px;color:rgb(255 255 255/.8)}.ar-control-action-btn:hover,.ar-control-action-btn:hover .ar-btn-caption{color:var(--ar-primary-color)}.ar-room-selector-group{display:flex;flex-direction:column;gap:8px;background:rgb(0 0 0/.5);padding:6px;border-radius:14px;border:1px solid rgb(255 255 255/.1)}.ar-room-thumb-btn{width:36px;height:36px;border-radius:8px;border:2px solid #fff0;cursor:pointer;background-size:cover;background-position:center;transition:all .2s ease}.ar-room-thumb-btn:hover{transform:scale(1.05)}.ar-room-thumb-btn.active{border-color:var(--ar-primary-color);box-shadow:0 0 8px var(--ar-primary-color)}.ar-bottom-controls-bar{width:100%;max-width:420px;margin:0 auto;display:flex;flex-direction:column;gap:8px}.ar-dimensions-selector-container{width:100%;overflow:hidden}.ar-sizes-scroll-wrapper{display:flex;gap:8px;overflow-x:auto;padding:4px 0 8px;scrollbar-width:none}.ar-sizes-scroll-wrapper::-webkit-scrollbar{display:none}.ar-native-action-wrapper{width:100%;display:flex;justify-content:center}.ar-btn-primary,.ar-info-panel-box button{background:var(--ar-primary-color);color:var(--ar-secondary-color);border:0;font-weight:700;cursor:pointer}.ar-btn-primary{width:100%;padding:10px 18px;border-radius:10px;font-size:13px;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 15px rgb(0 173 181/.3);transition:all .2s cubic-bezier(.4,0,.2,1)}.ar-btn-primary svg{stroke:var(--ar-secondary-color);width:16px;height:16px}.ar-btn-primary:hover{transform:translateY(-1px);box-shadow:0 5px 18px rgb(0 173 181/.5)}.ar-btn-primary:active{transform:translateY(0)}.ar-close-btn{width:52px!important;height:52px!important;background:rgb(220 53 69/.75)!important;border:1px solid rgb(255 255 255/.3)!important}.ar-close-btn:hover{background:rgb(220 53 69/.95)!important;transform:scale(1.1);border-color:#fff!important}.ar-fixed-logo-overlay{position:fixed;pointer-events:none;z-index:10000000;transition:all .3s ease}.ar-fixed-logo-overlay img{max-height:36px;width:auto;display:block;filter:drop-shadow(0 2px 8px rgb(0 0 0/.5))}.ar-fixed-logo-overlay.pos-bottom-center{bottom:100px;left:50%;transform:translateX(-50%)}.ar-show-ui-floating-btn{position:absolute;right:20px;bottom:20px;z-index:10000001;background:rgb(0 173 181/.8)!important;color:var(--ar-secondary-color)!important;border-color:var(--ar-primary-color)!important}.ar-info-panel-box{position:absolute;top:80px;left:50%;transform:translateX(-50%);width:90%;max-width:380px;padding:20px;z-index:100;background:rgb(20 20 20/.9);border:1px solid rgb(255 255 255/.15);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 10px 30px rgb(0 0 0/.5)}.ar-info-panel-box h4{margin-top:0;margin-bottom:10px;color:var(--ar-primary-color);font-size:15px;font-weight:600}.ar-info-panel-box ul{margin:0;padding-left:0;list-style:none}.ar-info-panel-box li{margin-bottom:8px;font-size:13px;line-height:1.4}.ar-info-panel-box button{padding:5px 15px;border-radius:4px;font-size:12px;margin-top:10px}@media (min-height:600px){.ar-bottom-controls-bar{margin-bottom:20px}}#ar-info-btn svg{width:28px!important;height:28px!important}#cookie-notice{display:none;position:fixed;min-width:100%;height:auto;z-index:998;font-size:13px;line-height:24px;left:0;text-align:center;box-shadow:0 0 2px 1px rgb(0 0 0/.15)}.cookie-notice-container{padding:10px}.cookie-notice-container h2{display:none}.cn-bottom{bottom:0}@media (max-width:767px){#cookie-notice #cn-notice-text{display:block;margin-bottom:1rem}}#cookie-notice .button{margin-left:10px;padding:10px 20px}#cookie-notice.cn-bottom.bar .button{padding:10px 20px}:root{--direction-multiplier:1;--page-title-display:block}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}@media (prefers-reduced-motion:reduce){html *{transition-delay:0s!important;transition-duration:0s!important}}@-ms-viewport{width:device-width}html{-ms-overflow-style:scrollbar;font-family:"Poppins";box-sizing:border-box}::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.col,.col-12,.col-3,.col-6,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-6,.col-lg-9,.col-md-4,.col-md-6,.col-md-8,.col-sm-6,.col-xl-12,.col-xl-3,.col-xl-4,.col-xl-6,.col-xl-9{position:relative;width:100%;min-height:1px;padding-right:10px;padding-left:10px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:576px){.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:768px){.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}}@media (min-width:1025px){.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.d-none{display:none!important}.d-flex{display:-ms-flexbox!important;display:flex!important}@media (min-width:1025px){.d-lg-none{display:none!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}}@media (min-width:1200px){.d-xl-flex{display:-ms-flexbox!important;display:flex!important}}@font-face{font-family:"presslayouts-font";src:url(/wp-content/themes/pressmart/assets/fonts/presslayouts-font.ttf?dauz0x)format("truetype"),url(/wp-content/themes/pressmart/assets/fonts/presslayouts-font.woff?dauz0x)format("woff"),url(/wp-content/themes/pressmart/assets/fonts/presslayouts-font.svg?dauz0x#presslayouts-font)format("svg");font-weight:400;font-style:normal;font-display:swap}[class*=" picon-"],[class^=picon-]{font-family:"presslayouts-font"!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.picon-user:before{content:""}.picon-home:before{content:""}.picon-heart:before{content:""}.picon-handbag:before{content:""}.picon-phone:before{content:""}.picon-worldwide:before{content:""}.picon-clock:before{content:""}.picon-envelope:before{content:""}.picon-feed:before{content:""}.picon-equalizer:before{content:""}.picon-menu:before{content:""}.picon-facebook:before{content:""}.picon-x-twitter:before{content:""}.picon-instagram:before{content:""}.picon-linkedin:before{content:""}.picon-whatsapp:before{content:""}.picon-youtube:before{content:""}.picon-flickr:before{content:""}@font-face{font-display:swap;font-family:WooCommerce;src:url(/wp-content/themes/pressmart/assets/fonts/WooCommerce.eot);src:url(/wp-content/themes/pressmart/assets/fonts/WooCommerce.eot?#iefix)format("embedded-opentype"),url(/wp-content/themes/pressmart/assets/fonts/WooCommerce.woff)format("woff"),url(/wp-content/themes/pressmart/assets/fonts/WooCommerce.ttf)format("truetype"),url(/wp-content/themes/pressmart/assets/fonts/WooCommerce.svg#WooCommerce)format("svg");font-weight:400;font-style:normal}.woocommerce a.button:disabled,.woocommerce button.button:disabled{cursor:not-allowed;opacity:.5}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row input.input-text{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:2}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.woocommerce form.login{text-align:left}.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-info{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f7f6f7;color:#515151;border-top:3px solid #a46497;list-style:none outside;width:auto;word-wrap:break-word;border-top-color:#1e85be}.woocommerce-info::after{content:" ";display:table}.woocommerce-info::before{display:table}.woocommerce-info::after{clear:both}.woocommerce-info::before{font-family:WooCommerce;content:"";display:inline-block;position:absolute;top:1em;left:1.5em;color:#1e85be}.mfp-hide{display:none!important}button::-moz-focus-inner{border:0}*,:after,:before{box-sizing:border-box}body{margin:0;color:#555;background-color:#fff;font-family:"Poppins";font-size:15px;font-weight:400;line-height:1.9;overflow-x:hidden}footer,header,main,nav{display:block}h1{margin:.67em 0}strong{font-weight:600}video{display:inline-block}img{border-style:none;vertical-align:middle}svg:not(:root){overflow:hidden}button,input,select{font-family:var(--site-primary-font);font-size:100%;line-height:1.6;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}[type=checkbox]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.site-content:after,.site-footer:after,.site-header:after,.widget-area:after,.widget:after{clear:both}a{color:#212121;text-decoration:none;-webkit-transition:all .25s ease;transition:all .25s ease}a:active,a:hover{color:#059473}h1,h2,h3,h4{clear:both;color:#333;font-weight:600;line-height:1.4;margin-bottom:.6781em;margin-top:0}h1{font-size:28px;font-size:1.75rem}h2{font-size:26px;font-size:1.625rem}h3{font-size:24px;font-size:1.5rem}h4{font-size:20px;font-size:1.25rem}p{margin:0 0 1.5em;padding:0}i{font-style:italic}:focus,button:focus{outline:0}label{display:block;font-weight:600;margin-bottom:.5em}input[type=password],input[type=search],input[type=text]{color:#777;display:block;line-height:2;padding:6px 12px;height:42px;width:100%}select{height:40px;max-width:100%;-webkit-appearance:none;-moz-appearance:none;background:#fff url(/wp-content/themes/pressmart/assets/images/select-bg.svg)98% 50%/26px 60px no-repeat;display:block;padding-left:15px;padding-right:25px}select::-ms-expand{display:none}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:inline-block;content:"";width:18px!important;height:18px!important;margin:0 6px 5px 0;cursor:pointer;vertical-align:middle;top:1px;line-height:1;outline:0}input[type=checkbox]:checked::before{transform:scale(1);opacity:1}input[type=checkbox]::before{font-size:12px!important;line-height:1.3;opacity:0;height:100%;width:100%;transition:all 150ms cubic-bezier(.445,.05,.55,.95);transform:scale(.9)}.button:not(.add_to_wishlist,.compare),button{border:0;box-shadow:0 1px 2px 0 rgb(0 0 0/.15);cursor:pointer;display:inline-block;font-size:15px;font-weight:600;line-height:1.2;padding:12px 20px}input+button{padding:.75em 1.4671em}::-webkit-input-placeholder{color:var(--site-input-color);font-family:var(--site-primary-font)}:-moz-placeholder{color:var(--site-input-color);font-family:var(--site-primary-font)}::-moz-placeholder{color:var(--site-input-color);font-family:var(--site-primary-font);opacity:1}:-ms-input-placeholder{color:var(--site-input-color);font-family:var(--site-primary-font)}ul{margin-left:1.5em;margin-bottom:1.5em;padding:0;list-style:disc}.nav-link{display:block}a:hover{outline:0;text-decoration:none}.close-sidebar:before,.footer-widget .widget .widget-title::after,.has-widget-toggle .widget-area .widget .widget-title::after,.mobile-menu-header .close-sidebar:before,input[type=checkbox]::before{display:inline-block;font-family:"presslayouts-font";text-align:center;vertical-align:middle}.woocommerce-info:before{font-size:14px}.ajax-search-style-1 .search-submit:before,.header-mini-search .header-search-icon:before,.header-myaccount>a:before,.pressmart-back-to-top:before,.woocommerce-info:before{display:inline-block;font-family:"presslayouts-font";text-align:center;vertical-align:middle}.mobile-menu-header .login-register:before{font-size:14px}.customer-support:before,.header-cart .header-cart-icon:before,.header-wishlist .header-wishlist-icon:before,.mobile-menu-header .login-register:before{display:inline-block;font-family:"presslayouts-font";text-align:center;vertical-align:middle}.customer-support:before{font-size:14px}input[type=checkbox]::before{content:"";font-weight:600}.close-sidebar:before,.mobile-menu-header .close-sidebar:before{content:""}.has-widget-toggle .widget-area .widget .widget-title::after,.pressmart-back-to-top:before{content:""}.woocommerce-info:before{content:""}.ajax-search-style-1 .search-submit:before,.header-mini-search .header-search-icon:before{content:""}.header-cart .header-cart-icon:before{content:""}.header-myaccount>a:before,.mobile-menu-header .login-register:before{content:""}.customer-support:before{content:""}.header-wishlist .header-wishlist-icon:before{content:""}.color-scheme-dark{color:#555}.color-scheme-dark a,.color-scheme-dark h1{color:#333}.site-wrapper{background-color:#fff;overflow:hidden;position:relative}.site-content{min-height:calc(100vh - 127px);padding-bottom:35px;padding-top:35px}.site-header{position:relative;z-index:100}.header-mobile{flex:0 0 100%;max-width:100%}.header-col{display:flex;flex-direction:row;align-items:center}.header-col-left{justify-content:flex-start}.header-col-right{justify-content:flex-end}.site-header ul{margin-left:0}.header-topbar .pressmart-social a,.site-header ul li{margin-bottom:0}.header-topbar{color:#545454;background-color:#fff;font-size:12px;max-height:40px}.header-topbar .header-col>*{padding:0 10px}.header-logo a,.header-topbar .header-col>*{display:inline-flex;align-items:center}.header-logo img{max-height:85%}.header-logo .logo-light,.header-logo .mobile-logo{display:none}.header-main{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;background-color:#fff;min-height:60px}.header-main .header-col>*,.header-navigation .header-col>*{padding:0 10px}.header-main .header-col>:first-child,.header-navigation .header-col>:first-child{padding-left:0}.header-main .header-col>:last-child,.header-navigation .header-col>:last-child{padding-right:0}.mobile-navbar .navbar-toggle{border:0;border-radius:0;font-size:21px;font-weight:600;padding:0}.mobile-navbar .navbar-label{display:none}.header-navigation{background-color:#059473;display:flex;justify-content:space-between;align-items:center}.header-topbar .pressmart-social{display:flex}.header-mini-search{position:relative}.header-mini-search .header-search-icon:before{font-size:22px;margin-right:5px}.header-mini-search .search-icon-text{cursor:pointer}.pressmart-ajax-search{position:relative;width:100%}.pressmart-ajax-search .searchform{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}.pressmart-ajax-search .product_cat,.pressmart-ajax-search .search-field{border:0;border-radius:0;-webkit-appearance:none;height:44px}.pressmart-ajax-search .product_cat{max-width:142px}.pressmart-ajax-search .search-field{padding-left:1.5em}.pressmart-ajax-search .search-submit{border-radius:0;box-shadow:none;margin:-1px;padding:12px 20px}.ajax-search-style-1 .search-submit{font-size:0}.ajax-search-style-1 .search-submit:before{font-size:18px}.trending-search-wrap{-webkit-overflow-scrolling:touch;max-height:55vh;overflow-x:hidden;position:absolute;width:100%;z-index:98;box-shadow:0 0 4px rgb(0 0 0/.15)}.search-results-wrapper{position:relative}.trending-search-wrap{display:none}.pressmart-search-popup{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:99999;background-color:rgb(0 0 0/.7);transition:all ease-in-out .3s;opacity:0;visibility:hidden;pointer-events:none}.pressmart-search-popup .pressmart-search-popup-wrap{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;padding:80px;transform:translateY(-100%);transition:all ease-in-out .3s;z-index:999}.pressmart-search-popup .pressmart-ajax-search{max-width:600px}.pressmart-search-popup .close-sidebar{display:flex;align-items:center;justify-content:center;position:absolute;right:30px;top:30px;width:30px;height:30px}.pressmart-search-popup .trending-search-wrap{position:inherit}.customer-support,.main-navigation ul.menu>li>a{display:flex;flex-direction:row;align-items:center}.customer-support{color:#333;font-size:15px;line-height:1.5}.customer-support::before{font-size:28px;margin-right:10px}.customer-support-wrap{display:flex;flex-direction:column}.header-cart>a,.header-mini-search>a,.header-myaccount>a,.header-wishlist>a{font-size:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.2}.header-cart-icon,.header-wishlist-icon,.pressmart-navigation ul.menu a,.pressmart-navigation ul.menu li{position:relative}.header-cart .header-cart-icon:before,.header-myaccount>a:before,.header-wishlist .header-wishlist-icon:before{font-size:22px}.header-cart-icon{margin-right:7px}.header-cart-count,.header-wishlist-count{border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;position:absolute;right:-8px;width:18px;height:18px;top:-7px}.header-myaccount{display:flex;align-items:center;justify-content:center;height:100%;position:relative}.header-navigation,.header-navigation .main-navigation ul.menu>li>a{height:42px}.pressmart-navigation ul{margin:0;list-style:none}.main-navigation ul.menu{display:inline-flex;flex-direction:row;align-items:center;flex-wrap:wrap}.main-navigation,.main-navigation>ul.menu,.main-navigation>ul>li{display:flex;align-items:center;height:100%}.main-navigation ul.menu>li>a{font-size:14px;font-weight:600;padding:0 10px}.pressmart-mobile-menu{display:flex;flex-direction:column;position:fixed;left:0;bottom:0;top:0;width:300px;z-index:999;overflow:hidden;overflow-y:auto;transform:translateX(-100%);transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.mobile-menu-header{border-bottom:3px double;display:flex;justify-content:space-between;align-items:center;padding:15px}.mobile-menu-header .login-register,.mobile-menu-header .login-register:hover{font-weight:600;font-size:16px;text-transform:capitalize}.mobile-menu-header .login-register:before{padding-right:15px}.pressmart-mobile-menu ul{margin:0}.mobile-nav-tabs,.pressmart-mobile-menu .mobile-nav-content.active{display:block}.mobile-nav-tabs ul{display:flex;flex-direction:row;align-items:stretch}.mobile-nav-tabs li,.pressmart-mobile-navbar .mobile-element a{display:flex;justify-content:center;align-items:center;font-weight:600}.mobile-nav-tabs li{background-color:#f8f8f8;color:#333;cursor:pointer;font-size:16px;list-style:none;margin-bottom:0;padding:15px 0;flex-basis:100%}.pressmart-mobile-menu .mobile-nav-content{display:none;animation:fadeIn 1s ease}.pressmart-mobile-menu .mobile-main-menu{display:inline-block;width:100%}.pressmart-mobile-menu ul.mobile-main-menu{list-style:none}.pressmart-mobile-menu ul.mobile-main-menu li{list-style:none;margin-bottom:0;position:relative}.pressmart-mobile-menu ul.mobile-main-menu li>a{display:block;position:relative}.pressmart-mobile-menu ul.mobile-main-menu>li,.widget li{position:relative}.pressmart-mobile-menu ul.mobile-main-menu>li>a{font-weight:600;padding:15px}.pressmart-mobile-menu ul.mobile-main-menu li a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-topbar>*{display:block;width:100%}.mobile-topbar .pressmart-social{padding:15px 0}@media only screen and (max-width:1024px){.navbar-toggle{cursor:pointer;display:inline-block;float:none;margin:0;padding:8px 0;text-align:left}.pressmart-mobile-menu .mobile-topbar .pressmart-social a i{font-size:15px;width:32px;height:32px}}@media only screen and (min-width:768px) and (max-width:1024px){.pressmart-mobile-menu{width:340px}}.pressmart-mobile-navbar{box-shadow:0 0 4px rgb(0 0 0/.15);display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:fixed;padding:5px 0;height:57px;right:0;bottom:0;left:0;opacity:0;visibility:hidden;z-index:98;transform:translateY(60px);transition:transform .3s ease,opacity .3s ease,visibility .3s ease}@media (max-width:1024px){.has-mobile-bottom-navbar:not(.has-multi-step-checkout){padding-bottom:48px}.has-mobile-bottom-navbar .pressmart-mobile-navbar{bottom:0;opacity:1;visibility:visible;transform:translateY(0)}.has-mobile-bottom-navbar .pressmart-back-to-top{bottom:68px}}.pressmart-mobile-navbar .mobile-element{flex:1 0 20%;max-width:20%;padding:0 3px}.pressmart-mobile-navbar .mobile-element a{flex-direction:column}.pressmart-mobile-navbar .navbar-icon{font-size:20px;position:relative}.pressmart-mobile-navbar .navbar-label{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.pressmart-mobile-navbar .header-cart-count,.pressmart-mobile-navbar .header-wishlist-count{right:-10px;top:-4px}#page-title{background-color:#f8f8f8;padding-top:50px;padding-bottom:50px}.page-title .title{margin:0;line-height:1.2}.title-size-default .title{font-size:60px}.page-title .entry-header,.woocommerce .woocommerce-rememberme-lost_password label{margin:0}.page-title .entry-breadcrumbs{margin-top:6px}.page-title .pressmart-breadcrumb{display:flex;flex-wrap:wrap}.page-title.text-center .pressmart-breadcrumb{justify-content:center;align-items:center}.pressmart-breadcrumb .delimiter-sep{margin:0 6px}.pressmart-breadcrumb .delimiter-sep.forward-slash:before{content:"/"}.entry-header{margin-bottom:1rem}.widget:not(:last-child){margin-bottom:2.5em}.widget-title{font-size:18px;margin-bottom:20px;position:relative}.footer-widget .widget .widget-title::after,.has-widget-toggle .widget-area .widget .widget-title::after{font-size:16px;position:absolute;right:0;top:0}.widget ul{list-style:none;margin:0}.widget ul li:not(:last-child){margin-bottom:1rem}.widget ul li ul{margin-top:1rem;padding-left:20px;position:relative}.widget_text{word-wrap:break-word}.widget_text ul li{border:0}.widget_text ul li:last-child{padding-bottom:0}.widget_text ul li ul{margin:0 0 0 1.5em}.widget_text ul li li{padding-left:0;padding-right:0}.about-us-widget p{margin:0 0 .7681rem}.pressmart-about-us ul li{display:flex;flex-flow:row}.pressmart-about-us ul li i{font-size:16px;padding-right:14px;margin-top:4px}.pressmart_widget_price_filter_list .wc-layered-nav-term>a>span:first-child{margin-right:5px}.pressmart_widget_price_filter_list .wc-layered-nav-term>a>span:last-child{margin-left:5px}.widget.widget_layered_nav li{display:flex;justify-content:space-between;align-items:center}.widget.widget_layered_nav li a{display:flex;flex-direction:row;align-items:center;flex:1 1 auto;position:relative}.widget.widget_layered_nav li a:before{content:""!important;display:inline-table;height:16px;margin-right:8px;width:16px}.pressmart-social.icons-shape-circle a i,.widget.pressmart_widget_price_filter_list li a:before{border-radius:50%}@media (max-width:767px){.has-mobile-canvas-sidebar .widget-area{display:flex;flex-direction:column;position:fixed;left:0;bottom:0;top:0;padding-top:1em;width:300px;z-index:999;overflow:hidden;overflow-y:auto;transform:translateX(-100%);transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}}.site-footer .footer-main{background-color:#f8f8f8;padding-top:5rem;padding-bottom:5rem}.site-footer .footer-widget .widget{border:0;padding-bottom:0}.footer-subscribe{background-color:#059473;padding-top:3rem;padding-bottom:3rem}.footer-subscribe .subscribe-wrap{display:flex;align-items:center}.footer-subscribe h4{margin-bottom:5px}@media (max-width:767px){.footer-subscribe .subscribe-wrap{flex-direction:column;text-align:center}.footer-subscribe h4+p{margin-bottom:1.5rem}}.site-footer .footer-copyright{background-color:#f8f8f8;padding-top:2rem;padding-bottom:2rem}.pressmart-back-to-top{box-shadow:0 0 5px rgb(0 0 0/.15);cursor:pointer;display:none;font-size:0;bottom:20px;right:20px;width:40px;height:40px;text-align:center;position:fixed;z-index:998}.pressmart-back-to-top:before{font-size:20px;line-height:40px}img,video{height:auto;max-width:100%}.pressmart-login-signup,.pressmart-signin-up-popup{max-width:695px;margin:1em auto 0;box-shadow:0 0 3px rgb(0 0 0/.2)}.customer-login{display:none;flex-direction:row}.customer-login.active{display:flex}.customer-login-left{flex:40%;font-size:16px;padding:40px 35px}.customer-login-left h2{margin-bottom:10px}.customer-login-right{flex:60%;padding:40px 35px}.woocommerce form .woocommerce-form-row{margin-bottom:25px}.woocommerce .form-row.woocommerce-rememberme-lost_password{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.woocommerce form .woocommerce-rememberme-lost_password a,.woocommerce form .woocommerce-rememberme-lost_password label{font-weight:600}.woocommerce .woocommerce-form-login p{padding:0}.pressmart-login-signup .button{width:100%;text-align:center}.woocommerce .woocommerce-form-login p:last-child{margin-bottom:0}.menu-item a.nav-link,.pressmart-signin-up-popup{position:relative}.pressmart-mask-overaly{position:fixed;top:0;left:0;width:100%;height:100%;z-index:998;opacity:0;visibility:hidden;background-color:rgb(0 0 0/.6);transition:opacity .5s ease,visibility 0s ease .5s}.mobile-menu-header .close-sidebar:before{font-size:12px;font-weight:600}.close-sidebar{flex:0 0 auto;font-size:0}.close-sidebar:before{font-size:14px;font-weight:600;line-height:1}.woocommerce form .form-row{display:inherit;padding:0;margin:0 0 1em}.pressmart-social a{display:inline-block;margin-right:7px;margin-bottom:7px;text-align:center}.pressmart-social .social-text{display:none}.pressmart-social a i{display:inline-flex;justify-content:center;align-items:center}.pressmart-social.icons-size-default a i{font-size:18px;width:38px;height:38px}.site-header .pressmart-social.icons-size-default a i{font-size:14px;width:32px;height:32px}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.row{margin-left:-10px;margin-right:-10px}@-ms-viewport{width:device-width}@media (max-width:1199px){.site-header .header-icon-text{display:none}.header-myaccount .customer-signinup{font-size:0}.header-myaccount .customer-signinup::before{font-size:22px;font-weight:400}}@media (min-width:1025px) and (max-width:1199px){.header-col.header-col-center{padding:0}.main-navigation.pressmart-navigation ul.menu>li>a{padding:0 6px}}@media (max-width:1024px){.header-logo .logo{display:none}.site-header:not(.header-overlay) .mobile-logo{display:block}.header-col-center{justify-content:center}.header-navigation .header-col-center{padding-bottom:7px}.pressmart-ajax-search .searchform .search-submit{margin:0;padding:11px 20px}.pressmart-search-popup .close-sidebar{right:15px;top:15px;width:20px;height:20px}.pressmart-search-popup .pressmart-search-popup-wrap{padding:35px}.site-header:not(.header-overlay)+#page-title{padding-top:35px;padding-bottom:35px}.title-size-default .title{font-size:42px}.site-footer .footer-main{padding-top:4em;padding-bottom:4em}.site-footer .footer-widget .widget{margin-bottom:2em}}@media (max-width:767px){.site-header:not(.header-overlay)+#page-title{padding-top:25px;padding-bottom:25px}.title-size-default .title{font-size:36px}.footer-copyright .copyright-wrap>div:first-child{margin-bottom:1em}.footer-copyright .copyright-wrap>div{text-align:center!important}.customer-login{flex-wrap:wrap}}@media (max-width:640px){.pressmart-search-popup .pressmart-ajax-search{width:95%}.pressmart-ajax-search .search-categories{display:none}}@media (max-width:575px){.header-myaccount>a::before{margin-right:0}.footer-widget-collapse .widget>:not(.widget-title):not(:first-child){display:none}.footer-widget-collapse .widget .widget-title::after{content:""}.customer-login-right{flex:100%;padding:30px 20px}}@media (max-width:420px){.woocommerce .form-row.woocommerce-rememberme-lost_password{flex-direction:column}}