.popover {
  padding: 0;
  -moz-box-shadow: 0 5px 10px rgba(57, 62, 69, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(57, 62, 69, 0.2);
  box-shadow: 0 5px 10px rgba(57, 62, 69, 0.2); }
  .popover .popover-title {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px; }
  .popover .popover-content {
    font-size: 12px; }
    .popover .popover-content table {
      margin: 0 !important; }
      .popover .popover-content table td {
        border-color: #393e45; }
        .popover .popover-content table td:hover {
          background: none;
          cursor: pointer;
          color: #c2d44e; }

/*
* @section      Page Product Styles
*/
.primary_block {
  margin-top: 10px;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .primary_block {
      margin-bottom: 25px; } }
  @media (min-width: 1200px) {
    .primary_block {
      margin-bottom: 25px; } }

.product-heading-h5 {
  font: bold 18px/24px "Raleway", sans-serif;
  color: #393e45; }

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

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

/*
* @subsection     Left column in product block
*/
/* .pb-left-column ***************************************************************************** */
.pb-left-column {
  margin-bottom: 15px; }
  @media only screen and (max-width: 479px) {
    .pb-left-column {
      max-width: 320px;
      margin: 0 auto 15px;
      float: none; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .pb-left-column {
      max-width: 480px;
      margin: 0 auto 15px;
      float: none; } }
  @media (min-width: 1200px) {
    .pb-left-column .product-wrap {
      padding-right: 20px; } }
  .pb-left-column #image-block {
    position: relative;
    z-index: 1;
    background: #f5f6f7;
    padding: 15px; }
    .pb-left-column #image-block img {
      background: #f5f6f7;
      width: 100%; }
    .pb-left-column #image-block #view_full_size {
      display: block;
      cursor: pointer; }
      .pb-left-column #image-block #view_full_size .span_link {
        display: none;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -68px;
        padding: 10px 0;
        text-align: center;
        line-height: 22px;
        color: #636363;
        width: 136px;
        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: #7d7d7d;
          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: #636363; }
    .pb-left-column #image-block a.jqzoom div div img {
      width: auto;
      max-width: 10000px; }
    .pb-left-column #image-block a.jqzoom div div .zoomWrapper {
      border: none; }
    .pb-left-column #image-block .zoomPad {
      z-index: auto !important; }
    .pb-left-column #image-block .new-box,
    .pb-left-column #image-block .sale-box {
      z-index: 50002; }

.pb-left-column #views_block, .pb-left-column #views_block-1 {
  margin-top: 16px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative; }

@media (max-width: 767px) {
  body:not(.content_only) .pb-left-column #views_block, body:not(.content_only) .pb-left-column #views_block-1 {
    opacity: 0;
    height: 0;
    pointer-events: none;
    padding: 0; } }
body:not(.content_only) .pb-left-column #el_prev, body:not(.content_only) .pb-left-column #el_next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  color: #393e45;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-box-shadow: -3px 3px 30px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: -3px 3px 30px 0px rgba(0, 0, 0, 0.09);
  box-shadow: -3px 3px 30px 0px rgba(0, 0, 0, 0.09);
  z-index: 1000; }
  body:not(.content_only) .pb-left-column #el_prev:before, body:not(.content_only) .pb-left-column #el_next:before {
    font-size: 36px;
    line-height: 42px; }
  body:not(.content_only) .pb-left-column #el_prev:hover, body:not(.content_only) .pb-left-column #el_prev:active, body:not(.content_only) .pb-left-column #el_prev:focus, body:not(.content_only) .pb-left-column #el_next:hover, body:not(.content_only) .pb-left-column #el_next:active, body:not(.content_only) .pb-left-column #el_next:focus {
    color: #c2d44e;
    -moz-box-shadow: -3px 3px 30px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -3px 3px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -3px 3px 30px 0px rgba(0, 0, 0, 0.15); }
  @media (min-width: 480px) and (max-width: 767px) {
    body:not(.content_only) .pb-left-column #el_prev, body:not(.content_only) .pb-left-column #el_next {
      width: 60px;
      height: 60px; }
      body:not(.content_only) .pb-left-column #el_prev:before, body:not(.content_only) .pb-left-column #el_next:before {
        font-size: 40px;
        line-height: 60px; } }
  @media (min-width: 768px) {
    body:not(.content_only) .pb-left-column #el_prev, body:not(.content_only) .pb-left-column #el_next {
      display: none; } }
body:not(.content_only) .pb-left-column #el_prev {
  left: 0; }
  body:not(.content_only) .pb-left-column #el_prev:before {
    font-family: "Material Icons";
    content: "\e5cb";
    display: inline-block;
    font-weight: normal; }
body:not(.content_only) .pb-left-column #el_next {
  right: 0; }
  body:not(.content_only) .pb-left-column #el_next:before {
    font-family: "Material Icons";
    content: "\e5cc";
    display: inline-block;
    font-weight: normal; }

#thumbs_list {
  overflow: hidden; }
  #thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    opacity: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    #thumbs_list ul#thumbs_list_frame.loaded {
      opacity: 1; }
  #thumbs_list li {
    float: left;
    width: 100%;
    margin-top: 10px;
    line-height: 0;
    margin-right: 27px; }
    #thumbs_list li a {
      display: block;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #f5f6f7;
      position: relative;
      border: solid 1px #f5f6f7;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #thumbs_list li a:hover, #thumbs_list li a.zoomThumbActive, #thumbs_list li a.shown {
        border-color: #c2d44e; }
      #thumbs_list li a.shown {
        pointer-events: none;
        cursor: default; }
    #thumbs_list li img {
      width: 100%;
      height: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

#view_scroll_left,
#view_scroll_right {
  right: 10px;
  position: absolute;
  line-height: 0;
  font-size: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  -moz-box-shadow: -3px 3px 30px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: -3px 3px 30px 0px rgba(0, 0, 0, 0.09);
  box-shadow: -3px 3px 30px 0px rgba(0, 0, 0, 0.09);
  background: white;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1; }
  #view_scroll_left:before,
  #view_scroll_right:before {
    color: #393e45;
    font-family: "Material Icons";
    font-size: 26px;
    line-height: 40px; }
  #view_scroll_left:hover,
  #view_scroll_right:hover {
    background: #c2d44e;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    #view_scroll_left:hover:before,
    #view_scroll_right:hover:before {
      color: white; }
  @media (min-width: 992px) {
    #view_scroll_left,
    #view_scroll_right {
      right: 20px; } }
  @media (min-width: 1200px) {
    #view_scroll_left,
    #view_scroll_right {
      right: 30px;
      width: 70px;
      height: 70px; }
      #view_scroll_left:before,
      #view_scroll_right:before {
        font-size: 36px;
        line-height: 70px; } }

#view_scroll_right {
  top: 60px; }
  #view_scroll_right:before {
    content: '\e5cc'; }
  @media (min-width: 1200px) {
    #view_scroll_right {
      top: 100px; } }

#view_scroll_left {
  top: 10px; }
  #view_scroll_left:before {
    content: '\e5cb'; }

.two-columns #view_scroll_left,
.two-columns #view_scroll_right {
  right: 20px;
  width: 40px;
  height: 40px; }
  .two-columns #view_scroll_left:before,
  .two-columns #view_scroll_right:before {
    font-size: 26px;
    line-height: 40px; }
.two-columns #view_scroll_right {
  top: 60px; }

@media (min-width: 1200px) and (max-width: 1859px) {
  .three-columns #view_scroll_left,
  .three-columns #view_scroll_right {
    right: 30px;
    width: 60px;
    height: 60px; }
    .three-columns #view_scroll_left:before,
    .three-columns #view_scroll_right:before {
      font-size: 36px;
      line-height: 60px; }
  .three-columns #view_scroll_right {
    top: 85px; } }

.resetimg {
  text-align: right;
  z-index: 1;
  margin-top: 10px; }
  .resetimg #wrapResetImages {
    margin-top: 20px; }
    .resetimg #wrapResetImages a {
      position: relative;
      padding-right: 25px;
      font: normal 18px/28px "Raleway", sans-serif;
      color: #393e45; }
      .resetimg #wrapResetImages a i {
        position: absolute;
        top: 55%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        display: inline-block;
        font-size: 18px;
        line-height: 18px; }
      .resetimg #wrapResetImages a:hover {
        color: #c2d44e; }

/*
* @subsection      Link list
*/
#usefull_link_block {
  margin-top: 20px; }
  #usefull_link_block li {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px; }
    #usefull_link_block li:last-child {
      margin-right: 0; }
    #usefull_link_block li a {
      font: 400 16px/20px "Raleway", sans-serif;
      color: #7d7d7d;
      position: relative;
      display: inline-block;
      padding-left: 54px; }
      #usefull_link_block li a:before {
        position: absolute;
        font-family: "FontAwesome";
        left: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40px;
        height: 38px;
        border: solid 1px #c2d44e;
        color: #c2d44e;
        font-size: 14px;
        line-height: 38px;
        text-align: center;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      #usefull_link_block li a:hover {
        color: #c2d44e; }
        #usefull_link_block li a:hover:before {
          background: #c2d44e;
          color: white; }
    #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 a:before {
      content: "\f09a"; }
    #usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
      cursor: pointer;
      position: relative; }
      #usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
        font-family: "FontAwesome";
        color: #636363;
        font-size: 15px;
        line-height: 18px;
        position: absolute;
        top: 0;
        left: 12px;
        font-weight: normal;
        content: "\f08a"; }
      #usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
        color: #c2d44e; }
    #usefull_link_block li#favoriteproducts_block_extra_removed:before {
      content: "\f004"; }

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

/*
* @subsection      Right column in product block
*/
.pb-right-column {
  margin-top: 3px; }
  @media (min-width: 1200px) {
    .pb-right-column {
      padding-left: 30px; } }
  .pb-right-column .product-info-line {
    overflow: hidden;
    margin: 0 0 10px 0; }
    .pb-right-column .product-info-line > p {
      margin-bottom: 5px;
      margin-right: 13px;
      display: inline-block;
      vertical-align: middle;
      font: 700 16px/28px "Raleway", sans-serif;
      text-transform: uppercase;
      color: #393e45; }
      .pb-right-column .product-info-line > p label {
        margin: 0;
        color: #393e45;
        font: 700 16px/28px "Raleway", sans-serif; }
      .pb-right-column .product-info-line > p#product_condition .editable {
        color: #c2d44e; }
      .pb-right-column .product-info-line > p:last-child {
        margin-right: 0; }
  .pb-right-column h1 {
    color: #393e45;
    margin: 0;
    font: 400 30px/34px "Raleway", sans-serif;
     }
  .pb-right-column #short_description_block #short_description_content {
    padding: 0 0 10px;
    word-wrap: break-word; }
    .pb-right-column #short_description_block #short_description_content p {
      line-height: 18px; }

#product p#loyalty {
  padding: 17px 0 15px 35px;
  border-bottom: 1px solid #d7d8da;
  margin: 10px 0 0;
  position: relative; }
  #product p#loyalty b {
    color: #636363; }
  #product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    left: 0; }

#page .rte {
  word-wrap: break-word; }
  #page .rte p {
    margin-bottom: 0; }

#attributes fieldset label {
  vertical-align: top;
  display: block;
  color: #393e45;
  font: 400 14px/20px "Raleway", sans-serif; }
#attributes .attribute_list {
  width: 100%;
  margin-bottom: 20px; }
  #attributes .attribute_list div.selector {
    background: white;
    border: 1px solid #d7d8da;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 54px;
    line-height: 54px; }
    #attributes .attribute_list div.selector select {
      font-size: 14px;
      height: 54px; }
    #attributes .attribute_list div.selector span {
      color: #393e45;
      font-size: 14px;
      height: 54px;
      line-height: 54px;
      padding-right: 25px; }
      #attributes .attribute_list div.selector span:after {
        color: #393e45;
        background: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: none;
        line-height: 54px;
        height: 54px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-family: "Material Icons";
        content: "\e5cf";
        display: inline-block;
        font-weight: normal;
        font-size: 17px; }
    #attributes .attribute_list div.selector:hover span:after {
      color: #7d7d7d; }
  #attributes .attribute_list .form-control {
    max-width: 230px; }
    #attributes .attribute_list .form-control option {
      background: white;
      color: #636363; }
  #attributes .attribute_list ul {
    clear: both; }
    #attributes .attribute_list ul li {
      position: relative;
      display: inline-block;
      margin-right: 20px; }
  #attributes .attribute_list input.attribute_radio {
    float: left;
    margin-left: 3px; }
  #attributes .attribute_list div.radio,
  #attributes .attribute_list div.radio span,
  #attributes .attribute_list div.radio input {
    float: none;
    display: inline-block; }
  #attributes .attribute_list #color_to_pick_list {
    list-style-type: none;
    margin-bottom: -10px; }
    #attributes .attribute_list #color_to_pick_list li {
      display: inline-block;
      margin: 0 0 10px;
      -moz-border-radius: 35px;
      -webkit-border-radius: 35px;
      border-radius: 35px;
      border: solid 2px transparent;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      #attributes .attribute_list #color_to_pick_list li a {
        display: block;
        height: 24px;
        width: 24px;
        cursor: pointer;
        margin: 0;
        position: relative;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
      #attributes .attribute_list #color_to_pick_list li.selected, #attributes .attribute_list #color_to_pick_list li:hover {
        border-color: #c2d44e; }
        #attributes .attribute_list #color_to_pick_list li.selected a, #attributes .attribute_list #color_to_pick_list li:hover a {
          -moz-transform: scale(0.8);
          -ms-transform: scale(0.8);
          -o-transform: scale(0.8);
          -webkit-transform: scale(0.8);
          transform: scale(0.8); }

.box-info-product .ajax_add_to_cart_product_button.added.disabled, .box-info-product .ajax_add_to_cart_product_button.disabled, .box-info-product .ajax_add_to_cart_product_button[disabled] {
  opacity: 1 !important;
  cursor: pointer; }
.box-info-product .box-cart-bottom {
  margin-top: 13px; }
  .box-info-product .box-cart-bottom .buttons_bottom_block {
    margin-bottom: 0;
    margin-top: 35px; }
    .box-info-product .box-cart-bottom .buttons_bottom_block + .buttons_bottom_block {
      margin-top: 33px; }
    .box-info-product .box-cart-bottom .buttons_bottom_block > a {
      font: 400 16px/20px "Raleway", sans-serif;
      color: #7d7d7d;
      position: relative;
      padding-left: 54px; }
      .box-info-product .box-cart-bottom .buttons_bottom_block > a:before {
        position: absolute;
        left: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 40px;
        height: 38px;
        border: solid 1px #c2d44e;
        color: #c2d44e;
        font-size: 14px;
        line-height: 38px;
        text-align: center;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .box-info-product .box-cart-bottom .buttons_bottom_block > a:hover {
        color: #c2d44e; }
        .box-info-product .box-cart-bottom .buttons_bottom_block > a:hover:before {
          background: #c2d44e;
          color: white; }
  .box-info-product .box-cart-bottom .socialsharing_product {
    padding-top: 33px;
    border-top: 1px solid #d7d8da;
    margin-top: 32px; }
.box-info-product #quantity_wanted_p {
  margin-bottom: 20px; }
  .box-info-product #quantity_wanted_p label {
    margin-bottom: 5px;
    color: #393e45; }
.box-info-product #add_to_cart_product_page_button {
  margin-bottom: 10px; }

/*
* @subsection      Data sheet table
*/
.table-data-sheet, table.table-product-discounts {
  border: none;
  width: 100%;
  margin: 0 0 20px;
  background: none; }
  .table-data-sheet tr, table.table-product-discounts tr {
    border: none; }
    .table-data-sheet tr td, table.table-product-discounts tr td {
      padding: 10px 0 11px;
      font: 400 16px/28px "Raleway", sans-serif;
      text-transform: uppercase;
      color: #393e45; }
      .table-data-sheet tr td:first-child, table.table-product-discounts tr td:first-child {
        border: none;
        width: 30%; }
    .table-data-sheet tr + tr, table.table-product-discounts tr + tr {
      border-top: solid 1px white; }

/*
* @subsection      Quantity wanted
*/
#quantity_wanted_p {
  margin-bottom: 0; }
  #quantity_wanted_p input {
    width: 70px;
    height: 34px;
    background: white;
    outline-width: 0;
    font-size: 14px;
    line-height: 32px;
    color: #393e45;
    padding: 0 5px;
    text-align: center;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    border: 1px solid #d7d8da;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 20px;
    margin-right: 20px; }
    #quantity_wanted_p input:focus {
      border-color: #393e45; }
  #quantity_wanted_p label {
    color: #393e45;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 4px; }
  #quantity_wanted_p label, #quantity_wanted_p input {
    display: inline-block;
    vertical-align: middle; }
  #quantity_wanted_p .quantity-wrap {
    position: relative; }
  #quantity_wanted_p .button-minus, #quantity_wanted_p .button-plus {
    position: absolute;
    top: 45%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    width: 16px;
    height: 11px;
    text-align: center; }
    #quantity_wanted_p .button-minus i, #quantity_wanted_p .button-plus i {
      font-size: 18px;
      line-height: 18px;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  #quantity_wanted_p .button-plus {
    right: 0; }
  #quantity_wanted_p .button-minus {
    left: 0; }

#add_to_cart_product_page_button {
  margin-bottom: 0; }
  #add_to_cart_product_page_button #add_to_cart {
    margin-bottom: 0; }

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

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

#last_quantities, #availability_statut #availability_value.warning_inline {
  color: white;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  padding: 3px 8px 4px;
  background: #3bce6f;
  border: 1px solid #218243;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

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

#pQuantityAvailable {
  display: inline-block; }

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

.box-info-product .product-short-desc {
  margin-top: 18px; }
.box-info-product .content_prices {
  border-bottom: 1px solid #d7d8da;
  padding-bottom: 23px;
  margin-bottom: 28px; }
  .box-info-product .content_prices .discount {
    color: #ed4a36;
    margin-bottom: 20px;
    display: block; }

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

#reduction_percent,
#reduction_amount {
  font: bold 18px/22px "Raleway", sans-serif;
  color: #c2d44e; }

#our_price_display {
  font: bold 36px/40px "Raleway", sans-serif;
  color: #c2d44e; }

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

/*
* @subsection      Send to a Friend
*/
#send_friend_form {
  width: 700px;
  overflow: hidden;
  padding: 10px;
  max-width: 100%; }
  #send_friend_form .product img {
    margin: 0 auto 10px auto;
    max-width: 100%;
    height: auto;
    display: block; }
  #send_friend_form .product p {
    padding: 0;
    color: #636363; }
    #send_friend_form .product p.product_name {
      color: #c2d44e; }
      #send_friend_form .product p.product_name strong {
        font-weight: normal; }
  #send_friend_form .form_container p.intro_form {
    color: #393e45;
    margin-bottom: 10px; }
  #send_friend_form .form_container p.txt_required {
    padding-bottom: 0;
    color: #ed4a36; }
  #send_friend_form .form_container .text {
    padding-bottom: 10px; }
  #send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right; }
    @media (max-width: 767px) {
      #send_friend_form .submit {
        text-align: left;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        #send_friend_form .submit > span {
          display: none; } }

/*
* @subsection      Personnalisaton
*/
.product-information {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .product-information {
      margin-bottom: 25px; } }
  @media (min-width: 1200px) {
    .product-information {
      margin-bottom: 25px; } }
  @media only screen and (max-width: 767px) {
    .product-information {
      padding: 30px 0; } }
  .product-information .product-info-tabs {
    display: none; }
    @media (min-width: 768px) {
      .product-information .product-info-tabs {
        display: block;
        padding-right: 0;
        position: relative;
        z-index: 2;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        .product-information .product-info-tabs > li {
          display: inline-block;
          margin: 0;
          z-index: 2;
          padding: 0 0 15px 0;
          position: relative; }
          .product-information .product-info-tabs > li:after {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 3px;
            bottom: 0;
            background: #c2d44e;
            -moz-transform: scale3d(0, 1, 1);
            -ms-transform: scale3d(0, 1, 1);
            -o-transform: scale3d(0, 1, 1);
            -webkit-transform: scale3d(0, 1, 1);
            transform: scale3d(0, 1, 1);
            -moz-transition: -moz-transform 0.2s;
            -o-transition: -o-transform 0.2s;
            -webkit-transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
            -moz-transition-delay: 0.1s;
            -o-transition-delay: 0.1s;
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
          .product-information .product-info-tabs > li + li {
            margin-left: 10px; }
          .product-information .product-info-tabs > li a {
            font-weight: 600;
            font-size: 14px;
            line-height: 1.111;
            font-family: "Raleway", sans-serif;
            text-transform: uppercase;
            padding: 0;
            text-align: center; }
          .product-information .product-info-tabs > li:hover:after, .product-information .product-info-tabs > li:active:after, .product-information .product-info-tabs > li:focus:after, .product-information .product-info-tabs > li.active:after {
            -moz-transform: scale3d(1, 1, 1);
            -ms-transform: scale3d(1, 1, 1);
            -o-transform: scale3d(1, 1, 1);
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            -moz-transition-timing-function: cubic-bezier(0, 1.54, 0.34, 1);
            -o-transition-timing-function: cubic-bezier(0, 1.54, 0.34, 1);
            -webkit-transition-timing-function: cubic-bezier(0, 1.54, 0.34, 1);
            transition-timing-function: cubic-bezier(0, 1.54, 0.34, 1);
            -moz-transition-duration: 0.8s;
            -o-transition-duration: 0.8s;
            -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s; }
          .product-information .product-info-tabs > li:hover a, .product-information .product-info-tabs > li:hover a:active, .product-information .product-info-tabs > li:hover a:focus, .product-information .product-info-tabs > li:hover a:hover, .product-information .product-info-tabs > li:active a, .product-information .product-info-tabs > li:active a:active, .product-information .product-info-tabs > li:active a:focus, .product-information .product-info-tabs > li:active a:hover, .product-information .product-info-tabs > li:focus a, .product-information .product-info-tabs > li:focus a:active, .product-information .product-info-tabs > li:focus a:focus, .product-information .product-info-tabs > li:focus a:hover, .product-information .product-info-tabs > li.active a, .product-information .product-info-tabs > li.active a:active, .product-information .product-info-tabs > li.active a:focus, .product-information .product-info-tabs > li.active a:hover {
            background: none;
            color: #393e45; } }
    @media (min-width: 1200px) {
      .product-information .product-info-tabs > li {
        padding: 0 0 22px 0; }
        .product-information .product-info-tabs > li + li {
          margin-left: 30px; }
        .product-information .product-info-tabs > li a {
          font-size: 16px; } }
    @media (min-width: 1860px) {
      .product-information .product-info-tabs > li a {
        font-size: 18px; } }
  .product-information .tab-content {
    margin: 0 !important;
    position: relative;
    z-index: 1;
    background: #f5f5f6; }
    .product-information .tab-content h5 {
      font-size: 16px;
      font-weight: 600;
      color: #393e45;
      margin: 0; }
      .product-information .tab-content h5 + p {
        margin-top: 7px; }
    .product-information .tab-content p {
      font-size: 16px; }
      .product-information .tab-content p + p {
        margin-top: 15px; }
      .product-information .tab-content p + h5 {
        margin-top: 34px; }
      .product-information .tab-content p a {
        text-decoration: underline; }
      .product-information .tab-content p span {
       /* text-transform: uppercase; */}
    .product-information .tab-content .btn, .product-information .tab-content button {
      text-decoration: none; }
    @media (max-width: 767px) {
      .product-information .tab-content {
        padding: 0; } }
    @media (min-width: 768px) {
      .product-information .tab-content {
        padding-top: 40px;
        padding-bottom: 100px; }
        .product-information .tab-content h3 {
          display: none; } }
    @media (min-width: 1200px) {
      .product-information .tab-content {
        padding-top: 70px;
        padding-bottom: 160px; } }
    @media (max-width: 767px) {
      .product-information .tab-content {
        padding-top: 20px;
        padding-bottom: 20px; }
        .product-information .tab-content > div {
          padding: 30px 15px;
          display: none;
          background: #f5f5f6; }
        .product-information .tab-content h3 {
          margin: 0;
          padding: 10px 0;
          border-top: solid 1px white;
          font: 400 24px/28px "Raleway", sans-serif; }
          .product-information .tab-content h3:first-child {
            border: none; }
            .product-information .tab-content h3:first-child + div {
              display: block; } }
    .product-information .tab-content .product-attachments-tab-content .btn-download span {
      position: relative;
      padding-left: 30px; }
      .product-information .tab-content .product-attachments-tab-content .btn-download span:before {
        position: absolute;
        font-family: "Material Icons";
        content: "\e2c0";
        display: inline-block;
        font-weight: normal;
        font-size: 20px;
        line-height: 20px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0; }
    .product-information .tab-content .product-video-tab-content .videowrapper {
      width: 80%;
      margin: 0 auto;
      padding-bottom: 43%; }
    .product-information .tab-content .product-video-tab-content h4 {
      text-align: center;
      color: #393e45;
      margin-top: 30px; }
    @media (min-width: 992px) {
      .product-information .tab-content .tmrotationproduct_tab {
        padding: 0 25%; } }

ul#uploadable_files,
ul#text_fields {
  list-style-type: none; }

.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px; }

.customizationUploadLine {
  padding-bottom: 10px; }
  .customizationUploadLine label {
    display: block;
    vertical-align: top;
    font-size: 16px; }
  .customizationUploadLine textarea {
    border: 1px solid #d7d8da;
    color: #333333;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .customizationUploadLine textarea:focus {
      border-color: #393e45; }

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

.customize-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .customize-wrapper .required {
    margin-bottom: 10px; }

.accessories_block div ul li a {
  display: inline-block; }
.accessories_block div ul li.s_title_block a,
.accessories_block div ul li.s_title_block span {
  font-weight: 700; }

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

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

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

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

#product .page-product-box {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px; }
  #product .page-product-box ul > li {
    padding-left: 15px;
    padding-right: 15px; }
  @media (min-width: 1200px) {
    #product .page-product-box {
      margin-bottom: 70px; } }

/*
* @subsection      Quick View Styles
*/
#product.content_only #ui-to-top {
  display: none; }
#product.content_only .primary_block.row {
  margin: 0; }
#product.content_only div.primary_block {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-flex;
  display: flex; }
  #product.content_only div.primary_block div.pb-left-column {
    padding: 25px 25px 25px 50px; }
    #product.content_only div.primary_block div.pb-left-column #image-block {
      width: 100%; }
  #product.content_only div.primary_block div.pb-right-column {
    padding: 25px 50px 25px 25px; }
    #product.content_only div.primary_block div.pb-right-column .product-info-line {
      margin-bottom: 3px; }
      #product.content_only div.primary_block div.pb-right-column .product-info-line > p, #product.content_only div.primary_block div.pb-right-column .product-info-line > p label {
        font-size: 12px;
        line-height: 14px; }
      #product.content_only div.primary_block div.pb-right-column .product-info-line > p {
        margin-right: 10px; }
    #product.content_only div.primary_block div.pb-right-column h1 {
      font-size: 18px;
      line-height: 28px; }
    #product.content_only div.primary_block div.pb-right-column #our_price_display {
      font-size: 24px;
      line-height: 28px; }
    #product.content_only div.primary_block div.pb-right-column .old-price, #product.content_only div.primary_block div.pb-right-column #reduction_percent, #product.content_only div.primary_block div.pb-right-column #reduction_amount {
      font-size: 16px;
      line-height: 28px; }
    #product.content_only div.primary_block div.pb-right-column .daydeal-box > div > span {
      font-size: 16px;
      line-height: 24px; }
      #product.content_only div.primary_block div.pb-right-column .daydeal-box > div > span > span {
        font: 400 20px/24px "Raleway", sans-serif; }
    #product.content_only div.primary_block div.pb-right-column #product_payment_logos, #product.content_only div.primary_block div.pb-right-column .product-short-desc {
      display: none;
      margin: 0; }
    #product.content_only div.primary_block div.pb-right-column .content_prices {
      margin: 15px 0; }
      #product.content_only div.primary_block div.pb-right-column .content_prices .discount {
        display: none; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
      margin-top: 5px; }
      #product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom .buttons_bottom_block {
        margin-top: 25px; }
        #product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom .buttons_bottom_block + .buttons_bottom_block {
          margin-top: 20px; }
      #product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom .socialsharing_product {
        border-top: none;
        padding: 0;
        margin: 20px 0 0 0; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product #quantity_wanted_p, #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart_product_page_button {
      margin-bottom: 15px; }
    #product.content_only div.primary_block div.pb-right-column .product_attributes fieldset div.selector, #product.content_only div.primary_block div.pb-right-column .product_attributes fieldset div.selector select, #product.content_only div.primary_block div.pb-right-column .product_attributes fieldset div.selector span {
      width: 100% !important; }
    #product.content_only div.primary_block div.pb-right-column .product_attributes fieldset .form-control {
      max-width: inherit; }
    #product.content_only div.primary_block div.pb-right-column .product-lookbooks {
      margin-top: 20px; }
  @media (max-width: 991px) {
    #product.content_only div.primary_block #view_scroll_left,
    #product.content_only div.primary_block #view_scroll_right {
      right: 0; } }

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

div.primary_block div.pb-left-column {
  position: relative;
  z-index: 1; }
  div.primary_block div.pb-left-column .image_loader {
    position: absolute;
    left: -15px;
    top: 0;
    right: -15px;
    bottom: 0;
    margin: 0;
    z-index: 9999;
    padding: 0;
    background: white;
    text-align: center;
    pointer-events: none; }
    div.primary_block div.pb-left-column .image_loader .spinner {
      width: 100px;
      height: 100px;
      background: url("../img/loader-color.gif") transparent center center;
      position: absolute;
      top: 30%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: inline-block; }

@media (min-width: 768px) {
  body.one-column #page .columns-container #columns .tab-content {
    z-index: 0; }
    body.one-column #page .columns-container #columns .tab-content:before, body.one-column #page .columns-container #columns .tab-content:after {
      position: absolute;
      content: '';
      background: #f5f5f6;
      top: 0;
      bottom: 0;
      width: 10000px;
      z-index: -1; }
    body.one-column #page .columns-container #columns .tab-content:before {
      right: 99%; }
    body.one-column #page .columns-container #columns .tab-content:after {
      left: 99%; } }
body.one-column .table-data-sheet tr td:first-child, body.one-column table.table-product-discounts tr td:first-child {
  border: none;
  width: 50%; }
@media (min-width: 1200px) {
  body.one-column .table-data-sheet, body.one-column table.table-product-discounts {
    width: 50%; } }
@media (min-width: 768px) and (max-width: 1199px) {
  body.two-columns .product-information .product-info-tabs {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    body.two-columns .product-information .product-info-tabs > li {
      margin-top: 5px; } }
@media (min-width: 1200px) {
  body.two-columns .product-information .product-info-tabs > li + li {
    margin-left: 20px; }
  body.two-columns .product-information .product-info-tabs > li a {
    font-size: 16px; } }
@media (min-width: 768px) {
  body.two-columns .product-information .tab-content {
    padding-left: 40px;
    padding-right: 40px; } }
@media (min-width: 768px) {
  body.three-columns .product-information .product-info-tabs {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }
    body.three-columns .product-information .product-info-tabs > li {
      margin-top: 20px; } }
@media (min-width: 1200px) {
  body.three-columns .product-information .product-info-tabs > li {
    margin-top: 20px;
    padding-bottom: 15px; }
    body.three-columns .product-information .product-info-tabs > li + li {
      margin-left: 20px; }
    body.three-columns .product-information .product-info-tabs > li a {
      font-size: 16px; } }
@media (min-width: 768px) {
  body.three-columns .product-information .tab-content {
    padding-left: 25px;
    padding-right: 25px; } }

p#product_condition {
    display: none;
}
.calcm2 {
    cursor: pointer;
    background: grey;
    display: inline-block;
    color: white;
    padding: 5px 10px;
}
