.vc-trust-box {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #e8e8e8;
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  margin: 16px 0;
}
.vc-trust-box__logo {
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex: 0 0 46px;
}
.vc-trust-box__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
}
.vc-trust-box__text {
  font-size: 13px;
  line-height: 1.35;
  color: #444;
}
.woocommerce-cart .vc-trust-box--cart,
.woocommerce-checkout .vc-trust-box--checkout {
  margin-bottom: 18px;
}
.woocommerce-checkout-review-order .vc-trust-box,
#order_review .vc-trust-box {
  margin-top: 0;
}

.vc-cart-updating {
  opacity: .6;
  pointer-events: none;
  transition: opacity .2s ease;
}

@media (max-width: 768px) {
  .woocommerce-cart table.shop_table thead,
  .woocommerce-cart .shop_table_responsive thead,
  .woocommerce-cart table.shop_table th,
  .woocommerce-cart .shop_table_responsive th {
    display: none !important;
  }

  .woocommerce-cart table.shop_table,
  .woocommerce-cart table.shop_table tbody,
  .woocommerce-cart table.shop_table tr,
  .woocommerce-cart table.shop_table td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  .woocommerce-cart table.shop_table {
    border: 0 !important;
  }

  .woocommerce-cart table.shop_table tr.cart_item {
    position: relative;
    border: 0 !important;
    border-bottom: 1px solid #ececec !important;
    padding: 12px 0 16px !important;
    margin-bottom: 12px;
    overflow: hidden;
  }

  .woocommerce-cart table.shop_table td {
    border: 0 !important;
    padding: 0 !important;
  }

  .woocommerce-cart table.shop_table td.product-remove {
    position: absolute;
    right: 0;
    top: 10px;
    width: auto !important;
    z-index: 3;
  }

  .woocommerce-cart table.shop_table td.product-thumbnail {
    float: left;
    width: 88px !important;
    margin: 0 14px 8px 0 !important;
  }

  .woocommerce-cart table.shop_table td.product-thumbnail img {
    width: 88px !important;
    height: 88px !important;
    object-fit: cover;
    border-radius: 8px;
    display: block;
  }

  .woocommerce-cart table.shop_table td.product-name {
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    min-height: 88px;
    margin-bottom: 8px !important;
    padding-right: 26px !important;
  }

  .woocommerce-cart table.shop_table td.product-price,
  .woocommerce-cart table.shop_table td.product-subtotal {
    display: inline-block !important;
    width: auto !important;
    font-size: 15px;
    font-weight: 600;
    margin-right: 12px;
    margin-bottom: 8px;
  }

  .woocommerce-cart table.shop_table td.product-quantity {
    clear: both;
    margin-top: 8px !important;
  }

  .woocommerce-cart table.shop_table td.product-price::before,
  .woocommerce-cart table.shop_table td.product-quantity::before,
  .woocommerce-cart table.shop_table td.product-subtotal::before,
  .woocommerce-cart table.shop_table td.product-name::before {
    display: none !important;
    content: none !important;
  }

  .woocommerce-cart .quantity,
  .woocommerce-cart .quantity .qty {
    max-width: 170px;
  }

  .woocommerce-cart .actions,
  .woocommerce-cart .coupon,
  .woocommerce-cart .cart-collaterals,
  .woocommerce-cart .cart_totals,
  .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
  }

  .woocommerce-cart .cart-collaterals {
    overflow: hidden;
  }
}

.widget_shopping_cart .quantity .qty,
.widget_shopping_cart_content .quantity .qty,
.shopping-cart .quantity .qty,
.cart-drawer .quantity .qty,
.offcanvas-cart .quantity .qty {
  text-align: center;
}
