/* Start:/local/templates/globaldrive_new/components/bitrix/catalog.item/main-gd-item/style.css?17277772967300*/
.catalog-block .catalog-main__wrapper.main_col_3 {
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 0;
  padding-top: 0;
}

.d-flex {
  display: flex !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.text-secondary {
  color: #6c757d !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.text-right {
  text-align: right !important;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.text-partcode {
  font-size: 13px;
}

.name {
  margin-bottom: 10px;
}

.item_props {
  margin-bottom: 10px;
}

.catalog-main__wrapper .catalog-main__item {
  padding: 0;
}

.catalog-main__wrapper .catalog-main__stickers {
  display: flex;
  /*flex-direction: column;*/
  align-items: flex-start;
  right: 60px;
  gap: 5px;
  flex-wrap: wrap;
}

.catalog-main__wrapper .catalog-main__stickers .sticker {
  margin: 0;
}

/**
   * Product Offers
   */
.catalog-main__offers {
  margin-bottom: 20px;
  width: 100%;
}

.catalog-main__offers + * {
  margin-top: 0 !important;
}

.product-offers {
  box-sizing: border-box;
}

.product-offers__type:not(:last-child) {
  margin-bottom: 20px;
}

.product-offers__heading {
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}

.product-offers__select {
  display: block;
  width: 100%;
  padding: 8px 10px;
  transition: all 0.3s;
  color: #000;
  border: 2px solid #dbdbdb;
  border-radius: 6px;
  outline: 0;
  background: #fff;
  box-shadow: none;
  font-family: Acrom, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;

  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

.product-offers__select:hover {
  border-color: #ccc;
}

.product-offers__select:focus {
  border-color: #2f69ff;
}

.product-offers__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(38px, 1fr));
  gap: 10px;
}

.product-offers__link {
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  position: relative;
  display: block;
}

.product-offers__link::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.product-offers__item.selected .product-offers__link {
  cursor: default;
  border-color: #2f69ff;
}

.product-offers__link:not(.selected):hover .product-offers__link {
  border-color: #ccc;
}

.product-offers__img {
  object-fit: cover;
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.product-offers__options {
  display: flex;
  flex-wrap: wrap;
}

.product-offers__option {
  margin: 0 10px 10px 0;
}

.product-offers__option-link {
  border-radius: 5px;
  padding: 5px 8px;
  line-height: 1.1;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
  font-size: 14px;
  text-decoration: none;
  display: block;
  font-weight: 500;
  font-family: Acrom, Arial, sans-serif;
  white-space: nowrap;
  cursor: pointer;
}

.product-offers__option.selected .product-offers__option-link {
  cursor: default;
  border-color: #2f69ff;
  color: #2f69ff;
}

.product-offers__option:not(.selected):hover .product-offers__option-link {
  border-color: #ccc;
}

/*=========================================================*/

.catalog-block .catalog-main__item {
  height: auto !important;
  max-height: none !important;
}

@media (min-width: 1200px) {
  .catalog-block .product-item-button-container {
    margin-left: auto;
  }
}

.clr {
  clear: both;
}

.catalog-main__offers-area {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  z-index: 7777;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  max-width: 310px;
  filter: drop-shadow(-66px 5px 60px rgba(36, 40, 43, 0.1));
  transition: all 0.3s;
  width: 100%;
}

@media (min-width: 576px) {
  .catalog-main__offers-area {
    max-width: 420px;
  }
}

.is-offers-visible .catalog-main__offers-area {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.catalog-main__offers-btn {
  cursor: pointer;
  font-weight: bold;
  margin: 0;
  border-radius: 6px;
  font-size: 12px;
  font-family: Acrom, Arial, sans-serif;
  padding-top: 16px;
  padding-bottom: 16px;
  white-space: nowrap;
  line-height: normal;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  box-sizing: border-box;
  width: 100%;
  background-color: #2f69ff;
}

@media (min-width: 1400px) {
  .catalog-main__offers-btn {
    font-size: 16px;
  }
}

.catalog-main__offers-btn:hover {
  background: #2f82ff;
}

.catalog-main__offers-btn span {
  color: inherit;
}

@media (max-width: 575px) {
  .catalog-main__offers-btn {
    background-color: #fff;
    background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-catalog-basket.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #d7dae0;
    box-sizing: border-box;
    border-radius: 10px;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    cursor: pointer;
    transition: all 0.3s;
    top: 0;
  }

  .catalog-main__offers-btn:hover {
    background-color: #fff;
    background-image: url(/local/templates/globaldrive_new/css/../images/icons/icon-catalog-basket.png);
    background-repeat: no-repeat;
    background-position: center;
  }

  .catalog-main__offers-btn span {
    display: none;
  }
}

.offers-overlay {
  position: fixed;
  z-index: 5555;
  background: rgba(0, 0, 0, 0.65);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.is-locked {
  overflow: hidden;
}

.tab-reviews__date {
  position: static !important;
}

/**
   *  product-gallery
   */
.product-gallery {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
}

.product-gallery .owl-stage-outer,
.product-gallery .owl-stage {
  height: 100%;
}

.preview-item {
  height: 100%;
}

.preview-item__img-wrap {
  display: block;
  height: 100%;
  background: #fff;
}

.preview-item__img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

.product-gallery .owl-dots {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  gap: 5px;
}

.product-gallery .owl-dot {
  flex: 1;
  border-radius: 5px;
  background: #e2e2ea !important;
  height: 3px;
}

.product-gallery .owl-dot.active {
  background: #2f69ff !important;
}

.product-discount-offer {
  width: 100%;
}

@media (min-width: 651px) and (max-width: 1259px) {
  .catalog-block .catalog-main__wrapper.main_col_3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* End */
/* /local/templates/globaldrive_new/components/bitrix/catalog.item/main-gd-item/style.css?17277772967300 */
