* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}



html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE;
}
/* ::-webkit-scrollbar {
  width: 14px;
} */
/* body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
} */


a {
  text-decoration: none;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-12-8 {
  font-size: 12px;
}

.fs-12-10 {
  font-size: 12px;
}

.fs-12-11 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-14-12 {
  font-size: 14px;
}

.fs-14-10 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-16-10 {
  font-size: 16px;
}

.fs-16-12 {
  font-size: 16px;
}

.fs-16-14 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-18-12 {
  font-size: 18px;
}

.fs-18-14 {
  font-size: 18px;
}

.fs-18-16 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-20-12 {
  font-size: 20px;
}

.fs-20-14 {
  font-size: 20px;
}

.fs-20-16 {
  font-size: 20px;
}

.fs-20-18 {
  font-size: 20px;
}

.fs-22-16 {
  font-size: 22px;
}

.fs-22-20 {
  font-size: 22px;
}

.fs-24-16 {
  font-size: 24px;
}

.fs-24-18 {
  font-size: 24px;
}

.fs-24-20 {
  font-size: 24px;
}

.fs-25-20 {
  font-size: 25px;
}

.fs-28-16 {
  font-size: 28px;
}

.fs-28-18 {
  font-size: 28px;
}

.fs-32 {
  font-size: 32px;
}

.fs-32-20 {
  font-size: 32px;
}

.fs-32-24 {
  font-size: 32px;
}

.fs-36-24 {
  font-size: 36px;
}

.fs-44-24 {
  font-size: 44px;
}

.fs-62-24 {
  font-size: 62px;
}

.custom-line-height-1 {
  line-height: 120%;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-500-400 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-600-700 {
  font-weight: 700;
}

.fw-700 {
  font-weight: 700;
}

.webkit-scrollbar::-webkit-scrollbar {
  display: none;
}

.width-auto {
  width: auto;
}

.pointer {
  cursor: pointer;
}

.section-sticky-static {
  position: sticky;
  top: 20px;
}

/* header */

.header-top-nav {
  background-image: url("./assets/header-top-nav-light.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
  z-index: 100;
}

/*home tiny slider 2  */

.tns-nav {
  text-align: center;
}

.tns-nav > button {
  background-color: #d3d3d3;
  margin-left: 4px;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  border: none;
}

.tns-nav .tns-nav-active {
  background-color: black;
}

.custom-control-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0.4rem;
  border-radius: 100%;
  background-color: #00000080;
  z-index: 10;
  top: 46%;
  transition: all 0.5s ease;
}

.custom-control-icon:hover {
  background-color: #00000090;
  cursor: pointer;
}

.custom-control-icon:active {
  transform: scale(0.89);
}

.custom-control-icon-prev {
  left: 0;
}

.custom-control-icon-next {
  right: 0;
}

.main-popup-image {
  border-radius: 14px 0 0 14px;
}

/* cookies */

.btn-reject {
  border: 1px solid #cd1818;
  color: #cd1818;
  box-shadow: 0px 3.5px 7px 0px rgba(74, 58, 255, 0.08);
}

.cookies-card-body {
  border-radius: 24px;
  border: 1px solid #d9dbe9;
  background: #fff;
  box-shadow: 0px 5px 14px 0px rgba(8, 15, 52, 0.04);
}

/* product page */

.card-also-see {
  border: 1px solid #d9d9d9;
  color: #22333b;
  cursor: pointer;
}

.card-also-see a {
  color: #22333b;
}

.card-also-see:hover {
  border-color: #cd1818;
}

.card-also-see a:hover {
  color: #cd1818;
}

.buy-on-whatsapp:hover {
  background-color: #22333b !important;
  color: #fff;
}

.buy-on-call:hover {
  background-color: #22333b !important;
  color: #fff;
}

.hover-image {
  display: none;
}

.buy-on-call:hover .hover-image {
  display: inline;
}

.buy-on-call:hover .default-image {
  display: none;
}

.tab-btn-active {
  border-radius: 100px;
  color: #000000;
  background: transparent;
  border: 1px solid #d3d3d3;
}

.tab-btn-active:hover {
  color: #000000;
}

.tab-btn-active.active {
  background: #f7f7f7;
  color: #000000;
}

.tab-ul > li {
  margin-bottom: 4px;
}

.product-carousel-section {
  position: sticky;
  top: 70px;
}

.video-section {
  height: 320px;
}

/* tooltip */

.tooltip-inner {
  background-color: #fff;
  box-shadow: 0px 0px 4px black;
  opacity: 1 !important;
  max-width: 400px;
  /* max-width: 200px; */
  padding: 1rem;
  /* padding: 1rem 0.5rem 1rem 0.5rem; */
}

.custom-tooltip {
  --bs-tooltip-bg: #fff;
  --bs-tooltip-color: #000;
  border-radius: 4px;
  opacity: 1 !important;
  align-content: start !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Form */

.form-control,
.form-select {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* .form-check:hover {
  background-color: black;
}

.form-check:hover .img-filter {
  filter: invert(100%);
}

.form-check:hover p span {
  color: white;
} */

.payment-method-hover:hover {
  background-color: black;
}

.payment-method-hover:hover .img-filter {
  filter: invert(100%);
}

.payment-method-hover:hover p span {
  color: white;
}

/* product multi page */

.category-card {
  border-radius: 4px;
  background: #fff;
  /* box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25); */
}

.category-card-img-picture{
  height: 204px;
}

.category-card:hover {
  border: 1px solid black;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.heart-icon-div {
  width: 35px;
  height: 35px;
}

.order-sample-div {
  border-radius: 0px 0px 4px 4px;
  background: #efefef;
  color: #000;
}

.order-sample-div:hover {
  background: black;
  color: #fff;
}

.order-sample-icon-hover {
  display: none;
}

.order-sample-div:hover .order-sample-icon-hover {
  display: inline;
}

.order-sample-div:hover .order-sample-icon {
  display: none;
}

.filter-section {
  width: 50dvw;
}

.filter-section-div {
  /* padding-left: 30rem; */
}

.filter-button {
  border-left: 3px solid transparent;
}

.filter-button.active {
  border-left: 3px solid #000;
  background: #f2f2f2 !important;
}

.page-link-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 100% !important;
  filter: drop-shadow(0px 2.5px 7.6px rgba(0, 0, 0, 0.1));
  color: black;
  background-color: white;
}

.page-link-custom:hover {
  color: white;
  background-color: black;
}

.page-link-custom:focus {
  color: white;
  background-color: black;
}

/* bottom navigation */

.bottom-navigation {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}

.bottom-navigation .container{
  
  box-shadow: 10px 4px 8px 10px rgba(0,0,0,0.2);
}
.bottom-navigation-icon-div img{
  height: 36px;
}

.bottom-navigation-icon-div img.bottom-navigation-active-img {
  display: none;
}

.bottom-navigation-icon-div.active img.bottom-navigation-img,
.bottom-navigation-icon-div.active img.bottom-navigation-active-img {
  display: none;
}

.bottom-navigation-icon-div.active img.bottom-navigation-active-img {
  display: block;
}

/* professional */

.home-video-section {
  height: 500px;
}

/* header nav logo */

.header-frikly-professional-logo {
  width: 280px;
}

/* header nav form */

.header-nav-form-input {
  border-radius: 4px 0px 0px 4px;
  /* border: 1px solid #000000; */
  background: #fff;
}

.header-nav-form-button {
  border-radius: 0px 4px 4px 0px;
}

/* footer */

.footer-frikly-logo-div {
  max-width: 336px;
}

.footer-form {
  border-radius: 4px;
  background: #fff;
}

.footer-form-input {
  border-radius: 4px 0px 0px 4px;
}

.footer-form-button {
  border-radius: 0px 4px 4px 0px;
}

.footer-form-button > img {
  border-radius: 0px 4px 4px 0px;
}

.footer-copyright {
  border-top: 1px solid #9b9b9b;
}

.product-nav {
  border-bottom: 4px solid transparent;
  cursor: pointer;
}

.product-nav:hover {
  border-bottom: 4px solid #22333b;
}

.nav-section ul {
  padding: 1rem 0 1rem 0;
  margin-bottom: 0;
  height: 90vh;
  box-shadow: -10px 10px 60px 0px rgba(170, 170, 170, 0.05);
}

.nav-section .ul-secondary{
  background-color: #00000010;
}

.ul-transparent{
  background-color:rgba(255, 255, 255, 0) !important;
}

.nav-section ul:nth-child(even) {
  /* background: rgba(234, 224, 213, 0.5); */
  background-color: #00000010;
}

.nav-section li {
  color: #797979;
  padding: 2px 1.5rem 2px 1.5rem;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  border-left: 2px solid transparent;
  text-wrap: wrap;
}



.nav-section li:hover {
  color: #000000;
  background-color: #00000010;
  cursor: pointer;
  border-left: 2px solid #000000;
}



.nav-section .li-header{
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-top:8px ;
    text-decoration: dashed;
}

.nav-section li:nth-child(1) {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: dashed;
}

.nav-dropdown {
  position: static !important;
  padding: 0 !important;
}

.nav-dropdown-menu {
  margin-top: 0px !important;
  padding: 0 !important;
  border: none;
  border-radius: 0;
  background-color: #fff !important;
  width: 100% !important;
}

.animate-text {
  animation: textAnimation 100s infinite;
}

/* payment error */

.payment-error-modal-dialog {
  width: 350px;
}

/* rewards */

.rewards-btn-active {
  border-right: 4px solid transparent;
  color: #000000;
}

.rewards-btn-active:hover {
  border-right: 4px solid #002894;
  color: #002894;
}

.rewards-btn-active:focus {
  border-right: 4px solid #002894;
  color: #002894;
}

.rewards-img-div {
  width: 20px;
}

/* tutorial */
.tutorial-benefits-icon-div {
  width: 54px;
  height: 54px;
}

.tutorial-benefits-icon-div > img {
  width: 36px;
  height: 36px;
}

.overflow-section {
  overflow-y: scroll;
  height: 100dvh;
}

.overflow-section::-webkit-scrollbar {
  overflow-y: scroll;
  height: 100dvh;
}

.scrollspy-example > div {
  margin-bottom: 2rem;
}

.list-group-item {
  color: #797979;
}

/* .list-group-item-action:hover{
  color: #002894;
} */

.list-group-item-action:hover {
  color: red;
}

/* .list-group-item-action.active {
  color: #002894;
} */

.list-group-item-action.active {
  color: red;
}

.tutorial-ul {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.tutorial-ul li {
  margin-bottom: 0.5rem;
}

.tutorial-item-image {
  height: 350px;
}

.active-list-item {
  color: red;
}

.active-h4 {
  color: red;
}

/* account-settings */

.account-settings-tab-nav {
  border-bottom: 2px solid #f7f7f7;
  border-radius: 0px;
  color: black !important;
}

.account-settings-tab-nav .active {
  border-bottom: 2px solid black;
  border-radius: 0px;
  color: black !important;
}

/* Claim Rewards */

.rewards-claim-hero-text {
  max-width: 590px;
}

.rewards-claim-card {
  border-radius: 8px;
  border: 1px solid #f7d153;
  background: #fdf0a1;
  /* width: 400px; */
}

/* my client reward */

.my-client-reward-tab-nav .active {
  border-bottom: 2px solid black;
  border-radius: 0px;
  color: black !important;
}

/* login  */

.header-frikly-professional-logo {
  width: 300px;
  cursor: pointer;
}

.professional-login-card {
  width: 450px;
  font-family: "Inter", sans-serif;
}

.professional-login-2-picture {
  width: 136px;
}

.professional-login-otp-input {
  border: 1px solid #d1d1d1;
  border-radius: 9px;
  font-size: 18px;
  padding-left: 1rem;
  width: 50px;
  height: 50px;
}

/* popup */

.share-icon-button > img {
  width: 24px;
  height: 24px;
}

/* T & C */
.t-and-c-btn-active {
  border-right: 4px solid transparent;
  color: #000000;
}

.t-and-c-btn-active:hover {
  border-right: 4px solid #002894;
  color: #002894;
}

.t-and-c-btn-active:focus {
  border-right: 4px solid #002894;
  color: #002894;
}

.t-and-c-policy-section ul li,
.t-and-c-policy-section ol li {
  margin-bottom: 0.5rem;
}

/* my account */

.my-order-btn {
  background-color: transparent;
  color: #6a7181 !important;
  border-right: 2px solid transparent !important;
  border-bottom: 1px solid #e0e0e0;
}

.my-order-btn.active {
  background-color: transparent !important;
  color: #ff981f !important;
  border-right: 2px solid #ff981f !important;
}

.my-order-btn:hover {
  background-color: transparent !important;
  color: #ff981f !important;
  border-right: 2px solid #ff981f !important;
}

.my-order-btn-a {
  color: #6a7181 !important;
}

.my-order-btn-a.active {
  color: #ff981f !important;
}

.my-order-btn-a:hover {
  color: #ff981f !important;
}

.my-order-btn-img-active {
  display: none;
}

.my-order-btn.active .my-order-btn-img-active {
  display: inline;
}

.my-order-btn:hover .my-order-btn-img-active {
  display: inline;
}

.my-order-btn.active .my-order-btn-img {
  display: none;
}

.my-order-btn:hover .my-order-btn-img {
  display: none;
}

.my-order-dev {
  overflow-x: auto !important;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #e0e0e0;
}

.seo-footer{
  padding: 0px 12px 0px;
 }
 .seo-footer a{
  color:#76453B  !important;
  font-weight: 600;
 }

@media screen and (max-width: 900px) {
  .fs-12-8 {
    font-size: 8px;
  }

  .fs-12-10 {
    font-size: 10px;
  }

  .fs-12-11 {
    font-size: 11px;
  }

  .fs-14-10 {
    font-size: 10px;
  }

  .fs-14-12 {
    font-size: 12px;
  }

  .fs-16-10 {
    font-size: 10px;
  }

  .fs-16-12 {
    font-size: 12px;
  }

  .fs-16-14 {
    font-size: 14px;
  }

  .fs-18-12 {
    font-size: 12px;
  }

  .fs-18-14 {
    font-size: 14px;
  }

  .fs-18-16 {
    font-size: 16px;
  }

  .fs-20-12 {
    font-size: 12px;
  }

  .fs-20-14 {
    font-size: 14px;
  }

  .fs-20-16 {
    font-size: 16px;
  }

  .fs-20-18 {
    font-size: 18px;
  }

  .fs-22-16 {
    font-size: 16px;
  }

  .fs-22-20 {
    font-size: 20px;
  }

  .fs-24-16 {
    font-size: 16px;
  }

  .fs-24-18 {
    font-size: 18px;
  }

  .fs-24-20 {
    font-size: 20px;
  }

  .fs-25-20 {
    font-size: 25px;
  }

  .fs-28-16 {
    font-size: 16px;
  }

  .fs-28-18 {
    font-size: 18px;
  }

  .fs-32-20 {
    font-size: 20px;
  }

  .fs-32-24 {
    font-size: 24px;
  }

  .fs-36-24 {
    font-size: 24px;
  }

  .fs-44-24 {
    font-size: 24px;
  }

  .fs-62-24 {
    font-size: 24px;
  }

  .custom-line-height-1 {
    line-height: normal;
  }

  .fw-500-400 {
    font-weight: 400;
  }

  .fw-600-700 {
    font-weight: 700;
  }

  .width-auto {
    width: 100%;
  }

  .section-sticky-static {
    position: static;
    top: 0;
  }

  /* home */

  .custom-control-icon {
    width: 35px;
    height: 35px;
  }

  .tns-nav > button {
    width: 4px;
    height: 4px;
  }

  .main-popup-image {
    border-radius: 14px 14px 0 0;
  }

  /* product page */

  .product-carousel-section {
    position: static;
    top: 0;
  }

  .tooltip-inner {
    max-width: 100%;
    padding: 1rem 2rem 1rem 2rem;
    margin: 1rem;
  }

  /* product multi page */

  .category-card-img-picture{
    height: 204px;
  }

  .heart-icon-div {
    width: 30px;
    height: 30px;
  }

  .filter-section {
    width: 70dvw;
  }

  .filter-section-div {
    padding-left: 0rem;
  }

  /* professional */

  .home-video-section {
    height: 260px;
  }

  .header-frikly-professional-logo {
    width: 180px;
  }

  footer {
    padding-bottom: 70px;
  }

  .footer-frikly-logo-div {
    max-width: 100vw;
  }

  /* payment error */
  .payment-error-modal-dialog {
    width: auto;
  }

  /* tutorial */

  .tutorial-benefits-icon-div {
    width: 40px;
    height: 40px;
  }

  .tutorial-benefits-icon-div > img {
    width: 28px;
    height: 28px;
  }

  .overflow-section {
    overflow-y: hidden;
    height: 100dvh;
  }

  .scrollspy-example > div {
    margin-bottom: 1rem;
  }

  /* .tutorial-item-image {
    height: 300px;
  } */

  /* claim rewards */

  .rewards-claim-hero-text {
    max-width: 300px;
  }

  /* .rewards-claim-card {
    width: auto;
  } */

  .rewards-claim-custom-order {
    order: -1;
  }

  /* login */

  .header-frikly-professional-logo {
    width: 200px;
  }

  .professional-login-card {
    width: auto;
  }

  .professional-login-2-picture {
    width: 108px;
  }

  .professional-login-otp-input {
    border: 1px solid #d1d1d1;
    border-radius: 9px;
    font-size: 18px;
    padding-left: 1rem;
    width: 40px;
    height: 40px;
  }

  .share-icon-button > img {
    width: 20px;
    height: 20px;
  }

  /* my account */

  /* my order */

  .my-order-bg {
    height: 10rem;
  }

  .my-order-btn.active {
    border-right: 2px solid transparent !important;
    border-bottom: 2px solid #ff981f !important;
  }

  .my-order-btn:hover {
    border-right: 2px solid transparent !important;
    border-bottom: 2px solid #ff981f !important;
  }

  .my-order-dev {
    border-radius: 0px;
    border: 0px solid #e0e0e0;
  }
}



/* new css */

.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead .tt-dataset.tt-dataset-states {
  border: 1px solid #f5f5f5;
}
.twitter-typeahead .tt-menu {
  width: 100%;
  background-color: #fff;
  border: 2px solid grey;
  z-index: 1002 !important;
}
.twitter-typeahead .tt-menu .tt-suggestion {
  padding: 0.625rem;
  cursor: pointer;
}
.twitter-typeahead .tt-menu .tt-suggestion:hover {
  background-color: var(--primary);
  color: black;
  font-weight: 700;
}


.line-limit-2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 18px;
}

.line-limit-3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 18px;
}

.line-limit-4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 18px;
}

.color-custom-option-label{
  position: relative;
  min-width: 2rem;
  height: 2rem;
  margin-bottom: 0;
  padding-right: 0.375rem;
  padding-left: 0.375rem;
  transition: color .2s ease-in-out,border-color .2s ease-in-out;
  border: 1px solid #e3e9ef;
  border-radius: 0.1875rem;
  color: #4b566b;
  font-size: .75rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.75rem;
  cursor: pointer;
}

.color-custom-option-color{
  display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
    margin-left: -0.75rem;
    background-position: top left;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
}

.color-rounded-circle{
  border-radius: 50%!important;
}

.nav-dropdown-menu{
  z-index: 1096;
}


.breadcrumb-item:last-child a{  
  color:#000 !important;
  font-weight: 700;
}




.cart-counter-bottom-navigation{
  top:2px;
}

.cart-item-counter{
    border-radius: 50% !important;
    font-size: 10px;
    display: block;
    margin-left: 8px;
    width: 16px;
    height: 16px;
    text-align: center;
}

.product-page-carousel-control{
  background-color: #000;
  border-radius: 26px;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #000 !important;
}
.carousel-indicators [data-bs-target] {
  background-color: #999 ;
}
@keyframes ripple{
  to{
    transform: scale(2.5);
    opacity: 0;
  }
}



.texture-finish-badge{
  border-radius: 30px;
  background: #F1EEE9;
  color:#765827;
  color: #765827;
  font-family: Roboto;
 
  font-style: normal;
  font-weight: 500;
  padding: 4px 14px;
  display: inline-block;
  /* line-height: 18px; 18px */
  
  
  
}




@media screen and ( max-width: 900px ){

  li.page-item {

      display: none;
  }

  .page-item:first-child,
  .page-item:last-child
   {

      display: block;
  }

  .page-item:first-child,
  .page-item:last-child{
    width: 50%;
    
  }
  .page-item:first-child > .page-link,
  .page-item:last-child > .page-link{
    
    border:solid 1px #223b22;
    

  }
  .page-item:last-child > .page-link{
    
    
    text-align: right;

  }

  .page-item:last-child > .page-link::before {
    font-weight: bold;
    color: navy;
    content: "Next ";
  }

  .page-item:first-child > .page-link::after {
    font-weight: bold;
    color: navy;
    content: " Prev ";
  }



  
}