/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   VARIABLES - 4 - VELTHUIS SCHOENEN
   ##################################################################################################### */
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)";

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.cart,
.invoice {
  position: relative;
}
.cart #productsWrapper,
.invoice #productsWrapper {
  margin-bottom: 30px;
}
.cart #productsWrapper:after,
.invoice #productsWrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
#shoppingcartPlaceholder {
  margin-top: 15px;
}
.promotionMessages.pane {
  margin-bottom: 15px;
  -webkit-animation: fadeIn 800ms ease-in-out;
  -moz-animation: fadeIn 800ms ease-in-out;
  -ms-animation: fadeIn 800ms ease-in-out;
  -o-animation: fadeIn 800ms ease-in-out;
  animation: fadeIn 800ms ease-in-out;
  color: #2d672d;
  background-color: #b5dfb5;
  border-color: #5cb85c;
}
.promotionMessages.pane q {
  display: block;
  font-size: 17px;
  line-height: 1.8;
}
.promotionMessages.pane q:before {
  content: "\f05a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
  vertical-align: text-bottom;
  margin-right: 10px;
}
/* products table */

table.products thead {
  display: none;
}
@media only screen and (min-width: 768px) {
  table.products thead {
    display: table-header-group;
  }
  table.products thead tr th {
    border-right: solid 5px white;
    border-bottom: solid 5px #f2f2f2;
    border-left: solid 5px white;
    padding: 10px 3px;
  }
  table.products thead tr th:first-child {
    border-left: none;
  }
  table.products thead tr th:last-child {
    border-right: none;
  }
  table.products thead tr th.delete {
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  table.products tbody tr td {
    border-top: none;
    border-right: solid 5px white;
    border-bottom: solid 1px #f2f2f2;
    border-left: solid 5px white;
    padding: 10px 0;
    vertical-align: middle;
    margin: 0;
  }
}
table.products tbody tr td.product {
  position: relative;
  display: block;
  padding: 15px;
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (max-width: 767px) {
  table.products tbody tr td.product {
    border: solid 1px #ebebeb;
  }
}
@media only screen and (min-width: 768px) {
  table.products tbody tr td.product {
    display: table-cell;
  }
}
@media only screen and (min-width: 768px) {
  table.products tbody tr td.product .product-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
table.products tbody tr td.product .details-outlined {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media only screen and (min-width: 768px) {
  table.products tbody tr td.product .details-outlined {
    display: inline-block;
  }
}
table.products tbody tr td.product .details-outlined .image {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  vertical-align: top;
}
@media only screen and (min-width: 400px) {
  table.products tbody tr td.product .details-outlined .image {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  table.products tbody tr td.product .details-outlined .image {
    height: auto;
    width: 140px;
    height: 140px;
  }
}
table.products tbody tr td.product .details-outlined .image > a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 95%;
  max-height: 95%;
}
@media only screen and (min-width: 768px) {
  table.products tbody tr td.product .details-outlined .image > a img {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
table.products tbody tr td.product .showOnMobile .header {
  font-size: 20px;
  line-height: 24px;
  padding-right: 39px;
  margin-bottom: 5px;
}
table.products tbody tr td.product .showOnMobile .articleNumber {
  line-height: 20px;
  margin-bottom: 15px;
}
table.products tbody tr td.product .showOnMobile.details {
  position: relative;
  width: 100%;
  padding-left: 15px;
}
table.products tbody tr td.product .showOnMobile.details > div.color {
  width: 100%;
  margin-bottom: 10px;
}
table.products tbody tr td.product .showOnMobile.details > div.size,
table.products tbody tr td.product .showOnMobile.details > div.amount {
  display: inline-block;
  margin-bottom: 10px;
  padding-right: 5px;
  width: 100%;
}
table.products tbody tr td.product .showOnMobile.details > div.size select,
table.products tbody tr td.product .showOnMobile.details > div.amount select {
  width: 100%;
  max-width: 70px;
}
@media only screen and (min-width: 400px) {
  table.products tbody tr td.product .showOnMobile.details > div.size,
  table.products tbody tr td.product .showOnMobile.details > div.amount {
    width: 50%;
  }
}
@media only screen and (min-width: 400px) {
  table.products tbody tr td.product .showOnMobile.details > div.amount {
    margin-left: -4px;
  }
}
table.products tbody tr td.product .showOnMobile.details > div.price {
  text-align: right;
  font-weight: 700;
}
@media only screen and (min-width: 400px) {
  table.products tbody tr td.product .showOnMobile.details > div.price {
    position: absolute;
    bottom: 15px;
    right: 0;
  }
}
table.products tbody tr td.product .showOnMobile.details > div > span {
  display: block;
}
table.products tbody tr td.product .showOnMobile.details select {
  font-size: 16px;
  height: 32px;
  width: auto;
  min-width: 60px;
}
@media only screen and (min-width: 768px) {
  table.products tbody tr td.product .showOnTablet {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
table.products tbody tr td.product .deleteButton {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  width: 30px;
  height: 30px;
}
table.products tbody tr td.product .deleteButton span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  bottom: auto;
  width: 60%;
  height: 2px;
  margin: 0 auto;
  background-color: #929292;
}
table.products tbody tr td.product .deleteButton span:first-child {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
table.products tbody tr td.product .deleteButton span:last-child {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
table.products tbody tr td.product .deleteButton:hover span {
  background-color: #007f95;
}
table.products tbody tr td.product .invoiceUsp {
  padding: 10px;
  background-color: #f8f8f8;
  margin-top: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
table.products tbody tr td.product .invoiceUsp:before {
  content: "\f0d1";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
  margin-right: 10px;
}
table.products tbody tr td.size select,
table.products tbody tr td.amount select {
  width: auto;
}
table.products tbody tr td .deleteButton {
  float: right;
  width: 30px;
  height: 30px;
  position: relative;
  top: -1px;
}
table.products tbody tr td .deleteButton span {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  bottom: auto;
  width: 75%;
  height: 2px;
  margin: 0 auto;
  background-color: #929292;
}
table.products tbody tr td .deleteButton span:first-child {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
table.products tbody tr td .deleteButton span:last-child {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
table.products tbody tr td .deleteButton:hover span {
  background-color: #007f95;
}
table.products tbody tr:last-child td {
  border-bottom: solid 1px #ebebeb;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  table.products tbody tr:last-child td {
    border: none;
  }
}
.costsWrapper {
  width: 100%;
  padding: 15px;
  background-color: #f8f8f8;
  border: solid 1px #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media only screen and (min-width: 768px) {
  .costsWrapper {
    width: 49%;
    float: right;
  }
}
table.costs {
  width: 100%;
}
table.costs tr {
  border-bottom: solid 1px #f2f2f2;
}
table.costs tr td {
  padding: 5px 0;
}
table.costs tr td:first-child {
  text-align: left;
  width: 70%;
}
table.costs tr td:last-child {
  text-align: right;
  width: 30%;
}
table.costs tr td .shippingCostsFree {
  color: #5cb85c;
  font-weight: bold;
}
table.costs tr.total td {
  font-weight: 600;
}
table.costs tr:last-child {
  border-bottom: none;
}
.deletePromotionCode {
  width: 25px;
  height: 25px;
  position: relative;
  top: -1px;
}
.deletePromotionCode:before,
.deletePromotionCode:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  bottom: auto;
  width: 60%;
  height: 2px;
  margin: 0 auto;
  background-color: #929292;
}
.deletePromotionCode:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.deletePromotionCode:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.deletePromotionCode:hover:before,
.deletePromotionCode:hover:after {
  background-color: #007f95;
}
.pane {
  padding: 15px;
  background-color: #f8f8f8;
  border: solid 1px #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cartOptions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .cartOptions {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding-top: 30px;
    border-top: solid 5px #f2f2f2;
  }
}
.cartOptions > div {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cartOptions > div {
    width: 49%;
  }
}
.cartOptions .transferOptions {
  margin-bottom: 15px;
}
.cartOptions .transferOptions ul li {
  color: #454545;
  position: relative;
}
.cartOptions .transferOptions ul li:before,
.cartOptions .transferOptions ul li.active:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cartOptions .transferOptions ul li:before {
  width: 14px;
  height: 14px;
  border: 1px solid #ebebeb;
}
.cartOptions .transferOptions ul li:not(.active):hover:before {
  border-color: #007f95;
}
.cartOptions .transferOptions ul li.active:after {
  width: 8px;
  height: 8px;
  background: #007f95;
  left: 4px;
}
@media only screen and (min-width: 768px) {
  .cartOptions .transferOptions ul li {
    margin: 10px 0;
    border: 0 none;
  }
}
.cartOptions .transferOptions ul li:first-child {
  border-top: 0 none;
}
.cartOptions .transferOptions ul li.active {
  color: #007f95;
}
.cartOptions .transferOptions ul li a {
  display: inline-block;
  padding: 5px 0 5px 25px;
  color: #454545;
}
@media only screen and (min-width: 768px) {
  .cartOptions .transferOptions ul li a {
    padding: 0 0 0 25px;
  }
}
.cartOptions .discountCode {
  margin-bottom: 15px;
}
.cartOptions .discountCode .addDiscountCode > a {
  font-weight: 500;
}
.cartOptions .discountCode .addDiscountCode > a:hover {
  color: #007f95;
}
.cartOptions .discountCode .addDiscountCode > a:after {
  content: "\f055";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  line-height: auto;
  margin-left: 15px;
}
.cartOptions .discountCode #promotionInputWrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .cartOptions .discountCode #promotionInputWrapper {
    max-width: 350px;
  }
}
.cartOptions .discountCode #promotionInputWrapper input {
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  line-height: 38px;
}
@media only screen and (min-width: 768px) {
  .cartOptions .discountCode #promotionInputWrapper input {
    height: 30px;
  }
}
.cartOptions .discountCode #promotionInputWrapper a {
  padding: 0 10px;
  margin-left: 5px;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .cartOptions .discountCode #promotionInputWrapper a {
    font-size: 18px;
  }
}
