* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: 500;
  color: #1a1a1a;
}

h1 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 0;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 0;
}

h3 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}

h4,
h5 {
  font-size: 20px;
  line-height: 29px;
}

h4 {
  margin-bottom: 20px;
}

h5 {
  margin-bottom: 24px;
}

h6 {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 25px;
}

body {
  font-size: 17px;
  color: #1a1a1a;
  line-height: 25px;
}

p {
  margin-bottom: 0;
}

a {
  display: inline-block;
  color: initial;
  transition: all 0.3s ease-in-out;
  text-decoration: solid underline transparent;
  text-underline-offset: 5px;
  -webkit-text-decoration: solid underline transparent;
}
a:hover {
  color: initial;
}
a.no-hover-effect {
  pointer-events: none;
}

svg,
path {
  transition: all 0.3s ease-in-out;
}

button {
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
}
button.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

form {
  margin-bottom: 0;
  width: 100%;
}

figure {
  margin-bottom: 0;
}

input,
textarea,
select {
  width: 100%;
  outline: none;
  border: none;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 29px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  opacity: 0.2;
}

/* Utility Classes*/
.error,
.error-message {
  color: #ff0000;
  font-size: 16px;
  margin-top: 8px;
  display: none;
}
.error.active-error,
.error-message.active-error {
  display: inline-block;
}

.row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 32px;
}

.section-gap {
  margin-bottom: 80px;
}

.section-title {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 32px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-title.no-underline {
  padding-bottom: 0;
  border: none;
}
.section-title h2 {
  text-transform: capitalize;
}
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  margin-bottom: 0;
}

.btn {
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.btn-more {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #1a1a1a;
  text-transform: uppercase;
  position: relative;
  padding-right: 24px;
}
.btn-more::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/angle-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 4px;
}
.btn-more:hover {
  opacity: 0.5;
}
.btn-filled {
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 25px;
  text-transform: uppercase;
}
.btn-filled:hover {
  color: #fff;
  opacity: 0.7;
}
.btn-filled svg path {
  fill: #fff;
}
.btn-filled.amazon {
  background: #FF9900;
  color: #1a1a1a;
}
.btn-filled.rossman {
  background: #C3002D;
}
.btn-filled.dm {
  background: #D0C4FA;
  color: #1a1a1a;
}
.btn-filled.bol {
  background: #0000A3;
}
.btn-outlined {
  padding: 8px 12px;
  border-radius: 20px;
  border: 1px solid #1a1a1a;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}
.btn-outlined:hover {
  background-color: #1a1a1a;
  color: #fff;
}
.btn-outlined:hover svg path {
  fill: #fff;
}
.btn-outlined svg path {
  fill: #1a1a1a;
}
.btn-outlined-v2 {
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #646464;
  padding: 8px 16px;
  border-radius: 6px;
}
.btn-close-search-module {
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
  line-height: 20px;
  gap: 12px;
}
.btn-close-search-module svg {
  min-width: 40px;
  height: 40px;
  background-color: #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.btn-back {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
}
.btn-back::before {
  content: url(/assets/images/angle-left.svg);
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

.bg-light-blue {
  background-color: #f3f9f7;
}

.card-bottom-by {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 8px;
}
.card-bottom-by span {
  color: #646464;
}
.card-bottom-by p {
  line-height: 16px;
}
.card-bottom-by a {
  font-weight: 600;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.card-bottom-by a:hover {
  opacity: 0.6;
}
.card-bottom-by span,
.card-bottom-by a {
  font-size: 10px;
  line-height: 16px;
}

.dr-category {
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 4px 16px;
  border-radius: 14px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.dr-category.light {
  background-color: #fff;
}
.dr-category.dark {
  background-color: #efefef;
}
.dr-category.light:hover, .dr-category.dark:hover {
  color: #fff;
  background-color: #1a1a1a;
}

.stars {
  position: relative;
  width: 100px;
  height: 20px;
}
.stars .colored-stars,
.stars .uncolored-stars {
  position: absolute;
  inset: 0;
}
.stars .colored-stars img,
.stars .uncolored-stars img {
  vertical-align: unset;
}
.stars .colored-stars {
  z-index: 1;
  width: 50%;
  overflow: hidden;
}
.stars .colored-stars img {
  min-width: 100px;
  height: 20px;
}

.advert-breadcrumb-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 12px;
  margin-bottom: 16px;
}
.advert-breadcrumb-wrap p span {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0;
}

.advert-indicator {
  display: inline-block;
  position: relative;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
.advert-indicator::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fae2ee;
  border-radius: 2px;
  transform: skewX(-10deg);
  z-index: -1;
}

/*For image and text aligned vertically*/
.dr-list-item {
  width: 100%;
}
.dr-list-item .drli-image {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
}
.dr-list-item > a:first-child {
  display: block;
}
.dr-list-item .drli-content > a:not(.dr-category) {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  color: #1f1f1f;
  margin-bottom: 12px;
}
.dr-list-item .drli-content > a:not(.dr-category) h6 {
  margin-bottom: 0;
}
.dr-list-item .drli-content > a:not(.dr-category):hover {
  text-decoration-color: #1a1a1a;
}

/*For image and text aligned horizontally*/
.dr-list-item-v2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.dr-list-item-v2 .dli-image {
  width: 118px;
  border-radius: 6px;
  overflow: hidden;
}
.dr-list-item-v2 .dr-list-item {
  margin-bottom: 0;
}
.dr-list-item-v2 .dr-list-item .dr-category {
  margin-bottom: 8px;
}
.dr-list-item-v2 .dr-list-item .drli-content > a {
  transition: all 0.3s ease-in-out;
}
.dr-list-item-v2 .dr-list-item .drli-content > a:not(.dr-category) {
  margin-bottom: 12px;
}
.dr-list-item-v2 .dr-list-item .drli-content > a:not(.dr-category):hover {
  text-decoration: underline;
}

.nav-pills {
  gap: 12px;
  margin-bottom: 40px;
}
.nav-pills .nav-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #1a1a1a;
  text-transform: uppercase;
  background-color: #efefef;
  padding: 4px 16px;
  border-radius: 14px;
  transition: all 0.3s ease-in-out;
}
.nav-pills .nav-link:hover {
  color: #fff;
  background-color: #1a1a1a;
}
.nav-pills .nav-link.active {
  background-color: #1a1a1a;
  color: #fff;
}

.dr-section-hero a,
.dl-hero a,
.df-hero a,
.dfa-hero a {
  text-underline-offset: 8px;
}

.slick-track {
  margin-left: 0;
}

.slick-list + .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: unset;
}
.slick-list + .slick-dots li {
  margin: 0;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.detail-featured .socials li a {
  position: relative;
}
.detail-featured .socials li a img {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
.detail-featured .socials li a img.active-on-hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.detail-featured .socials li a:hover img:not(.active-on-hover) {
  opacity: 0;
  visibility: hidden;
}
.detail-featured .socials li a:hover img.active-on-hover {
  opacity: 1;
  visibility: visible;
}

.dnc-wrapper .row {
  --bs-gutter-y: 40px;
}

.dr-related-post {
  margin-bottom: 40px;
}

.colored-top-section {
  position: relative;
}
.colored-top-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 106px;
  background-color: #f3f9f7;
  z-index: -1;
}

.page-template-login-form footer,
.page-template-login-form .dr-hamburger-icon,
.page-template-login-form .dr-search-module,
.page-template-login-form .dr-offcanvas-menu,
.auth-page footer,
.auth-page .dr-hamburger-icon,
.auth-page .dr-search-module,
.auth-page .dr-offcanvas-menu {
  display: none;
}
.page-template-login-form .dr-header,
.auth-page .dr-header {
  padding-top: 28px;
}
.page-template-login-form .dr-header .row > div:not(:first-child),
.auth-page .dr-header .row > div:not(:first-child) {
  display: none !important;
}

/*Advertise Landing Page Default Fonts*/
.alp-section .alp-section-title {
  margin: 0 auto 60px;
  text-align: center;
}
.alp-section .alp-section-title h2 {
  margin-bottom: 8px;
}
.alp-section .alp-section-title span.over-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.13em;
  color: #7f7f7f;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
.alp-section .alp-section-title p {
  font-size: 18px;
  line-height: 26px;
  color: #646464;
}
.alp-section p {
  color: #646464;
}

.blue-gradient-bg {
  background: linear-gradient(61.91deg, #f3f9f7 14.52%, rgba(243, 249, 247, 0.33) 90.09%);
}

.account-page-body .dr-footer {
  display: none;
}

.db-current-user {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1a1a1a;
  overflow: hidden;
  border: none;
}
.db-current-user span {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.db-current-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* About Us Page Common style*/
.ap-section h1,
.ap-section h2 {
  margin-bottom: 20px;
}
.ap-section p {
  color: #646464;
}
.ap-section p:not(:last-child) {
  margin-bottom: 20px;
}
.ap-section .row {
  --bs-gutter-y: 0;
}

.ap-section-title h2 {
  margin-bottom: 28px;
}

.grecaptcha-badge,
.uc-overlay,
.uc-modal {
  display: none;
}

.password-error {
  margin-top: 8px;
  display: none;
}
.password-error .password-info-message li {
  display: block;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  padding-left: 20px;
  color: #646464;
}
.password-error .password-info-message li img {
  vertical-align: unset;
}
.password-error .password-info-message li::before {
  content: "";
  background-image: var(--icon);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}
.password-error .password-info-message li.passed::before {
  background-image: var(--icon-passed);
  width: 14px;
}
.password-error .password-info-message li:not(:last-child) {
  margin-bottom: 4px;
}
