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

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

  .visible-xxs {
    display: block !important; } }
/*** MIXINS ***/
@keyframes bounceSpe {
  from {
    transform: scale(1); }
  50% {
    transform: scale(0.8); }
  to {
    transform: scale(1); } }
/*** TOOLS ***/
.yellow {
  color: #ffc928; }

.clear {
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* product desc */
/* primary_block ***************************************************************************** */
.primary_block {
  margin-bottom: 10px; }

.top-hr {
  background: #C4C4C4;
  height: 5px;
  margin: 2px 0 31px; }

.product-heading-h5 {
  color: #999999;
  font-weight: 200;
  margin: 3px 0 8px;
  font-size: 19px;
  font-family: "Open Sans", sans-serif; }

.box-security .product-heading-h5 {
  margin: 3px 0 -8px; }
  @media (max-width: 1199px) {
    .box-security .product-heading-h5 {
      margin-bottom: 8px; } }

.primary_block .pb-left-column img {
  max-width: 100%;
  height: auto; }

a.fancybox-nav {
  outline: 0; }

/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
  position: relative;
  display: block;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  background: #fff; }
  @media (max-width: 767px) {
    .pb-left-column #image-block {
      width: 280px;
      margin: 0 auto; } }
  .pb-left-column #image-block img {
    background: #fbfbfb;
    width: 100%; }
  .pb-left-column #image-block #view_full_size .span_link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -68px;
    display: block;
    padding: 10px 0;
    text-align: center;
    line-height: 22px;
    color: #777676;
    width: 136px;
    text-align: center;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.5);
    -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); }
    .pb-left-column #image-block #view_full_size .span_link:after {
      font-family: "FontAwesome";
      color: #c0c0c0;
      font-size: 20px;
      line-height: 22px;
      content: "\f00e";
      font-weight: normal;
      margin: 0 0 0 4px; }
    .pb-left-column #image-block #view_full_size .span_link:hover:after {
      color: #333; }
  .pb-left-column #image-block a.jqzoom div div img {
    width: auto;
    max-width: 10000px; }
  .pb-left-column #image-block a.jqzoom div div .zoomWrapper {
    border: none; }
  .pb-left-column #image-block .zoomPad {
    z-index: auto !important; }
  .pb-left-column #image-block .new-box,
  .pb-left-column #image-block .sale-box {
    z-index: 5002; }
  .pb-left-column #image-block .discount {
    display: none; }

/* .pb-right-column ***************************************************************************** */
.pb-right-column h1 {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 8px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #3d3d3d;
  text-transform: uppercase;
  border-bottom: 1px solid #c1bfbf; }
.pb-right-column .left-block {
  padding: 0 15px;
  width: 62.5%;
  float: left;
  /***** PERSONNALISATION *****/ }
  .pb-right-column .left-block .availibility-block .order-before {
    font-size: 12px;
    color: #3d3d3d; }
  .pb-right-column .left-block .availibility-block #availability_statut {
    margin-bottom: 5px; }
  .pb-right-column .left-block .availibility-block #availability_statut span#availability_label,
  .pb-right-column .left-block .availibility-block #availability_date_label {
    display: inline-block;
    width: 125px;
    font-weight: 700;
    font-size: 12px;
    text-align: right; }
  .pb-right-column .left-block .availibility-block #quantityAvailable {
    color: #333;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700; }
  .pb-right-column .left-block .availibility-block #availability_value,
  .pb-right-column .left-block .availibility-block #last_quantities {
    color: #fff;
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0px; }
    .pb-right-column .left-block .availibility-block #availability_value.label-success,
    .pb-right-column .left-block .availibility-block #last_quantities.label-success {
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      line-height: 16px;
      padding: 5px 6px;
      border: none;
      display: inline-block !important;
      background: #69cd5a; }
      .pb-right-column .left-block .availibility-block #availability_value.label-success:before,
      .pb-right-column .left-block .availibility-block #last_quantities.label-success:before {
        content: '\f058';
        font-weight: normal;
        font-size: 18px;
        vertical-align: -1px;
        font-family: "FontAwesome";
        margin-right: 4px; }
    .pb-right-column .left-block .availibility-block #availability_value.label-warning,
    .pb-right-column .left-block .availibility-block #last_quantities.label-warning {
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      line-height: 16px;
      padding: 5px 6px;
      border: none;
      display: inline-block !important;
      background: #DEA234; }
      .pb-right-column .left-block .availibility-block #availability_value.label-warning:before,
      .pb-right-column .left-block .availibility-block #last_quantities.label-warning:before {
        content: '\f06a';
        font-size: 18px;
        font-family: "FontAwesome";
        margin-right: 4px; }
  .pb-right-column .left-block .availibility-block #last_quantities {
    background: none;
    color: #000;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 0 0 0;
    margin-bottom: 0;
    border: none; }
    .pb-right-column .left-block .availibility-block #last_quantities:before {
      content: '\f071';
      font-size: 14px;
      font-family: "FontAwesome";
      color: #000;
      margin-right: 2px; }
  .pb-right-column .left-block .availibility-block #availability_statut,
  .pb-right-column .left-block .availibility-block #pQuantityAvailable {
    display: inline-block; }
  .pb-right-column .left-block .availibility-block #pQuantityAvailable span {
    font-weight: 700;
    color: #333; }
  .pb-right-column .left-block #short_description_block {
    color: #3d3d3d;
    margin-top: 5px; }
    .pb-right-column .left-block #short_description_block .buttons_bottom_block {
      display: block; }
    .pb-right-column .left-block #short_description_block #short_description_content {
      padding: 0;
      word-wrap: break-word; }
      .pb-right-column .left-block #short_description_block #short_description_content p {
        line-height: 18px; }
      .pb-right-column .left-block #short_description_block #short_description_content ul {
        list-style-type: none;
        margin: 0 0 10px 0;
        padding: 0; }
        .pb-right-column .left-block #short_description_block #short_description_content ul li {
          font-size: 13px;
          line-height: 16px;
          padding-bottom: 10px;
          color: #737373; }
          .pb-right-column .left-block #short_description_block #short_description_content ul li:before {
            content: "\f0da";
            font-family: "FontAwesome";
            font-size: 13px;
            color: #ffc928;
            margin-right: 2px; }
    .pb-right-column .left-block #short_description_block .buttons_bottom_block {
      clear: both;
      padding: 0;
      text-align: right; }
      .pb-right-column .left-block #short_description_block .buttons_bottom_block a {
        display: inline-block;
        background: none;
        border: 1px solid #ffc928;
        padding: 5px 15px 4px 15px;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        color: #737373;
        font-weight: normal;
        text-decoration: none;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s; }
        .pb-right-column .left-block #short_description_block .buttons_bottom_block a:hover {
          color: #fff;
          background: #ffc928; }
          .pb-right-column .left-block #short_description_block .buttons_bottom_block a:hover i {
            color: #fff; }
        .pb-right-column .left-block #short_description_block .buttons_bottom_block a i {
          color: #ffc928;
          margin-right: 2px;
          transition: all 0.4s;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -o-transition: all 0.4s;
          -ms-transition: all 0.4s; }
  @media (max-width: 1199px) {
    .pb-right-column .left-block .availibility-block .order-before {
      font-size: 12px;
      color: #3d3d3d; }
    .pb-right-column .left-block .availibility-block #availability_value,
    .pb-right-column .left-block .availibility-block #last_quantities {
      margin-right: 6px; }
      .pb-right-column .left-block .availibility-block #availability_value.label-success,
      .pb-right-column .left-block .availibility-block #last_quantities.label-success {
        font-size: 11px; }
        .pb-right-column .left-block .availibility-block #availability_value.label-success:before,
        .pb-right-column .left-block .availibility-block #last_quantities.label-success:before {
          font-size: 14px; }
      .pb-right-column .left-block .availibility-block #availability_value.label-warning,
      .pb-right-column .left-block .availibility-block #last_quantities.label-warning {
        font-size: 11px; }
        .pb-right-column .left-block .availibility-block #availability_value.label-warning:before,
        .pb-right-column .left-block .availibility-block #last_quantities.label-warning:before {
          font-size: 14px; }
    .pb-right-column .left-block #short_description_block #short_description_content p {
      line-height: 16px;
      font-size: 13px; }
    .pb-right-column .left-block #short_description_block #short_description_content ul {
      margin: 0 0 8px 0; }
      .pb-right-column .left-block #short_description_block #short_description_content ul li {
        padding-bottom: 6px;
        font-size: 13px; } }
  @media (max-width: 991px) {
    .pb-right-column .left-block {
      width: 100%; }
      .pb-right-column .left-block .availibility-block .order-before {
        display: block; }
      .pb-right-column .left-block .availibility-block #availability_value,
      .pb-right-column .left-block .availibility-block #last_quantities {
        margin-right: 0px; }
        .pb-right-column .left-block .availibility-block #availability_value.label-success,
        .pb-right-column .left-block .availibility-block #last_quantities.label-success {
          line-height: 14px;
          padding: 4px 4px; }
        .pb-right-column .left-block .availibility-block #availability_value.label-warning,
        .pb-right-column .left-block .availibility-block #last_quantities.label-warning {
          line-height: 14px;
          padding: 4px 4px; } }
  .pb-right-column .left-block .customization-title {
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    border-bottom: 1px solid #c1bfbf; }
    .pb-right-column .left-block .customization-title i {
      font-size: 18px;
      color: #000; }
  .pb-right-column .left-block .infoCustomizable {
    margin-bottom: 10px; }
  .pb-right-column .left-block #display-editing-rules {
    color: #000;
    display: block;
    margin-bottom: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s; }
    .pb-right-column .left-block #display-editing-rules i {
      color: #ffc928; }
    .pb-right-column .left-block #display-editing-rules:hover {
      color: #ffbf00; }
  .pb-right-column .left-block .customizableProductsText #text_fields {
    margin-bottom: 0; }
  .pb-right-column .left-block .customizableProductsText .customizationUploadLine.required sup {
    color: #CD5A5A; }
  .pb-right-column .left-block .required-info {
    float: left; }
    .pb-right-column .left-block .required-info sup {
      color: #CD5A5A; }
.pb-right-column .right-block {
  padding: 0 15px;
  width: 37.5%;
  float: left; }
  .pb-right-column .right-block #buy_block {
    margin-top: 30px; }
    .pb-right-column .right-block #buy_block .box-info-product {
      /* prices */
      /* quantity_wanted */ }
      .pb-right-column .right-block #buy_block .box-info-product .content_prices .our_price_display,
      .pb-right-column .right-block #buy_block .box-info-product .content_prices #reduction_percent,
      .pb-right-column .right-block #buy_block .box-info-product .content_prices #reduction_amount,
      .pb-right-column .right-block #buy_block .box-info-product .content_prices #old_price {
        display: inline-block; }
      .pb-right-column .right-block #buy_block .box-info-product .content_prices .our_price_display {
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        color: #ffc928;
        margin-bottom: 0; }
        @media (max-width: 991px) {
          .pb-right-column .right-block #buy_block .box-info-product .content_prices .our_price_display {
            font-size: 26px;
            line-height: 28px; } }
        .pb-right-column .right-block #buy_block .box-info-product .content_prices .our_price_display .price {
          font-weight: 600;
          font-size: 24px;
          line-height: 28px;
          font-family: "Open Sans", Arial, Helvetica, sans-serif;
          color: #ffc928; }
          @media (max-width: 991px) {
            .pb-right-column .right-block #buy_block .box-info-product .content_prices .our_price_display .price {
              font-size: 26px;
              line-height: 28px; } }
        .pb-right-column .right-block #buy_block .box-info-product .content_prices .our_price_display .tax-excl {
          margin-right: 5px; }
        .pb-right-column .right-block #buy_block .box-info-product .content_prices .our_price_display .price-ttc, .pb-right-column .right-block #buy_block .box-info-product .content_prices .our_price_display .tax-incl {
          font-size: 12px;
          color: #9f9f9f; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .pb-right-column .right-block #buy_block .box-info-product .content_prices .our_price_display .ttc-wrapper {
            display: block; } }
      .pb-right-column .right-block #buy_block .box-info-product .content_prices #old_price {
        padding-bottom: 0px;
        font-size: 14px;
        text-decoration: line-through;
        display: inline-block;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        line-height: 16px;
        color: #3d3d3d;
        margin: 0 2px; }
        .pb-right-column .right-block #buy_block .box-info-product .content_prices #old_price .price {
          font-size: 14px;
          color: #3d3d3d; }
      .pb-right-column .right-block #buy_block .box-info-product .content_prices #reduction_percent,
      .pb-right-column .right-block #buy_block .box-info-product .content_prices #reduction_amount {
        background: #ffc928;
        border: none;
        font: bold 14px/14px "Open Sans", Arial, Helvetica, sans-serif;
        color: #fff;
        padding: 2px;
        display: inline-block;
        margin-left: 5px;
        margin-bottom: 0; }
        .pb-right-column .right-block #buy_block .box-info-product .content_prices #reduction_percent span,
        .pb-right-column .right-block #buy_block .box-info-product .content_prices #reduction_amount span {
          display: block; }
        .hide-left-column.hide-right-column .pb-right-column .right-block #buy_block .box-info-product .content_prices #reduction_percent, .hide-left-column.hide-right-column
        .pb-right-column .right-block #buy_block .box-info-product .content_prices #reduction_amount {
          display: inline-block; }
      .pb-right-column .right-block #buy_block .box-info-product .product_attributes {
        margin-top: 8px; }
        .pb-right-column .right-block #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_label {
          width: 150px;
          font-size: 14px;
          display: inline-block;
          color: #737373;
          font-weight: normal;
          padding-top: 4px; }
        .pb-right-column .right-block #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list {
          display: inline-block;
          min-width: 80px;
          width: auto; }
      .pb-right-column .right-block #buy_block .box-info-product .product_attributes,
      .pb-right-column .right-block #buy_block .box-info-product .box-cart-bottom {
        padding: 0; }
      .pb-right-column .right-block #buy_block .box-info-product #quantity_wanted_p input {
        width: 78px;
        height: 27px;
        padding: 0 6px;
        display: inline-block;
        border: 1px solid #dedede;
        line-height: 27px;
        vertical-align: top; }
      .pb-right-column .right-block #buy_block .box-info-product #quantity_wanted_p .btn {
        display: inline-block;
        margin-left: 0px;
        vertical-align: top; }
      .pb-right-column .right-block #buy_block .box-info-product #quantity_wanted_p label {
        display: inline-block;
        width: 90px;
        font-size: 14px;
        color: #737373;
        font-weight: normal;
        padding-top: 4px; }
      .pb-right-column .right-block #buy_block .box-info-product .exclusive {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        width: 100%;
        display: block;
        color: #3d3d3d;
        text-align: center;
        border: none;
        margin-bottom: 12px;
        background: #ffc928;
        padding: 0 6px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s; }
        .pb-right-column .right-block #buy_block .box-info-product .exclusive:hover {
          background: #ffbf00; }
          .pb-right-column .right-block #buy_block .box-info-product .exclusive:hover span:before {
            animation: bounceSpe 0.4s; }
        .pb-right-column .right-block #buy_block .box-info-product .exclusive span {
          padding: 11px 10px;
          display: block; }
          .pb-right-column .right-block #buy_block .box-info-product .exclusive span:before {
            display: inline-block;
            width: 21px;
            height: 26px;
            content: "";
            float: left;
            margin-top: -2px;
            background: url("../img/design/bt_cart.png") no-repeat; }
  @media (max-width: 1199px) {
    .pb-right-column .right-block {
      width: 37.5%; }
      .pb-right-column .right-block #buy_block .box-info-product {
        /* quantity_wanted */ }
        .pb-right-column .right-block #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_label {
          width: 120px;
          font-size: 12px; }
        .pb-right-column .right-block #buy_block .box-info-product #quantity_wanted_p input {
          width: 50px; }
        .pb-right-column .right-block #buy_block .box-info-product #quantity_wanted_p label {
          width: 88px;
          font-size: 12px; }
        .pb-right-column .right-block #buy_block .box-info-product .exclusive {
          font-size: 14px;
          line-height: 22px; } }
  @media (max-width: 991px) {
    .pb-right-column .right-block {
      width: 100%; }
      .pb-right-column .right-block #buy_block {
        margin-top: 10px; }
        .pb-right-column .right-block #buy_block .box-info-product {
          /* quantity_wanted */ }
          .pb-right-column .right-block #buy_block .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_label {
            width: 150px;
            font-size: 14px; }
          .pb-right-column .right-block #buy_block .box-info-product #quantity_wanted_p input {
            width: 50px; }
          .pb-right-column .right-block #buy_block .box-info-product #quantity_wanted_p label {
            width: 150px;
            font-size: 14px; }
          .pb-right-column .right-block #buy_block .box-info-product .exclusive {
            font-size: 18px;
            line-height: 22px; } }
.pb-right-column #bottom_right_col #quantity_discount {
  /* table product-discounts */ }
  .pb-right-column #bottom_right_col #quantity_discount .page-product-heading {
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #c1bfbf;
    margin-top: 15px;
    padding-bottom: 10px;
    color: #c1bfbf; }
  .pb-right-column #bottom_right_col #quantity_discount table.table-product-discounts {
    border: none;
    width: 100%;
    margin: 0 0 20px;
    background: #fff; }
    .pb-right-column #bottom_right_col #quantity_discount table.table-product-discounts tr th {
      border: none;
      color: #3d3d3d;
      padding: 6px 10px;
      background: none;
      text-shadow: none;
      font-weight: 600;
      border-bottom: 1px solid #c1bfbf;
      text-transform: none; }
    .pb-right-column #bottom_right_col #quantity_discount table.table-product-discounts tr td {
      border: none;
      width: 33.33333%;
      border-bottom: 1px solid #c1bfbf;
      font-size: 12px;
      padding: 4px 10px; }
  @media (max-width: 767px) {
    .pb-right-column #bottom_right_col #quantity_discount .page-product-heading {
      font-size: 13px;
      text-align: center;
      padding-bottom: 5px;
      margin-top: 5px; }
    .pb-right-column #bottom_right_col #quantity_discount table.table-product-discounts tr th {
      line-height: 14px; }
    .pb-right-column #bottom_right_col #quantity_discount table.table-product-discounts tr td {
      font-size: 11px; }
      .pb-right-column #bottom_right_col #quantity_discount table.table-product-discounts tr td:first-child {
        width: 33.33333%;
        font-weight: 600;
        color: #3d3d3d; } }

#product_tab {
  border-bottom: 1px solid #c1bfbf; }
  #product_tab li a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    border: none;
    padding-left: 30px;
    padding-right: 30px; }
    #product_tab li a:before {
      content: "";
      display: block;
      height: 16px;
      width: 1px;
      right: 0;
      position: absolute;
      top: 12px;
      background: #dadada; }
    #product_tab li a:after {
      content: "";
      display: block;
      height: 2px;
      left: 30px;
      right: 30px;
      position: absolute;
      bottom: 0px;
      background: none; }
  #product_tab li:first-child a {
    padding-left: 0; }
    #product_tab li:first-child a:after {
      left: 0px; }
  #product_tab li:last-child a:before {
    display: none; }
  #product_tab li:hover a {
    border: none;
    background: none; }
    #product_tab li:hover a:after {
      background: #ffc928; }
  #product_tab li.active a {
    border: none;
    background: none; }
    #product_tab li.active a:after {
      background: #ffc928; }
  @media (max-width: 767px) {
    #product_tab li a {
      font-size: 13px;
      padding-left: 12px;
      padding-right: 12px; }
      #product_tab li a:before {
        content: "";
        display: block;
        height: 16px;
        width: 1px;
        right: 0;
        position: absolute;
        top: 12px;
        background: #dadada; }
      #product_tab li a:after {
        left: 20px;
        right: 20px; } }

#product_tab_content {
  margin-top: 10px; }
  #product_tab_content #product_description ul {
    list-style-type: none;
    margin: 0 0 10px 0; }
    #product_tab_content #product_description ul li {
      font-size: 13px;
      line-height: 16px;
      padding-bottom: 10px;
      color: #737373; }
      #product_tab_content #product_description ul li:before {
        content: "\f0da";
        font-family: "FontAwesome";
        font-size: 13px;
        color: #ffc928;
        margin-right: 2px; }
      #product_tab_content #product_description ul li ul {
        padding-left: 15px; }
        #product_tab_content #product_description ul li ul li:first-child {
          padding-top: 10px; }
  #product_tab_content #product_data {
    /* table_data_sheet */ }
    #product_tab_content #product_data .table-data-sheet {
      border: none;
      width: 100%;
      margin: 0 0 20px;
      background: #fff; }
      #product_tab_content #product_data .table-data-sheet tr th {
        border: none;
        color: #3d3d3d;
        padding: 6px 10px;
        background: none;
        text-shadow: none;
        font-weight: 600;
        border-bottom: 1px solid #c1bfbf;
        text-transform: none; }
      #product_tab_content #product_data .table-data-sheet tr td {
        border: none;
        border-bottom: 1px solid #c1bfbf;
        font-size: 12px;
        padding: 4px 10px; }
        #product_tab_content #product_data .table-data-sheet tr td:first-child {
          width: 25%;
          font-weight: 600;
          color: #3d3d3d; }
    @media (max-width: 767px) {
      #product_tab_content #product_data .table-data-sheet tr th {
        line-height: 14px; }
      #product_tab_content #product_data .table-data-sheet tr td {
        font-size: 11px; }
        #product_tab_content #product_data .table-data-sheet tr td:first-child {
          width: 33.33333%;
          font-weight: 600;
          color: #3d3d3d; } }

/* miniatures */
.pb-left-column #views_block {
  margin-top: 10px;
  position: relative; }
  @media (max-width: 767px) {
    .pb-left-column #views_block {
      width: 280px;
      margin: 10px auto 0px auto; } }

#thumbs_list {
  overflow: hidden;
  float: left;
  width: 100%; }
  @media (max-width: 991px) {
    #thumbs_list {
      float: none;
      width: 190px;
      margin: 0 auto; } }
  #thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    height: 85px;
    margin-bottom: 0; }
  #thumbs_list li {
    float: left;
    height: 85px;
    width: 85px;
    cursor: pointer;
    margin-right: 6px;
    line-height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #thumbs_list li.last {
      margin-right: 0; }
    #thumbs_list li a {
      display: block;
      border: 1px solid #d6d6d6;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #fbfbfb; }
      #thumbs_list li a:hover, #thumbs_list li a.shown {
        border-color: #ffc928; }
        #thumbs_list li a:hover img, #thumbs_list li a.shown img {
          border-color: #ffc928; }
    #thumbs_list li img {
      border: 1px solid #fff;
      width: 100%;
      height: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  @media (max-width: 1199px) {
    #thumbs_list li {
      margin-right: 19px; } }
  @media (max-width: 991px) {
    #thumbs_list li {
      margin-right: 19px; } }

#view_scroll_left,
#view_scroll_right {
  margin-top: 38px;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 99; }
  #view_scroll_left:before,
  #view_scroll_right:before {
    padding-left: 2px;
    color: #c0c0c0;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px; }
  #view_scroll_left:hover:before,
  #view_scroll_right:hover:before {
    color: #333; }

#view_scroll_right {
  right: 0; }
  #view_scroll_right:before {
    content: "\f138"; }

#view_scroll_left {
  left: 0; }
  #view_scroll_left:before {
    content: "\f137";
    padding-right: 2px; }

.resetimg {
  padding: 10px 0 5px 0; }
  .resetimg #resetImages i {
    margin-right: 6px; }

/* link list */
#usefull_link_block {
  list-style-type: none;
  margin-top: 5px; }
  #usefull_link_block li {
    margin: 0 0 2px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      #usefull_link_block li {
        float: none !important; } }
    #usefull_link_block li:first-child {
      margin: 0 0 2px 0;
      border: none;
      padding: 0; }
    #usefull_link_block li a {
      color: #737373;
      font-weight: normal;
      position: relative;
      padding-left: 20px;
      line-height: 16px;
      display: inline-block; }
      #usefull_link_block li a:before {
        font-family: "FontAwesome";
        color: #737373;
        font-size: 14px;
        line-height: 16px;
        position: absolute;
        top: 0px;
        left: 0px;
        font-weight: normal; }
      #usefull_link_block li a:hover {
        color: #000; }
    #usefull_link_block li.print a:before {
      content: "\f02f"; }
    #usefull_link_block li.sendtofriend a:before {
      content: "\f0e0"; }
    #usefull_link_block li#left_share_fb {
      clear: both;
      float: none; }
      #usefull_link_block li#left_share_fb a {
        padding-left: 18px; }
      #usefull_link_block li#left_share_fb a:before {
        content: "\f09a"; }
    #usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
      cursor: pointer;
      font-weight: 700;
      clear: both;
      float: none;
      margin: 0 0 8px 0;
      border: none;
      padding: 0;
      position: relative; }
      #usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
        font-family: "FontAwesome";
        color: #333;
        font-size: 19px;
        line-height: 24px;
        position: absolute;
        top: -2px;
        left: 0;
        font-weight: normal;
        content: "\f08a"; }
      #usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
        color: #000; }
    #usefull_link_block li#favoriteproducts_block_extra_removed:before {
      content: "\f004"; }

/* pb-left-column ****************************************************************************** */
.pb-center-column {
  margin-bottom: 30px;
  /* form */ }
  .pb-center-column p {
    margin-bottom: 10px; }
  .pb-center-column #product_reference {
    margin-bottom: 6px; }
  .pb-center-column #buy_block {
    margin-top: 10px; }
    .pb-center-column #buy_block label {
      display: inline-block;
      width: 125px;
      font-weight: 700;
      font-size: 12px;
      text-align: right; }
    .pb-center-column #buy_block p.price {
      padding: 0; }
  .pb-center-column #color_picker p {
    padding-bottom: 5px;
    font-weight: 700; }

#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin: 10px 0 -5px;
  position: relative; }
  #product p#loyalty b {
    color: #333; }
  #product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    left: 0; }

#page .rte {
  padding: 0;
  word-wrap: break-word; }
  #page .rte p {
    margin-bottom: 1em;
    min-height: 1px; }

#attributes fieldset {
  padding-bottom: 3px; }
  #attributes fieldset label {
    vertical-align: top;
    display: block; }
#attributes .attribute_list {
  width: 100%; }
  #attributes .attribute_list .form-control {
    max-width: 230px; }
    #attributes .attribute_list .form-control option {
      background: #fff;
      color: #666; }
  #attributes .attribute_list .selector {
    width: 100% !important; }
    #attributes .attribute_list .selector span {
      color: #000;
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      font-weight: normal;
      width: 100% !important; }
  #attributes .attribute_list ul {
    clear: both; }
    #attributes .attribute_list ul li {
      float: left;
      margin-right: 10px; }
  #attributes .attribute_list input.attribute_radio {
    float: left;
    margin-left: 3px; }
  #attributes .attribute_list div.radio,
  #attributes .attribute_list div.radio span,
  #attributes .attribute_list div.radio input {
    float: none;
    display: inline-block; }
  #attributes .attribute_list #color_to_pick_list {
    list-style-type: none;
    margin-bottom: 0; }
    #attributes .attribute_list #color_to_pick_list li {
      float: left;
      margin: 0 3px 3px 0;
      padding: 1px;
      border: 1px solid #dedede;
      clear: none;
      width: 26px;
      height: 26px; }
      #attributes .attribute_list #color_to_pick_list li a.color_pick {
        display: block;
        height: 22px;
        width: 22px;
        cursor: pointer; }
        #attributes .attribute_list #color_to_pick_list li a.color_pick img {
          display: block;
          height: 22px;
          width: 22px; }
      #attributes .attribute_list #color_to_pick_list li.selected {
        border: 1px solid #4d4d4d; }

.box-cart-bottom {
  padding: 0; }

#short_description_content a,
.page-product-box .rte a {
  color: #333333;
  text-decoration: underline; }
#short_description_content a.btn,
.page-product-box .rte a.btn {
  text-decoration: none; }

/* accessories  */
#accessories .customNavigation a {
  padding: 0; }
#accessories .customNavigation .prev-accessories {
  position: absolute;
  top: -5px;
  left: 0;
  background: #fff;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: block;
  box-shadow: none;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }
#accessories .customNavigation .next-accessories {
  position: absolute;
  top: -5px;
  right: 0;
  background: #fff;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: block;
  box-shadow: none;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%; }
#accessories .customNavigation i {
  font-size: 24px; }
@media (max-width: 767px) {
  #accessories .customNavigation .prev-accessories {
    top: 20px; }
  #accessories .customNavigation .next-accessories {
    top: 20px; } }

#accessories_block {
  margin: 15px 0 0 0; }
  #accessories_block .ajax_block_product {
    padding: 0 15px; }
    #accessories_block .ajax_block_product hr {
      display: none; }
    #accessories_block .ajax_block_product .product-image-container {
      margin-bottom: 0; }
    #accessories_block .ajax_block_product h2 {
      margin-top: 10px;
      line-height: 16px;
      min-height: 32px; }
      #accessories_block .ajax_block_product h2 .product-name {
        text-transform: uppercase;
        font-size: 14px;
        line-height: 16px; }
    #accessories_block .ajax_block_product .right-block .content_price .from {
      font-size: 12px;
      color: #737373; }
    #accessories_block .ajax_block_product .right-block .content_price .product-price.price {
      font-weight: bold;
      color: #ffc928;
      font-size: 24px; }
    #accessories_block .ajax_block_product .right-block .content_price .product-price.old-price {
      font-size: 14px;
      font-weight: normal;
      color: #3d3d3d;
      margin-right: 2px; }
    #accessories_block .ajax_block_product .right-block .content_price .price-percent-reduction {
      margin-left: 0; }
    #accessories_block .ajax_block_product .right-block #stock_info {
      display: none; }
    #accessories_block .ajax_block_product .right-block .lnk_view {
      font-weight: 600;
      font-size: 16px;
      line-height: 23px;
      text-transform: uppercase;
      width: 100%;
      color: #3d3d3d;
      text-align: center;
      border: 2px solid #ffc928;
      margin-bottom: 18px;
      display: inline-block;
      background: #fff;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      -ms-transition: all 0.4s; }
      #accessories_block .ajax_block_product .right-block .lnk_view:hover {
        background: #ffc928;
        color: #fff; }
        #accessories_block .ajax_block_product .right-block .lnk_view:hover span:before {
          background: url("../img/design/bt_eye_white.png") no-repeat; }
      #accessories_block .ajax_block_product .right-block .lnk_view span {
        padding: 4px 16px 4px 14px; }
        #accessories_block .ajax_block_product .right-block .lnk_view span:before {
          display: inline-block;
          width: 22px;
          height: 14px;
          content: "";
          float: left;
          margin-top: 4px;
          background: url("../img/design/bt_eye.png") no-repeat;
          transition: all 0.4s;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -o-transition: all 0.4s;
          -ms-transition: all 0.4s; }
    #accessories_block .ajax_block_product .right-block .ajax_add_to_cart_button {
      display: none; }
  @media (max-width: 1199px) {
    #accessories_block .ajax_block_product .right-block .content_price .from {
      display: none; }
    #accessories_block .ajax_block_product .right-block .content_price .product-price.price {
      font-size: 20px; }
    #accessories_block .ajax_block_product .right-block .content_price .product-price.old-price {
      font-size: 12px; }
    #accessories_block .ajax_block_product .right-block .lnk_view span {
      padding-left: 25px; } }

.accessories-block .block_description {
  display: none; }
.accessories-block .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 2px 8px 3px;
  text-decoration: none; }
  .accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
    text-decoration: none; }
.accessories-block .product-name {
  margin-bottom: 5px; }
  .accessories-block .product-name a {
    font-size: 15px;
    line-height: 18px;
    color: #3a3939; }
    .accessories-block .product-name a:hover {
      color: #515151; }
.accessories-block div ul li a {
  display: inline-block; }
.accessories-block div ul li.s_title_block a,
.accessories-block div ul li.s_title_block span {
  font-weight: 700; }

/* box-security */
.box-security {
  border-top: 1px solid #dfdede;
  padding: 19px 19px 6px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
  background-image: -moz-linear-gradient(#ffffff, #fbfbfb);
  background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);
  background-image: linear-gradient(#ffffff, #fbfbfb);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fbfbfb',GradientType=0 ); }

/* online_only */
.pb-center-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: left; }

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
  width: 555px;
  overflow: hidden; }
  @media (max-width: 767px) {
    #send_friend_form {
      width: 280px; } }
  #send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #dedede; }
  #send_friend_form .product p {
    padding: 0;
    color: #333; }
    #send_friend_form .product p .product_name {
      font-size: 12px;
      color: #000; }
  #send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #dedede;
    background: #fbfbfb; }
    #send_friend_form .form_container p.intro_form {
      padding-bottom: 6px;
      font-weight: 700;
      font-size: 13px;
      color: #333; }
    #send_friend_form .form_container p.txt_required {
      padding-bottom: 0;
      color: #666; }
    #send_friend_form .form_container .text {
      padding-bottom: 10px; }
      #send_friend_form .form_container .text label {
        display: block;
        padding: 0;
        width: 100%;
        font-size: 12px; }
      #send_friend_form .form_container .text input {
        padding: 0 5px;
        height: 22px;
        width: 100%;
        border: 1px solid #dedede;
        font-size: 12px;
        color: #666; }
  #send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right; }

/* PERSONNALISATION ##################################################################### */
p.infoCustomizable {
  margin-bottom: 30px; }

ul#uploadable_files,
ul#text_fields {
  list-style-type: none; }

.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede; }

.customizationUploadLine {
  padding-bottom: 10px; }
  .customizationUploadLine label {
    display: block;
    vertical-align: top; }
  .customizationUploadLine textarea {
    /*width: 50%;*/
    border: 1px solid #dedede;
    color: #777777; }

.customizationUploadBrowse img + a {
  position: relative;
  top: -51px; }

#customizedDatas {
  float: right; }

/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only div.primary_block {
  margin-bottom: 0; }
  @media (max-width: 991px) {
    #product.content_only div.primary_block {
      margin-right: 0; } }
  #product.content_only div.primary_block div.pb-left-column {
    padding: 20px 20px 5px 35px;
    width: 47%; }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-left-column {
        width: 100%;
        float: none; } }
    #product.content_only div.primary_block div.pb-left-column span.view_scroll_spacer {
      width: 38px;
      padding-left: 10px; }
    #product.content_only div.primary_block div.pb-left-column #thumbs_list {
      width: 392px; }
  #product.content_only div.primary_block div.pb-center-column {
    padding: 20px 20px 60px 0px;
    width: 27.5%;
    margin-bottom: 0;
    min-height: 623px;
    height: 100%; }
    @media (max-width: 991px) {
      #product.content_only div.primary_block div.pb-center-column {
        min-height: 440px; } }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-center-column {
        width: 100%;
        float: none; } }
    #product.content_only div.primary_block div.pb-center-column .product_comments_block_extra {
      padding-right: 0; }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-center-column .comments_advices li {
        display: block; }
      #product.content_only div.primary_block div.pb-center-column .comments_advices a.reviews {
        margin: 0;
        padding: 0;
        border: none; } }
    #product.content_only div.primary_block div.pb-center-column #ShareDiv {
      position: absolute;
      bottom: 8px; }
  #product.content_only div.primary_block div.pb-right-column {
    width: 25.5%;
    padding-right: 15px;
    padding-left: 0; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product {
      border-top-width: 0px;
      border-right: none;
      border-bottom: none;
      min-height: 623px;
      height: 100%;
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0;
      border-radius: 0 4px 4px 0;
      position: relative;
      padding-bottom: 125px; }
      @media (max-width: 991px) {
        #product.content_only div.primary_block div.pb-right-column .box-info-product {
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          border-radius: 0;
          border: 1px solid #dedede; } }
      #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive {
        display: block;
        width: 100%; }
        #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:before, #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive:after {
          display: block; }
        #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
          font-size: 20px;
          text-align: center; }
          @media (max-width: 1199px) {
            #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
              padding: 12px 22px 14px 70px;
              font-size: 20px; } }
      #product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
        right: 0;
        left: 0; }
    #product.content_only div.primary_block div.pb-right-column #attributes .attribute_list .form-control {
      width: 230px; }
    #product.content_only div.primary_block div.pb-right-column .product_attributes,
    #product.content_only div.primary_block div.pb-right-column .box-cart-bottom {
      -moz-box-shadow: transparent 0px 0px 0px;
      -webkit-box-shadow: transparent 0px 0px 0px;
      box-shadow: transparent 0px 0px 0px; }
    #product.content_only div.primary_block div.pb-right-column .product_attributes {
      padding-top: 0; }

.addsharethisinner .stButton .stArrow {
  display: none !important; }

@media (max-width: 1050px) {
  #product.content_only div.primary_block div.pb-left-column,
  #product.content_only section.primary_block div.pb-left-column {
    width: 100%;
    padding-right: 15px; }
    #product.content_only div.primary_block div.pb-left-column #image-block, #product.content_only div.primary_block div.pb-left-column #views_block,
    #product.content_only section.primary_block div.pb-left-column #image-block,
    #product.content_only section.primary_block div.pb-left-column #views_block {
      max-width: 470px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    #product.content_only div.primary_block div.pb-left-column #thumbs_list li,
    #product.content_only section.primary_block div.pb-left-column #thumbs_list li {
      width: 90px;
      height: 90px; }
      #product.content_only div.primary_block div.pb-left-column #thumbs_list li img,
      #product.content_only section.primary_block div.pb-left-column #thumbs_list li img {
        width: 82px;
        height: 82px; }
  #product.content_only div.primary_block div.pb-center-column,
  #product.content_only section.primary_block div.pb-center-column {
    width: 50%;
    float: left;
    padding-left: 35px; }
  #product.content_only div.primary_block div.pb-right-column,
  #product.content_only section.primary_block div.pb-right-column {
    width: 50%;
    float: left; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product,
    #product.content_only section.primary_block div.pb-right-column .box-info-product {
      border-top-width: 1px;
      min-height: 1px; } }
.page-product-box .page-product-heading {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 2px solid #3d3d3d; }

/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
  border: 1px solid #dedede; }
.ie8 .box-security {
  filter: none; }

/*** FANCYBOX ***/
#customization-description .title {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffc928; }

/*** GSR ***/
#gsr {
  margin-bottom: 10px; }
  #gsr .review-report i {
    color: #ffbf00; }
  #gsr .read-review,
  #gsr .report-link {
    display: inline-block;
    background: none;
    text-align: center;
    border: 1px solid #ffc928;
    padding: 5px 8px 4px 8px;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    text-transform: uppercase;
    color: #737373;
    font-weight: normal;
    text-decoration: none;
    white-space: normal;
    margin-top: 6px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s; }
    #gsr .read-review:hover,
    #gsr .report-link:hover {
      color: #fff;
      background: #ffc928; }
      #gsr .read-review:hover i,
      #gsr .report-link:hover i {
        color: #fff; }
    #gsr .read-review i,
    #gsr .report-link i {
      color: #ffc928;
      margin-right: 2px;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      -ms-transition: all 0.4s; }
  #gsr .report-link {
    margin-top: 0;
    font-size: 12px !important;
    color: #737373; }
  #gsr.productAction.average-heading {
    padding: 0 !important;
    box-shadow: none !important; }
    #gsr.productAction.average-heading .average-heading-title {
      text-transform: uppercase;
      font-weight: normal;
      border-bottom: 1px solid #ffc928;
      padding-bottom: 2px; }
      #gsr.productAction.average-heading .average-heading-title strong {
        font-weight: normal !important; }
      #gsr.productAction.average-heading .average-heading-title i {
        color: #ffc928; }
    #gsr.productAction.average-heading #gsrDisplayReview span {
      font-weight: normal !important;
      white-space: normal; }
    #gsr.productAction.average-heading #reviewForm {
      display: inline-block;
      background: none;
      text-align: center;
      border: 1px solid #ffc928;
      padding: 5px 8px 4px 8px;
      font-size: 12px;
      line-height: 14px;
      width: 100%;
      text-transform: uppercase;
      color: #737373;
      font-weight: normal;
      text-decoration: none;
      white-space: normal;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      -ms-transition: all 0.4s; }
      #gsr.productAction.average-heading #reviewForm:hover {
        color: #fff;
        background: #ffc928; }
        #gsr.productAction.average-heading #reviewForm:hover i {
          color: #fff; }
      #gsr.productAction.average-heading #reviewForm i {
        color: #ffc928;
        margin-right: 2px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -ms-transition: all 0.4s; }

/*# sourceMappingURL=product.css.map */
