:root {
  --primary-color: #215592;
}
:root[data-theme=light] {
  --primary-color: #215592;
}
.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  transition: var(--transition);
  padding: 0px 0;
}
.consent-stack {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}
.consent-stack__header {
  display: grid;
  gap: 6px;
}
.consent-stack__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0f182c;
}
.consent-stack__subtitle {
  margin: 0;
  font-size: 14px;
  color: rgba(15, 24, 44, 0.7);
}
.consent-checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #cdd7e5;
  border-radius: 14px;
  background-color: #ffffff;
  box-shadow: 0 6px 14px rgba(15, 24, 44, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.consent-checkbox:hover {
  border-color: var(--primary-color);
  box-shadow: 0 8px 18px rgba(33, 85, 146, 0.12);
}
.consent-checkbox:focus-within {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(33, 85, 146, 0.16);
}
.consent-checkbox__input {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 2px solid rgba(33, 85, 146, 0.45);
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  place-content: center;
  flex-shrink: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}
.consent-checkbox__input::before {
  content: "";
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: transform 0.15s ease-in-out;
  clip-path: polygon(16% 44%, 0 64%, 46% 100%, 100% 14%, 82% 0, 42% 66%);
  background: var(--primary-color);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.consent-checkbox__input:focus-visible {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(33, 85, 146, 0.25);
}
.consent-checkbox__input:checked {
  border-color: var(--primary-color);
  background: linear-gradient(180deg, rgba(33, 85, 146, 0.12) 0%, rgba(33, 85, 146, 0.04) 100%);
}
.consent-checkbox__input:checked::before {
  transform: scale(1);
}
.consent-checkbox__label {
  margin: 0;
  cursor: pointer;
}
.consent-checkbox__text {
  display: block;
  color: #0f182c;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  text-align: start;
}
.consent-checkbox__text a {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
.consent-checkbox__text a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -2px;
  height: 2px;
  background: linear-gradient(90deg, rgba(33, 85, 146, 0), rgba(33, 85, 146, 0.65), rgba(33, 85, 146, 0));
  transition: opacity 0.2s ease;
  opacity: 0.8;
}
.consent-checkbox__text a:hover::after {
  opacity: 1;
}
.consent-stack__captcha {
  padding: 18px;
  border: 1px solid #cdd7e5;
  border-radius: 14px;
  background-color: #ffffff;
  box-shadow: 0 6px 14px rgba(15, 24, 44, 0.06);
  display: flex;
  justify-content: center;
}
.consent-stack__captcha > div {
  margin-inline: auto;
}
[dir="rtl"] .consent-stack__header {
  text-align: right;
}
[dir="rtl"] .consent-stack__title {
  font-size: 18px;
}
[dir="rtl"] .consent-stack__subtitle {
  font-size: 14px;
}
[dir="rtl"] .consent-checkbox {
  grid-template-columns: 1fr auto;
}
[dir="rtl"] .consent-checkbox__label {
  order: 1;
}
[dir="rtl"] .consent-checkbox__input {
  order: 2;
}
[dir="rtl"] .consent-checkbox__text {
  text-align: right;
}
[dir="rtl"] .consent-stack__captcha {
  justify-content: center;
}
.consent-checkbox + .text-danger {
  margin-top: 8px;
}
.header-wrapper .main-menu {
  position: relative;
  display: flex;
  align-items: center;
}
.login__form form input {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid var(--border);
    transition: var(--transition);
    border-radius: 10px;
    color: var(--white);
    background-color: transparent;
}
.form-area form button {
    color:#fff;
}
.login__form form button:hover {
    border: 1px solid;
}
.category__image .category-icon {
    font-size: 40px;
}
.category-two__item:hover .category__image .category-icon {
    background-color: rgb(33 85 146);
    color: #fff;
}
.stats {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-direction: row;
}
ul.account-menu li {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 16px;
    margin: 6px 0px;
}
.footer__copy-text p a {
    color: #e0cf27;
}

.card{

    position: relative;
    background-color: #225181;
padding: 10px 0px;
    border:none;


}

.content{

  z-index: 10;
}

.logo{

  margin-bottom: 50px;
}


.off{

      line-height: 0px;
}

.off h1{

  font-size: 80px;
}

.off span{

  margin-right: 111px;
}


.plus{
  font-size: 23px;
}

.code{

  text-transform: uppercase;
  padding: 10px;
  background-color: #fff;
  color: red;
  font-size: 20px;
}

.cross-bg{

  height: 100%;
  width: 100%;
  position: absolute;

    background-color: #2c659f;

  left: 0px;
    top: 0px;
    opacity: 0.4;
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    z-index:1;
}

input.code-used {
    text-decoration: line-through;
    color: #8d0000;
}
.used-label {
    background: #dd0000;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 17px;
}
.used-label h2 {
    font-size: 17px;
    color: #fff;
}
.language-switcher a {
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    transition: 0.2s;
    font-size: 14px;
}
.language-switcher a.active {
    background-color: #ffffff33;
    font-weight: bold;
}
.language-switcher img {
    display: inline-block;
}
.myaccount:hover i {
    color: #000;
}
.myaccount i {
    display: none;
}
@media screen and (max-width:767px) {
    .black-area .btn-one, .black-area .btn-one-light, .black-area .btn-two {
    background-color: #194e8d00;
    color: var(--black);
    border: 1px solid #ffffff;
    padding: 3px 10px !important;
}
.check-product {
    display: none;
}
    .myaccount i {
    display: none;
}
.cart-item {
    text-align: center;
}
.myaccount {
    height: 38px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
/* .myaccount span {
    display: none;
} */
.stats {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-direction: column;
}
.stats h4 {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
.blog-slingle.blog-area .item {
    padding: 10px;
    border-radius: 10px;
}
.login__item {
    padding: 15px;
}
.right-item.item.bor h2 {
    font-size: 30px;
}
span#voucher_code {
    font-size: 14px;
}
}
