@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900&display=swap');

@font-face {
  font-family: 'KalesiRounded';
  src: url('../fonts/KalesiRoundedDemoRegular-R9pZ6.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', serif;

  background-color: #fff;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

:root {
  --primary-color: #002655;
  --secondary-color: #000000;
  --background-color: #002655;
  --text-color: #484848;
}

header {
  position: relative;
  z-index: 99;
  padding: 0px 0px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12.649999618530273px);
}
.logoimg{
  width:250px;
}
.common_padding { 
  padding-left: 80px;
  padding-right: 80px;
}

nav {
  display: flex;
  align-items: center;
}

.header_links { 
  display: flex;
  justify-content: end;
}

nav .header_links ul {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  padding-left: 0;
}

nav .header_links ul li {
  padding: 20px 20px;
}

nav .header_links ul li:last-child {
  padding-right: 0;
}

nav .header_links ul li a {
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
}

nav .header_links ul li a .cart_count {
  color: var(--primary-color);
  font-weight: 500;
}

nav .header_links ul li a:hover {
  color: var(--primary-color);
}

nav .header_links ul li a.active {
  font-weight: 500;
  color: var(--primary-color);
}

nav .header_links ul li a span {
  padding-left: 8px;
  text-transform: capitalize;
}

nav .header_links ul li a img {
  width: 25px;
}

nav .header_links button {
  background-color: var(--background-color);
  color: #fff;
  border: 0;
  border-radius: 8px; 
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.banner_slider_images {
  position: relative;
  height: 93vh;
}

.banner_slider_images img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner_content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 49.95%,
      rgba(0, 0, 0, 0.9) 75.68%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 50px;
}

.banner_content h6 {
  color: #d1c2a7;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 180% */
}

.banner_content h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 400;
  line-height: normal;
  font-family: 'KalesiRounded', sans-serif;
}

.banner_content h4 {
  color: #fff;
  font-size: 32px;
  /* font-style: italic; */
  font-weight: 400;
  line-height: normal;
}

.banner_content p {
  color: #fff;
  font-size: 18px;

  font-weight: 300;
  line-height: 36px;
  padding-top: 30px;
}

.banner_head {
  position: relative;
}

.banner_head::after {
  position: absolute;
  content: '';
  bottom: 40px;
  left: 10px;
  width: 45%;
  height: 3px;
  background-color: #d1c2a7;
}

footer {
  background-color: var(--background-color);
  padding: 40px 0px 20px 0px;
  margin-top: 60px;
}

.footer-logo_section img {
  width: 75%;
}

.footer-logo_section p {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  padding-top: 10px;
}

.social_links {
  padding-top: 20px;
}

.social_links h4 {
  color: #fff;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  /* 225% */
}

.social_links a {
  padding-right: 10px;
}

.social_links a:hover svg path {
  fill: #d1c2a7;
}

.footer_links {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.footer_links h4 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  /* 180% */
}

.footer_links ul {
  list-style: none;
  padding-left: 0px;
}

.footer_links ul li a {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
}

.footer_links ul li a:hover {
  color: #d1c2a7;
  border-bottom: 1px solid #d1c2a7;
  width: fit-content;
}

footer .row {
  border-bottom: 1px solid #9ca9ba;
}

footer .col-lg-4 img {
  padding-top: 40px;
}

.footer_botom {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

.footer_botom p {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 0;
}

.footer_botom div {
  display: flex;
  align-items: center;
}

.footer_botom div a {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 0;
  text-decoration: underline;
  padding-right: 20px;
}

#login_modal .modal-content {
  border-radius: 25px;
}

#login_modal .modal-body {
  padding: 30px;
}

.login_section .login_icon {
  width: 50px;
}

.login_section h3 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  padding-top: 20px;
}

.login_section p {
  color: #828282;
  text-align: center;
  margin-bottom: 0px;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px;
  padding-top: 5px;
}

.login_inputs img {
  width: 24px;
  height: 24px;
}

.login_inputs {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-radius: 8px;
  background: #eff2f6;
  padding: 10px;
}

.login_inputs input {
  border: 0;
  background-color: transparent;
  width: 100%;
  padding: 4px;
}

.login_labels {
  width: 12%;
}

.login_input {
  width: 88%;
}

input:focus  {
  outline: inherit;
}
textarea:focus{
  outline: none;
}

.login_btn {
  padding-top: 30px;
}

.login_btn button {
  border-radius: 8px;
  background: var(--background-color);
  border: 0;
  color: #fff;
  height: 48px;
  width: 100%;
}

.alredy_p {
  padding-top: 30px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 0;
}

.alredy_p a {
  color: var(--primary-color);
  text-decoration: underline;
  margin-left: 5px
  ;
}

.otp-container {
  display: flex;
  gap: 30px;
  /* Space between inputs */
  justify-content: center;
  padding-top: 30px;
}

.otp-input {
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 1.5rem;
  border: 0;
  border-radius: 8px;
  background-color: #eff2f6;
  /* Light background color like in the image */
  outline: none;
  transition: border-color 0.3s ease;
}

.otp-input:focus {
  border-color: #007bff;
  /* Highlight color */
}

.about_page {
  padding-top: 50px;
}

.about_page h6 {
  color: var(--primary-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about_page h2 {
  color: var(--primary-color);
  font-family: 'KalesiRounded', sans-serif;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 20px;
}
.about_page h2 span{
  font-size: 40px;
}
.about_page p {
  color: var(--text-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.about_page h4 {
  color: var(--primary-color);
  font-family: 'KalesiRounded', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.border-rights {
  width: 1px;
  height: 110px;
  background-color: rgba(0, 38, 85, 0.4);
  margin: auto;
}

.common_pt {
  padding-top: 60px;
}

.abt_why .row {
  border-top: 1px solid #82828233;
  padding: 20px 0px;
  border-bottom: 1px solid #82828233;
}

.abt_why .row h5 {
  color: var(--primary-color);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0px;
}

.abt_why .row p {
  color: var(--text-color);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.abt_why {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0 60px 60px;
}

.abt_bottom_bg {
  background-image: url(../images/about/abt_bg.png);
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: right;
}

.abt_bottom_bg h3 {
  color: #002655;
  text-align: center;
  font-family: 'KalesiRounded', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.abt_bottom_bg button {
  display: flex;
  border-radius: 8px;
  background: var(--background-color);
  border: 0px;
  padding: 10px 60px;
  color: #fff;
  align-items: center;
  margin-top: 20px;
}

.abt_bottom_bg button img {
  width: 22px;
  margin-left: 10px;
}

.profile_li {
  position: relative;
}

.profile_li:hover .li_profile_box {
  display: block;
}

.li_profile_box {
  position: absolute;
  top: 100%;
  left: 10px;
  width: 350px;
  height: auto;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  z-index: 1000;
  display: none;
}

.li_profile_box .profile_head {
  border-radius: 4px 4px 0px 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #002655;
  padding: 15px;
  display: flex;
  gap: 20px;
  align-items: center;
}

.li_profile_box .profile_head img {
  width: 26px;
}

.profile_head h4 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.li_profile_box .profile_body {
  padding: 22px 15px;
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
 width: 100%;
}

.li_profile_box .profile_body img {
  width: 26px;
}

.profile_body h4 {
  color: #292d32;
  text-align: center;

  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

.profile_page .nav {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  width: 420px;
}

.prf_head {
  border-radius: 10px 10px 0px 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #002655;
  display: flex;
  padding: 20px;
}

.prf_head img {
  width: 26px;
}

.prf_head h4 {
  color: #fff;
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  padding-left: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent;
  color: var(--primary-color);
}

.nav-pills .nav-link.active h4 {
  color: var(--primary-color);
}

.nav-pills .nav-link {
  display: flex;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  align-items: center;
}

.nav-pills .nav-link img {
  width: 26px;
}

.nav-pills .nav-link h4 {
  color: #292d32;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  padding-left: 20px;
}

.profile_section {
  background: #f9f9f9;
}

.my_profile_box {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 20px 20px 40px 20px;
  width: 500px;
}

.my_profile_box h3 {
  color: #000;

  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.my-profile_inputs {
  padding-top: 20px;
}

.my-profile_inputs label {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  width: 100%;
}

.my-profile_inputs input {
  border-radius: 9.445px;
  border: 1.181px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  font-weight: 400;
  margin-bottom: 15px;
}

.my-profile_inputs a {
  color: #002655;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.profile_page {
  padding-bottom: 50px;
}

.saved_address_box {
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  width: 100%;
}

.address {
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  background: #fbfbfb;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.address_head {
  border-radius: 10px 10px 0px 0px;
  background: #F2F2F2;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.address_head div {
  display: flex;
  align-items: center;
}
.address_head .form-check{
  padding-left: 0;
}
.address_head .form-check label {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-left: 10px;
}

.address_body {
  padding: 10px;
  padding-bottom: 0px;
}

.address_body h5 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
  text-transform: capitalize;
}

.address_body p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.address .address_body {
 
  opacity: 1;
  padding-bottom: 15px;
}

.address_footer {
  border-top: 1px dashed #828282 !important;
  padding: 10px 10px 10px 10px;
}

.address_footer p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.saved_address_box input[type='radio']:checked {
  border: 3px solid #002655 !important;
  padding: 0px;
  box-shadow: 0px 0px 0px 2px #ffffff;
  background-color: #ffffff;
  background-image: inherit;
}

.saved_address_box input[type='radio'] {
  border: 2px solid #828282;
  background-color: transparent;
}

.address_body,
.address_footer {
  transition: background-color 0.3s ease;
}

.ad_addres_btn {
  padding-top: 50px;
}

.ad_addres_btn button {
  display: flex;
  border-radius: 5px;
  border: 1px solid #002655;
  background-color: #fff;
  align-items: center;

  color: #002655;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  height: 45px;
  text-transform: capitalize;
  padding: 0px 40px;
}

.ad_addres_btn button img {
  width: 12px;
  margin-right: 8px;
}

.save_btn {
  border-radius: 9.445px;
  background: #002655;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  border: 0px;
  height: 45px;
  width: 100%;
  text-transform: capitalize;
}

.logout_close img {
  width: 30px;
}

.logout_close {
  border: 0;
  background-color: transparent;
}

.logout_content {
  text-align: center;
}

.logout_content img {
  width: 50px;
}

.logout_content h4 {
  color: #000;
  padding-top: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  /* 118.75% */
  text-transform: capitalize;
}

.logout_content p {
  color: #a8a8a8;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  /* 135.714% */
}

.lgout_btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-top: 20px;
}

.lgout_btns .cancel_btn {
  width: 46%;
  border-radius: 5px;
  border: 1px solid #002655;
  background-color: transparent;
  color: var(--primary-color);
  padding: 9px;
}

.lgout_btns .lgout_btn {
  width: 46%;
  border-radius: 5px;
  border: 1px solid #002655;
  background-color: #002655;
  color: white;
  padding: 9px;
}

#logout_modal .modal-body {
  padding: 25px;
}

#logout_modal .modal-content {
  border-radius: 18px;
}

#logout_modal .modal-dialog {
  max-width: 450px;
}

#search_modal .modal-dialog {
  max-width: 800px;
}
#search_modal.modal{
  background: rgba(0, 0, 0, 0.80);
}
.search-container {
  position: relative;
  width: 100%;
}

#search-bar {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  background-color: transparent;
  box-sizing: border-box;
  border: 0;
  color: #fff;
  font-weight: 400;
}
.suggestions-box a{
  color: var(--text-color);
}
.suggestions-box {
  /* display: none; */
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 200px;
  overflow-y: auto;
  /* border: 1px solid #ccc; */
  border-top: none;
  background-color: white;
  z-index: 1;
  margin-top: 5px;
  border-radius: 0 0 10px 10px;
}

/* Show suggestions box when input is focused */
.search_box input:focus+.suggestions-box {
  display: block;
}

.suggestions-box label {
  display: block;
  padding: 8px;
  cursor: pointer;
  border-bottom: 1px solid #80808024;
}

.suggestions-box label:hover {
  background-color: #f0f0f0;
}

#search_modal .modal-content {
  background-color: transparent;
  border: 0px;
  margin-bottom: 150px;
}

.search_box {
  border-bottom: 1px solid white;
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}

.search_box img {
  width: 22px;
}

.search_box ::placeholder {
  color: white;
}

.service_box {
  border-radius: 8.393px;
  border: 0.839px solid rgba(0, 0, 0, 0.15);
  background: #fafafa;
  padding: 20px;
  display: flex; 
  margin-top: 25px;
}
.ser_content{
  margin-left: 15px;
}
.service_box .ser_icons {
  width: 50px; 
  flex-shrink: 0;
}

.ser_content h3 {
  color: #002655;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.ser_content p {
  color: #828282;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  padding: 10px 0px;
}

.ser_content h6 {
  color: #002655;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.service_box button {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 7.274px;
  background: #002655;
  border: 0;
  padding: 12px 25px;
  white-space: nowrap;
}

.ser_btn { 
  padding-top: 25px;
}

.service_detail {
  padding-left: 20px;
}

.service_detail h6 {
  color: #002655;
  font-size: 18px;
  padding-top: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}

.service_detail p {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-top: 15px;
}

.service_detail ul {
  padding-left: 20px; 
  
  padding-bottom: 30px;
  margin-bottom: 0;
}

.service_detail ul li {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-top: 15px;
}

.detail_box h3 {
  font-size: 32px;
  padding-bottom: 10px;
}

.detail_box {
  align-items: center;
}

.service_form h3 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#service_modal .modal-dialog {
  max-width: 800px !important;
}

#service_modal .modal-body {
  padding: 30px;
}

.service_form input {
  border-radius: 9.445px;
  border: 1.181px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.service_form textarea {
  border-radius: 9.445px;
  border: 1.181px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.service_form label {
  color: #696969;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  width: 100%;
}

.service_form .letSubmitBtn {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 7.274px;
  background: #002655;
  border: 0;
  padding: 10px 20px; 
}

.service_form select {
  border-radius: 9.445px;
  border: 1.181px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.e-book_head h6 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  /* 180% */
}

.e-book_head h2 {
  color: #000;
  font-family: 'KalesiRounded', sans-serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.e-book_head {
  padding-top: 50px;
}

.ebook_image img {
  width: 200px;
}

.ebook_content {
  padding-left: 20px;
}

.ebook_content h3 {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.ebook_content p {
  color: #1b1b1b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 10px;
  /* 180% */
}

.ebook_content button {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border-radius: 7.274px;
  background: #002655;
  border: 0;
  padding: 10px 40px; 
  margin-top: 20px;
}

.ebook_row {
  padding-top: 70px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.ebook_row:last-child{
  border-bottom: none;
}
.order-Box {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #FFF;
}
.order-Box h3{
  color: #000; 
font-size: 32px;
font-style: normal;
margin-bottom: 0;
font-weight: 500;
line-height: normal;
}

.table {
  margin-top: 40px;
}

.table thead {
  background: #e8f2ff !important;
}

.table thead th {
  background-color: transparent;
}

.table tr td {
  padding: 20px 5px;
  white-space: nowrap;
}

.order-view_btn {
  border-radius: 5px;
  background: #002655;
  border: 0;
  padding: 5px 15px;
  color: white;
  font-size: 14px;
}

.purchased_box {
  border-radius: 8px;
  background: #ffffff;
  padding: 30px;
  margin-top: 25px; 
border: 1px solid rgba(0, 0, 0, 0.05); 
}

.purchased_box h3 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.purchased_img {
  width: 15%;
}

.purhased_flex {
  padding-top: 50px;
  display: flex;
  gap: 30px;
}

.purchased_content {
  padding-top: 20px;
}

.purchased_content h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.purchased_content p {
  color: #828282;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.purchased_content p span {
  color: #000;
}

.purchased_content_head img {
  width: 30px;
}

.purchased_content_head {
  display: flex;
  gap: 10px;
  align-items: center;
}

.purchased_btn {
  display: flex;
  gap: 20px;
  padding-top: 20px;
}

.purchased_btn button {
  border-radius: 10px;
  background: rgba(0, 38, 85, 0.1);
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  border: 0;
  align-items: center;
}

.purchased_btn button img {
  width: 20px;
}

.contact_page {
  padding-top: 50px;
}

.get_in_box {
  position: relative;
  border-radius: 8px;
  padding: 30px;
  padding-top: 40px;
  background-color: #002655;
  overflow: hidden;
}

.get_in_box h3 {
  color: #fff;
  font-family: 'KalesiRounded', sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.get_in_box p {
  color: #c9c9c9;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact_address {
  padding-top: 30px;
  z-index: 2;
  position: relative;
}

.contact_address h6 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  /* 180% */
}

.addres_flex {
  display: flex;
  gap: 20px;
  padding-top: 20px;
  align-items: center;
  padding-bottom: 30px;
}

.addres_flex img {
  width: 25px;
}

.addres_flex p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.cart_heading {
  padding-top: 30px;
}

.cart_product_image {
  width: 120px;
  height: 120px;
  border-radius: 4.506px;
  border: 0.901px solid rgba(0, 0, 0, 0.062);
  background: #fff;
  padding: 15px 30px;

}
.cart_product_image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cart_product {
  padding: 30px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.062);
  background: #f2f2f25e;
  display: flex;
  gap: 20px; 
}

.cart_product h3 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}

.cart_product_content h2 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}

.cart_remove img {
  width: 15px;
}

.cart_remove p {
  color: #5f6368;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  text-transform: capitalize;
}

.cart_remove {
  display: flex;
  gap: 5px;
}

.cart_product {
  position: relative;
  margin-bottom: 20px;
}

.cart_remove {
  position: absolute;
  top: 16px;
  right: 16px;
}

.order-summery {
  border-radius: 8px;
  border: 1px solid rgb(150 143 143 / 15%);
  background: #fbfbfbab;
  padding: 20px;
}

.order-summery .ordeTitle {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.order-summary-content-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.order-summary-content {
  padding: 15px 0;
  border-bottom: 1px dashed #00000033;
  border-top: 1px dashed #00000033;
}

.order-summary-content-inner .order-summary-content-inner-left p {
  margin-bottom: 0;
  color: #828282;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.order-summary-content-inner .order-summary-content-inner-right p {
  margin-bottom: 0;
  color: #000;
  text-align: right;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.totalSummery {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.totalSummery .totalSummery-inner-left p {
  margin-bottom: 0;
  color: #828282;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.totalSummery .totalSummery-inner-right p {
  margin-bottom: 0;
  color: #000;
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;

}

#addCoupon {
  cursor: pointer;
}

.SubmitButton {
  border-radius: 9.445px;
  background: #002655;
  border: 0;
  padding: 12px 0%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  display: flex;
  justify-content: center;
}

.couponCodeCard {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  margin-top: 10px;
}

.CoupenCodeHead {
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.CoupenCodeHead h5 {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 500;
}

.CoupenCodeHead span {
  font-weight: 500;
  color: #002655;
  cursor: pointer;
}

.CouponBody {
  padding: 10px 15px;
}

.couponCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background: #F9F9F9;
  padding: 10px;
  margin-bottom: 10px;
}

.couponCard:last-child {
  margin-bottom: 0;
}

.couponCard:hover {
  background: #EBF3FD;
}

.couponCard .coupenCode h6 {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.couponCard .coupenCode p {
  color: #838383;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}

.couponApply button {
  background: none;
  border: none;
  color: #002655;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.appliedCoupon {
  display: flex;
  align-items: center;
}

.appliedCoupon p {
  margin-left: 10px;
}

.appliedCoupon button {
  background: none;
  border: none;
  color: #002655;
  font-size: 14px;
}

.HeaderCart {
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  padding: 18px 24px 25px;
  width: 400px;
  position: absolute;
  top: 100%;
  left: -150px;
}

.HeaderCart .cart_head_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 15px;
  padding-top: 5px;
}

.HeaderCart .cart_head_header h4 {
  color: #002655;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  /* 126.667% */
  margin-bottom: 0;
  margin-left: 10px;
}

.closeCart {
  color: #002655;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.cartbody_header {}

.cartbody_header .headerCartProduct {
  padding: 25px 15px;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.cartbody_header .headerCartProduct .CartProductImage {
  border-radius: 2.826px;
  border: 0.565px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  width: 80px;
  padding: 10px;
  height: 80px;
}

.cartbody_header .headerCartProduct .CartProductImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cartbody_header .headerCartProductCont {
  padding-left: 10px;
  padding-top: 10px;
}

.cartbody_header .headerCartProductCont h4 {
  color: #000;
  font-family: Inter;
  font-size: 13.123px;
  font-weight: 500;
  margin-bottom: 10px;
}

.cartbody_header .headerCartProductCont p {
  color: #000;
  font-family: Inter;
  font-size: 13.123px;
  font-weight: 600;
}

.headerCartFooter {
  padding-top: 20px;
}

.viewCrtBtn {
  border-radius: 5px;
  border: 1px solid #002655;
  color: #002655 !important;
  padding: 10px 15px;
  justify-content: center;
  margin-bottom: 15px;
  font-weight: 500 !important;
  font-size: 14px !important;
}

.procedBtn {
  border-radius: 5px;
  background: #002655;
  color: white !important;
  padding: 12px 15px;
  justify-content: center;
  font-size: 14px !important;
  margin-bottom: 20px;
}

.countinueBtn {
  color: #002655 !important;
  text-align: center !important;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 500 !important;
  justify-content: center;
  line-height: 19px;
  /* 135.714% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 25%;
  /* 3.5px */
  text-underline-position: from-font;
}

 .backBg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: #000000CC;
  width: 100%;
  z-index: -1;
}

.headerBg {
  /* background-color: white; */
}

.CartProductImage .ProdCount {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #002655;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4px;
  left: -4px;
  font-size: 12px;
}

.addressCrd {
  border-radius: 8px;
  border: 1px solid rgb(172 168 168 / 15%);
  padding: 15px;
  background: #FBFBFB;
}

.addressCrd h4 {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
}

.addressName {}

.SelectRound {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #828282;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SelectRound .selectroundInner {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #F2F2F2;
}

.addressName {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-left: 10px;
}

.AddressCardHead {
  border-radius: 10px 10px 0px 0px;
  background: #F2F2F2;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.AdressCardEdit {
  display: flex;
  align-items: center;
  justify-content: end;
}

.AdressCardEdit span {
  margin: 0 10px;
  color: rgba(0, 0, 0, 0.20);
}

.addressACardBody {
  padding: 10px;
  border-bottom: 1px dashed #828282;
}

.addressInnerCard {
  border-radius: 10px;
  border: 1px solid #F2F2F2;
  background: #FBFBFB;
  position: relative;
}

.addressACardBody h6 {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
  text-transform: capitalize;
}

.addressACardBody p {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  text-transform: capitalize;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.adressCardFooter {
  padding: 15px;
}
.adressCardFooter p{
  margin-bottom: 0;
}

.adressCardFooter a {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  text-transform: capitalize;
}

.addressInput {
  position: absolute;
  opacity: 0;
}

.addressInput:checked +.AddressCardHead .selectroundInner {
  background-color: white;
}
.addressInput:checked +.AddressCardHead .SelectRound {
  border: 2px solid #fff;
}
.addressInput:checked + .AddressCardHead{
  background: #002655;
}
.addressInput:checked + .AddressCardHead svg path{
   stroke: white;
}
.addressInput:checked + .AddressCardHead .addressName{
  color: white;
}
.addressInput:checked + .AddressCardHead + .addressACardBody {
  background-color: #f0f8ff;
  border-bottom: 1px dashed #002655;
}
 
.addressInput:checked + .AddressCardHead + .addressACardBody +.adressCardFooter {
  background-color: #f0f8ff; 
}
.addressInput:checked + .AddressCardHead + .addressACardBody +.adressCardFooter p{
  margin-bottom: 0;
}
.addnewBtn{
  border-radius: 5px;
border: 1px solid #002655;
background-color: transparent;
padding: 10px 20px;
width: fit-content;
color: #002655;  
font-size: 14px; 
font-weight: 500; 
}
.AddressAddForm{
  border-radius: 8px;
border: 1px solid rgba(0, 0, 0, 0.05);
background: #FFF;
padding: 20px;
margin-top: 20px;
width: 75%;
}
.AddressAddForm h4{
  color: #000;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.lailaForm {
  margin-bottom: 10px;
}
.lailaForm label {
  width: 100%;
  color: #696969; 
font-size: 12px; 
font-weight: 500;
line-height: 19px; /* 158.333% */
margin-bottom: 5px;
}
.lailaForm input{
  width: 100%;
  border-radius: 9.445px;
border: 1.181px solid rgba(0, 0, 0, 0.50);
min-height: 45px;
padding: 0 12px;
}
.lailaSubmitBtn{
  border: none;
  border-radius: 9.445px;
  background: #002655;
 padding: 15px 0;
 width: 100%;
 text-align: center;
 color: #FFF; 
font-size: 20px; 
font-weight: 400;
line-height: 19px; /* 95% */ 
}
.checkout_card{
  border-radius: 8px;
  border: 1px solid rgb(172 168 168 / 15%);
  background: #FBFBFB;
padding: 20px 15px;
}
.checkoutMainCard{
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.checkouProduct {
  display: flex;
}
.checkouProduct .checkoutProductImage{ 
  width: 120px;
  height: 120px;
  border-radius: 4.105px;
border: 0.821px solid rgba(0, 0, 0, 0.15);
background: #FFF;
padding: 10px;
aspect-ratio: 1;
}
.checkouProduct .checkoutProductImage img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.checkouProduct .checkputProductContent {
  padding-left: 10px;
  padding-top: 10px;
}
.checkouProduct .checkputProductContent h6{
  color: #000;
font-size: 19.062px;
font-weight: 500;
margin-bottom: 12px;
}
.checkouProduct .checkputProductContent p{
  color: #000;
font-size: 19.062px;
font-weight: 600;
}
.checkout_card .checkoutProductprice{
  color: #000; 
font-size: 19.437px; 
font-weight: 600; 
}

.checkoutotal{
   margin-top: 25px;
}
.TotalInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.TotalInner .totalName{
  color: #000;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;  
}
.TotalInner .totalName span{
   margin-left: 25px;
   position: relative;
}
.TotalInner .totalName span::before{
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  content: "";
  left: -18px;
  top: 8px;

}
.saveINFO {
  font-size: 14px;
}
.TotalInner .totalValue{
  color: #000;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 500; 
}
.Total{
  display: flex;
  justify-content: space-between;
  align-items: center; 
}
.Total .allTotal{
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px; /* 141.667% */
}
.socialLinks{
  margin-top: 150px;
  z-index: 2;
  position: relative;
}
.socialLinks ul{
  padding-left: 0;
  display: flex;
  list-style: none;
}
.socialLinks ul li{
  margin-right: 20px;
}
.socialLinks ul li img{
  width: 25px;
}
.ContactShape{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.contactForm{
  padding-top: 20px;
}
.ContactInput {
  margin-bottom: 40px;
}
.ContactInput label{
  width: 100%;
  color: #8D8D8D;
font-size: 16.625px;
font-style: normal;
font-weight: 500; 
}
.ContactInput input {
  width: 100%;
  height: 42px;
  border: none;
  border-bottom: 1px solid #8D8D8D;
}
.ContactInput textarea {
  width: 100%;
  height: 42px;
  border: none;
  border-bottom: 1px solid #8D8D8D;
}
.textTitle{
  color: #000;
  font-size: 16.625px;
  font-style: normal;
  font-weight: 500; 
}
.subjectRadio{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.radioCard{
  color: #000; 
  font-size: 16.625px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.709px; /* 166.667% */
  margin-right: 20px;
}
.sendBtn{
  border: none;
  border-radius: 5.681px;
background: #002655;
box-shadow: 0px 0px 15.907px 0px rgba(0, 0, 0, 0.12);
padding: 12px 35px;
color: #FFF;
text-align: center; 
font-size: 18px; 
font-weight: 500; 
}

/* CSS */
.mySwiper {
  width: 130px; /* Adjust width as needed */
  height: 400px; /* Adjust height as needed */
  float: left; /* Ensure it aligns vertically beside the main slider */
}

.mySwiper2 {
  width: calc(100% - 150px); /* Adjust width based on thumbnail width */
  height: 400px; /* Same height as thumbnails */
  float: right; /* Aligns the main slider next to the thumbnails */
}
.ProductScreen__slider .productScreen__slider__item{
  border-radius: 10.169px;
border: 0.678px solid rgba(0, 0, 0, 0.05);
background: #FFF;
padding: 5px;
}
.ProductScreen__slider .productScreen__slider__item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.productsmall__slider__item {
  display: flex;
      align-items: center;
      justify-content: center;
}
.productsmall__slider__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ProductDetailCard .productCategory{
  color: #767373; 
font-size: 16px; 
font-weight: 400; 
margin-bottom: 15px;
}
.ProductDetailCard .productName{
  color: #000; 
  font-size: 42px;
font-weight: 400; 
margin-bottom: 15px;
}
.ProductDetailCard .cuttedPrice{
  color: #767373; 
font-size: 16px; 
font-weight: 400; 
text-decoration: line-through;
margin-bottom: 15px;
}
.ProductDetailCard .productPrice{
  color: #000; 
  font-size: 26px;
font-weight: 500; 
display: flex;
margin-bottom: 15px;
align-items: center;
}
.ProductDetailCard .productPrice span{
  color: #F80404; 
font-size: 16px; 
font-weight: 600; 
margin-left: 15px;
}
.ProductDetailCard  .c-rating-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px;
}

/* rating component  */
.ProductDetailCard .c-rating {
  display: none;
}
.ProductDetailCard .c-rating + label {
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background-image: url("../images/other/star.png");  background-size: contain;
  text-indent: -9999px;
}
.ProductDetailCard .c-rating + label:hover, .ProductDetailCard .c-rating + label:hover ~ label {
  background-image: url("../images/other/checkStar.png");
}
.ProductDetailCard .c-rating:checked + label,.ProductDetailCard  .c-rating:checked ~ input + label {
  background-image: url("../images/other/checkStar.png");
}

.ProductDetailCard .c-rating:disabled + label,
.ProductDetailCard .c-rating[disabled] + label {
  cursor: default;
  pointer-events: none;
}

.ProductDetailCard .c-rating--medium + label {
  width: 30px;
  height: 30px;
}

.ProductDetailCard .c-rating--large + label {
  width: 75px;
  height: 75px;
}
.ratingArea{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
  .ProductDetailCard .reviewText{
  color: #292D32; 
  font-size: 16px; 
  font-weight: 500; 
  margin-left: 20px;
}
.ProductDetailCard .ProductDescroptionArea h3 {
  color: #292D32; 
font-size: 20px; 
font-weight: 500; 
}
.ProductDetailCard .ProductDescroptionArea p{
  color: #676767; 
font-size: 18px; 
font-weight: 400; 
}
.ProductDetailCard .proudtBuyBtn {
  color: #FFF; 
font-size: 15.38px;
font-style: normal;
font-weight: 600; 
border-radius: 7.69px;
background: #002655;
padding: 10px 30px;
border: none;
}
.secTitle{
  color: #000; 
font-size: 20px; 
font-weight: 500; 
letter-spacing: -0.2px;
text-transform: capitalize;
}
.addReviewBtn{
  color: var(--background-color);
  font-size: 15.38px;
  font-style: normal;
  font-weight: 600;
  border-radius: 7.69px;
  background: #fff;
  padding: 7px 15px;
  border: 1px solid var(--background-color);
}
.ratingCard{
  padding: 10px;
  border-radius: 10px;
background: #FAFAFA;
}
.ratingCard .ratingHead{
  display: flex;
  align-items: center;
}
.ratingCard .ratingHead img{
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 15px;
}
.ratingCard .ratingHead .userNamerating{
  color: #000; 
font-size: 14px; 
font-weight: 500; 
}
.ratingCard .ratingText p{
  color: #404040; 
font-size: 14px; 
margin-bottom: 8px;
font-weight: 400; 
}
.ratingCard .ratingBody{
  margin-top: 10px;
}
.ratingCard .ratingFooter{
  color: #838383; 
font-size: 14px; 
font-weight: 500; 
text-align: end;
}

.ratingCard .c-rating-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

/* rating component  */
.ratingCard .c-rating {
  display: none;
}
.ratingCard .c-rating + label {
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: white url("../images/other/smallStar.png") no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.ratingCard .c-rating + label:hover,.ratingCard  .c-rating + label:hover ~ label {
  background-image: url("../images/other/starYellow.png");
}
.ratingCard .c-rating:checked + label,.ratingCard  .c-rating:checked ~ input + label {
  background-image: url("../images/other/starYellow.png"); 
}

.ratingCard .c-rating:disabled + label,
.ratingCard .c-rating[disabled] + label {
  cursor: default;
  pointer-events: none;
}

.ratingCard .c-rating--medium + label {
  width: 50px;
  height: 50px;
}

.ratingCard .c-rating--large + label {
  width: 75px;
  height: 75px;
}
.ratingCard .Ratingstartext {
  color: #000; 
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.12px;
text-transform: capitalize;
margin-left: 10px;
}
.ratingCard .Ratingstartext span{
  color: #828282;
}
.ratingCard .ratingStars{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.reviewSwiper .swiper-pagination{
  position: inherit !important;
  text-align: left;
  padding-top: 25px;
}
.reviewSwiper{
  margin-top: 20px;
  border-top: 1px solid #E9E9E9;
  padding-top: 10px;
}
 .reviewSwiper .swiper-pagination-bullet-active{
  background-color: var(--background-color) !important;
}
.RelatedBooks{
  margin-top: 20px;
  border-top: 1px solid #E9E9E9;
  padding-top: 20px;
}
.RelatedBooks .relatedBookCard{
  border-radius: 4.47px;
border: 0.559px solid rgba(0, 0, 0, 0.10);
background: #FFF;
padding: 10px;
}
.RelatedBooks .bookCardHead{
  margin-bottom: 10px;
}
.RelatedBooks .bookCardHead img{
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.RelatedBooks .relatedProdContent{}

.RelatedBooks .relatedProdContent h5{
  color: #000; 
font-size: 17.88px; 
font-weight: 500; 
}
 
.relatedBookCard .c-rating-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

/* rating component  */
.relatedBookCard .c-rating {
  display: none;
}
.relatedBookCard .c-rating + label {
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: white url("../images/other/star.png") no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.relatedBookCard .c-rating + label:hover,.relatedBookCard  .c-rating + label:hover ~ label {
  background-image: url("../images/other/checkStar.png");  
}
.relatedBookCard .c-rating:checked + label,.relatedBookCard  .c-rating:checked ~ input + label {
  background-image: url("../images/other/checkStar.png");
}

.relatedBookCard .c-rating:disabled + label,
.relatedBookCard .c-rating[disabled] + label {
  cursor: default;
  pointer-events: none;
}

.relatedBookCard .c-rating--medium + label {
  width: 50px;
  height: 50px;
}

.relatedBookCard .c-rating--large + label {
  width: 75px;
  height: 75px;
}
.relatedProdContent .offRating{
  color: #F80404; 
  font-size: 13px; 
  font-weight: 600; 
  margin-left: 5px;
}
.relatedBookCard .ratingStars{
  display: flex;
  align-items: center;
}
 
.ralatedproductFooter .addCardBtn{
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  border-radius: 8px;
  background: #002655;
  padding: 10px 12px;
  border: none;
}
.ralatedproductFooter{
 display: flex;
 align-items: center;
 margin-top: 5px;
}
.ralatedproductFooter .FooterPriceArea{
  margin-left: 10px;
}
.ralatedproductFooter .FooterPriceArea span{
  color: #828282;
text-align: center; 
font-size: 11px; 
font-weight: 500; 
text-decoration: line-through;
}
.ralatedproductFooter .FooterPriceArea .FooterPrice{
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 15px; 
  font-weight: 600;
} 

.lailaModal{}
.lailaModal .modal-content{
  border-radius: 22px;
  padding: 15px 0;
}
.lailaModal .modal-header{
  padding: 15px 30px;
  border: none;

}

.lailaModal .LailaModalHead{}
.lailaModal .LailaModalHead h1{
  color: #000; 
  font-size: 16px;
  font-style: normal;
  font-weight: 500; 
  text-transform: capitalize;
}
.lailaModal .LailaModalHead p{
  color: #A8A8A8; 
font-size: 14px;
font-style: normal;
font-weight: 400; 
margin-bottom: 0;
}
.lailaModal .CloseBtn{
  position: absolute;
  right: 20px;
  top: 20px;
  background: #D9D9D94D;
  border-radius: 50%;
  color: black;
  width: 34px;
  height: 34px;
  border: none;
  display: flex
;
  padding-bottom: 4px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}
.lailaModal .modal-body{
  padding: 15px 30px;
}

.reviewModal .c-rating-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

/* rating component  */
.reviewModal .c-rating {
  display: none;
}
.reviewModal .c-rating + label {
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: white url("../images/other/bigstar.png") no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
.reviewModal .c-rating + label:hover, .reviewModal  .c-rating + label:hover ~ label {
  background-image: url("../images/other/bigstarYellow.png");
}
.reviewModal .c-rating:checked + label,.reviewModal  .c-rating:checked ~ input + label {
  background-image: url("../images/other/bigstarYellow.png");
}

.reviewModal .c-rating:disabled + label,
.reviewModal .c-rating[disabled] + label {
  cursor: default;
  pointer-events: none;
}

.reviewModal .c-rating--medium + label {
  width: 35px;
  height: 35px;
}

.reviewModal .c-rating--large + label {
  width: 75px;
  height: 75px;
}
.reviewwAdding{
  display: flex;
  align-items: flex-end;
}
.reviewStarValue{
  color: #000; 
  font-size: 21.104px; 
  font-weight: 500; 
  margin-left: 15px;
}
.reviewStarValue span{
  color: #878787; 
  font-size: 16.414px;  
}
  
.lailaModal textarea{
  margin-top: 15px;
  width: 100%;
  border-radius: 8px;
border: 1px solid rgba(0, 0, 0, 0.20);
padding: 10px;
}
.reviewAddBtns{
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.reviewAddBtns .btnCancel{
  border-radius: 5px;
  border: 1px solid #002655;
  width: 49%;
  text-align: center;
  padding: 10px 15px;
  background-color: white;
  color: #002655;  
font-size: 14px; 
font-weight: 500;  
}
.reviewAddBtns .btnAdd{
  border-radius: 5px;
  border: none;
  width: 49%;
  text-align: center;
  padding: 10px 15px;
  background-color: #002655;
  color: white;  
font-size: 14px; 
font-weight: 500; 
}
.succesMsg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.succesMsg img{
  width: 100px;
}
.succesMsg p{
  color: #000;
text-align: center; 
font-size: 18px; 
font-weight: 500; 
text-transform: capitalize;
}
.menuForMobile{
  display: none;
}
.mobileMenuBar{
  display: none !important;
}
.ebook_image{
  display: flex;
  justify-content: center;
}
.productsmall__slider__item video{
  width: 100%;
  height: 100%;
  background: black;
}
.playerCard{
  width: 100%;
  height: 100%;
  background-color: var(--background-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.playerCard img{
  width: auto !important;
  height: auto !important;
} 

.error-message {
  display: none;
  color: #ff0000;
  background-color: #ffecec;
  border: 1px solid #ff5c5c;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.rating { 
  display: flex; 
  flex-direction: row-reverse; 
  justify-content: start 
 } 
  
 .rating>input { 
  display: none 
 } 
  
 .rating>label { 
  position: relative; 
  width: 1em; 
  font-size: 30px; 
  font-weight: 300; 
  color: #ECBE3F; 
  cursor: pointer 
 } 
  
 .rating>label::before { 
  content: "\2605"; 
  position: absolute; 
  opacity: 0 
 } 
  
 .rating>label:hover:before, 
 .rating>label:hover~label:before { 
  opacity: 1 !important 
 } 
  
 .rating>input:checked~label:before { 
  opacity: 1 
 } 
  
 .rating:hover>input:checked~label:before { 
  opacity: 0.4 
 } 
  
 .buttons { 
  top: 36px; 
  position: relative 
 } 
  
 .rating-submit { 
  border-radius: 8px; 
  color: #fff; 
  height: auto 
 } 
  
 .rating-submit:hover { 
  color: #fff 
 }

 
.product_view_content{
  border-radius: 8px;
border: 1px solid rgb(0 0 0 / 4%);
 margin-top: 15px;
background: #f2f2f2a4;
padding: 20px;
display: flex;
}
.product_image {
  width: 120px;
  aspect-ratio: 1; 
  border-radius: 4.506px;
  border: 0.901px solid rgba(0, 0, 0, 0.15);
  background: #FFF;
  padding: 10px;
  flex-shrink: 0;
}
.product_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_title{
  padding-left: 15px;
}
.product_title h5{
  white-space: normal;
  color: #000;
font-family: Inter;
font-size: 21.714px;
font-style: normal;
font-weight: 500;
line-height: 34px; /* 156.579% */
}
.product_title p{
  color: #000;
font-family: Inter;
font-size: 21.714px;
font-style: normal;
font-weight:500;
line-height: 34px; /* 156.579% */
}
.purchase_modal .modal-content{
 padding: 20px;
 border-radius: 20px;
}
.product_close {
  border: none;
  background: no-repeat;
  position: absolute;
  top: -7px;
  width: 30px;
  right: -6px;
}

.videoplayerCard{
  width: 100%;
 }
 .videoplayerCard video{
  width: 100%;
  border-radius: 5px;
 }
 .updateBtn{
  border-radius: 7.575px;
background: #002655;
color: #FFF; 
font-size: 15px;  
width: 100%;
padding: 12px 12px;
font-weight: 500;
line-height: normal;
border: none;
 }
.noCoupon{
  padding: 10px 10px;
  background: #ea4c4c29;
  text-align: center;
  border: 1px solid red;
  border-radius: 9px;
}
.no_address{
  padding: 10px 10px;
  background: #ea4c4c29;
  text-align: center;
  border: 1px solid red;
  border-radius: 9px;
  margin-top: 10px;
}

 /* .lailaSubmitBtn {
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}  */
  .register_modal .modal-dialog{
    max-width: 440px;
  }

  ::placeholder {
    color: #BABABA;
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: #BABABA;
  }
  header.fixed{
    position: fixed;
    width: 100%;
  }
  .ebookont{
    color: #000; 
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 36px; /* 180% */
  }
  .lailaModal .modal-dialog{
    max-width: 450px;
  }
  .reviewModal .modal-header{
    padding-bottom: 0;
  }
  .reviewModal .modal-body{
padding-top: 5px;
  }
  .starvalue{
    color: #878787;
font-size: 16.414px;
font-weight: 500;
line-height: 22.277px;
margin-top: 8px;
  }
  .starvalue span{
    color: #000;
font-size: 21.104px;
font-weight: 500;
margin: 0 5px;
line-height: 22.277px; /* 105.556% */
  }
  .downloadBtn{
    color: #002655;
text-align: center; 
font-size: 14px; 
font-weight: 500;
line-height: 19px; /* 135.714% */
text-transform: capitalize;
  }

  #v-pills-profile .table thead th{
  border-bottom: none;
  font-weight: 500;
  }
  .purchase_modal {

  }
  .adrdressEdit{
    margin-right: 10px;
border-right: 1px solid rgba(0, 0, 0, 0.20);
  }
  .iti{
    width: 100%;
  }
  input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}


#saveInfo {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #292D32;
  border-radius: 7px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

/* Custom checked state */
#saveInfo:checked {
  background-color: #fff; /* Background color when checked */
  border-color: #292D32;
}

/* Create a checkmark */
#saveInfo:checked::before {
  content: '✔';
  font-size: 14px;
  color: #292D32;
  position: absolute;
  top: -1px;
  left: 3px;

}
.subject {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #292D32;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

/* Custom checked state */
.subject:checked {
  background-color: #292D32; /* Background color when checked */
  border-color: #292D32;
}

/* Create a checkmark */
.subject:checked::before {
  content: '✔';
  font-size: 9px;
  color: #fff;
  position: absolute;
  top: -7px;
  left: 3px;
}
.product_view_content{
  margin-bottom: 15px;
}
.product_view_content:last-child{
  margin-bottom: 0;
}
.starting_line{
  border-top: 1px solid   rgba(0, 0, 0, 0.15);
}
.ebook_content p span{
  background-color: transparent !important;
}
.term_privacy .title{
  font-size: 32px;
  text-align: center;
}