* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;

  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  min-height: 100vh;
}

a {
  text-decoration: none !important;
  display: inline-block;
}

p:last-of-type {
  margin-bottom: 0px;
}

p {
  font-size: 1.05rem;

  line-height: 1.7rem;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar {
  background-color: #fdfeff;
}

.head-title {
    font-weight: 700;
    font-size: 28px;
}

/* page-2 css----- */

.product-details {
  width: 100%;

  padding: 40px 0;
}

.navbar-brand {
  width: 120px;
}

.navbar-text a {
  white-space: nowrap;
}

.address-page {
  background: url(../images/bg2.jpeg) no-repeat center;

  background-size: cover;
}

.list-link .product-image {
  overflow: hidden;

  transition: all 0.5s;
}

.list-link:hover .product-image img {
  transform: scale(1.1);

  transition: all 0.5s;
}

.address-details .icon {
  font-size: 20px;

  color: #ffffff;

  background: #000;

  height: 48px;

  width: 48px;

  margin: 0 auto 15px;

  line-height: 48px;
}

.address-details p {
  margin-bottom: 0;

  color: black;

  font-weight: 500;
}

.address-cover {
  background: rgba(255, 255, 255, 1);

  margin-top: 15px;

  padding: 15px;
}

.offcanvas-body {
  background: #f7f7f7;
}

.product-title {
  background: #000;

  position: relative;

  color: #fff;

  font-size: 12px;

  font-weight: 600;

  padding: 10px 15px;
}

.product-title span {
  position: absolute;

  right: 0;

  width: 44px;

  text-align: center;

  display: inline-block;

  border-left: 1px solid #464646;

  top: 0;

  height: 100%;

  line-height: 40px;

  font-size: 20px;
}

.address-box h3 {
  font-size: 19px;

  font-weight: 700;

  margin-bottom: 15px;

  text-transform: uppercase;
}

.address-box p {
  font-size: 17px;

  font-weight: 500;

  position: relative;

  padding-left: 50px;
}

.address-box p span {
  position: absolute;

  left: 0;

  top: 5px;

  width: 40px;

  height: 40px;

  background: #333;

  color: #fff;

  line-height: 35px;

  text-align: center;
}

.address-box .flag {
  width: 30px;
  height: 30px;
}

.navbar-text a span {
  width: 48px;

  height: 48px;

  border-radius: 50%;

  background: #000;

  line-height: 48px;

  text-align: center;

  padding: 0px;

  color: #fff !important;

  font-size: 18px;

  display: inline-block;

  margin-left: 5px;
}

.navbar-text a {
  font-weight: 700;

  text-transform: uppercase;

  font-size: 16px;
}

.address-details h3 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}