﻿/*-----------------------------------------------------------------------------------

	variables.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Base Colors
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Line Height Variables
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Margins
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Font Families
-----------------------------------------------------------------*/
/*@heading-font:                'Raleway', sans-serif;*/
/*@secondary-font:                'Crete Round', serif;*/
/* ----------------------------------------------------------------
	Font Sizes
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Layouts
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Top Bar
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Portfolio
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Shop
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------
	mixins.less
-----------------------------------------------------------------------------------*/
/* Portfolio Item Size Builder
-----------------------------------------------------------------*/
/* Shop Item Size Builder
-----------------------------------------------------------------*/
/* Other Mixins
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Cookies Fixies
-----------------------------------------------------------------*/
.cookie {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
  top: 0;
  z-index: 99999999;
  width: 520px;
  background-color: #082a45;
  padding: 30px 50px 30px;
  box-sizing: border-box;
  position: fixed;
}
.cookie .width-100 {
  width: 100%;
}
.cookie.active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.cookie.loc {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.cookie .cookie_title {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: white;
  letter-spacing: 2.2px;
}
.cookie .cookie-content {
  font-size: 13px;
  line-height: 24px;
  color: white;
}
.cookie .cookie-content p {
  color: white;
}
.cookie .cookie-content a {
  color: white;
  border-bottom: 1px solid #2b2929;
  text-decoration: underline !important;
}
.cookie .cookie-content a:hover {
  border-bottom: 1px solid #fff;
}
.cookie .cookie-button {
  min-width: 164px !important;
  box-sizing: border-box !important;
  /*&:hover {
			color: #2b2929;
		}*/
}
.cookie .cookie-button.button:before {
  background-color: #fff;
}
.cookie .cookie-close {
  position: absolute;
  top: 20px;
  right: 40px;
  max-width: 16px;
  width: 100%;
  cursor: pointer;
}
.cookie .cookie-close:hover polygon {
  fill: #fff;
}
@media all and (max-width: 620px) {
  .cookie {
    width: 100%;
  }
}
@media all and (max-width: 540px) {
  .cookie {
    padding-left: 30px;
    padding-right: 30px;
  }
}