/*** 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; } }
/*** FLEX ***/
/*** STRUCTURE ***/
.primary_block .pb-left-column img {
  max-width: 100%;
  height: auto; }
@media (max-width: 479px) {
  .primary_block {
    padding-top: 10px; } }

/*** LEFT PRODUCT ***/
#product_left {
 /* #views_block {
    position: absolute;
    display: block;
    cursor: pointer;
    border: none;
    width: 90px;
    height: 454px;
    top: 0;
    left: 15px;
    z-index: 5;
    padding: 0;
    @media (max-width: $screen-md-max) {
      width: 75px;
      height: 376px;
    }
    @media (max-width: $screen-sm-max) {
      width: 60px;
      height: 288px;
    }
    @media (max-width: $screen-xs - 1) {
      display: none; 
    }
    #thumbs_list {
      width: 100%;

      li {
        margin: 0 0 10px;
        &.slick-current{
          @include opacity(0.5);
        }
        a {
          display: block;
          border: 1px solid #eaeaea;
          @include animate-hover(0.3s);

          &:hover, &.shown {
            @include opacity(0.6);
          }
          &:focus {
            outline: none;
          }
        }

        img {
          width: 100%;
          height: auto;
          @include box-sizing(border-box);
        }
      }
    }

    .slick-prev,
    .slick-next {
      position: absolute;
      left: 50%;
      margin-left: -10px;
      padding: 0;
      height: 20px;
      width: 20px;
      line-height: 15px;
      text-align: center;
      font-size: 0;
      overflow: hidden;
      border: none;
      color: $black;
      background: $white;
      z-index: 9;
      @include animate-hover(0.3s);

      &:hover {
        color: $custom-color;
      }

      &.slick-disabled{
        @include opacity(0.5);
      }

      &:before {
        content: '';
        padding: 0;
        display: inline-block;
        vertical-align: middle;
      }
    }

    .slick-next {
      bottom: -10px;

      &:before {
        content: "\f107";
        font-family: $font-icon;
        font-size: 30px;
        line-height: 20px;
      }
    }

    .slick-prev {
      top: -20px;

      &:before {
        content: "\f106";
        font-family: $font-icon;
        font-size: 30px;
        line-height: 20px;
      }
    }
  }*/ }
  @media (max-width: 991px) {
    #product_left {
      float: none;
      margin: 0 auto; } }
  #product_left #image_block_wrapper {
    padding-left: 120px; }
    @media (max-width: 1199px) {
      #product_left #image_block_wrapper {
        padding-left: 90px; } }
    @media (max-width: 991px) {
      #product_left #image_block_wrapper {
        padding-left: 75px;
        margin-bottom: 30px; } }
    @media (max-width: 479px) {
      #product_left #image_block_wrapper {
        padding-left: 50px; } }
  #product_left #image-block {
    position: relative;
    display: block;
    cursor: pointer;
    background: #fff;
    margin-bottom: 10px; }
    @media (max-width: 479px) {
      #product_left #image-block {
        margin-bottom: 25px; } }
    #product_left #image-block img {
      background: #fff;
      width: 100%;
      height: auto; }
    @media (max-width: 479px) {
      #product_left #image-block #view_full_size .slick-dots {
        margin-top: 10px;
        text-align: center; }
        #product_left #image-block #view_full_size .slick-dots li {
          display: inline-block;
          margin: 0;
          vertical-align: middle; }
          #product_left #image-block #view_full_size .slick-dots li.slick-active button {
            background: #da4800;
            border-color: #da4800 !important; }
            #product_left #image-block #view_full_size .slick-dots li.slick-active button:hover {
              background: #da4800 !important; }
          #product_left #image-block #view_full_size .slick-dots li button {
            margin: 0 3px;
            padding: 0;
            width: 10px !important;
            height: 10px;
            border: 1px solid #000 !important;
            background: #fff;
            font-size: 0;
            border-radius: 100%; } }
    #product_left #image-block #view_full_size .span_link {
      position: absolute;
      bottom: 20px;
      left: 50%;
      margin-left: -75px;
      display: block;
      padding: 8px 0;
      font-size: 12px;
      font-weight: 600;
      text-align: center;
      line-height: 22px;
      text-transform: uppercase;
      color: #808080;
      width: 150px;
      background: rgba(255, 255, 255, 0.6);
      -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
      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_left #image-block #view_full_size .span_link:after {
        font-family: "FontAwesome";
        color: #000;
        font-size: 15px;
        line-height: 22px;
        content: "\f00e";
        font-weight: normal;
        margin: 0 0 0 4px; }
      #product_left #image-block #view_full_size .span_link:hover {
        color: #000;
        -moz-box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 4px 10px 20px rgba(0, 0, 0, 0.1); }
    #product_left #image-block a.jqzoom {
      display: none; }
      #product_left #image-block a.jqzoom.active-filter {
        display: block; }
      #product_left #image-block a.jqzoom div div img {
        width: auto;
        max-width: 10000px; }
      #product_left #image-block a.jqzoom div div .zoomWrapper {
        border: none; }
    #product_left #image-block .zoomPad {
      z-index: auto !important; }
  #product_left #views_block {
    position: absolute;
    display: block;
    cursor: pointer;
    border: none;
    width: 90px;
    height: 410px;
    top: 0;
    left: 15px;
    z-index: 5;
    padding: 0; }
    @media (max-width: 1199px) {
      #product_left #views_block {
        width: 75px;
        height: 336px; } }
    @media (max-width: 991px) {
      #product_left #views_block {
        width: 60px;
        height: 255px; } }
    @media (max-width: 479px) {
      #product_left #views_block {
        width: 46px;
        height: 200px; } }
    #product_left #views_block #thumbs_list {
      overflow: hidden;
      float: left;
      width: 100%;
      height: 100%; }
      #product_left #views_block #thumbs_list ul#thumbs_list_frame {
        margin-bottom: 0;
        list-style-type: none;
        padding-left: 0;
        overflow: hidden;
        width: 100% !important;
        height: auto; }
      #product_left #views_block #thumbs_list li {
        float: left;
        cursor: pointer;
        margin-bottom: 15px;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #eaeaea; }
        #product_left #views_block #thumbs_list li.last {
          margin-bottom: 0; }
        #product_left #views_block #thumbs_list li a {
          display: block;
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
          #product_left #views_block #thumbs_list li a:hover, #product_left #views_block #thumbs_list li a.shown {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
            opacity: 0.6; }
        #product_left #views_block #thumbs_list li img {
          width: 100%;
          height: 100%;
          border: none !important;
          padding-bottom: 0 !important;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
      @media (max-width: 1199px) {
        #product_left #views_block #thumbs_list li {
          margin-bottom: 12px; } }
      @media (max-width: 991px) {
        #product_left #views_block #thumbs_list li {
          margin-bottom: 5px; } }
    #product_left #views_block #view_scroll_left,
    #product_left #views_block #view_scroll_right {
      position: absolute;
      left: 50%;
      margin-top: 0;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      overflow: hidden;
      color: #000;
      background: transparent;
      z-index: 9;
      font-size: 18px;
      transform-origin: 50% 50%;
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      #product_left #views_block #view_scroll_left:hover:before,
      #product_left #views_block #view_scroll_right:hover:before {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5; }
      #product_left #views_block #view_scroll_left:before,
      #product_left #views_block #view_scroll_right:before {
        content: '';
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        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_left #views_block #view_scroll_right {
      bottom: -30px; }
      #product_left #views_block #view_scroll_right:before {
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 30px;
        line-height: 20px; }
    #product_left #views_block #view_scroll_left {
      top: -30px; }
      #product_left #views_block #view_scroll_left:before {
        content: "\f106";
        font-family: "FontAwesome";
        font-size: 30px;
        line-height: 20px; }
    @media (max-width: 991px) {
      #product_left #views_block #view_scroll_right {
        bottom: -25px;
        height: 25px;
        line-height: 25px; }
        #product_left #views_block #view_scroll_right:before {
          height: 25px;
          font-size: 22px; }
      #product_left #views_block #view_scroll_left {
        top: -25px;
        height: 25px;
        line-height: 25px; }
        #product_left #views_block #view_scroll_left:before {
          height: 25px;
          font-size: 22px; } }
  #product_left .resetimg {
    margin: 0 0 20px 0;
    padding-top: 0;
    text-align: center; }
    #product_left .resetimg #resetImages i {
      margin-right: 5px; }

/*** PRODUCT EXTRA LEFT ***/
/*** PRODUCT EXTRA RIGHT ***/
#product_extra_right {
  /*** LOYALTY ***/ }
  #product_extra_right #loyalty {
    margin-top: 10px;
    padding: 10px 0 10px 35px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    position: relative; }
    #product_extra_right #loyalty b {
      color: #000; }
    #product_extra_right #loyalty:before {
      content: "\f145";
      font-family: "FontAwesome";
      color: #da4800;
      font-size: 22px;
      line-height: 24px;
      position: absolute;
      left: 5px;
      top: 50%;
      margin-top: -12px; }

/*** RIGHT PRODUCT ***/
#product_right {
  margin-bottom: 15px;
  /*** BUY BLOCK ***/
  /*** ADD TO CART ***/
  /*** AVAILABILITY ***/
  /*** ATTRIBUTES BLOCK ***/ }
  @media (max-width: 991px) {
    #product_right {
      float: none;
      margin: 0 auto 15px; } }
  @media (max-width: 1199px) {
    #product_right {
      margin-bottom: 10px; } }
  #product_right .product-right-inner {
    padding: 45px 30px 35px;
    background: #f0ece1; }
    @media (max-width: 1459px) {
      #product_right .product-right-inner {
        padding: 35px 20px 25px; } }
    @media (max-width: 1199px) {
      #product_right .product-right-inner {
        padding: 15px; } }
  #product_right .online_only {
    font-weight: 600;
    font-size: 13px;
    color: #da4800;
    text-align: left;
    margin: 0 0 5px 0; }
    #product_right .online_only:before {
      content: '\f192';
      font-family: "FontAwesome";
      display: inline-block;
      margin-right: 5px;
      font-size: 15px;
      font-weight: normal; }
  #product_right .product-right-header {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff; }
    #product_right .product-right-header h1 {
      float: left;
      font-family: "Vidaloka", serif;
      margin: -5px 0 8px 0;
      padding: 0;
      width: calc(100% - 104px);
      font-size: 22px;
      line-height: 30px;
      color: #7f351a; }
      @media (max-width: 479px) {
        #product_right .product-right-header h1 {
          float: none;
          width: 100%;
          text-align: center; } }
  #product_right #manufacturer_link {
    display: block;
    float: left;
    margin-right: 16px; }
    #product_right #manufacturer_link img {
      max-width: 88px;
      height: auto; }
    @media (max-width: 479px) {
      #product_right #manufacturer_link {
        float: none;
        width: 100%;
        margin: 0 0 15px; }
        #product_right #manufacturer_link img {
          display: block;
          margin: 0 auto; } }
  #product_right #product_reference,
  #product_right #product_condition {
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: right; }
    #product_right #product_reference label,
    #product_right #product_condition label {
      margin-bottom: 0;
      font-weight: normal; }
  #product_right #blockpack .pack-title {
    font-size: 20px;
    padding: 10px 0 8px 0;
    margin-bottom: 15px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    color: #da4800;
    font-weight: 600;
    border-bottom: 2px solid #dddddd; }
  #product_right #blockpack .product_list .ajax_block_product {
    margin-bottom: 10px;
    padding-bottom: 0;
    width: 25% !important;
    clear: none !important; }
    @media (max-width: 479px) {
      #product_right #blockpack .product_list .ajax_block_product {
        width: 50% !important; }
        #product_right #blockpack .product_list .ajax_block_product:nth-child(2n+1) {
          clear: both; } }
    #product_right #blockpack .product_list .ajax_block_product .product-container .product-image-container {
      position: relative; }
      #product_right #blockpack .product_list .ajax_block_product .product-container .product-image-container .nb-item-pack {
        position: absolute;
        bottom: -15px;
        right: -18px;
        display: block;
        width: 28px;
        height: 28px;
        font-size: 12px;
        letter-spacing: 0;
        font-family: "DM Sans", sans-serif;
        color: #fff;
        line-height: 28px;
        background: #da4800;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%; }
    #product_right #blockpack .product_list .ajax_block_product .sale-box,
    #product_right #blockpack .product_list .ajax_block_product .new-box {
      display: none !important; }
    #product_right #blockpack .product_list .ajax_block_product .right-block {
      display: none !important; }
  #product_right #buy_block {
    /*** PRICE BLOCK ***/
    /*** QUANTITY BLOCK ***/ }
    #product_right #buy_block label {
      display: block;
      font-weight: 600;
      color: #000;
      font-size: 13px;
      text-align: left; }
    #product_right #buy_block #price_wrapper {
      margin: 0 0 20px 0; }
      #product_right #buy_block #price_wrapper .our_price_display {
        display: inline-block;
        line-height: 30px;
        font-family: "Barlow", sans-serif;
        font-weight: normal;
        font-size: 30px;
        color: #da4800;
        margin: 0; }
        #product_right #buy_block #price_wrapper .our_price_display .price {
          font-size: 30px;
          line-height: 30px;
          color: #da4800;
          font-weight: bold; }
        #product_right #buy_block #price_wrapper .our_price_display .price-label {
          font-size: 18px;
          font-weight: 600; }
        #product_right #buy_block #price_wrapper .our_price_display .price-ht {
          color: #808080;
          font-size: 15px;
          padding-left: 10px; }
          #product_right #buy_block #price_wrapper .our_price_display .price-ht .label-ht {
            font-size: 15px; }
      #product_right #buy_block #price_wrapper #old_price {
        margin: 0;
        padding: 0 6px;
        font-size: 14px;
        line-height: 30px;
        display: inline-block;
        font-family: "Barlow", sans-serif;
        color: #000; }
        #product_right #buy_block #price_wrapper #old_price .price {
          text-decoration: line-through; }
      #product_right #buy_block #price_wrapper #reduction_percent,
      #product_right #buy_block #price_wrapper #reduction_amount {
        margin: 0;
        background: #da4800;
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
        color: #fff;
        padding: 4px 5px;
        display: inline-block;
        vertical-align: text-bottom; }
        #product_right #buy_block #price_wrapper #reduction_percent span,
        #product_right #buy_block #price_wrapper #reduction_amount span {
          display: block; }
        .hide-left-column.hide-right-column #product_right #buy_block #price_wrapper #reduction_percent, .hide-left-column.hide-right-column
        #product_right #buy_block #price_wrapper #reduction_amount {
          display: inline-block; }
    #product_right #buy_block .qty-add-cart {
      padding-bottom: 12px; }
      @media (max-width: 991px) {
        #product_right #buy_block .qty-add-cart {
          margin: 0 auto;
          max-width: 440px; } }
    #product_right #buy_block #quantity_wrapper {
      float: left;
      margin-right: 15px; }
      @media (max-width: 1199px) {
        #product_right #buy_block #quantity_wrapper {
          margin-right: 10px; } }
      #product_right #buy_block #quantity_wrapper .quantity-label {
        display: none; }
      #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box {
        display: inline-block;
        position: relative;
        width: 90px;
        height: 50px;
        margin: 0;
        background: #fff;
        border: 1px solid #dddddd;
        vertical-align: middle; }
        @media (max-width: 360px) {
          #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box {
            width: 80px; } }
        #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box input {
          width: 50px;
          height: 48px;
          padding: 0 5px;
          float: left;
          font-size: 24px;
          line-height: 50px;
          border: none !important;
          text-align: center;
          color: #000; }
        #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box .btn {
          display: block;
          position: absolute;
          z-index: 2;
          width: 25px;
          height: 24px;
          right: 1px;
          font-size: 18px;
          color: #000;
          text-align: center;
          background: none;
          border: none;
          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_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box .btn:hover {
            color: #da4800; }
          #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box .btn span {
            width: 25px;
            height: 24px;
            border: none; }
          #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box .btn i {
            padding-top: 0px;
            line-height: 24px; }
            #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box .btn i.icon-plus {
              font-family: "Barlow", sans-serif; }
              #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box .btn i.icon-plus:before {
                content: '+'; }
            #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box .btn i.icon-minus {
              font-family: "Barlow", sans-serif; }
              #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box .btn i.icon-minus:before {
                content: '-'; }
          #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box .btn.button-minus {
            bottom: 0; }
          #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box .btn.button-plus {
            top: 0; }
  #product_right #add_to_cart {
    float: left;
    /*width: calc(100% - 60px);*/
    width: 340px; }
    @media (max-width: 1199px) {
      #product_right #add_to_cart {
        width: 251px; } }
    @media (max-width: 991px) {
      #product_right #add_to_cart {
        width: 285px; } }
    @media (max-width: 479px) {
      #product_right #add_to_cart {
        width: 159px; } }
    @media (max-width: 355px) {
      #product_right #add_to_cart {
        width: 120px; } }
    #product_right #add_to_cart button {
      display: block;
      position: relative;
      overflow: hidden;
      width: 100%;
      font: 400 24px/24px "Vidaloka", serif;
      color: #fff;
      padding: 13px 55px 13px 0;
      border: none;
      background: #7f351a url(../img/design/addcart-train.png) no-repeat bottom left 27px;
      text-align: right; }
      #product_right #add_to_cart button:before {
        content: '';
        display: block;
        position: absolute;
        left: 55px;
        top: 0;
        width: 71px;
        height: 29px;
        background: url(../img/design/addcart-smoke.png) no-repeat;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
      #product_right #add_to_cart button:after {
        content: '';
        display: block;
        position: absolute;
        left: 52px;
        top: 0;
        width: 71px;
        height: 29px;
        background: url(../img/design/addcart-smoke.png) no-repeat;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
      #product_right #add_to_cart button:hover:before {
        -webkit-animation: smoke 1s linear .1s infinite both;
        animation: smoke 1s linear .1s infinite both; }
      #product_right #add_to_cart button:hover:after {
        -webkit-animation: smoke .8s linear .6s infinite both;
        animation: smoke .8s linear .6s infinite both; }
      @media (max-width: 1199px) {
        #product_right #add_to_cart button {
          padding: 13px 30px 13px 0;
          background-position: bottom left 7px;
          font-size: 17px; }
          #product_right #add_to_cart button:before {
            left: 15px; }
          #product_right #add_to_cart button:after {
            left: 12px; } }
      @media (max-width: 991px) {
        #product_right #add_to_cart button {
          background-position: bottom left 15px;
          font-size: 19px; }
          #product_right #add_to_cart button:before {
            left: 35px; }
          #product_right #add_to_cart button:after {
            left: 32px; } }
      @media (max-width: 479px) {
        #product_right #add_to_cart button {
          padding: 13px;
          font-size: 16px;
          text-align: center;
          background-image: none; }
          #product_right #add_to_cart button:before, #product_right #add_to_cart button:after {
            content: none; } }
      @media (max-width: 355px) {
        #product_right #add_to_cart button {
          font-size: 15px;
          padding: 7px; } }
@-webkit-keyframes smoke {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  90% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }
@keyframes smoke {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  90% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }
  #product_right #product_action {
    float: left;
    padding: 10px 2px; }
    @media (max-width: 1199px) {
      #product_right #product_action {
        padding: 10px 0; } }
    #product_right #product_action .product-kiwikwishlist .button.button-medium {
      padding: 0 0 0 23px;
      background-color: transparent;
      border: none;
      margin: 0 0 10px; }
      #product_right #product_action .product-kiwikwishlist .button.button-medium:before {
        color: #7f351a;
        transition: 0.2s linear;
        font-size: 28px; }
        @media (max-width: 1199px) {
          #product_right #product_action .product-kiwikwishlist .button.button-medium:before {
            font-size: 20px; } }
      #product_right #product_action .product-kiwikwishlist .button.button-medium:hover:before {
        color: #da4800; }
      #product_right #product_action .product-kiwikwishlist .button.button-medium:active {
        box-shadow: none; }
      @media (max-width: 479px) {
        #product_right #product_action .product-kiwikwishlist .button.button-medium {
          padding: 0 0 0 17px; } }
      @media (max-width: 360px) {
        #product_right #product_action .product-kiwikwishlist .button.button-medium {
          padding: 0 0 0 9px; } }
  #product_right #availability_statut span#availability_label,
  #product_right #availability_date_label {
    display: inline-block;
    width: 125px;
    font-weight: 700;
    font-size: 12px;
    text-align: right; }
  #product_right #quantityAvailable {
    color: #000;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700; }
  #product_right #last_quantities {
    padding: 0;
    float: right;
    background: none;
    border: none;
    font-family: "Barlow", sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #000; }
    #product_right #last_quantities:before {
      content: '\f071';
      font-family: "FontAwesome";
      padding-right: 3px;
      color: #da4800; }
    @media (max-width: 479px) {
      #product_right #last_quantities {
        float: none; } }
  #product_right #availability_statut,
  #product_right #pQuantityAvailable {
    display: inline-block; }
    @media (max-width: 479px) {
      #product_right #availability_statut,
      #product_right #pQuantityAvailable {
        display: block; } }
  #product_right #availability_statut span.label-success {
    padding: 0;
    border: none;
    background: none;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #639c00; }
    #product_right #availability_statut span.label-success:before {
      content: '\f00c';
      font-family: "FontAwesome";
      padding-right: 3px; }
  #product_right #availability_statut span.label-warning {
    padding: 0;
    border: none;
    background: none;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #cb7913; }
    #product_right #availability_statut span.label-warning:before {
      content: '\f071';
      font-family: "FontAwesome";
      padding-right: 3px; }
  #product_right #availability_statut span.label-danger {
    padding: 0;
    border: none;
    background: none;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #d5170d; }
    #product_right #availability_statut span.label-danger:before {
      content: '\f00d';
      font-family: "FontAwesome";
      padding-right: 3px; }
  #product_right #pQuantityAvailable span {
    color: #000; }
  #product_right #short_description_block {
    margin-bottom: 28px;
    font-family: "Barlow", sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #000; }
    #product_right #short_description_block .summary {
      margin-bottom: 10px;
      padding: 10px 0 8px;
      font-family: "Vidaloka", serif;
      font-weight: normal;
      font-size: 18px;
      color: #7f351a;
      border-bottom: 1px solid #7f351a; }
    #product_right #short_description_block #short_description_content {
      margin: 15px 0 15px 0;
      padding: 0;
      word-wrap: break-word; }
      #product_right #short_description_block #short_description_content p {
        margin-bottom: 5px;
        line-height: 1.1; }
      #product_right #short_description_block #short_description_content h2.page-title {
        margin: 10px 0;
        font-weight: bold;
        font-size: 18px;
        color: #7f351a; }
      #product_right #short_description_block #short_description_content a {
        text-decoration: underline; }
      #product_right #short_description_block #short_description_content strong {
        font-weight: 600; }
  #product_right #order_by_mail a {
    display: block;
    padding: 12px;
    border: 1px solid #7f351a;
    font-family: "Barlow", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #7f351a;
    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_right #order_by_mail a:hover {
      color: #da4800;
      border-color: #da4800; }
    #product_right #order_by_mail a .file-dl {
      display: inline-block;
      width: 15px;
      height: 19px;
      background: url(../img/design/icon-file-dl.png) no-repeat;
      vertical-align: -3px; }
    #product_right #order_by_mail a strong {
      font-family: "Vidaloka", serif;
      font-size: 18px;
      font-weight: normal; }
    @media (max-width: 1199px) {
      #product_right #order_by_mail a {
        padding: 17px;
        text-align: center; }
        #product_right #order_by_mail a strong {
          display: block; } }
  #product_right #attributes .attribute_fieldset {
    margin-bottom: 10px; }
    #product_right #attributes .attribute_fieldset:nth-child(2n+1) {
      clear: both; }
    #product_right #attributes .attribute_fieldset label {
      display: block; }
    @media (max-width: 767px) {
      #product_right #attributes .attribute_fieldset {
        clear: both; } }
  #product_right #attributes .attribute_list {
    width: 100%; }
    #product_right #attributes .attribute_list .form-control option {
      background: #fff;
      color: #808080; }
    #product_right #attributes .attribute_list .selector {
      max-width: 100% !important;
      width: 100% !important;
      line-height: 32px !important;
      height: 32px !important;
      border: 1px solid #dddddd; }
      #product_right #attributes .attribute_list .selector span {
        width: 100% !important;
        line-height: 32px !important;
        height: 32px !important;
        font-size: 16px;
        padding-left: 5px; }
        #product_right #attributes .attribute_list .selector span:after {
          content: '\f107';
          font-size: 24px;
          width: 38px;
          height: 30px;
          line-height: 32px;
          color: #da4800; }
    #product_right #attributes .attribute_list ul {
      clear: both; }
      #product_right #attributes .attribute_list ul li {
        float: left;
        margin-right: 10px; }
        #product_right #attributes .attribute_list ul li .radio > span {
          top: 0; }
    #product_right #attributes .attribute_list input.attribute_radio {
      float: left;
      margin-left: 4px; }
    #product_right #attributes .attribute_list div.radio,
    #product_right #attributes .attribute_list div.radio span,
    #product_right #attributes .attribute_list div.radio input {
      float: none;
      display: inline-block; }
    #product_right #attributes .attribute_list #color_to_pick_list {
      list-style-type: none; }
      #product_right #attributes .attribute_list #color_to_pick_list li {
        float: left;
        margin: 0 5px 5px 0;
        clear: none;
        width: 32px;
        height: 32px;
        overflow: hidden;
        border: 1px solid #dddddd;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        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_right #attributes .attribute_list #color_to_pick_list li a.color_pick {
          display: block;
          height: 100%;
          width: 100%;
          cursor: pointer; }
          #product_right #attributes .attribute_list #color_to_pick_list li a.color_pick img {
            display: block;
            height: 22px;
            width: 22px; }
        #product_right #attributes .attribute_list #color_to_pick_list li:hover {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
          opacity: 0.8; }
        #product_right #attributes .attribute_list #color_to_pick_list li.selected {
          width: 32px;
          height: 32px;
          padding: 0;
          border: 1px solid #000; }

/*** TABS ***/
.tab-wrapper {
  position: relative;
  margin-top: 45px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  background: #f0ece1; }
  @media (max-width: 767px) {
    .tab-wrapper {
      margin-top: 0;
      margin-bottom: 15px;
      padding-top: 15px;
      padding-bottom: 0; } }
  .tab-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 1000px;
    background: #f0ece1; }
  .tab-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 1000px;
    background: #f0ece1; }

#my_tab {
  padding: 0;
  text-align: center;
  border: none; }
  #my_tab > li {
    float: none;
    display: inline-block;
    margin: 0; }
    #my_tab > li:not(:first-child):before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 12px;
      bottom: 12px;
      width: 1px;
      background: #7f351a; }
    #my_tab > li a {
      font: 400 24px/24px "Vidaloka", serif;
      color: #7f351a;
      border: none;
      outline: none;
      margin: 0;
      padding: 10px 20px;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
    @media (max-width: 479px) {
      #my_tab > li {
        width: 100%; }
        #my_tab > li:not(:first-child):before {
          content: none; }
        #my_tab > li a {
          margin-bottom: 10px;
          padding: 10px !important;
          font: 400 22px/22px "Vidaloka", serif;
          background: #fff;
          border: 1px solid #7f351a !important; }
          #my_tab > li a:before {
            content: none; } }
  #my_tab > li.active a,
  #my_tab > li a:hover {
    background: none;
    color: #da4800; }
    @media (max-width: 479px) {
      #my_tab > li.active a,
      #my_tab > li a:hover {
        color: #fff !important;
        background: #da4800;
        border-color: #da4800 !important; } }

/*** DATA SHEET ***/
#data_sheet .table-data-sheet {
  width: 100%;
  margin: 0 0 20px;
  background: none; }
  #data_sheet .table-data-sheet tr {
    border-top: 1px solid #d9c7b9; }
    #data_sheet .table-data-sheet tr:last-child {
      border-bottom: 1px solid #d9c7b9; }
    #data_sheet .table-data-sheet tr td {
      padding: 8px 30px;
      font-family: "Barlow", sans-serif;
      font-size: 18px;
      line-height: 18px;
      color: #000; }
      #data_sheet .table-data-sheet tr td:first-child {
        padding-left: 0;
        border-right: 1px solid #d9c7b9;
        width: 35%;
        font-weight: bold; }
  @media (max-width: 767px) {
    #data_sheet .table-data-sheet tr td {
      padding: 6px 10px;
      font-size: 16px; } }

/*** TABLE DISCOUNT ***/
#quantity_discount table.table-product-discounts {
  border: none;
  margin: 0 0 20px;
  background: #fff; }
  @media (max-width: 767px) {
    #quantity_discount table.table-product-discounts {
      width: 100%; } }
  #quantity_discount table.table-product-discounts tr th {
    width: 33%;
    padding: 8px 10px;
    border-bottom: 1px solid #dddddd;
    border-right: none;
    text-shadow: none;
    text-transform: none;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    color: #000;
    line-height: 18px;
    text-align: center;
    border-bottom: none;
    background: #dddddd; }
  #quantity_discount table.table-product-discounts tr {
    border-top: #dddddd;
    border-left: #dddddd; }
    #quantity_discount table.table-product-discounts tr.even {
      background: #dddddd; }
    #quantity_discount table.table-product-discounts tr td {
      padding: 8px 10px; }
      #quantity_discount table.table-product-discounts tr td:first-child {
        border-right: 1px solid #dddddd;
        width: 35%;
        color: #000; }
      #quantity_discount table.table-product-discounts tr td:last-child {
        border-right: none; }
  @media (max-width: 767px) {
    #quantity_discount table.table-product-discounts tr th, #quantity_discount table.table-product-discounts tr td {
      padding: 6px 10px;
      font-size: 12px; } }

/*** DOWNLOAD ***/
#download_product .download-link {
  display: block;
  margin: 0 auto 30px;
  padding: 12px;
  max-width: 375px;
  background: none;
  border: 1px solid #7f351a;
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #7f351a;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s; }
  #download_product .download-link .file-dl {
    display: inline-block;
    width: 15px;
    height: 19px;
    background: url(../img/design/icon-file-dl.png) no-repeat;
    vertical-align: -3px; }
  #download_product .download-link strong {
    font-family: "Vidaloka", serif;
    font-size: 18px;
    font-weight: normal; }
  #download_product .download-link:hover {
    color: #da4800;
    border-color: #da4800; }
#download_product .download-desc {
  padding: 0;
  text-align: center; }
  #download_product .download-desc i {
    margin-right: 5px; }

/*** PERSONNALISATION ***/
#customization p.infoCustomizable {
  margin-bottom: 20px; }
#customization ul#uploadable_files,
#customization ul#text_fields {
  list-style-type: none; }
#customization .customizableProductsFile,
#customization .customizableProductsText {
  margin-bottom: 20px; }
#customization .customizationUploadLine {
  padding-bottom: 10px; }
  #customization .customizationUploadLine sup {
    color: #97241d;
    font-size: 15px;
    top: -0.2em; }
  #customization .customizationUploadLine label {
    display: block;
    vertical-align: top; }
  #customization .customizationUploadLine textarea {
    width: 100%;
    border: 1px solid #dddddd;
    color: #000; }
#customization .customizationUploadBrowse img + a {
  position: relative;
  top: -51px; }
#customization #customizedDatas {
  float: right; }
  #customization #customizedDatas .save-button:after {
    content: '\f0c7';
    font-family: "FontAwesome";
    display: inline-block;
    margin-left: 8px;
    font-size: 16px; }
#customization .required-info sup {
  color: #97241d;
  font-size: 15px;
  top: -0.2em; }

#wrapper_alma > div {
  margin: 0 auto;
  border: 0;
  /***border-top: 1px solid #FFF;***/
  width: 100%;
  padding-bottom: 0; }
  #wrapper_alma > div ._2Kqjn {
    color: #7f351a; }
    #wrapper_alma > div ._2Kqjn .alma-payment-plans-active-option {
      border-bottom: 3px solid #da4800; 
    }

._TSkFv {
        width: 368px;
        max-width: 100%;
        background-color: transparent !important;
        /border: 0px solid var(--light-gray);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
        gap: 8px;
    }
    ._2Kqjn {
        font-family: Venn, sans-serif;
        color: #7f351a !important;
        border-radius: 4px;
        font-weight: 700;
        font-size: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 24px;
        min-width: 24px;
        padding: 2px 10px;
    }
    ._2Kqjn._3dG_J._2hx83 {
        background: #ffffff !important;
    }