/* ============= max-width:1600px ==========*/
@media only screen and (max-width: 1600px) { 
  /* Banner */
  .banner .content {
    background: #CEEAF3;
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 160px;
  }
  .banner .swiper-pagination.banner-pagination {
    max-width: 335px;
  }
  /* End Banner */
}
/* ============= max-width:1366px ==========*/
@media only screen and (max-width: 1366px) { 
  /* Banner */
  .banner .content {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-left: 80px;
  }
  .banner .swiper-pagination.banner-pagination {
    bottom: 85px;
    max-width: 175px;
  }
  /* End Banner */

  /* Listing Page */
  .sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a, 
  .sidebar .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
    font-size: 15px;
    line-height: 22px;
  }
  /* End Listing Page */


  .c-go-top {
    bottom: 80px;
  }

  /* Vat Functionality 07-03-2025 */
  .vat-btn-wrapper {
    flex-direction: column;
  }
  .vat-relief-container {
    width: 100%;
  }
  .vat-btn {
    width: 100%;
  }
  .product-detail .woocommerce-variation-add-to-cart {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0;
  }
  /* Vat Functionality 07-03-2025 End */
}
/* ============= max-width:1200px ==========*/
@media only screen and (max-width: 1200px) { 
  
}
/* ============= max-width:1199px ==========*/
@media only screen and (max-width: 1199px) {
  .row { margin: 0; }
  /* Typography */
  h1,.heading-one {
    font-size: 40px;
    line-height: 48px;
  }
  h2,.heading-two {
    font-size: 36px;
    line-height: 44px;
  }
  h3,.heading-three {
    font-size: 30px;
    line-height: 40px;
  }
  h4,.heading-four {
    font-size: 26px;
    line-height: 36px;
  }
  h5,.heading-five {
    font-size: 22px;
    line-height: 32px;
  }
  h6,.heading-six {
    font-size: 18px;
    line-height: 28px;
  }
  /* End Typography */

  /* Common Button */
  .primary-btn,
  .secondary-btn,
  .blue-border-btn,
  .disable-btn {
    padding: 11px 22px;
  }
  /* End Common Button */

  /* Spacing Style */
  .py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  .py-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-50 {
    padding-top: 40px;
  }
  .pb-50 {
    padding-bottom: 40px;
  }
  .mb-40 {
    margin-bottom: 35px;
  }
  .mb-30 {
    margin-bottom: 25px;
  }
  .mb-20 {
    margin-bottom: 16px;
  }
  /* End Spacing Style */

  /* Header */
  .cart-dropdown .top-cart {
    /* right: -10px !important; */
  }
  header {
    position: relative;
  }
  .site-content {
	  padding-top: 120px;
  }
  .home .site-content {
    padding-top: 160px;
  }
  .desktop {
    display: none;
  }
  .bottom-header {
    padding: 0;
  }
  
  .site-header.smaller .middle-header {
    display: block;
  }
  .site-header .site-branding {
    margin: 0 0 0 40px;
  }
  .mobile {
    display: block;
  }
  .middle-header {
    padding: 14px 0;
  }
  body .offcanvas-body {
    padding: 0;
  }
  .offcanvas-body .menu li {
    position: relative;
    border-bottom: 1px solid #eaeaea;
  }
  .offcanvas-body .menu li a {
    display: block;
    padding: 12px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #363636;
    transition: 0.4s;
  }
  .offcanvas-body .menu li a:hover {
    color: #2f5cce;
    transition: 0.4s;
  }
  .mobile .btn.btn-primary {
    background: inherit;
    padding: 0;
    border: 0;
    width: 25px;
    position: absolute;
    bottom: 30px;
  }
  .home .mobile .btn.btn-primary {
    bottom: 70px;
  }
  span.arw {
    display: block;
  }
  .offcanvas-body .menu li .sub-menu {
    display: none;
    position: relative;
  }
  .offcanvas-body .menu li .sub-menu li {
    border-bottom: 0;
  }
  .offcanvas-body .menu li .sub-menu li a {
    padding-left: 40px;
  }
  .fa.fa-plus:after {
    content: "+";
    font-size: 30px;
    position: absolute;
    top: -4px;
    right: 0;
    z-index: 22;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
  }

  .fa.fa-plus.fa-minus:after {
    content: "-";
  }

  .middle-header-last-col-wrap ul li a {
    font-size: 15px;
  }
  .bottom-header-right-wrapper ul {
    margin-left: 12px;
  }
  .site-content {
    min-height: calc(100vh - 796px);
  }
  .header-contact-btn .primary-btn {
    padding: 10px 12px !important;
  }
  body .btn-check:checked + .btn, 
  body .btn.active, 
  body .btn.show, 
  body .btn:first-child:active, 
  body :not(.btn-check) + .btn:active {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
  }
  /* End Header */

  /* Banner */
  .banner .content {
    background: #ceeaf3;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
  }
  .banner .banner-content .subtitle {
    font-size: 20px;
    line-height: 34px;
  }
  .banner .content .title {
    margin-bottom: 25px;
  }
  .banner .content::after {
    width: 1080px;
  }
  .banner .swiper-pagination.banner-pagination {
      max-width: 120px;
      bottom: 55px;
  }
  /* End Banner */

  /* New Arrivals */
  .woocommerce ul.products li.product .btn-wrapper,
  .product-category-tabs .product .btn-wrapper {
    gap: 6px;
    opacity: 1;
    visibility: visible;
    top: 8px;
    left: 20px;
    justify-content: flex-end;
    align-items: flex-start;
    height: max-content;
  }
  .product-category-tabs .product .btn-wrapper {
    left: 8px;
  }
  .woocommerce ul.products li.product .btn-wrapper .woocommerce-products-compare-compare-button label .woocommerce-products-compare-checkbox, 
  .product-category-tabs li.product .btn-wrapper .woocommerce-products-compare-compare-button label .woocommerce-products-compare-checkbox {
    display: block;
    appearance: none;
    border: 0;
    padding: 15px;
    background-color: #2f5cce;
    font-size: 0;
    line-height: normal;
    background: url(../images/icon_compare.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    transition: all 0.4s;
    margin: 0 auto;
    filter: brightness(100);
    cursor: pointer;
  }
  .woocommerce ul.products li.product .btn-wrapper .woocommerce-products-compare-compare-button label, 
  .product-category-tabs li.product .btn-wrapper .woocommerce-products-compare-compare-button label {
    font-size: 0;
    line-height: normal;
  }
  .woocommerce ul.products li.product .btn-wrapper .add_to_cart_button,
  a.button.wp-element-button.product_type_simple,
  .woocommerce ul.products li.product .btn-wrapper .product_type_variable,
  .product-category-tabs li.product .btn-wrapper .add_to_cart_button,
  .product-category-tabs li.product .btn-wrapper .product_type_variable {
    padding: 15px;
    font-size: 0;
    line-height: normal;
    position: relative;
  }
  .woocommerce ul.products li.product .btn-wrapper .add_to_cart_button::after, 
  a.button.wp-element-button.product_type_simple::after,
  .woocommerce ul.products li.product .btn-wrapper .product_type_variable:after,
  .product-category-tabs li.product .btn-wrapper .add_to_cart_button::after,
  .product-category-tabs li.product .btn-wrapper .product_type_variable::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-mask-image: url(../images/icon_cart.svg);
    mask-image: url(
    ../images/icon_cart.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background: #fff;
    transition: all 0.4s;
    -webkit-mask-size: cover;
    margin: 0 auto;
    animation: none !important;
  }
  .woocommerce ul.products li.product .btn-wrapper .woocommerce-products-compare-compare-button,
  .product-category-tabs li.product .btn-wrapper .woocommerce-products-compare-compare-button {
    padding: 0;
    font-size: 0;
    line-height: normal;
    position: relative;
  }
  .woocommerce ul.products li.product .btn-wrapper .woocommerce-products-compare-compare-button .woocommerce-products-compare-compare-link,
  .product-category-tabs li.product .btn-wrapper .woocommerce-products-compare-compare-button .woocommerce-products-compare-compare-link {
    display: none;
    padding: 6px;
    font-size: 0;
    line-height: normal;
    position: relative;
  }
  .woocommerce-products-compare-compare-link .dashicons, 
  .woocommerce-products-compare-compare-link .dashicons-before:before {
    width: 18px;
    height: 18px;
    font-size: 18px;
    position: static;
    line-height: 15px;
    display: block;
  }
  .woocommerce-products-compare-compare-link .dashicons-external:before,
  .product-category-tabs .woocommerce-products-compare-compare-link .dashicons-external:before {
    display: none;
  }
  /* .woocommerce ul.products li.product .btn-wrapper .woocommerce-products-compare-compare-button:after,
  .product-category-tabs li.product .btn-wrapper .woocommerce-products-compare-compare-button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-mask-image: url(../images/icon_compare.svg);
    mask-image: url(../images/icon_compare.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background: #fff;
    transition: all 0.4s;
    -webkit-mask-size: cover;
    margin: 0 auto;
  } */
  /* .woocommerce ul.products li.product .btn-wrapper .woocommerce-products-compare-compare-button:after, 
  .product-category-tabs li.product .btn-wrapper .woocommerce-products-compare-compare-button:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    transform: translate(-50%,-50%);
    -webkit-mask-image: url(../images/icon_compare.svg);
    mask-image: url(../images/icon_compare.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background: #fff;
    transition: all 0.4s;
    -webkit-mask-size: cover;
    margin: 0 auto;
  } */
  .woocommerce ul.products li.product:hover .btn-wrapper {
    bottom: 120px;
  }
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt { opacity: 1; visibility: visible;}
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt { 
    width: 20px;
    height: 20px;
    top: 10px;
    right: 20px;
  }
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before, 
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:after {
    height: 20px;
    width: 20px;
  }
  /* .woocommerce ul.products li.product .btn-wrapper .add_to_cart_button.added {
    padding: 10px 8px;
  } */
  .woocommerce ul.products li.product a img {
    height: 220px;
  }
  /* End New Arrivals */

  /* Footer CTA */
  .footer-cta-inner ul li {
    margin-right: 50px;
    padding-right: 50px;
  }
  /* End Footer CTA */

  /* Mobility Scooter */
  .mobilityscooterbox-content .primary-btn {
    margin-top: 10px;
  }
  /* End Mobility Scooter */

  /* Company Info */
  .company-info-inner .primary-btn {
    margin-top: 10px;
  }
  /* End Company Info */

  /* CTA Section */
  .CTA-section {
    padding: 40px 0;
  }
  .CTA-section p {
    font-size: 18px;
    line-height: 28px;
  }
  /* End CTA Section */

  /* Footer */
  .footer-middle .footer-title,
  .footer-middle .newsletter-title {
    margin-bottom: 25px;
  }
  .contact-info-col {
    margin-bottom: 25px;
  }
  .social-media {
    margin-top: 25px;
  }
  .footer-logo-col {order: 1;}
  .newsletter-col {order: 2;}
  .useful-information-col { order: 3;}
  .help-information-col { order: 4;}
  .e-commerce-col {
    margin-top: 5px;
  }
  .copyright-col { order: 1;}
  .payment-col { order: 2;}
  .e-commerce-col { order: 3;}
  .tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 50px;
    height: 50px;
  }
  .c-go-top {
    bottom: 100px;
  }
  .social-media li a:hover {
    top: 0;
  }
  /* End Footer */

  /* Page Title */
  .page-title h1 {
    font-size: 36px;
    line-height: 46px;
  }
  /* End Page Title */

  /* Product Listing */
  .sidebar .yith-wcan-filters .yith-wcan-filter {
    margin-bottom: 20px;
  }
  .product-listing ul.products.list .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    top: 20px;
    right: 22px;
  }
  .product-listing ul.products.list li.product .btn-wrapper, 
  .product-listing ul.products.list li.product:hover .btn-wrapper {
    position: absolute;
    left: auto;
    right: 20px;
    bottom: auto;
    opacity: 1;
    visibility: visible;
    width: auto !important;
    transition: all 0.4s;
    top: 45px;
    justify-content: flex-start;
    flex-direction: column;
  }
  .product-listing ul.products.list li.product .btn-wrapper .add_to_cart_button, 
  .product-listing ul.products.list a.button.wp-element-button.product_type_simple, 
  .product-listing ul.products.list a.button.product_type_variable {
    padding: 15px;
  }
  .product-listing ul.products.list li.product .btn-wrapper .woocommerce-products-compare-compare-button {
    padding: 0;
  }
  /* End Product Listing */

  /* Detail Page */
  .product-detail h1.product_title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px !important;
  }
  .detail-price-wrapper {
    margin-bottom: 20px;
  }
  .woocommerce .product-detail div.product p.price, 
  .woocommerce .product-detail div.product span.price {
    font-size: 22px;
    line-height: 34px;
  }
  .woocommerce div.product form.cart {
    margin: 30px 0;
  }
  .detail-price-wrapper p.price-tax {
    font-size: 18px;
    line-height: 26px;
  }
  .product-detail .wcgs-carousel.slick-slider {
    height: 400px;
  }
  .product-detail .gallery-navigation-carousel .slick-slide.wcgs-thumb {
    height: 80px;
    /* width: auto !important; */
  }
  .product-detail-desc {
    padding-top: 40px;
  }
  .woocommerce .quantity .qty {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
  }
  .woocommerce div.product form.cart .button {
    padding: 12px 30px;
    min-width: 300px;
  }
  /* End Detail Page */

  /* Authentication */
  .login-inner .forminator-ui.forminator-custom-form, 
  .registration-inner .forminator-ui.forminator-custom-form {
    padding: 30px 30px 10px 30px !important;
  }
  .forgot-password form.wc-forgot-pwd-form {
    padding: 30px !important;
  }
  /* End Authentication */

   /* Cart Page */
   .woocommerce-cart-form {
    margin-bottom: 30px;
  }
  header.entry-header {
    padding: 50px 0;
  }
  .cart-page .row > div { padding: 0;}
  /* End Cart Page */

  /* Product Compare */
  .woocommerce-products-compare-content .product a.product-link img {
    margin: 0 auto 15px auto;
    max-width: 200px;
    max-height: 200px;
  }
  /* End Product Compare */

  /* Checkout */
  

  /* End Checkout */

  /* Whatsapp */
  .wa__btn_popup .wa__btn_popup_icon {
    height: 40px;
    width: 40px;
  }
  .wa__btn_popup .wa__btn_popup_icon:before {
    background-size: 22px auto;
    -webkit-background-size: 22px auto;
    -moz-background-size: 22px auto;
  }
  /* End Whatsapp */

  /* Go To Top */
  .c-go-top {
    width: 40px;
    height: 40px;
    padding: 6px;
  }
  /* End Go To Top */

  .contact-box:hover {
    box-shadow: none;
  }

  /* Vat Functionality 07-03-2025 */
  .vat-btn-wrapper {
    gap: 10px;
  }
  .vat-btn {
    min-width: fit-content;
    font-size: 15px !important;
    padding: 11px 16px !important;
  }
  /* Vat Functionality 07-03-2025 End */

  /* Tooltip Detail Page 17-03-2025 */
  .tooltip-text {
    left: -100px;
  }
  /* Tooltip Detail Page End 17-03-2025 */
}
/* ============= max-width:1100px ==========*/
@media only screen and (max-width: 1100px) { 
  /* Bottom Header */
  .middle-header-last-col-wrap ul li.login-link a {
    background-size: 28px;
    padding-left: 0;
    font-size: 0;
    padding: 4px 12px;
  }
  .middle-header-last-col-wrap ul li .cart-link { font-size: 0;}
  /* End Bottom Header */
}
/* ============= max-width:991px ==========*/
@media only screen and (max-width: 991px) {
  /* Typography */
  h1,.heading-one {
    font-size: 34px;
    line-height: 42px;
  }
  h2,.heading-two {
    font-size: 32px;
    line-height: 38px;
  }
  h3,.heading-three {
    font-size: 28px;
    line-height: 36px;
  }
  h4,.heading-four {
    font-size: 24px;
    line-height: 32px;
  }
  p {
    font-size: 15px;
    line-height: 22px;
  }
  /* End Typography */

  /* Common Button */
  .primary-btn,
  .secondary-btn,
  .blue-border-btn,
  .disable-btn {
    font-size: 15px;
    padding: 10px 14px;
  }
  /* End Common Button */

  /* Spacing Style */
  .py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  /* End Spacing Style */

  /* Header */
  .site-content {
    padding-top: 145px;
  }
  .home .site-content {
    padding-top: 190px;
  }
  
  .cart-dropdown .dropdown-menu {
    right: 0 !important;
  }
  .site-header .site-branding {
    margin: 0 0 0 35px;
  }
  .middle-header-last-col-wrap ul li.login-link a {
    background-size: 26px;
  }
  .middle-header-last-col-wrap ul li .cart-link:before {
      width: 22px;
      height: 22px;
  }
  .middle-header-last-col-wrap ul li .cart-link > span {
    top: -4px;
    left: 10px;
  }
  .top-header-left ul {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .top-header-right, 
  .top-header-right ul {
    justify-content: center;
  }
 /* .site-content {
    min-height: 800px;
    background-color: #2F5CCE;
  } */
  /* End Header */

  /* Banner */
  .banner .banner-content .subtitle {
    font-size: 18px;
    line-height: 30px;
  }
  .banner .content .title {
    margin-bottom: 20px;
  }
  .banner .banner-right-image .image {
    position: relative;
  }
  /* End Banner */

  /* Brand slider */
  .brand-slider .image {
    padding: 26px 20px;
  }
  /* End Brand slider */

  /* New Arrivals */
  .new-arrival-pagination {
    padding-top: 30px;
  }
  .woocommerce ul.products li.product, 
  .woocommerce-page ul.products li.product {
    width: 33.33% !important;
  }
  .woocommerce ul.products li.product, 
  .woocommerce-page ul.products li.product {
    width: 33.33% !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product_title a,
  .product-category-tabs li.product .woocommerce-loop-product_title a {
    font-size: 15px;
    line-height: 22px;
    margin: 4px 0 4px;
  }
  .woocommerce ul.products li.product a img,
  .product-category-tabs li.product a img {
    width: 100%;
    height: 140px;
  }
  .new-arrival-slider .woocommerce ul.products li.product .woocommerce-loop-product_title a,
  .featured-products-slider .woocommerce ul.products li.product .woocommerce-loop-product_title a {
    min-height: 44px;
  }
  .product-box-wrapper {
    width: 100%;
  }
  /* End New Arrivals */

  /* Top Selling Products */
  .best-selling .woocommerce ul.products {
    flex-wrap: wrap;
  }
  .best-selling .section-title {
    padding-left: 0;
  }
  /* End Top Selling Products */

  /* Mobility Scooter */
  .mobilityscooterbox-content ul li h3 {
    font-size: 20px;
  }
  .mobilityscooterbox ul li:last-child:after {
    width: 76px;
    right: -85px;
  }
  .mobilityscooterbox {
    padding: 30px 50px;
  }
  .mobilityscooterbox-content p {
    font-size: 18px;
    line-height: 26px;
  }
  /* End Mobility Scooter */

  /* CTA Section */
  .CTA-section-content {
    margin-bottom: 18px;
  }
  .CTA-section-content span {
    font-size: 18px;
    line-height: 26px;
  }
  .CTA-section p {
    font-size: 18px;
    line-height: 28px;
  }
  .footer-cta-inner ul li a {
    font-size: 14px;
  }
  /* End CTA Section */

  /* Footer CTA */
  .footer-middle .footer-title, .footer-middle .newsletter-title {
    margin-bottom: 20px;
  }
  .footer-cta-inner ul {
    align-items: flex-start;
  }
  .footer-cta-inner ul li {
    margin-right: 10px;
    padding-right: 10px;
  }
  /* .footer-cta-inner ul li:before { display: none;} */
  .footer-cta-inner ul li:last-child {
    margin-bottom: 0;
  }
  /* End Footer CTA */

  /* Footer */
  .site-footer {
    padding-top: 40px;
  }
  .footer-middle .contact-info li.address {
    background-size: 22px;
  }
  .social-media {
    margin-top: 20px;
  }
  .contact-info-col, 
  .useful-information-col, 
  .help-information-col {
    margin-bottom: 20px;
  }
  .useful-information-col {
    order: 2;
  }
  .help-information-col {
    order: 3;
  }
  .newsletter-col {
    order: 4;
  }
  /* End Footer */

  /* Page Title */
  .page-title h1 {
    font-size: 32px;
    line-height: 40px;
  }
  /* End Page Title */

  /* Product Listing */
  .sidebar {
    position: static;
  }
  .woocommerce ul.products {
    margin: 0 -6px -24px;
  }
  .woocommerce ul.products li.product, 
  .woocommerce-page ul.products li.product {
    padding: 0 6px 24px;
  }
  /* .product-listing .woocommerce ul.products {
    justify-content: center;
  } */
  .sidebar.mobile-hide {
    display: none;
  }
  .mobile-sidebar h2 { margin-bottom: 0;}
  .mobile-filter {
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    color: #2F5CCE;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 15px 42px 15px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    display: block;
    text-align: left;
  }
  .mobile-filter:before {
    content: "";
    -webkit-mask-image: url(../images/icon_filter.svg);
    mask-image: url(../images/icon_filter.svg);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background: #2f5cce;
    transition: all 0.4s;
    -webkit-mask-size: cover;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%);
  }
  .mobile-filter:active,
  .mobile-filter:hover {
    background-color: #2F5CCE;
    border: 1px solid #2F5CCE;
    color: #fff;
  }
  .mobile-filter:hover:before {
    filter: brightness(0) invert(100);
  }
  .btn-check:checked + .btn,
  .btn.active,
  .btn.show,
  .btn:first-child:active,
  :not(.btn-check) + .btn:active {
    color: #fff;
    background-color: #2F5CCE;
    border-color: #2F5CCE;
  }
  .btn:focus-visible {
    box-shadow: none;
  }
  .offcanvas-header .btn-close:hover {
    color: #2F5CCE !important;
    opacity: 1;
  }
  .woocommerce ul.products li.product .btn-wrapper {
    left: 14px;
  }
  /* End Product Listing */

  /* Detail Page */
  #wpgs-gallery.woocommerce-product-gallery {
    position: inherit;
    margin-bottom: 20px;
  }
  #wpgs-gallery.woocommerce-product-gallery >* { flex-shrink: 0;}
  .product-detail h1.product_title {
    font-size: 32px;
    line-height: 40px;
  }
  .detail-price-wrapper {
    margin-bottom: 16px;
  }
  .product-detail-desc,
  .recent-products-wrapper {
    padding-top: 30px;
  }
  .detail-price-wrapper .tinv-wishlist .tinvwl_add_to_wishlist_button {
    margin-right: 12px;
  }
  .woocommerce .product-detail div.product p.price,
  .woocommerce .product-detail div.product span.price {
    font-size: 20px;
    line-height: 26px;
  }
  .detail-price-wrapper p.price-tax {
    font-size: 16px;
    line-height: 24px;
  }
  .woocommerce div.product form.cart {
    margin: 20px 0;
  }
  .woocommerce .quantity .qty {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
  .woocommerce div.product form.cart:before {
    font-size: 16px;
    line-height: 24px;
  }
  .woocommerce div.product form.cart .button {
    font-size: 15px;
    padding: 12px 24px;
    min-width: 250px;
  }
  .woocommerce .related ul.products.columns-4 li.product {
    height: auto;
    margin: 0 12px 15px 12px;
  }
  .share-btn-wrapper {
    max-height: 100px;
    height: 100px;
  }
  /* End Detail Page */

  /* Authentication */
  .login-inner .forminator-ui.forminator-custom-form, 
  .registration-inner .forminator-ui.forminator-custom-form {
    padding: 20px 20px 0 20px !important;
  }
  .forgot-password form.wc-forgot-pwd-form {
    padding: 20px !important;
  }
  .login-inner .forminator-ui.forminator-custom-form[data-design=default] .forminator-button,
  .registration-inner .forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
    width: auto !important;
    margin: 0 !important;
}
  /* End Authentication */

  /* Cart Page */
  header.entry-header {
    padding: 40px 0;
  }
  .woocommerce-cart .cart .button {
    width: auto !important;
    float: none !important;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    margin-bottom: 10px;
  }
  .product-name {
    padding-left: 12px !important;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
  .woocommerce table.shop_table td,
  .woocommerce table.woocommerce-orders-table td {
    font-size: 14px;
    line-height: 24px;
  }
  /* End Cart Page */

  /* About Us */
  .about-inner-row {
    margin-bottom: 40px;
  }
  /* End About Us */

  /* Contact Us */
  .contact-section-right form {
    padding: 30px 20px;
  }
  /* End Contact Us */

  /* My Account */
  .account-pages nav.woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }

  .woocommerce .account-pages table.shop_table th,
  .woocommerce table.shop_table td {
    padding: 10px 12px;
    text-align: center;
  }
  .woocommerce .account-pages table.woocommerce-orders-table thead th {
    font-size: 15px;
    line-height: 24px;
  }
  .woocommerce-order-details h2.woocommerce-order-details__title,
  h2.woocommerce-column__title {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .woocommerce-order-details .order_details tfoot tr th {
    text-align: left !important;
  }
  .woocommerce-order-details .order_details tfoot tr td {
    text-align: right !important;
  }
  .account-pages .woocommerce-MyAccount-content .col-1.woocommerce-Address { margin-bottom: 20px;}
  .account-pages .row > div { padding: 0;}
  /* End My Account */

  /* Wishlist Page */
  .account-pages
    .tinv-wishlist
    table.tinvwl-table-manage-list
    tbody
    td.product-remove,
  .account-pages
    .tinv-wishlist
    table.tinvwl-table-manage-list
    thead
    th:not(.product-name) {
    display: table-cell;
  }
  .account-pages .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: table-cell;
  }
  .account-pages .tinv-wishlist table.tinvwl-table-manage-list tfoot td {
    display: table-cell;
    width: 100%;
  }
  .account-pages
    .tinv-wishlist
    .tinvwl-table-manage-list
    tfoot
    .tinvwl-to-right
    .button {
    width: auto;
    margin: 0 15px 0 0;
  }
  .account-pages .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
    margin-top: 20px;
  }
  /* Wishlist Page */

  /* Product Compare */
  .woocommerce-products-compare-content .product a.product-link img {
    margin: 0 auto 12px auto;
    max-width: 150px;
    max-height: 150px;
  }
  .woocommerce-products-compare-content h3 {
    font-size: 15px;
    line-height: 24px;
  }
  /* End Product Compare */

  /* Blog Page */
  .blogList_bottom {
    padding: 20px;
  }
  .blogList_img {
    height: 180px;
  }
  .blogList_bottom_title h3 a {
    font-size: 18px;
    line-height: 24px;
  }
  /* End Blog Page */

  /* CMS Pages */
  .sidebar-wrapper {
    margin-bottom: 30px;
  }
  .sidebar-col {
    margin-bottom: 30px;
  }
  /* End CMS Pages */

  /* FAQ */
  .faq-tabbing.mobile-hide {
    display: none;
  }
  .faq-accordion.desktop-hide {
    display: block;
  }
  .accordion-button {
    padding: 16px;
    font-size: 17px;
    line-height: 24px;
  }
  /* End FAQ */

  /* Checkout Page */
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    margin: 15px 0 0 0;
  }
  .dsabafw_modal-content {
    padding: 40px 20px;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .woocommerce form.checkout_coupon .form-row .wp-element-button {
    margin: 10px 0 0 0;
  }
  /* End Checkout Page */

  /* Sitemap */
  .sitemap-list h2 {
    padding: 20px 0 15px;
    margin: 0;
  }
  /* End Sitemap */

  /* Image Alignment */
  .cms-image.left,
  .cms-image.right {
    width: 24%;
  }

  /* Sidebar Pages */
  .sidebar-content h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 15px 0;
  }
  /* End Sidebar Pages */

  /* Paypal */
  .list-advantages {
    gap: 20px;
  }
  .paypal-block, .free-shipping-block {
    padding: 24px;
  }
  /* Paypal End */

  /* Vat Functionality 07-03-2025 */
  .woocommerce div.product form.cart {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  /* Vat Functionality 07-03-2025 End */
}

/* ============= max-width:900px ==========*/
@media only screen and (max-width: 900px) { 
  .bottom-header-right-wrapper ul {
      margin-left: 14px;
  }
  .middle-header-right ul li.login-link a,
  .middle-header-right ul li.cart-link a {
    font-size: 0;
  }
  .woocommerce #content table.cart .product-thumbnail, 
  .woocommerce table.cart .product-thumbnail, 
  .woocommerce-page #content table.cart .product-thumbnail, 
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td.product-thumbnail::before, 
  .woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
    content: '';
  }

  /* Vat Functionality 07-03-2025 */
  .woocommerce-cart .woocommerce #content table.cart .product-thumbnail, 
  .woocommerce-cart .woocommerce table.cart .product-thumbnail, 
  .woocommerce-cart.woocommerce-page #content table.cart .product-thumbnail, 
  .woocommerce-cart.woocommerce-page table.cart .product-thumbnail {
    display: revert;
  }
  /* Vat Functionality 07-03-2025 End */
}

/* ============= max-width:768px ==========*/
@media only screen and (max-width: 768px) { 
  /* Vat Functionality 07-03-2025 */
  .woocommerce-cart .woocommerce #content table.cart .product-thumbnail, 
  .woocommerce-cart .woocommerce table.cart .product-thumbnail, 
  .woocommerce-cart.woocommerce-page #content table.cart .product-thumbnail, 
  .woocommerce-cart.woocommerce-page table.cart .product-thumbnail {
    display: block;
  }
  /* Vat Functionality 07-03-2025 End */
}
/* ============= max-width:767px ==========*/
@media only screen and (max-width: 767px) {
  /* Typography */
  h1,.heading-one {
    font-size: 36px;
    line-height: 44px;
  }
  h2,.heading-two {
    font-size: 28px;
    line-height: 34px;
  }
  h3,.heading-three {
    font-size: 24px;
    line-height: 32px;
  }
  h4,.heading-four {
    font-size: 20px;
    line-height: 26px;
  }
  h6, .heading-six {
    font-size: 18px;
    line-height: 26px;
  }
  p {
    font-size: 14px;
    line-height: 20px;
  }
  /* End Typography */

  /* Common Button */
  .primary-btn,
  .secondary-btn,
  .blue-border-btn,
  .disable-btn {
    font-size: 14px;
    padding: 8px 12px;
  }
  /* End Common Button */

  /* Spacing Style */
  .py-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .mb-30 {
    margin-bottom: 15px;
  }
  /* End Spacing Style */

  /* Header */
  .site-content {
    padding-top: 219px;
  }
  .home .site-content {
    padding-top: 258px;
  }
  .top-header-left ul li {
    margin-right: 14px;
  }
  /* .top-header-left ul li a {
    padding-left: 20px;
  } */
  .header-search.middle-header-center-col {
    display: none;
  }
  .middle-header-last-col-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .middle-header-last-col-wrap .header-search {
    display: block;
    margin: 0 8px 0 0;
  }
  .middle-header-last-col-wrap .header-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    font-size: 0;
    border: none;
    padding: 0;
  }
  .middle-header-last-col-wrap .header-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
    display: none;
    font-size: 0;
  }
  .mobile-search-block { display: block;}
  .middle-header-last-col-wrap .header-search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 0;
    right: 0;
    background: url(../images/icon_search_blue.svg) no-repeat right center;
  }
  .middle-header-last-col-wrap .header-search .dgwt-wcas-search-wrapp {
    max-width: 20px;
    background: transparent;
    width: 100%;
    min-width: 20px;
  }
  .header-search {
    padding: 12px 0;
  }
  .mobile .btn.btn-primary {
    bottom: 100px;
  }
  .home .mobile .btn.btn-primary {
    bottom: 140px;
  }
  .offers-modal .modal-dialog {
    max-width: 500px;
  }
  .offers-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
  }
  .offers-content {
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
  }
  .offcanvas-body .menu li a {
    padding: 11px 18px;
    font-size: 15px;
    line-height: 22px;
  }
	.offers-modal .modal-title {
		color: #ffffff;
	}
	.offers-modal .emaillist .es_subscription_form .es-form-field-container input[type="email"] {
		color: #fff !important;;
	}
	.offers-modal .emaillist .es_subscription_form .es-form-field-container input[type="email"]::placeholder {
		color: #fff !important;
	}
	.offers-modal .btn-close:after {
		background: #ffffff;
	}
  /* End Header */

  /* Banner */
  .banner .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .banner .swiper-pagination.banner-pagination {
    top: 195px;
  }
  .banner .swiper-slide-active .banner-right-image {
    padding: 0;
  }
  .banner .content .title {
    margin-bottom: 15px;
  }
  /* End Banner */

  /* New Arrivals */
  .new-arrival .new-arrival-slider.woocommerce ul.products li.product, 
  .woocommerce ul.products li.product, 
  .woocommerce-page ul.products li.product {
    width: 50% !important;
  }
  .new-arrival-pagination {
    padding-top: 20px;
  }
  /* .woocommerce ul.products li.product .btn-wrapper .add_to_cart_button.added {
    padding: 10px 14px;
  } */
  .product-category-tabs .nav-tabs {
    gap: 30px;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 20px;
    flex-wrap: nowrap;
  }
  .product-category-tabs .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 26px;
  }
  /* End New Arrivals */

  /* Top Selling Products */

  /* End Top Selling Products */

  /* Mobility Scooter */
  .mobilityscooterbox-img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .mobilityscooterbox-img img {
    max-width: 250px;
  }
  /* End Mobility Scooter */

  /* CTA Section */
  .CTA-section p {
    font-size: 16px;
    line-height: 26px;
  }
  .footer-cta-inner ul {
    flex-direction: column;
  }
  .footer-cta-inner ul li {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer-cta-inner ul li:last-child {
    margin-bottom: 0;
  }
  .footer-cta-inner ul li:before{
    display: none;
  }
  /* End CTA Section */

  /* Footer */
  .useful-information-col, 
  .help-information-col {
    margin-bottom: 0;
  }
  .footer-nav {
    display: none;
    padding: 10px 0;
  }
  .footer-middle .newsletter-title {
    margin-bottom: 15px;
  }
  .footer-middle .footer-title {
    margin-bottom: 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
  }
  .footer-nav-subcol .footer-title {
    padding: 12px 0;
    cursor: pointer;
    position: relative;
    margin: 0;
  }
  .footer-nav-subcol .footer-title::before {
    content: "";
    position: absolute;
    background: url("../images/icon_drop_down.svg") no-repeat right center;
    background-size: contain;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
    transition: 0.4s;
  }
  .footer-nav-subcol .footer-title.active::before {
    transform: rotate(180deg);
    transition: 0.4s;
  }
  .footer-nav-subcol .footer-title::after {
    transform: rotate(90deg);
  }
  .footer-middle {
    padding-bottom: 20px;
  }
  .footer-middle .contact-info li p,
  .footer-middle .contact-info li a {
    padding-left: 30px;
  }
  .footer-middle .contact-info li.address {
    background: url("../images/icon_pin.svg") no-repeat left top 3px;
    background-size: 20px;
  }
  .footer-middle .contact-info li.email a,
  .footer-middle .contact-info li.phone a {
    background-size: 22px;
  }
  .newsletter-title {
    padding-top: 10px;
    margin-bottom: 20px;
    border-top: 1px solid rgb(255 255 255 / 10%);
  }
  .copyright-left,
  .e-commerce-text {
    text-align: center;
  }
  .footer-bottom-right {
    justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .payment-col {
    order: 3;
  }
  /* End Footer */

  /* Breadcrumb */
  .woocommerce .woocommerce-breadcrumb, 
  .woocommerce .woocommerce-breadcrumb a {
    font-size: 15px !important;
  }
  /* End Breadcrumb */

  /* Page Title */
  .page-title h1 {
    font-size: 28px;
    line-height: 36px;
  }
  /* End Page Title */

  /* Product Listing */
  .grid-list-wrapper {
    margin-bottom: 20px;
  }
  .product-listing-wrapper .woocommerce nav.woocommerce-pagination {
    margin-top: 10px;
    padding-top: 15px;
  }
  .product-listing-wrapper .woocommerce ul.products.columns-4.list li.product {
    width: 100% !important;
    max-width: 100%;
  }
  /* End Product Listing */

  /* Detail Page */
  .product-detail h1.product_title {
    font-size: 28px;
    line-height: 36px;
  }
  .woocommerce .quantity .qty {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
  }
  .woocommerce div.product form.cart {
    margin: 15px 0;
  }
  .woocommerce div.product form.cart .button {
    padding: 12px 24px;
    min-width: 200px;
  }
  .woocommerce .product-detail div.product p.price, 
  .woocommerce .product-detail div.product span.price {
    font-size: 18px;
    line-height: 24px;
  }
  .detail-btn-wrapper .product-code {
    font-size: 15px;
  }
  .product-detail-desc{
    padding-top: 20px;
  }
  /* End Detail Page */

  /* Cart Page */
  .woocommerce-cart .cart .button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled, 
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled], 
  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
    padding: 8px 12px;
  }
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding: 9px 12px;
    font-size: 14px;
  }
  .woocommerce table.shop_table_responsive tr td.product-name, 
  .woocommerce-page table.shop_table_responsive tr td.product-name { text-align: left !important;}
  /* End Cart Page */

  /* About Us */
  .about-inner-row {
    margin-bottom: 30px;
  }
  /* End About Us */

  /* Contact Us */
  .contact-section-right form {
    padding: 25px 10px;
  }
  /* End Contact Us */

  /* Wishlist Page */
  .tinv-wishlist .my-account-wishlit .tinvwl-input-group .form-control {
    width: auto;
    min-width: 120px;
    margin-right: 15px;
  }
  .tinv-wishlist
    .my-account-wishlit
    .tinvwl-to-left
    .tinvwl-input-group
    .form-control
    + .tinvwl-input-group-btn {
    padding-left: 0;
    display: block;
  }
  body .ywcas-search-results-grid {
    gap: 10px;
  }
  body .ywcas-search-mobile .wp-block-yith-product-results-block .search-result-item.list .search-result-item__thumbnail, 
  body .ywcas-search-mobile .ywcas-search-results .search-result-item.list .search-result-item__thumbnail {
    max-width: 100% !important;
    width: 50px !important;
    height: 50px !important;
  }
  body .search-result-item__name { font-size: 14px !important;}
  /* End Wishlist Page */

  /* My Account */
  .account-pages nav.woocommerce-MyAccount-navigation {
    margin-bottom: 25px;
  }
  .dsabafw_table_bill,
  .dsabafw_table_ship {
    width: 100%;
    padding: 0;
  }
  .dsabafw_table_bill .billing_address {
    margin-bottom: 20px;
  }
  .account-pages .woocommerce-column--billing-address {
    margin-bottom: 20px;
  }
  /* End My Account */

  /* Blog Page */
  .blogList_bottom_title h3 a {
    font-size: 16px;
    line-height: 22px;
  }
  .blogList_middle p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .blogList_bottom_content p {
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 6;
  }
  .blog-col {
    margin-bottom: 25px;
  }
  /* End Blog Page */

  /* Blog Detail Page */
  .blogDetail_title h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .blogDetail_content h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .blogDetail_content h4 {
    font-size: 16px;
    line-height: 24px;
  }
  /* End Blog Detail Page */

  /* CMS Pages */
  .sidebar-wrapper {
    margin-bottom: 20px;
  }
  .sidebar-col {
    margin-bottom: 20px;
  }
  /* End CMS Pages */

  /* Checkout Page */
  .woocommerce form.checkout .form-row {
    padding: 0;
    margin: 0 0 20px;
  }
  .woocommerce form.checkout_coupon,
  .woocommerce form.login,
  .woocommerce form.register {
    padding: 15px;
    margin: 1em 0;
  }
  .woocommerce-info {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 1em;
  }
  /* End Checkout Page */

  /* Sitemap */
  .single-pages h2,
  .sitemap-list h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .sitemap-list ul {
    column-count: 2;
  }
  /* End Sitemap */

  /* Go To Top */
  .c-go-top {
    bottom: 30px;
    width: 34px;
    height: 34px;
    padding: 2px;
  }
  .c-go-top svg {
    width: 14px;
    height: 14px;
  }
  /* End Go To Top */

  /* Image Alignment */
  .cms-image.left,
  .cms-image.right {
    width: auto;
    float: none;
    display: table;
    margin: 0 auto 15px;
  }
  /* End Image Alignment */

  /* Product Categories Description */
  .term-description h2,
  .pwb-brand-description h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .term-description h3,
  .pwb-brand-description h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .term-description p,
  .term-description p a,
  .pwb-brand-description p,
  .pwb-brand-description p a {
    font-size: 15px;
    line-height: 24px;
  }
  /* End Product Categories Description */

  /* Order Received */
  .woocommerce-column--billing-address {
    margin-bottom: 2em;
  }
  /* End Order Received */
}

/* ============= max-width:640px ==========*/
@media only screen and (max-width: 640px) {
  /* Typography */
  h1,.heading-one {
    font-size: 32px;
    line-height: 40px;
  }
  h2,.heading-two {
    font-size: 26px;
    line-height: 32px;
  }
  h3,.heading-three {
    font-size: 22px;
    line-height: 30px;
  }
  /* End Typography */

  /* Header */
  .top-header-left ul li.phone a,
  .top-header-left ul li.email a {
    font-size: 0;
  }
  .cart-dropdown .item .btn-group a {
    padding: 4px 14px;
  }
  /* End Header */

  /* New Arrivals */
  .woocommerce ul.products li.product a img {
    height: 120px;
  }
  .woocommerce ul.products li.product .btn-wrapper .add_to_cart_button, 
  a.button.wp-element-button.product_type_simple,
  .woocommerce ul.products li.product .btn-wrapper .product_type_variable,
  .product-category-tabs li.product .btn-wrapper .add_to_cart_button,
  .woocommerce ul.products li.product .btn-wrapper .woocommerce-products-compare-compare-button,
  .product-category-tabs li.product .btn-wrapper .woocommerce-products-compare-compare-button {
    background: transparent;
    padding: 10px;
  }
  .woocommerce ul.products li.product .btn-wrapper .woocommerce-products-compare-compare-button label .woocommerce-products-compare-checkbox, 
  .product-category-tabs li.product .btn-wrapper .woocommerce-products-compare-compare-button label .woocommerce-products-compare-checkbox {
    background: url(../images/icon_compare_blue.svg) no-repeat center;
    width: 18px;
    height: 18px;
    background-size: 18px;
    filter: none;
    cursor: pointer;
    padding: 9px;
  }
  .woocommerce ul.products li.product .btn-wrapper .woocommerce-products-compare-compare-button .woocommerce-products-compare-compare-link, 
  .product-category-tabs li.product .btn-wrapper .woocommerce-products-compare-compare-button .woocommerce-products-compare-compare-link {
    padding: 0;
  }
  .product-category-tabs li.product .btn-wrapper .woocommerce-products-compare-compare-button,
  .woocommerce ul.products li.product.product-type-simple .btn-wrapper .woocommerce-products-compare-compare-button,
  .woocommerce ul.products li.product.product-type-variable .btn-wrapper .woocommerce-products-compare-compare-button {
    padding: 0;
  }
  .woocommerce ul.products li.product .btn-wrapper .add_to_cart_button::after, 
  .product-category-tabs li.product .btn-wrapper .add_to_cart_button::after, 
  .woocommerce ul.products li.product .btn-wrapper .product_type_variable:after,
  a.button.wp-element-button.product_type_simple::after,
  .woocommerce ul.products li.product .btn-wrapper .woocommerce-products-compare-compare-button:after,
  .product-category-tabs li.product .btn-wrapper .woocommerce-products-compare-compare-button:after {
    background: #2F5CCE;
    width: 18px;
    height: 18px;
  }
  .woocommerce ul.products li.product .btn-wrapper .woocommerce-products-compare-compare-button:hover, 
  .product-category-tabs li.product .btn-wrapper .woocommerce-products-compare-compare-button:hover,
  .woocommerce ul.products li.product .btn-wrapper .add_to_cart_button:hover, 
  a.button.wp-element-button.product_type_simple:hover, 
  a.button.product_type_variable:hover, 
  .product-category-tabs li.product .btn-wrapper .add_to_cart_button:hover {
    background: transparent;
  }
  .woocommerce ul.products li.product .btn-wrapper {
    gap: 6px;
  }
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    width: 18px;
    height: 18px;
    top: 8px;
  }
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before, 
  .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:after {
    height: 18px;
    width: 18px;
  }
  /* End New Arrivals */

  /* Product Listing */
  .product-listing ul.products.list li.product .btn-wrapper, 
  .product-listing ul.products.list li.product:hover .btn-wrapper {
    position: absolute;
    left: auto;
    right: 20px;
    bottom: auto;
    opacity: 1;
    visibility: visible;
    width: auto !important;
    transition: all 0.4s;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .product-listing ul.products.list li.product .btn-wrapper .add_to_cart_button, 
  .product-listing ul.products.list a.button.wp-element-button.product_type_simple, 
  .product-listing ul.products.list a.button.product_type_variable {
    padding: 12px;
  }
  /* End Product Listing */
}

/* ============= max-width:575px ==========*/
@media only screen and (max-width: 575px) {
  /* Typography */
  h1,.heading-one {
    font-size: 26px;
    line-height: 30px;
  }
  h2,.heading-two {
    font-size: 24px;
    line-height: 28px;
  }
  h6, .heading-six {
    font-size: 16px;
    line-height: 24px;
  }
  p {
    font-size: 14px;
    line-height: 22px;
  }
  /* End Typography */

  /* Header */
  .site-content {
    padding-top: 188px;
  }
  .home .site-content {
    padding-top: 228px;
  }
  .top-header-right, .top-header-right ul, .top-header-right-inner {
    justify-content: space-between;
  }
  .top-header-right ul li:before,
  .exclusive-offers-btn:after {
    top: 2px;
    background-color: #fff;
    height: 17px;
  }
  .exclusive-offers-btn {
    margin-right: 0;
    padding-right: 0;
  }
  .middle-header-last-col-wrap ul li .cart-link {
    font-size: 0;
  }
  /* .middle-header-last-col-wrap ul li {
    margin-right: 5px;
  } */
  .bottom-header-right-wrapper ul {
    margin-left: 4px;
  }
  .logo img {
    max-width: 150px;
  }
  .header-contact-btn .primary-btn {
    font-size: 0 !important;
    padding: 4px 14px !important;
    background-image: url('../images/icon_call_blue.svg');
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header-contact-btn .primary-btn:before,
  .header-contact-btn .primary-btn:after {
    display: none;
  }
  .top-header-right ul li a {
    -webkit-mask-image: url(../images/icon_wishlist.svg);
    mask-image: url(../images/icon_wishlist.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background: #fff;
    transition: 0.4s;
    -webkit-mask-size: cover;
    font-size: 0;
    line-height: 28px;
  }
  .top-header-right ul li:nth-child(2) a {
    -webkit-mask-image: url(../images/icon_compare.svg);
    mask-image: url(../images/icon_compare.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background: #fff;
    transition: 0.4s;
    -webkit-mask-size: cover;
    font-size: 0;
    line-height: 28px;
  }
  .top-header-right .exclusive-offers-btn {
    -webkit-mask-image: url(../images/icon_offers.svg);
    mask-image: url(../images/icon_offers.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background: #fff;
    transition: 0.4s;
    -webkit-mask-size: cover;
    font-size: 0;
    line-height: 28px;
  }
  .header-slider .header-button-prev, .header-slider .header-button-next { display: none;}
  .offcanvas-body .menu li a {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
  }
  .middle-header-last-col-wrap ul li {
    margin-right: 8px;
  }
  .middle-header-last-col-wrap ul li.login-link a {
    background-size: 28px;
  }
  .middle-header-last-col-wrap ul li .cart-link:before {
    width: 24px;
    height: 24px;
  }
  .middle-header-last-col-wrap ul li .cart-link > span.count {
    top: -8px;
    left: 10px;
  }
  /* End Header */

  /* Mini Cart */
  .cart-dropdown .top-cart {
    min-width: 300px;
    padding: 20px;
    /* right: -45px !important; */
  }
  /* End Mini Cart */

  /* Banner */
  .banner .content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
  .banner .swiper-pagination.banner-pagination {
    max-width: 80px;
    top: 165px;
  }
  .banner .banner-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .banner .banner-content .subtitle {
    font-size: 16px;
    line-height: 28px;
  }
  .banner .banner-right-image .image {
    right: 0;
    position: relative;
  }
  .banner .banner-right-image .image img {
    margin: 0 auto;
  }
  .banner .content .title {
    margin-bottom: 10px;
  }
  /* End Banner */

  /* Product List */
  .product-box-section {
    margin-bottom: 0;
  }
  .product-list-col:last-child {
    margin-bottom: 0;
  }
  .product-list-box h3 {
    bottom: 16px;
  }
  /* End Product List */

  /* New Arrivals */
  .woocommerce ul.products li.product a img, 
  .product-category-tabs li.product a img {
    height: 150px;
  } 
  .product-category-tabs {
    gap: 20px;
  }
  .product-category-tabs .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 24px;
  }
  .product-category-tabs .nav-tabs {
    justify-content: flex-start;
    gap: 10px;
  }
  /* End New Arrivals */

  /* Mobility Scooter */
  .mobilityscooterbox-img img {
    max-width: 200px;
  }
  /* End Mobility Scooter */

  /* CTA Section */
  .CTA-section p,
  .company-info-inner p {
    font-size: 14px;
    line-height: 24px;
  }
  /* End CTA Section */

  /* Footer CTA */
  .footer-cta-inner ul li.phone a, .footer-cta-inner ul li.live-chat-text a, .footer-cta-inner ul li.email a {
    background-size: 20px;
    padding-left: 28px;
  }
  .footer-cta-inner ul li a {
    font-size: 14px;
  }
  /* End Footer CTA */

  /* Footer */
  .top-header-left { display: none;}
  .footer-middle .contact-info li p,
  .footer-middle .contact-info li a {
    font-size: 14px;
    line-height: 20px;
    padding-left: 26px;
  }
  .footer-middle .contact-info li.address {
    background-size: 18px;
  }
  .footer-middle .contact-info li.email a,
  .footer-middle .contact-info li.phone a {
    background-size: 20px;
  }
  .contact-info-col {
    margin-bottom: 20px;
  }
  .useful-information-col .footer-title,
  .help-information-col .footer-title,
  .newsletter-col .newsletter-title {
    font-size: 16px;
    line-height: 26px;
  }
  .lock-img {
    right: 12px;
    bottom: 70px;
  }
  /* End Footer */

  /* Breadcrumb */
  .woocommerce .woocommerce-breadcrumb,
  .woocommerce .woocommerce-breadcrumb a {
    font-size: 14px !important;
    line-height: 22px;
  }
  /* End Breadcrumb */

  /* Page Title */
  .page-title h1 {
    font-size: 24px;
    line-height: 30px;
  }
  /* End Page Title */

  /* Product Listing */
  .woocommerce .woocommerce-result-count {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 14px;
    height: 14px;
  }
  .mobile-filter {
    margin: 0 0 26px 0;
    padding: 12px 42px 12px 12px;
    font-size: 15px;
    line-height: 22px;
  }
  .woocommerce nav.woocommerce-pagination ul li .next.page-numbers,
  .woocommerce nav.woocommerce-pagination ul li .prev.page-numbers {
    width: 30px;
    height: 30px;
  }
  .product-listing-wrapper .woocommerce ul.products.columns-4.list li.product {
    width: 100% !important;
    max-width: 100%;
  }
  .product-listing-wrapper ul.products.list li.product .product-box-wrapper {
    flex-direction: column;
  }
  .product-listing-wrapper ul.products.list li.product .btn-wrapper {
    margin-top: 15px;
  }
  .woocommerce ul.products.list li.product .product-box-wrapper a.thumbnail {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .product-listing-wrapper
    ul.products.list
    li.product
    .product-box-wrapper
    a
    img {
    max-width: 100%;
    padding: 10px;
  }
  .product-listing-wrapper
    ul.products.list
    li.product
    .product-box-content
    .woocommerce-loop-product_title
    a {
    text-align: center;
  }
  .product-listing-wrapper ul.products.list li.product .price-rating-wrapper,
  .product-listing-wrapper ul.products.list li.product .btn-wrapper {
    justify-content: center;
    align-items: center;
  }
  ul.products.list
    li.product
    .product-box-wrapper
    .product-box-content
    .inner-content
    p.list-description {
    text-align: center;
  }
  /* End Product Listing */

  /* Detail Page */
  .product-detail h1.product_title {
    font-size: 24px;
    line-height: 32px;
  }
  .product-detail .wcgs-carousel.slick-slider {
    height: 300px;
  }
  .product-detail .gallery-navigation-carousel .slick-slide.wcgs-thumb img {
    padding: 5px;
  }
  .detail-price-wrapper .tinv-wishlist .tinvwl_add_to_wishlist_button {
    margin-right: 5px;
  }
  .detail-price-wrapper .tinv-wishlist .tinvwl_add_to_wishlist_button,
  .detail-price-wrapper a.tinvwl_add_to_wishlist_button:before {
    width: 20px;
    height: 20px;
  }
  .woocommerce .product-detail div.product p.price {
    margin-right: 8px;
  }
  .product-detail-desc{
    padding-top: 10px;
  }
  .detail-btn-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0;
  }
  .woocommerce div.product form.cart .button {
    min-width: 160px;
  }
  /* End Detail Page */

  /* Authentication */
  .login-inner .forminator-ui.forminator-custom-form, 
  .registration-inner .forminator-ui.forminator-custom-form {
    padding: 20px 16px 0 16px !important;
  }
  .registration-inner .forminator-ui#forminator-module-1795.forminator-design--default .forminator-checkbox__label p,
  .registration-inner .forminator-checkbox__label p a {
    font-size: 13px;
  }
  .registration-inner .forminator-ui.forminator-custom-form[data-design=default] .forminator-checkbox__label { margin-left: 8px;}
  .forgot-password form.wc-forgot-pwd-form {
    padding: 20px 16px !important;
  }
  /* End Authentication */

  /* About Us */
  .desktop-img {
    display: none;
  }
  .mobile-img {
    display: block;
    margin: 0 auto 20px;
  }
  /* End About Us */

  /* Contact Us Page */
  .contact-section-right form {
    padding: 20px 0;
  }
  .contact-section-right p input[type="submit"] {
    padding: 12px 28px;
    font-size: 14px;
    line-height: 22px;
    height: 46px;
  }
  /* End Contact Us Page */

  /* My Account Page */
  .woocommerce-order-details h2.woocommerce-order-details__title,
  h2.woocommerce-column__title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px 0;
  }
  /* End My Account Page */

  /* Product Compare */
  .woocommerce-MyAccount-content a.button,
  .woocommerce-MyAccount-content form button.wp-element-button,
  .tinvwl-input-group-btn .button,
  .tinvwl-to-right.look_in .button,
  .product-compare-wrapper .add_to_cart_button {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .woocommerce-MyAccount-content a.button,
  .woocommerce-MyAccount-content form button.wp-element-button,
  .tinvwl-input-group-btn .button,
  .tinvwl-to-right.look_in .button,
  .woocommerce table.shop_table td .woocommerce-button,
  .product-compare-wrapper .add_to_cart_button {
    padding: 6px 14px !important;
  }
  .woocommerce-products-compare-content .product a.product-link img {
    margin: 0 auto 10px auto;
    max-width: 100px;
    max-height: 100px;
  }
  .woocommerce-products-compare-content table tbody tr td,
  .woocommerce-products-compare-content table tbody tr td span,
  .woocommerce-products-compare-content table tbody tr td p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #282828;
  }
  .woocommerce-products-compare-content
    table
    tfoot
    tr.products
    td.product
    p.list-description,
  .woocommerce-products-compare-content table tfoot tr.products td {
    font-size: 15px;
    line-height: 22px;
    vertical-align: middle;
  }
  .woocommerce-products-compare-content table thead th,
  .woocommerce-products-compare-content table tbody tr th,
  .woocommerce-products-compare-content table tfoot th {
    font-size: 14px;
  }
  /* End Product Compare */

  /* Blog Page */

  /* End Blog Page */

  /* CMS Pages - Single Pages */
  .single-pages h3 {
    font-size: 20px;
    line-height: 26px;
  }
  /* End CMS Pages - Single Pages */

  /* My Account Page */
  .cus_menu .billling-button,
  .cus_menu .shipping-button {
    width: 100%;
    padding: 0;
  }
  /* End My Account Page */

  /* Checkout Page */
  .dsabafw_table_bill .billing_address button.form_option_edit,
  .dsabafw_table_ship .shipping_address button.form_option_ship_edit,
  button.form_option_billing,
  button.form_option_shipping,
  #dsabafw_add_billing_form_submit,
  #dsabafw_add_shipping_form_submit,
  .dsabafw_table_bill .billing_address span.delete_bill_address a,
  .dsabafw_table_ship .shipping_address span.delete_ship_address a {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 8px 14px !important;
  }
  .dsabafw_modal-content,
  .billing_popup_header,
  .shipping_popup_header,
  .address_selection_popup_inner,
  .shipping_address_selection_popup_inner {
    width: 300px;
  }
  .woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-customer-details
  address {
    padding: 12px 15px;
  }
  .woocommerce
    .woocommerce-MyAccount-content
    .woocommerce-customer-details
    address {
    text-transform: capitalize;
  }
  #add_payment_method #payment div.payment_box,
  .woocommerce-cart #payment div.payment_box,
  .woocommerce-checkout #payment div.payment_box {
    padding: 0;
    margin: 10px 0;
    font-size: 14px;
    line-height: 22px;
  }
  #opayopi-payment-data p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .woocommerce-checkout .woocommerce table.shop_table tr td.product-name { display: block;}  
  .woocommerce-checkout .woocommerce table.shop_table tr td.product-name p {
    margin: 0;
  }
  /* End Checkout Page */

  /* Sitemap */
  .sitemap-list h2 {
    padding: 15px 0;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
  }
  .sitemap-list ul {
    column-count: 1;
  }
  /* End Sitemap */

  /* Go To Top */
  .c-go-top {
    /* right: 12px; */
    width: 30px;
    height: 30px;
    padding: 0;
  }
  .c-go-top svg {
    width: 14px;
    height: 14px;
  }
  /* End Go To Top */

  /* 404 */
  .error-text h1 {
    font-size: 100px;
  }
  /* End 404 */

  /* Product Categories Description */
  .term-description h2,
  .pwb-brand-description h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px 0;
  }
  .term-description h3,
  .pwb-brand-description h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px 0;
  }
  /* End Product Categories Description */
  
  /* Paypal */
  .list-advantages {
    gap: 16px;
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  .paypal-block, .free-shipping-block {
    padding: 16px;
  }
  /* Paypal End */

  .blogDetail_img {
    height: 300px;
    max-width: 500px;
  }
  .blogDetail_content ul li {
    padding: 0 0 10px 15px;
    font-size: 14px;
    line-height: 24px;
  }
  
  /* Vat Functionality 07-03-2025 */
  .woocommerce-cart .woocommerce table.shop_table_responsive tr td.product-name, 
  .woocommerce-cart.woocommerce-page table.shop_table_responsive tr td.product-name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .woocommerce-cart table.cart td.product-name a {
    margin-left: 0;
  }
  .woocommerce-cart .woocommerce td.product-name .wc-item-meta dd, 
  .woocommerce-cart .woocommerce td.product-name dl.variation dd {
    margin: 0 0 6px 0;
  }
  .woocommerce-cart .woocommerce td.product-name .wc-item-meta dd:last-child, 
  .woocommerce-cart .woocommerce td.product-name dl.variation dd:last-child {
    margin: 0;
  }
  /* Vat Functionality 07-03-2025 End */
}
/* ============= max-width:500px ==========*/
@media only screen and (max-width: 500px) {
  .emaillist .es_subscription_form .es-form-field-container {
    flex-wrap: wrap;
    padding: 0;
  }
  .footer-bottom-left {
    flex-wrap: wrap;
  }
}

/* ============= max-width:480px ==========*/

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 24px;
    line-height: 28px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  input,
  select {
    font-size: 14px;
  }
  /* Header */
  .mobile .btn.btn-primary {
    width: 22px;
  }
  /* End Header */

  /* New Arrivals */
  .woocommerce .woocommerce-LoopProduct-link .size-woocommerce_thumbnail {
    padding: 20px;
  }
  .woocommerce ul.products li.product .price-rating-wrapper {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 10px;
    min-height: 40px;
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce ul.products li.product .star-rating {
    margin-top: 0;
  }
  .woocommerce .star-rating span {
    height: 100%;
    overflow: visible;
  }
  .woocommerce ul.products li.product .price {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce
    ul.products
    li.product
    .btn-wrapper
    .woocommerce-products-compare-compare-button.checked {
    background-color: transparent;
  }
  .woocommerce
    ul.products
    li.product
    .btn-wrapper
    .woocommerce-products-compare-compare-button
    label
    .woocommerce-products-compare-checkbox:checked {
    background: none !important;
    display: none !important;
  }
  
  .woocommerce
    ul.products
    li.product
    .btn-wrapper
    .woocommerce-products-compare-compare-button:hover {
    background: transparent;
    transition: 0.4s;
  }
  .product-listing-wrapper
    ul.products.list
    li.product
    .price-rating-wrapper
    .star-rating {
    margin: 8px 0;
  }
  .product-listing-wrapper
    ul.products.list
    li.product
    .btn-wrapper
    .woocommerce-products-compare-compare-button
    label
    .woocommerce-products-compare-checkbox {
    width: 16px;
    height: 16px;
  }
  
  /* End New Arrivals */

  /* Shop By Category */
  .shop_by_category_box img {
    max-width: 120px;
  }
  .shop_by_category_col h5 a {
    font-size: 14px;
    line-height: 20px;
  }
  /* End Shop By Category */

  /* Mobility Scooter */
  .mobilityscooterbox {
    padding: 30px 20px;
  }
  .mobilityscooterbox-content ul li:last-child:after {
    display: none;
  }
  .mobilityscooterbox-content ul li {
    margin-right: 15px;
  }
  .mobilityscooterbox-img img {
    max-width: 200px;
  }
  /* End Mobility Scooter */

  /* Top Selling */
  .best-selling .product-box-wrapper {
    width: 100%;
  }
  /* End Top Selling */

  /* Footer */
  .footer-nav {
    padding: 0 0 10px 0;
  }
  .customer-services li,
  .useful-information li {
    margin-bottom: 8px;
  }
  .customer-services li a,
  .useful-information li a {
    font-size: 14px;
    line-height: 18px;
  }
  .social-media li {
    margin-right: 16px;
  }
  .footer-bottom {
    padding: 10px 0;
  }
  .footer-bottom-left li a {
    font-size: 14px;
    line-height: 18px;
  }
  .footer-logo-image {
    max-width: 110px;
  }
  /* End Footer */

  /* Product Listing */
  .woocommerce nav.woocommerce-pagination .page-numbers li {
    display: none;
  }
  .woocommerce nav.woocommerce-pagination .page-numbers li:nth-child(-n + 3),
  .woocommerce
    nav.woocommerce-pagination
    .page-numbers
    li:nth-last-child(-n + 3) {
    display: flex;
  }
  .woocommerce ul.products.list li.product .product-box-wrapper a.thumbnail {
    max-width: 200px;
  }
  .product-listing-wrapper ul.products.list li.product .price-rating-wrapper,
  .product-listing-wrapper ul.products.list li.product .btn-wrapper {
    margin: 0;
  }
  .product-listing ul.products.list li.product .product-box-wrapper {
    flex-direction: column;
  }
  .product-listing ul.products.list li.product .product-box-wrapper a.thumbnail {
    border: none;
  }
  .product-listing ul.products.list li.product .product-box-wrapper {
    padding: 16px;
  }
  /* End Product Listing */

  /* Detail Page */
  .product-detail h1.product_title {
    font-size: 20px;
    line-height: 26px;
  }
  .woocommerce .related ul.products.columns-4 li.product {
    max-width: 200px;
  }
  .woocommerce .related ul.products.columns-4 li.product {
    max-width: 250px;
    margin: 0 8px 15px 8px;
    width: calc(100% / 2 - 16px) !important;
  }
  .woocommerce #review_form .comment-respond .comment-form {
    margin-top: 50px;
  }
  /* End Detail Page */

  /* Contact Us */
  .contact-box {
    padding: 14px;
    margin-bottom: 20px;
	  gap: 10px;
  }
  .contact-box-icon {
    padding: 6px;
    width: 30px;
    height: 30px;
  }
  .contact-box .location-icon,
  .contact-box .email-icon,
  .contact-box .call-icon {
    width: 16px;
    height: 16px;
  }
  /* End Contact Us */

  /* Authentication */
  .forminator-ui.forminator-custom-form[data-design=default] .forminator-button { width: 100%;}
  /* End Authentication */

  /* Wishlist Page */
  .woocommerce-MyAccount-content a.button,
  .woocommerce-MyAccount-content form button.wp-element-button,
  .tinvwl-input-group-btn .button,
  .tinvwl-to-right.look_in .button {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 10px 24px !important;
  }
  /* Wishlist Page */

  /* Checkout Page */
  .woocommerce-form-coupon .wp-element-button {
    padding: 8px 14px !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }
  /* End Checkout Page */
}
/* ============= max-width:420px ==========*/
@media only screen and (max-width: 420px) { 
  /* Tooltip Detail Page 17-03-2025 */
  .tooltip-text {
    left: -198px;
  }
  /* Tooltip Detail Page End 17-03-2025 */
}
/* ============= max-width:414px ==========*/
@media only screen and (max-width: 414px) {
  /* New Arrivals */
  .woocommerce ul.products li.product a img {
    margin: 0;
  }
  /* End New Arrivals */

  /* Best Selling */
  /* End Best Selling */

  /* Listing */
  .mobile-sidebar {
    max-width: 300px;
  }
  .woocommerce
    ul.products
    li.product
    .btn-wrapper
    .woocommerce-products-compare-compare-button.checked
    label
    .woocommerce
    ul.products.list
    li.product
    .btn-wrapper
    .woocommerce-products-compare-compare-button.checked
    label {
    display: none;
  }
  /* End Listing */

  /* Detail Page */
  .rating-stock-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .woocommerce div.product p.stock {
    font-size: 14px;
    margin-top: 12px;
  }
  .detail-price-wrapper {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .woocommerce .product-detail div.product p.price,
  .woocommerce .product-detail div.product span.price {
    font-size: 18px;
    line-height: 28px;
  }
  .woocommerce .product-detail div.product p.price {
    margin-bottom: 5px;
  }
  .woocommerce div.product form.cart:before {
    font-size: 14px;
    line-height: 22px;
  }
  .woocommerce .quantity .qty {
    width: 80px;
    min-width: 80px;
    height: 42px;
  }
  .woocommerce div.product form.cart .button {
    padding: 11px 20px;
    min-width: 140px;
  }
  .detail-btn-wrapper .tinv-wishlist,
  .detail-btn-wrapper p.woocommerce-products-compare-compare-button,
  .share-btn {
    margin-bottom: 10px;
  }
  /* End Detail Page */

  /* Cart */
  .woocommerce-page table.cart td.actions .coupon {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
    flex-direction: column;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    margin: 0 0 15px 0;
  }
  .shopping-cart-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .continue-shopping {
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .woocommerce-cart .cart .button {
    width: 100% !important;
  }
  /* End Cart */

  /* Brands Page */
  .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
    width: 100%;
  }
  /* End Brands Page */

  /* CMS Pages */
  .single-pages h3 {
    font-size: 18px;
    line-height: 24px;
  }
  /* End CMS Pages */

  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-error li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  a.button.wc-forward.wp-element-button {
    width: 100%;
    text-align: center;
    order: 2;
    margin-top: 10px;
  }
  .single_variation_wrap {
    width: 100%;
  }
}