/*
Theme Name: kippisTheme-v2

Description: Dedicated Wordpress theme for Kippis

*/
#wpadminbar {
  display: none;
}

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

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

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

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

[hidden],
template {
  display: none;
}

html {
  font-family: serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
  color:#000 !important;
}

a:focus {
  outline: thin dotted;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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

pre {
  white-space: pre-wrap;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
}



/* ---------------------------------------------------------------
   
  Site-wide Styles

--------------------------------------------------------------- */

#debug {
  display: none;
  position: fixed;
  top:0;
  left: 0;
  background-color: #000000;
  color: #ffffff;
}

/* Forms */



button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
display: inline-block;
padding: 12px;
text-align: center;
}

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

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

input[type=radio], input[type=checkbox] {
  opacity: 0;
  cursor:pointer;
}

input[type=radio]:checked + label::after, input[type=checkbox]:checked + label::after {
  background: transparent url(images/checkbox.svg) 0 0 no-repeat;
}

input[type=radio]:checked + label:hover::before,input[type=checkbox]:checked + label:hover::before  {
  box-shadow: inset 0 0 0 0px #000;
}

input[type=radio] + label, input[type=checkbox] + label {
  padding-left: 42px;
  line-height: 1.8;
  position: relative;
  cursor:pointer;
}

input[type=radio] + label::before, input[type=checkbox] + label::before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -7px;
  left: 13px;
  background: #fff;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 0px #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  pointer-events: all;
}
input[type=radio] + label::after, input[type=checkbox] + label::after {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -11px;
  left: 9px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input[type=radio] + label:hover, input[type=checkbox] + label:hover {
  
text-shadow: 1px 0 0 #000;
margin-left: -0.5px;
margin-right: 0.5px;}

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  line-height: 24px;
}


input[type=text], textarea{
	padding: 15px;
	padding: 15px 18px;
}




/* Tables */



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



/* ---------------------------------------------------------------
   
   Other

--------------------------------------------------------------- */





/* timm -------------- */
.top-menu-part {
  position: absolute;
  width: 100%;
  z-index: 20;
}
#page, .logo {
  /*-o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;*/
}
#loading {
  opacity: 1;
  display: block;
  position: fixed;
  height: 60px;
  width: 60px;
  top: 48%;
  top: calc(50% - 60px);
  left: 47%;
  left: calc(50% - 60px);
}

/* ------------------- */


.slides:after, .titles:after, .menu:after, .content .wpcf7 .cf:after, .bg:after, .navigation:after {
  content: "";
  display: table;
  clear: both;
}

.alignleft,
.fl {
  float: left !important;
  margin: 0 36px 20px 24px !important;
}

.alignright,
.fr {
  float: right !important;
  margin: 0 24px 20px 36px !important;
}

.alignnone {
  margin: 0 auto !important;
  display: block !important;
}

.aligncenter {
  display: block !important;
  float: none !important;
  text-align: center !important;
  clear: both !important;
  margin: 0 auto !important;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.titles,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-direction-nav li > a, .flex-direction-nav li > a:hover{
	border-bottom:none;
}

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

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.no-js .slides > li:first-child {
  display: block;
}

div.fancy-select {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

div.fancy-select.disabled {
  opacity: 0.5;
}

div.fancy-select div.trigger {
  font-style: italic;
  cursor: pointer;
  padding: 10px 24px 9px 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  /* background: #fff; */
  background: transparent;
  border: 1px solid #000;
  color: #000;
  width: 320px;
  box-shadow: inset 0 0 0 0px #000;
}

div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent url(images/select.svg) 0 0 no-repeat;
  top: 50%;
  margin-top: -10px;
  right: 9px;
}

div.fancy-select div.trigger.open {
  /* box-shadow: inset 2px 2px 0px 2px #000, inset -2px 2px 0px 2px #000; */
  box-shadow: inset 1px 1px 0px 1px #000;
  border-bottom: none;
  z-index: 5000;
}
.mobile div.fancy-select div.trigger.open {
  box-shadow: inset 0 0 0 1px #000;
}

div.fancy-select div.trigger.open:after {
  border-top-color: #000;
}

div.fancy-select ul.options {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  z-index: 50;
  max-height: 0;
  overflow: auto;
  background: #fff;
  border: 1px solid #000;
  border-top: none;
  width: 320px;
  box-shadow: inset 0 0 0 0px #000;
  -webkit-transition: max-height 0.3s ease 0s, top 0.3s ease 0s, visibility 0.3s ease 0s;
  -moz-transition: max-height 0.3s ease 0s, top 0.3s ease 0s, visibility 0.3s ease 0s;
  -ms-transition: max-height 0.3s ease 0s, top 0.3s ease 0s, visibility 0.3s ease 0s;
  -o-transition: max-height 0.3s ease 0s, top 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: max-height 0.3s ease 0s, top 0.3s ease 0s, visibility 0.3s ease 0s;
}

div.fancy-select ul.options.open {
  visibility: visible;
  max-height: 200px;
  z-index: 5000;
  box-shadow: inset 1px -1px 0px 1px #000, inset -1px -1px 0px 1px #000;
}

div.fancy-select ul.options li {
  padding: 0px 0px 10px 18px;
cursor: pointer;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
line-height: 22px;
}

div.fancy-select ul.options li.hover {
  
text-shadow: 1px 0 0 #000;
margin-left: -0.5px;
margin-right: 0.5px;}

div.fancy-select ul.options li.selected {
	display: none;
}

.content .leftimage {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
}
.content .leftimage > div {
  margin-top: -424px !important;
}
.content .leftimage img {
  width: 848px;
  margin-left: -373px !important;
  border-radius: 50%;
}
.content .rightimage {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
}
.content .rightimage > div {
  margin-top: -424px !important;
}
.content .rightimage img {
  width: 848px;
  margin-right: -373px !important;
  border-radius: 50%;
}
.content .centerimage {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  z-index: -1;
}
.content .centerimage > div {
  margin-top: -424px !important;
}
.content .centerimage img {
  width: 848px;
  display: block;
  margin: 0 auto !important;
  border-radius: 50%;
}

html {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  position: relative;
}

body {
  position: absolute; 
  width: 100%;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  display: none;
}

::-webkit-input-placeholder {
  color: #000;
  font-style: italic;
}

:-moz-placeholder {
  color: #000;
  font-style: italic;
}

::-moz-placeholder {
  color: #000;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #000;
  font-style: italic;
}

:input-placeholder {
  color: #000;
  font-style: italic;
}

::input-placeholder {
  color: #000;
  font-style: italic;
}

:placeholder {
  color: #000;
  font-style: italic;
}

::placeholder {
  color: #000;
  font-style: italic;
}

.placeheld {
  color: #000 !important;
  font-style: italic !important;
}

[data-type="parallax"] {
  position: relative;
}

textarea {
  resize: vertical;
}

input, textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#page {
  overflow: visible;
  /* min-height: 100%; */
  margin-bottom: -66px;
  position: relative;
  /* max-height: 100%; */
}
#page::after {
  content: "";
  display: block;
}

.footer, #page::after {
/*  height: 66px;
  padding-top: 100px; */
}

h1 {
  line-height: 1.88;
  font-weight: 700;
}

a {
  position: relative;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 1.5;
  color: #000;
  /*-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;*/
}
img {
  max-width: 100%;
  height: auto;
}

.col-one-whole {
  width: 100%;
}

.col-one-half, .col-two-quarters, .col-three-sixths, .col-four-eighths, .col-five-tenths, .col-six-twelfths {
  width: 50%;
}

.col-one-third, .col-two-sixths, .col-four-twelfths {
  width: 33.33333333333333%;
}

.col-two-thirds, .col-four-sixths, .col-eight-twelfths {
  width: 66.66666666666666%;
}

.col-one-quarter, .col-two-eighths, .col-three-twelfths {
  width: 25%;
}

.col-three-quarters, .col-six-eighths, .col-nine-twelfths {
  width: 75%;
}

.col-one-fifth, .col-two-tenths {
  width: 20%;
}

.col-two-fifths, .col-four-tenths {
  width: 40%;
}

.col-three-fifths, .col-six-tenths {
  width: 60%;
}

.col-four-fifths, .col-eight-tenths {
  width: 80%;
}

.col-one-sixth, .col-two-twelfths {
  width: 16.666666666666664%;
}

.col-five-sixths, .col-ten-twelfths {
  width: 83.33333333333334%;
}

.col-one-eighth {
  width: 12.5%;
}

.col-three-eighths {
  width: 37.5%;
}

.col-five-eighths {
  width: 62.5%;
}

.col-seven-eighths {
  width: 87.5%;
}

.col-one-tenth {
  width: 10%;
}

.col-three-tenths {
  width: 30%;
}

.col-seven-tenths {
  width: 70%;
}

.col-nine-tenths {
  width: 90%;
}

.col-one-twelfth {
  width: 8.333333333333332%;
}

.col-five-twelfths {
  width: 41.66666666666667%;
}

.col-seven-twelfths {
  width: 58.333333333333336%;
}

.col-eleven-twelfths {
  width: 91.66666666666666%;
}

[class*=col] {
  display: inline-block;
  vertical-align: top;
  min-height: 1px;
}

/*
.entry-summary div[class*=col] {
  display: table-cell;
}
*/

.header .total-price {
  position: absolute;
  right: 28px;
  top: 23px;
  font-size: 13px;
  z-index: 100;
}

.search-form {
  position: absolute;
  left: 13px;
  top: 12px;
  display: inline-block;
  z-index: 1000;
}
.search-form .search-field {
  background-color: #fff;
  border: none;
  margin: 7px 0 0 12px;
  padding: 0;
  position: relative;
  -moz-transition: width 0.4s ease, padding 0.4s ease, box-shadow 0.1s ease;
  -o-transition: width 0.4s ease, padding 0.4s ease, box-shadow 0.1s ease;
  -webkit-transition: width 0.4s ease, padding 0.4s ease, box-shadow 0.1s ease;
  transition: width 0.4s ease, padding 0.4s ease, box-shadow 0.1s ease;
  font-size: 14px;
  line-height: 1.3;
  width: 0;
  cursor: text;
  box-shadow: inset 0 0 0 1px #000;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: italic;
  position: relative;
  top: -200px;
}
.search-form .search-field:active, .search-form .search-field:focus {
  outline: 0;
  box-shadow: inset 0 0 0 2px #000;
}
.search-form .search-submit {
  display: none;
}

.form-trigger {
  opacity: 0;
  position: absolute;
  left: -9999px;
}

.search-form label::before, .search-form label::after {
	background:none !important;
	border:none !important;
}

.form-trigger + label {
  background: transparent url(images/form-trigger.svg) 0 0 no-repeat;
  position: relative;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
}
.form-trigger:checked ~ .search-field {
  top: 0;
  width: 238px;
  padding: 18px 20px;
}

.main-nav {
  /*border-bottom: 1px solid #000;*/
  text-align: center;
  width: 712px;
  margin: 0 auto;
  text-transform: uppercase;
}
.main-nav > ul {
  padding: 22px 0;
}
.home .main-nav {
  border-bottom: none;
}
.home .main-nav > ul {
  padding: 22px 0;
}

.footer-nav {
  text-align: center;
  width: 712px;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  letter-spacing: 3px;
}
.footer-nav > ul {
  /*border-top: 1px solid #000;*/
  padding: 24px 18px;
}

.menu {
  display: inline-table;
  list-style: none;
  margin: 0;
}
.menu li {
  float: left;
  margin: 0 10px;
}
.menu a {
  font-size: 12px;
  letter-spacing: 3px !important;
}

.logo {
  display: block;
  margin: 147px auto 2px;
  width: 50%;
  width: 380px;
  z-index: -2;
}
.logo img {
  width: 100%;
}

button {
  -webkit-appearance: none;
}

input, textarea, button, .button {
  border: 1px solid #000;
  /* background: #fff; */
  background: transparent;
  color: #000;
  box-shadow: inset 0 0 0 0px #000;
  transition-duration: 0.1s;
  transition-property: box-shadow;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  outline: none;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active, button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active {
  box-shadow: inset 0 0 0 1px #000;
  
  text-shadow: 1px 0 0 #000;
}

/*.button.wc-forward, .button.wc-backward {
  display: inline-block;
  padding: 12px;
  min-width: 120px;
  text-align: center;
}*/

.content-header {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 32px;
}
.content-header h1 {
  display: inline-block;
  position: relative;
  letter-spacing: 3px;
  word-spacing: 1px;
}
.page.subpage .content-header h1 {
	border-bottom: 1px solid #000;
}
.content-header h1::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: -22px;
  right: -22px;
  display: block;
  background: #000;
  height: 1px;
}
.content-header img {
  display: inline-block;
  margin-top: -4px;
}
.content-header.contact-form {
  padding-bottom: 0;
}
.content-header.contact-form h1::after {
  display: none;
}

.content {
  padding: 0 12px;
  letter-spacing: 1px;
/*  text-align: center; */
}
.content h1 {
  text-align: center;
}
.content p {
  line-height: 2.15;
}

.content a {
	border-bottom: 1px solid #000;
	letter-spacing: 1px;
}

.content a:hover {
	border-bottom: 2px solid #000;
}

.content .wpcf7 {
  margin-top: -18px;
  margin-left: 0;
  margin-right: 0;
}
.content .wpcf7 input[type="text"], .content .wpcf7 input[type="email"] {
  font-size: 16px;
  font-style: normal;
  padding: 16px;
  width: 330px;
  outline: 0;
}
.content .wpcf7 input[type="text"]:hover, .content .wpcf7 input[type="email"]:hover {
  box-shadow: inset 0 0 0 0px #000;
  font-weight: 400;
}
.content .wpcf7 input[type="text"]:focus, .content .wpcf7 input[type="text"]:active, .content .wpcf7 input[type="email"]:focus, .content .wpcf7 input[type="email"]:active {
  box-shadow: inset 0 0 0 1px #000;
  
text-shadow: 1px 0 0 #000;
margin-left: -0.5px;
margin-right: 0.5px;
}
.content .wpcf7 .col-one-half, .content .wpcf7 .col-two-quarters, .content .wpcf7 .col-three-sixths, .content .wpcf7 .col-four-eighths, .content .wpcf7 .col-five-tenths, .content .wpcf7 .col-six-twelfths {
  float: left;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.content .wpcf7 .col-one-half.right, .content .wpcf7 .right.col-two-quarters, .content .wpcf7 .right.col-three-sixths, .content .wpcf7 .right.col-four-eighths, .content .wpcf7 .right.col-five-tenths, .content .wpcf7 .right.col-six-twelfths {
  border-left: 1px solid #000;
}
.content .wpcf7 .col-one-half.right input, .content .wpcf7 .right.col-two-quarters input, .content .wpcf7 .right.col-three-sixths input, .content .wpcf7 .right.col-four-eighths input, .content .wpcf7 .right.col-five-tenths input, .content .wpcf7 .right.col-six-twelfths input {
  margin-left: 31px;
}
.content .wpcf7 .col-one-half.right span.wpcf7-not-valid-tip, .content .wpcf7 .right.col-two-quarters span.wpcf7-not-valid-tip, .content .wpcf7 .right.col-three-sixths span.wpcf7-not-valid-tip, .content .wpcf7 .right.col-four-eighths span.wpcf7-not-valid-tip, .content .wpcf7 .right.col-five-tenths span.wpcf7-not-valid-tip, .content .wpcf7 .right.col-six-twelfths span.wpcf7-not-valid-tip {
  padding-left: 32px;
}
.content .wpcf7 textarea {
  margin-top: 32px;
  margin-bottom: 36px;
  padding: 20px 26px;
  width: 100%;
  line-height: 2.1;
  font-style: normal;
  letter-spacing: 1px;
  min-height: 174px;
}
.content .wpcf7 textarea:hover {
  box-shadow: inset 0 0 0 0px #000;
  font-weight: 400;
}
.content .wpcf7 textarea:focus, .content .wpcf7 textarea:active {
  box-shadow: inset 0 0 0 1px #000;
  
text-shadow: 1px 0 0 #000;
margin-left: -0.5px;
margin-right: 0.5px;}
.content .wpcf7 .submit {
  text-align: center;
  position: relative;
  margin-bottom: 64px;
}
.content .wpcf7 .submit::before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  height: 1px;
  background: #000;
}
.content .wpcf7 input[type="submit"], .button {
  padding: 18px 16px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content .wpcf7 input[type="submit"]:hover {
  box-shadow: inset 0 0 0 0px #000;
  font-weight: 400;
}
.content .wpcf7 input[type="submit"]:focus, .content .wpcf7 input[type="submit"]:active, .content .wpcf7 input[type="submit"]:hover {
  box-shadow: inset 0 0 0 1px #000;
  
text-shadow: 1px 0 0 #000;
margin-left: -0.5px;
margin-right: 0.5px;}
.content .wpcf7 .ajax-loader {
  margin: 16px auto;
  display: block;
}
.content .wpcf7 span.wpcf7-not-valid-tip {
  padding: 32px 0 0;
}
.content .wpcf7 .wpcf7-response-output {
  margin: 0 0 32px;
  padding: 32px 16px;
}

.shop-filters {
  position: absolute;
  width: 400px;
  top: 159px;
  left: 0;
  z-index: 1;
}
.shop-filters .filter-section {
  position: relative;
}
.shop-filters .filter-section::before {
  content: '';
  position: absolute;
  left: 71px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
}
.shop-filters .filter-section::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 1px;
  background: #000;
}
.shop-filters .filter-section-submit {
  padding-top: 32px;
  padding-left: 90px;
  padding-bottom: 32px;
}
.shop-filters .filter-section-submit::before {
  content: '';
  position: absolute;
  left: 71px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
}
.shop-filters .filter-header {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  left: 26px;
  top: 426px;
  letter-spacing: 2px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.shop-filters ul {
  margin: 0;
  padding-top: 32px;
  padding-left: 90px;
  padding-bottom: 11px;
  list-style: none;
}
.shop-filters .first .filter-header {
  top: 396px;
}
.shop-filters .first ul {
  padding-top: 0;
}
.shop-filters li {
  padding-bottom: 18px;
  font-size: 14px;
  letter-spacing: 2px;
}
.shop-filters li:first-child {
  font-style: italic;
}
.shop-filters input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.shop-filters input[type=checkbox]:checked + label::after {
  background: transparent url(images/checkbox.svg) 0 0 no-repeat;
}
.shop-filters input[type=checkbox]:checked + label:hover::before {
  box-shadow: inset 0 0 0 0px #000;
}
.shop-filters label {
  padding-left: 42px;
  position: relative;
}
.shop-filters label::before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 50%;
  margin-top: -7px;
  left: 13px;
  background: #fff;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 0px #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.shop-filters label::after {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -11px;
  left: 9px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.shop-filters label:hover {
  
text-shadow: 1px 0 0 #000;
margin-left: -0.5px;
margin-right: 0.5px;}
.shop-filters label:hover::before {
  box-shadow: inset 0 0 0 1px #000;
}
.shop-filters input[type="submit"] {
  width: 100px;
  padding: 18px 16px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

ul.products li.product {
  /* width: 305px;
  height: 305px; */
  }

ul.products li.product figure.one-product {
  margin: 0;
  height: 250px;
  width: 250px;
  background-color: #ebebe9;
}

.one-product {
  position: relative;
  width: 220px;
  height: 220px;
  background-color: #ebebe8;
}

.one-product img {
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.one-product figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin: auto;
  width: 100%;
  height: 40%;
  padding-left: 25px;
  padding-right:25px;
}
.one-product figcaption div {
  height: 50%;
  line-height: 4;
}
.one-product:hover figcaption {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 950px) {
.one-product:hover figcaption {
  opacity: 0;
  visibility:hidden;
}
}

.one-product h3 {
  margin: 0.5em 0;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 16px;
  position: relative;
  margin-bottom: 48px;
}
.one-product h3::after {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -5px;
  bottom: -23px;
  height: 1px;
  width: 10px;
  background: #000;
}
.one-product .price {
  font-size: 12px;
}

.wrapper {
  width: 776px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.list-page {
  /* padding-bottom: 218px; */
  padding-top: 27px;
}
.list-page > section {
  padding-left: 15px;
}
.list-page h1 {
  margin-right: 15px;
  border-bottom: 1px solid #000;
}
.list-page ul {
  padding: 0;
  margin: -10px 0 -6px;
  list-style: none;
}
.list-page ul li {
  margin-bottom: 16px;
}

.bg {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  top: 0;
  z-index: -1;
}

.bg-bottom {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  /* height: 500px; */
  /* padding-top: 284px; */
  bottom: -500px;
  overflow: visible;
}
.bg-bottom img {
  top: 0;
  width: 1036px;
  height: auto;
  margin-left: -170px;
}

.img-left,
.img-right,
.img-center {
  top: 290px;
  width: 848px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.img-left {
  float: left;
  margin-left: -373px;
}

.img-right {
  float: right;
  margin-right: -373px;
}

.img-center {
  margin: 0 auto;
  display: block;
  top: 440px;
}

.menu-trigger {
  opacity: 0;
  position: absolute;
  left: -9999px;
}
.menu-trigger + label {
  display: none;
}

.products {
  padding-top: 50px;
  padding-left: 0;
  /* padding-bottom: 200px; */
  /* margin: 0 -16px; */
  margin: 0 auto;
  width: 820px;
}
.products li {
  padding: 23px;
}

.products-list {
  position: relative;
  z-index: -1;
  /* margin-top: 138px;
  margin-bottom: 132px; */
}
.products-list a {
  padding: 16px 16px;
  width: 250px;
  height: 250px;
}
.products-list img {
  display: block;
}

.products-list__header {
  font-size: 12px;
  top: 96px;
  left: -176px;
  position: absolute;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  word-spacing: 2px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.products-list__header::after {
  content: '';
  position: absolute;
  display: block;
  bottom: -22px;
  left: -16px;
  right: -16px;
  height: 1px;
  background: #000;
}

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

.page-numbers {
  padding: 10px;
  display: none;
  /* display: inline-block; */
  margin: auto auto 100px;
}
.page-numbers li {
  display: inline-block;
}

.page-numbers .current {
  
text-shadow: 1px 0 0 #000;
margin-left: -0.5px;
margin-right: 0.5px;
}

.single-product-page {
  position: relative;
  padding: 108px 14px 60px;
}
/*
.single-product-page .flexslider {
  padding-bottom: 66px;
  z-index:-100;
} */
.single-product-page .single-price {
  z-index: 100;
}
.single-product-page .price {
  margin-top: -20px;
}
.single-product-page .entry-summary {
  margin-top: 100px;
  margin-bottom: 0;
  position: relative;
  top: -175px;
  left: -200px;
  height: auto;
  width: 716px;
  z-index: 10;
}

.single-product-page .entry-summary .single-product-price {
	position: relative;
	display: block;
	width: 550px;
	padding: 24px 0;
}

.single-product-page .entry-summary div[class*='col'] {
	display: table-cell;
}

.single-product-page .entry-summary .content {
  padding: 22px 32px 22px 0;
  position: relative;
  letter-spacing: 2px;
  height: 100%;
  width: 358px;
  border-right: 1px solid;
}
.single-product-page .entry-summary .content::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: -1px;
  height: auto;
  width: 1px;
  background: #000;
}
.single-product-page .entry-summary .select-options {

}
.single-product-page .entry-summary .select-options::after {
  content: '';
  display: block;
  left: 0;
  position: relative;
  width: 100%;
  background: #000;
  height: 1px;
}

.single-product-page .variations {
  width: 80%;
}
.single-product-page .variations .label {
  display: none;
}
.single-product-page .variations .value {
  position: relative;
  padding-left: 2px;
}
.single-product-page div.fancy-select {
  margin-top: 32px;
  margin-bottom: 32px;
  right: -1px;
  height:50px;
}
.single-product-page div.fancy-select div.trigger {
  width: 100%;
  padding: 16px 24px 15px 12px;
}
.single-product-page div.fancy-select .options {
  width: 100%;
  min-width: 200px;
}
.single-product-page .single_variation { 
    display: none;
}

.single-product-page .product_meta,
.single-product-page .single_variation .price,
.single-product-page .reset_variations {
    display: none !important;
}
.single-product-page button[type="submit"] {
  width: 154px;
  padding: 18px 16px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.single-product-page .button-wrapper {
  position: absolute;
  bottom: -86px;
  left: 50%;
  margin-left: -35px;
}
.single-product-page .button-wrapper::before {
  content: '';
  position: absolute;
  top: -34px;
  left: -239px;
  right: -60px;
  display: block;
  background: #fff;
  border-top: solid 1px black;
  height: 3px;
}

.wpn_buttons{
	overflow: visible !important;
}
.wpn_buttons a{
	top: -8px;
	font-size: 12px;
	text-transform: uppercase;
}

.wpn_buttons .previous::before {
content: "￩";
font-size: 50px;
border-right: 1px solid;
padding: 25px;
margin-right:25px;
}

.wpn_buttons .previous {
margin: -100px 0 150px;
padding: 0 0 50px;
}

.wpn_buttons .next::after {
content: "￫";
font-size: 50px;
border-left: 1px solid;
padding: 25px;
margin-left:25px;
}

.wpn_buttons .next {
margin: -100px 0 50px;
padding: 0 0 50px;
text-align: right;
}

.quantity.buttons_added {
  padding: 58px 0 0 30px;
  position: absolute;
}
.product-quantity .quantity.buttons_added {
  width: 174px;
}
.quantity.buttons_added input[type="button"] {
  border: none;
  font-size: 16px;
  padding: 17px;
  width: 58px;
  text-align: center;
  font-weight: 400;
}
.quantity.buttons_added input[type="button"]:hover, .quantity.buttons_added input[type="button"]:focus, .quantity.buttons_added input[type="button"]:active {
  
text-shadow: 1px 0 0 #000;
margin-left: -0.5px;
margin-right: 0.5px;}

.quantity.buttons_added .plus, .quantity.buttons_added .minus {
box-shadow:none;
}

.quantity.buttons_added input[type="number"] {
  font-size: 16px;
  padding: 16px;
  border: 1px solid #000;
  width: 58px;
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

.product-remove .remove {
  border: none;
  font-size: 16px;
  padding: 17px;
  width: 58px;
  text-align: center;
  font-weight: 400;
}
.product-remove:hover, .product-remove:focus, .product-remove:active {
 
text-shadow: 1px 0 0 #000;
margin-left: -0.5px;
margin-right: 0.5px;}

.single-product-home {
  padding-bottom: 128px;
  position: relative;
}

.single-product-header {
 /* width: 622px;
  position: absolute;
  right: -107px;
  top: 706px;
  z-index: 2; */
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.home .single-product-header {
  border-bottom: none;
  text-align: right;
/*  right: 48px; */
}

.single-product-header h1 {
  text-align: left;
  display: block;
  font-size: 48px;
  text-transform: uppercase;
  margin: 0 0;
  padding-left: 30px;
  padding-right: 30px;
  letter-spacing: 2px;
  border-bottom: 1px solid #000;
  min-width: 66%;
  /* border-bottom: none; */
}
.home .single-product-header h1 {
  border-bottom: none;
  text-align: right;
}

.home a, .home a:hover {
	border-bottom:none;
	letter-spacing: 2px;
}


.single-product-header > div {
  padding: 18px 0 22px;
  position: relative;
  left: 38px;
}
.home .single-product-header > div {
  left: auto;
  right: 0;
}
.single-product-header .brand {
  text-align: right;
  padding-right: 18px;
}
.single-product-header .brand img {
  padding: 2px 0;
  width: 82px;
  display: inline;
}
.home .single-product-header .brand {
  min-width: 129px;
  display: inline-block;
}
.single-product-header .designer {
  text-align: center;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.single-product-header .designer::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: -68px;
  right: -68px;
  height: 1px;
  background: #000;
}

/*
.single-product-header .designer::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: -196px;
  right: -118px;
  height: 1px;
  background: #000;
}
*/

.home .single-product-header .designer::after {
  right: 0;
}
.home .single-product-header .designer::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 367px;
  right: 0;
  height: 1px;
  background: #000;
}
.home .single-product-header .designer {
  min-width: 129px;
  border-right: none;
  text-align: left;
  display: inline-block;
  padding-left: 24px;
}
.single-product-header .designer img {
  width: 101px;
  display: inline;
}
.single-product-header .era {
  text-align: left;
  padding-left: 18px;
}
.single-product-header .era img {
  padding: 3px 0;
  display: inline;
}
.single-product-header .product-in {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  padding-top: 2px;
}

.navigation {
  padding: 32px 0;
}
.navigation .nav-previous {
  float: left;
}
.navigation .nav-next {
  float: right;
}

.scrolltop {
  display: none;
}

.pinterest {
  position: absolute;
  top: 48px;
  right: -40px;
}

.pinterest-link {
  min-width: 150px;
  height: 34px;
  background: #fff;
  position: absolute;
  left: 100%;
  top: 0;
  font-size: 12px;
  line-height: 34px;
  font-style: italic;
  letter-spacing: .05em;
  display: block;
  opacity: 0;
  z-index: -100;
  box-shadow: inset 0 0 0 1px #000;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pinterest-trigger {
  background: transparent url(images/pinterest.svg) 0 0 no-repeat;
  position: relative;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  display: block;
  cursor: pointer;
}
.pinterest-trigger:hover .pinterest-link {
  padding: 0;
  opacity: 1;
  z-index: 1;
  text-shadow: none;
}

.woocolor {
  width: 100%;
}

#pa_color + .trigger {
  display: none;
}
#pa_color ~ .options {
  position: relative;
  visibility: visible;
  opacity: 1;
  border: none;
  top: 0;
  max-height: 20000px;
  margin-top: -16px;
  display: block;
}
#pa_color ~ .options.open {
  box-shadow: none;
}
#pa_color ~ .options li {
  width: 52px;
  height: 52px;
  font-size: 0;
  display: inline-block;
  cursor: pointer;
  margin-left: 8px;
  margin-right: 8px;
  border: 1px solid #000;
  margin-top: 16px;
  position: relative;
}
#pa_color ~ .options li:nth-child(5n+1) {
  margin-left: 0;
}
#pa_color ~ .options li:nth-child(5n+5) {
  margin-right: 0;
}
#pa_color ~ .options li:hover, #pa_color ~ .options li:focus, #pa_color ~ .options li:active {
  box-shadow: inset 0 0 0 1px #000;
}
#pa_color ~ .options li.selected {
  box-shadow: inset 0 0 0 1px #000;
}
#pa_color ~ .options li:hover::before {
  content: attr(data-raw-value);
  position: absolute;
  display: none;
  top: -24px;
  text-transform: capitalize;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  left: 0;
}

html {
  height: 100%;
}

.home {
  height: 100%;
}
.home .main-nav {
  position: absolute;
  width: 100%;
  z-index: 100;
}
.home .logo {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  margin-left: -225px;
  margin-top: -125px;
}
.home #page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.home #page,
.home .home-flexslider,
.home .title-flexslider,
.home .flex-viewport,
.home .slides,
.home .slide,
.home .titles,
.home .title,
.home .wrapper,
.home .content,
.home .single-product-home {
  height: 100%;
}
.home-flexslider .wrapper {
  width: 100%;
}
.title-flexslider .wrapper {
  width: 100%;
}
.home .single-product-home > img {
  height: 100%;
}
.home .home-flexslider {
  visibility: hidden;
  z-index: -1000;
  position: relative;
  top: 100%;
  overflow: hidden;
}
.home .title-flexslider {
  opacity: 1;
  z-index: 1000;
}
.home .flex-viewport {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
}
.home .single-product-home {
  padding-bottom: 0;
}
.home .single-product-home > img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.home .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 2000;
}

.home-links {
  text-transform: uppercase;
  font-size: 12px;
}
.home-links a {
  position: relative;
  padding-top: 16px;
  padding-bottom: 26px;
  letter-spacing: 2px;
  word-spacing: 2px;
}
.home-links a img {
  width: 20px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  top: 5px;
}
.home-links a:first-child {
  float: left;
  padding-left: 29px;
}
.home-links a:last-child {
  float: right;
  padding-right: 20px;
}

.woocommerce-modal {
  margin: auto;
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.mobile .woocommerce-modal {
  height: 150%;
}
.woocommerce-modal .woocommerce-modal-container {
  display: table-cell;
  vertical-align: middle;
}
.woocommerce-modal .woocommerce-modal-content {
  box-shadow: inset 0 0 0 1px #000;
  background: #fff;
  width: 50%;
  overflow: auto;
  margin: auto;
  padding: 46px;
  text-align: center;
  margin: auto;
  cursor: default;
}
.woocommerce-modal .woocommerce-modal-content > * {
  padding: 0 0 72px;
  position: relative;
  list-style: none;
}
.woocommerce-modal .woocommerce-modal-content .button {
  font-size: 12px;
  position: absolute;
  margin: 0 auto;
  padding: 19px 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 156px;
  text-transform: uppercase;
}




/* ---------------------------------------------------------------
   
   WooCommerce

--------------------------------------------------------------- */



/* Cart Page */

.cart-empty, .cart-empty + .return-to-shop{
	text-align: center;
}

.woocommerce-cart .shop_table.cart {
	width:100%;
}

.woocommerce-cart .product-thumbnail img {
width: 150px;
/* height: 150px; */
margin-right: 50px;
}


.woocommerce-cart .cart_item td {
text-align: center;
padding: 15px;	
}

.woocommerce-cart .cart_item td.product-subtotal {
text-align: right;
padding-right: 0px;	
}

.woocommerce-cart th.product-quantity {
padding-left: 37px !important;
}

.woocommerce-cart .shop_table.cart thead tr, .woocommerce-cart .shop_table.cart tr.cart_item {
border-bottom: 1px solid;
}

.woocommerce-cart .shop_table.cart thead tr {
height: 75px;
}

.woocommerce-cart .shop_table.cart thead th {
text-align: left;
padding-left: 15px;
}

.woocommerce-cart .shop_table.cart td.actions {
padding-top: 245px;
position: absolute;
margin-left: -210px;
width: 450px;
left: 50%;
}

input[type=submit] {
margin: 24px 12px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 2px;
padding: 20px 18px 20px 22px;
}

.woocommerce-cart .woocommerce-modal .woocommerce-modal-content > * {
padding-bottom:0px;
}

.woocommerce-cart .cart-collaterals, .woocommerce-cart .cart-collaterals table {
width:100%;
margin-bottom: 80px;
}

.woocommerce-cart .cart_totals h2{
display:none;
}

.woocommerce-cart .cart_totals .order-total{
font-weight:900 !important;
text-transform:uppercase;
}

.woocommerce-cart .cart_totals tr{
height: 75px;
border-bottom: 1px solid #000;
}

.woocommerce-cart .cart_totals th{
font-weight:100;
text-align:left;
width:30%;
}

.woocommerce-cart .cart_totals td{
text-align:right;
width:70%;
}

.woocommerce-cart .shipping_calculator{
display: none;
}

#shipping_method {
  list-style: none;
}

.woocommerce-cart .product-thumbnail a {
	border-bottom: none;
}


/* Checkout Page */

.woocommerce-checkout #customer_details .input-text {
	display:block;
	width:320px;
}

.woocommerce-checkout .col2-set {
	width: 100%;
}


.woocommerce-checkout .col-2 {
	float:right;
}

.woocommerce-checkout .create-account {
	display:none;
}


.woocmmerce-checkout #order_review {
	text-align: left;	
}


.woocommerce-checkout ul.payment_methods, .woocommerce-checkout ul#shipping_method {
	  list-style: none;
	  padding-left:0px;
}

.woocommerce-checkout ul.payment_methods li, .woocommerce-checkout ul#shipping_method li {
	margin-left: -30px;
}

.woocommerce-checkout ul.payment_methods li p {
	margin-left: 32px;
	line-height:24px;
}

.payment_method_paypal label > img {
	vertical-align: text-bottom;
}

.woocommerce-checkout input#place_order {
	margin-left:0px;
}

.woocommerce-checkout table.shop_table{
	border-top: 1px solid #000;
	width: 100%;
	margin-bottom:25px;
}

.woocommerce-checkout table.shop_table td{
	width:50%;
	text-align: left;
}


.woocommerce-checkout table.shop_table th{
text-align: left;
}

.woocommerce-checkout table.shop_table tr{
border-bottom: 1px solid #000;
}

.woocommerce-checkout .woocommerce-modal .woocommerce-modal-content > * {
padding-bottom:0px;
}

.woocommerce-checkout .woocommerce-info {
display:none;	
}

#ship-to-different-address{
  margin-left: -32px;
  margin-top: 12px;
  margin-bottom: -4px;
}

#ship-to-different-address label.checkbox {
  display: inline-block;
}




/* ---------------------------------------------------------------
   
   Media Queries

--------------------------------------------------------------- */




@media screen and (min-width: 951px) {
  .home .single-product-header {
   /* top: 525px; */
  }
  .home .single-product-header h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 951px) {
  .home .single-product-header {
    /* top: 424px; timm */
  }
  .home .single-product-header h1 {
    font-size: 38px;
  }
}
/*
@media screen and (min-width: 1860px) {
  .big-col-one-whole {
    width: 100%;
  }

  .big-col-one-half, .big-col-two-quarters, .big-col-three-sixths, .big-col-four-eighths, .big-col-five-tenths, .big-col-six-twelfths {
    width: 50%;
  }

  .big-col-one-third, .big-col-two-sixths, .big-col-four-twelfths {
    width: 33.33333333333333%;
  }

  .big-col-two-thirds, .big-col-four-sixths, .big-col-eight-twelfths {
    width: 66.66666666666666%;
  }

  .big-col-one-quarter, .big-col-two-eighths, .big-col-three-twelfths {
    width: 25%;
  }

  .big-col-three-quarters, .big-col-six-eighths, .big-col-nine-twelfths {
    width: 75%;
  }

  .big-col-one-fifth, .big-col-two-tenths {
    width: 20%;
  }

  .big-col-two-fifths, .big-col-four-tenths {
    width: 40%;
  }

  .big-col-three-fifths, .big-col-six-tenths {
    width: 60%;
  }

  .big-col-four-fifths, .big-col-eight-tenths {
    width: 80%;
  }

  .big-col-one-sixth, .big-col-two-twelfths {
    width: 16.666666666666664%;
  }

  .big-col-five-sixths, .big-col-ten-twelfths {
    width: 83.33333333333334%;
  }

  .big-col-one-eighth {
    width: 12.5%;
  }

  .big-col-three-eighths {
    width: 37.5%;
  }

  .big-col-five-eighths {
    width: 62.5%;
  }

  .big-col-seven-eighths {
    width: 87.5%;
  }

  .big-col-one-tenth {
    width: 10%;
  }

  .big-col-three-tenths {
    width: 30%;
  }

  .big-col-seven-tenths {
    width: 70%;
  }

  .big-col-nine-tenths {
    width: 90%;
  }

  .big-col-one-twelfth {
    width: 8.333333333333332%;
  }

  .big-col-five-twelfths {
    width: 41.66666666666667%;
  }

  .big-col-seven-twelfths {
    width: 58.333333333333336%;
  }

  .big-col-eleven-twelfths {
    width: 91.66666666666666%;
  }

  [class*=big-col] {
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
  }

  .wrapper {
    width: 1160px;
  }

  .content {
    padding: 0 208px;
  }

  .products-list {
    margin-bottom: 392px;
  }
} */

@media screen and (max-width: 950px) {
  .medium-col-one-whole {
    width: 100%;
  }

  .medium-col-one-half, .medium-col-two-quarters, .medium-col-three-sixths, .medium-col-four-eighths, .medium-col-five-tenths, .medium-col-six-twelfths {
    width: 50%;
  }

  .medium-col-one-third, .medium-col-two-sixths, .medium-col-four-twelfths {
    width: 33.33333333333333%;
  }

  .medium-col-two-thirds, .medium-col-four-sixths, .medium-col-eight-twelfths {
    width: 66.66666666666666%;
  }

  .medium-col-one-quarter, .medium-col-two-eighths, .medium-col-three-twelfths {
    width: 25%;
  }

  .medium-col-three-quarters, .medium-col-six-eighths, .medium-col-nine-twelfths {
    width: 75%;
  }

  .medium-col-one-fifth, .medium-col-two-tenths {
    width: 20%;
  }

  .medium-col-two-fifths, .medium-col-four-tenths {
    width: 40%;
  }

  .medium-col-three-fifths, .medium-col-six-tenths {
    width: 60%;
  }

  .medium-col-four-fifths, .medium-col-eight-tenths {
    width: 80%;
  }

  .medium-col-one-sixth, .medium-col-two-twelfths {
    width: 16.666666666666664%;
  }

  .medium-col-five-sixths, .medium-col-ten-twelfths {
    width: 83.33333333333334%;
  }

  .medium-col-one-eighth {
    width: 12.5%;
  }

  .medium-col-three-eighths {
    width: 37.5%;
  }

  .medium-col-five-eighths {
    width: 62.5%;
  }

  .medium-col-seven-eighths {
    width: 87.5%;
  }

  .medium-col-one-tenth {
    width: 10%;
  }

  .medium-col-three-tenths {
    width: 30%;
  }

  .medium-col-seven-tenths {
    width: 70%;
  }

  .medium-col-nine-tenths {
    width: 90%;
  }

  .medium-col-one-twelfth {
    width: 8.333333333333332%;
  }

  .medium-col-five-twelfths {
    width: 41.66666666666667%;
  }

  .medium-col-seven-twelfths {
    width: 58.333333333333336%;
  }

  .medium-col-eleven-twelfths {
    width: 91.66666666666666%;
  }

  [class*=medium-col] {
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
  }

  [data-type="parallax"] {
    top: 0 !important;
  }

  .total-price {
    display: none;
  }

  .form-trigger + label {
    display: none;
  }
  .form-trigger:checked ~ .search-field {
    width: 244px;
    padding-left: 48px;
  }

  .search-form {
    position: static;
    display: block;
    z-index: 1000;
  }
  .search-form .search-field {
    width: 244px;
    padding: 0 20px;
    line-height: 54px;
    height: 54px;
    padding-left: 48px;
    box-shadow: inset 0 0 0 1px #000;
    margin-left: 0;
    background-image: url(images/form-trigger.svg);
    background-repeat: no-repeat;
    background-size: 50px;
    top: 0;
  }
  .search-form .search-field:focus {
    box-shadow: inset 0 0 0 1px #000;
  }

  .menu-trigger + label {
  background: transparent url(images/menu-trigger.svg) 96% 42px no-repeat;
	position: relative;
	right: 0;
	top: 0;
	font-size: 12px;
	width: 100%;
	height: 96px;
	display: block;
	padding-left: 46px;
	line-height: 96px;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
  }
  .menu-trigger:checked + label::after {	
  	background:none !important;
  }
  .menu-trigger:checked ~ .main-nav {
    height: 100%;
    padding-bottom: 120px;
    overflow: auto;
  }
  
  .menu-trigger + label::before {
	border: none !important;
	background: none !important;
  }

  .main-nav {
    border-bottom: none;
    position: absolute;
    width: 100%;
    top: 96px;
    left: 0;
    bottom: 100%;
    right: 0;
    z-index: 1000;
    height: 0;
    background: #fff;
    overflow: hidden;
    -webkit-transition: height 0.5s ease 0.5s;
    -moz-transition: height 0.5s ease 0.5s;
    -ms-transition: height 0.5s ease 0.5s;
    -o-transition: height 0.5s ease 0.5s;
    transition: height 0.5s ease 0.5s;
  }
  .main-nav ul {
    padding: 50px 0 2px;
  }
  .main-nav li {
    padding: 15px 0;
    float: none;
    width: auto !important;
  }

  .logo {
    display: block;
    margin: 28px auto 26px;
    width: 315px;
  }

  .content {
    padding: 0 16px;
  }
  .content .leftimage,
  .content .rightimage,
  .content .centerimage {
    display: none;
  }
  .content .wpcf7 input[type="text"], .content .wpcf7 input[type="email"] {
    width: 100%;
  }
  .content .wpcf7 .col-one-half, .content .wpcf7 .col-two-quarters, .content .wpcf7 .col-three-sixths, .content .wpcf7 .col-four-eighths, .content .wpcf7 .col-five-tenths, .content .wpcf7 .col-six-twelfths {
    float: none;
    margin-bottom: 32px;
    margin-bottom: 0;
    border: none;
  }
  .content .wpcf7 .col-one-half.right, .content .wpcf7 .right.col-two-quarters, .content .wpcf7 .right.col-three-sixths, .content .wpcf7 .right.col-four-eighths, .content .wpcf7 .right.col-five-tenths, .content .wpcf7 .right.col-six-twelfths {
    border-left: none;
    padding-top: 0;
  }
  .content .wpcf7 .col-one-half.right input, .content .wpcf7 .right.col-two-quarters input, .content .wpcf7 .right.col-three-sixths input, .content .wpcf7 .right.col-four-eighths input, .content .wpcf7 .right.col-five-tenths input, .content .wpcf7 .right.col-six-twelfths input {
    margin-left: 0;
  }
  .content .wpcf7 .col-one-half.right span.wpcf7-not-valid-tip, .content .wpcf7 .right.col-two-quarters span.wpcf7-not-valid-tip, .content .wpcf7 .right.col-three-sixths span.wpcf7-not-valid-tip, .content .wpcf7 .right.col-four-eighths span.wpcf7-not-valid-tip, .content .wpcf7 .right.col-five-tenths span.wpcf7-not-valid-tip, .content .wpcf7 .right.col-six-twelfths span.wpcf7-not-valid-tip {
    padding-left: 0;
  }
  .content .wpcf7 .cf {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .content .wpcf7 span.wpcf7-not-valid-tip {
    padding-left: 0;
    padding-right: 0;
  }

  .list-page {
    padding-top: 8px;
  }

  .products {
    padding-top: 46px;
    padding-bottom: 0;
  }

  .products-list {
    margin-top: 64px;
    margin-bottom: 64px;
    text-align: center;
  }
  .products-list a {
    padding: 16px 24px;
  }
  .products-list img {
    width: 294px;
    height: auto;
  }

  .products-list__header {
    text-align: center;
    display: inline-block;
    font-size: 12px;
    position: static;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-bottom: 32px;
  }
  .products-list__header::after {
    bottom: -18px;
  }

  .footer-nav {
    width: 100%;
  }

  .bg,
  .img-right,
  .img-left {
    display: none;
  }

  .wrapper {
    width: 768px;
    padding-left: 42px;
    padding-right: 42px;
  }

  .shop-filters {
    display: none;
  }

  .single-product-page {
    padding: 80px 32px 60px;
  }
  /*
  .single-product-page .flexslider {
    padding-bottom: 0;
  }
  */
  .single-product-page .single-price {
    padding-top: 6px;
  }
  .single-product-page .entry-summary {
    margin-top: 54px;
    min-height: 0;
  }
  .single-product-page .entry-summary .content {
    min-height: 0;
  }
  .single-product-page .entry-summary .content::after {
    display: none;
  }
  .single-product-page .entry-summary .select-options {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 32px;
  }
  .single-product-page .quantity.buttons_added {
    margin-left: auto;
    text-align: center;
  }
  .single-product-page .variations .value::after {
    left: 0;
    background: transparent;
  }
  .single-product-page .variations .value .fancy-select {
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .single-product-page .variations tr:first-child .value {
    border-bottom: 1px solid #000;
  }
  .single-product-page .variations tr:first-child .value::after {
    top: 0;
    bottom: auto;
    background: #000;
  }
  .firefox .single-product-page .variations tr:first-child .value::after {
    top: auto;
    z-index: 100;
    top: auto;
    margin-top: -116px;
    left: 30px;
    right: 30px;
    width: auto;
  }
  .single-product-page .variations tr:first-child .value .fancy-select {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .single-product-page .variations tr:last-child .value::after {
    top: auto;
    bottom: 0;
    background: #000;
  }
  .firefox .single-product-page .variations tr:last-child .value::after {
    bottom: auto;
    left: 30px;
    right: 30px;
    width: auto;
  }
  .single-product-page .variations tr:last-child .value .fancy-select {
    margin-bottom: 32px;
    margin-top: 16px;
  }
  .single-product-page .woocolor .fancy-select {
    text-align: center;
    width: 100%;
  }
  .single-product-page .woocolor .fancy-select .options {
    width: auto;
  }

  .single-product-header {
    width: auto;
  /*  position: relative; */
    right: 0;
    /* top: 0; */
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .single-product-header > div {
    display: none !important;
  }
  .single-product-header h1 {
    margin: 0.37em 0 0.67em;
    padding-bottom: 12px;
    border-bottom-width: 1px;
  }
  .home .single-product-header h1 {
    border-bottom: 1px solid #000;
    text-align: center;
  }
  
  .wpn_buttons{
	visibility:hidden;
  }

  .pinterest {
    display: none;
  }

  .home .main-nav {
    top: 52px;
    width: 100%;
  }
  .home .main-nav > ul {
    padding: 24px 0 2px;
  }
  .home .logo {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 28px auto 32px;
    width: 310px;
  }
  .home .home-flexslider, 
  .home .title-flexslider {
    position: static;
    /* padding-bottom: 60px;
    padding-top: 0; */
    opacity: 1;
    z-index: 100;
    padding-bottom: 63px;
    padding-top: 63px;
  }
  .home .footer {
    position: static;
  }
  .home h1 {
    padding-bottom: 4px;
  }
  .home .single-product-home {
    padding-bottom: 32px;
  }
  .home #page,
  .home .home-flexslider,
  .home .title-flexslider,
  .home .flex-viewport,
  .home .slides,
  .home .slide,
  .home .titles,
  .home .title,
  .home .wrapper,
  .home .content,
  .home .single-product-title,
  .home .single-product-home,
  .home .single-product-home > img {
    height: auto;
  }
  .home .single-product-home > img {
    width: auto;
    margin-left: auto;
    margin-right: auto; 
    /* visibility: hidden; */
  }
  .home .home-links span {
    display: none;
  }
  .home .home-links a:first-child {
    padding-left: 50px;
  }
  .home .home-links a:last-child {
    padding-right: 50px;
  }

  #pa_color ~ .options {
    text-align: center;
  }
  #pa_color ~ .options li:nth-child(5n+1) {
    margin-left: 8px;
  }
  #pa_color ~ .options li:nth-child(5n+5) {
    margin-right: 8px;
  }

  .woocommerce-modal .woocommerce-modal-content {
    width: 75%;
  }

  .woocommerce-pagination {
    padding: 12px 0;
  }

  .small-col-one-whole {
    width: 100%;
  }

  .small-col-one-half, .small-col-two-quarters, .small-col-three-sixths, .small-col-four-eighths, .small-col-five-tenths, .small-col-six-twelfths {
    width: 50%;
  }

  .small-col-one-third, .small-col-two-sixths, .small-col-four-twelfths {
    width: 33.33333333333333%;
  }

  .small-col-two-thirds, .small-col-four-sixths, .small-col-eight-twelfths {
    width: 66.66666666666666%;
  }

  .small-col-one-quarter, .small-col-two-eighths, .small-col-three-twelfths {
    width: 25%;
  }

  .small-col-three-quarters, .small-col-six-eighths, .small-col-nine-twelfths {
    width: 75%;
  }

  .small-col-one-fifth, .small-col-two-tenths {
    width: 20%;
  }

  .small-col-two-fifths, .small-col-four-tenths {
    width: 40%;
  }

  .small-col-three-fifths, .small-col-six-tenths {
    width: 60%;
  }

  .small-col-four-fifths, .small-col-eight-tenths {
    width: 80%;
  }

  .small-col-one-sixth, .small-col-two-twelfths {
    width: 16.666666666666664%;
  }

  .small-col-five-sixths, .small-col-ten-twelfths {
    width: 83.33333333333334%;
  }

  .small-col-one-eighth {
    width: 12.5%;
  }

  .small-col-three-eighths {
    width: 37.5%;
  }

  .small-col-five-eighths {
    width: 62.5%;
  }

  .small-col-seven-eighths {
    width: 87.5%;
  }

  .small-col-one-tenth {
    width: 10%;
  }

  .small-col-three-tenths {
    width: 30%;
  }

  .small-col-seven-tenths {
    width: 70%;
  }

  .small-col-nine-tenths {
    width: 90%;
  }

  .small-col-one-twelfth {
    width: 8.333333333333332%;
  }

  .small-col-five-twelfths {
    width: 41.66666666666667%;
  }

  .small-col-seven-twelfths {
    width: 58.333333333333336%;
  }

  .small-col-eleven-twelfths {
    width: 91.66666666666666%;
  }

  [class*=small-col] {
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
  }

  .wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-trigger + label {
    background-position: 96% 23px;
	padding-left: 27px !important;
	height: 52px;
	line-height: 61px;
  }

  .main-nav ul {
    padding: 8px 0 2px;
  }
  .main-nav li {
    padding: 15px 0;
  }

  .search-form .search-field {
    width: 270px;
  }

  .main-nav {
    top: 52px;
  }

  .logo {
    margin: 32px auto 24px;
    width: 194px;
  }

  .content-header {
    padding-bottom: 18px;
  }
  .content-header h1 {
    margin: 0.54em 0;
    font-size: 28px;
    line-height: 1.2;
  }
  .content-header h1::after {
    bottom: -6px;
    left: -12px;
    right: -12px;
  }
  .content-header img {
    margin-top: 8px;
  }

  .content {
    padding: 0;
    font-size: 0;
  }
  .content * {
    font-size: 16px;
  }
  .content h1 {
    font-size: 28px;
    line-height: 1.3;
  }
  .content h2 {
    font-size: 1.5rem;
  }
  .content h3 {
    font-size: 1.17rem;
  }
  .content h4 {
    font-size: 1rem;
  }
  .content h5 {
    font-size: 0.83rem;
  }
  .content h6 {
    font-size: 0.67rem;
  }
  .content .wpcf7 {
    margin-top: 22px;
    margin-left: -4px;
    margin-right: -4px;
  }
  .content .wpcf7 textarea {
    line-height: 1.8;
    min-height: 290px;
  }

  .list-page {
    padding-top: 0;
    padding-left: 2px;
    padding-right: 2px;
  }
  .list-page > section {
    padding-left: 0;
  }
  .list-page h1 {
    margin-right: 0;
  }

  .products {
    padding-top: 0;
  }
  .products li {
    padding: 10px;
  }

  .products-list {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .products-list a {
    padding: 10px 0;
  }
  .products-list img {
    width: 100%;
    height: auto;
  }

  .single-product-page {
    padding: 14px 0 20px;
    margin-left: -12px;
    margin-right: -12px;
  }
  .single-product-page .entry-summary {
    margin-top: 40px;
  }
  .single-product-page .button-wrapper {
    /* bottom: 96px; */
  }
  .firefox .single-product-page .variations tr:first-child .value::after {
    margin-top: -200px;
    left: 0;
    right: 0;
  }
  .firefox .single-product-page .variations tr:last-child .value::after {
    left: 0;
    right: 0;
  }

  .single-product-header h1 {
    font-size: 30px;
  }

  .one-product h3 {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
  .one-product h3::after {
    bottom: -6px;
  }

  .footer-nav > ul {
    border-top: none;
  }
  .footer-nav li {
    margin: 0 6px;
  }
  .footer-nav li:first-child {
    margin-left: 0;
  }
  .footer-nav li:last-child {
    margin-right: 0;
  }
  .footer-nav a {
    font-size: 11px;
    letter-spacing: 2px;
  }

  .scrolltop {
    display: block;
    width: 30px;
    height: 26px;
    margin: 0 auto;
    border: 1px solid #000;
    background: transparent url(images/select.svg) 50% 50% no-repeat;
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .home .logo {
    width: 62%;
    margin-bottom: 54px;
  }
  .home .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home .scrolltop {
    margin: 24px auto;
  }
  .home .single-product-header h1 a {
    font-size: 30px;
  }
  .home .home-links a {
    letter-spacing: 0;
    word-spacing: 0;
  }
  .home .home-links a:first-child {
    padding-left: 22px;
  }
  .home .home-links a:last-child {
    padding-right: 22px;
  }

  .woocommerce-modal .woocommerce-modal-content {
    width: 90%;
  }
  
  
  .woocommerce-cart .cart_item td.product-quantity, .woocommerce-cart .cart_item td.product-name, .woocommerce-cart th.product-quantity, .woocommerce-cart th.product-name{
	display:none;  
  }
  
  .woocommerce-cart .shop_table.cart td.actions{
	padding-top: 300px;
	margin-left: -190px;
  }
  
  .woocommerce-cart .shop_table.cart td.actions .button{
	margin:2px;  
  }
  
  .woocommerce-checkout .col2-set {
	width: 330px;
  }
  
  form.checkout {
	text-align:center;  
  }
  
  .woocommerce-checkout th, .woocommerce-checkout td {
	display:block;
  }

  /* timm */
  #page { overflow: visible; }
  .menu-trigger:checked ~ .main-nav { overflow: visible; }
  
}


/* --- danja --- */
@media screen and (min-width: 951px) {
    .home .slides .single-product-home > img {
        /*
        margin-top: 70px;
        margin-bottom: 70px;
        border-top: solid 63px white;
        border-bottom: solid 63px white;
        width:60%;
        height: auto;
        border: solid 1px grey; 
        float: left;
        */
        position: relative !important; 
        display: block;
        padding: 68px 0;
        
    }
    .home .home-flexslider .content {
        text-align: center;
    }
    
    
    .home .slides .single-product-home {
        position: relative !important; 
        display: inline-block;
        /* padding-bottom: 64px;
        padding-top: 64px; */
    }
    
    .home .slides .single-product-header {
        position: relative !important; 
        display: block;
        /* border: solid 1px #ccc; */
        /* float: right; */
        /* top: auto; */
        /* right: auto; */
        /* left: 50%; */
        /* padding-left: 200px; */
        bottom: 78px;
        left: 65px;
    }

    .home .slides .single-product-header > h1 {
        font-size: 42px;
        /* text-align: left; */
    }

    .home .flex-viewport {
        overflow: visible !important;
    }
    
    .home .home-flexslider {
        /*
        padding-bottom: 63px;
        padding-top: 63px;  
        */
    }

    .home .single-product-header h1 {
        text-align: right;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    
    .single-product-page .single-flexslider .slides > img {
        /* border: solid 1px black; */
        /* float: none !important; */
        /* display: none; */
        /* height: auto !important;
        width: auto !important;
        margin-left: auto;
        margin-right: auto; */
        /* z-index: -1 ! important; */
        position: absolute !important;
		margin: auto !important;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 720px !important;
		height: 720px !important;
		float: none !important;
    }
	.single-product-page .single-flexslider .slides {
		height: 720px;
		overflow: hidden;
		position: relative;
		background-color: #ebebe9;
	}

	.flex-control-nav, .flex-direction-nav {
		font-size: 42px;
		text-align: left;
		letter-spacing: 2px;
		font-weight: 700;
		line-height: 0px;
		position: absolute;
		top: -650px;
		right: 515px;
		z-index: 100;
		width: 200px;
	}
	
	ol.flex-control-nav li {
		display: inline;
		border-bottom: black 1px solid;
	}
	
	ol.flex-control-nav li > a {
		display: none;
		text-decoration: none;
	}
	
	ol.flex-control-nav li > a.flex-active {
		display: inline ! important;
	}
	
	ol.flex-control-nav li:last-child {
		padding-left: 25px;
	}
	
	ol.flex-control-nav li:last-child > a {
		display: inline ! important;
	}
	
	ol.flex-control-nav li:first-child::before {
		content: '\2039';
		font-size: 28px;
		font-weight: 100;
		margin: 0 15px;
		vertical-align: middle;
		display: inline-table;
	}
	ol.flex-control-nav li:last-child::after {
		content: '\203A';
		font-size: 28px;
		font-weight: 100;
		margin: 0 15px;
		vertical-align: middle;
		display: inline-table;
		
	}
	ol.flex-control-nav li:last-child::before {
		content: "/";
		font-size: 34px;
		font-weight: 800;
		margin: 31px 0 0 -17px;
		position: absolute;
	}
	
	ul.flex-direction-nav li {
		display: inline;
		text-align: right;
	}
	
	ul.flex-direction-nav li:first-child { 
		text-align: left;
	}
	
	ul.flex-direction-nav li > a { 
		width: 70px;
		padding: 32px;
	}
    
    .single-product-page {
        position: relative;
        width: 720px;
        /* padding: 80px 0 60px !important; */
        padding-top: 80px;
        padding-bottom: 60px; 
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
        /* height: 100%;  */
    }
    
    .single-product-page .flexslider {
        padding-bottom: 0;
        padding-top: 0;
        z-index:1 ;
        /* height:100%; */
    }

    .single-product-page .single-price {
       z-index: 100;
    }
    
    .single-product-page .pinterest {
        top: -760px;
        right: 55px;
    }
    
    .single-product-page .header-container {
        position: relative !important;
        left: 124px;
        /* top: 695px; */
        overflow: visible;
        /* height: 0; */
        z-index:100;
    }
    
    body.home,
    body.page,
    body.archive,
    body.single {
       /* visibility: hidden; timm */
    }
    
    .single-product-page .single-product-header {
        z-index: 10;
    }
    
    .single-product-page .single-product-header > div {
		width: auto;
		min-width: 170px;
        left: auto;
        right: 0;
        padding: 22px 18px;
    }
    
    .single-product-page .single-product-header > h1 {
        font-size: 42px;
        text-align: left;
     /*   width: 50%;
		min-width: 500px;
		max-width: 700px; */
    }
    
    .big-col-one-third {
        width: 33.3%;
    }
    
    body.archive ul.products {
		width: 65%;
		max-width: 1280px;
		min-width: 776px;
		z-index: 0;
		position: relative;
	}
	
	body.archive form.shop-filters label {
		z-index: 100 !important;
	}
	
	body.archive ul.products logo {
	/*	position: absolute; */
	}
	
	body footer {
		padding-top: 100px;
	}
	
	.woocommerce-info {
	display: inline-block;
	width: 100%;
	text-align: center;
	letter-spacing: 1px;
	font-size: 25px;
	margin-top: 40px;
	line-height: 2.15;
	}
	
	.woocommerce .product-remove a:hover {
		border-bottom: none;
	}
	
	.pagetransition {
		-moz-transform: translate3d(500px, 500px, 0);
		-webkit-transform: translateY(500px, 500px, 0);
		transform: translateY(500px, 500px, 0);
		opacity: 1;
		-moz-transition: all 1s ease-in;
		-webkit-transition: all 1s ease-in;
		-ms-transition: all 1s ease-in;
		transition: all 1s ease-in;
	}
	.wpcf7 .col-one-half.medium-col-one-whole.right {
		text-align: right;
	}
	
	.wpcf7-response-output {
	  margin: auto;
	  position: fixed;
	  display: table;
	  vertical-align: middle;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  z-index: 9999;
	  background: rgba(255, 255, 255, 0.5);
	  cursor: pointer;
	  border: none !important;
	}
	.mobile .wpcf7-response-output {
	  height: 150%;
	}
	.wpcf7-response-output p {
	  display: block;
	  vertical-align: middle;
	  box-shadow: inset 0 0 0 1px #000;
	  background: #fff;
	  width: 500px;
	  overflow: auto;
	  margin: 20% auto !important;
	  padding: 46px;
	  text-align: center;
	  cursor: default;
	}
	.wpcf7-response-output p > * {
	  padding: 0 0 72px;
	  position: relative;
	  list-style: none;
	}
	
	.wpcf7-not-valid-tip {
		display: none !important;
	}
}

/* common definitions */

/* 'THE END' message *
 *  products page */
div#infscr-loading, 
div#infscr-loading div {
	/* height: 0; */
	overflow: visible;
}

div#infscr-loading > div#theend {
	border-top: black 1px solid; 
	font-size:38px;
	font-weight:800;
	letter-spacing: 2px;
	text-align:center;
	padding: 10px; 
	margin: 0 29px 150px 29px; 
	top: 29px; 
	position: relative;
}

.endup .arrow {
	font-size: 48px;
	position: absolute;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.endup .arrow:first-child{
	margin: -10px 0 0 -29px;
}

.endup .arrow:last-child{
	margin: -10px 0 0 14px;
}


@media screen and (max-width: 950px) {
  .search-form {
    display: none;
  }
  
  .pinterest {
	display: none !important;
  }
  
  .single-product .single-product-header h1 {
	text-align: center;
	padding: 0;
  }
  
  .single-product .flexslider .slides img {
	width: auto;
	margin: auto;
	display: none;
  }
  .single-product .flexslider .slides img:first-child {
	display: block;
  }
  
  .single-product-page {
	padding: 22px;
  }
  
  .single-product-page .entry-summary {
	left: auto;
	width: auto;
	position: inherit;
  }
  
  .single-product-page .entry-summary .content {
	width: 100%;
	padding: 22px 0;
	border-bottom: black 1px solid;
  }

  .single-product-page .variations .value {
	position: relative;
    padding-left: 0;
  }

  .single-product-page .variations tr:first-child .value::after {
	background: none;
  }
  
  .single-product-page .entry-summary div[class*='col'] {
	display: inline-block;
  }
 
  .shop-filters {
	display: none !important;
  }
  
  .menu-trigger + label {
	padding-top: 18px;
  }
  .menu-trigger + label:hover {
    background-image: url(images/menu-trigger-hover.svg);
  }
  .wrapper {
	padding-left: 30px;
	padding-right: 30px;
  }
