﻿/* ==========================================================================
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 Modals
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. quickbasketmodal
 *  2.
 *  3.
 *  4.
 *  5.
 *  6.
 *  7.
 *  8.
 *  9.
 *  10. 
 *  11.
 *  12.
 *  13.
 *  14.
 *  15.
 *  16.
 *  17.
 *  18.
 *  19.
 *  20.
 *  21.
 *  22.
 *  23.
 *  24.
 */
/* 1. quickbasketmodal
   ========================================================================== */
.mini-basket-wrapper {
  top: 50px;
  right: -15px;
}
.mini-basket-wrapper .mini-basket {
  border: 1px solid #000;
}
.mini-basket-wrapper .mini-basket .mini-basket-header {
  background-color: #fff;
  border-bottom: thin solid #cccccc;
}
.mini-basket-wrapper .mini-basket .mini-basket-header i {
  color: #000;
}
.mini-basket-wrapper .mini-basket .mini-basket-header .mini-basket-delivery-text {
  color: #000;
}
.mini-basket-wrapper .mini-basket .mini-basket-prices {
  color: #000;
}
.mini-basket-wrapper .mini-basket .close {
  position: relative;
  float: left;
}
.mini-basket-wrapper .mini-basket-items-wrapper {
  color: #000;
}
.mini-basket-wrapper .mini-basket-items-wrapper .mini-basket-item a {
  padding: 0;
  font-size: 14px;
  letter-spacing: 0;
  text-decoration: underline;
}
.mini-basket-wrapper .mini-basket-items-wrapper .mini-basket-item .quick-remove {
  margin-top: 12px;
  cursor: pointer;
  text-decoration: underline;
  color: #8a8a8d;
}
.mini-basket-wrapper .mini-basket-items-wrapper .mini-basket-item .mini-basket-item-prices .curent-price {
  color: #8a8a8d !important;
}

.site-selection-modal-wrapper .modal-dialog {
  width: 450px;
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .site-selection-modal-wrapper .modal-dialog {
    width: 94% !important;
    margin-top: 100px;
  }
}
.site-selection-modal-wrapper .modal-dialog .modal-content {
  background-repeat: no-repeat; /*Prevent showing multiple background images*/
  background-size: 550px;
  height: 250px;
}
.site-selection-modal-wrapper .modal-dialog .modal-content .modal-background {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .site-selection-modal-wrapper .modal-dialog .modal-content .modal-background {
    padding-left: 15px !important;
  }
}
.site-selection-modal-wrapper .modal-dialog .modal-content i {
  width: 20px;
  padding-left: 3px;
  margin-right: 12px;
  font-size: 24px;
}
.site-selection-modal-wrapper .modal-dialog .modal-content .country-flag {
  width: 24px;
  height: 18px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.site-selection-modal-wrapper .modal-dialog .modal-content h3 {
  color: black;
  /*@include phones {
      text-align: center;
      padding-left: 50px !important;
  }*/
}
.site-selection-modal-wrapper .modal-dialog .modal-content ul {
  padding-left: 0;
  text-align: left;
  display: inline-block;
}
.site-selection-modal-wrapper .modal-dialog .modal-content ul li {
  /*text-align: left;*/
  font-size: 20px;
  height: 35px;
}
.site-selection-modal-wrapper .modal-dialog .modal-content h5 {
  color: black;
  text-transform: uppercase;
}
.site-selection-modal-wrapper .modal-dialog .modal-content a {
  text-align: left;
  color: black;
  text-decoration: none;
}
.site-selection-modal-wrapper .modal-dialog .modal-content a:hover {
  text-align: left;
  color: blue;
  text-decoration: none;
}
.site-selection-modal-wrapper .modal-dialog .modal-content img {
  width: 270px;
  height: 270px;
  position: relative;
  bottom: 0;
  right: 0;
}
