html {
    height: 100%;
  }
  body {
    font-family: "Lexend", sans-serif;
    color: #1a2231;
    font-weight: 400;
    font-size: 16px;
    min-height: 100%;
    padding: 16px 24px;
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
  .container {
    max-width: 1163px;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Outfit", sans-serif;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
  }
  
  p {
    color: #787b7e;
    line-height: 24px;
    font-size: 14px;
  }
  
  h1 {
    font-size: 120px;
    line-height: 104px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.64px;
  }
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
  h5 {
    font-size: 16px;
    line-height:  24px;
    letter-spacing: -0.32px;
  }
  h6 {
    font-size: 14px;
    line-height: 16px;
  }
  .text-small {
    font-size: 10px;
  }
  .link:hover {
    cursor: pointer;
  }
  .line-height-16{
    line-height: 16px;
  }
  .alert {
    border-radius: 16px;
  }
  .text-red{
    color: #FD5A5A !important;
  }
  .text-grey{
    color: #DFDFDF !important;
  }
  .fw-semibold {
    font-weight: 600;
  }
  .fw-regular {
    font-weight: 400;
  }
  .font-18{
    font-size: 18px;
    line-height: 24px;
  }
  .font-16 {
    font-size: 16px;
    line-height: 24px;
  }
  .font-14{
    font-size: 14px;
    line-height: 20px;
  }
  .font-12{
    font-size: 12px;
    line-height: 20px;
  }
  .font-10{
    font-size: 10px;
    line-height: 16px;
  }
  .vh-80{
    height: 80vh !important;
  }
  
  a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
  }
  a:hover {
    color: #050523;
  }
  figure {
    margin-bottom: 0;
  }
  
  .form-control::placeholder {
    color: #7f7f7f;
  }
  .form-group label {
    margin-bottom: 5px;
  }
  
  ::placeholder {
    color: #a7a7a7;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #a7a7a7;
  }
  .ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .soft-blue-divider {
    height: 1px;
    background-color: #E0E3EF;
    opacity: 1;
  }
  .light-gray-divider {
    height: 1px;
    background-color: #EBEBEB;
    opacity: 1;
  }
  
  .ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mt-40 {
    margin-top: 40px;
  }
  
  .form-group {
    margin-bottom: 12px;
  }
  .form-group:last-child {
    margin-bottom: 0;
  }
  label {
    font-size: 14px;
  }
  .form-control {
    border-radius: 6px;
    padding: 1rem 1rem;
    background-color: #fff;
    border-color: #e3eaf4;
    font-size: 14px;
    color: #000;
  }
  .form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
    background-color: #f4f7fb;
  }
  
  .btn {
    font-size: 14px;
    line-height: 24px;
    border-radius: 38px;
    outline: none;
    box-shadow: none;
    padding: 12px 24px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-primary:active:focus {
    box-shadow: none;
  }
  .btn:hover,
  .btn:focus,
  .btn:active {
    background-color: #000;
    border-color: #000;
    box-shadow: none;
  }
  .btn-primary {
    background-color: #1e2127;
    border-color: #1e2127;
  }
  
  .border-radius {
    border-radius: 10px;
  }
  
  header {
    background-color: rgba(255, 255, 255, 0.5);
    position: sticky;
    top: 0;
    left: 0;
    border: 2px solid #fff;
    right: 0;
    z-index: 1;
    margin: 0;
    padding: 15px 0;
    z-index: 9999;
    transition: background-color 0.3s;
    border-radius: 16px;
  }
  header .content-right {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  header .content-right a {
    color: #0e2b3d;
  }
  header .container-fluid {
    padding: 0 42px;
  }
  
  .top-back {
    display: flex;
    gap: 10px;
    font-weight: 500;
    margin: 24px 0;
  }
  
  .sticky {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  
  .navbar {
    padding: 0;
  }
  .navbar-light .navbar-nav {
    gap: 24px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #1a2231;
    font-size: 14px;
  }
  .navbar-brand {
    margin-right: 50px;
  }
  .dropdown-toggle::after {
    background-image: url("../images/Icon.png");
    background-repeat: no-repeat;
    width: 12px;
    height: 8px;
    border: 0;
    position: relative;
    top: 3px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  
  .brands {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  main {
    height: 100%;
  }
  .upload-icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff75;
    padding: 5px;
    border-radius: 20px;
  }
  .upload-icon:hover {
    background: #ffffff98;
  }
  .src-brand {
    height: 100%;
  }
  .src-brand .home-h1 {
    max-width: 870px;
    margin: 0 auto 53px;
  }
  .src-brand p {
    max-width: 370px;
    margin: auto;
  }
  
  .search-widget {
    max-width: 886px;
    margin: 48px auto 84px;
    position: relative;
  }
  .search {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    border: 2px solid #fff;
    padding-left: 33px;
    background-position: 24px center;
  }
  .search-widget .btn {
    border-radius: 100px;
    width: 52px;
    height: 52px;
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: transparent;
  }
  
  .images-added {
    border: 1px solid #edf0fa;
    padding: 30px 40px;
    border-radius: 2px;
    height: 100%;
  }
  
  .added-img {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .added-img li {
    position: relative;
  }
  .added-img li figure img {
    width: 100%;
    border-radius: 5px;
    height: 145px;
    object-fit: cover;
  }
  .added-img .icon {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    display: flex;
    right: 5px;
    gap: 10px;
  }
  .added-img .icon a:hover img {
    opacity: 0.8;
  }
  
  .drop-zone {
    max-width: 100%;
    height: 245px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    color: #6c757d;
    background-color: #f2f5fa;
    border: 2px dashed #e3eaf4;
    border-radius: 10px;
    flex-direction: column;
    position: relative;
    margin: 20px 0;
  }
  
  .drop-zone p {
    color: #000;
    margin-bottom: 2px;
    margin-top: 8px;
    font-size: 14px;
    margin-top: 40px;
  }
  .drop-zone p span {
    color: #ed1d4e;
  }
  
  .drop-zone__input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }
  
  .right-info {
    display: flex;
    flex-wrap: wrap;
    gap: 89px;
    padding: 0 0 0 130px;
    flex-direction: column;
  }
  .right-info p {
    font-size: 16px;
  }
  .right-info p a {
    text-decoration-color: #ed1d4e;
    text-underline-offset: 7px;
  }
  
  .slider-wrapper .slider-for .items img {
    width: 100%;
    height: 375px;
    object-fit: contain;
    margin-bottom: 20px;
    background-color: #fff;
  }
  
  .slick-list {
    height: 100% !important;
  }
  
  .slider-wrapper .slider-nav .slick-slide {
    /*width: 100% !important;*/
  }
  
  .slider-wrapper .slider-nav {
    margin-left: -9px;
    margin-right: -9px;
  }
  
  
  
  .slider-wrapper.review-img .slider-for .items img {
    height: 210px;
  }
  
  .review-section {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
  }
  .review-section .star-rating {
    display: flex;
    gap: 2px;
  }
  .review-section .review-info {
    display: flex;
    margin-top: 5px;
    font-weight: 500;
  }
  .review-section .review-date span {
    font-weight: 500;
  }
  .review-list {
    margin-top: 30px;
    padding: 0;
    list-style: none;
    font-weight: 500;
  }
  .review-list li {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
  }
  .review-list li span {
    min-width: 120px;
    font-weight: 400;
  }
  
  /* brand-logo-screen-css */
  .main-card {
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #fff;
    margin: 0;
    padding: 24px;
    transition: background-color .3s;
    border-radius: 16px;
    height: 100%;
  }
  .brand-add-img img, .main-brand-img img {
  border-radius: 8px;
  }
  .seller-btn a {
    border-radius: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #262626;
  }
  .slider-wrapper .slider-for .items .verify-btn a img{
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 auto;
  }
  
  .verify-btn a {
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(8px);
    border-radius: 38px;
    padding: 4px 8px 4px 16px;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: -0.12px;
    color: #fff;
    width: fit-content;
  }
  .cgm-heading{
    color: #3F3F3F;
    letter-spacing: -0.42px;
  }
  .cgm-content .font-16{
    color: #4A4B4B;
    max-height: 160px;    
      overflow-y: auto;
  }
  .feedback-card p{
    color: #1A2231;
    z-index: 2;
  }
  .feedback-prev, .feedback-next {
    all: unset;
    background: #1A2231;
    border-radius: 32px;
    width: 36px;
    height: 26px;
    text-align: center;
    z-index: 2;
  }
  .feedback-prev {
    position: absolute;
    top: 24px;
    right: 64px;
  }
  .feedback-next {
    position: absolute;
    top: 24px;
    right: 24px;
  }
  
  .feedback-slide-card {
    border-radius: 16px;
  }
  .feedback-slide-card .font-16 {
    font-weight: 500;
  }
  .feedback-slide-card .font-12 {
    color: #5E6266;
  }
  
  .feedback-img img {
    height: 50px;
    width: 50px;
    border-radius: 8px;
    object-fit: cover;
  }
  .feedback-card:before {
    content: "";
    background: linear-gradient(to right, #F0F4F6, #f1f3f500);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    z-index: 1;
  }
  .feedback-card:after {
    content: "";
    background: linear-gradient(to left, #F0F4F6, #f1f3f500);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    z-index: 1;
  }
  .contact-info p {
    color: #1A2231;
  }
  .contact-info p span {
    color: #6571F5;
  }
  .contact-info p:first-child {
    color: #999DA2;
  }
  .disclaimer-card p {
    color: #0C0C1B;
  }
  .disclaimer-card .disclaimer-card-desc {
    font-size: 8px;
    line-height: 14px;
    color: #9C9C9C;
  }
  .red-btn {
    border: 1px solid #FA5061;
    padding: 12px 24px;
    border-radius: 36px;
    background: #FFF1F1;
    color: #FA5061;
    letter-spacing: -0.12px;
  }
  
  
  
  
  
  /******* personal Info css *********/
  
  .form-container {
    max-width: 1156px;
    margin: auto;
  }
  button.back-btn {
    all: unset;
    border: 2px solid #DEDEDE;
    border-radius: 36px;
    width: 56px;
    height: 40px;
  }
  
   .form-control {
    border: 2px solid #FFFFFF;
    background: rgb(255 255 255 / 70%);
    color: #85888b;
    font-size: 12px;
    line-height: 16px;
    border-radius: 8px;
    height: 48px;
  }
  #storeURLs, #productPrice {
    padding-left: 44px;
  }
  .form-label {
    color: #575757;
  }
  .form-label span{
    color: #6571F5;
  }
  .form-control::placeholder {
    color: #B5B6B7;
  }
  .input-url-icon {
    top: 16px;
    left: 16px;
  }
  .down-arrow {
    top: 12px;
    right: 16px;
  }
  .upload-photo .font-18 {
    color: #000;
    letter-spacing: -0.18px;
  }
  .upload-photo .font-12 {
    color: #575757;
  }
  .profile-photo {
    border: 2px solid #fff;
    border-radius: 8px;
    height: 330px;
  }
  .profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product-img {
    border: 2px solid #fff;
    border-radius: 8px;
    background: rgb(255 255 255 / 40%);
    padding: 8px;
  }
  .file-upload {
    width: 100%;
    height: 100%;
    border: 1px dashed #CFD4DD;
    border-radius: 4px;
    padding: 32px 24px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
  }
  
  
  .file-upload img {
    width: 36px;
    margin-bottom: 20px;
  }
  
  .file-upload p {
    color: #575757;
  }
  
  .file-upload span {
    color: #5C7FFE;
    text-decoration: underline;
    cursor: pointer;
  }
  .file-upload .font-10.m-0 {
    color: #9A9A9A;
  }
  
  .file-upload small {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #b3b3b3;
  }
  
  #file-input {
    display: none;
  }
  .icons-postion {
    bottom: 4px;
    right: 4px;
  }
  .upload-img {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
    background-color: #999;
  }
  .upload-img img {
    width: 100%;
    object-fit: cover;
    max-height: 105px;
  }
  .edit-icon, .delet-icon {
    background: rgb(255 255 255 / 30%);
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50px;
    backdrop-filter: blur(14px);
  }
  .edit-icon img, .delet-icon img {
    width: 16px;
  }
  .add-img {
    border: 1px solid #fff;
    background: rgb(255 255 255 / 40%);
    border-radius: 4px;
    cursor: pointer;
  }
  
  /********* application css *********/
  .table-container {
    border: 2px solid #fff;
    border-radius: 10px;
  }
  .table {
    min-width: 900px;
  }
  .table  thead th {
    padding: 8px 16px;
    background-color: #F6F7F9;
    color: #8A919A;
    border-left: 1px solid #EAEDF5;
  }
  .table thead th:first-child {
    border: unset;
  }
  .table  tbody tr {
    border: unset;
    border-top: 2px solid #ffffff;
    border-bottom-color: #fff;
    background: #ffffffb3;
    color: #1A2231;
  }
  .table  tbody tr td {
    padding: 16px;
    vertical-align: middle;
  }
  
  .application-photo {
    border: 1.5px solid #FFF;
    border-radius: 16px;
	display: flex;
	align-items: center;
	background-color: #fff;
  }
  .application-photo-blue {
    bottom: 6px;
    right: 6px;
    height: 36px;
    width: 36px;
    background: rgb(255 255 255 / 20%);
    border: 1px solid #fff;
    border-radius: 50px;
  }
  .product-table{
    min-width: 1114px;
  }
  .product-table td, .product-table td a{
    color: #575757;
  }
  .product-info{
    background: #ffffffb3;
  }
  .add-product-btn a {
    background: #F6F7F9;
    border-radius: 8px;
  }
  .prduct-row img {
    width: 48px;
    height: 48px;
    object-fit: cover;
  }
  .brand-row a {
    background: #F4F5F6;
    width: fit-content;
  }
  
  /********* login form css  **********/
  
  .login-form.mx-auto.pt-2.mt-4 {
    max-width: 450px;
  }
  .google-btn {
    background: #fff;
    padding: 12px 16px;
    color: #575757;
  }
  
  .signin-btn {
    background: #1A2231;
    padding: 10px 16px;
    color: #fff;
  }
  .signin-btn:hover {
    color: #fff;
    opacity: 0.9;
  }
  
  
  @media only screen and (max-width: 1200px) {
    header .container-fluid {
      padding-right: var(--bs-gutter-x, 0.75rem);
      padding-left: var(--bs-gutter-x, 0.75rem);
    }
    .right-info {
      padding: 0;
      gap: 30px;
    }
    .slider-wrapper .slider-for .items img {
      height: auto;
  }
  }
  
  @media only screen and (max-width: 1023px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 0;
    }
    .navbar-collapse {
      padding: 10px 20px;
      background-color: #f5f5f5;
      margin-top: 10px;
    }
    .navbar-toggler:hover {
      border-color: #ed1d4e;
    }
    .navbar-toggler:focus {
      box-shadow: none;
      border-color: #ed1d4e;
    }
    .navbar-light .navbar-nav {
      gap: 14px;
      margin-bottom: 0;
    }
    .added-img li figure img {
      height: 20vw;
    }
    .images-added {
      padding: 20px;
    }
    
    .src-brand {
      height: auto;
    }
    .search-widget {
      padding: 30px 0;
    }
    .ptb-100 {
      padding: 50px 0;
    }
    .profile-photo {
      height: 230px;
  }
  }
  
  @media only screen and (max-width: 767px) {
    .brands figure {
      flex: 1 50%;
      margin-bottom: 20px;
      text-align: center;
    }
    h2 {
      font-size: 28px;
      line-height: 40px;
      letter-spacing: 0.56px;
  }
  .profile-photo {
    width: 50%;
  }
  h1 {
    font-size: 60px;
    line-height: 64px;
  }
  .search-widget {
    margin: 24px auto 24px;
  }
  }
  @media screen and (max-width: 575px) {
    .profile-photo {
      width: 100%;
    }
    
  }
  
/******* How it works *********/
.howorks .txt-block {
	max-width:484px;
}
.howorks .pb-1-5t {
	padding-bottom: 150px;
}
.howorks .mt-2t {
	margin-top: 200px;
}
.howorks .img-block {
  	max-width:434px;
	min-height: 270px;
  	position:relative;
}
.howorks .img-block img {
  	position:absolute;
	z-index: 1;
}
.howorks .img-block img.dots {
  	width:124px;
  	height:124px;
  	opacity:0.4;
  	left:360px;
  	top:180px;
	z-index: 0;
}
.howorks .img-block .secure {
	position:absolute;
	width: 185px;
	height: 50px;
	top: 30px;
	left: 320px;
}
.howorks .img-block .lock-circle-bk {
	width: 210px;
	height: 210px;
	top: 131px;
	left: -72px;
	z-index: 0;
}
.howorks .img-block .lock-circle {
	width: 150px;
	height: 150px;
	top: 160px;
	left: -40px;
}
.howorks .img-block img.multi-imgs {
	width:478px;
	height:76px;
	left:-25px;
	top:210px;
}
.howorks .img-block .bucket-circle-bk {
	width: 210px;
	height: 210px;
	top: 220px;
	left: 110px;
	z-index: 0;
}
.howorks .img-block img.bucket-circle {
	width:150px;
	height:150px;
	left:140px;
	top:250px;
}
.howorks .img-block img.s-dots {
	width:124px;
	height:124px;
	opacity:0.4;
	left:360px;
	top:-40px;
	z-index: 0;
}
.howorks h6 {
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0%;
	color: rgba(74, 75, 75, 1);
	margin-bottom: 15px;
}
.howorks .community-icon {
	width: 80px;
	height: 80px;
	gap: 10px;
	border-radius: 40px;
	border-width: 1px;
	padding: 28px;
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(255, 255, 255, 1);
	margin-bottom: 1.5rem;
}
.howorks .submitted-section {
	width: 341px;
	position: relative;
	left: 30px;
	z-index: 1;
	display: block;
}
.howorks .submitted-section .number-img.o2 {
	position: absolute;
	z-index: -1;
	top: 20px;
	right: -150px;
	width: 215px;
	height: auto;
}
.howorks .submitted-section .number-img.o4 {
	position: absolute;
	z-index: -1;
	top: 30px;
	right: -150px;
	width: 215px;
	height: auto;
}
.howorks .submitted-section .close-img {
	position: absolute;
	top: 88px;
	right: 18px;
	width: 16px;
	height: auto;
}
.howorks .submitted-section .line-3 {
	position: absolute;
	left: -160px;
	bottom: 120px;
}
.howorks .submitted-section .brand-gr {
	position: absolute;
	left: -200px;
	bottom: 36px;
}
.howorks .submitted-section .dots {
	position: absolute;
	z-index: -1;
	bottom: -40px;
    right: -40px;
    width: 124px;
    height: auto;
}
.howorks .submitted-section .stamp-logo-with-text {
	position: absolute;
	right: 10px;
	bottom: -137px;
}
.howorks .submitted-section .line-2 {
	position: absolute;
	bottom: -110px;
	right: -100px;
}
.howorks .submitted-blk {
	height: 298px;
	border-radius: 8px;
	box-sizing: border-box; /* This keeps the total height exactly 200px */
    
	padding: 5px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 5px 12px 29px 0px rgba(24, 160, 251, 0.03);
	box-shadow: 18px 49px 52px 0px rgba(24, 160, 251, 0.03);
	box-shadow: 42px 110px 70px 0px rgba(24, 160, 251, 0.02);
	box-shadow: 74px 195px 83px 0px rgba(24, 160, 251, 0);
	box-shadow: 115px 305px 91px 0px rgba(24, 160, 251, 0);
}
.howorks .submitted-blk .inner {
	border: 1px solid #eee;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 50px;
	display: flex;
	flex-direction: column; /* Stack children vertically */
	justify-content: center; /* Center vertically */
	align-items: center; /* Center horizontally */
	text-align: center; /* Center text */
	height: 100%;
}
.howorks .submitted-blk .check {
	width: 80px;
	height: 80px;
	border-width: 3px;
	background: rgba(216, 255, 227, 1);
	border: 3px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	padding: 24px 28px;
}
.howorks .submitted-blk .head {
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0%;
	text-align: center;
	color: rgba(74, 75, 75, 1);
}
.howorks .submitted-blk .para {
	font-weight: 300;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: center;
	color: rgba(74, 75, 75, 1);
}
.howorks .img-block-2 {
    position: relative;
    width: 400px;
	z-index: 1;
}
.howorks .img-block-2 img {
	position: relative;
	z-index: 1;
    display: block;
    width: 100%;
}
.howorks .img-block-2 .number-img.o1 {
    position: absolute;
    top: -55px;
    right: -55px;
    width: 180px;
    height: auto;
    z-index: 0;
}
.howorks .img-block-2 .number-img.o3{
  position: absolute;
  top: -50px;
  right: -85px;
  width: 212px;
  height: auto;
  z-index: 0;
}
.howorks .img-block-2 .dots {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 124px;
  height: auto;
  z-index: 0;
}
.howorks .img-block-2 .stamp-logo {
  position: absolute;
	left: 20px;
	bottom: 20px;
  width: 61px;
  height: auto;
  z-index: 2;
}
.howorks .img-block-2 .line-1 {
  position: absolute;
	left: 85px;
	bottom: -26px;
  width: 77px;
  height: auto;
  z-index: 2;
}
.howorks .img-block-2 .brand-txt {
  position: absolute;
	left: 97px;
	bottom: -50px;
  width: 122px;
  height: auto;
  z-index: 2;
}
/* Custom light background colors */
.bg-product-light {
  background-color: rgba(40, 167, 69, 0.15) !important; /* Very light green */
  color: #46be62; /* Normal green text */
}
.bg-seller-light {
  background-color: rgba(23, 162, 184, 0.15) !important; /* Very light blue */
  color: #3daabb; /* Normal blue text */
}
.dropdown-item, .list-group-item {
  font-weight: 300 !important;
}
.dropdown-item .badge, .list-group-item .badge {
  padding: 0.45em;
  border-radius: 4px;
  font-size: 0.75em;
  border: 1px solid transparent;
  font-weight: 300 !important;
}
.list-group-item {
  padding: .6rem 1rem;
  background-color: #ffffff80;
  border: 1px solid rgb(0 0 0 / 6%);
}
.list-group-item a {
  text-decoration:none;
}