/* product desc */
/* primary_block ***************************************************************************** */
.primary_block {
  margin: 0 0 30px 0;
}

.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: "Lato", open sans, Helvetica, sans-serif;
}

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

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

a.fancybox-nav {
  outline: 0;
}

.popover .popover-title {
  display: none;
}

/* .pb-left-column ***************************************************************************** */
@media (max-width: 1223px) {
  .pb-left-column {
    padding: 0 10px 0 0;
  }
}
@media (min-width: 1223px) {
  .pb-left-column {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 767px) {
  .pb-left-column {
    padding: 0;
  }
}
.pb-left-column #image-block {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e8e8e8;
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .pb-left-column #image-block {
    width: 280px;
    margin: 0 auto;
  }
}
@media (max-width: 319px) {
  .pb-left-column #image-block {
    width: 210px;
    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: 0px;
  right: 8px;
  display: block;
  text-align: center;
  color: #777676;
  text-align: center;
  font-size: 0;
}
.pb-left-column #image-block #view_full_size .span_link:after {
  font-family: "FontAwesome";
  color: #787878;
  font-size: 22px;
  line-height: 22px;
  content: "\f002";
  font-weight: normal;
  margin: 0 0 0 4px;
}
.pb-left-column #image-block #view_full_size .span_link:hover:after {
  color: #5e5e5e;
}
.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 {
  z-index: 1;
  top: 5px;
  right: 10px;
}

/* miniatures */
.pb-left-column #views_block {
  margin: 10px auto auto;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .pb-left-column #views_block {
    width: 280px;
    margin: 10px auto;
  }
}
@media (max-width: 319px) {
  .pb-left-column #views_block {
    width: 160px;
    margin: 10px auto;
  }
}

#thumbs_list {
  overflow: hidden;
  float: none;
  display: inline-block;
  /*width: 344px;*/
  width: 374px;
}
@media (min-width: 992px) and (max-width: 1223px) {
  #thumbs_list {
    width: 258px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #thumbs_list {
    width: 172px;
  }
}
@media (max-width: 767px) {
  #thumbs_list {
    width: 172px;
  }
}
@media (max-width: 319px) {
  #thumbs_list {
    width: 51%;
  }
}
#thumbs_list ul#thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
  overflow: hidden;
  /*height: 105px;*/
  height: 125px;
/*MWA 2018-06-27*/
  width:650px;
}
#thumbs_list li {
  float: left;
  height: 100px;
  /*width: 100px;*/
  width: 120px;
  cursor: pointer;
  margin-right: 6px;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#thumbs_list li:first-child {
  margin: 0 6px 0 0;
}
#thumbs_list li.last {
  margin-right: 0;
}
#thumbs_list li a {
  display: block;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fbfbfb;
  overflow: hidden;
}
#thumbs_list li a:hover, #thumbs_list li a.shown {
  border-color: #e8e8e8;
}
#thumbs_list li img {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#view_scroll_left,
#view_scroll_right {
  /*margin-top: 37px;*/
  margin-top: 57px;
  float: none;
  vertical-align: top;
  display: inline-block;
  margin-right: 2px;
  border: 1px solid #e8e8e8;
  height: 28px;
  line-height: 25px;
  padding: 0 !important;
  width: 28px;
  font-size: 0;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#view_scroll_left:before,
#view_scroll_right:before {
  color: #a9a9a9;
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
#view_scroll_left:hover,
#view_scroll_right:hover {
  background: #161b1e;
  border-color: #161b1e;
}
#view_scroll_left:hover:before,
#view_scroll_right:hover:before {
  color: white;
}

#view_scroll_right:before {
  content: "\f105";
}

#view_scroll_left:before {
  content: "\f104";
}

.resetimg {
  padding: 10px 0 0;
}
.resetimg #wrapResetImages a {
  padding-left: 7px;
}
.resetimg #wrapResetImages a i {
  position: relative;
  left: -7px;
}
.resetimg #resetImages i {
  margin-right: 6px;
}

/* link list */
#usefull_link_block {
  list-style-type: none;
}
#usefull_link_block li {
  margin: 0 0 8px 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 8px 0;
  border: none;
  padding: 0;
}
#usefull_link_block li a {
  color: #666666;
  position: relative;
  padding-left: 25px;
  line-height: 22px;
  display: inline-block;
}
#usefull_link_block li a:before {
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
}
#usefull_link_block li a:hover {
  color: #161b1e;
}
@media (min-width: 768px) and (max-width: 991px) {
  #usefull_link_block li.print {
    margin: 8px 0 0;
    padding: 0;
    border: none;
  }
}
#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: 14px;
  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: #161b1e;
}
#usefull_link_block li#favoriteproducts_block_extra_removed:before {
  content: "\f004";
}

/* pb-left-column ****************************************************************************** */
.pb-center-column {
  margin-bottom: 0px;
  padding: 0 0 0 20px;
  /* form */
}
@media (max-width: 1223px) and (min-width: 992px) {
  .pb-center-column {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .pb-center-column {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 767px) {
  .pb-center-column {
    padding: 0;
  }
}
.pb-center-column h1 {
  padding-bottom: 16px;
  font: 700 16px/22px "Lato", open sans, Helvetica, sans-serif;
  color: #161b1e;
  margin: 0;
}
.pb-center-column p {
  margin-bottom: 10px;
  color: #787878;
  text-align: justify;
}
.pb-center-column #product_reference {
  margin-bottom: 6px;
}
.pb-center-column #product_reference span {
  font-weight: 700;
  color: #5e5e5e;
}
.pb-center-column #short_description_block {
  color: #787878;
}
.pb-center-column #short_description_block .buttons_bottom_block {
  display: none;
}
.pb-center-column #short_description_block #short_description_content {
  padding: 0;
  word-wrap: break-word;
}
.pb-center-column .pb-right-column #buy_block label {
  float: left;
  text-align: left;
  margin: 0 10px 0 0;
}
.pb-center-column #buy_block label {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-align: right;
}
@media (max-width: 319px) {
  .pb-center-column #buy_block label {
    width: 100%;
  }
}
.pb-center-column #buy_block .attribute_list .selector {
  width: 100% !important;
}
.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 #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin: 10px 0 -5px;
  position: relative;
}
#product p#loyalty b {
  color: #5e5e5e;
}
#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 20px 20px;
  word-wrap: break-word;
}

#attributes .attribute_fieldset {
  margin: 5px 0 0 0;
}
#attributes fieldset {
  padding-bottom: 8px;
}
#attributes fieldset label {
  vertical-align: top;
  display: block;
}
#attributes .attribute_list {
  float: left;
}
#attributes .attribute_list .form-control {
  max-width: 230px;
  cursor: pointer;
}
#attributes .attribute_list .form-control option {
  background: white;
  color: #787878;
}
#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: 0;
}
#attributes .attribute_list #color_to_pick_list li {
  float: left;
  margin: 0 3px 3px 0;
  padding: 1px;
  border: 1px solid #e8e8e8;
  clear: none;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick {
  display: block;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick img {
  display: block;
  height: 30px;
  width: 30px;
}
#attributes .attribute_list #color_to_pick_list li.selected {
  border: 1px solid #CCC;
}

.product_attributes,
.box-cart-bottom {
  padding: 0;
  margin: 15px 0;
  float: left;
  clear: both;
  width: 100%;
}
.product_attributes #wishlist_button_nopop, .product_attributes #wishlist_button,
.box-cart-bottom #wishlist_button_nopop,
.box-cart-bottom #wishlist_button {
  float: left;
  margin: 0 5px;
  font-size: 0;
  clear: both;
}

.box-info-product {
  margin: 10px 0;
  padding: 0;
  float: left;
  width: 100%;
  clear: both;
}
@media (max-width: 991px) and (min-width: 768px) {
  .box-info-product {
    margin: 10px 0;
  }
}
.box-info-product #reduction_percent {
  margin: 5px;
}
.box-info-product p {
  margin: 0 0 5px 0;
  float: left;
}
.box-info-product .box-cart-bottom p#add_to_cart {
  padding: 0;
  margin: 0 !important;
}
.box-info-product .exclusive {
  padding: 8px 20px 8px 50px;
  position: relative;
  border: 1px solid #ef533a;
  background: #ef533a;
  font-weight: 600;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.box-info-product .exclusive:before {
  font-family: "FontAwesome";
  position: absolute;
  top: 0px;
  left: 8px;
  bottom: 0;
  background: transparent url("../img/megnor/sprite.png") no-repeat scroll 8px -80px;
  color: #FFF;
  font-weight: normal;
  font-size: 22px;
  content: "";
  line-height: 37px;
  z-index: 2;
  width: 42px;
}
.box-info-product .exclusive.added:before {
  content: "\f00c";
  background: none;
}
.box-info-product .exclusive.added.disabled:before, .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;
  background: none;
}
.box-info-product .exclusive:after {
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 51px;
  content: "";
  width: 1px;
  z-index: 2;
}
@media (max-width: 991px) {
  .box-info-product .exclusive:after {
    display: none;
  }
}
.box-info-product .exclusive span {
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  color: white;
  display: block !important;
}
@media (max-width: 1223px) {
  .box-info-product .exclusive span {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .box-info-product .exclusive span {
    text-align: left;
  }
}
.box-info-product .exclusive:hover {
  background: white;
  border-color: #161b1e;
}
.box-info-product .exclusive:hover:before {
  color: #161b1e;
  background: transparent url("../img/megnor/cart-icon.png") no-repeat scroll 6px -32px;
}
.box-info-product .exclusive:hover.added:before, .box-info-product .exclusive:hover.disabled:before {
  background: none;
  color: #161b1e;
}
.box-info-product .exclusive:hover span {
  color: #787878;
}

#center_column.col-sm-9 .col-md-3 .box-info-product {
  background: #f6f6f6;
  border: 1px solid #d2d0d0;
  border-top: 1px solid #b0afaf;
  border-bottom: 1px solid #b0afaf;
}
#center_column.col-sm-9 .col-md-3 .box-info-product p {
  margin-bottom: 7px;
  padding: 15px 10px 0;
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive {
  padding: 0;
  border-top: 1px solid #0079b6;
  border-right: 1px solid #006fa8;
  border-left: 1px solid #006fa8;
  border-bottom: 1px solid #012740;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: block;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
  background-image: -webkit-linear-gradient(#009ad0, #007ab7);
  background-image: -moz-linear-gradient(#009ad0, #007ab7);
  background-image: -o-linear-gradient(#009ad0, #007ab7);
  background-image: linear-gradient(#009ad0, #007ab7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 );
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
  font-family: "FontAwesome";
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  color: white;
  font-size: 25px;
  line-height: 47px;
  text-shadow: 0 1px #015883;
  content: "\f07a";
  z-index: 2;
  width: 51px;
  text-align: center;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
@media (max-width: 991px) {
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
    display: none;
  }
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added:before {
  content: "\f00c";
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added.disabled:before, #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.disabled:before {
  height: 51px;
  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;
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 51px;
  content: "";
  width: 1px;
  z-index: 2;
}
@media (max-width: 991px) {
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
    display: none;
  }
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  border: none;
  border-top: 1px solid #006fa8;
  text-shadow: 0 1px #015883;
  padding: 12px 16px 14px;
  color: white;
  display: block !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1223px) {
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
    padding: 8px 12px 10px;
    text-align: center;
  }
}
#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
  background-image: -webkit-linear-gradient(#007ab7, #009ad0);
  background-image: -moz-linear-gradient(#007ab7, #009ad0);
  background-image: -o-linear-gradient(#007ab7, #009ad0);
  background-image: linear-gradient(#007ab7, #009ad0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ab7', endColorstr='#009ad0',GradientType=0 );
  background-position: 0 0;
}

/* table_data_sheet */
.table-data-sheet {
  border: 1px solid #e8e8e8;
  width: 100%;
  margin: 0;
  background: white;
}
.table-data-sheet tr {
  border-top: 1px solid #e8e8e8;
}
.table-data-sheet tr td {
  padding: 6px 10px;
}
.table-data-sheet tr td:first-child {
  border: 1px solid #e8e8e8;
  width: 30%;
  font-weight: 700;
  color: #5e5e5e;
}

/* table product-discounts */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  width: 50%;
  margin: 0 0 20px;
  background: white;
}
@media (max-width: 767px) {
  table.table-product-discounts {
    width: 100%;
  }
}
table.table-product-discounts tr th {
  background: #fbfbfb;
  color: #5e5e5e;
  font-weight: 700;
  border: none;
  font-weight: 700;
}
table.table-product-discounts tr td,
table.table-product-discounts tr th {
  border-left: 1px solid #e8e8e8;
  width: 33%;
  padding: 10px 20px 11px;
  border-top: 1px solid #e8e8e8;
  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 {
  line-height: 18px;
  text-decoration: none;
}
.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
  text-decoration: none;
}

/* quantity_wanted */
#quantity_wanted_p {
  margin: 0 10px 10px 0;
}
#quantity_wanted_p input {
  width: 50px;
  height: 40px;
  padding: 0 6px;
  float: left;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  line-height: 27px;
}
#quantity_wanted_p .btn {
  float: left;
  margin: 0 3px;
}
#quantity_wanted_p label {
  display: block;
  margin-bottom: 7px;
  width: auto;
}

/* 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 {
  color: #5e5e5e;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

#availability_value,
#last_quantities {
  display: inline-block;
}

#last_quantities {
  background: #ff7430;
  border: 1px solid #ea5e1a;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
}

#availability_statut {
  margin: 0 5px 10px 5px;
}

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

#pQuantityAvailable span {
  font-weight: 700;
  color: #5e5e5e;
}

#availability_statut #availability_value.warning_inline {
  background-color: #fe9126;
  border-color: #e4752b;
  text-shadow: 1px 1px #e68322;
  margin: 0;
}

/* box-security */
.box-security {
  border-top: 1px solid #dfdede;
  padding: 10px 10px 10px 0;
}

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

.content_prices .our_price_display {
  color: #161b1e;
}
.content_prices .our_price_display .price {
  font: 900 20px/26px "Lato", open sans, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .content_prices .our_price_display {
    font-size: 26px;
    line-height: 28px;
  }
}
.content_prices #old_price .price {
  color: #BBBBBB;
  font-weight: normal;
  font-size: 18px;
}

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

.buttons_bottom_block {
  padding: 0;
}
.buttons_bottom_block #wishlist_button {
  font-weight: 700;
}

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

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

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

.content_only .tmpb-right-column {
  display: none;
}

/******************************************************************
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 25px;
  width: 42%;
}
@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-center-column {
  padding: 20px 20px 60px 0px;
  margin-bottom: 0;
  height: 100%;
  width: 58%;
}
@media (max-width: 991px) {
  #product.content_only div.primary_block div.pb-center-column {
    min-height: 440px;
    width: 100%;
  }
}
@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 {
  padding-right: 25px;
  padding-left: 0;
}
#product.content_only div.primary_block div.pb-right-column .box-info-product {
  height: 100%;
  position: relative;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  #product.content_only div.primary_block div.pb-right-column .box-info-product {
    width: 100%;
  }
}
#product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive {
  display: block;
}
#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: 1223px) {
  #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart .exclusive span {
    font-size: 14px;
  }
}
#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 {
  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-center-column,
  #product.content_only section.primary_block div.pb-center-column {
    float: left;
    width: 100%;
    padding-left: 35px;
  }
  #product.content_only div.primary_block div.pb-right-column,
  #product.content_only section.primary_block div.pb-right-column {
    width: 100%;
    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;
  }
}
@media (max-width: 1050px) and (max-width: 479px) {
  #product.content_only div.primary_block,
  #product.content_only section.primary_block {
    margin-left: 0;
  }
}
@media (max-width: 1050px) and (min-width: 480px) and (max-width: 991px) {
  #product.content_only div.primary_block div.pb-center-column,
  #product.content_only section.primary_block div.pb-center-column {
    width: 100%;
  }
}
@media (max-width: 1050px) and (max-width: 479px) {
  #product.content_only div.primary_block div.pb-center-column,
  #product.content_only section.primary_block div.pb-center-column {
    width: 100%;
    float: none;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 1050px) and (max-width: 479px) {
  #product.content_only div.primary_block div.pb-right-column,
  #product.content_only section.primary_block div.pb-right-column {
    margin-top: 10px;
    width: 100%;
    float: none;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
  border: 1px solid #e8e8e8;
}
.ie8 .box-security {
  filter: none;
}

.pb-center-column
.pb-right-column {
  float: left;
  width: 100%;
  clear: both;
}
.pb-center-column
.pb-right-column .content_prices .our_price_display {
  float: left;
  margin: 0 0 8px 0;
  font-size: 20px;
}

.accessories-block {
  position: relative;
}
.accessories-block #accessories-carousel
li.product-box {
  width: 100%;
}

.tm-tabcontent {
  margin: 0 0 30px 0;
}
.tm-tabcontent #productpage_tab {
  border: none;
}
.tm-tabcontent #productpage_tab li {
  margin: 0 5px 0 0;
  border: 1px solid #e8e8e8;
  background: #e8e8e8;
  border-bottom: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 767px) {
  .tm-tabcontent #productpage_tab li {
    width: 100%;
    margin: 0 0 1px;
    text-align: center;
  }
}
.tm-tabcontent #productpage_tab li a {
  margin: 0;
  font: 600 16px/18px "Lato", open sans, Helvetica, sans-serif;
  border: none;
  color: #161b1e;
  padding: 10px 25px;
}
.tm-tabcontent #productpage_tab li.active, .tm-tabcontent #productpage_tab li:hover {
  border-color: #006cb4;
}
.tm-tabcontent #productpage_tab li.active a, .tm-tabcontent #productpage_tab li:hover a {
  color: white;
  background: #006cb4;
}
.tm-tabcontent .tab-content {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: white;
  border-color: #006cb4 #e8e8e8 #e8e8e8;
  border-image: none;
  border-style: solid;
  border-width: 2px 1px 1px;
  padding: 25px;
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
@media (max-width: 319px) {
  .tm-tabcontent .tab-content #datasheet {
    overflow: scroll;
  }
}

#product_payment_logos {
  margin: 5px 0 0 0;
  float: left;
  width: 100%;
}

.pb-right-column {
  padding: 0;
}

#new_comment_form_error {
  color: #FF0000;
  padding: 0 !important;
}

.socialsharing_product {
  float: left;
  width: 100%;
  margin-top: 10px;
  clear: both;
}

#send_friend_form_error {
  color: red;
  margin-bottom: 10px;
}

.comments_note > span {
  display: none;
}

.tm-tabcontent .tab-content {
  color: #787878;
}

.tm_addtocart {
  float: left;
}

#quantity_wanted_p > label {
  margin-top: 7px !important;
}

.tmpb-right-column {
  float: left;
}
@media (min-width: 1223px) {
  .tmpb-right-column {
    float: left;
    width: 279px;
  }
}
@media (max-width: 991px) {
  .tmpb-right-column {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1223px) and (min-width: 992px) {
  .tmpb-right-column {
    width: 24.33%;
  }
}
.tmpb-right-column .product_cmsblock {
  clear: both;
  float: left;
  position: relative;
  width: 100%;
}
@media (max-width: 1223px) and (min-width: 992px) {
  .tmpb-right-column .product_cmsblock {
    float: left;
    position: relative;
    width: 100%;
    clear: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .tmpb-right-column .product_cmsblock {
    clear: none;
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .tmpb-right-column .product_cmsblock {
    width: 279px;
  }
}
@media (max-width: 767px) {
  .tmpb-right-column .product_cmsblock {
    width: 228px;
    clear: none;
  }
}
@media (max-width: 480px) and (min-width: 319px) {
  .tmpb-right-column .product_cmsblock {
    width: 100%;
  }
}
.tmpb-right-column .product_cmsblock #tmproduct_tab_block {
  float: left;
  width: 100%;
}
.tmpb-right-column .product_cmsblock #tmproduct_tab_block .customNavigation {
  display: none;
}
.tmpb-right-column .product_cmsblock #tmproduct_tab_block #tmproductpage-carousel li {
  padding: 0;
  float: left;
  text-align: left;
}
.tmpb-right-column .product_cmsblock #tmproduct_tab_block .owl-pagination {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.tmpb-right-column .product_cmsblock #tmproduct_tab_block .owl-pagination .owl-page {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #444444;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 14px;
  margin: 0 5px 0 0;
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  width: 14px;
}
.tmpb-right-column .product_cmsblock #tmproduct_tab_block .owl-pagination .owl-page:after {
  background-color: #444444;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  -webkit-transform-origin: 50% 50% 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: -moz-transform 0.5s ease 0s;
  -o-transition: -o-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  width: 100%;
}
.tmpb-right-column .product_cmsblock #tmproduct_tab_block .owl-pagination .owl-page:hover {
  background-position: #444444;
  -webkit-transition: all 600ms ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  border-color: #444444;
}
.tmpb-right-column .product_cmsblock #tmproduct_tab_block .owl-pagination .owl-page:hover:after {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.tmpb-right-column .product_cmsblock #tmproduct_tab_block .owl-pagination .owl-page.active {
  background-position: #444444;
  -webkit-transition: all 600ms ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
  transition: all 600ms ease 0s;
  border-color: #444444;
}
.tmpb-right-column .product_cmsblock #tmproduct_tab_block .owl-pagination .owl-page.active:after {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.accessory_product {
  background: #f3f3f3;
  padding: 28px 10px 0;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .accessory_product {
    width: 279px;
  }
}
@media (max-width: 767px) {
  .accessory_product {
    margin-right: 15px;
    width: 210px;
  }
}
@media (max-width: 480px) {
  .accessory_product {
    width: 279px !important;
  }
}
.accessory_product .page-product-heading {
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.accessory_product .page-product-heading:before {
  border-bottom: 1px solid #3498db;
  bottom: 0;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: auto;
  width: 30px;
}
.accessory_product .block_content .customNavigation {
  top: -51px;
  right: 0;
}
.accessory_product .block_content .customNavigation a {
  border: none;
  width: 15px;
}
.accessory_product .block_content .customNavigation a:hover {
  background: none;
}
.accessory_product .block_content .customNavigation a:hover i:before {
  color: #161b1e;
}
.accessory_product .block_content .customNavigation a.prev {
  right: 20px;
}

.page-product-heading.tmreview {
  padding: 0 0 25px;
}

.box-cart-bottom.tmcart_wishlist {
  clear: none;
  width: auto;
  margin: 0;
}
@media (max-width: 480px) {
  .box-cart-bottom.tmcart_wishlist {
    clear: both;
  }
}
