/*
* @section      Page Product Styles
*/
#product:not(.content_only) .primary_block {
  margin: 10px auto;
  background: white;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 30px 0 40px; }
  @media (min-width: 1600px) {
    #product:not(.content_only) .primary_block {
      padding: 50px 90px; }
      #product:not(.content_only) .primary_block .pb-right-column {
        padding-left: 70px; } }
  @media (min-width: 992px) {
    #product:not(.content_only) .primary_block {
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-content: stretch;
      align-content: stretch;
      -webkit-align-items: stretch;
      align-items: stretch; } }
#product:not(.content_only) #image-block {
  background: white; }
  @media (max-width: 1199px) {
    #product:not(.content_only) #image-block {
      margin-left: 0 !important;
      margin-right: 0 !important;
      left: 0;
      right: 0;
      padding: 35px 50px; } }
#product:not(.content_only) #prev-img, #product:not(.content_only) #next-img {
  width: 125px;
  height: 25px;
  line-height: 25px;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999;
  text-align: center;
  cursor: pointer;
  background: #ebebeb;
  display: inline-block; }
  #product:not(.content_only) #prev-img:before, #product:not(.content_only) #next-img:before {
    color: #6f6e6d; }
  #product:not(.content_only) #prev-img:hover, #product:not(.content_only) #next-img:hover {
    background: black; }
  #product:not(.content_only) #prev-img:hover:before, #product:not(.content_only) #next-img:hover:before {
    color: white; }
  @media (min-width: 992px) {
    #product:not(.content_only) #prev-img, #product:not(.content_only) #next-img {
      display: none; } }
#product:not(.content_only) #next-img {
  top: auto;
  bottom: 0; }
  #product:not(.content_only) #next-img:before {
    font-family: 'Material Icons';
    content: "\e5cf";
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle; }
#product:not(.content_only) #prev-img {
  top: 0; }
  #product:not(.content_only) #prev-img:before {
    font-family: 'Material Icons';
    content: "\e5ce";
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle; }
#product:not(.content_only) .pb-left-column #views_block, #product:not(.content_only) .pb-left-column #views_block-1 {
  visibility: hidden; }
  @media (min-width: 992px) {
    #product:not(.content_only) .pb-left-column #views_block, #product:not(.content_only) .pb-left-column #views_block-1 {
      visibility: visible; } }
#product:not(.content_only) .pb-right-column > div {
  padding-top: 40px;
  border-top: 1px solid #cecece; }
  @media (min-width: 992px) {
    #product:not(.content_only) .pb-right-column > div {
      padding-top: 0;
      border-top: none; } }

.content_prices .discount {
  color: #dd9965;
  margin-bottom: 20px;
  display: block;
  font-weight: bold; }
.content_prices #add_preorder {
  display: block;
  color: #dd9965;
  padding: 10px 0;
  border: none;
  background: transparent;
  text-align: left;
  float: none; }
  .content_prices #add_preorder:hover {
    color: black; }
.content_prices .all-price-info {
  display: inline-block;
  vertical-align: middle; }
.content_prices .daydeal-box {
  margin: 0 0 10px;
  padding-left: 0; }
  .content_prices .daydeal-box h3 {
    display: none; }
  .content_prices .daydeal-box > div > span {
    font-size: 16px;
    color: #ed4a36; }
    .content_prices .daydeal-box > div > span:last-child {
      display: none; }

.all-price-info .daydeal-box {
  display: none; }
.all-price-info #old_price_display {
  display: inline-block;
  vertical-align: middle; }
  .all-price-info #old_price_display .price {
    text-decoration: line-through;
    color: #cecece;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle; }
.all-price-info #old_price {
  display: inline-block;
  vertical-align: inherit; }
.all-price-info #reduction_percent {
  display: inline-block;
  vertical-align: middle; }
.all-price-info > p {
  display: inline-block;
  vertical-align: middle; }

#thumbs_list ul#thumbs_list_frame > li > a {
  border: 1px solid #ebebeb;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  #thumbs_list ul#thumbs_list_frame > li > a.shown, #thumbs_list ul#thumbs_list_frame > li > a:hover {
    border-color: #dd9965; }

.product-heading-h5 {
  font: bold 18px/24px "Montserrat", sans-serif; }

.page-product-box {
  margin-bottom: 75px; }
  @media (min-width: 1200px) {
    .page-product-box {
      margin-bottom: 145px; } }
  .page-product-box .products_block {
    background: white; }
  @media (max-width: 1199px) {
    .page-product-box#blockpack .products_block .button-container {
      display: none; } }
  .page-product-box:not(#blockpack) .products_block {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .page-product-box:not(#blockpack) .products_block {
        padding-top: 70px;
        padding-bottom: 105px; } }
    .page-product-box:not(#blockpack) .products_block .bx-wrapper ul {
      text-align: center; }
      .page-product-box:not(#blockpack) .products_block .bx-wrapper ul > li .product-container {
        padding-left: 15px;
        padding-right: 15px; }
        @media (min-width: 1200px) {
          .page-product-box:not(#blockpack) .products_block .bx-wrapper ul > li .product-container {
            padding-left: 30px;
            padding-right: 30px; } }
      .page-product-box:not(#blockpack) .products_block .bx-wrapper ul > li .product-image {
        border: none;
        text-align: center; }
        @media (max-width: 1199px) {
          .page-product-box:not(#blockpack) .products_block .bx-wrapper ul > li .product-image img {
            display: inline-block; } }
      .page-product-box:not(#blockpack) .products_block .bx-wrapper ul > li .block_description {
        display: none; }
      .page-product-box:not(#blockpack) .products_block .bx-wrapper ul > li .ajax_add_to_cart_button {
        display: none; }
      .page-product-box:not(#blockpack) .products_block .bx-wrapper ul > li .product-name {
        margin-bottom: 12px;
        font-size: 16px; }
        @media (min-width: 1200px) {
          .page-product-box:not(#blockpack) .products_block .bx-wrapper ul > li .product-name {
            font-size: 18px; } }
  .page-product-box:last-child {
    margin-bottom: 0; }
  .page-product-box .page-product-heading {
    font: 400 24px/30px "Montserrat", sans-serif;
    padding-left: 15px;
    padding-top: 20px;
    position: relative; }
    @media (min-width: 1200px) {
      .page-product-box .page-product-heading {
        padding-left: 0;
        font: 400 40px/1.2 "Montserrat", sans-serif;
        padding-bottom: 40px;
        padding-top: 30px; } }
    .page-product-box .page-product-heading:before {
      content: '';
      width: 1000px;
      position: absolute;
      left: -850px;
      top: 0;
      height: 1px;
      border-top: 1px solid #7b7a7b; }
      @media (min-width: 480px) {
        .page-product-box .page-product-heading:before {
          left: -650px; } }

.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;
  overflow: hidden; }
  .pb-left-column > div {
    position: relative; }
  .pb-left-column #image-block {
    position: relative;
    z-index: 1;
    background: white; }
    .pb-left-column #image-block img {
      width: 100%; }
    .pb-left-column #image-block #view_full_size {
      display: block;
      cursor: pointer; }
    .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 {
      position: absolute;
      left: 0;
      z-index: 50002;
      display: none; }
      @media (min-width: 1200px) {
        .pb-left-column #image-block .new-box,
        .pb-left-column #image-block .sale-box {
          display: block; } }
    .pb-left-column #image-block .new-box + .sale-box {
      margin-top: 45px; }

.pb-left-column #views_block, .pb-left-column #views_block-1 {
  position: absolute;
  z-index: 1;
  margin-top: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

#thumbs_list {
  overflow: hidden;
  width: 100%; }
  #thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    margin: -21px 0 0 0; }
  #thumbs_list li {
    float: left;
    width: 100%;
    cursor: pointer;
    margin-top: 21px;
    line-height: 0; }
    #thumbs_list li a {
      display: block;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #ebebeb;
      position: relative;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #thumbs_list li a:hover, #thumbs_list li a.zoomThumbActive {
        border-color: #8e8e8e; }
    #thumbs_list li img {
      width: 100%;
      height: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

#view_scroll_left,
#view_scroll_right {
  width: 100%;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(18, 18, 18, 0.3);
  text-align: center; }
  #view_scroll_left:before,
  #view_scroll_right:before {
    color: white; }
  #view_scroll_left:hover,
  #view_scroll_right:hover {
    background: black; }

#view_scroll_right {
  top: auto;
  bottom: 0; }
  #view_scroll_right:before {
    font-family: 'Material Icons';
    content: "\e5cf";
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
    line-height: 22px; }

#view_scroll_left {
  top: 0; }
  #view_scroll_left:before {
    font-family: 'Material Icons';
    content: "\e5ce";
    display: inline-block;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
    line-height: 22px; }

@media (min-width: 1200px) {
  body.hide-left-column.hide-right-column #view_scroll_right,
  body.hide-left-column.hide-right-column #view_scroll_right,
  body.one-column #view_scroll_right {
    bottom: -40px; } }
body.hide-left-column.hide-right-column #view_scroll_left,
body.hide-left-column.hide-right-column #view_scroll_left,
body.one-column #view_scroll_left {
  top: 0; }
  @media (min-width: 1200px) {
    body.hide-left-column.hide-right-column #view_scroll_left,
    body.hide-left-column.hide-right-column #view_scroll_left,
    body.one-column #view_scroll_left {
      top: -40px; } }

.resetimg {
  padding: 0 15px 0 0;
  position: absolute;
  right: 15px;
  bottom: 0;
  margin-bottom: 5px;
  z-index: 1; }
  .resetimg #resetImages i {
    margin-right: 6px; }
  @media (max-width: 767px) {
    .resetimg {
      display: none; } }

/*
* @subsection      Link list
*/
#usefull_link_block {
  margin-bottom: 0; }
  #usefull_link_block li.print a:before {
    content: "\f02f"; }
  @media (min-width: 768px) {
    #usefull_link_block li.sendtofriend {
      padding-bottom: 15px; } }
  #usefull_link_block li.sendtofriend a:before {
    font-family: 'Material Icons';
    content: "\e0be";
    display: inline-block;
    font-weight: normal;
    font-size: 34px;
    line-height: 34px;
    vertical-align: middle; }
  #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: #555554;
      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: #dd9965; }
  #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
*/
@media (min-width: 1200px) {
  .pb-right-column {
    border-left: 1px solid #ebebeb; } }
.pb-right-column .product-info-line {
  overflow: hidden;
  line-height: 1;
  margin-left: -15px; }
  .pb-right-column .product-info-line > p {
    padding-left: 15px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle; }
    .pb-right-column .product-info-line > p label {
      margin: 0;
      font-weight: normal;
      color: black; }
      @media (max-width: 767px) {
        .pb-right-column .product-info-line > p label {
          display: none; } }
    .pb-right-column .product-info-line > p span.editable {
      background: #ed4a36;
      color: white;
      display: inline-block;
      padding: 3px 9px; }
.pb-right-column h1 {
  padding-bottom: 10px;
  padding-top: 10px;
  color: black;
  margin: 0;
  font: 400 18px/1.2 "Montserrat", sans-serif; }
  @media (min-width: 1650px) {
    .pb-right-column h1 {
      font: 400 40px/1.2 "Montserrat", 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 #cecece;
  margin: 10px 0 0;
  position: relative; }
  #product p#loyalty b {
    color: #555554; }
  #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; }

#attributes {
  margin-bottom: 20px; }
  #attributes fieldset {
    margin-top: 20px; }
    #attributes fieldset label {
      color: #6f6e6d;
      margin-top: 5px;
      margin-bottom: 5px; }
      @media (min-width: 992px) {
        #attributes fieldset label {
          font-size: 18px;
          margin-top: 5px;
          margin-bottom: 5px;
          display: inline-block;
          vertical-align: middle;
          min-width: 150px; } }
  @media (min-width: 992px) {
    #attributes .attribute_list {
      display: inline-block;
      vertical-align: middle; } }
  #attributes .attribute_list div.selector {
    line-height: 58px;
    height: 58px;
    padding-left: 10px;
    border-color: #ebebeb;
    background: #ebebeb;
    max-width: 153px;
    min-width: 153px; }
    #attributes .attribute_list div.selector span {
      height: 56px;
      line-height: 56px;
      padding-right: 0; }
      #attributes .attribute_list div.selector span:after {
        border: none;
        height: 58px;
        width: 58px;
        background: #ebebeb;
        font-family: 'Material Icons';
        content: "\e5c5";
        display: inline-block;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;
        vertical-align: middle;
        line-height: 56px;
        color: black; }
    #attributes .attribute_list div.selector select {
      max-width: 170px;
      height: 56px;
      line-height: 56px; }
  #attributes .attribute_list .form-control {
    max-width: 230px; }
    #attributes .attribute_list .form-control option {
      background: #cecece;
      color: #555554; }
  #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: 0 -5px; }
    @media (min-width: 992px) {
      #attributes .attribute_list #color_to_pick_list {
        margin-top: -3px; } }
    #attributes .attribute_list #color_to_pick_list li {
      display: inline-block;
      margin: 0 5px; }
      #attributes .attribute_list #color_to_pick_list li a {
        display: block;
        height: 30px;
        width: 30px;
        cursor: pointer;
        margin: 0;
        position: relative; }
      #attributes .attribute_list #color_to_pick_list li.selected a {
        transform: scale(1.2); }

.box-info-product .ajax_add_to_cart_product_button {
  position: relative;
  overflow: hidden;
  background: black;
  color: white;
  border-color: black;
  -moz-transition: 0;
  -o-transition: 0;
  -webkit-transition: 0;
  transition: 0;
  text-align: center;
  padding-top: 19px;
  z-index: auto; }
  @media (min-width: 1200px) {
    .box-info-product .ajax_add_to_cart_product_button {
      min-width: 221px; } }
  .box-info-product .ajax_add_to_cart_product_button:before {
    font-family: 'Material Icons';
    content: "\e8cc";
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    line-height: 1;
    -moz-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-transition-delay: 0s;
    transition: all 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0s;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    -moz-transform: translate3d(0px, -200%, 0px);
    -ms-transform: translate3d(0px, -200%, 0px);
    -o-transform: translate3d(0px, -200%, 0px);
    -webkit-transform: translate3d(0px, -200%, 0px);
    transform: translate3d(0px, -200%, 0px);
    opacity: 0; }
  .box-info-product .ajax_add_to_cart_product_button:after {
    content: '';
    left: -50%;
    position: absolute;
    top: -50%;
    background: #dd9965;
    height: 200%;
    transform: translate3d(0px, -100%, 0px) rotate3d(0, 0, 1, -10deg);
    width: 200%;
    z-index: -1; }
  .box-info-product .ajax_add_to_cart_product_button span {
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0s;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-transition-delay: 0s;
    transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1) 0s;
    display: inline-block; }
  .box-info-product .ajax_add_to_cart_product_button:hover, .box-info-product .ajax_add_to_cart_product_button:active, .box-info-product .ajax_add_to_cart_product_button:active:focus, .box-info-product .ajax_add_to_cart_product_button:focus {
    color: white;
    background: #dd9965;
    border-color: #dd9965; }
    .box-info-product .ajax_add_to_cart_product_button:hover:before, .box-info-product .ajax_add_to_cart_product_button:active:before, .box-info-product .ajax_add_to_cart_product_button:active:focus:before, .box-info-product .ajax_add_to_cart_product_button:focus:before {
      -moz-transform: translate3d(0px, -50%, 0px);
      -ms-transform: translate3d(0px, -50%, 0px);
      -o-transform: translate3d(0px, -50%, 0px);
      -webkit-transform: translate3d(0px, -50%, 0px);
      transform: translate3d(0px, -50%, 0px);
      opacity: 1; }
    .box-info-product .ajax_add_to_cart_product_button:hover span, .box-info-product .ajax_add_to_cart_product_button:active span, .box-info-product .ajax_add_to_cart_product_button:active:focus span, .box-info-product .ajax_add_to_cart_product_button:focus span {
      opacity: 0;
      -moz-transform: translate3d(0px, 100%, 0px);
      -ms-transform: translate3d(0px, 100%, 0px);
      -o-transform: translate3d(0px, 100%, 0px);
      -webkit-transform: translate3d(0px, 100%, 0px);
      transform: translate3d(0px, 100%, 0px); }
  .box-info-product .ajax_add_to_cart_product_button.added {
    color: white;
    background: #dd9965;
    border-color: #dd9965;
    font-size: 0; }
    .box-info-product .ajax_add_to_cart_product_button.added:before {
      font-family: 'Material Icons';
      content: "\e5ca";
      display: inline-block;
      font-weight: normal;
      font-size: 20px;
      line-height: 20px;
      vertical-align: middle;
      -moz-transform: translate3d(0px, -50%, 0px);
      -ms-transform: translate3d(0px, -50%, 0px);
      -o-transform: translate3d(0px, -50%, 0px);
      -webkit-transform: translate3d(0px, -50%, 0px);
      transform: translate3d(0px, -50%, 0px);
      opacity: 1; }
  .box-info-product .ajax_add_to_cart_product_button.added.disabled, .box-info-product .ajax_add_to_cart_product_button.disabled, .box-info-product .ajax_add_to_cart_product_button[disabled] {
    opacity: 1 !important; }
    .box-info-product .ajax_add_to_cart_product_button.added.disabled:after, .box-info-product .ajax_add_to_cart_product_button.disabled:after, .box-info-product .ajax_add_to_cart_product_button[disabled]:after {
      font-family: 'Material Icons';
      content: "\e863";
      display: inline-block;
      font-weight: normal;
      font-size: 20px;
      line-height: 20px;
      vertical-align: middle;
      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;
      opacity: 1; }
.box-info-product .box-cart-bottom {
  margin-top: 8px;
  padding-bottom: 15px; }
  .box-info-product .box-cart-bottom p {
    margin-bottom: 0; }
  .box-info-product .box-cart-bottom .compare,
  .box-info-product .box-cart-bottom .buttons_bottom_block,
  .box-info-product .box-cart-bottom #usefull_link_block li {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 1199px) {
      .box-info-product .box-cart-bottom .compare,
      .box-info-product .box-cart-bottom .buttons_bottom_block,
      .box-info-product .box-cart-bottom #usefull_link_block li {
        float: right;
        margin-top: 15px; } }
    @media (min-width: 1200px) {
      .box-info-product .box-cart-bottom .compare,
      .box-info-product .box-cart-bottom .buttons_bottom_block,
      .box-info-product .box-cart-bottom #usefull_link_block li {
        display: block;
        padding-top: 17px;
        padding-bottom: 17px;
        float: none; } }
    @media (max-width: 1199px) {
      .box-info-product .box-cart-bottom .compare,
      .box-info-product .box-cart-bottom .buttons_bottom_block,
      .box-info-product .box-cart-bottom #usefull_link_block li {
        text-align: center;
        width: 45px;
        height: 45px;
        line-height: 45px; } }
  .box-info-product .box-cart-bottom .btn {
    z-index: auto; }
    @media (max-width: 480px) {
      .box-info-product .box-cart-bottom .btn {
        min-width: 100%; } }
    @media (min-width: 768px) {
      .box-info-product .box-cart-bottom .btn {
        min-width: 221px; } }
  .box-info-product .box-cart-bottom #wishlist_button_nopop,
  .box-info-product .box-cart-bottom #collection_button_nopop,
  .box-info-product .box-cart-bottom #collection_button,
  .box-info-product .box-cart-bottom #wishlist_button,
  .box-info-product .box-cart-bottom #send_friend_button {
    position: relative;
    font-size: 0;
    font-family: "Montserrat", sans-serif;
    color: black;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    font-weight: bold;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (min-width: 1200px) {
      .box-info-product .box-cart-bottom #wishlist_button_nopop,
      .box-info-product .box-cart-bottom #collection_button_nopop,
      .box-info-product .box-cart-bottom #collection_button,
      .box-info-product .box-cart-bottom #wishlist_button,
      .box-info-product .box-cart-bottom #send_friend_button {
        font-size: 14px; } }
    .box-info-product .box-cart-bottom #wishlist_button_nopop:before,
    .box-info-product .box-cart-bottom #collection_button_nopop:before,
    .box-info-product .box-cart-bottom #collection_button:before,
    .box-info-product .box-cart-bottom #wishlist_button:before,
    .box-info-product .box-cart-bottom #send_friend_button:before {
      display: inline-block;
      vertical-align: middle;
      color: #6f6e6d;
      margin-right: 10px;
      position: relative;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      -webkit-transition: 0.4s;
      transition: 0.4s; }
    .box-info-product .box-cart-bottom #wishlist_button_nopop:hover,
    .box-info-product .box-cart-bottom #collection_button_nopop:hover,
    .box-info-product .box-cart-bottom #collection_button:hover,
    .box-info-product .box-cart-bottom #wishlist_button:hover,
    .box-info-product .box-cart-bottom #send_friend_button:hover {
      color: #dd9965; }
      .box-info-product .box-cart-bottom #wishlist_button_nopop:hover:before,
      .box-info-product .box-cart-bottom #collection_button_nopop:hover:before,
      .box-info-product .box-cart-bottom #collection_button:hover:before,
      .box-info-product .box-cart-bottom #wishlist_button:hover:before,
      .box-info-product .box-cart-bottom #send_friend_button:hover:before {
        color: #dd9965; }
  .box-info-product .box-cart-bottom .daydeal-box-product {
    display: none; }

/*
* @subsection      Data sheet table
*/
.table-data-sheet, table.table-product-discounts {
  border: none;
  width: 100%;
  margin: 30px 0 20px; }
  @media (min-width: 1200px) {
    .table-data-sheet, table.table-product-discounts {
      width: 50%; } }
  .table-data-sheet tr, table.table-product-discounts tr {
    border: none;
    border-bottom: 1px solid rgba(152, 152, 151, 0.5);
    background: transparent; }
    .table-data-sheet tr.even, table.table-product-discounts tr.even {
      background: transparent; }
    .table-data-sheet tr td, table.table-product-discounts tr td {
      padding: 10px 20px 11px;
      color: black;
      font-size: 13px; }
      .table-data-sheet tr td:first-child, table.table-product-discounts tr td:first-child {
        border: none;
        width: 30%;
        font-weight: 700;
        color: black; }
    .table-data-sheet tr th, table.table-product-discounts tr th {
      color: black; }

/*
* @subsection      Quantity wanted
*/
#quantity_wanted_p {
  overflow: hidden;
  margin-bottom: 5px;
  float: left; }
  @media (min-width: 992px) {
    #quantity_wanted_p {
      float: none; } }
  #quantity_wanted_p input {
    height: 58px;
    width: 58px;
    padding: 0;
    text-align: center;
    border: none !important;
    outline: none;
    background: #ebebeb;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline-width: 0;
    float: left; }
  #quantity_wanted_p .btn-group {
    width: 58px;
    height: 58px;
    float: right;
    text-align: center;
    display: none; }
    @media (min-width: 992px) {
      #quantity_wanted_p .btn-group {
        display: block; } }
    #quantity_wanted_p .btn-group .btn {
      display: block;
      padding: 0;
      height: 29px;
      float: none;
      border: none;
      margin: 0;
      font-size: 18px;
      color: #6f6e6d; }
      #quantity_wanted_p .btn-group .btn:hover, #quantity_wanted_p .btn-group .btn:focus, #quantity_wanted_p .btn-group .btn:active {
        background: #cecece; }
      #quantity_wanted_p .btn-group .btn > span {
        display: block;
        line-height: 29px; }
  @media (min-width: 992px) {
    #quantity_wanted_p .quantity_wrap {
      width: 153px;
      height: 58px;
      background: #ebebeb;
      display: inline-block;
      vertical-align: middle; } }
  #quantity_wanted_p label {
    display: none;
    color: #6f6e6d;
    line-height: 58px;
    padding-right: 10px; }
  @media (min-width: 992px) {
    #quantity_wanted_p {
      margin-bottom: 20px; }
      #quantity_wanted_p label {
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
        min-width: 150px; } }

#add_to_cart_product_page_button {
  float: left;
  margin-bottom: 5px; }
  @media (min-width: 768px) {
    #add_to_cart_product_page_button {
      margin-bottom: 10px; } }
  #add_to_cart_product_page_button #add_to_cart {
    margin-bottom: 0; }
    #add_to_cart_product_page_button #add_to_cart button {
      min-width: 230px;
      min-height: 58px; }
      @media (min-width: 768px) {
        #add_to_cart_product_page_button #add_to_cart button {
          min-width: 221px; } }

/*
* @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; }

#availability_statut {
  display: block; }

#last_quantities, #availability_statut #availability_value {
  background: transparent;
  padding: 3px 0;
  color: #dd9965;
  border: none;
  text-transform: none;
  font-size: 18px;
  line-height: 20px; }

#last_quantities {
  background: #ed4a36;
  border-color: #ad2110;
  padding: 4px 8px 3px;
  position: relative;
  color: white;
  top: 1px;
  display: inline-block; }

#pQuantityAvailable {
  display: inline-block; }
  #pQuantityAvailable span#quantityAvailable {
    font-weight: bold;
    color: #555554; }

#availability_statut #availability_value.warning_inline {
  background: #ed4a36;
  border-color: #ad2110;
  text-shadow: 1px 1px #ad2110;
  margin: 0; }

.box-info-product .content_prices {
  margin-bottom: 0; }
  .box-info-product .content_prices .discount {
    color: #ed4a36;
    margin-bottom: 20px;
    display: block; }
.box-info-product .link_wrap {
  margin-bottom: 20px;
  margin-top: 15px; }
  @media (min-width: 480px) {
    .box-info-product .link_wrap {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-content: center;
      align-content: center;
      -webkit-align-items: center;
      align-items: center; } }
  @media (max-width: 520px) {
    .box-info-product .link_wrap .extra-right {
      padding-bottom: 5px; } }
  .box-info-product .link_wrap #product_comments_block_extra,
  .box-info-product .link_wrap .socialsharing_product {
    display: inline-block;
    vertical-align: middle; }
  .box-info-product .link_wrap #product_comments_block_extra .comments_note {
    margin-right: 0;
    padding-right: 12px; }
    @media (min-width: 1200px) {
      .box-info-product .link_wrap #product_comments_block_extra .comments_note {
        padding-right: 20px; } }
    .box-info-product .link_wrap #product_comments_block_extra .comments_note > span:first-child {
      display: none; }
  .box-info-product .link_wrap #product_comments_block_extra .comments_advices {
    line-height: 1; }
    .box-info-product .link_wrap #product_comments_block_extra .comments_advices li {
      line-height: 1; }
      .box-info-product .link_wrap #product_comments_block_extra .comments_advices li:first-child {
        padding-left: 8px;
        padding-right: 8px;
        border-left: 2px solid #cecece; }
        @media (min-width: 1200px) {
          .box-info-product .link_wrap #product_comments_block_extra .comments_advices li:first-child {
            padding-left: 20px;
            padding-right: 20px; } }
      .box-info-product .link_wrap #product_comments_block_extra .comments_advices li.is_logged {
        border-right: 2px solid #cecece; }
      .box-info-product .link_wrap #product_comments_block_extra .comments_advices li > a {
        font-size: 18px;
        margin-right: 0; }
        .box-info-product .link_wrap #product_comments_block_extra .comments_advices li > a.open-comment-form {
          padding-left: 8px;
          padding-right: 8px; }
          @media (min-width: 1200px) {
            .box-info-product .link_wrap #product_comments_block_extra .comments_advices li > a.open-comment-form {
              padding-left: 20px;
              padding-right: 20px; } }

.lang_ru .box-info-product .link_wrap #product_comments_block_extra .comments_note .star_content,
.lang_de .box-info-product .link_wrap #product_comments_block_extra .comments_note .star_content,
.lang_es .box-info-product .link_wrap #product_comments_block_extra .comments_note .star_content,
.lang_fr .box-info-product .link_wrap #product_comments_block_extra .comments_note .star_content {
  padding-top: 0;
  padding-bottom: 2px; }

.lang_ru .box-info-product .link_wrap #product_comments_block_extra .comments_advices li > a,
.lang_de .box-info-product .link_wrap #product_comments_block_extra .comments_advices li > a,
.lang_es .box-info-product .link_wrap #product_comments_block_extra .comments_advices li > a,
.lang_fr .box-info-product .link_wrap #product_comments_block_extra .comments_advices li > a {
  font-size: 14px;
  padding-bottom: 2px; }
  .lang_ru .box-info-product .link_wrap #product_comments_block_extra .comments_advices li > a#idTab5Tab > span,
  .lang_de .box-info-product .link_wrap #product_comments_block_extra .comments_advices li > a#idTab5Tab > span,
  .lang_es .box-info-product .link_wrap #product_comments_block_extra .comments_advices li > a#idTab5Tab > span,
  .lang_fr .box-info-product .link_wrap #product_comments_block_extra .comments_advices li > a#idTab5Tab > span {
    font-size: 14px; }

@media (max-width: 359px) {
  .lang_de .box-info-product .link_wrap #product_comments_block_extra .comments_advices li:first-child {
    padding-left: 5px;
    padding-right: 12px;
    border-left: none; } }

.all-price-info {
  margin-top: 5px; }
  .all-price-info > p {
    display: inline-block;
    vertical-align: -5px;
    line-height: 1; }
    @media (min-width: 1200px) {
      .all-price-info > p {
        margin-bottom: 0; } }
    .all-price-info > p + * {
      padding-right: 5px; }
  .all-price-info .reduction_percent {
    vertical-align: inherit; }

#old_price .price {
  text-decoration: line-through;
  font: 400 18px/1.2 "Montserrat", sans-serif;
  color: #b9b9b9; }

#reduction_percent,
#reduction_amount {
  font: 400 18px/1.2 "Montserrat", sans-serif;
  color: #ed4a36; }

#our_price_display {
  font: 400 30px/1.2 "Montserrat", sans-serif;
  color: #dd9965; }
  #our_price_display.new-price {
    color: #dd9965; }
  #our_price_display.new-price {
    font: 400 30px/1.2 "Montserrat", sans-serif; }
    @media (min-width: 1200px) {
      #our_price_display.new-price {
        font: 400 40px/1.2 "Montserrat", sans-serif; } }

/*
* @subsection      Online only
*/
.pb-right-column p.online_only {
  font-weight: 700;
  font-size: 13px;
  color: #f13340;
  text-align: left; }

/*
* @subsection      Send to a Friend
*/
#send_friend_form {
  width: 700px;
  overflow: hidden;
  padding: 10px;
  max-width: 100%; }
  #send_friend_form .product img {
    margin: 0 0 10px 0;
    max-width: 100%;
    height: auto; }
  #send_friend_form .product p {
    padding: 0;
    color: #555554; }
    #send_friend_form .product p.product_name {
      color: #dd9965; }
      #send_friend_form .product p.product_name strong {
        font-weight: normal; }
  #send_friend_form .form_container p.intro_form {
    color: black;
    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; }

/*
* @subsection      Personnalisaton
*/
.product-information {
  margin-top: 30px;
  margin-bottom: 75px; }
  @media (min-width: 1200px) {
    .product-information {
      margin-top: 80px;
      margin-bottom: 145px; } }
  @media only screen and (max-width: 767px) {
    .product-information {
      padding: 30px 0; } }
  .product-information .product-info-tabs {
    display: none; }
    @media only screen and (min-width: 768px) {
      .product-information .product-info-tabs {
        display: block;
        padding-right: 0;
        position: relative;
        z-index: 2; }
        .product-information .product-info-tabs:after {
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          content: '.';
          text-indent: -5000px;
          display: block;
          z-index: 1; }
        .product-information .product-info-tabs > li {
          border: none;
          float: none;
          display: inline-block;
          vertical-align: middle;
          margin: 0;
          z-index: 2;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 14px; }
          .product-information .product-info-tabs > li a {
            padding: 5px 10px 5px 0;
            font: 400 24px/30px "Montserrat", sans-serif;
            font-size: 14px; }
          .product-information .product-info-tabs > li a:hover, .product-information .product-info-tabs > li a:active, .product-information .product-info-tabs > li a:focus, .product-information .product-info-tabs > li a.active {
            background: none; }
          .product-information .product-info-tabs > li:hover, .product-information .product-info-tabs > li.active {
            background: none; }
          .product-information .product-info-tabs > li.active a {
            color: #dd9965; }
          .product-information .product-info-tabs > li:last-child {
            margin-bottom: -1px; } }
          @media only screen and (min-width: 768px) and (min-width: 1200px) {
            .product-information .product-info-tabs > li a {
              font: 400 24px/30px "Montserrat", sans-serif; } }
          @media only screen and (min-width: 768px) and (min-width: 1650px) {
            .product-information .product-info-tabs > li a {
              font: 400 30px/1.2 "Montserrat", sans-serif;
              padding: 15px 19px 15px 0; } }
  .product-information .tab-content {
    margin: 0 !important;
    position: relative;
    z-index: 1; }
    .product-information .tab-content .tab-pane {
      background: white;
      padding: 40px 20px 50px; }
      @media (min-width: 1200px) {
        .product-information .tab-content .tab-pane {
          padding: 85px 80px 75px;
          font-size: 18px;
          line-height: 30px; } }
      .product-information .tab-content .tab-pane.product-custom-tab-content {
        color: #6f6e6d; }
        .product-information .tab-content .tab-pane.product-custom-tab-content h3 {
          color: black;
          padding-top: 12px;
          padding-bottom: 15px;
          text-transform: uppercase;
          font: 400 30px/1.2 "Montserrat", sans-serif;
          display: block;
          border: none; }
          .product-information .tab-content .tab-pane.product-custom-tab-content h3:after {
            display: none !important; }
          .product-information .tab-content .tab-pane.product-custom-tab-content h3 + p {
            margin-top: 20px;
            margin-bottom: 15px; }
        .product-information .tab-content .tab-pane.product-custom-tab-content ul {
          padding-top: 20px;
          padding-bottom: 25px; }
          .product-information .tab-content .tab-pane.product-custom-tab-content ul li {
            line-height: 34px;
            color: black;
            position: relative;
            padding-left: 20px; }
            .product-information .tab-content .tab-pane.product-custom-tab-content ul li:before {
              content: '-';
              position: absolute;
              top: 0;
              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: black;
      margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .product-information .tab-content {
        padding: 0; } }
    @media only screen and (min-width: 768px) {
      .product-information .tab-content {
        padding-top: 30px; }
        .product-information .tab-content:not(.product-custom-tab-content) h3 {
          display: none; }
        .product-information .tab-content:before {
          content: '.';
          text-indent: -5000px;
          border-top: 1px solid rgba(152, 152, 152, 0.5);
          position: absolute;
          width: 1500px;
          left: -1000px;
          top: 0;
          z-index: 1;
          height: 1px; }
        .product-information .tab-content > div {
          padding-bottom: 15px;
          padding-left: 15px; } }
    @media only screen and (max-width: 767px) {
      .product-information .tab-content > div {
        padding: 20px 10px;
        display: none; }
      .product-information .tab-content h3 {
        margin: 0;
        padding: 18px 30px;
        border-bottom: 1px solid rgba(152, 152, 151, 0.5);
        color: black;
        font: 400 24px/30px "Montserrat", sans-serif;
        position: relative;
        display: block; }
        .product-information .tab-content h3:after {
          font-family: 'Material Icons';
          content: "\e313";
          display: inline-block;
          font-weight: normal;
          font-size: 22px;
          line-height: 22px;
          vertical-align: middle;
          color: black;
          position: absolute;
          right: 10px;
          top: 21px; }
        .product-information .tab-content h3:first-child + div {
          display: block; }
        .product-information .tab-content h3.active {
          color: #dd9965; }
          .product-information .tab-content h3.active:after {
            font-family: 'Material Icons';
            content: "\e316";
            display: inline-block;
            font-weight: normal;
            font-size: 22px;
            line-height: 22px;
            vertical-align: middle; } }

@media only screen and (min-width: 768px) {
  body.show-left-column .product-info-tabs > li a,
  body.show-right-column .product-info-tabs > li a {
    font: 400 24px/30px "Montserrat", sans-serif;
    font-size: 16px; } }
  @media only screen and (min-width: 768px) and (min-width: 1650px) {
    body.show-left-column .product-info-tabs > li a,
    body.show-right-column .product-info-tabs > li a {
      font: 400 24px/30px "Montserrat", sans-serif; } }

ul#uploadable_files,
ul#text_fields {
  list-style-type: none; }

.customizableProductsFile,
.customizableProductsText {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.customizableProductsText textarea {
  height: 215px;
  padding-left: 22px;
  padding-top: 22px; }

#product-customizable-tab-content .required {
  font-size: 13px; }

.product-attachments-tab-content h4 > a {
  color: #6f6e6d; }
  .product-attachments-tab-content h4 > a:hover {
    color: white; }

.customizationUploadLine {
  padding-bottom: 10px; }
  .customizationUploadLine label {
    display: block;
    vertical-align: top; }
  .customizationUploadLine textarea {
    width: 100%;
    border: 1px solid #cecece;
    color: #333333; }
    @media (min-width: 768px) {
      .customizationUploadLine textarea {
        width: 60%; } }

.customizationUploadBrowse > div {
  display: inline-block; }
  .customizationUploadBrowse > div input {
    display: inline-block;
    height: 27px; }
.customizationUploadBrowse img {
  margin: 0 10px 10px 0; }
  .customizationUploadBrowse img + a {
    position: relative;
    vertical-align: top; }
    .customizationUploadBrowse img + a img {
      height: auto;
      margin: 0;
      border: none;
      padding: 0;
      background: none; }

#customizedDatas {
  float: right; }

.accessories_block div ul li a {
  display: inline-block; }
.accessories_block div ul li.s_title_block a,
.accessories_block div ul li.s_title_block span {
  font-weight: 700; }

.pb-left-column .zoomPad {
  float: none; }

/*
* @subsection      Two columns layout triks
*/
.addsharethisinner .stButton .stArrow {
  display: none !important; }

#view_full_size .zoomPreload {
  background-position: center center;
  text-indent: -5000px; }

@media only screen and (max-width: 767px) {
  #blockpack ul.product_list > li.first-item-of-mobile-line {
    clear: left; }
  #blockpack ul.product_list > li.first-item-of-tablet-line {
    clear: none; } }

/*
* @subsection      Quick View Styles
*/
#product.content_only .primary_block.row {
  margin: 30px auto; }
#product.content_only div.primary_block {
  margin-bottom: 0;
  background: white;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px; }
  #product.content_only div.primary_block div.pb-right-column {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  #product.content_only div.primary_block div.pb-left-column {
    float: left;
    margin-bottom: 0; }
    #product.content_only div.primary_block div.pb-left-column .new-box, #product.content_only div.primary_block div.pb-left-column .sale-box {
      display: none; }
    #product.content_only div.primary_block div.pb-left-column p.resetimg {
      margin-bottom: 0;
      padding-top: 0;
      display: none; }
  #product.content_only div.primary_block div.pb-right-column {
    border-left: 1px solid #ebebeb;
    margin-bottom: 0; }
    @media only screen and (min-width: 842px) {
      #product.content_only div.primary_block div.pb-right-column {
        width: 406px;
        min-width: 406px; } }
    #product.content_only div.primary_block div.pb-right-column > div {
      padding: 0;
      border: none; }
    #product.content_only div.primary_block div.pb-right-column #add_preorder,
    #product.content_only div.primary_block div.pb-right-column .daydeal-box-product {
      display: none; }
    #product.content_only div.primary_block div.pb-right-column #product_payment_logos {
      display: none; }
    #product.content_only div.primary_block div.pb-right-column .all-price-info > p {
      display: inline-block;
      vertical-align: middle; }
    #product.content_only div.primary_block div.pb-right-column #quantity_wanted_p {
      float: left;
      margin-right: 0; }
      #product.content_only div.primary_block div.pb-right-column #quantity_wanted_p label {
        display: none; }
    #product.content_only div.primary_block div.pb-right-column #color_to_pick_list {
      margin-top: -5px; }
    #product.content_only div.primary_block div.pb-right-column #prev-img, #product.content_only div.primary_block div.pb-right-column #next-img {
      display: none; }
    #product.content_only div.primary_block div.pb-right-column #add_to_cart_product_page_button {
      float: left;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        #product.content_only div.primary_block div.pb-right-column #add_to_cart_product_page_button {
          margin-bottom: 10px; } }
      #product.content_only div.primary_block div.pb-right-column #add_to_cart_product_page_button #add_to_cart {
        margin-bottom: 0; }
        #product.content_only div.primary_block div.pb-right-column #add_to_cart_product_page_button #add_to_cart button {
          min-width: 170px; }
    #product.content_only div.primary_block div.pb-right-column .box-cart-bottom #wishlist_button_nopop,
    #product.content_only div.primary_block div.pb-right-column .box-cart-bottom #collection_button_nopop,
    #product.content_only div.primary_block div.pb-right-column .box-cart-bottom #wishlist_button,
    #product.content_only div.primary_block div.pb-right-column .box-cart-bottom #collection_button {
      font-size: 0 !important; }
    #product.content_only div.primary_block div.pb-right-column .buttons_bottom_block {
      float: left; }
      #product.content_only div.primary_block div.pb-right-column .buttons_bottom_block > a {
        margin-bottom: 0;
        display: inline-block;
        vertical-align: middle;
        float: right;
        text-align: center;
        width: 45px;
        height: 45px;
        line-height: 45px; }
    #product.content_only div.primary_block div.pb-right-column #product_comments_block_extra {
      padding-right: 0; }
    @media only screen and (max-width: 841px) {
      #product.content_only div.primary_block div.pb-right-column .socialsharing_product {
        bottom: 30px;
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        margin: 0; } }
    #product.content_only div.primary_block div.pb-right-column #ShareDiv {
      position: absolute;
      bottom: 8px; }
    #product.content_only div.primary_block div.pb-right-column h1 {
      padding-bottom: 5px; }
    #product.content_only div.primary_block div.pb-right-column #attributes {
      margin-bottom: 20px; }
      #product.content_only div.primary_block div.pb-right-column #attributes .attribute_fieldset {
        margin-bottom: 10px; }
      #product.content_only div.primary_block div.pb-right-column #attributes .attribute_list, #product.content_only div.primary_block div.pb-right-column #attributes label {
        display: inline-block;
        vertical-align: middle; }
      #product.content_only div.primary_block div.pb-right-column #attributes fieldset {
        margin-top: 20px; }
        #product.content_only div.primary_block div.pb-right-column #attributes fieldset label {
          color: #6f6e6d;
          margin-bottom: 0;
          min-width: 100px; }
          @media only screen and (min-width: 842px) {
            #product.content_only div.primary_block div.pb-right-column #attributes fieldset label {
              font-size: 18px;
              min-width: 150px; } }
      #product.content_only div.primary_block div.pb-right-column #attributes .attribute_list {
        display: inline-block;
        vertical-align: middle; }
        #product.content_only div.primary_block div.pb-right-column #attributes .attribute_list input.attribute_radio {
          float: left;
          margin-left: 3px; }
    #product.content_only div.primary_block div.pb-right-column .product-info-line label {
      display: none; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
      padding-bottom: 0; }
    #product.content_only div.primary_block div.pb-right-column .box-info-product .content_prices {
      border-bottom: none; }

@media (max-width: 767px) {
  #product .container, #product .large-left {
    padding-left: 0;
    padding-right: 0; } }
#product .large-left > .row {
  margin: 0; }

.box-info-product .box-cart-bottom img {
  width: auto; }
