h1 {
  margin-top: 0; }

/* product desc */
/* primary_block */
.primary_block {
  margin-bottom: 30px; }
  .primary_block h1 {
    margin-bottom: 20px; }

a.fancybox-nav {
  outline: 0; }

.product-page .label {
  height: 24px;
  line-height: 20px;
  text-transform: uppercase;
  display: inline-block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

/* pb-left-column */
.pb-left-column #image-block {
  position: relative;
  display: block;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  margin: 0 auto;
  text-align: center; }
.pb-left-column #view_full_size {
  display: inline-block; }
  .pb-left-column #view_full_size .span_link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -68px;
    display: block;
    padding: 10px;
    text-align: center;
    line-height: 22px;
    color: #777676;
    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 .new-box {
  position: absolute;
  top: -1px;
  left: -1px; }
.pb-left-column .soldlabel {
  position: absolute;
  top: -1px;
  right: -1px; }

/* miniatures */
.pb-left-column #views_block {
  width: 260px;
  margin: 10px auto 0px auto; }
  @media (min-width: 992px) {
    .pb-left-column #views_block {
      width: 360px; } }

#thumbs_list {
  overflow: hidden;
  float: left;
  width: 194px; }
  @media (min-width: 992px) {
    #thumbs_list {
      width: 294px; } }
  #thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    height: 90px; }
  #thumbs_list li {
    float: left;
    height: 90px;
    width: 90px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    margin-right: 8px;
    line-height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #thumbs_list li a {
      display: block;
      border: 3px solid #e5e5e5;
      -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: #f9f9f9; }
      #thumbs_list li a:hover, #thumbs_list li a.shown {
        border-color: #b2b2b2; }
    #thumbs_list li img {
      width: 100%;
      height: 100%; }

span.view_scroll_spacer {
  float: left; }

#view_scroll_left:before, #view_scroll_right:before {
  color: #6f6f6f;
  font-family: "FontAwesome";
  font-size: 25px;
  line-height: 25px; }
#view_scroll_left:hover:before, #view_scroll_right:hover:before {
  color: #888888; }

#view_scroll_right {
  float: left;
  padding-left: 10px;
  margin-top: 38px; }
  #view_scroll_right:before {
    content: "\f138"; }

#view_scroll_left {
  padding-right: 10px; }
  #view_scroll_left:before {
    content: "\f137"; }

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

.view_scroll_spacer {
  margin-top: 38px; }

/* link list */
#usefull_link_block {
  list-style-type: none; }
  #usefull_link_block li {
    margin: 0 0 8px 0; }
    #usefull_link_block li a {
      position: relative;
      padding-left: 20px;
      line-height: 14px;
      font-size: 12px;
      display: inline-block; }
      #usefull_link_block li a:before {
        font-family: "FontAwesome";
        position: absolute;
        left: 0; }
    #usefull_link_block li.print a:before {
      content: "\f02f"; }

/* pb-right-column */
#short_description_block {
  margin-bottom: 15px; }

#short_description_content {
  margin-bottom: 15px; }

.pb-right-column #product_reference {
  margin-bottom: 6px; }

.fix-cart.affix {
  position: static !important; }
.fix-cart.affix-bottom {
  position: static !important; }
@media (min-width: 992px) {
  .fix-cart.affix {
    position: fixed !important;
    top: 60px; }
  .fix-cart.affix-bottom {
    position: absolute !important; } }

/* form */
#buy_block .content_prices {
  margin-bottom: 20px; }
  #buy_block .content_prices .add_wishlist_product {
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
    position: absolute;
    top: -2px;
    right: 10px; }
    #buy_block .content_prices .add_wishlist_product.added {
      color: #e11b22; }
      #buy_block .content_prices .add_wishlist_product.added i.icon-heart-empty:before {
        content: "\F004"; }
#buy_block .qty-block {
  margin-bottom: 20px; }
#buy_block #attributes fieldset {
  padding-bottom: 3px; }
  #buy_block #attributes fieldset label {
    vertical-align: top;
    display: block; }
#buy_block #attributes .attribute_fieldset {
  margin-bottom: 10px; }
#buy_block #attributes .attribute_list {
  width: 100%; }
  #buy_block #attributes .attribute_list #color_to_pick_list {
    list-style-type: none; }
    #buy_block #attributes .attribute_list #color_to_pick_list li {
      float: left;
      margin: 0 3px 3px 0;
      padding: 1px;
      border: 1px solid #e5e5e5;
      clear: none; }
      #buy_block #attributes .attribute_list #color_to_pick_list li a.color_pick {
        display: block;
        height: 22px;
        width: 22px;
        cursor: pointer; }
        #buy_block #attributes .attribute_list #color_to_pick_list li a.color_pick img {
          display: block;
          height: 22px;
          width: 22px; }
      #buy_block #attributes .attribute_list #color_to_pick_list li.selected {
        border: 1px solid #333; }
#buy_block .box-info-product .exclusive:before {
  font-family: "FontAwesome";
  content: "\f07a";
  padding-right: 5px; }
#buy_block .box-info-product .exclusive.added:before {
  content: "\f00c"; }
#buy_block .box-info-product .exclusive.added.disabled:before, #buy_block .box-info-product .exclusive.disabled:before {
  content: "\f110";
  animation: 2s linear 0s normal none infinite spin;
  -webkit-animation: 2s linear 0s normal none infinite spin;
  -moz-animation: 2s linear 0s normal none infinite spin;
  border: none; }
@media (min-width: 992px) {
  #buy_block #add_to_cart {
    margin-top: 26px; } }

.box-security {
  padding: 10px 0; }

/* quantity_wanted */
#quantity_wanted_p input {
  text-align: center; }
#quantity_wanted_p label {
  display: block;
  margin-bottom: 7px; }
#quantity_wanted_p .btn {
  color: #666;
  border-color: #e5e5e5;
  background-color: #eee;
  background-image: none; }
  #quantity_wanted_p .btn:hover {
    background-color: #ddd; }

/* availability_statut */
#availability_statut span#availability_label, #availability_date_label {
  display: inline-block;
  width: 125px;
  font-weight: 700;
  font-size: 12px;
  text-align: right; }

#quantityAvailable {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700; }

#availability_statut {
  display: inline-block;
  margin-top: 6px; }

#availability_statut .label {
  display: block;
  font-size: 90%;
  white-space: inherit; }

/* prices */
.discount {
  display: none; }

.our_price_display {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 0;
  display: inline-block;
  color: #ca181f; }
  .our_price_display .price {
    font-size: 25px; }

#old_price {
  text-decoration: line-through;
  display: inline-block;
  line-height: 23px;
  color: #a2a2a2;
  margin-bottom: 0; }
  #old_price .price {
    color: #a2a2a2; }

#reduction_percent, #reduction_amount {
  margin-right: 5px;
  margin-left: 15px;
  margin-bottom: 0;
  padding: 2px 4px;
  font-size: 16px;
  display: inline-block; }
  #reduction_percent span, #reduction_amount span {
    display: block; }

#product_payment_logos .box-security {
  text-align: center; }
  #product_payment_logos .box-security a {
    display: inline-block; }

/* 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 #e5e5e5; }

.customizationUploadLine {
  padding-bottom: 10px; }
  .customizationUploadLine label {
    display: block;
    vertical-align: top; }
  .customizationUploadLine textarea {
    width: 50%; }

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

#customizedDatas {
  float: right; }

/* Quick View Styles */
#product.content_only .product-page {
  padding: 15px; }
#product.content_only .box-security {
  display: none; }
#product.content_only #short_description_block .buttons_bottom_block {
  display: none; }
