.cart_wrap {
  position: relative;
  padding: 40px 0px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 991px) {
  .cart_wrap {
    flex-wrap: wrap;
  }
}
.cart_wrap .woocommerce-cart-form__contents .cart_item td {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.cart_wrap .woocommerce-cart-form__contents .cart_item td span {
  display: inline-block;
}
.cart_wrap .woocommerce-cart-form__contents .cart_item .product-quantity .quantity {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cart_wrap .woocommerce-cart-form__contents .cart_item .product-quantity .quantity {
    width: -moz-fit-content;
    width: fit-content;
    left: 10px;
    position: relative;
  }
}
.cart_wrap .woocommerce-cart-form__contents .cart_item .product-quantity .quantity input {
  background: #2E2F33;
  border: 0px;
  color: rgba(255, 255, 255, 0.3137254902);
  padding: 5px;
  text-align: center;
  width: 30px;
}
.cart_wrap .woocommerce-cart-form__contents .cart_item .product-quantity .quantity input[type=number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cart_wrap .woocommerce-cart-form__contents .cart_item .product-quantity .quantity input.qty {
  width: 40px;
}
.cart_wrap .woocommerce-cart-form__contents .cart_item .product-quantity .quantity .qty_button {
  transition: all 0.3s ease-in;
}
.cart_wrap .woocommerce-cart-form__contents .cart_item .product-quantity .quantity .qty_button:hover {
  background: #16171B;
  cursor: pointer;
}
.cart_wrap .woocommerce-cart-form__contents tr:last-child td {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.cart_wrap .cart-collaterals {
  flex: 1 390px;
  min-width: 350px;
}
.cart_wrap .cart-collaterals .cart_totals {
  width: auto;
  float: none;
  background: #1E2228;
  padding: 30px;
  border-radius: 10px;
}
.cart_wrap .cart-collaterals .cart_totals h2 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.cart_wrap .cart-collaterals .cart_totals .fee th,
.cart_wrap .cart-collaterals .cart_totals .fee td {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.cart_wrap .cart-collaterals .cart_totals .cart-subtotal th,
.cart_wrap .cart-collaterals .cart_totals .cart-subtotal td,
.cart_wrap .cart-collaterals .cart_totals .fee th,
.cart_wrap .cart-collaterals .cart_totals .fee td {
  padding: 12px 0px;
}
.cart_wrap .cart-collaterals .cart_totals .order-total th,
.cart_wrap .cart-collaterals .cart_totals .order-total td {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 12px 0px;
}
.cart_wrap .cart-collaterals .cart_totals .cart-subtotal td,
.cart_wrap .cart-collaterals .cart_totals .fee td,
.cart_wrap .cart-collaterals .cart_totals .order-total td {
  text-align: right;
}
.cart_wrap .cart-collaterals .cart_totals .cart-subtotal th,
.cart_wrap .cart-collaterals .cart_totals .order-total th,
.cart_wrap .cart-collaterals .cart_totals .fee th {
  width: -moz-fit-content;
  width: fit-content;
}
.cart_wrap .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  position: relative;
  background: #FBB900;
  box-shadow: none;
  border: 1px solid #FBB900;
  border-radius: 10px;
  padding: 13px 30px;
  color: #16171B;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in;
  font-size: 16px;
}
.cart_wrap .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  background: #FFCD40;
  color: #16171B;
  box-shadow: 0 0px 23px 0px #DBB13C;
}
.cart_wrap .actions .button[name=update_cart] {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: -moz-fit-content;
  width: fit-content;
}
.woocommerce table.shop_table {
  border: 0px;
  margin: 0 0px 24px 0;
}
.woocommerce .blockUI.blockOverlay {
  z-index: 1000;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: transparent !important;
  cursor: default;
  position: absolute;
  opacity: 1 !important;
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  height: 3em;
  width: 3em;
  position: absolute;
  /* This was on 90%, should be 50% */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  animation: none;
  background: url(/wp-content/themes/trtnservice/assets/images/animation.gif) center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  opacity: 1 !important;
}
.woocommerce-notices-wrapper,
.wc-empty-cart-message {
  position: fixed;
  top: 20px;
  left: 50%;
  width: 100%;
  z-index: 999;
  max-width: 600px;
  margin: 0 auto;
  transform: translate(-50%, 0);
}
.woocommerce-notices-wrapper .woocommerce-message,
.wc-empty-cart-message .woocommerce-message {
  background: #4b6632;
  border: 0px;
  border-radius: 10px;
  color: #8BC34A;
}
.woocommerce-notices-wrapper .woocommerce-info,
.wc-empty-cart-message .woocommerce-info {
  background: #00BCD4;
  border: 0px;
  border-radius: 10px;
  color: #0d3d63;
}
.wc-empty-cart-message {
  top: auto;
  bottom: 20px;
}
.cart .woocommerce .return-to-shop {
  text-align: center;
}
.cart .woocommerce .return-to-shop a {
  background: transparent;
  box-shadow: none;
  border: 1px solid #FBB900;
  border-radius: 10px;
  padding: 13px 30px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}
.cart .woocommerce .return-to-shop a:hover {
  background: transparent;
  color: #FBB900;
}
.cart .woocommerce .return-to-shop a.small {
  padding: 13px 10px;
  font-size: 14px;
}
