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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.dropdown-menu {
  line-height: 1.25;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  list-style: none;
  margin: 10px 0 0;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
}

.btn-group {
  position: relative;
}

.btn-group.open > .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova-t.woff2") format("woff2"), url("../fonts/proxima-nova-t.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova-ti.woff2") format("woff2"), url("../fonts/proxima-nova-ti.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova-l.woff2") format("woff2"), url("../fonts/proxima-nova-l.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova-li.woff2") format("woff2"), url("../fonts/proxima-nova-li.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova.woff2") format("woff2"), url("../fonts/proxima-nova.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova-i.woff2") format("woff2"), url("../fonts/proxima-nova-i.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova-sb.woff2") format("woff2"), url("../fonts/proxima-nova-sb.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova-sbi.woff2") format("woff2"), url("../fonts/proxima-nova-sbi.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova-b.woff2") format("woff2"), url("../fonts/proxima-nova-b.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova-bi.woff2") format("woff2"), url("../fonts/proxima-nova-bi.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova-xb.woff2") format("woff2"), url("../fonts/proxima-nova-xb.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova-xbi.woff2") format("woff2"), url("../fonts/proxima-nova-xbi.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova-bl.woff2") format("woff2"), url("../fonts/proxima-nova-bl.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/proxima-nova-bli.woff2") format("woff2"), url("../fonts/proxima-nova-bli.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 125%;
  }
}

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

body {
  color: #616161;
  font-family: "Proxima Nova", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  background: #fff url("../images/bg-pattern.png");
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Playfair Display", serif;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2a2a2a;
}

h1,
.h1 {
  font-size: 2.7rem;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: 2rem;
  line-height: 1.1;
}

h3,
.h3 {
  font-size: 1.4rem;
  line-height: 1.25;
}

h4,
.h4 {
  font-size: 1rem;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: 0.8rem;
  line-height: 1.4;
}

h6,
.h6 {
  font-size: 0.7rem;
  line-height: 1.5;
}

p {
  margin: 0 0 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.875em;
  line-height: 1.4;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.875em;
}

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.sheet {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.sheet .sheet {
  padding-left: 0;
  padding-right: 0;
}

.sheet:before, .sheet:after,
.srow:before,
.srow:after {
  content: "";
  display: table;
}

.sheet:after,
.srow:after {
  clear: both;
}

@media (min-width: 768px) {
  .sheet {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .sheet {
    max-width: 950px;
  }
}

@media (min-width: 1200px) {
  .sheet {
    max-width: 1170px;
  }
}

@media (min-width: 1280px) {
  .sheet {
    max-width: 1230px;
  }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn-primary,
.button-default,
.button-primary {
  display: inline-block;
  font-size: 0.85rem;
  padding: 10px 32px;
  border-radius: 40px;
  border: none;
  text-align: center;
  font-weight: 600;
  -webkit-transition: background-color 240ms, color 240ms;
  -o-transition: background-color 240ms, color 240ms;
  transition: background-color 240ms, color 240ms;
}

a.btn-primary, a.btn-primary:hover, a.btn-primary:focus,
a.button-default,
a.button-default:hover,
a.button-default:focus,
a.button-primary,
a.button-primary:hover,
a.button-primary:focus {
  text-decoration: none;
}

.btn-primary,
.button-primary {
  background-color: #af0a10;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus,
.button-primary:hover,
.button-primary:focus {
  background-color: #8a0005;
}

.button-full {
  width: 100%;
}

textarea {
  width: 100%;
}

.inputbox,
.finput {
  border-width: 2px 0px 2px 0px;
  border-style: solid;
  border-color: transparent transparent #f9f5f5 transparent;
  height: 40px;
  font-weight: 600;
  padding: 6px 0;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
}

.inputbox:focus,
.finput:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-bottom-color: #af0a10;
  color: #2a2a2a;
}

.finput[readonly] {
  color: inherit;
}

textarea.finput,
textarea.inputbox {
  height: auto;
}

.finput-box {
  margin: 0 0 2rem;
}

.finput-box-la {
  position: relative;
}

.finput-box-la .flabel,
.finput-box-la .flabel-textarea {
  font-weight: 600;
  position: absolute;
  left: 0;
  line-height: 1;
  height: auto;
  margin: 0;
  float: none;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
}

.finput-box-la .flabel {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.finput-box-la .flabel-textarea {
  top: 0.6rem;
}

.finput-box-la .finput,
.finput-box-la .inputbox {
  position: relative;
  z-index: 1;
}

.finput-box-la .finput:focus + .flabel,
.finput-box-la .flabel.focused,
.finput-box-la .finput:focus + .flabel-textarea,
.finput-box-la .flabel-textarea.focused,
.finput-box-la .inputbox:focus + .flabel {
  font-weight: 400;
  top: -0.4rem;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 70%;
  z-index: 2;
}

.finput-box-la-zone .flabel {
  font-weight: 400;
  top: -0.4rem;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 0.7rem;
  z-index: 2;
}

.fcheckbox label,
.fradio label {
  display: inline-block;
  position: relative;
  line-height: 1.25;
  padding-left: 30px;
  cursor: pointer;
}

.fcheckbox label:before, .fcheckbox label:after,
.fradio label:before,
.fradio label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.625em;
}

.fcheckbox label:before,
.fradio label:before {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 2px solid #af0a10;
  margin-top: -10px;
}

.fcheckbox label:after,
.fradio label:after {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  left: 4px;
  margin-top: -6px;
  background-color: #af0a10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
}

.fcheckbox label:hover:after,
.fradio label:hover:after {
  visibility: visible;
  opacity: 0.5;
}

.fcheckbox input[type="checkbox"],
.fradio input[type="radio"] {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.fcheckbox input[type="checkbox"]:checked + label:after,
.fradio input[type="radio"]:checked + label:after {
  visibility: visible;
}

.fcheckbox input[type="checkbox"]:checked + label:after,
.fradio input[type="radio"]:checked + label:after {
  opacity: 1;
}

.fselect {
  position: relative;
}

.fselect:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fselect select {
  font-size: inherit;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: 40px;
  font-weight: 600;
  padding: 6px 35px 5px 0;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-width: 2px 0px 2px 0px;
  border-style: solid;
  border-color: transparent transparent #f9f5f5 transparent;
  position: relative;
  z-index: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.fselect select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.fselect select::-ms-expand {
  display: none;
}

.fselect select:focus {
  border-bottom-color: #af0a10;
  color: #2a2a2a;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .fselect select {
    padding-right: 0;
  }
  .fselect:after, .fselect:before {
    display: none;
  }
}

.huserform-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: auto;
  padding: 15px;
  font-size: 0;
  color: #616161;
  text-align: center;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

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

.huserform-container:after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.4;
}

.hloginform-active .hloginform-container,
.hregform-active .hregform-container,
.hresetpwdform-active .hresetpwdform-container {
  visibility: visible;
  opacity: 1;
}

.huserform {
  display: inline-block;
  width: 490px;
  max-width: 100%;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  text-align: left;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
}

.huserform.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.huserform-title {
  padding: 2.2rem 0 0.7rem;
  margin: 0;
  text-align: center;
}

.huserform-desc {
  line-height: 1.6;
  padding-top: 6px;
}

.huserform-content {
  padding: 2.5rem;
}

.huserform-content .huserform-field-box {
  margin-bottom: 1.85em;
}

.huserform-content .huserform-submit-box {
  padding-top: 0.65em;
  margin: 0;
  text-align: center;
}

.huserform-content .huserform-submit {
  width: 180px;
}

.huserform-footer {
  background-color: #f4e9e9;
  border-radius: 10px;
  padding: 23px 10px;
  text-align: center;
}

.huserform-links {
  font-size: 0.8rem;
}

.huserform-links a {
  text-decoration: none;
  color: inherit;
}

.huserform-links a:hover, .huserform-links a:focus {
  color: #af0a10;
}

.huserform-links .sep {
  margin-left: 5px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .huserform-content {
    padding-left: 10%;
    padding-right: 10%;
  }
  .huserform-links a {
    display: block;
  }
  .huserform-links .sep {
    display: none;
  }
}

.hcart-form .cart-items {
  list-style: none;
  margin: 0;
  padding: 6px 0 0;
}

.hcart-form .cart-item {
  font-size: 0.8rem;
  position: relative;
  padding-right: 1.25rem;
  margin-bottom: 30px;
}

.hcart-form .cart-item .entry-title {
  font-size: 0.9rem;
}

.hcart-form .entry-image {
  float: left;
  margin-right: 1rem;
  width: 64px;
}

.hcart-form .entry-image img {
  display: block;
}

.hcart-form .entry-brief {
  overflow: hidden;
  color: #616161;
}

.hcart-form .entry-title {
  color: #af0a10;
  margin: -0.2rem 0 0.35rem;
}

.hcart-form .entry-title a {
  color: inherit;
  text-decoration: none;
}

.hcart-form .entry-title a:hover, .hcart-form .entry-title a:focus {
  color: #8a0005;
}

.hcart-form .entry-meta-info {
  display: table;
  width: 100%;
}

.hcart-form .entry-info {
  display: table-row;
}

.hcart-form .entry-info-label,
.hcart-form .entry-info-content {
  display: table-cell;
  vertical-align: top;
}

.hcart-form .entry-info-content {
  width: 100%;
}

.hcart-form .entry-info-content:before {
  content: '\A0:';
}

.hcart-form .entry-info-label {
  font-weight: 600;
  white-space: nowrap;
}

.hcart-form .entry-remove {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.hcart-form .entry-remove:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 100%;
}

.hcart-form .entry-remove a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  color: #616161;
}

.hcart-form .entry-remove a:hover, .hcart-form .entry-remove a:focus {
  color: #af0a10;
}

.hcart-form .entry-price-total {
  font-weight: 600;
}

.hcart-form .entry-price-total .hikashop_product_price {
  color: #af0a10;
}

.hcart-form .hikashop_product_quantity_field {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.hcart-form .hikashop_product_quantity_field:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hcart-form .hcart-subtotal {
  text-align: right;
  border-top: 1px solid #a9a9a9;
  font-size: 0.85rem;
  font-weight: 600;
  color: #616161;
  padding: 0.7rem 0;
}

.hcart-form .hcart-subtotal .title:after {
  content: '\A0:';
}

.hcart-form .hcart-subtotal .text {
  color: #af0a10;
}

@media (min-width: 520px) {
  .hcart-form .entry-image {
    width: 100px;
  }
}

.login,
.reset,
.reset-complete,
.reset-confirm,
.remind,
.registration,
.logout {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 10px;
}

.login .fieldset,
.reset .fieldset,
.reset-complete .fieldset,
.reset-confirm .fieldset,
.remind .fieldset,
.registration .fieldset,
.logout .fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.login .finput-box,
.reset .finput-box,
.reset-complete .finput-box,
.reset-confirm .finput-box,
.remind .finput-box,
.registration .finput-box,
.logout .finput-box {
  margin: 0 0 2rem;
}

.login .finput-box-rememeber,
.reset .finput-box-rememeber,
.reset-complete .finput-box-rememeber,
.reset-confirm .finput-box-rememeber,
.remind .finput-box-rememeber,
.registration .finput-box-rememeber,
.logout .finput-box-rememeber {
  margin-bottom: 1rem;
  text-align: center;
}

.login .finput-box-submit,
.reset .finput-box-submit,
.reset-complete .finput-box-submit,
.reset-confirm .finput-box-submit,
.remind .finput-box-submit,
.registration .finput-box-submit,
.logout .finput-box-submit {
  margin-bottom: 0;
  text-align: center;
}

.login .button-submit,
.reset .button-submit,
.reset-complete .button-submit,
.reset-confirm .button-submit,
.remind .button-submit,
.registration .button-submit,
.logout .button-submit {
  display: block;
  width: 240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.profile-overview .fieldset {
  margin: 0 0 1rem;
  padding: 0;
  border: none;
}

.profile-overview .fieldset-title,
.profile-overview .fieldset-content {
  background-color: #fff;
  margin: 0;
}

.profile-overview .fieldset-title {
  font-size: 1.2rem;
  line-height: 1.25;
  padding: 1.25rem 2rem;
}

.profile-overview .fieldset-content {
  padding: 1.5rem 2rem 0.5rem;
  background-color: #fff;
  margin: 1px 0 0;
  font-size: 0.8rem;
}

.profile-overview .fieldset-content dd {
  margin: 0 0 1rem 1.5rem;
}

.profile-overview .fieldset-content > :last-child {
  margin-bottom: 0;
}

.profile-overview .profile-edit-link {
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.8rem;
  text-decoration: none;
  font-weight: 400;
  margin-left: 0.5rem;
  color: #af0a10;
  float: right;
}

.profile-overview .profile-info-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}

.profile-overview .profile-info-entry {
  width: 100%;
  padding-left: 30px;
}

.profile-overview .profile-footer {
  margin: 2rem 0 0;
}

@media (max-width: 767px) {
  .profile-overview .fieldset-title,
  .profile-overview .fieldset-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .profile-overview .profile-info-entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* .login {
    label[for="remember"] {
        display: inline-block;
        position: relative;
        line-height: 1;
        padding-left: 30px;
        cursor: pointer;

        &:before,
        &:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
        }
        &:before {
            width: 18px;
            height: 18px;
            border-radius: 18px;
            border: 2px solid $color_primary;
        }

        &:after {
            width: 10px;
            height: 10px;
            border-radius: 10px;
            left: 4px;
            top: 4px;
            background-color: $color_primary;
            visibility: hidden;
            opacity: 0;
            transition: all 240ms;
        }

        &:hover {
            &:after {
                visibility: visible;
                opacity: 0.5;
            }
        }
    }
    #remember {
        &:checked + label:after {
            visibility: visible;
        }
        &:checked + label:after {
            opacity: 1;
        }
    }
    .control-label.remember {
        text-align: inherit;
    }
} */
.login-links {
  font-size: 0.8rem;
  text-align: center;
}

.login-links .nav {
  list-style: none;
  margin: 0 -10px;
  padding: 40px 0 0;
}

.login-links li {
  display: inline-block;
}

.login-links li:after {
  content: '|';
  margin: 0 6px;
}

.login-links li:last-child:after {
  display: none;
}

.login-links a {
  text-decoration: none;
  color: inherit;
}

.login-links a:hover, .login-links a:focus {
  color: #af0a10;
}

@media (max-width: 519px) {
  .login-links li {
    display: block;
  }
  .login-links li:after {
    display: none;
  }
}

.registration legend,
.member-profile-form legend {
  display: none;
}

.registration legend + .control-group,
.member-profile-form legend + .control-group {
  display: none;
}

.registration .finput-box-jform-spacer,
.member-profile-form .finput-box-jform-spacer {
  display: none;
}

.registration a.cancel-link,
.member-profile-form a.cancel-link {
  font-size: 0.8rem;
  text-decoration: none;
  opacity: 0.5;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
  color: inherit;
  margin: 10px auto 0;
  line-height: 1.2;
}

.registration a.cancel-link:hover, .registration a.cancel-link:focus,
.member-profile-form a.cancel-link:hover,
.member-profile-form a.cancel-link:focus {
  opacity: 1;
  color: #af0a10;
}

.member-profile-form .fieldset-title {
  margin: 0 0 1.5rem;
}

.member-profile-form .fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1rem;
}

.member-profile-form .finput {
  border-bottom: 1px solid #a9a9a9;
}

.member-profile-form .finput-box-helpsite select {
  padding-right: 48px;
}

.member-profile-form #helpsite-refresh {
  border: none;
  background: none;
  padding: 0;
  width: 1rem;
  height: 1rem;
  line-height: 1;
  text-align: center;
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.member-profile-form #helpsite-refresh:before {
  content: '\f021';
  font-family: FontAwesome;
  font-size: 14px;
}

.member-profile-form #helpsite-refresh span {
  display: none;
}

.member-profile-form .control-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}

.member-profile-form .control-group {
  width: 100%;
  padding-left: 20px;
}

.member-profile-form .button-submit {
  width: 180px;
  max-width: 100%;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .member-profile-form .control-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
  color: #3c3b39;
}

.transparent-header .site-header {
  background-color: transparent;
  color: #fff;
}

.front-page .site-header {
  top: 14px;
}

.site-branding img {
  max-height: 88px;
}

@media (max-width: 768px) {
  .site-branding img {
    max-height: 64px;
  }
}

.logo-link,
.logo-link img {
  display: block;
}

.site-title {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0;
}

.site-description {
  font-size: 0.875em;
  margin: 0;
}

@media (min-width: 768px) {
  body.front-page .site-branding img {
    max-height: 120px;
  }
}

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 20px;
}

@media (min-width: 1280px) {
  .main-header {
    padding: 16px 30px;
  }
}

.site-branding,
.header-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-branding .site-branding-inner,
.header-tools .header-tools-inner {
  width: 100%;
}

.header-tools {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
}

.main-header .menu-toggle-box,
.main-header .module {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 8px;
}

.main-header .menu-toggle-box:before,
.main-header .module:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 17px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #af0a10;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  top: 100%;
  margin-top: -7px;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
  visibility: hidden;
  opacity: 0;
}

.husernav-active .main-header .mod-login:before,
.hcartdropdown-active .main-header .mod-hikashop-cart:before {
  visibility: visible;
  opacity: 1;
  margin-top: -17px;
}

.offcanvas {
  position: fixed;
  z-index: 99;
  top: 0;
  bottom: 0;
  width: 340px;
  max-width: 100%;
  right: -320px;
  padding: 24px 0;
  background-color: #171717;
  color: #828282;
  overflow: auto;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
}

.offcanvas.active {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.offcanvas .oc-sheet {
  display: table;
  width: 100%;
  height: 100%;
}

.offcanvas .oc-row {
  display: table-row;
}

.offcanvas .oc-row.middle {
  height: 100%;
}

.offcanvas .oc-row.middle .oc-cell {
  vertical-align: middle;
}

.offcanvas .oc-row.top .oc-cell {
  vertical-align: top;
}

.offcanvas .oc-row.bottom .oc-cell {
  vertical-align: bottom;
}

.offcanvas .oc-cell {
  display: table-cell;
  padding: 24px 20px;
}

.offcanvas .list-social {
  padding: 0;
  margin: 0;
}

.offcanvas .list-social li {
  padding: 5px;
}

.offcanvas .list-social a {
  color: #828282;
  border-color: #828282;
}

.offcanvas .list-social a:hover, .offcanvas .list-social a:focus {
  background-color: #828282;
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
a {
  -webkit-transition: color 240ms;
  -o-transition: color 240ms;
  transition: color 240ms;
}

a:focus {
  outline: thin dotted;
}

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

a.sread-more-link {
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: 600;
}

a.sread-more-link:after {
  content: '\f178';
  font-family: FontAwesome;
  font-weight: 400;
  text-rendering: auto;
  margin-left: 0.5rem;
  position: relative;
  top: 0.0625em;
}

.mod-menu-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mod-menu-primary ul.menu {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
}

.mod-menu-primary ul.nav-child {
  font-family: "Proxima Nova", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding-top: 5px;
  width: 100%;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
}

.mod-menu-primary ul.nav-child > li {
  padding: 4px 0;
}

.mod-menu-primary ul.nav-child > li:last-child {
  padding-bottom: 0;
}

.mod-menu-primary a {
  color: #fff;
  text-decoration: none;
}

.mod-menu-primary a:focus {
  outline: 0;
}

.mod-menu-primary li {
  position: relative;
  overflow: hidden;
  padding: 9px 0;
}

.mod-menu-primary li a {
  display: block;
}

.mod-menu-primary .sub-menu {
  list-style: none;
  margin: 0;
}

.mod-menu-primary li.current > ul,
.mod-menu-primary li.focus > ul {
  visibility: visible;
  opacity: 1;
  position: relative;
}

.mod-menu-primary li.current > a,
.mod-menu-primary li.active > a,
.mod-menu-primary li.focus > a,
.mod-menu-primary li:hover > a {
  color: #ed1f27;
}

.husernav-dropdown .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.85rem;
}

.husernav-dropdown .menu a {
  color: #2a2a2a;
  text-decoration: none;
}

.husernav-dropdown .menu li {
  margin-bottom: 12px;
}

.husernav-dropdown .menu li:last-child {
  margin-bottom: 0;
}

.husernav-dropdown .menu li.current > a,
.husernav-dropdown .menu li.active > a,
.husernav-dropdown .menu a:hover,
.husernav-dropdown .menu a:focus {
  color: #af0a10;
}

.menu-toggle,
.login-toggle,
.cart-toggle {
  display: inline-block;
  border: none;
  padding: 0;
  font-size: 0.85rem;
  background: none;
  position: relative;
  z-index: 1;
}

.menu-toggle:focus,
.login-toggle:focus,
.cart-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.menu-toggle-text {
  font-size: 0.8rem;
}

.offcanvas-close {
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 99;
}

.offcanvas-close:hover, .offcanvas-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.offcanvas-close:hover .offcanvas-close-icon:before, .offcanvas-close:hover .offcanvas-close-icon:after, .offcanvas-close:focus .offcanvas-close-icon:before, .offcanvas-close:focus .offcanvas-close-icon:after {
  background-color: #ed1f27;
}

.offcanvas-close-icon {
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.offcanvas-close-icon:before, .offcanvas-close-icon:after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
}

.offcanvas-close-icon:before {
  width: 20px;
  height: 2px;
  margin-top: -1px;
  margin-left: -10px;
}

.offcanvas-close-icon:after {
  width: 2px;
  height: 20px;
  margin-top: -10px;
  margin-left: -1px;
}

.htool-dropdown {
  position: absolute;
  top: 100%;
  margin-top: 27px;
  right: -20px;
  background-color: #fff;
  color: #616161;
  text-align: left;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
}

.htool-dropdown.active {
  visibility: visible;
  opacity: 1;
  margin-top: 17px;
}

.htool-dropdown .dropdown-header {
  background-color: #af0a10;
  color: #fff;
  padding: 16px 20px;
}

.htool-dropdown .dropdown-title {
  color: inherit;
  line-height: 1.4;
  font-size: 0.85rem;
  margin: 0;
}

.htool-dropdown .dropdown-content {
  padding: 14px 20px;
}

.husernav-dropdown {
  width: 213px;
}

.husernav-dropdown .hlogout-form {
  margin: 12px 0 0;
  font-size: 0.85rem;
}

.husernav-dropdown .logout-button {
  background: none;
  border: none;
  padding: 0;
  color: #2a2a2a;
  -webkit-transition: color 240ms;
  -o-transition: color 240ms;
  transition: color 240ms;
}

.husernav-dropdown .logout-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.husernav-dropdown .logout-button:hover, .husernav-dropdown .logout-button:focus, .husernav-dropdown .logout-button.active {
  color: #af0a10;
}

.hikashop-cart-dropdown {
  width: 369px;
}

.hikashop-cart-dropdown .button-checkout {
  width: 100%;
}

.hikashop-cart-dropdown .cart-checkout-box {
  padding-bottom: 6px;
}

@media (max-width: 520px) {
  .hikashop-cart-dropdown {
    width: 300px;
  }
}

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

.hcart .hikashop_checkout_loading_spinner:before {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 100%;
}

.hcart .hikashop_checkout_loading_spinner:after {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cart-toggle .cart-icon {
  margin-right: 6px;
}

a.cart-toggle {
  color: inherit;
  text-decoration: none;
}

.hcart.hikashop_checkout_loading {
  position: static;
}

.hcart.hikashop_checkout_loading .cart-toggle {
  opacity: 0.25;
}

.hcart.hikashop_checkout_loading .hikashop_checkout_loading_elem {
  background-color: transparent;
}

.hcart.hikashop_checkout_loading .hikashop_checkout_loading_spinner {
  background-image: none;
}

.hcart.hikashop_checkout_loading .hikashop_checkout_loading_spinner:before {
  content: '';
}

.hcart.hikashop_checkout_loading .hikashop_checkout_loading_spinner:after {
  content: '\f013';
}

@media (min-width: 768px) {
  .li-menu-toggle {
    display: none;
  }
}

.pagination-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  text-align: center;
}

.pagination-list .icon-first:before,
.pagination-list .icon-last:before,
.pagination-list .icon-previous:before,
.pagination-list .icon-next:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pagination-list .icon-first:before {
  content: '\f100';
}

.pagination-list .icon-last:before {
  content: '\f101';
}

.pagination-list .icon-previous:before {
  content: '\f104';
}

.pagination-list .icon-next:before {
  content: '\f105';
}

.pagination-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 8px;
}

.pagination-list li a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 2px 4px;
}

.pagination-list li.disabled a {
  opacity: 0.5;
}

.pagination-list li.active a, .pagination-list li.disabled a {
  pointer-events: none;
}

.pagination-list li.active > a {
  font-weight: 700;
}

.pagination-list li a:hover,
.pagination-list li a:focus,
.pagination-list li.active > a {
  color: #af0a10;
}

@media (max-width: 520px) {
  .pagination-list li.hidden-phone:not(.active) {
    display: none;
  }
}

ul.pagenav {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  font-size: 0.8rem;
  font-weight: 600;
}

ul.pagenav:before, ul.pagenav:after {
  content: "";
  display: table;
}

ul.pagenav:after {
  clear: both;
}

ul.pagenav .previous,
ul.pagenav .next {
  padding: 5px 15px;
}

ul.pagenav a {
  text-decoration: none;
  color: #af0a10;
}

ul.pagenav a:hover, ul.pagenav a:focus {
  color: #ed1f27;
}

@media (min-width: 520px) {
  ul.pagenav .previous,
  ul.pagenav .next {
    width: 50%;
  }
  ul.pagenav .previous {
    float: left;
  }
  ul.pagenav .next {
    float: right;
    text-align: right;
  }
}

nav.home-dots {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 69;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

nav.home-dots ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav.home-dots ul.menu li {
  margin-bottom: 12px;
}

nav.home-dots ul.menu li:last-child {
  margin-bottom: 0;
}

nav.home-dots ul.menu a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
  opacity: 0.45;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
}

nav.home-dots ul.menu li:hover > a,
nav.home-dots ul.menu li.focus > a,
nav.home-dots ul.menu li.active > a,
nav.home-dots ul.menu a:hover,
nav.home-dots ul.menu a:focus {
  opacity: 1;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.5);
}

nav.home-dots ul.menu ul {
  display: none;
}

@media (max-width: 767px) {
  nav.home-dots {
    right: 10px;
  }
  nav.home-dots ul.menu li {
    margin-bottom: 9px;
  }
  nav.home-dots ul.menu a {
    width: 10px;
    height: 10px;
  }
}

.profile-sidebar-account-box {
  font-weight: 600;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.profile-sidebar-account-box ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #2a2a2a;
}

.profile-sidebar-account-box ul.menu a {
  text-decoration: none;
  color: inherit;
}

.profile-sidebar-account-box ul.menu ul,
.profile-sidebar-account-box ul.menu ol {
  display: none;
}

.profile-sidebar-account-box ul.menu li {
  margin: 0 0 0.7rem;
}

.profile-sidebar-account-box ul.menu li:last-child {
  margin-bottom: 0;
}

.profile-sidebar-account-box ul.menu li.current > a,
.profile-sidebar-account-box ul.menu li.active > a,
.profile-sidebar-account-box ul.menu a:hover,
.profile-sidebar-account-box ul.menu a:focus {
  color: #af0a10;
}

.profile-sidebar-account-box .logout-button {
  padding: 0;
  border: none;
  background: none;
  color: #2a2a2a;
}

.profile-sidebar-account-box .logout-button:hover, .profile-sidebar-account-box .logout-button:focus {
  color: #af0a10;
}

.profile-sidebar-account-logout-form {
  border-top: 1px solid #a9a9a9;
  padding-top: 0.75rem;
  margin-top: 0.7rem;
}

.footer-col a {
  color: inherit;
  text-decoration: none;
}

.footer-col a:hover, .footer-col a:focus {
  color: #fff;
}

.footer-col ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.footer-col ul.menu li {
  display: inline-block;
}

.footer-col ul.menu li:after {
  content: '|';
  margin-left: 5px;
  margin-right: 5px;
}

.footer-col ul.menu li:last-child:after {
  content: '';
  margin: 0;
}

.footer-col ul.menu ul {
  display: none;
}

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.screen-reader-text,
.sr-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 1em;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.primary-color {
  color: #af0a10;
}

.clear:before, .clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.mod-languages {
  font-size: 0.8rem;
}

.mod-languages .btn-group {
  position: relative;
  display: inline-block;
}

.mod-languages .dropdown-toggle {
  display: inline-block;
  position: relative;
  min-width: 172px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 7px 16px;
  border: 1px solid #828282;
  color: #818181;
}

.mod-languages .dropdown-toggle:after {
  content: '\f0d7';
  font-family: FontAwesome;
  font-size: 0.7rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3rem;
  position: relative;
  top: -0.0625em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mod-languages .dropdown-toggle:hover, .mod-languages .dropdown-toggle:focus {
  color: #fff;
}

.mod-languages .dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.mod-languages.nav-hover .dropdown-toggle:after {
  content: '\f0d8';
}

.mod-languages.nav-hover .dropdown-menu {
  margin-bottom: -1px;
}

div.mod-languages ul.dropdown-menu {
  margin-bottom: 10px;
  top: auto;
  bottom: 100%;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #252525;
  border: 1px solid #828282;
}

div.mod-languages ul.lang-block {
  border-radius: 0;
  width: 100%;
}

div.mod-languages ul.lang-block a {
  color: #828282;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
  display: block;
  padding: 10px 14px;
}

div.mod-languages ul.lang-block li.lang-active > a,
div.mod-languages ul.lang-block li:hover > a,
div.mod-languages ul.lang-block a:hover,
div.mod-languages ul.lang-block a:focus {
  color: #000;
  background-color: #fff;
}

div.mod-languages ul.lang-block li {
  border-bottom: 1px solid #828282;
  margin: 0;
}

div.mod-languages ul.lang-block li:last-child {
  border-bottom: none;
}

.offcanvas .mod-languages {
  margin-top: 20px;
}

.mostread {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.3333333333;
}

.mostread li {
  margin-bottom: 1.5rem;
}

.mostread li:last-child {
  margin-bottom: 0;
}

.mostread .entry-brief {
  overflow: hidden;
}

.mostread .has-thumbnail .entry-brief {
  margin-top: -0.2rem;
}

.mostread .item-image {
  width: 100px;
  margin-right: 1rem;
}

.mostread .entry-title {
  margin: 0;
  font-size: 0.9rem;
  color: #616161;
  line-height: inherit;
}

.mostread .entry-title a {
  text-decoration: none;
  color: inherit;
}

.mostread .entry-title a:hover, .mostread .entry-title a:focus {
  color: #af0a10;
}

.mostread .entry-published {
  margin: 0.3rem 0 0;
  font-size: 0.7rem;
}

.jmodule-area .module {
  background: #fff;
  padding: 1rem;
  margin: 0 0 1.5rem;
}

.jmodule-area .module:last-child {
  margin-bottom: 0;
}

.jmodule-area .module-title {
  color: #af0a10;
  font-size: 1.3rem;
  margin: 0.1rem 0 1.5rem;
}

/*--------------------------------------------------------------
# Common Content
--------------------------------------------------------------*/
.color-primary {
  color: #af0a10;
}

.color-primary-alt {
  color: #8a0005;
}

.font-main {
  font-family: "Proxima Nova", sans-serif;
}

.font-headings {
  font-family: "Playfair Display", serif;
}

body.hloginform-active,
body.hloginform-active .site,
body.hregform-active,
body.hregform-active .site,
body.hresetpwdform-active,
body.hresetpwdform-active .site,
body.offcanvas-active,
body.offcanvas-active .site {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#system-message {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.jpage-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.jpage-title .title {
  font-size: 2.7rem;
  color: #fff;
  margin: 0;
}

@media (min-width: 768px) {
  .jpage-title {
    min-height: 524px;
  }
}

.jpage-content {
  padding-top: 2.5rem;
  padding-bottom: 3.4rem;
}

.jcontent-area,
.jmodule-area {
  padding-top: 2.5rem;
}

@media (min-width: 992px) {
  .jcontent-area.has-sidebar {
    width: 64%;
    float: left;
    padding-right: 20px;
  }
  .jmodule-area {
    width: 36%;
    float: right;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .jcontent-area.has-sidebar {
    width: 67.5%;
    padding-right: 30px;
  }
  .jmodule-area {
    width: 32.5%;
  }
}

.page-header {
  text-align: center;
  margin: 0 0 2.15rem;
}

.page-header h1 {
  margin: 0;
}

.com_users-container,
.view-address .com_hikashop-container,
.view-order .com_hikashop-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.system-msgs-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  max-width: none;
  font-size: 0;
  z-index: 99;
  text-align: center;
}

.system-msgs-container:before {
  content: '';
  display: inline-block;
  position: relative;
  height: 100%;
  vertical-align: middle;
}

.system-msg-entries {
  padding: 1rem;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 720px;
  overflow: auto;
  margin: 0 0 1rem;
}

.system-msg-entries > :last-child {
  margin-bottom: 0;
}

.system-msg-entry {
  font-size: 0.8rem;
  padding: 1rem 1.8rem 1rem 1rem;
}

.system-msg-entry .alert-heading {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}

.system-msg-entry a.close {
  top: -1rem;
}

.article-info {
  font-size: 0.9rem;
  margin: 0 0 0 -0.5rem;
}

.article-info dd {
  margin: 0 0 0 0.5rem;
}

.backtotop {
  border: 1px solid;
  width: 48px;
  height: 48px;
  border-radius: 3px;
  line-height: 46px;
  text-align: center;
  font-size: 28px;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: -48px;
  bottom: 20px;
}

.backtotop.active {
  visibility: visible;
  opacity: 1;
  right: 20px;
}

.entry-content > :last-child {
  margin-bottom: 0;
}

.list-social {
  font-size: 21px;
  line-height: 1;
}

.list-social li {
  display: inline-block;
}

.list-social a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  text-decoration: none;
  line-height: 33px;
  border: 2px solid;
  text-align: center;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
}

.list-social a:before {
  font-family: FontAwesome;
}

.list-social a.facebook:before {
  content: '\f09a';
}

.list-social a.twitter:before {
  content: '\f099';
}

.list-social a.weibo:before {
  content: '\f18a';
}

.list-social a.weixin:before {
  content: '\f1d7';
}

.list-social a.linkedin:before {
  content: '\f0e1';
}

.list-social a.pinterest:before {
  content: '\f231';
}

.list-social a.instagram:before {
  content: '\f16d';
}

.list-social a.google-plus:before {
  content: '\f0d5';
}

.list-social a.dribbble:before {
  content: '\f17d';
}

.list-social a.flickr:before {
  content: '\f16e';
}

.list-social a.behance:before {
  content: '\f1b4';
}

.list-social a.tumblr:before {
  content: '\f173';
}

.list-social a.youtube:before {
  content: '\f16a';
}

.list-social a.vimeo:before {
  content: '\f27d';
}

.list-social a.soundcloud:before {
  content: '\f1be';
}

.list-social a.digg:before {
  content: '\f1a6';
}

.list-social a.lastfm:before {
  content: '\f202';
}

.list-social a.stumbleupon:before {
  content: '\f1a4';
}

.list-social a.vk:before {
  content: '\f189';
}

.list-social a.reddit:before {
  content: '\f281';
}

.list-social a.yahoo:before {
  content: '\f19e';
}

.list-social a.github:before {
  content: '\f09b';
}

.list-social a.rss:before {
  content: '\f09e';
}

.list-social a.email:before {
  content: '\f0e0';
}

.profile-user-container {
  margin-left: -30px;
}

.profile-user-container .page-header {
  text-align: left;
}

.profile-user-container .page-header h1 {
  font-size: 2.4rem;
}

.profile-user-container .profile-sidebar,
.profile-user-container .profile-content {
  position: relative;
  padding-left: 30px;
}

.profile-user-container .profile-content {
  margin: 0 0 3rem;
}

@media (min-width: 992px) {
  .profile-user-container .profile-sidebar,
  .profile-user-container .profile-content {
    float: left;
  }
  .profile-user-container .profile-sidebar {
    width: 31%;
    left: -69%;
  }
  .profile-user-container .profile-content {
    width: 69%;
    left: 31%;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .profile-user-container {
    margin-left: -48px;
  }
  .profile-user-container .profile-sidebar,
  .profile-user-container .profile-content {
    position: relative;
    padding-left: 48px;
  }
}

.profile-sidebar-box {
  background-color: #fff;
  padding: 1rem;
  margin: 0 0 2rem;
}

.profile-sidebar-box:last-child {
  margin-bottom: 0;
}

.profile-sidebar-box .box-title {
  margin: 0 0 1.1rem;
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}

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

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Loops
--------------------------------------------------------------*/
.grid-entries + .pagination {
  margin-top: 0.6rem;
}

.loop-grid-entry {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.loop-grid-entry .item-image {
  float: none;
  margin: 0 0 1.3rem;
}

.loop-grid-entry .item-image a,
.loop-grid-entry .item-image img {
  display: block;
}

.loop-grid-entry .item-image img {
  margin-left: auto;
  margin-right: auto;
}

.loop-grid-entry .page-header {
  margin: 0 0 0.75rem;
  text-align: inherit;
}

.loop-grid-entry .page-header h2 {
  font-size: 1.4rem;
  margin: 0;
}

.loop-grid-entry .page-header a {
  color: #af0a10;
  text-decoration: none;
}

@media (min-width: 768px) {
  .grid-entries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -40px;
  }
  .grid-entries .loop-entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 40px;
  }
}

/*--------------------------------------------------------------
# Singlular
--------------------------------------------------------------*/
.item-page .entry-title {
  margin: 0;
}

.item-page .page-header {
  margin: 0 0 1rem;
  text-align: inherit;
}

.item-page .article-info {
  margin-bottom: 0.6rem;
}

.item-page .item-image {
  float: none !important;
  margin: 0 0 1.8rem;
}

.item-page .item-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.item-page .entry-content {
  padding-bottom: 1.1rem;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  font-size: 0.7rem;
  background-color: #252525;
  color: #828282;
  padding: 31px 0;
  text-align: center;
}

.site-footer .footer-col {
  min-height: 1px;
  position: relative;
  padding: 8px 15px;
}

.site-footer .footer-sheet:before, .site-footer .footer-sheet:after {
  content: "";
  display: table;
}

.site-footer .footer-sheet:after {
  clear: both;
}

@media (min-width: 992px) {
  .site-footer .footer-col {
    width: 50%;
    float: left;
  }
  .site-footer .language-col {
    text-align: left;
  }
  .site-footer .info-col {
    text-align: right;
  }
}

@media (min-width: 1280px) {
  .site-footer .footer-sheet {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-footer .mod-languages .dropdown-toggle {
  padding-right: 32px;
}

.site-footer .mod-languages .dropdown-toggle:after {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# SP Page Builder Addons
--------------------------------------------------------------*/
.sppb-addon-title {
  color: inherit;
}

.section-title .sppb-addon-title,
.section-subtitle .sppb-addon-title {
  font-size: inherit;
  line-height: inherit;
}

.section-title.h2 .sppb-addon-title {
  font-size: 1.6rem;
}

.section-subtitle.h4 .sppb-addon-title {
  font-size: 1.1rem;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.sppb-btn {
  font-size: 1rem;
  font-weight: 600;
}

a.sppb-btn,
a.sppb-btn:hover,
a.sppb-btn:focus {
  text-decoration: none;
}

a.sppb-btn:hover,
a.sppb-btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sppb-btn-icon-left .sppb-btn-icon {
  margin-right: 0.2rem;
}

.sppb-btn-icon-right .sppb-btn-icon {
  margin-left: 0.2rem;
}

/*--------------------------------------------------------------
# Accordions FAQ style
--------------------------------------------------------------*/
.sppb-panel.sppb-panel-faq .sppb-toggle-direction {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #af0a10;
  border-radius: 30px;
  right: 1rem;
}

.sppb-panel.sppb-panel-faq .sppb-toggle-direction:before, .sppb-panel.sppb-panel-faq .sppb-toggle-direction:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  margin-left: -7px;
  background-color: #af0a10;
  -webkit-transition: width 0.3s, margin 0.3s;
  -o-transition: width 0.3s, margin 0.3s;
  transition: width 0.3s, margin 0.3s;
}

.sppb-panel.sppb-panel-faq .sppb-toggle-direction:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sppb-panel.sppb-panel-faq .sppb-toggle-direction i.fa {
  display: none;
}

.sppb-panel.sppb-panel-faq .sppb-panel-heading.active .sppb-toggle-direction:before {
  width: 0;
  margin-left: -1px;
}

.sppb-panel-faq {
  margin: 0 0 20px;
}

.sppb-panel-faq .sppb-panel-heading {
  line-height: 1.4;
  padding: 1.5rem 4rem 1.5rem 1rem;
  -webkit-transition: padding 240ms, background 240ms, border 240ms;
  -o-transition: padding 240ms, background 240ms, border 240ms;
  transition: padding 240ms, background 240ms, border 240ms;
}

.sppb-panel-faq > .sppb-panel-heading {
  border: 1px solid transparent;
  border-bottom: none;
  background-color: #fff;
}

.sppb-panel-faq > .sppb-panel-heading.active {
  background-color: transparent;
  border-color: #af0a10;
}

.sppb-panel-faq .sppb-panel-title {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  color: #af0a10;
}

.sppb-panel-faq .sppb-panel-body {
  font-size: 0.9rem;
  padding: 0 1rem 1.5rem 1rem;
}

.sppb-panel-faq .sppb-panel-body {
  border: none;
}

.sppb-panel-faq .sppb-panel-collapse {
  border: 1px solid transparent;
  border-top: none;
  -webkit-transition: border 240ms;
  -o-transition: border 240ms;
  transition: border 240ms;
}

.sppb-panel-faq .sppb-panel-heading.active + .sppb-panel-collapse {
  border-color: #af0a10;
}

.sppb-panel-group .sppb-panel-faq:last-child {
  margin-bottom: 0;
}

.sppb-panel-group .sppb-panel-faq:last-child .sppb-panel-body {
  border-bottom-width: 1px;
}

@media (min-width: 768px) {
  .sppb-panel.sppb-panel-faq .sppb-panel-title {
    font-size: 1.2rem;
  }
  .sppb-panel.sppb-panel-faq .sppb-toggle-direction {
    right: 2.4rem;
  }
  .sppb-panel-faq .sppb-panel-heading {
    padding: 2.15rem 4.8rem 2.1rem 2.4rem;
  }
  .sppb-panel-faq .sppb-panel-heading.active {
    padding-bottom: 1.35rem;
  }
  .sppb-panel-faq .sppb-panel-body {
    padding: 0 4.8rem 2.1rem 2.4rem;
  }
}

/*--------------------------------------------------------------
# Our menu
--------------------------------------------------------------*/
.fbkt-menu-entry {
  width: 100%;
  padding: 15px 15px 25px;
}

.fbkt-menu-entry .entry-inner {
  position: relative;
  background: #fff;
}

.fbkt-menu-entry .entry-image img {
  display: block;
  width: 100%;
}

.fbkt-menu-entry .entry-brief {
  padding: 14px 15px;
}

.fbkt-menu-entry .entry-title {
  margin: 0;
}

.fbkt-menu-entry .entry-subtitle {
  margin: 0 0 0.25rem;
  color: #2a2a2a;
}

.fbkt-menu-entry.has-image .entry-inner {
  min-height: 4rem;
  background-color: transparent;
}

.fbkt-menu-entry.has-image .entry-brief {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: right;
}

.sppb-row.fbkt-menu-entries {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 520px) {
  .fbkt-menu-entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .fbkt-menu-entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 1200px) {
  .sppb-row.fbkt-menu-entries {
    margin-left: -22px;
    margin-right: -22px;
  }
  .fbkt-menu-entry {
    padding: 22px 22px 38px;
  }
}

/*--------------------------------------------------------------
# Outlets
--------------------------------------------------------------*/
.fbkt-addon-outlet .content-box-title {
  font-size: 1.2rem;
  color: #af0a10;
  margin-bottom: 1.7rem;
}

.fbkt-addon-outlet .outlet-content-box {
  padding: 1.6rem 1.25rem;
  font-size: 0.9rem;
}

.fbkt-addon-outlet .content-box-body {
  line-height: 1.4444444444;
}

.fbkt-addon-outlet .entry-title {
  float: left;
  font-weight: 600;
}

.fbkt-addon-outlet .entry-title:after {
  content: ':\A0';
}

.fbkt-addon-outlet .entry-content {
  overflow: hidden;
}

.fbkt-addon-outlet .box-opening-hrs + * {
  margin-top: 1.25rem;
}

.fbkt-addon-outlet .day-range {
  font-weight: 600;
  margin-left: 0.1rem;
}

@media (min-width: 992px) {
  .fbkt-addon-outlet .fbkt-outlet-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .fbkt-addon-outlet .outlet-slides,
  .fbkt-addon-outlet .owl-stage-outer,
  .fbkt-addon-outlet .owl-stage,
  .fbkt-addon-outlet .owl-item {
    height: 100%;
  }
  .fbkt-addon-outlet .outlet-slides-box,
  .fbkt-addon-outlet .outlet-content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fbkt-addon-outlet .outlet-slides-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fbkt-addon-outlet .outlet-content-box {
    padding-left: 52px;
    padding-right: 32px;
  }
}

.outlet-slides {
  position: relative;
}

.outlet-slides .owl-dots {
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  text-align: center;
}

.outlet-slides .owl-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 1px solid #af0a10;
  background: #af0a10;
  opacity: 0.4;
  margin: 2px 6px;
  cursor: pointer;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
}

.outlet-slides .owl-dot:hover, .outlet-slides .owl-dot.active {
  opacity: 1;
  border-color: #fff;
}

.outlet-slide {
  position: relative;
  min-height: 100%;
}

.outlet-slide:before {
  content: '';
  display: block;
  padding-top: 60%;
  padding-bottom: 22px;
}

.outlet-slide .slide-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*--------------------------------------------------------------
# Tips & Recipes
--------------------------------------------------------------*/
.fbkt-addon-tips-recipes {
  color: #eddbdb;
  font-size: 0.9rem;
}

.fbkt-addon-tips-recipes .entry-image {
  margin: 0 0 0.75rem;
}

.fbkt-addon-tips-recipes .entry-brief {
  padding: 0 1rem;
}

.fbkt-addon-tips-recipes .entry-content > :last-child:after {
  content: '...';
}

.fbkt-addon-tips-recipes .entry-title {
  font-size: 1.2rem;
  color: #fff;
}

.fbkt-addon-tips-recipes .entry-title a {
  color: inherit;
  text-decoration: none;
}

.fbkt-addon-tips-recipes .entry-footer {
  margin: 1rem 0 0;
}

.fbkt-addon-tips-recipes .entry-read-more {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.fbkt-addon-tips-recipes .entry-read-more:after {
  content: '\f178';
  font-family: FontAwesome;
  text-rendering: auto;
  margin-left: 0.5rem;
  position: relative;
  top: 0.0625em;
}

/*--------------------------------------------------------------
# Owl carousels
--------------------------------------------------------------*/
.fbkt-addon-tips-recipes .owl-nav,
.sppb-related-products-module .owl-nav {
  height: 0;
  position: absolute;
  overflow: visible;
  left: 0;
  right: 0;
  top: 26%;
  z-index: 1;
  font-size: 1.5rem;
}

.fbkt-addon-tips-recipes .owl-prev,
.fbkt-addon-tips-recipes .owl-next,
.sppb-related-products-module .owl-prev,
.sppb-related-products-module .owl-next {
  position: relative;
  cursor: pointer;
}

.fbkt-addon-tips-recipes .owl-prev.disabled,
.fbkt-addon-tips-recipes .owl-next.disabled,
.sppb-related-products-module .owl-prev.disabled,
.sppb-related-products-module .owl-next.disabled {
  opacity: 0.5;
}

.fbkt-addon-tips-recipes .owl-prev,
.sppb-related-products-module .owl-prev {
  float: left;
  left: -15px;
}

.fbkt-addon-tips-recipes .owl-next,
.sppb-related-products-module .owl-next {
  float: right;
  right: -15px;
}

.fbkt-addon-tips-recipes .owl-next i.fa,
.sppb-related-products-module .owl-next i.fa {
  position: relative;
}

@media (max-width: 1279px) {
  .fbkt-addon-tips-recipes .owl-prev,
  .fbkt-addon-tips-recipes .owl-next,
  .sppb-related-products-module .owl-prev,
  .sppb-related-products-module .owl-next {
    width: 28px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 5px;
    background-color: #000;
  }
}

@media (min-width: 1280px) {
  .fbkt-addon-tips-recipes .owl-prev,
  .sppb-related-products-module .owl-prev {
    left: -38px;
  }
  .fbkt-addon-tips-recipes .owl-next,
  .sppb-related-products-module .owl-next {
    right: -38px;
  }
}

/*--------------------------------------------------------------
# Hikashop
--------------------------------------------------------------*/
div.hikashop_messages {
  border-width: 1px;
  margin: 0 0 1rem;
  font-size: 0.7rem;
  font-weight: 600;
}

div.hikashop_messages ul {
  padding: 0.75rem 1rem;
}

a.hikacart {
  background-color: #af0a10;
  border-color: #af0a10;
  font-weight: 600;
}

a.hikacart:hover, a.hikacart:focus {
  background-color: #8a0005;
  border-color: #8a0005;
}

a.hikacart.add_in_progress {
  opacity: 0.5;
}

a.hikacart.add_in_progress:after {
  content: '\f013';
  font-family: FontAwesome;
  width: 1em;
  height: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.0625em;
  margin-left: 0.5em;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

div.hikashop_footer {
  display: none !important;
}

.hikashop_product_price_full .hikashop_product_price_per_unit {
  display: none;
}

.hikashop_product_price {
  color: #2a2a2a;
}

.hikashop_product_quantity_field {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hikashop_product_price_with_min_qty {
  padding: 0.5rem 1rem;
  display: inline-block;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  font-size: 0.7rem;
  margin: 0.25rem;
  margin-left: 0;
}

.hikashop_product_price_with_min_qty + br {
  display: none;
}

.hikashop_products_listing .hikashop_product_image_subdiv {
  width: 100% !important;
}

.hikashop_products_listing .hikashop_product_image {
  height: auto !important;
}

.hikashop_products_listing .hikashop_product_image img {
  width: 100%;
}

.hikashop_products_listing .list-footer .limit {
  display: none;
}

.hikashop_products_listing .hikashop_product {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hikashop_products_listing .hk-row-fluid {
  margin-left: -5px;
  margin-right: -5px;
}

.hikashop_products_listing .hikashop_subcontainer {
  background-color: transparent !important;
}

.hikashop_products_listing .hikashop_product_image {
  margin: 0 0 1.3rem;
}

.hikashop_products_listing .hikashop_product_image img,
.hikashop_products_listing .hikashop_product_image a {
  display: block;
}

.hikashop_products_listing .hikashop_product_name {
  font-size: 0.9rem;
  font-family: "Playfair Display", serif;
  color: #af0a10;
  margin: 0 0 0.7rem;
}

.hikashop_products_listing .hikashop_product_name a {
  text-decoration: none;
  color: inherit;
}

.hikashop_products_listing .product-brief-info {
  line-height: 1.4;
  font-size: 0.8rem;
}

.hikashop_products_listing .hikashop_product_price {
  font-weight: 600;
}

.hikashop_products_listing a.hikacart {
  margin-top: 1.25rem;
}

.hikashop_products_listing .hikashop_product_quantity_box {
  margin-top: 1rem;
  font-size: 0.8rem;
}

.hikashop_products_listing .hikashop_product_quantity_box .hikashop_product_quantity_field {
  font-size: inherit;
  padding: 0.35rem;
}

.hikashop_products_listing .hikashop_product_price_with_min_qty {
  margin-bottom: 0.5rem;
}

@media(min-width:520px){
  .hikashop_products_listing .hikashop_product_name{
    min-height: 2.7778em;
  }
}

.hikashop_product_page {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hikashop_product_page .product-title {
  font-size: 2.1rem;
  color: #af0a10;
}

.hikashop_product_page .product-subtitle {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 400;
}

.hikashop_product_page .hikashop_product_msrp_price_title,
.hikashop_product_page .hikashop_product_our_price_title {
  display: none;
}

.hikashop_product_page .hikashop_product_price_main {
  display: block;
  font-size: 1.3rem;
}

.hikashop_product_page .hikashop_product_quantity_box {
  margin: 0 0 1.6rem;
}

.hikashop_product_page .product_actions_box {
  margin-bottom: -10px;
}

.hikashop_product_page .product_actions_box .hikacart,
.hikashop_product_page .product_actions_box .hikawishlist {
  margin: 0 5px 10px 0;
  font-size: 0.9rem;
  padding: 13px 36px;
}

.hikashop_product_page .hikashop_product_stock_count {
  display: block;
  margin: 1rem 0;
  font-size: 0.8rem;
  color: #af0a10;
}

.hikashop_product_page .hikashop_product_msrp_price {
  opacity: 0.5;
  font-size: 0.75em;
}

.hikashop_product_page .hikashop_product_msrp_price .hikashop_product_price {
  text-decoration: line-through;
}

.hikashop_product_page .hikashop_product_price {
  font-weight: 700;
}

.hikashop_product_page .hikashop_product_main_image_thumb {
  height: auto !important;
}

.hikashop_product_page .hikashop_product_main_image_subdiv img {
  margin: 0 !important;
  width: 100%;
}

.hikashop_product_page .hikashop_small_image_div {
  margin-top: 1rem;
  text-align: center;
}

.hikashop_product_page .hikashop_small_image_div > a {
  display: inline-block;
  vertical-align: middle;
}

.hikashop_product_page img.hikashop_child_image {
  height: 64px;
  display: block;
  border: 2px solid transparent;
}

.hikashop_product_page img.hikashop_child_image.hikashop_child_image_active {
  border-color: #af0a10;
}

@media (max-width: 991px) {
  .hikashop_product_page .hikashop_product_left_part {
    padding-bottom: 1.25rem;
  }
  .hikashop_product_page .hikashop_product_right_part {
    padding-top: 1.25rem;
  }
}

@media (min-width: 992px) {
  .hikashop_product_page .hikashop_product_left_part {
    padding-right: 15px;
  }
  .hikashop_product_page .hikashop_product_right_part {
    padding-left: 15px;
  }
}

@media (min-width: 1280px) {
  .hikashop_product_page .hikashop_product_left_part {
    padding-right: 25px;
  }
  .hikashop_product_page .hikashop_product_right_part {
    padding-left: 25px;
  }
}

.hikashop_product_quantity_box .hikashop_product_quantity_box_label {
  display: inline-block;
  vertical-align: middle;
}

.hikashop_product_quantity_box .hikashop_product_quantity_box_label:after {
  content: '\A0:\A0';
}

.hikashop_product_quantity_box .hikashop_product_quantity_box_field {
  position: relative;
  padding-right: 1.3rem;
  display: inline-block;
}

.hikashop_product_quantity_box .hikashop_product_quantity_field {
  min-width: 3.6rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3;
  padding: 0.55rem;
  border: 1px solid #a9a9a9;
  background-color: transparent;
}

.hikashop_product_quantity_box .hikashop_product_quantity_field_change {
  position: absolute;
  height: 48%;
  width: 24%;
  right: 0;
  text-decoration: none;
  font-size: 0.8rem;
  border: 1px solid #a9a9a9;
  color: inherit;
}

.hikashop_product_quantity_box .hikashop_product_quantity_field_change i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hikashop_product_quantity_box .hikashop_product_quantity_field_change_plus {
  top: 0;
}

.hikashop_product_quantity_box .hikashop_product_quantity_field_change_minus {
  bottom: 0;
}

.hikashop_product_quantity_main {
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 2rem;
  margin-bottom: 1.6rem;
}

.hikashop_product_description_main {
  font-size: 0.95rem;
}

.hikashop_product_description_main > :last-child {
  margin-bottom: 1.5rem;
}

.product-specs {
  font-size: 0.9rem;
}

.product-specs .label {
  display: block;
  float: left;
  max-width: 50%;
  font-weight: 600;
  width: 106px;
  max-width: 50%;
  word-wrap: break-word;
}

.product-specs .value {
  overflow: hidden;
}

.product-specs .value:before {
  content: '\A0:\A0';
}

.product-spec:before, .product-spec:after {
  content: "";
  display: table;
}

.product-spec:after {
  clear: both;
}

.hkrow-flex {
  margin-left: -15px;
  margin-right: -15px;
}

.hkcol-flex {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 520px) {
  .hkrow-flex-c2,
  .hkrow-flex-c3,
  .hkrow-flex-c4,
  .hkrow-flex-c5,
  .hkrow-flex-c6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hkrow-flex-c2 > .hkcol-flex,
  .hkrow-flex-c3 > .hkcol-flex,
  .hkrow-flex-c4 > .hkcol-flex,
  .hkrow-flex-c5 > .hkcol-flex,
  .hkrow-flex-c6 > .hkcol-flex {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .hkrow-flex-c3 > .hkcol-flex,
  .hkrow-flex-c4 > .hkcol-flex,
  .hkrow-flex-c5 > .hkcol-flex,
  .hkrow-flex-c6 > .hkcol-flex {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .hkrow-flex-c4 > .hkcol-flex,
  .hkrow-flex-c5 > .hkcol-flex,
  .hkrow-flex-c6 > .hkcol-flex {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .hkrow-flex {
    margin-left: -22px;
    margin-right: -22px;
  }
  .hkcol-flex {
    padding-left: 22px;
    padding-right: 22px;
  }
  .hkrow-flex-c5 > .hkcol-flex {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .hkrow-flex-c6 > .hkcol-flex {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

/*--------------------------------------------------------------
# General cart layout
--------------------------------------------------------------*/
ul.cart-products {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.cart-products li.cart-product {
  margin: 0 0 1.5rem;
  position: relative;
}

ul.cart-products li.cart-product:last-child {
  margin-bottom: 0;
}

ul.cart-products .product-thumbnail img {
  display: block;
}

ul.cart-products .product-name-title {
  font-size: 1.4rem;
  margin: 0 0 1.2rem;
}

ul.cart-products .product-name-title a {
  color: inherit;
  text-decoration: none;
}

ul.cart-products .product-brief > :last-child {
  margin-bottom: 0;
}

ul.cart-products .product-meta {
  font-size: 0.9rem;
  line-height: 1.25;
}

ul.cart-products .product-meta td {
  border: none;
}

ul.cart-products .product-meta-title {
  font-weight: 600;
  white-space: nowrap;
}

ul.cart-products .product-meta-content {
  width: 100%;
}

ul.cart-products .product-meta-content:before {
  content: ':\A0';
}

ul.cart-products .hikashop_product_quantity_box {
  display: inline-block;
}

ul.cart-products .hikashop_cart_product_quantity_delete {
  font-size: 1.2rem;
  line-height: 1;
}

ul.cart-products .hikashop_cart_product_quantity_delete a {
  color: inherit;
}

ul.cart-products .hikashop_cart_product_quantity_delete a:hover, ul.cart-products .hikashop_cart_product_quantity_delete a:focus {
  color: #af0a10;
}

@media (max-width: 519px) {
  ul.cart-products .product-thumbnail {
    margin-bottom: 1rem;
  }
  ul.cart-products .product-thumbnail img {
    width: 100%;
  }
}

@media (min-width: 520px) {
  ul.cart-products li.cart-product {
    padding-left: 200px;
  }
  ul.cart-products .product-thumbnail {
    width: 200px;
    float: left;
    margin-left: -200px;
  }
  ul.cart-products .product-brief {
    padding-left: 1rem;
  }
}

ul.cart-product-listing .hikashop_cart_product_quantity_delete {
  position: absolute;
}

@media (max-width: 519px) {
  ul.cart-product-listing .hikashop_cart_product_quantity_delete {
    right: 10px;
    top: 10px;
    width: 2.5em;
    height: 2.5em;
    border-radius: 100px;
    text-align: center;
    line-height: 2.5;
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 520px) {
  ul.cart-product-listing li {
    padding-right: 1.4rem;
  }
  ul.cart-product-listing .hikashop_cart_product_quantity_delete {
    right: 0;
    top: 0.4rem;
  }
}

table.order-prices {
  font-size: 0.95rem;
  line-height: 1.25;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  margin: 0;
}

table.order-prices td {
  border: none;
  padding: 0.2rem 0 0.2rem 0.5rem;
}

table.order-prices td.key {
  font-weight: 600;
}

table.order-prices tr:first-child td {
  padding-top: 1.8rem;
}

table.order-prices tr:nth-last-child(2) td {
  padding-bottom: 1.8rem;
}

table.order-prices tr:last-child td {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

table.order-prices tr.total {
  font-size: 1rem;
}

table.order-prices tr.total td {
  border-top: 1px solid #a9a9a9;
}

table.order-prices tr.total td.value {
  color: #af0a10;
  text-align: right;
}

#hikashop_order_main table.order-prices td.value {
  text-align: right;
}

@media (min-width: 520px) {
  .order-prices-summary table.order-prices .empty-col {
    width: 50%;
  }
}

.order-show-form .fieldset {
  border: none;
  margin: 0 0 2rem;
  padding: 0;
}

.order-show-form .cart-products-fieldset {
  border-top: 1px solid #a9a9a9;
  padding-top: 2rem;
}

.order-show-form .order-prices-summary {
  margin-top: 2rem;
}

.order-detail-entries {
  font-size: 0.85rem;
  margin-bottom: -1.2rem;
}

.order-detail-entries .order-detail-entry {
  margin: 0 0 1.2rem;
}

@media (min-width: 520px) {
  .order-detail-entries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
  }
  .order-detail-entries .order-detail-entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 20px;
  }
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-container {
  padding-top: 99px;
  padding-bottom: 100px;
}

.com_hikashop.view-checkout.layout-end.task-confirm .site-content {
  padding-left: 1rem;
  padding-right: 1rem;
}

.hikashop-checkout-payment-end {
  margin: 80px auto;
  max-width: 640px;
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

.hikashop_checkout_address_ok_button {
  border: 2px solid #af0a10;
  padding: 6px 32px;
  font-size: 0.8rem;
  font-weight: 600;
}

.hikashop_checkout_address_ok_button:hover, .hikashop_checkout_address_ok_button:focus {
  border-color: #8a0005;
}

.hikashop_checkout_address_new_button {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 0.8rem;
  padding: 0.4rem 1.2rem;
  border: 2px solid #af0a10;
  background-color: transparent;
  color: #af0a10;
  border-radius: 100px;
}

.hikashop_checkout_address_new_button:hover, .hikashop_checkout_address_new_button:focus {
  background-color: transparent;
  color: #8a0005;
}

.hikashop_checkout_address_cancel_button {
  border: none;
  font-size: 0.8rem;
  padding: 0;
  background: none;
  background-color: transparent;
  margin-left: 0.5rem;
  display: inline-block;
  vertical-align: middle;
}

.hikashop_checkout_address_cancel_button img {
  display: none;
}

.hikashop_checkout_address_cancel_button:hover, .hikashop_checkout_address_cancel_button:focus {
  color: #af0a10;
}

.hikashop_checkout_address_ok_button img {
  display: none;
}

.hikashop_checkout_address_ok_button:before {
  content: '\f00c';
  font-family: FontAwesome;
  font-weight: normal;
}

.next_button_disabled {
  opacity: 0.5;
}

.next_button_disabled:after {
  content: '\f013';
  font-family: FontAwesome;
  width: 1em;
  height: 1em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.0625em;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.finput-box-la-singledropdown:after,
.finput-box-la-zone:after,
.finput-box-la-select:after {
  content: '\f107';
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.finput-box-la-singledropdown select,
.finput-box-la-zone select,
.finput-box-la-select select {
  font-size: inherit;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: 40px;
  font-weight: 600;
  padding: 6px 35px 5px 0;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-width: 2px 0px 2px 0px;
  border-style: solid;
  border-color: transparent transparent #f9f5f5 transparent;
  position: relative;
  z-index: 1;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.finput-box-la-singledropdown select:-moz-focusring,
.finput-box-la-zone select:-moz-focusring,
.finput-box-la-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.finput-box-la-singledropdown select::-ms-expand,
.finput-box-la-zone select::-ms-expand,
.finput-box-la-select select::-ms-expand {
  display: none;
}

.finput-box-la-singledropdown select:focus,
.finput-box-la-zone select:focus,
.finput-box-la-select select:focus {
  border-bottom-color: #af0a10;
  color: #2a2a2a;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .finput-box-la-singledropdown select,
  .finput-box-la-zone select,
  .finput-box-la-select select {
    padding-right: 0;
  }
  .finput-box-la-singledropdown:after, .finput-box-la-singledropdown:before,
  .finput-box-la-zone:after,
  .finput-box-la-zone:before,
  .finput-box-la-select:after,
  .finput-box-la-select:before {
    display: none;
  }
}

.checkout-step-header {
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.25;
  padding: 1.25rem 2rem;
}

.checkout-step-header.current .checkout-step-title {
  color: #2a2a2a;
}

@media (max-width: 767px) {
  .checkout-step-header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.checkout-step-header + .checkout-step-header,
.hikashop-checkout-form + .checkout-step-header {
  margin-top: 1rem;
}

.checkout-step-title {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
}

.checkout-step-title a {
  color: inherit;
  text-decoration: none;
}

.checkout-step-title a:hover, .checkout-step-title a:focus {
  color: #af0a10;
}

.checkout-step-title .step-number {
  display: inline-block;
  min-width: 1rem;
}

.checkout-step-title .step-number:after {
  content: '.\A0';
}

.hikashop-checkout-form {
  padding: 1.7rem 2rem 0;
  background-color: #fff;
  margin: 1px 0 0;
}

.hikashop-checkout-form .fcheckbox-checkout-new-acc {
  font-size: 0.9rem;
  font-weight: 600;
}

.hikashop-checkout-form .finput-box-la .hkcontrol-label {
  padding-top: 0;
}

.hikashop-checkout-form fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.hikashop-checkout-form .subform-title {
  margin: 0 0 1.7rem;
}

.hikashop-checkout-form .subform-desc {
  font-size: 0.9rem;
  line-height: 1.4;
}

.hikashop-checkout-form .hkform-group {
  margin: 0 0 1.8rem;
}

.hikashop-checkout-form .hklogin-form-submit,
.hikashop-checkout-form .hikashop_registration_submit_box {
  margin-bottom: 0;
}

.hikashop-checkout-form .hklogin-form-reset-links {
  margin: 1rem 0 0;
}

.hikashop-checkout-form .hikabtn_checkout_login_form,
.hikashop-checkout-form .hikabtn_checkout_login_register {
  min-width: 9rem;
}

.hikashop-checkout-form .hikashop_registration_required_info_line {
  font-size: 0.9rem;
  line-height: 1.25;
}

.hikashop-checkout-form .hika_address_element {
  font-size: 0.8rem;
  margin: 0 0 10px;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
}

.hikashop-checkout-form .hika_address_element:hover, .hikashop-checkout-form .hika_address_element.selected {
  border-color: #af0a10;
}

.hikashop-checkout-form .hika_address_element:hover .hika_edit, .hikashop-checkout-form .hika_address_element.selected .hika_edit {
  border-color: #af0a10;
}

.hikashop-checkout-form .hika_address_element.selected {
  -webkit-box-shadow: inset 0px 0px 6px -2px #af0a10;
  box-shadow: inset 0px 0px 6px -2px #af0a10;
}

.hikashop-checkout-form .hika_checkout_address_select_label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.hikashop-checkout-form .hk_shipping_default {
  margin-top: -0.9rem;
  font-size: 0.85rem;
  font-weight: 600;
}

.hikashop-checkout-form .hika_address_display {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hikashop-checkout-form .hika_edit {
  padding: 2px 4px;
  font-size: 0;
  background-color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.07);
  border-radius: 0px 3px 0px 3px;
  -webkit-transition: border 240ms;
  -o-transition: border 240ms;
  transition: border 240ms;
}

.hikashop-checkout-form .hika_edit a {
  display: inline-block;
  font-size: 14px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: inherit;
}

.hikashop-checkout-form .hika_edit a:hover, .hikashop-checkout-form .hika_edit a:focus {
  color: #af0a10;
}

.hikashop-checkout-form .hikashop_checkout_billing_address_block,
.hikashop-checkout-form .hikashop_checkout_shipping_address_block {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .hikashop-checkout-form .finput-box-la {
    max-width: 390px;
  }
  .hikashop-checkout-form .subform-desc {
    max-width: 80%;
  }
}

#hikashop_checkout_login_form .hklogin-form-submit {
  margin-top: 2rem;
}

#hikashop_messages_success + #hikashop_checkout_login_form {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#hikashop_checkout_registration .hklogin-form-submit {
  margin-top: 1.4rem;
}

#hikashop_checkout_login_form,
#hikashop_checkout_registration {
  display: block !important;
}

#hikashop_checkout_registration_form .hikashop_checkout_buttons {
  margin-top: -0.5rem;
}

.hklogin-form-reset-links {
  font-size: 0.7rem;
}

.hklogin-form-reset-links a {
  text-decoration: none;
  color: inherit;
}

.hklogin-form-reset-links a:hover, .hklogin-form-reset-links a:focus {
  color: #af0a10;
}

@media (max-width: 767px) {
  .hikashop-checkout-form {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

#founderbkt-new-acc-fieldset {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
}

#founderbkt-new-acc-fieldset.active {
  position: static;
  height: auto;
  overflow: visible;
  padding-top: 2rem;
  visibility: visible;
  opacity: 1;
}

#hikashop_checkout_login_form,
#hikashop_checkout_registration,
.hikashop_checkout_new_address_buttons {
  padding-bottom: 2rem;
}

.hikashop_shipping_methods_table,
.hikashop_payment_methods_table {
  font-size: 0.85rem;
  margin: 0;
}

.hikashop_shipping_methods_table td,
.hikashop_payment_methods_table td {
  border: none;
  padding: 0 0 1.2rem;
}

.hikashop_shipping_methods_table tr:last-child td,
.hikashop_payment_methods_table tr:last-child td {
  padding-bottom: 0;
}

.hikashop_payment_methods_table {
  margin: 0 0 1rem;
}

.hikashop_checkout_shipping {
  padding-top: 1.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.hikashop_checkout_shipping .hikashop_shipping_group {
  margin: 0 0 1rem;
}

.hikashop_checkout_shipping .hikashop_checkout_shipping_title {
  font-weight: 600;
}

.hikashop_checkout_shipping .hikashop_checkout_shipping_description {
  padding-left: 30px;
}

.hikashop_checkout_shipping .hikashop_checkout_shipping_description > :last-child {
  margin-bottom: 0;
}

.hikashop_checkout_payment .hikashop_checkout_payment_title {
  font-weight: 600;
}

.hikashop_checkout_payment .hikashop_checkout_payment_description {
  padding-left: 30px;
}

.hikashop_checkout_payment .hikashop_checkout_payment_description > :last-child {
  margin-bottom: 0;
}

.hikashop_checkout_payment .hikashop_checkout_payment_card {
  max-width: 440px;
  line-height: 1.25;
  padding: 20px 30px;
  background-color: rgba(0, 0, 0, 0.01);
  border-radius: 5px;
  margin-top: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.065);
}

.hikashop_checkout_payment .hikashop_checkout_payment_card .control-group {
  margin: 0 0 1rem;
}

.hikashop_checkout_payment .hikashop_checkout_payment_card .hikashop_checkout_payment_submit {
  margin-top: 1rem;
}

.hikashop_checkout_payment .finput {
  max-width: 390px;
}

.hikashop_checkout_payment .card-exp-date .finput {
  width: 2em;
}

.hikashop_checkout_payment_images {
  display: inline-block;
  vertical-align: middle;
}

.hikashop_checkout_payment_images img {
  display: inline-block;
  margin-left: 0.25rem;
}

.hikashop_checkout_buttons {
  padding-bottom: 1.5rem;
  margin: 0;
}

.hikashop_checkout_buttons .buttons_left,
.hikashop_checkout_buttons .buttons_right {
  width: auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5rem 0.1rem;
}

.hikashop_checkout_buttons .hikabtn_checkout_continue,
.hikashop_checkout_buttons .hikabtn_checkout_next {
  width: 9rem;
  max-width: 100%;
}

.hikashop_checkout_address > .hk-container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.hikashop_checkout_address .billing-address-title,
.hikashop_checkout_address .shipping-address-title,
.hikashop_checkout_address .hikashop_checkout_address_new_button {
  margin-bottom: 0.4rem;
}

@media (min-width: 768px) {
  .hikashop_checkout_address .billing-address-title,
  .hikashop_checkout_address .shipping-address-title {
    float: left;
  }
  .hikashop_checkout_address .hikashop_checkout_address_new_button {
    float: right;
    margin-top: 0.1rem;
  }
}

.hika_address_element-boxes,
.hikashop_checkout_checkout_address_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hika_address_element-boxes {
  clear: both;
  margin-left: -10px;
  padding-top: 1rem;
}

.hikashop_checkout_checkout_address_fields {
  margin-left: -30px;
}

.hika_address_element-boxes .hika_address_element-box,
.hikashop_checkout_checkout_address_fields .hkform-group {
  width: 100%;
}

.hika_address_element-boxes .hika_address_element-box {
  padding-left: 10px;
}

.hikashop_checkout_checkout_address_fields .hkform-group {
  padding-left: 30px;
}

@media (min-width: 768px) {
  .hika_address_element-boxes .hika_address_element-box,
  .hikashop_checkout_checkout_address_fields .hkform-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hikashop_checkout_checkout_address_fields .hikashop_checkout_address_address_street,
  .hikashop_checkout_checkout_address_fields .hikashop_registration_address_street_line {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hikashop_checkout_address_address_street .finput-box-la,
  .hikashop_registration_address_street_line .finput-box-la {
    max-width: 825px;
  }
}

@media (min-width: 1200px) {
  .hikashop_checkout_address_address_street .finput-box-la,
  .hikashop_registration_address_street_line .finput-box-la {
    max-width: 935px;
  }
}

@media (min-width: 1280px) {
  .hikashop_checkout_address_address_street .finput-box-la,
  .hikashop_registration_address_street_line .finput-box-la {
    max-width: 965px;
  }
}

/*--------------------------------------------------------------
# Hikashop Order views
--------------------------------------------------------------*/
table.hikashop_orders,
.hikashop_address_listing_table {
  border: none;
  background-color: #fff;
  font-size: 0.9rem;
  line-height: 1.25;
}

table.hikashop_orders th,
.hikashop_address_listing_table th {
  padding: 0.6rem 1.5rem;
  text-align: inherit;
}

table.hikashop_orders td,
.hikashop_address_listing_table td {
  padding: 1rem 1.5rem;
  text-align: inherit;
}

table.hikashop_orders a,
.hikashop_address_listing_table a {
  color: inherit;
  text-decoration: none;
}

table.hikashop_orders th,
.hikashop_address_listing_table th {
  background-color: #af0a10;
  color: #fff;
  font-weight: 600;
}

table.hikashop_orders th a:hover, table.hikashop_orders th a:focus,
.hikashop_address_listing_table th a:hover,
.hikashop_address_listing_table th a:focus {
  color: rgba(255, 255, 255, 0.75);
}

table.hikashop_orders .order-details-link,
.hikashop_address_listing_table .order-details-link {
  color: #af0a10;
  font-weight: 600;
}

.profile-orders .pagination .limit {
  display: none;
}

/*--------------------------------------------------------------
# Additional custom styling
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Custom common
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .sppb-row-container {
    width: 1230px;
  }
}

.site-loader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  background: #fff;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.site-loader.loading {
  visibility: visible;
  opacity: 1;
}

.site-loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 32px;
  height: 16px;
  margin-top: -8px;
  margin-left: -16px;
  border: 2px solid #000;
  border-radius: 0px 0px 10px 10px;
}

.site-loader-icon:before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 6px;
  background-color: #000;
  top: -11px;
  left: 6px;
  -webkit-box-shadow: 7px 0px 0px 0px #000, 7px -6px 0px 0px #000, 13px 0px 0px 0px #000;
  box-shadow: 7px 0px 0px 0px #000, 7px -6px 0px 0px #000, 13px 0px 0px 0px #000;
  -webkit-animation: fbktloader 1.5s linear infinite alternate;
  animation: fbktloader 1.5s linear infinite alternate;
}

@-webkit-keyframes fbktloader {
  0%, 100% {
    height: 1px;
    top: -6px;
  }
  50% {
    height: 6px;
    top: -11px;
  }
}

@keyframes fbktloader {
  0%, 100% {
    height: 1px;
    top: -6px;
  }
  50% {
    height: 6px;
    top: -11px;
  }
}

/*--------------------------------------------------------------
# Custom contact Form
--------------------------------------------------------------*/
.main-contact-form {
  margin: 0;
}

.main-contact-form .form-title {
  text-align: center;
  margin: 0 0 3.5rem;
}

.main-contact-form .main-contact-form-fields {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.main-contact-form .formRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  width: auto;
}

.main-contact-form .fieldBox {
  margin: 0 0 2.25rem;
  width: 100%;
  padding-left: 20px;
}

.main-contact-form .fieldBox .rsform-input-box,
.main-contact-form .fieldBox .rsform-text-box {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 7px 0;
  margin: 0;
  border-width: 2px 0px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #f9f5f5;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  background-color: transparent;
  color: #616161;
}

.main-contact-form .fieldBox .rsform-input-box.rsform-error,
.main-contact-form .fieldBox .rsform-text-box.rsform-error {
  border-bottom-color: #b94a48;
}

.main-contact-form .fieldBox .rsform-input-box:focus,
.main-contact-form .fieldBox .rsform-text-box:focus {
  border-color: transparent;
  border-bottom-color: #616161;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-contact-form .fieldBox .rsform-text-box {
  display: block;
}

.main-contact-form .fieldBox .formError {
  padding-left: 0;
  padding-right: 0;
}

.main-contact-form .fieldBox-submit {
  margin: 0.25rem 0 0;
  text-align: center;
}

.main-contact-form button.rsform-submit-button {
  background-color: #af0a10;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 36px 11px;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 100px;
  -webkit-transition: all 240ms;
  -o-transition: all 240ms;
  transition: all 240ms;
}

.main-contact-form button.rsform-submit-button:hover, .main-contact-form button.rsform-submit-button:focus {
  background-color: #2a2a2a;
}

@media (min-width: 768px) {
  .main-contact-form .fieldBox-name,
  .main-contact-form .fieldBox-email,
  .main-contact-form .fieldBox-no,
  .main-contact-form .fieldBox-subject {
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Custom checkout
--------------------------------------------------------------*/
form.hikashop-checkout-form-cid-1 {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

form.hikashop-checkout-form-cid-1:before, form.hikashop-checkout-form-cid-1:after {
  content: "";
  display: table;
}

form.hikashop-checkout-form-cid-1:after {
  clear: both;
}

form.hikashop-checkout-form-cid-1 .checkout-step-blocks {
  background-color: #fff;
  padding: 1.2rem 1rem 1.5rem;
}

form.hikashop-checkout-form-cid-1 .checkout-step-blocks-title {
  font-size: 1.3rem;
  margin: 0 0 0.5rem;
}

form.hikashop-checkout-form-cid-1 .finput-box-la-textarea textarea {
  display: block;
}

form.hikashop-checkout-form-cid-1 .hikashop_checkout_shipping,
form.hikashop-checkout-form-cid-1 .hikashop_checkout_fields {
  font-size: 0.9rem;
}

form.hikashop-checkout-form-cid-1 .hikashop_checkout_shipping {
  margin-bottom: 0.8rem;
  border-top: none;
  padding-top: 0;
}

form.hikashop-checkout-form-cid-1 .hikashop_checkout_fields {
  margin-bottom: 1.5rem;
}

form.hikashop-checkout-form-cid-1 .checkout-step-button {
  margin: 1rem 0 0;
}

form.hikashop-checkout-form-cid-1 .checkout-step-left-part .part-title {
  margin-bottom: 1.6rem;
}

@media (max-width: 991px) {
  form.hikashop-checkout-form-cid-1 .checkout-step-left-part {
    margin-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  form.hikashop-checkout-form-cid-1 .checkout-step-left-part {
    width: 69%;
    padding-right: 2.4rem;
    float: left;
  }
  form.hikashop-checkout-form-cid-1 .checkout-step-right-part {
    width: 31%;
    float: left;
  }
}

#checkout01_right_cart_summary table {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.25;
}

#checkout01_right_cart_summary table td.empty-col {
  display: none;
}

#checkout01_right_cart_summary table td {
  border: none;
  padding: 0.25rem 0;
}

#checkout01_right_cart_summary table td.title {
  font-weight: 600;
  width: 100%;
}

#checkout01_right_cart_summary table td.value {
  white-space: nowrap;
  padding-left: 0.25rem;
}

#checkout01_right_cart_summary table td:last-child {
  text-align: right;
}

#checkout01_right_cart_summary table td.hikashop_cart_total_title {
  text-align: right;
}

#checkout01_right_cart_summary table .hikashop_checkout_cart_final_total {
  font-weight: 600;
  color: #af0a10;
}

#checkout01_right_cart_summary table tr:nth-last-child(2) td {
  padding-bottom: 1.25rem;
}

#checkout01_right_cart_summary table tr:last-child {
  font-size: 1rem;
}

#checkout01_right_cart_summary table tr:last-child td {
  padding-top: 0.75rem;
  border-top: 1px solid #a9a9a9;
}

#checkout01_right_cart_summary table tr:last-child td.title:after {
  content: '\A0:';
}

.hikashop_checkout_page_step3 .hikashop_checkout_buttons {
  text-align: left;
  border: none;
  padding-top: 0;
  margin-top: -0.3rem;
}

.hikashop_checkout_page_step6 .hikashop_checkout_status {
  padding-bottom: 2rem;
}

.hikashop_checkout_page_step6 .hikashop_checkout_status {
  font-size: 0.85rem;
}

.hikashop_checkout_page_step6 .hikashop_checkout_buttons {
  text-align: right;
  border-top: none;
}

.hikashop_checkout_page_step6 .hikashop-checkout-cart-summary {
  padding-top: 1.5rem;
  border-top: 2px solid #f9f5f5;
  margin-top: 2rem;
}

.hikashop_checkout_page_step6 .hikashop-checkout-cart-summary table {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.25;
}

.hikashop_checkout_page_step6 .hikashop-checkout-cart-summary td {
  border: none;
}

.hikashop_checkout_page_step6 .hikashop-checkout-cart-summary td.empty-col {
  display: none;
}

.hikashop_checkout_page_step6 .hikashop-checkout-cart-summary td.title {
  font-weight: 600;
  width: 100%;
}

.hikashop_checkout_page_step6 .hikashop-checkout-cart-summary td.value {
  white-space: nowrap;
  padding-left: 0.25rem;
}

.hikashop_checkout_page_step6 .hikashop-checkout-cart-summary td:last-child {
  text-align: right;
}

.hikashop_checkout_page_step6 .hikashop-checkout-cart-summary td.hikashop_cart_total_title {
  text-align: right;
}

.hikashop_checkout_page_step6 .hikashop-checkout-cart-summary .hikashop_checkout_cart_final_total {
  font-weight: 600;
  color: #af0a10;
}

.hikashop_checkout_page_step6 .hikashop-checkout-cart-summary tr:nth-last-child(2) td {
  padding-bottom: 1.25rem;
}

.hikashop_checkout_page_step6 .hikashop-checkout-cart-summary tr:last-child {
  font-size: 1rem;
}

.hikashop_checkout_page_step6 .hikashop-checkout-cart-summary tr:last-child td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
}

.hikashop_checkout_page_step6 .hikashop-checkout-cart-summary tr:last-child td.title:after {
  content: '\A0:';
}

@media (min-width: 992px) {
  .hikashop_checkout_page_step6 .hikashop_checkout_status {
    width: 31.25%;
    float: left;
  }
  .hikashop_checkout_page_step6 .hikashop-checkout-cart {
    width: 68.75%;
    padding-left: 30px;
    float: right;
  }
  .hikashop_checkout_page_step6 .hikashop_checkout_buttons:before {
    content: '';
    display: table;
    table-layout: fixed;
    clear: both;
  }
  .hikashop_checkout_page_step6 .hikashop-checkout-cart-summary td.empty-col {
    display: table-cell;
    width: 70%;
  }
}

/*--------------------------------------------------------------
# Custom miscs
--------------------------------------------------------------*/
.notifyjs-metro-base {
  padding: 5px 5px 5px 20px;
}

body .notifyjs-metro-base .image {
  left: 35px;
}

.notifyjs-metro-base .image img {
  display: block;
}

.notifyjs-metro-base .title {
  font-family: "Playfair Display", serif;
}

.notifyjs-metro-base .text {
  font-family: "Proxima Nova", sans-serif;
}

.com_hikashop.view-user.no-layout.task-activate .system-msgs-container {
  position: relative;
  background-color: transparent;
  min-height: 720px;
}

.com_hikashop.view-user.no-layout.task-activate .system-msgs-container:before {
  min-height: inherit;
}