.custom-dropdown-menu .dropdown-hover.dropend:hover > .dropdown-menu {
  height: auto !important;
}
.custom-dropdown-menu li:last-child {
  display: none;
}

#alerts {
  width: 400px;
  top: 12px;
  right: 50px;
  position: fixed;
  z-index: 9999;
  list-style: none;
}

.alert {
  width: 100%;
  margin-bottom: 8px;
  display: block;
  position: relative;
  border-left: 4px solid;
  right: -50px;
  opacity: 0;
  line-height: 1;
  padding: 0;
  transition: right 400ms, opacity 400ms, line-height 300ms 100ms, padding 300ms 100ms;
  display: table;
}

.alert:hover {
  cursor: pointer;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.open {
  right: 0;
  opacity: 1;
  line-height: 2;
  padding: 3px 15px;
  transition: line-height 200ms, padding 200ms, right 350ms 200ms, opacity 350ms 200ms;
}

.alert-title {
  font-weight: bold;
}

.alert-block {
  width: 80%;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  text-align: left;
}

.alert-block em, .alert-block small {
  font-size: 0.75em;
  opacity: 0.75;
  display: block;
}

.alert i {
  font-size: 2em;
  width: 1.5em;
  max-height: 48px;
  top: 50%;
  margin-top: -12px;
  display: table-cell;
  vertical-align: middle;
}

.alert-success {
  color: #fff;
  border-color: #539753;
  background-color: #8fbf2f;
}

.alert-error {
  color: #fff;
  border-color: #dc4a4d;
  background-color: #f25c5d;
}

.alert-trash {
  color: #fff;
  border-color: #dc4a4d;
  background-color: #f25c5d;
}

.alert-info {
  color: #fff;
  border-color: #076d91;
  background-color: #3397db;
}

.alert-warning {
  color: #fff;
  border-color: #dd6137;
  background-color: #f7931d;
}

.btn-dark {
  border-color: #4e7661 !important;
  background-color: #4e7661 !important;
}
.btn-dark:hover {
  background-color: rgba(78, 118, 97, 0.737254902) !important;
}

.input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within {
  z-index: 1;
}

body {
  overflow-x: hidden;
}

.custom-sub-item {
  flex-basis: 33%;
  width: max-content;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.card .register {
  background-color: #4b6557;
}

.card-product {
  transition: 0.2s linear;
}
.card-product:hover {
  transition: 0.2s linear;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (min-width: 992px) {
  .res-display {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .for-reverse {
    flex-direction: column-reverse;
  }
  .offcanvas-body .icons-actions .res-display {
    display: block !important;
  }
  .offcanvas-body .icons-actions .res-hide {
    display: none !important;
  }
  .for-flex {
    flex-direction: column;
  }
  h1 {
    font-size: 24px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 16px !important;
  }
  .fs-18px {
    font-size: 16px !important;
  }
  .custom-category-items {
    flex-basis: 160px;
    gap: 10px;
    padding: 5px;
  }
  .custom-category-items p {
    font-size: 14px;
  }
}
.flowers-wrap {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.flowers-wrap p {
  margin-bottom: 5px;
  font-size: 18px;
}
.flowers-wrap label {
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.flowers-wrap label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.flowers-wrap label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.flowers-wrap label :hover input ~ .checkmark {
  background-color: #ccc;
}
.flowers-wrap label input:checked ~ .checkmark {
  background-color: #4e7661;
}
.flowers-wrap label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.flowers-wrap label input:checked ~ .checkmark:after {
  display: block;
}
.flowers-wrap label .checkmark:after {
  left: 9px;
  top: 4px;
  width: 8px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wrapper-filter h2 {
  font-size: 20px;
}
.wrapper-filter .flowers {
  float: left;
  width: 50%;
}
.wrapper-filter .flowers div {
  float: left;
  width: 90%;
  height: 68px;
  line-height: 68px;
  padding: 0 5%;
  background: #eee;
  margin: 0 0 1px;
  position: relative;
}

ul.single-product-meta li span:first-child {
  width: 120px !important;
  min-width: 120px !important;
}

@media (max-width: 1300px) and (min-width: 1200px) {
  #header .nav-item > a {
    font-size: 13px !important;
  }
}
@media (min-width: 1201px) {
  .for-none {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .for-block {
    display: none !important;
  }
  .for-none {
    display: flex !important;
  }
}

/*# sourceMappingURL=custom.css.map */
