/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.thim-sc-product-countdown {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  padding-top: 124px;
  padding-bottom: 121px;
  margin-bottom: 50px;
  position: relative; }
  .thim-sc-product-countdown .bg-image {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -webkit-opacity: 0.9;
    -khtml-opacity: 0.9;
    -moz-opacity: 0.9;
    -ms-opacity: 0.9;
    -o-opacity: 0.9;
    opacity: 0.9; }
  .thim-sc-product-countdown .title {
    font-size: 60px;
    line-height: 0.67;
    color: #ffffff;
    position: relative;
    margin: 0 0 60px; }
  .thim-sc-product-countdown .sub-title {
    font-size: 145px;
    font-weight: bold;
    line-height: 0.44;
    color: rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    position: absolute;
    top: -43px;
    left: -185px;
    white-space: nowrap; }
  .thim-sc-product-countdown .actions {
    display: flex; }
    .thim-sc-product-countdown .actions .buy {
      margin-right: 20px; }
  .thim-sc-product-countdown .button {
    font-size: 20px;
    font-weight: normal;
    height: 50px;
    min-width: 196px;
    line-height: 45px;
    border: solid 1px #8ec5fc;
    padding: 0;
    text-align: center;
    background: #8ec5fc;
    color: #fff;
    -webkit-box-shadow: 3.9px 4.5px 11.8px 0.2px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 3.9px 4.5px 11.8px 0.2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3.9px 4.5px 11.8px 0.2px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 3.9px 4.5px 11.8px 0.2px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 3.9px 4.5px 11.8px 0.2px rgba(0, 0, 0, 0.08);
    box-shadow: 3.9px 4.5px 11.8px 0.2px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px; }
    .thim-sc-product-countdown .button:hover {
      color: #8ec5fc;
      background-color: #fff;
      border: solid 1px #fff; }
    .thim-sc-product-countdown .button.button2 {
      background: transparent;
      border-color: #fff;
      color: #fff; }
  .thim-sc-product-countdown #countdownwrap {
    max-width: 502px;
    margin-bottom: 43px; }
  .thim-sc-product-countdown .progress-count {
    display: inline-block;
    margin: 0 15px;
    padding: 0;
    text-align: center;
    position: relative; }
    .thim-sc-product-countdown .progress-count:first-child {
      margin-left: 0; }
    .thim-sc-product-countdown .progress-count:last-child {
      margin-right: 0; }
    .thim-sc-product-countdown .progress-count input {
      font-size: 42px !important;
      margin-top: 15px !important;
      line-height: 1.17 !important;
      height: auto !important; }
    .thim-sc-product-countdown .progress-count label {
      font-size: 12px;
      font-weight: normal;
      color: #eeeeee;
      margin: 0;
      position: absolute;
      left: 0;
      bottom: 27px;
      width: 100%; }
  .thim-sc-product-countdown > .container {
    position: static; }
  .thim-sc-product-countdown .right {
    position: static; }
  .thim-sc-product-countdown .image {
    position: absolute;
    bottom: -50px;
    webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .thim-sc-product-countdown .price-box {
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 5.2px 6px 17.6px 0.4px rgba(0, 0, 0, 0.1);
    -khtml-box-shadow: 5.2px 6px 17.6px 0.4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5.2px 6px 17.6px 0.4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 5.2px 6px 17.6px 0.4px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 5.2px 6px 17.6px 0.4px rgba(0, 0, 0, 0.1);
    box-shadow: 5.2px 6px 17.6px 0.4px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 110px;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 55px; }
    .thim-sc-product-countdown .price-box span {
      font-size: 62px;
      font-weight: bold;
      color: #ffffff;
      line-height: 64px; }
      .thim-sc-product-countdown .price-box span.price_sale {
        font-size: 28px;
        font-weight: normal;
        color: #dddddd;
        line-height: 28px;
        margin-top: 10px;
        text-decoration: line-through; }
