/* product desc */
/* primary_block ***************************************************************************** */
.primary_block {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 520px;
  grid-gap: 32px 64px; }
  .primary_block .pb-left-column {
    grid-column: 1;
    grid-row: 1; }
  .primary_block .pb-right-column-wrap {
    grid-column: 2;
    grid-row: 1 / span 4; }
  .primary_block .product-extra-links {
    grid-column: 1;
    grid-row: 2; }
  .primary_block .product-tabs-nav {
    grid-column: 1;
    grid-row: 3; }
  .primary_block .product-tabs {
    grid-column: 1;
    grid-row: 4; }
  .primary_block .pb-left-column {
    position: static; }
  .primary_block .pb-right-column {
    position: sticky;
    top: 20px; }
  @media (max-width: 1024px) {
    .primary_block {
      padding-left: 0;
      grid-template-columns: minmax(0, 1fr);
      overflow: hidden; }
      .primary_block .pb-left-column {
        max-width: 100%; }
      .primary_block .pb-right-column {
        position: static; }
      .primary_block .pb-left-column {
        grid-column: 1;
        grid-row: 1; }
      .primary_block .pb-right-column-wrap {
        grid-column: 1;
        grid-row: 2; }
      .primary_block .product-extra-links {
        display: none; }
      .primary_block .product-tabs-nav {
        display: none; }
      .primary_block .product-tabs {
        grid-column: 1;
        grid-row: 3; } }

.primary_block .pb-left-column img {
  max-width: 100%;
  height: auto; }

a.fancybox-nav {
  outline: 0; }

/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #dbdbdb;
  background: #fff; }
  .pb-left-column #image-block .labels {
    display: flex;
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 100; }
    .pb-left-column #image-block .labels span {
      font-size: 9px;
      font-weight: bold;
      line-height: 26px;
      padding: 0 8px;
      border-radius: 20px; }
    .pb-left-column #image-block .labels .new-label {
      background: #278d3d;
      color: #fff; }
    .pb-left-column #image-block .labels .sale-label {
      background: #fff;
      color: #101010;
      border: 1px solid #E5E5E5; }
  .pb-left-column #image-block img {
    background: #fbfbfb;
    width: 100%; }
  .pb-left-column #image-block #view_full_size .span_link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -68px;
    display: block;
    padding: 10px 0;
    text-align: center;
    line-height: 22px;
    color: #777676;
    width: 136px;
    text-align: center;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16); }
    .pb-left-column #image-block #view_full_size .span_link:after {
      font-family: "FontAwesome";
      color: #c0c0c0;
      font-size: 20px;
      line-height: 22px;
      content: "\f00e";
      font-weight: normal;
      margin: 0 0 0 4px; }
    .pb-left-column #image-block #view_full_size .span_link:hover:after {
      color: #111111; }
  .pb-left-column #image-block a.jqzoom div div img {
    width: auto;
    max-width: 10000px; }
  .pb-left-column #image-block a.jqzoom div div .zoomWrapper {
    border: none; }
  .pb-left-column #image-block .zoomPad {
    z-index: auto !important; }
  .pb-left-column #image-block .new-box,
  .pb-left-column #image-block .sale-box {
    z-index: 5002; }

/* miniatures */
@media (min-width: 1024px) {
  #thumbs_list #thumbs_list_frame {
    list-style: none;
    margin: 0;
    padding-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px 24px; }
    #thumbs_list #thumbs_list_frame > div {
      cursor: pointer;
      border: 1px solid #dbdbdb;
      line-height: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center; }
      #thumbs_list #thumbs_list_frame > div a {
        display: block;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #fbfbfb; }
        #thumbs_list #thumbs_list_frame > div a:hover, #thumbs_list #thumbs_list_frame > div a.shown {
          border-color: #dbdbdb; }
        #thumbs_list #thumbs_list_frame > div a:not(.shown) {
          opacity: 0.3; }
      #thumbs_list #thumbs_list_frame > div img {
        border: 1px solid #fff;
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
@media (max-width: 1024px) {
  #thumbs_list .fancybox {
    display: flex;
    align-items: center;
    justify-content: center; }
  #thumbs_list .slick-list {
    border: 1px solid #e1e1e1;
    margin-bottom: 24px; }
  #thumbs_list .slick-dots {
    display: flex;
    list-style: none;
    margin: 0;
    justify-content: center; }
    #thumbs_list .slick-dots li {
      margin: 0 4px;
      height: 10px; }
    #thumbs_list .slick-dots button {
      width: 10px;
      height: 10px;
      border: 2px solid #000;
      background: #fff;
      text-indent: -9999px;
      margin: 0;
      padding: 0;
      border-radius: 50%; }
    #thumbs_list .slick-dots .slick-active button {
      background: #000; } }

.resetimg {
  margin: 0;
  padding: 0; }
  .resetimg #resetImages i {
    margin-right: 6px; }

.view_scroll_spacer {
  margin-top: 38px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .view_scroll_spacer {
      margin-top: 28px; } }

.pb-right-column #product_reference {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1; }
  .pb-right-column #product_reference label {
    font-weight: normal; }
.pb-right-column h1 {
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.3; }
  .pb-right-column h1 {
    font-size: 27px; }
    @media screen and (min-width: 768px) {
      .pb-right-column h1 {
        font-size: calc(27px + 5 * ((100vw - 768px) / 672)); } }
    @media screen and (min-width: 1440px) {
      .pb-right-column h1 {
        font-size: 32px; } }
.pb-right-column .product-meta {
  display: flex;
  margin-bottom: 24px; }
  .pb-right-column .product-meta .col {
    margin-right: 32px;
    font-size: 13px;
    color: #A2A2A2; }
    .pb-right-column .product-meta .col:last-child {
      margin-right: 0; }

/* pb-left-column ****************************************************************************** */
.pb-center-column {
  grid-column: 1 / span 2;
  /* form */ }
  .pb-center-column h1 {
    padding-bottom: 16px;
    font-size: 20px;
    color: #3a3939; }
  .pb-center-column p {
    margin-bottom: 10px; }
  .pb-center-column #product_reference {
    margin-bottom: 6px; }
  .pb-center-column #short_description_block {
    color: #111111; }
    .pb-center-column #short_description_block .buttons_bottom_block {
      display: none; }
    .pb-center-column #short_description_block #short_description_content {
      padding: 0 0 15px;
      word-wrap: break-word; }
      .pb-center-column #short_description_block #short_description_content p {
        line-height: 18px; }
  .pb-center-column #buy_block {
    margin-top: 10px; }
    .pb-center-column #buy_block label {
      display: inline-block;
      width: 125px;
      font-weight: 700;
      font-size: 12px;
      text-align: right; }
    .pb-center-column #buy_block p.price {
      padding: 0; }
  .pb-center-column #color_picker p {
    padding-bottom: 5px;
    font-weight: 700; }

#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-top: 1px solid #d6d4d4;
  border-bottom: 1px solid #d6d4d4;
  margin: 10px 0 -5px;
  position: relative; }
  #product p#loyalty b {
    color: #111111; }
  #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; }
  #page .rte p {
    margin-bottom: 1em;
    min-height: 1px; }

#attributes {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px; }
  #attributes .attribute_fieldset {
    margin-right: 40px;
    margin-bottom: 24px; }
  @media (max-width: 1024px) {
    #attributes {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 12px 0; }
      #attributes .attribute_fieldset {
        margin-right: 0;
        margin-bottom: 0; } }
  #attributes .radios-list {
    list-style: none;
    margin: 0;
    display: flex; }
    #attributes .radios-list li {
      margin-right: 24px;
      position: relative; }
      #attributes .radios-list li:last-child {
        margin-right: 0; }
    #attributes .radios-list label {
      cursor: pointer; }
    #attributes .radios-list input {
      position: absolute;
      left: 10px;
      top: 10px;
      z-index: 10; }
    #attributes .radios-list span {
      display: flex;
      align-items: center;
      height: 42px;
      border: 1px solid #CFCCBF;
      font-size: 14px;
      color: #A2A2A2;
      padding: 0 32px;
      border-radius: 24px;
      position: relative;
      z-index: 100;
      background: #fff; }
    #attributes .radios-list input:checked ~ span {
      border-color: #101010;
      font-weight: bold;
      color: #101010; }
  #attributes select {
    border-radius: 27px; }
  #attributes .attribute_list {
    width: 100%; }
    #attributes .attribute_list label {
      font-size: 14px; }
    #attributes .attribute_list .form-control {
      max-width: 230px; }
      #attributes .attribute_list .form-control option {
        background: #fff;
        color: #111111; }
    #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; }
      #attributes .attribute_list #color_to_pick_list li {
        float: left;
        margin: 0 3px 3px 0;
        padding: 1px;
        border: 1px solid #d6d4d4;
        clear: none;
        width: 26px;
        height: 26px; }
        #attributes .attribute_list #color_to_pick_list li a.color_pick {
          display: block;
          height: 22px;
          width: 22px;
          cursor: pointer; }
          #attributes .attribute_list #color_to_pick_list li a.color_pick img {
            display: block;
            height: 22px;
            width: 22px; }
        #attributes .attribute_list #color_to_pick_list li.selected {
          border: 1px solid #4d4d4d; }

.box-cart-bottom {
  display: grid;
  grid-template-columns: 128px 1fr 44px;
  grid-gap: 0 24px; }
  .box-cart-bottom.unvisible {
    display: none; }
  @media (max-width: 1024px) {
    .box-cart-bottom {
      grid-gap: 0 20px; } }
  @media (max-width: 768px) {
    .box-cart-bottom {
      grid-template-columns: 108px 1fr 40px;
      grid-gap: 0 16px; } }

#short_description_content a,
.page-product-box .rte a {
  color: #333333;
  text-decoration: underline; }
#short_description_content a.btn,
.page-product-box .rte a.btn {
  text-decoration: none; }

.quantity-wrapper {
  align-self: center;
  height: 52px;
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  border: 2px solid #EFEEEA;
  border-radius: 40px;
  padding: 8px;
  width: 128px;
  box-sizing: border-box;
  align-items: center; }
  .quantity-wrapper input {
    background: none;
    width: 44px;
    height: 32px;
    border: none !important;
    text-align: center;
    margin: 0;
    padding: 0; }
  .quantity-wrapper a {
    display: flex;
    width: 32px;
    height: 32px;
    text-indent: -9999px; }
    .quantity-wrapper a.product_quantity_down {
      background: url(../img/minus.svg) center no-repeat;
      background-size: 12px 12px;
      opacity: 0.5; }
    .quantity-wrapper a.product_quantity_up {
      background: url(../img/plus.svg) center no-repeat;
      background-size: 12px 12px;
      opacity: 0.5; }
    .quantity-wrapper a:hover {
      opacity: 1; }
  @media (max-width: 768px) {
    .quantity-wrapper {
      grid-template-columns: 24px 1fr 24px;
      width: 108px; }
      .quantity-wrapper input {
        width: 40px; }
      .quantity-wrapper a {
        width: 24px;
        height: 24px; } }

#add_to_cart {
  margin-bottom: 0;
  position: relative;
  z-index: 10;
  display: block !important; }
  #add_to_cart button {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    padding: 0 56px;
    border-radius: 32px;
    text-align: center;
    height: 64px;
    min-height: 64px;
    background: #278d3d; }
    #add_to_cart button em {
      display: none;
      font-style: normal; }
    #add_to_cart button:hover {
      background: #278d3d;
      border-color: #278d3d; }
    #add_to_cart button[disabled], #add_to_cart button.disabled
    #add_to_cart button.disabled:hover {
      opacity: 1;
      background: #999; }
    @media (max-width: 1024px) {
      #add_to_cart button {
        font-size: 18px;
        padding: 0;
        width: 100%; }
        #add_to_cart button span {
          display: none; }
        #add_to_cart button em {
          display: block; } }
    @media (max-width: 768px) {
      #add_to_cart button {
        font-size: 16px; } }

.product-info {
  display: block;
  font-size: 13px;
  margin-bottom: 32px; }
  .product-info .availability-wrap .label {
    display: inline-flex;
    height: 20px;
    align-items: center;
    background: none;
    padding: 0;
    color: #000;
    font-weight: normal;
    border: none;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
    white-space: nowrap; }
  .product-info .availability-wrap .label-success {
    background-image: url(../img/status-available.svg); }
  .product-info .availability-wrap .label-danger {
    background-image: url(../img/status-unavailable.svg); }
  .product-info .delivery-wrap {
    display: inline-flex;
    align-items: center;
    padding-left: 30px;
    height: 20px;
    padding-left: 30px;
    background: url(../img/status-time.svg) left center no-repeat;
    background-size: 20px 20px;
    white-space: nowrap; }
  @media (max-width: 1024px) {
    .product-info {
      grid-template-columns: 1fr;
      margin-bottom: 16px; } }

/* table_data_sheet */
.table-data-sheet {
  border-bottom: 1px solid #d6d4d4;
  width: 100%;
  margin: 0 0 20px;
  background: #fff; }
  .table-data-sheet tr {
    border-top: 1px solid #d6d4d4; }
    .table-data-sheet tr.even {
      background: #fdfdfd; }
    .table-data-sheet tr td {
      padding: 10px 20px 11px; }
      .table-data-sheet tr td:first-child {
        border-right: 1px solid #d6d4d4;
        width: 30%;
        font-weight: 700;
        color: #111111; }

/* table product-discounts */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #d6d4d4;
  border-right: 1px solid #d6d4d4;
  width: 50%;
  margin: 0 0 20px;
  background: #fff; }
  @media (max-width: 767px) {
    table.table-product-discounts {
      width: 100%; } }
  table.table-product-discounts tr th {
    background: #fbfbfb;
    color: #111111;
    font-weight: 700;
    border: none;
    font-weight: 700; }
  table.table-product-discounts tr td,
  table.table-product-discounts tr th {
    border-left: 1px solid #d6d4d4;
    width: 33%;
    padding: 10px 20px 11px;
    border-top: 1px solid #d6d4d4;
    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: 2px 8px 3px;
  text-decoration: none; }
  .accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
    text-decoration: none; }
.accessories-block .product-name {
  margin-bottom: 5px; }
  .accessories-block .product-name a {
    font-size: 15px;
    line-height: 18px;
    color: #3a3939; }
    .accessories-block .product-name a:hover {
      color: #515151; }
.accessories-block div ul li a {
  display: inline-block; }
.accessories-block div ul li.s_title_block a,
.accessories-block div ul li.s_title_block span {
  font-weight: 700; }

/* quantity_wanted */
#quantity_wanted_p input {
  width: 78px;
  height: 27px;
  padding: 0 6px;
  float: left;
  border: 1px solid #d6d4d4;
  line-height: 27px; }
#quantity_wanted_p .btn {
  float: left;
  margin-left: 3px; }
#quantity_wanted_p label {
  display: block;
  margin-bottom: 7px; }

/* 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: #111111;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700; }

#last_quantities {
  color: #fff;
  font-weight: 700;
  text-align: left;
  line-height: 18px;
  display: inline-block;
  padding: 0;
  margin-left: 0; }
  #last_quantities.label-default {
    background: none; }
  #last_quantities.label-primary {
    background: none;
    border: none; }
  #last_quantities.label-success {
    background: none;
    border: none;
    color: #157F38; }
  #last_quantities.label-info {
    background: none;
    border: none;
    color: #1c64f2; }
  #last_quantities.label-warning {
    background: none;
    border: none;
    color: #e02424; }
  #last_quantities.label-danger {
    background: none;
    border: none;
    color: #e02424; }

#last_quantities {
  background: #fe9126;
  border: 1px solid #e4752b;
  padding: 4px 8px 3px;
  position: relative;
  top: 1px;
  margin-left: 0px; }

#availability_statut,
#pQuantityAvailable {
  display: inline-block; }

#pQuantityAvailable span {
  font-weight: 700;
  color: #111111; }

/* box-security */
.box-security {
  border-top: 1px solid #dfdede;
  padding: 19px 19px 6px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
  background-image: -moz-linear-gradient(#ffffff, #fbfbfb);
  background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);
  background-image: linear-gradient(#ffffff, #fbfbfb);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fbfbfb',GradientType=0 ); }

/* prices */
.content_prices {
  margin-bottom: 12px; }
  .content_prices .tax-info {
    font-size: 13px;
    color: #A2A2A2;
    display: block;
    line-height: 1; }

.discount {
  display: none; }

.our_price_display {
  display: flex;
  align-items: center;
  line-height: 32px;
  font-weight: 400; }
  .our_price_display {
    font-size: 28px; }
    @media screen and (min-width: 768px) {
      .our_price_display {
        font-size: calc(28px + 4 * ((100vw - 768px) / 672)); } }
    @media screen and (min-width: 1440px) {
      .our_price_display {
        font-size: 32px; } }

#old_price {
  font-size: 18px;
  color: #777777; }

#reduction_percent,
#reduction_amount {
  margin-right: 10px;
  padding: 1px 2px;
  font-weight: 600;
  font-family: "muli", sans-serif;
  font-size: 21px;
  line-height: 23px;
  color: #fff;
  background: #f13340;
  border: 1px solid #d02a2c; }
  #reduction_percent span,
  #reduction_amount span {
    display: block; }
  .hide-left-column.hide-right-column #reduction_percent, .hide-left-column.hide-right-column
  #reduction_amount {
    display: inline-block; }

/* online_only */
.pb-center-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: left; }

@media (max-width: 1024px) {
  .box-info-product {
    display: flex;
    flex-direction: column; }
    .box-info-product .product-meta {
      flex-wrap: wrap; } }

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
  width: 555px;
  overflow: hidden; }
  @media (max-width: 767px) {
    #send_friend_form {
      width: 280px; } }
  #send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #d6d4d4; }
  #send_friend_form .product p {
    padding: 0;
    color: #111111; }
    #send_friend_form .product p .product_name {
      font-size: 12px;
      color: #000; }
  #send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb; }
    #send_friend_form .form_container p.intro_form {
      padding-bottom: 6px;
      font-weight: 700;
      font-size: 13px;
      color: #111111; }
    #send_friend_form .form_container p.txt_required {
      padding-bottom: 0;
      color: #666; }
    #send_friend_form .form_container .text {
      padding-bottom: 10px; }
      #send_friend_form .form_container .text label {
        display: block;
        padding: 0;
        width: 100%;
        font-size: 12px; }
      #send_friend_form .form_container .text input {
        padding: 0 5px;
        height: 22px;
        width: 100%;
        border: 1px solid #d6d4d4;
        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 #d6d4d4; }

.customizationUploadLine {
  padding-bottom: 10px; }
  .customizationUploadLine label {
    display: block;
    vertical-align: top; }
  .customizationUploadLine textarea {
    width: 50%;
    border: 1px solid #d6d4d4;
    color: #111111; }

.customizationUploadBrowse img + a {
  position: relative;
  top: -51px; }

#customizedDatas {
  float: right; }

.addsharethisinner .stButton .stArrow {
  display: none !important; }

.product-tabs-nav {
  position: relative;
  border-bottom: 1px solid #CFCCBF; }
  .product-tabs-nav a {
    display: block;
    line-height: 1;
    font-size: 16px;
    color: #222222; }
    .product-tabs-nav a:hover {
      text-decoration: underline; }
  .product-tabs-nav ul {
    list-style: none;
    margin: 0;
    display: flex; }
    .product-tabs-nav ul a {
      display: block;
      font-size: 15px;
      text-transform: uppercase;
      color: #000;
      padding: 0 24px 32px;
      border-bottom: 3px solid #fff; }
      .product-tabs-nav ul a:hover, .product-tabs-nav ul a.active {
        border-bottom-color: #101010;
        text-decoration: none; }
  @media (max-width: 1024px) {
    .product-tabs-nav a {
      font-size: 14px; }
    .product-tabs-nav ul li {
      margin-right: 40px; } }
  @media (max-width: 800px) {
    .product-tabs-nav {
      display: none; } }

.product-tabs .page-product-heading {
  display: block;
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 21px; }
.product-tabs .page-product-box.desc {
  display: block; }
.product-tabs .page-product-box {
  padding-bottom: 32px; }
  .product-tabs .page-product-box:last-child {
    padding-bottom: 0; }
@media (max-width: 800px) {
  .product-tabs .page-product-box {
    display: block;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 2px solid #e1e1e1; }
    .product-tabs .page-product-box:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; } }

.page-product-box.desc .rte {
  width: 100%;
  max-width: 1100px;
  font-size: 19px;
  padding: 0 !important; }
  @media (max-width: 1024px) {
    .page-product-box.desc .rte {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .page-product-box.desc .rte {
      font-size: 17px; } }
  @media (max-width: 450px) {
    .page-product-box.desc .rte {
      font-size: 16px; } }

.data-sheet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 120px; }
  .data-sheet li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 32px; }
  .data-sheet strong {
    font-weight: 600;
    text-align: right; }
  @media (max-width: 1280px) {
    .data-sheet {
      grid-gap: 20px 80px;
      font-size: 17px; } }
  @media (max-width: 1024px) {
    .data-sheet {
      grid-gap: 16px 40px;
      font-size: 16px; } }
  @media (max-width: 768px) {
    .data-sheet {
      grid-template-columns: 1fr; } }

.product-navigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px; }
  .product-navigation .col {
    display: block; }
    .product-navigation .col.left-col {
      margin-left: 0;
      margin-right: auto; }
    .product-navigation .col.right-col {
      margin-right: 0;
      margin-left: auto; }
    .product-navigation .col:hover {
      border-color: #278d3d; }
      .product-navigation .col:hover a {
        color: #000; }
      .product-navigation .col:hover span {
        color: #000; }
  .product-navigation .col:last-child {
    text-align: right;
    justify-content: flex-end; }
  .product-navigation span {
    display: block;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    color: #777777;
    margin-bottom: 5px;
    line-height: 1; }
  .product-navigation a {
    display: block;
    font-size: 18px;
    color: inherit;
    font-weight: 600; }

@media (max-width: 768px) {
  .product-navigation {
    flex-wrap: wrap; }

  .product-navigation .col {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    justify-content: center; }

  .product-navigation .col:last-child {
    margin-bottom: 0;
    text-align: center;
    justify-content: center; } }
.product-related .product-related-heading {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 36px;
  font-weight: 500; }

.product-packages-counter {
  display: block;
  margin-bottom: 32px; }
  .product-packages-counter .pp-title {
    display: block; }
    .product-packages-counter .pp-title span {
      font-size: 13px;
      color: #999; }
  .product-packages-counter .pp-wrapper {
    display: grid;
    grid-template-columns: 1fr 60px;
    grid-template-rows: 34px 34px;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 280px;
    font-size: 16px; }
    .product-packages-counter .pp-wrapper .pp-claim {
      grid-column: 1;
      grid-row: 1;
      align-self: center;
      justify-self: center;
      font-weight: bold; }
    .product-packages-counter .pp-wrapper .pp-metres {
      grid-column: 1;
      grid-row: 2;
      align-self: center;
      justify-self: center; }
    .product-packages-counter .pp-wrapper .plus {
      grid-column: 2;
      grid-row: 1; }
    .product-packages-counter .pp-wrapper .minus {
      grid-column: 2;
      grid-row: 2; }
    .product-packages-counter .pp-wrapper button {
      background: none;
      border: none;
      border-left: 1px solid #e1e1e1;
      font-size: 18px;
      font-weight: bold;
      color: #000;
      text-align: center;
      height: 34px; }
      .product-packages-counter .pp-wrapper button.plus {
        border-bottom: 1px solid #e1e1e1; }

/*# sourceMappingURL=product.css.map */
