body {
      font-family: "Inter", sans-serif;
      background: #fff;
    }
    button.btn:hover, a.btn:hover{
    	background: rgba(1, 122, 255, 1);
    }
    .hero {
      border-radius: 30px 30px 0 30px;
      margin: -83px 20px 0;
      background-repeat: no-repeat;
      background-size: cover;
      color: #fff;
      position: relative;
      overflow: hidden;
    }

    .navbar {
	    padding: 0 40px;
	    position: relative;
	    z-index: 99;
	    margin-top: 40px;
	}

    .navbar-nav .nav-link {
      color: #000;
      font-size: 14px;
      opacity: 0.9;
    }
    .home .navbar-nav .nav-link{
      color: #000;
    }

    .navbar-nav .nav-link:hover {
      opacity: 1;
      color: red;
    }

    .btn-download {
      background: #ff8a3d;
      color: #fff;
      font-size: 14px;
      padding: 10px 18px;
      border-radius: 8px;
    }

    .hero-content {
	    padding: 0 40px 40px;
	    max-width: 90%;
	    width: 100%;
	    display: flex;
	    align-items: flex-end;
	    justify-content: space-between;
	    min-height: 600px;
	    margin: 0 auto;
    }
    .hero::after {
		  content: "";
		  position: absolute;
		  bottom: -1px;
		  right: 0;
		  width: 50px;
		  height: 60px;
		  background: #fff;
		  clip-path: polygon(100% 0, 0 100%, 100% 100%);
		}
    .woocommerce-page .logo{
    	max-width: 145px;
    }
    .logo{
      max-width: 145px;
    }
    .right-content-sec {
	    max-width: 32%;
	    width: 100%;
	}
	.left-content-sec {
    width: 100%;
    max-width: 40%;
}

    .badge-custom {
      background: rgba(255,255,255,0.15);
      font-size: 13px;
      padding: 8px 14px;
      border-radius: 20px;
    }

    .hero-title {
      font-size: 44px;
      line-height: 1.25;
    }

    .hero-title span {
      color: #ff8a3d;
    }

    .hero-text {
      font-size: 15px;
      opacity: 0.9;
    }

    .btn-primary-custom {
      background: #fff;
      color: #000;
      padding: 12px 22px;
      border-radius: 10px;
      font-size: 14px;
    }

    .btn-secondary-custom {
      background: rgba(255, 137, 54, 1);
      color: #fff;
      padding: 12px 18px;
      border-radius: 10px;
      font-size: 14px;
    }

    .btn-secondary-custom img {
      height: 18px;
    }
    .btn-secondary-custom span img, .btn span img {
	    height: auto;
	    max-width: 9px;
	}
    span.icon:before {
	    content: "";
	    position: absolute;
	    left: 0;
	    background: rgba(255, 255, 255, 0.3);
	    height: 16px;
	    width: 1px;
	    top: 3px;
	}
	span.icon {
	    position: relative;
	    padding-left: 10px;
	    margin-left: 4px;
	}
	span.icon-varify {
	    margin-right: 7px;
	}
	.btn-primary-custom span.icon:before{
		background: rgba(0, 0, 0, 0.3);
	}
    .header-main-sec {
	    background: #c8d8ef;
	    max-width: 100%;
	    margin: 0 auto;
	    width: 100%;
	    display: flex;
	    align-items: center;
	    padding: 0 15px;
	    border-radius: 15px;
	}
  .is-form-style .is-search-icon {
    cursor: pointer;
    font-size: 18px;
    border: none;
    background: no-repeat;
    color: #000;
    height:auto;
    padding:0 !important;
    width:auto;
}
a.woosw-toggle {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    gap: 5px;
    font-size: 20px;
    position: relative;
}
.is-form-style{
    width:auto;
}
.header-mini-cart i {
    color: #000;
}
.is-search-icon svg {
    width: 27px;
    display: inline;
    filter: brightness(0);
}
.right-sec-header {
    display: flex;
    align-items: center;
    padding-left: 20px;
    gap:10px;
}
.header-mini-cart i {
    color: #000;
    font-size: 16px;
}
span.mini-cart-count {
    margin-left: 0;
    font-size: 11px;
    padding: 3px;
    height: 15px;
    min-width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
}
span.woosw-count {
    background: red;
    color: #fff;
    border-radius: 100%;
    height: 15px;
    min-width: 15px;
    position: absolute;
    top: -5px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5px;
}
.header-mini-cart {
    padding-left: 6px;
}
.header-mini-cart {
    position: relative;
    margin: 0 !important;
}
.mini-cart-trigger {
    font-size: 22px;
    line-height: 21px;
}
.is-form-style{
  width: auto;
}
  .home .header-main-sec{
    background: #fff;
  }

    @media (max-width: 768px) {
      
      .hero-content {
        padding: 60px 20px;
      }

      .hero-title {
        font-size: 32px;
      }
      .header-main-sec{
        max-width: 100%;
        justify-content: space-between;
        position: relative;
        z-index: 99;
      }
      .navbar-toggler-icon{
        filter:invert(1);
      }
      .right-content-sec, .left-content-sec{
        max-width: 100%;
      }
      .hero-content {
        flex-wrap: wrap;
        padding: 30px 0 30px 0;
        gap: 0;
        align-items: flex-end;
        min-height: 520px;
    }
      .badge-custom{
        display: none !important;
      }
      .hero-text{
        margin-top: 0 !important;
      }
      .navbar-collapse {
          flex-basis: 100%;
          flex-grow: 1;
          align-items: center;
          position: absolute;
          background: #fff;
          width: 100%;
          left: 0;
          top: 41px;
          padding: 15px;
          border-radius: 15px;
          padding-top: 20px;
          z-index: -1;
      }
      .btn-primary-custom, .btn-secondary-custom{
        width: 160px;
      }
      .navbar {
        padding: 0;
        margin-top: 0;
      }
      .home .navbar {
          padding: 0 40px;
          position: relative;
          z-index: 99;
          margin-top: 40px;
      }
    }


    /*********** mobile sec *********/
    /* Section */
.app-section {
  padding: 80px 0;
}

/* Mobile images */

/* Badge */
.app-badge {
  display: inline-block;
  font-size: 16px;
  background: rgba(255, 138, 54, 0.18);
  padding: 6px 20px;
  border-radius: 100px;
  margin-bottom: 8px;
  font-weight: 600;
}

/* Heading */
.app-title {
  font-size: 50px;
  line-height: 1;
}
.content-sec{
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
}

.app-title span {
  color: #ff8a3d;
}

/* Feature cards */
.real-time-sec .feature-card {
      border: 1px solid #eee;
    border-radius: 14px;
    padding: 20px 0 20px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

.real-time-sec .feature-icon {
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 1);
  height: auto;
  margin-bottom: 0;
}


/* Store buttons */
.store-btn img {
  height: 44px;
}

.rating {
  font-size: 14px;
  color: #666;
}

@media(max-width:768px){
  .app-title { font-size: 30px; }
  .app-section {
    padding: 30px 0;
}
.app-section .col-lg-6.text-center.mb-5.mb-lg-0 {
    margin-bottom: 30px !important;
}
}

/******* our service ***********/

/* Section wrapper */
.services-section{
  background:#f3f8ff;
  padding:70px 0 160px;
  border-radius:30px;
  margin:20px;
}
section.trustlebble {
    margin-top: -150px;
}

/* Badge */
.section-badge{
      background: #dbeafe;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 600; 
}

/* Heading */
.section-title{
  font-size:50px;
  font-weight:700;
  line-height: 1;
}
.section-title span{
  color:#ff8a3d;
}
.services-section p.logi-main-content {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    max-width: 67%;
    margin: 0 auto;
}
.service-card p {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 10px;
}
/* Card */
.service-card{
  background:#fff;
  border:1px solid rgba(0, 0, 0, 0.17);
  border-radius:14px;
  padding:22px;
  height:100%;
}

.service-icon{
  width:42px;
  height:42px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  margin-bottom:12px;
}
.service-card h6 {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
}

.icon-purple{background:#ede9fe;color:#7c3aed;}
.icon-pink{background:#fdecec;color:#ef4444;}
.icon-green{background:#eafaf1;color:#22c55e;}
.icon-blue{background:#e8f1ff;color:#3b82f6;}
.icon-yellow{background:#fff4e5;color:#f59e0b;}
.icon-orange{background:#fff1e8;color:#f97316;}

.learn-more{
  color:#ff8a3d;
  font-size:13px;
  text-decoration:none;
}

/* Bottom stats */
.stats-bar{
  background:#0d6efd;
  color:#fff;
  border-radius:16px;
  padding:28px 20px;
  margin-top:50px;
}

.stat-number{
  font-size:50px;
  font-weight:700;
}

.stat-text{
  font-size:20px;
  opacity:0.9;
  text-align: left;
}

@media(max-width:768px){
  .section-title{font-size:26px;}
  .services-section{
    padding: 30px 0 30px;
    margin-top: 0;
  }
  section.trustlebble {
    margin-top: 0;
}
.stats-bar{
  margin-top: 30px;
}
}

.trustpilot-sec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.stats-bar .col-md-4 {
    padding: 0 40px;
}



/******** our business sec *********/

.truck-owner-section{
  padding:80px 0;
}

/* Badge */
.owner-badge {
    background: rgba(255, 138, 54, 0.18);
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 600;
}

/* Heading */
.owner-title{
  font-size:50px;
  font-weight:700;
  line-height: 1;
}
.truck-owner-section p {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 1.2;
}
.owner-title span{
  color:#ff8a3d;
}

/* Left cards */
.owner-card{
  background:#fff;
  border:1px solid rgba(0, 0, 0, 0.17);
  border-radius:15px;
  padding:20px;
  height:100%;
}
.owner-card p {
    font-size: 14px;
    color: rgba(0, 0, 0, 1) !important;
    line-height: 1.2;
    margin:0;
}
.truck-owner-sec-inner .col-md-6 {
    padding: 0 10px;
}
.owner-icon{
 background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

/* Right box */
.owner-right{
  border:1px solid rgba(0, 0, 0, 0.17);
  border-radius:15px;
  padding:30px;
}
.owner-right h5 {
    font-size: 30px;
}

.owner-list li {
       list-style: none;
    margin-bottom: 23px;
    font-size: 16p
}
.owner-list i{
  color:#22c55e;
  margin-right:8px;
}

/* Earnings card */
.earnings-box{
  border:1px solid #eee;
  border-radius:14px;
  padding:18px;
  margin-top:20px;
  background:#fafafa;
}

.earnings-amount {
    font-size: 30px;
    font-weight: 700;
}
.earnings-box .small-text{
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}

@media(max-width:768px){
  .owner-title{font-size:28px;}
  .truck-owner-section {
    padding: 30px 0;
}
.truck-owner-section .row, .business-section .row{
  margin: 0 -10px;
}

.business-section .col-lg-6, .business-section .row {
    padding: 0 10px;
}
.truck-owner-sec-inner .col-md-6 {
    margin-bottom: 20px;
    margin-top: 0 !important;
    max-width: 50%;
}
.owner-card{
  padding: 10px;
}
.truck-owner-section .col-lg-6.right-sec-part{
  margin-top: 0;
}
.owner-list li{
  font-size: 13px;
  margin-bottom: 15px;
}
}

/****** streamline sec **********/

/* Section */
.business-section{
  padding:80px 0;
}

/* Badge */
.business-badge {
    background: rgba(255, 138, 54, 0.18);
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    padding: 6px 14px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 600;
}
/* Heading */
.business-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}
.business-text-sec{
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  line-height: 1.2;
  margin-bottom:5px ;
}
.business-title span{
  color:#ff8a3d;
}

/* Image stack */
.image-stack{
  position:relative;
}
.image-stack img{
  border-radius:20px;
}
.image-stack .img-front{
  position:absolute;
  bottom:-30px;
  left:30px;
  width:65%;
  box-shadow:0 20px 40px rgba(0,0,0,0.2);
}

/* Feature card */
.feature-card{
  border:1px solid #eee;
  border-radius:14px;
  padding:18px;
  height:100%;
}

.feature-icon{
  width:36px;
  height:36px;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:10px;
  font-size:16px;
}

.icon-purple{background:#ede9fe;color:#7c3aed;}
.icon-blue{background:#e8f1ff;color:#3b82f6;}
.icon-green{background:#eafaf1;color:#22c55e;}
.icon-orange{background:#fff1e8;color:#f97316;}

/* Industries */
.industry-pill{
  background:#f3f4f6;
  padding:6px 14px;
  border-radius:20px;
  font-size:12px;
  display:inline-block;
  margin:4px;
}

@media(max-width:768px){
  .business-title{font-size:28px;}
  .business-section .col-md-6 {
    max-width: 50%;
}
.feature-card{padding: 10px;}
.feature-icon{justify-content: inherit;align-items: inherit;}
  .image-stack .img-front{
    position:static;
    width:100%;
    margin-top:20px;
  }
  .business-section {
    padding: 0;
}
td.product-quantity {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
}
td.product-subtotal {
    float: left;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #dddd;
}
.woocommerce table.shop_table td{background: #fff;}
.woocommerce td.product-quantity:before {
    margin-top: 10px;
}
.woocommerce td.actions {
    float: left;
    width: 100%;
    padding-top: 40px;
}
}



/********** testimonials sec *************/

.testimonials-section {
  background: linear-gradient(180deg, #f1f7ff, #ffffff);
}


.highlight {
  color: #ff7a00;
}

.testimonial-card {
  background: #fff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  height: 100%;
}

.stars {
  color: #ffc107;
  font-size: 18px;
}

.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.avatar.green { background:#e6f7ee; color:#1a8f5a; }
.avatar.blue { background:#e6f0ff; color:#1f4fd8; }
.avatar.purple { background:#f2e6ff; color:#6f42c1; }

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}


/******* Reach out sec **************/

.reach-us-section {
  background: linear-gradient(180deg, #0d6efd, #0a58ca);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

/* dotted map effect */
.reach-us-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px);
  background-size: 6px 6px;
  opacity: 0.3;
}

.reach-us-section .container {
  position: relative;
  z-index: 2;
}

.reach-card {
  background: #fff;
  color: #000;
  padding: 25px;
  border-radius: 14px;
  text-align: left;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.icon-box {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 18px;
  color: #000;
}

.bg-orange { background: #ffe4c2; }
.bg-pink { background: #ffd6e8; }
.bg-green { background: #d6f5e3; }

.reach-card h6 {
  font-weight: 600;
  margin-bottom: 4px;
}

.reach-card .small {
  color: #6c757d;
  margin-bottom: 12px;
}

.contact-info p {
  margin: 0;
  font-size: 14px;
}

.contact-info i {
  margin-right: 8px;
  color: #0d6efd;
}


/********* Footer sec *************/

.footer-section {
  background: #fff;
  padding: 60px 0 25px;
  border-top: 1px solid #eee;
}

.footer-text {
  font-size: 14px;
  color: #6c757d;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}

.footer-contact li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #000;
}

.footer-contact i {
  margin-right: 8px;
  color: #0d6efd;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  text-decoration: none;
  font-size: 14px;
  color: #6c757d;
}

.footer-links a:hover {
  color: #0d6efd;
}

.app-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #000;
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 12px;
}

.app-btn i {
  font-size: 20px;
}

.footer-divider {
  margin: 30px 0 20px;
}

.footer-bottom {
  font-size: 14px;
}

.footer-social a {
  margin-left: 15px;
  color: #000;
  font-size: 16px;
}

div#sidebar {
    display: none;
}
body.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    background: #f1f1f1;
    padding: 7px 10px;
    border: none;
    font-size: 14px;
    border-radius: 6px;
}
.footer-logo {
    max-width: 200px;
}
body.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    padding: 20px 0;
}
body.woocommerce ul.products li.product .woocommerce-loop-category__title, 
body.woocommerce ul.products li.product .woocommerce-loop-product__title, 
body.woocommerce ul.products li.product h3{
  color: #000;
}
body.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    background: #ff8a3d;
    color: #fff;
    border-radius: 5px;
    font-weight: 400;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #ff8a3d;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}
 .footer-logo img {
    width: 100%;
}

/******** detail page css ************/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background: #ff8a3d;
    margin-top: 3px;
    height: 41px;
    padding: 0 40px;
}
div#pm_menu .whmc_ft-buttons-con a {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whmc-item-price {
    margin-top: 0;
}
.whmcitemprem{
  height: 100%;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  width: 140px;
  border-radius: 10px;
  font-size: 12px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    background: #ff8a3d;
    color: #fff;
    font-weight: 400;
    border-radius: 10px;
}
.woocommerce-cart-form__cart-item a {
    color: #000;
    text-decoration: none;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
  background: #ff8a3d;
  border-radius: 10px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover{
  background: #0d6efd;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    width: 100%;
    padding: 15px 0;
    border-radius: 10px;
    background: #ff8a3d;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order:hover {
   background: #0d6efd;
}

.woocommerce div.product div.summary p.price + div {
    display: none;
}


#mainNav .navbar {
      padding: 15px 0;
      text-align: center;
    }

    #mainNav .navbar-expand-lg .navbar-collapse {
      justify-content: center;
    }

    #mainNav .nav-link {
      font-weight: 500;
      margin: 0 10px;
    }

    /* Dropdown menu style */
    #mainNav .dropdown-menu {
      border-radius: 6px;
      border: none;
      box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    }

    #mainNav .dropdown-item {
      font-size: 14px;
      padding: 8px 15px;
    }

    #mainNav .dropdown-item i {
      color: #555;
    }
    a.dropdown-item.dropdown-toggle:after {
        transform: rotate(270deg);
        position: absolute;
        right: 20px;
        top: 19px;
    }

    /* Hover open for desktop */
    @media (min-width: 992px) {
      #mainNav .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
      }
      #mainNav .dropdown:hover .dropdown-menu .dropdown-menu {
          right: -102%;
          top: 0;
      }
    }



.header-mini-cart {
  position: relative;
}

.mini-cart-trigger {
  color: #fff;
  font-size: 22px;
}

.mini-cart-count {
  position: absolute;
  top: -6px;
  right: -10px;
  background: red;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
}

.mini-cart-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  width: 320px;
  background: #fff;
  display: none;
  z-index: 999;
  padding: 15px;
}

.header-mini-cart:hover .mini-cart-dropdown {
  display: block;
}
.woocommerce-mini-cart-item .quantity{
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
    .logo {
    max-width: 105px;
}
.is-search-icon svg {
    width: 20px;
}
.woosw-header .fa-solid, .fas {
    font-weight: 900;
    font-size: 16px;
}
.woosw-header .fa-cart-shopping:before, .woosw-header .fa-shopping-cart:before{
  font-size: 14px;
}
span.mini-cart-count {
    font-size: 10px;
    padding: 3px;
    height: 13px;
    min-width: 13px;
    top: 1px;
    right: -7px;
}
span.woosw-count {
    height: 13px;
    min-width: 13px;
    top: -5px;
    font-size: 10px;
    right: -5px;
}
.navbar-toggler-icon {
    width: 20px;
    height: 20px;
}
button.navbar-toggler {
    padding: 0;
}
.header-mini-cart {
    position: relative;
    padding: 0;
}
.is-form-style button.is-search-submit{
  width: auto;
  height: auto;
}
.right-sec-header{
  padding-left: 0;
}
.right-sec-header .is-form-style{
  width: auto;
}
}

/****** shop page ****/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    background: #efeaea;
    padding: 10px;
}
.woocommerce ul.products li.product .star-rating {
    display: none;
}
h2.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    margin-bottom: 10px !important;
}
.woocommerce ul.products li.product a {
    text-decoration: none;
    width: 100%;
}
.apbd-nmca-vt-content.apbd-nmca-skin-df .apbd-nmca-vt-cart-header .apbd-nmca-vt-header-right-side[data-v-9c6908c0] {
    color: #000 !important;
    border-color: #000 !important;
}