html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  display: block;
  flex-grow: 1;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
::before,
::after {
  box-sizing: border-box;
}
fieldset,
ul,
ol {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
fieldset,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
body {
  text-rendering: optimizeSpeed;
  font-family: "Rubik", sans-serif;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #888;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  padding: 0;
  color: #000;
  background: 0;
  border: 0;
  cursor: pointer;
}
button:focus {
  outline: 0;
}
fieldset {
  border: 0;
}
textarea {
  resize: vertical;
}
hr {
  height: 1px;
  margin: 0;
  color: #f3f3f3;
  background-color: #f3f3f3;
  border: 0;
  opacity: 1;
}
.alert {
  position: relative;
  padding: 15px 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 8px;
}
.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-info {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-quiet {
  color: #000;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.info-alert {
  padding: 25px 10px;
  text-align: center;
  border-radius: 8px;
}
#backspin {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.backspin-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
}
.backspin-ring:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-radius: 50%;
  border-color: #fff transparent #fff transparent;
  animation: backspin-ring-anim 1s linear infinite;
}
@keyframes backspin-ring-anim {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.btn {
  display: inline-block;
  min-width: 190px;
  min-height: 42px;
  padding: 8px 19px;
  font-size: 25px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
}
.btn-primary {
  color: #fff;
  background-color: #e63946;
  border-color: #e63946;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline {
  color: #000;
  border-color: #000;
}
.btn-outline:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-inverted {
  color: #fff;
  border-color: #fff;
}
.btn-inverted:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-paypal {
  color: #fff;
  background-color: #003087;
  border-color: #003087;
}
.btn-paypal:hover {
  color: #fff;
  background-color: #001e54;
  border-color: #001e54;
}
.btn-block {
  display: block;
  width: 100%;
  min-width: 0;
}
.btn-sm {
  min-height: 0;
  padding: 11px;
  font-size: 16px;
}
.btn-lg {
  min-height: 64px;
  padding-top: 22px;
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  .btn,
  .btn-lg {
    min-width: 0;
    min-height: 0;
    font-size: 16px;
  }
}
.form-input {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}
.form-input:focus {
  outline: 0;
  border-color: #888;
}
select.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-input-quiet {
  background-color: transparent;
  border-color: #e63946;
}
.form-cart-qty {
  position: relative;
  display: block;
}
.form-cart-qty > input {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-cart-qty > input:focus {
  outline: 0;
  border-color: #888;
}
.form-cart-select {
  position: relative;
  display: block;
}
.form-cart-select > span {
  display: block;
  margin-bottom: 5px;
}
.form-cart-select > svg {
  position: absolute;
  bottom: 12px;
  right: 10px;
  pointer-events: none;
}
.form-cart-select > select {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-cart-select > select:focus {
  outline: 0;
  border-color: #888;
}
.form-radios-inline {
  display: flex;
  align-items: center;
}
.form-radios-inline > .form-radio {
  margin-left: 25px;
}
.form-checkbox,
.form-radio {
  display: flex;
}
.form-checkbox-indicator,
.form-radio-indicator {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #000;
}
.form-checkbox-indicator.white,
.form-radio-indicator.white {
  border-color: #fff;
}
.form-checkbox-indicator:before,
.form-radio-indicator:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  display: none;
  background-color: #e63946;
}
.form-checkbox-indicator.white:before,
.form-radio-indicator.white:before {
  background-color: #fff;
}
.form-radio-indicator,
.form-radio-indicator:before {
  border-radius: 50%;
}
.form-checkbox-input:checked + .form-checkbox-indicator:before,
.form-radio-input:checked + .form-radio-indicator:before {
  display: block;
}
.form-checkbox-label,
.form-radio-label {
  flex: 1;
  display: block;
  padding-top: 1px;
  font-size: 14px;
}
.form-checkbox-label.white,
.form-radio-label.white {
  color: #fff;
}
.form-checkbox-label > a,
.form-radio-label > a {
  text-decoration: underline;
}
.form-input.parsley-error {
  border-color: red;
}
.form-checkbox.parsley-error > .form-checkbox-indicator {
  border-color: red;
}
.parsley-errors-list > li {
  padding-top: 5px;
  font-size: 13px;
  color: red;
}
.form-asmail {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.form-password-hint {
  padding-top: 5px;
  font-size: 13px;
  color: #888;
}
.container-12 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.container-10 {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.container-8 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.row {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.row-inverted {
  flex-direction: row-reverse;
}
.row-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}
.row-bar-top {
  align-items: flex-start;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
}
.col-12 {
  width: 100%;
}
.col-auto {
  flex: 1;
}
@media (max-width: 1199px) {
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto {
  padding-left: 10px;
  padding-right: 10px;
}
.popup {
  position: relative;
  max-width: 1200px;
  margin: 40px auto;
  background-color: #000;
}
.popup-close {
  position: absolute;
  top: -32px;
  right: 0;
  width: 21px;
  height: 21px;
}
.popup-close:before,
.popup-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 100%;
  background-color: #fff;
  transform-origin: center;
}
.popup-close:before {
  transform: rotate(-45deg);
}
.popup-close:after {
  transform: rotate(45deg);
}
.popup-close:active:before,
.popup-close:active:after {
  background-color: #888;
}
.popup-embed {
  position: relative;
  padding-bottom: 56.25%;
}
.popup-embed > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p {
  font-size: 18px;
  line-height: 1.5;
}
.h1,
.p h1 {
  font-size: 66px;
  font-weight: 400;
}
.h2,
.p h2 {
  font-size: 50px;
  font-weight: 400;
}
.h3,
.p h3 {
  font-size: 27px;
  font-weight: 400;
}
.h4,
.p h4 {
  font-size: 25px;
  font-weight: 400;
}
.h5,
.p h5 {
  font-size: 23px;
  font-weight: 400;
}
.h6,
.p h6 {
  font-size: 20px;
  font-weight: 400;
}
.display0 {
  font-size: 55px;
  font-weight: 400;
}
.display1 {
  font-size: 41px;
  font-weight: 400;
}
.display2 {
  font-size: 36px;
  font-weight: 400;
}
.display0,
.display1,
.display2 {
  font-weight: 700;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}
@media (max-width: 991px) {
  .p {
    font-size: 16px;
  }
  .h1,
  .p h1 {
    font-size: 48px;
  }
  .h2,
  .p h2 {
    font-size: 36px;
  }
  .h3,
  .p h3 {
    font-size: 24px;
  }
  .h4,
  .p h4 {
    font-size: 20px;
  }
  .h5,
  .p h5 {
    font-size: 20px;
  }
  .h6,
  .p h6 {
    font-size: 18px;
  }
  .display0 {
    font-size: 40px;
  }
  .display1 {
    font-size: 32px;
  }
  .display2 {
    font-size: 26px;
  }
}
.flex-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-bar-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-bar-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hidden {
  display: none;
}
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.collapsable {
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
}
.collapsable.active {
  visibility: visible;
  max-height: none;
  opacity: 1;
}
.hover-plus {
  position: relative;
  display: block;
}
.hover-plus:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}
.hover-plus:hover {
  color: #000;
}
.hover-plus:hover:before {
  opacity: 0.3;
}
.hover-plus > .hover-plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hover-plus:hover > .hover-plus-icon {
  opacity: 1;
}
.play-link {
  position: relative;
  display: block;
}
.play-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.play-link > .play-link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.noscroll {
  overflow: hidden;
}
.bg-primary {
  background-color: #393939;
}
.text-white {
  color: #fff;
}
.bg-gray0 {
  background-color: #f3f3f3;
}
.bg-gray1 {
  background-color: #e7e7e7;
}
.bg-black {
  background-color: #000;
}
.bg-white {
  background-color: #fff;
}
.bg-cover {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.img-full {
  width: 100%;
}
.shop-gallery-lg-cover {
  width: 100%;
  max-height: 730px;
}
.shop-gallery-sm-slide > .shop-gallery-lg-img,
.shop-gallery-lg-cover > .shop-gallery-lg-img {
  width: auto;
  max-height: 730px;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center center;
  display: block;
  margin: 0 auto;
}
.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mfp-bg {
  z-index: 10042;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.mfp-wrap {
  z-index: 10043;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: default;
}
button.mfp-arrow {
  color: #fff;
}
button.mfp-arrow:before,
button.mfp-arrow:after {
  opacity: 0;
}
.embed-full > iframe {
  display: block;
  width: 100%;
  border: 0;
}
@media (max-width: 575px) {
  .embed-full > iframe {
    max-height: 50vh;
  }
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-bold {
  font-weight: 700;
}
.text-italic {
  font-style: italic;
}
.text-lower {
  text-transform: lowercase;
}
.text-upper {
  text-transform: uppercase;
}
:root {
  --app-height: 100%;
  --swiper-navigation-color: #333;
}
.site-header {
  position: relative;
  z-index: 5000;
}
.searchbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  padding: 0.3rem 1.15rem;
  background-color: #fff;
  border-radius: 100px;
}
.searchbar input,
.searchbar button {
  all: unset;
  display: block;
}
.searchbar button {
  cursor: pointer;
}
.searchbar input {
  flex: 1 1 100%;
  width: 100%;
}
.searchbar button {
  flex: 0 0 48px;
  width: 48px;
  text-align: right;
}
.site-header-mobibar .searchbar {
  margin: 0.3rem;
}
.site-header-mobibar .searchbar button {
  color: #333;
}
.site-header-inbar-lx {
  display: flex;
  align-items: center;
}
.site-header-inbar-lx > a {
  display: block;
}
.site-header-inbar-lx > form {
  margin-left: 2rem;
  margin-right: 1rem;
}
.notification-banner {
  background-color: #e63946;
  font-size: 0.9rem;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 980px) {
  .notification-banner {
    height: 36px;
  }
}
.site-header-inbar {
  height: 48px;
}
.site-header-inbar-affix {
  height: 48px;
}
.site-header-inbar-affix.sticky {
  height: 48px;
}
.site-header-inbar-affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #333;
}
.notification-banner-active .site-header-inbar-affix {
  top: 36px;
}
.notification-banner-active .site-header-inbar {
  height: 84px;
}
.site-header-inbar-affix a {
  color: #fff;
}
.site-header-inbar-affix.sticky {
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.site-header-inbar-container {
  padding-left: 40px;
  padding-right: 40px;
}
.site-header-inbar-affix > .site-header-inbar-container {
  padding-top: 10px;
}
.site-header-inbar-affix.sticky .site-header-inbar-container {
  padding-top: 10px;
}
.site-header-inbar-logo {
  display: block;
}
.site-header-inbar-logo svg,
.site-header-inbar-logo img {
  width: 106px;
  height: 18px;
  transition: all 0.1s;
} /*
.site-header-inbar-logo.sticky svg,
.site-header-inbar-logo.sticky img {
  width: 88px;
  height: 12px;
}*/
.site-header-inbar-menu {
  position: relative;
  font-size: 18px;
}
.site-header-inbar-menu > li {
  position: relative;
}
.site-header-inbar-menu > li + li {
  margin-left: 30px;
}
.site-header-inbar-menu > li > a {
  position: relative;
}
.site-header-inbar-menu > li > a:after {
  position: absolute;
  top: 100%;
  margin-top: 3px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #e63946;
}
.site-header-inbar-menu > li > a:hover,
.site-header-inbar-menu > li > a.selected {
  color: #e63946;
}
.site-header-inbar-menu > li > a.selected:after {
  content: "";
}
.site-header-toolbar {
  position: relative;
  padding-left: 25px;
  margin-left: 25px;
  margin-right: 10px;
}
.site-header-toolbar.sticky {
  top: 0;
}
.site-header-toolbar:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  margin-top: -14px;
  background-color: #e7e7e7;
}
.site-header-toolbar button {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #fff;
}
.site-header-toolbar button:hover,
.site-header-toolbar button.active {
  opacity: 0.5;
}
.site-header-toolbar button + button {
  margin-left: 20px;
}
.site-header-toolbar-search > img {
  max-width: 21px;
}
.site-header-toolbar-user > img {
  max-width: 21px;
}
.site-header-toolbar-user > em {
  position: relative;
  top: 1px;
  margin-left: 5px;
  font-style: normal;
}
.site-header-toolbar-cart {
  position: relative;
}
.site-header-toolbar-cart > img {
  max-width: 24px;
}
.site-header-toolbar-cart > span {
  position: absolute;
  top: -10px;
  right: -12px;
  width: 20px;
  height: 20px;
  padding-top: 4px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #e63946;
  border-radius: 50%;
}
.site-header-mobibar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  height: 110px;
  padding-top: 17px;
  background-color: #333;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.site-header-mobibar button,
.site-header-mobibar a {
  color: #fff;
}
.site-header-mobibar-lx {
  width: 25%;
  padding-left: 20px;
}
.site-header-mobibar-cx {
  display: flex;
  justify-content: center;
  flex: 1;
}
.site-header-mobibar-rx {
  display: flex;
  justify-content: flex-end;
  width: 25%;
  padding-right: 20px;
}
.site-header-mobibar-hamburger {
  position: relative;
  top: -4px;
  width: 14px;
  height: 13px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.site-header-mobibar-hamburger:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
}
.site-header-mobibar-hamburger:active {
  border-color: #f9f9f9;
}
.site-header-mobibar-hamburger:active:before {
  background-color: #f9f9f9;
}
.site-header-mobibar-close {
  position: relative;
  top: -2px;
  left: -3px;
  width: 21px;
  height: 21px;
}
.site-header-mobibar-close:before,
.site-header-mobibar-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 100%;
  background-color: #f9f9f9;
  transform-origin: center;
}
.site-header-mobibar-close:before {
  transform: rotate(-45deg);
}
.site-header-mobibar-close:after {
  transform: rotate(45deg);
}
.site-header-mobibar-close:active:before,
.site-header-mobibar-close:active:after {
  background-color: #f9f9f9;
}
.site-header-mobibar-logo {
  display: block;
}
.site-header-mobibar-logo > svg {
  width: 172px;
  height: 23px;
}
.site-header-mobibar-tool {
  display: inline-block;
  margin-left: 15px;
}
.site-header-mobibar-tool:active {
  opacity: 0.5;
}
.site-header-mobibar-tool:first-child {
  margin-left: 0;
}
.site-header-mobibar-tool-user {
  max-width: 18px;
}
.site-header-mobibar-tool-cart {
  position: relative;
  max-width: 21px;
}
.site-header-mobibar-tool-cart > span {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 20px;
  height: 20px;
  padding-top: 4px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
}
.site-header-mobipane {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  display: none;
  overflow: hidden;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  background-color: #fff;
}
.site-header-mobipane.active {
  visibility: visible;
  max-height: none;
  opacity: 1;
}
.site-header-mobipane-scrollable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.site-header-mobipane-top {
  padding: 25px 17px;
  margin-bottom: 12px;
}
.site-header-mobipane-body {
  position: relative;
}
.site-header-mobipane-menu {
  padding: 30px 40px 60px;
  font-size: 18px;
}
.site-header-mobipane-menu li {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}
.site-header-mobipane-menu a {
  display: inline-block;
  padding: 20px 20px 10px;
}
.site-header-mobipane-menu a.selected {
  color: #e63946;
}
@media (max-width: 991px) {
  .site-header-inbar,
  .site-header-inbar-affix {
    height: 48px;
  }
  .site-header-inbar-affix > .site-header-inbar-container {
    padding-top: 10px;
  }
  .site-header-inbar-logo {
    width: 120px;
  }
  .site-header-inbar-menu > li + li {
    margin-left: 25px;
  }
  .site-header-toolbar {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .site-header {
    height: 108px;
  }
  .site-header-inbar {
    display: none;
  }
  .site-header-mobibar,
  .site-header-mobipane {
    display: block;
  }
}
.site-dropdown {
  position: absolute;
  top: 100%;
  right: 20px;
  width: 480px;
  margin-top: -10px;
}
.site-dropdown.site-dropdown-language {
  width: 200px;
}
.site-dropdown-outer {
  position: relative;
  max-height: 640px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #e7e7e7;
}
.site-dropdown-outer a {
  color: #000;
}
.site-dropdown-close {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 21px;
  height: 21px;
}
.site-dropdown-close:before,
.site-dropdown-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 100%;
  background-color: #000;
  transform-origin: center;
}
.site-dropdown-close:before {
  transform: rotate(-45deg);
}
.site-dropdown-close:after {
  transform: rotate(45deg);
}
.site-dropdown-close:active:before,
.site-dropdown-close:active:after {
  background-color: #888;
}
.site-dropdown-inner {
  padding: 30px 35px;
}
.site-dropdown-title {
  display: block;
  text-align: center;
}
.site-dropdown-search-form {
  position: relative;
  margin-top: 20px;
}
.site-dropdown-search-btn {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #888;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.site-dropdown-user-form {
  margin-top: 25px;
}
.site-dropdown-user-row + .site-dropdown-user-row {
  margin-top: 10px;
}
.site-dropdown-user-menu {
  padding-top: 30px;
  text-align: center;
}
.site-dropdown-user-menu li + li {
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #e7e7e7;
}
.site-dropdown-user-links {
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-dropdown-user-links li:first-child {
  width: 60%;
  padding-right: 20px;
  text-align: right;
}
.site-dropdown-user-links li:last-child {
  width: 40%;
  padding-left: 20px;
  border-left: 1px solid #000;
}
.site-dropdown-user-links a {
  font-size: 14px;
}
.site-dropdown-cart-alert {
  padding-top: 25px;
  text-align: center;
}
.site-dropdown-cart-item {
  position: relative;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e7e7e7;
}
.site-dropdown-cart-item-lx {
  width: 115px;
  margin-right: 20px;
}
.site-dropdown-cart-cover {
  position: relative;
  overflow: hidden;
}
.site-dropdown-cart-cover:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  background-color: #e7e7e7;
}
.site-dropdown-cart-cover > img {
  position: absolute;
  top: 0;
  left: 0;
}
.site-dropdown-cart-item-rx {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-dropdown-cart-head {
  width: 100%;
}
.site-dropdown-cart-prod {
  display: block;
  padding-top: 4px;
}
.site-dropdown-cart-brand {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: #e7e7e7;
}
.site-dropdown-cart-meta {
  width: 100%;
  padding-top: 10px;
}
.site-dropdown-cart-price .shop-price-display-standard {
  font-size: 16px;
}
.site-dropdown-cart-price .shop-price-display-striked {
  margin-right: 6px;
  font-size: 14px;
}
.site-dropdown-cart-subtot {
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  border-top: 1px solid #e7e7e7;
}
.site-dropdown-cart-subtot > strong {
  display: block;
  font-weight: 400;
}
.site-dropdown-cart-subtot > p {
  padding-top: 5px;
  font-size: 15px;
  color: #888;
}
.site-dropdown-cart-subtot a {
  color: #888;
  text-decoration: underline;
}
.site-dropdown-cart-subtot a:hover {
  color: #000;
}
.site-dropdown-cart-links {
  padding-top: 15px;
  border-top: 1px solid #e7e7e7;
}
.site-footer-top {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.site-footer-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
.site-footer-top-stage {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  background-image: linear-gradient(#333 0, #000 100%);
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
}
.site-footer-top-col-ax {
  min-height: 1px;
}
.site-footer-top-content {
  width: 90%;
}
.site-footer-top-btn {
  padding-top: 5px;
}
.site-footer-main {
  padding: 100px 40px 70px;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
}
.site-footer-main-row {
  position: relative;
}
.site-footer-main-logo {
  width: 172px;
  height: 23px;
  margin-bottom: 1rem;
}
.site-footer-main-logo svg,
.site-footer-main-logo img {
  width: 100%;
  height: 100%;
}
.site-footer-main-lead {
  display: block;
  margin-bottom: 15px;
  font-style: normal;
}
.site-footer-main-menu li + li {
  margin-top: 6px;
}
.site-footer-main-social {
  position: absolute;
  top: 0;
  right: 10px;
  display: flex;
  justify-content: flex-end;
}
.site-footer-main-social li {
  padding-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
}
.site-footer-main-social li:last-child {
  padding-right: 0;
}
.site-footer-main-social a {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.site-footer-main-social a:hover {
  opacity: 0.5;
}
.site-footer-end {
  padding: 40px;
}
.site-footer-end-row {
  flex-direction: row-reverse;
}
.site-footer-end-content {
  font-size: 15px;
}
.site-footer-end-col-rx {
  display: flex;
  justify-content: flex-end;
}
.site-footer-end-btn > button {
  width: 34px;
  height: 34px;
}
.site-footer-end-btn > button:active {
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .site-footer-top-col-ax {
    display: none;
  }
  .site-footer-top-col-bx {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .site-footer-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .site-footer-main-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .site-footer-main-col {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .site-footer-main-logo {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
  .site-footer-main-lead {
    padding-top: 40px;
    margin-bottom: 10px;
  }
  .site-footer-main-menu {
    font-size: 14px;
  }
  .site-footer-main-social {
    position: static;
    justify-content: center;
    padding-top: 40px;
  }
  .site-footer-top {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .site-footer-top-stage {
    background-image: none;
  }
  .site-footer-top-col-ax {
    display: none;
  }
  .site-footer-top-row,
  .site-footer-end-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .site-footer-top-col,
  .site-footer-end-col {
    padding-left: 0;
    padding-right: 0;
  }
  .site-footer-top-col {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer-top-title,
  .site-footer-top-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-footer-top-content {
    width: auto;
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .site-footer-end-col-rx {
    justify-content: center;
  }
  .site-footer-end-content {
    padding-top: 25px;
    font-size: 14px;
    text-align: center;
  }
}
.block-accordion {
  padding: 75px 40px 50px;
}
.block-accordion-lead {
  margin-bottom: 20px;
}
.block-accordion-item {
  border: 1px solid #e7e7e7;
}
.block-accordion-item + .block-accordion-item {
  margin-top: 12px;
}
.block-accordion-title {
  padding: 13px 20px;
}
.block-accordion-title.active {
  border-bottom: 1px solid #e7e7e7;
}
.block-accordion-anchor {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
.block-accordion-anchor:hover,
.block-accordion-anchor.active {
  color: #888;
}
.block-accordion-anchor > .fa-minus,
.block-accordion-anchor > .fa-plus {
  position: absolute;
  top: 3px;
  left: -4px;
}
.block-accordion-anchor > .fa-minus {
  display: none;
}
.block-accordion-anchor.active > .fa-plus {
  display: none;
}
.block-accordion-anchor.active > .fa-minus {
  display: inline-block;
}
.block-accordion-inner {
  padding: 15px 15px 25px;
}
.block-accordion-content + .block-accordion-image {
  margin-top: 20px;
}
.block-banner-slide {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.block-banner-cover {
  height: 490px;
  overflow: hidden;
}
.block-banner-img {
  -o-object-position: bottom;
  object-position: bottom;
}
@media (max-width: 991px) {
  .block-banner-cover {
    height: auto;
  }
  .block-banner-cover img {
    -o-object-fit: fill;
    object-fit: fill;
    height: auto;
  }
}
.block-blog {
  padding: 80px 40px 50px;
}
.block-blog-head {
  margin-bottom: 35px;
}
.block-blog-subtitle {
  margin-top: 10px;
}
.block-blog-col {
  padding-bottom: 60px;
}
.block-blog-foot {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #f3f3f3;
}
@media (max-width: 1199px) {
  .block-blog-col:nth-child(4) {
    display: none;
  }
}
@media (max-width: 991px) {
  .block-blog-col:nth-child(4) {
    display: block;
  }
}
@media (max-width: 767px) {
  .block-blog {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .block-blog-foot {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.block-callout {
  padding: 40px 40px 30px;
  text-align: center;
}
.block-callout-row {
  display: flex;
  justify-content: center;
}
.block-callout-item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 75px;
}
.block-callout-item + .block-callout-item {
  border-left: 1px solid #393939;
}
.block-callout-title {
  display: block;
}
.block-callout-foot {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .block-callout-row {
    display: block;
  }
  .block-callout-item {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-callout-item + .block-callout-item {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid #393939;
    border-left: 0;
  }
}
.block-cards {
  padding: 10px 40px 60px;
}
.block-cards-row {
  flex-wrap: wrap;
  justify-content: center;
}
.block-cards-col {
  padding-bottom: 40px;
}
.block-cards-caption {
  padding: 25px 20px;
}
@media (max-width: 767px) {
  .block-cards {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .block-cards-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .block-cards-col {
    max-width: 440px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-cards-col:last-child {
    padding-bottom: 0;
  }
  .block-cards-caption {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.block-consult.popup {
  max-width: 960px;
}
.block-consult-inner {
  padding: 40px;
  background-color: #fff;
}
.block-consult-subtitle {
  margin-bottom: 35px;
}
.block-consult-form-row {
  margin-bottom: 20px;
}
.block-consult-recaptcha {
  padding-top: 15px;
}
.block-consult-submit {
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #f3f3f3;
}
@media (max-width: 767px) {
  .block-consult-form-row {
    display: block;
  }
  .block-consult-form-row > .col-6:last-child {
    margin-top: 20px;
  }
}
.block-contacts {
  padding: 70px 40px 100px;
}
.block-contacts-row {
  justify-content: space-between;
}
.block-contacts-meta {
  padding-top: 10px;
}
.block-contacts-meta li {
  position: relative;
  padding-left: 40px;
}
.block-contacts-meta li + li {
  margin-top: 25px;
}
.block-contacts-meta strong {
  color: #393939;
}
.block-contacts-meta i {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 25px;
  max-height: 25px;
}
.block-contacts-embed {
  margin-top: 55px;
}
.block-contacts-subtitle {
  margin-bottom: 35px;
}
.block-contacts-form-row {
  margin-bottom: 20px;
}
.block-contacts-recaptcha {
  padding-top: 15px;
}
.block-contacts-submit {
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #f3f3f3;
}
@media (max-width: 991px) {
  .block-contacts-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .block-contacts-lx,
  .block-contacts-rx {
    padding-left: 0;
    padding-right: 0;
  }
  .block-contacts-rx {
    padding-top: 40px;
  }
  .block-contacts-embed {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .block-contacts {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .block-contacts-form-row {
    display: block;
  }
  .block-contacts-form-row > .col-6:last-child {
    margin-top: 20px;
  }
}
.block-figure {
  padding: 80px 40px 0;
}
.block-figure + .block-figure {
  padding-top: 50px;
}
.block-figure:last-child {
  padding-bottom: 80px;
}
.block-figure-title {
  margin-top: 15px;
}
.block-figure-title + .block-figure-content {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .block-figure,
  .block-figure + .block-figure {
    padding-top: 50px;
  }
  .block-figure:last-child {
    padding-bottom: 50px;
  }
  .block-figure-title {
    width: auto;
  }
}
.block-focus {
  padding-left: 40px;
  padding-right: 40px;
}
.block-focus-body {
  justify-content: center;
}
.block-focus-col {
  margin-top: 20px;
}
.block-focus-item {
  position: relative;
  height: 100%;
  padding: 30px 80px 40px;
  border: 1px solid #393939;
}
.block-focus-icon {
  align-items: flex-end;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
.block-focus-icon > img {
  max-width: 100%;
  max-height: 100%;
}
.block-focus-title {
  margin-bottom: 10px;
}
.block-focus-foot {
  padding-top: 50px;
  padding-bottom: 80px;
  border-bottom: 1px solid #f3f3f3;
}
@media (max-width: 1439px) {
  .block-focus-item {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .block-focus-item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .block-focus-body {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .block-focus-col {
    padding-left: 0;
    padding-right: 0;
  }
  .block-focus-col:first-child {
    margin-top: 0;
  }
  .block-focus-item {
    position: static;
    max-width: 460px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .block-focus-foot {
    padding-bottom: 50px;
  }
}
.block-grid {
  padding: 80px 40px 50px;
}
.block-grid-col {
  padding-bottom: 60px;
}
.block-grid-caption {
  padding-top: 20px;
}
.block-grid-title {
  display: block;
}
.block-grid-title + .block-grid-content {
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .block-grid-col:nth-child(4) {
    display: none;
  }
}
@media (max-width: 991px) {
  .block-grid-col:nth-child(4) {
    display: block;
  }
}
@media (max-width: 767px) {
  .block-grid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.block-head {
  padding-left: 40px;
  padding-right: 40px;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: center top;
  color: #000;
}
.block-head a {
  color: #fff;
}
.block-head-title {
  height: 140px;
  text-align: center;
}
.block-head-path {
  display: flex;
  align-items: center;
  height: 76px;
}
.block-head-path ol {
  display: flex;
}
.block-head-path li {
  padding-left: 10px;
  margin-left: 10px;
  font-size: 13px;
  border-left: 1px solid #000;
}
.block-head-path li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
.block-hero {
  padding: 80px 40px 0;
}
.block-hero:last-child {
  padding-bottom: 80px;
}
.block-intro + .block-hero {
  padding-top: 0;
}
.block-hero-body {
  padding: 40px;
}
.block-hero-main {
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}
.block-hero-title + .block-hero-content {
  margin-top: 20px;
}
.block-hero-btn {
  margin-top: 35px;
}
.block-hero-btn + .block-hero-btn {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .block-hero-main {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .block-hero-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .block-hero-col {
    padding-left: 0;
    padding-right: 0;
  }
  .block-hero-main {
    padding-right: 0;
  }
  .block-hero-col-rx {
    padding-top: 30px;
  }
  .block-hero-image {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .block-hero {
    padding-top: 50px;
  }
  .block-hero:last-child {
    padding-bottom: 50px;
  }
  .block-hero-btn + .block-hero-btn {
    margin-top: 15px;
  }
}
.block-intro {
  padding: 75px 40px 40px;
}
.block-intro-wrapin > .block-intro {
  padding: 50px 0;
}
.block-intro-title + .block-intro-content {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .block-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.block-quote {
  padding: 75px 40px;
  margin-top: 80px;
}
.block-quote-title + .block-quote-content {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .block-quote {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
}
.block-text {
  padding: 80px 40px 0;
}
.block-text + .block-text {
  padding-top: 50px;
}
.block-text:last-child {
  padding-bottom: 80px;
}
.block-text-row .block-text-main {
  padding-right: 10px;
}
.block-text-row.row-inverted .block-text-main {
  padding-left: 10px;
  padding-right: 0;
}
.block-text-title {
  width: 80%;
}
.block-text-title + .block-text-content {
  margin-top: 15px;
}
.block-text-btn {
  margin-top: 35px;
}
.block-text-col-rx {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .block-text,
  .block-text + .block-text {
    padding-top: 50px;
  }
  .block-text:last-child {
    padding-bottom: 50px;
  }
  .block-text-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .block-text-col {
    padding-left: 0;
    padding-right: 0;
  }
  .block-text-row .block-text-main,
  .block-text-row.row-inverted .block-text-main {
    padding-left: 0;
    padding-right: 0;
  }
  .block-text-title {
    width: auto;
  }
  .block-text-col-rx {
    padding-top: 30px;
  }
}
.shop-menu-title {
  display: block;
  padding-bottom: 16px;
}
.shop-menu-anchor {
  display: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 40px;
  text-align: left;
  background-color: #e63946;
}
.shop-menu-anchor.active > svg {
  transform: rotate(90deg);
  transform-origin: center;
}
.shop-menu-link.active {
  color: #e63946;
}
.shop-menu-list {
  max-width: 280px;
  padding-top: 16px;
  padding-bottom: 10px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.shop-menu-list > li + li {
  padding-top: 15px;
}
.shop-menu-toggle > svg {
  position: relative;
  top: 2px;
}
.shop-menu-toggle.active > svg,
details[open] span > svg {
  transform: rotate(90deg);
  transform-origin: center;
}
.shop-menu-sublist > li {
  padding-top: 13px;
  padding-left: 15px;
}
.shop-menu-sublist > li:last-child {
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .shop-menu-title {
    display: none;
  }
  .shop-menu-anchor {
    display: flex;
  }
  .shop-menu-pane {
    overflow: hidden;
    visibility: hidden;
    max-height: 0;
    opacity: 0;
  }
  .shop-menu-pane.active {
    visibility: visible;
    max-height: none;
    opacity: 1;
  }
  .shop-menu-list {
    max-width: none;
    padding: 20px 40px;
    border-top: 0;
  }
}
.shop-list {
  padding: 15px 40px 50px;
}
.shop-list-row {
  margin-left: -10px;
  margin-right: -10px;
}
.shop-list-lx {
  padding-top: 5px;
}
.shop-list-toolbar {
  margin-bottom: 30px;
}
.shop-list-dropdown {
  position: relative;
  z-index: 1000;
  padding: 15px 25px;
}
.shop-list-dropdown-toggle > span {
  margin-right: 5px;
}
.shop-list-dropdown-pane {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  margin-top: -10px;
  margin-left: -10px;
}
.shop-list-dropdown-shadow:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
}
.shop-list-dropdown-menu {
  position: relative;
  z-index: 1;
  padding: 30px 25px 20px;
}
.shop-list-dropdown-radio {
  margin-right: 25px;
}
.shop-list-dropdown-radio + .shop-list-dropdown-radio {
  margin-top: 16px;
}
.shop-list-dropdown-radio .form-radio-label {
  white-space: nowrap;
}
.shop-list-dropdown-btn {
  margin-top: 30px;
}
.shop-list-grid {
  margin-left: -10px;
  margin-right: -10px;
}
.shop-list-item {
  margin-bottom: 45px;
}
.shop-list-alert {
  padding: 20px;
  margin: 50px 0;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 1199px) {
  .shop-list {
    padding: 0;
  }
  .shop-list-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .shop-list-lx {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .shop-list-rx {
    padding: 40px 40px 0;
  }
}
.shop-thumb {
  position: relative;
  display: block;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.shop-thumb:hover {
  color: #000;
}
.shop-thumb-inner {
  position: relative;
  z-index: 1;
}
.shop-thumb-cover {
  position: relative;
  display: block;
  padding-bottom: 100%;
}
.shop-thumb-cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}
.shop-thumb:hover .shop-thumb-cover:before {
  opacity: 0.3;
}
.shop-thumb-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shop-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.shop-thumb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.shop-thumb:hover .shop-thumb-icon {
  opacity: 1;
}
.shop-thumb-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 2px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #e63946;
}
.shop-thumb-body {
  padding: 16px;
  text-align: center;
}
.shop-thumb-title {
  display: block;
  font-size: 20px;
}
.shop-thumb-subtitle {
  margin-top: 8px;
  font-size: 16px;
}
.shop-thumb-price {
  margin-top: 12px;
}
.shop-prod {
  padding: 25px 40px 40px;
  border-top: 1px solid #e7e7e7;
}
.shop-prod-pathbar {
  display: flex;
}
.shop-prod-pathbar li + li {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.shop-prod-pathbar li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 13px;
  margin-top: -6px;
  background-color: #999;
}
.shop-prod-pathbar a {
  font-size: 13px;
  color: #999;
}
.shop-prod-pathbar a:hover {
  color: #000;
}
.shop-prod-row {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 100px;
}
.shop-prod-rx {
  padding-top: 5px;
}
.shop-prod-main {
  display: flex;
  margin-bottom: 70px;
}
.shop-prod-main-lx {
  width: 55.55555556%;
  padding-right: 40px;
}
.shop-prod-main-rx {
  width: 44.44444444%;
  padding-left: 10px;
}
.shop-prod-head {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
}
.shop-prod-subtitle {
  margin-top: 5px;
}
.shop-prod-price {
  margin-top: 16px;
}
.shop-prod-desc {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
}
.shop-prod-addbar {
  margin-top: 20px;
}
.shop-prod-addbar-select {
  margin-bottom: 40px;
}
.shop-prod-addbar-select-qta {
  max-width: 200px;
}
.shop-prod-notify-title {
  display: block;
  margin-bottom: 10px;
}
.shop-prod-notify-row {
  margin-bottom: 10px;
}
.shop-prod-aside > .block-text-container {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #e7e7e7;
}
.shop-prod-aside > .block-text-container:last-child {
  padding-bottom: 50px;
}
.shop-prod-rels {
  padding-top: 40px;
  padding-bottom: 50px;
  border-top: 1px solid #e7e7e7;
}
.shop-prod-rels-grid {
  padding-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 1199px) {
  .shop-prod {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .shop-prod-container {
    max-width: none;
  }
  .shop-prod-pathbar {
    display: none;
  }
  .shop-prod-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
  .shop-prod-lx {
    padding-left: 0;
    padding-right: 0;
  }
  .shop-prod-rx {
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .shop-prod {
    padding-top: 0;
    border-top: 0;
  }
  .shop-prod-pathbar {
    display: none;
  }
  .shop-prod-row {
    display: block;
  }
  .shop-prod-lx {
    padding: 0;
  }
  .shop-prod-rels-item + .shop-prod-rels-item {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .shop-prod-main {
    display: block;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .shop-prod-main-lx {
    width: auto;
    padding-right: 0;
  }
  .shop-prod-main-rx {
    width: auto;
    padding-left: 0;
    margin-top: 40px;
  }
  .shop-prod-rels {
    padding-bottom: 0;
  }
  .shop-prod-rels-title {
    text-align: center;
  }
  .shop-prod-rels-item:nth-child(3) {
    display: none;
  }
}
.shop-price-display-standard {
  font-size: 20px;
}
.shop-price-display-striked {
  position: relative;
  margin-right: 10px;
  color: #e63946;
  text-decoration: line-through;
}
.page-login {
  padding: 100px 40px;
  text-align: center;
}
.page-login-subtitle {
  margin-bottom: 10px;
}
.page-login-row {
  justify-content: space-between;
}
.page-login-inner {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.page-login-form-row {
  margin-bottom: 20px;
}
.page-login-footer {
  padding-top: 10px;
}
.page-login-btn {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .page-login-row {
    display: block;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-login-col {
    padding-left: 0;
    padding-right: 0;
  }
  .page-login-col + .page-login-col {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #e7e7e7;
  }
}
@media (max-width: 767px) {
  .page-login {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page-customer {
  padding: 60px 40px 90px;
  border-top: 1px solid #e7e7e7;
}
.page-customer-head {
  margin-bottom: 40px;
}
.page-customer-content {
  margin-top: 20px;
}
.page-customer-set {
  padding-bottom: 10px;
}
.page-customer-set > legend {
  display: block;
  padding-bottom: 10px;
  font-size: 18px;
}
.page-customer-form-row {
  margin-bottom: 20px;
}
.page-customer-form-row.hidden {
  display: none;
}
.page-customer-form-hint {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.page-customer-fill-deliv-link {
  font-size: 14px;
  text-decoration: underline;
}
.page-customer-submit {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e7e7e7;
}
@media (max-width: 991px) {
  .page-customer-row {
    display: block;
  }
  .page-customer-rx {
    margin-top: 50px;
  }
  .page-customer-embed {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .page-customer {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .page-customer-form-row {
    display: block;
  }
  .page-customer-form-row > div + div {
    margin-top: 20px;
  }
}
.page-cart {
  padding: 40px 40px 60px;
}
.page-cart-item {
  position: relative;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e7e7e7;
}
.page-cart-item-lx {
  width: 175px;
  margin-right: 20px;
}
.page-cart-item-rx {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-cart-cover {
  position: relative;
  overflow: hidden;
}
.page-cart-cover:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  background-color: #e7e7e7;
}
.page-cart-cover > img {
  position: absolute;
  top: 0;
  left: 0;
}
.page-cart-prod {
  display: block;
  padding-top: 4px;
}
.page-cart-subtitle {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: #888;
}
.page-cart-foot {
  padding-top: 20px;
}
.page-cart-qty {
  width: 210px;
}
.page-cart-btns {
  display: flex;
  margin-top: 10px;
}
.page-cart-btn {
  padding-top: 5px;
  font-size: 14px;
}
.page-cart-btn:hover {
  color: red;
}
.page-cart-subtot {
  padding-top: 20px;
  padding-bottom: 15px;
  text-align: center;
  border-top: 1px solid #e7e7e7;
}
.page-cart-subtot > strong {
  display: block;
  font-weight: 400;
  font-size: 18px;
}
.page-cart-subtot > p {
  padding-top: 5px;
  font-size: 15px;
  color: #888;
}
.page-cart-subtot a {
  color: #888;
  text-decoration: underline;
}
.page-cart-subtot a:hover {
  color: #000;
}
.page-cart-links {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #e7e7e7;
}
@media (max-width: 767px) {
  .page-cart-item {
    display: block;
    text-align: center;
  }
  .page-cart-item-lx {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .page-cart-item-rx {
    display: block;
  }
  .page-cart-foot {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .page-cart-qty {
    margin-left: auto;
    margin-right: auto;
  }
  .page-cart-btns {
    justify-content: center;
  }
  .page-cart-price {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .page-cart-links {
    display: block;
    text-align: center;
  }
  .page-cart-links li + li {
    margin-top: 10px;
  }
}
.page-checkout {
  padding: 60px 30px;
}
.page-checkout-grid {
  margin: 0-10px 50px;
}
.page-checkout-lead {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.page-checkout-set + .page-checkout-lead {
  margin-top: 45px;
}
.page-checkout-set {
  position: relative;
}
.page-checkout-set-edit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  text-decoration: underline;
}
.page-checkout-set-rows + .page-checkout-set-rows {
  padding-top: 10px;
}
.page-checkout-set-row {
  line-height: 1.5;
}
.page-checkout-coupon {
  padding: 20px 30px;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
}
.page-checkout-coupon-lx {
  flex: 1;
}
.page-checkout-coupon-input {
  padding: 0;
  font-size: 15px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-color: #e7e7e7;
  border-radius: 0;
}
.page-checkout-coupon-rx {
  padding-left: 10px;
}
.page-checkout-coupon-btn {
  min-width: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.page-checkout-payment {
  padding: 20px 30px 30px;
  margin-bottom: 10px;
}
.page-checkout-resume {
  padding: 20px 30px 30px;
}
.page-checkout-resume-title {
  display: block;
  padding-top: 3px;
  padding-bottom: 10px;
  font-weight: 400;
  text-align: center;
}
.page-checkout-resume-rows {
  padding-top: 20px;
  padding-bottom: 13px;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}
.page-checkout-resume-row {
  line-height: 1.5;
}
.page-checkout-resume-tot {
  padding-top: 20px;
  font-size: 21px;
  line-height: 1.5;
}
.page-checkout-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.page-checkout-footer-rx .btn + .btn {
  margin-left: 10px;
}
.page-checkout-form .paypal-form-reload-link {
  text-decoration: underline;
}
.page-checkout-note {
  padding-top: 40px;
  text-align: center;
}
.page-checkout-note a {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .page-checkout-coupon {
    display: block;
  }
  .page-checkout-coupon-rx {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .page-checkout-grid {
    display: block;
  }
  .page-checkout-rx {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .page-checkout-footer {
    display: block;
    text-align: center;
  }
  .page-checkout-footer-rx .btn {
    margin-top: 10px;
  }
  .page-checkout-footer-rx .btn + .btn {
    margin-left: 0;
  }
}
.page-payment {
  padding: 60px 30px;
}
.page-payment-action {
  margin-top: 40px;
  padding: 30px 0;
  margin-bottom: 60px;
  background-color: #e7e7e7;
}
.page-payment-action-total {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}
.page-payment-action-btn {
  display: flex;
  justify-content: center;
}
.page-payment-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.page-orders {
  padding: 40px 40px 100px;
}
.page-orders-table {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  overflow-x: auto;
}
.page-orders-table table {
  width: 100%;
}
.page-orders-table th,
.page-orders-table td {
  padding: 10px;
  border-bottom: 1px solid #f3f3f3;
}
.page-orders-table span {
  display: block;
  white-space: nowrap;
}
.page-orders-table a {
  text-decoration: underline;
}
.page-orders-table .small {
  font-size: 13px;
  color: #888;
}
.page-orders-body {
  margin-top: 45px;
}
.page-orders-foot {
  padding-top: 30px;
}
.page-orders-back > svg {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.page-blog {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 70px;
}
.page-blog:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #f3f3f3;
}
.page-blog-container {
  position: relative;
  z-index: 1;
}
.page-blog-pane {
  display: flex;
}
.page-blog-main {
  width: 75%;
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
}
.page-blog-col {
  padding-bottom: 60px;
}
.page-blog-aside {
  position: relative;
  width: 25%;
  padding-top: 80px;
  padding-left: 20px;
}
.page-blog-aside:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #fff;
}
.page-blog-news-head {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f3f3f3;
}
.page-blog-news-meta {
  display: flex;
  align-items: center;
  padding-top: 20px;
  font-size: 15px;
  color: #e63946;
}
.page-blog-news-date {
  display: flex;
  align-items: center;
}
.page-blog-news-date > span {
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.page-blog-news-tags {
  position: relative;
  top: 2px;
  display: flex;
  text-transform: lowercase;
  margin-left: 10px;
}
.page-blog-news-tags li + li {
  margin-left: 5px;
}
.page-blog-news-img {
  margin-bottom: 40px;
}
.page-blog-news-content {
  padding-bottom: 50px;
}
.page-blog-rels {
  padding-top: 70px;
  border-top: 1px solid #f3f3f3;
}
.page-blog-rels-title {
  margin-bottom: 20px;
}
.page-blog-rels-col {
  padding-bottom: 25px;
}
@media (max-width: 1199px) {
  .page-blog:before {
    content: none;
  }
  .page-blog-pane {
    display: block;
  }
  .page-blog-main {
    width: auto;
  }
  .page-blog-aside {
    width: auto;
    padding-left: 0;
  }
  .page-blog-aside:before {
    content: none;
  }
}
@media (max-width: 991px) {
  .page-blog-rels-col:nth-child(3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-blog {
    margin-bottom: 0;
  }
  .page-blog-main {
    border-bottom: 0;
  }
  .page-blog-aside {
    padding-top: 20px;
  }
}
.blog-thumb {
  position: relative;
  display: block;
}
.blog-thumb-inner {
  position: relative;
  z-index: 1;
}
.blog-thumb-cover {
  position: relative;
  display: block;
  padding-bottom: 75%;
}
.blog-thumb-cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #0f0e0e;
  opacity: 0;
}
.blog-thumb-cover:hover:before {
  opacity: 0.3;
}
.blog-thumb-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-thumb-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.blog-thumb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.blog-thumb-cover:hover .blog-thumb-icon {
  opacity: 1;
}
.blog-thumb-body {
  padding-top: 10px;
}
.blog-thumb-date {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #e63946;
}
.blog-thumb-date > span {
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.blog-thumb-title {
  display: block;
  padding-top: 25px;
  padding-bottom: 10px;
}
.blog-thumb-subtitle {
  display: block;
  padding-bottom: 10px;
}
.blog-thumb-desc {
  padding-bottom: 10px;
}
.blog-thumb-morelink {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: #e63946;
}
.blog-thumb-morelink > span {
  margin-right: 5px;
}
.blog-sidebar {
  padding-left: 30px;
  padding-bottom: 60px;
}
.blog-sidebar-set + .blog-sidebar-set {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #e7e7e7;
}
.blog-sidebar-search-form {
  position: relative;
  margin-top: 20px;
}
.blog-sidebar-search-btn {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #888;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.blog-sidebar-tags-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.blog-sidebar-tags-list li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog-sidebar-tags-list a {
  display: inline-block;
  padding: 2px 6px;
  color: #000;
  white-space: nowrap;
  background-color: #e63946;
  border-radius: 6px;
}
.blog-sidebar-tags-list a.selected {
  color: #fff;
  background-color: #000;
}
.blog-sidebar-archive-list {
  margin-top: 10px;
}
.blog-sidebar-archive-list li {
  position: relative;
  padding-left: 10px;
}
.blog-sidebar-archive-list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #000;
  border-radius: 50%;
}
.blog-sidebar-archive-list li + li {
  margin-top: 4px;
}
.blog-sidebar-archive-list a.selected {
  color: #e63946;
}
@media (max-width: 1199px) {
  .blog-sidebar {
    padding: 40px;
    margin-left: -40px;
    margin-right: -40px;
  }
}
