html {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  min-height: 100%;
  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;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
a {
  text-decoration: none;
}
.hide {
  display: none !important;
  visibility: hidden !important;
}
/* layout */
.content {
  width: 1220px;
  padding: 1.25rem 0px 4rem 0px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #f0f0f0;
  position: relative;
}
.content__fullWidth {
  padding: 0 0 1px;
  width: 100%;
  display: block;
}
.content__widgetArea {
  padding: 0 20px;
  width: 1220px;
  display: block;
}
.content_sideColumn {
  box-sizing: content-box;
  width: 280px;
  padding: 0 20px 10px 20px;
}
.content_centerColumn {
  width: 880px;
  padding: 20px;
}
.content_centerColumn__fullWidth {
  width: 100%;
}
.content_search {
  margin-bottom: 20px;
}
.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 #920d30;
  background: #920d30;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.button:not(.button__disabled):not(.button__second):not(:active):hover {
  background: #00bcfe;
  border-color: #00bcfe;
  color: #fff;
}
.button__second {
  width: 200px;
  background: transparent;
  color: #920d30;
  border-color: currentColor;
  font-weight: 400;
}
.button__second:not(.button__disabled):not(:active):hover {
  background: transparent;
  color: #00bcfe;
  border-color: currentColor;
}
.button__disabled {
  border-color: #efefef;
  background: #efefef;
  color: #373737;
  cursor: default;
}
.button__cart {
  width: 350px;
}
.button__cartPopup {
  width: 220px;
}
.button__filters {
  width: 116px !important;
}
.button__fullWidth {
  width: 100%;
}
.button__showMore {
  float: left;
}
.button__marginBottom {
  margin-bottom: 1rem !important;
}
.button__marginRight {
  margin-right: 20px !important;
}
.button__backCheckout {
  margin-right: 20px;
  width: 80px;
}
.button__further {
  width: 240px;
}
.button__marginTop {
  margin-top: 1.5rem;
}
.filters {
  padding: 1rem;
  border: 1px solid #efefef;
  background-color: #fff;
}
.widgetHolder {
  margin-bottom: 24px;
}
.htmlShare {
  text-align: right;
  margin-top: 2.5rem;
  clear: both;
}
.htmlShare__fullWidth {
  padding: 0 -webkit-calc((100% - 1220px)/2);
  padding: 0 calc((100% - 1220px)/2);
}
.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;
  box-shadow: 2px 3px 1px rgba(0,4,2,0.19);
  -webkit-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.linkImage:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0,0,0,0.2);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.linkImage:hover {
  box-shadow: none;
}
.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 */
