.tab-row .tab {
  width: 150px;
}

/* Add / Remove bookmark */
.bookmarkproducts-button {
  display: none;
}
.bookmarkproducts-button.visible {
  display: inline-block;
}
.bookmarkproducts-buttons-product-container .bookmarkproducts-button {
  font-weight: bold;
  display: none;
}
.bookmarkproducts-buttons-product-container .bookmarkproducts-button:before {
  cursor: pointer;
  height: 30px;
  margin: 0 6px 0 0;
  text-align: center;
  width: 30px;
}
.bookmarkproducts-buttons-product-container a.bookmarkproducts-button-remove:before {
  content: "\f068";
  font: 400 15px/31px "FontAwesome";
}
.bookmarkproducts-buttons-product-container a.bookmarkproducts-button-add:before {
  content: "\f067";
  font: 400 15px/31px "FontAwesome";
}
.bookmarkproducts-buttons-list-container {
  /*padding-top: 10px;*/
  width: 50%;
  float: left;
}
.bookmarkproducts-buttons-list-container a, 
.bookmarkproducts-buttons-list-container label {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #882c1a;
  cursor: pointer; 
  background-color: #f6c254;
  width: 100%;
  padding: 10px 14px;
  margin: 0;
  text-align: center;
}
.bookmarkproducts-buttons-list-container a.bookmarkproducts-button-remove:before {
  content: "\f068";
  font-family: "FontAwesome";
  margin-right: 10px;
}
.bookmarkproducts-buttons-list-container a.bookmarkproducts-button-add:before {
  content: "\f067";
  font-family: "FontAwesome";
  margin-right: 10px;
}
#bookmarks_block #bookmarks_block_no_products {
  margin: 0.5em 0;
  text-align: center;
}
#bookmarks_block a.ajax_bookmarks_block_remove_link {
  padding: 0;
  margin: 0 0 0 8px;
  float: right;
}
#bookmarks_block a.ajax_bookmarks_block_remove_link:before {
  content: "\f014";
}
#bookmarks_block a.ajax_bookmarks_block_remove_link:hover {
  text-decoration: none;
}
#bookmarks_block span.price {
  color: #990000;
  float: right;
}
#my-products {
  padding: 0;
}
#my-products h1 {
  margin-left: 25px;
  margin-right: 25px;
}
#module-bookmarkproducts-myproducts #center_column {
  margin-left: 0;
  margin-top: 5%;
}
#module-bookmarkproducts-myproducts #my-products .content_sortPagiBar {
  margin-left: 25px;
  margin-right: 25px;
}
@media (max-width: 1320px) {
  .bookmarkproducts-buttons-list-container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .bookmarkproducts-buttons-list-container {
    width: 50% !important; /*ok for product list page*/
    padding-right: 5px !important; /*ok for product list page*/
  }
  .bookmarkproducts-buttons-list-container a.bookmarkproducts-button-remove:before {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  #product .bookmarkproducts-button.visible {
    max-width: 230px; /*ok for product page verlanglijst button*/
  }
  #module-bookmarkproducts-myproducts #center_column {
    margin-top: 40px;
  }

  .bookmarkproducts-buttons-list-container {
    width: 100% !important; /*ok for product list page*/
    padding-right: 0px !important; /*ok for product list page*/
  }
}
@media (max-width: 480px) {
  #module-bookmarkproducts-myproducts ul.footer_links {
    height: auto;  
  }
  #module-bookmarkproducts-myproducts ul.footer_links li {
    float: none;
  }
  #module-bookmarkproducts-myproducts ul.footer_links li + li {
    margin: 10px 0;
  }
 #module-bookmarkproducts-myproducts .right-block {
    width: 100%;
}
}