.main-page.inverted-slide:not(.menu-opened) .head .minicart {
    color: #fff;
}

.page-features .item .icon {
    width: 6.5rem;
    height: 6.5rem;
}

.page-features .item .icon img {
    border-radius: 50%;
}

.product-page .product-images .slide .image {
    text-align: center;
}

.product-page .product-images .slide img {
    width: auto;
    max-width: 778px;
}

.order-form small {
    font-size: 60%;
}


.order-form small {
    display: block;
    margin: -5px 0 10px 20px;
}

#popup-container {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10000;
  }
  
  #popup-box {
    background-color: #fff;
    padding: 20px;
    max-width: 400px;
    text-align: center;
  }
  
  #close-btn {
    padding: 10px 20px;
    background-color: #B12535;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
  }

  #popup-box p {
    font-size: 18px;
  }