/** Shopify CDN: Minification failed

Line 201:0 Unexpected "}"

**/
  /* Стили для затемнения фона при открытии поп-апа */
  .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
  }

  /* Основные стили для самого поп-апа */
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px 40px;
    max-width: 800px;
    width: 100%;
    z-index: 1001;
    border-radius: 30px;
    /* height: 65%; */
    min-height: 400px;
}
@media(min-width:1024px){
.popup {
    /* height: 95%; */
}
}
@media (min-width: 1280px) {
    .popup {
        height: auto;
    }
}
  /* Кнопка закрытия поп-апа */
  .popup-close {
    position: absolute;
    top: 3px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    padding: 12px;
}

  /* Открытие поп-апа */
  .popup-visible {
    display: block;
  }

  /* ///// */
.ice-delivery-table-container {
  /* max-width: 700px; */
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border: 1px solid #eee;
}
.ice-delivery-table-container {
    position: relative;
    margin-bottom: 3%;
    margin-top: 3%;
  
}
.page-width.container-table {
    padding: 0;
}
  
.ice-delivery-title {
  font-size: 1.5em;
  color: #c75d5d;
  margin: 0;
  padding: 20px;
  display: flex;
  align-items: center;
}

.ice-delivery-icon {
  margin-right: 10px;
  font-size: 1.2em;
}

table.ice-delivery-table {
  width: 100%;
  border-collapse: collapse;
}

.ice-delivery-thead tr {
  background-color: #ffeaea;
  border-bottom: 2px solid #eee;
}

  .ice-delivery-thead th {
    color: #c75d5d;
    font-weight: bold;
    padding: 12px 20px;
    text-align: left;
    font-size: 1em;
    border-right: 1px solid #eee;
}

.ice-delivery-thead th:last-child {
  border-right: none;
}

.ice-delivery-tbody td {
    padding: 13px 20px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    transition: background-color 0.3s ease;
}

.ice-delivery-tbody td:last-child {
  border-right: none;
}

.ice-delivery-tbody tr:hover {
  background-color: #fff5f5;
}

.ice-delivery-country {
  font-weight: 600;
  color: #333;
}

.ice-delivery-type {
  font-size: 0.9em;
  color: #777;
  display: block;
  margin-top: 4px;
}

.ice-delivery-table-price {
  color: #c75d5d;
  font-weight: bold;
}

.ice-delivery-free-shipping-row td {
  background-color: #ffeaea;
  border-top: 2px solid #c75d5d;
  font-size: 1.1em;
  text-align: center;
  padding: 14px 20px;
}

.ice-delivery-extra-message {
    margin-top: 0px;
    font-size: 0.9em;
    color: #c75d5d;
    text-align: left;
    padding: 10px;
}
  

  @media(max-width:780px){
     .PopupButton {
flex-direction: column;
     }
 .popup-close {
    position: absolute;
    top: 7px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
    padding: 3px;
}
    .popup {
    padding: 20px;
    border-radius: 20px;
}
    .ice-delivery-tbody td {
    padding: 0px 15px;
}
    .ice-delivery-table-container {
    margin: 10% auto;
}
.ice-delivery-free-shipping-row td {
    font-size: 0.9em;
    padding: 10px;
}
.ice-delivery-extra-message {
    font-size: 0.7em;
    text-align: center;
    padding: 8px;
}
.ice-delivery-thead th {
    padding: 14px 15px;
    text-align: center;
    font-size: 0.8em;
}
  }
}