html,
body {
  height: 100%;
}
html {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  box-sizing: border-box;
}
html.noScroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  min-height: 100vh;
  background: #efefef;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #373737;
}
body.noScroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
a {
  text-decoration: none;
  outline: none;
}
.scrollButton {
  display: none;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  padding: 1rem 0.75rem;
  cursor: pointer;
  color: #fff;
  opacity: 0.7;
  background-color: #5c5c5c;
}
.scrollButton:after {
  content: "";
  display: block;
  border-bottom: 1rem solid #fff;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
}
.hide {
  display: none;
  visibility: hidden;
}
/* layout */
.content {
  width: 100%;
  padding: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  background: #fff;
  overflow: hidden;
}
.content_scroll {
  margin: 2rem 0;
  overflow-x: auto;
}
.button {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  border: 1px solid #ff9227;
  background: #ff9227;
  color: #000;
  font-weight: 600;
}
.button:not(.button__disabled):not(.button__second):not(:active):hover {
  background: #ffb527;
  border-color: #ffb527;
  color: #000;
  cursor: pointer;
}
.button__second {
  width: 100%;
  background: transparent;
  color: #de6800;
  border-color: currentColor;
}
.button__second:not(.button__disabled):not(:active):hover {
  background: transparent;
  color: #ff9227;
  border-color: currentColor;
}
.button__disabled {
  border-color: #e2e2e2;
  background: #e2e2e2;
  color: #535353;
}
.button__cart {
  margin-bottom: 1.5rem;
  width: 100%;
}
.button__cartPopup {
  margin-bottom: 1rem;
  width: 100%;
}
.button__filters {
  width: -webkit-calc((100% - 0.5rem) / 2) !important;
  width: calc((100% - 0.5rem) / 2) !important;
}
.button__fullWidth {
  width: 100%;
}
.button__showMore {
  width: 100%;
  margin-bottom: 1rem;
}
.button__marginBottom {
  margin-bottom: 1rem !important;
}
.button__marginRight {
  margin-right: 20px !important;
}
.button__backCheckout {
  margin-right: 20px;
  width: 80px;
  min-width: 80px;
}
.widgetHolder {
  margin-bottom: 24px;
}
/*.sideWidgetHolder
	margin-bottom: 24px*/
.htmlShare {
  text-align: right;
  margin-top: 2.5rem;
  clear: both;
}
.search_item:not(:last-child) {
  margin-bottom: 1rem;
}
.search_itemParent {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #a6a6a6;
}
.currency {
  font-size: 0.85em;
}
.linkImage {
  display: block;
  position: relative;
  overflow: hidden;
}
.linkImage:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(21,96,161,0.6);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.linkImage:hover:before {
  opacity: 1;
}
.linkImage9 {
  display: block;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.linkImage9:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
/* Удаление браузерных стрелок в input[type="number"] */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*# sourceMappingURL=maps/main.css.map */
