﻿/* ==========================================================================
Base colors
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for colors
   ========================================================================== */
/*$white: #fff;
$blue-lighter:#80cff1;
$blue-light: #b2d3e1;
$blue: #009fe3;


$blue-light-search: #bfe7f8;
$blue-light-dark-font-menu:#80cff1;
$blue-dark: #0077aa;
$black:#000000;
$black-light: #333333;

$grey: #cccccc;
$grey-light: #dfe5e7;
$grey-main:#edf2f3;
$grey-dark: #999999;
$grey-tabs:#f4f6f3;
$grey-socials:#b4bebf;

$green:#339900;
$orange: #ff841d;*/
/* ==========================================================================
Base Mixins
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for colors
 *  2.
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Mixins
   ========================================================================== */
/*when used ALLWAYS use in this order 
       @include phones {
                bottom: 117px;
            }

            @include tablets {
                bottom: 190px;
            }

            @include desktops {
                bottom: 300px;
            }
*/
/* ==========================================================================
Base utility
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for font-family 
 *  2. Other variables
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Variables for font-family
   ========================================================================== */
/*$font-tertiery: '';*/
/* 1. Other variables
   ========================================================================== */
/*sizes*/
/*input, select*/
/*$input-select-height: 35px;
$input-height: $input-select-height;
$select-height: $input-select-height;*/
/*Buttons*/
/***************Transistions***************/
/*Buttons*/
/* ==========================================================================
Base basket
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. 
 *  2. 
 *  3.
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. 
   =============================================================================== */
#basket-content {
  background-color: white;
  margin-bottom: 150px;
}
#basket-content .shoppingcart-page .panel-top {
  background-color: white !important;
}
#basket-content .shoppingcart-page .btn-primary-med {
  float: none;
}

/* 3. Cart-items
   =============================================================================== */
.productQty {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .productQty {
    display: table;
    margin: 0 auto;
  }
}
.productQty .qty {
  display: inline-block;
  min-width: 50px;
  min-width: 120px;
}
.productQty .qty button {
  border: medium none;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  background-position: center;
  border: thin solid #000;
  /*width: $button-min-width-small;*/
  float: left;
  background-color: #f7f7f7;
}
.productQty .qty button i {
  color: #999999;
}
.productQty .qty input {
  background: #fff none repeat scroll 0 0;
  border: thin solid #000;
  color: #333338;
  text-align: center;
  width: 50px;
  height: 35px;
  margin-left: -1px;
  margin-right: -1px;
  color: #000;
  float: left;
}
.productQty .qty .qty-down {
  height: 35px;
  /*width: $button-min-width-small;*/
}
.productQty .qty .qty-up {
  height: 35px;
  /*width: $button-min-width-small;*/
}

.basket-continue-shopping {
  background-color: transparent;
  padding-left: 10px;
}
.basket-continue-shopping:hover {
  border: none;
  box-shadow: none !important;
  background-color: transparent;
}

.voucher-area #voucherInputField {
  background-color: #fff;
}
.voucher-area #voucherInputField:focus {
  color: #000;
}
.voucher-area .btn {
  border: none !important;
}
