.zahalka-faq {
  margin: 28px 0;
}
.zahalka-faq__item {
  margin: 10px 0;
  border: 1px solid #efd4da;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.zahalka-faq__item summary {
  position: relative;
  display: block;
  padding: 14px 52px 14px 16px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.zahalka-faq__item summary::-webkit-details-marker {
  display: none;
}
.zahalka-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #a5162f;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
}
.zahalka-faq__item[open] summary::after {
  content: "−";
}
.zahalka-faq__item p {
  margin: 0;
  padding: 0 16px 16px;
}

.discount-coupon button[type="submit"] {
  color: #a51530;
}
.id--15 #content h4:before {
  display: none;
}
#checkoutSidebar p.label a:hover {
  text-decoration: none;
}
.form-control-wrapper {
  max-width: 100%;
}
#formSearchForm .btn {
  position: absolute;
  right: 0;
  height: 100%;
}
#checkoutSidebar p.label a {
  color: #000;
  text-decoration: underline;
}
#checkoutContent .validator-msg {
  margin: 5px 0;
}
#checkoutContent .co-billing-address {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
#checkoutContent p.form-legend {
  display: none;
}
#checkoutContent h2 {
  text-transform: none;
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: 600;
  padding-left: 48px;
}
.co-payment-method {
  border-top: 1px solid #dadada;
}
@media (min-width: 992px) {
  #checkoutContent h2:before {
    left: 20px;
  }
  #checkoutContent h2 {
    margin-left: -80px;
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  #checkoutContent h2 {
    margin-left: -120px;
    padding-left: 120px;
  }
  #checkoutContent .box-sm.box-bg-default {
    padding-left: 120px;
  }
}
#formNewsletterWidget label[for="newsletterWidget"] {
  display: none;
}
#formNewsletterWidget {
  width: 100%;
  max-width: 464px;
  position: relative;
}
#formNewsletterWidget p.label a:hover {
  text-decoration: none;
}
#formNewsletterWidget p.label a {
  text-decoration: underline;
  color: #000;
}
#formNewsletterWidget p.label {
  margin: 10px 0;
}
#newsletterWidget {
  border: 1px solid #333;
  color: #808080;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 12px;
  line-height: 24px;
  height: 55px;
  padding-right: 70px;
}
#formNewsletterWidget .validator-msg {
  margin: 5px 0;
}
#formNewsletterWidget .btn {
  color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.38px;
  padding: 0 24px;
  height: 55px;
  text-transform: initial;
  border-radius: 4px !important;
  background: #343434;
  border: 1px solid #343434;
  position: absolute;
  top: 0;
  right: 0;
}
#formNewsletterWidget .btn:hover {
  background: #666;
  border: 1px solid #666;
}
