@charset "UTF-8";

:root {
  --orange: #dc863f;
  --dark-orange: #b6511c;
  --light-beige: #e0d2cb;
  --dark-blue: #22526d;
  --deep-blue: #244460;
  --light-blue: #7ea8b7;
  --medium-blue: #396d84;
  --sky-blue: #5a89a3;
  --deep-black: #0d1c21;
  --dark-green: #2f494a;
  --gray-brown: #726765;

  /*user-select: none;*/
}

/* @version 9.0 [rev.9.0.01] */
/* @version 9.2 [rev.9.2.01] */
/* @version 9.0 [rev.9.0.01] */
/* @version 9.0 [rev.9.0.01] */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;700&display=swap");
@import url("https://fonts.cdnfonts.com/css/segoe-ui-4");
@import url("https://fonts.cdnfonts.com/css/geologica");
/* @version 9.0 [rev.9.0.01] */
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.01] */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@100;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.01] */
/* @version 9.0 [rev.9.0.01] */
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.01] */

@font-face {
  font-family: 'WaverlyCF-Bold';
  src: url('/assets/fonts/WaverlyCF-Bold.otf') format('opentype'),
  url('/assets/fonts/WaverlyCF-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'WaverlyCF-DemiBold';
  src: url('/assets/fonts/WaverlyCF-DemiBold.otf') format('opentype'),
  url('/assets/fonts/WaverlyCF-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'WaverlyCF-ExtraBold';
  src: url('/assets/fonts/WaverlyCF-ExtraBold.otf') format('opentype'),
  url('/assets/fonts/WaverlyCF-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'WaverlyCF-Light';
  src: url('/assets/fonts/WaverlyCF-Light.otf') format('opentype'),
  url('/assets/fonts/WaverlyCF-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'WaverlyCF-Medium';
  src: url('/assets/fonts/WaverlyCF-Medium.otf') format('opentype'),
  url('/assets/fonts/WaverlyCF-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'WaverlyCF-Thin';
  src: url('/assets/fonts/WaverlyCF-Thin.otf') format('opentype'),
  url('/assets/fonts/WaverlyCF-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    animation-fill-mode: both; } }
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0; }
  100% {
    transform: translateY(0rem);
    opacity: 1; }
  0% {
    transform: translateY(1rem);
    opacity: 0; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.slideIn {
  animation-name: slideIn; }

.fadeIn {
  animation-name: fadeIn; }

.fadeOut {
  animation-name: fadeOut; }


/* @version 9.0 [rev.9.0.01] */
body {
  margin: 0;
  font-size: 16px;
  font-family: 'WaverlyCF-Medium', sans-serif !important;
}

a {
  color: #0c579b;
  text-decoration: none; }
  a:hover {
    color: #072e53; }

.hidden {
  visibility: hidden; }

.container-small {
  max-width: 800px; }

/* NO-WRAP */
.nowrap {
  white-space: nowrap; }

/* /NO-WRAP */
/* ADD GAP ON FLEX ITEMS */
.d-flex {
  gap: .25rem; }

/* /ADD GAP ON FLEX ITEMS */
.backdrop {
  z-index: 5;
  color: #000; }

.container-small {
  max-width: 800px; }

small, .small {
  font-size: 0.875rem; }

.text-right {
  text-align: right !important; }

/* @version 9.0 [rev.9.0.01] */
/* PRINT */
@media print {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important; }

  .print-only {
    display: block !important; }

  .no-print {
    display: none !important; }

  a:link:after, a:visited:after {
    display: none;
    content: ""; }

  .img-thumbnail {
    padding: 0;
    width: 75%;
    border: none; }

  .slick-arrow {
    display: none !important; } }
@media screen {
  .print-only {
    display: none; } }
/* /PRINT */
/* @version 9.0 [rev.9.0.01] */
/* ANCHOR */
.anchor {
  padding: 0 .175rem;
  font-weight: 400;
  color: #0c579b;
  text-decoration: none;
  opacity: 0;
  transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out; }
  .anchor::after {
    content: "@"; }
  .anchor:focus, .anchor:hover, :target > .anchor {
    opacity: 1; }

/* /ANCHOR */
/* @version 9.1 [rev.9.1.01] */
.badge {
  font-size: 85%;
  font-weight: 500;
  white-space: normal;
  text-align: left; }
  .btn .badge {
    top: 0;
    font-size: 70%; }
  .badge-text {
    color: var(--deep-blue); !important; }
  .badge-slim {
    font-weight: 400; }
  .badge.text-bg-primary {
    background-color: #0c579b; }
  .badge.text-bg-open {
    color: #fff;
    background-color: #63ab12; }
  .badge.text-bg-closed {
    color: #fff;
    background-color: #da2839; }
  .badge.text-bg-scheduled {
    color: #fff;
    background-color: #0056b3; }
  .badge.text-bg-preferred {
    color: #fff;
    background-color: #1486ff; }
  .badge.text-bg-verified {
    color: #fff;
    background-color: #2990ff; }
  .badge.text-bg-live-mode {
    color: #fff;
    background-color: #b51f2e; }
  .badge.text-bg-account-mode {
    color: #fff;
    background-color: #005dc2; }
  .badge.text-bg-store-info {
    color: #fff;
    background-color: #adb5bd; }
  .badge.text-bg-seller {
    color: #fff;
    background-color: #007bff; }
  .badge.text-bg-buyer {
    color: #fff;
    background-color: #dc3545; }
  .badge.text-bg-draft {
    color: #000;
    background-color: #f8f9fa; }
  .badge.text-bg-pending {
    color: #fff;
    background-color: #80808d; }
  .badge.text-bg-declined {
    color: #fff;
    background-color: #b51f2e; }
  .badge.text-bg-withdrawn {
    color: #fff;
    background-color: #c99700; }
  .badge.text-bg-product {
    color: #fff;
    background-color: #007bff; }
  .badge.text-bg-classified {
    color: #fff;
    background-color: #a31c29; }
  .badge.text-bg-auction {
    color: #fff;
    background-color: #6bb913; }
  .badge.text-bg-activity-bids {
    color: #fff;
    background-color: #80de17; }
  .badge.text-bg-activity-offers {
    color: #fff;
    background-color: #fd7e14; }
  .badge.text-bg-activity-sales {
    color: #fff;
    background-color: #2990ff; }
  .badge.text-bg-listin-site {
    color: #fff;
    background-color: #2B60DE; }
  .badge.text-bg-listin-store {
    color: #fff;
    background-color: #1200A2; }
  .badge.text-bg-listin-both {
    color: #fff;
    background-color: #DE2A60; }
  .badge.text-bg-homepage-featured {
    color: #fff;
    background-color: #43740c; }
  .badge.text-bg-category-featured {
    color: #fff;
    background-color: #a71d2a; }
  .badge.text-bg-offer {
    color: #fff;
    background-color: #1f9f50; }
  .badge.text-bg-counter {
    color: #fff;
    background-color: #830f03; }
  .badge.text-bg-blue {
    color: #fff;
    background-color: #007bff; }
  .badge.text-bg-green {
    color: #fff;
    background-color: #6bb913; }
  .badge.text-bg-red {
    color: #fff;
    background-color: #dc3545; }
  .badge.text-bg-gold {
    color: #75611c;
    background-color: #fcd036; }
  .badge.text-bg-black {
    color: #fff;
    background-color: #303641; }
  .badge.text-bg-orange {
    color: #fff;
    background-color: #ff9600; }
  .badge.text-bg-activity-in-cart {
    color: #fff;
    background-color: #0a58ca; }
  .badge.text-bg-activity-paid {
    color: #fff;
    background-color: #1f9f50; }
  .badge.text-bg-activity-sold {
    color: #fff;
    background-color: #49be38; }

/* @version 9.0 [rev.9.0.01] */
/* BLOCKQUOTES */
.bq {
  background-color: rgba(108, 117, 125, 0.1);
  border-left: 5px solid #adb5bd;
  padding: 1rem; }
  .bq.bq-info {
    background-color: rgba(0, 123, 255, 0.1);
    border-left-color: #0c579b; }
  .bq.bq-success {
    background-color: rgba(40, 167, 69, 0.1);
    border-left-color: #6bb913; }
  .bq.bq-danger {
    background-color: rgba(220, 53, 69, 0.1);
    border-left-color: #dc3545; }

/* /BLOCKQUOTES */
/* @version 9.0 [rev.9.0.01] */
.btn-primary {
  background-color: #0c579b;
  border-color: #0c579b; }
  .btn-primary:hover {
    background-color: #072e53;
    border-color: #072e53; }
  .btn-primary:focus, .btn-primary:active {
    background-color: #072e53;
    border-color: #072e53;
    box-shadow: 0 0 0 0.25rem rgba(17, 89, 190, 0.2) !important; }

/* BUTTONS */
/* blue button */
.btn-blue {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-blue:hover {
    color: #fff;
    background-color: #006fe6;
    border-color: #006fe6; }

/* /blue button */
/* green button */
.btn-green {
  color: #fff;
  background-color: #00a651;
  border-color: #008d45; }
  .btn-green:hover {
    color: #fff;
    background-color: #007338;
    border-color: #004f27; }

/* /green button */
/* red button */
.btn-red {
  color: #fff;
  background-color: #d42020;
  border-color: #d42020; }
  .btn-red:hover {
    color: #fff;
    background-color: #a81919;
    border-color: #9f1818; }

/* /red button */
/* gold button */
.btn-gold {
  color: #ffffff;
  background-color: var(--orange);
  border-color: var(--orange);
transition: box-shadow 0.3s ease, transform 0.2s ease; /* Плавность перехода */
}

.btn.btn-gold:hover {
  background-color: var(--orange);
  border-color: var(--orange);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* /gold button */
/* black button */
.btn-black {
  color: #fff;
  background-color: #303641;
  border-color: #252a32; }
  .btn-black:hover {
    color: #fff;
    background-color: #1a1e24;
    border-color: #0b0d0f; }

/* /black button */
/* orange button */
.btn-orange {
  color: #fff;
  background-color: #ff9600;
  border-color: #ff9600; }
  .btn-orange:hover {
    color: #fff;
    background-color: #cc7800;
    border-color: #c27200; }

/* /orange button */
/* default button - backwards compatibility */
.btn-default {
  color: #343a40;
  background-color: #dee2e6;
  border-color: #dee2e6; }
  .btn-default:hover {
    color: #343a40;
    background-color: #adb5bd;
    border-color: #adb5bd; }

.btn-filter-title {
  background-color: #f8f9fa;
  color: #343a40;
  border-color: #6c757d;
  z-index: 2;
  border-right: transparent;
  margin-right: -1px; }
  .btn-filter-title:after {
    content: ':'; }

/* /default button - backwards compatibility */
/* /BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  /* ICON BUTTONS */
  /* /ICON BUTTONS */ }
  .btn.btn-sm {
    gap: 4px; }
  .btn.btn-icon {
    position: relative;
    text-align: left !important; }
    .btn.btn-icon i, .btn.btn-icon .feather {
      position: absolute;
      right: .75rem;
      top: .7rem; }

.btn-toolbar {
  gap: .25rem; }

.bootbox-close-button {
  float: right; }

/* BUTTON LOADING DISABLED */
.btn-loading-disabled {
  opacity: 1 !important; }

/* /BUTTON LOADING DISABLED */
/* BUTTONS STICKY BOTTOM */
.buttons-sticky-bottom {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  padding: .75rem .5rem;
  margin-bottom: 1rem;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  width: 100%;
  z-index: 15; }
  @media (max-width: 1199.98px) {
    .buttons-sticky-bottom {
      overflow-x: scroll;
      overflow-y: hidden;
      white-space: nowrap; }
      .buttons-sticky-bottom button {
        display: inline-block; } }
  .form-sticky-buttons .buttons-sticky-bottom {
    display: none; }
  .buttons-sticky-bottom.bg-transparent {
    border-top: 1px solid #f8f9fa;
    background-color: rgba(255, 255, 255, 0.8) !important; }

.btn-padded {
  font-size: 0.85rem;
  padding: 1px 6px 3px; }

/* /BUTTONS STICKY BOTTOM */
.btn-email {
  border-top: 1px solid #e9ecef;
  margin-top: 1.5rem;
  padding-top: 1.5rem; }
  .btn-email .btn {
    width: 100%;
    font-size: 1.25rem;
    padding: .5rem 1rem; }

/* @version 9.2 [rev.9.2.01] */
.listings-cards, .stores-cards {
  display: flex;
  flex-wrap: wrap; }
  .listings-cards:not(.no-highlighting) .card-highlighted,
  .stores-cards:not(.no-highlighting) .card-highlighted {
    border-color: #0065d3 !important;
    background-color: #E6F2FF; }
  .listings-cards:not(.no-highlighting) .card-home-page-featured,
  .stores-cards:not(.no-highlighting) .card-home-page-featured {
    background-color: #fffaf3;
  }
  .listings-cards:not(.no-highlighting) .card-category-page-featured,
  .stores-cards:not(.no-highlighting) .card-category-page-featured {
    border-color: #6bb913 !important;
    background-color: #eef6e5; }
  .main-content .listings-cards,
  .main-content .stores-cards {
    margin-left: -24px;
    margin-right: -24px; }
  .listings-cards .card, .stores-cards .card {
    border: none;
    border-radius: 0; }
    .listings-cards .card .card-img-top, .stores-cards .card .card-img-top {
      border-radius: 0 !important; }
    .listings-cards .card .price, .stores-cards .card .price {
      font-size: 1.2rem;
      line-height: 1.2;
      font-weight: 500; }
    .listings-cards .card .card-title, .stores-cards .card .card-title {
      font-size: 1.1rem; }
    .listings-cards .card .card-footer .btn-sm, .stores-cards .card .card-footer .btn-sm {
      font-size: .8rem; }
    .listings-cards .card .card-footer .stores-cards .card .card-footer {
      background-color: #fff; }
    .listings-cards .card .card-seller, .stores-cards .card .card-seller {
      color: black; }
  .listings-cards .card-grid, .stores-cards .card-grid {
    padding: 24px; }
    @media (min-width: 992px) {
      .listings-cards .card-grid.card-grid-desktop-1, .stores-cards .card-grid.card-grid-desktop-1 {
        width: 100%; } }
    @media (max-width: 991.98px) {
      .listings-cards .card-grid.card-grid-phone-1, .stores-cards .card-grid.card-grid-phone-1 {
        width: 100%; } }
    @media (min-width: 992px) {
      .listings-cards .card-grid.card-grid-desktop-2, .stores-cards .card-grid.card-grid-desktop-2 {
        width: 50%; } }
    @media (max-width: 991.98px) {
      .listings-cards .card-grid.card-grid-phone-2, .stores-cards .card-grid.card-grid-phone-2 {
        width: 50%; } }
    @media (min-width: 992px) {
      .listings-cards .card-grid.card-grid-desktop-3, .stores-cards .card-grid.card-grid-desktop-3 {
        width: 33.33%; } }
    @media (max-width: 991.98px) {
      .listings-cards .card-grid.card-grid-phone-3, .stores-cards .card-grid.card-grid-phone-3 {
        width: 33.33%; } }
    @media (min-width: 992px) {
      .listings-cards .card-grid.card-grid-desktop-4, .stores-cards .card-grid.card-grid-desktop-4 {
        width: 25%; } }
    @media (max-width: 991.98px) {
      .listings-cards .card-grid.card-grid-phone-4, .stores-cards .card-grid.card-grid-phone-4 {
        width: 25%; } }
    @media (min-width: 992px) {
      .listings-cards .card-grid.card-grid-desktop-5, .stores-cards .card-grid.card-grid-desktop-5 {
        width: 20%; } }
    @media (max-width: 991.98px) {
      .listings-cards .card-grid.card-grid-phone-5, .stores-cards .card-grid.card-grid-phone-5 {
        width: 20%; } }
    @media (min-width: 992px) {
      .listings-cards .card-grid.card-grid-desktop-6, .stores-cards .card-grid.card-grid-desktop-6 {
        width: 16.65%; } }
    @media (max-width: 991.98px) {
      .listings-cards .card-grid.card-grid-phone-6, .stores-cards .card-grid.card-grid-phone-6 {
        width: 16.65%; } }
    .listings-cards .card-grid .card-body, .stores-cards .card-grid .card-body {
      padding: 1.5rem 0 0 0; }
    .listings-cards .card-grid .card-seller, .stores-cards .card-grid .card-seller {
      margin-bottom: .5rem; }
    .listings-cards .card-grid .card-title, .stores-cards .card-grid .card-title {
      white-space: normal !important;
      font-size: 1rem !important;
      line-height: 1.2;
      height: 3.6rem !important;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3; }
    .listings-cards .card-grid .card-short-description, .stores-cards .card-grid .card-short-description {
      display: none; }
    .listings-cards .card-grid .price, .stores-cards .card-grid .price {
      margin-top: 1rem; }
    .listings-cards .card-grid .card-details, .stores-cards .card-grid .card-details {
      display: flex;
      justify-content: space-between;
      gap: 4px;
      margin-bottom: .5rem; }
    .listings-cards .card-grid .card-footer, .stores-cards .card-grid .card-footer {
      border-top: none;
      margin: 12px -24px -24px;
      padding: 12px 24px;
      display: flex;
      justify-content: space-between; }
    .listings-cards .card-grid .btn-wishlist-async, .stores-cards .card-grid .btn-wishlist-async {
      position: absolute;
      top: 1rem;
      right: 1rem;
      box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05); }
    .listings-cards .card-grid:hover .btn-wishlist-async, .stores-cards .card-grid:hover .btn-wishlist-async {
      visibility: visible !important; }
  .listings-cards .card-list, .stores-cards .card-list {
    width: 100%;
    display: flex;
    flex-direction: row; }
    .listings-cards .card-list .card-img, .stores-cards .card-list .card-img {
      width: 25%; }
    .listings-cards .card-list .card-body, .stores-cards .card-list .card-body {
      width: 60%;
      margin-top: auto;
      margin-bottom: auto;
      padding: .5rem 1rem; }
      .listings-cards .card-list .card-body .card-title, .stores-cards .card-list .card-body .card-title {
        white-space: normal !important;
        font-size: 1.25rem !important;
        line-height: 1.2;
        height: 1.5rem !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: .75rem; }
      .listings-cards .card-list .card-body .card-short-description, .stores-cards .card-list .card-body .card-short-description {
        white-space: normal !important;
        font-size: 15px !important;
        line-height: 1.2;
        height: 36px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: .5rem; }
      .listings-cards .card-list .card-body .price, .stores-cards .card-list .card-body .price {
        margin-bottom: .25rem;
        font-size: 1.4rem; }
    .listings-cards .card-list .card-footer, .stores-cards .card-list .card-footer {
      display: flex;
      background-color: transparent;
      border-top: none;
      width: 15%;
      align-items: end;
      padding: 1rem;
      justify-content: end; }
    .listings-cards .card-list .btn-wishlist-async, .stores-cards .card-list .btn-wishlist-async {
      position: absolute;
      top: 1rem;
      right: 1rem; }

.stores-cards .card-grid .card-seller {
  margin-bottom: 0; }
.stores-cards .card-grid .card-title {
  white-space: normal !important;
  font-size: 1rem !important;
  line-height: 1.2;
  height: 2.4rem !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

/* CATEGORIES CARD COLUMNS */
@media (min-width: 768px) {
  .categories-card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; } }
@media (min-width: 992px) {
  .categories-card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3; } }
@media (min-width: 1200px) {
  .categories-card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4; } }
.categories-card-columns .card {
  display: inline-block;
  width: 100%;
  border: none;
  background-color: transparent;
  margin-bottom: 20px; }
  .categories-card-columns .card .card-title {
    margin-bottom: 0; }
    .categories-card-columns .card .card-title a {
      color: #343a40; }
      .categories-card-columns .card .card-title a:hover {
        text-decoration: none; }
  .categories-card-columns .card .card-body {
    background-color: #fff; }
  .categories-card-columns .card .card-text {
    margin-top: .75rem; }

/* /CATEGORIES CARD COLUMNS */
.listing-list-email {
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #f8f9fa;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.sale-email {
  border-top: 1px solid #e9ecef;
  margin-top: 1.5rem;
  padding-top: 1.5rem; }
  .sale-email.with-bottom {
    border-bottom: 1px solid #f8f9fa;
    margin-bottom: 1.5rem; }

/* @version 9.0 [rev.9.0.01] */
/* LISTINGS CAROUSEL */
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 50px;
  opacity: 1; }
  .carousel .carousel-control-prev .bi,
  .carousel .carousel-control-next .bi {
    color: #343a40;
    background-color: #fff;
    width: 50px;
    font-size: 32px;
    border-radius: 26px;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.02) !important; }
.carousel .carousel-control-prev {
  left: -26px; }
.carousel .carousel-control-next {
  right: -26px; }

/* /LISTINGS CAROUSEL */
/* HOME PAGE CAROUSEL */
.jq-rs-slider .jq-slide .slide-center {
  display: table;
  margin: 0 auto; }
.jq-rs-slider .img-fluid {
  width: 100vw; }
.jq-rs-slider .slick-prev, .jq-rs-slider .slick-next {
  width: 50px;
  height: 50px; }
.jq-rs-slider .slick-next {
  right: 30px !important;
  z-index: 5; }
.jq-rs-slider .slick-prev {
  left: 30px !important;
  z-index: 5; }
.jq-rs-slider .slick-prev:before {
  color: #343a40 !important;
  font-size: 50px; }
.jq-rs-slider .slick-next:before {
  color: #343a40 !important;
  font-size: 50px; }
@media (max-width: 575.98px) {
  .jq-rs-slider .slick-prev, .jq-rs-slider .slick-next {
    width: 30px;
    height: 30px; }
  .jq-rs-slider .slick-next {
    right: 10px !important; }
  .jq-rs-slider .slick-prev {
    left: 10px !important; }
  .jq-rs-slider .slick-prev:before {
    font-size: 30px; }
  .jq-rs-slider .slick-next:before {
    font-size: 30px; } }

/* HOME PAGE CAROUSEL */
/* HIDE SLIDES UNTIL SLIDER LOADED */
.jq-loading-slider .jq-slide.hidden {
  display: none; }

/* /HIDE SLIDES UNTIL SLIDER LOADED */
/* @version 9.0 [rev.9.0.01] */
/* SHOPPING CART DROPDOWN (DEFAULT PARTIAL) */
.cart-dropdown .feather {
  width: 20px;
  height: 20px; }
.cart-dropdown > .btn:hover, .cart-dropdown > .btn:focus {
  box-shadow: none; }
.cart-dropdown > .btn::after {
  display: none; }
.cart-dropdown .dropdown-menu {
  width: 400px;
  padding: 1rem; }
  @media (max-width: 575.98px) {
    .cart-dropdown .dropdown-menu {
      width: 100%; } }
.cart-dropdown .cart-box .feather {
  color: #0b0b0b;
  height: 15px;
  width: 15px; }
.cart-dropdown .cart-box + .cart-box {
  border-top: 1px solid #dee2e6;
  margin-top: 1rem;
  padding-top: 1rem; }
.cart-dropdown .cart-item + .cart-item {
  margin-top: .5rem; }
.cart-dropdown .cart-total {
  border-top: 1px solid #e7ebef;
  font-size: 1.1rem; }
.cart-dropdown .media {
  font-size: 85%; }
.cart-summary .cart-dropdown {
  margin-bottom: .9rem;
  padding-bottom: .9rem;
  border-bottom: 1px solid #e9ecef; }

/* /SHOPPING CART DROPDOWN (DEFAULT PARTIAL) */
/* HEADER CART DROPDOWN BUTTON */
header .cart-dropdown .feather {
  width: 18px;
  height: 18px; }
header .cart-dropdown .cart-nb-items {
  color: #fff;
  background-color: #0c579b; }
header .cart-dropdown .cart-price {
  font-size: 90%; }

/* /HEADER CART DROPDOWN BUTTON */
/* CART TOTALS BOX (CART / CHECKOUT PAGES) */
.dl-cart-totals {
  margin-bottom: 0; }
  .dl-cart-totals > dd {
    font-size: .925rem;
    margin-bottom: .25rem;
    text-align: right; }
    .dl-cart-totals > dd a {
      color: #495057; }
  .dl-cart-totals .col-total {
    font-size: 1.4em;
    margin-top: .5rem; }
  .dl-cart-totals .calculate-shipping {
    text-align: left;
    margin-top: .75rem; }
    .dl-cart-totals .calculate-shipping > div {
      border-top: 1px solid #edf1f5;
      border-bottom: 1px solid #edf1f5;
      padding: .75rem 0; }
    .dl-cart-totals .calculate-shipping dt {
      font-weight: 400;
      font-size: 90%; }
  .dl-cart-totals .form-check {
    padding-top: 0; }

/* /CART TOTALS BOX (CART / CHECKOUT PAGES) */
.cookie-usage {
  width: 350px;
  bottom: 8px;
  right: 8px;
  position: fixed;
  z-index: 20;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25) !important;
  border-radius: 4px;
  padding: 8px;
  background-color: #343a40;
  color: #fff;
  font-size: 0.85rem; }
  @media (max-width: 575.98px) {
    .cookie-usage {
      width: calc(100% - 16px); } }

/* @version 9.0 [rev.9.0.01] */
/* LANGUAGE DROPDOWN (DEFAULT PARTIAL) */
.language-dropdown .btn:hover, .language-dropdown .btn:focus,
.user-dropdown .btn:hover,
.user-dropdown .btn:focus {
  box-shadow: none; }
.language-dropdown .dropdown-item,
.user-dropdown .dropdown-item {
  padding: .125rem 1rem; }
.language-dropdown .dropdown-menu-end,
.user-dropdown .dropdown-menu-end {
  position: absolute;
  right: 0; }

/* /LANGUAGE DROPDOWN (DEFAULT PARTIAL) */
/* DROPDOWNS */
.dropdown-item span {
  padding-top: 1px;
  padding-bottom: 2px;
  color: #495057;
  background-color: #e9ecef; }
.dropdown-item.hover {
  color: #16181b;
  background-color: #f8f9fa; }

/* /DROPDOWNS */
h1, h2, h6 {
  font-family: 'WaverlyCF-Bold', sans-serif !important; }

.heading {
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #dee2e6;
  align-items: center;
  justify-content: space-between;
  gap: .25rem; }
  .heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6, .heading .h1, .heading .h2, .heading .h3, .heading .h4, .heading .h5, .heading .h6 {
    margin-bottom: 0; }
  .heading.heading-secondary h1, .heading.heading-secondary h2, .heading.heading-secondary h3, .heading.heading-secondary h4, .heading.heading-secondary h5, .heading.heading-secondary h6, .heading.heading-secondary .h1, .heading.heading-secondary .h2, .heading.heading-secondary .h3, .heading.heading-secondary .h4, .heading.heading-secondary .h5, .heading.heading-secondary .h6 {
    font-weight: 400; }

/* @version 9.0 [rev.9.0.01] */
/* FEATHER */
.feather {
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .feather.feather-lg {
    width: 24px;
    height: 24px; }
  .feather.feather-sm, small .feather, .btn-sm .feather {
    width: 14px;
    height: 14px; }

/* /FEATHER */
/* BI */
.btn .bi {
  font-size: 18px;
  line-height: 1; }
.btn.btn-sm .bi {
  font-size: 16px; }
dt .bi {
  font-size: 16px;
  line-height: 1; }

/* /BI */
/* ICON COLORS */
.btn-blue.btn-icon i {
  background-color: #005cbf;
  border-left-color: #005cbf; }
.btn-green.btn-icon i {
  background-color: #007d3d;
  border-left-color: #007d3d; }
.btn-red.btn-icon i {
  background-color: #b11b1b;
  border-left-color: #b11b1b; }
.btn-gold.btn-icon i {
  background-color: #fbc70e;
  border-left-color: #fbc70e; }
.btn-black.btn-icon i {
  background-color: #1f232a;
  border-left-color: #1f232a; }
.btn-orange.btn-icon i {
  background-color: #e68700;
  border-color: #e68700; }
.btn-default.btn-icon i {
  background-color: #ebebeb; }
.btn-primary.btn-icon i {
  background-color: #006fe6; }
.btn-secondary.btn-icon i {
  background-color: #468fb8; }
.btn-success.btn-icon i {
  background-color: #4bad4b; }
.btn-warning.btn-icon i {
  background-color: #f29b20; }
.btn-danger.btn-icon i {
  background-color: #da3430; }
.btn-info.btn-icon i {
  background-color: #35bde5; }

/* /ICON COLORS */
/* USER REPUTATION STARS */
.star-yellow {
  color: #FDD017; }
.star-green {
  color: #41A317; }
.star-blue {
  color: #0074f0; }
.star-red {
  color: #E42217; }
.star-gold {
  color: #D4A017; }

/* /USER REPUTATION STARS */
/* @version 9.0 [rev.9.0.02] */
.img-fluid {
  max-width: 100%;
  height: auto; }

/* IMAGE RETINA DISPLAY CLASSES */
.img-xs {
  width: 24px; }

.img-sm {
  width: 64px; }

.img-md {
  width: 96px; }

.img-lg {
  width: 128px; }

/* /IMAGE RETINA DISPLAY CLASSES */
/* MEDIA THUMBNAIL DIVS */
.jq-thumbs {
  overflow: hidden; }
  .jq-thumbs.ui-sortable .jq-thumb {
    cursor: move; }

.jq-thumb {
  overflow: hidden;
  float: left;
  padding: .5rem;
  margin: .5rem 0;
  border: 1px solid #f8f9fa;
  border-radius: .25rem;
  text-align: center; }
  .jq-thumb .jq-thumb-delete {
    margin-top: 1rem;
    text-align: center;
    cursor: pointer;
    display: block; }

.jq-thumb + .jq-thumb {
  margin-left: .5rem; }

/* /MEDIA THUMBNAIL DIVS */
/** @version 9.1 [rev.9.1.01] */
.form-subtitle {
  font-size: 1.2rem !important;
  margin-bottom: 12px !important;
  font-weight: 400 !important;
  border-bottom: 1px solid #e9ecef; }

.form-check-label {
  color: #212529;
  font-size: 95%;
  margin-left: 2px; }

form .form-control,
form .form-select {
  font-size: inherit;
}

/* Стили для фокуса */
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: var(--deep-blue)  !important;
  box-shadow: 0 0 0 0.25rem rgba(7, 46, 83, 0.2) !important;
}

.form-check-input:checked {
  background-color: #072e53;
  border-color: #072e53; }

.form-group {
  margin-bottom: 1rem; }
  .form-inline .form-group {
    margin-bottom: 0; }

.form-check {
  padding-top: calc(.375rem + 1px); }
  .form-vertical .form-check {
    padding-top: 0; }

@media (min-width: 1400px) {
  .col-form-label {
    flex: 0 1 225px; }

  .col-form-input {
    flex: 1;
    max-width: 100%; } }
.input-group {
  display: flex !important; }
  .input-group .input-group-text {
    font-size: inherit; }

.form-inline {
  display: flex;
  flex-flow: wrap;
  gap: .25rem; }
  @media (max-width: 575.98px) {
    .form-inline {
      width: 100%;
      flex-flow: column; } }

/* FLOATING LABELS */
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
  /* Fallback for Edge  */
  /* Fallback for IE  */ }
  .form-label-group > input {
    height: auto; }
  .form-label-group > input, .form-label-group > label {
    padding: 0.75rem 0.75rem; }
  .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
    pointer-events: none; }
  .form-label-group input::-webkit-input-placeholder {
    color: transparent; }
  .form-label-group input:-ms-input-placeholder {
    color: transparent; }
  .form-label-group input::-ms-input-placeholder {
    color: transparent; }
  .form-label-group input::-moz-placeholder {
    color: transparent; }
  .form-label-group input::placeholder {
    color: transparent; }
  .form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: 0.25rem; }
  .form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 12px;
    color: #777; }
  @supports (-ms-ime-align: auto) {
    .form-label-group > label {
      display: none; }
    .form-label-group input::-ms-input-placeholder {
      color: #777; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
      display: none; }
    .form-label-group input:-ms-input-placeholder {
      color: #777; } }

/* /FLOATING LABELS */
/* INPUT FIELDS */
.input-tiny {
  display: inline-block;
  max-width: 100%; }

@media (min-width: 576px) {
  .input-tiny {
    width: 60px; }

  .input-group-prefix-suffix.input-tiny {
    width: calc(60px + 90px); } }
.input-mini {
  display: inline-block;
  max-width: 100%; }

@media (min-width: 576px) {
  .input-mini {
    width: 85px; }

  .input-group-prefix-suffix.input-mini {
    width: calc(85px + 90px); } }
.input-small {
  display: inline-block;
  max-width: 100%; }

@media (min-width: 576px) {
  .input-small {
    width: 115px; }

  .input-group-prefix-suffix.input-small {
    width: calc(115px + 90px); } }
.input-default {
  display: inline-block;
  max-width: 100%; }

@media (min-width: 576px) {
  .input-default {
    width: 190px; }

  .input-group-prefix-suffix.input-default {
    width: calc(190px + 90px); } }
.input-medium {
  display: inline-block;
  max-width: 100%; }

@media (min-width: 576px) {
  .input-medium {
    width: 270px; }

  .input-group-prefix-suffix.input-medium {
    width: calc(270px + 90px); } }
.input-large {
  display: inline-block;
  max-width: 100%; }

@media (min-width: 576px) {
  .input-large {
    width: 400px; }

  .input-group-prefix-suffix.input-large {
    width: calc(400px + 90px); } }
.input-xlarge {
  display: inline-block;
  max-width: 100%; }

@media (min-width: 576px) {
  .input-xlarge {
    width: 500px; }

  .input-group-prefix-suffix.input-xlarge {
    width: calc(500px + 90px); } }
/* /INPUT FIELDS */
/* FORM TEXT FIELDS WITH ICONS */
.has-icons {
  position: relative;
  display: inline-block; }
  .has-icons.has-icons-block {
    display: block !important; }
  .has-icons .bi {
    color: #343a40; }
  .has-icons .icon-left, .has-icons .icon-right {
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 10px); }
    .has-icons .icon-left:hover, .has-icons .icon-right:hover {
      cursor: pointer; }
  .has-icons .icon-left {
    left: 12px; }
  .has-icons .icon-right {
    right: 12px; }
  .has-icons .has-icon-left {
    padding-left: 36px !important; }
  .has-icons .has-icon-right {
    padding-right: 36px !important; }

.form-floating-standard.has-icons .icon-left, .form-floating-standard.has-icons .icon-right {
  top: calc(50% - 12px); }

/* /FORM TEXT FIELDS WITH ICONS */
/* CUSTOM FORMS */
.form-purchase-confirm {
  width: 100%;
  max-width: 310px; }

.form-sign-in {
  width: 100%;
  max-width: 420px; }
  .bootbox-body .form-sign-in {
    max-width: 100%; }

/* /CUSTOM FORMS */
.form-floating label::after {
  background-color: transparent !important; }

/* FORM FLOATING STANDARD HEIGHT */
.form-floating-standard > .form-control {
  padding: .375rem .75rem;
  height: inherit;
  min-height: inherit;
  line-height: inherit; }
.form-floating-standard > .form-control-plaintext:focus, .form-floating-standard > .form-control-plaintext:not(:placeholder-shown), .form-floating-standard > .form-control:focus, .form-floating-standard > .form-control:not(:placeholder-shown) {
  padding: .375rem .75rem; }
.form-floating-standard > .form-control-plaintext ~ label, .form-floating-standard > .form-control:focus ~ label, .form-floating-standard > .form-control:not(:placeholder-shown) ~ label, .form-floating-standard > .form-select ~ label {
  padding: 0 4px;
  top: 0;
  left: 7px;
  line-height: 1;
  height: 20px;
  background-color: #fff;
  opacity: 1;
  color: #6c757d; }
.form-floating-standard > label {
  padding: .375rem .75rem;
  color: #6c757d; }

/* .FORM FLOATING STANDARD HEIGHT */
.password-eye {
  position: relative;
  display: inline-block; }
  .password-eye .icon-right {
    position: absolute;
    top: 6px;
    right: 16px;
    z-index: 2; }

.form-floating.password-eye {
  display: block; }
  .form-floating.password-eye .icon-right {
    top: calc(50% - 10px); }

/* VERTICAL FORMS */
.form-vertical .subtitle {
  margin: .6rem 0; }
.form-vertical .col-form-label {
  font-size: 1.05rem;
  padding: 0; }
.form-vertical hr {
  border-top-color: #adb5bd; }

.form-full-width .form-control:not(.input-full-name):not(.input-localized-numeric), .form-full-width .form-select:not(.input-birthdate), .form-full-width .input-group {
  width: 100% !important;
  margin-bottom: 4px; }
.form-full-width .birthdayPicker {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .form-full-width .birthdayPicker .input-birthdate {
    width: calc(100% / 3 - 3px) !important; }
.form-full-width .btn {
  width: 100%; }
.form-full-width .password-eye {
  display: block; }

.form-contact-us,
.form-user {
  max-width: 600px;
  margin: 0 auto; }

/* /VERTICAL FORMS */
.form-steps-header-wrapper {
  background-color: #f8f9fa;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 45px;
  padding: 15px 0 7.5px;
  z-index: -2;
  position: relative; }

#form-steps-header {
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  padding: 0;
  margin: 0; }
  #form-steps-header li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    position: relative;
    letter-spacing: 0.7px;
    text-align: center; }
  #form-steps-header.steps-2 li {
    width: 50%; }
  #form-steps-header.steps-3 li {
    width: 33.33%; }
  #form-steps-header.steps-4 li {
    width: 25%; }
  #form-steps-header.steps-5 li {
    width: 20%; }
  #form-steps-header.steps-6 li {
    width: 16.65%; }
  #form-steps-header li:before {
    content: counter(step);
    counter-increment: step;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    font-size: 14px;
    color: #fff;
    background: #6c757d;
    border-radius: 32px;
    margin: 0 auto 10px auto; }
  #form-steps-header li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #6c757d;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: -1;
    /*put it behind the numbers*/ }
  #form-steps-header li:first-child:after {
    /*connector not needed before the first step*/
    content: none; }
  #form-steps-header li.prev:before,
  #form-steps-header li.prev:after {
    background: #0c579b;
    color: #fff; }
  #form-steps-header li.active:before,
  #form-steps-header li.active:after {
    background: #6bb913;
    color: #fff; }

@media (min-width: 1200px) {
  .form-listing,
  .form-install {
    margin-left: 150px;
    margin-right: 150px; } }
.form-listing .col-form-label,
.form-install .col-form-label {
  font-size: 1.1rem; }
.form-listing ul:not(.nav),
.form-install ul:not(.nav) {
  list-style-type: none;
  position: relative;
  padding-left: 25px; }
  .form-listing ul:not(.nav) li,
  .form-install ul:not(.nav) li {
    margin-bottom: .5rem; }
    .form-listing ul:not(.nav) li:before,
    .form-install ul:not(.nav) li:before {
      content: '✓';
      position: absolute;
      left: 5px; }
  .form-listing ul:not(.nav) li li:before,
  .form-install ul:not(.nav) li li:before {
    content: 'o'; }

@media (min-width: 1200px) {
  .form-cart,
  .form-checkout,
  .form-payment {
    margin-left: 100px;
    margin-right: 100px; } }
.form-cart .col-form-label,
.form-checkout .col-form-label,
.form-payment .col-form-label {
  padding-bottom: 0; }

.form-checkout .form-group {
  margin-bottom: 0 !important; }
  .form-checkout .form-group .subtitle {
    padding-top: 1.2rem;
    margin-bottom: .4rem; }

.form-buttons input {
  margin-right: 10px; }
.form-buttons input:last-child {
  margin-left: auto;
  margin-right: 0; }

.form-check small, .form-group small {
  font-size: 95%;
  color: #4d5358 !important; }

.input-group {
  display: flex !important; }
  .input-group .input-group-text {
    font-size: inherit; }

.invalid-pill {
  color: #dc3545; }
  .invalid-pill.active {
    background-color: #dc3545 !important;
    color: #fff; }

#purchaseForm > div:last-child {
  margin-bottom: 0 !important; }

/* @version 9.1 [rev.9.1.01] */
/* LISTS RESET */
ul {
  display: block;
  list-style-type: disc;
  margin: 0 0 1em;
  padding-left: 40px; }

ol {
  display: block;
  list-style-type: decimal;
  margin: 0 0 1em;
  padding-left: 40px; }

ul ul, ol ul {
  list-style-type: circle;
  padding-left: 20px;
  margin-top: 1em;
  margin-bottom: 1em; }

ol ol, ul ol {
  list-style-type: lower-roman;
  padding-left: 20px;
  margin-top: 1em;
  margin-bottom: 1em; }

/* /LISTS RESET */
/* DEFINITION LISTS */
/* definition list with variable title width */
.dl-variable {
  max-width: 500px;
  overflow: auto;
  margin: 0; }
  .dl-variable dt {
    float: left;
    clear: left;
    line-height: 1.4;
    font-weight: 500; }
    .dl-variable dt .feather {
      width: 14px;
      height: 14px; }
    .dl-variable dt span:after {
      content: ":"; }
  .dl-variable dd {
    display: table-cell;
    padding-left: .5rem;
    padding-bottom: .25rem;
    line-height: 1.4; }

.dl-condensed {
  margin-bottom: 0; }
  .dl-condensed dt {
    padding-right: .25rem; }
  .dl-condensed dd {
    display: inherit;
    padding-bottom: 0;
    margin-bottom: 0; }

/* large definition list */
.dl-lg dt .feather,
.dt-lg dt .feather {
  width: 24px;
  height: 24px; }

.dl-lg dd {
  font-size: 1rem; }

/* /large definition list */
.dl-indented dd {
  margin-left: .25rem;
  margin-bottom: .5rem; }

dl dt {
  font-weight: 700; }

@media (min-width: 992px) {
  .dl-flex dt {
    flex: 0 1 225px; }
  .dl-flex dd {
    flex: 1;
    max-width: 100%; } }
/* GLYPHICONS */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

/* @version 9.2 [rev.9.2.01] */
/* NAVBAR */
.navbar-nav {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media (max-width: 767.98px) {
    .navbar-nav {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

/* /NAVBAR */
.navbar-inline-filter {
  display: flex;
  justify-content: end;
  padding: 0;
  margin-bottom: 1rem; }
  .navbar-inline-filter .form-inline {
    justify-content: flex-end !important; }
  .navbar-inline-filter.navbar-inline-filter-hidden-mobile .btn-filter {
    display: none; }
  @media (max-width: 575.98px) {
    .navbar-inline-filter.navbar-inline-filter-hidden-mobile .form-inline {
      opacity: 0;
      height: 0;
      z-index: -1; }
    .navbar-inline-filter.navbar-inline-filter-hidden-mobile .form-inline-visible {
      opacity: 1;
      height: auto;
      z-index: 1;
      transition-timing-function: ease-in;
      transition: 0.5s; }
    .navbar-inline-filter.navbar-inline-filter-hidden-mobile .btn-filter {
      display: inline-flex;
      width: 100%;
      margin-bottom: 1rem;
      box-shadow: 0 1px 1px rgba(226, 226, 230, 0.5);
      border-color: #dfe1e6; } }

.nav-pills .nav-pills .show > .nav-link {
  background-color: var(--deep-blue);
}

.nav-link, .nav-link:focus, .nav-link:hover {
  color: var(--deep-blue) !important;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: underline;

}

/* SIDEBAR SEARCH */
.sidebar-search .nav-item > a {
  display: block;
  font-weight: 500;
  color: #333; }
.sidebar-search .nav-dropdown + .nav-dropdown {
  margin-top: .75rem;
  padding-top: .5rem;
  border-top: 1px dotted #e9edf1; }
.sidebar-search .nav-dropdown-toggle {
  padding-bottom: .25rem; }
.sidebar-search .nav-item > ul {
  padding: 0;
  max-height: 20rem;
  overflow-y: auto; }
.sidebar-search .form-check {
  padding-top: 0; }

/* /SIDEBAR SEARCH */
.filtered-by {
  display: inline-block;
  padding: 3px 5px;
  background-color: #fafafa;
  color: #343a40;
  margin-bottom: .25rem;
  font-size: 95%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.categories-breadcrumb {
  font-size: .875rem;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0; }
  .categories-breadcrumb .breadcrumb-item a {
    color: #495057 !important; }
  .categories-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #adb5bd; }

/* @version 9.0 [rev.9.0.02] */
/* CODE TEXTAREA */
textarea.textarea-code {
  font-family: Monaco, Consolas, monospace !important;
  font-size: 12px;
  line-height: 1.2;
  background-color: #FAF8CC; }

/* /CODE TEXTAREA */
/* SCROLLABLE WELL */
.well-scrollable {
  max-height: 300px;
  overflow-y: scroll; }

/* /SCROLLABLE WELL */
/* ALERT */
.alert .feather {
  vertical-align: text-top;
  width: 24px;
  height: 24px; }

/* /ALERT */
/* LOADING MODAL */
body.loading {
  overflow: hidden; }

.loading-modal {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("../images/svg-loaders/oval.svg");
  background-size: 75px 75px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  body.loading .loading-modal {
    display: block; }

/* /LOADING MODAL */
/* DATE & DATETIME FORM ELEMENTS */
.element-date,
.datetimepicker-input {
  cursor: pointer;
  background-color: #fafafa !important; }

/* /DATE & DATETIME FORM ELEMENTS */
/* VIDEO.JS CONTAINER */
.video-js {
  width: 100%; }

/* /VIDEO.JS CONTAINER */
/* PRODUCT ATTRIBUTES PARTIAL */
.product-attribute-element .col-form-label {
  padding-top: 0;
  padding-bottom: .25rem; }

/* /PRODUCT ATTRIBUTES PARTIAL */
/* INVOICE DESIGN */
.invoice-billing-headline {
  padding: .5rem;
  font-weight: 700;
  font-size: 1.1rem;
  border-bottom: 1px solid #dee2e6; }
  .invoice-billing-headline .badge {
    font-weight: 400;
    font-size: 1.25rem;
    margin-right: .5rem; }
.invoice-billing-content {
  padding: .5rem; }
  .invoice-billing-content strong {
    font-weight: 500 !important; }
.invoice-billing-logo {
  max-width: 200px;
  max-height: 50px; }

/* /INVOICE DESIGN */
/* SELECTIZE CONTAINER */
.loading .selectize-input::after {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../images/svg-loaders/tail-spin.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 4px; }

/* /SELECTIZE CONTAINER */
/* MAINTENANCE MODE */
.maintenance-mode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 500px;
  min-height: 100vh;
  margin: auto; }
  .maintenance-mode .content {
    text-align: center; }
    .maintenance-mode .content img {
      width: 150px; }
  @media (max-width: 767.98px) {
    .maintenance-mode {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }

/* /MAINTENANCE MODE */
/* FEES TOTAL */
.fees-total {
  padding-top: .5rem;
  font-size: 1.4rem !important; }

/* /FEES TOTAL */
/* HONEYPOT FIELDS */
.hpt {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1; }

/* /HONEYPOT FIELDS */
.text-all-categories {
  font-weight: 500; }
  .text-all-categories a {
    color: #B81D2C !important; }

.original-price {
  font-size: 85%;
  color: #777;
  font-weight: 300;
  font-style: italic;
  text-decoration: line-through; }

.reputation-score {
  font-size: 0.875em; }

/* AUTOCOMPLETE SPINNER (PLACEHOLDER) */
.autocomplete-spinner {
  position: absolute;
  top: 0;
  right: 0; }

/* /AUTOCOMPLETE SPINNER (PLACEHOLDER) */
.d-flex .form-check:not(:last-child):after {
  margin-left: 10px;
  margin-right: 10px;
  color: #ccc;
  content: "\2236"; }

.accordion.accordion-sm button {
  font-size: 100%;
  padding: 0; }
.accordion.accordion-sm .accordion-body {
  padding: 10px 0; }
.accordion.accordion-sm .accordion-button {
  align-items: flex-start; }

.site-logo-email {
  max-width: 250px; }

.trumbowyg-editor {
  background-color: #fff; }

/* @version 9.0 [rev.9.0.02] */
.page-item .page-link {
  color: #0c579b; }
  .page-item .page-link:focus, .page-item .page-link:active {
    background-color: #072e53;
    border-color: #072e53;
    box-shadow: 0 0 0 0.25rem rgba(17, 89, 190, 0.2) !important; }

.page-item.active .page-link {
  color: #fff;
  background-color: #0c579b;
  border-color: #0c579b; }
  .page-item.active .page-link:hover {
    background-color: #072e53;
    border-color: #072e53; }

/* @version 9.0 [rev.9.0.01] */
/* TEXT COLORS */
.text-sm {
  font-size: 90%; }
.text-lg {
  font-size: 120%; }
.text-bold {
  font-weight: 600; }
.text-buyout {
  color: #0062cc; }
.text-under-reserve {
  color: #bd2130; }
.text-over-reserve {
  color: #508b0e; }
.text-red {
  color: #d32535; }
.text-green {
  color: #5ea211; }
.text-blue {
  color: #006fe6; }
.text-gold {
  color: #fbc404; }
.text-orange {
  color: #fd7e14; }
.text-black {
  color: #000; }

.text-bg-gray-100 {
  background-color: #f8f9fa !important; }
.text-bg-gray-200 {
  background-color: #e9ecef !important; }

/* /TEXT */
/* /TEXT COLORS */
h6, .h6 {
  font-size: 1.1rem; }

/* @version 9.0 [rev.9.0.01] */
.table {
  --bs-table-bg: none; }
  .table caption {
    padding: .75rem .5rem;
    caption-side: top; }
  .table.table-sm th, .table.table-sm td {
    font-size: 85%; }
  .table.table-sm th {
    font-weight: 500; }
  .table .size-large {
    width: 36%; }
  .table .size-medium {
    width: 24%; }
  .table .size-small {
    width: 14%; }
  .table .size-mini {
    width: 8%; }
  .table .size-tiny {
    width: 4%; }
  .table .size-actions {
    width: 18%; }
  .table .size-min-large {
    min-width: 360px; }
  .table .size-min-medium {
    min-width: 240px; }
  .table .size-min-small {
    min-width: 160px; }
  .table .size-min-mini {
    min-width: 105px; }
  .table .size-min-tiny {
    min-width: 45px; }
  .table .size-60 {
    width: 60px; }
  .table .size-70 {
    width: 70px; }
  .table .size-80 {
    width: 80px; }
  .table .size-90 {
    width: 90px; }
  .table .size-100 {
    width: 100px; }
  .table .size-120 {
    width: 120px; }
  .table .size-140 {
    width: 140px; }
  .table .size-160 {
    width: 160px; }
  .table .size-180 {
    width: 180px; }
  .table .size-200 {
    width: 200px; }
  .table .size-250 {
    width: 250px; }
  .table .size-300 {
    width: 300px; }
  .table .h-100 {
    height: 100%; }
  .table .td-sm {
    font-weight: normal !important;
    font-size: 85%; }
  @media (max-width: 1199.98px) {
    .table-responsive .table {
      min-width: 1200px; } }
  @media (min-width: 1200px) {
    .table .size-large {
      width: 360px; }
    .table .size-medium {
      width: 240px; }
    .table .size-small {
      width: 160px; }
    .table .size-mini {
      width: 105px; }
    .table .size-tiny {
      width: 45px; }
    .table .size-actions {
      width: 160px; } }
  .table .border-top-thick {
    border-top-width: 4px !important; }
  .table .no-border-bottom {
    border-bottom: none !important; }
  .table .no-border {
    border: none !important; }

.table-responsive .size-large {
  width: 360px; }
.table-responsive .size-medium {
  width: 240px; }
.table-responsive .size-small {
  width: 160px; }
.table-responsive .size-mini {
  width: 105px; }
.table-responsive .size-tiny {
  width: 45px; }
.table-responsive .size-actions {
  width: 160px; }

.table-sale > caption {
  margin-bottom: 0;
  padding: 1px 0 5px; }
.table-sale > thead > tr > th {
  border-bottom: 1px dotted #ddd;
  padding: 5px 5px 5px 0; }
.table-sale > tbody > tr > td {
  border-top: 0 none;
  padding: 5px 5px 5px 0; }

.home-page .heading {
  padding: 1rem;
  margin-bottom: 0;
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 6px 6px 0 0; }
  .home-page .heading .btn {
    padding: 0;
    background-color: transparent;
    border: none; }
.home-page .nav-pills {
  font-size: 1.2rem; }
.home-page .content-section .heading {
  display: none; }

.listing-details {
  /* BOOTSTRAP CAROUSEL */
  /* /BOOTSTRAP CAROUSEL */ }
  .listing-details .video-js {
    width: 100%;
    height: 420px; }
  .listing-details .carousel-indicators {
    display: block;
    white-space: nowrap;
    position: relative;
    bottom: auto;
    margin: 1rem 0 0;
    gap: 5px;
    overflow-x: auto; }
    .listing-details .carousel-indicators [data-bs-target] {
      background-color: transparent;
      width: 120px;
      height: 120px;
      border-top: none;
      border-bottom: none;
      margin: 0; }
      .listing-details .carousel-indicators [data-bs-target] img {
        border-color: #e9ecef; }
    .listing-details .carousel-indicators [data-bs-target]:not(.active) {
      opacity: 0.75; }

/* PAYMENT BOX */
.payment-box {
  display: block;
  margin-bottom: .75rem;
  cursor: pointer; }
  .payment-box .payment-logo {
    max-width: 150px; }

.payment-box + .payment-box {
  margin-top: .75rem; }

/* /PAYMENT BOX */
.form-payment .cart-summary {
  position: sticky;
  top: 25px; }
.form-payment .payment-description {
  font-size: 1rem; }
.form-payment .buttons-sticky-bottom {
  background-color: transparent; }

.store-header dl dt {
  font-weight: 500; }
.store-header .navbar {
  padding: .5rem 1rem;
  background-color: #fff;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

/* @version 9.2 [rev.9.2.01] */
body {
  font-size: 15px;
  text-rendering: geometricPrecision;
  font-weight: 400;
  letter-spacing: -.08px; }
  body.light {
    background-color: rgba(250, 247, 246, 0.3); }
  body.dark {
    /*background-color: #f7f2ef; }*/
    background-color: #E8E9EB; }

code {
  font-size: inherit; }

body > main:not(.home-page) {
  margin-top: 2rem; }

/* @version 9.0 [rev.9.0.01] */
/* ANCHOR TARGET */
/* /ANCHOR TARGET */
.subtitle {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: .3rem;
  margin-bottom: .9rem; }

/* @version 9.0 [rev.9.0.01] */
.btn {
  border-radius: 3px; }

.btn-group-sm > .btn, .btn-sm {
  font-size: .75rem; }

.btn-group-lg > .btn, .btn-lg {
  font-size: 1.1rem; }

.language-dropdown .btn {
  color: #000;
  padding-left: 5px;
  padding-right: 5px; }
  .dark .language-dropdown .btn {
    background-color: #343a40; }

.buttons-sticky-bottom {
  background-color: rgba(255, 255, 255, 0.8); }

.dark .btn-wishlist {
  color: #fff;
  background-color: #343a40; }

/* @version 9.0 [rev.9.0.01] */
.dashboard-cards .card {
  border-color: #dee2e6; }
  .dashboard-cards .card .card-header {
    background-color: #f8f9fa;
    border-bottom-color: #dee2e6; }

.listings-cards .card-grid,
.stores-cards .card-grid {
  border-top: none;
  border-right: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  border-left: none; }
  @media (min-width: 992px) {
    .listings-cards .card-grid.card-grid-desktop-1:nth-child(-n + 1),
    .stores-cards .card-grid.card-grid-desktop-1:nth-child(-n + 1) {
      border-top: 1px solid #e9ecef; }
    .listings-cards .card-grid.card-grid-desktop-1:nth-child(1n),
    .stores-cards .card-grid.card-grid-desktop-1:nth-child(1n) {
      border-right: none; } }
  @media (max-width: 991.98px) {
    .listings-cards .card-grid.card-grid-phone-1:nth-child(1n),
    .stores-cards .card-grid.card-grid-phone-1:nth-child(1n) {
      border-right: none; } }
  @media (min-width: 992px) {
    .listings-cards .card-grid.card-grid-desktop-2:nth-child(-n + 2),
    .stores-cards .card-grid.card-grid-desktop-2:nth-child(-n + 2) {
      border-top: 1px solid #e9ecef; }
    .listings-cards .card-grid.card-grid-desktop-2:nth-child(2n),
    .stores-cards .card-grid.card-grid-desktop-2:nth-child(2n) {
      border-right: none; } }
  @media (max-width: 991.98px) {
    .listings-cards .card-grid.card-grid-phone-2:nth-child(2n),
    .stores-cards .card-grid.card-grid-phone-2:nth-child(2n) {
      border-right: none; } }
  @media (min-width: 992px) {
    .listings-cards .card-grid.card-grid-desktop-3:nth-child(-n + 3),
    .stores-cards .card-grid.card-grid-desktop-3:nth-child(-n + 3) {
      border-top: 1px solid #e9ecef; }
    .listings-cards .card-grid.card-grid-desktop-3:nth-child(3n),
    .stores-cards .card-grid.card-grid-desktop-3:nth-child(3n) {
      border-right: none; } }
  @media (max-width: 991.98px) {
    .listings-cards .card-grid.card-grid-phone-3:nth-child(3n),
    .stores-cards .card-grid.card-grid-phone-3:nth-child(3n) {
      border-right: none; } }
  @media (min-width: 992px) {
    .listings-cards .card-grid.card-grid-desktop-4:nth-child(-n + 4),
    .stores-cards .card-grid.card-grid-desktop-4:nth-child(-n + 4) {
      border-top: 1px solid #e9ecef; }
    .listings-cards .card-grid.card-grid-desktop-4:nth-child(4n),
    .stores-cards .card-grid.card-grid-desktop-4:nth-child(4n) {
      border-right: none; } }
  @media (max-width: 991.98px) {
    .listings-cards .card-grid.card-grid-phone-4:nth-child(4n),
    .stores-cards .card-grid.card-grid-phone-4:nth-child(4n) {
      border-right: none; } }
  @media (min-width: 992px) {
    .listings-cards .card-grid.card-grid-desktop-5:nth-child(-n + 5),
    .stores-cards .card-grid.card-grid-desktop-5:nth-child(-n + 5) {
      border-top: 1px solid #e9ecef; }
    .listings-cards .card-grid.card-grid-desktop-5:nth-child(5n),
    .stores-cards .card-grid.card-grid-desktop-5:nth-child(5n) {
      border-right: none; } }
  @media (max-width: 991.98px) {
    .listings-cards .card-grid.card-grid-phone-5:nth-child(5n),
    .stores-cards .card-grid.card-grid-phone-5:nth-child(5n) {
      border-right: none; } }
  @media (min-width: 992px) {
    .listings-cards .card-grid.card-grid-desktop-6:nth-child(-n + 6),
    .stores-cards .card-grid.card-grid-desktop-6:nth-child(-n + 6) {
      border-top: 1px solid #e9ecef; }
    .listings-cards .card-grid.card-grid-desktop-6:nth-child(6n),
    .stores-cards .card-grid.card-grid-desktop-6:nth-child(6n) {
      border-right: none; } }
  @media (max-width: 991.98px) {
    .listings-cards .card-grid.card-grid-phone-6:nth-child(6n),
    .stores-cards .card-grid.card-grid-phone-6:nth-child(6n) {
      border-right: none; } }
  .listings-cards .card-grid .action-buttons,
  .stores-cards .card-grid .action-buttons {
    gap: 2px;
    flex-direction: column; }
    .listings-cards .card-grid .action-buttons .btn,
    .stores-cards .card-grid .action-buttons .btn {
      width: 100%; }
.listings-cards .card-list,
.stores-cards .card-list {
  border-top: 1px solid #e9ecef; }

/* @version 9.1 [rev.9.1.01] */
.categories-menu {
  /* FS-DROPDOWN */
  /* /FS-DROPDOWN */ }
  .categories-menu .nav-item:first-child .nav-link {
    padding-left: 0; }
  .categories-menu .fs-dropdown {
    position: static !important; }
    .categories-menu .fs-dropdown > .fs-dropdown-menu {
      margin-top: -.05rem;
      padding-top: 20px;
      left: 15px;
      width: calc(100% - 30px);
      max-height: 100vh;
      overflow-x: hidden;
      overflow-y: auto;
      background-color: #fff;
      display: none;
      position: absolute;
      border: 1px solid #dee2e6;
      border-radius: 3px;
      z-index: 20; }
    .categories-menu .fs-dropdown:hover > .fs-dropdown-menu {
      display: block; }
  .categories-menu .masonry-layout {
    column-count: 4;
    column-gap: 0; }
  .categories-menu .masonry-layout__panel {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
    padding-left: 1rem; }
  .categories-menu .subcategory-header {
    color: #343a40;
    font-weight: 500;
    font-size: 1.1rem; }
    .categories-menu .subcategory-header a {
      color: #343a40;
      text-shadow: none; }
  .categories-menu .dropdown-toggle::after {
    display: none; }

/** @version 9.0 [rev.9.0.01] */
.form-control, .form-select {
  border-radius: 3px;
  font-size: inherit; }

.form-vertical {
  margin: 0 auto; }

.form-voucher-fields {
  display: flex;
  gap: 4px; }
  .form-voucher-fields .btn {
    font-size: 15px;
    margin-bottom: 4px; }

/* @version 9.2 [rev.9.2.01] */
/* SIDEBAR & CORRESPONDING MAIN ELEMENT */
@supports not (-ms-high-contrast: none) {
  @media (min-width: 1400px) {
    .sidebar {
      flex: 0 0 250px;
      position: fixed;
      position: -webkit-sticky;
      position: sticky;
      top: 15px;
      height: calc(100vh - 30px);
      overflow-y: auto; }
      .listings-browse .sidebar {
        height: auto; } }

  .main {
    display: flex;
    flex-direction: column; }
    @media (min-width: 1400px) {
      .main {
        flex: 0 0 calc(100% - 250px);
        max-width: calc(100% - 250px); } } }
@media (max-width: 991.98px) {
  .sidebar-menu {
    margin-bottom: 1.5rem; }
    .sidebar-menu .has-icons {
      display: block; } }
.sidebar-menu .sidebar-heading {
  padding-bottom: .25rem; }
  .sidebar-menu .sidebar-heading .bi {
    visibility: hidden;
    font-size: .75rem;
    color: #343a40;
    margin-left: .5rem; }
  @media (max-width: 991.98px) {
    .sidebar-menu .sidebar-heading {
      text-align: center; }
      .sidebar-menu .sidebar-heading .bi {
        visibility: visible; } }
  .sidebar-menu .sidebar-heading a, .sidebar-menu .sidebar-heading a:hover {
    color: #343a40;
    text-decoration: none; }
    @media (min-width: 1200px) {
      .sidebar-menu .sidebar-heading a, .sidebar-menu .sidebar-heading a:hover {
        cursor: text; } }
@media (min-width: 1200px) {
  .sidebar-menu > .collapse {
    display: block !important; } }
.sidebar-menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
.sidebar-menu li > ul {
  margin-top: 0;
  padding-left: .35rem;
  font-size: 95%; }
.sidebar-menu .nav-item.open > a,
.sidebar-menu .nav-item > a:hover {
  color: #0c579b; }
.sidebar-menu .nav-link {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  padding: .25rem 0; }
  .sidebar-menu .nav-link .feather {
    margin-right: 4px;
    color: #999;
    transition: 0.25s linear;
    transform: rotate(0deg); }
  .sidebar-menu .nav-link.open .feather {
    transform: rotate(-90deg); }
  .sidebar-menu {
    color: var(--deep-blue);
    font-weight: 500; }
  .sidebar-menu .nav-link:hover .feather, .sidebar-menu .feather {
    color: inherit; }
.sidebar-menu .nav-dropdown > .nav-link {
  font-weight: 500;
  color: #333; }

.navbar-inline-filter .btn {
  font-size: 15px; }

/* /SIDEBAR & CORRESPONDING MAIN ELEMENT */
/** @version 9.0 [rev.9.0.01] */
th {
  font-weight: 500; }

/* @version 9.0 [rev.9.0.01] */
header .cart-dropdown .feather {
  width: 26px;
  height: 26px; }
header .cart-dropdown .cart-nb-items {
  color: #fff;
  background-color: #0c579b;
  /* display absolute option */
  line-height: 16px;
  border-radius: 12px;
  width: 24px;
  text-align: center; }
  @media (min-width: 992px) {
    header .cart-dropdown .cart-nb-items {
      position: absolute;
      left: 32px; } }
header .cart-dropdown .cart-price {
  font-weight: 300;
  color: #dee2e6;
  font-size: 0.875rem;
  margin-left: 20px; }
header .cart-dropdown .btn {
  border: none !important;
  position: relative; }

/* @version 9.2 [rev.9.2.01] */
.mobile-navbar .navbar {
  z-index: 100;
  border-bottom: 1px solid #dee2e6; }
  .mobile-navbar .navbar.navbar-fixed-top, .mobile-navbar .navbar.navbar-force-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e9ecef; }
  .mobile-navbar .navbar button, .mobile-navbar .navbar .btn {
    color: #343a40;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0 .35rem; }
    @media (max-width: 767.98px) {
      .mobile-navbar .navbar button .feather, .mobile-navbar .navbar .btn .feather {
        width: 1.1rem;
        height: 1.1rem; } }
    @media (min-width: 768px) {
      .mobile-navbar .navbar button .feather, .mobile-navbar .navbar .btn .feather {
        width: 1.4rem;
        height: 1.4rem; } }
  .mobile-navbar .navbar #mobileHeaderMenu,
  .mobile-navbar .navbar #mobileSearchForm {
    width: 100%;
    margin-top: 0.75rem;
    margin-bottom: 0.375rem; }
  .mobile-navbar .navbar #mobileHeaderMenu .nav-item {
    padding: .75rem 1rem; }
  .mobile-navbar .navbar #mobileHeaderMenu .nav-item + .nav-item {
    border-top: 1px solid #e9ecef; }
    .dark .mobile-navbar .navbar #mobileHeaderMenu .nav-item + .nav-item {
      border-top-color: #343a40; }
  .mobile-navbar .navbar #mobileHeaderMenu .nav-link {
    display: inline;
    padding: 0; }
  .mobile-navbar .navbar #mobileSearchForm .has-icons {
    display: block; }
.mobile-navbar .navbar-brand {
  width: 100%;
  margin-left: 1rem;
  margin-right: auto;
  max-width: 150px; }
.mobile-navbar .logo {
  max-height: 80px; }
.mobile-navbar .search-field input {
  background-color: #e9ecef;
  border-color: #e9ecef;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

@media (max-width: 991.98px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem; } }
/* @version 9.2 [rev.9.2.01] */
header {
  /* desktop */ }
  .light header {
    color: #000;
    background-color: #fff; }
  .dark header {
    color: #fff;
    /*background-color: #000; }*/
    background-color: #133244; }
  .dark header .feather {
    color: #fff; }
  header .desktop-navbar .top-navbar {
    display: flex;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid rgba(233, 226, 221, 0.2); }
    header .desktop-navbar .top-navbar .announcements {
      display: flex;
      align-items: center;
      justify-content: center; }
      header .desktop-navbar .top-navbar .announcements p {
        margin: 0; }
    header .desktop-navbar .top-navbar .nav .nav-item + .nav-item {
      border-left: 1px solid rgba(233, 226, 221, 0.3); }
    header .desktop-navbar .top-navbar .nav .nav-link {
      padding: 0 20px; }
      .dark header .desktop-navbar .top-navbar .nav .nav-link {
        color: #f1f1f1; }
      .light header .desktop-navbar .top-navbar .nav .nav-link {
        color: #343a40; }
    header .desktop-navbar .top-navbar .btn {
      height: 30px; }
  header .desktop-navbar .main-navbar {
    border-bottom: 1px solid rgba(233, 226, 221, 0.3);
    padding: 25px 0; }
    .dark header .desktop-navbar .main-navbar {
      /*background-color: #000; }*/
      background-color: #133244; }
    header .desktop-navbar .main-navbar .logo {
      max-width: 250px; }
    header .desktop-navbar .main-navbar .search {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      height: 50px;
      align-items: center;
      margin: 0 20px;
    }
      header .desktop-navbar .main-navbar .search input, header .desktop-navbar .main-navbar .search select {
        height: 44px;
        padding: 1px 9.8px 1px 15px;
        font-stretch: condensed; }
      header .desktop-navbar .main-navbar .search input:focus, header .desktop-navbar .main-navbar .search select:focus, header .desktop-navbar .main-navbar .search .btn:focus {
        box-shadow: none !important; }
      header .desktop-navbar .main-navbar .search input {
        border-radius: 3px 0 0 3px; }
        .dark header .desktop-navbar .main-navbar .search input {
          border: none; }
      header .desktop-navbar .main-navbar .search select {
        width: 220px;
        border-radius: 0;
        border-left: 1px solid rgba(233, 226, 221, 0.6);
        padding-right: 35px;
        text-overflow: ellipsis; }
        .dark header .desktop-navbar .main-navbar .search select {
          border: none; }
      header .desktop-navbar .main-navbar .search .btn {
        flex: none;
        padding: 0 8px;
        height: 44px;
        border-radius: 0 3px 3px 0; }
        header .desktop-navbar .main-navbar .search .btn .bi {
          font-size: 28px; }
        header .desktop-navbar .main-navbar .search .btn .feather {
          width: 26px;
          height: 26px; }
    header .desktop-navbar .main-navbar .my-account {
      display: flex;
      padding: 0 25px;
      flex-direction: column;
      position: relative; }
      header .desktop-navbar .main-navbar .my-account small {
        font-weight: 300; }
      header .desktop-navbar .main-navbar .my-account .btn-dropdown {
        display: block;
        font-weight: 500;
        cursor: pointer;
        width: 100%; }
      header .desktop-navbar .main-navbar .my-account .feather {
        margin-left: 5px;
        width: 24px;
        height: 24px; }
      header .desktop-navbar .main-navbar .my-account .reputation-score {
        background-color: #343a40 !important; }
        header .desktop-navbar .main-navbar .my-account .reputation-score a {
          color: #dee2e6 !important; }
      header .desktop-navbar .main-navbar .my-account .headline {
        padding: .25rem 1rem .75rem;
        border-bottom: 1px solid #e9ecef; }
      header .desktop-navbar .main-navbar .my-account .form-sign-in {
        min-width: 300px; }
      header .desktop-navbar .main-navbar .my-account .dropdown-menu {
        min-width: max(175px, 100%); }
    header .desktop-navbar .main-navbar .cart-dropdown {
      padding-left: 15px;
      margin-left: -30px; }
      header .desktop-navbar .main-navbar .cart-dropdown > .btn {
        padding-right: 40px; }
    header .desktop-navbar .main-navbar .my-account:before, header .desktop-navbar .main-navbar .cart-dropdown:before {
      content: '';
      height: 35px;
      width: 1px;
      position: absolute;
      left: 0;
      top: calc((100% - 35px) / 2);
      background-color: rgba(233, 226, 221, 0.3); }
    header .desktop-navbar .main-navbar .my-account .dropdown-menu, header .desktop-navbar .main-navbar .cart-dropdown .dropdown-menu {
      border: 1px solid rgba(233, 226, 221, 0.3);
      box-shadow: 0 1px 5px 2px #0000001a;
      margin-top: 5px !important; }
  header .desktop-navbar .links-navbar {
    color: #000;
    background-color: rgba(250, 247, 246, 0.6);
    border-bottom: 1px solid rgba(233, 226, 221, 0.3);
    padding: 10px 0; }
    header .desktop-navbar .links-navbar .container {
      position: relative; }
      header .desktop-navbar .links-navbar .container .nav-link {
        padding-top: 5px;
        padding-bottom: 5px; }

  .dark header .desktop-navbar .links-navbar {
        color: #000;
        background-color: #FFFFFF;
        border-bottom: 1px solid #E8E9EB;
        padding: 10px 0;
  }
  .dark header .desktop-navbar .links-navbar .container {
        position: relative; }
  .dark header .desktop-navbar .links-navbar .container .nav-link {
        padding-top: 5px;
        padding-bottom: 5px; }
  .dark header .nav.categories-menu {
    justify-content: center;
  }
  /*Липкое меню категорий*/
  .sticky-active {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #FFFFFF;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateY(0);
    opacity: 1;
  }

  .sticky-hidden {
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .sticky-show {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  /*Липкое меню категорий*/

/* FOOTER */
footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 14px; }
  .dark footer {
    /*border-top: 1px solid rgba(230, 227, 226, 0.8);*/
    border-top: 1px solid #E8E9EB ;
    /*color: #495057;*/
    /*color: #1E5F74;*/
    color: #F4D35E ;
    /*background-color: rgba(230, 227, 226, 0.5); }*/
    background-color: #133244 ; }
  .light footer {
    border-top: 1px solid rgba(230, 227, 226, 0.8);
    color: #495057;
    background-color: rgba(230, 227, 226, 0.5); }
  footer a {
    font-weight: 400; }
  footer a:not(.btn) {
    /*color: #343a40; }*/
    color: #a08d5a; }
  footer .nav-link, footer .nav-link:focus, footer .nav-link:hover {
    color: #F4D35E;
  }
  footer .footer-links.footer-links-horizontal {
    padding-left: 0; }
    footer .footer-links.footer-links-horizontal h4 {
      display: none; }
    footer .footer-links.footer-links-horizontal .nav {
      flex-direction: row !important;
      justify-content: center; }
    footer .footer-links.footer-links-horizontal li {
      display: inline-block; }
    footer .footer-links.footer-links-horizontal li + li {
      padding-left: .75rem; }
  footer .footer-links.footer-links-vertical h4 {
    font-size: 1.1rem;
    margin-bottom: .25rem; }
  footer .footer-links.footer-links-vertical ul {
    padding-left: 0; }
  footer .footer-links.footer-links-vertical li > a {
    padding: .2rem 1rem .2rem 0; }
  footer .footer-logo img {
    width: 200px; }
  footer .first-row > .col-md {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  footer .first-row .newsletter-subscription-box {
    background-color: #D2CFCE;
    padding: 1rem;
    border-radius: 6px; }
  footer .second-row {
    border-top: 1px solid #DCD9D8;
    padding-top: 1.5rem;
    margin-top: 1rem; }
    footer .second-row .social-media-links {
      text-align: right; }
    footer .second-row .copyright-message {
      border-top: 1px solid #DCD9D8;
      padding-top: 1rem;
      margin-top: 1rem;
      font-size: 12px; }
  @media (min-width: 992px) {
    footer .first-row,
    footer .second-row {
      padding-left: 2rem;
      padding-right: 2rem; } }
/* /FOOTER */
.members-area .sidebar {
  padding-top: .75rem; }
.members-area .main-content {
  padding: .75rem 1rem;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
.members-area .form-user {
  margin: 0; }

.listings-browse .sidebar-content,
.stores-browse .sidebar-content {
  padding: 1rem;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
.listings-browse .main-content,
.stores-browse .main-content {
  padding: 1rem 1.5rem;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
.listings-browse .category-breadcrumbs,
.stores-browse .category-breadcrumbs {
  font-weight: 500; }
.listings-browse .pagination,
.stores-browse .pagination {
  margin-bottom: 0.5rem; }

/* @version 9.2 [rev.9.2.01] */
.listing-details .title {
  font-size: 2rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 575.98px) {
    .listing-details .title {
      font-size: 1.5rem; } }
.listing-details .short-description {
  margin-bottom: 1.5rem; }
.listing-details .media-section,
.listing-details .information-section,
.listing-details .description-section {
  padding: 1rem;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
.listing-details .media-section .img-thumbnail {
  border-color: #e9ecef; }
.listing-details .media-section .carousel-item .img-thumbnail {
  border: none;
  padding: 0;
  border-radius: 0; }
.listing-details .media-section .carousel-indicators {
  border-top: 1px solid #e9ecef;
  padding-top: 0.75rem; }
.listing-details .information-section .tab-pane {
  max-height: 300px;
  overflow-y: auto; }
.listing-details .buttons-section {
  padding: 1rem; }
.listing-details .form-purchase-confirm {
  max-width: 325px; }
.listing-details .accordion-postage-rates {
  width: 100%;
  max-width: 325px; }
  .listing-details .accordion-postage-rates .accordion-button {
    font-size: inherit;
    padding: 0.6rem 0.75rem; }
  .listing-details .accordion-postage-rates .accordion-body {
    padding: 0.75rem 0.75rem 0.6rem; }

/*# sourceMappingURL=theme.css.map */

/* Custom CSS by frankazoid */

.form-group:has(input[type=divider]) {
  font-size: 1.2rem !important;
  font-weight: bold;
  margin-bottom: -20px;
  }

/* Стили для кнопки поиска */
.btn-primary {
  background-color: var(--deep-blue) !important;
  border-color: var(--deep-blue) !important;
  color: white !important;
  border-radius: 0 !important;
}

/* При наведении */
.btn-primary:hover {
  background-color: #1a2f40 !important;
  border-color: #1a2f40 !important;
}

/* Стили для кнопки валюты */
#currencySelectorDropdown {

  background-color: white !important;
  color: var(--deep-blue) !important;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#currencySelectorDropdown::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--deep-blue);
}

.badge-text {
  font-size: 14px;
}

/*Стили для сердечка в шапке*/
.bi-heart-fill {
  color: var(--deep-blue) !important;
}

.bi-heart-fill:hover {
  color: #1a2f40 !important;
}

/* Для текста в приветствии */
.au-welcome-user {
  color: rgb(35, 68, 95) !important;
}

/* Для ссылок */
.au-links-desktop a,
.au-links-desktop a:link,
.au-links-desktop a:visited {
  color: rgb(35, 68, 95) !important;
  text-decoration: none;
}

/* Для ссылок при наведении */
.au-links-desktop a:hover {
  color: var(--deep-blue) !important;
  text-decoration: underline;
}

/* Для текста внутри выпадающего меню */
.user-dropdown,
.user-dropdown .dropdown-menu {
  color: rgb(35, 68, 95) !important;
}

/* Для текста внутри формы */
.form-sign-in .form-control {
  color: rgb(35, 68, 95) !important;
}

.form-sign-in label {
  color: rgb(35, 68, 95) !important;
}

/* Для текста под формой (ссылки на восстановление пароля) */
.form-sign-in small a {
  color: rgb(35, 68, 95) !important;
}

.form-sign-in small a:hover {
  color: rgb(25, 50, 70) !important;
  text-decoration: underline;
}
 /*Рамка для поисковика*/
#basic-search,
.form-select {
  border: 2px solid var(--deep-blue);
  border-radius: 0;
  box-sizing: border-box;
}

/*Тень снизу шапки*/
.main-navbar {
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
  z-index: 100;
  position: relative;
}

/*Пипка-треугольник у акаунта*/
#myAccountDropdown svg {
  display: none; /* Скрываем SVG */
}

#myAccountDropdown::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--deep-blue);
}

/*Высота у лого*/
.col-auto .logo {
  display: block;
  margin-top: -20px;
}

/*Пипка-треугольник у поиска*/
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23244460' d='M2 5l6 6 6-6z'/%3e%3c/svg%3e") !important;
  background-image: var(--bs-form-select-bg-img);
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 20px 15px;
}

/*Цвет кнопок*/
.form-select option:hover {
  background-color: var(--deep-blue) !important;
  color: white !important;
}

/*Кнопки возле карточек*/
.nav-pills  {
  color: white !important;
}
/*.nav-link.active {*/
/*  color: var(--deep-blue);*/
/*  font-family: 'WaverlyCF-Medium', sans-serif;*/
/*  background: none !important;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  text-transform: uppercase;*/
/*  font-weight: bold;*/
/*  text-align: center;*/
/*}*/
.nav-link.active:not(footer *) {
  color: var(--deep-blue);
  font-family: 'WaverlyCF-Medium', sans-serif;
  background: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
}


.nav.nav-pills {
  display: flex;
  justify-content: center;
}

.nav.nav-pills .nav-link {
  font-family: 'WaverlyCF-Medium', sans-serif;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.nav.nav-pills .nav-link.active {
  font-weight: bold;
}

.nav.nav-pills .nav-link:not(.active) {
  font-weight: normal;
}

/*Сердечко/логотип над кнопками у карточек*/
.nav-pills .nav-link.active::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 253.63 221.91'%3E%3Cpath fill='%23244460' d='M128.12 0l1.87 0 0.99 2.08c0.22,0.41 0.66,1.23 0.87,1.64 0.86,1.51 2.6,4.53 3.47,6.04 0.14,0.23 0.43,0.68 0.57,0.91 2.13,3.52 4.32,7 6.47,10.52 0.12,0.23 0.37,0.66 0.5,0.87 2.86,5.05 5.65,10.17 8.65,15.18 0.13,0.2 0.38,0.64 0.5,0.87 5.14,8.84 10.33,17.67 15.5,26.54 0.11,0.2 0.36,0.64 0.48,0.87 2.86,5.05 5.62,10.17 8.64,15.15 0.12,0.23 0.39,0.67 0.5,0.87 2.08,3.52 4.14,7.07 6.27,10.59 0.13,0.23 0.41,0.68 0.55,0.91 2.9,4.99 5.69,10.08 8.71,15.05 0.11,0.2 0.36,0.64 0.5,0.84 5.19,8.85 10.33,17.72 15.48,26.61 0.13,0.21 0.39,0.66 0.52,0.87 2.88,5.03 5.7,10.13 8.64,15.13 0.12,0.21 0.39,0.65 0.51,0.87 2.05,3.52 4.11,7.07 6.26,10.61 0.14,0.23 0.39,0.66 0.53,0.89 5.85,10.34 11.59,20.76 17.74,30.93 0.18,0.3 0.5,0.85 0.66,1.12 3.54,6.18 6.77,12.56 10.13,18.84 -0.05,1.08 -0.14,3.25 -0.21,4.35 -14.13,4.18 -28.94,2.26 -43.43,2.6 -67.79,-0.02 -135.6,0.07 -203.38,-0.04 -1.28,-0.46 -3.86,-1.35 -5.14,-1.79 -0.37,-0.75 -1.1,-2.24 -1.47,-2.99 1.35,-3.41 3.18,-6.56 4.96,-9.76 0.12,-0.21 0.37,-0.64 0.48,-0.85 2.2,-3.82 4.26,-7.7 6.68,-11.36 2.63,-0.5 5.28,-0.76 8,-0.73 56.33,0.09 112.66,0.18 168.97,-0.03 2.93,1.17 5.42,0.53 7.43,-1.92 3.09,-0.27 6.2,-0.59 9.3,-1.03l0.78 -0.09c-0.09,-0.27 -0.27,-0.8 -0.36,-1.07 -2.15,-6.15 -5.51,-11.8 -8.71,-17.42 -0.21,-0.34 -0.6,-1.03 -0.78,-1.37l-1.03 -1.83c-0.18,-0.35 -0.57,-1.03 -0.75,-1.37 -2.88,-5.24 -5.7,-10.5 -8.76,-15.57 -0.14,-0.23 -0.39,-0.67 -0.53,-0.87 -5.21,-8.83 -10.33,-17.72 -15.5,-26.57 -0.11,-0.2 -0.36,-0.64 -0.5,-0.84 -5.17,-8.87 -10.38,-17.72 -15.5,-26.59 -0.14,-0.21 -0.39,-0.64 -0.5,-0.87 -2.88,-5.05 -5.67,-10.17 -8.6,-15.18 -0.14,-0.23 -0.39,-0.66 -0.5,-0.89 -2.95,-5.03 -5.69,-10.17 -8.64,-15.16 -0.16,-0.25 -0.44,-0.71 -0.57,-0.96 -0.96,-1.44 -2.88,-4.32 -3.84,-5.76 -0.16,-0.2 -0.49,-0.59 -0.65,-0.8 -0.59,-0.64 -1.82,-1.94 -2.44,-2.6 -0.96,1.16 -2.84,3.49 -3.77,4.66 -0.21,0.27 -0.62,0.84 -0.83,1.14 -0.93,1.42 -2.83,4.28 -3.77,5.72 -0.16,0.23 -0.46,0.68 -0.59,0.91 -2.24,3.5 -4.35,7.04 -6.45,10.56 -0.14,0.23 -0.39,0.64 -0.53,0.87 -4.43,7.32 -8.84,14.66 -13.12,22.04 -0.14,0.23 -0.39,0.64 -0.5,0.87 -2.17,3.5 -4.28,7.04 -6.33,10.58 -0.14,0.21 -0.39,0.64 -0.53,0.85 -2.99,4.98 -5.78,10.11 -8.62,15.18 -0.11,0.21 -0.36,0.64 -0.48,0.85 -2.97,5 -5.85,10.03 -8.69,15.08 -0.11,0.21 -0.36,0.67 -0.5,0.87 -3.38,5.63 -6.03,11.62 -9.46,17.2 -8.07,-0.58 -16.17,-0.58 -24.19,0.27 -1.53,-0.34 -4.62,-1.05 -6.15,-1.39 1.39,-5.88 4.59,-11.05 7.68,-16.17 0.12,-0.2 0.37,-0.64 0.5,-0.84 3.04,-4.96 5.81,-10.06 8.69,-15.12 0.12,-0.22 0.39,-0.66 0.5,-0.89 2.95,-4.98 5.77,-10.08 8.65,-15.13 0.11,-0.23 0.36,-0.64 0.48,-0.87 2.95,-5.01 5.78,-10.1 8.66,-15.16 0.14,-0.23 0.39,-0.66 0.5,-0.87 2.95,-5 5.76,-10.1 8.67,-15.13 0.11,-0.23 0.36,-0.64 0.5,-0.87 2.06,-3.47 4.16,-6.95 6.26,-10.42 0.17,-0.28 0.51,-0.83 0.67,-1.1 2.95,-4.96 5.67,-10.06 8.59,-15.04 0.12,-0.21 0.37,-0.64 0.51,-0.85 2.08,-3.52 4.2,-7.04 6.33,-10.56 0.11,-0.23 0.37,-0.64 0.5,-0.87 3,-4.98 5.76,-10.1 8.62,-15.18 0.12,-0.21 0.37,-0.64 0.48,-0.87 5.1,-9.03 10.24,-18.15 17.4,-25.76z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-pills .nav-link {
  position: relative;
}

/*Карточки с недвижкой*/
.listings-cards .listing-card:hover {
  background-color: #f8f9fa !important;
}

.listings-cards .listing-card:hover .card-footer {
  background-color: #f8f9fa !important;
}


.card-grid a {
  text-decoration: none;
  color: inherit;
}

.card-footer {
  background-color: #ffffff;
  border: none;
  padding: 0;
}

.card-footer.action-buttons {
  display: none;
}

.card-grid a {
  text-decoration: none;
  color: inherit;
}

/*Сердечко внутри картинки*/
.card-grid .card-img {
  position: relative !important;
}

.card-grid .btn-wishlist-async {
  position: absolute !important;
  top: 26px !important;
  right: 26px !important;
  z-index: 10 !important;
  width: 31.92px;
  height: 24px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .card-grid .btn-wishlist-async {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .card:hover .btn-wishlist-async {
    opacity: 1 !important;
  }
}

.card-grid .btn-gold {
  background-color: var(--orange) !important;
  border: var(--orange) !important;
}

/*текст у карточек*/
.card-seller {
  text-align: left;
  font-weight: bold;
}

.headline {
  color: black;
  text-align: left !important;
  display: block;
}

.text-classified {
  color: var(--deep-blue) !important;
  text-align: left !important;
  display: block;
  font-family: "WaverlyCF-Bold", sans-serif !important;
}

/*Кнопка views all*/
.text-right .btn-light {
  color: #ffffff;
  font-family: Arial, sans-serif;
  position: relative;
  width: 108px;
  height: 28px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  background-color: var(--deep-blue) !important;
}

.text-right .btn-light:active,
.btn-light:focus {
    color: inherit !important;
  box-shadow: none !important;
}

.text-right .btn-light::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 10px solid var(--deep-blue);
}

.text-right {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

.text-right a {
  display: inline-block;
}

.btn.btn-light {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}


/*Шрифты для второго блока*/

.fw-light {
  font-family: 'WaverlyCF-Light', sans-serif;
}

.fw-bold {
  font-family: 'WaverlyCF-ExtraBold', sans-serif;
}

/*Шрифты arial для шапки и карточек*/
.desktop-navbar {
  font-family: Arial, sans-serif;
}
.card-body * {
  font-family: Arial, sans-serif !important;
}

.card-body .au-price * {
  font-family: 'WaverlyCF-Bold', sans-serif !important;
}

/*Карусель*/
#advertCarousel .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}

#advertCarousel .carousel-indicators::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:xodm='http://www.corel.com/coreldraw/odm/2003' xml:space='preserve' width='100%' height='100%' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' viewBox='0 0 253.63 221.91'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E %3C![CDATA[ .fil0 %7Bfill:%23FFFFFF%7D ]]%3E%3C/style%3E%3C/defs%3E%3Cg id='Слой_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'/%3E%3Cpath class='fil0' d='M128.12 0l1.87 0 0.99 2.08c0.22,0.41 0.66,1.23 0.87,1.64 0.86,1.51 2.6,4.53 3.47,6.04 0.14,0.23 0.43,0.68 0.57,0.91 2.13,3.52 4.32,7 6.47,10.52 0.12,0.23 0.37,0.66 0.5,0.87 2.86,5.05 5.65,10.17 8.65,15.18 0.13,0.2 0.38,0.64 0.5,0.87 5.14,8.84 10.33,17.67 15.5,26.54 0.11,0.2 0.36,0.64 0.48,0.87 2.86,5.05 5.62,10.17 8.64,15.15 0.12,0.23 0.39,0.67 0.5,0.87 2.08,3.52 4.14,7.07 6.27,10.59 0.13,0.23 0.41,0.68 0.55,0.91 2.9,4.99 5.69,10.08 8.71,15.05 0.11,0.2 0.36,0.64 0.5,0.84 5.19,8.85 10.33,17.72 15.48,26.61 0.13,0.21 0.39,0.66 0.52,0.87 2.88,5.03 5.7,10.13 8.64,15.13 0.12,0.21 0.39,0.65 0.51,0.87 2.05,3.52 4.11,7.07 6.26,10.61 0.14,0.23 0.39,0.66 0.53,0.89 5.85,10.34 11.59,20.76 17.74,30.93 0.18,0.3 0.5,0.85 0.66,1.12 3.54,6.18 6.77,12.56 10.13,18.84 -0.05,1.08 -0.14,3.25 -0.21,4.35 -14.13,4.18 -28.94,2.26 -43.43,2.6 -67.79,-0.02 -135.6,0.07 -203.38,-0.04 -1.28,-0.46 -3.86,-1.35 -5.14,-1.79 -0.37,-0.75 -1.1,-2.24 -1.47,-2.99 1.35,-3.41 3.18,-6.56 4.96,-9.76 0.12,-0.21 0.37,-0.64 0.48,-0.85 2.2,-3.82 4.26,-7.7 6.68,-11.36 2.63,-0.5 5.28,-0.76 8,-0.73 56.33,0.09 112.66,0.18 168.97,-0.03 2.93,1.17 5.42,0.53 7.43,-1.92 3.09,-0.27 6.2,-0.59 9.3,-1.03l0.78 -0.09c-0.09,-0.27 -0.27,-0.8 -0.36,-1.07 -2.15,-6.15 -5.51,-11.8 -8.71,-17.42 -0.21,-0.34 -0.6,-1.03 -0.78,-1.37l-1.03 -1.83c-0.18,-0.35 -0.57,-1.03 -0.75,-1.37 -2.88,-5.24 -5.7,-10.5 -8.76,-15.57 -0.14,-0.23 -0.39,-0.67 -0.53,-0.87 -5.21,-8.83 -10.33,-17.72 -15.5,-26.57 -0.11,-0.2 -0.36,-0.64 -0.5,-0.84 -5.17,-8.87 -10.38,-17.72 -15.5,-26.59 -0.14,-0.21 -0.39,-0.64 -0.5,-0.87 -2.88,-5.05 -5.67,-10.17 -8.6,-15.18 -0.14,-0.23 -0.39,-0.66 -0.5,-0.89 -2.95,-5.03 -5.69,-10.17 -8.64,-15.16 -0.16,-0.25 -0.44,-0.71 -0.57,-0.96 -0.96,-1.44 -2.88,-4.32 -3.84,-5.76 -0.16,-0.2 -0.49,-0.59 -0.65,-0.8 -0.59,-0.64 -1.82,-1.94 -2.44,-2.6 -0.96,1.16 -2.84,3.49 -3.77,4.66 -0.21,0.27 -0.62,0.84 -0.83,1.14 -0.93,1.42 -2.83,4.28 -3.77,5.72 -0.16,0.23 -0.46,0.68 -0.59,0.91 -2.24,3.5 -4.35,7.04 -6.45,10.56 -0.14,0.23 -0.39,0.64 -0.53,0.87 -4.43,7.32 -8.84,14.66 -13.12,22.04 -0.14,0.23 -0.39,0.64 -0.5,0.87 -2.17,3.5 -4.28,7.04 -6.33,10.58 -0.14,0.21 -0.39,0.64 -0.53,0.85 -2.99,4.98 -5.78,10.11 -8.62,15.18 -0.11,0.21 -0.36,0.64 -0.48,0.85 -2.97,5 -5.85,10.03 -8.69,15.08 -0.11,0.21 -0.36,0.67 -0.5,0.87 -3.38,5.63 -6.03,11.62 -9.46,17.2 -8.07,-0.58 -16.17,-0.58 -24.19,0.27 -1.53,-0.34 -4.62,-1.05 -6.15,-1.39 1.39,-5.88 4.59,-11.05 7.68,-16.17 0.12,-0.2 0.37,-0.64 0.5,-0.84 3.04,-4.96 5.81,-10.06 8.69,-15.12 0.12,-0.22 0.39,-0.66 0.5,-0.89 2.95,-4.98 5.77,-10.08 8.65,-15.13 0.11,-0.23 0.36,-0.64 0.48,-0.87 2.95,-5.01 5.78,-10.1 8.66,-15.16 0.14,-0.23 0.39,-0.66 0.5,-0.87 2.95,-5 5.76,-10.1 8.67,-15.13 0.11,-0.23 0.36,-0.64 0.5,-0.87 2.06,-3.47 4.16,-6.95 6.26,-10.42 0.17,-0.28 0.51,-0.83 0.67,-1.1 2.95,-4.96 5.67,-10.06 8.59,-15.04 0.12,-0.21 0.37,-0.64 0.51,-0.85 2.08,-3.52 4.2,-7.04 6.33,-10.56 0.11,-0.23 0.37,-0.64 0.5,-0.87 3,-4.98 5.76,-10.1 8.62,-15.18 0.12,-0.21 0.37,-0.64 0.48,-0.87 5.1,-9.03 10.24,-18.15 17.4,-25.76z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px !important;
}

#advertCarousel .carousel-indicators button {
  width: 9px !important;
  height: 9px !important;
  background-color: #eeeeee !important;
  border-radius: 50% !important;
  border: none !important;
  padding: 0 !important;
  opacity: 1 !important;
  transition: background-color 0.3s ease !important;
}

#advertCarousel .carousel-indicators button.active {
  background-color: var(--orange) !important;
  border: var(--orange) !important;
}

.carousel-inner .banner-text {
  font-family: 'WaverlyCF-Light', sans-serif !important;
}




/* Мобильные устройства (до 768px) */
@media (max-width: 768px) {
  .carousel-indicators {
    /*display: none !important;*/
  }

  .banner-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 0 !important;
    width: 100% !important;
    padding: 3px 10px !important;
    gap: 5px; /* Управляем расстоянием между h3 */
  }

  .banner-text h3 {
    font-size: 9px;
    line-height: 1.2;
    margin: 0;
    word-wrap: break-word;
    word-break: break-word;
  }
}

/* Планшеты (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .carousel-indicators {
    /*display: none !important;*/
  }

  .banner-text {
    top: 40% !important;
    max-width: 50%!important;
    word-wrap: break-word;
    word-break: break-word;
    padding: 5px 15px !important;
  }

  .banner-text h3 {
    font-size: 16px;
    line-height: 1.4;
  }
}

/*ширина для второго блока*/
.row.align-items-center {
  width: 100% !important;

  max-width: 100% !important;
  box-sizing: border-box !important;
  margin: 0 auto !important;
  /*padding: 0 15px !important;*/
}

@media (max-width: 768px) {
  .row.align-items-center {
    flex-direction: column;
    text-align: center;
  }

  .row.align-items-center .col-lg-6 {
    width: 100%;
    padding: 10px;
  }

  .text-container h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .text-container p {
    font-size: 14px;
    line-height: 1.5;
  }

  .row.align-items-center .col-lg-6.text-center img {
    padding: 0 !important;
    width: 100%;
    height: auto;
  }
}

/*Шрифт для сайдбара*/
nav.sidebar {
  font-family: Arial, sans-serif !important;
}

/*Шрифт у сортировки*/
.row.align-items-center.p-0.mb-3 {
  font-family: Arial, sans-serif;
}

/*шрифты у описаний под карточками на странице buy*/
#description {
  font-family: Arial, sans-serif;
}

#specifications,
.form-async-wrapper,
#description {
  font-family: Arial, sans-serif;
}

#specifications *,
.form-async-wrapper *,
#description * {
  font-family: Arial, sans-serif;
}

/*шрифты у формы на странице sell with us*/
form[action="/sell"] {
  font-family: Arial, sans-serif;
}

form[action="/sell"] * {
  font-family: Arial, sans-serif;
}
.form-steps-header-wrapper {
  font-family: Arial, sans-serif;
}

.form-steps-header-wrapper * {
  font-family: Arial, sans-serif;
}

/*Третий блок*/
/*.investment-card p {*/
/*  font-family: Arial, sans-serif;*/
/*}*/

.investment-card:hover .investment-icon svg path.fil0,
.investment-card:hover .investment-icon svg path.fil1 {
  fill: var(--orange);
}

.investment-card {
  transition: transform 0.3s ease;
}

.investment-card:hover {
  transform: translateY(-10px);
  background-color: transparent !important;
}

/*шрифт у шапки в моб версии*/
@media (max-width: 768px) {
  #basic-search-mobile {
    font-family: Arial, sans-serif;
  }
  #mobileHeaderMenu {
    font-family: Arial, sans-serif;
  }
}

/*общий контейнер*/
.tab-content {
  background-color: #ffffff;
  padding-bottom: 20px;
}

/*У всех карточек одинаковых бордер*/
.listings-cards.listings-cards:not(.no-highlighting) .card-home-page-featured,
.stores-cards.stores-cards:not(.no-highlighting) .card-home-page-featured {
  border-color: #e9ecef !important;
}

/*Убираем ненужный отступ у кнопки сердечка*/
.d-flex .btn-wishlist-async.ms-4 {
  margin-left: 0 !important;
  width: 44px;
  height: 32px;
}

@media (max-width: 768px) {
  .d-flex .btn-wishlist-async.ms-4 {
    margin-left: 0 !important;
    width: 44px;
    height: 32px;
  }
}

/*Фон у слайдера с фотками недвижки*/
.carousel-indicators .carousel-button img {
  transition: filter 0.3s ease;
  filter: brightness(0.7);
}

.carousel-indicators .carousel-button.active img,
.carousel-indicators .carousel-button:hover img {
  filter: brightness(0.9);
}

/*Общий белый фон у детальной карточки*/
.listing-details {
  background-color: #ffffff;
}
/*обрезка карусели*/
#advertCarousel{
  clip-path: polygon(0% 0%, 0% 90%, 50% 100%, 100% 90%, 100% 0%);
}

/*В моб версии body исправлен*/
html, body {
  /*overflow-x: hidden; !* Убираем горизонтальный скролл *!*/
}

@media (max-width: 768px) {
  body {
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
  }
}

/*Параллакс блок*/
/* Мобильные устройства (до 768px) */
@media (max-width: 768px) {
  .banner-paralax-text {
        width: 90%;
  }

  .banner-paralax-text h2 {
    font-size: 16px;
    line-height: 1.4;
  }
}


/*Оранжевые кнопки аккардиона*/
/*.accordion-button:not(.collapsed) {*/
/*  background-color: var(--orange) !important;*/
/*}*/

/*Адаптив для третьего блока*/

@media (max-width: 992px) {
  .investment-title {
    margin-top: 30px !important;
  }
}

@media (max-width: 992px) {
  .investment-card {
    padding: 2px !important;
    height: auto;
  }

  .investment-icon {
    font-size: 35px;
    margin-bottom: 5px;
  }

  .investment-card h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .investment-card p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 5px;
  }

  .investment-icon {
    font-size: 30px;
  }

  .investment-card h3 {
    font-size: 12px;
  }

  .investment-card p {
    font-size: 10px;
  }
}


@media (max-width: 1000px) {
  li.nav-item.text-right {
    display: flex !important;
    justify-content: flex-start !important;
    padding: 0 !important;
  }
}



/*Для валюты в моб версии раскрывающийся список*/
@keyframes fadeInDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.dropdown-menu {
  opacity: 0;
  transform: translateY(-10px);
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.dropdown-menu.show {
  animation-name: fadeInDown;
  box-shadow: 0 1px 5px 2px #0000001a;
}
.dropdown.currency-selector-dropdown .dropdown-menu.show {
  width: 60px !important;
}


@media (max-width: 768px) {
  .currency-selector-dropdown .dropdown-menu.show {

    left: 15% !important;
    right: auto !important;
    transform: translateX(0);
  }
}

/*Подвал*/
.footer-links {
  font-family: Arial, sans-serif !important;
}

.footer-links h4 {
  font-family: Arial, sans-serif !important;
  font-weight: bold !important;
}

 /*крепим карточки к верху в поиске*/
.main-content.has-listings {
  position: sticky;
  top: 10%;
}

/*Дашборд*/
main.main .main-content,
main.main .main-content h3,
main.main .main-content h6,
main.main .main-content h1 {
  font-family: Arial, sans-serif !important;
}

#collapse1 {
  font-family: Arial, sans-serif !important;
}

#collapse1 .nav-link {
  font-family: Arial, sans-serif !important;
}

/*Валюта и язык ховеры*/

.my-1:hover {
  /*text-decoration: underline;*/
  background-color: #f8f9fa;
}

/*.dropdown-item:hover {*/
/*  text-decoration: underline;*/
/*}*/

.dropdown-menu .dropdown-item:hover {
  text-decoration: none !important;
}


/*Прячем лупу в моб версии*/
@media (max-width: 768px) {
  .bi-search::before {
    display: none;
  }
}

/*Бургер в моб версии*/
@media (max-width: 768px) {
  .bi-list::before {
    font-size: 1.5em;
    display: inline-block;
    margin-top: 10px;
  }
}

/*Активная кнопка у members area*/
#sidebar .nav-item.open > .nav-link.active {
  align-items: start !important;
}


