.alert ul {
  padding-left: 1rem;
  margin-bottom: 0;
}

.breadcrumb-site .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #48c0bc;
  color: #fff;
}

select:invalid {
  color: rgb(165, 165, 165);
}
select.form-control {
  padding-left: 1rem;
}

button[type=submit] > .lds-submit {
  display: none;
}
button[type=submit]:disabled > span {
  display: none;
}
button[type=submit]:disabled > .lds-submit {
  display: flex;
}

.topbar {
  background-color: #48c0bc;
}

.shop-swatch .selected.swatches-item {
  border-color: #000 !important;
  color: #000;
}

.widget-color li > a.active .item:before {
  opacity: 1;
  transform: scale(1);
}

.cursor-pointer {
  cursor: pointer;
}

.active-border-frame {
  border: 1px solid #ccc !important;
}

.pac-container {
  z-index: 11000;
}

.fav-btn-active {
  background-color: #000 !important;
  color: white !important;
}

.input-file-disabled {
  background-color: #4e7661 !important;
}

.modal-crop-lg {
  max-width: 1000px !important;
}

.preview {
  overflow: hidden;
  width: 160px !important;
  height: 160px !important;
  margin: 0px 10px 10px 10px;
  border: 1px solid #9b9b9b;
}

.active-item-in-navbar {
  background-color: #48c0bc !important;
  padding: 5px 15px !important;
}

.galleries-product textarea {
  font-size: 20px;
  padding: 10px;
  border: none;
  background: transparent;
  width: 100%;
  margin: auto;
  display: block;
  box-sizing: border-box;
  text-align: right;
  position: absolute;
  top: 50%;
}

.iti {
  margin-bottom: 1rem;
  width: 100%;
}
.iti__flag {
  background-image: url("/vendors/intl-tel-input/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/vendors/intl-tel-input/img/flags@2x.png");
  }
}
.sign-in .modal-dialog {
  top: 5%;
}
.sign-in.show .modal-dialog {
  transform: none !important;
}

.lds-submit {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  position: relative;
  width: 48px;
  height: 27px;
}
.lds-submit div {
  width: 8px;
  background: #fff;
  -webkit-animation: lds-submit 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  animation: lds-submit 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-submit div:nth-child(1) {
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s;
}
.lds-submit div:nth-child(2) {
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}
.lds-submit div:nth-child(3) {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes lds-submit {
  0% {
    top: 4px;
    height: 32px;
  }
  50%, 100% {
    top: 24px;
    height: 16px;
  }
}
@keyframes lds-submit {
  0% {
    top: 4px;
    height: 32px;
  }
  50%, 100% {
    top: 24px;
    height: 16px;
  }
}
