﻿/* ==========================================================================
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 Footers
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1.Footer main
 *  2. Footer checkout
 *  3.
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. Footer main
   ========================================================================== */
footer {
  min-height: 380px;
  background-color: #0077aa;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  footer {
    min-height: 0;
  }
}
footer h4 {
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  color: #fff;
}
footer ul li img {
  max-height: 25px;
}
footer .button-holder-dark {
  margin-top: 5px;
}
footer .button-holder-dark .search-text-input-dark {
  padding-right: 82.5px !important;
  max-width: none !important;
}
footer .button-holder-dark .search-button-text {
  margin-left: -79.5px !important;
}
footer .icons {
  margin-top: 4px;
}
footer .icons h4 {
  display: inline;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer .fix-float {
    clear: both;
  }
}
footer .input-field-wrapper {
  display: inline-block;
}
footer .input-field-wrapper .input-wrapper .input-field-input {
  padding-right: 90px;
}
footer .input-field-wrapper button {
  min-width: 80px;
  margin-left: -80px;
}
footer .input-field-wrapper button:after {
  content: none;
}
footer .footer-contact p {
  line-height: 26px;
}
footer .list-to-accordion {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  footer .list-to-accordion {
    margin-top: 0;
  }
}

/* 2. Footer checkout
   ========================================================================== */
.footer-checkout {
  color: #333333;
  padding-top: 15px;
  padding-bottom: 10px;
  min-height: 0;
  background-color: transparent;
}
.footer-checkout a {
  color: #333333;
}
.footer-checkout a:hover {
  color: #333333;
}
.footer-checkout ul {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .footer-checkout ul .line {
    display: block !important;
  }
}
.footer-checkout ul li {
  display: inline;
}
.footer-checkout ul li .pay-method-text {
  font-family: "Titillium Web", sans-serif;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .footer-checkout ul li .pay-method-text {
    margin: 0;
  }
}
.footer-checkout ul li a {
  text-decoration: none;
}
.footer-checkout .footer-checkout-address {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer-checkout .footer-checkout-address {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .footer-checkout .footer-checkout-address {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .footer-checkout .footer-checkout-address {
    text-align: left;
  }
}
