@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/raleway-v28-latin-700.eot");
  src: url("/assets/fonts/raleway-v28-latin-700.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/raleway-v28-latin-700.woff2") format("woff2"), url("/assets/fonts/raleway-v28-latin-700.woff") format("woff"), url("/assets/fonts/raleway-v28-latin-700.ttf") format("truetype"), url("/assets/fonts/raleway-v28-latin-700.svg#Raleway") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/raleway-v28-latin-900.eot");
  src: url("/assets/fonts/raleway-v28-latin-900.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/raleway-v28-latin-900.woff2") format("woff2"), url("/assets/fonts/raleway-v28-latin-900.woff") format("woff"), url("/assets/fonts/raleway-v28-latin-900.ttf") format("truetype"), url("/assets/fonts/raleway-v28-latin-900.svg#Raleway") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "metropolisbold";
  src: url("/assets/fonts/metropolis-bold-webfont.woff2") format("woff2"), url("/assets/fonts/metropolis-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #1a3853;
}

section, picture {
  display: block;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  border: 0;
}

iframe {
  max-width: 100%;
  border: 0;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.center, .center-align {
  text-align: center;
}

.hide {
  display: none;
}

.button {
  display: inline-block;
  line-height: 22px;
  padding: 5px 12px;
  background-color: #fc6721;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.orange {
  color: #fc6721;
}

.response {
  line-height: 20px;
  margin: 20px auto;
  padding: 10px;
  background-color: #f0f0f0;
  text-align: center;
}

.warning {
  background-color: #fff600;
  color: #000;
}

.field-error {
  border-color: #fc6721 !important;
}

.sticky {
  position: sticky;
  top: 60px;
}

.nowrap {
  white-space: nowrap;
}

.full-width {
  width: 100% !important;
}

.max-width-1280 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#order-amount {
  top: 60px;
}

i.profile {
  width: 24px;
  height: 24px;
  background-image: url("/assets/img/profile.png");
  background-position: center center;
  background-size: 24px 24px;
}

i.cart {
  width: 24px;
  height: 24px;
  background-image: url("/assets/img/cart.png");
  background-position: center center;
  background-size: 24px 24px;
}

i.delete {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/assets/img/delete.svg");
  background-position: center center;
  background-size: 30px 30px;
}

i.edit {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/assets/img/edit.svg");
  background-position: center center;
  background-size: 30px 30px;
}

i[class^=account-] {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-position: 0 0;
  background-size: 270px 90px;
}

a:hover i[class^=account-] {
  background-position: 180px 0;
}

h1 i[class^=account-] {
  background-position: 90px 0;
}

i.account-profile {
  background-image: url("/assets/img/account/profile.png");
}

i.account-addresses {
  background-image: url("/assets/img/account/addresses.png");
}

i.account-orders {
  background-image: url("/assets/img/account/orders.png");
}

i.account-wishlist {
  background-image: url("/assets/img/account/wishlist.png");
}

i.account-voucher {
  background-image: url("/assets/img/account/voucher.png");
}

i.account-reviews {
  background-image: url("/assets/img/account/reviews.png");
}

i.wholesale {
  background-image: url("/assets/img/product/wholesale.png");
}

i.share {
  background-image: url("/assets/img/product/share.png");
}

i.datasheet {
  background-image: url("/assets/img/product/datasheet.png");
}

i.wishlist {
  background-image: url("/assets/img/product/wishlist.png");
}

i.wakeup {
  background-image: url("/assets/img/product/wakeup.png");
}

i.battery-chart {
  background-image: url("/assets/img/product/battery-chart.gif");
}

i.delete-wish {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/assets/img/delete-wish.jpg");
  background-position: center center;
  background-size: 30px 30px;
}

#topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #fc6721;
  color: #fff;
  z-index: 1000;
}
#topbar #logo-small {
  display: none;
}
#topbar .wrapper {
  float: right;
  padding: 6px 15px;
}
#topbar #search {
  display: inline-block;
  height: 28px;
  font-size: 0;
  border: 1px solid #fff;
  border-radius: 4px;
}
#topbar #search input {
  display: table-cell;
  width: 172px;
  line-height: 26px;
  padding: 0 10px;
  color: #fff;
  background: transparent;
  border: 0;
}
#topbar #search input::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #fff;
  opacity: 1;
}
#topbar #search input:-moz-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #fff;
  opacity: 1;
}
#topbar #search input::-moz-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #fff;
  opacity: 1;
}
#topbar #search input:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #fff;
  opacity: 1;
}
#topbar #search button {
  display: table-cell;
  vertical-align: top;
  width: 26px;
  height: 26px;
  background-color: transparent;
  background-image: url("/assets/img/search.png");
  background-size: 26px 26px;
  border: 0;
  border-left: 1px solid #fff;
  cursor: pointer;
}
#topbar #customer-toplinks {
  display: inline-block;
  height: 28px;
  font-size: 0;
}
#topbar #customer-toplinks li {
  display: inline-block;
  margin: 0 0 0 15px;
}
#topbar #customer-toplinks a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
}
#topbar #customer-toplinks a > i {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  width: 28px;
  line-height: 26px;
  border: 1px solid #fff;
  border-radius: 4px;
}
#topbar #customer-toplinks a > span {
  display: none;
}
#topbar:after {
  clear: both;
  content: " ";
  display: table;
}

header {
  display: block;
  position: relative;
  margin-top: 40px;
  border-bottom: 3px solid #fc6721;
  z-index: 100;
}
header .wrapper {
  height: 120px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 25px 0;
}
header .wrapper:after {
  clear: both;
  content: " ";
  display: table;
}
header #logo {
  float: left;
  display: table;
  height: 100%;
  margin-left: 15px;
}
header #logo a {
  display: table-cell;
  vertical-align: middle;
}
header #logo img {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  height: 45px;
}
header #burger {
  float: right;
  height: 100%;
  margin-right: 15px;
  cursor: pointer;
}
header #burger > p {
  display: inline-block;
  height: 70px;
  margin: 20px 0;
}
header #burger span {
  display: inline-block;
  padding: 0 6px 0 0;
  vertical-align: middle;
  font-family: "metropolisbold";
  font-size: 17px;
  text-transform: uppercase;
  color: #fc6721;
}
header #burger button {
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border: 0;
  cursor: pointer;
}
header #burger button > i {
  display: block;
  width: 30px;
  height: 4px;
  background: #fc6721;
  margin-bottom: 6px;
  border-radius: 2px;
}
header #burger button > i:last-child {
  margin-bottom: 0;
}
header nav {
  clear: both;
  display: none;
  padding: 25px 0 30px 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 3px solid #fc6721;
}
header nav > ul {
  list-style-type: none;
  border-top: 3px solid #fc6721;
}
header nav > ul > li {
  display: block;
  line-height: 60px;
  text-transform: uppercase;
  color: #fc6721;
  font-family: "metropolisbold";
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
header nav > ul > li > ul {
  display: none;
  padding: 25px 30px;
  list-style-type: none;
  background: #fc6721;
  cursor: auto;
}
header nav > ul > li > ul > li {
  line-height: 22px;
  text-align: left;
  text-transform: none;
}
header nav > ul > li > ul > li > a, header nav > ul > li > ul > li > span {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  text-decoration: none;
}
header nav > ul > li a {
  color: #fc6721;
  text-decoration: none;
}
header nav > ul > li.highlight {
  position: relative;
}
header nav > ul > li.highlight:before, header nav > ul > li.highlight:after {
  content: " ";
  background-image: url("/assets/img/highlight.png");
  background-repeat: no-repeat;
  background-size: 34px 18px;
  background-position: center center;
}
header nav > ul > li.highlight:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
}
header nav > ul > li.highlight:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18px;
  transform: rotate(180deg);
}
header nav > ul > li > span {
  position: relative;
  display: block;
  height: 100%;
}
header nav > ul > li > span:after {
  display: block;
  position: absolute;
  content: "";
  bottom: 6px;
  left: calc(50% - 2px);
  width: 0;
  height: 5px;
  margin: 0 auto;
  border-top: 5px solid #1a3853;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
header nav > ul > li.open > ul {
  display: block;
}
header nav > ul > li.open span:after {
  border-top: 5px solid #fc6721;
}
header nav.active {
  display: block;
}
header #pro-link {
  display: none;
}

#capacity-wrapper {
  -moz-column-count: 1;
  column-count: 1;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
#capacity-wrapper > li {
  position: relative;
  width: 95vmin;
  max-width: 100%;
  margin: 0 auto;
}
#capacity-wrapper .container {
  position: relative;
  width: 100%;
  height: 100px;
  margin-top: 10px;
}
#capacity-wrapper input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}
#capacity-wrapper .slider-track {
  width: 100%;
  height: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  border: 1px solid #fff;
}
#capacity-wrapper input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}
#capacity-wrapper input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}
#capacity-wrapper input[type=range]::-ms-track {
  appearance: none;
  height: 5px;
}
#capacity-wrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 1.7em;
  width: 1.7em;
  background-color: #fff;
  cursor: pointer;
  margin-top: -9px;
  pointer-events: auto;
  border: 0;
  border-radius: 50%;
}
#capacity-wrapper input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: auto;
  border: 0;
}
#capacity-wrapper input[type=range]::-ms-thumb {
  appearance: none;
  height: 1.7em;
  width: 1.7em;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  background-color: #fff;
  pointer-events: auto;
}
#capacity-wrapper input[type=range]:active::-webkit-slider-thumb {
  background-color: #fc6721;
  border: 3px solid #fff;
}
#capacity-wrapper .values {
  background-color: #fff;
  width: 80%;
  max-width: 200px;
  position: relative;
  margin: auto;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #fc6721;
}
#capacity-wrapper .values span {
  display: inline;
}
#capacity-wrapper .values:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: auto;
  bottom: -14px;
  left: 0;
  right: 0;
}
#capacity-wrapper button {
  position: absolute;
  top: 80px;
  left: calc(50% - 14px);
  width: 28px;
  height: 26px;
  line-height: 22px;
  padding: 2px 4px;
  text-align: center;
  border: 0;
  background: #fff;
  color: #fc6721;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
}

#breadcrumb {
  padding: 28px 20px;
}
#breadcrumb ul {
  list-style-type: none;
  font-size: 0;
}
#breadcrumb ul > li {
  position: relative;
  display: inline-block;
  line-height: 20px;
  margin: 4px 8px 4px 0;
  text-transform: uppercase;
  border-right: 0;
  font-size: 13px;
}
#breadcrumb ul > li:hover:before, #breadcrumb ul > li:hover:after, #breadcrumb ul > li:hover:first-child {
  border-color: #1a3853;
}
#breadcrumb ul > li:hover a, #breadcrumb ul > li:hover span {
  color: #1a3853;
}
#breadcrumb ul > li a, #breadcrumb ul > li span {
  display: inline-block;
  text-decoration: none;
  padding: 0 8px;
  color: #bfbfbf;
}
#breadcrumb ul > li .remove {
  padding: 0 5px 0 0;
}
#breadcrumb ul > li .remove:hover {
  color: #fc6721;
}
#breadcrumb ul > li:before, #breadcrumb ul > li:after {
  content: "";
  position: absolute;
  left: 0;
  height: 50%;
  width: 100%;
  background: #fff;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  z-index: -2;
}
#breadcrumb ul > li:before {
  top: -1px;
  transform: skew(30deg);
  border-top: 1px solid #bfbfbf;
}
#breadcrumb ul > li:after {
  bottom: -1px;
  transform: skew(-30deg);
  border-bottom: 1px solid #bfbfbf;
}
#breadcrumb ul > li:first-child {
  margin-right: 10px;
  border-left: 1px solid #bfbfbf;
  background: #fff;
}
#breadcrumb ul > li:first-child:before, #breadcrumb ul > li:first-child:after {
  left: 2px;
}
#breadcrumb ul > li:last-child a, #breadcrumb ul > li:last-child span {
  color: #1a3853;
}
#breadcrumb ul > li:last-child:before {
  border-top: 1px solid #1a3853;
  border-left: 1px solid #1a3853;
  border-right: 1px solid #1a3853;
}
#breadcrumb ul > li:last-child:after {
  border-bottom: 1px solid #1a3853;
  border-left: 1px solid #1a3853;
  border-right: 1px solid #1a3853;
}

#index-header {
  width: 100%;
  overflow: hidden;
}
#index-header #slider {
  display: none;
}

#news .video-container, #news-article .video-container {
  margin-bottom: 40px;
}
#news #page-name, #news-article #page-name {
  border-top: 0;
}

.news_upd {
  margin: 25px 0;
  padding: 10px;
  border: 2px solid #fc6721;
  background-color: #f0f0f0;
}
.news_upd .date {
  margin-bottom: 10px;
}

.brand_list ul {
  list-style-type: none;
}
.brand_list ul li {
  display: inline-block;
}
.brand_list ul li a {
  display: block;
  max-width: 160px;
}
.brand_list ul li a img {
  display: block;
}

#cms #page-name {
  border-top: 0;
}
#cms #cms-content {
  line-height: 26px;
}
#cms #cms-content p {
  margin: 10px 0;
}
#cms #cms-content h2 {
  text-transform: uppercase;
}
#cms #cms-content ul li {
  margin-left: 20px;
}
#cms #cms-content a {
  color: #fc6721;
}

#page-name {
  padding: 40px 0;
  text-align: center;
  background: #1a3853;
  border-top: 3px solid #fc6721;
  border-bottom: 3px solid #fc6721;
}
#page-name h1, #page-name p {
  color: #fc6721;
  text-transform: uppercase;
  font-size: 32px;
}

#search main {
  padding-bottom: 30px;
}

main {
  display: block;
  min-height: 400px;
  max-width: 1920px;
  margin: 0 auto;
}
main .wrapper {
  padding: 20px;
}
main .wrapper:after {
  clear: both;
  content: " ";
  display: table;
}
main a {
  color: #fc6721;
}

#mp_stat {
  line-height: 28px;
  padding: 10px 5px;
  text-transform: uppercase;
  font-family: "metropolisbold";
  font-size: 22px;
  font-weight: 700;
}
#mp_stat span {
  margin-right: 5px;
}
#mp_stat #fast {
  line-height: 32px;
  color: #fc6721;
  font-size: 28px;
}

#manufacturers-block {
  display: none;
}

.rating {
  display: inline-block;
  width: 150px;
  height: 30px;
  margin: 0 auto;
  background-image: url("/assets/img/rating.png");
  background-repeat: no-repeat;
  background-size: 150px 180px;
  background-position: 0 0;
}
.rating.rating_5 {
  background-position: 0 -150px;
}
.rating.rating_4 {
  background-position: 0 -120px;
}
.rating.rating_3 {
  background-position: 0 -90px;
}
.rating.rating_2 {
  background-position: 0 -60px;
}
.rating.rating_1 {
  background-position: 0 -30px;
}

.pagination {
  clear: both;
  margin: 30px 0 20px 0;
  padding: 10px 0;
  text-align: center;
  font-family: "metropolisbold";
}
.pagination ul {
  display: inline-block;
  list-style-type: none;
}
.pagination ul > li {
  display: inline-block;
  margin: 0 4px;
}
.pagination ul > li a, .pagination ul > li span {
  display: block;
  width: auto;
  min-width: 30px;
  height: 30px;
  line-height: 29px;
  padding: 0 4px;
  border-radius: 100%;
}
.pagination ul > li a {
  border: 1px solid #1a3853;
  color: #1a3853;
  text-decoration: none;
}
.pagination ul > li a:hover {
  color: #fc6721;
}
.pagination ul > li span {
  border: 1px solid #fc6721;
  color: #fc6721;
}

.category-name {
  padding: 40px 0;
  text-align: center;
  background: #1a3853;
  border-top: 3px solid #fc6721;
  border-bottom: 3px solid #fc6721;
}
.category-name a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.category-name img {
  display: block;
  width: 84px;
  height: 84px;
  margin: 0 auto 10px auto;
}
.category-name h1, .category-name h2 {
  color: #fc6721;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.category-name h3 {
  color: #fc6721;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.category-name #category-description {
  line-height: 20px;
  max-width: 960px;
  margin: 15px auto 0 auto;
  padding: 0 20px;
  color: #fff;
  text-align: justify;
}
.category-name #category-description:not(.show) > div {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.category-name #category-description .more {
  margin-top: 14px;
  text-align: center;
}
.category-name #category-description .more button {
  padding: 5px 10px;
  width: 28px;
  height: 28px;
  background-image: url("/assets/img/more_reviews.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  text-indent: -9999999px;
}

#brand {
  position: relative;
  background-repeat: no-repeat;
  color: #1a3853;
  border-top: 3px solid #fc6721;
  margin: 60px 0;
  padding-bottom: 160px;
}
#brand.active {
  border-bottom: 3px solid #fc6721;
  background: #d8d8d8;
  background-image: url("/assets/img/brand_background.jpg");
  background-attachment: fixed;
  background-size: auto 100%;
}
#brand.active .more button:after {
  top: 10px;
  transform: rotate(180deg);
}
#brand #brand-img {
  position: absolute;
  top: -70px;
  left: calc(50% - 110px);
  width: 220px;
  height: 140px;
  border: 3px solid #fc6721;
  padding: 5px 10px;
  background: #fff;
  text-align: center;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transform: skew(-8deg, 0deg);
}
#brand #brand-img img {
  display: block;
  max-height: 100%;
  margin: auto;
  transform: skew(8deg, 0deg);
}
#brand #brand-content {
  display: none;
  max-width: 980px;
  line-height: 24px;
  margin: 60px auto 10px auto;
  padding: 20px;
}
#brand #brand-content p {
  margin: 10px 0;
}
#brand #brand-content ul {
  padding-left: 20px;
}
#brand .more {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  margin-top: 60px;
  text-align: center;
}
#brand .more p {
  display: inline-block;
  border: 3px solid #fc6721;
  border-radius: 4px;
}
#brand .more button {
  position: relative;
  line-height: 32px;
  padding: 2px 24px 2px 12px;
  background: #fff;
  color: #fc6721;
  text-transform: uppercase;
  font-family: "metropolisbold";
  border: 0;
  cursor: pointer;
}
#brand .more button:hover {
  background: #fc6721;
  color: #fff;
}
#brand .more button:hover:after {
  border-top: 5px solid #fff;
}
#brand .more button:after {
  display: block;
  position: absolute;
  content: "";
  top: 16px;
  right: 6px;
  width: 0;
  height: 5px;
  margin: 0 auto;
  border-top: 5px solid #fc6721;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.unwish {
  position: absolute;
  top: -30px;
  right: 0;
  background-color: #fff;
  text-align: right;
}
.unwish i {
  cursor: pointer;
  opacity: 0.5;
}
.unwish i:hover {
  opacity: 1;
}

.product-list {
  width: 100%;
  margin: 15px 0 45px 0;
  text-align: center;
}
.product-list > div {
  position: relative;
  width: 285px;
  margin: 30px auto;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(26, 56, 83, 0.1);
}
.product-list > div .product-img {
  position: relative;
  margin-bottom: 3px;
  padding-bottom: 100%;
  text-align: center;
}
.product-list > div .product-img .price-drop {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
  padding: 0 8px;
  background: #68ec2f;
  color: #fff;
  font-size: 13px;
}
.product-list > div .product-img .price-drop:after {
  position: absolute;
  top: 0;
  right: -6px;
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 26px solid #68ec2f;
  border-right: 6px solid transparent;
}
.product-list > div .product-img .availability {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 0 48px 0 0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  width: 124px;
  height: 14px;
  background-position: right center;
  background-size: 36px 12px;
  background-repeat: no-repeat;
  text-align: right;
  z-index: 10;
}
.product-list > div .product-img .availability.instock {
  color: #68ec2f;
  background-image: url("/assets/img/instock.png");
}
.product-list > div .product-img .availability.outofstock {
  background-image: url("/assets/img/outofstock.png");
}
.product-list > div .product-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px;
  display: flex;
}
.product-list > div .product-img a img {
  margin: auto;
}
.product-list > div .product-info {
  position: relative;
  background: #f0f0f0;
}
.product-list > div .product-info button {
  display: none;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.product-list > div .product-name > a {
  display: block;
  line-height: 20px;
  height: 72px;
  padding: 8px 10px;
  color: #1a3853;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
  overflow: hidden;
}
.product-list > div .col2 {
  display: table;
  width: 100%;
  padding: 8px 10px;
}
.product-list > div .col2 > span {
  display: table-cell;
}
.product-list > div .col2 > span:last-child {
  text-align: right;
}
.product-list > div .product-qty {
  line-height: 15px;
  color: #fc6721;
  text-align: left;
}
.product-list > div .price {
  font-family: "metropolisbold";
  font-weight: 400;
}
.product-list > div .bold {
  font-weight: 700;
}
.product-list > div .product-prices {
  background: #fc6721;
  color: #fff;
  text-align: left;
}
.product-list > div .product-prices .vat-unit-price {
  font-weight: 900;
  font-size: 20px;
}
.product-list > div .product-big-prices {
  min-height: 36px;
  background: #1a3853;
  color: #fff;
  font-size: 15px;
  text-align: left;
}
.product-list > div .from_qty {
  color: #fc6721;
}
.product-list > div .rating {
  height: 15px;
  line-height: 16px;
  background-size: 80px 96px;
  background-position: right 0;
}
.product-list > div .rating.rating_5 {
  background-position: right -80px;
}
.product-list > div .rating.rating_4 {
  background-position: right -64px;
}
.product-list > div .rating.rating_3 {
  background-position: right -48px;
}
.product-list > div .rating.rating_2 {
  background-position: right -32px;
}
.product-list > div .rating.inactive {
  background-image: none;
}
.product-list > div:hover .product-img .hover {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(252, 103, 33, 0.75);
  background-image: url("/assets/img/product-more.svg");
  background-size: 100px 100px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 10;
}
.product-list > div:hover .product-info button {
  display: block;
}
.product-list > div:hover .product-info .hover {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgb(252, 103, 33);
  background-image: url("/assets/img/addtocart.svg");
  background-size: 100px 100px;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-list:after {
  clear: both;
  content: " ";
  display: table;
}

#product-actions {
  width: 100%;
  margin-top: 25px;
}
#product-actions > ul {
  list-style-type: none;
}
#product-actions > ul > li {
  display: inline-block;
  width: 100%;
  height: 40px;
  margin: 10px 0;
  padding: 0 5px;
  font-family: "metropolisbold";
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
#product-actions > ul > li i {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  background-size: 80px 40px;
  background-position: 0 0;
  border: 2px solid #1a3853;
  border-radius: 4px;
}
#product-actions > ul > li span {
  margin-left: 3px;
}
#product-actions > ul > li a {
  color: inherit;
  text-decoration: none;
}
#product-actions > ul > li:hover i {
  background-position: 40px 0;
  border: 2px solid #fc6721;
}
#product-actions > ul > li:hover span {
  color: #fc6721;
}

#unavaible-product-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%;
  margin: 30px 0;
}
#unavaible-product-actions > div {
  width: 100%;
}
#unavaible-product-actions form h3 {
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4px 12px;
  min-height: 44px;
  line-height: 18px;
  background: #fc6721;
  color: #fff;
  border-top: 1px solid #cfcfce;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 0;
  font-family: "metropolisbold";
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}
#unavaible-product-actions form input[type=email] {
  line-height: 26px;
  width: calc(100% - 34px);
  padding: 0 8px;
  border: 1px solid #cfcfce;
  color: #1a3853;
  border-bottom-left-radius: 4px;
}
#unavaible-product-actions form button {
  line-height: 26px;
  width: 34px;
  border: 0;
  border: 1px solid #cfcfce;
  border-left: 0;
  background: #fff;
  color: #cfcfce;
  font-family: "metropolisbold";
  font-weight: 400;
  text-transform: uppercase;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
#unavaible-product-actions form button:hover {
  background: #cfcfce;
  color: #fff;
}
#unavaible-product-actions #equivalent-products-link {
  display: flex;
  flex-wrap: wrap;
}
#unavaible-product-actions #equivalent-products-link p {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#unavaible-product-actions #equivalent-products-link button {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #68ec2f;
  color: #fff;
  text-transform: uppercase;
  font-family: "metropolisbold";
  font-weight: 400;
  font-size: 15px;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
}

#product #product-header #product-left {
  position: relative;
  padding: 15px;
}
#product #product-header #product-left .availability {
  position: absolute;
  top: 26px;
  right: 30px;
  padding: 0 54px 0 0;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  width: 124px;
  height: 14px;
  background-position: right center;
  background-size: 44px 14px;
  background-repeat: no-repeat;
  text-align: right;
  z-index: 10;
}
#product #product-header #product-left .availability.instock {
  color: #68ec2f;
  background-image: url("/assets/img/instock.png");
}
#product #product-header #product-left .availability.outofstock {
  background-image: url("/assets/img/outofstock.png");
}
#product #product-header #product-left #product-img {
  position: relative;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}
#product #product-header #product-left #product-img img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
#product #product-header #product-left .manufacturer {
  text-align: right;
}
#product #product-header #product-left .manufacturer a {
  display: inline-block;
}
#product #product-header #product-left .manufacturer img {
  width: 240px;
}
#product #product-header #product-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
#product #product-header #product-right {
  padding: 15px;
}
#product #product-header #product-right h1 {
  width: 100%;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "metropolisbold";
  font-weight: 400;
  font-size: 27px;
}
#product #product-header #product-right .price-drop {
  position: relative;
  line-height: 42px;
  padding: 0 12px;
  background: #68ec2f;
  color: #fff;
  font-size: 17px;
}
#product #product-header #product-right .price-drop:after {
  position: absolute;
  top: 0;
  right: -6px;
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 42px solid #68ec2f;
  border-right: 6px solid transparent;
}
#product #product-header #product-right #average-product-rating {
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 15px 20px 0 0;
  cursor: pointer;
}
#product #product-header #product-right #average-product-rating .rating {
  margin-left: 5px;
}
#product #product-header #product-right .blister {
  width: auto;
  line-height: 24px;
  padding: 0 20px 0 0;
  color: #fc6721;
  font-family: "metropolisbold";
  font-size: 26px;
}
#product #product-header #product-right .blister > span {
  display: inline-block;
  height: 24px;
  width: 85px;
  margin-left: 5px;
  background-image: url("/assets/img/blister.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 85px 288px;
}
#product #product-header #product-right .blister > span.blister_2 {
  background-position: 0 -24px;
}
#product #product-header #product-right .blister > span.blister_3 {
  background-position: 0 -48px;
}
#product #product-header #product-right .blister > span.blister_4 {
  background-position: 0 -72px;
}
#product #product-header #product-right .blister > span.blister_5 {
  background-position: 0 -96px;
}
#product #product-header #product-right .blister > span.blister_6 {
  background-position: 0 -120px;
}
#product #product-header #product-right .price {
  font-family: "metropolisbold";
}
#product #product-header #product-right .vat-unit-price {
  line-height: 30px;
  color: #fc6721;
  font-size: 40px;
  font-weight: 900;
}
#product #product-header #product-right .unit-price {
  line-height: 30px;
  color: #fc6721;
  font-size: 20px;
  font-weight: 700;
}
#product #product-header #product-right .addtocart-block {
  width: 100%;
  margin-top: 60px;
}
#product #product-header #product-right .addtocart-block .delivery {
  width: 106px;
  height: 50px;
  margin-right: 20px;
}
#product #product-header #product-right .addtocart-block form {
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
#product #product-header #product-right .addtocart-block form input[type=number] {
  line-height: 26px;
  width: 70px;
  margin: 0 5px;
  padding: 0 0 0 10px;
  border: 1px solid #fc6721;
  border-radius: 4px;
}
#product #product-header #product-right .addtocart-block form button {
  width: 100%;
  line-height: 80px;
  margin: 60px 0;
  padding: 0 15px 0 80px;
  background: #fc6721;
  background-image: url("/assets/img/addtocart.png");
  background-size: 60px 60px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  color: #fff;
  text-transform: uppercase;
  font-family: "metropolisbold";
  font-size: 17px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}
#product #product-header #product-right #price-list {
  font-size: 0;
}
#product #product-header #product-right #price-list > div {
  display: inline-block;
}
#product #product-header #product-right #price-list .qty, #product #product-header #product-right #price-list .price {
  position: relative;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
#product #product-header #product-right #price-list .qty {
  transform: skew(14deg, 0deg);
}
#product #product-header #product-right #price-list .qty > span {
  display: block;
  transform: skew(-14deg, 0deg);
  padding: 10px 8px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 700;
}
#product #product-header #product-right #price-list .price {
  transform: skew(-6deg, 0deg);
  height: 90px;
  vertical-align: top;
  font-size: 13px;
}
#product #product-header #product-right #price-list .price > span {
  display: block;
  transform: skew(6deg, 0deg);
  min-width: 90px;
  line-height: 20px;
  padding: 15px 8px 0 8px;
}
#product #product-header #product-right #price-list .price .price-vat {
  font-size: 20px;
  font-weight: 900;
}
#product #product-header #product-right #price-list > div:nth-child(1) .qty {
  background-color: #fc6721;
}
#product #product-header #product-right #price-list > div:nth-child(1) .price {
  background-color: #1a3853;
}
#product #product-header #product-right #price-list > div:nth-child(2) .qty {
  background-color: rgb(252.204, 113.336, 48.096);
}
#product #product-header #product-right #price-list > div:nth-child(2) .price {
  background-color: rgb(29.6495412844, 63.8605504587, 94.6504587156);
}
#product #product-header #product-right #price-list > div:nth-child(3) .qty {
  background-color: rgb(252.408, 123.672, 63.192);
}
#product #product-header #product-right #price-list > div:nth-child(3) .price {
  background-color: rgb(33.2990825688, 71.7211009174, 106.3009174312);
}
#product #product-header #product-right #price-list > div:nth-child(4) .qty {
  background-color: rgb(252.612, 134.008, 78.288);
}
#product #product-header #product-right #price-list > div:nth-child(4) .price {
  background-color: rgb(36.9486238532, 79.5816513761, 117.9513761468);
}
#product #product-header #product-right #price-list > div:nth-child(5) .qty {
  background-color: rgb(252.816, 144.344, 93.384);
}
#product #product-header #product-right #price-list > div:nth-child(5) .price {
  background-color: rgb(40.5981651376, 87.4422018349, 129.6018348624);
}
#product #product-header #product-right #price-list > div:nth-child(6) .qty {
  background-color: rgb(253.02, 154.68, 108.48);
}
#product #product-header #product-right #price-list > div:nth-child(6) .price {
  background-color: rgb(44.247706422, 95.3027522936, 141.252293578);
}
#product #product-header #product-right #price-list > div:nth-child(7) .qty {
  background-color: rgb(253.224, 165.016, 123.576);
}
#product #product-header #product-right #price-list > div:nth-child(7) .price {
  background-color: rgb(47.8972477064, 103.1633027523, 152.9027522936);
}
#product #product-header #product-right #price-list > div:nth-child(8) .qty {
  background-color: rgb(253.428, 175.352, 138.672);
}
#product #product-header #product-right #price-list > div:nth-child(8) .price {
  background-color: rgb(51.5467889908, 111.023853211, 164.5532110092);
}
#product #product-header #product-right #price-list > div:nth-child(9) .qty {
  background-color: rgb(253.632, 185.688, 153.768);
}
#product #product-header #product-right #price-list > div:nth-child(9) .price {
  background-color: rgb(55.1963302752, 118.8844036697, 176.2036697248);
}
#product #product-header #product-right #price-list > div:nth-child(10) .qty {
  background-color: rgb(253.836, 196.024, 168.864);
}
#product #product-header #product-right #price-list > div:nth-child(10) .price {
  background-color: rgb(58.8458715596, 126.7449541284, 187.8541284404);
}
#product #product-details {
  padding: 20px;
  background: #f0f0f0;
  border-top: 3px solid #fc6721;
  border-bottom: 3px solid #fc6721;
}
#product #product-details ul {
  list-style-type: none;
}
#product #product-details ul li {
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
}
#product #product-details ul li span {
  font-weight: 900;
}
#product #product-description {
  line-height: 26px;
}
#product #product-description ul li {
  margin-left: 20px;
}
#product #product-blocks .product-block {
  position: relative;
  margin-bottom: 15px;
  padding: 15px;
  border: 3px solid #fc6721;
}
#product #product-blocks .product-block h2 {
  line-height: 28px;
  margin-bottom: 15px;
  color: #fc6721;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
#product #product-blocks .product-block p {
  line-height: 32px;
  font-size: 17px;
}
#product #product-blocks .product-block table {
  margin: 10px 0;
  border-collapse: collapse;
}
#product #product-blocks .product-block table th, #product #product-blocks .product-block table td {
  padding: 2px 5px;
  border: 1px solid #1a3853;
}
#product #product-reviews {
  margin: 30px 20px;
  padding-bottom: 30px;
  text-align: center;
  border: 3px solid #fc6721;
  background-image: url("/assets/img/product_reviews_background.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #fff;
}
#product #product-reviews .header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  color: #1a3853;
  border-bottom: 3px solid #fc6721;
}
#product #product-reviews .header > div {
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 30px;
  margin: 0 auto;
  padding: 10px 20px;
}
#product #product-reviews .header > div .rating {
  margin-left: 10px;
}
#product #product-reviews .review {
  padding: 20px 40px;
}
#product #product-reviews .review > div {
  padding: 10px;
}
#product #product-reviews .review-title {
  line-height: 26px;
  color: #fc6721;
}
#product #product-reviews .more {
  padding: 30px 0;
}
#product #product-reviews .more button {
  width: 42px;
  height: 42px;
  background-image: url("/assets/img/more_reviews_blue.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
}
#product #product-reviews .leave-review {
  margin: 12px 0;
}
#product #product-reviews form {
  padding: 20px;
}
#product #product-reviews form > div {
  margin: 15px 0;
}
#product #product-reviews form textarea {
  max-width: 600px;
  margin: 0 auto;
}

#news-article #article-img img {
  max-height: 420px;
}

#news-article .related-products {
  margin-top: 30px;
}

.related-products .category-name {
  padding: 62px 0;
  background-image: url("/assets/img/related-products_background.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
  background-position: center;
}

#cart .related-products {
  display: none;
}

#order-steps {
  margin-bottom: 60px;
}
#order-steps > ul {
  list-style-type: none;
  font-size: 0;
}
#order-steps > ul > li {
  position: relative;
  display: inline-block;
  width: calc(50% - 3px);
  line-height: 46px;
  margin-right: 3px;
  background: #cfcfce;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 3px solid #fff;
}
#order-steps > ul > li.active {
  background: #1a3853;
  color: #fc6721;
}
#order-steps > ul > li.active:after {
  border-left: 23px solid #1a3853 !important;
}
#order-steps > ul > li:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 23px inset transparent;
  border-bottom: 23px inset transparent;
  border-left: 23px solid #fff;
  z-index: 1;
}
#order-steps > ul > li:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -23px;
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 23px solid #cfcfce;
  z-index: 2;
}
#order-steps > ul > li:nth-child(odd):before {
  border-left: 0;
}
#order-steps > ul > li:nth-child(even) {
  width: 50%;
  margin-right: 0;
}
#order-steps > ul > li:nth-child(even):after {
  border-left: 0;
}
#order-steps > ul > li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#product-review-form {
  margin: 30px 20px;
  padding: 30px;
  text-align: center;
  border: 3px solid #fc6721;
}
#product-review-form form {
  max-width: 600px;
  margin: 0 auto;
}

#cart-products {
  padding-bottom: 60px;
}
#cart-products table {
  width: 100%;
  border-collapse: collapse;
}
#cart-products table thead th {
  display: none;
  line-height: 58px;
  padding: 0 8px;
  color: #1a3853;
  text-align: center;
  border: 1px solid #f0f0f0;
}
#cart-products table thead th.empty {
  border: 0;
}
#cart-products table tbody td {
  padding: 15px;
  border: 1px solid #f0f0f0;
}
#cart-products table tbody td.center {
  text-align: center;
}
#cart-products table tbody td a.product-name {
  color: #1a3853;
  text-transform: uppercase;
  text-decoration: none;
}
#cart-products table tbody td a.product-name:hover {
  text-decoration: underline;
}
#cart-products table tbody td .product-blister {
  display: block;
  color: #fc6721;
}
#cart-products table tbody td.product-img img {
  max-width: 160px;
}
#cart-products table tbody td .price {
  font-family: "metropolisbold";
  font-weight: 400;
}
#cart-products table tbody td.product-qty input {
  width: 80px;
  line-height: 24px;
  padding-left: 5px;
  border: 1px solid #f0f0f0;
  color: #1a3853;
}
#cart-products table tbody td .remove {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

#product-gallery > div > div {
  text-align: center;
}
#product-gallery img {
  display: block;
  width: auto;
  margin: 0 auto;
}

#order-amount {
  max-width: 340px;
  margin: 0 auto;
}
#order-amount table {
  width: 100%;
  margin-bottom: 35px;
  border-spacing: 0;
  border-style: hidden;
  border: 2px solid #fc6721;
  border-radius: 4px;
}
#order-amount table th, #order-amount table td {
  line-height: 24px;
}
#order-amount table th {
  padding: 6px 8px;
  color: #fc6721;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #fc6721;
}
#order-amount table tbody td {
  padding: 6px 15px;
}
#order-amount table tbody tr:first-child td {
  padding-top: 8px;
}
#order-amount table tbody tr:last-child td {
  padding-bottom: 8px;
}
#order-amount table td {
  padding: 3px 8px;
  color: #1a3853;
}
#order-amount table td.price {
  text-align: right;
  color: #fc6721;
  font-family: "metropolisbold";
}
#order-amount tfoot tr:first-child td {
  border-top: 2px solid #fc6721;
}
#order-amount .discount_code {
  display: flex;
  width: 100%;
  padding: 5px 0;
  font-size: 0;
}
#order-amount .discount_code input {
  width: calc(100% - 60px);
  line-height: 40px;
  padding: 0 6px;
  border: 2px solid #1a3853;
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
}
#order-amount .discount_code input::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  opacity: 1;
  color: #cfcfce;
}
#order-amount .discount_code input:-moz-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  opacity: 1;
  color: #cfcfce;
}
#order-amount .discount_code input::-moz-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  opacity: 1;
  color: #cfcfce;
}
#order-amount .discount_code input:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  opacity: 1;
  color: #cfcfce;
}
#order-amount .discount_code button {
  width: 60px;
  line-height: 40px;
  background: #fc6721;
  color: #fff;
  font-family: "metropolisbold";
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #1a3853;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#order-amount .next {
  padding: 30px 10px;
}

.next {
  display: block;
  line-height: 24px;
  margin: 0 auto;
  padding: 15px 0;
  background: #fc6721;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
}

.prev {
  display: block;
  line-height: 24px;
  margin: 20px auto 0 auto;
  padding: 5px 0;
  background: #cfcfce;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
}

#login-blocks > div {
  margin-bottom: 15px;
}
#login-blocks > div > div {
  display: none;
  padding: 20px;
  border-bottom: 3px solid #fc6721;
  border-left: 3px solid #fc6721;
  border-right: 3px solid #fc6721;
}
#login-blocks h2 {
  line-height: 40px;
  padding: 50px 15px;
  text-align: center;
  border: 3px solid #fc6721;
  text-transform: uppercase;
  cursor: pointer;
}
#login-blocks #register-block h2 {
  color: #fc6721;
}
#login-blocks #login-block h2 {
  background: #fc6721;
  color: #fff;
}

.action {
  width: 50px;
  text-align: center;
}

.order_addresses .logo {
  width: 160px;
  padding: 10px;
}
.order_addresses h4 {
  color: #fc6721;
  font-family: "metropolisbold";
  text-transform: uppercase;
  font-size: 15px;
}
.order_addresses .order_address {
  width: 100%;
  border-collapse: collapse;
  border: 0;
  text-align: center;
}
.order_addresses .order_address th {
  padding: 10px;
  color: #fc6721;
  font-family: "metropolisbold";
  font-size: 17px;
  text-transform: uppercase;
  border: 1px solid #cfcfce;
}
.order_addresses .order_address td {
  padding: 10px;
  border: 1px solid #cfcfce;
}
.order_addresses .order_address td .name {
  color: #fc6721;
  font-family: "metropolisbold";
}

.order_address {
  margin-bottom: 30px;
  border: 2px solid #f0f0f0;
}
.order_address > h2 {
  line-height: 24px;
  padding: 10px 0;
  text-align: center;
  color: #fc6721;
  border-bottom: 2px solid #f0f0f0;
  text-transform: uppercase;
}
.order_address > div {
  padding: 15px;
  text-align: center;
}

#shipping > table, #payment > table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
#shipping > table th, #shipping > table td, #payment > table th, #payment > table td {
  padding: 10px;
  border: 2px solid #f0f0f0;
}
#shipping > table th, #payment > table th {
  color: #fc6721;
  text-align: center;
  text-transform: uppercase;
}
#shipping > table h4, #payment > table h4 {
  margin-bottom: 4px;
  color: #fc6721;
  text-transform: uppercase;
}
#shipping > table p, #payment > table p {
  margin-bottom: 10px;
}
#shipping > table .italic, #payment > table .italic {
  font-style: italic;
  font-size: 13px;
}
#shipping > table table, #payment > table table {
  width: 100%;
  margin: 15px 0 0 0;
  border-collapse: collapse;
}
#shipping > table table td, #payment > table table td {
  padding: 13px 10px 11px 10px;
  border: 0;
  border-top: 2px solid #f0f0f0;
  font-size: 14px;
}
#shipping > table table td strong, #payment > table table td strong {
  font-weight: 900;
}
#shipping > table table tr:hover, #payment > table table tr:hover {
  background-color: #f2f2f2;
}
#shipping .radio, #payment .radio {
  width: 20px;
  text-align: center;
  vertical-align: middle;
}
#shipping input[type=tel], #payment input[type=tel] {
  line-height: 22px;
  padding: 0 6px;
  border: 1px solid #1a3853;
}
#shipping .shipping-img, #payment .shipping-img {
  width: 100px;
  vertical-align: top;
}
#shipping .price, #payment .price {
  font-family: "metropolisbold";
  font-weight: 400;
  color: #fc6721;
}

#account main h1 {
  padding: 30px 10px;
  background: #1a3853;
  color: #fc6721;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 3px solid #fc6721;
}

#account-links > div {
  margin-bottom: 20px;
  background: #cfcfce;
  border: 3px solid #1a3853;
  text-align: center;
}
#account-links > div > a {
  display: block;
  height: 100%;
  padding: 20px;
  color: #1a3853;
  text-decoration: none;
}
#account-links > div h3 {
  color: #1a3853;
  text-transform: uppercase;
}

.noborder {
  border: 0 !important;
}

.back-link {
  margin: 40px 0 20px 0;
  text-align: center;
}
.back-link a {
  display: inline-block;
  margin: 0 auto;
  padding: 0 14px;
  line-height: 25px;
  background: #cfcfce;
  color: #fff;
  text-decoration: none;
}

#account-addresses > table td, #account-addresses > table th {
  border: 1px solid #1a3853;
}

.addresses > table {
  width: 90%;
  max-width: 800px;
  margin: 20px auto;
  border-collapse: collapse;
}
.addresses > table th {
  padding: 10px;
  color: #fc6721;
  font-family: "metropolisbold";
  font-size: 17px;
  text-transform: uppercase;
  border: 1px solid #cfcfce;
}
.addresses > table td {
  padding: 10px 15px;
  border: 2px solid #1a3853;
  text-align: center;
  vertical-align: middle;
}
.addresses h3 {
  color: #fc6721;
  text-transform: uppercase;
}
.addresses h4 {
  line-height: 24px;
  color: #fc6721;
  text-transform: uppercase;
}
.addresses p {
  line-height: 20px;
  margin: 2px 0;
}

#reinsurance {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding: 40px 20px;
}
#reinsurance > div {
  margin-bottom: 30px;
}
#reinsurance > div > a {
  width: 100%;
  padding: 0 15px 24px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border: 3px solid #fc6721;
}
#reinsurance > div > a:hover {
  border: 3px solid #fff;
}
#reinsurance > div > a img {
  width: 100%;
  max-width: 290px;
}
#reinsurance > div > a span {
  width: 100%;
  line-height: 32px;
  color: #1a3853;
  font-family: "metropolisbold";
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
}

.review {
  padding: 0 40px;
}
.review p {
  margin: 10px 0;
  line-height: 26px;
}
.review .review-title {
  color: #fc6721;
  text-transform: uppercase;
}

#main-reviews {
  max-width: 800px;
  margin: 30px auto;
}
#main-reviews .review {
  margin: 30px 0;
  border: 1px solid #f0f0f0;
  text-align: center;
}

#news-name {
  margin: 0 20px;
  padding: 20px;
  border: 3px solid #fc6721;
  text-align: center;
}
#news-name img {
  max-width: 290px;
}
#news-name h1, #news-name p {
  font-family: "metropolisbold";
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

#news-list article {
  position: relative;
  margin: 30px 0;
  padding: 10px 10px 72px 10px;
  border: 3px solid #fc6721;
}
#news-list article .article-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news-list article .article-img {
  text-align: center;
}
#news-list article .article-img img {
  display: block;
  margin: 0 auto;
}
#news-list article h2 {
  line-height: 28px;
  margin: 10px 0;
  font-family: "metropolisbold";
  font-size: 22px;
  text-transform: uppercase;
}
#news-list article h2 a {
  text-decoration: none;
}
#news-list article h2 a:hover {
  text-decoration: underline;
}
#news-list .more {
  position: absolute;
  bottom: 20px;
  height: 42px;
  width: calc(100% - 20px);
  text-align: center;
}
#news-list .more a {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin: 0 auto;
  background-image: url("/assets/img/more_reviews_blue.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
}

#news aside {
  margin: 30px 0;
}

.latest-news {
  padding: 15px;
  border: 3px solid #fc6721;
}
.latest-news h3 {
  margin: 0 0 10px 0;
  font-family: "metropolisbold";
  font-size: 18px;
  color: #fc6721;
  text-transform: uppercase;
}
.latest-news ul {
  list-style-type: none;
}
.latest-news ul > li {
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 15px;
}
.latest-news ul > li a {
  color: #1a3853;
  text-decoration: none;
  font-weight: 700;
}
.latest-news ul > li a:hover {
  text-decoration: underline;
  text-decoration-color: #fc6721;
}
.latest-news ul > li:before {
  content: ">";
  color: #fc6721;
  margin-right: 5px;
}

.related-posts {
  margin: 30px 0;
}
.related-posts h3 {
  margin-bottom: 15px;
  padding: 2px 10px;
  line-height: 26px;
  background: #fc6721;
  color: #fff;
  text-transform: uppercase;
}
.related-posts ul {
  list-style-type: none;
}
.related-posts ul li {
  line-height: 24px;
}
.related-posts figure {
  max-width: 320px;
}
.related-posts.video ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.related-posts.video ul li {
  margin: 10px auto;
}

#footer-reviews {
  padding: 20px 0;
  background-color: #1a3853;
  background-image: url("/assets/img/reviews_background.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  border-top: 3px solid #fc6721;
  border-bottom: 3px solid #fc6721;
  color: #fff;
  text-align: center;
}
@supports (background-image: url("/assets/img/reviews_background.webp")) {
  #footer-reviews {
    background-image: url("/assets/img/reviews_background.webp");
  }
}
#footer-reviews #last-reviews {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
#footer-reviews .reviews_link {
  margin: 20px auto;
}
#footer-reviews .reviews_link a {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url("/assets/img/more_reviews.svg");
  background-repeat: no-repeat;
}

#footer-social {
  padding: 35px 0;
  background: #f0f0f0;
  text-align: center;
}
#footer-social ul {
  list-style-type: none;
  font-size: 0;
}
#footer-social ul > li {
  display: inline-block;
}
#footer-social ul > li > a {
  display: table-cell;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}
#footer-social ul > li > a > img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  transition: all 0.5s ease-in-out;
}
#footer-social ul > li > a:hover > img {
  width: 50px;
}

#news-article article h1 {
  margin-bottom: 25px;
  text-transform: uppercase;
}
#news-article article .publisher {
  margin: 10px 0;
  font-style: italic;
}
#news-article article picture {
  margin: 10px 0 20px 0;
  text-align: center;
}
#news-article article picture img {
  display: block;
  margin: 0 auto;
}
#news-article article #content {
  text-align: justify;
}
#news-article article #content p {
  margin: 10px 0 20px 0;
}
#news-article article #content ul {
  margin: 10px 0 20px 0;
}
#news-article article #content ul li {
  margin-left: 20px;
}
#news-article aside {
  padding: 10px;
}
#news-article aside h4 {
  margin: 0 0 10px 0;
  font-family: "metropolisbold";
  font-weight: 400;
  text-transform: uppercase;
}
#news-article aside ul {
  list-style-position: inside;
}

footer {
  background: #1a3853;
  color: #fff;
  border-top: 3px solid #fc6721;
  border-bottom: 3px solid #fc6721;
}
footer .wrapper {
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px 5px;
}
footer > div {
  padding: 10px;
}
footer > div h4 {
  margin: 5px 0;
  color: #fc6721;
  font-family: "metropolisbold";
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}
footer > div ul {
  list-style-type: none;
}
footer > div ul > li > a {
  display: block;
  line-height: 32px;
  color: #fff;
  text-decoration: none;
}
footer > div ul > li > a:before {
  content: "-";
  margin: 0 4px 0 0;
  color: #fc6721;
}
footer > div #newsletter-form {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  border: 3px solid #fc6721;
  border-radius: 4px;
  font-size: 0;
  background: #fc6721;
}
footer > div #newsletter-form input {
  display: inline-block;
  width: calc(100% - 38px);
  line-height: 38px;
  padding: 0 10px;
  border: 0;
  background: #1a3853;
  color: #fff;
  font-size: 17px;
}
footer > div #newsletter-form input::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  opacity: 1;
  color: #fff;
}
footer > div #newsletter-form input:-moz-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  opacity: 1;
  color: #fff;
}
footer > div #newsletter-form input::-moz-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  opacity: 1;
  color: #fff;
}
footer > div #newsletter-form input:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  opacity: 1;
  color: #fff;
}
footer > div #newsletter-form button {
  display: inline-block;
  line-height: 32px;
  width: 38px;
  background: transparent;
  color: #fff;
  font-family: "metropolisbold";
  font-size: 15px;
  font-weight: 400;
  border: 0;
  border-left: 3px solid #fc6721;
  cursor: pointer;
}

form.default > div > p {
  margin: 10px 0;
}
form.default input[type=text], form.default input[type=email], form.default input[type=tel], form.default input[type=password], form.default input[type=number], form.default input[type=search] {
  width: 100%;
  line-height: 28px;
  padding: 0 10px;
  border: 2px solid #1a3853;
}
form.default input[type=text]::-webkit-input-placeholder, form.default input[type=email]::-webkit-input-placeholder, form.default input[type=tel]::-webkit-input-placeholder, form.default input[type=password]::-webkit-input-placeholder, form.default input[type=number]::-webkit-input-placeholder, form.default input[type=search]::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #1a3853;
  opacity: 0.7;
}
form.default input[type=text]:-moz-placeholder, form.default input[type=email]:-moz-placeholder, form.default input[type=tel]:-moz-placeholder, form.default input[type=password]:-moz-placeholder, form.default input[type=number]:-moz-placeholder, form.default input[type=search]:-moz-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #1a3853;
  opacity: 0.7;
}
form.default input[type=text]::-moz-placeholder, form.default input[type=email]::-moz-placeholder, form.default input[type=tel]::-moz-placeholder, form.default input[type=password]::-moz-placeholder, form.default input[type=number]::-moz-placeholder, form.default input[type=search]::-moz-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #1a3853;
  opacity: 0.7;
}
form.default input[type=text]:-ms-input-placeholder, form.default input[type=email]:-ms-input-placeholder, form.default input[type=tel]:-ms-input-placeholder, form.default input[type=password]:-ms-input-placeholder, form.default input[type=number]:-ms-input-placeholder, form.default input[type=search]:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #1a3853;
  opacity: 0.7;
}
form.default textarea {
  width: 100%;
  height: 240px;
  line-height: 28px;
  padding: 10px;
  border: 2px solid #1a3853;
  resize: vertical;
}
form.default textarea::-webkit-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #1a3853;
  opacity: 0.7;
}
form.default textarea:-moz-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #1a3853;
  opacity: 0.7;
}
form.default textarea::-moz-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #1a3853;
  opacity: 0.7;
}
form.default textarea:-ms-input-placeholder {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #1a3853;
  opacity: 0.7;
}
form.default button {
  line-height: 28px;
  padding: 0 14px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  background: #fc6721;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}

.mail {
  display: none !important;
}

#contact-form {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
}
#contact-form .submit {
  text-align: right;
}

#retrieve-password {
  max-width: 480px;
  margin: 20px auto;
}

#cart-popin_content {
  display: flex;
  flex-wrap: wrap;
  background: #f0f0f0;
}
#cart-popin_content figure {
  width: 100%;
  padding: 10px;
  background: #fff;
  text-align: center;
}
#cart-popin_content figure img {
  max-width: 150px;
  margin: 0 auto;
}
#cart-popin_content > div {
  width: 100%;
  padding: 10px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 200;
  text-align: center;
}
.modal a {
  color: #fc6721;
}
.modal .back {
  text-align: center;
}
.modal button {
  cursor: pointer;
}
.modal .close {
  display: inline-block;
  line-height: 24px;
  margin: 15px auto 0 auto;
  padding: 0 7px;
  background: #fc6721;
  color: #fff;
  font-family: "metropolisbold";
  text-transform: uppercase;
  border: 0;
}
.modal > div {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 90%;
  max-width: 420px;
  max-height: 90%;
  overflow-y: auto;
  padding: 25px 20px;
  background: #fff;
  z-index: 300;
  text-align: left;
  box-shadow: 0 0 60px 0 rgb(252, 103, 33);
}
.modal h4 {
  line-height: 24px;
  margin-bottom: 10px;
  padding: 4px 0;
  background: #1a3853;
  color: #fc6721;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.modal .links > p {
  line-height: 24px;
  padding: 4px 0;
  margin: 10px 0;
  text-transform: uppercase;
  border-radius: 4px;
}
.modal .links .button, .modal .links button {
  display: inline-block;
  line-height: 28px;
  padding: 2px 12px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  cursor: pointer;
}
.modal .links .back {
  text-align: inherit;
}
.modal .links .back .button, .modal .links .back button {
  background: #cfcfce;
}
.modal #cart-popin_links > p {
  line-height: 24px;
  padding: 4px 0;
  margin: 10px 0;
  text-transform: uppercase;
  border-radius: 4px;
  text-align: center;
}
.modal #cart-popin_links .close {
  margin: 0 auto;
}
.modal #cart-popin_links .back {
  border: 1px solid #fc6721;
}
.modal #cart-popin_links .back button {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #fc6721;
  border: 0;
  cursor: pointer;
}
.modal #cart-popin_links .next {
  background: #fc6721;
}
.modal #cart-popin_links .next a {
  display: block;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.modal:after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}

#quote_request [class^=step] {
  display: none;
}
#quote_request #step0 {
  display: block;
}
#quote_request textarea {
  height: 120px;
}
#quote_request label {
  display: block;
  margin-bottom: 10px;
}

:root {
  --swiper-navigation-size: 35px !important;
  --swiper-navigation-color: #fc6721;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-weight: 700 !important;
}

@media screen and (max-width: 599px) {
  #cart-products tbody tr {
    display: block;
    margin: 0 auto 20px auto;
  }
  #cart-products tbody td {
    display: block;
  }
}
@media screen and (min-width: 480px) {
  #cart-popin_content {
    display: flex;
    flex-wrap: wrap;
  }
  #cart-popin_content figure {
    width: 50%;
  }
  #cart-popin_content > div {
    width: 50%;
  }
}
@media screen and (min-width: 600px) {
  #topbar #search input {
    width: 240px;
  }
  #topbar #customer-toplinks a > i {
    display: none;
  }
  #topbar #customer-toplinks a > span {
    display: block;
  }
  header nav > ul > li > ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-fill: balance;
    -moz-colum-fill: balance;
    -moz-column-fill: balance;
         column-fill: balance;
  }
  .category-name img {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  .category-name h1, .category-name h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
  }
  .product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-list > div {
    margin: 15px;
  }
  #product-actions ul > li {
    width: calc(50% - 10px);
  }
  #account-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #account-links > div {
    width: calc(50% - 10px);
  }
  #news-list article > div {
    width: auto;
  }
  #news-list article .article-img {
    width: 250px;
  }
  #news-list article .article-extract {
    width: calc(100% - 280px);
  }
  footer .wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  footer .wrapper > div {
    width: 50%;
  }
  .modal .links {
    display: flex;
    justify-content: space-between;
  }
  .modal .links > p {
    width: calc(50% - 10px);
  }
  .modal #cart-popin_links {
    display: flex;
    justify-content: space-between;
  }
  .modal #cart-popin_links > p {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 659px) {
  #topbar #logo-small {
    display: none !important;
  }
}
@media screen and (min-width: 660px) {
  #topbar #logo-small {
    float: left;
    width: 130px;
    height: 100%;
    padding: 0 15px;
  }
  #topbar #logo-small a {
    display: block;
    height: 100%;
    display: flex;
  }
  #topbar #logo-small a img {
    margin: auto;
    display: block;
  }
  #topbar .wrapper {
    width: calc(100% - 130px);
    text-align: right;
  }
  #product #product-header #product-right .addtocart-block form button {
    width: auto;
  }
}
@media screen and (min-width: 800px) {
  #brand {
    padding-bottom: 40px;
  }
  #brand #brand-img {
    left: calc(50% - 240px);
  }
  #brand .more {
    top: -70px;
    left: calc(50% + 15px);
    height: 140px;
    width: auto;
    margin-top: 0;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  #unavaible-product-actions > div {
    width: calc(33.33% - 10px);
  }
  #product-reviews .header > div {
    width: 50%;
  }
  #product-reviews .header > div:first-child {
    border-right: 3px solid #fc6721;
  }
  #reinsurance > div {
    width: calc(50% - 15px);
  }
  #cart-products table thead th {
    display: table-cell;
  }
  #profile .row {
    display: flex;
    justify-content: space-between;
  }
  #profile .row > p {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 960px) {
  header .wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  header .wrapper nav {
    padding: 0;
  }
  header .wrapper:after {
    display: none;
    content: "";
  }
  header #burger {
    display: none;
  }
  header #pro-link {
    display: table;
    height: 100%;
    margin-right: 15px;
  }
  header #pro-link a {
    display: table-cell;
    vertical-align: middle;
  }
  header #pro-link a img {
    display: block;
    width: 90px;
  }
  header nav {
    display: block;
    clear: none;
    float: right;
    padding-top: 0;
    border: 0;
  }
  header nav > ul {
    border: 0;
  }
  header nav > ul > li {
    display: inline-block;
    line-height: 60px;
    padding: 0 20px;
  }
  header nav > ul > li > ul {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  header nav > ul > li > ul > li {
    line-height: 22px;
  }
  #index-header #index-header_right {
    padding: 60px 60px 50px 60px;
  }
  #manufacturers-block {
    display: block;
    margin: 10px 0;
    list-style-type: none;
    font-size: 0;
  }
  #manufacturers-block > li {
    display: inline-block;
    width: 120px;
    margin: 10px 15px;
  }
  #manufacturers-block > li > a {
    display: block;
  }
  #news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #news-list > article {
    width: calc(50% - 15px);
    padding: 20px 20px 72px 20px;
  }
  #news-list > article .more {
    width: calc(100% - 40px);
  }
  #login-blocks {
    display: flex;
    justify-content: space-between;
  }
  #login-blocks > div {
    width: calc(50% - 10px);
  }
  #login-blocks h2 {
    padding: 100px 15px;
  }
  #contact-form form > div {
    display: flex;
    justify-content: space-between;
  }
  #contact-form form > div > p {
    width: calc(50% - 10px);
  }
  footer .wrapper > div {
    width: 33.33%;
  }
}
@media screen and (min-width: 1020px) {
  #product #product-header #product-left {
    padding-right: 60px;
  }
  #product #product-header #product-left #product-img {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  #product #product-header #product-left #product-img img {
    min-width: 290px;
  }
  #product #product-header #product-left:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    transform: skew(-5deg, 0deg);
    border-right: 3px solid #fc6721;
  }
  #product #product-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #product #product-header #product-left {
    position: relative;
    width: 35%;
  }
  #product #product-header #product-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 30px;
  }
  #product #product-header #product-right h1 {
    width: calc(100% - 70px);
  }
  #product #product-header #product-right .addtocart-block {
    margin-top: 0;
  }
  #product #product-blocks {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  #product #product-blocks .product-block {
    margin-bottom: 0;
    border-bottom: 0;
  }
  #product #product-blocks .product-block:last-child {
    border-bottom: 3px solid #fc6721;
  }
  #product #product-blocks > div {
    width: 50%;
  }
  #product #product-blocks .left .product-block:after {
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    content: " ";
    display: inline-block;
    width: 0;
    border-right: 3px solid #fc6721;
  }
  #product #product-blocks .right .product-block {
    border-left: 0;
  }
  #product #product-blocks .right .product-block:after {
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    content: " ";
    display: inline-block;
    width: 0;
    border-left: 3px solid #fc6721;
  }
  #order-step3 #order-top {
    display: flex;
    justify-content: space-between;
  }
  #order-step3 #order-top > div {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1160px) {
  #topbar .wrapper {
    padding: 6px 30px;
  }
  #topbar #customer-toplinks li {
    margin: 0 0 0 30px;
  }
  header #logo {
    margin-left: 30px;
  }
  header #logo img {
    height: 60px;
  }
  header #pro-link {
    margin-right: 30px;
  }
  #order-steps > ul > li {
    width: calc(25% - 3px);
  }
  #order-steps > ul > li:first-child:before {
    border-left: 0 !important;
  }
  #order-steps > ul > li:last-child {
    width: 25% !important;
    margin-right: 0 !important;
  }
  #order-steps > ul > li:last-child:after {
    border: 0;
  }
  #order-steps > ul > li:nth-child(odd):before {
    border-left: 23px solid #fff;
  }
  #order-steps > ul > li:nth-child(even) {
    width: calc(25% - 3px);
    margin-right: 3px;
  }
  #order-steps > ul > li:nth-child(even):after {
    border-left: 23px solid #cfcfce;
  }
  #cart #cart-products, #order-step3 #cart-products {
    float: left;
    width: calc(100% - 310px);
  }
  #cart #order-amount, #order-step3 #order-amount {
    float: right;
    width: 290px;
  }
  #cart #order-amount:after, #order-step3 #order-amount:after {
    clear: both;
  }
  #cart .related-products {
    display: block;
    margin-top: 20px;
  }
  #order-step1 .order_addresses {
    float: left;
    width: calc(100% - 310px);
  }
  #order-step1 .sticky {
    float: right;
    width: 290px;
  }
  #order-step1 .sticky:after {
    clear: both;
  }
  #order-step2 #shipping {
    float: left;
    width: calc(100% - 310px);
  }
  #order-step2 #payment {
    float: right;
    width: 290px;
  }
  #order-step2 #payment:after {
    clear: both;
  }
  #news-article main .wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  #news-article main .wrapper:after {
    display: none;
  }
  #news-article #main-article {
    width: 75%;
  }
  #news-article aside {
    position: sticky;
    top: 60px;
    width: calc(25% - 25px);
    align-self: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  header nav > ul > li > ul {
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  #index-header {
    display: flex;
  }
  #index-header > div {
    width: 50%;
  }
  #index-header .go_to_zoom {
    cursor: pointer;
  }
  #index-header .zoom_title {
    color: #FFF;
    font-size: 50px;
    margin-left: 50px;
    text-shadow: 1px 1px 2px black;
  }
  #index-header .zoom_button {
    color: #FFF;
    font-size: 20px;
    margin-left: 50px;
    background-color: #fc6721;
    padding: 5px;
    margin-top: 30px;
    size: auto;
    float: left;
  }
  #index-header .zoom_button a {
    color: #FFF;
    text-decoration: none;
  }
  #index-header #zoom {
    transform-origin: top left;
    transform: skew(5deg, 0deg);
  }
  #index-header #featured-products {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform-origin: top left;
    transform: skew(-5deg, 0deg);
    border-right: 3px solid #fc6721;
    background-size: 1000px;
  }
  #index-header #slider {
    display: block;
    position: relative;
  }
  #index-header #slider #featured-products {
    height: 100%;
    overflow: hidden;
  }
  #index-header #slider #featured-products h4 {
    width: 50%;
    line-height: 30px;
    margin: 0 0 30px 0;
    padding: 5px 10px;
    background: #1a3853;
    color: #fc6721;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 18px;
  }
  #index-header #slider #featured-products .product-list {
    position: relative;
    width: 285px !important;
    margin: 15px auto;
    overflow: hidden;
    z-index: 1;
  }
  #index-header #slider #featured-products .product-list > div {
    margin: 15px 0;
  }
  #index-header #index-header_right {
    width: 50%;
    padding-left: 80px;
  }
  #manufacturers-block > li {
    max-width: 120px;
    width: calc(20% - 10px);
  }
  #product-actions ul > li {
    width: calc(33.33% - 10px);
  }
  #news #news-list {
    float: left;
    width: calc(100% - 320px);
  }
  #news aside {
    float: right;
    width: 290px;
  }
  #news aside:after {
    clear: both;
    content: " ";
    display: table;
  }
  footer .wrapper > div {
    width: 20%;
  }
}
@media screen and (min-width: 1600px) {
  #manufacturers-block > li {
    max-width: 120px;
    width: calc(16.67% - 10px);
  }
  #product #product-header #product-left #product-img img {
    max-width: 580px;
    max-height: 580px;
  }
  #product #product-header #product-right {
    width: calc(100% - 680px);
  }
}
@media screen and (max-width: 1574px) {
  #index .product-list > div:nth-child(n+5) {
    display: none;
  }
}
@media screen and (max-width: 1889px) {
  #index .product-list > div:nth-child(n+6) {
    display: none;
  }
}/*# sourceMappingURL=global_me.css.map */