nav li,nav ul{list-style:none;padding:0;margin:0}nav a{text-decoration:none}nav a:hover,nav a:visited{text-decoration:none}.menu-bar{display:flex;justify-content:center}.menu-link{padding:20px 25px;transition:background .2s,color .2s;position:relative;z-index:1}.menu-link[aria-haspopup=true]{padding-right:40px}.menu-link[aria-haspopup=true]:after{content:"";background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowRight.svg#accent);background-size:14px;width:14px;height:14px;font-size:12px;position:absolute;right:10px;top:50%;transform:translateY(-50%);right:10px;filter:brightness(100)}.mega-menu-header{font-size:1.2em;text-transform:uppercase;font-weight:700}.mega-menu{z-index:10}.mega-menu--multiLevel{flex-direction:column}@media all and (min-width:991px){.menu [aria-haspopup=true]~ul{display:none}.menu-bar{position:relative}.menu-bar>li>[aria-haspopup=true]:after{background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowBottom.svg#accent)}.menu-bar>li>[aria-haspopup=true]:hover:after{background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowBottom.svg#light)}.menu-bar>li>[aria-haspopup=true]:focus~ul{display:flex;transform-origin:top;animation:dropdown .2s ease-out}.menu-bar>li>[aria-haspopup=true]~ul:hover{display:flex}.menu-bar>li:focus-within>[aria-haspopup=true]~ul{display:flex}.menu-bar>li:focus-within>[aria-haspopup=true]:after,.menu-bar>li:hover>a:after,.menu-bar>li>[aria-haspopup=true]:focus:after{background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowTop.svg#light)}.mega-menu{position:absolute;top:100%;left:0;width:100%}.mega-menu:hover{display:flex}.mega-menu a:hover{background:tint(#f58634,85%);color:#f4781c}.mega-menu--multiLevel>li{width:33.33333%}.mega-menu--multiLevel>li>[aria-haspopup=true]~ul{left:33.33333%;width:33.33333%}.mega-menu--multiLevel>li>[aria-haspopup=true]~ul ul{width:100%;left:100%}.mega-menu--multiLevel>li img{width:24px;margin-right:8px}.mega-menu--multiLevel li:hover>[aria-haspopup=true]~ul{display:block;transform-origin:left;animation:flyout .2s ease-out}.mega-menu--multiLevel li:focus-within>[aria-haspopup=true]~ul{display:block}.mega-menu--multiLevel li:focus-within>[aria-haspopup=true],.mega-menu--multiLevel li:focus-within>a,.mega-menu--multiLevel li:hover>[aria-haspopup=true],.mega-menu--multiLevel li:hover>a{background:tint(#f58634,85%);color:#f4781c}.mega-menu--multiLevel [aria-haspopup=true],.mega-menu--multiLevel [aria-haspopup=true]~ul{border-left:1px solid #f0f0f0}.mega-menu--multiLevel [aria-haspopup=true]:hover,.mega-menu--multiLevel [aria-haspopup=true]~ul:hover{display:block}.mega-menu--multiLevel [aria-haspopup=true]~ul{position:absolute;top:0;height:100%}.mega-menu--flat>*{flex:1}.mobile-menu-back-item,.mobile-menu-header,.mobile-menu-trigger{display:none}}@media all and (max-width:991px){.mobile-menu-back-item,.mobile-menu-header,.mobile-menu-trigger{display:block}.mobile-menu-trigger{color:#000;border:0;padding:10px;font-size:1.2em;border-radius:4px;width:50px;text-align:center;position:absolute;z-index:1;right:1px;top:8px}.mobile-menu-header{order:-1;background:grey}.mobile-menu-header a{padding:20px 25px;color:#fff;visibility:visible}.menu-bar{flex-direction:column;position:fixed;top:0;left:-100%;height:100vh;width:350px;max-width:350px;max-width:90%;overflow-x:hidden;transition:left .3s;box-shadow:1px 0 2px 0 rgba(0,0,0,.25)}.menu-bar>li>[aria-haspopup=true]~ul{display:flex;flex-direction:column;background:#fff;position:absolute;left:100%;top:0;max-height:100vh;width:100%;transition:left .3s}.menu-bar>li>[aria-haspopup=true]~ul>li>[aria-haspopup=true]{font-size:1.2em}.menu-bar>li>[aria-haspopup=true]~ul>li>[aria-haspopup=true]~ul a{padding-left:40px}.menu-bar>li>[aria-haspopup=true]~ul>li>[aria-haspopup=true]~ul>li>[aria-haspopup=true]~ul a{padding-left:80px}.menu-bar>li>[aria-haspopup=true]~ul [aria-haspopup=true]{color:#000}.menu-bar>li>[aria-haspopup=true]~ul [aria-haspopup=true]:after{content:"+";background:0 0;font-size:1em;font-weight:400;height:20px;line-height:1}.menu-bar>li>[aria-haspopup=true]~ul [aria-haspopup=true]~ul{max-height:0;transform-origin:top;transform:scaleY(0);transition:max-height .1s}.mega-menu-content{padding:20px 25px}.mobile-menu-back-item{order:-1}.mobile-menu-back-item a{background:tint(grey,70%);color:#000;max-height:"calc(1.4em + 40px)";margin-top:"calc(0px - (1.4em + 40px))";pointer-events:none}.mobile-menu-back-item a:before{content:"";width:14px;height:12px;background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1397521/arrowLeft.svg#default);background-size:14px;margin-right:10px;display:inline-block}.mobile-menu-trigger:focus~ul{left:0}.menu-bar:focus-within,.menu-bar:hover{left:0}.menu-bar>li>[aria-haspopup=true]:focus~ul{left:0}.menu-bar>li>[aria-haspopup=true]~ul{margin-top:"calc(1.4em + 40px)"}.menu-bar>li>[aria-haspopup=true]~ul:focus-within,.menu-bar>li>[aria-haspopup=true]~ul:hover{left:0}.menu-bar>li>[aria-haspopup=true]~ul [aria-haspopup=true]:focus~ul{max-height:500px;animation:dropdown .3s forwards}.menu-bar>li>[aria-haspopup=true]~ul li:focus-within>[aria-haspopup=true]~ul{max-height:500px;transform:scaleY(1)}.menu-bar>li:focus-within~.mobile-menu-header a{visibility:hidden}}@media all and (max-width:991px) and (hover:none){.mobile-menu-trigger:hover~ul{left:0}.menu-bar>li>[aria-haspopup=true]:hover~ul{left:0}.menu-bar>li>[aria-haspopup=true]~ul:hover{left:0}.menu-bar>li>[aria-haspopup=true]~ul [aria-haspopup=true]:hover~ul{max-height:500px;animation:dropdown .3s forwards}.menu-bar>li>[aria-haspopup=true]~ul [aria-haspopup=true]~ul:hover{max-height:500px;transform:scaleY(1)}.menu-bar>li:hover~.mobile-menu-header a{visibility:hidden}}@keyframes dropdown{0%{opacity:0;transform:scaleY(0)}50%{opacity:1}100%{transform:scaleY(1)}}@keyframes flyout{0%{opacity:0;transform:scaleX(0)}100%{opacity:1;transform:scaleX(1)}}body{font-family:Overpass,sans-serif;overflow-x:hidden}:root{overflow-x:hidden}a{text-decoration:none}a:hover{text-decoration:none}.whatsapp{position:fixed;right:15px;z-index:9;bottom:20%;background:#24cc63;color:#fff;height:50px;width:50px;line-height:50px;border-radius:100px;text-align:center;font-size:30px}.whatsapp .bi{line-height:50px}.whatsapp .bi::before{line-height:50px}.topbar{position:relative;padding:8px 0;padding-right:20px}.topbar::after{position:absolute;content:'';border-bottom:1px solid #dcdcdc;bottom:0;left:0;right:0}.topbar p{margin:0;font-size:16px;line-height:15px}.topbar p a{color:#000}.topbar .bi{color:#f53434;margin-right:8px}.navbar_header{position:sticky;padding:5px 0;top:0;width:100%;z-index:9;box-shadow:0 0 30px rgba(0,0,0,.06)}.navbar_header ul li a{color:#fff!important;font-family:Overpass,sans-serif!important;text-transform:capitalize;font-weight:400!important;white-space:nowrap}.navbar_header .position .mega-menu .menu-link:hover .menu.menu-list{display:block}.navbar_header .menu-bar>li>[aria-haspopup=true]:focus{background:0 0}.navbar_header .menu{width:100%;background:0 0}.navbar_header .menu li{position:relative}.navbar_header .menu li a{padding:9px 15px!important;display:inline-block;white-space:nowrap;font-weight:600!important;font-size:17px!important;color:#000!important;line-height:54px!important;font-family:Overpass,sans-serif!important}.navbar_header .menu li .menu-link.menu-bar-link{margin-right:20px}.navbar_header .menu li ul{padding:15px 0}.navbar_header .menu li ul li a{font-size:16px!important;color:#000!important;line-height:24px!important;width:95%;padding:8px 15px!important}.navbar_header .menu li ul li a:hover{background:#000!important;color:#fff!important}.navbar_header .menu .position li{position:static!important}.navbar_header .mega-menu.category{background:#fff;border-radius:5px;padding:15px;min-height:550px;overflow-y:auto;width:100%;box-shadow:0 0 20px rgba(0,0,0,.1)}.navbar_header .mega-menu{background:#fff;border-radius:0;width:300px}.navbar_header .mega-menu li a{padding-right:15px!important}.navbar_header .mega-menu--multiLevel>li{width:100%;background:#fff}.navbar_header .position{position:static!important}.navbar_header .position .mega-menu--multiLevel>li{width:33.333%}.navbar_header nav{width:100%}.navbar_header .menu-link[aria-haspopup=true]::after{filter:brightness(0)}.navbar_header .mega-menu--multiLevel li:hover>.menu-link[aria-haspopup=true]::after{filter:brightness(100)}.navbar_header .searchbar{margin-right:15px}.navbar_header .media a{border:1px solid #b9b9b9;display:inline-block;width:45px;line-height:45px;text-align:center;height:45px;border-radius:100px}.close_menu-bar{position:absolute;left:-100px;z-index:9999;cursor:pointer;background:#2b2a28;border-radius:100%;color:#fff;width:30px;height:30px;text-align:center;line-height:30px}.navbar_header nav .menu li:hover .mega-menu{display:block}.mega-menu--multiLevel [aria-haspopup=true],.mega-menu--multiLevel [aria-haspopup=true]~ul{border:0}.menu-bar>li>[aria-haspopup=true]::after{filter:brightness(0);right:-3px}.searchbar{position:relative}.searchbar button{background:0 0;color:#000;cursor:pointer;margin-right:0;border:0;line-height:1}.searchbar .bi{font-size:16px}.cart{margin-left:0;padding-right:30px}.cart .btn{display:flex;font-size:16px;background:0 0!important;color:#000!important;border:0!important;padding:5px!important;line-height:18px;width:18px}.cart .badge{background:#000!important;font-size:12px;font-weight:400;color:#fff;font-weight:500;width:20px!important;min-height:20px!important;height:20px;display:inline-block;padding-left:6px}.navbar_header.nav-fixed{transition:.3s all ease-in-out;background:#fff;transform:translateY(-150px)}.navbar_header.nav-fixed .contact-button{height:28px;transition:.3s all ease-in-out}.navbar_header.nav-fixed .button{padding:4px 15px;transition:.3s all ease-in-out}.navbar_header.nav-fixed.hidden-fixed{position:fixed;padding:5px 0;transform:translateY(0);top:0;transition:.3s all ease-in-out}.navbar_header.nav-fixed.hidden-fixed .nav-brand img{width:200px}.home-banners{background:#000;position:relative}.home-banners .carousel-item .img-fluid{height:100%;width:100%;object-fit:cover}.home-banners .title{font-size:48px;font-family:Overpass,sans-serif;line-height:52px;font-weight:800;color:#fff;margin-bottom:10px}.home-banners .carousel-caption{display:flex;top:50px;bottom:0;align-items:center;justify-content:start;text-align:left;left:8%;z-index:1;max-width:630px}.home-banners .description{font-size:24px;line-height:30px;font-family:Roboto,serif;margin-bottom:30px}.home-banners .button{background:#fff;min-width:210px;background:rgba(0,0,0,.1);border:2px solid #fff;color:#fff;border-radius:30px;display:inline-block;padding:10px 25px;font-size:18px;font-family:Overpass,sans-serif;font-weight:600;text-align:center}.home-banners .button img{margin-left:8px}.home-banners .carousel-control-next,.home-banners .carousel-control-prev{width:80px}.home-banners .carousel-indicators button{height:16px;width:16px;border:0;border-radius:100px}.home-new-launch{position:relative;padding:60px 0 80px}.home-new-launch .box{margin-bottom:30px}.home-new-launch .box .img-box{background:#f6f6f6;padding:25px;border-radius:20px;margin-bottom:25px}.home-new-launch .box .img-fluid{height:290px;object-fit:contain;transition:all .3s}.home-new-launch .box:hover .img-fluid{transform:scale(1.1)}.home-new-launch .sub-title{font-size:22px;font-weight:600;font-family:Overpass,sans-serif;color:#000;text-transform:capitalize;margin-bottom:10px;letter-spacing:-.5px;padding-bottom:10px;position:relative}.home-new-launch .sub-title::after{position:absolute;content:'';left:0;width:150px;bottom:0;height:2px;background:#f1f1f1}.home-new-launch p{margin:0}.home-new-launch .title{font-family:Overpass,sans-serif;font-size:2.6rem;text-transform:capitalize;font-weight:700;letter-spacing:-1.5px;margin-bottom:50px;color:#000;font-size:48px;color:#000}.home-new-launch a{color:#000;font-size:16px;letter-spacing:-.5px;display:flex;align-items:center}.home-new-launch a img{filter:invert(1);opacity:.5;width:15px!important;display:inline-block;height:11px;margin-left:8px}.home-new-launch .description{font-size:18px;font-family:Roboto,serif;font-weight:500;display:block;line-height:18px;color:#777}.home-new-launch .owl-nav{text-align:center;position:absolute;top:-25%;right:0}.home-new-launch .owl-nav .owl-prev{background:0 0!important;height:45px;width:45px;margin-right:2px;top:50%;left:0;line-height:45px!important;border-radius:100px;box-shadow:0 3px 15px rgba(0,0,0,.06);background:#000!important}.home-new-launch .owl-nav .owl-prev::after{content:"\f284";font-family:bootstrap-icons!important;color:#fff;font-size:24px}.home-new-launch .owl-nav .owl-prev span{position:relative;display:none}.home-new-launch .owl-nav .owl-next{background:0 0!important;height:45px;width:45px;line-height:45px!important;right:0;border-radius:100px;box-shadow:0 3px 15px rgba(0,0,0,.06);background:#000!important}.home-new-launch .owl-nav .owl-next::after{content:"\f285";font-family:bootstrap-icons!important;color:#fff;font-size:24px}.home-new-launch .owl-nav .owl-next span{position:relative;display:none}.home-new-launch .owl-nav span{font-size:30px;color:transparent}.home-about-us{padding:90px 0;position:relative;border-radius:50px 50px 0 0;background:#000}.home-about-us .sub-title{font-size:22px;font-weight:600;font-family:Overpass,sans-serif;color:#000;text-transform:capitalize;margin-bottom:10px;letter-spacing:-.5px;padding-bottom:10px;position:relative;color:#fff;margin-bottom:40px}.home-about-us .sub-title::after{position:absolute;content:'';left:0;width:150px;bottom:0;height:2px;background:#f1f1f1}.home-about-us .title{font-family:Overpass,sans-serif;font-size:2.6rem;text-transform:capitalize;font-weight:700;letter-spacing:-1.5px;margin-bottom:50px;color:#000;font-size:48px;margin-bottom:40px;color:#fff;line-height:46px;font-weight:800;letter-spacing:-.5px}.home-about-us .description{font-family:Roboto,serif;font-size:1rem;color:#000;font-size:22px;letter-spacing:-.5px;color:#777}.home-about-us .button{background:#fff;min-width:210px;background:rgba(0,0,0,.1);border:2px solid #fff;color:#fff;border-radius:30px;display:inline-block;padding:10px 25px;font-size:18px;font-family:Overpass,sans-serif;font-weight:600;text-align:center;height:60px;padding:16px 0;margin-top:40px}.home-about-us .button img{margin-left:8px}.home-about-us .img-fluid{box-shadow:0 3px 15px rgba(0,0,0,.06)}.home-products{padding:80px 0;position:relative}.home-products .title{font-family:Overpass,sans-serif;font-size:2.6rem;text-transform:capitalize;font-weight:700;letter-spacing:-1.5px;margin-bottom:50px;color:#000;color:#000;text-align:center}.home-products .description{font-family:Roboto,serif;font-size:1rem;color:#000;text-align:center;margin-bottom:60px;color:#888;font-size:22px}.home-products .owl-carousel{padding-left:15px;padding-right:15px}.home-products .box{position:relative}.home-products .box::after{content:'';position:absolute;bottom:0;height:80%;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.9),transparent)}.home-products .box .position-absolute{bottom:0;left:0;right:0;z-index:1;top:0;padding:30px;display:flex;flex-direction:column;align-items:self-start;justify-content:end}.home-products .box .img-fluid{margin-top:25px;height:580px;display:flex;align-items:center;justify-content:center;object-fit:cover}.home-products .box .sub-title{font-size:36px;line-height:36px;margin-bottom:15px;color:#fff;text-transform:capitalize;font-family:Overpass,sans-serif;letter-spacing:-.5px;font-weight:700}.home-products .stretched-link{color:#fff;opacity:.5}.home-products .stretched-link img{width:15px;height:11px;display:inline-block;margin-left:8px}.home-products .button{background:#fff;min-width:210px;background:rgba(0,0,0,.1);border:2px solid #fff;color:#fff;border-radius:30px;display:inline-block;padding:10px 25px;font-size:18px;font-family:Overpass,sans-serif;font-weight:600;text-align:center;margin-top:50px;background:#fff;border-color:#000;color:#000}.home-products .button img{margin-left:8px}.home-products .button img{filter:invert(1)}.home-products .owl-nav{position:absolute;top:50%;left:0;right:0}.home-products .owl-nav .owl-prev{position:absolute;left:0;background:0 0!important;height:50px;width:50px;margin-right:2px;top:50%;left:0;line-height:46px!important;border-radius:100px;box-shadow:0 3px 15px rgba(0,0,0,.06);border:2px solid #000!important;background:#fff!important}.home-products .owl-nav .owl-prev::after{content:"\f284";font-family:bootstrap-icons!important;color:#000;font-weight:800;font-size:24px}.home-products .owl-nav .owl-prev span{position:relative;display:none}.home-products .owl-nav .owl-next{position:absolute;right:0;background:0 0!important;height:50px;width:50px;line-height:46px!important;right:0;border-radius:100px;box-shadow:0 3px 15px rgba(0,0,0,.06);border:2px solid #000!important;background:#fff!important}.home-products .owl-nav .owl-next::after{content:"\f285";font-family:bootstrap-icons!important;color:#000;font-size:24px}.home-products .owl-nav .owl-next span{position:relative;display:none}.home-products .owl-nav span{font-size:30px;color:transparent}.home-quality{padding:80px 0;position:relative;background:#f6f6f6}.home-quality .title{font-family:Overpass,sans-serif;font-size:2.6rem;text-transform:capitalize;font-weight:700;letter-spacing:-1.5px;margin-bottom:50px;color:#000;margin-bottom:30px}.home-quality .description{font-family:Roboto,serif;font-size:1rem;color:#000;margin-bottom:40px;font-size:22px;opacity:.5}.home-quality .sub-title{font-size:26px;line-height:26px;margin-bottom:15px;color:#000;text-transform:capitalize;font-family:Overpass,sans-serif;letter-spacing:-.5px;font-weight:500}.home-quality .button{background:#fff;min-width:210px;background:rgba(0,0,0,.1);border:2px solid #fff;color:#fff;border-radius:30px;display:inline-block;padding:10px 25px;font-size:18px;font-family:Overpass,sans-serif;font-weight:600;text-align:center;background:0 0;border-color:#000;color:#000}.home-quality .button img{margin-left:8px}.home-quality .button img{filter:invert(1)}.home-why-choose-us{position:relative;padding:100px 0}.home-why-choose-us .sub-title{font-size:22px;font-weight:600;font-family:Overpass,sans-serif;color:#000;text-transform:capitalize;margin-bottom:10px;letter-spacing:-.5px;padding-bottom:10px;position:relative;text-transform:capitalize;margin-bottom:15px}.home-why-choose-us .sub-title::after{position:absolute;content:'';left:0;width:150px;bottom:0;height:2px;background:#f1f1f1}.home-why-choose-us .title{font-family:Overpass,sans-serif;font-size:2.6rem;text-transform:capitalize;font-weight:700;letter-spacing:-1.5px;margin-bottom:50px;color:#000;margin-bottom:30px}.home-why-choose-us .description{font-family:Roboto,serif;font-size:1rem;color:#000;font-size:18px;letter-spacing:.5px;color:#777}@media (min-width:1200px){.home-why-choose-us .col-xl-2{width:20%}}.home-why-choose-us .box{margin:30px 0;padding:30px 20px;min-height:220px;box-shadow:0 3px 50px rgba(0,0,0,.07);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.home-why-choose-us .box img{height:60px!important;object-fit:contain!important;margin-bottom:15px}.home-why-choose-us .box .description{font-family:Roboto,serif;font-size:1rem;color:#000;font-size:18px;letter-spacing:-.5px;color:#000;font-family:Overpass,sans-serif}.home-why-choose-us .button{background:#fff;min-width:210px;background:rgba(0,0,0,.1);border:2px solid #fff;color:#fff;border-radius:30px;display:inline-block;padding:10px 25px;font-size:18px;font-family:Overpass,sans-serif;font-weight:600;text-align:center}.home-why-choose-us .button img{margin-left:8px}.home-participations{padding:80px 0;position:relative}.home-participations .title{font-family:Overpass,sans-serif;font-size:2.6rem;text-transform:capitalize;font-weight:700;letter-spacing:-1.5px;margin-bottom:50px;color:#000}.home-participations .description{font-family:Roboto,serif;font-size:1rem;color:#000;margin-bottom:60px;font-size:22px;letter-spacing:-.5px;color:#777;font-family:Overpass,sans-serif}.home-participations .img-fluid{margin-bottom:20px}.home-participations .row{padding-left:20px;padding-right:20px}.home-participations .box{position:relative;overflow:hidden}.home-participations .box .img-fluid{transition:all .3s}.home-participations .box:hover .img-fluid{transform:scale(1.05)}.home-participations .button{background:#fff;min-width:210px;background:rgba(0,0,0,.1);border:2px solid #fff;color:#fff;border-radius:30px;display:inline-block;padding:10px 25px;font-size:18px;font-family:Overpass,sans-serif;font-weight:600;text-align:center;background:0 0;border:2px solid #000!important;color:#000}.home-participations .button img{margin-left:8px}.home-participations .button img{filter:invert(1)}.home-participations .owl-nav{text-align:center;position:absolute;top:-18%;right:0}.home-participations .owl-nav .owl-prev{background:0 0!important;height:45px;width:45px;margin-right:2px;top:50%;left:0;line-height:45px!important;border-radius:100px;box-shadow:0 3px 15px rgba(0,0,0,.06);background:#000!important}.home-participations .owl-nav .owl-prev::after{content:"\f284";font-family:bootstrap-icons!important;color:#fff;font-size:24px}.home-participations .owl-nav .owl-prev span{position:relative;display:none}.home-participations .owl-nav .owl-next{background:0 0!important;height:45px;width:45px;line-height:45px!important;right:0;border-radius:100px;box-shadow:0 3px 15px rgba(0,0,0,.06);background:#000!important}.home-participations .owl-nav .owl-next::after{content:"\f285";font-family:bootstrap-icons!important;color:#fff;font-size:24px}.home-participations .owl-nav .owl-next span{position:relative;display:none}.home-participations .owl-nav span{font-size:30px;color:transparent}.home-global-marketing{padding:70px 0;position:relative}.home-global-marketing .title{font-family:Overpass,sans-serif;font-size:2.6rem;text-transform:capitalize;font-weight:700;letter-spacing:-1.5px;margin-bottom:50px;color:#000;text-align:center;margin-bottom:20px}.home-global-marketing .description{font-family:Roboto,serif;font-size:1rem;color:#000;margin-bottom:60px;font-size:22px;color:#777;text-align:center}.home-global-marketing .button{background:#fff;min-width:210px;background:rgba(0,0,0,.1);border:2px solid #fff;color:#fff;border-radius:30px;display:inline-block;padding:10px 25px;font-size:18px;font-family:Overpass,sans-serif;font-weight:600;text-align:center}.home-global-marketing .button img{margin-left:8px}.home-global-marketing .box{padding:0;position:relative;background:#f53434}.home-global-marketing .box .position-relative{mix-blend-mode:multiply}.home-global-marketing .box .position-absolute{left:0}.footer{background:#000;padding:70px 0;position:relative}.footer .footer-background{position:absolute;top:0;bottom:0;left:0;right:0;filter:blur(15px) grayscale(1);background-position:50% 50%!important;opacity:.2}.footer .container-fluid{position:relative;z-index:1}.footer .sub-title{color:#fff;font-family:Overpass,sans-serif;font-size:20px;font-weight:600;margin-bottom:40px}.footer address{margin-bottom:40px}@media (min-width:992px){.footer address{width:80%}}.footer p{color:#888;font-family:Overpass,sans-serif;font-size:16px;letter-spacing:-.5px;font-weight:400;display:flex}.footer p .bi{margin-right:10px;color:#888}.footer .discription{font-size:18px}.footer ul{padding-left:0}.footer ul li{list-style:none}.footer ul li a{color:#888;font-weight:500;font-family:Overpass,sans-serif;letter-spacing:-.5px;font-size:16px;margin-bottom:15px;display:inline-block}.footer .copyright{padding-top:70px;margin-top:70px;border-top:1px solid rgba(255,255,255,.2)}.footer .icon a{border:2px solid #888;color:#000;width:45px;height:45px;line-height:45px;display:inline-block;font-size:18px;border-radius:100px;text-align:center}.footer .icon a img{filter:invert(1);opacity:.8}#back-to-top{position:fixed;right:15px;bottom:20px;background:#fff;width:50px;height:50px;text-align:center;line-height:48px;border-radius:100%;font-size:20px;box-shadow:0 3px 50px rgba(0,0,0,.16);color:#000;z-index:8}.common-banner{position:relative;background:#000}.common-banner .breads{padding:20px 0}.common-banner .breadcrumb{font-family:Overpass,sans-serif;font-size:15px;margin-bottom:0;color:#888;letter-spacing:-.5px}.common-banner .breadcrumb a{color:#fff}.common-banner .breadcrumb .active{color:#888}.common-banner .breadcrumb-item+.breadcrumb-item::before{color:#888}.common-banner .page-title{font-family:Overpass,sans-serif;font-size:2.6rem;text-transform:capitalize;font-weight:700;letter-spacing:-1.5px;margin-bottom:50px;color:#000;font-size:28px;font-weight:600;margin:0;color:#888}.contact-inner{padding:60px 0;position:relative}.contact-inner .title{font-family:Overpass,sans-serif;font-size:2.6rem;text-transform:capitalize;font-weight:700;letter-spacing:-1.5px;margin-bottom:50px;color:#000;font-size:36px;margin-bottom:55px}.contact-inner p{font-family:Roboto,serif;font-size:1rem;color:#000;font-family:Overpass,sans-serif}.contact-inner .button{background:#fff;min-width:210px;background:rgba(0,0,0,.1);border:2px solid #fff;color:#fff;border-radius:30px;display:inline-block;padding:10px 25px;font-size:18px;font-family:Overpass,sans-serif;font-weight:600;text-align:center;background:0 0;border:2px solid #000;color:#000}.contact-inner .button img{margin-left:8px}.contact-inner .button img{filter:invert(1)}.contact-inner .sub-title{font-size:30px;font-weight:600;font-family:Overpass,sans-serif;letter-spacing:-.5px;color:#000}.contact-inner .box{background:#f6f6f6;padding:35px;border-radius:20px;margin-bottom:30px;min-height:250px}.contact-inner .contact_form input,.contact-inner .contact_form textarea{font-family:Roboto,serif;font-size:1rem;color:#000;font-family:Overpass,sans-serif}.inner-content{padding:70px 0;position:relative}.inner-content .sub-title{font-size:22px;font-weight:600;font-family:Overpass,sans-serif;color:#000;text-transform:capitalize;margin-bottom:10px;letter-spacing:-.5px;padding-bottom:10px;position:relative}.inner-content .sub-title::after{position:absolute;content:'';left:0;width:150px;bottom:0;height:2px;background:#f1f1f1}.inner-content .title{font-family:Overpass,sans-serif;font-size:2.6rem;text-transform:capitalize;font-weight:700;letter-spacing:-1.5px;margin-bottom:50px;color:#000;font-size:42px;margin-bottom:25px}.inner-content .description{font-family:Roboto,serif;font-size:1rem;color:#000;font-size:18px;letter-spacing:-.5px;font-family:Overpass,sans-serif;color:#777}.inner-content .button{background:#fff;min-width:210px;background:rgba(0,0,0,.1);border:2px solid #fff;color:#fff;border-radius:30px;display:inline-block;padding:10px 25px;font-size:18px;font-family:Overpass,sans-serif;font-weight:600;text-align:center}.inner-content .button img{margin-left:8px}.inner-content .feature-box{background:#fff;padding:35px;min-height:450px;display:flex;align-items:start;box-shadow:0 0 45px rgba(0,0,0,.08);margin:30px 0}.inner-content .feature-box img{margin-right:30px}.inner-content .feature-box span{display:block}.inner-content .feature-box .box-title{color:#000;font-size:30px;letter-spacing:-1px;font-family:Overpass,sans-serif}.product-inner{padding:70px 0;position:relative}.product-inner .item{position:relative;margin-bottom:30px}.product-inner .item img{transition:.3s all ease-in-out}.product-inner .item:hover .sku{color:#000}.product-inner .item:hover .box img{transform:scale(1.1)}.product-inner .box{margin-bottom:15px;overflow:hidden;text-align:center}.product-inner .box .img-box,.product-inner .box .radius-image{display:block;border-radius:15px;overflow:hidden;background:#f6f6f6;margin-bottom:15px}.product-inner .box .position-absolute{position:relative!important;background:#fff;padding:10px 0;text-align:left}.product-inner .box .sub-title{text-align:left}.product-inner .stretched-link{text-align:left;display:block}.product-inner .box img{height:300px;object-fit:contain}.product-inner .inner-category .box img{height:350px;width:100%;object-fit:cover}.product-inner .sub-title{font-size:22px;font-weight:600;font-family:Overpass,sans-serif;color:#000;text-transform:capitalize;margin-bottom:10px;letter-spacing:-.5px;padding-bottom:10px;position:relative;margin-bottom:5px}.product-inner .sub-title::after{position:absolute;content:'';left:0;width:150px;bottom:0;height:2px;background:#f1f1f1}.product-inner .sku{background:#000;padding:3px 10px;font-family:Roboto,serif;color:#fff;font-weight:600;position:absolute;top:15px}.product-inner .stretched-link{color:#000;font-family:Overpass,sans-serif;font-weight:600}.category-page-title{background:#000;padding:10px 15px;margin-right:20px;color:#fff;font-family:Overpass,sans-serif;font-weight:600;font-size:18px;letter-spacing:-.51px;margin-bottom:0}.side-menu{margin-right:20px;padding-left:0;list-style:none;position:relative;border-right:1px solid rgba(0,0,0,.1);border-left:1px solid rgba(0,0,0,.1)}.side-menu .category-title{color:#000;font-family:Overpass,sans-serif;font-weight:600;width:100%;line-height:30px;font-size:18px;display:inline-block;letter-spacing:normal;padding:10px 15px;display:inline-block;border-bottom:1px solid rgba(0,0,0,.1)}.side-menu .category-title:hover{color:#000}.side-menu .toggle-button-icon{cursor:pointer;position:absolute;right:5px;color:#000;margin-top:10px;font-size:18px}.side-menu .pro-list{padding-left:20px;list-style:none;display:none}.side-menu .pro-list li a{color:#777;font-family:Overpass,sans-serif;font-size:17px;line-height:20px;padding:10px 0;width:100%;display:inline-block}.side-menu .pro-list li a:hover{color:#000}.side-menu .pro-list .active a{color:#000;font-weight:500}.pagination .page-link{color:#000}.pagination .active .page-link{background:#000;color:#fff;border-color:#000}.product-details{padding:70px 0;position:relative}.product-details .product-img{border:1px solid rgba(0,0,0,.1);border-radius:5px}.product-details .main-image{max-width:100%;width:100%;text-align:center}.product-details .product-single-image{max-width:100%;width:100%}.product-details .list-group-item{border:1px solid rgba(0,0,0,.1)}.product-details .product-title{font-family:Overpass,sans-serif;font-size:2.6rem;text-transform:capitalize;font-weight:700;letter-spacing:-1.5px;margin-bottom:50px;color:#000;margin-bottom:15px}.product-details .sku-code{font-size:22px;color:#f53434;font-family:Overpass,sans-serif;font-weight:600}.product-details .add-to-cart-container{margin-bottom:40px}.product-details .product-quantity{width:150px;margin-bottom:0!important}.product-details .product-quantity .btn{min-width:40px!important;height:40px!important;line-height:30px;width:40px!important;background:#f5f5f5;color:#000;border:1px solid #d0d0d0;font-family:Overpass,sans-serif}.product-details .add-buy{border:1px solid #d0d0d0;border-radius:0;font-family:Overpass,sans-serif;font-weight:600;border-radius:6px;background:#f5f5f5;padding:4px 15px}.product-details .sub-title{font-size:24px;color:#000;font-family:Overpass,sans-serif;font-weight:600}.product-details .description{font-family:Roboto,serif;font-size:1rem;color:#000;color:#777;font-size:18px;letter-spacing:-.5px;font-family:Overpass,sans-serif}.product-details .table th{background:#000;color:#fff;font-family:Roboto,serif;line-height:22px}.product-details .table td{font-family:Roboto,serif;padding:5px 8px;color:#777;font-size:18px}.xactive{box-shadow:0 0 3px 0 #000;border:1px solid #000}.mfp-container,.xzoom-preview,.xzoom-source{background:#fff!important}.mfp-figure::after{background:#fff;box-shadow:none!important}.mfp-container .mfp-content img.mfp-img{width:100%;object-fit:contain;height:100%}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#000!important}.mfp-image-holder .mfp-content{width:100%}.related-products{padding:50px 0;position:relative;background:#f8f8f8}.related-products .title{font-family:Overpass,sans-serif;font-size:2.6rem;text-transform:capitalize;font-weight:700;letter-spacing:-1.5px;margin-bottom:50px;color:#000;margin-bottom:50px}.related-products .box{position:relative;margin-bottom:15px}.related-products .box .img-box{background:#fff;padding:20px;margin-bottom:20px;border-radius:15px}.related-products .box:hover img{transform:scale(1.05)}.related-products .box img{height:300px;transition:.2s all;object-fit:contain}.related-products .sub-title{font-size:22px;line-height:22px;font-weight:600;font-family:Overpass,sans-serif;color:#000;text-transform:capitalize;margin-bottom:10px;letter-spacing:-.5px;padding-bottom:10px;position:relative}.related-products .sub-title::after{position:absolute;content:'';left:0;width:150px;bottom:0;height:2px;background:#f1f1f1}.related-products .stretched-link{color:#000;font-family:Overpass,sans-serif;opacity:.5;font-weight:600}.related-products .stretched-link::after .box{box-shadow:0 0 25px rgba(0,0,0,.05)}.related-products .owl-nav{text-align:center;margin-top:40px}.related-products .owl-nav .owl-prev{height:50px;width:50px;margin-right:2px;top:50%;left:0;line-height:46px!important;border-radius:100px;box-shadow:0 3px 15px rgba(0,0,0,.06);border:2px solid #000!important;position:absolute;top:30%;background:rgba(255,255,255,.9)!important}.related-products .owl-nav .owl-prev::after{content:"\f284";font-family:bootstrap-icons!important;color:#000;font-size:24px}.related-products .owl-nav .owl-prev span{position:relative;display:none}.related-products .owl-nav .owl-next{height:50px;width:50px;line-height:46px!important;right:0;border-radius:100px;box-shadow:0 3px 15px rgba(0,0,0,.06);border:2px solid #000!important;position:absolute;top:30%;background:rgba(255,255,255,.9)!important}.related-products .owl-nav .owl-next::after{content:"\f285";font-family:bootstrap-icons!important;color:#000;font-size:24px}.related-products .owl-nav .owl-next span{position:relative;display:none}.related-products .owl-nav span{font-size:30px;color:transparent}.xactive{box-shadow:0 0 3px 0 #000;border:1px solid #000}.mfp-container,.xzoom-preview,.xzoom-source{background:#fff!important}.mfp-figure::after{background:#fff!important;box-shadow:none}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#000}.mfp-image-holder .mfp-content{width:100%}.xzoom-thumbs .list-group-item{width:60px;height:60px}.xzoom-thumbs .list-group-item img{width:60px;height:60px;object-fit:contain}.recently-viewed-products{padding:60px 0;position:relative}.recently-viewed-products .title{font-family:Overpass,sans-serif;font-size:2.6rem;text-transform:capitalize;font-weight:700;letter-spacing:-1.5px;margin-bottom:50px;color:#000;margin-bottom:60px}.recently-viewed-products .box{position:relative;margin-bottom:20px;margin-bottom:15px;overflow:hidden}.recently-viewed-products .box .img-box{padding:20px;background:#f6f6f6;border-radius:15px;margin-bottom:20px}.recently-viewed-products .box:hover img{transform:scale(1.05)}.recently-viewed-products .box img{height:300px;transition:all .2s;object-fit:contain}.recently-viewed-products .sub-title{font-size:22px;font-weight:600;font-family:Overpass,sans-serif;color:#000;text-transform:capitalize;margin-bottom:10px;letter-spacing:-.5px;padding-bottom:10px;position:relative}.recently-viewed-products .sub-title::after{position:absolute;content:'';left:0;width:150px;bottom:0;height:2px;background:#f1f1f1}.recently-viewed-products .stretched-link{color:#777;font-family:Overpass,sans-serif;font-weight:500}.recently-viewed-products .stretched-link::after .box{box-shadow:0 0 25px rgba(0,0,0,.05)}.recently-viewed-products .owl-nav{text-align:center;margin-top:40px}.recently-viewed-products .owl-nav .owl-prev{background:0 0!important;height:50px;width:50px;margin-right:2px;top:50%;left:0;line-height:46px!important;border-radius:100px;box-shadow:0 3px 15px rgba(0,0,0,.06);border:2px solid #000!important}.recently-viewed-products .owl-nav .owl-prev::after{content:"\f284";font-family:bootstrap-icons!important;color:#000;font-size:24px}.recently-viewed-products .owl-nav .owl-prev span{position:relative;display:none}.recently-viewed-products .owl-nav .owl-next{background:0 0!important;height:50px;width:50px;line-height:46px!important;right:0;border-radius:100px;box-shadow:0 3px 15px rgba(0,0,0,.06);border:2px solid #000!important}.recently-viewed-products .owl-nav .owl-next::after{content:"\f285";font-family:bootstrap-icons!important;color:#000;font-size:24px}.recently-viewed-products .owl-nav .owl-next span{position:relative;display:none}.recently-viewed-products .owl-nav span{font-size:30px;color:transparent}.addtocart{padding:70px 0;position:relative}.addtocart .table{margin-bottom:40px}.addtocart .table th{background:#000;color:#fff;font-family:Overpass,sans-serif}.addtocart .table td{font-family:Overpass,sans-serif;padding:5px 8px;vertical-align:middle}.addtocart .image-name{text-align:center}.addtocart .image-name img{width:80px}.addtocart .cart-title{color:#000;font-family:Roboto,serif;font-weight:600;font-size:18px}.addtocart .product-quantity{width:100px}.addtocart .product-quantity .btn{min-width:30px!important;height:30px!important;width:30px!important;background:#f5f5f5;color:#000;border:1px solid #d0d0d0;padding:0}.addtocart .product-quantity .form-control{height:30px}.addtocart .title{font-family:Overpass,sans-serif;font-size:2.6rem;text-transform:capitalize;font-weight:700;letter-spacing:-1.5px;margin-bottom:50px;color:#000;font-size:36px;margin-bottom:10px}.addtocart .cart-button{background:#fff;min-width:210px;background:rgba(0,0,0,.1);border:2px solid #fff;color:#fff;border-radius:30px;display:inline-block;padding:10px 25px;font-size:18px;font-family:Overpass,sans-serif;font-weight:600;text-align:center;background:0 0;border:2px solid #000;color:#000;min-width:200px;padding:6px 25px}.addtocart .cart-button img{margin-left:8px}.addtocart .send-enquiry{padding:40px;margin:40px 0;box-shadow:0 0 50px rgba(0,0,0,.1)}.addtocart .send-enquiry .sub-title{font-size:30px;font-family:Roboto,serif;margin-bottom:15px;font-weight:600}.addtocart .send-enquiry input,.addtocart .send-enquiry textarea{font-family:Overpass,sans-serif;font-weight:500;color:#888}.addtocart .send-enquiry ::placeholder{color:#888}.addtocart .send-enquiry .enquiry{margin-bottom:15px}.event-box{position:relative;margin-bottom:20px;padding:10px;overflow:hidden;transition:all .3s}.event-box:hover .img-fluid{transform:scale(1.05)}.event-box .img-fluid{border-radius:0;margin-bottom:20px;width:100%;transition:all .3s}.event-box .event-title{background:#fff;position:relative;margin:auto;font-size:22px;line-height:22px;font-family:Overpass,sans-serif;font-weight:600;color:#777;min-height:55px}@media (min-width:1200px) and (max-width:1540px){.col-xl-10{width:95%}.home-participations .row{padding:0}.home-participations .sub-title{width:95%;font-size:18px;line-height:18px;min-height:88px;margin-top:-42px}.home-why-choose-us{padding:70px 0}.home-banners .carousel-item .img-fluid{height:100%}.home-about-us .description{font-size:18px}.home-products{padding:60px 0}.home-products .title{margin-bottom:40px}.navbar_header .media a{width:38px;height:38px;line-height:38px}.inner-content .feature-box{min-height:100%}.inner-content .feature-box .box-title{line-height:normal;display:block}}@media (min-width:1200px) and (max-width:1280px){.home-about-us .description{font-size:16px}.inner-content .feature-box{padding:26px}.inner-content .feature-box img{margin-right:15px}.home-about-us .description{font-size:18px}.home-banners .carousel-item .img-fluid{height:100%}.product-inner .inner-category .box img{height:280px}}@media (min-width:992px) and (max-width:1200px){.navbar_header .menu li a{padding:9px 9px!important;font-size:14px!important}.home-banners .carousel-caption{left:8%;right:8%}.navbar_header .searchbar{margin-right:5px}.home-banners .description{font-size:22px}.home-why-choose-us .sub-title{margin-top:25px}.home-participations .sub-title{margin-bottom:50px}.home-about-us .title,.home-certifications .title,.home-global-marketing .title,.home-participations .title,.home-products .title,.home-why-choose-us .title{font-size:42px;line-height:42px}.home-banners .carousel-item{height:750px}.d-flex.flex-wrap.pt-4.pb-1.add-to-cart{display:block!important}.product-quantity.cart-quantity.me-3.d-block{margin-bottom:15px}.navbar_header .media a{width:38px;height:38px;line-height:38px}.product-details .product-quantity{margin-bottom:15px!important}.navbar_header .menu li .menu-link.menu-bar-link{margin-right:13px}}@media (max-width:991px){.d-lg-flex.justify-content-between.align-items-center{justify-content:center!important;display:flex}.mobile-menu-trigger{color:#fff;padding:2px;top:20px;right:15px;border-radius:0;background:rgba(0,0,0,.482)}.navbar_header.nav-fixed.hidden-fixed .mobile-menu-trigger{top:15px}.menu-bar{background:#fff!important;width:320px!important;justify-content:start;z-index:9;box-shadow:none}.home-about-us .button{margin-bottom:25px}.home-banners .carousel-caption{left:50px;right:50px}.home-banners .carousel-item .img-fluid{height:100%}.home-banners .title{font-size:48px;line-height:48px}.home-banners .carousel-caption{width:450px}.navbar_header .position .mega-menu--multiLevel>li{width:100%}.navbar_header .menu li .menu-link.menu-bar-link{width:90%}.navbar_header .menu li ul{padding:0;padding-left:15px}.navbar_header .menu li ul li a{font-weight:400;font-size:15px}.home-why-choose-us img{margin-bottom:25px}.home-participations .sub-title{margin-bottom:50px}.home-participations .box img{width:100%;border-radius:15px}.product-details .product-img{margin-bottom:15px}.side-menu{padding-left:0;margin-left:0;border-right:1px solid rgba(0,0,0,.1)}.side-menu .pro-list li a{font-size:17px}.side-menu{padding-left:0;margin-left:0}.home-quality .title{margin-top:40px}.home-participations .owl-nav{position:relative}.home-participations .description{margin-bottom:30px}.home-participations .button{margin-top:40px!important}.navbar_header .menu li a{line-height:36px!important}.navbar_header.nav-fixed{transform:translateY(0)}.home-about-us .button{min-width:190px;height:48px;padding:10px 0}.home-new-launch,.home-products,.home-why-choose-us{padding:50px 0}.home-products .title{margin-bottom:20px}.home-products .box .sub-title{font-size:26px}.category-page-title,.side-menu{margin-right:0}.home-quality .text-end.position-relative{text-align:center!important}.mobile-menu-trigger{background:#000!important}.category-page-title{margin-top:25px}.inner-content .text-end{text-align:center!important}.inner-content .feature-box{min-height:510px}.navbar_header .menu li .menu-link.menu-bar-link{margin-right:0}.home-about-us .text-end{text-align:center!important}.home-about-us,.home-participations,.home-quality{padding:60px 0}}@media (max-width:767px){.home-about-us,.home-certifications{padding:50px 0}.home-features .box{margin-bottom:25px}.home-about-us .title,.home-certifications .title,.home-global-marketing .title,.home-participations .title,.home-products .title,.home-why-choose-us .title{font-size:42px;line-height:42px}.home-about-us .img-fluid{width:100%}.home-banners .description{font-size:18px;width:100%}.home-features .box{padding:25px}.home-features .sub-title{font-size:36px}.home-features .box img{margin-right:15px}.home-participations .row{padding-left:0;padding-right:0}.home-participations .sub-title{min-height:80px}.home-participations .text-center.mt-4{margin-top:0!important}.home-participations .button{margin:0}.home-why-choose-us .box{margin-bottom:0}.home-why-choose-us .box-description{font-size:16px;line-height:22px}.mobile-menu-trigger{padding:0;right:5px;width:40px}.home-products .owl-nav{margin-top:20px}.inner-content{padding:50px 0}.inner-content .title{font-size:36px}.inner-content .experience{position:relative!important}.home-features{margin-top:0;padding-top:30px}.home-banners .title{font-size:48px;line-height:48px}.home-banners .carousel-caption{width:400px}.home-banners .carousel-item .img-fluid{object-position:69% 51%!important}.home-new-launch .owl-nav{position:relative}.navbar_header .nav-brand img{width:220px}.navbar_header .media a{width:40px;line-height:40px;height:40px}.home-new-launch .title,.home-participations .title,.home-products .title,.home-quality .title,.home-why-choose-us .title{font-size:36px}.home-products .box .img-fluid{height:400px}.home-about-us .description,.home-quality .description{font-size:18px;font-family:Overpass,sans-serif}}@media (max-width:575px){.home-banners .carousel-caption{left:15px;right:15px}.home-about-us .title,.home-banners .title,.home-certifications .title,.home-global-marketing .title,.home-participations .title,.home-products .title,.home-why-choose-us .title{font-size:36px;line-height:36px}.home-banners .description{font-size:14px;line-height:18px}.home-about-us .experience{min-width:255px;min-height:140px}.home-products .box .sub-title{line-height:32px}.d-lg-flex.justify-content-between.align-items-center{justify-content:start!important}.home-features{padding-bottom:50px}.home-global-marketing .description{font-size:16px}.home-banners .button{padding:5px}.xzoom-thumbs{display:flex;margin:0}.inner-content .feature-box{min-height:auto}.d-flex.flex-wrap.pt-4.pb-1.add-to-cart{display:block!important}.product-details .product-quantity{margin-bottom:15px}.table-bordered.table{display:block;overflow-x:auto}.product-details .table th{white-space:nowrap}.product-details .list-group-item img{padding:8px}.product-details{padding:50px 0}.home-banners .carousel-item .img-fluid{height:100%;object-fit:contain}.home-banners .title{font-size:22px;line-height:22px}.home-banners .carousel-caption{width:100%;position:relative;top:0;padding-bottom:0;margin-bottom:10px}.home-banners .button{min-width:165px}.product-details .product-quantity{margin-bottom:15px!important}.footer .copyright p{display:block}.footer .copyright p a{display:block;margin-left:0}.addtocart .cart-button{margin-bottom:10px}#captcha_id iframe{transform:scale(.9);margin-left:-25px}.addtocart{padding:50px 0}.navbar_header .media{display:none!important}.navbar_header .searchbar{margin-right:0}.xzoom-thumbs{margin-bottom:0!important}.contact-inner #captcha_id iframe{margin-left:0}}.d-flex.pt-4.pb-4.pb-1.add-to-cart{display:block!important}