﻿/* ==========================================================================
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 ordersummary
   ========================================================================== */
/**
 * 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. 
   ========================================================================== */
.delivery-product-list {
  border-bottom: 1px solid #dfe5e7;
  min-height: 200px;
}

.order-summary h2 {
  display: block !important;
  margin-bottom: 0;
}
.order-summary .login-text {
  margin-top: -37px !important;
}
.order-summary .panel-top {
  background-color: #f3f3f3 !important;
  margin-top: 30px;
}
.order-summary .panel-top .panel-top-header {
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}
.order-summary .panel-top ul li {
  font-size: 16px;
  color: #8a8a8d;
}
.order-summary .delivery-product-list {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0px;
  margin-top: 0;
}
.order-summary .delivery-product-list img {
  padding: 10px 0px;
}
.order-summary .delivery-product-list .s-p-name-wrapper b {
  font-family: "SignaOT-Light", sans-serif;
  font-size: 25px;
  font-weight: normal;
}
.order-summary .delivery-product-list .s-p-name-wrapper ul li {
  color: #8a8a8d;
  font-size: 16px;
}
.order-summary .delivery-product-list .s-p-amount-wrapper .s-p-amount {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .order-summary .delivery-product-list .price .s-p-price {
    margin-top: 50px;
  }
}
.order-summary .subtotal-prices .s-p-subtotal, .order-summary .subtotal-prices .s-p-shipping, .order-summary .subtotal-prices .s-p-total, .order-summary .subtotal-prices .s-p-subtotal-price, .order-summary .subtotal-prices .s-p-shipping-price, .order-summary .subtotal-prices .s-p-total-price {
  color: #8a8a8d;
  font-size: 16px;
  font-family: "SignaOT-Light", sans-serif;
  font-weight: normal;
  line-height: 22px;
}
.order-summary .subtotal-prices .s-p-subtotal span, .order-summary .subtotal-prices .s-p-shipping span, .order-summary .subtotal-prices .s-p-total span, .order-summary .subtotal-prices .s-p-subtotal-price span, .order-summary .subtotal-prices .s-p-shipping-price span, .order-summary .subtotal-prices .s-p-total-price span {
  color: #8a8a8d;
  font-size: 16px;
  font-family: "SignaOT-Light", sans-serif;
}
.order-summary .subtotal-prices .s-p-total, .order-summary .subtotal-prices .s-p-total-price {
  color: #000;
}
.order-summary .subtotal-prices .s-p-total span, .order-summary .subtotal-prices .s-p-total-price span {
  color: #000;
}
