::-webkit-input-placeholder {
  /* Chrome */
  color: #afafaf;
  font-weight: 300;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #afafaf;
  font-weight: 300;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #afafaf;
  font-weight: 300;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #afafaf;
  font-weight: 300;
  opacity: 1;
}
html {
  height: 100%;
}
body {
  color: #1f1f1f;
  font-weight: 300;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 20px;
  width: calc(100% - 80px);
  height: 100%;
  max-width: 2000px;
  margin: 0 auto;
}
body.nav-type-1 {
  padding-left: 85px;
}
body.nav-type-3 {
  padding-left: 270px;
}
a {
  color: #00458b;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.black {
  color: #1f1f1f !important;
}
.clr-m-bottom {
  margin-bottom: 0;
}
input {
  border-radius: 0;
}
.row.margin-empy {
  margin: 0;
}
.h1.header {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
.h1.header:after {
  border-bottom: 2px solid #00458b;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  position: absolute;
  content: " ";
  margin: 0 auto;
}
.h1 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.h2.header {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.h3.header {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.h4.header {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.h5.header {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: gray;
}
.icon16.color {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 12px;
  height: 12px;
  background-image: none;
  display: inline-block;
}
.wrap {
  position: relative;
}
img.lazy {
  background: url(img/loader/loader.gif) no-repeat center;
  display: block;
  width: 100%;
  height: auto;
}
.tags {
  font-size: 12px;
  color: gray;
}
.tags a {
  background: #ececec;
  border-radius: 0;
  text-decoration: none !important;
  display: inline-block;
  padding: 2px 4px;
  margin: 0 5px 5px 0;
  color: gray;
}
.tags a:hover {
  background: #00458b;
  color: #ffffff;
}
/** Loadnig **/
.loading-cart-icon {
  color: transparent !important;
  position: relative;
}
.loading-cart-icon:hover {
  color: transparent !important;
}
.loading-cart-icon:after {
  top: 19px;
  left: 0;
  right: 0;
  background-image: url(img/loader/loading_three_dots.svg) !important;
  background-size: 36px;
  background-repeat: no-repeat;
  color: #ffffff;
  position: absolute;
  content: " " !important;
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
.showtype {
  width: 100%;
}
.showtype .active {
  color: #fff;
  background: #00458b;
}
.showtype span {
  display: inline-block;
  color: #7c7d7f;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  transition: all 0.3s ease;
  opacity: 1;
  position: relative;
  top: 0;
  background: #f6f7f7;
  cursor: pointer;
  border-radius: 0;
  margin-left: 5px;
}
.showtype span:hover {
  z-index: 10;
  background: #00458b;
  color: #ffffff;
  opacity: 0.9;
}
.alert-success {
  background: #f6f7f7;
  padding: 20px;
  margin: 10px 0;
  color: #729b00;
}
.alert-success i {
  margin-right: 5px;
}
.loading-svg {
  background-size: 50px 50px !important;
  height: 50px !important;
  width: 50px !important;
  display: block;
  background: url("img/loader/loading.svg") 0 0;
  background-size: 16px 16px;
}
.resize-animation-stopper * {
  animation: none !important;
  transition: none !important;
}
.cart-note {
  position: fixed;
  background: #27282f;
  color: #fff;
  z-index: 1000;
  border-radius: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 15px;
  opacity: 0;
  font-size: 14px;
  visibility: hidden;
  right: 40px;
  transition: 0.3s opacity, 0.3s visibility;
}
.cart-note.show {
  opacity: 0.8;
  visibility: visible;
  left: unset;
  transition: 0.3s opacity, 0.3s visibility;
  right: 40px;
}
.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
}
.highlight {
  background: yellow;
  padding: 0 5px;
  color: #1f1f1f;
}
.margin-top {
  margin-top: 20px;
}
address {
  font-style: normal;
}
.hide-mobile {
  display: block;
}
.pt20 {
  padding-top: 20px;
}
.wa-error-msg {
  color: red;
}
.svg-bg__style-1 {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 200 200'%3E%3Cpolygon fill='%23f6f7f7' points='100 0 0 100 100 100 100 200 200 100 200 0'/%3E%3C/svg%3E");
}
.svg-bg__style-2 {
  background-color: #f6f7f7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='200' viewBox='0 0 160 80'%3E%3Cg fill='%23ffffff' %3E%3Cpolygon points='0 10 0 0 10 0'/%3E%3Cpolygon points='0 40 0 30 10 30'/%3E%3Cpolygon points='0 30 0 20 10 20'/%3E%3Cpolygon points='0 70 0 60 10 60'/%3E%3Cpolygon points='0 80 0 70 10 70'/%3E%3Cpolygon points='50 80 50 70 60 70'/%3E%3Cpolygon points='10 20 10 10 20 10'/%3E%3Cpolygon points='10 40 10 30 20 30'/%3E%3Cpolygon points='20 10 20 0 30 0'/%3E%3Cpolygon points='10 10 10 0 20 0'/%3E%3Cpolygon points='30 20 30 10 40 10'/%3E%3Cpolygon points='20 20 20 40 40 20'/%3E%3Cpolygon points='40 10 40 0 50 0'/%3E%3Cpolygon points='40 20 40 10 50 10'/%3E%3Cpolygon points='40 40 40 30 50 30'/%3E%3Cpolygon points='30 40 30 30 40 30'/%3E%3Cpolygon points='40 60 40 50 50 50'/%3E%3Cpolygon points='50 30 50 20 60 20'/%3E%3Cpolygon points='40 60 40 80 60 60'/%3E%3Cpolygon points='50 40 50 60 70 40'/%3E%3Cpolygon points='60 0 60 20 80 0'/%3E%3Cpolygon points='70 30 70 20 80 20'/%3E%3Cpolygon points='70 40 70 30 80 30'/%3E%3Cpolygon points='60 60 60 80 80 60'/%3E%3Cpolygon points='80 10 80 0 90 0'/%3E%3Cpolygon points='70 40 70 60 90 40'/%3E%3Cpolygon points='80 60 80 50 90 50'/%3E%3Cpolygon points='60 30 60 20 70 20'/%3E%3Cpolygon points='80 70 80 80 90 80 100 70'/%3E%3Cpolygon points='80 10 80 40 110 10'/%3E%3Cpolygon points='110 40 110 30 120 30'/%3E%3Cpolygon points='90 40 90 70 120 40'/%3E%3Cpolygon points='10 50 10 80 40 50'/%3E%3Cpolygon points='110 60 110 50 120 50'/%3E%3Cpolygon points='100 60 100 80 120 60'/%3E%3Cpolygon points='110 0 110 20 130 0'/%3E%3Cpolygon points='120 30 120 20 130 20'/%3E%3Cpolygon points='130 10 130 0 140 0'/%3E%3Cpolygon points='130 30 130 20 140 20'/%3E%3Cpolygon points='120 40 120 30 130 30'/%3E%3Cpolygon points='130 50 130 40 140 40'/%3E%3Cpolygon points='120 50 120 70 140 50'/%3E%3Cpolygon points='110 70 110 80 130 80 140 70'/%3E%3Cpolygon points='140 10 140 0 150 0'/%3E%3Cpolygon points='140 20 140 10 150 10'/%3E%3Cpolygon points='140 40 140 30 150 30'/%3E%3Cpolygon points='140 50 140 40 150 40'/%3E%3Cpolygon points='140 70 140 60 150 60'/%3E%3Cpolygon points='150 20 150 40 160 30 160 20'/%3E%3Cpolygon points='150 60 150 50 160 50'/%3E%3Cpolygon points='140 70 140 80 150 80 160 70'/%3E%3C/g%3E%3C/svg%3E");
}
.svg-bg__style-3 {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1000 1000'%3E%3Cdefs%3E%3CradialGradient id='a' cx='500' cy='500' r='91.4%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23cbcdcd'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='500' cy='500' r='100%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23feffff' stop-opacity='1'/%3E%3Cstop offset='1' stop-color='%23feffff' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1000' height='1000'/%3E%3Cg fill='none' stroke='%23f6f7f7' stroke-width='7.3' stroke-miterlimit='10' %3E%3Cpolygon points='-500%2C500 500%2C-500 1500%2C500 500%2C1500'/%3E%3Cpolygon points='-475%2C500 500%2C-475 1475%2C500 500%2C1475'/%3E%3Cpolygon points='-450%2C500 500%2C-450 1450%2C500 500%2C1450'/%3E%3Cpolygon points='-425%2C500 500%2C-425 1425%2C500 500%2C1425'/%3E%3Cpolygon points='-400%2C500 500%2C-400 1400%2C500 500%2C1400'/%3E%3Cpolygon points='-375%2C500 500%2C-375 1375%2C500 500%2C1375'/%3E%3Cpolygon points='-350%2C500 500%2C-350 1350%2C500 500%2C1350'/%3E%3Cpolygon points='-325%2C500 500%2C-325 1325%2C500 500%2C1325'/%3E%3Cpolygon points='-300%2C500 500%2C-300 1300%2C500 500%2C1300'/%3E%3Cpolygon points='-275%2C500 500%2C-275 1275%2C500 500%2C1275'/%3E%3Cpolygon points='-250%2C500 500%2C-250 1250%2C500 500%2C1250'/%3E%3Cpolygon points='-225%2C500 500%2C-225 1225%2C500 500%2C1225'/%3E%3Cpolygon points='-200%2C500 500%2C-200 1200%2C500 500%2C1200'/%3E%3Cpolygon points='-175%2C500 500%2C-175 1175%2C500 500%2C1175'/%3E%3Cpolygon points='-150%2C500 500%2C-150 1150%2C500 500%2C1150'/%3E%3Cpolygon points='-125%2C500 500%2C-125 1125%2C500 500%2C1125'/%3E%3Cpolygon points='-100%2C500 500%2C-100 1100%2C500 500%2C1100'/%3E%3Cpolygon points='-75%2C500 500%2C-75 1075%2C500 500%2C1075'/%3E%3Cpolygon points='-50%2C500 500%2C-50 1050%2C500 500%2C1050'/%3E%3Cpolygon points='-25%2C500 500%2C-25 1025%2C500 500%2C1025'/%3E%3Cpolygon points='0%2C500 500%2C0 1000%2C500 500%2C1000'/%3E%3Cpolygon points='25%2C500 500%2C25 975%2C500 500%2C975'/%3E%3Cpolygon points='50%2C500 500%2C50 950%2C500 500%2C950'/%3E%3Cpolygon points='75%2C500 500%2C75 925%2C500 500%2C925'/%3E%3Cpolygon points='100%2C500 500%2C100 900%2C500 500%2C900'/%3E%3Cpolygon points='125%2C500 500%2C125 875%2C500 500%2C875'/%3E%3Cpolygon points='150%2C500 500%2C150 850%2C500 500%2C850'/%3E%3Cpolygon points='175%2C500 500%2C175 825%2C500 500%2C825'/%3E%3Cpolygon points='200%2C500 500%2C200 800%2C500 500%2C800'/%3E%3Cpolygon points='225%2C500 500%2C225 775%2C500 500%2C775'/%3E%3Cpolygon points='250%2C500 500%2C250 750%2C500 500%2C750'/%3E%3Cpolygon points='275%2C500 500%2C275 725%2C500 500%2C725'/%3E%3Cpolygon points='300%2C500 500%2C300 700%2C500 500%2C700'/%3E%3Cpolygon points='325%2C500 500%2C325 675%2C500 500%2C675'/%3E%3Cpolygon points='350%2C500 500%2C350 650%2C500 500%2C650'/%3E%3Cpolygon points='375%2C500 500%2C375 625%2C500 500%2C625'/%3E%3Cpolygon points='400%2C500 500%2C400 600%2C500 500%2C600'/%3E%3Cpolygon points='425%2C500 500%2C425 575%2C500 500%2C575'/%3E%3Cpolygon points='450%2C500 500%2C450 550%2C500 500%2C550'/%3E%3Cpolygon points='475%2C500 500%2C475 525%2C500 500%2C525'/%3E%3C/g%3E%3Crect fill='url(%23b)' width='1000' height='1000'/%3E %3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}
.svg-bg__style-4 {
  background-color: #f6f7f7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100%25 100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='0' y2='100%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23e7e7e7'/%3E%3Cstop offset='0.02' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.02' stop-color='%23eeefef'/%3E%3Cstop offset='0.032' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.032' stop-color='%23f3f4f4'/%3E%3Cstop offset='0.056' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.056' stop-color='%23eeefef'/%3E%3Cstop offset='0.07' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.07' stop-color='%23f5f6f6'/%3E%3Cstop offset='0.1' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.1' stop-color='%23f5f6f6'/%3E%3Cstop offset='0.126' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.126' stop-color='%23efefef'/%3E%3Cstop offset='0.142' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.142' stop-color='%23f1f2f2'/%3E%3Cstop offset='0.159' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.159' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.17' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.17' stop-color='%23f4f5f5'/%3E%3Cstop offset='0.197' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.197' stop-color='%23f1f2f2'/%3E%3Cstop offset='0.218' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.218' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.239' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.239' stop-color='%23dfe0e0'/%3E%3Cstop offset='0.254' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.254' stop-color='%23f1f2f2'/%3E%3Cstop offset='0.283' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.283' stop-color='%23f1f2f2'/%3E%3Cstop offset='0.294' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.294' stop-color='%23e5e6e6'/%3E%3Cstop offset='0.305' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.305' stop-color='%23e9eaea'/%3E%3Cstop offset='0.332' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.332' stop-color='%23f4f5f5'/%3E%3Cstop offset='0.346' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.346' stop-color='%23f4f5f5'/%3E%3Cstop offset='0.362' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.362' stop-color='%23e9eaea'/%3E%3Cstop offset='0.381' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.381' stop-color='%23edeeee'/%3E%3Cstop offset='0.415' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.415' stop-color='%23e7e8e8'/%3E%3Cstop offset='0.428' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.428' stop-color='%23f5f6f6'/%3E%3Cstop offset='0.442' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.442' stop-color='%23e9eaea'/%3E%3Cstop offset='0.456' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.456' stop-color='%23f4f5f5'/%3E%3Cstop offset='0.498' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.498' stop-color='%23f3f4f4'/%3E%3Cstop offset='0.511' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.511' stop-color='%23f4f5f5'/%3E%3Cstop offset='0.532' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.532' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.541' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.541' stop-color='%23e8e9e9'/%3E%3Cstop offset='0.56' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.56' stop-color='%23f0f1f1'/%3E%3Cstop offset='0.581' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.581' stop-color='%23dfe0e0'/%3E%3Cstop offset='0.6' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.6' stop-color='%23f1f2f2'/%3E%3Cstop offset='0.618' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.618' stop-color='%23ebecec'/%3E%3Cstop offset='0.656' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.656' stop-color='%23f4f5f5'/%3E%3Cstop offset='0.679' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.679' stop-color='%23f0f0f0'/%3E%3Cstop offset='0.689' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.689' stop-color='%23eff0f0'/%3E%3Cstop offset='0.720' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.720' stop-color='%23f4f5f5'/%3E%3Cstop offset='0.734' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.734' stop-color='%23f0f1f1'/%3E%3Cstop offset='0.748' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.748' stop-color='%23f4f5f5'/%3E%3Cstop offset='0.764' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.764' stop-color='%23f0f1f1'/%3E%3Cstop offset='0.788' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.788' stop-color='%23e7e8e8'/%3E%3Cstop offset='0.808' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.808' stop-color='%23e2e3e3'/%3E%3Cstop offset='0.831' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.831' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.856' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.856' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.872' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.872' stop-color='%23f4f5f5'/%3E%3Cstop offset='0.894' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.894' stop-color='%23eeefef'/%3E%3Cstop offset='0.914' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.914' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.942' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.942' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.957' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.957' stop-color='%23eff0f0'/%3E%3Cstop offset='0.973' stop-color='%23f6f7f7'/%3E%3Cstop offset='0.973' stop-color='%23f2f3f3'/%3E%3Cstop offset='1' stop-color='%23f6f7f7'/%3E%3Cstop offset='1' stop-color='%23dadbdb'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' x='0' y='0' width='100%25' height='100%25'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}
.svg-bg__style-5 {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg stroke='%23f6f7f7' stroke-width='0' %3E%3Crect fill='%23f6f7f7' x='-60' y='-60' width='112' height='240'/%3E%3C/g%3E%3C/svg%3E");
}
.svg-bg__style-6 {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg stroke='%23CCC' stroke-width='0' %3E%3Crect fill='%23F5F5F5' x='-20' y='-20' width='240' height='50'/%3E%3C/g%3E%3C/svg%3E");
}
.svg-bg__style-7 {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Crect stroke='%23ffffff' stroke-width='.5' width='1' height='1' id='s'/%3E%3Cpattern id='a' width='3' height='3' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cuse fill='%23fafafa' href='%23s' y='2'/%3E%3Cuse fill='%23fafafa' href='%23s' x='1' y='2'/%3E%3Cuse fill='%23f5f5f5' href='%23s' x='2' y='2'/%3E%3Cuse fill='%23f5f5f5' href='%23s'/%3E%3Cuse fill='%23f0f0f0' href='%23s' x='2'/%3E%3Cuse fill='%23f0f0f0' href='%23s' x='1' y='1'/%3E%3C/pattern%3E%3Cpattern id='b' width='7' height='11' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23ebebeb'%3E%3Cuse href='%23s'/%3E%3Cuse href='%23s' y='5' /%3E%3Cuse href='%23s' x='1' y='10'/%3E%3Cuse href='%23s' x='2' y='1'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='8'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='5' y='2'/%3E%3Cuse href='%23s' x='5' y='6'/%3E%3Cuse href='%23s' x='6' y='9'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='h' width='5' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23ebebeb'%3E%3Cuse href='%23s' y='5'/%3E%3Cuse href='%23s' y='8'/%3E%3Cuse href='%23s' x='1' y='1'/%3E%3Cuse href='%23s' x='1' y='9'/%3E%3Cuse href='%23s' x='1' y='12'/%3E%3Cuse href='%23s' x='2'/%3E%3Cuse href='%23s' x='2' y='4'/%3E%3Cuse href='%23s' x='3' y='2'/%3E%3Cuse href='%23s' x='3' y='6'/%3E%3Cuse href='%23s' x='3' y='11'/%3E%3Cuse href='%23s' x='4' y='3'/%3E%3Cuse href='%23s' x='4' y='7'/%3E%3Cuse href='%23s' x='4' y='10'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='c' width='17' height='13' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23e5e5e5'%3E%3Cuse href='%23s' y='11'/%3E%3Cuse href='%23s' x='2' y='9'/%3E%3Cuse href='%23s' x='5' y='12'/%3E%3Cuse href='%23s' x='9' y='4'/%3E%3Cuse href='%23s' x='12' y='1'/%3E%3Cuse href='%23s' x='16' y='6'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='d' width='19' height='17' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23ffffff'%3E%3Cuse href='%23s' y='9'/%3E%3Cuse href='%23s' x='16' y='5'/%3E%3Cuse href='%23s' x='14' y='2'/%3E%3Cuse href='%23s' x='11' y='11'/%3E%3Cuse href='%23s' x='6' y='14'/%3E%3C/g%3E%3Cg fill='%23e0e0e0'%3E%3Cuse href='%23s' x='3' y='13'/%3E%3Cuse href='%23s' x='9' y='7'/%3E%3Cuse href='%23s' x='13' y='10'/%3E%3Cuse href='%23s' x='15' y='4'/%3E%3Cuse href='%23s' x='18' y='1'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='e' width='47' height='53' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f6f7f7'%3E%3Cuse href='%23s' x='2' y='5'/%3E%3Cuse href='%23s' x='16' y='38'/%3E%3Cuse href='%23s' x='46' y='42'/%3E%3Cuse href='%23s' x='29' y='20'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='f' width='59' height='71' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f6f7f7'%3E%3Cuse href='%23s' x='33' y='13'/%3E%3Cuse href='%23s' x='27' y='54'/%3E%3Cuse href='%23s' x='55' y='55'/%3E%3C/g%3E%3C/pattern%3E%3Cpattern id='g' width='139' height='97' patternUnits='userSpaceOnUse' patternTransform='scale(50) translate(-980 -735)'%3E%3Cg fill='%23f6f7f7'%3E%3Cuse href='%23s' x='11' y='8'/%3E%3Cuse href='%23s' x='51' y='13'/%3E%3Cuse href='%23s' x='17' y='73'/%3E%3Cuse href='%23s' x='99' y='57'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23b)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23h)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23c)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23d)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23e)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23f)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23g)' width='100%25' height='100%25'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}
.svg-bg__style-8 {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='600' viewBox='0 0 900 600'%3E%3Cg %3E%3Cpath fill='%23f7f7f7' d='M306.9 210.2c-1.2-22.8-13.5-42.7-40.8-41.1c-18.3 1.1-35.9 3.6-47.5 20.1c-5.2 7.4-10.6 15.6-11.4 24.9c-0.5 5.8 0.2 12 1.2 17.7c9 49.6 85.3 46.7 96.4 0.2C306.6 224.9 307.3 217.4 306.9 210.2z'/%3E%3Cpath fill='%23f7f7f7' d='M137.2 481.3c-13.2-9.9-31.2-13.3-48.5-3.2c-12.6 7.3-19.1 17.4-21.1 28.2c-0.7 2.4-1.2 4.7-1.5 7c-8.2 35.4 33.7 78.9 72.6 48.6C167.6 539.3 164.4 501.6 137.2 481.3z'/%3E%3Cg fill='%23f7f7f7' %3E%3Cpath d='M547.9 588.3c-7.1-34.2-61.6-52.7-87.5-16.9c-11.2 11.3-12.7 26.3-7.6 39.7c1.8 7.5 5.5 13.9 10.4 19.1c19.4 20.3 53.4 26.2 72.8 1.9C545.9 619.7 553.9 604.2 547.9 588.3z'/%3E%3Cpath d='M547.9-11.7c-7.1-34.2-61.6-52.7-87.5-16.9c-11.2 11.3-12.7 26.3-7.6 39.7c1.8 7.5 5.5 13.9 10.4 19.1c19.4 20.3 53.4 26.2 72.8 1.9C545.9 19.7 553.9 4.2 547.9-11.7z'/%3E%3C/g%3E%3Cpath fill='%23f7f7f7' d='M849.7 498c-22.3 1.3-43.2 7.5-52.7 29.5c-3.3 7.7-7.3 15.7-7 24.3c2 55.6 86.1 63.4 98.8 10.1C890.6 554.6 877.3 496.4 849.7 498z'/%3E%3Cpath fill='%23f7f7f7' d='M762 291.1c-8.2-6.1-19.1-1.9-27.3 2.2c-7.4 3.7-14.4 8.2-21.6 12.1c-6.6 3.6-13.7 7-19.8 11.5c-18.3 13.5-2.5 45.1 10.6 56.4c17 14.6 41.6 15.9 59.6 2.1C794.1 351.8 790.7 312.4 762 291.1z'/%3E%3Cpath fill='%23f7f7f7' d='M863.3 170.3c-4.5-15.7-17.9-28.8-33.4-34.4c-16.2-5.8-38.4-2.9-51.8 8.1c-14.9 12.2-14.5 31.7-11.4 49c9.6 53.9 84.3 47.7 97-1.3C865.6 184.4 865.3 177.1 863.3 170.3z'/%3E%3Cpath fill='%23f7f7f7' d='M598.4 86.1c-10.2 15.5-9.3 34.2-0.9 50.4c2.6 5 6.2 9.5 10.4 13.2c14.2 12.6 35.5 17.1 53.2 9.5c14.3-6.1 23.9-19.8 26.7-34.7C707.4 75.6 629.7 38.5 598.4 86.1z'/%3E%3Cpath fill='%23f7f7f7' d='M509.8 413.3c-17.3 22.6-11.8 59 17.5 75.3c22.6 12.6 52.2 1.7 63.8-20.9c21.4-42-9.2-85-56.5-71C523.8 399.9 515.6 405.8 509.8 413.3z'/%3E%3Cpath fill='%23f7f7f7' d='M607.4 232.3c-0.5-0.4-1-0.8-1.4-1.2c-16.5-12.8-30.2-22.1-50.3-8.4c-15.5 10.6-29 30.3-31.4 49.1c-4.2 33.6 30.6 46.9 58.6 40.6C619.6 304.2 640.6 259.5 607.4 232.3z'/%3E%3Cpath fill='%23f8f8f8' d='M410.6 95c-36.5 1.3-74.1 41.8-43.1 74.3c19.8 20.9 54.4 20.7 74.6 0.5c20.5-20.4 18.4-53.1-6.9-68.6C427.7 96.6 419.2 94.7 410.6 95z'/%3E%3Cpath fill='%23f8f8f8' d='M291.3 23c-0.1-0.1-0.1-0.1-0.2-0.2c-14.2-16.9-38.3-25.6-61.4-12.3c-13.5 7.8-20.5 18.7-22.7 30.2c-5.7 18 1.5 34.2 14.2 44.8c15.4 16.8 40.3 24.1 64.2 5.5c9.6-7.4 15-16.3 17.2-25.4C308.6 48.8 302.7 33.6 291.3 23z'/%3E%3Cpath fill='%23f8f8f8' d='M419.1 440.6c-16.9-14.5-41.8-21.5-61.7-9.5c-18.3 11.1-1 100.1 32.2 93.5c23.8-4.7 45.3-22.4 48.1-44.3C439.6 466.1 431.5 451.3 419.1 440.6z'/%3E%3Cpath fill='%23f8f8f8' d='M127 227c-12-4.3-25.4-2.1-38.7 11.4C71 255.9 61.4 286.1 80.4 306c21.3 22.3 86.9 27.5 89.6-14.9c0.5-8.9-2.7-17.9-6.5-25.8C155.1 248.3 142.1 232.5 127 227z'/%3E%3Cpath fill='%23f8f8f8' d='M281.5 407.6c-0.3-0.4-0.7-0.7-1-1c-19.3-17.6-59.1-0.6-78.1 10.3c-23.8 13.7-8.2 41.1 5.4 55.8c16.3 17.6 42.7 25.2 68 5.8C291.3 466.6 295.5 422.7 281.5 407.6z'/%3E%3Cpath fill='%23f8f8f8' d='M137.9 110.2c-10.4-25.7-43.3-32.1-67-23.6C60.1 90.4 50 97.8 45.1 108.6c-21.2 47.3 44.9 81.1 78.5 51c9.5-8.5 17.3-18.9 17.4-32.4C141 120.8 139.9 115.1 137.9 110.2z'/%3E%3Cpath fill='%23f8f8f8' d='M344.3 284.7c-10 14.9-9.2 34.1-0.9 49.5c3.4 6.3 8.6 13.8 16.1 15.8c7.1 1.9 15.1 0.7 22.1-0.6c15.7-3 45.6-10.5 52.3-26.8C453.5 274.4 375.6 237.9 344.3 284.7z'/%3E%3Cg fill='%23f8f8f8' %3E%3Cpath d='M-29.2 431.8c23.4 12.4 54.1 1.7 66.1-20.6c9.6-17.8 10.4-40.4-3.3-56.5c-10.5-12.4-44.2-25.8-58.5-11.3c-3 3.1-5.1 7.1-6.9 10.9C-41.1 373.2-55 418.1-29.2 431.8z'/%3E%3Cpath d='M870.8 431.8c23.4 12.4 54.1 1.7 66.1-20.6c9.6-17.8 10.4-40.4-3.3-56.5c-10.5-12.4-44.2-25.8-58.5-11.3c-3 3.1-5.1 7.1-6.9 10.9C858.9 373.2 845 418.1 870.8 431.8z'/%3E%3C/g%3E%3Cpath fill='%23f8f8f8' d='M671.4 460.5c-10.7 1.7-20.2 8.3-26.2 22.2c-21.5 49.5 45.4 84.9 79.4 53.3c16.3-15.2 24-31 6.5-48.1c-5.9-5.8-12.3-11-19.1-15.6C699.5 463.7 684.5 458.4 671.4 460.5z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
}
.svg-bg__style-9 {
  background: #fff;
}
/** WA form **/
/* Sign up & Login forms
------------------------ */
input.wa-error {
  border: 1px solid #f3c0c0 !important;
}
.wa-auth-adapters {
  padding: 10px;
  margin-bottom: 20px;
}
.wa-auth-adapters ul {
  padding: 0;
  margin: 0;
  min-height: 16px;
}
.wa-auth-adapters ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 0 0;
}
.wa-auth-adapters ul li a,
.wa-auth-adapters ul li span {
  display: block;
  padding: 0 5px;
  color: #00458b;
}
.wa-auth-adapters ul li a img,
.wa-auth-adapters ul li span img {
  position: relative;
  margin-right: 5px;
  top: -1px;
}
.wa-auth-adapters p {
  color: #6e6e6e;
  font-size: 0.9em;
  margin-bottom: 0;
  margin-top: 10px;
}
.wa-auth-adapters.wa-connect {
  margin-top: 20px;
}
.wa-form {
  margin: 10px 0;
}
.wa-form .wa-buttons-wrapper,
.wa-form .wa-signup-url,
.wa-form .wa-forgotpassword-form-actions {
  margin-left: 180px;
}
.wa-form .wa-signup-url {
  margin-top: 20px;
}
.wa-form .wa-forgotpassword-button,
.wa-form .wa-login-url {
  margin-top: 10px;
}
/** Icon 32 **/
.icon32 {
  width: 14px;
  height: 13px;
  display: inline-block;
  background-repeat: no-repeat;
}
.icon32.star,
.icon32.star-hover {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1NzYgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1NzYgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZCQzAwO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjU5LjMsMTcuOEwxOTQsMTUwLjJMNDcuOSwxNzEuNWMtMjYuMiwzLjgtMzYuNywzNi4xLTE3LjcsNTQuNmwxMDUuNywxMDNsLTI1LDE0NS41DQoJYy00LjUsMjYuMywyMy4yLDQ2LDQ2LjQsMzMuN0wyODgsNDM5LjZsMTMwLjcsNjguN2MyMy4yLDEyLjIsNTAuOS03LjQsNDYuNC0zMy43bC0yNS0xNDUuNWwxMDUuNy0xMDNjMTktMTguNSw4LjUtNTAuOC0xNy43LTU0LjYNCglMMzgyLDE1MC4yTDMxNi43LDE3LjhDMzA1LTUuOCwyNzEuMS02LjEsMjU5LjMsMTcuOEwyNTkuMywxNy44eiIvPg0KPC9zdmc+DQo=");
}
.icon32.star-half {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1MzYgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MzYgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZCQzAwO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTA4LjUsMTcxLjVsLTE0Ni40LTIxLjNMMjk2LjgsMTcuOEMyOTAuOSw2LDI3OS40LDAsMjY4LDBjLTExLjQsMC0yMi44LDUuOS0yOC43LDE3LjhsLTY1LjQsMTMyLjRMMjcuNSwxNzEuNQ0KCWMtMjYuMywzLjgtMzYuOCwzNi4xLTE3LjcsNTQuNmwxMDUuOSwxMDNMOTAuNSw0NzQuNWMtMy42LDIwLjgsMTMsMzcuNSwzMS42LDM3LjVjNC45LDAsMTAtMS4yLDE0LjktMy44TDI2OCw0MzkuNmwxMzAuOSw2OC43DQoJYzQuOSwyLjUsOS45LDMuNywxNC44LDMuN2MxOC42LDAsMzUuMi0xNi42LDMxLjctMzcuNGwtMjUtMTQ1LjVsMTA1LjktMTAzQzU0NS4zLDIwNy42LDUzNC44LDE3NS4zLDUwOC41LDE3MS41TDUwOC41LDE3MS41eg0KCSBNMzg2LjgsMjk0LjdsLTE4LjEsMTcuNmw0LjMsMjQuOWwxOS41LDExMy40bC0xMDIuMS01My42TDI2OCwzODUuM2wwLTMxNy4ybDUxLDEwMy4zbDExLjIsMjIuNmwyNSwzLjZsMTE0LjIsMTYuNkwzODYuOCwyOTQuN3oiLz4NCjwvc3ZnPg0K");
}
.icon32.star-empty {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1NzYgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1NzYgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojQzlDOUM5O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjU5LjMsMTcuOEwxOTQsMTUwLjJMNDcuOSwxNzEuNWMtMjYuMiwzLjgtMzYuNywzNi4xLTE3LjcsNTQuNmwxMDUuNywxMDNsLTI1LDE0NS41DQoJYy00LjUsMjYuMywyMy4yLDQ2LDQ2LjQsMzMuN0wyODgsNDM5LjZsMTMwLjcsNjguN2MyMy4yLDEyLjIsNTAuOS03LjQsNDYuNC0zMy43bC0yNS0xNDUuNWwxMDUuNy0xMDNjMTktMTguNSw4LjUtNTAuOC0xNy43LTU0LjYNCglMMzgyLDE1MC4yTDMxNi43LDE3LjhDMzA1LTUuOCwyNzEuMS02LjEsMjU5LjMsMTcuOEwyNTkuMywxNy44eiIvPg0KPC9zdmc+DQo=");
}
.wa-form:after {
  display: block;
  content: " ";
  clear: both;
}
.wa-form .wa-field {
  clear: left;
  margin: 0 0 10px;
  padding-top: 0;
  display: table;
  width: 100%;
}
#wa-my-info-read-wrapper .wa-field img,
#wa-my-info-edit-wrapper .wa-field.wa-field-photo img {
  border-radius: 50%;
}
#wa-my-info-edit-wrapper .wa-field.wa-field-photo {
  display: inline-block;
  vertical-align: middle;
}
#wa-my-info-edit-wrapper .wa-field.wa-field-photo img {
  vertical-align: middle;
}
#wa-my-info-edit-wrapper .wa-field.wa-field-photo span {
  margin-left: 15px;
  vertical-align: middle;
}
#wa-my-info-edit-wrapper .wa-field.wa-field-photo p {
  margin-top: 20px;
}
.wa-form .wa-field .wa-name {
  float: none;
  width: 180px;
  min-width: 180px;
  table-layout: fixed;
  font-weight: 700;
  display: table-cell;
  vertical-align: top;
  padding-top: 10px;
}
.wa-form .wa-field.wa-separator {
  height: 10px;
}
.wa-form .wa-field .wa-value {
  margin-bottom: 5px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.wa-form .wa-field .wa-value input.wa-error {
  border: 1px solid red;
}
.wa-form .wa-field .wa-value .wa-error-msg {
  color: red;
  font-style: normal;
  width: auto;
  padding: 1px 0px;
  display: table;
  margin: 5px 0;
}
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] {
  width: 100%;
  max-width: 300px;
  margin: 0;
  position: relative;
}
.wa-form .wa-field .wa-value .show-password {
  top: 0;
  margin-left: -25px;
  margin-right: 20px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  color: #888888;
}
.wa-form .wa-field .wa-value textarea {
  min-width: 300px;
  height: 70px;
}
.wa-form .wa-field .wa-value input.wa-captcha-input {
  width: 100px;
  min-width: 0;
}
.wa-form .wa-field .wa-value .wa-captcha p {
  margin-bottom: 5px;
}
.wa-form .wa-field .wa-value label {
  display: block;
}
.wa-form .wa-field .wa-value .wa-captcha img {
  margin-left: 0;
}
.wa-form .wa-field .wa-value .errormsg {
  margin-left: 0;
}
.wa-form .wa-field .wa-value.wa-submit {
  margin-top: 10px;
}
.wa-form .wa-field .wa-value p label {
  display: block;
  margin: 0;
}
.wa-form .wa-field .wa-value p {
  line-height: 1.6em;
  margin-bottom: 0;
  position: relative;
}
.wa-form .wa-field .wa-value p span {
  color: #777777;
  display: block;
}
.wa-form .wa-field .wa-value p i.icon16 {
  float: left;
  left: -20px;
  margin-top: 2px;
  position: absolute;
}
.wa-form .wa-field .wa-value p input {
  display: block;
  margin-bottom: 2px;
}
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] {
  display: inline;
}
.wa-form .wa-field .wa-value p .field.wa-required span:after {
  content: " *";
  color: #ffaaaa;
}
.wa-form .wa-field.wa-required .wa-name:after {
  content: " *";
  color: #ffaaaa;
}
.wa-signup-form .wa-form .wa-field.wa-field-email {
  margin-top: 20px;
}
.wa-signup-form .wa-form .wa-field.wa-field-email .wa-value input {
  min-width: 300px;
}
.wa-signup-form .wa-form .wa-field.wa-field-password .wa-value input,
.wa-signup-form .wa-form .wa-field.wa-field-password_confirm .wa-value input {
  min-width: 200px;
  width: 200px;
}
.wa-signup-form-wrapper .wa-adapters-section {
  margin: 0 0 20px;
}
.wa-signup-form-wrapper .wa-adapters-section .wa-section-header {
  margin: 0 0 10px;
  font-size: 14px;
  color: #888;
}
.wa-signup-form-wrapper .wa-adapters-section .wa-section-divider {
  margin: 2.14285714em 0 0;
  color: #bbb;
  overflow: hidden;
}
.wa-signup-form-wrapper .wa-adapters-section .wa-section-divider .wa-text {
  position: relative;
}
.wa-signup-form-wrapper
  .wa-adapters-section
  .wa-section-divider
  .wa-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 10px;
  width: 230px;
  height: 1px;
  background: #efefef;
}
.wa-signup-form-wrapper .wa-adapters-section .wa-adapters-list,
.user-auth-provider {
  margin: 0;
  padding: 0;
}
.wa-signup-form-wrapper .wa-adapters-section .wa-adapters-list li,
.user-auth-provider li {
  display: inline-block;
  vertical-align: top;
  width: 2.14285714em;
  margin: 0 1.07142857em 0 0;
  padding: 0;
  list-style: none;
}
.wa-signup-form-wrapper .wa-adapters-section .wa-adapters-list li:last-child {
  margin-right: 0;
}
.wa-signup-form-wrapper .wa-adapters-section .wa-adapters-list li a {
  display: inline-block;
  vertical-align: top;
}
.wa-signup-form-wrapper .wa-adapters-section .wa-adapters-list li img {
  width: 100%;
  vertical-align: top;
}
.wa-captcha {
  padding: 7px 0 10px;
}
.wa-captcha p {
  margin: 0;
}
.wa-captcha strong {
  font-size: 1.2em;
}
.wa-captcha p img {
  float: left !important;
  margin-right: 5px;
  margin-top: 0;
}
.wa-captcha .wa-captcha-refresh {
  font-size: 0.8em;
  text-decoration: underline;
  color: #767676;
}
.wa-captcha .wa-captcha-input {
  display: inline !important;
  margin-bottom: 5px;
  width: 100px;
}
.wa-captcha .errormsg {
  display: block;
}
input.error,
textarea.error {
  border: 1px solid red !important;
}
.errormsg {
  color: red;
  font-style: normal;
  width: auto;
  padding: 1px 0px;
  display: table;
  margin: 5px 0;
  margin-left: 170px;
}
.wa-login-form-wrapper input[type="text"],
.wa-login-form-wrapper input[type="email"],
.wa-login-form-wrapper input[type="password"] {
  padding: 8px !important;
  color: #1f1f1f !important;
  background: #ffffff !important;
  border: 1px solid #bababa !important;
  border-radius: 2px !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  padding: 8px;
  color: #1f1f1f;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  -webkit-appearance: none;
}
.wa-auth-adapters:before {
  content: " ";
  clear: both;
  display: block;
}
.wa-adapters-section {
  margin: 0 0 20px;
}
.wa-adapters-section .wa-section-header {
  margin: 0 0 10px;
  font-size: 14px;
  color: #888;
}
.wa-adapters-section .wa-section-divider {
  margin: 2.14285714em 0 0;
  line-height: 1.16666667em;
  color: #bbb;
  overflow: hidden;
}
.wa-adapters-section .wa-section-divider .wa-text {
  position: relative;
}
.wa-adapters-section .wa-section-divider .wa-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 10px;
  width: 230px;
  height: 1px;
  background: #efefef;
}
.wa-adapters-section .wa-adapters-list {
  margin: 0;
  padding: 0;
}
.wa-adapters-section .wa-adapters-list li {
  display: inline-block;
  vertical-align: top;
  width: 2.14285714em;
  margin: 0 1.07142857em 0 0;
  padding: 0;
  list-style: none;
}
.wa-adapters-section .wa-adapters-list li:last-child {
  margin-right: 0;
}
.wa-adapters-section .wa-adapters-list li a {
  display: inline-block;
  vertical-align: top;
}
.wa-adapters-section .wa-adapters-list li img {
  width: 100%;
  vertical-align: top;
}
.breadcrumbs {
  font-size: 11px;
  color: #aaaaaa;
}
.breadcrumbs ul {
  background: transparent;
  position: relative;
  margin: 0;
  list-style: none;
  flex: 1;
  padding: 3px 0 15px 0;
}
.breadcrumbs ul li {
  display: inline-block;
  position: relative;
}
.breadcrumbs ul li a {
  color: #aaaaaa;
  text-decoration: underline;
}
.breadcrumbs ul li a:hover {
  color: #1f1f1f;
}
.breadcrumbs ul li + li:before {
  content: "/";
  font-style: normal;
  font-weight: 700;
  padding: 0 12px 0 10px;
  color: #bbbbbb;
  font-size: 8px;
}
.breadcrumbs ul li:hover ul {
  display: block;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
input[type="submit"],
button[type="submit"],
.btn,
.wa-button,
input[type="button"],
.button {
  border-radius: 0;
  background: #00458b;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 18px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
input[type="submit"]:hover:not(.search__icon),
button[type="submit"]:hover:not(.search__icon),
.btn:hover:not(.search__icon),
.wa-button:hover:not(.search__icon),
input[type="button"]:hover:not(.search__icon),
.button:hover:not(.search__icon) {
  outline: none;
}
.b-ani-left:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #002c58;
  border-color: 1px solid #002c58;
  transition: all 0.4s;
  z-index: -1;
  border-radius: 0;
  overflow: hidden;
  opacity: 0;
}
.b-ani-left:hover:before {
  width: 100%;
  border-radius: 0;
  opacity: 1;
}
.btn-big {
  font-size: 18px !important;
}
.m-menu {
  position: fixed;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
  overflow-y: scroll;
  left: -100%;
  transition: all 0.4s ease-in-out 0s;
}
.m-menu__close {
  height: 45px;
  position: relative;
}
.m-menu__contact {
  background: #f6f7f7;
  padding: 15px 15px 5px 15px;
}
.m-menu__contact__number {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.m-menu__contact__number span {
  display: block;
}
.m-menu__contact__time {
  font-size: 12px;
  color: #acacac;
}
.m-menu__contact .icon-phone {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.m-menu__contact__social {
  width: 100%;
}
.m-menu__contact__social a {
  text-decoration: none;
  border-right: 1px solid #eaeaea;
  display: inline-block;
  margin-right: 10px;
  padding-right: 13px;
  position: relative;
}
.m-menu__contact__social a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.m-menu__contact__social .icon-whatsapp {
  width: 26px;
  height: 26px;
}
.m-menu__contact__social .icon-viber {
  width: 26px;
  height: 26px;
}
.m-menu__contact__social .icon-telegram {
  width: 26px;
  height: 26px;
}
.m-menu .icon-close-tin {
  width: 27px;
  height: 27px;
  fill: #000;
  stroke-width: 1px;
  stroke: #000;
  cursor: pointer;
  position: absolute;
  left: 15px;
  top: 9px;
}
.m-menu .icon-close-tin:hover {
  stroke: #00458b;
}
.m-menu.open {
  opacity: 1;
  visibility: visible;
  left: 0;
  transition: all 0.4s ease-in-out 0s;
}
.xs-menu {
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0;
  font-size: 17px;
  list-style: none;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 4px 22px 1px rgba(93, 93, 93, 0.2);
  display: none;
  background: #fff;
}
.xs-menu .icon-burger {
  left: 14px;
  top: 13px;
  width: 35px;
}
.xs-menu .icon-burger span {
  border-color: #1f1f1f;
  border-width: 2px;
}
.xs-menu .icon-burger .icon-burger__before span:nth-child(3) {
  top: 17px;
}
.xs-menu .cart-count {
  position: absolute;
  top: -5px;
  right: -15px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #e8e8e8;
  color: #1f1f1f;
  border-radius: 50%;
  font-size: 11px;
}
.xs-menu__logo {
  font-size: 18px;
  text-align: left;
  padding-left: 70px;
  line-height: 46px;
  height: 45px;
}
.xs-menu__logo img {
  max-height: 35px;
  max-width: 150px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
.xs-menu__logo a {
  color: #1f1f1f;
  text-decoration: none;
  font-weight: 500;
}
.xs-menu__icons {
  position: absolute;
  right: 20px;
  top: 7px;
}
.xs-menu__icons a {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
}
.xs-menu__icons__search {
  margin-right: 10px;
}
.xs-menu__icons__search svg {
  fill: #1f1f1f;
}
.xs-menu__icons__cart {
  stroke: #1f1f1f;
  stroke-width: 1;
  fill: transparent;
}
.xs-menu__icons__cart .icon-cart {
  width: 37px;
  height: 30px;
}
.nav-type-3 .t-line {
  margin-left: 0;
}
.nav-type-3 .header-button {
  height: 40px;
}
.nav-type-3 .logo {
  z-index: 1000;
  left: 40px;
  width: 180px;
  position: fixed;
}
.t-line {
  margin-left: 200px;
}
.t-line__contact__number {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: right;
  margin-top: 20px;
}
.t-line__contact__number span {
  display: block;
}
.t-line__contact__time {
  font-size: 12px;
  color: #acacac;
  text-align: right;
}
.t-line__contact .icon-phone {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.t-line .search {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.t-line .search .hint {
  font-size: 12px;
  color: gray;
  margin-top: 10px;
}
.t-line .search .hint a {
  color: gray;
}
.t-line .search form {
  margin: 0;
}
.t-line .search input {
  font-size: 16px;
  background-color: #fff;
  height: 49px;
  padding-left: 15px !important;
  padding-right: 15px;
  width: 100%;
  font-weight: 300;
}
.t-line .search input:hover {
  background: #fff;
}
.t-line .search__icon {
  position: absolute;
  width: 100px;
  right: 3px;
  top: 3px;
  z-index: 10;
  cursor: pointer;
  border-color: #00458b;
  background-color: #00458b;
}
.t-line .search .search-popup {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  z-index: 10005;
  display: none;
  color: #1f1f1f;
  margin: 0 auto;
  max-width: 1180px;
  box-shadow: 0 64px 64px 0 rgba(0, 0, 0, 0.05),
    0 32px 32px 0 rgba(0, 0, 0, 0.05), 0 16px 16px 0 rgba(0, 0, 0, 0.05),
    0 8px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05),
    0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.t-line .search .loading_ajax {
  width: 25px;
  height: 25px;
  background-image: url("img/loader/tail-spin.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  display: block;
  right: 114px;
  top: 12px;
}
.t-line .search .icon-close {
  color: #a8a8a8;
  background-image: url("img/close.svg");
  width: 20px;
  height: 20px;
  background-size: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.t-line .search .hint-text {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 15px;
  color: #918e8e;
}
.t-line .search .ajax_block {
  position: relative;
  padding-top: 30px;
}
.t-line .search .ajax_block .ajax_search {
  border-bottom: 1px solid #e0e0e0;
}
.t-line .search .ajax_block .ajax_search_link {
  margin: 20px;
  text-align: center;
}
.t-line .search .ajax_row .image {
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 5px 10px;
}
.t-line .search .ajax_row .image img {
  padding: 6px;
  max-width: 100%;
  max-height: 100px;
}
.t-line .search .ajax_row .name {
  line-height: 15px;
  padding: 10px;
}
.t-line .search .ajax_row .name a {
  color: #1f1f1f;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
}
.t-line .search .ajax_row .name a:hover {
  color: #00458b;
}
.t-line .search .ajax_row .name .price {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
.t-line .search .ajax_row .name s {
  color: #e30027;
  font-size: 16px;
  font-weight: 300;
  display: inline;
  margin-left: 10px;
}
.t-line .search .ajax_cell {
  display: table-cell;
  vertical-align: middle;
}
.full-width-search.active {
  display: block !important;
}
.full-width-search {
  background-color: #f6f7f7;
  padding: 1px 20px 20px 20px;
  display: none;
  margin-bottom: 20px;
}
.full-width-search .search {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.full-width-search .search .hint {
  font-size: 12px;
  color: gray;
  margin-top: 10px;
}
.full-width-search .search .hint a {
  color: gray;
}
.full-width-search .search form {
  margin: 0;
}
.full-width-search .search input {
  font-size: 16px;
  background-color: #fff;
  height: 49px;
  padding-left: 15px !important;
  padding-right: 15px;
  width: 100%;
  font-weight: 300;
}
.full-width-search .search input:hover {
  background: #fff;
}
.full-width-search .search__icon {
  position: absolute;
  width: 100px;
  right: 3px;
  top: 3px;
  z-index: 10;
  cursor: pointer;
  border-color: #00458b;
  background-color: #00458b;
}
.full-width-search .search .search-popup {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  z-index: 10005;
  display: none;
  color: #1f1f1f;
  margin: 0 auto;
  box-shadow: 0 64px 64px 0 rgba(0, 0, 0, 0.05),
    0 32px 32px 0 rgba(0, 0, 0, 0.05), 0 16px 16px 0 rgba(0, 0, 0, 0.05),
    0 8px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05),
    0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.full-width-search .search .loading_ajax {
  width: 25px;
  height: 25px;
  background-image: url("img/loader/tail-spin.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  display: block;
  right: 114px;
  top: 12px;
}
.full-width-search .search .icon-close {
  color: #a8a8a8;
  background-image: url("img/close.svg");
  width: 20px;
  height: 20px;
  background-size: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.full-width-search .search .hint-text {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 15px;
  color: #918e8e;
}
.full-width-search .search .ajax_block {
  position: relative;
  padding-top: 30px;
}
.full-width-search .search .ajax_block .ajax_search {
  border-bottom: 1px solid #e0e0e0;
}
.full-width-search .search .ajax_block .ajax_search_link {
  margin: 20px;
  text-align: center;
}
.full-width-search .search .ajax_row .image {
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 5px 10px;
}
.full-width-search .search .ajax_row .image img {
  padding: 6px;
  max-width: 100%;
  max-height: 100px;
}
.full-width-search .search .ajax_row .name {
  line-height: 15px;
  padding: 10px;
}
.full-width-search .search .ajax_row .name a {
  color: #1f1f1f;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
}
.full-width-search .search .ajax_row .name a:hover {
  color: #00458b;
}
.full-width-search .search .ajax_row .name .price {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
.full-width-search .search .ajax_row .name s {
  color: #e30027;
  font-size: 16px;
  font-weight: 300;
  display: inline;
  margin-left: 10px;
}
.full-width-search .search .ajax_cell {
  display: table-cell;
  vertical-align: middle;
}
.logo {
  background: #00458b;
  padding: 20px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  height: 170px;
  width: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 20px;
}
.logo .logo-height {
  font-weight: 700;
  font-size: 26px;
  line-height: 34px;
}
.logo a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.logo span {
  font-size: 14px;
  display: block;
  font-weight: 300;
  margin-top: 10px;
}
.logo img {
  max-height: 75px;
  width: 200px;
  height: 42px;
}
.header-button {
  position: relative;
  height: 80px;
  margin-top: 20px;
  text-align: right;
}
.header-button [data-microtip-position|="bottom"]::before,
.header-button [data-microtip-position|="bottom"]::after {
  left: 28%;
}
.header-button svg {
  fill: transparent;
}
.header-button__compare-count {
  position: absolute;
  top: -10px;
  left: 26px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  background: #e8e8e8;
  color: #1f1f1f;
  border-radius: 50%;
  font-size: 11px;
}
.header-button__fav-count {
  position: absolute;
  top: -10px;
  left: 26px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  background: #e8e8e8;
  color: #1f1f1f;
  border-radius: 50%;
  font-size: 11px;
}
.header-button__cart-count {
  position: absolute;
  top: -10px;
  left: 26px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  background: #e8e8e8;
  color: #1f1f1f;
  border-radius: 50%;
  font-size: 11px;
}
.header-button ul {
  margin: 0;
  padding: 0;
}
.header-button li {
  display: inline-block;
  position: relative;
  width: 66px;
}
.header-button li:last-child {
  border-bottom: 0;
}
.header-button li a {
  color: #1f1f1f;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: block;
  text-decoration: none;
  font-weight: 500;
}
.header-button li:hover a {
  color: #00458b;
}
.header-button li:hover svg {
  stroke: #1f1f1f;
}
.header-button li.profile-width {
  width: 55px;
}
.header-button .icon-cart {
  height: 26px;
  stroke: #00458b;
  stroke-width: 1;
  position: relative;
  text-align: left;
}
.header-button .icon-compare {
  height: 26px;
  stroke: #00458b;
  stroke-width: 5;
  display: inline-block;
  position: relative;
  text-align: left;
}
.header-button .icon-user {
  height: 26px;
  stroke: #00458b;
  stroke-width: 1;
  display: inline-block;
  position: relative;
  text-align: left;
}
.header-button .icon-search {
  height: 24px;
  stroke: #00458b;
  stroke-width: 1;
  display: inline-block;
  position: relative;
  text-align: left;
}
.header-button .icon-favorite {
  height: 26px;
  stroke: #00458b;
  stroke-width: 1;
  display: inline-block;
  position: relative;
  text-align: left;
}
.header-button__icon {
  text-align: left;
}
.popup {
  display: none;
  position: absolute;
  z-index: 10005;
  right: -1px;
  background: #ffffff;
  color: #1f1f1f;
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  width: 300px;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  box-shadow: 0 7px 10px -9px rgba(50, 50, 50, 0.54);
}
.cart-popup {
  padding: 10px 0 0 0;
}
.cart-popup__quanty {
  font-size: 12px;
  color: gray;
}
.cart-popup .col,
.cart-popup [class*=" col-"],
.cart-popup [class^="col-"] {
  margin-bottom: 0;
}
.cart-popup__item-total {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0;
}
.cart-popup a {
  color: gray;
}
.cart-popup__price {
  font-weight: 500;
  font-size: 16px;
}
.cart-popup__price s {
  font-size: 14px;
  color: #e30027;
  margin-right: 5px;
  font-weight: 300;
}
.cart-popup__image {
  text-align: center;
}
.cart-popup__image img {
  max-height: 80px;
}
.cart-popup__name {
  font-size: 14px;
  font-weight: 500;
}
.cart-popup__name a {
  color: #1f1f1f;
  text-decoration: none;
}
.cart-popup__name a:hover {
  color: #00458b;
}
.cart-popup__total {
  font-size: 17px;
  line-height: 18px;
  margin: 10px 0;
}
.header_type_2 .t-line {
  margin-left: 0;
  background-color: #f6f7f7;
  display: none;
}
.header_type_2 .menu-h {
  padding: 5px 15px;
}
.header_type_2 .menu-h a {
  color: gray;
}
.header_type_2 .header-button__compare-count {
  top: 2px;
  left: 32px;
}
.header_type_2 .header-button__fav-count {
  top: 2px;
  left: 35px;
}
.header_type_2 .header-button__cart-count {
  top: 2px;
  left: 35px;
}
.header_type_2 .t-line__contact__number,
.header_type_2 .t-line__contact__time {
  text-align: left;
}
.header_type_2 .t-line__contact__number {
  font-weight: 300;
}
.header_type_2 .header-button {
  height: auto;
}
.header_type_2 .logo {
  background: transparent;
  padding: 10px 20px;
  color: #1f1f1f;
  text-align: center;
  position: relative;
  height: auto;
  width: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  top: 0;
}
.header_type_2 .logo img {
  min-width: 200px;
  min-height: 42px;
}
.header_type_2 .logo .logo-height {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
}
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000000;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #000000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sidebar-cart {
  width: 85px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  height: 100%;
  background: #fff;
  transition-duration: 0.5s;
  position: fixed;
  right: -120px;
  top: 0;
  z-index: 101;
}
.sidebar-cart__inner {
  padding: 20px 50px 50px 50px;
  width: calc(100% - 80px);
  height: calc(100% - 120px);
}
.sidebar-cart__header {
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
  position: relative;
}
.sidebar-cart__body {
  scrollbar-width: thin;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}
.sidebar-cart .close-minicart {
  z-index: 10001;
  position: absolute;
  background: #ffffff;
  top: 5px;
  right: 30px;
  width: 27px;
  height: 27px;
  cursor: pointer;
}
.sidebar-cart .close-minicart svg {
  stroke: #000;
}
.sidebar-cart .close-minicart svg:hover {
  stroke: #00458b;
  transform: rotate(90deg);
  transition-duration: 0.3s;
}
.sidebar-cart.open {
  width: 500px;
}
.sidebar-cart.open .sidebar-menu {
  display: block;
  transition-duration: 0.5s;
}
.nav-type-3 .sidebar-mm.open {
  width: 300px;
}
.nav-type-3 .sidebar-mm.open .sidebar-menu {
  width: 260px;
}
.sidebar-mm.open-allways {
  width: 260px;
}
.sidebar-mm.open-allways .sidebar-menu {
  display: block;
  transition-duration: 0.3s;
  margin: 0 0 0 40px;
  padding: 190px 0 0 0;
}
.sidebar-mm.open-allways .sidebar-menu .sub {
  padding-top: 190px;
}
.sidebar-mm.open-allways .sidebar-menu .sidebar-menu__header {
  top: 150px;
}
.sidebar-mm {
  width: 85px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  height: 100%;
  background: #fff;
  transition-duration: 0.3s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.sidebar-mm .hamburger {
  position: absolute;
  left: 5px;
  top: 5px;
}
.sidebar-mm .sidebar-menu {
  list-style: none;
  margin: 0 0 0 80px;
  padding: 80px 0 0 0;
  width: 220px;
  display: none;
  transition-duration: 0.3s;
  overflow-y: auto;
  height: 100%;
}
.sidebar-mm .sidebar-menu a {
  text-decoration: none;
  color: #000;
  padding: 8px 60px 8px 0;
  display: block;
  position: relative;
}
.sidebar-mm .sidebar-menu .tree .fa {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #bababa;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.sidebar-mm .sidebar-menu .sub {
  display: none;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  list-style: none;
  padding: 80px 0 0 50px;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: calc(100% - 30px);
  width: 300px;
  height: 100%;
  z-index: 20;
}
.sidebar-mm .sidebar-menu__header {
  color: #bfbfbf;
  position: absolute;
  top: 50px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 80px);
  white-space: nowrap;
}
.sidebar-mm .sidebar-menu__scroll {
  scrollbar-width: thin;
  height: 100%;
  overflow-y: auto;
}
.sidebar-mm .sidebar-menu__profile {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #bfbfbf;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  width: calc(100% - 80px);
  white-space: nowrap;
}
.sidebar-mm .sidebar-menu__profile a {
  text-align: center;
  color: #fff;
  padding: 8px 0;
}
.sidebar-menu .sidebar-menu__scroll div:hover > a {
  color: #00458b;
}
.sidebar-menu .tree:hover > .sub {
  display: block;
}
.sidebar-mm.open {
  width: 300px;
}
.sidebar-mm.open .sidebar-menu {
  display: block;
  transition-duration: 0.3s;
}
.sidebar-shadow {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 25;
  display: none;
  transition-duration: 0.3s;
}
.sidebar-shadow.open {
  display: block;
}
.hide-menu {
  height: 0;
  width: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0;
  visibility: hidden;
}
/** Mobile nav **/
.m-nav {
  width: 100%;
  position: relative;
  visibility: hidden;
  min-height: 58px;
  height: 58px;
}
.m-nav__menu {
  margin: 0 0 0 -35px;
  padding: 0;
}
.m-nav__menu a {
  font-weight: 500;
  font-size: 18px;
  color: #1f1f1f;
  padding-left: 25px;
  padding-right: 25px;
}
.m-nav__burger {
  position: absolute;
  right: 0;
  top: 10px;
}
/** Tree menu vertical **/
.menu-t.compact {
  width: 100%;
  padding: 0;
  margin-top: 0;
  list-style: none;
  /** Tree **/
}
.menu-t.compact li {
  margin: 0;
  border-right: 0;
  position: relative;
  display: inline-block;
}
.menu-t.compact li .static {
  display: none;
}
.menu-t.compact li .img {
  display: none;
}
.menu-t.compact li a {
  display: block;
  padding: 18px 15px 18px 15px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f;
  line-height: 22px;
  text-decoration: none;
}
.menu-t.compact li a:hover {
  color: #00458b;
}
.menu-t.compact li:hover {
  background: #f5f5f5;
}
.menu-t.compact li:last-child {
  border-bottom: 0;
}
.menu-t.compact li:last-child:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.menu-t.compact li.show-all-category {
  display: none !important;
}
.menu-t.compact .selected a {
  color: #00458b;
}
.menu-t.compact ul {
  visibility: hidden;
  opacity: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  background: #ffffff;
  margin: -2px 0 0 0;
  padding: 0;
  z-index: 2000;
  box-shadow: 0 64px 64px 0 rgba(0, 0, 0, 0.05),
    0 32px 32px 0 rgba(0, 0, 0, 0.05), 0 16px 16px 0 rgba(0, 0, 0, 0.05),
    0 8px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05),
    0 2px 2px 0 rgba(0, 0, 0, 0.05);
  border: 3px solid rgba(0, 0, 0, 0.05);
}
.menu-t.compact ul .tree > a {
  position: relative;
}
.menu-t.compact ul .tree > a:after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 15px;
  content: "\f054";
  font-size: 12px;
  color: gray;
  font-weight: 600;
}
.menu-t.compact ul li {
  width: 260px;
  display: block;
}
.menu-t.compact ul li a {
  font-size: 14px;
  padding: 12px 20px 12px 20px;
}
.menu-t.compact ul:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -10px;
}
.menu-t.compact ul ul {
  top: 0;
  left: 100%;
}
.menu-t.compact ul ul:after {
  border-width: 0;
}
.menu-t.compact li:hover > a {
  color: #00458b;
}
.menu-t.compact li:hover > ul {
  visibility: visible;
  height: auto;
  opacity: 1;
  transition: all 0.2s ease;
}
/** Mega menu vertical **/
.menu-m.compact {
  width: 100%;
  padding: 0;
  margin-top: 0;
  list-style: none;
  position: relative;
  /** Tree **/
}
.menu-m.compact li {
  margin: 0;
  border-right: 0;
  display: inline-block;
}
.menu-m.compact li .static {
  display: none;
}
.menu-m.compact li .img {
  display: none;
}
.menu-m.compact li a {
  display: block;
  padding: 17px 15px 17px 15px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f;
  line-height: 22px;
  text-decoration: none;
  min-height: 58px;
}
.menu-m.compact li a:hover {
  color: #00458b;
}
.menu-m.compact li:hover {
  color: #00458b;
}
.menu-m.compact li:last-child {
  border-bottom: 0;
}
.menu-m.compact li:last-child:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.menu-m.compact li.show-all-category {
  display: none !important;
}
.menu-m.compact ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  background: #ffffff;
  margin: -2px 0 0 0;
  padding: 10px 0 20px;
  z-index: 2000;
  box-shadow: 0 64px 64px 0 rgba(0, 0, 0, 0.05),
    0 32px 32px 0 rgba(0, 0, 0, 0.05), 0 16px 16px 0 rgba(0, 0, 0, 0.05),
    0 8px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05),
    0 2px 2px 0 rgba(0, 0, 0, 0.05);
  border-left: 3px solid rgba(0, 0, 0, 0.05);
  border-right: 3px solid rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  visibility: hidden;
  top: -1000000px;
  left: -1000000px;
}
.menu-m.compact ul li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.menu-m.compact ul li a {
  padding: 15px 20px 5px 20px;
  min-height: unset;
}
.menu-m.compact ul ul {
  display: block !important;
  position: unset;
  box-shadow: none;
  border: 0;
  vertical-align: top;
  padding: 0;
}
.menu-m.compact ul ul li {
  width: 100%;
}
.menu-m.compact ul ul li a {
  font-size: 14px;
  font-weight: 300;
  padding: 2px 20px;
}
.menu-m.compact li:hover > a {
  color: #00458b;
  background: #fff;
}
.menu-m.compact li:hover ul {
  visibility: visible;
  left: -3px;
  width: calc(100% + 3px);
  top: auto;
  transition: visibility 0s linear 0.2s, ease-in-out 0.2s linear;
}
/** Static **/
.menu-t.static {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  border: 1px solid #efefef;
  list-style: none;
  background: #ffffff;
  /** Big menu **/
  /** Tree **/
}
.menu-t.static li {
  z-index: 10;
  margin: 0;
  border-right: 0;
  border-bottom: 1px solid #efefef;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
}
.menu-t.static li a {
  text-transform: none;
  display: block;
  padding: 10px 35px 10px 15px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f;
  line-height: 22px;
  text-decoration: none;
}
.menu-t.static li a:hover {
  color: #00458b;
}
.menu-t.static li:hover {
  background: #f5f5f5;
}
.menu-t.static li:last-child {
  border-bottom: 0;
}
.menu-t.static li:last-child:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.menu-t.static li.header {
  background: #f6f7f7;
  padding: 10px 15px;
  color: #1f1f1f;
  font-weight: 700;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  z-index: 10;
  cursor: pointer;
  font-size: 17px;
}
.menu-t.static li.selected a {
  color: #00458b;
}
.menu-t.static ul {
  top: -1px;
  visibility: hidden;
  opacity: 0;
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  background: #ffffff;
  margin: 0 0 0 -10px;
  padding: 0;
  border: 1px solid #efefef;
}
.menu-t.static ul li {
  width: 260px;
  display: block;
}
.menu-t.static ul:after {
  border: none;
  border-width: 0;
}
.menu-t.static .tree > a {
  position: relative;
}
.menu-t.static .tree > a:after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 15px;
  content: "\f105";
  font-size: 15px;
  color: gray;
  font-weight: 600;
}
.menu-t.static li:hover > a {
  color: #1f1f1f;
}
.menu-t.static li:hover > ul {
  visibility: visible;
  height: auto;
  opacity: 1;
  transition: all 0.3s ease;
  left: 100%;
}
.menu-h {
  width: 100%;
  font-size: 14px;
  position: relative;
  z-index: 30;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: left;
  border: 0;
  /** 1st lvl **/
  /** 2nd lvl **/
}
.menu-h li {
  position: relative;
  float: left;
  list-style: none;
  transition: all 0.3s ease;
  margin-right: 30px;
}
.menu-h li:last-child {
  border-right: 1px solid transparent;
}
.menu-h li a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: #1f1f1f;
}
.menu-h li .arrow {
  position: absolute;
  right: 15px;
  top: 12px;
}
.menu-h li:last-child {
  margin-right: 0;
}
.menu-h .tree {
  margin-right: 50px;
}
.menu-h .tree:after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 6px;
  right: -18px;
  content: "\f078";
  font-size: 11px;
  color: #bababa;
  font-weight: 600;
}
.menu-h .icon-right {
  width: 11px;
  height: 9px;
}
.menu-h ul {
  box-shadow: 0 64px 64px 0 rgba(0, 0, 0, 0.05),
    0 32px 32px 0 rgba(0, 0, 0, 0.05), 0 16px 16px 0 rgba(0, 0, 0, 0.05),
    0 8px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05),
    0 2px 2px 0 rgba(0, 0, 0, 0.05);
  visibility: hidden;
  transition: all 0.3s ease;
  width: 300px;
  left: -23px;
  background: #ffffff;
  position: absolute;
  z-index: 30;
  padding: 15px;
  text-align: left;
  opacity: 0;
  /** 3nd lvl **/
}
.menu-h ul li {
  z-index: 20;
  width: 300px;
  margin: 0;
  border-right: 0;
  border-bottom: 0;
}
.menu-h ul li a {
  text-transform: none;
  display: block;
  padding: 10px 10px;
  margin: 0;
}
.menu-h ul li:hover {
  color: #00458b;
}
.menu-h ul li:last-child {
  border-bottom: 0;
}
.menu-h ul li:last-child:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.menu-h ul ul {
  top: -16px;
  left: 95%;
  margin-left: -10px;
  margin-top: 0 !important;
}
.menu-h ul ul:after {
  border: none;
  border-width: 0;
}
.menu-h .tree ul .tree:hover:after {
  color: #1f1f1f;
  transform: none;
}
.menu-h .tree ul .tree:after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 10px;
  right: 40px;
  content: "\f054";
  font-size: 11px;
  color: #bababa;
  font-weight: 600;
}
.menu-h .tree:hover:after {
  color: #1f1f1f;
}
.menu-h li:hover > a {
  color: #00458b;
}
.menu-h li ul li:hover > a {
  color: #00458b;
  background: transparent;
}
.menu-h li:hover > ul {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.search-item {
  position: absolute !important;
  left: 10px;
  bottom: 15px;
}
.search-item__icon {
  cursor: pointer;
  position: relative;
  z-index: 30;
  width: 35px;
}
.search-item__icon .icon-search {
  height: 24px;
  stroke: #00458b;
  stroke-width: 1;
  fill: transparent;
}
.search-item .search {
  display: none;
  width: calc(100% - 50px);
  position: absolute;
  top: 10px;
  padding-left: 50px;
}
.search-item .search .hint {
  font-size: 12px;
  color: gray;
  margin-top: 10px;
}
.search-item .search .hint a {
  color: gray;
}
.search-item .search form {
  margin: 0;
}
.search-item .search input {
  font-size: 16px;
  background-color: #fff;
  height: 49px;
  padding-left: 15px !important;
  padding-right: 15px;
  width: 100%;
  font-weight: 300;
}
.search-item .search input:hover {
  background: #fff;
}
.search-item .search__icon {
  position: absolute;
  width: 100px;
  right: 3px;
  top: 3px;
  z-index: 10;
  cursor: pointer;
  border-color: #00458b;
  background-color: #00458b;
}
.search-item .search .search-popup {
  position: absolute;
  left: 50px;
  right: 0;
  width: calc(100% - 50px);
  background: #ffffff;
  z-index: 10005;
  display: none;
  color: #1f1f1f;
  margin: 0 auto;
  box-shadow: 0 64px 64px 0 rgba(0, 0, 0, 0.05),
    0 32px 32px 0 rgba(0, 0, 0, 0.05), 0 16px 16px 0 rgba(0, 0, 0, 0.05),
    0 8px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05),
    0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.search-item .search .loading_ajax {
  width: 25px;
  height: 25px;
  background-image: url("img/loader/tail-spin.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  display: block;
  right: 114px;
  top: 12px;
}
.search-item .search .icon-close {
  color: #a8a8a8;
  background-image: url("img/close.svg");
  width: 20px;
  height: 20px;
  background-size: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.search-item .search .hint-text {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 15px;
  color: #918e8e;
}
.search-item .search .ajax_block {
  position: relative;
  padding-top: 30px;
}
.search-item .search .ajax_block .ajax_search {
  border-bottom: 1px solid #e0e0e0;
}
.search-item .search .ajax_block .ajax_search_link {
  margin: 20px;
  text-align: center;
}
.search-item .search .ajax_block .ajax_search_link a {
  display: inline-block !important;
  color: #ffffff !important;
  padding: 10px 20px !important;
}
.search-item .search .ajax_row .image {
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 5px 10px;
}
.search-item .search .ajax_row .image img {
  padding: 6px;
  max-width: 100%;
  max-height: 100px;
}
.search-item .search .ajax_row .name {
  line-height: 15px;
  padding: 10px;
}
.search-item .search .ajax_row .name a {
  color: #1f1f1f;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
}
.search-item .search .ajax_row .name a:hover {
  color: #00458b;
}
.search-item .search .ajax_row .name .price {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
.search-item .search .ajax_row .name s {
  color: #e30027;
  font-size: 16px;
  font-weight: 300;
  display: inline;
  margin-left: 10px;
}
.search-item .search .ajax_cell {
  display: table-cell;
  vertical-align: middle;
}
.search-item.active {
  background: #f6f7f7;
  width: 100%;
  z-index: 100;
  padding: 20px;
  margin: -20px -10px;
}
.search-item.active .search {
  display: block;
}
.menu-h-right {
  font-size: 14px;
  position: relative;
  z-index: 30;
  margin: 0;
  list-style: none;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: right;
  border: 0;
  padding: 5px 15px;
}
.menu-h-right li {
  position: relative;
  float: left;
  list-style: none;
  transition: all 0.3s ease;
  margin-right: 30px;
}
.menu-h-right li:last-child {
  margin-right: 0;
}
.menu-h-right li a {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  color: gray;
}
.menu-h-right i {
  margin-right: 5px;
  opacity: 0.7;
}
.menu-h-right li:hover > a {
  color: #00458b;
}
.center-inner-items {
  justify-content: center;
  border-bottom: 1px solid #e0e4e4;
  padding: 0 70px 20px 70px;
}
.center-menu {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 30px;
}
.center-menu ul {
  font-size: 16px;
  font-weight: 300;
}
.center-menu li {
  margin-right: 40px;
}
.icon-burger {
  position: absolute;
  right: 0;
  top: 18px;
  z-index: 20;
}
.icon-burger__before {
  cursor: pointer;
  width: 35px;
  height: 22px;
  position: relative;
  overflow: hidden;
}
.icon-burger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  border-bottom: 3px solid #00458b;
  border-radius: 10px;
}
.icon-burger__before span:nth-child(1) {
  top: 0;
}
.icon-burger__before span:nth-child(2) {
  top: 8px;
}
.icon-burger__before span:nth-child(3) {
  top: 16px;
}
.m-menu__catalog ul {
  background: #ffffff;
  margin: 0;
  padding: 0;
  list-style: none;
}
.m-menu__catalog .header {
  background: #1f1f1f;
  color: #ffffff;
  padding: 5px 17px;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}
.m-menu__catalog ul li {
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
.m-menu__catalog ul li .nav-link-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 50px;
  background: transparent;
  z-index: 20;
  cursor: pointer;
}
.m-menu__catalog ul li .nav-link-arrow:after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 15px;
  content: "\f054";
  font-size: 15px;
  color: gray;
  font-weight: 600;
}
.m-menu__catalog ul li .nav-link-arrow.open {
  right: 0;
}
.m-menu__catalog ul li .nav-link-arrow.open:after {
  content: "\f078";
}
.m-menu__catalog ul li:last-child {
  border-bottom: 0;
}
.m-menu__catalog ul li:first-child {
  border-bottom: 0;
}
.m-menu__catalog ul li.open > a {
  color: #00458b;
}
.m-menu__catalog ul li.open > .nav-link-arrow:after {
  color: #00458b;
}
.m-menu__catalog ul a {
  color: #000000;
  font-size: 16px;
  display: block;
  padding: 15px 15px;
  text-decoration: none;
}
.m-menu__catalog ul ul {
  list-style: none;
  margin: 0;
  display: none;
  padding: 0;
}
.m-menu__catalog ul ul li {
  border-bottom: 1px solid #fff;
}
.m-menu__catalog ul ul li:last-child {
  border-bottom: 0;
}
.m-menu__catalog ul ul a {
  margin-left: 20px;
}
.m-menu__catalog ul ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.m-menu__catalog ul ul ul a {
  margin-left: 40px;
  font-weight: 300;
}
.m-menu__catalog ul ul ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.m-menu__catalog ul ul ul ul a {
  margin-left: 60px;
}
.m-menu__catalog.pages {
  margin-top: 20px;
}
.m-menu__open-icon {
  position: absolute;
  right: 24px;
  top: 8px;
}
.m-menu__open-icon a {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
}
.m-menu__open-icon__profile {
  width: 28px !important;
  height: 27px;
  margin-right: 25px;
  position: relative;
}
.m-menu__open-icon__profile svg {
  fill: transparent;
  stroke: #1f1f1f;
  stroke-width: 1px;
}
.m-menu__open-icon__compare {
  margin-right: 30px;
  position: relative;
}
.m-menu__open-icon__compare svg {
  stroke: #1f1f1f;
  stroke-width: 5px;
}
.m-menu__open-icon__favorite {
  margin-right: 30px;
  position: relative;
}
.m-menu__open-icon__favorite svg {
  fill: transparent;
  stroke: #1f1f1f;
  stroke-width: 1px;
}
.m-menu__open-icon__cart {
  position: relative;
  stroke: #1f1f1f;
  stroke-width: 1;
  fill: transparent;
}
.m-menu__open-icon__cart .icon-cart {
  width: 37px;
  height: 30px;
}
.m-menu__open-icon .compare-count {
  position: absolute;
  top: -5px;
  right: -15px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #e8e8e8;
  color: #1f1f1f;
  border-radius: 50%;
  font-size: 11px;
}
.m-menu__open-icon .fav-count {
  position: absolute;
  top: -5px;
  right: -15px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #e8e8e8;
  color: #1f1f1f;
  border-radius: 50%;
  font-size: 11px;
}
.m-menu__open-icon .cart-count {
  position: absolute;
  top: -5px;
  right: -20px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #e8e8e8;
  color: #1f1f1f;
  border-radius: 50%;
  font-size: 11px;
}
.fs-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(63, 65, 68, 0.64);
  padding: 50px;
  display: none;
  transition-duration: 1000ms;
  opacity: 0;
}
.fs-menu__inner {
  background: #fff;
  width: 100%;
  height: 100%;
  box-shadow: 0 64px 64px 0 rgba(0, 0, 0, 0.05),
    0 32px 32px 0 rgba(0, 0, 0, 0.05), 0 16px 16px 0 rgba(0, 0, 0, 0.05),
    0 8px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05),
    0 2px 2px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
.fs-menu.is-open {
  display: block;
  opacity: 1;
}
.pages-nav {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.pages-nav li {
  display: inline-block;
  position: relative;
  margin: 10px 0;
}
.pages-nav .separator {
  margin: 0 10px;
  color: gray;
}
.pages-nav a {
  line-height: 20px;
  font-size: 14px;
}
.split-catalog-slide {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
  font-size: 17px;
  line-height: 19px;
}
.split-catalog-slide .header {
  background: #00458b;
  padding: 16px 15px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  cursor: pointer;
}
.split-catalog-slide .header .icon-burger__before {
  position: absolute;
  right: 15px;
  top: 16px;
  width: 25px;
}
.split-catalog-slide .header .icon-burger__before span {
  border-color: #fff;
  border-bottom: 2px solid #fff;
}
.split-catalog-slide.hide li:not(.header) {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.split-catalog-slide.hide .header {
  border-radius: 0;
}
.split-catalog-slide li {
  display: block;
  position: relative;
  background: #ffffff;
}
.split-catalog-slide li:last-child {
  border-bottom: 0;
}
.split-catalog-slide li a {
  border-bottom: 1px solid #efefef;
  text-transform: none;
  display: block;
  padding: 10px 35px 10px 15px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}
.split-catalog-slide .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #848484;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.split-catalog-slide li a:hover,
.split-catalog-slide li a:focus,
.split-catalog-slide li.selected > a {
  text-decoration: none;
  color: #00458b;
  background: #f6f7f7;
}
.split-catalog-slide li ul {
  margin: 0;
  padding: 0;
  display: none;
  z-index: 1000;
}
.split-catalog-slide li ul a {
  border-bottom: 1px solid #fff;
  padding: 10px 35px 10px 35px !important;
}
.split-catalog-slide li ul li a {
  padding: 10px 15px 10px 20px;
  background: #f6f7f7;
  font-size: 14px;
}
.split-catalog-slide .selected > a {
  color: #00458b;
}
.tree-sidebar {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
  font-size: 17px;
  border-radius: 0;
}
.tree-sidebar .header {
  background: #00458b;
  padding: 16px 15px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  cursor: pointer;
}
.tree-sidebar .header .icon-burger__before {
  position: absolute;
  right: 15px;
  top: 16px;
  width: 25px;
}
.tree-sidebar .header .icon-burger__before span {
  border-color: #fff;
  border-bottom: 2px solid #fff;
}
.tree-sidebar li {
  display: block;
  position: relative;
  background: #ffffff;
  padding: 5px 10px;
  border-bottom: 1px solid #efefef;
}
.tree-sidebar li a {
  text-transform: none;
  display: flex;
  align-items: center;
  padding: 0 35px 0 15px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  width: 100%;
}
.tree-sidebar .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #848484;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.tree-sidebar li a:hover,
.tree-sidebar li a:focus,
.tree-sidebar li.selected > a {
  text-decoration: none;
  color: #00458b;
}
.tree-sidebar li ul {
  box-shadow: 0 64px 64px 0 rgba(0, 0, 0, 0.05),
    0 32px 32px 0 rgba(0, 0, 0, 0.05), 0 16px 16px 0 rgba(0, 0, 0, 0.05),
    0 8px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05),
    0 2px 2px 0 rgba(0, 0, 0, 0.05);
  border: 3px solid rgba(0, 0, 0, 0.05);
  visibility: hidden;
  transition: all 0.3s ease;
  width: 300px;
  left: calc(100% + 10px);
  top: -3px;
  background: #ffffff;
  position: absolute;
  z-index: 30;
  padding: 0;
  text-align: left;
  opacity: 0;
}
.tree-sidebar .tree-text {
  padding: 0;
}
.tree-sidebar .tree-text a {
  padding: 13px 15px;
}
.tree-sidebar .tree-img {
  display: flex;
}
.tree-sidebar .tree-img .fa {
  right: 0;
}
.tree-sidebar .tree-img .img {
  border-radius: 0;
  align-items: center;
  width: 52px;
  height: 44px;
  display: flex;
}
.tree-sidebar .tree-img .img a {
  padding: 0;
}
.tree-sidebar .tree-img .img img {
  max-width: 40px;
  max-height: 38px;
  line-height: 38px;
  margin: 0 auto;
  font-size: 0;
}
.tree-sidebar .tree-img .img img:before {
  content: " ";
}
.tree-sidebar .selected > a {
  color: #00458b;
}
.tree-sidebar li:hover > a {
  color: #00458b;
}
.tree-sidebar li:hover > ul {
  visibility: visible;
  height: auto;
  opacity: 1;
  transition: all 0.2s ease;
  left: 100%;
}
.mega-sidebar {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
  font-size: 17px;
  line-height: 19px;
}
.mega-sidebar .header {
  background: #00458b;
  padding: 16px 15px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  cursor: pointer;
}
.mega-sidebar .header .icon-burger__before {
  position: absolute;
  right: 15px;
  top: 16px;
  width: 25px;
}
.mega-sidebar .header .icon-burger__before span {
  border-color: #fff;
  border-bottom: 2px solid #fff;
}
.mega-sidebar li {
  display: block;
  position: relative;
  background: #ffffff;
  padding: 5px 10px;
  border-bottom: 1px solid #efefef;
}
.mega-sidebar li a {
  text-transform: none;
  display: flex;
  align-items: center;
  padding: 0 35px 0 15px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  width: 100%;
}
.mega-sidebar .tree-img {
  display: flex;
}
.mega-sidebar .tree-img .fa {
  right: 0;
}
.mega-sidebar .tree-img .img {
  border: 2px solid transparent;
  border-radius: 0;
  align-items: center;
  width: 52px;
  height: 44px;
  display: flex;
}
.mega-sidebar .tree-img .img a {
  padding: 0;
}
.mega-sidebar .tree-img .img img {
  max-width: 40px;
  max-height: 38px;
  line-height: 38px;
  margin: 0 auto;
  font-size: 0;
}
.mega-sidebar .tree-img .img img:before {
  content: " ";
}
.mega-sidebar .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #848484;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.mega-sidebar li a:hover,
.mega-sidebar li a:focus,
.mega-sidebar li.selected > a {
  text-decoration: none;
  color: #00458b;
}
.mega-sidebar .tree-text {
  padding: 0;
}
.mega-sidebar .tree-text a {
  padding: 13px 15px;
}
.mega-sidebar .tree-text ul a {
  padding: 13px 0;
}
.mega-sidebar ul {
  width: 100%;
  padding: 20px 20px 10px 20px;
  list-style: none;
  box-shadow: 0 64px 64px 0 rgba(0, 0, 0, 0.05),
    0 32px 32px 0 rgba(0, 0, 0, 0.05), 0 16px 16px 0 rgba(0, 0, 0, 0.05),
    0 8px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05),
    0 2px 2px 0 rgba(0, 0, 0, 0.05);
  border: 3px solid rgba(0, 0, 0, 0.05);
  visibility: hidden;
  transition: all 0.3s ease;
  left: calc(100% + 10px);
  top: -2px;
  background: #ffffff;
  position: absolute;
  z-index: 30;
  text-align: left;
  opacity: 0;
}
.mega-sidebar ul li {
  display: inline-block !important;
  vertical-align: top;
  width: 33%;
  position: relative;
  border-bottom: 0;
  min-height: 60px;
  padding: 0;
}
.mega-sidebar ul .tree-img .img {
  border: 2px solid #e6e6e6;
}
.mega-sidebar ul a {
  text-decoration: none;
  color: #00458b;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 10px;
  padding-left: 0;
  display: inline-block;
  position: relative;
  border: 0;
  width: auto;
}
.mega-sidebar ul a:after {
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 2px;
  background: #00458b;
  content: " ";
  width: 100%;
}
.mega-sidebar ul a:hover {
  color: #00458b;
}
.mega-sidebar ul ul {
  display: block;
  position: static;
  opacity: 1;
  visibility: hidden;
  width: auto !important;
  border: 0;
  box-shadow: none;
  margin: 5px 0 20px;
  padding: 0;
}
.mega-sidebar ul ul li {
  display: block;
  width: 100%;
  min-height: auto;
}
.mega-sidebar ul ul a {
  font-size: 14px;
  text-decoration: none;
  display: block;
  color: #1f1f1f;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.mega-sidebar ul ul a:after {
  border-bottom: 0;
  content: "";
  height: 0;
}
.mega-sidebar ul ul ul {
  display: none !important;
}
.mega-sidebar ul .tree-img a {
  margin-left: 65px;
  padding-top: 2px;
}
.mega-sidebar ul ul li {
  background: transparent !important;
}
.mega-sidebar ul ul li a {
  padding: 1px 0 !important;
}
.mega-sidebar ul .img a {
  margin-left: 0;
  padding-bottom: 0;
  padding-top: 6px;
}
.mega-sidebar ul .img a:after {
  border-bottom: 0;
  content: "";
  height: 0;
}
.mega-sidebar ul .img {
  position: absolute;
  border: 2px solid #e6e6e6;
  border-radius: 0;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -5px;
}
.mega-sidebar ul .img a {
  padding: 0;
}
.mega-sidebar ul .img img {
  max-width: 45px;
  max-height: 45px;
  line-height: 45px;
}
.mega-sidebar ul .img img:before {
  content: " ";
}
.mega-sidebar .show:nth-child(n + 6) {
  display: block !important;
}
.mega-sidebar .hide:nth-child(n + 6) {
  display: none !important;
}
.mega-sidebar .show-all-category:hover span {
  color: #00458b;
}
.mega-sidebar .show-all-category span {
  margin: 0 15px 10px 65px;
  display: inline-block;
  opacity: 0.5;
  position: relative;
  cursor: pointer;
}
.mega-sidebar .show-all-category span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  right: -15px;
  top: 3px;
  font-size: 10px;
  position: absolute;
}
.mega-sidebar .selected > a {
  color: #00458b;
}
.mega-sidebar li:hover > a {
  color: #00458b;
}
.mega-sidebar li:hover ul {
  visibility: visible;
  height: auto;
  opacity: 1;
  transition: all 0.2s ease;
  left: 100%;
}
.cat-nav {
  display: flex;
}
.cat-nav__categories {
  background: #00458b;
  color: #ffffff;
  align-items: stretch;
  min-height: 58px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  border-radius: 0;
  cursor: pointer;
  position: relative;
}
.cat-nav__categories-dd {
  width: 100%;
}
.cat-nav__categories-name {
  padding: 16px 15px;
  user-select: none;
}
.cat-nav__categories-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
}
.cat-nav__categories-list.open {
  display: block;
}
.cat-nav .icon-burger__before {
  position: absolute;
  right: 15px;
  top: 2px;
  width: 25px;
}
.cat-nav .icon-burger__before span {
  border-color: #fff;
  border-bottom: 2px solid #fff;
}
.cat-nav__pages {
  margin-bottom: 0;
}
.cat-nav .menu-t {
  margin-bottom: 0;
}
.cat-nav .mega-sidebar {
  margin-bottom: 0;
}
.cat-nav .mega-sidebar .fa {
  right: 0;
}
.cat-nav .mega-sidebar ul .fa {
  display: none;
}
.cat-nav.open .cat-nav__categories {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cat-nav.open .cat-nav__categories-list {
  box-shadow: 0 64px 64px 0 rgba(0, 0, 0, 0.05),
    0 32px 32px 0 rgba(0, 0, 0, 0.05), 0 16px 16px 0 rgba(0, 0, 0, 0.05),
    0 8px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 4px 0 rgba(0, 0, 0, 0.05),
    0 2px 2px 0 rgba(0, 0, 0, 0.05);
}
.sidebar-button {
  position: fixed;
  right: 40px;
  z-index: 100;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-shadow: 0 19px 27px 0 rgba(126, 125, 118, 0.1);
  top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  opacity: 0;
  visibility: hidden;
}
.sidebar-button svg {
  fill: transparent;
}
.sidebar-button__compare-count {
  position: absolute;
  top: 5px;
  left: 30px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  background: #e8e8e8;
  color: #1f1f1f;
  border-radius: 50%;
  font-size: 11px;
}
.sidebar-button__fav-count {
  position: absolute;
  top: 5px;
  left: 30px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  background: #e8e8e8;
  color: #1f1f1f;
  border-radius: 50%;
  font-size: 11px;
}
.sidebar-button__cart-count {
  position: absolute;
  top: 5px;
  left: 30px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  background: #e8e8e8;
  color: #1f1f1f;
  border-radius: 50%;
  font-size: 11px;
}
.sidebar-button ul {
  margin: 0;
  padding: 0;
  border: 1px solid #f5f5f5;
  padding-left: 10px;
}
.sidebar-button li {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 40px;
}
.sidebar-button li:last-child {
  border-bottom: 0;
}
.sidebar-button li a {
  color: #1f1f1f;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sidebar-button li:hover a {
  color: #00458b;
}
.sidebar-button li:hover svg {
  stroke: #1f1f1f;
}
.sidebar-button .icon-cart {
  height: 24px;
  stroke: #00458b;
  stroke-width: 1;
  position: absolute;
  left: 6px;
  top: 13px;
}
.sidebar-button .icon-compare {
  height: 24px;
  stroke: #00458b;
  stroke-width: 7;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 13px;
}
.sidebar-button .icon-favorite {
  height: 23px;
  stroke: #00458b;
  stroke-width: 1;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 13px;
}
.sidebar-button.show {
  visibility: visible;
  opacity: 1;
}
/** Slider ***/
.home-slider {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.home-slider__slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.home-slider__slide-text span {
  display: none;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.home-slider__slide-button {
  background: #fff;
  color: #1f1f1f;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
}
.home-slider__slide-button a {
  padding: 10px 20px;
  text-decoration: none;
  color: #1f1f1f;
}
.home-slider__slick-cont {
  width: 100%;
  height: 100%;
}
.home-slider__slick-product {
  background: #f6f7f7;
}
.home-slider__slick-product-inner {
  display: flex;
  height: 100%;
  padding: 50px;
}
.home-slider__slick-product-text {
  padding: 30px 50px;
}
.home-slider__slick-product-text .slick-product-name {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.home-slider__slick-product-text .slick-product-price {
  font-size: 28px;
  font-weight: 500;
  margin: 20px 0;
}
.home-slider__slick-product-text .slick-product-badge {
  font-weight: 700;
  text-align: center;
  padding: 2px 10px;
  background-color: #e30027;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  margin-bottom: 5px;
}
.home-slider__slick-product-image img {
  max-height: 400px;
}
.home-slider__slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-slider__slide img {
  width: auto;
}
.home-slider .slick-list {
  height: 100%;
}
.home-slider__slick {
  display: flex;
  margin-right: 40px;
  width: calc(82% - 40px);
}
.home-slider__banner {
  display: flex;
  width: 18%;
  flex-direction: column;
  overflow: hidden;
  flex: 2;
}
.home-slider__full-width-link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.home-slider__banner-item {
  display: flex;
  width: 100%;
  flex: 1 0 auto;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.6s ease;
  position: relative;
}
.home-slider__banner-item a {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  transition: all 0.6s ease;
}
.home-slider__banner-item:last-child {
  align-items: flex-end;
  margin-top: 40px;
}
.home-slider__banner-item:last-child a {
  align-items: flex-end;
  display: flex;
}
.home-slider__banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.home-slider .slick-track {
  height: 100%;
}
.home-slider .arrow-slider-circle {
  top: 50%;
}
.home-slider__banner-item:hover a {
  transform: scale(1.1);
  visibility: visible;
  transition: all 0.6s ease;
}
.promo-mosaic .h1.header {
  margin-bottom: 50px;
}
.promo-mosaic .border-animation {
  position: relative;
}
.promo-mosaic .border-animation:hover .promo-mosaic__img {
  transform: scale(1.1);
  visibility: visible;
  transition: all 0.6s ease;
}
.promo-mosaic a.full-screen-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  z-index: 10;
}
.promo-mosaic__countdown {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  color: #1f1f1f;
  z-index: 10;
  padding: 2px 5px;
  font-size: 11px;
  margin: 0 auto;
  transition: all 0.2s linear;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.promo-mosaic__effect {
  overflow: hidden;
  height: 100%;
  border-radius: 0;
}
.promo-mosaic__effect:after {
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 60px);
  top: 20px;
  left: 20px;
  content: " ";
  border: 1px solid #cfcfcf;
  opacity: 0;
  transition: all 0.6s linear;
}
.promo-mosaic__img {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 300px;
  background-size: cover;
  transition: all 0.3s linear;
  cursor: pointer;
  background-position: center center;
  border-radius: 0;
}
.promo-mosaic__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e8e8e8;
  opacity: 0;
  transition: all 0.3s linear;
}
.promo-mosaic__content {
  position: absolute;
  background: #fff;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 20px;
  color: #1f1f1f;
  min-width: 90%;
}
.promo-mosaic__content__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.promo-mosaic__content__description {
  font-weight: 300;
  font-size: 14px;
  transition: all 0.3s linear;
}
.promo-mosaic__content__button {
  margin-top: 20px;
  opacity: 1;
  transition: all 0.3s linear;
  height: 0;
}
.promo-mosaic__content__button .btn {
  display: inline-block;
  padding: 10px 25px;
}
.c-popular {
  background: #f6f7f7;
  margin: 30px 0 50px;
}
.c-popular .h1.header {
  margin-bottom: 50px;
}
.c-popular .col-3-lg,
.c-popular .col-4-lg {
  margin-bottom: 10px;
  position: relative;
  background: #fff;
  border-radius: 0;
}
.c-popular__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-popular__inner {
  max-width: var(--grid-maxWidth);
  margin: 0 auto;
  width: 96%;
  padding: 40px calc(var(--grid-gutter) / 2);
}
.c-popular__item {
  padding: 10px;
  display: flex;
  height: 100%;
}
.c-popular__item-img {
  background: #fff;
  padding: 0 10px;
  min-width: 100px;
  max-width: 100px;
  height: 90px;
  text-align: center;
}
.c-popular__item-img img {
  max-width: 100%;
  max-height: 80px;
  margin: 0 auto;
}
.c-popular__item-description {
  background: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 18px;
}
.c-popular__item-description p {
  margin: 0;
  color: #acacac;
}
.h-news__one {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.h-news__date {
  font-size: 12px;
  color: gray;
}
.h-news__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.h-news__img {
  min-height: 220px;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s linear;
}
.h-news__img div {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 220px;
}
.h-news__img-full {
  text-align: center;
}
.h-news__title {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
.h-news__inner {
  padding-bottom: 30px;
}
.h-news__inner:last-child {
  padding-bottom: 0;
}
.h-news__comment {
  margin-top: 10px;
  font-size: 12px;
  color: gray;
}
.home-brands {
  margin: 20px 0 50px;
}
.home-brands .h1.header {
  margin-bottom: 50px;
}
.home-brands .brand-slide {
  text-align: center;
}
.home-brands .brand-slide img {
  margin: 0 auto;
}
.s-promo {
  margin-bottom: 40px;
}
.s-promo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.s-promo .container {
  background: #f6f7f7;
}
.s-promo__inner {
  border-radius: 0;
  padding: 10px;
  display: table;
  width: 100%;
  margin: 20px 0;
  height: 92px;
  position: relative;
}
.s-promo__inner:hover .s-promo__icon {
  transform: scale(1.1);
}
.s-promo__block {
  margin-bottom: 0;
}
.s-promo__icon {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  transition: all 0.5s ease;
}
.s-promo__text {
  width: 75%;
  display: table-cell;
  vertical-align: middle;
}
.s-promo__text span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.s-promo__text p {
  margin-bottom: 0;
  color: #acacac;
}
.s-promo .icon {
  color: #00458b;
  font-size: 32px;
}
.h-subscribe {
  margin: 50px 0 60px;
}
.h-subscribe__inner {
  background: #e8e8e8;
  background-image: url(img/subscribe.png);
  padding: 40px;
  border-radius: 0;
}
.h-subscribe__inner input[type="email"] {
  height: 43px;
  border: 1px solid #fff !important;
  width: 100%;
}
.h-subscribe__inner .rules {
  display: none;
  font-size: 12px;
  margin-top: 5px;
}
.h-subscribe__inner .btn {
  position: absolute;
  right: -5px;
  top: 0;
  z-index: 10;
  height: 43px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 50px;
}
.h-subscribe__inner .icon-email {
  margin-right: 10px;
  position: absolute;
  left: 20px;
  top: 14px;
}
.h-subscribe__input-group {
  position: relative;
}
.h-subscribe__action {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f1f1f;
  position: relative;
}
.h-subscribe__action .icon-subscribe {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00458b;
  font-size: 50px;
}
.h-subscribe__action p {
  margin: 0 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-block__inner {
  color: #fff;
  padding: 35px;
  background: #00458b;
  height: 100%;
  font-weight: 700;
}
.d-block__description {
  font-size: 18px;
  margin-top: 20px;
}
.d-block__title {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}
.d-block .p-related {
  margin: 0;
}
.d-block .p-related__item-img {
  min-width: 70px !important;
  max-width: 70px !important;
  height: 90px;
}
.d-block__countdown {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px;
  margin-top: 20px;
  font-size: 18px;
}
.d-block__countdown i {
  margin-right: 5px;
}
.p-block .show-home {
  margin: 0 -20px;
}
.p-block .row {
  margin: 0;
}
.p-block .p-thumbs-switch {
  margin-top: 20px;
}
.p-block .p-thumbs-switch .p-thumbs {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-top: 0;
}
.p-block .p-thumbs-switch .p-thumbs.show {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: all 0.5s ease;
}
.p-block__inner .header {
  margin-bottom: 60px;
}
.p-block__inner .header-mobile {
  margin-bottom: 0;
}
.main_block {
  margin-top: 20px;
  border: 1px solid #e6e6e6;
  padding: 80px 30px;
}
.category-name {
  margin: 10px 0 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
}
.p-block .slick-slide {
  padding-bottom: 30px;
}
.clone.p-thumbs {
  background: #fff;
}
.p-thumbs__button-fullwidth {
  flex-basis: 100% !important;
  margin-bottom: 20px;
}
.p-thumbs__features {
  margin-bottom: 5px;
  color: #383838;
}
.p-thumbs__features .icon16.color {
  width: 13px;
  height: 13px;
  margin-left: 5px;
}
.p-thumbs__features-item {
  margin-bottom: 5px;
}
.p-thumbs__features-text {
  display: inline-block;
  vertical-align: middle;
}
.p-thumbs__features-color {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eeeeee;
  margin: 1px;
  cursor: help;
}
.p-thumbs__features-name {
  font-size: 14px !important;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}
.p-thumbs__cols {
  display: flex;
}
.p-thumbs__cols__price {
  font-size: 20px;
  font-weight: 500;
  flex: 3 3 50%;
}
.p-thumbs__cols__price__main {
  margin-right: 5px;
}
.p-thumbs__cols__price__main span {
  display: inline-block;
}
.p-thumbs__cols__price__label {
  font-size: 10px;
  border: 1px solid #e30027;
  color: #e30027;
  padding: 1px 7px 1px 3px;
  position: relative;
  margin-left: 10px;
  bottom: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.p-thumbs__cols__price s {
  font-size: 16px;
  color: #e30027;
  margin-right: 5px;
  white-space: nowrap;
  font-weight: 300;
}
.p-thumbs__cols__button {
  flex: 1 1 50%;
}
.p-thumbs__cols__button__btn {
  vertical-align: top;
  text-align: right;
  flex-basis: 100%;
  margin: 0 0 0 0px;
  opacity: 0;
}
.p-thumbs__cols__button__btn .btn {
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
}
.p-thumbs__cols__button__fav {
  flex-basis: 80px !important;
  border: 1px solid #00458b;
  background: #fff;
  text-align: center;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s linear;
}
.p-thumbs__cols__button__fav .icon-favorite {
  width: 20px;
  height: 23px;
  stroke: #00458b;
  stroke-width: 3;
}
.p-thumbs__cols__button__fav:hover {
  background: #00458b;
}
.p-thumbs__cols__button__fav:hover .icon-favorite {
  stroke: #fff;
}
.p-thumbs__cols__button-visible .p-thumbs__button__btn {
  opacity: 1 !important;
  flex-basis: 50%;
  margin: 0 auto;
}
.p-thumbs__inner {
  border-radius: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-thumbs__inner:hover .p-thumbs__preview {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.p-thumbs__inner:hover .p-thumbs__preview__bottom {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.p-thumbs__inner:hover .p-thumbs__favorite {
  opacity: 1;
  transform: scale(1);
}
.p-thumbs__inner:hover .p-thumbs__dots {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease;
}
.p-thumbs__inner:hover .p-thumbs__button__btn {
  opacity: 1;
}
.p-thumbs__inner:hover .p-thumbs__preview {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s ease;
}
.p-thumbs__img__fit img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
.p-thumbs__img {
  text-align: center;
  min-height: 380px;
  max-height: 550px;
  margin-bottom: 5px;
  position: relative;
}
.p-thumbs__img img {
  max-height: 540px;
}
.p-thumbs__img__label {
  margin-bottom: 4px;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
}
.p-thumbs__img__label .badge {
  font-weight: 700;
  text-align: center;
  padding: 2px 10px;
  background-color: #e30027;
  font-size: 10px;
  text-transform: uppercase;
}
.p-thumbs__complect-icon {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 20;
}
.p-thumbs__favorite {
  display: inline-block;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  z-index: 20;
  cursor: pointer;
  transition: 0.25s linear;
  opacity: 1;
  border-radius: 50%;
  vertical-align: middle;
}
.p-thumbs__favorite .icon-favorite {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  stroke: #1f1f1f;
  stroke-width: 2;
  fill: transparent;
}
.p-thumbs__favorite:hover .icon-favorite {
  stroke: #00458b;
}
.p-thumbs__favorite.active {
  background: #00458b;
}
.p-thumbs__favorite.active .icon-favorite {
  stroke: #fff;
}
.p-thumbs__favorite.active:hover .icon-favorite {
  stroke: #fff;
}
.p-thumbs__preview {
  display: inline-block;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  z-index: 20;
  cursor: pointer;
  transition: 0.25s linear;
  border-radius: 50%;
  vertical-align: middle;
  opacity: 0;
  transform: scale(1);
  visibility: visible;
}
.p-thumbs__preview .icon-preview {
  width: 19px;
  position: absolute;
  top: 11px;
  left: 10px;
  stroke: #1f1f1f;
  stroke-width: 1.5;
  fill: transparent;
}
.p-thumbs__preview-list .icon-preview {
  left: 15px;
}
.p-thumbs__preview__bottom {
  text-align: center;
  color: gray;
  cursor: pointer;
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
}
.p-thumbs__preview__bottom .far {
  margin-right: 5px;
}
.p-thumbs__preview__bottom .icon-preview {
  width: 20px;
  height: 22px;
  stroke: #00458b;
}
.p-thumbs__youtube {
  position: absolute;
  bottom: 50px;
  right: 0px;
  background: #ff2e49;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
}
.p-thumbs__dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  height: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}
.p-thumbs__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #afafaf;
  display: inline-block;
  margin: 2px 2px;
  border: 1px solid transparent;
}
.p-thumbs__dots span.active {
  background: #00458b;
}
.p-thumbs__name {
  font-size: 15px;
  height: 60px;
  overflow-y: hidden;
}
.p-thumbs__name a {
  color: #1f1f1f;
  text-decoration: none;
}
.p-thumbs__name a:hover {
  color: #00458b;
}
.p-thumbs__name-list {
  height: auto;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-thumbs__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.p-thumbs__price {
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0 15px;
}
.p-thumbs__price__main {
  margin-right: 5px;
}
.p-thumbs__price__main span {
  display: inline-block;
}
.p-thumbs__price__label {
  font-size: 10px;
  border: 1px solid #e30027;
  color: #e30027;
  padding: 1px 7px 1px 3px;
  position: relative;
  margin-left: 10px;
  bottom: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.p-thumbs__price s {
  font-size: 16px;
  color: #e30027;
  margin-right: 5px;
  white-space: nowrap;
  font-weight: 300;
}
.p-thumbs__button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.p-thumbs__button__btn {
  vertical-align: top;
  text-align: right;
  flex-basis: 100%;
  margin: 0 0 0 0px;
  opacity: 0;
}
.p-thumbs__button__btn .btn {
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
}
.p-thumbs__button__fav {
  flex-basis: 80px !important;
  border: 1px solid #00458b;
  background: #fff;
  text-align: center;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s linear;
}
.p-thumbs__button__fav .icon-favorite {
  width: 20px;
  height: 23px;
  stroke: #00458b;
  stroke-width: 3;
}
.p-thumbs__button__fav:hover {
  background: #00458b;
}
.p-thumbs__button__fav:hover .icon-favorite {
  stroke: #fff;
}
.p-thumbs__button-visible .p-thumbs__button__btn {
  opacity: 1 !important;
  flex-basis: 50%;
  margin: 0 auto;
}
.p-list__features {
  line-height: 18px;
  color: #383838;
  font-weight: 300;
  margin-top: 20px;
}
.p-list__features dl {
  margin: 0;
  padding: 0;
}
.p-list__features dt {
  margin-bottom: 5px;
  display: inline-block;
  width: 45%;
  vertical-align: top;
  font-weight: 500;
  position: relative;
}
.p-list__features dt:after {
  position: absolute;
  content: "";
  border-bottom: 1px dotted #bababa;
  margin-left: 10px;
  width: 100%;
  height: 1.1em;
}
.p-list__features .clear-dt:after {
  border-bottom: 1px dotted transparent;
}
.p-list__features dd {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: bottom;
  width: 51%;
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-left: 0;
  padding-left: 5px;
}
.p-list__features .icon16.color {
  margin-top: 2px;
  margin-right: 5px;
}
.p-list__features-all {
  font-weight: 300;
  text-decoration: underline;
  cursor: pointer;
  margin: 10px 0 15px;
  font-size: 12px;
  color: #858585;
  display: inline-block;
}
.sorting {
  margin: 20px 0 30px;
  padding: 0;
  list-style: none;
}
.sorting li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.sorting li a {
  color: #1f1f1f;
}
.sorting__header {
  font-weight: 500;
  margin: 0 !important;
}
.sorting__arrow {
  color: #ffffff;
  margin: 0 5px;
}
.sorting__selected {
  background: #00458b;
  border-radius: 0;
}
.sorting__selected a {
  color: #ffffff !important;
  text-decoration: none;
  padding: 10px 0 0 10px;
}
.sorting-mobile {
  position: relative;
}
.sorting-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sorting-mobile ul ul {
  display: none;
  position: absolute;
  background: #1f1f1f;
  top: 33px;
  left: -1px;
  width: calc(100% + 2px);
  z-index: 24;
}
.sorting-mobile ul ul a {
  color: #fff !important;
  display: inline-block;
  font-weight: 300;
}
.sorting-mobile ul ul a .sort-asc {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-size: 10px;
}
.sorting-mobile ul ul a .sort-asc:after {
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  font-weight: 600;
}
.sorting-mobile ul ul a .sort-desc {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-size: 10px;
}
.sorting-mobile ul ul a .sort-desc:after {
  font-family: "Font Awesome 5 Free";
  content: "\f062";
  font-weight: 600;
}
.sorting-mobile ul.open {
  display: block;
}
.category-desc {
  padding: 20px 0;
}
.c-pagination {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.c-pagination .prev .fa {
  margin-left: -3px;
}
.c-pagination .next .fa {
  margin-left: 3px;
}
.c-pagination li {
  display: inline-block;
  margin-right: 5px;
}
.c-pagination .selected a {
  color: #00458b;
  background: #f6f7f7;
}
.c-pagination a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  text-decoration: none;
  color: #1f1f1f;
  font-size: 18px;
  background: #ffffff;
  text-align: center;
}
.c-pagination a:hover {
  color: #ffffff;
  background: #00458b;
}
.subcategory-text {
  font-size: 16px;
  margin: 0 0 15px;
}
.subcategory-text a {
  text-decoration: none;
  margin: 5px 10px 5px 0;
  display: inline-block;
  padding: 2px 15px 4px;
  transition: all 0.3s;
  border-radius: 0;
  background: #f6f7f7;
  color: #1f1f1f;
}
.subcategory-text a:hover {
  background: #00458b;
  color: #ffffff;
}
.subcategory-images {
  padding: 20px 20px 10px 20px;
  background: #f6f7f7;
  margin: 20px 0;
}
.subcategory-images .col-12 {
  margin-bottom: 10px;
  position: relative;
  background: #fff;
  border: 1px solid #f5f5f5;
}
.subcategory-images__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.subcategory-images__item {
  padding: 10px;
  display: flex;
  height: 100%;
}
.subcategory-images__item-img {
  background: #fff;
  padding: 0 10px;
  min-width: 100px;
  max-width: 100px;
  height: 90px;
  text-align: center;
}
.subcategory-images__item-img img {
  max-width: 100%;
  max-height: 80px;
  margin: 0 auto;
}
.subcategory-images__item-description {
  background: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.subcategory-images__item-description p {
  margin: 0;
  color: #acacac;
}
.filter {
  margin-bottom: 10px;
  padding: 0;
  background: #f6f7f7;
}
.filter .header {
  padding: 13px 15px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
.filter .sliderdate input[type="text"] {
  font-size: 13px !important;
}
.filter .filter-header-button .icon-filter {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  stroke-width: 1px;
  position: absolute;
  right: 15px;
  top: 18px;
}
.filter .icon-close-filter {
  display: none;
}
.filter .filtergroup {
  margin-bottom: 0px;
}
.filter .filtergroup .panel-body {
  padding: 15px 15px 0 15px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  color: #1f1f1f;
  text-transform: uppercase;
}
.filter .filtergroup .panel-body span.hint {
  font-size: 12px;
  color: #bababa;
  text-transform: lowercase;
  position: absolute;
  right: 20px;
  top: 15px;
  text-decoration: underline;
  font-weight: 300;
}
.filter .filtergroup .panel-body span.hint:hover {
  color: #00458b;
}
.filter .filtergroup .panel-body .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: #bababa;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.filter .filtergroup .panel-body:hover {
  color: #00458b;
}
.filter .filtergroup .panel-body:hover .icon {
  color: #00458b;
}
.filter .filtergroup .slideblock,
.filter .filtergroup .group-filter,
.filter .filtergroup .filtergroup {
  display: none !important;
}
.filter .filtergroup .slider {
  padding: 15px;
}
.filter .filtergroup .slider .pricehint {
  text-align: left;
  margin: 10px 0px -20px 0px;
  font-size: 12px;
  color: #707070;
}
.filter .filtergroup .slider .min,
.filter .filtergroup .slider .max {
  width: 40%;
  margin-bottom: 0;
}
.filter .filtergroup .slider input[type="text"] {
  text-align: center;
  color: #1f1f1f;
  font-weight: 600;
}
.filter .filtergroup label {
  color: #1f1f1f;
  display: block;
  width: 100%;
  cursor: pointer;
}
.filter .group-filter {
  padding: 15px;
}
.filter .filtergroup.open .slideblock,
.filter .filtergroup.open .group-filter,
.filter .filtergroup.open .filtergroup {
  display: block !important;
}
.filter .filtergroup.open .fa-angle-down::before {
  content: "\f106";
}
.filter .checkboxfilter {
  padding: 0;
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.filter .checkboxfilter .color {
  margin: 2px 5px 0 0 !important;
}
.filter .checkboxfilter input {
  margin-right: 8px;
  margin-left: 0;
  margin-top: 0;
  vertical-align: middle;
}
.filter .fsubmit {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
}
.filter .fsubmit .btn {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 15px;
}
.filter .icon-close-filter {
  width: 27px;
  height: 27px;
  fill: #1f1f1f;
  stroke-width: 1px;
  stroke: #1f1f1f;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1000;
}
.filter .radio,
.filter .checkbox {
  margin: 2px 0;
  position: relative;
  padding: 0;
}
.filter .radio span,
.filter .checkbox span {
  white-space: unset !important;
}
.filter .unit {
  margin-left: 5px;
}
.filter .diaposon {
  margin: 10px 0;
}
.filter input[type="text"] {
  display: inline !important;
}
.filter.open {
  opacity: 1;
  visibility: visible;
  left: 0;
  transition: all 0.4s ease-in-out 0s;
  position: fixed;
}
.ui-slider {
  position: relative;
  height: 2px;
  background: #cccccc;
  margin: 5px 5px 30px 5px;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 24px;
  cursor: pointer;
  outline: 0;
  margin-left: -5px;
  display: block;
  height: 22px;
  top: -8px;
}
.ui-slider .ui-slider-handle:after {
  content: " ";
  width: 15px;
  height: 15px;
  position: absolute;
  left: -5px;
  background-color: #00458b;
  border: 1px solid #00458b;
  z-index: 4;
  border-radius: 50%;
}
.ui-slider .ui-slider-handle:hover:after {
  border: 1px solid #00458b;
  box-shadow: 0 19px 27px 0 rgba(126, 125, 118, 0.1);
}
.ui-slider .ui-slider-handle:focus {
  outline: 0;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  top: 0;
  height: 100%;
  background: #00458b;
}
.ui-slider .ui-slider-range-min {
  left: 0;
}
.ui-slider .ui-slider-range-max {
  right: 0;
}
.mobile-filter {
  background: #fff;
  border-radius: 0;
  position: relative;
  margin: 0 0 10px;
}
.mobile-filter svg {
  width: 20px;
  height: 12px;
  fill: #00458b;
  vertical-align: middle;
  margin-right: 5px;
}
.mobile-filter .col {
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #8e8e8e;
}
.mobile-filter .col a {
  text-decoration: none;
  color: #1f1f1f;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.mobile-filter__count {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #e8e8e8;
  color: #1f1f1f;
  border-radius: 50%;
  font-size: 11px;
  margin-left: 5px;
}
.m-filter-select {
  border: 0;
  color: #00458b;
  font-size: 14px;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 20px;
  width: 100%;
  text-align: center;
  text-align-last: center;
  margin: 0 auto;
  display: block;
  background: transparent;
}
.m-filter-select option {
  color: #1f1f1f;
  text-align: center;
  text-align-last: center;
}
/** Compare */
#compare-table .rating-big a {
  color: #979797;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}
#compare-table td,
#compare-table th {
  padding: 10px;
  width: 200px;
}
#compare-table .name {
  padding: 5px 0;
  font-size: 14px;
}
#compare-table .name a {
  word-wrap: break-word;
  font-weight: 500;
  color: #1f1f1f;
  text-decoration: none;
}
#compare-table .name a:hover,
#compare-table .name a:focus {
  color: #00458b;
}
#compare-table td.feature {
  font-size: 14px;
}
#compare-table .remove-icon {
  font-weight: 300;
}
#compare-table .color {
  margin-right: 5px;
}
#compare-table p {
  color: #000000;
}
#compare-table h5 {
  margin: 0;
}
#compare-table .image {
  height: 150px;
  min-width: 150px;
  position: relative;
  margin-bottom: 10px;
}
#compare-table .image img {
  max-height: 140px;
  max-width: 140px;
}
#compare-table .image .badge {
  position: absolute;
  z-index: 10;
}
#compare-table .image_fix img {
  transition: all 0.3s;
  max-height: 200px;
  max-width: 200px;
}
#compare-table .white-td td {
  border-top: 0;
  padding-bottom: 20px;
}
#compare-table td {
  vertical-align: top;
}
#compare-table td .price {
  display: block;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f;
}
#compare-table td .price s {
  color: #9b9b9b;
  font-size: 14px;
  display: inline-block;
}
#compare-table tr:last-child td {
  padding: 30px 10px 0;
  border-bottom: 0;
}
#compare-table h5 {
  font-weight: 700;
  margin-top: 10px;
}
.compare-scroll {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
ul.compare-diff-all {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 170px;
}
ul.compare-diff-all li {
  display: block;
  margin-bottom: 10px;
}
ul.compare-diff-all li a {
  padding: 5px 10px;
  color: #1f1f1f;
  text-decoration: none;
  font-size: 14px;
}
ul.compare-diff-all li.selected a {
  background: #00458b;
  text-decoration: none;
  color: #ffffff;
  border-radius: 0;
}
ul.compare-diff-all li.selected a b {
  border: none;
}
.clearfilter .btn {
  display: inline-block;
}
.clone.product {
  position: relative;
  background: #f6f7f7;
}
.clone.product .container {
  padding-bottom: 20px;
}
.clone.product__price-block {
  border: 1px solid #3f9eff;
  background: #f6f7f7;
  padding: 20px 20px 0 20px;
  border-radius: 0;
}
.clone.product__price-block__saving {
  display: inline-block;
  border: 1px solid #e30027;
  background: #fff;
  padding: 0 7px;
  margin-right: 5px;
  color: #e30027;
  vertical-align: middle;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
}
.clone.product__price-block__header {
  margin: 10px 0 20px;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}
.clone.product__price-block__header a {
  text-decoration: none;
  color: #1f1f1f;
}
.clone.product .purchase {
  margin: 0 -20px;
  padding: 25px 20px;
  background: #e9ebeb;
}
.clone.product .select_quantity .input-group.spinner {
  max-width: 60px;
}
.product {
  position: relative;
}
.product .breadcrumbs .container {
  padding: 0;
  margin: 0;
}
.product .container {
  padding-bottom: 20px;
}
.product .edit-product {
  font-size: 18px;
  opacity: 0.5;
}
.product__add-review {
  text-decoration: none;
}
.product__slider-product ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product__slider-product li {
  text-align: center;
}
.product__slider-product .slick-initialized .slick-slide {
  display: block !important;
  text-align: center;
}
.product__slider-product .slick-slide img {
  display: inline !important;
}
.product__slider-product .slick-dots {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 20px;
}
.product__slider-product .slick-dots li {
  margin: 0 auto;
  padding: 0 2px;
  display: inline-block;
}
.product__slider-product .slick-dots li button {
  width: 10px;
  font-size: 0;
  height: 10px;
  padding: 0 !important;
  border-radius: 50% !important;
}
.product__slider-product .slick-dots .slick-active button {
  background: #00458b;
}
.product__bonus-info {
  margin: 20px 0;
  font-size: 14px;
}
.product__bonus-info i {
  margin-right: 5px;
  color: #00458b;
}
.product__gallery {
  margin-top: 20px;
  text-align: center;
  position: relative;
}
.product__gallery__lp {
  padding-left: 110px;
}
.product__gallery__more-images {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  visibility: hidden;
}
.product__gallery__more-images .video a {
  position: relative;
  display: block;
}
.product__gallery__more-images .video a:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 17px;
  content: "\f04b";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
}
.product__gallery__more-images .image {
  border: 2px solid #f6f7f7;
  border-radius: 0;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 82px;
  height: 82px;
}
.product__gallery__more-images .image a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__gallery__more-images .image img {
  max-width: 78px;
  max-height: 78px;
  padding: 2px;
}
.product__gallery__more-images .selected {
  border: 2px solid #00458b;
}
.product__gallery__more-images .more-hide {
  border: 2px solid #f6f7f7;
  border-radius: 0;
  text-align: center;
  width: 82px;
  height: 82px;
  line-height: 82px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.product__gallery__more-images .more-hide a {
  color: #1f1f1f;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  cursor: zoom-in;
  text-decoration: none;
}
.product__gallery__more-images .more-hide a:hover,
.product__gallery__more-images .more-hide a:focus {
  color: #00458b;
  text-decoration: none;
}
.product__gallery__image-hint {
  margin-top: 20px;
  font-size: 12px;
  color: #858585;
  font-weight: 300;
}
.product__gallery__image-hint .fa {
  margin-right: 5px;
}
.product__button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.product__button__qty {
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 0;
  margin-right: 10px;
}
.product__button__qty__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
  height: 100%;
  border-radius: 0;
}
.product__button__btn {
  text-align: right;
  flex-basis: 100%;
  margin: 0 10px 0 0;
}

.product__button__btn .btn {
  width: 75%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
}
.product__button__btn .btn svg {
  fill: transparent;
  stroke: #fff;
  height: 20px;
  stroke-width: 2;
  margin-right: 5px;
  vertical-align: middle;
}
.product__button__qty-value {
  height: 100%;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 1px solid #e6e6e6 !important;
  border-right: 1px solid #e6e6e6 !important;
  width: 60px;
  text-align: center;
  padding: 0 !important;
}
.product__button__qty-dec {
  background: #fff;
  height: 100%;
  width: 30px !important;
  padding: 0;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.product__button__qty-dec:hover {
  background: #00458b;
  color: #fff;
}
.product__button__qty-inc {
  background: #fff;
  width: 30px !important;
  padding: 0;
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.product__button__qty-inc:hover {
  background: #00458b;
  color: #fff;
}
.product__button__fav {
  flex-basis: 80px !important;
  border: 1px solid #00458b;
  background: #fff;
  text-align: center;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s linear;
  position: relative;
}
.product__button__fav .icon-favorite {
  width: 20px;
  height: 20px;
  stroke: #00458b;
  stroke-width: 2;
  fill: transparent;
  margin-left: 1px;
}
.product__button__fav.active {
  background: #00458b;
}
.product__button__fav.active .icon-favorite {
  stroke: #fff;
}
.product__button__compare {
  margin: 15px 10px -10px;
  cursor: pointer;
  position: relative;
  color: #1f1f1f;
  padding-left: 30px;
  text-decoration: underline;
}
.product__button__compare .icon-compare {
  width: 20px;
  height: 20px;
  stroke: #00458b;
  position: absolute;
  left: 0;
  top: -1px;
  stroke-width: 6px;
}
.product__button__compare.active {
  color: #00458b;
}
.product__button__compare.active .icon-compare {
  stroke: #00458b;
}
.product__articul {
  font-size: 14px;
  margin: 0 0 20px;
  opacity: 0.8;
}
.product__articul span {
  font-weight: 700;
}
.product .badge {
  font-size: 12px;
  background-color: #e30027;
  font-weight: 500;
  padding: 1px 5px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
}
.product__summary {
  margin: 25px 0 25px;
  width: 90%;
  font-size: 16px;
}
.product__price-block_inner {
  height: 100%;
  background: #f6f7f7;
  padding: 20px 20px 0 20px;
}
.product__price-block .price {
  font-weight: 700;
  font-size: 28px;
  margin-right: 15px;
}
.product__price-block__saving {
  display: inline-block;
  border: 1px solid #e30027;
  background: #fff;
  padding: 0 7px;
  margin-right: 5px;
  color: #e30027;
  vertical-align: middle;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
}
.product__price-block__header {
  margin: 10px 0 10px;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
}
.product__price-block__header a {
  text-decoration: none;
  color: #1f1f1f;
}
.product__purchase {
  margin: 0 -20px;
  padding: 25px 20px;
}
.product .expand-content .icon16.color {
  margin-top: 4px;
  margin-right: 9px;
}
.product .rating-block {
  color: gray;
  font-size: 14px;
}
.product .rating-block a {
  color: gray;
  border-bottom: 1px dotted gray;
}
.product .rating-block a:hover,
.product .rating-block a:focus {
  text-decoration: none;
}
.product .rating-block i:last-child {
  margin-right: 10px;
}
.product .rating-block .review-count {
  margin-left: 10px;
}
.product .goto-cart {
  margin-top: 10px;
}
.product .goto-cart a {
  text-decoration: underline;
}
.product .share-social {
  margin: 20px 0;
}
.product .share-social ul {
  margin: 0;
}
.product__seen {
  background: #f6f7f7;
  bottom: 0;
  position: fixed;
  height: 350px;
  z-index: 10;
  max-width: inherit;
  right: -101%;
  width: 100%;
  padding: -20px 35px 15px;
  box-shadow: 0px -9px 14px 0px rgba(50, 50, 50, 0.1);
  overflow: hidden;
}
.product__seen .p-related {
  margin: 0;
}
.product__seen a {
  color: #1f1f1f;
  text-decoration: none;
}
.product__seen .close-seen {
  z-index: 10001;
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  height: 27px;
  cursor: pointer;
}
.product__seen .close-seen svg {
  stroke: #000;
}
.product__seen .close-seen svg:hover {
  stroke: #00458b;
  transform: rotate(90deg);
  transition-duration: 0.3s;
}
.p-related {
  background: #f6f7f7;
  margin: 30px 0 60px;
}
.p-related .col-3-lg,
.p-related .col-4-lg {
  margin-bottom: 10px;
  position: relative;
  background: #fff;
  border-radius: 0;
}
.p-related__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-related__link-bg {
  background: transparent !important;
  transition: 0.25s linear;
}
.p-related__link-bg:hover {
  background: #00458b !important;
}
.p-related__link-bg:hover .p-related__link-more {
  color: #fff !important;
}
.p-related__link-more {
  border: 1px solid #00458b;
  background: transparent;
  font-weight: 700;
  color: #00458b;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  padding-left: 20px !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-related__link-more .fas {
  position: absolute;
  right: 20px;
}
.p-related__inner {
  max-width: var(--grid-maxWidth);
  margin: 0 auto;
  width: 96%;
  padding: 40px calc(var(--grid-gutter) / 2);
}
.p-related__inner .header {
  margin-bottom: 60px;
}
.p-related__item {
  height: 100%;
  padding: 10px;
  display: flex;
}
.p-related__name {
  font-weight: 300;
}
.p-related__price {
  font-weight: 500;
  color: #1f1f1f;
  font-size: 16px;
  margin-right: 5px;
  white-space: nowrap;
}
.p-related__price__label {
  font-size: 10px;
  border: 1px solid #e30027;
  color: #e30027;
  padding: 1px 7px 1px 3px;
  position: relative;
  margin-left: 10px;
  bottom: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.p-related s {
  font-size: 14px;
  color: #e30027;
  margin-right: 5px;
  display: block;
  font-weight: 300;
}
.p-related__item-img {
  background: #fff;
  padding: 0 10px;
  min-width: 100px;
  max-width: 100px;
  height: 90px;
  text-align: center;
}
.p-related__item-img img {
  max-width: 100%;
  max-height: 80px;
  margin: 0 auto;
}
.p-related__item-description {
  background: #fff;
  padding: 10px;
  line-height: 18px;
  width: 100%;
}
.p-related__item-description p {
  margin: 0;
  color: #acacac;
}
/** Stock **/
.product .stocks {
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  min-height: 24px;
}
.product .stocks .fa {
  padding-right: 5px;
  font-size: 14px;
}
.product .stocks .red {
  color: #ee0000 !important;
}
.product .stocks .stock-critical {
  color: #aa8800;
}
.product .stocks .stock-low {
  color: #aa8800;
}
.product .stocks .stock-high {
  color: #729b00;
}
.product .stocks .stock-none {
  color: #aaaaaa;
  white-space: normal;
}
.product .stocks .icon16 {
  margin-top: 0.1em;
}
.product .show-price {
  font-size: 24px;
  line-height: 28px;
  color: #1f1f1f;
  position: relative;
  margin-bottom: 20px;
}
.product .show-price .compare-at-price {
  color: #e30027;
  opacity: 0.8;
  font-size: 18px;
  display: inline-block;
  margin-left: 0px;
}
.product .show-price .compare-at-price:before {
  top: 0;
}
.product .add2cart .icons-compare-favorite {
  display: inline-block;
  font-size: 24px;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 10px;
}
.product .add2cart .icons-compare-favorite a {
  color: #8c8c8c;
  display: block;
}
.product .add2cart .icons-compare-favorite a:hover,
.product .add2cart .icons-compare-favorite a:focus {
  text-decoration: none;
}
.product .add2cart .icons-compare-favorite span {
  display: inline-block;
}
.product .add2cart .icons-compare-favorite .active .far {
  color: #00458b;
}
.product .add2cart .add2cart .btn.disabled {
  border: 1px solid #cccccc !important;
}
.product .services .checkbox input[type="checkbox"] {
  margin-left: 0;
  position: relative;
  margin-right: 5px;
}
.product {
  background: #fff;
}
.product .video-container {
  text-align: center;
}
.product .video-container iframe {
  border: 0;
}
.product .product-gallery .left-padding {
  margin-left: 60px;
}
.product .product-image-mobile img {
  max-width: 100%;
}
.product #product-core-image {
  text-align: center;
  position: relative;
  max-height: 700px;
}
.product #product-core-image img {
  max-width: 100%;
  max-height: 700px;
}
/** Tags **/
.product .tags {
  font-size: 12px;
  color: #888888;
  margin-top: 20px;
}
.product .tags a {
  color: #888888;
  text-decoration: underline;
  margin-right: 5px;
}
.product .tags a:hover {
  color: #ffffff;
  background: #00458b;
}
.product ul.skus {
  list-style: none;
  padding-left: 0;
  margin-left: -5px;
}
.product ul.skus span {
  margin-right: 5px;
}
.product ul.skus span.price {
  color: #1f1f1f;
  font-size: 14px;
}
.product ul.skus label {
  cursor: pointer;
}
.product ul.skus .articul {
  font-weight: 300;
}
.product ul.skus li {
  margin-bottom: 5px;
}
.product ul.skus li .price s {
  color: #e30027;
  margin-right: 5px;
  white-space: nowrap;
  font-weight: 300;
}
.product ul.skus li .price s:before {
  top: 0;
}
.product .options {
  line-height: 2em;
  margin-bottom: 20px;
}
.product .options .name {
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}
.product .options .name .sku-selectable {
  font-weight: 300;
}
.product .options label.name {
  display: block;
  font-size: 14px;
  color: #111111;
  margin-bottom: 0;
  margin-top: 10px;
}
.product .options select {
  text-transform: none;
  background: #ffffff;
  padding: 7px;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.product .options .inline-select {
  margin-bottom: 15px;
}
.product .options .inline-select a {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin: 0 5px 5px 0;
  display: inline-block;
  padding: 3px 7px;
  text-decoration: none;
  position: relative;
  min-width: 55px;
  text-align: center;
  color: #454545;
  background: #ffffff;
}
.product .options .color-fix a {
  padding: 0 !important;
  width: 55px;
  height: 36px;
  min-width: unset;
  border: 2px solid transparent !important;
  vertical-align: top;
}
.product .options .inline-select a .color_name {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 50%;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.8);
  margin-left: -40px;
  width: 80px;
  font-weight: 600;
}
.product .options .inline-select a .color_checkmark {
  display: none;
  position: absolute;
  top: 9px;
  left: 19px;
}
.product .options .inline-no-color a.selected {
  border: 1px solid #1f1f1f !important;
  padding: 3px 7px 3px 7px;
  position: relative;
}
.product .options .inline-no-color a.selected {
  background: #fff;
  color: #1f1f1f;
}
.product .options .inline-select a.selected .color_name {
  display: block;
}
.product .options .inline-select a.selected .color_checkmark {
  display: block;
}
.product .services {
  margin-bottom: 10px;
  line-height: 1.4em;
}
.product .services select {
  padding: 5px;
  max-width: 100%;
}
.product .services label {
  margin-right: 5px;
  margin-left: 0;
}
.product #product-image {
  max-width: 90%;
  cursor: zoom-in;
}
.product .card-product-inner .one-click {
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
  width: 100%;
}
.product .card-product-inner .one-click input {
  width: 100%;
  background: none;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  border-radius: 0;
  padding: 9px 15px 9px 15px;
  font-weight: 700;
  background: #1f1f1f;
  vertical-align: middle;
}
.product .card-product-inner .one-click input:hover {
  background: #050505;
}
/** Tabs **/
.product-nav {
  margin-top: 20px;
  margin-bottom: 50px;
}
.product-nav__inner {
  background: #fff;
}
.product-nav__inner ul.tabs {
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 6;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0;
}
.product-nav__inner ul.tabs li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.product-nav__inner ul.tabs li a {
  padding: 20px 25px;
  color: #1f1f1f;
  text-decoration: none;
  display: block;
  font-size: 18px;
}
.product-nav__inner ul.tabs li a:hover {
  color: #1f1f1f;
}
.product-nav__inner ul.tabs li .fa-youtube {
  color: #ff0000;
  margin-right: 5px;
}
.product-nav__inner ul.tabs .selected {
  position: relative;
}
.product-nav__inner ul.tabs .selected a {
  color: #00458b;
  position: relative;
  background: #f6f7f7;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.product-nav__inner ul.tabs .selected a:hover,
.product-nav__inner ul.tabs .selected a:focus {
  color: #00458b !important;
}
.features-table {
  width: 100%;
}
.features-table td {
  border: 1px solid transparent !important;
  width: 50%;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
.features-table td:first-child {
  font-weight: 500;
  width: 30%;
}
.features-table td span {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.features-table td span i {
  margin-right: 5px;
}
.features-table tr.divider {
  font-size: 18px !important;
  color: gray;
}
/** Panel tabs **/
.panel-heading {
  padding: 0;
}
.panel-default.panel-show .hidden-sm-up {
  display: block !important;
}
.panel.panel-show .panel-collapse.collapse {
  display: block !important;
}
.panel-default.panel-show .panel-heading a {
  padding: 0;
  font-size: 24px;
}
.panel-default.panel-show .panel-heading.selected a {
  background: transparent;
  border-radius: 0;
  cursor: default;
}
.panel-default.panel-show .panel-heading.selected a:after {
  opacity: 0;
  visibility: hidden;
}
.panel-default.panel-show .panel-heading a {
  background: transparent;
  border-radius: 0;
  cursor: default;
}
.panel-default.panel-show .panel-heading a:after {
  opacity: 0;
  visibility: hidden;
}
.panel-default.panel-show .panel-heading a:hover {
  opacity: 1;
}
.panel-default.panel-show .panel-heading a.collapsed {
  background: transparent;
  border-radius: 0;
  cursor: default;
}
.panel-default.panel-show .panel-heading a.collapsed:after {
  opacity: 0;
  visibility: hidden;
}
.panel-default.panel-show .panel-heading {
  background: transparent;
}
.panel-default.panel-show .panel-body {
  margin: 10px 0 30px;
}
.panel-heading:hover {
  opacity: 0.9;
}
.panel {
  border: 0;
  margin: 0;
}
.panel .panel-collapse.collapse {
  display: none;
}
.panel .panel-collapse.collapse.in {
  display: block;
}
.panel .panel-body img {
  max-width: 100%;
}
.panel-default > .panel-heading {
  border-top: 1px solid #e6e6e6;
  color: #ffffff;
  margin-bottom: 1px;
}
.panel-default > .panel-heading a {
  color: #1f1f1f;
  font-weight: 600;
  font-size: 20px;
}
.panel-default > .panel-heading.selected {
  margin-bottom: 0;
  border-bottom: 0;
}
.panel-default > .panel-heading.selected a {
  background: #fff;
}
.panel-group {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 20px 0;
}
.panel-group ul {
  margin: 20px;
}
.panel-title {
  margin-bottom: 0;
}
.panel-body {
  padding: 20px 0 40px;
}
.panel-title > a:focus,
.panel-title > a:hover,
.panel-default .selected a.collapsed {
  color: #00458b;
}
.panel-title > a {
  text-decoration: none;
  display: block !important;
  padding: 15px 0;
  position: relative;
  color: #ffffff;
  font-size: 16px;
}
.panel-default a.collapsed:after {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.panel-default .selected a.collapsed:after {
  position: absolute;
  right: 15px;
  content: "\f068";
  font-family: "Font Awesome 5 Free";
}
.panel-body table:not(.rating-distribution) {
  width: 100%;
  border-collapse: collapse;
}
.panel-body table:not(.rating-distribution) thead {
  background: #f5e8d0;
}
.compare-scroll table tbody tr:nth-child(even) {
  background: #f5f5f5;
}
.compare-scroll table {
  table-layout: fixed;
}
.compare-scroll table th {
  vertical-align: top;
  background: #fff !important;
}
.compare-scroll table td {
  width: auto !important;
}
.panel-body iframe,
.page-content iframe,
.page-content img {
  max-width: 100%;
}
.preview-prev-next {
  position: relative;
  width: 100%;
}
.preview-prev-next .arrow-slider-circle {
  opacity: 1;
  border-radius: 0;
}
.preview-prev-next .arrow-slider-circle.right {
  right: 0;
}
.preview-prev-next .disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.preview-prev-next .arrow-left-product:hover .out-circle,
.preview-prev-next .arrow-right-product:hover .out-circle {
  opacity: 1;
}
.preview-prev-next .arrow-left-product:hover .fa,
.preview-prev-next .arrow-right-product:hover .fa {
  color: #00458b;
}
.preview-prev-next .arrow-left-product {
  position: absolute;
  left: -150px;
  top: 250px;
  z-index: 100;
  width: 70px;
  height: 70px;
}
.preview-prev-next .arrow-right-product {
  position: absolute;
  right: -140px;
  top: 250px;
  z-index: 100;
  width: 70px;
  height: 70px;
}
.dialog {
  display: none;
}
.dialog .icon-close {
  background-image: url("img/close.svg");
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  right: 22px;
  top: 10px;
}
.dialog .loading {
  position: fixed;
  left: 50%;
  top: 30%;
  transform: translate(-50%, 0);
  width: 70px;
  height: 70px;
  z-index: 20020;
  background-image: url(img/loader/tail-spin.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.dialog .product__button__btn {
  margin: 0 10px 0 0;
}
.dialog .product {
  margin-top: 20px;
}
.dialog .product__price-block {
  position: static;
  top: 0;
  padding: 0 20px 0 20px;
}
.dialog .product__gallery__image-hint {
  margin-top: 20px;
}
.dialog .product .articul {
  position: static;
  margin-bottom: 10px;
}
.dialog #product-core-image .product-dialog-image {
  display: block;
  position: relative;
}
.dialog-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.38);
  z-index: 20010;
}
.dialog-window .close-block {
  z-index: 10001;
  position: absolute;
  background: #ffffff;
  top: 10px;
  right: 10px;
  width: 27px;
  height: 27px;
  cursor: pointer;
}
.dialog-window .close-block svg {
  stroke: #000;
}
.dialog-window .close-block svg:hover {
  stroke: #00458b;
  transform: rotate(90deg);
  transition-duration: 0.3s;
}
.dialog-window .alert {
  margin-top: 30px;
}
.dialog-window .dialog-cart {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-height: 90%;
  right: 0;
  opacity: 1;
  z-index: 20030;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  text-align: left;
  width: 900px;
  display: block;
  background: #ffffff;
  padding: 20px;
  border-radius: 0;
}
.dialog-window .dialog-cart .product-cart-gallery {
  padding: 10px;
  margin-bottom: 10px;
}
.dialog-window .product .more-images {
  left: 0;
}
.dialog-window .product .summary {
  margin: 25px 0 0;
}
.dialog-window .product #product-core-image {
  text-align: center;
  position: relative;
  min-height: 350px;
  height: 350px;
}
.dialog-window .product #product-core-image img {
  cursor: unset;
  max-width: 90%;
  max-height: 350px;
}
/** Review **/
.review-fixed-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.38);
  z-index: 20010;
  display: none;
}
.review-fixed-background.show {
  display: block;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
.review-fixed {
  position: fixed;
  z-index: 20015;
  background: #fff;
  padding: 30px 20px 20px 20px !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.review-fixed .wa-form {
  margin: 0;
}
.review-fixed .close-block {
  z-index: 10001;
  position: absolute;
  background: #ffffff;
  top: 10px;
  right: 10px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  display: block !important;
}
.review-fixed .close-block svg {
  stroke: #000;
}
.review-fixed .close-block svg:hover {
  stroke: #00458b;
  transform: rotate(90deg);
  transition-duration: 0.3s;
}
.review-fixed .icon-close {
  background-image: url("img/close.svg");
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
}
.review-table {
  margin-bottom: 20px;
  color: #878787;
  font-size: 14px;
  background: #f6f7f7;
  padding: 20px;
  border-radius: 0;
}
.review-table__inner {
  display: table;
  width: 100%;
}
.review-table__rating {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  color: #1f1f1f;
  min-width: 150px;
  text-align: center;
}
.review-table__rating .h1 {
  font-size: 50px;
  font-weight: 500;
}
.review-table__table {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}
.review-table__add-comment {
  display: block;
  width: auto;
  text-align: center;
  margin: 20px auto 0;
}
.review-table table.rating-distribution td {
  padding: 0 15px 0 0;
  border: none;
}
.review-table .rating-distribution {
  width: 100%;
}
.review-table table.rating-distribution td .bar {
  background: #ddd;
  width: 100px;
  height: 13px;
}
.review-table table.rating-distribution td .bar .filling {
  background: #e8e8e8 !important;
  height: 13px;
}
ul.reviews-branch > li li {
  margin-bottom: 5px;
  position: relative;
}
.reviews .alert-moderate {
  color: #ff3059;
}
.reviews .login-please {
  margin-top: 20px;
}
.rating .hint {
  margin-left: 5px;
}
.review .staff {
  background: #eeeebb;
  padding: 1px 4px !important;
  color: #334455;
  font-size: 0.9em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  white-space: nowrap;
  margin: 0 10px;
}
.reviewpage {
  margin: 20px;
}
.reviewpage main ul {
  padding: 0 !important;
}
.review {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  background: #fff;
}
.review .summary {
  font-size: 0.9em;
  color: #878787;
  margin: 0;
}
.review .summary h6 {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.3em;
}
.review .title {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.3em;
}
.review .description {
  margin: 5px 0 5px 0;
}
.review .summary {
  display: table;
  width: 100%;
}
.review .avatar {
  display: inline-block;
  margin-right: 10px;
}
.review .avatar img {
  border-radius: 50%;
  display: inline;
  margin: 2px;
}
.review .review-avatar {
  display: table-cell;
  width: 70px;
  min-width: 70px;
  vertical-align: middle;
}
.review .review-username {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.review .username {
  font-weight: 300;
  font-size: 14px;
  color: #1f1f1f;
}
.review .staff {
  display: inline-block;
  margin: 2px 0;
}
.review .date {
  display: block;
}
.review .summary a.username:hover {
  color: #00458b;
}
.review .summary a {
  display: inline;
  padding: 0;
}
.review .summary .date {
  color: #aaaaaa;
}
.review .summary .date .divider {
  margin: 0 10px;
}
.review p {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.3em;
}
.review .actions a {
  padding: 0 !important;
  text-decoration: none;
  border-bottom: 1px dotted #1f1f1f;
  color: #1f1f1f;
  font-size: 14px;
}
.reviews #review-rate {
  margin-top: 12px;
  display: inline-block;
}
.reviews #review-rate:hover {
  text-decoration: none;
}
.reviews .profile-review {
  margin-top: 10px;
}
.reviews .write-review {
  margin: 20px 0;
}
.reviews .write-review a {
  display: inline-block;
}
.reviews ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reviews .hint {
  font-size: 11px;
}
.reviews ul li ul {
  padding-left: 35px;
}
.reviews ul li ul li .review h6 {
  color: #1f1f1f;
}
.reviews ul li .review-form {
  padding: 10px 0 0;
}
.reviews ul li .review-form textarea {
  min-height: 100px;
}
.reviews ul .in-reply-to {
  position: relative;
}
.reviews ul .new {
  background: #f6f7f7;
  border: 1px solid #3f9eff;
  position: relative;
}
.reviews ul .new:after {
  position: absolute;
  top: 15px;
  right: 20px;
  content: "Ваш комментарий";
  font-weight: bold;
  font-size: 12px;
  color: #00458b;
}
.reviews ul.menu-h.auth-type {
  padding: 0 0 40px;
  margin-left: -5px;
}
.reviews ul.menu-h.auth-type li {
  padding-right: 10px;
}
.reviews ul.menu-h.auth-type li a {
  padding: 5px 6px;
}
.reviews ul.menu-h.auth-type li a img {
  top: 0;
}
.reviews textarea {
  height: 100px;
  min-height: 100px;
  margin-top: 0;
}
.review-form .close-block {
  display: none;
}
.review-form h4 {
  margin: 0 0 20px;
  font-weight: normal;
}
.review-form-fields p {
  margin: 0 0 10px;
}
.review-form-fields .review-field {
  min-height: 30px;
}
.review-form-fields .review-field:after {
  content: " ";
  display: block;
  clear: both;
}
.review-form-fields p.review-field a {
  display: inline;
  padding: 0;
  text-decoration: none;
  font-size: 14px;
}
.review-form-fields p.review-field a.logout {
  border-bottom: 1px dotted #1f1f1f;
}
.review-form-fields p.review-field a.rate-clear {
  margin-top: 7px;
  color: #1f1f1f;
  font-size: 14px;
  border-bottom: 1px dotted #1f1f1f;
}
.review-form-fields p.review-field #review-rate i {
  margin-top: 10px;
}
.review-form-fields label {
  width: 160px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
  color: #373a3c;
}
.review-form .review-submit {
  padding: 0 0 20px 180px;
}
.review-form .review-submit .cancel {
  border-bottom: 1px dotted #1f1f1f;
  margin-left: 10px;
  font-size: 14px;
}
.review-form .review-submit .cancel:hover,
.review-form .review-submit .cancel:focus {
  text-decoration: none;
}
.review-form .userpic {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.review-form ul.menu-h.auth-type li a img {
  float: left;
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.review-form ul.menu-h.auth-type {
  padding-bottom: 20px;
}
.review-form label {
  float: left;
  width: 155px;
  font-weight: 700;
  padding-top: 0.52em;
  padding-bottom: 10px;
  line-height: 14px;
  font-size: 14px;
  margin-top: 5px;
  text-align: right;
  margin-right: 23px;
}
.reviews span.rate {
  line-height: 1.3em;
  display: block;
  margin: 0.5em 0;
}
.reviews span.rate a {
  text-decoration: none !important;
}
.review-submit .wa-captcha .errormsg {
  float: none;
  margin-left: 0;
}
/** Comment **/
.comments div.h3 {
  padding-top: 0;
}
.comment-form .center-form {
  padding: 0 !important;
}
.comments .credentials .date {
  margin: 0 5px;
  padding-top: 1px;
}
.comments .credentials .userpic {
  margin-right: 5px;
}
.comments .credentials .userpic.icon16 {
  min-width: 0;
  width: 16px;
  height: 16px;
  margin: 7px 4px 0;
}
.comments textarea {
  height: 100px;
  min-height: 100px;
  width: 75%;
  margin-top: 0;
}
.comments ul,
.comments ul li {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}
.comments ul li ul {
  margin: 20px 0 0 0;
}
.comments ul li span.hint a {
  color: #aaaaaa;
  text-decoration: underline;
}
.comments .text {
  margin: 5px 0 5px 28px;
}
.comments .actions .comment-reply {
  padding: 0 !important;
  text-decoration: none;
  border-bottom: 1px dotted #1f1f1f;
  color: #1f1f1f;
  font-size: 14px;
}
.comments ul li a.comment-delete {
  margin: 0 0 0 5px;
  padding: 0;
  color: #dd9999;
  text-decoration: underline;
}
.comments ul li a.comment-delete:hover {
  background: red;
  color: white;
}
.comments ul li ul {
  padding-left: 25px;
}
.comment.in-reply-to {
  background: #ffffff;
  margin: -8px -8px -13px;
  padding: 8px 35px 8px 8px;
  position: relative;
}
.comment.in-reply-to .container-shadow-box {
  box-shadow: none !important;
  border: 0 !important;
}
.comment.new {
  background: #ffffcc;
  margin: -8px -8px -13px;
  padding: 8px 35px 8px 8px;
}
#product-review-form input[type="text"],
#product-review-form input[type="email"],
#product-review-form input[type="password"],
#product-review-form textarea {
  margin-bottom: 0;
}
ul#user-auth-provider {
  padding-left: 0 !important;
}
.review-form-fields label.service-agreement-wrapper {
  float: none !important;
  width: auto;
  margin-bottom: 20px;
}
/** Add image **/
.s-review-images-section {
  padding: 15px 20px;
  border: 1px dashed #bfbfbf;
  -webkit-transition: 200ms background linear;
  -moz-transition: 200ms background linear;
  -o-transition: 200ms background linear;
  -ms-transition: 200ms background linear;
  transition: 200ms background linear;
}
.s-review-images-section.is-highlighted {
  background: #fafadf;
}
.s-review-images-section .s-image-form-section {
  position: relative;
}
.s-review-images-section .s-image-form-section .s-description .s-icon {
  position: relative;
  display: inline-block;
  vertical-align: -3px;
  width: 22px;
  height: 19px;
  margin-right: 10px;
}
.s-review-images-section .s-image-form-section .s-description .s-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-review-images-section .s-image-form-section .s-file-field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  text-indent: -100%;
  font-size: 0;
}
.s-review-images-section .s-attached-files-section:not(:empty) {
  margin: -20px 0 0;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 40px 40px 0 0;
}
.s-review-images-section
  .s-attached-files-section
  .s-file-wrapper
  .s-image-wrapper {
  width: 120px;
  height: 120px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  background: #f7f7f7 50% no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s-review-images-section
  .s-attached-files-section
  .s-file-wrapper
  .s-description-wrapper {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.15384615em;
  min-height: 55px;
}
.s-review-images-section
  .s-attached-files-section
  .s-file-wrapper
  .s-description-wrapper.is-extended
  .s-visible {
  display: none;
}
.s-review-images-section
  .s-attached-files-section
  .s-file-wrapper
  .s-description-wrapper:not(.is-extended)
  .s-hidden {
  display: none;
}
.s-review-images-section
  .s-attached-files-section
  .s-file-wrapper
  .s-description-wrapper
  .s-visible {
  padding: 5px;
  text-align: center;
}
.s-review-images-section
  .s-attached-files-section
  .s-file-wrapper
  .s-description-wrapper
  .s-textarea {
  display: block;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 4px 6px;
  font-size: 13px;
  line-height: 15px;
  width: 100%;
  height: 55px;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: auto;
  min-height: auto;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-actions {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -10px);
  -moz-transform: translate(50%, -10px);
  -o-transform: translate(50%, -10px);
  -ms-transform: translate(50%, -10px);
  transform: translate(50%, -10px);
}
.s-review-images-section
  .s-attached-files-section
  .s-file-wrapper
  .s-actions
  .s-action {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.33);
  background: #fff;
  cursor: pointer;
}
.s-review-images-section
  .s-attached-files-section
  .s-file-wrapper
  .s-actions
  .s-action:not(:first-child) {
  margin-top: 10px;
}
.s-review-images-section
  .s-attached-files-section
  .s-file-wrapper
  .s-actions
  .s-action
  .s-icon {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-review-images-section
  .s-attached-files-section
  .s-file-wrapper
  .s-actions
  .s-action
  .s-icon
  svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-review-images-section .s-errors-section:not(:empty) {
  margin: 20px 0 0;
}
.s-review-images-section .s-errors-section .s-error {
  font-size: 12px;
  line-height: 1.16666667em;
  color: #f00;
}
.s-review-images-section .s-errors-section .s-error:not(:first-child) {
  margin-top: 5px;
}
.s-review-images-section,
.s-review-notice-section {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s-images-list .s-image {
  border: 1px solid #e1e1e1;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .s-review-images-section,
  .s-review-notice-section {
    width: 100%;
  }
}
/** Footer **/
.footer {
  background: #f6f7f7;
  padding: 40px 0 15px 0;
  margin-top: 70px;
}
.footer .menu-h-footer__more {
  display: none !important;
}
.footer .row {
  margin-left: 0;
  margin-right: 0;
}
.footer .hint {
  font-size: 12px;
  margin: 0;
  opacity: 0.8;
}
.footer #currency {
  margin: 15px 0 0;
  padding: 4px 40px 4px 10px;
  width: auto;
}
.footer .rules {
  margin-top: 5px;
}
.footer .mailer-subscribe .form-control {
  padding: 11px 10px 11px 10px;
  border-right: 0;
}
.footer #mailer-subscribe-thankyou {
  color: #ff003c;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer hr {
  margin: 10px 0 20px 0;
  background-color: #e0e4e4;
}
.footer__logo {
  font-size: 32px;
  margin-bottom: 0;
}
.footer__logo img {
  max-width: 180px;
  filter: grayscale(100%);
  opacity: 0.5;
}
.footer__logo a {
  text-decoration: none;
  color: #1f1f1f;
  font-weight: 500;
  display: block;
}
.footer__logo a:first-letter {
  color: #00458b;
}
.footer__logo small {
  display: block;
  font-size: 12px;
  color: #9f9f9f;
}
.footer__address {
  font-size: 12px;
}
.footer .fa,
.footer .fas,
.footer .far {
  color: #00458b;
  margin-right: 10px;
  font-size: 10px;
}
.footer__social {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.footer__social a {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.1s ease-in-out;
  margin-bottom: 5px;
}
.footer__social a:hover {
  opacity: 0.6;
}
.footer__social a:hover .fa {
  color: #ffffff;
}
.footer .menu-h-footer {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.footer .menu-h-footer li {
  margin: 0 50px 3px 18px;
  display: block;
  position: relative;
}
.footer .menu-h-footer li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #bfbfbf;
  content: "\f054";
  left: -18px;
  top: 2px;
  font-size: 10px;
  position: absolute;
}
.footer .menu-h-footer li a {
  color: #1f1f1f;
}
.footer .menu-h-footer .header {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer .menu-h-footer .header:after {
  content: "";
}
.footer .menu-h-footer li:nth-child(n + 6) {
  display: none;
}
.footer .menu-h-footer li.show-all {
  display: block !important;
}
.footer .menu-h-footer__more {
  margin: 10px 15px;
  display: inline-block;
  opacity: 0.5;
  position: relative;
  cursor: pointer;
}
.footer .menu-h-footer__more:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  right: -15px;
  top: 3px;
  font-size: 10px;
  position: absolute;
}
.footer .footer-phone .dot {
  display: block;
}
.footer .footer-phone i:not(.fa) {
  font-style: normal;
  font-size: 12px;
  opacity: 0.5;
}
.copyright {
  padding: 5px 0;
  font-size: 12px;
}
.account {
  /** Order My **/
}
.account__profile {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 0;
  background: #f6f7f7;
  display: table;
  width: 100%;
}
.account__profile__photos {
  display: table-cell;
  width: 25%;
  vertical-align: top;
}
.account__profile__photos img {
  border-radius: 50%;
  display: inline;
  margin: 2px;
}
.account__profile__card {
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}
.account__profile__card p {
  margin-bottom: 0;
}
.account__profile__card__name {
  font-weight: 500;
}
.account__check-pin input {
  display: inline-block !important;
  vertical-align: middle;
}
.account .back {
  background: #f6f7f7;
  border-radius: 0;
  font-size: 16px;
  color: #00458b;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.account .back a {
  padding: 5px 15px;
  display: block;
}
.account #wa-my-info-cancel {
  margin-left: 20px;
}
.account .is-vert-align {
  vertical-align: middle !important;
  padding-left: 0 !important;
}
#wa-my-info-edit-wrapper select,
#wa-my-info-edit-wrapper input[name="profile[birthday][year]"] {
  display: inline-block;
  margin-right: 10px;
}
.order-list a {
  text-decoration: none;
}
.order-list th {
  background: #f6f7f7;
  padding: 20px 15px;
}
.order-list td {
  vertical-align: top;
  border: 1px solid #efefef;
  background: #fff;
}
.order-list__id a {
  display: inline-block;
  padding: 10px 15px;
}
.order-list__state {
  padding: 20px 15px;
}
.orders-card img {
  max-height: 75px;
}
.orders-card a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #1f1f1f;
  text-decoration: none;
}
.orders-card a:hover {
  color: #00458b;
}
.orders-card .th-header {
  background: #f6f7f7;
  text-align: center;
  padding: 10px;
  font-weight: 500;
  overflow: hidden;
  border-radius: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.orders-card .is-right {
  -webkit-box-align: start;
  align-items: start;
  margin-top: 10px;
}
.orders-card .row-line {
  border-bottom: 1px solid #efefef;
  margin-top: 10px;
}
.orders-card .row-line:last-child {
  border-bottom: 0;
}
.orders-card__items {
  display: none;
  margin-top: 10px;
}
.orders-card__price {
  font-size: 18px;
  font-weight: 500;
}
.orders-card__total {
  color: gray;
  font-size: 16px !important;
  margin-top: 10px;
}
.orders-card__info {
  font-size: 14px !important;
  font-weight: 300 !important;
}
.orders-card__button {
  padding: 20px 0;
}
.orders-card__button .btn {
  cursor: pointer;
}
.orders-card__button a {
  color: #00458b;
  font-weight: 300;
  text-decoration: underline;
  margin-left: 20px;
}
.orders-card__button a:hover {
  text-decoration: none;
}
.orders-card__button i {
  margin-left: 10px;
}
.orders-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.orders-card .h3.header {
  color: #00458b;
}
.orders-card .header {
  margin-bottom: 0;
  position: relative;
}
.orders-card .header .time {
  font-size: 14px;
  color: gray;
  font-weight: 300;
  margin-left: 10px;
}
.orders-card .header .time i {
  margin-right: 3px;
}
.orders-card__order-status {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 7px;
}
.orders-card__order-status span {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 3px;
  margin-bottom: 2px;
}
.orders-card__order-status i {
  margin-left: 15px;
  margin-right: 5px;
}
.orders-card__items.show {
  display: block;
}
.cartpage .item-total {
  font-weight: 500;
  color: #1f1f1f;
  font-size: 20px;
  margin-right: 5px;
  white-space: nowrap;
}
.cartpage .name {
  font-size: 15px;
  overflow-y: hidden;
  font-weight: 500;
}
.cartpage .name a {
  color: #1f1f1f;
  text-decoration: none;
}
.cartpage .cart__qty {
  display: inline-block;
  border: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 0;
  width: 80px;
}
.cartpage .cart__qty__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: stretch;
  align-content: stretch;
  height: 36px;
  border-radius: 0;
}
.cartpage .cart__btn {
  text-align: right;
  flex-basis: 100%;
  margin: 0 10px;
}
.cartpage .cart__btn .btn {
  width: 100%;
  height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px;
}
.cartpage .cart__btn .btn svg {
  stroke: #fff;
  height: 16px;
  stroke-width: 3;
  margin-right: 5px;
}
.cartpage .cart__qty-value {
  height: 100%;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 1px solid #e6e6e6 !important;
  border-right: 1px solid #e6e6e6 !important;
  width: 40px;
  text-align: center;
  padding: 0 !important;
}
.cartpage .cart__qty-dec {
  background: #fff;
  height: 100%;
  width: 20px !important;
  padding: 0;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.cartpage .cart__qty-dec:hover {
  background: #00458b;
  color: #fff;
}
.cartpage .cart__qty-inc {
  background: #fff;
  width: 20px !important;
  padding: 0;
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cartpage .cart__qty-inc:hover {
  background: #00458b;
  color: #fff;
}
.cartpage form {
  width: 100%;
}
.cartpage .articul {
  margin: 10px 0;
  font-size: 12px;
}
.cartpage .p-list {
  margin-top: 0;
  padding: 20px 10px 10px 10px;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
}
.cartpage .p-list:last-child {
  border-bottom: 0;
}
.cartpage .p-list .zoom-image img {
  max-height: 100px;
  max-width: 80%;
}
.cartpage .p-list .extra {
  display: inline;
  font-size: 14px;
  border-bottom: 1px dotted #1f1f1f;
  color: #1f1f1f;
  text-decoration: none;
}
.cartpage .p-list .extra:hover,
.cartpage .p-list .extra:focus {
  text-decoration: none;
  opacity: 0.8;
}
.cartpage .p-list .price {
  margin-top: 10px;
}
.cartpage .p-list .services {
  margin: 10px 0;
}
.cartpage .delete-item {
  cursor: pointer;
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}
.cartpage .affiliate-block {
  padding: 20px 40px 5px 20px;
  margin-bottom: 10px;
  background: #f6f7f7;
  position: relative;
  border-radius: 4px;
}
.cartpage .affiliate-block .icon-close {
  background-image: url("img/close.svg");
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.cartpage .affiliate-block .icon-info {
  font-size: 50px;
  position: absolute;
  color: #00458b;
  top: 15px;
  left: 25px;
}
.cartpage .affiliate-text {
  padding-left: 80px;
}
.cartpage .affiliate-text .btn-accept {
  margin-bottom: 10px;
}
.cartpage .affiliate-text strong,
.cartpage .affiliate-text .affiliate-discount-available {
  font-weight: 700;
  color: #00458b;
}
.cartpage .row-some-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.cartpage .col-some-height {
  display: flex;
  flex-direction: column;
}
.cartpage .checkout-sticky {
  position: -webkit-sticky;
  position: sticky;
  box-sizing: border-box;
  z-index: 1;
  top: 15px;
}
.cartpage .checkout-block {
  margin: 0 0 10px 0;
  padding: 5px 20px 20px;
  font-size: 20px;
  border-radius: 0;
  background: #f6f7f7;
}
.cartpage .checkout-block .price {
  font-weight: 700;
  color: #1f1f1f;
}
.cartpage .checkout-block table {
  width: 100%;
  font-weight: 700;
}
.cartpage .checkout-block table tr:nth-child(1) {
  border-bottom: 1px solid #e1e1e1;
}
.cartpage .checkout-block table td {
  padding: 15px 0;
}
.cartpage .checkout-block table td:nth-child(2) {
  text-align: right;
}
.cartpage .checkout-block .btn {
  font-size: 20px;
  margin-bottom: 5px;
  width: 100%;
}
.cartpage .delete-item {
  color: #707070;
}
.cartpage .delete-item:hover {
  color: #00458b;
}
.cartpage .delete-item .icon-close {
  background-image: url("img/close.svg");
  width: 12px;
  height: 12px;
  background-size: 12px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 2px;
}
.cartpage .cupon {
  margin-bottom: 20px;
  font-size: 14px;
}
.cartpage .cupon input[type="text"] {
  height: 42px;
  width: 100%;
}
.cartpage .cupon .wa-error-msg {
  color: red;
}
.cartpage .cupon .cupon-delete {
  background-image: url("img/close.svg");
  width: 16px;
  height: 16px;
  background-size: 16px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 2px;
  position: absolute;
  right: 120px;
  top: 13px;
  z-index: 10;
  cursor: pointer;
}
.cartpage .cupon-text {
  margin-bottom: 10px;
}
.cartpage .cupon-text a {
  text-decoration: none;
  color: #1f1f1f;
  border-bottom: 1px dotted #1f1f1f;
  font-size: 16px;
}
.related-cart {
  margin-top: 30px;
}
/** v 8 **/
.s-order-column {
  position: sticky;
  top: 0;
}
.s-order-column .cart-header {
  margin: 20px 0 30px 0;
}
.s-order-column .clear-cart {
  font-weight: 300;
}
.s-order-column .clear-list {
  top: 0;
  right: 0;
}
.s-order-column .clear-list .icon-close {
  top: 9px;
}
.wa-dropdown > .wa-dropdown-toggle {
  padding: 10px !important;
}
.wa-dropdown > .wa-dropdown-toggle:after {
  right: 14px !important;
  width: 10px !important;
  height: 10px !important;
  border: solid #1f1f1f !important;
  border-width: 0 2px 2px 0 !important;
}
.wa-field-wrapper .wa-select {
  height: 35px !important;
}
.wa-order-form-wrapper .wa-step-section.is-locked::after {
  width: 100% !important;
}
.wa-order-form-wrapper
  .wa-step-auth-section
  > .wa-section-header
  .wa-contact-name {
  font-size: 18px !important;
}
.wa-order-form-wrapper .wa-step-section:first-child {
  padding-top: 0 !important;
}
.wa-order-form-wrapper .wa-step-section > .wa-section-header > .wa-header {
  font-size: 18px !important;
  padding-left: 30px;
  position: relative;
}
.wa-step-auth-section .wa-header::after {
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "Stroke-Gap-Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e69c";
  color: #00458b;
}
.wa-step-region-section .wa-header::after {
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "Stroke-Gap-Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e667";
  color: #00458b;
}
.wa-step-payment-section .wa-header::after {
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "Stroke-Gap-Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e653";
  color: #00458b;
}
.s-section-body.container-shadow-box {
  padding-top: 0 !important;
}
.wa-order-form-wrapper .wa-step-section > .wa-section-header {
  margin: 0 -20px 20px !important;
  padding: 17px 20px !important;
}
.wa-field-wrapper .wa-select {
  height: auto !important;
}
.wa-form-content .wa-header:first-child {
  border-top: 0 !important;
}
.wa-product-edit-dialog
  .wa-order-dialog
  .wa-dialog-body
  .wa-dialog-header
  .wa-close-wrapper {
  padding-right: 35px !important;
}
.wa-product-edit-dialog .wa-icon.size-10 {
  width: 15px !important;
  height: 15px !important;
  right: 20px;
  position: absolute !important;
}
.wa-product-edit-dialog
  .wa-cart-section
  .wa-features-wrapper
  .wa-feature-wrapper:not(.color)
  .wa-variants-list
  .wa-variant {
  background-color: #ffffff !important;
}
.wa-product-edit-dialog
  .wa-cart-section
  .wa-features-wrapper
  .wa-feature-wrapper
  .wa-title {
  font-weight: 700 !important;
  margin-bottom: 5px !important;
  color: #1f1f1f !important;
  font-size: 14px !important;
}
.wa-product-edit-dialog
  .wa-cart-section
  .wa-features-wrapper
  .wa-feature-wrapper
  .wa-variants-list
  .wa-variant.selected {
  background: #1f1f1f !important;
  color: #ffffff !important;
  text-shadow: none !important;
  border: 1px solid #1f1f1f !important;
  padding-left: 35px !important;
  position: relative;
}
.wa-product-edit-dialog
  .wa-cart-section
  .wa-features-wrapper
  .wa-feature-wrapper
  .wa-variants-list
  .wa-variant.selected:before {
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  top: 7px;
  left: 10px;
  font-family: "Font Awesome 5 Free";
}
.cart-product-one .cart-name {
  overflow-y: hidden;
  font-size: 14px;
  word-wrap: break-word;
  font-weight: 500;
}
.cart-product-one .cart-name a {
  text-decoration: none;
}
.cart-product-one .price {
  font-size: 20px;
  font-weight: 700;
  height: 20px;
  color: #1f1f1f;
}
.checkout-box {
  border: 1px solid #f5f5f5;
}
.checkout {
  min-height: 300px;
  padding: 0;
}
.checkout h2 {
  font-weight: normal;
  background: #ffffff;
  margin: 0;
  background: #f6f7f7;
  position: relative;
}
.checkout h2 a {
  text-decoration: none;
  color: #1f1f1f;
  font-size: 18px;
  padding: 17px 17px 17px 55px;
  display: block;
  border-bottom: 1px solid #fff;
}
.checkout .checkout-step {
  background: #fff;
}
.checkout .checkout-step:last-child h2 a {
  border-bottom: 0;
}
.checkout .step-contactinfo h2 {
  position: relative;
  font-size: 18px;
}
.checkout .step-contactinfo h2:after {
  position: absolute;
  left: 25px;
  top: 22px;
  font-family: "Stroke-Gap-Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e69c";
  color: #00458b;
}
.checkout .step-shipping h2 {
  position: relative;
  font-size: 18px;
}
.checkout .step-shipping h2:after {
  position: absolute;
  left: 25px;
  top: 22px;
  font-family: "Stroke-Gap-Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e667";
  color: #00458b;
}
.checkout .step-payment h2 {
  position: relative;
  font-size: 18px;
}
.checkout .step-payment h2:after {
  position: absolute;
  left: 25px;
  top: 22px;
  font-family: "Stroke-Gap-Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e653";
  color: #00458b;
}
.checkout .step-confirmation h2 {
  position: relative;
  font-size: 18px;
}
.checkout .step-confirmation h2:after {
  position: absolute;
  left: 25px;
  top: 22px;
  font-family: "Stroke-Gap-Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e6b5";
  color: #00458b;
}
.checkout .step-confirmation .btn {
  display: inline-block;
  width: 100%;
}
.checkout blockquote {
  padding: 20px;
  border-radius: 0;
  font-size: 14px;
  border-left: 0;
  background: #f6f7f7;
  margin: 0 0 20px 0;
}
.checkout blockquote img {
  margin-right: 20px;
  float: left;
  border-radius: 50%;
}
.checkout blockquote p {
  margin-bottom: 5px;
  margin-left: 70px;
}
.checkout .loading {
  vertical-align: middle;
  display: inline-block;
}
.checkout ul.checkout-options.shipping li {
  display: table;
  width: 100%;
}
.checkout ul.checkout-options.shipping h3 {
  display: table-cell;
  float: none;
  width: 70%;
}
.checkout ul.checkout-options.shipping .rate {
  width: 30%;
  display: table-cell;
  float: none;
  line-height: 14px;
}
.checkout ul.checkout-options li {
  list-style: none;
  position: relative;
  margin-bottom: 30px;
  clear: both;
}
.checkout ul.checkout-options li:last-child {
  margin-bottom: 10px;
}
.checkout ul.checkout-options li label {
  margin-bottom: 0;
}
.checkout ul.checkout-options li h3 {
  font-size: 14px;
  font-weight: 300 !important;
}
.checkout ul.checkout-options li h3 select {
  width: 270px;
  margin: 0;
  color: #000000;
  height: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 7px;
  border: 1px solid #b3b3b3;
  font-size: 13px;
}
.checkout ul.checkout-options li h3 label {
  margin-right: 10px;
}
.checkout ul.checkout-options li h3 label img {
  max-width: 50px;
}
.checkout ul.checkout-options li .rate {
  float: right;
  text-align: center;
  width: 250px;
}
.checkout ul.checkout-options li .rate .price {
  font-size: 18px;
  font-weight: bold;
  color: #00458b;
  margin-bottom: 5px;
  display: block;
  text-align: right;
}
.checkout ul.checkout-options li .rate .est_delivery {
  font-size: 14px;
  color: #232323;
  font-weight: normal;
}
.checkout ul.checkout-options li p {
  margin: 10px 0;
  font-size: 14px;
  color: #232323;
}
.checkout ul.checkout-options li .wa-form {
  margin-top: 0;
  margin-bottom: 30px;
}
.checkout ul.checkout-options li .wa-form label input[type="radio"] {
  position: static;
}
.checkout .checkout-result {
  padding: 60px 0 20px;
  background: #ffffff;
  text-align: center;
}
.checkout .checkout-result h1 {
  font-size: 4em;
  margin-bottom: 50px;
  font-weight: bold;
}
.checkout .checkout-result.error h1 {
  color: red;
}
.checkout .checkout-result .wa-form {
  margin: 10px auto 20px;
  width: 400px;
  float: none;
  text-align: left;
}
.checkout .checkout-result .back {
  margin-top: 50px;
}
.checkout .wa-form .wa-field .wa-value p {
  margin-bottom: 0;
}
.checkout .back a {
  display: inline-block;
}
.checkout h2.upcoming {
  border-bottom: 0;
}
.checkout h2.upcoming a:hover {
  color: #000000 !important;
  cursor: default;
}
.checkout h2 a.hint {
  font-size: 12px;
  text-decoration: underline;
  color: #6d6d6d;
}
.checkout h2 a.hint strong {
  text-decoration: underline;
}
.checkout h2.is-done {
  position: relative;
}
.checkout h2.is-done:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background-size: 30px;
}
.checkout .checkout-step-content {
  padding: 20px;
  min-height: 200px;
}
.checkout ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkout ul li {
  margin-bottom: 5px;
}
.checkout ul li input[type="radio"] {
  margin-right: 3px;
}
.checkout #login-form h1 {
  display: none;
}
.checkout input.large {
  font-size: 1.4em;
}
.checkout .comment {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}
.checkout-step {
  padding: 0;
}
.checkout-step.is-done {
  position: relative;
}
.checkout-step.is-done h2 {
  border-bottom: 0 !important;
}
.checkout select {
  max-width: 300px;
}
.checkout-step.is-done:after {
  position: absolute;
  top: 17px;
  right: 20px;
  content: "\f00c";
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #00458b;
}
.checkout .errormsg.inline {
  display: inline;
  margin-left: 10px;
}
.checkout .last span.loading {
  left: -10px;
}
.checkout .wa-form .wa-field .wa-name {
  padding-top: 0.3em;
}
.checkout .wa-form .wa-field.wa-field-birthday .wa-value select {
  margin-right: 5px;
}
.checkout .wa-form .wa-field.wa-field-address .wa-field-address-zip input {
  min-width: 100px;
  width: 20%;
}
.checkout .float-right {
  float: right;
}
.checkout-order {
  padding: 15px;
  background: #f6f7f7;
}
.checkout-order .popup a.btn {
  color: white !important;
  margin-top: 20px;
  display: inline-block;
}
.checkout-order .btn {
  display: block;
  text-align: center;
}
.cart-popup .popup {
  display: block;
  position: static;
  box-shadow: none;
  background: transparent;
  border: 0;
}
.cart-popup__total {
  display: none;
}
.orderpage.emptypage {
  min-height: 300px;
}
.orderpage.emptypage a.btn {
  display: inline-block;
}
.orderpage__cart {
  background: #f6f7f7;
}
.orderpage__cart .s-order-column {
  padding: 0 20px 20px 20px;
}
.orderpage .wa-quantity-box .wa-button.js-decrease {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 1px solid #e6e6e6;
  border-right: 0;
}
.orderpage .wa-quantity-box .wa-button.js-increase {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border: 1px solid #e6e6e6;
  border-left: 0;
}
.orderpage .wa-quantity-box .wa-input {
  width: 40px !important;
  height: 40px !important;
}
.orderpage
  .wa-order-cart-wrapper
  .wa-products
  .wa-product
  .wa-details-section
  .wa-services
  .wa-service
  .wa-label
  .wa-field {
  top: -1px !important;
  left: 0 !important;
}
.orderpage
  .wa-order-cart-wrapper
  .wa-products
  .wa-product
  .wa-details-section
  .wa-services
  .wa-service
  .wa-label {
  padding-left: 26px !important;
}
.orderpage
  .wa-order-cart-wrapper
  .wa-products
  .wa-product
  .wa-details-section
  .wa-services
  .wa-service
  .wa-variant {
  margin: 4px !important;
}
.orderpage
  .wa-order-cart-wrapper
  .wa-products
  .wa-product
  .wa-price-section
  .wa-price-total,
.orderpage
  .wa-order-form-wrapper
  .wa-step-confirm-section
  .wa-section-body
  .wa-total-section
  .wa-item.wa-item-total
  .wa-value
  .wa-price {
  color: #1f1f1f;
}
.orderpage button {
  text-shadow: none !important;
}
.orderpage input[type="text"],
.orderpage input[type="tel"],
.orderpage input[type="email"] {
  padding: 6px !important;
  font-size: 14px !important;
  line-height: unset !important;
}
.orderpage .wa-quantity-box input[type="text"] {
  text-align: center !important;
}
.orderpage .wa-quantity-box .wa-button {
  background: #fff !important;
  color: #1f1f1f;
}
.orderpage
  .wa-order-form-wrapper
  .wa-step-confirm-section
  .wa-section-body
  .wa-total-section
  .wa-item
  .wa-name,
.orderpage .wa-field-wrapper .wa-label,
.orderpage
  .wa-order-form-wrapper
  .wa-step-details-section
  .wa-details-rates-section
  .wa-table
  > .wa-row
  > .wa-cell.wa-cell-name
  .wa-name {
  color: #1f1f1f !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.orderpage .wa-payment-name {
  font-weight: 600 !important;
}
.orderpage
  .wa-order-cart-wrapper
  .wa-cart-details
  .wa-coupon-section
  .wa-input {
  max-width: 50%;
  display: inline-block !important;
}
.orderpage
  .wa-order-cart-wrapper
  .wa-cart-details
  .wa-coupon-section
  .wa-button {
  padding: 8px 16px;
}
.orderpage .s-cart-section h3 {
  margin: 0 -20px 20px !important;
  padding: 20px !important;
  position: relative;
}
.orderpage .s-cart-section h3 a {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
}
.orderpage .wa-quantity-box .wa-button::before {
  background: transparent !important;
}
.orderpage
  .wa-order-form-wrapper
  .wa-step-shipping-section
  .wa-delivery-types-section
  .wa-types-list
  .wa-type-wrapper:hover
  .wa-name
  a,
.orderpage
  .wa-order-form-wrapper
  .wa-step-shipping-section
  .wa-delivery-types-section
  .wa-types-list
  .wa-type-wrapper.is-active
  .wa-name
  a,
.orderpage
  .wa-order-form-wrapper
  .wa-step-payment-section
  .wa-methods-list.wide
  .wa-method-wrapper:hover
  .wa-method-body
  .wa-payment-name
  a,
.orderpage
  .wa-order-form-wrapper
  .wa-step-payment-section
  .wa-methods-list.wide
  .wa-method-wrapper.is-active
  .wa-method-body
  .wa-payment-name
  a {
  font-weight: 500;
  font-size: 16px !important;
  text-decoration: none;
}
.orderpage .wa-order-form-wrapper .wa-step-region-section .wa-required {
  color: red !important;
}
.orderpage
  .wa-order-cart-wrapper
  .wa-products
  .wa-product
  .wa-product-body
  > .wa-column-image {
  width: 70px !important;
}
.orderpage
  .wa-order-cart-wrapper
  .wa-cart-details
  .wa-price-section
  .wa-price-total {
  margin-top: 3px !important;
}
.orderpage .wa-products .wa-icon.size-11 {
  width: 22px !important;
  height: 23px !important;
}
.orderpage .wa-products .wa-name {
  display: block !important;
  color: #1f1f1f;
}
.orderpage .wa-products .wa-name:hover {
  color: #00458b;
}
.orderpage .wa-products .wa-actions {
  display: block;
  margin: 5px 0;
}
.orderpage .wa-products .wa-details {
  line-height: 18px !important;
}
.orderpage .wa-products .wa-name,
.orderpage .wa-products .wa-sku {
  font-size: 14px !important;
  text-decoration: none;
}
.orderpage
  .wa-order-cross_selling-wrapper
  .wa-product-wrapper
  .wa-details-wrapper {
  font-size: 14px;
  line-height: 16px;
  word-wrap: break-word;
  font-weight: 500;
  height: 50px;
}
.orderpage
  .wa-order-cross_selling-wrapper
  .wa-product-wrapper
  .wa-details-wrapper
  a {
  text-decoration: none;
}
.orderpage button.wa-button.transparent,
.orderpage input.wa-button.transparent {
  border: 1px solid #bcbcbc;
  border-color: #bcbcbc !important;
  background: transparent;
  color: #9b9b9b !important;
}
.orderpage button.wa-button.transparent:focus,
.orderpage input.wa-button.transparent:focus {
  border: 1px solid #1f1f1f !important;
  border-color: #1f1f1f !important;
  background: transparent !important;
  color: #1f1f1f !important;
}
.orderpage button.wa-button.transparent:hover,
.orderpage input.wa-button.transparent:hover {
  border: 1px solid #1f1f1f !important;
  border-color: #1f1f1f !important;
  background: transparent;
  color: #1f1f1f !important;
}
/** Scroll **/
.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  color: #1f1f1f;
  right: 15px;
  bottom: 10px;
  padding-top: 0px;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  background: #fff;
  width: 56px;
  height: 56px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  line-height: 56px;
  cursor: pointer;
  z-index: 100;
  font-size: 18px;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}
.scroll-top-wrapper:hover {
  background: #00458b;
  color: #ffffff;
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1;
}
/** Fancyfox **/
.fancybox-thumbs > ul > li > img {
  vertical-align: middle;
}
.fancybox-button[disabled] {
  opacity: 0;
}
.fancybox-thumbs .fancybox-thumbs-active {
  border: 1px solid #00458b !important;
}
.fancybox-navigation button:hover,
.fancybox-navigation button:focus {
  border: 0 !important;
  outline: 0 !important;
  background: none !important;
}
.fancybox-news {
  font-size: 14px;
}
.fancybox-news .ajax {
  text-align: center;
  width: 50%;
}
.fancybox-news .ajax div.h1 {
  font-weight: 700;
  margin-bottom: 30px;
  padding: 0 30px;
  font-size: 24px;
}
.fancybox-news .fancybox-close-small:hover {
  background: none !important;
  border: 0 !important;
}
.fancybox-news .date {
  color: gray;
  font-size: 12px;
}
.fancybox-buttons {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 111111;
  text-align: center;
}
.fancybox-buttons .btn {
  width: 200px;
  padding: 5px 0 7px 0;
  font-size: 17px;
}
.fancybox-buttons .icon {
  position: relative;
  top: 1px;
  margin-right: 10px;
}
@media all and (min-width: 800px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}
.fancybox-thumbs > ul > li {
  float: left;
}
.fancybox-thumbs > ul {
  margin: 0 auto;
}
.fancybox-navigation button {
  width: 100px !important;
}
.fancybox-navigation button::before {
  background: transparent;
}
[data-microtip] {
  position: relative;
}
[data-microtip]:before,
[data-microtip]:after {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  transition: all var(--microtip-transition-duration, 0.18s)
    var(--microtip-transition-easing, ease-in-out)
    var(--microtip-transition-delay, 0s);
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  transform-origin: top;
}
[data-microtip]:before {
  background-size: 100% auto !important;
  content: "";
}
[data-microtip]:after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #ffffff;
  content: attr(data-microtip);
  font-size: var(--microtip-font-size, 12px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  padding: 0.4em 1em;
  white-space: nowrap;
  box-sizing: content-box;
}
[data-microtip]:hover:before,
[data-microtip]:hover:after {
  opacity: 1;
  pointer-events: auto;
}
/* ------------------------------------------------
  [2] Position Modifiers
-------------------------------------------------*/
[data-microtip-position|="top"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E")
    no-repeat;
  height: 6px;
  width: 18px;
  margin-bottom: 5px;
}
[data-microtip-position|="top"]:after {
  margin-bottom: 11px;
}
[data-microtip-position|="top"]:before {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}
[data-microtip-position|="top"]:hover:before {
  transform: translate3d(-50%, -5px, 0);
}
[data-microtip-position|="top"]:after {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}
[data-microtip-position="top"]:hover:after {
  transform: translate3d(-50%, -5px, 0);
}
/* ------------------------------------------------
  [2.1] Top Left
-------------------------------------------------*/
[data-microtip-position="top-left"]:after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
  bottom: 100%;
}
[data-microtip-position="top-left"]:hover:after {
  transform: translate3d(calc(-100% + 16px), -5px, 0);
}
/* ------------------------------------------------
  [2.2] Top Right
-------------------------------------------------*/
[data-microtip-position="top-right"]:after {
  transform: translate3d(calc(0% + -16px), 0, 0);
  bottom: 100%;
}
[data-microtip-position="top-right"]:hover:after {
  transform: translate3d(calc(0% + -16px), -5px, 0);
}
/* ------------------------------------------------
  [2.3] Bottom
-------------------------------------------------*/
[data-microtip-position|="bottom"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E")
    no-repeat;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}
[data-microtip-position|="bottom"]:after {
  margin-top: 11px;
}
[data-microtip-position|="bottom"]:before {
  transform: translate3d(-50%, -10px, 0);
  bottom: auto;
  left: 50%;
  top: 100%;
}
[data-microtip-position|="bottom"]:hover:before {
  transform: translate3d(-50%, 0, 0);
}
[data-microtip-position|="bottom"]:after {
  transform: translate3d(-50%, -10px, 0);
  top: 100%;
  left: 50%;
}
[data-microtip-position="bottom"]:hover:after {
  transform: translate3d(-50%, 0, 0);
}
/* ------------------------------------------------
  [2.4] Bottom Left
-------------------------------------------------*/
[data-microtip-position="bottom-left"]:after {
  transform: translate3d(calc(-100% + 16px), -10px, 0);
  top: 100%;
}
[data-microtip-position="bottom-left"]:hover:after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
}
/* ------------------------------------------------
  [2.5] Bottom Right
-------------------------------------------------*/
[data-microtip-position="bottom-right"]:after {
  transform: translate3d(calc(0% + -16px), -10px, 0);
  top: 100%;
}
[data-microtip-position="bottom-right"]:hover:after {
  transform: translate3d(calc(0% + -16px), 0, 0);
}
/* ------------------------------------------------
  [2.6] Left
-------------------------------------------------*/
[data-microtip-position="left"]:before,
[data-microtip-position="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0);
}
[data-microtip-position="left"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E")
    no-repeat;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}
[data-microtip-position="left"]:after {
  margin-right: 11px;
}
[data-microtip-position="left"]:hover:before,
[data-microtip-position="left"]:hover:after {
  transform: translate3d(0, -50%, 0);
}
/* ------------------------------------------------
  [2.7] Right
-------------------------------------------------*/
[data-microtip-position="right"]:before,
[data-microtip-position="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate3d(-10px, -50%, 0);
}
[data-microtip-position="right"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E")
    no-repeat;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}
[data-microtip-position="right"]:after {
  margin-left: 11px;
}
[data-microtip-position="right"]:hover:before,
[data-microtip-position="right"]:hover:after {
  transform: translate3d(0, -50%, 0);
}
[data-microtip-size="small"]:after {
  white-space: initial;
  width: 80px;
}
[data-microtip-size="medium"]:after {
  white-space: initial;
  width: 150px;
}
[data-microtip-size="large"]:after {
  white-space: initial;
  width: 260px;
}
/** Cookie **/
.cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}
.cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  transition: font-size 200ms;
  line-height: 1em;
}
.cc_container .cc_message {
  font-size: 14px;
  transition: font-size 200ms;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  line-height: 1.5em;
}
.cc_container .cc_logo:hover,
.cc_container .cc_logo:active {
  opacity: 1;
}
@media screen and (min-width: 500px) {
  .cc_container .cc_message {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .cc_container .cc_message {
    font-size: 14px;
    line-height: 1em;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media print {
  .cc_banner-wrapper,
  .cc_container {
    display: none;
  }
}
.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 15px 25px 30px;
}
.cc_container .cc_btn {
  padding: 15px 16px;
  background-color: #00458b;
  position: absolute;
  bottom: 10px;
  left: auto;
  right: auto;
  text-align: center;
}
@media screen and (min-width: 500px) {
  .cc_container {
    left: initial;
    right: 20px;
    bottom: 20px;
    width: 300px;
    padding-bottom: 77px;
  }
  .cc_container .cc_logo {
    display: block;
    position: absolute;
    bottom: 8px;
    left: calc(50% - 50px);
  }
  .cc_container .cc_message {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .cc_container {
    padding-bottom: 60px;
  }
  .cc_container .cc_message {
    font-size: 14px;
  }
}
.cc_container {
  background: #fff;
  color: #1f1f1f;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 300;
  border: 1px solid #1f1f1f;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #fff;
  background-color: #00458b;
  transition: background 200ms ease-in-out, color 200ms ease-in-out,
    box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out,
    box-shadow 200ms ease-in-out;
  border-radius: 0;
  font-weight: 400;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  color: #fff;
}
.cc_container a,
.cc_container a:visited {
  text-decoration: none;
  color: #31a8f0;
  transition: 200ms color;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.cc_container {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.slick-slider .slick-list {
  width: 100%;
}
.p-block .slick-track {
  margin-right: unset;
  margin-left: unset;
}
.p-block .slick-initialized.slick-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-block .slick-initialized .slick-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-block .slick-slider .slick-track {
  height: 100%;
}
/** Tooltips **/
.custom-tooltips {
  position: absolute;
  left: 0;
  width: 240px;
  bottom: 30px;
  padding: 15px;
  border-radius: 0;
  z-index: 10;
  background: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px solid #ebebeb;
  font-weight: 300;
  font-size: 13px;
  color: #1f1f1f;
}
.custom-tooltips:after,
.custom-tooltips:before {
  top: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.custom-tooltips:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}
.custom-tooltips:before {
  border-color: rgba(230, 230, 230, 0);
  border-top-color: #dcdcdc;
  border-width: 9px;
  margin-left: -9px;
}
.zoomWindow {
  border: 1px solid #fff !important;
  background-color: #fff;
}
#product-image-ZoomContainer {
  z-index: 20 !important;
}
.btn-brands {
  margin: 10px 0 0;
  display: inline-block;
}
.shop-brand-brands__wrapper {
  width: 100%;
}
.slick-slider:hover .arrow-slider-circle.left {
  left: -5px;
  opacity: 1;
  transition: all 0.4s;
}
.slick-slider:hover .arrow-slider-circle.right {
  right: -5px;
  opacity: 1;
  transition: all 0.4s;
}
.slick-slider:hover .arrow-slider-circle.slick-disabled {
  opacity: 0.2 !important;
  cursor: not-allowed;
}
.mobile-slide img {
  cursor: pointer;
}
.arrow-slider-circle.left {
  left: 40px;
}
.arrow-slider-circle.right {
  right: 40px;
}
.arrow-slider-circle {
  background: #fff;
  width: 56px;
  height: 56px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  line-height: 56px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  font-size: 18px;
  transition: 0.25s linear;
  text-align: center;
}
/** Preloader **/
.mask {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
.mask img {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
}
.m-search {
  margin: 20px 0 10px;
  width: 100%;
}
.m-search__inner {
  position: relative;
}
.m-search__inner form {
  margin: 0;
}
.m-search__inner input {
  font-size: 16px;
  background-color: #f6f5f3;
  height: 49px;
  padding-left: 15px !important;
  padding-right: 15px;
  width: 100%;
}
.m-search__inner input:hover {
  background: #fff;
}
.m-search__inner__icon {
  position: absolute !important;
  width: 90px;
  right: 3px;
  top: 3px !important;
  z-index: 10;
  cursor: pointer;
  background-color: #00458b;
  text-transform: uppercase;
}
.m-search.open {
  display: block;
}
@media screen and (max-width: 599px) {
  * {
    -webkit-overflow-scrolling: touch;
  }
  .home-slider {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .home-slider__slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  .home-slider__slide-text span {
    display: none;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
  .home-slider__slide-button {
    font-size: 16px;
    margin-top: 20px;
  }
  .home-slider__slide-button a {
    padding: 10px 20px;
  }
  .home-slider__slick {
    display: block;
    margin-right: 40px;
    width: 100%;
  }
  .home-slider__banner {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-direction: row;
    overflow: hidden;
  }
  .home-slider__banner-item {
    display: flex;
    width: 50%;
    margin-top: 20px;
    overflow: hidden;
    transition: all 0.6s ease;
    position: relative;
  }
  .home-slider__banner-item:last-child {
    margin-left: 20px;
    align-items: flex-end;
  }
  .home-slider__banner-item:last-child a {
    display: block;
  }
  .home-slider__banner-text {
    width: 90%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
  }
  .home-slider__banner-item:last-child {
    margin-top: 20px;
  }
  .home-slider__slick-product-inner {
    flex-direction: column;
    text-align: center;
    padding: 20px 0 0 0;
  }
  .home-slider__slick-product-image img {
    max-height: 200px;
  }
  .home-slider__slick-product-text .slick-product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .slick-product-p-b {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .home-slider__slick-product-text {
    padding-bottom: 0;
    padding-top: 10px;
  }
  .main_block {
    border: 1px solid #e6e6e6;
    padding: 30px 20px;
  }
  .p-block .show-home {
    margin: 0 -5px;
  }
  .p-block .slick-slide {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .footer .col,
  .footer [class*=" col-"],
  .footer [class^="col-"] {
    margin: 0 0 10px;
  }
  .sidebar-mm {
    display: none;
  }
  .hide-mobile {
    display: none;
  }
  .sidebar-menu {
    display: none;
  }
  body {
    width: 100%;
    padding: 45px 20px 0 20px;
    margin: 0;
    overflow-x: hidden;
  }
  body.nav-type-1,
  body.nav-type-3 {
    padding-left: 20px;
  }
  .h1.header {
    line-height: 28px;
  }
  .p-related {
    margin: 20px -20px 20px;
  }
  .p-block__inner .header {
    margin-bottom: 20px;
  }
  .p-related__inner .header {
    margin-bottom: 20px;
  }
  .menu-t.static {
    background: #fff;
    display: flex;
    flex-direction: row !important;
    justify-content: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    border: 0;
    position: relative;
  }
  .menu-t.static li {
    transition: all 0.2s ease-in-out 0s;
    width: unset;
    display: inline;
    border: 0;
    flex: 0 0 auto;
    vertical-align: middle;
    white-space: nowrap;
    align-self: center;
  }
  .menu-t.static li a {
    text-decoration: none;
    margin: 5px 10px 5px 0;
    display: inline-block;
    padding: 2px 15px 4px;
    transition: all 0.3s;
    border-radius: 0;
    background: #f6f7f7;
    color: #1f1f1f;
  }
  .menu-t.static .tree > a::after {
    content: " ";
  }
  .menu-t.static ul {
    display: none !important;
  }
  .t-line {
    display: none;
  }
  .arrow-slider-circle {
    opacity: 1;
  }
  .arrow-slider-circle.slick-disabled {
    opacity: 0.3;
  }
  .home-brands .arrow-slider-circle.right,
  .home-slider .arrow-slider-circle.right,
  .product .arrow-slider-circle.right {
    right: 10px !important;
  }
  .home-brands .arrow-slider-circle.left,
  .home-slider .arrow-slider-circle.left,
  .product .arrow-slider-circle.left {
    left: 10px !important;
  }
  .p-block .arrow-slider-circle.right {
    right: 20px !important;
  }
  .c-popular__inner {
    padding: 20px;
  }
  .p-related__inner {
    padding: 20px;
  }
  .p-block .arrow-slider-circle.left {
    left: 20px !important;
  }
  .p-thumbs__complect-icon {
    bottom: 5px;
    right: 5px;
  }
  .p-thumbs__preview {
    margin: 0;
  }
  .xs-menu {
    display: block;
  }
  .scroll-top-wrapper {
    display: none !important;
  }
  .col-5-row {
    margin-bottom: 20px !important;
  }
  .col-4-row {
    flex: 0 0 calc((100% / 1) - var(--grid-gutter));
    max-width: calc((100% / 1) - var(--grid-gutter));
    margin-bottom: 20px !important;
  }
  .col-5-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 1) - var(--grid-gutter));
    flex: 0 0 calc((100% / 1) - var(--grid-gutter));
    max-width: calc((100% / 1) - var(--grid-gutter));
  }
  .col-2-row {
    flex: 0 0 calc((100% / 2) - var(--grid-gutter));
    max-width: calc((100% / 2) - var(--grid-gutter));
  }
  .col-2-row .p-thumbs__img {
    min-height: unset;
  }
  .col-2-row .p-thumbs__cols__price {
    font-size: 16px;
  }
  .col-2-row .p-thumbs__cols__price s {
    display: block;
  }
  .col-2-row .p-thumbs__cols__price__label {
    display: none;
  }
  .responsive-table {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .t-line .favorite {
    padding: 0 20px;
  }
  .t-line .cart {
    padding-left: 20px;
  }
  .header_type_1 .m-line {
    margin-top: 0;
  }
  .header_type_1 .m-line .container {
    text-align: center;
  }
  .header_type_1 .m-line .container .is-vertical-align {
    display: block;
  }
  .breadcrumbs {
    margin: 0 -5px 10px -15px;
  }
  .breadcrumbs ul {
    padding: 15px 0 15px 15px;
    flex: 1;
    display: flex;
    flex-direction: row !important;
    justify-content: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    border: 0;
    position: relative;
  }
  .breadcrumbs ul li {
    flex: 0 0 auto;
    vertical-align: middle;
    padding: 0;
    white-space: nowrap;
    align-self: center;
    margin-left: 0.25em;
  }
  .home-slider .main-slider-product .inner .slider-text {
    padding-left: 0;
  }
  .home-slider .main-slider-product .inner .slider-text .description {
    padding-right: 0;
  }
  .home-slider .main-slider-product .inner .slider-text .price {
    margin-top: 0;
  }
  .home-slider .main-slider-product .inner .slider-text .buttons .btn {
    margin-top: 0;
  }
  .promo-mosaic {
    margin-bottom: 30px;
  }
  .promo-mosaic .border-animation {
    margin-bottom: 30px;
  }
  .promo-mosaic__img {
    min-height: 150px;
  }
  .promo-mosaic__effect::after {
    content: "";
    border: 0;
  }
  .promo-mosaic__content__title {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }
  .promo-mosaic__content__description {
    font-size: 12px;
  }
  .subcategory-text {
    flex: 1;
    display: flex;
    flex-direction: row !important;
    justify-content: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    border: 0;
    position: relative;
  }
  .subcategory-text a {
    flex: 0 0 auto;
    vertical-align: middle;
    white-space: nowrap;
    align-self: center;
  }
  .category.container {
    min-height: 300px;
  }
  .category-name {
    margin-bottom: 5px;
  }
  .filter .icon-filter {
    display: none;
  }
  .filter .filtergroup .panel-body {
    font-size: 18px;
  }
  .filter .rangefilter {
    text-align: center;
  }
  .filter .rangefilter .pricehint {
    display: none;
  }
  .filter .rangefilter .ui-slider {
    margin: 25px 31px;
  }
  .filter .icon-close-filter {
    display: block;
  }
  .filter .filtergroup .panel-body .icon {
    position: absolute;
    right: -4px;
    width: 31px;
    color: #aaaaaa;
    font-size: 16px;
    top: 14px;
    text-align: center;
    height: 30px;
  }
  .footer .menu-h-footer {
    margin: 0;
  }
  .footer .menu-h-footer li {
    display: inline-block;
  }
  .footer .h5.header {
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .footer .h5.header .menu-h-footer__more {
    display: inline-block !important;
    font-size: 14px;
    margin: 0 0 0 20px;
  }
  .h5.header {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .h-subscribe {
    margin: 0 0 20px;
  }
  .cart-note.show {
    top: 60px !important;
  }
  /** Home **/
  .product__button__qty-value {
    width: 40px;
  }
  .p-thumbs__youtube {
    position: static;
  }
  .p-thumbs__cols {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .p-thumbs__img__fit {
    min-height: 460px;
  }
  .p-thumbs__img__fit img {
    max-height: 450px;
    width: 100%;
  }
  .p-thumbs__name {
    height: auto;
  }
  .p-thumbs__button__btn {
    opacity: 1;
  }
  .preview__bottom {
    display: none;
  }
  .p-thumbs__price__main {
    display: block;
  }
  .p-thumbs__features {
    margin-top: 5px;
  }
  .p-related .col-3-lg {
    min-width: 350px !important;
  }
  .p-mobile-scroll .row {
    flex-flow: unset !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll;
    overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
  }
  .arrow-slider-circle {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
  .sidebar-button.show {
    display: none !important;
  }
  .p-block__inner .header {
    margin-bottom: 20px;
  }
  .c-popular {
    margin: 0 -20px 20px;
  }
  .c-popular__inner {
    width: 100%;
  }
  .c-popular__item {
    padding: 0;
  }
  .c-popular__item-img {
    min-width: 80px;
    max-width: 80px;
    height: 70px;
  }
  .c-popular__item-img img {
    max-height: 60px;
  }
  .c-popular__link:after {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 15px;
    content: "\f054";
    font-size: 20px;
    color: #00458b;
    font-weight: 600;
  }
  .p-thumbs__button__btn .btn-icon {
    font-size: 0;
    width: 50px;
    height: 40px;
    background-image: url(img/add-to-cart.svg);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: 10px center;
  }
  .p-thumbs__cols__button .loading-cart-icon::after {
    top: 16px;
  }
  .subcategory-images__item-description {
    padding: 10px 35px 10px 10px;
  }
  .subcategory-images__item {
    padding: 0;
  }
  .subcategory-images__item-img {
    min-width: 80px;
    max-width: 80px;
    height: 70px;
  }
  .subcategory-images__item-img img {
    max-height: 60px;
  }
  .subcategory-images__link:after {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 15px;
    content: "\f054";
    font-size: 20px;
    color: #00458b;
    font-weight: 600;
  }
  .subcategory-images__item-description {
    padding: 10px 35px 10px 10px;
  }
  /** Account **/
  .orders-card .header .time {
    display: block;
    margin-left: 0;
  }
  .orders-card__order-status {
    top: 1px;
  }
  .account .h5.header {
    margin: 0 0 5px;
  }
  /** Catalog **/
  .p-thumbs__preview,
  .p-thumbs__favorite,
  .p-thumbs__compare {
    opacity: 1;
    transform: scale(1);
    right: 0;
  }
  .p-thumbs__inner [data-microtip]:before,
  .p-thumbs__inner [data-microtip]:after {
    display: none !important;
  }
  .compare-scroll table {
    table-layout: unset;
  }
  /** Form **/
  .wa-form {
    display: block;
  }
  .wa-form .wa-field {
    display: block;
    margin-bottom: 0;
  }
  .wa-form .wa-field .wa-name,
  .wa-form .wa-field .wa-value {
    float: none;
    width: 100%;
    margin-left: 0;
    display: block;
  }
  .wa-form .wa-field .wa-name .show-password,
  .wa-form .wa-field .wa-value .show-password {
    top: 12px;
    right: -10px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    color: #888888;
  }
  .wa-form .wa-field .wa-name {
    padding-bottom: 5px;
  }
  .wa-form .wa-field textarea,
  .wa-form .wa-field input[type="text"],
  .wa-form .wa-field input[type="email"],
  .wa-form .wa-field input[type="password"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
  }
  .wa-form .review-submit {
    padding-left: 0 !important;
  }
  .wa-form .wa-buttons-wrapper {
    margin-left: 0 !important;
  }
  /** Dialog **/
  .dialog-window .dialog-cart {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0;
    position: fixed;
    left: 0;
    top: unset;
    transform: unset;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .dialog-window .dialog-cart .product__price-block {
    margin: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f6f7f7;
  }
  .dialog-window .dialog-cart .col-lg-6.col-md-6.col-xs-12 {
    display: block;
    width: 100%;
  }
  .hidden-xs-down {
    display: none !important;
  }
  /** Promo **/
  .s-promo {
    margin: 0 -20px 20px;
  }
  .s-promo .container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .s-promo__inner {
    margin: 0;
  }
  .s-promo__icon,
  .s-promo__text {
    display: block;
    width: 100%;
    text-align: center;
  }
  .s-promo .row {
    flex-flow: row nowrap;
  }
  .s-promo .icon {
    font-size: 30px;
    padding: 10px;
  }
  .s-promo__icon {
    margin-bottom: 10px;
  }
  .s-promo__text span {
    line-height: 20px;
  }
  .s-promo__text p {
    margin-top: 5px;
    line-height: 18px;
  }
  /** Catalog **/
  .p-block__inner {
    border-bottom: 0;
  }
  .p-block .h1-header-tabs .tab.active::after {
    bottom: -5px;
  }
  .p-thumbs__button__qty-dec {
    display: none;
  }
  .p-thumbs__button__qty-inc {
    display: none;
  }
  .p-thumbs__button__qty-value {
    border: 0 !important;
    background: #f6f7f7;
    border-radius: 0 !important;
  }
  .p-thumbs__button__qty {
    border: 0 !important;
  }
  .panel-body {
    padding: 15px 1px;
    border-radius: 0;
  }
  .review-fixed {
    left: 0;
    top: 0;
    transform: unset;
    overflow-y: scroll;
    height: 500px;
    width: 100%;
  }
  .product .container {
    padding-bottom: 0;
  }
  .product .back {
    margin: 10px 0;
    color: gray;
    font-size: 13px;
    text-transform: uppercase;
  }
  .product .back span {
    background: #f6f7f7;
    padding: 5px;
    border-radius: 0;
  }
  .product .back a {
    color: gray;
    text-decoration: none;
  }
  .product .back i {
    margin-right: 8px;
    color: #00458b;
  }
  .product__gallery__lp {
    padding-left: 0;
  }
  .product__gallery__more-images {
    position: static;
    text-align: center;
    visibility: hidden;
    margin: 20px 0;
  }
  .product__gallery__more-images .more-hide {
    display: inline-block;
  }
  .h-subscribe__inner {
    padding: 20px;
    text-align: center;
  }
  .h-subscribe__action {
    width: 100%;
    margin-bottom: 10px;
  }
  .product .articul {
    position: static;
  }
  .reviews #review-rate {
    margin-top: 0;
  }
  .product__price-block {
    margin: 20px -20px 20px;
  }
  .product__price-block__header {
    margin: 5px 0 10px;
    font-size: 24px;
    line-height: 28px;
  }
  .product__summary {
    margin: 15px 0;
    width: 100%;
  }
  .product__gallery__more-images .image {
    display: inline-block;
    vertical-align: top;
  }
  .dialog-window .dialog-cart {
    width: 100%;
    top: 0;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0;
  }
  .panel-default > .panel-heading.selected a {
    color: #fff;
    border-radius: 3px;
  }
  .panel-default.panel-show .panel-heading a {
    padding: 0;
    font-size: 22px;
  }
  .panel-default.panel-show .panel-body {
    margin: 0 0 20px;
    padding: 0 0 15px;
  }
  .panel-group {
    padding: 0;
  }
  .panel-group ul {
    margin: 10px 0;
  }
  .reviews ul .new:after {
    content: "";
  }
  .wa-form .wa-buttons-wrapper,
  .wa-form .wa-signup-url,
  .wa-form .wa-forgotpassword-form-actions {
    margin-left: 0;
  }
  .footer {
    padding: 20px;
    margin: 20px -20px 0;
  }
  .orders-card [class*=" col-"],
  [class^="col-"] {
    margin: 0 calc(var(--grid-gutter) / 2) calc(var(--grid-gutter) / 12);
  }
  .orders-card__price {
    font-size: 14px;
  }
  .orders-card a {
    font-size: 14px;
    word-break: break-all;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .xs-menu {
    display: block;
  }
  .sidebar-mm {
    display: none;
  }
  body.nav-type-1,
  body.nav-type-3 {
    padding-left: 20px;
  }
  body {
    width: 100%;
    padding: 0 20px 0 20px;
    margin: 0;
    overflow-x: hidden;
  }
  .home-slider {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .home-slider__slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  .home-slider__slide-text span {
    display: none;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
  .home-slider__slide-button {
    font-size: 16px;
    margin-top: 20px;
  }
  .home-slider__slide-button a {
    padding: 10px 20px;
  }
  .home-slider__slick {
    display: block;
    margin-right: 40px;
    width: 100%;
  }
  .home-slider__banner {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-direction: row;
    overflow: hidden;
  }
  .home-slider__banner-item {
    display: flex;
    width: 50%;
    margin-top: 40px;
    overflow: hidden;
    transition: all 0.6s ease;
    position: relative;
  }
  .home-slider__banner-item:last-child {
    margin-left: 40px;
  }
  .home-slider__banner-item:last-child a {
    display: block;
  }
  .home-slider__banner-text {
    width: 90%;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
  }
  .col-4-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 2) - var(--grid-gutter));
    flex: 0 0 calc((100% / 2) - var(--grid-gutter));
    max-width: calc((100% / 2) - var(--grid-gutter));
  }
  .col-5-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 2) - var(--grid-gutter));
    flex: 0 0 calc((100% / 2) - var(--grid-gutter));
    max-width: calc((100% / 2) - var(--grid-gutter));
  }
  .sidebar-menu {
    display: none;
  }
  .logo small {
    display: none;
  }
  .header_type_1 .m-line {
    margin-top: 10px;
  }
  .header_type_1 .m-line .container {
    text-align: center;
  }
  .header_type_1 .m-line .container .is-vertical-align {
    display: block;
  }
  .header_type_1 .m-line .text-right {
    text-align: center;
  }
  .nav-full-screen ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .hidden-sm-up {
    display: none !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .header_type_2 .logo .logo-height {
    font-weight: 700;
    font-size: 38px;
    line-height: 38px;
  }
  .home-slider {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .home-slider__slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    color: #fff;
  }
  .home-slider__slide-text span {
    display: none;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
  .home-slider__slide-button {
    font-size: 16px;
    margin-top: 20px;
  }
  .home-slider__slide-button a {
    padding: 10px 20px;
  }
  .home-slider__slick {
    display: flex;
    margin-right: 0;
    width: 100%;
  }
  .home-slider__banner {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-direction: row;
    overflow: hidden;
  }
  .home-slider__banner-item {
    display: flex;
    width: 50%;
    overflow: hidden;
    transition: all 0.6s ease;
    position: relative;
    margin-top: 20px !important;
  }
  .home-slider__banner-item:last-child {
    margin-left: 20px;
  }
  .home-slider__banner-item:last-child a {
    display: block;
  }
  .home-slider__banner-text {
    width: 90%;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
  }
  .col-4-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 2) - var(--grid-gutter));
    flex: 0 0 calc((100% / 2) - var(--grid-gutter));
    max-width: calc((100% / 2) - var(--grid-gutter));
  }
  .col-5-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 3) - var(--grid-gutter));
    flex: 0 0 calc((100% / 3) - var(--grid-gutter));
    max-width: calc((100% / 3) - var(--grid-gutter));
  }
  .sidebar-menu {
    display: none;
  }
  .hidden-sm-up {
    display: none !important;
  }
  .nav-full-screen ul li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .col-4-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 3) - var(--grid-gutter));
    flex: 0 0 calc((100% / 3) - var(--grid-gutter));
    max-width: calc((100% / 3) - var(--grid-gutter));
  }
  .col-5-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 4) - var(--grid-gutter));
    flex: 0 0 calc((100% / 4) - var(--grid-gutter));
    max-width: calc((100% / 4) - var(--grid-gutter));
  }
  .hide-lg {
    display: none !important;
  }
  .hidden-sm-up {
    display: none !important;
  }
}
@media screen and (min-width: 1500px) {
  .col-4-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 4) - var(--grid-gutter));
    flex: 0 0 calc((100% / 4) - var(--grid-gutter));
    max-width: calc((100% / 4) - var(--grid-gutter));
  }
  .col-5-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 5) - var(--grid-gutter));
    flex: 0 0 calc((100% / 5) - var(--grid-gutter));
    max-width: calc((100% / 5) - var(--grid-gutter));
  }
  .hide-lg {
    display: none !important;
  }
  .hidden-sm-up {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .nav-full-screen ul li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
  }
}
@media print {
  .hide-pr {
    display: none !important;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.search-blog {
  margin-bottom: 20px;
  position: relative;
}
.search-blog__input {
  display: flex;
}
.search-blog__input input {
  border-radius: 0 !important;
  width: 100%;
  -webkit-appearance: none;
  height: 43px;
}
.search-blog__button {
  position: absolute;
  right: 0;
  top: 0;
}
.search-blog__button button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  width: auto;
  height: 43px;
}
.blogpost__date {
  font-size: 12px;
  color: gray;
}
.blogpost__text {
  margin: 30px 0;
}
.blog-back {
  color: gray;
}
.blog-back i {
  margin-right: 5px;
}
.blog-back a {
  color: gray;
  text-decoration: none;
}
.storequickorder-button {
    margin-top: 20px;
}

.callback_plugin_handler {padding-left: 20px;
}

.storequickorder_pos butpos_left {text-align: center;}
#js-delivery-types-section .wa-types-list .wa-price{ display:none!important;}


