﻿/* ==========================================================================
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 checkout
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. 
 *  2. checkout-flow
 *  3. 
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. checkout-step
   ========================================================================== */
.checkout-step {
  padding: 40px 0 30px 0;
}
@media only screen and (max-width: 767px) {
  .checkout-step ul li {
    margin-right: 20px;
  }
}
.checkout-step ul li i {
  border-radius: 0;
  border: none;
  background-color: #efefef;
}
.checkout-step ul li span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 200;
}
.checkout-step ul .active-step i {
  background-color: #000;
}
.checkout-step ul .active-step span {
  color: #000;
  font-weight: 200;
}
.checkout-step ul .completed-step i {
  background-color: #000;
}
.checkout-step ul .completed-step span {
  color: #000;
}

.checkout-contact-wrapper {
  margin-top: 65px;
}
.checkout-contact-wrapper .panel-top-checkout {
  text-align: center;
}
.checkout-col {
  /*width: 100%;*/
}

/* 2. checkout-flow
   ========================================================================== */
.checkout-flow {
  margin-top: 65px;
}
.checkout-flow h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 35px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .checkout-flow h2 {
    font-size: 30px;
  }
}
.checkout-flow .checkout-header {
  display: block !important;
  margin-bottom: 0;
}
.checkout-flow .checkout-header span {
  color: #8a8a8d;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
}
.checkout-flow .panel-checkout .radiobutton-wrapper {
  float: right;
}
.checkout-flow .panel-checkout .radiobutton-wrapper ul li {
  display: inline-block;
}
.checkout-flow .panel-checkout .input-fields-checkout {
  margin-top: 25px;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .checkout-flow .panel-checkout .input-fields-checkout {
    min-height: 0;
  }
}
.checkout-flow .panel-checkout .input-fields-checkout span {
  float: left;
  padding-top: 11px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.checkout-flow .panel-checkout .input-fields-checkout div.button-holder-pale {
  width: auto;
  overflow: hidden;
}
.checkout-flow .panel-checkout .input-fields-checkout div.button-holder-pale input, .checkout-flow .panel-checkout .input-fields-checkout div.button-holder-pale input:hover, .checkout-flow .panel-checkout .input-fields-checkout div.button-holder-pale input:focus, .checkout-flow .panel-checkout .input-fields-checkout div.button-holder-pale textarea {
  border: none;
  box-shadow: none !important;
  color: #8a8a8d;
  font-size: 16px;
}
.checkout-flow .panel-checkout .input-fields-checkout div.button-holder-pale select {
  border: none;
  box-shadow: none !important;
  color: #8a8a8d;
  font-size: 16px;
  background-image: url(/base/graphics/Drop-down-arrow.png);
}
.checkout-flow .panel-checkout .order-note span {
  float: none;
}
.checkout-flow .panel-checkout .login-text {
  margin-top: -25px !important;
  color: #8a8a8d !important;
}
@media only screen and (max-width: 767px) {
  .checkout-flow .panel-checkout .login-text {
    float: none !important;
    display: inline-block;
    margin-top: 15px !important;
  }
}
.checkout-flow .delivery-options .radiobutton-wrapper ul {
  margin-top: 30px !important;
}
.checkout-flow .delivery-options .radiobutton-wrapper ul li label span {
  color: #000;
}
.checkout-flow .tab-content .radiobutton-wrapper {
  float: none !important;
}

.billing-address-radio-buttons {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .billing-address-radio-buttons {
    margin: 0px;
  }
}

.billing-adress-header {
  margin-top: 25px;
}

.order-summary {
  padding-top: 0 !important;
}
.order-summary .panel-top {
  background-color: #f3f3f3 !important;
  margin-top: 30px;
}

.panel-top {
  background-color: #fff;
  border-bottom: 0;
}

.receipt {
  margin-top: 0px;
}
.receipt .checkout-step {
  padding: 40px 0 0px 0;
}
.receipt .order-summary {
  padding-top: 0 !important;
}

.action-continue-shopping {
  color: grey;
  background-color: transparent;
  font-size: 1.114em;
}

.action-continue-shopping:hover {
  color: grey;
  background-color: transparent;
  border: none !important;
  box-shadow: none !important;
}
