/** Mini Cart **/

.mini-cart-return-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  color: #02AEEC;
  font-weight: bold;
}

.mini-cart-return-btn i::after {
  content: none !important;
}

.elementor-menu-cart__subtotal {
	margin-top: auto;
}

.elementor-menu-cart__footer-buttons {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.elementor-menu-cart__footer-buttons {
	display: flex !important;
	flex-direction: column;
}

.elementor-element .elementor-menu-cart__close-button {
  position: absolute !important;
  top: 20px;
  right: 20px;
  z-index: 50 !important;
}

.elementor-menu-cart__product-name a {
  font-size: 14px !important;
  font-weight: normal !important;
}

.elementor-menu-cart__product-price .quantity {
  border: none !important;
  display: flex;
  gap: 10px;  
  color: black;
  float: none;
  font-size: 14px !important;
}

.elementor-menu-cart__product-price .quantity span {
  margin-right: 0px;
  width: 40px;
}

.elementor-menu-cart__product-price .quantity del span {
  font-weight: normal; 
}

.elementor-widget-woocommerce-menu-cart .fwsn-free-shipping {
  font-size: 16px;
}

.elementor-menu-cart__wrapper .elementor-menu-cart__subtotal {
  padding: 10px;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  font-size: 16px;
}

.custom-trust {
  padding-top: 20px;
}

.custom-trust .custom-trust-title {
  text-align: center;
  font-size: 14px;
}

.custom-trust .custom-mini-cart-payment-icons {
  display:flex;
  flex-wrap:wrap;
  gap: 12px;
  margin-top:12px;
  align-items:center
}
.custom-trust .custom-mini-cart-payment-icons .custom-pay-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: calc(25% - 12px);
}
.custom-trust .custom-mini-cart-payment-icons .custom-pay-icon svg {
  display: block;
  height: 30px;
  width: auto;
}

@media (max-width: 768px) {
  .elementor-menu-cart__main {
    padding: 15px !important;
  }
  .elementor-menu-cart__product-name a {
    font-size: 14px !important;
  }
  
  .elementor-menu-cart__product-price .quantity {
    font-size: 12px !important;
  }

}
