.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}

/* Базова типографіка для описів */
/* #content p,
#tab-description p,
.category-description p {
  margin: 0 0 0.75rem !important;
} */

/* #content p + p,
#tab-description p + p,
.category-description p + p {
  margin-top: 0.75rem !important;
} */

/* Ігноруємо інлайнові шрифти/розміри з Summernote */
#content [style*='font-family'],
#tab-description [style*='font-family'],
.category-description [style*='font-family'] {
  font-family: inherit !important;
}

#content [style*='font-size'],
#tab-description [style*='font-size'],
.category-description [style*='font-size'] {
  font-size: inherit !important;
}

/* Зображення */
/* #content img, */
#tab-description img,
.category-description img {
  max-width: 100% !important;
  height: auto !important;
}

/* Таблиці */
/* #content table, */
#tab-description table,
.category-description table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 0.75rem 0 !important;
}

/* #content table td, */
/* #content table th, */
#tab-description table td,
#tab-description table th,
.category-description table td,
.category-description table th {
  border: 1px solid #eee;
  padding: 0.5rem;
}

/* Дрібні покращення читабельності */

/* Посилання в описі */
/* #content a, */
#tab-description a,
.category-description a {
  text-decoration: underline;
}

.red {
  color: #ed1c24;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

div.required .control-label::after {
  content: ' *';
  color: #f00;
  font-weight: bold;
}
/* Gradent to all drop down menus */
.btn-language-menu ul a.activeLanguage,
.btn-currency-menu ul button.activeCurrency {
  pointer-events: none;
}
.btn-language-menu ul a.activeLanguage span,
.btn-currency-menu ul button.activeCurrency {
  color: #ccc;
}
/* top */
#top {
  background-color: #eeeeee;
  border-bottom: 1px solid #e2e2e2;
  padding: 4px 0px 3px 0;
  margin: 0 0 20px 0;
  min-height: 40px;
}
#top .container {
  padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#top .btn-link,
#top-links li,
#top-links a {
  color: #888;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}
#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #fff;
}
#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}
#top-links {
  padding-top: 6px;
}
#top-links a + a {
  margin-left: 15px;
}

.qty-spinedit {
  display: flex;
}
.qty-spinedit button {
  width: 20px;
  height: 20px;
  background-color: transparent;
  outline: none;
  border: 1px solid #edf1f7 !important;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

/* product */
.product-item {
  position: relative;
}
.item-product-image img {
  margin: 0 auto;
}
.section-wishlist {
  position: absolute;
  right: 6px;
  top: 6px;
}
.section-wishlist button,
.section-wishlist > div {
  border-radius: 14px;
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product .wish_list_group .product__wishlist svg path {
  transition: 0.2s;
  fill: transparent;
}
#product .wish_list_group .product__wishlist.active svg path {
  fill: #000;
}
.item-product-information h4 a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}
.item-product-information .price {
  color: #1a151b;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
}

.alert.alert-success {
  position: fixed;
  z-index: 9;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 350px;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  padding-top: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 5px;
}
.alert.alert-success svg {
  width: 100%;
  margin-bottom: 10px;
}
.alert_buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.alert_buttons button {
  color: #344054;
  width: 100%;
  max-width: 170px;
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: transparent;
  border-radius: 8px;
}
.alert_buttons a {
  color: #fff !important;
  margin-left: 10px;
  width: 100%;
  max-width: 170px;
  display: flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ed1c24;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: #ed1c24;
  border-radius: 8px;
  user-select: none;
}
.alert-success {
  font-family: var(--main-font);
  padding: 24px;
  border-radius: 0;
  color: #101828;
  background-color: #fff;
  border-color: transparent;
  text-align: left;
  line-height: 2;
  box-shadow:
    0px 8px 8px -4px rgba(16, 24, 40, 0.03),
    0px 20px 24px -4px rgba(16, 24, 40, 0.08);
}
.alert.alert-success a {
  color: #ed1c24;
}
.alert.alert-success.alert__product__added {
  z-index: 1090;
}
.alert.alert-success.alert__product__added > svg {
  width: auto;
  margin-bottom: 20px;
}
.alert__heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 5px;
  color: #3a3227;
}
.alert.alert-success.alert__product__added .alert__product > a {
  color: #667085;
  line-height: 20px;
}
.alert__buttons > a {
  font-size: 14px;
  line-height: 1;
  background-color: #3a3227 !important;
  border: 1px solid #3a3227;
  height: 44px;
  color: #fff !important;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  width: calc(50% - 5px);
  border-radius: 3px;
}
.alert__buttons > button {
  position: unset !important;
  opacity: 1 !important;
  font-size: 14px;
  position: unset;
  line-height: 1;
  background-color: #fff !important;
  border: 1px solid #d0d5dd;
  height: 44px;
  color: #000 !important;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  width: calc(50% - 5px);
}
.alert__buttons * {
  float: none;
}
.alert__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

/* product */
/* list group */
.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}
/* carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}
/* product list */
.description-product *[style*='font-family'] {
  font-family: inherit !important;
}
.description-product *[style*='font-size'] {
  font-size: inherit !important;
}
.description-product p {
  margin: 0 0 0.75rem;
}
.description-product p + p {
  margin-top: 0.75rem;
}
.description-product ul,
.description-product ol {
  padding-left: 3rem;
  margin: 0.75rem 0;
}
.description-product img {
  max-width: 100%;
  height: auto;
}
.description-product table {
  width: 100%;
  border-collapse: collapse;
}
.description-product table td,
.description-product table th {
  border: 1px solid #eee;
  padding: 0.5rem;
}
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: auto;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-grid .product-thumb .image {
  float: none;
}
@media (min-width: 768px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .caption {
  padding: 0 20px;
  min-height: 180px;
}

.product-thumb .caption > h4 + p {
  height: 70px;
  overflow: hidden;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}
@media (max-width: 1199.98px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.product-thumb .rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}
.rating .fa-star + .fa-star-o {
  color: #e69500;
}
h2.price {
  margin: 0;
  white-space: nowrap;
}
.product-thumb .price {
  color: #444;
  white-space: nowrap;
}
.product-thumb .price-new {
  font-weight: 600;
  white-space: nowrap;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
  white-space: nowrap;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
  white-space: nowrap;
}
.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}
@media (max-width: 767.98px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}
.image-additional {
  max-width: 78px;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}
h3.title-section {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 49px;
}
@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^='quantity'] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

/* Modal = START */
.modal {
  display: none;
  opacity: 0;
  transform: translateY(-100px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.modal-open .modal.in {
  opacity: 1;
  transform: translateY(0);
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-backdrop.in {
  opacity: 1;
}

.register__log {
  text-decoration: underline !important;
  font-size: 14px;
}

.register__wrapper {
  width: 100%;
  padding: 20px 15px 20px 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
}

.register__clouse-svg {
  fill: #000;
  height: 20px;
  width: 20px;
}

.simpleregister-have-account {
  margin: 0 !important;
}

.register .simpleregister-have-account {
  margin-top: 14px;
}

.form-horizontal .form-group {
  margin-top: 0px;
  padding: 0;
}
.register .form-horizontal .form-group {
  margin-bottom: 0 !important;
}

.login .form-horizontal .form-group {
  margin-bottom: 0 !important;
}

.forgotten-link {
  display: block;
  text-align: right;
}

.view_pass {
  position: absolute;
  background: transparent;
  z-index: 10;
  right: 14px;
  top: 12px;
}

.register .form-group {
  margin-top: 14px;
}

.simpleregister-button {
  margin-top: 24px;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}

.login .title-page {
  padding-top: 24px;
}

.form-control {
  border-color: #b6b6b6;
}

.register .modal-dialog {
  width: 320px;
}

#simpleregister .form-group > div {
  width: 100%;
}

#simpleregister fieldset {
  padding: 0;
}

/* Series Options Modal = START */
.series-options-modal .modal-dialog {
  max-width: 343px;
}

.series-options-modal .modal-header {
  padding: 15px;
  border-bottom: 0;
}

.series-options-modal .modal-title {
  color: #000;
  font-size: 20px;
  line-height: 25px;
  margin-right: 30px;
}

.series-options-modal .list-group {
  margin-bottom: 0;
}

.series-options-modal .list-group-item {
  padding: 0;
  border: 0;
}

.series-options-modal .price-old {
  color: #000;
  font-size: 15px;
}

.series-options-modal .price-new {
  font-weight: 600;
  font-size: 32px;
}

.btn.apply-options {
  margin-top: 17px;
  background: #1e1e1e;
  color: #fff;
  font-size: 16px;
  line-height: normal;
  height: 55px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

/* ===== Options pills (for #set-input-optionXX) ===== */
div[id^='set-input-option'] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;

  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

div[id^='set-input-option'] .radio {
  flex: 0 0 auto;
  margin: 0;
}

div[id^='set-input-option'] .radio > label {
  position: relative;
  padding-left: 0 !important;
  margin: 0;
  display: inline-flex;
  align-items: center;
}

/* Плашка */
div[id^='set-input-option'] .radio > label > span {
  width: auto;
  min-width: 0;
  height: 40px;
  padding: 0 14px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #f4f4f4;
  color: #141414;
  border: 1px solid transparent;
  border-radius: 2px;

  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;

  transition: all 0.2s ease;
  user-select: none;
  cursor: pointer;
}

/* якщо після span є "(+10)" — щоб не липло */
div[id^='set-input-option'] .radio > label > span + * {
  margin-left: 6px;
}

/* Ховаємо стандартний radio, але залишаємо для :checked */
div[id^='set-input-option'] .radio > label > input[type='radio'] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* hover */
div[id^='set-input-option'] .radio > label:hover > span {
  background: #fff;
  border-color: #6a6f4c;
}

/* active */
div[id^='set-input-option'] .radio > label > input[type='radio']:checked + span {
  background: #fff;
  color: #150f01;
  border-color: #6a6f4c;
}

/* focus (з клавіатури) */
div[id^='set-input-option'] .radio > label > input[type='radio']:focus-visible + span {
  border-color: #6a6f4c;
  box-shadow: 0 0 0 1px #6a6f4c;
}

/* disabled (на майбутнє, якщо буде disabled) */
div[id^='set-input-option'] .radio > label > input[type='radio']:disabled + span {
  opacity: 0.45;
  cursor: not-allowed;
}

/* текст/ціна після span теж клікабельні */
div[id^='set-input-option'] .radio > label {
  cursor: pointer;
}

/* трохи компактніше на вузьких екранах */
@media (max-width: 480px) {
  div[id^='set-input-option'] .radio > label > span {
    height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }
}
/* Series Options Modal = END */
/* Modal = END */

.lock body {
  overflow: hidden;
  scroll-behavior: unset;
  touch-action: none;
  overscroll-behavior: none;
}

#overlay {
  position: fixed;
  inset: 0;
  z-index: 48;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease-out,
    visibility 0s linear 0.3s;
}

#overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 0.3s ease-out,
    visibility 0s linear 0s;
}

/* optional */
@media (prefers-reduced-motion: reduce) {
  #overlay {
    transition: none;
  }
}

/* Custom styles */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 11111;
}

.account__block {
  display: flex;
}

.account__block--elem {
  padding: 0 15px;
  width: calc(100% / 3);
  flex-shrink: 0;
}

.btn-green {
  color: rgb(255, 255, 255);
  background: #40ab35;
  width: 150px;
  height: 35px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border-radius: 5px;
}

/* Swiper = START */
.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none !important;
  cursor: auto !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #f7e4d4;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #160f02 !important;
  border-color: #160f02;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: unset;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px) !important;
}
/* Swiper = END */

/* Slick = START */
#content .slick-dots li button::before {
  content: '';
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #d9d9d9;
  border-radius: 50%;
  opacity: 1;
}

#content .slick-dots li {
  margin: 0 2px;
  width: 10px;
  height: 10px;
}

#content .slick-dots li.slick-active button:before {
  background-color: #1e1e1e;
}

#content .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
}
/* Slick = END */
