/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.thim-sc-product-carousel:not(.layout-3) .product-woo {
  border: none;
  margin-bottom: 30px; }
  .thim-sc-product-carousel:not(.layout-3) .product-woo:hover {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .thim-sc-product-carousel:not(.layout-3) .product-woo .product-image .product-label {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 55%; }
  .thim-sc-product-carousel:not(.layout-3) .product-woo .product-image .thim-label {
    width: 84px;
    height: 84px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 84px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
    z-index: 2; }
    .thim-sc-product-carousel:not(.layout-3) .product-woo .product-image .thim-label:nth-child(2) {
      width: 71px;
      height: 71px;
      line-height: 71px;
      padding-top: 5px;
      background-color: rgba(37, 37, 37, 0.9);
      font-size: 18px;
      letter-spacing: 0.9px;
      margin: -23px 0 0;
      z-index: 1; }
  .thim-sc-product-carousel:not(.layout-3) .product-woo .product-image .add-to-cart {
    position: relative;
    left: auto;
    bottom: auto;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible; }
    .thim-sc-product-carousel:not(.layout-3) .product-woo .product-image .add-to-cart .button {
      font-size: 0;
      width: 40px;
      height: 40px;
      display: block;
      line-height: 38px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      padding: 0;
      color: #ccc;
      font-weight: normal;
      cursor: pointer;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .thim-sc-product-carousel:not(.layout-3) .product-woo .product-image .add-to-cart .button:hover {
        color: #fff; }
      .thim-sc-product-carousel:not(.layout-3) .product-woo .product-image .add-to-cart .button:before {
        line-height: 38px;
        font-size: 16px;
        display: inline-block;
        text-align: center;
        width: 100%; }
      .thim-sc-product-carousel:not(.layout-3) .product-woo .product-image .add-to-cart .button.added:before {
        font-size: 0; }
      .thim-sc-product-carousel:not(.layout-3) .product-woo .product-image .add-to-cart .button.added:after {
        display: inline-block;
        position: absolute;
        left: 0;
        width: 100%;
        font-size: 16px;
        margin: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
  .thim-sc-product-carousel:not(.layout-3) .product-woo .product-image .actions {
    left: 0;
    top: auto;
    bottom: 10px;
    width: 100%; }
    .thim-sc-product-carousel:not(.layout-3) .product-woo .product-image .actions .add-to-links {
      float: none; }
      .thim-sc-product-carousel:not(.layout-3) .product-woo .product-image .actions .add-to-links > div {
        margin: 0 5px !important; }
        .thim-sc-product-carousel:not(.layout-3) .product-woo .product-image .actions .add-to-links > div.add-to-cart {
          -webkit-transition-delay: 0.6s;
          -khtml-transition-delay: 0.6s;
          -moz-transition-delay: 0.6s;
          -ms-transition-delay: 0.6s;
          -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
          display: inline-block;
          width: auto;
          clear: inherit; }
  .thim-sc-product-carousel:not(.layout-3) .product-woo .text-block {
    text-align: center;
    padding: 20px; }
  .thim-sc-product-carousel:not(.layout-3) .product-woo .product-name {
    font-weight: 500;
    letter-spacing: 1px; }
    .thim-sc-product-carousel:not(.layout-3) .product-woo .product-name a {
      font-size: 20px; }
  .thim-sc-product-carousel:not(.layout-3) .product-woo .price-box {
    display: inline-block; }
    .thim-sc-product-carousel:not(.layout-3) .product-woo .price-box .amount {
      font-weight: normal; }
  .thim-sc-product-carousel:not(.layout-3) .product-woo .ratings .star-rating {
    font-size: 16px;
    width: 76px; }
    .thim-sc-product-carousel:not(.layout-3) .product-woo .ratings .star-rating:before {
      font-size: 16px;
      letter-spacing: 3px; }
    .thim-sc-product-carousel:not(.layout-3) .product-woo .ratings .star-rating span:before {
      font-size: 16px !important;
      letter-spacing: 3px; }

.thim-sc-product-carousel .owl-carousel .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  pointer-events: none; }
  .thim-sc-product-carousel .owl-carousel .owl-nav [class*='owl-'] {
    font-size: 60px;
    font-weight: normal;
    letter-spacing: 2.4px;
    color: #d7d7d7;
    pointer-events: all;
    cursor: pointer;
    float: left;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: translate(-100%, 0%);
    -moz-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%); }
  .thim-sc-product-carousel .owl-carousel .owl-nav .owl-next {
    float: right;
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    -o-transform: translate(100%, 0%); }

.thim-sc-product-carousel .owl-carousel:hover .owl-nav [class*='owl-'] {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.thim-sc-product-carousel .button-wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 40px; }
  .thim-sc-product-carousel .button-wrapper a {
    height: 56px;
    line-height: 56px;
    text-align: center;
    padding: 0 68px;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.9px;
    color: #ffffff;
    background-image: url(../images/bg-button.png);
    background-repeat: no-repeat;
    background-size: cover; }

.thim-sc-product-carousel.layout-2 .product-woo .product-name {
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: 0.4px;
  margin: 0; }
  .thim-sc-product-carousel.layout-2 .product-woo .product-name a {
    font-size: 22px;
    text-transform: uppercase; }

.thim-sc-product-carousel.layout-2 .product-woo .text-block {
  padding: 17px; }

.thim-sc-product-carousel.layout-2 .product-woo .ratings {
  margin-top: 8px;
  margin-bottom: 11px; }

.thim-sc-product-carousel.layout-2 .product-woo .price-box {
  line-height: 24px; }
  .thim-sc-product-carousel.layout-2 .product-woo .price-box .amount {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.3px; }
  .thim-sc-product-carousel.layout-2 .product-woo .price-box ins {
    float: right;
    margin-right: 0; }
  .thim-sc-product-carousel.layout-2 .product-woo .price-box del {
    margin-right: 8px; }
    .thim-sc-product-carousel.layout-2 .product-woo .price-box del .amount {
      font-weight: normal;
      color: #ccc; }

.thim-sc-product-carousel.layout-3 .product-woo {
  border: solid 1px #f8f8f8; }
  .thim-sc-product-carousel.layout-3 .product-woo .product-image .add-to-cart .button {
    font-weight: 500;
    letter-spacing: 1px; }
    .thim-sc-product-carousel.layout-3 .product-woo .product-image .add-to-cart .button:before {
      display: none; }
  .thim-sc-product-carousel.layout-3 .product-woo .text-block {
    padding: 35px 20px 20px; }
  .thim-sc-product-carousel.layout-3 .product-woo .price-box {
    line-height: normal; }
    .thim-sc-product-carousel.layout-3 .product-woo .price-box .amount {
      font-size: 16px; }
    .thim-sc-product-carousel.layout-3 .product-woo .price-box del .amount {
      font-size: 14px; }
  .thim-sc-product-carousel.layout-3 .product-woo .ratings {
    margin-bottom: 6px; }
    .thim-sc-product-carousel.layout-3 .product-woo .ratings .star-rating {
      font-size: 16px;
      width: 76px; }
      .thim-sc-product-carousel.layout-3 .product-woo .ratings .star-rating:before {
        font-size: 16px;
        letter-spacing: 3px; }
      .thim-sc-product-carousel.layout-3 .product-woo .ratings .star-rating span:before {
        font-size: 16px !important;
        letter-spacing: 3px; }
