.price-wrapper {
    position: relative;
  }
  /* .product-template-default .price-wrapper {
    display: flex;
    align-items: center;
  } */
  .woocommerce-variation.single_variation {
    position: relative;
  }
  .cc-near-price.cc-st-section {
    top: 5px;
  }
  .cc-price-hidden {
    .cc-st-section.cc-st-section--pp {
      /* margin-left: 0; */
      .cc-st-wrap .cc-st-text .cc-hide-price {
        display: none;
      }
    }
  }
  .cc-st-section {
    display: none;
    padding: 10px 0px;
    margin: 0;
    line-height: normal;
    .cc-st-wrap {
      .cc-st-text {
        color: #000;
        font-size: 16px;
        text-align: center;
        /* padding: 0px 4px 0px 10px; */
      }
      .cc-st-timer {
        color: #fff;
        font-size: 16px;
        text-align: left;
        span.cc-mark {
          display: inline-block;
          position: relative;
          background: linear-gradient(#535353, #020202);
          color: #fff;
          font-weight: 600;
          width: 40px;
          height: 40px;
          padding: 4px;
          border-radius: 4px;
          line-height: 33px;
          z-index: 2;
          text-align: center;
          span {
            position: relative;
            z-index: 9;
          }
        }
        .cc-time-left-hour {
          &:before {
            position: absolute;
            display: block;
            content: "HRS";
            bottom: -10px;
            font-size: 12px;
            left: 0;
            right: 0;
            margin: 0 auto;
            color: #9f9f9f;
            height: 15px;
            font-weight: 500;
          }
        }
        .cc-time-left-min {
          &:before {
            position: absolute;
            display: block;
            content: "MIN";
            bottom: -10px;
            font-size: 12px;
            left: 0;
            right: 0;
            margin: 0 auto;
            color: #9f9f9f;
            height: 15px;
            font-weight: 500;
          }
        }
        .cc-time-left-sec {
          &:before {
            position: absolute;
            display: block;
            content: "SEC";
            bottom: -10px;
            font-size: 12px;
            left: 0;
            right: 0;
            margin: 0 auto;
            color: #9f9f9f;
            height: 15px;
            font-weight: 500;
          }
        }
        strong.cc-colon {
          color: #000;
          font-size: 30px;
          line-height: 30px;
          padding-left: 5px;
          position: relative;
          display: inline-block;
          top: 3px;
        }
        .cc-mark:after {
          position: absolute;
          top: 50%;
          content: '';
          border: 0.5px solid #494949;
          display: block;
          z-index: 1;
          width: 100%;
          left: 0;
          right: 0;
          margin: 0 auto;
        }
        /* .cc-time-left-min {
          margin: 0px 4px;
        } */
      }
    }
  }
  .cc-no-save {
    .cc-st-section {
      padding-bottom: 20px;
      float: left;
    }
  }
  .cc-msrp-save {
    .cc-st-section.cc-st-section--pp {
      margin-left: 10px;
      top: 0 !important;
    }
  }
  .cc-st-section.cc-st-hide--hd {
    display: none !important;
  }
  .cc-timer-category {
    .cc-st-section .cc-st-wrap .cc-st-timer span.cc-mark {
      width: 35px;
      /* height: 35px; */
      line-height: 34px;
    }
  }
  .product-info .total-savings {
    vertical-align: middle;
    /* margin-right: 10px; */
  }
  .cc-st-section.cc-st-section--pp.cc-no-save {
    margin-left: 0;
  }
  .cc-large-price .cc-st-section.cc-st-section--pp {
    margin-left: 8px;
  }
  .cc-st-section.cc-st-section--pp {
    padding: 0px 0px;
    margin-left: 10px;
    position: absolute;
    /* bottom: 15px; */
    /* padding: 0px 0px;
    margin-left: 20px;
    vertical-align: middle; */
    .cc-st-wrap {
      border: 1px solid #d3d3d3;
      padding: 10px 10px 2px;
      box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
      position: relative;
      display: block;
      /* &:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #009688;
        position: absolute;
        top: 16px;
        left: -10px;
      } */
      .cc-time-left-hour {
        &:before {
          display: none;
        }
      }
      .cc-time-left-min {
        &:before {
          display: none;
        }
      }
      .cc-time-left-sec {
        &:before {
          display: none;
        }
      }
      .cc-st-text {
        font-size: 11px;
        color: #555;
        padding-right: 5px;
      }
      .cc-st-timer {
        font-size: 14px;
        text-align: center;
        span {
          color: #e02f39;
          font-weight: 600;
          font-size: 13px;
        }
        strong.cc-colon {
          font-size: 13px;
          padding-left: 4px;
          /* vertical-align: middle; */
          top: 0;
          font-weight: 600;
        }
      }
    }
  }
  .product-info {
    .price-wrapper {
      .cc-st-section.cc-st-section--pp {
        position: relative;
        float: none;
        /* top: 5px; */
        .cc-st-wrap {
          display: block;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          padding: 2px 10px 2px;
        }
        &:after {
          border-style: solid;
          position: absolute;
          left: 1px;
          display: block;
          content: '';
          width: 0;
          height: 0;
          box-sizing: border-box;
          border: 6px solid #f8f8f8;
          border-color: transparent transparent #fff #fff;
          transform-origin: 0 0;
          transform: translateY(-50%) rotate(45deg);
          top: 50%;
          box-shadow: -1px 1px 1px 0 rgb(0 0 0 / 40%);
        }
      }
    }
    .price-wrapper .price {
      display: inline-block;
      font-size: 16px;
    }
    .woocommerce-variation-price {
      .cc-st-section.cc-st-section--pp {
        position: relative;
        float: none;
        top: unset;
        bottom: unset;
        margin-left: 10px;
        .cc-st-wrap {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          padding: 2px 10px 2px;
        }
        &:after {
          border-style: solid;
          top: 9px;
          position: absolute;
          left: 1px;
          display: block;
          content: '';
          width: 0;
          height: 0;
          box-sizing: border-box;
          border: 6px solid #f8f8f8;
          border-color: transparent transparent #fff #fff;
          transform-origin: 0 0;
          transform: rotate(45deg);
          box-shadow: -1px 1px 1px 0 rgb(0 0 0 / 40%);
        }
      }
    }
  }
  .product .product-small.box {
    height: auto !important;
  }
  @media only screen and (max-width: 1024px) {
    .cc-timer-category {
      .cc-st-section {
        padding-bottom: 20px;
        .cc-st-wrap {
          .cc-st-timer {
            span.cc-mark {
              width: 30px;
              height: 30px;
              line-height: 24px;
            }
            .cc-time-left-hour:before {
              bottom: -16px;
            }
            .cc-time-left-min:before {
              bottom: -16px;
            }
            .cc-time-left-sec:before {
              bottom: -16px;
            }
          }
        }
      }
    }
  }
