/*
Theme Name: Safe Shop	
Theme URI: N/A
Author: Avoco d.o.o.
Author URI: https://avoco.hr
Description: Safe Shop custom theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: safe-shop
*/

body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

main {
  flex-grow: 1;
}

li a {
  text-decoration: none;
}

.custom-hover-btn {
  color: black;

  &:hover {
    color: white;
  }
}

.bi-check-circle-fill path {
  fill: #0d47a1;
}

.rating-table i {
  font-size: 1.8rem;
  color: black;
  transition: transform 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.rating-table i:hover,
.rating-table i.hovered {
  transform: scale(1.3);
  color: var(--bs-primary);
}

.rating-table i.selected {
  color: var(--bs-primary);
}

.modal .rating-table i:hover,
.modal .rating-table i.hovered {
  color: var(--bs-warning);
}

.modal .rating-table i.selected {
  color: var(--bs-warning);
}

.form-range::-moz-range-thumb {
  width: 2rem !important;
  height: 2rem !important;
  cursor: pointer;
}

.form-range::-moz-range-track {
  background-color: white;
}

.collapse,
.collapsing {
  transition: none;
  overflow: hidden;
}

.toggle-icon {
  transition: transform 0.3s ease;
  display: inline-block;
}

.toggle-icon.rotate {
  transform: rotate(180deg);
}

.w-560 {
  width: 560px;
}

@media (min-width: 1400px) {
  .px-xxl-348 {
    padding-inline: 348px !important;
  }
}

.fab-button {
  position: fixed;
  top: 40px;
  right: 20px;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
  padding: 0;
}

.current-menu-item a span {
  font-weight: 700 !important;
}

/* premjestiti */
