html {
  scroll-behavior: smooth;
}

.navbar-brand img {
  width: 135px;
}

.footer-brand img {
  width: 150px;
}

.carousel-brands .item {
  display: flex;
}

.d2c-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  /* height: 200px; */
  height: 150px;
}

.d2c-logos img {
  width: 150px;
}

.whatsapp-btn {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 999;
}

.whatsapp-btn img {
  width: 60px;
}

.wrapper {
  overflow: auto;
  padding-top: 20px;
}

.pricing-table {
  width: 100%;
}

.pricing-table .head-plan {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 15px;
  margin: 0;
}

.pricing-table .head-plan span:nth-child(1) {
  font-weight: 600;
  color: #162d3d;
  font-size: 18px;
  line-height: 18px;
}

.pricing-table .head-plan span:nth-child(3) {
  font-weight: 100;
  font-size: 12px;
  line-height: 15px;
}

.pricing-table .head-plan .price {
  color: #111;
  line-height: 60px;
}

.pricing-table .head-plan .price sub,
.pricing-table .head-plan .price sup {
  font-weight: 200;
  font-size: 24px;
}

.pricing-table .head-plan .number {
  font-size: 38px;
  font-weight: 600;
}

.pricing-table tbody {
  font-weight: 300;
  color: #333333;
}

.pricing-table tbody tr td:not(:first-child) {
  text-align: center;
}

.pricing-table tbody tr td {
  padding: 10px;
}

.pricing-table thead tr {
  border: 1px solid #dfe5eb;
  transition: all 0.3s linear;
}

.pricing-table tbody tr:hover,
.pricing-table tbody tr:hover td:nth-child(3) {
  background-color: #f1f3f6;
}

.pricing-table tbody tr {
  border-left: 1px solid #dfe5eb;
  border-right: 1px solid #dfe5eb;
  border-bottom: 1px solid #dfe5eb;
  border-top: none;
}
.pricing-table thead tr th:not(:last-child),
.pricing-table tbody tr td:not(:last-child) {
  border-right: 1px solid #dfe5eb;
}

.pricing-table .ion-ios-checkmark,
.pricing-table .ion-ios-close {
  font-size: 36px;
}

.pricing-table .ion-ios-checkmark {
  color: #2dd22d;
}

.pricing-table .ion-ios-close {
  color: #d22d2d;
}

.pricing-table thead tr th:nth-child(3),
.pricing-table tbody tr td:nth-child(3) {
  position: relative;
  background-color: #f7f8fa;
}

.pricing-table .recommend {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 3%), 0 7px 25px 0 rgb(0 0 0 / 3%),
    0 0 0 1px rgb(0 0 0 / 5%);
}

.pricing-table .recommend p {
  margin: 0 10px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #ed289a;
}

@media screen and (max-width: 992px) {
  .d2c-logos {
    height: 110px;
  }
  .d2c-logos img {
    width: 125px;
  }

  .navbar-brand img {
    width: 70px;
    background: transparent;
  }
}

@media screen and (max-width: 768px) {
  .mobile-size img {
    width: 200px;
  }

  .sticky-col {
    position: -webkit-sticky;
    position: sticky;
    width: 200px;
    max-width: 200px;
    left: 0px;
    background-color: #fff;
    z-index: 1;
  }

  .sticky-col:after {
    content: '';
    width: 0.1px;
    height: 100%;
    background-color: #dfe5eb;
    position: absolute;
    right: 0;
    top: 0;
  }

  .sticky-col:before {
    content: '';
    width: 0.1px;
    height: 100%;
    background-color: #dfe5eb;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 600px) {
  .d2c-logos {
    height: 125px;
  }

  .d2c-logos img {
    width: 125px;
  }
}
