@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i&subset=latin-ext";
@import "https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i&subset=latin-ext";
/*!
 *  Font Awesome 4.6.3 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'pip';
  src: url("../fonts/pip.eot?t3tzxu");
  src: url("../fonts/pip.eot?t3tzxu#iefix") format("embedded-opentype"), url("../fonts/pip.ttf?t3tzxu") format("truetype"), url("../fonts/pip.woff?t3tzxu") format("woff"), url("../fonts/pip.svg?t3tzxu#pip") format("svg");
  font-weight: normal;
  font-style: normal; }
.pip {
  display: inline-block;
  font: normal normal normal 14px/1 pip;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.pip-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.pip-2x {
  font-size: 2em; }

.pip-3x {
  font-size: 3em; }

.pip-4x {
  font-size: 4em; }

.pip-5x {
  font-size: 5em; }

.pip-fw {
  width: 1.28571429em;
  text-align: center; }

.pip-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.pip-ul > li {
  position: relative; }

.pip-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.pip-li.pip-lg {
  left: -1.85714286em; }

.pip-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pip-pull-left {
  float: left; }

.pip-pull-right {
  float: right; }

.pip.pip-pull-left {
  margin-right: .3em; }

.pip.pip-pull-right {
  margin-left: .3em; }

.pip-spin {
  -webkit-animation: pip-spin 2s infinite linear;
  animation: pip-spin 2s infinite linear; }

.pip-pulse {
  -webkit-animation: pip-spin 1s infinite steps(8);
  animation: pip-spin 1s infinite steps(8); }

@-webkit-keyframes pip-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes pip-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.pip-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.pip-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.pip-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.pip-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.pip-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .pip-rotate-90,
:root .pip-rotate-180,
:root .pip-rotate-270,
:root .pip-flip-horizontal,
:root .pip-flip-vertical {
  filter: none; }

.pip-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.pip-stack-1x,
.pip-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.pip-stack-1x {
  line-height: inherit; }

.pip-stack-2x {
  font-size: 2em; }

.pip-inverse {
  color: #fff; }

.pip-add-to-list:before {
  content: "\e900"; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: inline-block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! Gray v1.5.0 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(1);
  /* Firefox 35+ */
  filter: grayscale(1);
  /* IE 6-9 */
  filter: gray; }

.grayscale.grayscale-fade {
  transition: filter .5s; }

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    -webkit-transition: -webkit-filter .5s;
    transition: -webkit-filter .5s; } }
.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0); }

/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter: none; }

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1; }

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0; }

/* colors */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #333;
  background-color: #f3f3f3; }

html, body {
  overflow-x: hidden;
  max-width: 100%; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover {
  color: #23527c;
  text-decoration: none; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  text-decoration: none; }

a:active {
  text-decoration: none; }

figure {
  margin: 0; }

img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  height: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #2f0906;
  text-transform: uppercase; }

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h1 {
  font-size: 36px;
  font-size: 3.6rem; }

h2 {
  font-size: 30px;
  font-size: 3rem; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4 {
  font-size: 18px;
  font-size: 1.8rem; }

h5 {
  font-size: 14px;
  font-size: 1.4rem; }

h6 {
  font-size: 12px;
  font-size: 1.2rem; }

p {
  margin: 0 0 10px; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d9d9d9; }

.title--underlined {
  font-size: 26px;
  font-size: 2.6rem;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 8px;
  margin: 12px 0 16px 0; }
  .title--underlined small {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 22px;
    text-transform: none;
    top: -4px;
    position: relative; }
  .title--underlined a {
    color: #333; }
    .title--underlined a:hover, .title--underlined a:active {
      color: #eca800;
      border-color: #eca800; }

.title--icon-left {
  position: relative;
  padding: 36px 0 0 56px;
  line-height: 1;
  margin: 20px 0 28px 0;
  letter-spacing: 0.05em; }

.title--icon-left__img {
  position: absolute;
  left: 0;
  bottom: 0; }

.u-color-white {
  color: #fff; }
  .u-color-white > * {
    color: #fff; }

.u-color-dark {
  color: #2f0906; }
  .u-color-dark > * {
    color: #2f0906; }

.is-loading .slider-content-1--outer {
  height: 480px;
  overflow: hidden; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

.list--std {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list--std > li {
    float: left; }

.clearfix:before, .clearfix:after,
.row:before,
.row:after {
  display: table;
  content: " "; }
.clearfix:after,
.row:after {
  clear: both; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 7px; }

@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 1020px) {
  .container {
    width: 1000px;
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px; } }
.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.row--15 {
  margin-left: -8px;
  margin-right: -8px; }
  .row--15 > div {
    padding-left: 8px;
    padding-right: 8px; }

.row--0 {
  margin-left: 0;
  margin-right: 0; }
  .row--0 > div {
    padding-left: 0;
    padding-right: 0; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 9px 12px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.42857143;
  font-weight: 400;
  color: #747474;
  background-color: #fff;
  background-image: none;
  border: 2px solid #2f0906;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .form-control:invalid {
    border-color: #2f0906;
    box-shadow: none;
    -webkit-box-shadow: none; }
  .form-control.invalid {
    border-color: #c00000 !important; }

.form-control:focus {
  border-color: #eca800;
  outline: 0; }

.form-control::-moz-placeholder {
  color: #2f0906;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #2f0906; }

.form-control::-webkit-input-placeholder {
  color: #2f0906; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px;
  position: relative; }
  .form-group span.error {
    font-size: 12px;
    font-size: 1.2rem;
    color: #c00000;
    float: right;
    margin-top: -24px; }
    @media (max-width: 767px) {
      .form-group span.error {
        float: none;
        margin-top: 0;
        margin-bottom: 3px;
        display: block; } }
  .modal .form-group span.error {
    margin-top: 3px; }

.form--horizontal {
  position: relative;
  margin-bottom: 10px; }
  .form--horizontal [type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    /* IE fix */ }
  .form--horizontal input[type="email"] {
    letter-spacing: 0.05em; }

.btn {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.42857143;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 0; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover {
  color: #333;
  text-decoration: none; }

.btn-default {
  color: #2f0906;
  background-color: transparent;
  border-color: #2f0906;
  letter-spacing: 0.05em; }
  .btn-default:hover, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #2f0906;
    border-color: #2f0906; }

.btn-white {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  letter-spacing: 0.05em; }
  .btn-white:hover, .btn-white:active, .btn-white.active {
    color: #2f0906;
    background-color: #fff;
    border-color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #eaa800;
  border-color: #eaa800; }
  .btn-primary:hover, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #2f0906;
    border-color: #2f0906; }

.btn-dark {
  color: #fff;
  background-color: #2f0906;
  border-color: #2f0906; }
  .btn-dark:hover, .btn-dark:active, .btn-dark.active {
    color: #fff;
    background-color: #eca800;
    border-color: #eca800; }

.btn-light {
  border: 1px solid #eaa800;
  background-color: #fff;
  color: #eaa800;
  padding: 9px 15px; }
  .btn-light:hover, .btn-light:active, .btn-light.active {
    color: #fff;
    background-color: #eca800;
    border-color: #eca800; }
  .btn-light.btn-sm {
    padding: 4px 7px; }
  .btn-light.btn-md {
    height: 40px;
    border-width: 2px; }

.btn-red {
  border: 1px solid #c00000;
  background-color: #fff;
  color: #c00000;
  padding: 9px 15px; }
  .btn-red:hover, .btn-red:active, .btn-red.active {
    color: #fff;
    background-color: #c00000;
    border-color: #c00000; }
  .btn-red.btn-sm {
    padding: 4px 7px;
    height: 30px; }

.btn-lg {
  padding: 13px 20px; }

.btn-sm {
  padding: 3px 6px;
  font-weight: 400;
  text-transform: none; }

.btn-add {
  padding: 4px 6px;
  border: 1px solid #2f0906;
  color: #2f0906; }
  .btn-add:hover, .btn-add:active {
    color: #fff;
    background-color: #2f0906;
    border-color: #2f0906; }
  .btn-add .btn__icon {
    margin-right: 0; }

.btn__icon {
  margin-right: 5px;
  top: -1px;
  position: relative; }

.btn .fa,
.btn .pip {
  margin-right: 5px; }

.btn-icon-only .fa,
.btn-icon-only .pip {
  margin-right: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 1, 0.75);
  box-shadow: 0 0 25px rgba(0, 0, 1, 0.75);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  text-align: right; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 570px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; }

  .modal-dialog {
    margin-top: 170px; } }
.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  transition-duration: 0.35s;
  transition-property: height, visibility;
  transition-timing-function: ease; }

.panel {
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body:before, .panel-body:after {
  content: " ";
  display: table; }
.panel-body:after {
  clear: both; }

.panel-heading {
  border-bottom: 1px solid transparent; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-group {
  margin-bottom: 0; }
  .panel-group .panel {
    margin-bottom: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #d9d9d9; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #d9d9d9; }

.tooltip-cursor {
  cursor: pointer; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #2f0906; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2f0906; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2f0906; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #2f0906; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #2f0906; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #2f0906; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2f0906; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2f0906; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #2f0906; }

/* perfect-scrollbar v0.6.14 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: #d9d9d9;
  top: 0 !important; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 10px; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  height: 15px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px; }

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 10px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #6c6c6c;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 0;
  width: 10px; }

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 10px; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 10px; }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: .6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top; }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0 !important;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default; }

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none; }

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.selectboxit-list .selectboxit-option-anchor {
  color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999; }

/******************
TABLE OF CONTENT
1. HEADER
2. SLIDERS
3. BOXES
4. FORMS
5. FOOTER
6. PRODUCTS
7. SLIDER
8. CATEGORY LANDING
9. MOURNING STYLE
10. MODAL
11. BREADCRUMB
12. PRODUCT LIST, SORTBAR
13. SIDEBAR
14. PAGINATION
15. SINGLE PRODUCT
16. CMS PAGES
17. FAQ
18. BASKET
19. CONTACT
20. DELIVERY TABLE
21. USER PROFILE
22. CART TABLE
23. SURVEY
24. SHOP IN SHOP
25. ALERTS
26. CHAT
27. EXTRA BLOCK IN CART TABLE
28. 404 PAGE
********************/
.hidemenu {
  display: none; }

.border_separator {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin: 30px 0; }

body.cursor {
  cursor: url(../images/icons/cursor.png), auto; }
body.modal-open {
  padding-right: 0 !important; }
  body.modal-open .mm-slideout {
    z-index: auto; }
body.shop_in {
  background: url(../images/shop_shop_bg.jpg) repeat top left; }

/* header */
.top-bar {
  position: relative;
  background: #f3f3f3;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 992px) {
    .top-bar {
      position: fixed; } }
  .top-bar .container {
    position: relative; }
    @media (max-width: 1019px) and (min-width: 992px) {
      .top-bar .container {
        width: 100%; } }
  .top-bar.scroll {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); }
    .top-bar.scroll .container {
      z-index: 2; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .top-bar.scroll .container {
          width: 100%;
          padding: 0 15px; } }
    .top-bar.scroll .top-bar__links, .top-bar.scroll .top-search__right > a:nth-child(1), .top-bar.scroll .top-bar__main-nav {
      display: none; }
    .top-bar.scroll .top-bar__logo {
      width: 141px;
      top: 20px; }
      @media (min-width: 992px) and (max-width: 1019px) {
        .top-bar.scroll .top-bar__logo {
          position: absolute !important; } }
    .top-bar.scroll .top-search {
      padding-top: 20px;
      padding-left: 160px;
      padding-right: 250px !important;
      margin-bottom: 20px; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .top-bar.scroll .top-search {
          padding-left: 140px; } }
      .top-bar.scroll .top-search .category-collapse {
        display: block;
        float: left;
        padding: 13px 12px;
        margin-right: 18px; }
        .top-bar.scroll .top-search .category-collapse i {
          width: 12px; }
      .top-bar.scroll .top-search .input--lg {
        box-shadow: none;
        -webkit-box-shadow: none;
        border: 1px solid #d9d9d9; }
    .top-bar.scroll .top-search__left {
      width: 88%;
      float: left; }
      @media (max-width: 1840px) and (min-width: 1601px) {
        .top-bar.scroll .top-search__left {
          width: 85%; } }
      @media (max-width: 1600px) and (min-width: 1401px) {
        .top-bar.scroll .top-search__left {
          width: 80%; } }
      @media (max-width: 1400px) and (min-width: 1200px) {
        .top-bar.scroll .top-search__left {
          width: 75%; } }
      @media (max-width: 1199px) and (min-width: 1020px) {
        .top-bar.scroll .top-search__left {
          width: 70%; } }
      @media (max-width: 1019px) and (min-width: 992px) {
        .top-bar.scroll .top-search__left {
          width: 50%; } }
    .top-bar.scroll .top-search__right {
      top: 20px; }
    .top-bar.scroll .container {
      background: #fff;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); }

.top-bar__logo {
  position: absolute;
  top: 37px;
  width: 207px;
  margin-left: 0;
  z-index: 1;
  left: 50px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .top-bar__logo {
      left: 5px; } }

@media (min-width: 992px) {
  main[role="main"] {
    padding-top: 225px; } }
main[role="main"] {
  max-width: 1920px;
  margin: 0 auto; }

@media (max-width: 991px) {
  #page {
    position: relative; }
    #page .menu-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.75);
      z-index: 996;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all, 0.5s, ease;
      -o-transition: all, 0.5s, ease;
      transition: all, 0.5s, ease;
      visibility: hidden; }
    .mm-opening #page .menu-overlay {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible; }

  .sticky-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 10px;
    display: flex;
    z-index: 997; }
    .sticky-mobile > div {
      padding-top: 15px;
      padding-bottom: 15px; }

  .mobile-menu, .mobile-logo {
    border-right: 1px solid #d9d9d9; }

  .mobile-menu a {
    height: 100%;
    font-size: 30px;
    font-size: 3rem;
    color: #eaa800;
    display: flex;
    justify-content: center;
    align-items: center; }

  .mobile-cart a {
    height: 100%;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    color: #2f0906;
    display: flex;
    justify-content: center;
    align-items: center; }
    .mobile-cart a i {
      margin-right: 3px; }
    .mobile-cart a i.fa-angle-double-right {
      color: #eca800;
      margin-left: 7px; }

  .mobile-buttons a {
    display: block;
    margin: 0 0 10px 0;
    padding: 13px 14px;
    text-align: left; }
    .mobile-buttons a.scroll {
      display: none; }
  .index .mobile-buttons a.scroll {
    display: block; }

  .index main[role="main"] {
    margin-top: -20px; }

  .mm-menu, .mm-panels, .mm-panels > .mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    box-sizing: border-box; }

  .mm-btn, .mm-menu {
    box-sizing: border-box; }

  .mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
    text-decoration: none; }

  .mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
    content: '';
    bottom: 0; }

  .mm-hidden {
    display: none !important; }

  .mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
    display: block; }

  .mm-wrapper {
    overflow-x: hidden;
    position: relative; }

  .mm-menu {
    padding: 0;
    position: absolute;
    bottom: 0; }

  .mm-panels, .mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute;
    bottom: 0; }

  .mm-btn, .mm-panel.mm-highest {
    z-index: 1; }

  .mm-panels {
    overflow: hidden; }

  .mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

  .mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }

  .mm-panels > .mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px; }

  .mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }

  .mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
    content: '';
    display: block;
    height: 20px; }

  .mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }

  .mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px; }

  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

  .mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
    display: block; }

  .mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
    height: 40px;
    bottom: auto; }

  .mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
    top: 16px;
    bottom: auto; }

  .mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px; }

  .mm-btn {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 0; }

  .mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .mm-clear:before, .mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px; }

  .mm-clear:after, .mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px; }

  .mm-next:after, .mm-prev:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 11px;
    height: 11px;
    margin: auto;
    position: absolute;
    top: 0; }

  .mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto; }

  .mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto; }

  .mm-navbar {
    border: 0;
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    font-weight: 700;
    background: #eca800;
    text-align: right;
    line-height: 40px;
    height: 60px;
    padding: 0 30px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    letter-spacing: 1px; }

  .mm-navbar > * {
    display: block;
    padding: 10px 0; }

  .mm-navbar .mm-btn:first-child {
    left: 0; }

  .mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0; }

  .mm-panel .mm-navbar {
    display: none; }

  .mm-panel.mm-hasnavbar .mm-navbar {
    display: block; }

  .mm-listview, .mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0; }

  .mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px; }

  .mm-listview > li {
    position: relative; }

  .mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
    border-color: inherit; }

  .mm-listview > li > a, .mm-listview > li > span {
    color: inherit;
    display: block;
    padding: 15px 10px 15px 20px;
    margin: 0; }

  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:hover {
      background: none !important; }

  .mm-listview .mm-next:before {
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

  .mm-listview .mm-next.mm-fullsubopen {
    width: 100%; }

  .mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none; }

  .mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
    padding-right: 50px;
    margin-right: 0;
    display: none; }

  .mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px; }

  .mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 0px; }

  .mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0; }

  .mm-listview .mm-inset > li {
    padding: 5px 0; }

  .mm-listview .mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px; }

  .mm-listview .mm-spacer {
    padding-top: 40px; }

  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }

  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

  .mm-menu {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75); }

  .mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: #fff; }

  .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: #fff; }

  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }

  .mm-menu .mm-listview > li .mm-next:after {
    border-color: rgba(0, 0, 0, 0.3); }

  .mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
    tap-highlight-color: rgba(255, 255, 255, 0.5); }

  .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.5); }

  .mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
    background: rgba(0, 0, 0, 0.05); }

  .mm-page {
    box-sizing: border-box;
    position: relative; }

  .mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1; }

  html.mm-opened {
    overflow-x: hidden;
    position: relative; }

  html.mm-blocking, html.mm-blocking body {
    overflow: hidden; }

  html.mm-background .mm-page {
    background: inherit; }

  #mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2; }

  html.mm-blocking #mm-blocker {
    display: block; }

  .mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px; }

  .mm-menu.mm-offcanvas.mm-current {
    display: block; }

  .mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
    z-index: 10; }

  html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0); } }
@media all and (max-width: 991px) and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }
@media all and (max-width: 991px) and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }
@media (max-width: 991px) {
  #mm-1 {
    padding: 0 10px;
    position: relative;
    height: 100%; }
    #mm-1 .mm-navbar {
      display: none; }
    #mm-1 .mm-listview {
      margin: 0; }
      #mm-1 .mm-listview li {
        border: 1px solid #2f0906;
        margin: 0 0 10px 0; }
        #mm-1 .mm-listview li:after {
          display: none; }
        #mm-1 .mm-listview li a {
          font-size: 14px;
          font-size: 1.4rem;
          color: #2f0906; }
          #mm-1 .mm-listview li a:hover, #mm-1 .mm-listview li a:focus, #mm-1 .mm-listview li a.hover {
            background: #2f0906;
            color: #fff; }
            #mm-1 .mm-listview li a:hover span, #mm-1 .mm-listview li a:focus span, #mm-1 .mm-listview li a.hover span {
              color: #fff; }
          #mm-1 .mm-listview li a.mm-next:before {
            display: none; }
          #mm-1 .mm-listview li a.mm-next:after {
            border-color: #eca800; }
          #mm-1 .mm-listview li a span {
            color: #666; }
          #mm-1 .mm-listview li a i {
            color: #eca800;
            margin-right: 10px; } }
  @media (max-width: 991px) and (max-width: 991px) and (min-width: 768px) {
    #mm-1 .place {
      display: block;
      padding-left: 22px; } }
  @media (max-width: 991px) and (max-width: 767px) {
    #mm-1 .time, #mm-1 .place {
      display: block;
      padding-left: 22px; } }

@media (max-width: 991px) {
  .mm-panel .mm-listview li {
    border-bottom: 1px solid #d9d9d9; }
    .mm-panel .mm-listview li a {
      position: relative; }
      .mm-panel .mm-listview li a:after {
        content: "\f105";
        font-family: "FontAwesome";
        color: #eca800;
        position: absolute;
        right: 30px;
        top: 13px;
        font-size: 20px;
        font-size: 2rem; }
  .mm-panel .mm-listview .mm-next {
    position: absolute !important;
    height: 50px; }
    .mm-panel .mm-listview .mm-next:after {
      border: 0;
      display: none; } }
@media (max-width: 767px) {
  .mobile-menu a {
    font-size: 20px;
    font-size: 2rem; }

  .mobile-cart a {
    font-size: 14px;
    font-size: 1.4rem; }

  .mobile-cart-header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    background: #eca800; }
    .mobile-cart-header h4 {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 700;
      color: #fff;
      letter-spacing: 1px;
      float: left;
      line-height: 60px;
      text-transform: none;
      margin: 0; }
    .mobile-cart-header a {
      float: right;
      color: #fff;
      font-size: 30px;
      font-size: 3rem; } }
.top-search {
  position: relative;
  margin: 0 0 34px 0;
  padding: 0 468px 0 238px;
  float: left;
  width: 100%; }
  .top-search .category-collapse {
    display: none; }
    .top-search .category-collapse.category-close {
      background: #2f0906;
      border-color: #2f0906; }
      .top-search .category-collapse.category-close:hover {
        background: #eca800;
        border-color: #eca800; }
    .top-search .category-collapse i.hidden {
      display: none; }
  .top-search .input--lg {
    padding-left: 46px; }
    @media (max-width: 767px) {
      .top-search .input--lg {
        font-size: 13px;
        font-size: 1.3rem; } }
  .top-search .top-search__button {
    position: absolute;
    padding: 11px 15px;
    border: 0;
    left: 0;
    top: 0;
    background: transparent;
    font-size: 20px;
    font-size: 2rem;
    color: #eca800; }
  @media (max-width: 991px) {
    .top-search {
      clear: both;
      float: none;
      padding-right: 0 !important;
      margin-bottom: 10px;
      padding-top: 115px; } }
  @media (max-width: 440px) {
    .top-search {
      padding-top: 90px; } }

.top-search__left {
  position: relative;
  margin-right: 15px; }
  @media (max-width: 991px) {
    .top-search__left {
      margin-right: 0; } }
  .top-search__left .autocomplete-search {
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    top: 101%;
    z-index: 3;
    display: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
    @media (min-width: 1484px) and (max-width: 1800px) {
      .top-search__left .autocomplete-search {
        width: 978px; } }
    @media (min-width: 1200px) and (max-width: 1483px) {
      .top-search__left .autocomplete-search {
        width: 865px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .top-search__left .autocomplete-search {
        width: 730px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .top-search__left .autocomplete-search {
        width: 720px; } }
    .top-search__left .autocomplete-search ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .top-search__left .autocomplete-search ul li {
        display: table;
        width: 100%;
        border-bottom: 1px solid #d9d9d9;
        height: 79px; }
        @media (max-width: 767px) {
          .top-search__left .autocomplete-search ul li {
            display: flex;
            flex-direction: row;
            height: auto; } }
        .top-search__left .autocomplete-search ul li > div {
          border-right: 1px solid #d9d9d9; }
          .top-search__left .autocomplete-search ul li > div.autocomplete-img {
            line-height: 79px; }
            @media (max-width: 1199px) {
              .top-search__left .autocomplete-search ul li > div.autocomplete-img {
                line-height: 93px; } }
            @media (max-width: 767px) {
              .top-search__left .autocomplete-search ul li > div.autocomplete-img {
                display: flex;
                align-items: center; } }
        .top-search__left .autocomplete-search ul li .product-box__name {
          height: auto; }
        .top-search__left .autocomplete-search ul li .product-box__price {
          margin-bottom: 0;
          color: #333; }
    .top-search__left .autocomplete-search .product-desc {
      border-right: 0;
      display: table-cell;
      height: 79px;
      vertical-align: middle;
      float: none; }
      .top-search__left .autocomplete-search .product-desc a {
        display: block; }
      @media (max-width: 767px) {
        .top-search__left .autocomplete-search .product-desc {
          text-align: left;
          order: 1;
          padding-top: 10px; } }
    .top-search__left .autocomplete-search .row {
      height: 100%;
      display: table; }
      @media (max-width: 767px) {
        .top-search__left .autocomplete-search .row {
          display: flex;
          flex-direction: column; } }
    .top-search__left .autocomplete-search .quantity-container {
      display: table-cell;
      height: 79px;
      vertical-align: middle;
      float: none;
      border-right: 1px solid #d9d9d9; }
      @media (max-width: 767px) {
        .top-search__left .autocomplete-search .quantity-container {
          order: 2; } }
    .top-search__left .autocomplete-search .product_qty {
      border: 1px solid #d9d9d9;
      width: 25%;
      display: inline-block;
      padding: 9px 10px;
      margin: 0 5px;
      text-align: center; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .top-search__left .autocomplete-search .product_qty {
          width: 35%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .top-search__left .autocomplete-search .product_qty {
          width: 40%; } }
    .top-search__left .autocomplete-search a.product_quantity {
      display: inline-block;
      font-size: 26px;
      font-size: 2.6rem;
      color: #b3b3b3;
      position: relative;
      top: 5px; }
      .top-search__left .autocomplete-search a.product_quantity:hover {
        color: #eca800; }
      @media (max-width: 1626px) and (min-width: 1484px) {
        .top-search__left .autocomplete-search a.product_quantity {
          font-size: 20px;
          font-size: 2rem; } }
    .top-search__left .autocomplete-search .product-unit {
      margin: 11px 0 11px 5px; }
      @media (max-width: 1199px) and (min-width: 768px) {
        .top-search__left .autocomplete-search .product-unit {
          float: none !important; } }
      .top-search__left .autocomplete-search .product-unit a {
        display: inline-block;
        border: 1px solid #ccc;
        color: #ccc;
        font-size: 13px;
        font-size: 1.3rem;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 25px; }
        .top-search__left .autocomplete-search .product-unit a.active, .top-search__left .autocomplete-search .product-unit a:hover {
          border-color: #333;
          color: #333; }
        @media (min-width: 1200px) and (max-width: 1800px) {
          .top-search__left .autocomplete-search .product-unit a {
            width: 24px; } }

.top-search__right {
  position: absolute;
  right: 0;
  top: 0; }
  .top-search__right > .btn {
    float: left;
    margin-left: 15px; }

.top-bar__links {
  float: right; }
  .top-bar__links > ul {
    list-style: none;
    padding: 30px 0 10px 0;
    margin: 0 0 0 -12px;
    height: 60px; }
  .top-bar__links > ul > li {
    display: inline-block;
    margin-left: 12px; }
  .top-bar__links .fa,
  .top-bar__links .pip {
    color: #eca800;
    margin-right: 10px; }
  .top-bar__links a {
    color: inherit; }
    .top-bar__links a:hover, .top-bar__links a:active {
      color: #eca800; }
  .top-bar__links .links__delivery {
    display: inline-block;
    color: #666;
    margin-right: 15px; }
  .top-bar__links .login {
    margin-left: 0; }
  .top-bar__links .logged {
    position: relative; }
    .top-bar__links .logged.open .dropdown-menu {
      display: block; }
    .top-bar__links .logged span {
      color: #666; }
    .top-bar__links .logged img {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      margin: -4px 5px 0 0;
      float: left; }
    .top-bar__links .logged .dropdown-menu {
      background: #343434;
      position: absolute;
      width: 135px;
      right: -10px;
      top: 100%;
      z-index: 2;
      padding: 17px;
      margin: 0;
      display: none; }
      .top-bar__links .logged .dropdown-menu:before {
        position: absolute;
        top: -5px;
        right: 28px;
        content: "";
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #343434; }
      .top-bar__links .logged .dropdown-menu li {
        margin-bottom: 15px; }
        .top-bar__links .logged .dropdown-menu li:last-child {
          margin-bottom: 0; }
        .top-bar__links .logged .dropdown-menu li a {
          color: rgba(255, 255, 255, 0.5); }
          .top-bar__links .logged .dropdown-menu li a i {
            color: rgba(255, 255, 255, 0.5); }
          .top-bar__links .logged .dropdown-menu li a:hover {
            color: #eca800; }
            .top-bar__links .logged .dropdown-menu li a:hover i {
              color: #eca800; }
  .top-bar__links .u-separator {
    position: relative;
    padding-right: 22px; }
    .top-bar__links .u-separator .fa {
      margin-right: 5px; }
    .top-bar__links .u-separator:after {
      content: "";
      height: 26px;
      width: 1px;
      position: absolute;
      right: 2px;
      top: 50%;
      margin: -14px 0 0 0;
      background: #d9d9d9; }

.top-bar__main-nav {
  position: relative;
  background: #eaa800;
  padding: 15px 10px;
  height: 60px; }
  .top-bar__main-nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 3000px;
    position: absolute;
    left: 0;
    top: 15px; }
  .top-bar__main-nav > ul > li {
    line-height: 25px;
    height: 30px;
    padding: 0 20px;
    float: left;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: middle;
    display: table; }
    .top-bar__main-nav > ul > li.current > a, .top-bar__main-nav > ul > li.active-megamenu > a {
      color: #2f0906;
      position: relative; }
      .top-bar__main-nav > ul > li.current > a:after, .top-bar__main-nav > ul > li.active-megamenu > a:after {
        content: "";
        border-bottom: 5px solid #f3f3f3;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        z-index: 50; }
    .top-bar__main-nav > ul > li.active-megamenu a:after {
      bottom: -9px; }
  .top-bar__main-nav > ul > li:first-child {
    border-left: 0; }
  .top-bar__main-nav > ul > li > a {
    display: table-cell;
    line-height: 1.1;
    vertical-align: middle;
    max-width: 160px;
    height: 31px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }
    .top-bar__main-nav > ul > li > a:hover, .top-bar__main-nav > ul > li > a:active {
      color: #2f0906; }
  .top-bar__main-nav .mega-menu {
    display: none;
    margin: 0;
    padding: 0;
    background: #fff;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    list-style: none;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 1, 0.25);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 1, 0.25);
    box-shadow: 0 0 15px rgba(0, 0, 1, 0.25);
    z-index: 4; }
    @media (min-width: 1600px) {
      .top-bar__main-nav .mega-menu {
        max-width: 1590px; } }
  .top-bar__main-nav .mega-menu-content {
    padding: 45px 30px;
    text-align: left; }
    .top-bar__main-nav .mega-menu-content h3.column-title, .top-bar__main-nav .mega-menu-content h4.column-title {
      margin-top: 0;
      letter-spacing: 1px;
      overflow-wrap: break-word; }
    @media (min-width: 1501px) {
      .top-bar__main-nav .mega-menu-content .mega-menu-column {
        width: 13%; } }
    @media (max-width: 1500px) and (min-width: 1200px) {
      .top-bar__main-nav .mega-menu-content .mega-menu-column {
        width: 15%; } }
    @media (min-width: 1200px) {
      .top-bar__main-nav .mega-menu-content .category-image {
        margin-right: -170px;
        margin-left: -30px; } }
    @media (max-width: 1500px) and (min-width: 1200px) {
      .top-bar__main-nav .mega-menu-content .category-image {
        width: 33.3333%; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .top-bar__main-nav .mega-menu-content .category-image {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1; } }
    .top-bar__main-nav .mega-menu-content .category-image img {
      margin-top: 15px; }
    .top-bar__main-nav .mega-menu-content .mega-menu-categories {
      margin-bottom: 35px; }
      .top-bar__main-nav .mega-menu-content .mega-menu-categories ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .top-bar__main-nav .mega-menu-content .mega-menu-categories ul li {
          display: block;
          margin-bottom: 5px; }
          .top-bar__main-nav .mega-menu-content .mega-menu-categories ul li a {
            color: #666; }
            .top-bar__main-nav .mega-menu-content .mega-menu-categories ul li a:hover {
              color: #333; }
    .top-bar__main-nav .mega-menu-content .product-box-container {
      position: relative;
      border: 1px solid #d9d9d9;
      text-align: center;
      padding: 20px 10px; }
      .top-bar__main-nav .mega-menu-content .product-box-container .product-box__name {
        text-transform: none; }

.top-bar__main-nav-more {
  border: 0;
  padding: 0;
  background: #2f0906;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  color: #eca800;
  z-index: 2; }
  .top-bar__main-nav-more:hover, .top-bar__main-nav-more:active {
    color: #fff; }
  .top-bar__main-nav-more.scroller-left {
    right: auto;
    left: 0; }
    .top-bar__main-nav-more.scroller-left i {
      margin-left: -2px; }
  .top-bar__main-nav-more.disabled:hover {
    color: #eca800; }

@media (max-width: 1019px) {
  .top-bar {
    text-align: center; }

  .top-bar__logo {
    position: static; }

  .top-bar__links {
    float: none; }
    .top-bar__links > ul {
      padding-top: 20px; }

  .top-search {
    padding-left: 0; } }
/* sliders */
.slider-content-1--outer {
  position: relative;
  margin: 30px 0 15px 0; }
  .slider-content-1--outer.homepage-slider .inner {
    height: 480px;
    padding: 30px; }
  .slider-content-1--outer.shop-slider .inner {
    height: 480px; }
  .slider-content-1--outer .elem-common {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 1;
    padding: 0;
    border-right: 0;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25); }
  .slider-content-1--outer .inner {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative; }
    .slider-content-1--outer .inner.inner-with-mask {
      padding: 0; }
    .slider-content-1--outer .inner.layer-slider {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0; }
      @media (max-width: 1199px) {
        .slider-content-1--outer .inner.layer-slider {
          padding-right: 0;
          height: 100%;
          background-size: inherit;
          padding-bottom: 10px;
          overflow: hidden; } }
      @media (max-width: 767px) {
        .slider-content-1--outer .inner.layer-slider {
          background: none !important; } }
      .slider-content-1--outer .inner.layer-slider .slider-content-1__desc {
        padding: 0; }
      .slider-content-1--outer .inner.layer-slider .elem-1 {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%; }
        @media (max-width: 1199px) {
          .slider-content-1--outer .inner.layer-slider .elem-1 {
            position: static;
            width: 100%;
            margin-bottom: 30px; } }
      .slider-content-1--outer .inner.layer-slider .elem-2 {
        width: 36.5%;
        margin-left: 40%;
        margin-top: 62px; }
        @media (max-width: 1800px) and (min-width: 1600px) {
          .slider-content-1--outer .inner.layer-slider .elem-2 {
            width: 25.5%;
            margin-left: 51%; } }
        @media (max-width: 1599px) {
          .slider-content-1--outer .inner.layer-slider .elem-2 {
            width: 20.5%;
            margin-left: 56%; } }
        @media (max-width: 1199px) {
          .slider-content-1--outer .inner.layer-slider .elem-2 {
            margin-left: 0;
            width: 60%;
            padding-right: 25px;
            margin-top: 20px; } }
        @media (max-width: 1020px) {
          .slider-content-1--outer .inner.layer-slider .elem-2 {
            width: 100%;
            padding-right: 0;
            margin-bottom: 20px; } }
        @media (max-width: 767px) {
          .slider-content-1--outer .inner.layer-slider .elem-2 li {
            margin-bottom: 15px; } }
        .slider-content-1--outer .inner.layer-slider .elem-2 .slick-slide {
          padding-top: 5px; }
      .slider-content-1--outer .inner.layer-slider .elem-3 {
        max-width: 370px; }
        @media (max-width: 1199px) and (min-width: 1200px) {
          .slider-content-1--outer .inner.layer-slider .elem-3 {
            text-align: center; } }
        @media (max-width: 1199px) {
          .slider-content-1--outer .inner.layer-slider .elem-3 {
            width: 40%;
            position: static; } }
        @media (max-width: 1020px) {
          .slider-content-1--outer .inner.layer-slider .elem-3 {
            width: 50%;
            margin: 0 auto; } }
    @media (max-width: 1199px) {
      .slider-content-1--outer .inner.no-products {
        background: none !important; } }
    .slider-content-1--outer .inner.no-products .elem-1 {
      background-size: cover;
      background-position: left center;
      background-repeat: no-repeat;
      width: 75%;
      max-width: 1352px; }
      @media (min-width: 1200px) {
        .slider-content-1--outer .inner.no-products .elem-1 {
          background: none !important; } }
      @media (max-width: 1199px) {
        .slider-content-1--outer .inner.no-products .elem-1 {
          width: 100%; } }
      .slider-content-1--outer .inner.no-products .elem-1 img {
        display: block;
        height: 100%;
        object-fit: cover;
        object-position: left center;
        width: 100%; }
    @media (max-width: 1199px) {
      .slider-content-1--outer .inner.no-products .elem-3 {
        margin: 0 auto; } }
  .slider-content-1--outer .inner-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    padding: 30px; }
  .slider-content-1--outer .elem-1 {
    width: 37%;
    float: left; }
    .slider-content-1--outer .elem-1.elem-full-width {
      width: 76.5%; }
      @media (max-width: 991px) {
        .slider-content-1--outer .elem-1.elem-full-width {
          width: 90%; } }
      @media (max-width: 767px) {
        .slider-content-1--outer .elem-1.elem-full-width {
          width: 100%; } }
  .slider-content-1--outer .elem-2 {
    width: 39.5%;
    float: left; }
  .slider-content-1--outer .elem-3 {
    width: 20.5%; }

.feature-products + .slider-content-1--outer {
  margin-top: 18px; }

.slider-content-1--outer .inner.u-space-big {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  background: #000; }
  .slider-content-1--outer .inner.u-space-big .slider-content-1__desc {
    padding: 30px 85px; }

@media (max-width: 1019px) {
  #beers {
    margin-bottom: 0; }
    #beers.slider-content-1--outer .inner.u-space-big {
      display: block;
      background: #000 !important;
      padding-left: 0;
      padding-right: 0; }
      #beers.slider-content-1--outer .inner.u-space-big .item1-mobile-img {
        display: block;
        margin: 0 auto; } }
@media (max-width: 767px) {
  #beers {
    margin-bottom: 0; }
    #beers.slider-content-1--outer .slider-content-1__desc {
      padding: 0 15px; } }
.slider-content-1__desc {
  font-family: 'Merriweather', serif;
  padding: 24px 20px 14px 40px;
  font-size: 100%; }
  .slider-content-1__desc h2 {
    font-size: 4.3em;
    font-weight: 700;
    text-transform: none;
    margin: 7px 0 37px 0;
    line-height: 0.9;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.75); }
    .slider-content-1__desc h2 small {
      display: block;
      font-size: 0.6em;
      margin-top: 14px; }
  .slider-content-1__desc p {
    font-size: 2.1em;
    line-height: 1.2;
    margin-bottom: 46px;
    min-height: 70px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.75); }
    @media (min-width: 768px) {
      .slider-content-1__desc p {
        height: 70px; } }
  .slider-content-1__desc .btn-white {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.75); }
    .slider-content-1__desc .btn-white:hover {
      text-shadow: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }

.slider-content-1__products {
  margin-top: 32px; }
  .slider-content-1__products .list--std {
    margin: 0 0 0 -2%; }
    .slider-content-1__products .list--std > li {
      width: 31.33%;
      margin-left: 2%; }
  .slider-content-1__products .product-box {
    width: auto;
    padding: 0; }
    .layer-slider .slider-content-1__products .product-box {
      margin: 0 7px; }

@media (max-width: 1700px) {
  .slider-content-1__desc {
    font-size: 90%; }

  .slider-content-1--outer .elem-1 {
    width: 31%; }
  .slider-content-1--outer .elem-2 {
    width: 45.5%; }
  .slider-content-1--outer .elem-3 {
    width: 21.5%; }
  .slider-content-1--outer.category-slider .elem-3 {
    width: 29%; } }
@media (max-width: 1500px) {
  .slider-content-1--outer .slick-dots {
    left: 50px !important; }

  .slider-content-1__desc {
    font-size: 80%;
    padding-left: 20px; }

  .slider-content-1--outer .elem-1 {
    width: 25%; }
  .slider-content-1--outer .elem-2 {
    width: 51.5%; } }
@media (max-width: 1300px) {
  .slider-content-1--outer .slider-content-1__desc {
    font-size: 65%; }
  .slider-content-1--outer .box-info h2 {
    font-size: 18px;
    font-size: 1.8rem; }
  .slider-content-1--outer .box-info__desc {
    padding-left: 20px;
    padding-right: 20px; }
  .slider-content-1--outer .product-box__img {
    height: 160px; }
  .slider-content-1--outer .slider-content-1__products .list--std {
    margin: 0 0 0 -1%; }
  .slider-content-1--outer .slider-content-1__products .list--std > li {
    width: 32.33%;
    margin-left: 1%; } }
@media (max-width: 1199px) {
  .slider-content-1--outer .slider-content-1__desc {
    font-size: 55%;
    padding-left: 0; }

  .slider-content-1--outer .elem-1 {
    width: 20%; }

  .slider-content-1--outer .elem-2 {
    width: 56.5%; }

  .slider-content-1--outer .elem-3 {
    width: 22.5%;
    right: 15px; }

  .slider-content-1--outer.category-slider .elem-3 {
    width: 40%; }

  .slider-content-1--outer .slick-dots {
    left: 30px !important; } }
@media (max-width: 1019px) {
  .slider-content-1--outer .elem-1,
  .slider-content-1--outer .elem-2 {
    width: 75%;
    padding: 0; }
  .slider-content-1--outer .elem-2 {
    min-height: 355px; }
  .slider-content-1--outer .elem-3 {
    width: 24%;
    bottom: 30px;
    top: auto; }
    .slider-content-1--outer .elem-3.without-products {
      width: 50%; }
  .slider-content-1--outer .inner {
    height: auto; }
  .slider-content-1--outer .slick-dots {
    bottom: auto !important;
    left: auto !important;
    top: 30px;
    right: 30px !important; }

  .slider-content-1--outer .inner.u-space-big .slider-content-1__desc {
    padding: 30px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .slider-content-1--outer.category-slider .elem-3 {
    width: 40%;
    bottom: 1px;
    right: 3px; } }
@media (max-width: 600px) {
  .slider-content-1--outer .slider-content-1__products .list--std > li {
    width: 100%;
    float: none;
    margin-bottom: 2px; }
    .slider-content-1--outer .slider-content-1__products .list--std > li .product-box {
      height: auto; }
    .slider-content-1--outer .slider-content-1__products .list--std > li .product-box__name {
      height: auto; }
    .slider-content-1--outer .slider-content-1__products .list--std > li .product-box__img {
      height: auto; } }
@media (max-width: 991px) {
  .slider-content-1--outer .elem-2 {
    height: auto;
    min-height: 1px; } }
@media (max-width: 767px) {
  .slider-content-1--outer.category-slider .elem-3 {
    width: 100%; } }
.slider--dots .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -3px;
  position: absolute;
  left: 70px;
  bottom: 10px; }
  .homepage-slider .slider--dots .slick-dots {
    bottom: 45px; }
  @media (max-width: 1199px) {
    .homepage-slider .slider--dots .slick-dots {
      bottom: auto;
      top: 430px; } }
  @media (max-width: 767px) {
    .homepage-slider .slider--dots .slick-dots {
      top: 30px; } }
  .slider--dots .slick-dots li {
    display: inline-block;
    margin: 3px; }
  .slider--dots .slick-dots button {
    font-size: 0;
    color: transparent;
    padding: 0;
    margin: 0;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    outline: none;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.75); }
  .slider--dots .slick-dots .slick-active button {
    background: #fff; }

.slider--dots-centered .slick-dots {
  left: 0;
  right: 0;
  text-align: center; }

.slider--dots-dark .slick-dots button {
  border-color: #2f0906; }
.slider--dots-dark .slick-dots .slick-active button {
  background: #2f0906; }

.slider--pagination .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: -50px; }
  .slider--pagination .slick-dots li {
    display: inline-block;
    margin: 0 0 0 1px; }
  .slider--pagination .slick-dots button {
    border: 1px solid #b8acab;
    color: #b8acab;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: transparent;
    outline: none; }
    .slider--pagination .slick-dots button:hover, .slider--pagination .slick-dots button:active {
      color: #2f0906;
      border-color: #2f0906; }
  .slider--pagination .slick-dots .slick-active button {
    background: #2f0906;
    border-color: #2f0906;
    color: #fff;
    font-weight: 700; }
.slider--pagination .slick-prev,
.slider--pagination .slick-next {
  display: inline-block;
  background: none;
  border: 0;
  padding: 0;
  width: 40px;
  color: #ccc;
  font-size: 40px;
  line-height: 1;
  outline: none;
  position: absolute;
  top: 50%;
  margin: -32px 0 0 0;
  z-index: 1; }
  .slider--pagination .slick-prev:hover, .slider--pagination .slick-prev:active,
  .slider--pagination .slick-next:hover,
  .slider--pagination .slick-next:active {
    color: #2f0906; }
.slider--pagination .slick-prev {
  left: -40px; }
.slider--pagination .slick-next {
  right: -40px; }
.slider--pagination .slick-disabled {
  filter: alpha(opacity=20);
  opacity: 0.2;
  cursor: default; }
  .slider--pagination .slick-disabled:hover, .slider--pagination .slick-disabled:active {
    color: #ccc; }

.feature-list {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  min-height: 71px; }
  .feature-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row; }
    .feature-list ul > li {
      position: relative;
      font-size: 18px;
      font-size: 1.8rem;
      color: #2f0906;
      text-transform: uppercase;
      padding: 9px 10px 8px 68px;
      line-height: 2;
      border-left: 1px solid #e0e0e0;
      min-height: 71px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .feature-list ul > li:first-child {
        border-left: 0; }
      @media (max-width: 1430px) and (min-width: 1260px) {
        .feature-list ul > li {
          font-size: 15px; } }
      @media (max-width: 1259px) and (min-width: 1200px) {
        .feature-list ul > li {
          font-size: 14px; } }
      @media (max-width: 991px) {
        .feature-list ul > li {
          border-bottom: 1px solid #e0e0e0; }
          .feature-list ul > li:last-child {
            border-bottom: 0; } }
      .feature-list ul > li > span {
        display: block;
        width: 65px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: center center; }
      .feature-list ul > li em {
        font-style: normal;
        line-height: 1;
        display: inline-block;
        vertical-align: middle;
        margin-right: auto; }

.feature-list--2 ul > li {
  padding-left: 90px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  /* works with row or column */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .feature-list--2 ul > li {
      display: block; } }
  .feature-list--2 ul > li > span {
    width: 85px; }
.feature-list--2 .btn {
  margin-left: auto; }
@media (max-width: 1300px) {
  .feature-list--2 .btn {
    white-space: normal; } }
.feature-list--2.old-shop span {
  margin-left: -5px; }
@media (min-width: 1800px) {
  .feature-list--2.old-shop .btn {
    padding-left: 10px;
    padding-right: 10px; } }

@media only screen and (max-width: 1199px) {
  .feature-list ul {
    display: block; } }
@media (max-width: 991px) {
  .feature-list ul > li {
    width: 100%;
    float: none; } }
@media (min-width: 992px) and (max-width: 1019px) {
  .feature-list--2 .btn {
    float: none !important;
    margin-top: 10px; } }
/* boxes */
.box-info {
  background: #fff; }
  .box-info h2 {
    background: #2f0906 url("../images/box-info-bg.png") repeat-y left top;
    padding: 16px;
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    text-align: center; }
    @media (max-width: 1345px) and (min-width: 1200px) {
      .box-info h2 {
        font-size: 18px;
        font-size: 1.8rem; } }
  .box-info h3 {
    font-size: inherit;
    padding: 18px 10px;
    text-align: center;
    background: #fff;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.05em;
    position: relative; }
    .box-info h3:after {
      content: " ";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 0 6px;
      border-color: #fff transparent transparent transparent;
      position: absolute;
      left: 50%;
      top: 100%;
      margin: 0 0 0 -6px; }
  .box-info h4 {
    font-weight: 700;
    font-size: inherit;
    margin: 0 0 10px 0;
    letter-spacing: 0.05em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .box-info p {
    line-height: 1.1;
    color: #666;
    margin-bottom: 14px; }
  .box-info .btn {
    margin: 0 12px 6px 0; }
    @media (max-width: 1564px) and (min-width: 1200px) {
      .box-info .btn {
        margin-right: 5px; } }
    .box-info .btn:last-child {
      margin-right: 0; }

.box-info__desc {
  padding: 27px 30px 10px 30px; }
  @media (max-width: 1564px) and (min-width: 1200px) {
    .box-info__desc {
      padding-left: 10px;
      padding-right: 10px; } }

/* forms */
.input--lg {
  display: block;
  width: 100%;
  height: 50px;
  padding: 13px 16px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow, 0.2s;
  -o-transition: box-shadow, 0.2s;
  transition: box-shadow, 0.2s; }
  .input--lg:focus {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
    outline: none; }

.input--lg::-moz-placeholder {
  color: #666;
  opacity: 1; }

.input--lg:-ms-input-placeholder {
  color: #666; }

.input--lg::-webkit-input-placeholder {
  color: #666; }

.input--lg::-ms-expand {
  background-color: transparent;
  border: 0; }

/* footer */
.main-footer {
  padding: 40px 0 25px 0;
  background: #fff; }
  .main-footer > .container {
    max-width: 1920px;
    margin: 0 auto; }
  .main-footer h2 {
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 28px 0 22px 0; }
  .main-footer a {
    color: #333;
    position: relative;
    z-index: 1; }
    .main-footer a:hover, .main-footer a:active {
      color: #eca800; }

.main-footer__pages {
  float: left;
  margin: 10px 0 0 0; }
  .main-footer__pages ul {
    margin-left: -13px; }
    .main-footer__pages ul li {
      padding-left: 13px;
      padding-right: 13px; }

.main-footer__buttons {
  float: right; }

.main-footer__categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0; }
  .main-footer__categories ul > li {
    margin-bottom: 10px; }

.main-footer__payments {
  float: right; }

.main-footer__postfooter {
  padding-top: 10px;
  color: #666; }
  .main-footer__postfooter .inner {
    padding: 26px 0 0 0; }

.main-footer__socials {
  margin-top: -30px;
  text-align: center; }
  .main-footer__socials a {
    color: #2f0906; }
  .main-footer__socials ul {
    margin: 0;
    list-style: none;
    padding: 0; }
    .main-footer__socials ul > li {
      font-size: 40px;
      font-size: 4rem;
      display: inline-block;
      margin: 8px; }

.made-by {
  text-align: right; }
  .made-by .fa {
    font-size: 20px;
    font-size: 2rem;
    color: #eaa800;
    position: relative;
    top: 2px;
    margin: 0 3px; }

/* products */
.product-box {
  position: relative;
  padding: 0 7px;
  text-align: center;
  width: 214px;
  height: 355px; }
  .product-box:hover .product-box-container, .product-box:active .product-box-container {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25); }
  .product-box .product-box-container {
    background: #fff;
    padding: 20px 10px;
    height: 100%;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow, 0.2s;
    -o-transition: box-shadow, 0.2s;
    transition: box-shadow, 0.2s; }
  .product-box .btn-add {
    margin-right: 10px; }
  .product-box h3, .product-box h2 {
    text-transform: none; }
  .product-box.is-out-of-stock {
    opacity: .75; }
    .product-box.is-out-of-stock .product-box__price em {
      color: #3a3a3a; }
    .product-box.is-out-of-stock .product-box__buttons .btn-add {
      color: #141414;
      border-color: #141414; }
      .product-box.is-out-of-stock .product-box__buttons .btn-add:hover, .product-box.is-out-of-stock .product-box__buttons .btn-add:active {
        color: #fff;
        background-color: #141414; }
    .product-box.is-out-of-stock .product-box__buttons .btn-primary {
      background-color: #a9a9a9;
      border-color: #a9a9a9; }
      .product-box.is-out-of-stock .product-box__buttons .btn-primary:hover, .product-box.is-out-of-stock .product-box__buttons .btn-primary:active {
        color: #fff;
        background-color: #141414;
        border-color: #141414; }
    .product-box.is-out-of-stock .product-box__msg {
      font-size: 10px;
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      background: #141414;
      padding-bottom: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  @media (max-width: 480px) {
    .product-box .product-box__buttons .btn-add {
      margin-right: 6px; }
    .product-box .product-box__buttons .btn-primary {
      font-size: 13px;
      font-size: 1.3rem; } }
  .product-box .product-box__buttons {
    display: flex;
    justify-content: center; }
  .product-box .quantity-product-cart {
    display: none;
    height: 30px; }
  .product-box .product_qty {
    border: 1px solid #d9d9d9;
    width: 40%;
    height: 30px;
    display: inline-block;
    padding: 0 10px;
    margin: 0 5px;
    text-align: center;
    position: relative;
    top: -5px; }
    @media (max-width: 1300px) and (min-width: 1200px) {
      .product-box .product_qty {
        margin: 0 -5px; } }
  .product-box a.product_quantity {
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
    color: #b3b3b3;
    position: relative;
    top: 0px;
    height: 30px; }
    .product-box a.product_quantity:hover {
      color: #eca800; }

.product-box__img {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 10px;
  height: 170px;
  position: relative; }

.product-box__name {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #333;
  height: 43px; }

.product-unit-sticker {
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  color: #8c8c8c;
  font-size: 10px; }
  .product-unit-sticker span {
    display: inline-block;
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 2px 6px; }

.product-box__price {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px; }
  .product-box__price em {
    font-size: 16px;
    font-size: 1.6rem;
    color: #c00000;
    font-style: normal;
    font-weight: 700; }

.product-box__old-price {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  color: #a6a6a6; }
  .product-box__old-price:before {
    content: "";
    border-bottom: 1px solid #a6a6a6;
    position: absolute;
    width: 110%;
    height: 50%;
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg); }

.product-box__buttons {
  white-space: nowrap; }

.product-box__option-img {
  position: absolute;
  top: -5px;
  right: 5px; }

/* slider */
.u-slider--outer {
  position: relative; }

.slick-slider .slick-slide:not(.slick-active) .product-box {
  -webkit-box-shadow: none;
  box-shadow: none; }

.slider-1--flexible, .columns .slider-1--flexible {
  margin: 0 0 0 -13px; }
  @media (max-width: 767px) {
    .slider-1--flexible, .columns .slider-1--flexible {
      margin: 0 15px 0 0; } }
  .slider-1--flexible .slick-track, .columns .slider-1--flexible .slick-track {
    padding-top: 5px; }
    .slider-1--flexible .slick-track > div, .columns .slider-1--flexible .slick-track > div {
      margin: 0 0 13px 13px; }
  .slider-1--flexible .product-box, .columns .slider-1--flexible .product-box {
    float: left;
    width: 100%;
    padding: 0; }

.action-box--goto {
  position: relative;
  padding: 45px 30px 30px 50px;
  height: 290px;
  background-color: #fbeecd;
  background-position: center top;
  background-repeat: no-repeat; }
  @media (min-width: 1921px) {
    .action-box--goto {
      background-position: right top; } }
  .action-box--goto h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 10px;
    letter-spacing: 0.05em; }
  @media only screen and (min-width: 1500px) {
    .action-box--goto p {
      max-width: 70%; } }

.action-box--goto--down .inner {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 40px;
  top: auto; }
  @media (min-width: 1921px) {
    .action-box--goto--down .inner {
      width: 455px;
      left: auto;
      right: 0; } }

.action-boxes-home {
  margin-top: 20px; }

.action-boxes-home__item1 {
  position: relative;
  height: 580px;
  padding: 70px; }
  .action-boxes-home__item1 .inner {
    position: absolute;
    bottom: 70px;
    left: 70px;
    right: 70px;
    top: auto; }
  .action-boxes-home__item1 h2 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 6px; }
  @media only screen and (min-width: 1500px) {
    .action-boxes-home__item1 p {
      max-width: 59%; } }
  .action-boxes-home__item1 .item1-mobile-img {
    display: none; }

.action-boxes-home__item3 {
  height: 290px;
  padding: 43px 50px 30px 50px;
  background-color: #ead9ad; }

@media only screen and (max-width: 1199px) {
  .action-box--goto {
    background-size: cover;
    padding: 25px 20px 20px 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center; }

  .action-boxes-home__item3 {
    padding: 20px 35px 20px 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center; }

  .action-boxes-home__item1 {
    padding: 40px;
    background-size: cover; }
    .action-boxes-home__item1 .inner {
      bottom: 40px;
      left: 40px;
      right: 40px; } }
@media (max-width: 1019px) {
  .action-boxes-home__item1 {
    height: auto;
    padding: 0;
    margin: 0 0 35px 0;
    background-image: url(../images/content/action-boxes-bg.png) !important; }
    .action-boxes-home__item1 .item1-mobile-img {
      display: block;
      float: right; }
    .action-boxes-home__item1 .inner {
      clear: both;
      position: static;
      padding: 0 30px 30px 30px; } }
.prefooter {
  margin: 52px 0;
  padding: 0 0 0 238px;
  position: relative; }
  .prefooter h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 0;
    margin-bottom: 6px;
    letter-spacing: 0.05em; }
  .prefooter h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 6px;
    letter-spacing: 0.05em; }
  .prefooter h3 {
    margin-top: 0;
    margin-bottom: 6px;
    letter-spacing: 0.05em; }
  .prefooter p {
    font-size: 13px;
    font-size: 1.3rem; }
  .prefooter strong {
    font-weight: 400; }

.prefooter__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 207px; }

@media only screen and (max-width: 991px) {
  .main-footer__payments {
    float: none; }

  .main-footer__pages {
    float: none; }

  .main-footer__buttons {
    float: none;
    margin-top: 20px; }

  .main-footer__postfooter .inner {
    text-align: center; }

  .main-footer__socials {
    margin-top: 0; }

  .made-by {
    text-align: center; } }
@media (max-width: 991px) {
  .slider-content-1--outer .elem-3 {
    width: 50% !important;
    margin-left: 25%;
    position: static; } }
@media only screen and (max-width: 767px) {
  .slider-content-1--outer .elem-1, .slider-content-1--outer .elem-2 {
    width: 100%;
    float: none; }

  .slider-content-1--outer .elem-3 {
    width: 100% !important;
    margin-left: 0; }

  .box-info img {
    width: 100%; }

  .feature-list ul > li em {
    display: block; }

  .feature-list--2 .btn {
    float: none !important;
    margin-top: 10px; }

  .slider--pagination .slick-dots {
    display: none;
    visibility: hidden; }

  .slider--pagination .slick-prev {
    left: 0; }

  .slider--pagination .slick-next {
    right: 0; }

  .prefooter {
    padding: 0; }

  .prefooter__img {
    position: static; }

  .main-footer__buttons ul li {
    margin-bottom: 10px; } }
@media only screen and (max-width: 479px) {
  .slider-content-1--outer .inner.u-space-big .slider-content-1__desc {
    padding: 0; }

  .action-boxes-home .col-xs-6 {
    width: 100%;
    float: none; }

  .title--underlined small {
    display: block;
    margin: 5px 0;
    top: 0; }

  .main-footer {
    padding: 20px 0 25px; }

  .main-footer__pages ul li {
    display: block;
    text-align: center; }
    .main-footer__pages ul li a {
      display: block;
      padding: 15px; }

  .main-footer__buttons ul li {
    display: block;
    text-align: center;
    margin-bottom: 20px; }

  .slider--pagination .slick-prev {
    left: -18px; }

  .slider--pagination .slick-next {
    right: -18px; } }
/* category landing */
@media (max-width: 991px) {
  .slider-content-1--outer.homepage-slider {
    display: flex;
    flex-direction: column; }
    .slider-content-1--outer.homepage-slider .box-info {
      order: 2; }
    .slider-content-1--outer.homepage-slider .slider-content-1 {
      order: 1;
      margin-bottom: 20px; }
    .slider-content-1--outer.homepage-slider .slick-initialized .slick-slide.slick-current {
      height: auto; } }
.slider-content-1--outer.category-slider {
  margin-top: 0;
  margin-bottom: 25px; }
  .slider-content-1--outer.category-slider .box-info {
    border: 0;
    padding: 0;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .slider-content-1--outer.category-slider .box-panel {
    background: #fff;
    padding: 25px 25px 25px 98px;
    margin-bottom: 2px;
    flex-grow: 1;
    position: relative; }
    .slider-content-1--outer.category-slider .box-panel:before {
      position: absolute;
      top: 25px;
      left: 25px;
      content: "";
      width: 58px;
      height: 54px; }
    .slider-content-1--outer.category-slider .box-panel.icon1:before {
      background: #fff url(../images/icons/category-icon1.svg) 0 0 no-repeat;
      background-size: 85%;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    .slider-content-1--outer.category-slider .box-panel.icon2:before {
      background: #fff url(../images/icons/category-icon2.svg) 0 0 no-repeat;
      background-size: 85%;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      left: 20px;
      top: 30px; }
    .slider-content-1--outer.category-slider .box-panel.icon3:before {
      background: #fff url(../images/icons/category-icon3.svg) 0 0 no-repeat;
      background-size: 85%;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 30px; }
    .slider-content-1--outer.category-slider .box-panel h3, .slider-content-1--outer.category-slider .box-panel h4 {
      background: none;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 400;
      color: #2f0906;
      text-align: left;
      padding: 0;
      margin: 0 0 10px 0; }
      .slider-content-1--outer.category-slider .box-panel h3:after, .slider-content-1--outer.category-slider .box-panel h4:after {
        display: none; }
    @media (max-width: 991px) and (min-width: 768px) {
      .slider-content-1--outer.category-slider .box-panel {
        padding: 10px 10px 10px 90px; }
        .slider-content-1--outer.category-slider .box-panel h3 {
          font-size: 14px;
          font-size: 1.4rem; } }
.slider-content-1--outer.shop-slider {
  margin-top: 0;
  margin-bottom: 25px; }
  .slider-content-1--outer.shop-slider .slider--dots .slick-dots {
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center; }
  @media (min-width: 1500px) {
    .slider-content-1--outer.shop-slider .inner {
      height: 720px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .slider-content-1--outer.shop-slider .inner {
      height: 300px; } }
  @media (max-width: 767px) {
    .slider-content-1--outer.shop-slider .inner {
      height: 250px; } }
  @media (max-width: 480px) {
    .slider-content-1--outer.shop-slider .inner {
      height: 150px; } }
.slider-content-1--outer.category-info {
  margin-top: 0;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  .slider-content-1--outer.category-info .slider-content-1__desc {
    padding-left: 20px;
    padding-top: 115px; }
    .slider-content-1--outer.category-info .slider-content-1__desc h1 {
      font-size: 60px;
      font-weight: 700;
      text-transform: none;
      margin: 0 0 35px 0; }
    .slider-content-1--outer.category-info .slider-content-1__desc h2 {
      text-shadow: none; }
    .slider-content-1--outer.category-info .slider-content-1__desc p {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1.4;
      color: #2f0906;
      margin-bottom: 35px;
      text-shadow: none; }
      @media (min-width: 1200px) and (max-width: 1320px) {
        .slider-content-1--outer.category-info .slider-content-1__desc p {
          font-size: 25px;
          font-size: 2.5rem; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .slider-content-1--outer.category-info .slider-content-1__desc p {
          font-size: 18px;
          font-size: 1.8rem; } }
      @media (max-width: 767px) {
        .slider-content-1--outer.category-info .slider-content-1__desc p {
          font-size: 20px;
          font-size: 2rem; } }
  .slider-content-1--outer.category-info .subcategories {
    margin: 0;
    padding: 0; }
    .slider-content-1--outer.category-info .subcategories li {
      display: inline-block;
      margin: 0 8px 16px 8px; }
      .slider-content-1--outer.category-info .subcategories li h2 {
        margin: 0;
        line-height: 1.1; }
      .slider-content-1--outer.category-info .subcategories li a {
        display: block;
        font-family: "Open Sans", Arial;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #2f0906;
        border: 2px solid #2f0906;
        letter-spacing: 1px;
        padding: 13px 17px; }
        .slider-content-1--outer.category-info .subcategories li a:hover {
          color: #fff;
          background: #2f0906; }

/* mourning style */
body.mourning .top-bar__main-nav {
  background: #757575; }
body.mourning .top-bar__main-nav-more {
  background: #675e5f;
  color: #bec0bf; }
  body.mourning .top-bar__main-nav-more:hover {
    color: #fff; }
body.mourning .top-search .top-search__button, body.mourning .top-bar__links .fa, body.mourning .top-bar__links .pip {
  color: #767676; }
body.mourning .top-search__right .btn-default {
  border-color: #1a1a1a;
  color: #1a1a1a; }
  body.mourning .top-search__right .btn-default:hover {
    background: #1a1a1a;
    color: #fff; }

/* modals */
@media (max-width: 767px) and (min-width: 601px) {
  #modal-postcode .modal-dialog {
    width: 570px;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 600px) {
  #modal-postcode .modal-dialog {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }
#modal-postcode .modal-header {
  padding-top: 48px;
  padding-bottom: 10px; }
  #modal-postcode .modal-header img {
    max-width: 207px; }
#modal-postcode .modal-body {
  font-size: 24px;
  font-size: 2.4rem;
  color: #2f0906;
  text-transform: uppercase;
  padding-bottom: 45px; }
#modal-postcode .postcode {
  display: block;
  margin: 28px auto 15px auto;
  border: 2px solid #cbc1c1;
  width: 182px;
  height: 64px;
  text-align: center;
  font-size: 36px;
  color: #2f0906;
  letter-spacing: 2px; }
  #modal-postcode .postcode:focus {
    border-color: #eaa800; }
#modal-postcode .btn-default.disabled {
  cursor: not-allowed;
  border-color: #cbc1c1;
  color: #cbc1c1; }
  #modal-postcode .btn-default.disabled:hover {
    background: #fff; }
#modal-postcode .selectboxit-container {
  width: 43% !important;
  margin: 0 auto 15px auto; }
  @media (max-width: 767px) {
    #modal-postcode .selectboxit-container {
      width: 100% !important; } }
#modal-postcode .city-select {
  display: none; }

#modal-login .modal-header, #modal-register .modal-header, #modal-szyb .modal-header, #modal-icons .modal-header, #modal-change-postcode .modal-header,
#modal-card .modal-header, #modal-alco .modal-header, #modal-kiosk .modal-header {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background: #eca800; }
  #modal-login .modal-header h4, #modal-register .modal-header h4, #modal-szyb .modal-header h4, #modal-icons .modal-header h4, #modal-change-postcode .modal-header h4,
  #modal-card .modal-header h4, #modal-alco .modal-header h4, #modal-kiosk .modal-header h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    float: left;
    line-height: 60px;
    text-transform: none;
    margin: 0; }
  #modal-login .modal-header a, #modal-register .modal-header a, #modal-szyb .modal-header a, #modal-icons .modal-header a, #modal-change-postcode .modal-header a,
  #modal-card .modal-header a, #modal-alco .modal-header a, #modal-kiosk .modal-header a {
    float: right;
    color: #fff;
    font-size: 30px;
    font-size: 3rem; }
    #modal-login .modal-header a:hover, #modal-register .modal-header a:hover, #modal-szyb .modal-header a:hover, #modal-icons .modal-header a:hover, #modal-change-postcode .modal-header a:hover,
    #modal-card .modal-header a:hover, #modal-alco .modal-header a:hover, #modal-kiosk .modal-header a:hover {
      color: #f4f4f4; }
#modal-login .modal-dialog, #modal-register .modal-dialog, #modal-szyb .modal-dialog, #modal-icons .modal-dialog, #modal-change-postcode .modal-dialog,
#modal-card .modal-dialog, #modal-alco .modal-dialog, #modal-kiosk .modal-dialog {
  width: 370px; }
  @media (max-width: 767px) {
    #modal-login .modal-dialog, #modal-register .modal-dialog, #modal-szyb .modal-dialog, #modal-icons .modal-dialog, #modal-change-postcode .modal-dialog,
    #modal-card .modal-dialog, #modal-alco .modal-dialog, #modal-kiosk .modal-dialog {
      max-width: 300px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
#modal-login .modal-body, #modal-register .modal-body, #modal-szyb .modal-body, #modal-icons .modal-body, #modal-change-postcode .modal-body,
#modal-card .modal-body, #modal-alco .modal-body, #modal-kiosk .modal-body {
  padding: 25px; }
#modal-login form .form-card label, #modal-register form .form-card label, #modal-szyb form .form-card label, #modal-icons form .form-card label, #modal-change-postcode form .form-card label,
#modal-card form .form-card label, #modal-alco form .form-card label, #modal-kiosk form .form-card label {
  display: block; }
#modal-login form .form-card .form-control, #modal-register form .form-card .form-control, #modal-szyb form .form-card .form-control, #modal-icons form .form-card .form-control, #modal-change-postcode form .form-card .form-control,
#modal-card form .form-card .form-control, #modal-alco form .form-card .form-control, #modal-kiosk form .form-card .form-control {
  width: 60%;
  margin-right: 3%;
  float: left; }
#modal-login form .form-card .submit, #modal-register form .form-card .submit, #modal-szyb form .form-card .submit, #modal-icons form .form-card .submit, #modal-change-postcode form .form-card .submit,
#modal-card form .form-card .submit, #modal-alco form .form-card .submit, #modal-kiosk form .form-card .submit {
  width: 37%;
  clear: none;
  float: left; }
#modal-login form .submit, #modal-register form .submit, #modal-szyb form .submit, #modal-icons form .submit, #modal-change-postcode form .submit,
#modal-card form .submit, #modal-alco form .submit, #modal-kiosk form .submit {
  clear: both; }
  #modal-login form .submit .btn.btn-primary, #modal-register form .submit .btn.btn-primary, #modal-szyb form .submit .btn.btn-primary, #modal-icons form .submit .btn.btn-primary, #modal-change-postcode form .submit .btn.btn-primary,
  #modal-card form .submit .btn.btn-primary, #modal-alco form .submit .btn.btn-primary, #modal-kiosk form .submit .btn.btn-primary {
    width: 100%;
    background: #7fbe51;
    border-color: #7fbe51; }
    #modal-login form .submit .btn.btn-primary:hover, #modal-register form .submit .btn.btn-primary:hover, #modal-szyb form .submit .btn.btn-primary:hover, #modal-icons form .submit .btn.btn-primary:hover, #modal-change-postcode form .submit .btn.btn-primary:hover,
    #modal-card form .submit .btn.btn-primary:hover, #modal-alco form .submit .btn.btn-primary:hover, #modal-kiosk form .submit .btn.btn-primary:hover {
      background: #5f8f3d;
      border-color: #5f8f3d; }
#modal-login .or, #modal-register .or, #modal-szyb .or, #modal-icons .or, #modal-change-postcode .or,
#modal-card .or, #modal-alco .or, #modal-kiosk .or {
  color: #666;
  display: block;
  position: relative;
  text-align: center;
  margin: 17px 0; }
  #modal-login .or span, #modal-register .or span, #modal-szyb .or span, #modal-icons .or span, #modal-change-postcode .or span,
  #modal-card .or span, #modal-alco .or span, #modal-kiosk .or span {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 0 8px; }
  #modal-login .or:before, #modal-register .or:before, #modal-szyb .or:before, #modal-icons .or:before, #modal-change-postcode .or:before,
  #modal-card .or:before, #modal-alco .or:before, #modal-kiosk .or:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #d9d9d9; }

#modal-change-postcode .modal-body {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 35px;
  padding-right: 35px; }
  @media (max-width: 991px) {
    #modal-change-postcode .modal-body {
      padding-left: 15px;
      padding-right: 15px; } }
#modal-change-postcode .modal-dialog {
  width: 940px; }
  @media (max-width: 991px) {
    #modal-change-postcode .modal-dialog {
      width: 700px; } }
  @media (max-width: 767px) {
    #modal-change-postcode .modal-dialog {
      max-width: 300px;
      width: 100%; } }
#modal-change-postcode .form-group {
  margin-bottom: 0; }
#modal-change-postcode form label {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  float: left;
  color: #2f0906;
  text-transform: uppercase;
  margin-right: 15px; }
  @media (max-width: 991px) {
    #modal-change-postcode form label {
      float: none;
      display: block;
      margin-right: 0; } }
  @media (max-width: 767px) {
    #modal-change-postcode form label {
      margin-bottom: 15px; } }
#modal-change-postcode form input.postcode {
  border: 1px solid #d9d9d9;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  width: 90px;
  height: 40px;
  margin: -2px 0 0 0;
  padding: 0; }
  @media (max-width: 991px) {
    #modal-change-postcode form input.postcode {
      margin: 0 auto; } }
  @media (max-width: 767px) {
    #modal-change-postcode form input.postcode {
      margin-bottom: 15px; } }
#modal-change-postcode form .submit {
  margin-top: 30px; }
  #modal-change-postcode form .submit .btn.btn-primary {
    width: auto;
    background: #fff;
    border-color: #2f0906;
    color: #2f0906; }
    #modal-change-postcode form .submit .btn.btn-primary:hover {
      background: #2f0906;
      border-color: #2f0906;
      color: #fff; }
#modal-change-postcode .postcode {
  display: block;
  margin: 15px auto;
  border: 2px solid #cbc1c1;
  width: 182px;
  height: 64px;
  text-align: center;
  font-size: 36px;
  color: #2f0906;
  letter-spacing: 2px; }
  #modal-change-postcode .postcode:focus {
    border-color: #eaa800; }
#modal-change-postcode .selectboxit-container {
  margin: 0 auto;
  width: 67% !important;
  float: left; }
  @media (max-width: 991px) {
    #modal-change-postcode .selectboxit-container {
      float: none; } }
  @media (max-width: 767px) {
    #modal-change-postcode .selectboxit-container {
      width: 100% !important; } }
#modal-change-postcode hr {
  width: 100%;
  margin: 45px 0;
  clear: both; }
@media (max-width: 767px) {
  #modal-change-postcode .legend .selected, #modal-change-postcode .legend .unavailable {
    margin-left: 0; }
  #modal-change-postcode .form-code-group {
    margin-top: -60px; } }

#modal-login form, #modal-register form, #modal-card form {
  text-align: left; }
  #modal-login form label, #modal-register form label, #modal-card form label {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666; }
  #modal-login form a.lost, #modal-register form a.lost, #modal-card form a.lost {
    float: right;
    margin: 10px 0 17px 0;
    color: #333; }
    #modal-login form a.lost:hover, #modal-register form a.lost:hover, #modal-card form a.lost:hover {
      color: #eca800; }
#modal-login .form-control, #modal-register .form-control, #modal-card .form-control {
  border: 1px solid #d9d9d9; }
  #modal-login .form-control:focus, #modal-register .form-control:focus, #modal-card .form-control:focus {
    border-color: #2f0906; }
#modal-login .register-txt, #modal-register .register-txt, #modal-card .register-txt {
  color: #666; }
  #modal-login .register-txt a, #modal-register .register-txt a, #modal-card .register-txt a {
    color: #333; }
    #modal-login .register-txt a:hover, #modal-register .register-txt a:hover, #modal-card .register-txt a:hover {
      color: #eca800; }
#modal-login .alternative, #modal-register .alternative, #modal-card .alternative {
  width: 100%;
  background: #0070ba;
  border-color: #0070ba;
  margin-bottom: 18px; }
  #modal-login .alternative:hover, #modal-register .alternative:hover, #modal-card .alternative:hover {
    background-color: #135f92;
    border-color: #135f92; }

#modal-register .modal-dialog {
  width: 770px; }
  @media (max-width: 991px) {
    #modal-register .modal-dialog {
      width: 700px; } }
  @media (max-width: 767px) {
    #modal-register .modal-dialog {
      max-width: 300px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
#modal-register .modal-body {
  padding: 45px; }
  @media (max-width: 767px) {
    #modal-register .modal-body {
      padding: 15px 0; } }
#modal-register .postcode-group label {
  display: block; }
#modal-register .postcode-group .form-control {
  float: left; }
  #modal-register .postcode-group .form-control.form-small {
    width: 29%;
    margin-right: 4%; }
  #modal-register .postcode-group .form-control.form-medium {
    width: 67%; }
#modal-register form .checkbox label {
  font-weight: 400; }
#modal-register form .checkbox.reg {
  margin-bottom: 20px; }
  #modal-register form .checkbox.reg:nth-last-of-type(1) {
    margin-bottom: 40px; }
  #modal-register form .checkbox.reg input {
    float: left; }
  #modal-register form .checkbox.reg label {
    font-size: 12px;
    font-size: 1.2rem;
    width: 95%;
    margin-left: 5px; }
    #modal-register form .checkbox.reg label a {
      color: #333; }
      #modal-register form .checkbox.reg label a:hover {
        color: #eca800; }
      #modal-register form .checkbox.reg label a.hidden {
        display: none; }
    @media (max-width: 767px) {
      #modal-register form .checkbox.reg label {
        width: 90%; } }
    #modal-register form .checkbox.reg label span {
      display: none; }
#modal-register .company-data {
  display: none;
  margin-top: 15px; }
#modal-register .modal-dialog {
  margin-top: 50px; }

#modal-szyb .szyb-info {
  background: #f3f3f3;
  padding: 13px 25px;
  margin: 0 -25px;
  display: flex;
  justify-content: space-between; }
  #modal-szyb .szyb-info .szyb-title {
    color: #666; }
    #modal-szyb .szyb-info .szyb-title .title {
      font-weight: 700;
      text-transform: uppercase;
      color: #2f0906;
      display: block; }
  #modal-szyb .szyb-info .szyb-price {
    font-size: 24px;
    font-size: 2.4rem;
    color: #c82222;
    font-weight: 700; }
#modal-szyb form .submit .btn.btn-primary {
  padding: 13px 14px; }
#modal-szyb .modal-body {
  padding-top: 0;
  padding-bottom: 15px; }
#modal-szyb .product-single {
  border-top: 1px solid transparent;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
  margin: 0 -25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  clear: both; }
#modal-szyb .product-cover {
  width: 55px;
  margin: 0 17px 0 13px; }
#modal-szyb .product-info {
  width: 205px;
  color: #666; }
  #modal-szyb .product-info a {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 5px; }
    #modal-szyb .product-info a:hover {
      color: #2f0906; }
  #modal-szyb .product-info em {
    color: #c00000;
    font-style: normal; }
#modal-szyb .checkbox {
  width: 77px;
  text-align: right;
  padding-right: 17px; }
#modal-szyb .submit {
  padding-top: 28px; }
#modal-szyb .alternative {
  width: 100%;
  background: #3b5998;
  border-color: #3b5998;
  margin-bottom: 18px; }
  #modal-szyb .alternative:hover {
    background-color: #135f92;
    border-color: #135f92; }

#modal-icons .modal-body {
  padding: 40px 35px; }
#modal-icons table {
  width: 100%; }
  #modal-icons table td {
    width: 50px;
    height: 50px;
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem; }
    #modal-icons table td a {
      color: #2f0906; }
      #modal-icons table td a:hover {
        color: #eca800; }

#modal-card .hidden {
  display: none; }
#modal-card .card-loader i {
  font-size: 40px;
  color: #eca800;
  display: block;
  margin: 25px 0 20px 0;
  -webkit-animation: rotating-function 1.25s linear infinite;
  -moz-animation: rotating-function 1.25s linear infinite;
  -ms-animation: rotating-function 1.25s linear infinite;
  -o-animation: rotating-function 1.25s linear infinite;
  animation: rotating-function 1.25s linear infinite; }
#modal-card .card-loader p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  line-height: 26px; }

@-webkit-keyframes rotating-function {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotating-function {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-ms-keyframes rotating-function {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }
@-o-keyframes rotating-function {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }
@keyframes rotating-function {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
#modal-alco .modal-body, #modal-kiosk .modal-body {
  padding: 45px; }
  @media (max-width: 767px) {
    #modal-alco .modal-body, #modal-kiosk .modal-body {
      padding: 45px 15px; } }
  #modal-alco .modal-body p, #modal-kiosk .modal-body p {
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    margin-bottom: 25px;
    display: block;
    line-height: 26px; }
#modal-alco .checkbox, #modal-kiosk .checkbox {
  margin-bottom: 30px; }
  #modal-alco .checkbox label, #modal-kiosk .checkbox label {
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    display: inline; }
#modal-alco .bottom-btn a, #modal-kiosk .bottom-btn a {
  margin: 0 15px; }
  #modal-alco .bottom-btn a.btn-back, #modal-kiosk .bottom-btn a.btn-back {
    background: #c00000;
    border-color: #c00000; }
    #modal-alco .bottom-btn a.btn-back:hover, #modal-kiosk .bottom-btn a.btn-back:hover {
      background: #a40404;
      border-color: #a40404; }

/* breadcrumb */
.breadcrumb {
  padding: 10px 0;
  margin: 0;
  font-size: 10px;
  color: #999;
  text-transform: uppercase; }
  .breadcrumb li {
    display: inline-block;
    padding-left: 4px; }
    .breadcrumb li:before {
      content: "\f0da";
      font-family: "FontAwesome";
      margin-right: 4px; }
    .breadcrumb li:first-child {
      padding-left: 0; }
      .breadcrumb li:first-child:before {
        display: none; }
    .breadcrumb li a {
      color: #999; }
      .breadcrumb li a:hover {
        color: #eca800; }
    .breadcrumb li i {
      font-size: 12px; }

/* product list heading, sortbar etc. */
.box {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
  @media (min-width: 992px) {
    .box.user-invoice {
      background: #fff url(../images/icons/icon-invoice.svg) no-repeat 96% 95px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .box.user-invoice {
      background-position: 96% 50%; } }
  @media (max-width: 1600px) and (min-width: 1200px) {
    .box.user-invoice .cms-content > .col-lg-6 {
      width: 66.6667%; } }
  @media (min-width: 992px) {
    .box.user-coupons {
      background: #fff url(../images/icons/icon-discount.svg) no-repeat 92% 95px; }
    .box.user-payment {
      background: #fff url(../images/icons/icon-coins.svg) no-repeat 94% 95px; } }
  @media (min-width: 992px) {
    .box.user-szybkoszyk {
      background: #fff url(../images/icons/icon-szybkoszyk.svg) no-repeat 92% 95px; } }
  @media (max-width: 1600px) and (min-width: 1200px) {
    .box.user-szybkoszyk .cms-content > .col-lg-6 {
      width: 66.6667%; } }
  @media screen and (max-width: 767px) {
    .box.user-szybkoszyk-edit {
      padding: 30px 0; }
      .box.user-szybkoszyk-edit .table-cart-wrapper {
        margin-left: -15px;
        margin-right: -15px; }
        .box.user-szybkoszyk-edit .table-cart-wrapper .product_qty {
          width: 38px;
          padding: 0; }
        .box.user-szybkoszyk-edit .table-cart-wrapper .produce-check {
          width: 15px;
          padding-left: 15px; } }
  @media (min-width: 992px) {
    .box.user-address {
      background: #fff url(../images/icons/icon-sign.svg) no-repeat 92% 95px; } }
  @media (max-width: 1600px) and (min-width: 1200px) {
    .box.user-address .cms-content > .col-lg-6 {
      width: 66.6667%; } }
  @media (min-width: 992px) {
    .box.user-profile {
      background: #fff url(../images/icons/icon-user.svg) no-repeat 92% 95px; } }
  @media (max-width: 1600px) and (min-width: 1200px) {
    .box.user-profile .cms-content > .col-lg-6 {
      width: 66.6667%; } }

.sortbar {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 12px;
  padding-bottom: 8px; }
  .sortbar.box {
    padding: 28px;
    border-bottom: 0; }
    .sortbar.box .row {
      margin: 0; }
    .sortbar.box h1 {
      color: #666;
      display: inline-block;
      margin-right: 30px; }
      .sortbar.box h1 span {
        color: #2f0906; }
  .sortbar h1 {
    margin: 0 30px 0 0;
    font-size: 24px;
    font-size: 2.4rem;
    color: #2f0906;
    letter-spacing: 2px;
    display: inline-block; }
    @media (max-width: 767px) {
      .sortbar h1 {
        text-align: center;
        margin-right: 0; } }
  .sortbar .counter {
    color: #666;
    line-height: 24px;
    display: inline-block; }
    @media (min-width: 992px) {
      .sortbar .counter {
        position: relative;
        top: -4px; } }
    .sortbar .counter a {
      color: #666; }
      .sortbar .counter a:hover {
        color: #eca800; }
  .sortbar form {
    margin-top: 3px;
    display: inline-block; }
    @media (max-width: 991px) {
      .sortbar form {
        text-align: center;
        margin-top: 20px;
        width: 100%; } }
    .sortbar form a {
      color: #333;
      margin-left: 15px; }
      .sortbar form a:hover {
        color: #eca800; }
    .sortbar form select {
      -moz-appearance: none;
      -webkit-appearance: none;
      background: url(../images/icons/select-arrow.png) no-repeat top left;
      padding-left: 25px;
      border: 0; }
  .sortbar .pagination-wrapper {
    width: auto;
    margin: -5px 0 0 30px; }
    @media (max-width: 991px) {
      .sortbar .pagination-wrapper {
        width: 100%;
        margin: 30px 0; } }

ul.sorting-list {
  list-style: none;
  position: relative;
  float: right;
  margin: -5px 0 0 0;
  padding: 0;
  z-index: 1; }
  @media (max-width: 991px) {
    ul.sorting-list {
      float: none;
      width: 150px;
      clear: both;
      margin: 0 auto; } }
  ul.sorting-list a {
    display: block;
    line-height: 30px;
    padding: 0;
    color: #333; }
    ul.sorting-list a:hover {
      color: #eca800; }
  ul.sorting-list li a#sort-title {
    padding: 0 7px 0 30px;
    background: url(../images/icons/select-arrow.png) no-repeat left; }
    ul.sorting-list li a#sort-title:hover {
      background: url(../images/icons/select-arrow2.png) no-repeat left; }
  ul.sorting-list li.open a#sort-title {
    background: url(../images/icons/select-arrow2.png) no-repeat left;
    color: #eca800; }
  ul.sorting-list ul.dropdown-menu {
    padding: 15px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: -140px;
    top: 33px;
    z-index: 1;
    text-align: left;
    background: #343434;
    width: 185px; }
    @media (max-width: 767px) {
      ul.sorting-list ul.dropdown-menu {
        left: -25px; } }
    ul.sorting-list ul.dropdown-menu:before {
      content: "";
      border-bottom: 5px solid #343434;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      position: absolute;
      top: -5px;
      right: 30px;
      margin: 0 auto;
      width: 0;
      height: 0;
      z-index: 3; }
      @media (max-width: 767px) {
        ul.sorting-list ul.dropdown-menu:before {
          right: auto;
          left: 30px; } }
    ul.sorting-list ul.dropdown-menu li {
      padding: 0 20px;
      margin-bottom: 15px;
      display: inline-block; }
      ul.sorting-list ul.dropdown-menu li:last-child {
        margin-bottom: 0; }
    ul.sorting-list ul.dropdown-menu a {
      color: #9a9a9a;
      line-height: 16px; }
      ul.sorting-list ul.dropdown-menu a:hover {
        color: #fff; }
      ul.sorting-list ul.dropdown-menu a i {
        margin-right: 5px; }

.sorting-list .dropdown-menu {
  display: none; }

.sorting-list .open .dropdown-menu {
  display: block; }

.product_qty {
  -moz-appearance: textfield; }
  .product_qty::-webkit-inner-spin-button, .product_qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.columns {
  display: flex;
  margin: 0 -7px 13px -7px; }
  @media (max-width: 991px) {
    .columns {
      flex-direction: column; } }
  .columns .product-box {
    float: left;
    margin: 0 0 13px 0;
    width: 14.28%; }
    .columns .product-box .product-box-container .product-box__buttons {
      display: inline-flex;
      justify-content: center; }
      .columns .product-box .product-box-container .product-box__buttons .product-unit {
        margin-right: 4px; }
        .columns .product-box .product-box-container .product-box__buttons .product-unit .unit {
          display: inline-block;
          border: 1px solid #ccc;
          color: #ccc;
          font-size: 13px;
          font-size: 1.3rem;
          width: 30px;
          height: 30px;
          text-align: center;
          line-height: 27px; }
          .columns .product-box .product-box-container .product-box__buttons .product-unit .unit.active {
            border-color: #333;
            color: #333; }
      .columns .product-box .product-box-container .product-box__buttons .product_quantity__wrapper {
        display: inline-flex;
        justify-content: center; }
        .columns .product-box .product-box-container .product-box__buttons .product_quantity__wrapper .product_quantity {
          top: 2px; }
          .columns .product-box .product-box-container .product-box__buttons .product_quantity__wrapper .product_quantity .fa {
            display: block;
            width: 24px; }
        .columns .product-box .product-box-container .product-box__buttons .product_quantity__wrapper .product_qty {
          float: left;
          width: 38px;
          top: 0;
          padding: 0;
          margin: 0;
          -moz-appearance: textfield; }
          .columns .product-box .product-box-container .product-box__buttons .product_quantity__wrapper .product_qty::-webkit-inner-spin-button, .columns .product-box .product-box-container .product-box__buttons .product_quantity__wrapper .product_qty::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0; }
    @media (min-width: 1200px) and (max-width: 1600px) {
      .columns .product-box {
        width: 20%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .columns .product-box {
        width: 33.333%; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .columns .product-box {
        width: 25%; } }
    @media (max-width: 767px) {
      .columns .product-box {
        width: 50%; } }
    @media (max-width: 360px) {
      .columns .product-box {
        width: 100%; } }
    .columns .product-box .all-products {
      display: block;
      border: 1px solid #eca800;
      height: 100%;
      font-weight: 700;
      text-transform: uppercase;
      color: #eca800;
      letter-spacing: 1px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      line-height: 22px;
      margin: 0 14px; }
      .columns .product-box .all-products i {
        font-size: 50px;
        display: block;
        margin-bottom: 25px; }

.prefooter {
  clear: both; }

.center_column {
  width: 88%; }
  .center_column.full-width {
    width: 100%; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .center_column {
      width: 84.2%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .center_column {
      width: 75%; } }
  @media (max-width: 991px) {
    .center_column {
      width: 100%; } }

/* sidebar */
.sidebar {
  padding: 0 7px;
  width: 12%;
  margin-bottom: 13px; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .sidebar {
      width: 15.8%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sidebar {
      width: 25%; } }
  @media (max-width: 991px) {
    .sidebar {
      width: 100%;
      order: 2; } }
  .sidebar .box {
    height: 100%;
    position: relative; }
    .sidebar .box form.affix, .sidebar .box .sticky-categories.affix {
      position: fixed; }
  .sidebar .block {
    border-bottom: 1px solid #d9d9d9;
    padding: 18px 13px 5px 13px; }
    .sidebar .block:nth-last-of-type(1) {
      border-bottom: 0; }
    .sidebar .block .search-input {
      border: 1px solid #d9d9d9;
      font-size: 14px;
      font-size: 1.4rem;
      color: #666;
      padding: 3px 8px;
      margin-bottom: 13px;
      max-width: 100%;
      -webkit-transition: all, 0.4s, ease;
      -o-transition: all, 0.4s, ease;
      transition: all, 0.4s, ease; }
      .sidebar .block .search-input:focus {
        border-color: #666; }
      @media (max-width: 991px) {
        .sidebar .block .search-input {
          width: 100%; } }
    .sidebar .block.block_categories ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .sidebar .block.block_categories ul ul {
        display: none;
        padding-left: 20px; }
        .sidebar .block.block_categories ul ul li:before {
          content: "\f0da";
          font-family: "FontAwesome";
          margin-right: 5px;
          color: #666;
          float: left; }
        .sidebar .block.block_categories ul ul li.has-children:before {
          display: none; }
      .sidebar .block.block_categories ul li a {
        color: #666;
        margin-bottom: 14px;
        display: block; }
        .sidebar .block.block_categories ul li a:hover {
          color: #2f0906; }
      .sidebar .block.block_categories ul li.active > a {
        color: #2f0906; }
      .sidebar .block.block_categories ul li.open > ul {
        display: block; }
      .sidebar .block.block_categories ul li.open > a {
        color: #2f0906; }
      .sidebar .block.block_categories ul li.open > span:before {
        content: "" !important; }
      .sidebar .block.block_categories ul li span {
        width: 11px;
        height: 11px;
        float: left;
        margin: 4px 9px 6px 0;
        cursor: pointer;
        line-height: 14px; }
        .sidebar .block.block_categories ul li span:before {
          content: "\f196";
          font-family: "FontAwesome"; }
        .sidebar .block.block_categories ul li span.open:before {
          content: "" !important; }
      .sidebar .block.block_categories ul li:hover span:before {
        content: "\f0fe"; }
    .sidebar .block.block_switcher .checkbox input + label:before {
      content: "\f204";
      float: right; }
    .sidebar .block.block_switcher .checkbox input:checked + label {
      color: #666; }
      .sidebar .block.block_switcher .checkbox input:checked + label:before {
        content: "\f205";
        color: #6aa84f; }
    .sidebar .block.block_switcher .checkbox label {
      display: block; }
    .sidebar .block .checkbox {
      position: relative; }
      .sidebar .block .checkbox input {
        display: none; }
      .sidebar .block .checkbox input + label:before {
        content: "\f096";
        font-family: "FontAwesome";
        margin-right: 7px;
        width: 13px;
        display: inline-block; }
      .sidebar .block .checkbox input:checked + label {
        color: #2f0906; }
        .sidebar .block .checkbox input:checked + label:before {
          content: "\f046"; }
      .sidebar .block .checkbox label {
        cursor: pointer;
        color: #666;
        font-weight: 400;
        margin-bottom: 14px;
        line-height: 14px; }
  .sidebar .title_block {
    font-size: 12px;
    font-weight: 700;
    color: #2f0906;
    text-transform: uppercase;
    margin: 0 0 8px 0; }

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .slider .tooltip {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    position: absolute;
    visibility: visible;
    z-index: 99;
    margin: 0;
    padding: 0; }
    .slider .tooltip .tooltip-arrow {
      display: none; }
    .slider .tooltip .tooltip-inner {
      background: none;
      color: #333;
      margin: 0;
      padding: 0; }
    .slider .tooltip.tooltip-max {
      margin-left: -20px !important; }

.slider.slider-horizontal {
  width: 100%;
  height: 20px;
  margin-bottom: 35px; }

.slider.slider-horizontal .slider-track {
  height: 3px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0; }

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0; }

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -5px; }

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0; }

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px; }

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center; }

.slider.slider-vertical {
  height: 210px;
  width: 20px; }

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0; }

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0; }

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0; }

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px; }

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0; }

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap; }

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px; }

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0); }

.slider.slider-disabled .slider-track {
  background: #d9d9d9;
  cursor: not-allowed; }

.slider input {
  display: none; }

.slider .tooltip.top {
  margin-top: -36px; }

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none; }

.slider .hide {
  display: none; }

.slider-track {
  position: absolute;
  cursor: pointer;
  background: #d9d9d9; }

.slider-selection {
  position: absolute;
  background: #eaa800; }

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0); }

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px; }

.slider-handle {
  position: absolute;
  top: 2px;
  width: 10px;
  height: 9px;
  background: #eaa800;
  cursor: pointer; }
  .slider-handle:after {
    border-top: 5px solid #eaa800;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    bottom: -5px;
    width: 0;
    left: 0; }

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204; }

/* pagination */
.pagination-wrapper {
  width: 100%; }

.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right; }
  @media (max-width: 991px) {
    .pagination {
      float: none;
      text-align: center; } }
  .pagination li {
    float: left;
    text-align: center;
    width: 30px;
    height: 30px;
    border: 1px solid #2f0906;
    border-right: 0; }
    .pagination li:last-child {
      border-right: 1px solid #2f0906; }
    .pagination li.current span {
      color: #fff;
      background: #2f0906; }
    @media (max-width: 991px) {
      .pagination li {
        float: none;
        display: inline-block;
        margin: 0 -2px; } }
    .pagination li a, .pagination li span {
      display: block;
      color: #2f0906;
      line-height: 29px; }
    .pagination li a:hover {
      color: #fff;
      background: #2f0906; }

/* single product */
.product-wrapper {
  margin-left: 7px;
  padding: 30px 15px 50px 15px;
  margin-bottom: 13px; }
  .product-wrapper .sticky.affix {
    position: fixed; }
  .product-wrapper .sticky.affix-bottom {
    bottom: 100px; }
  .product-wrapper h1 {
    font-weight: 400;
    font-size: 24px;
    font-size: 2.4rem;
    color: #2f0906;
    margin: 15px 0; }
  .product-wrapper h3, .product-wrapper h4, .product-wrapper h5 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #2f0906;
    margin: 0 0 15px 0; }
  .product-wrapper .cover {
    border: 1px solid #d9d9d9; }
  .product-wrapper .thumb-images {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0; }
    .product-wrapper .thumb-images li {
      float: left;
      border: 1px solid #d9d9d9;
      border-top: 0;
      border-right: 0; }
      .product-wrapper .thumb-images li:last-child {
        border-right: 1px solid #d9d9d9; }
      .product-wrapper .thumb-images li img {
        opacity: 0.25;
        filter: alpha(opacity=25); }
      .product-wrapper .thumb-images li.active {
        position: relative; }
        .product-wrapper .thumb-images li.active:before {
          content: "";
          border-bottom: 8px solid #d9d9d9;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          position: absolute;
          width: 0;
          height: 0;
          top: -8px;
          left: 0;
          right: 0;
          margin: 0 auto; }
        .product-wrapper .thumb-images li.active:after {
          content: "";
          border-bottom: 7px solid #fff;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          position: absolute;
          width: 0;
          height: 0;
          top: -7px;
          left: 0;
          right: 0;
          margin: 0 auto; }
        .product-wrapper .thumb-images li.active img {
          opacity: 1;
          filter: alpha(opacity=100); }
  .product-wrapper .product-one-picture .cover {
    margin-bottom: 25px; }
  .product-wrapper .product-one-picture .thumb-images {
    display: none; }
  .product-wrapper .btn-mini {
    display: inline-block;
    border: 1px solid #d9d9d9;
    background: #f3f3f3;
    font-size: 14px;
    font-size: 1.4rem;
    color: #2f0906;
    padding: 3px 8px;
    margin: 0 10px 10px 0;
    -webkit-transition: all, 0.4s, ease;
    -o-transition: all, 0.4s, ease;
    transition: all, 0.4s, ease; }
    .product-wrapper .btn-mini:hover {
      background: #d9d9d9; }
    .product-wrapper .btn-mini i {
      margin-right: 5px; }
  .product-wrapper .product-tags {
    margin: 15px 0 20px 0; }
    .product-wrapper .product-tags b {
      text-transform: uppercase;
      font-size: 700;
      color: #2f0906; }
    .product-wrapper .product-tags a {
      display: inline-block;
      margin: 0 6px;
      color: #333; }
      .product-wrapper .product-tags a:hover {
        color: #eca800; }
      .product-wrapper .product-tags a i {
        color: #eca800;
        margin-right: 5px; }
  .product-wrapper .product-description {
    color: #666;
    line-height: 22px;
    margin-bottom: 40px; }
  .product-wrapper .manufacturer-section {
    margin-bottom: 45px; }
    .product-wrapper .manufacturer-section img {
      border: 1px solid #d9d9d9; }
    .product-wrapper .manufacturer-section h2 {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 700;
      color: #2f0906;
      margin: 20px 0 8px 0; }
    .product-wrapper .manufacturer-section p, .product-wrapper .manufacturer-section a {
      color: #666; }
    .product-wrapper .manufacturer-section a:hover {
      color: #eca800; }
    .product-wrapper .manufacturer-section .manufacturer-logo {
      padding: 0; }
    @media (max-width: 767px) {
      .product-wrapper .manufacturer-section {
        margin-top: 40px; }
        .product-wrapper .manufacturer-section .manufacturer-desc {
          padding-left: 0; } }
  .product-wrapper .other-desc {
    clear: both;
    color: #666;
    line-height: 22px; }
    .product-wrapper .other-desc h3 {
      margin-top: 35px; }
    .product-wrapper .other-desc table {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 16px;
      color: #666; }
      .product-wrapper .other-desc table td, .product-wrapper .other-desc table th {
        border: 1px solid #d9d9d9;
        padding: 10px; }
        @media (max-width: 767px) {
          .product-wrapper .other-desc table td, .product-wrapper .other-desc table th {
            padding: 10px 5px; } }
      .product-wrapper .other-desc table tr td {
        width: 21%;
        text-align: center; }
        .product-wrapper .other-desc table tr td:first-child {
          width: 37%;
          font-weight: 700;
          text-align: left; }
    .product-wrapper .other-desc small {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 16px;
      display: block;
      margin: 5px 0; }
  @media (max-width: 1650px) and (min-width: 1200px) {
    .product-wrapper .product-box-wrapper {
      width: 100%;
      margin-left: 0; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .product-wrapper .product-box-wrapper {
      margin-top: 40px; } }
  @media (max-width: 991px) {
    .product-wrapper .product-box-wrapper {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .product-wrapper .product-box-wrapper {
      margin-top: 20px;
      padding: 0; } }
  .product-wrapper .price-wrapper {
    border: 1px solid #d9d9d9;
    margin-bottom: 9px;
    letter-spacing: 1px; }
    .product-wrapper .price-wrapper .product-price {
      background: #f3f3f3;
      padding: 15px;
      border-bottom: 1px solid #d9d9d9; }
      .product-wrapper .price-wrapper .product-price span {
        font-size: 30px;
        font-size: 3rem;
        color: #2f0906;
        font-weight: 700; }
    .product-wrapper .price-wrapper .product-info {
      padding: 15px;
      color: #666;
      line-height: 26px; }
  .product-wrapper .product-unit {
    margin: 18px 0; }
    .product-wrapper .product-unit span {
      display: inline-block;
      margin-right: 10px; }
    .product-wrapper .product-unit a {
      display: inline-block;
      border: 1px solid #ccc;
      color: #ccc;
      font-size: 13px;
      font-size: 1.3rem;
      width: 28px;
      height: 28px;
      text-align: center;
      line-height: 25px; }
      .product-wrapper .product-unit a.active, .product-wrapper .product-unit a:hover {
        border-color: #333;
        color: #333; }
  .product-wrapper .cart-buttons {
    padding-right: 0; }
    @media (max-width: 1480px) and (min-width: 1200px) {
      .product-wrapper .cart-buttons {
        width: 100%;
        padding-left: 0; } }
    @media (max-width: 991px) {
      .product-wrapper .cart-buttons {
        padding-left: 0; } }
    .product-wrapper .cart-buttons a {
      display: block;
      text-transform: none;
      margin-bottom: 10px;
      letter-spacing: 0.05em;
      height: 50px;
      line-height: 30px; }
      .product-wrapper .cart-buttons a#add_to_cart {
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 0; }
        @media (max-width: 1825px) and (min-width: 1481px) {
          .product-wrapper .cart-buttons a#add_to_cart {
            font-size: 14px;
            font-size: 1.4rem; } }
      .product-wrapper .cart-buttons a#add_to_wishlist {
        font-weight: 400;
        letter-spacing: 0; }

@media (max-width: 1480px) and (min-width: 1200px) {
  #quantity_wanted_p {
    width: 100%;
    margin-bottom: 10px; } }
@media (max-width: 991px) {
  #quantity_wanted_p {
    width: 100%;
    margin-bottom: 10px; } }
@media (max-width: 767px) {
  #quantity_wanted_p {
    padding: 0; } }
#quantity_wanted_p a {
  display: block; }
#quantity_wanted_p .input-group {
  border-collapse: separate;
  display: table;
  position: relative; }
  @media (max-width: 767px) {
    #quantity_wanted_p .input-group {
      margin: 0 auto;
      width: 100%; } }
  #quantity_wanted_p .input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    display: table-cell;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: center;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: textfield; }
    #quantity_wanted_p .input-group .form-control::-webkit-inner-spin-button, #quantity_wanted_p .input-group .form-control::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
#quantity_wanted_p .input-group-btn {
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  width: 19px;
  display: table-cell; }
#quantity_wanted_p .product_quantity {
  border: 1px solid #d9d9d9;
  border-left: 0;
  height: 25px;
  text-align: center;
  color: #666; }
  #quantity_wanted_p .product_quantity:hover {
    background: #f3f3f3; }
  #quantity_wanted_p .product_quantity.product_quantity_down {
    border-top: 0; }

.similar-products {
  padding: 0 7px;
  margin-top: 22px; }
  .similar-products .title--underlined {
    font-size: 24px;
    font-size: 2.4rem; }
  .similar-products .slider--pagination .slick-prev, .similar-products .slider--pagination .slick-next {
    display: none !important; }
  .similar-products .slider-1--flexible .slick-track > div, .similar-products .columns .slider-1--flexible .slick-track > div {
    margin-bottom: 0; }
  .similar-products .slider-1--flexible .slick-list {
    margin-right: -12px;
    padding-right: 12px; }

/* info, cms pages */
.cms-wrapper {
  padding: 48px 33px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .cms-wrapper {
      padding: 48px 0px; } }
  @media (max-width: 767px) {
    .cms-wrapper {
      padding: 30px 15px; } }

.cms-menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .cms-menu ul li {
    display: block;
    border: 1px solid #d9d9d9;
    border-bottom-color: transparent; }
    .cms-menu ul li:last-child {
      border-bottom: 1px solid #d9d9d9; }
    .cms-menu ul li.current {
      background: #eca800;
      border-color: #eca800; }
      .cms-menu ul li.current:hover {
        border-color: #eca800; }
    .cms-menu ul li:hover {
      background: #eca800;
      border-color: #eca800;
      border-top-color: #fff;
      border-bottom: 1px solid #fff; }
      .cms-menu ul li:hover i.fa-info-circle {
        color: #fff; }
    .cms-menu ul li.current a {
      color: #fff; }
      .cms-menu ul li.current a i.fa-info-circle {
        color: #fff; }
    .cms-menu ul li a {
      padding: 14px 20px;
      display: block;
      color: #2f0906;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .cms-menu ul li a:hover {
        color: #fff; }
      .cms-menu ul li a i {
        margin-right: 9px; }
      .cms-menu ul li a .fa-info-circle {
        float: right;
        margin-right: 0;
        font-size: 17px;
        color: #7fbe51; }
        @media (max-width: 1490px) and (min-width: 1340px) {
          .cms-menu ul li a .fa-info-circle {
            margin-right: -18px; } }
@media (max-width: 991px) {
  .cms-menu.survey-menu {
    margin-bottom: 20px; } }
.cms-menu.survey-menu i {
  float: left;
  margin-top: 3px; }
.cms-menu.survey-menu ul li a {
  padding-left: 18px;
  padding-right: 10px;
  letter-spacing: 0; }
  .cms-menu.survey-menu ul li a span {
    display: inline-block;
    max-width: 90%; }
    @media (max-width: 1800px) and (min-width: 1200px) {
      .cms-menu.survey-menu ul li a span {
        max-width: 75%; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .cms-menu.survey-menu ul li a span {
        max-width: 75%; } }

.cms-content .cms-heading {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 48px; }
  .cms-content .cms-heading.profile-heading {
    margin-left: 15px; }
    @media (max-width: 991px) {
      .cms-content .cms-heading.profile-heading {
        margin-left: 0; } }
    .cms-content .cms-heading.profile-heading h1 .szyb_title,
    .cms-content .cms-heading.profile-heading h1 .szyb_amount,
    .cms-content .cms-heading.profile-heading h1 .szyb_currency {
      float: none;
      font-size: 24px;
      font-size: 2.4rem; }
    .cms-content .cms-heading.profile-heading h1 .szyb_title {
      color: #EAA800;
      margin: 0;
      font-weight: 600; }
    .cms-content .cms-heading.profile-heading h1 .szyb_amount {
      color: #c00000;
      font-weight: 800;
      display: inline; }
    .cms-content .cms-heading.profile-heading h1 .szyb_currency {
      text-transform: none;
      font-size: 14px;
      font-size: 1.4rem;
      display: inline; }
  .cms-content .cms-heading h1 {
    display: inline-block;
    margin: 12px 0 0 0;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #2f0906; }
  .cms-content .cms-heading span {
    float: right;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    margin: 6px 0 0 0; }
    @media (max-width: 767px) {
      .cms-content .cms-heading span {
        display: block;
        float: none; } }
  .cms-content .cms-heading .mini-menu {
    float: right;
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0; }
    @media (max-width: 1199px) {
      .cms-content .cms-heading .mini-menu {
        width: 100%; } }
    .cms-content .cms-heading .mini-menu li {
      float: left;
      border: 1px solid #2f0906;
      border-right: 0; }
      .cms-content .cms-heading .mini-menu li:last-child {
        border-right: 1px solid #2f0906; }
      .cms-content .cms-heading .mini-menu li.current a {
        background: #2f0906;
        color: #fff; }
      @media (max-width: 767px) {
        .cms-content .cms-heading .mini-menu li {
          float: none;
          width: 100%;
          border-right: 1px solid #2f0906;
          border-bottom: 0; }
          .cms-content .cms-heading .mini-menu li:last-child {
            border-bottom: 1px solid #2f0906; } }
      .cms-content .cms-heading .mini-menu li a {
        padding: 4px 8px;
        color: #2f0906;
        display: block; }
        .cms-content .cms-heading .mini-menu li a:hover {
          background: #2f0906;
          color: #fff; }
.cms-content article {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666; }
  .cms-content article hr {
    margin-top: 40px;
    margin-bottom: 50px; }
  .cms-content article a {
    color: #2f0906; }
    .cms-content article a:hover {
      color: #666; }
  .cms-content article h1, .cms-content article h2, .cms-content article h3, .cms-content article h4, .cms-content article h5, .cms-content article h6 {
    margin: 0 0 40px 0;
    color: #2f0906;
    letter-spacing: 1px; }
  .cms-content article h1, .cms-content article h2 {
    font-family: "Merriweather",serif;
    font-weight: 700; }
  .cms-content article h1 {
    font-size: 60px; }
  .cms-content article h2 {
    font-size: 36px; }
  .cms-content article h3 {
    font-size: 30px;
    font-weight: 400; }
  .cms-content article h4 {
    font-size: 24px;
    font-weight: 400; }
  .cms-content article h5 {
    font-size: 18px;
    font-weight: 400; }
  .cms-content article h6 {
    font-size: 14px;
    font-weight: 700; }
  .cms-content article p, .cms-content article ul {
    margin-bottom: 25px;
    line-height: 26px; }
  .cms-content article ul {
    padding-left: 15px; }
  .cms-content article ol {
    padding-left: 25px; }
  .cms-content article ul.list-one {
    list-style: none;
    padding-left: 0;
    margin-bottom: 35px; }
    .cms-content article ul.list-one li:before {
      content: "-";
      margin-right: 3px; }
  .cms-content article ul.list-two {
    list-style: none;
    padding-left: 0;
    margin-bottom: 35px; }
    .cms-content article ul.list-two li:before {
      content: "\2022";
      margin-right: 3px;
      color: #eca800; }
  .cms-content article ul li {
    margin-bottom: 5px; }
  .cms-content article ol li {
    margin-bottom: 15px; }
  .cms-content article section h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 45px;
    margin-bottom: 45px; }
  .cms-content article section h4 {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 25px; }
  .cms-content article table {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    color: #666; }
    .cms-content article table td, .cms-content article table th {
      border: 1px solid #d9d9d9;
      padding: 10px; }
      @media (max-width: 767px) {
        .cms-content article table td, .cms-content article table th {
          padding: 10px 5px; } }
    .cms-content article table tr td {
      width: 21%;
      text-align: center; }
      .cms-content article table tr td:first-child {
        width: 37%;
        font-weight: 700;
        text-align: left; }
  .cms-content article small {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
    display: block;
    margin: 5px 0; }
  .cms-content article .column {
    margin-bottom: 15px; }

.cms-help-box {
  background: #f3f3f3;
  border: 1px solid #d9d9d9;
  padding-top: 27px;
  padding-bottom: 27px; }
  .cms-help-box label {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #666;
    margin: 0 0 25px 0; }
  .cms-help-box button {
    background: #f3f3f3;
    font-size: 39px;
    font-size: 3.9rem;
    width: 80px;
    height: 80px;
    margin: 0 15px; }
    @media (max-width: 1690px) and (min-width: 1200px) {
      .cms-help-box button {
        margin: 0 8px; } }
    @media (max-width: 1570px) and (min-width: 1200px) {
      .cms-help-box button {
        width: 50px;
        height: 50px;
        font-size: 29px;
        font-size: 2.9rem; } }
    .cms-help-box button.yes {
      border: 1px solid #7fbe51;
      color: #7fbe51; }
      .cms-help-box button.yes:hover {
        background: #7fbe51;
        color: #fff; }
    .cms-help-box button.no {
      border: 1px solid #c00000;
      color: #c00000; }
      .cms-help-box button.no:hover {
        background: #c00000;
        color: #fff; }

/* FAQ */
.faq-group .panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  margin: -1px 0 0 0 !important;
  clear: both; }
  .faq-group .panel:nth-last-of-type(1) .panel-body {
    border-bottom: 1px solid #d9d9d9; }
.faq-group .panel-heading {
  padding: 0; }
  .faq-group .panel-heading .panel-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .faq-group .panel-heading .panel-title a {
      border: 1px solid #eca800;
      display: flex;
      color: #fff;
      background: #eca800;
      overflow: hidden;
      align-items: center; }
      .faq-group .panel-heading .panel-title a.collapsed {
        color: #2f0906;
        background: #fff;
        border-color: #d9d9d9; }
        .faq-group .panel-heading .panel-title a.collapsed span {
          border-right-color: #d9d9d9; }
    .faq-group .panel-heading .panel-title span {
      width: 49px;
      margin: 0 18px 0 0;
      padding: 15px 0;
      text-align: center;
      border-right: 1px solid #fff; }
      @media (max-width: 767px) {
        .faq-group .panel-heading .panel-title span {
          border-right: 0;
          margin-right: 0; } }
      .faq-group .panel-heading .panel-title span.title {
        width: 90%;
        margin: 0;
        padding: 0;
        border: 0;
        text-align: left; }
        @media (max-width: 767px) {
          .faq-group .panel-heading .panel-title span.title {
            padding: 15px 0 15px 15px;
            border-left: 1px solid #d9d9d9; } }
.faq-group .panel-body {
  padding: 15px 18px;
  margin: 0 0 0 49px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
  border-top: 0 !important;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9; }
  @media (max-width: 767px) {
    .faq-group .panel-body {
      margin-left: 0; } }

/* BASKET */
.cart-block-overlay, .cart-szyb-overlay {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  -webkit-transition: all, 0.8s, ease;
  -o-transition: all, 0.8s, ease;
  transition: all, 0.8s, ease;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }
  .cart-block-overlay.hidden, .cart-szyb-overlay.hidden {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }

.cart-block, .cart-szyb {
  width: 375px;
  height: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 1, 0.75);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 1, 0.75);
  box-shadow: 0 0 25px rgba(0, 0, 1, 0.75);
  -webkit-transition: all, 0.5s, ease;
  -o-transition: all, 0.5s, ease;
  transition: all, 0.5s, ease;
  cursor: auto;
  right: 0;
}
  .cart-block.active, .cart-szyb.active {
     }
  @media (max-width: 767px) {
    .cart-block, .cart-szyb {
      width: 100%;} }
  .cart-block .cart-block-inner, .cart-szyb .cart-block-inner {
    height: 100%; }
    .cart-block .cart-block-inner .cart-block-wrapper, .cart-szyb .cart-block-inner .cart-block-wrapper {
      overflow: auto;
      width: 100%;
      height: calc(100% - 170px); }
  .cart-block .product-overlay, .cart-szyb .product-overlay {
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0); }
  .cart-block .product-single, .cart-szyb .product-single {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    clear: both; }
    .cart-block .product-single:hover a.edit, .cart-szyb .product-single:hover a.edit {
      display: inline-block; }
    .cart-block .product-single.edited, .cart-szyb .product-single.edited {
      z-index: 3;
      border-top-color: #d9d9d9; }
      .cart-block .product-single.edited .quantity-wrapper, .cart-block .product-single.edited .product-icons, .cart-szyb .product-single.edited .quantity-wrapper, .cart-szyb .product-single.edited .product-icons {
        display: none; }
      .cart-block .product-single.edited .product-edit, .cart-szyb .product-single.edited .product-edit {
        display: block; }
    @media (max-width: 767px) {
      .cart-block .product-single, .cart-szyb .product-single {
        padding: 10px; } }
  .cart-block .product-cover, .cart-szyb .product-cover {
    width: 55px;
    margin: 0 17px 0 13px; }
  .cart-block .product-info, .cart-szyb .product-info {
    width: 225px;
    color: #666; }
    .cart-block .product-info a, .cart-szyb .product-info a {
      display: block;
      font-size: 13px;
      font-size: 1.3rem;
      color: #333;
      margin-bottom: 5px; }
      .cart-block .product-info a:hover, .cart-szyb .product-info a:hover {
        color: #2f0906; }
    .cart-block .product-info em, .cart-szyb .product-info em {
      color: #c00000;
      font-style: normal; }
  .cart-block .product-icons, .cart-szyb .product-icons {
    width: 78px; }
    .cart-block .product-icons a, .cart-szyb .product-icons a {
      display: inline-block;
      font-size: 20px;
      font-size: 2rem;
      margin: 0 5px; }
      .cart-block .product-icons a.edit, .cart-szyb .product-icons a.edit {
        color: #eca800;
        display: none; }
        .cart-block .product-icons a.edit:hover, .cart-szyb .product-icons a.edit:hover {
          color: #2f0906; }
      .cart-block .product-icons a.delete, .cart-szyb .product-icons a.delete {
        color: #c00000; }
        .cart-block .product-icons a.delete:hover, .cart-szyb .product-icons a.delete:hover {
          color: #2f0906; }
  .cart-block .product-edit, .cart-szyb .product-edit {
    display: none; }
    .cart-block .product-edit .product_qty, .cart-szyb .product-edit .product_qty {
      border: 1px solid #d9d9d9;
      width: 58px;
      display: inline-block;
      padding: 2px 10px;
      margin: 0 3px;
      text-align: center; }
    .cart-block .product-edit .unit, .cart-szyb .product-edit .unit {
      display: inline-block;
      border: 1px solid #ccc;
      color: #ccc;
      font-size: 13px;
      font-size: 1.3rem;
      width: 28px;
      height: 28px;
      text-align: center;
      line-height: 25px; }
      .cart-block .product-edit .unit.active, .cart-szyb .product-edit .unit.active {
        border-color: #333;
        color: #333; }
    .cart-block .product-edit a.product_quantity, .cart-szyb .product-edit a.product_quantity {
      display: inline-block;
      font-size: 26px;
      font-size: 2.6rem;
      color: #b3b3b3;
      position: relative;
      top: 5px; }
      .cart-block .product-edit a.product_quantity:hover, .cart-szyb .product-edit a.product_quantity:hover {
        color: #eca800; }
      .cart-block .product-edit a.product_quantity.product_quantity_down, .cart-szyb .product-edit a.product_quantity.product_quantity_down {
        margin-left: 5px; }
  .cart-block .free-delivery-box, .cart-szyb .free-delivery-box {
    width: 100%;
    padding: 30px 27px 60px 27px; }
    .cart-block .free-delivery-box .btn-sm, .cart-szyb .free-delivery-box .btn-sm {
      display: inline-block;
      letter-spacing: 0;
      border-width: 1px; }
    .cart-block .free-delivery-box .info, .cart-szyb .free-delivery-box .info {
      display: inline-block;
      color: #b3b3b3;
      font-size: 20px;
      position: relative;
      top: 3px; }
  .cart-block .free-delivery-wrapper, .cart-szyb .free-delivery-wrapper {
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
    position: relative;
    padding: 18px 19px;
    margin: 0 0 28px 0; }
    .cart-block .free-delivery-wrapper:before, .cart-szyb .free-delivery-wrapper:before {
      content: "";
      position: absolute;
      left: 10px;
      top: -10px;
      border-bottom: 10px solid #d9d9d9;
      border-left: 1px solid transparent;
      border-right: 10px solid transparent; }
    .cart-block .free-delivery-wrapper:after, .cart-szyb .free-delivery-wrapper:after {
      content: "";
      position: absolute;
      left: 11px;
      top: -9px;
      border-bottom: 9px solid #f2f2f2;
      border-left: 1px solid transparent;
      border-right: 7px solid transparent; }
    .cart-block .free-delivery-wrapper p, .cart-szyb .free-delivery-wrapper p {
      color: #666;
      line-height: 26px;
      margin-bottom: 25px; }
  .cart-block .free-delivery-slider, .cart-szyb .free-delivery-slider {
    padding: 0 25px; }
    .cart-block .free-delivery-slider.slider--pagination .slick-prev, .cart-szyb .free-delivery-slider.slider--pagination .slick-prev {
      left: -15px; }
    .cart-block .free-delivery-slider.slider--pagination .slick-next, .cart-szyb .free-delivery-slider.slider--pagination .slick-next {
      right: -15px; }
    .cart-block .free-delivery-slider .slick-track, .cart-szyb .free-delivery-slider .slick-track {
      padding: 10px 0; }
  .cart-block .cart-block-summary, .cart-szyb .cart-block-summary {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2; }
    .cart-block .cart-block-summary .summary-line, .cart-szyb .cart-block-summary .summary-line {
      padding: 12px;
      border-top: 1px solid #d9d9d9;
      font-size: 18px;
      font-size: 1.8rem;
      text-transform: uppercase; }
      .cart-block .cart-block-summary .summary-line .price, .cart-szyb .cart-block-summary .summary-line .price {
        float: right;
        font-weight: 700;
        text-transform: none; }
      .cart-block .cart-block-summary .summary-line .edit-name, .cart-szyb .cart-block-summary .summary-line .edit-name {
        border: 1px solid #d9d9d9;
        float: right; }
        .cart-block .cart-block-summary .summary-line .edit-name input, .cart-block .cart-block-summary .summary-line .edit-name button, .cart-szyb .cart-block-summary .summary-line .edit-name input, .cart-szyb .cart-block-summary .summary-line .edit-name button {
          border: 0;
          background: none; }
        .cart-block .cart-block-summary .summary-line .edit-name input, .cart-szyb .cart-block-summary .summary-line .edit-name input {
          font-size: 13px;
          color: #666;
          padding: 5px 10px; }
        .cart-block .cart-block-summary .summary-line .edit-name button, .cart-szyb .cart-block-summary .summary-line .edit-name button {
          font-size: 13px;
          color: #7fbe51; }
      .cart-block .cart-block-summary .summary-line.quick-payment, .cart-szyb .cart-block-summary .summary-line.quick-payment {
        text-align: center;
        padding-top: 0;
        padding-bottom: 0; }
        .cart-block .cart-block-summary .summary-line.quick-payment div, .cart-szyb .cart-block-summary .summary-line.quick-payment div {
          padding-top: 5px;
          padding-bottom: 5px; }
          .cart-block .cart-block-summary .summary-line.quick-payment div:nth-last-of-type(1), .cart-szyb .cart-block-summary .summary-line.quick-payment div:nth-last-of-type(1) {
            border-left: 1px solid #d9d9d9; }
  .cart-block .cart-buttons a.btn-primary, .cart-szyb .cart-buttons a.btn-primary {
    float: left;
    width: 155px;
    margin: 0 2px 2px 0; }
    @media (max-width: 767px) {
      .cart-block .cart-buttons a.btn-primary, .cart-szyb .cart-buttons a.btn-primary {
        width: 40%; } }
  .cart-block .cart-buttons a.btn-danger, .cart-szyb .cart-buttons a.btn-danger {
    width: 60px;
    background: #c00000;
    border-color: #c00000;
    margin-right: 0; }
    .cart-block .cart-buttons a.btn-danger:hover, .cart-szyb .cart-buttons a.btn-danger:hover {
      background: #2f0906;
      border-color: #2f0906; }
    @media (max-width: 767px) {
      .cart-block .cart-buttons a.btn-danger, .cart-szyb .cart-buttons a.btn-danger {
        width: 18%; } }
    .cart-block .cart-buttons a.btn-danger i, .cart-szyb .cart-buttons a.btn-danger i {
      margin-right: 0; }
  .cart-block .cart-buttons a.btn-success, .cart-szyb .cart-buttons a.btn-success {
    clear: both;
    display: block;
    background: #7fbe51;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: none;
    padding: 24px 20px;
    letter-spacing: 1px; }
    .cart-block .cart-buttons a.btn-success i, .cart-szyb .cart-buttons a.btn-success i {
      font-size: 30px;
      font-size: 3rem; }
    .cart-block .cart-buttons a.btn-success:hover, .cart-szyb .cart-buttons a.btn-success:hover {
      background: #5f8f3d; }
    .cart-block .cart-buttons a.btn-success .szyb-icon, .cart-szyb .cart-buttons a.btn-success .szyb-icon {
      background: url(../images/icons/szybkoszyk-sm.svg) no-repeat;
      width: 36px;
      height: 30px;
      display: inline-block;
      margin: 0 15px 0 0;
      position: relative;
      top: 6px; }
  .cart-block .alert, .cart-szyb .alert {
    max-width: 270px;
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    color: #666;
    line-height: 25px;
    padding: 40px 15px;
    margin: 40px auto;
    position: relative; }
    .cart-block .alert:before, .cart-szyb .alert:before {
      border-bottom: 1px solid transparent;
      border-right: 13px solid #f2f2f2;
      border-top: 10px solid transparent;
      content: "";
      left: 8px;
      position: absolute;
      top: -12px;
      transform: rotate(90deg);
      z-index: 2; }
    .cart-block .alert:after, .cart-szyb .alert:after {
      border-bottom: 1px solid transparent;
      border-right: 14px solid #d9d9d9;
      border-top: 11px solid transparent;
      content: "";
      left: 7px;
      position: absolute;
      top: -14px;
      transform: rotate(90deg);
      z-index: 1; }
    .cart-block .alert i, .cart-szyb .alert i {
      color: #eca800;
      font-size: 60px;
      margin-bottom: 20px; }

/* Contact  Contact-form */
.contact-form {
  padding-bottom: 52px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .contact-form {
      padding-left: 0;
      padding-right: 0; } }

.box-heading {
  border: 1px solid #d9d9d9;
  overflow: hidden; }
  .box-heading .box-top {
    background-color: #f2f2f2;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden; }
    .box-heading .box-top h3 {
      margin: 18px 0 18px 20px;
      font-weight: 400;
      font-size: 18px;
      font-size: 1.8rem;
      display: inline-block; }
    .box-heading .box-top span {
      display: inline-block;
      float: right;
      margin: 18px 0 18px 20px;
      font-weight: 400;
      font-size: 16px;
      font-size: 1.6rem;
      margin-right: 22px;
      color: #727272; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .box-heading .box-top span {
          float: left;
          margin: 2px 0 18px 20px;
          font-size: 15px;
          font-size: 1.5rem; } }
      @media (max-width: 767px) {
        .box-heading .box-top span {
          margin: 15px 23px 18px 20px;
          font-size: 13px;
          font-size: 1.3rem;
          float: left; } }
      .box-heading .box-top span i.fa {
        font-size: 21px;
        font-size: 2.1rem;
        float: left;
        margin-top: 1px;
        margin-right: 5px; }
      .box-heading .box-top span i.fa-check-circle {
        color: #7fbe51; }
      .box-heading .box-top span i.fa-minus-circle {
        color: red; }
    .box-heading .box-top .hidden {
      display: none; }
  .box-heading form {
    padding: 50px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .box-heading form {
        padding: 15px; } }
    @media (max-width: 767px) {
      .box-heading form {
        padding: 15px; } }
    .box-heading form .form-group {
      margin-bottom: 19px; }
      .box-heading form .form-group label {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        color: #666;
        margin-bottom: 6px; }
      .box-heading form .form-group input[type="text"], .box-heading form .form-group input[type="email"], .box-heading form .form-group select, .box-heading form .form-group textarea {
        border: 1px solid #d9d9d9;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 400;
        color: #666;
        text-transform: none; }
        .box-heading form .form-group input[type="text"]:focus, .box-heading form .form-group input[type="email"]:focus, .box-heading form .form-group select:focus, .box-heading form .form-group textarea:focus {
          border-color: #666; }
      @media (min-width: 1200px) {
        .box-heading form .form-group input[type="text"], .box-heading form .form-group input[type="email"], .box-heading form .form-group select {
          width: 61%; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .box-heading form .form-group input[type="text"], .box-heading form .form-group input[type="email"], .box-heading form .form-group select {
          width: 76%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .box-heading form .form-group input[type="text"], .box-heading form .form-group input[type="email"], .box-heading form .form-group select {
          width: 61%; } }
      @media (min-width: 361px) and (max-width: 767px) {
        .box-heading form .form-group input[type="text"], .box-heading form .form-group input[type="email"], .box-heading form .form-group select {
          width: 61%; } }
      .box-heading form .form-group textarea {
        height: 140px; }
      .box-heading form .form-group p {
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 400;
        color: #666;
        display: inline-block; }
      .box-heading form .form-group select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../images/arrow.png) no-repeat 95% center; }
    .box-heading form .submit {
      border-top: 1px solid #d9d9d9;
      padding-top: 19px; }
      .box-heading form .submit .btn:hover {
        background-color: #c99101;
        border-color: #c99101; }
  .box-heading .contact-photo {
    padding: 5px;
    border-right: 1px solid #d9d9d9; }
  .box-heading .contact-info {
    padding-left: 49px;
    padding-top: 28px;
    color: #747474;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400; }
    .box-heading .contact-info h4 {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      color: #2f0906;
      font-size: 30px;
      margin-top: 0;
      margin-bottom: 18px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .box-heading .contact-info h4 {
          font-size: 18px;
          font-size: 1.8rem;
          margin-bottom: 11px; } }
    .box-heading .contact-info .btn-success {
      color: #fff;
      background-color: #7fbe51;
      border-color: #7fbe51; }
      .box-heading .contact-info .btn-success:hover {
        background-color: #53a01b;
        border-color: #53a01b; }
      @media (min-width: 1200px) {
        .box-heading .contact-info .btn-success {
          margin-bottom: 10px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .box-heading .contact-info .btn-success {
          font-size: 10px; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .box-heading .contact-info {
        padding-left: 15px;
        padding-top: 5px; } }
    @media (max-width: 767px) {
      .box-heading .contact-info {
        padding-left: 0;
        padding-bottom: 20px;
        text-align: center; } }
  .box-heading .col-lg-6, .box-heading .col-xs-12 {
    padding: 66px 0 66px 0;
    text-align: center; }
    .box-heading .col-lg-6 i, .box-heading .col-xs-12 i {
      color: #eaa800;
      font-size: 57px;
      font-size: 5.7rem;
      margin-right: 27px;
      margin-top: 11px;
      display: inline-block; }
      @media (min-width: 1307px) and (max-width: 1415px) {
        .box-heading .col-lg-6 i, .box-heading .col-xs-12 i {
          display: block; } }
    .box-heading .col-lg-6 p, .box-heading .col-xs-12 p {
      color: #2f0906;
      font-size: 30px;
      font-size: 3.0rem;
      font-weight: 400;
      display: inline-block;
      line-height: 29px;
      text-align: left; }
      .box-heading .col-lg-6 p span, .box-heading .col-xs-12 p span {
        color: #666;
        font-size: 30px;
        font-size: 3.0rem;
        font-weight: 400;
        font-size: 16px; }
    @media (max-width: 1199px) {
      .box-heading .col-lg-6, .box-heading .col-xs-12 {
        padding: 30px 0 30px 0; } }
  .box-heading .tel {
    border-left: 1px solid #d9d9d9; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .box-heading .tel {
        border-left: none;
        border-top: 1px solid #d9d9d9; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .box-heading .tel {
        border-left: none;
        border-top: 1px solid #d9d9d9; } }
    @media (max-width: 767px) {
      .box-heading .tel {
        border-left: none;
        border-top: 1px solid #d9d9d9; } }

.selectboxit-container {
  width: 61% !important;
  display: block !important;
  height: 40px !important; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .selectboxit-container {
      width: 76% !important; } }
  @media (max-width: 767px) {
    .selectboxit-container {
      width: 100% !important; } }
  .selectboxit-container .selectboxit {
    width: 100% !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-color: #d9d9d9;
    background-color: #fff;
    background-image: none;
    height: 100%; }
    .selectboxit-container .selectboxit:hover {
      background-color: #fff !important; }
    .selectboxit-container .selectboxit:focus {
      background-color: #fff !important; }
    .selectboxit-container .selectboxit .selectboxit-text {
      height: 100%;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      color: #666;
      line-height: 37px;
      text-transform: none !important; }
    .selectboxit-container .selectboxit .selectboxit-arrow-container {
      height: 100%;
      width: 40px;
      background: url(../images/arrow.png) no-repeat 0 center; }
      .selectboxit-container .selectboxit .selectboxit-arrow-container i {
        display: none; }
  .selectboxit-container .selectboxit-options {
    width: 100%;
    min-width: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-top: 0; }
    .selectboxit-container .selectboxit-options li {
      height: 40px; }
      .selectboxit-container .selectboxit-options li a {
        height: 100%;
        font-weight: 400;
        color: #666;
        font-family: 'Open Sans' sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 38px; }

.contact-box {
  margin-bottom: 50px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .contact-box {
      margin-bottom: 25px; } }
  .contact-box small {
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #666;
    margin-top: 10px; }

.bootstrap-filestyle {
  display: inline-block; }
  @media (min-width: 1739px) {
    .bootstrap-filestyle {
      margin-left: 18px; } }
  .bootstrap-filestyle .btn-default {
    border: 1px solid #eaa800;
    padding: 2px 10px 4px 10px;
    height: 30px;
    letter-spacing: 0; }
    .bootstrap-filestyle .btn-default:hover {
      background-color: #eaa800;
      border-color: #eaa800; }
      .bootstrap-filestyle .btn-default:hover span {
        color: #fff; }
  .bootstrap-filestyle .buttonText {
    color: #eaa800;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    text-transform: none; }
    .bootstrap-filestyle .buttonText:hover {
      color: #fff; }

/* delivery */
.delivery-table .table {
  width: 100%; }
  .delivery-table .table tr {
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    height: 60px;
    background-color: #f8f8f8; }
    @media (max-width: 767px) {
      .delivery-table .table tr {
        height: 34px; } }
    .delivery-table .table tr td {
      border-left: 1px solid #d9d9d9;
      width: 9%;
      text-align: center;
      padding: 2px; }
      @media (max-width: 767px) {
        .delivery-table .table tr td {
          width: 12%; } }
      .delivery-table .table tr td:last-child {
        border-right: 1px solid #d9d9d9; }
      .delivery-table .table tr td:first-child {
        width: 37%;
        text-align: left;
        padding: 0 0 0 15px;
        font-size: 16px;
        font-size: 1.6rem;
        color: #666; }
        @media (max-width: 767px) {
          .delivery-table .table tr td:first-child {
            width: 16%;
            font-size: 9px !important;
            font-size: 0.9rem !important; } }
      .delivery-table .table tr td.date {
        background: #f8f8f8; }
      .delivery-table .table tr td span {
        width: 100%;
        height: 55px;
        display: block;
        background: url(../images/car.png) no-repeat center center;
        background-color: #d9d9d9;
        text-indent: -10000px; }
        @media (max-width: 767px) {
          .delivery-table .table tr td span {
            height: 30px;
            background-size: 20px 14px; } }
      .delivery-table .table tr td a:hover span {
        background-color: #eca800; }
      .delivery-table .table tr td a.selected {
        display: block;
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 800;
        text-transform: uppercase;
        text-align: center;
        position: relative; }
        .delivery-table .table tr td a.selected:before {
          content: "\f00c";
          font-size: 18px;
          font-size: 1.8rem;
          font-family: "FontAwesome";
          font-weight: 400;
          position: absolute;
          left: 0;
          right: 0;
          top: 2px;
          z-index: 2; }
        .delivery-table .table tr td a.selected span {
          background: #eca800;
          line-height: 65px;
          text-indent: 0; }
          @media (max-width: 767px) {
            .delivery-table .table tr td a.selected span {
              text-indent: -10000px; } }
    .delivery-table .table tr .available span {
      background-color: #85c159; }
    .delivery-table .table tr:nth-child(odd) {
      background-color: #fff; }
    .delivery-table .table tr:nth-child(9n+2) {
      background-color: #fff;
      font-size: 16px;
      font-size: 1.6rem;
      color: #666;
      font-weight: 700; }
      .delivery-table .table tr:nth-child(9n+2) td:first-child {
        color: #2f0906; }
    .delivery-table .table tr:first-child {
      border-left: none;
      border-top: none;
      border-right: none;
      height: 40px; }
      .delivery-table .table tr:first-child th:last-child {
        border-left: 1px solid #d9d9d9;
        border-top: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
        background-color: #f2f2f2;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        color: #2f0906; }
    .delivery-table .table tr:last-child {
      border-bottom: 1px solid #d9d9d9; }
    @media (max-width: 767px) {
      .delivery-table .table tr {
        font-size: 9px !important;
        font-size: 0.9rem !important; } }

.legend {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #666;
  padding-top: 15px; }
  .legend span {
    width: 28px;
    height: 15px;
    display: inline-block;
    margin-right: 9px;
    position: relative;
    top: 2px; }
  .legend .available {
    background-color: #85c159; }
  .legend .unavailable {
    background-color: #d9d9d9;
    margin-left: 9px; }
  .legend .selected {
    background-color: #eca800;
    margin-left: 9px; }
  .legend p {
    display: inline-block; }
    @media (max-width: 767px) {
      .legend p {
        display: block; } }

@media (min-width: 1200px) {
  .contact-box2 {
    margin-top: 0 !important; } }
.contact-box2 h4 {
  text-transform: none;
  font-weight: 700; }

.tel3 {
  border-top: 1px solid #d9d9d9; }

@media (max-width: 767px) {
  .delivery-table {
    padding: 0; } }

.box-text {
  padding: 35px 0;
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #666; }

/* User profile */
.box-info {
  width: 100%;
  border-right: 1px solid #d9d9d9;
  padding: 0 10px;
  overflow: hidden; }
  @media (min-width: 1920px) {
    .box-info {
      padding: 0 20px; } }
  @media (max-width: 991px) {
    .box-info {
      border-right: 0; } }
  .box-info .profil-info {
    width: 100%;
    background: url(../images/tip.png) no-repeat center center;
    background-size: 100% 100%;
    margin-top: 12px;
    margin-bottom: 129px; }
    @media (min-width: 1920px) {
      .box-info .profil-info {
        width: 224px;
        margin: 12px auto 129px auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .box-info .profil-info {
        width: 304px;
        margin: 12px auto 22px auto; } }
    @media (max-width: 767px) {
      .box-info .profil-info {
        width: 224px;
        margin: 12px auto 22px auto; } }
    .box-info .profil-info .info-content {
      width: 100%;
      background: url(../images/tip2.png) no-repeat center 31px;
      padding: 116px 5px 24px 5px; }
      .box-info .profil-info .info-content .progress {
        margin: 17px 0;
        width: 100%;
        height: 20px;
        border: 0;
        background-color: #bfdfa8;
        overflow: hidden; }
        .box-info .profil-info .info-content .progress span {
          height: 20px;
          display: block;
          width: 80%;
          background-color: #7fbe51;
          float: left; }
      @media (min-width: 1920px) {
        .box-info .profil-info .info-content {
          padding: 116px 20px 24px 20px; } }
      @media (max-width: 991px) {
        .box-info .profil-info .info-content {
          padding: 116px 20px 24px 20px; } }

.form-profile.form-szyb {
  margin-bottom: 30px; }
.form-profile.form-szyb-edit .form-inline {
  margin-right: 0; }
.form-profile.szyb_edit .form-inline {
  margin-right: 0; }
  @media (max-width: 1199px) {
    .form-profile.szyb_edit .form-inline {
      display: block; } }
  .form-profile.szyb_edit .form-inline .align-center {
    align-self: center; }
  .form-profile.szyb_edit .form-inline .add_to_szyb {
    width: 520px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1199px) {
      .form-profile.szyb_edit .form-inline .add_to_szyb {
        margin-top: 25px; } }
    @media (max-width: 991px) {
      .form-profile.szyb_edit .form-inline .add_to_szyb {
        margin-top: 25px;
        width: 100%; } }
    @media (max-width: 767px) {
      .form-profile.szyb_edit .form-inline .add_to_szyb {
        display: block; } }
    .form-profile.szyb_edit .form-inline .add_to_szyb .add_to_szyb_item {
      align-self: center; }
      .form-profile.szyb_edit .form-inline .add_to_szyb .add_to_szyb_item:nth-of-type(1) {
        width: 30%; }
        @media (max-width: 767px) {
          .form-profile.szyb_edit .form-inline .add_to_szyb .add_to_szyb_item:nth-of-type(1) {
            width: 100%;
            margin-top: 25px; } }
      .form-profile.szyb_edit .form-inline .add_to_szyb .add_to_szyb_item:nth-of-type(2) {
        width: 45%; }
        @media (max-width: 767px) {
          .form-profile.szyb_edit .form-inline .add_to_szyb .add_to_szyb_item:nth-of-type(2) {
            width: 100%;
            margin-top: 25px; } }
      @media (max-width: 767px) {
        .form-profile.szyb_edit .form-inline .add_to_szyb .add_to_szyb_item:nth-of-type(3) {
          width: 100%;
          margin-top: 25px; } }
.form-profile .form-control::-moz-placeholder {
  color: #666;
  opacity: 1; }
.form-profile .form-control:-ms-input-placeholder {
  color: #666; }
.form-profile .form-control::-webkit-input-placeholder {
  color: #666; }
.form-profile .form-inline {
  display: flex;
  justify-content: space-between;
  margin-right: -15px; }
  @media (max-width: 991px) {
    .form-profile .form-inline {
      flex-wrap: wrap; } }
  .form-profile .form-inline .form-group {
    width: 40%; }
    @media (max-width: 1580px) and (min-width: 992px) {
      .form-profile .form-inline .form-group {
        width: 36%; } }
    @media (max-width: 991px) {
      .form-profile .form-inline .form-group {
        width: 48%; } }
    @media (max-width: 767px) {
      .form-profile .form-inline .form-group {
        width: 100%; } }
  .form-profile .form-inline .form-select {
    width: 29%; }
    @media (max-width: 1580px) and (min-width: 992px) {
      .form-profile .form-inline .form-select {
        width: 24%; } }
    @media (max-width: 991px) {
      .form-profile .form-inline .form-select {
        width: 48%; } }
    @media (max-width: 767px) {
      .form-profile .form-inline .form-select {
        width: 100%; } }
  .form-profile .form-inline .submit {
    width: 26%; }
    @media (max-width: 1580px) and (min-width: 992px) {
      .form-profile .form-inline .submit {
        width: 30%; } }
    @media (max-width: 991px) {
      .form-profile .form-inline .submit {
        width: 48%; } }
    @media (max-width: 767px) {
      .form-profile .form-inline .submit {
        width: 100%; } }
    .form-profile .form-inline .submit .btn-primary {
      width: 100%;
      margin-top: 27px; }
  .form-profile .form-inline .selectboxit-container {
    width: 100% !important; }
@media (max-width: 991px) {
    .form-profile .form-column.last {
      margin-bottom: 0; } }
.form-profile .form-column h3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400; }
.form-profile .form-column .h3-two {
  margin-top: 8px;
  margin-bottom: 31px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .form-profile .form-column .h3-two {
      margin-top: 20px; } }
.form-profile .form-column .form-group {
  margin-bottom: 19px; }
  .form-profile .form-column .form-group.select-avatar {
    margin-bottom: 45px; }
    .form-profile .form-column .form-group.select-avatar .bootstrap-filestyle {
      margin: 15px 0 0 0; }
      .form-profile .form-column .form-group.select-avatar .bootstrap-filestyle .btn-default {
        line-height: 24px; }
    .form-profile .form-column .form-group.select-avatar .avatar-wrapper {
      padding-right: 0; }
      .form-profile .form-column .form-group.select-avatar .avatar-wrapper img {
        border-radius: 50%;
        -webkit-border-radius: 50%; }
    .form-profile .form-column .form-group.select-avatar .file-wrapper {
      padding-left: 0; }
  .form-profile .form-column .form-group > label {
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    display: block; }
    .form-profile .form-column .form-group > label label {
      position: relative; }
  .form-profile .form-column .form-group .form-control {
    border: 1px solid #d9d9d9;
    color: #747474;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: none;
    height: 40px;
    padding: 7px 12px; }
    .form-profile .form-column .form-group .form-control:focus {
      border-color: #666; }
  .form-profile .form-column .form-group textarea.form-control {
    height: auto; }
  .form-profile .form-column .form-group .form-short {
    width: 25%;
    margin-right: 2%;
    float: left; }
    @media (max-width: 767px) {
      .form-profile .form-column .form-group .form-short {
        width: 30%; } }
  .form-profile .form-column .form-group .form-medium {
    width: 73%;
    float: left; }
    @media (max-width: 767px) {
      .form-profile .form-column .form-group .form-medium {
        width: 68%; } }
.form-profile .form-column .checkbox {
  clear: both; }
  .form-profile .form-column .checkbox.checkbox-default {
    margin: 25px 0; }
  .form-profile .form-column .checkbox.checkbox-address-default {
    margin-top: 50px; }
  .form-profile .form-column .checkbox input {
    float: left;
    margin-right: 5px; }
  .form-profile .form-column .checkbox label {
    font-weight: 400; }
    .form-profile .form-column .checkbox label span {
      max-width: 90%; }
  @media (max-width: 767px) {
    .form-profile .form-column .checkbox {
      text-align: left; } }
.form-profile .form-column .submit.submit2 {
  margin-top: 30px; }
.form-profile .form-column .submit .btn {
  background-color: #eaa800;
  border-color: #eaa800; }
  .form-profile .form-column .submit .btn:hover {
    background-color: #c99101;
    border-color: #c99101; }
.form-profile .form-column .submit .btn-danger {
  background-color: #c00000;
  border-color: #c00000; }
  .form-profile .form-column .submit .btn-danger:hover {
    background-color: #a50909;
    border-color: #a50909; }
@media (max-width: 767px) {
  .form-profile .form-column .submit {
    text-align: center; } }
.form-profile .change-password-group {
  display: none; }
.form-profile .address-item {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff; }
  .form-profile .address-item:nth-last-of-type(1) {
    border-bottom: 1px solid #d9d9d9; }
  .form-profile .address-item input {
    width: 11%; }
    .form-profile .address-item input:checked + label {
      color: #2f0906; }
  .form-profile .address-item .address-title {
    width: 76%;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    padding: 13px 20px;
    margin: 0;
    color: #666;
    text-transform: uppercase;
    font-weight: 700; }
    .form-profile .address-item .address-title i {
      margin-right: 5px; }
  .form-profile .address-item .address-delete {
    width: 11%;
    margin: 13px 0;
    text-align: center;
    color: #c00000; }
    .form-profile .address-item .address-delete:hover {
      color: #2f0906; }
.form-profile .input-group {
  width: 100%;
  display: inline-table;
  vertical-align: middle; }
  .form-profile .input-group .input-group-addon, .form-profile .input-group .form-control {
    display: table-cell; }
  .form-profile .input-group .input-group-addon {
    border: 1px solid #d9d9d9;
    border-left: 0;
    background: #f2f2f2;
    width: 40px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem; }
    .form-profile .input-group .input-group-addon a {
      color: #2f0906; }
      .form-profile .input-group .input-group-addon a:hover {
        color: #eca800; }

.down-title h3 {
  margin-top: 49px;
  margin-bottom: 23px;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  color: #2f0906; }
.down-title .btn-default {
  background-color: #0070ba;
  border-color: #0070ba;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .down-title .btn-default {
      font-size: 11px;
      font-size: 1.1rem; } }
  .down-title .btn-default:hover {
    background-color: #135f92;
    border-color: #135f92; }
  .down-title .btn-default i {
    color: #fff; }
@media (max-width: 767px) {
  .down-title {
    text-align: center; } }

.szyb_list_row {
  margin-right: -15px; }

table.szyb_list {
  width: 100%; }
  table.szyb_list tr:nth-child(even) td {
    background: #f8f8f8; }
  table.szyb_list td {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 10px; }
    @media (max-width: 767px) {
      table.szyb_list td {
        display: block;
        width: 100% !important;
        border-bottom: 0; }
        table.szyb_list td:last-child {
          border-bottom: 1px solid #d9d9d9; } }
    table.szyb_list td.szyb_title {
      padding-left: 15px;
      padding-right: 15px;
      font-weight: 700;
      color: #2f0906;
      text-transform: uppercase;
      letter-spacing: 0.5px; }
      table.szyb_list td.szyb_title span {
        color: #666; }
    table.szyb_list td.szyb_share a {
      color: #333; }
      table.szyb_list td.szyb_share a:hover {
        color: #eca800; }
    table.szyb_list td.szyb_edit {
      width: 83px; }
      table.szyb_list td.szyb_edit a {
        color: #333; }
        table.szyb_list td.szyb_edit a:hover {
          color: #eca800; }
    table.szyb_list td.szyb_cart {
      width: 172px; }
    table.szyb_list td.szyb_delete {
      width: 50px; }
      table.szyb_list td.szyb_delete a {
        color: #c00000; }
        table.szyb_list td.szyb_delete a:hover {
          color: #2f0906; }

.coupon-list-row {
  padding-left: 15px; }

table.coupon-list {
  width: 100%;
  margin-bottom: 40px; }
  table.coupon-list tr:nth-child(odd) td {
    background: #f8f8f8; }
  table.coupon-list td, table.coupon-list th {
    padding: 20px;
    color: #666; }
  table.coupon-list th {
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 0; }
    @media (max-width: 767px) {
      table.coupon-list th {
        display: none; } }
  table.coupon-list td {
    border: 1px solid #d9d9d9;
    background: #fff; }
    table.coupon-list td.coupon-name {
      width: 62%; }
      @media (max-width: 767px) {
        table.coupon-list td.coupon-name {
          text-align: center; } }
    table.coupon-list td.coupon-date {
      width: 14%; }
    table.coupon-list td.payment-shop {
      width: 26%; }
      @media (max-width: 767px) {
        table.coupon-list td.payment-shop {
          text-align: center; } }
    table.coupon-list td.payment-desc {
      width: 44%; }
      @media (max-width: 767px) {
        table.coupon-list td.payment-desc {
          text-align: center; } }
    @media (max-width: 767px) {
      table.coupon-list td {
        display: block;
        width: 100% !important;
        border-bottom: 0; }
        table.coupon-list td:before {
          content: attr(data-title);
          font-weight: 700;
          display: block; }
        table.coupon-list td:last-child {
          border-bottom: 1px solid #d9d9d9; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .order-list-row {
    overflow-x: scroll; } }
table.order-list {
  margin-bottom: 30px; }
  @media (max-width: 991px) and (min-width: 768px) {
    table.order-list tr {
      float: left;
      width: 50%; } }
  table.order-list td {
    line-height: 16px; }
    table.order-list td.small {
      width: 57px;
      padding: 20px 10px; }
    @media (min-width: 1200px) {
      table.order-list td.large {
        width: 195px; } }
    @media (max-width: 991px) {
      table.order-list td {
        display: block;
        width: 100% !important;
        border-bottom: 0; }
        table.order-list td:before {
          content: attr(data-title);
          font-weight: 700;
          display: block; }
        table.order-list td:last-child {
          border-bottom: 1px solid #d9d9d9; } }
    table.order-list td .label {
      font-weight: 700; }
    table.order-list td .label-sucess {
      color: #7fbe51; }
    table.order-list td .label-danger {
      color: #cc0000; }
  table.order-list th {
    line-height: 16px; }
    @media (max-width: 991px) {
      table.order-list th {
        display: none; } }
    table.order-list th.small {
      width: 57px;
      padding: 0 0 20px 0; }

@media (max-width: 1650px) and (min-width: 1200px) {
  .form-payment-auth {
    width: 100%; } }
.form-payment-auth label {
  font-weight: 400;
  color: #666;
  line-height: 30px; }
.form-payment-auth label, .form-payment-auth .form-group {
  float: left;
  margin-bottom: 0;
  margin-right: 1.6%; }
  @media (max-width: 767px) {
    .form-payment-auth label, .form-payment-auth .form-group {
      width: 100% !important;
      margin-right: 0;
      margin-bottom: 10px; } }
.form-payment-auth .form-group-region {
  width: 30%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .form-payment-auth .form-group-region {
      width: 28%; } }
.form-payment-auth .form-group-destination {
  width: 13%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .form-payment-auth .form-group-destination {
      width: 28%; } }
.form-payment-auth .form-group-payment {
  width: 24%; }
.form-payment-auth .selectboxit-container {
  width: 100% !important;
  height: 30px !important; }
  .form-payment-auth .selectboxit-container .selectboxit .selectboxit-text {
    line-height: 30px; }
  .form-payment-auth .selectboxit-container .selectboxit .selectboxit-arrow-container {
    width: 30px;
    background-position: -6px center;
    border-left: 1px solid #d9d9d9; }
  .form-payment-auth .selectboxit-container .selectboxit .selectboxit-text {
    font-size: 14px;
    font-size: 1.4rem; }
.form-payment-auth .submit {
  margin-right: 0; }

@media (min-width: 992px) {
  .two-column {
    min-height: 202px; } }

/* cart table */
/* Order */
.hide {
  display: none;
  transition: all, 0.4s, ease;
  -webkit-transition: all, 0.4s, ease;
  -moz-transition: all, 0.4s, ease;
  -o-transition: all, 0.4s, ease; }

.next-way {
  margin-bottom: 42px;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 767px) {
    .next-way {
      margin-bottom: 12px; } }
  .next-way .next-in {
    position: relative;
    float: left;
    border: 1px solid #d9d9d9;
    padding: 16px 45px 17px 110px; }
    @media (max-width: 767px) {
      .next-way .next-in {
        width: 100%;
        padding: 11px 0 11px 22px; } }
    .next-way .next-in:before {
      content: "";
      border-bottom: 1px solid #d9d9d9;
      border-right: 1px solid #d9d9d9;
      position: absolute;
      width: 51px;
      height: 51px;
      left: 228px;
      top: 5px;
      -webkit-transform: rotate(-46deg);
      -moz-transform: rotate(-46deg);
      -ms-transform: rotate(-46deg);
      -o-transform: rotate(-46deg);
      transform: rotate(-46deg); }
      @media (max-width: 767px) {
        .next-way .next-in:before {
          width: 31px;
          height: 31px;
          left: 92px;
          top: 4px; } }
    .next-way .next-in a, .next-way .next-in span {
      text-weight: 700;
      font-size: 18px;
      font-size: 1.8rem;
      color: #d8d5d4;
      float: left;
      font-weight: 700; }
      @media (max-width: 767px) {
        .next-way .next-in a, .next-way .next-in span {
          font-size: 14px;
          font-size: 1.4rem; } }
    .next-way .next-in .first-step {
      margin-right: 160px; }
      .next-way .next-in .first-step.done {
        margin-left: -25px; }
        @media (max-width: 767px) {
          .next-way .next-in .first-step.done {
            margin-left: 0; } }
      @media (max-width: 767px) {
        .next-way .next-in .first-step {
          margin-right: 70px; } }
    .next-way .next-in .current-step {
      color: #2f0906; }
    .next-way .next-in .done {
      color: #7fbe51; }
      .next-way .next-in .done:before {
        content: "\f05d";
        font-family: "FontAwesome";
        font-weight: normal;
        margin-right: 10px; }

.box-cart {
  padding: 50px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .box-cart {
      padding: 15px; } }
  @media (max-width: 767px) {
    .box-cart {
      padding: 15px 15px 0 15px; } }
  .box-cart h1 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    color: #2f0906;
    display: inline-block;
    float: left;
    margin-right: 26px;
    margin-top: 2px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .box-cart h1 {
        font-size: 22px;
        font-size: 2.2rem;
        display: block;
        float: none; } }
    @media (max-width: 767px) {
      .box-cart h1 {
        float: none;
        display: block;
        margin-right: 0;
        margin-bottom: 17px; }
        .box-cart h1.active:after {
          content: "\f107"; }
        .box-cart h1:after {
          float: right;
          content: "\f106";
          font-family: "FontAwesome";
          width: 30px;
          height: 30px;
          border: 1px solid #2f0906;
          text-align: center;
          line-height: 30px;
          font-size: 14px;
          font-size: 1.4rem;
          color: #2f0906;
          cursor: pointer; } }
  @media (max-width: 767px) {
    .box-cart .cart-buttons-header {
      display: none; } }
  .box-cart .facebook {
    padding: 5px 10px;
    background-color: #3b5998;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    float: left;
    text-align: center; }
    .box-cart .facebook i {
      font-size: 13px;
      color: #fff;
      margin-right: 8px; }
    .box-cart .facebook:hover {
      background-color: #135f92; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .box-cart .facebook {
        font-size: 12px;
        font-size: 1.2rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .box-cart .facebook {
        font-size: 10px;
        font-size: 1.0rem; } }
    @media (max-width: 767px) {
      .box-cart .facebook {
        width: 251px;
        float: none;
        display: block; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .box-cart .btn {
      font-size: 12px;
      font-size: 1.2rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .box-cart .btn {
      font-size: 10px;
      font-size: 1.0rem; } }
  @media (max-width: 767px) {
    .box-cart .btn.one {
      display: inline-block;
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .box-cart .btn.two {
      width: 282px;
      margin: 20px 0;
      display: block; } }
  .box-cart .btn-sm {
    float: right;
    border: 1px solid #2f0906;
    padding: 4px 8px; }
    @media (max-width: 767px) {
      .box-cart .btn-sm {
        float: none; } }
  .box-cart .cart-buttons-header > i {
    float: right;
    font-size: 17px;
    font-size: 1.7;
    color: #b3b3b3;
    margin-right: 20px;
    margin-left: 4px;
    margin-top: 7px; }
    @media (max-width: 1020px) and (min-width: 992px) {
      .box-cart .cart-buttons-header > i {
        margin-left: 2px;
        margin-right: 2px; } }
    @media (max-width: 767px) {
      .box-cart .cart-buttons-header > i {
        float: none;
        display: inline-block;
        margin-right: 0;
        position: relative;
        top: 10px; } }
  .box-cart .btn-default {
    letter-spacing: 0; }
  .box-cart .table-responsive {
    clear: both;
    border-top: 1px solid #d9d9d9;
    padding-top: 30px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .box-cart .table-responsive {
        margin-top: 10px;
        float: left; } }
    @media (max-width: 767px) {
      .box-cart .table-responsive {
        padding-top: 0;
        margin: 0 -15px; } }

@media (max-width: 767px) {
  .table-cart-wrapper {
    position: relative; }
    .table-cart-wrapper .table-cart-overlay {
      background: rgba(255, 255, 255, 0.75);
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      visibility: hidden;
      width: 100%;
      z-index: 2; } }
.table-cart {
  width: 100%; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .table-cart {
      table-layout: fixed; } }
  .table-cart.table-szyb-edit {
    margin-bottom: 30px; }
    .table-cart.table-szyb-edit tr {
      height: 80px; }
      .table-cart.table-szyb-edit tr .produce-check {
        width: 25px;
        padding: 0 15px; }
        @media screen and (max-width: 767px) {
          .table-cart.table-szyb-edit tr .produce-check {
            padding: 0 0 0 20px; } }
      .table-cart.table-szyb-edit tr .product-edit .product-unit {
        display: inline-block; }
      .table-cart.table-szyb-edit tr .product-edit .product_qty {
        height: 30px; }
      @media screen and (max-width: 767px) {
        .table-cart.table-szyb-edit tr.product-row {
          border-right: 1px solid #d9d9d9;
          border-top: 1px solid #d9d9d9; } }
    .table-cart.table-szyb-edit tr.table-category {
      height: 40px; }
  .table-cart tr {
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    height: 106px; }
    @media (max-width: 767px) {
      .table-cart tr {
        height: auto; }
        .table-cart tr.product-edited td {
          position: relative;
          z-index: 3; }
        .table-cart tr.product-edited .product-edit {
          display: block; }
        .table-cart tr.product-edited .product-box__price, .table-cart tr.product-edited .produce-close a, .table-cart tr.product-edited .produce-close {
          display: none !important; } }
    .table-cart tr .product-edit {
      display: none; }
      @media (max-width: 767px) {
        .table-cart tr .product-edit .product_qty {
          border: 1px solid #d9d9d9;
          width: 48px;
          display: inline-block;
          padding: 0;
          margin: 0 3px;
          text-align: center;
          height: 30px; }
        .table-cart tr .product-edit .unit {
          display: inline-block;
          border: 1px solid #ccc;
          color: #ccc;
          font-size: 13px;
          font-size: 1.3rem;
          width: 28px;
          height: 28px;
          text-align: center;
          line-height: 25px; }
          .table-cart tr .product-edit .unit.active {
            border-color: #333;
            color: #333; }
        .table-cart tr .product-edit a.product_quantity {
          display: inline-block;
          font-size: 26px;
          font-size: 2.6rem;
          color: #b3b3b3;
          position: relative;
          top: 5px; }
          .table-cart tr .product-edit a.product_quantity:hover {
            color: #eca800; }
          .table-cart tr .product-edit a.product_quantity.product_quantity_down {
            margin-left: 5px; } }
    .table-cart tr td {
      border-right: 1px solid #d9d9d9;
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      color: #333; }
      @media (max-width: 767px) {
        .table-cart tr td {
          padding-top: 10px;
          padding-bottom: 10px;
          border-right: 0; } }
      .table-cart tr td.produce-nr {
        width: 34px; }
      .table-cart tr td.produce-photo {
        width: 107px;
        padding: 16px; }
        @media (max-width: 1199px) {
          .table-cart tr td.produce-photo {
            padding: 2px; } }
        @media (max-width: 767px) {
          .table-cart tr td.produce-photo {
            width: 78px; } }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .table-cart tr td.produce-photo {
            padding: 0; } }
        .table-cart tr td.produce-photo .image {
          display: block;
          transition: all, 0.4s, ease;
          -webkit-transition: all, 0.4s, ease;
          -moz-transition: all, 0.4s, ease;
          -o-transition: all, 0.4s, ease; }
          .table-cart tr td.produce-photo .image img {
            transition: all, 0.4s, ease;
            -webkit-transition: all, 0.4s, ease;
            -moz-transition: all, 0.4s, ease;
            -o-transition: all, 0.4s, ease; }
            @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
              .table-cart tr td.produce-photo .image img {
                width: 70%; } }
          .table-cart tr td.produce-photo .image:hover {
            color: #3b5998;
            transition: all, 0.4s, ease;
            -webkit-transition: all, 0.4s, ease;
            -moz-transition: all, 0.4s, ease;
            -o-transition: all, 0.4s, ease; }
            .table-cart tr td.produce-photo .image:hover img {
              transform: scale(1.05);
              transition: all, 0.4s, ease;
              -webkit-transition: all, 0.4s, ease;
              -moz-transition: all, 0.4s, ease;
              -o-transition: all, 0.4s, ease; }
      .table-cart tr td.produce-description {
        width: auto;
        text-align: left;
        padding-left: 28px; }
        @media (max-width: 1199px) {
          .table-cart tr td.produce-description {
            padding-left: 8px; } }
        @media (max-width: 991px) {
          .table-cart tr td.produce-description {
            font-size: 13px;
            font-size: 1.3rem; } }
        @media (max-width: 767px) {
          .table-cart tr td.produce-description {
            font-size: 14px;
            font-size: 1.4rem; } }
        .table-cart tr td.produce-description .szyb_image {
          float: left; }
      .table-cart tr td.produce-unit {
        width: 125px; }
        .table-cart tr td.produce-unit .product-unit {
          margin-right: 3px; }
          .table-cart tr td.produce-unit .product-unit .unit {
            display: inline-block;
            border: 1px solid #ccc;
            color: #ccc;
            font-size: 13px;
            font-size: 1.3rem;
            width: 28px;
            height: 28px;
            text-align: center;
            line-height: 25px; }
            .table-cart tr td.produce-unit .product-unit .unit.active {
              border-color: #333;
              color: #333; }
        @media (max-width: 991px) {
          .table-cart tr td.produce-unit {
            font-size: 13px;
            font-size: 1.3rem; } }
      .table-cart tr td.produce-quantity {
        width: 218px; }
      .table-cart tr td.produce-price {
        width: 142px; }
        @media (min-width: 1199px) {
          .table-cart tr td.produce-price {
            text-align: center;
            padding-left: 0; } }
      .table-cart tr td.produce-comment {
        width: 160px; }
      .table-cart tr td.produce-close {
        width: 53px; }
        .table-cart tr td.produce-close .edit {
          color: #eca800;
          margin-right: 5px; }
      .table-cart tr td .product-box__name {
        display: initial;
        font-size: 16px;
        font-size: 1.6rem; }
        .table-cart tr td .product-box__name:hover {
          color: #2f0906; }
        @media (max-width: 991px) {
          .table-cart tr td .product-box__name {
            font-size: 13px;
            font-size: 1.3rem; } }
      .table-cart tr td .similar, .table-cart tr td .quantity_product2 {
        color: #adadad;
        font-size: 13px;
        font-size: 1.3rem; }
        @media (max-width: 767px) {
          .table-cart tr td .similar, .table-cart tr td .quantity_product2 {
            color: #666;
            font-size: 14px;
            font-size: 1.4rem; } }
      .table-cart tr td .product_qty {
        width: 80px;
        height: 40px;
        text-align: center;
        border: 1px solid #d9d9d9; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .table-cart tr td .product_qty {
            width: 57px; } }
        @media (max-width: 991px) {
          .table-cart tr td .product_qty {
            width: 43px;
            font-size: 13px;
            font-size: 1.3rem; } }
      .table-cart tr td .product_quantity_down i, .table-cart tr td .product_quantity_up i {
        font-size: 25px;
        font-size: 2.5rem;
        color: #b3b3b3; }
      .table-cart tr td .product_quantity_down:hover i, .table-cart tr td .product_quantity_up:hover i {
        color: #eaa800; }
      @media (min-width: 992px) {
        .table-cart tr td .product_quantity_down, .table-cart tr td .product_quantity_up {
          position: relative;
          top: 3px; } }
      .table-cart tr td .product-box__price {
        margin-bottom: 0; }
        @media (max-width: 767px) {
          .table-cart tr td .product-box__price {
            font-size: 14px;
            font-size: 1.4rem; } }
        .table-cart tr td .product-box__price em {
          font-weight: 800; }
          @media (max-width: 1199px) and (min-width: 768px) {
            .table-cart tr td .product-box__price em {
              font-size: 13px;
              font-size: 1.3rem; } }
          @media (max-width: 767px) {
            .table-cart tr td .product-box__price em {
              font-weight: 400;
              font-size: 14px;
              font-size: 1.4rem; } }
      .table-cart tr td .comment {
        text-align: center;
        border: 1px solid #eaa800;
        height: 32px;
        width: 106px;
        font-size: 14px;
        font-size: 1.4rem; }
        .table-cart tr td .comment::-webkit-input-placeholder {
          color: #eaa800;
          opacity: 1;
          font-size: 14px;
          font-size: 1.4rem; }
        .table-cart tr td .comment:-moz-placeholder {
          /* Firefox 18- */
          color: #eaa800;
          opacity: 1;
          font-size: 14px;
          font-size: 1.4rem; }
        .table-cart tr td .comment::-moz-placeholder {
          /* Firefox 19+ */
          color: #eaa800;
          opacity: 1;
          font-size: 14px;
          font-size: 1.4rem; }
        .table-cart tr td .comment:-ms-input-placeholder {
          color: #eaa800;
          opacity: 1;
          font-size: 14px;
          font-size: 1.4rem; }
        @media (max-width: 1199px) {
          .table-cart tr td .comment {
            font-size: 11px;
            font-size: 1.1rem;
            width: 73px; } }
      .table-cart tr td .delete i {
        font-size: 18px;
        font-size: 1.8rem;
        color: #c00000; }
      .table-cart tr td .delete:hover i {
        color: #0c19a3; }
      .table-cart tr td .quantity_product2 {
        display: block; }
      .table-cart tr td .total-price {
        font-size: 13px;
        font-size: 1.3rem;
        margin-bottom: 10px;
        display: inline-block; }
        @media (max-width: 767px) {
          .table-cart tr td .total-price {
            font-size: 14px;
            font-size: 1.4rem; } }
        .table-cart tr td .total-price em {
          font-size: 16px;
          font-size: 1.6rem;
          color: #c00000;
          font-style: normal;
          font-weight: 800; }
          @media (max-width: 1199px) {
            .table-cart tr td .total-price em {
              font-size: 13px;
              font-size: 1.3rem; } }
          @media (max-width: 767px) {
            .table-cart tr td .total-price em {
              font-size: 14px;
              font-size: 1.4rem;
              font-weight: 400; } }
      .table-cart tr td .scrol {
        font-size: 13px;
        font-size: 1.3rem;
        color: #adadad;
        transition: all, 0.4s, ease;
        -webkit-transition: all, 0.4s, ease;
        -moz-transition: all, 0.4s, ease;
        -o-transition: all, 0.4s, ease; }
        .table-cart tr td .scrol i {
          color: #2f0906;
          margin-right: 9px; }
        .table-cart tr td .scrol:hover i {
          color: #adadad; }
    .table-cart tr .core {
      padding: 1px !important; }
      .table-cart tr .core span {
        height: 103px;
        width: 100%;
        background: url(../images/basket.png) no-repeat center center;
        background-color: #eaa800;
        display: block; }
        @media (max-width: 767px) {
          .table-cart tr .core span {
            height: 78px; } }
    .table-cart tr .discount {
      text-align: left;
      padding-left: 50px;
      border-bottom: 1px solid #d9d9d9; }
      @media (max-width: 767px) {
        .table-cart tr .discount {
          padding-left: 0;
          border-bottom: 0; } }
      .table-cart tr .discount p {
        font-size: 18px;
        font-size: 1.8rem;
        text-transform: uppercase;
        float: left;
        margin-top: 6px; }
      .table-cart tr .discount input {
        height: 40px;
        width: 147px;
        border: 1px solid #d9d9d9;
        margin-left: 19px;
        margin-right: 10px;
        float: left;
        padding-left: 15px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .table-cart tr .discount input {
            height: 38px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .table-cart tr .discount input {
            height: 34px; } }
      .table-cart tr .discount .btn-primary {
        float: left; }
        .table-cart tr .discount .btn-primary:hover {
          background-color: #c99101;
          border-color: #c99101; }
        @media (max-width: 1020px) and (min-width: 992px) {
          .table-cart tr .discount .btn-primary {
            margin: 5px 0 0 18px; } }
    .table-cart tr .total-price2 {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      position: relative;
      color: #2f0906; }
      .table-cart tr .total-price2 #total-price {
        color: #2f0906;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        margin-left: 36px; }
        @media (max-width: 1199px) {
          .table-cart tr .total-price2 #total-price {
            margin-left: 0; } }
        @media (min-width: 992px) {
          .table-cart tr .total-price2 #total-price {
            border-bottom: 1px dotted #999;
            cursor: pointer; } }
      .table-cart tr .total-price2 .free-delivery-box {
        width: 306px;
        position: absolute;
        top: 80px;
        left: 61px;
        z-index: 2 !important;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden; }
        @media (max-width: 1199px) {
          .table-cart tr .total-price2 .free-delivery-box {
            top: 89px;
            left: -133px; } }
        .table-cart tr .total-price2 .free-delivery-box .btn-sm {
          display: inline-block;
          letter-spacing: 0;
          border: 1px solid #eca800;
          float: none; }
          .table-cart tr .total-price2 .free-delivery-box .btn-sm:hover {
            border-color: #2f0906; }
        .table-cart tr .total-price2 .free-delivery-box .info {
          display: inline-block;
          color: #b3b3b3;
          font-size: 20px;
          position: relative;
          top: 3px; }
        .table-cart tr .total-price2 .free-delivery-box .free-delivery-wrapper {
          border: 1px solid #d9d9d9;
          background: #f2f2f2;
          position: relative;
          padding: 18px 19px;
          margin: 0 0 28px 0; }
          .table-cart tr .total-price2 .free-delivery-box .free-delivery-wrapper:before {
            content: "";
            position: absolute;
            left: 10px;
            top: -10px;
            border-bottom: 10px solid #d9d9d9;
            border-left: 1px solid transparent;
            border-right: 10px solid transparent; }
            @media (max-width: 1199px) {
              .table-cart tr .total-price2 .free-delivery-box .free-delivery-wrapper:before {
                left: 221px; } }
          .table-cart tr .total-price2 .free-delivery-box .free-delivery-wrapper:after {
            content: "";
            position: absolute;
            left: 11px;
            top: -9px;
            border-bottom: 9px solid #f2f2f2;
            border-left: 1px solid transparent;
            border-right: 7px solid transparent; }
            @media (max-width: 1199px) {
              .table-cart tr .total-price2 .free-delivery-box .free-delivery-wrapper:after {
                left: 221px; } }
          .table-cart tr .total-price2 .free-delivery-box .free-delivery-wrapper p {
            color: #666;
            line-height: 26px;
            margin-bottom: 12px;
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: 400; }
          .table-cart tr .total-price2 .free-delivery-box .free-delivery-wrapper .btn-default {
            border: 1px solid #c00000;
            color: #c00000;
            padding: 6.5px 15px;
            font-size: 14px;
            font-size: 1.4rem;
            text-transform: none;
            font-weight: 400;
            letter-spacing: 0; }
            .table-cart tr .total-price2 .free-delivery-box .free-delivery-wrapper .btn-default:hover {
              background-color: #c00000;
              color: #fff; }
          .table-cart tr .total-price2 .free-delivery-box .free-delivery-wrapper .product-box__price {
            font-weight: 400;
            margin-bottom: 10px; }
        .table-cart tr .total-price2 .free-delivery-box .rotate:before {
          content: "";
          position: absolute;
          left: 10px;
          border-top: 10px solid #d9d9d9;
          border-left: 1px solid transparent;
          border-right: 10px solid transparent;
          top: auto;
          bottom: -10px;
          border-bottom: 0; }
          @media (max-width: 1199px) {
            .table-cart tr .total-price2 .free-delivery-box .rotate:before {
              left: 221px; } }
        .table-cart tr .total-price2 .free-delivery-box .rotate:after {
          content: "";
          position: absolute;
          left: 11px;
          border-top: 9px solid #f2f2f2;
          border-left: 1px solid transparent;
          border-right: 7px solid transparent;
          border-bottom: 0;
          top: auto;
          bottom: -9px; }
          @media (max-width: 1199px) {
            .table-cart tr .total-price2 .free-delivery-box .rotate:after {
              left: 221px; } }
      .table-cart tr .total-price2 .free-delivery-slider {
        padding: 0 18px; }
        .table-cart tr .total-price2 .free-delivery-slider.slider--pagination .slick-prev {
          left: -19px; }
        .table-cart tr .total-price2 .free-delivery-slider.slider--pagination .slick-next {
          right: -19px; }
        .table-cart tr .total-price2 .free-delivery-slider .slick-track {
          padding: 10px 0; }
          .table-cart tr .total-price2 .free-delivery-slider .slick-track .product-box {
            height: auto; }
            .table-cart tr .total-price2 .free-delivery-slider .slick-track .product-box .product-box__name {
              font-size: 13px;
              font-size: 1.3rem;
              display: inline-block;
              height: auto; }
    .table-cart tr .clear-basket {
      text-align: left;
      border-bottom: 1px solid #d9d9d9; }
      .table-cart tr .clear-basket .clear {
        padding: 5px 10px;
        background-color: #c00000;
        color: #fff;
        display: inline-block;
        margin-left: 50px;
        font-size: 14px;
        font-size: 1.4rem; }
        .table-cart tr .clear-basket .clear i {
          margin-right: 8px; }
        .table-cart tr .clear-basket .clear:hover {
          background-color: #a50909; }
        @media (max-width: 1310px) and (min-width: 1270px) {
          .table-cart tr .clear-basket .clear {
            margin-left: 25px; } }
        @media (max-width: 1269px) and (min-width: 1200px) {
          .table-cart tr .clear-basket .clear {
            display: block;
            max-width: 200px;
            margin: 0 auto 10px auto;
            text-align: center; } }
        @media (max-width: 1020px) and (min-width: 992px) {
          .table-cart tr .clear-basket .clear {
            display: block;
            max-width: 200px;
            margin: 0 auto 10px auto;
            text-align: center; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .table-cart tr .clear-basket .clear {
            font-size: 10px;
            font-size: 1.0rem;
            padding: 10px 10px; } }
      .table-cart tr .clear-basket .back {
        float: right;
        margin-right: 30px;
        border: 1px solid #eaa800;
        color: #eaa800;
        padding: 4px 10px;
        text-transform: none;
        font-weight: 400; }
        .table-cart tr .clear-basket .back:hover {
          background-color: #eaa800;
          color: #fff; }
        @media (max-width: 1300px) and (min-width: 1270px) {
          .table-cart tr .clear-basket .back {
            margin-right: 25px; } }
        @media (max-width: 1269px) and (min-width: 1200px) {
          .table-cart tr .clear-basket .back {
            display: block;
            float: none;
            max-width: 200px;
            margin: 0 auto; } }
        @media (max-width: 1020px) and (min-width: 992px) {
          .table-cart tr .clear-basket .back {
            display: block;
            float: none;
            max-width: 200px;
            margin: 0 auto; } }
    .table-cart tr .quick-payment {
      border-bottom: 1px solid #d9d9d9;
      width: 177px;
      padding: 0 30px; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .table-cart tr .quick-payment {
          width: auto; }
          .table-cart tr .quick-payment a {
            display: block;
            margin: 9px 5px 10px 5px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .table-cart tr .quick-payment {
          width: auto;
          padding: 0 5px; }
          .table-cart tr .quick-payment a {
            display: block;
            margin: 0 5px 10px 5px; } }
    .table-cart tr .total-price3 {
      padding: 0 !important;
      border-top: 1px solid #7fbe51;
      border-left: 1px solid #7fbe51;
      border-bottom: 1px solid #7fbe51;
      border-color: #7fbe51; }
      .table-cart tr .total-price3:hover {
        border-color: #5f8f3d; }
      .table-cart tr .total-price3 .btn-success {
        display: block;
        background: #7fbe51;
        color: #fff;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 700;
        text-transform: none;
        padding: 37px 20px;
        width: 100%;
        height: 100%; }
        .table-cart tr .total-price3 .btn-success i {
          font-size: 30px;
          font-size: 3rem;
          margin-right: 14px; }
        .table-cart tr .total-price3 .btn-success:hover {
          background: #5f8f3d; }
        @media (max-width: 1199px) {
          .table-cart tr .total-price3 .btn-success {
            padding: 40px 6px;
            font-size: 13px;
            font-size: 1.3rem;
            height: 104px; }
            .table-cart tr .total-price3 .btn-success i {
              font-size: 20px;
              font-size: 2.0rem; } }
        @media (max-width: 991px) {
          .table-cart tr .total-price3 .btn-success {
            height: 106px; } }
  .table-cart .other {
    border-bottom: 0; }
  .table-cart .buttons {
    border-bottom: 0; }
  .table-cart .table-category {
    border-top: 1px solid #d9d9d9;
    height: 40px;
    background-color: #f3f3f3; }
    .table-cart .table-category th {
      border-right: 1px solid #d9d9d9;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400; }
      @media (min-width: 992px) {
        .table-cart .table-category th.text-center {
          text-align: center;
          text-indent: 0; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .table-cart .table-category th {
          font-size: 11px;
          font-size: 1.1rem; }
          .table-cart .table-category th.produce-nr {
            width: 40px; }
          .table-cart .table-category th.produce-photo {
            width: 66px; }
          .table-cart .table-category th.produce-unit {
            width: 64px; }
          .table-cart .table-category th.produce-quantity {
            width: 114px; }
          .table-cart .table-category th.produce-price {
            width: 60px; }
          .table-cart .table-category th.produce-comment {
            width: 82px; }
          .table-cart .table-category th.produce-close {
            width: 31px; } }
      @media (max-width: 991px) {
        .table-cart .table-category th {
          font-size: 11px;
          font-size: 1.1rem; }
          .table-cart .table-category th.produce-nr {
            width: 40px; }
          .table-cart .table-category th.produce-photo {
            width: 66px; }
          .table-cart .table-category th.produce-unit {
            width: 64px; }
          .table-cart .table-category th.produce-quantity {
            width: 50px; }
          .table-cart .table-category th.produce-price {
            width: 60px; }
          .table-cart .table-category th.produce-comment {
            width: 82px; }
          .table-cart .table-category th.produce-close {
            width: 31px; } }
  .table-cart .all {
    height: auto; }
    .table-cart .all td:last-child {
      padding: 0; }
      .table-cart .all td:last-child .table-cart2 {
        width: 100%; }
        @media (max-width: 1199px) {
          .table-cart .all td:last-child .table-cart2 {
            table-layout: fixed; } }
        @media (max-width: 767px) {
          .table-cart .all td:last-child .table-cart2 {
            border-left: 1px solid #d9d9d9; }
            .table-cart .all td:last-child .table-cart2 td {
              padding-top: 10px !important;
              padding-bottom: 10px !important; } }
        .table-cart .all td:last-child .table-cart2 tr {
          border-left: 0; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .table-cart .all td:last-child .table-cart2 tr:first-child th.produce-photo {
              width: 66px; }
            .table-cart .all td:last-child .table-cart2 tr:first-child th.produce-unit {
              width: 64px; }
            .table-cart .all td:last-child .table-cart2 tr:first-child th.produce-quantity {
              width: 114px; }
            .table-cart .all td:last-child .table-cart2 tr:first-child th.produce-price {
              width: 60px; }
            .table-cart .all td:last-child .table-cart2 tr:first-child th.produce-comment {
              width: 82px; }
            .table-cart .all td:last-child .table-cart2 tr:first-child th.produce-close {
              width: 30px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 0) {
    .table-cart .all td:last-child .table-cart2 tr:first-child th.produce-close {
      width: 31px; } }

          @media (max-width: 991px) {
            .table-cart .all td:last-child .table-cart2 tr:first-child th.produce-photo {
              width: 66px; }
            .table-cart .all td:last-child .table-cart2 tr:first-child th.produce-unit {
              width: 64px; }
            .table-cart .all td:last-child .table-cart2 tr:first-child th.produce-quantity {
              width: 50px; }
            .table-cart .all td:last-child .table-cart2 tr:first-child th.produce-price {
              width: 60px; }
            .table-cart .all td:last-child .table-cart2 tr:first-child th.produce-comment {
              width: 82px; }
            .table-cart .all td:last-child .table-cart2 tr:first-child th.produce-close {
              width: 30px; } }
  @media screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 0) {
    .table-cart .all td:last-child .table-cart2 tr:first-child th.produce-close {
      width: 31px; } }

          @media (max-width: 767px) {
            .table-cart .all td:last-child .table-cart2 tr:first-child th.produce-close {
              width: 52px; } }
          .table-cart .all td:last-child .table-cart2 tr td.produce-photo {
            width: 107px;
            padding: 16px; }
            @media (max-width: 1199px) {
              .table-cart .all td:last-child .table-cart2 tr td.produce-photo {
                padding: 2px; } }
            @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
              .table-cart .all td:last-child .table-cart2 tr td.produce-photo {
                padding: 0; } }
          .table-cart .all td:last-child .table-cart2 tr td.produce-description {
            width: auto;
            padding: 0;
            text-align: left;
            padding-left: 28px; }
            @media (max-width: 1199px) {
              .table-cart .all td:last-child .table-cart2 tr td.produce-description {
                padding-left: 8px; } }
            @media (max-width: 767px) {
              .table-cart .all td:last-child .table-cart2 tr td.produce-description .product-box__price {
                opacity: 0.6;
                filter: alpha(opacity=60); } }
          .table-cart .all td:last-child .table-cart2 tr td.produce-unit {
            width: 125px;
            padding-left: 0;
            text-align: center; }
          .table-cart .all td:last-child .table-cart2 tr td.produce-quantity {
            width: 218px; }
          .table-cart .all td:last-child .table-cart2 tr td.produce-price {
            width: 142px; }
            .table-cart .all td:last-child .table-cart2 tr td.produce-price .product-box__price {
              opacity: 0.3; }
          .table-cart .all td:last-child .table-cart2 tr td.produce-comment {
            width: 160px; }
          .table-cart .all td:last-child .table-cart2 tr td.produce-close {
            width: 52px;
            border-right: 0; }
            @media screen and (-webkit-min-device-pixel-ratio: 0) {
              .table-cart .all td:last-child .table-cart2 tr td.produce-close {
                width: 53px; } }
          .table-cart .all td:last-child .table-cart2 tr:first-child {
            border-top: 0;
            border-bottom: 0;
            height: 0; }
          .table-cart .all td:last-child .table-cart2 tr:last-child {
            border-bottom: 0; }
  .table-cart .border {
    border-bottom: 0;
    height: 0; }
  @media (max-width: 767px) {
    .table-cart .produce-nr, .table-cart .produce-unit, .table-cart .produce-price, .table-cart .produce-comment, .table-cart .produce-quantity, .table-cart .produce-quantity2, .table-cart tfoot,
    .table-cart .similar, .table-cart tr.table-category {
      display: none; }
    .table-cart tr.all > td:first-child {
      display: none; }
    .table-cart.table-summary tr {
      border-bottom: 0; }
      .table-cart.table-summary tr td {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px; }
        .table-cart.table-summary tr td.discount {
          width: 50%;
          border-bottom: 1px solid #d9d9d9;
          padding-bottom: 17px; }
          .table-cart.table-summary tr td.discount input {
            width: 100%;
            margin: 0; }
        .table-cart.table-summary tr td.total-price2 {
          text-transform: uppercase;
          font-size: 18px;
          font-size: 1.8rem;
          color: #2f0906;
          font-weight: 400; }
          .table-cart.table-summary tr td.total-price2 span {
            float: right;
            font-weight: 700;
            text-transform: none; }
        .table-cart.table-summary tr td.clear-basket {
          width: 50%;
          padding-bottom: 1px; }
          .table-cart.table-summary tr td.clear-basket a {
            display: block;
            padding: 4px 6px;
            margin: 0 -9px !important; }
            .table-cart.table-summary tr td.clear-basket a.btn-primary {
              border: 0; }
          .table-cart.table-summary tr td.clear-basket .clear {
            margin: 0;
            text-align: center; }
        .table-cart.table-summary tr td.total-price3 .btn-success {
          height: 90px;
          text-align: center;
          font-size: 24px;
          font-size: 2.4rem;
          padding: 27px 6px;
          letter-spacing: 2px; }
    .table-cart.table-summary .other p {
      text-transform: uppercase;
      font-size: 18px;
      font-size: 1.8rem;
      color: #2f0906;
      margin: 0; }
    .table-cart.table-summary .other .btn {
      width: 100%; } }

.table-box {
  width: 100%;
  height: 100%; }
  @media (max-width: 767px) {
    .table-box {
      padding-left: 15px; } }

.table2 {
  padding-top: 0;
  border-top: 0;
  width: 100%; }

.order-informations {
  border: 1px solid #d9d9d9; }
  .order-informations .order-step {
    padding: 25px 0 25px 30px;
    border-bottom: 1px solid #d9d9d9; }
    @media (max-width: 991px) {
      .order-informations .order-step {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .order-informations .order-step {
        padding-left: 0;
        padding-right: 0;
        text-align: left; } }
    .order-informations .order-step h3 {
      margin: 0; }
      @media (max-width: 1199px) {
        .order-informations .order-step h3 {
          margin-bottom: 20px; } }
    .order-informations .order-step .shopping-company-data {
      display: none; }
    /*
    .order-informations .order-step .alert {
      background: #f2f2f2;
      border: 1px solid #d9d9d9;
      padding: 45px;
      color: #666;
      line-height: 25px;
      position: relative; }
      .order-informations .order-step .alert:before, .order-informations .order-step .alert:after {
        content: "";
        position: absolute;
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg); }
        @media (max-width: 991px) {
          .order-informations .order-step .alert:before, .order-informations .order-step .alert:after {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg); } }
      .order-informations .order-step .alert:before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #f2f2f2;
        z-index: 2;
        left: -13px;
        top: 17px; }
        @media (max-width: 991px) {
          .order-informations .order-step .alert:before {
            top: -8px;
            left: auto;
            right: auto; } }
      .order-informations .order-step .alert:after {
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-top: 12px solid #d9d9d9;
        left: -15px;
        top: 15px; }
        @media (max-width: 991px) {
          .order-informations .order-step .alert:after {
            top: -10px;
            left: auto;
            right: auto; } }
      .order-informations .order-step .alert.alert-info {
        padding-left: 130px;
        margin-top: 27px;
        margin-left: 20px; }
        @media (max-width: 991px) {
          .order-informations .order-step .alert.alert-info {
            margin-left: 0; } }
        .order-informations .order-step .alert.alert-info p:after {
          content: "\f129";
          font-family: "FontAwesome";
          font-size: 64px;
          color: #eca800;
          position: absolute;
          top: 50%;
          left: 50px;
          margin-top: -12px; }
      .order-informations .order-step .alert p {
        margin: 0; }
      */
    .order-informations .order-step .radio-inline {
      float: left;
      margin: 3px 25px 0 0;
      padding: 0; }
      .order-informations .order-step .radio-inline:nth-last-of-type(1) {
        margin-right: 0; }
      .order-informations .order-step .radio-inline.active .form-number, .order-informations .order-step .radio-inline.active span.qty, .order-informations .order-step .radio-inline.active .selectboxit-container .selectboxit .selectboxit-text {
        color: #666; }
      .order-informations .order-step .radio-inline.active .form-number:focus {
        border-color: #2f0906; }
      @media (max-width: 1574px) and (min-width: 1200px) {
        .order-informations .order-step .radio-inline {
          margin-bottom: 10px; }
          .order-informations .order-step .radio-inline.col-lg-full {
            width: 100%; } }
      @media (max-width: 1199px) {
        .order-informations .order-step .radio-inline {
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .order-informations .order-step .radio-inline {
          width: 100%;
          display: block;
          margin-bottom: 0; }
          .order-informations .order-step .radio-inline.col-lg-full label {
            margin-bottom: 15px;
            display: block; } }
      .order-informations .order-step .radio-inline input, .order-informations .order-step .radio-inline label, .order-informations .order-step .radio-inline span.qty {
        float: left; }
      .order-informations .order-step .radio-inline input {
        margin-right: 8px; }
        .order-informations .order-step .radio-inline input:checked + label {
          color: #333; }
        .order-informations .order-step .radio-inline input.form-number {
          border: 1px solid #ececec;
          color: #b2b2b2;
          width: 50px;
          height: 30px;
          -webkit-appearance: none;
          -moz-appearance: textfield;
          margin-top: -5px;
          margin-left: 8px;
          text-align: center; }
          .order-informations .order-step .radio-inline input.form-number::-webkit-inner-spin-button, .order-informations .order-step .radio-inline input.form-number::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0; }
      .order-informations .order-step .radio-inline label {
        font-weight: 400;
        color: #666; }
        .order-informations .order-step .radio-inline label .visa {
          margin-top: -2px; }
        .order-informations .order-step .radio-inline label .paypal {
          margin-top: 3px; }
        .order-informations .order-step .radio-inline label .przelewy24 {
          margin-top: -12px; }
      .order-informations .order-step .radio-inline span.qty {
        color: #b2b2b2; }
      .order-informations .order-step .radio-inline .selectboxit-container {
        float: left;
        width: 45% !important;
        height: 30px !important;
        margin-left: 8px;
        margin-top: -5px; }
        .order-informations .order-step .radio-inline .selectboxit-container .selectboxit.selectboxit-focus {
          border-color: #2f0906; }
        .order-informations .order-step .radio-inline .selectboxit-container .selectboxit .selectboxit-text {
          line-height: 30px; }
        .order-informations .order-step .radio-inline .selectboxit-container .selectboxit .selectboxit-arrow-container {
          width: 30px;
          background-position: -6px center;
          border-left: 1px solid #d9d9d9; }
        .order-informations .order-step .radio-inline .selectboxit-container .selectboxit .selectboxit-text {
          font-size: 14px;
          font-size: 1.4rem;
          color: #b2b2b2; }
        .order-informations .order-step .radio-inline .selectboxit-container .selectboxit-option-first {
          display: none; }
        .order-informations .order-step .radio-inline .selectboxit-container .selectboxit-options li {
          height: 80px;
          padding: 0; }
          .order-informations .order-step .radio-inline .selectboxit-container .selectboxit-options li a {
            color: #333;
            font-size: 13px;
            font-size: 1.3rem;
            padding: 0 20px;
            border-bottom: 1px solid #d9d9d9;
            display: block; }
            .order-informations .order-step .radio-inline .selectboxit-container .selectboxit-options li a .product-title {
              float: left;
              height: auto;
              line-height: 14px;
              margin-top: 23px; }
        .order-informations .order-step .radio-inline .selectboxit-container .selectboxit-options a, .order-informations .order-step .radio-inline .selectboxit-container .selectboxit-option-icon-container {
          height: 80px; }
        .order-informations .order-step .radio-inline .selectboxit-container .selectboxit-option-icon-url {
          background-size: 100%;
          width: 36px; }
        .order-informations .order-step .radio-inline .selectboxit-container .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
          background: #fff; }
        .order-informations .order-step .radio-inline .selectboxit-container .selectboxit-btn i {
          display: none !important; }
    .order-informations .order-step.step-address {
      padding-bottom: 50px; }
      .order-informations .order-step.step-address h3 {
        margin-top: 20px;
        margin-bottom: 25px; }
      .order-informations .order-step.step-address .address-list {
        list-style: none;
        padding: 0;
        margin: 0 0 25px 0; }
        .order-informations .order-step.step-address .address-list li {
          float: left;
          min-width: 170px;
          height: 50px;
          text-align: center;
          border: 1px solid #d9d9d9;
          border-right: 0; }
          .order-informations .order-step.step-address .address-list li:last-child {
            border-right: 1px solid #d9d9d9; }
          .order-informations .order-step.step-address .address-list li.selected, .order-informations .order-step.step-address .address-list li:hover {
            background: #eca800;
            border-color: #eca800; }
            .order-informations .order-step.step-address .address-list li.selected a, .order-informations .order-step.step-address .address-list li:hover a {
              color: #fff; }
          @media (max-width: 767px) {
            .order-informations .order-step.step-address .address-list li {
              width: 100%;
              border-right: 1px solid #d9d9d9;
              border-bottom: 0; }
              .order-informations .order-step.step-address .address-list li:last-child {
                border-bottom: 1px solid #d9d9d9; } }
          .order-informations .order-step.step-address .address-list li a {
            display: block;
            line-height: 48px;
            font-size: 14px;
            font-weight: 700;
            color: #2f0906;
            text-transform: uppercase; }
            .order-informations .order-step.step-address .address-list li a i {
              margin-right: 7px; }
      .order-informations .order-step.step-address .table-responsive {
        border-top: 0;
        padding: 0;
        float: none; }
      @media (max-width: 767px) {
        .order-informations .order-step.step-address .table-responsive {
          margin: 0; }
        .order-informations .order-step.step-address .delivery-table .table th:last-child, .order-informations .order-step.step-address .delivery-table .table td:last-child {
          border-right: 0; } }
      @media (max-width: 767px) {
        .order-informations .order-step.step-address .legend span {
          margin-left: 25px; } }
      .order-informations .order-step.step-address .legend .unavailable, .order-informations .order-step.step-address .legend .selected {
        margin-left: 25px; }
    .order-informations .order-step.step-payment h3 {
      margin-bottom: 40px; }
    .order-informations .order-step.step-payment .radio-inline {
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        .order-informations .order-step.step-payment .radio-inline {
          margin-bottom: 0; }
          .order-informations .order-step.step-payment .radio-inline:nth-last-of-type(1) {
            margin-bottom: 20px; } }
    .order-informations .order-step.step-payment .checkbox.checkbox-spacing {
      margin-bottom: 20px; }
    .order-informations .order-step.step-payment .checkbox input {
      float: left;
      margin-right: 8px; }
    .order-informations .order-step.step-payment .checkbox label {
      font-weight: 400;
      color: #666; }
      @media (max-width: 767px) {
        .order-informations .order-step.step-payment .checkbox label {
          max-width: 90%; } }
      @media (max-width: 767px) {
        .order-informations .order-step.step-payment .form-profile {
          margin: 20px 0; } }
    .order-informations .order-step.step-payment .alert:not(.alert-bordered) {
      padding: 20px 25px;
      margin: 20px 0 0 15px; }
      @media (max-width: 991px) {
        .order-informations .order-step.step-payment .alert {
          margin-left: 0; } }
    .order-informations .order-step.step-payment .voucher-code-section {
      margin-bottom: 45px; }
      .order-informations .order-step.step-payment .voucher-code-section p {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        color: #666;
        margin-bottom: 15px; }
        .order-informations .order-step.step-payment .voucher-code-section p span {
          display: inline-block;
          margin-right: 10px; }
      .order-informations .order-step.step-payment .voucher-code-section .btn-sm {
        float: left;
        border-color: #eca800;
        color: #eca800; }
        .order-informations .order-step.step-payment .voucher-code-section .btn-sm:hover {
          background: #eca800;
          color: #fff; }
    .order-informations .order-step.step-message h3 {
      margin-bottom: 25px; }
    .order-informations .order-step.step-message textarea.form-control {
      padding: 15px 25px;
      min-height: 170px;
      max-height: 170px;
      width: 100%;
      max-width: 100%; }
    .order-informations .order-step.step-shop {
      display: none; }
      .order-informations .order-step.step-shop .selectboxit-container {
        width: 100% !important;
        height: 30px !important; }
        @media (max-width: 767px) {
          .order-informations .order-step.step-shop .selectboxit-container {
            margin-bottom: 10px; } }
        .order-informations .order-step.step-shop .selectboxit-container .selectboxit.selectboxit-focus {
          border-color: #2f0906; }
        .order-informations .order-step.step-shop .selectboxit-container .selectboxit .selectboxit-text {
          line-height: 30px; }
        .order-informations .order-step.step-shop .selectboxit-container .selectboxit .selectboxit-arrow-container {
          width: 30px;
          background-position: -6px center;
          border-left: 1px solid #d9d9d9; }
        .order-informations .order-step.step-shop .selectboxit-container .selectboxit .selectboxit-text {
          font-size: 14px;
          font-size: 1.4rem;
          color: #666; }
      .order-informations .order-step.step-shop .map {
        margin: 45px 0 25px 0;
        width: 100%;
        height: 450px; }
      .order-informations .order-step.step-shop .gm-style-iw > div {
        margin: 0 -15px; }
      .order-informations .order-step.step-shop .gm-style-iw h4 {
        padding: 5px 15px 15px 15px;
        margin: 0;
        letter-spacing: 1px; }
      .order-informations .order-step.step-shop .gm-style-iw p {
        font-size: 14px;
        font-size: 1.4rem;
        color: #666;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 0; }
        .order-informations .order-step.step-shop .gm-style-iw p b {
          white-space: nowrap; }
      .order-informations .order-step.step-shop .map-content {
        display: none !important; }
    @media (max-width: 767px) {
      .order-informations .order-step.step-order-number h3 {
        margin-bottom: 0; } }
    .order-informations .order-step.step-confirmation {
      padding-top: 45px;
      color: #666;
      border-bottom: 0; }
      @media (min-width: 1680px) {
        .order-informations .order-step.step-confirmation .column {
          margin-left: 8.33333%; }
          .order-informations .order-step.step-confirmation .column:nth-child(1) {
            margin-left: 0; } }
      @media (max-width: 1679px) and (min-width: 1200px) {
        .order-informations .order-step.step-confirmation .column {
          width: 33.3333%; } }
      @media (max-width: 991px) {
        .order-informations .order-step.step-confirmation .column {
          margin-bottom: 20px; } }
      .order-informations .order-step.step-confirmation b {
        color: #333; }
      .order-informations .order-step.step-confirmation h3 {
        margin-bottom: 25px; }
        .order-informations .order-step.step-confirmation h3.thanks {
          line-height: 30px; }
      .order-informations .order-step.step-confirmation p, .order-informations .order-step.step-confirmation .logo-payment {
        margin-bottom: 33px; }
      .order-informations .order-step.step-confirmation .hidden {
        display: none !important; }
      .order-informations .order-step.step-confirmation .product-list-wrapper {
        border: 1px solid #d9d9d9;
        margin-right: 25px;
        max-height: 391px;
        overflow: hidden; }
        @media (max-width: 991px) {
          .order-informations .order-step.step-confirmation .product-list-wrapper {
            margin-right: 0;
            max-height: 432px; } }
        @media (max-width: 767px) {
          .order-informations .order-step.step-confirmation .product-list-wrapper {
            max-height: 391px; } }
      .order-informations .order-step.step-confirmation .product-single {
        border-bottom: 1px solid #d9d9d9;
        padding: 10px 0;
        overflow: hidden;
        display: flex;
        align-items: center;
        position: relative;
        clear: both; }
        @media (max-width: 767px) {
          .order-informations .order-step.step-confirmation .product-single {
            padding: 10px;
            height: 78px; } }
        .order-informations .order-step.step-confirmation .product-single:nth-last-of-type(1) {
          border-bottom: 0; }
      .order-informations .order-step.step-confirmation .product-cover {
        width: 65px;
        margin: 0 17px 0 13px; }
      .order-informations .order-step.step-confirmation .product-info {
        color: #666; }
        .order-informations .order-step.step-confirmation .product-info a {
          display: block;
          font-size: 13px;
          font-size: 1.3rem;
          color: #333;
          margin-bottom: 0; }
          .order-informations .order-step.step-confirmation .product-info a:hover {
            color: #2f0906; }
        .order-informations .order-step.step-confirmation .product-info em {
          color: #c00000;
          font-style: normal; }
      .order-informations .order-step.step-confirmation .product-list-info {
        background: #d9d9d9;
        height: 30px;
        margin: 0 25px 30px 0; }
        @media (max-width: 991px) {
          .order-informations .order-step.step-confirmation .product-list-info {
            margin-right: 0; } }
        .order-informations .order-step.step-confirmation .product-list-info span {
          line-height: 30px;
          margin: 0 10px;
          color: #666; }
        .order-informations .order-step.step-confirmation .product-list-info a {
          line-height: 30px;
          float: right;
          background: #2f0906;
          color: #fff;
          display: block;
          padding: 0 10px; }
          .order-informations .order-step.step-confirmation .product-list-info a i {
            color: #eca800;
            margin-left: 8px; }
          .order-informations .order-step.step-confirmation .product-list-info a:hover {
            background: #eca800; }
            .order-informations .order-step.step-confirmation .product-list-info a:hover i {
              color: #2f0906; }
      .order-informations .order-step.step-confirmation .order-summary {
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 18px;
        margin: 0 25px 18px 0; }
        @media (max-width: 991px) {
          .order-informations .order-step.step-confirmation .order-summary {
            margin-right: 0; } }
        .order-informations .order-step.step-confirmation .order-summary span {
          font-size: 18px;
          font-size: 1.8rem;
          color: #2f0906;
          font-weight: 700;
          letter-spacing: 1px; }
        .order-informations .order-step.step-confirmation .order-summary .label {
          float: left; }
        .order-informations .order-step.step-confirmation .order-summary .price {
          float: right; }
      .order-informations .order-step.step-confirmation .order-confirmation-survey {
        border: 1px solid #d9d9d9;
        background: #f2f2f2;
        margin-bottom: 60px; }
        @media (max-width: 991px) {
          .order-informations .order-step.step-confirmation .order-confirmation-survey {
            margin-bottom: 0; } }
        .order-informations .order-step.step-confirmation .order-confirmation-survey h3 {
          line-height: 40px;
          margin: 0; }
        .order-informations .order-step.step-confirmation .order-confirmation-survey .survey-section {
          padding: 25px 45px;
          border-bottom: 1px solid #d9d9d9; }
          @media (max-width: 767px) {
            .order-informations .order-step.step-confirmation .order-confirmation-survey .survey-section {
              padding-left: 15px;
              padding-right: 15px; } }
        .order-informations .order-step.step-confirmation .order-confirmation-survey ol {
          margin: 0;
          padding: 0;
          list-style: none;
          counter-reset: survey-counter; }
          .order-informations .order-step.step-confirmation .order-confirmation-survey ol li {
            padding: 25px 45px;
            border-bottom: 1px solid #d9d9d9; }
            .order-informations .order-step.step-confirmation .order-confirmation-survey ol li:last-child {
              border-bottom: 0; }
            .order-informations .order-step.step-confirmation .order-confirmation-survey ol li:before {
              content: counter(survey-counter) ".";
              counter-increment: survey-counter;
              float: left;
              margin: 0 5px 10px 0; }
            @media (max-width: 767px) {
              .order-informations .order-step.step-confirmation .order-confirmation-survey ol li {
                padding-left: 15px;
                padding-right: 15px; } }
            .order-informations .order-step.step-confirmation .order-confirmation-survey ol li .star_content {
              display: block;
              margin: 15px 0 0 15px;
              clear: both; }
              .order-informations .order-step.step-confirmation .order-confirmation-survey ol li .star_content .star-rating {
                display: inline-block;
                font-size: 28px;
                font-size: 2.8rem;
                color: #bfbfbf;
                position: relative;
                margin-right: 5px;
                cursor: pointer; }
                .order-informations .order-step.step-confirmation .order-confirmation-survey ol li .star_content .star-rating:before {
                  content: "\f118";
                  font-family: "FontAwesome"; }
                .order-informations .order-step.step-confirmation .order-confirmation-survey ol li .star_content .star-rating.star-rating-on, .order-informations .order-step.step-confirmation .order-confirmation-survey ol li .star_content .star-rating.star-rating-hover {
                  color: #eca800; }
                .order-informations .order-step.step-confirmation .order-confirmation-survey ol li .star_content .star-rating a {
                  text-indent: -10000px;
                  position: absolute; }
            .order-informations .order-step.step-confirmation .order-confirmation-survey ol li .question {
              float: left;
              max-width: 90%; }
  .order-informations .submit {
    padding-right: 0; }
    @media (max-width: 767px) {
      .order-informations .submit {
        padding-left: 0;
        text-align: center; } }
    .order-informations .submit a {
      float: none;
      display: inline-block;
      text-align: center; }
      .order-informations .submit a.btn-sm {
        margin-right: 30px;
        border-color: #eca800;
        color: #eca800; }
        .order-informations .submit a.btn-sm:hover {
          background: #eca800;
          color: #fff; }
        @media (max-width: 767px) {
          .order-informations .submit a.btn-sm {
            margin: 20px auto; } }
      .order-informations .submit a.btn-success {
        width: 22%;
        background: #7fbe51;
        color: #fff;
        font-size: 2.4rem;
        font-weight: 700;
        padding: 28px 20px; }
        .order-informations .submit a.btn-success.btn-back {
          background: #eca800;
          margin-right: -2px; }
          @media (max-width: 767px) {
            .order-informations .submit a.btn-success.btn-back {
              margin-right: 0; } }
          .order-informations .submit a.btn-success.btn-back:hover {
            background: #ffbf20; }
        .order-informations .submit a.btn-success:hover {
          background: #9acc76; }
        @media (max-width: 1199px) {
          .order-informations .submit a.btn-success {
            width: auto; } }
        @media (max-width: 767px) {
          .order-informations .submit a.btn-success {
            width: 100%; } }
        .order-informations .submit a.btn-success i {
          margin-right: 10px; }
  @media (max-width: 1440px) and (min-width: 1200px) {
    .order-informations .col-lg-more {
      width: 66.66666667%; }
    .order-informations .step-address .form-profile .form-column {
      width: 50%; }
    .order-informations .step-payment .form-profile {
      width: 75%; }
    .order-informations .step-message .form-profile {
      width: 100%; }
    .order-informations .submit a.btn-success {
      width: 30%; } }

.btn-confirmation.btn-back {
  clear: both;
  display: block;
  text-align: center;
  width: 22%;
  background: #eca800;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 28px 20px;
  letter-spacing: 2px; }
  .btn-confirmation.btn-back:hover {
    background: #ffbf20; }
  .btn-confirmation.btn-back i {
    margin-right: 10px; }
  @media (max-width: 1199px) {
    .btn-confirmation.btn-back {
      width: 50%; } }
  @media (max-width: 767px) {
    .btn-confirmation.btn-back {
      width: 100%; } }

.survey-single {
  border: 1px solid #d9d9d9;
  background: #fff;
  margin-bottom: 45px;
  margin-left: 15px; }
  @media (max-width: 991px) {
    .survey-single {
      margin-bottom: 15px;
      margin-left: 0; } }
  .survey-single h3 {
    line-height: 40px;
    margin: 0; }
  .survey-single .survey-section {
    padding: 25px 45px;
    border-bottom: 1px solid #d9d9d9; }
    @media (max-width: 767px) {
      .survey-single .survey-section {
        padding-left: 15px;
        padding-right: 15px; } }
  .survey-single ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: survey-counter; }
    .survey-single ol li {
      padding: 25px 45px;
      border-bottom: 1px solid #d9d9d9; }
      .survey-single ol li:last-child {
        border-bottom: 0; }
      .survey-single ol li:before {
        content: counter(survey-counter) ".";
        counter-increment: survey-counter;
        float: left;
        margin: 0 5px 10px 0; }
      @media (max-width: 767px) {
        .survey-single ol li {
          padding-left: 15px;
          padding-right: 15px; } }
      .survey-single ol li .star_content {
        display: block;
        margin: 15px 0 0 15px;
        clear: both; }
        .survey-single ol li .star_content .star-rating {
          display: inline-block;
          font-size: 28px;
          font-size: 2.8rem;
          color: #bfbfbf;
          position: relative;
          margin-right: 5px;
          cursor: pointer; }
          .survey-single ol li .star_content .star-rating:before {
            content: "\f118";
            font-family: "FontAwesome"; }
          .survey-single ol li .star_content .star-rating.star-rating-on, .survey-single ol li .star_content .star-rating.star-rating-hover {
            color: #eca800; }
          .survey-single ol li .star_content .star-rating a {
            text-indent: -10000px;
            position: absolute; }
      .survey-single ol li .question {
        float: left;
        max-width: 90%; }

.next-survey {
  margin-left: 15px; }
  @media (max-width: 991px) {
    .next-survey {
      margin-bottom: 20px;
      margin-left: 0; } }

.survey-info .alert-img {
  position: relative; }
  .survey-info .alert-img p {
    position: absolute;
    left: 0;
    bottom: 50px;
    color: #fff;
    padding: 0 40px;
    margin: 0;
    width: 100%; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .survey-info .alert-img p {
        bottom: 10px; } }
    @media (max-width: 767px) {
      .survey-info .alert-img p {
        bottom: 5px;
        padding: 0 15px;
        line-height: 20px;
        font-size: 13px;
        font-size: 1.3rem; } }
.survey-info .alert-content {
  padding: 25px 15px 50px 15px; }
  .survey-info .alert-content h4 {
    margin: 0 0 5px 0;
    letter-spacing: 1px; }
  .survey-info .alert-content p {
    margin-bottom: 20px;
    line-height: 20px; }
  .survey-info .alert-content .btn-default {
    border-width: 1px;
    letter-spacing: 0;
    padding-left: 7px;
    padding-right: 7px; }
.survey-info .alert {
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  padding: 1px;
  color: #666;
  line-height: 25px;
  position: relative;
  padding: 0; }
  .survey-info .alert:before, .survey-info .alert:after {
    content: "";
    position: absolute;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg); }
    @media (max-width: 991px) {
      .survey-info .alert:before, .survey-info .alert:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg); } }
  .survey-info .alert:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f2f2f2;
    z-index: 2;
    left: -13px;
    top: 17px; }
    @media (max-width: 991px) {
      .survey-info .alert:before {
        top: -8px;
        left: auto;
        right: auto; } }
  .survey-info .alert:after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 12px solid #d9d9d9;
    left: -15px;
    top: 15px; }
    @media (max-width: 991px) {
      .survey-info .alert:after {
        top: -10px;
        left: auto;
        right: auto; } }

.shop-shop-products {
  width: 100%;
  margin-bottom: -15px; }
  .shop-shop-products .title--underlined {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 24px;
    font-size: 2.4rem; }
  .shop-shop-products .big-product .product-box-container {
    padding-top: 80px;
    padding-bottom: 100px; }
  .shop-shop-products .big-product .product-box {
    width: 100%;
    height: 723px; }
    .shop-shop-products .big-product .product-box .product-box__img {
      height: auto;
      margin-bottom: 70px; }
    .shop-shop-products .big-product .product-box .product-box__name {
      font-size: 16px;
      font-size: 1.6rem; }
      @media (min-width: 992px) {
        .shop-shop-products .big-product .product-box .product-box__name {
          max-width: 70%;
          margin: 0 auto; } }
    .shop-shop-products .big-product .product-box .product-box__price {
      font-size: 16px;
      font-size: 1.6rem; }
    .shop-shop-products .big-product .product-box .product-box__old-price, .shop-shop-products .big-product .product-box .product-box__price em {
      font-size: 24px;
      font-size: 2.4rem; }
    .shop-shop-products .big-product .product-box .product-box__buttons a {
      text-transform: uppercase;
      font-weight: 700;
      padding: 12px 15px; }
  .shop-shop-products .shop-product-list .product-box {
    width: 16.65%; }
    @media (max-width: 1550px) and (min-width: 1200px) {
      .shop-shop-products .shop-product-list .product-box {
        width: 25%; } }
    @media (max-width: 1199px) and (min-width: 992px) {
      .shop-shop-products .shop-product-list .product-box {
        width: 33%; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .shop-shop-products .shop-product-list .product-box {
        width: 33%; } }
    @media (max-width: 767px) {
      .shop-shop-products .shop-product-list .product-box {
        width: 50%; } }
    .shop-shop-products .shop-product-list .product-box.show-all {
      width: calc(16.65% * 2);
      text-align: center; }
      @media (max-width: 1550px) and (min-width: 1200px) {
        .shop-shop-products .shop-product-list .product-box.show-all {
          width: calc(25% * 2); } }
      @media (max-width: 1199px) and (min-width: 992px) {
        .shop-shop-products .shop-product-list .product-box.show-all {
          width: calc(33% * 2); } }
      @media (max-width: 991px) and (min-width: 768px) {
        .shop-shop-products .shop-product-list .product-box.show-all {
          width: calc(33% * 2); } }
      @media (max-width: 767px) {
        .shop-shop-products .shop-product-list .product-box.show-all {
          width: calc(50% * 2); } }
      .shop-shop-products .shop-product-list .product-box.show-all .product-box-container {
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .shop-shop-products .shop-product-list .product-box.show-all span {
        margin: 25px 0;
        font-size: 24px;
        font-size: 2.4rem;
        color: #eca800;
        display: block;
        text-transform: uppercase;
        line-height: 26px; }
      .shop-shop-products .shop-product-list .product-box.show-all i {
        font-size: 50px;
        font-size: 5rem;
        color: #eca800; }
      .shop-shop-products .shop-product-list .product-box.show-all .btn {
        display: inline-block;
        color: #eca800;
        border-color: #eca800;
        max-width: 275px;
        margin: 0 auto; }
        .shop-shop-products .shop-product-list .product-box.show-all .btn:hover {
          border-color: #eca800;
          background: #eca800;
          color: #fff; }

.alerts {
  padding: 15px 20px;
  margin: 0 0 10px 0; }
  .modal .alerts {
    margin-bottom: 25px; }
  .alerts p {
    margin: 0;
    padding: 0 0 0 10px;
    display: inline-block;
    line-height: 20px;
    max-width: 90%;
    text-align: left; }
    @media (max-width: 767px) {
      .alerts p {
        max-width: 85%; } }
  .alerts:before {
    font-family: "FontAwesome";
    font-size: 18px;
    font-size: 1.8rem;
    float: left;
    margin: -2px 10px 0 0; }
  .alerts.alert-success {
    background: #ecf5e5; }
    .alerts.alert-success:before {
      content: "\f058";
      color: #7fbe51; }
    .alerts.alert-success p {
      border-left: 1px solid #7fbe51; }
  .alerts.alert-infos {
    background: #e3f1fc; }
    .alerts.alert-infos:before {
      content: "\f05a";
      color: #40a3e9; }
    .alerts.alert-infos p {
      border-left: 1px solid #40a3e9; }
  .alerts.alert-warning {
    background: #fff4d9; }
    .alerts.alert-warning:before {
      content: "\f071";
      color: #ffb400; }
    .alerts.alert-warning p {
      border-left: 1px solid #ffb400; }
  .alerts.alert-danger {
    background: #f6d9d9; }
    .alerts.alert-danger:before {
      content: "\f06a";
      color: #c00000; }
    .alerts.alert-danger p {
      border-left: 1px solid #c00000; }

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

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

.panel-chat .panel-content-msg {
  min-height: 205px;
  max-height: 300px;
  overflow-y: auto; }
.panel-chat .panel-content {
  padding: 17px;
  background: #f8f8f8; }
  .panel-chat .panel-content.customer {
    background: #fff; }
  .panel-chat .panel-content .panel-name {
    font-weight: 700;
    font-size: 10px;
    font-size: 1rem;
    color: #999; }
  .panel-chat .panel-content .panel-msg {
    color: #666; }
.panel-chat .panel-enter-msg {
  border-top: 1px solid #d9d9d9; }
  .panel-chat .panel-enter-msg form {
    padding: 10px 0; }
    @media (min-width: 1200px) {
      .panel-chat .panel-enter-msg form {
        position: relative; } }
  .panel-chat .panel-enter-msg textarea {
    border: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    -moz-appearance: none;
    -webkit-appearance: none; }
@media (min-width: 1200px) {
  .panel-chat .chat-send {
    position: absolute;
    right: 0;
    bottom: 10px; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .panel-chat .chat-send {
    text-align: center; } }
@media (max-width: 767px) {
  .panel-chat .chat-send {
    text-align: center; } }

@media (max-width: 767px) {
  .product-extra-block-mobile .product-extra-block {
    width: 100% !important; } }
@media (max-width: 1019px) and (min-width: 992px) {
  .product-extra-fix {
    width: 100%; } }
.product-extra-block {
  height: 360px;
  margin: 25px 0;
  padding: 0 63px; }
  @media (min-width: 1200px) and (max-width: 1400px) {
    .product-extra-block {
      padding: 0 40px; } }
  @media (min-width: 992px) {
    .product-extra-block.first-block {
      margin-left: 15px; }
    .product-extra-block.second-block {
      margin-right: 15px; } }
  @media (max-width: 1020px) and (min-width: 992px) {
    .product-extra-block.first-block {
      margin-left: 0; } }
  @media (max-width: 991px) {
    .product-extra-block {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .product-extra-block {
      height: 415px; } }
  .product-extra-block.blue {
    background: #94d8f4;
    background-image: -webkit-linear-gradient(right, #1686c9, rgba(22, 134, 201, 0));
    background-image: -moz-linear-gradient(right, #1686c9, rgba(22, 134, 201, 0));
    background-image: -o-linear-gradient(right, #1686c9, rgba(22, 134, 201, 0));
    background-image: -ms-linear-gradient(right, #1686c9, rgba(22, 134, 201, 0));
    background-image: linear-gradient(to left, #1686c9, rgba(22, 134, 201, 0)); }
  .product-extra-block.yellow {
    background: #ffd54c;
    background-image: -webkit-linear-gradient(right, #ffba01, rgba(255, 186, 1, 0));
    background-image: -moz-linear-gradient(right, #ffba01, rgba(255, 186, 1, 0));
    background-image: -o-linear-gradient(right, #ffba01, rgba(255, 186, 1, 0));
    background-image: -ms-linear-gradient(right, #ffba01, rgba(255, 186, 1, 0));
    background-image: linear-gradient(to left, #ffba01, rgba(255, 186, 1, 0)); }
    .product-extra-block.yellow .product-extra-heading h2 {
      font-size: 18px;
      font-weight: bold;
      color: #2f0906;
      text-transform: none;
      text-shadow: none; }
      @media (max-width: 1849px) {
        .product-extra-block.yellow .product-extra-heading h2 {
          font-size: 14px; } }
      .product-extra-block.yellow .product-extra-heading h2 span {
        color: #f52c0d; }
  .product-extra-block .product-extra-wrapper {
    margin: 0 -7px; }
  .product-extra-block .product-extra-heading {
    width: 100%;
    padding: 10px 0 11px 0; }
    @media (max-width: 767px) {
      .product-extra-block .product-extra-heading {
        text-align: center; } }
    .product-extra-block .product-extra-heading img {
      float: left; }
      @media (max-width: 1450px) {
        .product-extra-block .product-extra-heading img {
          max-width: 20%; } }
      @media (max-width: 767px) {
        .product-extra-block .product-extra-heading img {
          float: none;
          display: inline-block;
          max-width: 100%; } }
    .product-extra-block .product-extra-heading h2 {
      float: right;
      font-size: 24px;
      font-weight: 800;
      text-transform: uppercase;
      color: #fff;
      text-shadow: 1px 1px #3d5da7;
      max-width: 80%; }
      @media (max-width: 1650px) {
        .product-extra-block .product-extra-heading h2 {
          font-size: 18px; } }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .product-extra-block .product-extra-heading h2 {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .product-extra-block .product-extra-heading h2 {
          float: none;
          display: block;
          text-align: center;
          max-width: 100%; } }
  .product-extra-block .product-box {
    width: 25%;
    height: 250px; }
    .product-extra-block .product-box .product-box-container {
      padding-top: 10px;
      padding-bottom: 14px; }
    .product-extra-block .product-box h3 {
      margin: 0; }
    .product-extra-block .product-box .product-box__name {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 16px;
      display: block;
      margin-bottom: 8px; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .product-extra-block .product-box .product-box__name {
          height: 55px;
          font-size: 12px;
          font-size: 1.2rem; } }
    .product-extra-block .product-box .product-box__img {
      height: 150px;
      padding-bottom: 0; }
      @media (min-width: 1200px) and (max-width: 1400px) {
        .product-extra-block .product-box .product-box__img {
          height: 92px; } }
    .product-extra-block .product-box .product-box__price {
      position: relative;
      top: -9px;
      margin-right: 7px; }
      @media (max-width: 767px) {
        .product-extra-block .product-box .product-box__price {
          top: 0; } }
    .product-extra-block .product-box .product-box__price, .product-extra-block .product-box .product-box__buttons {
      display: inline-block; }
    .product-extra-block .product-box .btn-sm {
      border-color: #eca800; }
      .product-extra-block .product-box .btn-sm:hover {
        border-color: #2f0906; }
      .product-extra-block .product-box .btn-sm i {
        margin-right: 0; }
    .product-extra-block .product-box .quantity-product-cart {
      width: 100%; }
      .product-extra-block .product-box .quantity-product-cart .product_qty {
        height: 25px;
        width: 50px; }
      .product-extra-block .product-box .quantity-product-cart .product_quantity {
        top: -2px; }
  .product-extra-block .slick-prev, .product-extra-block .slick-next {
    display: inline-block;
    background: none;
    border: 0;
    padding: 0;
    width: 40px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 40px;
    line-height: 1;
    outline: none;
    position: absolute;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 1; }
    .product-extra-block .slick-prev:hover, .product-extra-block .slick-next:hover {
      color: #fff; }
  .product-extra-block .slick-prev {
    left: -45px; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .product-extra-block .slick-prev {
        left: -30px; } }
  .product-extra-block .slick-next {
    right: -45px; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .product-extra-block .slick-next {
        right: -30px; } }

.error-page {
  margin-top: 78px;
  margin-bottom: 78px; }
  @media (min-width: 1200px) {
    .error-page {
      width: 1170px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 1019px) and (min-width: 992px) {
    .error-page {
      margin-top: 150px; } }
  .error-page h4 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 800; }
  .error-page .border {
    border-left: 1px solid #d9d9d9; }
    @media (min-width: 1200px) {
      .error-page .border {
        margin-left: 4%;
        padding-left: 4%; } }
    @media (max-width: 991px) {
      .error-page .border {
        border-left: 0;
        text-align: center; } }
    .error-page .border h4 {
      margin: 15px 0; }
    .error-page .border p {
      margin-bottom: 15px; }
    .error-page .border a {
      margin-bottom: 12px;
      color: #2f0906; }
      .error-page .border a:hover {
        text-decoration: underline; }
      .error-page .border a.btn {
        color: #fff; }
        .error-page .border a.btn:hover {
          text-decoration: none; }
  .error-page .border, .error-page .main-error {
    padding-top: 50px;
    padding-bottom: 65px; }
    @media (max-width: 767px) {
      .error-page .border, .error-page .main-error {
        padding-top: 25px;
        padding-bottom: 35px; } }
  .error-page .main-error h1 {
    font-size: 148px;
    font-size: 14.8rem;
    font-weight: 700;
    color: #eca800;
    margin: 0;
    line-height: 105px; }
    @media (max-width: 1019px) and (min-width: 992px) {
      .error-page .main-error h1 {
        font-size: 100px;
        font-size: 10rem; } }
    @media (max-width: 767px) {
      .error-page .main-error h1 {
        font-size: 100px;
        font-size: 10rem; } }
  .error-page .main-error h4 {
    margin: 25px 0 0 0; }
