
#objCartStatus_pluginAppObj_28_23.cartstatus {
  display: flex;
  flex-wrap:wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: Verdana;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 1);
}
#objCartStatus_pluginAppObj_28_23.cartstatus .cartstatus__text {
  color: rgba(0, 0, 0, 1);
  flex-shrink:0;
  margin-right:5px;
}

#objCartStatus_pluginAppObj_28_23.cartstatus .cartstatus__iconwrapper {
  position:relative;
  width:32px;
  height:32px;
  flex-shrink:0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right:5px;
}

#objCartStatus_pluginAppObj_28_23.cartstatus .cartstatus__badge {
  opacity: 0;
  transition:opacity 0.3s ease;
}
#objCartStatus_pluginAppObj_28_23.cartstatus .cartstatus__badge--visible {
  opacity: 1;
}
@keyframes objCartStatus_flash {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#objCartStatus_pluginAppObj_28_23.cartstatus .animate:after {
  animation: 1500ms ease objCartStatus_flash 1 ;
}
#objCartStatus_pluginAppObj_28_23.cartstatus .cartstatus__badge--icon:after {
  content: attr(data-number);
  position: absolute;
  right:-2.5px;
bottom:-2.5px;
  height:14px;
  width:14px;
  color:rgba(255, 255, 255, 1);
  background-color:rgba(241, 96, 104, 1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding:2px;
  font-style:normal;
}
#objCartStatus_pluginAppObj_28_23.cartstatus .cartstatus__badge--text:after {
  content: attr(data-number);
  height:14px;
  width:14px;
  color:rgba(255, 255, 255, 1);
  background-color:rgba(241, 96, 104, 1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10.5px;
  padding:2px;
  font-style:normal;
  margin-right:5px;
}
#objCartStatus_pluginAppObj_28_23.cartstatus .cartstatus__icon {
  width: 32px;
  height: 32px;
  display:block;
}
#objCartStatus_pluginAppObj_28_23.cartstatus .cartstatus__text--rm {
  margin-right:5px;
}
#objCartStatus_pluginAppObj_28_23.cartstatus .cartstatus__link {
  cursor: pointer;
}