/* 
    Created on : 2017-04-26, 08:36:59
    Author     : Mariusz Andrzejewski <mariusz.andrzejewski@vobacom.pl>
*/
/* 
    Created on : 2017-04-26, 08:59:18
    Author     : Mariusz Andrzejewski <mariusz.andrzejewski@vobacom.pl>
*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700,900&subset=latin-ext");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");
/* product desc */
/* primary_block ***************************************************************************** */
.primary_block {
  margin-bottom: 40px; }

.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: "Open Sans", sans-serif; }

.box-security .product-heading-h5 {
  margin: 3px 0 -8px; }
  @media (max-width: 1199px) {
    .box-security .product-heading-h5 {
      margin-bottom: 8px; } }

.primary_block .pb-left-column img {
  max-width: 100%;
  height: auto; }

a.fancybox-nav {
  outline: 0; }

.tab-switch, #attributes .attributes-tabs a, .secondary_block .sections-tabs a {
  display: block;
  text-align: center;
  box-sizing: border-box;
  font-weight: 900;
  color: #78909c;
  font-size: 20px;
  background: #fafafa; }

/* .pb-columns-wrappper */
@media (max-width: 767px) {
  .pb-columns-wrapper {
    text-align: center; } }

/* .pb-left-column ***************************************************************************** */
.pb-left-column {
  position: relative;
  z-index: 1; }
  .pb-left-column #image-block {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 5px;
    background: #fff; }
    @media (max-width: 767px) {
      .pb-left-column #image-block {
        margin: 0 auto; } }
    .pb-left-column #image-block img {
      background: #fff;
      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: #000; }
    .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 */
.pb-left-column #views_block {
  margin-top: 10px; }
  @media (max-width: 767px) {
    .pb-left-column #views_block {
      margin: 10px auto 0px auto; } }

#thumbs_list {
  overflow: hidden;
  float: left;
  width: calc(100% - 86px); }
  #thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    height: 90px; }
  #thumbs_list li {
    float: left;
    height: 90px;
    width: 90px;
    cursor: pointer;
    border: 1px solid whitesmoke;
    margin-right: 8px;
    line-height: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 768px) and (max-width: 991px) {
      #thumbs_list li {
        width: 76px;
        height: 76px;
        margin-right: 6px; } }
    #thumbs_list li a {
      display: block;
      border: 3px solid #fff;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #f5f5f5; }
      #thumbs_list li a:hover, #thumbs_list li a.shown {
        border-color: #ff6c03; }
    #thumbs_list li img {
      border: 1px solid #fff;
      width: 100%;
      height: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (min-width: 768px) and (max-width: 991px) {
        #thumbs_list li img {
          width: 68px;
          height: 68px; } }

.show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
  width: 294px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
      width: 194px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
      width: 82px; } }
  @media (max-width: 767px) {
    .show-right-column.hide-left-column #thumbs_list, .hide-right-column.show-left-column #thumbs_list {
      width: 196px; } }

span.view_scroll_spacer {
  float: left;
  width: 39px;
  padding-left: 12px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    span.view_scroll_spacer {
      width: 45px;
      padding-left: 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    span.view_scroll_spacer {
      width: 30px;
      padding-left: 3px; } }
  @media (max-width: 767px) {
    span.view_scroll_spacer {
      width: 45px;
      padding-left: 18px; } }

.show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
  width: 27px;
  padding-left: 2px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 44px;
      padding-left: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 41px;
      padding-left: 13px; } }
  @media (max-width: 767px) {
    .show-right-column.hide-left-column span.view_scroll_spacer, .hide-right-column.show-left-column span.view_scroll_spacer {
      width: 45px;
      padding-left: 14px; } }

#view_scroll_left,
#view_scroll_right {
  margin-top: 38px;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 991px) {
    #view_scroll_left,
    #view_scroll_right {
      margin-top: 28px; } }
  #view_scroll_left:before,
  #view_scroll_right:before {
    padding-left: 2px;
    color: #ff6c03;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px; }
  #view_scroll_left:hover:before,
  #view_scroll_right:hover:before {
    color: #000; }

#view_scroll_right {
  float: left; }
  #view_scroll_right:before {
    content: "\f054"; }

#view_scroll_left {
  margin-top: 0; }
  #view_scroll_left:before {
    content: "\f053";
    padding-right: 2px; }

.resetimg {
  padding: 10px 0 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; } }

/* link list */
#usefull_link_block {
  list-style-type: none; }
  #usefull_link_block li {
    margin: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      #usefull_link_block li {
        float: none !important; } }
    #usefull_link_block li a {
      font-weight: 700;
      position: relative;
      padding-left: 30px;
      line-height: 22px;
      display: inline-block; }
      #usefull_link_block li a:before {
        font-family: "FontAwesome";
        color: #000;
        font-size: 19px;
        position: absolute;
        top: 4px;
        left: 6px;
        font-weight: normal; }
      #usefull_link_block li a:hover {
        color: #000; }
    @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;
      font-weight: 700;
      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";
        color: #000;
        font-size: 19px;
        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: #000; }
    #usefull_link_block li#favoriteproducts_block_extra_removed:before {
      content: "\f004"; }

/* pb-left-column ****************************************************************************** */
.pb-title h1 {
  font-size: 2.39583vw;
  line-height: 2.73125vw;
  font-weight: 300;
  color: #000;
  /*        font-size: map-get($font-s, heading);*/
  margin: 0;
  padding-bottom: 5px; }
  @media only screen and (max-width: 1280px) {
    .pb-title h1 {
      font-size: 41.4px;
      line-height: 46px; } }
  @media only screen and (max-width: 768px) {
    .pb-title h1 {
      font-size: 1.875vw;
      line-height: 2.1375vw;
      font-weight: 300;
      color: #000; } }
  @media only screen and (max-width: 768px) and (max-width: 1280px) {
    .pb-title h1 {
      font-size: 32.4px;
      line-height: 36px; } }

.pb-center-column {
  margin-bottom: 30px;
  /* form */ }
  .pb-center-column p {
    padding-bottom: 10px;
    margin-bottom: 0; }
  .pb-center-column #manufcaturer label {
    font-size: 1.04167vw;
    line-height: 1.1875vw;
    font-weight: 400;
    color: #000; }
    @media only screen and (max-width: 1280px) {
      .pb-center-column #manufcaturer label {
        font-size: 18px;
        line-height: 20px; } }
  .pb-center-column #manufcaturer span {
    font-size: 1.04167vw;
    line-height: 1.1875vw;
    font-weight: 400;
    color: #4a4eff;
    text-decoration: underline; }
    @media only screen and (max-width: 1280px) {
      .pb-center-column #manufcaturer span {
        font-size: 18px;
        line-height: 20px; } }
  .pb-center-column #product_reference {
    margin-bottom: 6px; }
  .pb-center-column #short_description_block {
    color: #78909c; }
    .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 #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 10px 0 -5px;
  position: relative; }
  #product p#loyalty b {
    color: #000; }
  #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; }

.popup, #attributes {
  position: absolute;
  z-index: 100;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px auto;
  display: none; }

#attributes {
  width: 80%;
  max-width: 1580px;
  text-align: left;
  padding: 0; }
  #attributes .attributes-wrapper {
    padding: 30px 80px; }
    #attributes .attributes-wrapper h2 {
      margin-top: 0; }
  #attributes .attributes-tabs ul {
    padding: 10px; }
    #attributes .attributes-tabs ul li {
      padding: 0; }
  #attributes .attributes-tabs a {
    padding: 10px;
    border: 1px solid whitesmoke; }
    #attributes .attributes-tabs a.active {
      color: #ff6c03;
      background: #fff;
      border: 2px solid #ff6c03;
      position: relative;
      z-index: 2; }
      #attributes .attributes-tabs a.active:after {
        content: ' ';
        width: 12px;
        height: 100%;
        position: absolute;
        right: -11px;
        top: 0;
        z-index: 1;
        background: url("../img/interface/arrow.svg") no-repeat center; }
  #attributes .attributes-content {
    padding-top: 55px; }
  #attributes .tab-container {
    position: relative;
    z-index: 1; }
    #attributes .tab-container > div {
      display: none; }
      #attributes .tab-container > div:first-child {
        display: block; }
    #attributes .tab-container .fabric-tab h3 {
      display: flex;
      justify-content: space-between; }
      #attributes .tab-container .fabric-tab h3 .price-from {
        font-weight: 700; }
  #attributes .attributes-menu ul {
    margin-left: -80px; }
  #attributes .attributes-menu li {
    position: relative; }
    #attributes .attributes-menu li a {
      color: #000;
      display: block;
      border-bottom: 1px solid #f0f0f0;
      font-size: 20px;
      padding: 18px 10px 17px 80px;
      display: flex;
      justify-content: space-between; }
      #attributes .attributes-menu li a:hover, #attributes .attributes-menu li a.selected {
        background: #ff6c03;
        color: #fff; }
      #attributes .attributes-menu li a .price-from, #attributes .attributes-menu li a span {
        font-weight: 700; }
  #attributes .color-pick {
    margin: 0 -20px;
    max-height: 460px;
    overflow-y: auto; }
    #attributes .color-pick li {
      text-align: center; }
      #attributes .color-pick li.selected a img {
        border: 2px solid #ff6c03;
        box-sizing: border-box; }
    #attributes .color-pick a {
      display: inline-block;
      max-width: 100%;
      width: 140px; }
      #attributes .color-pick a.selected img {
        border: 2px solid #ff6c03;
        box-sizing: border-box; }
      #attributes .color-pick a,
      #attributes .color-pick a img {
        height: 7.8vw; }
    #attributes .color-pick .color_name {
      display: block;
      color: #000; }
  #attributes .color-pick-pager {
    margin-top: 50px;
    width: 100%;
    border: 1px solid #f0f0f0;
    text-align: center;
    position: relative;
    padding: 0 20%;
    min-width: 550px; }
    #attributes .color-pick-pager li {
      display: inline-block;
      vertical-align: middle; }
      #attributes .color-pick-pager li:first-child, #attributes .color-pick-pager li:last-child {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 20%;
        height: 100%;
        background: #fafafa; }
        #attributes .color-pick-pager li:first-child a, #attributes .color-pick-pager li:last-child a {
          padding: 18px 27px;
          display: block;
          height: 100%; }
      #attributes .color-pick-pager li:first-child {
        left: 0;
        border-right: 1px solid #f0f0f0; }
      #attributes .color-pick-pager li:last-child {
        right: 0;
        border-left: 1px solid #f0f0f0; }
      #attributes .color-pick-pager li a {
        font-weight: 400;
        color: #000;
        font-size: 20px;
        padding: 18px 7px;
        display: block;
        position: relative; }
        #attributes .color-pick-pager li a.active {
          color: #ff6c03; }
          #attributes .color-pick-pager li a.active:after {
            content: ' ';
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 1;
            border: 3px solid #ff6c03;
            left: 0;
            top: -10px; }
  #attributes fieldset {
    padding-bottom: 3px; }
    #attributes fieldset label {
      vertical-align: top;
      display: block; }
  #attributes .attribute_list {
    width: 100%; }
    #attributes .attribute_list .form-control {
      max-width: 230px; }
      #attributes .attribute_list .form-control option {
        background: #fff;
        color: #78909c; }
    #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; }
      #attributes .attribute_list #color_to_pick_list li {
        float: left;
        margin: 0 3px 3px 0;
        padding: 1px;
        border: 1px solid #f0f0f0;
        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; }

.secondary_block .sections-tabs ul li {
  padding: 0; }
  .secondary_block .sections-tabs ul li:last-child a {
    border-right: 1px solid #e5e5e5; }
.secondary_block .sections-tabs a {
  padding: 18px 10px;
  border: 1px solid #e5e5e5;
  border-right: 0px none; }
  .secondary_block .sections-tabs a.active {
    background: #fff;
    border-bottom-color: #f5f5f5;
    color: #000; }
.secondary_block .sections-content {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: height;
  transition-property: height;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-top: 0px none;
  padding: 50px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .secondary_block .sections-content {
      padding: 30px 10px; } }
  .secondary_block .sections-content > div {
    display: none; }
    .secondary_block .sections-content > div.description-tab {
      display: block; }
    .secondary_block .sections-content > div h4 {
      font-weight: 900;
      font-size: 14px;
      margin: 0;
      padding: 22px 0 10px; }
      .secondary_block .sections-content > div h4:first-of-type {
        padding-top: 0; }
    .secondary_block .sections-content > div .feature-info, .secondary_block .sections-content > div ul:not(.steps) li {
      position: relative; }
      .secondary_block .sections-content > div .feature-info .feature-name, .secondary_block .sections-content > div ul:not(.steps) li .feature-name {
        display: inline; }
      .secondary_block .sections-content > div .feature-info:before, .secondary_block .sections-content > div ul:not(.steps) li:before {
        content: ' ';
        display: inline-block;
        vertical-align: baseline;
        height: 10px;
        width: 1px;
        background: #ff6c03;
        margin-right: 12px; }
    .secondary_block .sections-content > div ul:not(.steps) {
      padding-left: 0;
      list-style: none; }
    .secondary_block .sections-content > div .email {
      color: #4a4eff;
      text-decoration: underline; }
  .secondary_block .sections-content .page-product-box h3 {
    display: none; }
  .secondary_block .sections-content .page-product-features {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; }
    .secondary_block .sections-content .page-product-features .table-data-sheet {
      display: inline-block; }
    .secondary_block .sections-content .page-product-features li.has-image {
      padding-bottom: 25px; }
      .secondary_block .sections-content .page-product-features li.has-image:before {
        display: none; }
    .secondary_block .sections-content .page-product-features li .feature-name {
      display: inline; }
.secondary_block .contact-tab {
  padding: 30px 0 50px; }
  .secondary_block .contact-tab p {
    padding: 15px 0;
    margin: 0; }
    .secondary_block .contact-tab p a {
      margin: 5px 15px; }
.secondary_block h3.h3-important {
  font-weight: 900;
  color: #000;
  font-size: 30px;
  margin-bottom: 20px; }
.secondary_block .products_block {
  margin-bottom: 60px; }

.box-cart-bottom {
  padding: 0; }

#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; }

.page-product-box li.item {
  width: 20%; }
  @media only screen and (max-width: 1200px) {
    .page-product-box li.item {
      width: 25%; } }
  @media only screen and (max-width: 992px) {
    .page-product-box li.item {
      width: 33.33333%; } }
  @media only screen and (max-width: 768px) {
    .page-product-box li.item {
      width: 50%; } }
  @media only screen and (max-width: 480px) {
    .page-product-box li.item {
      width: 100%; } }

@media (max-width: 767px) {
  .box-info-product {
    text-align: center; } }
.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;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
  background-image: -moz-linear-gradient(#009ad0, #007ab7);
  background-image: -webkit-linear-gradient(#009ad0, #007ab7);
  background-image: linear-gradient(#009ad0, #007ab7);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); }
  .box-info-product .exclusive:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 25px;
    line-height: 47px;
    text-shadow: 0 1px #015883;
    content: "\f07a";
    z-index: 2;
    width: 51px;
    text-align: center;
    border: 1px solid #06b2e6;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px; }
    @media (max-width: 991px) {
      .box-info-product .exclusive:before {
        display: none; } }
  .box-info-product .exclusive.added:before {
    content: "\f00c"; }
  .box-info-product .exclusive.added.disabled:before, .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; }
  .box-info-product .exclusive:after {
    background: url(../img/border-1.gif) repeat-y 0 0;
    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 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    border-top: 1px solid #06b2e6;
    border-right: 1px solid #06b2e6;
    border-left: 1px solid #06b2e6;
    border-bottom: 1px solid #06b2e6;
    text-shadow: 0 1px #015883;
    padding: 12px 36px 14px 60px;
    color: #fff;
    display: block !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-property: all;
    transition-property: all; }
    @media (max-width: 1199px) {
      .box-info-product .exclusive span {
        padding: 12px 22px 14px 55px;
        font-size: 14px; } }
    @media (max-width: 991px) {
      .box-info-product .exclusive span {
        padding: 8px 12px 10px;
        text-align: left; } }
  .box-info-product .exclusive:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
    background-image: -moz-linear-gradient(#007ab7, #009ad0);
    background-image: -webkit-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; }
@media (max-width: 767px) {
  .box-info-product .product_attributes span.content {
    float: none !important;
    display: inline-block; } }

#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 .exclusive {
    padding: 0;
    border-top: 1px solid #0079b6;
    border-right: 1px solid #006fa8;
    border-left: 1px solid #006fa8;
    border-bottom: 1px solid #012740;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -webkit-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: #fff;
      font-size: 25px;
      line-height: 47px;
      text-shadow: 0 1px #015883;
      content: "\f07a";
      z-index: 2;
      width: 51px;
      text-align: center;
      border: none;
      -moz-border-radius: 0;
      -webkit-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 {
      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: #fff;
      display: block !important;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-transition-property: all;
      transition-property: all; }
      @media (max-width: 1199px) {
        #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: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
      background-image: -moz-linear-gradient(#007ab7, #009ad0);
      background-image: -webkit-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; }

/* RIGHT COLUMN */
.pb-right-column {
  text-align: right;
  padding-bottom: 15px; }
  .pb-right-column form, .pb-right-column p {
    padding-bottom: 15px; }
  .pb-right-column .info-delivery {
    padding-top: 15px; }
    .pb-right-column .info-delivery .info-label {
      width: 130px; }
  .pb-right-column .info-completion .info-label {
    width: 170px; }
  @media (max-width: 767px) {
    .pb-right-column .info-delivery,
    .pb-right-column .info-completion {
      width: 50%;
      float: left;
      text-align: center;
      padding: 15px 0 30px; } }
  @media only screen and (max-width: 480px) {
    .pb-right-column .info-delivery,
    .pb-right-column .info-completion {
      width: 50%; } }
  .pb-right-column p {
    margin: 0; }
  .pb-right-column .info-label {
    display: inline-block;
    vertical-align: middle; }
  .pb-right-column .info-icon {
    padding-left: 10px;
    width: 58px;
    display: inline-block;
    box-sizing: content-box; }

/* table_data_sheet */
.table-data-sheet {
  width: 100%;
  margin: 0 0 20px;
  padding-bottom: 20px;
  background: #fff; }
  .table-data-sheet tr {
    border-top: 1px solid #f0f0f0; }
    .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 #f0f0f0;
        width: 30%;
        font-weight: 700;
        color: #000; }

/* table product-discounts */
table.table-product-discounts {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  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: #fff;
    color: #000;
    font-weight: 700;
    border: none;
    font-weight: 700; }
  table.table-product-discounts tr td,
  table.table-product-discounts tr th {
    border-left: 1px solid #f0f0f0;
    width: 33%;
    padding: 10px 20px 11px;
    border-top: 1px solid #f0f0f0;
    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:hover {
    color: #8399a4; }
.accessories-block .price {
  font-size: 1.04167vw;
  line-height: 1.1875vw;
  font-weight: 900;
  font-family: "Lato", sans-serif; }
  @media only screen and (max-width: 1280px) {
    .accessories-block .price {
      font-size: 18px;
      line-height: 20px; } }
.accessories-block .product-name a,
.accessories-block .price {
  /*        font-size: map-get($font-s, btn);*/
  text-transform: uppercase;
  color: #000; }

/* quantity_wanted */
#quantity_wanted_p input {
  width: 100px;
  height: 60px;
  padding: 0 6px;
  float: left;
  border: 1px solid #f0f0f0;
  border-left: 0px none;
  border-right: 0px none;
  text-align: center;
  font-size: 1.04167vw;
  line-height: 1.1875vw;
  color: #000; }
  @media only screen and (max-width: 1280px) {
    #quantity_wanted_p input {
      font-size: 18px;
      line-height: 20px; } }
#quantity_wanted_p .btn {
  float: left; }
#quantity_wanted_p label {
  display: block;
  font-size: 1.04167vw;
  line-height: 1.1875vw;
  font-weight: 900;
  padding-top: 25px; }
  @media only screen and (max-width: 1280px) {
    #quantity_wanted_p label {
      font-size: 18px;
      line-height: 20px; } }

/* 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: #000;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700; }

#availability_value,
#last_quantities {
  color: #fff;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  padding: 3px 8px 4px; }

#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;
  padding: 15px 0px; }

#pQuantityAvailable span {
  font-weight: 700;
  color: #000; }

/* box-security */
.box-security {
  border-top: 1px solid #f0f0f0;
  padding: 35px 0 35px; }
  .box-security a {
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .box-security a:hover {
      color: #ff6c03; }
  @media (max-width: 767px) {
    .box-security img {
      display: inline; } }

/* prices */
.discount {
  display: none; }

.our_price_display {
  margin-bottom: 0;
  font-size: 1.04167vw;
  line-height: 1.1875vw;
  font-weight: 900;
  color: #000; }
  @media only screen and (max-width: 1280px) {
    .our_price_display {
      font-size: 18px;
      line-height: 20px; } }
  .our_price_display .price {
    display: block;
    padding-top: 5px;
    margin: 0;
    font-size: 2.39583vw;
    line-height: 2.73125vw;
    font-family: "Lato", sans-serif;
    font-weight: 900; }
    @media only screen and (max-width: 1280px) {
      .our_price_display .price {
        font-size: 41.4px;
        line-height: 46px; } }

#pretaxe_price {
  font-weight: 300;
  color: #78909c; }

#old_price {
  padding-bottom: 15px;
  font-size: 13px;
  text-decoration: line-through;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  line-height: 23px; }

#reduction_percent,
#reduction_amount {
  margin-right: 10px;
  padding: 1px 2px;
  font-weight: 600;
  font-family: "Open Sans", 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; }

.color-and-type-trigger {
  text-transform: uppercase; }
  .color-and-type-trigger img {
    max-width: 100%;
    height: auto;
    display: block; }

/* online_only */
.pb-center-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: left; }

.buttons_bottom_block {
  clear: both; }
  .buttons_bottom_block #wishlist_button {
    font-weight: 700; }

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
  width: 100%;
  overflow: hidden;
  padding: 20px;
  max-width: 800px;
  margin: 0px auto; }
  @media (max-width: 767px) {
    #send_friend_form {
      width: 280px; } }
  #send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #f0f0f0; }
  #send_friend_form .product p {
    padding: 0;
    color: #000; }
    #send_friend_form .product p .product_name {
      font-size: 12px;
      color: #000; }
  #send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #f0f0f0;
    background: #fff; }
    #send_friend_form .form_container p.intro_form {
      padding-bottom: 6px;
      font-weight: 700;
      font-size: 13px;
      color: #000; }
    #send_friend_form .form_container p.txt_required {
      padding-bottom: 0;
      color: #666; }
  #send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right; }
    #send_friend_form .submit a, #send_friend_form .submit button, #send_friend_form .submit input {
      margin: 0 0 10px; }

/* 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 #f0f0f0; }

.customizationUploadLine {
  padding-bottom: 10px; }
  .customizationUploadLine label {
    display: block;
    vertical-align: top; }
  .customizationUploadLine textarea {
    width: 50%;
    border: 1px solid #f0f0f0;
    color: #777777; }

.customizationUploadBrowse img + a {
  position: relative;
  top: -51px; }

#customizedDatas {
  float: right; }

/******************************************************************
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 {
    width: 100%;
    padding: 20px; }
    @media (max-width: 479px) {
      #product.content_only div.primary_block div.pb-left-column {
        float: none; } }
    #product.content_only div.primary_block div.pb-left-column span.view_scroll_spacer {
      width: 38px;
      padding-left: 10px; }
    #product.content_only div.primary_block div.pb-left-column #thumbs_list {
      width: 392px; }
  #product.content_only div.primary_block div.pb-center-column {
    padding: 20px 20px 60px 0px;
    width: 50%;
    margin-bottom: 0;
    height: 100%; }
  @media (max-width: 479px) {
    #product.content_only div.primary_block div {
      width: 100%;
      float: none; } }
  #product.content_only div.primary_block div .product_comments_block_extra {
    padding-right: 0; }
  @media (max-width: 479px) {
    #product.content_only div.primary_block div .comments_advices li {
      display: block; }
    #product.content_only div.primary_block div .comments_advices a.reviews {
      margin: 0;
      padding: 0;
      border: none; } }
  #product.content_only div.primary_block div #ShareDiv {
    position: absolute;
    bottom: 8px; }
  #product.content_only div.primary_block.pb-right-column {
    width: 25.5%;
    padding-right: 15px;
    padding-left: 0; }
    #product.content_only div.primary_block.pb-right-column .box-info-product {
      border-top-width: 0px;
      border-right: none;
      border-bottom: none;
      height: 100%;
      -moz-border-radius: 0 4px 4px 0;
      -webkit-border-radius: 0;
      border-radius: 0 4px 4px 0;
      position: relative;
      padding-bottom: 125px; }
      @media (max-width: 991px) {
        #product.content_only div.primary_block.pb-right-column .box-info-product {
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          border-radius: 0;
          border: 1px solid #f0f0f0; } }
      #product.content_only div.primary_block.pb-right-column .box-info-product #add_to_cart .exclusive {
        display: block;
        width: 100%; }
        #product.content_only div.primary_block.pb-right-column .box-info-product #add_to_cart .exclusive:before, #product.content_only div.primary_block.pb-right-column .box-info-product #add_to_cart .exclusive:after {
          display: block; }
        #product.content_only div.primary_block.pb-right-column .box-info-product #add_to_cart .exclusive span {
          font-size: 20px;
          text-align: center; }
          @media (max-width: 1199px) {
            #product.content_only div.primary_block.pb-right-column .box-info-product #add_to_cart .exclusive span {
              padding: 12px 22px 14px 70px;
              font-size: 20px; } }
      #product.content_only div.primary_block.pb-right-column .box-info-product .box-cart-bottom {
        right: 0;
        left: 0; }
    #product.content_only div.primary_block.pb-right-column #attributes .attribute_list .form-control {
      width: 230px; }
    #product.content_only div.primary_block.pb-right-column .product_attributes,
    #product.content_only div.primary_block.pb-right-column .box-cart-bottom {
      -moz-box-shadow: transparent 0px 0px 0px;
      -webkit-box-shadow: transparent 0px 0px 0px;
      box-shadow: transparent 0px 0px 0px; }
    #product.content_only div.primary_block.pb-right-column .product_attributes {
      padding-top: 0; }
#product.content_only .pb-columns-wrapper {
  position: static;
  width: 100%;
  padding: 20px; }
  #product.content_only .pb-columns-wrapper .pb-title {
    text-align: center; }

.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-left-column #thumbs_list li,
    #product.content_only section.primary_block div.pb-left-column #thumbs_list li {
      width: 90px;
      height: 90px; }
      #product.content_only div.primary_block div.pb-left-column #thumbs_list li img,
      #product.content_only section.primary_block div.pb-left-column #thumbs_list li img {
        width: 82px;
        height: 82px; }
  #product.content_only div.primary_block div.pb-center-column,
  #product.content_only section.primary_block div.pb-center-column {
    width: 50%;
    float: left;
    padding-left: 35px; }
  #product.content_only div.primary_block div.pb-right-column,
  #product.content_only section.primary_block div.pb-right-column {
    width: 50%;
    float: left; }
    #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; } }
/***** IE code ****/
.ie8 .pb-left-column #image-block #view_full_size .span_link {
  background: #fff;
  border: 1px solid #f0f0f0; }
.ie8 .box-security {
  filter: none; }

#send-question-negotiate-modal {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 10; }
  #send-question-negotiate-modal .modal-dialog {
    width: 50%;
    margin: 0 auto; }

.active {
  display: block !important; }

#product .pb-left-column {
  margin-top: -50px; }
  @media only screen and (max-width: 1200px) {
    #product .pb-left-column {
      margin-top: 0; } }
#product .pb-columns-wrapper {
  padding-left: 70px; }
  @media only screen and (max-width: 1400px) {
    #product .pb-columns-wrapper {
      padding-left: 0; } }
#product .pb-title {
  padding-left: 0; }
  #product .pb-title h1 {
    font-size: 30px; }
#product .addWishlist {
  text-align: right; }
  #product .addWishlist a {
    color: #000; }
#product .product_attributes {
  display: flex; }
  @media only screen and (max-width: 500px) {
    #product .product_attributes {
      display: block; } }
  #product .product_attributes #add_to_cart {
    margin-left: 20px; }
    @media only screen and (max-width: 500px) {
      #product .product_attributes #add_to_cart {
        margin-left: 0; } }
    #product .product_attributes #add_to_cart button {
      padding: 15px 20px;
      display: flex;
      justify-content: center; }
      #product .product_attributes #add_to_cart button img {
        padding-right: 10px; }
#product #product_comments_block_extra {
  max-width: 100%; }
#product .content_prices {
  justify-content: flex-start; }
  @media only screen and (max-width: 1200px) {
    #product .content_prices {
      justify-content: center;
      max-width: 550px; } }
  #product .content_prices .block-price #reduction_percent {
    display: inline-block; }
#product .sections-content {
  margin-bottom: 0;
  border: 0;
  padding-left: 0;
  padding-right: 0; }
  #product .sections-content .description-tab .page-product-box .rte {
    padding-left: 0; }
    @media only screen and (max-width: 768px) {
      #product .sections-content .description-tab .page-product-box .rte {
        padding-bottom: 0; } }
    #product .sections-content .description-tab .page-product-box .rte h4.bigger-font {
      padding-top: 0;
      margin-top: 0;
      margin-right: 20px; }
      @media only screen and (max-width: 768px) {
        #product .sections-content .description-tab .page-product-box .rte h4.bigger-font {
          margin-right: 0; } }
  @media only screen and (max-width: 768px) {
    #product .sections-content .description-tab .page-product-box > .rte {
      padding-right: 0; } }
  @media only screen and (max-width: 768px) {
    #product .sections-content .description-tab .page-product-box > .rte > .rte {
      padding-right: 0; } }
  #product .sections-content .description-tab .page-product-box img {
    display: none; }
  #product .sections-content .description-tab .page-product-box .feature-info:before, #product .secondary_block .sections-content > div .description-tab .page-product-box ul:not(.steps) li:before, .secondary_block #product .sections-content > div .description-tab .page-product-box ul:not(.steps) li:before, #product .secondary_block .sections-content > div ul:not(.steps) .description-tab .page-product-box li:before, .secondary_block #product .sections-content > div ul:not(.steps) .description-tab .page-product-box li:before, #product .sections-content .description-tab .page-product-box li:before {
    display: none; }
  #product .sections-content .description-tab .page-product-box li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 5px; }
  #product .sections-content .description-tab .page-product-box h4, #product .sections-content .description-tab .page-product-box .bigger-font {
    font-size: 20px;
    font-weight: 700; }
  #product .sections-content .description-tab .page-product-box .bigger-font {
    padding-top: 20px;
    margin-top: 20px;
    display: block; }
    @media only screen and (max-width: 768px) {
      #product .sections-content .description-tab .page-product-box .bigger-font {
        padding-top: 0;
        margin-top: 0; } }
  #product .sections-content .description-tab .page-product-box .child #feature_10, #product .sections-content .description-tab .page-product-box .child #feature_11, #product .sections-content .description-tab .page-product-box .child #feature_12, #product .sections-content .description-tab .page-product-box .child #feature_28, #product .sections-content .description-tab .page-product-box .child #feature_36, #product .sections-content .description-tab .page-product-box .child #feature_16 {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    #product .sections-content .description-tab .page-product-box .child #feature_10 .feature-info, #product .secondary_block .sections-content > div .description-tab .page-product-box .child #feature_10 ul:not(.steps) li, .secondary_block #product .sections-content > div .description-tab .page-product-box .child #feature_10 ul:not(.steps) li, #product .secondary_block .sections-content > div ul:not(.steps) .description-tab .page-product-box .child #feature_10 li, .secondary_block #product .sections-content > div ul:not(.steps) .description-tab .page-product-box .child #feature_10 li, #product .sections-content .description-tab .page-product-box .child #feature_11 .feature-info, #product .secondary_block .sections-content > div .description-tab .page-product-box .child #feature_11 ul:not(.steps) li, .secondary_block #product .sections-content > div .description-tab .page-product-box .child #feature_11 ul:not(.steps) li, #product .secondary_block .sections-content > div ul:not(.steps) .description-tab .page-product-box .child #feature_11 li, .secondary_block #product .sections-content > div ul:not(.steps) .description-tab .page-product-box .child #feature_11 li, #product .sections-content .description-tab .page-product-box .child #feature_12 .feature-info, #product .secondary_block .sections-content > div .description-tab .page-product-box .child #feature_12 ul:not(.steps) li, .secondary_block #product .sections-content > div .description-tab .page-product-box .child #feature_12 ul:not(.steps) li, #product .secondary_block .sections-content > div ul:not(.steps) .description-tab .page-product-box .child #feature_12 li, .secondary_block #product .sections-content > div ul:not(.steps) .description-tab .page-product-box .child #feature_12 li, #product .sections-content .description-tab .page-product-box .child #feature_28 .feature-info, #product .secondary_block .sections-content > div .description-tab .page-product-box .child #feature_28 ul:not(.steps) li, .secondary_block #product .sections-content > div .description-tab .page-product-box .child #feature_28 ul:not(.steps) li, #product .secondary_block .sections-content > div ul:not(.steps) .description-tab .page-product-box .child #feature_28 li, .secondary_block #product .sections-content > div ul:not(.steps) .description-tab .page-product-box .child #feature_28 li, #product .sections-content .description-tab .page-product-box .child #feature_36 .feature-info, #product .secondary_block .sections-content > div .description-tab .page-product-box .child #feature_36 ul:not(.steps) li, .secondary_block #product .sections-content > div .description-tab .page-product-box .child #feature_36 ul:not(.steps) li, #product .secondary_block .sections-content > div ul:not(.steps) .description-tab .page-product-box .child #feature_36 li, .secondary_block #product .sections-content > div ul:not(.steps) .description-tab .page-product-box .child #feature_36 li, #product .sections-content .description-tab .page-product-box .child #feature_16 .feature-info, #product .secondary_block .sections-content > div .description-tab .page-product-box .child #feature_16 ul:not(.steps) li, .secondary_block #product .sections-content > div .description-tab .page-product-box .child #feature_16 ul:not(.steps) li, #product .secondary_block .sections-content > div ul:not(.steps) .description-tab .page-product-box .child #feature_16 li, .secondary_block #product .sections-content > div ul:not(.steps) .description-tab .page-product-box .child #feature_16 li {
      padding-left: 5px; }
    #product .sections-content .description-tab .page-product-box .child #feature_10 h4, #product .sections-content .description-tab .page-product-box .child #feature_11 h4, #product .sections-content .description-tab .page-product-box .child #feature_12 h4, #product .sections-content .description-tab .page-product-box .child #feature_28 h4, #product .sections-content .description-tab .page-product-box .child #feature_36 h4, #product .sections-content .description-tab .page-product-box .child #feature_16 h4 {
      font-weight: 700;
      margin-bottom: 0;
      padding-bottom: 0;
      font-size: 14px; }
#product #views_block #view_scroll_left,
#product #views_block #view_scroll_right {
  opacity: 1 !important; }
#product .smaller-div {
  display: flex;
  justify-content: flex-end; }
  #product .smaller-div #usefull_link_block {
    display: flex; }
    #product .smaller-div #usefull_link_block .btn-facebook {
      background: transparent;
      border: 0;
      color: #000; }
      #product .smaller-div #usefull_link_block .btn-facebook:hover {
        color: #ff6c03; }
      #product .smaller-div #usefull_link_block .btn-facebook i {
        color: #000; }
        #product .smaller-div #usefull_link_block .btn-facebook i:before {
          font-size: 19px; }
        #product .smaller-div #usefull_link_block .btn-facebook i:hover {
          color: #ff6c03; }
    #product .smaller-div #usefull_link_block #send_friend_button {
      border: 0; }
      #product .smaller-div #usefull_link_block #send_friend_button:hover, #product .smaller-div #usefull_link_block #send_friend_button:focus, #product .smaller-div #usefull_link_block #send_friend_button:active {
        color: #ff6c03;
        background: transparent; }
      #product .smaller-div #usefull_link_block #send_friend_button a:before {
        content: "\f003"; }
#product .icon-box .info-delivery, #product .icon-box .info-completion {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
#product .icon-box .info-payment .box-security {
  text-align: center;
  padding: 0;
  border-top: 0; }
#product .icon-box h4, #product .icon-box .info-label {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.1; }
#product #product_comments_block_extra .comments_note .comments-title {
  font-weight: 400;
  font-size: 14px; }
#product #product_comments_block_extra {
  clear: both; }
  #product #product_comments_block_extra .comments_note {
    display: flex; }
    #product #product_comments_block_extra .comments_note .star_content {
      padding-left: 10px;
      margin-top: 0; }
#product .color-and-type-trigger {
  font-size: 19px;
  font-weight: 800;
  text-transform: none; }
#product .our_price_display #reduction_percent {
  display: inline-block !important;
  background: #389501;
  margin-left: 60px;
  border: 0; }
#product h3.page-product-heading, #product h3.h3-important {
  border: 0;
  padding-left: 0;
  font-family: Raleway;
  font-weight: 700;
  font-size: 1.5625vw;
  line-height: 1.78125vw;
  color: #000; }
  @media only screen and (max-width: 1280px) {
    #product h3.page-product-heading, #product h3.h3-important {
      font-size: 27px;
      line-height: 30px; } }
  @media only screen and (max-width: 550px) {
    #product h3.page-product-heading, #product h3.h3-important {
      font-size: 20px; } }
#product .secondary_block h3.h3-important {
  font-size: 1.5625vw;
  line-height: 1.78125vw;
  color: #000; }
  @media only screen and (max-width: 1280px) {
    #product .secondary_block h3.h3-important {
      font-size: 27px;
      line-height: 30px; } }
  @media only screen and (max-width: 550px) {
    #product .secondary_block h3.h3-important {
      font-size: 20px; } }
#product h3.idTabHrefShort {
  border: 1px solid #f0f0f0;
  padding: 30px;
  padding-right: 20px; }
@media only screen and (max-width: 768px) {
  #product .contact-tab h2 {
    font-size: 20px; } }
#product .download-box {
  padding: 30px 60px;
  background: #fafafa; }
  @media only screen and (max-width: 1200px) {
    #product .download-box {
      padding: 30px; } }
  #product .download-box h3 {
    line-height: 1;
    background: inherit; }
    @media only screen and (max-width: 768px) {
      #product .download-box h3 {
        padding-right: 0;
        margin-bottom: 0;
        padding-bottom: 30px; } }
  #product .download-box .download-span {
    font-weight: 600; }
  @media only screen and (max-width: 768px) {
    #product .download-box > .row {
      display: none; } }
#product .accesories-block-all {
  padding: 0 90px; }
  @media only screen and (max-width: 1200px) {
    #product .accesories-block-all {
      padding: 0; } }
@media only screen and (max-width: 768px) {
  #product .page-product-box {
    padding-bottom: 0; } }
#product .page-product-box h3#idTab5 {
  font-weight: 900;
  color: #000;
  font-size: 30px;
  line-height: 1; }
#product .page-product-box div#idTab5 {
  display: none; }
#product .page-product-box h3.idTabHrefShort:hover {
  cursor: pointer; }
#product .page-product-box .arrow-product {
  position: relative;
  padding-right: 40px; }
  @media only screen and (max-width: 768px) {
    #product .page-product-box .arrow-product {
      padding-right: 20px; } }
  #product .page-product-box .arrow-product:before {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transition-property: all;
    transition-property: all;
    padding-left: 2px;
    color: #ff6c03;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 19px;
    font-weight: 200; }
    @media only screen and (max-width: 768px) {
      #product .page-product-box .arrow-product:before {
        right: 10px; } }
#product .page-product-box .arrow-down {
  position: relative; }
  #product .page-product-box .arrow-down:before {
    content: "\f054";
    font-family: "FontAwesome";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transition-property: all;
    transition-property: all; }
    @media only screen and (max-width: 768px) {
      #product .page-product-box .arrow-down:before {
        right: 10px; } }
@media only screen and (max-width: 768px) {
  #product .page-product-box.page-product-features {
    column-count: 1; } }
#product .page-product-box.page-product-features .child {
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-right: 30px; }
  @media only screen and (max-width: 768px) {
    #product .page-product-box.page-product-features .child {
      display: none; } }
#product .page-product-box.page-product-features > .table-data-sheet {
  padding-right: 40px; }
  @media only screen and (max-width: 768px) {
    #product .page-product-box.page-product-features > .table-data-sheet {
      padding-bottom: 0;
      margin-bottom: 0;
      padding-right: 0; } }
  @media only screen and (max-width: 768px) {
    #product .page-product-box.page-product-features > .table-data-sheet > h4 {
      padding-bottom: 14px; } }
  @media only screen and (max-width: 768px) {
    #product .page-product-box.page-product-features > .table-data-sheet > ul, #product .page-product-box.page-product-features > .table-data-sheet > .feature-info, #product .secondary_block .sections-content > div ul:not(.steps) .page-product-box.page-product-features > .table-data-sheet > li, .secondary_block .sections-content > div ul:not(.steps) #product .page-product-box.page-product-features > .table-data-sheet > li {
      display: none;
      margin-bottom: 15px; } }
@media only screen and (max-width: 768px) {
  #product .arrow-product {
    padding-right: 30px !important;
    cursor: pointer; } }
#product a.info-delivery-href {
  color: #000; }
  #product a.info-delivery-href:hover {
    color: #ff6c03; }
#product .title-dots, #product .new {
  display: none; }
#product .child .title-dots {
  display: inline; }
#product .info-icon {
  height: 50px;
  display: flex;
  align-items: center; }
#product .pb-left-site, #product .pb-left-site a, #product .pb-right-site, #product .pb-right-site a {
  display: flex; }
  #product .pb-left-site img, #product .pb-left-site a img, #product .pb-right-site img, #product .pb-right-site a img {
    padding-right: 20px; }
  #product .pb-left-site p, #product .pb-left-site a p, #product .pb-right-site p, #product .pb-right-site a p {
    margin-bottom: 0; }
#product #image-block {
  clear: both; }
#product .product-site {
  margin-top: 25px; }
  #product .product-site > div {
    padding-left: 0; }
    @media only screen and (max-width: 450px) {
      #product .product-site > div {
        width: 100%;
        margin-bottom: 10px; } }
  #product .product-site p {
    font-weight: 600; }
  #product .product-site a {
    color: #000; }
#product ul#thumbs_list_frame {
  margin-left: 40px; }
#product #reduction_percent_display {
  font-size: 14px; }

@media only screen and (max-width: 768px) {
  .desktop {
    display: none; } }

.tablet {
  display: none; }
  @media only screen and (max-width: 768px) {
    .tablet {
      display: block; } }
  .tablet img {
    max-width: 100%;
    height: auto; }

h3#idTab5 {
  line-height: 1; }

@media only screen and (max-width: 992px) {
  .block-cayadesign, #facebook_block {
    display: none; } }

.btn {
  border-width: 2px !important; }

#product .pb-left-column {
  margin-top: 0; }

#product .pb-title h1 {
  font-size: 25px;
  margin: 0;
  padding-bottom: 5px; }
  @media only screen and (max-width: 768px) {
    #product .pb-title h1 {
      font-size: 20px; } }

.div-title-short {
  min-height: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  .div-title-short .title-short {
    font-size: 25px;
    margin: 0; }

.product-price #old_price_display_box, .product-price #old_price_display {
  text-decoration: line-through; }

.block-price #pretaxe_price {
  text-decoration: line-through; }

#product .our_price_display #reduction_percent {
  background: transparent;
  margin-left: 10px; }
  #product .our_price_display #reduction_percent #reduction_vat_display {
    background: #389501;
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
    padding: 0 5px; }
  #product .our_price_display #reduction_percent #reduction_percent_display {
    background: #389501;
    display: inline-block;
    padding: 0 5px; }
  #product .our_price_display #reduction_percent #reduction_amount_display {
    background: #389501;
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
    padding: 0 5px; }

.product .rte .row {
  margin-left: 0;
  margin-right: 0; }

.full-description .page-product-heading {
  display: none; }
  @media only screen and (max-width: 768px) {
    .full-description .page-product-heading {
      display: block !important; } }
@media only screen and (max-width: 768px) {
  .full-description h4.bigger-font {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .full-description .rte-desc-all {
    display: none; } }
@media only screen and (max-width: 768px) {
  .full-description .rte-desc-all ul {
    margin-bottom: 20px !important; } }

.page-product-features #feature_43, .page-product-features #feature_44, .page-product-features #feature_45 {
  display: none; }

.inline-block {
  display: inline-block !important;
  visibility: visible !important; }

.hide {
  display: none !important; }

.psproductcountdown .pspc-main .time {
  max-width: 10em; }

.content_prices .negotiations-block button {
  font-size: 1.2rem; }
  .content_prices .negotiations-block button:hover {
    font-size: 1.2rem; }

.psproductcountdown h3 {
  font-size: 16px; }

.products-images {
  display: flex;
  justify-content: space-between;
  clear: both; }

.products-images > div {
  width: 48%;
  cursor: pointer; }

.products-images > div img {
  max-width: 100%;
  border-radius: 5px; }

@media (max-width: 800px) {
  .products-images {
    flex-direction: column;
    align-items: center; }

  .products-images > div {
    width: 100%; }

  .products-images > div:not(:first-child) {
    margin-top: 10px; } }
.columns-container #center_column .color-combinations {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  padding: 20px 0;
  margin: 20px 0; }
  .columns-container #center_column .color-combinations > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .columns-container #center_column .color-combinations > div button {
      font-size: 1.2rem;
      min-width: auto;
      padding: 15px 10px; }
      .columns-container #center_column .color-combinations > div button:hover {
        font-size: 1.2rem; }
  .columns-container #center_column .color-combinations .fabric-tab ul.color-pick {
    margin-bottom: 20px !important;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-wrap: wrap; }
    .columns-container #center_column .color-combinations .fabric-tab ul.color-pick li {
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 5px; }

.group-main {
  display: block !important; }

/*# sourceMappingURL=product.css.map */
