@import url(https://fonts.googleapis.com/css2?family=Lobster&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap);body {
  font-family: "Open Sans", sans-serif;
}

header .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slant-down::after {
  display: none;
}

a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.8;
  text-decoration: none !important;
}

.productBanner .container {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .productBanner .container {
    max-width: 100%;
  }
}
.productBanner .container .column-1-container,
.productBanner .container .column-2-container {
  max-height: 512px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 991px) {
  .productBanner .container .column-1-container,
  .productBanner .container .column-2-container {
    max-height: 250px;
  }
}
.productBanner .container .column-1-container {
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .productBanner .container .column-1-container {
    padding: 30px;
    margin: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.productBanner .container .column-2-container {
  padding: 0;
}
.productBanner .container .image-container img {
  width: 100%;
  height: auto;
}
.productBanner .container .product-name {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 24pt;
  line-height: 24pt;
  max-width: 350px;
}
@media screen and (max-width: 991px) {
  .productBanner .container .product-name {
    border-bottom: 0;
  }
}
.productBanner .container .product-text-wrapper {
  font-family: "Open Sans", sans-serif;
  font-size: 15pt;
  line-height: 17pt;
  max-width: 350px;
}

.product-content {
  padding: 4% 0;
}
.product-content h4 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 18px;
  text-align: left;
}
.product-content ul li {
  position: relative;
  list-style: none;
  font-size: 20px;
  margin-bottom: 30px;
}
.product-content ul li i {
  position: absolute;
  left: -50px;
}
.product-content ul li b {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wishlist-account-card {
  display: none;
}

@media screen and (max-width: 991px) {
  .address-form .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.breadcrumb .breadcrumb-item a[aria-current=page] {
  font-weight: 600;
}