body {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  background: #fff;
  color: #333;
  min-width: 976px;
}
.container {
  min-width: 976px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1176px;
  }
}
a {
  color: #4a7c95;
}
a:hover {
  color: #3EA3AF;
}
.form-control {
  border-radius: 0;
}
.breadcrumb {
  background: none;
  padding: 10px 0;
  margin-bottom: 1px;
  font-weight: normal;
  font-size: 12px;
}
.breadcrumb > li + li::before {
  color: #878787;
  content: " > ";
  padding: 0 10px;
}
.breadcrumb a {
  color: #4a7c95;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.content-container {
  margin-left: 30px;
}
.close {
  font-weight: 300;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #3EA3AF;
  background-color: #3EA3AF;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.youtube-video-block .youtube-video {
  cursor: pointer;
  position: relative;
}
.youtube-video-block .youtube-video:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  content: "\f144";
  color: #3EA3AF;
  font-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  line-height: 60px;
}
.youtube-video-block .youtube-video img {
  max-width: 100%;
}
.youtube-video-block .video-stat {
  color: #999;
}
.youtube-video-block .video-stat .date {
  margin-right: 15px;
}
#button-to-top {
  display: inline-block;
  background-color: #3EA3AF;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-to-top::after {
  content: "\f077";
  font-family: 'Font Awesome 5 Pro';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button-to-top:hover {
  cursor: pointer;
  background-color: #333;
}
#button-to-top:active {
  background-color: #555;
}
#button-to-top.show {
  opacity: 1;
  visibility: visible;
}
.loading-block {
  text-align: center;
  margin: 20px;
}
.icon-loading {
  background: url("/wa-apps/shop/themes/aromacode2/img/loading.gif");
  width: 64px;
  height: 64px;
  display: inline-block;
}
.error-hint {
  color: #f00;
}
.icon-rate {
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #FFBE38;
  font-size: 14px;
  text-decoration: none;
}
.icon-rate.star,
.icon-rate.star-hover {
  font-weight: 600;
}
.icon-rate:before {
  content: "\f005";
}
.promo {
  text-align: center;
}
.promo img {
  max-width: 100%;
  transition: opacity 0.3s ease-in-out;
}
.promo img:hover {
  opacity: 0.8;
}
.col-w-20,
.col-sm-w-20,
.col-md-w-20,
.col-lg-w-20,
.col-xl-w-20 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 540px) {
  .col-sm-w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-w-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.col-w-80,
.col-sm-w-80,
.col-md-w-80,
.col-lg-w-80,
.col-xl-w-80 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-w-80 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
@media (min-width: 540px) {
  .col-sm-w-80 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 720px) {
  .col-md-w-80 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 960px) {
  .col-lg-w-80 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1140px) {
  .col-xl-w-80 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
.header-top {
  background: #F2F6FA;
}
.header-top .header-promo {
  text-align: center;
}
.header-top .header-promo img {
  max-width: 100%;
}
.header-top .top-links {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #828282;
  padding: 3px 0;
  font-size: 14px;
  white-space: nowrap;
}
@media (min-width: 1px) and (max-width: 1199px) {
  .header-top .top-links {
    font-size: 11px;
  }
}
.header-top .top-links a {
  color: #828282;
}
.header-top .top-links i {
  color: #3EA3AF;
}
.header-top .top-links .city-name {
  color: #3EA3AF;
}
.header-top .top-links .phone {
  color: #3EA3AF;
}
.header-top .top-links .phone a {
  color: #3EA3AF;
}
.header-group-block {
  width: 36%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
  align-items: center;
  border-bottom: 1px solid #BCDEE2;
  padding: 5px 0;
  position: relative;
}
.header .logo {
  height: 72px;
}
.header .logo img {
  max-width: 100%;
}
.header .phones {
  font-weight: 300;
  font-size: 16px;
}
.header .phones-hint {
  font-weight: 300;
  font-size: 12px;
  text-align: left;
}
.header .phones-hint .callback {
  font-size: 14px;
  color: #4a7c95;
}
.header .phones-hint .callback a {
  color: #4a7c95;
}
.header .favourite-block i {
  color: #3EA3AF;
  font-size: 20px;
  line-height: 20px;
}
.header .favourite-block .fav-count {
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.header .cart {
  background: url("/wa-apps/shop/themes/aromacode2/img/cart.png") no-repeat 0 50%;
  padding-left: 45px;
  height: 50px;
  position: relative;
}
.header .cart .cart-link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.header .cart .title {
  font-size: 18px;
  color: #3EA3AF;
}
.header .cart .info {
  color: #C0C0C0;
  position: relative;
}
.header .cart .cart-count {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #55ACEE;
  text-align: center;
  font-size: 10px;
  color: #fff;
  left: 25px;
  top: 1px;
  border-radius: 8px;
}
.header .small-cart-content {
  position: absolute;
  top: 75px;
  right: 0;
  z-index: 3;
  display: none;
}
.header .small-cart-content .small-cart {
  width: 330px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.header .small-cart-content .small-cart .small-cart-products .small-cart-product {
  margin: 0 15px;
  padding: 15px 0;
  border-bottom: 1px solid #ECEBED;
}
.header .small-cart-content .small-cart .small-cart-products .small-cart-product .image {
  text-align: center;
}
.header .small-cart-content .small-cart .small-cart-products .small-cart-product .image img {
  max-width: 72px;
  max-height: 72px;
}
.header .small-cart-content .small-cart .small-cart-products .small-cart-product .info {
  padding-right: 15px;
  position: relative;
}
.header .small-cart-content .small-cart .small-cart-products .small-cart-product .info .small-cart-delete {
  position: absolute;
  right: 0;
  top: 0;
}
.header .small-cart-content .small-cart .small-cart-products .small-cart-product .info .sku {
  font-size: 12px;
  line-height: 14px;
  color: #999999;
}
.header .small-cart-content .small-cart .small-cart-products .small-cart-product .info .price {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3EA3AF;
}
.header .small-cart-content .small-cart .small-cart-products .small-cart-product .info .name a {
  color: #3EA3AF;
  text-decoration: none;
}
.header .small-cart-content .small-cart .small-cart-products .small-cart-product .info .name a:hover {
  text-decoration: underline;
}
.header .small-cart-content .small-cart .summary {
  margin: 15px;
}
.header .small-cart-content .small-cart .cart-total {
  text-align: right;
  font-weight: 500;
  font-size: 18px;
  color: #3EA3AF;
}
.header .small-cart-content .small-cart .button .btn {
  padding: 15px 0;
}
.header .search {
  width: 35%;
  position: relative;
  z-index: 121;
}
.header .search .form-control {
  border-color: #3EA3AF;
  background: #EEF7F6;
}
.header-menu {
  display: flex;
  width: 100%;
  padding: 5px 0;
  white-space: nowrap;
}
.header-menu .item {
  font-size: 14px;
  text-transform: uppercase;
  height: 32px;
  color: #333;
  font-weight: 500;
  margin-right: 44px;
}
.header-menu .item.category-item a {
  color: #333;
}
@media (min-width: 1px) and (max-width: 1199px) {
  .header-menu .item {
    font-size: 12px;
    margin-right: 15px;
  }
}
.header-menu .item .btn {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  height: 32px;
}
@media (min-width: 1px) and (max-width: 1199px) {
  .header-menu .item .btn {
    font-size: 12px;
  }
}
.header-menu .btn {
  line-height: 18px;
  font-weight: 500;
}
.header-menu .btn-red {
  color: #C93C3C;
}
.header-menu .category-item {
  padding-top: 7px;
}
.header-menu .btn-light-blue {
  color: #166D77;
}
.sub-menu {
  position: relative;
}
.sub-menu .menu-block {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0px 10px 66px rgba(0, 0, 0, 0.16);
  z-index: 100;
}
.sub-menu .menu-block.active {
  display: block;
}
.sub-menu .menu-block.menu-block-fixed {
  padding-right: 10px;
}
.sub-menu .menu-block.menu-block-fixed .menu-columns {
  height: 270px;
}
.sub-menu .menu-block.menu-block-fixed .menu-promo {
  height: 310px;
  padding: 20px 10px;
}
.sub-menu .menu-block .menu-promo {
  padding: 20px 0;
  overflow: hidden;
  height: 510px;
}
.sub-menu .menu-block .menu-promo img {
  will-change: transform;
  transition: transform 150ms ease-in-out;
  max-width: 100%;
}
.sub-menu .menu-block .menu-promo img:hover {
  transform: scale(1.05);
}
.sub-menu .menu-block .menu-brand {
  overflow: hidden;
}
.sub-menu .menu-block .menu-brand img {
  will-change: transform;
  transition: transform 150ms ease-in-out;
}
.sub-menu .menu-block .menu-brand img:hover {
  transform: scale(1.05);
}
.sub-menu .menu-block .menu-columns {
  height: 530px;
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  padding: 20px 20px 0 20px;
  font-size: 14px;
  overflow: hidden;
  position: relative;
}
.sub-menu .menu-block .menu-items-block {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: table;
  /* Actually FF 20+ */
  float: left;
  margin-bottom: 0px;
  padding: 10px 20px 10px 0;
}
.sub-menu .menu-block .menu-items-block.aroma-box {
  position: absolute;
  bottom: 0;
}
.sub-menu .menu-block .menu-items-block a {
  color: #333;
}
.sub-menu .menu-block .menu-items-block .title {
  text-transform: uppercase;
  color: #3EA3AF;
  font-weight: bold;
}
.sub-menu .menu-block .menu-items-block .title a {
  color: #3EA3AF;
}
.sub-menu .menu-block .menu-items-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-menu .menu-block .menu-items-block ul li {
  margin: 3px 0;
  padding: 0;
}
.sub-menu .menu-block .menu-items-block ul li.grey a {
  color: #A6A6A6;
}
.sub-menu .menu-block .menu-brands {
  overflow: hidden;
  text-align: center;
  height: 500px;
}
.sub-menu .menu-block .menu-brands .menu-brand img {
  max-width: 100%;
  max-height: 100px;
}
.header-brands {
  height: 40px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  background: #D5ECEB;
  border-top: 1px #99BFC4 solid;
}
.header-brands .btn {
  padding-top: 12px;
  font-size: 12px;
}
.header-brands .brand-letters {
  display: flex;
  justify-content: space-around;
  padding: 0;
  padding-top: 10px;
  font-weight: 500;
  font-size: 13px;
}
.header-brands .brand-letters a {
  color: #4a7c95;
}
.header-brand-names-container {
  position: relative;
}
.header-brand-names-container .header-brand-names {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  columns: auto 5;
  padding: 18px 34px;
  border: 1px solid #40C1D0;
  box-shadow: 0px 10px 64px rgba(0, 0, 0, 0.07);
  display: none;
}
.header-brand-names-container .header-brand-names .letter-block {
  display: none;
  font-size: 13px;
  line-height: 25px;
}
.header-brand-names-container .header-brand-names .letter-block a {
  color: #006678;
}
.header-brand-names-container .header-brand-names .accent {
  font-weight: 700;
}
.btn {
  padding: 9px 18px;
  border: none;
  border-radius: 0;
  transition: opacity 0.3s ease-in-out;
}
.btn-red {
  background: #FFD8D8;
  color: #C93C3C;
}
.btn-red:focus,
.btn-red.focus,
.btn-red:active,
.btn-red:hover,
.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active,
.btn-red:not(:disabled):not(.disabled):active:focus,
.btn-red:not(:disabled):not(.disabled).active:focus {
  background: #FFD8D8;
  color: #C93C3C;
  box-shadow: none;
  opacity: 0.8;
}
.btn-light-blue {
  background: #BFE1E6;
  color: #166D77;
}
.btn-light-blue:focus,
.btn-light-blue.focus,
.btn-light-blue:active,
.btn-light-blue:hover,
.btn-light-blue:not(:disabled):not(.disabled):active,
.btn-light-blue:not(:disabled):not(.disabled).active,
.btn-light-blue:not(:disabled):not(.disabled):active:focus,
.btn-light-blue:not(:disabled):not(.disabled).active:focus {
  background: #BFE1E6;
  color: #166D77;
  box-shadow: none;
  opacity: 0.8;
}
.btn-wa {
  background: #fff;
  color: #26BD37;
  border: 1px solid #26BD37;
}
.btn-wa:focus,
.btn-wa.focus,
.btn-wa:active,
.btn-wa:hover,
.btn-wa:not(:disabled):not(.disabled):active,
.btn-wa:not(:disabled):not(.disabled).active,
.btn-wa:not(:disabled):not(.disabled):active:focus,
.btn-wa:not(:disabled):not(.disabled).active:focus {
  background: #fff;
  color: #26BD37;
  box-shadow: none;
  opacity: 0.8;
}
.btn-extra-light-blue {
  background: #E6F7F9;
  color: #297680;
}
.btn-extra-light-blue:focus,
.btn-extra-light-blue.focus,
.btn-extra-light-blue:active,
.btn-extra-light-blue:hover,
.btn-extra-light-blue:not(:disabled):not(.disabled):active,
.btn-extra-light-blue:not(:disabled):not(.disabled).active,
.btn-extra-light-blue:not(:disabled):not(.disabled):active:focus,
.btn-extra-light-blue:not(:disabled):not(.disabled).active:focus {
  background: #E6F7F9;
  color: #297680;
  box-shadow: none;
  opacity: 0.8;
}
.btn-primary {
  background: #3EA3AF;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  color: #fff;
  background-color: #3EA3AF;
  border-color: #3EA3AF;
  box-shadow: none;
  opacity: 0.8;
}
.btn-outline-primary {
  background: #fff;
  color: #3EA3AF;
  border: 1px solid #3EA3AF;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  color: #3EA3AF;
  background-color: #fff;
  border-color: #3EA3AF;
  box-shadow: none;
  opacity: 0.8;
}
.btn-secondary {
  background: #9EC8CB;
  color: #fff;
}
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  background: #9EC8CB;
  color: #fff;
  box-shadow: none;
  opacity: 0.8;
}
.btn-third {
  background: #A8A7A7;
  color: #fff;
}
.btn-third:focus,
.btn-third.focus,
.btn-third:active,
.btn-third:hover,
.btn-third:not(:disabled):not(.disabled):active,
.btn-third:not(:disabled):not(.disabled).active,
.btn-third:not(:disabled):not(.disabled):active:focus,
.btn-third:not(:disabled):not(.disabled).active:focus {
  background: #A8A7A7;
  color: #fff;
  box-shadow: none;
  opacity: 0.8;
}
.btn-100 {
  width: 100%;
}
.btn-xs {
  font-size: 12px;
  padding: 2px 10px;
}
.btn-default {
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%);
  border: 1px solid #DFDFDF;
  color: #333;
}
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default:hover,
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus {
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%);
  border: 1px solid #DFDFDF;
  color: #333;
  box-shadow: none;
  opacity: 0.8;
}
.btn-ajax {
  border-bottom: 1px dashed;
}
.btn-wide {
  padding-left: 70px;
  padding-right: 70px;
}
.advantage {
  position: relative;
  padding: 0 0 0 100px;
  display: flex;
  align-items: center;
  height: 71px;
}
.advantage .icon {
  background: url("/wa-apps/shop/themes/aromacode2/img/advantages/cash.png") no-repeat 50% 50%;
  width: 90px;
  height: 71px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.advantage .icon.warranty {
  background: url("/wa-apps/shop/themes/aromacode2/img/advantages/warranty.png") no-repeat 50% 50%;
}
.advantage .icon.sale {
  background: url("/wa-apps/shop/themes/aromacode2/img/advantages/sale.png") no-repeat 50% 50%;
}
.advantage .icon.truck {
  background: url("/wa-apps/shop/themes/aromacode2/img/advantages/truck.png") no-repeat 50% 50%;
}
.advantage .title {
  font-weight: 300;
  font-size: 13px;
  width: 100%;
}
.advantage .link {
  width: 100%;
}
.advantage .link a {
  color: #3EA3AF;
}
.home .set-promo {
  text-align: center;
}
.home .set-promo .image {
  overflow: hidden;
}
.home .set-promo .image img {
  max-width: 100%;
  will-change: transform;
  transition: transform 150ms ease-in-out;
}
.home .set-promo .image img:hover {
  transform: scale(1.05);
}
.home .set-promo .title {
  margin-top: 15px;
  font-size: 18px;
}
.home .set-promo .hint {
  font-size: 12px;
  color: #999;
}
.home .nav-pills .nav-item {
  margin-left: 15px;
  margin-right: 15px;
}
.home .nav-pills .nav-link {
  border-radius: 0;
  font-size: 15px;
}
.home .nav-pills .nav-link.active {
  background-color: #BFE1E5;
  color: #166D77;
}
.home .home-sets .nav-pills .nav-link {
  text-transform: uppercase;
}
.home .home-sets .tab-content {
  border-top: 1px solid #BCDEE2;
  margin-top: 15px;
  padding-top: 15px;
}
.home .home-sets .tab-content .set-link {
  text-align: center;
  color: #4a7c95;
}
.home .home-sets .tab-content .set-link a {
  color: #4a7c95;
  font-size: 14px;
}
.home .home-sets .tab-content .set-link .set-name {
  text-transform: lowercase;
}
.home .home-sets .tab-content .products-block {
  margin-top: 15px;
}
.home .home-title {
  font-size: 24px;
}
.home .home-title .title-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-left: 20px;
  color: #4a7c95;
}
.home .home-title .title-link a {
  color: #4a7c95;
}
.home .home-title .title-link i {
  border-radius: 50%;
  border: 1px solid #ECEBED;
  padding: 3px;
  margin-left: 10px;
}
.home .home-social .lightwidget-widget-block {
  margin-left: -15px;
  margin-top: -15px;
  margin-right: -15px;
}
.home h1 {
  font-weight: normal;
  font-size: 24px;
  color: #333333;
}
.home h2 {
  font-weight: normal;
  font-size: 20px;
}
.home .home-post {
  border: 1px solid #ECEBED;
  height: 100%;
}
.home .home-post .image {
  height: 215px;
  background: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 15px;
}
.home .home-post .image a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.home .home-post .image .date {
  font-size: 12px;
  color: #999;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
}
.home .home-post .post-title {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
}
.home .home-post .post-title a {
  color: #333;
}
.home .home-post .post-text {
  font-weight: 300;
  font-size: 15px;
}
.home .home-post .post-limit {
  padding: 0 15px;
  max-height: 150px;
  margin-bottom: 15px;
  overflow: hidden;
}
.home .home-post .post-more {
  padding: 0 15px 15px 15px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.home .home-post .post-more a {
  color: #333;
}
.home .home-post .post-more a i {
  border-radius: 50%;
  border: 1px solid #ECEBED;
  padding: 3px;
  margin-left: 10px;
}
.subscribe {
  font-weight: 300;
  background: #E2EFEE;
  align-items: center;
  padding: 30px 0 35px 0;
}
.subscribe .text {
  background: url("/wa-apps/shop/themes/aromacode2/img/subscribe.png") no-repeat 0 50%;
  font-size: 14px;
  padding-left: 120px;
  margin-left: 30px;
}
.subscribe .text .title {
  font-size: 24px;
  margin-bottom: 10px;
}
.subscribe .hint {
  font-size: 14px;
  color: #999;
}
.subscribe .hint a {
  color: #4a7c95;
}
.product-small {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  border: 1px solid #fff;
  padding-bottom: 10px;
}
.product-small:hover {
  border: 1px solid #e1e1e1;
  background: #fff;
}
.product-small:hover .product-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);
}
.product-small.ppl-6 .small-rating {
  font-size: 11px;
}
.product-small.ppl-6 .small-rating i {
  font-size: 11px;
}
.product-small.ppl-6 .product-actions {
  display: none;
}
.product-small .product-thumb-container {
  height: 250px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
}
.product-small .product-thumb-container .product-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  overflow: hidden;
}
.product-small .product-thumb-container .product-image {
  max-width: 100%;
  max-height: 250px;
  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-thumb-container .badges {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.product-small .product-thumb-container .gender-badge {
  position: absolute;
  left: 3px;
  bottom: 0;
  color: #a3c090;
  text-transform: uppercase;
  height: 22px;
  padding: 0px 10px;
  line-height: 18px;
  background: #fff url(https://aromacode.ru/wa-apps/shop/themes/aromacode/img/badge-u.png) no-repeat 0px 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 .product-thumb-container .gender-badge span {
  padding-left: 12px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.product-small .product-thumb-container .gender-badge:hover {
  max-width: 100px;
}
.product-small .product-thumb-container .gender-badge.woman {
  border-color: #de8486;
  background-image: url(https://aromacode.ru/wa-apps/shop/themes/aromacode/img/badge-w.png);
}
.product-small .product-thumb-container .gender-badge.woman span {
  color: #de8486;
}
.product-small .product-thumb-container .gender-badge.man {
  border-color: #00adf1;
  background-image: url(https://aromacode.ru/wa-apps/shop/themes/aromacode/img/badge-m.png);
}
.product-small .product-thumb-container .gender-badge.man span {
  color: #00adf1;
}
.product-small .small-rating {
  height: 20px;
}
.product-small .small-rating i {
  color: #FFBE38;
  font-size: 12px;
}
.product-small .small-rating a {
  color: #4a7c95;
  border-bottom: 1px dashed;
}
.product-small .product-title-wrap {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-small .product-title {
  text-align: center;
  max-height: 65px;
  overflow: hidden;
  width: 100%;
}
.product-small .product-title .product-brand {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 12px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mN4/R8AAtgB64rZ6NUAAAAASUVORK5CYII=) 0 50% repeat-x;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
.product-small .product-title .product-brand span {
  background: #fff;
  padding: 0 10px;
}
.product-small .product-title .product-name {
  line-height: 16px;
}
.product-small .product-prices {
  font-size: 15px;
  text-align: center;
}
.product-small .not-in-stock {
  text-align: center;
}
.product-small .product-actions {
  position: relative;
}
@media (min-width: 1px) and (max-width: 1199px) {
  .product-small .product-actions {
    text-align: left;
  }
}
.product-small .product-actions .btn {
  font-size: 13px;
  padding: 6px 19px;
}
.product-small .product-actions .product-fav {
  position: absolute;
  right: 7%;
  top: 5px;
}
.product-small .product-actions .product-fav a {
  color: #4a7c95;
  font-size: 16px;
}
.product-badge {
  background: #FFBE17;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 4px 8px;
  line-height: 14px;
}
.product-badge.discount {
  position: absolute;
  top: 0;
  right: 0;
  background: #ea1b1b;
  z-index: 2;
}
.product-badge.hit,
.product-badge.bestseller {
  background: #FFBE17;
}
.product-badge.new {
  background: #3ece4e;
}
.icon-instagram {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/shop/themes/aromacode2/img/social/instagram.png") no-repeat 50% 50%;
}
.icon-vk {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/shop/themes/aromacode2/img/social/vk.png") no-repeat 50% 50%;
}
.icon-wa {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/shop/themes/aromacode2/img/wa.png") no-repeat 50% 50%;
  background-size: contain;
}
.icon-youtube {
  width: 24px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/shop/themes/aromacode2/img/social/youtube.png") no-repeat 50% 50%;
}
.icon-vk2 {
  width: 31px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/shop/themes/aromacode2/img/social/medium/vk.png") no-repeat 50% 50%;
}
.icon-ok {
  width: 34px;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/shop/themes/aromacode2/img/social/medium/ok.png") no-repeat 50% 50%;
}
.icon-fb {
  width: 33px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/shop/themes/aromacode2/img/social/medium/fb.png") no-repeat 50% 50%;
}
.icon-tw {
  width: 31px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/shop/themes/aromacode2/img/social/medium/tw.png") no-repeat 50% 50%;
}
.icon-whatsapp {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/shop/themes/aromacode2/img/whatsapp2.png") no-repeat 50% 50%;
  background-size: cover;
  margin-top: 1px;
}
.icon-category-woman {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/shop/themes/aromacode2/img/categories/woman2.png") no-repeat 50% 50%;
  background-size: cover;
}
.icon-category-man {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/shop/themes/aromacode2/img/categories/man2.png") no-repeat 50% 50%;
  background-size: cover;
}
.icon-category-perfume {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/shop/themes/aromacode2/img/categories/perfume2.png") no-repeat 50% 50%;
  background-size: cover;
}
.icon-category-cosmetics {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/shop/themes/aromacode2/img/categories/cosmetics2.png") no-repeat 50% 50%;
  background-size: cover;
}
.icon-category-cosmetics2 {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/shop/themes/aromacode2/img/categories/cosmetics3.png") no-repeat 50% 50%;
  background-size: cover;
}
.icon-catalog {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/shop/themes/aromacode2/img/catalog2.png") no-repeat 50% 50%;
  background-size: cover;
}
.category .filters-clear a {
  font-size: 14px;
  color: #999999;
}
.category h1,
.category .h1 {
  font-weight: normal;
  font-size: 24px;
  text-align: center;
}
.category h2,
.category .h2 {
  font-weight: normal;
  font-size: 21px;
  color: #000000;
}
.category h3,
.category .h3 {
  font-weight: normal;
  font-size: 18px;
  color: #000000;
}
.category .category-sort {
  margin: 10px 0 7px 0;
  color: #828282;
}
.category .category-sort span {
  margin-right: 10px;
}
.category .category-sort a {
  color: #828282;
}
.category .category-sort .active a {
  color: #4a7c95;
  font-weight: 500;
}
.category .line {
  border-bottom: 1px solid #BCDEE2;
}
.category .letters {
  margin-top: 12px;
  background: #F2F3F5;
  justify-content: space-around;
  padding: 13px;
  display: none;
}
.category .letter-categories {
  display: none;
  padding: 15px 10px;
  border: 1px solid #F2F3F5;
}
.category .letter-categories a {
  display: inline-block;
  white-space: nowrap;
  color: #001A34;
  background: #F2F3F5;
  padding: 8px 18px;
  margin-right: 13px;
  margin-bottom: 15px;
}
.category .letter-categories .letters-collapse-block {
  text-align: right;
}
.category .letter-categories .letters-collapse-block a {
  background: none;
  padding: 0;
  margin: 0;
  color: #3EA3AF;
}
.category .letter-categories.letter-categories-initial {
  display: block;
  overflow: hidden;
  height: 36px;
  padding: 0;
  border: none;
  margin-top: 12px;
}
.category .letter-categories.letter-categories-initial #letters-all {
  float: right;
  background: none;
  padding: 8px 0;
  color: #3EA3AF;
}
.category .letter-categories.active {
  display: block;
}
.category .category-products {
  margin-top: 15px;
}
.category .category-reviews .category-review {
  margin-bottom: 30px;
}
.category .category-reviews .category-review .product-image {
  max-width: 100%;
  max-height: 200px;
}
.category .category-reviews .category-review .product-name a {
  color: #4a7c95;
  font-size: 15px;
  text-decoration: underline;
}
.category .category-reviews .category-review .product-price {
  font-size: 16px;
}
.category .category-reviews .category-review .product-price .accent {
  color: #3EA3AF;
}
.category .category-reviews .category-review .actions {
  text-align: right;
}
.category .category-reviews .category-review .btn {
  font-size: 13px;
  padding: 6px 19px;
}
.filters .filter {
  margin-bottom: 10px;
}
.filters .filter .title {
  margin-bottom: 10px;
  background: #E6F7F9;
  font-weight: 500;
  color: #297680;
  text-transform: uppercase;
  padding: 6px 13px;
}
.filters .filter .values-selected-block {
  margin-bottom: 10px;
}
.filters .filter .values-selected-block .filter-button {
  white-space: nowrap;
  font-size: 11px;
  margin-right: 5px;
}
.filters .filter .values-selected-block .filter-button i {
  color: #C4C4C4;
  cursor: pointer;
}
.filters .filter .values-clear {
  height: 25px;
  padding-top: 5px;
}
.filters .filter .values {
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.filters .filter .values .custom-control-label {
  padding-top: 3px;
}
.filters .filter .input-group.white i {
  color: #3EA3AF;
  font-size: 10px;
}
.filters .filter .filter-values-search {
  height: 28px;
  font-size: 13px;
}
.filters .filter_price .values {
  text-align: center;
}
.filters .filter_price .price-slider {
  padding: 5px 15px;
}
.filters .filter_price .price-slider .irs--flat .irs-bar {
  background: #3EA3AF;
}
.filters .filter_price .price-slider .irs--flat .irs-from::before,
.filters .filter_price .price-slider .irs--flat .irs-to::before,
.filters .filter_price .price-slider .irs--flat .irs-single::before {
  border-top-color: #3EA3AF;
}
.filters .filter_price .price-slider .irs--flat .irs-from,
.filters .filter_price .price-slider .irs--flat .irs-to,
.filters .filter_price .price-slider .irs--flat .irs-single {
  background-color: #3EA3AF;
}
.filters .filter_price .price-slider .irs--flat .irs-handle > i:first-child {
  background: #3EA3AF;
}
.filters .filter_price .input-price {
  width: 58px;
}
.filter-hint {
  display: none;
  position: absolute;
  white-space: nowrap;
  padding: 5px 10px;
  z-index: 100;
  background: #3EA3AF;
  color: #fff;
}
.filter-hint:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #3EA3AF;
  left: -8px;
  top: 7px;
}
.paginator {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
  margin: 15px 0;
  font-weight: normal;
  justify-content: flex-end;
}
.paginator ul {
  border-radius: 0;
}
.paginator li.selected a,
.paginator li.selected span {
  z-index: 1;
  color: #fff;
  background-color: #3EA3AF;
  border-color: #3EA3AF;
}
.paginator li a,
.paginator li span {
  position: relative;
  display: block;
  padding: 15px 20px;
  margin-left: -1px;
  line-height: 1.25;
  color: #4a7c95;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.paginator li:first-child a,
.paginator li:first-child span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.paginator li:last-child a,
.paginator li:last-child span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.product .product-collection {
  float: right;
  color: #999;
}
.product .product-collection a {
  color: #4a7c95;
}
.product h1 {
  font-weight: normal;
  font-size: 24px;
}
.product .product-summary {
  font-size: 14px;
  color: #999999;
  margin: 5px 0;
}
.product .line {
  border-top: 1px solid #BCDEE2;
  margin: 5px 0;
}
.product .rating {
  margin-bottom: 10px;
}
.product .rating i {
  color: #FFBE38;
  font-size: 14px;
}
.product .rating a {
  color: #4a7c95;
}
.product .product-info-links {
  text-align: right;
  font-size: 12px;
  color: #3EA3AF;
}
.product .product-info-links a {
  color: #4a7c95;
}
.product .product-image-block {
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.product .product-image-block img {
  max-width: 100%;
  text-align: center;
}
.product .product-image-block .badges {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.product .product-thumbs-block {
  position: relative;
}
.product .product-thumbs-block .btn-slider-right,
.product .product-thumbs-block .btn-slider-left {
  position: absolute;
  top: 50%;
  font-size: 18px;
  line-height: 18px;
  margin-top: -9px;
  left: -12px;
  color: #3EA3AF;
}
.product .product-thumbs-block .btn-slider-right {
  left: auto;
  right: -12px;
}
.product .product-thumbs .gallery-image {
  max-width: 70px;
  display: inline-block;
  overflow: hidden;
  height: 83px;
  position: relative;
}
.product .product-thumbs .product-thumb {
  border: 1px solid #ccc;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 2px;
  position: relative;
  width: 100%;
  height: 100%;
}
.product .product-thumbs .product-thumb:hover {
  border-color: #3EA3AF;
}
.product .product-thumbs .product-thumb.active {
  border-color: #3EA3AF;
}
.product .product-thumbs .product-thumb img {
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.product .skus-block {
  margin: 30px 0;
}
.product .advantages .advantage {
  padding: 0 20px 0 0;
  display: block;
  height: auto;
}
.product .advantages .advantage .icon {
  position: static;
}
.product .advantages .advantage a {
  border-bottom: 1px dashed;
}
.product .nav-tabs .nav-link {
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  background: #FAFAFA;
  border-radius: 0;
  border: 1px solid #EEEEEE;
  padding: 12px 0;
}
.product .nav-tabs .nav-link.active {
  background: #E6F7F9;
  border: 1px solid #E6F7F9;
  border-bottom: 2px solid #3EA3AF;
}
.product .tab-pane {
  padding-top: 15px;
}
.product h2,
.product .h2 {
  font-weight: normal;
  font-size: 24px;
}
.product .share {
  margin: 20px 0;
}
.product .share .title {
  margin-bottom: 10px;
}
.product .share .btn-social {
  margin-right: 10px;
}
.product .product-delivery {
  border: 5px solid #D1F1F4;
  margin: 25px 0 0 0;
}
.product .product-delivery .title {
  text-align: center;
  font-size: 18px;
  position: relative;
  z-index: 2;
  top: -17px;
}
@media (min-width: 1px) and (max-width: 1199px) {
  .product .product-delivery .title {
    font-size: 14px;
  }
}
.product .product-delivery .title span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
}
.product .product-delivery .delivery-calc {
  margin-top: -12px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
.product .product-delivery i {
  color: #999999;
}
.product .product-delivery .delivery-calc-methods {
  margin-top: 5px;
}
.product .product-delivery .delivery-calc-methods .delivery-row {
  margin: 5px 0;
}
.product .review-hidden {
  display: none;
}
.product .product-more {
  margin: 30px 0;
}
.product .tags {
  margin: 30px 0;
}
.product .features .name {
  white-space: nowrap;
}
.skus-block.skus-1 {
  margin: 50px 0;
}
.skus-block .price-switches {
  text-align: center;
}
.skus-block .price-switches .price-changer {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.skus-block .price-switches .price-changer.active {
  background: #BFE1E5;
  color: #166D77;
}
.skus-block .skus .sku {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ECEBED;
  padding: 4px 0;
}
.skus-block .skus .sku .with-tooltip {
  border-bottom: 1px dashed;
}
.skus-block .skus .sku.not-available .sku-name,
.skus-block .skus .sku.not-available .prices-bonuses {
  color: #999;
}
.skus-block .skus .sku .sku-title {
  flex-grow: 1;
  width: 87%;
}
.skus-block .skus .sku .sku-title .sku-code {
  color: #999;
}
.skus-block .skus .sku .sku-title .sku-image {
  width: 30px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.skus-block .skus .sku .sku-title .sku-image img {
  max-width: 30px;
  max-height: 30px;
}
.skus-block .skus .sku .prices-bonuses {
  padding-right: 10px;
  text-align: right;
  flex-basis: 100px;
}
.skus-block .skus .sku .prices {
  line-height: 18px;
  white-space: nowrap;
}
.skus-block .skus .sku .prices .price,
.skus-block .skus .sku .prices .currency {
  font-weight: 500;
  font-size: 18px;
}
.skus-block .skus .sku .prices .compare-price {
  text-decoration-line: line-through;
  color: #CCCCCC;
}
.skus-block .skus .sku .prices .discount {
  color: #FF6767;
}
.skus-block .skus .sku .prices .prices-price {
  display: none;
}
.skus-block .skus .sku .prices .prices-price.active {
  display: inline;
}
.skus-block .skus .sku .bonuses {
  color: #4BA996;
  font-size: 12px;
  display: block;
}
.skus-block .skus .sku .btn {
  padding: 5px 0;
  font-size: 14px;
  width: 116px;
  height: 30px;
}
.skus-block .skus .sku .btn.btn-instocknotify {
  font-size: 10px;
  line-height: 10px;
}
.votes {
  padding-top: 15px;
  margin: 0 0 20px 0;
}
.votes .vote-block {
  margin: 10px 0;
  padding-right: 20px;
}
.votes .vote-block .title {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 1px) and (max-width: 1199px) {
  .votes .vote-block .title {
    font-size: 13px;
  }
}
.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;
  position: relative;
}
.votes .vote-block .block-votes .count {
  position: absolute;
  left: 8px;
  top: -8px;
}
.votes .vote-block .block-votes .percent {
  display: none;
}
.votes .vote-block .block-votes .item-length {
  margin: 0 30px 0 40px;
  height: 6px;
  background: #ddd;
  overflow: hidden;
  margin-top: 6px;
}
.votes .vote-block .block-votes .item-length .item-width {
  background: #3EA3AF;
  height: 6px;
}
.votes .vote-block .block-votes .item-btn {
  width: 22px;
  float: right;
  margin-top: -10px;
}
.votes .vote-block .block-votes .item-btn .btn {
  color: #3EA3AF;
  padding: 0px 6px;
  vertical-align: top;
  background: #EEEEEE;
  height: 22px;
  line-height: 22px;
}
.votes .vote-block .item {
  margin-bottom: 10px;
  line-height: 20px;
  height: 20px;
}
.votes .vote-block .block-end {
  clear: both;
}
.votes #vote-block-4 {
  position: relative;
  text-align: center;
  height: 120px;
}
.votes #vote-block-4 #vote_item_8 .btn {
  background: #6FD193;
}
.votes #vote-block-4 #vote_item_8 .btn:before {
  content: "\f118";
}
.votes #vote-block-4 #vote_item_9 .btn {
  background: #DE6B52;
}
.votes #vote-block-4 #vote_item_9 .btn:before {
  content: "\f11a";
}
.votes #vote-block-4 #vote_item_17 .btn {
  background: #FF5A79;
  position: relative;
}
.votes #vote-block-4 #vote_item_17 .btn:before {
  content: " ";
  font-family: Arial;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("/wa-apps/shop/themes/aromacode2/img/smile-love.png") no-repeat 50% 50%;
}
.votes #vote-block-4 .block-items {
  font-size: 0;
  position: absolute;
  top: 100px;
  width: 100%;
  padding-right: 20px;
}
.votes #vote-block-4 .block-items .item {
  display: inline-block;
  width: 33.33%;
  font-weight: normal;
  font-size: 13px;
  padding: 0;
}
.votes #vote-block-4 .block-items .item:after {
  display: none;
}
.votes #vote-block-4 .block-items .item span {
  background: none;
  color: #333;
  border-bottom: 1px dashed #3EA3AF;
  padding: 0;
}
.votes #vote-block-4 .block-votes {
  font-size: 0;
  width: 100%;
  margin-top: 20px;
  float: none;
  height: 54px;
}
.votes #vote-block-4 .block-votes .item {
  position: relative;
  display: inline-block;
  width: 33.33%;
}
.votes #vote-block-4 .block-votes .item .item-btn {
  float: none;
  width: 100%;
  margin: 0;
}
.votes #vote-block-4 .block-votes .item .item-btn .btn {
  background: #fff;
  border-radius: 50%;
  border: none;
  width: 54px;
  height: 54px;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.votes #vote-block-4 .block-votes .item .item-btn .btn:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 37px;
  color: #fff;
  position: relative;
  top: 7px;
}
.votes #vote-block-4 .block-votes .item .item-length {
  display: none;
}
.votes #vote-block-4 .block-votes .count {
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  padding-top: 4px;
  margin: 0;
  right: 0;
  left: auto;
  top: -15px;
  font-weight: normal;
  font-size: 11px;
  color: #fff;
  background: #3EA3AF;
  border-radius: 50%;
}
.votes #vote-block-7 {
  margin-top: 25px;
}
.perfumes-description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
}
.suggestions-nowrap {
  white-space: nowrap;
}
/**
 * Основной INPUT
 */
.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.suggestions-input::-ms-clear {
  display: none;
}
.suggestions-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%;
}
/**
 * Выпадающий блок с найденными подсказками
 */
.suggestions-suggestions {
  background: #fff;
  border: 1px solid #999;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  left: 0;
  min-width: 100%;
  position: absolute;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
}
.suggestions-suggestions strong {
  font-weight: normal;
  color: #3399ff;
}
.suggestions-suggestions.suggestions-mobile {
  border-style: none;
}
.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd;
}
/**
 * Контейнер для одной подсказки
 */
.suggestions-suggestion {
  padding: 4px 4px;
  overflow: hidden;
}
.suggestions-suggestion:hover {
  background: #f7f7f7;
}
/**
 * Выбранная (активная) подсказка
 */
.suggestions-selected {
  background: #f0f0f0;
}
.suggestions-selected:hover {
  background: #f0f0f0;
}
/**
 * Информационный блок в верхней части выпадашки с подсказками
 */
.suggestions-hint {
  padding: 4px 4px;
  white-space: nowrap;
  overflow: hidden;
  color: #777;
  font-size: 85%;
  line-height: 20px;
}
/**
 * Дополнительный текст в подсказке, который идет второй строкой
 */
.suggestions-subtext {
  color: #777;
}
/**
 * Размещает дополнительный текст в одну строку с основным текстом подсказки
 */
.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}
/**
 * Разделитель нескольких дополнительных текстов
 */
.suggestions-subtext-delimiter {
  display: inline-block;
  width: 2px;
}
/**
 * Выделяет подсказку
 */
.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 3px;
  background: #f5f5f5;
  font-size: 85%;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"] {
  position: relative;
}
.suggestions-value[data-suggestion-status="LIQUIDATED"]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: "";
}
.suggestions-promo {
  display: none!important;
}
.input-group .suggestions-wrapper {
  position: absolute;
  top: 40px;
  z-index: 2;
}
.autocomplete-suggestions {
  font-weight: normal!important;
  color: #3EA3AF !important;
}
.autocomplete-price {
  font-weight: 500;
  color: #3EA3AF;
}
.cart-page h1 {
  font-weight: 500;
  font-size: 24px;
  border-bottom: 1px solid #BCDEE2;
  margin: 10px 0 20px 0;
  padding-bottom: 10px;
}
.cart-main-block {
  border: 1px solid #EBEBEB;
  margin-bottom: 40px;
}
.cart-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  padding: 0;
}
.cart-sub-block {
  position: relative;
}
.cart-products .cart-product {
  border-bottom: 1px solid #EBEBEB;
  padding: 5px 15px;
  position: relative;
}
@media (min-width: 1px) and (max-width: 1199px) {
  .cart-products .cart-product {
    padding: 10px 0px;
  }
}
.cart-products .cart-product .product-info {
  padding-left: 75px;
  position: relative;
}
.cart-products .cart-product .product-info .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 70px;
}
.cart-products .cart-product .hint {
  text-align: center;
  color: #999;
  margin-bottom: 10px;
}
.cart-products .cart-product .thumb {
  text-align: center;
}
.cart-products .cart-product .thumb img {
  max-width: 100%;
  max-height: 70px;
}
.cart-products .cart-product .product-title {
  min-height: 70px;
}
.cart-products .cart-product .product-title .name {
  font-size: 15px;
  color: #3EA3AF;
}
.cart-products .cart-product .product-title .sku-name {
  font-size: 12px;
  color: #3EA3AF;
}
.cart-products .cart-product .product-title .sku-code {
  color: #999;
  font-size: 12px;
}
.cart-products .cart-product .item-price {
  text-align: center;
  font-size: 16px;
}
.cart-products .cart-product .full-price {
  font-weight: 500;
  font-size: 18px;
}
.cart-products .cart-product .product-quantity {
  text-align: right;
  border: 1px solid #D5D5D5;
}
.cart-products .cart-product .product-quantity input {
  text-align: center;
  border-top: none;
  border-bottom: none;
  height: 34px;
  padding-left: 5px;
  padding-right: 5px;
}
.cart-products .cart-product .product-quantity .btn {
  background: none;
  color: #999;
  padding: 8px 10px;
  height: 34px;
  font-size: 12px;
}
.cart-products .cart-product .product-delete {
  text-align: right;
}
.cart-products .cart-product .product-delete a {
  color: #999;
}
.cart-products .cart-product .delete i {
  vertical-align: middle;
}
.cart-products .cart-product .full-price {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}
.cart-products .bonuses {
  font-size: 12px;
  color: #26B08F;
  text-decoration-style: dashed;
  text-decoration-line: underline;
  text-underline-position: under;
  text-underline-offset: 1px;
  cursor: default;
}
.tooltip-bonus-box__basket {
  display: none;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 2px 34px rgba(0, 0, 0, 0.07);
  font-size: 13px;
  line-height: 15px;
  color: #333333;
  z-index: 20;
  padding: 15px 18px;
  width: 460px;
}
.cart-related-title {
  color: #3F3356;
  font-weight: 500;
  font-size: 24px;
}
.cart-page .line {
  border-bottom: 1px solid #3EA3AF;
}
.cart-page .cart-summary-block {
  border: 1px solid #EBEBEB;
  margin-bottom: 40px;
  padding: 15px;
}
.cart-page .cart-summary-block .cart-title {
  text-align: center;
}
.cart-page .cart-summary-block .cart-summary-content {
  padding: 0px 10px 30px 10px;
}
.cart-page .cart-summary-block .cart-summary-content .form-group-submit {
  display: none;
}
.cart-page .cart-summary-block .cart-summary-content .form-input-block {
  height: 40px;
}
.cart-page .cart-summary-block .cart-summary {
  margin: 20px 0 20px 0;
  padding: 0 0 11px 0;
  border-bottom: 1px solid #F2F2F2;
}
.cart-page .cart-summary-block .cart-summary .summary-row {
  padding: 10px 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}
.cart-page .cart-summary-block .cart-summary .summary-row.summary {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #333333;
}
.cart-page .cart-summary-block .cart-summary .summary-row .price {
  text-align: right;
}
.cart-page .cart-summary-block .checkout-form {
  margin-top: 20px;
}
.cart-page .cart-summary-block .message {
  margin: 20px 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #333333;
}
.cart-page .cart-summary-block .message b {
  white-space: nowrap;
}
.cart-page .cart-summary-block .message a {
  text-decoration-line: underline;
  color: #3EA3AF;
}
.cart-page .cart-summary-block .hint {
  margin: 20px 0;
  color: #999;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.cart-page .cart-summary-block .hint a {
  text-decoration-line: underline;
  color: #3EA3AF;
}
.cart-page .coupon-message {
  text-align: center;
  font-weight: 600;
  color: #3EA3AF;
  margin-bottom: 10px;
  font-size: 16px;
}
.cart-page .coupon-message.error {
  color: #f00;
}
.cart-page .points-block {
  position: relative;
  margin: 10px 0 0 0;
}
.cart-page .points-block .title {
  font-weight: normal;
  margin: 0;
  padding-bottom: 0px;
}
.cart-page .points-block .accent {
  color: #3EA3AF;
}
.cart-page .points-block .with-tooltip {
  border-bottom: 1px dashed;
}
.cart-page .points-block .points-checkbox-block {
  position: absolute;
  right: 0;
  top: 0px;
}
.cart-page .points-block .points-block-form {
  padding: 10px 0;
}
.cart-related {
  padding: 30px 20px;
}
.cart-related .product-small .product-thumb-container {
  height: 180px;
}
.cart-related .product-small .product-thumb-container .product-thumb {
  height: 180px;
}
.cart-related .product-small .product-thumb-container .product-thumb img {
  max-height: 170px;
}
.coupon-opener .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.coupon-block .btn {
  padding: 7px 10px;
}
.items-aromabonus__calc {
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #333333;
  display: inline-block;
  margin: 10px 0 0 0;
}
.items-aromabonus__calc span {
  color: #26B08F;
  cursor: default;
}
.form {
  width: 500px;
  margin: 0 auto;
  box-shadow: 0px 10px 64px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  margin-bottom: 40px;
  margin-top: 20px;
  background: #fff;
  padding: 20px 40px;
}
.form .wa-login-form-fields {
  text-align: left;
}
.form h1 {
  font-weight: 500;
  font-size: 24px;
  border-bottom: 1px solid #BCDEE2;
  padding-bottom: 10px;
}
.form .wa-field {
  margin-bottom: 10px;
}
.form .wa-field .wa-name {
  padding: 0;
  margin-bottom: 0;
}
.form .wa-field .wa-value input[type=text],
.form .wa-field .wa-value input[type=password] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form .wa-field .wa-value .wa-captcha .wa-captcha-input {
  width: 100px;
  display: inline;
}
.form .wa-buttons-wrapper {
  text-align: center;
}
.form .wa-buttons-wrapper input {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 15px;
  border: none;
  padding: 10px 70px;
  background: #3EA3AF;
  color: #fff;
}
.input-group.white .input-group-text {
  background: #fff;
  border-right: 0;
  border-radius: 0;
}
.input-group.white .form-control {
  border-left: none;
}
.input-group.white i {
  color: #d5d5d5;
}
.input-group.grey .input-group-text {
  background: #F7F7F7;
  border-radius: 0;
  border-color: #F7F7F7;
}
.input-group.grey .form-control {
  background: #F7F7F7;
  border-color: #F7F7F7;
}
.input-group.grey i {
  color: #3EA3AF;
}
.input-group-sm > .form-control {
  border-radius: 0;
}
.input-group-sm > .input-group-append > .btn {
  border-radius: 0;
  height: 31px;
}
.input-group .btn {
  padding-top: 7px;
  padding-bottom: 7px;
}
.modal-form a {
  color: #4a7c95;
}
.modal-form .form-row {
  margin: 15px 0;
}
.modal-form .input-group-text {
  background: #fff;
}
.modal-form .input-group input[type=text],
.modal-form .input-group input[type=password] {
  border-left: none;
}
.checkout-form .form-group {
  position: relative;
}
.checkout-form .form-group .error-hint {
  position: absolute;
  right: 30px;
  top: 8px;
}
.my h1 {
  text-align: left;
}
.my .my-content {
  background: #fff;
}
.my .my-sidebar {
  border: 1px solid #BFE1E5;
}
.my .my-sidebar .title {
  background: #BFE1E5;
  color: #166D77;
  font-size: 14px;
  padding: 15px ;
}
.my .my-sidebar .title i {
  color: #166D77;
  font-size: 18px;
  margin-right: 10px;
}
.my .my-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.my .my-sidebar ul li {
  padding: 10px 15px;
  margin: 0;
  position: relative;
}
.my .my-sidebar ul li.active a {
  color: #4a7c95;
  font-weight: 500;
}
.my .my-sidebar ul li a {
  font-weight: 300;
  font-size: 14px;
  color: #999;
}
.my .my-info {
  border: 1px solid #D5D5D5;
  min-height: 160px;
  padding: 20px;
}
.my .my-info .form {
  box-shadow: none;
  margin: 0;
}
.my .my-info h1 {
  font-size: 18px;
}
.my .orders-table {
  width: 100%;
}
.my .orders-table .fa-check {
  color: #81CA75;
  font-size: 16px;
}
.my .orders-table tr:nth-child(2n+1) th,
.my .orders-table tr:nth-child(2n+1) td {
  background: #f9f9f9;
}
.my .orders-table tr th,
.my .orders-table tr td {
  margin: 0;
  padding: 8px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
.my .orders-table tr th a,
.my .orders-table tr td a {
  color: #4a7c95;
}
.my .orders-table tr th {
  font-weight: 500;
}
.page h1,
.page .h1 {
  font-weight: 300;
  font-size: 24px;
}
.page h2,
.page .h2 {
  font-weight: 300;
  font-size: 24px;
}
.page img {
  max-width: 100%;
}
.page .alert-info {
  background: #BFE1E5;
  color: #166D77;
}
.page .alert-light {
  background: #F8F8F8;
  color: #333;
}
.page .alert {
  border-radius: 0;
  border: none;
  font-size: 16px;
}
.page .collapse-title {
  background: #EDEFF1;
  font-weight: 500;
  font-size: 14px;
  color: #3EA3AF;
  padding: 10px 20px;
  cursor: pointer;
}
.page .collapse-title.collapsed {
  color: #333;
}
.page .page-brand-letters {
  display: flex;
  justify-content: space-around;
  flex: 1 1 auto;
  background: #F2F3F5;
  padding: 11px;
}
.page .page-brand-letters a {
  color: #3EA3AF;
  font-weight: 500;
  font-size: 16px;
}
.brands-filter {
  float: right;
  width: 250px;
}
.page-kontakty .contact-block {
  border: 1px solid #BCDEE2;
  position: relative;
  padding-left: 27%;
  min-height: 86px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  color: #3EA3AF;
  margin-bottom: 10px;
}
.page-kontakty .contact-block a {
  color: #4a7c95;
}
.page-kontakty .contact-block .icon {
  position: absolute;
  left: 5px;
  top: 20px;
  width: 25%;
  text-align: center;
}
.page-kontakty .contact-block .icon img {
  max-width: 100%;
}
.page-kontakty .contact-block .hint {
  font-size: 11px;
  color: #999;
}
.page-kontakty .contact-block .hint a {
  color: #999;
}
.page-kontakty .org-info i {
  font-size: 18px;
  color: #3EA3AF;
  margin-right: 15px;
}
.page-kontakty .social {
  float: right;
}
.page-kontakty .social a {
  margin-left: 15px;
}
.page-error .contact-info {
  font-size: 16px;
  margin: 15px 0 30px 0;
}
.page-error .contact-info .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #3EA3AF;
  color: #fff;
  line-height: 1;
  padding-top: 4px;
  font-size: 12px;
  margin-right: 3px;
}
.page-error .contact-info .icon.wa {
  padding-top: 2px;
}
.page-error .social2 {
  max-width: 420px;
  margin: 15px auto;
}
.page-error .social2 .title {
  font-weight: 300;
  font-size: 18px;
}
.social-big {
  text-align: center;
}
.social-big a {
  display: inline-block;
  margin: 0 20px;
  color: #4a7c95;
  font-size: 14px;
}
.page-aromacode-is .h2 {
  font-size: 24px;
  font-weight: normal;
}
.page-aromacode-is .our-products {
  text-align: center;
}
.page-aromacode-is .our-products img {
  max-width: 100%;
}
.page-zadat-vopros .nav-tabs {
  margin-top: 20px;
  border-bottom: 2px solid #ECEBED;
}
.page-zadat-vopros .nav-tabs .nav-link {
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #fff;
  padding: 12px 0;
}
.page-zadat-vopros .nav-tabs .nav-link.active {
  background: #fff;
  border: 1px solid #fff;
  border-bottom: 2px solid #3EA3AF;
}
.page-zadat-vopros .question-block {
  padding: 20px 0 1px 0;
  border-bottom: 1px solid #ECEBED;
}
.page-zadat-vopros .question-block .hint {
  font-size: 14px;
  color: #999999;
  margin-bottom: 10px;
}
.page-zadat-vopros .question-block .question,
.page-zadat-vopros .question-block .answer {
  position: relative;
  margin-bottom: 15px;
}
.page-zadat-vopros .question-block .question .title,
.page-zadat-vopros .question-block .answer .title {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background: #E1F0FF;
  font-weight: 500;
  font-size: 12px;
  color: #6699FF;
  padding: 4px 13px;
}
.page-zadat-vopros .question-block .question .text,
.page-zadat-vopros .question-block .answer .text {
  display: block;
  margin-left: 90px;
  min-height: 30px;
}
.page-zadat-vopros .question-block .answer .title {
  background: #C9F7F5;
  color: #46C6BE;
}
.delivery-calc {
  font-size: 14px;
}
@media (min-width: 1px) and (max-width: 1199px) {
  .delivery-calc {
    font-size: 12px;
  }
}
.delivery-calc .settlement-name {
  color: #3EA3AF;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.delivery-calc .calc-price {
  font-size: 16px;
}
.delivery-calc .calc-price input {
  width: 100px;
  display: inline-block;
  text-align: center;
}
.delivery-calc .info-text {
  background: #F4F6F8;
  border-radius: 6px;
  padding: 30px 10px;
}
.delivery-calc-methods .delivery-table {
  font-weight: normal;
  font-size: 14px;
  width: 100%;
}
@media (min-width: 1px) and (max-width: 1199px) {
  .delivery-calc-methods .delivery-table {
    font-size: 12px;
  }
}
.delivery-calc-methods .delivery-table tr.odd td {
  background: #F9F9F9;
}
.delivery-calc-methods .delivery-table tr th,
.delivery-calc-methods .delivery-table tr td {
  padding: 8px;
}
.delivery-calc-methods .delivery-table tr th {
  color: #999999;
  font-weight: normal;
  font-size: 16px;
}
.delivery-calc-methods .delivery-table tr td:nth-child(1) {
  width: 15%;
}
.delivery-calc-methods .delivery-table tr td:nth-child(2) {
  width: 25%;
}
.delivery-calc-methods .delivery-table tr td:nth-child(3) {
  width: 25%;
}
.delivery-calc-methods .delivery-table tr td:nth-child(4) {
  width: 35%;
}
.delivery-calc-methods .method-name {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
}
@media (min-width: 1px) and (max-width: 1199px) {
  .delivery-calc-methods .method-name {
    font-size: 14px;
  }
}
.delivery-calc-methods .info {
  position: relative;
}
.delivery-calc-methods .delivery-badge {
  position: absolute;
  left: 100%;
  margin-left: 10px;
  font-size: 12px;
  top: -5px;
  text-align: left;
  white-space: nowrap;
  color: #fff;
  padding: 5px 13px;
}
@media (min-width: 1px) and (max-width: 1199px) {
  .delivery-calc-methods .delivery-badge {
    font-size: 11px;
  }
}
.delivery-calc-methods .delivery-badge.cheapest {
  background: #F7B84B;
}
.delivery-calc-methods .delivery-badge.fastest {
  background: #1ABC9C;
}
.delivery-calc-methods .method-logo {
  text-align: center;
}
.delivery-calc-methods .method-logo img {
  max-height: 30px;
  max-width: 80px;
}
.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 table th {
  font-weight: normal;
}
.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-table-info .method-logo {
  text-align: center;
}
.delivery-table-info .method-logo img {
  max-height: 30px;
  max-width: 80px;
}
.delivery-table-info .method-name {
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}
.delivery-hint {
  font-style: italic;
  font-size: 12px;
  color: #999999;
}
#delivery-calc-result {
  transition: opacity 0.2s ease-in-out;
}
.footer {
  margin-top: 100px;
}
.footer .title {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #3EA3AF;
  margin-bottom: 10px;
  margin-top: 20px;
}
.footer .title.tall {
  margin-bottom: 30px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  margin: 10px 0;
  padding: 0;
}
.footer .social .item,
.footer .payments .item {
  margin-right: 25px;
}
.footer .contacts {
  color: #828282;
}
.footer .contacts a {
  color: #828282;
}
.footer .contacts .item {
  margin: 10px 0;
}
.footer .contacts .icon {
  display: inline-block;
  width: 30px;
}
.footer .contacts .icon i {
  font-size: 14px;
  color: #3EA3AF;
}
.footer .contacts .icon-whatsapp {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url("/wa-apps/shop/themes/aromacode2/img/social/wa.png") no-repeat 50% 50%;
}
.footer .copyright {
  color: #828282;
}
.search-suggestions-container {
  position: relative;
}
.search-suggestions-container a {
  color: #333;
}
.search-suggestions-container #search-suggestions {
  position: absolute;
  display: none;
  left: 0;
  top: -15px;
  right: 0;
  background: #fff;
  padding: 0px;
  border: 1px solid #ccc;
  min-height: 75px;
  max-height: 700px;
  z-index: 121;
}
.search-suggestions-container #search-suggestions.full-left .ss-products {
  max-height: 400px;
  overflow-y: auto;
}
.search-suggestions-container #search-suggestions.full-right .ss-right {
  max-height: 400px;
  overflow-y: hidden;
}
.search-suggestions-container mark {
  background: no-repeat;
  color: #499CDB;
  padding: 0;
}
.search-suggestions-container .ss-products {
  padding: 10px;
  border-right: 1px solid #D5D5D5;
}
.search-suggestions-container .ss-products .products-title {
  font-size: 14px;
}
.search-suggestions-container .ss-products .products-title .count {
  color: #C4C4C4;
}
.search-suggestions-container .ss-products .products-title a {
  color: #3EA3AF;
}
.search-suggestions-container .ss-products .ss-product {
  margin: 5px 0;
}
.search-suggestions-container .ss-products .ss-product .product-image {
  max-width: 100%;
  max-height: 45px;
}
.search-suggestions-container .ss-products .ss-product .product-prices {
  text-align: right;
  font-weight: 500;
}
.search-suggestions-container .ss-right {
  border-left: 1px solid #D5D5D5;
  margin-left: -1px;
}
.search-suggestions-container .ss-right .ss-block {
  padding: 10px;
  position: relative;
  padding-left: 145px;
}
.search-suggestions-container .ss-right .ss-block .title {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 14px;
  color: #999999;
}
.search-suggestions-container .ss-right .ss-block .line {
  border-top: 1px solid #D5D5D5;
}
.search-suggestions-container .ss-right .ss-block .ss-item {
  position: relative;
}
.search-suggestions-container .ss-right .ss-block .ss-item.ss-item-brand {
  height: 50px;
}
.search-suggestions-container .ss-right .ss-block .ss-item .brand-image {
  position: absolute;
  left: -60px;
}
.search-suggestions-container .ss-right .ss-block .ss-item .brand-image img {
  max-width: 50px;
  max-height: 50px;
}
#search-suggestions-shadow {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
  z-index: 120;
  display: none;
}
.brand_letter {
  float: left;
  font-size: 18px;
  font-weight: 500;
  height: 36px;
  line-height: 18px;
  color: #3EA3AF;
  width: 50px;
  text-align: center;
}
.brand_letter a {
  padding-top: 25px;
}
.brand_letter_end {
  border-top: 1px solid #ddd;
  clear: both;
  margin: 10px 0;
}
.brands_box {
  margin-left: 70px;
  -webkit-columns: auto 3;
  -moz-columns: auto 3;
  columns: auto 3;
  font-size: 12px;
}
.brands_box a {
  text-decoration: none;
}
.brands_box a:hover {
  text-decoration: underline;
}
.brands_box .accent {
  font-weight: 700;
}
.city-modal .form-control {
  border-left: 0;
  padding-left: 0;
  height: 42px;
}
.city-modal .cities {
  margin-top: 20px;
  column-count: 4;
  font-size: 14px;
  line-height: 24px;
}
.city-modal .cities a {
  color: #333;
}
.city-modal .cities .accent {
  font-weight: 500;
  font-size: 16px;
}
.modal-content {
  border-radius: 0;
  padding: 0 23px;
}
.modal-buttons {
  margin-left: -23px;
  margin-right: -23px;
}
.modal-title {
  font-weight: 500;
  font-size: 24px;
}
.modal-title .hint {
  font-size: 14px;
  color: #8A8A8A;
  margin: 19px 0 0 0;
  font-weight: normal;
}
.modal-header {
  position: relative;
  border-bottom: 1px solid #BCDEE2;
}
.modal-header .modal-title-right {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  bottom: 27px;
  right: 25px;
}
.modal-header,
.modal-body {
  padding-left: 0;
  padding-right: 0;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.product-modal .product-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-modal .product-image img {
  max-width: 100%;
}
.product-modal .fake-price-switches {
  text-align: center;
}
.product-modal .fake-price-switches .switch {
  opacity: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.product-modal .fake-price-switches .preloader {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  position: relative;
}
.product-modal .fake-sku {
  padding: 10px 0;
  height: 46px;
  border-bottom: 1px solid #ECEBED;
}
.product-modal .fake-sku .preloader {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  position: relative;
  height: 100%;
}
.modal-selection .filter {
  margin-right: 40px;
}
.modal-selection .filter.selected .title .title-counter {
  display: inline-block;
}
.modal-selection .filter.selected .title .title-clear {
  display: block;
}
@media (min-width: 1px) and (max-width: 1199px) {
  .modal-selection .filter {
    margin-right: 10px;
  }
}
.modal-selection .filter .title {
  background: none;
  padding: 0;
  text-transform: none;
  color: #3EA3AF;
  font-size: 14px;
  position: relative;
  margin-bottom: 5px;
  height: 21px;
}
.modal-selection .filter .title .title-text {
  display: inline-block;
  vertical-align: top;
}
.modal-selection .filter .title .title-counter {
  background: #499CDB;
  text-align: center;
  font-size: 11px;
  color: #fff;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: none;
  vertical-align: top;
  padding-top: 1px;
  position: relative;
  top: -10px;
}
.modal-selection .filter .title .title-clear {
  display: none;
  position: absolute;
  right: 0;
  bottom: 2px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.modal-selection .filter .values.many {
  border-bottom: 1px solid #eee;
  height: 125px;
}
.modal-selection .buttons {
  text-align: center;
}
.modal-selection .filters.fake .values-search-block {
  height: 28px;
  border: 1px solid #ced4da;
}
.modal-selection .products-block {
  height: 125px;
}
.modal-selection .products-block .products .product-thumb {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 125px;
}
.modal-selection .products-block .products .product-thumb img {
  max-width: 100%;
  max-height: 125px;
}
.modal-selection .precise-block {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.modal-selection .precise-block .custom-control {
  position: absolute;
  left: 15px;
  top: 10px;
}
.modal-selection .precise-block .custom-control label {
  white-space: nowrap;
  border-bottom: 1px dashed #3EA3AF;
  color: #3EA3AF;
}
.modal-selection .precise-block .tippy-content {
  width: 350px;
  text-align: left;
}
.common-sidebar .sidebar-block {
  border: 1px solid #BFE1E5;
  margin: 0 0 20px 0;
}
.common-sidebar .sidebar-block .title {
  background: #BFE1E5;
  color: #166D77;
  font-size: 14px;
  padding: 10px 15px ;
}
.common-sidebar .sidebar-block .title i {
  color: #166D77;
  font-size: 18px;
  margin-right: 10px;
}
.common-sidebar .sidebar-block .block-content {
  padding: 15px 10px;
}
.common-sidebar .sidebar-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.common-sidebar .sidebar-block ul li {
  padding: 7px 15px;
  margin: 0;
  position: relative;
  line-height: 13px;
}
.common-sidebar .sidebar-block ul li.selected > a {
  color: #4a7c95;
  font-weight: 500;
}
.common-sidebar .sidebar-block ul li.selected > ul {
  display: block;
}
.common-sidebar .sidebar-block ul li a {
  font-weight: 300;
  font-size: 13px;
  color: #999;
}
.common-sidebar .sidebar-block ul li > ul {
  display: none;
}
.common-sidebar .list-group {
  margin: 0 0 20px 0;
}
.common-sidebar .subscribe {
  background: none;
  padding: 0;
}
.common-sidebar .subscribe .text {
  margin: 0;
  padding: 0;
  background: none;
}
.common-sidebar .brand-info {
  position: relative;
}
.common-sidebar .brand-info #brand-product-image {
  display: none;
  position: absolute;
  right: -100px;
  width: 100px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  text-align: center;
  z-index: 3;
}
.common-sidebar .brand-info #brand-product-image img {
  max-width: 100%;
  max-height: 200px;
}
.common-sidebar .brand-info .brand-logo {
  text-align: center;
}
.common-sidebar .brand-info .brand-logo img {
  max-width: 100%;
}
.common-sidebar .brand-info .brand-category {
  background: #E6F7F9;
  padding: 6px 12px;
  margin-bottom: 10px;
  color: #297680;
  text-transform: uppercase;
}
.common-sidebar .brand-info .brand-products {
  font-size: 11px;
  margin-bottom: 20px;
  line-height: 1;
  position: relative;
}
.common-sidebar .brand-info .brand-products .brand-product {
  margin: 5px 0;
  padding: 3px 0;
}
.common-sidebar .brand-info .brand-products .brand-product.active {
  font-weight: bold;
  border-left: 2px solid #55ACEE;
  padding-left: 8px;
  margin-left: -10px;
  font-size: 12px;
}
.common-sidebar .brand-info .brand-products .brand-product.extra-product {
  display: none;
}
.common-sidebar .brand-info .brand-products .extra-block {
  margin-top: 10px;
  position: relative;
}
.common-sidebar .brand-info .brand-products .extra-block .extra-fade {
  position: absolute;
  top: -50px;
  right: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white 75%);
}
.common-sidebar .brand-info .brand-products .extra-block a {
  border-bottom: 1px dashed;
}
.common-sidebar .list-group .list-group-item,
.subcategories .list-group .list-group-item {
  border-color: #BFE1E5;
  padding: 6px 13px;
}
.common-sidebar .list-group .list-group-item.active,
.subcategories .list-group .list-group-item.active {
  background: #E6F7F9;
  font-weight: 500;
}
.common-sidebar .list-group .list-group-item.active a,
.subcategories .list-group .list-group-item.active a {
  color: #297680;
}
.common-sidebar .list-group .list-group-item:first-child,
.subcategories .list-group .list-group-item:first-child,
.common-sidebar .list-group .list-group-item:last-child,
.subcategories .list-group .list-group-item:last-child {
  border-radius: 0;
}
.post-small {
  margin-bottom: 40px;
}
.post-small .post-title,
.post-small h1 {
  font-weight: normal;
  font-size: 24px;
  margin: 0 0 20px 0px;
}
.post-small h2 {
  font-weight: normal;
  font-size: 22px;
}
.post-small h3 {
  font-weight: normal;
  font-size: 20px;
}
.post-small .badge-date {
  margin: 20px 0;
}
.post-small .badge-date .post-badge {
  display: inline-block;
  color: #1689CB;
  font-size: 13px;
  background: #D9F2FF;
  padding: 5px 10px;
}
.post-small .badge-date .date {
  color: #999;
  font-size: 14px;
}
.post-small .badge-date i {
  color: #999;
  font-size: 14px;
}
.tippy-box[data-theme~=light] {
  color: #26323d;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.13);
  border-radius: 0px;
  background-color: #fff;
  padding: 10px;
}
.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}
.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}
.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff;
}
.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff;
}
.swal2-shown .swal2-popup {
  width: 36em;
  border-radius: 0;
}
.swal2-shown .swal2-styled.swal2-confirm,
.swal2-shown .swal2-styled.swal2-cancel {
  padding: 9px 18px;
  border: none;
  border-radius: 0;
}
.swal2-shown .swal2-styled.swal2-confirm {
  background: #3EA3AF;
  color: #fff;
}
.swal2-shown .swal2-styled.swal2-cancel {
  background: #A8A7A7;
  color: #fff;
}
.lg-backdrop.in {
  opacity: 0.5 !important;
}
.lg-sub-html,
.lg-toolbar {
  background: none!important;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background: #fff !important;
}
.lg-item {
  color: #fff;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  font-size: 36px!important;
}
.checkout-success {
  border: 5px solid #EEEEEE;
  max-width: 1000px;
  margin: 30px auto;
  padding: 10px 45px 40px;
}
.checkout-success .title-block {
  text-align: center;
  position: relative;
  top: -26px;
}
.checkout-success .title-block .main-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #333333;
  padding: 0 30px;
  display: inline-block;
  background: #fff;
}
.checkout-success .title-block .main-title i {
  color: #4AD733;
}
.checkout-success .contact-info {
  font-size: 16px;
  margin: 15px 0 30px 0;
}
.checkout-success .contact-info .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #3EA3AF;
  color: #fff;
  line-height: 1;
  padding-top: 4px;
  font-size: 12px;
  margin-right: 3px;
}
.checkout-success .contact-info .icon.wa {
  padding-top: 2px;
}
.checkout-success .order-number-block {
  text-align: center;
  border: 4px solid #3EA3AF;
  padding: 13px 0;
}
.checkout-success .order-number-block .number {
  font-weight: 500;
  font-size: 24px;
  color: #3EA3AF;
}
.checkout-success .order-number-block .hint {
  color: #828282;
  font-size: 14px;
}
.checkout-success .title {
  font-weight: 300;
  font-size: 24px;
  margin: 15px 0;
}
.checkout-success .fields {
  padding: 0;
  overflow-x: hidden;
  list-style: none;
}
.checkout-success .fields.final .field .name {
  color: #333;
}
.checkout-success .fields .field {
  margin: 10px 0;
  font-size: 14px;
}
.checkout-success .fields .field:before {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
  color: #C4C4C4;
}
.checkout-success .fields .field .name {
  padding-right: 0.33em;
  background: white;
  color: #999;
}
.checkout-success .fields .field .value {
  float: right;
  padding-left: 0.33em;
  background: white;
}
.checkout-success .social {
  text-align: center;
  max-width: 385px;
  margin: 0 auto;
}
.checkout-success .social a {
  margin: 0 10px;
}
.checkout-success .social .title {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 15px;
}
.checkout-success .social .hint {
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
}
.my-account {
  border: 1px solid #d0c9d6;
}
.my-account .account-header {
  width: 100%;
  height: 55px;
  background: #3ea3af;
  padding: 15px 0 0 15px;
}
.my-account .account-header span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
.my-account .edit-information,
.my-account .upload-avatar {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #3ea3af;
}
.my-account .shipping-add-button-block {
  border-bottom: 1px solid #ece9f1;
  padding: 25px 0 25px 0;
}
.my-account .my-account__content {
  display: flex;
  padding: 40px 0 70px 22px;
}
.my-account .my-account__content .my-avatart {
  width: 20%;
  margin: 0;
}
.my-account .my-account__content .my-avatart .my-avatar__image {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 100px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  display: inline-block;
}
.my-account .my-account__content .my-avatart .my-avatar__image img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.my-account .my-account__content .my-avatart p {
  width: 100%;
  text-align: center;
}
.my-account .my-account__content .my-account-information {
  min-width: 30%;
  margin: 0;
  padding: 0 0 0 30px;
  border-right: 1px solid #ece9f1;
}
.my-account .my-account__content .my-account-information p {
  color: #999999;
}
.my-account .my-account__content .my-account-information p span {
  color: #333333;
}
.my-account .my-account__content .my-shipping-information {
  min-width: 50%;
  margin: 0;
  padding: 0 40px 0 40px;
}
.my-account .my-account__content .my-shipping-information .shipping-icon {
  width: 5%;
  display: inline-block;
  vertical-align: top;
}
.my-account .my-account__content .my-shipping-information .my-shipping-address {
  display: inline-block;
  width: 94%;
  vertical-align: top;
}
.my-account .my-account__content .my-shipping-information h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
}
.my-account .my-account__content .my-shipping-information .shipping-information__item {
  border-bottom: 1px solid #ece9f1;
  padding: 25px 0 25px 0;
  margin: 0 0 25px 0;
}
.my-account .btn-edit {
  background: #3ea3af;
  border: 1px solid #3ea3af;
  box-sizing: border-box;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 6px;
  text-align: center;
  width: 150px;
  display: inline-block;
}
.my-account .btn-edit .edit-icon {
  display: inline-block;
  margin-right: 5px;
}
.my-account .btn-edit:hover,
.my-account .btn-edit:active {
  text-decoration: none;
}
.my-account .btn-add {
  border: 1px solid #3ea3af;
  box-sizing: border-box;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3ea3af;
  width: 116px;
  display: inline-block;
  padding: 6px;
  text-align: center;
}
.my-account .btn-add:hover,
.my-account .btn-add:active {
  text-decoration: none;
}
.my-account .btn-add:hover {
  opacity: 0.8;
}
.my-account .btn-add .add-icon {
  display: inline-block;
  margin-right: 5px;
}
.my-account .remove-action {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #3ea3af;
  display: inline-block;
  margin: 0 0 0 30px;
}
.profile-edit .form {
  background: transparent;
  box-shadow: none;
}
.edit-avatar {
  display: none;
}
.certificate-page {
  padding: 10px 5px;
}
.certificate-page .certificate-content {
  width: 100%;
  margin: 35px 0 35px 0;
}
.certificate-page .certificate-content input.form-control[type="text"] {
  background: #ffffff;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #999999;
  height: 40px;
}
.certificate-page .certificate-content textarea.main-text {
  height: 120px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.22);
  border-radius: 4px;
  padding: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #999999;
}
.certificate-page .certificate-content .lSPrev,
.certificate-page .certificate-content .lSNext {
  display: none;
}
.certificate-page .certificate-content .cert-control {
  position: absolute;
  width: 10.5px;
  height: 21px;
  top: 70px;
  z-index: 20;
  cursor: pointer;
}
.certificate-page .certificate-content .cert-control.cert-control-left {
  left: -35px;
}
.certificate-page .certificate-content .cert-control.cert-control-right {
  right: -30px;
}
.certificate-page .certificate-content .lSSlideOuter .lSPager.lSpg > li a {
  background: #d9d9d9;
  opacity: 1;
}
.certificate-page .certificate-content .lSSlideOuter .lSPager.lSpg > li:hover a,
.certificate-page .certificate-content .lSSlideOuter .lSPager.lSpg > li.active a {
  background: #ffffff;
  opacity: 1;
}
.certificate-page .certificate-content #cert-image-full {
  position: relative;
}
.certificate-page .certificate-content #cert-image-full .cert-control {
  top: 150px;
}
.certificate-page .certificate-content #cert-image-full .cert-control.cert-control-left {
  left: -35px;
}
.certificate-page .certificate-content #cert-image-full .cert-control.cert-control-right {
  right: 0;
}
.certificate-page .certificate-content #cert-image-full .cert-background {
  border: 2px solid #76deff;
  filter: drop-shadow(7px 4px 24px rgba(0, 0, 0, 0.21));
  border-radius: 4px;
}
.certificate-page .certificate-content .control-label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.certificate-page .certificate-content .certificate__box {
  width: 100%;
  position: relative;
}
.certificate-page .certificate-content .certificate__box .ceritificate__box-description-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  vertical-align: top;
}
.certificate-page .certificate-content .certificate__box .ceritificate__box-description-block .cert_description__image-block {
  width: 404px;
  display: inline-block;
  vertical-align: top;
  order: 0;
}
.certificate-page .certificate-content .certificate__box .ceritificate__box-description-block .cert_description__text-block {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  order: 1;
  padding: 0 0 0 30px;
}
.certificate-page .certificate-content .certificate__box .ceritificate__box-description-block .cert_description__text-block p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #333333;
  display: inline-block;
  margin: 18px 0 0 0;
}
.certificate-page .certificate-content .certificate__box .certificate__box-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step {
  margin: 30px 0 30px 0;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-header {
  width: 100%;
  text-align: left;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-header .step-number {
  display: inline-block;
  background: url("/wa-apps/shop/themes/aromacode2/img/certificate/step-bg.png") no-repeat center center;
  width: 58px;
  height: 55px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  vertical-align: top;
  margin: 0;
  padding: 17px 0 0 0;
  text-align: center;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-header .step-title {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 17px 0 0 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.first-step {
  width: 100%;
  background: #4298c0;
  border-radius: 8px;
  padding: 20px;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.first-step .control-label {
  color: #fff;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content .selected-certificate {
  width: 1010px;
  display: flex;
  margin: 14px auto;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content .selected-certificate .selected-image {
  width: 60%;
  padding: 0 20px 0 0;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content .selected-certificate .selected-image img {
  max-width: 100%;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content .selected-certificate .selected-information {
  width: 40%;
  padding: 0 0 0 30px;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content .certificate-images {
  position: relative;
  width: 1010px;
  margin: 40px auto 0 auto;
  text-align: center;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content .certificate-images .certificate-images-slider {
  display: inline-block;
  text-align: center;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content .certificate-images .certificate-images-slider .cert-type {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  width: 305px;
  height: 169px;
  border: 1px solid transparent;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content .certificate-images .certificate-images-slider .cert-type img {
  max-width: 100%;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content .certificate-images .certificate-images-slider .cert-type.active {
  border: 1px solid #76deff;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content .certificate-images .certificate-images-slider .cert-type:hover {
  border: 1px solid #76deff;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content .selected-items__box {
  display: inline-block;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.second-step {
  width: 70%;
  margin: 35px 0 0 0;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.second-step .step-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #333333;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.second-step .cert-price {
  background: #d1f1f4;
  border: 1px solid #8bd8df;
  border-radius: 2px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #2b8f9b;
  display: inline-table;
  box-sizing: border-box;
  padding: 9px 22px;
  height: 48px;
  text-align: center;
  margin: 10px;
  cursor: pointer;
  width: 115px;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.second-step .cert-price:hover {
  background: #daf3f5;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.second-step .cert-price span {
  display: table-cell;
  vertical-align: middle;
  color: #2b8f9b;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.second-step .cert-price.active {
  background: #3ea3af;
  border-color: #3ea3af;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.second-step .cert-price.active span {
  color: #ffffff;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.second-step .cert-price.active:hover {
  background: #3ea3af;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.second-step .cert-price-custom-amount {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  height: 48px;
  margin: -15px 0 0 0;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.second-step .cert-price-custom-amount span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #999999;
  vertical-align: middle;
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.second-step .cert-price-custom-amount input {
  width: 185px;
  height: 48px;
  vertical-align: middle;
  display: inline-block;
  box-shadow: none;
  border: 1px solid #c7c9d9;
  box-sizing: border-box;
  border-radius: 2px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  margin: 0 14px 0 0;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.second-step .cert-price-custom-amount span.rub {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  vertical-align: middle;
  color: #555770;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.third-step {
  width: 70%;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.third-step .step-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #333333;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.third-step .cert-method {
  background: #d1f1f4;
  border: 1px solid #8bd8df;
  border-radius: 2px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #2b8f9b;
  display: inline-table;
  box-sizing: border-box;
  padding: 9px 22px;
  height: 48px;
  text-align: center;
  margin: 10px;
  cursor: pointer;
  width: 190px;
  position: relative;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.third-step .cert-method:hover {
  background: #daf3f5;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.third-step .cert-method .hover {
  display: none;
  position: absolute;
  width: 223px;
  height: 110px;
  left: -20px;
  top: -120px;
  background: url("/wa-apps/shop/themes/aromacode2/img/certificate/hover-cert-method.svg") top left no-repeat;
  padding: 0 12px 12px 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  z-index: 200;
  color: #ffffff;
  vertical-align: middle;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.third-step .cert-method .hover p {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.third-step .cert-method span {
  display: table-cell;
  vertical-align: middle;
  color: #2b8f9b;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.third-step .cert-method.active {
  background: #3ea3af;
  border-color: #3ea3af;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.third-step .cert-method.active:hover {
  background: #3ea3af;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.third-step .cert-method.active span {
  color: #ffffff;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.third-step .cert-method-tab {
  width: 675px;
  display: block;
  margin: 17px 0 0 0;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.third-step .cert-method-tab .form-group {
  display: flex;
  justify-content: space-between;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.third-step .cert-method-tab .form-group .control-input {
  width: 330px;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.third-step .cert-method-tab .form-group .control-input input {
  width: 100%;
  height: 48px;
  box-shadow: none;
  background: #ffffff;
  /* form / stroke */
  border: 1px solid #d5d5d5;
  box-sizing: border-box;
  border-radius: 2px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #999999;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.third-step .cert-method-tab .form-group .control-label {
  width: 325px;
  margin-top: 10px;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.fourth-step .cert-payment {
  display: inline-table;
  border: 1px solid #c7c9d9;
  box-sizing: border-box;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  padding: 9px 22px;
  height: 36px;
  text-align: center;
  margin: 10px;
  cursor: pointer;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.fourth-step .cert-payment span {
  display: table-cell;
  vertical-align: middle;
  color: #555770;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.fourth-step .cert-payment.active {
  background: #3ea3af;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.fourth-step .cert-payment.active span {
  color: #ffffff;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.fourth-step .submit-cert {
  margin: 30px 0 0 0;
  text-align: center;
}
.certificate-page .certificate-content .certificate__box .certificate__box-step .step-content.fourth-step .phone-to-confirm {
  width: 450px;
  margin: 17px auto 0 auto;
}
.certificate-page .certificate-content .cert-button {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  width: 468px;
  text-align: center;
  height: 64px;
  background: #3ea3af;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
.certificate-page .certificate-content .cert-button:hover {
  opacity: 0.9;
}
.certificate-page .link-content {
  width: 100%;
  margin: 25px 0 30px 0;
}
.certificate-page .link-content p {
  width: 100%;
  text-align: center;
  margin: 0 0 12px;
  padding: 0;
}
.certificate-page .link-content p a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #3ea3af;
}
.certificate-page .sending-params {
  position: relative;
}
.certificate-page .sending-params .sending-date {
  width: 100%;
  display: inline-block;
}
.certificate-page .sending-params .sending-date .icon {
  font-size: 22px;
  color: #55acee;
}
.certificate-page .sending-params .sending-date p {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.certificate-page .sending-params .sending-date p.text {
  margin-left: 8px;
}
.certificate-page .sending-params .sending-date a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  /* Основной цвет */
  color: #3ea3af;
}
.certificate-page .sending-params .approve-item {
  width: 100%;
  display: inline-block;
  margin: 4px 0 0 0;
}
.certificate-page .sending-params .approve-item .custom-control {
  display: inline-block;
}
.certificate-page .sending-params .approve-item .custom-control .custom-control-input {
  width: 20px;
  height: 20px;
}
.certificate-page .sending-params .approve-item .custom-control .custom-control-label::before {
  width: 20px;
  height: 20px;
}
.certificate-page .sending-params .approve-item .custom-control .custom-control-label::after {
  width: 20px;
  height: 20px;
}
.certificate-page .sending-params .approve-item .description-approve {
  display: inline-block;
  vertical-align: top;
  padding: 4px 0 0 0;
  margin: 0 0 0 4px;
}
.certificate-page .calendar-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 195;
  display: none;
}
.certificate-page .calendar {
  display: none;
  position: absolute;
  width: 400px;
  left: 0;
  top: 0;
  z-index: 200;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  box-shadow: 0px 6px 43px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.certificate-page .calendar .flatpickr-calendar {
  display: inline-block;
  box-shadow: none;
  border-radius: 0px;
  width: 370px;
  margin: 0 auto;
}
.certificate-page .calendar .flatpickr-calendar .flatpickr-rContainer {
  width: 100%;
}
.certificate-page .calendar .flatpickr-calendar .flatpickr-days {
  width: 100%;
}
.certificate-page .calendar .flatpickr-calendar .flatpickr-days .dayContainer {
  width: 100%;
  max-width: 100%;
}
.certificate-page .calendar .flatpickr-calendar .flatpickr-innerContainer {
  margin-top: 10px;
}
.certificate-page .calendar .flatpickr-months .flatpickr-prev-month,
.certificate-page .calendar .flatpickr-months .flatpickr-next-month {
  padding: 5px;
}
.certificate-page .calendar .calendar-action {
  width: 100%;
  margin: 10px 0 0 0;
  text-align: center;
  vertical-align: middle;
}
.certificate-page .calendar .calendar-action span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  vertical-align: middle;
  display: inline-block;
  margin-top: 10px;
}
.certificate-page .calendar .calendar-action .btn-calendar-date {
  border: 1px solid #3ea3af;
  box-sizing: border-box;
  border-radius: 2px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #3ea3af;
  padding: 11px 0;
  height: 38px;
  width: 160px;
  display: inline-block;
  float: right;
  vertical-align: middle;
}
.certificate-page .calendar .calendar-action .btn-calendar-date:hover {
  text-decoration: none;
}
.certificate-page .calendar .calendar-action .btn-calendar-now {
  background: #3ea3af;
  border-radius: 2px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 11px 0;
  height: 38px;
  width: 160px;
  display: inline-block;
  float: left;
  vertical-align: middle;
}
.certificate-page .calendar .calendar-action .btn-calendar-now:hover {
  text-decoration: none;
}
.certificate-page .content-bottom__svg-line {
  width: 100%;
  display: block;
  margin: 35px 0 35px 0;
}
.certificate-page .total-description {
  padding: 25px 40px;
  width: 100%;
  background: #f8fff5;
  border: 1px solid #30cb2d;
  box-sizing: border-box;
  border-radius: 3px;
  display: flex;
  vertical-align: top;
}
.certificate-page .total-description .circle-icon {
  display: inline-block;
  margin-right: 13px;
  font-size: 18px;
  color: #5ecb2d;
  line-height: 18px;
  vertical-align: top;
}
.certificate-page .total-description p {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  vertical-align: top;
}
.certificate-page .submit-cert__note {
  margin: 15px 0 0 0;
  width: 100%;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}
.certificate-page .submit-cert__note a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #3ea3af;
}
.buy-certificate-modal .modal-content {
  padding: 0;
}
.buy-certificate-modal .modal-content img {
  max-width: 100%;
}
.cert-error {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #c93c3c;
  display: inline-block;
  width: 100%;
  margin: 5px 0 0 0;
  display: none;
}
.review-rating i {
  color: #ffbe38;
}
.review {
  margin: 10px 0 26px 0;
}
.review .review-bubble {
  border: 3px solid #e6f7f9;
  padding: 15px 20px;
  position: relative;
  border-radius: 0px;
  margin-bottom: 20px;
}
.review .review-bubble .review-rate-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.review .review-bubble .review-rate-box .review-item {
  display: inline-block;
  vertical-align: middle;
}
.review .review-bubble .review-rate-box .review-item .review-item-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #999999;
  display: inline-block;
  vertical-align: top;
}
.review .review-bubble .review-rate-box .review-item .review-item-stars {
  display: inline-block;
  vertical-align: top;
  margin: -2px 0 0 4px;
}
.review .review-bubble .review-rate-box .review-item i {
  font-size: 12px;
  color: #ffbe38;
}
.review .review-bubble:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #e6f7f9;
  border-right: 10px solid transparent;
  border-top: 10px solid #e6f7f9;
  border-bottom: 10px solid transparent;
  left: 20px;
  bottom: -23px;
}
.review .review-bubble:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid #fff;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  left: 23px;
  bottom: -16px;
}
.review .review-bubble .review-text {
  margin: 11px 0 0 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #333333;
}
.review .replies .reply {
  background: #e6f7f9;
  border: 3px solid #c0e0e3;
  padding: 15px 20px;
  position: relative;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 85%;
  left: 15%;
  margin-top: 20px;
}
.review .replies .reply:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 0 22px;
  border-color: transparent transparent transparent #c0e0e3;
  position: absolute;
  top: -22px;
  left: 20px;
}
.review .replies .reply:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 0 16px;
  border-color: transparent transparent transparent #e6f7f9;
  position: absolute;
  top: -16px;
  left: 23px;
}
.review .replies .reply-bottom {
  width: 85%;
  left: 15%;
  position: relative;
  margin: 0 0 15px 0;
}
.review .replies .reply-bottom .userstar {
  position: relative;
  top: -2px;
}
.review .review-title {
  font-weight: 500;
}
.review .rating {
  margin-right: 15px;
}
.review .rating i {
  color: #ffbe38;
  font-size: 14px;
}
.review .username {
  font-weight: 500;
}
#review-form-container {
  padding: 0 20px 20px 20px;
}
#review-form-container .rate-block {
  font-size: 18px;
  width: 100%;
}
#review-form-container .control-label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}
#review-form-container .review-form__left {
  width: 40%;
  display: inline-block;
}
#review-form-container .review-form__left .rate-controls-block {
  display: flex;
  justify-content: space-between;
}
#review-form-container .review-form__left .rate-controls-block .review-rating {
  width: 45%;
  order: 2;
  display: inline-block;
}
#review-form-container .review-form__left .rate-controls-block .control-label {
  width: 50%;
  display: inline-block;
  order: 1;
}
#review-form-container .review-form__right {
  width: 56%;
  display: inline-block;
}
#review-form-container .review-form__full {
  width: 100%;
  display: inline-block;
  margin: 15px 0 0 0;
}
#review-form-container .form-control {
  margin: 6px 0 0 0;
}
#review-form-container .textarea-form {
  height: 106px;
  resize: none;
}
#review-form-container .review-description {
  width: 100%;
}
#review-form-container .review-description h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}
#review-form-container .review-description p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin: 0;
  padding: 0;
}
#review-form-container .review-description .review-description__left {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  padding: 0 11px 0 0;
}
#review-form-container .review-description .review-description__right {
  width: 38%;
  display: inline-block;
  vertical-align: top;
}
#review-form-container .review-description .review-description__right img {
  max-width: 100%;
}
#review-form-container .review-description a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #3ea3af;
}
#review-form-container .review-description a:hover {
  text-decoration: none;
}
#review-form-container .submit-field {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 35px 0 0 0;
}
#review-form-container .submit-field .btn-lg {
  text-align: center;
  padding: 12px 30px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}
#review-form-container #shop-review-form {
  margin: 5px 0 0 0;
  display: none;
}
#review-form-container .errormsg {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #e95353;
  margin: 0 0 10px 0;
  display: none;
}
.review-content-container {
  margin: 20px 0 0 0 !important;
  margin-left: 0;
  padding: 20px;
}
.show-more-block {
  width: 100%;
  display: inline-block;
  margin: 23px 0 0 0;
}
.show-more-block .show-more-action {
  border: 1px solid #3ea3af;
  box-sizing: border-box;
  background: #fff;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: flex-end;
  width: 100%;
  color: #3ea3af;
  text-align: center;
  padding: 12px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.show-more-block .show-more-action svg {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin: 0 0 0 7px;
}
.show-added-form {
  background: #d5eceb;
  border: 1px solid #add0d3;
  box-sizing: border-box;
  display: inline-block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  width: 100%;
  text-align: center;
  padding: 25px;
  margin: 59px 0 0 0;
  font-size: 14px;
  line-height: 16px;
  color: #166d77;
}
.go-to-catalog-block {
  width: 100%;
  text-align: center;
  margin: 36px 0 0 0;
}
.go-to-catalog-block .go-to-catalog {
  background: #d1f1f4;
  display: inline-block;
  width: 201px;
  height: 42px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #2b8f9b;
  box-sizing: border-box;
  text-align: center;
  padding: 12px 0 0 0;
}
.go-to-catalog-block .go-to-catalog:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}
.show-form-button-field {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 20px 0 0 0;
}
.show-form-button-field .show-form-btn {
  display: inline-block;
  width: 190px;
  height: 42px;
  text-align: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  background: #3ea3af;
  cursor: pointer;
  padding: 12px 0 0 0;
}
.show-form-button-field .show-form-btn:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 540px) {
  .review-form__left {
    width: 100% !important;
  }
  .review-form__right {
    width: 100% !important;
  }
}
.bonus-add-content {
  border: 1px solid #D5D5D5;
  box-sizing: border-box;
  padding: 20px 28px 100px 20px;
}
.bonus-add-content h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}
.bonus-add-content p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  padding: 0;
  margin: 8px 0 0 0;
  display: inline-block;
  width: 100%;
}
.bonus-add-content .bonus-rate {
  width: 100%;
  margin: 13px 0 13px 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.bonus-add-content .bonus-rate .rate-currency {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.bonus-add-content .input-field {
  padding: 17px 0 0 0;
  border-top: 1px solid #F2F2F2;
  margin: 25px 0 0 0;
}
.bonus-add-content .input-field p {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #333333;
}
.bonus-add-content .input-field .form-group {
  width: 100%;
  display: flex;
  margin: 13px 0 0 0;
}
.bonus-add-content .input-field .form-group .control-label {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
  color: #333333;
  margin: 0 20px 0 0;
}
.bonus-add-content .input-field .form-group .control-input {
  width: 30%;
  margin: 0 15px 0 0;
}
.bonus-add-content .input-field .form-group .btn-bonus-add {
  border: 1px solid #3EA3AF;
  box-sizing: border-box;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #3EA3AF;
  background: #fff;
}
.bonus-add-content .input-field .form-group .btn-bonus-add:hover {
  background: #3EA3AF;
  color: #fff;
}
.bonus-add-content .control-errors {
  width: 100%;
  margin: 15px 0 0 0;
  display: none;
}
.bonus-add-content .control-errors .errors {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #C93C3C;
}
.bonus-content {
  border: 1px solid #D5D5D5;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}
.bonus-content .bonus-content__box {
  margin: 0;
  padding: 20px 28px 0 20px;
  margin-bottom: 30px;
}
.bonus-content h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}
.bonus-content p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  padding: 0;
  margin: 8px 0 0 0;
  display: inline-block;
  width: 100%;
}
.bonus-content .bonus-rate {
  width: 100%;
  margin: 13px 0 13px 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.bonus-content .bonus-rate .rate-currency {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
.bonus-content .bonus-description {
  background: #D5ECEB;
  width: 100%;
  display: flex;
  padding: 17px 19px 16px 19px;
  justify-content: space-between;
}
.bonus-content .bonus-description .left-side {
  order: 1;
}
.bonus-content .bonus-description .right-side {
  order: 2;
}
.bonus-content .bonus-description h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #166D77;
  text-align: left;
}
.bonus-content .bonus-description h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  color: #166D77;
}
.bonus-content .bonus-table {
  width: 100%;
}
.bonus-content .bonus-table .table th,
.bonus-content .bonus-table .table td {
  padding: 12px 18px 12px 18px;
}
.bonus-content .bonus-table .table {
  margin: 20px 0 0 0;
}
.bonus-content .bonus-table th {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}
.bonus-content .bonus-table td p {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.bonus-content .bonus-table td p.order-id {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3EA3AF;
}
.bonus-content .bonus-table td p.order-date {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #999999;
}
.bonus-content .bonus-table td p.order-description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  vertical-align: middle;
}
.bonus-content .bonus-table td p.order-description .order-sum {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3EA3AF;
}
.bonus-content .bonus-table td p.total-bonus {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.bonus-content .bonus-table td p.total-bonus.plus {
  color: #49BE75;
}
.bonus-content .bonus-table td p.total-bonus.minus {
  color: #3EA3AF;
}
.bonus-content .bonus-table .table-striped tbody tr:nth-of-type(odd) {
  background: #fff;
}
.bonus-content .bonus-table .table-striped tbody tr:nth-of-type(even) {
  background: #F9F9F9;
}
.bonus-content .bonus-table thead {
  background: #F9F9F9;
}
.bonus-content .bonus-table .show-bonus-more {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 20px;
}
.bonus-opener {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.bonus-opener .bonus-opener-action__fields {
  display: inline-block;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.bonus-opener .bonus-opener-action__fields .bonus-opener__title {
  display: inline-block;
  order: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}
.bonus-opener .bonus-opener-action__fields .bonus-opener__title a {
  text-decoration-style: dashed;
  color: #26B08F;
  text-decoration-line: underline;
  text-underline-position: under;
  text-underline-offset: 1px;
}
.bonus-opener .bonus-opener-action__fields .bonus-opener__checkbox {
  order: 1;
}
.bonus-opener .bonus-errors {
  width: 100%;
  font-size: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  color: #EF4F4F;
}
.bonus-opener .bonus-total-amount__my {
  display: none;
  width: 100%;
  margin: 16px 0 0 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}
.bonus-opener .bonus-total-amount__my a {
  color: #26B08F;
  text-decoration: none;
}
.bonus-opener .bonus-input-fields {
  width: 100%;
  margin: 10px 0 0 0;
  display: none;
}
.bonus-opener .bonus-input-fields .bonus-input-field__item {
  width: 100%;
  margin: 0 0 5px 0;
}
.bonus-opener .bonus-input-fields .bonus-input-field__item input {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}
.bonus-opener .bonus-input-fields .bonus-input-field__item input:placeholder {
  color: #999999;
}
.bonus-opener .bonus-input-fields .bonus-input-field__item button {
  background: #3EA3AF;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
.bonus-opener .bonus-input-fields .bonus-input-errors {
  display: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #EF4F4F;
}
.bonus-opener .bonus-input-fields .bonus-input-errors-limit {
  display: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #EF4F4F;
}
.bonus-opener .bonus-input-fields .bonus-input-errors-validation {
  display: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #EF4F4F;
}
.bonus-opener .bonus-input-fields .bonus-input-success {
  display: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #26B08F;
}
.bonus-opener .tooltip-bonus-box {
  display: none;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
  box-shadow: 0px 2px 34px rgba(0, 0, 0, 0.07);
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #333333;
  z-index: 20;
  padding: 15px 18px;
  width: 460px;
  left: 20px;
}
.loyalty-page {
  width: 100%;
}
.loyalty-page .loyalty__faq-action__item {
  cursor: pointer;
}
.loyalty-page .loyalty-button {
  width: 100%;
  margin-top: -15px;
}
.loyalty-page ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.loyalty-page ul li {
  margin: 0 0 12px 12px;
  padding: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  vertical-align: middle;
  position: relative;
}
.loyalty-page ul li::before {
  content: "\2022";
  font-weight: bold;
  display: inline-block;
  font-size: 24px;
  color: #3EA3AF;
  line-height: 24px;
  top: -3px;
  left: -12px;
  bottom: 0;
  right: 0;
  position: absolute;
  width: 10px;
}
.loyalty-page .loyalty-faq {
  margin: 40px 0 0 0;
}
.loyalty-page .loyalty-list {
  margin: 20px 0 0 0;
  display: inline-block;
  width: 100%;
}
.loyalty-page .loyalty-list ul {
  float: left;
  width: 50%;
}
.loyalty-page .loyalty-list ul li {
  margin-bottom: 15px;
}
.loyalty-page .loyalty-list .loyalty-list-image {
  float: right;
}
.loyalty-page .btn {
  display: inline-block;
  padding: 12px 0px;
  width: 190px;
  height: 42px;
  background: #3EA3AF;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}
.loyalty-page h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}
.loyalty-page .faq__content-item {
  border-bottom: 1px solid #ECEBED;
  margin: 0;
  padding: 20px 0 20px 0;
}
.loyalty-page .faq__content-item .loyalty__faq-action__item {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  display: inline-block;
  width: 100%;
  position: relative;
}
.loyalty-page .faq__content-item .loyalty__faq-action__item:hover {
  text-decoration: none;
}
.loyalty-page .faq__content-item .loyalty__faq-action__item .faq-action__item-arrow {
  width: 22px;
  height: 22px;
  display: none;
  position: absolute;
  top: -2px;
  right: 0;
  background: #EEEEEE;
  border-radius: 100px;
  text-align: center;
}
.loyalty-page .faq__content-item .loyalty__faq-action__item .faq-action__item-arrow.is-show {
  background: #3EA3AF;
}
.loyalty-page .faq__content-item .loyalty__faq-action__item .faq-action__item-arrow.is-show svg {
  margin-top: -2px;
}
.loyalty-page .faq__content-item .loyalty__faq-action__item[aria-expanded="false"] .faq-action__item-arrow.is-hide {
  display: inline-block;
}
.loyalty-page .faq__content-item .loyalty__faq-action__item[aria-expanded="false"] .faq-action__item-arrow.is-show {
  display: none;
}
.loyalty-page .faq__content-item .loyalty__faq-action__item[aria-expanded="true"] {
  color: #3EA3AF;
}
.loyalty-page .faq__content-item .loyalty__faq-action__item[aria-expanded="true"] .faq-action__item-arrow.is-hide {
  display: none;
}
.loyalty-page .faq__content-item .loyalty__faq-action__item[aria-expanded="true"] .faq-action__item-arrow.is-show {
  display: inline-block;
}
.loyalty-page .card-body {
  padding: 0 0 17px 0;
  border: none;
}
.loyalty-page .card-body p {
  width: 100%;
  margin: 17px 0 0 0;
  padding: 0;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #333333;
}
.loyalty-page .card-body p.center-content {
  text-align: center;
}
.loyalty-page .card-body.faq-item-4__content-block {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
  margin-top: 5px;
}
.loyalty-page .card-body.faq-item-4__content-block .faq-item-4__image {
  display: inline-block;
  width: 271px;
}
.loyalty-page .card-body.faq-item-4__content-block .faq-item-4__text {
  display: inline-block;
  width: 669px;
}
.loyalty-page .card-body.faq-item-4__content-block .faq-item-4__text ul {
  margin-top: 5px;
}
.loyalty-page .card-body.faq-item-4__content-block p {
  margin: 0 0 17px 0;
}
.loyalty-page #faq-item__content-4 {
  padding-bottom: 0;
}
.loyalty-page #faq-item__content-4 a {
  padding-bottom: 20px;
}
.loyalty-page .go-to-page__faq-item {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #3EA3AF;
}
.loyalty-page .faq-additional-information__block {
  margin: 40px 0 100px 0;
}
#preorder-form .checkout-form {
  margin: 30px 0 0 0 ;
}
#preorder-form .checkout-form .form-text {
  text-align: right;
}
#preorder-form .checkout-form .preoder-form-group {
  height: auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 0 0;
}
#preorder-form .checkout-form .preoder-form-group .control-label {
  width: 30%;
  color: #333333;
}
#preorder-form .checkout-form .form-group-submit {
  margin: 20px 0 10px 0;
}
/*# sourceMappingURL=style.css.map */