/*** COLORS ***/
/*** ALERT ***/
/*** ORDER ***/
/*** MENU ***/
/*** FONTS ***/
/*** BORDER / BOX / TABLE ***/
/*** MIXINS ***/
/*** FLEX ***/
/*** 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; } }
/*** HIDE SLIDE IF NOT LOADED ***/
.slick-slider:not(.slick-initialized) {
  display: none; }

/*** END HIDE SLIDE IF NOT LOADED ***/
/*** 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 #image_block_wrapper {
  padding-left: 238px; }
  @media (max-width: 1459px) {
    #product_left #image_block_wrapper {
      padding-left: 175px; } }
  @media (max-width: 1199px) {
    #product_left #image_block_wrapper {
      padding-left: 90px; } }
  @media (max-width: 991px) {
    #product_left #image_block_wrapper {
      padding-left: 75px; } }
#product_left #image_block {
  position: relative;
  display: block;
  cursor: pointer;
  background: #fff;
  margin-bottom: 45px; }
  @media (max-width: 1459px) {
    #product_left #image_block {
      margin-bottom: 20px; } }
  #product_left #image_block .new-label {
    padding: 5px 30px;
    top: 0; }
    @media (max-width: 479px) {
      #product_left #image_block .new-label {
        padding: 2px 10px; } }
  #product_left #image_block .sale-label {
    padding: 5px 30px;
    top: 0; }
    @media (max-width: 479px) {
      #product_left #image_block .sale-label {
        padding: 2px 10px; } }
  #product_left #image_block img {
    background: #fff;
    width: 100%;
    height: auto; }
  #product_left #image_block #view_full_size:not(.slick-initialized) .jqzoom {
    display: none; }
  #product_left #image_block #view_full_size:not(.slick-initialized) .jqzoom:first-child {
    display: block; }
  #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.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: 212px;
  height: 710px;
  top: 0;
  left: 15px;
  z-index: 5;
  padding: 0;
  overflow: hidden; }
  @media (max-width: 1459px) {
    #product_left #views_block {
      width: 160px;
      height: 550px; } }
  @media (max-width: 1199px) {
    #product_left #views_block {
      width: 75px;
      height: 295px; } }
  @media (max-width: 991px) {
    #product_left #views_block {
      width: 65px;
      height: 262px; } }
  #product_left #views_block #thumbs_list {
    width: 100%; }
    #product_left #views_block #thumbs_list li {
      margin: 0 0 20px; }
      #product_left #views_block #thumbs_list li.slick-current {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5; }
      #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; }
        #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: auto;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
  #product_left #views_block .slick-prev,
  #product_left #views_block .slick-next {
    position: absolute;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 15px;
    text-align: center;
    font-size: 0;
    overflow: hidden;
    border: none;
    color: #000;
    background: #fff;
    z-index: 9;
    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 .slick-prev:hover,
    #product_left #views_block .slick-next:hover {
      color: #a30000; }
    #product_left #views_block .slick-prev.slick-disabled,
    #product_left #views_block .slick-next.slick-disabled {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
      opacity: 0.4; }
    #product_left #views_block .slick-prev:before,
    #product_left #views_block .slick-next:before {
      content: '';
      padding: 0;
      display: inline-block;
      vertical-align: middle; }
  #product_left #views_block .slick-next {
    bottom: -15px;
    right: 50%;
    margin-right: -35px; }
    #product_left #views_block .slick-next:before {
      content: "\f078";
      font-family: "FontAwesome";
      font-size: 20px;
      line-height: 20px; }
  #product_left #views_block .slick-prev {
    bottom: -15px;
    left: 50%;
    margin-left: -35px; }
    #product_left #views_block .slick-prev:before {
      content: "\f077";
      font-family: "FontAwesome";
      font-size: 20px;
      line-height: 20px; }
#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: #a30000;
      font-size: 22px;
      line-height: 24px;
      position: absolute;
      left: 5px;
      top: 50%;
      margin-top: -12px; }

/*** RIGHT PRODUCT ***/
#product_right {
  margin-bottom: 15px;
  /*** PRICE BLOCK ***/
  /*** AVAILABILITY ***/
  /*** BUY BLOCK ***/
  /*** ATTRIBUTES BLOCK ***/
  /*** ADD TO CART ***/ }
  #product_right .right-wrapper {
    padding: 30px;
    background: #e5e5e5; }
    @media (max-width: 991px) {
      #product_right .right-wrapper {
        padding: 15px; } }
  #product_right .online_only {
    font-weight: 600;
    font-size: 13px;
    color: #a30000;
    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 h1 {
    font-family: "Raleway", "Arial", sans-serif;
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 24px;
    color: #000; }
    @media (max-width: 991px) {
      #product_right h1 {
        font-size: 18px; } }
  #product_right #product_reference,
  #product_right #product_condition {
    margin-bottom: 0; }
  #product_right #product_reference {
    font-size: 12px;
    text-align: right; }
    #product_right #product_reference label {
      font-weight: 400; }
  #product_right #price_wrapper {
    margin: 12px 0 5px; }
    #product_right #price_wrapper .our_price_display {
      display: inline-block;
      font-weight: normal;
      font-size: 20px;
      line-height: 20px;
      font-family: "Raleway", "Arial", sans-serif;
      color: #000;
      margin: 0; }
      #product_right #price_wrapper .our_price_display .price {
        font-size: 20px;
        line-height: 20px;
        color: #000;
        font-weight: 700; }
      #product_right #price_wrapper .our_price_display .price-label {
        font-size: 18px;
        font-weight: 600; }
      #product_right #price_wrapper .our_price_display .price-ht {
        color: #808080;
        font-size: 15px;
        padding-left: 10px; }
        #product_right #price_wrapper .our_price_display .price-ht .label-ht {
          font-size: 15px; }
    #product_right #price_wrapper #old_price {
      padding-bottom: 0px;
      line-height: 20px;
      display: inline-block;
      font-family: "Raleway", "Arial", sans-serif; }
      #product_right #price_wrapper #old_price .price {
        font-size: 14px;
        text-decoration: line-through; }
    #product_right #price_wrapper #reduction_percent,
    #product_right #price_wrapper #reduction_amount {
      margin: 0 5px 0 0;
      background: #000;
      font-size: 14px;
      font-weight: normal;
      color: #fff;
      padding: 0 5px 2px;
      display: inline-block; }
      #product_right #price_wrapper #reduction_percent span,
      #product_right #price_wrapper #reduction_amount span {
        display: block; }
      .hide-left-column.hide-right-column #product_right #price_wrapper #reduction_percent, .hide-left-column.hide-right-column
      #product_right #price_wrapper #reduction_amount {
        display: inline-block; }
  #product_right #short_description_block {
    color: #000; }
    #product_right #short_description_block #short_description_content {
      margin: 5px 0 15px 0;
      padding: 0;
      word-wrap: break-word;
      font-size: 14px; }
      #product_right #short_description_block #short_description_content p {
        margin-bottom: 3px;
        line-height: 18px; }
    #product_right #short_description_block #see_desc {
      text-align: right; }
      #product_right #short_description_block #see_desc .see-desc {
        font-size: 14px;
        text-decoration: underline;
        cursor: pointer;
        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 #short_description_block #see_desc .see-desc:hover {
          color: #a30000; }
        #product_right #short_description_block #see_desc .see-desc i {
          font-size: 15px;
          margin-right: 4px; }
  #product_right #blockpack .pack-title {
    font-size: 20px;
    padding: 10px 0 8px 0;
    margin-bottom: 15px;
    text-align: center;
    font-family: "Raleway", "Arial", sans-serif;
    color: #a30000;
    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: "Raleway", "Arial", sans-serif;
        color: #fff;
        line-height: 28px;
        background: #a30000;
        -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 #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 #availability_value {
    font-size: 14px;
    font-weight: 400; }
    #product_right #availability_value.label-success {
      padding: 0;
      color: #000;
      background: none;
      border: none; }
      #product_right #availability_value.label-success:before {
        content: '\f00c';
        font-family: "FontAwesome";
        color: #6a9b32; }
  #product_right #last_quantities {
    padding: 0 10px;
    color: #a30000;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 400; }
  #product_right #availability_statut,
  #product_right #pQuantityAvailable {
    display: inline-block;
    margin-right: 5px; }
  #product_right #pQuantityAvailable span {
    color: #000; }
  #product_right #buy_block {
    margin-top: 15px;
    /*** QUANTITY BLOCK ***/ }
    #product_right #buy_block label {
      display: block;
      font-weight: 600;
      color: #000;
      font-size: 13px;
      text-align: left; }
    #product_right #buy_block .qty-cart {
      padding-top: 20px; }
    #product_right #buy_block #quantity_wrapper {
      float: left;
      margin-bottom: 15px; }
      #product_right #buy_block #quantity_wrapper .quantity-label {
        display: inline-block;
        font-size: 14px;
        margin: 0 10px 0 0;
        width: inherit; }
      #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box {
        display: inline-block;
        position: relative;
        width: 88px;
        height: 50px;
        margin: 0;
        background: #fff;
        border: 1px solid #000;
        vertical-align: middle; }
        #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box input {
          width: 66px;
          height: 48px;
          padding: 0 5px;
          float: left;
          font-size: 18px;
          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: 22px;
          height: 25px;
          right: 5px;
          font-size: 20px;
          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: #a30000; }
          #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box .btn span {
            width: 22px;
            height: 25px;
            border: none; }
          #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box .btn i {
            padding-top: 0px;
            line-height: 25px; }
            #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box .btn i.icon-up:before {
              content: '\f106'; }
            #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box .btn i.icon-down:before {
              content: '\f107'; }
          #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; }
      @media (max-width: 479px) {
        #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box {
          width: 66px; }
          #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box input {
            width: 44px; }
          #product_right #buy_block #quantity_wrapper #quantity_wanted_p.quantity-box .btn {
            right: 2px; } }
  #product_right #attributes .attribute_fieldset {
    margin-bottom: 10px;
    /*&:nth-child(2n+1) {
      clear: both;
    }*/ }
    #product_right #attributes .attribute_fieldset label {
      display: block;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase; }
    @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: #000;
      font-size: 14px; }
    #product_right #attributes .attribute_list .selector {
      max-width: 100% !important;
      width: 100% !important;
      line-height: 40px !important;
      height: 40px !important;
      border: 1px solid #000; }
      #product_right #attributes .attribute_list .selector span {
        width: 100% !important;
        line-height: 40px !important;
        height: 40px !important;
        font-size: 16px;
        padding-left: 5px;
        color: #000; }
        #product_right #attributes .attribute_list .selector span:after {
          content: '\f107';
          font-size: 22px;
          width: 38px;
          height: 30px;
          line-height: 40px;
          color: #000; }
    #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; }
  #product_right #add_to_cart {
    float: right;
    width: calc(100% - 88px);
    margin-bottom: 15px; }
    #product_right #add_to_cart button {
      position: relative;
      font-family: "Raleway", "Arial", sans-serif;
      font-size: 18px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 400;
      padding: 16px 15px;
      display: block;
      width: 100%;
      color: #fff;
      border: none;
      background: #000;
      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 #add_to_cart button:hover {
        background: #a30000; }
    @media (max-width: 479px) {
      #product_right #add_to_cart {
        width: calc(100% - 66px); }
        #product_right #add_to_cart button {
          padding: 16px 10px;
          font-size: 16px; } }

/*** FEATURESICONS ***/
#kwkfeaturesicons {
  margin-bottom: 15px;
  padding: 15px;
  background: #e5e5e5; }
  #kwkfeaturesicons .features_icons {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center; }
    #kwkfeaturesicons .features_icons .feature-img {
      margin-bottom: 10px;
      min-height: 45px; }

/*** TABS ***/
#my_tab {
  padding: 0;
  background: #fff; }
  #my_tab > li {
    /*margin: 0 5px 0 0;
    @media (max-width: $screen-xs - 1) {
      width: 100%;
    }*/
    /* &:first-child {
          border: none;
        }*/ }
    #my_tab > li a {
      display: block;
      position: relative;
      font: 700 14px/20px "Raleway", "Arial", sans-serif;
      color: #000;
      letter-spacing: .05em;
      text-transform: uppercase;
      border: none;
      border-bottom: 1px solid #e5e5e5;
      outline: none;
      margin: 0;
      padding: 8px 0 10px;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      #my_tab > li a:after {
        content: '+';
        position: absolute;
        top: 12px;
        right: 0;
        font-size: 26px;
        font-weight: 400; }
  #my_tab > li.active a,
  #my_tab > li a:hover {
    color: #a30000; }

.product-box-title {
  margin-bottom: 50px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  font-size: 26px;
  line-height: normal; }
  @media (max-width: 991px) {
    .product-box-title {
      margin-bottom: 20px;
      font-size: 18px; } }

.page-product-box {
  padding-bottom: 40px;
  font-size: 16px; }
  @media (max-width: 991px) {
    .page-product-box {
      padding-bottom: 20px;
      font-size: 14px; } }

/*** DATA SHEET ***/
#data_sheet {
  position: relative;
  padding-top: 45px;
  background: #e5e5e5; }
  @media (max-width: 991px) {
    #data_sheet {
      padding-top: 25px; } }
  #data_sheet:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 1500px;
    height: 100%;
    background: #e5e5e5; }
  #data_sheet:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 1500px;
    height: 100%;
    background: #e5e5e5; }
  #data_sheet .table-data-sheet {
    width: 100%;
    max-width: 688px;
    margin: 0 auto 20px; }
    #data_sheet .table-data-sheet tr {
      border-bottom: 1px solid #fff; }
      #data_sheet .table-data-sheet tr td {
        padding: 8px 10px; }
        #data_sheet .table-data-sheet tr td:first-child {
          font-family: "Raleway", "Arial", sans-serif;
          font-weight: 700;
          width: 50%;
          color: #000; }
    @media (max-width: 767px) {
      #data_sheet .table-data-sheet tr td {
        padding: 6px 10px;
        font-size: 12px; } }

/*** 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: "Raleway", "Arial", 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 {
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  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:hover {
    background: #dddddd; }
#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; }
