/**
* 2010-2018 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2018 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

@media (min-width:992px) and (max-width:1199px) {
  .flip-clock-wrapper ul {
    width: 20px;
  }
  .flip-clock-wrapper .inn {
    font-size: 20px !important;
  }
  .flip-clock-divider {
    width: 15px;
  }
  .flip-clock-divider .flip-clock-dot {
    width: 6px;
    height: 6px;
  }
}
@media (min-width:768px)  and (max-width:991px) {
  .flip-clock-wrapper ul {
    width: 17px;
    height: 30px;
  }
  .flip-clock-wrapper ul li {
    line-height: 32px;
  }
  .flip-clock-wrapper .inn {
    font-size: 19px !important;
  }
  .flip-clock-divider {
    width: 13px;
  }
  .flip-clock-divider .flip-clock-dot {
    width: 6px;
    height: 6px;
  }
  .flip-clock-dot.bottom {
    bottom: 37px;
  }
  .flip-clock-dot.top {
    top: 21px;
  }
  .flip-clock-divider .flip-clock-label {
    right: -35px;
  }
  .flip-clock-divider.seconds .flip-clock-label {
    right: -48px;
  }
  .flip-clock-divider.minutes .flip-clock-label {
    right: -43px;
  }
  .flip-clock-divider .flip-clock-label {
    font-size: 12px;
  }
}
@media (min-width:240px) and (max-width:330px) {
  .flip-clock-wrapper ul {
    width: 20px;
  }
  .flip-clock-wrapper .inn {
    font-size: 20px !important;
  }
  .flip-clock-divider {
    width: 13px;
  }
  .flip-clock-divider .flip-clock-dot {
    width: 6px;
    height: 6px;
  }
  .flip-clock-dot {
    left: 3px;
  }
  .flip-clock-divider .flip-clock-label {
    font-size: 13px;
  }
}