/*
* @section      Page Product Styles
*/
.primary_block {
  margin-top: 0;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .primary_block {
      text-align: center; }
      .primary_block > div {
        text-align: left; } }
  @media (min-width: 1200px) {
    .primary_block {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }

.product-heading-h5 {
  font: normal 20px/30px "PonaDisplayW03", sans-serif; }

.lang_ru .product-heading-h5 {
  font-family: "Roboto Condensed", sans-serif; }

#productscategory_list .product-name,
#crossselling_list_car .product-name,
.related-block .product-name,
.accessories-block .product-name {
  margin-bottom: 5px; }

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

/*
* @subsection     Left column in product block
*/
/* .pb-left-column ***************************************************************************** */
.pb-left-column {
  margin-top: 3px;
  margin-bottom: 15px; }
  @media (min-width: 1200px) {
    .pb-left-column {
      width: 62%; } }
  @media only screen and (max-width: 479px) {
    .pb-left-column {
      margin: 0 auto 15px;
      float: none;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .pb-left-column {
      max-width: 480px;
      margin: 20px auto 15px;
      float: none; } }
  .pb-left-column #prev-img, .pb-left-column #next-img {
    position: absolute;
    top: 50%;
    padding: 17px 10px 20px 30px;
    text-align: center;
    background: none;
    margin-top: -23px;
    cursor: pointer;
    z-index: 9999; }
    @media (min-width: 480px) {
      .pb-left-column #prev-img, .pb-left-column #next-img {
        display: none; } }
    @media (min-width: 992px) {
      .pb-left-column #prev-img, .pb-left-column #next-img {
        padding: 5px 0; } }
    .pb-left-column #prev-img:before, .pb-left-column #next-img:before {
      display: block;
      font-size: 46px;
      font-family: "Material Icons";
      color: #333333;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }
    .pb-left-column #prev-img:hover:before, .pb-left-column #next-img:hover:before {
      color: #85a1c8; }
  .pb-left-column #prev-img {
    left: 15px; }
    @media (max-width: 991px) {
      .pb-left-column #prev-img {
        padding-left: 10px;
        padding-right: 10px; } }
    .pb-left-column #prev-img:before {
      content: '\e5cb'; }
  .pb-left-column #next-img {
    right: 15px; }
    .pb-left-column #next-img:before {
      content: '\e5cc'; }
  .pb-left-column #image-block {
    position: relative;
    z-index: 1;
    background: white;
    margin-left: 91px; }
    @media (min-width: 768px) {
      .pb-left-column #image-block {
        margin-left: 72px; } }
    @media (min-width: 992px) {
      .pb-left-column #image-block {
        margin-left: 94px; } }
    @media (min-width: 1200px) {
      .pb-left-column #image-block {
        margin-left: 150px; } }
    @media (max-width: 479px) {
      .pb-left-column #image-block {
        margin-left: 0 !important; } }
    .pb-left-column #image-block img {
      background: #f2f2f2;
      width: 100%; }
    .pb-left-column #image-block #view_full_size {
      display: block;
      cursor: pointer; }
      .pb-left-column #image-block #view_full_size .span_link {
        display: none; }
    .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: 50002; }

.pb-left-column #views_block, .pb-left-column #views_block-1 {
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 1; }
  @media (max-width: 479px) {
    .pb-left-column #views_block, .pb-left-column #views_block-1 {
      visibility: hidden; } }

#thumbs_list {
  overflow: hidden;
  width: 100%; }
  #thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    margin: -10px 0 0 0;
    width: 76px; }
    @media (min-width: 768px) {
      #thumbs_list ul#thumbs_list_frame {
        width: 57px; } }
    @media (min-width: 992px) {
      #thumbs_list ul#thumbs_list_frame {
        width: 80px; } }
    @media (min-width: 1200px) {
      #thumbs_list ul#thumbs_list_frame {
        width: 100px; } }
  #thumbs_list li {
    float: left;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
    line-height: 0; }
    #thumbs_list li a {
      display: block;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #f2f2f4;
      position: relative;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #thumbs_list li a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset 0 0 0 5px #85a1c8;
        opacity: 0;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      #thumbs_list li a:hover:before, #thumbs_list li a.zoomThumbActive:before, #thumbs_list li a.shown:before {
        opacity: 1; }
    #thumbs_list li img {
      width: 100%;
      height: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

#view_scroll_left,
#view_scroll_right {
  width: 100%;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  text-align: center; }
  #view_scroll_left:before,
  #view_scroll_right:before {
      color: #fff;
          font-family: "Material Icons";
          font-size: 45px;
          line-height: 22px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  #view_scroll_left:hover:before,
  #view_scroll_right:hover:before {
    color: #85a1c8; }

#view_scroll_right {
  top: auto;
  bottom: 0; }
  #view_scroll_right:before {
    content: "\e313"; }

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

.resetimg {
  padding: 0 15px 0 0;
  position: absolute;
  right: 25px;
  bottom: -30px;
  margin-bottom: 5px;
  z-index: 1; }
  .resetimg #resetImages i {
    margin-right: 6px; }

/*
* @subsection      Link list
*/
#usefull_link_block {
  overflow: hidden;
  margin-top: 10px; }
  #usefull_link_block li {
    float: left;
    padding: 0 15px;
    border-left: 1px solid #e5e5e5;
    margin-bottom: 5px; }
    #usefull_link_block li:first-child {
      border-left: 0;
      padding-left: 0; }
    #usefull_link_block li a {
      color: #85a1c8;
      font-weight: 400;
      position: relative;
      padding-left: 20px;
      display: inline-block;
      font-family: "PonaDisplayW03", sans-serif;
      font-size: 16px;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      margin-right: 15px; }
      #usefull_link_block li a:before {
        font-family: "Material Icons";
        font-size: 16px;
        line-height: 18px;
        position: absolute;
        top: -2px;
        left: 0;
        font-weight: normal; }
      #usefull_link_block li a:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 1px solid #85a1c8;
        opacity: 1;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease; }
      #usefull_link_block li a:hover {
        color: #333333; }
        #usefull_link_block li a:hover:after {
          opacity: 0; }
    #usefull_link_block li.print a:before {
      content: "\e555"; }
    #usefull_link_block li.sendtofriend a:before {
      content: "\e554"; }
    #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;
      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: #888888;
        font-size: 15px;
        line-height: 18px;
        position: absolute;
        top: 0;
        left: 12px;
        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: #333333; }
    #usefull_link_block li#favoriteproducts_block_extra_removed:before {
      content: "\f004"; }

.lang_ru #usefull_link_block li a {
  font-family: "Roboto Condensed", sans-serif; }

.two-columns #usefull_link_block li {
  clear: left;
  border: none;
  padding-left: 0; }
  .two-columns #usefull_link_block li#favoriteproducts_block_extra_add, .two-columns #usefull_link_block li#favoriteproducts_block_extra_remove, .two-columns #usefull_link_block li#favoriteproducts_block_extra_added, .two-columns #usefull_link_block li#favoriteproducts_block_extra_removed {
    padding-left: 25px; }
    .two-columns #usefull_link_block li#favoriteproducts_block_extra_add:before, .two-columns #usefull_link_block li#favoriteproducts_block_extra_remove:before, .two-columns #usefull_link_block li#favoriteproducts_block_extra_added:before, .two-columns #usefull_link_block li#favoriteproducts_block_extra_removed:before {
      left: 1px; }

/*
* @subsection      Right column in product block
*/
@media (max-width: 767px) {
  .pb-right-column {
    display: inline-block;
    margin-top: 15px; } }
@media (min-width: 1200px) {
  .pb-right-column {
    width: 38%; } }
.pb-right-column #attributes {
  margin-bottom: 10px; }
  .pb-right-column #attributes .attribute_fieldset {
    margin-bottom: 20px; }
.pb-right-column .product-info-line {
  margin: 0;
  line-height: 24px; }
  .pb-right-column .product-info-line > p {
    padding-left: 15px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle; }
    .pb-right-column .product-info-line > p label {
      margin: 0;
      font-weight: normal;
      color: #888888; }
    .pb-right-column .product-info-line > p span.editable {
      background: #f2f2f2;
      color: #888888;
      display: inline-block;
      padding: 0 9px;
      font-weight: bold;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
  #availability_statut {
    padding: 0;
    margin-bottom: 15px; }
    #availability_statut .label {
      background: none;
      font-family: "GothamHTF", sans-serif;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #85a1c8;
      padding: 0;
        line-height: 16px;}
      #availability_statut .label.label-danger {
        color: #85a1c8; }
.pb-right-column h1 {
  padding-bottom: 6px;
  color: #333333;
  font-weight: 300;
  margin: 0;
  font: normal 33px "PonaDisplayW03", sans-serif;
  letter-spacing: 0.08em; }
  @media (min-width: 768px) {
    .pb-right-column h1 {
      font-size: 33px; } }
.pb-right-column #short_description_block #short_description_content {
  padding: 0 0 10px;
  word-wrap: break-word; }
  .pb-right-column #short_description_block #short_description_content p {
    line-height: 18px; }

.lang_ru .pb-right-column .product-info-line #availability_statut .label {
  font-family: "Roboto Condensed", sans-serif; }
.lang_ru .pb-right-column h1 {
  font-family: "Roboto Condensed", sans-serif; }

#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0 0px;
  position: relative; }
  #product p#loyalty b {
    color: #888888; }
  #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 {
  word-wrap: break-word; }
  #page .rte p {
  font-family: "GothamHTF", sans-serif;
      font-size: 12px;
        margin-bottom: 0;
  }

#attributes {
  margin-bottom: 30px;
  margin-top: 16px; }
  #attributes fieldset {
    display: table;
    line-height: 45px; }
    #attributes fieldset label {
      display: table-cell;
      vertical-align: top;
      font-family: "PonaDisplayW03", sans-serif;
      font-size: 13px;
      letter-spacing: 0.06em;
      font-weight: normal;
      text-transform: uppercase;
      color: #000000;
      line-height: 1.2;
      min-width: 110px;
      padding-right: 15px;
      padding-top: 14px;
      font-family: "GothamHTF";
  font-size: 13px;
  text-transform: uppercase;
  color: #333;}
  #attributes .attribute_list {
    display: table-cell;
    width: 100%; }
    #attributes .attribute_list .form-control option {
      background: white;
      color: #888888;
      padding: 3px 5px 3px 10px; }
    #attributes .attribute_list ul {
      clear: both; }
      #attributes .attribute_list ul li {
        position: relative;
        display: block;
        margin-top: 10px; }
        #attributes .attribute_list ul li label {
          padding-top: 0; }
    #attributes .attribute_list ul.attribute_radio_list {
      margin-top: -7px;
      line-height: 5px;
      margin-bottom: 0; }
      #attributes .attribute_list ul.attribute_radio_list > li {
        display: inline-block;
        margin-right: 8px; }
        #attributes .attribute_list ul.attribute_radio_list > li input, #attributes .attribute_list ul.attribute_radio_list > li label {
          height: 38px;
          line-height: 38px; }
        #attributes .attribute_list ul.attribute_radio_list > li label {
          min-width: 38px;
          padding: 0 7px;
          text-align: center; }
        #attributes .attribute_list ul.attribute_radio_list > li input[type="radio"] + label, #attributes .attribute_list ul.attribute_radio_list > li input[type="radio"] + .label label {
          -moz-transition: 0.3s all ease;
          -o-transition: 0.3s all ease;
          -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease;
          background-color: #f2f2f2;
          border: 1px solid #e5e5e5;
          -moz-transition: 0.3s all ease;
          -o-transition: 0.3s all ease;
          -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease; }
          #attributes .attribute_list ul.attribute_radio_list > li input[type="radio"] + label::before, #attributes .attribute_list ul.attribute_radio_list > li input[type="radio"] + label::after, #attributes .attribute_list ul.attribute_radio_list > li input[type="radio"] + .label label::before, #attributes .attribute_list ul.attribute_radio_list > li input[type="radio"] + .label label::after {
            display: none; }
        #attributes .attribute_list ul.attribute_radio_list > li input[type="radio"]:checked + .label label, #attributes .attribute_list ul.attribute_radio_list > li input[type="radio"]:checked + label, #attributes .attribute_list ul.attribute_radio_list > li input[type="radio"]:hover + .label label, #attributes .attribute_list ul.attribute_radio_list > li input[type="radio"]:hover + label {
          color: white;
          background: #85a1c8; }
    #attributes .attribute_list input.attribute_radio {
      float: left;
      margin-left: 3px; }
    #attributes .attribute_list div.selector {
      height: 50px;
      padding-left: 20px;
      border: none;
      background: #f2f2f2;
      max-width: 190px; }
      #attributes .attribute_list div.selector span {
        height: 50px;
        font-family: "PonaDisplayW03", sans-serif;
        font-size: 16px;
        line-height: 50px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: #333333;
        max-width: 170px; }
        #attributes .attribute_list div.selector span:after {
          font-family: "Material Icons";
          content: "\e5cf";
          display: inline-block;
          font-weight: normal;
          font-size: 16px;
          border: none;
          background: none;
          color: #333333;
          cursor: pointer;
          height: 45px;
          width: 45px;
          line-height: 45px;
          -moz-transition: 0.3s all ease;
          -o-transition: 0.3s all ease;
          -webkit-transition: 0.3s all ease;
          transition: 0.3s all ease; }
      #attributes .attribute_list div.selector .form-control {
        text-align: left;
        font-family: "PonaDisplayW03", sans-serif;
        letter-spacing: 0.06em; }
      #attributes .attribute_list div.selector:hover span:after {
        color: #85a1c8; }
      #attributes .attribute_list div.selector select {
        height: 50px; }
        #attributes .attribute_list div.selector select option {
          padding: 5px 10px; }
    #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: -5px -2px 0;
      padding-top: 4px;
      padding-left: 0;
      line-height: 8px; }
      #attributes .attribute_list #color_to_pick_list li {
        display: inline-block;
        margin: 5px 2px 0;
        padding: 0;
        clear: none;
        width: auto;
        float: none;
        position: relative; }
        #attributes .attribute_list #color_to_pick_list li > a, #attributes .attribute_list #color_to_pick_list li > input {
          display: block;
          height: 38px;
          width: 38px;
          cursor: pointer;
          margin: 0;
          position: relative;
          border: 1px solid #e5e5e5; }

          #attributes .attribute_list #color_to_pick_list li.selected > a {
            border: 4px solid #85a1c8;
          }

          #attributes .attribute_list #color_to_pick_list li > a:hover {
            border: 4px solid #85a1c8;
          }

        #attributes .attribute_list #color_to_pick_list li + li {
          margin-left: 6px; }

.lang_ru #attributes fieldset label {
  font-family: "Roboto Condensed", sans-serif; }
.lang_ru #attributes .attribute_list div.selector span {
  font-family: "Roboto Condensed", sans-serif; }
.lang_ru #attributes .attribute_list div.selector .form-control {
  font-family: "Roboto Condensed", sans-serif; }

.box-info-product .ajax_add_to_cart_product_button.added.disabled, .box-info-product .ajax_add_to_cart_product_button.disabled, .box-info-product .ajax_add_to_cart_product_button[disabled] {
  opacity: 1 !important; }
.box-info-product #product_reference, .box-info-product #product_condition, .box-info-product #pQuantityAvailable {
  font-family: "PonaDisplayW03", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0; }
  .box-info-product #product_reference label, .box-info-product #product_condition label, .box-info-product #pQuantityAvailable label {
    color: #333333; }
.box-info-product .box-cart-bottom {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top; }

.lang_ru .box-info-product #product_reference, .lang_ru .box-info-product #product_condition, .lang_ru .box-info-product #pQuantityAvailable {
  font-family: "Roboto Condensed", sans-serif; }

/*
* @subsection      Data sheet table
*/
.table-data-sheet, table.table-product-discounts {
  border: none;
  width: 100%;
  margin: 0 0 20px;
  background: white; }
  .table-data-sheet tr, table.table-product-discounts tr {
    border: none;
    border-bottom: 1px solid #e5e5e5; }
    .table-data-sheet tr td, table.table-product-discounts tr td {
      padding: 10px 20px 11px; }
      .table-data-sheet tr td:first-child, table.table-product-discounts tr td:first-child {
        border: none;
        width: 30%;
        font-weight: 700;
        color: #333333; }
    .table-data-sheet tr th, table.table-product-discounts tr th {
      color: #888888; }

/*
* @subsection      Quantity wanted
*/
#quantity_wanted_p {
  overflow: hidden;
  float: left;
  margin-right: 10px;
  position: relative;
  padding-right: 35px;
  margin-bottom: 20px; }
  #quantity_wanted_p input {
    width: 105px;
    height: 50px;
    padding: 0;
    text-align: center;
    float: left;
    border: none;
    background: #f2f2f2;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline-width: 0;
    font-family: "PonaDisplayW03", sans-serif;
    font-size: 16px;
    letter-spacing: 0.06em; }
  #quantity_wanted_p .button-plus, #quantity_wanted_p .button-minus {
    position: absolute;
    right: 0;
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: #333333;
    font-size: 16px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    #quantity_wanted_p .button-plus:hover, #quantity_wanted_p .button-minus:hover {
      color: #85a1c8; }
  #quantity_wanted_p .button-plus {
    top: 0; }
  #quantity_wanted_p .button-minus {
    bottom: 2px; }
  #quantity_wanted_p label {
    color: #333333;
    font-size: 16px;
    font-family: "PonaDisplayW03", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    min-width: 70px;
    float: left;
    line-height: 50px;
    padding-right: 10px;
    margin: 0;
      font-family: "GothamHTF";
    font-size: 13px;
    text-transform: uppercase;
    color: #333;}

.lang_ru #quantity_wanted_p input {
  font-family: "Roboto Condensed", sans-serif; }
.lang_ru #quantity_wanted_p label {
  font-family: "Roboto Condensed", sans-serif; }

#add_to_cart_product_page_button {
  display: inline-block;
  vertical-align: top;
  clear: both;
  margin-top: 9px;
  margin-bottom: 15px; }
  #add_to_cart_product_page_button .btn {
    min-width: 152px; }
  #add_to_cart_product_page_button #add_to_cart {
    margin-bottom: 0; }

/*
* @subsection      Availability statut
*/
#availability_date_label {
  display: inline-block;
  font-weight: 700;
  font-size: 12px; }

#availability_date {
  margin: 0; }
  #availability_date + #oosHook {
    margin-bottom: 15px; }

#last_quantities, #availability_statut #availability_value.warning_inline {
  color: #0ddb90;
  display: inline-block;
  background: none;
  border: none;
  padding: 0; }
  #last_quantities .label, #availability_statut #availability_value.warning_inline .label {
    background: none;
    font-family: "PonaDisplayW03", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0ddb90;
    padding: 0; }
    #last_quantities .label.label-danger, #availability_statut #availability_value.warning_inline .label.label-danger {
      color: #f13340; }

.lang_ru #last_quantities .label, .lang_ru #availability_statut #availability_value.warning_inline .label {
  font-family: "Roboto Condensed", sans-serif; }

#last_quantities {
  background: #f13340;
  border-color: #b20c18;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px; }

#pQuantityAvailable {
  display: inline-block; }
  #pQuantityAvailable span#quantityAvailable {
    color: #333333; }

#availability_statut #availability_value.warning_inline {
  margin: 0;
  color: #f13340;
  background: none;
  border: none;
  padding: 0; }

.box-info-product .content_prices {
  margin-bottom: 5px;
  margin-top: 20px;
}
  .box-info-product .content_prices .discount {
    color: #f13340;
    margin-bottom: 20px;
    display: block; }

.all-price-info > p {
  display: inline-block;
  vertical-align: 0;
  margin-right: 5px;
  margin-bottom: 10px; }

#old_price {
  line-height: 1;
  margin: 17px 0 0 7px;
  vertical-align: top; }
  #old_price #old_price_display {
    line-height: 1; }
  #old_price .price {
    text-decoration: line-through;
    font-family: "PonaDisplayW03", sans-serif;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.06em;
    color: #888888;
    line-height: 0.7; }

#reduction_percent,
#reduction_amount {
  font-family: "PonaDisplayW03", sans-serif;
  font-size: 24px;
  letter-spacing: 0.06em;
  color: #333333;
  vertical-align: bottom;
  line-height: 1;
  margin: 14px 0 0 7px;
  vertical-align: top; }

.our_price_display {
  line-height: 1;
  vertical-align: top; }

#our_price_display {
  font-family: "GothamHTF", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #85a1c8; }
  #our_price_display.new-price {
    color: #85a1c8; }

.lang_ru #old_price .price {
  font-family: "Roboto Condensed", sans-serif; }
.lang_ru #our_price_display {
  font-family: "Roboto Condensed", sans-serif; }
.lang_ru #reduction_percent,
.lang_ru #reduction_amount {
  font-family: "Roboto Condensed", sans-serif; }

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

/*
* @subsection      Send to a Friend
*/
#send_friend_form {
  width: 700px;
  overflow: hidden;
  padding: 10px;
  max-width: 100%; }
  #send_friend_form .product img {
    margin: 0 0 10px 0;
    max-width: 100%;
    height: auto; }
  #send_friend_form .product p {
    padding: 0;
    color: #888888; }
    #send_friend_form .product p.product_name {
      color: #85a1c8;
      font: normal 20px/30px "PonaDisplayW03", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.06em; }
      #send_friend_form .product p.product_name strong {
        font-weight: normal; }
  #send_friend_form .form_container p.intro_form {
    color: #333333;
    margin-bottom: 10px; }
  #send_friend_form .form_container p.txt_required {
    padding-bottom: 0;
    color: #f13340; }
  #send_friend_form .form_container .text {
    padding-bottom: 10px; }
  #send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right;
    font-family: "PonaDisplayW03", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em; }

.lang_ru #send_friend_form .product p.product_name {
  font-family: "Roboto Condensed", sans-serif; }
.lang_ru #send_friend_form .submit {
  font-family: "Roboto Condensed", sans-serif; }

/*
* @subsection      Personnalisaton
*/
.product-information {
  margin-bottom: 25px;
  margin-top: 35px; }
  @media (min-width: 768px) {
    .product-information {
      margin-top: 15px; } }
  @media (max-width: 479px) {
    .product-information {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 1200px) {
    .product-information {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; } }
  .product-information .product-info-tabs {
    display: none; }
    @media only screen and (min-width: 767px) {
      .product-information .product-info-tabs {
        display: block;
        padding-right: 0;
        position: relative;
        z-index: 2;
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px; }
        .product-information .product-info-tabs > li {
              float: left;
          display: inline-block;
          margin: 5px 0 0;
          z-index: 2;
          font-size: 24px;
          letter-spacing: 0.02em; }
          .product-information .product-info-tabs > li a, .product-information .product-info-tabs > li a h3 {
            padding: 0;
            font: 600 12px "GothamHTF", sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            border: none;
            background: none;
            outline: none;
            color: #898989;
            -moz-transition: color 0.4s;
            -o-transition: color 0.4s;
            -webkit-transition: color 0.4s;
            transition: color 0.4s;
    }
          .product-information .product-info-tabs > li a, .product-information .product-info-tabs > li a:hover, .product-information .product-info-tabs > li a:active, .product-information .product-info-tabs > li a:focus, .product-information .product-info-tabs > li a.active {
            background: none; }
          .product-information .product-info-tabs > li:hover a, .product-information .product-info-tabs > li:hover a h3 {
            color: #000000; }
          .product-information .product-info-tabs > li.active a, .product-information .product-info-tabs > li.active a h3 {
            color: #000;
            cursor: default; }
          .product-information .product-info-tabs > li + li {
            margin-left: 24px; } }
        @media only screen and (min-width: 767px) and (min-width: 768px) and (max-width: 991px) {
          .product-information .product-info-tabs > li {
            font-size: 17px; } }
          @media only screen and (min-width: 767px) and (min-width: 768px) and (max-width: 991px) {
            .product-information .product-info-tabs > li a, .product-information .product-info-tabs > li a h3 {
              font-size: 16px; } }
  .product-information .tab-content {
    margin: 0 !important;
    position: relative;
    z-index: 1; }
    .product-information .tab-content h4 {
      font: normal 20px/30px "PonaDisplayW03", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: #333333; }
      .product-information .tab-content h4 a {
        color: #333333; }
        .product-information .tab-content h4 a:hover {
          color: #85a1c8; }
    @media only screen and (max-width: 767px) {
      .product-information .tab-content {
        padding: 0;
        border-bottom: 1px solid #e5e5e5; } }
    @media only screen and (min-width: 768px) {
      .product-information .tab-content {
        padding-top: 10px; }
        .product-information .tab-content h3 {
          display: none; }
        .product-information .tab-content > div {

          max-width: 830px;
          margin: 0 auto; } }
    @media only screen and (max-width: 767px) {
      .product-information .tab-content > div {
        padding: 5px 10px 22px;
        display: none; }
      .product-information .tab-content h3 {
        margin: 0;
        padding: 11px 18px 8px;
        font: normal 20px/30px "PonaDisplayW03", sans-serif;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: #888888;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        border-top: 1px solid #e5e5e5; }
        .product-information .tab-content h3:hover {
          color: #85a1c8; }
        .product-information .tab-content h3:first-child + div {
          display: block; }
        .product-information .tab-content h3.active {
          color: #333333; } }

@media only screen and (min-width: 767px) {
  .lang_ru .product-information .product-info-tabs > li a, .lang_ru .product-information .product-info-tabs > li a h3 {
    font-family: "Roboto Condensed", sans-serif; } }
  @media only screen and (min-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .lang_ru .product-information .product-info-tabs > li a, .lang_ru .product-information .product-info-tabs > li a h3 {
      font-size: 13px; } }
.lang_ru .product-information .tab-content h4 {
  font-family: "Roboto Condensed", sans-serif; }
@media only screen and (max-width: 767px) {
  .lang_ru .product-information .tab-content h3 {
    font-family: "Roboto Condensed", sans-serif; } }

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%;
    border: 1px solid #e5e5e5;
    color: #333333; }

.customizationUploadBrowse img {
  border: 3px solid #333333;
  margin: 0 10px 10px 0;
  padding: 5px;
  background: white; }
  .customizationUploadBrowse img + a {
    position: relative;
    vertical-align: top; }
    .customizationUploadBrowse img + a img {
      height: auto;
      margin: 0;
      border: none;
      padding: 0;
      background: none; }

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

.pb-left-column .zoomPad {
  float: none; }

/*
* @subsection      Two columns layout triks
*/
.addsharethisinner .stButton .stArrow {
  display: none !important; }

#view_full_size .zoomPreload {
  background-position: center center;
  text-indent: -5000px; }

@media only screen and (max-width: 767px) {
  #blockpack ul.product_list > li.first-item-of-mobile-line {
    clear: left; }
  #blockpack ul.product_list > li.first-item-of-tablet-line {
    clear: none; } }

.page-product-box {
  margin-top: 60px; }
  .page-product-box .page-product-heading {
    margin-bottom: 38px;
    padding-left: 70px;
    padding-right: 70px; }
    @media (max-width: 767px) {
      .page-product-box .page-product-heading {
        font-size: 24px;
        line-height: 1;
        text-align: left;
        padding-left: 0;
        margin-bottom: 18px; } }
  .page-product-box .block {
    margin: 0; }

/*
* @subsection      Quick View Styles
*/
#product.content_only .primary_block.row {
  margin: 0;
  display: flex;
   }
#product.content_only div.primary_block {
  margin-bottom: 0; }
  #product.content_only div.primary_block div.pb-left-column {
    padding: 0;
    margin: 0;
    width: 50%;
    background: #f2f2f2;
    float: left;
    min-height: 680px;
    overflow: hidden; }
    #product.content_only div.primary_block div.pb-left-column #prev-img, #product.content_only div.primary_block div.pb-left-column #next-img {
      display: block; }
    #product.content_only div.primary_block div.pb-left-column #views_block, #product.content_only div.primary_block div.pb-left-column #views_block-1 {
      visibility: hidden; }
    #product.content_only div.primary_block div.pb-left-column #image-block {
      margin-left: 0 !important;
      position: static; }
      #product.content_only div.primary_block div.pb-left-column #image-block #view_full_size img {
        position: absolute;
        top: 0;
        left: 50%;
        max-width: none;
        width: auto;
        height: 100%;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    #product.content_only div.primary_block div.pb-left-column p.resetimg {
      margin-bottom: 0;
      padding-top: 0; }
  #product.content_only div.primary_block div.pb-right-column {
    padding: 35px 47px;
    margin-bottom: 0;
    width: 50%;
     }
    #product.content_only div.primary_block div.pb-right-column #product_payment_logos {
      display: none; }
    #product.content_only div.primary_block div.pb-right-column .product_comments_block_extra {
      padding-right: 0; }
    #product.content_only div.primary_block div.pb-right-column #ShareDiv {
      position: absolute;
      bottom: 8px; }
    #product.content_only div.primary_block div.pb-right-column h1 {
      padding-bottom: 3px; }
      @media (min-width: 768px) {
        #product.content_only div.primary_block div.pb-right-column h1 {
          font-size: 33px; } }
    #product.content_only div.primary_block div.pb-right-column .content_prices {
      margin-bottom: 13px;
      line-height: 30px; }
      #product.content_only div.primary_block div.pb-right-column .content_prices .old-price-info {
        float: right;
        padding-top: 3px;
        padding-left: 10px;
        margin-bottom: 0; }
      #product.content_only div.primary_block div.pb-right-column .content_prices .our_price_display {
        float: left;
        margin-bottom: 0; }
      #product.content_only div.primary_block div.pb-right-column .content_prices .discount {
        display: none; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product {
      padding-top: 0;
      padding-bottom: 0; }
      @media only screen and (max-width: 841px) {
        #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart_product_page_button {
          clear: left;
          float: left;
          margin: 4px 0 0 0; } }
    #product.content_only div.primary_block div.pb-right-column #add_to_cart_product_page_button {
      margin-top: 11px; }
      #product.content_only div.primary_block div.pb-right-column #add_to_cart_product_page_button .ajax_add_to_cart_product_button {
        padding-top: 15px;
        padding-bottom: 13px; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
      padding-bottom: 0; }
      @media only screen and (max-width: 841px) {
        #product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom .buttons_bottom_block {
          display: none; } }
    #product.content_only div.primary_block div.pb-right-column .box-info-product .content_prices {
      border-bottom: none; }

.box-info-product .box-cart-bottom img {
  width: auto; }

.tab-content {
  font-family: "GothamHTF", sans-serif;
  font-size: 12px;
  color: #888;
}

#product .tab-content .rte p {
  font-family: "GothamHTF", sans-serif;
  font-size: 12px;
  color: #888;
}

.tab-content ul {
  margin-left: 20px;
}

.product-description-tab-content li {
font-family: "GothamHTF", sans-serif;
  font-size: 12px;
  color: #888;

}

#photos_shooting {
  font-family: "GothamHTF";
  font-size: 25px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  width: calc(100% + 96px + 96px);
  margin-left: -96px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  margin-top: 70px;
  padding-top: 40px;
  letter-spacing: 0.08em;
}

#backtoindex {
  font-family: "GothamHTF";
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.08em;
  position: relative;
  top: -30px;
}

#product #center_column {
  padding-top: 30px;
}

/* #availability_statut {
  display: block !important;
} */

#product_reference {
  font-family: "GothamHTF";
  font-size: 13px;
  text-transform: uppercase;
  color: #888;
}

#photos_shooting p {
  display: inline-block;
  padding: 30px;
}

.box-cart-bottom #wishlist_button_nopop {
  color: #85a1c8;
}

.attr_indispo label {
    color: #ccc7c7 !important;
}

#attributes .attribute_list ul.attribute_radio_list > li.attr_indispo input[type="radio"]:hover + label {
    background-color: #f2f2f2;
}

div#oosHook {
    font-family: "GothamHTF";
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
}

#mailalert_link {
  margin-top: 10px;
}

/* The Modal (background) */
.modal-conseils {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content-conseils {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close-modal-conseils {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-modal-conseils:hover,
.close-modal-conseils:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

 @media (max-width: 767px) {
    #product.content_only div.primary_block div.pb-right-column{
      padding: 0px!important;
      width: 100%!important;
    }
    #product.content_only .primary_block.row {
  margin: 0;
  display: block!important;
   }
 }