/*** COLORS ***/
/*** ALERT ***/
/*** ORDER ***/
/*** MENU ***/
/*** FONTS ***/
/*** BORDER / BOX / TABLE ***/
/*** MIXINS ***/
/*** TOOLS ***/
.clear {
  clear: both; }

.img-center {
  display: block;
  margin: 0 auto; }

.block-center {
  float: none !important;
  display: block;
  margin: 0 auto; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

@media (max-width: 479px) {
  .col-xxs {
    width: 100%;
    margin: 0;
    padding: 0 15px; }

  .hidden-xxs {
    display: none !important; }

  .visible-xxs {
    display: block !important; } }
/*******************************************************
Product list Styles
********************************************************/
.product-list-slider {
  padding: 10px 0;
  margin: 0 -15px;
  position: relative; }
  .product-list-slider.mobile {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
    cursor: grab;
    cursor: -webkit-grab;
    margin: 0 -15px 0 0;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch; }
    .product-list-slider.mobile .ajax_block_product {
      display: inline-block;
      vertical-align: top;
      padding: 0 15px 0 0;
      width: 38% !important;
      float: none !important;
      margin-top: 0 !important;
      clear: none !important; }
      .product-list-slider.mobile .ajax_block_product .product-container {
        display: block; }
    @media (max-width: 767px) {
      .product-list-slider.mobile .ajax_block_product {
        width: 38% !important; } }
    @media (max-width: 479px) {
      .product-list-slider.mobile .ajax_block_product {
        width: 65% !important; } }
  .product-list-slider .ajax_block_product {
    clear: none !important; }
  .product-list-slider .slick-prev,
  .product-list-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 9;
    top: 43%;
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
    .product-list-slider .slick-prev:hover,
    .product-list-slider .slick-next:hover {
      background: white; }
    .product-list-slider .slick-prev.slick-disabled,
    .product-list-slider .slick-next.slick-disabled {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }
  .product-list-slider .slick-prev {
    left: -30px; }
    .product-list-slider .slick-prev:before {
      content: '';
      display: block;
      width: 40px;
      height: 40px;
      background: transparent url("../img/design/arrow-left.svg") center center no-repeat;
      background-size: 14px 23px; }
  .product-list-slider .slick-next {
    right: -30px; }
    .product-list-slider .slick-next:before {
      content: '';
      display: block;
      width: 40px;
      height: 40px;
      background: transparent url("../img/design/arrow-right.svg") center center no-repeat;
      background-size: 14px 23px; }
  @media (max-width: 1459px) {
    .product-list-slider .slick-prev {
      left: -10px; }
    .product-list-slider .slick-next {
      right: -10px; } }
  @media (max-width: 767px) {
    .product-list-slider {
      padding: 0; }
      .product-list-slider .slick-prev,
      .product-list-slider .slick-next {
        width: 30px;
        height: 30px; }
      .product-list-slider .slick-prev {
        left: 0; }
        .product-list-slider .slick-prev:before {
          width: 30px;
          height: 30px; }
      .product-list-slider .slick-next {
        right: 0; }
        .product-list-slider .slick-next:before {
          width: 30px;
          height: 30px; } }

ul.product_list .availability {
  margin-top: 5px;
  margin-bottom: 0; }
  ul.product_list .availability span {
    display: inline-block;
    color: #fff; }
ul.product_list .color-list-container {
  margin: 10px 0 5px 0; }
  ul.product_list .color-list-container ul li {
    display: inline-block;
    border: 1px solid #dddddd;
    width: 26px;
    height: 26px; }
    ul.product_list .color-list-container ul li a {
      display: block;
      width: 22px;
      height: 22px;
      margin: 1px; }
      ul.product_list .color-list-container ul li a img {
        display: block;
        width: 22px;
        height: 22px; }
ul.product_list .comments_note {
  text-align: left;
  overflow: hidden; }
  ul.product_list .comments_note .star_content {
    float: left; }
  ul.product_list .comments_note .nb-comments {
    overflow: hidden;
    font-style: italic; }
ul.product_list .functional-buttons div a, ul.product_list .functional-buttons div label {
  cursor: pointer; }
  ul.product_list .functional-buttons div a:hover, ul.product_list .functional-buttons div label:hover {
    color: #000; }
ul.product_list .functional-buttons div.wishlist {
  border-right: 1px solid #e3e3e3; }
  ul.product_list .functional-buttons div.wishlist a:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f08a";
    margin-right: 3px;
    padding: 0 3px; }
  ul.product_list .functional-buttons div.wishlist a.checked:before {
    content: "\f004"; }
  @media (min-width: 992px) and (max-width: 1199px) {
    ul.product_list .functional-buttons div.wishlist {
      border-right: 0; }
      ul.product_list .functional-buttons div.wishlist a:before {
        display: none; } }
  @media (min-width: 480px) and (max-width: 767px) {
    ul.product_list .functional-buttons div.wishlist {
      border-right: 0; }
      ul.product_list .functional-buttons div.wishlist a:before {
        display: none; } }
ul.product_list .functional-buttons div.compare a:before {
  content: "\f067";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 3px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    ul.product_list .functional-buttons div.compare a:before {
      display: none; } }
  @media (min-width: 480px) and (max-width: 767px) {
    ul.product_list .functional-buttons div.compare a:before {
      display: none; } }
ul.product_list .functional-buttons div.compare a.checked:before {
  content: "\f068"; }

/*******************************************************
Product list(Grid) Styles
********************************************************/
@media (min-width: 480px) and (max-width: 767px) {
  ul.product_list.grid.product_list_col li.ajax_block_product {
    width: 50%;
    float: left; } }
@media (min-width: 992px) {
  ul.product_list.grid.product_list_col li.ajax_block_product:nth-child(3n+1) {
    clear: both; } }
@media (min-width: 768px) and (max-width: 991px) {
  ul.product_list.grid.product_list_col li.ajax_block_product:nth-child(3n+1) {
    clear: both; } }
@media (max-width: 767px) {
  ul.product_list.grid.product_list_col li.ajax_block_product:nth-child(2n+1) {
    clear: both; } }
@media (max-width: 479px) {
  ul.product_list.grid:not(.product_list_col) {
    margin-left: -5px;
    margin-right: -5px; } }
@media (min-width: 480px) and (max-width: 767px) {
  ul.product_list.grid:not(.product_list_col) li.ajax_block_product {
    width: 50%;
    float: left; } }
@media (min-width: 992px) {
  ul.product_list.grid:not(.product_list_col) li.ajax_block_product:nth-child(4n+1) {
    clear: both; } }
@media (min-width: 768px) and (max-width: 991px) {
  ul.product_list.grid:not(.product_list_col) li.ajax_block_product:nth-child(3n+1) {
    clear: both; } }
@media (max-width: 767px) {
  ul.product_list.grid:not(.product_list_col) li.ajax_block_product:nth-child(2n+1) {
    clear: both; } }
ul.product_list.grid li.ajax_block_product {
  margin-bottom: 15px;
  padding-bottom: 20px;
  text-align: center; }
  @media (max-width: 767px) {
    ul.product_list.grid li.ajax_block_product {
      margin-bottom: 0; } }
  @media (max-width: 479px) {
    ul.product_list.grid li.ajax_block_product {
      padding: 0 5px 10px; } }
  ul.product_list.grid li.ajax_block_product .product-container {
    background: #fff;
    padding: 0;
    position: relative;
    border: 1px solid #d9ceb7; }
    ul.product_list.grid li.ajax_block_product .product-container:hover .button-container {
      margin: 5px 0 0;
      visibility: visible;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    ul.product_list.grid li.ajax_block_product .product-container .product-image-container {
      margin-bottom: 15px;
      position: relative; }
      ul.product_list.grid li.ajax_block_product .product-container .product-image-container img {
        margin: 0 auto; }
    ul.product_list.grid li.ajax_block_product .product-container .right-block {
      white-space: normal; }
    ul.product_list.grid li.ajax_block_product .product-container .product-name-wrapper {
      display: block;
      font-family: "Barlow", sans-serif;
      margin: 0 0 10px 0;
      padding: 0 10px;
      min-height: 40px; }
      ul.product_list.grid li.ajax_block_product .product-container .product-name-wrapper .product-name {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2em;
        color: #000; }
      @media (max-width: 1459px) {
        ul.product_list.grid li.ajax_block_product .product-container .product-name-wrapper {
          min-height: 60px; } }
      @media (max-width: 767px) {
        ul.product_list.grid li.ajax_block_product .product-container .product-name-wrapper {
          padding: 0 5px;
          min-height: 80px; } }
    @media (min-width: 1200px) {
      ul.product_list.grid li.ajax_block_product .product-container .comments_note {
        display: none; } }
    ul.product_list.grid li.ajax_block_product .product-container .comments_note .star_content {
      margin: 0 3px 12px 59px; }
    ul.product_list.grid li.ajax_block_product .product-container .product-desc {
      display: none; }
    ul.product_list.grid li.ajax_block_product .product-container .content_price {
      padding-bottom: 10px;
      line-height: 18px;
      font-size: 18px; }
      ul.product_list.grid li.ajax_block_product .product-container .content_price .old-price,
      ul.product_list.grid li.ajax_block_product .product-container .content_price .price,
      ul.product_list.grid li.ajax_block_product .product-container .content_price .price-percent-reduction {
        display: inline-block;
        line-height: 18px;
        vertical-align: baseline; }
      ul.product_list.grid li.ajax_block_product .product-container .content_price .price {
        font-size: 16px;
        white-space: normal;
        color: #da4800; }
        ul.product_list.grid li.ajax_block_product .product-container .content_price .price .price-ht {
          font-size: 12px; }
          ul.product_list.grid li.ajax_block_product .product-container .content_price .price .price-ht .label-ht {
            font-size: 12px; }
      ul.product_list.grid li.ajax_block_product .product-container .content_price .old-price {
        font-size: 14px;
        margin: 0 5px; }
      ul.product_list.grid li.ajax_block_product .product-container .content_price .price-percent-reduction {
        font-size: 14px;
        background: #da4800; }
    ul.product_list.grid li.ajax_block_product .product-container .button-container {
      margin: 5px 0 0;
      visibility: hidden;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      transition: all 0.45s;
      -webkit-transition: all 0.45s;
      -moz-transition: all 0.45s;
      -o-transition: all 0.45s;
      -ms-transition: all 0.45s; }
    ul.product_list.grid li.ajax_block_product .product-container .product-flags {
      display: none; }
    ul.product_list.grid li.ajax_block_product .product-container .functional-buttons {
      display: none; }
      ul.product_list.grid li.ajax_block_product .product-container .functional-buttons div {
        width: 50%;
        float: left;
        padding: 5px 0 5px 0; }

@media (min-width: 1200px) {
  #blockpack ul > li.last-line {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0; } }
@media (min-width: 480px) and (max-width: 767px) {
  #blockpack ul > li.first-item-of-tablet-line {
    clear: none; }
  #blockpack ul > li.first-item-of-mobile-line {
    clear: left; } }

/*******************************************************
Product list(Index page) Styles
********************************************************/
#index ul.product_list.tab-pane > li {
  padding-bottom: 10px;
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    #index ul.product_list.tab-pane > li {
      padding-bottom: 85px;
      margin-bottom: 0; } }
  #index ul.product_list.tab-pane > li .availability {
    display: none; }
  @media (min-width: 1200px) {
    #index ul.product_list.tab-pane > li.last-line {
      border: none;
      padding-bottom: 0;
      margin-bottom: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    #index ul.product_list.tab-pane > li.first-item-of-tablet-line {
      clear: none; }
    #index ul.product_list.tab-pane > li.first-item-of-mobile-line {
      clear: left; } }

.ajax_add_to_cart_button {
  text-decoration: none;
}