#onload {
  z-index: 1000;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 54%);
  background-image: url("../img/loader.gif");
  background-position: center center;
  background-size: 50px 50px;
  background-repeat: no-repeat;
}


.productPage__nav__main {
 overflow: hidden;
}

.productPage__nav-item.swiper-slide-thumb-active {
  border: 1px solid var(--dark-color);
}

.profileCart__radio-item .delivery_name {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.profileCart__radio-item .delivery_name i {
    margin-left: 0px;
    font-size: 13px;
}

.profileCart__dropdown.disabled, textarea.disabled {
  opacity: 0.2;
  pointer-events: none;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.w-50 {
    width: 50% !important;
}

.collapse {
    display: none;
}

.catalogItem__btn__oneclick {
    z-index: 2;
}

.grey_header {
  opacity: 0.4;
  pointer-events: none;  
}

#profileCart__dropdown span {
 cursor: pointer;   
}

#profileCart__dropdown span:not(.profile-delivery__dropdown-toggle):hover {
 text-decoration: underline;   
}


.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 0.3125rem;
}
.pagination ul li {
    list-style: none;
}
.pagination ul li a {
    color: inherit;
    text-decoration: none;
    font-size: 15px;
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination__item {
  font-size: 15px;
  font-weight: 700;
  line-height: 107%;
  color: #696969;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.pagination__item--active {
  color: #000;
  pointer-events: none;
}
.pagination__item--disabled {
  pointer-events: none;
}
@media (any-hover: hover) {
  .pagination__item:hover {
    color: #1b91ff;
  }
}
.pagination__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  color: #000;
  border: 1px solid #1b91ff;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .pagination__arrow:hover {
    color: #fff;
    background-color: #1b91ff;
  }
}

@media screen and (max-width: 800px) {
  .productDescription__dimensions img {
      width: 100%;
      height: auto;
  }
}
.table-wrapper {
    overflow: auto;
}
