/* HEADER */
#header .header-doptop {
  border-bottom: 1px solid var(--color-border-grey-light);
}
#header .header-phone__link-phone {
  color: #777;
}
#header .header-phone__popup-link-phone {
  font-size: 1em;
}
#header .header-phone__link-phone {
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9em;
  color: #333;
}
#header .header-phone__main-phone {
  margin-bottom: 0;
}
.header-address_search {
  width: 100%;
}
.header-address_search form {
  position: relative;
}
.header-address_search input,
button {
  border: none;
  outline: none;
  border-radius: 3px;
  box-sizing: border-box;
}
.header-address_search input {
  width: 100%;
  border: 1px solid var(--color-border-grey-medium);
  height: 45px;
  color: var(--color-text-base-black);
  padding: 0 40px 0 15px;
  background-color: var(--color-bg-white);
  border-radius: var(--main-template-border-radius-elements, 4px);
}
.header-address_search button {
  height: 26px;
  width: 26px;
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  cursor: pointer;
}
.header-address_search button:before {
  content: "\f002";
  font-family: FontAwesome;
  color: var(--color-text-base-black);
  font-size: 1.4em;
  line-height: 1;
}
/* catalog cart popup */
.bx-blue .btn.btn-default {
  background: var(--main-template-color, #0088cc);
  font-weight: 400;
  border-color: var(--main-template-color, #0088cc);
}
.bx-blue .btn.btn-default:hover {
  background: var(--main-template-color, #0088cc);
  opacity: 0.8;
}
.popup-window.popup-window-with-titlebar {
  padding: 20px;
  width: 100%;
  max-width: 400px;
  height: 350px;
  border-radius: 7px;
}
.btn-primary.btn-buy,
.btn-default.btn-buy {
  padding: 7px 10px;
  border: none;
  border-radius: var(--main-template-border-radius-elements);
  outline: 0;
  background-color: var(--main-template-color, #0088cc);
  color: var(--color-text-btn-white);
  font-size: 1em;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 1.5;
}
.btn-primary.btn-buy:hover,
.btn-default.btn-buy:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .btn-primary.btn-buy,
  .btn-default.btn-buy {
    padding: 7px 5px;
    font-size: 0.9em;
  }
}
/* auth */
input[type=submit].btn.btn-primary {
  padding: 10px 30px;
  font-size: 1em;
  border: none;
  border-radius: var(--main-template-border-radius-elements);
  background: var(--main-template-color, #0088cc);
  color: var(--color-text-btn-white);
  letter-spacing: 1px;
  text-decoration: none;
  line-height: 1.5;
}
.bx-authform-social {
  display: none;
}
.bx-auth-title,
.bx-auth-serv-icons {
  display: none;
}
.bx-auth table.bx-auth-table {
  border: none;
}
.bx-auth table.bx-auth-table td {
  background: none;
  border: none;
}
.bx-auth table.bx-auth-table tr {
  background: none;
  border: none;
}
.bx-auth .data-table.bx-registration-table thead {
  display: none;
}
.bx-auth .data-table.bx-registration-table {
  width: 100%;
  max-width: 480px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: transparent;
  margin-bottom: 30px;
  border: none;
}
.bx-auth .data-table.bx-registration-table tbody tr {
  border: none;
  background: transparent;
}
.bx-auth .data-table.bx-registration-table tbody tr td {
  padding: 0.75rem 0;
  border: none;
  background: transparent;
  vertical-align: middle;
}
.bx-auth .data-table.bx-registration-table tbody tr td:first-child {
  width: 40%;
  font-weight: 500;
  color: #4a5568;
  font-size: 0.9rem;
  text-align: left;
  padding-right: 1rem;
}
.bx-auth .data-table.bx-registration-table tbody tr td:last-child {
  width: 60%;
  padding-left: 0;
}
.bx-auth .data-table.bx-registration-table .starrequired {
  color: #e53e3e;
  font-weight: 600;
  margin-right: 0.25rem;
  font-size: 1rem;
}
.bx-auth .data-table.bx-registration-table .bx-auth-input,
.bx-auth .data-table.bx-registration-table input[type="text"],
.bx-auth .data-table.bx-registration-table input[type="password"] {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #2d3748;
  background-color: #ffffff;
  outline: none;
  font-family: inherit;
}
.bx-auth .data-table.bx-registration-table .bx-auth-input:focus,
.bx-auth .data-table.bx-registration-table input[type="text"]:focus,
.bx-auth .data-table.bx-registration-table input[type="password"]:focus {
  border-color: var(--main-template-color, #0088cc);
}
.bx-auth .data-table.bx-registration-table .bx-auth-input:hover,
.bx-auth .data-table.bx-registration-table input[type="text"]:hover,
.bx-auth .data-table.bx-registration-table input[type="password"]:hover {
  border-color: #cbd5e0;
}
.bx-auth .data-table.bx-registration-table tbody tr td[colspan="2"] {
  background: transparent;
}
.bx-auth .data-table.bx-registration-table tbody tr td[colspan="2"] b {
  font-size: 1.1rem;
  font-weight: 600;
  color: #4a5568;
  display: block;
  margin: 1.5rem 0 1rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}
.bx-auth .data-table.bx-registration-table tbody tr td img {
  border-radius: 6px;
  border: 1px solid #e2e8f0;
}
.bx-auth .data-table.bx-registration-table input[name="captcha_word"] {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #2d3748;
  background-color: #ffffff;
  outline: none;
  font-family: inherit;
}
.bx-auth .data-table.bx-registration-table tfoot tr {
  background: transparent;
}
.bx-auth .data-table.bx-registration-table tfoot tr td {
  padding: 1rem 0 0 0;
  border: none;
  background: transparent;
}
.bx-auth .data-table.bx-registration-table input[type="submit"],
.bx-auth .data-table.bx-registration-table input[name="Register"] {
  width: 100%;
  padding: 1rem 2rem;
  background: var(--main-template-color, #0088cc);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  font-family: inherit;
}
.bx-auth .data-table.bx-registration-table input[type="submit"]:hover,
.bx-auth .data-table.bx-registration-table input[name="Register"]:hover {
  opacity: 0.8;
}
.bx-auth .data-table.bx-registration-table input[type="hidden"] {
  display: none;
}
.bx-auth .data-table.bx-registration-table tbody tr:nth-child(odd) {
  background: transparent;
}
.bx-auth .data-table.bx-registration-table tbody tr:nth-child(even) {
  background: transparent;
}
.bx-auth .data-table.bx-registration-table tbody tr:nth-child(odd) td {
  background: transparent;
}
.bx-auth .data-table.bx-registration-table tbody tr:nth-child(even) td {
  background: transparent;
}
.bx-auth .data-table.bx-registration-table .bx-auth-input.error,
.bx-auth .data-table.bx-registration-table input.error {
  border-color: #e53e3e;
}
.bx-auth .data-table.bx-registration-table .bx-auth-input.success,
.bx-auth .data-table.bx-registration-table input.success {
  border-color: #38a169;
}
/*  OTHER */
.bx-scu-container {
  height: auto !important;
}
.basket-item-info-name,
.basket-item-info-name-link {
  font: 16px / 26px var(--ui-font-family-secondary, var(--ui-font-family-open-sans)) !important;
}
#section_element_menu ul#vertical-multilevel-menu > li.menu-section > a::before {
  color: #000;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  padding-right: 10px;
}
.bx_filter .bx_ui_slider_pricebar_V {
  background: var(--main-template-color);
}
.header-doptop .container-fluid:before,
.header-doptop .container-fluid:after,
.header-doptop .row:before,
.header-doptop .row:after {
  display: none !important;
  content: none !important;
}
.bx_soc_comments_div .bx-catalog-tab-list {
  display: none;
}
.gs-star {
  font-size: 30px;
}
.blog-comment-content-text {
  font-size: 1.1em;
  margin: 20px 0;
  line-height: 1.5;
}
.header-inner-main-page .basket-line .icon-item,
.header-inner-main-page .basket-line .icon-item__svg,
.header-inner-main-page .basket-line .icon-item__label {
  color: #f7f7f7;
}
.header-inner .basket-line .icon-item,
.header-inner .basket-line .icon-item__svg,
.header-inner .basket-line .icon-item__label {
  color: #f7f7f7;
}
.header-inner-main-page .basket-line .user-menu__link,
.header-inner .basket-line .user-menu__link {
  color: #333;
}
.basket-line {
  margin-top: 8px;
}
.breadcrumb {
  background: none;
}
.wrapper {
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  .wrapper {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .catalog-detail__price-box {
    display: flex;
  }
}
@media (max-width: 991px) {
  .catalog-detail__status-box {
    margin-top: 0;
  }
}

.section-catalog-tile__item-slider .catalog-section__card {
  border: 0 !important;
}
.section-catalog-tile__item-slider {
  padding: 0 !important;
}
