/* Basket */
#basket-holder {
  width: 310px;
}
#basket-holder.docked {
  position: fixed;
  top: 75px;
}

/* Basket::Ctrls */
#basket .plus a,
#basket .minus a
{
	cursor: pointer;
	display: inline-block;
	*display: block;
	width: 12px;
	height: 12px;
	text-indent: -99999px;
	text-decoration: none;
}
#basket .plus a { background-position: center -23px; }
#basket .minus a { background-position: center -3px; }
#basket .remove a  { background-position: center -43px; }
/* // Basket::Ctrls */
/* Basket::InOrder */
#basket.in-order .summary {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0px;
}
#basket.in-order .summary .price {
  display: inline-block;
  margin-right: 70px;
  width: 70px;
}

#basket.in-order .items .item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
#basket.in-order .items .item.header {
  background: #CC3333;
  color: #fff;
  border-bottom: none;
  padding-bottom: 0px;
  line-height: 26px;
  font-weight: bold;
  border-radius: 2px;
}
#basket.in-order .items .item .minus,
#basket.in-order .items .item .quantity ,
#basket.in-order .items .item .plus,
#basket.in-order .items .item .name,
#basket.in-order .items .item .type,
#basket.in-order .items .item .price,
#basket.in-order .items .item .remove {
  float: left;
  padding: 2px 8px;
}

#basket.in-order .items .item .minus { width: 10px; }
#basket.in-order .items .item .quantity  { width: 35px; text-align: center; }
#basket.in-order .items .item .plus { width: 10px; }
#basket.in-order .items .item .name { width: 559px; padding: 2px 24px; }
#basket.in-order .items .item .type { width: 50px; }
#basket.in-order .items .item .price { width: 50px; }
#basket.in-order .items .item .remove { width: 30px; }

#basket.in-order .items .item .product .name,
#basket.in-order .items .item .product .price { font-weight: bold; color: #555; }
/* // Basket::InOrder */
/* Basket::InMenu */

#basket.in-menu .empty {
  padding: 10px 20px;
  color: #ccc;
}

#basket.in-menu .title {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  margin: 0px;
  padding: 10px 12px;
  line-height: 24px;
  width: 250px;
  float: left;
}

#basket.in-menu .items .item {
  border-bottom: 1px solid #939393;
 
}
#basket.in-menu .items .item.header {
  border-top: none;
}
#basket.in-menu .items .item.last {
  border-bottom: none;
}

#basket.in-menu .items .item .minus,
#basket.in-menu .items .item .quantity ,
#basket.in-menu .items .item .plus,
#basket.in-menu .items .item .name,
#basket.in-menu .items .item .price,
#basket.in-menu .items .item .remove {
  float: left;
  padding: 4px 0px;
  color: #242424;
}
#basket.in-menu .items .item .additive .minus,
#basket.in-menu .items .item .additive .quantity ,
#basket.in-menu .items .item .additive .plus,
#basket.in-menu .items .item .additive .name,
#basket.in-menu .items .item .additive .price,
#basket.in-menu .items .item .additive .remove {
  padding-top: 0px;
  padding-bottom: 0px;
}

#basket.in-menu .items .item .minus { text-align: right;width: 15px; }
#basket.in-menu .items .item .quantity  { width: 8%; text-align: center; padding: 5px 0px; padding-bottom: 1px;}
#basket.in-menu .items .item.header .qty { width: 14%; text-align: center; padding: 5px 6px; }
#basket.in-menu .items .item .plus { text-align: center; width: 15px; padding-bottom: 1px;}
#basket.in-menu .items .item .name { width: 62%; padding: 5px 8px;padding-bottom: 1px; }
#basket.in-menu .items .item .additive .name { width: 62%; padding: 5px 8px;padding-bottom: 1px; }
#basket.in-menu .items .item .product .name { font-weight: bold; }
#basket.in-menu .items .item .price { width: 15%; padding-bottom: 1px;text-align: right;}
#basket.in-menu .items .item .product .price { font-weight: bold; text-align: right;white-space: nowrap;}

#basket.in-menu .summary {
 border-top: 2px solid #3C3C3C;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
  padding: 10px 18px;
  
}

#basket.in-menu .summary .total {
  float: left;
}
#basket.in-menu .summary .price {
  float: right;
}

#basket.in-menu .buttons {
  padding: 10px;
  text-align: right;
}

#basket.in-menu .toggle {
  display: block;
  width: 20px;
  height: 20px;
  background: url('../img/basket_toggle.png');
  text-decoration: none;
  float: right;
  margin: 12px 10px 0px 0px;
}
#basket.in-menu .toggle.collapsed {
  background-position: 0px -20px;
}

#basket.in-menu .content {
  clear: both;
}
#basket.in-menu .page-wrapper {
      padding-top: 25px;
       background-color: #DCE4E0;
}

#basket.in-menu .items .item .spacer15
{
	float: left;
    padding: 5px 2px;
	width:17%;
}
#basket .btn-menej, #basket .btn-viac
{
	padding: 0px;
    height: 17px;
    line-height: 0px;
    width: 17px;
    border-radius: 2px;
    font-size: 15px;
    padding-top: 0px;
        margin-right: 1px;
	
}

#basket .btn-menej:active, #basket .btn-viac:active, #basket .btn-menej:focus, #basket .btn-viac:focus
{
	outline:none;
}
#basket .btn-menej:hover, #basket .btn-viac:hover
{
	/*color:#D5DED9;
	background-color:#000;*/
  font-weight: 600;
  scale: 1.1;
}
#basket .quantity {
        width: 8%;
    font-weight: normal;
    cursor: pointer;
    padding: 0px 0px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
}
/* // Basket::InMenu */
/* // Basket */
/* // Order::Content */
/* Order::View */
#order {
  color: #333;
}

#order-select {
  margin-bottom: 30px;
}
#order-select .label {
  color: #CC3333;
  font-size: 15px;
  margin-right: 10px;
}

#order .user-info {
  margin-bottom: 20px;
}
#order .row {
  margin-bottom: 5px;
}
#order .row span {
  display: inline-block;
  font-weight: bold;
  width: 111px;
}

#order .user-order .items .item {
  border-bottom: 1px solid #ddd;
  display:block;
}
#order .user-order .items .item.header {
/*	background-color: #CC3333;*/
	color: #333;
	font-weight: bold;
	padding-bottom: 0px;
	border-bottom: 2px solid #333;
	line-height: 26px;
	/* display: block; */
	/* float: none; */
	height: 30px;
	font-family: 'Patua One', cursive;
    font-size: 15px;
}
#order .user-order .items .item .qty,
#order .user-order .summary .row .qty,
#order .user-order .items .item .name,
#order .user-order .summary .row .name,
#order .user-order .items .item .type,
#order .user-order .summary .row .type,
#order .user-order .items .item .price,
#order .user-order .summary .row .price {
  float: left;
  padding: 2px 8px;
  display: inline-block;
}

#order .user-order .items .item .qty,
#order .user-order .summary .row .qty {
  width: 8%;
  text-align: center;
}
#order .user-order .items .item .name,
#order .user-order .summary .row .name {
  width: 67%;
}
#order .user-order .items .item .name,
#order .user-order .summary .row .name {
  padding: 2px 32px;
}
#order .user-order .items .item .type,
#order .user-order .summary .row .type {
  width: 11%;
  text-align: center;
}
#order .user-order .items .item .price,
#order .user-order .summary .row .price {
  width: 13%;
  text-align: center;
  white-space: nowrap;
}

#order .user-order .items .item .product .name,
#order .user-order .items .item .product .price {
  font-weight: bold;
  color: #000;
}

#order .user-order .delivery-price .name,
#order .user-order .delivery-price .price,
#order .user-order .discount-price .name {
  font-weight: bold;
}

#order .user-order .summary .message {
  margin-left: 114px;
}

#order .user-order .summary .total-price {
  text-align: right;
  padding: 8px 22px;
  font-size: 18px;
 /* font-weight: bold;*/
  font-family: 'Patua One', cursive;
}
.additives 
{
	padding-bottom: 7px;
}
.additive
{
	line-height: 1.6;
	clear: both;
	display:block;	
}
.summary .row
{
	margin-left:0;
	margin-right:0;
}
.clearfix
{
	clear: both;
	display: block;
	float: none;
}
/* // Order::View */
