/** @format */
:root {
  --bs-accordion-active-bg: #98b457;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: url(../images/bg.jpg);
}
.loader {
  --c: no-repeat linear-gradient(orange 0 0);
  background:
    var(--c), var(--c), var(--c), var(--c), var(--c), var(--c), var(--c),
    var(--c), var(--c);
  background-size: 16px 16px;
  animation:
    l32-1 1s infinite,
    l32-2 1s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
}
@keyframes l32-1 {
  0%,
  100% {
    width: 45px;
    height: 45px;
  }
  35%,
  65% {
    width: 65px;
    height: 65px;
  }
}
@keyframes l32-2 {
  0%,
  40% {
    background-position:
      0 0,
      0 50%,
      0 100%,
      50% 100%,
      100% 100%,
      100% 50%,
      100% 0,
      50% 0,
      50% 50%;
  }
  60%,
  100% {
    background-position:
      0 50%,
      0 100%,
      50% 100%,
      100% 100%,
      100% 50%,
      100% 0,
      50% 0,
      0 0,
      50% 50%;
  }
}

.btn-toggle,
.btn-non-toggle {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus,
.btn-non-toggle:hover,
.btn-non-toggle:focus {
  background-color: #98b457;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: #000;
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: 0.5rem;
  text-decoration: none;
  display: block;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #98b457;
}
.navbar-toggler {
  box-shadow: none !important;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold {
  font-weight: 600;
}
.lh-tight {
  line-height: 1.25;
}
.btn-bd-primary {
  --bd-violet-bg: #4d60a0;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #3c5abf;
  --bs-btn-hover-border-color: var(--bs-btn-hover-bg);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-btn-hover-bg);
  --bs-btn-active-border-color: var(--bs-btn-hover-bg);
}

.btn-bd-secondary {
  --bd-violet-bg: #759b1f;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #679400;
  --bs-btn-hover-border-color: var(--bs-btn-hover-bg);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: var(--bs-btn-hover-bg);
  --bs-btn-active-border-color: var(--bs-btn-hover-bg);
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}
.link-secondary {
  color: #000 !important;
  text-decoration: none;
}
.link-secondary:hover {
  color: #000 !important;
  text-decoration: underline;
}
#icon-account {
  width: 30px;
  height: 30px;
  color: #4d60a0;
}

#icon-compare {
  width: 40px;
  height: 40px;
  color: #4d60a0;
}

#icon-add-to-cart {
  width: 48px;
  height: 40px;
  color: #4d60a0;
}
.accordion-button-link {
  text-decoration: none;
  font-weight: 400;
}
.accordion-button-link::after {
  display: none;
}

.accordion-body {
  background: #eef7da;
}
.accordion-body ul {
  margin: 0;
}
.accordion-body ul li a:hover {
  background: #bacd8f;
}
.accordion-button {
  color: #000;
}
.accordion-button:hover {
  background: #98b457;
}
.accordion-button:not(.collapsed) {
  background: #98b457;
  color: #000;
}
.accordion-button:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
input#searchBox {
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
}
nav {
  z-index: 9;
}
header {
  z-index: 10;
  position: relative;
}
#accordionMenu {
  position: absolute;
  z-index: 8;
}
#mask,
#mask2 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 7;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  width: 100%;
  height: 100%;
}

h1 {
  font-weight: 600;
  font-size: 22px;
  margin: 0;
}
h2 {
  font-weight: 600;
  font-size: 20px;
  padding: 20px 0;
}

.breadcrumb {
  font-size: 13px;
}
.breadcrumb a {
  text-decoration: none;
}
#mainCarousel {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 1rem auto;

  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow:
    0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%),
    0 1px 3px 0 rgb(0 0 0 / 12%);

  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
  margin: 0 10px;
}

#mainCarousel .carousel__button {
  background-color: transparent;
  color: #dfdfdf;
  box-shadow: none;
}

#mainCarousel .carousel__button.is-prev {
  left: 0;
}

#mainCarousel .carousel__button.is-next {
  right: 0;
}

#mainCarousel .carousel__button:focus {
  outline: none;
}
#thumbCarousel {
  width: 100%;
  max-width: 700px;
}
#thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 64px;
  cursor: pointer;
}

#thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}
.carousel__slide img {
  width: 100%;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 10px 0;
}
.identifier {
  font-size: 13px;
}
.nav-link:hover {
  text-decoration: underline;
}
.card {
  border: 0 !important;
}
.card-title {
  font-size: 14px;
  text-decoration: none;
}
.card-title:hover {
  text-decoration: underline;
}
.card-body {
  padding-bottom: 0;
}
.card:hover,
.card-hover {
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
  border-bottom: 0;
}
.card img.second {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha (opacity=0);
  transition: all 150ms ease-in-out;
}
.card img:hover.second {
  opacity: 1;
  filter: alpha (opacity=1);
}

.techs {
  display: none;
  position: absolute;
  z-index: 5;
  margin-top: -5px;
  font-size: 13px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
  border: 1px solid #d2d2d2;
  border-top: 0;
  border-bottom: 0;
}
.card:hover + .techs,
.techs:hover {
  display: block;
}

.card-footer {
  padding-top: 0;
  border-top: 0;
  background-color: #fff;
}

.hover-underline:hover {
  text-decoration: underline !important;
}
.old-price {
  font-size: 13px;
}
.plus,
.minus {
  padding: 0;
  --bs-btn-focus-shadow-rgb: none;
}
.cart-quantity,
.compare-quantity,
.added {
  position: absolute;
  z-index: 5;
  font-size: 13px;
  margin-left: 40px;
  background-color: #ffc107;
  padding: 0px 7px;
  border-radius: 50%;
}
.added {
  padding: 3px 4px 0px 4px;
}
.added-sm {
  margin-left: 30px;
  padding: 0px 3px;
  font-size: 10px;
}

#search_links {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 99;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 35px;
  max-height: 400px;
  overflow-y: scroll;
}

#search_links a {
  font-size: 13px;
}

.form-control {
  border-color: #aaa !important;
}
.form-control:focus {
  border-color: #86b7fe !important;
}

.form-check-input {
  border-color: #aaa !important;
}
.form-check-input:focus {
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #759b1f !important;
}

.show_cart_item {
  background: #c8e1f3;
  cursor: pointer;
}
.show_cart_item:hover {
  background: #b2dbf8;
}
.item_link_cart {
  color: #004c97;
  text-decoration: none;
  font-size: 15px;
}
.item_link_cart:hover {
  text-decoration: underline;
}

.chooseCity,
#getOtherCity {
  text-decoration: none;
}
.chooseCity:hover,
#getOtherCity:hover {
  text-decoration: underline;
}

#novaposhtaBlock .active {
  font-weight: bold;
}

#filter {
  font-size: 14px !important;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
  }
}
