@keyframes cdz-flash-icon {
    0% {
      opacity: #ff5722;
      transform: scale(.7);
   }
    50% {
      color: #ff9800;
   }
    100% {
      color: inherit;
      transform: scale(1);
   }
  }
  .cdz-flash-icon {
    display: inline-block;
    font-size: 45px !important;
    color: #fdd835;
  }
  .cdz-flash-icon > span {
    display: none;
  }
  .cdz-flash-icon:before {
    font-size: inherit;
    color: inherit;
    animation: cdz-flash-icon 0.8s linear infinite;
    display: block;
  }
  .cdz-flash-icon.ic-title {
    font-size: 32px;
    margin: 0 7px 0 0;
    vertical-align: middle;
  }
  .rtl-layout .cdz-flash-icon.ic-title {
    margin: 0 0 0 7px;
  }
  .cdz-timer-01 {
    display: inline-block;
    position: relative;
  }
  .cdz-timer-01 .countdown-timer .deal-items {
    margin-right: -8px;
    display: flex;
  }
  .cdz-timer-01 .countdown-timer .deal-item {
    display: inline-block;
    margin-right: 8px;
    user-select: none;
    text-align: center;
  }
  .cdz-timer-01 .countdown-timer .deal-item .value {
    font-size: 30px;
    padding: 10px 3px;
    border-radius: 5px;
    background: #5c6ac3;
    background: linear-gradient(45deg,#5c6ac3,#39469a);
    color: #ffffff;
    display: block;
    min-width: 66px;
  }
  .cdz-timer-01 .countdown-timer .deal-item .label {
    font-size: 20px;
    margin-top: 5px;
    color: #3f4ead;
    font-weight: 500;
    display: block;
    width: 100%;
  }
  .cdz-timer-01.has-ic {
    padding: 0 33px;
  }
  .cdz-timer-01.has-ic .ic-timer {
    position: absolute;
    left: 0;
    top: 15px;
  }
  .rtl-layout .cdz-timer-01.has-ic .ic-timer {
    left: auto;
    right: 0;
  }
  .cdz-timer-01 .cd-expired .timer-block {
    opacity: 0.6;
  }
  .cdz-timer-01 .cd-expired-msg {
    padding: 7px 10px;
    background: #ffc107;
    color: #fff;
    border-radius: 2px;
    margin: 10px 0;
  }
  .cdz-timer-01 .cd-expired-msg:before {
    font-family: fontAwesome;
    content: "\f071";
    font-size: 18px;
    font-weight: normal;
    margin: 0 7px 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  .rtl-layout .cdz-timer-01 .cd-expired-msg:before {
    margin: 0 0 0 7px;
  }
  @media {
    .cdz-timer-01 .countdown-timer .deal-item .value {
      font-size: 22px;
      min-width: 45px;
      padding: 7px 3px;
   }
    .cdz-timer-01 .countdown-timer .deal-item .label {
      font-size: 18px;
   }
  }
  