#columns {
  padding-bottom: 0; }

.tab-list {
  margin-top: 20px; }

#tmlookbooks .thumbnail {
  border: none;
  padding: 0;
  position: relative; }
  #tmlookbooks .thumbnail .caption {
    background: #333333;
    color: #fff;
    position: absolute;
    max-width: 150px;
    border: 1px solid #383839;
    border-left: 0;
    left: 0;
    bottom: 0;
    padding: 0 14px; }
    @media (min-width: 768px) {
      #tmlookbooks .thumbnail .caption {
        max-width: 220px;
        padding: 9px 25px;
        top: 14.9%;
        bottom: auto; } }
    @media (min-width: 992px) {
      #tmlookbooks .thumbnail .caption {
        max-width: 307px; } }
    #tmlookbooks .thumbnail .caption .name {
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 400;
      margin: 9px 0px; }
      @media (min-width: 768px) {
        #tmlookbooks .thumbnail .caption .name {
          font-size: 22px; } }
      @media (min-width: 992px) {
        #tmlookbooks .thumbnail .caption .name {
          font-size: 30px; } }
    #tmlookbooks .thumbnail .caption .description {
      display: none; }
    @media (max-width: 991px) {
      #tmlookbooks .thumbnail .caption p {
        display: none; } }
  #tmlookbooks .thumbnail + .thumbnail {
    margin-top: 50px; }

.hotSpotWrap {
  position: relative;
  width: 100%; }
  .hotSpotWrap > img {
    width: 100%; }
  @media (max-width: 479px) {
    .hotSpotWrap {
      min-height: 442px; }
      .hotSpotWrap > img {
        position: absolute;
        top: 0;
        left: 0;
        -moz-transform: translate(-11%, 0);
        -ms-transform: translate(-11%, 0);
        -o-transform: translate(-11%, 0);
        -webkit-transform: translate(-11%, 0);
        transform: translate(-11%, 0);
        height: 100%;
        width: auto;
        max-width: none; } }
  .hotSpotWrap .point {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    z-index: 2; }
    @media (max-width: 479px) {
      .hotSpotWrap .point {
        display: none; } }
    .hotSpotWrap .point:before {
      display: block;
      font-family: "Linearicons";
      content: "\e92a";
      display: inline-block;
      font-weight: normal;
      font-style: normal;
      font-size: 18px;
      position: absolute;
      left: 9px;
      top: 9px;
      right: 9px;
      bottom: 9px;
      border-radius: 50%;
      background: #333333;
      border: 5px solid white;
      color: white;
      text-align: center;
      font-size: 0;
      line-height: 26px;
      -moz-transition: 0.2s all ease;
      -o-transition: 0.2s all ease;
      -webkit-transition: 0.2s all ease;
      transition: 0.2s all ease; }
    .hotSpotWrap .point:hover:before, .hotSpotWrap .point.active:before {
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
    .hotSpotWrap .point.active {
      z-index: 4; }
      .hotSpotWrap .point.active:before {
        font-size: 18px; }
      .hotSpotWrap .point.active:hover:before {
        color: #fe8080; }
  .hotSpotWrap .popover {
    border-radius: 0;
    z-index: 3;
    width: 230px;
    max-width: none;
    transform-origin: top left;
    animation: scaleIn 0.3s ease-in-out 0s normal none 1;
    -webkit-animation: scaleIn 0.3s ease-in-out 0s normal none 1;
    -moz-box-shadow: 3px 4px 43px 0px rgba(0, 0, 0, 0.11);
    -webkit-box-shadow: 3px 4px 43px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 3px 4px 43px 0px rgba(0, 0, 0, 0.11);
    padding: 0;
    border: none;
    font: normal 18px/1.44 "PT Sans", sans-serif;
    margin: 0; }
    @media (min-width: 768px) {
      .hotSpotWrap .popover {
        width: 280px; } }
    @media (min-width: 1550px) {
      .hotSpotWrap .popover {
        width: 337px; } }
    .hotSpotWrap .popover .arrow {
      display: none; }
    .hotSpotWrap .popover .popover-content {
      padding: 10px;
      overflow: hidden; }
      @media (min-width: 768px) {
        .hotSpotWrap .popover .popover-content {
          padding: 15px 22px 20px; } }
      @media (min-width: 1550px) {
        .hotSpotWrap .popover .popover-content {
          padding: 33px 40px 40px; } }
      .hotSpotWrap .popover .popover-content .product-container {
        overflow: hidden;
        *zoom: 1; }
        .hotSpotWrap .popover .popover-content .product-container h5 {
          display: inline-block;
          margin-bottom: 7px;
          margin-top: 0; }
        .hotSpotWrap .popover .popover-content .product-container .content_price .price, .hotSpotWrap .popover .popover-content .product-container .content_price .old-price, .hotSpotWrap .popover .popover-content .product-container .content_price .price-percent-reduction {
          font-size: 16px;
          font-weight: 400;
          letter-spacing: 0; }
        .hotSpotWrap .popover .popover-content .product-container .product-name {
          line-height: 23px; }
        .hotSpotWrap .popover .popover-content .product-container .functional-buttons, .hotSpotWrap .popover .popover-content .product-container .daydeal-box, .hotSpotWrap .popover .popover-content .product-container .hook-reviews, .hotSpotWrap .popover .popover-content .product-container .button-container {
          display: none; }
        .hotSpotWrap .popover .popover-content .product-container .left-block {
          float: left;
          width: 26%;
          padding-top: 7px; }
          .hotSpotWrap .popover .popover-content .product-container .left-block .new-box, .hotSpotWrap .popover .popover-content .product-container .left-block .sale-box {
            display: none; }
          .hotSpotWrap .popover .popover-content .product-container .left-block .product_img_link {
            display: block;
            position: relative;
            background: #f2f1f6; }
        .hotSpotWrap .popover .popover-content .product-container .right-block {
          float: left;
          width: 74%;
          padding-left: 18px; }
        .hotSpotWrap .popover .popover-content .product-container .product_link {
          width: 100%;
          margin-top: 20px; }
  .hotSpotWrap .spot-wrap {
    margin-top: -18px;
    margin-left: -18px; }
    .hotSpotWrap .spot-wrap .popover {
      left: 18px !important;
      top: 18px !important; }
    .hotSpotWrap .spot-wrap.left .popover {
      left: auto !important;
      right: 18px !important;
      transform-origin: top right; }

.tm-lookbook-block {
  clear: both; }
  .tm-lookbook-block .caption {
    color: #333333; }
    @media (max-width: 479px) {
      .tm-lookbook-block .caption {
        margin-bottom: 28px; } }
    @media (min-width: 480px) {
      .tm-lookbook-block .caption {
        position: absolute;
        top: 4%;
        left: 6%;
        max-width: 170px;
        z-index: 1;
        margin-right: 15px; } }
    @media (min-width: 768px) {
      .tm-lookbook-block .caption {
        max-width: 49%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .tm-lookbook-block .caption {
        max-width: 40%; } }
    .tm-lookbook-block .caption h3 {
      font: bold 20px/1.3 "PT Sans", sans-serif;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #333333;
      margin: 0; }
    .tm-lookbook-block .caption * + p {
      margin-top: 12px; }
  .tm-lookbook-block ul.tm-lookbook-slider {
    margin: 0; }
    .tm-lookbook-block ul.tm-lookbook-slider > li {
      width: auto !important; }
      @media (min-width: 992px) {
        .tm-lookbook-block ul.tm-lookbook-slider > li {
          margin-left: 0;
          margin-right: 0; }
          .tm-lookbook-block ul.tm-lookbook-slider > li .row {
            margin-left: 0;
            margin-right: 0; }
          .tm-lookbook-block ul.tm-lookbook-slider > li [class*='col-'] {
            padding-left: 0;
            padding-right: 0; }
          .tm-lookbook-block ul.tm-lookbook-slider > li > div:first-child {
            padding-right: 1.286%; }
          .tm-lookbook-block ul.tm-lookbook-slider > li > div:last-child {
            padding-left: 1.286%; }
            .tm-lookbook-block ul.tm-lookbook-slider > li > div:last-child .product_list > li {
              margin-top: 5.278%; }
              .tm-lookbook-block ul.tm-lookbook-slider > li > div:last-child .product_list > li:first-child, .tm-lookbook-block ul.tm-lookbook-slider > li > div:last-child .product_list > li:nth-child(2) {
                margin-top: 0; }
              .tm-lookbook-block ul.tm-lookbook-slider > li > div:last-child .product_list > li:nth-child(odd) {
                padding-right: 2.639%; }
              .tm-lookbook-block ul.tm-lookbook-slider > li > div:last-child .product_list > li:nth-child(even) {
                padding-left: 2.639%; } }
    .tm-lookbook-block ul.tm-lookbook-slider .product_list {
      overflow: hidden;
      *zoom: 1;
      clear: both; }
      @media (max-width: 1199px) {
        .tm-lookbook-block ul.tm-lookbook-slider .product_list > li {
          margin-top: 30px; } }
      .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container {
        position: relative;
        text-align: center; }
        .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container h5 {
          margin-top: 0;
          margin-bottom: 2px; }
        .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(255, 255, 255, 0.95);
          z-index: 1;
          opacity: 0;
          -moz-transition: 0.5s all ease;
          -o-transition: 0.5s all ease;
          -webkit-transition: 0.5s all ease;
          transition: 0.5s all ease; }
        .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .hook-reviews .comments_note {
          display: inline-block; }
        .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .hook-reviews .nb-comments {
          display: none; }
        @media (max-width: 479px) {
          .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .hook-reviews {
            display: none; } }
        .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .daydeal-box {
          display: none; }
        .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .right-block {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          z-index: 1;
          opacity: 0;
          -moz-transform: translateY(-50%) scale(0);
          -ms-transform: translateY(-50%) scale(0);
          -o-transform: translateY(-50%) scale(0);
          -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
          -moz-transition: 0.3s all ease;
          -o-transition: 0.3s all ease;
          -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -ms-backface-visibility: hidden; }
          .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .right-block:before {
            display: none; }
        .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container {
          position: static;
          opacity: 1;
          -moz-transform: scaleY(1);
          -ms-transform: scaleY(1);
          -o-transform: scaleY(1);
          -webkit-transform: scaleY(1);
          transform: scaleY(1);
          margin-top: 5px; }
          @media (min-width: 480px) {
            .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container {
              margin-top: 20px; } }
          .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .ajax_add_to_cart_button, .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .customize {
            display: inline-block;
            position: relative;
            font-size: 18px;
            width: 37px;
            height: 37px;
            border-radius: 50%;
            color: #333333;
            text-align: center;
            vertical-align: top; }
            .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .ajax_add_to_cart_button:before, .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .customize:before {
              position: relative;
              font-family: "Linearicons";
              display: inline-block;
              font-weight: normal;
              font-style: normal;
              font-size: 18px;
              line-height: 37px;
              z-index: 1; }
            .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .ajax_add_to_cart_button:after, .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .customize:after {
              display: block;
              content: '';
              position: absolute;
              top: 50%;
              left: 50%;
              right: 50%;
              bottom: 50%;
              border-radius: 50%;
              opacity: 0;
              background: #333333;
              -moz-transition: 0.3s all ease;
              -o-transition: 0.3s all ease;
              -webkit-transition: 0.3s all ease;
              transition: 0.3s all ease; }
            .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .ajax_add_to_cart_button:hover, .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .customize:hover {
              color: white; }
              .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .ajax_add_to_cart_button:hover:after, .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .customize:hover:after {
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                opacity: 1; }
            .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .ajax_add_to_cart_button span, .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .customize span {
              display: none; }
          .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .ajax_add_to_cart_button:before {
            content: '\e74e'; }
          .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .customize:before {
            content: '\e62b'; }
          @media (min-width: 768px) and (max-width: 1619px), (max-width: 479px) {
            .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container * + * {
              margin-left: 0; }
            .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .ajax_add_to_cart_button, .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .customize, .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .wishlist a, .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .add_to_compare, .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .quick-view {
              width: 32px;
              height: 32px; }
              .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .ajax_add_to_cart_button:before, .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .customize:before, .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .wishlist a:before, .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .add_to_compare:before, .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .button-container .quick-view:before {
                line-height: 32px; } }
        .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container .product_link {
          display: none; }
        .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container:hover:before {
          opacity: 1; }
        .tm-lookbook-block ul.tm-lookbook-slider .product_list .product-container:hover .right-block {
          opacity: 1;
          -moz-transform: translateY(-50%) scale(1);
          -ms-transform: translateY(-50%) scale(1);
          -o-transform: translateY(-50%) scale(1);
          -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1); }
  @media (min-width: 480px) {
    .tm-lookbook-block .bx-wrapper .bx-viewport {
      overflow: visible !important; } }
  .tm-lookbook-block .bx-wrapper .lookbook-controls {
    position: absolute;
    right: 0;
    bottom: 0;
    background: white;
    line-height: 0;
    z-index: 2; }
    .tm-lookbook-block .bx-wrapper .lookbook-controls > span {
      display: block;
      float: left; }
    .tm-lookbook-block .bx-wrapper .lookbook-controls a {
      display: inline-block;
      position: static;
      outline: 0;
      margin: 15px 0 17px;
      z-index: 999;
      width: 28px;
      height: 28px;
      text-align: center; }
      @media (min-width: 1200px) {
        .tm-lookbook-block .bx-wrapper .lookbook-controls a {
          margin-right: 30px;
          margin-left: 30px; } }
      .tm-lookbook-block .bx-wrapper .lookbook-controls a:before {
        font-family: "Linearicons";
        content: "\e93b";
        display: inline-block;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        line-height: 28px; }
      .tm-lookbook-block .bx-wrapper .lookbook-controls a.bx-prev {
        margin-right: 0; }
      .tm-lookbook-block .bx-wrapper .lookbook-controls a.bx-next {
        margin-left: 0; }
        .tm-lookbook-block .bx-wrapper .lookbook-controls a.bx-next:before {
          content: '\e93c'; }
      .tm-lookbook-block .bx-wrapper .lookbook-controls a:hover {
        color: #333333; }
        .tm-lookbook-block .bx-wrapper .lookbook-controls a:hover:before {
          -moz-transform: scale(1.5, 1.5);
          -ms-transform: scale(1.5, 1.5);
          -o-transform: scale(1.5, 1.5);
          -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5); }
      .tm-lookbook-block .bx-wrapper .lookbook-controls a.disabled {
        display: none; }
    .tm-lookbook-block .bx-wrapper .lookbook-controls:hover a.bx-next:after {
      top: 0;
      bottom: 0; }

#index .tm-lookbook-block {
  margin-top: 30px; }
  @media (min-width: 768px) {
    #index .tm-lookbook-block {
      margin-top: 60px; } }

@media (min-width: 992px) {
  div:not(.bx-viewport) > .tm-lookbook-slider > li:nth-child(even) > div:first-child {
    float: right; }
  div:not(.bx-viewport) > .tm-lookbook-slider > li:nth-child(even) > div:first-child {
    padding-left: 1.286%;
    padding-right: 0; }
  div:not(.bx-viewport) > .tm-lookbook-slider > li:nth-child(even) > div:last-child {
    padding-right: 1.286%;
    padding-left: 0; } }
  @media (min-width: 992px) and (min-width: 480px) {
    div:not(.bx-viewport) > .tm-lookbook-slider > li:nth-child(even) > div:first-child .caption {
      left: 8.4%; } }
div:not(.bx-viewport) > .tm-lookbook-slider > li + li {
  margin-top: 60px; }

.tab-list {
  margin-bottom: 20px; }
  .tab-list > * {
    width: 25%;
    display: block;
    float: left;
    padding: 3px; }
    .tab-list > * a {
      display: block;
      max-height: 144px;
      overflow: hidden; }
      .tab-list > * a.active {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        border: 6px solid #fff;
        display: block; }

.lookbook-default .tab-list {
  margin-top: 0;
  margin-bottom: 40px; }
  .lookbook-default .tab-list > * {
    width: 20%;
    display: block;
    float: left;
    padding: 0px 3px; }
    .lookbook-default .tab-list > * a {
      display: block;
      max-height: 180px;
      overflow: hidden; }
      .lookbook-default .tab-list > * a.active {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
        border: 6px solid #fff;
        display: block; }

.product-lookbooks label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em; }
.product-lookbooks ul {
  display: inline-block; }
  .product-lookbooks ul li {
    margin-left: 0px;
    display: inline-block; }
    .product-lookbooks ul li a {
      color: #888888;
      display: inline-block;
      font-weight: 300;
      line-height: 18px;
      text-transform: capitalize; }
      .product-lookbooks ul li a:hover {
        text-decoration: underline; }

@-webkit-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
