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

img {
  max-width: 100%;
  height: auto;
}

/* .pb-left-column ***************************************************************************** */
.pb-left-column {
  /* miniatures */
}
.pb-left-column .p-label {
  position: absolute;
  top: 5px;
  left: 5px;
}
.pb-left-column #image-block {
  border: 2px solid #000;
  position: relative;
  margin-bottom: 10px;
  padding: 0px !important;
  background: #f8f8f8;
  text-align: center;
}
.pb-left-column #image-block img {
  display: inline-block;
  width: 100%;
  /* Ensures the image is not wider than its container */
  background-color: white;
}
.pb-left-column #image-block #view_full_size {
  display: block;
  cursor: pointer;
  text-align: center;
}
.pb-left-column #image-block #view_full_size a {
  display: inline-block;
  overflow: hidden;
}
.pb-left-column #image-block #view_full_size .span_link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  padding: 4px;
  text-align: center;
  line-height: 20px;
}
.pb-left-column #image-block #view_full_size .span_link:after {
  font-family: "FontAwesome";
  color: #c0c0c0;
  font-size: 20px;
  line-height: 20px;
  content: "\f00e";
  font-weight: normal;
  margin: 0 0 0 2px;
}
.pb-left-column #image-block #view_full_size .span_link:hover:after {
  color: #1463a9;
}
.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 #views_block {
  position: relative;
}

#thumbs_list {
  overflow-x: scroll;
  width: 100%;
}
#thumbs_list ul#thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
  margin: 0 auto;
  height: 90px;
}
#thumbs_list li {
  float: left;
  height: 82px;
  width: 82px;
  cursor: pointer;
  border: 2px solid #000;
  margin-right: 8px;
  line-height: 0;
  box-sizing: border-box;
  overflow: hidden;
}
#thumbs_list li:hover {
  border-color: #000;
}
#thumbs_list li a {
  display: block;
  transition: all 0.3s ease;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
#thumbs_list li img {
  margin: auto;
  box-sizing: border-box;
}

.primary_block {
  margin-bottom: 0px;
}
.primary_block .show-right-column.hide-left-column #thumbs_list, .primary_block .hide-right-column.show-left-column #thumbs_list {
  width: 294px;
}
@media (min-width: 992px) and (max-width: 1169px) {
  .primary_block .show-right-column.hide-left-column #thumbs_list, .primary_block .hide-right-column.show-left-column #thumbs_list {
    width: 194px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .primary_block .show-right-column.hide-left-column #thumbs_list, .primary_block .hide-right-column.show-left-column #thumbs_list {
    width: 82px;
  }
}
@media (max-width: 767px) {
  .primary_block .show-right-column.hide-left-column #thumbs_list, .primary_block .hide-right-column.show-left-column #thumbs_list {
    width: 196px;
  }
}
.primary_block span.view_scroll_spacer {
  float: left;
  width: 20px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -6px;
  z-index: 1000;
}
.primary_block .show-right-column.hide-left-column span.view_scroll_spacer, .primary_block .hide-right-column.show-left-column span.view_scroll_spacer {
  width: 27px;
  padding-left: 2px;
}
@media (min-width: 992px) and (max-width: 1169px) {
  .primary_block .show-right-column.hide-left-column span.view_scroll_spacer, .primary_block .hide-right-column.show-left-column span.view_scroll_spacer {
    width: 44px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .primary_block .show-right-column.hide-left-column span.view_scroll_spacer, .primary_block .hide-right-column.show-left-column span.view_scroll_spacer {
    width: 41px;
    padding-left: 13px;
  }
}
@media (max-width: 767px) {
  .primary_block .show-right-column.hide-left-column span.view_scroll_spacer, .primary_block .hide-right-column.show-left-column span.view_scroll_spacer {
    width: 45px;
    padding-left: 14px;
  }
}

#view_scroll_left,
#view_scroll_right {
  height: 20px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 1000;
}
#view_scroll_left:before,
#view_scroll_right:before {
  color: #000000;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 22px;
}
#view_scroll_left:hover:before,
#view_scroll_right:hover:before {
  color: #1463a9;
}

#view_scroll_right {
  right: 20px;
}
#view_scroll_right:before {
  content: "\f054";
}

#view_scroll_left {
  margin-top: 0;
  left: 20px;
}
#view_scroll_left:before {
  content: "\f053";
  padding-right: 2px;
}

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

/* link list */
#usefull_link_block {
  list-style-type: none;
  margin: 0 0 10px;
}
#usefull_link_block li {
  margin: 0 0 8px 0;
}
#usefull_link_block li:first-child {
  margin: 0 0 8px 0;
  border: none;
  padding: 0;
}
#usefull_link_block li a {
  position: relative;
  padding-left: 25px;
  line-height: 22px;
  display: inline-block;
  font-weight: 500;
}
#usefull_link_block li a:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  left: 0;
  font-weight: normal;
}
#usefull_link_block li a:hover:before {
  color: #000;
}
#usefull_link_block li.print a:before {
  content: "\f02f";
}
#usefull_link_block li.sendtofriend a:before {
  content: "\f003";
}
#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;
  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";
  font-size: 19px;
  line-height: 24px;
  position: absolute;
  top: -2px;
  left: 0;
  font-weight: normal;
  content: "\f08a";
}
#usefull_link_block li#favoriteproducts_block_extra_removed:before {
  content: "\f004";
}

.nav-tabs.page-product-heading {
  background-color: #f3f3f3;
  border-bottom: none;
  clear: both;
}
.nav-tabs.page-product-heading > li {
  margin: 0;
  float: left;
}
.nav-tabs.page-product-heading > li > a {
  transition: all 0.4s ease 0s;
  margin: 0;
  padding: 16px 15px 10px 15px;
  border-radius: 0;
  font-size: 12px;
  font-family: "Gothic";
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  display: block;
  border: 0px;
  border-bottom: 2px solid transparent;
}
.nav-tabs.page-product-heading > li > a:hover {
  border: 0px;
  border-bottom: 2px solid #1463a9;
  color: #1463a9;
  background-color: transparent;
}
.nav-tabs.page-product-heading > li.active > a, .nav-tabs.page-product-heading > li.active > a:hover, .nav-tabs.page-product-heading > li.active > a:focus {
  background-color: transparent;
  border: 0px;
  border-bottom: 2px solid #1463a9;
  color: #1463a9;
}

.tab-content.page-product-content {
  padding: 20px;
  border: 1px solid #000;
}

/* pb-left-column ****************************************************************************** */
.pb-center-column {
  position: static;
  /* form */
}
.pb-center-column .socialsharing_product {
  margin-left: 0px;
  margin-bottom: 0;
}
.pb-center-column h1 {
  font-family: "Gothic";
  font-size: 26px;
  line-height: 29px;
  font-weight: 700;
  position: static;
  margin: auto;
  color: #222222;
  margin: 0 0 10px 0;
}
@media (max-width: 479px) {
  .pb-center-column h1 {
    margin: 5px 0 5px 0;
    text-align: center;
  }
  .pb-center-column #short_description_block {
    text-align: center;
  }
}
.pb-center-column p {
  margin-bottom: 10px;
  font-family: "Gothic";
}
.pb-center-column #product_reference {
  text-align: center;
  font-size: 85%;
  font-weight: bold;
  margin-bottom: 0;
}
.pb-center-column #product_condition {
  border-left: 3px solid #1463a9;
  padding-left: 20px;
}
.pb-center-column #short_description_block {
  color: #333333;
  margin: 0 0 10px 0;
}
.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;
}

/************************ .pb-right-column *************/
.pb-right-column {
  padding: 0px 20px 0px 20px;
  margin-bottom: 0px;
}
.pb-right-column .category_tags {
  margin-top: 0;
  border-left: 3px solid #000;
  padding-left: 20px;
}

.product_attributes {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0px;
}

#attributes fieldset {
  margin: 0;
}
#attributes fieldset label {
  display: block;
  margin-bottom: 10px;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
#attributes .attribute_list {
  max-width: 350px;
  margin: 0 auto;
}
#attributes .attribute_list .form-control {
  max-width: 230px;
  border-radius: 0;
}
#attributes .attribute_list .form-control option {
  color: #333333;
}
#attributes .attribute_list ul {
  clear: both;
}
#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;
}
#attributes .attribute_list #color_to_pick_list li {
  float: left;
  margin: 0 3px 3px 0;
  padding: 1px;
  border: 1px solid #000;
  clear: none;
}
#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.selected {
  border: 1px solid #4d4d4d;
}

.box-cart-bottom .btn {
  margin-left: 10px;
}
.box-cart-bottom .btn.add_to_compare {
  color: #000;
  background-color: transparent;
}
.box-cart-bottom .btn.add_to_compare i {
  margin-right: 8px;
}
.box-cart-bottom .btn.add_to_compare:hover {
  color: #1463a9;
}

.btncart {
  float: left;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

#add_to_cart .btn {
  margin-left: 0px;
  margin-right: 2px;
  background-color: #1463a9;
}
#add_to_cart .btn:hover {
  background-color: #000;
}

#product_payment_logos {
  display: none;
}

/* table_data_sheet */
.table-data-sheet {
  border-bottom: 1px solid #000;
  width: 100%;
  margin: 0 0 20px;
}
.table-data-sheet tr {
  border-top: 1px solid #000;
}
.table-data-sheet tr.even {
  background: #f9f9f9;
}
.table-data-sheet tr td {
  padding: 10px 20px 11px;
}
.table-data-sheet tr td:first-child {
  border-right: 1px solid #000;
  width: 30%;
  font-weight: 500;
}

/* table product-discounts */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 50%;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  table.table-product-discounts {
    width: 100%;
  }
}
table.table-product-discounts tr th {
  background: transparent;
  font-weight: 700;
  border: none;
  font-weight: 700;
}
table.table-product-discounts tr td,
table.table-product-discounts tr th {
  border-left: 1px solid #000;
  width: 33%;
  padding: 10px 20px 11px;
  border-top: 1px solid #000;
  border-right: none;
  text-shadow: none;
  text-transform: none;
  font-weight: 13px;
  line-height: 18px;
  border-bottom: none;
}

/* accessories  */
.accessories-block .block_description {
  display: none;
}
.accessories-block .exclusive span {
  font-size: 13px;
  line-height: 18px;
  padding: 10px 8px 3px;
  text-decoration: none;
}
.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
  text-decoration: none;
}
.accessories-block .page-subheading {
  margin-bottom: 0;
}

/* quantity_wanted */
#quantity_wanted_p {
  position: relative;
  clear: both;
  margin: 0 auto;
  max-width: 320px;
  text-align: center;
}
#quantity_wanted_p input {
  width: 40px;
  border: 1px solid #000;
  font-family: "Gothic";
  font-weight: bold;
  padding: 5px;
  text-align: center;
  border-radius: 0;
  box-shadow: none;
  float: left;
}
#quantity_wanted_p .btn {
  line-height: 30px;
  padding: 2px 17px 0px 17px;
  margin: 0;
  border: 1px solid #000;
  background: transparent;
  color: #666;
}
#quantity_wanted_p .btn:hover {
  border-color: #1463a9;
  background-color: #1463a9;
  color: #FFFFFF;
}
#quantity_wanted_p .btn span {
  padding: 0;
}
#quantity_wanted_p label {
  display: block;
  margin: 10px 10px 10px 0;
  min-width: 100px;
  float: left;
  font-weight: 700;
  text-transform: uppercase;
}

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

#availability_value,
#last_quantities {
  color: #FFFFFF;
  line-height: 18px;
  display: inline-block;
  margin-left: 5px;
}

#last_quantities {
  background: #54A1E4;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
}

.availability_statut,
#pQuantityAvailable {
  display: inline-block;
}

#pQuantityAvailable span {
  font-weight: 500;
}

.availability_statut #availability_value.warning_inline {
  margin: 0;
}

/* box-security */
/* prices */
.content_prices {
  padding: 0 0 5px 0;
  margin: 10px 0 0 0;
}
.content_prices .price p {
  display: inline-block;
}

.content_prices {
  padding: 0 0 5px 0;
  margin: 10px 0 0 0;
}

.discount {
  display: none;
}

.our_price_display {
  font-size: 22px;
  font-family: "Gothic";
  color: #000;
}
.our_price_display .price {
  font-weight: 900;
  font-size: 28px;
  color: #ee4546;
}

#old_price, .old-price {
  font-size: 17px;
  text-decoration: line-through;
  display: inline-block;
  line-height: 23px;
}

#reduction_percent,
#reduction_amount {
  display: inline-block;
  margin-right: 10px;
  padding: 1px 3px;
  font-size: 14px;
  line-height: 23px;
  color: #333333;
  background: #f13340;
  border: 1px solid #d02a2c;
  margin-top: 5px;
  color: #FFFFFF;
}
#reduction_percent span,
#reduction_amount span {
  display: block;
}

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

.buttons_bottom_block {
  float: left;
  margin: 0px;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
  width: 555px;
  overflow: hidden;
}
#send_friend_form .product img {
  margin: 0 0 10px 0;
  border: 1px solid #000;
}
#send_friend_form .product p {
  padding: 0;
}
#send_friend_form .product p .product_name {
  font-size: 12px;
  color: #000;
}
#send_friend_form .form_container {
  padding: 10px 15px;
  border: 1px solid #000;
}
#send_friend_form .form_container p.intro_form {
  padding-bottom: 6px;
  font-weight: 700;
  font-size: 13px;
}
#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 .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 #000;
}

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

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

#customizedDatas {
  float: right;
}

.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;
}

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

.socialsharing_product button {
  border: 1px solid #000;
  padding: 6px 12px;
  text-transform: none;
  font-family: "Gothic";
}

.product #product_comments_block_extra {
  margin-top: 20px;
}
.product #product_comments_block_extra span {
  font-weight: 700;
  text-transform: uppercase;
}
.product #product_comments_block_extra .star {
  font-size: 16px;
  height: 20px;
  width: 20px;
}

/******************************************************************
Quick View Styles
******************************************************************/
.addsharethisinner .stButton .stArrow {
  display: none !important;
}

#product.content_only div.primary_block {
  margin-bottom: 0;
  padding: 10px;
}
@media (max-width: 991px) {
  #product.content_only div.primary_block {
    margin-right: 0;
  }
}
#product.content_only #leo-paneltool {
  display: none;
}

@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-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;
  }
}
.tab-content {
  padding: 20px;
  border: 1px solid #000;
  border-top-color: transparent;
}

section.page-product-box {
  margin-bottom: 20px;
}
section.page-product-box table.sizeguide {
  border: 1px solid black;
}
section.page-product-box table.sizeguide td, section.page-product-box table.sizeguide th {
  border: 1px solid black;
  padding: 1px;
  text-align: center;
}

#oosHook {
  margin-bottom: 10px;
}

.availability_statut, #oosHook {
  display: none;
}

input#oos_customer_email {
  width: 240px;
}

#availability_value, #last_quantities {
  margin-left: 0px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 17px;
  white-space: normal;
  text-align: left;
}

#add_to_cart_msg .btn {
  margin: 0 auto;
  background-color: #1463a9;
}

body#product p#add_to_cart {
  display: none;
}

#quantity_wanted_p {
  display: none;
}

.bulk_prices_notice {
  text-align: center;
  color: red;
  margin-bottom: 10px;
}

#product .box-cart.box-cart-bottom .btncart, #product .box-cart.box-cart-bottom .buttons_bottom_block {
  float: none;
  text-align: center;
}

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