@charset "UTF-8";
/* ===================================
   DOCUMENT INFORMATION

   Defines the base includes for pattern folder structure

   - Document: base.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/*  Partials/imports
================================ */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,400italic,600,700,700italic);
/* line 7, ../../../../app/assets/stylesheets/frontend/resets.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
/* line 29, ../../../../app/assets/stylesheets/frontend/resets.css */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 33, ../../../../app/assets/stylesheets/frontend/resets.css */
body {
  line-height: 1;
}

/* line 36, ../../../../app/assets/stylesheets/frontend/resets.css */
ol, ul, li {
  list-style: none;
}

/* line 39, ../../../../app/assets/stylesheets/frontend/resets.css */
blockquote, q {
  quotes: none;
}

/* line 42, ../../../../app/assets/stylesheets/frontend/resets.css */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 47, ../../../../app/assets/stylesheets/frontend/resets.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* All atoms. */
/*  Global variables
================================ */
/* ===================================
   DOCUMENT INFORMATION

   Defines all colors

   - Document: colors.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 45, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-colors {
  overflow: hidden;
}

/* line 49, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-color {
  float: left;
  width: 20%;
  padding: 10px;
  border: 1px solid #d6d6d6;
}

/* line 56, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-color-box {
  padding-top: 100%;
  margin-bottom: 5px;
}
/* line 61, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-color-box.mod-red1 {
  background: #c01c3c;
}
/* line 65, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-color-box.mod-red2 {
  background: #9d132b;
}
/* line 69, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-color-box.mod-negativeRed {
  background: #d0021b;
}
/* line 74, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-color-box.mod-blue1 {
  background: #4a90e2;
}
/* line 78, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-color-box.mod-blue2 {
  background: #45c0fe;
}
/* line 83, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-color-box.mod-positiveGreen {
  background: #008000;
}
/* line 88, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-color-box.mod-black {
  background: #2f2f2f;
}
/* line 92, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-color-box.mod-grey1 {
  background: #555;
}
/* line 96, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-color-box.mod-grey2 {
  background: #8b8b8b;
}
/* line 100, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-color-box.mod-grey3 {
  background: #b1b1b1;
}
/* line 104, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-color-box.mod-grey4 {
  background: #d6d6d6;
}
/* line 108, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-color-box.mod-grey5 {
  background: #e6e6e6;
}
/* line 112, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-color-box.mod-grey6 {
  background: #f2f2f2;
}
/* line 116, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-color-box.mod-white {
  background: #fff;
}

/* line 121, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/colors.css.scss */
.pattern-color-info {
  font-size: 12px;
  line-height: 1.3;
}

/* line 93, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/grid.css.scss */
.pullGutter {
  margin: 0-10px;
}

/* line 97, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/grid.css.scss */
.addGutter {
  padding: 0 10px;
}

/* line 119, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/grid.css.scss */
.responsiveContainer {
  margin: 0 7px;
}
@media screen and (min-width: 480px) {
  /* line 119, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/grid.css.scss */
  .responsiveContainer {
    margin: 0 12px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 119, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/grid.css.scss */
  .responsiveContainer {
    margin: 0 3%;
  }
}
@media screen and (min-width: 1280px) {
  /* line 119, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/grid.css.scss */
  .responsiveContainer {
    margin: 0 10%;
  }
}
@media screen and (min-width: 1600px) {
  /* line 119, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/grid.css.scss */
  .responsiveContainer {
    margin: 0 12%;
  }
}

/* line 262, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/grid.css.scss */
.u-pullGutter {
  margin: 0-5px;
}
@media screen and (min-width: 480px) {
  /* line 262, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/grid.css.scss */
  .u-pullGutter {
    margin: 0-8px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 262, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/grid.css.scss */
  .u-pullGutter {
    margin: 0-10px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 262, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/grid.css.scss */
  .u-pullGutter {
    margin: 0-10px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 262, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/grid.css.scss */
  .u-pullGutter {
    margin: 0-12px;
  }
}

/* line 266, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/grid.css.scss */
.u-addGutter {
  padding: 0 5px;
}
@media screen and (min-width: 480px) {
  /* line 266, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/grid.css.scss */
  .u-addGutter {
    padding: 0 8px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 266, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/grid.css.scss */
  .u-addGutter {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 266, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/grid.css.scss */
  .u-addGutter {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 266, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/grid.css.scss */
  .u-addGutter {
    padding: 0 12px;
  }
}

/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/helpers.css.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 7, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/helpers.css.scss */
.sizing-content-box {
  box-sizing: content-box !important;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines all font and typography types

   - Document: fonts.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/*
==================================
  Fonts
================================= */
/* line 24, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/fonts.css.scss */
body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #2f2f2f;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines all fav icons

   - Document: fav-icons.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 11, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/fav-icons.css.scss */
.fav-icon {
  display: inline-block;
}
/* line 14, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/fav-icons.css.scss */
.fav-icon--small {
  width: 16px;
  height: 16px;
  background: url("/assets/common/fav-icons/dd-logos-fav-icon-16.svg"), no-repeat, 0 0;
  background-size: cover;
}
/* line 21, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/fav-icons.css.scss */
.fav-icon--medium {
  width: 32px;
  height: 32px;
  background: url("/assets/common/fav-icons/dd-logos-fav-icon-32.svg") no-repeat 0 0;
  background-size: cover;
}
/* line 28, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/fav-icons.css.scss */
.fav-icon--large {
  width: 96px;
  height: 96px;
  background: url("/assets/common/fav-icons/dd-logos-fav-icon-96.svg") no-repeat 0 0;
  background-size: cover;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines all header icons

   - Document: header-icons.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/header-icons.css.scss */
.cart-icon {
  display: inline-block;
  color: #8b8b8b;
  font-size: 28px;
  font-weight: normal;
}
/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/header-icons.css.scss */
.cart-icon:hover {
  color: #8b8b8b;
}
/* line 19, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/header-icons.css.scss */
.cart-icon:before {
  font-family: FontAwesome;
  line-height: 1;
  content: "";
}

/* line 32, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/header-icons.css.scss */
.search-icon {
  display: inline-block;
  color: #8b8b8b;
}
/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/header-icons.css.scss */
.search-icon:hover {
  color: #8b8b8b;
}
/* line 19, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/header-icons.css.scss */
.search-icon:before {
  font-family: FontAwesome;
  line-height: 1;
  content: "";
}

/* line 36, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/header-icons.css.scss */
.myAccount-icon {
  display: inline-block;
  color: #8b8b8b;
}
/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/header-icons.css.scss */
.myAccount-icon:hover {
  color: #8b8b8b;
}
/* line 19, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/header-icons.css.scss */
.myAccount-icon:before {
  font-family: FontAwesome;
  line-height: 1;
  content: "";
}

/* line 40, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/header-icons.css.scss */
.clear-icon {
  display: inline-block;
  color: #8b8b8b;
}
/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/header-icons.css.scss */
.clear-icon:hover {
  color: #8b8b8b;
}
/* line 19, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/header-icons.css.scss */
.clear-icon:before {
  font-family: FontAwesome;
  line-height: 1;
  content: "";
}

/* ===================================
   DOCUMENT INFORMATION

   Defines all logos

   - Document: logo.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 13, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/logos.css.scss */
.logo {
  display: inline-block;
  width: 90px;
  height: 47px;
}
/* line 18, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/logos.css.scss */
.logo--normal {
  background: url("/assets/common/dd-logo.svg"), no-repeat, 0 0;
  background-size: cover;
}
/* line 23, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/logos.css.scss */
.logo--inverted {
  background: url("/assets/common/dd-logo-w.svg") no-repeat 0 0;
  background-size: cover;
}
/* line 28, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/logos.css.scss */
.logo--app {
  height: 32px;
  width: 32px;
  background: url("/assets/common/dd-app-logo.svg") no-repeat 0 0;
  background-size: cover;
}
/* line 35, ../../../../app/assets/stylesheets/frontend/pattern/atoms/icons/logos.css.scss */
.logo--app--inverted {
  height: 32px;
  width: 32px;
  background: url("/assets/common/dd-app-inverted.svg") no-repeat 0 0;
  background-size: cover;
}

/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/atoms/lists/lists.css.scss */
.pattern-ul,
.pattern-ol {
  font-size: 13px;
  color: #2f2f2f;
}

/* line 8, ../../../../app/assets/stylesheets/frontend/pattern/atoms/lists/lists.css.scss */
.pattern-ul li {
  padding-left: 15px;
  margin-left: 20px;
  list-style-image: url("data:image/gif;base64,R0lGODlhBQAFALMAALS0tJSUlPX19VRUVMXFxYuLi3h4eGhoaO3t7VlZWfn5+VZWVv///wAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MkZGQkFEQkFFMEMxMUU1OUE1QkQ2MTQ2M0MzQjA3MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MkZGQkFEQ0FFMEMxMUU1OUE1QkQ2MTQ2M0MzQjA3MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUyRkZCQUQ5QUUwQzExRTU5QTVCRDYxNDYzQzNCMDcyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUyRkZCQURBQUUwQzExRTU5QTVCRDYxNDYzQzNCMDcyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAUABQAABBCQMSUZSEWasQQLyyEpBMJEADs=");
}

/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/atoms/lists/lists.css.scss */
.pattern-ol {
  list-style: decimal inside;
}
/* line 18, ../../../../app/assets/stylesheets/frontend/pattern/atoms/lists/lists.css.scss */
.pattern-ol li {
  margin-left: 6px;
}
/* line 22, ../../../../app/assets/stylesheets/frontend/pattern/atoms/lists/lists.css.scss */
.pattern-ol span {
  padding-left: 15px;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines the styles for forms

   - Document: form.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* Offer option content wrappers */
/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/atoms/form.css.scss */
.radio-select {
  position: relative;
  font-weight: 400;
  width: 30px;
  min-width: 24px;
  display: table-cell;
}
/* line 22, ../../../../app/assets/stylesheets/frontend/pattern/atoms/form.css.scss */
.radio-select:before, .radio-select:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 10px;
  border-radius: 50%;
}
/* line 31, ../../../../app/assets/stylesheets/frontend/pattern/atoms/form.css.scss */
.radio-select:before {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #8b8b8b;
}
/* line 38, ../../../../app/assets/stylesheets/frontend/pattern/atoms/form.css.scss */
.radio-select:after {
  display: none;
  width: 12px;
  height: 12px;
  margin: 4px;
  background-color: #3E8BE5;
}

/* line 51, ../../../../app/assets/stylesheets/frontend/pattern/atoms/form.css.scss */
.modOffer-option.isChecked .radio-select:before {
  border-color: #3E8BE5;
}
/* line 55, ../../../../app/assets/stylesheets/frontend/pattern/atoms/form.css.scss */
.modOffer-option.isChecked .radio-select:after {
  display: block;
}

/*
   Defines the styles for inputs and textarea

*/
/* line 66, ../../../../app/assets/stylesheets/frontend/pattern/atoms/form.css.scss */
.pattern-input,
input[type="text"].pattern-input,
input[type="password"].pattern-input {
  width: 100%;
  padding: 0 10px;
  height: 44px;
  float: none;
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #b1b1b1;
  font-size: 13px;
  color: #2f2f2f;
}
/* line 79, ../../../../app/assets/stylesheets/frontend/pattern/atoms/form.css.scss */
.pattern-input:focus,
input[type="text"].pattern-input:focus,
input[type="password"].pattern-input:focus {
  outline: 0 none;
}
/* line 83, ../../../../app/assets/stylesheets/frontend/pattern/atoms/form.css.scss */
.pattern-input--valid,
input[type="text"].pattern-input--valid,
input[type="password"].pattern-input--valid {
  border-color: #008000;
}
/* line 86, ../../../../app/assets/stylesheets/frontend/pattern/atoms/form.css.scss */
.pattern-input--valid:focus, .pattern-input--valid:hover,
input[type="text"].pattern-input--valid:focus,
input[type="text"].pattern-input--valid:hover,
input[type="password"].pattern-input--valid:focus,
input[type="password"].pattern-input--valid:hover {
  border-color: #008000;
}
/* line 92, ../../../../app/assets/stylesheets/frontend/pattern/atoms/form.css.scss */
.pattern-input--error,
input[type="text"].pattern-input--error,
input[type="password"].pattern-input--error {
  border-color: #d0021b;
}
/* line 95, ../../../../app/assets/stylesheets/frontend/pattern/atoms/form.css.scss */
.pattern-input--error:focus, .pattern-input--error:hover,
input[type="text"].pattern-input--error:focus,
input[type="text"].pattern-input--error:hover,
input[type="password"].pattern-input--error:focus,
input[type="password"].pattern-input--error:hover {
  border-color: #d0021b;
}

/* line 102, ../../../../app/assets/stylesheets/frontend/pattern/atoms/form.css.scss */
.pattern-textarea {
  padding: 14px;
  width: 100%;
  height: 150px;
  border-radius: 1px;
  background-color: #ffffff;
  border: solid 1px #8b8b8b;
}
/* line 110, ../../../../app/assets/stylesheets/frontend/pattern/atoms/form.css.scss */
.pattern-textarea:focus {
  border-color: #8b8b8b;
  outline: 0 none;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines the styles for labels

   - Document: labels.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 10, ../../../../app/assets/stylesheets/frontend/pattern/atoms/labels.css.scss */
.label {
  padding: 2px 0;
  width: 108px;
  text-align: center;
  padding: 0 5px;
  display: inline-block;
  font-size: 10px;
  font-style: italic;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
}
/* line 22, ../../../../app/assets/stylesheets/frontend/pattern/atoms/labels.css.scss */
.label--unavailable {
  font-style: italic;
  background: #f2f2f2;
  color: #2f2f2f;
}
/* line 28, ../../../../app/assets/stylesheets/frontend/pattern/atoms/labels.css.scss */
.label--lowStock {
  font-style: italic;
  background: #2f2f2f;
}
/* line 33, ../../../../app/assets/stylesheets/frontend/pattern/atoms/labels.css.scss */
.label--channel {
  background-color: #cc203c;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}

/* line 45, ../../../../app/assets/stylesheets/frontend/pattern/atoms/labels.css.scss */
.modOffer-option-availability {
  padding: 0 5px;
  display: inline-block;
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  background: #2f2f2f;
}

/*
* This small star has three states:
* - empty - which is presented here
* - half empty
* - full
*/
/* line 13, ../../../../app/assets/stylesheets/frontend/pattern/atoms/star.css.scss */
.star {
  position: relative;
  display: inline-block;
  padding: 0 2px;
  font-size: 20px;
  font-family: 'FontAwesome';
}
/* line 20, ../../../../app/assets/stylesheets/frontend/pattern/atoms/star.css.scss */
.star.small {
  font-size: 14px;
  text-shadow: none;
}
/* line 25, ../../../../app/assets/stylesheets/frontend/pattern/atoms/star.css.scss */
.star:before {
  color: #d6d6d6;
  content: "\f006";
}
/* line 31, ../../../../app/assets/stylesheets/frontend/pattern/atoms/star.css.scss */
.star:after {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 2px;
  content: "\f006";
  color: rgba(208, 169, 8, 0.3);
}
/* line 39, ../../../../app/assets/stylesheets/frontend/pattern/atoms/star.css.scss */
.star:first-child {
  padding-left: 0;
}
/* line 42, ../../../../app/assets/stylesheets/frontend/pattern/atoms/star.css.scss */
.star:first-child:after {
  margin-left: 0;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines the styles for buttons

   - Document: buttons.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 12, ../../../../app/assets/stylesheets/frontend/pattern/atoms/buttons.css.scss */
button,
input[type="button"] {
  padding: 0;
  border: 0;
  outline: none;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

/* line 23, ../../../../app/assets/stylesheets/frontend/pattern/atoms/buttons.css.scss */
.pattern-button,
input[type="button"].pattern-button {
  width: 100%;
  padding: 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 3.57143;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: #cc203c;
  box-shadow: 0 1px 0 0 #78081b;
}
/* line 73, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/mixins.css.scss */
.pattern-button:hover, .pattern-button:active,
input[type="button"].pattern-button:hover,
input[type="button"].pattern-button:active {
  color: #fff;
  background: #9d132b;
}
/* line 29, ../../../../app/assets/stylesheets/frontend/pattern/atoms/buttons.css.scss */
.pattern-button.cart:before,
input[type="button"].pattern-button.cart:before {
  content: "\f07a";
}
/* line 35, ../../../../app/assets/stylesheets/frontend/pattern/atoms/buttons.css.scss */
.pattern-button.heart:before,
input[type="button"].pattern-button.heart:before {
  content: "\f004";
}
/* line 41, ../../../../app/assets/stylesheets/frontend/pattern/atoms/buttons.css.scss */
.pattern-button.filter:before,
input[type="button"].pattern-button.filter:before {
  content: "\f0b0";
}
/* line 47, ../../../../app/assets/stylesheets/frontend/pattern/atoms/buttons.css.scss */
.pattern-button.list:before,
input[type="button"].pattern-button.list:before {
  content: "";
}
/* line 53, ../../../../app/assets/stylesheets/frontend/pattern/atoms/buttons.css.scss */
.pattern-button.map:before,
input[type="button"].pattern-button.map:before {
  content: "\f278";
}
/* line 59, ../../../../app/assets/stylesheets/frontend/pattern/atoms/buttons.css.scss */
.pattern-button.gift:before,
input[type="button"].pattern-button.gift:before {
  content: "\f06b";
}
/* line 64, ../../../../app/assets/stylesheets/frontend/pattern/atoms/buttons.css.scss */
.pattern-button:before,
input[type="button"].pattern-button:before {
  margin-right: 5px;
  font-family: "FontAwesome";
}
/* line 74, ../../../../app/assets/stylesheets/frontend/pattern/atoms/buttons.css.scss */
.pattern-button.grey,
input[type="button"].pattern-button.grey {
  width: 100%;
  padding: 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 3.57143;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  color: #cc203c;
  opacity: 0.9;
  background: #e6e6e6;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
/* line 86, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/mixins.css.scss */
.pattern-button.grey:hover, .pattern-button.grey:active,
input[type="button"].pattern-button.grey:hover,
input[type="button"].pattern-button.grey:active {
  background: #d6d6d6;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.4);
}
/* line 92, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/mixins.css.scss */
.pattern-button.grey:disabled,
input[type="button"].pattern-button.grey:disabled {
  color: #b4b4b4;
  background: #e6e6e6;
  cursor: default;
}
/* line 78, ../../../../app/assets/stylesheets/frontend/pattern/atoms/buttons.css.scss */
.pattern-button.no-background,
input[type="button"].pattern-button.no-background {
  width: 100%;
  padding: 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 3.57143;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  color: #2f2f2f;
  background: none;
  box-shadow: none;
  line-height: 2.5;
}
/* line 107, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/mixins.css.scss */
.pattern-button.no-background:hover, .pattern-button.no-background:hover:before,
input[type="button"].pattern-button.no-background:hover,
input[type="button"].pattern-button.no-background:hover:before {
  color: #cc203c;
}
/* line 82, ../../../../app/assets/stylesheets/frontend/pattern/atoms/buttons.css.scss */
.pattern-button.black,
input[type="button"].pattern-button.black {
  width: 100%;
  padding: 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 3.57143;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: #2f2f2f;
  cursor: default;
}

/* line 88, ../../../../app/assets/stylesheets/frontend/pattern/atoms/buttons.css.scss */
.pattern-button--bars {
  width: 32px;
  display: inline-block;
  background: none;
  border: none;
  padding: 5px;
  font: normal normal normal 26px/1 FontAwesome;
  color: #8b8b8b;
}
/* line 97, ../../../../app/assets/stylesheets/frontend/pattern/atoms/buttons.css.scss */
.pattern-button--bars:before {
  content: "\f0c9";
}

/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/_paragraph.css.scss */
p {
  font-size: 13px;
}

/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/anchors.css.scss */
a {
  font-weight: 600;
  cursor: pointer;
  color: #4a90e2;
  font-size: 13px;
}
/* line 7, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/anchors.css.scss */
a:hover {
  color: #45c0fe;
}
/* line 11, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/anchors.css.scss */
a.red {
  color: #2f2f2f;
}
/* line 13, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/anchors.css.scss */
a.red:hover {
  color: #cc203c;
  text-decoration: none;
}

/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/article.css.scss */
.strike {
  text-decoration: line-through;
  display: inline-block;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines the styles for headings

   - Document: discount.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 11, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/discount.css.scss */
.pattern-discount {
  font-weight: 600;
  color: #cc203c;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines the styles for headings

   - Document: headings.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/headings.css.scss */
.page-title {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
}

/* line 22, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/headings.css.scss */
.page-subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

/* line 28, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/headings.css.scss */
.content-title {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 16px;
}
/* line 35, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/headings.css.scss */
.content-title .count {
  font-size: 14px;
  color: #777;
  display: inline-block;
}
/* line 40, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/headings.css.scss */
.content-title .count:before {
  content: "(";
  display: inline-block;
}
/* line 45, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/headings.css.scss */
.content-title .count:after {
  content: ")";
  display: inline-block;
}

/* line 54, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/headings.css.scss */
h1 {
  font-size: 38px;
  line-height: 1.4;
}

/* line 59, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/headings.css.scss */
h2 {
  font-size: 27px;
  line-height: 1.4;
}

/* line 64, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/headings.css.scss */
h3 {
  font-size: 19px;
  line-height: 1.4;
}

/* line 69, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/headings.css.scss */
h4 {
  font-size: 18px;
  line-height: 1.4;
}

/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/atoms/text/old-price.css.scss */
.oldPrice-value {
  text-decoration: line-through;
  line-height: 19px;
  color: #777;
}

/*
* Spinner molecule:
**  The molecule is a fully controllable spinner
*   - this spinner has:
*     1. container height > first
*     2. spinner height and width > second third
*
**   Add variables if needed but keep spinner customizable !
*
**   Create your spinner classes here and control them in this spinner file
*/
/* line 47, ../../../../app/assets/stylesheets/frontend/pattern/atoms/preloaders/spinner.css.scss */
.multioffer-spinner {
  position: relative;
  height: 343px;
  text-align: center;
}
/* line 25, ../../../../app/assets/stylesheets/frontend/pattern/atoms/preloaders/spinner.css.scss */
.multioffer-spinner:before {
  content: "";
  display: inline-block;
  height: 70px;
  width: 70px;
  position: relative;
  top: 50%;
  margin-top: -35px;
  -webkit-animation: rotation .8s infinite linear;
  -moz-animation: rotation .8s infinite linear;
  -o-animation: rotation .8s infinite linear;
  animation: rotation .8s infinite linear;
  border-width: 10px;
  border-style: solid;
  border-color: #cc203c rgba(204, 32, 60, 0.15) rgba(204, 32, 60, 0.15) rgba(204, 32, 60, 0.15);
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 54, ../../../../app/assets/stylesheets/frontend/pattern/atoms/preloaders/spinner.css.scss */
  .multioffer-spinner {
    display: none;
  }
}
/* line 61, ../../../../app/assets/stylesheets/frontend/pattern/atoms/preloaders/spinner.css.scss */
.spinner-small {
  position: relative;
  height: 30px;
  text-align: center;
}
/* line 25, ../../../../app/assets/stylesheets/frontend/pattern/atoms/preloaders/spinner.css.scss */
.spinner-small:before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  position: relative;
  top: 50%;
  margin-top: -15px;
  -webkit-animation: rotation .8s infinite linear;
  -moz-animation: rotation .8s infinite linear;
  -o-animation: rotation .8s infinite linear;
  animation: rotation .8s infinite linear;
  border-width: 10px;
  border-style: solid;
  border-color: #cc203c rgba(204, 32, 60, 0.15) rgba(204, 32, 60, 0.15) rgba(204, 32, 60, 0.15);
  border-radius: 50%;
  z-index: 1;
}

/* line 66, ../../../../app/assets/stylesheets/frontend/pattern/atoms/preloaders/spinner.css.scss */
.spinner-medium {
  position: relative;
  height: 70px;
  text-align: center;
}
/* line 25, ../../../../app/assets/stylesheets/frontend/pattern/atoms/preloaders/spinner.css.scss */
.spinner-medium:before {
  content: "";
  display: inline-block;
  height: 70px;
  width: 70px;
  position: relative;
  top: 50%;
  margin-top: -35px;
  -webkit-animation: rotation .8s infinite linear;
  -moz-animation: rotation .8s infinite linear;
  -o-animation: rotation .8s infinite linear;
  animation: rotation .8s infinite linear;
  border-width: 10px;
  border-style: solid;
  border-color: #cc203c rgba(204, 32, 60, 0.15) rgba(204, 32, 60, 0.15) rgba(204, 32, 60, 0.15);
  border-radius: 50%;
  z-index: 1;
}

/* All Molecules */
/* ===================================
   DOCUMENT INFORMATION

   Defines the styles for the atomic featured banner molecule

   - Document: featureBanner.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 11, ../../../../app/assets/stylesheets/frontend/pattern/molecules/city/featuredBanner-details.css.scss */
.featuredBanner-details {
  padding: 35px;
  text-align: center;
  white-space: normal;
  background: rgba(244, 244, 244, 0.96);
}
/* line 17, ../../../../app/assets/stylesheets/frontend/pattern/molecules/city/featuredBanner-details.css.scss */
.featuredBanner-details .pattern-button {
  max-width: 220px;
  margin: auto;
}

/* line 23, ../../../../app/assets/stylesheets/frontend/pattern/molecules/city/featuredBanner-details.css.scss */
.featuredBanner-title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
  color: #2f2f2f;
}

/* line 30, ../../../../app/assets/stylesheets/frontend/pattern/molecules/city/featuredBanner-details.css.scss */
.featuredBanner-secondaryTitle {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.25;
  color: #555;
}

/* line 37, ../../../../app/assets/stylesheets/frontend/pattern/molecules/city/featuredBanner-details.css.scss */
.featuredBanner-priceDetails {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
  color: #2f2f2f;
}

/* line 44, ../../../../app/assets/stylesheets/frontend/pattern/molecules/city/featuredBanner-details.css.scss */
.featuredBanner-discount {
  color: #c01c3c;
}

/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/molecules/discounts/bubble.css.scss */
.bubble {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #cc203c;
  overflow: hidden;
  font-size: 22px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 5px;
}
/* line 14, ../../../../app/assets/stylesheets/frontend/pattern/molecules/discounts/bubble.css.scss */
.bubble .percentage {
  font-size: 15px;
  display: inline-block;
  margin-left: -5px;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines styles for the Apps Lead section in the footer

   - Document: apps_lead.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 11, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/apps_lead.css.scss */
.footer-apps {
  text-align: center;
  color: #2f2f2f;
}

/* line 16, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/apps_lead.css.scss */
.footer-apps-headline {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
}

/* line 23, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/apps_lead.css.scss */
.footer-apps-subheadline {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.4;
}

/* line 29, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/apps_lead.css.scss */
.footer-app-link {
  margin: 0 10px;
  display: inline-block;
}

/* line 34, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/apps_lead.css.scss */
.footer-app-image {
  width: 120px;
  height: 36px;
  display: block;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines styles for Become a partner in the footer section

   - Document: become_partner.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 11, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/become_partner.css.scss */
.footer-partner {
  padding-bottom: 5px;
  text-align: center;
}

/* line 16, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/become_partner.css.scss */
.footer-partner-headline {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
}

/* line 22, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/become_partner.css.scss */
.footer-partner-subheadline {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.4;
}

/* line 28, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/become_partner.css.scss */
.footer-partner-detailsLink {
  color: #4a90e2;
}
/* line 31, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/become_partner.css.scss */
.footer-partner-detailsLink:hover {
  color: #45c0fe;
}

/* line 36, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/become_partner.css.scss */
.footer-partner-link {
  width: 100%;
  padding: 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 3.57143;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  color: #cc203c;
  opacity: 0.9;
  background: #e6e6e6;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  width: auto;
  padding: 0 20px;
  display: inline-block;
}
/* line 86, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/mixins.css.scss */
.footer-partner-link:hover, .footer-partner-link:active {
  background: #d6d6d6;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.4);
}
/* line 92, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/mixins.css.scss */
.footer-partner-link:disabled {
  color: #b4b4b4;
  background: #e6e6e6;
  cursor: default;
}
/* line 43, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/become_partner.css.scss */
.footer-partner-link:hover {
  color: #cc203c;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines styles for the Delivery Methods in the footer section

   - Document: delivery_methods.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 11, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/delivery_methods.css.scss */
.deliveryMethodsIcon {
  margin: 0 10px;
  display: inline-block;
}

/* line 16, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/delivery_methods.css.scss */
.deliveryMethodsIcon-image {
  display: block;
  max-height: 25px;
}

/* line 3, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/links_menu.css.scss */
.footer-siteLinks-section .section-headline {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 3;
  color: #2f2f2f;
  cursor: pointer;
}
/* line 11, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/links_menu.css.scss */
.footer-siteLinks-section .section-headline:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  font: 16px/1 "FontAwesome";
  color: #8b8b8b;
  content: "\f067";
}
/* line 21, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/links_menu.css.scss */
.footer-siteLinks-section .section-headline.is-opened:after {
  content: "\f068";
}
/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/links_menu.css.scss */
.footer-siteLinks-section .section-links {
  display: none;
  padding-bottom: 15px;
}
/* line 31, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/links_menu.css.scss */
.footer-siteLinks-section .section-link {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.5;
  color: #2f2f2f;
}
/* line 38, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/links_menu.css.scss */
.footer-siteLinks-section .section-link:hover {
  color: #c01c3c;
}
/* line 42, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/links_menu.css.scss */
.footer-siteLinks-section .section-link.mod-phone {
  font-weight: 700;
  cursor: default;
}
/* line 46, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/links_menu.css.scss */
.footer-siteLinks-section .section-link.mod-phone:hover {
  color: #2f2f2f;
}
/* line 52, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/links_menu.css.scss */
.footer-siteLinks-section .section-details {
  font-size: 13px;
  line-height: 2.5;
  color: #8b8b8b;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines styles for the Newsletter subscription molecule

   - Document: newsletter_subscription.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 11, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/newsletter_subscription.css.scss */
.newsletterSubscription {
  text-align: center;
}

/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/newsletter_subscription.css.scss */
.newsletterSubscription-headline {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  color: #2f2f2f;
}

/* line 23, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/newsletter_subscription.css.scss */
.newsletterSubscription-subheadline {
  font-size: 13px;
  color: #2f2f2f;
}

/* line 28, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/newsletter_subscription.css.scss */
.newsletterSubscription-form-field {
  margin-bottom: 15px;
}
/* line 31, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/newsletter_subscription.css.scss */
.newsletterSubscription-form-field .field-error {
  margin-top: 10px;
  font-size: 12px;
  font-style: italic;
  color: #d0021b;
}

/* line 39, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/newsletter_subscription.css.scss */
.newsletterSubscription-form-channel {
  text-align: left;
}

/* line 43, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/newsletter_subscription.css.scss */
.newsletterSubscription-form-signup {
  width: 100%;
  padding: 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 3.14286;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: #cc203c;
  box-shadow: 0 1px 0 0 #78081b;
}
/* line 73, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/mixins.css.scss */
.newsletterSubscription-form-signup:hover, .newsletterSubscription-form-signup:active {
  color: #fff;
  background: #9d132b;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines styles for the Payment Methods in the footer section

   - Document: payment_methods.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 11, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/payment_methods.css.scss */
.paymentMethodsIcon {
  margin: 0 3px;
  display: inline-block;
}

/* line 16, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/payment_methods.css.scss */
.paymentMethodsIcon-image {
  display: block;
  max-height: 25px;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines styles for Social icons in the footer section

   - Document: social_icons.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 11, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/social_icons.css.scss */
.footer-social {
  text-align: center;
}

/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/social_icons.css.scss */
.footer-social-headline {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
  color: #2f2f2f;
}

/* line 22, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/social_icons.css.scss */
.footer-social-icon {
  margin: 0 10px;
  display: inline-block;
  font: 30px/1 "FontAwesome";
  color: #8b8b8b;
}
/* line 28, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/social_icons.css.scss */
.footer-social-icon:hover {
  color: #c01c3c;
}
/* line 32, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/social_icons.css.scss */
.footer-social-icon.mod-facebook:before {
  content: "\f230";
}
/* line 36, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/social_icons.css.scss */
.footer-social-icon.mod-twitter:before {
  content: "\f099";
}
/* line 40, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/social_icons.css.scss */
.footer-social-icon.mod-instagram:before {
  content: "\f16d";
}
/* line 44, ../../../../app/assets/stylesheets/frontend/pattern/molecules/footer/social_icons.css.scss */
.footer-social-icon.mod-googlePlus:before {
  content: "\f0d4";
}

/* ===================================
   DOCUMENT INFORMATION

   Defines styles for cart_area

   - Document: cart_area.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 11, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/cart_area.css.scss */
.cart-icon {
  position: relative;
}

/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/cart_area.css.scss */
.cart-items {
  display: none;
  position: absolute;
  top: -7px;
  left: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 3px 6px;
  text-align: center;
  background: #cc203c;
  color: #fff;
  box-sizing: border-box;
}

/* line 29, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/cart_area.css.scss */
.cart-count {
  font-size: 11px;
  line-height: 1.1;
  font-weight: 600;
}

/* line 35, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/cart_area.css.scss */
.cart-active .cart-items {
  display: block;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines styles for cart entry

   - Document: cart_entry.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 17, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/cart_entry.css.scss */
.cartEntry {
  padding: 10px 0;
  display: block;
}
/* line 21, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/cart_entry.css.scss */
.cartEntry:hover {
  text-decoration: none;
}

/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/cart_entry.css.scss */
.cartEntry-details {
  width: 100%;
  display: table;
  table-layout: fixed;
}

/* line 32, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/cart_entry.css.scss */
.cartEntry-link {
  display: block;
}

/* line 37, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/cart_entry.css.scss */
.cartEntry-imageWrap {
  width: 68px;
  display: table-cell;
  vertical-align: top;
}

/* line 43, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/cart_entry.css.scss */
.cartEntry-image {
  max-width: 100%;
  display: block;
}

/* line 49, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/cart_entry.css.scss */
.cartEntry-content {
  position: relative;
  padding: 0 0 20px 20px;
  display: table-cell;
  vertical-align: top;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  color: #4a4a4a;
}

/* line 60, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/cart_entry.css.scss */
.cartEntry-price {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
}

/* line 67, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/cart_entry.css.scss */
.cartEntry-remove {
  position: absolute;
  left: 20px;
  bottom: 0;
  font-size: 11px;
  line-height: 1;
  color: #4a90e2;
}
/* line 75, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/cart_entry.css.scss */
.cartEntry-remove:hover {
  color: #45c0fe;
}

/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/info_bar.css.scss */
.header-top {
  text-align: center;
  background: #f2f2f2;
  color: #8b8b8b;
  font-size: 11px;
  position: relative;
  text-transform: uppercase;
}
/* line 9, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/info_bar.css.scss */
.header-top a {
  color: #8b8b8b;
  font-size: 11px;
  font-weight: normal;
}
/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/info_bar.css.scss */
.header-top #trustedElements {
  display: inline-block;
  overflow: hidden;
  padding: 5px;
}
/* line 20, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/info_bar.css.scss */
.header-top #trustedElements li {
  float: left;
}
/* line 24, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/info_bar.css.scss */
.header-top #trustedElements li:after {
  content: "•";
  padding: 0 10px;
}
/* line 31, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/info_bar.css.scss */
.header-top #trustedElements li:last-child:after {
  content: "";
  padding: 0;
}
/* line 38, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/info_bar.css.scss */
.header-top .languages {
  position: absolute;
  overflow: hidden;
  right: 0px;
  top: 0px;
  padding: 5px 0;
}
/* line 45, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/info_bar.css.scss */
.header-top .languages li {
  float: right;
}
/* line 48, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/info_bar.css.scss */
.header-top .languages li.active a {
  color: #2f2f2f;
}
/* line 53, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/info_bar.css.scss */
.header-top .languages li:last-child {
  border-right: 1px solid #d6d6d6;
  margin-right: 5px;
  padding-right: 5px;
}
/* line 59, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/info_bar.css.scss */
.header-top .languages .active-language {
  color: #2f2f2f;
}

/*  Media
=================================== */
@media screen and (max-width: 768px) {
  /* line 69, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/info_bar.css.scss */
  .home-delivery {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 75, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/info_bar.css.scss */
  .return-policy {
    display: none;
  }

  /* line 79, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/info_bar.css.scss */
  .header-top #trustedElements li:after {
    display: none;
  }
}
/* ===================================
   DOCUMENT INFORMATION

   Defines all header my account area

   - Document: myAccount_area.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/myAccount_area.css.scss */
.myAccount {
  display: inline-block;
  text-align: center;
  padding-top: 5px;
}

/* line 21, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/myAccount_area.css.scss */
.myAccount-user {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.5;
  color: #8b8b8b;
}
/* line 27, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/myAccount_area.css.scss */
.myAccount-user:after {
  content: "\f107";
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  font: 19px/0 FontAwesome;
}
/* line 35, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/myAccount_area.css.scss */
.myAccount-user:hover {
  color: #8b8b8b;
}

/* line 40, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/myAccount_area.css.scss */
.myAccount-register {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #8b8b8b;
}

/* line 47, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/myAccount_area.css.scss */
.myAccount-logIn {
  font-size: 13px;
  line-height: 1.5;
  color: #b6b4b4;
  margin-top: -3px;
}

@media screen and (max-width: 768px) {
  /* line 55, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/myAccount_area.css.scss */
  .myAccount {
    color: #8b8b8b;
  }
  /* line 58, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/myAccount_area.css.scss */
  .myAccount:hover {
    color: #8b8b8b;
  }
  /* line 62, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/myAccount_area.css.scss */
  .myAccount:before {
    content: "\f007";
    font: 28px/1 FontAwesome;
  }

  /* line 68, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/myAccount_area.css.scss */
  .myAccount-register,
  .myAccount-logIn,
  .myAccount-user {
    display: none;
  }
}
/* ===================================
   DOCUMENT INFORMATION

   Defines styles for navigation

   - Document: navigation.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 16, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/navigation.css.scss */
#nav {
  position: relative;
  border-width: 1px 0;
  border-style: solid;
  border-color: #d6d6d6;
}
/* line 22, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/navigation.css.scss */
#nav .scrollable-nav {
  min-width: 650px;
}
/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/navigation.css.scss */
#nav .scrollable-nav:after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to right, transparent, white 80%);
  z-index: 1;
  height: 40px;
  width: 18px;
}

/* line 38, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/navigation.css.scss */
.navigation {
  width: 100%;
  text-align: left;
  min-height: 39px;
}

/* line 44, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/navigation.css.scss */
.navigation-item {
  display: inline;
  padding: 0 20px;
}
/* line 50, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/navigation.css.scss */
.navigation-item.hover .navigation-link, .navigation-item.selected .navigation-link {
  border-bottom-color: #c01c3c;
  color: #000;
}
/* line 56, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/navigation.css.scss */
.navigation-item:first-child {
  padding-left: 0;
}

/* line 61, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/navigation.css.scss */
.navigation-link {
  padding: 13px 0 11px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #000;
}
/* line 71, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/navigation.css.scss */
.navigation-link.isSelected {
  border-bottom-color: #c01c3c;
  color: #000;
}
/* line 76, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/navigation.css.scss */
.navigation-link:hover {
  color: #000;
}

/* line 82, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/navigation.css.scss */
#outlet .navigation-link {
  color: #c01c3c;
}

@media screen and (max-width: 999px) {
  /* line 90, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/navigation.css.scss */
  .navigation {
    display: block;
  }

  /* line 94, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/navigation.css.scss */
  .navigation-item {
    padding: 0 11px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  /* line 106, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/navigation.css.scss */
  .navigation-item {
    padding: 0 8px;
  }

  /* line 110, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/navigation.css.scss */
  .navigation-link {
    font-size: 12px;
  }
}
/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/panel.css.scss */
.flyoutWrapper {
  position: relative;
  background: #fff;
  border: 1px solid #8b8b8b;
}
/* line 10, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/panel.css.scss */
.flyoutWrapper.arrow-center:after, .flyoutWrapper.arrow-center:before, .flyoutWrapper.arrow-left:after, .flyoutWrapper.arrow-left:before, .flyoutWrapper.arrow-right:after, .flyoutWrapper.arrow-right:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  content: "";
  pointer-events: none;
}
/* line 23, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/panel.css.scss */
.flyoutWrapper.arrow-center:after, .flyoutWrapper.arrow-left:after, .flyoutWrapper.arrow-right:after {
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
/* line 29, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/panel.css.scss */
.flyoutWrapper.arrow-center:before, .flyoutWrapper.arrow-left:before, .flyoutWrapper.arrow-right:before {
  border-bottom-color: #8b8b8b;
  border-width: 11px;
  margin-left: -11px;
}
/* line 38, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/panel.css.scss */
.flyoutWrapper.arrow-left:after, .flyoutWrapper.arrow-left:before {
  left: 25px;
}
/* line 45, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/panel.css.scss */
.flyoutWrapper.arrow-right:after, .flyoutWrapper.arrow-right:before {
  right: 25px;
  left: auto;
}
/* line 51, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/panel.css.scss */
.flyoutWrapper.arrow-right:after {
  margin-right: -10px;
  margin-left: auto;
}
/* line 55, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/panel.css.scss */
.flyoutWrapper.arrow-right:before {
  margin-right: -11px;
  margin-left: auto;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines all header wishlist panel

   - Document: wishlist_panel.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/*  Flyout wishlist
==================================*/
/* line 17, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/wishlist_panel.css.scss */
.wishlistPanel {
  padding: 40px 20px;
  width: 100%;
  background-color: #fff;
}

/* line 23, ../../../../app/assets/stylesheets/frontend/pattern/molecules/header/wishlist_panel.css.scss */
.wishlistPanel-message {
  text-align: left;
  font-size: 18px;
  color: #4a4a4a;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines styles for Info Window

   - Document: info_window.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/molecules/info_window/info_window.css.scss */
.infoWindow {
  display: block;
  padding: 10px;
}
/* line 19, ../../../../app/assets/stylesheets/frontend/pattern/molecules/info_window/info_window.css.scss */
.infoWindow:hover {
  text-decoration: none;
}

/* line 24, ../../../../app/assets/stylesheets/frontend/pattern/molecules/info_window/info_window.css.scss */
.infoWindow-details {
  width: 100%;
  display: table;
}

/* line 30, ../../../../app/assets/stylesheets/frontend/pattern/molecules/info_window/info_window.css.scss */
.infoWindow-imageWrap {
  width: 110px;
  display: table-cell;
  vertical-align: top;
}

/* line 36, ../../../../app/assets/stylesheets/frontend/pattern/molecules/info_window/info_window.css.scss */
.infoWindow-image {
  width: 100%;
  display: block;
}

/* line 42, ../../../../app/assets/stylesheets/frontend/pattern/molecules/info_window/info_window.css.scss */
.infoWIndow-contentWrap {
  padding-left: 10px;
  display: table-cell;
  vertical-align: top;
  color: #2f2f2f;
}

/* line 49, ../../../../app/assets/stylesheets/frontend/pattern/molecules/info_window/info_window.css.scss */
.infoWindow-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

/* line 55, ../../../../app/assets/stylesheets/frontend/pattern/molecules/info_window/info_window.css.scss */
.infoWindow-secondaryTitle {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* line 61, ../../../../app/assets/stylesheets/frontend/pattern/molecules/info_window/info_window.css.scss */
.infoWindow-price {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 600;
}

/* line 68, ../../../../app/assets/stylesheets/frontend/pattern/molecules/info_window/info_window.css.scss */
.infoWindow-information {
  position: relative;
  margin-top: 15px;
  padding: 10px 10px 10px 35px;
  background: #f2f2f2;
  font-size: 12px;
  line-height: 18px;
  color: #4a4a4a;
}
/* line 77, ../../../../app/assets/stylesheets/frontend/pattern/molecules/info_window/info_window.css.scss */
.infoWindow-information:before {
  position: absolute;
  top: 10px;
  left: 10px;
  font: 18px/1 FontAwesome;
  color: #2f2f2f;
  content: "\f05a";
}
/* line 85, ../../../../app/assets/stylesheets/frontend/pattern/molecules/info_window/info_window.css.scss */
.infoWindow-information ul {
  margin-top: 5px;
  padding-left: 15px;
}
/* line 90, ../../../../app/assets/stylesheets/frontend/pattern/molecules/info_window/info_window.css.scss */
.infoWindow-information li {
  list-style-type: disc;
}

/* line 5, ../../../../app/assets/stylesheets/frontend/pattern/molecules/labels/item_count.css.scss */
.image-count {
  padding: 5px;
  border: 1px solid #d6d6d6;
  display: inline-block;
  font-size: 14px;
  line-height: 1.57;
  font-weight: 600;
  background: #fafafa;
  border-radius: 1px;
}
/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/molecules/labels/item_count.css.scss */
.image-count:before {
  font-family: "FontAwesome";
  content: "\f24d";
}

/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/molecules/map/overlay.css.scss */
.infoWindow {
  width: 236px;
  height: 292px;
  position: absolute;
  top: 25%;
  left: 25%;
  padding: 0;
  overflow: hidden;
  z-index: 2;
}

/* line 12, ../../../../app/assets/stylesheets/frontend/pattern/molecules/map/overlay.css.scss */
.infoWindow-content {
  position: absolute;
  z-index: 3;
  margin: 8px 8px 0;
}
/* line 18, ../../../../app/assets/stylesheets/frontend/pattern/molecules/map/overlay.css.scss */
.infoWindow-content .productBox-discountPercentage,
.infoWindow-content .standard-prices-value {
  display: none;
}
/* line 22, ../../../../app/assets/stylesheets/frontend/pattern/molecules/map/overlay.css.scss */
.infoWindow-content .standard-prices-cost {
  font-size: 12px;
}
/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/molecules/map/overlay.css.scss */
.infoWindow-content .productBox-mapPinpoint {
  display: none;
}

/* line 31, ../../../../app/assets/stylesheets/frontend/pattern/molecules/map/overlay.css.scss */
.infoWindow-information {
  margin-top: 0;
  top: 118px;
  z-index: 3;
}

/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/molecules/navigation/breadcrumbs.css.scss */
.page-breadcrumb {
  font-size: 12px;
}

/* line 5, ../../../../app/assets/stylesheets/frontend/pattern/molecules/navigation/breadcrumbs.css.scss */
.page-breadcrumb-item {
  display: inline-block;
}

/* line 9, ../../../../app/assets/stylesheets/frontend/pattern/molecules/navigation/breadcrumbs.css.scss */
.page-breadcrumb-node {
  text-decoration: none;
  font-weight: normal;
  color: #2f2f2f;
}
/* line 14, ../../../../app/assets/stylesheets/frontend/pattern/molecules/navigation/breadcrumbs.css.scss */
.page-breadcrumb-node:hover {
  color: #cc203c;
}
/* line 18, ../../../../app/assets/stylesheets/frontend/pattern/molecules/navigation/breadcrumbs.css.scss */
.page-breadcrumb-node.is-active {
  font-weight: 600;
  color: #2f2f2f;
}

/* line 4, ../../../../app/assets/stylesheets/frontend/pattern/molecules/offer_selection/multi_offer.css.scss */
.modOffer-option {
  background: #fff;
  border-bottom: 1px solid #d6d6d6;
  display: table-row;
  cursor: pointer;
}
/* line 10, ../../../../app/assets/stylesheets/frontend/pattern/molecules/offer_selection/multi_offer.css.scss */
.modOffer-option:first-child {
  border-top: 1px solid #d6d6d6;
}

/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/molecules/offer_selection/multi_offer.css.scss */
.modOffer-option-title {
  font-size: 14px;
  line-height: 19px;
  display: table-cell;
  padding: 10px;
}

/* line 22, ../../../../app/assets/stylesheets/frontend/pattern/molecules/offer_selection/multi_offer.css.scss */
.modOffer-option-discount {
  font-weight: 600;
  line-height: 19px;
  color: #cc203c;
  display: table-cell;
  padding: 10px;
  white-space: nowrap;
}

/* line 31, ../../../../app/assets/stylesheets/frontend/pattern/molecules/offer_selection/multi_offer.css.scss */
.modOffer-option-prices {
  font-size: 14px;
  display: table-cell;
  padding: 10px;
  white-space: nowrap;
}

/* line 38, ../../../../app/assets/stylesheets/frontend/pattern/molecules/offer_selection/multi_offer.css.scss */
.modOffer-option-oldPrice {
  text-align: right;
}

/* line 42, ../../../../app/assets/stylesheets/frontend/pattern/molecules/offer_selection/multi_offer.css.scss */
.modOffer-option-newPrice {
  line-height: 19px;
  font-weight: 600;
  text-align: right;
}

/* line 5, ../../../../app/assets/stylesheets/frontend/pattern/molecules/partner/contact.css.scss */
.partner-contact {
  font-size: 16px;
}

/* line 9, ../../../../app/assets/stylesheets/frontend/pattern/molecules/partner/contact.css.scss */
.partner-contact-field {
  line-height: 22px;
}

/* line 13, ../../../../app/assets/stylesheets/frontend/pattern/molecules/partner/contact.css.scss */
.partner-contact-link {
  text-decoration: none;
  color: #4a90e2;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
}
/* line 7, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/mixins.css.scss */
.partner-contact-link:hover {
  text-decoration: underline;
  color: #4a90e2;
  font-weight: 600;
  cursor: pointer;
}

/* line 20, ../../../../app/assets/stylesheets/frontend/pattern/molecules/partner/contact.css.scss */
.partner-contact-logoWrap {
  width: 200px;
  max-width: 100%;
  margin-bottom: 10px;
}

/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/molecules/partner/contact.css.scss */
.partner-contact-logo {
  width: 100%;
  display: block;
}

/* line 7, ../../../../app/assets/stylesheets/frontend/pattern/molecules/partner/quote.css.scss */
.partner-quote-textWrap {
  padding: 10px 30px;
  display: inline-block;
}

/* line 12, ../../../../app/assets/stylesheets/frontend/pattern/molecules/partner/quote.css.scss */
.partner-quote-text {
  position: relative;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 300;
  text-align: left;
  color: #555;
  quotes: "“" "”";
}
/* line 21, ../../../../app/assets/stylesheets/frontend/pattern/molecules/partner/quote.css.scss */
.partner-quote-text:before, .partner-quote-text:after {
  position: absolute;
  width: 30px;
  display: block;
  font: italic 50px/1 Georgia, serif;
  color: #d6d6d6;
}
/* line 30, ../../../../app/assets/stylesheets/frontend/pattern/molecules/partner/quote.css.scss */
.partner-quote-text:before {
  left: -30px;
  top: -15px;
  content: open-quote;
}
/* line 36, ../../../../app/assets/stylesheets/frontend/pattern/molecules/partner/quote.css.scss */
.partner-quote-text:after {
  right: -30px;
  bottom: -35px;
  content: close-quote;
}

/* line 43, ../../../../app/assets/stylesheets/frontend/pattern/molecules/partner/quote.css.scss */
.partner-quote-signature {
  position: relative;
  margin-top: 5px;
  padding-left: 20px;
  display: block;
  text-align: left;
  font-size: 14px;
  color: #8b8b8b;
}
/* line 52, ../../../../app/assets/stylesheets/frontend/pattern/molecules/partner/quote.css.scss */
.partner-quote-signature:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\2014";
}

/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/molecules/pricing/standard_pricing.css.scss */
.standard-prices {
  display: inline-block;
  vertical-align: top;
}

/* line 6, ../../../../app/assets/stylesheets/frontend/pattern/molecules/pricing/standard_pricing.css.scss */
.standard-prices-value {
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #8b8b8b;
  text-decoration: line-through;
}

/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/molecules/pricing/standard_pricing.css.scss */
.standard-prices-cost {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  font-weight: 700;
  color: #2f2f2f;
}

/*  Media Queries
================================= */
@media screen and (max-width: 1000px) {
  /* line 28, ../../../../app/assets/stylesheets/frontend/pattern/molecules/pricing/standard_pricing.css.scss */
  .standard-prices-value,
  .standard-prices-cost {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  /* line 34, ../../../../app/assets/stylesheets/frontend/pattern/molecules/pricing/standard_pricing.css.scss */
  .standard-prices-value,
  .standard-prices-cost {
    font-size: 14px;
  }
}
/* line 6, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/bar.css.scss */
.bar {
  display: table-row;
}

/* line 10, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/bar.css.scss */
.bar-label {
  display: table-cell;
  color: #3E8BE5;
  font-size: 12px;
  line-height: 23px;
  padding-right: 7px;
  cursor: pointer;
}
/* line 18, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/bar.css.scss */
.bar-label.selected {
  font-weight: bold;
}
/* line 22, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/bar.css.scss */
.bar-label.hasNoReviews {
  color: #777;
  cursor: auto;
}

/* line 28, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/bar.css.scss */
.bar-percentage-wrapper {
  display: table-cell;
}

/* line 32, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/bar.css.scss */
.bar-percentage {
  height: 6px;
  width: 220px;
  position: relative;
  background: #d6d6d6;
}

/* line 40, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/bar.css.scss */
.bar-percentage > span {
  display: block;
  height: 100%;
  background-color: #555;
  position: relative;
  overflow: hidden;
}

/* line 48, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/bar.css.scss */
.bar-count {
  display: table-cell;
  padding-left: 7px;
  color: #3E8BE5;
  font-size: 12px;
  line-height: 23px;
}
/* line 55, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/bar.css.scss */
.bar-count.selected {
  font-weight: bold;
}
/* line 59, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/bar.css.scss */
.bar-count.hasNoReviews {
  color: #777;
  cursor: auto;
}

/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.offers-reviews-values {
  margin-bottom: 5px;
}

/* line 5, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-stars {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  cursor: default;
}
/* line 14, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-stars[data-rating="1"] .star:nth-child(-n + 1):before, .reviews-stars[data-rating="1.0"] .star:nth-child(-n + 1):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 21, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-stars[data-rating="0.5"] .star:nth-child(-n + 1):before {
  color: #f7d02d;
  content: "\f123";
}
/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-stars[data-rating="0.5"] .star:nth-child(-n + 0):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 14, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-stars[data-rating="2"] .star:nth-child(-n + 2):before, .reviews-stars[data-rating="2.0"] .star:nth-child(-n + 2):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 21, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-stars[data-rating="1.5"] .star:nth-child(-n + 2):before {
  color: #f7d02d;
  content: "\f123";
}
/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-stars[data-rating="1.5"] .star:nth-child(-n + 1):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 14, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-stars[data-rating="3"] .star:nth-child(-n + 3):before, .reviews-stars[data-rating="3.0"] .star:nth-child(-n + 3):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 21, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-stars[data-rating="2.5"] .star:nth-child(-n + 3):before {
  color: #f7d02d;
  content: "\f123";
}
/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-stars[data-rating="2.5"] .star:nth-child(-n + 2):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 14, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-stars[data-rating="4"] .star:nth-child(-n + 4):before, .reviews-stars[data-rating="4.0"] .star:nth-child(-n + 4):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 21, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-stars[data-rating="3.5"] .star:nth-child(-n + 4):before {
  color: #f7d02d;
  content: "\f123";
}
/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-stars[data-rating="3.5"] .star:nth-child(-n + 3):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 14, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-stars[data-rating="5"] .star:nth-child(-n + 5):before, .reviews-stars[data-rating="5.0"] .star:nth-child(-n + 5):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 21, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-stars[data-rating="4.5"] .star:nth-child(-n + 5):before {
  color: #f7d02d;
  content: "\f123";
}
/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-stars[data-rating="4.5"] .star:nth-child(-n + 4):before {
  color: #f7d02d;
  content: "\f005";
}

/* line 34, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-rating {
  display: inline-block;
  vertical-align: -2px;
  font-size: 24px;
  line-height: 1;
  color: #8b8b8b;
  overflow: hidden;
}
/* line 42, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-rating .rating-score {
  float: left;
  font-weight: 700;
  color: #2f2f2f;
}
/* line 48, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
.reviews-rating .rating-best {
  float: left;
}

/* ==================================
  THESE ARE THE OLD STARS FOR THE REZVIEW AREA
  * WHEN OUR API IS READY DELETE THIS CODE
================================== */
/* line 57, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reviews {
  position: relative;
}

/* line 59, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reziewStars {
  width: auto;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 35px;
  font-family: 'OpenSans';
  font-size: 12px;
  color: #A8A8A8;
  background: url(http://media.deindeal.ch/production/static_assets/wolfpack/external/rezview/assets/stars_big.png) no-repeat !important;
}

/* line 68, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reziewStars.rate_0_0,
#reziewStars.rate_0_1,
#reziewStars.rate_0_2,
#reziewStars.rate_0_3,
#reziewStars.rate_0_4 {
  background-position: 0px -0px !important;
}

/* line 74, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reziewStars.rate_0_5,
#reziewStars.rate_0_6,
#reziewStars.rate_0_7,
#reziewStars.rate_0_8,
#reziewStars.rate_0_9 {
  background-position: 0px -24px !important;
}

/* line 80, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reziewStars.rate_1_0,
#reziewStars.rate_1_1,
#reziewStars.rate_1_2,
#reziewStars.rate_1_3,
#reziewStars.rate_1_4 {
  background-position: 0px -48px !important;
}

/* line 86, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reziewStars.rate_1_5,
#reziewStars.rate_1_6,
#reziewStars.rate_1_7,
#reziewStars.rate_1_8,
#reziewStars.rate_1_9 {
  background-position: 0px -72px !important;
}

/* line 92, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reziewStars.rate_2_0,
#reziewStars.rate_2_1,
#reziewStars.rate_2_2,
#reziewStars.rate_2_3,
#reziewStars.rate_2_4 {
  background-position: 0px -96px !important;
}

/* line 98, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reziewStars.rate_2_5,
#reziewStars.rate_2_6,
#reziewStars.rate_2_7,
#reziewStars.rate_2_8,
#reziewStars.rate_2_9 {
  background-position: 0px -120px !important;
}

/* line 104, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reziewStars.rate_3_0,
#reziewStars.rate_3_1,
#reziewStars.rate_3_2,
#reziewStars.rate_3_3,
#reziewStars.rate_3_4 {
  background-position: 0px -144px !important;
}

/* line 110, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reziewStars.rate_3_5,
#reziewStars.rate_3_6,
#reziewStars.rate_3_7,
#reziewStars.rate_3_8,
#reziewStars.rate_3_9 {
  background-position: 0px -168px !important;
}

/* line 116, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reziewStars.rate_4_0,
#reziewStars.rate_4_1,
#reziewStars.rate_4_2,
#reziewStars.rate_4_3,
#reziewStars.rate_4_4 {
  background-position: 0px -192px !important;
}

/* line 122, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reziewStars.rate_4_5,
#reziewStars.rate_4_6,
#reziewStars.rate_4_7,
#reziewStars.rate_4_8,
#reziewStars.rate_4_9 {
  background-position: 0px -216px !important;
}

/* line 128, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reziewStars.rate_5_0 {
  background-position: 0px -240px !important;
}

/* line 130, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reviews #reziewStars {
  width: 120px;
  position: absolute;
}

/* line 135, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reziewStars > span {
  font-family: 'OpenSans';
  font-size: 12px;
  color: #A8A8A8;
  line-height: 17px;
}

/* line 141, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reziewStars .average,
#reziewStars .best,
#reziewStars .slashReview {
  left: 130px;
  position: relative;
  font-size: 16px;
  font-family: 'OpenSans';
  color: #A8A8A8;
}

/* line 152, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reziewStars .count {
  font-family: 'OpenSans';
  font-size: 12px;
  color: #A8A8A8;
  line-height: 17px;
}

/* line 159, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reziewStars a,
#reziewStars a:hover {
  font-family: 'OpenSans';
  font-size: 12px;
  color: #A8A8A8;
  cursor: default;
}

/* line 167, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating.css.scss */
#reziewStars a.linkToReviews,
#reziewStars a.linkToReviews:hover {
  width: auto;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 35px;
  font-family: 'OpenSans';
  font-size: 12px;
  color: #cc203c;
  text-decoration: underline;
  cursor: pointer;
}

/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.offers-reviews-values {
  margin-bottom: 5px;
}

/* line 5, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-stars {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  cursor: default;
}
/* line 14, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-stars[data-rating="1"] .star:nth-child(-n + 1):before, .reviews-stars[data-rating="1.0"] .star:nth-child(-n + 1):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 21, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-stars[data-rating="0.5"] .star:nth-child(-n + 1):before {
  color: #f7d02d;
  content: "\f123";
}
/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-stars[data-rating="0.5"] .star:nth-child(-n + 0):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 14, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-stars[data-rating="2"] .star:nth-child(-n + 2):before, .reviews-stars[data-rating="2.0"] .star:nth-child(-n + 2):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 21, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-stars[data-rating="1.5"] .star:nth-child(-n + 2):before {
  color: #f7d02d;
  content: "\f123";
}
/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-stars[data-rating="1.5"] .star:nth-child(-n + 1):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 14, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-stars[data-rating="3"] .star:nth-child(-n + 3):before, .reviews-stars[data-rating="3.0"] .star:nth-child(-n + 3):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 21, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-stars[data-rating="2.5"] .star:nth-child(-n + 3):before {
  color: #f7d02d;
  content: "\f123";
}
/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-stars[data-rating="2.5"] .star:nth-child(-n + 2):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 14, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-stars[data-rating="4"] .star:nth-child(-n + 4):before, .reviews-stars[data-rating="4.0"] .star:nth-child(-n + 4):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 21, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-stars[data-rating="3.5"] .star:nth-child(-n + 4):before {
  color: #f7d02d;
  content: "\f123";
}
/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-stars[data-rating="3.5"] .star:nth-child(-n + 3):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 14, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-stars[data-rating="5"] .star:nth-child(-n + 5):before, .reviews-stars[data-rating="5.0"] .star:nth-child(-n + 5):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 21, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-stars[data-rating="4.5"] .star:nth-child(-n + 5):before {
  color: #f7d02d;
  content: "\f123";
}
/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-stars[data-rating="4.5"] .star:nth-child(-n + 4):before {
  color: #f7d02d;
  content: "\f005";
}

/* line 34, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-rating {
  display: inline-block;
  vertical-align: -2px;
  font-size: 24px;
  line-height: 1;
  color: #8b8b8b;
  overflow: hidden;
}
/* line 42, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-rating .rating-score {
  float: left;
  font-weight: 700;
  color: #2f2f2f;
}
/* line 48, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/rating_small.css.scss */
.reviews-rating .rating-best {
  float: left;
}

/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/remove_filter.css.scss */
.remove-filter {
  border: 1px solid #d6d6d6;
  padding: 0 0 0 5px;
  width: 82px;
  line-height: 19px;
  overflow: hidden;
  position: relative;
}

/* line 10, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/remove_filter.css.scss */
.remove-filter-text {
  float: left;
  font-size: 12px;
  color: #2f2f2f;
  margin-right: 10px;
}

/* line 17, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/remove_filter.css.scss */
.remove-filter-close {
  float: right;
  font: italic bold 11px/19px "Georgia", sans-serif;
  vertical-align: middle;
  cursor: pointer;
  padding: 0 4px;
}

/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-stars {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  cursor: default;
}
/* line 10, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-stars[data-rating="1"] .star:nth-child(-n + 1):before, .review-stars[data-rating="1.0"] .star:nth-child(-n + 1):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 17, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-stars[data-rating="0.5"] .star:nth-child(-n + 1):before {
  color: #f7d02d;
  content: "\f123";
}
/* line 22, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-stars[data-rating="0.5"] .star:nth-child(-n + 0):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 10, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-stars[data-rating="2"] .star:nth-child(-n + 2):before, .review-stars[data-rating="2.0"] .star:nth-child(-n + 2):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 17, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-stars[data-rating="1.5"] .star:nth-child(-n + 2):before {
  color: #f7d02d;
  content: "\f123";
}
/* line 22, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-stars[data-rating="1.5"] .star:nth-child(-n + 1):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 10, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-stars[data-rating="3"] .star:nth-child(-n + 3):before, .review-stars[data-rating="3.0"] .star:nth-child(-n + 3):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 17, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-stars[data-rating="2.5"] .star:nth-child(-n + 3):before {
  color: #f7d02d;
  content: "\f123";
}
/* line 22, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-stars[data-rating="2.5"] .star:nth-child(-n + 2):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 10, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-stars[data-rating="4"] .star:nth-child(-n + 4):before, .review-stars[data-rating="4.0"] .star:nth-child(-n + 4):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 17, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-stars[data-rating="3.5"] .star:nth-child(-n + 4):before {
  color: #f7d02d;
  content: "\f123";
}
/* line 22, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-stars[data-rating="3.5"] .star:nth-child(-n + 3):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 10, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-stars[data-rating="5"] .star:nth-child(-n + 5):before, .review-stars[data-rating="5.0"] .star:nth-child(-n + 5):before {
  color: #f7d02d;
  content: "\f005";
}
/* line 17, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-stars[data-rating="4.5"] .star:nth-child(-n + 5):before {
  color: #f7d02d;
  content: "\f123";
}
/* line 22, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-stars[data-rating="4.5"] .star:nth-child(-n + 4):before {
  color: #f7d02d;
  content: "\f005";
}

/* line 30, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-author {
  display: inline-block;
  font-size: 12px;
  color: #555;
  line-height: 19px;
  margin-left: 3px;
}

/* line 38, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-date {
  display: inline-block;
  font-size: 12px;
  color: #555;
  line-height: 19px;
}

/* line 45, ../../../../app/assets/stylesheets/frontend/pattern/molecules/reviews/review.css.scss */
.review-description {
  font-size: 14px;
  color: #2f2f2f;
  margin-top: 7px;
  line-height: 22px;
}

/* ======================================================================
   DOCUMENT INFORMATION

   Defines styles for the slider widget universal styles

   - Document: slider_wrapper.css.scss
   - Version:  1
   - Author:   Deindeal
   ====================================================================== */
/* line 17, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderWrap {
  position: relative;
  min-height: 90px;
  -webkit-overflow-scrolling: touch;
}
/* line 24, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderWrap.hasNoArrows .slider-arrows {
  display: none;
}
/* line 28, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderWrap.hasNoArrows .slider-itemsWrap {
  padding: 0;
}
/* line 34, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderWrap.showArrowsOnHover:not(.hasNoArrows) .slider-arrows {
  display: none;
}
/* line 39, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderWrap.showArrowsOnHover:not(.hasNoArrows):hover .slider-arrows {
  display: block;
}
/* line 45, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderWrap.showArrowsOnTop .slider-itemsWrap {
  padding: 0;
}
/* line 49, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderWrap.hasNoScroll .slider-items {
  padding-bottom: 0;
  background-image: none;
}
/* line 53, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderWrap.hasNoScroll .slider-items::-webkit-scrollbar {
  display: none;
}
/* line 58, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderWrap.hideArrowsOnEnd .slider-arrow:disabled {
  display: none;
}
/* line 62, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderWrap.isEmpty {
  display: none;
}

/* line 67, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.slider-arrow {
  width: 100%;
  padding: 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 3.57143;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  color: #cc203c;
  opacity: 0.9;
  background: #e6e6e6;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  width: 40px;
  height: 90px;
  margin-top: -45px;
  z-index: 1;
}
/* line 86, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/mixins.css.scss */
.slider-arrow:hover, .slider-arrow:active {
  background: #d6d6d6;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.4);
}
/* line 92, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/mixins.css.scss */
.slider-arrow:disabled {
  color: #b4b4b4;
  background: #e6e6e6;
  cursor: default;
}
/* line 76, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.slider-arrow:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
}
/* line 82, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.slider-arrow--left {
  left: 0;
}
/* line 86, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.slider-arrow--right {
  right: 0;
}

/* line 92, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.slider-itemsWrap {
  padding: 0 50px;
}

/* line 96, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.slider-items {
  position: relative;
  padding-bottom: 12px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0;
  /* This is needed to fix the 'inline-block' spacing caused by Mustache */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mN49h8AAs4B5u7EH1AAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-position: left 0 bottom 4px;
}
/* line 107, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.slider-items::-webkit-scrollbar {
  height: 8px;
}
/* line 111, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.slider-items::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #888;
}

/* line 122, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderTheme--dark .slider-arrow {
  border: 0;
  color: #fff;
  background: rgba(47, 47, 47, 0.75);
}
/* line 127, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderTheme--dark .slider-arrow:disabled {
  filter: alpha(opacity=65);
  opacity: 0.65;
}

/* line 140, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderTheme--dealBig .slider-arrow,
.sliderTheme--dealSmall .slider-arrow {
  top: 0;
  bottom: 0;
  width: 3cm;
  max-width: 50%;
  height: 100%;
  margin: 0;
  border: 0;
  background: none;
  box-shadow: none;
}
/* line 151, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderTheme--dealBig .slider-arrow:before,
.sliderTheme--dealSmall .slider-arrow:before {
  content: "";
}
/* line 155, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderTheme--dealBig .slider-arrow:hover,
.sliderTheme--dealSmall .slider-arrow:hover {
  box-shadow: none;
}
/* line 160, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderTheme--dealBig .slider-arrow--left,
.sliderTheme--dealSmall .slider-arrow--left {
  text-align: left;
}
/* line 164, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderTheme--dealBig .slider-arrow--right,
.sliderTheme--dealSmall .slider-arrow--right {
  text-align: right;
}

/* line 171, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderTheme--dealBig .slider-arrow:before {
  width: 50px;
  height: 60px;
}
/* line 176, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderTheme--dealBig .slider-arrow--left:before {
  background: url(//media.deindeal.ch/assets/frontend/slider/icon-arrow-left-large-6467c0c16f22367a829cd7ddce8074da.png) center no-repeat transparent;
}
/* line 180, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderTheme--dealBig .slider-arrow--right:before {
  background: url(//media.deindeal.ch/assets/frontend/slider/icon-arrow-right-large-e333b84f1087457aea39b81483ebc3ea.png) center no-repeat transparent;
}

/* line 187, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderTheme--dealSmall .slider-arrow:before {
  width: 30px;
  height: 36px;
}
/* line 192, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderTheme--dealSmall .slider-arrow--left:before {
  background: url(//media.deindeal.ch/assets/frontend/slider/icon-arrow-left-small-357658f149f3599c7a0840b9f048c8f5.png) center no-repeat transparent;
}
/* line 196, ../../../../app/assets/stylesheets/frontend/pattern/molecules/slider/slider_wrapper.css.scss */
.sliderTheme--dealSmall .slider-arrow--right:before {
  background: url(//media.deindeal.ch/assets/frontend/slider/icon-arrow-right-small-0bc0fc51a73a714b8a8b9db105def7ad.png) center no-repeat transparent;
}

/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/molecules/timer/timer.css.scss */
.collection-box-full-clock {
  font-weight: 600;
  color: #2f2f2f;
  font-size: 14px;
}

/* line 7, ../../../../app/assets/stylesheets/frontend/pattern/molecules/timer/timer.css.scss */
.collection-box-full-clock-unit.highlighted {
  color: #cc203c;
}

/* All Organisms */
/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
.city-banner {
  position: relative;
  display: block;
}
@media screen and (min-width: 1024px) {
  /* line 1, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner {
    height: 400px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner {
    height: 500px;
  }
}
/* line 13, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
.city-banner .city-banner-image {
  height: 150px;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 480px) {
  /* line 13, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner .city-banner-image {
    height: 250px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 13, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner .city-banner-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* line 33, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
.city-banner .city-banner-detailsWrap {
  position: relative;
  height: inherit;
}
@media screen and (max-width: 1023px) {
  /* line 33, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner .city-banner-detailsWrap {
    margin: 0;
  }
}
/* line 43, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
.city-banner .city-banner-detailsWrap .featuredBanner-secondaryTitle {
  display: none;
}
@media screen and (min-width: 480px) {
  /* line 43, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner .city-banner-detailsWrap .featuredBanner-secondaryTitle {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  /* line 52, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner .city-banner-details {
    width: 41.66667%;
    padding: 0 5px 0;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 8.33333%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1024px) and (min-width: 480px) {
  /* line 52, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner .city-banner-details {
    padding: 0 8px 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  /* line 52, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner .city-banner-details {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  /* line 52, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner .city-banner-details {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1600px) {
  /* line 52, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner .city-banner-details {
    padding: 0 12px 0;
  }
}
@media screen and (min-width: 1024px) {
  /* line 62, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner .city-banner-details.variation1 {
    left: 8.33333%;
  }
}
@media screen and (min-width: 1280px) {
  /* line 52, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner .city-banner-details {
    right: 0;
  }
  /* line 70, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner .city-banner-details.variation1 {
    left: 0;
  }
}
@media screen and (min-width: 1600px) {
  /* line 52, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner .city-banner-details {
    width: 33.33333%;
    padding: 0 5px 0;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1600px) and (min-width: 480px) {
  /* line 52, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner .city-banner-details {
    padding: 0 8px 0;
  }
}
@media screen and (min-width: 1600px) and (min-width: 1024px) {
  /* line 52, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner .city-banner-details {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 1600px) and (min-width: 1280px) {
  /* line 52, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner .city-banner-details {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 1600px) and (min-width: 1600px) {
  /* line 52, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-banner.css.scss */
  .city-banner .city-banner-details {
    padding: 0 12px 0;
  }
}

/* line 13, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
.city-header.responsiveContainer {
  margin-top: 10px;
}
@media screen and (min-width: 480px) {
  /* line 17, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-header.responsiveContainer {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 23, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-header.responsiveContainer {
    margin: 0;
  }
}
@media screen and (min-width: 480px) {
  /* line 29, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-header .city-bannerSlider {
    width: 66.66667%;
    padding: 0 5px 0;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 480px) and (min-width: 480px) {
  /* line 29, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-header .city-bannerSlider {
    padding: 0 8px 0;
  }
}
@media screen and (min-width: 480px) and (min-width: 1024px) {
  /* line 29, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-header .city-bannerSlider {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 480px) and (min-width: 1280px) {
  /* line 29, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-header .city-bannerSlider {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 480px) and (min-width: 1600px) {
  /* line 29, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-header .city-bannerSlider {
    padding: 0 12px 0;
  }
}

@media screen and (min-width: 1024px) {
  /* line 29, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-header .city-bannerSlider {
    width: 100%;
    padding: 0 0 0;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* line 44, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
.city-categoriesWrap {
  padding: 0 5px;
}
@media screen and (min-width: 480px) {
  /* line 44, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-categoriesWrap {
    padding: 0 8px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 44, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-categoriesWrap {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 44, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-categoriesWrap {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1600px) {
  /* line 44, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-categoriesWrap {
    padding: 0 12px;
  }
}

@media screen and (min-width: 480px) {
  /* line 48, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-categoriesWrap.mod-s {
    width: 33.33333%;
    padding: 0 5px 0;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 480px) and (min-width: 480px) {
  /* line 48, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-categoriesWrap.mod-s {
    padding: 0 8px 0;
  }
}
@media screen and (min-width: 480px) and (min-width: 1024px) {
  /* line 48, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-categoriesWrap.mod-s {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 480px) and (min-width: 1280px) {
  /* line 48, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-categoriesWrap.mod-s {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 480px) and (min-width: 1600px) {
  /* line 48, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-categoriesWrap.mod-s {
    padding: 0 12px 0;
  }
}

@media screen and (min-width: 1024px) {
  /* line 48, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-categoriesWrap.mod-s {
    display: none;
  }
}
/* line 58, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
.city-categoriesWrap.mod-s .city-categories-headline {
  float: left;
}
@media screen and (min-width: 480px) {
  /* line 58, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-categoriesWrap.mod-s .city-categories-headline {
    float: none;
  }
}

/* line 67, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
.city-categoriesWrap.mod-l {
  margin-bottom: 20px;
  display: none;
}
@media screen and (min-width: 1024px) {
  /* line 67, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-categoriesWrap.mod-l {
    display: block;
  }
}

/* line 76, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
.city-categories-header {
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 81, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
.city-categories-headline {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  color: #2f2f2f;
}

/* line 89, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
.city-categories-toggle {
  float: right;
  text-decoration: none;
  color: #4a90e2;
  font-size: 13px;
  font-weight: 600;
  line-height: 33px;
  cursor: pointer;
}
/* line 98, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
.city-categories-toggle:hover {
  text-decoration: underline;
}
/* line 102, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
.city-categories-toggle:before {
  content: "+";
}
/* line 106, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
.city-categories-toggle.is-active:before {
  content: "-";
}
@media screen and (min-width: 480px) {
  /* line 89, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-categories-toggle {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  /* line 118, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-categories-list.is-hiddenOnMobile {
    display: none;
  }
}
/* line 123, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
.city-categories-list a {
  display: block;
  font-size: 13px;
  line-height: 3;
  color: #4a90e2;
}
@media screen and (min-width: 480px) {
  /* line 123, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-categories-list a {
    font-size: 15px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1024px) {
  /* line 123, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-categories-list a {
    margin-right: 35px;
    display: inline-block;
    line-height: 2.5;
  }
  /* line 139, ../../../../app/assets/stylesheets/frontend/pattern/organisms/city/city-header.css.scss */
  .city-categories-list a:last-child {
    margin-right: 0;
  }
}

/* ======================================================================
   DOCUMENT INFORMATION

   Defines styles for the gallery slider (1 image/slide)

   - Document: slider_gallery.css.scss
   - Version:  1
   - Author:   Deindeal
   ====================================================================== */
/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/organisms/collection/full_box.css.scss */
.collection-box-full {
  position: relative;
  margin-bottom: 10px;
}

/* line 20, ../../../../app/assets/stylesheets/frontend/pattern/organisms/collection/full_box.css.scss */
.collection-box-full-link {
  display: block;
}

/* line 28, ../../../../app/assets/stylesheets/frontend/pattern/organisms/collection/full_box.css.scss */
.collection-box-full-image {
  background-size: cover;
  height: 232px;
}

/* line 33, ../../../../app/assets/stylesheets/frontend/pattern/organisms/collection/full_box.css.scss */
.collection-box-full-image-mobile {
  background-size: cover;
  height: 210px;
  display: none;
}

/* line 39, ../../../../app/assets/stylesheets/frontend/pattern/organisms/collection/full_box.css.scss */
.collection-box-full-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
/* line 44, ../../../../app/assets/stylesheets/frontend/pattern/organisms/collection/full_box.css.scss */
.collection-box-full-footer .collection-box-full-footer-background {
  overflow: hidden;
  background-color: #ffffff;
  opacity: .84;
  line-height: 38px;
  padding: 0 10px;
  clear: both;
  min-height: 38px;
}
/* line 54, ../../../../app/assets/stylesheets/frontend/pattern/organisms/collection/full_box.css.scss */
.collection-box-full-footer .collection-box-full-title {
  float: left;
  font-weight: 600;
  color: #2f2f2f;
  font-size: 18px;
  line-height: 24px;
  margin-top: 6px;
}
/* line 63, ../../../../app/assets/stylesheets/frontend/pattern/organisms/collection/full_box.css.scss */
.collection-box-full-footer .collection-box-full-clock {
  float: right;
}
/* line 66, ../../../../app/assets/stylesheets/frontend/pattern/organisms/collection/full_box.css.scss */
.collection-box-full-footer .collection-box-full-clock .fa-clock-o {
  font-size: 20px;
  vertical-align: middle;
  padding-bottom: 2px;
}
/* line 73, ../../../../app/assets/stylesheets/frontend/pattern/organisms/collection/full_box.css.scss */
.collection-box-full-footer .bubble {
  float: right;
  margin-bottom: 10px;
  margin-right: 20px;
}

/*  Media Queries
================================= */
@media screen and (max-width: 1000px) {
  /* line 85, ../../../../app/assets/stylesheets/frontend/pattern/organisms/collection/full_box.css.scss */
  body {
    width: 100%;
    min-width: 100%;
  }

  /* line 90, ../../../../app/assets/stylesheets/frontend/pattern/organisms/collection/full_box.css.scss */
  .container_12 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 97, ../../../../app/assets/stylesheets/frontend/pattern/organisms/collection/full_box.css.scss */
  .collection-box-full-footer .collection-box-full-title {
    float: none;
  }
  /* line 101, ../../../../app/assets/stylesheets/frontend/pattern/organisms/collection/full_box.css.scss */
  .collection-box-full-footer .collection-box-full-clock {
    float: none;
  }
}
/* ===================================
   DOCUMENT INFORMATION

   Defines the styles for the dropdown widget

   - Document:dropdown.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 12, ../../../../app/assets/stylesheets/frontend/pattern/organisms/controls/dropdown.css.scss */
.dropdown {
  position: relative;
  font-size: 13px;
  font-weight: 200;
  background: #f2f2f2;
  cursor: pointer;
}
/* line 19, ../../../../app/assets/stylesheets/frontend/pattern/organisms/controls/dropdown.css.scss */
.dropdown--white {
  background: #fff;
}
/* line 23, ../../../../app/assets/stylesheets/frontend/pattern/organisms/controls/dropdown.css.scss */
.dropdown:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -11px 15px 0 0;
  font: 22px/1 FontAwesome;
  content: "\f107";
}
/* line 32, ../../../../app/assets/stylesheets/frontend/pattern/organisms/controls/dropdown.css.scss */
.dropdown.isOpened:after {
  content: "\f106";
}

/* line 39, ../../../../app/assets/stylesheets/frontend/pattern/organisms/controls/dropdown.css.scss */
.dropdown-defaultOption {
  height: 44px;
  padding: 0 45px 0 10px;
  border: 1px solid #b1b1b1;
  line-height: 38px;
}

/* line 46, ../../../../app/assets/stylesheets/frontend/pattern/organisms/controls/dropdown.css.scss */
.dropdown-defaultOption-label {
  max-height: 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  overflow: hidden;
}

/* line 55, ../../../../app/assets/stylesheets/frontend/pattern/organisms/controls/dropdown.css.scss */
.dropdown-options {
  position: absolute;
  right: 0;
  left: 0;
  top: calc(100% - 1px);
  max-height: 326px;
  border: 1px solid #c8c8c8;
  display: none;
  overflow-y: auto;
  z-index: 1;
  background: #fff;
}

/* line 66, ../../../../app/assets/stylesheets/frontend/pattern/organisms/controls/dropdown.css.scss */
.dropdown.isOpened .dropdown-options {
  display: block;
}

/* line 70, ../../../../app/assets/stylesheets/frontend/pattern/organisms/controls/dropdown.css.scss */
.dropdown-option {
  padding: 11px 10px;
  line-height: 1.1;
}
/* line 74, ../../../../app/assets/stylesheets/frontend/pattern/organisms/controls/dropdown.css.scss */
.dropdown-option:hover, .dropdown-option.isSelected {
  background: #f2f2f2;
  color: #d0021b;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines styles for the Footer organism

   - Document: footer.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 25, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footerWrap {
  margin-top: 50px;
}

/* line 29, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-contentWrap {
  background: #f2f2f2;
  clear: both;
}

/* line 34, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-content {
  padding: 35px 0 25px;
}

/* line 41, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-newsletterSubscription {
  margin-bottom: 45px;
}
/* line 44, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-newsletterSubscription .newsletterSubscription-form {
  max-width: 700px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  /* line 49, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-newsletterSubscription .newsletterSubscription-form-field {
    width: 33.33333%;
    padding: 0 5px 0;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (min-width: 480px) {
  /* line 49, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-newsletterSubscription .newsletterSubscription-form-field {
    padding: 0 8px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  /* line 49, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-newsletterSubscription .newsletterSubscription-form-field {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  /* line 49, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-newsletterSubscription .newsletterSubscription-form-field {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  /* line 49, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-newsletterSubscription .newsletterSubscription-form-field {
    padding: 0 12px 0;
  }
}

/* line 56, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-newsletterSubscription .newsletterSubscription-subheadline {
  max-width: 400px;
  margin: auto;
}
/* line 61, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-newsletterSubscription .dropdown {
  font-weight: 400;
}

/* line 69, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-links {
  margin-bottom: 30px;
  overflow: hidden;
}

/* line 75, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-sidebar {
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (min-width: 1024px) {
  /* line 75, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-sidebar {
    width: 33.33333%;
    padding: 0 5px 50px;
    float: right;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 480px) {
  /* line 75, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-sidebar {
    padding: 0 8px 50px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  /* line 75, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-sidebar {
    padding: 0 10px 50px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  /* line 75, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-sidebar {
    padding: 0 10px 50px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1600px) {
  /* line 75, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-sidebar {
    padding: 0 12px 50px;
  }
}

/* line 85, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-appsWrap {
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (min-width: 1024px) {
  /* line 85, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-appsWrap {
    max-width: 320px;
    margin: 0 auto 50px;
    padding-bottom: 0;
    border: 0;
  }
}

/* line 97, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-socialWrap {
  padding-top: 30px;
}
@media screen and (min-width: 480px) {
  /* line 101, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-socialWrap .footer-social-headline {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 107, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-socialWrap .footer-social-icons {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1024px) {
  /* line 97, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-socialWrap {
    padding-top: 0;
  }
  /* line 116, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-socialWrap .footer-social-headline {
    margin-bottom: 15px;
    display: block;
  }
  /* line 121, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-socialWrap .footer-social-icons {
    display: block;
  }
}

/* line 128, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-siteLinks {
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
  overflow: hidden;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  /* line 135, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-siteLinks .footer-siteLinks-section {
    width: 33.33333%;
    padding: 0 5px 0;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 480px) {
  /* line 135, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-siteLinks .footer-siteLinks-section {
    padding: 0 8px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  /* line 135, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-siteLinks .footer-siteLinks-section {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  /* line 135, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-siteLinks .footer-siteLinks-section {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  /* line 135, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-siteLinks .footer-siteLinks-section {
    padding: 0 12px 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 139, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-siteLinks .footer-siteLinks-section .section-headline {
    margin-bottom: 10px;
    line-height: 1;
    cursor: default;
  }
  /* line 144, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-siteLinks .footer-siteLinks-section .section-headline:after {
    display: none;
  }
  /* line 149, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-siteLinks .footer-siteLinks-section .section-links {
    padding-bottom: 0;
    display: block;
  }
  /* line 154, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-siteLinks .footer-siteLinks-section .section-link {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  /* line 128, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-siteLinks {
    width: 66.66667%;
    padding: 0px 0 0px;
    float: left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
  }
}

/* line 167, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-partnerWrap {
  padding: 30px 0;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (min-width: 1024px) {
  /* line 167, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-partnerWrap {
    width: 33.33333%;
    padding: 0px 5px 0px;
    float: right;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    clear: right;
  }
}
@media screen and (min-width: 1024px) and (min-width: 480px) {
  /* line 167, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-partnerWrap {
    padding: 0px 8px 0px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  /* line 167, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-partnerWrap {
    padding: 0px 10px 0px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  /* line 167, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-partnerWrap {
    padding: 0px 10px 0px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1600px) {
  /* line 167, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-partnerWrap {
    padding: 0px 12px 0px;
  }
}

/* line 178, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-partner-subheadline {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

/* line 187, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-additional {
  overflow: hidden;
  text-align: center;
}

/* line 192, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-paymentMethods {
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  /* line 192, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-paymentMethods {
    width: 33.33333%;
    padding: 0 5px 0;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 480px) {
  /* line 192, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-paymentMethods {
    padding: 0 8px 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  /* line 192, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-paymentMethods {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  /* line 192, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-paymentMethods {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1600px) {
  /* line 192, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-paymentMethods {
    padding: 0 12px 0;
  }
}

/* line 201, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-deliveryMethods {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  /* line 201, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-deliveryMethods {
    width: 33.33333%;
    padding: 0 5px 0;
    float: right;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 480px) {
  /* line 201, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-deliveryMethods {
    padding: 0 8px 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  /* line 201, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-deliveryMethods {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  /* line 201, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-deliveryMethods {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1600px) {
  /* line 201, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-deliveryMethods {
    padding: 0 12px 0;
  }
}

@media screen and (min-width: 1024px) {
  /* line 210, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-disclaimers {
    width: 33.33333%;
    padding: 0 5px 0;
    float: left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) and (min-width: 480px) {
  /* line 210, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-disclaimers {
    padding: 0 8px 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  /* line 210, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-disclaimers {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1280px) {
  /* line 210, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-disclaimers {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1600px) {
  /* line 210, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-disclaimers {
    padding: 0 12px 0;
  }
}

/* line 218, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-disclaimers-link {
  margin: 0 10px;
  display: inline-block;
  font-size: 11px;
  color: #2f2f2f;
}
/* line 224, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-disclaimers-link:hover {
  color: #c01c3c;
}
@media screen and (min-width: 1024px) {
  /* line 218, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-disclaimers-link {
    margin: 0 20px 0 0;
  }
  /* line 231, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
  .footer-disclaimers-link:last-child {
    margin-right: 0;
  }
}

/* line 240, ../../../../app/assets/stylesheets/frontend/pattern/organisms/footer/footer.css.scss */
.footer-copyright {
  padding: 15px 0;
  font-size: 10px;
  text-align: center;
  color: #2f2f2f;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines the styles for the cart flyout organisms page

   - Document: cart-flyout.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 16, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/cart-flyout.css.scss */
.cartFlyout {
  width: 100%;
  padding: 25px 15px;
  box-sizing: border-box;
}

/* line 25, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/cart-flyout.css.scss */
.cartFlyout-empty {
  color: #4a4a4a;
}

/* line 29, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/cart-flyout.css.scss */
.cartFlyout-empty-headline {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
}

/* line 36, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/cart-flyout.css.scss */
.cartFlyout-empty-subheadline {
  font-size: 13px;
}

/* line 45, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/cart-flyout.css.scss */
.cartFlyout-headline {
  font-size: 18px;
}

/* line 49, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/cart-flyout.css.scss */
.cartFlyout-headline-items {
  font-weight: 300;
  color: #8b8b8b;
}

/* line 55, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/cart-flyout.css.scss */
.cartFlyout-body {
  padding: 10px 0;
  margin-bottom: 15px;
  max-height: 236px;
  overflow-y: scroll;
}
/* line 61, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/cart-flyout.css.scss */
.cartFlyout-body.remove-scroll {
  overflow-y: auto;
}

/* line 67, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/cart-flyout.css.scss */
.cartFlyout-total {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #4a4a4a;
  overflow: hidden;
}

/* line 75, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/cart-flyout.css.scss */
.cartFlyout-total-label {
  float: left;
}

/* line 79, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/cart-flyout.css.scss */
.cartFlyout-total-price {
  float: right;
}

/* line 83, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/cart-flyout.css.scss */
.cartFlyout-action-cart {
  margin-bottom: 10px;
}

/* line 87, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/cart-flyout.css.scss */
.cartFlyout-action-checkout {
  display: block;
  font-size: 13px;
  line-height: 2;
  text-align: center;
  color: #4a90e2;
}

 /* ===================================
   DOCUMENT INFORMATION

   Defines the styles for the header organisms page

   - Document: header.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 18, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.headerContainer {
  width: 1000px;
  margin: 0 auto;
}

/* line 27, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
header#goToTop {
  height: 145px;
}

/* line 31, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#header {
  position: relative;
  line-height: 1;
}
/* line 35, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#header.cartFlyout {
  display: none;
}
/* line 40, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#header.showCartPanel .cartFlyout {
  position: absolute;
  top: 96px;
  right: 10px;
  width: 334px;
  z-index: 1;
}

/* line 50, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#headerTop {
  width: 100%;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  border-width: 1px 0;
  border-style: solid;
  border-color: #d6d6d6;
  background: #f2f2f2;
  overflow: hidden;
}

/* line 59, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#headerMiddle {
  width: 100%;
  padding: 12px 0;
  text-align: right;
  position: relative;
  height: 68px;
}

/* line 66, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#mobileNavButton {
  float: left;
  display: none;
}

/* line 71, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#logoWrapper {
  float: left;
}
/* line 74, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#logoWrapper .logo.logo--normal {
  display: block;
}
/* line 78, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#logoWrapper .logo.logo--app {
  position: absolute;
  left: 50%;
  margin-left: -16px;
  display: none;
}

/* line 91, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#headerBlocks {
  float: right;
  padding-top: 8px;
}

/* line 96, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.accountWrapper,
#cartWrapper {
  display: inline-block;
  vertical-align: top;
}

/* line 102, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.accountWrapper {
  width: 200px;
  text-align: center;
}

/* line 107, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#cartWrapper {
  width: 41px;
  text-align: left;
}

/* line 112, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.lnk-account {
  padding: 20px 0;
}

/* line 116, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.searchWrapper {
  float: right;
  width: 260px;
}

/* line 121, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.mobileSearchButton {
  display: none;
  width: 44px;
  height: 44px;
  font-size: 18px;
  float: right;
}

/* line 132, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#cartWrapper .spinner {
  display: none;
  height: 25px;
  width: 25px;
}
/* line 138, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#cartWrapper .cart-icon {
  display: block;
  font-size: 28px;
}
/* line 144, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#cartWrapper.loading .spinner {
  display: block;
}
/* line 148, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#cartWrapper.loading .cart-icon {
  display: none;
}

/* line 154, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#cartFlyout {
  display: none;
  z-index: 4;
  width: 350px;
  position: absolute;
  right: 0px;
  padding-top: 20px;
  top: 40px;
  text-align: left;
}

/* line 169, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.navigation-item {
  position: relative;
}
/* line 172, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.navigation-item .flyout {
  display: none;
  position: absolute;
  text-align: left;
  top: 20px;
  left: 0;
  width: 310px;
  z-index: 100;
}
/* line 184, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.navigation-item.hover .flyout {
  display: block;
}
/* line 189, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.navigation-item .sub-menu-link {
  display: none;
}

/* line 195, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.myAccount-flyout {
  display: none;
}

/* line 199, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.accountWrapper {
  position: relative;
}
/* line 202, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.accountWrapper .myAccount-user {
  padding: 0 0 26px 0;
}
/* line 207, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.accountWrapper .myAccount-flyout {
  width: 202px;
  position: absolute;
  top: calc(100% + 16px);
  margin-left: -101px;
  left: 50%;
  z-index: 100;
  text-align: left;
}
/* line 218, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.accountWrapper .flyout-menu {
  border: none;
  padding: 14px 0 13px;
  margin: 0;
}
/* line 224, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.accountWrapper .flyout-item {
  width: auto;
  float: none;
}
/* line 231, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.accountWrapper:hover .myAccount-flyout, .accountWrapper:focus .myAccount-flyout {
  display: block;
}

/* line 239, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#headerBottom #nav {
  width: 100%;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

/* line 246, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.mobile-account {
  display: none;
}

/* line 249, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.language-area {
  display: none;
}

/*  Flyout wishlist
 -==================================*/
/* line 257, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
.wishlistPanel {
  position: absolute;
  width: 200px;
  right: 10px;
  top: 70px;
  z-index: 10;
  opacity: 0;
  display: none;
}

/* line 268, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#wishSummary.processing .wishlistPanel {
  opacity: 1;
  display: block;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: fadeInAndOut;
}

@-webkit-keyframes fadeInAndOut {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  15% {
    display: block;
    opacity: 1;
  }
  85% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/*  Media Queries
================================= */
@media screen and (min-width: 1000px) {
  /* line 316, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #header .header-top,
  #header #headerMiddle,
  #header .navigation {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  /* line 327, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerMiddle {
    width: 100%;
    padding: 12px 10px;
  }

  /* line 331, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #cartFlyout {
    right: 9px;
  }
}
@media screen and (max-width: 768px) {
  /* line 342, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  .search-input {
    font-size: 12px;
    padding-right: 85px;
  }

  /* line 347, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  .searchWrapper {
    width: 240px;
  }

  /* line 351, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBlocks {
    width: 100px;
  }
  /* line 354, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBlocks .myAccount {
    padding-top: 2px;
  }
  /* line 358, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBlocks .accountWrapper {
    width: auto;
    margin-left: 20px;
  }
  /* line 363, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBlocks .search-autocomplete {
    border: solid 1px #f2f2f2;
  }
  /* line 367, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBlocks .isFocused {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 100;
  }
  /* line 375, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBlocks .isFocused .search-input {
    height: 100%;
    border: solid 1px #f2f2f2;
  }
  /* line 381, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBlocks #cartWrapper {
    margin: 0 0 0 13px;
  }
}
@media screen and (max-width: 480px) {
  /* line 390, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerTop {
    display: none;
  }

  /* line 395, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  .show-mobile-search #headerMiddle .searchWrapper,
  header.show-mobile-nav #headerBottom,
  header.show-mobile-nav .mobile-account {
    display: block;
  }

  /* line 401, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  .show-mobile-search .main,
  .show-mobile-search .site-footer,
  .show-mobile-search .site-footer-copyright,
  body.show-mobile-search #headerBottom {
    display: none;
  }

  /* line 408, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  html #headerMiddle {
    display: inline-block;
    position: relative;
    text-align: center;
    border-bottom: solid 1px #f2f2f2;
    height: 46px;
    padding: 0px;
  }
  /* line 416, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  html #headerMiddle #headerBlocks {
    width: 42px;
  }
  /* line 420, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  html #headerMiddle #mobileNavButton {
    display: inline-block;
    float: left;
    padding: 8px 0;
  }
  /* line 425, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  html #headerMiddle #mobileNavButton .pattern-button--bars {
    font-size: 19px;
    padding: 6px 0;
  }
  /* line 431, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  html #headerMiddle #logoWrapper {
    display: inline-block;
    padding: 6px 0;
  }
  /* line 435, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  html #headerMiddle #logoWrapper .logo.logo--normal {
    display: none;
  }
  /* line 439, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  html #headerMiddle #logoWrapper .logo.logo--app {
    display: inline-block;
  }
  /* line 444, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  html #headerMiddle #cartWrapper {
    margin: 0 0 0 5px;
  }
  /* line 448, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  html #headerMiddle .accountWrapper {
    display: none;
  }
  /* line 452, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  html #headerMiddle .mobileSearchButton {
    display: block;
  }
  /* line 456, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  html #headerMiddle .searchWrapper {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: white;
    display: none;
  }
  /* line 465, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  html #headerMiddle .searchWrapper .search-submit {
    display: none;
  }
  /* line 469, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  html #headerMiddle .searchWrapper .search-clear {
    display: block;
  }
  /* line 473, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  html #headerMiddle .searchWrapper .search-input,
  html #headerMiddle .searchWrapper .search-input:hover,
  html #headerMiddle .searchWrapper .search-input:focus {
    border: 0;
    height: 46px;
    border-bottom: solid 1px #f2f2f2;
  }
  /* line 481, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  html #headerMiddle .searchWrapper .search-autocomplete {
    border: 0;
    margin-top: 1px;
  }

  /* line 489, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom {
    display: none;
  }
  /* line 492, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom #nav {
    border: none;
  }
  /* line 495, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom #nav .navigation {
    padding: 10px 0;
  }
  /* line 498, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom #nav .navigation .navigation-item {
    padding-left: 8px;
    display: block;
  }
  /* line 502, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom #nav .navigation .navigation-item .sub-menu-link {
    right: 0;
    position: absolute;
    top: 11px;
    color: #4a90e2;
    font-weight: bold;
    display: block;
  }
  /* line 511, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom #nav .navigation .navigation-item a {
    border: none;
  }
  /* line 519, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .navigation-item.hover .flyout {
    position: static;
    width: auto;
    padding: 0;
    margin: 0;
  }
  /* line 527, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .navigation-item.hover .flyout.flyout-2-col .flyout-menu {
    padding: 0;
    margin: 0;
    border: none;
  }
  /* line 532, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .navigation-item.hover .flyout.flyout-2-col .flyout-menu .flyout-item {
    width: 100%;
  }
  /* line 542, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .mobile-account .account {
    padding: 20px 17px 0px;
    text-align: left;
    border-top: 1px solid #d6d6d6;
  }
  /* line 547, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .mobile-account .account .myAccount {
    text-align: left;
  }
  /* line 551, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .mobile-account .account .myAccount:before {
    content: "";
  }
  /* line 555, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .mobile-account .account .myAccount-user:after {
    content: "";
  }
  /* line 559, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .mobile-account .account .myAccount-register,
  #headerBottom .mobile-account .account .myAccount-logIn,
  #headerBottom .mobile-account .account .myAccount-user {
    color: #2f2f2f;
    display: block;
    padding: 0;
  }
  /* line 567, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .mobile-account .account .myAccount-logIn {
    position: absolute;
    right: 0;
    top: 5px;
    color: #4a90e2;
    font-weight: bold;
  }
  /* line 575, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .mobile-account .account .accountWrapper {
    display: block;
    width: 100%;
    text-align: left;
  }
  /* line 580, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .mobile-account .account .accountWrapper .flyoutWrapper.arrow-center:before,
  #headerBottom .mobile-account .account .accountWrapper .flyoutWrapper.arrow-left:before,
  #headerBottom .mobile-account .account .accountWrapper .flyoutWrapper.arrow-right:before {
    display: none;
  }
  /* line 586, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .mobile-account .account .accountWrapper .flyout-item {
    padding: 10px 0;
  }
  /* line 590, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .mobile-account .account .accountWrapper .myAccount-flyout {
    display: block;
    position: static;
    border: 0;
    margin-left: 0;
  }
  /* line 601, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .language-area {
    font-size: 13px;
    padding: 20px 17px;
    border-bottom: 1px solid #d6d6d6;
    overflow: hidden;
    display: block;
  }
  /* line 608, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .language-area .language-label {
    float: left;
    margin-right: 10px;
  }
  /* line 612, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .language-area .language-label:after {
    content: ": ";
  }
  /* line 617, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .language-area .languages {
    overflow: hidden;
    float: left;
  }
  /* line 621, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .language-area .languages li {
    float: right;
  }
  /* line 624, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .language-area .languages li.active a {
    color: #2f2f2f;
    font-weight: bold;
  }
  /* line 630, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .language-area .languages li:last-child {
    border-right: 1px solid #d6d6d6;
    margin-right: 5px;
    padding-right: 5px;
  }
  /* line 636, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #headerBottom .language-area .languages .active-language {
    color: #2f2f2f;
    font-weight: bold;
  }

  /* line 645, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #cartFlyout {
    width: 100%;
    top: 25px;
    right: 0;
  }
  /* line 650, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #cartFlyout .flyoutWrapper.arrow-right:before,
  #cartFlyout .flyoutWrapper.arrow-right:after {
    right: 21px;
  }

  /* line 656, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  .wishlistPanel {
    top: 55px;
    width: 100%;
    right: 0;
  }

  /* line 662, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  .wishlistPanel.arrow-center:before,
  .wishlistPanel.arrow-center:after {
    display: none;
  }
}
/* line 675, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#add-to-cart-banner {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 5;
  height: 92px;
  padding-top: 10px;
  top: -102px;
}
/* line 685, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#add-to-cart-banner a {
  color: white;
  display: block;
  font-size: 16px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  outline: none;
  height: 92px;
}
/* line 695, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#add-to-cart-banner a span {
  color: white;
  display: block;
  text-align: center;
}
/* line 702, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#add-to-cart-banner .added-to-cart {
  padding-top: 33px;
}
/* line 705, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#add-to-cart-banner .added-to-cart:before {
  content: "\f00c";
  font-family: "FontAwesome";
}
/* line 711, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#add-to-cart-banner .go-to-cart {
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 33px;
}
/* line 717, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#add-to-cart-banner .go-to-cart:after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 80%;
}
/* line 723, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#add-to-cart-banner .go-to-cart:before {
  content: "\f07a";
  font-family: "FontAwesome";
  padding-right: 5px;
}
/* line 729, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#add-to-cart-banner .go-to-cart.slide-right {
  -webkit-animation: slide-right 2s;
  animation: slide-right 2s;
}
@-webkit-keyframes slide-right {
  0% {
    margin-right: 50px;
    opacity: 0;
  }
  30% {
    margin-right: 50px;
    opacity: 0;
  }
  100% {
    margin-right: inital;
    opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    margin-right: 50px;
    opacity: 0;
  }
  30% {
    margin-right: 50px;
    opacity: 0;
  }
  100% {
    margin-right: inital;
    opacity: 1;
  }
}
/* line 747, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
#add-to-cart-banner.bounce-down {
  -webkit-animation: bounce-down 8s;
  animation: bounce-down 8s;
}
@-webkit-keyframes bounce-down {
  0% {
    top: -102px;
  }
  3% {
    top: 0px;
  }
  6% {
    top: -20px;
  }
  9% {
    top: 0px;
  }
  12%, 90% {
    top: -10px;
  }
  100% {
    top: -102px;
  }
}
@keyframes bounce-down {
  0% {
    top: -102px;
  }
  3% {
    top: 0px;
  }
  6% {
    top: -20px;
  }
  9% {
    top: 0px;
  }
  12%, 90% {
    top: -10px;
  }
  100% {
    top: -102px;
  }
}
@media screen and (max-width: 768px) {
  /* line 775, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #add-to-cart-banner .added-to-cart {
    padding-top: 24px;
  }
  /* line 779, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #add-to-cart-banner .go-to-cart {
    position: relative;
    top: initial;
    right: initial;
  }
}
@media screen and (max-width: 480px) {
  /* line 789, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #add-to-cart-banner {
    height: 50px;
    top: -55px;
    padding-top: 5px;
  }
  /* line 794, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #add-to-cart-banner a {
    font-size: 12px;
  }
  /* line 798, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/header.css.scss */
  #add-to-cart-banner .added-to-cart {
    padding-top: 0px;
  }

  @-webkit-keyframes bounce-down {
    0% {
      top: -55px;
    }
    5% {
      top: 0px;
    }
    10% {
      top: -15px;
    }
    15% {
      top: 0px;
    }
    20%, 80% {
      top: -2px;
    }
    100% {
      top: -55px;
    }
  }
  @keyframes bounce-down {
    0% {
      top: -55px;
    }
    5% {
      top: 0px;
    }
    10% {
      top: -15px;
    }
    15% {
      top: 0px;
    }
    20%, 80% {
      top: -2px;
    }
    100% {
      top: -55px;
    }
  }
}
/* ===================================
   DOCUMENT INFORMATION

   Defines the styles for the atomic inner pannel

   - Document: inner_pannel.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 14, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/inner_pannel.css.scss */
.flyout-menu {
  margin-top: 10px;
  padding: 23px 0 27px;
  overflow: hidden;
  text-transform: none;
  border: 1px solid #8b8b8b;
  background: #fff;
}

/* line 24, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/inner_pannel.css.scss */
.flyout-item {
  position: relative;
  width: 100%;
  float: left;
  padding: 13px 17px;
  box-sizing: border-box;
}

/* line 32, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/inner_pannel.css.scss */
.flyout-link {
  color: #2f2f2f;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: .4px;
}
/* line 39, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/inner_pannel.css.scss */
.flyout-link:hover, .flyout-link.selected {
  color: #cc203c;
}

/* line 46, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/inner_pannel.css.scss */
.flyout-2-col .flyout-item {
  width: 50%;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines the styles for the search organisms

   - Document: search.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/search.css.scss */
.search-inputWrap {
  position: relative;
}

/* line 19, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/search.css.scss */
.search-input {
  box-sizing: border-box;
}
/* line 22, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/search.css.scss */
.search-input::-ms-clear {
  display: none;
}
/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/search.css.scss */
.search-input:focus + .search-submit {
  color: #c01c3c;
}

/* line 31, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/search.css.scss */
.search-submit,
.search-clear {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  font-size: 18px;
}

/* line 41, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/search.css.scss */
.search-clear {
  display: none;
  width: auto;
  height: auto;
  top: 12px;
  right: 10px;
  font-size: 10px;
  color: #8b8b8b;
}

/* line 51, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/search.css.scss */
.clear-icon {
  font-size: 18px;
  padding-left: 5px;
}

/* line 56, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/search.css.scss */
.search-autocomplete {
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  padding: 10px 0;
  border: 1px solid #8b8b8b;
  background: #fff;
  z-index: 4;
  display: none;
}
/* line 65, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/search.css.scss */
.search-autocomplete li {
  padding: 12px 15px;
  font-size: 13px;
  letter-spacing: .4px;
  color: #2f2f2f;
  cursor: pointer;
  text-align: left;
}
/* line 73, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/search.css.scss */
.search-autocomplete li:hover {
  color: #cc203c;
}
/* line 77, ../../../../app/assets/stylesheets/frontend/pattern/organisms/global/search.css.scss */
.search-autocomplete li.active {
  color: #9d132b;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines the styles for the atomic products list organisms

   - Document: products.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 46, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products.css.scss */
.organism-list-products {
  width: 100%;
}
/* line 49, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products.css.scss */
.organism-list-products .productBox-wrapper {
  width: 25%;
  padding: 0 10px;
  float: left;
}

/*  Media Queries
================================= */
@media screen and (max-width: 768px) {
  /* line 61, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products.css.scss */
  .organism-list-products .productBox-wrapper {
    width: 33.33333%;
    padding: 0 10px;
    float: left;
  }
  /* line 65, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products.css.scss */
  .organism-list-products .productBox,
  .organism-list-products .productBox:not(.productBox--noFooter) {
    padding-bottom: 0;
  }
  /* line 69, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products.css.scss */
  .organism-list-products .productBox:hover,
  .organism-list-products .productBox:not(.productBox--noFooter):hover {
    box-shadow: none;
  }
  /* line 72, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products.css.scss */
  .organism-list-products .productBox:hover .productBox-footer,
  .organism-list-products .productBox:not(.productBox--noFooter):hover .productBox-footer {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  /* line 84, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products.css.scss */
  .organism-list-products .productBox-wrapper {
    width: 50%;
    padding: 0 10px;
    float: left;
  }
  /* line 88, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products.css.scss */
  .organism-list-products .productBox-details {
    padding: 10px 0 0;
  }
  /* line 92, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products.css.scss */
  .organism-list-products .productBox-details:not(.productBox-details--oneLineTitles) {
    height: 106px;
  }
  /* line 96, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products.css.scss */
  .organism-list-products .productBox-details--oneLineTitles {
    height: 76px;
  }
  /* line 100, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products.css.scss */
  .organism-list-products .productBox-title {
    font-size: 12px;
  }
  /* line 104, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products.css.scss */
  .organism-list-products .productBox-details:not(.productBox-details--oneLineTitles) .productBox-title {
    max-height: 32px;
  }
  /* line 108, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products.css.scss */
  .organism-list-products .productBox-details--oneLineTitles .productBox-title {
    max-height: 16px;
  }
  /* line 112, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products.css.scss */
  .organism-list-products .productBox-secondaryTitle {
    font-size: 11px;
  }
  /* line 116, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products.css.scss */
  .organism-list-products .productBox-details:not(.productBox-details--oneLineTitles) .productBox-secondaryTitle {
    max-height: 28px;
  }
  /* line 120, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products.css.scss */
  .organism-list-products .productBox-details--oneLineTitles .productBox-secondaryTitle {
    max-height: 14px;
  }
}
/* ===================================
   DOCUMENT INFORMATION

   Defines the styles for the atomic products list organism
   with the city variation

   - Document: products_city.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 14, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_city.css.scss */
.organism-list-products--city .productBox-wrapper {
  width: 100%;
  padding: 0 0 0;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  float: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 18, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_city.css.scss */
.organism-list-products--city .productBox {
  border: 1px solid #e1e1e1;
}
/* line 22, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_city.css.scss */
.organism-list-products--city .productBox-details {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 480px) {
  /* line 28, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_city.css.scss */
  .organism-list-products--city .productBox-wrapper {
    width: 50%;
    padding: 0 5px 0;
    float: left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 480px) and (min-width: 480px) {
  /* line 28, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_city.css.scss */
  .organism-list-products--city .productBox-wrapper {
    padding: 0 8px 0;
  }
}
@media screen and (min-width: 480px) and (min-width: 1024px) {
  /* line 28, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_city.css.scss */
  .organism-list-products--city .productBox-wrapper {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 480px) and (min-width: 1280px) {
  /* line 28, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_city.css.scss */
  .organism-list-products--city .productBox-wrapper {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 480px) and (min-width: 1600px) {
  /* line 28, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_city.css.scss */
  .organism-list-products--city .productBox-wrapper {
    padding: 0 12px 0;
  }
}

@media screen and (min-width: 1600px) {
  /* line 34, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_city.css.scss */
  .organism-list-products--city .productBox-wrapper {
    width: 25%;
    padding: 0 5px 0;
    float: left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1600px) and (min-width: 480px) {
  /* line 34, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_city.css.scss */
  .organism-list-products--city .productBox-wrapper {
    padding: 0 8px 0;
  }
}
@media screen and (min-width: 1600px) and (min-width: 1024px) {
  /* line 34, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_city.css.scss */
  .organism-list-products--city .productBox-wrapper {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 1600px) and (min-width: 1280px) {
  /* line 34, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_city.css.scss */
  .organism-list-products--city .productBox-wrapper {
    padding: 0 10px 0;
  }
}
@media screen and (min-width: 1600px) and (min-width: 1600px) {
  /* line 34, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_city.css.scss */
  .organism-list-products--city .productBox-wrapper {
    padding: 0 12px 0;
  }
}

/* ===================================
   DOCUMENT INFORMATION

   Defines the styles for the atomic products list organism

   - Document: products_wide.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 12, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_wide.css.scss */
.organism-list-products--wide .productBox-wrapper {
  width: 33.33333%;
  float: left;
}
/* line 15, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_wide.css.scss */
.organism-list-products--wide .productBox-wrapper .productBox {
  border: 1px solid #e1e1e1;
}
/* line 19, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_wide.css.scss */
.organism-list-products--wide .productBox-wrapper .productBox-details {
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (max-width: 1000px) {
  /* line 29, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_wide.css.scss */
  .organism-list-products--wide .productBox-wrapper {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  /* line 38, ../../../../app/assets/stylesheets/frontend/pattern/organisms/lists/products_wide.css.scss */
  .organism-list-products--wide .productBox-wrapper {
    width: 100%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    float: none;
  }
}
/* ===================================
   DOCUMENT INFORMATION

   Defines the styles for the atomic offers organisms page

   - Document: pattern.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 13, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers {
  border: 1px solid #d6d6d6;
  background: #fafafa;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24), inset 1px 1px 0 0 #fff;
  border-radius: 1px;
}

/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-header {
  padding: 10px 0;
  font-size: 0;
  text-align: center;
  color: #777;
  background: #fafafa;
}

/* line 34, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-new {
  display: block;
  padding: 0 10px;
  font-size: 20px;
  text-align: left;
  line-height: 1.4;
  color: #555;
}

/* line 43, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-reviews {
  width: 58.33333%;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  font-size: 14px;
  text-align: left;
}
/* line 48, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-reviews:nth-last-child(1) {
  width: 100%;
  text-align: center;
}
/* line 53, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-reviews:nth-last-child(2) {
  border-right: 1px solid #d6d6d6;
}

/* line 58, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-reviews-linkWrap {
  line-height: 1;
}

/* line 62, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-reviews-link {
  text-decoration: none;
  color: #4a90e2;
  font-weight: 600;
  cursor: pointer;
}
/* line 7, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/mixins.css.scss */
.offers-reviews-link:hover {
  text-decoration: underline;
  color: #4a90e2;
  font-weight: 600;
  cursor: pointer;
}

/* line 67, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-sold {
  width: 41.66667%;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  font-size: 14px;
  text-align: right;
}
/* line 72, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-sold:first-child {
  width: 100%;
  text-align: center;
}

/* line 78, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-sold-count {
  font-size: 18px;
  font-weight: 600;
}

/* line 87, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-offerArea {
  overflow-y: auto;
  min-height: 60px;
  -webkit-overflow-scrolling: touch;
}
/* line 92, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-offerArea::-webkit-scrollbar {
  width: 7px;
  -webkit-appearance: none;
}
/* line 97, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-offerArea::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.23);
}

/* line 103, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

/* line 113, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-actions {
  padding: 10px;
}

/* line 117, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-action {
  margin-bottom: 10px;
  text-align: center;
}
/* line 121, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-action:last-child {
  margin-bottom: 0;
}

/* line 130, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-addToCart:before,
.offers-buyAsAGift:before,
.offers-addToWishlist:before {
  margin-right: 5px;
  font-family: "FontAwesome";
}

/* line 136, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-addToCart {
  width: 100%;
  padding: 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 3.57143;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: #cc203c;
  box-shadow: 0 1px 0 0 #78081b;
}
/* line 73, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/mixins.css.scss */
.offers-addToCart:hover, .offers-addToCart:active {
  color: #fff;
  background: #9d132b;
}
/* line 139, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-addToCart:before {
  content: "";
}

/* line 144, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-buyAsAGift {
  width: 100%;
  padding: 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 3.57143;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  color: #cc203c;
  opacity: 0.9;
  background: #e6e6e6;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
/* line 86, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/mixins.css.scss */
.offers-buyAsAGift:hover, .offers-buyAsAGift:active {
  background: #d6d6d6;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.4);
}
/* line 92, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/mixins.css.scss */
.offers-buyAsAGift:disabled {
  color: #b4b4b4;
  background: #e6e6e6;
  cursor: default;
}
/* line 147, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-buyAsAGift:before {
  content: "\f06b";
  color: #8b8b8b;
}

/* line 153, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-addToWishlist {
  border: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  background: none;
  outline: none;
  cursor: pointer;
  box-shadow: none;
}
/* line 164, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-addToWishlist:hover, .offers-addToWishlist:hover:before {
  color: #cc203c;
}
/* line 169, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-addToWishlist:before {
  content: "\f004";
  color: #8b8b8b;
}

/* line 175, ../../../../app/assets/stylesheets/frontend/pattern/organisms/offer_selection/offers.css.scss */
.offers-availability {
  width: 100%;
  padding: 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 3.57143;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: #2f2f2f;
  cursor: default;
}

/* ========================================
   DOCUMENT INFORMATION

   Defines the styles for the atomic offers organisms page

   - Document: pattern.css.scss
   - Version:  1
   - Author:   Deindeal
======================================== */
/*  Media Queries
================================= */
/* line 20, ../../../../app/assets/stylesheets/frontend/pattern/organisms/partner/partner.css.scss */
.partner {
  font-size: 0;
}

/* line 24, ../../../../app/assets/stylesheets/frontend/pattern/organisms/partner/partner.css.scss */
.partner-headline {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

/* line 31, ../../../../app/assets/stylesheets/frontend/pattern/organisms/partner/partner.css.scss */
.partner-details .partner-contact:nth-last-child(2),
.partner-details .partner-quote {
  width: 50%;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

/* line 36, ../../../../app/assets/stylesheets/frontend/pattern/organisms/partner/partner.css.scss */
.partner-details .partner-contact:nth-last-child(1) {
  padding: 0 10px;
}

/*  Media Queries
================================= */
@media screen and (max-width: 480px) {
  /* line 49, ../../../../app/assets/stylesheets/frontend/pattern/organisms/partner/partner.css.scss */
  .partner .partner-contact {
    width: 100%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
  }
  /* line 53, ../../../../app/assets/stylesheets/frontend/pattern/organisms/partner/partner.css.scss */
  .partner .partner-quote {
    margin-top: 20px;
    width: 100%;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
  }
}
/* ================================
   DOCUMENT INFORMATION

   *Defines the styles for product box
    element on wolfpack

   - Document: product.css.scss
   - Version:  2.0
   - Author:   Deindeal
================================= */
/*  ProductBox Variables
================================= */
/*  ProductBox General styles
================================= */
/* line 60, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-wrapper {
  margin-bottom: 20px;
  box-sizing: border-box;
}

/* line 65, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox {
  position: relative;
  background: #fff;
}
/* line 69, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox:hover, .productBox.isHighlighted {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

/* line 75, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox:not(.productBox--noFooter) {
  padding-bottom: 42px;
}
/* line 78, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox:not(.productBox--noFooter):hover .productBox-footer {
  display: block;
}

/* Tablet fixes */
/* line 84, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.tablet.ipad .productBox,
.tablet.android .productBox {
  padding-bottom: 0;
}
/* line 88, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.tablet.ipad .productBox:hover,
.tablet.android .productBox:hover {
  box-shadow: none;
}
/* line 92, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.tablet.ipad .productBox .productBox-footer,
.tablet.android .productBox .productBox-footer {
  display: none;
}

/* END Tablet fixes */
/* line 98, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-dummyLink {
  font-size: 0;
}

/* line 102, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-link {
  display: block;
  text-decoration: none;
}
/* line 105, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-link:focus {
  outline: none;
}
/* line 108, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-link:hover {
  text-decoration: none;
}

/* line 114, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-imageWrap {
  position: relative;
}

/* line 118, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox:not(.productBox--wide) .productBox-imageWrap {
  padding-top: 108.88889%;
}

/* line 122, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox--wide .productBox-imageWrap {
  padding-top: 65%;
}

/* line 126, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 137, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-label {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 24px;
  padding: 0 5px;
  font-size: 11px;
  line-height: 24px;
  color: #fff;
}
/* line 146, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-label--lowStock {
  font-style: italic;
  background-color: rgba(47, 47, 47, 0.8);
}
/* line 151, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-label--unavailable {
  font-style: italic;
  font-weight: 600;
  color: #2f2f2f;
  background-color: rgba(230, 230, 230, 0.8);
}
/* line 158, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-label--channel {
  min-width: 100px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  background-color: rgba(204, 32, 60, 0.8);
}

/* line 168, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-details {
  padding: 10px 5px 0;
}

/* line 172, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-details:not(.productBox-details--oneLineTitles) {
  height: 122px;
}

/* line 176, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-details--oneLineTitles {
  height: 86px;
}

/* line 180, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-title {
  margin-bottom: 5px;
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* line 191, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-details:not(.productBox-details--oneLineTitles) .productBox-title {
  max-height: 38px;
  -webkit-line-clamp: 2;
}

/* line 196, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-details--oneLineTitles .productBox-title {
  max-height: 19px;
  -webkit-line-clamp: 1;
}

/* line 201, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-secondaryTitle {
  margin-bottom: 7px;
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.35;
  color: #777;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* line 212, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-details:not(.productBox-details--oneLineTitles) .productBox-secondaryTitle {
  max-height: 34px;
  -webkit-line-clamp: 2;
}

/* line 217, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-details--oneLineTitles .productBox-secondaryTitle {
  max-height: 17px;
  -webkit-line-clamp: 1;
}

/* line 222, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-stats {
  position: relative;
  line-height: 18px;
}
/* line 226, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-stats.hasPinpoint {
  padding-right: 25px;
}

/* line 231, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-discountPercentage {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 600;
  color: #cc203c;
}

/* line 240, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-mapPinpoint {
  position: absolute;
  top: 50%;
  right: 0;
  width: 17px;
  height: 24px;
  margin-top: -24px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAmCAYAAAA1MOAmAAAAAXNSR0IArs4c6QAABSpJREFUWAmtV2lIrFUYPjPjjGOOS6iMZi6puKSgguKSEqSIy71jP/KPKAj3RxBRREQIBdKPon/RjwsJxi3NBUvJfcs1A68YXrdE85oLbmhuszg6zvS8A9/wzef3zZjeA8N3zvu+533Ou54zMuZmFBcXB19fXz+UyWSl+MXZbDat1Wr1ksvl/+K3B96kh4fHr+np6b/V1NRYXKmTSTELCgpeg7IvAfB2TEyMJTExURMUFMR8fHyYSqVier2enZ+fs83NTev8/Pz50dGRFQepyczMfCwFKgpWWFhYDZDPcnJylFlZWUpS7m4cHBywvr4+PcCPcUhdT0/PrHCPE1hZWZkKp/0hICDgQUVFhYas+L9jaWnJ1t7ebsBhqwD4C3+/gr8IDw9viI6O1lVWVnp7eXnxWbeew9Wy2NhY1ezsbElUVNTTtbW159xmOTch15FFsO4lBJwj3+kbHBzMysvLvWHdz0VFRdGcEjsYJQPFiFx3XyBOcUREBMvLy9MgaR5zNDsYZV1ubq7yLjHiFIl9MzIyFJ6enm/AujeJL6c6AlgpUlYptoFPMxqNDDFgc3NzbGdnh6HG+Owbc+hl+fn53rDuE2J6WCwWXVxc3LWr9IYwm56eZuPj404AgYGBrKSkhFGMpEZCQgLr6urKq6qqUssVCkUpFayUMNEJaGRkxAmI6IeHh6ypqYmdnZ3RUnSo1Wo6jBmyb1HMYqkzSA1yHVkkNS4vL9no6KgU204PCQlRXV1dRcnhIq2rxNjd3b1hkVDz9va2kOS09vf3V6OfhsipqZKpUsNgMEixHHSyHnoca+FEqVSismT+FDO9yWQS8h1rSgJ3A82AUeZJDbPZDAfaDuVA3ELHlpJjWq2WuQNMSkqS3E8MNGkDjNqUI/UnqGakBoTs6S1VGtQp0tLSpLbb6VtbW+TjaUV8fLwabixKTU31lNqh0WgYyoNR/OASe8JQBqNDMLQ6Bu9IbWWnp6dscnLS2Nvb+7FHaGhoJ5DZxcUFc5Uovr6+TKfT2ZVSMriKER95eXnZBvkfcSCbvLa29gqLloWFBRtfyNX8tkCkY2pqSg/9T2huTyF0+icwVU+EFznIY7iM9wcHB+23th2su7v7D7wp9lZXV18kFhsbG9OjWX/LKXUUB3xajROcc4z7finDNzY2TH5+ft9xuhxg9F44Pj7eREA53r2+AwMDehTy562trZecIgcYERD4T/v7+0mI49/pixcWQ788wx1Zx1fg9OBBzFbx6HmIx84rKAmng/A3uZpTWdTX11ML/LCuru4ZX/aGQnSUR4idmR6gdxlI9Wvcb3/CjT8J998AGxoa+guA3+B2dd/uBdqoWwwPD5th3SMBy768AUZU1N0X6+vrRysrK2J7JGkdHR10wK8R97/FhETB0MfMKIWqtrY2423uM1I8MzNjRapvh4WFfSUGRDSnBOELIVf+iYyMfBldIDklJUXlqtnu7++zlpYWE26Igubm5j2+Hv5c1DJOIDs7uxrF+XxiYuKKowm/eFswAJD7qtGJFoR8/tolGP31Qe29gweNBS7i73PMOzs7Tci+3/EPxtGWHEzBxCUYyaKzrCBh3oWbjMLnAx6r1sXFxVOIlQv0ii4lY8aXRvzmEL9X4dLXk5OT7X/W6CnR2NhowkEKkVCi2cfXQXO3lnEb8KfwA7ShZTxWL+mibWhoMKCjf4R6fMrJuPtK3+ciO3FTa/EseIZ3oP/Jycn3qKf3RMQkSbe2jDSgaPeR3oVIiAFY+r6kVgnGf2fcSohdpS0vAAAAAElFTkSuQmCC");
  background-size: 17px 24px;
  padding: 0 0 8px 50px;
  background-repeat: no-repeat;
  background-position: top right;
}

/* line 254, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 0 5px;
  display: none;
  overflow: hidden;
}

/* line 263, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-optionsWrap {
  position: relative;
  width: calc(100% - 60px);
  border: 1px solid rgba(0, 0, 0, 0.3);
  float: left;
}

/* line 270, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-options {
  width: 100%;
  height: 30px;
  padding-left: 5px;
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 2;
  color: #2f2f2f;
  background: transparent;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 285, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-options:focus, .productBox-options:active {
  border: none;
  background: #fff;
  outline: none;
  box-shadow: none;
}
/* line 293, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-options::-ms-expand {
  border: 0;
  outline: none;
}

/* line 299, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-options-arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  padding: 4px 5px;
  font-size: 20px;
  pointer-events: none;
  background: #fff;
  display: none\9;
}

/* line 311, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-actions {
  float: right;
}

/* line 315, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-actionWrap {
  padding: 0 3px;
  display: inline-block;
  vertical-align: middle;
}

/* line 321, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-action {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 20px;
  line-height: 32px;
  color: rgba(47, 47, 47, 0.56);
  background: transparent;
  cursor: pointer;
}
/* line 332, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-action--wishlist {
  font-size: 18px;
}
/* line 336, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-action:hover {
  color: #cc203c;
}
/* line 340, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-action:disabled {
  color: rgba(139, 139, 139, 0.2);
  cursor: default;
}
/* line 346, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.productBox-action::-moz-focus-inner {
  margin: 0 -3px;
}

/* line 352, ../../../../app/assets/stylesheets/frontend/pattern/organisms/product/product_box.css.scss */
.tablet .productBox:hover, .tablet .productBox.isHighlighted {
  box-shadow: none;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines the styles for the reviews organism

   - Document: reviews.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/*
*
* Until we create the new reviews api/organism from scratch 
* we will hack the reviews we have in this file 
*
* ! Note remove this code and the classes used here upon 
* creating the new reviews organism !! 
*
*/
/* line 21, ../../../../app/assets/stylesheets/frontend/pattern/organisms/reviews.css.scss */
.deal-main.deal-reviews {
  width: 100%;
}

/* line 25, ../../../../app/assets/stylesheets/frontend/pattern/organisms/reviews.css.scss */
#reziew-area {
  max-height: 667px;
}

/* line 29, ../../../../app/assets/stylesheets/frontend/pattern/organisms/reviews.css.scss */
#reviews #reziewStars {
  display: inline-block;
  position: relative;
  top: 28px;
  left: 20px;
  margin: 0;
}

/* line 1, ../../../../app/assets/stylesheets/frontend/pattern/organisms/reviews/bars.css.scss */
.bars {
  display: table;
}

/* ===================================
   DOCUMENT INFORMATION

   Defines the styles for the header for customer reviews section

   - Document: header.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 13, ../../../../app/assets/stylesheets/frontend/pattern/organisms/reviews/header.css.scss */
.reviews-summary {
  display: inline-block;
  margin: 16px 38px 0 0;
  vertical-align: top;
}

/* line 19, ../../../../app/assets/stylesheets/frontend/pattern/organisms/reviews/header.css.scss */
.reviews-based-on {
  font-size: 14px;
  color: #747474;
  line-height: 19px;
  margin: 10px 0 20px;
}

/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/organisms/reviews/header.css.scss */
.remove-filter {
  margin-top: -28px;
}

/* line 30, ../../../../app/assets/stylesheets/frontend/pattern/organisms/reviews/header.css.scss */
.reviews-bars {
  display: inline-block;
}

/*  Media Queries
================================= */
@media screen and (max-width: 768px) {
  /* line 39, ../../../../app/assets/stylesheets/frontend/pattern/organisms/reviews/header.css.scss */
  .reviews-summary {
    margin: 6px 38px 0 0;
  }

  /* line 43, ../../../../app/assets/stylesheets/frontend/pattern/organisms/reviews/header.css.scss */
  .remove-filter {
    margin-top: 15px;
  }
}
/* ===================================
   DOCUMENT INFORMATION

   Defines the styles for the entire section of the for customer reviews

   - Document: section.css.scss
   - Version:  1
   - Author:   Deindeal
=================================== */
/* line 11, ../../../../app/assets/stylesheets/frontend/pattern/organisms/reviews/reviews_section.css.scss */
.reviews-section {
  border: 1px solid #d6d6d6;
}
/* line 13, ../../../../app/assets/stylesheets/frontend/pattern/organisms/reviews/reviews_section.css.scss */
.reviews-section .reviews-header {
  border-bottom: 1px solid #d6d6d6;
  padding: 21px 16px;
}
/* line 18, ../../../../app/assets/stylesheets/frontend/pattern/organisms/reviews/reviews_section.css.scss */
.reviews-section .review {
  margin: 32px 16px;
}

/* line 23, ../../../../app/assets/stylesheets/frontend/pattern/organisms/reviews/reviews_section.css.scss */
.showMore {
  text-align: center;
  margin-bottom: 10px;
}

/* line 28, ../../../../app/assets/stylesheets/frontend/pattern/organisms/reviews/reviews_section.css.scss */
.showMore-link {
  text-decoration: none;
  color: #4a90e2;
  font-weight: 600;
  cursor: pointer;
}
/* line 7, ../../../../app/assets/stylesheets/frontend/pattern/atoms/global/mixins.css.scss */
.showMore-link:hover {
  text-decoration: underline;
  color: #4a90e2;
  font-weight: 600;
  cursor: pointer;
}

/* ======================================================================
   DOCUMENT INFORMATION

   Defines styles for the banners slider (1 item/slide)

   - Document: slider_banners.css.scss
   - Version:  1
   - Author:   Deindeal
   ====================================================================== */
/* line 11, ../../../../app/assets/stylesheets/frontend/pattern/organisms/slider/slider_banners.css.scss */
.slider-banner-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

/* ======================================================================
   DOCUMENT INFORMATION

   Defines styles for the gallery slider (1 image/slide)

   - Document: slider_gallery.css.scss
   - Version:  1
   - Author:   Deindeal
   ====================================================================== */
/* line 11, ../../../../app/assets/stylesheets/frontend/pattern/organisms/slider/slider_gallery.css.scss */
.slider-gallery-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
/* line 16, ../../../../app/assets/stylesheets/frontend/pattern/organisms/slider/slider_gallery.css.scss */
.slider-gallery-item .item-image {
  width: 100%;
  display: block;
}
/* line 21, ../../../../app/assets/stylesheets/frontend/pattern/organisms/slider/slider_gallery.css.scss */
.slider-gallery-item .item-videoWrap {
  position: relative;
  padding-top: 65%;
}
/* line 26, ../../../../app/assets/stylesheets/frontend/pattern/organisms/slider/slider_gallery.css.scss */
.slider-gallery-item .item-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* ======================================================================
   DOCUMENT INFORMATION

   Defines styles for the hero slider (1 image/slide)

   - Document: slider_hero.css.scss
   - Version:  1
   - Author:   Deindeal
   ====================================================================== */
/* line 11, ../../../../app/assets/stylesheets/frontend/pattern/organisms/slider/slider_hero.css.scss */
.slider-hero-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
/* line 17, ../../../../app/assets/stylesheets/frontend/pattern/organisms/slider/slider_hero.css.scss */
.slider-hero-item .item-image-cover {
  height: 100%;
  background-position: center;
  background-size: cover;
}
/* line 23, ../../../../app/assets/stylesheets/frontend/pattern/organisms/slider/slider_hero.css.scss */
.slider-hero-item .item-image {
  height: 100%;
}
/* line 27, ../../../../app/assets/stylesheets/frontend/pattern/organisms/slider/slider_hero.css.scss */
.slider-hero-item .item-videoWrap {
  height: inherit;
}

/* line 4, ../../../../app/assets/stylesheets/frontend/pattern/organisms/social_area.css.scss */
.deal-social {
  padding: 8px;
  background: #fafafa;
  border: 1px solid #d6d6d6;
  color: #f2f2f2;
  box-shadow: 0 1px 2px 0 darkgrey;
  text-align: center;
}

/* line 13, ../../../../app/assets/stylesheets/frontend/pattern/organisms/social_area.css.scss */
.deal-social-headline {
  color: #777;
  font-size: 18px;
  line-height: 23px;
}

/* line 19, ../../../../app/assets/stylesheets/frontend/pattern/organisms/social_area.css.scss */
.deal-social-icons {
  margin-top: 6px;
}

/* line 23, ../../../../app/assets/stylesheets/frontend/pattern/organisms/social_area.css.scss */
.deal-social-iconWrap {
  display: inline-block;
  margin: 0 10px;
}

/* line 28, ../../../../app/assets/stylesheets/frontend/pattern/organisms/social_area.css.scss */
.deal-social-icon {
  font-size: 24px;
  color: darkgrey;
}
/* line 32, ../../../../app/assets/stylesheets/frontend/pattern/organisms/social_area.css.scss */
.deal-social-icon:hover {
  color: #cc203c;
}
