/**
 * 2017-2018 Zemez
 *
 * JX Products Manager
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the General Public License (GPL 2.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/GPL-2.0
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the module to newer
 * versions in the future.
 *
 *  @author    Zemez
 *  @copyright 2017-2018 Zemez
 *  @license   http://opensource.org/licenses/GPL-2.0 General Public License (GPL 2.0)
 */
.offer-container {
  display: block;
  font-size: 14px; }
  .offer-container span.code-content {
    margin-bottom: 5px;
    display: block; }
  .offer-container span.code-name {
    display: block;
    padding: 5px;
    border-radius: 3px;
    border: 1px dashed #FB515D;
    color: #FB515D; }
  .offer-container strong {
    color: #333; }
  .offer-container a {
    color: #fff; }
  .offer-container span.gift-content {
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 3px;
    border: 1px dashed #FB515D;
    color: #FB515D;
    overflow: hidden;
    display: block;
    text-align: left; }
    .offer-container span.gift-content img {
      display: block;
      float: left;
      margin-right: 5px; }
    .offer-container span.gift-content .gift-name {
      float: left;
      line-height: normal; }
      .offer-container span.gift-content .gift-name small {
        display: block; }

.product-image-container .offer-container strong {
  color: #fff; }

.jxpm-banner {
  cursor: pointer;
  position: relative;
  clear: both; }
  .jxpm-banner.demo-1 {
    max-width: 776px;
    clear: both; }
    .jxpm-banner.demo-1 .mcountdown {
      position: absolute;
      left: 170px;
      top: 25px; }
    .jxpm-banner.demo-1 .jxpm-banner-description {
      position: absolute;
      top: 90px;
      left: 170px;
      font-size: 30px;
      color: #fff;
      text-transform: uppercase;
      font-family: 'Open Sans', sans-serif;
      line-height: 28px; }
      .jxpm-banner.demo-1 .jxpm-banner-description > div > p {
        float: left;
        margin: 0; }
      .jxpm-banner.demo-1 .jxpm-banner-description .demo-button-1 {
        color: #333;
        background: #fff;
        font-size: 14px;
        margin-left: 20px;
        display: inline-block;
        padding: 0 15px;
        float: left; }
        .jxpm-banner.demo-1 .jxpm-banner-description .demo-button-1:hover {
          background: #f13340;
          color: #fff; }
  .jxpm-banner.demo-2 {
    max-width: 381px; }
    .jxpm-banner.demo-2 .mcountdown {
      position: absolute;
      left: 32px;
      top: 28px; }
    .jxpm-banner.demo-2 .jxpm-banner-description {
      position: absolute;
      top: 100px;
      left: 32px;
      font-size: 24px;
      color: #fff;
      text-transform: uppercase;
      font-family: 'Open Sans', sans-serif;
      line-height: 24px; }
      .jxpm-banner.demo-2 .jxpm-banner-description > div > span {
        display: block; }
        .jxpm-banner.demo-2 .jxpm-banner-description > div > span.bigger {
          font-size: 48px;
          line-height: 48px; }

.mcountdown span {
  background: #f13340;
  color: #fff;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 12px; }
  .mcountdown span > span {
    display: block;
    font-size: 24px;
    padding: 0; }

#promo-page {
  margin-bottom: 15px; }
  #promo-page h1 {
    margin-top: 0;
    font-size: 30px;
    line-height: 32px;
    font-family: 'Open Sans', sans-serif;
    color: #171717;
    font-weight: 400; }
  #promo-page .code-title {
    color: #333;
    font-weight: bold;
    margin-bottom: 5px; }
  #promo-page .promo-code {
    border: 1px solid #f13340;
    display: inline-block;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 15px;
    color: #f13340;
    font-weight: 700; }
  #promo-page.one-column {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px; }
    #promo-page.one-column .image-full-width {
      background-color: #333;
      background-repeat: no-repeat;
      background-position: left top;
      min-height: 224px; }
    #promo-page.one-column .content {
      padding: 30px 0 6px 30px; }
    #promo-page.one-column h1 {
      color: #fff;
      padding-bottom: 5px; }
    #promo-page.one-column .mcountdown {
      margin-bottom: 15px; }
    #promo-page.one-column .promo-code {
      color: #fff;
      border-color: #fff;
      padding: 4px 8px;
      margin-bottom: 5px; }
