.avatar-upload,
.form-control-content,
.slick-slider-home-item,
body {
  position: relative;
}

.text-general-mixin,
label {
  font-size: 14px;
  color: var(--color-black);
}

.slider-btn a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.modal .modal-title,
h6 {
  text-transform: uppercase;
}

.ga-10,
.ga-8,
.preloader {
  display: flex;
}

.customSidebarMenuline,
a {
  text-decoration: none !important;
}

:root {
  --border-radius: 22.5px;
  --border-radius-form-control: 8px;
  --border-radius-form-content: 10px;
  --box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --transition: all 0.3s ease;
  --color-white: #ffffff;
  --color-light: #f1f1f1;
  --color-black: #000;
  --color-light-black: #1c1c1c;
  --color-orange: #bf9d7d;
  --color-light-gray: #d7d7d7;
  --color-light-gray2: #eff0f3;
  --color-gray: #d9d9d9;
  --color-footer: #ebecef;
  --color-muted: #858585;
  --color-success: #2cb30b;
  --line-height: 31px;
  --letter-spacing: 0.11px;
  --font-primary: "Albert Sans", sans-serif;
  --font-secondary: "Albert Sans", sans-serif;
  --body-font-family: var(--font-secondary);
}

body {
  font-family: var(--body-font-family);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}

@media only screen and (min-width: 1024px) {
  .section-vh {
    height: 100vh;
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: var(--color-orange);
  border-radius: 4px;
}

.ga-8 {
  flex-direction: column;
  gap: 2rem !important;
}

.ga-10 {
  flex-direction: column;
  gap: 14rem !important;
}

.text-shadow {
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}

.bg-black {
  background: var(--color-black) !important;
}

.text-general-mixin {
  font-weight: 400;
}

.vh-100 {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.vh-h-100 {
  height: 100vh;
}

.vh-page-content {
  min-height: 80vh;
}

.min-h-100 {
  min-height: 100%;
}

.text-orange {
  color: var(--color-orange);
}

li {
  list-style: none !important;
}

input,
textarea {
  background: var(--color-light) !important;
  border: none !important;
}

.form-select:focus,
.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  border: 1px solid !important;
  border-color: var(--color-blue) !important;
  box-shadow: none !important;
  outline: 0 !important;
}

textarea {
  min-height: 100px !important;
}

.form-control,
.form-select {
  background-color: transparent !important;
  margin-bottom: 14px;
  border: 1px solid var(--color-black) !important;
  height: 45px;
  border-radius: var(--border-radius-form-control);
}

.outline-btn,
.primary-btn,
.secondary-btn,
.slider-btn,
.user-form-btn {
  width: 188px;
  height: 36.22px;
}

.form-select-cart {
  color: #868585 !important;
}

.form-control::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #868585;
}

.form-content p,
.form-content-user p,
.modal .modal-title,
h6 {
  color: var(--color-black);
}

.checkout-step-1 .form-control::placeholder,
.form-content-user .form-control::placeholder {
  color: #868585 !important;
}

.modal .modal-title {
  font-weight: 700;
  font-size: 14px;
}

.checkbox-label {
  font-weight: 400;
  font-size: 11px;
}

.checkbox-label span {
  font-weight: 500;
  font-size: 11px;
}

.form-check-input {
  background-color: var(--color-gray);
}

.form-content p {
  font-weight: 400;
  font-size: 20px;
}

.form-content-user p {
  font-weight: 400;
  font-size: 13px;
}

.btn,
.btn-primary,
.contact-address-card,
.contact-info .icon-content,
.form-primary {
  border-radius: var(--border-radius) !important;
}

button {
  border: none;
}

button:focus {
  box-shadow: none !important;
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

h1 {
  font-size: 36px;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 14px;
}

.primary-btn,
.slider-btn {
  background: var(--color-orange);
  border: none;
  border-radius: var(--border-radius);
}

.slider-btn a {
  line-height: 20px;
  color: var(--color-white) !important;
  font-size: 18px;
}

.outline-btn a,
.primary-btn a,
.user-form-btn a {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
}

.primary-btn a {
  color: var(--color-black);
}

.user-form-btn {
  background: var(--color-black);
  border: none;
  border-radius: var(--border-radius);
}

.user-form-btn a {
  color: var(--color-white) !important;
}

.secondary-btn {
  background: var(--color-gray);
  border-radius: var(--border-radius);
}

.secondary-btn a {
  font-weight: 600;
  line-height: 20px;
  color: var(--color-black);
}

.outline-btn {
  background: 0 0;
  border: 1px solid var(--color-gray);
  border-radius: var(--border-radius);
}

.outline-btn a {
  color: var(--color-white);
}

.opacity-0 {
  opacity: 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.preloader img {
  animation: 1.5s ease-in-out infinite alternate preloaderAnimation;
  max-width: 300px;
}

@keyframes preloaderAnimation 
{
  0% 
  {
    transform: scale(1);
  }

  100% 
  {
    transform: scale(1.2);
  }
}

.avatar-upload .avatar-edit input,
.content {
  display: none;
}

@media only screen and (min-width: 767px) 
{
  .navbar 
  {
    height: 100px !important;
    background: #000;
  }
}

@media only screen and (max-width: 766px) 
{
  .navbar 
  {
    padding-bottom: 60px !important;
  }
}
.navbar {
  background: #000;
}
.navbar .nav-link,
.navbar .navbar-right-content a {
  font-family: var(--font-primary);
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: var(--color-white) !important;
  cursor:pointer;
}

.navbar .nav-link:hover,
.navbar .navbar-right-content a:hover {
  transition: var(--transition);
  color: var(--color-orange) !important;
}

.slick-slider-home .slick-slider-home-item .subtitle,
.slick-slider-home .slick-slider-home-item .top-title,
.slick-slider-home .slick-slider-home-item h1 {
  line-height: var(--line-height);
  color: var(--color-light-gray);
}

.nav-item.active {
  background: green !important;
}

.nav-link.active {
  color: var(--color-orange) !important;
  font-weight: 600 !important;
}

.navbar-right-content a {
  margin-right: 7px;
}

.navbar .nav-item {
  margin-right: 28px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .navbar .nav-item {
    margin-right: 2px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .text-justify {
    text-align: justify;
  }

  .navbar .nav-item,
  .navbar-right-content a {
    font-size: 10px !important;
  }

  .navbar {
    height: 60px;
    background: var(--color-black);
  }

  .navbar-expand-md .navbar-nav {
    margin-right: -32px !important;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 10px;
  }

  .navbar-right-content a {
    margin-top: 20px !important;
    margin-right: 0;
  }

  .slick-slider-home .slick-slider-home-item h1 {
    line-height: 40px;
  }
}

@media only screen and (min-width: 540px) and (max-width: 768px) {
  .navbar-right-content {
    margin-top: -17px !important;
  }

  .navbar-nav {
    margin-left: -6px !important;
  }
}

@media only screen and (min-width: 768px) {
  .navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.slick-slider-home {
  width: 100%;
  overflow: hidden;
}

.slick-slider-home-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  float: left;
}

.slick-slider-home-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  float: left;
}

 .customLineOuter video,
.how-to-use video {
  object-fit: cover;
  z-index: 1;
  right: 0;
  bottom: 0;
}
 

@media only screen and (max-width: 768px) {
  .slick-slider-home-item video,
  .how-to-use video {
    object-fit: fill!important;
  }
}

.slick-slider-home-item:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-black);
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
}

 .customLineOuter:after,
.how-to-use:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  left: 0;
}
 
.slick-slider-home .slick-slider-home-item .text-content {
  margin-top: -200px;
}

.slick-slider-home .slick-slider-home-item .top-title {
  font-weight: 500;
  font-size: 24px;
  font-family: var(--font-primary);
}

.slick-slider-home .slick-slider-home-item .subtitle {
  font-weight: 400;
  font-size: 20px;
  font-family: var(--font-primary);
}

 .customLineOuter,
.how-to-use {
  width: 100%;
  min-height: calc(100vh - 100px);
  float: left;
  position: relative;
} 

.customBgImage {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  opacity: 0.4;
}

 .customLineOuter video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
}

.customLineOuter:after {
  width: 100%;
  background-color: #eff0f3;
  opacity: 0.6;
} 

.customLineContents {
  width: 100%;
  min-height: calc(100vh - 100px);
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.customLineContentsTexts {
  background-position: center;
  width: 50%;
  min-height: 10px;
  float: left;
}

.customLineContentsTexts h3 {
  width: 100%;
  float: left;
  font-size: 25px;
  font-weight: 600;
  color: #333;
  margin: 0 0 15px;
  font-family: var(--font-primary);
}

.customLineContentsTexts p {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  color: #333;
  margin: 0;
  font-family: var(--font-primary);
}

.customBlackLineContentsTexts h3,
.customBlackLineContentsTexts p {
  float: left;
  color: #fff;
  font-family: var(--font-primary);
  width: 100%;
  text-align: center;
}

.flipContents video {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  filter: fliph;
}

.flipContents * .customLineContents {
  justify-content: flex-start;
}

.how-to-use video {
  width: 100%;
  height: 100%;
  object-position: left;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
}

.how-to-use:after {
  width: 100%;
  background-color: #000;
  opacity: 0.8;
}



.customBlackLineContents {
  width: 100%;
  min-height: calc(100vh - 100px);
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customBlackLineContentsTexts {
  width: 70%;
  min-height: 10px;
  float: left;
}

.customBlackLineContentsTexts h3 {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 15px;
}

.customBlackLineContentsTexts p {
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  margin: 0;
  opacity: 0.8;
}

.home-shopping {
  background-color: var(--color-black);
  color: var(--color-white);
}

.home-shopping-card {
  border-radius: 27px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.home-shopping h3 {
  font-weight: 600;
  font-size: 24px;
  color: var(--color-white);
}

.home-shopping .home-shopping-card p {
  font-weight: 400;
  font-size: 14px;
  color: var(--color-white);
  font-family: var(--font-secondary);
}

.home-shopping .home-shopping-card span {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: var(--color-white);
}

.footer {
  background-color: var(--color-footer);
}

.footer-custom-grid * .img-fluid
{
  height:45px;
  margin-bottom:20px;
}

.footer-custom-grid * p
{
  font-size: 13px;
  line-height: 25px;
}

.footer-custom-grid * h4
{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}


.footer-custom-grid {
  display: grid;
  gap: 4%;
  grid-template-columns: repeat(5, 1fr);
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .footer-custom-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
}

@media only screen and (max-width: 768px) {
  .customBlackLineContentsTexts,
  .customLineContentsTexts {
    width: 100%;
  }

  .customBlackLineContents {
    padding: 50px 0;
  }

  .footer-custom-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
  }
}

@media only screen and (max-width: 540px) {
  .vh-page-content {
    min-height: 67vh;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .navbar-right-content a {
    font-size: 16px !important;
  }

  .footer-custom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 320px) {
  .footer-custom-grid {
    display: block !important;
  }
}

.footer ul li {
  margin-bottom: 5px;
}

.footer ul li a,
footer p {
  font-weight: 400;
  font-size: 14px;
  color: var(--color-black);
}

.footer ul li a img
{
  width:20px;
  height:20px!important;
  object-fit: contain;
  object-position: center;
  margin-right:5px!important;
  margin-bottom:0px!important;
}

.copy a:hover,
.footer ul li:hover a {
  transition: var(--transition);
  color: var(--color-orange);
}

.copy {
  background-color: var(--color-black) !important;
}

.copy a,
.copy p {
  font-size: 11px;
  font-weight: 400;
  color: var(--color-white);
  padding: 10px 0px;
  margin:0px;
}

.cart .subtitle,
.forgot-password-text {
  color: var(--color-black);
  font-weight: 400;
}

.section-background-image {
  background-color: var(--color-light-gray);
  overflow: hidden;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.forgot-password::before,
.login::before,
.register::before {
  background-image: url("../images/register-form-background.png");
  background-color: var(--color-black);
  overflow: hidden;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  opacity: 1;
}

.forgot-password::after,
.login::after,
.register::after {
  background: var(--color-gray);
  background: linear-gradient(90deg, #070707 90%, #666666cc 40%, #070707 0);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.7;
}

.form-content-user {
  background: linear-gradient(to bottom, #eff0f3 0, #c4c4c4 100%);
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius-form-content);
}

.forgot-password-text {
  font-size: 12px;
}

.cart .cart-top,
.cart-center {
  border-bottom: 0.5px solid var(--color-black);
}

.cart .subtitle {
  font-size: 20px;
}

.cart .cart-info .price,
.cart .cart-info.title,
.cart-center span {
  font-weight: 400;
  font-size: 16px;
  color: var(--color-black);
}

.cart-bottom .title {
  font-weight: 500;
  font-size: 16px;
}

.cart-bottom .price {
  font-weight: 600;
  font-size: 16px;
}

.product-detail-genhera,
.product-detail-genhera-gold,
.product-detail-genhera-platinum {
  color: var(--color-white);
  position: relative;
}

.product-detail-genhera::before {
  background-image: url("../images/detail-genhera.png");
}

.product-detail-genhera-gold::before {
  background-image: url("../images/detail-genhera-gold.png");
}

.product-detail-genhera-platinum::before {
  background-image: url("../images/detail-genhera-platinum.png");
}

.product-detail-genhera-gold::before,
.product-detail-genhera-platinum::before,
.product-detail-genhera::before {
  background-color: var(--color-black);
  overflow: hidden;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  opacity: 1;
}

.product-detail-genhera-gold::after,
.product-detail-genhera-platinum::after,
.product-detail-genhera::after {
  background: var(--color-gray);
  background: linear-gradient(90deg, #070707 90%, #0d0c0c 40%, #070707 0);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .about-us::before,
  .how-to-use::before,
  .section-background-image,
  .slick-slider-home-item::before {
    background-size: cover;
  }

  .about-us::after,
  .how-to-use-item::after,
  .product-detail-genhera-gold::after,
  .product-detail-genhera-platinum::after,
  .product-detail-genhera::after,
  .slick-slider-home-item::after {
    opacity: 0.3;
  }
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 40px;
  z-index: 1;
  bottom: 0;
}

.avatar-upload .avatar-edit input + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  right: 20px;
  bottom: 0;
  width: 34px;
  height: 34px;
  background-color: var(--color-black);
  border-radius: 100%;
  z-index: 1;
  background-image: url(../images/icons/camera-icon.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
}

.avatar-upload .avatar-preview {
  width: 98px;
  height: 98px;
  position: relative;
  border-radius: 100%;
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.upload-image-description {
  color: #9d9d9d;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
}

.form-control-success-icon {
  position: absolute;
  right: 20px;
  top: 40px;
  bottom: 0;
  z-index: 2;
  background-color: var(--color-success);
  width: 27.49px;
  height: 27.49px;
  border-radius: 10px;
}

.customProfileInner,
.customProfileOuter {
  width: 100%;
  min-height: 50vh;
  float: left;
}

.customProfileInner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  padding: 15px;
}

.customProfileSidebar {
  width: 250px;
  background-color: #eff0f3;
  float: left;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 10px;
  padding: 40px 15px 15px;
  min-height: 80vh;
}

.customProfileContentsOuter {
  flex: 1;
  min-height: 10px;
  float: left;
}

.customProfileSidebarImage {
  width: 70px;
  height: 70px;
  background-color: #dadada;
  border-radius: 50%;
  float: left;
}

.customSidebarInfıbox {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-bottom: 15px;
}

.customSidebarInfıbox h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.customSidebarInfıbox p {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  color: #333;
  margin: 0;
}

.customSidebarMenuline {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.customSidebarMenulineIcon {
  width: 25px;
  height: 25px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #333;
}

.customSidebarMenuLineText {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: #858585;
}

.sidebar-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(59%) sepia(0%) saturate(1%)
    hue-rotate(105deg) brightness(89%) contrast(87%);
}

.nav-pills .nav-link {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: var(--color-muted);
}

@media only screen and (max-width: 1024px) {
  .ga-10,
  .ga-8 {
    gap: 1rem !important;
  }

  .customProfileSidebar {
    width: 100%;
    min-height: 50vh;
  }

  .customProfileInner {
    flex-direction: column;
  }

  .customProfileContentsOuter {
    display: block;
    width: 100% !important;
  }

  .sidebar-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .nav-pills .nav-link {
    font-size: 16px;
  }

  .profile .sidebar {
    min-height: 100vh;
  }
}

@media only screen and (max-width: 992px) {
  .profile .sidebar {
    min-height: 150vh;
  }
}

@media only screen and (max-width: 475px) {
  .nav-pills .nav-link {
    font-size: 12px;
  }

  .customSidebarMenuLineContent {
    display: flex;
    flex-wrap: wrap;
  }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--color-black) !important;
  background-color: transparent !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .sidebar-icon {
  filter: brightness(0) saturate(100%) !important;
}

.profile .sidebar .user-email {
  font-size: 16px;
  line-height: 15px;
  font-weight: 500;
  color: var(--color-black) !important;
}

.profile .sidebar .user-circle-icon {
  width: 90px !important;
  height: 91px;
}

.profile-inner .top-content .text {
  font-size: 16px;
  font-weight: 400;
  color: var(--color-black);
}

.profile-inner .center-content .title {
  color: var(--color-light-black);
}

.profile-inner .center-content .home-shopping-card h3,
.profile-inner .center-content .home-shopping-card p,
.profile-inner .center-content .home-shopping-card span {
  color: var(--color-white) !important;
}

.profile-inner .center-content .home-shopping-card h3 {
  font-size: 13px;
}

.profile-inner .center-content .home-shopping-card p {
  font-size: 13px;
  line-height: 23px;
}

.profile-inner .center-content .home-shopping-card span {
  font-size: 13px;
  font-weight: 600;
}

.profile-inner .center-content .home-shopping-card .outline-btn,
.profile-inner .center-content .home-shopping-card .secondary-btn {
  width: 130px;
  font-size: 10px;
  line-height: 20px;
}

.timeline {
  max-width: 400px;
  position: relative;
}

.timeline .text {
  display: flex;
  justify-content: space-evenly;
}

.timeline .text p {
  font-size: 13px;
  font-weight: 400;
  color: #393939;
  line-height: 16px !important;
  text-align: left;
  margin: 0;
}

.timeline hr {
  height: 6px;
  max-width: 400px;
  background-color: #818181;
  border-radius: 10px;
  margin: 0 auto;
}

.timeline .dote div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #818181;
  position: absolute;
  bottom: 2.55em;
}

.timeline .dote div.success {
  background-color: green;
}

.timeline .dote div:first-of-type {
  left: 0;
}

.timeline .dote div:nth-of-type(2) {
  left: 32%;
}

.timeline .dote div:nth-of-type(3) {
  left: 59%;
}

.timeline .dote div:nth-of-type(4) {
  left: 96%;
}

.profile-adress-card .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
}

.profile-adress-card p {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-black);
  line-height: 31px;
}

.profile-adress-card .profile-adress-card-btn {
  border: 1px solid #898989 !important;
}

.profile-adress-card .profile-adress-card-btn a {
  color: #898989 !important;
}

.personallity-form {
  overflow-y: auto;
  max-height: 600px;
  overflow-x: hidden;
}

.personallity-test .description,
.personallity-test .text {
  font-size: 16px !important;
  line-height: 31px;
  font-weight: 400;
}

.personallity-test .description {
  color: #747474;
}

.personallity-test .text {
  color: var(var(--color-black));
}

.personallity-test .list-group .list-group-item {
  border: 1px solid var(--color-black) !important;
  padding: 10px !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  border-radius: 8px !important;
}

@media only screen and (max-width: 767px) {
  .navbar-collapse {
    background: var(--color-black);

    padding: 32px;
  }

  .personallity-test .list-group .list-group-item {
    padding: 5px !important;
  }
}

.customLoginPageNotificationBoxOuter
{
    width:100%;
    min-height:10px;
    float:left;
    background-color:#000;
    padding:10px;
    color:#fff;
    font-size:16px;
    font-weight:400;
    border-radius:5px;
    text-align:center;
    margin-bottom:20px;
}