/** Shopify CDN: Minification failed

Line 214:17 The "-" operator only works if there is whitespace on both sides

**/
.bILMa {
  padding: 20px 15px;
  background-color: #F5F5F5;
}

.dCytIu {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: normal;
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: minmax(48px, min-content);
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(50, 50, 50);
}

.kVAgut, .czcYqI {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.esyOME {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.dCytIu {
  margin-bottom: 10px;
}

.dCytIu:last-child {
  margin-bottom: 0;
}

.jzELLO, .dCytIu span {
  max-width: 220px;
  font-weight: bold;
  font-size: 13px;
  margin-left: 10px;
  padding-right: 3px;
}

.esyOME .link {
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 10px;
}

.eQhkuz {
  color: rgb(50, 50, 50);
  text-align: left;
  text-decoration: underline;
  cursor: pointer;
  padding-top: 3px;
}

.GCOev {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bILMa {
    padding: 20px 10px;
  }
}

@media (min-width: 1024px) {
  .delivery {
    margin-top: 30px;
  }

  .delivery__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }

  .delivery__wrapper .dCytIu {
    margin-bottom: 0;
  }
}
 
.link {
  text-decoration: underline;
  font-size: 12px;
}

.wrapper {
  margin-top: 1em;
  background: #f2f2f2;
  padding: 1em;
}

.delivery__list {
  overflow-y: auto;
}

.delivery__list_item {
  display: flex;
  margin-bottom: 10px;
}

.delivery__list_item .item_icon {
  margin-top: 3px;
}

.delivery__list_item .item__content {
  padding-top: 10px;
} 

.delivery__popup_content p strong,
.delivery__list_item .item__content_title {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: normal;
  font-weight: 700;
  color: var(--color-text-main);
  margin: 0 0 2px;
  margin-bottom: 15px;
}

.delivery__popup_content p,
.delivery__list_item .item__content_description {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  color: var(--color-text-main);
}

.delivery__popup_content p {
  margin-bottom: 1rem;
}

.delivery__popup_content p a {
  text-decoration: underline;
}

.delivery__block_time .bILMa {
  background-color: transparent;
  padding: 0;
}

.delivery__block_time .jzELLO, 
.delivery__block_time .dCytIu span {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.delivery__block_time .dCytIu span .product__shipping_text {
  margin-right: 5px;
}

.delivery__block_time .jzELLO,
.delivery__block_time .esyOME .link {
  margin-left: 0;
}

.delivery__block_time .kVAgut {
  width: 30px;
  height: 30px;
}

@media (max-width: 992px) {
  .delivery__list_item .item__content_title {
    font-size: 14px;
  }
  
  .delivery__list_item .item__content_description {
    font-size: 12px;
  }
}

.choise__delivery {
  display: flex !important;
  align-items: center;
}

.choise__delivery svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.choise__delivery_text {
  font-size: 13px;
  width: calc(100% - 26px);
  line-height: 1.5;
}

.delivery__time_wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 0 40px;
}

.delivery__time_block {
  width: calc(35%-207px);
}

.delivery__time_block .kVAgut {
  width: 30px;
  height: 30px;
}

.delivery__time_block .jzELLO, .delivery__time_block .dCytIu span {
  margin-left: 0;
  max-width: 250px;
  line-height: 1.5;
}

.delivery__time_block .esyOME .link {
  margin-left: 0;
}

@media (max-width: 1023px) {
  .delivery__time_block {
    margin-bottom: 20px;
  } 
}

.delivery__block_mobile {
  display: none !important;
}

@media (max-width: 792px) {
  .delivery__time {
    background-color: #F5F5F5;
    padding-top: 20px;
  }

  .delivery__time_wrapper {
    padding: 0;
  }
  
  .delivery__time_block {
    width: 100%;
    margin-bottom: 0;
  }  

  .delivery .container--large {
    padding: 0;
  }

  .delivery__block_desktop {
    display: none !important;
  }

  .delivery__block_mobile {
    display: flex !important;
  }
}