/*--- standard variables ---*/
/*--- Switch Themes ---*/
/*.importTheme(@season) when (@season = 'lente') {
    @import "../themes/lente/css/variables_theme.less";
}*/

/*.importTheme(@season) when (@season = 'zomer') {
    @import "../themes/zomer/css/variables_theme.less";
}

.importTheme(@season) when (@season = 'herst') {
    @import "../themes/herfst/css/variables_theme.less";
}

.importTheme(@season) when (@season = 'winter') {
    @import "../themes/winter/css/variables_theme.less";
}*/

/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
@supports (-webkit-overflow-scrolling: touch) {
  .basketPanel-footer {
    padding-bottom: 64px !important;
  }
}
/* algemene basketPanel styling */

[data-role="basketPanel"] .item {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dotted #c4c4c4;
}
[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 td {
  vertical-align: middle;
  text-align: center;
}
[data-role="basketPanel"] .item .text {
  float: left;
  width: 84%;
  padding: 3px 0 3px 1%;
}
[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 td.leftAlign {
  text-align: left;
}
[data-role="basketPanel"] .item .text td.rightAlign {
  text-align: right;
}
[data-role="basketPanel"] .item .deleteButton {
  display: block;
}
[data-role="basketPanel"] .item .text .title {
  color: #454545;
  text-decoration: none;
}
[data-role="basketPanel"] .item .text .title:hover {
  text-decoration: underline;
}
[data-role="basketPanel"] .basketPanel-footer {
  line-height: 25px;
}
[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: 5px 0;
  overflow: hidden;
  width: 100%;
  border-top-color: #c4c4c4;
  border-top-width: 1px;
  border-top-style: dotted;
}
[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 .checkout {
  padding-left: 15px;
  padding-right: 15px;
}
.shoppingBagPanel__content .basketPanel__contentContainer {
  height: calc(100vh - 45px);
  /* 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 .productItemList {
  -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 {
  -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;
}
.shoppingBagPanel__content .checkout .bttn {
  display: block;
  height: 50px;
  line-height: 50px;
}
.checkout {
  font-size: 16px;
  line-height: 1.618;
}
@media only screen and (min-width: 1024px) {
  
}
.checkout #content a:not(.bttn, .address) {
  text-decoration: underline;
}
.checkout #content table.products a {
  text-decoration: initial;
}
.checkout .stepButtonsTop .formButtons {
  margin: 0;
}
.checkout .stepButtonsTop h1 {
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .checkout .stepButtonsTop h1 {
    margin: 0;
  }
}
.checkout.cleanCheckout #footer #footerCols,
.checkout.cleanCheckout #searchNav,
.checkout.cleanCheckout .header__topbar,
.checkout.cleanCheckout .header__right .memberNav,
.checkout.cleanCheckout #shoppingBag {
  display: none !important;
}
.checkout.cleanCheckout #cols #content {
  padding-top: 0;
}
.checkout.cleanCheckout #footer #paymentMethods {
  padding: 15px 0;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .checkout.cleanCheckout #globalNavWrapper {
    display: none;
  }
}
/* Default: basketPanel verplaatst vanuit oude utils.less */

#basketPanel {
  display: none;
  position: fixed;
  left: 2%;
  right: 2%;
  top: 65px;
  z-index: 9999;
  padding: 15px;
  zoom: 1;
  border: 1px solid #dedede;
  background: white;
  -webkit-box-shadow: 0 0 3px 0.2;
  -moz-box-shadow: 0 0 3px 0.2;
  box-shadow: 0 0 3px 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 [data-role="basketPanel-content"] {
  overflow: hidden;
}
#basketPanel #shoppingbagEmpty {
  text-align: center;
  padding: 3% 0;
}
#basketPanel .itemList {
  max-height: 356px;
  overflow-y: auto;
}
#basketPanel .checkout {
  overflow: hidden;
  text-align: right;
  width: 100%;
  padding: 15px 0 0;
}
#basketPanel .checkout .bttn {
  float: right;
}
@media only screen and (min-width: 768px) {
  .checkout.step1 .formButtons .bttn {
    min-width: 200.38px;
  }
  .checkout.step2 .bttn:not(.link) {
    min-width: 268px;
  }
  .checkout.step3 .formButtons .bttn,
  .checkout.step4 .formButtons .bttn {
    min-width: 240px;
  }
  .checkout.step4 .formButtons .bttn {
    min-width: 240px;
  }
  .checkout.step5 .formButtons .bttn,
  .checkout.step6 .formButtons .bttn {
    min-width: 268px;
  }
}
.dataOverview {
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 768px) {
  #basketPanel {
    position: absolute;
    width: 350px;
    top: 55px;
    right: 0;
    left: auto;
  }
  #basketPanel .arrow {
    right: 40px;
  }
}
/* Einde verplaatst vanuituit utils.less */

/* Verplaatst vanuit promotionCode.less */

.checkout #content .promotionCodeContainer {
  overflow: hidden;
  margin: 15px 0;
  padding: 15px 30px;
  background: #fbfbfb;
}
.checkout #content .promotionCodeContainer .promotionCode {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .checkout #content .promotionCodeContainer .promotionCode {
    max-width: 300px;
  }
}
.checkout #content .promotionCodeContainer input {
  padding: 0 1.5%;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  line-height: 28px;
  min-height: 28px;
}
.checkout #content .promotionCodeContainer .bttn {
  width: 100%;
}
.checkout #content .promotionCodeContainer .quickLogin {
  text-decoration: initial;
}
.checkout #content .promotionCodeContainer .quickLogin:hover {
  color: inherit;
  cursor: pointer;
}
.checkout #content .promotionCodeContainer .quickLogin:hover span {
  text-decoration: underline;
}
.checkout #content .promotionCodeContainer .quickLogin span {
  color: #c1b39a;
}
/* 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;
}
.cartPage .stepBox {
  display: none;
}
/* fix for overlay "Adress toevoegen" */

.checkout #content {
  background: white;
}
#couponAndPrice {
  padding: 2%;
  background-color: #fafafa;
  border-bottom: 1px solid #dedede;
}
#couponAndPrice .coupontotal .title div {
  font-weight: normal;
  position: relative;
}
#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;
}
/*facebook share*/

.facebookSharePurchaseButton {
  display: block;
  background: url("../../images/checkout/facebookShare.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;
}
.facebookBlock {
  margin-top: 30px;
}
/*Remarks*/

.remarks {
  margin-bottom: 20px;
}
.remarks textarea {
  width: 100%;
  max-width: 400px;
  height: 80px;
}
@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: 22px;
    font-weight: 700;
    color: #454545;
  }
  #checkoutTabList li.active {
    visibility: visible;
    position: relative;
    top: 0;
  }
  #checkoutTabList li.active a {
    font-size: 22px;
    font-weight: 700;
    color: #454545;
  }
  #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: 16px;
    line-height: 22px;
  }
  #orderItemContainer .item .config > div select {
    min-width: 25%;
  }
  #orderItemContainer .item .total {
    position: absolute;
    right: 2%;
    bottom: 36%;
  }
  /*end #orderItemContainer .item*/
  
  #orderInvoice .item .total {
    bottom: 30%;
  }
  .facebookSharePurchaseButton {
    display: block;
    margin: 30px auto;
    width: 170px;
  }
}
/*end upToTablet*/

@media only screen and (min-width: 768px) {
  /* -- Kiala werkt wel op tablet responsive -- */
  
  #liKiala {
    display: list-item;
  }
  .checkout #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;
  }
  #checkoutTabList ol li {
    float: left;
    width: 25%;
    height: 36px;
    line-height: 36px;
    margin: 0;
    text-align: center;
    color: #454545;
    font-size: 17px;
    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: 18px;
    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: 1024px) {
  .checkout #cols {
    min-height: 0;
    padding-bottom: 60px;
  }
  .facebookSharePurchaseButton {
    position: absolute;
    right: 0;
    top: 20px;
  }
}
@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;
  }
}
.notifbanner {
  margin: 10px 0px;
  padding: 10px;
  text-align: center;
}
