.c-accordion__header {
  padding: 32px 0 !important;
}

.c-modal {
  position: fixed;
  z-index: 1000;
}

.c-modal__window {
  z-index: 1001;
}

.c-modal__window .c-modal__content {
  margin-bottom: 32px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}

@media (max-width: 576px) {
  .c-modal__window {
    padding: 8px !important;
  }
}

input:focus,
button:focus,
div[role='button']:focus {
  outline: none;
}

@media (max-width: 576px) {
  .container {
    width: 340px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: 0 !important;
  }
}

.c-btn {
  white-space: nowrap;
}

.pull-right {
  float: right;
}

#minicart-checkout-button {
  background-color: #ee3134;
  background-image: linear-gradient(to bottom, #ee3134, #ee3134);
  border-bottom-color: rgb(255, 255, 255);
  font-family: HelveticaNeue;
  font-weight: 700;
}

#minicart-summary-header strong,
#minicart-header strong {
  font-weight: 700;
}

h3 {
  font-size: 20px;
  font-family: HelveticaNeue;
}
h4 {
  font-size: 18px;
  font-family: HelveticaNeue;
}
