.login_icon_cart .login_icon_name {
  color: #b54378;
  text-align: center;
  font-size: 14px;
  display: none; }
  .login_icon_cart .login_icon_name a {
    color: #b54378;
    text-decoration: none;
    display: inline-block;
    height: auto;
    border-radius: 0;
    background: none !important;
    width: auto; }
    .login_icon_cart .login_icon_name a:after {
      display: none; }
    .login_icon_cart .login_icon_name a:hover {
      background: none; }

.login_icon_cart .login_icon a.user-login {
  text-decoration: none;
  margin-bottom: 30px; }
  .login_icon_cart .login_icon a.user-login:before {
    content: attr(data-name);
    display: block;
    color: #b54378;
    font-size: 13px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 4px 0 0;
    text-align: center; }

.shop2-discounts-desc {
  text-align: right; }

.cart_total_wrapper .shop2-cart-total .cart_total_item.cart_total_item_details .total_item_title {
  color: rgba(0, 0, 0, 0.48);
  font-size: 17px;
  width: 50%; }
  .cart_total_wrapper .shop2-cart-total .cart_total_item.cart_total_item_details .total_item_body {
    color: #b54378;
    font-size: 22px;
    width: 50%; }
  .cart_total_wrapper .shop2-cart-total .cart_total_item.cart_total_item_last .total_item_title {
    color: #000;
    width: 30%;
    font-size: 20px; }
  .cart_total_wrapper .shop2-cart-total .cart_total_item.cart_total_item_last .total_item_body {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    width: 70%; }

@media (max-width: 1260px) {
  .login_icon_cart .login_icon a.user-login {
    margin: 0 10px 0 0;
    width: 27px; }
    .login_icon_cart .login_icon a.user-login:before {
      display: none; }
    .login_icon_cart .login_icon a.user-login:hover {
      width: 100px; }

  .login_icon_cart .login_icon_name {
    display: block; }

  .login_icon.login_icon2 {
    display: flex;
    align-items: center; } }
