/* #####################################################################################################
   Checkout
   ##################################################################################################### */

/*--- standard variables ---*/
/* @fontFamily1:        'PT Sans', sans-serif;*/
/*--- product item ratio (thumb + content) ---*/
/*--- media queries. When using responsive ---*/
/*--- media queries. When not using responsive ---
@useResponsive:			false;

@breakPointLargePhone:	~"only screen and (min-width : 1px)";
@breakPointTablet:		~"only screen and (min-width : 1px)";
@breakPointDesktop:		~"only screen and (min-width : 1px)";

@breakPointUpToTablet:	~"only screen and (max-width: 1px)";
@breakPointUpToTabletLand:~"only screen and (max-width: 1023px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 1px)";
*/
/*--- media queries. When using responsive: only mobile & desktop ---
@useResponsive:			false;
@breakPointLargePhone:	~"only screen and (min-width : 480px) and (max-width: 768px )";
@breakPointTablet:		~"only screen and (min-width : 999999999px)";
@breakPointDesktop:		~"only screen and (min-width : 768px)";

@breakPointUpToTablet:	~"only screen and (max-width: 768px)";
@breakPointUpToDesktop:	~"only screen and (max-width: 768px)";
*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*----- LESS functions -----*/
/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* basketPanel verplaatst vanuit oude utils.less */

/*---{ dropdown minishoppingcart }---------------------------------------------------------*/

#basketPanel {
  display: none;
  position: fixed;
  top: auto;
  left: 0;
  z-index: 9999;
  padding: 15px;
  zoom: 1;
  border: 1px solid #dedede;
  background: white;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#basketPanel .arrow {
  position: absolute;
  right: 28px;
  top: -28px;
}
#basketPanel #basketTitle {
  margin: 0 0 5px;
  height: 14px;
  display: block;
  font-size: 14px;
  color: #333333;
  width: 106px;
}
#basketPanel #basketSubTitle {
  height: 13px;
  margin: 0 0 10px;
}
#basketPanel #shoppingbagContents {
  overflow: hidden;
}
#basketPanel #shoppingbagEmpty {
  text-align: center;
  padding: 3% 0;
}
#basketPanel .itemList {
  max-height: 356px;
  overflow-y: auto;
}
#basketPanel .item {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
}
#basketPanel .item .text td.blackTxt {
  color: #666666;
}
#basketPanel .item .thumb {
  position: relative;
  float: left;
  width: 15%;
  height: 68px;
  padding: 0;
  margin: 0;
  background: white;
}
#basketPanel .item .thumb img {
  max-width: 100%;
}
#basketPanel .item .thumb a {
  display: block;
  width: auto;
}
#basketPanel .item .thumb td {
  vertical-align: middle;
  text-align: center;
}
#basketPanel .item .text {
  float: left;
  width: 84%;
  padding: 3px 0 3px 1%;
}
#basketPanel .item .text .deleteButton {
  vertical-align: middle;
}
#basketPanel .item .priceOld {
  text-decoration: line-through;
}
#basketPanel .item .text table {
  border: 0 none;
  padding: 0;
  margin: 0;
}
#basketPanel .item .text table td {
  padding: 0;
  margin: 0;
}
#basketPanel .item .text td.leftAlign {
  font-size: 12px;
  text-align: left;
  line-height: 20px;
  padding-bottom: 0;
}
#basketPanel .item .text td.leftAlignOffertext {
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  padding: 4px 0;
}
#basketPanel .item .text td.rightAlign {
  font-size: 14px;
  text-align: right;
  line-height: 20px;
  padding-bottom: 0;
}
#basketPanel .item .text .title {
  color: #383838;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}
#basketPanel .item .text .title:hover {
  text-decoration: none;
}
#basketPanel #bottom {
  line-height: 25px;
  margin-top: 14px;
}
#basketPanel .shippingdiscountcosts,
#basketPanel .shippingcosts,
#basketPanel .paymentcosts,
#basketPanel .coupontotal,
#basketPanel .uitzoekkorting,
#basketPanel .subtotal {
  overflow: hidden;
  width: 100%;
}
#basketPanel .total {
  padding: 0;
  overflow: hidden;
  width: 100%;
  border-top-width: 0;
  max-width: 100%;
  margin: 12px 0;
}
#basketPanel .CouponPriceText,
#basketPanel .ShippingCostsText,
#basketPanel .PaymentCostsText,
#basketPanel .SubTotalPriceText,
#basketPanel .UitZoekKortingText,
#basketPanel .TotalPriceText {
  float: left;
  display: block;
  width: 70%;
  padding: 0 0 0 0px;
}
#basketPanel .PromotionDiscount1,
#basketPanel #ShippingCost1,
#basketPanel #SubTotalPrice,
#basketPanel #PreKortingPriceDrop,
#basketPanel #uitzoekkortingPrijsDrop,
#basketPanel #TotalPrice {
  float: right;
  display: block;
  width: 30%;
  text-align: right;
}
#basketPanel #TotalPrice {
  font-weight: bold;
}
#basketPanel .checkout {
  overflow: hidden;
  border-top: 1px solid #c2c2c2;
  text-align: right;
  width: 100%;
  padding: 15px 0 0;
}
.checkout h1.hasSub,
.checkout h2.hasSub,
.checkout h3.hasSub,
.checkout h4.hasSub,
.checkout h5.hasSub,
.checkout h6.hasSub,
.checkout span.hasSub {
  margin-bottom: 0 !important;
  font-weight: 400;
}
.checkout h1.subHeader,
.checkout h2.subHeader,
.checkout h3.subHeader,
.checkout h4.subHeader,
.checkout h5.subHeader,
.checkout h6.subHeader,
.checkout span.subHeader {
  font-size: 15px;
  display: block;
  margin-bottom: 20px;
}
.checkout #globalNav {
  overflow: hidden;
}
.checkout #breadcrumbs {
  display: none !important;
}
.checkout #cols {
  padding-top: 3%;
}
.checkout .percentualDiscountLabel {
  display: none;
}
.checkout.step2 #footerBar,
.checkout.step3 #footerBar,
.checkout.step4 #footerBar,
.checkout.step5 #footerBar,
.checkout.step6 #footerBar,
.checkout.step7 #footerBar,
.checkout.step8 #footerBar,
.checkout.step9 #footerBar,
.checkout.step2 #footerCols,
.checkout.step3 #footerCols,
.checkout.step4 #footerCols,
.checkout.step5 #footerCols,
.checkout.step6 #footerCols,
.checkout.step7 #footerCols,
.checkout.step8 #footerCols,
.checkout.step9 #footerCols,
.checkout.step2 #footerBarBottom,
.checkout.step3 #footerBarBottom,
.checkout.step4 #footerBarBottom,
.checkout.step5 #footerBarBottom,
.checkout.step6 #footerBarBottom,
.checkout.step7 #footerBarBottom,
.checkout.step8 #footerBarBottom,
.checkout.step9 #footerBarBottom,
.checkout.step2 #footerColsBottom,
.checkout.step3 #footerColsBottom,
.checkout.step4 #footerColsBottom,
.checkout.step5 #footerColsBottom,
.checkout.step6 #footerColsBottom,
.checkout.step7 #footerColsBottom,
.checkout.step8 #footerColsBottom,
.checkout.step9 #footerColsBottom,
.checkout.step2 #brands,
.checkout.step3 #brands,
.checkout.step4 #brands,
.checkout.step5 #brands,
.checkout.step6 #brands,
.checkout.step7 #brands,
.checkout.step8 #brands,
.checkout.step9 #brands,
.checkout.step2 #globalNavWrapper,
.checkout.step3 #globalNavWrapper,
.checkout.step4 #globalNavWrapper,
.checkout.step5 #globalNavWrapper,
.checkout.step6 #globalNavWrapper,
.checkout.step7 #globalNavWrapper,
.checkout.step8 #globalNavWrapper,
.checkout.step9 #globalNavWrapper,
.checkout.step2 #globalNav,
.checkout.step3 #globalNav,
.checkout.step4 #globalNav,
.checkout.step5 #globalNav,
.checkout.step6 #globalNav,
.checkout.step7 #globalNav,
.checkout.step8 #globalNav,
.checkout.step9 #globalNav {
  display: none !important;
}
.checkout.step2 .wrapper,
.checkout.step3 .wrapper,
.checkout.step4 .wrapper,
.checkout.step5 .wrapper,
.checkout.step6 .wrapper,
.checkout.step7 .wrapper,
.checkout.step8 .wrapper,
.checkout.step9 .wrapper {
  border-top: 0;
}
@media only screen and (min-width : 1024px) {
  .checkout.step2 #cols,
  .checkout.step3 #cols,
  .checkout.step4 #cols,
  .checkout.step5 #cols,
  .checkout.step6 #cols,
  .checkout.step7 #cols,
  .checkout.step8 #cols,
  .checkout.step9 #cols {
    margin-top: 0;
  }
}
@media only screen and (min-width : 1024px) {
  .checkout.step2 #headerWrapper,
  .checkout.step3 #headerWrapper,
  .checkout.step4 #headerWrapper,
  .checkout.step5 #headerWrapper,
  .checkout.step6 #headerWrapper,
  .checkout.step7 #headerWrapper,
  .checkout.step8 #headerWrapper,
  .checkout.step9 #headerWrapper {
    padding-bottom: 0;
  }
}
.checkout.step2 #footer,
.checkout.step3 #footer,
.checkout.step4 #footer,
.checkout.step5 #footer,
.checkout.step6 #footer,
.checkout.step7 #footer,
.checkout.step8 #footer,
.checkout.step9 #footer {
  height: auto;
}
@media only screen and (min-width : 1024px) {
  .checkout.step2 #stepboxWrapper,
  .checkout.step3 #stepboxWrapper,
  .checkout.step4 #stepboxWrapper,
  .checkout.step5 #stepboxWrapper,
  .checkout.step6 #stepboxWrapper,
  .checkout.step7 #stepboxWrapper,
  .checkout.step8 #stepboxWrapper,
  .checkout.step9 #stepboxWrapper {
    margin: 0 auto 20px;
  }
  .checkout.step2 #stepboxWrapper .stepBox,
  .checkout.step3 #stepboxWrapper .stepBox,
  .checkout.step4 #stepboxWrapper .stepBox,
  .checkout.step5 #stepboxWrapper .stepBox,
  .checkout.step6 #stepboxWrapper .stepBox,
  .checkout.step7 #stepboxWrapper .stepBox,
  .checkout.step8 #stepboxWrapper .stepBox,
  .checkout.step9 #stepboxWrapper .stepBox {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.checkout #content .collapsible {
  display: block !important;
  overflow: hidden;
  max-height: 2000px;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkout #content .collapsible.hidden {
  display: block !important;
  max-height: 0;
}
.checkout .deleteButton {
  color: #ff4d4d;
  float: left;
}
.checkout .deleteButton:after {
  color: inherit;
}
@media only screen and (min-width : 768px) {
  #basketPanel {
    position: absolute;
    width: 350px;
    top: 55px;
    right: 0;
    left: auto;
  }
  #basketPanel .arrow {
    right: 40px;
  }
}
@media only screen and (min-width : 1024px) {
  #basketPanel .item .text .deleteButton {
    font-size: 18px;
    vertical-align: baseline;
  }
}
/* Einde verplaatst vanuituit utils.less */

.OffertextDeal {
  color: #4ca950;
  font-weight: 500;
  margin-bottom: 14px;
}
/* Verplaatst vanuit promotionCode.less */

.promotionCode {
  overflow: hidden;
  margin: 10px 0px;
}
.promotionCode input {
  padding: 0 1.5%;
  width: 98%;
  margin-bottom: 5px;
  text-align: center;
  line-height: 26px;
  min-height: 26px;
}
.promotionCode .bttn {
  padding: 0;
  width: 100%;
  margin: 0;
}
/* Einde verplaats vanuit promotionCode.less */

/*hide iframe generated by google script*/

iframe[name="google_conversion_frame"] {
  display: none;
}
#trCartIsEmpty {
  padding: 5% 0;
  text-align: center;
}
#pleaseWait {
  text-align: center;
}
/* -- Kiala werkt niet op mobiel responsive -- */

#liKiala {
  display: none;
}
#orderItemContainer .item {
  position: relative;
  overflow: hidden;
  padding: 1% 0;
  border-bottom: 1px solid #dedede;
}
#orderItemContainer .item .title {
  display: block;
  width: 95%;
}
#orderItemContainer .item .info {
  overflow: hidden;
}
#orderItemContainer .item .thumb {
  float: left;
  margin: 0 5% 0 0;
}
#orderItemContainer .item:last-child {
  border-bottom: 1px solid #dedede;
}
#deliveryMethod {
  padding: 2% 0;
  border-bottom: 1px solid #dedede;
}
#deliveryMethod h3 {
  margin: 0 0 2%;
}
#deliveryMethod ul {
  list-style: none;
  margin: 0;
}
#deliveryMethod ul {
  margin: 0;
  list-style: none;
}
#deliveryMethod ul li {
  margin: 0 0 0.5% 0;
}
#deliveryMethod ul li input {
  margin: 0 1% 0 0;
}
/* fix for overlay "Adress toevoegen" */

.checkout #content {
  background: white;
  padding: 0 3% 3%;
  box-sizing: border-box;
}
#couponAndPrice {
  padding: 2%;
  background-color: #fafafa;
  border-bottom: 1px solid #dedede;
}
#couponAndPrice .coupontotal .title div {
  font-weight: normal;
  position: relative;
}
#couponAndPrice .coupontotal .title div a.deleteCodeSmall {
  display: inline-block;
  margin: 0 0 0 10px;
  cursor: pointer;
}
#couponAndPrice td {
  text-align: right;
}
#stepBox {
  overflow: hidden;
  margin: 4% 0 0;
}
#stepBox #btnNext {
  display: none;
}
#coupon {
  margin: 3% 0 0 0;
  padding: 1.5%;
  display: block;
}
#coupon h3 {
  margin-top: 0;
}
#coupon #promotionInput {
  padding-right: 130px;
  position: relative;
  width: auto;
  display: block;
}
#coupon #promotionInput input {
  padding-left: 0;
  padding-right: 0;
}
#coupon #promotionInput .valMessage {
  display: block;
  clear: both;
  width: 100%;
  margin: 10px 0;
}
#coupon #promotionInput .valMessage ul {
  list-style: none;
}
#coupon #tbxPromotionCode {
  width: 100%;
  height: 22px;
}
#coupon #btnCheckPromotionCode {
  position: absolute;
  top: 32px;
  right: 0;
  margin-right: 0;
}
body.checkout #loginForm {
  padding: 2%;
  width: 96%;
}
#cartLoggedInfoWrapper {
  overflow: auto;
}
#deliveryShowBtn {
  margin: 20px 0;
}
#accountAddresses .deliveryHide {
  display: none;
}
#accountAddresses #addNewInvoiceAddress,
#accountAddresses #addNewDeliveryAddress {
  min-height: 300px;
  background: white;
  position: relative;
  display: block;
}
#accountAddresses #addNewInvoiceAddress:before,
#accountAddresses #addNewDeliveryAddress:before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 200;
  display: block;
}
#accountAddresses #addNewInvoiceAddress.addAddressHide,
#accountAddresses #addNewDeliveryAddress.addAddressHide {
  display: none;
}
#accountAddresses .inner {
  position: relative;
  background: white;
  z-index: 300;
  padding: 10px;
  margin: 10px 0;
  display: block;
}
#accountAddresses .inner .close {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  background: white;
  text-align: center;
  top: -40px;
  right: 0;
}
#accountAddresses .inner h3 {
  padding: 0 0 2% 0;
  margin: 0;
  text-align: center;
}
#accountAddresses .inner iframe {
  position: relative;
  min-height: 250px !important;
  width: 100%;
}
body.changeIndex #cols {
  z-index: 200;
}
#paymentMethod {
  position: relative;
}
#paymentMethod .rdoPaymentMethod {
  margin: 0;
  list-style: none;
}
#paymentMethod li {
  overflow: hidden;
  margin-bottom: 5px;
}
#paymentMethod li span:first-child {
  display: inline-block;
  background: url("../../images/paymentIcons.png") no-repeat;
  width: 42px;
  height: 21px;
  margin-right: 10px;
}
#paymentMethod li input {
  margin-top: 3px;
}
#paymentMethod li * {
  float: left;
}
#paymentMethod li.iDEAL span,
#paymentMethod li.iDeal span,
#paymentMethod li.iDEAL2 span,
#paymentMethod li.ideal span {
  background-position: 8px 0;
}
#paymentMethod li.PAYPAL span {
  background-position: 2px -125px;
}
#paymentMethod li.MASTERCARD span,
#paymentMethod li.mastercard span {
  background-position: 2px -40px;
}
#paymentMethod li.VISA span {
  background-position: 0 -80px;
}
#paymentMethod li.Rembours span {
  background-position: 0 -594px;
}
#paymentMethod li.maestro span {
  background-position: 0 -480px;
}
#paymentMethod li.vpay span {
  background-position: 10px -520px;
}
#paymentMethod li.bancontactmrcash span {
  background-position: 5px -199px;
}
#paymentMethod li.Giropay span {
  background-position: 0 -399px;
}
#paymentMethod li.sofortueberweisung span {
  background-position: 0 -635px;
}
#paymentMethod li.paymentguarantee span {
  background-position: 0 -678px;
}
#paymentMethod li.fashioncheque span {
  background-position: 0px -725px;
}
#paymentMethod li.MasterPass span {
  background-position: 0px -760px;
}
#paymentMethod label {
  width: 155px;
}
#paymentMethod .paymentCosts {
  float: right;
  margin: 3px 0 0 0;
}
#paymentMethod #paymentGuaranteeDiv,
#paymentMethod #idealBanksDiv {
  margin-top: 20px;
}
#paymentMethod #idealBanksDiv {
  position: absolute;
  top: 0;
  left: 180px;
  margin-top: 0;
}
#paymentMethod #idealBanksDiv select option {
  width: 130px;
}
/*facebook share*/

.facebookSharePurchaseButton {
  display: block;
  background: url("../../images/facebook-share-bg.png") no-repeat right top;
  color: white;
  line-height: 48px;
  padding-right: 20px;
  font-weight: bold;
  font-family: Tahoma,Verdana;
  font-size: 12px;
  text-align: center;
}
.facebookSharePurchaseButton:hover {
  color: white;
  text-decoration: none;
  background-position: right center;
}
.facebookSharePurchaseButton:active {
  background-position: right bottom;
}
.facebookSharePurchaseButton img {
  margin: 0 15px 0 -3px;
  display: block;
  float: left;
}
/*Remarks*/

.remarks {
  margin-bottom: 20px;
}
.remarks textarea {
  width: 100%;
  max-width: 400px;
  height: 80px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #checkoutTabList ol {
    margin: 0;
    padding: 0 0 0 35px;
    list-style: decimal;
  }
  #checkoutTabList {
    padding: 1% 0 2%;
    border-bottom: 1px solid #dedede;
    position: relative;
  }
  #checkoutTabList li {
    visibility: hidden;
    position: absolute;
    top: -999999px;
    font-size: 18px;
    font-weight: 700;
    color: #383838;
  }
  #checkoutTabList li.active {
    visibility: visible;
    position: relative;
    top: 0;
  }
  #checkoutTabList li.active a {
    font-size: 18px;
    font-weight: 700;
    color: #383838;
  }
  #checkoutTabList li.active span span {
    float: right;
  }
  /*end #checkoutTabList*/
  
  #propertyHeader {
    display: none;
  }
  #orderItemContainer .item {
    border: 1px solid #dedede;
    padding: 1%;
    margin: 2% 0;
  }
  #orderItemContainer .item .info {
    margin: 0 0 2%;
  }
  #orderItemContainer .item .info,
  #orderItemContainer .item .config,
  #orderItemContainer .item .color,
  #orderItemContainer .item .size,
  #orderItemContainer .item .quantity,
  #orderItemContainer .item .total {
    overflow: hidden;
  }
  #orderItemContainer .item .config {
    padding: 2% 3%;
    background-color: #dedede;
  }
  #orderItemContainer .item .config > div {
    margin: 0 0 1%;
  }
  #orderItemContainer .item .config > div h4 {
    float: left;
    margin: 0;
    padding: 0;
    width: 20%;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
  }
  #orderItemContainer .item .config > div select {
    min-width: 25%;
  }
  #orderItemContainer .item .total {
    position: absolute;
    right: 2%;
    bottom: 36%;
  }
  #orderItemContainer .item .deleteButton {
    position: absolute;
    top: 4%;
    right: 3%;
  }
  /*end #orderItemContainer .item*/
  
  #orderInvoice .item .total {
    bottom: 30%;
  }
  .facebookSharePurchaseButton {
    display: block;
    margin: 30px auto;
    width: 170px;
  }
}
/*end breakPointUpToTablet*/

@media only screen and (min-width : 768px) {
  /* -- Kiala werkt wel op tablet responsive -- */
  
  #liKiala {
    display: list-item;
  }
  #content h1 {
    display: block;
  }
  #checkoutTabList {
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    height: 43px;
    width: 100%;
  }
  #checkoutTabList ol {
    margin: 0;
    list-style: decimal;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  #checkoutTabList ol li {
    float: left;
    width: 25%;
    height: 36px;
    line-height: 36px;
    margin: 0;
    text-align: center;
    color: #383838;
    font-size: 13px;
    list-style: inside;
    list-style-type: decimal;
    position: relative;
    background: whitesmoke;
    background: -webkit-gradient(linear, left top, left bottom, color-start(0, whitesmoke), color-stop(1, #dfdfdf));
    background: -ms-linear-gradient(top, whitesmoke, #dfdfdf);
    background: -moz-linear-gradient(center top, whitesmoke 0%, #dfdfdf 100%);
    background: -o-linear-gradient(whitesmoke, #dfdfdf);
  }
  #checkoutTabList ol li.active,
  #checkoutTabList ol li.completed {
    color: white;
    background: #727272;
  }
  #checkoutTabList ol li.active :before,
  #checkoutTabList ol li.completed :before,
  #checkoutTabList ol li.active :after,
  #checkoutTabList ol li.completed :after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    right: -14px;
    border: 9px solid transparent;
    border-width: 9px 7px;
    z-index: 2;
  }
  #checkoutTabList ol li.active :before,
  #checkoutTabList ol li.completed :before {
    top: 0;
    border-left-color: white;
    border-bottom-color: white;
  }
  #checkoutTabList ol li.active :after,
  #checkoutTabList ol li.completed :after {
    bottom: 0;
    border-top-color: white;
    border-left-color: white;
  }
  #checkoutTabList ol li.active a :before,
  #checkoutTabList ol li.completed a :before,
  #checkoutTabList ol li.active a :after,
  #checkoutTabList ol li.completed a :after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    right: 0;
    border: 9px solid transparent;
    border-width: 9px 7px;
  }
  #checkoutTabList ol li.active a :before,
  #checkoutTabList ol li.completed a :before {
    top: 0;
    border-top-color: white;
    border-right-color: white;
  }
  #checkoutTabList ol li.active a :after,
  #checkoutTabList ol li.completed a :after {
    bottom: 0;
    border-right-color: white;
    border-bottom-color: white;
  }
  #checkoutTabList ol li.active a span,
  #checkoutTabList ol li.completed a span {
    font-size: 14px;
    color: white;
  }
  #checkoutTabList ol li.last :before,
  #checkoutTabList ol li.last :after {
    display: none;
  }
  #checkoutTabList ol li a {
    text-align: center;
    height: 36px;
    line-height: 36px;
  }
  #checkoutTabList ol li span span {
    display: none;
  }
  /*end #checkoutTabList*/
  
  #propertyHeader {
    display: block;
    padding: 1% 0;
    overflow: hidden;
    border-bottom: 2px solid #dedede;
  }
  .shoppingcartPlaceholder .info,
  .shoppingcartPlaceholder .config,
  .shoppingcartPlaceholder .color,
  .shoppingcartPlaceholder .size,
  .shoppingcartPlaceholder .quantity,
  .shoppingcartPlaceholder .total {
    float: left;
    margin: 0 1% 0 0;
  }
  .shoppingcartPlaceholder .info {
    width: 50%;
  }
  .shoppingcartPlaceholder .color {
    width: 12%;
  }
  .shoppingcartPlaceholder .size {
    width: 10%;
  }
  .shoppingcartPlaceholder .quantity {
    width: 10%;
  }
  .shoppingcartPlaceholder .total {
    right: 0;
    width: 7%;
    margin: 0 4% 0 0;
    text-align: center;
  }
  .shoppingcartPlaceholder .item h4 {
    display: none;
  }
  .shoppingcartPlaceholder .item select {
    min-width: 50%;
  }
  .shoppingcartPlaceholder .item .config {
    width: 34%;
  }
  .shoppingcartPlaceholder .item .config .color {
    width: 37%;
  }
  .shoppingcartPlaceholder .item .config .size {
    width: 31%;
  }
  .shoppingcartPlaceholder .item .config .quantity {
    width: 29%;
  }
  .shoppingcartPlaceholder .item .total {
    text-align: right;
  }
  .shoppingcartPlaceholder #couponAndPrice {
    padding: 2% 7% 2% 51%;
    width: 42%;
  }
  .shoppingcartPlaceholder #couponAndPrice .cartTotals table {
    width: 100%;
  }
  .shoppingcartPlaceholder #couponAndPrice .cartTotals table th {
    width: 35%;
  }
  .shoppingcartPlaceholder #couponAndPrice .cartTotals table td {
    width: 12%;
  }
  /*end .shoppingcartPlaceholder*/
  
  #coupon {
    float: right;
    width: 50%;
  }
  .facebookSharePurchaseButton {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  button.width,
  .bttn.width {
    min-width: 100px;
  }
}
@media only screen and (min-width : 1024px) {
  .checkout #cols {
    min-height: 0;
  }
  .checkout #cols #content {
    padding: 0;
    min-height: 0;
  }
  .facebookSharePurchaseButton {
    position: absolute;
    right: 0;
    top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .checkout #cols #content .formButtons a {
    width: 100%;
    box-sizing: border-box;
  }
  .checkout #cols #content .formButtons a.bttnNext {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1279px) {
  .checkout #cols #content .formButtons .bttnNext.fakeBttn {
    display: none !important;
  }
  .checkout #cols #content .formButtons .bttnNext.realBttn {
    display: block !important;
    max-height: none !important;
  }
}
/* loading animation */

#loader {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999999999;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  background: rgba(255, 255, 255, 0.8);
}
#loader-1 {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #4ca950;
}
#loader-1:before {
  z-index: 100;
  animation: spin 3s linear infinite;
}
#loader-1:after {
  border: 7px solid #eeeeee;
  background: url("../../images/svg/lock.svg") no-repeat center center;
  background-size: 50px;
}
#loader > span {
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 16px;
  border-radius: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 75%);
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 767px) {
  .checkout #cols {
    padding-top: 0;
  }
}
/* algemene basketPanel styling */

[data-role="basketPanel"] {
  color: #383838;
}
[data-role="basketPanel"] a.slidePanelDelete {
  color: #939393;
  text-decoration: none;
  display: flex;
  margin-top: 6px;
}
[data-role="basketPanel"] a.slidePanelDelete span {
  pointer-events: none;
  color: #383838;
}
[data-role="basketPanel"] a.slidePanelDelete:before {
  content: "";
  background: url(../../../images/deleteSmall.png) no-repeat 0 0;
  background-size: 78%;
  height: 17px;
  width: 22px;
  text-indent: 999999px;
  overflow: hidden;
  display: block;
  position: inherit;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
[data-role="basketPanel"] a.slidePanelDelete:hover:before {
  background-position: 0 -17px;
}
[data-role="basketPanel"] .item {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dotted #dedede;
}
[data-role="basketPanel"] .item .thumb {
  position: relative;
  float: left;
  width: 15%;
  height: 68px;
  padding: 0;
  margin: 0;
  background: white;
}
[data-role="basketPanel"] .item .thumb a {
  display: block;
  width: auto;
}
[data-role="basketPanel"] .item .thumb a img {
  width: 100%;
  height: auto;
}
[data-role="basketPanel"] .item .thumb td {
  vertical-align: middle;
  text-align: center;
}
[data-role="basketPanel"] .item .text {
  float: left;
  width: 82%;
  padding: 0px 0 0px 3%;
}
[data-role="basketPanel"] .item .text table {
  border: 0 none;
  padding: 0;
  margin: 0;
}
[data-role="basketPanel"] .item .text table td {
  padding: 0;
  margin: 0;
}
[data-role="basketPanel"] .item .text table td .offerText:not(:empty) + .price {
  color: #4ca950;
}
[data-role="basketPanel"] .item .text td.leftAlign {
  text-align: left;
}
[data-role="basketPanel"] .item .text td.leftAlign.greyTxt {
  color: #939393;
  font-size: 12px;
}
[data-role="basketPanel"] .item .text td.rightAlign {
  text-align: right;
}
[data-role="basketPanel"] .item .text .title {
  color: black;
  text-decoration: none;
}
[data-role="basketPanel"] .item .text .title:hover {
  text-decoration: underline;
}
[data-role="basketPanel"] .basketPanel-footer {
  line-height: 25px;
}
[data-role="basketPanel"] .basketPanel-footer .subtotal,
[data-role="basketPanel"] .basketPanel-footer .shippingcosts {
  display: none;
}
[data-role="basketPanel"] .shippingdiscountcosts,
[data-role="basketPanel"] .shippingcosts,
[data-role="basketPanel"] .paymentcosts,
[data-role="basketPanel"] .coupontotal,
[data-role="basketPanel"] .uitzoekkorting,
[data-role="basketPanel"] .subtotal {
  overflow: hidden;
  width: 100%;
}
[data-role="basketPanel"] .total {
  padding: 0px 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px !important;
}
[data-role="basketPanel"] .CouponPriceText,
[data-role="basketPanel"] .ShippingCostsText,
[data-role="basketPanel"] .PaymentCostsText,
[data-role="basketPanel"] .SubTotalPriceText,
[data-role="basketPanel"] .UitZoekKortingText,
[data-role="basketPanel"] .TotalPriceText {
  float: left;
  display: block;
  width: 70%;
  padding: 0 0 0 0px;
}
[data-role="basketPanel"] .PromotionDiscount1,
[data-role="basketPanel"] #ShippingCost1,
[data-role="basketPanel"] #SubTotalPrice,
[data-role="basketPanel"] #PreKortingPriceDrop,
[data-role="basketPanel"] #uitzoekkortingPrijsDrop,
[data-role="basketPanel"] #TotalPrice {
  float: right;
  display: block;
  width: 30%;
  text-align: right;
}
[data-role="basketPanel"] #TotalPrice {
  font-weight: bold;
}
/* BasketPanel mobilepanel styling */

.shoppingBagPanel__content .item,
.shoppingBagPanel__content .shippingdiscountcosts,
.shoppingBagPanel__content .shippingcosts,
.shoppingBagPanel__content .paymentcosts,
.shoppingBagPanel__content .coupontotal,
.shoppingBagPanel__content .uitzoekkorting,
.shoppingBagPanel__content .subtotal,
.shoppingBagPanel__content .total,
.shoppingBagPanel__content .checkoutButtons {
  padding-left: 15px;
  padding-right: 15px;
}
.shoppingBagPanel__content .item .bttn.secondary,
.shoppingBagPanel__content .shippingdiscountcosts .bttn.secondary,
.shoppingBagPanel__content .shippingcosts .bttn.secondary,
.shoppingBagPanel__content .paymentcosts .bttn.secondary,
.shoppingBagPanel__content .coupontotal .bttn.secondary,
.shoppingBagPanel__content .uitzoekkorting .bttn.secondary,
.shoppingBagPanel__content .subtotal .bttn.secondary,
.shoppingBagPanel__content .total .bttn.secondary,
.shoppingBagPanel__content .checkoutButtons .bttn.secondary {
  background: #4ca950;
}
.shoppingBagPanel__content .item .bttn.secondary:hover,
.shoppingBagPanel__content .shippingdiscountcosts .bttn.secondary:hover,
.shoppingBagPanel__content .shippingcosts .bttn.secondary:hover,
.shoppingBagPanel__content .paymentcosts .bttn.secondary:hover,
.shoppingBagPanel__content .coupontotal .bttn.secondary:hover,
.shoppingBagPanel__content .uitzoekkorting .bttn.secondary:hover,
.shoppingBagPanel__content .subtotal .bttn.secondary:hover,
.shoppingBagPanel__content .total .bttn.secondary:hover,
.shoppingBagPanel__content .checkoutButtons .bttn.secondary:hover {
  background: #9b9898;
}
.shoppingBagPanel__content .item .bttn.primary,
.shoppingBagPanel__content .shippingdiscountcosts .bttn.primary,
.shoppingBagPanel__content .shippingcosts .bttn.primary,
.shoppingBagPanel__content .paymentcosts .bttn.primary,
.shoppingBagPanel__content .coupontotal .bttn.primary,
.shoppingBagPanel__content .uitzoekkorting .bttn.primary,
.shoppingBagPanel__content .subtotal .bttn.primary,
.shoppingBagPanel__content .total .bttn.primary,
.shoppingBagPanel__content .checkoutButtons .bttn.primary {
  margin: 10px 0px 0px 0px;
}
.shoppingBagPanel__content .item .divider,
.shoppingBagPanel__content .shippingdiscountcosts .divider,
.shoppingBagPanel__content .shippingcosts .divider,
.shoppingBagPanel__content .paymentcosts .divider,
.shoppingBagPanel__content .coupontotal .divider,
.shoppingBagPanel__content .uitzoekkorting .divider,
.shoppingBagPanel__content .subtotal .divider,
.shoppingBagPanel__content .total .divider,
.shoppingBagPanel__content .checkoutButtons .divider {
  height: 10px;
  display: block;
}
.shoppingBagPanel__content .basketPanel__contentContainer {
  height: calc(100vh - 60px);
  /* prevent less pre-calculate */

  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.shoppingBagPanel__content .basketPanel__contentContainer > div {
  width: 100%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
.shoppingBagPanel__content .basketPanel__contentContainer .deleteButton {
  color: #383838;
}
.shoppingBagPanel__content .basketPanel__contentContainer .deleteButton:hover {
  color: #e6575a;
}
.shoppingBagPanel__content .basketPanel__contentContainer .itemList {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.shoppingBagPanel__content .basketPanel__contentContainer .basketPanel-footer {
  padding-bottom: 25px;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: baseline;
  -ms-align-self: baseline;
  align-self: baseline;
}
#bottom {
  box-sizing: border-box;
  border-top: 1px solid #f0f0f0;
}
#bottom div {
  box-sizing: border-box;
  margin: 10px 0px;
}
#bottom div > span:nth-child(2) {
  float: right;
}
#bottom div.total {
  font-weight: bold;
  margin: 0;
}
#bottom .bttn-cta-mini {
  margin: 0 15px;
}
@media only screen and (min-width : 1024px) {
  body.checkout #Form1 {
    overflow: initial;
  }
  body.checkout #Form1 [data-mobile-panel-container] {
    overflow: initial;
  }
  body.checkout #shoppingcartPlaceholder .cartPanel {
    position: sticky;
    top: 160px;
    bottom: 0px;
    height: fit-content;
  }
}
body.checkout.aftercartSteps .globalNavWrapper,
body.checkout.aftercartSteps #searchNav,
body.checkout.aftercartSteps #loginButton,
body.checkout.aftercartSteps #favoritesButton,
body.checkout.aftercartSteps #shoppingBag,
body.checkout.aftercartSteps #amountWrapper,
body.checkout.aftercartSteps #legal,
body.checkout.aftercartSteps #rightNav,
body.checkout.aftercartSteps #leftNav,
body.checkout.aftercartSteps .languageMenu {
  display: none !important;
}
body.checkout.aftercartSteps #USP ul li a {
  pointer-events: none;
}
@media screen and (max-width: 892px) {
  body.cart .belco-tldkz2 {
    bottom: 75px !important;
  }
  body.cart #gotoTop {
    bottom: 80px;
  }
  body.cart .checkout-row-c2 .cartPanel.sticky .fake-btn.bttn.bttn-cta {
    position: fixed;
    bottom: 0px;
    left: 10px;
    right: 10px;
    min-width: auto;
    width: calc(100% - 20px);
  }
}
.shoppingBagPanel__content,
[data-role="basketPanel-content"],
#shoppingbagContentsInner,
.shoppingbagContentsInner {
  display: flex;
  flex-flow: column;
  height: 100%;
}
#shoppingbagContentsInner {
  justify-content: space-between;
  padding-bottom: 15px;
}
#shoppingbagContentsInner .title {
  font-size: 20px;
  line-height: 22px;
  color: #383838;
}
#shoppingbagContentsInner .title:hover {
  text-decoration: none;
}
#shoppingbagContentsInner .size,
#shoppingbagContentsInner .quantity {
  display: inline-block;
  color: #939393;
}
#shoppingbagContentsInner .size {
  margin: 7px 0 0;
}
#shoppingbagContentsInner .quantity {
  margin: 0 0 5px;
}
#shoppingbagContentsInner .offerText {
  font-size: 14px;
}
.panelbackbttn {
  margin: 15px 15px 0 15px !important;
  min-width: calc(100% - 30px);
  width: auto;
}
@media screen and (max-width: 892px) {
  .panelbackbttn {
    min-width: calc(100% - 30px);
    width: initial;
  }
}
.mobilecartPrices {
  position: relative;
  top: -40px;
}
.mobilecartPrices .offertext:empty {
  display: none;
}
.mobilecartPrices:has(> span.priceOld) .cartMainPrice {
  color: red;
}
