.detail-product .detail-product-row .detail-product-thumb {
  float: left; }
  .detail-product .detail-product-row .detail-product-thumb a {
    display: block; }
    .detail-product .detail-product-row .detail-product-thumb a img {
      margin: 0 auto; }
.detail-product .detail-product-row .detail-product-desc {
  float: left; }
  .detail-product .detail-product-row .detail-product-desc .detail-product-price p span.detail-product-price-new {
    font-size: 16px;
    color: #ed1c24;
    margin-right: 15px; }
  .detail-product .detail-product-row .detail-product-desc .detail-product-price p span.detail-product-price-old {
    text-decoration: line-through;
    font-size: 14px;
    color: #898989; }
  .detail-product .detail-product-row .detail-product-desc h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000; }
  .detail-product .detail-product-row .detail-product-desc p {
    font-size: 16px; }
.detail-product .detail-product-row::after {
  display: table;
  content: "";
  clear: both; }
.detail-product .detail-product-content h2 {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #fc4b41;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px; }
.detail-product .detail-product-content div.inner-detail-product-content {
  padding: 10px;
  background-color: #f4f4f4; }
  .detail-product .detail-product-content div.inner-detail-product-content p {
    font-size: 16px; }

@media (min-width: 768px) {
  .detail-product .detail-product-row .detail-product-desc .detail-product-price p span.detail-product-price-new {
    font-size: 17px; }
  .detail-product .detail-product-row .detail-product-desc .detail-product-price p span.detail-product-price-old {
    font-size: 15px; }
  .detail-product .detail-product-row .detail-product-desc h2 {
    font-size: 20px; }
  .detail-product .detail-product-content h2 {
    font-size: 18px; }
  .detail-product .detail-product-content div.inner-detail-product-content {
    padding: 15px; } }
@media (min-width: 992px) {
  .detail-product .detail-product-row .detail-product-desc .detail-product-price p span.detail-product-price-new {
    font-size: 18px; }
  .detail-product .detail-product-row .detail-product-desc .detail-product-price p span.detail-product-price-old {
    font-size: 16px; }
  .detail-product .detail-product-row .detail-product-desc h2 {
    font-size: 22px; }
  .detail-product .detail-product-content h2 {
    padding: 10px 15px;
    font-size: 20px; }
  .detail-product .detail-product-content div.inner-detail-product-content {
    padding: 20px; } }
@media (min-width: 1200px) {
  .detail-product .detail-product-row .detail-product-desc .detail-product-price p span.detail-product-price-new {
    font-size: 18px; }
  .detail-product .detail-product-row .detail-product-desc .detail-product-price p span.detail-product-price-old {
    font-size: 16px; }
  .detail-product .detail-product-row .detail-product-desc h2 {
    font-size: 24px; }
  .detail-product .detail-product-content h2 {
    font-size: 20px; }
  .detail-product .detail-product-content div.inner-detail-product-content {
    padding: 25px; } }
.others-product {
  margin-top: 10px; }
  .others-product .others-product-heading h3 {
    margin: 0;
    font-size: 16px;
    border-bottom: 2px solid #ececec; }
    .others-product .others-product-heading h3 a {
      display: inline-block;
      padding: 5px 0;
      border-bottom: 2px solid #fc4b41;
      color: #010101;
      text-transform: uppercase;
      text-decoration: none; }
      .others-product .others-product-heading h3 a:hover {
        text-decoration: none; }
  .others-product .others-product-row .one-others-product {
    padding: 5px; }
    .others-product .others-product-row .one-others-product:nth-child(odd) {
      padding-left: 0; }
    .others-product .others-product-row .one-others-product:nth-child(even) {
      padding-right: 0; }
    .others-product .others-product-row .one-others-product .inner-one-others-product {
      position: relative; }
      .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-thumb {
        padding: 10px;
        background-color: #f1f1f1; }
        .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-thumb a {
          display: block; }
          .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-thumb a img {
            margin: 0 auto; }
      .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-desc > h4 {
        margin: 10px 0;
        text-align: center;
        font-size: 13px; }
        .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-desc > h4 > a {
          text-transform: uppercase;
          color: #191919;
          text-decoration: none; }
          .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-desc > h4 > a:hover {
            text-decoration: none; }
      .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-desc > p {
        text-align: center; }
        .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-desc > p .others-product-price-new {
          display: block;
          color: #ed1c24;
          font-weight: bold;
          font-size: 14px;
          margin-right: 5px; }
        .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-desc > p .others-product-price-old {
          display: block;
          text-decoration: line-through;
          color: #898989;
          font-size: 12px; }
      .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-ribbon-news {
        position: absolute;
        top: 5px;
        right: 5px; }
        .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-ribbon-news img {
          width: 30px; }
      .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-ribbon-sales {
        position: absolute;
        top: 5px;
        left: 5px; }
        .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-ribbon-sales img {
          width: 30px; }
      .others-product .others-product-row .one-others-product .inner-one-others-product::after {
        display: table;
        content: "";
        clear: both; }
  .others-product .others-product-row::after {
    display: table;
    content: "";
    clear: both; }

@media (min-width: 768px) {
  .others-product {
    margin-top: 10px; }
    .others-product .others-product-heading h3 {
      font-size: 18px; }
      .others-product .others-product-heading h3 a {
        padding: 7px 0; }
    .others-product .others-product-row .one-others-product {
      padding: 10px; }
      .others-product .others-product-row .one-others-product:nth-child(odd) {
        padding-left: 10px; }
      .others-product .others-product-row .one-others-product:nth-child(even) {
        padding-right: 10px; }
      .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-desc > h4 {
        margin: 10px 0;
        font-size: 16px; }
      .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-desc > p .others-product-price-new {
        display: block;
        font-size: 15px;
        margin-bottom: 3px; }
      .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-desc > p .others-product-price-old {
        display: block;
        font-size: 13px; }
      .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-ribbon-news img {
        width: 34px; }
      .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-ribbon-sales img {
        width: 34px; } }
@media (min-width: 992px) {
  .others-product {
    margin-top: 10px; }
    .others-product .others-product-heading h3 {
      font-size: 18px; }
      .others-product .others-product-heading h3 a {
        padding: 10px 0; }
    .others-product .others-product-row .one-others-product {
      padding: 10px; }
      .others-product .others-product-row .one-others-product:nth-child(odd) {
        padding-left: 10px; }
      .others-product .others-product-row .one-others-product:nth-child(even) {
        padding-right: 10px; }
      .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-desc > h4 {
        margin: 15px 0; }
      .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-desc > p .others-product-price-new {
        display: block;
        margin-bottom: 3px; }
      .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-desc > p .others-product-price-old {
        display: block; }
      .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-ribbon-news {
        top: 10px;
        right: 10px; }
        .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-ribbon-news img {
          width: 38px; }
      .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-ribbon-sales {
        top: 10px;
        left: 10px; }
        .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-ribbon-sales img {
          width: 38px; } }
@media (min-width: 1200px) {
  .others-product {
    margin-top: 30px; }
    .others-product .others-product-heading h3 {
      font-size: 22px; }
    .others-product .others-product-row {
      margin-left: -15px;
      margin-right: -15px; }
      .others-product .others-product-row .one-others-product {
        width: 20%;
        padding: 15px; }
        .others-product .others-product-row .one-others-product:nth-child(odd) {
          padding-left: 15px; }
        .others-product .others-product-row .one-others-product:nth-child(even) {
          padding-right: 15px; }
        .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-desc > p .others-product-price-new {
          display: inline;
          margin-bottom: 0; }
        .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-desc > p .others-product-price-old {
          display: inline; }
        .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-ribbon-news img {
          width: 42px; }
        .others-product .others-product-row .one-others-product .inner-one-others-product .others-product-ribbon-sales img {
          width: 42px; } }

/*# sourceMappingURL=detail_product.css.map */
