@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@font-face {
  font-family: 'RobotoLight';
  src: url('../fonts/Roboto-Light-webfont.eot');
  src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light-webfont.woff') format('woff'), url('../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NeoSansCyr;
  src: url('../fonts/NeoSansPro-Bold.otf');
  font-weight: 500;
}
@font-face {
  font-family: NeoSansCyr;
  src: url('../fonts/NeoSansPro-Regular.otf');
  font-weight: 400;
}
@font-face {
  font-family: NeoSansCyr;
  src: url('../fonts/NeoSansPro-Light.otf');
  font-weight: 300;
}
body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
a {
  color: #006678;
  text-decoration: underline;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
input[type='radio']:focus {
  outline: 0;
}
.navbar,
.menu-brands {
  background: #006678;
  background: -moz-linear-gradient(top, #006678 0%, #006f82 50%, #006678 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #006678), color-stop(50%, #006f82), color-stop(100%, #006678));
  background: -webkit-linear-gradient(top, #006678 0%, #006f82 50%, #006678 100%);
  background: -o-linear-gradient(top, #006678 0%, #006f82 50%, #006678 100%);
  background: -ms-linear-gradient(top, #006678 0%, #006f82 50%, #006678 100%);
  background: linear-gradient(to bottom, #006678 0%, #006f82 50%, #006678 100%);
  border-radius: 0;
  border: none;
  min-height: 41px;
}
.navbar .navbar-nav > li > a,
.menu-brands .navbar-nav > li > a {
  color: #fff;
}
.navbar .navbar-nav > li > a:hover,
.menu-brands .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.menu-brands .navbar-nav > li > a:focus {
  color: #fff;
}
.nav > li {
  position: static;
}
.nav > li > a {
  text-decoration: none;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 15px;
}
.navbar-form.navbar-right {
  padding-right: 15px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  background: #fff;
  color: #006678;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover {
  background: #fff;
  color: #006678;
}
.nav-pills > li {
  width: 20%;
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills > li > a {
  text-align: center;
  border-radius: 0;
  border: 1px solid #cdcdcd;
  border-bottom: none;
  background: #e1e1e1;
  background: -moz-linear-gradient(top, #e1e1e1 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1e1e1), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #e1e1e1 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #e1e1e1 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e1e1e1 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #e1e1e1 0%, #ffffff 100%);
  padding-left: 40px;
  padding-right: 40px;
  width: 99%;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #006678;
  border: 1px solid #006678;
  border-bottom: none;
}
.nav-pills {
  border-bottom: 1px solid #e1e1e1;
}
.nav-tabs > li > a {
  border: none;
  border-bottom: 5px solid transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
  border-bottom: 5px solid #5f9da8;
}
.nav-tabs > li > a:hover {
  background-color: #fff;
  border: none;
  border-bottom: 5px solid transparent;
}
.breadcrumb {
  background: none;
  padding-left: 0;
  margin-bottom: 0px;
  padding-bottom: 0;
}
.breadcrumb > li + li:before {
  content: "» ";
  padding: 0 5px;
}
.breadcrumb > li:first-child + li::before {
  content: "| ";
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  border-radius: 0;
  padding: 2px 10px;
}
.pagination > li > a {
  text-decoration: underline;
  text-transform: uppercase;
}
.pagination > .selected > a,
.pagination > .selected > a:focus,
.pagination > .selected > a:hover,
.pagination > .selected > span,
.pagination > .selected > span:focus,
.pagination > .selected > span:hover {
  background-color: #5f9da8;
  border-color: #5f9da8;
  color: #fff;
  cursor: default;
  z-index: 2;
  text-decoration: none;
  border-radius: 5px;
}
.tab-content {
  padding: 1px 0px 20px 0px;
}
.form-horizontal .control-label {
  text-align: left;
  font-size: 15px;
}
.form-horizontal .control-label {
  text-align: left;
  font-size: 12px;
}
.form-control {
  border-radius: 0;
}
.col-xs-5-1,
.col-xs-5-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.form-group {
  margin-bottom: 5px;
}
.form-group p {
  margin: 0;
}
.col-xs-5-1,
.col-sm-5-1,
.col-md-5-1,
.col-lg-5-1,
.col-xs-5-4,
.col-sm-5-4,
.col-md-5-4,
.col-lg-5-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5-1 {
  width: 20%;
  float: left;
}
.col-sm-push-5-1 {
  left: 20%;
}
.col-sm-pull-5-4 {
  right: 80%;
}
@media (min-width: 768px) {
  .col-sm-5-1 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5-1 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5-1 {
    width: 20%;
    float: left;
  }
}
.col-xs-5-4 {
  width: 80%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5-4 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5-4 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5-4 {
    width: 80%;
    float: left;
  }
}
.visible-inline-xs {
  display: none;
}
@media (max-width: 768px) {
  .visible-inline-xs {
    display: inline;
  }
  .collapse-xs {
    display: none;
    visibility: hidden;
  }
  .collapse-xs.in {
    display: block;
    visibility: visible;
  }
}
body {
  background: #fff url(https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/bd2017.jpg) no-repeat 50% 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  body {
    display: block;
  }
}
.container-header {
  background: #fff;
}
.container-header .mainmenu-container {
  margin-left: -15px;
  margin-right: -15px;
}
.bg1 {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP4/x8AAwAB/2+Bq7YAAAAASUVORK5CYII=) repeat-y top center;
  background-size: 1920px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .bg1 {
    display: block;
  }
}
.content {
  flex: 1;
  background: #fff;
}
.line-justify {
  text-align: justify;
  text-align-last: justify;
}
.line-justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.navbar,
.submenu,
.menu-brands {
  max-width: 1920px;
  margin: 0 auto;
}
.navbar a:hover,
.submenu a:hover,
.menu-brands a:hover {
  text-decoration: underline;
}
.title,
.title-left {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
.title-left {
  text-align: left;
}
.title-lined {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
h1,
.h1 {
  font-size: 24px;
  margin-top: 15px;
}
h2,
.h2 {
  font-size: 22px;
  margin-top: 10px;
}
h1,
.lined {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mN4/R8AAtgB64rZ6NUAAAAASUVORK5CYII=) repeat-x 0 50%;
  text-align: center;
}
h1 span,
.lined span {
  background: #fff;
  padding: 0 20px;
}
h3,
.h3 {
  font-size: 15px;
  font-weight: normal;
}
h3.lined span {
  padding: 0 10px;
}
.lined-left {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mN4/R8AAtgB64rZ6NUAAAAASUVORK5CYII=) repeat-x 0 50%;
  text-align: left;
}
.lined-left span {
  padding: 0 10px;
  padding-left: 0;
  background: #fff;
  text-transform: uppercase;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.gutter-10 > [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}
.gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.gutter-5 > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.row-padding {
  padding-right: 15px;
  padding-left: 15px;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-left {
  padding-left: 0;
}
.subline {
  border-bottom: 1px solid #e1e1e1;
}
.hint {
  color: #aaa;
}
.border-right {
  border-right: 1px solid #e1e1e1;
}
.height-limit {
  overflow-y: hidden;
  padding-left: 2px;
}
a.delete {
  font-size: 16px;
}
.errormsg {
  color: #a94442;
}
.table .large {
  font-size: 15px;
}
.bg-status {
  padding: 10px 20px;
}
.no-padding {
  padding: 0;
}
.btn-up {
  position: fixed;
  right: 10px;
  bottom: 150px;
  max-width: 0;
  overflow-x: hidden;
  -webkit-transition: max-width 0.5s ease-in-out;
  -moz-transition: max-width 0.5s ease-in-out;
  -o-transition: max-width 0.5s ease-in-out;
  transition: max-width 0.5s ease-in-out;
  z-index: 100501;
  white-space: nowrap;
}
.btn-up a {
  border: 1px solid #e1e1e1;
  display: block;
  padding: 10px 15px;
  background: #fff;
  text-decoration: none;
  opacity: 0.6;
  font-size: 20px;
}
.btn-up a:hover {
  text-decoration: none;
  opacity: 1;
}
.btn-up.shown {
  max-width: 200px;
}
.btn-up i {
  margin-right: 5px;
}
.image-circle img {
  border-radius: 50%;
}
.nowrap {
  white-space: nowrap;
}
.modal-video {
  width: 672px;
}
.tags a {
  font-size: 10px;
  text-decoration: none;
}
.tags a:hover {
  text-decoration: underline;
}
.icon-bg {
  background: #5f9da8;
  padding: 0.3em;
  border-radius: 0.2em;
  color: #fff;
}
.clear-both {
  clear: both;
}
img.emoji {
  width: 12px;
  margin: 0 2px;
}
.post-news-text-small {
  max-height: 70px;
  overflow: hidden;
  margin-bottom: 20px;
}
.modal-xl {
  width: 1200px;
}
.small-font {
  font-size: 11px;
}
.text img {
  max-width: 100%;
}
.form-medium {
  width: 500px;
  margin: 0 auto;
  margin-top: 30px;
}
.form-left {
  max-width: 650px;
  margin: 0;
}
.wa-error {
  border-color: #fc6e51;
}
.wa-error-msg {
  font-style: normal;
  color: #fc6e51;
  font-weight: bold;
  margin: 5px 0;
  display: block;
}
.wa-separator {
  display: none;
}
.wa-auth-adapters ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wa-auth-adapters ul li {
  display: inline-block;
  margin-right: 10px;
}
.qty {
  text-align: center;
}
.form-control {
  box-shadow: none;
}
.form-group input[type=text],
.form-group select {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  color: #555;
  display: block;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 10px;
}
.form-group input[type=text].wa-captcha-input,
.form-group select.wa-captcha-input {
  width: 120px;
  display: inline-block;
}
.form-group .selectize-control input {
  height: auto;
}
.form-no-gutter .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-no-gutter .form-group > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.wa-captcha p {
  display: inline-block;
  vertical-align: top;
}
.wa-captcha .wa-captcha-input {
  float: left;
  margin-right: 10px;
}
.wa-captcha strong {
  display: none;
}
.wa-captcha .wa-captcha-refresh {
  font-size: 0;
  text-decoration: none;
}
.wa-captcha .wa-captcha-refresh:before {
  content: "\e031";
  font-size: 20px;
  font-family: "Glyphicons Halflings";
}
.header-top {
  padding-top: 5px;
  font-size: 12px;
}
.header-top .region-delivery {
  margin-left: 10px;
}
.header-top .work-hours-wrap {
  position: relative;
}
.header-top .work-hours {
  padding: 2px 11px;
  font-family: 'RobotoLight', sans-serif;
  text-align: left;
  margin-left: 15px;
}
.header-top .work-hours.region-shift {
  position: absolute;
  top: 20px;
}
.header-top .login {
  text-align: right;
}
.header-top .login a,
.header-top .login span {
  margin-left: 10px;
  color: #006678;
}
.header-top .login .special-category {
  color: #f3ca60;
  font-weight: bold;
}
.header-top a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.region-block {
  border: #006678 1px solid !important;
  border-radius: 15px;
  padding: 1px 10px;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  color: #333;
  text-decoration: none;
}
.header {
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
}
.header .logo {
  padding-top: 15px;
}
.header .logo img {
  width: 300px;
}
.header .phones {
  font-family: 'RobotoLight', sans-serif;
  font-size: 20px;
  line-height: 28px;
  float: right;
  padding-top: 8px;
}
.header .phones a {
  text-decoration: none;
  color: #333;
}
.header .phones .callback {
  font-size: 12px;
  color: #006678;
}
.header .phones .callback a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.header .phones .hint {
  font-size: 8px;
}
.header .phones.region-shift {
  line-height: 24px;
  margin-top: 15px;
}
.header .actions {
  float: right;
  font-family: 'RobotoLight', sans-serif;
  font-size: 12px;
  color: #006678;
  line-height: 200%;
}
.header .actions a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.cart-wrap {
  position: relative;
}
.cart {
  margin-top: 5px;
  float: right;
  background: url(https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/cart.png) no-repeat 30px 0;
  padding-left: 0px;
  border-left: 1px solid #e1e1e1;
  width: 220px;
  text-align: right;
  padding-bottom: 0px;
  position: absolute;
  right: 15px;
  z-index: 10;
}
.cart .title {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  line-height: 24px;
  display: block;
  padding-top: 0;
  text-align: right;
}
.cart .currency-toggle {
  text-transform: uppercase;
  font-size: 9px;
  text-align: right;
}
.cart .currency-toggle a {
  font-size: 12px;
  margin-left: 3px;
  padding: 1px 3px;
}
.cart .currency-toggle a.selected {
  background: #5f9da8;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.cart .info {
  margin-top: 3px;
  text-align: right;
  font-size: 15px;
}
.cart .info > span {
  margin: 0 5px;
}
.cart .checkout-link {
  text-align: center;
  margin-top: 5px;
  background: #fff;
  box-shadow: 0 7px 10px -9px #000000;
}
.cart .checkout-link .btn {
  margin-bottom: 10px;
}
.cart.fixed {
  position: fixed;
  top: 0;
  right: 50%;
  margin-right: -570px;
  z-index: 1000;
  margin-top: 0;
  background: #fff;
  width: 220px;
  box-shadow: 0 7px 10px -9px #000000;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.cart.fixed .title {
  display: none;
}
.cart.fixed .currency-toggle {
  display: none;
}
.cart.empty .checkout-link {
  display: none;
}
.cart-mobile {
  display: none;
}
.promo-top {
  background: #fcd315;
  text-align: center;
}
.promo-top img {
  max-width: 100%;
}
/*
.nav-sub-866{
  a {
    padding-top: 3px!important;
    padding-bottom: 3px!important;
    background: #000;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
  }
}
*/
.footer {
  margin: 0 auto;
  max-width: 1920px;
  margin-top: 0px;
  border-top: 1px solid #e1e1e1;
  padding-top: 30px;
  background: #fff;
}
.footer .title {
  font-size: 12px;
  text-align: left;
  font-weight: bold;
}
.footer .space {
  height: 30px;
}
.footer .row > div {
  padding-top: 20px;
  padding-bottom: 0px;
}
.footer .sitemap ul {
  -webkit-columns: auto 2;
  -moz-columns: auto 2;
  columns: auto 2;
  padding-left: 15px;
  list-style: square;
}
.footer .sitemap ul li {
  margin-bottom: 10px;
}
.footer .subscribe-block {
  max-width: 210px;
}
.footer .social-link img {
  max-width: 48px;
  max-height: 48px;
}
.elka {
  position: fixed;
  left: 0;
  width: 1px;
  bottom: 10px;
  text-align: center;
}
.elka img {
  max-width: 100%;
}
.mainmenu .navbar-nav {
  margin-top: 8px;
}
.mainmenu .nav > li > a {
  padding-top: 5px;
}
.mainmenu .nav-brands {
  display: none;
}
.mainmenu .navbar-btn {
  margin-top: 9px;
  font-size: 15px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  text-transform: none;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.mainmenu-container .container {
  position: relative;
}
.menu-ny {
  width: 558px;
  height: 87px;
  background: url('https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/ny2.png') no-repeat top right;
  background-size: contain;
  position: absolute;
  top: -68px;
  right: 100%;
}
.search-form {
  padding-right: 0;
}
.search-form input,
.search-form button {
  border-radius: 0!important;
}
.search-form button {
  background: #5f9da8;
  border: none;
}
.search-form .input-group > .form-control {
  width: 240px;
}
.menu-brands {
  padding: 0 0 10px 0;
}
.menu-brands .container {
  background: #fff;
  padding: 5px 0;
}
.menu-brands .brands_letters {
  text-align: center;
  font-size: 15px;
}
.menu-brands .brands_letters a {
  margin: 0 11px;
}
.menu-brands .brand-names-block {
  position: absolute;
  background: #fff;
  z-index: 20;
  display: none;
  border: 1px solid #006678;
  border-top: 0;
  margin-left: -1px;
}
.menu-brands .brand-names {
  -webkit-columns: auto 5;
  -moz-columns: auto 5;
  columns: auto 5;
  padding: 20px;
  font-size: 13px;
  line-height: 20px;
}
.menu-brands .brand-names .letter-block {
  display: none;
}
.menu-brands .brand-names .letter-block a {
  text-decoration: none;
}
.menu-brands .brand-names .letter-block a:hover {
  text-decoration: underline;
}
.submenu {
  display: none;
  width: 1200px;
  position: relative;
}
.submenu .submenu-block {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.176), 6px 6px 6px rgba(0, 0, 0, 0.176);
  padding: 10px 0;
  min-height: 20px;
  z-index: 10;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
}
.submenu ul {
  width: 25%;
  float: left;
  list-style: none;
}
.submenu ul li {
  font-size: 12px;
}
.submenu ul li a {
  font-size: 11px;
}
.main_info {
  margin-top: 15px;
  margin-bottom: 15px;
}
.main_banner {
  min-height: 1px;
  max-height: 400px;
  overflow: hidden;
}
.main_banner img {
  width: 100%;
}
.info_links {
  margin-top: 0px;
}
.info_links .info-link {
  height: 123px;
  width: 100%;
}
.info_links a {
  display: block;
  font-family: RobotoLight;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  padding-top: 90px;
  height: 145px;
  background: #f7f7f7 url("https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/icon1.png") no-repeat center 30px;
  border-bottom: 1px solid #e1e1e1;
  background-size: auto 60px;
  text-align: center;
}
.info_links a.icon1 {
  background-image: url("https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/icon1.png");
}
.info_links a.icon2 {
  background-image: url("https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/icon2.png");
}
.info_links a.icon3 {
  background-image: url("https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/icon3.png");
}
.info_links a.icon4 {
  background-image: url("https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/icon4.png");
}
.home-advantages {
  margin: 20px 0;
}
.advantages {
  font-size: 0;
}
.advantages .advantage {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  text-align: center;
  padding: 0 5px;
  width: 25%;
}
.advantages .advantage a {
  display: block;
  background: url(https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/icons/2-01.svg) no-repeat top center;
  background-size: auto 70px;
  padding-top: 80px;
  text-decoration: none;
  color: #000;
}
.advantages .advantage a.icon2 {
  background: url(https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/icons/2-02.svg) no-repeat top center;
  background-size: auto 70px;
}
.advantages .advantage a.icon3 {
  background: url(https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/icons/2-03.svg) no-repeat top center;
  background-size: auto 70px;
}
.advantages .advantage a.icon4 {
  background: url(https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/icons/2-04.svg) no-repeat top center;
  background-size: auto 70px;
}
.news-block {
  border: 1px solid #e1e1e1;
  min-height: 100px;
  padding: 0 15px;
}
.news-block .post {
  padding-bottom: 10px;
}
.news-block .post .date a {
  float: right;
}
.news-block img {
  max-width: 100%;
  width: auto!important;
  height: auto!important;
}
.news-block .post-title {
  text-transform: uppercase;
  text-align: center;
}
.news-block .post-title a {
  text-decoration: none;
  color: #000;
}
.news-block .title {
  margin: 10px 0;
}
.news-block .news-link {
  text-decoration: none;
  color: #000;
  height: 233px;
  overflow: hidden;
  display: block;
}
.news-block .news-link img {
  max-width: 100%;
  max-height: 200px;
}
.news-block .news-link .news-image {
  text-align: center;
  height: 200px;
}
.mobile-link {
  margin-bottom: 5px;
}
.mobile-link .btn-link {
  display: block;
  border: 1px solid #5f9da8;
  color: #5f9da8;
  padding: 10px 0;
  background: #fff;
  font-weight: bold;
}
.mobile-link .btn-link:hover {
  color: #5f9da8;
}
.main-image img {
  margin: 0 auto;
}
.set-more {
  text-align: center;
  padding: 15px 0;
  width: 25%;
}
.set-more a {
  text-decoration: none;
}
.set-more a:hover {
  text-decoration: underline;
}
.line {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.home-nav li {
  width: 25%;
}
.home-teasers {
  clear: both;
  padding: 20px 0;
}
.home-text h2,
.home-text h3 {
  color: #006678;
}
.slider-block {
  position: relative;
}
.slider-block .slider-titles-wrap {
  position: absolute;
  width: 20%;
  top: 0;
  right: 0;
  z-index: 2;
}
.slider-block .slider-titles {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider-block .slider-titles .slider-title {
  color: #fff;
  border-bottom: 1px solid;
  flex: 1;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px 15px;
  cursor: pointer;
}
.slider-block .slider-titles .slider-title.active {
  color: #5f9da8;
}
.slider-block .slider-titles .slider-title:last-child {
  border-bottom: none;
}
.slider-block .slider-slide {
  display: block;
  background-position: 50% 50%;
  background-size: cover;
}
.select-count {
  margin-bottom: 0;
}
.products-sub-header a {
  color: #000;
}
.products-sub-header .active a {
  color: #5f9da8;
  text-decoration: none;
}
.select-view {
  font-size: 20px;
  white-space: nowrap;
  text-align: right;
  margin-bottom: 0;
}
.products-sub-header {
  margin-top: 20px;
}
.products-sub-header label {
  font-weight: normal;
}
.products > .subline,
.filters > .subline {
  margin-bottom: 30px;
}
.products-block.view-list > div {
  width: 100%;
}
.category_description img {
  max-width: 400px;
}
.category-review {
  margin: 20px 0;
}
.category-review .product-name {
  font-size: 14px;
}
.category-review .product-price {
  font-size: 15px;
}
.category-review .actions {
  text-align: right;
}
.category-review .actions .btn-fav-wrap {
  width: 20px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.category-review .actions .btn-fav {
  color: #5f9da8;
  font-size: 18px;
}
.category-review .review {
  margin-top: 10px;
}
.category-review .product-image {
  max-width: 100%;
  max-height: 200px;
}
.product-small {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  padding: 10px 10px;
}
.product-small .thumb {
  line-height: 250px;
  height: 250px;
  text-align: center;
  position: relative;
}
.product-small .thumb .tooltip.right {
  top: -10px !important;
  left: 104%!important;
  width: 200px;
}
.product-small .thumb .tooltip.left {
  top: -10px !important;
  right: 106%!important;
  left: auto!important;
  width: 200px;
  text-align: right;
}
.product-small .thumb .tooltip.top {
  bottom: 261px!important;
  top: auto!important;
  width: 200px;
}
.product-small .thumb .badge {
  position: absolute;
  top: 0;
  left: 0;
}
.product-small .thumb .badge.sex {
  top: auto;
  bottom: 0;
  border: 2px solid #a3c090;
  color: #a3c090;
  text-transform: uppercase;
  font-size: 10px;
  height: 18px;
  padding: 0px 9px;
  line-height: 14px;
  background: #fff url(https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/badge-u.png) no-repeat 3px center;
  background-size: auto 80%;
  max-width: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.5s ease-in-out;
  -moz-transition: max-width 0.5s ease-in-out;
  -o-transition: max-width 0.5s ease-in-out;
  transition: max-width 0.5s ease-in-out;
}
.product-small .thumb .badge.sex span {
  padding-left: 9px;
  display: inline-block;
}
.product-small .thumb .badge.sex:hover {
  max-width: 100px;
}
.product-small .thumb .badge.sex.woman {
  border-color: #de8486;
  background-image: url(https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/badge-w.png);
}
.product-small .thumb .badge.sex.woman span {
  color: #de8486;
}
.product-small .thumb .badge.sex.man {
  border-color: #00adf1;
  background-image: url(https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/badge-m.png);
}
.product-small .thumb .badge.sex.man span {
  color: #00adf1;
}
.product-small .thumb img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.product-small .product-title {
  height: 65px;
  overflow: hidden;
  margin-top: 10px;
}
.product-small .product-title .skus {
  display: none;
}
.product-small .product-name {
  margin-bottom: 0px;
  height: 33px;
  margin-top: 10px;
}
.product-small .main-price {
  font-size: 15px;
}
.product-small .actions {
  margin-top: 10px;
  height: 30px;
}
.product-small .product-rating {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 11px;
}
.product-small .prices {
  margin-top: 5px;
}
.product-small .product-brand {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 12px;
}
.product-small .product-brand.lined {
  white-space: nowrap;
}
.product-small .add2cart .btn.animate:before {
  content: 'Добавлено';
}
.product-small .product-not-in-stock {
  color: #a8a8a8;
}
.product-small .btn-fav-wrap {
  width: 20px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.product-small .btn-fav {
  color: #5f9da8;
  font-size: 18px;
  position: absolute;
  left: 15px;
}
.product-small:hover {
  border: 1px solid #e1e1e1;
}
.view-thumbs .product-small:hover {
  border: 1px solid #e1e1e1;
  background: #fff;
}
.view-thumbs .product-small:hover .thumb img {
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
}
.view-thumbs .product-small:hover .product-title {
  overflow: visible;
  position: relative;
  /*
      .skus{
        display: block;
        position: absolute;
        top:140px;
        left: -11px;
        right: -11px;
        background: #fff;
        z-index: 11;
        border: 1px solid @grey_color;
        border-top: none;
        .sku{
          font-size: 12px;
          text-align: left;
          position: relative;
          padding-bottom:0;
          .sku-title{
            display: block;
            line-height: 10px;
          }
          .sku-sku{
            display: none;
          }
          .add2cart-small{
            position: absolute;
            bottom: 5px;
            right: 5px;
          }
        }
      }
      */
}
.compare-price {
  font-size: 12px;
  color: #fc6e51;
  text-decoration: line-through;
}
.products-block.view-list .product-small {
  width: 100%;
  display: table;
  margin-bottom: 0px;
  margin-top: 0px;
  max-height: 100px;
}
.products-block.view-list .product-small .product-brand {
  text-align: left;
  background: none;
}
.products-block.view-list .product-small .product-brand span {
  padding: 0;
}
.products-block.view-list .product-small .thumb {
  width: 170px;
  padding-left: 10px;
  height: auto;
  overflow: visible;
  display: table-cell;
  min-height: 1px;
}
.products-block.view-list .product-small .thumb a {
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
  line-height: 150px;
}
.products-block.view-list .product-small .thumb .tooltip.top {
  bottom: 161px!important;
}
.products-block.view-list .product-small .thumb img {
  max-width: 150px;
  max-height: 150px;
}
.products-block.view-list .product-small .caption {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
}
.products-block.view-list .product-small .caption > div {
  float: left;
}
.products-block.view-list .product-small .caption .product-title {
  text-align: left;
  margin-top: 0;
  height: auto;
  width: 100%;
}
.products-block.view-list .product-small .caption .product-title .product-brand {
  display: none;
}
.products-block.view-list .product-small .caption .product-title .product-name {
  margin-top: 0;
  height: auto;
  text-align: center;
  position: absolute;
  top: 0;
  width: 80%;
  font-size: 17px;
}
.products-block.view-list .product-small .caption .product-title .product-name a {
  text-decoration: none;
}
.products-block.view-list .product-small .caption .product-title .product-name a:hover {
  text-decoration: underline;
}
.products-block.view-list .product-small .caption .prices {
  display: none;
}
.products-block.view-list .product-small .caption .actions {
  display: none;
  /*
        width: 23%;
        float: right;
        text-align: right;
        margin-top: 0;
        */
}
.products-block.view-list .product-small .caption .skus {
  display: block;
  margin-top: 10px;
}
.products-block.view-list .product-small .caption .skus .sku .sku-title {
  width: 65%;
  display: inline-block;
}
.products-block.view-list .product-small .caption .skus .sku .price {
  float: none;
  width: 17%;
  text-align: right;
  display: inline-block;
}
.products-block.view-list .product-small .caption .skus .sku .add2cart-small {
  display: inline-block;
  text-align: right;
  width: 16%;
}
.products-block.view-list .product-small .caption .skus .skus-more {
  text-align: center;
}
.products-block.view-list .product-small .caption .skus .skus-more a {
  text-decoration: none;
}
.products-block.view-list .product-small .caption .skus .skus-more a:hover {
  text-decoration: underline;
}
.products-block.view-list .product-small .product-end {
  clear: both;
}
.badge {
  font-weight: normal;
  font-size: 12px;
  padding: 3px 10px;
  z-index: 10;
}
.badge.new {
  background: #4deb00;
  background: -moz-linear-gradient(top, #4deb00 0%, #39ae00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4deb00), color-stop(100%, #39ae00));
  background: -webkit-linear-gradient(top, #4deb00 0%, #39ae00 100%);
  background: -o-linear-gradient(top, #4deb00 0%, #39ae00 100%);
  background: -ms-linear-gradient(top, #4deb00 0%, #39ae00 100%);
  background: linear-gradient(to bottom, #4deb00 0%, #39ae00 100%);
}
.badge.new span:before {
  font-family: "Glyphicons Halflings";
  content: "\e124";
  vertical-align: top;
  margin-right: 5px;
  padding-top: 1px;
  display: inline-block;
}
.badge.bestseller {
  background: #ffbf00;
  background: -moz-linear-gradient(top, #ffbf00 0%, #c29100 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffbf00), color-stop(100%, #c29100));
  background: -webkit-linear-gradient(top, #ffbf00 0%, #c29100 100%);
  background: -o-linear-gradient(top, #ffbf00 0%, #c29100 100%);
  background: -ms-linear-gradient(top, #ffbf00 0%, #c29100 100%);
  background: linear-gradient(to bottom, #ffbf00 0%, #c29100 100%);
}
.badge.bestseller span:before {
  font-family: "Glyphicons Halflings";
  content: "\e125";
  vertical-align: top;
  margin-right: 5px;
  padding-top: 1px;
  display: inline-block;
}
.badge.sale {
  background: #000;
}
.badge.low-price {
  display: none;
  background: #fe4200;
  background: -moz-linear-gradient(top, #fe4200 0%, #c13200 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe4200), color-stop(100%, #c13200));
  background: -webkit-linear-gradient(top, #fe4200 0%, #c13200 100%);
  background: -o-linear-gradient(top, #fe4200 0%, #c13200 100%);
  background: -ms-linear-gradient(top, #fe4200 0%, #c13200 100%);
  background: linear-gradient(to bottom, #fe4200 0%, #c13200 100%);
}
.badge.low-price span:before {
  font-family: "Glyphicons Halflings";
  content: "\e225";
  vertical-align: top;
  margin-right: 5px;
  padding-top: 1px;
  display: inline-block;
}
.badge.discount {
  left: auto!important;
  right: 0;
  background: #fe4200;
  background: -moz-linear-gradient(top, #fe4200 0%, #c13200 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe4200), color-stop(100%, #c13200));
  background: -webkit-linear-gradient(top, #fe4200 0%, #c13200 100%);
  background: -o-linear-gradient(top, #fe4200 0%, #c13200 100%);
  background: -ms-linear-gradient(top, #fe4200 0%, #c13200 100%);
  background: linear-gradient(to bottom, #fe4200 0%, #c13200 100%);
}
.product-inline {
  width: 25%;
  float: left;
}
.filters .title {
  text-align: left;
}
.filters .filter {
  border: 1px solid #f3f3f3;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.filters .filter .mobile {
  display: none;
}
.filters .filter a.clear {
  font-size: 11px;
  margin-left: 5px;
}
.filters .filter .title {
  font-size: 15px;
  text-transform: none;
  text-align: center;
  margin-bottom: 10px;
}
.filters .filter .values {
  color: #686868;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}
.filters .filter .values label {
  font-weight: normal;
  margin-bottom: 0;
  display: block;
  padding-left: 10px;
}
.filters .filter .values-selected {
  font-size: 11px;
  margin: 0 10px 0px 10px;
}
.filters .filter .values-selected .filter-selected {
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #006678;
  border-radius: 7px;
  padding: 0px 5px;
  margin: 0 3px 3px 0;
  color: #686868;
}
.filters .filter .values-selected .filter-selected .del {
  margin-left: 5px;
  text-decoration: none;
  font-size: 10px;
}
.filters .filter .clear {
  text-align: left;
  margin: 0 10px 10px 10px;
}
.filters .filter_price .values {
  text-align: center;
  margin-right: 0;
}
.filters .filter_2 .values {
  max-height: 205px;
}
.filters .filter_1 {
  position: relative;
}
.filters .filter_1 .values {
  max-height: 350px;
}
.filters .letters {
  position: absolute;
  height: 350px;
  top: 45px;
  right: 25px;
}
.filters .letters a {
  width: 10px;
  text-align: center;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
}
.filters .letters a.active {
  background: #5f9da8;
  color: #fff;
  outline: none;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #5f9da8;
  border-color: #5f9da8;
}
.list-group-item.active a,
.list-group-item.active:focus a,
.list-group-item.active:hover a {
  color: #fff;
}
.product .main-image {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product .main-image a {
  display: block;
  max-width: 100%;
}
.product .main-image img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .product .main-image {
    display: block;
  }
}
.product .thumbnail {
  margin: 3px;
}
.product .thumbnail.video {
  position: relative;
}
.product .thumbnail.video i {
  position: absolute;
  top: 50%;
  z-index: 10;
  left: 50%;
  font-size: 20px;
  background: #fff;
  border-radius: 50%;
  margin-left: -17px;
  margin-top: -17px;
  border: 5px solid #006678;
  padding: 7px;
}
.product .product-sku-chosen {
  float: left;
}
.product .product-container {
  align-items: center;
  display: flex;
  min-height: 250px;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .product .product-container {
    display: block;
  }
}
.product .product-fav-wrap {
  width: 100%;
  position: relative;
}
.product .product-fav {
  text-align: right;
  position: relative;
  right: 0;
  top: -8px;
}
.product .product-fav a {
  text-decoration: none;
}
.product .product-summary {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  align-self: flex-start;
  width: 100%;
}
.product .skus-wrap {
  width: 100%;
  flex: 1 100%;
  display: flex;
  align-items: center;
}
.product .skus-wrap .skus {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .product .skus-wrap {
    display: block;
    flex: 0 1 auto;
  }
}
.product .height-limit-link {
  text-align: center;
  height: 22px;
  line-height: 22px;
}
.product .thumbnails-block {
  position: relative;
}
.product .thumbnails-block .thumb-scroll-link {
  position: absolute;
  top: 37%;
}
.product .thumbnails-block .thumb-scroll-link-left {
  left: -10px;
}
.product .thumbnails-block .thumb-scroll-link-right {
  right: -10px;
}
.product .thumbs-wrap {
  overflow: hidden;
}
.product .thumbs-wrap .thumbs-scroll {
  width: 10000px;
}
.product .thumbs-wrap .thumbs-scroll .thumbnail {
  float: left;
}
.product .skus .sku .price {
  font-size: 20px;
  margin-right: -10px;
}
.product .nav li {
  width: 50%;
  text-align: center;
}
.product .b-morelines_section_wrapper {
  text-align: center;
}
.product .b-morelines_section_wrapper #description-2 {
  text-align: left;
}
.product .b-morelines_section_button {
  margin-top: 10px;
  padding: 3px 20px;
  font-size: 15px;
  font-family: RobotoLight, Arial, Helvetica, sans-serif;
  background: #5f9da8;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
}
.product .b-morelines_section_ellipsis {
  position: relative;
}
.product .b-morelines_section_ellipsis:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 25px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white 75%);
}
.cart-discount-block {
  text-align: center;
  width: 100%;
}
.cart-discount-block a {
  display: inline-block;
  vertical-align: top;
  padding: 2px 6px;
  border-radius: 3px;
}
.cart-discount-block a.active {
  background: #f3ca60;
  text-decoration: none;
  color: #fff;
}
.prices-text {
  color: #fc6e51;
  width: 100%;
  text-align: center;
  font-size: 16px;
  display: none;
}
.prices-text.active {
  display: block;
}
.cart-form {
  position: relative;
}
.cart-form .add2cart {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
  text-align: center;
  height: 60px;
}
.cart-form .add2cart .btn {
  width: 100%;
}
.cart-form .product-price-container {
  padding: 10px 0;
}
.cart-form .product-price {
  text-align: right;
  font-size: 30px;
  line-height: 30px;
}
.cart-form .product-quantity {
  padding-top: 5px;
}
.modal .cart-form.animated {
  opacity: 0.3;
}
.skus {
  font-size: 13px;
  line-height: 30px;
}
.skus .sku {
  padding: 3px;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 0;
  margin-bottom: 0;
}
.skus .sku:hover {
  border-color: #e1e1e1;
  background: #f9f9f9;
}
.skus .sku.not-available .price,
.skus .sku.not-available .sku-title {
  color: #e1e1e1;
}
.skus .sku.highlighted {
  border-color: #e1e1e1;
  background: #f6f9c3;
}
.skus .sku .sku-title a {
  text-decoration: none;
}
.skus .sku .sku-title .sku-sku {
  margin-right: 0px;
  font-size: 12px;
}
.skus .sku .sku-title .sku-sku:before {
  content: '(';
}
.skus .sku .sku-title .sku-sku:after {
  content: ')';
}
.skus .sku .price {
  text-align: right;
  font-size: 16px;
}
.skus .sku .price .compare-price {
  font-size: 13px;
  color: #ccc;
}
.skus .sku .price .discount {
  font-size: 13px;
  color: #fc6e51;
}
.skus .sku .price .currency {
  font-size: 13px;
}
.skus .sku .price .prices-price {
  display: none;
}
.skus .sku .price .prices-price.active {
  display: inline;
}
.skus .sku .bonuses {
  text-align: right;
  font-size: 12px;
  color: #999;
  line-height: 10px;
}
.skus .sku .actions {
  text-align: right;
}
.skus .sku .actions .sku-quantity {
  display: none;
}
.skus label {
  width: 100%;
}
.skus .sku-name .tooltip-inner {
  padding: 3px 10px;
  text-align: left;
  width: 400px;
  max-width: 400px;
  background: #ffffdb;
}
.skus .sku-name .t-t {
  border-bottom: 1px dashed;
}
.brand-products h3,
.brand-products .h3 {
  margin-top: 20px;
}
.tooltip-img {
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
}
.tooltip-img img {
  max-height: 150px;
  max-width: 150px;
}
.tooltip > .tooltip-inner {
  background-color: #fff;
  padding: 0;
  color: #000;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
.tooltip > .tooltip-arrow {
  opacity: 0.25;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.brand-products a {
  text-decoration: none;
  line-height: 12px;
  display: inline-block;
  font-size: 11px;
}
.brand-products a:hover {
  text-decoration: underline;
}
.brand-products li {
  margin-bottom: 2px;
}
.brand-products li.active {
  font-weight: bold;
}
.carousel-image {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.carousel-image img {
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .carousel-image {
    display: block;
  }
}
.review-form-container {
  display: none;
  margin-top: 0;
}
.review-add-link {
  padding: 20px 0;
}
.share42init {
  text-align: center;
}
.product-delivery {
  padding: 15px;
  border: 1px solid #e1e1e1;
  margin: 0 auto;
  margin-top: 20px;
  background: #f9f9f9;
  margin-bottom: 15px;
}
.product-delivery #shipping_menu {
  margin-bottom: 10px;
}
.product-delivery .ard-reg,
.product-delivery .ard-region-name {
  font-size: 13px;
  border: none;
  padding: 0;
}
.product-delivery .ard-reg .btn,
.product-delivery .ard-region-name .btn {
  font-size: 11px;
}
.product-delivery .ard-region-focuser {
  padding: 5px 15px;
}
.shipping-method-small {
  clear: both;
}
.shipping-method-small .shipping-name {
  float: left;
  width: 50%;
  position: relative;
}
.shipping-method-small .shipping-name span {
  background: #f9f9f9 none repeat scroll 0 0;
  padding-right: 5px;
  position: relative;
  z-index: 2;
}
.shipping-method-small .shipping-name:after {
  background-color: #ddd;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}
.shipping-method-small .shipping-text {
  float: left;
  width: 50%;
  padding-left: 5px;
}
.shipping-method-small .shipping-text .shipping-time {
  float: left;
  width: 50%;
}
.shipping-method-small .shipping-text .shipping-price {
  float: left;
  width: 50%;
  text-align: right;
}
.product-info-links {
  margin: 20px 0;
  border-bottom: none;
}
.product-info-links .info_links {
  height: 85px;
}
.product-info-links .info_links .info-link {
  height: 85px;
  width: 50%;
  float: left;
}
.product-info-links .info_links a {
  font-size: 12px;
  background-size: auto 40px;
  line-height: 14px;
  background-position: center 5px;
  padding-top: 50px;
  height: 85px;
  background-color: transparent;
}
.cart-product {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
.cart-product .thumb {
  line-height: 30px;
  text-align: center;
}
.cart-product .thumb img {
  max-height: 30px;
  max-width: 100%;
}
.cart-product h3,
.cart-product .h3 {
  margin: 0;
  margin-bottom: 0px;
}
.cart-product .product-title {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  /* column | row */
}
@media only screen and (max-width: 767px) {
  .cart-product .product-title {
    display: block;
  }
}
.cart-product .product-title a {
  text-decoration: none;
}
.cart-product .product-quantity {
  text-align: center;
}
.cart-product .product-sum {
  font-size: 15px;
  text-align: right;
}
.cart-product .product-sum .gift {
  font-weight: bold;
  color: #f60000;
}
.cart-product .product-rating {
  margin-bottom: 10px;
}
.cart-product .product-delete {
  text-align: right;
}
.cart-product .sku-product-sku {
  display: block;
  font-size: 12px;
}
.shopping-cart .coupon {
  padding: 10px 0;
}
.cart-summary {
  border-left: 1px solid #e1e1e1;
}
.cart-summary .title {
  padding: 0 0 20px 0;
}
.cart-summary > .row {
  padding: 10px 0;
  border-top: 1px solid #e1e1e1;
}
.cart-summary > .row.basicauth-row {
  padding-bottom: 0;
}
.cart-summary .cart-price {
  text-align: right;
}
.cart-summary .cart-result {
  font-size: 20px;
}
.cart-summary .cart-submit {
  border-top: none;
  text-align: center;
  margin-top: 10px;
  padding-top: 0;
}
.coupon-title {
  margin-bottom: 10px;
  text-align: center;
}
.cart-coupon button {
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 10px;
}
.min-order-message {
  color: #f00;
  text-align: center;
  font-size: 18px;
}
.cart-message {
  color: #f00;
  font-size: 16px;
  margin: 20px 0;
}
.cart-message.success {
  color: #009527;
}
.modal-body .product-summary {
  display: none;
}
.modal-body .compare-price {
  display: none;
}
.modal-body.columns {
  columns: 2 80px;
  -moz-columns: 2 80px;
  -webkit-columns: 2 80px;
  font-size: 11px;
}
.modal-body .skus .sku .actions .sku-quantity {
  display: none;
}
.modal-body .sku-actions-block {
  width: 23%;
}
.modal-body .sku-title-block {
  width: 52%;
}
.modal-body .skus {
  line-height: 20px;
}
.modal-body .prices-text {
  font-size: 12px;
}
.modal-body .b2c-comment {
  columns: 3 80px;
  -moz-columns: 3 80px;
  -webkit-columns: 3 80px;
  font-size: 11px;
}
.modal-dialog.modal-xl .modal-body .b2c-comment {
  columns: 5 80px;
  -moz-columns: 5 80px;
  -webkit-columns: 5 80px;
  font-size: 11px;
}
.modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.regions {
  columns: 3;
  -moz-columns: 3;
  -webkit-columns: 3;
}
.regions a {
  text-decoration: none;
}
.regions a:hover {
  text-decoration: underline;
}
.pages-tree ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0px 20px;
}
.pages-tree ul a {
  display: block;
  text-decoration: none;
}
.pages-tree ul a:hover {
  text-decoration: underline;
}
.pages-tree ul li {
  font-size: 12px;
}
.pages-tree ul li.selected a {
  font-weight: bold;
  color: #333;
}
.pages-tree > ul {
  margin-left: 0;
}
.pages-tree > ul > li {
  font-size: 15px;
}
.pages-tree > ul > li > a {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #e1e1e1;
}
.pages-tree img {
  max-width: 100%;
}
.page-info .date,
.post .date {
  color: #aeaeae;
}
.sidebar-space {
  border-bottom: 1px solid #e1e1e1;
  margin-top: 28px;
}
.page-sidebar img {
  max-width: 100%;
}
.post-links {
  padding: 5px 20px;
  border: 1px solid #999;
  margin: 20px 0;
}
.post-links .title {
  text-align: left;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: bold;
}
.site-links {
  padding: 10px;
  border: 1px solid #999;
  margin: 20px 0;
}
.site-links .site-link {
  text-align: center;
}
.site-links .site-link .img {
  text-align: center;
  height: 200px;
}
.site-links .site-link .img img {
  max-width: 100%;
  max-height: 200px;
}
.link-new,
.link-discount {
  text-align: center;
  margin: 20px 0;
}
.link-new a,
.link-discount a {
  display: inline-block;
  vertical-align: top;
  font-family: NeoSansCyr;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  background: -webkit-linear-gradient(90deg, #ff9e21 0%, #ffd617 100%);
  background: -moz-linear-gradient(90deg, #ff9e21 0%, #ffd617 100%);
  background: -o-linear-gradient(90deg, #ff9e21 0%, #ffd617 100%);
  background: -ms-linear-gradient(90deg, #ff9e21 0%, #ffd617 100%);
  background: linear-gradient(0deg, #ff9e21 0%, #ffd617 100%);
  box-shadow: 0px 1px 1px 0px rgba(119, 3, 39, 0.37);
  cursor: pointer;
  color: #ffffff;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  text-shadow: 0px 1px 0px #f19213;
  text-transform: uppercase;
  line-height: 23px;
  padding: 20px 40px;
  text-decoration: none;
}
.link-discount a {
  background: -webkit-linear-gradient(90deg, #ff2121 0%, #ff5917 100%);
  background: -moz-linear-gradient(90deg, #ff2121 0%, #ff5917 100%);
  background: -o-linear-gradient(90deg, #ff2121 0%, #ff5917 100%);
  background: -ms-linear-gradient(90deg, #ff2121 0%, #ff5917 100%);
  background: linear-gradient(0deg, #ff2121 0%, #ff5917 100%);
  box-shadow: 0px 1px 1px 0px rgba(119, 3, 39, 0.37);
}
.order-status {
  display: inline-block;
  height: 15px;
  width: 15px;
  vertical-align: bottom;
  border-radius: 50%;
}
.review {
  margin-bottom: 20px;
}
.review .review-text {
  clear: both;
  position: relative;
  border: 3px solid #b6d3d6;
  padding: 10px 15px;
}
.review .review-text:after {
  background: url(https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/quote.png);
  content: "";
  height: 12px;
  left: 37px;
  position: absolute;
  top: 100%;
  width: 19px;
}
.review .caption {
  margin-top: 10px;
}
.subreviews {
  padding-left: 40px;
}
.userpic {
  width: 32px;
  border-radius: 50%;
  float: left;
  margin: 0 5px 5px 0;
}
.rating {
  color: #c29634;
}
.rating .grey,
.rating .star-empty {
  color: #e9e9e9;
}
.rating .star,
.rating .star-hover {
  color: #c29634;
}
.btn {
  padding: 3px 20px;
  text-decoration: none;
  font-size: 15px;
  font-family: RobotoLight, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  color: #fff;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: none;
}
.btn:hover {
  color: #fff;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-icon {
  background: #eee;
  border: none;
  padding: 3px;
  border-radius: 1px;
  box-shadow: none;
}
.btn.btn-icon i {
  display: block;
}
.btn.btn-xxs {
  padding: 2px 15px;
  font-size: 10px;
}
.btn-default {
  color: #333;
}
.btn-xs {
  padding: 4px 10px;
  font-size: 11px;
}
.btn-xl {
  padding: 7px 25px;
  font-size: 20px;
}
.btn-lg {
  font-size: 20px;
  padding: 10px 30px;
}
.btn-narrow {
  padding: 5px 2px;
}
.btn-primary {
  background-color: #5f9da8 !important;
}
.btn-yellow,
.btn-success {
  background-color: #f3ca60;
  color: #fff;
}
.btn-yellow:hover,
.btn-success:hover {
  background-color: #f3ca60;
  color: #fff;
}
.btn-tiffany {
  background-color: #85d0cb;
  color: #fff;
}
.btn-red {
  background-color: #fe4200 ;
  color: #fff;
}
.btn-red:hover {
  background-color: #fe4200 ;
  color: #fff;
}
.btn-black {
  background-color: #000;
  color: #f3ca60;
}
.btn-transparent {
  color: #5f9da8;
  background: #fff;
  border: 1px solid #e1e1e1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-transparent:hover {
  color: #006678;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.add2cart .btn {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.add2cart .btn .glyphicon-ok {
  width: 0;
  overflow: hidden;
}
.add2cart .btn.animate span {
  display: none;
}
.add2cart .btn.animate:before {
  content: 'Добавлено в корзину';
}
.black-friday {
  display: inline-block;
  width: 148px;
  height: 35px;
  background: url("/wa-apps/shop/themes/aromacode/img/bf_2.png") no-repeat top center;
  margin-top: 6px;
  float: right;
}
.black-friday:hover {
  background: url("/wa-apps/shop/themes/aromacode/img/bf_1.png") no-repeat top center;
}
.brand_letter {
  float: left;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  line-height: 20px;
  color: #006678;
  width: 50px;
  text-align: center;
}
.brand_letter a {
  padding-top: 25px;
}
.brand_letter_end {
  border-top: 1px solid #e1e1e1;
  clear: both;
  margin: 10px 0;
}
.brands_box {
  margin-left: 70px;
  -webkit-columns: auto 3;
  -moz-columns: auto 3;
  columns: auto 3;
  font-size: 13px;
}
.brands_box a {
  text-decoration: none;
}
.brands_box a:hover {
  text-decoration: underline;
}
.brand-container .brand-categories {
  display: none;
}
.brand-container .select-info {
  display: none;
}
.list-filter {
  margin-bottom: 20px;
  height: 31px;
  line-height: 28px;
  margin-left: 0;
  font-size: 15px;
  text-align: center;
}
.list-filter li {
  padding: 0;
}
.list-filter li a {
  padding: 2px 20px;
  text-decoration: none;
  color: #006678;
}
.list-filter li.active {
  border-bottom: 4px solid #5f9da8;
}
.list-filter li.active a {
  color: #555;
}
.brand-pr-logo {
  height: 100px;
  text-align: left;
}
.brand-pr-logo img {
  max-width: 100%;
  max-height: 100px;
}
.loading {
  margin: 10px 0;
  text-align: center;
}
.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
  background-color: #5f9da8;
}
.loading-bar:nth-child(1) {
  animation-delay: 0;
}
.loading-bar:nth-child(2) {
  animation-delay: 0.09s;
}
.loading-bar:nth-child(3) {
  animation-delay: .18s;
}
.loading-bar:nth-child(4) {
  animation-delay: .27s;
}
@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}
.loading-block {
  text-align: center;
  margin: 30px 0;
}
.icon-loading {
  background: url("https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/loading2.gif");
  width: 64px;
  height: 64px;
  display: inline-block;
}
.shipping_table {
  width: 100%;
  border: 0px;
  border-collapse: collapse;
}
.shipping_table th {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
  text-align: left;
}
.shipping_table td {
  margin: 0;
  padding: 10px 0;
  background: #fff;
}
.shipping_table .shm_description {
  padding-top: 0;
}
.shipping_table .shm_end {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 15px;
}
.shipping_table .shm_time {
  vertical-align: top;
}
.shipping_table .shipping_hidden p {
  margin: 0;
  padding: 10px 0;
}
.regions_table table {
  width: 100%;
  border: 0px;
  border-collapse: collapse;
}
.regions_table table td {
  margin: 0;
  padding: 3px 10px;
  border: 1px solid #cbcbcb;
  text-align: center;
}
.regions_table table tr:nth-child(even) {
  background: #eee;
}
.regions_table .sh_method_head {
  text-align: center;
  width: 150px;
}
.regions_table .sh_region_name {
  text-align: left;
}
.regions_table .sh_region_delivery .glyphicon {
  color: #5f9da8;
}
.regions_table .delivery_price {
  font-size: 12px;
}
.regions_table .delivery_price > a {
  vertical-align: middle;
}
.shipping_method {
  border: 2px solid #dcdcdc;
  margin-bottom: 20px;
  max-width: 500px;
  padding: 20px;
  width: 455px;
  float: left;
  height: 240px;
}
.shipping_method:nth-child(2n) {
  margin-left: 20px;
}
.shipping_method .shipping-name {
  font-size: 18px;
  margin-bottom: 20px;
}
.shipping_method .shipping-price {
  font-size: 18px;
  font-weight: bold;
  color: #5f9da8;
}
.shipping_method .shipping-time {
  text-align: left;
}
.shipping_method .shipping-time span {
  border-radius: 5px;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  display: inline-block;
}
.shipping_method .shipping-summary {
  font-size: 14px;
}
.shipping_method .shipping-summary a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.shipping-end {
  clear: both;
}
.autocomplete-suggestion {
  font-size: 11px;
}
.autocomplete-suggestion img {
  height: 32px;
}
.productsets-set .productsets-product-list li {
  border: none;
  margin: 0;
}
.productsets-set .productsets-product {
  border: 1px solid #e8e8e8;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 10px 0;
  position: relative;
  width: 70%;
}
.productsets-set .productsets-product h5 span {
  display: block;
}
.productsets-set .productsets-product:after {
  content: '+';
  font-size: 48px;
  color: #5f9da8;
  position: absolute;
  top: 60px;
  right: -33%;
}
.productsets-set .productsets-products-3 li {
  width: 33%;
  float: left;
}
.productsets-set .productsets-products-3 .productsets-product:after {
  right: -50px;
}
.productsets-set .productsets-products-2 li {
  width: 33%;
  float: left;
}
.productsets-set .productsets-products-2 .productsets-product:after {
  right: -50px;
}
.productsets-set .productsets-product-list {
  width: 80%;
  float: left;
}
.productsets-set .productsets-product-list li:last-child .productsets-product:after {
  content: '=';
}
.productsets-set .productsets-buy {
  padding-top: 45px;
  width: 20%;
  float: left;
  position: relative;
}
.productsets-set .productsets-total,
.productsets-set .productsets-price {
  text-align: center;
}
.productsets-set .productsets-total span,
.productsets-set .productsets-price span {
  display: block;
}
.productsets-set .productsets-total {
  color: #aaaaaa;
}
.productsets-set .productsets-total span {
  text-decoration: none;
  font-size: 20px;
}
.productsets-set .productsets-price span {
  font-size: 28px;
  color: #000!important;
}
.productsets-set .productsets-buttons {
  float: none;
  text-align: center;
}
.productsets-set .productsets-buttons .productsets-button {
  height: 40px;
}
.productsets-set .productsets-save {
  text-align: center;
  color: #f00;
}
.address-end {
  border-top: 1px solid #e1e1e1;
  margin: 15px 0;
}
.profile-title {
  text-align: right;
  color: #5f9da8;
  padding-right: 5px!important;
}
.profile-edit {
  font-size: 11px;
}
.profile-line {
  margin-bottom: 5px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 5px 5px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 3px 5px 0px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 5px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.votes {
  margin: 0 0 20px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.votes .vote-block {
  margin: 20px 0;
}
.votes .vote-block .title {
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
}
.votes .vote-block .block-items {
  width: 50%;
  float: left;
}
.votes .vote-block .block-items .item {
  position: relative;
}
.votes .vote-block .block-items .item span {
  padding-right: 5px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.votes .vote-block .block-items .item:after {
  background-color: #ddd;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}
.votes .vote-block .block-votes {
  width: 50%;
  float: left;
}
.votes .vote-block .block-votes .vote-item {
  clear: both;
}
.votes .vote-block .block-votes .count {
  width: 22px;
  float: left;
  text-align: center;
}
.votes .vote-block .block-votes .percent {
  display: none;
}
.votes .vote-block .block-votes .item-length {
  margin: 0 25px 0 20px;
  height: 20px;
  background: #ddd;
  border-radius: 2px;
  overflow: hidden;
}
.votes .vote-block .block-votes .item-length .item-width {
  background: #5f9da8;
  height: 20px;
}
.votes .vote-block .block-votes .item-btn {
  width: 22px;
  float: right;
}
.votes .vote-block .block-votes .item-btn .btn {
  box-shadow: none;
  color: #5f9da8;
  font-weight: bold;
  padding: 2px 7px;
  vertical-align: top;
}
.votes .vote-block .item {
  margin-bottom: 5px;
  line-height: 20px;
  height: 20px;
}
.votes .vote-block .block-end {
  clear: both;
}
@media screen and (max-width: 768px) {
  .ard-wrap-item {
    height: auto !important;
  }
  .ard-ttl-table span {
    display: none;
  }
  .ard-ttl-table-sec span {
    display: none;
  }
}
.ard-main-ttl {
  font-family: "Tahoma";
  font-size: 36px;
  color: #00677a;
  text-transform: uppercase;
  text-align: center;
  background: none;
  font-weight: bold;
  margin-bottom: 60px;
}
.ard-txt-del-bg {
  font-family: "Tahoma";
  font-size: 18px;
  color: white;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #5f9da8;
  margin-bottom: 20px;
}
.ard-reg {
  font-family: "Tahoma";
  font-size: 15px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 2px solid #dcdcdc;
  margin-bottom: 25px;
}
.ard-region-name {
  color: #00687a;
  font-size: 20px;
}
.ard-region-focuser {
  font-family: "Tahoma";
  font-size: 14px;
  color: white;
  padding: 10px 40px;
  background: #f3ca60;
  border-radius: 5px;
  text-decoration: none;
  margin-left: 25px;
}
.ard-wrap-item {
  border: 2px solid #dcdcdc;
  padding: 15px;
  margin-bottom: 30px;
  height: 250px;
}
.ard-wrap-item:hover {
  border: 2px solid #f3ca60;
}
.col-sm-6 {
  padding-right: 15px;
  padding-left: 15px;
}
.ard-item-ttl {
  font-family: "Tahoma";
  font-size: 18px;
  margin-bottom: 15px;
  padding-left: 15px;
}
.ard-bl-inl p {
  display: inline-block;
  vertical-align: top;
}
.ard-item-price {
  font-family: "Tahoma";
  font-size: 18px;
  font-weight: bold;
  color: #006e81;
}
.ard-item-day {
  font-family: "Tahoma";
  font-size: 18px;
  background: #dcdcdc;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
.ard-item-txt {
  font-family: "Tahoma";
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 25px;
  margin-left: 15px;
}
.ard-popup {
  font-family: "Tahoma";
  font-size: 14px;
  color: #006e81;
  padding-bottom: 3px;
  border-bottom: 1px dashed #006e81;
  text-decoration: none;
}
.ard-comm {
  font-family: "Tahoma";
  font-size: 14px;
  color: #006e81;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px dashed #006e81;
  text-decoration: none;
}
.ard-no-marg {
  margin-bottom: 0 !important;
}
.ard-img {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.ard-link {
  margin-left: 15px;
}
.ard-ttl-table {
  font-family: "Tahoma";
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background: #dcdcdc;
  position: relative;
  margin-bottom: 10px;
}
.ard-ttl-table-sec span {
  color: #5f9da8;
  font-size: 14px;
  font-weight: normal;
  margin-left: 53%;
}
.ard-ttl-table span {
  color: #5f9da8;
  font-size: 14px;
  font-weight: normal;
  margin-left: 52%;
}
a.ard-no {
  color: black;
  text-decoration: none !important;
}
.ard-ttl-table:after {
  content: "";
  display: block;
  background: url(https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/arrow.png) no-repeat;
  width: 33px;
  height: 11px;
  position: absolute;
  top: 45%;
  right: 2%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.ard-ttl-table.onclick.arrowToggle:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ard-ttl-table-sec {
  font-family: "Tahoma";
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background: #efefef;
  position: relative;
  margin-bottom: 10px;
}
.ard-ttl-table-sec:after {
  content: "";
  display: block;
  background: url(https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/arrow.png) no-repeat;
  width: 33px;
  height: 11px;
  position: absolute;
  top: 45%;
  right: 2%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.ard-ttl-table-sec.click.arrowTogle:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ard-ttl-kz {
  padding-right: 215px;
  background: url(https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/flags.png) no-repeat 100% 50%;
  font-family: "Tahoma";
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 35px;
}
.ard-mark {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.ard-mark li {
  padding-left: 20px;
  background: url(https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/marker.png) no-repeat;
  font-family: "Tahoma";
  font-size: 14px;
  margin: 0;
}
.ard-txt-info {
  padding-left: 60px;
  background: url(https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/icon-info.png) no-repeat;
  color: #5f9da8;
  font-family: "Tahoma";
  font-size: 14px;
  font-weight: bold;
}
.ard-wrap-tbl {
  margin-top: 40px;
}
.ard-marg {
  margin-top: 30px;
}
.subscribe-modal .modal-dialog {
  width: 640px;
}
.subscribe-modal .modal-header {
  border-bottom: none;
  position: relative;
  z-index: 2;
}
.subscribe-modal .modal-body {
  top: -15px;
  padding-bottom: 0;
}
.subscribe-modal .modal-body .block-close {
  text-align: right;
  margin-top: 10px;
}
.subscribe-modal .subscribe-title {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  font-size: 37px;
  color: #231f20;
  line-height: 33px;
  margin-bottom: 20px;
  padding-left: 15px;
}
.subscribe-modal .subscribe-title span {
  display: inline-block;
  background: url("https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/paint.png");
  background-size: 100% 100%;
  padding: 6px 15px 6px 6px;
  white-space: nowrap;
  margin-left: -6px;
}
.subscribe-modal .subscribe-text {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  color: #231f21;
  opacity: 0.8;
  font-size: 23px;
  line-height: 28px;
  padding-left: 15px;
}
.subscribe-modal .subscribe-input {
  width: 100%;
  padding: 20px 0 20px 50px;
  background: url("https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/mail.png") no-repeat 10px 50%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  height: 60px;
}
.subscribe-modal .subscribe-button {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  border-radius: 5px;
  height: 60px;
  width: 100%;
  text-align: center;
  font-size: 23px;
  background: #f9e28c;
  background: -moz-linear-gradient(top, #f9e28c 0%, #efb840 100%);
  background: -webkit-linear-gradient(top, #f9e28c 0%, #efb840 100%);
  background: linear-gradient(to bottom, #f9e28c 0%, #efb840 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e28c', endColorstr='#efb840', GradientType=0);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(131, 101, 35, 0.4);
  -moz-box-shadow: 0px 5px 20px 0px rgba(131, 101, 35, 0.4);
  box-shadow: 0px 5px 20px 0px rgba(131, 101, 35, 0.4);
  border: none;
}
.certificates .cert-form {
  max-width: 800px;
  margin: 0 auto;
}
.certificates .cert-type {
  cursor: pointer;
}
.certificates .cert-type.active .cert-image {
  border-color: #f3ca60;
  border-radius: 4px;
}
.certificates .cert-type .cert-image-title {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}
.certificates .cert-type .cert-image {
  border: 4px solid #fff;
}
.certificates .cert-type .cert-image img {
  max-width: 100%;
}
.certificates .cert-type img {
  max-width: 100%;
}
.certificates .cert-price,
.certificates .cert-payment,
.certificates .cert-method {
  display: inline-block;
  font-size: 14px;
  vertical-align: bottom;
  border-radius: 3px;
  border: 3px solid #ddd;
  padding: 5px 15px;
  cursor: pointer;
  margin-bottom: 5px;
}
.certificates .cert-price.active,
.certificates .cert-payment.active,
.certificates .cert-method.active {
  border-color: #f3ca60;
}
.certificates .form-group {
  margin-bottom: 20px;
}
.certificates .form-group .control-label {
  font-size: 16px;
  margin-bottom: 10px;
}
.certificates .form-group .hint {
  font-size: 12px;
}
.certificates .cert-image-full {
  margin-bottom: 20px;
}
.certificates .cert-image-full img {
  max-width: 100%;
}
.certificates .cert-step {
  margin: 30px 0;
}
.certificates .cert-step h2 span {
  display: inline-block;
  background: #f3ca60;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  padding-top: 4px;
  margin-right: 10px;
  font-size: 16px;
  position: relative;
  top: -2px;
}
.certificates .cert-step-1 {
  background: #f3ca60;
  padding: 20px;
}
.certificates .cert-step-1 h2 span {
  background: #fff;
  color: #f3ca60;
}
.delivery-calc .settlement-name {
  font-weight: bold;
}
.delivery-calc .calc-price {
  font-size: 16px;
}
.delivery-calc .calc-price input {
  width: 100px;
  display: inline-block;
  text-align: center;
}
.delivery-calc .handler-city {
  margin-left: 20px;
}
.delivery-calc-methods .method-name {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
}
.delivery-calc-methods .delivery-badge {
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 10px;
  font-size: 11px;
}
.delivery-calc-methods .delivery-badge.cheapest {
  background: #fc6e51;
}
.delivery-calc-methods .delivery-badge.fastest {
  background: #f3ca60;
}
.delivery-calc-methods .method-logo {
  text-align: center;
}
.delivery-calc-methods .method-logo img {
  max-height: 32px;
}
.delivery-calc-methods .delivery-points-list {
  max-height: 500px;
  overflow-y: auto;
}
.delivery-calc-methods .delivery-points-list table {
  width: 100%;
}
.delivery-calc-methods .delivery-points-list table tr.point-start td {
  border-top: 1px solid #ddd;
}
.delivery-calc-methods .delivery-points-list table td,
.delivery-calc-methods .delivery-points-list table th {
  padding: 8px;
  vertical-align: top;
}
.delivery-calc-methods .delivery-points-list img {
  max-width: 60px;
  max-height: 30px;
}
.delivery-calc-methods .delivery-points-list .point-name {
  max-width: 200px;
}
.delivery-calc-methods .delivery-points-list .point-time,
.delivery-calc-methods .delivery-points-list .point-price {
  white-space: nowrap;
}
.delivery-calc-methods .delivery-points-list .point-address {
  font-size: 12px;
  color: #999;
  margin-top: 0px;
}
.delivery-calc-methods .delivery-type-links a {
  margin: 5px;
}
#delivery-calc-result {
  transition: opacity 0.2s ease-in-out;
}
.page .page-content .border-block {
  margin-bottom: 30px;
  border: 2px solid #f3ca60;
  padding: 20px;
  font-size: 22px;
}
.page .page-content .border-block.with-icon {
  min-height: 80px;
  position: relative;
  padding-left: 80px;
}
.page .page-content .border-block.with-icon .icon {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -20px;
}
.page .page-content .border-block.with-icon .icon img {
  height: 40px;
}
.page .page-content .border-block .hint {
  font-size: 14px;
  margin: 0;
}
.page .page-content .alert.alert-info {
  background: #5f9da8;
  border-radius: 0;
  border: none;
  color: #fff;
  font-size: 16px;
}
.page .page-content .alert.alert-regular {
  color: #000;
  background-color: #fff;
  border-color: #5f9da8;
}
.page .page-content .opener {
  position: relative;
}
.page .page-content .opener:after {
  width: 20px;
  height: 6.66666667px;
  top: 45%;
  right: 20px;
  moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  display: block;
  content: "";
  background: url(https://static.aromacode.ru/wa-apps/shop/themes/aromacode/img/arrow.png) no-repeat top right;
  background-size: 20px auto;
  position: absolute;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.page .page-content .opener.open::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fixed-widgets {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 100;
  font-weight: 500;
}
.fixed-widgets .widget {
  transition: width 500ms;
  width: 48px;
  height: 48px;
  background-color: #5f9da8;
  margin-right: 16px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.24);
  background-repeat: no-repeat;
  background-position: 12px 12px;
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 48px;
  line-height: 44px;
  cursor: pointer;
}
.fixed-widgets .widget:hover {
  width: 248px;
  overflow: visible;
}
.fixed-widgets .widget:hover .widget-text {
  opacity: 1;
  transition: opacity 500ms ease-in-out 100ms;
}
.fixed-widgets .widget .image {
  position: absolute;
  color: #fff;
  left: 12px;
  top: 10px;
  line-height: 24px;
}
.fixed-widgets .widget .image img {
  max-width: 24px;
  max-height: 24px;
}
.fixed-widgets .widget .widget-text {
  width: 200px;
  overflow: hidden;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .container {
    width: 1000px;
  }
  .btn-xl {
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .container {
    width: 940px;
  }
  .btn-xl {
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  body {
    background: #fff;
  }
  .bg1 {
    background: none;
  }
  .nav > li > a {
    font-size: 12px;
    display: inline-block;
  }
  .menu-brands a {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-block;
  }
  .submenu ul > li {
    font-size: 12px;
  }
  .submenu {
    width: 1000px;
  }
  .logo img {
    max-width: 100%;
  }
  h3,
  .h3 {
    font-size: 14px;
  }
  .btn-lg {
    padding: 3px 20px;
  }
  .header-top {
    font-size: 12px;
  }
  .header-top .region-block {
    font-size: 11px;
  }
  .menu-brands .brands_letters a {
    margin: 0 10px;
  }
  .product-small .product-brand {
    font-size: 11px;
  }
  .navbar {
    min-height: 40px;
  }
  .navbar-form {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .cart.fixed {
    right: 0;
    margin-right: 0;
  }
  .header .phones {
    font-size: 15px;
  }
  .products-sub-header {
    font-size: 11px;
  }
  .select-view {
    font-size: 14px;
  }
  .info_links .info-link {
    height: 83px;
  }
  .info_links .info-link a {
    height: 83px;
    padding-top: 50px;
    background-size: auto 50px;
    font-size: 12px;
  }
  .main_banner .banners_banner,
  .main_banner .banners_banner .banners_slide {
    width: 800px!important;
    height: 332px!important;
  }
  .search-form .input-group > .form-control {
    width: 169px;
  }
  .region-info {
    display: none;
  }
}
@media (max-width: 768px) {
  .col-sm-push-5-1 {
    left: auto;
  }
  .col-sm-pull-5-4 {
    right: auto;
  }
  h3,
  .h3 {
    font-size: 12px;
  }
  .header .btn-menu {
    font-size: 24px;
  }
  .header .menu-button {
    float: left;
    padding: 5px;
    color: #5f9da8;
    background: none;
    font-size: 24px;
  }
  .header .logo {
    margin-left: 40px;
    padding-top: 0;
    text-align: center;
    line-height: 35px;
  }
  .header .logo img {
    max-height: 35px;
    width: auto;
    max-width: 100%;
  }
  .header .phones {
    float: none;
    text-align: center;
    padding-left: 5px;
    font-size: 14px;
    line-height: 13px;
    padding-top: 5px;
    white-space: nowrap;
  }
  .header .phones .callback {
    display: none;
  }
  h1 {
    background: none;
    font-size: 18px;
    margin-top: 5px;
  }
  h1 span {
    padding: 0;
  }
  .btn-up {
    display: none;
  }
  .product-price-container .product-quantity {
    font-size: 10px;
  }
  .product-price-container .product-price {
    font-size: 24px;
  }
  .main_info {
    margin-top: 0;
  }
  .breadcrumb {
    display: none;
  }
  .breadcrumb li {
    display: block;
    margin-bottom: 5px;
  }
  .breadcrumb li a {
    display: block;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    padding: 3px 20px;
    text-decoration: none;
    border-radius: 3px;
    font-family: RobotoLight, Arial, Helvetica, sans-serif;
  }
  .breadcrumb li::before {
    content: '' !important;
    padding: 0!important;
  }
  .breadcrumb .back {
    display: none;
  }
  .breadcrumb .active {
    display: none;
  }
  .info_links .info-link {
    height: auto;
    width: 50%;
    float: left;
  }
  .info_links .info-link:nth-child(odd) {
    border-right: 1px solid #e1e1e1;
  }
  .info_links .info-link:last-child a {
    font-size: 10px;
  }
  .info_links .info-link a {
    height: 40px;
    background-size: auto 30px;
    padding: 10px 0 0 40px;
    background-position: 10px 50%;
    line-height: 12px;
    font-size: 11px;
  }
  .product-small {
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
  }
  .product-small .thumb {
    height: 145px;
    line-height: 145px;
    width: 50%;
    float: left;
  }
  .product-small .thumb img {
    max-height: 145px;
  }
  .product-small .caption {
    width: 50%;
    float: left;
  }
  .product-small .compare-price {
    display: block;
  }
  .product-small .product-brand {
    font-size: 10px;
    background: none;
  }
  .product-small .product-brand span {
    padding: 0;
  }
  .product-small .product-end {
    clear: both;
  }
  .btn {
    padding: 5px 10px;
  }
  .list-filter {
    height: auto;
  }
  .list-filter li {
    width: 50%;
    text-align: center;
    margin-bottom: 5px;
  }
  .list-filter li a {
    border: 1px solid #e1e1e1;
    display: block;
    border-radius: 3px;
    padding: 5px 0;
    text-transform: uppercase;
    color: #555;
    font-size: 12px;
  }
  .list-filter li.active {
    border: none;
  }
  .list-filter li.active a {
    border-color: #5f9da8;
  }
  .nav > li {
    width: 50%;
    text-align: center;
    margin-bottom: 5px;
  }
  .nav > li a {
    padding-left: 0;
    padding-right: 0;
  }
  .product_tabs .nav-tabs {
    margin: 0 -10px;
  }
  .nav-tabs > li > a {
    padding: 10px 0;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    display: block;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    border: 1px solid #5f9da8;
  }
  .nav-tabs > li > a:hover {
    border: 1px solid #5f9da8;
  }
  .navbar-default {
    background: none;
  }
  .nav-pills {
    border: none;
  }
  .nav-pills > li > a {
    border: 1px solid #e1e1e1;
    padding: 10px 0;
  }
  .mainmenu .navbar-nav {
    margin: 0 -2px;
  }
  .mainmenu .navbar-nav .nav-sub {
    width: 50%;
    float: left;
  }
  .mainmenu .navbar-nav .nav-sub a {
    padding: 4px 0;
    margin: 0 2px;
    background: #006678;
    border: 1px solid #006678;
  }
  .mainmenu .navbar-nav .nav-sub.open a {
    background: #fff;
    columns: #5f9da8;
    border-color: #006678;
  }
  .mainmenu .nav-brands {
    display: block;
  }
  .mainmenu .mobile-search-form {
    margin: 0;
    padding: 0 2px;
    width: 100%;
    border: none;
  }
  .mainmenu .mobile-search-form .form-control {
    width: 100%;
  }
  .brand_letter {
    width: 30px;
  }
  .brands_box {
    margin-left: 40px;
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
  }
  .brands_box .brand a {
    display: inline-block;
    padding: 10px 0;
  }
  .payment-option-block .payment-option {
    border: none;
  }
  .checkout-payment-summary {
    padding-top: 10px;
    margin: 10px 0;
  }
  .form-medium {
    width: auto;
  }
  .filters-block {
    display: block;
    position: fixed;
    z-index: 1040;
    top: 0;
    bottom: 0;
    overflow: auto;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    left: auto;
    right: -1000px;
    border-width: 0 0 0 1px;
    height: 100%;
    width: 250px;
    background: #f8f8f8;
    border-left: 1px solid #e7e7e7;
  }
  .filters-block.canvas-slid {
    right: 0;
  }
  .cart-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #5f9da8;
    z-index: 101;
    padding: 5px 0;
    text-align: center;
    line-height: 35px;
    display: block;
    font-size: 14px;
  }
  .cart-mobile a.link {
    color: #5f9da8;
    text-decoration: none;
  }
  .cart-mobile.empty {
    display: none;
  }
  .cart-mobile .btn {
    padding: 8px 20px;
  }
  .btn-lg {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .cart-form .add2cart {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;
  }
  .nav > li {
    height: 40px;
  }
  .filters .filter {
    background: #fff;
  }
  .filters .filter .mobile {
    display: block;
  }
  .filters .filter .title {
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .filters .filter .title.with-values {
    text-align: left;
  }
  .filters .filter .title.with-values .values-str {
    font-size: 12px;
  }
  .filters .filter .title.with-values .values-str:before {
    content: ': ';
  }
  .filters .filter .mobile.select {
    height: 1px;
  }
  .filters .filter .mobile.select select {
    overflow: hidden;
    height: 0;
    opacity: 0;
  }
  .cart-submit .btn,
  .checkout-block .btn {
    width: 100%;
  }
  .content {
    background: none!important;
  }
  .form-group input[type="text"],
  .form-group select {
    font-size: 16px;
  }
  input.form-control,
  select.form-control {
    font-size: 16px;
  }
  .product .main-image {
    position: relative;
    overflow: hidden;
  }
  .product .main-image a {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: 350px;
    line-height: 350px;
  }
  .product .main-image a img {
    display: inline;
  }
  .autocomplete-suggestions {
    width: 300px;
    min-width: 300px;
  }
  .footer {
    margin-bottom: 60px;
  }
  .footer.cart-empty {
    margin-bottom: 0;
  }
  .region_name {
    color: #000;
    text-decoration: none;
    font-weight: bold;
  }
  .region-select {
    font-size: 17px;
    height: 1px;
    opacity: 0;
    width: 300px;
  }
  .brand-products h3 {
    background: none;
    margin: 0;
    font-weight: bold;
  }
  .brand-products h3 span {
    background: none;
  }
  .brand-products .brand-product-item {
    padding: 10px 0;
  }
  .sku {
    line-height: 30px;
  }
  .checkout-shipping-wrapper {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }
  .skus {
    margin: 0 -10px;
  }
  .skus .sku {
    padding-left: 0;
    padding-right: 0;
  }
  .skus .sku .actions .sku-quantity {
    display: none;
  }
  .share42init {
    margin-top: 15px;
  }
  .product-info-links .info_links .info-link {
    width: 50%;
    height: 40px;
  }
  .product-delivery {
    margin-bottom: 15px;
  }
  .sku-sku {
    display: none;
  }
}
/*!
 * Jasny Bootstrap v3.1.0 (http://jasny.github.com/bootstrap)
 * Copyright 2011-2014 Arnold Daniels.
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */
.nav-tabs-bottom {
  border-bottom: 0;
  border-top: 1px solid #dddddd;
}
.nav-tabs-bottom > li {
  margin-bottom: 0;
  margin-top: -1px;
}
.nav-tabs-bottom > li > a {
  border-radius: 0 0 4px 4px;
}
.nav-tabs-bottom > li > a:hover,
.nav-tabs-bottom > li > a:focus,
.nav-tabs-bottom > li.active > a,
.nav-tabs-bottom > li.active > a:hover,
.nav-tabs-bottom > li.active > a:focus {
  border: 1px solid #dddddd;
  border-top-color: transparent;
}
.nav-tabs-left {
  border-bottom: 0;
  border-right: 1px solid #dddddd;
}
.nav-tabs-left > li {
  margin-bottom: 0;
  margin-right: -1px;
  float: none;
}
.nav-tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  margin-bottom: 2px;
}
.nav-tabs-left > li > a:hover,
.nav-tabs-left > li > a:focus,
.nav-tabs-left > li.active > a,
.nav-tabs-left > li.active > a:hover,
.nav-tabs-left > li.active > a:focus {
  border: 1px solid #dddddd;
  border-right-color: transparent;
}
.row > .nav-tabs-left {
  padding-right: 0;
  padding-left: 15px;
  margin-right: -1px;
  position: relative;
  z-index: 1;
}
.row > .nav-tabs-left + .tab-content {
  border-left: 1px solid #dddddd;
}
.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #dddddd;
}
.nav-tabs-right > li {
  margin-bottom: 0;
  margin-left: -1px;
  float: none;
}
.nav-tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-left: 0;
  margin-bottom: 2px;
}
.nav-tabs-right > li > a:hover,
.nav-tabs-right > li > a:focus,
.nav-tabs-right > li.active > a,
.nav-tabs-right > li.active > a:hover,
.nav-tabs-right > li.active > a:focus {
  border: 1px solid #dddddd;
  border-left-color: transparent;
}
.row > .nav-tabs-right {
  padding-left: 0;
  padding-right: 15px;
}
.navmenu,
.navbar-offcanvas {
  width: 250px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  z-index: 1040;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0;
}
.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  left: 0;
  right: auto;
  border-width: 0 1px 0 0;
}
.navmenu-fixed-right,
.navbar-offcanvas {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
.navmenu-nav {
  margin-bottom: 10px;
}
.navmenu-nav.dropdown-menu {
  position: static;
  margin: 0;
  padding-top: 0;
  float: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.navbar-offcanvas .navbar-nav {
  margin: 0;
}
@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}
.navmenu-brand {
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 15px;
  margin: 10px 0;
}
.navmenu-brand:hover,
.navmenu-brand:focus {
  text-decoration: none;
}
.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navmenu-default .navmenu-brand,
.navbar-default .navbar-offcanvas .navmenu-brand {
  color: #777777;
}
.navmenu-default .navmenu-brand:hover,
.navbar-default .navbar-offcanvas .navmenu-brand:hover,
.navmenu-default .navmenu-brand:focus,
.navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navmenu-default .navmenu-text,
.navbar-default .navbar-offcanvas .navmenu-text {
  color: #777777;
}
.navmenu-default .navmenu-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navmenu-default .navmenu-nav > .open > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-default .navmenu-nav > .open > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-default .navmenu-nav > .open > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navmenu-default .navmenu-nav > .open > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-default .navmenu-nav > .open > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-default .navmenu-nav > .open > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navmenu-default .navmenu-nav > .dropdown > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e7e7e7;
}
.navmenu-default .navmenu-nav.dropdown-menu > .divider,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #f8f8f8;
}
.navmenu-default .navmenu-nav.dropdown-menu > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #d7d7d7;
}
.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #777777;
}
.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navmenu-default .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navmenu-default .navmenu-nav > .disabled > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-default .navmenu-nav > .disabled > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-default .navmenu-nav > .disabled > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #222222;
  border-color: #080808;
}
.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #999999;
}
.navmenu-inverse .navmenu-brand:hover,
.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
.navmenu-inverse .navmenu-brand:focus,
.navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-text,
.navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #999999;
}
.navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navmenu-inverse .navmenu-nav > .open > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-inverse .navmenu-nav > .open > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-inverse .navmenu-nav > .open > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navmenu-inverse .navmenu-nav > .open > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-inverse .navmenu-nav > .open > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-inverse .navmenu-nav > .open > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navmenu-inverse .navmenu-nav > .dropdown > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navmenu-inverse .navmenu-nav.dropdown-menu,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .divider,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #222222;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #000000;
}
.navmenu-inverse .navmenu-nav > li > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  color: #999999;
}
.navmenu-inverse .navmenu-nav > li > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-inverse .navmenu-nav > li > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-nav > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-inverse .navmenu-nav > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-inverse .navmenu-nav > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav > .disabled > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-inverse .navmenu-nav > .disabled > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-inverse .navmenu-nav > .disabled > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.offcanvas {
  display: none;
}
.offcanvas.in {
  display: block;
}
@media (max-width: 767px) {
  .offcanvas-xs {
    display: none;
  }
  .offcanvas-xs.in {
    display: block;
  }
}
@media (max-width: 991px) {
  .offcanvas-sm {
    display: none;
  }
  .offcanvas-sm.in {
    display: block;
  }
}
@media (max-width: 1199px) {
  .offcanvas-md {
    display: none;
  }
  .offcanvas-md.in {
    display: block;
  }
}
.offcanvas-lg {
  display: none;
}
.offcanvas-lg.in {
  display: block;
}
.canvas-sliding {
  -webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
}
.offcanvas-clone {
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0px !important;
  right: 0px !important;
  opacity: 0 !important;
}
.navmenu-block {
  margin: 10px;
}
.navmenu-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navmenu-links li {
  padding: 0 10px;
}
.navmenu-links li.link a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.navmenu-links li.link.last a {
  border-bottom: none;
}
.navmenu-links li.navmenu-title {
  padding: 3px 10px;
  background: #e1e1e1;
}
.navmenu-links li.link-btn {
  text-align: center;
  padding-bottom: 15px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    display: block;
  }
  .product .product-container {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */