* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
}

body {
  font-family: "Albert Sans", sans-serif !important;
  color: #000 !important;
  font-weight: 400;
  font-size: 1.4rem !important;
}

ul {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}

a {
  text-decoration: none !important;
}

.line {
  border-bottom: 1px solid #ebebeb !important;
}
.left-line {
  border-left: 1px solid #ebebeb !important;
}

.grid {
  display: grid;
}

.grid-2-cols {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3-cols {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4-cols {
  grid-template-columns: repeat(4, 1fr);
}

.grid-gap-md {
  gap: 3rem;
}

.grid-gap-sm {
  gap: 1.5rem;
}

.gap-10 {
  gap: 10px;
}
.gap-20 {
  gap: 20px;
}

.heart::after,
.cart::after {
  content: "0";
  position: absolute;
  padding: 0.1rem 0.5rem;
  color: #fff;
  border-radius: 99rem;
  background-color: #c36161;
  font-size: 1rem;
}

.heart::after,
.cart::after {
  top: -30%;
  right: -30%;
}

/* .cart::after {
  top: -15%;
  right: -15%;
} */

ul li:last-child {
  margin-bottom: 0;
}

.pb-large {
  padding-bottom: 10rem;
}
.py-65 {
  padding: 6.5rem 0;
}
.pb-65 {
  padding-bottom: 6.5rem;
}
.pt-65 {
  padding-top: 6.5rem;
}
.pb-35 {
  padding-bottom: 3.5rem;
}
.pb-100 {
  padding-bottom: 10rem;
}
.py-35 {
  padding: 3.5rem 0;
}
.p-35 {
  padding: 3.5rem;
}
.py-100-70 {
  padding: 10rem 0 7rem 0;
}
.py-70-100 {
  padding: 7rem 0 10rem 0;
}
.py-75 {
  padding: 7.5rem 0;
}
.py-100 {
  padding: 10rem 0;
}
.ps-25 {
  padding-left: 2.5rem;
}
.mb-65 {
  margin-bottom: 6.5rem;
}
.mt-65 {
  margin-top: 6.5rem;
}
.mb-20 {
  margin-bottom: 2rem !important;
}
.mb-10 {
  margin-bottom: 1rem !important;
}
.mb-15 {
  margin-bottom: 1.5rem !important;
}
.mb-36 {
  margin-bottom: 3.6rem;
}
.mb-50 {
  margin-bottom: 5rem;
}
.mb-80 {
  margin-bottom: 8rem;
}
.ml-120 {
  margin-left: 12rem;
}
.mr-120 {
  margin-right: 12rem;
}

.fw-5 {
  font-weight: 500 !important;
  color: #000;
}
.fw-6 {
  font-weight: 600 !important;
  color: #000;
}
.fw-7 {
  font-weight: 700 !important;
}
/*********************************************/
h2.title {
  line-height: 1.6;
  font-size: 4.2rem;
  font-weight: 400;
}

p.sub-title {
  color: #555;
  font-size: 1.6rem;
  line-height: 1.4;
}
h5.heading {
  font-size: 2.8rem;
  color: #000;
  line-height: 1.5;
  margin-top: 1.4rem;
  font-weight: 400;
}
h6.small-heading {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
}
.tertiary-heading {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 2.2rem;
}
div.text {
  margin-top: 1.8rem;
  line-height: 1.6;
}
.fs-12 {
  font-size: 1.4rem;
}
.icon-18 {
  font-size: 1.8rem;
}
.icon-12 {
  font-size: 1.2rem;
}
.text_black_light {
  color: #545454;
}
/************************************/
/* Progress-btn */
/************************************/

#progress {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: fixed;
  bottom: 10rem;
  right: 4rem;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.4s ease;
}

#progress-value {
  height: 3.6rem;
  width: 3.6rem;
  background-color: #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa-chevron-up {
  font-size: 1.6rem;
}

/******************************************/
.form-floating > label {
  top: 8% !important;
  left: 1.5% !important;
}
.form-floating > .form-control:focus ~ label {
  transform: scale(0.85) translateY(-0.8rem) translateX(0.15rem) !important;
}

.form-floating > .form-control:focus ~ label {
  opacity: 1 !important;
}

.form-control:focus {
  border-color: #ebebeb !important;
  box-shadow: none !important;
}

.form-control {
  font-size: 1.4rem !important;
  opacity: 0.6;
}
.hover-red-link:link,
.hover-red-link:visited {
  color: #000;
  text-decoration: none;
}
.hover-red-link:hover,
.hover-red-link:active {
  color: #db1215;
}

.page-title {
  padding: 8rem 0;
  font-size: 4.2rem;
  background-image: url(../images/page-title-blog.png);
  background-size: cover;
  background-position: center;
  width: 100%;
}

.page-title p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #545454;
}
