/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


.text-justify {
    text-align: justify;
}

ul.header-selector {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.header-selector li {
  float: left;
  margin-right: 10px;
}

.menu ul li {
  position: relative;
  overflow: visible;
}
.menu ul li ul.expanded {
  width: 0;
}
.menu ul li ul.expanded ul {
  box-shadow: 5px 2px 8px 0px rgba(0, 0, 0, 0.175);
}
.menu ul li ul.expanded li {
  background: #fff;
}
.menu ul li ul li ul {
  height: auto;
  min-height: max-content;
  width: 280px;
  max-height: none;
  overflow: visible;
  z-index: 9999;
  border-bottom: 1px solid #dddddd;
}

.pagination li.disabled a {
    opacity: 0.4;
    pointer-events: none;
    cursor: not-allowed;
}

.pagination a.active {
    pointer-events: none;
    cursor: default;
}

.quotation {
  color: #004dda;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

.review_content .rating i.half {
  background: linear-gradient(to right, #fec348 50%, #ccc 50%);
}

.prod_options {
  padding: 20px 0 10px 0 !important;
}
.prod_requests {
  padding: 10px 0 20px 0;
}
.prod_requests label {
  padding-top: 5px;
}
.prod_requests strong {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 36px;
}
.prod_requests ul {
  margin: 0;
  padding: 0;
}
.prod_requests ul li {
  display: block;
  margin-right: 5px;
}

.js-multi-row {
    display: flex;
    width: 100%;
}
.js-multi-row input {
  min-width: 60%;
  max-width: 80%;
}
.js-multi-row span {
  padding: 10px;
}

.input-single-time input,
.input-range-time input {
  text-align: center;
}

.dropdown-cart .dropdown-menu ul li a strong span span {
  display: inline-block;
}

.field-error {
    border: 1px solid var(--bs-danger);
    border-radius: .375rem;
    padding: .75rem;
}
.item_cart {
    margin-top: 15px !important;
}
.item_customization,
.item_cart_customization {
    display: block;
    margin-top: 5px;
    font-size: 0.7rem;
}
.item_customization a,
.item_cart_customization a {
    
}
.checkout .userinfo {
  text-align: right;
}
.checkout .userinfo ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 0.9rem;
}
.checkout .userinfo ul li {
  margin-bottom: 5px;
}
.checkout .userinfo ul li span {
  float: left;
  font-weight: 500;
}
a.btn_1.outline:hover {
  color: #fff !important;
  background-color: #004dda;
}
.nice-select .list {
  overflow-y: auto;
  max-height: 280px;
}

button.is-disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

button.loading,
.btn_1.loading {
    position: relative;
    overflow: hidden;
    pointer-events: none;
    color: transparent !important;
}

button.loading::before,
.btn_1.loading::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

button.loading::after,
.btn_1.loading::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
    border: 3px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-radius: 50%;
    z-index: 2;
    animation: button-loading-spin 0.75s linear infinite;
}

@keyframes button-loading-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
