﻿/* ==========================================================================
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 large menu
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. vars
 *  2. base-large-menu-wrapper
 *  3. drop-down
 *  4. base-large-menu-checkout-wrapper
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. vars
   ========================================================================== */
/* 2. base-large-menu-wrapper
   ========================================================================== */
.base-large-menu-wrapper .base-center-menu {
  background: #efefef;
  position: relative;
}
.base-large-menu-wrapper .base-center-menu p {
  color: black;
}

/* 3. drop-down
   ========================================================================== */
/* 3. base-large-menu-checkout-wrapper
   ========================================================================== */
/*This it used for the header in the checkout flow*/
.base-large-menu-checkout-wrapper {
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .prodList {
    margin-top: -50px;
  }
}

.page-content-wrapper {
  padding-top: 85px;
}
@media only screen and (max-width: 767px) {
  .page-content-wrapper {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .page-content-wrapper {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .page-content-wrapper {
    padding-top: 85px;
  }
}

.productlist-margin {
  padding-top: 189px;
}
@media only screen and (max-width: 767px) {
  .productlist-margin {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .productlist-margin {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .productlist-margin {
    padding-top: 189px;
  }
}

.topBannerWrapper {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .topBannerFirst {
    margin-top: -141px !important;
  }
}
.topbanner-padding {
  padding-top: 250px;
}

@media only screen and (max-width: 768px) {
  .topbanner-padding {
    padding-top: 100px !important;
  }
}
