:root {
  --color-black: #0f0b08;
  --color-gray: #efefef;
  --color-gray-dark: #bdbdbd;
  --color-primary: #0f0b08;
  --color-secondary: #777777;
  --font-color: #0f0b08;
  --font-family: "Montserrat", sans-serif;
}

html {
  height: 100%;
}

@media (min-width: 992px) {
  body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ak-footer {
    margin-top: auto;
  }
}

body {
  font-family: var(--font-family);
  font-size: 13px;
  color: var(--font-color);
  min-width: 320px;
  overflow-x: hidden;
}

.container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

/* General */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 15px;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 17px;
}

h4 {
  font-size: 16px;
}

.row,
.f-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.row > *,
.f-row > * {
  padding-left: 10px;
  padding-right: 10px;
  float: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  width: 100%;
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    width: 100%;
  }
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

@media (min-width: 992px) {
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
}

.f-row--auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.justify-content-center {
  justify-content: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.row-mb-20 > * {
  margin-bottom: 20px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.hr-dark {
  border-color: var(--color-gray-dark);
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a {
  color: var(--color-black);
}

a:focus,
a:hover {
  color: var(--color-secondary);
  text-decoration: none;
}

.btn {
  border-radius: 0;
  color: var(--color-black);
  background-color: transparent;
  border-color: transparent;
}

.btn:hover,
.btn:focus,
.btn:focus:hover,
.btn:active {
  color: var(--color-secondary);
  background-color: transparent;
  outline: none;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  background-color: var(--color-primary);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus:hover,
.btn-primary:active {
  background-color: var(--color-secondary);
  color: #fff;
  outline: none;
  border-color: var(--color-primary);
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: var(--color-gray-dark);
  color: #fff;
  border-color: var(--color-gray-dark);
}

.btn-icon .icon {
  margin-left: 5px;
}

.btn-lg {
  font-weight: 500;
  font-size: 15px;
  padding: 10px 25px;
  line-height: 1;
}

.btn-lg .icon {
  margin-left: 15px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-bottom: -1px;
}

.storng {
  font-weight: bold;
}

.ak-btn-link {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  background-color: transparent;
  color: var(--color-black);
  -webkit-transition: color 0.2s, border 0.2s;
  -o-transition: color 0.2s, border 0.2s;
  transition: color 0.2s, border 0.2s;
}

.ak-btn-link:hover {
  color: var(--color-secondary);
}

.ak-btn-link__danger {
  color: #f00;
}

.ak-btn-link__danger:hover {
  color: var(--color-secondary);
}

.ak-btn-link__block {
  margin-top: 10px;
  display: block;
  font-weight: 600;
}

.alert-dismissable,
.alert-dismissible {
  position: relative;
}

.alert-dismissable .close, 
.alert-dismissible .close {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* Modal */
.modal .modal-full-height {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  height: auto;
  min-height: 100%;
  margin: 0;
}

.modal.in .modal-dialog.modal-dialog-center {
  -webkit-transform: translateY(45%);
  -ms-transform: translateY(45%);
  -o-transform: translateY(45%);
  transform: translateY(45%);
}

.modal .modal-full-height.modal-left {
  left: 0;
}

.modal .modal-full-height.modal-right {
  right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal.fade .modal-dialog.modal-left {
  -webkit-transform: translate(-25%, 0);
  -ms-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
}

.modal.fade .modal-dialog.modal-right {
  -webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  transform: translate(25%, 0);
}

.modal.in .modal-dialog.modal-left,
.modal.in .modal-dialog.modal-right {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal-full-height .modal-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;

  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  border: 0;
}

.modal-full-height.modal-right .modal-content {
  border-left: 1px solid #dee2e6;
}

.modal-full-height.modal-left .modal-content {
  border-right: 1px solid #dee2e6;
}

.modal-full-height .modal-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 0.5rem;
}

.modal-content {
  border-radius: 0;
  width: 100%;
}

.modal .modal-header,
.modal .modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  background-color: var(--color-gray);
  border-top: 1px solid var(--color-gray-dark);
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.modal .modal-title {
  font-weight: bold;
  font-size: 15px;
  color: #000;
}

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

.modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 27px;
  opacity: 0.7;
}

.modal-header .close:hover {
  opacity: 0.5;
}

.buttons-wrapper {
  text-align: center;
}

/* Empty */

.empty {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.empty__text {
  font-size: 14px;
  font-weight: 600;
}

.cart-content .empty {
  margin-top: 20%;
}

/* Top */
.ak-top {
  background-color: var(--color-black);
  padding: 5px 0 6px;
}

@media (max-width: 767.98px) {
  .ak-top {
    display: none;
  }
}

.ak-top--row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ak-lang--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ak-lang--link {
  padding: 2px 0 0;
  margin: 0 5px;
  background-color: transparent;
  border: none;
  font-weight: 800;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

.ak-lang--link:hover,
.ak-lang--link.active {
  color: var(--color-gray-dark);
}

.ak-lang--link:active,
.ak-lang--link:focus:hover,
.ak-lang--link:active:focus,
.ak-lang--link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  color: var(--color-gray-dark);
}

.mm-language .ak-lang--list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.mm-language .ak-lang--link {
  color: var(--color-black);
}

.mm-language .ak-lang--link.active {
  color: var(--color-secondary);
}

.mm-language .btn.active,
.mm-language .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Header */
.ak-header {
  background-color: var(--color-gray);
  padding-top: 15px;
}

.ak-header .col-sm-4 {
  margin-bottom: 15px;
}

.ak-h-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.ak-h-phones--icon {
  padding: 5px;
  font-size: 24px;
  color: var(--color-black);
}

.ak-h-phones--container {
  padding: 5px;
}

.ak-h-phones--item {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: var(--color-black);
}

.ak-h-phones--item + .ak-h-phones--item {
  margin-top: 5px;
}

.ak-h-logo img {
  width: 175px;
  /* height: 38px; */
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .ak-header--logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: auto;
  }
}

@media (max-width: 575.98px) {
  .ak-header--phones {
    display: none;
  }

  .ak-header--logo {
    width: 100%;
  }

  .ak-h-logo img {
    width: 220px;
    /* height: 48px; */
  }
}

@media (min-width: 576px) {
  .ak-h-logo img {
    width: 250px;
    height: auto;
  }

  .ak-h-phones {
    padding-left: 15px;
  }
  .ak-h-phones--icon {
    font-size: 30px;
  }
  .ak-h-phones--item {
    font-size: 15px;
  }
}

.ak-h-search {
  margin-left: auto;
  position: relative;
}

@media (min-width: 768px) {
  .ak-h-search {
    max-width: 220px;
  }
}

.ak-h-search--input {
  background-color: transparent;
  border: none;
  border-bottom: 1px dotted var(--color-black);
  height: 40px;
  padding-right: 45px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ak-h-search--input:focus {
  border-bottom: 1px solid var(--color-black);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ak-h-search--btn {
  width: 40px;
  height: 39px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  padding: 6px;
  font-size: 20px;
}

.ak-h-search .dropdown-menu {
  right: 0;
  left: auto !important;
  width: 450px;
}

.ak-h-search .dropdown-menu > li > a {
  white-space: normal;
}

.ak-p-search__btn {
  height: 40px;
  margin-bottom: 7px;
}

.ak-h-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
  pointer-events: none;
}

.ak-h-product__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 10px;
}

.ak-h-product__content > * {
  display: block;
}

.ak-h-product__name {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 3px;
}

.ak-h-product__model {
  font-size: 13px;
  color: var(--color-gray-dark);
}

.ak-h-product__price {
  font-weight: bold;
}

.ak-h-search .dropdown-menu > li + li {
  margin-top: 3px;
  padding-top: 3px;
  border-top: 1px dotted var(--color-gray);
}

@media (max-width: 767.98px) {
  .ak-h-search .dropdown-menu {
    width: 100%;
  }
}

/* Navigation */
.ak-t-nav--link {
  padding: 0 8px;
  font-weight: 500;
  color: #fff;
}

.ak-t-nav--link:hover {
  color: var(--color-gray-dark);
  text-decoration: none;
}

.ak-t-nav--strong {
  font-weight: bold;
}

.ak-nav {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ak-m-menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;

  max-width: 72%;
  margin-right: auto;
}

.ak-m-menu--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

.ak-m-menu--item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ak-m-menu--link {
  display: block;
  padding: 15px 8px;
  font-weight: 500;
  font-size: 13px;
  color: var(--color-black);
  line-height: 1.2;
  text-align: center;
}

.ak-m-menu--link:hover {
  text-decoration: none;
  color: var(--color-secondary);
}

@media (max-width: 991.98px) {
  .ak-m-menu {
    display: none;
  }
}

.ak-m-children {
  position: relative;
  margin-bottom: -5px;
  padding-bottom: 5px;
}

.dropdown-menu {
  display: block;
}

.dropdown-menu,
.ak-m-children--dropdownList {
  list-style-type: none;
  margin: 0;
  padding: 0;

  position: absolute;
  min-width: 270px;
  background-color: #fff;
  padding: 5px 0;
  border: 1px solid var(--color-gray);
  -webkit-box-shadow: 0 0 10px 0 var(--color-gray);
  box-shadow: 0 0 10px 0 var(--color-gray);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s;
  transition: transform 0.4s, opacity 0.4s, visibility 0.4s,
  -webkit-transform 0.4s;
  z-index: 1000;
  top: 100%;
}

.dropdown.open > .dropdown-menu,
.dropdown:hover > .dropdown-menu,
.ak-m-children:hover > .ak-m-children--dropdownList {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.ak-m-children--dropdownList .ak-m-children--dropdownList {
  top: -6px;
  left: 100%;
}

.dropdown-menu.dropdown-menu-right {
  left: auto;
  right: 0;
}

.ak-m-children--dropdownList.alignRight {
  left: auto;
  right: 100%;
}

.ak-m-children--link {
  display: block;
  padding: 3px 15px;
  font-weight: 500;
  color: var(--color-primary);
}

.ak-n-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.ak-icon-link {
  display: block;
  padding: 5px;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color-black);
  text-align: center;
  line-height: 1;
  position: relative;
}

button.ak-icon-link {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 5px;
  width: 100%;
}

.ak-icon-link:hover,
.ak-icon-link:focus {
  text-decoration: none;
  outline: none;
}

button.ak-icon-link:hover,
button.ak-icon-link:focus {
  color: var(--color-secondary);
}

.ak-icon-link--text {
  margin-top: 5px;
  display: block;
  font-size: 10px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ak-icon-link--text {
    font-size: 9px;
  }

  .ak-nav .f-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.ak-icon-link .icon-retweet {
  font-size: 17px;
  height: 21px;
  display: block;
}

.ak-icon-link__counter {
  position: absolute;
  top: -5px;
  right: 10px;
  background: #000;
  color: #fff;
  font-size: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;

  display: none;
}

.ak-icon-link__active .ak-icon-link__counter {
  display: block;
}

@media (min-width: 992px) {
  .ak-n-links--mobileMenu {
    display: none;
  }

  .ak-n-links {
    width: auto;
  }

  .ak-icon-link {
    font-size: 15px;
  }
  .ak-icon-link .icon-retweet {
    font-size: 14px;
    height: 17px;
  }
}

@media (min-width: 1200px) {
  .ak-m-menu--link {
    font-size: 14px;
  }

  .ak-n-links--item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 76px;
    flex: 1 0 76px;
    width: 76px;
  }
}

/* Menu mobile */
.mm-nav {
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #eee;
}

.mm-nav:last-child {
  border-bottom: none;
}

.mm-nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mm-nav__item {
  margin-bottom: 1px;
  position: relative;
}

.mm-nav__link {
  display: block;
  padding: 4px 15px;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: var(--color-black);
}

.mm-nav__dropdown {
  position: absolute;
  z-index: 20;
  right: 5px;
  top: 0;
  background: var(--color-gray);
  width: 40px;
  text-align: center;
  color: var(--color-black);
  font-size: 18px;
}

.mm-nav__dropdown .icon {
  display: block;
  line-height: 30px;

  -webkit-transition: all 0.3s;

  -o-transition: all 0.3s;

  transition: all 0.3s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mm-nav__dropdown.collapsed .icon {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.mm-navSub__item {
  position: relative;
}

.mm-navSub {
  padding-left: 10px;
}

.mm-navThird {
  padding-left: 20px;
}

.mm-navSub__item {
  margin-top: 1px;
}

.mm-navSub__link,
.mm-navThird__link {
  display: block;
  padding: 4px 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: var(--color-black);
}

.mm-navThird__link {
  font-size: 14px;
}

.mm-nav__info {
  font-weight: 500;
}

.mm-phones {
  text-align: center;
}

.mm-phones__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mm-phones__item + .mm-phones__item {
  margin-top: 3px;
}

.mm-phones__icon {
  display: inline-block;
  margin-right: 5px;
  font-size: 17px;
  margin-top: -3px;
}

.mm-phones__link {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-black);
}

/* Cart */
.h-cart__image {
  width: 90px;
}

.h-cart__productName {
  display: block;
  margin-bottom: 5px;
  color: var(--color-primary);
  line-height: 1.2;
}

.h-cart__productName:hover {
  color: var(--color-secondary);
}

.h-cart__price {
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
}

.h-cart__productTotal {
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
}

.h-cart__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-cart__remove {
  margin-left: auto;
  font-size: 18px;
  color: #de1919;
}

.h-cart__total {
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
}

.h-cart__totalStrong {
  font-size: 16px;
}

.h-cart__order {
  display: block;
  margin-bottom: 7px;
}

/* Footer */
.ak-footer {
  background-color: var(--color-gray);
  padding: 35px 0;
}

.ak-footer--title {
  min-height: 22px;
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 15px;
}

.ak-footer--store {
  margin: 20px 0;
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .ak-footer--logo {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }

  .ak-footer--logo img {
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .ak-footer .col-xs-12 {
    text-align: center;
  }

  .ak-footer .col-xs-12 img {
    margin: 0 auto;
  }

  .ak-f-phone {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ak-social-networks--title {
  font-size: 12px;
  margin-bottom: 3px;
}

.ak-social-networks--link {
  font-size: 30px;
  color: var(--color-black);
}

.ak-social-networks--link:hover {
  color: var(--color-secondary);
}

.ak-social-networks--link + .ak-social-networks--link {
  margin-left: 10px;
}

.ak-f-list {
  margin-bottom: 10px;
}

.ak-f-list--link {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: var(--color-black);
}

.ak-f-list--link:hover {
  color: var(--color-secondary);
}

.ak-f-list--link + .ak-f-list--link {
  margin-top: 5px;
}

.ak-f-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.ak-f-phone--icon .icon {
  display: block;
  font-size: 30px;
}

.ak-f-phone--content {
  padding-left: 10px;
}

.ak-f-phone--link {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: var(--color-black);
}

.ak-f-phone--link:hover {
  color: var(--color-secondary);
}

.ak-footer--email-link {
  color: var(--color-black);
}

.ak-footer--email-link:hover {
  color: var(--color-secondary);
}

.ak-footer--email {
  padding-top: 5px;
  margin-bottom: 5px;
}

.ak-footer--email .icon,
.ak-footer--address .icon {
  display: inline-block;
  margin-top: -2px;
  margin-right: 4px;
  font-size: 16px;
  vertical-align: middle;
}

/* Slideshow */
.slideshow {
  padding-bottom: 35px;
}

.slideshow .swiper-button-prev:before,
.slideshow .swiper-button-next:before {
  font-size: 35px;
  color: #fff;
}

.slideshow .swiper-button-prev:hover {
  left: 15px;
  padding-right: 15px;
}
.slideshow .swiper-button-next:hover {
  right: 15px;
  padding-left: 15px;
}

/* Carousel categories */
.ak-c-cat {
  margin-bottom: 35px;
}

.ak-c-cat--title,
.ak-b-title {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.ak-c-cat--title::after,
.ak-b-title::after {
  display: block;
  content: "";
  border-top: 1px dotted var(--color-black);
  margin-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ak-c-cat .swiper-slide {
  padding: 5px;
  height: auto;
}

@media (min-width: 768px) {
  .ak-c-cat--title,
  .ak-b-title {
    width: 45%;
  }

  .ak-c-cat .swiper-slide {
    padding: 10px;
  }
}

@media (min-width: 992px) {
  .ak-c-cat--title,
  .ak-b-title {
    width: 75%;
  }
}

@media (max-width: 767.98px) {
  .ak-c-cat .swiper-viewport .swiper-button-next {
    right: 5px;
  }

  .ak-c-cat .swiper-viewport .swiper-button-prev {
    left: 5px;
  }

  .ak-c-cat .swiper-button-prev:before,
  .ak-c-cat .swiper-button-next:before {
    font-size: 20px;
  }
}

.ak-c-cat .swiper-button-prev:before,
.ak-c-cat .swiper-button-next:before {
  padding: 6px;
  border: 1px solid var(--color-black);
  background-color: #fff;
  -webkit-transition: border 0.2s ease-in;
  -o-transition: border 0.2s ease-in;
  transition: border 0.2s ease-in;
}

.ak-c-cat .swiper-button-prev:hover:before,
.ak-c-cat .swiper-button-next:hover:before {
  border-color: transparent;
}

.ak-c-cat .swiper-button-disabled:hover:before {
  border: 1px solid var(--color-black) !important;
}

/* Modules */
.ak-s-html {
  padding-bottom: 35px;
}

.ak-s-html--title {
  font-weight: 800;
  font-size: 18px;
  text-align: center;
}

.ak-s-html--body {
  font-size: 13px;
  text-align: justify;
  line-height: 1.6;
}

.ak-s-html--body p {
  margin-bottom: 20px;
}

.ak-s-html--body p:last-child {
  margin-bottom: 0;
}

/* Product grid */
.ak-p-card {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
  height: 100%;
  padding: 10px;
  text-align: center;
}

.ak-p-card--image img {
  margin: 0 auto;
}

.ak-p-card--name {
  margin: 10px 0;
  height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ak-p-card--name-link {
  display: block;
  font-size: 12px;
  color: var(--color-black);
  line-height: 1.2;
}

.ak-p-card--name-link:hover {
  text-decoration: none;
}

.ak-p-card--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ak-p-card--stars {
  font-size: 9px;
  color: #9e9e9e;
}

.ak-p-card--stars .icon {
  margin-right: 1px;
}

.ak-p-card--reviews {
  margin-left: auto;
  font-weight: 500;
  font-size: 11px;
}

.ak-p-card--labels {
  margin: 10px -3px 5px;
  line-height: 1;
  min-height: 22px;
}

.ak-p-card--label + .ak-p-card--label {
  margin-left: auto;
}

.ak-p-card--label {
  padding: 0px;
  min-width: 70px;
  border-radius: 0 10px;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
}

.ak-p-card--is-new {
  border: none;
  color: #1f8700;
}

.ak-p-card--special {
  border: 1px solid #d02926;
  color: #d02926;
}

.ak-p-card--avaliable {
  margin: 10px -3px 5px;
  font-weight: 600;
}

.ak-p-card--avaliableIn {
  color: #1f8700;
}

.ak-p-card--avaliableOut {
  color: #d02926;
}

.ak-p-card--price {
  font-weight: 800;
  font-size: 14px;
  line-height: 1;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;
  min-height: 28px;
  margin-bottom: 5px;
      margin-top: -25px;
}

.ak-p-card--price-old {
  font-weight: 600;
  color: var(--color-gray-dark);
  text-decoration: line-through;
}

.ak-p-card--out-text,
.ak-p-card--2cart {
  line-height: 1;
  min-height: 24px;
  padding-top: 5px;
  margin-bottom: 5px;
}

.ak-p-card--out-text-in,
.ak-p-card--2cart-button {
  font-weight: 500;
  font-size: 12px;
  border-bottom: 1px dotted var(--color-black);
}

.ak-p-card--out-text-in {
  display: inline-block;
  line-height: 1;
  color: var(--color-secondary);
  border-color: var(--color-gray-dark);
}

.ak-p-card--2cart-button:hover {
  border-color: transparent;
}

.ak-p-card--btn {
  padding: 0 5px 5px;
}

.action__add--active {
  pointer-events: none;
  opacity: .5;
}

.ak-p-card--out {
  opacity: 0.7;
}

.ak-p-card--out .ak-p-card--image {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.ak-p-card--out:hover .ak-p-card--image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.ak-p-card--out .ak-p-card--label {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.4;
}

@media (min-width: 768px) {
  .ak-p-card {
    padding: 15px;
  }

  .ak-p-card--name {
    height: 34px;
    -webkit-line-clamp: 2;
  }

  .ak-p-card--name-link {
    font-size: 14px;
  }

  .ak-p-card--labels {
    margin-left: -3px;
    margin-right: -3px;
  }

  .ak-p-card--label {
    font-size: 11px;
  }

  .ak-p-card--stars .icon {
    margin-right: 3px;
  }
}

@media (min-width: 1200px) {
  .ak-p-card--label {
    padding: 4px 8px;
    min-width: 75px;
    font-size: 12px;
  }
}

/* Pages */
.ak-p-top {
  padding: 15px 0 5px;
}

.ak-p-top > div {
  margin-bottom: 10px;
}

.ak-p-top .ak-c-cat--title {
  margin-bottom: 8px;
}


.ak-p-one-column .col-sm-9 {
  width: 100%;
}

@media (min-width: 768px) {
  .ak-p-one-column .col-sm-3 {
    width: 30%;
  }

  .ak-p-one-column .col-sm-9 {
    width: 70%;
  }
}

@media (min-width: 1200px) {
  .ak-p-one-column .col-sm-3 {
    width: 20%;
  }

  .ak-p-one-column .col-sm-9 {
    width: 80%;
  }
}

.ak-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.ak-title::after {
  border-top: 1px dotted var(--color-black);
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: 20px;
}

.ak-title--text {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
}

.ak-p-description {
  font-size: 13px;
  line-height: 1.6;
}

/* Breadcrumbs */
.ak-breadcrumb {
  margin: 0;
  padding: 0;
  list-style-type: none;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}

.ak-breadcrumb--item {
  margin-left: 5px;
  margin-right: 5px;
}

.ak-breadcrumb--item:first-child {
  margin-left: 0;
}

.ak-breadcrumb--item .icon {
  display: inline-block;
  margin-left: 5px;
  margin-top: -3px;
  vertical-align: middle;
  font-size: 14px;
  color: var(--color-black);
}

.ak-breadcrumb--link,
.ak-breadcrumb--span {
  font-weight: 500;
  font-size: 12px;
  color: #a5a5a4;
}

/* Pagination */
.ak-pagination {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ak-pagination span,
.ak-pagination a {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  min-width: 16px;
  display: block;
  text-align: center;
  margin: 0 3px;
  border: none;
  background: none;
}

.ak-pagination span {
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}

.ak-pagination a {
  color: var(--color-secondary);
}

.ak-pagination a:hover {
  text-decoration: none;
  color: #555;
}

.ak-pagination svg {
  margin-top: 3px;
  margin-bottom: -1px;
  font-size: 13px;
}

/* Catalog */
.ak-category-sort {
  font-size: 12px;
  margin-bottom: 5px;
}

.ak-category-sort--item {
  margin-right: 10px;
  cursor: pointer;
}

.ak-category-sort--item.is-active {
  font-weight: bold;
}

@media (min-width: 768px) {
  .ak-category-sort {
    text-align: right;
  }

  .ak-category-sort--item {
    margin-left: 20px;
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  .ak-category-sort--text {
    display: block;
  }
}

.ak-c-pagination {
  margin: 15px 0;
}

.ak-c-pagination .ak-pagination {
  display: none;
  margin-top: 20px;
}

.ak-c-products > div {
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .ak-c-products {
    margin-left: -5px;
    margin-right: -5px;
  }

  .ak-c-products > div {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 1200px) {
  .ak-c-col-5 .ak-c-products > * {
    width: 20%;
  }
}

/* Product page */
.ak-p-nav {
  background-color: var(--color-gray);
  margin-bottom: 35px;
}

.ak-p-nav--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ak-p-nav--link:first-child {
  padding-left: 10px;
}

.ak-p-nav--link {
  display: block;
  padding: 11px 7px 10px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  color: var(--color-black);
}

@media (min-width: 576px) {
  .ak-p-nav--link {
    padding: 11px 20px 10px;
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .ak-p-nav--link {
    padding: 11px 30px 10px;
    font-size: 16px;
  }
}

.ak-p-product--title {
  margin: 15px 0 10px;
  font-weight: 600;
  font-size: 16px;
}

.ak-p-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.ak-p-rating--stars {
  font-size: 9px;
  color: #9e9e9e;
}

.ak-p-rating--stars .icon {
  margin-right: 3px;
}

.ak-p-rating--review {
  margin-left: auto;
  font-weight: 500;
  font-size: 11px;
}

.ak-p-product--text {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 12px;
}

.ak-p-product--brand {
  font-weight: bold;
  color: var(--color-black);
}

.ak-p-top-attributes--item + .ak-p-top-attributes--item {
  margin-top: 7px;
}

@media (max-width: 767.98px) {
  .ak-p-nav {
    margin-bottom: 0;
  }
  .ak-p-top-attributes {
    display: none;
  }

  .ak-p-product--fastOrder {
    text-align: center;
  }
}

.ak-p-product--images {
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 992px) {
  .ak-p-product--images {
    padding: 0 50px;
  }
}

.ak-p-product--images img {
  max-width: 100%;
  height: auto;
}

.ak-p-product--images-pager {
  font-size: 20px;
  color: var(--color-gray-dark) !important;
}

.ak-p-product--images-pager:hover {
  color: var(--color-secondary) !important;
}

.ak-p-product--images-pager::before {
  content: "";
  display: none;
}

.ak-p-product--stock {
  display: inline-block;
  background-color: var(--color-gray);
  margin-bottom: 20px;
  padding: 3px 10px;
  font-weight: 500;
  font-size: 12px;
}

.ak-p-product--instock {
  background-color: #ddeddd;
}

.ak-p-product--outofstock {
  background-color: #eddddd;
}

.ak-p-product--price {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 20px;
}

.ak-p-product--price-old {
  font-weight: 300;
  font-size: 16px;
  color: var(--color-gray-dark);
  text-decoration: line-through;
}

.ak-p-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.ak-p-quantity--label {
  margin-bottom: 0;
  padding-right: 10px;
  font-weight: 500;
  font-size: 12px;
  min-width: 100px;
}

.ak-p-quantity--wrapper,
.s-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ak-p-quantity--input,
.s-quantity__input {
  padding: 5px;
  min-width: 100px;
  border: 1px dotted var(--color-black);
  text-align: center;
  font-size: 18px;
  line-height: 18px;
}

.ak-p-quantity--btn,
.s-quantity__btn {
  display: block;
  width: 30px;
  height: 17px;
  padding: 0 5px;
  font-size: 20px;
  color: var(--color-black);
}

.ak-p-quantity--btn .icon,
.s-quantity__btn .icon {
  display: block;
  margin-top: -3px;
}

.ak-p-quantity--btn.active.focus,
.ak-p-quantity--btn.active:focus,
.ak-p-quantity--btn.focus,
.ak-p-quantity--btn:active.focus,
.ak-p-quantity--btn:active:focus,
.ak-p-quantity--btn:focus,
.s-quantity__btn.active.focus,
.s-quantity__btn.active:focus,
.s-quantity__btn.focus,
.s-quantity__btn:active.focus,
.s-quantity__btn:active:focus,
.ak-p-quantity--btn:focus {
  outline: none;
}

.ak-p-product--cart {
  width: 200px;
  max-width: 100%;
  font-weight: 500;
  font-size: 12px;
}

.ak-p-product--cart .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15%;
  margin-top: -5px;
  font-size: 20px;
}

.ak-p-product--btns {
  margin-top: 10px;
  margin-bottom: 15px;
}

.ak-p-product--btn {
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  margin-right: 10px;
}

.ak-p-product--btn:last-child {
  margin-right: 0;
}

.ak-p-product--btn .icon {
  vertical-align: middle;
  margin-right: 3px;
  font-size: 13px;
}

.ak-p-product--btn .icon-heart-shape-outline {
  font-size: 16px;
  margin-right: 5px;
}

.ak-p-info {
  margin-bottom: 20px;
}

.ak-p-info--link {
  display: block;
  height: 38px;
  line-height: 38px;
  padding-left: 45px;
  font-weight: 600;
  font-size: 12px;
  color: var(--color-black);
}

.ak-p-info--delivery {
  background: url(/catalog/view/theme/arhitektor_krasy/image/shipping.png)
  no-repeat left center/32px;
}

.ak-p-info--payment {
  background: url(/catalog/view/theme/arhitektor_krasy/image/pay.png) no-repeat
  left center/32px;
}

.ak-p-product--priceTitle {
  display: none;
}

.ntcd-simple{
  color: red!important;
  text-shadow: 0px 0 5px rgba(255,0,0,0.3);
  background: rgba(255,0,0,0.1);
  padding: 0 4px;
}
.ntcd-simple--counter{
  color: red!important;
  font-size: 21px!important;
}

@media (max-width: 767.98px) {
  .ak-p-product--btns {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ak-p-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .ak-p-info--payment {
    /* margin-left: 30px; */
  }

  .ak-p-product--price,
  .ak-p-quantity {
    margin-bottom: 0;
  }

  .ak-p-product--stock {
    margin-right: auto;
  }

  .ak-p-product--cart{
    margin-top: 10px;
  }
  .ak-p-product--price-old{
    margin-left: 25px;
  }
  .ak-p-product--price {
    margin-left: 10px;
  }

  .ak-p-product--rowMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .ak-p-product--priceTitle {
    display: block;
    font-size: 16px;
  }

  .rowMobile-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ntcd-simple--counter{
    font-size: 19px!important;
  }
}

.ak-p-description {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 13px;
}

.ak-s-html--body a,
.ak-p-description a {
  color: var(--color-black);
  border-bottom: 1px solid var(--color-gray-dark);
}

.ak-s-html--body a:hover,
.ak-p-description a:hover {
  border-color: var(--color-black);
}

.ak-p-attributes--table {
  font-weight: 500;
  font-size: 12px;
}

.ak-p-attributes--row td {
  border-top-style: dotted !important;
}

.ak-p-attributes--row:first-child td {
  border-top-color: transparent;
}

.ak-p-attributes--name {
  width: 25%;
  padding-left: 0;
}

.ak-p-attributes--text {
  font-weight: 800;
}

.ak-p-video--title {
  border-bottom: 0;
  padding-top: 25px;
  padding-bottom: 0;
}

.ak-p-video--container {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 25px;
}

.ak-p-video--container:last-child {
  margin-bottom: 0;
}

.ak-p-video--iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ak-p-reviews,
.ak-p-reviews--section {
  margin-bottom: 30px;
}

.ak-p-reviews--label {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  padding-right: 5px;
}

.ak-p-reviews--stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  color: #9e9e9e;
}

.ak-p-reviews--star {
  cursor: pointer;
  padding: 2px 3px;
}

.ak-p-reviews--star.hovered {
  color: var(--color-secondary);
}

.ak-p-reviews--star.active {
  color: #ff9800;
}

.ak-p-reviews--group {
  position: relative;
}

@media (min-width: 768px) {
  .ak-p-reviews--group {
    max-width: 430px;
  }
}

.ak-p-reviews--group .icon {
  position: absolute;
  left: 0;
  width: 60px;
  padding: 8px;
  font-size: 20px;
  text-align: center;
  pointer-events: none;
}

.form__group {
  margin-bottom: 8px;
}

.form__control,
.ak-p-reviews--input,
.ak-p-reviews--textarea {
  border-radius: 0;
  border: none;
  border-bottom: 1px dotted var(--color-black);
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  margin-bottom: 7px;
}

.ak-p-reviews--input,
.ak-p-reviews--textarea {
  padding-left: 60px;
}

.form__control,
.ak-p-reviews--input {
  height: 40px;
}

textarea.form__control,
.ak-p-reviews--textarea {
  resize: none;
}

.form__control:focus,
.ak-p-reviews--input:focus,
.ak-p-reviews--textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid var(--color-black);
  background-color: #f9f9f9;
}

.has-error .form__control,
.f-error .form__control,
.f-error .ak-p-reviews--input,
.f-error .ak-p-reviews--textarea {
  border-color: #a94442;
  background: rgba(255, 0, 0, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkbox-inline {
  font-weight: bold;
  padding-left: 30px;
}

.checkbox-inline input[type="checkbox"] {
  margin-top: 3px;
  margin-left: -25px;
}

.ak-p-reviews--btn {
  padding: 8px 30px 9px;
  font-weight: 500;
  font-size: 12px;
}

.ak-p-reviews--btn .icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
  margin-bottom: -3px;
  padding-left: 5px;
  font-size: 20px;
}

@media (max-width: 575.98px) {
  .swiper-pager {
    display: none;
  }
}

/* Manufacturer page */
.manufacturerInfo__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 0;
}

/* Contact page */
.contactInfo__group {
  position: relative;
}

.contactInfo__formIcon {
  position: absolute;
  left: 0;
  width: 60px;
  padding: 8px;
  font-size: 20px;
  text-align: center;
  pointer-events: none;
}

.contactInfo__item {
  margin-bottom: 20px;
}

.contactInfo__inner {
  position: relative;
  padding-left: 40px;
  min-height: 25px;

  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  padding-top: 1px;
}

.contactInfo__icon {
  width: 25px;
  font-size: 20px;
  color: var(--color-gray-dark);

  position: absolute;
  left: 5px;
  top: 0;
}

.contactInfo__map {
  min-height: 450px;
}

@media (max-width: 991.98px) {
  .contactInfo__map {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.ak-p-empty {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
}

/* Page error */
.p-empty,
.p-error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 0 50px;
}

.p-error__err {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #f00;
}

.p-error__title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.p-empty__text,
.p-error__description {
  margin-bottom: 20px;
}

.p-empty__btn,
.p-error__btn {
  padding: 8px 30px 9px;
  font-weight: 500;
  font-size: 12px;
}

/* Page compare */
.compareCategories__list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}

.compareCategories__item {
  margin-bottom: 5px;
  padding-left: 15px;
}

.compareCategories__link {
  font-weight: 500;
  font-size: 16px;
}

.compareCategories__counter {
  margin-left: 5px;
  font-size: 14px;
  color: var(--color-secondary);
}

.compareCategories__icon {
  margin-right: 5px;
}

/* Flex table */
.flex-table {
  display: flex;
  flex-flow: row wrap;
  border-left: solid 1px var(--color-gray-dark);
  transition: 0.5s;
}

.flex-table:first-of-type {
  border-top: solid 1px var(--color-gray-dark);
  border-left: solid 1px var(--color-gray-dark);
}

.flex-table:first-of-type .flex-row {
  background: var(--color-gray);
  border-color: var(--color-gray-dark);
}

/* Account */
.ak-account__login {
  max-width: 600px;
  margin: 0 auto 30px;
}

.ak-account__deliver {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;

  text-transform: uppercase;
  font-weight: 600;
}

.ak-account__deliver::before,
.ak-account__deliver::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: var(--color-secondary);
  margin: 0 10px;
}

.ak-account__btn {
  padding: 8px 30px 9px;
  font-weight: 500;
  font-size: 12px;
  min-width: 200px;
}

.ak-account__list {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.ak-account__list--sm {
  font-size: 15px;
}

.ak-account__listItem {
  margin-bottom: 5px;
}

.modal-top-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: -webkit-calc(100% - 60px);
  min-height: -moz-calc(100% - 60px);
  min-height: calc(100% - 60px);
}

.ak-p-location__map .modal-body {
  padding: 0;
}

.ak-p-location__map .modal-body .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  opacity: 1;
  font-size: 35px;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 1;
}

.ak-p-location__addressTitle {
  font-weight: 600;
  font-size: 16px;
}

.ak-p-location__address {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #777;
}

.ak-p-location__tel {
  margin-bottom: 8px;
  font-size: 17px;
}

.ak-p-location__open {
  margin-bottom: 10px;
  font-weight: bold;
}

.ak-p-location__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ak-p-location__icon .icon {
  margin-right: 7px;
  width: 25px;
  font-size: 20px;
  color: var(--color-gray-dark);
}

.ak-p-location__map .modal-body iframe {
  display: block;
  width: 100%;
}

.ak-p-location__item .col-xs-12:nth-child(even) .ak-p-card {
  background-color: #f7f7f7;
}

.ak-p-card--stars,
.ak-p-card--reviews,
.ak-p-rating {
  display: none;
}



#product-product{
  overflow: hidden;
}



#product-product .ak-breadcrumb{
  display: none;
}



#product-product .ak-p-product--fastOrder{
  display: none;
}




.ak-p-product--content img{

  max-width: 100%;

}









.mm-nav__list .ak-f-list a{


padding: 4px 15px;

    font-size: 15px ;
    line-height: 22px;
}






#simplecheckout_cart .ak-b-title {

  display: none;
}


.ak-p-info{
  display: none;
}


.ak-p-product .ak-p-top{
display: none;

}

.ak-p-product .ak-p-product--images{
  margin-bottom: 5px;
}


#simplecheckout_customer .checkout-heading {
	display: none;
}




@media (max-width: 769px) {

.modal-dialog .mm-nav:nth-child(2){
  display: none;
}
.col__lg__prv .ak-footer--title{
display: none;

}

.col__lg__ext2{
  margin-bottom: 0
}



.col__lg__ext{
  display: none;
}

.col__lg__ext2{

  justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;

}


.row-cols-lg-5{

  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

}






@media (max-width: 579px) {


  .f-row--between{
    position: relative;
  }

  .ak-h-search input{
    display: none;

  }
.ak-n-links{
  padding-right: 70px;
}

  .ak-h-search{
    position: absolute;

    right: 24px;
    top: 2px;
    width: 50px;



  }



  .ak-n-links--mobileMenu{

    position: absolute;
    top: -70px;
    left: 15px;
  }





}



.ak-p-card--labels {
	margin: 0;
	min-height: 0;
}












































































































































































