h1, h2, h3, h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#product .price, #popup-quickview .price {
    align-self: center;
}

#tab-description h2, h3 {
    font-weight: 500;
    font-size: 20px;
}


.btn-quickview {
    display: none;
}

.info-alert {
  position: relative;
  padding: 15px 20px;
  margin: 20px 0;
  border: 1px solid transparent;
  border-radius: 0.375rem;  /* як у Bootstrap */
  font-size: 20px;
  line-height: 1.5;
}

.info-alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
    max-width: 980px;
}

.video-container::after {
    /*padding-top: 72.9%;*/
    background-color: #000;
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container-vert::after {
    padding-top: 85%;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}