/*--- 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 -----*/
.cartMini {
  position: relative;
  min-height: 50px;
}
.cartMini .item {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e6ebf0;
}
.cartMini .item:first-child {
  border-top: 0;
}
.cartMini .item .image {
  max-width: 30%;
  float: left;
  margin-right: 5%;
}
.cartMini .item .content {
  width: auto;
  max-width: 65%;
  float: left;
}
.cartMini .item table {
  margin-top: -10px;
}
.cartMini .item tr td:first-child {
  font-weight: bold;
  padding-left: 0;
}
/*---{ dropdown minishoppingcart }---------------------------------------------------------*/

#basketPanel {
  display: none;
  position: fixed;
  left: 2%;
  width: 92%;
  top: 65px;
  z-index: 9999;
  padding: 2%;
  zoom: 1;
  border: 1px solid #e6ebf0;
  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);
}
@media only screen and (min-width : 768px) {
  #basketPanel {
    position: absolute;
    width: 350px;
    top: 55px;
    right: 0;
    left: auto;
    padding: 15px;
  }
  #basketPanel .arrow {
    right: 40px;
  }
}
#basketPanel:before {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: -9000%;
  background: transparent;
  content: "";
  z-index: -1;
}
#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: 500px;
  overflow-y: auto;
}
#basketPanel .item {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dotted #c6d2dd;
}
#basketPanel .item .thumb {
  position: relative;
  float: left;
  width: 68px;
  height: 68px;
  padding: 0;
  margin: 0;
  background: white;
}
#basketPanel .item .thumb a {
  display: block;
}
#basketPanel .item .thumb td {
  vertical-align: middle;
  text-align: center;
}
#basketPanel .item .text {
  float: right;
  width: 250px;
  padding: 3px 0 3px 1px;
}
#basketPanel .item .text table {
  border: 0 none;
  padding: 0;
  margin: 0;
}
#basketPanel .item .text table td {
  padding: 0;
  margin: 0;
  line-height: 14px;
  font-size: 11px;
}
#basketPanel .item .text td.greyTxt {
  color: #7d8483;
}
#basketPanel .item .text td.blackTxt {
  color: #333333;
}
#basketPanel .item .text td.leftAlign {
  text-align: left;
}
#basketPanel .item .text td.rightAlign {
  text-align: right;
}
#basketPanel .item .text td.rightAlign.priceBlock a {
  margin-left: 5px;
}
#basketPanel .item .text a {
  color: #333333;
  text-decoration: none;
}
#basketPanel .item .text a:hover {
  text-decoration: underline;
}
#basketPanel .item .text .deleteButton {
  float: right;
}
#basketPanel #bottom {
  line-height: 30px;
}
#basketPanel .shippingdiscountcosts,
#basketPanel .shippingcosts,
#basketPanel .paymentcosts,
#basketPanel .coupontotal,
#basketPanel .uitzoekkorting,
#basketPanel .subtotal {
  color: #333333;
  font-size: 11px;
  overflow: hidden;
  width: 100%;
}
#basketPanel .subtotal {
  padding: 5px 0 0 0;
}
#basketPanel .total {
  padding: 0 0 5px 0;
  color: #333333;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  overflow: hidden;
  width: 100%;
  border-top-color: #c6d2dd;
  border-top-width: 1px;
  border-top-style: dotted;
  float: right;
  box-sizing: border-box;
}
#basketPanel .CouponPriceText,
#basketPanel .ShippingCostsText,
#basketPanel .PaymentCostsText,
#basketPanel .SubTotalPriceText,
#basketPanel .UitZoekKortingText,
#basketPanel .TotalPriceText {
  float: left;
  display: block;
  width: 68%;
  padding: 0 0 0 2%;
}
#basketPanel .PromotionDiscount1,
#basketPanel #ShippingCost1,
#basketPanel #SubTotalPrice,
#basketPanel #SubTotalPrice1,
#basketPanel #PreKortingPriceDrop,
#basketPanel #uitzoekkortingPrijsDrop,
#basketPanel #TotalPrice,
#basketPanel #TotalPrice1 {
  padding: 0 2% 0 0;
  float: right;
  display: block;
  width: 28%;
  text-align: right;
}
#basketPanel .checkout {
  overflow: hidden;
  border-top: 1px solid #c2c2c2;
  text-align: center;
  float: right;
}
#basketPanel .checkout a {
  text-transform: uppercase;
  font-size: 11px;
}
