/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.thim-sc-product-list {
  margin-top: 10px; }
  .thim-sc-product-list .item-col {
    padding: 30px 0;
    position: relative;
    overflow: hidden; }
    .thim-sc-product-list .item-col:last-child:before {
      display: none; }
    .thim-sc-product-list .item-col:before {
      content: '';
      border: 0.5px dashed rgba(51, 51, 51, 0.15);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      -webkit-transform: scale(2, 1);
      -moz-transform: scale(2, 1);
      -ms-transform: scale(2, 1);
      -o-transform: scale(2, 1); }
  .thim-sc-product-list .product-woo-list {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
    .thim-sc-product-list .product-woo-list .product-image {
      padding: 0 50px;
      min-width: 200px; }
    .thim-sc-product-list .product-woo-list .text-block {
      width: 100%; }
    .thim-sc-product-list .product-woo-list .product-name {
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: normal;
      margin-bottom: 3px; }
      .thim-sc-product-list .product-woo-list .product-name a {
        color: #333; }
    .thim-sc-product-list .product-woo-list .price-box {
      line-height: 1;
      margin-top: 8px; }
      .thim-sc-product-list .product-woo-list .price-box .amount {
        font-size: 18px;
        font-weight: normal; }
      .thim-sc-product-list .product-woo-list .price-box ins {
        text-decoration: none;
        float: left;
        margin-right: 10px; }
      .thim-sc-product-list .product-woo-list .price-box del .amount {
        color: #737373; }
  .thim-sc-product-list.layout-2 {
    margin: 0;
    background-image: url(../images/bg-product-list2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #1d2027;
    min-height: 666px; }
    .thim-sc-product-list.layout-2 .title {
      font-size: 18px;
      font-weight: bold;
      line-height: 1.67;
      letter-spacing: 0.4px;
      color: #fff;
      padding: 22px 110px 22px 30px;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(238, 238, 238, 0.2);
      margin-bottom: 10px; }
    .thim-sc-product-list.layout-2 .items-wrapper {
      padding: 0 30px; }
    .thim-sc-product-list.layout-2 .item-col {
      padding: 30px 0;
      position: relative;
      overflow: hidden; }
      .thim-sc-product-list.layout-2 .item-col:before {
        content: '';
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 1px dashed #eee;
        filter: alpha(opacity=15);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
        -webkit-opacity: 0.15;
        -khtml-opacity: 0.15;
        -moz-opacity: 0.15;
        -ms-opacity: 0.15;
        -o-opacity: 0.15;
        opacity: 0.15;
        -webkit-transform: scale(2.5, 1);
        -moz-transform: scale(2.5, 1);
        -ms-transform: scale(2.5, 1);
        -o-transform: scale(2.5, 1); }
    .thim-sc-product-list.layout-2 .product-woo-list {
      flex-direction: row;
      align-items: normal; }
      .thim-sc-product-list.layout-2 .product-woo-list .product-image {
        margin-right: 30px;
        min-width: 80px;
        padding: 0; }
        .thim-sc-product-list.layout-2 .product-woo-list .product-image img {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          background-color: #fff;
          overflow: hidden; }
      .thim-sc-product-list.layout-2 .product-woo-list .product-name {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: normal; }
        .thim-sc-product-list.layout-2 .product-woo-list .product-name a {
          color: #f0f0f0; }
      .thim-sc-product-list.layout-2 .product-woo-list .price-box {
        line-height: 24px;
        display: inline-block;
        margin-top: 10px; }
        .thim-sc-product-list.layout-2 .product-woo-list .price-box .amount {
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0.3px; }
        .thim-sc-product-list.layout-2 .product-woo-list .price-box ins {
          float: right;
          margin-right: 0; }
        .thim-sc-product-list.layout-2 .product-woo-list .price-box del {
          margin-right: 8px; }
          .thim-sc-product-list.layout-2 .product-woo-list .price-box del .amount {
            font-weight: normal;
            color: #999; }
    .thim-sc-product-list.layout-2 .ratings {
      margin-top: -2px;
      margin-bottom: 3px; }
      .thim-sc-product-list.layout-2 .ratings .star-rating {
        font-size: 16px;
        width: 76px; }
        .thim-sc-product-list.layout-2 .ratings .star-rating:before {
          font-size: 16px;
          letter-spacing: 3px; }
        .thim-sc-product-list.layout-2 .ratings .star-rating span:before {
          font-size: 16px !important;
          letter-spacing: 3px; }
    .thim-sc-product-list.layout-2 .owl-carousel {
      position: relative; }
      .thim-sc-product-list.layout-2 .owl-carousel .owl-nav {
        width: 70px;
        position: absolute;
        top: -65px;
        right: 30px; }
        .thim-sc-product-list.layout-2 .owl-carousel .owl-nav [class*='owl-'] {
          width: 30px;
          height: 30px;
          border: 1px solid rgba(255, 255, 255, 0.3);
          line-height: 28px;
          font-size: 14px;
          letter-spacing: 0.3px;
          text-align: center;
          color: rgba(255, 255, 255, 0.3);
          float: left; }
          .thim-sc-product-list.layout-2 .owl-carousel .owl-nav [class*='owl-']:hover {
            color: #fff;
            border-color: #fff; }
        .thim-sc-product-list.layout-2 .owl-carousel .owl-nav .owl-next {
          float: right; }
