﻿/* ==========================================================================
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
   ========================================================================== */
/* ==========================================================================
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 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
   ========================================================================== */
/* ==========================================================================
Base utility
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Variables for font-family 
 *  2. Other variables
 *  3. Animations
 *  4. Shadows
 *  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
   ========================================================================== */
/* 2. Other variables
   ========================================================================== */
/*sizes*/
/*input, select*/
/*Buttons*/
/*$button-min-width: 50px;*/
/*$button-max-width: 130px;*/
/*$button-min-width-small: $input-select-height;*/ /*same as $button-min-height*/
/*$button-background-color: $blue;*/
/* 3. animations
   ========================================================================== */
/*Buttons*/
/* ==========================================================================
Base basket
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. shoppingcart-page
 *  2. Basket-page
 *  3. Cart-items
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. shoppingcart-page
   =============================================================================== */
/*Used on top of basket view*/
.shoppingcart-page .delivery-text {
  color: #009fe3;
  font-weight: 600;
  font-size: 1.143em;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .shoppingcart-page .delivery-text {
    margin-top: 15px;
  }
}
.shoppingcart-page h2 {
  margin-bottom: -40px;
}
@media only screen and (max-width: 767px) {
  .shoppingcart-page h2 {
    margin: 0;
  }
}
.shoppingcart-page button {
  max-width: none;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .shoppingcart-page button {
    min-width: 225px;
  }
}
.shoppingcart-page .btn-primary-med {
  float: right;
}
@media only screen and (max-width: 767px) {
  .shoppingcart-page .btn-primary-med {
    float: none;
  }
}
.shoppingcart-page .btn-tertiery-med {
  float: left;
}
@media only screen and (max-width: 767px) {
  .shoppingcart-page .btn-tertiery-med {
    float: none;
  }
}
.shoppingcart-page .panel-top {
  padding-top: 7px;
}
.shoppingcart-page .panel-top .button-transparent {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .shoppingcart-page .panel-top button {
    margin-top: 10px;
  }
}

/* 2. Basket-page
   ========================================================================== */
/*Her comes the main styling for the basket view*/
.basket-page {
  /*.table > tbody > tr > td, .table > tfoot > tr > td {
      vertical-align: middle;
  }*/
  /*@media screen and (max-width: 600px) {*/
}
.basket-page .table-hover > tbody > tr:hover {
  background-color: #fff;
}
.basket-page .table .tbody tr td, .basket-page .table .tbody tr th, .basket-page .table tfoot tr td, .basket-page .table tfoot tr th, .basket-page .table thead tr td, .basket-page .table thead tr th {
  border: none !important;
  padding: 5px 0px;
}
.basket-page thead {
  border-bottom: thin solid #cccccc !important;
}
.basket-page thead tr th {
  font-weight: 600;
}
.basket-page thead tr th:last-child {
  padding-right: 15px !important;
}
.basket-page thead tr .basket-item-price {
  text-align: right;
}
.basket-page thead tr .basket-item-amoumt {
  text-align: center;
}
.basket-page thead tr .basket-item-total {
  text-align: right;
}
.basket-page tbody {
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .basket-page tbody td {
    padding: 8px 0px !important;
  }
}
.basket-page tbody tr {
  background-color: #fff;
  border-bottom: thin solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .basket-page tbody tr {
    margin-bottom: 15px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.basket-page tbody tr td .delete-item-basket {
  line-height: 130px;
}
@media only screen and (max-width: 767px) {
  .basket-page tbody tr td .delete-item-basket {
    line-height: 0px;
    text-align: right;
    margin-top: 8px;
  }
}
.basket-page tbody tr td:first-child {
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .basket-page tbody tr td:last-child {
    padding-right: 15px !important;
  }
}
.basket-page tbody tr .product-head-co {
  border-top: none !important;
}
@media only screen and (max-width: 767px) {
  .basket-page tbody tr .product-head-co {
    text-align: center;
  }
}
.basket-page tbody tr .product-head-co .splash {
  margin-left: -5px;
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  .basket-page tbody tr .product-head-co .splash {
    margin-left: 0;
    margin-top: 0;
  }
}
.basket-page tbody tr .product-head-co img {
  max-width: 100px;
}
@media only screen and (max-width: 767px) {
  .basket-page tbody tr .product-head-co img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .basket-page tbody tr .product-head-item-co {
    margin-top: 0;
    text-align: center;
  }
}
.basket-page tbody tr .product-head-item-co h4 {
  margin-top: 30px;
  text-decoration: underline;
  margin-bottom: 0;
}
.basket-page tbody tr .product-head-giftwrap-co .filter-normal {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .basket-page tbody tr .product-head-giftwrap-co .filter-normal {
    margin-top: 0;
  }
}
.basket-page tbody tr .product-head-Pricepritem-co .product-price {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .basket-page tbody tr .product-head-Pricepritem-co .product-price {
    margin-top: 0;
  }
}
.basket-page tbody tr .product-head-amout-co {
  text-align: center;
}
.basket-page tbody tr .product-head-amout-co .productQty .qty {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .basket-page tbody tr .product-head-amout-co .productQty .qty {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .basket-page tbody tr .product-head-amout-co {
    text-align: left;
  }
}
.basket-page tbody tr .product-head-total-co {
  text-align: right;
}
.basket-page tbody tr .product-head-total-co .total-price {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .basket-page tbody tr .product-head-total-co .total-price {
    margin-top: 0;
    text-align: right;
  }
}
.basket-page tbody tr .product-head-total-co .total-price span {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .basket-page tbody tr .product-head-total-co {
    text-align: left;
    padding-right: 0 !important;
  }
}
.basket-page tbody tr.customer-detail td {
  padding: 20px 15px 20px 20px !important;
}
.basket-page tbody tr.customer-detail td label {
  margin-right: 10px;
}
.basket-page tbody tr.customer-detail td .qty {
  margin-top: 5px !important;
}
.basket-page tbody tr.customer-detail td .total-price {
  margin-top: 5px !important;
}
.basket-page tfoot tr {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .basket-page tfoot tr {
    display: block;
    padding: 5px 15px;
  }
}
.basket-page tfoot tr td {
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .basket-page tfoot tr td .text-center {
    margin-left: 5px;
  }
}
.basket-page tfoot tr td .btn-remove-vouche {
  margin-left: 20px;
  margin-top: 20px;
  max-width: none;
  width: auto;
}
.basket-page tfoot .input-field-wrapper {
  position: absolute;
  display: inline;
  width: auto;
  margin-top: -6px;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .basket-page tfoot .input-field-wrapper {
    margin-left: 0;
    position: relative;
    display: -webkit-inline-box;
    margin-top: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .basket-page tfoot .input-field-wrapper .input-wrapper {
    width: 100%;
  }
}
.basket-page tfoot .input-field-wrapper button {
  border: 1px solid #009fe3;
}
.basket-page tfoot .input-field-wrapper button::after {
  font-family: FontAwesome;
  content: "\f00c";
}
.basket-page .actions.text-right.product-head-total-co {
  border-top: none !important;
}
.basket-page .padding-right {
  /*padding-right: 30px;*/
}
@media only screen and (max-width: 767px) {
  .basket-page .padding-right {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .basket-page .padding-right {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .basket-page .padding-right {
    /*padding-right: 15px;*/
  }
}
.basket-page .product-price .curent-price, .basket-page .product-price .old-price, .basket-page .product-price .save-price {
  display: block;
  text-align: right;
}
.basket-page .product-price .save-price {
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .basket-page .productQty {
    float: right;
  }
}
.basket-page .button-holder-pale {
  position: absolute;
  display: inline;
  width: auto;
}
.basket-page .button-holder-pale input {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .basket-page .button-holder-pale input {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .basket-page .button-holder-pale {
    position: relative;
    display: inline-block;
    width: 100%;
  }
}
.basket-page .gift-card-text {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .basket-page .gift-card-text {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .basket-page .gift-card-text {
    display: inline-block;
    width: 100%;
  }
}
.basket-page .padding-top-td {
  padding-top: 20px !important;
  padding-left: 15px;
  padding-right: 15px;
}
.basket-page .padding-top-td .gift-card-text {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .basket-page .padding-top-td .gift-card-text {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .basket-page .padding-top-td span {
    margin-left: 20px;
  }
}
.basket-page .proced-text-co {
  padding-top: 25px;
  padding-left: 85px;
}
@media only screen and (max-width: 767px) {
  .basket-page .proced-text-co {
    padding: 0 15px 15px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .basket-page .proced-text-co {
    padding: 25px 15px 15px 15px !important;
  }
}
@media only screen and (min-width: 992px) {
  .basket-page .proced-text-co {
    padding-left: 85px;
  }
}
.basket-page .proced-text-co .p-t-c-subtotal, .basket-page .proced-text-co .p-t-c-totaldiscount, .basket-page .proced-text-co .p-t-c-delivery, .basket-page .proced-text-co .p-t-c-total {
  text-align: left;
  float: left;
}
.basket-page .proced-text-co .p-t-c-subtotal-price, .basket-page .proced-text-co .p-t-c-totaldiscount-price, .basket-page .proced-text-co .p-t-c-shippingfee, .basket-page .proced-text-co .p-t-c-total-price {
  text-align: right;
}
.basket-page .proced-text-co .p-t-c-total span, .basket-page .proced-text-co .p-t-c-total-price span {
  /*font-weight: bold;*/
}
@media only screen and (max-width: 767px) {
  .basket-page .proced-text-co .p-t-c-total span, .basket-page .proced-text-co .p-t-c-total-price span {
    font-size: 1em;
  }
}
.basket-page .proced-text-co .p-t-c-total span .p-t-c-total-vat-price, .basket-page .proced-text-co .p-t-c-total-price span .p-t-c-total-vat-price {
  color: #999999;
}
.basket-page .proced-text-co .p-t-c-button-wrapper {
  text-align: center;
}
.basket-page .proced-text-co .p-t-c-button-wrapper button {
  max-width: none;
  margin-bottom: 35px;
  margin-top: 40px;
  margin-right: 30px;
  margin: 5px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .basket-page .proced-text-co .p-t-c-button-wrapper button {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .basket-page .proced-text-co .p-t-c-button-wrapper button {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1199px) {
  .basket-page .proced-text-co .p-t-c-button-wrapper button {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .basket-page table#cart tbody td .form-control {
    width: 20%;
    display: inline !important;
  }
  .basket-page .actions .btn {
    width: 36%;
    margin: 1.5em 0;
  }
  .basket-page .actions .btn-info {
    float: left;
  }
  .basket-page .actions .btn-danger {
    float: right;
  }
  .basket-page table#cart thead {
    display: none;
  }
  .basket-page table#cart tbody td {
    display: block;
    padding: 0.6rem;
    /*min-width: 320px;*/
  }
  .basket-page table#cart tbody tr td:first-child {
    /*background: #333;
    color: #fff;*/
  }
  .basket-page table#cart tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 8rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .basket-page table#cart tbody .product-head-co:before, .basket-page table#cart tbody .product-head-item-co:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .basket-page table#cart tfoot td {
    display: block;
  }
}
.basket-page .delete-item-basket {
  background-color: transparent !important;
  color: #cccccc;
  line-height: 120px;
}
@media only screen and (max-width: 767px) {
  .basket-page .delete-item-basket {
    width: 50px;
    float: right;
  }
}
.basket-page .delete-item-basket:hover {
  background-color: transparent !important;
  color: #cccccc;
  border: none;
  box-shadow: none !important;
}
.basket-page .basket-page-totals tbody > tr > td, .basket-page .basket-page-totals tbody > tr > th, .basket-page .basket-page-totals tfoot > tr > td, .basket-page .basket-page-totals tfoot > tr > th, .basket-page .basket-page-totals thead > tr > td, .basket-page .basket-page-totals thead > tr > th {
  border: none !important;
  padding: 5px 0px;
}

/* 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 #009fe3;
  /*width: $button-min-width-small;*/
  float: left;
  background-color: transparent;
  min-width: 35px;
}
.productQty .qty button i {
  color: #009fe3;
}
.productQty .qty input {
  background: #fff none repeat scroll 0 0;
  border: thin solid #009fe3;
  color: #333338;
  text-align: center;
  width: 50px;
  height: 35px;
  margin-left: -1px;
  margin-right: -1px;
  color: #0077aa;
  float: left;
  border-radius: 0;
}
.productQty .qty .qty-down {
  height: 35px;
  /*width: $button-min-width-small;*/
}
.productQty .qty .qty-up {
  height: 35px;
  /*width: $button-min-width-small;*/
}
