@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.shipping-item-full {
  padding: 10px 30px 10px 30px;
  background: #fff;
  padding-top: 30px;
}
.shipping-item {
  display: flex;
}
.shipping-item .iocn {
  align-items: center;
  display: flex;
  justify-content: center;
}
.shipping-item .iocn i {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5446a6;
  font-size: 25px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-right: 10px;
  color: #fff;
}
.shipping-item:hover .iocn i {
  background: #d96081;
  color: #fff;
}
.shipping-item .content h3 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  padding-bottom: 0;
}
.shipping-item .content p {
  font-size: 13px;
}
/* Footer Main Section */
.footer-section {
  background: #2c343f;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 40px;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-links li {
  margin-bottom: 7px;
  color: #e6e6e6;
  text-decoration: none;
  font-size: 14px;
}
.footer-links li::before {
  position: relative;
  content: "\f105"; /* Font Awesome icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* required for solid icons */
  color: #ffffffcc;
  margin-right: 8px;
  font-size: 12px;
}

.footer-links li a {
  color: #e6e6e6;
  text-decoration: none;
  font-size: 14px;
}
.footer-link li {
  color: #e6e6e6;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 12px;
}

.footer-links li a:hover {
  color: #fff;
}
.footer-social .social-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #ffffff20;
  color: #fff;
  margin-right: 8px;
  font-size: 16px;
  transition: 0.3s;
  text-decoration: none;
}

.footer-social .social-icon:hover {
  background: #fff;
  color: #000;
}
.footer-copy-text {
  color: #fff;
  font-size: 14px;
}
.my-footer-section {
  background: #111;
  padding: 10px 0;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.popular-links-section {
  margin-top: 20px;
}
.text-warning {
  color: #ff9e00;
}
.popular-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #141212;
}

.popular-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
}

.popular-links-list li {
  color: #232121;
  font-size: 13px;
  cursor: default;
}
