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

/*--- standard variables ---*/
/*--- overwrite variables with the variable from a theme ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables
   ##################################################################################################### */
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation functions -----*/
#trCartIsEmpty {
  padding: 5% 0;
  text-align: center;
}
#additionalProduct .productList .item {
  width: 22.9%;
  margin: 0 2.8% 5% 0;
}
#additionalProduct .productList .item.last {
  margin-right: 0;
}
#pleaseWait {
  text-align: center;
}
/* -- Kiala werkt niet op mobiel responsive -- */

#liKiala {
  display: none;
}
#productsWrapper .product {
  position: relative;
  overflow: hidden;
  padding: 1% 0;
  border-bottom: 1px solid #f3f5f8;
}
#productsWrapper .product .info {
  overflow: hidden;
  z-index: 1;
}
#productsWrapper .product .thumb {
  float: left;
  margin: 0 5% 0 0;
}
#productsWrapper .product .details {
  position: relative;
  z-index: 1;
}
#productsWrapper .product .formItems {
  z-index: 2;
  position: relative;
  float: right;
  text-align: right;
  margin: 0;
  padding: 10px 10px 5px 0;
  width: 285px;
}
@media only screen and (min-width : 768px) {
  #productsWrapper .product .formItems {
    padding: 0;
    margin: 5px 0 0 0;
    width: 330px;
  }
}
#productsWrapper .product .formItems .error {
  display: block;
  color: red;
}
#productsWrapper .product .formItems input {
  margin: 12px 0 0 5px;
  height: 22px;
  line-height: 22px;
}
#productsWrapper .product .formItems input.invalid {
  border: 1px solid red;
}
#productsWrapper .product .total {
  font-size: 14px;
}
#productsWrapper .product .deleteButton {
  z-index: 10;
}
#productsWrapper tr[data-id]:last-child {
  border-bottom: 1px solid #e6ebf0;
}
#deliveryMethod {
  display: none;
  padding: 2% 0;
  border-bottom: 1px solid #e6ebf0;
}
#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;
}
#couponAndPrice {
  padding: 2%;
  background-color: #fafafa;
  border-bottom: 1px solid #e6ebf0;
}
#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;
}
#couponAndPrice tr.totalPrice th,
#couponAndPrice tr.totalPrice td {
  font-weight: bold;
}
#stepBox {
  overflow: hidden;
  margin: 4% 0 0;
}
#stepBox #btnNext {
  display: none;
}
#coupon {
  margin: 3% 0 0 0;
  padding: 1.5%;
  border: 1px solid #e6ebf0;
  display: block;
  overflow: auto;
}
#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 .validation {
  display: block;
  clear: both;
  width: 100%;
  margin: 10px 0;
}
#coupon #tbxPromotionCode {
  width: 100%;
  height: 22px;
}
#coupon #btnCheckPromotionCode {
  position: absolute;
  top: 32px;
  right: 0;
  margin-right: 0;
}
body.checkout #content h1 {
  margin-top: 20px;
  display: none;
}
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 {
  margin: 0 0 40px;
}
#paymentMethod .rdoPaymentMethod {
  width: 250px;
  margin: 0;
  list-style: none;
}
#paymentMethod li {
  overflow: hidden;
}
#paymentMethod li.iDEAL span:first-child {
  float: left;
  margin: 0 20px 0 0;
  display: block;
  height: 32px;
  width: 32px;
  background: transparent url(../../../images/ico-ideal-32x32.png) no-repeat left center;
}
#paymentMethod li.iDEAL div {
  margin: 3px 0 0 0;
}
#paymentMethod .paymentCosts {
  display: inline-block;
  position: relative;
  top: -7px;
  margin: 0 0 0 15px;
}
#paymentMethod #paymentGuaranteeDiv,
#paymentMethod #idealBanksDiv {
  margin-top: 20px;
}
#agreeCondition {
  text-align: right;
}
/*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;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.facebookSharePurchaseButton:hover {
  color: white;
  text-decoration: none;
  background-position: right center;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.facebookSharePurchaseButton:active {
  background-position: right bottom;
}
.facebookSharePurchaseButton img {
  margin: 0 15px 0 -3px;
  display: block;
  float: left;
}
@media only screen and (max-width: 768px) {
  #checkoutTabList ol {
    margin: 0;
    padding: 0 0 0 35px;
    list-style: decimal;
  }
  #checkoutTabList {
    padding: 1% 0 2%;
    border-bottom: 1px solid #e6ebf0;
    position: relative;
  }
  #checkoutTabList li {
    visibility: hidden;
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    color: #001f4b;
  }
  #checkoutTabList li.active {
    visibility: visible;
    position: relative;
    top: 0;
  }
  #checkoutTabList li.active a {
    font-size: 18px;
    font-weight: 700;
    color: #001f4b;
  }
  #checkoutTabList li.active span span {
    float: right;
  }
  /*end #checkoutTabList*/
  
  #propertyHeader {
    display: none;
  }
  #productsWrapper tr[data-id] {
    border: 1px solid #f3f5f8;
    padding: 1%;
    margin: 2% 0;
  }
  #productsWrapper tr[data-id] .info {
    margin: 0 0 2%;
  }
  #productsWrapper tr[data-id] .info,
  #productsWrapper tr[data-id] .config,
  #productsWrapper tr[data-id] .color,
  #productsWrapper tr[data-id] .size,
  #productsWrapper tr[data-id] .quantity,
  #productsWrapper tr[data-id] .total {
    overflow: hidden;
  }
  #productsWrapper tr[data-id] .quantity {
    float: left;
  }
  #productsWrapper tr[data-id] .total {
    margin: 52px 0 0 0;
    float: right;
  }
  #productsWrapper tr[data-id] .config {
    padding: 2% 3%;
    background-color: white;
  }
  #productsWrapper tr[data-id] .config > div {
    margin: 0 0 1%;
  }
  #productsWrapper tr[data-id] .config > div h4 {
    float: left;
    margin: 0;
    padding: 0;
    width: 20%;
    font-weight: normal;
    font-size: 13px;
  }
  #productsWrapper tr[data-id] .config > div select {
    min-width: 25%;
  }
  #productsWrapper tr[data-id] .deleteButton {
    position: absolute;
    top: 10%;
    right: 3%;
  }
}
/*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 {
    background: transparent url(../../../images/progress-shoppingbag.gif) no-repeat 0 0;
    background-size: 100% 172px;
    margin: 0;
    list-style: decimal;
    overflow: hidden;
  }
  #checkoutTabList ol.step1 {
    background-position: 0 -43px;
  }
  #checkoutTabList ol.step2 {
    background-position: 0 -86px;
  }
  #checkoutTabList ol.step3 {
    background-position: 0 -129px;
  }
  #checkoutTabList li {
    float: left;
    width: 25%;
    height: 43px;
    line-height: 43px;
    margin: 0;
    text-align: center;
    color: #454545;
    font-size: 13px;
    text-transform: uppercase;
    list-style: inside;
    list-style-type: decimal;
  }
  #checkoutTabList li a {
    text-align: center;
    height: 43px;
    line-height: 43px;
  }
  #checkoutTabList li.active,
  #checkoutTabList li.completed {
    color: #2f3d88;
  }
  #checkoutTabList li.active span,
  #checkoutTabList li.completed span {
    color: #2f3d88;
  }
  #checkoutTabList li span span {
    display: none;
  }
  /*end #checkoutTabList*/
  
  #propertyHeader {
    display: block;
    padding: 1% 0;
    overflow: hidden;
    border-bottom: 2px solid #ecf0f4;
    font-weight: 600;
  }
  .shoppingcartPlaceholder .info,
  .shoppingcartPlaceholder .config,
  .shoppingcartPlaceholder .size,
  .shoppingcartPlaceholder .quantity,
  .shoppingcartPlaceholder .total {
    float: left;
    margin: 0 1% 0 0;
  }
  .shoppingcartPlaceholder .info {
    width: 59%;
    position: relative;
  }
  .shoppingcartPlaceholder .color {
    width: 12%;
  }
  .shoppingcartPlaceholder .size {
    width: 12%;
  }
  .shoppingcartPlaceholder .quantity {
    width: 10%;
  }
  .shoppingcartPlaceholder .total {
    right: 0;
    width: 10%;
    margin: 0 4% 0 0;
    text-align: right;
  }
  .shoppingcartPlaceholder #productsWrapper .product h4 {
    display: none;
  }
  .shoppingcartPlaceholder #productsWrapper .product select {
    min-width: 50%;
  }
  .shoppingcartPlaceholder #productsWrapper .product .formItems {
    margin-top: -20px;
  }
  .shoppingcartPlaceholder #productsWrapper .product .config .color {
    width: 37%;
  }
  .shoppingcartPlaceholder #productsWrapper .product .config .size {
    width: 31%;
  }
  .shoppingcartPlaceholder #productsWrapper .product .config .quantity {
    width: 29%;
  }
  .shoppingcartPlaceholder #productsWrapper #couponAndPrice {
    padding: 2% 7% 2% 51%;
    width: 42%;
  }
  .shoppingcartPlaceholder #productsWrapper #couponAndPrice .cartTotals table {
    width: 100%;
  }
  .shoppingcartPlaceholder #productsWrapper #couponAndPrice .cartTotals table th {
    width: 35%;
  }
  .shoppingcartPlaceholder #productsWrapper #couponAndPrice .cartTotals table td {
    width: 12%;
  }
  #coupon {
    float: right;
    width: 50%;
  }
  .facebookSharePurchaseButton {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  #loginForm.siteForm .formTop {
    padding-bottom: 7%;
  }
}
@media only screen and (min-width : 1180px) {
  .facebookSharePurchaseButton {
    position: absolute;
    right: 0;
    top: 20px;
  }
}
