body {

  width: 100%;

  height: 100%;

}

h1, h2, h3, h4, h5, h6 {

  color: #444;

}

legend {

  padding: 7px 0;

  margin-bottom: 20px;

  border-bottom: 1px solid #e5e5e5;

}

label {

  font-size: 12px;

  font-weight: normal;

}

/* Chrome border line */

button:focus {

  outline: none !important;

}

/* container */

#container {

  width: 100%;

  min-height: 100%;

  position: absolute;

  margin-bottom: 300px;

}

/* content */

#content, #column-left, #column-right {

  padding-bottom: 730px;

}

@media (min-width: 576px) {

  #content, #column-left, #column-right {

    padding-bottom: 400px;

  }

}

#alert {

  z-index: 9999;

  position: fixed;

  top: 30%;

  left: 50%;

  width: 400px;

  margin-left: -200px;

}

@media (min-width: 992px) {

  #alert {

    width: 600px;

    margin-left: -300px;

  }

}

@media (min-width: 1140px) {

  #alert {

    width: 600px;

    margin-left: -300px;

  }

}

@media (min-width: 1320px) {

  #alert {

    width: 600px;

    margin-left: -300px;

  }

}

#alert .alert {

  margin-bottom: 15px;

}

#alert .alert-primary {

  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);

}

#alert .alert-secondary {

  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);

}

#alert .alert-success {

  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);

}

#alert .alert-warning {

  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);

}

#alert .alert-danger {

  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);

}

#alert .alert-info {

  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);

}

#alert .alert-light {

  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);

}

#alert .alert-dark {

  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);

}

/* top */

#top {

  background-color: var(--bs-tertiary-bg);

  border-bottom: 1px solid var(--bs-border-color);

  margin-bottom: 20px;

  position: relative;

  padding-bottom: 5px;

}

#top ul.list-inline {

  margin-bottom: 0;

}

#top .list-inline-item > a, #top .list-inline-item .dropdown > a {

  font-size: 1.1em;

  color: var(--bs-gray-600);

  line-height: 40px;

  vertical-align: middle;

  padding: 10px 0px 5px 0px;

}

/* logo */

#logo {

  text-align: center;

  margin: 7px 0 7px 0;

}

#logo img {

  max-width: 200px;

}

@media (min-width: 768px) {

  #logo {

    text-align: left;

  }

}

/* search */

#search {

  margin-bottom: 10px;

}

#search .form-control-lg {

  height: 40px;

  font-size: 12px;

  line-height: 20px;

  padding: 0 10px;

}

#search .btn-lg {

  font-size: 15px;

  line-height: 18px;

  padding: 0.57rem 35px;

  text-shadow: 0 1px 0 #FFF;

}

/* cart */

#cart {

  margin-bottom: 10px;

}

#cart .img-thumbnail {

  min-width: 100px;

}

#cart .btn-lg {

  font-size: 15px;

  line-height: 18px;

  padding: 14px 35px;

}

#cart .dropdown-menu {

  background: #eee;

}

#cart .dropdown-menu li {

  min-width: 300px;

}

@media (max-width: 768px) {

  #cart .dropdown-menu li {

    min-width: 100%;

  }

}

/* menu */

#menu {

  background-color: #229ac8;

  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);

  background-repeat: repeat-x;

  border: 1px solid #1f90bb;

  border-color: #1f90bb #1f90bb #145e7a;

  min-height: 40px;

  border-radius: 4px;

  padding: 0 1rem;

  margin-bottom: 20px;

}

#menu .navbar-nav > li > a {

  color: #fff;

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

  padding: 10px 15px 10px 15px;

  background-color: transparent;

}

#menu .navbar-nav > li > a:hover {

  background-color: rgba(0, 0, 0, 0.1);

}

#menu .dropdown-menu {

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}

#menu .dropdown-inner {

  display: flex;

  flex-direction: column;

}

#menu .dropdown-inner ul {

  width: 100%;

  min-width: 200px;

}

@media (min-width: 960px) {

  #menu .dropdown:hover .dropdown-menu {

    display: block;

  }

  #menu .dropdown-inner {

    flex-direction: row;

  }

  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {

    left: -200px;

  }

  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {

    left: -400px;

  }

  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {

    left: -200px;

  }

  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {

    left: -400px;

  }

  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {

    left: -600px;

  }

}

#category {

  float: left;

  font-size: 16px;

  font-weight: 700;

  line-height: 40px;

  color: #fff;

  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);

}

#menu .navbar-toggler i {

  color: #fff;

  border-color: #fff;

  font-size: 0.9em;

}

/* default boostrap changes */

div.required .col-form-label:before, div.required .form-label:before {

  content: "* ";

  color: #F00;

  font-weight: bold;

}

.form-switch-lg {

  font-size: 20px;

  min-height: 30px;

  line-height: 30px;

}

.nav-tabs {

  margin-bottom: 15px;

}

.form-check .form-check-input {

  margin-top: 0.25rem;

}

@media (min-width: 768px) {

  .col-form-label {

    text-align: right;

  }

}

/* footer */

footer {

  border: 1px solid #000000;

  position: absolute;

  bottom: -1px;

  width: 100%;

  padding-top: 30px;

  background-color: #303030;

  border-top: 1px solid #ddd;

  color: #e2e2e2;

}

footer hr {

  border-top: none;

  border-bottom: 1px solid #666;

}

footer a {

  color: #ccc;

  text-decoration: none;

}

footer a:hover {

  color: #fff;

}

footer h5 {

  font-family: "Open Sans", sans-serif;

  font-size: 13px;

  font-weight: bold;

  color: #fff;

  margin-top: 10px;

  margin-bottom: 10px;

}

/* breadcrumb */

.breadcrumb {

  margin: 0 0 20px 0;

  padding: 8px 0;

  border: 1px solid var(--koder-breadcrumb-border);

  border-radius: var(--bs-border-radius);

  background-color: var(--koder-breadcrumb-bg);

}

.breadcrumb i {

  font-size: 15px;

}

.breadcrumb > li.breadcrumb-item {

  text-shadow: 0 1px 0 #FFF;

  padding: 0 20px;

  position: relative;

  white-space: nowrap;

}

.breadcrumb > li.breadcrumb-item > a {

  text-decoration: none;

  color: var(--koder-breadcrumb-link);

}

.breadcrumb > li.breadcrumb-item.active,
.breadcrumb > li.breadcrumb-item.active a,
.breadcrumb > li.breadcrumb-item:last-child,
.breadcrumb > li.breadcrumb-item:last-child a {

  color: var(--koder-breadcrumb-active);

}

.breadcrumb > li.breadcrumb-item:after {

  content: "";

  display: block;

  position: absolute;

  top: -3px;

  right: -5px;

  width: 29px;

  height: 29px;

  border-right: 1px solid var(--koder-breadcrumb-border);

  border-bottom: 1px solid var(--koder-breadcrumb-border);

  transform: rotate(-45deg);

}

.breadcrumb > li.breadcrumb-item + li:before {

  content: "";

  padding: 0;

}

.product-thumb {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--bs-border-color);
  border-radius: 16px;
  background: var(--bs-body-bg);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.product-thumb:hover {
  border-color: var(--bs-border-color);
  transform: translateY(-1px);
}
.product-thumb .image {
  text-align: center;
  padding: 18px 18px 10px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-thumb .image img {
  max-height: 190px;
  object-fit: contain;
}
.product-thumb .image a:hover {
  opacity: 0.9;
}
.product-thumb .content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-thumb .description {
  padding: 0 18px 16px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-thumb .description h4 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  min-height: 46px;
}
.product-thumb .description h4 a {
  color: #212529;
  text-decoration: none;
}
.product-thumb .description p {
  margin-bottom: 12px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-thumb .price {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
}
.product-thumb .price .price-new {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  color: #111827;
}
.product-thumb .price .price-old {
  font-size: 14px;
  color: #9ca3af;
}
.product-thumb .price .price-tax {
  width: 100%;
  margin-top: 2px;
  color: #9ca3af;
  font-size: 12px;
}
.product-thumb .button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px 44px;
  gap: 8px;
  position: static;
  width: auto;
  margin-top: 0;
  padding: 0 18px 18px;
}
.product-thumb .button button {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--bs-border-color);
  border-radius: 12px;
  background-color: var(--bs-body-bg);
  color: #475569;
  line-height: 1;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
}
.product-thumb .button button:hover {
  color: #1f2937;
  background-color: #f8fafc;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
.product-thumb .button .koder_product_card_cart,
.product-thumb .button button:first-child {
  font-weight: 600;
}
.product-thumb .button .koder_product_card_icon,
.product-thumb .button button:not(:first-child) {
  padding: 0;
}

#product-list > .col {
  display: flex;
}

#product-list > .col > .product-thumb {
  width: 100%;
}

@media (max-width: 575.98px) {
  .product-thumb {
    border-radius: 14px;
  }

  .product-thumb .image {
    min-height: 180px;
    padding: 14px 14px 8px;
  }

  .product-thumb .image img {
    max-height: 150px;
  }

  .product-thumb .description {
    padding: 0 14px 14px;
  }

  .product-thumb .button {
    padding: 0 14px 14px;
    grid-template-columns: minmax(0, 1fr) 40px 40px;
  }

  .product-thumb .price .price-new {
    font-size: 20px;
  }
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
    flex-direction: row;
  }

  .product-list .product-thumb .image {
    flex: 0 0 280px;
    min-height: 240px;
    margin-bottom: 0;
  }

  .product-list .product-thumb .content {
    flex: 1;
  }

  .product-list .product-thumb .button {
    width: auto;
    margin-left: 0;
    border-left: 0;
  }
}

.rating .fa-stack {

  width: 20px;

}

.rating .fa-star {

  color: #999;

  font-size: 15px;

}

.rating .fa-star {

  color: #FC0;

  font-size: 15px;

}

.rating .fa-star + .fa-star {

  color: #E69500;

}

/* product list */

.price {

  color: #444;

}

.price-new {

  font-weight: 600;

}

.price-old {

  color: #dc512c;

  text-decoration: line-through;

}

.price-tax {

  color: #999;

  font-size: 12px;

  display: block;

}

/* blog */

.blog-thumb {

  border: 1px solid #ddd;

  margin-bottom: 15px;

}

.blog-thumb h4 {

  font-weight: bold;

}

.blog-thumb .image {

  text-align: center;

  margin-bottom: 15px;

}

.blog-thumb .image a:hover {

  opacity: 0.8;

}

.blog-thumb .description {

  padding: 15px;

}

/* Theme Custom CSS */

#cookie {

  position: fixed;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 150px;

  z-index: 9999;

  opacity: 0.95;

  color: #ecf0f1;

  background: #343a40;

}

#cookie div {

  font-size: 16px;

  color: #FFFFFF;

}



/* Koder product card redesign */
.product-thumb.koder_product_card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  overflow: hidden;
  background: var(--bs-body-bg);
  transition: border-color 0.2s ease, transform 0.2s ease;
  display: flex;
  flex-direction: column;
}
.product-thumb.koder_product_card:hover {
  transform: translateY(-2px);
}
.koder_product_card_badges {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.koder_product_badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #ff4d4f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.product-thumb.koder_product_card .image.koder_product_card_image {
  width: calc(100% + 28px);
  aspect-ratio: 1 / 1;
  padding: 0;
  margin: -14px -14px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  overflow: hidden;
}
.product-thumb.koder_product_card .image.koder_product_card_image img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
}
.product-thumb.koder_product_card .content.koder_product_card_content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-thumb.koder_product_card .description.koder_product_card_description {
  padding: 0 18px 18px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-thumb.koder_product_card .description.koder_product_card_description h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  min-height: 44px;
  margin-bottom: 8px;
}
.product-thumb.koder_product_card .description.koder_product_card_description h4 a {
  color: var(--bs-body-color);
  text-decoration: none;
}
.product-thumb.koder_product_card .description.koder_product_card_description p {
  font-size: 13px;
  color: var(--bs-secondary-color);
  line-height: 1.45;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.koder_product_card_rating .fa-stack {
  width: 16px;
}
.product-thumb.koder_product_card .price.koder_product_card_price {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}
.product-thumb.koder_product_card .price .price-new {
  font-size: 22px;
  font-weight: 700;
  color: var(--bs-body-color);
}
.product-thumb.koder_product_card .price .price-old {
  font-size: 14px;
}
.product-thumb.koder_product_card .price .price-tax {
  width: 100%;
  margin-top: 2px;
}
.product-thumb.koder_product_card .button.koder_product_card_actions {
  position: static;
  width: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px 44px;
  gap: 8px;
  padding: 0 18px 18px;
}
.product-thumb.koder_product_card .button.koder_product_card_actions button {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  background: var(--bs-body-bg);
  color: var(--bs-body-color);
  line-height: 1;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.product-thumb.koder_product_card .button.koder_product_card_actions button + button {
  border-left: 1px solid rgba(15, 23, 42, 0.08);
}
.product-thumb.koder_product_card .button .koder_product_card_cart {
  font-weight: 600;
}
.product-thumb.koder_product_card .button .koder_product_card_icon {
  padding: 0;
}
.product-thumb.koder_product_card .button.koder_product_card_actions button:hover {
  background: var(--bs-tertiary-bg);
}
@media (max-width: 575.98px) {
  .product-thumb.koder_product_card .image.koder_product_card_image {
    width: calc(100% + 28px);
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 0;
    margin: -14px -14px 14px;
  }
  .product-thumb.koder_product_card .image.koder_product_card_image img {
    width: 100%;
    height: 100%;
  }
  .product-thumb.koder_product_card .description.koder_product_card_description {
    padding: 0 14px 14px;
  }
  .product-thumb.koder_product_card .button.koder_product_card_actions {
    padding: 0 14px 14px;
    grid-template-columns: minmax(0, 1fr) 40px 40px;
  }
  .product-thumb.koder_product_card .price .price-new {
    font-size: 19px;
  }
}
@media (min-width: 960px) {
  .product-list .product-thumb.koder_product_card {
    display: flex;
  }
  .product-list .product-thumb.koder_product_card .image.koder_product_card_image {
    flex: 0 0 280px;
    min-height: 240px;
    margin-bottom: 0;
  }
  .product-list .product-thumb.koder_product_card .content.koder_product_card_content {
    flex: 1;
  }
}


.koder-footer-info {
  width: 100%;
}

.koder-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 32px;
  width: 100%;
}

.koder-footer-links a {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .koder-footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

#alert {
  display: none !important;
}


#alert,
.alert,
.alert-dismissible,
.toast,
.toast-container {
  display: none !important;
}


@media (max-width: 1199.98px) {
  div[id^="account-"].container > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 12px;
    padding-bottom: 360px;
    box-sizing: border-box;
  }

  div[id^="account-"].container > .row > #content {
    order: 1;
    flex: 0 0 100%;
    max-width: 100% !important;
    width: 100%;
    padding-bottom: 0 !important;
  }

  div[id^="account-"].container > .row > #column-right.koder-column-right {
    display: block;
    order: 2;
    flex: 0 0 100%;
    max-width: 100% !important;
    width: 100%;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 575.98px) {
  div[id^="account-"].container > .row {
    padding-bottom: 560px;
  }
}


/* Koder Nova Poshta checkout block */
#shipping-provider-slot.koder-provider-slot-grid {
  display: none;
}

#shipping-provider-slot.koder-provider-slot-grid.is-active {
  display: flex;
}

#shipping-provider-slot.koder-provider-slot-grid [data-role='city-results'],
#shipping-provider-slot.koder-provider-slot-grid [data-role='warehouse-results'] {
  left: 0;
  right: 0;
  width: 100% !important;
}
