html{scroll-behavior:smooth}html,body{height:100%}body{font-family:"Poppins",sans-serif;color:#525252}a{color:#525252;text-decoration:none}a:hover{color:#065b59}a,button,.btn,img,input{-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}a:focus,button:focus,.btn:focus,input:focus,select:focus,textarea:focus,.swiper-slide:focus,.swiper-button-next:focus,.swiper-button-prev:focus{border:0;text-decoration:none;outline:0;-webkit-box-shadow:none;box-shadow:none}ul{margin:0;padding:0;list-style:none}img{max-width:100%}.img-full{width:100%;overflow:hidden;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}@media (min-width:1400px){.container{max-width:1200px}.container .row{}}.section-space-top-100{padding-top:100px}@media (max-width:1199px){.section-space-top-100{padding-top:80px}}@media (max-width:991px){.section-space-top-100{padding-top:60px}}@media (max-width:767px){.section-space-top-100{padding-top:50px}}.section-space-top-95{padding-top:95px}@media (max-width:1199px){.section-space-top-95{padding-top:75px}}@media (max-width:991px){.section-space-top-95{padding-top:55px}}@media (max-width:767px){.section-space-top-95{padding-top:45px}}.section-space-bottom-95{padding-bottom:95px}@media (max-width:1199px){.section-space-bottom-95{padding-bottom:75px}}@media (max-width:991px){.section-space-bottom-95{padding-bottom:55px}}@media (max-width:767px){.section-space-bottom-95{padding-bottom:45px}}@media (min-width:1400px){.g-min-30{}}.g-x-15{}.g-x-30{}.g-y-20{}.g-y-30{}.py-30{padding-top:30px;padding-bottom:30px}[data-bg-image]:not(.bg-pattern){background-color:#fff;background-repeat:no-repeat;background-position:right center;background-size:cover}.text-white *{color:#fff}.text-black *{color:#000}.bg-pronia-primary{background-color:#22998e}.section-title{text-transform:uppercase;position:relative;color:#393939;font-size:36px;line-height:27px;padding-left:90px;padding-right:90px;font-weight:700;margin-bottom:30px}@media (max-width:767px){.section-title{padding-left:0;padding-right:0;line-height:1.3;margin-bottom:20px}}.section-title:before,.section-title:after{background-color:#22998e;width:70px;height:2px;position:absolute;content:'';top:50%;left:0}@media (max-width:767px){.section-title:before,.section-title:after{content:none}}.section-title:after{left:auto;right:0}.section-title-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.open_tm_preloader{position:fixed;background-color:transparent;z-index:9999;height:100%;width:100%;-webkit-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.open_tm_preloader.loaded{opacity:0;visibility:visible}.open_tm_preloader.loaded:before,.open_tm_preloader.loaded:after{width:0%}.open_tm_preloader:before,.open_tm_preloader:after{content:'';position:absolute;height:100%;width:50%;background-color:#fff;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.open_tm_preloader:before{top:0;left:0}.open_tm_preloader:after{bottom:0;right:0}.tab-content .tab-pane.active{height:auto;visibility:visible;opacity:1;overflow:visible;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.social-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.social-link .title{font-size:16px;display:block}.social-link ul li{display:inline-block}.social-link ul li:not(:last-child){padding-right:25px}.social-link ul li a{font-size:14px;display:block}.btn-pronia-primary{background-color:#00796b;border-color:#00796b}.btn-pronia-primary:hover{background-color:#8bc34a;border-color:#8bc34a}.pagination-area{padding-top:50px}.pagination{display:flex;justify-content:center;padding-left:0;list-style:none;border-radius:.25rem}.pagination .page-item:not(:last-child){padding-right:10px}.pagination .page-item{margin:0 5px}.pagination .page-item.active .page-link{background-color:#065b59;border-color:#065b59;color:#fff}.pagination .page-link{border:1px solid #dee2e6;color:#065b59;text-align:center;padding:0;width:45px;height:45px;line-height:45px;border-radius:.25rem}.pagination .page-link:focus{box-shadow:none}.pagination .page-link span{font-size:12px}.pagination .page-link:hover{background-color:#22998e;border-color:#065b59;color:#fff}.pagination .page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.img-zoom-effect{position:relative;overflow:hidden;cursor:pointer;display:block}.img-zoom-effect img{-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.img-zoom-effect:hover img{-webkit-transform:scale(1.06) rotate(1deg);-ms-transform:scale(1.06) rotate(1deg);transform:scale(1.06) rotate(1deg)}.img-hover-effect{position:relative}.img-hover-effect:before{background:rgba(255,255,255,.2);bottom:0;content:'';left:50%;position:absolute;right:51%;top:0;opacity:1;pointer-events:none}.img-hover-effect:after{background:rgba(255,255,255,.2);bottom:50%;content:'';left:0;position:absolute;right:0;top:50%;opacity:1;pointer-events:none}.img-hover-effect:hover:before{left:0;right:0;opacity:0;-webkit-transition:all 900ms ease-in;-o-transition:all 900ms ease-in;transition:all 900ms ease-in}.img-hover-effect:hover:after{top:0;bottom:0;opacity:0;-webkit-transition:all 900ms ease-in;-o-transition:all 900ms ease-in;transition:all 900ms ease-in}blockquote{background-color:#22998e;border-radius:15px;position:relative;padding-top:50px;padding-bottom:50px;text-align:center;margin-top:-10px;margin-bottom:50px}blockquote:before{content:url(https://villarrobledo.biopompas.com/themes/biopompas-new/shop/assets/images/blog/blockquote/xquotation.png.pagespeed.ic.N8xPiis4Gk.png);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);position:absolute;top:50%;left:50%}blockquote p{color:#fff;font-style:italic;font-size:24px;line-height:40px}@media (max-width:479px){blockquote p{font-size:18px;line-height:1.5}}.global-overlay{background-color:rgba(0,0,0,.5);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;position:fixed;width:100%;height:100%;left:0;top:0;z-index:99;visibility:hidden}.swiper-container.border-issue{padding-bottom:15px;margin-bottom:-15px}.price-box span{font-size:20px}.price-box span.new-price{color:#065b59}.price-box span.old-price{margin-left:5px;color:#8d8f92;text-decoration:line-through}.scroll-to-top.show{opacity:1;visibility:visible;-webkit-animation:fadeInUp 1s normal;animation:fadeInUp 1s normal}.swiper-slide .slide-inner .slide-content{opacity:0}.swiper-slide.swiper-slide-active .slide-inner .slide-content{opacity:1}.animation-style-01.swiper-slide-active .slide-content .offer{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:991px){.animation-style-01.swiper-slide-active .slide-content .offer{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}}.animation-style-01.swiper-slide-active .slide-content .title{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:991px){.animation-style-01.swiper-slide-active .slide-content .title{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:1.5s;animation-delay:1.5s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}}.animation-style-01.swiper-slide-active .slide-content .short-desc{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:1.5s;animation-delay:1.5s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:991px){.animation-style-01.swiper-slide-active .slide-content .short-desc{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}}.animation-style-01.swiper-slide-active .slide-content .btn-wrap{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:991px){.animation-style-01.swiper-slide-active .slide-content .btn-wrap{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:2.5s;animation-delay:2.5s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}}.animation-style-01.swiper-slide-active .inner-img{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:2.5s;animation-delay:2.5s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media (max-width:991px){.animation-style-01.swiper-slide-active .inner-img{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}}.animation-style-02.swiper-slide-active .slide-content .title{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animation-style-02.swiper-slide-active .slide-content .short-desc{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animation-style-02.swiper-slide-active .slide-content .btn-wrap{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:1.5s;animation-delay:1.5s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.dropdown .btn-link{outline:0;border:0;text-decoration:none;color:inherit}.dropdown .btn-link:focus{text-decoration:none}.dropdown-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.dropdown-wrap>li .ht-btn{text-transform:uppercase;line-height:47.5px;color:#fefefe;font-size:14px;padding:0}.dropdown-wrap>li .ht-btn:after{font-family:FontAwesome;border:0;content:'\f078';font-size:10px}.dropdown-wrap > li:not(:last-child){margin-right:15px}.dropdown-menu{-webkit-box-shadow:0 5px 10px rgba(0,0,0,.15);box-shadow:0 5px 10px rgba(0,0,0,.15);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;left:auto!important;right:0!important;visibility:hidden;border:0;opacity:0;display:block;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:7rem}.dropdown-menu.show{-webkit-transform:translate(0,0)!important;-ms-transform:translate(0,0)!important;transform:translate(0,0)!important;top:100%!important;visibility:visible;opacity:1}.dropdown-menu li a:hover,.dropdown-menu li a:focus{background-color:#22998e;color:#fff}.dropdown-menu li a{font-size:14px;padding:.25rem 2rem}.dropdown-left .dropdown-menu{left:0!important;right:auto}.header-top{color:#fefefe}.header-top-left .pronia-offer{text-transform:uppercase;letter-spacing:.7px;font-size:14px}.header-top-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.header-middle-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-contact a{font-size:18px}.header-contact a:hover{color:#065b59}.header-contact i{background-color:#22998e;border-radius:10px;color:#fff;width:44px;height:42px;line-height:42px;text-align:center;display:block;margin-right:15px;font-size:25px}.header-bottom{border-top:1px solid #dee2e6}.main-nav>ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.main-nav>ul>li{display:inline-block}.main-nav > ul > li:not(:last-child){padding-right:35px}@media (max-width:1199px){.main-nav > ul > li:not(:last-child){padding-right:25px}}.main-nav>ul>li a{color:#4c4c4c}.main-nav>ul>li>a{line-height:50px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:16px;text-transform:uppercase;position:relative}.main-nav>ul>li>a:before{-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;background-color:#22998e;position:absolute;content:'';width:0;height:1px;bottom:0;left:0}.main-nav>ul>li:hover>a{color:#065b59}.main-nav>ul>li:hover>a:before{width:100%}.header-right>ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.header-right>ul>li{position:relative;cursor:pointer}.header-right > ul > li:not(:last-child){padding-right:15px}.header-right>ul>li>a i{font-size:32px;vertical-align:middle}.header-right>ul>li>a i:before{font-weight:500}.header-right>ul>li.minicart-wrap{padding-right:12px}.header-right>ul>li .minicart-btn .quantity{background-color:#22998e;border-radius:100%;text-align:center;font-size:14px;color:#fff;display:block;width:20px;height:20px;line-height:20px;position:absolute;top:-5px;right:0}.header-right>ul .btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header-right>ul .btn i{font-size:24px}.header-right>ul .btn:after{border:0}.header-logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-logo img{display:block;width:200px;aspect-ratio:200 / 76}@media (max-width:479px){.header-logo img{width:140px}}.header-sticky{display:none}.sticky{-webkit-animation:800ms ease-in-out 0s normal none 1 running fadeInDown;animation:800ms ease-in-out 0s normal none 1 running fadeInDown;-webkit-box-shadow:0 1px 5px 0 rgba(0,0,0,.2);box-shadow:0 1px 5px 0 rgba(0,0,0,.2);background-color:#fff;position:fixed;z-index:99;top:0;left:0;width:100%;display:block}.sticky .header-logo-wrap{top:0;height:100%}.sticky .main-nav>ul>li>a{padding-top:25px;padding-bottom:20px}.swiper-button-next,.swiper-button-prev{background-color:#525252;color:#fff;width:50px;height:50px;line-height:50px;opacity:0;visibility:hidden;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.swiper-button-next:after,.swiper-button-prev:after{font-size:16px}.swiper-button-next:hover,.swiper-button-prev:hover{background-color:#22998e;color:#fff}.swiper-arrow:hover .swiper-button-next,.swiper-arrow:hover .swiper-button-prev{opacity:1;visibility:visible}.swiper-arrow-sm-size .swiper-button-next,.swiper-arrow-sm-size .swiper-button-prev{width:30px;height:30px;line-height:30px}.swiper-arrow-sm-size .swiper-button-next:after,.swiper-arrow-sm-size .swiper-button-prev:after{font-size:12px}.swiper-arrow.with-radius .swiper-button-next,.swiper-arrow.with-radius .swiper-button-prev{color:#065b59;border-radius:100%}.swiper-arrow.with-radius .swiper-button-next:hover,.swiper-arrow.with-radius .swiper-button-prev:hover{background-color:#22998e;border-color:#065b59;color:#fff}.with-bg_white .swiper-button-next,.with-bg_white .swiper-button-prev{background-color:#fff;border:0;color:inherit}@media (max-width:767px){.with-bg_white .swiper-button-next,.with-bg_white .swiper-button-prev{display:none}}.with-bg_white .swiper-button-next:hover,.with-bg_white .swiper-button-prev:hover{background-color:#22998e;color:#fff}.swiper-pagination{bottom:20px!important}.swiper-pagination-bullet{border:1px solid transparent;background-color:transparent;width:18px;height:18px;opacity:1;position:relative;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.swiper-pagination-bullet:before{background-color:#22998e;border-radius:100%;content:'';position:absolute;top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px)}.swiper-pagination-bullet-active{border-color:#065b59}.swiper-pagination.without-absolute{position:relative;padding-top:60px;bottom:0!important}.mobile-menu_wrapper .offcanvas-body,.offcanvas-minicart_wrapper .offcanvas-body,.offcanvas-search_wrapper .offcanvas-body{background-color:#333;position:fixed;top:0;left:-350px;width:350px;z-index:9999;visibility:hidden;opacity:0;overflow:visible;overflow-x:hidden;height:100%;overflow-y:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;padding:0}@media (max-width:479px){.mobile-menu_wrapper .offcanvas-body,.offcanvas-minicart_wrapper .offcanvas-body,.offcanvas-search_wrapper .offcanvas-body{width:100%}}.mobile-menu_wrapper .offcanvas-body .inner-body,.offcanvas-minicart_wrapper .offcanvas-body .inner-body,.offcanvas-search_wrapper .offcanvas-body .inner-body{padding:50px 0}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-top,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:0 25px 30px;height:auto;border-bottom:0;-webkit-transform:none;-ms-transform:none;transform:none}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top .button-close,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-top .button-close,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-top .button-close{font-size:24px;color:#fff}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu>li,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu>li,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu>li{height:100%}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu>li>a span,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu>li>a span,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu>li>a span{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li{position:relative}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li:not(:last-child),.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li:not(:last-child),.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li:not(:last-child){padding-bottom:25px}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li>.menu-expand,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li>.menu-expand,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li>.menu-expand{position:absolute;right:0;top:2px;width:50px;height:100%;line-height:40px;cursor:pointer;text-align:center;margin-right:4px;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;font-size:20px}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a{color:#fff;font-size:14px;text-transform:uppercase;display:block;padding:0 30px}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a i,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a i,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a i{font-size:24px}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu{background-color:rgba(255,255,255,.05);overflow-y:auto;padding:25px 0;margin:20px 0 10px}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a{text-transform:uppercase;font-size:11px;color:#fff}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a span,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a span,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a span{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open>a,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open>a,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open>a{color:#065b59}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open>a>span>i:before,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open>a>span>i:before,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open>a>span>i:before{content:'\e682'}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open>a,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open>a,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open>a{color:#065b59}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open>a>span>i:before,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open>a>span>i:before,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open>a>span>i:before{content:'\e682'}.mobile-menu_wrapper .offcanvas-body .inner-body .header-contact,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .header-contact,.offcanvas-search_wrapper .offcanvas-body .inner-body .header-contact{padding-left:30px;padding-right:30px}.mobile-menu_wrapper .offcanvas-body .inner-body .header-contact a,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .header-contact a,.offcanvas-search_wrapper .offcanvas-body .inner-body .header-contact a{color:#fff}.mobile-menu_wrapper.open .offcanvas-body,.offcanvas-minicart_wrapper.open .offcanvas-body,.offcanvas-search_wrapper.open .offcanvas-body{visibility:visible;left:0;opacity:1;z-index:999}.offcanvas-minicart_wrapper .offcanvas-body{-webkit-box-shadow:0 0 15px rgba(0,0,0,.2);box-shadow:0 0 15px rgba(0,0,0,.2);background-color:#fff;padding:55px 60px 0;width:450px;left:auto;right:-660px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}@media (max-width:479px){.offcanvas-minicart_wrapper .offcanvas-body{padding:55px 20px 0;width:100%}}.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-heading{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:25px}.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-heading .button-close{font-size:32px;line-height:1;color:#383838}.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-heading .button-close:hover{color:#065b59}.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-heading .button-close i:before{font-weight:600}.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list{max-height:595px;position:relative;overflow:auto}.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li:not(:last-child){border-bottom:1px solid #dee2e6;padding-bottom:30px;margin-bottom:30px}.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product a.product-item_remove i{position:absolute;font-size:20px;top:auto;right:15px}.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product .product-item_img{-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;-webkit-flex-basis:70px;-ms-flex-preferred-size:70px;flex-basis:70px;max-width:70px}.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product .product-item_content{-webkit-flex-basis:calc(100% - 70px);-ms-flex-preferred-size:calc(100% - 70px);flex-basis:calc(100% - 70px);max-width:calc(100% - 70px);padding-left:20px;padding-right:10px}.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product .product-item_content a.product-item_title{line-height:1.4;font-size:16px;width:90%;display:block}.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product .product-item_content .product-item_quantity{display:block;padding-top:10px;font-size:13px;line-height:24.7px}.offcanvas-minicart_wrapper .offcanvas-body .minicart-item_total{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:25px 0 30px}.offcanvas-minicart_wrapper .offcanvas-body .group-btn_wrap{padding-bottom:60px}.offcanvas-minicart_wrapper .offcanvas-body .group-btn_wrap .btn:hover{background-color:#22998e;border-color:#065b59;color:#fff}.offcanvas-minicart_wrapper.open .offcanvas-body{left:auto;right:0}.modal-bg-dark{background-color:rgba(0,0,0,.6)}.modal-bg-dark .btn-close{background-image:url(https://villarrobledo.biopompas.com/themes/biopompas-new/shop/assets/images/offcanvas/close-white.svg)}.modal-header{border-bottom:0}.modal-header .btn-close{opacity:1}.modal-header .btn-close:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.modal-header .btn-close:hover{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.modal-search{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:100%}.modal-search span.searchbox-info{margin-bottom:30px;font-size:20px;display:block;color:#fff;letter-spacing:.5px;text-align:center}.modal-search .hm-searchbox{position:relative;width:800px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media (max-width:991px){.modal-search .hm-searchbox{width:calc(100% - 25px)}}.modal-search .hm-searchbox input{background-color:transparent;border:0;border-bottom:1px solid #fff;color:#fff;height:100px;line-height:100px;width:100%;text-align:center;font-size:30px;padding-right:55px;font-weight:300}.modal-search .hm-searchbox input::-webkit-input-placeholder{color:#fff}.modal-search .hm-searchbox input::-moz-placeholder{color:#fff}.modal-search .hm-searchbox input:-ms-input-placeholder{color:#fff}.modal-search .hm-searchbox input::-ms-input-placeholder{color:#fff}.modal-search .hm-searchbox input::placeholder{color:#fff}.modal-search .hm-searchbox .search-btn{position:absolute;font-size:30px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0;border:0;background:transparent;color:#fff;padding:0}.modal-search .hm-searchbox .search-btn i{vertical-align:middle}.offcanvas-user-info{text-align:center;padding-bottom:25px}.offcanvas-user-info .dropdown-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding-left:30px;padding-right:30px}.offcanvas-user-info .dropdown-wrap>li>a{color:#fff}.offcanvas-user-info .dropdown-wrap>li>a i{vertical-align:middle}.offcanvas-contact{padding-bottom:10px}.newsletter-area{height:400px}.newsletter-form{display:inline-block;position:relative}.footer-widget-title{color:#000;font-weight:400;font-size:20px;line-height:24px;margin-bottom:30px}.footer-widget-list-item > li:not(:last-child){padding-bottom:5px}.footer-widget-list-item>li i{margin-right:20px;color:#df414b}.footer-widget-list-item>li a{color:#000}.footer-widget-list-item>li a:hover{color:#065b59}.shipping-item{border:1px dashed #065b59;border-radius:5px;padding:25px 30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width:991px){.shipping-item{padding:25px}}.shipping-img{width:60px}.shipping-content{width:calc(100% - 60px);padding-left:20px}.shipping-content .title{color:#1f2226;font-size:20px}.shipping-content .short-desc{color:#3e3e3f}.product-item{padding:5px;overflow:hidden}.product-img{position:relative}.product-img img{width:100%}.product-content{padding-top:10px}.product-content .product-name{margin-bottom:5px;color:#303030;font-size:18px;display:block}.product-content .product-name:hover{color:#065b59}.product-tab-nav.tab-style-1 li a.active{border-color:#065b59;border-style:dashed;color:#065b59}.product-tab-nav.tab-style-2 li a.active{color:#065b59}.product-tab-nav.tab-style-2 li a.active:before{width:100%}.feedback-form .form-field{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%}.single-product-slider{border:1px solid #dee2e6;margin-bottom:20px}.single-product-content>.title{color:#525252;font-size:36px;font-weight:500;padding-top:36px}.single-product-content .price-box{padding-bottom:15px}.single-product-content .price-box span{font-size:30px}.single-product-content .price-box span.new-price{color:#065b59}.single-product-content .short-desc{font-weight:300;color:#000;line-height:31px;margin-bottom:30px}.single-product-content .social-link ul li:not(:last-child){padding-right:15px}.single-product-thumbs .swiper-slide{border:1px solid #dee2e6;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;display:block}.single-product-thumbs .swiper-slide-active{border-color:#065b59}.single-product-thumbs .swiper-slide:hover{border-color:#065b59}.icon-product-thumbs .swiper-slide{border:1px solid #dee2e6;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;display:block}.icon-product-thumbs .swiper-slide-active{border-color:#065b59}.icon-product-thumbs .swiper-slide:hover{border-color:#065b59}.selector-wrap .nice-select.open{border-color:#e8e8e8}.banner-item{position:relative}.banner-with-counter{background-color:#faf8f8;margin-top:200px}.banner-with-counter .banner-item{height:500px}.banner-with-counter .counter-area{padding-top:85px;padding-bottom:100px}@media (max-width:1199px){.banner-with-counter .counter-area{padding-top:65px;padding-bottom:80px}}@media (max-width:991px){.banner-with-counter .counter-area{padding-top:45px;padding-bottom:60px}}@media (max-width:767px){.banner-with-counter .counter-area{padding-top:35px;padding-bottom:50px}}@media (max-width:575px){.banner-with-counter .counter-area{text-align:center}}.banner-with-counter .counter-title{font-style:italic;font-size:36px;line-height:57px;text-align:center;margin-bottom:70px}@media (max-width:575px){.banner-with-counter .counter-title{font-size:28px;line-height:1.6}}.banner-with-counter .counter-title span{color:#065b59}.banner-with-counter .counter-item{padding-left:70px}@media (max-width:575px){.banner-with-counter .counter-item{padding-left:0}}.banner-with-counter .counter-item .count-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media (max-width:575px){.banner-with-counter .counter-item .count-wrap{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.banner-with-counter .counter-item .count-wrap *{color:#065b59;font-size:40px}.banner-with-counter .counter-item .count-wrap .prefix{line-height:1}.banner-with-counter .counter-item .count-title{color:#3b3b3b;font-weight:300;font-size:30px}@media (min-width:768px){.banner-with-counter [class*='col-']:not(:last-child) .counter-item{border-right:1px solid #dcdcdc}}.blog-img .img-full{height:100%}.blog-list-item .ratio{width:50%}@media (max-width:767px){.blog-list-item .ratio{width:100%}}@media (min-width:576px){.testimonial-area .container-fluid{padding-left:30px;padding-right:30px}}.brand-slider .swiper-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.quick-view-modal .modal-dialog{max-width:100%;width:1125px}@media (max-width:1199px){.quick-view-modal .modal-dialog{width:calc(100% - 30px);margin:30px auto}}.quick-view-modal .modal-content{border:0}.quick-view-modal .modal-header{padding:1rem 2rem}.quick-view-modal .modal-body{padding:2rem}.modal-img{height:100%}.modal-slider{border:1px solid #dee2e6;height:100%}.modal-thumbs .swiper-slide{border:1px solid #dee2e6;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.modal-thumbs .swiper-slide:hover{opacity:1}.about-desc{font-size:18px;line-height:31px;margin-bottom:30px;text-align:justify}@media (max-width:991px){.breadcrumb-height{height:370px}}@media (min-width:992px){.breadcrumb-height{height:570px}}.breadcrumb-heading{text-transform:uppercase;font-size:36px}@media (max-width:479px){.breadcrumb-heading{font-size:24px}}.breadcrumb-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}.breadcrumb-item ul li{display:inline-block;line-height:30px;font-size:14px}.breadcrumb-item ul li:not(:last-child) a{position:relative;padding-right:25px;margin-right:10px}.breadcrumb-item ul li:not(:last-child) a:before{background-color:#22998e;position:absolute;content:'';width:10px;height:10px;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.breadcrumb-item ul li i{font-size:16px;vertical-align:middle}.widgets-area{background-color:#f6f7fb;border-radius:10px;padding-top:55px;padding-bottom:60px;padding-left:30px;padding-right:30px}.widgets-item{padding-top:50px}.widgets-category li:not(:last-child) a{border-bottom:1px solid #dee2e6;padding-bottom:10px;margin-bottom:10px}.widgets-category li a{color:#6a6a6a;display:block}.widgets-category li a:hover{color:#065b59}.widgets-category li i{vertical-align:middle;font-size:16px}.product-topbar>ul li.product-view-wrap>ul li a.active{color:#065b59}.product-topbar>ul li.page-count{border:1px solid #dee2e6;border-radius:5px;padding:10px 30px}.product-topbar>ul li.page-count span{color:#065b59}.product-topbar>ul li.short .nice-select.active,.product-topbar>ul li.short .nice-select.open{border-color:#dee2e6}.contact-form .form-field{width:100%}.contact-form .form-messege{font-size:14px}.contact-form .form-messege.success{color:#525252}.contact-form .form-messege.error{color:red}.form-message.success{color:#abd373}.form-message.error{color:red}.frequently-area .frequently-item>ul>li.has-sub.open>a,.frequently-area .frequently-item>ul>li.children.open>a{color:#065b59}.frequently-area .frequently-item>ul>li.has-sub.open>a>i:before,.frequently-area .frequently-item>ul>li.children.open>a>i:before{content:'\e682'}.myaccount-tab-trigger li a.active{background:#065b59;border-color:#065b59;color:#fff}.myaccount-tab-trigger li a.active:hover{color:#fff}.myaccount-orders .table{margin-bottom:0}.myaccount-orders .table .account-order-id:hover{color:#065b59}.myaccount-orders .table.table-hover tbody tr:hover{color:var(--bs-table-hover-color)}.myaccount-orders .table td,.myaccount-orders .table th{vertical-align:middle;text-align:center}.table-content table td.product-subtotal{font-size:16px;font-weight:700}.table-content table td.quantity .cart-plus-minus{margin:0 auto}@media (max-width:767px){.cart-area .table-content table td:nth-child(3){padding:45.1px 10px}}.table-content .table >:not(:last-child) >:last-child > *{border-bottom-color:#dee2e6}.table-content table{border-color:#dee2e6;border-radius:0;border-style:solid;border-width:1px 0 0 1px;text-align:center;width:100%;margin-bottom:0}@media (max-width:767px){.table-content table thead tr{display:none}}.table-content table th,.table-content table td{border-bottom:1px solid #dee2e6;border-right:1px solid #dee2e6}.table-content table th{border-top:medium none;font-size:15px;text-transform:capitalize;padding:20px 10px;text-align:center;font-weight:500;vertical-align:middle}.table-content table td{border-top:medium none;padding:18px 10px;vertical-align:middle;font-size:13px}@media (max-width:767px){.table-content table td{width:100%;display:block}.table-content table td:nth-child(3){padding:32.1px 10px;display:block;width:100%}}.table-content table td.product_remove{font-size:20px}.table-content table td.product-thumbnail img{width:auto;height:100%}.table-content table td.product-name{font-size:16px;text-transform:capitalize}.table-content table td.product-price{font-size:16px}.table-content table td.product-stock-status span.in-stock,.table-content table td.product-stock-status span.out-stock{font-size:12px;text-transform:capitalize}.table-content table td.product-stock-status span.out-stock{color:red}.table-content table td.cart_btn a{font-size:14px;text-transform:uppercase;background:#505050;color:#fff;height:40px;line-height:43px;width:130px;display:inline-block;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.table-content table td.cart_btn a:hover{background:#065b59;color:#fff}.compare-table .table thead th{border-width:1px;padding:15px 10px}.compare-table .table tbody tr{-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.compare-table .table tbody tr:hover{color:var(--bs-table-hover-color)}.compare-table .table tbody tr td,.compare-table .table tbody tr th{vertical-align:middle;text-align:center}.compare-table .table tbody tr th{min-width:200px}.compare-table .table tbody tr td{min-width:250px}.compare-table .table tbody tr td .compare-pdoduct-image{max-width:200px;display:inline-block;padding:20px 0}.compare-table .table tbody tr td .compare-pdoduct-image a{display:inline-block}.compare-table .table tbody tr td .compare-pdoduct-image a.btn{display:block;margin-top:30px}.compare-table .table tbody tr td .compare-product-name{font-size:14px;margin-bottom:0}.compare-table .table tbody tr td .compare-product-name a{-webkit-transition-property:color;-o-transition-property:color;transition-property:color}.compare-table .table tbody tr td .rating-box ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.coupon-accordion .coupon-content .coupon-info p.form-row-first label,.coupon-accordion .coupon-content .coupon-info p.form-row-last label{display:block}.coupon-accordion .coupon-content .coupon-info p.form-row-first label span.required,.coupon-accordion .coupon-content .coupon-info p.form-row-last label span.required{color:red}.coupon-accordion .coupon-content .coupon-info p.form-row-first input,.coupon-accordion .coupon-content .coupon-info p.form-row-last input{border:1px solid #dee2e6;height:36px;margin:0 0 14px;border-radius:0;max-width:100%;padding:0 0 0 10px;width:370px;background-color:transparent}.coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]{background-color:#505050;border:medium none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:#fff;cursor:pointer;display:inline-block;float:left;font-size:12px;height:40px;line-height:40px;margin-right:15px;padding:0 30px;text-shadow:none;text-transform:uppercase;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:inherit}.coupon-accordion .coupon-content .coupon-info p.form-row input[type="checkbox"]{height:inherit;position:relative;top:0;width:inherit}.your-order .your-order-table table{background:rgba(0,0,0,0);border:medium none;width:100%}.your-order .your-order-table table thead{background-color:#f1f1f1}.your-order .your-order-table table thead tr th{border-top:medium none;font-weight:normal;text-align:center;text-transform:uppercase;vertical-align:middle;width:250px}.your-order .your-order-table table thead tr th,.your-order .your-order-table table thead tr td{border-bottom:1px solid #dee2e6;border-right:medium none;font-size:14px;padding:15px 0;text-align:center}.your-order .your-order-table table .cart_item:hover{background:#f1f1f1}.your-order .your-order-table table .order-total td{border-bottom:medium none}.your-order .your-order-table table .order-total td span{font-size:20px}.your-order .your-order-table table .order-total th{border-bottom:medium none;font-size:18px}.footer-area{background-color:rgba(162,222,214,.29);border-top:15px solid #065b59}.banner-grid-3 .banner-item{display:block}.banner-grid-3 .banner-item a{display:block;position:relative;height:100%}html{scroll-behavior:smooth}html,body{height:100%}body{font-family:"Poppins","Poppins fallback",Arial,sans-serif;color:#525252}a{color:#525252;text-decoration:none}a,button,.btn,img,input{-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}ul{margin:0;padding:0;list-style:none}img{max-width:100%}.section-space-top-100{padding-top:100px}.section-space-bottom-95{padding-bottom:95px}.g-x-15{}.g-x-30{}.g-y-20{}.g-y-30{}.py-30{padding-top:30px;padding-bottom:30px}[data-bg-image]:not(.bg-pattern){background-color:#fff;background-repeat:no-repeat;background-position:right center;background-size:cover}.text-white *{color:#fff}.text-black *{color:#000}.bg-pronia-primary{background-color:#22998e}.section-title{text-transform:uppercase;position:relative;color:#393939;font-size:36px;line-height:27px;padding-left:90px;padding-right:90px;font-weight:700;margin-bottom:30px}.section-title:before,.section-title:after{background-color:#22998e;width:70px;height:2px;position:absolute;content:'';top:50%;left:0}.section-title:after{left:auto;right:0}.section-title-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.social-link{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.social-link ul li{display:inline-block}.social-link ul li:not(:last-child){padding-right:25px}.social-link ul li a{font-size:14px;display:block}.btn-pronia-primary{background-color:#22998e;border-color:#065b59;color:#fff}.img-hover-effect{position:relative}.img-hover-effect:before{background:rgba(255,255,255,.2);bottom:0;content:'';left:50%;position:absolute;right:51%;top:0;opacity:1;pointer-events:none}.img-hover-effect:after{background:rgba(255,255,255,.2);bottom:50%;content:'';left:0;position:absolute;right:0;top:50%;opacity:1;pointer-events:none}.global-overlay{background-color:rgba(0,0,0,.5);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;position:fixed;width:100%;height:100%;left:0;top:0;z-index:99;visibility:hidden}.swiper-slide .slide-inner .slide-content{opacity:0}.swiper-slide.swiper-slide-active .slide-inner .slide-content{opacity:1}.animation-style-02.swiper-slide-active .slide-content .title{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animation-style-02.swiper-slide-active .slide-content .short-desc{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.header-top{color:#fefefe}.header-middle-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-contact{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-contact a{font-size:18px}.header-bottom{border-top:1px solid #dee2e6}.header-right>ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.header-right>ul>li{position:relative;cursor:pointer}.header-logo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header-logo img{display:block;width:200px;aspect-ratio:200 / 76}.header-sticky{display:none}.mobile-menu_wrapper .offcanvas-body .inner-body,.offcanvas-minicart_wrapper .offcanvas-body .inner-body,.offcanvas-search_wrapper .offcanvas-body .inner-body{padding:50px 0}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-top,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;padding:0 25px 30px;height:auto;border-bottom:0;-webkit-transform:none;-ms-transform:none;transform:none}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top .button-close,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-top .button-close,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-top .button-close{font-size:24px;color:#fff}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu>li,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu>li,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu>li{height:100%}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu>li>a span,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu>li>a span,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu>li>a span{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li{position:relative}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li:not(:last-child),.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li:not(:last-child),.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li:not(:last-child){padding-bottom:25px}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a{color:#fff;font-size:14px;text-transform:uppercase;display:block;padding:0 30px}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a i,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a i,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a i{font-size:24px}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu{background-color:rgba(255,255,255,.05);overflow-y:auto;padding:25px 0;margin:20px 0 10px}.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a,.offcanvas-search_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a{text-transform:uppercase;font-size:11px;color:#fff}.mobile-menu_wrapper .offcanvas-body .inner-body .header-contact,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .header-contact,.offcanvas-search_wrapper .offcanvas-body .inner-body .header-contact{padding-left:30px;padding-right:30px}.mobile-menu_wrapper .offcanvas-body .inner-body .header-contact a,.offcanvas-minicart_wrapper .offcanvas-body .inner-body .header-contact a,.offcanvas-search_wrapper .offcanvas-body .inner-body .header-contact a{color:#fff}.mobile-menu_wrapper.open .offcanvas-body,.offcanvas-minicart_wrapper.open .offcanvas-body,.offcanvas-search_wrapper.open .offcanvas-body{visibility:visible;left:0;opacity:1;z-index:999}.offcanvas-user-info{text-align:center;padding-bottom:25px}.offcanvas-user-info .dropdown-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding-left:30px;padding-right:30px}.footer-widget-title{color:#000;font-weight:200;font-size:20px;line-height:24px;margin-bottom:30px}.footer-widget-list-item > li:not(:last-child){padding-bottom:5px}.footer-widget-list-item>li i{margin-right:20px;color:#df414b}.footer-widget-list-item>li a{color:#000}.footer-widget-list-item>li a:hover{color:#065b59}.banner-item{position:relative}.banner-with-counter{background-color:#faf8f8;margin-top:200px}.banner-with-counter .banner-item{height:500px}.banner-with-counter .counter-area{padding-top:85px;padding-bottom:100px}.banner-with-counter .counter-title{font-style:italic;font-size:36px;line-height:57px;text-align:center;margin-bottom:70px}.banner-with-counter .counter-title span{color:#065b59}.banner-with-counter .counter-item{padding-left:70px}.banner-with-counter .counter-item .count-wrap *{color:#065b59;font-size:40px}.banner-with-counter .counter-item .count-wrap .prefix{line-height:1}.banner-with-counter .counter-item .count-title{color:#3b3b3b;font-weight:300;font-size:30px}.footer-area{background-color:rgba(162,222,214,.29);border-top:15px solid #065b59}