@charset "UTF-8";
/*!
Theme Name: egricayir
Theme URI: http://underscores.me/
Author: Zekeriya Güzelsoy
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: egricayir
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

egricayir is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.border-color-milano-red {
  border-color: #bd1a07 !important; }

.color-milano-red {
  color: #bd1a07; }

.color-hover-milano-red:hover {
  color: #bd1a07; }

.border-color-silver-chalice {
  border-color: #a4a4a4 !important; }

.color-silver-chalice {
  color: #a4a4a4; }

.color-hover-silver-chalice:hover {
  color: #a4a4a4; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.font-family-comfortaa {
  font-family: "Comfortaa", serif; }

.text-decoration-underline {
  text-decoration: underline; }

.text-decoration-hover-none:hover {
  text-decoration: none !important; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.container {
  width: 1300px;
  max-width: 100%; }
  
#videoBg .modal-dialog {
  max-width: 734px; }

#videoBg .modal-body {
  background-color: #3a302e; }

#videoBg .close {
  position: absolute;
  right: 0;
  z-index: 99999;
  opacity: 1;
  top: -50px;
  background-color: #f8d073;
  padding: 11px 11px; }
  #videoBg .close .icon {
    color: black;
    font-size: 18px; }

.icon {
  width: 1em;
  display: inherit;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.egricayir-icons-set-area {
  background-color: #fef9e7;
  max-width: 1262px;
  margin: 0 auto;
  width: 100%;
  overflow-x: auto; }
  @media (min-width: 768px) {
    .egricayir-icons-set-area {
      margin-left: 6px; } }
  @media (min-width: 1200px) {
    .egricayir-icons-set-area {
      overflow-x: unset; } }
  .egricayir-icons-set-area .egricayir-icons-set {
    position: relative;
    min-width: 200px; }
    .egricayir-icons-set-area .egricayir-icons-set .egricayir-icons {
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fef9e7; }
      .egricayir-icons-set-area .egricayir-icons-set .egricayir-icons img {
        max-width: 54px;
        max-height: 54px; }
      .egricayir-icons-set-area .egricayir-icons-set .egricayir-icons p {
        font-family: "Comfortaa", serif;
        font-weight: 400;
        font-size: 16px;
        color: #a25e21;
        margin-bottom: 0;
        margin-left: 20px; }
		
.egricayir-indirim-tooltip {
  display: none;
  position: absolute;
  top: -11px;
  width: 210px;
  height: auto;
  background-color: #2f2725;
  z-index: 9999;
  font-size: 12px;
  font-weight: lighter;
  color: #f4c871;
  padding-top: 8px; }
  @media (min-width: 1200px) {
    .egricayir-indirim-tooltip {
      -webkit-animation-name: egricayir-indirim-tooltip-animations;
              animation-name: egricayir-indirim-tooltip-animations;
      -webkit-animation-duration: 0.6s;
              animation-duration: 0.6s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      padding-top: 0; } }
  .egricayir-indirim-tooltip span {
    font-family: "Comfortaa", serif;
    font-weight: 300;
    font-size: 12px;
    color: #f4c871; }
  .egricayir-indirim-tooltip:before {
    content: "";
    display: none;
    width: 0;
    height: 0;
    bottom: -6px;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #2f2725 transparent transparent transparent;
    position: absolute; }
    @media (min-width: 1200px) {
      .egricayir-indirim-tooltip:before {
        display: inline-block; } }

@-webkit-keyframes egricayir-indirim-tooltip-animations {
  from {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    opacity: 1;
    z-index: 99999; } }

@keyframes egricayir-indirim-tooltip-animations {
  from {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    opacity: 1;
    z-index: 99999; } }

.egricayir-anasayfa-indirim-alani {
  z-index: 9; }

.egricayir-anasayfa-sertifika-analizler:after {
  content: "";
  display: block;
  background-image: url("../images/icons-arrows.png");
  background-repeat: no-repeat;
  height: 34px;
  width: 7px;
  margin-left: 10px;
  bottom: 0;
  background-position: bottom; }

.egricayir-anasayfa-sertifika-analizler .egricayir-anasayfa-sertifika-analizler-link:hover {
  text-decoration: none; }

.egricayir-anasayfa-indirim {
  cursor: pointer;
  background-color: #fef9e7; }
  @media (min-width: 1200px) {
    .egricayir-anasayfa-indirim:hover .egricayir-indirim-tooltip {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .egricayir-anasayfa-indirim:after {
    content: "";
    display: block;
    background-image: url("../images/icons-arrows.png");
    background-repeat: no-repeat;
    height: 34px;
    width: 7px;
    margin-left: 10px;
    bottom: 0;
    background-position: bottom; }
	
.egricayir-anasayfa-hizli-gonderim {
  cursor: pointer;
  background-color: #fef9e7; }
  @media (min-width: 1200px) {
    .egricayir-anasayfa-hizli-gonderim:hover .egricayir-indirim-tooltip {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .egricayir-anasayfa-hizli-gonderim:after {
    content: "";
    display: block;
    background-image: url("../images/icons-arrows.png");
    background-repeat: no-repeat;
    height: 34px;
    width: 7px;
    margin-left: 10px;
    bottom: 0;
    background-position: bottom; }

.egricayir-urunler-slider-baslik {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
  margin-top: 4px;
  height: 32px;
  overflow: hidden;
  margin-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px; }
  @media (min-width: 768px) {
    .egricayir-urunler-slider-baslik {
      font-family: "Comfortaa", serif;
      font-weight: 400;
      font-size: 13px;
      height: 46px; } }

.egricayir-urunler-gram-fiyat {
  font-family: "Comfortaa", serif;
  font-weight: 700;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 360px) {
    .egricayir-urunler-gram-fiyat {
      font-family: "Comfortaa", serif;
      font-weight: 700;
      font-size: 12px; } }
  @media (min-width: 768px) {
    .egricayir-urunler-gram-fiyat {
      font-family: "Comfortaa", serif;
      font-weight: 400;
      font-size: 16px; } }

.mobil-kovana-ekle {
  position: relative; }
  .mobil-kovana-ekle:after {
    content: "Kovana Ekle";
    display: block;
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 10px;
    position: absolute;
    width: 100px;
    margin-left: -37px;
    margin-top: 14px;
    color: #d9a43c; }

.mobil-urunu-incele {
  position: relative; }
  .mobil-urunu-incele:after {
    content: "İncele";
    display: block;
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 10px;
    position: absolute;
    width: 100px;
    margin-left: -35px;
    margin-top: 15px;
    color: #d9a43c; }

.mobil-urunu-incele,
.mobil-kovana-ekle {
  max-width: 46px;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #DAA641;
  padding: 7px;
  text-align: center; }

.mobil-urunu-incele {
  padding-top: 12px; }
  .mobil-urunu-incele img {
    max-width: 32px;
    margin-top: -5px !important;
    width: 100%; }

.egricayir-urunler-gram {
  margin-bottom: 10px; }

.egricayir-urunler-fiyat {
  position: relative;
  margin-bottom: 10px; }
  .egricayir-urunler-fiyat:before {
    content: "|";
    color: #6F4F28;
    font-weight: 100;
    display: block;
    width: 1px;
    height: 5px;
    float: left;
    margin-right: 10px;
    margin-left: 7px; }

.egricayir-embed-video {
  position: relative; }

.egricayir-video {
  position: absolute;
  padding-bottom: 35.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 100%; }
  @media (min-width: 1024px) {
    .egricayir-video {
      padding-bottom: 340px; } }
  @media (min-width: 1200px) {
    .egricayir-video {
      padding-bottom: 35.25%; } }
  .egricayir-video:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #fff;
    max-height: 542px;
    float: left;
    z-index: 999;
    position: absolute;
    height: 100%; }
  .egricayir-video:before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background-color: #fff;
    max-height: 542px;
    float: right;
    z-index: 999;
    position: absolute;
    height: 100%;
    right: 0; }
  .egricayir-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.egricayir-nerede {
  display: block;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .egricayir-nerede {
      min-height: 304px; } }
  @media (min-width: 860px) {
    .egricayir-nerede {
      margin-bottom: 20px; } }
  @media (min-width: 960px) {
    .egricayir-nerede {
      margin-bottom: 30px; } }
  @media (min-width: 1000px) {
    .egricayir-nerede {
      margin-bottom: 50px; } }
  @media (min-width: 1160px) {
    .egricayir-nerede {
      margin-bottom: 60px; } }
  @media (min-width: 1200px) {
    .egricayir-nerede {
      min-height: 450px;
      margin-top: 64px;
      max-width: 1600px;
      margin: 0 auto;
      margin-bottom: 0; } }
  @media (min-width: 1300px) {
    .egricayir-nerede {
      min-height: 450px;
      margin-top: 64px;
      max-width: 1600px;
      margin: 0 auto;
      margin-bottom: 20px; } }
  @media (min-width: 1370px) {
    .egricayir-nerede {
      margin-bottom: 40px; } }
  @media (min-width: 1450px) {
    .egricayir-nerede {
      margin-bottom: 60px; } }
  @media (min-width: 1500px) {
    .egricayir-nerede {
      margin-bottom: 80px; } }
  @media (min-width: 1600px) {
    .egricayir-nerede {
      margin-bottom: 110px; } }

.egricayir-nerede-icerik {
  text-align: center;
  margin-top: 66px; }
  @media (min-width: 991px) {
    .egricayir-nerede-icerik {
      margin-top: 52px; } }
  @media (min-width: 1200px) {
    .egricayir-nerede-icerik {
      margin-top: 80px; } }
  @media (min-width: 1400px) {
    .egricayir-nerede-icerik {
      margin-top: 116px; } }

.egricayir-nerede-ari {
  margin-bottom: 22px;
  display: none; }
  @media (min-width: 991px) {
    .egricayir-nerede-ari {
      display: block; } }

.egricayir-nerede-baslik {
  font-family: "Comfortaa", serif;
  font-weight: 300;
  font-size: 32px;
  color: #fff;
  margin-bottom: 14px; }
  @media (min-width: 1200px) {
    .egricayir-nerede-baslik {
      font-family: "Comfortaa", serif;
      font-weight: 300;
      font-size: 44px; } }

.egricayir-nerede-text {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff; }
  @media (min-width: 1200px) {
    .egricayir-nerede-text {
      font-family: "Comfortaa", serif;
      font-weight: 400;
      font-size: 18px; } }

.egricayir-anasayfa-urunler-baslik {
  margin-top: 20px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .egricayir-anasayfa-urunler-baslik {
      margin-top: 20px;
      margin-bottom: 15px; } }
  @media (min-width: 768px) {
    .egricayir-anasayfa-urunler-baslik {
      margin-top: 10px;
      margin-bottom: 15px; } }
  .egricayir-anasayfa-urunler-baslik h2 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#30b9ac), color-stop(#d37aae), to(#cca1d6));
    background: linear-gradient(to right, #30b9ac, #d37aae, #cca1d6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (min-width: 768px) {
      .egricayir-anasayfa-urunler-baslik h2 {
        font-family: "Playfair Display", serif;
        font-weight: 400;
        font-size: 40px; } }

.egricayir-nerede-button {
  font-family: "Comfortaa", serif;
  font-weight: 700;
  font-size: 15px;
  color: #E8B64A;
  height: 47px;
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: 8px 0%, 100% 8px, -8px 100%, 0% -8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A));
  background-image: linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%);
  -webkit-transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  border: 0;
  padding: 15px; }
  .egricayir-nerede-button:hover {
    background-position: 0 0%, 100% 0, 0 100%, 0% 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-decoration: none;
    color: #E8B64A; }
  .egricayir-nerede-button:visited {
    color: #E8B64A; }

.egricayir-yayla-hakkimizda-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%; }

.egricayir-hakkimizda-yazi {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  color: #191919;
  margin-left: -150px;
  max-width: 568px; }

.egrcayir-rakim-rakam {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 0; }

.egricayir-rakim-text {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 8px;
  margin-top: -14px; }

.egricayir-rakim-text-2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 27px;
  font-style: italic;
  margin-bottom: 10px; }

.egricayir-desktop-hakkimizda-aile {
  margin-top: -84px; }
  @media (min-width: 1200px) {
    .egricayir-desktop-hakkimizda-aile {
      margin-left: 0; } }
  @media (min-width: 1350px) {
    .egricayir-desktop-hakkimizda-aile {
      margin-left: 39px; } }

.egricayir-hakkimizda-sol-text {
  max-width: 222px;
  margin: 0 auto;
  float: right;
  display: block; }

.desktop-anasayfa-hakkimizda-badge {
  top: -167px;
  position: absolute;
  right: 0; }

.anasayfa-hakkimizda-button {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 16px;
  color: #E8B64A;
  height: 38px;
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: 8px 0%, 100% 8px, -8px 100%, 0% -8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A));
  background-image: linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%);
  -webkit-transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
  border: 0;
  padding: 15px;
  padding-left: 68px;
  padding-right: 68px;
  margin-top: 10px;
  margin-left: -20px;
  line-height: 12px;
  display: inline-block; }
  .anasayfa-hakkimizda-button:visited {
    color: #E8B64A; }
  .anasayfa-hakkimizda-button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46));
    background-image: linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%);
    background-position: 0 0%, 100% 0, 0 100%, 0% 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-decoration: none;
    color: #835B46 !important; }

.egricayir-flora-organik-odullerimiz {
  margin-top: 35px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .egricayir-flora-organik-odullerimiz {
      font-family: "Comfortaa", serif;
      font-weight: 400;
      font-size: 17px;
      margin-top: 60px; } }

.egricayir-flora-background {
  background-image: url("../images/flolara-background.png");
  background-repeat: no-repeat;
  background-position: top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto; }

.egricayir-organik-alani {
  background-image: url("../images/egricayir-organik-sertifika-background.png");
  background-repeat: no-repeat;
  background-position: top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto; }

.egricayir-odullerimiz-background {
  background-image: url("../images/egricayir-odullerimiz-background.png");
  background-repeat: no-repeat;
  background-position: top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto; }
  .egricayir-odullerimiz-background img {
    margin-top: -20px; }

.egricayir-flora-organik-odullerimiz-baslik {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 22px;
  color: #DE9B19;
  margin-top: 24px; }
  @media (min-width: 768px) {
    .egricayir-flora-organik-odullerimiz-baslik {
      padding: 0;
      text-align: left; } }
  @media (min-width: 1200px) {
    .egricayir-flora-organik-odullerimiz-baslik {
      padding: 0;
      text-align: center; } }

.egricayir-flora-organik-odullerimiz-text {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px;
  color: #DE9B19;
  text-align: center;
  padding: 0 3% 0 3%;
  max-width: 420px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .egricayir-flora-organik-odullerimiz-text {
      padding: 0;
      text-align: left;
      margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    .egricayir-flora-organik-odullerimiz-text {
      padding: 0;
      text-align: center; } }

.egricayir-gram-fiyat-hover {
  position: relative; }

.egricayir-kovana-ekle {
  position: relative;
  text-align: center;
  margin: 0 auto;
  top: 0;
  width: 100%;
  position: absolute;
  padding-bottom: 25px;
  padding-top: 17px;
  display: none; }
  @media (min-width: 992px) {
    .egricayir-kovana-ekle {
      display: block; } }

.egricayir-urunler-fiyat-gram-alani {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }

.egricayir-urunler-marka {
	font-family: "Comfortaa", serif;
	font-weight: 700;
	font-size: 14px;
	color: #151515;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px; }

.egricayir-urunler-slider {
  position: relative; }
  .egricayir-urunler-slider .egricayir-kargo-bedava-badge-slider {
    display: block;
    position: absolute;
    z-index: 9;
    max-width: 90px;
    right: 1px;
    top: 1px; }
  .egricayir-urunler-slider .egricayir-kovana-ekle-link {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 14px;
    width: 200px;
    height: 50px;
    display: inline-block;
    text-align: center;
    color: #191919;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    opacity: 0;
    line-height: 40px;
    text-decoration: none; }
    .egricayir-urunler-slider .egricayir-kovana-ekle-link:after {
      content: "";
      width: 200px;
      height: 1px;
      background-color: #191919;
      display: block;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 0;
      -webkit-transition-duration: 0.4s;
              transition-duration: 0.4s;
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .egricayir-urunler-slider .egricayir-kovana-ekle-link:before {
      content: "";
      width: 200px;
      height: 1px;
      background-color: #191919;
      display: block;
      -webkit-transform: translateY(3px);
              transform: translateY(3px);
      opacity: 0;
      -webkit-transition-duration: 0.4s;
              transition-duration: 0.4s;
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
  .egricayir-urunler-slider:hover .egricayir-kovana-ekle-link {
    display: none;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; }
    @media (min-width: 768px) {
      .egricayir-urunler-slider:hover .egricayir-kovana-ekle-link {
        display: inline-block; } }
    .egricayir-urunler-slider:hover .egricayir-kovana-ekle-link:after {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1; }
    .egricayir-urunler-slider:hover .egricayir-kovana-ekle-link:before {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1; }
  .egricayir-urunler-slider:hover .egricayir-kovana-ekle {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: 0;
    width: 100%;
    padding-bottom: 25px;
    display: none; }
    @media (min-width: 768px) {
      .egricayir-urunler-slider:hover .egricayir-kovana-ekle {
        display: block; } }
  .egricayir-urunler-slider:hover .egricayir-urunler-fiyat-gram-alani {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
    @media (min-width: 768px) {
      .egricayir-urunler-slider:hover .egricayir-urunler-fiyat-gram-alani {
        -webkit-transform: translateY(3px);
                transform: translateY(3px);
        opacity: 0; } }

.egricayir-yorumlar {
  background-image: url("../images/egricayir-yorum-background.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 668px; }

.egricayir-yorumlar-alani {
  height: 570px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 200px; }

.egricayir-yorumlar-alani-baslik {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: #823F88; }
  @media (min-width: 992px) {
    .egricayir-yorumlar-alani-baslik {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 42px; } }
  .egricayir-yorumlar-alani-baslik b {
    font-size: 44px;
    font-weight: normal; }
    @media (min-width: 992px) {
      .egricayir-yorumlar-alani-baslik b {
        font-size: 64px; } }

.egricayir-yorumlar-alani-text {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 20px;
  color: #823F88;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
  @media (min-width: 1000px) {
    .egricayir-yorumlar-alani-text {
      min-height: 92px; } }

.egricayir-yorumcu {
  font-family: "Comfortaa", serif;
  font-weight: 300;
  font-size: 21px;
  font-style: normal;
  color: #823F88;
  text-align: center; }

.egricayir-tum-yorumlar {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 16px;
  color: #823F88;
  text-decoration: underline;
  margin-top: 70px; }

.egricayir-instagram {
  background-image: url("../images/egricayir-instagram-background.png");
  height: 474px;
  background-size: 56%;
  background-position: center right;
  background-repeat: no-repeat; }
  @media (min-width: 992px) {
    .egricayir-instagram {
      height: 613px;
      background-size: unset;
      background-position: right;
      margin-bottom: 140px; } }
  @media (min-width: 1200px) {
    .egricayir-instagram {
      height: 613px;
      background-size: unset;
      background-position: center;
      margin-bottom: 140px; } }

#egricayir-instagram {
  height: 100px;
  width: 100px;
  fill: #000; }

.egricayir-instagram-baslik h2,
.egricayir-instagram-alani h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 45px;
  color: #2F2725;
  margin-bottom: 50px; }

.egricayir-instagram-baslik {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 26px;
  color: #2F2725;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .egricayir-instagram-baslik {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 35px;
      margin-top: 26px; } }

.egricayirbali-instagram-link {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 25px;
  color: #FD924B;
  text-decoration: underline;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s; }
  @media (min-width: 768px) {
    .egricayirbali-instagram-link {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 35px; } }
  .egricayirbali-instagram-link:visited {
    color: #FD924B; }
  .egricayirbali-instagram-link:hover {
    color: #ff3000 !important; }

.egricayir-instagram-alani {
  padding-top: 68px; }
  @media (min-width: 992px) {
    .egricayir-instagram-alani {
      padding-top: 116px;
      max-width: 370px; } }

.mobil-hakkimizda-text {
  max-width: 485px;
  margin: 0 auto; }

.mobil-egricayir-yorum-alani {
  background-image: url("../images/mobil-yorumlar-background.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  margin-bottom: 15px;
  margin-top: 30px; }
  .mobil-egricayir-yorum-alani .egricayir-yorumlar-alani {
    height: auto;
    padding-top: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 7%; }
  .mobil-egricayir-yorum-alani .egricayir-yorumlar-alani-baslik {
    font-size: 24px;
    text-align: left; }
    .mobil-egricayir-yorum-alani .egricayir-yorumlar-alani-baslik b {
      font-size: 24px; }
  .mobil-egricayir-yorum-alani .egricayir-yorumlar-alani-text {
    font-size: 12px;
    margin-bottom: 4px;
    text-align: left; }
  .mobil-egricayir-yorum-alani .egricayir-tum-yorumlar {
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
    text-align: left; }
  .mobil-egricayir-yorum-alani .egricayir-yorumcu {
    font-size: 14px;
    text-align: left; }

.mobil-egricayir-instagram {
  background-image: url("../images/mobil-egricayir-instagram.png");
  background-size: 100%;
  background-repeat: no-repeat;
  max-width: 597px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding-top: 3%;
  padding-bottom: 3%; }

.mobil-egricayir-instagram .egricayir-instagram-alani {
  padding-top: 0; }
  .mobil-egricayir-instagram .egricayir-instagram-alani h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .mobil-egricayir-instagram .egricayir-instagram-alani h2 {
        font-size: 30px; } }
  .mobil-egricayir-instagram .egricayir-instagram-alani img {
    text-align: center;
    max-width: 34px;
    margin-right: 20px;
    margin-top: -14px; }
    @media (min-width: 768px) {
      .mobil-egricayir-instagram .egricayir-instagram-alani img {
        max-width: 68px; } }
  .mobil-egricayir-instagram .egricayir-instagram-alani .egricayir-instagram-baslik {
    font-size: 28px; }

.mobil-egricayir-instagram .mobil-icon-baslik-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.mobil-egricayir-instagram .mobil-icon-baslik {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.egricayir-mobil-kovana-ekle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media (min-width: 380px) {
    .egricayir-mobil-kovana-ekle {
      max-width: 194px;
      width: 100%; } }
  @media (min-width: 768px) {
    .egricayir-mobil-kovana-ekle {
      display: none; } }

.mobil-egricayir-nerede-baslik {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 28px;
  margin-top: 20px; }

.mobil-egricayir-slider-item .egricayir-flora-background img {
  max-width: 136px;
  width: 100%; }

.mobil-egricayir-slider-item .egricayir-organik-alani img {
  max-width: 123.3px;
  width: 100%; }

.mobil-egricayir-slider-item .egricayir-odullerimiz-background img {
  max-width: 121.6px;
  width: 100%; }

.mobil-hakkimizda-buton {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 16px;
  color: #E8B64A;
  height: 47px;
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: 8px 0%, 100% 8px, -8px 100%, 0% -8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A));
  background-image: linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%);
  -webkit-transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  border: 0;
  padding: 15px;
  text-align: center;
  display: inline-block;
  line-height: 18px; }
  .mobil-hakkimizda-buton:hover {
    background-position: 0 0%, 100% 0, 0 100%, 0% 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-decoration: none;
    color: #E8B64A; }
  .mobil-hakkimizda-buton:focus, .mobil-hakkimizda-buton:visited {
    color: #E8B64A; }

.mobil-hakkimizda-text p {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  margin-top: 10px; }

.egricayir-urunler-slider {
  margin-right: 5px;
  margin-left: 5px; }

.egricayir-hakkimizda-ari {
  margin-bottom: -20px; }

.mobil-header-search {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0; }

.pt-mesafe {
  margin-top: 0px; }
  @media (min-width: 992px) {
    .pt-mesafe {
      margin-top: 0px; } }

.content {
  position: relative;
  height: 100%;
  z-index: 1; }

.content .scrollToTop {
  width: 40px;
  height: 23.09px;
  background-color: #FAD16C;
  position: -webkit-sticky;
  position: sticky;
  left: -webkit-calc(100% - 30px);
  left: calc(100% - 30px);
  bottom: -webkit-calc(15% - 60px);
  bottom: calc(15% - 60px);
  margin-right: 5px;
  margin-bottom: 32px;
  background-image: url("../images/scroll-up.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  display: block !important; }
  @media (min-width: 992px) {
    .content .scrollToTop {
      display: none !important; } }

.content .scrollToTop:before,
.content .scrollToTop:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent; }

.content .scrollToTop:before {
  bottom: 100%;
  border-bottom: 12px solid #FAD16C;
  margin-bottom: -1px; }

.content .scrollToTop:after {
  top: 100%;
  width: 0;
  border-top: 12px solid #FAD16C;
  margin-top: -1px; }

.wide-screen-scroll-top .scrollToTop {
  width: 40px;
  height: 23.09px;
  background-color: #FAD16C;
  position: -webkit-sticky;
  position: sticky;
  margin-right: 5px;
  margin-bottom: 5px;
  background-image: url("../images/scroll-up.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  display: none; }

.wide-screen-scroll-top .scrollToTop:before,
.wide-screen-scroll-top .scrollToTop:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent; }

.wide-screen-scroll-top .scrollToTop:before {
  bottom: 100%;
  border-bottom: 11.55px solid #FAD16C; }

.wide-screen-scroll-top .scrollToTop:after {
  top: 100%;
  width: 0;
  border-top: 11.55px solid #FAD16C; }

.wide-screen-scroll-top {
  position: fixed;
  float: right;
  width: 50px;
  height: 40px;
  bottom: 16px;
  right: 10px;
  z-index: 999;
  display: none; }
  .tawk-to-active .wide-screen-scroll-top {
    right: 80px; }
  @media (min-width: 992px) {
    .wide-screen-scroll-top {
      display: block; } }

.anasayfa-kisisel-bakim-urunleri {
  max-width: 340px;
  margin: 0 auto;
  height: 46px; }
  .anasayfa-kisisel-bakim-urunleri .anasayfa-kisisel-bakim-urunleri-button {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 14px;
    color: #E8B64A;
    height: 38px;
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: 8px 0%, 100% 8px, -8px 100%, 0% -8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A));
    background-image: linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%);
    -webkit-transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
    transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
    border: 0;
    width: 305px;
    margin-top: 4px;
    margin-left: 0;
    line-height: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto; }
    .anasayfa-kisisel-bakim-urunleri .anasayfa-kisisel-bakim-urunleri-button:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46));
      background-image: linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%);
      background-position: 0 0%, 100% 0, 0 100%, 0% 0;
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      text-decoration: none;
      color: #835B46; }
    @media (min-width: 992px) {
      .anasayfa-kisisel-bakim-urunleri .anasayfa-kisisel-bakim-urunleri-button {
        font-size: 16px;
        width: 370px; } }

/*Mobil Banner 1*/
.egricayir-mobil-kampanya-banner {
  padding-top: 20px;
  padding-bottom: 0;
  margin-top: 30px;
  max-width: 600px;
  margin: 0 auto;
  clear: both; }
  .egricayir-mobil-kampanya-banner .slick-dots li button:before {
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 56px;
    line-height: 20px;
    text-align: center;
    color: #dbccad;
    opacity: 1;
    -webkit-font-smoothing: antialiased; }
  .egricayir-mobil-kampanya-banner .slick-dots .slick-active button:before {
    color: #fad16c;
    opacity: 1; }

.egricayir-mobil-kampanya-1 {
  background-color: #fffbee; }

.egricayir-mobil-banner-text-1 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  color: #2f2725;
  text-align: center;
  margin-bottom: 5px; }
  @media (min-width: 576px) {
    .egricayir-mobil-banner-text-1 {
      font-size: 22px;
      margin-bottom: 15px; } }

.egricayir-mobil-banner-text-2 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 22px;
  color: #fb6a0b;
  text-align: center;
  margin-bottom: 0; }
  @media (min-width: 576px) {
    .egricayir-mobil-banner-text-2 {
      font-size: 24px; } }
  .egricayir-mobil-banner-text-2:after {
    content: "";
    background-image: url("../images/egricayir-mobil-banner-kampanya-cizgi.png");
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 4px;
    display: block;
    margin: 0 auto; }

.egricayir-mobil-banner-text-3 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 22px;
  color: #fb6a0b;
  text-align: center;
  margin-bottom: 5px; }
  @media (min-width: 576px) {
    .egricayir-mobil-banner-text-3 {
      font-size: 24px;
      margin-bottom: 15px; } }

.egricayir-mobil-kampanya-1 .egricayir-mobil-banner-alani-sol {
  height: 199px;
  width: 222px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
  max-width: 30%; }
  .egricayir-mobil-kampanya-1 .egricayir-mobil-banner-alani-sol img {
    position: absolute;
    display: inline-block;
    max-width: 162px;
    width: 100%;
    height: auto;
    float: left; }
    @media (min-width: 768px) {
      .egricayir-mobil-kampanya-1 .egricayir-mobil-banner-alani-sol img {
        max-width: 199px; } }
  @media (min-width: 500px) {
    .egricayir-mobil-kampanya-1 .egricayir-mobil-banner-alani-sol {
      height: auto; } }
  @media (min-width: 576px) {
    .egricayir-mobil-kampanya-1 .egricayir-mobil-banner-alani-sol {
      float: right; } }

.egricayir-mobil-banner-alani-sag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-top: 7px;
  padding-right: 10px;
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
  max-width: 70%; }
  @media (min-width: 576px) {
    .egricayir-mobil-banner-alani-sag {
      float: left;
      max-width: 195px; } }

/*Mobil Banner 2*/
.egricayir-mobil-kampanya-2 {
  background-color: #f3f4d2;
  min-height: 226px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .egricayir-mobil-kampanya-2 .egricayir-mobil-banner-alani-sol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 222px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 150px; }
    .egricayir-mobil-kampanya-2 .egricayir-mobil-banner-alani-sol .egricayir-banner-2-urun-imaj {
      max-width: 106.5px;
      width: 100%;
      margin-top: 40px;
      margin-left: 8px; }
      @media screen and (max-width: 542px) {
        .egricayir-mobil-kampanya-2 .egricayir-mobil-banner-alani-sol .egricayir-banner-2-urun-imaj {
          display: block;
          width: auto;
          max-width: 80%;
          margin-left: 0;
          object-fit: contain;
          object-position: center; } }
    .egricayir-mobil-kampanya-2 .egricayir-mobil-banner-alani-sol .egricayir-mobil-banner-2-kargo-bedava-badge {
      max-width: 70px;
      width: 100%;
      top: 15px;
      position: absolute;
      left: 0; }
  .egricayir-mobil-kampanya-2 .egricayir-mobil-banner-alani-sag {
    height: 226px; }
    .egricayir-mobil-kampanya-2 .egricayir-mobil-banner-alani-sag .egricayir-mobil-banner-2-text-1 {
      font-family: "Comfortaa", serif;
      font-weight: 400;
      font-size: 14px;
      color: #a7ae54;
      text-align: center;
      margin-bottom: 0; }
      @media (min-width: 576px) {
        .egricayir-mobil-kampanya-2 .egricayir-mobil-banner-alani-sag .egricayir-mobil-banner-2-text-1 {
          font-size: 22px; } }
    .egricayir-mobil-kampanya-2 .egricayir-mobil-banner-alani-sag .egricayir-mobil-banner-2-text-2 {
      font-family: "Comfortaa", serif;
      font-weight: 400;
      font-size: 18px;
      color: #a7ae54;
      text-align: center;
      margin-bottom: 0; }
      @media (min-width: 576px) {
        .egricayir-mobil-kampanya-2 .egricayir-mobil-banner-alani-sag .egricayir-mobil-banner-2-text-2 {
          font-size: 22px; } }
    .egricayir-mobil-kampanya-2 .egricayir-mobil-banner-alani-sag .egricayir-mobil-banner-2-text-3 {
      font-family: "Comfortaa", serif;
      font-weight: 400;
      font-size: 18px;
      color: #a7ae54;
      text-align: center;
      margin-bottom: 0; }
      @media (min-width: 576px) {
        .egricayir-mobil-kampanya-2 .egricayir-mobil-banner-alani-sag .egricayir-mobil-banner-2-text-3 {
          font-size: 22px; } }

.egricayir-mobil-banner-kampanya-link {
  background-image: url("../images/alisverise-basla-button.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 223px;
  height: 56px;
  display: block;
  font-size: 0;
  margin-left: -20px;
  cursor: pointer; }

.egricayir-urunler-slider-image {
  border: 1px solid #FAEECF; }

.egricayir-whatsapp-alani {
  max-width: 320px;
  width: 100%;
  height: auto;
  position: fixed;
  right: 0;
  background-color: #fff;
  top: 50%;
  z-index: 9999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  cursor: pointer; }
  @media (min-width: 576px) {
    .egricayir-whatsapp-alani {
      max-width: 456px; } }
  .egricayir-whatsapp-alani:before {
    content: "";
    background-image: url("../images/egricayir-whatsapp-icon.svg");
    background-size: 40px 40px;
    background-position: center;
    background-color: #60d127;
    background-repeat: no-repeat;
    width: 62px;
    height: 62px;
    display: block;
    position: absolute;
    left: -62px;
    cursor: pointer; }

.egricayir-whatsapp-alani-icerik {
  width: 100%;
  height: 268px;
  background-color: #fff;
  border: 4px solid #60d127; }
  .egricayir-whatsapp-alani-icerik p {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 12px;
    color: #478813;
    margin-bottom: 18px; }
    @media (min-width: 576px) {
      .egricayir-whatsapp-alani-icerik p {
        font-family: "Comfortaa", serif;
        font-weight: 400;
        font-size: 16px; } }

.egricayir-whatsapp-tum-alan {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  padding-left: 20px;
  padding-top: 20px; }
  .egricayir-whatsapp-tum-alan:hover {
    text-decoration: none; }
  .egricayir-whatsapp-tum-alan strong {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 12px;
    background-color: #60d127;
    color: #fff;
    display: inline-block;
    padding: 6px;
    font-size: 12px; }
    .egricayir-whatsapp-tum-alan strong i {
      font-style: normal; }

.egricayir-whatsapp-alani:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.egricayir-whatsapp-alani-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: rgba(13, 13, 13, 0.6);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  z-index: 9;
  visibility: hidden; }

.egricayir-whatsapp-alani:hover + .egricayir-whatsapp-alani-overlay {
  opacity: 1;
  visibility: visible; }

/*Mobil için*/
.mobil-egricayir-whatsapp-alani {
  max-width: 320px;
  width: 100%;
  height: auto;
  position: fixed;
  right: 0;
  background-color: #fff;
  top: 50%;
  z-index: 9999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  cursor: pointer; }
  @media (min-width: 576px) {
    .mobil-egricayir-whatsapp-alani {
      max-width: 456px; } }
  .mobil-egricayir-whatsapp-alani:before {
    content: "";
    background-image: url("../images/egricayir-whatsapp-icon.svg");
    background-size: 20px 20px;
    background-position: center;
    background-color: #60d127;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    left: -35px;
    cursor: pointer; }

.mobil-egricayir-whatsapp-alani-toggle:before {
  content: "x";
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  background-image: none;
  background-size: 20px 20px;
  background-position: center;
  background-color: #60d127;
  background-repeat: no-repeat;
  text-align: center;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  left: -35px;
  cursor: pointer; }

.mobil-egricayir-whatsapp-alani-icerik {
  width: 100%;
  height: 268px;
  background-color: #fff;
  border: 4px solid #60d127; }
  .mobil-egricayir-whatsapp-alani-icerik p {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 12px;
    color: #478813;
    margin-bottom: 18px; }
    @media (min-width: 576px) {
      .mobil-egricayir-whatsapp-alani-icerik p {
        font-family: "Comfortaa", serif;
        font-weight: 400;
        font-size: 16px; } }
  .mobil-egricayir-whatsapp-alani-icerik strong {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 12px;
    background-color: #60d127;
    color: #fff;
    display: inline-block;
    padding: 6px;
    font-size: 12px; }
    .mobil-egricayir-whatsapp-alani-icerik strong i {
      font-style: normal; }

.mobil-egricayir-whatsapp-alani-toggle {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.mobil-egricayir-whatsapp-alani-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: rgba(13, 13, 13, 0.6);
  opacity: 1;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  z-index: 9; }

.egricayir-whatsapp-alani-icerik .mobil-egricayir-whatsapp-link {
  color: #478813; }

/*satın alma sayfası tamamlandıktan sonra gelen sonuç*/
.siparisiniz-tamamlanmistir a {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 18px;
  color: #E8B64A;
  height: 47px;
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: 8px 0%, 100% 8px, -8px 100%, 0% -8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A));
  background-image: linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%);
  -webkit-transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
  border: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  width: 270px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px; }
  .siparisiniz-tamamlanmistir a:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46));
    background-image: linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%);
    background-position: 0 0%, 100% 0, 0 100%, 0% 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none;
    color: #835B46; }
  .siparisiniz-tamamlanmistir a:visited {
    color: #E8B64A; }

.siparis-tamamlandi h1 {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 24px; }

.siparis-tamamlandi p {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 18px; }

.siparis-tamamlandi .siparis-ayrinti-buton {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
  color: #71bf44; }
  
.lity.lity-opened {
  background-color: rgba(0, 0, 0, 0.7); }

.lity .lity-close {
  position: absolute;
  top: -47px;
  width: 44px;
  height: 37px;
  border-radius: 0;
  background-color: #f5c972;
  color: #924a10;
  font-size: 30px;
  line-height: 37px;
  text-shadow: none; }
  .lity .lity-close:hover {
    background-color: #cca14b;
    color: #924a10;
    font-size: 30px;
    line-height: 37px;
    text-shadow: none; }

.inlineacilirduyuru p {
  margin-bottom: 0; }

.egricayir-urunler-fiyat span {
  font-size: 12px; }

@media (max-width: 768px) {
  .hikayemiz-neden-degerli {
    top: 0 !important; } }

.bizden-haberler .contents {
  padding: 100px 0; }
  @media (max-width: 650px) {
    .bizden-haberler .contents {
      padding: 176px 0;
      padding-bottom: 50px;
      padding-right: 20px !important;
      padding-left: 20px !important; } }

.bizden-haberler .left {
  position: relative;
  left: 6%; }
  @media (max-width: 650px) {
    .bizden-haberler .left {
      left: 0; } }

.bizden-haberler .right img {
  margin-top: -6%; }

.bizden-haberler .text {
  font-family: "Comfortaa", serif;
  margin-left: 6%;
  border-top: 1px solid #e5dacf;
  padding-top: 28px;
  margin-top: 12px; }
  @media (max-width: 650px) {
    .bizden-haberler .text br {
      display: none; } }
  @media (max-width: 650px) {
    .bizden-haberler .text {
      margin-left: 0;
      border-top: 0; } }
  .bizden-haberler .text h2 {
    color: #bf8f4c;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px; }
  .bizden-haberler .text p {
    font-size: 17px;
    color: #2f2725;
    font-weight: 600;
    line-height: 1.7; }

.bizden-haberler .title {
  padding-bottom: 80px; }
  @media (max-width: 650px) {
    .bizden-haberler .title {
      padding-bottom: 38px; } }
  .bizden-haberler .title h3 {
    font-family: "Comfortaa", serif;
    color: #dc9a2d;
    font-size: 30px;
    border-bottom: 1px solid #dc9a2d;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto; }
    @media (max-width: 650px) {
      .bizden-haberler .title h3 {
        font-size: 26px;
        text-align: left;
        margin: initial; } }

.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.no-sidebar .site-main {
  margin-right: 0; }

.egricayir-footer {
  background-color: #2F2725; }

.footer-menu-items {
  width: 100%;
  margin-left: 0;
  padding-left: 0; }

.footer-menu-item {
  list-style: none; }

.footer-menu-item-link {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 13px;
  color: #947c49; }
  .footer-menu-item-link:visited {
    color: #947c49; }
  .footer-menu-item-link:hover {
    color: #c0a772 !important;
    text-decoration: none; }
  .footer-menu-item-link:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #5a6336;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 10px; }

.egricayir-bulten-sosyal {
  max-width: 325px;
  margin: 0 auto; }

.footer-logo {
  margin-bottom: 19px;
  max-width: 160px; }
  @media (min-width: 768px) {
    .footer-logo {
      margin-top: 36px;
      margin-bottom: 36px;
      max-width: unset; } }

.newsletter-email {
  width: 234px;
  height: 44px; }
  .newsletter-email .newsletter-emailfooter {
    border-radius: 0;
    width: 100%;
    height: 44px;
    background-color: #2F2725;
    border: 1px solid #947c49;
    padding-left: 12px;
    color: #947c49; }
  .newsletter-email ::-webkit-input-placeholder,
  .newsletter-email input:active,
  .newsletter-email input[type="text"]:focus,
  .newsletter-email input[type="text"] {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 13px;
    color: #947c49;
    outline: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .newsletter-email :-ms-input-placeholder,
  .newsletter-email input:active,
  .newsletter-email input[type="text"]:focus,
  .newsletter-email input[type="text"] {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 13px;
    color: #947c49;
    outline: transparent;
    box-shadow: none; }
  .newsletter-email ::placeholder,
  .newsletter-email input:active,
  .newsletter-email input[type="text"]:focus,
  .newsletter-email input[type="text"] {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 13px;
    color: #947c49;
    outline: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }

.newsletter-email .form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#newsletter-subscribe-buttonfooter {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 13px;
  color: #947c49;
  height: 44px;
  border-radius: 0;
  margin-left: 6px;
  background-color: #2F2725;
  border: 1px solid #947c49; }
  #newsletter-subscribe-buttonfooter :active,
  #newsletter-subscribe-buttonfooter :focus {
    outline: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  #newsletter-subscribe-buttonfooter:hover {
    background-color: #947c49;
    border: 1px solid #2F2725;
    color: #2F2725;
    cursor: pointer; }

#newsletter-subscribe-blockfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.egricayir-e-bulten-baslik h2 {
  font-family: "Comfortaa", serif;
  font-weight: 700;
  font-size: 13px;
  color: #947c49; }

.egricayir-e-bulten-baslik {
  max-width: 324px;
  margin: 0 auto; }

.egricayir-hakki-saklidir-metin {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 13px;
  color: #947c49; }

.egricayir-footer-bottom {
  padding-top: 20px;
  border-top: 1px solid #947c49;
  background-color: #2F2725; }

.egricayir-kategori-isimleri,
.egricayir-footer-bottom-sertifikalar,
.footer-bottom-sertifikalar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 768px) {
    .egricayir-kategori-isimleri,
    .egricayir-footer-bottom-sertifikalar,
    .footer-bottom-sertifikalar {
      height: 85px; } }

.egricayir-kategori-isimleri {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .egricayir-kategori-isimleri .egricayir-kategori-link {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 13px;
    color: #5A6336; }

.ec-logo-alani {
  width: 100%;
  max-width: 118px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.ec-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px; }
  .ec-logo svg {
    width: 50px;
    height: 50px;
    max-width: 50px; }

.ec-logo:before,
.ec-logo-alani:before {
  content: "";
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  display: block;
  color: #a3a3a3;
  float: left;
  line-height: 49px;
  margin-right: 6px;
  font-style: italic; }

.egricayir-e-bulten {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .egricayir-e-bulten {
      margin-bottom: 0; } }

.footer-bottom-sertifikalar {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .footer-bottom-sertifikalar {
      margin-top: 0;
      margin-bottom: 0; } }

.egricayir-facebook-link svg {
  width: 20px;
  height: 20px; }

.egricayir-twitter-link svg {
  width: 20px; }

.egricayir-instagram-link svg {
  width: 20px; }

.egricayir-sosyal-medya {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 120px;
  margin-left: 0;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .egricayir-sosyal-medya {
      margin-top: 24px;
      margin-bottom: 35px; } }

.egricayir-footer-menu {
  height: 100px;
  background-color: #2F2725; }

.egricayir-mobil-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 8px; }

.footer-alt-menu-text {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 13px;
  color: #FAD16C; }
  .footer-alt-menu-text:hover {
    text-decoration: none;
    color: #FAD16C; }
  .footer-alt-menu-text:focus, .footer-alt-menu-text:visited {
    color: #FAD16C; }

.egricayir-instagram-link,
.egricayir-twitter-link,
.egricayir-facebook-link {
  margin-right: 17px; }

.egricayir-mobil-menu .footer-alt-menu-link {
  margin-top: 20px; }
  .egricayir-mobil-menu .footer-alt-menu-link:after {
    content: ""; }

.footer-alt-menu-hamburger {
  position: relative;
  height: 40px;
  width: 60px;
  background-color: transparent;
  border: 0; }

.footer-alt-menu-button {
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#nav-icon3 {
  width: 30px;
  height: 22px;
  position: relative;
  margin: 50px auto;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 5px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  #nav-icon3:hover, #nav-icon3:focus, #nav-icon3:active {
    color: transparent; }

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #FAD16C;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 7px; }

#nav-icon3 span:nth-child(4) {
  top: 14px; }

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.card {
  background-color: #2F2725;
  border: 0; }

.mobil-egricayir-kreatif {
  height: 60px;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 13px;
  padding-right: 13px; }
  .mobil-egricayir-kreatif .ec-logo {
    max-width: 50px;
    height: 50px; }

.egricayir-hakki-saklidir {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 9px;
  color: #2F2725;
  margin-bottom: 0; }

.footer-baslik {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #947c49;
  color: #947c49;
  display: inline-block;
  margin-top: 6px; }

/*--------------------------------------------------------------
# Mobil Menü
--------------------------------------------------------------*/
#myNav {
  overflow: auto; }

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9997;
  top: 0;
  left: 0;
  background-color: #2F2725;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.overlay-content {
  position: relative;
  top: 2%;
  width: 95%;
  text-align: center;
  display: none;
  opacity: 0; }

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
  text-decoration: none; }

.overlay .closebtn {
  font-size: 0;
  background-image: url("../images/mobil-menu-close.svg");
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  font-weight: 100;
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  z-index: 9; }

#myNav ul li {
  list-style-type: none;
  width: 100%;
  text-align: left; }

#myNav ul li {
  opacity: 0; }

#myNav ul li a {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .35s ease;
  transition: all .35s ease; }
  #myNav ul li a:hover {
    color: #FAD16C; }

#mobil-menu {
  width: 100%;
  padding-left: 0;
  margin-left: 20px; }
  #mobil-menu .current-menu-item a {
    color: #FAD16C; }

.mobil-menu-anime.open-animate .overlay-content {
  opacity: 1;
  display: block; }

.mobil-menu-anime.open-animate li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards; }

.mobil-menu-anime.open-animate li:nth-of-type(1) {
  -webkit-animation-delay: .20s;
          animation-delay: .20s; }

.mobil-menu-anime.open-animate li:nth-of-type(2) {
  -webkit-animation-delay: .25s;
          animation-delay: .25s; }

.mobil-menu-anime.open-animate li:nth-of-type(3) {
  -webkit-animation-delay: .30s;
          animation-delay: .30s; }

.mobil-menu-anime.open-animate li:nth-of-type(4) {
  -webkit-animation-delay: .35s;
          animation-delay: .35s; }

.mobil-menu-anime.open-animate li:nth-of-type(5) {
  -webkit-animation-delay: .40s;
          animation-delay: .40s; }

.mobil-menu-anime.open-animate li:nth-of-type(6) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s; }

.mobil-menu-anime.open-animate li:nth-of-type(7) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s; }

.mobil-menu-anime.open-animate li:nth-of-type(8) {
  -webkit-animation-delay: .55s;
          animation-delay: .55s; }

.mobil-menu-anime.open-animate li:nth-of-type(9) {
  -webkit-animation-delay: .60s;
          animation-delay: .60s; }

.mobil-menu-anime.open-animate li:nth-of-type(10) {
  -webkit-animation-delay: .65s;
          animation-delay: .65s; }

.mobil-menu-anime.open-animate li:nth-of-type(11) {
  -webkit-animation-delay: .70s;
          animation-delay: .70s; }

.mobil-menu-anime.open-animate li:nth-of-type(12) {
  -webkit-animation-delay: .75s;
          animation-delay: .75s; }

.mobil-menu-anime.open-animate li:nth-of-type(13) {
  -webkit-animation-delay: .80s;
          animation-delay: .80s; }

.mobil-menu-anime.open-animate li:nth-of-type(14) {
  -webkit-animation-delay: .85s;
          animation-delay: .85s; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }

.mobil-egricayir-alt-menu {
  height: 100%;
  width: 100%;
  background-color: #2F2725; }

.mobil-menu-open {
  background-image: url("../images/egricayir-hamburger-menu.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  position: relative;
  height: 40px;
  width: 60px;
  background-color: transparent;
  border: 0; }
  .mobil-menu-open:after {
    content: "Menü";
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 10px;
    display: block;
    position: absolute;
    bottom: 0;
    width: auto;
    height: 20px;
    top: 20px;
    color: #fad16c;
    left: 0; }

.mobil-menu-button {
  height: 60px;
  width: 39px;
  position: relative;
  margin-top: 6px;
  padding-top: 10px; }

.mobil-menu-tel-mail,
.mobil-menu-adres {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  text-align: left;
  padding-left: 28px;
  font-weight: 300; }
  .mobil-menu-tel-mail h3,
  .mobil-menu-adres h3 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    color: #FAD16C; }
  .mobil-menu-tel-mail p,
  .mobil-menu-adres p {
    font-size: 12px;
    font-weight: 300; }

.mobil-menu-iletisim .mobil-menu-tel-mail a {
  font-size: 12px !important;
  font-weight: 300;
  text-align: left;
  padding-left: 0;
  color: #fff; }

.mobil-menu-border {
  -webkit-transform: translateX(-260px);
          transform: translateX(-260px);
  /* Equal to translate(10px) */
  -webkit-transition: all ease 0.9s;
  transition: all ease 0.9s; }

.mobil-menu-anime.open-animate .mobil-menu-border {
  display: block;
  max-width: 256px;
  width: 100%;
  height: 2px;
  border-top: 1px solid #FAD16C;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  /* Equal to translate(10px) */ }

.mobil-menu-iletisim {
  padding-left: 0;
  margin-left: 0;
  padding-top: 20px; }

.mobil-egricayir-sosyal-medya {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 17px;
  height: 20px; }

#myNav ul li .active {
  color: #FAD16C; }

.egricayir-altmenu .card {
  background-color: #2F2725; }

.egricayir-sepet-alani {
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  font-size: 13px;
  position: absolute;
  color: #2F2725;
  top: 14px;
  width: 21px;
  height: 18px;
  right: 1px; }

.sepet-urun-sayi {
  font-family: "Comfortaa", serif;
  font-weight: 700;
  font-size: 13px;
  color: #2F2725;
  text-align: center;
  display: block; }

.mobil-menu-kullanici-giris-alani .mobil-menu-facebook-giris-link,
.mobil-menu-kullanici-giris-alani .mobil-menu-uye-ol-link {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px;
  color: #835e55; }

.mobil-menu-giris {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px; }

.mobil-menu-kullanici-giris-alani .mobil-menu-facebook-giris-link,
.mobil-menu-kullanici-giris-alani .mobil-menu-uye-giris,
.mobil-menu-kullanici-giris-alani .mobil-menu-uye-ol {
  height: 50px;
  background-color: #221d1a;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.mobil-menu-kullanici-giris-alani .mobil-menu-uye-ol {
  margin-right: 4px; }

.mobil-menu-kullanici-giris-alani {
  max-width: 250px;
  display: block;
  position: relative;
  margin-top: 8px; }

.mobil-menu-kullanici-giris-alani .mobil-menu-facebook-giris-link {
  margin-top: 4px;
  min-width: 250px; }

.mobil-egricayir-menu-item-dropdown-content {
  margin-left: 0;
  padding-left: 0; }

.mobil-egricayir-menu-item-dropdown-content-link {
  font-size: 12px !important; }

a.mobil-egricayir-menu-item-dropdown.collapsed {
  position: relative; }
  a.mobil-egricayir-menu-item-dropdown.collapsed:after {
    content: "";
    background-image: url("../images/mobil-menu-dropdown-arrow.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    float: right;
    right: 20px;
    top: 10px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }

a.mobil-egricayir-menu-item-dropdown {
  position: relative; }
  a.mobil-egricayir-menu-item-dropdown:after {
    content: "";
    background-image: url("../images/mobil-menu-dropdown-arrow.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    float: right;
    right: 20px;
    top: 10px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }

a.mobil-egricayir-menu-item-dropdown-content-link {
  color: #df9210 !important; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 4em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }
  
.user-alerts {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0 40px;
  padding: 14px;
  background-color: #eaebd9; }
  .user-alerts--body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: row wrap;
    -webkit-flex-grow: row wrap;
        -ms-flex-positive: row wrap;
            flex-grow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    width: 100%;
    height: 100%; }
  .user-alerts--icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .user-alerts--icon > * {
      max-width: 100%; }
  .user-alerts--content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .user-alerts--content__centered-content {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .user-alerts--content > * {
      margin: 0;
      padding: 0;
      font-family: "Comfortaa", serif;
      font-weight: 700;
      text-align: left !important; }

.user-discount-message--icon {
  margin-left: 20px; }

.user-discount-message--content p, .user-discount-message--content p a {
  color: #455618; }
  .user-discount-message--content p span {
    color: #ff5a00; }
  .user-discount-message--content p:first-child {
    font-size: 17px; }
  .user-discount-message--content p:last-child {
    font-size: 13px; }
    .user-discount-message--content p:last-child span {
      font-size: 15px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

.egricayir_button {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 15px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: 8px 0%, 100% 8px, -8px 100%, 0% -8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A));
  background-image: linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%);
  -webkit-transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  border: 0;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
  color: #E8B64A;
  background-color: transparent;
  cursor: pointer;
  border-radius: 0; }
  .egricayir_button:visited {
    color: #E8B64A; }
  .egricayir_button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46));
    background-image: linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%);
    background-position: 0 0%, 100% 0, 0 100%, 0% 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
    text-decoration: none;
    color: #835B46; }
  @media screen and (max-width: 425px) {
    .egricayir_button {
      height: 32px;
      font-size: 12px; } }	

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
* {
  outline: none; }

.mobil-header {
  background-color: #2F2725;
  height: 86px;
  width: 100%;
  padding: 0 5px 0 5px; }

.mobil-header-alani {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.egricayir-mobil-logo {
  max-width: 160px; }

.header {
  background-color: #2F2725;
  height: 86px;
  max-width: 1814px;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid #B98A47;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999; }

.egricayir-anasayfa-home-icon {
  height: 86px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 30px;
  margin-left: -10px;
  margin-top: -2px; }
  @media (min-width: 1264px) {
    .egricayir-anasayfa-home-icon {
      margin-left: 0; } }
  .egricayir-anasayfa-home-icon a {
    position: absolute;
    left: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
  .egricayir-anasayfa-home-icon .egricayir-anasayfa-home-icon-hover:hover {
    opacity: 0; }

.egricayir-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 86px;
  padding: 0;
  margin: 0; }

.egricayir-menu-item {
  list-style-type: none;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px; }
  @media (min-width: 1080px) {
    .egricayir-menu-item {
      margin-right: 18px; } }
  @media (min-width: 1264px) {
    .egricayir-menu-item {
      margin-right: 15px; } }
  .egricayir-menu-item a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Comfortaa", serif;
    font-weight: 700;
    font-size: 13px;
    color: #FAEECF;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
    z-index: 9; }
    @media (min-width: 992px) {
      .egricayir-menu-item a {
        font-family: "Comfortaa", serif;
        font-weight: 700;
        font-size: 9px; } }
    @media (min-width: 1120px) {
      .egricayir-menu-item a {
        font-family: "Comfortaa", serif;
        font-weight: 700;
        font-size: 10px; } }
    @media (min-width: 1200px) {
      .egricayir-menu-item a {
        font-family: "Comfortaa", serif;
        font-weight: 700;
        font-size: 12px; } }
    @media (min-width: 1260px) {
      .egricayir-menu-item a {
        font-family: "Comfortaa", serif;
        font-weight: 700;
        font-size: 13px; } }
    .egricayir-menu-item a:visited {
      color: #FAEECF; }
    .egricayir-menu-item a:hover {
      color: #FAD16C;
      text-decoration: none; }
    .egricayir-menu-item a:active {
      color: #FAD16C; }
    .egricayir-menu-item a:focus {
      color: #FAD16C; }

.egricayir-menu-item-dropdown-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  min-width: 480px;
  background-color: #2F2725;
  margin-left: 0;
  margin-top: 31px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 230px;
  padding-left: 0;
  padding: 20px;
  padding-right: 0;
  margin-left: -176px;
  -webkit-transform: translateY(-1000px);
          transform: translateY(-1000px);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all ease-in .3s;
  transition: all ease-in .3s;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.egricayir-menu-item-dropdown {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: width ease-out .2s;
  transition: width ease-out .2s; }
  .egricayir-menu-item-dropdown:hover .egricayir-menu-item-dropdown-content {
    -webkit-transform: translateY(127px);
            transform: translateY(127px);
    opacity: 1;
    z-index: 1; }
  .egricayir-menu-item-dropdown:hover:after {
    width: 120px;
    height: 6px; }
  .egricayir-menu-item-dropdown:after {
    content: "";
    display: block;
    background-image: url("../images/dropdown-menu-hover-line.png");
    background-repeat: no-repeat;
    -webkit-transition: width ease-out .2s;
    transition: width ease-out .2s;
    width: 0;
    position: absolute;
    bottom: 25px; }

.egricayir-menu-item-dropdown-content-link {
  font-size: 12px !important;
  color: #f4c871 !important; }
  .egricayir-menu-item-dropdown-content-link:hover {
    color: #df9210 !important; }

.egricayir-menu-item-dropdown-content-item {
  width: 50%; }
  .egricayir-menu-item-dropdown-content-item::before {
    content: "";
    background-image: url("../images/dropdown-menu-left-arrow.svg");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 4px;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .egricayir-menu-item-dropdown-content-item:hover::before {
    background-image: url("../images/dropdown-menu-left-arrow-hover.svg"); }

.egricayir-kullanici-giris-alani {
  height: 86px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
  cursor: pointer; }
  .egricayir-kullanici-giris-alani a {
    font-family: "Comfortaa", serif;
    font-weight: 700;
    font-size: 9px;
    color: #FAEECF; }
    @media (min-width: 992px) {
      .egricayir-kullanici-giris-alani a {
        font-family: "Comfortaa", serif;
        font-weight: 700;
        font-size: 9px; } }
    @media (min-width: 1120px) {
      .egricayir-kullanici-giris-alani a {
        font-family: "Comfortaa", serif;
        font-weight: 700;
        font-size: 10px; } }
    @media (min-width: 1200px) {
      .egricayir-kullanici-giris-alani a {
        font-family: "Comfortaa", serif;
        font-weight: 700;
        font-size: 12px; } }
    @media (min-width: 1260px) {
      .egricayir-kullanici-giris-alani a {
        font-family: "Comfortaa", serif;
        font-weight: 700;
        font-size: 13px; } }
    .egricayir-kullanici-giris-alani a:visited {
      color: #FAEECF; }
    .egricayir-kullanici-giris-alani a:hover {
      color: #FAD16C !important;
      text-decoration: none; }
    .egricayir-kullanici-giris-alani a:active {
      color: #FAD16C; }
    .egricayir-kullanici-giris-alani a:focus {
      color: #FAD16C; }

.egricayir-menu-cicek {
  margin-left: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (min-width: 1120px) {
    .egricayir-menu-cicek {
      margin-left: 20px; } }
  @media (min-width: 1260px) {
    .egricayir-menu-cicek {
      margin-left: 7px; } }

.egricayir-giris-ve-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 79px;
  width: 100%;
  height: 86px; }
  @media (min-width: 1260px) {
    .egricayir-giris-ve-search {
      padding-left: 5px; } }

.egricayir-search-alani {
  position: absolute;
  right: -9px;
  max-width: 189px;
  width: 100%; }
  @media (min-width: 1200px) {
    .egricayir-search-alani {
      position: absolute;
      right: 0px;
      max-width: 189px;
      width: 100%; } }
  @media (min-width: 1300px) {
    .egricayir-search-alani {
      position: absolute;
      right: 7px;
      max-width: 189px;
      width: 100%; } }

.egricayir-search-svg {
  position: absolute;
  z-index: 999;
  right: 6px;
  top: 6px; }

.egricayir-balkovani-sepet {
  height: 86px;
  max-width: 81px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  float: right; }

.egricayir-anasayfa-banner-alani {
  background-image: url("../images/mobil-egricayir-header.png");
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: relative;
  width: 100%;
  height: 228px; }
  @media (min-width: 992px) {
    .egricayir-anasayfa-banner-alani {
      background-image: url("../images/egricayir-header-gorseli.jpg");
      height: 363px; } }
  .egricayir-anasayfa-banner-alani .mobil-header-text {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-align: center;
    max-width: 588px;
    margin: 0 auto;
    margin-top: 14px;
    margin-bottom: 13px; }
  .egricayir-anasayfa-banner-alani .mobil-header-text-koordinat {
    font-family: "Comfortaa", serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-align: center; }

.egricayir-slide-items .slick-prev, .egricayir-slide-items .slick-next {
  height: 101px;
  width: 44px; }

.slick-slide img {
  display: block;
  margin: 0 auto;
  max-height: 244px; }
  @media (min-width: 992px) {
    .slick-slide img {
      max-height: unset; } }

.egricayir-slide-items .slick-prev:before {
  content: "";
  background-image: url("../images/buyuk-slider-sol-ok.svg");
  background-position: center;
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 110%;
  width: 50px;
  height: 85px;
  opacity: 1; }
  @media (min-width: 768px) {
    .egricayir-slide-items .slick-prev:before {
      background-image: url("../images/buyuk-slider-sol-ok.svg");
      background-size: 165%; } }

.egricayir-slide-items .slick-next:before {
  content: "";
  background-image: url("../images/buyuk-slider-sag-ok.svg");
  background-position: center;
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 110%;
  width: 50px;
  height: 85px; }
  @media (min-width: 768px) {
    .egricayir-slide-items .slick-next:before {
      background-image: url("../images/buyuk-slider-sag-ok.svg");
      background-size: 165%; } }

.egricayir-slide-items .slick-prev,
.egricayir-slide-items .slick-next {
  top: 37%; }

.egricayir-slide-items .slick-prev {
  left: -55px;
  top: 64%; }
  @media (min-width: 768px) {
    .egricayir-slide-items .slick-prev {
      left: -45px;
      top: 50%; } }

.egricayir-slide-items .slick-next {
  right: -50px;
  top: 64%; }
  @media (min-width: 768px) {
    .egricayir-slide-items .slick-next {
      right: -35px;
      top: 50%; } }

.egricayir-buyuk-slider-badge {
  position: absolute;
  top: 17%;
  right: 23px;
  max-width: 130px; }
  @media (min-width: 600px) {
    .egricayir-buyuk-slider-badge {
      top: 30%; } }
  @media (min-width: 768px) {
    .egricayir-buyuk-slider-badge {
      top: 30%;
      right: 12%; } }
  @media (min-width: 992px) {
    .egricayir-buyuk-slider-badge {
      right: 20%; } }
  .egricayir-buyuk-slider-badge img {
    width: 100%; }

.egricayir-banner-alani-text {
  text-align: center;
  margin-top: 27px; }

.egricayir-banner-text-1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  color: #2F2725; }

.egricayir-logo-alani {
  max-width: 507px;
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.egricayir-buyuk-slider {
  text-align: center;
  padding-top: 12px; }

.egricayir-slide-items .swiper-slide {
  overflow: hidden; }
  .egricayir-slide-items .swiper-slide .egricayir-buyuk-slider {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out; }
  .egricayir-slide-items .swiper-slide.swiper-slide-active .egricayir-buyuk-slider {
    opacity: 1; }
	
.egricayir-mobil-anasayfa-video-alani {
  max-width: 407px;
  margin: 0 auto; }
  .egricayir-mobil-anasayfa-video-alani .egricayir-banner-youtube-image {
    position: relative;
    display: block;
    border: 4px solid #e1d4b8;
    margin-top: 30px; }
    .egricayir-mobil-anasayfa-video-alani .egricayir-banner-youtube-image .egricayir-video-link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .egricayir-mobil-anasayfa-video-alani .egricayir-banner-youtube-image .egricayir-video-link p {
        font-family: "Comfortaa", serif;
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        text-align: center; }
    .egricayir-mobil-anasayfa-video-alani .egricayir-banner-youtube-image .egricayir-youtube-icon {
      background-image: url(../images/egricayir-yayla-youtube-icon.png);
      height: 50px;
      width: 50px;
      display: block;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      display: inline-block;
      cursor: pointer; }

.egricayir-mobil-banner-area-odul {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
  float: left; }

.egricayir-banner-youtube {
  max-width: 427px;
  width: 100%;
  height: 100%;
  border: 4px solid #e1d4b8;
  margin: 0 auto;
  margin-top: 33px;
  z-index: 9; }
  @media (min-width: 992px) {
    .egricayir-banner-youtube {
      background-image: url(../images/egricayir-yayla-video_rev2.jpg);
      max-width: 289px;
      height: 170px; } }
  .egricayir-banner-youtube .egricayir-banner-youtube-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    float: left;
    height: 100%;
    text-align: center;
    position: relative; }
    .egricayir-banner-youtube .egricayir-banner-youtube-image .egricayir-banner-youtube-image-link {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .egricayir-banner-youtube .egricayir-banner-youtube-image .egricayir-youtube-icon {
      background-image: url(../images/egricayir-yayla-youtube-icon.png);
      height: 50px;
      width: 50px;
      display: block;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      display: inline-block;
      cursor: pointer; }
    .egricayir-banner-youtube .egricayir-banner-youtube-image p {
      font-family: "Comfortaa", serif;
      font-weight: 700;
      font-size: 14px;
      position: absolute;
      bottom: 0;
      color: #000;
      margin-top: -9px;
      left: 0;
      right: 0;
      text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FFF 0px 0px 20px, #FFF 0px 0px 30px, #FFF 0px 0px 40px, #FFF 0px 0px 50px, #FFF 0px 0px 75px, 2px 2px 2px rgba(255, 255, 255, 0); }

.egricayir-banner-area-odul {
  max-width: 169px;
  margin-right: 93px;
  /*262px - 169px*/
  width: 169px;
  height: 178px;
  position: absolute;
  top: -4px;
  right: 0; }

.egricayir-slide-item {
  max-width: 220px;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 768px) {
    .egricayir-slide-item {
      max-width: 100%; } }
  .egricayir-slide-item .honey-button {
    background-size: 110%;
    width: 50px;
    height: 85px;
    position: absolute;
    top: -webkit-calc(50% - (85px / 2));
    top: calc(50% - (85px / 2));
    font-size: 0;
    cursor: pointer; }
    @media (min-width: 768px) {
      .egricayir-slide-item .honey-button {
        background-size: 165%; } }
    .egricayir-slide-item .honey-button.honey-prev {
      left: -55px;
      background: url("../images/buyuk-slider-sol-ok.svg") no-repeat center center; }
      @media (min-width: 768px) {
        .egricayir-slide-item .honey-button.honey-prev {
          left: -45px; } }
    .egricayir-slide-item .honey-button.honey-next {
      right: -55px;
      background: url("../images/buyuk-slider-sag-ok.svg") no-repeat center center; }
      @media (min-width: 768px) {
        .egricayir-slide-item .honey-button.honey-next {
          right: -45px; } }

.egricayir-harita-mobil,
.egricayir-harita-alani {
  position: relative; }
  .egricayir-harita-mobil .harita-pin,
  .egricayir-harita-alani .harita-pin {
    position: absolute;
    top: 100px;
    left: 118px; }

.egricayir-harita-mobil {
  max-width: 330px;
  margin: 0 auto; }
  .egricayir-harita-mobil .harita-pin {
    top: 110px;
    left: 90px; }

.harita-pin {
  width: 100%;
  display: block;
  max-width: 36px;
  height: 53px;
  margin: 0 auto;
  /*animation: pin ease-in-out 4s infinite;*/
  -webkit-animation-name: pin;
          animation-name: pin;
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
  /* or: Xms */
  -webkit-animation-iteration-count: 100;
          animation-iteration-count: 100;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  /* or: normal */
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /* or: backwards, both, none */
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  /* or: Xms */ }

@-webkit-keyframes pin {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  60% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  80% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px); } }

@keyframes pin {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  60% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  80% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px); } }

.egricayir-harita-button {
  display: block;
  background-image: url("../images/egricayir-hikayesi-default-button.png");
  background-position: 222px 0;
  width: 222px;
  height: 54px;
  margin: 0 auto;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: -80px;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
  opacity: 0.9; }
  .egricayir-harita-button:hover {
    background-position: 222px 55px;
    opacity: 1; }
  .egricayir-harita-button a {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer; }

@media (min-width: 768px) {
  .egricayir-buyuk-slider-img img {
    max-width: 100%;
    margin-left: 9%; } }

@media (min-width: 768px) {
  .egricayir-buyuk-slider-img img {
    max-width: 100%;
    margin-left: 9%; } }

.buyuk-slider-text-1 {
  font-family: "Comfortaa", serif;
  font-weight: 300;
  font-size: 16px;
  color: #2F2725;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .buyuk-slider-text-1 {
      font-family: "Comfortaa", serif;
      font-weight: 300;
      font-size: 16px; } }

.buyuk-slider-link-1 {
  font-family: "Comfortaa", serif;
  font-weight: 700;
  font-size: 11px;
  color: #d9a43c;
  text-decoration: underline; }
  .buyuk-slider-link-1:hover {
    color: #d9a43c; }
  @media (min-width: 768px) {
    .buyuk-slider-link-1 {
      font-family: "Comfortaa", serif;
      font-weight: 300;
      font-size: 9px;
      color: #2F2725; }
      .buyuk-slider-link-1:hover {
        color: #2F2725; } }

.banner-odul-link,
.banner-odul-text {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  color: #b98a47; }
  .banner-odul-link:visited,
  .banner-odul-text:visited {
    color: #b98a47; }

.banner-oduller-text {
  float: right;
  margin-top: 20px;
  margin-right: 0; }

.egricayir-buyuk-slider-alti-text {
  text-align: center;
  margin-bottom: 50px; }

.egricayir-kampanya-text-alani {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 520px;
  padding-top: 62px; }

.egricayir-kampanya-slide-items .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 56px;
  line-height: 20px;
  text-align: center;
  color: #dbccad;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.egricayir-kampanya-slide-items .slick-dots .slick-active button:before {
  color: #fad16c;
  opacity: 1; }

.egricayir-kampanya-slide-items .slick-dots {
  bottom: 20px; }

.egricayir-kampanya-baslik-kucuk {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  font-size: 22px;
  text-align: center;
  margin-bottom: 0; }

.egricayir-kampanya-baslik-buyuk {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center; }

.egricayir-kampanyalara-gozat {
  font-family: "Comfortaa", serif;
  font-weight: 300;
  font-size: 12px;
  color: #2F2725;
  margin-top: 34px; }
  .egricayir-kampanyalara-gozat:hover {
    text-decoration: none; }

.egricayir-kampanya-buton {
  margin-top: 10px; }

.egricayir-kampanya-buton {
  font-size: 0;
  background-image: url("../images/alisverise-basla-button.png");
  background-position: 222px 1px;
  width: 223px;
  height: 48px;
  cursor: pointer;
  opacity: 0.9;
  -webkit-transition: background-image 0.5s linear;
  transition: background-image 0.5s linear;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out; }
  .egricayir-kampanya-buton:hover {
    background-position: 222px 50px;
    opacity: 1; }

.egricayir-harita-slider-kampanya {
  margin-top: -120px; }
  @media (min-width: 1200px) {
    .egricayir-harita-slider-kampanya {
      margin-top: -100px; } }

/*Mobil Header Alanı*/
.mobil-search-alanı {
  height: 50px;
  background-color: #2e2321;
  text-align: center;
  max-width: 500px;
  margin: 0 auto; }

.mobil-search {
  background-color: #2f2725;
  border-top: 1px solid #382d2b; }

.search-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px; }
  .search-control #site-search {
    font-family: "Comfortaa", serif;
    font-weight: 700;
    font-size: 13px;
    color: #f8d16d;
    width: 100%;
    max-width: 500px;
    height: 50px;
    background-color: #2F2725;
    border: 0;
    padding-left: 10px;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .search-control button {
    font-family: "Comfortaa", serif;
    font-weight: 700;
    font-size: 12px;
    color: #877470;
    width: 90px;
    height: 50px;
    background-color: #2F2725;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }

.egricayir-harita-mobil {
  padding-top: 16px;
  padding-bottom: 16px; }

.menu-navigasyon-cicekler {
  height: 86px;
  overflow: hidden; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slick-initialized {
  visibility: visible !important; }
  .slick-initialized ~ * {
    visibility: visible !important; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.egricayir-search-alani {
  /* Open state */ }
  .egricayir-search-alani .sb-search {
    position: relative;
    margin-top: 2px;
    width: 0%;
    min-width: 30px;
    height: 30px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    cursor: pointer; }
  .egricayir-search-alani .sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    max-width: 160px;
    height: 30px;
    margin: 0;
    z-index: 10;
    padding: 16px 0px 12px 6px;
    border: 1px solid #90867b;
    margin-right: 30px;
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 12px;
    color: #2c3e50;
    border-radius: 0; }
  .egricayir-search-alani .sb-search-input::-webkit-input-placeholder {
    color: #efb480; }
  .egricayir-search-alani .sb-search-input:-moz-placeholder {
    color: #efb480; }
  .egricayir-search-alani .sb-search-input::-moz-placeholder {
    color: #efb480; }
  .egricayir-search-alani .sb-search-input:-ms-input-placeholder {
    color: #efb480; }
  .egricayir-search-alani .sb-icon-search,
  .egricayir-search-alani .sb-search-submit {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer; }
  .egricayir-search-alani .sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1; }
  .egricayir-search-alani .sb-icon-search {
    color: #fff;
    background: #2f2725;
    z-index: 90;
    font-size: 0;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased; }
  .egricayir-search-alani .sb-icon-search:before {
    content: "\e000"; }
  .egricayir-search-alani .sb-search.sb-search-open,
  .egricayir-search-alani .no-js .sb-search {
    width: 100%; }
  .egricayir-search-alani .sb-search.sb-search-open .sb-icon-search,
  .egricayir-search-alani .no-js .sb-search .sb-icon-search {
    background: #2f2725;
    color: #fff;
    z-index: 11; }
  .egricayir-search-alani .sb-search.sb-search-open .sb-search-submit,
  .egricayir-search-alani .no-js .sb-search .sb-search-submit {
    z-index: 90; }

.egricayir-search-alani .sb-search-submit {
  width: 30px;
  height: 30px; }

span.sb-icon-search {
  max-width: 30px; }

.sb-search-open .egricayir-search-alani {
  position: absolute;
  right: 9px;
  max-width: 189px;
  width: 100%; }
  @media (min-width: 1200px) {
    .sb-search-open .egricayir-search-alani {
      right: 0;
      max-width: 189px; } }
  @media (min-width: 1300px) {
    .sb-search-open .egricayir-search-alani {
      right: 7px;
      max-width: 189px; } }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer; }

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px; }

#swipebox-prev {
  background-position: -32px 13px;
  float: left; }

#swipebox-next {
  background-position: -78px 13px;
  float: right; }

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px; }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 0;
  left: 50%;
  width: 366px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
  transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
  transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
  animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
  animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
  animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
    transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

.noty_theme__relax.noty_bar {
  overflow: hidden;
  position: relative; }

.noty_theme__relax.noty_bar .noty_body {
  padding: 15px;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 24px; }

.noty_theme__relax.noty_bar .noty_body .addbasket-success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-calc(100% + 30px);
  height: calc(100% + 30px);
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: -15px;
  cursor: pointer;
  position: relative;
  z-index: 99; }

.noty_theme__relax.noty_bar .noty_body .addbasket-success:before {
  content: "";
  background: url(../img/svg/basket_icon.svg) no-repeat center center;
  background-size: 50px;
  width: 50px;
  height: 53px;
  display: block;
  margin: 0 auto 20px; }

.noty_theme__relax.noty_bar .noty_body a {
  font-size: 15px;
  text-decoration: underline;
  font-weight: 500; }

.noty_theme__relax.noty_bar .noty_body a:hover {
  color: #fff;
  text-decoration: underline !important; }

.noty_theme__relax.noty_bar .noty_buttons {
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px; }

.noty_theme__relax.noty_type__alert,
.noty_theme__relax.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444; }

.noty_theme__relax.noty_type__warning {
  background: #fff url(../img/noty_bg.jpg);
  border: 1px solid #9c0a2a;
  color: #fff;
  height: 209px;
  margin-bottom: 10px; }

.noty_theme__relax.noty_type__warning .noty_buttons {
  border-color: #dfaa30; }

.noty_theme__relax.noty_type__error {
  background-color: #FF8181;
  border: 1px solid #e25353;
  color: #FFF; }

.noty_theme__relax.noty_type__error .noty_buttons {
  border-color: darkred; }

.noty_theme__relax.noty_type__info,
.noty_theme__relax.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF; }

.noty_theme__relax.noty_type__info .noty_buttons,
.noty_theme__relax.noty_type__information .noty_buttons {
  border-color: #0B90C4; }

.noty_theme__relax.noty_type__success {
  background-color: #BCF5BC;
  border: 1px solid #7cdd77;
  color: darkgreen; }

.noty_theme__relax.noty_type__success .noty_buttons {
  border-color: #50C24E; }

.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
          box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; }

.noty_theme__metroui.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.noty_theme__metroui.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 14px; }

.noty_theme__metroui.noty_bar .noty_buttons {
  padding: 0 10px .5em 10px; }

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d; }

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff; }

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF; }

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF; }

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff; }

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }

.noty_theme__mint.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px; }

.noty_theme__mint.noty_bar .noty_buttons {
  padding: 10px; }

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F; }

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff; }

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff; }

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff; }

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff; }

.noty_theme__sunset.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }

.noty_theme__sunset.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

.noty_theme__sunset.noty_bar .noty_buttons {
  padding: 10px; }

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
  background-color: #073B4C;
  color: #fff; }

.noty_theme__sunset.noty_type__alert .noty_progressbar,
.noty_theme__sunset.noty_type__notification .noty_progressbar {
  background-color: #fff; }

.noty_theme__sunset.noty_type__warning {
  background-color: #FFD166;
  color: #fff; }

.noty_theme__sunset.noty_type__error {
  background-color: #EF476F;
  color: #fff; }

.noty_theme__sunset.noty_type__error .noty_progressbar {
  opacity: .4; }

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
  background-color: #118AB2;
  color: #fff; }

.noty_theme__sunset.noty_type__info .noty_progressbar,
.noty_theme__sunset.noty_type__information .noty_progressbar {
  opacity: .6; }

.noty_theme__sunset.noty_type__success {
  background-color: #06D6A0;
  color: #fff; }

.noty_theme__bootstrap-v3.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px; }

.noty_theme__bootstrap-v3.noty_bar .noty_body {
  padding: 15px; }

.noty_theme__bootstrap-v3.noty_bar .noty_buttons {
  padding: 10px; }

.noty_theme__bootstrap-v3.noty_bar .noty_close_button {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  background: transparent; }

.noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

.noty_theme__bootstrap-v3.noty_type__alert,
.noty_theme__bootstrap-v3.noty_type__notification {
  background-color: #fff;
  color: inherit; }

.noty_theme__bootstrap-v3.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }

.noty_theme__bootstrap-v3.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }

.noty_theme__bootstrap-v3.noty_type__info,
.noty_theme__bootstrap-v3.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }

.noty_theme__bootstrap-v3.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6; }

.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: .25rem; }

.noty_theme__bootstrap-v4.noty_bar .noty_body {
  padding: .75rem 1.25rem; }

.noty_theme__bootstrap-v4.noty_bar .noty_buttons {
  padding: 10px; }

.noty_theme__bootstrap-v4.noty_bar .noty_close_button {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .5;
  background: transparent; }

.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .75; }

.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #fff;
  color: inherit; }

.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc; }

.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #f2dede;
  color: #a94442;
  border-color: #ebccd1; }

.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #d9edf7;
  color: #31708f;
  border-color: #bce8f1; }

.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6; }

.noty_theme__semanticui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  font-size: 1em;
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_bar .noty_body {
  padding: 1em 1.5em;
  line-height: 1.4285em; }

.noty_theme__semanticui.noty_bar .noty_buttons {
  padding: 10px; }

.noty_theme__semanticui.noty_type__alert,
.noty_theme__semanticui.noty_type__notification {
  background-color: #f8f8f9;
  color: rgba(0, 0, 0, 0.87); }

.noty_theme__semanticui.noty_type__warning {
  background-color: #fffaf3;
  color: #573a08;
  -webkit-box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__error {
  background-color: #fff6f6;
  color: #9f3a38;
  -webkit-box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__info,
.noty_theme__semanticui.noty_type__information {
  background-color: #f8ffff;
  color: #276f86;
  -webkit-box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent; }

.noty_theme__semanticui.noty_type__success {
  background-color: #fcfff5;
  color: #2c662d;
  -webkit-box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent;
          box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent; }

.noty_theme__nest.noty_bar {
  margin: 0 0 15px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0;
          box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0; }

.noty_theme__nest.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); }

.noty_theme__nest.noty_bar .noty_buttons {
  padding: 10px; }

.noty_layout .noty_theme__nest.noty_bar {
  z-index: 5; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: 4px;
  margin-right: -4px;
  margin-left: 4px;
  z-index: 4;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(3) {
  position: absolute;
  top: 0;
  margin-top: 8px;
  margin-right: -8px;
  margin-left: 8px;
  z-index: 3;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(4) {
  position: absolute;
  top: 0;
  margin-top: 12px;
  margin-right: -12px;
  margin-left: 12px;
  z-index: 2;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(5) {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-right: -16px;
  margin-left: 16px;
  z-index: 1;
  width: 100%; }

.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) {
  position: absolute;
  top: 0;
  margin-top: 20px;
  margin-right: -20px;
  margin-left: 20px;
  z-index: -1;
  width: 100%; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) {
  margin-top: 4px;
  margin-left: -4px;
  margin-right: 4px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) {
  margin-top: 8px;
  margin-left: -8px;
  margin-right: 8px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) {
  margin-top: 12px;
  margin-left: -12px;
  margin-right: 12px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: 16px; }

#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6),
#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: 20px; }

.noty_theme__nest.noty_type__alert,
.noty_theme__nest.noty_type__notification {
  background-color: #073B4C;
  color: #fff; }

.noty_theme__nest.noty_type__alert .noty_progressbar,
.noty_theme__nest.noty_type__notification .noty_progressbar {
  background-color: #fff; }

.noty_theme__nest.noty_type__warning {
  background-color: #FFD166;
  color: #fff; }

.noty_theme__nest.noty_type__error {
  background-color: #EF476F;
  color: #fff; }

.noty_theme__nest.noty_type__error .noty_progressbar {
  opacity: .4; }

.noty_theme__nest.noty_type__info,
.noty_theme__nest.noty_type__information {
  background-color: #118AB2;
  color: #fff; }

.noty_theme__nest.noty_type__info .noty_progressbar,
.noty_theme__nest.noty_type__information .noty_progressbar {
  opacity: .6; }

.noty_theme__nest.noty_type__success {
  background-color: #06D6A0;
  color: #fff; }

.noty_theme__light.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }

.noty_theme__light.noty_bar .noty_body {
  padding: 10px; }

.noty_theme__light.noty_bar .noty_buttons {
  border-top: 1px solid #e7e7e7;
  padding: 5px 10px; }

.noty_theme__light.noty_type__alert,
.noty_theme__light.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #444; }

.noty_theme__light.noty_type__warning {
  background-color: #FFEAA8;
  border: 1px solid #FFC237;
  color: #826200; }

.noty_theme__light.noty_type__warning .noty_buttons {
  border-color: #dfaa30; }

.noty_theme__light.noty_type__error {
  background-color: #ED7000;
  border: 1px solid #e25353;
  color: #FFF; }

.noty_theme__light.noty_type__error .noty_buttons {
  border-color: darkred; }

.noty_theme__light.noty_type__info,
.noty_theme__light.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #FFF; }

.noty_theme__light.noty_type__info .noty_buttons,
.noty_theme__light.noty_type__information .noty_buttons {
  border-color: #0B90C4; }

.noty_theme__light.noty_type__success {
  background-color: #57C880;
  border: 1px solid #7cdd77;
  color: darkgreen; }

.noty_theme__light.noty_type__success .noty_buttons {
  border-color: #50C24E; }
.topbar-vertical-slider {
  overflow-x: hidden;
  width: 100%;
  max-width: 1814px;
  display: block;
  max-height:100px;
  background-color: #667a52;
  top: 86px;
  left: 0;
  margin: 0 auto;
  z-index: 3; }
  @media screen and (max-width: 992px) {
    .topbar-vertical-slider {
      top: 137px; } }
  .topbar-vertical-slider--container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .topbar-vertical-slider--truck {
    max-width: 45px;
    max-height: 28px;
    margin: 0 0 0 10px; }
    @media screen and (max-width: 320px) {
      .topbar-vertical-slider--truck {
        max-width: 35px; } }
  .topbar-vertical-slider--slick {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    visibility: hidden; }
    @media screen and (max-width: 320px) {
      .topbar-vertical-slider--slick {
        max-width: 260px; } }
    .topbar-vertical-slider--slick_item {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 46px !important; }
      .topbar-vertical-slider--slick_item p, .topbar-vertical-slider--slick_item img {
        margin: 0;
        display: inline; }
      .topbar-vertical-slider--slick_item p {
        color: #ffefb7;
        font-size: 1rem;
        letter-spacing: 0.02rem; }
      .topbar-vertical-slider--slick_item img {
        margin-left: 10px; }
      @media screen and (max-width: 320px) {
        .topbar-vertical-slider--slick_item {
          font-size: 0.875rem; } }

.world-best-honey-award {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 15px 0 35px; }
  .world-best-honey-award .container {
    position: relative; }
  .world-best-honey-award picture {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer; }
    .world-best-honey-award picture img {
      object-position: center;
      object-fit: contain;
      pointer-events: none; }
  @media screen and (min-width: 1024px) {
    .world-best-honey-award {
      height: 202px; } }
	  
.egricayir-home-infos {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100px; }
  .egricayir-home-infos__block {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100px; }
    .egricayir-home-infos__block img {
      display: block;
      object-fit: contain;
      object-position: center;
      max-width: 100px;
      margin: 0 auto 15px; }
    .egricayir-home-infos__block h2, .egricayir-home-infos__block p {
      color: #ba8c00;
      font-family: "Comfortaa", sans-serif;
      text-align: center; }
    .egricayir-home-infos__block h2 {
      max-width: 60%;
      margin: 0 auto 20px;
      font-size: 25px; }
    .egricayir-home-infos__block p {
      max-width: 80%;
      margin: 0 auto;
      font-size: 14px;
      line-height: 1.7; }

.egricayir-press {
  position: relative;
  display: block;
  width: 100%;
  margin: 40px 0; }
  @media (min-width: 768px) {
    .egricayir-press {
      margin: 80px 0 20px; } }
  .egricayir-press__title {
    position: relative;
    display: block;
    width: 100%;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#b85132), to(#c69011));
    background: linear-gradient(to right, #b85132, #c69011);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .egricayir-press__title span {
      display: block;
      font-size: 40px; }
    @media (min-width: 768px) {
      .egricayir-press__title {
        font-family: "Playfair Display", serif;
        font-weight: 400;
        font-size: 50px; }
        .egricayir-press__title span {
          font-size: 60px; } }
  .egricayir-press__videos {
    position: relative;
    display: block;
    width: 100%;
    margin: 40px 0; }
    .egricayir-press__videos--video {
      position: relative;
      display: block;
      width: 100%; }
      .egricayir-press__videos--video img {
        display: block;
        object-fit: contain;
        object-position: center;
        margin: 0 auto 25px; }
    @media (min-width: 768px) {
      .egricayir-press__videos {
        margin: 80px 0; }
        .egricayir-press__videos--video img {
          margin-bottom: 0; } }
  .egricayir-press__button a {
    display: block;
    width: 300px;
    height: 38px;
    margin: 0 auto;
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 16px;
    color: #E8B64A;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A));
    background-image: linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%);
    background-position: 8px 0%, 100% 8px, -8px 100%, 0% -8px;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
    transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s; }
    .egricayir-press__button a:visited {
      color: #E8B64A; }
    .egricayir-press__button a:hover {
      color: #835B46;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46));
      background-image: linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%);
      background-position: 0 0%, 100% 0, 0 100%, 0% 0;
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }

.category-banner, .swipebox {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }
  .category-banner span, .swipebox span {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    .category-banner span i, .swipebox span i {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 1099999999;
      background-image: url(/images/category/play-button.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% auto; }
    .category-banner span:before, .swipebox span:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      display: block;
      width: 80px;
      height: 80px;
      background: #f5c96a;
      border-radius: 50%;
      z-index: -1;
      -webkit-animation: pulse-border 1500ms ease-out infinite;
              animation: pulse-border 1500ms ease-out infinite; }
  .category-banner img, .swipebox img {
    display: block;
    object-fit: contain;
    object-position: center;
    max-width: 100%; }
	
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }	

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Kategori Sayfası
--------------------------------------------------------------*/
.category-page-banner {
  height: 280px;
  background-image: url("../images/kategori-sayfasi-banner.png");
  background-repeat: no-repeat;
  background-position-y: 0;
  background-position-x: center;
  display: none;
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .category-page-banner {
      display: block; } }

.list-and-detail-banner {
  display: none;
  height: 280px;
  background-image: url("../images/listeleme-ve-detay-banner.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 100%; }
  @media (min-width: 992px) {
    .list-and-detail-banner {
      display: block;
      height: 171px; } }
  .list-and-detail-banner .egricayir-logo-alani {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 171px; }

.category-breadcrumb-urun-listeleme-alani {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 40px; }
  @media (min-width: 992px) {
    .category-breadcrumb-urun-listeleme-alani {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 46px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-bottom: 0;
      padding-left: 0;
      margin-top: 0; } }

.category-breadcrumb .breadcrumb {
  background-color: transparent;
  font-family: "Comfortaa", serif;
  font-weight: 700;
  font-size: 11px;
  padding: 0;
  margin: 0; }

.category-breadcrumb .breadcrumb-item a {
  color: #a39aad; }
  .category-breadcrumb .breadcrumb-item a:hover {
    text-decoration: none; }

.category-urun-listeleme {
  display: none; }

.category-urun-listeleme-text {
  font-family: "Comfortaa", serif;
  font-weight: 700;
  font-size: 11px;
  color: #a39aad;
  margin-bottom: 0; }

.category-page-side-bar-title {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 18px;
  color: #2F2725;
  margin-bottom: 30px;
  margin-top: 67px; }

.category-side-bar-items {
  margin-left: 0;
  padding-left: 0; }
  .category-side-bar-items .category-side-bar-item {
    list-style: none;
    border-bottom: 1px solid #f5ecdb; }

.category-side-bar-link {
  font-family: "Comfortaa", serif;
  font-weight: 700;
  font-size: 12px;
  color: #2F2725;
  height: 35px;
  display: inline-block;
  line-height: 38px;
  width: 100%; }

.category-page-side-bar-head,
.category-page-side-bar {
  width: 100%; }

.category-side-bar-items .category-side-bar-item a {
  cursor: pointer;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s; }
  .category-side-bar-items .category-side-bar-item a:hover {
    color: #dca623; }
  .category-side-bar-items .category-side-bar-item a .active {
    color: #323231; }

.category-side-bar-items li:first-child {
  border-top: 1px solid #f5ecdb; }

.side-bar-banner-baslik {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 19px;
  color: #2fa451;
  text-align: left; }

.side-bar-banner {
  text-align: left;
  margin-top: 67px; }
  .side-bar-banner .banner-link {
    display: block;
    width: 100%;
    height: 100%; }

.side-bar-banner-text {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 13px;
  color: #2F2725;
  margin-top: 24px;
  margin-bottom: 0; }

.side-bar-banner-link {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 13px;
  color: #2fa451;
  text-decoration: underline; }
  .side-bar-banner-link:hover {
    color: #2fa451; }

.category-urun-list {
  max-width: 320px;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer; }
  .category-urun-list .egricayir-kovana-ekle-link {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 14px;
    width: 200px;
    height: 50px;
    display: inline-block;
    text-align: center;
    color: #191919;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    opacity: 0;
    line-height: 40px;
    text-decoration: none; }
    .category-urun-list .egricayir-kovana-ekle-link:after {
      content: "";
      width: 200px;
      height: 1px;
      background-color: #191919;
      display: block;
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
      opacity: 0;
      -webkit-transition-duration: 0.4s;
              transition-duration: 0.4s;
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .category-urun-list .egricayir-kovana-ekle-link:before {
      content: "";
      width: 200px;
      height: 1px;
      background-color: #191919;
      display: block;
      -webkit-transform: translateY(3px);
              transform: translateY(3px);
      opacity: 0;
      -webkit-transition-duration: 0.4s;
              transition-duration: 0.4s;
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
  .category-urun-list .category-urun-link {
    display: block;
    width: 100%; }			  
  .category-urun-list:hover .egricayir-kovana-ekle-link {
    display: none;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; }
    @media (min-width: 768px) {
      .category-urun-list:hover .egricayir-kovana-ekle-link {
        display: inline-block; } }
    .category-urun-list:hover .egricayir-kovana-ekle-link:after {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1; }
    .category-urun-list:hover .egricayir-kovana-ekle-link:before {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1; }
  .category-urun-list:hover .egricayir-kovana-ekle {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: 0;
    width: 100%;
    padding-bottom: 25px;
    display: none; }
    @media (min-width: 992px) {
      .category-urun-list:hover .egricayir-kovana-ekle {
        display: block; } }
  .category-urun-list:hover .egricayir-urunler-fiyat-gram-alani {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
    @media (min-width: 768px) {
      .category-urun-list:hover .egricayir-urunler-fiyat-gram-alani {
        -webkit-transform: translateY(3px);
                transform: translateY(3px);
        opacity: 0; } }
  @media (min-width: 768px) {
    .category-urun-list {
      -webkit-transform: translateY(3px);
              transform: translateY(3px);
      margin-bottom: 20px; } }

.egricayir-urunler-slider-baslik {
  color: #2F2725; }

.egricayir-instagram-kategori {
  background-image: url("../images/egricayir-instagram-background.png");
  height: 474px;
  background-size: 56%;
  background-position: center right;
  background-repeat: no-repeat; }
  @media (min-width: 992px) {
    .egricayir-instagram-kategori {
      height: 613px;
      background-size: unset;
      background-position: right;
      margin-bottom: 140px; } }
  @media (min-width: 1200px) {
    .egricayir-instagram-kategori {
      height: 613px;
      background-size: unset;
      background-position: 70%;
      margin-bottom: 140px; } }
  .egricayir-instagram-kategori .egricayir-instagram-alani {
    margin: 0 auto; }

.egricayir-kategori-sayfasi-baslik {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .egricayir-kategori-sayfasi-baslik h1 {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#30b9ac), color-stop(#d37aae), to(#cca1d6));
    background: linear-gradient(to right, #30b9ac, #d37aae, #cca1d6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .egricayir-kategori-sayfasi-baslik h1 {
        font-family: "Playfair Display", serif;
        font-weight: 400;
        font-size: 35px; } }

.egricayir-kategori-geri-ok {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 50px; }

.egricayir-geri-ok {
  background-image: url("../images/egricayir-geri-ok.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 0;
  font-size: 0;
  display: block;
  height: 40px;
  width: 100px;
  cursor: pointer; }
  @media (min-width: 992px) {
    .egricayir-geri-ok {
      display: none; } }
	
	
.egricayir-kargo-bedava-badge-listeleme,
.egricayir-hasat-zamani-badge-corner,
.egricayir-hasat-zamani-badge-full,
.egricayir-15-discount-badge {
  display: block;
  position: absolute;
  z-index: 10;
  width: 75px;
  max-width: 30%;
  top: 5px;
  left: 5px; }

.egricayir-kargo-bedava-badge-listeleme {
  left: auto;
  right: 0;
  top: 0; }

.egricayir-15-discount-badge {
  max-width: 85px;
  top: 1px;
  left: 1px; }

.egricayir-hasat-zamani-badge-corner {
  top: 0;
  left: 0; }

.egricayir-hasat-zamani-badge-full {
  top: 5px;
  left: 5px; }

@media screen and (max-width: 768px) {
  .egricayir-hasat-zamani-badge-full {
    max-width: 50px; } }

.egrifont h1,
.egricayir-list-text h1 {
  font-family: "Comfortaa", serif;
  font-weight: 700;
  font-size: 18px;
  color: #E8B64A;
  margin-bottom: 5px; }

.egrifont p,
.egricayir-list-text p {
  font-family: "Comfortaa", serif;
  font-weight: 500;
  font-size: 14px; }

.egricayir-urun-gorsel-aciklama {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  @media (min-width: 991px) {
    .egricayir-urun-gorsel-aciklama {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.egricayir-urun-gorsel {
  display: block;
  height: 100%;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
  position: relative; }

.egricayir-slider-arkasi-cicek {
  margin-top: -99px;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

.egricayir-urun-detay-isim {
  font-family: "Comfortaa", serif;
  font-weight: 700;
  font-size: 23px;
  color: #835B46;
  margin-bottom: 0; }
  .egricayir-urun-detay-isim small {
    font-family: "Comfortaa", serif;
    font-weight: 700;
    font-size: 15px; }

.egricayir-urun-detay-gram {
  font-family: "Comfortaa", serif;
  font-weight: 700;
  font-size: 15px;
  color: #835B46;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .egricayir-urun-detay-gram {
      margin-bottom: 20px; } }

.egricayir-urun-detay-fiyat {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 38px;
  color: #E8B64A;
  padding-bottom: 3px;
  margin-bottom: 18px;
  border-bottom: 1px solid #f5ecdb; }
  @media (min-width: 768px) {
    .egricayir-urun-detay-fiyat {
      padding-bottom: 15px; } }
  .egricayir-urun-detay-fiyat small {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 26px; }

.egricayir-urun-aciklama {
  margin: 0 auto;
  width: 100%;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .egricayir-urun-aciklama {
      margin-top: 0;
      max-width: 426px; } }

.egricayir-urun-detay-gram-secim .dropdown .btn {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 20px;
  width: 135px;
  height: 39px;
  text-align: left;
  border-radius: 0;
  border: 1px solid #f5ecdb;
  background-color: #fff;
  color: #E8B64A;
  position: relative; }
  .egricayir-urun-detay-gram-secim .dropdown .btn:after {
    border: 0;
    background-image: url("../images/urun-detay-down-arrow.svg");
    width: 20px;
    background-size: cover;
    height: 23px;
    background-position-y: 0;
    right: 6%;
    margin-top: 2px;
    background-repeat: no-repeat;
    position: absolute; }

.egricayir-urun-detay-gram-secim .dropdown .dropdown-menu {
  min-width: unset;
  max-width: 135px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #f5ecdb; }
  .egricayir-urun-detay-gram-secim .dropdown .dropdown-menu .dropdown-item {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 15px;
    color: #E8B64A;
    padding-left: 14px; }

.egricayir-urun-detay-sayi {
  width: 115px;
  height: 39px;
  cursor: pointer; }

.urun-detay-spinner {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  border: 1px solid #f5ecdb;
  height: 39px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E8B64A; }

.urun-detay-spinner-adet {
  margin-bottom: 0; }

.egricayir-urun-detay-gram-sayi {
  height: 39px;
  max-width: 282px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 768px) {
    .egricayir-urun-detay-gram-sayi {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.urun-detay-kovana-ekle-button {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  text-align: left; }
  @media (min-width: 768px) {
    .urun-detay-kovana-ekle-button {
      font-family: "Comfortaa", serif;
      font-weight: 400;
      font-size: 17px;
      margin-top: 45px;
      margin-bottom: 60px; } }
  .urun-detay-kovana-ekle-button a {
    color: #E8B64A;
    height: 47px;
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: 8px 0%, 100% 8px, -8px 100%, 0% -8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A));
    background-image: linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%);
    -webkit-transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
    transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
    border: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 9%;
    padding-right: 9%;
    width: 100%;
    max-width: 283px;
    text-align: center;
    display: inline-block; }
    .urun-detay-kovana-ekle-button a:visited {
      color: #E8B64A; }
    .urun-detay-kovana-ekle-button a:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46));
      background-image: linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%);
      background-position: 0 0%, 100% 0, 0 100%, 0% 0;
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      text-decoration: none;
      color: #835B46; }

.egricayir-urun-detay-secim {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end; }

.urun-aciklama-baslik {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 16px;
  color: #835b46; }

.egricayir-urun-aciklama-metin .urun-aciklama-detay {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px;
  color: #835b46; }
@media (min-width: 768px) {
	.egricayir-urun-aciklama-metin .urun-aciklama-detay {
		font-family: "Comfortaa", serif;
		font-weight: 400;
		font-size: 14px; } }

.urun-aciklama-detay {
  line-height: 22px; }

.egricayir-urun-detay-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 295px; }
  @media (min-width: 768px) {
    .egricayir-urun-detay-badge {
      max-width: 350px; } }

.urun-detay-icon-text {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px;
  color: #C5A57F;
  margin-top: 10px; }

.urun-detay-kargo-bedava,
.urun-detay-organik,
.urun-detay-hizli-gonderim {
  text-align: center; }

.urun-detay-kargo-bedava {
  width: 56px; }

.urun-detay-organik {
  width: 60px; }

.urun-detay-hizli-gonderim {
  width: 70px; }

.urun-detay-tabs .nav {
  margin-left: 0;
  margin-bottom: 3px; }

.nav-tabs {
  border-bottom: 0; }

.urun-detay-urun-inceleme-baslik {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#979bbe), color-stop(#c0a7c9), to(#eda0b2));
  background: linear-gradient(to right, #979bbe, #c0a7c9, #eda0b2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 628px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 1200px) {
    .urun-detay-urun-inceleme-baslik {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 40px; } }

.urun-detay-urun-inceleme {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
  position: relative; }
  @media (min-width: 1200px) {
    .urun-detay-urun-inceleme {
      margin-bottom: 147px; } }

.urun-detay-urun-inceleme-metin-1,
.urun-detay-urun-inceleme-metin-2 {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 15px;
  color: #626262;
  margin: 0 auto; }

.urun-detay-urun-inceleme-metin-1 {
  max-width: 798px;
  margin-bottom: 38px; }

.urun-detay-urun-inceleme-metin-2 {
  max-width: 710px; }

.detay-banner-alani-bal-kutusu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #2f2725;
  position: relative; }
  @media (min-width: 768px) {
    .detay-banner-alani-bal-kutusu {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.detay-sayfasi-yil-badge {
  position: absolute;
  top: 20px;
  margin-left: auto;
  margin-right: 3%;
  left: 171px;
  right: 0;
  width: 30%;
  max-width: 100%; }
  @media (min-width: 768px) {
    .detay-sayfasi-yil-badge {
      margin-right: auto;
      width: 12%; } }

.bal-kutusu-baslik {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 26px;
  color: #C5A57F;
  text-align: left;
  max-width: 280px;
  margin-bottom: 35px;
  margin-top: 26px;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .bal-kutusu-baslik {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 50px;
      text-align: center;
      margin-bottom: 70px;
      margin-top: 0;
      padding: 0;
      max-width: unset; } }

.bal-kutusu-text {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 15px;
  color: #C5A57F;
  text-align: left;
  max-width: 645px;
  margin: 0 auto;
  line-height: 26px;
  margin-bottom: 28px;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .bal-kutusu-text {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 18px;
      text-align: center;
      margin-bottom: 0;
      padding: 0; } }

.detay-banner-alani-bal-kutusu-text {
  width: 100%; }

.urun-detay-mobil-cicek-ari {
  display: block;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .urun-detay-mobil-cicek-ari {
      display: none; } }

.urun-detay-twins-banner-alani {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px; }

.egricayir-mobil-neden-degerli-baslik-1,
.egricayir-neden-degerli-baslik-1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#bca3a3), color-stop(#c89ed6), to(#efbeb8));
  background: linear-gradient(to right, #bca3a3, #c89ed6, #efbeb8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 700px;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 768px) {
    .egricayir-mobil-neden-degerli-baslik-1,
    .egricayir-neden-degerli-baslik-1 {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 40px; } }

.egricayir-mobil-neden-degerli-baslik-2,
.egricayir-neden-degerli-baslik-2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#b099d5), color-stop(#a07dbe), to(#c4aa97));
  background: linear-gradient(to right, #b099d5, #a07dbe, #c4aa97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 494px;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 768px) {
    .egricayir-mobil-neden-degerli-baslik-2,
    .egricayir-neden-degerli-baslik-2 {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 40px; } }

.urun-detay-egricayir-neden-degerli {
  padding-top: 25px; }
  @media (min-width: 768px) {
    .urun-detay-egricayir-neden-degerli {
      padding-top: 60px;
      margin-bottom: 20px; } }

.egricayir-neden-degerli-text {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0; }
  @media (min-width: 768px) {
    .egricayir-neden-degerli-text {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-bottom: 60px;
      padding-left: 20px;
      margin-top: 60px; } }
  .egricayir-neden-degerli-text p {
    max-width: 540px; }

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #E8B64A;
  background-color: transparent;
  border-color: none; }

.detay-ari-cicek-gorseli {
  position: absolute;
  top: -11px;
  z-index: -1;
  right: -84px;
  margin-bottom: 0;
  display: none; }
  @media (min-width: 991px) {
    .detay-ari-cicek-gorseli {
      display: block;
      position: absolute;
      top: 41px;
      z-index: -1;
      right: 0;
      margin-bottom: 0;
      max-width: 400px;
      bottom: 0; } }

.urun-detay-tabs {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  margin-bottom: 30px;
  padding: .60rem 1.25rem;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .urun-detay-tabs {
      margin-bottom: 30px;
      padding-left: 0;
      padding-right: 0; } }
  .urun-detay-tabs .card-header {
    background-color: #d0bc96;
    border-radius: 0;
    border-bottom: 0;
    padding: .60rem 1.25rem; }

.urun-detay-tabs .tab-content {
  margin-top: -3px;
  border: 1px solid #d0bc96; }

.urun-detay-tabs .nav-tabs {
  display: none; }

@media (min-width: 768px) {
  .urun-detay-tabs .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .urun-detay-tabs .card {
    border: none; }
  .urun-detay-tabs .card .card-header {
    display: none; }
  .urun-detay-tabs .card .collapse {
    display: block; } }

@media (max-width: 767px) {
  .urun-detay-tabs .tab-pane {
    display: block !important;
    opacity: 1 !important; } }

.urun-detay-tabs .card {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px;
  background-color: #fff;
  border-radius: 0;
  margin-top: 1px; }

.urun-detay-tabs > ul > li {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px; }
  .urun-detay-tabs > ul > li .nav-link.active {
    border-radius: 0;
    background-color: #d0bc96;
    border-color: #d0bc96;
    color: #fff; }
  .urun-detay-tabs > ul > li .nav-link {
    color: #835B46;
    border: 1px solid #d0bc96;
    border-radius: 0;
    margin-right: 2px; }
	
/* begin: urun detay list style */
.detay-sayfasi-bilgi-alani ul, .detay-sayfasi-bilgi-alani li,
.egricayir-list-text ul,
.egricayir-list-text li {
  list-style-type: disc; }

.detay-sayfasi-bilgi-alani ul,
.egricayir-list-text ul {
  margin: 15px;
  padding-left: 0; }

.detay-sayfasi-bilgi-alani li,
.egricayir-list-text li {
  margin-bottom: 8px; }

/* end: urun detay list style */
.mobil-tab {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff; }
  .mobil-tab:hover {
    text-decoration: none; }
  .mobil-tab:active {
    color: #fff; }
  .mobil-tab:visited {
    color: #fff; }
  .mobil-tab:focus {
    color: #fff; }

.mobil-tab.collapsed {
  color: #fff; }
  .mobil-tab.collapsed:hover {
    text-decoration: none; }
  .mobil-tab.collapsed:active {
    color: #fff; }
  .mobil-tab.collapsed:visited {
    color: #fff; }
  .mobil-tab.collapsed:focus {
    color: #fff; }

.urun-detay-bannerlar-alani {
  margin-bottom: 3px; }
  @media (min-width: 768px) {
    .urun-detay-bannerlar-alani {
      margin-bottom: 10px; } }

.egricayir-urunler-slide-item {
  margin-bottom: 30px; }

.slider-thumb {
  width: 30px;
  height: 30px;
  background-color: grey; }

.urun-slider {
  margin: 0 auto; }

.flexslider {
  background-color: transparent;
  border: 0; }

.product-Thumbs img {
  display: block;
  opacity: .5;
  cursor: pointer; }

.product-Thumbs .slick-current img {
  opacity: 1;
  cursor: default; }

.flex-direction-nav a {
  opacity: 1;
  font-size: 0;
  margin: -20px 0 0; }

.flex-direction-nav a:before {
  content: "";
  background-image: url("../images/slider-arrow-left.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 26px;
  font-size: 0; }

.flex-direction-nav a.flex-next:before {
  content: "";
  background-image: url("../images/slider-arrow-right.svg");
  background-repeat: no-repeat;
  width: 18px;
  height: 26px;
  font-size: 0; }

.flex-direction-nav a.flex-next:before {
  content: ''; }

.product-Slider .flex-direction-nav {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
  display: block;
  height: 45px; }

.flex-direction-nav .flex-prev {
  left: 0;
  padding-top: 6px; }

.flex-direction-nav .flex-next {
  right: 0;
  text-align: unset;
  padding-top: 6px; }

.product-Thumbs .flex-viewport ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-Slider {
  max-width: 640px;
  padding: 20px;
  margin: 0 auto; }

.product-Thumbs {
  max-width: 400px;
  margin: 0 auto; }

.product-Thumbs .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.mobil-tab:after {
  content: "";
  background-image: url(../images/accordion-down-arrow.svg);
  background-position: center -3px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 20px;
  height: 20px;
  float: right; }

.egricayir-urun-gorsel .owl-carousel .owl-item img {
  width: 100%;
  max-width: 538px; }
  @media (min-width: 768px) {
    .egricayir-urun-gorsel .owl-carousel .owl-item img {
      width: auto; } }

.egricayir-urun-gorsel .owl-carousel .owl-nav button.owl-prev {
  background-image: url(../images/buyuk-slider-sag-ok.svg);
  background-position: center;
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 14px;
  height: 40px;
  font-size: 0; }
  @media (min-width: 991px) {
    .egricayir-urun-gorsel .owl-carousel .owl-nav button.owl-prev {
      background-size: 100%;
      width: 50px;
      height: 85px; } }
  @media (min-width: 1200px) {
    .egricayir-urun-gorsel .owl-carousel .owl-nav button.owl-prev {
      right: -5%; } }

.egricayir-urun-gorsel .owl-carousel .owl-nav button.owl-next {
  background-image: url(../images/buyuk-slider-sol-ok.svg);
  background-position: center;
  display: block;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 14px;
  height: 40px;
  opacity: 1;
  font-size: 0; }
  @media (min-width: 991px) {
    .egricayir-urun-gorsel .owl-carousel .owl-nav button.owl-next {
      background-size: 100%;
      width: 50px;
      height: 85px; } }
  @media (min-width: 1200px) {
    .egricayir-urun-gorsel .owl-carousel .owl-nav button.owl-next {
      left: -5%; } }

.egricayir-urun-gorsel button.owl-prev {
  position: absolute;
  top: 35%;
  right: 0; }

.egricayir-urun-gorsel button.owl-next {
  position: absolute;
  top: 36%;
  left: 0; }

.owl-thumb-item {
  background-image: url("../images/altigen-thumbnail.svg");
  background-repeat: no-repeat;
  height: 60px;
  width: 64px !important;
  font-size: 0;
  border: 0;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
  background-color: transparent;
  background-position-x: -3px; }

.owl-thumb-item.active {
  background-image: url("../images/altigen-thumbnail-active.svg");
  background-repeat: no-repeat;
  height: 60px;
  width: 64px !important;
  font-size: 0;
  margin-right: 0;
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
  background-position-x: -3px; }

.hexa, .hexa div {
  margin: 0 auto;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  overflow: hidden;
  width: 50px;
  height: 50px; }

.hexa {
  width: 72px;
  height: 47px;
  margin-top: -5px;
  margin-left: -5px; }

.hexa div {
  width: 100%;
  height: 100%; }

.hexa {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg); }

.hex1 {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg); }

.hex2 {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg); }
  .hex2 img {
    max-width: 54px; }

.thumbs-picture-cerceve {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

button:focus {
  outline: none; }

.product-Slider .owl-item.active {
  opacity: 1; }

.product-Slider .owl-item:not(.active) {
  opacity: 0; }

.product-Slider .owl-item {
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear; }

.mobil-accordion {
  width: 100%;
  padding: 0 2%;
  margin-bottom: 20px; }
  .mobil-accordion #accordion .card-header {
    background-color: #d0bc96;
    border-radius: 0;
    border-bottom: 0;
    padding: 0; }
    .mobil-accordion #accordion .card-header h5 button {
      font-family: "Comfortaa", serif;
      font-weight: 400;
      font-size: 12px;
      color: #fff;
      height: 100%;
      width: 100%;
      text-align: left;
      height: 46px; }
      .mobil-accordion #accordion .card-header h5 button:focus, .mobil-accordion #accordion .card-header h5 button:hover {
        text-decoration: none; }
      .mobil-accordion #accordion .card-header h5 button:after {
        content: "";
        background-image: url(../images/accordion-down-arrow.svg);
        background-position: right -3px;
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
        width: 20px;
        height: 20px;
        float: right; }
  .mobil-accordion #accordion .card .card-body {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #d0bc96; }
  .mobil-accordion #accordion .card {
    border-bottom: 1px solid #fff; }

@media (min-width: 1200px) {
  .detail-page-breadcrumd .category-breadcrumb-urun-listeleme-alani {
    padding-left: 80px; } }

.breadcrumb-border-bottom {
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px; }

.urun-slider {
  border: 1px solid #FAEECF; }

.urun-detay-tabs #aciklama {
  max-width: 700px;
  border: 1px solid #d0bc96;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 20px; }
  .urun-detay-tabs #aciklama h1 {
    font-size: 18px;
    color: #e8b64a; }
    @media (min-width: 768px) {
      .urun-detay-tabs #aciklama h1 {
        font-size: 20px; } }
  .urun-detay-tabs #aciklama p {
    font-size: 13px; }

.mobil-accordion #collapseOne h1 {
  font-size: 18px;
  color: #e8b64a; }
  @media (min-width: 768px) {
    .mobil-accordion #collapseOne h1 {
      font-size: 20px; } }

.mobil-accordion #collapseOne p {
  font-size: 13px; }

.noty_theme__relax.noty_type__warning {
  background-image: url("../images/mobil-kovana-ekle.png");
  background-color: #2F2725;
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: 74px;
  border: 1px solid #d0bc96; }

.noty_theme__relax.noty_bar .noty_body {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px;
  padding-top: 30%; }

/*Kargo Bedava Badge*/
.egricayir-kargo-bedava-badge {
  display: block;
  position: absolute;
  z-index: 9;
  max-width: 75px;
  right: 30px;
  top: 30px; }
  @media (min-width: 420px) {
    .egricayir-kargo-bedava-badge {
      right: 40px;
      top: 40px; } }
  @media (min-width: 768px) {
    .egricayir-kargo-bedava-badge {
      right: 70px;
      top: 40px; } }
	  
.details-page .egricayir-hasat-zamani-badge-full {
  top: 40px;
  left: 70px; }

.details-page .egricayir-hasat-zamani-badge-corner {
  top: 20px;
  left: 30px; }

/*Ürün detay tab alanında stil düzenlemesi*/
.detay-sayfasi-bilgi-alani-sol-alan {
  max-width: 700px;
  width: 100%;
  border: 1px solid #d0bc96;
  padding: 20px;
  padding-top: 0;
  margin-right: 20px; }
  @media (min-width: 768px) {
    .detay-sayfasi-bilgi-alani-sol-alan {
      border: 1px solid #d0bc96;
      padding: 20px; } }
  .detay-sayfasi-bilgi-alani-sol-alan h1 {
    font-size: 20px;
    color: #e8b64a;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .detay-sayfasi-bilgi-alani-sol-alan h1 {
        font-size: 21px; } }
  .detay-sayfasi-bilgi-alani-sol-alan p {
    font-size: 13px; }

.detay-sayfasi-bilgi-alani-sag-alan {
  max-width: 540px;
  width: 100%;
  margin: 0 auto; }

.detay-sayfasi-bilgi-alani-sag-alan-buton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.detay-sayfasi-bilgi-alani-sag-alan-yorum {
  padding: 20px;
  padding-top: 14px;
  border: 1px solid #d0bc96;
  margin-bottom: 20px; }

.detay-sayfasi-bilgi-alani-sag-alan-yorum-baslik {
  color: #e3b857; }

.detay-sayfasi-tum-yorumlari-oku {
  font-size: 10px;
  border: 1px solid #b89e71;
  color: #b89e71;
  max-width: 226px;
  width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 20px;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s; }
  .detay-sayfasi-tum-yorumlari-oku:visited {
    color: #b89e71; }
  .detay-sayfasi-tum-yorumlari-oku:hover {
    text-decoration: none;
    background-color: #b89e71;
    color: #fff; }
  @media (min-width: 768px) {
    .detay-sayfasi-tum-yorumlari-oku {
      font-size: 12px; } }

.detay-sayfasi-yorum-yaz {
  font-size: 10px;
  border: 1px solid #814287;
  color: #814287;
  max-width: 197px;
  width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s; }
  .detay-sayfasi-yorum-yaz:visited {
    color: #814287; }
  .detay-sayfasi-yorum-yaz:hover {
    text-decoration: none;
    background-color: #814287;
    color: #fff; }
  @media (min-width: 768px) {
    .detay-sayfasi-yorum-yaz {
      font-size: 12px; } }

.detay-sayfasi-bilgi-alani-sag-alan-yorum-kullanici {
  max-width: 300px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .detay-sayfasi-bilgi-alani-sag-alan-yorum-kullanici p {
    margin-right: 20px; }

.egricayir-detay-sayfasi-youtube-alani {
  margin-bottom: 20px;
  position: relative; }
  .egricayir-detay-sayfasi-youtube-alani .egricayir-detay-sayfasi-youtube-alani__link-alani {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%; }
    .egricayir-detay-sayfasi-youtube-alani .egricayir-detay-sayfasi-youtube-alani__link-alani .egricayir-detay-sayfasi-youtube-alani__link {
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff; }
      .egricayir-detay-sayfasi-youtube-alani .egricayir-detay-sayfasi-youtube-alani__link-alani .egricayir-detay-sayfasi-youtube-alani__link:hover {
        text-decoration: none; }
      .egricayir-detay-sayfasi-youtube-alani .egricayir-detay-sayfasi-youtube-alani__link-alani .egricayir-detay-sayfasi-youtube-alani__link h2 {
        font-size: 30px;
        margin-top: 5px; }
      .egricayir-detay-sayfasi-youtube-alani .egricayir-detay-sayfasi-youtube-alani__link-alani .egricayir-detay-sayfasi-youtube-alani__link p {
        font-size: 16px; }
      .egricayir-detay-sayfasi-youtube-alani .egricayir-detay-sayfasi-youtube-alani__link-alani .egricayir-detay-sayfasi-youtube-alani__link .egricayir-youtube-icon {
        background-image: url(../images/egricayir-yayla-youtube-icon.png);
        height: 70px;
        width: 70px;
        display: block;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        display: inline-block;
        cursor: pointer;
        margin-top: 20px; }

.detay-sayfasi-bilgi-alani-sag-alan-egricayir-nerede {
  background-image: url("../images/detay-sayfasi-egricayir-nerede.png");
  background-size: 100%;
  background-repeat: no-repeat;
  max-width: 540px;
  width: 100%;
  min-height: 164px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  margin-bottom: 50px; }
  .detay-sayfasi-bilgi-alani-sag-alan-egricayir-nerede h1, .detay-sayfasi-bilgi-alani-sag-alan-egricayir-nerede p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 0; }
  .detay-sayfasi-bilgi-alani-sag-alan-egricayir-nerede h1 {
    font-size: 30px;
    margin-top: -16px; }
  .detay-sayfasi-bilgi-alani-sag-alan-egricayir-nerede p {
    font-size: 15px; }
  @media (min-width: 768px) {
    .detay-sayfasi-bilgi-alani-sag-alan-egricayir-nerede {
      min-height: 286px; }
      .detay-sayfasi-bilgi-alani-sag-alan-egricayir-nerede p {
        font-size: 15px;
        margin-top: -16px; } }

.detay-sayfasi-egricayir-nerede-button {
  font-family: "Comfortaa", serif;
  font-weight: 700;
  font-size: 14px;
  height: 38px;
  color: #E8B64A;
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: 8px 0%, 100% 8px, -8px 100%, 0% -8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A));
  background-image: linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%);
  -webkit-transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  border: 0;
  width: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .detay-sayfasi-egricayir-nerede-button:visited {
    color: #E8B64A; }
  .detay-sayfasi-egricayir-nerede-button:hover {
    background-position: 0 0%, 100% 0, 0 100%, 0% 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-decoration: none;
    color: #E8B64A; }
  @media (min-width: 768px) {
    .detay-sayfasi-egricayir-nerede-button {
      font-family: "Comfortaa", serif;
      font-weight: 700;
      font-size: 16px;
      width: 210px;
      height: 47px; } }

.detay-sayfasi-bilgi-alani-sag-alan .egricayir-harita-alani {
  margin: 0 auto;
  max-width: 451px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .detay-sayfasi-bilgi-alani-sag-alan .egricayir-harita-alani {
      max-width: 451px; } }

.detay-sayfasi-bilgi-alani-sag-alan .harita-pin {
  top: -27px;
  left: 133px; }
  
.egricayir-kargo-bedava-badge-detay {
  display: block;
  position: absolute;
  z-index: 9;
  max-width: 90px;
  right: 1px;
  top: 1px; }

.egricayir-urun-magaza-bilgilendirme-link {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px;
  color: #E8B64A; }
  .egricayir-urun-magaza-bilgilendirme-link b {
    text-decoration: underline; }
  .egricayir-urun-magaza-bilgilendirme-link:hover {
    color: #E8B64A;
    text-decoration: none; }

.cart-page-head {
  width: 100%; }
  .cart-page-head .cart-page-title {
    text-align: center;
    margin-top: 18px;
    margin-bottom: 20px; }
    @media (min-width: 632px) {
      .cart-page-head .cart-page-title {
        margin-bottom: 40px;
        margin-top: 40px; } }

.cart-page-product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e1d5bd;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px; }

.cart-page-title {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 20px; }

.cart-page-product-info h2 {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px; }

.basket-product-name h2 {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px; }
  @media (min-width: 632px) {
    .basket-product-name h2 {
      font-family: "Comfortaa", serif;
      font-weight: 400;
      font-size: 14px;
      max-width: 120px; } }

.basket-unit-price span,
.basket-product-price span {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 18px; }

.basket-unit-price small,
.basket-product-price small {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px; }

.basket-product-info {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 2px; }
  @media (min-width: 632px) {
    .basket-product-info {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.basket-product-delete {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.basket-product-spinner .egricayir-urun-detay-sayi {
  width: 104px;
  height: 33px; }

.basket-product-spinner .urun-detay-spinner {
  height: 33px;
  font-size: 17px;
  border: 1px solid #e1d5bd; }

@media (min-width: 632px) {
  .basket-product-spinner .egricayir-urun-detay-sayi {
    height: 36px; }
  .basket-product-spinner .urun-detay-spinner {
    height: 36px; } }

.basket-product-delete {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px; }

.cart-page-products {
  padding: 4px; }
  @media (min-width: 632px) {
    .cart-page-products {
      border: 0;
      padding-left: 10px;
      padding-right: 12px; } }

.basket-products-image img {
  max-height: 100px; }

.basket-unit-price {
  display: none; }
  @media (min-width: 632px) {
    .basket-unit-price {
      display: block; } }
  @media (min-width: 632px) {
    .basket-unit-price {
      display: block; } }

.basket-products-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

.cart-page-product-info {
  display: none; }
  @media (min-width: 632px) {
    .cart-page-product-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .cart-page-product-info .cart-product-unit-price-copy {
    font-size: 0; }

@media (min-width: 632px) {
  .mobil-delete {
    display: none; } }

.basket-product-info .basket-product-delete {
  display: none; }
  @media (min-width: 632px) {
    .basket-product-info .basket-product-delete {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.basket_order_sum_heading {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 20px;
  color: #E8B64A; }

.siparis-toplam-alani,
.siparis-ara-toplam-ozeti-alani {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.siparis-toplam-alani,
.siparis-ara-toplam-ozeti-alani {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px; }
  .siparis-toplam-alani h2,
  .siparis-ara-toplam-ozeti-alani h2 {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0; }
  .siparis-toplam-alani span small,
  .siparis-ara-toplam-ozeti-alani span small {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 10px; }

.siparis-ozeti-kupon-kodu #tboxcouponcode {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px;
  max-width: 248px;
  width: 100%;
  height: 36px;
  border-radius: 0;
  padding-left: 10px;
  margin-right: 4px; }

.siparis-ozeti-kupon-kodu #addcouponcode {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px;
  max-width: 50px;
  width: 100%;
  height: 36px;
  border: none;
  background-color: #e8b64a;
  border-radius: 0;
  color: #fff;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s; }
  .siparis-ozeti-kupon-kodu #addcouponcode:hover {
    background-color: #fff;
    border: 1px solid #e8b64a;
    color: #e8b64a; }

#partialOrderSummary {
  border: 1px solid #e1d5bd;
  padding: 20px; }

.siparis-ozeti-kupon-kodu {
  margin-bottom: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.mobil-border {
  border: 1px solid #e1d5bd;
  margin-bottom: 10px; }
  @media (min-width: 632px) {
    .mobil-border {
      border: 0;
      border-bottom: 1px solid #e1d5bd;
      margin-bottom: 0; } }

.cart-page-satin-al .urun-detay-kovana-ekle-button a {
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s; }
  @media (min-width: 632px) {
    .cart-page-satin-al .urun-detay-kovana-ekle-button a {
      padding-top: 14px;
      padding-bottom: 14px; } }
  @media (min-width: 1200px) {
    .cart-page-satin-al .urun-detay-kovana-ekle-button a {
      padding-left: 34%;
      padding-right: 34%; } }
  .cart-page-satin-al .urun-detay-kovana-ekle-button a:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46));
    background-image: linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%); }

.cart-product-unit-price {
  margin-left: 40px; }

.basket_side_summary {
  margin-top: 20px;
  max-width: 342.5px;
  width: 100%; }
  @media (min-width: 720px) {
    .basket_side_summary {
      border: 0;
      margin-bottom: 0;
      margin-top: -10px; } }
  @media (min-width: 1200px) {
    .basket_side_summary {
      border: 0;
      margin-bottom: 0;
      margin-top: -10px; } }

.basket-product-spinner {
  margin-bottom: 4px; }

.cart-page-zone {
  max-width: 850px; }

.diff_address_cnt,
.checkout-fatura-adresi-girisi {
  max-width: 750px;
  width: 100%; }
  .diff_address_cnt .inputs input[type="text"],
  .diff_address_cnt .inputs input[type="password"],
  .diff_address_cnt .inputs select, .diff_address_cnt .inputs textarea,
  .checkout-fatura-adresi-girisi .inputs input[type="text"],
  .checkout-fatura-adresi-girisi .inputs input[type="password"],
  .checkout-fatura-adresi-girisi .inputs select,
  .checkout-fatura-adresi-girisi .inputs textarea {
    display: block;
    float: left;
    width: 100%;
    height: 44px;
    border-radius: 0;
    vertical-align: middle;
    padding-left: 6px;
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 14px; }

#shipping-new-address-form .inputs input[type="text"],
#shipping-new-address-form .inputs input[type="password"],
#shipping-new-address-form .inputs select {
  display: block;
  float: left;
  width: 100%;
  height: 44px;
  border-radius: 0;
  vertical-align: middle;
  padding-left: 6px;
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px; }

.form-row__input input[type="text"],
.form-row__input input[type="password"],
.form-row__input select {
  display: block;
  float: left;
  width: 100%;
  height: 44px;
  border-radius: 0;
  vertical-align: middle;
  padding-left: 6px;
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="text"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.checkout-page select {
  height: 44px;
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px; }

#shipping-new-address-form .inputs,
.checkout-fatura-adresi-girisi .inputs {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  float: left; }
  @media (min-width: 992px) {
    #shipping-new-address-form .inputs,
    .checkout-fatura-adresi-girisi .inputs {
      margin-right: 20px;
      float: left;
      margin-bottom: 16px;
      width: 46%; } }

#billing-new-address-form,
.checkout-data {
  display: block;
  float: left; }

.select-billing-address {
  margin-bottom: 20px; }

.is-company {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 729px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.is-company .inputs {
  width: 48% !important; }

.edit-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  position: relative;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

#shipping-address-select,
#billing-address-select {
  max-width: 710px;
  width: 100%;
  -webkit-appearance: none;
  padding-right: 34px; }

.kurumsal-satis {
  width: 100%;
  display: block;
  float: left; }

.checkout-page {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px; }

.ordered_products ul {
  padding-left: 0;
  margin-left: 0;
  border-top: 1px solid #E8B64A;
  border-bottom: 1px solid #E8B64A;
  padding-top: 20px;
  padding-bottom: 20px; }
  .ordered_products ul li {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 12px;
    list-style: none;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px; }
    .ordered_products ul li .ordered_product_name {
      font-weight: 500;
      font-size: 13px;
      color: #7b922a;
      text-align: left;
      text-align: left;
      width: 150px; }

.payment-credit-card {
  margin-top: 20px;
  margin-bottom: 20px; }

.paymentMethodSelector {
  border-radius: 0; }

.payment-credit-card .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 5px 0 5px;
  margin-bottom: 10px; }

.payment-credit-card .credit-card-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

#checkout_attribute_4 {
  width: 100%;
  resize: none;
  border-radius: 0;
  height: 120px; }

.total-info .order-subtotal,
.total-info .shipping-cost,
.total-info .tax-value,
.total-info .order-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }
  .total-info .order-subtotal h2, .total-info .order-subtotal span,
  .total-info .shipping-cost h2,
  .total-info .shipping-cost span,
  .total-info .tax-value h2,
  .total-info .tax-value span,
  .total-info .order-total h2,
  .total-info .order-total span {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0; }

.checkout-toplam-tutar {
  font-size: 12px; }

.new-shipping-address .enter-address h4,
.basketOrderSummaryTitle {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
  color: #E8B64A; }

#discountbox {
  margin-top: 20px; }

#giftcardcouponcode, #discountcouponcode {
  border: 1px solid #f1f1f1;
  width: 100%;
  height: 34px;
  max-width: 306px;
  border-radius: 0; }

#applygiftcardcouponcode,
#applydiscountcouponcode {
  padding: 0;
  width: 60px;
  height: 34px;
  margin-left: 4px;
  background-color: #fff;
  border: 1px solid #E8B64A;
  color: #E8B64A;
  border-radius: 0;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
  cursor: pointer; }
  #applygiftcardcouponcode:hover,
  #applydiscountcouponcode:hover {
    background-color: #E8B64A;
    color: #fff; }

.checkout-siparis-ozeti {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .checkout-siparis-ozeti {
      margin-bottom: 100px; } }

.basketOrderSummary {
  border: 1px solid #ccc;
  padding: 15px; }

#giftcardbox {
  margin-top: 20px; }

.order_and_continue .shoppingRules {
  margin-top: 20px; }
  .order_and_continue .shoppingRules .egricayir-urun-detay-badge {
    margin: 0 auto; }

.giftcard-box .hint,
.coupon-box .hint {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px;
  display: none; }

.enter-address .enter-address-body .inputs textarea,
.edit-address .inputs textarea {
  height: 120px;
  resize: none; }

#shipping-new-address-form {
  margin-top: 20px; }

.coupon-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.checkout-page label {
  margin-bottom: 2px;
  font-size: 12px; }

.checkout-page-satin-al-button {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .checkout-page-satin-al-button {
      font-family: "Comfortaa", serif;
      font-weight: 400;
      font-size: 17px;
      margin-top: 25px;
      margin-bottom: 25px; } }
  .checkout-page-satin-al-button a {
    color: #E8B64A;
    height: 47px;
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: 8px 0%, 100% 8px, -8px 100%, 0% -8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A));
    background-image: linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%);
    -webkit-transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
    transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
    border: 0;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s; }
    @media (min-width: 768px) {
      .checkout-page-satin-al-button a {
        font-family: "Comfortaa", serif;
        font-weight: 400;
        font-size: 17px;
        padding: 0;
        width: 200px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 auto; } }
    @media (min-width: 1000px) {
      .checkout-page-satin-al-button a {
        font-family: "Comfortaa", serif;
        font-weight: 400;
        font-size: 17px;
        width: 250px; } }
    @media (min-width: 1200px) {
      .checkout-page-satin-al-button a {
        font-family: "Comfortaa", serif;
        font-weight: 400;
        font-size: 17px;
        width: 316px; } }
    @media (min-width: 1300px) {
      .checkout-page-satin-al-button a {
        font-family: "Comfortaa", serif;
        font-weight: 400;
        font-size: 17px;
        width: 371px; } }
    .checkout-page-satin-al-button a:visited {
      color: #E8B64A; }
    .checkout-page-satin-al-button a:hover {
      background-image: -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46));
      background-image: linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%);
      background-position: 0 0%, 100% 0, 0 100%, 0% 0;
      -webkit-transition-delay: 0s;
              transition-delay: 0s;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition: all ease-in .2s;
      transition: all ease-in .2s;
      text-decoration: none;
      color: #835B46; }

.required {
  color: red; }

.checkout-page input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 0;
  opacity: 0;
  top: 0px; }

.diffrentAddress_Toggle-icon,
.cb-checkbox-icon {
  display: block;
  width: 16px;
  height: 16px;
  background: #e4e4e4;
  position: relative;
  margin-left: -16px;
  pointer-events: none;
  float: left;
  margin-top: 1px;
  margin-right: 5px; }
  .diffrentAddress_Toggle-icon:after,
  .cb-checkbox-icon:after {
    content: "";
    display: block;
    background: url("../images/if_check_118698.svg");
    background-repeat: no-repeat;
    background-position: 4px -4px;
    background-color: #E8B64A;
    opacity: 0;
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 11px;
    overflow: hidden;
    width: 16px;
    height: 16px;
    color: #99a1a7;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }

.diffrentAddress_Toggle-input:checked ~ .diffrentAddress_Toggle-icon,
.cb-checkbox:checked ~ .cb-checkbox-icon::after {
  width: 16px;
  height: 16px;
  display: block;
  opacity: 1; }

.diffrentAddress_Toggle label,
.makeMeUserToggle label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  display: block;
  background: url("../images/if_check_118698.svg");
  background-repeat: no-repeat;
  background-position: 4px -4px;
  background-color: #E8B64A; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.diffrentAddress_Toggle .custom-control-input {
  margin-right: -15px !important; }

.checkout__Second_cont {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .checkout__Second_cont {
      margin-top: 0; } }

.checkout-fatura-adresi-girisi h4,
.ordered_products h4,
.paymentMethods h4,
.checkout-attributes h4 {
  font-size: 18px;
  color: #E8B64A;
  font-weight: 400; }

.ordered_product_price {
  font-size: 13px; }

.ordered_products h4 {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
  font-weight: 400; }
  .ordered_products h4:before {
    content: "";
    background-image: url("../images/checkout-kovan-sepetim.png");
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 36px;
    position: absolute;
    left: 0px;
    top: -6px;
    background-size: 24.5px; }

.custom-checkbox.sozlesme-kutusu {
  float: left;
  margin-right: 0;
  margin-top: -3px;
  width: 20px; }

.tos_txt {
  font-size: 12px; }

.diffrentAdress_ {
  margin-bottom: 20px; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/checkout-down-arrow.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 98%;
  padding-left: 5px;
  background-color: #fff;
  border-radius: 0;
  cursor: pointer; }
  select:focus {
    outline: none; }

.form-control:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.payment_options .form-control:focus {
  border: 1px solid #ced4da; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
  outline: none; }

.checkout_continueWithoutLogin,
.checkout_loginArea {
  max-width: 610px;
  width: 100%;
  border: 1px solid #ededed;
  padding: 30px 30px;
  margin-bottom: 30px; }

.checkoutInnerTitle {
  font-size: 18px;
  color: #E8B64A;
  font-weight: 400; }

.register_loginText,
.checkout_loginText {
  font-size: 12px; }

.Login__login_form {
  margin-top: 10px; }

.Login__login_form .inputs label {
  width: 100%; }

.Login__login_form .inputs input {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  height: 44px;
  border-radius: 0;
  margin-top: 3px;
  margin-bottom: 8px; }

.reversed.Login__rememberMe {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .reversed.Login__rememberMe {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .reversed.Login__rememberMe .custom-checkbox {
    max-width: 125px; }
    .reversed.Login__rememberMe .custom-checkbox .custom-control-description {
      margin-left: -17px;
      line-height: 27px; }

.register_loginbutton,
.checkout_loginbutton {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 15px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: 8px 0%, 100% 8px, -8px 100%, 0% -8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A));
  background-image: linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%);
  -webkit-transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  border: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 9%;
  padding-right: 9%;
  width: 100%;
  max-width: 369px;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
  color: #E8B64A;
  background-color: transparent;
  cursor: pointer;
  border-radius: 0; }
  .register_loginbutton:visited,
  .checkout_loginbutton:visited {
    color: #E8B64A; }
  .register_loginbutton:hover,
  .checkout_loginbutton:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46));
    background-image: linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%);
    background-position: 0 0%, 100% 0, 0 100%, 0% 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
    text-decoration: none;
    color: #835B46; }

.login__btns {
  margin-top: 22px;
  height: 45px;
  display: block; }

.checkout_loginArea #collapseExample .card {
  padding-left: 0;
  background-color: #fff; }

.checkout-sayfasi-kargo {
  max-width: 360px;
  float: right;
  margin-right: 8%; }

.method-name {
  float: right;
  width: 100%;
  max-width: 360px;
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 50px; }
  .method-name img {
    float: left;
    width: 50px; }
  .method-name .method__right {
    margin-top: 10px;
    float: left;
    width: 160px;
    margin-left: 35px; }

.method-list,
.section.shipping-method {
  height: 50px;
  display: block;
  margin-left: 0;
  padding-left: 15px; }

.method__right label {
  margin-left: 22px; }

.checkout-sayfasi-kargo h4 {
  font-size: 18px;
  color: #E8B64A;
  font-weight: 400;
  text-align: left; }

#TermsOfService-error {
  width: 330px;
  float: left;
  display: inline-block;
  padding-top: 0; }
  
.kargo-lb-wrapper {
  overflow: hidden;
  z-index: 1;
  right: 0;
  width: 300px;
  height: 300px;
  bottom: 30px;
  position: fixed; }
  @media (min-width: 1001px) {
    .kargo-lb-wrapper {
      width: 490px; } }

.kargo-lb {
  font-family: "Comfortaa", sans-serif;
  position: absolute;
  background-image: url(../images/egricayir-kargo-bilgilendirme.jpg);
  background-size: 100%;
  height: 280px;
  width: 300px;
  padding: 35px 27.5px 40px;
  z-index: -1;
  right: -490px; }
  @media (min-width: 1001px) {
    .kargo-lb {
      height: 280px;
      width: 430px;
      padding: 38px 27.5px 58px; } }
  .kargo-lb p {
    font-size: 12px;
    color: #E8B64A;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
    line-height: 30px; }
    @media (min-width: 1001px) {
      .kargo-lb p {
        font-size: 16px; } }
    .kargo-lb p span {
      font-size: 20px;
      margin-bottom: 20px;
      display: inline-block;
      border-bottom: 1px solid #E8B64A; }
    .kargo-lb p i {
      font-size: 12px;
      font-style: normal;
      display: inline-block;
      margin-top: 20px; }

.kargo-lb-close {
  font-family: "Comfortaa", sans-serif;
  background-color: #fff;
  color: #2F2725;
  font-size: 14px;
  font-style: normal;
  width: 18px;
  height: 18px;
  display: block;
  float: right;
  z-index: 1;
  text-align: center;
  top: 0px;
  font-weight: bold;
  position: absolute;
  left: 0; }
  .kargo-lb-close:visited {
    color: #2F2725; }

.egricayir-hikayemiz {
  display: block;
  float: left;
  text-align: left;
  width: 100%;
  height: auto;
  position: relative; }
  @media (min-width: 992px) {
    .egricayir-hikayemiz {
      margin-top: 70px;
      background-image: url("../images/hikayemiz-ari-cicek.png");
      background-repeat: no-repeat;
      background-position: 40px;
      background-size: auto;
      height: 570px;
      text-align: center; } }

.desktop-hikayemiz-hikayemiz-ari-cicek:after {
  content: "";
  width: 400px;
  height: 40px;
  display: block;
  background-color: #efe9e6;
  text-align: center;
  margin: 0 auto;
  display: none; }

.hikayemiz-hikayemiz-ari-cicek {
  margin-top: 22px; }
  @media (min-width: 992px) {
    .hikayemiz-hikayemiz-ari-cicek {
      display: none; } }

.hikayemiz-giris-metni {
  max-width: 650px;
  float: right;
  padding-top: 30px;
  text-align: center; }
  @media (min-width: 992px) {
    .hikayemiz-giris-metni {
      padding-top: 60px;
      max-width: 470px; } }
  @media (min-width: 1200px) {
    .hikayemiz-giris-metni {
      max-width: 650px; } }

.hikayemiz-baslik {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 50px;
  color: #323231; }

.hikayemiz-giris-metin {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#4a5683), color-stop(#a57ba1), to(#858482));
  background: linear-gradient(to right, #4a5683, #a57ba1, #858482);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  @media (min-width: 992px) {
    .hikayemiz-giris-metin {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 26px; } }

.hikayemiz-sahbaz-cayli {
  font-family: 'Great Vibes', sans-serif;
  text-align: center;
  font-size: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#717aaa), to(#a69984));
  background: linear-gradient(to right, #717aaa, #a69984);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 143px;
  margin: 0 auto; }

.hikayemiz-hikayemiz-ari-cicek-gorsel {
  display: none; }
  @media (min-width: 992px) {
    .hikayemiz-hikayemiz-ari-cicek-gorsel {
      display: block; } }

.hikayemiz-hikayemiz-ari-cicek-gorsel-mobil {
  display: block; }
  @media (min-width: 992px) {
    .hikayemiz-hikayemiz-ari-cicek-gorsel-mobil {
      display: none; } }

.hikayemiz-aile-gorseli-alani {
  display: block;
  float: left;
  margin-bottom: 20px;
  position: relative; }

@media (min-width: 992px) {
  .image-bottom-line {
    margin-bottom: 60px; }
    .image-bottom-line:after {
      content: "";
      display: block;
      width: 400px;
      height: 30px;
      background-color: #eeebef;
      margin: 0 auto;
      margin-left: 380px; } }

.hikayemiz-egricayir-tarih-badge {
  position: absolute;
  width: 131.3px;
  bottom: 35.5%;
  right: 12px; }
  @media (min-width: 992px) {
    .hikayemiz-egricayir-tarih-badge {
      top: -62px;
      right: 42px;
      width: 119.5px; } }
  @media (min-width: 1172px) {
    .hikayemiz-egricayir-tarih-badge {
      top: -72px;
      right: 42px; } }
  @media (min-width: 1250px) {
    .hikayemiz-egricayir-tarih-badge {
      top: -127px;
      right: 42px;
      width: 239px; } }

.hikayemiz {
  text-align: center;
  padding-bottom: 10%; }
  .hikayemiz h2, .hikayemiz h3, .hikayemiz p {
    text-align: left; }
    @media (min-width: 992px) {
      .hikayemiz h2, .hikayemiz h3, .hikayemiz p {
        text-align: center; } }

.hikayemiz-baslik {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 32px;
  background: -webkit-gradient(linear, left top, right top, from(#38393c), color-stop(#6974a9), color-stop(#ae6783), to(#635c5f));
  background: linear-gradient(to right, #38393c, #6974a9, #ae6783, #635c5f);
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .hikayemiz-baslik {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 60px; } }

.hikayemiz-baslik-2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 32px;
  background: -webkit-gradient(linear, left top, right top, from(#5f6d88), color-stop(#5f6d88), color-stop(#5f6d88), to(#bcbac6));
  background: linear-gradient(to right, #5f6d88, #5f6d88, #5f6d88, #bcbac6);
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .hikayemiz-baslik-2 {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 60px; } }

.hikayemiz-yoruk {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 20px;
  color: #323231; }
  @media (min-width: 992px) {
    .hikayemiz-yoruk {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 30px; } }

.hikayemiz-aciklama-2,
.hikayemiz-aciklama {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 17px;
  color: #323231;
  line-height: 30px; }

.hikayemiz-aciklama {
  max-width: 915px;
  margin-top: 30px;
  margin-bottom: 60px; }

.hikayemiz-aciklama-2 {
  max-width: 1115px;
  text-align: center; }

.egricayir-soz {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  color: #323231;
  max-width: 712px;
  margin-top: 30px;
  margin-bottom: 40px !important; }
  @media (min-width: 992px) {
    .egricayir-soz {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 26px;
      margin-top: 42px;
      margin-bottom: 117px !important; } }

.hikayemiz-bal-kovani-metin {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 17px;
  color: #323231;
  max-width: 888px;
  line-height: 30px;
  margin: 0 auto; }

.hikayemiz-bal-kovani-metin-2 {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 17px;
  color: #323231;
  max-width: 1015px;
  line-height: 30px;
  margin: 0 auto; }

.hikayemiz-neden-degerli {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 17px;
  color: #323231; }
  .hikayemiz-neden-degerli p {
    margin-bottom: 7px; }

.egricayir-hikayemiz-gorsel-2 {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .egricayir-hikayemiz-gorsel-2 {
      margin-top: 70px;
      margin-bottom: 70px; } }

.hikayemiz-bal-kovani {
  margin-bottom: 35px; }
  @media (min-width: 992px) {
    .hikayemiz-bal-kovani {
      margin-bottom: 70px; } }

.hikayemiz-aile-gorseli-desktop {
  display: none; }
  @media (min-width: 599px) {
    .hikayemiz-aile-gorseli-desktop {
      display: block; } }

@media (min-width: 599px) {
  .hikayemiz-aile-gorseli-mobil {
    display: none; } }

.hikayemiz-neden-degerli,
.hikayemiz-dogus-odul,
.hikayemiz-alan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }
  @media (min-width: 992px) {
    .hikayemiz-neden-degerli,
    .hikayemiz-dogus-odul,
    .hikayemiz-alan {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

li {
  list-style-type: none; }

.info-list {
  max-width: 320px;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  border: 1px solid #2F2725;
  height: 220px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .info-list {
      margin-bottom: 0; } }

.info-lists {
  margin-left: 0;
  padding-left: 12px;
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 15px;
  position: relative; }
  .info-lists .selected:before, .info-lists .selected:after,
  .info-lists li:before,
  .info-lists li:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px; }

.info-list-baslik {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #2F2725;
  color: #FAD16C;
  padding-left: 10px;
  line-height: 42px; }

.info-list-link {
  color: #DE9B19; }
  .info-list-link:active, .info-list-link:visited, .info-list-link:hover {
    text-decoration: none;
    color: #DE9B19; }

.info-lists-items .selected,
.info-lists-items {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px; }
  .info-lists-items .selected:before,
  .info-lists-items:before {
    border: 1px solid #DE9B19;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out,opacity .2s ease-in-out;
    transition: transform .2s ease-in-out,opacity .2s ease-in-out,-webkit-transform .2s ease-in-out; }
  .info-lists-items .selected:after,
  .info-lists-items:after {
    background: #DE9B19;
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out,opacity .2s ease-in-out;
    transition: transform .2s ease-in-out,opacity .2s ease-in-out,-webkit-transform .2s ease-in-out; }
  .info-lists-items .selected:hover:after,
  .info-lists-items:hover:after {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  .info-lists-items .selected:hover:before,
  .info-lists-items:hover:before {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,-webkit-transform .4s ease-in-out;
    transition: opacity .2s ease-in-out,-webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out,opacity .2s ease-in-out;
    transition: transform .4s ease-in-out,opacity .2s ease-in-out,-webkit-transform .4s ease-in-out; }

.info-kisisel-bilgilerim-alani {
  max-width: 370px;
  margin: 0 auto; }
  .info-kisisel-bilgilerim-alani .form-group,
  .info-kisisel-bilgilerim-alani .inputs {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 16px; }
  .info-kisisel-bilgilerim-alani .form-group input {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 16px;
    padding-left: 10px;
    height: 40px;
    border-radius: 0; }
    .info-kisisel-bilgilerim-alani .form-group input:focus {
      border: 1px solid #ccc; }

.bilgileri-kaydet {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 16px;
  color: #E8B64A;
  height: 47px;
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: 8px 0%, 100% 8px, -8px 100%, 0% -8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A));
  background-image: linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%);
  -webkit-transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
  border: 0;
  padding: 15px;
  padding-left: 24%;
  padding-right: 24%;
  background-color: transparent;
  margin-top: 20px;
  float: right;
  line-height: 20px; }
  .bilgileri-kaydet:active, .bilgileri-kaydet:visited, .bilgileri-kaydet:focus {
    background-color: transparent !important;
    color: #E8B64A !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    outline: none;
    border: 0; }
  .bilgileri-kaydet:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46));
    background-image: linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%);
    background-color: transparent;
    color: #E8B64A;
    background-position: 0 0%, 100% 0, 0 100%, 0% 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-decoration: none;
    color: #835B46; }

.kisisel-bilgiler-baslik {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .kisisel-bilgiler-baslik {
      margin-top: 19px;
      margin-bottom: 20px; } }

.kisisel-bilgiler {
  margin-bottom: 120px; }

.info-adreslerim-alani {
  display: block;
  float: left; }

.adress-item-info {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  float: left; }

.not-adress-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px; }
  .not-adress-item p {
    margin-top: 10px; }

.adress-item-info li {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .adress-item-info li label {
    margin-right: 10px;
    font-weight: 600; }
  .adress-item-info li p {
    margin-bottom: 10px; }

.adress-item {
  border: 1px solid;
  padding: 10px;
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  .adress-item .buttons {
    float: right; }

.adress-item-title {
  margin-top: -24px; }

.adress-item strong {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  padding-right: 5px;
  padding-left: 5px; }

.adress-item .buttons .delete-address-button,
.adress-item .buttons .edit-address-button {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 10px;
  border-radius: 0;
  background-color: #2F2725;
  border: 1px solid #2F2725;
  color: #fff;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
  cursor: pointer; }
  .adress-item .buttons .delete-address-button:hover,
  .adress-item .buttons .edit-address-button:hover {
    background-color: #fff;
    color: #2F2725; }

.info-siparislerim-alani .siparislerim-item {
  border: 1px solid;
  padding: 10px;
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 30px; }
  .info-siparislerim-alani .siparislerim-item .adress-item-title {
    margin-top: -24px; }
  .info-siparislerim-alani .siparislerim-item strong {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    padding-right: 5px;
    padding-left: 5px; }
  .info-siparislerim-alani .siparislerim-item .buttons {
    float: right; }

.siparislerim-item-info {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
  float: left; }

.siparislerim-item-info li {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .siparislerim-item-info li label {
    margin-right: 10px;
    font-weight: 600; }
  .siparislerim-item-info li p {
    margin-bottom: 10px; }

.siparislerim-item-title {
  margin-top: -24px; }

.siparislerim-item .buttons .order-details-button {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px;
  border-radius: 0;
  background-color: #2F2725;
  border: 1px solid #2F2725;
  color: #fff;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
  cursor: pointer; }
  .siparislerim-item .buttons .order-details-button:hover {
    background-color: #fff;
    color: #2F2725; }

.info-kisisel-bilgilerim-alani .form-group {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 13px; }
  .info-kisisel-bilgilerim-alani .form-group input {
    font-family: "Comfortaa", serif;
    font-weight: 400;
    font-size: 13px;
    border-radius: 0;
    padding-left: 10px; }

.info-pass-active:after,
.info-siparis-active:after,
.info-address-active:after,
.info-kisisel-bilgiler-active:after {
  background: #DE9B19;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

#Address_NeighborhoodId,
#Address_CountyId,
#Address_CityId {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 13px;
  width: 100%;
  height: 40px;
  border-color: #ccc;
  padding-left: 12px; }

#Address_Address1 {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 13px;
  resize: none;
  max-width: 370px;
  border-radius: 0;
  max-height: 120px;
  padding-left: 12px;
  padding-top: 6px; }

@media (min-width: 768px) {
  .uye-giris {
    margin-top: 60px;
    margin-bottom: 60px; } }

.neden-uye-olmaliyim,
.uye-giris-alani {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 13px; }
  .neden-uye-olmaliyim .forgot-password,
  .uye-giris-alani .forgot-password {
    float: right; }

.uye-giris-alani #Email,
.uye-giris-alani #Password {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 13px;
  width: 100%;
  height: 40px;
  border-radius: 0;
  padding-left: 10px; }

.neden-uye-olmaliyim,
.uye-giris-alani {
  max-width: 530px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  margin-bottom: 20px; }

.remember_forgot .brand-checkbox label {
  margin-bottom: 0; }

.info-kisisel-bilgilerim-alani label {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px; }

.remember_forgot {
  margin-bottom: 20px; }

.uye-giris-button {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 16px;
  color: #E8B64A;
  height: 47px;
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: 8px 0%, 100% 8px, -8px 100%, 0% -8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A));
  background-image: linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%);
  -webkit-transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
  border: 0;
  padding: 15px;
  padding-left: 20%;
  padding-right: 20%;
  width: 100%;
  max-width: 426px; }
  .uye-giris-button:visited {
    color: #E8B64A; }
  .uye-giris-button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46));
    background-image: linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%);
    background-position: 0 0%, 100% 0, 0 100%, 0% 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-decoration: none;
    color: #835B46; }

.uye-giris-facebook,
.uye-giris-buttons {
  width: 100%;
  height: 57px;
  /* padding-top: 18px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.neden-uye-olmaliyim h2,
.uye-giris-alani-baslik {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px; }

.neden-uye-olmaliyim p {
  margin-bottom: 50px; }

.uye-giris-facebook .uye-giris-button {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px;
  color: #33466e;
  height: 47px;
  background-repeat: no-repeat;
  background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
  background-position: 8px 0%, 100% 8px, -8px 100%, 0% -8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#33466e), to(#33466e)), -webkit-gradient(linear, left top, left bottom, from(#33466e), to(#33466e)), -webkit-gradient(linear, left top, left bottom, from(#33466e), to(#33466e)), -webkit-gradient(linear, left top, left bottom, from(#33466e), to(#33466e));
  background-image: linear-gradient(to bottom, #33466e 0%, #33466e 100%), linear-gradient(to bottom, #33466e 0%, #33466e 100%), linear-gradient(to bottom, #33466e 0%, #33466e 100%), linear-gradient(to bottom, #33466e 0%, #33466e 100%);
  -webkit-transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  transition: background-position 0.5s 0.1s cubic-bezier(0.5, 0.035, 0.19, 1), background-color 0.3s 0.2s;
  -webkit-transition: all ease-in .2s;
  transition: all ease-in .2s;
  border: 0;
  padding: 15px;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
  max-width: 422px; }
  @media (min-width: 768px) {
    .uye-giris-facebook .uye-giris-button {
      font-family: "Comfortaa", serif;
      font-weight: 400;
      font-size: 16px; } }
  .uye-giris-facebook .uye-giris-button:visited {
    color: #33466e; }
  .uye-giris-facebook .uye-giris-button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A)), -webkit-gradient(linear, left top, left bottom, from(#E8B64A), to(#E8B64A));
    background-image: linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%), linear-gradient(to bottom, #E8B64A 0%, #E8B64A 100%);
    background-position: 0 0%, 100% 0, 0 100%, 0% 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-decoration: none;
    color: #E8B64A; }

.uye-giris-secenek {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold; }

.error {
  color: #f50a0a;
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 0px; }

/*Yorumlar Sayfası için stil düzenlemesi*/
.page-subheading {
  background-color: #ece5d4; }

.cms-block .iletisim-formu .bilgileri-kaydet {
  float: left; }

/*Listeleme sayfasında yer alan sayfalama alanında inline stil verilmiş, background-color:#efefef; olmayacak sadece beyaz olacak  */
/*Listeleme sayfasında yer alan sayfalama alanın numaralandırma kısmında, background-color:#d9a43c; olmayacak background-color:#FAD16C; */
.magazalar-baslik {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 24px; }

.egricayir-magazalarimiz-adres p {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0px; }

.egricayir-magazalarimiz .egricayir-magazalarimiz-harita {
  border: 1px solid #FAEECF; }

.egricayir-magazalarimiz h2 {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px; }
  
.egricayir-magazalarimiz-telefon {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px;
  color: #404040;
  margin-bottom: 10px;
  display: inline-block; }
  .egricayir-magazalarimiz-telefon:hover {
    text-decoration: none;
    color: #404040; }
	
.egricayir-aradiginiz-sayfayi-bulamadik img {
  margin-top: 64px; }

.egricayir-aradiginiz-sayfayi-bulamadik h2 {
  font-family: "Comfortaa", serif;
  font-weight: 300;
  font-size: 30px;
  color: #cd3648;
  margin-top: 38px; }

.egricayir-aradiginiz-sayfayi-bulamadik span, .egricayir-aradiginiz-sayfayi-bulamadik a {
  font-family: "Comfortaa", serif;
  font-weight: 300;
  font-size: 24px;
  color: #191919;
  margin-top: 25px;
  display: inline-block; }
  
.sozlesme-sayfalari p {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 15px; }

.sozlesme-sayfalari h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 40px; }

.iletisim-uretim-depo {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px; }

.iletisim-form-baslik {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 20px;
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .iletisim-form-baslik {
      margin-top: 0; } }

.iletisim-adres-baslik {
  font-family: "Comfortaa", serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0; }

.iletisim-adres-uretim {
  font-family: "Comfortaa", serif;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 23px;
  color: #404040;
  padding-right: 14px; }
  .iletisim-adres-uretim:hover {
    color: #404040;
    text-decoration: none; }

.ofis-depo,
.uretim-paketleme {
  margin-bottom: 40px;
  max-width: 384px; }

.iletisim-baslik {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 40px; }

.iletisim-formu {
  max-width: 400px;
  margin: 0 auto; }
  .iletisim-formu select {
    font-family: "Comfortaa", serif;
    font-weight: 500;
    font-size: 13px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 0; }
    .iletisim-formu select:focus {
      border: 1px solid #ccc; }
  .iletisim-formu input {
    font-family: "Comfortaa", serif;
    font-weight: 500;
    font-size: 13px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding-left: 15px; }
    .iletisim-formu input:focus {
      border: 1px solid #ccc; }
  .iletisim-formu textarea {
    font-family: "Comfortaa", serif;
    font-weight: 500;
    font-size: 13px;
    resize: none;
    height: 120px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding-left: 15px; }
    .iletisim-formu textarea:focus {
      border: 1px solid #ccc; }

.iletisim-formu {
  margin-top: 20px; }

.iletisim-adres-secenekleri {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 600px) {
    .iletisim-adres-secenekleri {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

@media (min-width: 768px) {
  .uretim-paketleme {
    margin-right: 20px; } }

.egricayir-banka-bilgileri {
  font-family: "Comfortaa", serif;
  font-weight: 500;
  font-size: 13px;
  margin-top: 20px;
  line-height: 26px; }

.egricayir-harita,
.egricayir-hesap-numarasi {
  width: 100%;
  max-width: 380px; }

.egricayir-hesap-numarasi {
  margin-right: 20px; }

.egricayir-iletisim-sayfasi-bilgilendirme {
  max-width: 382px;
  width: 100%; }

.egricayir-hesap-harita {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 600px) {
    .egricayir-hesap-harita {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.iletisim-sayfasi-form .bilgileri-kaydet {
  padding-right: 18%;
  padding-left: 18%;
  float: right; }
  .iletisim-sayfasi-form .bilgileri-kaydet:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46)), -webkit-gradient(linear, left top, left bottom, from(#835B46), to(#835B46));
    background-image: linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%), linear-gradient(to bottom, #835B46 0%, #835B46 100%);
    background-position: 0 0%, 100% 0, 0 100%, 0% 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    text-decoration: none;
    color: #835B46; }

.egricayir-odullerimiz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1220px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .egricayir-odullerimiz {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.oduller-lightbox {
  max-width: 295px;
  display: block;
  margin-bottom: 10px;
  margin-right: 10px; }
  .oduller-lightbox:hover .odul-text {
    text-decoration: none; }

.egricayir-odullerimiz a {
  width: 100%; }

.odul-text {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px;
  color: #835B46;
  margin-top: 5px;
  display: inline-block;
  margin-bottom: 0; }

.odul-text-pdf {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px;
  color: #835B46;
  text-decoration: underline; }
  .odul-text-pdf:hover {
    color: #835B46; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-next {
  background-image: url("../images/buyuk-slider-sag-ok.svg") !important;
  float: right;
  background-position: 20px 5px;
  background-size: 80%; }

#swipebox-prev {
  background-image: url("../images/buyuk-slider-sol-ok.svg") !important;
  float: left;
  background-position: 20px 5px;
  background-size: 80%; }

#swipebox-close {
  background-image: url("../images/oduller-close.svg") !important;
  background-size: 38px 46px;
  margin-top: 120px;
  background-position: unset;
  margin-right: 20px;
  z-index: 9999; }
  @media (min-width: 649px) {
    #swipebox-close {
      margin-top: 8%; } }
  @media (min-width: 1001px) {
    #swipebox-close {
      margin-top: 20px; } }

.desktop-odul-alani {
  margin-bottom: 20px; }

.dunya-oduller-page {
  background-image: url("../images/dunya-oduller-zemin.jpg");
  background-size: 100%; }

.dunya-oduller-lightbox {
  max-width: 400px; }

.siparis-bilgileri-baslik {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 22px; }

.siparis-bilgileri-pdf-fatura,
.siparis-bilgileriz-yazdir {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #c08e46;
  color: #c08e46;
  padding: 8px 30px;
  height: 37px;
  display: inline-block; }
  .siparis-bilgileri-pdf-fatura:hover,
  .siparis-bilgileriz-yazdir:hover {
    color: #c08e46;
    text-decoration: none; }

.siparis-bilgileri-button {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  height: 37px;
  margin-bottom: 20px; }

.siparis-bilgileri-fatura-alani .generalTitle {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 18px;
  color: #c08e46; }

.siparis-bilgileri-fatura-alani .billing-info {
  margin-left: 0;
  padding: 20px; }

.siparis-bilgileri-fatura-alani .billing-info li {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px; }

.siparis-bilgileri-fatura-alani {
  border: 1px solid #000; }

.siparis-ayrinti-urunler .generalTitle {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 18px; }

.siparis-ayrinti-urunler .table-inverse {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 16px;
  color: #000; }

.siparis-ayrinti-urunler a,
.siparis-ayrinti-urunler .table-responsive {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px;
  color: #000; }

.siparis-ayrinti-urunler .product-quantity {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 12px;
  background-color: #fff;
  color: #000;
  border: none; }

.checkout-attributes h4 {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 18px;
  color: #E8B64A; }

.checkout-attributes p,
.checkout-attributes textarea#checkout_attribute_4 {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 14px; }

.table-hover tbody tr:hover {
  background: unset; }

a:focus {
  outline: none; }

.egricayir-landing-page {
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
  margin-top: 137px; }
  @media (min-width: 1024px) {
    .egricayir-landing-page {
      margin-top: 0; } }

.egricayir-header-image-area img {
  min-height: 467px;
  overflow: hidden;
  max-width: 100%; }

.egricayir-header-image-in-text-area {
  position: absolute;
  top: 12%;
  height: auto;
  width: 100%;
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0; }
  @media (min-width: 1140px) {
    .egricayir-header-image-in-text-area {
      top: 10%; } }
  @media (min-width: 1400px) {
    .egricayir-header-image-in-text-area {
      top: 23%; } }

.egricayir-header-image-in-text {
  font-family: "Comfortaa", serif;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  margin-bottom: 0;
  text-shadow: 3.942px 10.269px 40px rgba(0, 0, 0, 0.75); }
  @media (min-width: 768px) {
    .egricayir-header-image-in-text {
      font-family: "Comfortaa", serif;
      font-weight: 500;
      font-size: 14px; } }
  @media (min-width: 1140px) {
    .egricayir-header-image-in-text {
      font-family: "Comfortaa", serif;
      font-weight: 500;
      font-size: 15px;
      line-height: 27px;
      margin-bottom: -2px; } }

.egricayir-header-image-in-title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .egricayir-header-image-in-title {
      font-family: "Playfair Display", serif;
      font-weight: 500;
      font-size: 84px;
      margin-top: 0;
      margin-bottom: 4px; } }

.egricayir-lp-scroll-down {
  max-width: 65px;
  height: 65px;
  border-radius: 50%;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #fff;
  cursor: pointer; }

.egricayir-lp-scroll-down_button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: none;
  padding: 0;
  height: 100%;
  width: 100%;
  cursor: pointer; }

.egricayir-content-three-block-image_mobil-bee {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1; }

@media (min-width: 1200px) {
  .egricayir-content-three-block-area {
    background-image: none;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 1155px;
    margin: 0 auto;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 1320px) {
  .egricayir-content-three-block-area {
    max-width: 1274px; } }

@media (min-width: 1380px) {
  .egricayir-content-three-block-area {
    max-width: 1290px; } }

.egricayir-content-three-block-image {
  margin-top: -44px;
  max-height: 509px;
  max-width: 50%; }
  @media (min-width: 768px) {
    .egricayir-content-three-block-image {
      margin-top: -66px;
      max-width: unset; } }
  @media (min-width: 1140px) {
    .egricayir-content-three-block-image {
      margin-top: -72px;
      max-width: unset; } }
  @media (min-width: 1240px) {
    .egricayir-content-three-block-image {
      margin-top: -146px;
      max-width: unset; } }

@media (min-width: 1024px) {
  .egricayir-content-three-block-area_left {
    margin-top: 10px; } }

.egricayir-content-three-block-left_title {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  text-align: center;
  display: inline-block;
  margin-top: 88px;
  margin-bottom: 0; }
  .egricayir-content-three-block-left_title:after {
    content: " ";
    display: block;
    width: 210px;
    height: 120px;
    background-image: url("../images/LandingPage/title-background.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -91%;
    background-position: center;
    left: -31px;
    z-index: 0; }

.egricayir-content-three-block-left_text {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Times New Roman', Times, serif;
  color: #7c5d22;
  z-index: 1;
  max-width: 340px;
  width: 100%;
  -webkit-transform: translateX(3%) rotate(-2deg);
          transform: translateX(3%) rotate(-2deg);
  line-height: 30px;
  position: relative; }
  @media (min-width: 1140px) {
    .egricayir-content-three-block-left_text {
      -webkit-transform: translateX(10%) rotate(-2deg);
              transform: translateX(10%) rotate(-2deg); } }
  .egricayir-content-three-block-left_text:after {
    content: " ";
    display: block;
    width: 19px;
    height: 15px;
    background-image: url("../images/LandingPage/egricayir-landingpage-kesme-isareti.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 65px;
    bottom: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .egricayir-content-three-block-left_text:before {
    content: " ";
    display: block;
    width: 19px;
    height: 15px;
    background-image: url("../images/LandingPage/egricayir-landingpage-kesme-isareti.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -24px; }

.egricayir-content-three-block-left_text_second {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Times New Roman', Times, serif;
  color: #7c5d22;
  z-index: 1;
  max-width: 340px;
  width: 100%;
  line-height: 30px;
  z-index: 1;
  background-image: url("../images/LandingPage/title-background.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  -webkit-transform: translateY(6%) translateX(4%) rotate(-2deg);
          transform: translateY(6%) translateX(4%) rotate(-2deg); }
  @media (min-width: 1140px) {
    .egricayir-content-three-block-left_text_second {
      -webkit-transform: translateY(69%) translateX(32%) rotate(-2deg);
              transform: translateY(69%) translateX(32%) rotate(-2deg);
      min-width: 442px; } }
  .egricayir-content-three-block-left_text_second:after {
    content: " ";
    display: block;
    width: 19px;
    height: 15px;
    background-image: url("../images/LandingPage/egricayir-landingpage-kesme-isareti.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    bottom: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .egricayir-content-three-block-left_text_second:before {
    content: " ";
    display: block;
    width: 19px;
    height: 15px;
    background-image: url("../images/LandingPage/egricayir-landingpage-kesme-isareti.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -24px; }

@media (min-width: 1024px) {
  .egricayir-lp-dikey-foto {
    -webkit-transform: translateX(0%) translateY(16%);
            transform: translateX(0%) translateY(16%); } }

.egricayir-lp-dikey-foto:after {
  content: " ";
  display: none;
  background-image: url("../images/LandingPage/egricayir-lp-badge.png");
  width: 217px;
  height: 217px;
  position: absolute;
  bottom: -18px;
  margin-left: -150px; }
  @media (min-width: 1024px) {
    .egricayir-lp-dikey-foto:after {
      display: block;
      -webkit-animation: rotation 2.8s linear; } }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(-90deg); }
  to {
    -webkit-transform: rotate(0deg); } }

.egricayir-lp-dunyanin-en-iyisi {
  margin-bottom: 15px; }

.egricayir-lp-dunyanin-en-iyisi_title_h4 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 30px;
  color: #b56f0c; }
  @media (min-width: 768px) {
    .egricayir-lp-dunyanin-en-iyisi_title_h4 {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 45px; } }

.egricayir-lp-dunyanin-en-iyisi_title_h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 38px;
  color: #b56f0c;
  margin-bottom: 15px;
  margin-top: 15px; }
  @media (min-width: 768px) {
    .egricayir-lp-dunyanin-en-iyisi_title_h1 {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 60px; } }

.egricayir-lp-dunyanin-en-iyisi_title_h6 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 22px;
  color: #b56f0c; }
  @media (min-width: 768px) {
    .egricayir-lp-dunyanin-en-iyisi_title_h6 {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 35px; } }

.egricayir-landing-page-basin {
  background-color: #f9f8f3;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .egricayir-landing-page-basin {
      margin-top: 80px;
      margin-bottom: 80px;
      padding-bottom: 80px; } }

.egricayir-landing-page-basin_title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#ba5a2d), to(#b56f0c));
  background: linear-gradient(to right, #ba5a2d, #b56f0c);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  @media (min-width: 768px) {
    .egricayir-landing-page-basin_title {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 50px;
      line-height: normal; } }
  .egricayir-landing-page-basin_title small {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 20px; }
    @media (min-width: 768px) {
      .egricayir-landing-page-basin_title small {
        font-family: "Playfair Display", serif;
        font-weight: 400;
        font-size: 50px; } }

.egricayir-landing-page-basin_box {
  margin-bottom: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  padding-top: 16%;
  padding-bottom: 16%; }
  @media (min-width: 768px) {
    .egricayir-landing-page-basin_box {
      padding-top: 20%;
      padding-bottom: 20%; } }

.egricayir-dunyanin-en-iyi-bali-box {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #f8d6b0;
  padding: 12px; }

.egricayir-lp-en-iyi-bal-slider_urun {
  border: 1px solid #e8b64a;
  margin-right: 20px;
  max-width: 404px;
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 1400px) {
    .egricayir-lp-en-iyi-bal-slider_urun {
      max-width: 600px;
      width: 100%; } }
  .egricayir-lp-en-iyi-bal-slider_urun a:hover {
    text-decoration: none; }

.egricayir-lp-en-iyi-bal-slider_urun_img {
  position: relative; }
  .egricayir-lp-en-iyi-bal-slider_urun_img:after {
    content: "";
    display: block;
    width: 102px;
    height: 105px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-image: url("../images/LandingPage/egricayir-lp-dunyanin-en-iyi-bali-badge.png"); }

.egricayir-lp-en-iyi-bal-slider_urun_bilgi-title {
  font-family: "Comfortaa", serif;
  font-weight: 700;
  font-size: 18px;
  color: #835b46;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 16px;
  text-align: center; }

.egricayir-lp-en-iyi-bal-slider_urun_bilgi-text {
  font-family: "Comfortaa", serif;
  font-weight: 700;
  font-size: 12px;
  color: #b06c1a;
  max-width: 365px;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 20px;
  text-align: center; }

.egricayir-lp-en-iyi-bal-slider_urun_incele-fiyat_eski {
  font-family: "Comfortaa", serif;
  font-weight: 700;
  font-size: 18px;
  color: #a8a8a8;
  position: relative;
  margin-bottom: 0;
  text-align: center; }
  .egricayir-lp-en-iyi-bal-slider_urun_incele-fiyat_eski small {
    font-weight: 600; }
  .egricayir-lp-en-iyi-bal-slider_urun_incele-fiyat_eski:after {
    content: "";
    width: 53px;
    height: 1px;
    background-color: #a8a8a8;
    display: block;
    position: absolute;
    top: 12px;
    left: 14px; }

.egricayir-lp-en-iyi-bal-slider_urun_incele-fiyat_yeni {
  font-family: "Comfortaa", serif;
  font-weight: 700;
  font-size: 28px;
  color: #e8b64a;
  margin-bottom: 0; }
  .egricayir-lp-en-iyi-bal-slider_urun_incele-fiyat_yeni small {
    font-weight: 600; }

.egricayir-lp-en-iyi-bal-slider .slick-slide {
  opacity: 0.4; }

.egricayir-lp-en-iyi-bal-slider .slick-active {
  opacity: 1; }

.dunyanin-en-iyi-bali-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#ba5a2d), to(#b56f0c));
  background: linear-gradient(to right, #ba5a2d, #b56f0c);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
  text-align: center;
  max-width: 584px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .dunyanin-en-iyi-bali-title {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 50px; } }
  .dunyanin-en-iyi-bali-title small {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 20px; }
    @media (min-width: 768px) {
      .dunyanin-en-iyi-bali-title small {
        font-family: "Playfair Display", serif;
        font-weight: 400;
        font-size: 40px; } }

.egricayir-en-iyi-bal-basin {
  margin-top: 102px; }

.egricayir-en-iyi-bal-basin_box {
  padding: 18px;
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  margin-right: 30px;
  background-color: #ffe8d2;
  margin-bottom: 30px; }

.egricayir-en-iyi-bal-basin_box_img {
  max-height: 365px;
  overflow: hidden;
  padding-top: 100%;
  position: relative; }
  .egricayir-en-iyi-bal-basin_box_img a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.egricayir-en-iyi-bal-basin_box_text {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 24px;
  color: #925d29;
  text-align: center;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 20px; }
  .egricayir-en-iyi-bal-basin_box_text span {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 20px; }

.egricayir-en-iyi-bal-basin_box_img-unit {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.egricayir-lp-degerli-benzersiz-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#ba5a2d), to(#b56f0c));
  background: linear-gradient(to right, #ba5a2d, #b56f0c);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 42px; }
  @media (min-width: 768px) {
    .egricayir-lp-degerli-benzersiz-title {
      font-family: "Playfair Display", serif;
      font-weight: 400;
      font-size: 50px; } }

.egricayir-lp-degerli-benzersiz_left-text:after {
  content: " ";
  display: block;
  background-image: url(../images/LandingPage/title-background.png);
  background-repeat: no-repeat;
  background-position: center;
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  height: 200px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1; }

.egricayir-lp-degerli-benzersiz_right-text {
  background-image: url(../images/LandingPage/title-background.png);
  background-repeat: no-repeat;
  background-position: center -22px; }

.egricayir-lp-degerli-benzersiz_right-text p {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 18px;
  color: #b56f0c;
  text-align: center;
  max-width: 520px;
  width: 100%;
  margin: 0 auto; }

.egricayir-lp-degerli-benzersiz_left-text p {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 18px;
  color: #b56f0c;
  text-align: center;
  max-width: 500px;
  width: 100%;
  margin: 0 auto; }

.egricayir-lp-alisverise-basla_metin {
  font-family: "Comfortaa", serif;
  font-weight: 400;
  font-size: 18px;
  color: #b56f0c;
  text-align: center; }
  @media (min-width: 768px) {
    .egricayir-lp-alisverise-basla_metin {
      font-family: "Comfortaa", serif;
      font-weight: 400;
      font-size: 20px; } }
  @media (min-width: 1280px) {
    .egricayir-lp-alisverise-basla_metin {
      font-family: "Comfortaa", serif;
      font-weight: 400;
      font-size: 24px; } }

.egricayir-lp-alisverise-basla {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.egricayir-lp-alisverise-basla-area {
  height: 100%;
  width: 100%;
  padding-bottom: 5%;
  margin-top: 20px; }
  @media (min-width: 1140px) {
    .egricayir-lp-alisverise-basla-area {
      background-image: url("../images/egricayir-hakkimizda-ari.png");
      background-repeat: no-repeat;
      background-position-x: right;
      padding-top: 9%;
      padding-bottom: 15%;
      margin-top: 0; } }

.egricayir-landing-page-basin_box_img {
  position: absolute;
  z-index: 0; }

.video-play-button {
  z-index: 10;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px; }
  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #f5c96a;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite; }
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #FAD16C;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms; }
  .video-play-button:hover:after {
    background-color: #f8c23b; }
  .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto; }
  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent; }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms; }
  .video-overlay .open {
    position: fixed;
    z-index: 1000;
    opacity: 1; }

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms;
  transition: all 200ms; }
  .video-overlay-close:hover {
    color: #fa183d; }

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.75); }

.egricayir-lp-en-iyi-bal-slider_urun_incele-incele .egricayir-nerede-button {
  font-size: 13px;
  min-width: 120px;
  text-align: center; }
  @media (min-width: 1200px) {
    .egricayir-lp-en-iyi-bal-slider_urun_incele-incele .egricayir-nerede-button {
      font-size: 15px; } }

.egricayir-lp-en-iyi-bal-slider_urun_incele {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.egricayir-odul-alani .slick-arrow,
.egricayir-lp-en-iyi-bal-slider .slick-arrow {
  display: none !important; }

.slick-slide img {
  max-height: unset !important; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*# sourceMappingURL=../egricayirwebsitesi/postcss_maps/style.css.map */


.container.flama{
  position: relative;
  z-index: 99;
}
.flama{
  position: absolute;
  text-align: right;
    right: 4%;
   
}

@media (max-width: 1440px) {
  .flama img{
    right: 10%;
    position: relative;
  } 
}


@media (max-width: 750px) {
  .flama img{
    display: none;
  } 
}