/*--- standard variables ---*/
/*--- 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 -----*/
/*----- Responsive functions -----*/
/* 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: #fbf8f4;
  -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 #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 dotted #c4c4c4;
}
#basketPanel .item .thumb {
  position: relative;
  float: left;
  width: 15%;
  height: 68px;
  padding: 0;
  margin: 0;
  background: #fbf8f4;
}
#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 .text table {
  border: 0 none;
  padding: 0;
  margin: 0;
}
#basketPanel .item .text table td {
  padding: 0;
  margin: 0;
}
#basketPanel .item .text td.leftAlign {
  text-align: left;
}
#basketPanel .item .text td.rightAlign {
  text-align: right;
}
#basketPanel .item .text .title {
  color: #222222;
  text-decoration: none;
}
#basketPanel .item .text .title:hover {
  text-decoration: underline;
}
#basketPanel #bottom {
  line-height: 25px;
}
#basketPanel .shippingdiscountcosts,
#basketPanel .shippingcosts,
#basketPanel .paymentcosts,
#basketPanel .coupontotal,
#basketPanel .uitzoekkorting,
#basketPanel .subtotal {
  overflow: hidden;
  width: 100%;
}
#basketPanel .total {
  padding: 5px 0;
  overflow: hidden;
  width: 100%;
  border-top-color: #c4c4c4;
  border-top-width: 1px;
  border-top-style: dotted;
}
#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;
}
@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 */

/* Verplaatst vanuit promotionCode.less */

.promotionCode {
  overflow: hidden;
  background-color: #f4ece1;
  padding: 10px;
  margin: 10px -9px 0 0;
}
.promotionCode input {
  padding: 0 1.5%;
  width: 96%;
  margin-bottom: 5px;
  text-align: center;
  line-height: 28px;
  min-height: 28px;
}
.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: #fbf8f4;
  padding: 0 3% 3%;
}
#couponAndPrice {
  padding: 2%;
  background-color: #f8f3ed;
  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: #fbf8f4;
  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: #fbf8f4;
  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/checkout/paymentIcons.html") 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/checkout/facebookShare.bg.html") 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: 20px;
    font-weight: 700;
    color: #222222;
  }
  #checkoutTabList li.active {
    visibility: visible;
    position: relative;
    top: 0;
  }
  #checkoutTabList li.active a {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
  }
  #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: 14px;
    line-height: 22px;
  }
  #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 upToTablet*/

@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;
  }
  #checkoutTabList ol li {
    float: left;
    width: 25%;
    height: 36px;
    line-height: 36px;
    margin: 0;
    text-align: center;
    color: #222222;
    font-size: 15px;
    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: #fbf8f4;
    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: 16px;
    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;
  }
  .checkout #cols #content {
    padding: 0;
    min-height: 0;
  }
  .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;
  }
}
