.tpslider-btn-4 {
  margin-top: 15px !important;
}

.banneroverlay:before {
	background-color: unset !important;
}

.header-top {
  display: none !important;
}

.shipping-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 25px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.shipping-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px;
  color: #222;
}

.shipping-intro {
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px;
  color: #666;
}

.shipping-section {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.shipping-section h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #111;
}

.shipping-section ul {
  padding-left: 18px;
}

.shipping-section ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.shipping-contact {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
}

.shipping-contact h3 {
  margin-bottom: 10px;
}

.shipping-contact a {
  color: #007bff;
  text-decoration: none;
}

.shipping-contact a:hover {
  text-decoration: underline;
}

.pt-80:has(.shipping-container) {
  padding-top: 0 !important;
}