@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, main, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*
                       ,,        ,,
  .g8"""bgd            db      `7MM
.dP'     `M                      MM
dM'       ` `7Mb,od8 `7MM   ,M""bMM
MM            MM' "'   MM ,AP    MM
MM.    `7MMF' MM       MM 8MI    MM
`Mb.     MM   MM       MM `Mb    MM
  `"bmmmdPY .JMML.   .JMML.`Wbmd"MML.
*/
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row.nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.row .cell {
  -webkit-box-flex: 1 1 0;
  -moz-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.row .cell.c-1of2 {
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.row .cell.c-1of3 {
  -webkit-box-flex: 0 0 33%;
  -moz-box-flex: 0 0 33%;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}
.row .cell.c-1of4 {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.row .cell.c-1of5 {
  -webkit-box-flex: 0 0 20%;
  -moz-box-flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.row .cell.c-1of10 {
  -webkit-box-flex: 0 0 10%;
  -moz-box-flex: 0 0 10%;
  -webkit-flex: 0 0 10%;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}
.row .cell.t-left {
  text-align: left;
}
.row .cell.t-center {
  text-align: center;
}
.row .cell.t-right {
  text-align: right;
}
.row .cell.v-top {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.row .cell.v-middle {
  -webkit-align-self: center;
  align-self: center;
}
.row .cell.v-bottom {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.row .cell.nogrow {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.row .cell .inner {
  padding: 1em;
}
.row.t-left {
  text-align: left;
}
.row.t-center {
  text-align: center;
}
.row.t-right {
  text-align: right;
}
.row.d-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.row.d-column .cell {
  flex: 1;
}
.row.gutters {
  margin-top: -1em;
  margin-bottom: 1em;
  margin-left: -1em;
}
.row.gutters > .cell {
  padding: 1em 0 0 1em;
}
.row.border > .cell {
  padding: 1px 0 0 1px;
}
.row.border > .cell .inner {
  box-shadow: 0 0 0 1px #11bfa5;
  -webkit-box-shadow: 0 0 0 1px #11bfa5;
  -moz-box-shadow: 0 0 0 1px #11bfa5;
}

::-webkit-input-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

form .row {
  margin: 20px 0;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}
label.error {
  color: #ff0000;
  padding: 0;
  font-size: 0.875rem;
}
label.error.valid {
  padding: 0;
  margin: 0;
}

.unit {
  position: relative;
  display: inline-block;
  height: 52px;
}
.unit input[type=text] {
  padding-right: 52px;
}
.unit:after {
  position: absolute;
  right: 15px;
  top: 0;
  content: "int";
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  color: #956C58;
  font-size: 1rem;
  text-align: right;
}
.unit.kg:after {
  content: "kg";
}

input[type=submit] {
  background-color: #000;
  color: #fff;
  padding: 20px 40px;
  font-size: 1.2rem;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

input[type=text],
input[type=password] {
  border: solid 1px rgba(149, 108, 88, 0.5);
  padding: 16px;
  width: 420px;
  font-size: 1rem;
  color: #222;
  border-radius: 4px;
  background-color: rgba(241, 196, 0, 0.1);
}
@media screen and (max-width: 640px) {
  input[type=text],
  input[type=password] {
    width: 360px;
  }
}
@media screen and (max-width: 480px) {
  input[type=text],
  input[type=password] {
    width: 280px;
  }
}
input[type=text].small,
input[type=password].small {
  width: 200px;
}
@media screen and (max-width: 640px) {
  input[type=text].small,
  input[type=password].small {
    width: 170px;
  }
}
@media screen and (max-width: 480px) {
  input[type=text].small,
  input[type=password].small {
    width: 135px;
  }
}

textarea {
  border: solid 1px rgba(149, 108, 88, 0.5);
  padding: 16px;
  width: 420px;
  height: 100px;
  resize: none;
  color: #222;
  font-size: 1rem;
  font-family: "Roboto Slab", serif;
  border-radius: 4px;
  background-color: rgba(241, 196, 0, 0.1);
}
@media screen and (max-width: 640px) {
  textarea {
    width: 360px;
  }
}
@media screen and (max-width: 480px) {
  textarea {
    width: 280px;
  }
}

.select {
  position: relative;
  display: inline-block;
  width: 420px;
}
@media screen and (max-width: 640px) {
  .select {
    width: 360px;
  }
}
@media screen and (max-width: 480px) {
  .select {
    width: 280px;
  }
}
.select.small {
  width: 210px;
}
.select.small select {
  width: 210px;
}

select {
  border: solid 1px #ccc;
  width: 420px;
  font-size: 1rem;
  color: #222;
  padding: 16px 30px 17px 15px;
  border-radius: 4px;
  background-color: rgba(241, 196, 0, 0.1);
  background-image: url(../images/down.svg);
  background-size: 12px auto;
  background-position: 390px 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  select {
    width: 360px;
    background-position: 330px 50%;
  }
}
@media screen and (max-width: 480px) {
  select {
    width: 280px;
    background-position: 250px 50%;
  }
}

.square-checkbox,
.circle-checkbox,
.radio {
  display: inline-block;
  width: auto;
  margin: 8px 32px 8px 0;
  cursor: pointer;
  font-size: 1rem;
}
.square-checkbox span,
.circle-checkbox span,
.radio span {
  padding-left: 5px;
  font-size: 1rem;
  line-height: 1.1rem;
  vertical-align: middle;
}
.square-checkbox span span,
.circle-checkbox span span,
.radio span span {
  vertical-align: unset;
  padding: 0;
}

.tabs {
  text-align: center;
}
.tabs .tab {
  display: inline-block;
  padding: 10px 15px;
  margin: 10px;
  font-size: 1.1rem;
  border: solid 2px #222;
  border-radius: 40px;
  cursor: pointer;
}
.tabs .tab sup {
  color: #956C58;
  vertical-align: super;
  font-size: 1.3rem;
  line-height: 0.5;
}
.tabs .tab.active {
  background-color: #5B3427;
  color: #fff;
  border: solid 2px #5B3427;
}
.tabs .tab.active i.fa-circle::before {
  color: #fff !important;
}
.tabs .tab.disabled {
  cursor: default;
  opacity: 0.4;
}
.tabs.two_lines .tab {
  margin: 10px;
}
.tabs.transport {
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 800px) {
  .tabs.transport {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tabs.transport .tab {
  max-width: 330px;
  margin: 0 20px 0 0;
  vertical-align: top;
  border-radius: 10px;
  -webkit-box-flex: 1 1 330px;
  -moz-box-flex: 1 1 330px;
  -webkit-flex: 1 1 330px;
  -ms-flex: 1 1 330px;
  flex: 1 1 330px;
}
@media (max-width: 800px) {
  .tabs.transport .tab {
    max-width: 800px;
    margin: 10px 0 0 0;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.tabs.transport .tab .far {
  margin-right: 5px;
}
.tabs.transport .tab span {
  display: block;
  padding-left: 30px;
  font-size: 0.8rem;
  font-weight: normal;
}
.tabs.transport .tab span b {
  font-size: 1rem;
}

.transport_payment {
  margin-bottom: 50px;
}
.transport_payment label {
  display: flex;
  padding: 15px;
  background-color: #fff;
  border: solid 1px rgba(149, 108, 88, 0.4);
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 560px) {
  .transport_payment label {
    flex-wrap: wrap;
  }
}
.transport_payment label:hover {
  background-color: rgba(149, 108, 88, 0.1);
}
.transport_payment label.active {
  background-color: rgba(241, 196, 0, 0.2);
}
.transport_payment label.active:hover {
  background-color: rgba(149, 108, 88, 0.1);
}
.transport_payment label .far {
  font-size: 1.3rem;
  margin-right: 15px;
  margin-top: 5px;
}
.transport_payment label .far::before {
  background-color: #fff;
  border-radius: 100px;
}
.transport_payment label span {
  position: relative;
  flex: 1 1 auto;
  font-size: 0.9rem;
}
@media screen and (max-width: 560px) {
  .transport_payment label span {
    flex: 1 1 calc(100% - 40px);
  }
}
.transport_payment label span h5 {
  font-weight: bold;
  font-size: 1.1rem;
}
.transport_payment label span img {
  position: absolute;
  left: 180px;
  top: 0;
}
.transport_payment label span b {
  font-size: 1.1rem;
  font-weight: bold;
}
.transport_payment label span.price {
  text-align: right;
  flex: 0 0 200px;
}
@media screen and (max-width: 560px) {
  .transport_payment label span.price {
    flex: 0 0 100%;
  }
}
.transport_payment #packeta {
  flex-wrap: wrap;
}
.transport_payment #packeta span {
  flex: 1 1 70%;
}
.transport_payment #packeta span.price {
  flex: 1 1 20%;
}
@media screen and (max-width: 560px) {
  .transport_payment #packeta span.price {
    flex: 0 0 100%;
  }
}
.transport_payment #packeta #address-error {
  margin: 5px 0 0 36px;
  background-color: #ff0000;
  color: #fff;
  padding: 5px;
}
.transport_payment #packeta.active .packeta-selector-value .inner {
  flex: 0 1 auto;
  margin: 10px 0 0 36px;
  border-radius: 4px;
  padding: 10px;
  background-color: #fff;
  font-size: 0.9rem;
}
@media screen and (max-width: 400px) {
  .transport_payment #packeta.active .packeta-selector-value .inner {
    margin: 10px 0 0 0;
  }
}
.transport_payment #packeta.active .packeta-selector-value .inner span {
  color: #956C58;
  margin-left: 5px;
  text-decoration: underline;
}
.transport_payment #packeta.active:hover .inner span {
  text-decoration: none;
}

#transport-error {
  font-size: 1rem;
  font-weight: bold;
}

#payment-error {
  font-size: 1rem;
  font-weight: bold;
}

.square-checkbox input[type=checkbox],
.circle-checkbox input[type=checkbox],
.radio input[type=radio],
.tra input[type=radio],
.pay input[type=radio],
.tab input[type=radio] {
  /*smazat */
  position: absolute;
  left: -9999em;
}

input[type=checkbox] + i.fa-square::before {
  font-size: 1.4rem;
  vertical-align: middle;
}

input[type=checkbox].error + i.fa-square::before {
  color: #ff0000;
}

input[type=checkbox]:checked + i.fa-square::before {
  content: "\f14a" !important;
  font-weight: 900;
  color: #5B3427;
}

input[type=checkbox]:checked + i.fa-circle::before {
  content: "\f058" !important;
  font-weight: 900;
}

input[type=radio]:checked + i.fa-circle::before {
  content: "\f058" !important;
  font-weight: 900;
  color: #5B3427;
}

.tooltip_trigger {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
  height: 20px;
  line-height: 18px;
  vertical-align: middle;
}
.tooltip_trigger .tooltip {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 100;
  padding: 15px;
  width: 300px;
  font-size: 0.8rem;
  display: none;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}
.tooltip_trigger .tooltip p {
  margin: 0;
}
.tooltip_trigger .tooltip p.top {
  margin-top: 10px;
}
.tooltip_trigger:hover .tooltip {
  display: block;
}

.burger-icon {
  display: none;
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 1000;
  min-width: 20px;
  height: 24px;
  font-size: 1.25rem;
  color: #5B3427;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 980px) {
  .burger-icon {
    display: block;
  }
}
.burger-icon:hover .meat,
.burger-icon:hover .meat::after,
.burger-icon:hover .meat::before {
  background-color: #000;
}
.burger-icon:hover span {
  color: #000;
}
.burger-icon .meat {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 4px;
  margin: 10px 0;
  background-color: #5B3427;
  border-radius: 20px;
}
.burger-icon .meat::after {
  position: absolute;
  top: -8px;
  left: 0;
  display: block;
  width: 28px;
  height: 4px;
  content: "";
  background-color: #5B3427;
  border-radius: 20px;
  transition: top 0.3s, transform 0.3s;
}
.burger-icon .meat::before {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 28px;
  height: 4px;
  content: "";
  background-color: #5B3427;
  border-radius: 20px;
  transition: bottom 0.3s, transform 0.3s;
}
.burger-icon span {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
  margin-left: 5px;
}
.show-menu .burger-icon .meat {
  background-color: transparent;
}
.show-menu .burger-icon .meat::after {
  top: 0;
  background-color: #000;
  transform: rotate(45deg);
  transition: top 0.3s, transform 0.3s;
}
.show-menu .burger-icon .meat::before {
  bottom: 0;
  background-color: #001F89;
  transform: rotate(-45deg);
  transition: bottom 0.3s, transform 0.3s;
}

.show-menu #overlay {
  display: block !important;
}
.show-menu header {
  z-index: 990;
}
.show-menu header .inner nav {
  position: static;
  z-index: 990;
  background-color: #fff;
  display: block !important;
  top: 61px;
  left: 0;
  height: auto;
  width: 100%;
  padding: 0 15px 15px;
}
.show-menu header .inner nav ul li {
  display: block;
  border-bottom: solid 1px #eee;
}
.show-menu header .inner nav ul li:last-child {
  border: none;
}
.show-menu header .inner nav ul li.shop_cart a {
  padding: 0;
}
.show-menu header .inner nav ul li a {
  display: block;
  padding: 15px 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
  width: 100%;
  background-color: #fff;
  font-family: "Roboto Slab", serif;
  color: #222;
  font-size: 1rem;
  line-height: 1.5;
}
body a {
  color: #5B3427;
  text-decoration: underline;
}
body a:hover {
  color: #222;
  text-decoration: none;
}
body b {
  font-weight: bold;
}
body strong {
  font-weight: bold;
}
body em {
  font-style: italic;
}
body ul {
  margin: 15px 0;
}
body .center {
  text-align: center;
}
body .right {
  text-align: right;
}
body p {
  margin-bottom: 1rem;
}
body h1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.1;
  color: #5B3427;
}
@media (max-width: 767px) {
  body h1 {
    font-size: 2.3rem;
  }
}
body h1 a {
  text-decoration: none;
}
body h2 {
  font-size: 1.78rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.3;
  color: #5B3427;
}
body h2 a {
  text-decoration: none;
}
body h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.3;
  color: #5B3427;
}
body h3 a {
  text-decoration: none;
}
body .clickable {
  cursor: pointer;
}
body .primary-btn {
  display: inline-block;
  color: #fff;
  padding: 16px 25px;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  background-color: #5B3427;
  border: solid 1px #5B3427;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .primary-btn:hover {
  color: #fff;
  background-color: #492a1f;
}
body input[type=submit].primary-btn {
  display: inline-block;
  color: #fff;
  padding: 16px 25px;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  background-color: #5B3427;
  border: solid 1px #5B3427;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input[type=submit].primary-btn:hover {
  color: #fff;
  background-color: #492a1f;
}
body .secondary-btn {
  display: inline-block;
  color: #5B3427;
  padding: 16px 25px;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  background-color: transparent;
  border: solid 1px #5B3427;
  border-radius: 4px;
  cursor: pointer;
}
body .secondary-btn:hover {
  color: #492a1f;
  border-color: #492a1f;
  background-color: rgba(149, 108, 88, 0.15);
}
body .secondary-btn.small {
  padding: 12px 20px;
  font-size: 1rem;
}

.advertising {
  background-color: #F1C400;
  width: 100%;
  height: auto;
}
.advertising p {
  max-width: 1100px;
  font-size: 0.9rem;
  line-height: 1.3;
  margin: 0 auto;
  padding: 15px 10px;
  text-align: center;
}

header {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
}
header .inner {
  position: relative;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
header .inner .logo {
  float: left;
  width: 154px;
  margin: 20px 0;
  height: 40px;
  background-image: url(../images/logo.png);
  background-size: 100% auto;
  text-indent: -9999em;
  background-repeat: no-repeat;
}
@media (max-width: 1099px) {
  header .inner .logo {
    margin-left: 20px;
  }
}
@media (max-width: 980px) {
  header .inner .logo {
    margin: 13px 0 7px 20px;
    width: 120px;
  }
}
@media (max-width: 380px) {
  header .inner .logo {
    width: 36px;
    height: 36px;
    margin: 11px 0 11px 15px;
    background-size: auto 100%;
  }
}
header .inner .shop_cart {
  position: absolute;
  top: 22px;
  right: 20px;
  display: inline-block;
  background-color: rgba(91, 52, 39, 0.8);
  color: #F1C400;
  width: 38px;
  height: 38px;
  line-height: 34px;
  font-size: 20px;
  border-radius: 50px;
  text-align: center;
  /*background-image: url(../images/icon-cart.svg);
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;*/
}
@media (max-width: 980px) {
  header .inner .shop_cart {
    right: 140px;
    top: 12px;
  }
}
header .inner .shop_cart:hover {
  background-color: #5B3427;
}
header .inner .shop_cart span {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -10px;
  bottom: -6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 19px;
  background-color: #F1C400;
  border-radius: 50px;
  color: #5B3427;
  border: solid 2px #fff;
}
header .inner .shop_cart span.animate {
  animation: animation 1s ease-in-out;
  -webkit-animation: animation 1s ease-in-out;
}
header .inner .login {
  position: absolute;
  top: 22px;
  right: 74px;
  display: inline-block;
  background-color: rgba(91, 52, 39, 0.8);
  color: #F1C400;
  width: 38px;
  height: 38px;
  line-height: 34px;
  font-size: 20px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  /*background-image: url(../images/icon-user.svg);
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;*/
}
@media (max-width: 980px) {
  header .inner .login {
    right: 194px;
    top: 12px;
  }
}
header .inner .login:hover {
  background-color: #5B3427;
}
header .inner .user {
  position: absolute;
  top: 22px;
  right: 74px;
  display: inline-block;
  color: #956C58;
  background-color: #F1C400;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 980px) {
  header .inner .user {
    right: 194px;
    top: 12px;
  }
}
header .inner .user:hover {
  color: #222;
}
header .inner nav {
  margin: 13px 0;
  float: right;
  padding-right: 160px;
}
@media (max-width: 980px) {
  header .inner nav {
    display: none;
  }
}
header .inner nav li {
  display: inline-block;
  margin: 0 16px;
}
@media (max-width: 1050px) {
  header .inner nav li {
    margin: 0 12px;
  }
}
header .inner nav li:last-child {
  margin-right: 0;
}
header .inner nav li a {
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}
header .inner nav li a:hover {
  text-decoration: underline;
}
header .inner nav li a.active {
  color: #F1C400;
}

section {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  display: block;
}
section .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 1100px) {
  section .inner {
    padding: 30px 15px;
  }
}
section .inner h2 {
  text-align: center;
}
section .inner h4 {
  text-align: center;
  font-size: 1rem;
  color: #956C58;
}

body.noscroll {
  overflow-y: hidden;
}

#main {
  width: 100%;
  margin: 0px auto 0px;
  background-color: #fff;
  background-image: url(../images/motive2.png);
  background-position: 50% 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  /*@media (max-width: 1065px) {
      margin-top: 146px; //lista
  }*/
  /*@media (max-width: 555px) {
      margin-top: 146px;//lista
  }*/
}
@media (max-width: 1000px) {
  #main {
    background-position: 40% 100%;
  }
}
@media (max-width: 980px) {
  #main {
    background-position: 10% 100%;
    /*margin: 60px auto 0px;
    margin-top: 127px; */
  }
}
@media (max-width: 767px) {
  #main {
    background-image: url(../images/barf.png);
    background-position: -210px 120%;
    background-size: 330px auto;
    padding-bottom: 20px;
  }
}
#main .inner {
  display: block;
  min-height: 450px;
  padding: 0;
}
@media (max-width: 767px) {
  #main .inner {
    text-align: center;
    background-image: url(../images/barf.png);
    background-position: 110% -225px;
    background-repeat: no-repeat;
    background-size: 300px auto;
    padding-top: 30px;
  }
  #main .inner h1 {
    font-size: 2rem;
  }
}
#main .inner .txt {
  display: inline-block;
  max-width: 650px;
  margin: 80px 0;
}
@media (max-width: 1099px) {
  #main .inner .txt {
    margin: 60px 20px;
  }
}
@media (max-width: 980px) {
  #main .inner .txt {
    max-width: 540px;
  }
}
@media (max-width: 480px) {
  #main .inner .txt {
    margin: 30px 20px;
  }
}
#main .inner .txt p {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media (max-width: 1099px) {
  #main .inner .txt p {
    font-size: 1rem;
  }
}
#main .inner .txt p.perex {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  #main .inner .txt p.perex {
    font-size: 1.3rem;
  }
}
#main .inner .txt .primary-btn {
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #main .inner .txt .primary-btn {
    display: block;
    width: 280px;
    margin: 20px auto 15px;
    padding: 16px;
  }
}
#main .inner .txt .secondary-btn {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 16px;
}
@media (max-width: 767px) {
  #main .inner .txt .secondary-btn {
    width: 280px;
  }
}
#main .inner .txt .secondary-btn:hover {
  background-color: #fff;
}

#main.poukaz {
  background-image: url(../images/poukaz.png);
}
@media (max-width: 767px) {
  #main.poukaz {
    background-image: url(../images/poukaz_mobil.png);
    background-position: 50% 100%;
    background-size: 100% auto;
    padding-bottom: 20px;
  }
}
@media (max-width: 380px) {
  #main.poukaz {
    background-size: auto 100%;
  }
}
#main.poukaz .inner {
  background-image: none;
  padding-top: 0;
}
#main.poukaz .inner .txt .secondary-btn {
  background-color: white;
}

#why {
  background-color: rgba(241, 196, 0, 0.2);
  background-image: url(../images/rbg.png);
  background-position: 50% 10%;
}
@media (max-width: 767px) {
  #why {
    width: 100%;
    margin: 0;
    border-radius: 4px;
  }
}
@media (max-width: 540px) {
  #why {
    background-position: 50% 0%;
  }
}
#why .inner {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 20px;
}
@media (max-width: 767px) {
  #why .inner {
    flex-direction: column;
  }
}
#why .inner h2 {
  width: 100%;
  color: #222;
  padding: 0 20px;
}
#why .inner .primary-btn {
  margin: 20px auto;
  font-size: 1rem;
}
#why .advantage {
  padding: 15px 20px;
  margin: 20px 0;
  flex: 0 0 25%;
  text-align: center;
}
#why .advantage h3 {
  font-size: 1.1rem;
  margin: 10px 0;
}
#why .advantage p {
  font-size: 0.9rem;
  margin: 0;
}
#why .advantage img {
  height: 80px;
}
@media (max-width: 767px) {
  #why .advantage {
    position: relative;
    padding: 0 0 0 70px;
    margin: 15px 20px;
    text-align: left;
  }
  #why .advantage img {
    position: absolute;
    left: 0px;
    top: 0;
    width: 50px;
  }
  #why .advantage h3 {
    margin-bottom: 0;
  }
}
#why .mvdr {
  position: relative;
  margin: 20px;
  padding-top: 30px;
  text-align: center;
  font-style: italic;
}
#why .mvdr::after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: rgba(149, 108, 88, 0.3);
}
#why .mvdr b {
  margin-top: 5px;
  display: block;
}

#help {
  background-color: rgba(234, 240, 253, 0.8);
  justify-content: center;
  margin-bottom: 50px;
}
#help .cell {
  max-width: 1100px;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border-radius: 4px;
  padding: 15px 15px 10px 100px;
  background-image: url(../images/help.svg);
  background-size: 60px auto;
  background-position: 20px 35px;
  background-repeat: no-repeat;
}
#help .cell h4 {
  font-weight: bold;
  font-size: 1.2rem;
  color: #222;
}

#about .barf {
  padding: 40px 0 0;
}
#about .barf img {
  width: 360px;
  margin: 0px auto;
}
@media (max-width: 1050px) {
  #about .barf img {
    width: 300px;
  }
}
@media (max-width: 930px) {
  #about .barf img {
    margin: 0 auto;
    width: 360px;
  }
}
@media (max-width: 480px) {
  #about .barf img {
    margin: 0 auto;
    width: 90%;
  }
}
@media (max-width: 480px) {
  #about .barf .cell {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 930px) {
  #about .barf .cell.t-center {
    order: -1;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
#about .barf .d-column {
  height: 100%;
}
@media (max-width: 930px) {
  #about .barf .d-column {
    align-items: center;
  }
}
@media (max-width: 480px) {
  #about .barf .d-column {
    height: auto;
  }
}
#about .barf .d-column .cell {
  flex-grow: 0;
  margin: 0;
  min-height: 205px;
  text-align: center;
  padding: 70px 20px 20px 20px;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}
@media (max-width: 480px) {
  #about .barf .d-column .cell {
    min-height: auto;
  }
}
#about .barf .d-column .cell b {
  font-size: 1.25rem;
  line-height: 2rem;
}
#about .barf .d-column .cell p {
  font-size: 0.875rem;
}
#about .barf .d-column .cell.img {
  padding: 20px 0 0;
  min-height: 380px;
}
@media (max-width: 930px) {
  #about .barf .d-column .cell.img {
    padding: 0;
  }
}
@media (max-width: 480px) {
  #about .barf .d-column .cell.img {
    min-height: auto;
    padding-bottom: 15px;
  }
}
#about .barf .d-column .cell.a1 {
  background-image: url(../images/about_1.png);
}
#about .barf .d-column .cell.a2 {
  margin-top: 30px;
  background-image: url(../images/about_2.png);
}
@media (max-width: 480px) {
  #about .barf .d-column .cell.a2 {
    margin-top: 0;
  }
}
#about .barf .d-column .cell.a3 {
  background-image: url(../images/about_3.png);
}
#about .barf .d-column .cell.a4 {
  margin-top: 30px;
  background-image: url(../images/about_4.png);
}
@media (max-width: 480px) {
  #about .barf .d-column .cell.a4 {
    margin-top: 0;
  }
}
#about .barf .d-column .cell.a5 {
  margin-top: 0px;
  background-image: url(../images/about_5.png);
  max-width: 35%;
}
@media (max-width: 930px) {
  #about .barf .d-column .cell.a5 {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  #about .barf .d-column .cell.a5 {
    max-width: 100%;
  }
}
#about .barf.bottom {
  padding: 0;
}
#about .barf.bottom .d-column {
  align-items: center;
}
#about .center {
  margin: 30px 0;
}

#veterinary {
  background-color: rgba(241, 196, 0, 0.2);
}
#veterinary .inner {
  padding: 30px 0;
  max-width: 1000px;
}
@media (max-width: 1099px) {
  #veterinary .inner {
    padding: 30px;
  }
}
#veterinary .inner b {
  font-size: 1.25rem;
  line-height: 3rem;
  float: right;
}
#veterinary .cell {
  background-image: url(../images/mvdr.png);
  background-repeat: no-repeat;
  background-position: 100% 40%;
  padding: 20px 170px 10px 0;
}
@media (max-width: 640px) {
  #veterinary .cell {
    background-position: 100% 30px;
    padding: 20px 150px 10px 0;
  }
}
@media (max-width: 480px) {
  #veterinary .cell {
    background-position: 0 0;
    padding: 130px 0 0 0;
  }
}
#veterinary .cell .mark {
  position: relative;
}
#veterinary .cell .mark:before {
  position: absolute;
  bottom: -10px;
  left: -20px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/left_mark.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#veterinary .cell .mark:after {
  position: absolute;
  top: -10px;
  right: -10px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../images/right_mark.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#treats {
  text-align: center;
}
#treats h4 {
  margin: 20px 0;
}
#treats img {
  max-width: 100%;
}
#treats .center {
  margin: 30px 0;
}
#treats .center .secondary-btn {
  margin: 0 15px;
}
@media (max-width: 768px) {
  #treats .center .secondary-btn {
    margin: 10px;
  }
}
#treats .center .primary-btn {
  margin: 0 15px;
}
@media (max-width: 768px) {
  #treats .center .primary-btn {
    margin: 10px;
  }
}

#goods .row {
  margin: 30px 0 0;
  justify-content: center;
}
#goods .row .cell {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 8px 12px;
}
@media (max-width: 768px) {
  #goods .row .cell {
    padding: 6px;
  }
}
#goods .row .cell:nth-child(4n+1) {
  padding-left: 0px;
}
@media (max-width: 768px) {
  #goods .row .cell:nth-child(4n+1) {
    padding: 6px;
  }
}
@media (max-width: 640px) {
  #goods .row .cell:nth-child(4n+1) {
    padding: 12px;
  }
}
#goods .row .cell:nth-child(4n+2) {
  padding: 8px 8px 8px 4px;
}
@media (max-width: 768px) {
  #goods .row .cell:nth-child(4n+2) {
    padding: 6px;
  }
}
@media (max-width: 640px) {
  #goods .row .cell:nth-child(4n+2) {
    padding: 12px;
  }
}
#goods .row .cell:nth-child(4n+3) {
  padding: 8px 4px 8px 8px;
}
@media (max-width: 768px) {
  #goods .row .cell:nth-child(4n+3) {
    padding: 6px;
  }
}
@media (max-width: 640px) {
  #goods .row .cell:nth-child(4n+3) {
    padding: 12px;
  }
}
#goods .row .cell:nth-child(4n+4) {
  padding-right: 0px;
}
@media (max-width: 768px) {
  #goods .row .cell:nth-child(4n+4) {
    padding: 6px;
  }
}
@media (max-width: 640px) {
  #goods .row .cell:nth-child(4n+4) {
    padding: 12px;
  }
}
@media (max-width: 980px) {
  #goods .row .cell {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 12px;
  }
  #goods .row .cell:nth-child(4n+1) {
    padding: 12px;
  }
  #goods .row .cell:nth-child(4n+2) {
    padding: 12px;
  }
  #goods .row .cell:nth-child(4n+3) {
    padding: 12px;
  }
  #goods .row .cell:nth-child(4n+4) {
    padding: 12px;
  }
}
@media (max-width: 640px) {
  #goods .row .cell {
    padding: 12px;
    -webkit-box-flex: 0 0 70%;
    -moz-box-flex: 0 0 70%;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
}
@media (max-width: 460px) {
  #goods .row .cell {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
#goods .row .cell .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 10px 5px;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#goods .row .cell .item .cell {
  padding: 0;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#goods .row .cell .item .cell:last-child {
  -webkit-box-flex: 0 0 55px;
  -moz-box-flex: 0 0 55px;
  -webkit-flex: 0 0 55px;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
}
#goods .row .cell .item .promo {
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 4px;
  color: #222;
  background-color: #F1C400;
}
#goods .row .cell .item .cell.price {
  -webkit-box-flex: 0 0 35px;
  -moz-box-flex: 0 0 35px;
  -webkit-flex: 0 0 35px;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  padding: 0 10px 10px;
  font-size: 0.875rem;
  color: #956C58;
}
#goods .row .cell .item .cell.price p {
  display: block;
  margin: 0;
  padding: 0;
  color: rgba(149, 108, 88, 0.6);
}
#goods .row .cell .item .cell.price p span {
  text-decoration: line-through;
}
#goods .row .cell .item:hover {
  transform: scale(1.05);
}
#goods .row .cell .item:hover h2 {
  color: #222;
}
#goods .row .cell .item:hover a {
  text-decoration: underline;
}
#goods .row .cell .item .thumb {
  max-width: 240px;
  -webkit-box-flex: 0 0 220px;
  -moz-box-flex: 0 0 220px;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  margin: 0 auto;
  text-align: center;
}
#goods .row .cell .item .thumb .noimg {
  margin: 80px auto 0;
  width: 120px;
}
#goods .row .cell .item button.secondary-btn {
  font-size: 1rem;
}
#goods .row .cell .item a {
  display: block;
  padding-top: 15px;
  border-top: solid 1px #eee;
  text-decoration: none;
}
#goods .row .cell .item a:hover {
  text-decoration: underline;
}
#goods .row .cell .item img {
  width: 180px;
  margin: 15px auto;
}
#goods .row .cell .item h2 {
  font-size: 1.25rem;
  text-align: center;
}
#goods .row .cell .item p {
  font-size: 0.875rem;
  line-height: 1.3rem;
}
#goods .row .cell.boiled .item {
  position: relative;
}
#goods .row .cell.boiled .item:after {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url(../images/boiled.png);
  background-position: 50% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#goods .center {
  margin: 30px 0;
}
#goods .center .secondary-btn {
  margin: 0 15px;
}
@media (max-width: 768px) {
  #goods .center .secondary-btn {
    margin: 10px;
  }
}
#goods .center .primary-btn {
  margin: 0 15px;
}
@media (max-width: 768px) {
  #goods .center .primary-btn {
    margin: 10px;
  }
}

#support {
  display: block;
  padding: 20px;
  margin: 0px auto 70px;
  max-width: 580px;
  background-color: #fff;
  text-align: center;
  font-size: 15px;
  border-radius: 10px;
  border: solid 5px rgba(149, 108, 88, 0.2);
  color: #956C58;
}
#support img {
  margin: 10px 0;
  width: 50px;
}
#support img.max {
  width: 120px;
  margin-bottom: 0;
  border-radius: 100px;
}
#support .more {
  margin-top: 20px;
  display: block;
}
#support p {
  margin: 10px 0;
}
#support h4 {
  font-weight: bold;
  color: #222;
  margin: 0;
}

#faq {
  background-color: rgba(149, 108, 88, 0.2);
  text-align: center;
}
#faq h4 {
  margin-bottom: 40px;
}
#faq .row {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  padding: 20px 40px 20px 40px;
  text-align: left;
  font-size: 1.2rem;
  cursor: pointer;
  background-image: url(../images/symbol.png);
  background-position: 5px 20px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border-bottom: solid 1px #fff;
}
#faq .row:hover {
  color: #956C58;
}
#faq .row img {
  position: absolute;
  right: 5px;
  top: 29px;
  width: 15px;
  transition: all 0.5s ease;
}
#faq .row p {
  margin: 10px 10px 10px 0;
  color: #222;
  font-size: 1rem;
  text-align: left;
  display: none;
}
#faq .row.active p {
  display: block;
}
#faq .row.active img {
  transform: rotate(180deg);
}
#faq p {
  margin: 20px;
}

#references {
  background-color: rgba(149, 108, 88, 0.1);
  position: relative;
  margin: 30px auto 0px;
  padding-bottom: 20px;
}
#references h2 {
  margin-bottom: 50px;
}

#news .inner {
  max-width: 950px;
}
@media (max-width: 700px) {
  #news .inner .articles {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
#news .inner .articles .article {
  position: relative;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 20px 10px 20px 10px;
}
@media (max-width: 700px) {
  #news .inner .articles .article {
    margin: 0 auto;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 480px;
  }
}
#news .inner .articles .article .item {
  height: 100%;
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  border: solid 1px rgba(149, 108, 88, 0.2);
  border-radius: 4px;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 480px) {
  #news .inner .articles .article .item {
    text-align: center;
  }
}
#news .inner .articles .article .item img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}
#news .inner .articles .article .item .cell {
  padding: 20px;
}
#news .inner .articles .article .item .cell.thumbnail {
  padding: 0;
}
#news .inner .articles .article .item .noimg {
  display: inline-block;
  width: 180px;
  height: 180px;
  border: solid 1px rgba(149, 108, 88, 0.1);
  border-radius: 4px;
  background-color: rgba(241, 196, 0, 0.1);
  background-image: url(../images/noimg.png);
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 50% 45%;
}
#news .inner .articles .article .item p a {
  display: block;
  margin-top: 10px;
}
#news .inner .secondary-btn {
  margin: 20px auto;
}
@media (max-width: 700px) {
  #news .inner .secondary-btn {
    font-size: 1rem;
  }
}

#page {
  min-height: calc(100vh - 205px);
  padding: 0;
}
#page .inner h2 {
  text-align: left;
}
#page .inner h4 {
  text-align: left;
}
#page .inner .center {
  text-align: center;
}
#page .inner .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* Poměr stran 16:9 (9 / 16 = 0.5625) */
  margin-bottom: 30px;
}
#page .inner .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  #page .inner #userShop .btn-group .cell {
    order: 2;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  #page .inner #userShop .btn-group .cell.t-right {
    order: 1;
  }
  #page .inner #userShop .btn-group a {
    margin: 10px 0;
    display: block;
    text-align: center;
  }
  #page .inner #userShop .btn-group input[type=submit] {
    margin: 10px 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  #page .inner #checkout .btn-group .cell {
    order: 2;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  #page .inner #checkout .btn-group .cell.t-right {
    order: 1;
  }
  #page .inner #checkout .btn-group a {
    margin: 10px 0;
    display: block;
    text-align: center;
  }
  #page .inner #checkout .btn-group input[type=submit] {
    margin: 10px 0;
    display: block;
    width: 100%;
    text-align: center;
  }
}
#page .inner #userShop .company-info .nogrow {
  padding-right: 20px;
}
@media screen and (max-width: 480px) {
  #page .inner #userShop .company-info .nogrow {
    padding-right: 10px;
  }
}
#page .inner .btn-group {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px rgba(149, 108, 88, 0.2);
}
#page .inner .logout {
  float: right;
  margin-top: 5px;
  padding: 10px;
  color: red;
}
#page .inner .cell.user-messages {
  position: relative;
  display: block;
  margin: 30px 0;
  padding: 15px 15px 15px 38px;
  -webkit-box-flex: 1 1 100%;
  -moz-box-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  border-radius: 4px;
  background-color: rgba(241, 196, 0, 0.2);
}
#page .inner .cell.user-messages i {
  position: absolute;
  top: 18px;
  left: 15px;
}
#page .inner .userinfo {
  padding: 10px;
  background-color: rgba(149, 108, 88, 0.1);
  border-radius: 4px;
  max-width: 740px;
  align-items: center;
  font-size: 1rem;
}
@media (max-width: 680px) {
  #page .inner .userinfo {
    flex-direction: column;
  }
  #page .inner .userinfo .cell {
    padding: 5px 0;
  }
}
#page .inner .userinfo a {
  font-size: 1rem;
  margin: 0 0 0 10px;
}
@media (max-width: 680px) {
  #page .inner .userinfo a {
    padding: 16px;
    margin: 0 5px;
  }
}
#page .inner .userinfo a.secondary-btn {
  background-color: #fff;
}
#page .inner .faq .row {
  position: relative;
  max-width: 740px;
  margin: 0;
  padding: 20px 40px 20px 40px;
  font-size: 1.2rem;
  cursor: pointer;
  background-image: url(../images/symbol.png);
  background-position: 5px 20px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border-bottom: solid 1px #eee;
}
#page .inner .faq .row:hover {
  color: #956C58;
}
#page .inner .faq .row img {
  position: absolute;
  right: 5px;
  top: 29px;
  width: 15px;
  transition: all 0.5s ease;
}
#page .inner .faq .row p {
  margin: 10px 10px 10px 0;
  color: #222;
  font-size: 1rem;
  text-align: left;
  display: none;
}
#page .inner .faq .row.active p {
  display: block;
}
#page .inner .faq .row.active img {
  transform: rotate(180deg);
}
#page .inner .highlight {
  margin: 30px 0;
  color: #956C58;
  font-size: 1.4rem;
  line-height: 1.8rem;
  max-width: 80%;
}
#page .inner .highlight b {
  display: block;
  font-style: italic;
  color: #222;
  font-size: 1rem;
}
#page .inner .highlight.full {
  max-width: 100%;
}
#page .inner p {
  line-height: 1.6rem;
}
#page .inner p + h2 {
  margin-top: 40px;
}
#page .inner .terms-and-conditions {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}
#page .inner .terms-and-conditions span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 40px;
  padding-right: 5px;
  text-align: right;
  font-weight: bold;
}
#page .inner .terms-and-conditions li {
  margin: 10px 0;
}
#page .inner .terms-and-conditions li ul {
  position: relative;
  padding-left: 60px;
}
#page .inner #registration .cell.secondary {
  padding-left: 20px;
}
@media (max-width: 450px) {
  #page .inner #registration .cell.secondary {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0;
    margin: 20px 0;
  }
}
#page .inner .showcompanyinfo {
  position: relative;
  cursor: pointer;
  padding: 10px 16px;
  max-width: 740px;
  border-radius: 4px;
  border: solid 2px rgba(238, 238, 238, 0.4);
}
@media (max-width: 450px) {
  #page .inner .showcompanyinfo {
    font-size: 1.2rem;
  }
}
#page .inner .showcompanyinfo:hover {
  border: solid 2px rgba(238, 238, 238, 0.8);
}
#page .inner .showcompanyinfo em {
  font-weight: normal;
  font-size: 1rem;
}
@media (max-width: 450px) {
  #page .inner .showcompanyinfo em {
    display: block;
    font-size: 0.8rem;
  }
}
#page .inner .showcompanyinfo span {
  margin-top: 7px;
  float: right;
  font-size: 0.9rem;
  font-weight: normal;
}
#page .inner .showcompanyinfo span b {
  font-weight: normal;
}
#page .inner .showcompanyinfo span:hover {
  color: #222;
}
@media (max-width: 450px) {
  #page .inner .showcompanyinfo span {
    position: absolute;
    right: 15px;
    top: 10px;
  }
}
@media (max-width: 430px) {
  #page .inner h2.showcompanyinfo {
    font-size: 16px;
  }
}
#page .inner h2.showcompanyinfo span {
  margin-top: 10px;
}
@media (max-width: 430px) {
  #page .inner h2.showcompanyinfo span {
    margin-top: 0;
  }
}
#page .inner .user-detail {
  position: relative;
  padding: 15px;
  margin: 10px 0 30px;
  background-color: #5B3427;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 760px) {
  #page .inner .user-detail {
    flex-direction: column;
  }
}
#page .inner .user-detail .cell {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 760px) {
  #page .inner .user-detail .cell {
    padding: 5px 0;
  }
  #page .inner .user-detail .cell.t-right {
    position: absolute;
    right: 15px;
    top: 15px;
  }
}
#page .inner .user-detail b {
  color: #fff;
}
#page .inner .user-detail a {
  color: #F1C400;
}
#page .inner .user-detail label {
  display: block;
}
#page .inner .user-detail .user-profile a {
  margin-left: 30px;
}
@media (max-width: 760px) {
  #page .inner .user-detail .user-profile label {
    display: none;
  }
  #page .inner .user-detail .user-profile b {
    display: none;
  }
}
@media (max-width: 760px) {
  #page .inner .user-detail .orders label {
    display: none;
  }
  #page .inner .user-detail .orders b {
    display: none;
  }
  #page .inner .user-detail a {
    margin: 0 !important;
  }
}
#page .inner .order-item {
  position: relative;
  padding: 15px;
  margin: 5px 0;
  border-radius: 4px;
  background-color: rgba(241, 196, 0, 0.1);
  color: #222;
  align-items: center;
}
@media (max-width: 760px) {
  #page .inner .order-item {
    flex-direction: column;
  }
  #page .inner .order-item .cell {
    padding: 5px 0;
  }
  #page .inner .order-item .close {
    position: absolute;
    top: 30px;
    right: 20px;
  }
}
#page .inner .order-item .opcl:hover {
  text-decoration: none;
}
#page .inner .order-item:hover {
  cursor: pointer;
  background-color: rgba(241, 196, 0, 0.2);
}
#page .inner .order-item .secondary-btn {
  margin: 0 auto;
  font-size: 0.9rem;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7);
}
#page .inner .order-item .secondary-btn:hover {
  background-color: #fff;
}
#page .inner .order-item h4 {
  color: #222;
}
#page .inner .order-item .date {
  max-width: 120px;
}
#page .inner .order-item .row {
  width: 100%;
}
#page .inner .order-item .status {
  max-width: 40px;
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 760px) {
  #page .inner .order-item .status {
    font-size: 2.4rem;
  }
}
#page .inner .order-item .status i {
  text-align: center;
  padding: 5px;
  line-height: 1;
  border-radius: 40px;
  background-color: #fff;
}
#page .inner .order-item .status i.fa-check-circle {
  color: #58D255;
}
#page .inner .order-item .detail h3 {
  margin-top: 20px;
}
#page .inner .order-item .detail .item {
  margin: 0 0 2px 0;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.5);
}
#page .inner .order-item.done {
  background-color: rgba(241, 196, 0, 0.2);
}
#page .inner .order-item.done:hover {
  background-color: rgba(241, 196, 0, 0.3);
}
#page .inner .order-item.open {
  background-color: #eee;
  cursor: default;
}
@media (max-width: 760px) {
  #page .inner .order-item.open {
    align-items: flex-start;
  }
}
#page .inner .order-item.open:hover {
  background-color: #eee;
}
#page .inner .years {
  max-width: 150px;
  background-position: 120px 50%;
}
#page .inner .header-table {
  align-items: center;
}
@media (max-width: 760px) {
  #page .inner .header-table {
    flex-direction: column;
    align-items: flex-start;
  }
}
#page .inner .header-table h3 {
  margin: 0;
}
#page .inner .header-table select {
  background-color: #fff;
}
@media (max-width: 760px) {
  #page .inner .header-table select {
    margin: 10px 0;
  }
}
#page .inner .user-transport {
  padding: 15px;
  border-radius: 4px;
  background-color: rgba(204, 204, 204, 0.1);
}
@media (max-width: 540px) {
  #page .inner .user-transport .cell {
    flex-wrap: wrap;
    flex: 0 0 100%;
  }
}
#page .inner .user-transport .cell:last-child {
  padding-left: 15px;
}
@media (max-width: 540px) {
  #page .inner .user-transport .cell:last-child {
    padding-left: 0;
  }
}
#page .inner .payment {
  margin: 20px 0;
  text-align: left;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border-radius: 4px;
  padding: 15px 15px 15px 100px;
  background-color: rgba(234, 240, 253, 0.8);
  background-image: url(../images/payment.svg);
  background-size: 60px auto;
  background-position: 20px 20px;
  background-repeat: no-repeat;
}
#page .inner .payment h4 {
  font-weight: bold;
  font-size: 1.2rem;
  color: #222;
}
#page .inner .shopping_cart h2 {
  margin: 15px 0 5px;
}
#page .inner .shopping_cart #getReturn {
  margin: 8px 0;
  padding: 10px;
  cursor: pointer;
  background-color: #956C58;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
}
#page .inner .shopping_cart #getReturn:hover {
  background-color: #5B3427;
}
@media (max-width: 430px) {
  #page .inner .shopping_cart #getReturn {
    width: 100%;
    margin: 8px auto;
  }
}
#page .inner .shopping_cart #getSale {
  margin: 8px 0 8px 20px;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #956C58;
  color: #956C58;
  font-size: 1rem;
  border-radius: 4px;
}
#page .inner .shopping_cart #getSale:hover {
  border-color: #5B3427;
  color: #5B3427;
}
@media (max-width: 430px) {
  #page .inner .shopping_cart #getSale {
    width: 100%;
    margin: 8px auto 30px;
  }
}
#page .inner .shopping_cart #getSale.noreturn {
  margin-left: 0;
}
#page .inner .shopping_cart .row.eco {
  margin-top: 40px;
  background-color: transparent;
}
#page .inner .shopping_cart .row.eco .cell {
  padding: 10px 15px;
  background-color: rgba(0, 168, 63, 0.1);
  border-radius: 4px;
  margin-bottom: 10px;
}
#page .inner .shopping_cart .row.eco .cell:first-child {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#page .inner .shopping_cart .row.eco .cell .square-checkbox {
  position: relative;
  padding-left: 30px;
}
#page .inner .shopping_cart .row.eco .cell .square-checkbox span {
  padding-left: 0;
  line-height: 1;
}
#page .inner .shopping_cart .row.eco .cell .square-checkbox .fa-square {
  top: 3px;
  left: 1px;
  position: absolute;
}
#page .inner .shopping_cart .support {
  border-radius: 4px;
  padding: 15px 15px 15px 58px;
  width: 100%;
  background-image: url(../images/love.svg);
  background-position: 15px 13px;
  background-repeat: no-repeat;
  background-size: 32px auto;
  font-size: 0.9rem;
}
#page .inner .shopping_cart .all_items {
  width: 100%;
}
#page .inner .shopping_cart .row {
  width: 100%;
  margin: 5px 0;
  border-radius: 4px;
  background-color: rgba(241, 196, 0, 0.2);
}
#page .inner .shopping_cart .row form {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 800px) {
  #page .inner .shopping_cart .row form {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#page .inner .shopping_cart .row p.custom {
  padding: 5px 15px 0;
  font-size: 0.9rem;
}
#page .inner .shopping_cart .row p.custom b {
  cursor: pointer;
  text-decoration: underline;
}
#page .inner .shopping_cart .row p.custom b:hover {
  text-decoration: none;
}
#page .inner .shopping_cart .row .cell {
  padding: 15px;
  align-self: center;
}
@media (max-width: 800px) {
  #page .inner .shopping_cart .row .cell {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  #page .inner .shopping_cart .row .cell.t-right {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    order: 2;
  }
}
#page .inner .shopping_cart .row .cell h4 {
  display: inline-block;
  color: #222;
  font-weight: bold;
}
#page .inner .shopping_cart .row .cell label {
  display: inline-block;
}
#page .inner .shopping_cart .row .cell .select {
  width: 140px;
}
#page .inner .shopping_cart .row .cell .select::after {
  top: 15px;
}
#page .inner .shopping_cart .row .cell .select select {
  width: 140px;
  background-position: 115px 50%;
  padding: 10px 30px 10px 15px;
  background-color: #fff;
}
#page .inner .shopping_cart .row .cell.delete {
  -webkit-box-flex: 0 0 40px;
  -moz-box-flex: 0 0 40px;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 800px) {
  #page .inner .shopping_cart .row .cell.delete {
    order: 3;
  }
}
@media (max-width: 540px) {
  #page .inner .shopping_cart .row .cell.delete {
    order: 3;
  }
}
#page .inner .shopping_cart .row .cell.delete a {
  color: #ff0000;
}
#page .inner .shopping_cart .row .cell.delete:hover {
  background-color: #F1C400;
  border-radius: 0 4px 4px 0;
  color: #222;
}
#page .inner .shopping_cart .row .cell.variants {
  -webkit-box-flex: 0 0 250px;
  -moz-box-flex: 0 0 250px;
  -webkit-flex: 0 0 250px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
}
#page .inner .shopping_cart .row .cell.help {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border-radius: 4px;
  padding: 15px;
  background-color: rgba(234, 240, 253, 0.8);
}
#page .inner .shopping_cart .row .cell.help h4 {
  font-weight: bold;
  font-size: 1.2rem;
}
#page .inner .shopping_cart .row.btn-group {
  background-color: transparent;
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#page .inner .shopping_cart .row.btn-group .cell {
  padding: 0 0 15px;
}
@media (max-width: 800px) {
  #page .inner .shopping_cart .row.btn-group .cell {
    text-align: center;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  #page .inner .shopping_cart .row.btn-group .cell:first-child {
    order: 2 !important;
    width: 100% !important;
  }
  #page .inner .shopping_cart .row.btn-group .cell .secondary-btn {
    padding: 16px;
  }
}
#page .inner .shopping_cart .row.btn-group a {
  margin-top: 15px;
  margin-right: 15px;
}
@media (max-width: 800px) {
  #page .inner .shopping_cart .row.btn-group a {
    display: block;
    width: 290px;
    margin: 10px auto !important;
  }
}
#page .inner .shopping_cart .row.btn-group button {
  margin-top: 15px;
  vertical-align: top;
}
@media (max-width: 800px) {
  #page .inner .shopping_cart .row.btn-group button {
    margin: 10px auto !important;
    display: block;
    width: 290px;
  }
}
#page .inner .shopping_cart .row.btn-group .t-right {
  max-width: 340px;
}
@media (max-width: 800px) {
  #page .inner .shopping_cart .row.btn-group .t-right {
    max-width: 100%;
    order: 1;
    text-align: center;
  }
}
#page .inner .shopping_cart .row.itm {
  position: relative;
}
#page .inner .shopping_cart .row.itm .fa-minus-circle {
  position: absolute;
  margin-bottom: -10px;
  cursor: pointer;
  font-size: 1.5rem;
  color: #956C58;
}
#page .inner .shopping_cart .row.itm .fa-minus-circle:hover {
  color: #222;
}
#page .inner .shopping_cart .row.itm .fa-plus-circle {
  position: absolute;
  margin-bottom: -10px;
  cursor: pointer;
  font-size: 1.5rem;
  color: #956C58;
}
#page .inner .shopping_cart .row.itm .fa-plus-circle:hover {
  color: #222;
}
#page .inner .shopping_cart .row.itm .fa-minus-circle.disabled {
  opacity: 0.1;
  cursor: default;
}
#page .inner .shopping_cart .row.itm .fa-plus-circle.disabled {
  opacity: 0.1;
  cursor: default;
}
#page .inner .shopping_cart .row.itm .title {
  padding-right: 30px;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (max-width: 1000px) {
  #page .inner .shopping_cart .row.itm .title {
    -webkit-box-flex: 0 0 40%;
    -moz-box-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}
@media (max-width: 800px) {
  #page .inner .shopping_cart .row.itm .title {
    padding-bottom: 0;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
#page .inner .shopping_cart .row.itm .price-weight {
  text-align: right;
}
@media (max-width: 800px) {
  #page .inner .shopping_cart .row.itm .price-weight {
    order: 2;
    text-align: left;
    flex: 1 1 0;
  }
}
@media (max-width: 440px) {
  #page .inner .shopping_cart .row.itm .price-weight {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 14px;
  }
}
#page .inner .shopping_cart .row.itm .count {
  position: relative;
  text-align: right;
  padding: 0 70px 0 0;
  -webkit-box-flex: 0 0 160px;
  -moz-box-flex: 0 0 160px;
  -webkit-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
#page .inner .shopping_cart .row.itm .count.nobtn {
  padding: 0;
}
@media (max-width: 500px) {
  #page .inner .shopping_cart .row.itm .count.nobtn {
    flex: 0 0 100px;
  }
}
@media (max-width: 440px) {
  #page .inner .shopping_cart .row.itm .count.nobtn {
    padding-left: 15px;
  }
}
@media (max-width: 800px) {
  #page .inner .shopping_cart .row.itm .count {
    order: 3;
  }
}
@media (max-width: 440px) {
  #page .inner .shopping_cart .row.itm .count {
    font-size: 14px;
    text-align: left;
    padding-left: 16px;
  }
}
#page .inner .shopping_cart .row.itm .count .fa-minus-circle {
  top: 0px;
  right: 35px;
}
#page .inner .shopping_cart .row.itm .count .fa-plus-circle {
  top: 0px;
  right: 5px;
}
@media (max-width: 800px) {
  #page .inner .shopping_cart .row.itm .t-right {
    order: 4;
  }
  #page .inner .shopping_cart .row.itm .delete {
    position: absolute;
    right: 0;
    top: 0;
  }
}
#page .inner .shopping_cart .row.thermo {
  background-color: rgba(241, 196, 0, 0.1);
}
#page .inner .shopping_cart .row.thermo .cell b {
  display: inline-block;
  font-weight: normal;
  color: #956C58;
}
#page .inner .shopping_cart .row.thermo .cell h4 {
  display: inline-block;
  font-weight: normal;
  color: #956C58;
}
@media (max-width: 600px) {
  #page .inner .shopping_cart .row.thermo .cell:first-child {
    flex: 0 0 65%;
  }
}
@media (max-width: 600px) {
  #page .inner .shopping_cart .row.thermo .t-right {
    -webkit-box-flex: 0 0 35%;
    -moz-box-flex: 0 0 35%;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }
}
#page .inner .shopping_cart .row.code {
  background-color: rgba(241, 196, 0, 0.1);
}
#page .inner .shopping_cart .row.code .cell b {
  display: inline-block;
  font-weight: normal;
  color: #956C58;
}
#page .inner .shopping_cart .row.code .cell h4 {
  display: inline-block;
  font-weight: normal;
  color: #956C58;
}
@media (max-width: 600px) {
  #page .inner .shopping_cart .row.code .cell:first-child {
    flex: 0 0 65%;
  }
}
@media (max-width: 600px) {
  #page .inner .shopping_cart .row.code .t-right {
    -webkit-box-flex: 0 0 35%;
    -moz-box-flex: 0 0 35%;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }
}
#page .inner .shopping_cart .row.codes {
  background-color: rgba(241, 196, 0, 0.1);
}
#page .inner .shopping_cart .row.codes .cell b {
  display: inline-block;
  font-weight: normal;
  color: #956C58;
}
#page .inner .shopping_cart .row.codes .cell h4 {
  display: inline-block;
  font-weight: normal;
  color: #956C58;
}
@media (max-width: 600px) {
  #page .inner .shopping_cart .row.codes .cell:first-child {
    flex: 0 0 65%;
  }
}
@media (max-width: 600px) {
  #page .inner .shopping_cart .row.codes .t-right {
    -webkit-box-flex: 0 0 35%;
    -moz-box-flex: 0 0 35%;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }
}
#page .inner .shopping_cart .row.return {
  display: none;
  background-color: rgba(241, 196, 0, 0.1);
}
#page .inner .shopping_cart .row.return .cell {
  background-color: transparent;
}
#page .inner .shopping_cart .row.return .cell:first-child {
  padding: 15px 15px 15px 60px;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  background-image: url(../images/return.svg);
  background-repeat: no-repeat;
  background-position: 15px 18px;
}
@media (max-width: 500px) {
  #page .inner .shopping_cart .row.return .cell:first-child {
    padding: 60px 15px 15px 15px;
    background-position: 50% 18px;
  }
}
#page .inner .shopping_cart .row.return .cell h5 {
  font-weight: bold;
}
#page .inner .shopping_cart .row.return .cell p {
  font-size: 0.9rem;
}
#page .inner .shopping_cart .row.return .cell p b {
  font-weight: bold;
  color: #222;
}
#page .inner .shopping_cart .row.return .cell form {
  display: inline-block;
  align-items: center;
  font-size: 0.9rem;
  padding-bottom: 20px;
}
#page .inner .shopping_cart .row.return .cell form .wrapper {
  position: relative;
  display: inline-block;
}
#page .inner .shopping_cart .row.return .cell form label#returncode-error {
  position: absolute;
  left: 5px;
  bottom: -30px;
}
@media (max-width: 540px) {
  #page .inner .shopping_cart .row.return .cell form label {
    display: block;
  }
}
#page .inner .shopping_cart .row.return .cell form input[type=text] {
  padding: 9px;
  margin: 0 5px;
  width: 160px;
  background-color: #fff;
}
@media (max-width: 540px) {
  #page .inner .shopping_cart .row.return .cell form input[type=text] {
    margin-left: 0;
  }
}
#page .inner .shopping_cart .row.return .cell form .secondary-btn {
  padding: 10px;
  font-size: 1rem;
  background-color: #fff;
}
#page .inner .shopping_cart .row.return.active {
  display: block;
}
#page .inner .shopping_cart .row.sale {
  display: none;
  background-color: rgba(241, 196, 0, 0.1);
}
#page .inner .shopping_cart .row.sale h5 {
  font-weight: bold;
}
#page .inner .shopping_cart .row.sale form {
  display: inline-block;
  align-items: center;
  font-size: 0.9rem;
  padding-bottom: 20px;
}
#page .inner .shopping_cart .row.sale form .wrapper {
  position: relative;
  display: inline-block;
}
#page .inner .shopping_cart .row.sale form label#salecode-error {
  position: absolute;
  left: 5px;
  bottom: -30px;
}
#page .inner .shopping_cart .row.sale form input[type=text] {
  padding: 9px;
  margin: 0 5px;
  width: 160px;
  background-color: #fff;
}
@media (max-width: 540px) {
  #page .inner .shopping_cart .row.sale form input[type=text] {
    margin-left: 0;
  }
}
@media (max-width: 540px) {
  #page .inner .shopping_cart .row.sale form label {
    display: block;
  }
}
#page .inner .shopping_cart .row.sale form .secondary-btn {
  padding: 10px;
  font-size: 1rem;
  background-color: #fff;
}
#page .inner .shopping_cart .row.sale.active {
  display: block;
}
#page .inner .shopping_cart .row.total {
  background-color: transparent;
}
#page .inner .shopping_cart .row.total .cell {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 5px 0px 15px;
  font-size: 1.2rem;
}
#page .inner .shopping_cart .row.total .cell:first-child {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#page .inner .shopping_cart .row.total .cell .small {
  margin: 2px 0;
  font-size: 1rem;
}
#page .inner .shopping_cart .row.total .cell .big {
  margin: 2px 0;
  color: #5B3427;
  font-size: 1.4rem;
}
#page .inner .shopping_cart .row.total .cell #sale {
  align-items: center;
}
#page .inner .shopping_cart .row.total .cell #sale input[type=text] {
  width: 180px;
  margin: 0px 10px;
}
#page .inner .shopping_cart.recap .itm .cell.price-weight {
  padding: 15px;
  text-align: left;
}
#page .inner .shopping_cart.recap .itm .cell.count {
  padding: 15px;
  text-align: left;
}
#page .inner .rfnm_about {
  width: 100%;
  background-image: url(../images/rawfannamiru.jpg);
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #E3DAC8;
  justify-content: center;
  margin-top: -40px;
}
@media (max-width: 768px) {
  #page .inner .rfnm_about {
    background-position: 40% 50%;
  }
}
#page .inner .rfnm_about .cell {
  padding: 60px 420px 40px 0;
  max-width: 1100px;
}
@media (max-width: 1000px) {
  #page .inner .rfnm_about .cell {
    padding: 50px 370px 20px 20px;
  }
}
@media (max-width: 768px) {
  #page .inner .rfnm_about .cell {
    padding: 50px 280px 20px 20px;
  }
}
@media (max-width: 650px) {
  #page .inner .rfnm_about .cell {
    padding: 40px 20px;
  }
}
#page .inner .rfnm_about img {
  max-width: 420px;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}
#page .inner .rfnmhelp {
  background-color: rgba(234, 240, 253, 0.8);
  justify-content: center;
  margin-bottom: 50px;
}
#page .inner .rfnmhelp .cell {
  max-width: 970px;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border-radius: 4px;
  padding: 25px 15px 15px 100px;
  background-image: url(../images/cook.svg);
  background-size: 60px auto;
  background-position: 20px 35px;
  background-repeat: no-repeat;
}
#page .inner .rfnmhelp .cell h4 {
  font-weight: bold;
  font-size: 1.2rem;
  color: #222;
}
#page .inner .rfnm_box {
  max-width: 970px;
  margin: 40px auto;
}
@media (max-width: 1000px) {
  #page .inner .rfnm_box .cell {
    padding: 0 15px;
  }
}
@media (max-width: 740px) {
  #page .inner .rfnm_box .cell {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
#page .inner .rfnm_box img {
  max-width: 420px;
  max-width: 420px;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}
#page .inner .rfnm {
  padding: 30px 0;
  margin: 0;
  text-align: center;
  justify-content: center;
  background-color: #5B3427;
  background-image: url(../images/bgveg.jpg);
  background-size: 100% auto;
  background-position: 50% 100%;
}
#page .inner .rfnm .r100 {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#page .inner .rfnm .r100 .cell {
  max-width: 100%;
}
#page .inner .rfnm .r100 h2 {
  color: #fff;
  text-align: center;
}
#page .inner .rfnm .cell {
  padding: 15px 20px;
  text-align: center;
  max-width: 275px;
}
@media (max-width: 500px) {
  #page .inner .rfnm .cell {
    max-width: 100%;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
#page .inner .rfnm .cell p {
  font-size: 0.875rem;
  line-height: 1.5;
}
#page .inner .rfnm .cell span {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  border-radius: 200px;
  background-color: #FAEDB2;
}
#page .inner .rfnm .cell h3 {
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
#page .inner .rfnm .cell.m1 .motive {
  background-image: url(../images/rfnm_1.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100px auto;
}
#page .inner .rfnm .cell.m2 .motive {
  background-image: url(../images/rfnm_2.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100px auto;
}
#page .inner .rfnm .cell.m3 .motive {
  background-image: url(../images/rfnm_3.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100px auto;
}
#page .inner .rfnm .cell.m4 .motive {
  background-image: url(../images/rfnm_4.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100px auto;
}
#page .inner .goods.loading {
  padding: 50px;
  background-image: url(../images/loading.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#page .inner .goods.loading .row {
  display: none;
}
#page .inner .goods .row {
  justify-content: center;
}
#page .inner .goods .cell {
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 8px 12px;
}
@media (max-width: 980px) {
  #page .inner .goods .cell {
    -webkit-box-flex: 0 0 33.3%;
    -moz-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding: 8px;
  }
}
@media (max-width: 780px) {
  #page .inner .goods .cell {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 8px;
  }
}
@media (max-width: 580px) {
  #page .inner .goods .cell {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 400px;
    padding: 8px;
  }
}
@media (min-width: 980px) {
  #page .inner .goods .cell:nth-child(4n+1) {
    padding-left: 0px;
  }
  #page .inner .goods .cell:nth-child(4n+2) {
    padding: 8px 8px 8px 4px;
  }
  #page .inner .goods .cell:nth-child(4n+3) {
    padding: 8px 4px 8px 8px;
  }
  #page .inner .goods .cell:nth-child(4n+4) {
    padding-right: 0px;
  }
}
#page .inner .goods .cell .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 10px 5px;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#page .inner .goods .cell .item .cell {
  padding: 0;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
#page .inner .goods .cell .item .cell:last-child {
  -webkit-box-flex: 0 0 55px;
  -moz-box-flex: 0 0 55px;
  -webkit-flex: 0 0 55px;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
}
#page .inner .goods .cell .item:hover {
  transform: scale(1.05);
}
#page .inner .goods .cell .item:hover h2 {
  color: #222;
}
#page .inner .goods .cell .item:hover a {
  text-decoration: underline;
}
#page .inner .goods .cell .item .thumb {
  max-width: 240px;
  -webkit-box-flex: 0 0 220px;
  -moz-box-flex: 0 0 220px;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  margin: 0 auto;
  text-align: center;
}
#page .inner .goods .cell .item .thumb .noimg {
  margin: 80px auto 0;
  width: 120px;
}
#page .inner .goods .cell .item button.secondary-btn {
  font-size: 1rem;
}
#page .inner .goods .cell .item a {
  display: block;
  padding-top: 15px;
  border-top: solid 1px #eee;
  text-decoration: none;
}
#page .inner .goods .cell .item a:hover {
  text-decoration: underline;
}
#page .inner .goods .cell .item img {
  width: 180px;
  margin: 15px auto;
}
#page .inner .goods .cell .item h2 {
  font-size: 1.25rem;
  text-align: center;
}
#page .inner .goods .cell .item p {
  font-size: 0.875rem;
  line-height: 1.3rem;
}
#page .inner .goods .cell .item .promo {
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 4px;
  color: #222;
  background-color: #F1C400;
}
#page .inner .goods .cell .item.go_calc .cell:last-child {
  -webkit-box-flex: 0 0 60px;
  -moz-box-flex: 0 0 60px;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
#page .inner .goods .cell.price {
  -webkit-box-flex: 0 0 35px;
  -moz-box-flex: 0 0 35px;
  -webkit-flex: 0 0 35px;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  padding: 0 10px 10px !important;
  font-size: 0.875rem;
  color: #956C58;
}
#page .inner .goods .cell.price p {
  display: block;
  margin: 0;
  padding: 0;
  color: rgba(149, 108, 88, 0.6);
}
#page .inner .goods .cell.price p span {
  text-decoration: line-through;
}
#page .inner .filters {
  border-bottom: solid 2px rgba(149, 108, 88, 0.2);
  margin-bottom: 15px;
}
@media (max-width: 870px) {
  #page .inner .filters {
    padding-bottom: 15px;
  }
  #page .inner .filters .tabs {
    display: none;
  }
  #page .inner .filters h3 {
    margin-bottom: 5px;
  }
}
#page .inner .filters .cell:last-child {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 870px) {
  #page .inner .filters .cell:last-child {
    padding-right: 15px;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (max-width: 480px) {
  #page .inner .filters .cell:last-child {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 5px 0;
    padding: 0;
  }
}
#page .inner .filters .cell:last-child .tab:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  #page .inner .filters .cell:last-child .tab:last-child {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 5px 0;
    padding: 0;
  }
}
#page .inner .filters .select {
  width: auto;
  min-width: 180px;
  background-position: calc(100% - 12px) 50%;
  display: none;
}
@media (max-width: 870px) {
  #page .inner .filters .select {
    display: block;
  }
}
@media (max-width: 480px) {
  #page .inner .filters .select {
    width: 100%;
  }
}
#page .inner .filters select {
  width: auto;
  min-width: 180px;
  background-position: calc(100% - 12px) 50%;
  display: none;
}
@media (max-width: 870px) {
  #page .inner .filters select {
    display: block;
  }
}
@media (max-width: 480px) {
  #page .inner .filters select {
    width: 100%;
  }
}
#page .inner .filters .filter {
  padding: 0 0 20px;
  text-align: left;
}
#page .inner .filters .filter .tab {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 10px;
  font-size: 1rem;
  padding: 8px 10px;
}
#page .inner .checklist li {
  display: inline-block;
  width: 48%;
  padding: 10px 15px 10px 0;
  font-size: 1.2rem;
}
#page .inner .checklist li .fas {
  color: #956C58;
}
@media (max-width: 640px) {
  #page .inner .checklist li {
    width: 100%;
  }
}
#page .inner.full {
  max-width: 100%;
}
@media (max-width: 1100px) {
  #page .inner.full {
    padding: 40px 0px;
  }
}
#page .inner.center .done {
  font-size: 6rem;
  margin: 30px auto;
  color: #F1C400;
}
#page .inner.center .cancel {
  font-size: 6rem;
  margin: 30px auto;
  color: #ff0000;
}
#page .inner.center .panding {
  font-size: 6rem;
  margin: 30px auto;
  color: #999;
}
#page .inner.detail .thumbnail {
  padding-right: 30px;
  -webkit-box-flex: 0 0 400px;
  -moz-box-flex: 0 0 400px;
  -webkit-flex: 0 0 400px;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  text-align: left;
}
@media (max-width: 860px) {
  #page .inner.detail .thumbnail {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
    padding: 10px;
  }
}
#page .inner.detail .thumbnail img {
  margin: 10px auto;
  width: 100%;
}
@media (max-width: 860px) {
  #page .inner.detail .thumbnail img {
    max-width: 360px;
  }
}
#page .inner.detail .thumbnail img.noimg {
  max-width: 200px;
}
#page .inner.detail .thumbnail .gallery .cell {
  padding: 5px;
  -webkit-box-flex: 0 0 33.3%;
  -moz-box-flex: 0 0 33.3%;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
}
#page .inner.detail .thumbnail .gallery .cell a {
  display: block;
  border: solid 1px rgba(149, 108, 88, 0.2);
  border-radius: 4px;
  line-height: 1px;
}
#page .inner.detail .thumbnail .gallery .cell a img {
  margin: 0;
}
@media (max-width: 860px) {
  #page .inner.detail .thumbnail .gallery .cell a img {
    max-width: 120px;
  }
}
#page .inner.detail .stock {
  position: absolute;
  padding: 28px 0;
}
@media (max-width: 460px) {
  #page .inner.detail .stock {
    padding: 12px;
    position: static;
  }
}
#page .inner.detail .transport {
  background-image: url(../images/transport.svg);
  background-position: 15px 20px;
  background-size: 50px auto;
  background-repeat: no-repeat;
  padding: 15px 15px 15px 80px;
  background-color: rgba(149, 108, 88, 0.1);
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 4px;
}
#page .inner.detail .first {
  padding: 15px;
  background-color: #F1C400;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 4px;
}
#page .inner.detail .parameters {
  margin-bottom: 40px;
}
#page .inner.detail .parameters .parameter {
  position: relative;
  -webkit-box-flex: 0 0 280px;
  -moz-box-flex: 0 0 280px;
  -webkit-flex: 0 0 280px;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  border-radius: 8px;
  padding: 0 0 0 80px;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 60px;
}
#page .inner.detail .parameters .parameter img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 40px;
}
#page .inner.detail .parameters .parameter i {
  position: absolute;
  left: 14px;
  top: 14px;
  color: #fff;
  font-size: 2rem;
}
#page .inner.detail .parameters .parameter input[type=radio]:checked + i.fa-circle::before {
  color: #fff;
}
#page .inner.detail .parameters .parameter input {
  position: absolute;
  left: -9999em;
  top: 0;
}
#page .inner.detail form {
  padding: 10px 0;
}
#page .inner.detail form input[type=text] {
  vertical-align: top;
  height: 54px;
  padding: 17px;
  width: 70px;
  border-radius: 4px 0 0 4px;
}
#page .inner.detail form .spinner {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  padding-right: 32px;
  vertical-align: top;
}
#page .inner.detail form .spinner span {
  position: absolute;
  right: 0;
  display: block;
  width: 30px;
  height: 26px;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 26px;
  background-color: #956C58;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
#page .inner.detail form .spinner span:hover {
  background-color: #5B3427;
}
#page .inner.detail form .spinner span.plus {
  top: 0;
}
#page .inner.detail form .spinner span.minus {
  bottom: 0;
}
#page .inner.detail .secondary-btn {
  padding-left: 10px;
  margin-bottom: 20px;
}
#page .inner.detail .secondary-btn .fa-chevron-left {
  margin-right: 5px;
}
#page .inner.detail .perex {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 30px;
}
#page .inner.detail .about {
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
}
#page .inner.detail .about .cell {
  align-self: flex-end;
}
@media (max-width: 400px) {
  #page .inner.detail .about .cell {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  #page .inner.detail .about .cell:last-child {
    padding-top: 20px;
  }
}
#page .inner.detail .about p {
  margin: 0;
}
#page .inner.detail .about .old {
  font-weight: normal;
  color: rgba(149, 108, 88, 0.6);
}
#page .inner.detail .about .old span {
  text-decoration: line-through;
}
#page .inner.detail .price b {
  font-size: 2rem;
  line-height: 1;
}
#page .inner.detail .price .promo {
  display: inline-block;
  text-align: right;
  margin: 5px 0 0;
  padding: 5px;
  font-size: 0.9rem;
  background-color: #F1C400;
  border-radius: 4px;
}
#page .inner.detail .price .promo b {
  font-size: 0.9rem;
}
#page .inner.detail .variant-item {
  margin: 0;
}
#page .inner.detail .variant-item label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 2px 0;
  padding: 12px 10px 10px;
  background-color: rgba(241, 196, 0, 0.2);
  border-radius: 4px;
}
#page .inner.detail .variant-item label span.cell {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 1px;
  font-size: 1rem;
  vertical-align: top;
}
#page .inner.detail .variant-item label span.cell:first-child {
  flex: 0 0 30px;
}
#page .inner.detail .variant-item label.promo {
  flex-wrap: wrap;
}
#page .inner.detail .variant-item label p.promo {
  text-align: right;
  margin: 5px 0 0;
  flex: 0 0 100%;
}
#page .inner.detail .variant-item label p.promo span {
  padding: 5px;
  font-size: 0.9rem;
  background-color: #F1C400;
  border-radius: 4px;
}
#page .inner.detail .variant-item label span.cell.weight {
  -webkit-box-flex: 0 0 60px;
  -moz-box-flex: 0 0 60px;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
#page .inner.detail .variant-item label span.cell.t-right {
  font-weight: bold;
  -webkit-box-flex: 0 0 160px;
  -moz-box-flex: 0 0 160px;
  -webkit-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
@media screen and (max-width: 450px) {
  #page .inner.detail .variant-item label span.cell.t-right {
    position: relative;
    min-height: 32px;
    flex: 0 0 90px;
  }
}
#page .inner.detail .variant-item label span.cell.t-right .old {
  font-weight: normal;
  color: rgba(149, 108, 88, 0.6);
  text-decoration: line-through;
  padding-right: 20px;
}
@media screen and (max-width: 450px) {
  #page .inner.detail .variant-item label span.cell.t-right .old {
    position: absolute;
    top: 20px;
    right: 0px;
    font-size: 0.9rem;
    padding-right: 0px;
    text-align: right;
  }
}
#page .inner.detail .variant-item label span.cell.t-right span.cell:first-child {
  -webkit-box-flex: 0 0 30px;
  -moz-box-flex: 0 0 30px;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
}
#page .inner.detail .variant-item label .far {
  font-size: 1.3rem;
}
#page .inner.rawfan-custom {
  position: relative;
  padding-top: 0;
}
#page .inner.rawfan-custom .scroll {
  display: none;
  padding: 5px;
  margin-left: -25px;
  position: fixed;
  background-color: rgba(91, 52, 39, 0.8);
  border-radius: 50px;
  bottom: 20px;
  left: 50%;
}
@media (max-width: 980px) {
  #page .inner.rawfan-custom .scroll {
    display: block;
  }
}
#page .inner.rawfan-custom .row .section {
  padding: 0 20px;
  -webkit-box-flex: 1 1 calc(100vh - 120px);
  -moz-box-flex: 1 1 calc(100vh - 120px);
  -webkit-flex: 1 1 calc(100vh - 120px);
  -ms-flex: 1 1 calc(100vh - 120px);
  flex: 1 1 calc(100vh - 120px);
  align-content: center;
}
@media (max-width: 980px) {
  #page .inner.rawfan-custom .row .section {
    margin-bottom: 80px;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
  }
}
#page .inner.rawfan-custom .row .section p {
  margin: 20px 0;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media (max-width: 600px) {
  #page .inner.rawfan-custom .row .section p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
#page .inner.rawfan-custom .row .section img {
  margin: 40px auto;
  width: 100%;
  max-width: 440px;
  display: none;
}
@media (max-width: 980px) {
  #page .inner.rawfan-custom .row .section img {
    display: block;
  }
}
#page .inner.rawfan-custom .row .img {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
@media (max-width: 980px) {
  #page .inner.rawfan-custom .row .img {
    display: none;
  }
}
#page .inner.rawfan-custom .row .img img {
  position: absolute;
  right: 20px;
  top: calc(50% - 200px);
  opacity: 0;
  width: 100%;
  max-width: 440px;
}
#page .inner.rawfan-custom .row .img img.active {
  opacity: 1;
}
#page .inner.blog {
  text-align: center;
}
#page .inner.blog .news {
  margin: 40px auto;
  text-align: left;
  max-width: 740px;
}
#page .inner.blog .news .thumbnail {
  -webkit-box-flex: 0 0 160px;
  -moz-box-flex: 0 0 160px;
  -webkit-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}
#page .inner.blog .news .thumbnail img {
  border-radius: 4px;
}
#page .inner.blog .news .thumbnail .noimg {
  display: inline-block;
  width: 140px;
  height: 140px;
  border: solid 1px rgba(149, 108, 88, 0.1);
  border-radius: 210px;
  background-color: rgba(241, 196, 0, 0.1);
  background-image: url(../images/noimg.png);
  background-repeat: no-repeat;
  background-size: 60% auto;
  background-position: 50% 45%;
}

.ui-autocomplete {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 10000002;
  width: 300px;
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 0px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 5px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 5px 0px 15px;
}
@media screen and (max-width: 480px) {
  .ui-autocomplete {
    width: 280px;
  }
}
.ui-autocomplete li {
  padding: 10px;
  cursor: pointer;
}
.ui-autocomplete li:hover {
  background-color: rgba(149, 108, 88, 0.2);
}

#overlay,
#alertOverlay,
#addOverlay,
#loginOverlay,
#rawfanOverlay,
#customOverlay {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(149, 108, 88, 0.5);
}

#alert {
  position: fixed;
  top: 150px;
  left: 50%;
  z-index: 101;
  margin-left: -270px;
  padding: 20px;
  width: 540px;
  overflow-y: auto;
  max-height: calc(100% - 100px);
  font-size: 1.1rem;
  background-color: #fff;
  border-radius: 4px;
}
@media (max-width: 600px) {
  #alert {
    top: 60px;
    width: 320px;
    padding: 15px;
    margin-left: -160px;
    font-size: 0.9rem;
  }
}
#alert .header {
  position: relative;
  -webkit-box-flex: 0 0 50px;
  -moz-box-flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  padding: 4px;
}
#alert .header .close {
  position: absolute;
  top: -5px;
  right: 0px;
  padding: 10px;
  font-size: 1.2rem;
  cursor: pointer;
}
#alert .center {
  padding-top: 1rem;
}

#modal {
  position: fixed;
  left: 50%;
  top: 60px;
  margin-left: -430px;
  z-index: 101;
  width: 860px;
  max-height: calc(100% - 100px);
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  #modal {
    width: 90%;
    margin: 0;
    left: 5%;
  }
}
@media screen and (max-width: 480px) {
  #modal {
    width: 100%;
    margin: 0;
    left: 0;
    top: 0;
    max-height: 100%;
    z-index: 10000001;
  }
}
#modal .loading {
  padding: 40px;
  text-align: center;
}
#modal .header {
  position: relative;
  -webkit-box-flex: 0 0 50px;
  -moz-box-flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
@media screen and (max-width: 480px) {
  #modal .header {
    padding: 0;
  }
}
#modal .header .close {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 10px;
  font-size: 1.2rem;
  cursor: pointer;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  #modal .header .close {
    font-size: 1.6rem;
  }
}
#modal .content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
}
@media screen and (max-width: 480px) {
  #modal .content {
    padding: 0px;
  }
}
#modal .content .notice {
  font-size: 0.8rem;
  color: #666;
}
#modal .content p.center {
  margin: 0 auto 16px;
  max-width: 680px;
}
#modal .content h4 {
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  color: #5B3427;
  font-weight: bold;
}
#modal .content .select.packaging {
  width: 120px;
}
#modal .content .select.packaging select {
  width: 120px;
  padding: 10px 30px 11px 15px;
  background-position: 90px 50%;
}
@media screen and (max-width: 480px) {
  #modal .content form .row {
    margin: 15px 0;
  }
}
#modal .content #intro {
  padding-bottom: 90px;
}
@media screen and (max-width: 640px) {
  #modal .content #intro {
    padding: 15px 10px 80px;
  }
}
#modal .content #intro p {
  margin: 20px auto;
  max-width: 680px;
}
#modal .content #intro .pictograms .cell {
  padding: 90px 20px 20px;
  max-width: 240px;
}
@media screen and (max-width: 890px) {
  #modal .content #intro .pictograms .cell {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 70px 10px 10px;
    background-size: auto 50px;
    background-position: 50% 5px;
  }
}
#modal .content #intro .pictograms .cell h3 {
  font-size: 1rem;
}
#modal .content .dog {
  margin: 20px;
}
#modal .content .dog .row {
  padding: 10px;
  margin: 1px auto;
  background-color: rgba(149, 108, 88, 0.2);
  border-radius: 4px;
}
#modal .content .dog .row .t-right {
  padding-left: 15px;
}
#modal .content .dog .row.nobg {
  background-color: #fff;
  font-size: 0.8rem;
}
#modal .content .dog .row.title {
  padding: 15px 0 0 0;
  background-color: #fff;
}
#modal .content .result {
  margin: 20px;
}
#modal .content .result .row {
  padding: 10px;
  margin: 1px auto;
  background-color: rgba(243, 195, 0, 0.1);
  border-radius: 4px;
}
#modal .content .result .row.nobg {
  background-color: #fff;
  font-size: 0.8rem;
}
#modal .content .result .row.title {
  padding: 15px 0 0 0;
  background-color: #fff;
}
#modal .content .pictograms {
  margin: 20px;
  text-align: center;
  justify-content: center;
}
#modal .content .pictograms .cell {
  padding: 90px 30px 30px;
  max-width: 480px;
}
@media (max-width: 620px) {
  #modal .content .pictograms .cell.c-1of2 {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 90px 10px 30px;
  }
}
#modal .content .pictograms .cell.p1 {
  background-image: url(../images/muscles.svg);
  background-position: 50% 20px;
  background-repeat: no-repeat;
}
#modal .content .pictograms .cell.p2 {
  background-image: url(../images/vitamins.svg);
  background-position: 50% 20px;
  background-repeat: no-repeat;
}
#modal .content .pictograms .cell.p3 {
  background-image: url(../images/bones.svg);
  background-position: 50% 20px;
  background-repeat: no-repeat;
}
#modal .content .pictograms .cell.p4 {
  background-image: url(../images/balance.svg);
  background-position: 50% 20px;
  background-repeat: no-repeat;
}
#modal .content #step_1 {
  padding-bottom: 120px;
}
#modal .content #step_2 {
  padding-bottom: 120px;
}
#modal .content #step_3 {
  padding-bottom: 120px;
}
#modal .content #step_4 {
  padding-bottom: 120px;
}
#modal .content #step_5 {
  padding-bottom: 120px;
}
#modal .content #step_6 {
  padding-bottom: 120px;
}
#modal .content #step_7 {
  padding: 0;
}
#modal .content #step_7 .btn-group {
  position: static;
  margin-top: 10px;
}
@media screen and (max-width: 360px) {
  #modal .content #step_7 .btn-group button {
    margin: 0 8px;
  }
}
#modal .content #step_7 form {
  padding: 0;
}
#modal .content #step_7 .row, #modal .content #step_7 p {
  padding: 0 20px;
}
#modal .content form {
  padding: 20px;
  text-align: center;
}
#modal .content form .cell {
  position: relative;
  padding-bottom: 20px;
}
#modal .content form .cell input[type=text].error {
  border-color: #ff0000;
}
#modal .content form .cell label.error {
  position: absolute;
  bottom: -10px;
  left: 0;
  text-align: center;
  width: 100%;
}
#modal .content form .cell #optimal-error {
  bottom: -5px;
}
#modal .content h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.4rem;
  color: #5B3427;
}
#modal .content h2:first-child {
  font-size: 1.78rem;
  margin-top: 0;
}
#modal .content h2:first-child[style*=none] ~ h2 {
  font-size: 1.78rem;
  margin-top: 0;
}
#modal .content .diet {
  flex-direction: column;
}
#modal .content .diet p {
  font-size: 0.8rem;
  color: #956C58;
}
#modal .content .diet p sup {
  vertical-align: super;
  font-size: 1.3rem;
}
#modal .content #notice, #modal .content .preg_notice {
  padding: 5px 0;
  margin: 0;
  color: #888;
  font-size: 0.9rem;
}
#modal .content .btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  text-align: center;
  margin: 0;
  padding: 30px 20px;
  border-top: solid 1px rgba(149, 108, 88, 0.3);
}
#modal .content .btn-group button {
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  #modal .content .btn-group {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  #modal .content .btn-group {
    margin: 40px 0px 0;
  }
  #modal .content .btn-group button {
    padding: 12px;
  }
}
#modal .content .dog_gender {
  max-width: 480px;
  margin: 0 auto 80px;
}
#modal .content .dog_gender label {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  padding-top: 100px;
  text-align: center;
  border: solid 2px #5B3427;
  border-radius: 200px;
  cursor: pointer;
  color: #5B3427;
  background-size: 50% auto;
  background-position: 50% 40%;
  background-repeat: no-repeat;
}
#modal .content .dog_gender label:hover {
  background-color: rgba(149, 108, 88, 0.5);
}
#modal .content .dog_gender label input[type=radio] {
  position: absolute;
  left: -9999em;
}
#modal .content .dog_gender label .far {
  position: absolute;
  left: 50%;
  bottom: -35px;
  margin-left: -13px;
  font-size: 1.6rem;
  color: #5B3427;
}
#modal .content .dog_gender label.active {
  background-color: #5B3427;
  color: #fff;
}
#modal .content .dog_gender label.active.male {
  background-image: url(../images/white_male.png);
}
#modal .content .dog_gender label.active.female {
  background-image: url(../images/white_female.png);
}
#modal .content .dog_gender label.error {
  color: #ff0000;
  border: none;
  display: block;
  width: 100%;
  text-align: center;
  height: 20px;
  padding: 0;
}
#modal .content .dog_gender label.male {
  background-image: url(../images/male.png);
}
#modal .content .dog_gender label.female {
  background-image: url(../images/female.png);
}
#modal .content .activity {
  max-width: 780px;
  margin: 0 auto 0px;
}
#modal .content .activity label {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  text-align: center;
  font-size: 0.8rem;
  border: solid 2px rgba(149, 108, 88, 0.1);
  border-radius: 200px;
  cursor: pointer;
  color: #956C58;
  background-size: 90% auto;
  background-position: 50% 40%;
  background-repeat: no-repeat;
}
#modal .content .activity label:hover {
  background-color: rgba(149, 108, 88, 0.5);
}
#modal .content .activity label input[type=radio] {
  position: absolute;
  left: -9999em;
}
#modal .content .activity label b {
  font-size: 1.1rem;
  line-height: 1.4rem;
  display: block;
  margin-top: 180px;
  margin-bottom: 10px;
}
#modal .content .activity label .far {
  position: absolute;
  left: 50%;
  bottom: -35px;
  margin-left: -13px;
  font-size: 1.6rem;
  color: #5B3427;
}
#modal .content .activity label.active {
  background-color: #5B3427;
  color: #5B3427;
}
#modal .content .activity label.error {
  color: #ff0000;
  border: none;
  display: block;
  width: 100%;
  text-align: center;
  height: 20px;
  padding: 0;
}
#modal .content .activity label.a1 {
  background-image: url(../images/activity_1.png);
}
#modal .content .activity label.a2 {
  background-image: url(../images/activity_2.png);
}
#modal .content .activity label.a3 {
  background-image: url(../images/activity_3.png);
}
#modal .content .activity label.a4 {
  background-image: url(../images/activity_4.png);
}
#modal .footer {
  -webkit-box-flex: 0 0 90px;
  -moz-box-flex: 0 0 90px;
  -webkit-flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  padding: 20px;
  text-align: center;
}

#addModal {
  position: fixed;
  left: 50%;
  top: 90px;
  margin-left: -360px;
  z-index: 101;
  width: 720px;
  max-height: calc(100% - 100px);
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  #addModal {
    width: 90%;
    margin: 0;
    left: 5%;
  }
}
@media screen and (max-width: 480px) {
  #addModal {
    width: 100%;
    margin: 0;
    left: 0;
    top: 60px;
    max-height: 100%;
    z-index: 10000001;
  }
}
#addModal .header {
  position: relative;
  -webkit-box-flex: 0 0 50px;
  -moz-box-flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  padding: 20px 20px 0;
}
#addModal .header .close {
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 10px;
  font-size: 1.2rem;
  cursor: pointer;
}
#addModal .content {
  padding: 20px;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
}
@media screen and (max-width: 540px) {
  #addModal .content {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  #addModal .content {
    padding: 10px 15px;
  }
}
#addModal .content .item {
  display: flex;
  background-color: rgba(91, 52, 39, 0.1);
  border-radius: 4px;
  padding: 10px;
}
@media screen and (max-width: 540px) {
  #addModal .content .item {
    font-size: 0.9rem;
  }
}
#addModal .content .item div {
  flex: 1 1 auto;
}
#addModal .content .item div.price {
  text-align: right;
  font-weight: bold;
}
#addModal .content .item div.count {
  text-align: right;
}
@media screen and (max-width: 480px) {
  #addModal .content .item div.title {
    flex: 0 0 50%;
  }
}
#addModal .footer {
  padding: 5px 20px 20px;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #addModal .footer {
    padding: 5px 15px 20px;
  }
}
#addModal .footer a {
  display: inline-block;
  margin: 0 5px;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  #addModal .footer a {
    display: block;
    margin: 0;
  }
  #addModal .footer a.primary-btn {
    margin-top: 15px;
  }
}

#customModal {
  position: fixed;
  left: 50%;
  top: 60px;
  margin-left: -430px;
  z-index: 101;
  width: 860px;
  max-height: calc(100% - 100px);
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  #customModal {
    width: 90%;
    margin: 0;
    left: 5%;
  }
}
@media screen and (max-width: 480px) {
  #customModal {
    width: 100%;
    margin: 0;
    left: 0;
    top: 0;
    max-height: 100%;
    z-index: 10000001;
  }
}
#customModal .header {
  position: relative;
  -webkit-box-flex: 0 0 50px;
  -moz-box-flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
#customModal .header .close {
  position: absolute;
  top: 5px;
  right: 8px;
  padding: 10px;
  font-size: 1.4rem;
  cursor: pointer;
  background-color: #fff;
}
#customModal .content {
  padding: 20px;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
}
@media screen and (max-width: 480px) {
  #customModal .content {
    padding: 10px 15px;
  }
}
#customModal .content .notice {
  font-size: 0.8rem;
  color: #666;
}
#customModal .content p.center {
  margin: 0 auto 16px;
  max-width: 680px;
}
#customModal .content h4 {
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  color: #5B3427;
  font-weight: bold;
}
#customModal .content .select.packaging {
  width: 120px;
}
#customModal .content .select.packaging select {
  width: 120px;
  padding: 10px 30px 11px 15px;
  background-position: 90px 50%;
}
#customModal .content h2 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 1.4rem;
  color: #5B3427;
}
#customModal .content h2:first-child {
  font-size: 1.78rem;
  margin-top: 0;
}
#customModal .content h2:first-child[style*=none] ~ h2 {
  font-size: 1.78rem;
  margin-top: 0;
}
#customModal .content .result {
  margin: 20px auto;
  max-width: 740px;
}
#customModal .content .result .row {
  padding: 10px;
  margin: 1px auto;
  background-color: rgba(243, 195, 0, 0.1);
  border-radius: 4px;
}
#customModal .content .result .row.nobg {
  background-color: #fff;
  font-size: 0.8rem;
}
#customModal .content .result .row.title {
  padding: 15px 0 0 0;
  background-color: #fff;
}
#customModal .content .dog {
  margin: 20px auto;
  max-width: 740px;
}
#customModal .content .dog .row {
  padding: 10px;
  margin: 1px auto;
  background-color: rgba(149, 108, 88, 0.2);
  border-radius: 4px;
}
#customModal .content .dog .row .t-right {
  padding-left: 15px;
}
#customModal .content .dog .row.nobg {
  background-color: #fff;
  font-size: 0.8rem;
}
#customModal .content .dog .row.title {
  padding: 15px 0 0 0;
  background-color: #fff;
}
#customModal .content .barf-types {
  justify-content: center;
  flex-wrap: wrap;
}
#customModal .content .barf-types .meat {
  position: relative;
  max-width: 740px;
  margin: 0 8px;
  display: inline-block;
  padding: 50px 16px 16px 10px;
  border: solid 1px rgba(149, 108, 88, 0.2);
  background-position: 50% 10px;
  background-repeat: no-repeat;
  background-size: auto 30px;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
#customModal .content .barf-types .meat.disabled {
  opacity: 0.5;
}
#customModal .content .barf-types .meat .fas {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.2rem;
}
#customModal .content .barf-types .meat .fas.fa-check-circle {
  color: #5AC963;
}
#customModal .content .barf-types .meat .fas.fa-times-circle {
  color: #EF5E5E;
}
#customModal .content .barf-types .meat:hover {
  background-color: rgba(149, 108, 88, 0.1);
}
@media screen and (max-width: 860px) {
  #customModal .content .barf-types .meat {
    -webkit-box-flex: 0 0 45%;
    -moz-box-flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin: 8px;
  }
}
@media screen and (max-width: 480px) {
  #customModal .content .barf-types .meat {
    -webkit-box-flex: 0 0 96%;
    -moz-box-flex: 0 0 96%;
    -webkit-flex: 0 0 96%;
    -ms-flex: 0 0 96%;
    flex: 0 0 96%;
    padding: 50px 10px 10px 10px;
    font-size: 0.9rem;
    margin: 5px;
  }
}
#customModal .content .barf-types .meat b {
  display: block;
  font-size: 1.2rem;
  color: #956C58;
}
#customModal .content .barf-types .meat p {
  font-size: 0.7rem;
  margin-bottom: 0;
}
#customModal .content .barf-types .meat.m1 {
  background-image: url(../images/beef.png);
}
#customModal .content .barf-types .meat.m2 {
  background-image: url(../images/turkey.png);
}
#customModal .content .barf-types .meat.m3 {
  background-image: url(../images/pork.png);
}
#customModal .content .barf-types .meat.m4 {
  background-image: url(../images/chicken.png);
}
#customModal .content .packaging {
  padding: 5px 0;
  font-size: 1.1rem;
}
#customModal .content p.notice {
  text-align: center;
  font-size: 0.8rem;
}
#customModal #update {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
#customModal #update .row {
  align-items: center;
}
#customModal #update .row .select {
  width: 300px;
}
#customModal #update .row .select select {
  width: 300px;
  background-position: 270px 50%;
}
#customModal #update .row .cell.t-right {
  padding-right: 15px;
}
#customModal #update .row .cell .radio input[type=radio] + i {
  font-size: 22px;
}
#customModal #update .row .cell .square-checkbox {
  margin-top: 0;
  margin-bottom: 10px;
}
#customModal #update .row .cell .allergy {
  display: block;
  padding: 0 0 20px;
}
#customModal #update .row .cell textarea {
  width: 300px;
}
#customModal #update .row.al {
  align-items: flex-start;
}
#customModal .footer {
  -webkit-box-flex: 0 0 90px;
  -moz-box-flex: 0 0 90px;
  -webkit-flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  padding: 20px;
  text-align: center;
}

#rawfanModal {
  position: fixed;
  left: 50%;
  top: 60px;
  margin-left: -430px;
  z-index: 101;
  width: 860px;
  max-height: calc(100% - 100px);
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  #rawfanModal {
    width: 90%;
    margin: 0;
    left: 5%;
  }
}
@media screen and (max-width: 480px) {
  #rawfanModal {
    width: 100%;
    margin: 0;
    left: 0;
    top: 0;
    max-height: 100%;
    z-index: 10000001;
  }
}
#rawfanModal .header {
  position: relative;
  -webkit-box-flex: 0 0 50px;
  -moz-box-flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
#rawfanModal .header .close {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 10px;
  font-size: 1.2rem;
  cursor: pointer;
}
#rawfanModal .content {
  padding: 20px;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
}
@media screen and (max-width: 480px) {
  #rawfanModal .content {
    padding: 10px 15px;
  }
}
#rawfanModal .content .notice {
  font-size: 0.8rem;
  color: #666;
}
#rawfanModal .content p.center {
  margin: 0 auto 16px;
  max-width: 680px;
}
#rawfanModal .content h4 {
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  color: #5B3427;
  font-weight: bold;
}
#rawfanModal .content .select.packaging {
  width: 120px;
}
#rawfanModal .content .select.packaging select {
  width: 120px;
  padding: 10px 30px 11px 15px;
  background-position: 90px 50%;
}
#rawfanModal .content h2 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 1.4rem;
  color: #5B3427;
}
#rawfanModal .content h2:first-child {
  font-size: 1.78rem;
  margin-top: 0;
}
#rawfanModal .content h2:first-child[style*=none] ~ h2 {
  font-size: 1.78rem;
  margin-top: 0;
}
#rawfanModal .content .result {
  margin: 20px auto;
  max-width: 740px;
}
#rawfanModal .content .result .row {
  padding: 10px;
  margin: 1px auto;
  background-color: rgba(243, 195, 0, 0.1);
  border-radius: 4px;
}
#rawfanModal .content .result .row.nobg {
  background-color: #fff;
  font-size: 0.8rem;
}
#rawfanModal .content .result .row.title {
  padding: 15px 0 0 0;
  background-color: #fff;
}
#rawfanModal .content .dog {
  margin: 20px auto;
  max-width: 740px;
}
#rawfanModal .content .dog .row {
  padding: 10px;
  margin: 1px auto;
  background-color: rgba(149, 108, 88, 0.2);
  border-radius: 4px;
}
#rawfanModal .content .dog .row .t-right {
  padding-left: 15px;
}
#rawfanModal .content .dog .row.nobg {
  background-color: #fff;
  font-size: 0.8rem;
}
#rawfanModal .content .dog .row.title {
  padding: 15px 0 0 0;
  background-color: #fff;
}
#rawfanModal .content .barf-types {
  justify-content: center;
}
#rawfanModal .content .barf-types .meat {
  max-width: 150px;
  margin: 8px;
  display: inline-block;
  padding: 50px 16px 16px 10px;
  border: solid 1px rgba(149, 108, 88, 0.2);
  background-position: 50% 10px;
  background-repeat: no-repeat;
  background-size: auto 30px;
  text-align: center;
  border-radius: 4px;
}
@media screen and (max-width: 400px) {
  #rawfanModal .content .barf-types .meat {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 50px 10px 10px 10px;
    font-size: 0.9rem;
    margin: 5px;
  }
}
@media screen and (max-width: 580px) {
  #rawfanModal .content .barf-types .meat {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
#rawfanModal .content .barf-types .meat b {
  display: block;
  font-size: 1.2rem;
  color: #956C58;
}
#rawfanModal .content .barf-types .meat.m1 {
  background-image: url(../images/beef.png);
}
#rawfanModal .content .barf-types .meat.m2 {
  background-image: url(../images/turkey.png);
}
#rawfanModal .content .barf-types .meat.m3 {
  background-image: url(../images/pork.png);
}
#rawfanModal .content .barf-types .meat.m4 {
  background-image: url(../images/chicken.png);
}
#rawfanModal .content .packaging {
  padding: 5px 0;
  font-size: 1.1rem;
}
#rawfanModal #update {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
#rawfanModal #update .row {
  align-items: center;
}
#rawfanModal #update .row .select {
  width: 300px;
}
@media screen and (max-width: 500px) {
  #rawfanModal #update .row .select {
    width: 270px;
  }
}
#rawfanModal #update .row .select select {
  width: 300px;
  background-position: 270px 50%;
}
@media screen and (max-width: 500px) {
  #rawfanModal #update .row .select select {
    width: 270px;
    background-position: 240px 50%;
  }
}
#rawfanModal #update .row .cell.t-right {
  padding-right: 15px;
}
@media screen and (max-width: 740px) {
  #rawfanModal #update .row .cell.t-right {
    color: #5B3427;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 740px) {
  #rawfanModal #update .row .cell {
    text-align: left;
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
#rawfanModal #update .row .cell .radio input[type=radio] + i {
  font-size: 22px;
}
#rawfanModal #update .row .cell .square-checkbox {
  margin-top: 0;
  margin-bottom: 10px;
}
#rawfanModal #update .row .cell .allergy {
  display: block;
  padding: 0 0 20px;
}
@media screen and (max-width: 740px) {
  #rawfanModal #update .row .cell .allergy {
    padding: 0;
  }
}
#rawfanModal #update .row .cell textarea {
  width: 300px;
  height: 150px;
}
@media screen and (max-width: 500px) {
  #rawfanModal #update .row .cell textarea {
    width: 270px;
  }
}
#rawfanModal #update .row.al {
  align-items: flex-start;
}
#rawfanModal .footer {
  -webkit-box-flex: 0 0 90px;
  -moz-box-flex: 0 0 90px;
  -webkit-flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  padding: 20px;
  text-align: center;
}

#loginModal {
  position: fixed;
  left: 50%;
  top: 60px;
  margin-left: -210px;
  z-index: 101;
  width: 420px;
  max-height: calc(100% - 100px);
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  #loginModal {
    width: 100%;
    margin: 0;
    left: 0;
    top: 20px;
  }
}
#loginModal .header {
  position: relative;
  -webkit-box-flex: 0 0 50px;
  -moz-box-flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  padding: 0px;
}
#loginModal .header .close {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 10px;
  font-size: 1.2rem;
  cursor: pointer;
}
#loginModal .content {
  padding: 0 20px 30px;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  text-align: center;
}
#loginModal .content .login-error {
  display: block;
  background-color: rgba(255, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 4px;
}
#loginModal .content img {
  width: 60px;
  margin-bottom: 20px;
}
#loginModal .content label {
  text-align: left;
}
#loginModal .content h4 {
  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  color: #5B3427;
  font-weight: bold;
}
#loginModal .content input[type=text] {
  width: 100%;
}
#loginModal .content input[type=password] {
  width: 100%;
}
#loginModal .content .primary-btn {
  margin-top: 20px;
}
#loginModal .footer {
  -webkit-box-flex: 0 0 90px;
  -moz-box-flex: 0 0 90px;
  -webkit-flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  padding: 20px;
  text-align: center;
}

footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: block;
  width: 100%;
  margin: 0px auto;
  background-color: #5B3427;
  background-image: url(../images/dog_bg.png);
}
footer .inner {
  max-width: 1100px;
  padding: 30px 0 20px;
  margin: 0px auto;
}
@media (max-width: 1099px) {
  footer .inner {
    padding: 30px 15px 20px;
  }
}
footer .inner .row .cell:first-child {
  -webkit-box-flex: 0 0 320px;
  -moz-box-flex: 0 0 320px;
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  background-image: url(../images/logo_bottom.png);
  background-size: auto 120px;
  background-repeat: no-repeat;
}
@media (max-width: 1099px) {
  footer .inner .row .cell:first-child {
    -webkit-box-flex: 0 0 240px;
    -moz-box-flex: 0 0 240px;
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    background-size: 80% auto;
    background-position: 0 50%;
  }
}
@media (max-width: 640px) {
  footer .inner .row .cell:first-child {
    display: none;
  }
}
footer .inner .row .cell:nth-child(2) {
  -webkit-box-flex: 0 0 280px;
  -moz-box-flex: 0 0 280px;
  -webkit-flex: 0 0 280px;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
}
@media screen and (max-width: 980px) {
  footer .inner .row .cell:nth-child(2) {
    -webkit-box-flex: 0 0 40%;
    -moz-box-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}
@media (max-width: 640px) {
  footer .inner .row .cell:nth-child(2) {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
footer .inner .row .cell:nth-child(3) {
  -webkit-box-flex: 0 0 150px;
  -moz-box-flex: 0 0 150px;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}
@media screen and (max-width: 980px) {
  footer .inner .row .cell:nth-child(3) {
    -webkit-box-flex: 0 0 20%;
    -moz-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media (max-width: 640px) {
  footer .inner .row .cell:nth-child(3) {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 10px;
  }
}
footer .inner .row .cell:last-child {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}
@media screen and (max-width: 980px) {
  footer .inner .row .cell:last-child {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 20px 0;
  }
  footer .inner .row .cell:last-child .social {
    padding-top: 7px;
    margin: 0;
    float: right;
  }
  footer .inner .row .cell:last-child #newsletter {
    margin: 0;
    float: left;
  }
}
@media screen and (max-width: 460px) {
  footer .inner .row .cell:last-child .social {
    display: block;
    float: none;
    height: 60px;
    text-align: left;
  }
}
@media screen and (max-width: 980px) {
  footer .inner .copy .cell {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
footer .inner .copy .cell:first-child {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: none;
  color: #956C58;
  margin: 10px 0 0;
  font-size: 0.8rem;
}
@media screen and (max-width: 980px) {
  footer .inner .copy .cell:first-child {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    order: 2;
  }
}
footer .inner .copy .cell img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  footer .inner .copy .cell:last-child {
    text-align: center;
  }
  footer .inner .copy .cell:last-child img {
    margin: 0 5px;
  }
}
footer .inner .facebook {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  text-align: left;
  background-image: url(../images/facebook.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999em;
}
footer .inner .instagram {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: left;
  background-image: url(../images/instagram.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999em;
}
footer .inner #newsletter {
  margin-top: 30px;
}
footer .inner #newsletter input[type=text] {
  width: 200px;
  height: 44px;
  border: none;
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 4px;
}
footer .inner #newsletter input[type=submit] {
  height: 44px;
  padding: 15px 10px;
  border: none;
  text-align: center;
  background-color: #F1C400;
  color: #5B3427;
  font-size: 1rem;
  line-height: 1rem;
  vertical-align: bottom;
  cursor: pointer;
  border-radius: 4px;
}
footer .inner ul {
  margin: 5px 0 10px;
}
footer .inner ul li {
  margin: 5px 0;
}
footer .inner ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 0.875rem;
}
footer .inner ul li a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=screen.css.map */
