@charset "utf-8";
/* styles from template */
@import '/components/node_modules/@yarn/jquery-ui/dist/themes/base/jquery-ui.css';
@import '/components/node/node_modules/@splidejs/splide/dist/css/splide-core.min.css';
.selectize-control.plugin-clear_button .clear {
  display: flex;
  position: absolute;
  height: 100%;
  width: 25px;
  top: 0;
  right: calc(8px - 6px);
  color: rgba(0, 0, 0);
  opacity: 0.4;
  font-weight: bold;
  border: none;
  cursor: pointer;
  z-index: 1;
  font-size: 21px;
  justify-content: center;
  align-items: center;
}
.selectize-control.plugin-clear_button .clear:hover {
  opacity: 1;
}
.selectize-control.plugin-clear_button.single .clear {
  right: calc(8px - 6px + 1.5rem);
}
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input > input[placeholder] {
  box-sizing: initial;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
/* Viewports */
/* Fonts */
/* Less file is created by decorator DO NOT CHANGE */
/**
use only 'fade', 'mix', 'greyscale', 'contrast' or blending functions if it sis necessary
 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em {
  font-style: italic;
}
hr {
  display: none;
}
img {
  width: 100%;
}
#tracy-debug-bar img {
  width: 16px;
}
.cke_editable {
  text-align: left !important;
}
@font-face {
  font-family: 'Flaticon';
  src: url("/tmpl/boston/fonts/flaticon/flaticon.eot");
  src: url("/tmpl/boston/fonts/flaticon/flaticon.eot#iefix") format("embedded-opentype"), url("/tmpl/boston/fonts/flaticon/flaticon.woff") format("woff"), url("/tmpl/boston/fonts/flaticon/flaticon.woff2") format("woff2"), url("/tmpl/boston/fonts/flaticon/flaticon.ttf") format("truetype"), url("/tmpl/boston/fonts/flaticon/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: 'Flaticon';
}
[class^="flaticon-"].gray {
  color: #283233;
}
[class^="flaticon-"].black {
  color: #535353;
}
[class^="flaticon-"].orange {
  color: #6c9900;
}
.flaticon-down-arrow:before {
  content: "\f101";
}
.flaticon-right-arrow:before,
ul li:before {
  content: "\f102";
}
.flaticon-menu:before {
  content: "\f103";
}
.flaticon-search:before {
  content: "\f104";
}
.flaticon-user:before {
  content: "\f105";
}
.flaticon-right-arrow-1:before {
  content: "\f106";
}
.flaticon-shopping-cart:before {
  content: "\f107";
}
.flaticon-fast-delivery:before {
  content: "\f108";
}
.flaticon-express-delivery:before {
  content: "\f109";
}
.flaticon-warehouse:before {
  content: "\f10a";
}
.flaticon-star:before {
  content: "\f10b";
}
.flaticon-facebook:before {
  content: "\f10c";
}
.flaticon-instagram:before {
  content: "\f10d";
}
.flaticon-youtube-logotype:before {
  content: "\f10e";
}
.flaticon-youtube:before {
  content: "\f10e";
}
.flaticon-linkedin-logo:before {
  content: "\f10f";
}
.flaticon-linkedin:before {
  content: "\f10f";
}
.flaticon-twitter:before {
  content: "\f110";
}
.flaticon-printer:before {
  content: "\f111";
}
.flaticon-share:before {
  content: "\f112";
}
.flaticon-left-arrow:before {
  content: "\f113";
}
.flaticon-close:before {
  content: "\f114";
}
.flaticon-chat:before {
  content: "\f115";
}
.flaticon-right-chevron:before {
  content: "\f116";
}
.flaticon-left-chevron:before {
  content: "\f117";
}
@font-face {
  font-family: 'Poppins';
  src: url("/tmpl/boston/fonts/poppins/poppins-regular.woff") format("woff"), url("/tmpl/boston/fonts/poppins/poppins-regular.woff2") format("woff2"), url("/tmpl/boston/fonts/poppins/poppins-regular.ttf") format("truetype"), url("/tmpl/boston/fonts/poppins/poppins-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url("/tmpl/boston/fonts/poppins/poppins-italic.woff") format("woff"), url("/tmpl/boston/fonts/poppins/poppins-italic.woff2") format("woff2"), url("/tmpl/boston/fonts/poppins/poppins-italic.ttf") format("truetype"), url("/tmpl/boston/fonts/poppins/poppins-italic.svg") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Poppins';
  src: url("/tmpl/boston/fonts/poppins/poppins-semibold.woff") format("woff"), url("/tmpl/boston/fonts/poppins/poppins-semibold.woff2") format("woff2"), url("/tmpl/boston/fonts/poppins/poppins-semibold.ttf") format("truetype"), url("/tmpl/boston/fonts/poppins/poppins-semibold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url("/tmpl/boston/fonts/poppins/poppins-semibolditalic.woff") format("woff"), url("/tmpl/boston/fonts/poppins/poppins-semibolditalic.woff2") format("woff2"), url("/tmpl/boston/fonts/poppins/poppins-semibolditalic.ttf") format("truetype"), url("/tmpl/boston/fonts/poppins/poppins-semibolditalic.svg") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Poppins';
  src: url("/tmpl/boston/fonts/poppins/poppins-bold.woff") format("woff"), url("/tmpl/boston/fonts/poppins/poppins-bold.woff2") format("woff2"), url("/tmpl/boston/fonts/poppins/poppins-bold.ttf") format("truetype"), url("/tmpl/boston/fonts/poppins/poppins-bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url("/tmpl/boston/fonts/poppins/poppins-bolditalic.woff") format("woff"), url("/tmpl/boston/fonts/poppins/poppins-bolditalic.woff2") format("woff2"), url("/tmpl/boston/fonts/poppins/poppins-bolditalic.ttf") format("truetype"), url("/tmpl/boston/fonts/poppins/poppins-bolditalic.svg") format("svg");
  font-weight: bold;
  font-style: italic;
}
.icheckbox_square-black,
.iradio_square-black {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url('/tmpl/boston/img/black.png') no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_square-black {
  background-position: 0 0;
}
.icheckbox_square-black.hover {
  background-position: -24px 0;
}
.icheckbox_square-black.checked {
  background-position: -48px 0;
}
.icheckbox_square-black.disabled {
  background-position: -72px 0;
  cursor: default;
}
.icheckbox_square-black.checked.disabled {
  background-position: -96px 0;
}
.iradio_square-black {
  background-position: -120px 0;
}
.iradio_square-black.hover {
  background-position: -144px 0;
}
.iradio_square-black.checked {
  background-position: -168px 0;
}
.iradio_square-black.disabled {
  background-position: -192px 0;
  cursor: default;
}
.iradio_square-black.checked.disabled {
  background-position: -216px 0;
}
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-black,
  .iradio_square-black {
    background-image: url('/tmpl/boston/img/black@2x.png');
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
.ui-slider {
  margin-top: 20px;
  height: 4px;
  position: relative;
  border: none;
  background: #bababa;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #ffffff;
  border-radius: 100%;
  outline: none;
  width: 18px;
  display: block;
  box-sizing: border-box;
  height: 18px;
  border: 1px solid #535353;
  position: absolute;
  cursor: pointer;
  top: -7px;
  margin-left: -8px;
  z-index: 1;
}
.ui-slider-horizontal .ui-slider-range {
  background: #6c9900;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
}
.fancybox-skin {
  background: #ffffff !important;
  border-radius: 0 !important;
}
.lightbox-close {
  top: 10px;
  right: 7px;
  width: 20px;
  height: 20px;
  background: none;
  text-decoration: none;
  display: block;
  cursor: pointer;
  position: absolute;
  color: #000000;
}
.lightbox-prev,
.lightbox-next {
  display: block;
  visibility: visible !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  margin: 8px 0 0 0;
  color: #000000;
}
.lightbox-next {
  left: auto;
  right: 0;
}
.lightbox-prev span,
.lightbox-next span {
  display: inline-block;
  padding: 0 0 0 15px;
}
.lightbox-next span {
  padding: 0 15px 0 0;
}
.lightbox-prev:before,
.lightbox-next:before {
  position: absolute;
  top: 0;
}
.lightbox-prev:before {
  left: -2px;
}
.lightbox-next:before {
  right: -2px;
}
@media only screen and (min-width: 768px) {
  .lightbox-close {
    right: 12px;
    top: 13px;
  }
  .lightbox-prev,
  .lightbox-next {
    margin: 19px 0 0 0;
    font-size: 130%;
  }
  .lightbox-prev:before,
  .lightbox-next:before {
    top: 1px;
  }
  .lightbox-prev span,
  .lightbox-next span {
    padding: 0 0 0 20px;
  }
  .lightbox-next span {
    padding: 0 20px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .lightbox-prev,
  .lightbox-next {
    margin: 17px 0 0 0;
    font-size: 120%;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden !important;
}
body {
  background: #0c1c1d;
  overflow-x: hidden !important;
  font: 400 15px / normal 'Poppins', sans-serif;
  color: #535353;
}
div {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
  line-height: normal;
  font-weight: 600;
  color: #1d1d1d;
  padding: 20px 0 0 0;
}
h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 100%;
}
h2 {
  font-size: 40px;
  line-height: 120%;
}
h3 {
  font-size: 26px;
  line-height: 120%;
}
h3.small {
  font-size: 20px;
}
h4 {
  font-size: 18px;
  line-height: 100%;
}
p,
address {
  line-height: 160%;
  padding: 20px 0 0 0;
}
ul {
  padding: 20px 0 0 0;
}
ul li {
  padding: 0 0 0 18px;
  line-height: 160%;
  position: relative;
}
ul li:before {
  font-family: 'Flaticon';
  color: #6c9900;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 8px;
}
ol {
  padding: 20px 0 0 15px;
  list-style: decimal outside;
}
ol li {
  padding: 0 0 0 8px;
  line-height: 160%;
  position: relative;
}
ol li::marker {
  color: #6c9900;
  font-family: 'Poppins';
}
input,
textarea,
select {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  box-shadow: none;
  resize: none;
  -webkit-appearance: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
label {
  cursor: pointer;
}
button {
  cursor: pointer;
  border: 0;
  outline: none;
  transition: color 0.5s, background 0.5s, border-color 0.5s;
  padding-inline: 0;
}
button:focus {
  outline: none;
}
a {
  text-decoration: none;
  transition: color 0.5s, background 0.5s, border-color 0.5s;
  cursor: pointer;
  font-weight: 500;
  color: #535353;
}
img {
  vertical-align: bottom;
}
strong {
  font-weight: 600;
  color: #1d1d1d;
}
::-webkit-input-placeholder {
  color: rgba(83, 83, 83, 0.9);
  opacity: 1;
  font-style: italic;
  font-size: 14px;
}
::-moz-placeholder {
  color: rgba(83, 83, 83, 0.9);
  opacity: 1;
  font-size: 14px;
  font-style: italic;
}
:-ms-input-placeholder {
  color: rgba(83, 83, 83, 0.9);
  opacity: 1;
  font-style: italic;
  font-size: 14px;
}
:-moz-placeholder {
  color: rgba(83, 83, 83, 0.9);
  opacity: 1;
  font-style: italic;
  font-size: 14px;
}
.mobile-sign {
  display: none;
}
@media (max-width: 768px) {
  .mobile-sign {
    display: flex;
  }
}
.sg-perex {
  font-size: 18px;
}
.sg-input,
.sg-textarea {
  border-radius: 0;
  background: #ffffff;
  transition: border-color 0.5s;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #bababa;
  height: 45px;
  font-size: 15px;
  color: #535353;
  line-height: 45px;
  box-sizing: border-box;
  padding: 0 15px;
}
select.sg-input {
  background-image: url("/tmpl/boston/img/down-arrow.svg");
  background-size: 16px auto;
  background-position: right 15px top 15px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.sg-textarea {
  height: 130px;
  padding: 10px 15px;
  line-height: 160%;
}
.sg-select-old {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  height: 45px;
  outline: none;
  color: #535353;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  border-radius: 0 !important;
  font-family: 'Poppins', sans-serif;
  background-image: none !important;
  transition: 0.5s border-color;
}
.sg-select-old.ui-button {
  background: #ffffff !important;
  border-color: #bababa;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  background-image: none !important;
  margin-right: 0;
  border-radius: 0 !important;
}
.sg-select-old.ui-button:active,
.sg-select-old.ui-button:hover {
  background: #ffffff;
  color: #535353;
  border-color: #bababa;
}
.sg-select-old.ui-button:active .ui-icon,
.sg-select-old.ui-button:hover .ui-icon {
  background: none !important;
  background-image: none !important;
}
.sg-select-old.ui-corner-all {
  border-radius: 0 !important;
}
.sg-select-old .ui-selectmenu-icon {
  float: none;
  height: 100%;
  color: #535353;
  flex: 0 1 22px;
  font-size: 100%;
  text-indent: unset;
  display: flex;
  align-items: center;
}
.sg-select-old .ui-selectmenu-icon:before {
  transition: transform 0.2s;
}
.sg-select-old .ui-selectmenu-icon.ui-icon {
  background: none;
}
.sg-select-old .ui-selectmenu-text {
  width: auto;
  padding: 0;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  flex: 0 1 calc(100% - 32px) !important;
  display: flex;
  align-items: center;
}
.sg-select-old.ui-selectmenu-button.ui-button {
  width: 100%;
}
.sg-select-old.ui-selectmenu-button-open .ui-selectmenu-icon:before {
  transform: rotate(180deg);
}
.sg-select-list {
  text-align: left;
}
.sg-select-list ul {
  padding: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sg-select-list ul.ui-widget-content {
  border-top: 0;
  max-height: 400px;
}
.sg-select-list ul li {
  padding: 0;
}
.sg-select-list ul li:before {
  display: none;
}
.sg-select-list ul li .ui-menu-item-wrapper {
  padding: 10px;
}
.sg-select-list ul li .ui-state-active {
  background: #6c9900;
  border: 0;
}
.sg-button {
  display: inline-flex;
  min-height: 46px;
  line-height: normal;
  border: 0;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: #535353;
  text-transform: uppercase;
  align-items: center;
  padding: 11px 22px 10px 22px;
  box-sizing: border-box;
  font-weight: 600;
  text-decoration: none !important;
}
.sg-button i {
  line-height: normal;
  position: relative;
}
.sg-button.black {
  background: #1d1d1d;
  color: #ffffff;
}
.sg-button.outline {
  border: 1px solid #bababa;
}
.sg-button.outline.gray {
  text-transform: none;
  background: #132222;
  color: rgba(255, 255, 255, 0.8);
}
.sg-button.icon.right-arrow i,
.sg-button.icon.left-arrow i {
  padding: 0 0 0 10px;
  font-size: 10px;
}
.sg-button.icon.left-arrow {
  flex-direction: row-reverse;
}
.sg-button.icon.left-arrow i {
  top: -2px;
  transform: rotate(180deg);
}
.sg-arrow-link {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}
.sg-arrow-link i {
  line-height: normal;
  padding: 0 0 0 10px;
  font-size: 11px;
  position: relative;
  top: 2px;
}
.sg-more-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}
.sg-label {
  display: inline-flex;
  color: #ffffff;
  font-size: 14px;
  padding: 0 23px;
  line-height: normal;
  align-items: center;
  height: 30px;
  white-space: nowrap;
  font-weight: 600;
}
.sg-label.action {
  background: #e55800;
}
.sg-label.new {
  background: #1d1d1d;
}
.sg-label.free {
  background: #d52a2a;
}
.sg-label.discount {
  background: #d52a2a;
}
.sg-label.sale {
  background: #d0a517;
}
.sg-label.tip {
  background: #4e84ea;
}
.sg-rating i {
  color: #6c9900;
  font-size: 16px;
  display: inline-block;
  margin: 0 3px 0 0;
}
.sg-rating i.deactive {
  color: #283233;
}
.sg-category-banner {
  width: 100%;
  max-height: 400px;
  cursor: pointer;
  position: relative;
}
.sg-category-banner p {
  padding: 0;
}
.sg-category-banner:before {
  top: auto;
  position: absolute;
  bottom: 25px;
  font-size: 16px;
  color: #535353;
  left: 12px;
  z-index: 1;
  transition: color 0.5s;
}
.sg-category-banner .category {
  position: absolute;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
  font-size: 13px;
  top: 12px;
  font-weight: 500;
  left: 15px;
  transition: color 0.5s;
}
.sg-category-banner .title {
  position: absolute;
  color: #6c9900;
  font-size: 20px;
  line-height: 110%;
  padding: 0;
  z-index: 1;
  left: 15px;
  top: 32px;
  width: 70%;
  text-align: left;
}
.sg-category-banner .title a {
  color: #6c9900;
  font-weight: 600;
}
.sg-category-banner .title p {
  color: #535353;
  line-height: 110%;
}
.sg-category-banner .image,
.sg-category-banner .image-hover {
  position: relative;
  width: 100%;
  text-align: center;
}
.sg-category-banner .image img,
.sg-category-banner .image-hover img {
  max-width: 100%;
  max-height: 400px;
  width: auto;
}
.sg-category-banner .image-hover {
  display: block;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s;
  top: 0;
  left: 0;
}
.sg-product-item {
  text-align: center;
  position: relative;
}
.sg-product-item a {
  display: block;
}
.sg-product-item a .image {
  display: block;
}
.sg-product-item a .image img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
.sg-product-item a.sg-button {
  display: inline-flex;
}
.sg-product-item .title {
  font-size: 15px;
  line-height: 140%;
  padding: 20px 20px 0 20px;
}
.sg-product-item .title a {
  font-weight: 400;
}
.sg-product-item .labels {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.sg-product-item .labels ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
}
.sg-product-item .labels ul li {
  padding: 0;
  margin: 0;
}
.sg-product-item .labels ul li:before {
  display: none;
}
.sg-product-item .sg-rating {
  padding: 7px 0 0 0;
}
.sg-product-item .price {
  line-height: 120%;
  padding: 15px 0 0 0;
}
.sg-product-item .price strong {
  display: block;
  font-weight: 700;
  color: #1d1d1d;
  white-space: nowrap;
}
.sg-product-item .more {
  padding: 15px 0 0 0;
}
.sg-blog-item {
  background: #0c1c1d;
  text-align: center;
}
.sg-blog-item .image a {
  display: block;
}
.sg-blog-item .image a img {
  max-width: 100%;
  width: auto;
  max-height: 232px;
  height: auto;
}
.sg-blog-item .content {
  padding: 10px 15px 30px 15px;
  text-align: center;
}
.sg-blog-item .content h3 a {
  font-weight: 700;
  color: #1d1d1d;
}
.sg-blog-item .content .date {
  padding: 7px 0 0 0;
}
.sg-blog-item .content .more {
  padding: 30px 0 0 0;
}
.sg-submenu {
  margin: 20px 0 0 0;
  text-align: left;
}
.sg-submenu .all {
  background: #1d1d1d;
  padding: 0;
  position: relative;
  z-index: 1;
}
.sg-submenu .all a {
  display: flex;
  min-height: 55px;
  padding: 16px 20px 15px 20px;
  box-sizing: border-box;
  justify-content: space-between;
  flex-direction: row-reverse;
  color: #ffffff;
}
.sg-submenu .all a strong {
  color: #ffffff;
}
.sg-submenu .content {
  padding: 20px;
  position: relative;
  top: -1px;
  border: 1px solid #212d2d;
  background: #0c1c1d;
}
.sg-submenu .content h3 {
  padding: 0;
}
.sg-submenu .content ul {
  padding: 15px 0 0 0;
}
.sg-submenu .content ul li {
  padding: 5px 0 0 0;
}
.sg-submenu .content ul li:before {
  display: none;
}
.sg-submenu .content ul li a {
  font-weight: 400;
}
.sg-submenu .content ul li .menu-open-sign {
  position: relative;
  margin-left: 5px;
  color: #454848;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
  justify-content: center;
}
.sg-submenu .content ul li .menu-open-sign:before {
  content: "+";
}
.sg-submenu .content ul li .menu-open-sign:hover {
  color: #6c9900;
  border-color: #6c9900;
}
.sg-submenu .content ul li.open > .menu-open-sign:before {
  content: "-";
}
.sg-submenu .content ul li ul {
  display: none;
  padding: 5px 0;
}
.sg-submenu .content ul li ul li {
  padding: 5px 0 0 22px;
}
.sg-submenu .content ul li ul li:before {
  display: block;
  top: 4px;
  color: #454848;
}
.sg-submenu .content ul li ul li a {
  color: #535353;
}
.sg-submenu .content ul li.open > ul {
  display: block;
}
.sg-submenu .content ul li.active a {
  color: #6c9900;
  font-weight: 600;
}
.sg-submenu .content ul li.active .menu-open-sign {
  color: #6c9900;
  border-color: #6c9900;
}
.sg-submenu .content ul li.active ul li a {
  color: #535353;
  font-weight: 400;
}
.sg-submenu .content ul li.active ul li.active:before {
  color: #6c9900;
}
.sg-submenu .content ul li.active ul li.active a {
  color: #6c9900;
  font-weight: 600;
}
.sg-submenu .content ul li.active ul li.active ul li a {
  color: #535353;
  font-weight: 400;
}
.sg-submenu .content ul li.active ul li.active ul li.active:before {
  color: #6c9900;
}
.sg-submenu .content ul li.active ul li.active ul li.active a {
  color: #6c9900;
  font-weight: 600;
}
.sg-submenu .content ul li.active ul li.active ul li.active ul li a {
  color: #535353;
  font-weight: 400;
}
.sg-submenu .content ul li.active ul li.active ul li.active ul li.active:before {
  color: #6c9900;
}
.sg-submenu .content ul li.active ul li.active ul li.active ul li.active a {
  color: #6c9900;
  font-weight: 600;
}
.sg-filter {
  margin: 20px 0 0 0;
  text-align: left;
}
.sg-filter .all {
  background: #1d1d1d;
  padding: 0;
  position: relative;
  z-index: 1;
}
.sg-filter .all a {
  display: flex;
  min-height: 55px;
  padding: 16px 20px 15px 20px;
  box-sizing: border-box;
  justify-content: space-between;
  flex-direction: row-reverse;
  color: #ffffff;
}
.sg-filter .all a strong {
  color: #ffffff;
  width: 100%;
}
.sg-filter .all a strong .mobile-sign {
  font-weight: normal;
  float: right;
  margin-right: 10px;
}
.sg-filter .current li {
  max-width: 100%;
}
.sg-filter .current li .sg-button {
  max-width: 100%;
}
.sg-filter .current li .sg-button strong {
  flex-grow: 0;
  text-align: left;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sg-filter .sg-button {
  background: #1d1d1d;
  color: #ffffff;
}
.sg-filter .holder .content {
  background: #0c1c1d;
  border: 1px solid #212d2d;
  border-top: 0;
  padding: 5px 20px 30px 20px;
}
.sg-filter .holder .content .group {
  margin: 15px 0 0 0;
}
.sg-filter .holder .content .group p {
  padding: 20px 0 13px 0;
}
.sg-filter .holder .content .group strong {
  width: 100%;
}
.sg-filter .holder .content .group ul {
  padding: 0;
}
.sg-filter .holder .content .group ul li {
  padding: 5px 0 0 0;
  line-height: 110%;
  display: flex;
  align-items: center;
}
.sg-filter .holder .content .group ul li:before {
  display: none;
}
.sg-filter .holder .content .group ul li span {
  flex: 0 1 34px;
}
.sg-filter .holder .content .group ul li label {
  flex: 0 1 calc(100% - 34px);
}
.sg-filter .holder .content .group ul li.disabled * {
  color: #283233;
}
.sg-filter .holder .content .group ul.hide {
  display: none;
}
.sg-filter .holder .content .group .range {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.sg-filter .holder .content .group .range #price-range {
  flex: 0 1 100%;
}
.sg-filter .holder .content .group .range .amount {
  margin: 20px 0 0 0;
  box-sizing: border-box;
  height: 35px;
  font-size: 14px;
  flex: 0 1 49%;
  padding: 0 10px;
  border: 1px solid #212d2d;
  display: flex;
  align-items: center;
}
.sg-filter .holder .content .group .more {
  padding: 13px 0 0 0;
}
.sg-filter .holder .content .group .more a {
  display: flex;
  text-decoration: none;
}
.sg-filter .holder .content .group .more a i {
  margin: 0 0 0 10px;
  font-size: 10px;
  color: #454848;
}
.sg-filter .holder .content.hide {
  display: none;
}
.sg-filter .holder .content .current {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  list-style: none;
  padding-top: 5px;
}
.sg-filter .holder .content .current li {
  padding: 0;
  margin: 5px 5px 0 0;
  display: flex;
}
.sg-filter .holder .content .current li::before {
  content: none;
}
.sg-filter .holder .content .current li a {
  color: #ffffff;
  font-size: 12px;
  padding: 10px;
  min-height: auto;
  white-space: nowrap;
}
.sg-filter .holder .content .current li a strong {
  color: #ffffff;
}
.sg-filter .holder .content .current li a i {
  margin-left: 5px;
}
.sg-filter .holder .content .current li.reset {
  width: 100%;
  margin-top: 15px;
}
.sg-filter .holder .filter-toggle {
  border: 1px solid #212d2d;
  border-top: 0;
  padding: 0;
}
.sg-filter .holder .filter-toggle a {
  display: flex;
  padding: 15px 20px;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.sg-filter .holder .filter-toggle a i {
  margin: 0 0 0 10px;
  font-size: 10px;
  transition: 0.5s;
  transform: rotate(0);
}
.sg-filter .holder .filter-toggle.opened a i {
  transform: rotate(-180deg);
  transition: 0.5s;
}
.sg-cart .steps ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.sg-cart .steps ul li {
  flex: 0 1 32%;
  padding: 0;
  border: 1px solid #212d2d;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  text-align: center;
}
.sg-cart .steps ul li:before {
  display: none;
}
.sg-cart .steps ul li span {
  border-bottom: 1px solid #212d2d;
  background: #132222;
  flex: 0 1 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  height: 34px;
}
.sg-cart .steps ul li strong {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 140%;
  font-size: 13px;
  box-sizing: border-box;
  padding: 7px;
}
.sg-cart .steps ul li.active {
  background: #6c9900;
  border: 0;
  color: #0c1c1d;
}
.sg-cart .steps ul li.active span {
  background: #699108;
  border: 0;
}
.sg-cart .steps ul li.active strong {
  color: #0c1c1d;
}
.sg-cart .steps ul li a {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.sg-cart .list {
  margin: 20px 0 0 0;
  font-size: 12px;
}
.sg-cart .list .row {
  width: 100%;
  display: flex;
  border-bottom: 2px solid #212d2d;
}
.sg-cart .list .row .col {
  padding: 8px 3px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 130%;
}
.sg-cart .list .row.header .col {
  align-items: flex-end;
}
.sg-cart .list .row.header .col strong {
  text-align: center;
}
.sg-cart .list .row.header .col.title {
  flex: 0 1 40%;
  justify-content: flex-start;
}
.sg-cart .list .row.header .col.price {
  flex: 0 1 20%;
}
.sg-cart .list .row.header .col.pcs {
  flex: 0 1 20%;
}
.sg-cart .list .row.header .col.total {
  flex: 0 1 20%;
}
.sg-cart .list .row.body .col.title {
  flex: 0 1 40%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.sg-cart .list .row.body .col.title .image {
  display: none;
  position: relative;
}
.sg-cart .list .row.body .col.title .image a {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
}
.sg-cart .list .row.body .col.title .image a .img-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5px;
}
.sg-cart .list .row.body .col.title .image a .img-box img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 65px;
}
.sg-cart .list .row.body .col.title .text {
  display: flex;
  flex: 1 0 50%;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sg-cart .list .row.body .col.title .text a {
  font-weight: 400;
}
.sg-cart .list .row.body .col.title .text ul.parts {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 5px;
}
.sg-cart .list .row.body .col.title .text ul.parts li::before {
  font-family: 'Poppins';
  content: '+';
  font-size: 16px;
  top: 1px;
}
.sg-cart .list .row.body .col.price {
  flex: 0 1 20%;
}
.sg-cart .list .row.body .col.price strong {
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  flex-wrap: wrap;
  justify-content: center;
}
.sg-cart .list .row.body .col.price strong span {
  padding: 0 5px;
}
.sg-cart .list .row.body .col.pcs {
  flex: 0 1 20%;
}
.sg-cart .list .row.body .col.pcs .math {
  display: none;
}
.sg-cart .list .row.body .col.pcs .count input {
  border: 2px solid #bababa;
  height: 34px;
  width: 40px;
  box-sizing: border-box;
  transition: border-color 0.5s;
  padding: 0 7px;
  text-align: right;
}
.sg-cart .list .row.body .col.total {
  flex: 0 1 20%;
  display: flex;
  flex-wrap: wrap;
}
.sg-cart .list .row.body .col.total strong {
  display: flex;
  font-weight: 700;
  white-space: nowrap;
  flex-wrap: wrap;
  justify-content: center;
}
.sg-cart .list .row.body .col.total strong span {
  padding: 0 5px;
}
.sg-cart .list .row.body .col.total .remove {
  width: 20px;
  height: 20px;
  margin: 5px 5px 0 5px;
  border: 1px solid #212d2d;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sg-cart .list .row.body .col.total .remove:before,
.sg-cart .list .row.body .col.total .remove:after {
  width: 10px;
  transition: background 0.5s;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  background: #535353;
  transform: rotate(-45deg);
}
.sg-cart .list .row.body .col.total .remove:after {
  transform: rotate(45deg);
}
.sg-cart .list .discount .title {
  font-size: 20px;
}
.sg-cart .list .discount .check {
  padding: 15px 0 0 0;
  display: flex;
  align-items: center;
}
.sg-cart .list .discount .check span {
  flex: 0 1 30px;
}
.sg-cart .list .discount .check label {
  position: relative;
  top: -1px;
  flex: 0 1 calc(100% - 30px);
}
.sg-cart .list .discount .vouchers {
  display: none;
}
.sg-cart .list .discount .vouchers .add ul {
  padding: 0;
}
.sg-cart .list .discount .vouchers .add ul li {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.sg-cart .list .discount .vouchers .add ul li:before {
  display: none;
}
.sg-cart .list .discount .vouchers .add ul li .title {
  padding: 10px 0 0 0;
  font-size: 13px;
  flex: 0 1 100%;
}
.sg-cart .list .discount .vouchers .add ul li .form {
  flex: 1;
  margin: 3px 0 0 0;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.sg-cart .list .discount .vouchers .add ul li .sg-button {
  margin: 3px 0 0 0;
  min-height: 45px;
}
.sg-cart .list .discount .vouchers .list {
  padding: 5px 0 0 0;
  margin: 0;
}
.sg-cart .list .discount .vouchers .list ul {
  padding: 0;
}
.sg-cart .list .discount .vouchers .list ul li {
  padding: 0;
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
}
.sg-cart .list .discount .vouchers .list ul li:before {
  display: none;
}
.sg-cart .list .discount .vouchers .list ul li .item {
  flex: 1;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.sg-cart .list .discount .vouchers .list ul li .remove {
  width: 20px;
  height: 20px;
  border: 1px solid #212d2d;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sg-cart .list .discount .vouchers .list ul li .remove:before,
.sg-cart .list .discount .vouchers .list ul li .remove:after {
  width: 10px;
  transition: background 0.5s;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  background: #535353;
  transform: rotate(-45deg);
}
.sg-cart .list .discount .vouchers .list ul li .remove:after {
  transform: rotate(45deg);
}
.sg-cart .list .alert {
  padding: 10px 5px;
}
.sg-cart .list .alert.alert-success {
  color: #758e30;
}
.sg-cart .error,
.sg-cart .alert {
  display: block;
  color: #d52a2a;
  padding: 10px 25px;
}
.sg-cart .details .options {
  margin: 25px 0 0 0;
  font-size: 13px;
  border: 1px solid #212d2d;
}
.sg-cart .details .options p {
  padding: 12px 15px;
  background: #132222;
}
.sg-cart .details .options ul {
  border-top: 1px solid #212d2d;
  padding: 10px 0;
}
.sg-cart .details .options ul li {
  padding: 8px 15px;
  line-height: normal;
}
.sg-cart .details .options ul li:before {
  display: none;
}
.sg-cart .details .options ul li .check {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sg-cart .details .options ul li .check span {
  flex: 0 1 30px;
}
.sg-cart .details .options ul li .check label,
.sg-cart .details .options ul li .check .label {
  flex: 0 1 calc(100% - 30px);
  display: flex;
}
.sg-cart .details .options ul li .check label .logo,
.sg-cart .details .options ul li .check .label .logo {
  display: flex;
  align-items: center;
  flex: 0 1 50px;
  box-sizing: border-box;
  padding: 0 10px 0 0;
}
.sg-cart .details .options ul li .check label .title,
.sg-cart .details .options ul li .check .label .title {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.sg-cart .details .options ul li .check label .title span,
.sg-cart .details .options ul li .check .label .title span {
  display: flex;
  flex-grow: 1;
}
.sg-cart .details .options ul li .check label .price,
.sg-cart .details .options ul li .check .label .price {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
.sg-cart .details .options ul li .check label.disabled,
.sg-cart .details .options ul li .check .label.disabled {
  opacity: 0.5;
}
.sg-cart .details .options ul li .check .label {
  flex: 0 1 100%;
}
.sg-cart .details .options ul li .check .desc {
  padding: 6px 0 0 30px;
  font-style: italic;
  flex: 0 1 100%;
  color: #454848;
  font-size: 12px;
  line-height: 130%;
}
.sg-cart .details .options ul li .check .point {
  padding: 12px 0 0 30px;
  flex: 0 1 100%;
}
.sg-cart .details .customer {
  margin: 25px 0 0 0;
  font-size: 13px;
  border: 1px solid #212d2d;
}
.sg-cart .details .customer p {
  padding: 12px 15px;
  border-bottom: 1px solid #212d2d;
  background: #132222;
}
.sg-cart .details .customer ul {
  padding: 10px 0;
}
.sg-cart .details .customer ul li {
  display: flex;
  justify-content: space-between;
  padding: 8px 15px;
  line-height: normal;
}
.sg-cart .details .customer ul li:before {
  display: none;
}
.sg-cart .details .customer ul li a {
  color: #1d1d1d;
  font-weight: 600;
}
.sg-cart .details .contact {
  margin: 25px 0 0 0;
  font-size: 13px;
  border: 1px solid #212d2d;
}
.sg-cart .details .contact p {
  padding: 12px 15px;
  border-bottom: 1px solid #212d2d;
  background: #132222;
}
.sg-cart .details .contact ul {
  padding: 10px 0;
}
.sg-cart .details .contact ul li {
  padding: 8px 15px;
  line-height: normal;
}
.sg-cart .details .contact ul li[hidden] {
  display: none !important;
}
.sg-cart .details .contact ul li:before {
  display: none;
}
.sg-cart .details .contact ul li .form {
  display: flex;
  padding: 3px 0 0 0;
  flex-direction: column;
}
.sg-cart .details .contact ul li .form .error {
  color: #d52a2a;
  padding: 5px 0;
}
.sg-cart .details .contact ul li .form.phone-input {
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
}
.sg-cart .details .contact ul li .form.phone-input label {
  display: block;
  width: 100%;
}
.sg-cart .details .contact ul li .form.phone-input .phone-country {
  width: 22%;
  margin-right: 2%;
}
.sg-cart .details .contact ul li .form.phone-input input {
  width: 76%;
}
@media (max-width: 480px) {
  .sg-cart .details .contact ul li .form.phone-input .phone-country {
    width: 95px;
    margin-bottom: 5px;
  }
  .sg-cart .details .contact ul li .form.phone-input input {
    width: 100%;
  }
}
.sg-cart .details .contact .toggle {
  padding: 20px 15px 17px 15px;
  display: flex;
  align-items: center;
}
.sg-cart .details .contact .toggle span {
  flex: 0 1 30px;
}
.sg-cart .details .contact .toggle label {
  flex: 0 1 calc(100% - 30px);
}
.sg-cart .details .contact .toggle-company,
.sg-cart .details .contact .toggle-delivery {
  display: none;
}
.sg-cart .details .terms {
  font-size: 13px;
}
.sg-cart .details .terms ul {
  padding: 15px 0 10px 0;
}
.sg-cart .details .terms ul li {
  padding: 10px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.sg-cart .details .terms ul li:before {
  display: none;
}
.sg-cart .details .terms ul li span {
  flex: 0 1 30px;
}
.sg-cart .details .terms ul li .checkbox {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.sg-cart .details .terms ul li .checkbox label {
  padding: 2px 0 0 0;
  flex: 0 1 calc(100% - 30px);
  cursor: default;
}
.sg-cart .details .terms ul li .checkbox .error {
  padding: 0 0 5px 0;
}
.sg-cart .summary {
  margin: 25px 0 0 0;
}
.sg-cart .summary .content {
  font-size: 13px;
  border: 1px solid #212d2d;
}
.sg-cart .summary .content p {
  padding: 12px 15px;
  background: #132222;
}
.sg-cart .summary .content ul {
  border-top: 1px solid #212d2d;
  padding: 10px 0;
}
.sg-cart .summary .content ul li {
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
}
.sg-cart .summary .content ul li:before {
  display: none;
}
.sg-cart .summary .content ul.total {
  background: #132222;
}
.sg-cart .summary .content ul.total li strong:last-child {
  font-size: 15px;
}
.sg-cart .summary .content ul.total li.free {
  align-items: center;
}
.sg-cart .summary .content ul.total li.free .logo {
  flex: 0 1 30px;
  height: 30px;
  background-image: url('/tmpl/boston/img/icon-delivery.svg');
  background-size: 100% 100%;
}
.sg-cart .summary .content ul.total li.free .title {
  font-size: 13px;
  line-height: 120%;
  padding: 0 0 0 15px;
  flex: 1;
}
.sg-cart .summary .content ul.total li.free .title strong {
  font-size: 13px;
}
.sg-cart .documents {
  width: 100%;
  margin-top: 40px;
}
.sg-cart .documents p {
  padding: 12px 25px;
  background-color: #132222;
  border: solid thin #212d2d;
}
.sg-cart .documents .content {
  padding: 5px 25px 15px 25px;
  border: solid thin #212d2d;
}
.sg-cart .documents .content .row {
  margin-top: 10px;
}
.sg-cart .documents .content .row span {
  font-size: 18px;
}
.sg-cart .documents .content .row a {
  margin-left: 10px;
}
.sg-cart .status {
  width: 100%;
  margin: 0;
}
.sg-cart .status h2 {
  padding: 0;
  text-transform: uppercase;
}
.sg-cart .status h2 small {
  font-weight: normal;
  text-transform: none;
  font-size: 80%;
}
.sg-cart .nav {
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.sg-cart .nav .sg-button {
  margin: 15px 0 0 0;
}
.sg-cart .alerts {
  width: 100%;
}
.sg-form {
  background: #132222;
  margin: 20px 0 0 0;
  padding: 5px 20px 25px 20px;
}
.sg-form ul li {
  padding: 8px 0 0 0;
}
.sg-form ul li:before {
  display: none;
}
.sg-form ul li .phone-input {
  display: flex;
  position: relative;
}
.sg-form ul li .phone-input label {
  display: block;
  width: 100%;
}
.sg-form ul li .phone-input .phone-country {
  max-width: 95px;
  margin: 0 5px 0 0;
}
.sg-form .submit {
  text-align: center;
}
.sg-form .submit .button {
  padding: 15px 0 0 0;
}
.sg-form .submit .terms {
  font-size: 14px;
  color: #1d1d1d;
}
.sg-form .submit .terms a {
  color: #1d1d1d;
  text-decoration: underline;
}
.sg-page {
  padding: 5px 20px 25px 20px;
  text-align: left;
}
.sg-blog-list-item .image a {
  display: block;
}
.sg-blog-list-item .image a img {
  max-width: 100%;
  width: auto;
  max-height: 368px;
  height: auto;
}
.sg-blog-list-item .content h2 a,
.sg-blog-list-item .content h3 a {
  font-weight: 600;
  color: #1d1d1d;
}
.sg-blog-list-item .content .date {
  padding: 10px 0 0 0;
  font-size: 14px;
  color: #454848;
}
.sg-blog-article {
  text-align: center;
}
.sg-blog-article .content {
  text-align: left;
}
.sg-blog-article p {
  padding: 30px 0 0 0;
  line-height: 170%;
}
.sg-blog-article p.date {
  padding: 10px 0 0 0;
  font-size: 14px;
  color: #454848;
}
.sg-blog-article p.back {
  padding: 50px 0 0 0;
}
.sg-blog-article .image {
  margin: 30px 0 0 0;
}
.sg-blog-article .tools {
  margin: 25px auto 0 auto;
  max-width: 570px;
  background: #132222;
}
.sg-blog-article .tools ul {
  padding: 0;
  display: flex;
  justify-content: center;
}
.sg-blog-article .tools ul li {
  padding: 0;
  display: flex;
  align-items: center;
}
.sg-blog-article .tools ul li:before {
  display: none;
}
.sg-blog-article .tools ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  padding: 12px 0;
  margin: 0 20px 0 0;
}
.sg-blog-article .tools ul li a i {
  margin: 0 10px 0 0;
  transition: color 0.5s;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.sg-blog-article .tools ul li:last-child a {
  margin: 0;
}
.sg-tabs {
  margin: 20px 0 0 0;
}
.sg-tabs .sg-tabs-nav {
  display: none;
}
.sg-tabs .sg-tabs-item {
  position: relative;
}
.sg-tabs .sg-tabs-item .sg-tabs-title {
  text-align: left;
  cursor: pointer;
  font-size: 15px;
  background: #132222;
  border-top: 1px solid #212d2d;
  padding: 12px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sg-tabs .sg-tabs-item .sg-tabs-title:before,
.sg-tabs .sg-tabs-item .sg-tabs-title:after {
  content: '';
  position: absolute;
  height: 100%;
  border-top: 1px solid #212d2d;
  border-bottom: 1px solid #212d2d;
  background: #132222;
  width: 10000px;
  top: -1px;
  left: -10000px;
}
.sg-tabs .sg-tabs-item .sg-tabs-title:after {
  left: auto;
  right: -10000px;
}
.sg-tabs .sg-tabs-item .sg-tabs-title i {
  font-size: 10px;
  transition: transform 0.2s;
}
.sg-tabs .sg-tabs-item:last-child .sg-tabs-title {
  border-bottom: 1px solid #212d2d;
}
.sg-tabs .sg-tabs-item .sg-tabs-item-content {
  display: none;
  padding: 0 0 25px 0;
}
.sg-tabs .sg-tabs-item.open .sg-tabs-title {
  background: none;
}
.sg-tabs .sg-tabs-item.open .sg-tabs-title:before,
.sg-tabs .sg-tabs-item.open .sg-tabs-title:after {
  border-bottom: 0;
  background: none;
}
.sg-tabs .sg-tabs-item.open .sg-tabs-title i {
  transform: rotate(180deg);
}
.sg-tabs .sg-tabs-item.open:last-child:before {
  content: '';
  position: absolute;
  height: 1px;
  display: block;
  background: #132222;
  width: 10000px;
  bottom: 0;
  left: -5000px;
}
.sg-tabs .sg-tabs-item.open:last-child .sg-tabs-title {
  border-bottom: 0;
}
.sg-tabs.ajax .sg-tabs-nav {
  display: block;
}
.sg-tabs.ajax .sg-tabs-nav ul {
  padding: 0;
}
.sg-tabs.ajax .sg-tabs-nav ul li {
  padding: 0;
}
.sg-tabs.ajax .sg-tabs-nav ul li:before {
  display: none;
}
.sg-tabs.ajax .sg-tabs-nav ul li a {
  color: #1d1d1d;
  text-align: left;
  cursor: pointer;
  font-size: 15px;
  display: block;
  background: #132222;
  font-weight: 600;
  border-top: 1px solid #212d2d;
  padding: 10px 0;
  position: relative;
}
.sg-tabs.ajax .sg-tabs-nav ul li a:before,
.sg-tabs.ajax .sg-tabs-nav ul li a:after {
  content: '';
  position: absolute;
  height: 100%;
  border-top: 1px solid #212d2d;
  border-bottom: 1px solid #212d2d;
  background: #132222;
  width: 10000px;
  top: -1px;
  left: -10000px;
}
.sg-tabs.ajax .sg-tabs-nav ul li a:after {
  left: auto;
  right: -10000px;
}
.sg-tabs.ajax .sg-tabs-nav ul li a.active {
  color: #6c9900;
}
.sg-tabs.ajax .sg-tabs-nav ul li:last-child a {
  border-bottom: 1px solid #212d2d;
}
.sg-tabs.ajax .sg-tabs-item {
  position: relative;
}
.sg-tabs.ajax .sg-tabs-item .sg-tabs-title {
  display: none;
}
.sg-table {
  padding: 25px 0 0 0;
}
.sg-table .row {
  display: flex;
}
.sg-table .row .col {
  padding: 10px;
  display: flex;
  box-sizing: border-box;
  flex: 1;
  border-right: 1px solid #0c1c1d;
}
.sg-table .row .col:last-child {
  border: 0;
}
.sg-table .row:nth-child(odd) .col {
  background: #132222;
}
.sg-modal {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}
.sg-modal .in {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.sg-modal .in .content {
  box-shadow: 0 0 50px #000000;
  background: #0c1c1d;
  border-top: 5px solid #6c9900;
  width: 100%;
  text-align: left;
  margin: 0 15px;
  box-sizing: border-box;
  position: relative;
  padding: 45px 20px 30px 20px;
}
.sg-modal .in .content h2 {
  padding: 0;
  font-size: 28px;
}
.sg-modal .in .content ul {
  padding: 10px 0 0 0;
}
.sg-modal .in .content ul li {
  padding: 10px 0 0 0;
}
.sg-modal .in .content ul li:before {
  display: none;
}
.sg-modal .in .content ul li .title {
  font-size: 13px;
  display: block;
}
.sg-modal .in .content ul li .form {
  padding: 3px 0 0 0;
  display: block;
}
.sg-modal .in .content .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.5s;
}
.sub h1 {
  font-size: 32px;
}
.sub h2 {
  font-size: 22px;
}
.sub h3 {
  font-size: 15px;
}
.no-touch a:hover {
  color: #6c9900;
}
.no-touch .sg-input:hover,
.no-touch .sg-textarea:hover,
.no-touch .sg-input:focus,
.no-touch .sg-textarea:focus {
  border-color: #bababa;
}
.no-touch .sg-button.black:hover {
  color: #ffffff;
}
.no-touch .sg-button.outline:hover {
  background: #1d1d1d;
  color: #ffffff;
  border-color: #1d1d1d;
}
.no-touch .sg-button.icon.right-arrow:hover {
  flex-direction: row-reverse;
}
.no-touch .sg-button.icon.right-arrow:hover i {
  padding: 0 10px 0 0;
}
.no-touch .sg-arrow-link:hover {
  flex-direction: row-reverse;
  color: #535353;
}
.no-touch .sg-arrow-link:hover i {
  padding: 0 10px 0 0;
}
.no-touch .sg-category-banner:hover:before {
  color: #ffffff;
}
.no-touch .sg-category-banner:hover p {
  color: #ffffff;
}
.no-touch .sg-category-banner:hover p.category {
  color: #ffffff;
}
.no-touch .sg-category-banner:hover .title {
  color: #6c9900;
}
.no-touch .sg-category-banner:hover .title a {
  color: #6c9900;
}
.no-touch .sg-category-banner:hover .image-hover {
  opacity: 1;
}
.no-touch .sg-blog-item .content h3 a:hover {
  color: #6c9900;
}
.no-touch .sg-submenu .content ul li a:hover {
  color: #6c9900;
}
.no-touch .sg-submenu .content ul li.active ul li a:hover {
  color: #6c9900;
}
.no-touch .sg-cart .list {
  overflow: auto;
  padding-bottom: 10px;
}
.no-touch .sg-cart .list .row {
  min-width: 480px;
}
.no-touch .sg-cart .list .row.header .col {
  padding: 19px 5px 13px 5px;
}
.no-touch .sg-cart .list .row.header .col.title {
  flex: 1 0 34%;
}
.no-touch .sg-cart .list .row.header .col.delivery {
  flex: 0 0 10%;
  text-align: center;
}
.no-touch .sg-cart .list .row.header .col.price {
  flex: 0 0 10%;
}
.no-touch .sg-cart .list .row.header .col.total {
  flex: 0 0 24%;
  text-align: right;
}
.no-touch .sg-cart .list .row.body .col {
  padding: 22px 5px;
}
.no-touch .sg-cart .list .row.body .col.title {
  flex: 1 0 34%;
}
.no-touch .sg-cart .list .row.body .col.delivery {
  flex: 0 0 10%;
  text-align: center;
}
.no-touch .sg-cart .list .row.body .col.price {
  flex: 0 0 10%;
}
.no-touch .sg-cart .list .row.body .col.total {
  display: flex;
  justify-content: end;
  flex: 0 0 24%;
}
.no-touch .sg-cart .list .row.body .col.pcs .count input:hover,
.no-touch .sg-cart .list .row.body .col.pcs .count input:focus {
  border-color: #212d2d;
}
.no-touch .sg-cart .list .row.body .col.total .remove:hover {
  border-color: #d52a2a;
}
.no-touch .sg-cart .list .row.body .col.total .remove:hover:before,
.no-touch .sg-cart .list .row.body .col.total .remove:hover:after {
  background: #d52a2a;
}
.no-touch .sg-cart .list .discount .vouchers .list ul li .remove:hover {
  border-color: #d52a2a;
}
.no-touch .sg-cart .list .discount .vouchers .list ul li .remove:hover:before,
.no-touch .sg-cart .list .discount .vouchers .list ul li .remove:hover:after {
  background: #d52a2a;
}
.no-touch .sg-form .submit .terms a:hover {
  color: #6c9900;
}
.no-touch .sg-blog-list-item .content h3 a:hover {
  color: #6c9900;
}
.no-touch .sg-blog-article .tools ul li a:hover i {
  color: #6c9900;
}
.no-touch .sg-tabs.ajax .sg-tabs-nav ul li a:hover {
  color: #6c9900;
}
.no-touch .sg-modal .in .content .close:hover {
  color: #6c9900;
}
@media only screen and (min-width: 480px) {
  .sg-category-banner {
    cursor: pointer;
    position: relative;
  }
  .sg-category-banner:before {
    font-size: 22px;
    bottom: 38px;
  }
  .sg-category-banner .category {
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  .sg-category-banner .title {
    font-size: 26px;
    top: 40px;
    left: 20px;
  }
  .sg-product-item .image {
    padding: 0 40px;
  }
  .sg-product-item .image a img {
    max-height: 232px;
  }
  .sg-blog-item .image a img {
    max-height: 310px;
  }
  .sg-cart .details .contact ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sg-cart .details .contact ul li {
    flex: 0 1 100%;
    box-sizing: border-box;
  }
  .sg-cart .details .contact ul li.half {
    flex: 0 1 50%;
  }
  .sg-cart .nav {
    flex-direction: unset;
    justify-content: space-between;
  }
  .sg-modal .in .content {
    padding: 50px 30px 35px 30px;
    width: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .sg-category-banner:before {
    bottom: 33px;
  }
  .sg-category-banner .category {
    top: 17px;
  }
  .sg-category-banner .title {
    font-size: 22px;
  }
  .sg-product-item .image a img {
    max-height: 176px;
  }
  .sg-product-item .title {
    padding: 20px 40px 0 40px;
  }
  .sg-product-item .labels ul {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  .sg-product-item .labels ul li {
    width: auto;
    margin: 0 !important;
  }
  .sg-blog-item .image a img {
    max-height: 169px;
  }
  .sg-submenu .all a {
    padding: 16px 20px 15px 20px;
  }
  .sg-submenu .content {
    padding: 30px;
  }
  .sg-filter .all a {
    justify-content: flex-end;
  }
  .sg-filter .content {
    padding: 5px 30px 30px 30px;
  }
  .sg-cart .steps ul li {
    flex: 0 1 30%;
  }
  .sg-cart .steps ul li:before {
    display: block;
    color: #454848;
    font-size: 13px;
    left: auto;
    right: -26px;
    top: 15px;
  }
  .sg-cart .steps ul li:last-child:before {
    display: none;
  }
  .sg-cart .steps ul li span {
    flex: 0 1 20%;
    font-size: 20px;
    height: auto;
    border-bottom: 0;
    box-sizing: border-box;
    border-right: 1px solid #212d2d;
  }
  .sg-cart .steps ul li strong {
    flex: 0 1 80%;
    padding: 15px 10px;
    font-size: 16px;
    text-align: left;
  }
  .sg-cart .steps ul li a {
    flex-direction: row;
  }
  .sg-cart .list {
    font-size: 15px;
  }
  .sg-cart .list .row .col {
    padding: 16px 5px;
    justify-content: flex-start;
  }
  .sg-cart .list .row.header .col {
    font-size: 18px;
  }
  .sg-cart .list .row.body .col.price strong span {
    padding: 0 0 0 5px;
  }
  .sg-cart .list .row.body .col.pcs .math {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #212d2d;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    width: 40px;
    box-sizing: border-box;
    padding: 0;
    text-align: right;
  }
  .sg-cart .list .row.body .col.pcs .math a {
    padding-top: 3px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #454848;
  }
  .sg-cart .list .row.body .col.pcs .math.minus {
    border-right: 0;
  }
  .sg-cart .list .row.body .col.pcs .math.plus {
    border-left: 0;
  }
  .sg-cart .list .row.body .col.pcs .count input {
    height: 40px;
  }
  .sg-cart .list .row.body .col.total {
    justify-content: space-between;
  }
  .sg-cart .list .row.body .col.total strong span {
    padding: 0 0 0 5px;
  }
  .sg-cart .list .row.body .col.total .remove {
    margin: 0 0 0 5px;
    width: 30px;
    height: 30px;
  }
  .sg-cart .list .row.body .col.total .remove:before,
  .sg-cart .list .row.body .col.total .remove:after {
    width: 16px;
  }
  .sg-cart .list .discount {
    padding: 20px 0 0 0;
  }
  .sg-cart .list .discount .vouchers {
    width: 55%;
  }
  .sg-cart .list .discount .vouchers .add ul li .title {
    padding: 20px 0 0 0;
    font-size: 15px;
  }
  .sg-cart .list .discount .vouchers .add ul li .form {
    margin: 5px 0 0;
  }
  .sg-cart .list .discount .vouchers .add ul li .sg-button {
    margin: 5px 0 0;
  }
  .sg-cart .details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sg-cart .details .options {
    flex: 0 1 48%;
    font-size: 15px;
    margin: 40px 0 0 0;
  }
  .sg-cart .details .options p {
    font-size: 18px;
    padding: 12px 25px;
  }
  .sg-cart .details .options ul {
    padding: 15px 0;
  }
  .sg-cart .details .options ul li {
    padding: 8px 25px;
  }
  .sg-cart .details .options-group {
    flex: 0 1 48%;
    margin: 20px 0 0 0;
  }
  .sg-cart .details .options-group .options {
    margin: 20px 0 0 0;
  }
  .sg-cart .details .contact {
    flex: 0 1 100%;
    font-size: 15px;
  }
  .sg-cart .details .contact p {
    font-size: 18px;
    padding: 12px 25px;
  }
  .sg-cart .details .contact ul {
    padding: 15px 0 18px 0;
  }
  .sg-cart .details .contact ul li {
    padding: 8px 25px;
  }
  .sg-cart .details .contact ul li .form {
    padding: 5px 0 0 0;
  }
  .sg-cart .details .contact .toggle {
    padding: 25px 25px 23px 25px;
  }
  .sg-cart .details .customer {
    flex: 0 1 48%;
    margin: 40px 0 0 0;
    font-size: 15px;
  }
  .sg-cart .details .customer p {
    font-size: 18px;
    padding: 12px 25px;
  }
  .sg-cart .details .customer ul li {
    padding: 8px 25px;
  }
  .sg-cart .details .terms {
    font-size: 15px;
  }
  .sg-cart .summary {
    margin: 40px 0 0 0;
  }
  .sg-cart .summary .content {
    font-size: 15px;
  }
  .sg-cart .summary .content p {
    font-size: 18px;
    padding: 12px 25px;
  }
  .sg-cart .summary .content ul {
    padding: 15px 0 18px 0;
  }
  .sg-cart .summary .content ul.total {
    padding: 15px 0;
  }
  .sg-cart .summary .content ul.total strong:last-child {
    font-size: 18px;
  }
  .sg-cart .summary .content ul li {
    padding: 8px 25px;
  }
  .sg-cart .summary.last-step {
    margin: 25px 0 0 0;
  }
  .sg-cart .nav {
    padding: 25px 0 0 0;
  }
  .sg-form,
  sg-page {
    padding: 20px 35px 40px 35px;
  }
  .sg-form ul li,
  sg-page ul li {
    padding: 10px 0 0 0;
  }
  .sg-form .submit,
  sg-page .submit {
    display: flex;
  }
  .sg-form .submit .button,
  sg-page .submit .button {
    margin: 0 30px 0 0;
  }
  .sg-form .submit .terms,
  sg-page .submit .terms {
    flex: 0 1 300px;
    text-align: left;
  }
  .sg-blog-list-item {
    display: flex;
    justify-content: space-between;
  }
  .sg-blog-list-item .image {
    flex: 0 1 35%;
  }
  .sg-blog-list-item .image a img {
    max-height: 136px;
  }
  .sg-blog-list-item .content {
    flex: 0 1 60%;
  }
  .sg-blog-list-item .content h3 {
    padding: 0;
  }
  .sg-blog-article .tools {
    margin: 35px auto 0 auto;
  }
  .sg-blog-article .tools ul li a {
    margin: 0 30px 0 0;
  }
  .sg-tabs {
    position: relative;
  }
  .sg-tabs .sg-tabs-nav {
    display: block;
  }
  .sg-tabs .sg-tabs-nav ul {
    position: relative;
    display: flex;
  }
  .sg-tabs .sg-tabs-nav ul:before {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    height: 1px;
    bottom: 0;
  }
  .sg-tabs .sg-tabs-nav ul li {
    padding: 0;
    display: inline-flex;
  }
  .sg-tabs .sg-tabs-nav ul li:before {
    display: none;
  }
  .sg-tabs .sg-tabs-nav ul li span {
    background: #eeeeee;
    cursor: pointer;
    color: #535353;
    font-weight: 600;
    display: flex;
    font-size: 13px;
    align-items: center;
    border: 1px solid #212d2d;
    padding: 0 15px;
    height: 46px;
    transition: color 0.5s, background 0.5s;
    box-sizing: border-box;
  }
  .sg-tabs .sg-tabs-nav ul li span.active {
    background: #0c1c1d;
    color: #1d1d1d;
    border-bottom-color: #0c1c1d;
  }
  .sg-tabs .sg-tabs-item .sg-tabs-title {
    display: none;
  }
  .sg-tabs.pagewide:before {
    content: '';
    height: calc(100% - 66px);
    position: absolute;
    display: block;
    width: 10000px;
    top: 65px;
    left: -5000px;
    background: #0c1c1d;
    border-top: 1px solid #212d2d;
    border-bottom: 1px solid #212d2d;
  }
  .sg-tabs.invert:before {
    background: #eeeeee;
  }
  .sg-tabs.invert .sg-tabs-nav ul li span {
    background: #0c1c1d;
    color: #1d1d1d;
  }
  .sg-tabs.invert .sg-tabs-nav ul li span.active {
    background: #eeeeee;
    border-bottom-color: #eeeeee;
  }
  .sg-tabs.invert .sg-tabs-item .sg-tabs-item-content {
    padding: 15px 0 35px 0;
    background: #eeeeee;
  }
  .sg-tabs.ajax .sg-tabs-nav {
    display: block;
  }
  .sg-tabs.ajax .sg-tabs-nav ul {
    position: relative;
    display: flex;
  }
  .sg-tabs.ajax .sg-tabs-nav ul:before {
    content: '';
    width: 100%;
    background: #eeeeee;
    display: block;
    position: absolute;
    left: 0;
    height: 1px;
    bottom: 0;
  }
  .sg-tabs.ajax .sg-tabs-nav ul li {
    padding: 0;
    display: inline-flex;
  }
  .sg-tabs.ajax .sg-tabs-nav ul li:before {
    display: none;
  }
  .sg-tabs.ajax .sg-tabs-nav ul li a {
    background: #eeeeee;
    cursor: pointer;
    color: #535353;
    font-weight: 600;
    display: flex;
    font-size: 13px;
    align-items: center;
    border: 1px solid #212d2d;
    padding: 0 15px;
    height: 46px;
    transition: color 0.5s, background 0.5s;
    box-sizing: border-box;
  }
  .sg-tabs.ajax .sg-tabs-nav ul li a:before,
  .sg-tabs.ajax .sg-tabs-nav ul li a:after {
    display: none;
  }
  .sg-tabs.ajax .sg-tabs-nav ul li a.active {
    background: #0c1c1d;
    color: #1d1d1d;
    border-bottom-color: #0c1c1d;
  }
  .sg-modal .in .content {
    padding: 70px 80px 45px 80px;
    width: 480px;
  }
  .sg-modal .in .content ul {
    padding: 25px 0 0 0;
  }
  .sg-modal .in .content ul li .title {
    font-size: 15px;
  }
  .sg-modal .in .content ul li .form {
    padding: 5px 0 0 0;
  }
  .no-touch .sg-cart .list .row.header .col {
    padding: 19px 5px 13px 5px;
  }
  .no-touch .sg-cart .list .row.header .col.title {
    flex: 0 1 44%;
  }
  .no-touch .sg-cart .list .row.header .col.delivery {
    flex: 0 0 10%;
    text-align: center;
  }
  .no-touch .sg-cart .list .row.header .col.price {
    flex: 0 0 10%;
  }
  .no-touch .sg-cart .list .row.header .col.total {
    flex: 0 0 18%;
  }
  .no-touch .sg-cart .list .row.body .col {
    padding: 22px 5px;
  }
  .no-touch .sg-cart .list .row.body .col.title {
    flex: 0 1 44%;
  }
  .no-touch .sg-cart .list .row.body .col.delivery {
    flex: 0 0 10%;
    text-align: center;
  }
  .no-touch .sg-cart .list .row.body .col.price {
    flex: 0 0 10%;
  }
  .no-touch .sg-cart .list .row.body .col.total {
    flex: 0 0 18%;
  }
  .no-touch .sg-cart .list .row.body .col.pcs .math a:hover {
    color: #6c9900;
  }
  .no-touch .sg-cart .list .row.body .col.pcs .math a:hover {
    color: #6c9900;
  }
  .no-touch .sg-tabs .sg-tabs-nav ul li span:hover {
    color: #6c9900;
  }
  .no-touch .sg-tabs .sg-tabs-nav ul li span.active:hover {
    color: #1d1d1d;
  }
  .no-touch .sg-tabs.ajax .sg-tabs-nav ul li a.active:hover {
    color: #1d1d1d;
  }
}
@media only screen and (min-width: 1024px) {
  .sg-category-banner:before {
    bottom: 50px;
    left: 20px;
  }
  .sg-category-banner .category {
    left: 25px;
    top: 23px;
  }
  .sg-category-banner .title {
    font-size: 28px;
    left: 25px;
    padding: 5px 0 0 0;
  }
  .sg-product-item .image {
    padding: 0;
  }
  .sg-product-item .image a img {
    max-height: 200px;
  }
  .sg-product-item .title {
    padding: 30px 40px 0 40px;
  }
  .sg-blog-item .image a img {
    max-height: 150px;
  }
  .sg-submenu .all a {
    padding: 16px 30px 15px 30px;
  }
  .sg-cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sg-cart .steps {
    flex: 0 1 100%;
  }
  .sg-cart .steps ul li {
    flex: 0 1 31%;
  }
  .sg-cart .steps ul li:before {
    right: -25px;
    top: 18px;
  }
  .sg-cart .list {
    flex: 0 1 66.5%;
    margin: 35px 0 0 0;
  }
  .sg-cart .list .row.header .col {
    padding: 19px 5px 13px 5px;
  }
  .sg-cart .list .row.header .col.title {
    flex: 0 1 44%;
  }
  .sg-cart .list .row.header .col.delivery {
    flex: 0 0 10%;
    text-align: center;
  }
  .sg-cart .list .row.header .col.price {
    flex: 0 0 10%;
  }
  .sg-cart .list .row.header .col.total {
    flex: 0 0 18%;
  }
  .sg-cart .list .row.body .col {
    padding: 22px 5px;
  }
  .sg-cart .list .row.body .col.title {
    flex: 0 1 44%;
  }
  .sg-cart .list .row.body .col.delivery {
    flex: 0 0 10%;
    text-align: center;
  }
  .sg-cart .list .row.body .col.price {
    flex: 0 0 10%;
  }
  .sg-cart .list .row.body .col.total {
    flex: 0 0 18%;
  }
  .sg-cart .list .discount .vouchers {
    width: 65%;
  }
  .sg-cart .list.last-step {
    flex: 0 1 100%;
  }
  .sg-cart .list.last-step .row.header .col.title {
    flex: 1 0 44%;
  }
  .sg-cart .list.last-step .row.header .col.delivery {
    flex: 0 0 10%;
  }
  .sg-cart .list.last-step .row.header .col.price {
    flex: 0 0 10%;
  }
  .sg-cart .list.last-step .row.header .col.total {
    flex: 0 0 18%;
  }
  .sg-cart .list.last-step .row.body .col.image {
    display: flex;
    flex: 0 0 10%;
  }
  .sg-cart .list.last-step .row.body .col.title {
    flex: 0 0 34%;
  }
  .sg-cart .list.last-step .row.body .col.delivery {
    flex: 0 0 10%;
    text-align: center;
  }
  .sg-cart .list.last-step .row.body .col.price {
    flex: 0 0 10%;
  }
  .sg-cart .list.last-step .row.body .col.total {
    flex: 0 0 18%;
  }
  .sg-cart .details {
    flex: 0 1 66.5%;
  }
  .sg-cart .details .terms {
    flex: 0 1 100%;
  }
  .sg-cart .details.last-step {
    flex: 0 1 100%;
  }
  .sg-cart .summary {
    flex: 0 1 31%;
  }
  .sg-cart .summary.last-step {
    margin: 40px 0 0 0;
  }
  .sg-cart .nav {
    flex: 0 1 100%;
  }
  .sg-form,
  sg-page {
    padding: 30px 65px 70px 65px;
    box-sizing: border-box;
  }
  .sg-blog-list-item .image {
    flex: 0 1 330px;
  }
  .sg-blog-list-item .image a img {
    max-height: 270px;
  }
  .sg-blog-list-item .content {
    flex: 0 1 calc(100% - 380px);
    position: relative;
    box-sizing: border-box;
    padding: 0 0 35px 0;
  }
  .sg-blog-list-item .content .more {
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .sg-tabs .sg-tabs-nav ul {
    padding: 30px 0 0 10px;
    box-sizing: border-box;
  }
  .sg-tabs .sg-tabs-nav ul li span {
    height: 50px;
    font-size: 15px;
    padding: 0 20px;
  }
  .sg-tabs.pagewide:before {
    top: 79px;
    height: calc(100% - 80px);
  }
  .sg-tabs.ajax .sg-tabs-nav ul {
    padding: 30px 0 0 10px;
    box-sizing: border-box;
  }
  .sg-tabs.ajax .sg-tabs-nav ul li a {
    height: 50px;
    font-size: 15px;
    padding: 0 20px;
  }
  .sg-table .row .col {
    padding: 15px;
  }
  .sub h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1200px) {
  .sg-category-banner:before {
    bottom: 40px;
  }
  .sg-category-banner .category {
    top: 20px;
  }
  .sg-category-banner .title {
    font-size: 24px;
    padding: 2px 0 0 0;
  }
  .sg-product-item .image a img {
    max-height: 220px;
  }
  .sg-product-item .title {
    padding: 40px 50px 0 50px;
  }
  .sg-blog-item .image a img {
    max-height: 175px;
  }
  .sg-cart .steps ul li {
    flex: 0 1 30%;
  }
  .sg-cart .steps ul li:before {
    right: -36px;
    top: 19px;
  }
  .sg-cart .steps ul li span {
    flex: 0 1 17%;
  }
  .sg-cart .steps ul li strong {
    padding: 15px 15px 13px 15px;
    font-size: 20px;
  }
  .sg-cart .list {
    flex: 0 1 67%;
  }
  .sg-cart .list.last-step .row.header .col.title {
    flex: 1 0 44%;
  }
  .sg-cart .list.last-step .row.body .col.title {
    flex: 0 0 34%;
  }
  .sg-cart .list.last-step .row.body .col.title .image {
    display: flex;
    flex: 0 1 20%;
  }
  .sg-cart .details {
    flex: 0 1 67%;
  }
  .sg-cart .details .contact ul {
    padding: 25px 0 28px 0;
  }
  .sg-cart .details .contact ul li {
    align-items: center;
    display: flex;
  }
  .sg-cart .details .contact ul li .title {
    flex: 0 1 170px;
  }
  .sg-cart .details .contact ul li .form {
    flex: 0 1 calc(100% - 170px);
    padding: 0;
  }
  .sg-cart .details.last-step .contact ul li {
    align-items: flex-start;
  }
  .sg-cart .summary {
    flex: 0 1 30%;
  }
  .sg-table .row .col {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .sg-category-banner:before {
    bottom: 45px;
    left: 27px;
    font-size: 24px;
  }
  .sg-category-banner .category {
    top: 30px;
    left: 30px;
  }
  .sg-category-banner .title {
    font-size: 26px;
    left: 30px;
    top: 50px;
  }
  .sg-blog-item .image a img {
    max-height: 165px;
  }
  .sg-cart .steps ul li {
    flex: 0 1 28%;
  }
  .sg-cart .steps ul li:before {
    right: -64px;
  }
  .sg-cart .list {
    flex: 0 1 69%;
  }
  .sg-cart .list .row.header .col.title {
    flex: 1 0 44%;
  }
  .sg-cart .list .row.header .col.price {
    flex: 0 0 10%;
    text-align: center;
  }
  .sg-cart .list .row.header .col.delivery {
    flex: 0 0 10%;
    text-align: center;
  }
  .sg-cart .list .row.header .col.total {
    flex: 0 0 18%;
    text-align: center;
  }
  .sg-cart .list .row.body .col.title {
    flex: 1 0 44%;
    padding: 22px 10px;
  }
  .sg-cart .list .row.body .col.title .image {
    display: flex;
    flex: 0 1 20%;
  }
  .sg-cart .list .row.body .col.delivery {
    display: flex;
    flex: 0 0 10%;
    padding: 22px 10px;
    text-align: center;
  }
  .sg-cart .list .row.body .col.delivery strong {
    text-align: center;
  }
  .sg-cart .list .row.body .col.price {
    flex: 0 0 10%;
  }
  .sg-cart .list .row.body .col.pcs .math {
    width: 50px;
    height: 50px;
    font-size: 29px;
  }
  .sg-cart .list .row.body .col.pcs .count input {
    height: 50px;
    width: 50px;
    font-size: 15px;
    padding: 0 10px;
  }
  .sg-cart .list .row.body .col.total {
    flex: 0 0 18%;
  }
  .sg-cart .list .row.body .col.total .remove {
    width: 50px;
    box-sizing: border-box;
    height: 50px;
  }
  .sg-cart .list .row.body .col.total .remove:before,
  .sg-cart .list .row.body .col.total .remove:after {
    width: 18px;
  }
  .sg-cart .list .discount .vouchers {
    width: 50%;
  }
  .sg-cart .details {
    flex: 0 1 69%;
  }
  .sg-cart .details .contact ul {
    padding: 25px 30% 28px 0;
  }
  .sg-cart .details.last-step .contact ul {
    padding-right: 0;
  }
  .sg-cart .details.last-step .contact ul li {
    justify-content: space-between;
  }
  .sg-cart .details.last-step .contact ul li .title {
    flex: 0 1 220px;
  }
  .sg-cart .details.last-step .contact ul li .form {
    flex: 0 1 calc(100% - 280px);
  }
  .sg-cart .summary {
    flex: 0 1 28%;
  }
  .sg-table .row .col {
    padding: 15px 25px;
  }
  .sub h1 {
    font-size: 44px;
  }
}
.open-tab {
  cursor: pointer;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.content p a,
.right-side p a,
.sg-tabs-item p a {
  text-decoration: underline;
}
.ckeditor p a,
.sg-tabs-item-content p a,
.ckeditor li a,
.sg-tabs-item-content li a {
  text-decoration: underline;
}
.ckeditor table,
.sg-tabs-item-content table {
  border-collapse: collapse;
}
.ckeditor table td,
.sg-tabs-item-content table td {
  border: 1px solid black;
}
.stars-widget .plus,
.count-form .plus,
.stars-widget .minus,
.count-form .minus {
  position: relative;
  cursor: pointer;
}
.stars-widget .plus a,
.count-form .plus a,
.stars-widget .minus a,
.count-form .minus a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.stars-widget .plus::before,
.count-form .plus::before,
.stars-widget .minus::before,
.count-form .minus::before,
.stars-widget .plus::after,
.count-form .plus::after,
.stars-widget .minus::after,
.count-form .minus::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: #535353;
  border: none;
  box-sizing: content-box;
}
.stars-widget .plus::before,
.count-form .plus::before,
.stars-widget .minus::before,
.count-form .minus::before {
  width: 40%;
  height: 8%;
  left: 30%;
  top: 46%;
}
.stars-widget .plus::after,
.count-form .plus::after {
  height: 40%;
  width: 8%;
  top: 30%;
  left: 46%;
}
.wrap {
  position: relative;
  width: 100%;
}
.wrap .in {
  position: relative;
  padding: 10px 15px 30px 15px;
  margin: 0 auto;
}
.wrap .in.cols .right-side .paging,
.wrap .in.wide-list .right-side .paging {
  text-align: center;
  border-top: 1px solid #212d2d;
  margin: 25px 0 0 0;
}
.wrap .in.cols .right-side .paging ul,
.wrap .in.wide-list .right-side .paging ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrap .in.cols .right-side .paging ul li,
.wrap .in.wide-list .right-side .paging ul li {
  padding: 0 2px;
}
.wrap .in.cols .right-side .paging ul li:before,
.wrap .in.wide-list .right-side .paging ul li:before {
  display: none;
}
.wrap .in.cols .right-side .paging ul li a,
.wrap .in.wide-list .right-side .paging ul li a,
.wrap .in.cols .right-side .paging ul li span,
.wrap .in.wide-list .right-side .paging ul li span {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  padding: 5px 10px;
}
.wrap .in.cols .right-side .paging ul li a i,
.wrap .in.wide-list .right-side .paging ul li a i,
.wrap .in.cols .right-side .paging ul li span i,
.wrap .in.wide-list .right-side .paging ul li span i {
  font-size: 14px;
  line-height: 19px;
}
.wrap .in.cols .right-side .paging ul li a.active,
.wrap .in.wide-list .right-side .paging ul li a.active,
.wrap .in.cols .right-side .paging ul li span.active,
.wrap .in.wide-list .right-side .paging ul li span.active,
.wrap .in.cols .right-side .paging ul li a:hover,
.wrap .in.wide-list .right-side .paging ul li a:hover,
.wrap .in.cols .right-side .paging ul li span:hover,
.wrap .in.wide-list .right-side .paging ul li span:hover {
  background-color: #6c9900;
  color: white;
}
.wrap .in.cols .right-side .paging ul li span,
.wrap .in.wide-list .right-side .paging ul li span {
  font-size: 10px;
}
.wrap .in.cols .right-side .paging ul li.first i,
.wrap .in.wide-list .right-side .paging ul li.first i,
.wrap .in.cols .right-side .paging ul li.last i,
.wrap .in.wide-list .right-side .paging ul li.last i {
  letter-spacing: -5px;
  position: relative;
  left: -2px;
}
.wrap .in.cols .right-side .paging .total,
.wrap .in.wide-list .right-side .paging .total {
  font-size: 14px;
}
.wrap .in.cols .right-side .paging .more .loading,
.wrap .in.wide-list .right-side .paging .more .loading {
  display: none;
}
.wrap .in.cols .right-side .paging .more .waiting,
.wrap .in.wide-list .right-side .paging .more .waiting {
  cursor: progress;
  background-color: #132222;
}
.wrap .in.cols .right-side .paging .more .waiting span,
.wrap .in.wide-list .right-side .paging .more .waiting span {
  display: none;
}
.wrap .in.cols .right-side .paging .more .waiting span.loading,
.wrap .in.wide-list .right-side .paging .more .waiting span.loading {
  display: block;
}
.visible-xs {
  display: block;
}
.hidden-xs {
  display: none;
}
/**
* for using JS 'boston/assets/js/slidemore.js' like here 'boston/app/Front/Doctrine/Products/Presenters/templates/List/@list.latte'
*/
@media only screen and (min-width: 480px) {
  .wrap .in {
    padding: 10px 25px 30px 25px;
  }
  .visible-xs {
    display: none;
  }
  .hidden-xs {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .wrap .in {
    padding: 10px 0 30px 0;
    width: 730px;
  }
  .wrap .in.cols {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .wrap .in.cols .right-side {
    flex: 0 1 65%;
    padding: 17px 0 0 0;
  }
  .wrap .in.cols .left-side {
    flex: 0 1 31%;
    padding: 20px 0 0 0;
    max-width: 31%;
  }
}
@media only screen and (min-width: 1024px) {
  .wrap .in {
    width: 970px;
  }
  .wrap .in.cols .right-side .paging,
  .wrap .in.wide-list .right-side .paging {
    display: flex;
    margin: 10px 0;
    border: 0;
    align-items: center;
  }
  .wrap .in.cols .right-side .paging ul,
  .wrap .in.wide-list .right-side .paging ul {
    margin: 0 0 0 auto;
    padding: 0;
  }
  .wrap .in.cols .right-side .paging .total,
  .wrap .in.wide-list .right-side .paging .total {
    margin: 0 25px 0 0;
    padding: 0;
  }
  .wrap .in.cols .right-side .paging .more,
  .wrap .in.wide-list .right-side .paging .more {
    padding: 0;
  }
  .wrap .in.cols .right-side {
    flex: 0 1 68%;
    padding: 22px 0 0 0;
  }
  .wrap .in.cols .left-side {
    flex: 0 1 28%;
    padding: 25px 0 0 0;
    max-width: 28%;
  }
}
@media only screen and (min-width: 1200px) {
  .wrap .in {
    width: 1140px;
  }
  .wrap .in.cols .right-side {
    flex: 0 1 69%;
    padding: 27px 0 0 0;
  }
  .wrap .in.cols .left-side {
    flex: 0 1 27%;
    padding: 30px 0 0 0;
    max-width: 27%;
  }
}
@media only screen and (min-width: 1600px) {
  .wrap .in {
    width: 1440px;
  }
  .wrap .in.cols .right-side {
    flex: 0 1 74%;
  }
  .wrap .in.cols .left-side {
    flex: 0 1 22%;
    max-width: 22%;
  }
}
#header {
  z-index: 2;
}
#header .top {
  background: #0c1c1d;
  position: relative;
  z-index: 1;
}
#header .top .in {
  padding: 8px 15px;
}
#header .top .in ul {
  padding: 0;
  display: flex;
  justify-content: center;
}
#header .top .in ul li {
  font-size: 12px;
  padding: 0 21px 0 0;
}
#header .top .in ul li:before {
  content: '';
  width: 2px;
  height: 13px;
  display: block;
  background: #355151;
  top: 2px;
  left: auto;
  right: 9px;
}
#header .top .in ul li:nth-child(2),
#header .top .in ul li:last-child {
  padding: 0;
}
#header .top .in ul li:nth-child(2):before,
#header .top .in ul li:last-child:before {
  display: none;
}
#header .top .in ul li:last-child {
  display: none;
}
#header .top .in ul li a {
  color: #476767;
}
#header .top .in ul li a span {
  color: #355151;
  transition: color 0.5s;
}
#header .top .in ul li a:hover {
  color: #6c9900;
}
#header .nav {
  background: #0c1c1d;
  border-top: 1px solid #aab0b0;
}
#header .nav .in {
  display: flex;
  text-align: left;
  padding: 0 0 0 15px;
  height: 50px;
  align-items: center;
  justify-content: space-between;
}
#header .nav .in .logo {
  display: flex;
  align-content: center;
  padding: 2px 0;
  flex-grow: 1;
  z-index: 10;
}
#header .nav .in .logo a {
  display: block;
}
#header .nav .in .logo a img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 40px;
}
#header .nav .in .logo a img.svg {
  height: 100px;
}
#header .nav .in .toggles {
  padding: 0;
  display: flex;
  height: 100%;
}
#header .nav .in .toggles li {
  padding: 0;
  border-left: 1px solid #aab0b0;
  min-width: 34px;
}
#header .nav .in .toggles li:before {
  display: none;
}
#header .nav .in .toggles li span,
#header .nav .in .toggles li a {
  height: 100%;
  cursor: pointer;
  transition: color 0.5s;
  color: #aab0b0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#header .nav .in .toggles li span.search-toggle,
#header .nav .in .toggles li a.search-toggle {
  font-size: 20px;
  z-index: 3;
  transition: background 0.2s, color 0.2s;
}
#header .nav .in .toggles li span.search-toggle.active,
#header .nav .in .toggles li a.search-toggle.active {
  color: #ffffff;
  background: #6c9900;
}
#header .nav .in .toggles li span.lang-toggle,
#header .nav .in .toggles li a.lang-toggle,
#header .nav .in .toggles li span.currency-toggle,
#header .nav .in .toggles li a.currency-toggle {
  font-size: 12px;
  flex-wrap: wrap;
  line-height: normal;
  box-sizing: border-box;
  padding: 7px 0 5px 0;
}
#header .nav .in .toggles li span.lang-toggle span,
#header .nav .in .toggles li a.lang-toggle span,
#header .nav .in .toggles li span.currency-toggle span,
#header .nav .in .toggles li a.currency-toggle span {
  font-weight: 600;
  height: auto;
  padding: 0 5px;
}
#header .nav .in .toggles li span.lang-toggle i,
#header .nav .in .toggles li a.lang-toggle i,
#header .nav .in .toggles li span.currency-toggle i,
#header .nav .in .toggles li a.currency-toggle i {
  font-size: 10px;
  transition: color 0.5s;
  padding-right: 5px;
}
#header .nav .in .toggles li span.lang-toggle.active span,
#header .nav .in .toggles li a.lang-toggle.active span,
#header .nav .in .toggles li span.currency-toggle.active span,
#header .nav .in .toggles li a.currency-toggle.active span {
  color: #6c9900;
}
#header .nav .in .toggles li span.lang-toggle.active i,
#header .nav .in .toggles li a.lang-toggle.active i,
#header .nav .in .toggles li span.currency-toggle.active i,
#header .nav .in .toggles li a.currency-toggle.active i {
  color: #6c9900;
}
#header .nav .in .toggles li span.basket-toggle,
#header .nav .in .toggles li a.basket-toggle {
  font-size: 19px;
  color: #6c9900;
}
#header .nav .in .toggles li span.basket-toggle strong,
#header .nav .in .toggles li a.basket-toggle strong {
  position: absolute;
  display: flex;
  justify-content: center;
  font-size: 8px;
  box-sizing: border-box;
  right: 4px;
  bottom: 10px;
  padding: 2px 0 0 0;
  line-height: normal;
  color: #ffffff;
  background: #aab0b0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
#header .nav .in .toggles li span.basket-toggle .flaticon-shopping-cart,
#header .nav .in .toggles li a.basket-toggle .flaticon-shopping-cart {
  position: relative;
}
#header .nav .in .toggles li span.basket-toggle span,
#header .nav .in .toggles li a.basket-toggle span {
  display: none;
}
#header .nav .in .toggles li span.basket-toggle span.number,
#header .nav .in .toggles li a.basket-toggle span.number {
  padding: 2px 1px 1px 1px;
  margin: 0;
  align-self: end;
  display: flex;
  min-width: 10px;
  height: 10px;
  align-content: center;
  align-items: center;
  font-size: 9px;
  font-weight: normal;
  color: #ffffff;
  position: absolute;
  top: -8px;
  right: -5px;
  border-radius: 6px;
  border: solid 1px #ffffff;
  background: #0c1c1d;
}
#header .nav .in .toggles li span.menu-toggle,
#header .nav .in .toggles li a.menu-toggle {
  font-size: 26px;
  z-index: 3;
  transition: background 0.2s, color 0.2s;
}
#header .nav .in .toggles li span.menu-toggle i,
#header .nav .in .toggles li a.menu-toggle i {
  display: flex;
}
#header .nav .in .toggles li span.menu-toggle.active,
#header .nav .in .toggles li a.menu-toggle.active {
  color: #ffffff;
  background: #6c9900;
}
#header .nav .in .toggles li.header-user {
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#header .nav .in .toggles li.header-user .active .flaticon-user {
  color: #6c9900;
}
#header .nav .in .toggles li.header-user .user {
  position: absolute;
  top: 100%;
  display: none;
  z-index: 100;
  padding: 5px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background: #0c1c1d;
  border-radius: 3px;
  border: 1px solid #ffffff;
}
#header .nav .in .toggles li.header-user .user:before,
#header .nav .in .toggles li.header-user .user:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#header .nav .in .toggles li.header-user .user:before {
  border-bottom-color: #ffffff;
  border-width: 9px;
  margin-left: -9px;
}
#header .nav .in .toggles li.header-user .user:after {
  border-bottom-color: #0c1c1d;
  border-width: 8px;
  margin-left: -8px;
}
#header .nav .in .toggles li.header-user .user span,
#header .nav .in .toggles li.header-user .user a {
  font-size: 13px;
  font-weight: normal;
}
#header .nav .in .toggles li.header-user .user a.logout {
  color: #6c9900;
  cursor: pointer;
}
#header .nav .in .toggles li.header-user .user a.logout:hover {
  color: #476767;
}
#header .nav .in .toggles li.header-user:hover .user {
  display: flex;
  flex-direction: column;
}
#header .nav .in .toggles li.header-langs {
  position: relative;
  width: 78px;
}
#header .nav .in .toggles li.header-langs img.flag {
  height: 21px;
  width: auto;
}
#header .nav .in .toggles li.header-langs .languages {
  position: relative;
  left: 0;
  top: 0;
  margin-left: -25px;
  margin-right: -25px;
}
#header .nav .in .toggles li.header-langs .languages.flags {
  padding-top: 8px;
  padding-bottom: 8px;
}
#header .nav .in .toggles li.header-langs .languages.flags.upTo4.name,
#header .nav .in .toggles li.header-langs .languages.flags.plus4.name {
  margin-left: -55px;
  margin-right: -55px;
}
#header .nav .in .toggles li.header-langs .languages.flags.upTo4.name li a,
#header .nav .in .toggles li.header-langs .languages.flags.plus4.name li a {
  padding: 4px 10px;
}
#header .nav .in .toggles li.header-langs .languages.flags.upTo4.name li:last-child,
#header .nav .in .toggles li.header-langs .languages.flags.plus4.name li:last-child {
  display: flex;
}
#header .nav .in .toggles li.header-langs .languages.flags.plus4 li,
#header .nav .in .toggles li.header-langs .languages.flags.upTo4 li {
  width: 100%;
}
#header .nav .in .toggles li.header-langs .languages li {
  height: auto;
  left: auto;
  top: auto;
  margin: 0;
}
#header .nav .in .toggles li.header-langs .languages li:last-child {
  display: block;
}
#header .nav .in .toggles li.header-langs .languages li a {
  padding: 4px 0;
  min-width: 45px;
}
#header .nav .in .toggles li.header-langs .languages li a .lang {
  display: flex;
}
#header .nav .in .toggles li.header-langs .languages li a .lang span.flag {
  margin-right: 7px;
}
#header .nav .in .toggles li.header-search .search {
  z-index: 100;
}
#header .nav .in .toggles li.header-search .search li {
  margin: 0;
  height: 45px;
}
#header .nav .in .toggles li.header-search .search li:last-child {
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  display: flex;
}
#header .nav .in .toggles li.header-search .search .categories li {
  height: auto;
}
#header .nav .in .menu {
  display: none;
  width: 100%;
  position: absolute;
  background: #6c9900;
  top: 50px;
  z-index: 2;
  left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
#header .nav .in .menu .main ul,
#header .nav .in .menu .other ul {
  padding: 0;
}
#header .nav .in .menu .main ul li,
#header .nav .in .menu .other ul li {
  padding: 0;
}
#header .nav .in .menu .main ul li:before,
#header .nav .in .menu .other ul li:before {
  display: none;
}
#header .nav .in .menu .main ul li a,
#header .nav .in .menu .other ul li a,
#header .nav .in .menu .main ul li span.a,
#header .nav .in .menu .other ul li span.a {
  color: #ffffff;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 15px 15px;
  border-top: 1px solid #aab0b0;
  position: relative;
}
#header .nav .in .menu .main ul li a i,
#header .nav .in .menu .other ul li a i,
#header .nav .in .menu .main ul li span.a i,
#header .nav .in .menu .other ul li span.a i {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  right: 0;
  height: calc(100% - 10px);
  font-size: 12px;
  transition: transform 0.2s, color 0.5s;
  color: #aab0b0;
  border-left: solid 1px #aab0b0;
  box-sizing: border-box;
  padding: 15px 20px;
}
#header .nav .in .menu .main ul li a.active i,
#header .nav .in .menu .other ul li a.active i,
#header .nav .in .menu .main ul li span.a.active i,
#header .nav .in .menu .other ul li span.a.active i {
  transform: scaleY(-1);
  color: #ffffff;
}
#header .nav .in .menu .main ul li:first-child a,
#header .nav .in .menu .other ul li:first-child a,
#header .nav .in .menu .main ul li:first-child span.a,
#header .nav .in .menu .other ul li:first-child span.a {
  border: 0;
}
#header .nav .in .menu .main ul li .submenu,
#header .nav .in .menu .other ul li .submenu {
  display: none;
  background: #0c1c1d;
}
#header .nav .in .menu .main ul li .submenu .item h2,
#header .nav .in .menu .other ul li .submenu .item h2 {
  color: #476767;
  font-size: 15px;
  padding: 0;
  font-weight: normal;
}
#header .nav .in .menu .main ul li .submenu .item .with-submenu h2,
#header .nav .in .menu .other ul li .submenu .item .with-submenu h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 15px 0 15px;
}
#header .nav .in .menu .main ul li .submenu .item ul,
#header .nav .in .menu .other ul li .submenu .item ul {
  padding: 10px 0 20px 0;
}
#header .nav .in .menu .main ul li .submenu .item ul li,
#header .nav .in .menu .other ul li .submenu .item ul li {
  font-size: 13px;
}
#header .nav .in .menu .main ul li .submenu .item ul li:before,
#header .nav .in .menu .other ul li .submenu .item ul li:before {
  display: block;
  color: #476767;
  top: 6px;
  left: 15px;
  font-size: 8px;
  font-weight: normal;
}
#header .nav .in .menu .main ul li .submenu .item ul li a,
#header .nav .in .menu .other ul li .submenu .item ul li a,
#header .nav .in .menu .main ul li .submenu .item ul li span.a,
#header .nav .in .menu .other ul li .submenu .item ul li span.a {
  border: 0;
  padding: 6px 15px 0 30px;
}
#header .nav .in .menu .main ul li.more,
#header .nav .in .menu .other ul li.more {
  display: none;
}
#header .nav .in .menu .main {
  height: 100%;
}
#header .nav .in .menu .main ul {
  height: 100%;
}
#header .nav .in .menu .other ul {
  display: none;
}
#header .nav .in .menu .other ul li:first-child a,
#header .nav .in .menu .other ul li:first-child span.a {
  border-top: 1px solid #355151;
}
#header .nav .in .languages,
#header .nav .in .currencies {
  position: absolute;
  top: 48px;
  display: none;
  right: 122px;
  z-index: 200;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background: #0c1c1d;
  border-radius: 3px;
  border: 1px solid #ffffff;
}
#header .nav .in .languages:before,
#header .nav .in .currencies:before,
#header .nav .in .languages:after,
#header .nav .in .currencies:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#header .nav .in .languages:before,
#header .nav .in .currencies:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #355151;
  border-width: 9px;
  margin-left: -9px;
}
#header .nav .in .languages:after,
#header .nav .in .currencies:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #0c1c1d;
  border-width: 8px;
  margin-left: -8px;
}
#header .nav .in .languages ul,
#header .nav .in .currencies ul {
  padding: 0;
}
#header .nav .in .languages ul li,
#header .nav .in .currencies ul li {
  padding: 0;
  border-top: 1px solid #0c1c1d;
  border-left: none;
}
#header .nav .in .languages ul li:before,
#header .nav .in .currencies ul li:before {
  display: none;
}
#header .nav .in .languages ul li:first-child,
#header .nav .in .currencies ul li:first-child {
  border: 0;
}
#header .nav .in .languages ul li a,
#header .nav .in .currencies ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding: 4px 10px;
  width: 100%;
  text-align: center;
}
#header .nav .in .currencies {
  right: 87px;
}
#header .nav .in .search {
  display: none;
  width: 100%;
  position: absolute;
  background: #6c9900;
  top: 50px;
  z-index: 2;
  box-sizing: border-box;
  padding: 10px;
  right: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
#header .nav .in .search ul {
  padding: 0;
  display: flex;
}
#header .nav .in .search ul li {
  padding: 0;
}
#header .nav .in .search ul li:before {
  display: none;
}
#header .nav .in .search ul li.keyword {
  flex: 0 1 calc(100% - 55px);
}
#header .nav .in .search ul li.keyword .sg-input {
  border: 0;
}
#header .nav .in .search ul li.submit {
  flex: 0 1 55px;
}
#header .nav .in .search ul li.submit button {
  color: #476767;
  background: #0c1c1d;
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .nav .in .search ul li.submit button i {
  font-size: 22px;
  display: flex;
}
#header .nav .in .search .suggestion {
  display: none;
}
#header .nav .in .search .suggestion.show {
  display: block;
}
#header .nav .in .search .suggestion .goods h4,
#header .nav .in .search .suggestion .blog h4,
#header .nav .in .search .suggestion .categories h4,
#header .nav .in .search .suggestion .fulltext h4 {
  padding: 0;
  margin: 15px 0 0 0;
  color: #1d1d1d;
}
#header .nav .in .search .suggestion .goods h4 span,
#header .nav .in .search .suggestion .blog h4 span,
#header .nav .in .search .suggestion .categories h4 span,
#header .nav .in .search .suggestion .fulltext h4 span {
  display: flex;
  justify-content: center;
  color: #1d1d1d;
}
#header .nav .in .search .suggestion .goods ul,
#header .nav .in .search .suggestion .blog ul,
#header .nav .in .search .suggestion .categories ul,
#header .nav .in .search .suggestion .fulltext ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 5px;
}
#header .nav .in .search .suggestion .goods ul li,
#header .nav .in .search .suggestion .blog ul li,
#header .nav .in .search .suggestion .categories ul li,
#header .nav .in .search .suggestion .fulltext ul li {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0 10px;
  border: 0;
  align-items: center;
  height: 45px;
}
#header .nav .in .search .suggestion .goods ul li a,
#header .nav .in .search .suggestion .blog ul li a,
#header .nav .in .search .suggestion .categories ul li a,
#header .nav .in .search .suggestion .fulltext ul li a,
#header .nav .in .search .suggestion .goods ul li a.title,
#header .nav .in .search .suggestion .blog ul li a.title,
#header .nav .in .search .suggestion .categories ul li a.title,
#header .nav .in .search .suggestion .fulltext ul li a.title {
  min-width: auto;
  padding: 0 0 10px 0;
  align-items: center;
  display: inline;
}
#header .nav .in .search .suggestion .goods ul li .image,
#header .nav .in .search .suggestion .blog ul li .image,
#header .nav .in .search .suggestion .categories ul li .image,
#header .nav .in .search .suggestion .fulltext ul li .image {
  align-items: center;
  margin-right: 10px;
}
#header .nav .in .search .suggestion .goods ul li .image img,
#header .nav .in .search .suggestion .blog ul li .image img,
#header .nav .in .search .suggestion .categories ul li .image img,
#header .nav .in .search .suggestion .fulltext ul li .image img {
  width: auto;
}
#header .nav .in .search .suggestion .goods ul li .title,
#header .nav .in .search .suggestion .blog ul li .title,
#header .nav .in .search .suggestion .categories ul li .title,
#header .nav .in .search .suggestion .fulltext ul li .title {
  flex-grow: 1;
  color: #1d1d1d;
  justify-content: left;
  font-size: 14px;
  line-height: 15px;
  height: 29px;
  overflow: hidden;
}
#header .nav .in .search .suggestion .goods ul li .title strong,
#header .nav .in .search .suggestion .blog ul li .title strong,
#header .nav .in .search .suggestion .categories ul li .title strong,
#header .nav .in .search .suggestion .fulltext ul li .title strong {
  font-weight: normal;
  color: rgba(12, 28, 29, 0.75);
}
#header .nav .in .search .suggestion .goods ul li .price,
#header .nav .in .search .suggestion .blog ul li .price,
#header .nav .in .search .suggestion .categories ul li .price,
#header .nav .in .search .suggestion .fulltext ul li .price {
  color: #0c1c1d;
  min-width: auto;
}
#header .nav .in .search .suggestion .goods ul li:hover,
#header .nav .in .search .suggestion .blog ul li:hover,
#header .nav .in .search .suggestion .categories ul li:hover,
#header .nav .in .search .suggestion .fulltext ul li:hover {
  text-decoration: underline;
}
#header .nav .in .search .suggestion .categories ul li {
  height: auto;
}
#header .nav .in .search .suggestion .fulltext ul {
  padding: 0 10px;
  flex-direction: row;
}
#header .nav .in .search .suggestion .fulltext ul li {
  height: auto;
  padding: 0;
}
#header .nav .in .search .suggestion .fulltext ul li:after {
  content: ',';
  margin-right: 8px;
  color: #1d1d1d;
}
#header .nav .in .search .suggestion .fulltext ul li:last-child {
  height: auto;
}
#header .nav .in .search .suggestion .fulltext ul li:last-child:after {
  content: none;
}
#header .nav .in .search .suggestion .fulltext ul li a.title {
  font-style: italic;
  color: #1d1d1d;
  height: 18px;
  padding: 0;
}
#header .nav .in .search .suggestion .all {
  padding: 0;
  margin: 0;
}
#header .nav .in .search .suggestion .all a {
  display: flex;
  justify-content: center;
  padding: 10px;
  background-color: #0c1c1d;
  color: #476767;
}
#header .nav .in .search .suggestion .all a:hover {
  color: #6c9900;
}
#header .nav .in .visible-mobile {
  display: block;
}
#header .nav .in .hidden-mobile {
  display: none;
}
#header .nav .in .suggestion {
  display: none;
}
/* in blog suggestion
body.blog #header {
    .nav {
        .in {
            .search {
                .suggestion {
                    // disable article search results
                    .blog {
                        display: none;
                    }
                    .blog {
                        display: block;
                    }
                }
            }
        }
    }
}
*/
.no-touch #header .top .in ul li a:hover {
  color: #6c9900;
}
.no-touch #header .top .in ul li a:hover span {
  color: #6c9900;
}
.no-touch #header .nav .in .toggles li span:hover,
.no-touch #header .nav .in .toggles li a:hover {
  color: #ffffff;
}
.no-touch #header .nav .in .toggles li span:hover.lang-toggle span,
.no-touch #header .nav .in .toggles li a:hover.lang-toggle span,
.no-touch #header .nav .in .toggles li span:hover.currency-toggle span,
.no-touch #header .nav .in .toggles li a:hover.currency-toggle span {
  color: #6c9900;
}
.no-touch #header .nav .in .toggles li span:hover.lang-toggle i,
.no-touch #header .nav .in .toggles li a:hover.lang-toggle i,
.no-touch #header .nav .in .toggles li span:hover.currency-toggle i,
.no-touch #header .nav .in .toggles li a:hover.currency-toggle i {
  color: #6c9900;
}
.no-touch #header .nav .in .menu .main ul li a:hover span,
.no-touch #header .nav .in .menu .other ul li a:hover span {
  text-decoration: underline;
}
.no-touch #header .nav .in .languages ul li a:hover,
.no-touch #header .nav .in .currencies ul li a:hover {
  color: #6c9900;
}
.no-touch #header .nav .in .search ul li.submit {
  background: #ffffff;
}
.no-touch #header .nav .in .search ul li.submit button:hover {
  background: rgba(12, 28, 29, 0.85);
}
@media only screen and (min-width: 480px) {
  #header .top .in ul li:nth-child(2),
  #header .top .in ul li:last-child {
    padding: 0 21px 0 0;
  }
  #header .top .in ul li:nth-child(2):before,
  #header .top .in ul li:last-child:before {
    display: block;
  }
  #header .top .in ul li:last-child {
    display: list-item;
    padding: 0;
  }
  #header .top .in ul li:last-child:before {
    display: none;
  }
  #header .nav .in .toggles li span,
  #header .nav .in .toggles li a {
    min-width: 40px;
  }
  #header .nav .in .languages,
  #header .nav .in .currencies {
    right: 149px;
  }
  #header .nav .in .currencies {
    right: 108px;
  }
}
@media only screen and (min-width: 768px) {
  #header {
    position: relative;
    z-index: 2;
  }
  #header .top .in {
    padding: 0;
  }
  #header .top .in ul {
    height: 35px;
    align-items: center;
    justify-content: flex-end;
  }
  #header .top .in ul li {
    line-height: normal;
  }
  #header .top .in ul li:before {
    top: 3px;
  }
  #header .nav .in {
    padding: 0;
    flex-wrap: wrap;
    height: auto;
  }
  #header .nav .in .logo {
    flex-grow: 0;
  }
  #header .nav .in .toggles {
    position: relative;
    padding: 0 0 0 50px;
  }
  #header .nav .in .toggles li {
    height: 50px;
  }
  #header .nav .in .toggles li.header-langs .languages.flags.plus4 ul,
  #header .nav .in .toggles li.header-langs .languages.flags.plus4.name ul {
    display: flex;
    flex-wrap: wrap;
  }
  #header .nav .in .toggles li.header-langs .languages.flags.plus4 {
    margin-left: -88px;
  }
  #header .nav .in .toggles li.header-langs .languages.flags.plus4::before,
  #header .nav .in .toggles li.header-langs .languages.flags.plus4::after {
    left: 65%;
  }
  #header .nav .in .toggles li.header-langs .languages.flags.plus4 ul li {
    width: 45px;
  }
  #header .nav .in .toggles li.header-langs .languages.flags.upTo4.name ul li,
  #header .nav .in .toggles li.header-langs .languages.flags.plus4.name ul li {
    width: 160px;
  }
  #header .nav .in .toggles li.header-langs .languages.flags.plus4.name {
    margin-left: -380px;
  }
  #header .nav .in .toggles li.header-langs .languages.flags.plus4.name::before,
  #header .nav .in .toggles li.header-langs .languages.flags.plus4.name::after {
    left: 81%;
  }
  #header .nav .in .toggles li span,
  #header .nav .in .toggles li a {
    min-width: 50px;
    box-sizing: border-box;
    width: auto;
  }
  #header .nav .in .toggles li span.lang-toggle,
  #header .nav .in .toggles li a.lang-toggle,
  #header .nav .in .toggles li span.currency-toggle,
  #header .nav .in .toggles li a.currency-toggle {
    flex-wrap: nowrap;
    padding: 0 12px;
  }
  #header .nav .in .toggles li span.lang-toggle span,
  #header .nav .in .toggles li a.lang-toggle span,
  #header .nav .in .toggles li span.currency-toggle span,
  #header .nav .in .toggles li a.currency-toggle span {
    min-width: auto;
    padding: 0;
  }
  #header .nav .in .toggles li span.lang-toggle i,
  #header .nav .in .toggles li a.lang-toggle i,
  #header .nav .in .toggles li span.currency-toggle i,
  #header .nav .in .toggles li a.currency-toggle i {
    margin: 0 0 0 8px;
    font-size: 9px;
    position: relative;
  }
  #header .nav .in .toggles li span.basket-toggle,
  #header .nav .in .toggles li a.basket-toggle {
    padding: 0 0 0 12px;
  }
  #header .nav .in .toggles li span.basket-toggle strong,
  #header .nav .in .toggles li a.basket-toggle strong {
    display: none;
  }
  #header .nav .in .toggles li span.basket-toggle span,
  #header .nav .in .toggles li a.basket-toggle span {
    display: inherit;
    color: #476767;
    font-weight: 600;
    font-size: 14px;
    padding: 0 0 0 10px;
  }
  #header .nav .in .toggles li span.basket-toggle span.number,
  #header .nav .in .toggles li a.basket-toggle span.number {
    min-width: 14px;
    height: 14px;
    font-size: 9px;
    top: -8px;
    right: -8px;
    border-radius: 8px;
  }
  #header .nav .in .toggles li span.search-toggle.active,
  #header .nav .in .toggles li a.search-toggle.active {
    position: relative;
  }
  #header .nav .in .toggles li span.search-toggle.active:before,
  #header .nav .in .toggles li a.search-toggle.active:before {
    opacity: 1;
    transition: opacity 0s, height 0.6s;
    height: 115px;
  }
  #header .nav .in .toggles li:last-child {
    display: none;
  }
  #header .nav .in .menu {
    position: relative;
    top: auto;
    display: flex;
    flex-grow: 1;
    box-shadow: none;
    background: none;
  }
  #header .nav .in .menu:before {
    content: '';
    background: #aab0b0;
    width: 10000px;
    height: 1px;
    display: block;
    top: 0;
    left: -5000px;
    position: absolute;
  }
  #header .nav .in .menu .main,
  #header .nav .in .menu .other {
    padding: 1px 0 0 0;
  }
  #header .nav .in .menu .main ul,
  #header .nav .in .menu .other ul {
    display: flex;
  }
  #header .nav .in .menu .main ul li,
  #header .nav .in .menu .other ul li {
    position: relative;
    padding-right: 3px;
  }
  #header .nav .in .menu .main ul li a,
  #header .nav .in .menu .other ul li a,
  #header .nav .in .menu .main ul li span.a,
  #header .nav .in .menu .other ul li span.a {
    border-top: 0;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
    white-space: nowrap;
    height: 100%;
  }
  #header .nav .in .menu .main ul li a i,
  #header .nav .in .menu .other ul li a i,
  #header .nav .in .menu .main ul li span.a i,
  #header .nav .in .menu .other ul li span.a i {
    color: #6c9900;
    font-size: 10px;
    position: relative;
    margin: 0 0 0 8px;
    top: 1px;
    border-left: none;
    padding: 0;
  }
  #header .nav .in .menu .main ul li a.has-submenu.active,
  #header .nav .in .menu .other ul li a.has-submenu.active,
  #header .nav .in .menu .main ul li span.a.has-submenu.active,
  #header .nav .in .menu .other ul li span.a.has-submenu.active {
    background: #6c9900;
  }
  #header .nav .in .menu .main ul li a.has-submenu.active:before,
  #header .nav .in .menu .other ul li a.has-submenu.active:before,
  #header .nav .in .menu .main ul li span.a.has-submenu.active:before,
  #header .nav .in .menu .other ul li span.a.has-submenu.active:before {
    content: '';
    background: #6c9900;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -5px;
    display: block;
    position: absolute;
    z-index: 3;
  }
  #header .nav .in .menu .main ul li a.has-submenu.active i,
  #header .nav .in .menu .other ul li a.has-submenu.active i,
  #header .nav .in .menu .main ul li span.a.has-submenu.active i,
  #header .nav .in .menu .other ul li span.a.has-submenu.active i {
    color: #6c9900;
    top: -1px;
  }
  #header .nav .in .menu .main ul li.hidden,
  #header .nav .in .menu .other ul li.hidden {
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  #header .nav .in .menu .main ul li .submenu,
  #header .nav .in .menu .other ul li .submenu {
    flex-wrap: wrap;
    align-items: stretch;
    position: absolute;
    left: 0;
    width: 730px;
    padding: 30px 0 55px 0;
    background: #476767;
  }
  #header .nav .in .menu .main ul li .submenu:before,
  #header .nav .in .menu .other ul li .submenu:before {
    content: '';
    box-shadow: none;
    background: #476767;
    position: absolute;
    top: 0;
    display: block;
    height: 50px;
    width: 10000px;
    left: -5000px;
    z-index: 2;
  }
  #header .nav .in .menu .main ul li .submenu:after,
  #header .nav .in .menu .other ul li .submenu:after {
    content: '';
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    background: #476767;
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    z-index: 1;
    width: 10000px;
    left: -5000px;
  }
  #header .nav .in .menu .main ul li .submenu .item,
  #header .nav .in .menu .other ul li .submenu .item {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 0 30px 0 0;
    position: relative;
    z-index: 2;
  }
  #header .nav .in .menu .main ul li .submenu .item a,
  #header .nav .in .menu .other ul li .submenu .item a,
  #header .nav .in .menu .main ul li .submenu .item span.a,
  #header .nav .in .menu .other ul li .submenu .item span.a {
    padding: 0;
    white-space: normal;
  }
  #header .nav .in .menu .main ul li .submenu .item h2,
  #header .nav .in .menu .other ul li .submenu .item h2 {
    color: #4f5555;
    padding: 0;
    font-size: 21px;
  }
  #header .nav .in .menu .main ul li .submenu .item ul,
  #header .nav .in .menu .other ul li .submenu .item ul {
    display: block;
  }
  #header .nav .in .menu .main ul li .submenu .item ul li,
  #header .nav .in .menu .other ul li .submenu .item ul li {
    padding: 12px 0 0 0;
  }
  #header .nav .in .menu .main ul li .submenu .item ul li:before,
  #header .nav .in .menu .other ul li .submenu .item ul li:before {
    display: none;
  }
  #header .nav .in .menu .main ul li .submenu .item ul li a,
  #header .nav .in .menu .other ul li .submenu .item ul li a,
  #header .nav .in .menu .main ul li .submenu .item ul li span.a,
  #header .nav .in .menu .other ul li .submenu .item ul li span.a {
    color: #515151;
    padding: 0;
  }
  #header .nav .in .menu .main ul li.more,
  #header .nav .in .menu .other ul li.more {
    z-index: 4;
    color: #aab0b0;
    display: flex;
    cursor: pointer;
  }
  #header .nav .in .menu .main ul li.more span,
  #header .nav .in .menu .other ul li.more span {
    font-size: 28px;
    padding: 16px 15px;
    transition: color 0.5s;
  }
  #header .nav .in .menu .main ul li.more span.active,
  #header .nav .in .menu .other ul li.more span.active {
    background: #6c9900;
    color: #ffffff;
  }
  #header .nav .in .menu .main ul li.space,
  #header .nav .in .menu .other ul li.space {
    display: flex;
    padding: 0;
    margin: 0;
    flex-grow: 1;
  }
  #header .nav .in .menu .main {
    width: 100%;
  }
  #header .nav .in .menu .other {
    display: none;
    position: absolute;
    background: #6c9900;
    top: 58px;
    z-index: 3;
    width: 335px;
    padding-inline: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  }
  #header .nav .in .menu .other ul {
    display: block;
  }
  #header .nav .in .menu .other ul li {
    padding: 0;
  }
  #header .nav .in .menu .other ul li a,
  #header .nav .in .menu .other ul li span.a {
    padding: 10px 15px;
    border-top: 1px solid #aab0b0;
  }
  #header .nav .in .menu .other ul li:first-child a,
  #header .nav .in .menu .other ul li:first-child span.a {
    border-top: 0;
  }
  #header .nav .in .languages,
  #header .nav .in .currencies {
    right: 191px;
    top: 43px;
  }
  #header .nav .in .currencies {
    right: 125px;
  }
  #header .nav .in .search {
    width: 450px;
    right: 0;
  }
  #header .nav .in .visible-mobile {
    display: none;
  }
  #header .nav .in .hidden-mobile {
    display: block;
  }
  .no-touch #header .nav .in .menu .main ul li.open a.has-submenu,
  .no-touch #header .nav .in .menu .other ul li.open a.has-submenu {
    background: #182b2c;
  }
  .no-touch #header .nav .in .menu .main ul li.open a.has-submenu span,
  .no-touch #header .nav .in .menu .other ul li.open a.has-submenu span {
    text-decoration: none;
  }
  .no-touch #header .nav .in .menu .main ul li.open a.has-submenu i,
  .no-touch #header .nav .in .menu .other ul li.open a.has-submenu i {
    transform: rotate(180deg);
    top: -1px;
  }
  .no-touch #header .nav .in .menu .main ul li.open .submenu,
  .no-touch #header .nav .in .menu .other ul li.open .submenu {
    display: flex;
  }
  .no-touch #header .nav .in .menu .main ul li.open .submenu .item ul li a:hover,
  .no-touch #header .nav .in .menu .other ul li.open .submenu .item ul li a:hover,
  .no-touch #header .nav .in .menu .main ul li.open .submenu .item ul li span.a:hover,
  .no-touch #header .nav .in .menu .other ul li.open .submenu .item ul li span.a:hover {
    color: #6c9900;
  }
  .no-touch #header .nav .in .menu .main ul li.open .submenu .item ul li a:hover span,
  .no-touch #header .nav .in .menu .other ul li.open .submenu .item ul li a:hover span,
  .no-touch #header .nav .in .menu .main ul li.open .submenu .item ul li span.a:hover span,
  .no-touch #header .nav .in .menu .other ul li.open .submenu .item ul li span.a:hover span {
    text-decoration: none;
  }
  .no-touch #header .nav .in .menu .main ul li.more:hover span,
  .no-touch #header .nav .in .menu .other ul li.more:hover span {
    color: #ffffff;
  }
}
@media only screen and (min-width: 1024px) {
  #header .nav {
    border-top: 0;
  }
  #header .nav .in .logo {
    padding: 5px 20px 5px 0;
  }
  #header .nav .in .logo a img {
    max-height: 70px;
  }
  #header .nav .in .toggles {
    order: 2;
    align-items: center;
    padding: 0;
  }
  #header .nav .in .toggles li {
    border-left: 0;
  }
  #header .nav .in .toggles li:last-child {
    top: 20px;
  }
  #header .nav .in .toggles span.basket-toggle span.number,
  #header .nav .in .toggles a.basket-toggle span.number {
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    top: -11px;
    right: -11px;
    border-radius: 10px;
  }
  #header .nav .in .menu {
    width: auto;
  }
  #header .nav .in .menu:before {
    display: none;
  }
  #header .nav .in .menu .main ul li a,
  #header .nav .in .menu .main ul li span.a {
    height: auto;
    padding: 17px 15px 32px 15px;
    margin: 13px 0 0 0;
  }
  #header .nav .in .menu .main ul li a i,
  #header .nav .in .menu .main ul li span.a i {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    right: auto;
    height: auto;
    border: none;
    box-sizing: border-box;
    padding: 0;
  }
  #header .nav .in .menu .main ul li .submenu {
    width: 1024px;
    padding: 40px 0 65px 0;
  }
  #header .nav .in .menu .main ul li .submenu .item h2 {
    font-size: 24px;
    font-weight: 600;
  }
  #header .nav .in .menu .main ul li .submenu .item .with-submenu h2 {
    padding: 20px 15px 0 15px;
  }
  #header .nav .in .menu .main ul li .submenu .item ul li a,
  #header .nav .in .menu .main ul li .submenu .item ul li span.a {
    margin: 0;
    font-size: 15px;
  }
  #header .nav .in .menu .main ul li.more span {
    margin: 13px 0;
    font-size: 34px;
  }
  #header .nav .in .menu .main ul li.more span i {
    position: relative;
    top: 2px;
  }
  #header .nav .in .menu .other {
    top: 72px;
  }
  #header .nav .in .languages,
  #header .nav .in .currencies {
    right: 188px;
    top: 64px;
  }
  #header .nav .in .currencies {
    right: 123px;
  }
}
@media only screen and (min-width: 1600px) {
  #header .top .in ul li {
    font-size: 14px;
  }
  #header .nav .in .toggles li {
    margin: 0 0 0 5px;
  }
  #header .nav .in .toggles li:last-child {
    left: -20px;
  }
  #header .nav .in .toggles li span.search-toggle,
  #header .nav .in .toggles li a.search-toggle {
    font-size: 25px;
  }
  #header .nav .in .toggles li span.lang-toggle,
  #header .nav .in .toggles li a.lang-toggle {
    font-size: 14px;
  }
  #header .nav .in .toggles li span.basket-toggle,
  #header .nav .in .toggles li a.basket-toggle {
    font-size: 24px;
  }
  #header .nav .in .toggles li span.basket-toggle span,
  #header .nav .in .toggles li a.basket-toggle span {
    padding: 0 0 0 20px;
  }
  #header .nav .in .toggles li span.currency-toggle,
  #header .nav .in .toggles li a.currency-toggle {
    font-size: 14px;
  }
  #header .nav .in .toggles li span.menu-toggle,
  #header .nav .in .toggles li a.menu-toggle {
    font-size: 39px;
  }
  #header .nav .in .menu .main ul li {
    margin: 0;
  }
  #header .nav .in .menu .main ul li.more {
    margin: 0;
  }
  #header .nav .in .menu .main ul li a,
  #header .nav .in .menu .main ul li span.a {
    font-size: 15px;
  }
  #header .nav .in .menu .main ul li a i,
  #header .nav .in .menu .main ul li span.a i {
    margin: 0 0 0 11px;
  }
  #header .nav .in .menu .main ul li .submenu {
    width: 1440px;
  }
  #header .nav .in .languages,
  #header .nav .in .currencies {
    right: 222px;
    top: 66px;
  }
  #header .nav .in .currencies {
    right: 148px;
  }
}
.breadcrumbs {
  border-bottom: 1px solid #212d2d;
  text-align: left;
  background: #0c1c1d;
}
.breadcrumbs .in {
  color: #8b8b8b;
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 15px 15px 12px 15px;
  flex-wrap: wrap;
  flex-direction: row !important;
}
.breadcrumbs .in i {
  position: relative;
  top: 2px;
  margin: 0 3px;
  font-size: 8px;
}
.breadcrumbs .in a {
  color: #8b8b8b;
}
.breadcrumbs .in a:hover {
  color: #6c9900;
}
@media only screen and (min-width: 768px) {
  .breadcrumbs .in {
    justify-content: flex-start !important;
    padding: 20px 0 18px 0;
    flex-direction: row !important;
  }
}
#promo {
  background: #0c1c1d;
}
#promo .in {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}
#promo .in .slider {
  position: relative;
}
#promo .in .slider ul {
  padding: 0;
}
#promo .in .slider ul li {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#promo .in .slider ul li:before {
  display: none;
}
#promo .in .slider ul li .content {
  color: #ffffff;
  padding: 15px 15px 40px 15px;
}
#promo .in .slider ul li .content h1,
#promo .in .slider ul li .content h2 {
  line-height: 100%;
  padding: 0;
  color: #797979;
  font-size: 30px;
}
#promo .in .slider ul li .content h1 strong,
#promo .in .slider ul li .content h2 strong {
  color: #ffffff;
  display: block;
  font-size: 40px;
  font-weight: 700;
}
#promo .in .slider ul li .content .more .sg-arrow-link {
  color: #ffffff;
}
#promo .in .slider ul li .content .more .sg-arrow-link i {
  top: 0;
}
#promo .in .slider .nav {
  position: absolute;
  width: auto;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}
#promo .in .slider .nav span {
  display: flex;
  background: rgba(29, 29, 29, 0.1);
  justify-content: center;
  align-items: center;
  width: 40px;
  color: #ffffff;
  height: 40px;
}
#promo .in .slider .nav span i {
  display: flex;
}
#promo .in .slider .pager {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  width: 100%;
}
#promo .in .slider .pager li button {
  display: flex;
  width: 18px;
  height: 18px;
  background-color: #535353;
  border-radius: 9px;
  margin: 5px;
  cursor: pointer;
  border: solid 1px #212d2d;
  padding: 0;
}
#promo .in .slider .pager li button:hover {
  border: solid 1px #6c9900;
}
#promo .in .slider .pager li button.is-active {
  background-color: #6c9900;
}
.no-touch #promo .in .slider .nav span:hover {
  background: rgba(29, 29, 29, 0.1);
  color: #6c9900;
}
@media only screen and (min-width: 480px) {
  #promo .in .slider ul li .content {
    padding: 15px 15px 60px 25px;
  }
  #promo .in .slider .nav {
    justify-content: flex-end;
  }
  #promo .in .slider .nav span {
    margin: 0 1px 0 0;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  #promo .in .slider ul li {
    align-items: center;
    flex-direction: unset;
  }
  #promo .in .slider ul li .content {
    position: absolute;
    width: 730px;
    z-index: 1;
    left: calc((100% - 730px) / 2);
    padding: 0 420px 0 0;
    text-align: left;
  }
  #promo .in .slider ul li .content h1,
  #promo .in .slider ul li .content h2 {
    line-height: 140%;
    font-size: 24px;
  }
  #promo .in .slider ul li .content h1 strong,
  #promo .in .slider ul li .content h2 strong {
    font-size: 45px;
  }
  #promo .in .slider .nav {
    justify-content: flex-end;
    width: auto;
    right: calc((100% - 730px) / 2);
  }
}
@media only screen and (min-width: 1024px) {
  #promo .in .slider ul li .content {
    width: 970px;
    padding: 0 550px 0 0;
    left: calc((100% - 970px) / 2);
  }
  #promo .in .slider ul li .content h1,
  #promo .in .slider ul li .content h2 {
    font-size: 30px;
  }
  #promo .in .slider ul li .content h1 strong,
  #promo .in .slider ul li .content h2 strong {
    font-size: 50px;
  }
  #promo .in .slider .nav {
    width: auto;
    right: calc((100% - 970px) / 2);
  }
}
@media only screen and (min-width: 1200px) {
  #promo .in .slider ul li .content {
    width: 1140px;
    padding: 0 635px 0 0;
    left: calc((100% - 1140px) / 2);
  }
  #promo .in .slider ul li .content h1,
  #promo .in .slider ul li .content h2 {
    font-size: 41px;
  }
  #promo .in .slider ul li .content h1 strong,
  #promo .in .slider ul li .content h2 strong {
    font-size: 75px;
  }
  #promo .in .slider ul li .content .desc {
    font-size: 18px;
    padding: 30px 0 0 0;
  }
  #promo .in .slider ul li .content .more {
    font-size: 14px;
    padding: 40px 0 0 0;
  }
  #promo .in .slider .nav {
    width: auto;
    right: calc((100% - 1140px) / 2);
  }
  #promo .in .slider .nav span {
    width: 64px;
    height: 64px;
  }
  #promo .in .slider .nav span i {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  #promo .in .slider ul li .content {
    padding: 0 870px 50px 0;
    width: 1440px;
    left: calc((100% - 1440px) / 2);
  }
  #promo .in .slider ul li .content .more {
    padding: 60px 0 0 0;
  }
  #promo .in .slider .nav {
    padding: 0 40px;
    justify-content: flex-end;
    width: auto;
    right: calc((100% - 1440px) / 2);
  }
  #promo .in .slider .nav span {
    width: 70px;
    height: 70px;
  }
}
#category .in .list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
#category .in .list ul li {
  display: flex;
  justify-content: center;
  padding: 20px 0 0 0;
}
#category .in .list ul li:before {
  display: none;
}
#category .in .list ul li .sg-category-banner {
  display: flex;
  width: 100%;
}
#category .in .list ul li a {
  display: flex;
  flex-direction: row;
}
#category .in .list ul li a .image,
#category .in .list ul li a .image-hover {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#category .in .list ul li a .image img,
#category .in .list ul li a .image-hover img {
  width: auto;
  max-width: 100%;
  height: auto;
  /*max-height: 250px;*/
}
#category .in .list ul li .sg-category-banner a {
  display: inline;
}
#category .in .delivery ul {
  padding: 15px 0 0 0;
}
#category .in .delivery ul li {
  padding: 25px 0 0 0;
}
#category .in .delivery ul li:before {
  display: none;
}
#category .in .delivery ul li .icon {
  display: flex;
  justify-content: center;
  flex: 0 0 80px;
}
#category .in .delivery ul li .icon i {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #454848;
}
#category .in .delivery ul li .icon i:before {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
}
#category .in .delivery ul li .icon.fast-delivery {
  font-size: 53px;
}
#category .in .delivery ul li .icon.free-delivery {
  font-size: 47px;
}
#category .in .delivery ul li .icon.instock {
  font-size: 36px;
}
#category .in .delivery ul li .content h3 {
  padding: 10px 0 0 0;
  font-size: 18px;
}
#category .in .delivery ul li .content p {
  padding: 2px 0 0 0;
}
@media only screen and (min-width: 480px) {
  #category .in .list ul {
    padding: 7px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  #category .in .list ul {
    display: flex;
    flex-wrap: wrap;
  }
  #category .in .list ul li {
    width: 48%;
    margin: 20px 4% 0 0;
  }
  #category .in .list ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  #category .in .delivery ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #category .in .delivery ul li {
    display: flex;
    width: 48%;
    flex-direction: row;
  }
  #category .in .delivery ul li .icon {
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
  #category .in .delivery ul li .content {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  #category .in .list ul li {
    width: 49%;
    margin: 20px 2% 0 0;
  }
  #category .in .delivery ul {
    justify-content: space-around;
  }
  #category .in .delivery ul li {
    flex: 0 1 32%;
  }
}
@media only screen and (min-width: 1200px) {
  #category .in .list ul li {
    width: 32.5%;
    margin: 25px 1.25% 0 0;
  }
  #category .in .list ul li:nth-child(2n+0) {
    margin-right: 1.25%;
  }
  #category .in .list ul li:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  #category .in .list ul {
    padding: 20px 0 0 0;
  }
  #category .in .delivery ul {
    padding: 25px 0 0;
  }
  #category .in .delivery ul li {
    align-items: center;
  }
  #category .in .delivery ul li .icon {
    margin: 0 3px 0 0;
  }
  #category .in .delivery ul li .icon.fast-delivery {
    font-size: 58px;
  }
  #category .in .delivery ul li .icon.free-delivery {
    font-size: 58px;
  }
  #category .in .delivery ul li .icon.instock {
    font-size: 44px;
  }
  #category .in .delivery ul li .content {
    text-align: left;
  }
  #category .in .delivery ul li .content h3 {
    padding: 0;
  }
}
#products-list .mobile-description {
  padding: 0 10px;
}
#products-list .mobile-description .sub-categories ul {
  padding: 10px 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: column;
  row-gap: 10px;
}
#products-list .mobile-description .sub-categories ul li::before {
  display: none;
}
#products-list .mobile-description .sub-categories ul a {
  display: flex;
  flex-direction: column;
}
#products-list .mobile-description .sub-categories ul a li {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 60px;
  border: solid thin #212d2d;
  box-sizing: border-box;
}
#products-list .mobile-description .sub-categories ul a li .image {
  flex: 1 0 0;
}
#products-list .mobile-description .sub-categories ul a li .image img {
  max-height: 60px;
  width: auto;
}
#products-list .mobile-description .sub-categories ul a li .title {
  padding: 0 10px;
  flex: 0 1 100%;
  font-size: 16px;
  line-height: 20px;
  max-height: 40px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#products-list .in {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  text-align: left;
}
#products-list .in .right-side .sub-categories .list ul {
  padding: 10px 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px 4%;
}
#products-list .in .right-side .sub-categories .list ul a {
  flex: 0 1 48%;
}
#products-list .in .right-side .sub-categories .list ul a li {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 60px;
  border: solid thin #212d2d;
  box-sizing: border-box;
}
#products-list .in .right-side .sub-categories .list ul a li:before {
  display: none;
}
#products-list .in .right-side .sub-categories .list ul a li .image {
  flex: 1 0 0;
}
#products-list .in .right-side .sub-categories .list ul a li .image img {
  max-height: 58px;
  width: auto;
}
#products-list .in .right-side .sub-categories .list ul a li .title {
  padding: 0 10px;
  flex: 0 1 100%;
  font-size: 16px;
  line-height: 20px;
  max-height: 40px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#products-list .in .right-side .best-sell .list ul {
  padding: 5px 0 0 0;
}
#products-list .in .right-side .best-sell .list ul li {
  margin: 20px 0 0 0;
  align-items: center;
  border-top: 1px solid #212d2d;
  padding: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
}
#products-list .in .right-side .best-sell .list ul li:before {
  display: none;
}
#products-list .in .right-side .best-sell .list ul li:first-child {
  margin: 0;
  border: 0;
}
#products-list .in .right-side .best-sell .list ul li .image {
  flex: 0 1 40%;
}
#products-list .in .right-side .best-sell .list ul li .image a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#products-list .in .right-side .best-sell .list ul li .image a img {
  height: auto;
  max-height: 100px;
  width: auto;
  max-width: 100%;
}
#products-list .in .right-side .best-sell .list ul li .info {
  flex: 0 1 55%;
}
#products-list .in .right-side .best-sell .list ul li .info .title {
  padding: 0;
}
#products-list .in .right-side .best-sell .list ul li .info .title a {
  font-weight: 400;
}
#products-list .in .right-side .best-sell .list ul li .info .price {
  padding: 10px 0 0 0;
}
#products-list .in .right-side .best-sell .list ul li .info .price strong {
  font-weight: 700;
}
#products-list .in .right-side .sg-tabs .sg-tabs-item.open::before {
  display: none;
}
#products-list .in .left-side .sg-submenu .all a:before {
  transition: transform 0.5s;
  transform: rotate(90deg);
}
#products-list .in .left-side .sg-submenu .all.active a:before {
  transform: rotate(-90deg);
}
#products-list .in .left-side .sg-submenu .content {
  display: none;
}
#products-list .in .left-side .sg-filter {
  margin: 1px 0 0 0;
}
#products-list .in .left-side .sg-filter .all a:before {
  transition: transform 0.5s;
  transform: rotate(90deg);
}
#products-list .in .left-side .sg-filter .all.active a:before {
  transform: rotate(-90deg);
}
#products-list .in .left-side .sg-filter .holder.mobile-hidden {
  display: none;
}
#products-list .in .left-side .sg-filter .hidden {
  display: none;
}
#products-list .in .left-side .sg-filter .filter-nojs-link {
  all: inherit;
  display: inline;
}
#products-list .condensed > .button {
  display: none;
  position: relative;
  justify-content: center;
}
#products-list .condensed > .button:before {
  content: '';
  border: none;
  height: 50px;
  background: linear-gradient(transparent, #0c1c1d 40px, #0c1c1d);
  border-bottom: solid 1px #535353;
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 0;
}
#products-list .condensed > .button.less:before {
  background: none;
}
#products-list .condensed > .button span {
  display: inline-block;
  padding: 2px 10px;
  background-color: #0c1c1d;
  color: #535353;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#products-list .condensed.closed > .more {
  display: flex;
}
#products-list .condensed.opened > .less {
  display: flex;
}
#products-list .condensed p {
  padding: 24px 0 0 0;
}
@media only screen and (min-width: 480px) {
  #products-list .mobile-description .sub-categories ul {
    align-content: flex-start;
    flex-direction: row;
    gap: 10px 4%;
  }
  #products-list .mobile-description .sub-categories ul a {
    flex: 0 1 48%;
  }
  #products-list .mobile-description .sub-categories ul a li .title {
    text-align: center;
  }
  #products-list .in .right-side .best-sell .list ul li .image {
    flex: 0 1 30%;
  }
  #products-list .in .right-side .best-sell .list ul li .info {
    flex: 0 1 65%;
  }
}
@media only screen and (min-width: 768px) {
  #products-list .in {
    flex-direction: row-reverse;
  }
  #products-list .in .right-side .best-sell .list ul li .image {
    flex: 0 1 30%;
  }
  #products-list .in .right-side .best-sell .list ul li .info {
    flex: 0 1 65%;
  }
  #products-list .in .right-side .products ul li .sg-product-item .image a img {
    max-height: 96px;
  }
  #products-list .in .left-side .sg-submenu .all a:before {
    transform: none;
  }
  #products-list .in .left-side .sg-submenu .content {
    display: block;
  }
  #products-list .in .left-side .sg-filter {
    margin: 20px 0 0 0;
  }
  #products-list .in .left-side .sg-filter .all a:before {
    display: none;
  }
  #products-list .in .left-side .sg-filter .holder.mobile-hidden {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  #products-list .in .right-side .best-sell .list ul {
    display: flex;
    flex-wrap: wrap;
  }
  #products-list .in .right-side .best-sell .list ul li {
    flex: 0 1 47%;
    margin: 0 6% 0 0;
    padding: 25px 0 0 0;
    border: 0;
  }
  #products-list .in .right-side .best-sell .list ul li:first-child {
    margin-right: 6%;
  }
  #products-list .in .right-side .best-sell .list ul li:nth-of-type(2n+0) {
    margin-right: 0;
  }
  #products-list .in .right-side .best-sell .list ul li .image {
    flex: 0 1 35%;
  }
  #products-list .in .right-side .best-sell .list ul li .info {
    flex: 0 1 60%;
  }
  #products-list .in .right-side .products ul li .sg-product-item .image a img {
    max-height: 130px;
  }
}
@media only screen and (min-width: 1200px) {
  #products-list .in .right-side .sub-categories .list ul {
    gap: 10px 5%;
  }
  #products-list .in .right-side .sub-categories .list ul a {
    flex: 0 1 30%;
  }
  #products-list .in .right-side .best-sell .list ul li {
    flex: 0 1 48%;
    margin: 0 4% 0 0;
  }
  #products-list .in .right-side .best-sell .list ul li:first-child {
    margin-right: 4%;
  }
  #products-list .in .right-side .best-sell .list ul li:nth-of-type(2n+0) {
    margin-right: 0;
  }
  #products-list .in .right-side .best-sell .list ul li .image {
    flex: 0 1 33%;
  }
  #products-list .in .right-side .best-sell .list ul li .info {
    flex: 0 1 61%;
  }
  #products-list .in .right-side .products ul li .sg-product-item .image a img {
    max-height: 160px;
  }
}
@media only screen and (min-width: 1600px) {
  #products-list .in .right-side .best-sell .list ul li {
    flex: 0 1 31%;
    margin: 0 3.5% 0 0;
  }
  #products-list .in .right-side .best-sell .list ul li:first-child {
    margin-right: 3.5%;
  }
  #products-list .in .right-side .best-sell .list ul li:nth-of-type(2n+0) {
    margin-right: 3.5%;
  }
  #products-list .in .right-side .best-sell .list ul li:nth-of-type(3n+0) {
    margin-right: 0;
  }
  #products-list .in .right-side .products ul li {
    padding: 35px 0 0 0;
    width: 32%;
    margin: 0 2% 0 0;
  }
  #products-list .in .right-side .products ul li:nth-of-type(2n+0) {
    margin-right: 2%;
  }
  #products-list .in .right-side .products ul li:nth-of-type(3n+0) {
    margin-right: 0;
  }
  #products-list .in .right-side .products ul li .sg-product-item .image a img {
    max-height: 216px;
  }
  #products-list .in .right-side .products ul li .sg-product-item .labels ul li {
    padding: 0;
    margin: 0;
    width: auto;
  }
}
.products {
  padding: 10px 0 0 0;
}
.products ul {
  padding: 0;
}
.products ul li {
  padding: 30px 0 0 0;
}
.products ul li:before {
  display: none;
}
.products ul li .sg-product-item .image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 220px;
}
.products ul li .sg-product-item select {
  padding: 10px;
  border: 1px solid #bababa;
  -webkit-appearance: menulist;
  display: inline-block;
  width: auto;
  max-width: 211px;
}
.products ul li .sg-product-item .buy-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.products ul li .sg-product-item .buy-block .count-form {
  display: flex;
}
.products ul li .sg-product-item .buy-block .count-form .math {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid thin #212d2d;
  height: 34px;
  font-size: 20px;
  cursor: pointer;
  width: 34px;
  box-sizing: border-box;
  padding: 0;
  text-align: right;
}
.products ul li .sg-product-item .buy-block .count-form .math a {
  padding-top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #454848;
  position: relative;
}
.products ul li .sg-product-item .buy-block .count-form .math a:hover {
  background: #1d1d1d;
  color: #ffffff;
  border-color: #1d1d1d;
}
.products ul li .sg-product-item .buy-block .count-form .math.minus {
  border-right: 0;
}
.products ul li .sg-product-item .buy-block .count-form .math.plus {
  border-left: 0;
}
.products ul li .sg-product-item .buy-block .count-form .count {
  height: 100%;
}
.products ul li .sg-product-item .buy-block .count-form .count input {
  border: solid thin #212d2d;
  height: 34px;
  width: 32px;
  box-sizing: border-box;
  transition: border-color 0.5s;
  padding: 0 7px;
  text-align: center;
  font-size: 16px;
}
.products ul li .sg-product-item .buy-block .sg-button {
  display: flex;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) {
  .products ul {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
  }
  .products ul li {
    display: flex;
    justify-content: center;
    width: 48%;
    margin: 0 4% 0 0;
  }
  .products ul li:nth-of-type(2n+0) {
    margin-right: 0;
  }
  .products ul li .sg-product-item {
    display: flex;
    flex-direction: column;
  }
  .products ul li .sg-product-item .image {
    padding: 0;
  }
  .products ul li .sg-product-item .title {
    display: flex;
    flex-grow: 1;
    justify-content: center;
  }
  .products ul li .sg-product-item .labels li {
    justify-content: flex-end;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .products {
    padding: 10px 0 35px 0;
  }
  .products ul li {
    padding: 35px 0 0 0;
    width: 32%;
    margin: 0 2% 0 0;
  }
  .products ul li:nth-of-type(2n+0) {
    margin-right: 2%;
  }
  .products ul li:nth-of-type(3n+0) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .products ul li {
    width: 23.5%;
  }
  .products ul li:nth-of-type(3n+0) {
    margin-right: 2%;
  }
  .products ul li:nth-of-type(4n+0) {
    margin-right: 0;
  }
}
#best-sell h3 {
  text-align: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #best-sell .products.limit-4 ul li:nth-of-type(4) {
    display: none;
  }
  #best-sell .products.limit-8 ul li:nth-of-type(n+7) {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #best-sell .products ul li {
    width: 23.5%;
  }
  #best-sell .products ul li:nth-of-type(3n+0) {
    margin-right: 2%;
  }
  #best-sell .products ul li:nth-of-type(4n+0) {
    margin-right: 0;
  }
}
#producer-slider {
  margin-bottom: 25px;
}
#producer-slider h3 {
  text-align: center;
  margin-bottom: 35px;
}
#producer-slider .list {
  display: flex;
}
#producer-slider .list .slider-arrow {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
#producer-slider .list .slider {
  display: flex;
  padding: 0;
  margin: 0;
}
#producer-slider .list .slider ul {
  display: flex;
}
#producer-slider .list .slider ul .item {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  flex: 0 0 calc(50% - 10px);
  margin-right: 10px;
}
#producer-slider .list .slider ul .item:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  #producer-slider .list .slider ul .item {
    flex: 0 0 calc(33% - 10px);
  }
}
@media only screen and (min-width: 1024px) {
  #producer-slider .list .slider ul .item {
    flex: 0 0 calc(25% - 10px);
  }
}
@media only screen and (min-width: 1200px) {
  #producer-slider .list .slider ul .item {
    flex: 0 0 calc(20% - 10px);
  }
}
#products-list .mobile-description .logo {
  max-width: 250px;
}
#products-list .logo {
  padding-top: 20px;
}
.in.producers {
  display: block !important;
}
.in .producer-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 30px;
  margin-top: 20px;
}
.in .producer-list img {
  width: 180px;
}
@media only screen and (min-width: 768px) {
  .in .producer-list {
    column-gap: 11px;
    row-gap: 30px;
    margin-top: 30px;
  }
  .in .producer-list img {
    width: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  .in .producer-list {
    column-gap: 30px;
    row-gap: 30px;
    margin-top: 30px;
  }
  .in .producer-list img {
    width: 190px;
  }
}
@media only screen and (min-width: 1200px) {
  .in .producer-list {
    column-gap: 40px;
    row-gap: 40px;
    margin-top: 40px;
  }
  .in .producer-list img {
    width: 220px;
  }
}
@media only screen and (min-width: 1600px) {
  .in .producer-list {
    column-gap: 80px;
    row-gap: 80px;
    margin-top: 50px;
  }
  .in .producer-list img {
    width: auto;
  }
}
#products-list .right-side .producer-title {
  display: flex;
  justify-content: space-between;
}
#products-list .producer-detail .left-side img {
  max-width: 400px;
}
#products-list .producer-title .logo img {
  width: auto;
  max-width: 100%;
}
#product-detail .in,
.product-detail-like .in {
  text-align: left;
}
#product-detail .in .right-side,
.product-detail-like .in .right-side {
  padding: 10px 0 0 0;
}
#product-detail .in .right-side .gallery ul,
.product-detail-like .in .right-side .gallery ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#product-detail .in .right-side .gallery ul li,
.product-detail-like .in .right-side .gallery ul li {
  padding: 0;
  display: flex;
  width: 23%;
  margin: 10px 2.66666% 0 0;
}
#product-detail .in .right-side .gallery ul li:before,
.product-detail-like .in .right-side .gallery ul li:before {
  display: none;
}
#product-detail .in .right-side .gallery ul li:nth-child(5),
.product-detail-like .in .right-side .gallery ul li:nth-child(5) {
  margin-right: 0;
}
#product-detail .in .right-side .gallery ul li:nth-child(4n+5),
.product-detail-like .in .right-side .gallery ul li:nth-child(4n+5) {
  margin-right: 0;
}
#product-detail .in .right-side .gallery ul li a,
.product-detail-like .in .right-side .gallery ul li a {
  display: flex;
  border: 1px solid #212d2d;
  justify-content: center;
  width: 100%;
}
#product-detail .in .right-side .gallery ul li a .img-box,
.product-detail-like .in .right-side .gallery ul li a .img-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#product-detail .in .right-side .gallery ul li a .img-box img,
.product-detail-like .in .right-side .gallery ul li a .img-box img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 150px;
}
#product-detail .in .right-side .gallery ul li.main,
.product-detail-like .in .right-side .gallery ul li.main {
  flex: 0 1 100%;
  margin: 0;
}
#product-detail .in .right-side .gallery ul li.main a,
.product-detail-like .in .right-side .gallery ul li.main a {
  border: 0;
  justify-content: center;
}
#product-detail .in .right-side .gallery ul li.main a img,
.product-detail-like .in .right-side .gallery ul li.main a img {
  max-width: 100%;
  width: auto;
  max-height: 270px;
  height: auto;
}
#product-detail .in .right-side .gallery ul li.main a i,
.product-detail-like .in .right-side .gallery ul li.main a i {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #454848;
  transition: 0.5s;
}
#product-detail .in .right-side .gallery ul li.main .labels,
.product-detail-like .in .right-side .gallery ul li.main .labels {
  position: absolute;
  right: 0;
  top: 0;
}
#product-detail .in .right-side .gallery ul li.main .labels ul,
.product-detail-like .in .right-side .gallery ul li.main .labels ul {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 0;
}
#product-detail .in .right-side .gallery ul li.main .labels ul li,
.product-detail-like .in .right-side .gallery ul li.main .labels ul li {
  margin: 0;
  width: auto;
  height: 30px;
}
#product-detail .in .right-side .gallery ul li.main .labels ul li .sg-label,
.product-detail-like .in .right-side .gallery ul li.main .labels ul li .sg-label {
  position: absolute;
  right: 0;
  cursor: default;
}
#product-detail .in .right-side .gallery ul li.more a,
.product-detail-like .in .right-side .gallery ul li.more a {
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 400;
  color: #454848;
  height: 100%;
  background: #132222;
}
#product-detail .in .right-side .gallery ul li.hide,
.product-detail-like .in .right-side .gallery ul li.hide {
  display: none;
}
#product-detail .in .left-side .rating,
.product-detail-like .in .left-side .rating {
  padding: 5px 0 0 0;
  display: flex;
}
#product-detail .in .left-side .rating p,
.product-detail-like .in .left-side .rating p {
  padding: 0 0 0 7px;
  color: #454848;
}
#product-detail .in .left-side .rating p small,
.product-detail-like .in .left-side .rating p small {
  font-size: 13px;
}
#product-detail .in .left-side .desc,
.product-detail-like .in .left-side .desc {
  padding-top: 10px;
}
#product-detail .in .left-side .params ul,
.product-detail-like .in .left-side .params ul {
  padding: 0;
}
#product-detail .in .left-side .params ul li,
.product-detail-like .in .left-side .params ul li {
  padding: 15px 0 0 0;
}
#product-detail .in .left-side .params ul li:before,
.product-detail-like .in .left-side .params ul li:before {
  display: none;
}
#product-detail .in .left-side .params ul li .value,
.product-detail-like .in .left-side .params ul li .value {
  display: block;
  padding: 7px 0 0 0;
}
#product-detail .in .left-side .params ul li .value.colors,
.product-detail-like .in .left-side .params ul li .value.colors {
  display: flex;
}
#product-detail .in .left-side .params ul li .value.colors i,
.product-detail-like .in .left-side .params ul li .value.colors i {
  margin: 7px 15px 0 0;
  border-radius: 100%;
  display: block;
  width: 24px;
  position: relative;
  height: 24px;
  left: 4px;
  cursor: pointer;
}
#product-detail .in .left-side .params ul li .value.colors i:before,
.product-detail-like .in .left-side .params ul li .value.colors i:before {
  border: 1px solid #212d2d;
  display: block;
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 100%;
}
#product-detail .in .left-side .params ul li .value.colors i.active:before,
.product-detail-like .in .left-side .params ul li .value.colors i.active:before {
  border-width: 2px;
  width: 28px;
  height: 28px;
  top: -4px;
  left: -4px;
}
#product-detail .in .left-side .params ul li .value.colors i.red,
.product-detail-like .in .left-side .params ul li .value.colors i.red {
  background: #d52a2a;
}
#product-detail .in .left-side .params ul li .value.colors i.yellow-light,
.product-detail-like .in .left-side .params ul li .value.colors i.yellow-light {
  background: #d0a517;
}
#product-detail .in .left-side .params ul li .value.colors i.blue-light,
.product-detail-like .in .left-side .params ul li .value.colors i.blue-light {
  background: #4e84ea;
}
#product-detail .in .left-side .params ul li .value.colors i.blue,
.product-detail-like .in .left-side .params ul li .value.colors i.blue {
  background: #758e30;
}
#product-detail .in .left-side .addons select,
.product-detail-like .in .left-side .addons select,
#product-detail .in .left-side .cart-parameters select,
.product-detail-like .in .left-side .cart-parameters select {
  border: solid thin #bababa;
  margin-bottom: 2px;
}
#product-detail .in .left-side .addons ul,
.product-detail-like .in .left-side .addons ul,
#product-detail .in .left-side .cart-parameters ul,
.product-detail-like .in .left-side .cart-parameters ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#product-detail .in .left-side .addons ul li,
.product-detail-like .in .left-side .addons ul li,
#product-detail .in .left-side .cart-parameters ul li,
.product-detail-like .in .left-side .cart-parameters ul li {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin-bottom: 5px;
}
#product-detail .in .left-side .addons ul li.title,
.product-detail-like .in .left-side .addons ul li.title,
#product-detail .in .left-side .cart-parameters ul li.title,
.product-detail-like .in .left-side .cart-parameters ul li.title {
  padding-left: 0;
}
#product-detail .in .left-side .addons ul li.title.count,
.product-detail-like .in .left-side .addons ul li.title.count,
#product-detail .in .left-side .cart-parameters ul li.title.count,
.product-detail-like .in .left-side .cart-parameters ul li.title.count {
  width: 20%;
}
#product-detail .in .left-side .addons ul li.title h3,
.product-detail-like .in .left-side .addons ul li.title h3,
#product-detail .in .left-side .cart-parameters ul li.title h3,
.product-detail-like .in .left-side .cart-parameters ul li.title h3 {
  padding: 0;
  margin: 10px 0;
}
#product-detail .in .left-side .addons ul li.radio,
.product-detail-like .in .left-side .addons ul li.radio,
#product-detail .in .left-side .cart-parameters ul li.radio,
.product-detail-like .in .left-side .cart-parameters ul li.radio {
  flex-direction: column;
}
#product-detail .in .left-side .addons ul li.radio label,
.product-detail-like .in .left-side .addons ul li.radio label,
#product-detail .in .left-side .cart-parameters ul li.radio label,
.product-detail-like .in .left-side .cart-parameters ul li.radio label {
  width: 100%;
  padding: 0;
  flex-wrap: nowrap;
}
#product-detail .in .left-side .addons ul li.radio label span.title,
.product-detail-like .in .left-side .addons ul li.radio label span.title,
#product-detail .in .left-side .cart-parameters ul li.radio label span.title,
.product-detail-like .in .left-side .cart-parameters ul li.radio label span.title {
  width: 100%;
}
#product-detail .in .left-side .addons ul li.radio label .title,
.product-detail-like .in .left-side .addons ul li.radio label .title,
#product-detail .in .left-side .cart-parameters ul li.radio label .title,
.product-detail-like .in .left-side .cart-parameters ul li.radio label .title {
  margin-left: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-grow: 1;
}
#product-detail .in .left-side .addons ul li.radio label .title .delivery-box,
.product-detail-like .in .left-side .addons ul li.radio label .title .delivery-box,
#product-detail .in .left-side .cart-parameters ul li.radio label .title .delivery-box,
.product-detail-like .in .left-side .cart-parameters ul li.radio label .title .delivery-box {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: 100%;
  font-size: 12px;
}
#product-detail .in .left-side .addons ul li.radio label .title .delivery-box .stock,
.product-detail-like .in .left-side .addons ul li.radio label .title .delivery-box .stock,
#product-detail .in .left-side .cart-parameters ul li.radio label .title .delivery-box .stock,
.product-detail-like .in .left-side .cart-parameters ul li.radio label .title .delivery-box .stock {
  font-weight: bold;
}
#product-detail .in .left-side .addons ul li.radio label .title .delivery-box .stock .in-stock,
.product-detail-like .in .left-side .addons ul li.radio label .title .delivery-box .stock .in-stock,
#product-detail .in .left-side .cart-parameters ul li.radio label .title .delivery-box .stock .in-stock,
.product-detail-like .in .left-side .cart-parameters ul li.radio label .title .delivery-box .stock .in-stock {
  color: #758e30;
}
#product-detail .in .left-side .addons ul li.checkbox,
.product-detail-like .in .left-side .addons ul li.checkbox,
#product-detail .in .left-side .cart-parameters ul li.checkbox,
.product-detail-like .in .left-side .cart-parameters ul li.checkbox {
  padding: 0;
}
#product-detail .in .left-side .addons ul li.checkbox .delivery-box,
.product-detail-like .in .left-side .addons ul li.checkbox .delivery-box,
#product-detail .in .left-side .cart-parameters ul li.checkbox .delivery-box,
.product-detail-like .in .left-side .cart-parameters ul li.checkbox .delivery-box {
  width: 100%;
  padding-left: 50px;
  font-size: 12px;
}
#product-detail .in .left-side .addons ul li.checkbox .delivery-box .stock .in-stock,
.product-detail-like .in .left-side .addons ul li.checkbox .delivery-box .stock .in-stock,
#product-detail .in .left-side .cart-parameters ul li.checkbox .delivery-box .stock .in-stock,
.product-detail-like .in .left-side .cart-parameters ul li.checkbox .delivery-box .stock .in-stock {
  color: #758e30;
}
#product-detail .in .left-side .addons ul li.select,
.product-detail-like .in .left-side .addons ul li.select,
#product-detail .in .left-side .cart-parameters ul li.select,
.product-detail-like .in .left-side .cart-parameters ul li.select {
  display: flex;
  flex-direction: row;
}
#product-detail .in .left-side .addons ul li.select.count,
.product-detail-like .in .left-side .addons ul li.select.count,
#product-detail .in .left-side .cart-parameters ul li.select.count,
.product-detail-like .in .left-side .cart-parameters ul li.select.count {
  width: 80%;
}
#product-detail .in .left-side .addons ul li.select.count .delivery-box,
.product-detail-like .in .left-side .addons ul li.select.count .delivery-box,
#product-detail .in .left-side .cart-parameters ul li.select.count .delivery-box,
.product-detail-like .in .left-side .cart-parameters ul li.select.count .delivery-box {
  display: flex;
  flex-direction: row;
}
#product-detail .in .left-side .addons ul li.select.count .delivery-box .stock,
.product-detail-like .in .left-side .addons ul li.select.count .delivery-box .stock,
#product-detail .in .left-side .cart-parameters ul li.select.count .delivery-box .stock,
.product-detail-like .in .left-side .cart-parameters ul li.select.count .delivery-box .stock,
#product-detail .in .left-side .addons ul li.select.count .delivery-box .delivery,
.product-detail-like .in .left-side .addons ul li.select.count .delivery-box .delivery,
#product-detail .in .left-side .cart-parameters ul li.select.count .delivery-box .delivery,
.product-detail-like .in .left-side .cart-parameters ul li.select.count .delivery-box .delivery,
#product-detail .in .left-side .addons ul li.select.count .delivery-box .price,
.product-detail-like .in .left-side .addons ul li.select.count .delivery-box .price,
#product-detail .in .left-side .cart-parameters ul li.select.count .delivery-box .price,
.product-detail-like .in .left-side .cart-parameters ul li.select.count .delivery-box .price {
  margin-right: 10px;
  margin-top: 2px;
  line-height: 12px;
  display: flex;
}
#product-detail .in .left-side .addons ul li.select.count .delivery-box .stock:last-child,
.product-detail-like .in .left-side .addons ul li.select.count .delivery-box .stock:last-child,
#product-detail .in .left-side .cart-parameters ul li.select.count .delivery-box .stock:last-child,
.product-detail-like .in .left-side .cart-parameters ul li.select.count .delivery-box .stock:last-child,
#product-detail .in .left-side .addons ul li.select.count .delivery-box .delivery:last-child,
.product-detail-like .in .left-side .addons ul li.select.count .delivery-box .delivery:last-child,
#product-detail .in .left-side .cart-parameters ul li.select.count .delivery-box .delivery:last-child,
.product-detail-like .in .left-side .cart-parameters ul li.select.count .delivery-box .delivery:last-child,
#product-detail .in .left-side .addons ul li.select.count .delivery-box .price:last-child,
.product-detail-like .in .left-side .addons ul li.select.count .delivery-box .price:last-child,
#product-detail .in .left-side .cart-parameters ul li.select.count .delivery-box .price:last-child,
.product-detail-like .in .left-side .cart-parameters ul li.select.count .delivery-box .price:last-child {
  margin-right: 0;
}
#product-detail .in .left-side .addons ul li.select.count .delivery-box .price,
.product-detail-like .in .left-side .addons ul li.select.count .delivery-box .price,
#product-detail .in .left-side .cart-parameters ul li.select.count .delivery-box .price,
.product-detail-like .in .left-side .cart-parameters ul li.select.count .delivery-box .price {
  flex-grow: 1;
  justify-content: flex-end;
}
#product-detail .in .left-side .addons ul li.select select,
.product-detail-like .in .left-side .addons ul li.select select,
#product-detail .in .left-side .cart-parameters ul li.select select,
.product-detail-like .in .left-side .cart-parameters ul li.select select {
  display: flex;
  flex-grow: 1;
  padding: 10px 10px;
}
#product-detail .in .left-side .addons ul li.select .delivery-box,
.product-detail-like .in .left-side .addons ul li.select .delivery-box,
#product-detail .in .left-side .cart-parameters ul li.select .delivery-box,
.product-detail-like .in .left-side .cart-parameters ul li.select .delivery-box {
  width: 100%;
  font-size: 12px;
}
#product-detail .in .left-side .addons ul li.select .delivery-box .price,
.product-detail-like .in .left-side .addons ul li.select .delivery-box .price,
#product-detail .in .left-side .cart-parameters ul li.select .delivery-box .price,
.product-detail-like .in .left-side .cart-parameters ul li.select .delivery-box .price {
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-size: 15px;
}
#product-detail .in .left-side .addons ul li.select .delivery-box strong,
.product-detail-like .in .left-side .addons ul li.select .delivery-box strong,
#product-detail .in .left-side .cart-parameters ul li.select .delivery-box strong,
.product-detail-like .in .left-side .cart-parameters ul li.select .delivery-box strong {
  margin-left: 5px;
}
#product-detail .in .left-side .addons ul li::before,
.product-detail-like .in .left-side .addons ul li::before,
#product-detail .in .left-side .cart-parameters ul li::before,
.product-detail-like .in .left-side .cart-parameters ul li::before {
  display: none;
}
#product-detail .in .left-side .addons ul li .input,
.product-detail-like .in .left-side .addons ul li .input,
#product-detail .in .left-side .cart-parameters ul li .input,
.product-detail-like .in .left-side .cart-parameters ul li .input {
  display: flex;
  min-width: 39px;
  justify-content: flex-end;
}
#product-detail .in .left-side .addons ul li .input label,
.product-detail-like .in .left-side .addons ul li .input label,
#product-detail .in .left-side .cart-parameters ul li .input label,
.product-detail-like .in .left-side .cart-parameters ul li .input label {
  justify-content: flex-end;
}
#product-detail .in .left-side .addons ul li .units,
.product-detail-like .in .left-side .addons ul li .units,
#product-detail .in .left-side .cart-parameters ul li .units,
.product-detail-like .in .left-side .cart-parameters ul li .units {
  display: flex;
  padding-left: 10px;
  font-size: 14px;
}
#product-detail .in .left-side .addons ul li label,
.product-detail-like .in .left-side .addons ul li label,
#product-detail .in .left-side .cart-parameters ul li label,
.product-detail-like .in .left-side .cart-parameters ul li label {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  padding-left: 10px;
}
#product-detail .in .left-side .addons ul li .price,
.product-detail-like .in .left-side .addons ul li .price,
#product-detail .in .left-side .cart-parameters ul li .price,
.product-detail-like .in .left-side .cart-parameters ul li .price {
  display: flex;
}
#product-detail .in .left-side .addons ul li.text input,
.product-detail-like .in .left-side .addons ul li.text input,
#product-detail .in .left-side .cart-parameters ul li.text input,
.product-detail-like .in .left-side .cart-parameters ul li.text input {
  width: 40px;
  border: solid thin #bababa;
  text-align: right;
}
#product-detail .in .left-side .addons ul li.length input,
.product-detail-like .in .left-side .addons ul li.length input,
#product-detail .in .left-side .cart-parameters ul li.length input,
.product-detail-like .in .left-side .cart-parameters ul li.length input {
  width: 80px;
  border: solid thin #bababa;
  text-align: right;
}
#product-detail .in .left-side .pricing,
.product-detail-like .in .left-side .pricing {
  margin: 25px 0 0 0;
  border-top: 2px solid #212d2d;
  border-bottom: 2px solid #212d2d;
  display: flex;
  padding: 20px 0 24px 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#product-detail .in .left-side .pricing .price,
.product-detail-like .in .left-side .pricing .price {
  flex: 0 1 100%;
  display: flex;
  flex-wrap: wrap;
}
#product-detail .in .left-side .pricing .price .old,
.product-detail-like .in .left-side .pricing .price .old {
  flex: 0 1 100%;
  text-decoration: line-through;
}
#product-detail .in .left-side .pricing .price .current,
.product-detail-like .in .left-side .pricing .price .current {
  flex: 0 1 100%;
  line-height: 110%;
  font-size: 30px;
  font-weight: 600;
}
#product-detail .in .left-side .pricing .price .no-vat,
.product-detail-like .in .left-side .pricing .price .no-vat {
  flex: 0 1 100%;
}
#product-detail .in .left-side .pricing .count-form,
.product-detail-like .in .left-side .pricing .count-form {
  padding: 20px 0 0 0;
  display: flex;
}
#product-detail .in .left-side .pricing .count-form .math,
.product-detail-like .in .left-side .pricing .count-form .math {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #212d2d;
  height: 46px;
  font-size: 20px;
  cursor: pointer;
  width: 34px;
  box-sizing: border-box;
  padding: 0;
  text-align: right;
}
#product-detail .in .left-side .pricing .count-form .math a,
.product-detail-like .in .left-side .pricing .count-form .math a {
  padding-top: 3px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #454848;
  text-decoration: none;
}
#product-detail .in .left-side .pricing .count-form .math.minus,
.product-detail-like .in .left-side .pricing .count-form .math.minus {
  border-right: 0;
}
#product-detail .in .left-side .pricing .count-form .math.plus,
.product-detail-like .in .left-side .pricing .count-form .math.plus {
  border-left: 0;
}
#product-detail .in .left-side .pricing .count-form .count input,
.product-detail-like .in .left-side .pricing .count-form .count input {
  border: 2px solid #212d2d;
  height: 46px;
  width: 40px;
  box-sizing: border-box;
  transition: border-color 0.5s;
  padding: 0 7px;
  text-align: right;
  font-size: 20px;
}
#product-detail .in .left-side .pricing .submit,
.product-detail-like .in .left-side .pricing .submit {
  padding: 20px 0 0 0;
}
#product-detail .in .left-side .pricing a.sg-button,
.product-detail-like .in .left-side .pricing a.sg-button {
  white-space: nowrap;
}
#product-detail .in .left-side .additional ul,
.product-detail-like .in .left-side .additional ul {
  padding: 15px 0 0 0;
}
#product-detail .in .left-side .additional ul li,
.product-detail-like .in .left-side .additional ul li {
  padding: 5px 0 0;
  display: flex;
}
#product-detail .in .left-side .additional ul li:before,
.product-detail-like .in .left-side .additional ul li:before {
  display: none;
}
#product-detail .in .left-side .additional ul li .title,
.product-detail-like .in .left-side .additional ul li .title {
  flex: 0 1 160px;
}
#product-detail .in .left-side .additional ul li .value,
.product-detail-like .in .left-side .additional ul li .value {
  flex: 0 1 calc(100% - 160px);
}
#product-detail .in .left-side .additional ul li .value a strong,
.product-detail-like .in .left-side .additional ul li .value a strong {
  font-weight: 600;
  color: #535353;
}
#product-detail .in .left-side .additional ul li .value .in-stock,
.product-detail-like .in .left-side .additional ul li .value .in-stock {
  color: #758e30;
}
#product-detail .in .left-side .product-groups,
.product-detail-like .in .left-side .product-groups {
  margin: 25px 0 0 0;
}
#product-detail .in .left-side .product-groups .groups-box,
.product-detail-like .in .left-side .product-groups .groups-box {
  border: solid 2px #132222;
  padding: 20px 40px 40px 40px;
}
#product-detail .in .left-side .product-groups .groups-box h4,
.product-detail-like .in .left-side .product-groups .groups-box h4 {
  padding: 0;
  margin: 20px 0 0 0;
}
#product-detail .in .left-side .product-groups .groups-box ul,
.product-detail-like .in .left-side .product-groups .groups-box ul {
  padding: 15px 0 0 0;
}
#product-detail .in .left-side .product-groups .groups-box ul li,
.product-detail-like .in .left-side .product-groups .groups-box ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #535353;
}
#product-detail .in .left-side .product-groups .groups-box ul li a,
.product-detail-like .in .left-side .product-groups .groups-box ul li a {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
#product-detail .in .left-side .product-groups .groups-box ul li .price,
.product-detail-like .in .left-side .product-groups .groups-box ul li .price {
  font-weight: bold;
}
#product-detail .in .left-side .product-groups .groups-box ul li:before,
.product-detail-like .in .left-side .product-groups .groups-box ul li:before {
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  line-height: 20px;
  content: "\00B7";
  color: #535353;
}
#product-detail .in .left-side .product-groups .groups-box ul li.active,
.product-detail-like .in .left-side .product-groups .groups-box ul li.active,
#product-detail .in .left-side .product-groups .groups-box ul li:hover,
.product-detail-like .in .left-side .product-groups .groups-box ul li:hover {
  color: #6c9900;
}
#product-detail .in .left-side .product-groups .groups-box ul li.active:before,
.product-detail-like .in .left-side .product-groups .groups-box ul li.active:before,
#product-detail .in .left-side .product-groups .groups-box ul li:hover:before,
.product-detail-like .in .left-side .product-groups .groups-box ul li:hover:before {
  color: #6c9900;
}
#product-detail .in .left-side .tools,
.product-detail-like .in .left-side .tools {
  margin: 0;
  background: #132222;
}
#product-detail .in .left-side .tools ul,
.product-detail-like .in .left-side .tools ul {
  padding: 5px 0 15px 0;
}
#product-detail .in .left-side .tools ul li,
.product-detail-like .in .left-side .tools ul li {
  padding: 10px 0 0 0;
}
#product-detail .in .left-side .tools ul li:before,
.product-detail-like .in .left-side .tools ul li:before {
  display: none;
}
#product-detail .in .left-side .tools ul li a,
.product-detail-like .in .left-side .tools ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
#product-detail .in .left-side .tools ul li a i,
.product-detail-like .in .left-side .tools ul li a i {
  margin: 0 10px 0 0;
  transition: color 0.5s;
  font-size: 18px;
  position: relative;
  top: 1px;
}
#product-detail .in .left-side .tools ul li:last-child a,
.product-detail-like .in .left-side .tools ul li:last-child a {
  margin: 0;
}
#product-detail .in .left-side .product-variants .title,
.product-detail-like .in .left-side .product-variants .title {
  color: #454848;
}
#product-detail .in .left-side .product-variants .title strong,
.product-detail-like .in .left-side .product-variants .title strong {
  font-size: 130%;
}
#product-detail .in .left-side .product-variants ul li,
.product-detail-like .in .left-side .product-variants ul li {
  padding: 10px 0;
  border-top: solid thin #283233;
}
#product-detail .in .left-side .product-variants ul li:first-child,
.product-detail-like .in .left-side .product-variants ul li:first-child {
  border-top: none;
}
#product-detail .in .left-side .product-variants ul li:hover,
.product-detail-like .in .left-side .product-variants ul li:hover {
  background-color: #132222;
}
#product-detail .in .left-side .product-variants ul li::before,
.product-detail-like .in .left-side .product-variants ul li::before {
  content: none;
}
#product-detail .in .left-side .product-variants ul li a,
.product-detail-like .in .left-side .product-variants ul li a {
  display: flex;
  flex-direction: row;
  color: #535353;
}
#product-detail .in .left-side .product-variants ul li a:hover,
.product-detail-like .in .left-side .product-variants ul li a:hover {
  color: #535353;
}
#product-detail .in .left-side .product-variants ul li a span,
.product-detail-like .in .left-side .product-variants ul li a span {
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
}
#product-detail .in .left-side .product-variants ul li a span:last-child,
.product-detail-like .in .left-side .product-variants ul li a span:last-child {
  margin-right: 0;
}
#product-detail .in .left-side .product-variants ul li a span.image,
.product-detail-like .in .left-side .product-variants ul li a span.image {
  padding-left: 5px;
  width: 90px;
}
#product-detail .in .left-side .product-variants ul li a span.image img,
.product-detail-like .in .left-side .product-variants ul li a span.image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#product-detail .in .left-side .product-variants ul li a span.title,
.product-detail-like .in .left-side .product-variants ul li a span.title {
  flex-basis: 66%;
  flex-grow: 1;
  color: #1d1d1d;
  flex-direction: column;
  justify-content: space-between;
}
#product-detail .in .left-side .product-variants ul li a span.title small,
.product-detail-like .in .left-side .product-variants ul li a span.title small {
  color: #454848;
}
#product-detail .in .left-side .product-variants ul li a span.desc,
.product-detail-like .in .left-side .product-variants ul li a span.desc {
  justify-content: right;
}
#product-detail .in .left-side .product-variants ul li a span.desc strong,
.product-detail-like .in .left-side .product-variants ul li a span.desc strong {
  color: #454848;
  font-weight: normal;
  white-space: nowrap;
}
#product-detail .in .left-side .product-variants ul li a span.price,
.product-detail-like .in .left-side .product-variants ul li a span.price {
  flex-direction: column;
  justify-content: right;
  font-size: 110%;
}
#product-detail .in .left-side .product-variants ul li a span.price small,
.product-detail-like .in .left-side .product-variants ul li a span.price small {
  color: #535353;
  text-decoration: line-through;
}
#product-detail .in .left-side .product-variants ul li a span small,
.product-detail-like .in .left-side .product-variants ul li a span small {
  font-size: 80%;
  line-height: 80%;
  text-align: right;
}
#product-detail .in .left-side .product-variants ul li.hidden,
.product-detail-like .in .left-side .product-variants ul li.hidden {
  display: none;
}
#product-detail .in .left-side .product-variants .handles,
.product-detail-like .in .left-side .product-variants .handles {
  margin-top: 5px;
}
#product-detail .in .left-side .product-variants .handles p,
.product-detail-like .in .left-side .product-variants .handles p {
  padding: 0;
  text-align: center;
}
#product-detail .in .left-side .product-variants .handles p a,
.product-detail-like .in .left-side .product-variants .handles p a {
  text-transform: uppercase;
}
#product-detail .in .left-side .product-variants .handles p a i,
.product-detail-like .in .left-side .product-variants .handles p a i {
  font-size: 80%;
}
#product-detail .in .left-side .product-variants .handles .less,
.product-detail-like .in .left-side .product-variants .handles .less {
  display: none;
}
#product-detail .in .left-side .product-variants .handles .less i,
.product-detail-like .in .left-side .product-variants .handles .less i {
  display: inline-flex;
  transform: rotate(180deg);
}
#product-detail .in .questions .list h3,
.product-detail-like .in .questions .list h3 {
  font-size: 20px;
}
#product-detail .in .questions .list .item,
.product-detail-like .in .questions .list .item {
  border-bottom: 1px solid #212d2d;
  padding: 0 0 45px 0;
  margin: 0 0 20px 0;
}
#product-detail .in .questions .list .item .question .author .date,
.product-detail-like .in .questions .list .item .question .author .date {
  color: #454848;
  display: block;
}
#product-detail .in .questions .list .item .answer,
.product-detail-like .in .questions .list .item .answer {
  margin: 25px 0 0 0;
  padding: 3px 0 3px 25px;
  box-sizing: border-box;
  border-left: 2px solid #6c9900;
}
#product-detail .in .questions .list .item .answer .author,
.product-detail-like .in .questions .list .item .answer .author {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#product-detail .in .questions .list .item .answer .author strong,
.product-detail-like .in .questions .list .item .answer .author strong {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#product-detail .in .questions .list .item .answer .author strong i,
.product-detail-like .in .questions .list .item .answer .author strong i {
  flex: 0 1 16px;
  display: flex;
  margin-right: 7px;
}
#product-detail .in .questions .list .item .answer .author strong i img,
.product-detail-like .in .questions .list .item .answer .author strong i img {
  height: 100%;
}
#product-detail .in .questions .list .item .answer .author strong span,
.product-detail-like .in .questions .list .item .answer .author strong span {
  flex: 0 1 calc(100% - 22px);
  position: relative;
  top: 2px;
}
#product-detail .in .questions .list .item .answer .author .date,
.product-detail-like .in .questions .list .item .answer .author .date {
  flex: 0 1 100%;
  color: #454848;
  display: block;
}
#product-detail .in .questions .form h3,
.product-detail-like .in .questions .form h3 {
  padding: 15px 0 0 0;
  font-size: 20px;
}
#product-detail .in .questions .form ul,
.product-detail-like .in .questions .form ul {
  padding: 10px 0 0 0;
}
#product-detail .in .questions .form ul li,
.product-detail-like .in .questions .form ul li {
  padding: 10px 0 0 0;
}
#product-detail .in .questions .form ul li:before,
.product-detail-like .in .questions .form ul li:before {
  display: none;
}
#product-detail .in .questions .form ul li .form,
.product-detail-like .in .questions .form ul li .form {
  display: block;
  padding: 4px 0 0 0;
}
#product-detail .in .questions .form p,
.product-detail-like .in .questions .form p {
  text-align: center;
}
#product-detail .in .questions .form p.terms,
.product-detail-like .in .questions .form p.terms {
  padding: 10px 0 0 0;
}
#product-detail .in .rating .list,
.product-detail-like .in .rating .list {
  margin: 0 0 5px 0;
}
#product-detail .in .rating .list h3,
.product-detail-like .in .rating .list h3 {
  font-size: 20px;
}
#product-detail .in .rating .list .review-info,
.product-detail-like .in .rating .list .review-info {
  font-size: 12px;
  font-style: italic;
}
#product-detail .in .rating .list .scale,
.product-detail-like .in .rating .list .scale {
  margin: 25px 0 0 0;
  padding: 15px 25px;
  background: #132222;
}
#product-detail .in .rating .list .scale ul li,
.product-detail-like .in .rating .list .scale ul li {
  display: flex;
  padding: 2px 0 0 0;
  align-items: center;
}
#product-detail .in .rating .list .scale ul li:before,
.product-detail-like .in .rating .list .scale ul li:before {
  display: none;
}
#product-detail .in .rating .list .scale ul li .stars,
.product-detail-like .in .rating .list .scale ul li .stars {
  flex: 0 1 22px;
}
#product-detail .in .rating .list .scale ul li .sg-rating,
.product-detail-like .in .rating .list .scale ul li .sg-rating {
  flex: 0 1 36px;
}
#product-detail .in .rating .list .scale ul li .sg-rating i,
.product-detail-like .in .rating .list .scale ul li .sg-rating i {
  margin: 0;
  font-size: 20px;
}
#product-detail .in .rating .list .scale ul li .line,
.product-detail-like .in .rating .list .scale ul li .line {
  display: block;
  background: #454848;
  height: 4px;
  flex: 1;
}
#product-detail .in .rating .list .scale ul li .line i,
.product-detail-like .in .rating .list .scale ul li .line i {
  display: block;
  height: 4px;
  background: #6c9900;
}
#product-detail .in .rating .list .scale ul li .count,
.product-detail-like .in .rating .list .scale ul li .count {
  flex: 0 1 30px;
  padding: 0 0 0 20px;
  text-align: right;
}
#product-detail .in .rating .list .scale .total,
.product-detail-like .in .rating .list .scale .total {
  display: flex;
  align-items: center;
}
#product-detail .in .rating .list .scale .total strong,
.product-detail-like .in .rating .list .scale .total strong {
  font-size: 35px;
}
#product-detail .in .rating .list .scale .total .sg-rating,
.product-detail-like .in .rating .list .scale .total .sg-rating {
  margin: 0 0 0 18px;
}
#product-detail .in .rating .list .scale .total .sg-rating i,
.product-detail-like .in .rating .list .scale .total .sg-rating i {
  font-size: 20px;
}
#product-detail .in .rating .list .item,
.product-detail-like .in .rating .list .item {
  border-bottom: 1px solid #212d2d;
  padding: 0 0 25px 0;
  margin: 25px 0 0 0;
}
#product-detail .in .rating .list .item .author,
.product-detail-like .in .rating .list .item .author {
  display: flex;
  flex-wrap: wrap;
}
#product-detail .in .rating .list .item .author .date,
.product-detail-like .in .rating .list .item .author .date {
  color: #454848;
  flex: 0 1 100%;
  display: block;
}
#product-detail .in .rating .list .item .author .sg-rating,
.product-detail-like .in .rating .list .item .author .sg-rating {
  margin: 0 0 0 8px;
}
#product-detail .in .rating .list .item .content ul li,
.product-detail-like .in .rating .list .item .content ul li {
  padding: 0 0 0 30px;
}
#product-detail .in .rating .list .item .content ul li:before,
.product-detail-like .in .rating .list .item .content ul li:before {
  color: #0c1c1d;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  border-radius: 100%;
  top: 2px;
  font-size: 17px;
}
#product-detail .in .rating .list .item .content ul li.plus:before,
.product-detail-like .in .rating .list .item .content ul li.plus:before {
  content: '+';
  background: #758e30;
}
#product-detail .in .rating .list .item .content ul li.minus:before,
.product-detail-like .in .rating .list .item .content ul li.minus:before {
  content: '-';
  background: #d52a2a;
}
#product-detail .in .rating .form h3,
.product-detail-like .in .rating .form h3 {
  padding: 15px 0 0 0;
  font-size: 20px;
}
#product-detail .in .rating .form ul,
.product-detail-like .in .rating .form ul {
  padding: 10px 0 0 0;
}
#product-detail .in .rating .form ul li,
.product-detail-like .in .rating .form ul li {
  padding: 10px 0 0 0;
}
#product-detail .in .rating .form ul li:before,
.product-detail-like .in .rating .form ul li:before {
  display: none;
}
#product-detail .in .rating .form ul li .form,
.product-detail-like .in .rating .form ul li .form {
  display: block;
  padding: 4px 0 0 0;
}
#product-detail .in .rating .form ul li.rating-form,
.product-detail-like .in .rating .form ul li.rating-form {
  flex-direction: column;
}
#product-detail .in .rating .form ul li.rating-form .form,
.product-detail-like .in .rating .form ul li.rating-form .form {
  display: flex;
  flex-direction: column;
}
#product-detail .in .rating .form ul li.rating-form .form .stars-widget,
.product-detail-like .in .rating .form ul li.rating-form .form .stars-widget {
  display: flex;
  align-items: center;
  font-size: 25px;
  padding: 0;
  color: #454848;
  margin-bottom: 10px;
}
#product-detail .in .rating .form ul li.rating-form .form .stars-widget li,
.product-detail-like .in .rating .form ul li.rating-form .form .stars-widget li {
  line-height: normal;
  padding: 0;
}
#product-detail .in .rating .form ul li.rating-form .form .stars-widget li.stars,
.product-detail-like .in .rating .form ul li.rating-form .form .stars-widget li.stars {
  margin: 0 10px 0 10px;
}
#product-detail .in .rating .form ul li.rating-form .form .stars-widget li.stars i,
.product-detail-like .in .rating .form ul li.rating-form .form .stars-widget li.stars i {
  cursor: pointer;
}
#product-detail .in .rating .form ul li.rating-form .form .stars-widget li.stars i:hover,
.product-detail-like .in .rating .form ul li.rating-form .form .stars-widget li.stars i:hover,
#product-detail .in .rating .form ul li.rating-form .form .stars-widget li.stars i.active,
.product-detail-like .in .rating .form ul li.rating-form .form .stars-widget li.stars i.active {
  color: #6c9900;
}
#product-detail .in .rating .form ul li.rating-form .form .stars-widget li a:before,
.product-detail-like .in .rating .form ul li.rating-form .form .stars-widget li a:before,
#product-detail .in .rating .form ul li.rating-form .form .stars-widget li a:after,
.product-detail-like .in .rating .form ul li.rating-form .form .stars-widget li a:after {
  background-color: #0c1c1d;
}
#product-detail .in .rating .form ul li.rating-form .form .stars-widget .minus,
.product-detail-like .in .rating .form ul li.rating-form .form .stars-widget .minus,
#product-detail .in .rating .form ul li.rating-form .form .stars-widget .plus,
.product-detail-like .in .rating .form ul li.rating-form .form .stars-widget .plus {
  display: flex;
  align-items: center;
  text-decoration: none;
}
#product-detail .in .rating .form ul li.rating-form .form .stars-widget .minus i,
.product-detail-like .in .rating .form ul li.rating-form .form .stars-widget .minus i,
#product-detail .in .rating .form ul li.rating-form .form .stars-widget .plus i,
.product-detail-like .in .rating .form ul li.rating-form .form .stars-widget .plus i {
  display: flex;
  justify-content: center;
  font-size: 42px;
  line-height: 42px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #535353;
  color: #0c1c1d;
}
#product-detail .in .rating .form ul li.rating-form .form .stars-widget .minus:hover i,
.product-detail-like .in .rating .form ul li.rating-form .form .stars-widget .minus:hover i,
#product-detail .in .rating .form ul li.rating-form .form .stars-widget .plus:hover i,
.product-detail-like .in .rating .form ul li.rating-form .form .stars-widget .plus:hover i {
  background-color: #6c9900;
}
#product-detail .in .rating .form ul li.rating-form .form .ui-selectmenu-button.ui-button,
.product-detail-like .in .rating .form ul li.rating-form .form .ui-selectmenu-button.ui-button {
  max-width: 100px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
#product-detail .in .rating .form ul li.rating-form .form .ui-selectmenu-button.ui-button .ui-icon,
.product-detail-like .in .rating .form ul li.rating-form .form .ui-selectmenu-button.ui-button .ui-icon {
  display: none;
}
#product-detail .in .rating .form ul li.rating-form .form .ui-selectmenu-button.ui-button .ui-selectmenu-text,
.product-detail-like .in .rating .form ul li.rating-form .form .ui-selectmenu-button.ui-button .ui-selectmenu-text {
  margin-right: 0;
}
#product-detail .in .rating .form p,
.product-detail-like .in .rating .form p {
  text-align: center;
}
#product-detail .in .rating .form p.terms,
.product-detail-like .in .rating .form p.terms {
  padding: 10px 0 0 0;
}
#product-detail .in .selection h3,
.product-detail-like .in .selection h3 {
  text-align: center;
  font-size: 22px;
  padding: 40px 0 0 0;
}
.ui-selectmenu-menu ul li {
  padding: 0;
}
.ui-selectmenu-menu ul li:before {
  content: none;
}
.no-touch #product-detail .in .right-side .gallery ul li a:hover,
.no-touch .product-detail-like .in .right-side .gallery ul li a:hover {
  border-color: #6c9900;
}
.no-touch #product-detail .in .right-side .gallery ul li.main a:hover i,
.no-touch .product-detail-like .in .right-side .gallery ul li.main a:hover i {
  color: #6c9900;
}
.no-touch #product-detail .in .right-side .gallery ul li.more a:hover,
.no-touch .product-detail-like .in .right-side .gallery ul li.more a:hover {
  background: #6c9900;
  color: #ffffff;
}
.no-touch #product-detail .in .left-side .pricing .count-form .math a:hover,
.no-touch .product-detail-like .in .left-side .pricing .count-form .math a:hover {
  color: #6c9900;
}
.no-touch #product-detail .in .left-side .pricing .count-form .count input:hover,
.no-touch .product-detail-like .in .left-side .pricing .count-form .count input:hover,
.no-touch #product-detail .in .left-side .pricing .count-form .count input:focus,
.no-touch .product-detail-like .in .left-side .pricing .count-form .count input:focus {
  border-color: #454848;
}
.no-touch #product-detail .in .left-side .tools ul li a:hover i,
.no-touch .product-detail-like .in .left-side .tools ul li a:hover i {
  color: #6c9900;
}
@media only screen and (min-width: 480px) {
  #product-detail .in .left-side,
  .product-detail-like .in .left-side {
    padding: 5px 0 10px 0;
  }
  #product-detail .in .left-side .params,
  .product-detail-like .in .left-side .params {
    padding: 10px 0 0 0;
  }
  #product-detail .in .left-side .pricing,
  .product-detail-like .in .left-side .pricing {
    justify-content: flex-end;
  }
  #product-detail .in .left-side .pricing .count-form,
  .product-detail-like .in .left-side .pricing .count-form {
    margin: 0 10px 0 0;
  }
  #product-detail .in .left-side .tools ul,
  .product-detail-like .in .left-side .tools ul {
    display: flex;
    padding: 15px 0;
    justify-content: center;
  }
  #product-detail .in .left-side .tools ul li,
  .product-detail-like .in .left-side .tools ul li {
    padding: 0;
    margin: 0 12px;
  }
  #product-detail .in .rating .form ul li.rating-form .form,
  .product-detail-like .in .rating .form ul li.rating-form .form {
    flex-direction: row;
    justify-content: space-between;
  }
  #product-detail .in .rating .form ul li.rating-form .form .stars-widget,
  .product-detail-like .in .rating .form ul li.rating-form .form .stars-widget {
    font-size: 28px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  #product-detail .in,
  .product-detail-like .in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #product-detail .in .right-side,
  .product-detail-like .in .right-side {
    padding: 25px 0 15px 0;
    flex: 0 1 48%;
  }
  #product-detail .in .left-side,
  .product-detail-like .in .left-side {
    padding: 0;
    flex: 0 1 48%;
  }
  #product-detail .in .left-side .rating,
  .product-detail-like .in .left-side .rating {
    justify-content: flex-start;
    flex-direction: row;
  }
  #product-detail .in .left-side .params ul,
  .product-detail-like .in .left-side .params ul {
    padding: 10px 0 0 0;
  }
  #product-detail .in .left-side .params ul li,
  .product-detail-like .in .left-side .params ul li {
    display: flex;
    align-items: center;
  }
  #product-detail .in .left-side .params ul li .title,
  .product-detail-like .in .left-side .params ul li .title {
    flex: 0 1 100px;
  }
  #product-detail .in .left-side .params ul li .value,
  .product-detail-like .in .left-side .params ul li .value {
    flex: 0 1 calc(100% - 100px);
    padding: 0;
  }
  #product-detail .in .left-side .pricing .count-form .math,
  .product-detail-like .in .left-side .pricing .count-form .math {
    width: 40px;
  }
  #product-detail .in .left-side .tools ul li,
  .product-detail-like .in .left-side .tools ul li {
    margin: 0 9px;
  }
  #product-detail .in .sg-tabs,
  .product-detail-like .in .sg-tabs {
    flex: 0 1 100%;
  }
  #product-detail .in .sg-tabs .sg-tabs-item .sg-tabs-item-content .sg-table .row .col,
  .product-detail-like .in .sg-tabs .sg-tabs-item .sg-tabs-item-content .sg-table .row .col {
    background: none;
    border: 0;
    border-bottom: 1px dotted #212d2d;
  }
  #product-detail .in .sg-tabs .sg-tabs-item .sg-tabs-item-content .sg-table .row .col:first-child,
  .product-detail-like .in .sg-tabs .sg-tabs-item .sg-tabs-item-content .sg-table .row .col:first-child {
    flex: 0 1 240px;
  }
  #product-detail .in .sg-tabs .sg-tabs-item .sg-tabs-item-content .sg-table .row:last-child .col,
  .product-detail-like .in .sg-tabs .sg-tabs-item .sg-tabs-item-content .sg-table .row:last-child .col {
    border: 0;
  }
  #product-detail .in .questions,
  .product-detail-like .in .questions {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #product-detail .in .questions .list,
  .product-detail-like .in .questions .list {
    flex: 0 1 54%;
  }
  #product-detail .in .questions .list .item,
  .product-detail-like .in .questions .list .item {
    margin: 5px 0 20px 0;
  }
  #product-detail .in .questions .list .item.last,
  .product-detail-like .in .questions .list .item.last {
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 0;
  }
  #product-detail .in .questions .form,
  .product-detail-like .in .questions .form {
    flex: 0 1 42%;
  }
  #product-detail .in .questions .form h3,
  .product-detail-like .in .questions .form h3 {
    padding: 20px 0 0 0;
  }
  #product-detail .in .questions .form ul li,
  .product-detail-like .in .questions .form ul li {
    padding: 15px 0 0 0;
  }
  #product-detail .in .questions .form ul li .form,
  .product-detail-like .in .questions .form ul li .form {
    padding: 6px 0 0 0;
  }
  #product-detail .in .questions .form p,
  .product-detail-like .in .questions .form p {
    text-align: left;
  }
  #product-detail .in .rating,
  .product-detail-like .in .rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #product-detail .in .rating .list,
  .product-detail-like .in .rating .list {
    flex: 0 1 54%;
  }
  #product-detail .in .rating .list .scale,
  .product-detail-like .in .rating .list .scale {
    padding: 0;
    background: none;
    margin: 20px 0 10px 0;
  }
  #product-detail .in .rating .list .item.last,
  .product-detail-like .in .rating .list .item.last {
    padding: 0 0 10px 0;
    border-bottom: 0;
  }
  #product-detail .in .rating .form,
  .product-detail-like .in .rating .form {
    flex: 0 1 42%;
  }
  #product-detail .in .rating .form h3,
  .product-detail-like .in .rating .form h3 {
    padding: 20px 0 0 0;
  }
  #product-detail .in .rating .form ul li,
  .product-detail-like .in .rating .form ul li {
    padding: 15px 0 0 0;
  }
  #product-detail .in .rating .form ul li .form,
  .product-detail-like .in .rating .form ul li .form {
    padding: 6px 0 0 0;
  }
  #product-detail .in .rating .form ul li.rating-form .form,
  .product-detail-like .in .rating .form ul li.rating-form .form {
    flex-direction: column;
  }
  #product-detail .in .rating .form ul li.rating-form .form .stars-widget,
  .product-detail-like .in .rating .form ul li.rating-form .form .stars-widget {
    margin-bottom: 10px;
    font-size: 25px;
  }
  #product-detail .in .rating .form p,
  .product-detail-like .in .rating .form p {
    text-align: left;
  }
  #product-detail .in .selection,
  .product-detail-like .in .selection {
    flex: 0 1 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #product-detail .in .right-side .gallery ul li.main a img,
  .product-detail-like .in .right-side .gallery ul li.main a img {
    max-height: 310px;
  }
  #product-detail .in .left-side .params ul li .title,
  .product-detail-like .in .left-side .params ul li .title {
    flex: 0 1 140px;
  }
  #product-detail .in .left-side .params ul li .value,
  .product-detail-like .in .left-side .params ul li .value {
    flex: 0 1 calc(100% - 140px);
  }
  #product-detail .in .left-side .params ul li .value .sg-select-old.ui-selectmenu-button.ui-button,
  .product-detail-like .in .left-side .params ul li .value .sg-select-old.ui-selectmenu-button.ui-button {
    width: 75%;
  }
  #product-detail .in .left-side .additional ul,
  .product-detail-like .in .left-side .additional ul {
    padding: 25px 0 0 0;
  }
  #product-detail .in .left-side .product-groups,
  .product-detail-like .in .left-side .product-groups {
    margin: 35px 0 0;
  }
  #product-detail .in .left-side .tools ul,
  .product-detail-like .in .left-side .tools ul {
    padding: 15px;
    justify-content: flex-start;
  }
  #product-detail .in .left-side .tools ul li,
  .product-detail-like .in .left-side .tools ul li {
    margin: 0 25px 0 0;
  }
  #product-detail .in .sg-tabs .sg-tabs-item .sg-tabs-item-content .sg-table .row .col:first-child,
  .product-detail-like .in .sg-tabs .sg-tabs-item .sg-tabs-item-content .sg-table .row .col:first-child {
    flex: 0 1 300px;
  }
  #product-detail .in .rating .form ul li.rating-form .form,
  .product-detail-like .in .rating .form ul li.rating-form .form {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  #product-detail .in .right-side,
  .product-detail-like .in .right-side {
    flex: 0 1 52%;
  }
  #product-detail .in .right-side .gallery ul li.main a img,
  .product-detail-like .in .right-side .gallery ul li.main a img {
    max-height: 395px;
  }
  #product-detail .in .right-side .gallery ul li.main a i,
  .product-detail-like .in .right-side .gallery ul li.main a i {
    font-size: 20px;
  }
  #product-detail .in .right-side .gallery ul li.more a,
  .product-detail-like .in .right-side .gallery ul li.more a {
    font-size: 70px;
  }
  #product-detail .in .left-side,
  .product-detail-like .in .left-side {
    flex: 0 1 44%;
  }
  #product-detail .in .left-side .pricing,
  .product-detail-like .in .left-side .pricing {
    margin: 30px 0 0 0;
    padding: 22px 0;
    flex-wrap: nowrap;
  }
  #product-detail .in .left-side .pricing .count-form,
  .product-detail-like .in .left-side .pricing .count-form {
    padding: 0;
  }
  #product-detail .in .left-side .pricing .submit,
  .product-detail-like .in .left-side .pricing .submit {
    padding: 0;
  }
  #product-detail .in .left-side .pricing .submit .sg-button,
  .product-detail-like .in .left-side .pricing .submit .sg-button {
    white-space: nowrap;
  }
  #product-detail .in .left-side .rating .form li.rating-form .form .stars-widget,
  .product-detail-like .in .left-side .rating .form li.rating-form .form .stars-widget {
    font-size: 32px;
  }
  #product-detail .in .left-side .rating .form li.rating-form .form .stars-widget .minus i,
  .product-detail-like .in .left-side .rating .form li.rating-form .form .stars-widget .minus i,
  #product-detail .in .left-side .rating .form li.rating-form .form .stars-widget .plus i,
  .product-detail-like .in .left-side .rating .form li.rating-form .form .stars-widget .plus i {
    font-size: 42px;
    line-height: 42px;
    width: 37px;
    height: 37px;
  }
}
@media only screen and (min-width: 1600px) {
  #product-detail .in .right-side,
  .product-detail-like .in .right-side {
    flex: 0 1 54%;
  }
  #product-detail .in .right-side .gallery ul li,
  .product-detail-like .in .right-side .gallery ul li {
    margin-top: 30px;
  }
  #product-detail .in .right-side .gallery ul li.main a img,
  .product-detail-like .in .right-side .gallery ul li.main a img {
    max-height: 518px;
  }
  #product-detail .in .right-side .gallery ul li.more a,
  .product-detail-like .in .right-side .gallery ul li.more a {
    font-size: 85px;
  }
  #product-detail .in .left-side,
  .product-detail-like .in .left-side {
    flex: 0 1 42%;
  }
  #product-detail .in .left-side .params ul li .title,
  .product-detail-like .in .left-side .params ul li .title {
    flex: 0 1 285px;
  }
  #product-detail .in .left-side .pricing,
  .product-detail-like .in .left-side .pricing {
    margin: 32px 0 0 0;
    padding: 24px 0;
  }
  #product-detail .in .left-side .pricing .count-form .math,
  .product-detail-like .in .left-side .pricing .count-form .math {
    width: 50px;
    height: 50px;
    font-size: 29px;
  }
  #product-detail .in .left-side .pricing .count-form .count input,
  .product-detail-like .in .left-side .pricing .count-form .count input {
    height: 50px;
    width: 65px;
    font-size: 24px;
    padding: 0 10px;
  }
  #product-detail .in .left-side .pricing .submit .sg-button,
  .product-detail-like .in .left-side .pricing .submit .sg-button {
    min-height: 50px;
    font-size: 16px;
  }
  #product-detail .in .left-side .product-groups,
  .product-detail-like .in .left-side .product-groups {
    margin: 33px 0 0 0;
  }
  #product-detail .in .left-side .tools ul,
  .product-detail-like .in .left-side .tools ul {
    padding: 15px 25px;
  }
  #product-detail .in .sg-tabs .sg-tabs-item .sg-tabs-item-content,
  .product-detail-like .in .sg-tabs .sg-tabs-item .sg-tabs-item-content {
    padding: 25px 0 45px 0;
  }
  #product-detail .in .questions .list,
  .product-detail-like .in .questions .list {
    flex: 0 1 61%;
  }
  #product-detail .in .questions .form,
  .product-detail-like .in .questions .form {
    flex: 0 1 35%;
  }
  #product-detail .in .rating .list .scale,
  .product-detail-like .in .rating .list .scale {
    max-width: 550px;
  }
}
@keyframes rotate-arrow {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@keyframes rotate-arrow-back {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#product-detail .in .left-side .params ul.detail-select .title,
.product-detail-like .in .left-side .params ul.detail-select .title {
  display: flex;
}
#product-detail .in .left-side .params ul.detail-select .value,
.product-detail-like .in .left-side .params ul.detail-select .value {
  display: flex;
  position: relative;
}
#product-detail .in .left-side .params ul.detail-select .value ul,
.product-detail-like .in .left-side .params ul.detail-select .value ul {
  padding: 0;
  width: 75%;
}
#product-detail .in .left-side .params ul.detail-select .value ul li,
.product-detail-like .in .left-side .params ul.detail-select .value ul li {
  justify-content: space-between;
  color: #535353;
  padding: 10px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  align-items: center;
  cursor: pointer;
}
#product-detail .in .left-side .params ul.detail-select .value ul.dropdown-select li,
.product-detail-like .in .left-side .params ul.detail-select .value ul.dropdown-select li {
  border: solid thin #132222;
}
#product-detail .in .left-side .params ul.detail-select .value ul.dropdown-select li .flaticon-down-arrow,
.product-detail-like .in .left-side .params ul.detail-select .value ul.dropdown-select li .flaticon-down-arrow {
  animation-name: rotate-arrow-back;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#product-detail .in .left-side .params ul.detail-select .value ul.variants,
.product-detail-like .in .left-side .params ul.detail-select .value ul.variants {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  background-color: #132222;
}
#product-detail .in .left-side .params ul.detail-select .value ul.variants a:hover li,
.product-detail-like .in .left-side .params ul.detail-select .value ul.variants a:hover li {
  background-color: #6c9900;
  color: #1d1d1d;
}
#product-detail .in .left-side .params ul.detail-select .value.open ul.dropdown-select li .flaticon-down-arrow,
.product-detail-like .in .left-side .params ul.detail-select .value.open ul.dropdown-select li .flaticon-down-arrow {
  animation-name: rotate-arrow;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#product-detail .in .left-side .params ul.detail-select .value.open ul.variants,
.product-detail-like .in .left-side .params ul.detail-select .value.open ul.variants {
  display: block;
}
#blog .in {
  background: #132222;
  padding: 10px 15px 40px 15px;
}
#blog .in h2 {
  font-size: 24px;
}
#blog .in .list ul {
  padding: 10px 0 0 0;
}
#blog .in .list ul li {
  padding: 0;
  margin: 20px 0 0 0;
}
#blog .in .list ul li:before {
  display: none;
}
#blog .in .button {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  position: relative;
  top: 15px;
}
@media only screen and (min-width: 480px) {
  #blog .in {
    padding: 10px 25px 40px 25px;
  }
}
@media only screen and (min-width: 768px) {
  #blog .in h2 {
    background: #132222;
    top: -65px;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 65px;
    left: 0;
  }
  #blog .in .list ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  #blog .in .list ul li {
    margin: 25px 4% 0 0;
    width: 48%;
  }
  #blog .in .list ul li:nth-child(1),
  #blog .in .list ul li:nth-child(2) {
    margin-top: 20px;
  }
  #blog .in .list ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  #blog .in .list ul li .sg-blog-item {
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #blog .in h2 {
    top: -75px;
    height: 75px;
  }
  #blog .in .list ul li {
    margin: 25px 2% 0 0;
    width: 32%;
  }
  #blog .in .list ul li:nth-child(2n+0) {
    margin-right: 2%;
  }
  #blog .in .list ul li:nth-child(3n+0) {
    margin-right: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #blog .in .list.limit-4 ul li:nth-child(4) {
    display: none;
  }
  #blog .in .list.limit-8 ul li:nth-child(n+7) {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #blog .in {
    padding: 10px 35px 50px 35px;
  }
  #blog .in .list ul li {
    width: 23.5%;
  }
  #blog .in .list ul li:nth-child(3n+0) {
    margin-right: 2%;
  }
  #blog .in .list ul li:nth-child(4n+0) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  #blog .in {
    padding: 10px 40px 60px 40px;
  }
  #blog .in .list ul li {
    margin: 25px 2% 0 0;
    width: 23.5%;
  }
  #blog .in .list ul li:nth-child(2n+0) {
    margin-right: 2%;
  }
  #blog .in .list ul li:nth-child(3n+0) {
    margin-right: 2%;
  }
  #blog .in .list ul li:nth-child(4n+0) {
    margin-right: 0;
    margin-top: 20px;
  }
}
#blog-list .in {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  text-align: left;
}
#blog-list .in .right-side .list ul {
  padding: 0;
}
#blog-list .in .right-side .list ul li {
  border-top: 1px solid #212d2d;
  margin: 20px 0 0 0;
  padding: 25px 0 0 0;
}
#blog-list .in .right-side .list ul li:before {
  display: none;
}
#blog-list .in .right-side .list ul li:first-child {
  margin: 0;
  border: 0;
}
#blog-list .in .left-side .sg-submenu .all {
  display: none;
}
#blog-list .in .left-side .sg-submenu .all.mobile {
  display: block;
}
#blog-list .in .left-side .sg-submenu .all.mobile a:before {
  transition: transform 0.5s;
  transform: rotate(90deg);
}
#blog-list .in .left-side .sg-submenu .all.mobile a.active:before {
  transform: rotate(-90deg);
}
#blog-list .in .left-side .sg-submenu .content {
  display: none;
}
#blog-list .in .left-side .sg-submenu .content ul {
  padding: 0;
}
.no-touch #blog-list .in .right-side .list ul li .sg-blog-list-item .content h2 a:hover {
  color: #6c9900;
}
@media only screen and (min-width: 480px) {
  #blog-list .in .right-side .list ul li {
    margin: 30px 0 0 0;
    padding: 35px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  #blog-list .in {
    flex-direction: row-reverse;
  }
  #blog-list .in .right-side .list ul li .sg-blog-list-item .content h2 {
    padding: 0;
  }
  #blog-list .in .left-side .sg-submenu .all {
    display: block;
  }
  #blog-list .in .left-side .sg-submenu .all.mobile {
    display: none;
  }
  #blog-list .in .left-side .sg-submenu .all a {
    flex-direction: row;
  }
  #blog-list .in .left-side .sg-submenu .all a.flaticon-left-arrow {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #blog-list .in .left-side .sg-submenu .content {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  #blog-list .in .right-side .list {
    padding: 0 0 25px 0;
  }
  #blog-list .in .right-side .list ul li .sg-blog-list-item .image {
    margin: 5px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  #blog-list .in .right-side .list {
    padding: 0 0 35px 0;
  }
  #blog-list .in .right-side .list ul li {
    margin: 40px 0 0 0;
  }
}
#blog-detail .in {
  text-align: left;
}
#blog-detail .in .image img {
  max-height: 660px;
  object-fit: scale-down;
}
#blog-detail .in .right-side .list ul {
  padding: 0;
}
#blog-detail .in .right-side .list ul li {
  border-top: 1px solid #212d2d;
  margin: 20px 0 0 0;
  padding: 25px 0 0 0;
}
#blog-detail .in .right-side .list ul li:before {
  display: none;
}
#blog-detail .in .right-side .list ul li:first-child {
  margin: 0;
  border: 0;
}
#blog-detail .in .left-side {
  border-top: 1px solid #212d2d;
}
#blog-detail .in .left-side .related {
  text-align: center;
  font-size: 26px;
  padding: 25px 0 0 0;
}
#blog-detail .in.cols {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding-top: 0;
}
.no-touch #blog-detail .in .right-side .list ul li .sg-blog-list-item .content h2 a:hover {
  color: #6c9900;
}
@media only screen and (min-width: 480px) {
  #blog-detail .in .right-side .list ul li {
    margin: 30px 0 0 0;
    padding: 35px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  #blog-detail .in .right-side .list ul li .sg-blog-list-item .image a img {
    max-height: 210px;
  }
  #blog-detail .in .right-side .list ul li .sg-blog-list-item .content h2 {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #blog-detail .in .sg-blog-article {
    width: 870px;
    margin: 0 auto;
  }
  #blog-detail .in .right-side {
    border-top: 1px solid #212d2d;
  }
  #blog-detail .in .right-side .list ul li .sg-blog-list-item .image {
    margin: 5px 0 0 0;
  }
  #blog-detail .in .right-side .list ul li .sg-blog-list-item .image a img {
    max-height: 270px;
  }
  #blog-detail .in .left-side {
    position: relative;
  }
  #blog-detail .in .left-side:after {
    background: #132222;
    width: 100px;
    height: 1px;
    position: absolute;
    top: -1px;
    right: -100px;
    display: block;
    content: '';
  }
  #blog-detail .in .left-side .related {
    text-align: left;
    font-size: 22px;
    padding: 30px 0 0;
  }
  #blog-detail .in.cols {
    flex-direction: row-reverse;
    margin: 25px auto 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  #blog-detail .in .right-side .list ul li {
    margin: 35px 0 0 0;
    padding: 35px 0 0 0;
  }
}
#basket .in {
  text-align: left;
}
#basket .in h1.user {
  font-weight: 700;
}
#basket .in h1.user small {
  font-size: 70%;
  font-weight: normal;
}
#basket .in .sg-cart {
  margin: 25px 0 0 0;
}
#basket .in .sg-cart .list .hidden {
  display: none;
}
#basket .in .sg-cart .list .voucher .col strong {
  text-align: center;
}
#basket .in .sg-cart .list .voucher .col.voucher {
  flex: 0 1 60%;
  justify-content: flex-start;
}
#basket .in .sg-cart .list .voucher .col.price {
  flex: 0 1 20%;
}
#basket .in .sg-cart .list .voucher .col.total {
  flex: 0 1 20%;
  justify-content: space-between;
}
#basket .in .sg-cart .list .loyalty-info {
  margin: 20px 0;
}
#basket .in .sg-cart .list .loyalty-info h4 {
  margin-bottom: 10px;
  font-weight: 600;
}
#basket .in .sg-cart .list .loyalty-info p {
  line-height: 120%;
  padding: 0;
}
#basket .in .sg-cart .list .loyalty-info p.current span {
  font-weight: 600;
}
#basket .in .sg-cart .list .fill-button {
  float: right;
  margin: 10px 0;
}
#basket .in .sg-cart .list .image.gift {
  position: relative;
}
#basket .in .sg-cart .list .image.gift:after {
  content: '';
  display: block;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 40px;
  height: 40px;
  background: url("/tmpl/boston/img/icon-gift.svg") center center no-repeat;
  background-size: 100% 100%;
}
#basket .in .sg-cart.wide-cart .list {
  flex: 0 0 100%;
}
#basket .in .sg-cart.wide-cart .details {
  flex: 0 0 100%;
}
#basket .in .sg-cart.wide-cart .details .address,
#basket .in .sg-cart.wide-cart .details .contact {
  flex: 0 0 48%;
}
#basket .in .sg-cart.wide-cart .details .address ul,
#basket .in .sg-cart.wide-cart .details .contact ul {
  padding-right: 0;
}
#basket .in .sg-cart.wide-cart .details .address ul li .form.phone-input input,
#basket .in .sg-cart.wide-cart .details .contact ul li .form.phone-input input {
  width: 70%;
}
#basket .in .sg-cart.wide-cart .details .address ul li .form.phone-input .phone-country,
#basket .in .sg-cart.wide-cart .details .contact ul li .form.phone-input .phone-country {
  width: 28%;
}
#basket .in .sg-cart.wide-cart .details .address ul li.house-number,
#basket .in .sg-cart.wide-cart .details .contact ul li.house-number {
  flex: 0 1 60%;
}
#basket .in .sg-cart.wide-cart .details .address ul li.zip,
#basket .in .sg-cart.wide-cart .details .contact ul li.zip {
  flex: 0 1 40%;
}
#basket .in .sg-cart.wide-cart .details .address ul li.zip .title,
#basket .in .sg-cart.wide-cart .details .contact ul li.zip .title {
  flex: 0 1 80px;
}
#basket .in .sg-cart.wide-cart .details .address ul li.zip .form,
#basket .in .sg-cart.wide-cart .details .contact ul li.zip .form {
  flex: 0 1 calc(100% - 80px);
}
#basket .in .sg-cart.wide-cart .details .address ul li .title,
#basket .in .sg-cart.wide-cart .details .contact ul li .title {
  flex: 0 1 140px;
}
#basket .in .sg-cart.wide-cart .details .address ul li .form,
#basket .in .sg-cart.wide-cart .details .contact ul li .form {
  flex: 0 1 calc(100% - 140px);
}
#basket .in .sg-cart .terms a {
  text-decoration: underline;
}
#basket .in .sg-cart .terms a:hover {
  text-decoration: underline;
}
#basket .in .sg-cart .send-button-final div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#basket .in .sg-cart .send-button-final div div {
  font-size: 12px;
  text-transform: none;
}
#basket .in .sg-cart .cart-bar {
  display: flex;
  flex-direction: column;
  padding: 20px 40px;
  border: solid thin #212d2d;
  margin: 10px 0;
}
#basket .in .sg-cart .cart-bar .title {
  padding: 0;
}
#basket .in .sg-cart .cart-bar .bar-space {
  display: block;
  box-sizing: content-box;
  position: relative;
  height: 10px;
  border-radius: 5px;
  border: solid 1px #bababa;
  background-color: #ffffff;
  width: 100%;
  margin: 20px 0;
}
#basket .in .sg-cart .cart-bar .bar-space .bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  border: solid 1px transparent;
  border-radius: 5px;
  background-color: #6c9900;
}
#basket .in .sg-cart .cart-bar .bar-space span {
  display: block;
  position: absolute;
  border: solid 1px #bababa;
  height: 16px;
  width: 16px;
  margin: -4px 0 0 -9px;
  padding: 0;
  border-radius: 8px;
  background-color: #ffffff;
}
#basket .in .sg-cart .cart-bar .bar-space span.active {
  background-color: #6c9900;
}
#basket .in .sg-cart .cart-gifts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
#basket .in .sg-cart .cart-gifts .gift {
  display: flex;
  flex: 0 0 46%;
  flex-direction: column;
  align-items: center;
  padding: 2%;
}
#basket .in .sg-cart .cart-gifts .gift .image {
  display: flex;
  flex: 1 0 50px;
  align-items: center;
  justify-content: center;
}
#basket .in .sg-cart .cart-gifts .gift .image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
#basket .in .sg-cart .cart-gifts .gift .title {
  font-size: 14px;
  text-align: center;
  margin: 5px 0;
}
#basket .in .sg-cart .cart-gifts .gift.no-gift .image img {
  max-width: 70%;
  max-height: 70%;
  opacity: 0.3;
}
#basket .in .content.cart-final {
  width: 100%;
}
#basket .in .content.cart-final .counting {
  background-color: #132222;
  width: 100%;
  margin: 25px auto;
  max-width: 900px;
  padding: 25px;
  font-size: 13px;
  border: 1px solid #212d2d;
  text-align: center;
}
#basket .in .content.cart-final .counting p {
  font-size: 16px;
  padding: 0;
  margin: 0 0 25px 0;
}
#basket .in .content.cart-final .counting #cart-pay-countdown {
  font-size: 32px;
  line-height: 50px;
  margin-top: -15px;
  font-weight: bold;
  color: #283233;
}
#balikovna-branches,
#cpost-branches,
#wedo-branches,
#ppl-branches {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  padding: 2%;
}
#balikovna-branches iframe,
#cpost-branches iframe,
#wedo-branches iframe,
#ppl-branches iframe {
  background: white;
  width: 100%;
  height: 100%;
}
#ppl-branches {
  display: none;
}
#ppl-branches .ppl-parcelshop-map {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  #basket .in .sg-cart {
    margin: 35px 0 0 0;
  }
  #basket .in .sg-cart .cart-gifts .gift {
    flex: 0 0 21%;
  }
}
#heureka-garance-box img {
  width: 0;
  height: 0;
}
#basket .in .sg-cart .list.sum {
  flex: 0 0 100%;
}
#basket .in .sg-cart .list .row.header .col {
  font-size: 14px;
}
#basket .in .sg-cart .list .row.header .col.price {
  justify-content: center;
}
#basket .in .sg-cart .list .row.header .col.pcs {
  justify-content: center;
}
#basket .in .sg-cart .list .row.header .col.total {
  justify-content: flex-end;
}
#basket .in .sg-cart .list .row .col.title {
  flex: 1 0 50px;
}
#basket .in .sg-cart .list .row .col.title .image {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 100px;
  max-height: 80px;
}
#basket .in .sg-cart .list .row .col.title .text {
  flex-direction: column;
  align-items: flex-start;
  row-gap: 5px;
}
#basket .in .sg-cart .list .row .col.title .text .delivery {
  font-size: 80%;
}
#basket .in .sg-cart .list .row .col.price strong {
  font-weight: normal;
}
#basket .in .sg-cart .list .row .col.pcs {
  justify-content: center;
}
#basket .in .sg-cart .list .row .col.pcs input {
  height: 30px;
  border: none;
  text-align: center;
}
#basket .in .sg-cart .list .row .col.pcs .math {
  display: flex;
  cursor: pointer;
  height: 30px;
  width: 30px;
  border: solid 1px #bababa;
}
#basket .in .sg-cart .list .row .col.total,
#basket .in .sg-cart .list .row .col.last {
  flex: 0 1 25%;
  justify-content: flex-end;
}
#basket .in .sg-cart .list .row .col .mobile {
  display: none;
}
#basket .in .sg-cart .list .row.slim .col {
  padding: 5px;
}
#basket .in .sg-cart .list .row.sum {
  border-bottom: none;
}
#basket .in .sg-cart .list .row.sum .col.pcs {
  justify-content: flex-end;
  flex: 1 0 25%;
}
#basket .in .sg-cart .list .row.sum .col.total strong {
  font-size: 24px;
}
#basket .in .sg-cart .list .row.sum.final {
  margin-bottom: 20px;
  background-color: #132222;
}
@media only screen and (max-width: 768px) {
  #basket .in .sg-cart .steps ul {
    flex-direction: column;
    row-gap: 5px;
  }
  #basket .in .sg-cart .steps ul li,
  #basket .in .sg-cart .steps ul li a {
    flex: 0 0 100%;
    flex-direction: row;
    align-items: center;
  }
  #basket .in .sg-cart .steps ul li span,
  #basket .in .sg-cart .steps ul li a span {
    flex: 0 0 50px;
  }
  #basket .in .sg-cart .steps ul li strong,
  #basket .in .sg-cart .steps ul li a strong {
    width: auto;
    flex: 1 0 50%;
    text-align: left;
  }
  #basket .in .sg-cart .list {
    margin-left: -15px;
    margin-right: -15px;
  }
  #basket .in .sg-cart .list .row {
    min-width: 240px;
    font-size: 14px;
  }
  #basket .in .sg-cart .list .row.header .col {
    display: none;
  }
  #basket .in .sg-cart .list .row.header .col:nth-of-type(1) {
    display: block;
  }
  #basket .in .sg-cart .list .row.body {
    flex-wrap: wrap;
    position: relative;
    padding: 10px 5px;
    row-gap: 10px;
  }
  #basket .in .sg-cart .list .row.body .col {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    box-sizing: content-box;
    height: auto;
  }
  #basket .in .sg-cart .list .row.body .col .mobile {
    display: flex;
  }
  #basket .in .sg-cart .list .row.body .col.title {
    flex: 0 0 100%;
  }
  #basket .in .sg-cart .list .row.body .col.title .image {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
  }
  #basket .in .sg-cart .list .row.body .col.title .text {
    flex: 0 0 100%;
    padding: 0 30px 0 110px;
  }
  #basket .in .sg-cart .list .row.body .col.price {
    flex: 1 1 calc(100% - 110px);
    margin-left: 110px;
    justify-content: right;
    font-size: 90%;
  }
  #basket .in .sg-cart .list .row.body .col.pcs {
    flex: 0 1 60%;
    flex-wrap: nowrap;
  }
  #basket .in .sg-cart .list .row.body .col.total {
    flex: 1 1 40%;
    justify-content: flex-end;
  }
  #basket .in .sg-cart .list .row.body .col.total .remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
  }
  #basket .in .sg-cart .list .row.sum.slim {
    padding: 5px;
  }
  #basket .in .sg-cart .list .row.sum .col.pcs {
    flex: 0 1 50%;
    text-align: right;
  }
  #basket .in .sg-cart .list .row.sum .col.last {
    flex: 0 1 50%;
  }
  #basket .in .sg-cart .list .row.sum .col.total strong {
    font-size: 18px;
  }
}
#textpage.wrap {
  position: relative;
  width: 100%;
}
#textpage.wrap .in .gallery ul {
  padding: 0;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 15px;
}
#textpage.wrap .in .gallery ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 100%;
  box-sizing: border-box;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#textpage.wrap .in .gallery ul li:before {
  content: none;
}
@media only screen and (min-width: 480px) {
  #textpage.wrap .in .gallery ul {
    gap: 15px 2%;
  }
  #textpage.wrap .in .gallery ul li {
    flex: 0 1 49%;
  }
}
@media only screen and (min-width: 768px) {
  #textpage.wrap .in .gallery ul {
    gap: 20px 2%;
  }
  #textpage.wrap .in .gallery ul li {
    flex: 0 1 32%;
  }
}
@media only screen and (min-width: 1200px) {
  #textpage.wrap .in .gallery ul {
    gap: 25px 2%;
  }
  #textpage.wrap .in .gallery ul li {
    flex: 0 1 23.5%;
  }
}
#contacts .in {
  text-align: left;
}
#contacts .in .contacts ul li {
  padding: 0;
}
#contacts .in .contacts ul li:before {
  display: none;
}
#contacts .in .contacts ul li .value a {
  font-weight: 600;
  color: #1d1d1d;
}
#contacts .in .contacts ul li .value a span {
  font-weight: 400;
}
#contacts .in .sg-form {
  margin: 30px 0 0 0;
}
#contacts .in .sg-form h3 {
  font-size: 22px;
}
.no-touch #contacts .in .contacts ul li .value a:hover {
  color: #6c9900;
}
@media only screen and (min-width: 768px) {
  #contacts .in .contacts h2 {
    padding: 30px 0 0 0;
  }
  #contacts .in .contacts ul {
    padding: 30px 0 0 0;
  }
  #contacts .in .contacts ul li {
    display: flex;
    flex-wrap: wrap;
  }
  #contacts .in .contacts ul li .title {
    flex: 0 1 200px;
  }
  #contacts .in .contacts ul li .value {
    flex: 0 1 calc(100% - 200px);
    padding: 0;
  }
  #contacts .in .sg-form {
    margin: 40px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  #contacts .in {
    display: flex;
    justify-content: space-between;
  }
  #contacts .in .contacts {
    flex: 0 1 48%;
    box-sizing: border-box;
  }
  #contacts .in .contacts h2 {
    padding: 30px 0 10px 0;
  }
  #contacts .in .sg-form {
    flex: 0 1 48%;
  }
}
@media only screen and (min-width: 1200px) {
  #contacts .in .contacts {
    flex: 0 1 43%;
  }
  #contacts .in .sg-form {
    flex: 0 1 53%;
  }
}
@media only screen and (min-width: 1600px) {
  #contacts .in .sg-form {
    margin: 45px 0 0 0;
  }
}
#newsletter {
  margin: 40px 0 0 0;
  background: #0c1c1d no-repeat center bottom;
  background-size: auto 100%;
}
#newsletter .in {
  color: #ffffff;
  padding: 5px 15px 30px 15px;
  font-size: 18px;
}
#newsletter .in p {
  line-height: 110%;
}
#newsletter .in h2 {
  color: #ffffff;
  font-weight: 700;
  line-height: 100%;
  padding: 5px 0 0 0;
  font-size: 30px;
}
#newsletter .in .agree {
  margin-top: 5px;
}
#newsletter .in .agree label {
  font-size: 14px;
}
#newsletter .in .agree label a {
  color: #ffffff;
}
#newsletter .in .agree label a:hover,
#newsletter .in .agree label a:focus {
  color: #6c9900;
}
#newsletter .in ul {
  padding: 25px 0 0 0;
}
#newsletter .in ul li {
  padding: 0;
}
#newsletter .in ul li:before {
  display: none;
}
#newsletter .in ul li.email .sg-input {
  height: 55px;
  line-height: 55px;
  border: 0;
  color: #535353;
  background: #ffffff;
}
#newsletter .in ul li.email .sg-input::-webkit-input-placeholder {
  color: rgba(83, 83, 83, 0.9);
  font-style: normal;
  text-transform: uppercase;
}
#newsletter .in ul li.email .sg-input::-moz-placeholder {
  color: rgba(83, 83, 83, 0.9);
  font-style: normal;
  text-transform: uppercase;
}
#newsletter .in ul li.email .sg-input:-ms-input-placeholder {
  color: rgba(83, 83, 83, 0.9);
  font-style: normal;
  text-transform: uppercase;
}
#newsletter .in ul li.submit {
  padding: 7px 0 0 0;
}
#newsletter .in ul li.submit .sg-button {
  height: 55px;
  padding-top: 12px;
}
#newsletter .in ul li.submit .sg-button i {
  top: 0;
}
@media only screen and (min-width: 480px) {
  #newsletter .in {
    padding: 15px 25px 40px 25px;
  }
  #newsletter .in ul {
    max-width: 430px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  #newsletter .in {
    padding: 55px 0;
    text-align: left;
  }
  #newsletter .in p {
    padding: 0;
  }
  #newsletter .in h2 {
    padding: 8px 0 0 0;
  }
  #newsletter .in ul {
    max-width: none;
    display: flex;
  }
  #newsletter .in ul li.email .sg-input {
    width: 420px;
  }
  #newsletter .in ul li.submit {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #newsletter {
    margin: 60px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  #newsletter .in {
    padding: 65px 0;
  }
}
@media only screen and (min-width: 1600px) {
  #newsletter {
    margin: 85px 0 0 0;
  }
}
#footer {
  background: #0c1c1d;
}
#footer .in {
  color: #ffffff;
  padding: 0;
}
#footer .in a {
  color: #ffffff;
}
#footer .in .box.text {
  display: flex;
  padding-right: 0;
}
#footer .in .box.text img {
  width: auto;
}
#footer .in .box h4 {
  display: flex;
  min-height: 46px;
  cursor: pointer;
  box-sizing: border-box;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  justify-content: space-between;
  line-height: normal;
  padding: 10px 15px;
  border-top: 1px solid #ced2d2;
}
#footer .in .box h4 i {
  font-size: 12px;
  top: 2px;
  font-weight: normal;
  position: relative;
  transition: transform 0.2s, color 0.5s;
  color: #ced2d2;
}
#footer .in .box h4.active i {
  color: #ffffff;
  transform: rotate(180deg);
}
#footer .in .box .content {
  display: none;
  text-align: left;
  padding: 0 15px 15px 15px;
  font-size: 13px;
  color: #ced2d2;
}
#footer .in .box .content.open {
  display: block;
}
#footer .in .box .content p {
  padding: 15px 0 0 0;
  line-height: 180%;
}
#footer .in .box .content a {
  color: #ced2d2;
}
#footer .in .box .content ul {
  padding: 15px 0 0 0;
}
#footer .in .box .content ul li {
  padding: 0;
  line-height: 180%;
}
#footer .in .box .content ul li:before {
  display: none;
}
#footer .in .box.payment {
  border-top: 1px solid #ced2d2;
}
#footer .in .box.payment h4 {
  display: none;
}
#footer .in .box.payment .logos {
  padding: 15px;
}
#footer .in .box.payment .logos ul {
  padding: 0;
  display: flex;
  justify-content: center;
}
#footer .in .box.payment .logos ul li {
  padding: 0;
  line-height: normal;
  margin: 0 20px 0 0;
}
#footer .in .box.payment .logos ul li:before {
  display: none;
}
#footer .in .box.payment .logos ul li:last-child {
  margin: 0;
}
#footer .in .box.payment .logos ul li img {
  width: auto;
  height: 22px;
}
#footer .in .box.payment .social {
  padding: 20px 15px 20px 15px;
}
#footer .in .box.payment .social ul {
  padding: 0;
  display: flex;
  justify-content: center;
}
#footer .in .box.payment .social ul li {
  padding: 0 10px 0 0;
  line-height: normal;
}
#footer .in .box.payment .social ul li:before {
  display: none;
}
#footer .in .box.payment .social ul li:last-child {
  padding: 0;
}
#footer .in .box.payment .social ul li a {
  display: flex;
  width: 38px;
  height: 38px;
  background: #3d494a;
  justify-content: center;
  align-items: center;
  color: #ced2d2;
  border-radius: 100%;
}
#footer .in .box.payment .social ul li a.facebook {
  font-size: 24px;
}
#footer .in .box.payment .social ul li a.instagram {
  font-size: 24px;
}
#footer .in .box.payment .social ul li a.youtube {
  font-size: 24px;
}
#footer .in .box.payment .social ul li a.linkedin {
  font-size: 20px;
}
#footer .in .box.payment .social ul li a.twitter {
  font-size: 26px;
}
#footer .in .box.payment .social ul li a i {
  display: flex;
}
#footer .in .box.payment .social ul li a img {
  max-width: 70%;
  max-height: 70%;
}
#footer .in .box:first-child h4 {
  border: 0;
}
#footer .in.copyright {
  border-top: 1px solid #355151;
  background: #0c1c1d;
  font-size: 11px;
  padding: 5px 15px 15px 15px;
}
#footer .in.copyright p {
  padding: 10px 0 0 0;
  color: #476767;
  line-height: 130%;
}
#footer .in.copyright p a {
  color: #476767;
}
#footer .in.copyright p span {
  display: inline-block;
  padding: 0 5px;
}
#footer .in.copyright p.author a {
  font-weight: 700;
}
.no-touch #footer .in .box h4:hover i {
  color: #ffffff;
}
.no-touch #footer .in .box .content a:hover {
  color: #ffffff;
}
.no-touch #footer .in .box.payment .social ul li a:hover {
  background: #ffffff;
}
.no-touch #footer .in.copyright p a:hover {
  color: #6c9900;
}
@media only screen and (max-width: 768px) {
  #footer .in .box.text {
    justify-content: center;
    padding: 20px 0;
    border-top: 1px solid #ced2d2;
  }
}
@media only screen and (min-width: 768px) {
  #footer .in {
    display: flex;
    padding: 50px 0 20px 0;
    flex-wrap: wrap;
  }
  #footer .in:after {
    display: block;
    position: absolute;
    background: #ced2d2;
    width: 10000px;
    left: -5000px;
    bottom: 0;
    height: 1px;
    content: '';
  }
  #footer .in .box {
    padding: 0 75px 0 0;
    display: block;
  }
  #footer .in .box.text {
    align-items: end;
    justify-content: end;
    margin: 0 0 0 auto;
  }
  #footer .in .box h4 {
    border: 0;
    min-height: auto;
    padding: 0;
    cursor: default;
  }
  #footer .in .box h4 i {
    display: none;
  }
  #footer .in .box a h4 {
    cursor: pointer;
  }
  #footer .in .box .content {
    display: block;
    padding: 0;
  }
  #footer .in .box .content ul {
    padding: 20px 0 0 0;
  }
  #footer .in .box .content ul li {
    padding: 5px 0 0 0;
  }
  #footer .in .box.blog {
    flex: 0 1 100%;
    border-top: 1px solid #ced2d2;
    padding: 25px 0 0 0;
    margin: 25px 0 0 0;
  }
  #footer .in .box.blog .content p {
    padding: 20px 0 0 0;
  }
  #footer .in .box.payment {
    flex: 0 1 100%;
    margin: 25px 0 0 0;
    display: flex;
    padding: 25px 0 10px 0;
    justify-content: space-between;
    align-items: center;
  }
  #footer .in .box.payment .logos {
    padding: 0;
  }
  #footer .in .box.payment .social {
    padding: 0;
  }
  #footer .in.copyright {
    border: 0;
    padding: 25px 0;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer .in.copyright:before,
  #footer .in.copyright:after {
    background: #0c1c1d;
    width: 10000px;
    left: -10000px;
    top: 0;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
  }
  #footer .in.copyright:after {
    left: auto;
    right: -10000px;
  }
  #footer .in.copyright p {
    padding: 0;
    line-height: normal;
  }
}
@media only screen and (min-width: 1024px) {
  #footer .in .box.blog {
    flex: 1;
    padding: 0;
    margin: 0;
    border: 0;
  }
}
@media only screen and (min-width: 1600px) {
  #footer .in {
    padding: 60px 0 60px 0;
  }
  #footer .in .box {
    display: flex;
    flex-direction: column;
    padding: 0 60px 0 0;
  }
  #footer .in .box h4 {
    font-size: 15px;
  }
  #footer .in .box .content {
    font-size: 14px;
  }
  #footer .in .box .content ul {
    padding: 30px 0 0 0;
  }
  #footer .in .box.blog {
    padding: 0 75px 0 0;
  }
  #footer .in .box.blog .content p {
    padding: 30px 0 0 0;
  }
  #footer .in .box.payment {
    flex: 0 0 auto;
    padding: 0;
    margin: 0 0 0 auto;
    border: 0;
    text-align: left;
    align-items: flex-start;
  }
  #footer .in .box.payment h4 {
    display: flex;
    flex-wrap: nowrap;
  }
  #footer .in .box.payment .logos {
    padding: 36px 0 40px 0;
  }
  #footer .in .box.payment .logos ul {
    justify-content: flex-start;
  }
  #footer .in .box.payment .logos ul li img {
    height: 28px;
  }
  #footer .in .box.payment .social {
    padding: 15px 0 0 0;
  }
  #footer .in .box.payment .social ul {
    justify-content: flex-start;
  }
  #footer .in.copyright {
    font-size: 14px;
    padding: 30px 0;
  }
}
.parallax {
  /* WHY ?
    &:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: @paralax_bg;
    }
     */
}
.parallax .in {
  min-height: 180px;
  padding: 15px 15px 40px 15px;
  color: #0c1c1d;
}
.parallax .in .title {
  color: #0c1c1d;
  font-weight: 700;
  font-size: 20px;
}
.parallax .in .logo {
  padding: 7px 0 0 0;
}
.parallax .in .logo img {
  width: 220px;
  height: auto;
}
.parallax .in .name {
  padding: 2px 0 0 0;
  font-weight: 300;
  color: #0c1c1d;
  font-size: 30px;
  line-height: normal;
}
.parallax .in .text {
  padding: 30px 0 0 0;
}
.parallax .in .text strong {
  color: #0c1c1d;
}
.parallax .in .more .sg-button {
  border: solid 1px #0c1c1d;
  background: none;
  color: #0c1c1d;
}
@media only screen and (min-width: 480px) {
  .parallax .in {
    min-height: 230px;
    padding: 15px 25px 40px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .parallax .in {
    min-height: 350px;
    padding: 15px 0 40px 0;
  }
  .parallax .in .name {
    font-size: 60px;
  }
  .parallax .in .text {
    padding: 30px 80px 0 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .parallax .in {
    min-height: 380px;
    padding: 45px 0 70px 580px;
  }
  .parallax .in .logo img {
    width: 240px;
  }
  .parallax .in .text {
    padding: 30px 0 0 0;
  }
  .parallax .in .more {
    padding: 30px 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .parallax .in {
    min-height: 410px;
    padding: 45px 0 70px 680px;
  }
}
@media only screen and (min-width: 1600px) {
  .parallax .in {
    min-height: 450px;
    padding: 80px 60px 95px 830px;
  }
  .parallax .in .title {
    font-size: 23px;
  }
  .parallax .in .name {
    font-size: 70px;
  }
  .parallax .in .logo img {
    width: 290px;
  }
}
.parallax-lavy {
  text-align: center;
}
.parallax-lavy .in {
  padding: 15px 15px 40px 15px;
  color: #0c1c1d;
}
.parallax-lavy .in .title {
  font-weight: 300;
  color: #0c1c1d;
  font-size: 18px;
}
.parallax-lavy .in .name {
  padding: 2px 0 0 0;
  font-weight: 300;
  color: #0c1c1d;
  font-size: 30px;
  line-height: normal;
}
.parallax-lavy .in .text {
  padding: 10px 0 0 0;
}
.parallax-lavy .in .text strong {
  color: #0c1c1d;
}
.parallax-lavy .in .more .sg-button {
  border: solid 1px #0c1c1d;
  background: none;
  color: #0c1c1d;
}
@media only screen and (min-width: 480px) {
  .parallax-lavy .in {
    padding: 15px 25px 40px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .parallax-lavy .in {
    padding: 25px 0 50px 0;
  }
  .parallax-lavy .in .title {
    font-size: 22px;
  }
  .parallax-lavy .in .name {
    font-size: 60px;
  }
  .parallax-lavy .in .text {
    padding: 30px 80px 0 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .parallax-lavy .in {
    padding: 40px 0 65px 0;
  }
  .parallax-lavy .in .text {
    padding: 30px 150px 0 150px;
  }
  .parallax-lavy .in .more {
    padding: 30px 0 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .parallax-lavy .in {
    padding: 55px 0 95px 0;
  }
  .parallax-lavy .in .title {
    font-size: 28px;
  }
  .parallax-lavy .in .name {
    font-size: 70px;
  }
  .parallax-lavy .in .text {
    padding: 30px 350px 0 350px;
  }
}
.banner {
  min-height: 300px;
  background: url('/tmpl/boston/img/bg-banner.jpg') no-repeat center top;
  background-size: cover;
}
.banner .in {
  padding: 0 15px 10px 15px;
}
.banner .in .content {
  z-index: 10;
}
.banner .in .content .title {
  padding: 40px 0 0 0;
  font-weight: 800;
  font-size: 88px;
  line-height: 85%;
  color: rgba(12, 28, 29, 0.15);
}
.banner .in .content .subtitle {
  color: #0c1c1d;
  line-height: 120%;
  font-size: 22px;
}
.banner .in .content .subtitle strong {
  display: flex;
  color: #0c1c1d;
  flex-wrap: wrap;
  justify-content: center;
}
.banner .in .content .subtitle strong span {
  position: relative;
  top: -20px;
  color: #6c9900;
  font-size: 60px;
}
.banner .in .content .more .sg-arrow-link {
  color: #0c1c1d;
}
.banner .in .image {
  margin: 10px 0 0 0;
}
.banner .in .image a {
  display: block;
}
@media only screen and (min-width: 480px) {
  .banner .in {
    padding: 0 25px 10px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .banner {
    min-height: auto;
  }
  .banner .in {
    padding: 0;
    display: flex;
  }
  .banner .in .content {
    width: 500px;
    padding: 70px 0 110px 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .banner .in .content .title {
    padding: 0;
    font-size: 80px;
    letter-spacing: -2px;
  }
  .banner .in .content .subtitle {
    font-size: 17px;
    z-index: 1;
    position: relative;
    top: -10px;
    padding: 0 40px 0 60px;
  }
  .banner .in .content .subtitle strong {
    flex-wrap: nowrap;
    text-align: left;
    align-items: center;
  }
  .banner .in .content .subtitle strong span {
    top: auto;
    margin: 0 15px 0 0;
    font-size: 45px;
    white-space: nowrap;
  }
  .banner .in .image {
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: -35px;
  }
  .banner .in .image a img {
    max-width: 460px;
    max-height: 460px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner .in .content {
    width: 650px;
    padding: 90px 0 140px 0;
  }
  .banner .in .content .title {
    font-size: 110px;
    letter-spacing: -4px;
  }
  .banner .in .content .subtitle {
    font-size: 22px;
    padding: 0 40px 0 75px;
  }
  .banner .in .content .subtitle strong span {
    font-size: 65px;
  }
  .banner .in .image {
    bottom: 10px;
    right: -25px;
  }
  .banner .in .image a img {
    max-width: 585px;
    max-height: 585px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner .in .content {
    width: 750px;
    padding: 90px 0 140px 35px;
  }
  .banner .in .content .title {
    font-size: 130px;
    letter-spacing: -5px;
  }
  .banner .in .content .subtitle {
    padding: 0 40px 0 50px;
    font-size: 26px;
  }
  .banner .in .content .subtitle strong span {
    font-size: 80px;
  }
  .banner .in .image a img {
    max-width: 650px;
    max-height: 650px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner .in .content {
    width: 950px;
    padding: 90px 0 140px 235px;
  }
  .banner .in .image {
    right: 30px;
    bottom: 0;
  }
  .banner .in .image a img {
    max-width: 700px;
    max-height: 700px;
  }
}
.banner-lavy {
  background: #535353 no-repeat;
  background-position: 1000px 0;
}
.banner-lavy .in {
  padding: 0 15px 35px 15px;
}
.banner-lavy .in .content .title {
  padding: 25px 0 0 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 210%;
  color: #0c1c1d;
}
.banner-lavy .in .content .title span {
  font-size: 45px;
  display: block;
  font-weight: 700;
}
.banner-lavy .in .content .subtitle {
  color: #0c1c1d;
  line-height: 120%;
}
.banner-lavy .in .content .subtitle strong {
  color: #0c1c1d;
}
.banner-lavy .in .content .more .sg-arrow-link {
  color: #0c1c1d;
}
@media only screen and (min-width: 768px) {
  .banner-lavy {
    background: #535353 url('/tmpl/boston/images/bg-banner.jpg') no-repeat center top;
    background-size: cover;
  }
  .banner-lavy .in {
    text-align: left;
    padding: 0 0 90px 0;
  }
  .banner-lavy .in .content {
    padding: 0 0 0 440px;
  }
  .banner-lavy .in .content .title {
    font-size: 15px;
  }
  .banner-lavy .in .content .title span {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-lavy .in {
    padding: 30px 0 130px 0;
  }
  .banner-lavy .in .content {
    padding: 0 0 0 600px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-lavy .in .content {
    padding: 0 50px 0 680px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner-lavy .in {
    padding: 50px 0 150px 0;
  }
  .banner-lavy .in .content {
    padding: 0 80px 0 835px;
  }
}
.banner-alcap {
  min-height: 300px;
  background-size: cover;
}
.banner-alcap .in {
  padding: 0 15px 10px 15px;
}
.banner-alcap .in .content .title {
  line-height: 110%;
  padding: 20px 0 0 0;
  font-weight: 800;
  font-size: 46px;
  color: rgba(12, 28, 29, 0.15);
}
.banner-alcap .in .content .subtitle {
  margin: 20px 0;
  color: #0c1c1d;
  line-height: 120%;
  font-size: 22px;
}
.banner-alcap .in .content .subtitle strong {
  color: #6c9900;
}
.banner-alcap .in .content .subtitle p {
  font-size: 16px;
}
.banner-alcap .in .content .more {
  margin-bottom: 20px;
}
.banner-alcap .in .content .more .sg-arrow-link {
  color: #0c1c1d;
}
.banner-alcap .in .image {
  margin: 10px 0 0 0;
}
.banner-alcap .in .image a {
  display: block;
}
@media only screen and (min-width: 480px) {
  .banner-alcap .in {
    padding: 0 25px 10px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-alcap {
    min-height: auto;
  }
  .banner-alcap .in {
    padding: 0;
    display: flex;
  }
  .banner-alcap .in .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    width: 500px;
    min-height: 360px;
    padding: 20px 0;
  }
  .banner-alcap .in .content .title {
    padding: 0;
    font-size: 38px;
  }
  .banner-alcap .in .content .subtitle {
    font-size: 17px;
  }
  .banner-alcap .in .image {
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: -35px;
  }
  .banner-alcap .in .image a img {
    max-width: 460px;
    max-height: 345px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-alcap .in .content {
    width: 650px;
    min-height: 450px;
  }
  .banner-alcap .in .content .title {
    font-size: 48px;
  }
  .banner-alcap .in .content .subtitle {
    font-size: 22px;
  }
  .banner-alcap .in .content .subtitle p {
    font-size: 16px;
  }
  .banner-alcap .in .image {
    bottom: 10px;
    right: -25px;
  }
  .banner-alcap .in .image a img {
    max-width: 585px;
    max-height: 440px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-alcap .in .content {
    width: 750px;
    min-height: 500px;
  }
  .banner-alcap .in .content .title {
    font-size: 56px;
  }
  .banner-alcap .in .content .subtitle {
    font-size: 26px;
  }
  .banner-alcap .in .content .subtitle p {
    font-size: 18px;
  }
  .banner-alcap .in .image a img {
    max-width: 650px;
    max-height: 488px;
  }
}
@media only screen and (min-width: 1600px) {
  .banner-alcap .in .content {
    width: 950px;
    min-height: 550px;
  }
  .banner-alcap .in .image {
    right: 30px;
    bottom: 0;
  }
  .banner-alcap .in .image a img {
    max-width: 700px;
    max-height: 525px;
  }
}
.banner-excimg {
  background: #535353 no-repeat;
  background-position: 1000px 0;
}
.banner-excimg .in {
  margin-top: 70px;
  padding: 0 15px 35px 15px;
  display: flex;
  flex-direction: column;
}
.banner-excimg .in .main {
  display: flex;
  flex-direction: row;
}
.banner-excimg .in .main .content {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.banner-excimg .in .main .content .title {
  padding: 40px 0 0 0;
  font-size: 40px;
  line-height: 110%;
  color: #0c1c1d;
}
.banner-excimg .in .main .content .subtitle {
  color: #0c1c1d;
  line-height: 120%;
}
.banner-excimg .in .main .content .subtitle strong {
  color: #0c1c1d;
}
.banner-excimg .in .main .content .more .sg-arrow-link {
  color: #0c1c1d;
}
.banner-excimg .in .main .image {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: 50%;
  padding-left: 50px;
}
.banner-excimg .in .main .image img {
  max-width: 450px;
  position: relative;
  top: -40px;
}
.banner-excimg .in .mobil,
.banner-excimg .in .tablet {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .banner-excimg .in {
    margin-top: 50px;
  }
  .banner-excimg .in .main .content .title {
    font-size: 35px;
  }
  .banner-excimg .in .main .image {
    width: 40%;
  }
  .banner-excimg .in .main .image img {
    top: -30px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-excimg .in .main .content .title {
    font-size: 30px;
  }
  .banner-excimg .in .main .content .subtitle,
  .banner-excimg .in .main .content .more {
    display: none;
  }
  .banner-excimg .in .main .image {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 35%;
    padding-left: 30px;
  }
  .banner-excimg .in .main .image img {
    max-width: 450px;
    position: relative;
    top: -20px;
  }
  .banner-excimg .in .mobil {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .banner-excimg .in .tablet {
    display: block;
  }
  .banner-excimg.video .in .content {
    width: 100%;
    margin-bottom: 10px;
  }
  .banner-excimg.video .in .image {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .banner-excimg .in .main .content {
    width: 100%;
  }
  .banner-excimg .in .main .image {
    display: none;
  }
}
@keyframes animatemodal {
  from {
    top: -250px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .modal-content {
  position: relative;
  background-color: #0c1c1d;
  border-top: 5px solid #4e84ea;
  margin: 15% auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatemodal;
  animation-duration: 0.4s;
}
.modal .modal-content.danger {
  border-top: 5px solid #d52a2a;
}
.modal .modal-content.warning {
  border-top: 5px solid #d0a517;
}
.modal .modal-content.success {
  border-top: 5px solid #758e30;
}
.modal .modal-content .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.5s;
}
.modal .modal-content .modal-body {
  padding: 0;
}
.modal .modal-content .modal-body ul {
  padding: 20px;
  list-style: none;
}
.modal .modal-content .modal-body ul li {
  list-style: none;
  text-align: left;
  margin: 5px 0;
}
.modal .modal-content .modal-body ul li::before {
  content: "";
}
.cookie-consent .reopen-cookie-consent {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #013461;
  color: #f0f0f0;
  text-decoration: none;
  margin-top: 5px;
  min-width: 250px;
  max-width: 450px;
}
@media (max-width: 991px) {
  .cookie-consent .reopen-cookie-consent {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .cookie-consent .reopen-cookie-consent {
    height: 50px;
  }
}
.cookie-consent table {
  margin: 0;
}
.cookie-consent table tr th {
  border-top: 1px solid grey;
}
.cookie-consent table tr td,
.cookie-consent table tr th {
  padding: 6px;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
}
.cookie-consent table tr td:first-child,
.cookie-consent table tr th:first-child {
  border-left: 1px solid grey;
}
.cookie-law-wrapper {
  background-color: #0c1c1d;
  border-top: 5px solid #4e84ea;
  color: #535353;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 500;
}
.cookie-law-wrapper .cookie-law {
  padding: 5px 15px 20px;
  border-top: 1px solid #013461;
  font-size: 13px;
  line-height: 150%;
  display: flex;
}
@media (max-width: 991px) {
  .cookie-law-wrapper .cookie-law {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper .cookie-law {
    flex-direction: row;
  }
}
.cookie-law-wrapper .cookie-law div.consent-info .close-cookie-modal {
  float: right;
  font-size: 28px;
  text-decoration: none;
  color: red;
}
.cookie-law-wrapper .cookie-law div.consent-info form div {
  text-align: left;
}
@media (max-width: 991px) {
  .cookie-law-wrapper .cookie-law div.consent-info {
    width: 100%;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper .cookie-law div.consent-info {
    width: 80%;
    padding: 0 45px;
  }
}
.cookie-law-wrapper .cookie-law div.consent-info label {
  line-height: 150%;
}
.cookie-law-wrapper .cookie-law div.consent-info label p {
  padding-top: 5px;
  padding-bottom: 15px;
  font-weight: normal;
}
.cookie-law-wrapper .cookie-law div.consent-info label strong {
  color: #535353;
}
.cookie-law-wrapper .cookie-law div.consent-info hr {
  display: block;
  margin-top: 25px;
  border-top: 1px solid #7b7b7b;
}
.cookie-law-wrapper .cookie-law div.consent-buttons {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.cookie-law-wrapper .cookie-law div.consent-buttons .main-buttons {
  display: flex;
  flex-direction: column-reverse;
}
.cookie-law-wrapper .cookie-law div.consent-buttons .main-buttons .close {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 862px) {
  .cookie-law-wrapper .cookie-law div.consent-buttons .main-buttons {
    flex-direction: row;
    justify-content: space-around;
    gap: 14px;
    width: 600px;
  }
}
.cookie-law-wrapper .cookie-law p {
  color: #535353;
  text-align: left;
  font-size: 14px;
}
.cookie-law-wrapper .cookie-law p strong {
  font-size: 30px;
  color: #535353;
}
@media (max-width: 991px) {
  .cookie-law-wrapper .cookie-law p strong {
    line-height: 130%;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper .cookie-law p strong {
    line-height: 250%;
  }
}
.cookie-law-wrapper .cookie-law .more,
.cookie-law-wrapper .cookie-law .close {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #132222;
  color: #535353;
  text-decoration: none;
  margin-top: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 862px) {
  .cookie-law-wrapper .cookie-law .more,
  .cookie-law-wrapper .cookie-law .close {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper .cookie-law .more,
  .cookie-law-wrapper .cookie-law .close {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.cookie-law-wrapper .cookie-law .more.green,
.cookie-law-wrapper .cookie-law .close.green {
  background: #176d34;
}
.cookie-law-wrapper .cookie-law .more.black,
.cookie-law-wrapper .cookie-law .close.black {
  background-color: #1d1d1d;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 630px) {
  .cookie-law-wrapper .cookie-law .more.black span,
  .cookie-law-wrapper .cookie-law .close.black span {
    line-height: 110%;
  }
}
.cookie-law-wrapper .cookie-law .more {
  background: transparent;
  color: #013461;
  text-decoration: underline;
}
.cookie-law-wrapper.floating {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.cookie-law-wrapper.floating .cookie-law {
  position: fixed;
  border: 1px solid;
  border-radius: 15px;
  padding: 5px 30px 20px 30px;
  background-color: #0c1c1d;
  flex-direction: column;
  overflow-y: scroll;
}
@media (max-width: 520px) {
  .cookie-law-wrapper.floating .cookie-law {
    top: 5%;
    left: 10%;
    right: 10%;
    bottom: 5%;
  }
}
@media (min-width: 521px) and (max-width: 991px) {
  .cookie-law-wrapper.floating .cookie-law {
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
  }
}
@media (min-width: 992px) {
  .cookie-law-wrapper.floating .cookie-law {
    top: 15%;
    left: 20%;
    right: 20%;
    bottom: 15%;
  }
}
@media (min-width: 1200px) {
  .cookie-law-wrapper.floating .cookie-law {
    position: revert;
    width: 900px;
    max-height: calc(100vh - 160px);
    margin: 90px auto 0 auto;
  }
}
.cookie-law-wrapper.floating .cookie-law div.consent-info {
  width: 100%;
  margin-top: 28px;
  padding: 0;
}
.cookie-law-wrapper.floating .cookie-law div.consent-info .close.submit {
  float: revert;
  max-width: 300px;
}
.cookie-law-wrapper.floating .cookie-law div.consent-buttons {
  align-items: center;
}
@media (max-width: 470px) {
  .cookie-law-wrapper.floating .cookie-law {
    font-size: 17px;
  }
  .cookie-law-wrapper.floating .cookie-law p {
    font-size: 15px;
  }
  .cookie-law-wrapper.floating .cookie-law p strong {
    font-size: 22px;
  }
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons {
    margin: 38px 5% 0 5%;
  }
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons .close.black,
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons .close.red {
    margin-top: 7px;
  }
}
@media (min-width: 471px) {
  .cookie-law-wrapper.floating .cookie-law {
    font-size: 17px;
  }
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons {
    margin: 38px 10% 0 10%;
  }
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons .close.black,
  .cookie-law-wrapper.floating .cookie-law div.consent-buttons .close.red {
    margin-top: 12px;
  }
  .cookie-law-wrapper.floating .cookie-law p {
    font-size: 17px;
  }
}
.ajaxloading {
  opacity: 0.5;
}
.ajaxloader {
  position: absolute;
  z-index: 450;
  width: 24px;
  height: 24px;
}
.ajaxloader > div {
  position: absolute;
  background-color: #1e1e1e;
  width: 5px;
  height: 5px;
  -moz-border-radius: 4px;
  -moz-animation-name: bounce_circularG;
  -moz-animation-duration: 0.88s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 4px;
  -webkit-animation-name: bounce_circularG;
  -webkit-animation-duration: 0.88s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 4px;
  -ms-animation-name: bounce_circularG;
  -ms-animation-duration: 0.88s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 4px;
  -o-animation-name: bounce_circularG;
  -o-animation-duration: 0.88s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 4px;
  animation-name: bounce_circularG;
  animation-duration: 0.88s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}
.ajaxloader .ajaxloader_1 {
  left: 0;
  top: 9px;
  -moz-animation-delay: 0.33s;
  -webkit-animation-delay: 0.33s;
  -ms-animation-delay: 0.33s;
  -o-animation-delay: 0.33s;
  animation-delay: 0.33s;
}
.ajaxloader .ajaxloader_2 {
  left: 3px;
  top: 3px;
  -moz-animation-delay: 0.44s;
  -webkit-animation-delay: 0.44s;
  -ms-animation-delay: 0.44s;
  -o-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
.ajaxloader .ajaxloader_3 {
  top: 0;
  left: 9px;
  -moz-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.ajaxloader .ajaxloader_4 {
  right: 3px;
  top: 3px;
  -moz-animation-delay: 0.66s;
  -webkit-animation-delay: 0.66s;
  -ms-animation-delay: 0.66s;
  -o-animation-delay: 0.66s;
  animation-delay: 0.66s;
}
.ajaxloader .ajaxloader_5 {
  right: 0;
  top: 9px;
  -moz-animation-delay: 0.77s;
  -webkit-animation-delay: 0.77s;
  -ms-animation-delay: 0.77s;
  -o-animation-delay: 0.77s;
  animation-delay: 0.77s;
}
.ajaxloader .ajaxloader_6 {
  right: 3px;
  bottom: 3px;
  -moz-animation-delay: 0.88s;
  -webkit-animation-delay: 0.88s;
  -ms-animation-delay: 0.88s;
  -o-animation-delay: 0.88s;
  animation-delay: 0.88s;
}
.ajaxloader .ajaxloader_7 {
  left: 9px;
  bottom: 0;
  -moz-animation-delay: 0.99s;
  -webkit-animation-delay: 0.99s;
  -ms-animation-delay: 0.99s;
  -o-animation-delay: 0.99s;
  animation-delay: 0.99s;
}
.ajaxloader .ajaxloader_8 {
  left: 3px;
  bottom: 3px;
  -moz-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
#cross-sell .in {
  margin-top: 20px;
}
#cross-sell .in .sg-cart {
  display: flex;
  flex-direction: column;
}
#cross-sell .in .sg-cart .added {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
}
#cross-sell .in .sg-cart .added div {
  background-color: #132222;
}
#cross-sell .in .sg-cart .added div.image {
  display: flex;
  padding: 20px;
  justify-content: center;
}
#cross-sell .in .sg-cart .added div.image img {
  width: auto;
  height: 100%;
  max-height: 200px;
}
#cross-sell .in .sg-cart .added div.details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  flex: auto;
  max-width: 900px;
  min-width: 150px;
  text-align: left;
}
#cross-sell .in .sg-cart .added div.details .parts li::before {
  font-family: 'Poppins';
  content: '+';
  font-size: 16px;
  top: 1px;
}
#cross-sell .in .sg-cart .products {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #cross-sell .in .sg-cart .added {
    flex-direction: column;
  }
  #cross-sell .in .sg-cart .added .image img {
    max-width: 100%;
    height: auto;
  }
}
#user .content h1.user {
  font-weight: 700;
}
#user .content h1.user small {
  font-size: 70%;
  font-weight: normal;
}
#user .content .sg-form,
#user .content .user-page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#user .content .sg-form .user-left,
#user .content .user-page .user-left,
#user .content .sg-form .user-right,
#user .content .user-page .user-right {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#user .content .sg-form .user-left .selectize-control .selectize-input,
#user .content .user-page .user-left .selectize-control .selectize-input,
#user .content .sg-form .user-right .selectize-control .selectize-input,
#user .content .user-page .user-right .selectize-control .selectize-input {
  padding: 0 15px;
  line-height: 45px;
  border-radius: 0;
}
#user .content .sg-form .user-left .selectize-control .option,
#user .content .user-page .user-left .selectize-control .option,
#user .content .sg-form .user-right .selectize-control .option,
#user .content .user-page .user-right .selectize-control .option {
  padding: 0 15px;
  line-height: 45px;
}
#user .content .sg-form .user-left .confirm,
#user .content .user-page .user-left .confirm,
#user .content .sg-form .user-right .confirm,
#user .content .user-page .user-right .confirm {
  text-align: left;
  margin: 20px 0 0 0;
}
#user .content .sg-form .user-full,
#user .content .user-page .user-full {
  width: 100%;
}
#user .content .sg-form .user-full .sg-button,
#user .content .user-page .user-full .sg-button {
  float: right;
}
#user .content .sg-form ul,
#user .content .user-page ul {
  width: 100%;
}
#user .content .sg-form ul li,
#user .content .user-page ul li {
  text-align: left;
}
#user .content .sg-form ul li .title,
#user .content .user-page ul li .title {
  font-weight: 600;
}
#user .content .sg-form ul li.submit,
#user .content .user-page ul li.submit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#user .content .sg-form .terms,
#user .content .user-page .terms {
  font-style: italic;
}
#user .content .sg-form .terms a,
#user .content .user-page .terms a {
  font-weight: 600;
}
#user .content .sg-form.registration,
#user .content .user-page.registration {
  margin: auto;
  max-width: 600px;
}
#user .content .sg-table .row:first-child .col {
  background-color: #535353;
  color: #0c1c1d;
}
#user .content #orders-tab .sg-tabs-item-content .sg-table {
  display: none;
}
#user .content #orders-tab .sg-tabs-item-content.mobile .sg-table {
  display: block;
}
#user .content #orders-tab .sg-tabs-item-content.mobile .sg-table .col {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}
#user .content #orders-tab .sg-tabs-item-content.mobile .sg-table .col span {
  white-space: nowrap;
}
#user .content #orders-tab .sg-tabs-item-content.mobile .sg-table .col .buttons {
  max-width: 175px;
  flex: auto;
}
#user .content #orders-tab .sg-tabs-item-content .buttons {
  display: flex;
  flex: 0 1 230px;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
}
#user .content #orders-tab .sg-tabs-item-content .buttons .sg-button {
  padding: 10px;
  font-size: 12px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #user .content .sg-form .user-left,
  #user .content .sg-page .user-left,
  #user .content .sg-form .user-right,
  #user .content .sg-page .user-right {
    width: 50%;
  }
  #user .content .sg-form .user-left,
  #user .content .sg-page .user-left {
    padding-right: 30px;
  }
  #user .content .sg-form .user-right,
  #user .content .sg-page .user-right {
    padding-left: 30px;
  }
  #user .content #orders-tab .sg-tabs-item-content .sg-table {
    display: block;
  }
  #user .content #orders-tab .sg-tabs-item-content .sg-table .col {
    align-items: center;
  }
  #user .content #orders-tab .sg-tabs-item-content.mobile .sg-table {
    display: none;
  }
  #user .content #orders-tab .sg-tabs-item-content .col:nth-child(3) {
    min-width: 95px;
  }
  #user .content #orders-tab .sg-tabs-item-content .col:nth-child(5) {
    min-width: 105px;
  }
}
#user .content .sg-page .tokens .remove {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 10px;
  border: 1px solid #212d2d;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#user .content .sg-page .tokens .remove:before,
#user .content .sg-page .tokens .remove:after {
  width: 10px;
  transition: background 0.5s;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  background: #535353;
  transform: rotate(-45deg);
}
#user .content .sg-page .tokens .remove:after {
  transform: rotate(45deg);
}
#user .content .sg-page .tokens .copy-link {
  background: url("/tmpl/boston/img/icon-copy.svg") no-repeat center center white;
  background-size: 75% 75%;
}
#user .content .sg-page .tokens .qr-code {
  cursor: pointer;
}
@media (max-width: 1600px) {
  #user .content .sg-page .tokens .user-right,
  #user .content .sg-page .tokens .user-left {
    width: 100%;
    max-width: 600px;
    padding: 0;
  }
}
#user .content .sg-page .tokens .sg-table .token-row {
  align-items: center;
}
#user .content .sg-page .tokens .sg-table .token-row .col {
  border: none;
}
#user .content .sg-page .tokens .sg-table .token-row .col:last-child {
  justify-content: center;
}
#user .content .sg-page .tokens .sg-table .token-row .token-links {
  display: flex;
  column-gap: 5px;
  padding: 0;
}
#user .content .sg-page .tokens .sg-table .token-row .token-links .sg-button {
  padding: 0;
  aspect-ratio: 1/1;
}
#user #wallet-tab h4 {
  text-align: left;
}
#user .alert-danger {
  color: #d52a2a;
}
#testimonials .in {
  padding: 0;
  margin-top: 30px;
}
#testimonials .in .title {
  display: flex;
  flex-direction: row;
}
#testimonials .in .title h3 {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  font-size: 24px;
}
#testimonials .in .nav {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  row-gap: 5px;
}
#testimonials .in .nav span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  color: #1d1d1d;
  height: 40px;
}
#testimonials .in .nav span i {
  display: flex;
}
#testimonials .in .nav span:hover {
  background: #132222;
}
#testimonials .in .nav span.prev {
  border-right: solid 2px #132222;
}
#testimonials .in .review-info {
  font-size: 12px;
  font-style: italic;
}
#testimonials .in .slider {
  position: relative;
  margin: 20px -10px 40px;
}
#testimonials .in .slider ul {
  padding: 0;
  display: flex;
  align-items: stretch;
}
#testimonials .in .slider ul li {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 25%;
}
#testimonials .in .slider ul li:before {
  display: none;
}
#testimonials .in .slider ul li .content {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  background-color: #132222;
  padding: 40px;
}
#testimonials .in .slider ul li .content .desc {
  flex-grow: 1;
  margin: 20px 0;
}
@media only screen and (max-width: 1200px) {
  #testimonials .in .slider ul li {
    flex: 0 0 33.33%;
  }
}
@media only screen and (max-width: 1024px) {
  #testimonials .in .slider ul li {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 768px) {
  #testimonials .in .review-info {
    margin: 0 10px;
  }
  #testimonials .in .slider ul li {
    margin-right: 10px;
    flex: 0 0 calc(50% - 10px);
  }
  #testimonials .in .slider ul li .content {
    margin: 0;
  }
  #testimonials .in .nav {
    right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  #testimonials .in {
    padding-top: 50px;
  }
  #testimonials .in .slider ul li {
    margin: 0;
    flex: 0 0 100%;
  }
}
#light-widget .in {
  padding: 0;
  margin-top: 30px;
}
#light-widget .in .title {
  display: flex;
  flex-direction: row;
}
#light-widget .in .title h3 {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  font-size: 24px;
}
#light-widget .in .link {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.site-info-message {
  background-color: #132222;
}
.site-info-message .in {
  display: flex;
  flex-direction: row;
  color: #535353;
  padding: 10px 0 10px 0;
}
.site-info-message .in .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-top: 5px;
}
.site-info-message .in .content * {
  text-align: left;
}
.site-info-message .in .content p {
  padding: 0;
  text-align: left;
}
.site-info-message .in .content .link {
  display: flex;
  align-self: flex-start;
  margin: 5px 0;
  text-decoration: underline;
}
.site-info-message .in .buttons {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 50px;
}
.site-info-message .in .buttons .sg-button.black {
  min-height: 34px;
  background-color: #6c9900;
  color: #0c1c1d;
}
@media only screen and (max-width: 768px) {
  .site-info-message .in {
    flex-direction: column;
    padding: 0 15px 5px 15px;
  }
  .site-info-message .in .buttons {
    padding: 10px 0 0 0;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.site-info-popup .modal-header h3 {
  padding: 0;
}
.site-info-popup .modal-content {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
}
.site-info-popup .modal-content .content {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}
.site-info-popup .modal-content .content img {
  max-width: 30%;
  min-width: 20%;
  padding-right: 20px;
  align-self: center;
}
.site-info-popup .modal-content .content .text {
  display: flex;
  flex-direction: column;
}
.site-info-popup .modal-content .content .text a.link {
  margin-top: 10px;
  color: #6c9900;
  text-decoration: underline;
}
.site-info-popup .modal-content .content .text .newsletter ul {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
}
.site-info-popup .modal-content .content .text .newsletter ul .email {
  border-radius: 0;
  background: #ffffff;
  transition: border-color 0.5s;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #bababa;
  height: 45px;
  font-size: 15px;
  color: #535353;
  line-height: 45px;
  box-sizing: border-box;
  padding: 0 15px;
  flex-grow: 1;
}
.site-info-popup .modal-content .content .text .newsletter ul .button {
  display: inline-flex;
  min-height: 46px;
  line-height: normal;
  border: 0;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: #535353;
  text-transform: uppercase;
  align-items: center;
  padding: 11px 22px 10px 22px;
  box-sizing: border-box;
  font-weight: 600;
  text-decoration: none !important;
  background: #1d1d1d;
  color: #ffffff;
  cursor: pointer !important;
}
.site-info-popup .modal-content .content .text .newsletter ul .button i {
  line-height: normal;
  position: relative;
}
.site-info-popup .modal-content .content .text .newsletter ul .button.black {
  background: #1d1d1d;
  color: #ffffff;
}
.site-info-popup .modal-content .content .text .newsletter ul .button.outline {
  border: 1px solid #bababa;
}
.site-info-popup .modal-content .content .text .newsletter ul .button.outline.gray {
  text-transform: none;
  background: #132222;
  color: rgba(255, 255, 255, 0.8);
}
.site-info-popup .modal-content .content .text .newsletter ul .button.icon.right-arrow i,
.site-info-popup .modal-content .content .text .newsletter ul .button.icon.left-arrow i {
  padding: 0 0 0 10px;
  font-size: 10px;
}
.site-info-popup .modal-content .content .text .newsletter ul .button.icon.left-arrow {
  flex-direction: row-reverse;
}
.site-info-popup .modal-content .content .text .newsletter ul .button.icon.left-arrow i {
  top: -2px;
  transform: rotate(180deg);
}
.site-info-popup .modal-content .content .text .newsletter .terms {
  padding: 0;
}
.site-info-popup .modal-content .content .text .newsletter .terms .icheckbox_square-black {
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  .site-info-popup .modal-content .content {
    flex-direction: column;
    align-items: center;
  }
  .site-info-popup .modal-content .content img {
    max-width: 200px;
    padding: 0;
  }
}
.site-info-popup .modal-content .buttons {
  display: flex;
  flex-direction: row-reverse;
}
#cart-updated .in .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  padding: 40px;
  border-top-color: #758e30;
}
#cart-updated .in .content h2 {
  margin-bottom: 20px;
}
#cart-updated .in .content .product-box {
  display: flex;
  flex-direction: row;
}
#cart-updated .in .content .product-box .image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
#cart-updated .in .content .product-box .image img {
  max-width: 220px;
  width: auto;
  max-height: 220px;
  height: auto;
}
#cart-updated .in .content .product-box .text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#cart-updated .in .content .product-box .text h3 {
  font-size: 22px;
  margin-bottom: 10px;
  padding: 0;
}
#cart-updated .in .content .product-box .text .description {
  padding: 0;
}
#cart-updated .in .content .product-box .text ul.parts {
  padding-top: 15px;
}
#cart-updated .in .content .product-box .text ul.parts li {
  padding: 0 0 0 15px;
}
#cart-updated .in .content .product-box .text ul.parts li::before {
  display: inline-block;
  font-family: 'Poppins';
  content: '+';
  font-size: 16px;
  top: 1px;
}
#cart-updated .in .content .product-box .prices label {
  font-weight: bold;
}
#cart-updated .in .content .link-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}
#cart-updated .in .content .link-box a {
  max-width: 48%;
}
#cart-updated .in .content .related-box ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
  gap: 10px 4%;
}
#cart-updated .in .content .related-box ul li {
  display: flex;
  flex-direction: column;
  flex: 0 1 22%;
}
#cart-updated .in .content .related-box ul li .title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-grow: 1;
  text-align: center;
}
#cart-updated .in .content .related-box ul li .footer {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
}
#cart-updated .in .content .related-box ul li .footer .price {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #cart-updated .in .content .product-box .image img {
    max-width: 180px;
  }
  #cart-updated .in .content .product-box .text .description {
    display: none;
  }
  #cart-updated .in .content .related-box {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #cart-updated .in .content .product-box .image {
    display: none;
  }
}
.signpost ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.signpost ul li {
  display: flex;
  flex: 0 0 100%;
  padding: 0;
  margin-bottom: 20px;
}
.signpost ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.signpost ul li::before {
  content: none;
}
.signpost ul li img {
  width: auto;
  max-width: 100%;
  max-height: 250px;
}
.signpost ul li span {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  display: block;
  padding: 20px;
  color: #6c9900;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
}
@media only screen and (min-width: 480px) {
  .signpost ul {
    justify-content: space-between;
  }
  .signpost ul li {
    flex: 0 0 48%;
  }
  .signpost ul li span {
    padding: 15px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .signpost ul li {
    flex: 0 0 48%;
  }
  .signpost ul li span {
    padding: 20px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .signpost ul li {
    flex: 0 0 32%;
  }
}
@media only screen and (min-width: 1200px) {
  .signpost ul li {
    flex: 0 0 32%;
  }
  .signpost ul li span {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .signpost ul li span {
    padding: 30px;
    font-size: 26px;
  }
}
#map {
  width: 100%;
}
#map .map {
  margin-top: 40px;
  width: 100%;
  height: 600px;
}
#map .map .google-map-marker-content {
  padding: 10px;
  min-width: 450px;
}
#map .map .google-map-marker-content h5 {
  font-size: 20px;
  font-weight: 600;
}
#map .map .google-map-marker-content h6 {
  font-size: 15px;
  line-height: 28px;
}
#map .map .google-map-marker-content .info-box {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#map .map .google-map-marker-content .info-box .title {
  font-size: 16px;
  line-height: 32px;
}
#map .map .google-map-marker-content .info-box .open-hours {
  display: flex;
  flex-direction: column;
  width: 55%;
}
#map .map .google-map-marker-content .info-box .open-hours table th,
#map .map .google-map-marker-content .info-box .open-hours table td {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  padding: 0 10px 0 0;
  white-space: nowrap;
}
#map .map .google-map-marker-content .info-box .contacts {
  display: flex;
  flex-direction: column;
  width: 35%;
}
#map .map .google-map-marker-content .info-box .contacts .table {
  display: flex;
  flex-direction: column;
}
#map .map .google-map-marker-content .info-box .contacts .table .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 25px;
}
#map .map .google-map-marker-content .info-box .contacts .table .row strong {
  display: flex;
  flex: 0 0 30%;
}
#map .map .google-map-marker-content .info-box .contacts .table .row span {
  display: flex;
  flex: 0 0 65%;
  white-space: nowrap;
}
#map .map .google-map-marker-content .info-box .contacts .link {
  margin-top: 25px;
}
#map .map .google-map-marker-content .info-box .contacts .link a {
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  #map .map {
    margin-top: 20px;
    width: 100%;
    height: 450px;
  }
  #map .map .google-map-marker-content {
    min-width: 180px;
  }
  #map .map .google-map-marker-content .info-box {
    margin-top: 0;
  }
  #map .map .google-map-marker-content .info-box .open-hours {
    display: none;
  }
  #map .map .google-map-marker-content .info-box .contacts {
    width: 100%;
  }
  #map .map .google-map-marker-content .info-box .contacts .link {
    margin-top: 0;
  }
}
#shop h5 {
  font-size: 16px;
  line-height: 35px;
}
#shop h5 img {
  width: 24px;
  height: 35px;
  margin-right: 23px;
}
#shop .shop-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
#shop .shop-info .shop-title {
  display: flex;
  flex-direction: column;
  flex: 0 1 100%;
}
#shop .shop-info .shop-data {
  display: flex;
  flex-direction: row;
  flex: 0 1 100%;
}
#shop .shop-info .shop-data .title {
  font-size: 16px;
  line-height: 32px;
}
#shop .shop-info .shop-data .contacts {
  display: flex;
  flex-direction: column;
  flex: 0 0 48%;
}
#shop .shop-info .shop-data .contacts .table {
  display: flex;
  flex-direction: column;
}
#shop .shop-info .shop-data .contacts .table .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 25px;
}
#shop .shop-info .shop-data .contacts .table .row strong {
  display: flex;
  flex: 0 0 30%;
}
#shop .shop-info .shop-data .contacts .table .row span {
  display: flex;
  flex: 0 0 65%;
  white-space: nowrap;
}
#shop .shop-info .shop-data .open-hours {
  display: flex;
  flex-direction: column;
  flex: 0 0 48%;
}
#shop .shop-info .shop-data .open-hours table th,
#shop .shop-info .shop-data .open-hours table td {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  padding: 0 10px 0 0;
  white-space: nowrap;
}
#shop .shop-info:has(.shop-image) .shop-data {
  flex: 0 1 48%;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 20px;
}
#shop .shop-info:has(.shop-image) .shop-data .contacts,
#shop .shop-info:has(.shop-image) .shop-data .open-hours {
  flex: 0 0 auto;
}
#shop .shop-info .shop-image {
  flex: 0 1 48%;
}
#shop .shop-info .shop-image img {
  width: auto;
  max-width: 100%;
}
#shop .shop-info .gallery {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  row-gap: 20px;
}
#shop .shop-info .gallery ul {
  list-style: none;
  display: flex;
  gap: 20px 1.33%;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
  margin: 0;
}
#shop .shop-info .gallery ul li {
  display: flex;
  flex: 0 1 24%;
  margin: 0;
  padding: 0;
}
#shop .shop-info .gallery ul li:before {
  content: none;
}
#shop .shop-info .description {
  margin-top: 20px;
}
#shop .shops-list {
  display: flex;
  flex-direction: column;
}
#shop .shops-list ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  list-style: none;
}
#shop .shops-list ul li {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  padding: 0;
  align-items: baseline;
}
#shop .shops-list ul li:before {
  display: none;
}
#shop .shops-list ul li div {
  display: flex;
}
#shop .shops-list ul li div.name {
  font-weight: 600;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  #shop .shop-info {
    flex-direction: column;
  }
  #shop .shop-info .shop-data {
    flex: 0 1 48%;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 18px;
  }
  #shop .shop-info .gallery ul {
    gap: 15px 2.25%;
  }
  #shop .shop-info .gallery ul li {
    flex: 0 1 48.5%;
  }
  #shop .shop-info .contacts {
    flex: 0 0 100%;
  }
  #shop .shop-info .open-hours {
    flex: 0 0 100%;
  }
  #shop .shops-list ul li {
    flex-direction: column;
    row-gap: 5px;
  }
}
#reviews .in {
  display: flex;
  flex-direction: column;
}
#reviews .in .form-header ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
  column-gap: 20px;
  list-style: none;
  padding: 0;
  max-width: 1024px;
  margin: 30px 0;
}
#reviews .in .form-header ul li {
  display: flex;
  flex-direction: row;
  align-items: start;
  flex: 0 1 50%;
  padding: 0;
}
#reviews .in .form-header ul li:before {
  display: none;
}
#reviews .in .form-header ul li label {
  display: flex;
  margin-right: 20px;
  line-height: 45px;
  flex: 0 1 100px;
}
#reviews .in .form-header ul li input {
  flex: 0 1 90%;
}
#reviews .in .form-header ul li .input {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
#reviews .in .form-header ul li .input input,
#reviews .in .form-header ul li .input .info {
  width: 100%;
}
#reviews .in .rating {
  flex-direction: column;
}
#reviews .in .rating .review {
  display: flex;
  flex-direction: row;
  padding: 20px;
  margin-bottom: 30px;
  border: solid thin #212d2d;
}
#reviews .in .rating .review .review-product {
  display: flex;
  flex: 0 1 180px;
  flex-direction: column;
  padding: 0 30px 0 0;
  transition: flex 0.5s;
}
#reviews .in .rating .review .review-form {
  display: flex;
  flex: 0 1 100%;
}
#reviews .in .rating .review .review-form .form-title h3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
#reviews .in .rating .review .review-form .hideable {
  max-height: 0;
  transition: max-height 0.5s linear;
  overflow: hidden;
  padding: 0;
}
#reviews .in .rating .review .review-form .sg-button.outline span.open {
  display: none;
}
#reviews .in .rating .review .review-form .sg-button.outline span.closed {
  display: block;
}
#reviews .in .rating .review .review-form .sg-button.outline i:before {
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.5s ease-in-out;
  transform: rotate(90deg);
}
#reviews .in .rating .review .review-form .hideable {
  max-height: 0;
  transition: max-height 0.5s linear;
  overflow: hidden;
}
#reviews .in .rating .review .review-form .item {
  margin: 0;
}
#reviews .in .rating .review .review-form .item a h3 {
  margin: 0 0 20px 0;
  padding: 0;
}
#reviews .in .rating .review .review-form .item .date {
  margin: 0 0 10px 0;
  padding: 0;
}
#reviews .in .rating .review .review-form .item p a {
  color: #6c9900;
  text-decoration: underline;
}
#reviews .in .rating .review .review-form .form {
  flex: 0 1 100%;
}
#reviews .in .rating .review .review-form .form .rating-form {
  max-width: 650px;
}
#reviews .in .rating .review .review-form .form .rating-form .stars-widget {
  min-width: 260px;
}
#reviews .in .rating .review .review-form .form .sg-textarea {
  height: 80px;
}
#reviews .in .rating .review .review-form .form ul li {
  display: flex;
  flex-direction: row;
}
#reviews .in .rating .review .review-form .form ul li label {
  flex: 0 0 200px;
}
#reviews .in .rating .review .review-form .form ul li .form {
  flex: 0 1 100%;
}
#reviews .in .rating .review .review-form .list {
  flex: 0 1 100%;
}
#reviews .in .rating .review.active .review-product {
  flex: 0 1 300px;
  transition: flex 0.5s;
}
#reviews .in .rating .review.active .review-form .form .sg-button.outline span.open {
  display: block;
}
#reviews .in .rating .review.active .review-form .form .sg-button.outline span.closed {
  display: none;
}
#reviews .in .rating .review.active .review-form .form .sg-button.outline i:before {
  transition: transform 0.5s ease-in-out;
  transform: rotate(270deg);
}
#reviews .in .rating .review.active .review-form .form .hideable {
  max-height: 1000px;
  transition: max-height 0.5s linear;
}
#reviews .in .rating .review.active .review-form .form .hideable.submit {
  padding-top: 20px 0;
}
@media only screen and (max-width: 1024px) {
  #reviews .in .rating .review .review-form .form-title h3 {
    flex-direction: column;
  }
  #reviews .in .rating .review .review-form .form ul li {
    flex-direction: column;
  }
  #reviews .in .rating .review .review-form .form ul li label {
    flex: auto;
  }
  #reviews .in .rating .review .review-form .form ul.stars-widget li {
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
  #reviews .in .form-header ul {
    flex-direction: column;
  }
  #reviews .in .rating .review .review-product {
    display: none;
  }
}
#galleries h1,
#gallery h1 {
  font-size: 30px;
}
#galleries .in .list,
#gallery .in .list {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
#galleries .in .list {
  grid-gap: 30px;
  justify-content: space-between;
}
#galleries .in .list .subgallery-box {
  position: relative;
}
#galleries .in .list .subgallery-box a .subgallery-name {
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#galleries .in .list .subgallery-box a .subgallery-name h2 {
  color: white;
  font-size: 170%;
}
#galleries .in .list .subgallery-box a .subgallery-name:hover h2 {
  color: #cdcdcd;
}
@media only screen and (min-width: 500px) {
  #galleries h1 {
    font-size: 35px;
  }
  #galleries .in .list .subgallery-box {
    width: 45%;
  }
  #galleries .in .list .subgallery-box a .subgallery-name h2 {
    font-size: 140%;
  }
}
@media only screen and (min-width: 680px) {
  #galleries h1 {
    font-size: 40px;
  }
  #galleries .in .list {
    grid-gap: 45px;
  }
  #galleries .in .list .subgallery-box {
    width: 46%;
  }
  #galleries .in .list .subgallery-box a .subgallery-name h2 {
    font-size: 170%;
  }
}
@media only screen and (min-width: 1024px) {
  #galleries h1 {
    font-size: 50px;
  }
  #galleries .in .list .subgallery-box {
    width: 30%;
  }
  #galleries .in .list .subgallery-box a .subgallery-name h2 {
    font-size: 180%;
  }
}
@media only screen and (min-width: 1200px) {
  #galleries h1 {
    font-size: 55px;
  }
  #galleries .in .list .subgallery-box {
    width: 30%;
  }
  #galleries .in .list .subgallery-box a .subgallery-name h2 {
    font-size: 200%;
  }
}
@media only screen and (min-width: 1600px) {
  #galleries h1 {
    font-size: 60px;
  }
  #galleries .in .list .subgallery-box {
    width: 31%;
  }
  #galleries .in .list .subgallery-box a .subgallery-name h2 {
    font-size: 200%;
  }
}
#gallery .in .list {
  grid-gap: 4px;
}
#gallery .in .list .gallery-box {
  position: relative;
  width: 100%;
}
#gallery .in .list h1 {
  font-size: 30px;
}
@media only screen and (min-width: 500px) {
  #gallery h1 {
    font-size: 35px;
  }
  #gallery .in .list .gallery-box {
    width: 49.5%;
  }
}
@media only screen and (min-width: 540px) {
  #gallery h1 {
    font-size: 40px;
  }
  #gallery .in .list {
    grid-gap: 5px;
  }
}
@media only screen and (min-width: 640px) {
  #gallery h1 {
    font-size: 45px;
  }
  #gallery .in .list {
    grid-gap: 6px;
  }
}
@media only screen and (min-width: 750px) {
  #gallery h1 {
    font-size: 50px;
  }
  #gallery .in .list {
    grid-gap: 7px;
  }
}
@media only screen and (min-width: 1024px) {
  #gallery h1 {
    font-size: 55px;
  }
  #gallery .in .list {
    grid-gap: 5px;
  }
  #gallery .in .list .gallery-box {
    width: 32%;
  }
}
@media only screen and (min-width: 1200px) {
  #gallery h1 {
    font-size: 60px;
  }
  #gallery .in .list {
    grid-gap: 6px;
  }
  #gallery .in .list .gallery-box {
    width: 24.6%;
  }
}
@media only screen and (min-width: 1600px) {
  #gallery h1 {
    font-size: 65px;
  }
  #gallery .in .list {
    grid-gap: 7px;
  }
}
/* Less file is created by decorator DO NOT CHANGE */
/* LESS file for project style customization (style differences from basic template), in E-shop HAS TO STAY EMPTY !!! */
body {
  font-family: Nunito;
}
body img.decoration1 {
  position: absolute;
  top: 180px;
  right: 0;
  width: 210px;
  height: 442px;
}
body img.decoration2 {
  position: absolute;
  display: none;
  z-index: -1;
}
body img.decoration3 {
  position: absolute;
  width: 340px;
  left: 0;
  transform: translateY(-50px);
}
body header#header.wrap div.nav {
  height: 0;
  border-top: 0;
}
body header#header.wrap div.nav div.logo a img.bitmap {
  padding-top: 10px;
}
body header#header.wrap div.nav div.in ul.toggles li {
  border: 0;
}
body header#header.wrap div.nav div.in ul.toggles li span.price {
  cursor: default;
}
body section#promo.wrap div.in div div ul li div.content {
  padding: 0;
}
body section#promo.wrap div.in div div ul li div.content h1.title {
  background: linear-gradient(90deg, #6b9801 0%, #97bd0e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 20px;
  font-size: 25px !important;
  width: 170px;
  font-weight: 800 !important;
  line-height: 1.2;
}
body section#promo.wrap div.in div div ul li div.content p.desc {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 20px;
  width: calc(100% - 40px);
}
body section#promo.wrap div.in div div ul li div.content .promo-btns {
  display: flex;
  padding-left: 15px;
}
body section#promo.wrap div.in div div ul li div.content .promo-btns a {
  margin-right: 15px;
  display: block;
  font-size: 15px;
  font-weight: bold !important;
  padding: 5px 15px !important;
  border: solid 1px #7ea817;
  border-radius: 25px;
  width: 115px !important;
  text-align: center;
}
body section#promo.wrap div.in div div ul li div.content .promo-btns a.contact-promo {
  border: revert;
  background-image: linear-gradient(to right, #7ea817, #89b816, #93c915, #9eda14, #a8eb12);
}
body section#promo.wrap div.in div div ul li div.content .promo-btns a.contact-promo img {
  width: 13px;
  margin: 6px 0px 6px 6px;
}
body section#category.wrap div.in {
  padding-top: 30px;
}
body section#category.wrap div.in div.list {
  display: flex;
  align-items: center;
  flex-direction: column;
}
body section#category.wrap div.in div.list .category-title-nf {
  font-weight: 800;
  background: linear-gradient(90deg, #0d70b1 0%, #0784c7 50%, #009bde 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
  font-size: 33px;
}
body section#category.wrap div.in div.list ul {
  padding: 0 !important;
}
body section#category.wrap div.in div.list ul li div.sg-category-banner {
  margin-top: 0;
  position: static;
  height: 250px;
  background: #112929;
  padding: 0 30px;
  width: calc(100%) !important;
  border-radius: 32px;
  display: flex !important;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  max-width: 370px !important;
}
body section#category.wrap div.in div.list ul li div.sg-category-banner p {
  position: static;
  width: 100%;
  text-align: center;
  left: 0 !important;
  font-size: 14px !important;
  font-weight: revert !important;
}
body section#category.wrap div.in div.list ul li div.sg-category-banner h3.category {
  position: static;
  font-weight: bold;
  width: 100%;
  font-size: 20px !important;
  text-align: center;
  text-transform: revert;
  height: 82px;
  display: flex;
  align-items: start;
  justify-content: center;
}
body section#category.wrap div.in div.list ul li div.sg-category-banner .Image {
  height: 120px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
body section#category.wrap div.in div.list ul li div.sg-category-banner .Image img.obrazek {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: none;
  flex-shrink: 0;
  position: static;
}
body section#category.wrap div.in div.list ul li div.sg-category-banner:hover {
  background-image: linear-gradient(to right, #7ea817, #89b816, #93c915, #9eda14, #a8eb12);
  transition: 0.7s;
}
body section#parallax-a div.in {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
}
body section#parallax-a div.in div.parallax-nf {
  width: 100%;
  max-width: 1440px;
  height: 150px !important;
  padding: 0 0 !important;
  display: flex;
  flex-wrap: wrap !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
body section#parallax-a div.in div.parallax-nf img {
  width: 130px;
}
body section#parallax-a div.in div.parallax-nf h3.title {
  width: auto !important;
  font-weight: 800;
  font-size: 24px;
  padding-top: 0;
  color: white !important;
}
body section#parallax-a div.in div.parallax-nf p.text {
  padding: 0;
  width: calc(100% - 20px);
  line-height: 1.3;
  font-size: 14px;
  color: white !important;
  font-weight: bold;
  text-align: center;
}
body section.banner-excimg.wrap.bg-data-image.bottom-banner div.in {
  margin-top: 0 !important;
  width: 1440px;
  max-width: 90%;
}
body section.banner-excimg.wrap.bg-data-image.bottom-banner div.in div.main {
  margin-top: 0;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
body section.banner-excimg.wrap.bg-data-image.bottom-banner div.in div.main .content {
  max-width: 90%;
}
body section.banner-excimg.wrap.bg-data-image.bottom-banner div.in div.main .content .subtitle {
  display: revert;
}
body section.banner-excimg.wrap.bg-data-image.bottom-banner div.in div.main .content h2.title {
  max-width: 500px;
  font-weight: 800;
  font-size: 42px;
  background: linear-gradient(90deg, #6b9801 0%, #97bd0e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body section.banner-excimg.wrap.bg-data-image.bottom-banner div.in img.banner-image {
  padding: 15px;
  border-radius: 10px;
  max-width: 300px !important;
  position: static !important;
  width: 85%;
}
body h3.contact-title {
  background: linear-gradient(90deg, #0d70b1 0%, #0784c7 50%, #009bde 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 42px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
body div.contact-nf {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
body div.contact-nf div.block {
  z-index: 1;
  width: 700px;
  max-width: 90%;
  padding: 0 0 5% 0;
}
body div.contact-nf div.block .column:nth-child(1) {
  margin-bottom: 10px;
}
body div.contact-nf div.block button {
  border-radius: 25px;
  background-image: linear-gradient(to right, #7ea817, #89b816, #93c915, #9eda14, #a8eb12);
}
body div.contact-nf div.block form {
  padding: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  max-width: max-content;
}
body div.contact-nf div.block form li .sg-input {
  background-color: #0c1c1dc4 !important;
  border-radius: 5px;
  border-color: #303b3c;
  width: 700px;
  max-width: 100%;
}
body div.contact-nf div.block form li .sg-sluzby {
  padding: 0 0 0 10px !important;
}
body div.contact-nf div.block form li .sg-textarea {
  background-color: #0c1c1dc4 !important;
  border-radius: 5px;
  border-color: #303b3c;
  width: 700px;
  max-width: 100%;
}
body div.contact-nf div.block form ul {
  padding-top: 0;
}
body div.contact-nf div.block.info-contact {
  display: flex;
  flex-wrap: wrap;
  height: 500px;
}
body div.contact-nf div.block.info-contact .column {
  color: #d5d5d5;
  display: flex;
  flex-direction: column;
  width: 100%;
}
body div.contact-nf div.block.info-contact .column div.box {
  min-height: 85px;
  width: 100%;
  display: flex;
  align-items: start;
}
body div.contact-nf div.block.info-contact .column div.box.no-flex {
  display: block;
}
body div.contact-nf div.block.info-contact .column div.box.basicInfo {
  display: flex;
}
body div.contact-nf div.block.info-contact .column div.box.basicInfo img.info-nf {
  margin-right: 10px;
  width: auto !important;
  height: 40px;
}
body div.contact-nf div.block.info-contact .column div.box.basicInfo .boxx {
  display: flex;
  flex-direction: column;
  color: white !important;
}
body div.contact-nf div.block.info-contact .column div.box.basicInfo .boxx .b {
  font-weight: bold;
  font-size: 18px;
}
body div.contact-nf div.block.info-contact .column div.box.basicInfo .boxx .b a {
  color: white;
  font-size: 18px;
  font-weight: bold;
}
body section#producer-slider div.in h3 {
  background: linear-gradient(90deg, #0d70b1 0%, #0784c7 50%, #009bde 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
  font-weight: 800;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}
body section#producer-slider div.in div.list {
  display: flex;
  justify-content: center;
  width: 100%;
}
body section#producer-slider div.in div.list ul.splide__list {
  max-width: 1440px;
  flex-wrap: wrap;
  justify-content: center;
}
body section#producer-slider div.in div.list ul.splide__list li {
  padding: 0;
  height: 80px;
}
body section#producer-slider div.in div.list ul.splide__list li:before {
  display: none;
}
body section#producer-slider div.in div.list ul.splide__list li div a {
  background-color: #11292a;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px !important;
  width: 135px !important;
  margin: 10px;
}
body section#producer-slider div.in div.list ul.splide__list li div a img {
  width: auto;
  height: auto;
  max-width: 130px !important;
  max-height: 30px !important;
}
body section#textpage div.breadcrumbs {
  padding-top: 105px;
}
body footer#footer {
  background-color: transparent !important;
}
body footer#footer div.in:nth-child(1) {
  padding-bottom: 25px;
}
body footer#footer div.in {
  background-color: transparent !important;
}
body footer#footer div.in p {
  background-color: transparent !important;
}
body footer#footer div.in:before {
  background-color: transparent !important;
}
body footer#footer div.in:after {
  display: none !important;
}
body .scroll-to-top-button {
  display: none;
  background-color: #97be0e;
  position: fixed;
  right: 20px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 20;
}
body .scroll-to-top-button:before {
  width: 10px;
  height: 10px;
  content: '';
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  rotate: 45deg;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 6px);
}
body #top {
  width: 0;
  height: 0;
}
body option {
  background-color: #0c1d1d;
}
body .breadcrumbs {
  margin-top: 50px;
  border-top: 1px solid #212d2d;
}
@media only screen and (min-width: 389px) {
  body section#parallax-a div.in div.parallax-nf h3.title {
    padding-top: 52px;
  }
  body img.decoration3 {
    width: 410px;
  }
}
@media only screen and (min-width: 480px) {
  body header#header div.nav div.in .menu::before {
    background-color: rgba(0, 0, 0, 0);
  }
  body section#promo.wrap div.in div div ul li div picture img {
    position: absolute;
  }
  body section#promo.wrap div.in div div ul li div.content {
    padding-top: 120px;
    z-index: 1;
  }
  body section#promo.wrap div.in div div ul li div.content h1.title {
    font-size: 35px !important;
    width: 240px;
    font-weight: 800 !important;
    line-height: 1.2;
  }
  body section#promo.wrap div.in div div ul li div.content p.desc {
    width: calc(66% + 25px);
  }
  body section#parallax-a div.in div.parallax-nf img {
    width: 150px !important;
  }
  body section#parallax-a div.in div.parallax-nf h3.title {
    font-size: 29px;
    padding-top: 60px;
  }
  body section#parallax-a div.in div.parallax-nf p.text {
    font-size: 18px;
  }
  body div.contact-nf {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  body div.contact-nf div.block {
    width: 700px;
    max-width: 90%;
  }
  body div.contact-nf div.block .column {
    text-shadow: 0px 0px 5px #000000;
    height: 85px;
  }
  body div.contact-nf div.block button {
    border-radius: 25px;
    background-image: linear-gradient(to right, #7ea817, #89b816, #93c915, #9eda14, #a8eb12);
    position: relative;
  }
  body div.contact-nf div.block form {
    padding: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    max-width: max-content;
  }
  body div.contact-nf div.block form li .sg-input {
    border-radius: 5px;
    border-color: #303b3c;
    width: 700px;
    max-width: 100%;
  }
  body div.contact-nf div.block form li .sg-textarea {
    border-radius: 5px;
    border-color: #303b3c;
    width: 700px;
    max-width: 100%;
  }
  body div.contact-nf div.block.info-contact {
    height: 280px;
  }
  body div.contact-nf div.block.info-contact .column {
    width: 50%;
  }
  body div.contact-nf div.block.info-contact .column div.box {
    width: 100%;
  }
  body div.contact-nf div.block.info-contact .column div.box.basicInfo .boxx {
    display: flex;
    flex-direction: column;
    color: white !important;
  }
  .banner-excimg .in .main .content {
    width: 90%;
  }
  .banner-excimg .wrap.bg-data-image.bottom-banner div.in img.banner-image {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  body header#header div.nav div.in {
    flex-wrap: nowrap !important;
  }
  body header#header div.nav div.in ul {
    justify-content: end;
  }
  body header#header div.nav div.in ul.toggles {
    width: 1px;
  }
  body header#header div.nav div.in ul li div span .price {
    display: revert !important;
    cursor: revert !important;
    width: 0 !important;
    height: 0 !important;
  }
  body header#header div.nav div.in ul li a {
    font-size: 16px;
    font-weight: bold !important;
    padding: 2px 20px !important;
  }
  body header#header div.nav div.in ul li.kontakt a {
    background-image: linear-gradient(to right, #7ea817, #89b816, #93c915, #9eda14, #a8eb12);
    border-radius: 25px;
    font-size: 16px;
  }
  body section#category.wrap {
    margin-top: 400px;
  }
  body section#promo.wrap {
    position: absolute;
  }
  body section#promo.wrap div.in div div ul li div picture img {
    position: static;
  }
  body section#promo.wrap div.in div div ul li .content {
    top: 12%;
  }
  body div.contact-nf {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  body div.contact-nf div.block {
    width: 45%;
    max-width: 720px;
    padding: 0 35px 2% 35px;
    height: 370px !important;
    display: flex;
    align-items: start;
  }
  body div.contact-nf div.block:nth-child(2) {
    padding-right: 0;
  }
  body div.contact-nf div.block form li .sg-input {
    width: 640px;
    padding: 15px 10px;
  }
  body div.contact-nf div.block form li .sg-textarea {
    width: 640px;
    padding: 15px 10px;
  }
  body div.contact-nf div.block.info-contact {
    height: 470px;
    width: 45%;
    align-items: start;
    padding-top: 35px;
  }
  body div.contact-nf div.block.info-contact .column {
    width: 50%;
  }
  body div.contact-nf div.block.info-contact .column div.box {
    width: 100%;
  }
  body div.contact-nf div.block.info-contact .column div.box.basicInfo img.info-nf {
    height: 45px;
  }
  body div.contact-nf div.block.info-contact .column div.box.basicInfo .boxx {
    display: flex;
    flex-direction: column;
    color: white !important;
  }
  body div.contact-nf div.block.info-contact .column div.box.basicInfo .boxx div.b {
    font-weight: bold;
    font-size: 18px;
  }
  body section.banner-excimg.wrap.bg-data-image.bottom-banner div.in {
    width: 1440px;
    max-width: 90%;
  }
  body section.banner-excimg.wrap.bg-data-image.bottom-banner div.in div.main .content {
    width: 50%;
  }
  body section.banner-excimg.wrap.bg-data-image.bottom-banner div.in div.main .content .subtitle {
    display: revert;
  }
  body section.banner-excimg.wrap.bg-data-image.bottom-banner div.in div.main .content h2.title {
    max-width: 500px;
  }
  body section.banner-excimg.wrap.bg-data-image.bottom-banner div.in div.main img.banner-image {
    padding: 0;
    border-radius: 10px;
    max-width: 325px !important;
    position: static !important;
  }
  body img.decoration2 {
    position: absolute;
    width: 245px;
    height: 230px;
    right: 0;
    display: revert;
  }
  body img.decoration3 {
    transform: translateY(-310px);
  }
}
@media only screen and (min-width: 1024px) {
  #header div.nav div.in {
    margin-top: 15px;
  }
  #header div.nav div.in .menu div.main ul li a {
    padding: 4px 25px !important;
  }
  body section#category.wrap div.in div.list {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  body section#category.wrap div.in div.list .category-title-nf {
    font-size: 42px;
  }
  body section#category.wrap div.in div.list ul {
    width: 1440px;
    max-width: 90%;
    padding: 0 !important;
  }
  body section#category.wrap div.in div.list ul li div.sg-category-banner {
    margin-top: 0;
    position: static;
    background: #112929;
    padding: 0 30px;
    width: calc(100%) !important;
    border-radius: 32px;
    max-width: 415px !important;
  }
  body section#category.wrap div.in div.list ul li div.sg-category-banner p {
    position: static;
    width: 100%;
    text-align: center;
    left: 0 !important;
    font-size: 14px !important;
    font-weight: revert !important;
  }
  body section#category.wrap div.in div.list ul li div.sg-category-banner h3.category {
    position: static;
    font-weight: bold;
    width: 100%;
    font-size: 20px !important;
    text-align: center;
    text-transform: revert;
  }
  body section#category.wrap div.in div.list ul li div.sg-category-banner .Image {
    height: 120px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  body section#category.wrap div.in div.list ul li div.sg-category-banner .Image img.obrazek {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: none;
    flex-shrink: 0;
    position: static;
  }
  body section#category.wrap div.in div.list ul li div.sg-category-banner:hover {
    background-image: linear-gradient(to right, #7ea817, #89b816, #93c915, #9eda14, #a8eb12);
    transition: 0.7s;
  }
  body section#producer-slider div.in div.list ul.splide__list li {
    height: 100px;
  }
  body section#producer-slider div.in div.list ul.splide__list li div a {
    height: 80px !important;
    width: 180px !important;
  }
  body section#producer-slider div.in div.list ul.splide__list li div a img {
    max-width: 120px !important;
    max-height: 45px !important;
  }
  body section.banner-excimg.wrap.bg-data-image.bottom-banner div.in img.banner-image {
    max-width: 380px;
  }
  body section.banner-excimg.wrap.bg-data-image.bottom-banner div.in div.main .content {
    max-width: 40%;
  }
  body section.banner-excimg.wrap.bg-data-image.bottom-banner div.in div.main img.banner-image {
    padding: 15px;
    border-radius: 10px;
    max-width: 380px !important;
    position: static !important;
  }
  .breadcrumbs {
    margin-top: 105px;
  }
}
@media only screen and (min-width: 1200px) {
  body section#promo.wrap div.in div div ul li div.content {
    top: 19%;
  }
  body section#promo.wrap div.in div div ul li div.content h1.title {
    width: 400px;
    font-size: 56px !important;
  }
  body section#category.wrap {
    margin-top: 570px;
  }
  body section#parallax-a div.in div.parallax-nf h3 {
    font-size: 35px !important;
    padding-top: 80px !important;
  }
  body section#parallax-a div.in div.parallax-nf div.logo img {
    width: 200px !important;
  }
  body body section.banner-excimg.wrap.bg-data-image.bottom-banner div.in div.main .content {
    max-width: 60%;
  }
  body body section.banner-excimg.wrap.bg-data-image.bottom-banner div.in div.main .content .subtitle {
    display: revert !important;
  }
  body body section.banner-excimg.wrap.bg-data-image.bottom-banner div.in div.main img.banner-image {
    border-radius: 10px;
    max-width: 450px !important;
    position: static !important;
  }
}
@media only screen and (min-width: 1600px) {
  body img.decoration1 {
    width: 280px;
    height: 590px;
  }
  body header#header.wrap div.nav {
    height: 0px;
  }
  body header#header.wrap div.nav div.in {
    margin-top: 0;
  }
  body header#header.wrap div.nav div.logo a img.bitmap {
    padding-top: 0;
  }
  body header#header.wrap div.nav #crazy-menu.main ul {
    padding: 45px 0 45px 0;
    justify-content: end;
  }
  body header#header.wrap div.nav #crazy-menu.main ul li a {
    font-size: 18px;
    font-weight: bold !important;
    padding: 10px 25px !important;
  }
  body header#header.wrap div.nav #crazy-menu.main ul li.kontakt a {
    font-size: 16px !important;
  }
  body section#promo.wrap div.in div div ul li div.content {
    padding: 0 0 0 0 !important;
  }
  body section#promo.wrap div.in div div ul li div.content h1.title {
    width: 520px !important;
    font-size: 80px !important;
    font-weight: 800 !important;
    line-height: 1.2;
    padding: 0;
  }
  body section#promo.wrap div.in div div ul li div.content p.desc {
    padding-left: 0;
    font-size: 16px !important;
    color: #ddd !important;
    line-height: 1.5;
    width: 550px;
  }
  body section#promo.wrap div.in div div ul li div.content div.promo-btns {
    display: flex;
    padding-left: 0;
  }
  body section#promo.wrap div.in div div ul li div.content div.promo-btns a {
    margin-right: 15px;
    display: block;
    font-size: 16px;
    font-weight: bold !important;
    padding: 9px 30px !important;
    border: solid 1px #7ea817;
    border-radius: 25px;
    width: 115px !important;
    text-align: center;
  }
  body section#promo.wrap div.in div div ul li div.content div.promo-btns a.contact-promo {
    border: revert;
    background-image: linear-gradient(to right, #7ea817, #89b816, #93c915, #9eda14, #a8eb12);
  }
  body section#parallax-a div.in {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 565px;
  }
  body section#parallax-a div.in div.parallax-nf {
    width: 1440px;
    height: 420px !important;
    padding: 0 0 !important;
    display: flex;
    flex-wrap: wrap !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  body section#parallax-a div.in div.parallax-nf div.logo img {
    width: 365px !important;
  }
  body section#parallax-a div.in div.parallax-nf h3.title {
    width: 800px !important;
    height: 72px !important;
    font-weight: 800;
    font-size: 72px !important;
    padding-top: 124px !important;
    color: white !important;
  }
  body section#parallax-a div.in div.parallax-nf p.text {
    padding: 0;
    width: 750px;
    line-height: 1.3;
    font-size: 26px;
    color: white !important;
    font-weight: bold;
    text-align: center;
  }
  body div.contact-nf .block:nth-of-type(2) {
    padding-right: 0 !important;
  }
  body div.contact-nf .block:nth-of-type(1) {
    padding-left: 0 !important;
  }
  body section#producer-slider div.in div.list ul.splide__list li div a {
    height: 85px !important;
    width: 265px !important;
    margin: 10px;
  }
  body section#producer-slider div.in div.list ul.splide__list li div a img {
    max-width: 160px !important;
    max-height: 55px !important;
  }
  body .breadcrumbs {
    margin-top: 140px;
  }
}
body section#blog.wrap {
  z-index: 1;
}
body section#blog.wrap div.in {
  background-color: transparent;
}
body section#blog.wrap img.referencesBackground {
  display: none;
}
body section#blog.wrap h2 {
  background: linear-gradient(90deg, #0c71b5 0%, #0784c7 50%, #009bde 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  font-size: 33px;
  text-align: center;
  font-weight: 800;
  width: 350px;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
body section#blog.wrap div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body section#blog.wrap div ul li {
  padding: 1% !important;
  width: 350px !important;
  margin: 0 !important;
}
body section#blog.wrap div ul li div.sg-blog-item div.content {
  padding: 0;
}
body section#blog.wrap div ul li div.sg-blog-item div.content div.services-nf {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
body section#blog.wrap div ul li div.sg-blog-item div.content div.services-nf div {
  color: #6c9900;
  background-color: #112929;
  padding: 2px 15px;
  border-radius: 8px;
  font-weight: bold;
  margin: 5px 10px 5px 0;
  text-align: start;
}
body section#blog.wrap div ul li div.sg-blog-item div.content p {
  text-align: start;
  color: #a9a9a9;
}
body section#blog.wrap div ul li div.sg-blog-item div.content div.small a {
  margin-top: 15px;
  display: block;
  width: 100%;
  text-align: start;
  color: white;
  font-size: 22px;
  font-weight: bold;
}
body section#blog.wrap div ul li div.sg-blog-item div.content div.small a:hover {
  color: white;
}
body section#blog.wrap div ul li div.sg-blog-item div.image a img {
  width: 350px;
  height: 200px !important;
  object-fit: cover;
  border-radius: 15px;
  max-height: 200px;
}
@media only screen and (min-width: 768px) {
  body section#blog.wrap div.in {
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  body section#blog.wrap img.referencesBackground {
    display: revert;
    width: 450px;
    position: absolute;
    left: calc(100% - 1400px);
    top: 55px;
  }
  body section#blog.wrap div.in {
    background-color: transparent;
  }
  body section#blog.wrap h2 {
    font-size: 42px;
    width: 420px;
  }
  body section#blog.wrap div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body section#blog.wrap div ul li {
    width: 410px !important;
  }
  body section#blog.wrap div ul li div.sg-blog-item div.image a img {
    width: 410px !important;
    height: 230px !important;
    max-height: 230px !important;
  }
}
@media only screen and (min-width: 1200px) {
  body section#blog.wrap img.referencesBackground {
    display: revert;
    width: 450px;
    position: absolute;
    top: 55px;
  }
  body section#blog.wrap div ul li {
    width: 500px !important;
    padding: 20px;
  }
  body section#blog.wrap div ul li div.sg-blog-item div.image a img {
    width: 500px !important;
    height: 300px !important;
    max-height: 300px !important;
  }
}
@media only screen and (min-width: 1400px) {
  body section#blog.wrap img.referencesBackground {
    left: 0;
  }
}
@media only screen and (min-width: 1600px) {
  body section#blog.wrap img.referencesBackground {
    display: revert;
    width: 450px;
    position: absolute;
    top: 55px;
  }
  body section#blog.wrap div.in {
    max-width: 1440px;
  }
  body section#blog.wrap div.in h2 {
    font-size: 42px;
  }
  body section#blog.wrap div.in div.list {
    max-width: 1440px !important;
  }
  body section#blog.wrap div.in div.list ul {
    max-width: 1440px;
    justify-content: space-between;
  }
  body section#blog.wrap div.in div.list ul li {
    width: 630px !important;
    padding: 20px;
  }
  body section#blog.wrap div.in div.list ul li div.sg-blog-item div.image a img {
    width: 630px !important;
    height: 370px !important;
    max-height: 370px !important;
  }
}
body section.wrap#error-page div.in h1 {
  padding-top: 65px;
  padding-bottom: 30px;
  background: linear-gradient(90deg, #6b9801 0%, #97bd0e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 46px;
  text-align: center;
}
body section.wrap#error-page div.in p {
  color: white;
}
body section.wrap#error-page div.in p a {
  color: white;
}
@media only screen and (min-width: 768px) {
  body section.wrap#error-page div.in h1 {
    text-align: start;
    padding-top: 110px;
  }
}
@media only screen and (min-width: 1600px) {
  body section.wrap#error-page div.in h1 {
    padding-top: 160px;
  }
}
@font-face {
  font-family: 'Nunito';
  src: url("/tmpl/boston/fonts/Nunito/Nunito-Regular.woff") format("woff"), url("/tmpl/boston/fonts/Nunito/Nunito-Regular.woff2") format("woff2"), url("/tmpl/boston/fonts/Nunito/Nunito-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url("/tmpl/boston/fonts/Nunito/Nunito-Italic.woff") format("woff"), url("/tmpl/boston/fonts/Nunito/Nunito-Italic.woff2") format("woff2"), url("/tmpl/boston/fonts/Nunito/Nunito-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Nunito';
  src: url("/tmpl/boston/fonts/Nunito/Nunito-Bold.woff") format("woff"), url("/tmpl/boston/fonts/Nunito/Nunito-Bold.woff2") format("woff2"), url("/tmpl/boston/fonts/Nunito/Nunito-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url("/tmpl/boston/fonts/Nunito/Nunito-BoldItalic.woff") format("woff"), url("/tmpl/boston/fonts/Nunito/Nunito-BoldItalic.woff2") format("woff2"), url("/tmpl/boston/fonts/Nunito/Nunito-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Nunito';
  src: url("/tmpl/boston/fonts/Nunito/Nunito-ExtraBold.woff") format("woff"), url("/tmpl/boston/fonts/Nunito/Nunito-ExtraBold.woff2") format("woff2"), url("/tmpl/boston/fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
.selectize-input.not-full > input {
  width: 100% !important;
}
.sg-tabs-item-content hr,
.ckeditor hr {
  display: block;
}
