.content-container h1,
.content-container h2 {
  text-align: center;
}
#return_form .form-control,
#customer_login .form-control {
  box-sizing: border-box;
}
h1,.content-container h1 {
  /* font-size: 10rem;
  line-height: 8.5rem;
  font-family: Akkordeon Three;
  font-weight: 400;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-align: center;
  color: #14145a; */
    font-family: 'Sailec';
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #14145a;
    padding-bottom: 0;
}
.account-newsletter .content-container h1 {
  font-size: 2rem;
}
/* h1.h-style-1 {
  text-transform: capitalize;
} */
#customer_login .forgot a {
  font-family: "Sailec Medium";
  text-decoration: underline;
}
.h-style-4 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  font-family: "Sailec";
  text-align: left;
}

.content-container h2.h-style-4 {
  text-align: left;
}

.text-danger {
  color: red;
}

a.agree {
  text-decoration: underline;
}

.button_flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4rem;
}

.button_flex .pull-right .rounded-button.blue-button a {
  padding: 1.5rem;
}

/* .container h1 {
  padding-top: 120px;
  padding-right: 54rem;
  font-family: sans-serif;
  font-size: 3rem;
  line-height: 8.5rem;
  font-weight: 400;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #14145a;
} */

label.control-label h2.Subscribe {
  color: #14145a;
}

.col-sm-10.text-center.newsletter_chane {
  text-align: center;
  font-size: 18px;
  padding-bottom: 22px;
}

.col-sm-10.text-center.newsletter_chane label.radio-inline {
  padding-left: 24px;
  padding-right: 26px;
}

form#customer_login a {
  font-family: "Sailec Regular";
}

h2 {
  font-size: 2rem;
  line-height: 2.8rem;
}

.blue-button {
  border-color: #1e73dc;
  background-color: #1e73dc;
  transition: all 0.25s ease;
}

.blue-button a {
  color: #fff;
  transition: color 0.25s ease;
}

.header-spacer {
  display: block;
  /*height: 40px;*/
}

.form-control {
  border-radius: 0 !important;
  border: 1px solid #eaeaea !important;
  background: #fff !important;
  padding: 10px !important;
  width: 100%;
  height: 45px;
  box-sizing: border-box;
  padding: 0 10px !important;
  font-family: "Sailec Regular";
}

.return_form .form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #eeeeee !important;
  background: #fafafe !important;
  border-radius: 8px !important;
  font-size: 14px;
  color: #333;
  outline: none;
  transition: border-color 0.2s ease;
}

p.p-t-2 {
  color: #a8a8bd;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0.3rem;
  font-family: "Sailec Regular";
  font-size: 0.75rem;
}

.order_not_match_error {
  padding-bottom: 20px;
}

.agree_warning {
  padding-top: 20px;
}

.info-box a {
  text-decoration: underline;
  /* color: #14145a;
    font-size: 0.95rem; */
}

.info-box a:hover {
  color: #f07350;
}

.hr_line {
  border: 1px solid #f7f7f9;
  color: #f7f7f9;
}

h3.whats_problem {
  padding-bottom: 20px;
}

.form-group.required.problem_find .radio {
  background: #fafafb;
  padding: 1rem;
  border-radius: 5px;
}

.form-group.required.problem_find .radio label {
  font-size: 15px;
}

.problem_find .flex-grid {
  gap: 16px;
}

input::placeholder {
  color: #b8b8c4;
}

input:focus {
  border-color: #c5c5d6;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(180, 180, 200, 0.15);
}

input#input-telephone.form-control {
  padding: 0 0 0 88px !important;
}

.form-group {
  margin-bottom: 20px;
}

label.control-label {
  font-size: 12px;
  padding: 6px 0px;
  color: #666;
  display: block;
  font-family: "Sailec Regular";
}

input::-webkit-input-placeholder {
  font-family: "Sailec Regular" !important;
}

label.control-label {
  padding: 10px 0;
}

.account-account label.control-label {
  font-size: 12px;
}

#customer_login .form-control {
  font-size: 15px;
}

.account-newsletter .button,
.account-newsletter .btn.btn-primary,
.account-newsletter .btn {
  border: none !important;
  background: none !important;
  border-radius: 0px;
      display: inline-block;
    padding: 0 2.5rem 0;
}

/* .account-newsletter .buttons.clearfix {
  display: flex;
  text-align: inherit;
  justify-content: space-around;
} */

/* .account-newsletter .buttons.clearfix>div.pull-left {
    float: left;
} */

/* .account-newsletter .buttons.clearfix>div.pull-right {
    float: right;
    padding-left: 9rem;
} */

.generic-text-section ul li {
  padding-bottom: 1rem;
  line-height: 1.4rem;
  list-style: disc;
}
.box-no-advanced.box .box-content {
  /* border: 2px solid #23966a !important; */
  /* max-width: 300px !important; */
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
}

/* .box-no-advanced.box .box-content a {
    color: #428bca;
    text-decoration: none;
    display: block;
    padding: 0px 30px 0px 30px;
    line-height: 35px;
    margin-top: 5px;
}

.box-no-advanced.box .box-content .list-group {
    list-style: none;
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
} */

.box-no-advanced.box .box-content .list-group {
  border: none;
  background: transparent;
  max-width: 360px;
  margin-left: auto;
  font-family: "Sailec";
}

/* Menu items */
.box-no-advanced.box .box-content a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  background: #f6f6f6;
  color: #14145a;

  border: none;
  border-radius: 12px;

  padding: 14px 18px;
  margin-bottom: 12px;

  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

/* Hover */
#column-right .list-group-item:hover {
  background: #ededed;
}

/* My Account bold */
#column-right .list-group-item.active {
  font-weight: 600;
}

/* Arrow for normal items */
#column-right .list-group-item::after {
  content: "›";
  font-size: 18px;
  color: black;
}

/* Logout item spacing */
#column-right .list-group-item[href*="logout"] {
  margin-top: 20px;
  position: relative;
  padding-right: 50px; /* icon ke liye space */
}

/* Remove arrow for logout */
#column-right .list-group-item[href*="logout"]::after {
  content: "›";
  position: absolute;
  right: 18px;
  width: 18px;
  height: 18px;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}
.buttons.clearfix .rounded-button input.btn.btn-primary {
    border: none;
    background: none;
}
.blue-button input {
  color: #fff;
  transition: color 0.25s ease;
  background: no-repeat;
  border: none;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  /* padding: 0.25rem 2.5rem 0; */
  font-family: "Sailec Regular";
  font-size: 16px;
}
/* .generic-text-section *{
    box-sizing: border-box;
} */
#customer_edit .buttons.clearfix {
  margin-bottom: 40px;
}

.account-forgotten .buttons.clearfix > .pull-right,
div#account-reset .buttons.clearfix > .pull-right {
  float: right;
}

div#account-reset h1 {
  padding-top: 11rem;
}

.account-return-add
  .return_selection
  label.col-sm-2.control-label.reason_entry {
  display: inherit;
  font-size: 14px;
}

.account-forgotten .buttons.clearfix > .pull-left,
div#account-reset .buttons.clearfix > .pull-left {
  float: left;
}

.account-return-add .rounded-button.blue-button .btn.btn-primary {
  border: none !important;
  background: none !important;
}

/*.account-forgotten a.btn.btn-default,
.account-forgotten input.btn.btn-primary,*/
div#account-reset a.btn.btn-default,
div#account-reset input.btn.btn-primary {
  border: 1px solid #f07350 !important;
  background: #f07350 !important;
  border-radius: 18px;
  align-items: center;
  padding: 3px 30px;
  color: #fff;
  height: 2rem;
  box-sizing: border-box;
}

/*.account-forgotten a.btn.btn-default:hover,
.account-forgotten input.btn.btn-primary:hover,*/
div#account-reset a.btn.btn-default:hover,
div#account-reset input.btn.btn-primary:hover {
  border: 1px solid #14145a !important;
  background: #14145a !important;
  color: #fff;
}

table.table.table-bordered.table-hover {
  border: 1px solid #eeeeee;
  padding: 5px;
}

table.attribute,
table.list,
.wishlist-product table,
.wishlist-info table,
.compare-info,
.checkout-product table,
.table {
  border-collapse: separate;
  border-spacing: 0;
  border: solid #e5e5e5 1px;
  width: 100%;
  margin: 0px 0px 30px 0px;
  background: #fff;
  transition: all 0.1s ease-in-out;
}

table {
  max-width: 100%;
  background-color: transparent;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

table.attribute td,
table.list td,
.wishlist-product table td,
.wishlist-info table td,
.compare-info td,
.checkout-product table td,
.table td {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 20px 30px 16px 30px;
  text-align: left;
  vertical-align: top;
}

.container {
  padding: 0 1.5rem !important;
}

.account-logout aside#column-right {
  max-width: 400px;
}

.account-logout aside#column-right a {
  display: flex;
  margin: 13px;
}

/*Add Css*/

.content-container h2 {
  font-family: Sailec Medium;
  padding-bottom: 1.25rem;
  font-weight: 700;
}

/* .account-return-add .form-group.required label::after, */
.account-return-add .return_selection legend:after {
  content: " * ";
  color: red;
  font-weight: bold;
  font-size: 14px;
}

.account-return-add .form-group.required.product_info label:after {
  content: "";
}

.account-return-add .form-group.required .radio label:after {
  content: "";
}

.account-return-add .return_selection label.col-sm-2.control-label {
  display: none;
}

/* .account-return-add .form-group.required.product_info {
    display: none !important;
} */
.account-return-add textarea::-webkit-input-placeholder {
  font-family: "Sailec Regular" !important;
  /* padding: 12px; */
  color: #c9c9d6;
}

.checkbox {
  cursor: pointer;
}

.fixed-box {
  width: 99%;
  height: 120px;
  resize: none;
  padding: 12px !important;
  border-radius: 6px;
  border: 1px solid #fafafa;
  background: #fafafa;
  font-size: 14px;
  font-family: "Sailec Regular";
}

.white-btn {
  background: none;
  border-color: #14145a;
  color: #14145a;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  border-radius: 2.25rem;
  gap: 0.5rem;
}

.fixed-box:hover::placeholder,
.fixed-box:focus::placeholder,
.fixed-box:focus-visible::placeholder {
  color: #bcbccb;
}

.radio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 70px;
  gap: 16px 24px;
  margin-bottom: 20px;
}

.radio-option {
  background: #fafafb;
  border: 1px solid #fafafb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  height: 100%;
  font-size: 15px;
  color: #24245a;
  cursor: pointer;
}

.radio-option input[type="radio"] {
  margin: 0;
}

td.product_name {
  margin-bottom: -0.5rem;
  font-family: "Sailec Medium";
  font-size: 15px;
}

p.small_text {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: unset;
  padding-top: 0.5rem;
}

span.option_name {
  font-family: "Sailec Medium";
  font-size: 14px;
}

.fixed-box:hover,
.fixed-box:focus,
.fixed-box:focus-visible {
  outline: none;
  background: none;
}

a.rounded-button.white-btn.disabled {
  background: #e8e8ee;
  border-color: #e8e8ee;
  color: #fff;
  pointer-events: none;
  cursor: not-allowed;
}

label.col-sm-2.control-label.help_text {
  font-size: 25px;
  color: #14145a;
}

/* .account-account .generic-text-section .rounded-button {
    width: max-content;
} */

.rounded-button.blue-button.login_btn {
  width: 100%;
}

.text-success {
  color: #008000;
}

a.forgotten_pass {
  float: right;
  text-decoration: underline;
  font-weight: bold;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  /* text-decoration: none; */
  display: inline-block;
}

.button {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #fff;
  background-color: #14145a;
  border: 1px solid #14145a;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  font-family: Sailec;
  font-weight: 500;
  transition: all 0.2s;
  display: inline-flex;
}

.button:hover {
  background-color: #f07350;
  border-color: #14145a00;
}

.succes-button a:hover {
  color: #fff;
}
.img_success {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
#loading.loader-wrap {
  position: relative;
  display: inline-block;
  text-align: left;
  top: -57px;
  left: -23px;
  z-index: 99;
  width: 31%;
  height: 92%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cssload-box-loading {
  border: 10px solid #fff;
  border-top: 10px solid #3498db;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  animation: spin 1s linear infinite;
  z-index: 99;
}
#loading.loader-wrap i {
  position: absolute;
  color: #fff;
  font-size: 25px;
}
.form-group.btn-oid {
  margin-bottom: 3rem;
}
.box-heading {
  font-family: "Sailec";
  font-size: 2rem;
  line-height: 1.2;
  padding-bottom: 1.25rem;
  font-weight: 700;
}
.image_close {
  cursor: pointer;
}
.required-star {
  line-height: 1.2rem;
}

#customer_login .forgot {
  margin-bottom: 20px;
  text-align: end;
}
.account-success .box-no-advanced.box .box-content {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
}

.account-forgotten input {
  box-sizing: border-box;
}

.custom-buttons {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}

p.error_email {
  color: red;
  padding-top: 10px;
}

/* Dheeraj 27-02-2026 - Add css related to logout page */
.account-logout .generic-text-section .flex-grid .column-6 {
  text-align: center;
  grid-column: 2 / span 10;
}
.account-logout .generic-text-section .buttons .pull-right {
  float: unset;
  margin-bottom: 1rem;
}
/* .generic-text-section h1 {
  text-align: center;
  font-size: 10rem !important;
  line-height: 8.5rem;
  font-family: Akkordeon Three;
  font-weight: 400;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-align: center;
  color: #14145a;
  padding-top: 0;
  padding-right: 0;
} */
 .generic-text-section h1 {
    padding-bottom: 2.5rem;
 }
.subtitle {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.main_success {
  margin-left: 0;
}
/* Dheeraj 27-02-2026 - Add css related to fogotten page */

.account-forgotten .generic-text-section .custom-buttons .rounded-button {
  cursor: pointer;
}
.account-forgotten .generic-text-section .content-container {
  text-align: center;
}

.account-address-edit input.btn.btn-primary {
    background: unset !important;
}
.account-address-add input.btn.btn-primary {
    background: unset !important;
}
.order_status{
  scrollbar-width: none;
}
/* End */
table.table.table-bordered.table-hover .blue-button {
    width: 120px;
}
.buttons.clearfix .blue-button{
    width: 150px;
}
.account-address .buttons.clearfix .rounded-button.blue-button {
    width: 182px;
}
@media screen and (min-width: 1080px) {
    .buttons.clearfix .pull-left{
        float: left;
    }
    .buttons.clearfix .pull-right{
        float: right;
    }
    .generic-text-section h1 {
        padding-bottom: 1.5rem;
    }
}
@media screen and (max-width: 1080px) {
  .generic-text-section .table-bordered .rounded-button {
    width: 70%;
  }
  .account-newsletter .content-container h1 {
    font-size: 1.5rem;
  }

  .buttons.clearfix .rounded-button {
    width: 100%;
  }
  .account-address .buttons.clearfix .rounded-button.blue-button{
    width: 100%;
  }

  /*      .custom-buttons {
		display:flex;
		gap: 12px;
	  }
.form-horizontal .form-control {
        width: 97%;
    } */

  .button_flex {
    gap: 0rem;
  }

  .button_flex .pull-left {
    padding-right: 2rem;
  } 

  .register_text {
    margin-bottom: -1.5rem;
  }

  #customer_login .form-control {
    width: 100%;
  }

  
  .generic-text-section .subtitle p {
    margin-top: 0;
  }
    .buttons.clearfix .pull-left{
        padding-bottom: 1rem;
    }
}
@media screen and (max-width: 991px){
  .content-container h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 770px) {
  .account-forgotten.generic-text-section > .flex-grid {
    padding: 30px;
  }
  .generic-text-section .table-bordered .rounded-button {
    width: 70%;
  }

  .table-bordered .rounded-button {
    width: 70%;
  }

  .buttons.clearfix .rounded-button {
    width: 100%;
  }
  .account-address .buttons.clearfix .rounded-button.blue-button {
      width: auto;
  }
  /* .form-horizontal .form-control {
        width: 97%;
    } */

  .register_text {
    margin-bottom: -1.5rem;
  }

  #customer_login .form-control {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .first-page-element {
    padding-top: 4rem;
  }
  form#customer_newspaper {
      padding-top: 60px;
  }
  div#account-reset h1 {
    padding-top: 5rem;
}

  section.simple-heading {
    padding: 30px 0 0 0;
  }
 .buttons.clearfix .pull-left{
        float: left;
    }
    .buttons.clearfix .pull-right{
        float: right;
  }

  .box-no-advanced.box .box-content .list-group {
    max-width: none;
  }
  .button_flex .pull-left {
    padding-right: 13rem;
  }
  .account-return-add h1,
  .account-forgotten h1 {
    font-size: 5rem;
  }

  .h-style-1 {
    font-size: 2rem;
  }

  .account-forgotten h1 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
    color: #14145a;
    font-family: "Sailec";
  }

  .account-logout .generic-text-section .flex-grid .md-column-12 {
    grid-column: span 12;
  }
  .content-container h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .main_success .border-top .container h1 {
    width: auto;
  }
}

@media screen and (max-width: 575px) {
  .generic-text-section h1 {
    font-size: 2.5rem !important;
    line-height: 3.5rem;
    letter-spacing: 0px;
    /* margin-top: 6rem !important; */
    text-align: center;
    width: auto !important;
}
form#customer_newspaper {
      padding-top: 0;
  }
  .button_flex .pull-left {
    padding-right: 2rem;
  }
 .buttons.clearfix .pull-left,.buttons.clearfix .pull-right{
    float: none;
}
  .box-no-advanced.box .box-content {
    max-width: unset;
  }

  .button_flex {
    flex-direction: column;
    gap: 1rem;
  }

  .custom-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width:479){
.content-container h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .account-return-add h1 {
    font-size: 4rem;
  }
}
