@charset "utf-8";
/* styles from template */
@import '../../../../www/components/node_modules/@yarn/jquery-ui/themes/base/jquery-ui.css';
@import '../../../../www/components/node/node_modules/@splidejs/splide/dist/css/splide-core.min.css';
@import '../../../../www/components/node/node_modules/@splidejs/splide/dist/css/splide-core.min.css';
.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::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 */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 24, 2023 */
@font-face {
  font-family: 'Roboto';
  src: url('/tmpl/boston/fonts/roboto/roboto-black-webfont.woff2') format('woff2'), url('/tmpl/boston/fonts/roboto/roboto-black-webfont.woff') format('woff'), url('/tmpl/boston/fonts/roboto/roboto-black-webfont.ttf') format('truetype'), url('/tmpl/boston/fonts/roboto/roboto-black-webfont.svg#robotoblack') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/tmpl/boston/fonts/roboto/roboto-blackitalic-webfont.woff2') format('woff2'), url('/tmpl/boston/fonts/roboto/roboto-blackitalic-webfont.woff') format('woff'), url('/tmpl/boston/fonts/roboto/roboto-blackitalic-webfont.ttf') format('truetype'), url('/tmpl/boston/fonts/roboto/roboto-blackitalic-webfont.svg#robotoblack_italic') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('/tmpl/boston/fonts/roboto/roboto-bold-webfont.woff2') format('woff2'), url('/tmpl/boston/fonts/roboto/roboto-bold-webfont.woff') format('woff'), url('/tmpl/boston/fonts/roboto/roboto-bold-webfont.ttf') format('truetype'), url('/tmpl/boston/fonts/roboto/roboto-bold-webfont.svg#robotobold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/tmpl/boston/fonts/roboto/roboto-bolditalic-webfont.woff2') format('woff2'), url('/tmpl/boston/fonts/roboto/roboto-bolditalic-webfont.woff') format('woff'), url('/tmpl/boston/fonts/roboto/roboto-bolditalic-webfont.ttf') format('truetype'), url('/tmpl/boston/fonts/roboto/roboto-bolditalic-webfont.svg#robotobold_italic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('/tmpl/boston/fonts/roboto/roboto-italic-webfont.woff2') format('woff2'), url('/tmpl/boston/fonts/roboto/roboto-italic-webfont.woff') format('woff'), url('/tmpl/boston/fonts/roboto/roboto-italic-webfont.ttf') format('truetype'), url('/tmpl/boston/fonts/roboto/roboto-italic-webfont.svg#robotoitalic') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('/tmpl/boston/fonts/roboto/roboto-light-webfont.woff2') format('woff2'), url('/tmpl/boston/fonts/roboto/roboto-light-webfont.woff') format('woff'), url('/tmpl/boston/fonts/roboto/roboto-light-webfont.ttf') format('truetype'), url('/tmpl/boston/fonts/roboto/roboto-light-webfont.svg#robotolight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/tmpl/boston/fonts/roboto/roboto-lightitalic-webfont.woff2') format('woff2'), url('/tmpl/boston/fonts/roboto/roboto-lightitalic-webfont.woff') format('woff'), url('/tmpl/boston/fonts/roboto/roboto-lightitalic-webfont.ttf') format('truetype'), url('/tmpl/boston/fonts/roboto/roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('/tmpl/boston/fonts/roboto/roboto-medium-webfont.woff2') format('woff2'), url('/tmpl/boston/fonts/roboto/roboto-medium-webfont.woff') format('woff'), url('/tmpl/boston/fonts/roboto/roboto-medium-webfont.ttf') format('truetype'), url('/tmpl/boston/fonts/roboto/roboto-medium-webfont.svg#robotomedium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/tmpl/boston/fonts/roboto/roboto-mediumitalic-webfont.woff2') format('woff2'), url('/tmpl/boston/fonts/roboto/roboto-mediumitalic-webfont.woff') format('woff'), url('/tmpl/boston/fonts/roboto/roboto-mediumitalic-webfont.ttf') format('truetype'), url('/tmpl/boston/fonts/roboto/roboto-mediumitalic-webfont.svg#robotomedium_italic') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('/tmpl/boston/fonts/roboto/roboto-regular-webfont.woff2') format('woff2'), url('/tmpl/boston/fonts/roboto/roboto-regular-webfont.woff') format('woff'), url('/tmpl/boston/fonts/roboto/roboto-regular-webfont.ttf') format('truetype'), url('/tmpl/boston/fonts/roboto/roboto-regular-webfont.svg#robotoregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/tmpl/boston/fonts/roboto/roboto-thin-webfont.woff2') format('woff2'), url('/tmpl/boston/fonts/roboto/roboto-thin-webfont.woff') format('woff'), url('/tmpl/boston/fonts/roboto/roboto-thin-webfont.ttf') format('truetype'), url('/tmpl/boston/fonts/roboto/roboto-thin-webfont.svg#robotothin') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/tmpl/boston/fonts/roboto/roboto-thinitalic-webfont.woff2') format('woff2'), url('/tmpl/boston/fonts/roboto/roboto-thinitalic-webfont.woff') format('woff'), url('/tmpl/boston/fonts/roboto/roboto-thinitalic-webfont.ttf') format('truetype'), url('/tmpl/boston/fonts/roboto/roboto-thinitalic-webfont.svg#robotothin_italic') format('svg');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url('/tmpl/boston/fonts/roboto/roboto-light-webfont.woff2') format('woff2'), url('/tmpl/boston/fonts/roboto/roboto-light-webfont.woff') format('woff'), url('/tmpl/boston/fonts/roboto/roboto-light-webfont.ttf') format('truetype'), url('/tmpl/boston/fonts/roboto/roboto-light-webfont.svg#robotolight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('/tmpl/boston/fonts/roboto/roboto-lightitalic-webfont.woff2') format('woff2'), url('/tmpl/boston/fonts/roboto/roboto-lightitalic-webfont.woff') format('woff'), url('/tmpl/boston/fonts/roboto/roboto-lightitalic-webfont.ttf') format('truetype'), url('/tmpl/boston/fonts/roboto/roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
  font-weight: 300;
  font-style: italic;
}
.count-form .math.plus a,
.count-form .math.minus a {
  padding: 0;
  margin-top: -10%;
}
@font-face {
  font-family: 'Active';
  src: url('/tmpl/boston/fonts/active/activeregular-webfont.woff2') format('woff2'), url('/tmpl/boston/fonts/active/activeregular-webfont.woff') format('woff'), url('/tmpl/boston/fonts/active/activeregular-webfont.ttf') format('truetype'), url('/tmpl/boston/fonts/active/activeregular-webfont.svg#activeregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Active';
  src: url('/tmpl/boston/fonts/active/activeregular-webfont.woff2') format('woff2'), url('/tmpl/boston/fonts/active/activeregular-webfont.woff') format('woff'), url('/tmpl/boston/fonts/active/activeregular-webfont.ttf') format('truetype'), url('/tmpl/boston/fonts/active/activeregular-webfont.svg#activeregular') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Active';
  src: url('/tmpl/boston/fonts/active/activeregular-webfont.woff2') format('woff2'), url('/tmpl/boston/fonts/active/activeregular-webfont.woff') format('woff'), url('/tmpl/boston/fonts/active/activeregular-webfont.ttf') format('truetype'), url('/tmpl/boston/fonts/active/activeregular-webfont.svg#activeregular') format('svg');
  font-weight: 700;
  font-style: normal;
}
/**
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: #c0b0a8;
}
[class^="flaticon-"].black {
  color: #623a25;
}
[class^="flaticon-"].orange {
  color: #619546;
}
.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: #c0b0a8;
}
.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 #623a25;
  position: absolute;
  cursor: pointer;
  top: -7px;
  margin-left: -8px;
  z-index: 1;
}
.ui-slider-horizontal .ui-slider-range {
  background: #d61522;
  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: #623a25;
}
.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: #623a25;
}
.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: #ffffff;
  overflow-x: hidden !important;
  font: 400 15px / normal 'Roboto', sans-serif;
  color: #623a25;
}
div {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
  line-height: normal;
  font-weight: 600;
  color: #623a25;
  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: #619546;
  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: #619546;
  font-family: 'Roboto';
}
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: #623a25;
}
img {
  vertical-align: bottom;
}
strong {
  font-weight: 600;
  color: #623a25;
}
::-webkit-input-placeholder {
  color: rgba(98, 58, 37, 0.9);
  opacity: 1;
  font-style: italic;
  font-size: 14px;
}
::-moz-placeholder {
  color: rgba(98, 58, 37, 0.9);
  opacity: 1;
  font-size: 14px;
  font-style: italic;
}
:-ms-input-placeholder {
  color: rgba(98, 58, 37, 0.9);
  opacity: 1;
  font-style: italic;
  font-size: 14px;
}
:-moz-placeholder {
  color: rgba(98, 58, 37, 0.9);
  opacity: 1;
  font-style: italic;
  font-size: 14px;
}
.sg-perex {
  font-size: 18px;
}
.sg-input,
.sg-textarea {
  border-radius: 0;
  background: #ffffff;
  transition: border-color 0.5s;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #c0b0a8;
  height: 45px;
  font-size: 15px;
  color: #623a25;
  line-height: 45px;
  box-sizing: border-box;
  padding: 0 15px;
}
.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: #623a25;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  border-radius: 0 !important;
  font-family: 'Roboto', sans-serif;
  background-image: none !important;
  transition: 0.5s border-color;
}
.sg-select-old.ui-button {
  background: #ffffff !important;
  border-color: #c0b0a8;
  padding: 10px;
  font-family: 'Roboto', 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: #623a25;
  border-color: #c0b0a8;
}
.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: #623a25;
  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: 'Roboto', 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: #d61522;
  border: 0;
}
.sg-button {
  display: inline-flex;
  min-height: 46px;
  line-height: normal;
  border: 0;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  background: #ffffff;
  color: #623a25;
  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: #623a25;
  color: #ffffff;
}
.sg-button.outline {
  border: 1px solid #c0b0a8;
}
.sg-button.outline.gray {
  text-transform: none;
  background: #efebe9;
  color: rgba(0, 0, 0, 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: #d61522;
}
.sg-label.sale {
  background: #d0a517;
}
.sg-label.tip {
  background: #4e84ea;
}
.sg-rating i {
  color: #619546;
  font-size: 16px;
  display: inline-block;
  margin: 0 3px 0 0;
}
.sg-rating i.deactive {
  color: #c0b0a8;
}
.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: #623a25;
  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: #619546;
  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: #619546;
  font-weight: 600;
}
.sg-category-banner .title p {
  color: #623a25;
  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: #623a25;
  white-space: nowrap;
}
.sg-product-item .more {
  padding: 15px 0 0 0;
}
.sg-blog-item {
  background: #ffffff;
  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: #623a25;
}
.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: #85bf68;
  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: #000000;
}
.sg-submenu .all a strong {
  color: #000000;
}
.sg-submenu .content {
  padding: 20px;
  position: relative;
  top: -1px;
  border: 1px solid #d0c4be;
  background: #ffffff;
}
.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: #816151;
  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: #619546;
  border-color: #619546;
}
.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: #816151;
}
.sg-submenu .content ul li ul li a {
  color: #623a25;
}
.sg-submenu .content ul li.open > ul {
  display: block;
}
.sg-submenu .content ul li.active a {
  color: #619546;
  font-weight: 600;
}
.sg-submenu .content ul li.active .menu-open-sign {
  color: #619546;
  border-color: #619546;
}
.sg-submenu .content ul li.active ul li a {
  color: #623a25;
  font-weight: 400;
}
.sg-submenu .content ul li.active ul li.active:before {
  color: #619546;
}
.sg-submenu .content ul li.active ul li.active a {
  color: #619546;
  font-weight: 600;
}
.sg-submenu .content ul li.active ul li.active ul li a {
  color: #623a25;
  font-weight: 400;
}
.sg-submenu .content ul li.active ul li.active ul li.active:before {
  color: #619546;
}
.sg-submenu .content ul li.active ul li.active ul li.active a {
  color: #619546;
  font-weight: 600;
}
.sg-submenu .content ul li.active ul li.active ul li.active ul li a {
  color: #623a25;
  font-weight: 400;
}
.sg-submenu .content ul li.active ul li.active ul li.active ul li.active:before {
  color: #619546;
}
.sg-submenu .content ul li.active ul li.active ul li.active ul li.active a {
  color: #619546;
  font-weight: 600;
}
.sg-filter {
  margin: 20px 0 0 0;
  text-align: left;
}
.sg-filter .all {
  background: #85bf68;
  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: #000000;
}
.sg-filter .all a strong {
  color: #000000;
}
.sg-filter .sg-button {
  background: #85bf68;
  color: #000000;
}
.sg-filter .holder .content {
  background: #ffffff;
  border: 1px solid #d0c4be;
  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 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: #c0b0a8;
}
.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 #d0c4be;
  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: #816151;
}
.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: #000000;
  font-size: 12px;
  padding: 10px;
  min-height: auto;
  white-space: nowrap;
}
.sg-filter .holder .content .current li a strong {
  color: #000000;
}
.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 #d0c4be;
  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 #d0c4be;
  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 #d0c4be;
  background: #efebe9;
  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: #619546;
  border: 0;
  color: #ffffff;
}
.sg-cart .steps ul li.active span {
  background: #648a51;
  border: 0;
}
.sg-cart .steps ul li.active strong {
  color: #ffffff;
}
.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 #d0c4be;
}
.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: 100%;
}
.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: 'Roboto';
  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 #c0b0a8;
  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 #d0c4be;
  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: #623a25;
  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 #d0c4be;
  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: #623a25;
  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 #d0c4be;
}
.sg-cart .details .options p {
  padding: 12px 15px;
  background: #efebe9;
}
.sg-cart .details .options ul {
  border-top: 1px solid #d0c4be;
  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: #816151;
  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 #d0c4be;
}
.sg-cart .details .customer p {
  padding: 12px 15px;
  border-bottom: 1px solid #d0c4be;
  background: #efebe9;
}
.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: #623a25;
  font-weight: 600;
}
.sg-cart .details .contact {
  margin: 25px 0 0 0;
  font-size: 13px;
  border: 1px solid #d0c4be;
}
.sg-cart .details .contact p {
  padding: 12px 15px;
  border-bottom: 1px solid #d0c4be;
  background: #efebe9;
}
.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: 18%;
  margin-right: 2%;
}
.sg-cart .details .contact ul li .form.phone-input input {
  width: 80%;
}
@media (max-width: 480px) {
  .sg-cart .details .contact ul li .form.phone-input .phone-country {
    width: 80px;
    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 #d0c4be;
}
.sg-cart .summary .content p {
  padding: 12px 15px;
  background: #efebe9;
}
.sg-cart .summary .content ul {
  border-top: 1px solid #d0c4be;
  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: #efebe9;
}
.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: #efebe9;
  border: solid thin #d0c4be;
}
.sg-cart .documents .content {
  padding: 5px 25px 15px 25px;
  border: solid thin #d0c4be;
}
.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: #efebe9;
  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: 80px;
  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: #623a25;
}
.sg-form .submit .terms a {
  color: #623a25;
  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: #623a25;
}
.sg-blog-list-item .content .date {
  padding: 10px 0 0 0;
  font-size: 14px;
  color: #816151;
}
.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: #816151;
}
.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: #efebe9;
}
.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: #f7f6e2;
  border-top: 1px solid #d0c4be;
  padding: 12px 25px;
  margin: 0 -25px;
  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 #d0c4be;
  border-bottom: 1px solid #d0c4be;
  background: #efebe9;
  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 #d0c4be;
}
.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: #efebe9;
  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: #623a25;
  text-align: left;
  cursor: pointer;
  font-size: 15px;
  display: block;
  background: #efebe9;
  font-weight: 600;
  border-top: 1px solid #d0c4be;
  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 #d0c4be;
  border-bottom: 1px solid #d0c4be;
  background: #efebe9;
  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: #619546;
}
.sg-tabs.ajax .sg-tabs-nav ul li:last-child a {
  border-bottom: 1px solid #d0c4be;
}
.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 #ffffff;
}
.sg-table .row .col:last-child {
  border: 0;
}
.sg-table .row:nth-child(odd) .col {
  background: #efebe9;
}
.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: #ffffff;
  border-top: 5px solid #619546;
  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: #619546;
}
.no-touch .sg-input:hover,
.no-touch .sg-textarea:hover,
.no-touch .sg-input:focus,
.no-touch .sg-textarea:focus {
  border-color: #c0b0a8;
}
.no-touch .sg-button.black:hover {
  color: #ffffff;
}
.no-touch .sg-button.outline:hover {
  background: #623a25;
  color: #ffffff;
  border-color: #623a25;
}
.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: #623a25;
}
.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: #619546;
}
.no-touch .sg-category-banner:hover .title a {
  color: #619546;
}
.no-touch .sg-category-banner:hover .image-hover {
  opacity: 1;
}
.no-touch .sg-blog-item .content h3 a:hover {
  color: #619546;
}
.no-touch .sg-submenu .content ul li a:hover {
  color: #619546;
}
.no-touch .sg-submenu .content ul li.active ul li a:hover {
  color: #619546;
}
.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: #d0c4be;
}
.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: #619546;
}
.no-touch .sg-blog-list-item .content h3 a:hover {
  color: #619546;
}
.no-touch .sg-blog-article .tools ul li a:hover i {
  color: #619546;
}
.no-touch .sg-tabs.ajax .sg-tabs-nav ul li a:hover {
  color: #619546;
}
.no-touch .sg-modal .in .content .close:hover {
  color: #619546;
}
@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: #816151;
    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 #d0c4be;
  }
  .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 #d0c4be;
    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: #816151;
  }
  .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: #f7f6e2;
    cursor: pointer;
    color: #623a25;
    font-weight: 600;
    display: flex;
    font-size: 13px;
    align-items: center;
    border: 1px solid #d0c4be;
    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: #ffffff;
    color: #623a25;
    border-bottom-color: #ffffff;
  }
  .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: #ffffff;
    border-top: 1px solid #d0c4be;
    border-bottom: 1px solid #d0c4be;
  }
  .sg-tabs.invert:before {
    background: #f7f6e2;
  }
  .sg-tabs.invert .sg-tabs-nav ul li span {
    background: #ffffff;
    color: #623a25;
  }
  .sg-tabs.invert .sg-tabs-nav ul li span.active {
    background: #f7f6e2;
    border-bottom-color: #f7f6e2;
  }
  .sg-tabs.invert .sg-tabs-item .sg-tabs-item-content {
    padding: 15px 0 35px 0;
    background: #f7f6e2;
  }
  .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: #f7f6e2;
    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: #f7f6e2;
    cursor: pointer;
    color: #623a25;
    font-weight: 600;
    display: flex;
    font-size: 13px;
    align-items: center;
    border: 1px solid #d0c4be;
    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: #ffffff;
    color: #623a25;
    border-bottom-color: #ffffff;
  }
  .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: #619546;
  }
  .no-touch .sg-cart .list .row.body .col.pcs .math a:hover {
    color: #619546;
  }
  .no-touch .sg-tabs .sg-tabs-nav ul li span:hover {
    color: #619546;
  }
  .no-touch .sg-tabs .sg-tabs-nav ul li span.active:hover {
    color: #623a25;
  }
  .no-touch .sg-tabs.ajax .sg-tabs-nav ul li a.active:hover {
    color: #623a25;
  }
}
@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: #623a25;
  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 #d0c4be;
  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: #619546;
  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: #efebe9;
}
.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;
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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%;
  }
}
#header {
  z-index: 2;
}
#header .top {
  background: #619547;
  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: #d0dfc8;
  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: #ffffff;
}
#header .top .in ul li a span {
  color: #d0dfc8;
  transition: color 0.5s;
}
#header .top .in ul li a:hover {
  color: #623a25;
}
#header .nav {
  background: #85bf68;
  border-top: 1px solid #d4e9ca;
}
#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 #d4e9ca;
  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: #d4e9ca;
  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: #ffffff;
}
#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: #ffffff;
}
#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: #ffffff;
}
#header .nav .in .toggles li span.basket-toggle,
#header .nav .in .toggles li a.basket-toggle {
  font-size: 19px;
  color: #ffffff;
}
#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: #d4e9ca;
  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: #85bf68;
}
#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: #ffffff;
}
#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: #ffffff;
}
#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: #619547;
  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: #619547;
  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: #623a25;
  cursor: pointer;
}
#header .nav .in .toggles li.header-user .user a.logout:hover {
  color: #ffffff;
}
#header .nav .in .toggles li.header-user:hover .user {
  display: flex;
  flex-direction: column;
}
#header .nav .in .toggles li.header-langs {
  position: relative;
}
#header .nav .in .toggles li.header-langs .languages {
  position: relative;
  left: 0;
  top: 0;
}
#header .nav .in .toggles li.header-langs .languages li {
  height: auto;
  left: auto;
  top: auto;
}
#header .nav .in .toggles li.header-langs .languages li:last-child {
  display: flex;
}
#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: #ffffff;
  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 {
  color: #ffffff;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-top: 1px solid #d4e9ca;
}
#header .nav .in .menu .main ul li a i,
#header .nav .in .menu .other ul li a i {
  font-size: 12px;
  transition: transform 0.2s, color 0.5s;
  color: #d4e9ca;
}
#header .nav .in .menu .main ul li a.active i,
#header .nav .in .menu .other ul li a.active i {
  transform: rotate(180deg);
  color: #ffffff;
}
#header .nav .in .menu .main ul li:first-child a,
#header .nav .in .menu .other ul li:first-child a {
  border: 0;
}
#header .nav .in .menu .main ul li .submenu,
#header .nav .in .menu .other ul li .submenu {
  display: none;
  padding: 0 0 20px 0;
  background: #619547;
}
#header .nav .in .menu .main ul li .submenu .item h2,
#header .nav .in .menu .other ul li .submenu .item h2 {
  color: #ffffff;
  font-size: 18px;
  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 0 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: #ffffff;
  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 {
  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 {
  border-top: 1px solid #d0dfc8;
}
#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: #619547;
  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: #d0dfc8;
  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: #619547;
  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 #85bf68;
  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: #623a25;
  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: #ffffff;
  background: #619547;
  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: 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: #623a25;
}
#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: #623a25;
}
#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-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: flex;
}
#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: #623a25;
  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(255, 255, 255, 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: #ffffff;
  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: #623a25;
}
#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: #623a25;
  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: #619547;
  color: #ffffff;
}
#header .nav .in .search .suggestion .all a:hover {
  color: #623a25;
}
#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: #623a25;
}
.no-touch #header .top .in ul li a:hover span {
  color: #623a25;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #623a25;
}
.no-touch #header .nav .in .search ul li.submit {
  background: #ffffff;
}
.no-touch #header .nav .in .search ul li.submit button:hover {
  background: rgba(97, 149, 71, 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 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: #ffffff;
    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: #d4e9ca;
    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;
  }
  #header .nav .in .menu .main ul li a,
  #header .nav .in .menu .other ul li a {
    border-top: 0;
    font-size: 14px;
    padding: 16px 15px;
    position: relative;
    white-space: nowrap;
  }
  #header .nav .in .menu .main ul li a i,
  #header .nav .in .menu .other ul li a i {
    color: #ffffff;
    font-size: 10px;
    position: relative;
    margin: 0 0 0 8px;
    top: 1px;
  }
  #header .nav .in .menu .main ul li a.has-submenu.active,
  #header .nav .in .menu .other ul li a.has-submenu.active {
    background: #ffffff;
  }
  #header .nav .in .menu .main ul li a.has-submenu.active:before,
  #header .nav .in .menu .other ul li a.has-submenu.active:before {
    content: '';
    background: #ffffff;
    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 {
    color: #ffffff;
    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: #f7f6e2;
  }
  #header .nav .in .menu .main ul li .submenu:before,
  #header .nav .in .menu .other ul li .submenu:before {
    content: '';
    box-shadow: none;
    background: #f7f6e2;
    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: #f7f6e2;
    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 {
    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: #80604b;
    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 {
    color: #623a25;
    padding: 0;
  }
  #header .nav .in .menu .main ul li.more,
  #header .nav .in .menu .other ul li.more {
    z-index: 4;
    color: #d4e9ca;
    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: #ffffff;
    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: #ffffff;
    top: 58px;
    z-index: 9;
    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 {
    padding: 10px 15px;
    border-top: 1px solid #d4e9ca;
  }
  #header .nav .in .menu .other ul li:first-child 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: #81aa6c;
  }
  .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 {
    color: #ffffff;
  }
  .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 {
    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 {
    padding: 17px 15px 32px 15px;
    margin: 13px 0 0 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;
  }
  #header .nav .in .menu .main ul li .submenu .item ul li 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 5px 0 0;
  }
  #header .nav .in .menu .main ul li.more {
    margin: 0;
  }
  #header .nav .in .menu .main ul li a {
    font-size: 15px;
  }
  #header .nav .in .menu .main ul li 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 #d0c4be;
  text-align: left;
  background: #f7f6e2;
}
.breadcrumbs .in {
  color: #1d1d1d;
  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: #1d1d1d;
}
.breadcrumbs .in a:hover {
  color: #619546;
}
@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: #f7f6e2;
}
#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-reverse;
}
#promo .in .slider ul li:before {
  display: none;
}
#promo .in .slider ul li .content {
  color: #623a25;
  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: #623a25;
  font-size: 30px;
}
#promo .in .slider ul li .content h1 strong,
#promo .in .slider ul li .content h2 strong {
  color: #623a25;
  display: block;
  font-size: 40px;
  font-weight: 700;
}
#promo .in .slider ul li .content .more .sg-arrow-link {
  color: #623a25;
}
#promo .in .slider ul li .content .more .sg-arrow-link i {
  top: 0;
}
#promo .in .slider .nav {
  position: absolute;
  width: auto;
  left: 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: #623a25;
  border-radius: 9px;
  margin: 5px;
  cursor: pointer;
  border: 0;
  padding: 0;
}
#promo .in .slider .pager li button:hover {
  border: 0;
}
#promo .in .slider .pager li button.is-active {
  background-color: #619546;
}
.no-touch #promo .in .slider .nav span:hover {
  background: rgba(29, 29, 29, 0.1);
  color: #85bf68;
}
@media only screen and (min-width: 480px) {
  #promo .in .slider ul li .content {
    padding: 15px 15px 60px 15px;
  }
  #promo .in .slider .nav {
    justify-content: flex-start;
  }
  #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 30px;
    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;
    left: calc((100% - 730px) / 2);
  }
}
@media only screen and (min-width: 1024px) {
  #promo .in .slider ul li .content {
    width: 970px;
    padding: 0 550px 0 40px;
    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;
    left: calc((100% - 970px) / 2);
  }
}
@media only screen and (min-width: 1200px) {
  #promo .in .slider ul li .content {
    width: 1140px;
    padding: 0 635px 0 40px;
    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;
    left: 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 40px;
    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-start;
    width: auto;
    left: 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: #816151;
}
#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 .sub-categories ul {
  padding: 10px 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#products-list .mobile-description .sub-categories ul li::before {
  display: none;
}
#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;
}
#products-list .in .right-side .sub-categories .list ul li {
  flex: 0 1 50%;
  box-sizing: border-box;
  padding: 15px 10px 0 0;
  text-align: center;
}
#products-list .in .right-side .sub-categories .list ul li:before {
  display: none;
}
#products-list .in .right-side .sub-categories .list ul li:nth-child(2n+0) {
  padding: 15px 0 0 10px;
}
#products-list .in .right-side .sub-categories .list ul li .image {
  transition: border-color 0.5s;
}
#products-list .in .right-side .sub-categories .list ul li .image a {
  box-sizing: border-box;
  display: block;
}
#products-list .in .right-side .sub-categories .list ul li .title {
  font-size: 13px;
  padding: 10px 0 0 0;
}
#products-list .in .right-side .sub-categories .list ul li .title a {
  font-weight: 600;
}
#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 #d0c4be;
  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 {
  display: none;
}
#products-list .in .left-side .sg-filter .hidden {
  display: none;
}
@media only screen and (min-width: 480px) {
  #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 {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  #products-list .in .right-side .sub-categories .list ul li {
    flex: 0 1 31%;
    padding: 20px 0 0 0;
    margin: 0 3.5% 0 0;
  }
  #products-list .in .right-side .sub-categories .list ul li:nth-child(2n+0) {
    padding: 20px 0 0 0;
  }
  #products-list .in .right-side .sub-categories .list ul li:nth-child(3n+0) {
    margin-right: 0;
  }
  #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-child(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 .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-child(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 .sub-categories .list ul li {
    margin: 0 2.66666% 0 0;
    flex: 0 1 23%;
  }
  #products-list .in .right-side .sub-categories .list ul li:nth-child(3n+0) {
    margin-right: 2.66666%;
  }
  #products-list .in .right-side .sub-categories .list ul li:nth-child(4n+0) {
    margin-right: 0;
  }
  #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-child(2n+0) {
    margin-right: 3.5%;
  }
  #products-list .in .right-side .best-sell .list ul li:nth-child(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-child(2n+0) {
    margin-right: 2%;
  }
  #products-list .in .right-side .products ul li:nth-child(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 #c0b0a8;
  -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 #d0c4be;
  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: #816151;
  position: relative;
}
.products ul li .sg-product-item .buy-block .count-form .math a:hover {
  background: #623a25;
  color: #ffffff;
  border-color: #623a25;
}
.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 #d0c4be;
  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-child(2n+0) {
    margin-right: 0;
  }
  .products ul li .sg-product-item {
    display: flex;
    flex-direction: column;
  }
  .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-child(2n+0) {
    margin-right: 2%;
  }
  .products ul li:nth-child(3n+0) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .products ul li {
    width: 23.5%;
  }
  .products ul li:nth-child(3n+0) {
    margin-right: 2%;
  }
  .products ul li:nth-child(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-child(4) {
    display: none;
  }
  #best-sell .products.limit-8 ul li:nth-child(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-child(3n+0) {
    margin-right: 2%;
  }
  #best-sell .products ul li:nth-child(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 {
  margin-left: 25px;
}
#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;
}
#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 #d0c4be;
  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: #816151;
  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: #816151;
  height: 100%;
  background: #efebe9;
}
#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: #816151;
}
#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 #d0c4be;
  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: #619546;
}
#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 #c0b0a8;
  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 #c0b0a8;
  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 #d0c4be;
  border-bottom: 2px solid #d0c4be;
  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 #d0c4be;
  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: #816151;
  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 #d0c4be;
  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: #623a25;
}
#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 #efebe9;
  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: #623a25;
}
#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: #623a25;
}
#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: #619546;
}
#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: #619546;
}
#product-detail .in .left-side .tools,
.product-detail-like .in .left-side .tools {
  margin: 0;
  background: #efebe9;
}
#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: #816151;
}
#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 #c0b0a8;
}
#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: #efebe9;
}
#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: #623a25;
}
#product-detail .in .left-side .product-variants ul li a:hover,
.product-detail-like .in .left-side .product-variants ul li a:hover {
  color: #623a25;
}
#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: #623a25;
  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: #816151;
}
#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: #816151;
  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: #623a25;
  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 #d0c4be;
  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: #816151;
  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 #619546;
}
#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: #816151;
  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: #efebe9;
}
#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: #816151;
  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: #619546;
}
#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 #d0c4be;
  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: #816151;
  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: #ffffff;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-family: 'Roboto', 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: #d52a2a;
}
#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: #758e30;
}
#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: #816151;
  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: #619546;
}
#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: #ffffff;
}
#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: #623a25;
  color: #ffffff;
}
#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: #619546;
}
#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: #619546;
}
.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: #619546;
}
.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: #619546;
  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: #619546;
}
.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: #816151;
}
.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: #619546;
}
@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 #d0c4be;
  }
  #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: #623a25;
  padding: 10px;
  font-weight: 400;
  font-family: 'Roboto', 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 #efebe9;
}
#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: #efebe9;
}
#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: #619546;
  color: #623a25;
}
#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: #efebe9;
  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: #efebe9;
    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 #d0c4be;
  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: #619546;
}
@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 #d0c4be;
  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 #d0c4be;
}
#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: #619546;
}
@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 #d0c4be;
  }
  #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: #efebe9;
    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 #d0c4be;
  margin: 10px 0;
  border-radius: 10px;
}
#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 #c0b0a8;
  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: #619546;
}
#basket .in .sg-cart .cart-bar .bar-space span {
  display: block;
  position: absolute;
  border: solid 1px #c0b0a8;
  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: #619546;
}
#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 50%;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
#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: #efebe9;
  width: 100%;
  margin: 25px auto;
  max-width: 900px;
  padding: 25px;
  font-size: 13px;
  border: 1px solid #d0c4be;
  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: #c0b0a8;
}
#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 25%;
  }
}
#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 #c0b0a8;
}
#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: #efebe9;
}
@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: #623a25;
}
#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: #619546;
}
@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: #85bf68 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: #ffffff;
}
#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: #623a25;
  background: #ffffff;
}
#newsletter .in ul li.email .sg-input::-webkit-input-placeholder {
  color: rgba(98, 58, 37, 0.9);
  font-style: normal;
  text-transform: uppercase;
}
#newsletter .in ul li.email .sg-input::-moz-placeholder {
  color: rgba(98, 58, 37, 0.9);
  font-style: normal;
  text-transform: uppercase;
}
#newsletter .in ul li.email .sg-input:-ms-input-placeholder {
  color: rgba(98, 58, 37, 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: #85bf68;
}
#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 #e7f2e1;
}
#footer .in .box h4 i {
  font-size: 12px;
  top: 2px;
  font-weight: normal;
  position: relative;
  transition: transform 0.2s, color 0.5s;
  color: #e7f2e1;
}
#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: #e7f2e1;
}
#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: #e7f2e1;
}
#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 #e7f2e1;
}
#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: #9dcc86;
  justify-content: center;
  align-items: center;
  color: #e7f2e1;
  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 #d0dfc8;
  background: #619547;
  font-size: 11px;
  padding: 5px 15px 15px 15px;
}
#footer .in.copyright p {
  padding: 10px 0 0 0;
  color: #ffffff;
  line-height: 130%;
}
#footer .in.copyright p a {
  color: #ffffff;
}
#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: #623a25;
}
@media only screen and (max-width: 768px) {
  #footer .in .box.text {
    justify-content: center;
    padding: 20px 0;
    border-top: 1px solid #e7f2e1;
  }
}
@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: #e7f2e1;
    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 #e7f2e1;
    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: #619547;
    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: #ffffff;
}
.parallax .in .title {
  color: #ffffff;
  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: #ffffff;
  font-size: 30px;
  line-height: normal;
}
.parallax .in .text {
  padding: 30px 0 0 0;
}
.parallax .in .text strong {
  color: #ffffff;
}
.parallax .in .more .sg-button {
  border: solid 1px #ffffff;
  background: none;
  color: #ffffff;
}
@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: #ffffff;
}
.parallax-lavy .in .title {
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
}
.parallax-lavy .in .name {
  padding: 2px 0 0 0;
  font-weight: 300;
  color: #ffffff;
  font-size: 30px;
  line-height: normal;
}
.parallax-lavy .in .text {
  padding: 10px 0 0 0;
}
.parallax-lavy .in .text strong {
  color: #ffffff;
}
.parallax-lavy .in .more .sg-button {
  border: solid 1px #ffffff;
  background: none;
  color: #ffffff;
}
@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(255, 255, 255, 0.15);
}
.banner .in .content .subtitle {
  color: #ffffff;
  line-height: 120%;
  font-size: 22px;
}
.banner .in .content .subtitle strong {
  display: flex;
  color: #ffffff;
  flex-wrap: wrap;
  justify-content: center;
}
.banner .in .content .subtitle strong span {
  position: relative;
  top: -20px;
  color: #619546;
  font-size: 60px;
}
.banner .in .content .more .sg-arrow-link {
  color: #ffffff;
}
.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: #623a25 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: #ffffff;
}
.banner-lavy .in .content .title span {
  font-size: 45px;
  display: block;
  font-weight: 700;
}
.banner-lavy .in .content .subtitle {
  color: #ffffff;
  line-height: 120%;
}
.banner-lavy .in .content .subtitle strong {
  color: #ffffff;
}
.banner-lavy .in .content .more .sg-arrow-link {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .banner-lavy {
    background: #623a25 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(255, 255, 255, 0.15);
}
.banner-alcap .in .content .subtitle {
  margin: 20px 0;
  color: #ffffff;
  line-height: 120%;
  font-size: 22px;
}
.banner-alcap .in .content .subtitle strong {
  color: #619546;
}
.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: #ffffff;
}
.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: #623a25 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: #ffffff;
}
.banner-excimg .in .main .content .subtitle {
  color: #ffffff;
  line-height: 120%;
}
.banner-excimg .in .main .content .subtitle strong {
  color: #ffffff;
}
.banner-excimg .in .main .content .more .sg-arrow-link {
  color: #ffffff;
}
.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: #ffffff;
  border-top: 5px solid #619546;
  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-law-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 5px solid #619546;
  color: #623a25;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 500;
  padding: 20px;
}
.cookie-law-wrapper .page {
  display: flex;
  flex-direction: row;
  max-width: 1440px;
  margin: auto;
  align-items: stretch;
}
.cookie-law-wrapper .page .text {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.cookie-law-wrapper .page .text p {
  margin: 5px 0;
  padding: 0;
  text-align: left;
}
.cookie-law-wrapper .page .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .cookie-law-wrapper .page .buttons {
    flex-wrap: nowrap;
  }
}
.cookie-law-wrapper .page .buttons .sg-button {
  margin: 0 5px;
  min-height: auto;
  background-color: #efebe9;
  white-space: nowrap;
}
.cookie-law-wrapper .page .buttons .sg-button.black {
  background-color: #623a25;
}
@media only screen and (max-width: 970px) {
  .cookie-law-wrapper .page {
    flex-direction: column;
  }
  .cookie-law-wrapper .page .buttons {
    justify-content: flex-end;
  }
}
.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: #efebe9;
}
#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: 'Roboto';
  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: #623a25;
  color: #ffffff;
}
#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 .tokens .remove {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 10px;
  border: 1px solid #d0c4be;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#user .tokens .remove:before,
#user .tokens .remove:after {
  width: 10px;
  transition: background 0.5s;
  height: 2px;
  content: '';
  position: absolute;
  display: block;
  background: #623a25;
  transform: rotate(-45deg);
}
#user .tokens .remove:after {
  transform: rotate(45deg);
}
#user .tokens .sg-table .token-row {
  align-items: center;
}
#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: #623a25;
  height: 40px;
}
#testimonials .in .nav span i {
  display: flex;
}
#testimonials .in .nav span:hover {
  background: #efebe9;
}
#testimonials .in .nav span.prev {
  border-right: solid 2px #efebe9;
}
#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: #efebe9;
  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: #efebe9;
}
.site-info-message .in {
  display: flex;
  flex-direction: row;
  color: #623a25;
  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: #619546;
  color: #ffffff;
}
@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: #619546;
  text-decoration: underline;
}
@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: 'Roboto';
  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 ul {
    gap: 10px 5%;
  }
  #cart-updated .in .content .related-box ul li {
    flex: 0 1 30%;
  }
  #cart-updated .in .content .related-box ul li:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #cart-updated .in .content .product-box .image {
    display: none;
  }
  #cart-updated .in .content .related-box ul {
    gap: 10px 10%;
  }
  #cart-updated .in .content .related-box ul li {
    flex: 0 1 45%;
  }
  #cart-updated .in .content .related-box ul li:nth-child(3) {
    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: #619546;
  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;
}
#shop .shop-info .title {
  font-size: 16px;
  line-height: 32px;
}
#shop .shop-info .contacts {
  display: flex;
  flex-direction: column;
  flex: 0 0 48%;
}
#shop .shop-info .contacts .table {
  display: flex;
  flex-direction: column;
}
#shop .shop-info .contacts .table .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 25px;
}
#shop .shop-info .contacts .table .row strong {
  display: flex;
  flex: 0 0 30%;
}
#shop .shop-info .contacts .table .row span {
  display: flex;
  flex: 0 0 65%;
  white-space: nowrap;
}
#shop .shop-info .open-hours {
  display: flex;
  flex-direction: column;
  flex: 0 0 48%;
}
#shop .shop-info .open-hours table th,
#shop .shop-info .open-hours table td {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  padding: 0 10px 0 0;
  white-space: nowrap;
}
#shop .shop-info .gallery {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
}
#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;
}
@media only screen and (max-width: 768px) {
  #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%;
  }
}
#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 #d0c4be;
}
#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: #619546;
  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;
  }
}
#header .nav .in .menu .main ul li .submenu .item.swap-back,
#header .nav .in .menu .main ul li .submenu .item.swap-all {
  display: none;
}
#header .nav .in .menu .main .mobile-swapping.swap li > a {
  display: none;
}
#header .nav .in .menu .main .mobile-swapping.swap li .submenu {
  display: none;
}
#header .nav .in .menu .main .mobile-swapping.swap li .submenu.open {
  display: flex;
  flex-direction: column;
}
#header .nav .in .menu .main .mobile-swapping.swap li .submenu.open .item.swap-back {
  display: flex;
  flex: 0 0 100%;
}
#header .nav .in .menu .main .mobile-swapping.swap li .submenu.open .item.swap-back h2 {
  color: #623a25;
  font-size: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 0 1 100%;
}
#header .nav .in .menu .main .mobile-swapping.swap li .submenu.open .item.swap-back h2 a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: 'Roboto';
  font-size: 60%;
  text-transform: none;
  color: #623a25;
}
#header .nav .in .menu .main .mobile-swapping.swap li .submenu.open .item.swap-back h2 a i {
  color: #623a25;
  margin-right: 20px;
}
#header .nav .in .menu .main .mobile-swapping.swap li .submenu.open .item.swap-all {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex: 0 0 100%;
}
#header .nav .in .menu .main .mobile-swapping.swap li .submenu.open .item.swap-all h2 {
  color: #623a25;
  font-size: 22px;
}
@media only screen and (min-width: 768px) {
  #header .nav .in .menu .main .mobile-swapping.swap li > a {
    display: flex;
  }
  #header .nav .in .menu .main .mobile-swapping.swap li .submenu {
    display: none;
  }
  #header .nav .in .menu .main .mobile-swapping.swap li .submenu.open {
    display: none;
  }
  #header .nav .in .menu .main .mobile-swapping.swap li .submenu.open .item.swap-back,
  #header .nav .in .menu .main .mobile-swapping.swap li .submenu.open .item.swap-all {
    display: none;
  }
  #header .nav .in .menu .main .mobile-swapping.swap li.open .submenu {
    display: flex;
    flex-direction: row;
  }
}
/* Less file is created by decorator DO NOT CHANGE */
#product-detail .additional .availability {
  display: none !important;
}
#products-list .sg-filter .holder .content .group.availability {
  display: none !important;
}
.sg-arrow-link:hover,
.sg-button.icon.right-arrow:hover,
.sg-button.black:hover {
  flex-direction: initial !important;
}
.sg-arrow-link:hover i,
.sg-button.icon.right-arrow:hover i,
.sg-button.black:hover i {
  padding: 0 0 0 10px !important;
}
.sg-arrow-link:hover:after,
.sg-button.icon.right-arrow:hover:after,
.sg-button.black:hover:after {
  margin: 0 0 0 15px !important;
}
#product-detail .in .right-side .gallery ul li.main a img {
  max-height: 800px;
}
/* LESS file for project style customization (style differences from basic template), in E-shop HAS TO STAY EMPTY !!! */
h1,
h2,
h3,
h4 {
  font-family: 'Active';
  text-transform: uppercase;
}
#header .nav .in .menu .main ul li a {
  font-family: 'Active';
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  #header .nav .in .logo a img {
    max-height: 130px;
    margin: -25px 0;
  }
}
@media only screen and (min-width: 768px) {
  #header .nav .in .menu .main ul li .submenu .item {
    width: 33%;
  }
}
#parallax-a {
  z-index: 100;
}
#parallax-a .top-edge,
#parallax-a .bottom-edge {
  margin: -2px;
  position: relative;
}
#parallax-a .top-edge img,
#parallax-a .bottom-edge img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
}
#parallax-a .top-edge {
  top: -2px;
}
#parallax-a .top-edge img {
  top: 0;
}
#parallax-a .bottom-edge {
  bottom: -2px;
}
#parallax-a .bottom-edge img {
  bottom: 0;
}
#parallax-a .leaf {
  position: absolute;
  bottom: -120px;
  left: 3%;
  width: 23%;
}
#parallax-a .leaf img {
  width: 100%;
  height: auto;
}
#detail-related .in {
  background-image: url('/tmpl/boston/img/natural-leaf.png'), url('/tmpl/boston/img/banner-bg.svg');
  background-position: center top, center 45px;
  background-repeat: no-repeat;
  background-size: auto 130px, 100% auto;
  padding-top: 150px;
}
#blog {
  margin-top: -75px;
}
#blog .sg-blog-item {
  display: flex;
  border-radius: 20px;
  flex-direction: column;
  overflow: hidden;
}
#blog .sg-blog-item .content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
#blog .sg-blog-item .content h3,
#blog .sg-blog-item .content p {
  display: flex;
  justify-content: center;
}
#blog .sg-blog-item .content h3:nth-child(3),
#blog .sg-blog-item .content p:nth-child(3) {
  flex-grow: 1;
}
#articles-slider {
  display: none;
  margin-top: -75px;
}
#articles-slider .in {
  margin: 10px auto;
  background-color: #edecd2;
  border-radius: 25px;
  padding: 65px 20px 20px;
}
#articles-slider .in .slider ul {
  padding: 0;
}
#articles-slider .in .slider ul li {
  display: flex;
  flex-direction: row;
  padding: 0;
  width: 100%;
}
#articles-slider .in .slider ul li::before {
  content: none;
}
#articles-slider .in .slider ul li .sg-blog-item {
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#articles-slider .in .slider ul li .sg-blog-item .image img {
  width: 100%;
  max-height: none;
}
#articles-slider .in .slider ul li .sg-blog-item .content .more a {
  display: inline-flex;
  min-height: 46px;
  line-height: normal;
  border: 0;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  background-color: #623a25;
  color: #ffffff;
  text-transform: uppercase;
  align-items: center;
  padding: 11px 22px 10px 22px;
  box-sizing: border-box;
  font-weight: 600;
  text-decoration: none !important;
}
#articles-slider .in .slider ul li .sg-blog-item .content .more a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 6px solid #ffffff;
  margin: 0 0 0 15px;
  position: relative;
  top: -1px;
}
#articles-slider .in .slider ul li .sg-blog-item .content .more a:hover::after {
  margin: 0 15px 0 0;
}
#articles-slider .in .slider .selectors {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: -50px;
  right: 0;
  border-radius: 26px;
  background: #623a25;
  color: #ffffff;
}
#articles-slider .in .slider .selectors span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#articles-slider .in .slider .selectors span::before {
  content: '';
  width: 7px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
#articles-slider .in .slider .selectors span.prev {
  border-right: solid 2px #ffffff;
}
#articles-slider .in .slider .selectors span.prev::before {
  margin-left: 8px;
  transform: rotate(135deg);
}
#articles-slider .in .slider .selectors span.next::before {
  margin-right: 8px;
  transform: rotate(-45deg);
}
#articles-slider .in .slider .pager {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 15px 0;
}
#articles-slider .in .slider .pager li {
  width: auto;
}
#articles-slider .in .slider .pager li button {
  display: flex;
  width: 18px;
  height: 18px;
  background-color: #623a25;
  border-radius: 9px;
  margin: 5px;
  cursor: pointer;
}
#articles-slider .in .slider .pager li button.is-active {
  background-color: #619546;
}
#articles-slider .in .button {
  display: flex;
  justify-content: center;
}
#benefits {
  background-color: #f7f6e2;
  padding-bottom: 75px;
}
#benefits .in .slider ul li {
  display: flex;
  flex-direction: row;
}
#benefits .in .slider ul li.reverse {
  flex-direction: row-reverse;
}
#benefits .in .slider ul li::before {
  content: none;
}
#benefits .in .slider ul li .image {
  display: flex;
  flex: 0 1 50%;
  align-items: center;
}
#benefits .in .slider ul li .content {
  display: flex;
  flex: 0 1 60%;
  max-width: 525px;
  margin: 40px auto;
  flex-direction: column;
  padding: 0 30px;
}
#benefits .in .slider ul li .content h1 {
  font-size: 60px;
}
#benefits .in .slider ul li .content .bullets {
  font-family: 'Active';
  font-size: 25px;
}
#benefits .in .slider ul li .content .bullets li::before {
  content: '>';
  font-family: 'Active';
  color: #623a25;
  font-size: 25px;
}
#benefits .in .slider ul li .content .desc {
  padding: 0;
  margin: 25px 0;
}
#benefits .in .slider ul li .content .more {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 10px 0 0 0;
}
#benefits .in .slider ul li .content .more a {
  display: inline-flex;
  min-height: 46px;
  line-height: normal;
  border: 0;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  background-color: #623a25;
  color: #ffffff;
  text-transform: uppercase;
  align-items: center;
  padding: 11px 22px 10px 22px;
  box-sizing: border-box;
  font-weight: 600;
  text-decoration: none !important;
}
#benefits .in .slider ul li .content .more a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 6px solid #ffffff;
  margin: 0 0 0 15px;
  position: relative;
  top: -1px;
}
#benefits .in .slider ul li .content .more a:hover::after {
  margin: 0 15px 0 0;
}
#benefits .in .slider .selectors {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 5px;
  right: 5%;
  border-radius: 26px;
  background: #623a25;
  color: #ffffff;
}
#benefits .in .slider .selectors span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#benefits .in .slider .selectors span::before {
  content: '';
  width: 7px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
#benefits .in .slider .selectors span.prev {
  border-right: solid 2px #ffffff;
}
#benefits .in .slider .selectors span.prev::before {
  margin-left: 8px;
  transform: rotate(135deg);
}
#benefits .in .slider .selectors span.next::before {
  margin-right: 8px;
  transform: rotate(-45deg);
}
#benefits .in .slider .pager {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#benefits .in .slider .pager li {
  padding: 0;
}
#benefits .in .slider .pager li button {
  display: flex;
  width: 18px;
  height: 18px;
  background-color: #623a25;
  border-radius: 9px;
  margin: 5px;
  cursor: pointer;
}
#benefits .in .slider .pager li button.is-active {
  background-color: #619546;
}
.nav.slider-buttons,
.selectors.slider-buttons {
  height: 40px;
}
.nav.slider-buttons a,
.selectors.slider-buttons a {
  width: 40px;
  height: 40px;
}
#crazy-menu .submenu h2 {
  line-height: 40px;
}
#crazy-menu .submenu h2 img {
  height: 40px;
  width: auto;
  margin-right: 10px;
}
#footer {
  background-image: url('/tmpl/boston/img/footer-white.webp');
  background-size: 45% auto;
  background-position: 90% 0;
  background-repeat: no-repeat;
  padding-top: 30px;
  margin-top: 100px;
}
#footer:before {
  content: '';
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: url('/tmpl/boston/img/footer-green.webp');
  background-size: 45% auto;
  background-position: 10% 100%;
  background-repeat: no-repeat;
}
#testimonials .in .title h3 {
  padding-top: 60px;
}
#testimonials .in .title .nav.slider-buttons {
  position: absolute;
  top: 0;
  right: 10px;
  background-color: #623a25;
}
#testimonials .in .review-info {
  padding: 0 15px;
}
#testimonials .in .slider {
  margin-right: 0;
  margin-left: 0;
}
#testimonials .in .slider ul {
  padding: 0;
  display: flex;
  align-items: stretch;
}
#testimonials .in .slider ul li {
  width: 25%;
}
#testimonials .in .slider ul li .content .name {
  display: flex;
  flex-direction: row;
  align-content: stretch;
}
#testimonials .in .slider ul li .content .name .image {
  min-height: 60px;
  display: flex;
  flex: 0 0 70px;
  padding-right: 10px;
  flex-direction: column;
  justify-content: center;
}
#testimonials .in .slider ul li .content .name .image img {
  border-radius: 50%;
}
#testimonials .in .slider ul li .content .name .info {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  justify-content: end;
}
#testimonials .in .slider ul li .content .name .info strong {
  font-family: 'Active';
  font-size: 25px;
  line-height: 31px;
}
#testimonials .in .slider ul li .content .name .info span {
  font-size: 14px;
  line-height: 20px;
}
#testimonials .in .slider .pager {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#testimonials .in .slider .pager li {
  width: auto;
}
#testimonials .in .slider .pager li button {
  display: flex;
  width: 18px;
  height: 18px;
  background-color: #623a25;
  border-radius: 9px;
  margin: 5px;
  cursor: pointer;
}
#testimonials .in .slider .pager li button.is-active {
  background-color: #619546;
}
#testimonials .in .selectors {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: -75px;
  right: 10px;
  border-radius: 26px;
  background: #623a25;
  color: #ffffff;
}
#testimonials .in .selectors span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#testimonials .in .selectors span::before {
  content: '';
  width: 7px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
#testimonials .in .selectors span.prev {
  border-right: solid 2px #ffffff;
}
#testimonials .in .selectors span.prev::before {
  margin-left: 8px;
  transform: rotate(135deg);
}
#testimonials .in .selectors span.next::before {
  margin-right: 8px;
  transform: rotate(-45deg);
}
#promo .in {
  max-width: 1920px;
  margin: 0 auto;
}
#promo .in .slider ul li .content .title strong {
  margin-top: 10px;
  font-size: 65px;
  line-height: 100%;
}
#promo .in .slider ul li .content .more a {
  display: inline-flex;
  min-height: 51px;
  line-height: normal;
  border: 0;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  background-color: #623a25;
  color: #ffffff;
  text-transform: uppercase;
  align-items: center;
  padding: 11px 22px 10px 22px;
  box-sizing: border-box;
  font-weight: 600;
  text-decoration: none !important;
}
#promo .in .slider ul li .content .more a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 6px solid #ffffff;
  margin: 0 0 0 15px;
  position: relative;
  top: -1px;
}
#promo .in .slider ul li .content .more a:hover::after {
  margin: 0 15px 0 0;
}
#promo .in .slider ul li .image video {
  width: 100%;
}
#promo .in .slider ul li .image img.desktop,
#promo .in .slider ul li .image video.desktop {
  display: block;
}
#promo .in .slider ul li .image img.mobile,
#promo .in .slider ul li .image video.mobile {
  display: none;
}
#promo .in .slider .nav {
  border-radius: 26px;
  padding: 0;
  width: auto !important;
  background: #619546;
  color: #ffffff;
  margin: 0 10px 10px 0;
}
#promo .in .slider .nav.slider-buttons {
  background-color: #623a25;
}
#promo .in .slider .nav span {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  cursor: pointer;
}
#promo .in .slider .nav span:hover {
  background: none !important;
}
#promo .in .slider .nav span .flaticon-left-chevron,
#promo .in .slider .nav span .flaticon-right-chevron {
  display: none;
}
#promo .in .slider .nav span::before {
  content: '';
  width: 7px;
  height: 7px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
#promo .in .slider .nav span.prev {
  border-right: solid 2px #ffffff;
}
#promo .in .slider .nav span.prev::before {
  margin-left: 8px;
  transform: rotate(135deg);
}
#promo .in .slider .nav span.next::before {
  margin-right: 8px;
  transform: rotate(-45deg);
}
#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: #623a25;
  border-radius: 9px;
  margin: 5px;
  cursor: pointer;
}
#promo .in .slider .pager li button.is-active {
  background-color: #619546;
}
@media only screen and (max-width: 1200px) {
  #promo .in .slider ul li .content .title strong {
    font-size: 55px;
  }
  #parallax-a .leaf {
    bottom: -90px;
  }
  #detail-related .in {
    background-position: center top, center 35px;
    background-size: auto 100px, 100% auto;
    padding-top: 110px;
  }
  #testimonials .in .slider ul li {
    width: 33%;
  }
}
@media only screen and (max-width: 1024px) {
  #promo .in .slider ul li .content .title strong {
    font-size: 40px;
  }
  #parallax-a .leaf {
    bottom: -60px;
  }
  #benefits .slider ul li .content h1 {
    font-size: 40px;
  }
  #benefits .slider ul li .content .bullets {
    font-size: 20px;
  }
  #benefits .slider ul li .content .bullets li::before {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #detail-related .in {
    background-position: center top, center 25px;
    background-size: auto 70px, 721px 103px;
    padding-top: 75px;
  }
  #footer {
    background-image: none;
  }
  #footer:before {
    content: '';
    display: none;
  }
  #testimonials .in .slider ul li {
    width: 33%;
  }
}
.sg-product-item {
  width: 100%;
  padding: 10px;
  border: solid thin transparent;
  border-radius: 20px;
}
.sg-product-item .labels {
  top: 10px;
  right: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 0 10px 10px;
}
.sg-product-item .image {
  padding: 0;
}
.sg-product-item .image a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.sg-product-item:hover {
  border-color: #d0c4be;
}
.sg-product-item:hover .image a {
  background-size: auto 120%;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 768px) {
  #blog {
    display: none;
  }
  #articles-slider {
    display: block;
  }
  #benefits .slider ul li .content .desc {
    display: none;
  }
  #benefits .slider ul li .content .more {
    margin-top: 25px;
  }
  #testimonials .in .slider ul li {
    width: 50%;
  }
  #crazy-menu .submenu h2 {
    padding: 0;
  }
  #products-list .sub-categories .list ul li img {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #promo .in .slider .pager {
    position: relative;
  }
  #promo .in .slider ul li .image img.desktop,
  #promo .in .slider ul li .image video.desktop {
    display: none;
  }
  #promo .in .slider ul li .image img.mobile,
  #promo .in .slider ul li .image video.mobile {
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  #parallax-a .leaf {
    bottom: -40px;
  }
  #benefits {
    background-color: #f7f6e2;
  }
  #benefits .in .slider ul li {
    flex-direction: column;
  }
  #benefits .in .slider ul li.reverse {
    flex-direction: column;
  }
  #benefits .in .slider ul li .image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 65px;
  }
  #benefits .in .slider ul li .image a {
    display: flex;
  }
  #benefits .in .slider ul li .image a img {
    max-height: 300px;
    width: auto;
  }
  #benefits .in .slider ul li .content {
    flex: 1 0 100%;
    margin: 0 0 30px 0;
  }
  #testimonials .in .slider ul li {
    width: 100%;
  }
  #testimonials .in .slider ul li .content .name .image {
    display: none;
  }
  #testimonials .in .splide .selectors {
    top: -135px;
  }
}
#promo .in .slider .nav {
  right: 0;
  left: auto;
}
@media only screen and (min-width: 768px) {
  #promo .in .slider .nav {
    right: calc((100% - 730px) / 2);
    left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #promo .in .slider .nav {
    right: calc((100% - 970px) / 2);
    left: auto;
  }
}
@media only screen and (min-width: 1200px) {
  #promo .in .slider .nav {
    right: calc((100% - 1140px) / 2);
    left: auto;
  }
}
@media only screen and (min-width: 1600px) {
  #promo .in .slider .nav {
    right: calc((100% - 1440px) / 2);
    left: auto;
  }
}
#products-list,
#accessories-tab,
#product-detail .products,
#cross-sell,
#best-sell {
  align-items: stretch;
}
#products-list ul,
#accessories-tab ul,
#product-detail .products ul,
#cross-sell ul,
#best-sell ul {
  align-items: stretch;
}
#products-list ul li,
#accessories-tab ul li,
#product-detail .products ul li,
#cross-sell ul li,
#best-sell ul li {
  display: flex;
}
#products-list .sg-product-item,
#accessories-tab .sg-product-item,
#product-detail .products .sg-product-item,
#cross-sell .sg-product-item,
#best-sell .sg-product-item {
  display: flex;
  flex-direction: column;
}
#products-list .sg-product-item .box-image,
#accessories-tab .sg-product-item .box-image,
#product-detail .products .sg-product-item .box-image,
#cross-sell .sg-product-item .box-image,
#best-sell .sg-product-item .box-image {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#products-list .sg-product-item .box-image .image,
#accessories-tab .sg-product-item .box-image .image,
#product-detail .products .sg-product-item .box-image .image,
#cross-sell .sg-product-item .box-image .image,
#best-sell .sg-product-item .box-image .image {
  height: 100%;
  width: auto;
}
#products-list .sg-product-item .title,
#accessories-tab .sg-product-item .title,
#product-detail .products .sg-product-item .title,
#cross-sell .sg-product-item .title,
#best-sell .sg-product-item .title {
  font-size: 20px;
  padding: 20px 0 0 0;
  flex-grow: 100;
}
#products-list .sg-product-item .buy-block,
#accessories-tab .sg-product-item .buy-block,
#product-detail .products .sg-product-item .buy-block,
#cross-sell .sg-product-item .buy-block,
#best-sell .sg-product-item .buy-block {
  flex-direction: column;
  align-items: center;
}
#products-list .sg-product-item .buy-block .count-form,
#accessories-tab .sg-product-item .buy-block .count-form,
#product-detail .products .sg-product-item .buy-block .count-form,
#cross-sell .sg-product-item .buy-block .count-form,
#best-sell .sg-product-item .buy-block .count-form {
  padding-bottom: 10px;
}
#products-list .sg-product-item .more.with-variants,
#accessories-tab .sg-product-item .more.with-variants,
#product-detail .products .sg-product-item .more.with-variants,
#cross-sell .sg-product-item .more.with-variants,
#best-sell .sg-product-item .more.with-variants {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
#products-list .sg-product-item .more.with-variants .variants-form form,
#accessories-tab .sg-product-item .more.with-variants .variants-form form,
#product-detail .products .sg-product-item .more.with-variants .variants-form form,
#cross-sell .sg-product-item .more.with-variants .variants-form form,
#best-sell .sg-product-item .more.with-variants .variants-form form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 1 100%;
  gap: 3px;
}
#products-list .sg-product-item .more.with-variants .variants-form form h3,
#accessories-tab .sg-product-item .more.with-variants .variants-form form h3,
#product-detail .products .sg-product-item .more.with-variants .variants-form form h3,
#cross-sell .sg-product-item .more.with-variants .variants-form form h3,
#best-sell .sg-product-item .more.with-variants .variants-form form h3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  border-radius: 23px;
  border: solid 2px #623a25;
  background-color: transparent;
  color: #623a25;
  padding: 0;
  font-family: 'Active';
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  text-transform: none;
  white-space: nowrap;
  width: 50px;
  box-sizing: border-box;
}
#products-list .sg-product-item .more.with-variants .variants-form form h3:hover,
#accessories-tab .sg-product-item .more.with-variants .variants-form form h3:hover,
#product-detail .products .sg-product-item .more.with-variants .variants-form form h3:hover,
#cross-sell .sg-product-item .more.with-variants .variants-form form h3:hover,
#best-sell .sg-product-item .more.with-variants .variants-form form h3:hover,
#products-list .sg-product-item .more.with-variants .variants-form form h3.active,
#accessories-tab .sg-product-item .more.with-variants .variants-form form h3.active,
#product-detail .products .sg-product-item .more.with-variants .variants-form form h3.active,
#cross-sell .sg-product-item .more.with-variants .variants-form form h3.active,
#best-sell .sg-product-item .more.with-variants .variants-form form h3.active {
  background-color: #623a25;
  color: #ffffff;
}
#products-list .sg-product-item .more.with-variants .btn-detail,
#accessories-tab .sg-product-item .more.with-variants .btn-detail,
#product-detail .products .sg-product-item .more.with-variants .btn-detail,
#cross-sell .sg-product-item .more.with-variants .btn-detail,
#best-sell .sg-product-item .more.with-variants .btn-detail {
  display: flex;
}
#products-list .sg-product-item .more.with-variants .btn-cart,
#accessories-tab .sg-product-item .more.with-variants .btn-cart,
#product-detail .products .sg-product-item .more.with-variants .btn-cart,
#cross-sell .sg-product-item .more.with-variants .btn-cart,
#best-sell .sg-product-item .more.with-variants .btn-cart {
  display: none;
}
#products-list .sg-product-item .more.with-variants.has-selected .btn-detail,
#accessories-tab .sg-product-item .more.with-variants.has-selected .btn-detail,
#product-detail .products .sg-product-item .more.with-variants.has-selected .btn-detail,
#cross-sell .sg-product-item .more.with-variants.has-selected .btn-detail,
#best-sell .sg-product-item .more.with-variants.has-selected .btn-detail {
  display: none;
}
#products-list .sg-product-item .more.with-variants.has-selected .btn-cart,
#accessories-tab .sg-product-item .more.with-variants.has-selected .btn-cart,
#product-detail .products .sg-product-item .more.with-variants.has-selected .btn-cart,
#cross-sell .sg-product-item .more.with-variants.has-selected .btn-cart,
#best-sell .sg-product-item .more.with-variants.has-selected .btn-cart {
  display: flex;
}
#products-list .sg-product-item .product-btns .count-form .math,
#accessories-tab .sg-product-item .product-btns .count-form .math,
#product-detail .products .sg-product-item .product-btns .count-form .math,
#cross-sell .sg-product-item .product-btns .count-form .math,
#best-sell .sg-product-item .product-btns .count-form .math {
  display: flex;
  justify-content: center;
  font-size: 32px;
  line-height: 32px;
  width: 40px;
  height: 40px;
  border: solid thin #623a25;
  background-color: #623a25;
}
#products-list .sg-product-item .product-btns .count-form .math:before,
#accessories-tab .sg-product-item .product-btns .count-form .math:before,
#product-detail .products .sg-product-item .product-btns .count-form .math:before,
#cross-sell .sg-product-item .product-btns .count-form .math:before,
#best-sell .sg-product-item .product-btns .count-form .math:before,
#products-list .sg-product-item .product-btns .count-form .math:after,
#accessories-tab .sg-product-item .product-btns .count-form .math:after,
#product-detail .products .sg-product-item .product-btns .count-form .math:after,
#cross-sell .sg-product-item .product-btns .count-form .math:after,
#best-sell .sg-product-item .product-btns .count-form .math:after {
  background-color: #ffffff;
}
#products-list .sg-product-item .product-btns .count-form .math a,
#accessories-tab .sg-product-item .product-btns .count-form .math a,
#product-detail .products .sg-product-item .product-btns .count-form .math a,
#cross-sell .sg-product-item .product-btns .count-form .math a,
#best-sell .sg-product-item .product-btns .count-form .math a {
  color: #ffffff;
}
#products-list .sg-product-item .product-btns .count-form .math a:hover,
#accessories-tab .sg-product-item .product-btns .count-form .math a:hover,
#product-detail .products .sg-product-item .product-btns .count-form .math a:hover,
#cross-sell .sg-product-item .product-btns .count-form .math a:hover,
#best-sell .sg-product-item .product-btns .count-form .math a:hover {
  color: #ffffff;
  background: transparent;
}
#products-list .sg-product-item .product-btns .count-form .math.minus,
#accessories-tab .sg-product-item .product-btns .count-form .math.minus,
#product-detail .products .sg-product-item .product-btns .count-form .math.minus,
#cross-sell .sg-product-item .product-btns .count-form .math.minus,
#best-sell .sg-product-item .product-btns .count-form .math.minus {
  border-left: solid thin #623a25;
  border-radius: 50%;
}
#products-list .sg-product-item .product-btns .count-form .math.plus,
#accessories-tab .sg-product-item .product-btns .count-form .math.plus,
#product-detail .products .sg-product-item .product-btns .count-form .math.plus,
#cross-sell .sg-product-item .product-btns .count-form .math.plus,
#best-sell .sg-product-item .product-btns .count-form .math.plus {
  border-right: solid thin #623a25;
  border-radius: 50%;
}
#products-list .sg-product-item .product-btns .count-form .count input,
#accessories-tab .sg-product-item .product-btns .count-form .count input,
#product-detail .products .sg-product-item .product-btns .count-form .count input,
#cross-sell .sg-product-item .product-btns .count-form .count input,
#best-sell .sg-product-item .product-btns .count-form .count input {
  border: none;
  background-color: transparent;
  color: #623a25;
  text-align: center;
}
#products-list .sg-product-item .sg-rating,
#accessories-tab .sg-product-item .sg-rating,
#product-detail .products .sg-product-item .sg-rating,
#cross-sell .sg-product-item .sg-rating,
#best-sell .sg-product-item .sg-rating {
  display: none;
}
#products-list .sg-product-item .labels,
#accessories-tab .sg-product-item .labels,
#product-detail .products .sg-product-item .labels,
#cross-sell .sg-product-item .labels,
#best-sell .sg-product-item .labels {
  width: 100%;
}
#products-list .sg-product-item .labels ul,
#accessories-tab .sg-product-item .labels ul,
#product-detail .products .sg-product-item .labels ul,
#cross-sell .sg-product-item .labels ul,
#best-sell .sg-product-item .labels ul {
  align-items: flex-end;
}
#products-list .sg-product-item .labels ul li,
#accessories-tab .sg-product-item .labels ul li,
#product-detail .products .sg-product-item .labels ul li,
#cross-sell .sg-product-item .labels ul li,
#best-sell .sg-product-item .labels ul li {
  width: auto;
}
#products-list .sg-product-item .price,
#accessories-tab .sg-product-item .price,
#product-detail .products .sg-product-item .price,
#cross-sell .sg-product-item .price,
#best-sell .sg-product-item .price {
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
#products-list .sg-product-item .price .old,
#accessories-tab .sg-product-item .price .old,
#product-detail .products .sg-product-item .price .old,
#cross-sell .sg-product-item .price .old,
#best-sell .sg-product-item .price .old {
  text-decoration: line-through;
  font-size: 80%;
}
#products-list .sg-product-item .price strong,
#accessories-tab .sg-product-item .price strong,
#product-detail .products .sg-product-item .price strong,
#cross-sell .sg-product-item .price strong,
#best-sell .sg-product-item .price strong {
  display: inline;
}
#products-list .sg-product-item .sg-button.iconn,
#accessories-tab .sg-product-item .sg-button.iconn,
#product-detail .products .sg-product-item .sg-button.iconn,
#cross-sell .sg-product-item .sg-button.iconn,
#best-sell .sg-product-item .sg-button.iconn {
  width: 60px;
  height: 60px;
  min-height: auto;
  background: url("/tmpl/boston/img/kosik_button.svg") no-repeat center center #619547;
  padding: 0;
  background-size: 50%;
  border-radius: 50%;
}
#products-list .in.wide-list .left-side,
#accessories-tab .in.wide-list .left-side,
#product-detail .products .in.wide-list .left-side,
#cross-sell .in.wide-list .left-side,
#best-sell .in.wide-list .left-side {
  display: none;
}
#products-list .in.wide-list .right-side,
#accessories-tab .in.wide-list .right-side,
#product-detail .products .in.wide-list .right-side,
#cross-sell .in.wide-list .right-side,
#best-sell .in.wide-list .right-side {
  width: 100%;
}
#products-list .in.wide-list .right-side .sub-categories .list ul,
#accessories-tab .in.wide-list .right-side .sub-categories .list ul,
#product-detail .products .in.wide-list .right-side .sub-categories .list ul,
#cross-sell .in.wide-list .right-side .sub-categories .list ul,
#best-sell .in.wide-list .right-side .sub-categories .list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4%;
}
#products-list .in.wide-list .right-side .sub-categories .list ul li,
#accessories-tab .in.wide-list .right-side .sub-categories .list ul li,
#product-detail .products .in.wide-list .right-side .sub-categories .list ul li,
#cross-sell .in.wide-list .right-side .sub-categories .list ul li,
#best-sell .in.wide-list .right-side .sub-categories .list ul li {
  display: flex;
  flex-direction: column;
  flex: 0 0 48%;
  margin: 0;
}
#products-list .in.wide-list .right-side .best-sell ul li,
#accessories-tab .in.wide-list .right-side .best-sell ul li,
#product-detail .products .in.wide-list .right-side .best-sell ul li,
#cross-sell .in.wide-list .right-side .best-sell ul li,
#best-sell .in.wide-list .right-side .best-sell ul li {
  flex: 0 1 25%;
}
#products-list .in .right-side .sub-categories .list ul li .title {
  font-size: 20px;
}
#products-list .in .right-side .sub-categories .list ul li .image {
  flex: 0 1 60px;
}
#products-list .in .right-side .sub-categories .list ul li .image img {
  display: inline;
  width: 60px;
  height: auto;
}
@media only screen and (min-width: 480px) {
  #products-list .in.wide-list .right-side .sub-categories .list ul,
  #accessories-tab .in.wide-list .right-side .sub-categories .list ul,
  #product-detail .products .in.wide-list .right-side .sub-categories .list ul,
  #cross-sell .in.wide-list .right-side .sub-categories .list ul,
  #best-sell .in.wide-list .right-side .sub-categories .list ul {
    gap: 2%;
  }
  #products-list .in.wide-list .right-side .sub-categories .list ul li,
  #accessories-tab .in.wide-list .right-side .sub-categories .list ul li,
  #product-detail .products .in.wide-list .right-side .sub-categories .list ul li,
  #cross-sell .in.wide-list .right-side .sub-categories .list ul li,
  #best-sell .in.wide-list .right-side .sub-categories .list ul li {
    flex: 0 0 32%;
  }
}
@media only screen and (min-width: 768px) {
  #products-list .in.wide-list .right-side .best-sell .list ul,
  #accessories-tab .in.wide-list .right-side .best-sell .list ul,
  #product-detail .products .in.wide-list .right-side .best-sell .list ul,
  #cross-sell .in.wide-list .right-side .best-sell .list ul,
  #best-sell .in.wide-list .right-side .best-sell .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2%;
  }
  #products-list .in.wide-list .right-side .best-sell .list ul li,
  #accessories-tab .in.wide-list .right-side .best-sell .list ul li,
  #product-detail .products .in.wide-list .right-side .best-sell .list ul li,
  #cross-sell .in.wide-list .right-side .best-sell .list ul li,
  #best-sell .in.wide-list .right-side .best-sell .list ul li {
    flex: 0 0 48%;
    margin: 0;
    border-top: none;
  }
  #products-list .in.wide-list .right-side .sub-categories .list ul,
  #accessories-tab .in.wide-list .right-side .sub-categories .list ul,
  #product-detail .products .in.wide-list .right-side .sub-categories .list ul,
  #cross-sell .in.wide-list .right-side .sub-categories .list ul,
  #best-sell .in.wide-list .right-side .sub-categories .list ul {
    gap: 3%;
  }
  #products-list .in.wide-list .right-side .sub-categories .list ul li,
  #accessories-tab .in.wide-list .right-side .sub-categories .list ul li,
  #product-detail .products .in.wide-list .right-side .sub-categories .list ul li,
  #cross-sell .in.wide-list .right-side .sub-categories .list ul li,
  #best-sell .in.wide-list .right-side .sub-categories .list ul li {
    flex: 0 0 22%;
  }
  #products-list .sub-categories .list ul li .image {
    flex: 0 1 60px;
  }
  #products-list .sub-categories .list ul li .image img {
    display: block;
    height: 60px;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #products-list .in.wide-list .right-side .best-sell .list ul,
  #accessories-tab .in.wide-list .right-side .best-sell .list ul,
  #product-detail .products .in.wide-list .right-side .best-sell .list ul,
  #cross-sell .in.wide-list .right-side .best-sell .list ul,
  #best-sell .in.wide-list .right-side .best-sell .list ul {
    gap: 2%;
  }
  #products-list .in.wide-list .right-side .best-sell .list ul li,
  #accessories-tab .in.wide-list .right-side .best-sell .list ul li,
  #product-detail .products .in.wide-list .right-side .best-sell .list ul li,
  #cross-sell .in.wide-list .right-side .best-sell .list ul li,
  #best-sell .in.wide-list .right-side .best-sell .list ul li {
    flex: 0 0 32%;
    margin: 0;
  }
  #products-list .in.wide-list .right-side .best-sell .list ul li:nth-child(4),
  #accessories-tab .in.wide-list .right-side .best-sell .list ul li:nth-child(4),
  #product-detail .products .in.wide-list .right-side .best-sell .list ul li:nth-child(4),
  #cross-sell .in.wide-list .right-side .best-sell .list ul li:nth-child(4),
  #best-sell .in.wide-list .right-side .best-sell .list ul li:nth-child(4) {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #products-list .in.wide-list .right-side .best-sell .list ul,
  #accessories-tab .in.wide-list .right-side .best-sell .list ul,
  #product-detail .products .in.wide-list .right-side .best-sell .list ul,
  #cross-sell .in.wide-list .right-side .best-sell .list ul,
  #best-sell .in.wide-list .right-side .best-sell .list ul {
    gap: 4%;
  }
  #products-list .in.wide-list .right-side .best-sell .list ul li,
  #accessories-tab .in.wide-list .right-side .best-sell .list ul li,
  #product-detail .products .in.wide-list .right-side .best-sell .list ul li,
  #cross-sell .in.wide-list .right-side .best-sell .list ul li,
  #best-sell .in.wide-list .right-side .best-sell .list ul li {
    flex: 0 0 22%;
    margin: 0;
  }
  #products-list .in.wide-list .right-side .best-sell .list ul li:nth-child(4),
  #accessories-tab .in.wide-list .right-side .best-sell .list ul li:nth-child(4),
  #product-detail .products .in.wide-list .right-side .best-sell .list ul li:nth-child(4),
  #cross-sell .in.wide-list .right-side .best-sell .list ul li:nth-child(4),
  #best-sell .in.wide-list .right-side .best-sell .list ul li:nth-child(4) {
    display: flex;
  }
  #products-list .in.wide-list .right-side .sub-categories .list ul,
  #accessories-tab .in.wide-list .right-side .sub-categories .list ul,
  #product-detail .products .in.wide-list .right-side .sub-categories .list ul,
  #cross-sell .in.wide-list .right-side .sub-categories .list ul,
  #best-sell .in.wide-list .right-side .sub-categories .list ul {
    gap: 5%;
  }
  #products-list .in.wide-list .right-side .sub-categories .list ul li,
  #accessories-tab .in.wide-list .right-side .sub-categories .list ul li,
  #product-detail .products .in.wide-list .right-side .sub-categories .list ul li,
  #cross-sell .in.wide-list .right-side .sub-categories .list ul li,
  #best-sell .in.wide-list .right-side .sub-categories .list ul li {
    flex: 0 0 16%;
  }
  #products-list .in.wide-list .right-side .products ul,
  #accessories-tab .in.wide-list .right-side .products ul,
  #product-detail .products .in.wide-list .right-side .products ul,
  #cross-sell .in.wide-list .right-side .products ul,
  #best-sell .in.wide-list .right-side .products ul {
    gap: 4%;
  }
  #products-list .in.wide-list .right-side .products ul li,
  #accessories-tab .in.wide-list .right-side .products ul li,
  #product-detail .products .in.wide-list .right-side .products ul li,
  #cross-sell .in.wide-list .right-side .products ul li,
  #best-sell .in.wide-list .right-side .products ul li {
    flex: 0 0 22%;
    margin: 0;
  }
}
@media only screen and (min-width: 1600px) {
  #products-list .in.wide-list .right-side .sub-categories .list ul,
  #accessories-tab .in.wide-list .right-side .sub-categories .list ul,
  #product-detail .in.wide-list .right-side .sub-categories .list ul,
  #cross-sell .in.wide-list .right-side .sub-categories .list ul,
  #best-sell .in.wide-list .right-side .sub-categories .list ul {
    gap: 2%;
  }
  #products-list .in.wide-list .right-side .sub-categories .list ul li,
  #accessories-tab .in.wide-list .right-side .sub-categories .list ul li,
  #product-detail .in.wide-list .right-side .sub-categories .list ul li,
  #cross-sell .in.wide-list .right-side .sub-categories .list ul li,
  #best-sell .in.wide-list .right-side .sub-categories .list ul li {
    flex: 0 0 15%;
  }
  #products-list .products ul li .sg-product-item .box-image,
  #accessories-tab .products ul li .sg-product-item .box-image,
  #product-detail .products ul li .sg-product-item .box-image,
  #cross-sell .products ul li .sg-product-item .box-image,
  #best-sell .products ul li .sg-product-item .box-image {
    height: 240px;
  }
}
@media only screen and (max-width: 768px) {
  #products-list .products ul,
  #accessories-tab .products ul,
  #product-detail .products ul,
  #cross-sell .products ul,
  #best-sell .products ul {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  #products-list .products ul li,
  #accessories-tab .products ul li,
  #product-detail .products ul li,
  #cross-sell .products ul li,
  #best-sell .products ul li {
    width: 48%;
    margin: 0;
  }
  #products-list .products ul li .sg-product-item .box-image,
  #accessories-tab .products ul li .sg-product-item .box-image,
  #product-detail .products ul li .sg-product-item .box-image,
  #cross-sell .products ul li .sg-product-item .box-image,
  #best-sell .products ul li .sg-product-item .box-image {
    height: 40vw;
  }
  #products-list .sub-categories .list ul,
  #accessories-tab .sub-categories .list ul,
  #product-detail .sub-categories .list ul,
  #cross-sell .sub-categories .list ul,
  #best-sell .sub-categories .list ul {
    margin-left: -10px;
    width: calc(100vw - 20px);
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  #products-list .sub-categories .list ul li,
  #accessories-tab .sub-categories .list ul li,
  #product-detail .sub-categories .list ul li,
  #cross-sell .sub-categories .list ul li,
  #best-sell .sub-categories .list ul li {
    display: flex;
    flex: 0 0 calc(33% - 10px);
    flex-direction: column;
    padding: 0;
    align-items: center;
    min-height: 40px;
    width: auto;
  }
  #products-list .sub-categories .list ul li .title,
  #accessories-tab .sub-categories .list ul li .title,
  #product-detail .sub-categories .list ul li .title,
  #cross-sell .sub-categories .list ul li .title,
  #best-sell .sub-categories .list ul li .title {
    padding: 0;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
  }
  #products-list .sub-categories .list ul li .image,
  #accessories-tab .sub-categories .list ul li .image,
  #product-detail .sub-categories .list ul li .image,
  #cross-sell .sub-categories .list ul li .image,
  #best-sell .sub-categories .list ul li .image {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-grow: 1;
    height: 60px;
  }
  #products-list .sub-categories .list ul li .image img,
  #accessories-tab .sub-categories .list ul li .image img,
  #product-detail .sub-categories .list ul li .image img,
  #cross-sell .sub-categories .list ul li .image img,
  #best-sell .sub-categories .list ul li .image img {
    display: block;
    max-height: 60px;
    max-width: 60px;
  }
}
@media only screen and (max-width: 480px) {
  #products-list .products ul li .sg-product-item,
  #accessories-tab .products ul li .sg-product-item,
  #product-detail .products ul li .sg-product-item,
  #cross-sell .products ul li .sg-product-item,
  #best-sell .products ul li .sg-product-item {
    padding: 0;
  }
  #products-list .products ul li .sg-product-item .price,
  #accessories-tab .products ul li .sg-product-item .price,
  #product-detail .products ul li .sg-product-item .price,
  #cross-sell .products ul li .sg-product-item .price,
  #best-sell .products ul li .sg-product-item .price,
  #products-list .products ul li .sg-product-item .more,
  #accessories-tab .products ul li .sg-product-item .more,
  #product-detail .products ul li .sg-product-item .more,
  #cross-sell .products ul li .sg-product-item .more,
  #best-sell .products ul li .sg-product-item .more {
    padding-top: 10px;
  }
  #products-list .sub-categories .list ul li,
  #accessories-tab .sub-categories .list ul li,
  #product-detail .sub-categories .list ul li,
  #cross-sell .sub-categories .list ul li,
  #best-sell .sub-categories .list ul li {
    flex: 0 0 calc(50% - 10px);
  }
}
#product-detail {
  background-color: #f7f6e2;
}
#product-detail ul li {
  padding: 0 0 14px 0;
}
#product-detail ul li::before {
  color: #623a25;
  content: '>';
  font-family: 'Active';
  font-size: 22px;
  font-weight: bold;
}
#product-detail .sg-tabs-nav ul li:first-child span {
  border-top-left-radius: 18px;
}
#product-detail .sg-tabs-nav ul li:last-child span {
  border-top-right-radius: 18px;
}
#product-detail .in {
  padding-bottom: 0;
}
#product-detail .in .left-side .natural-form {
  background: #f7f6e2;
  border: solid 1px #623a25;
  border-radius: 23px;
  margin-top: 20px;
}
#product-detail .in .left-side .natural-form .pricing {
  border: none;
  margin: 0;
  padding: 20px;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product-detail .in .left-side .natural-form .pricing .submit {
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
}
#product-detail .in .left-side .natural-form .pricing .submit .sg-button {
  min-height: 60px;
  font-size: 20px;
}
#product-detail .in .left-side .natural-form .pricing .price {
  padding: 0 0 0 20px;
  justify-content: space-between;
  flex: 1 1 10%;
}
#product-detail .in .left-side .natural-form .pricing .price .price-box {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  min-height: 50px;
}
#product-detail .in .left-side .natural-form .pricing .price .price-box strong {
  display: flex;
  align-items: center;
}
#product-detail .in .left-side .natural-form .pricing .price .price-box .current,
#product-detail .in .left-side .natural-form .pricing .price .price-box .from,
#product-detail .in .left-side .natural-form .pricing .price .price-box .old {
  display: flex;
  font-family: 'Active';
  font-size: 20px;
  white-space: nowrap;
  justify-content: flex-end;
  color: #623a25;
}
#product-detail .in .left-side .natural-form .pricing .price .price-box .current,
#product-detail .in .left-side .natural-form .pricing .price .price-box .from {
  font-size: 42px;
}
#product-detail .in .left-side .natural-form .pricing .count-form {
  padding: 0;
}
#product-detail .in .left-side .natural-form .pricing .count-form .math {
  display: flex;
  justify-content: center;
  font-size: 42px;
  line-height: 42px;
  width: 50px;
  height: 50px;
  border: solid thin #623a25;
  background-color: #623a25;
}
#product-detail .in .left-side .natural-form .pricing .count-form .math a {
  color: #ffffff;
}
#product-detail .in .left-side .natural-form .pricing .count-form .math a:hover {
  color: #ffffff;
}
#product-detail .in .left-side .natural-form .pricing .count-form .math.minus {
  border-left: solid thin #623a25;
  border-radius: 50%;
}
#product-detail .in .left-side .natural-form .pricing .count-form .math.plus {
  border-right: solid thin #623a25;
  border-radius: 50%;
}
#product-detail .in .left-side .natural-form .pricing .count-form .count input {
  border: none;
  background-color: transparent;
  color: #623a25;
  text-align: center;
}
#product-detail .in .left-side .product-variants-natural .moto {
  font-size: 20px;
  text-align: center;
}
#product-detail .in .left-side .product-variants-natural ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  column-gap: 15px;
  padding: 20px 20px 0 20px;
}
#product-detail .in .left-side .product-variants-natural ul li {
  display: flex;
  flex-direction: column;
}
#product-detail .in .left-side .product-variants-natural ul li:before {
  display: none;
}
#product-detail .in .left-side .product-variants-natural ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 23px;
  border: solid 1px #623a25;
  background-color: transparent;
  color: #623a25;
  padding: 0 20px;
  font-family: 'Active';
  font-size: 24px;
  line-height: 24px;
}
#product-detail .in .left-side .product-variants-natural ul li a:hover {
  background-color: #623a25;
  color: #ffffff;
}
#product-detail .in .left-side .product-variants-natural ul li a .price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 12px;
  min-height: 20px;
  border-radius: 10px;
  padding: 0 10px;
  position: absolute;
  right: -5px;
  top: -10px;
  background-color: #619546;
  color: #ffffff;
}
#product-detail .in .left-side .product-variants-natural ul li.active a {
  background-color: #623a25;
  color: #ffffff;
}
#product-detail .in .left-side .tools {
  border-radius: 25px;
  background: transparent;
}
#product-detail .in .left-side .tools ul {
  display: flex;
  padding: 15px 0;
  justify-content: flex-start;
  column-gap: 10px;
}
#product-detail .in .left-side .tools ul li {
  padding: 0;
  margin: 0;
}
#product-detail .in .left-side .tools ul li:first-of-type {
  flex: 0 1 150px;
}
#product-detail .in .left-side .tools ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 40px;
  border-radius: 25px;
  border: solid 1px #623a25;
  line-height: 50px;
  font-size: 16px;
  color: #623a25;
  box-sizing: border-box;
}
#product-detail .in .left-side .tools ul li a:hover {
  color: #f7f6e2;
  background-color: #623a25;
}
#product-detail .in .left-side .tools ul li a:hover i.flaticon-share:before {
  color: #f7f6e2;
}
#product-detail .in .left-side .addons ul li.select select {
  line-height: 20px;
  border-radius: 20px;
}
#product-detail .in .left-side .addons ul li.select.count .delivery-box {
  display: none;
}
#product-detail .in .left-side .pricing .count-form .math:before,
#product-detail .in .left-side .pricing .count-form .math:after {
  background-color: #ffffff;
}
#product-detail .in .left-side .pricing .count-form .math.minus {
  border-radius: 18px 0 0 18px;
}
#product-detail .in .left-side .pricing .count-form .math.plus {
  border-radius: 0 18px 18px 0;
}
#product-detail .in .right-side .gallery ul li.main .labels {
  left: 0;
}
#product-detail .in .right-side .gallery ul li.main .labels ul li .sg-label {
  left: 0;
  right: auto;
}
#product-detail .in .right-side .gallery ul li a {
  border-radius: 18px;
  border: none;
}
#product-detail .in .right-side .gallery ul li a .img-box img {
  border-radius: 17px;
}
#product-detail .in .sg-tabs .sg-tabs-item-content {
  margin: 0 -25px;
  padding: 0 25px 10px 25px;
  background: #ffffff;
}
#product-detail .in .sg-tabs .sg-tabs-item-content ul li {
  padding-left: 15px;
}
#product-detail .in .sg-tabs .sg-tabs-item-content .obsah {
  clear: both;
  position: relative;
  left: 0;
  padding: 20px;
  margin: 50px calc((100% - 100vw) / 2);
}
#product-detail .in .sg-tabs .sg-tabs-item-content .obsah:first-of-type {
  margin-top: 0;
}
#product-detail .in .sg-tabs .sg-tabs-item-content .obsah.beige {
  position: relative;
  background: #f7f6e2;
  padding: 50px 25px;
}
#product-detail .in .sg-tabs .sg-tabs-item-content .obsah.beige:before {
  content: '';
  position: absolute;
  left: 0;
  top: -25px;
  width: 100%;
  height: 173px;
  background: url("/project/images/Separator_Top-min.png") top center no-repeat;
  background-size: 100% auto;
}
#product-detail .in .sg-tabs .sg-tabs-item-content .obsah.beige:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 100%;
  height: 173px;
  background: url("/project/images/Separator_Down-min.png") bottom center no-repeat;
  background-size: 100% auto;
}
#product-detail .in .rating .list .scale ul li .line {
  background-color: #aaaaaa;
}
#product-detail .in .rating .list .scale ul li .line i {
  background-color: #619547;
}
#product-detail .in .rating .form ul li.rating-form .form .stars-widget li.stars i.active,
#product-detail .in .rating .form ul li.rating-form .form .stars-widget li.stars i:hover {
  color: #619547;
}
#product-detail .in .rating .form ul li.rating-form .form .stars-widget a.plus:hover i,
#product-detail .in .rating .form ul li.rating-form .form .stars-widget a.minus:hover i {
  background-color: #619547;
}
#product-detail .breadcrumbs .in {
  padding: 20px 0 18px 0;
}
#product-detail #variant-selector {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
#product-detail #variant-selector .sg-button {
  display: flex;
}
#product-detail #variant-selector .product-variants-natural {
  display: none;
}
#product-detail #variant-selector .product-variants-natural ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
#product-detail #variant-selector .product-variants-natural ul li {
  display: flex;
  width: 100%;
}
#product-detail #variant-selector .product-variants-natural ul li .sg-button.black {
  background-color: #619547;
  border-color: #619547;
  color: #ffffff;
}
#product-detail #variant-selector .product-variants-natural ul li .sg-button.black .price {
  padding: 0 10px;
  font-weight: normal;
}
#product-detail #variant-selector.active .product-variants-natural {
  display: flex;
}
#product-detail #variant-selector.active .selector {
  height: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}
#product-detail .sg-rating i {
  color: #619547;
}
#product-detail .sg-rating i.deactive {
  color: #aaaaaa;
}
@media only screen and (min-width: 480px) {
  #product-detail .in .sg-tabs .sg-tabs-item-content .obsah.beige {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #product-detail .in .sg-tabs .sg-tabs-item-content .obsah.beige:before {
    top: -35px;
  }
  #product-detail .in .sg-tabs .sg-tabs-item-content .obsah.beige:after {
    bottom: -35px;
  }
  #product-detail .in .left-side .natural-form .pricing .submit .sg-button {
    min-height: 70px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  #product-detail .in .sg-tabs .sg-tabs-item-content .obsah {
    margin: 0 calc((730px - 100vw) / 2);
  }
  #product-detail .in .sg-tabs .sg-tabs-item-content .obsah.beige {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  #product-detail .in .sg-tabs .sg-tabs-item-content .obsah.beige:before {
    top: -55px;
  }
  #product-detail .in .sg-tabs .sg-tabs-item-content .obsah.beige:after {
    bottom: -55px;
  }
}
@media only screen and (min-width: 1024px) {
  #product-detail .in .sg-tabs .sg-tabs-item-content .obsah {
    margin: 0 calc((970px - 100vw) / 2);
  }
  #product-detail .in .sg-tabs .sg-tabs-item-content .obsah.beige {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  #product-detail .in .sg-tabs .sg-tabs-item-content .obsah.beige:before {
    top: -75px;
  }
  #product-detail .in .sg-tabs .sg-tabs-item-content .obsah.beige:after {
    bottom: -75px;
  }
}
@media only screen and (min-width: 1200px) {
  #product-detail .in .sg-tabs .sg-tabs-item-content .obsah {
    margin: 0 calc((1140px - 100vw) / 2);
    padding: 30px;
  }
  #product-detail .in .sg-tabs .sg-tabs-item-content .obsah.beige {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  #product-detail .in .left-side .pricing .submit .sg-button {
    min-height: 70px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  #product-detail .in .sg-tabs .sg-tabs-item-content .obsah,
  .product-detail-like .in .sg-tabs .sg-tabs-item-content .obsah {
    margin: 0 calc((1440px - 100vw + 50px) / 2);
  }
  #product-detail .in .sg-tabs .sg-tabs-item-content .obsah.beige:before,
  .product-detail-like .in .sg-tabs .sg-tabs-item-content .obsah.beige:before {
    top: -90px;
  }
  #product-detail .in .sg-tabs .sg-tabs-item-content .obsah.beige:after,
  .product-detail-like .in .sg-tabs .sg-tabs-item-content .obsah.beige:after {
    bottom: -90px;
  }
  #product-detail .in .left-side .natural-form .pricing,
  .product-detail-like .in .left-side .natural-form .pricing {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #product-detail .in .left-side .natural-form .pricing .submit,
  .product-detail-like .in .left-side .natural-form .pricing .submit {
    flex: 1 1 10%;
  }
}
#reviews .in .content {
  display: flex;
  width: 100%;
  border-radius: 6px;
  padding: 20px 30px;
  margin: 20px 0;
  background-color: #f7f6e2;
}
#reviews .in h2 {
  font-size: 35px;
  line-height: 43px;
  padding: 0;
  margin: 20px 0;
}
#reviews .in .form-header ul {
  flex-direction: column;
  row-gap: 20px;
}
#reviews .in .form-header ul li label {
  flex: 0 1 100px;
}
#reviews .in .form-header ul li input {
  flex: 0 1 90%;
}
#reviews .in .input .info {
  line-height: 22px;
  padding: 5px 10px;
  background-size: 40px auto;
}
#reviews .in .rating .review {
  border-radius: 22px;
  padding: 15px;
}
#reviews .in .rating .review h3 {
  font-size: 26px;
  line-height: 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#reviews .in .rating .review .review-product {
  padding: 0;
  flex: 0 1 135px;
  transition: flex 0.5s;
}
#reviews .in .rating .review .review-product img {
  border-radius: 18px;
}
#reviews .in .rating .review .review-form {
  padding: 30px 30px 0 30px;
}
#reviews .in .rating .review .review-form .form .sg-button {
  font-family: 'Active';
  height: 48px;
  border-radius: 24px;
  font-size: 24px;
  padding-top: 14px;
}
#reviews .in .rating .review .review-form .form .sg-button i:before {
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
  line-height: 32px;
}
#reviews .in .rating .review .review-form .form .sg-button.outline span.open {
  display: none;
}
#reviews .in .rating .review .review-form .form .sg-button.outline span.closed {
  display: block;
}
#reviews .in .rating .review .review-form .form .sg-button.outline i:before {
  transition: transform 0.5s ease-in-out;
  transform: rotate(90deg);
}
#reviews .in .rating .review .review-form .form .hideable {
  max-height: 0;
  padding: 0;
  transition: max-height 0.5s linear;
  overflow: hidden;
}
#reviews .in .rating .review .review-form .form .rating-form .stars-widget .flaticon-star {
  color: #C4C4C4;
}
#reviews .in .rating .review .review-form .form .rating-form .stars-widget .flaticon-star.active,
#reviews .in .rating .review .review-form .form .rating-form .stars-widget .flaticon-star:hover {
  color: #619547;
}
#reviews .in .rating .review .review-form .form .rating-form .stars-widget .minus,
#reviews .in .rating .review .review-form .form .rating-form .stars-widget .plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid thin #d0c4be;
  border-radius: 50%;
}
#reviews .in .rating .review .review-form .form .rating-form .stars-widget .minus i,
#reviews .in .rating .review .review-form .form .rating-form .stars-widget .plus i {
  font-size: 36px;
  display: flex;
  background-color: transparent;
  border: none;
  color: #623a25;
}
#reviews .in .rating .review .review-form .form .rating-form .stars-widget .minus:hover,
#reviews .in .rating .review .review-form .form .rating-form .stars-widget .plus:hover {
  background-color: #619547;
  color: white;
}
#reviews .in .rating .review .review-form .form .rating-form .stars-widget .minus:hover i,
#reviews .in .rating .review .review-form .form .rating-form .stars-widget .plus:hover i {
  color: white;
}
#reviews .in .rating .review .review-form .form .rating-form .ui-selectmenu-button {
  display: none;
}
#reviews .in .rating .review.active .review-product {
  padding: 0;
  flex: 0 1 300px;
  transition: flex 0.5s;
}
#reviews .in .rating .review.active .review-product img {
  border-radius: 18px;
}
#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(-90deg);
}
#reviews .in .rating .review.active .review-form .form .hideable {
  padding: 10px 0;
  max-height: 1000px;
  transition: max-height 0.5s linear;
}
#reviews .in label {
  font-size: 15px;
  line-height: 20px !important;
  color: #623a25;
  margin: 10px 0;
}
#reviews .in textarea,
#reviews .in input {
  border-radius: 6px;
}
#natural-protein-header {
  position: relative;
  top: -10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 180px;
  align-items: center;
  justify-content: center;
  background: url("/tmpl/boston/img/review_image.jpeg") top center no-repeat;
  background-size: auto 100%;
}
#natural-protein-header h1 {
  font-family: 'Active';
  color: white;
  font-size: 36px;
  line-height: 36px;
}
#natural-protein-header h4 {
  font-family: 'Roboto';
  color: white;
  padding-top: 5px;
  font-size: 11px;
  line-height: 16px;
  text-transform: none;
}
#natural-protein-header:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: -2px;
  background: url("/tmpl/boston/img/review_edge.png") center bottom no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 480px) {
  #reviews .in .content {
    padding: 40px 60px 40px 140px;
    background: url("/tmpl/boston/img/hodnoceni.svg") 30px center no-repeat #f7f6e2;
  }
}
@media only screen and (min-width: 768px) {
  #reviews .in .form-header ul {
    flex-direction: row;
  }
  #natural-protein-header {
    height: 180px;
  }
  #natural-protein-header h1 {
    font-size: 36px;
    line-height: 36px;
  }
  #natural-protein-header h4 {
    padding-top: 5px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) {
  #reviews .in .rating .review h3 {
    font-size: 35px;
    line-height: 43px;
  }
  #natural-protein-header {
    height: 220px;
  }
  #natural-protein-header h1 {
    font-size: 42px;
    line-height: 42px;
  }
  #natural-protein-header h4 {
    padding-top: 5px;
    font-size: 12px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  #reviews .in .rating .review h3 {
    flex-direction: row;
  }
  #natural-protein-header {
    height: 300px;
  }
  #natural-protein-header h1 {
    font-size: 60px;
    line-height: 60px;
  }
  #natural-protein-header h4 {
    padding-top: 20px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  #natural-protein-header {
    height: 370px;
  }
}
@media only screen and (max-width: 1024px) {
  #reviews .in .rating .review .review-form .form-title h3 {
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
  #reviews .in .rating .review .review-form {
    padding: 0;
  }
  #reviews .in .rating .review .review-form .form-title h3 {
    flex-direction: column;
  }
}
#basket .in .sg-cart .cart-bar {
  background-color: #f7f6e2;
  padding: 25px 30px;
  margin: 40px 0;
}
#basket .in .sg-cart .cart-bar .title {
  font-size: 25px;
  line-height: 30px;
}
#basket .in .sg-cart .cart-bar .bar-space {
  height: 8px;
}
#basket .in .sg-cart .cart-bar .bar-space .bar {
  height: 8px;
  background-color: #619547;
}
#basket .in .sg-cart .cart-bar .bar-space span {
  border: solid 1px transparent;
  height: 10px;
  width: 20px;
  top: 3px;
  box-sizing: border-box;
  background-color: #c0b0a8;
}
#basket .in .sg-cart .cart-bar .bar-space span.active {
  height: 8px;
  top: 4px;
  box-sizing: border-box;
  background-color: #345026;
}
#basket .in .sg-cart .cart-bar .next {
  font-size: 15px;
  line-height: 22px;
}
#basket .in .sg-cart .cart-gifts {
  gap: 5%;
}
#basket .in .sg-cart .cart-gifts .gift {
  flex: 0 1 20%;
}
#basket .in .sg-cart .cart-gifts .gift .image {
  background-color: #f7f6e2;
  border-radius: 10px;
  overflow: hidden;
  flex: 0 1 170px;
  width: 100%;
}
#basket .in .sg-cart .cart-gifts .gift .title {
  flex-grow: 1;
  font-size: 15px;
  line-height: 23px;
  margin: 15px 0 10px 0;
}
#basket .in .sg-cart .cart-gifts .gift.no-gift .image {
  border: solid 1px #d0c4be;
}
#basket .in .sg-cart .cart-gifts .gift.no-gift .image img {
  opacity: 1;
}
#basket .in .sg-cart.wide-cart .cart-gifts {
  gap: 2%;
}
#basket .in .sg-cart.wide-cart .cart-gifts .gift {
  flex: 0 1 15%;
  box-sizing: border-box;
}
#basket .in .sg-cart .list .row.body.sum {
  border-bottom: none;
  background-color: transparent;
}
#basket .in .sg-cart .list .row.body .count-form .math {
  display: flex;
  justify-content: center;
  font-size: 32px;
  line-height: 45px;
  width: 42px;
  height: 42px;
  border: solid thin #623a25;
  background-color: #623a25;
}
#basket .in .sg-cart .list .row.body .count-form .math:before,
#basket .in .sg-cart .list .row.body .count-form .math:after {
  background-color: #ffffff;
}
#basket .in .sg-cart .list .row.body .count-form .math a {
  color: #ffffff;
}
#basket .in .sg-cart .list .row.body .count-form .math a:hover {
  color: #ffffff;
}
#basket .in .sg-cart .list .row.body .count-form .math.minus {
  border-left: solid thin #623a25;
  border-radius: 50%;
}
#basket .in .sg-cart .list .row.body .count-form .math.plus {
  border-right: solid thin #623a25;
  border-radius: 50%;
}
#basket .in .sg-cart .list .row.body .count-form .count input {
  border: none;
  background-color: transparent;
  color: #623a25;
  text-align: center;
  font-size: 18px;
}
#basket .in .sg-cart .list .row.body .col.total {
  flex-wrap: nowrap !important;
}
#basket .in .sg-cart .list .row.body .col.total.sum strong {
  font-size: 24px;
}
#basket .in .sg-cart .list .row.body .col.total a {
  display: flex;
  justify-content: center;
  font-size: 32px;
  line-height: 44px;
  width: 42px;
  height: 42px;
  border: solid thin #d52a2a;
  background-color: #d52a2a;
  border-radius: 50%;
}
#basket .in .sg-cart .list .row.body .col.total a:before,
#basket .in .sg-cart .list .row.body .col.total a:after {
  background-color: white;
}
#basket .in .sg-cart .steps ul li,
#basket .in .sg-cart .steps ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: transparent;
  border: none;
  font-family: 'Active';
  text-transform: uppercase;
  font-size: 25px;
  align-items: center;
}
#basket .in .sg-cart .steps ul li:before,
#basket .in .sg-cart .steps ul li a:before {
  display: block;
  top: auto;
  font-size: 20px;
  right: auto;
  left: -40px;
  line-height: 60px;
  color: #786257;
}
#basket .in .sg-cart .steps ul li:first-child:before,
#basket .in .sg-cart .steps ul li a:first-child:before {
  display: none;
}
#basket .in .sg-cart .steps ul li span,
#basket .in .sg-cart .steps ul li a span {
  display: flex;
  flex: 0 1 60px;
  height: 50px;
  max-width: 50px;
  background: transparent;
  font-size: 32px;
  border: none;
  border-radius: 50%;
  background: #c0b0a8;
}
#basket .in .sg-cart .steps ul li strong,
#basket .in .sg-cart .steps ul li a strong {
  padding-right: 40px;
}
#basket .in .sg-cart .steps ul li a,
#basket .in .sg-cart .steps ul li a a,
#basket .in .sg-cart .steps ul li strong,
#basket .in .sg-cart .steps ul li a strong {
  color: #786257;
  font-size: 25px;
  line-height: 32px;
  flex: 1 0 50%;
}
#basket .in .sg-cart .steps ul li.active span,
#basket .in .sg-cart .steps ul li a.active span {
  background: #619547;
}
#basket .in .sg-cart .options,
#basket .in .sg-cart .contact,
#basket .in .sg-cart .content {
  border-radius: 20px;
  overflow: hidden;
  border: solid 1px #d0c4be;
  background-color: #f7f6e2;
}
#basket .in .sg-cart .options p,
#basket .in .sg-cart .contact p,
#basket .in .sg-cart .content p {
  background-color: #619547;
}
#basket .in .sg-cart .options.cart-final p,
#basket .in .sg-cart .contact.cart-final p,
#basket .in .sg-cart .content.cart-final p {
  padding: 25px;
  background-color: #f7f6e2;
}
#basket .in .sg-cart .nav {
  align-items: flex-start;
}
#basket .in .sg-cart .nav .sg-button {
  font-size: 14px;
}
#basket .in .sg-cart .customer {
  border: none;
}
@media only screen and (max-width: 1600px) {
  #basket .in .sg-cart .cart-gifts .gift .image {
    flex: 0 1 10vw;
  }
  #basket .in .sg-cart .list .row.body .col.title .image {
    display: flex;
    min-width: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  #basket .in .sg-cart .cart-gifts {
    gap: 0;
  }
  #basket .in .sg-cart .cart-gifts .gift {
    flex: 0 1 25%;
  }
  #basket .in .sg-cart .cart-gifts .gift .image {
    flex: 0 1 12vw;
  }
  #basket .in .sg-cart.wide-cart .cart-gifts {
    gap: 5%;
  }
  #basket .in .sg-cart.wide-cart .cart-gifts .gift {
    flex: 0 1 20%;
  }
}
@media only screen and (max-width: 1024px) {
  #basket .in .sg-cart .cart-gifts .gift .image {
    flex: 0 1 18vw;
  }
  #basket .in .sg-cart.wide-cart .cart-gifts {
    gap: 2%;
  }
  #basket .in .sg-cart.wide-cart .cart-gifts .gift {
    flex: 0 1 32%;
  }
}
@media only screen and (max-width: 768px) {
  #basket .in h1 {
    text-align: center;
  }
  #basket .in .sg-cart .steps ul {
    flex-direction: row;
    row-gap: 20px;
    align-items: stretch;
  }
  #basket .in .sg-cart .steps ul li,
  #basket .in .sg-cart .steps ul li a {
    display: flex;
    align-items: center;
    flex: 0 1 33%;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #basket .in .sg-cart .steps ul li::before,
  #basket .in .sg-cart .steps ul li a::before {
    left: -10px;
    line-height: 42px;
  }
  #basket .in .sg-cart .steps ul li span,
  #basket .in .sg-cart .steps ul li a span {
    width: 42px;
    flex: 0 0 42px;
    font-size: 28px;
    line-height: 28px;
    padding-top: 3px;
    box-sizing: border-box;
  }
  #basket .in .sg-cart .steps ul li strong,
  #basket .in .sg-cart .steps ul li a strong {
    padding: 10px;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
  }
  #basket .in .sg-cart .cart-gifts .gift {
    flex: 0 1 50%;
  }
  #basket .in .sg-cart .cart-gifts .gift .image {
    padding: 10px;
    flex: 1 0 30vw;
  }
  #basket .in .sg-cart.wide-cart .cart-gifts .gift {
    flex: 0 1 49%;
  }
  #basket .in .sg-cart .list {
    margin-top: 0;
  }
  #basket .in .sg-cart .list .row.body .col.title {
    flex-direction: column;
    align-items: flex-start;
  }
  #basket .in .sg-cart .list .row.body .col.title .text .delivery {
    display: none;
  }
  #basket .in .sg-cart .list .row.body .col.title .image {
    min-height: 60px;
  }
  #basket .in .sg-cart .list .row.body .col.price {
    display: none;
  }
  #basket .in .sg-cart .list .row.body .col.pcs {
    flex: 1 0 10%;
    padding-left: 100px;
  }
  #basket .in .sg-cart .list .row.body .col.pcs.sum {
    padding-left: 0;
  }
  #basket .in .sg-cart .list .row.body .col.total {
    flex: 1 0 30%;
    row-gap: 15px;
  }
  #basket .in .sg-cart .list .row.body .col.total.sum {
    flex: 0 1 50%;
  }
  #basket .in .sg-cart .list .row.body .col.total .mobile {
    display: none;
  }
  #basket .in .sg-cart .list .row.body .col.total strong {
    font-size: 20px;
  }
}
#header .nav .in .menu .main ul li.crazy-item a {
  font-size: 20px;
}
#header .nav .in .menu .main ul li.crazy-item .submenu {
  gap: 20px 5%;
}
#header .nav .in .menu .main ul li.crazy-item .submenu .item {
  width: auto;
  flex: 0 0 30%;
  padding: 0;
}
#header .nav .in .menu .main ul li.crazy-item .submenu .item a h2 {
  display: flex;
  flex: 0 1 100%;
  flex-direction: row;
}
#header .nav .in .menu .main ul li.crazy-item .submenu .item a h2 span {
  display: flex;
  flex: 1 0 50%;
  flex-direction: column;
  row-gap: 3px;
}
#header .nav .in .menu .main ul li.crazy-item .submenu .item a h2 span strong {
  line-height: 100%;
}
#header .nav .in .menu .main ul li.crazy-item .submenu .item a h2 span i {
  font-family: 'Roboto';
  font-weight: normal;
  text-transform: none;
  margin: 0;
  line-height: 110%;
  color: #623a25;
  font-size: 12px;
}
#header .nav .in .menu .main ul li.crazy-item .submenu .item a h2 span:hover {
  text-decoration: none;
}
#header .nav .in .menu .main ul li.crazy-item .submenu .item a h2 span:hover strong {
  text-decoration: underline;
}
#header .nav .in .menu .main ul li.crazy-item .submenu .item.swap-all a {
  display: flex;
  flex-direction: row;
  flex: 0 1 500px;
}
#header .nav .in .menu .main ul li.crazy-item .submenu .item.swap-all h2 {
  display: block;
  height: 40px;
  border-radius: 20px;
  background-color: #623a25;
  color: #ffffff !important;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}
#header .nav .in .menu .main ul li.crazy-item .submenu .item.swap-back {
  border-bottom: solid 1px #d0c4be;
  padding: 0;
  margin: 0;
}
#header .nav .in .menu .main ul li.crazy-item .submenu .item.swap-back h2 {
  padding: 0;
  line-height: 100%;
}
#header .nav .in .menu .main ul li.crazy-item .submenu .item.swap-back h2 a {
  font-size: 100% !important;
}
#header .nav .in .menu .main ul li.crazy-item .submenu .item.swap-back h2 span {
  display: flex;
  align-items: center;
}
#header .nav .in .menu .main ul li.crazy-item .submenu .item.swap-all {
  margin-top: 10px;
}
#header .nav .in .menu .main ul li.crazy-item .submenu::before {
  z-index: 5;
}
#header .nav .in .search {
  top: 70px;
}
#header .nav .in .toggles .header-search,
#header .nav .in .toggles .header-user,
#header .nav .in .toggles .basket-toggle {
  background-image: url("/tmpl/boston/img/icon-natural-bg.svg");
  background-repeat: no-repeat;
  background-position: 2px center;
  background-size: auto 100%;
}
#header .nav .in .toggles .header-search i:before,
#header .nav .in .toggles .header-user i:before,
#header .nav .in .toggles .basket-toggle i:before {
  color: #623a25;
  line-height: 36px;
}
#header .nav .in .toggles li a {
  font-size: 20px;
}
#header .nav .in .toggles li .menu-toggle {
  margin-left: 15px;
  margin-right: 10px;
  color: #623a25;
}
#header .nav .in .toggles li .menu-toggle.active .flaticon-menu::before {
  font-family: 'Flaticon';
  content: "\f114";
  font-weight: bold;
}
#header .nav .in .toggles li .lang-toggle span {
  font-size: 16px;
}
#header .nav .in .toggles li .lang-toggle .languages ul li a {
  font-size: 16px;
  padding: 10px;
  width: auto;
}
#header .nav .in .toggles li a.basket-toggle {
  background-image: url("/tmpl/boston/img/kosik_menu.svg");
}
#header .nav .in .toggles li a.basket-toggle .price {
  color: #623a25;
}
#header .nav .in .toggles li a.basket-toggle i.flaticon-shopping-cart {
  width: 36px;
  height: 40px;
}
#header .nav .in .toggles li a.basket-toggle i.flaticon-shopping-cart:before {
  display: none;
}
#header .nav .in .toggles li a.basket-toggle i.flaticon-shopping-cart span.number {
  padding: 0;
  min-width: 18px;
  height: 18px;
  font-size: 13px;
  line-height: 18px;
  top: -10px;
  right: 2px;
  border-radius: 9px;
  background-color: #619546;
}
@media only screen and (min-width: 480px) {
  #header .nav .in .toggles li span,
  #header .nav .in .toggles li a {
    min-width: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  #header .nav .in .toggles {
    height: 60px;
    display: flex;
    align-items: center;
  }
  #header .nav .in .toggles .header-search,
  #header .nav .in .toggles .header-user,
  #header .nav .in .toggles .basket-toggle {
    min-width: 50px;
    background-size: auto 45px;
    background-position: 5px center;
  }
  #header .nav .in .toggles li {
    border-left: none;
  }
  #header .nav .in .toggles li a.basket-toggle i {
    padding-left: 4px;
  }
  #header .nav .in .toggles li a.basket-toggle i span.number {
    padding: 0;
    right: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  #header .nav .in .logo {
    display: flex;
    height: 100%;
    align-items: center;
  }
  #header .nav .in .logo a img {
    max-height: 55px;
  }
  #header .nav .in .search {
    top: 55px;
  }
  #header .nav .in .menu .main ul li.crazy-item .submenu {
    gap: 20px 10%;
  }
  #header .nav .in .menu .main ul li.crazy-item .submenu .item {
    flex: 0 0 45%;
  }
  #header .nav .in .menu .main ul li.crazy-item .submenu::before {
    height: 0;
  }
}
@media only screen and (max-width: 768px) {
  #header .nav .in {
    height: 75px;
    display: flex;
    align-items: center;
  }
  #header .nav .in .logo a img {
    max-height: 65px;
  }
  #header .nav .in .search {
    top: 75px;
  }
  #header .nav .in .toggles .header-search,
  #header .nav .in .toggles .header-user,
  #header .nav .in .toggles .basket-toggle {
    min-width: 50px;
    background-size: auto 44px;
    background-position: 5px center;
  }
  #header .nav .in .toggles li {
    height: 100%;
  }
  #header .nav .in .toggles li a.basket-toggle i {
    padding-left: 15px;
  }
  #header .nav .in .toggles li a.basket-toggle i span.number {
    padding: 0;
    min-width: 14px;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    right: 5px;
  }
  #header .nav .in .menu {
    top: 75px;
  }
  #header .nav .in .menu .main ul {
    padding: 15px;
    background-color: #f7f6e2;
  }
  #header .nav .in .menu .main ul li.crazy-item {
    background-color: #f7f6e2;
  }
  #header .nav .in .menu .main ul li.crazy-item a {
    font-size: 24px;
    color: #623a25;
    padding: 15px 15px 15px 0;
    border-bottom: solid 1px #d0c4be;
  }
  #header .nav .in .menu .main ul li.crazy-item a:last-of-type {
    border-bottom: none;
  }
  #header .nav .in .menu .main ul li.crazy-item a.has-submenu i.flaticon-down-arrow::before {
    content: "\f116";
    color: #623a25;
  }
  #header .nav .in .menu .main ul li.crazy-item a h2 span {
    border-bottom: solid 1px #d0c4be;
  }
  #header .nav .in .menu .main ul li.crazy-item a h2 span:last-of-type {
    border-bottom: none;
  }
  #header .nav .in .menu .main ul li.crazy-item .submenu {
    background: #f7f6e2;
    gap: 0;
  }
  #header .nav .in .menu .main ul li.crazy-item .submenu .item a {
    border: none;
  }
  #header .nav .in .menu .main ul li.crazy-item .submenu .item a h2 {
    padding: 0;
    color: #623a25;
  }
}
#blog-list .sg-blog-list-item .more .sg-more-link {
  font-family: 'Active';
  font-size: 20px;
  padding: 0 20px;
  display: inline-block;
  height: 40px;
  background-color: #623a25;
  color: #ffffff;
  border-radius: 20px;
  line-height: 44px;
}
#blog-list .sg-submenu {
  border-radius: 28px;
  background-color: #ffffff;
  border: solid 2px #623a25;
}
#blog-list .sg-submenu a {
  font-family: 'Active';
  font-size: 18px;
  line-height: 36px;
  color: #623a25;
  padding: 0 15px;
  height: 56px;
  text-transform: uppercase;
}
#blog-list .sg-submenu .all {
  background-color: transparent;
}
#blog-list .sg-submenu .all a {
  font-size: 22px;
  line-height: 56px;
  padding: 0 30px;
}
#blog-list .sg-submenu .all a strong {
  color: #623a25;
}
#blog-list .sg-submenu .content {
  padding: 15px;
  background: transparent;
  border: none;
  border-top: solid thin #623a25;
}
.products .sg-product-item img {
  transition: transform 0.3s ease-in-out;
}
.products .sg-product-item:hover {
  border-color: #623a25;
}
.products .sg-product-item:hover img {
  transform: scale(1.05);
}
#category .sg-category-banner:hover .image-hover {
  opacity: 1;
}
.count-form .math.plus a,
.count-form .math.minus a {
  font-family: 'Poppins', sans-serif;
}
.sg-tabs .sg-tabs-item .sg-tabs-title {
  font-size: 20px;
}
#product-detail .in .rating .form ul li.rating-form .form .stars-widget .plus i,
#product-detail .in .rating .form ul li.rating-form .form .stars-widget .minus i {
  font-family: 'Poppins', sans-serif;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/components/node_modules/@yarn/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/components/node_modules/@yarn/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/components/node_modules/@yarn/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/components/node_modules/@yarn/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/components/node_modules/@yarn/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/components/node_modules/@yarn/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.flaticon-menu:before {
  font-family: 'FontAwesome';
  content: "\f0c9";
}
body.beige-bg {
  background-color: #f7f6e2;
}
body.beige-bg #footer {
  background-image: url('/tmpl/boston/img/footer-beige.webp');
}
#cart-updated .in .content .related-box .image {
  display: flex;
  flex: 0 1 160px;
  width: 100%;
  max-width: 160px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  #cart-updated .in .content .related-box .image {
    min-height: 120px;
    max-width: 120px;
  }
}
#cart-updated .in .content .related-box .price {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  height: 40px;
}
#cart-updated .in .content .related-box .price .sg-button {
  width: 40px;
  height: 40px;
  min-height: auto;
  background: url("/tmpl/boston/img/kosik_button.svg") no-repeat center center #619547;
  padding: 0;
  background-size: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 480px) {
  #cart-updated .in .content .related-box .image {
    flex: 0 1 120px;
    max-width: 120px;
  }
  #cart-updated .in .content .related-box .title {
    padding-top: 10px;
  }
}
@media screen and (max-width: 780px) {
  .list h2.upsell-items-heading {
    padding-left: 6px;
  }
}
#best-sell.up-sell,
#cross-sell.up-sell {
  margin-top: 10px;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 0 15px 15px 15px;
  text-align: center;
  background-color: #f7f6e2;
}
#best-sell.up-sell .products ul,
#cross-sell.up-sell .products ul {
  flex-wrap: nowrap;
}
#best-sell.up-sell .products ul li,
#cross-sell.up-sell .products ul li {
  padding-top: 15px;
}
#best-sell.up-sell .products ul li .sg-product-item .box-image,
#cross-sell.up-sell .products ul li .sg-product-item .box-image {
  height: 90px;
}
#best-sell.up-sell .products ul li h2.title,
#cross-sell.up-sell .products ul li h2.title {
  padding-top: 10px;
  height: 33px;
}
#best-sell.up-sell .products ul li h2.title a,
#cross-sell.up-sell .products ul li h2.title a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#best-sell.up-sell .products ul li p.price strong,
#cross-sell.up-sell .products ul li p.price strong {
  color: #7fbb5f;
}
#best-sell.up-sell .products ul li form button.iconn,
#cross-sell.up-sell .products ul li form button.iconn {
  background-color: #7fbb5f;
  background-position: center right 11px;
  width: 112px;
  border-radius: 19px;
  height: 42px;
  background-size: 18%;
  padding: 0 12px;
}
@media screen and (max-width: 429px) {
  #best-sell.up-sell .products ul li:nth-child(3),
  #cross-sell.up-sell .products ul li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 653px) {
  #best-sell.up-sell .products ul li:nth-child(5),
  #cross-sell.up-sell .products ul li:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  #best-sell.up-sell .products ul li:nth-child(4),
  #cross-sell.up-sell .products ul li:nth-child(4) {
    display: none;
  }
}
@media screen and (min-width: 781px) {
  #best-sell.up-sell .products ul li:nth-child(4),
  #cross-sell.up-sell .products ul li:nth-child(4) {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #best-sell.up-sell .products ul li:nth-child(6),
  #cross-sell.up-sell .products ul li:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  #best-sell.up-sell .products ul li:nth-child(7),
  #cross-sell.up-sell .products ul li:nth-child(7) {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  #best-sell.up-sell,
  #cross-sell.up-sell {
    width: calc(100% + 46px);
    margin-left: -23px;
    padding: 0 23px 23px 15px;
  }
}
@media screen and (min-width: 780px) {
  #best-sell.up-sell,
  #cross-sell.up-sell {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 0 0 10px 0;
  }
  #best-sell.up-sell .us-container,
  #cross-sell.up-sell .us-container {
    margin: auto;
    width: 730px;
  }
}
@media screen and (min-width: 1024px) {
  #best-sell.up-sell,
  #cross-sell.up-sell {
    width: 100%;
    margin-left: revert;
    padding: 0 10px;
  }
  #best-sell.up-sell .us-container,
  #cross-sell.up-sell .us-container {
    width: 100%;
  }
}
.selectize-input.not-full > input {
  width: 100% !important;
}
.sg-tabs-item-content hr,
.ckeditor hr {
  display: block;
}
