.mf-product-fbt {
border: 1px solid #d9d9d9;
padding: 30px;
margin-bottom: 60px;
}
.mf-product-fbt .fbt-title {
margin: 0 0 45px;
font-size: 18px;
font-weight: 600;
}
.mf-product-fbt ul.products {
padding-left: 20px;
float: left;
width: 100%;
}
.mf-product-fbt ul.products li.product {
float: left;
width: 20%;
display: block;
margin-bottom: 50px;
}
.mf-product-fbt ul.products li.product:first-child .thumbnail:after {
display: none;
}
.mf-product-fbt ul.products li.product.out-of-stock {
opacity: 0.2;
}
.mf-product-fbt ul.products li.product.un-active {
opacity: 0.2;
}
.mf-product-fbt ul.products li.product.un-active select {
pointer-events: none;
}
.mf-product-fbt ul.products li.product .wcboost-wishlist-button {
display: none !important;
}
.mf-product-fbt ul.products .product-content {
position: relative;
padding-right: 70px;
}
.mf-product-fbt ul.products .product-content .thumbnail {
position: relative;
display: block;
}
.mf-product-fbt ul.products .product-content .thumbnail .thumb-new {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
transition: 0.3s;
}
.mf-product-fbt ul.products .product-content .thumbnail:after {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -40px;
content: "";
display: inline-block;
font: normal normal normal 14px/1 linearicons;
font-weight: 600;
font-size: 16px;
color: #000;
}
.mf-product-fbt ul.products .product-content h2 {
font-size: 14px;
font-weight: 400;
margin: 15px 0 10px;
}
.mf-product-fbt ul.products .product-content h2 a {
color: #0066cc;
}
.mf-product-fbt ul.products li.product .product-variation-price .price-new {
display: none;
}
.mf-product-fbt ul.products li.product .product-variation-price.active .price {
display: none;
}
.mf-product-fbt ul.products li.product .product-variation-price.active .price-new {
display: block;
}
.mf-product-fbt ul.products .product-content .price small {
display: inline-block;
}
.mf-product-fbt ul.products .product-content .price .sale {
display: none;
}
.mf-product-fbt .product-buttons .mf_add_to_cart_button,
.mf-product-fbt .product-buttons .mf-wishlist-button {
min-width: 170px;
display: inline-block;
font-size: 14px;
border-radius: 3px;
margin-top: 10px;
}
.mf-product-fbt .product-buttons .mf_add_to_cart_button:before,
.mf-product-fbt .product-buttons .mf-wishlist-button:before {
border-width: 1px;
border-color: var(--mf-background-primary-text-color) var(--mf-background-primary-text-color) var(--mf-background-primary-text-color) transparent;
border-radius: 50%;
border-style: solid;
animation: mf-spin-fast 1s linear infinite;
content: " ";
width: 14px;
height: 14px;
display: none;
font-weight: 400;
position: absolute;
top: 12px;
left: 7px;
}
.mf-product-fbt .product-buttons .mf_add_to_cart_button.loading,
.mf-product-fbt .product-buttons .mf-wishlist-button.loading {
position: relative;
opacity: 0.3;
padding-left: 25px;
}
.mf-product-fbt .product-buttons .mf_add_to_cart_button.loading:before,
.mf-product-fbt .product-buttons .mf-wishlist-button.loading:before {
display: inline-block;
}
.mf-product-fbt .product-buttons .mf-wishlist-button:before {
border-color: var(--mf-dark-color) var(--mf-dark-color) var(--mf-dark-color) transparent;
}
.mf-product-fbt .product-buttons .mf-wishlist-button.showed {
display: inline-block;
}
.mf-product-fbt .product-buttons .mf-wishlist-button.hided {
display: none;
}
.mf-product-fbt .product-buttons .btn-view-to-wishlist {
display: none;
}
.mf-product-fbt .product-buttons .s-price {
font-weight: 600;
font-size: 20px;
color: #ff0000;
}
.mf-product-fbt .products-list {
margin: 20px 0 0;
padding: 0;
list-style: none;
}
.mf-product-fbt .products-list li {
margin-bottom: 5px;
}
.mf-product-fbt .products-list li a {
color: #666;
display: inline-block;
position: relative;
line-height: 1;
padding-left: 20px;
}
.mf-product-fbt .products-list li a strong {
color: #000;
font-weight: 600;
}
.mf-product-fbt .products-list li a:before {
position: absolute;
top: 1px;
left: 0;
width: 13px;
height: 13px;
content: "";
background-color: #0099cc;
border-radius: 2px;
}
.mf-product-fbt .products-list li a:after {
content: '\e934';
display: inline-block;
font: normal normal normal 14px/1 linearicons;
position: absolute;
top: 1px;
left: 1px;
font-size: 8px;
color: #fff;
width: 13px;
height: 13px;
text-align: center;
line-height: 13px;
font-weight: 700;
}
.mf-product-fbt .products-list li .s-price .sale {
display: none;
}
.mf-product-fbt .products-list li.uncheck .p-title,
.mf-product-fbt .products-list li.uncheck .s-price {
opacity: 0.5;
}
.mf-product-fbt .products-list li.uncheck a:after {
opacity: 0;
}
.mf-product-fbt .products-list li .s-price {
color: #ff0000;
font-weight: 600;
padding-left: 5px;
transition: 0.5s;
}
.mf-product-fbt .products-list li .s-price ins {
text-decoration: none;
}
.mf-product-fbt .products-list li .s-price del {
display: none;
}
.mf-product-fbt .products-list li .p-title {
transition: 0.5s;
}
.mf-product-fbt ul.products li.product table.variations {
margin-top: 3px;
}
.mf-product-fbt ul.products li.product form.cart {
margin: 0 !important;
padding: 0 !important;
}
.mf-product-fbt ul.products li.product form.cart table.variations select {
display: block !important;
height: auto;
padding: 5px 0;
border-top: none;
border-right: none;
border-left: none;
border-width: 1px;
background-position: right center;
font-size: 14px;
}
.mf-product-fbt ul.products li.product table.variations .wcboost-variation-swatches > ul,
.mf-product-fbt ul.products li.product table.variations .label {
display: none;
}
.mf-product-fbt ul.products li.product table.variations td.value {
text-align: left;
margin-bottom: 10px !important;
}
.mf-product-fbt ul.products li.product .single_variation_wrap {
display: none !important;
}
.mf-product-fbt ul.products li.product .reset_variations {
font-size: 10px;
font-weight: 500;
text-decoration: underline;
}
.mf-product-fbt ul.products .product-content .woocommerce-variation-description,
.mf-product-fbt ul.products .product-content .mf-date-onsale-to {
display: none;
}
.mf-product-fbt .martfury-pbt-alert {
margin: 20px 0 0;
}
@media (max-width: 1199px) {
.mf-product-fbt ul.products li.product {
width: 25%;
}
}
@media (max-width: 991px) {
.mf-product-fbt ul.products li.product {
width: 50%;
}
.mf-product-fbt ul.products li.product:nth-child( 3n + 1 ) {
clear: none;
}
}
@media (max-width: 767px) {
.mf-product-fbt {
padding-left: 20px;
padding-right: 20px;
}
.mf-product-fbt ul.products {
padding-left: 0;
margin-left: 0;
margin-right: 0;
}
.mf-product-fbt ul.products li.product .product-content {
padding-right: 0;
}
.mf-product-fbt ul.products li.product .thumbnail:after {
display: none;
}
.mf-product-fbt ul.products li.product.product-buttons {
width: 100%;
}
}.spec-10{
padding:0px;
margin:0px;
}
.spec-10 ul{
width: 100%;
float: left;
margin: 5px 0%;
}
.spec-10 ul li{
background-color: #e2ebf4;
padding: 10px;
list-style: none;
text-align: left;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.spec-10 ul li strong{
width:200px;
}
.spec-10 ul li:nth-child(2n+1) {
background-color: #FFF;	
}
.bed-fea ul{
padding:0px;
}
.bed-fea ul li {
width: 25%;
float: left;
list-style: none;
min-height: 230px;
}
.accessories{
padding:0px;
margin:0px;
}
.accessories ul{
padding:0px;
margin:0px;
}
.accessories ul li{
list-style: none;
width: 18%;
margin: 10px 1%;
float: left;
border: 1px solid #ededed;
}
.accessories ul li h5{
font-size: 13px !important;
text-align:center;
font-weight:400;
}
.dowmload-btn button{
color: #fff !important;
font-size: 22px;
border-radius: 22px;
background-color: #007cc2;
border: none;
text-decoration: none;
padding: 5px 35px;
font-weight: bold;
display: inline-block;
margin: 0 10px;
}
.dowmload-btn button a{
color:#FFF!important;
}
.single-product-layout-6.sidebar-content .content-area, .single-product-layout-6.content-sidebar .content-area {
width: 100%;
}
.single-product-layout-6.sidebar-content .product-sidebar, .single-product-layout-6.content-sidebar .product-sidebar {
width: 0%!important;
display: none;
}
.site-header .header-main {
padding-top: 5px;
padding-bottom: 5px;
background-color: var(--mf-background-light-color);
}
.site-logo{
width:140px;
}
.topbar .topbar-sidebar {
padding-top: 10px;
padding-bottom: 10px;
display: flex;
flex-wrap: wrap;
align-items: center;
width: auto;
}
.topbar {
color: #FFF;
background-color: #0c3c52;
position:relative;
}
.topbar::after {
position: absolute;
content: "";
width: 45%;
height: 100%;
background: #28afb1;
top: 0px;
left: 0px;
}
.topbar::before{
width: 0;
height: 0;
border-width: 40px 20px 0px 0px;
border-color: #28afb1 transparent transparent;
border-style: solid;
top: 0px;
left: 45%;
position: absolute;
content: "";
}
.topbar .topbar-sidebar {
padding-top: 10px;
padding-bottom: 10px;
display: flex;
flex-wrap: wrap;
align-items: center;
width: auto;
z-index: 10;
}
.topbar a {
color: #FFF;
}
.woocommerce ul.products li.product .product-inner {
padding: 20px 20px 20px;
border: 1px solid #e8e8e8;
border-bottom: none;
margin-bottom: 30px;
margin: 15px;
border: 1px solid #e8e8e8;
}
.woocommerce ul.products li.product h2, .woocommerce ul.products li.product .woo-loop-product__title {
margin: 0;
font-weight: 400;
padding: 0 0 5px;
font-size: 15px;
line-height: 1.3;
text-align: center;
min-height: 50px;
}
.woocommerce ul.products li.product .price {
text-align: center;
}
.woocommerce .mf-rating {
display: flex;
align-items: center;
margin-top: 0;
display: none;
}
.elementor-2787 .elementor-element.elementor-element-b6a7651 .mf-products-grid .cat-header {
display: none;
}
.test-area, .test-area1{
position:relative;	
}
.test-area::after{
position:absolute;
content:"";
width:40%;
height:100%;
top:0px;
left:0px;
background:url(https://new.karmainfomedia.com/liftchairsandscooters/wp-content/uploads/2023/12/test-bg-01-1.jpg) no-repeat center;
background-size:cover;
}
.test-area1::after{
position:absolute;
content:"";
width:40%;
height:100%;
top:0px;
left:0px;
background:url(https://mobilitydepotplus.com//wp-content/uploads/2024/11/AdobeStock_999482940.jpeg) no-repeat center;
background-size:cover;
}
.test-area::before, .test-area1::before{
position:absolute;
content:"";
width:112px;
height:113px;
margin-top:-66px;
top:50%;
left:36%;
background:url(https://new.karmainfomedia.com/liftchairsandscooters/wp-content/uploads/2023/12/Quote-icon.png) no-repeat center;
z-index: 10;
}
.sp-testimonial-free-section.swiper-initialized {
display: flex;
flex-wrap: wrap;
margin: 0 0px!important;
margin-bottom: 0px;
padding: unset !important;
overflow: hidden;
margin-bottom: 0px!important;
}
.sp-testimonial-free-section .sp-testimonial-item {
text-align: left!Important;
will-change: transform;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial{
text-align: left!Important;
}
.sp-testimonial-free-section .sp-testimonial-client-name {
text-align: left!Important;
}
.sp-testimonial-free-section .sp-testimonial-client-designation {
text-align: left!Important;
padding-bottom: 30px;
}
.service-area ul{
padding:0px;
margin:0px;
}
.service-area ul li{
padding-right:30px;
display:inline-block;
}
.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
text-align: left!Important;;
}
.sp-testimonial-free-section .testimonial-pagination {
margin:0;
margin-top:20px;
padding:0;
list-style:none;
align-items:center;
justify-content:left;
display:flex
}
.site-footer .footer-layout {
background-color: #073450;
color: #f7f7f7;
}
.site-footer .footer-layout a {
color: #f7f7f7;
}
.site-footer .footer-widgets .widget ul li a {
color: #f2f2f2;
position: relative;
text-decoration:none;
}
.site-footer .footer-widgets .widget ul li a:hover {
color: #28afb1;
text-decoration:none;
}
.site-footer .footer-widgets {
padding-top: 50px;
padding-bottom: 50px;
}
.site-footer .footer-widgets .widget .widget-title {
font-size: 20px;
margin-bottom: 25px;
color: #28afb1;
}
.footer-layout-1 .footer-bottom {
padding-top: 20px;
padding-bottom: 20px;
background: #28afb1;
color: #FFF;
}
.site-footer .footer-copyright {
color: #FFF;
}
.site-footer .footer-widgets::after {
position: absolute;
left: 15px;
right: 15px;
bottom: 0;
border-bottom: 0px solid #e1e1e1;
display: block;
content: "";
}
.woocommerce div.product .wc-tabs-wrapper .panel {
margin: 0;
padding: 0;
color: #666;
font-size: 16px;
text-align: center;
}
.woocommerce div.product .wc-tabs-wrapper .panel  h5 {
font-size: 20px;
}
.woocommerce div.product .wc-tabs-wrapper .panel iframe{
width:80%;
}
.pd-l{
width:50%;
float:left;
}
.pd-r{
width:50%;
float:left;
}
.testimonial-area{
margin-top:50px;
position:relative;
padding:70px 0 50px;
background:url(https://new.karmainfomedia.com/liftchairsandscooters/wp-content/uploads/2023/12/quote.png) no-repeat top center;
}
.testimonial-area h6 {
font-size: 18px;
}
.spec{
padding:0px;
margin:0px;
}
.spec ul{
width: 46%;
float: left;
margin: 5px 2%;
}
.spec ul li{
background-color: #e2ebf4;
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 10px;
justify-content: space-between;
}
.spec ul li:nth-child(2n+1) {
background-color: #FFF;
}
.div-cb555ff ul {
list-style: none;
column-count: 2;
gap: 30px;
}
.div-cb555ff li {
align-items:center;
justify-content:space-between;
flex-basis:40%;
-moz-column-gap:10px;
column-gap:10px;
display:flex;
flex-direction:row;
flex-wrap:nowrap;
padding:10px;
justify-content: space-between;
}
.div-cb555ff ul {
-moz-column-gap:30px;
column-gap:30px;
}
.div-cb555ff ul li:nth-child(odd) {
background-color:var(--cc-color-12);
display:flex;
flex-direction:row;
flex-wrap:wrap;
}
@media (max-width: 767px) {
.test-area::after, .test-area1::after {
display: none;
}
.test-area::before, .test-area1::before {
display: none;
}
.elementor-2787 .elementor-element.elementor-element-e377191 .mf-elementor-banner-large-2 .discount-box {
top: 40%!Important;
bottom: auto;
transform: translate(0,-50%);
}
}
@media (max-width: 480px) {
.woocommerce ul.products li.product {
margin-bottom: 5px;
padding-right: 0px;
padding-left: 0px;
}
.woocommerce ul.products li.product .product-inner {
padding: 10px;
border: 1px solid #e8e8e8;
border-bottom: none;
margin-bottom: 15px;
margin: 10px;
border: 1px solid #e8e8e8;
}
.elementor-2787 .elementor-element.elementor-element-e377191 .mf-elementor-banner-large-2 .price-box {
top: 50%;
bottom: auto;
transform: translate(0,-50%);
display: none;
}
}
.wpcf7-spinner{display:none;}
.page-template-elementor_canvas .woocommerce-store-notice, p.demo_store{display:none !important}