/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */


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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
    max-width: 100%;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);
header ul, header nav ul > li ol, .slider-product ul, .products-list ul, .contact-form ul, .otherShop ul, .website-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header ul:after, header nav ul > li ol:after, .slider-product ul:after, .products-list ul:after, .contact-form ul:after, .otherShop ul:after, .website-info ul:after {
  content: "";
  display: table;
  clear: both;
}

body {
  background-color: ;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  color: #222222;
  font-family: 'Noto Sans', sans-serif;
}

body.overflow {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.page {
  width: 100%;
  background-color: white;
  padding-top: 130px;
  position: relative;
  z-index: 2;
}

.container {
  width: 1120px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

.goTop {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.goTop a {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(http://www.filter017.com/bigcartel/images/icon-gotop@2x.png);
  background-size: 40px 40px;
  text-indent: -99999px;
  -moz-transition: all 275ms ease;
  -o-transition: all 275ms ease;
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
  filter: progid:DXImageTransform.Microsoft.Alpha($content * 100);
  opacity: 0.5;
}
.goTop a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha($content * 100);
  opacity: 1;
}

/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 2;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

header {
  background-color: #0A0D1B;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header .logo {
  position: fixed;
  width: 125px;
  left: 50px;
  top: 30px;
}
header nav {
  text-align: center;
  width: 100%;
}
header nav ul > li {
  line-height: 90px;
  display: inline-block;
  font-size: 12px;
  font-family: Arial;
  text-transform: uppercase;
  padding: 0 30px;
}
header nav ul > li:hover .submenu {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 2;
  display: block;
}
header nav ul > li .submenu {
  position: absolute;
  width: 100%;
  display: none;
  line-height: 40px;
  left: 0;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -moz-transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
header nav ul > li ol li {
  margin-right: 20px;
  display: inline-block;
}
header nav a {
  color: white;
  text-decoration: none;
}
header .social-media {
  position: fixed;
  top: 30px;
  right: 50px;
}
header .social-media ul {
  display: inline-block;
}
header .social-media li {
  text-indent: -99999px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 5px;
}
header .social-media li.website {
  background-image: url(http://www.filter017.com/bigcartel/images/icon-social-website.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  header .social-media li.website {
    /* on retina, use image that's scaled by 2 */
    background-image: url("http://www.filter017.com/bigcartel/images/icon-social-website@2x.png");
    background-size: 20px 20px;
  }
}
header .social-media li.facebook {
  background-image: url(http://www.filter017.com/bigcartel/images/icon-social-facebook.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  header .social-media li.facebook {
    /* on retina, use image that's scaled by 2 */
    background-image: url("http://www.filter017.com/bigcartel/images/icon-social-facebook@2x.png");
    background-size: 20px 20px;
  }
}
header .social-media li.weibo {
  display: none;
  background-image: url(http://www.filter017.com/bigcartel/images/icon-social-weibo.png);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  header .social-media li.weibo {
    /* on retina, use image that's scaled by 2 */
    background-image: url("http://www.filter017.com/bigcartel/images/icon-social-weibo@2x.png");
    background-size: 20px 20px;
  }
}
header .social-media .search-toggle {
  width: 20px;
  height: 20px;
  background-size: cover;
  background-image: url(http://www.filter017.com/bigcartel/images/icon-search.png);
  text-indent: -99999px;
  display: inline-block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  header .social-media .search-toggle {
    /* on retina, use image that's scaled by 2 */
    background-image: url("http://www.filter017.com/bigcartel/images/icon-search@2x.png");
    background-size: 20px 20px;
  }
}
header .social-media .search-toggle a {
  display: block;
  width: 20px;
  height: 20px;
}
header .social-media a {
  display: block;
  width: 20px;
  height: 20px;
}

.subheader {
  background-color: #222;
  line-height: 40px;
  text-align: right;
}
.subheader .cart a {
  font-size: 12px;
  color: white;
  text-decoration: none;
}

.search-form {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 10;
  text-align: center;
}
.search-form form {
  width: 50%;
  margin: 0 auto;
}
.search-form input {
  margin-top: 200px;
  width: 100%;
  height: 60px;
  border: none;
  font-size: 46px;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px;
  background-color: transparent;
  background-image: url(http://www.filter017.com/bigcartel/images/icon-search-b.png);
  background-position: right center;
  background-repeat: no-repeat;
  outline: none;
}
.search-form .btn-close {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  -moz-transition: all 275ms ease-out;
  -o-transition: all 275ms ease-out;
  -webkit-transition: all 275ms ease-out;
  transition: all 275ms ease-out;
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.search-form .btn-close:before, .search-form .btn-close:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #666;
  position: absolute;
  top: 50%;
  left: 0;
}
.search-form .btn-close:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-form .btn-close:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-form .btn-close:hover {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.2em 0 0 -0.2em;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(0, 0, 0, 0.1);
  border-right: 0.3em solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.3em solid rgba(0, 0, 0, 0.1);
  border-left: 0.3em solid #555;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-animation: loader 300ms infinite linear;
  -webkit-animation: loader 300ms infinite linear;
  animation: loader 300ms infinite linear;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

section {
  text-align: center;
}
section .subject {
  border-bottom: 2px solid #222;
  padding-bottom: 5px;
  text-align: center;
  display: inline-block;
  margin: 0 auto 20px;
  text-transform: uppercase;
}

.moreProducts {
  width: 300px;
  line-height: 70px;
  margin: 30px auto;
  border: 1px solid #cfcfcf;
}
.moreProducts a {
  display: block;
  width: 100%;
  line-height: 70px;
  font-size: 12px;
  text-decoration: none;
  background-color: transparent;
  color: #333;
  -moz-transition: all 275ms ease;
  -o-transition: all 275ms ease;
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
}
.moreProducts a:hover {
  color: white;
  background-color: #333;
}

.slider-product {
  padding-top: 65px;
  position: relative;
}
.slider-product li {
  float: left;
}
.slider-product li .cover {
  position: relative;
}
.slider-product li .cover img {
  max-width: auto;
  width: 100%;
  -moz-transition: all 275ms cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition: all 275ms cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-transition: all 275ms cubic-bezier(0.6, 0, 0.4, 1);
  transition: all 275ms cubic-bezier(0.6, 0, 0.4, 1);
}
.slider-product li .info {
  position: absolute;
  bottom: 0;
  background-color: #262626;
  font-size: 12px;
  min-height: 100px;
  color: white;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  -moz-transition: all 275ms cubic-bezier(0.6, 0, 0.4, 1);
  -o-transition: all 275ms cubic-bezier(0.6, 0, 0.4, 1);
  -webkit-transition: all 275ms cubic-bezier(0.6, 0, 0.4, 1);
  transition: all 275ms cubic-bezier(0.6, 0, 0.4, 1);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.slider-product li .info b {
  text-align: left;
  display: block;
  width: 80%;
  font-weight: normal;
}
.slider-product li .info i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-style: normal;
}
.slider-product li .info a {
  display: block;
  width: 70px;
  line-height: 30px;
  background-color: #46CE34;
  color: white;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 275ms ease;
  -o-transition: all 275ms ease;
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
}
.slider-product li .info a:hover {
  background-color: #389E2B;
}
.slider-product li:hover img {
  -moz-transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.slider-product li:hover .info {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.products-list {
  margin-top: 100px;
}
.products-list li {
  float: left;
  width: 23%;
  margin: 0 1% 20px;
}
.products-list a .cover {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.products-list a .cover:before {
  content: "VIEW";
  font-size: 18px;
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 100%;
  position: absolute;
  color: white;
  top: 50%;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha($content * 100);
  opacity: 0;
  -moz-transition: all 275ms ease;
  -o-transition: all 275ms ease;
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
}
.products-list a .cover:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.Alpha($content * 100);
  opacity: 0;
  -moz-transition: all 275ms ease;
  -o-transition: all 275ms ease;
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
  z-index: 1;
}
.products-list a .info {
  font-size: 12px;
}
.products-list a .info:after {
  content: "";
  display: table;
  clear: both;
}
.products-list a .info b {
  width: 75%;
  float: left;
  text-align: left;
  color: #9a9a9a;
  font-weight: normal;
  font-weight: normal;
  min-height: 4.5em;
}
.products-list a .info i {
  width: 25%;
  float: left;
  font-style: normal;
  color: #666;
  text-align: right;
}
.products-list a .info i.on-sale {
  color: #f00;
}
.products-list a:hover .cover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha($content * 100);
  opacity: 1;
}
.products-list a:hover .cover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha($content * 100);
  opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: 17px 24px;
}
.bx-wrapper .bx-prev {
  left: -24px;
  background-image: url(http://www.filter017.com/bigcartel/images/icon-arrow_prev@2x.png);
}
.bx-wrapper .bx-next {
  right: -24px;
  background-image: url(http://www.filter017.com/bigcartel/images/icon-arrow_next@2x.png);
}

.pager {
  padding: 50px 0;
  font-size: 13px;
}
.pager .disabled {
  display: none;
}
.pager span {
  text-transform: uppercase;
  display: inline-block;
  color: #aaa;
  padding: 0 10px;
}
.pager a {
  color: #aaa;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
}
.pager a:hover {
  color: #666;
}

#product .products-list {
  padding-bottom: 40px;
}

.product-item {
  margin-top: 40px;
}
.product-item:after {
  content: "";
  display: table;
  clear: both;
}
.product-item .product-info {
  text-align: left;
  width: 30%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
.product-item .product-info .info-header {
  position: relative;
}
.product-item .product-info .info-header .name {
  font-size: 15px;
  width: 70%;
  color: #555;
}
.product-item .product-info .info-header .price {
  position: absolute;
  width: 20%;
  font-size: 20px;
  top: 0;
  right: 0;
}
.product-item .product-info .info-content {
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 12px;
  color: #b0b0b0;
  line-height: 150%;
}
.product-item .product-info .info-content a {
  color: #333;
}
.product-item .product-info .form-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
}
.product-item .product-info .options {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 100%;
  line-height: 50px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  margin-bottom: 10px;
}
.product-item .product-info .options:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #c0c0c0;
}
.product-item .product-info .options select {
  padding: 5px 8px;
  width: 100%;
  font-size: 12px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.product-item .product-info .addtoCart {
  width: 100%;
}
.product-item .product-info .addtoCart button {
  width: 100%;
  height: 50px;
  font-size: 12px;
  text-align: center;
  background-color: #0A0D1B;
  color: white;
  border: none;
  -moz-transition: all 275ms ease;
  -o-transition: all 275ms ease;
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
}
.product-item .product-info .addtoCart button:hover {
  background-color: #46CE34;
}
.product-item .product-image {
  width: 70%;
  float: left;
}
.product-item .product-image ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-item .product-image li {
  border: 1px solid #f6f6f6;
  text-align: center;
}
.product-item .product-image .bx-wrapper .bx-controls-direction a {
  top: 30px;
}
.product-item .product-image .bx-wrapper .bx-prev {
  left: auto;
  right: 40px;
}
.product-item .product-image .bx-wrapper .bx-next {
  right: 10px;
}

.contact-block {
  padding-top: 60px;
}
.contact-block:after {
  content: "";
  display: table;
  clear: both;
}
.contact-block .text {
  float: left;
  width: 38%;
  margin-right: 2%;
}
.contact-block .text p {
  font-size: 13px;
  line-height: 24px;
  margin-top: 0;
}
.contact-block .text a {
  color: #878787;
  text-decoration: none;
}
.contact-block .text a:hover {
  color: #555;
}
.contact-block .img {
  float: left;
  width: 60%;
}

.contact-form {
  padding-bottom: 100px;
}
.contact-form li {
  line-height: 60px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 10px;
  position: relative;
}
.contact-form li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.contact-form label {
  color: #999;
  display: block;
  position: absolute;
  left: 10px;
  line-height: 60px;
}
.contact-form input[type="text"] {
  height: 60px;
  padding-left: 80px;
}
.contact-form input[type="text"]:focus {
  outline: none;
}
.contact-form input[type="text"],
.contact-form textarea {
  border: none;
  width: 100%;
  font-size: 13px;
}
.contact-form textarea {
  min-height: 5em;
  padding-top: 20px;
  padding: 50px 10px 0;
}
.contact-form textarea:focus {
  outline: none;
}
.contact-form .captcha-area {
  text-align: right;
}
.contact-form .captcha-area input#captcha {
  width: auto;
  border: 1px solid #f0f0f0;
  padding: 0 10px;
  height: 50px;
  display: inline-block;
  vertical-align: top;
}
.contact-form .captcha-area span {
  font-size: 12px;
  color: #898989;
}
.contact-form button[type="submit"] {
  width: 150px;
  height: 50px;
  background-color: #f0f0f0;
  color: #898989;
  border: none;
  display: inline-block;
  vertical-align: top;
}

.cart-table {
  padding-bottom: 100px;
}
.cart-table .subject {
  padding-top: 65px;
  font-size: 16px;
}
.cart-table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart-table ul:after {
  content: "";
  display: table;
  clear: both;
}
.cart-table li {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.cart-table li > div {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
.cart-table li a {
  color: #555;
  text-decoration: none;
}
.cart-table li .cover {
  width: 20%;
}
.cart-table li .item-subject {
  width: 40%;
  padding: 0 20px;
}
.cart-table li .item-subject h2 {
  font-size: 14px;
  font-weight: normal;
}
.cart-table li .item {
  width: 5%;
  text-align: center;
}
.cart-table li .item input {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.cart-table li .item button {
  background-color: #f0f0f0;
  border: none;
  font-size: 12px;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.cart-table li .item button:hover {
  background-color: #333;
  color: white;
}
.cart-table li .price {
  width: 15%;
  text-align: right;
}
.cart-table li .price-total {
  width: 15%;
  text-align: right;
}
.cart-table li .remove {
  position: absolute;
  right: 0;
  bottom: 10px;
  padding: 0 10px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  color: #555;
  width: 40%;
}
.cart-table li .remove a {
  background-color: #f0f0f0;
}
.cart-table li .remove a:hover {
  background-color: #333;
  color: white;
}

.cart-footer {
  position: relative;
  margin: 30px auto;
}
.cart-footer:after {
  content: "";
  display: table;
  clear: both;
}
.cart-footer .cart-total {
  width: 25%;
  float: right;
  text-align: left;
}
.cart-footer .cart-total > div:after {
  content: "";
  display: table;
  clear: both;
}
.cart-footer .cart-total span {
  font-size: 14px;
  line-height: 24px;
}
.cart-footer .cart-total span.label {
  float: left;
}
.cart-footer .cart-total span.total-price,
.cart-footer .cart-total span.total-shipping {
  float: right;
}
.cart-footer .finalTotal {
  border-top: 1px solid #f0f0f0;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.cart-footer .finalTotal:after {
  content: "";
  display: table;
  clear: both;
}
.cart-footer .finalTotal span.label {
  float: left;
  font-size: 20px;
}
.cart-footer .finalTotal span.price {
  float: right;
  font-size: 20px;
}
.cart-footer button[type="submit"] {
  width: 100%;
  height: 50px;
  font-size: 16px;
  text-align: center;
  background-color: #0A0D1B;
  color: white;
  border: none;
  -moz-transition: all 275ms ease;
  -o-transition: all 275ms ease;
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
}
.cart-footer button[type="submit"]:hover {
  background-color: #46CE34;
}

.cart-empty {
  min-height: 360px;
}
.cart-empty p {
  padding-top: 200px;
  text-align: center;
  font-size: 14px;
}
.cart-empty p a {
  color: #222;
}
.cart-empty p a:hover {
  text-decoration: none;
}

.cart-options {
  position: absolute;
}

.cart-shipping {
  display: inline-block;
  text-align: left;
  margin-right: 20px;
}
.cart-shipping label {
  display: block;
  margin-bottom: 10px;
}
.cart-shipping .options {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 60%;
  line-height: 50px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  margin-bottom: 10px;
}
.cart-shipping .options:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #c0c0c0;
}
.cart-shipping .options select {
  padding: 5px 8px;
  width: 100%;
  font-size: 12px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart-discount {
  display: inline-block;
  vertical-align: top;
}
.cart-discount label {
  display: block;
  margin-bottom: 10px;
}
.cart-discount input {
  height: 50px;
  padding: 0 10px;
}

.success {
  width: 500px;
  margin: 150px auto;
  padding: 30px;
  border: 1px solid #efefef;
}
.success h3 {
  font-weight: normal;
}
.success p {
  font-size: 14px;
}
.success a {
  color: #222;
}
.success a:hover {
  text-decoration: none;
}
.success a.button {
  display: block;
  margin-top: 30px;
  line-height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 40px;
  text-decoration: none;
  color: white;
  text-align: center;
  background-color: #0A0D1B;
  -moz-transition: all 275ms ease;
  -o-transition: all 275ms ease;
  -webkit-transition: all 275ms ease;
  transition: all 275ms ease;
}
.success a.button:hover {
  background-color: #46CE34;
}

.maintenance {
  text-align: center;
  padding-top: 20%;
  margin-bottom: 20px;
}
.maintenance h1 {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
.maintenance p {
  margin: 0;
}

.otherShop {
  text-align: center;
}
.otherShop li {
  display: inline-block;
  margin: 0 10px;
}
.otherShop a {
  color: #58E728;
}

.shippingFAQ,
.member {
  width: 80%;
  margin: 50px auto;
  text-align: center;
}
.shippingFAQ:after,
.member:after {
  content: "";
  display: table;
  clear: both;
}
.shippingFAQ h1,
.member h1 {
  border-bottom: 2px solid #222;
  padding-bottom: 5px;
  text-align: center;
  display: inline-block;
  margin: 0 auto 20px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
}
.shippingFAQ .block,
.member .block {
  text-align: left;
  float: left;
  width: 46%;
  margin: 0 2%;
}
.shippingFAQ .block h2,
.member .block h2 {
  font-size: 14px;
}
.shippingFAQ .block p,
.member .block p {
  font-size: 12px;
  line-height: 20px;
}
.shippingFAQ .block ul,
.member .block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shippingFAQ .block li,
.member .block li {
  font-size: 12px;
  list-style: decimal;
  margin-left: 20px;
  line-height: 20px;
}
.shippingFAQ .block a,
.member .block a {
  color: #222;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

footer {
  line-height: 70px;
  background-color: #fafafa;
}
footer .container:after {
  content: "";
  display: table;
  clear: both;
}

.website-info {
  float: left;
}
.website-info li {
  display: inline-block;
  font-size: 12px;
}
.website-info li a {
  color: #333;
  text-decoration: none;
}

.copyright {
  float: right;
}
.copyright p {
  font-size: 12px;
  margin: 0;
}

.maps {
  width: 100%;
  height: 300px;
}

#store-map {
  width: 100%;
  height: 300px;
  position: fixed !important;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.kv{
  margin-top: 50px;
}

/*
 *


 *
 */

