body {
  color: var(--primary);
  padding: 0;
  font-family: "Darker Grotesque", sans-serif;
  background: #2b2d2b;
}

::-webkit-scrollbar {
  display: none;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 100px;
  background-color: var(--hover-color);
}

:root {
  --hover-color: #fde0a6;
  --white: #fff;
  --primary: #d4d4d4;
}

/* COMPONENTS START */
.s-container {
  max-width: 1830px;
  padding: 0 45px;
  margin: 0 auto;
  width: 100%;
}

.banner-bg {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.banner-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.9;
  background: rgba(30, 30, 30, 0.70);
}

.page.single-page {
  color: #fff;
}

.page.single-page table td {
  background-color: transparent;
  color: #fff;
}

.page.single-page ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

.default-gradient-btn {
  background: linear-gradient(to left, #3a3a3a 0%, #BBBBBB 25%, #bbbbbb 50%, #bbbbbb 75%, #3a3a3a 100%);
  padding: 1px;
  border-radius: 100px;
  transition: all 300ms ease;
}

.default-bg {
  position: fixed;
  inset: 0;
  background: #2B2D2B;
  z-index: -1;
}

.default-breadcrumb {
  margin-top: 2rem;
}

.product-item-gradient .product-item .product-name {
  color: var(--primary);
  text-align: center;
  font-family: "Berkshire Swash";
  font-size: 50px;
  font-weight: 400;
  /* 28% */
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-item-gradient .product-item .product-desc {
  color: var(--primary);
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  /* 53.846% */
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.product-item-gradient .product-item .product-price-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 42px;
}

.product-item-gradient .product-item .product-price-wrapper .product-discount {
  color: #808080;
  font-size: 24px;
  font-weight: 300;
  text-transform: capitalize;
  text-decoration: line-through;
}

.product-item-gradient .product-item .product-price-wrapper .product-price {
  color: #D4D4D4;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
}

.product-item-gradient .product-item .add-basket {
  border-radius: 80px;
  border: 1px solid #D4D4D4;
  background: rgba(212, 212, 212, 0.10);
  display: inline-flex;
  padding: 16px 44px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--primary);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
  transition: all 400ms ease;
}

.product-item-gradient .product-item .add-basket .add-basket-text {
  /* 106.667% */
}

.product-item-gradient {
  background: linear-gradient(to top, #3a3a3a 0%, rgb(187 187 187 / 50%) 55%, rgb(187 187 187 / 50%) 60%, rgb(187 187 187 / 50%) 0%, rgb(58 58 58 / 50%) 90%);
  padding: 0 1px;
  margin-top: 20px;
}

.product .product-wrapper .product-category-wrapper .product-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.40) 9%, rgba(187, 187, 187, 0.40) 49.5%, rgba(187, 187, 187, 0.40) 86.5%, rgba(58, 58, 58, 0.00) 100%);
}

.product-item-gradient:nth-child(3n) .product-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to left, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.40) 50%, rgba(187, 187, 187, 0.40) 100%, rgba(187, 187, 187, 0.40) 36.5%, rgba(58, 58, 58, 0.00) 100%);
}

.product-item-gradient:nth-child(3n+1) .product-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to left, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.40) 0, rgba(187, 187, 187, 0.40) 0%, rgba(187, 187, 187, 0.40) 36.5%, rgba(58, 58, 58, 0.00) 100%);
}

.product-item-gradient:nth-child(3n+2) .product-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(187, 187, 187, 0.40);
}

.product-item-gradient .product-item .add-basket .add-icon {}

.product-item-gradient .product-item .add-basket .add-icon svg {}

.product-item-gradient .product-item .add-basket .add-icon svg path {}

.login-alerts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.c-alert {
  display: flex;
  padding: 4px 10px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 100px;
  /* mix-blend-mode: multiply; */
}

.c-alert .c-alert-close {
  cursor: pointer;
}

.c-alert .c-alert-left {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 21px;
  font-weight: 500;
  /* 142.857% */
}

.c-alert .c-alert-left .c-alert-text {
  display: flex;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid;
  line-height: normal;
  background: var(--white);
  font-size: 20px;
}

.c-alert.c-alert-warning {
  background: #FFFAEB;
  color: #B54708;
}

.c-alert.c-alert-info {
  background: #EFF8FF;
  color: #1570EF;
}

.c-alert.c-alert-warning .c-alert-left {
  color: #B54708;
}

.c-alert.c-alert-info .c-alert-left {
  color: #1570EF;
}

.c-alert.c-alert-warning .c-alert-left .c-alert-text {
  border-color: #FEDF89;
}

.c-alert.c-alert-info .c-alert-left .c-alert-text {
  border-color: #D1E9FF;
}

.c-alert.c-alert-error {
  background: #FEF3F2;
  color: #B42318;
}

.c-alert.c-alert-success {
  background: #ECFDF3;
  color: #027A48;
}

.c-alert.c-alert-error .c-alert-left {
  color: #B42318;
}

.c-alert.c-alert-success .c-alert-left {
  color: #027A48;
}

.c-alert.c-alert-warning .c-alert-left .c-alert-text {
  border-color: #FEDF89;
}

.c-alert.c-alert-success .c-alert-left .c-alert-text {
  border-color: #A6F4C5;
}

.page-dark {
  background: #2B2D2B;
  position: fixed;
  inset: 0;
  z-index: -1;
}

.default-border-b {
  position: relative;
}

.default-border-b-md::after {
  width: 80%;
  margin: auto 0;
}

.default-border-b-md-r::after {
  width: 80%;
  margin-right: 0;
  margin-left: auto;
}

.default-border-b::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.30) 9%, rgba(187, 187, 187, 0.30) 49.5%, rgba(187, 187, 187, 0.30) 86.5%, rgba(58, 58, 58, 0.00) 100%);
  width: 100%;
}

.default-border-l {
  position: relative;
}

.default-border-l-md::after {
  height: 130%;
  margin: auto 0;
}

.default-border-l::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: linear-gradient(0deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.30) 9%, rgba(187, 187, 187, 0.30) 49.5%, rgba(187, 187, 187, 0.30) 86.5%, rgba(58, 58, 58, 0.00) 100%);
}


.default-border-t {
  position: relative;
}


.default-border-t-md::before {
  width: 75%;
}

.default-border-t::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.30) 9%, rgba(187, 187, 187, 0.30) 49.5%, rgba(187, 187, 187, 0.30) 86.5%, rgba(58, 58, 58, 0.00) 100%);
}

.stats-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.stats-item .stats-title {
  color: var(--primary);
  font-family: "Berkshire Swash";
  font-size: 100px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  line-height: normal;
}

.stats-item .stats-title:first-letter {
  font-size: 50px;
}

.stats-item .stats-desc {
  color: #D4D4D4;
  text-align: center;
  font-family: "Darker Grotesque";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  /* 106.25% */
}

.stats-item .stats-desc p {
  margin: 0;
}

.banner-bg-r {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.banner-bg-r::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.9;
  background: rgba(30, 30, 30, 0.70);
}

.default-transparent-btn {
  color: #DEDEDE;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
  background-image: url('./../img/button-b.svg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 11px 60px;
  border-radius: 100px;
}

.relative {
  position: relative;
  border-radius: 30px;
}

.rounded-b-32 {
  border-radius: 0 0 32px 32px;
}

.ui-widget-content {
  background: #2b2d2b;
  border-radius: 8px;
}

.ui-datepicker th {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.ui-datepicker .ui-datepicker-title select {
  border: 0;
  background: transparent;
  color: var(--primary);
}

.ui-datepicker .ui-datepicker-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: #2b2d2b;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  color: #fff;
  border-radius: 4px;
  text-align: center;
  border-color: #717271;
  border-radius: 2px;
  border: 1px solid var(--Dark-Green-dark-green-400, #555755);
  background: var(--Dark-Green-dark-green-400, #555755);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-widget-header {
  background: #2b2d2b;
  color: #fff;
  border-radius: 4px;
  border-color: transparent;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border-color: var(--green);
}

.ui-state-default,
.ui-widget-content .ui-state-default.ui-state-active {
  border-color: var(--green);
  background: var(--green);
}

.ui-widget.ui-widget-content {
  border: 1px solid rgba(250, 250, 250, 0.30);
  width: max-content;
}

.nice-select {
  width: 100%;
  border-radius: 32px;
  border: 1px solid #4E574E;
  padding: 20px 40px;
  background: transparent;
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  transition: all 400ms ease;
  height: 100%;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #4f4f4f;
}

.nice-select .list {
  background: #262826;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
}

.nice-select .option {
  padding: 8px 1.5rem;
}

.nice-select.open {
  border-radius: 32px 32px 0 0 !important;
}

.nice-select.open .list {
  border-radius: 0;
}

.card-wrap .nice-select {
  color: #000;
  padding: 12px 1rem;
  border-color: #ced6dd;
  border-radius: 0px;
}

.card-wrap .nice-select .option {
  background: #f4f4f4;
}

.basket .nice-select .list:hover .option:not(:hover) {
  background: #f4f4f4 !important;
}

.nice-select .list:hover .option:hover {
  background: #b7b7b7 !important;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background: #b7b7b7 !important;

}

/* VarsayÄ±lan after'Ä± iptal et ve svg ikonu uygula */
.nice-select:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M5.83268 11.7067C5.83752 11.7773 5.83694 11.7953 5.84896 11.8651C5.87609 12.0223 5.93565 12.1735 6.02315 12.3068C6.06737 12.3742 6.11882 12.4331 6.17371 12.4919L13.174 19.4922C13.2258 19.5405 13.2375 19.554 13.2941 19.5969C13.3575 19.645 13.426 19.6866 13.498 19.7208C13.8124 19.8704 14.1856 19.8704 14.5001 19.7208C14.5721 19.6866 14.6405 19.645 14.704 19.5969C14.7605 19.554 14.7723 19.5405 14.824 19.4922L21.8243 12.4919C21.8726 12.4402 21.8861 12.4283 21.9289 12.3719C22.0415 12.2236 22.1174 12.0486 22.1491 11.8651C22.1716 11.7342 22.1716 11.5996 22.1491 11.4686C22.131 11.3639 22.0986 11.2618 22.053 11.1658C21.8796 10.8013 21.5201 10.5476 21.1187 10.5063C20.96 10.49 20.7984 10.5066 20.6464 10.5549C20.5197 10.5951 20.4002 10.657 20.2944 10.7372C20.2378 10.7801 20.2261 10.7936 20.1743 10.8419L13.999 17.0172L7.82369 10.8419L7.76546 10.7875C7.71063 10.7429 7.69785 10.7302 7.63859 10.6913C7.52751 10.6185 7.40402 10.5648 7.27498 10.5333C7.17172 10.5082 7.06509 10.4972 6.95891 10.5008C6.55552 10.5146 6.17955 10.7433 5.98173 11.0951C5.91663 11.2109 5.87153 11.3377 5.84896 11.4686C5.83694 11.5385 5.83752 11.5565 5.83268 11.6271C5.83268 11.6536 5.83268 11.6802 5.83268 11.7067Z' fill='%23D4D4D4'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  transform: none;
  right: 1.5rem;
  top: 50%;
  position: absolute;
  pointer-events: none;
  transform: translateY(-50%);
  margin-top: 0;
  transform-origin: unset;
}

.nice-select.open:after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 8px;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  border-radius: 50%;
  border: 8px solid var(--Error-50, #FEF3F2);
  background: var(--Error-100, #FEE4E2);
  margin: 0;
  padding: 0;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
  font-size: 24px;
}

.jconfirm .jconfirm-box {
  border-radius: 12px;
  background: var(--Dark-Green-Main, #2B2D2B);
  box-shadow: -3px 19px 24px 19px rgba(255, 255, 255, 0.08), 0px 8px 8px 0px rgba(255, 255, 255, 0.03) !important;
  border: none !important;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  color: #EAEAEA;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  color: var(--white);
  text-align: center;
  /* Text sm/Regular */
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.jconfirm .jconfirm-box .jconfirm-buttons button:first-child {
  border-radius: 8px;
  border: 1px solid var(--Error-600, #D92D20);
  background: var(--Error-600, #D92D20);
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  color: #fff !important;
  flex: 1;
}

.jconfirm .jconfirm-box .jconfirm-buttons button:first-child:hover {
  background-color: unset !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons button {
  text-transform: capitalize !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons {
  width: 100%;
  display: flex;
  align-items: center;
}

.default-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 10%);
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 400ms ease;
}

.default-backdrop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.mybasket.payment .table th,
.mybasket.payment .table td {
  border: 1px solid #717271 !important;
}

.payment-credit-card-date {
  display: flex;
  align-items: center;
  gap: 1rem;
}

h3.user-head {
  border: none;
}

.belgeTablo tr td,
.belgeTablo tr th {
  border-color: #717271;
  color: #fff;
}

.belgeTablo tr td a {
  color: #fff;
}

.error-message {
  color: #ff4e4e;
  display: block;
  margin-top: 4px;
  position: absolute;
}

.hover-color {
  color: var(--hover-color);
}

.hover-color:hover {
  color: var(--green);
}

.c-pag .page-link {
  background: transparent;
  color: #fff !important;
  padding: 23px !important;
  font-size: 24px !important;

}

.c-pag nav ul.pagination li.page-item.active .page-link {
  background: #817045;
}

@media screen and (max-width: 1440px) {
  .product-item-gradient .product-item .add-basket {
    font-size: 24px;
    padding: 1rem 2rem 1.3rem;
  }



  .product-item-gradient .product-item .product-name {
    font-size: 42px;
  }
}

@media screen and (max-width: 1199px) {
  .stats-item .stats-title {
    font-size: 72px;
  }

  .stats-item .stats-desc {
    font-size: 28px;
  }
}

@media screen and (max-width: 991px) {
  .banner-bg {
    background-size: cover;
    background-position: left;
  }

  .banner-bg-r {
    background-size: cover;
    background-position: left;
  }

  .s-container {
    padding: 0 1.5rem;
  }

  .cvv-type img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .banner-bg-r {
    background-position: 30%;
  }

  .s-container {
    padding: 0 1rem;
  }

  .product-item-gradient .product-item .product-name {
    font-size: 24px;
  }

  .stats-item {
    width: 100%;
    flex-shrink: 0;
  }
}

/* COMPONENTS END */
/* BANNER START */
.banner {
  position: relative;
}

.banner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(180deg, rgba(43, 45, 43, 0.00) 0%, #2B2D2B 100%), linear-gradient(180deg, rgba(43, 45, 43, 0.00) 0%, #2B2D2B 100%);
  z-index: -1;
}


.banner .banner-bg img {}

.banner .banner-wrapper {
  position: relative;
}

.banner .banner-wrapper .banner-content {
  display: flex;
  padding-left: 120px;
  padding-top: 64px;
  padding-bottom: 2rem;
  justify-content: space-between;
  gap: 2rem;
}

.banner .banner-wrapper .banner-content .content-item {
  width: 60%;
  position: relative;
}

.banner .banner-wrapper .banner-content .content-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.30) 9%, rgba(187, 187, 187, 0.30) 49.5%, rgba(187, 187, 187, 0.30) 86.5%, rgba(58, 58, 58, 0.00) 100%);
}

.banner .banner-wrapper .banner-content .content-item .content-top {}

.banner .banner-wrapper .banner-content .content-item .content-top .item-header {
  display: grid;
  gap: 1rem;
  margin-bottom: 60px;
}

.banner .banner-wrapper .banner-content .content-item .content-top .item-header .item-title {
  color: var(--white);
  font-family: "Berkshire Swash";
  font-size: 27px;
  font-weight: 400;
  line-height: 32px;
  /* 118.519% */
  text-transform: capitalize;
  margin: 0;
}

.banner .banner-wrapper .banner-content .content-item .content-top .item-header .item-subtitle {
  color: var(--primary);
  font-size: 80px;
  font-weight: 700;
  line-height: 73px;
  /* 91.25% */
  text-transform: capitalize;
  margin: 0;
  max-width: 575px;
}

.banner .banner-wrapper .banner-content .content-item .content-top .item-header .item-desc {
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  text-transform: capitalize;
  max-width: 612px;
}

.banner .banner-wrapper .banner-content .content-item .content-top .item-header .item-desc p {
  margin: 0;
}

.banner .banner-wrapper .banner-content .content-item .content-top .item-footer {}

.banner .banner-wrapper .banner-content .content-item .content-top .item-footer .default-btn {
  display: flex;
  width: max-content;
  padding: 11px 60px 17px 60px;
  justify-content: center;
  align-items: center;
  border-radius: 70px;
  border: 1px solid var(--white);
  color: #DEDEDE;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  /* 106.667% */
  text-transform: capitalize;
  white-space: nowrap;
}

.banner .banner-wrapper .banner-content .content-item .content-bottom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.40) 9%, rgba(187, 187, 187, 0.40) 49.5%, rgba(187, 187, 187, 0.40) 86.5%, rgba(58, 58, 58, 0.00) 100%);
}

.banner .banner-wrapper .banner-content .content-item .content-bottom {
  padding-top: 50px;
  margin-top: 50px;
  width: 100%;
  position: relative;
}

.banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 5vw;
}

.banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .content-video {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .content-video .video-thumbnail {
  position: relative;
  display: inline;
  cursor: pointer;
}

.banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .content-video .video-thumbnail .thumbnail-image {
  width: 285px;
  height: 166px;
  border-radius: 30px;
  object-fit: cover;
}

.banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .content-video .video-thumbnail .video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 400ms ease;
}

.banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .content-video .video-thumbnail .video-icon img {}

.banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .content-video .video-title {
  color: var(--primary);
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
  /* 112.5% */
  text-transform: capitalize;
  margin: 0;
}

.banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .content-video .video-desc {
  color: var(--primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
  /* 112.5% */
  text-transform: capitalize;
  max-width: 309px;
}

.banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .content-video .video-desc p {
  margin: 0;
}

.banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .banner-navigation {
  display: inline-flex;
  flex-direction: column;
  gap: 1rem;
}

.banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .banner-navigation .nav-btn {
  cursor: pointer;
  transition: opacity 400ms ease;
  will-change: opacity;
}

.banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .banner-navigation .nav-btn.btn-prev {
  margin-left: -35px;
}

.banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .banner-navigation .nav-btn svg {}

.banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .banner-navigation .nav-btn svg path {}

.banner .banner-wrapper .banner-content .banner-swiper {
  position: relative;
  overflow: hidden;
  flex: 1;
}

.banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper {}

.banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper .swiper-slide {
  transition: transform 450ms ease;
  will-change: transform;
}

.banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper .swiper-slide .banner-product {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper .swiper-slide .banner-product .product-img-wrapper {
  position: relative;
  display: inline-flex;
}

.banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper .swiper-slide .banner-product .product-img-wrapper .product-image {
  object-fit: contain;
}

.banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper .swiper-slide .banner-product .product-img-wrapper .product-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper .swiper-slide .banner-product .product-name {
  color: var(--primary);
  text-align: center;
  font-family: "Berkshire Swash";
  font-size: 50px;
  font-weight: 400;
  /* 28% */
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper .swiper-slide .banner-product .product-desc {
  color: var(--primary);
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  /* 53.846% */
  text-transform: capitalize;
  margin: 0;
}

.banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper .swiper-slide .banner-product .product-price-wrapper {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: center;
}

.banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper .swiper-slide .banner-product .product-price-wrapper .product-discount {
  color: #808080;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  text-transform: capitalize;
  position: relative;
}

.banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper .swiper-slide .banner-product .product-price-wrapper .product-discount::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(199deg, transparent 49%, #808080 49%, #808080 51%, transparent 51%);
  pointer-events: none;
}

.banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper .swiper-slide .banner-product .product-price-wrapper .product-price {
  color: var(--primary);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
}

.banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper .swiper-slide:not(:last-child) .banner-product::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.30) 9%, rgba(187, 187, 187, 0.30) 49.5%, rgba(187, 187, 187, 0.30) 86.5%, rgba(58, 58, 58, 0.00) 100%);
}

.banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8);
}

@media screen and (max-width: 1440px) {
  .banner .banner-wrapper .banner-content {
    padding-left: 5vw;
  }

  .banner .banner-wrapper .banner-content .content-item {
    width: 50%;
  }

  .banner .banner-wrapper .banner-content .content-item .content-top .item-header .item-subtitle {
    font-size: 72px;
  }

  .banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .content-video .video-thumbnail .thumbnail-image {
    max-width: 200px;
    width: 100%;
  }

  .banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper {
    padding-right: 40px;
  }

  .banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .content-video .video-title {
    font-size: 32px;
  }

  .banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .content-video .video-desc {
    font-size: 20px;
    max-width: 260px;
  }

  .banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .banner-navigation {}

  .banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .banner-navigation .nav-btn.btn-prev {
    margin-left: -13px;
  }

  .banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .content-video {
    gap: 12px;
  }
}

@media screen and (max-width: 1199px) {
  .banner .banner-wrapper .banner-content {
    flex-direction: column;
  }

  .banner .banner-wrapper .banner-content .content-item {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .content-video .video-text-wrapper {
    display: none;
  }

  .banner .banner-wrapper .banner-content .content-item .content-bottom::before {
    display: none;
  }

  .banner .banner-wrapper .banner-content .content-item .content-bottom {
    margin: 0;
    padding: 0;
  }

  .banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .banner-navigation {
    display: none;
  }

  .banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper {
    justify-content: center;
    margin-bottom: 28px;
    padding-right: 0;
  }

  .banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .content-video .video-thumbnail .thumbnail-image {
    max-width: 250px;
  }

  .banner .banner-wrapper .banner-content .content-item .content-top .item-header .item-subtitle {
    font-size: 80px;
  }

  .banner .banner-wrapper .banner-content .content-item .content-top .item-header {
    gap: 1.5rem;
  }

  .banner .banner-wrapper .banner-content .banner-swiper {
    padding-right: 5vw;
  }

  .banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper .swiper-slide .banner-product .product-img-wrapper .product-image {
    max-width: 381px;
  }

  .banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    transform: unset;
  }
}

@media screen and (max-width: 767px) {
  .banner .banner-wrapper .banner-content .content-item .content-top .item-header .item-subtitle {
    font-size: 50px;
    line-height: 50px;
  }

  .banner .banner-wrapper .banner-content .content-item .content-top .item-header .item-desc {
    font-size: 18px;
    line-height: 24px;
  }

  .banner .banner-wrapper .banner-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .banner .banner-wrapper .banner-content .content-item::before {
    display: none;
  }

}

/* BANNER END */
/* LOGIN START */
.login {}

.login .login-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
}

.login .login-wrapper .login-area {
  border-radius: 50px;
  border: 1px solid #5F5F59;
  padding: 3rem 4rem;
  max-width: 630px;
  width: 100%;
  backdrop-filter: blur(2px);
}

.login .login-wrapper .login-area .login-title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1rem;
}

.login .login-wrapper .login-area .login-subtext {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 6px;
}

.login .login-wrapper .login-area .login-subtext a {
  color: inherit;
  font-weight: 600;
}

.login .login-wrapper .login-area .login-form {
  margin-top: 22px;
}

.login .login-wrapper .login-area .login-form form {
  width: 100%;
  display: grid;
  gap: 50px;
}

.login .login-wrapper .login-area .login-form form .login-input {
  position: relative;
}

.login .login-wrapper .login-area .login-form form .login-input label {
  color: #999;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.login .login-wrapper .login-area .login-form form .login-input .input-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #999;
  gap: 8px;
  transition: all 400ms ease;
}

.login .login-wrapper .login-area .login-form form .login-input .input-wrapper.active {
  border-color: #34a853;
}

.login .login-wrapper .login-area .login-form form .login-input .input-wrapper .input-left-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.login .login-wrapper .login-area .login-form form .login-input .input-wrapper .input-left-wrapper svg {
  flex-shrink: 0;
}

.login .login-wrapper .login-area .login-form form .login-input .input-wrapper .input-left-wrapper svg path {}

.login .login-wrapper .login-area .login-form form .login-input .input-wrapper input {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  border: 0;
  outline: none;
  width: 100%;
  border-radius: 0;
}

.login .login-wrapper .login-area .login-form form input::placeholder {
  color: #fff;
}

.login .login-wrapper .login-area .login-form form .login-input .input-wrapper .input-right-wrapper {
  position: relative;
  cursor: pointer;
}

.login .login-wrapper .login-area .login-form form .login-input .input-wrapper .input-right-wrapper .show-password {}

.login .login-wrapper .login-area .login-form form .login-input .input-wrapper .input-right-wrapper .show-password svg {}

.login .login-wrapper .login-area .login-form form .login-input .input-wrapper .input-right-wrapper .show-password svg g {}

.login .login-wrapper .login-area .login-form form .login-input .input-wrapper .input-right-wrapper .show-password svg g path {}

.login .login-wrapper .login-area .login-form form .login-input .input-wrapper .input-right-wrapper .show-password svg defs {}

.login .login-wrapper .login-area .login-form form .login-input .input-wrapper .input-right-wrapper .show-password svg defs #clip0_3_1492 {}

.login .login-wrapper .login-area .login-form form .login-input .input-wrapper .input-right-wrapper .show-password svg defs #clip0_3_1492 rect {}

.login .login-wrapper .login-area .login-form form .login-input .input-wrapper .input-right-wrapper .hide-password {
  display: none;
}

.login .login-wrapper .login-area .login-form form .login-input .input-wrapper .input-right-wrapper .hide-password.hide {
  display: block;
}

.login .login-wrapper .login-area .login-form form .login-input .input-wrapper .input-right-wrapper .show-password.show {
  display: none;
}

.login .login-wrapper .login-area .login-form form .login-input .login-remember {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.login .login-wrapper .login-area .login-form form .login-input .login-remember a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.login .login-wrapper .login-area .login-form form .login-input .login-remember .remember-input {
  display: flex;
  align-items: center;
  gap: 10px;
}

.login .login-wrapper .login-area .login-form form .login-input .login-remember .remember-input input {
  border-radius: 0;
  width: 15px;
  height: 15px;
  accent-color: #34a853;
}

.login .login-wrapper .login-area .login-form form .login-input .login-remember .remember-input label {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
}

.login .login-wrapper .login-area .login-form form .login-submit {
  display: grid;
  gap: 30px;
  align-items: center;
  text-align: center;
}

.login .login-wrapper .login-area .login-form form .login-submit .login-btn {
  border-radius: 32px;
  background: #34A853;
  width: 100%;
  outline: none;
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  border: 1px solid transparent;
  padding: 16px 0;
  transition: all 400ms ease;
}

.login .login-wrapper .login-area .login-form form .login-submit span {
  color: #B5B5B5;
  font-size: 21px;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0 50px;
}

.login .login-wrapper .login-area .login-form form .login-submit span::before,
.login .login-wrapper .login-area .login-form form .login-submit span::after {
  content: '';
  position: relative;
  top: 3px;
  height: 1px;
  background: linear-gradient(90deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.40) 9%, rgba(187, 187, 187, 0.40) 49.5%, rgba(187, 187, 187, 0.40) 86.5%, rgba(58, 58, 58, 0.00) 100%);
  flex: 1;
}

.login .login-wrapper .login-area .login-form form .login-submit .login-btn.outline-btn {
  background: transparent;
  border: 1px solid #fff;
  margin-top: 5px;
}

.form-captcha-wrapper {
  display: flex;
  width: 100%;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.form-captcha-wrapper .form-captcha-input {
  flex: 1;
  max-height: 100%;
  height: auto;
}

.form-captcha-wrapper .form-captcha-input input {
  display: flex;
  padding: 20px 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: 0;
  border-bottom: 2px solid #999;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
  height: 100%;
  transition: .4s;
  background: transparent;
  color: #fff;
  height: 50px;
}

.form-captcha-wrapper .form-captcha a {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  border-radius: 50%;
  color: var(--white);
  transition: .4s;
  will-change: transform;
}

.form-captcha-wrapper .form-captcha img {
  width: 100%;
  max-height: 50px;
  height: 100%;
}

.form-captcha-wrapper .form-captcha {
  position: relative;
  flex: 1;
  overflow: hidden;
  max-height: 100%;
  height: auto;
}

.form-aggrement .info-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.form-aggrement .info-text a {
  color: var(--hover-color);
}

.login .login-wrapper .login-area .login-form form .login-submit .login-btn.validate-error {
  background: #717271 !important;
  color: #d4d4d4;
  border-color: #717271 !important;
  cursor: not-allowed;
}

@media screen and (max-width: 767px) {
  .login .login-wrapper .login-area {
    padding: 1.5rem 2rem;
  }

  .login .login-wrapper .login-area .login-title {
    font-size: 28px;
  }

  .login .login-wrapper .login-area .login-form form {
    gap: 2rem;
  }

  .login .login-wrapper .login-area .login-form form .login-submit .login-btn {
    padding: 10px 0;
  }

  .login .login-wrapper .login-area .login-form form .login-submit {
    gap: 1rem;
  }

  .login .login-wrapper .login-area .login-form form .login-input .login-remember a {
    font-size: 14px;
  }

  .login .login-wrapper .login-area .login-form form .login-input .input-wrapper input {
    font-size: 16px;
  }

  .form-captcha-wrapper {
    flex-direction: column;
    gap: 0;
  }
}

/* LOGIN END */
/* PRODUCT LIST START */
.product {}

.product .product-wrapper {
  padding: 35px 0 4rem;
  position: relative;
}

.product .product-wrapper .product-filter-area {
  display: flex;
  justify-content: end;
  margin-bottom: 50px;
}

.product .product-wrapper .product-filter-area .product-sort-wrapper {
  position: relative;
  z-index: 1;
}

.product .product-wrapper .product-filter-area .product-sort-wrapper.active .default-gradient-btn {
  border-radius: 30px 30px 0 0;
}

.product .product-wrapper .product-filter-area .product-sort-wrapper .product-sort {
  display: flex;
  max-width: 267px;
  background: #2B2D2B;
  width: 100%;
  height: 70px;
  padding: 19px 35px 26px 35px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 70px;
  color: #999;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 24px;
  /* 80% */
  text-transform: capitalize;
  transition: all 300ms ease;
  z-index: 1;
  position: relative;
  cursor: pointer;
  width: 267px;
}

.product .product-wrapper .product-filter-area .product-sort-wrapper .product-sort-list-wrapper {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  background: linear-gradient(to top left, #3a3a3a 0%, #bbbbbb 25%, #bbbbbb 50%, #bbbbbb 75%, #3a3a3a 100%);
  padding: 1px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 30px;
  transition: all 300ms ease;
}

.product .product-wrapper .product-filter-area .product-sort-wrapper .product-sort-list-wrapper .product-sort-list-container {
  border-radius: 30px;
  background: #2B2D2B;
  padding: 26px 36px;
  padding-right: 32px;
  position: relative;
  display: flex;
  gap: 2rem;
  transition: all 300ms ease;
}

.product .product-wrapper .product-filter-area .product-sort-wrapper .product-sort-list-wrapper .product-sort-list-container::before {
  content: '';
  position: relative;
  width: 1px;
  height: auto;
  display: block;
  background: linear-gradient(0deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.30) 9%, rgba(187, 187, 187, 0.30) 49.5%, rgba(187, 187, 187, 0.30) 86.5%, rgba(58, 58, 58, 0.00) 100%);
}

.product .product-wrapper .product-filter-area .product-sort-wrapper.active .product-sort {
  border-radius: 30px 30px 0 0;
}

.product .product-wrapper .product-filter-area .product-sort-wrapper.active .product-sort-list-wrapper .product-sort-list-container {
  border-radius: 0 0 30px 30px;
}

.product .product-wrapper .product-filter-area .product-sort-wrapper.active .product-sort-list-wrapper {
  border-radius: 0 0 30px 30px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  top: 100%;
}

.product .product-wrapper .product-filter-area .product-sort-wrapper .product-sort-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.product .product-wrapper .product-filter-area .product-sort-wrapper .product-sort-list .sort-item {}

.product .product-wrapper .product-filter-area .product-sort-wrapper .product-sort-list .sort-item a {
  color: #999;
  font-size: 24px;
  font-weight: 400;
  line-height: 2rem;
  text-transform: capitalize;
}

.product .product-wrapper .product-category-wrapper {
  display: flex;
  gap: 2.25rem;
}

.product .product-wrapper .product-category-wrapper .category-gradient {
  background: linear-gradient(to top left, #3a3a3a 0%, rgb(187 187 187) 25%, rgb(187 187 187) 50%, rgb(187 187 187) 75%, #3a3a3a 100%);
  padding: 1px;
  border-radius: 12px;
  height: max-content;
  max-width: 447px;
  transition: all 400ms ease;
  width: 100%;
}

.product .product-wrapper .product-category-wrapper .product-category {
  border-radius: 12px;
  background: #2B2D2B;
  padding: 2rem 3rem;
  height: max-content;
}

.product .product-wrapper .product-category-wrapper .product-category .category-main-title {
  color: #999;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  /* 80% */
  text-transform: capitalize;
  margin-bottom: 2rem;
  font-family: "Berkshire Swash";
  position: relative;
}

.product .product-wrapper .product-category-wrapper .product-category .category-list {}

.product .product-wrapper .product-category-wrapper .product-category .category-list .category-item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.product .product-wrapper .product-category-wrapper .product-category .category-list .category-item.active a {
  color: #bc9143;
}

.product .product-wrapper .product-category-wrapper .product-category .category-list .category-item::before {
  content: '';
  position: relative;
  height: 1px;
  background: linear-gradient(90deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.40) 9%, rgba(187, 187, 187, 0.40) 49.5%, rgba(187, 187, 187, 0.40) 86.5%, rgba(58, 58, 58, 0.00) 100%);
}

.product .product-wrapper .product-category-wrapper .product-category .category-list .category-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  /* 100% */
  text-transform: capitalize;
  margin: 40px 0;
}

.product .product-wrapper .product-category-wrapper .product-category .category-list .category-item a span {}

.product .product-wrapper .product-category-wrapper .product-list {
  flex: 1;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.product-item-gradient .product-item {
  text-align: center;
  height: 100%;
  display: block;
  background: #2B2D2B;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-item-gradient .product-item a {
  flex: 1;
}

.product-item-gradient .product-item .product-img-wrapper {}

.product-item-gradient .product-img-wrapper .product-image {
  width: auto;
  height: 430px;
  object-fit: contain;
  will-change: transform;
  transition: transform 400ms ease;
}

.header-search-popup .product-item-gradient .product-img-wrapper .product-image {
  height: 320px;
}

.product .product-wrapper .product-category-wrapper .product-category .category-main-title .mobile-category-close {
  display: none;
}

@media screen and (max-width: 1440px) {
  .product .product-wrapper .product-category-wrapper .category-gradient {
    max-width: 400px;
  }

  .product .product-wrapper .product-category-wrapper .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1199px) {
  .product .product-wrapper .product-category-wrapper .category-gradient {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 13;
    transform: translateX(-150%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .product .product-wrapper .product-category-wrapper .product-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .product .product-wrapper .product-filter-area {
    justify-content: space-between;
  }

  .product .product-wrapper .product-filter-area .product-filter-btn {}

  .product .product-wrapper .product-filter-area .product-filter-btn .product-filter {
    display: flex;
    max-width: 267px;
    background: #2B2D2B;
    width: 100%;
    height: 70px;
    padding: 19px 35px 26px 35px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 70px;
    color: #999;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    transition: all 300ms ease;
    z-index: 1;
    position: relative;
    cursor: pointer;
  }

  .product .product-wrapper .product-category-wrapper .product-category .category-main-title .mobile-category-close {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 400ms ease;
  }

  .product .product-wrapper .product-category-wrapper .category-gradient.active {
    transform: unset;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

@media screen and (max-width: 991px) {
  .product .product-wrapper .product-category-wrapper .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .product .product-wrapper .product-category-wrapper .product-list {
    grid-template-columns: 1fr;
  }

  .product .product-wrapper .product-filter-area .product-sort-wrapper .product-sort {
    font-size: 24px;
  }

  .product .product-wrapper .product-filter-area .product-filter-btn .product-filter {
    font-size: 24px;
  }

  .product .product-wrapper .product-filter-area .product-sort-wrapper .product-sort-list-wrapper {
    position: fixed;
    bottom: -100%;
    top: unset !important;
  }

  .product .product-wrapper .product-filter-area .product-sort-wrapper.active .product-sort-list-wrapper .product-sort-list-container {
    border-radius: 12px 12px 0 0;
  }

  .product .product-wrapper .product-filter-area .product-sort-wrapper.active .product-sort-list-wrapper {
    border-radius: 12px 12px 0 0;
    bottom: 0;
  }

  .product .product-wrapper .product-filter-area .product-sort-wrapper.active .product-sort {
    border-radius: 100px;
  }

  .product .product-wrapper .product-filter-area .product-sort-wrapper.active .default-gradient-btn {
    border-radius: 100px;
  }

  .product .product-wrapper .product-filter-area .product-sort-wrapper {
    z-index: 13;
  }
}

/* PRODUCT LIST END */
/* PRODUCT DETAIL START */
.product-detail {}

.product-detail .detail-wrapper {
  padding: 50px 57px 85px;
}

.product-detail .detail-wrapper .detail-top-wrapper {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area {
  width: 40%;
  border-radius: 32px;
  border: 1px solid #4E574E;
  position: relative;
  padding: 36px 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .main-img-swiper {
  position: relative;
  overflow: hidden;
  flex: 1;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .main-img-swiper .swiper-wrapper {}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .main-img-swiper .swiper-wrapper .swiper-slide {}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .main-img-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-height: 600px;
  height: 100%;
  object-fit: contain;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .main-img-thumb-swiper {
  position: relative;
  overflow: hidden;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .main-img-thumb-swiper .swiper-wrapper {}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .main-img-thumb-swiper .swiper-wrapper .swiper-slide {}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .main-img-thumb-swiper .swiper-wrapper .swiper-slide .thumb-img-wrapper {
  position: relative;
  border: 1px solid #4E574E;
  border-radius: 12px;
  text-align: center;
  transition: all 400ms ease;
  cursor: pointer;
  padding: 4px;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .main-img-thumb-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .thumb-img-wrapper {
  border-color: var(--green);
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .main-img-thumb-swiper .swiper-wrapper .swiper-slide img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .product-features-vertical {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area::after {
  content: '';
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 25px;
  background: #4E574E;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .product-features-vertical .features-item-wrapper {
  background: linear-gradient(to left, #3a3a3a 0%, #BBBBBB 25%, #bbbbbb 50%, #bbbbbb 75%, #3a3a3a 100%);
  padding: 1px;
  border-radius: 100px;
  transition: all 300ms ease;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .product-features-vertical .features-item-wrapper .features-item {
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background: #3C3E3C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1px;
  text-align: center;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .product-features-vertical .features-item-wrapper .features-item .item-img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .product-features-vertical .features-item-wrapper .features-item .item-title {
  color: var(--primary);
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  /* 106.667% */
  text-transform: capitalize;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .product-features-vertical .features-item-wrapper .features-item .item-subtitle {
  color: var(--primary);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  text-transform: capitalize;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-info {
  border-radius: 32px;
  border: 1px solid #4E574E;
  padding: 36px 120px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-info .product-discount {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border: 2px solid #34A853;
  border-radius: 50%;
  background: #3C3E3C;
  color: #34A853;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  line-height: 32px;
  /* 106.667% */
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-info .product-discount span {}

.product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  padding-bottom: 56px;
  margin-bottom: 3rem;
  position: relative;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-top::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.40) 9%, rgba(187, 187, 187, 0.40) 49.5%, rgba(187, 187, 187, 0.40) 86.5%, rgba(58, 58, 58, 0.00) 100%);
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-top .detail-info-text {
  display: inline-flex;
  padding: 10px 46px 14px 46px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #5E615E;
  color: #9DA39D;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
  /* 80% */
  text-transform: capitalize;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-top .product-title {
  color: var(--primary);
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  line-height: 44px;
  /* 97.778% */
  margin: 0;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-top .product-desc {
  color: #AFABAB;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  /* 106.667% */
  text-transform: capitalize;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-top .product-desc p {
  margin: 0;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-bottom {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-bottom .info-price-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 61px;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-bottom .info-price-wrapper .info-price {
  color: var(--primary);
  text-align: center;
  font-size: 70px;
  font-weight: 600;
  line-height: 32px;
  /* 45.714% */
  text-transform: capitalize;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-bottom .info-price-wrapper .info-price .symbol {
  font-size: 40px;
  font-weight: 500;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-bottom .info-price-wrapper .info-discount {
  color: #808080;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 100% */
  text-transform: capitalize;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-bottom .info-price-wrapper .info-discount .line-through {
  text-decoration: line-through;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-bottom .info-price-wrapper .info-discount .symbol {
  font-size: 22px;
}

.product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-bottom .info-add-basket {
  display: flex;
  width: 100%;
  height: 80px;
  padding: 20px 0px 21px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 32px;
  background: #34A853;
  outline: 0;
  border: 0;
  color: var(--white);
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  /* 94.118% */
  text-transform: capitalize;
  transition: all 400ms ease;
}

.product-detail .detail-wrapper .detail-description-wrapper {
  border-radius: 32px;
  border: 1px solid #4E574E;
}

.product-detail .detail-wrapper .detail-description-wrapper .detail-description {
  max-width: 1270px;
  margin: 0 auto;
  padding: 50px 2rem;
}

.product-detail .detail-wrapper .detail-description-wrapper .detail-description .description-main-title {
  color: var(--white);
  text-align: center;
  font-family: "Berkshire Swash";
  font-size: 34px;
  font-weight: 400;
  line-height: 24px;
  /* 70.588% */
  text-transform: capitalize;
  padding-bottom: 50px;
  margin-bottom: 2rem;
  position: relative;
}

.product-detail .detail-wrapper .detail-description-wrapper .detail-description .description-main-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.40) 9%, rgba(187, 187, 187, 0.40) 49.5%, rgba(187, 187, 187, 0.40) 86.5%, rgba(58, 58, 58, 0.00) 100%);
}

.product-detail .detail-wrapper .detail-description-wrapper .detail-description p {
  color: var(--primary);
  text-align: center;
  font-size: 34px;
  font-weight: 400;
  line-height: 45px;
  /* 132.353% */
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .product-detail .detail-wrapper .detail-top-wrapper .detail-info {
    padding: 36px 50px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-top .product-title {
    font-size: 42px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-top .product-desc {
    font-size: 28px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-top {
    gap: 2.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-bottom .info-price-wrapper .info-price {
    font-size: 60px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-bottom .info-price-wrapper .info-discount {
    font-size: 28px;
  }
}

@media screen and (max-width: 1280px) {
  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-top .product-title {
    font-size: 32px;
    line-height: 32px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-top {
    gap: 2rem;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-top .product-desc {
    font-size: 24px;
    line-height: 24px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-bottom .info-price-wrapper .info-price {
    font-size: 48px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-bottom .info-price-wrapper {
    margin-bottom: 30px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-bottom .info-add-basket {
    height: 75px;
    font-size: 28px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-top .detail-info-text {
    font-size: 24px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .product-features-vertical .features-item-wrapper .features-item {
    width: 124px;
    height: 124px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .product-features-vertical {
    left: -62px;
    gap: 1rem;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .product-features-vertical .features-item-wrapper .features-item .item-title {
    font-size: 24px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .product-features-vertical .features-item-wrapper .features-item .item-subtitle {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  .product-detail .detail-wrapper .detail-top-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-img-area::after {
    display: none;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .main-img-swiper .swiper-wrapper .swiper-slide img {}

  .product-detail .detail-wrapper .detail-top-wrapper .detail-img-area {
    width: 70%;
    height: 600px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .product-discount {
    top: -20px;
    right: -20px;
    font-size: 24px;
    line-height: 24px;
    width: 100px;
    height: 100px;
  }

  .product-detail .detail-wrapper {
    padding: 50px 0 85px;
  }

  .product-detail .detail-wrapper .detail-description-wrapper .detail-description p {
    font-size: 28px;
    line-height: normal;
  }

}

@media screen and (max-width: 767px) {
  .product-detail .detail-wrapper .detail-top-wrapper .detail-info {
    padding: 0;
    border: 0;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-bottom .info-add-basket {
    height: 70px;
    font-size: 27px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-bottom .info-price-wrapper .info-price {
    font-size: 38px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-bottom .info-price-wrapper .info-discount {
    font-size: 34px;
    line-height: normal;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-img-area {
    width: 100%;
    padding: 36px 43px;
    height: auto;
    width: 90%;
    margin-right: -2rem;
  }

  .product-detail .detail-wrapper .detail-top-wrapper {
    gap: 30px;
    margin-bottom: 70px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-top .product-title {
    font-size: 30px;
  }

  .product-detail .detail-wrapper .detail-description-wrapper .detail-description .description-main-title {
    line-height: normal;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .product-detail .detail-wrapper .detail-description-wrapper .detail-description {
    padding: 1.5rem 1rem;
  }

  .product-detail .detail-wrapper .detail-description-wrapper .detail-description p {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .product-features-vertical .features-item-wrapper .features-item {
    width: 80px;
    height: 80px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .product-features-vertical .features-item-wrapper .features-item .item-title {
    font-size: 20px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .product-features-vertical .features-item-wrapper .features-item .item-subtitle {
    font-size: 14px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .product-features-vertical {
    left: -40px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .product-discount {
    display: none;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .main-img-swiper .swiper-wrapper .swiper-slide img {
    max-height: 400px;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-top .product-desc {
    font-size: 20px;
  }
}

/* PRODUCT DETAIL END */
/* PRODUCT SIMILAR START */
.product-similar {}

.product-similar .similar-wrapper {
  padding-bottom: 110px;
}

.product-similar .similar-wrapper .similar-main-title {
  color: var(--white);
  font-family: "Berkshire Swash";
  font-size: 40px;
  font-weight: 400;
  line-height: 32px;
  /* 80% */
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 53px;
  position: relative;
}

.product-similar .similar-wrapper .similar-main-title::after {
  content: '';
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.40) 9%, rgba(187, 187, 187, 0.40) 49.5%, rgba(187, 187, 187, 0.40) 86.5%, rgba(58, 58, 58, 0.00) 100%);
}

.product-similar .similar-wrapper .similar-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1199px) {
  .product-similar .similar-wrapper .similar-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 991px) {
  .product-similar .similar-wrapper .similar-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .product-similar .similar-wrapper .similar-list .product-item-gradient {
    flex: 1 0 50%;
    max-height: 100%;
    height: auto;
  }

  .product-similar .similar-wrapper .similar-list .product-item-gradient a.product-item {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .similar-list .product-item-gradient .product-item .product-name {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .product-similar .similar-wrapper .similar-list .product-item-gradient {
    flex: 1 0 100%;
  }
}

/* PRODUCT SIMILAR END */
/* ABOUT BANNER START */
.about {}

.about .about-wrapper {}

.about .about-wrapper .about-banner {
  height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.about .about-wrapper .about-banner .banner-img {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.about .about-wrapper .about-banner .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 32px 32px;
}

.about .about-wrapper .about-banner .banner-main-title {
  padding: 0 70px;
}

.about .about-wrapper .about-banner .banner-title {
  color: var(--primary);
  font-family: "Berkshire Swash";
  font-size: 32px;
  font-weight: 400;
  line-height: 88px;
  /* 275% */
  margin: 0;
}

.about .about-wrapper .about-banner .banner-subtitle {
  color: var(--primary);
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
  /* 100% */
  max-width: 792px;
  margin: 0;
}

.about .about-wrapper .about-main-desc-wrapper {
  border-radius: 32px;
  background: rgba(85, 87, 85, 0.01);
  backdrop-filter: blur(62px);
  -webkit-backdrop-filter: blur(62px);
  margin-top: -150px;
}

.about .about-wrapper .about-main-desc-wrapper .about-main-desc {
  color: var(--primary);
  font-size: 56px;
  font-weight: 500;
  line-height: 65px;
  /* 116.071% */
  padding: 44px 66px 83px;
  max-width: 93%;
  position: relative;
}

.about .about-wrapper .about-main-desc-wrapper .about-main-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(58, 58, 58, 0.00) 0%, rgba(187, 187, 187, 0.40) 9%, rgba(187, 187, 187, 0.40) 49.5%, rgba(187, 187, 187, 0.40) 86.5%, rgba(58, 58, 58, 0.00) 100%);
  width: 65%;
  margin: 0 auto;
}

.about .about-wrapper .about-main-desc-wrapper .about-main-desc p {
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .about .about-wrapper .about-main-desc-wrapper .about-main-desc {
    font-size: 42px;
    line-height: normal;
  }

  .about .about-wrapper .about-banner .banner-subtitle {
    font-size: 70px;
    line-height: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .about .about-wrapper .about-main-desc-wrapper .about-main-desc {
    font-size: 32px;
    padding: 3rem 2rem;
  }

  .about .about-wrapper .about-main-desc-wrapper {
    margin-top: -100px;
  }

  .about .about-wrapper .about-banner {
    height: calc(80vh - 150px);
  }

  .about .about-wrapper .about-banner .banner-subtitle {
    font-size: 50px;
  }
}

@media screen and (max-width: 991px) {
  .about .about-wrapper .about-banner {
    height: 650px;
    justify-content: start;
    padding-top: 100px;
  }

  .about .about-wrapper .about-banner .banner-title {
    line-height: normal;
  }

  .about .about-wrapper .about-banner .banner-subtitle {
    font-size: 60px;
  }

  .about .about-wrapper .about-main-desc-wrapper {
    margin-top: -270px;
  }

  .about .about-wrapper .about-main-desc-wrapper .about-main-desc {
    font-size: 45px;
    padding: 47px 44px;
    text-align: center;
  }

  .about .about-wrapper .about-banner {
    height: 650px;
    justify-content: start;
    padding-top: 100px;
  }

  .about .about-wrapper .about-banner .banner-title {
    line-height: normal;
  }

  .about .about-wrapper .about-banner .banner-subtitle {
    font-size: 60px;
  }

  .about .about-wrapper .about-main-desc-wrapper {
    margin-top: -290px;
    margin-bottom: 50px;
  }

  .about .about-wrapper .about-main-desc-wrapper .about-main-desc {
    font-size: 34px;
    padding: 47px 44px;
    text-align: center;
  }

}

@media screen and (max-width: 767px) {
  .about .about-wrapper .about-banner .banner-main-title {
    padding: 0 1rem;
  }

  .about .about-wrapper .about-banner .banner-subtitle {
    font-size: 40px;
    line-height: 42px;
  }

  .about .about-wrapper .about-main-desc-wrapper .about-main-desc {
    font-size: 26px;
    padding: 4rem 1rem;
  }
}

/* ABOUT BANNER END */
/* ABOUT WHY US START */
.about-why-us {}

.about-why-us .why-us-wrapper {
  padding-top: 10.2vw;
  padding-bottom: 10.5vw;
  display: flex;
  gap: 7.8vw;
  align-items: center;
}

.about-why-us .why-us-wrapper .why-us-left-area {
  flex-shrink: 0;
  max-width: 675px;
  width: 100%;
}

.about-why-us .why-us-wrapper .why-us-left-area .left-area-img {
  border-radius: 32px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.about-why-us .why-us-wrapper .why-us-left-area .left-area-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-why-us .why-us-wrapper .why-us-left-area .left-area-img .left-area-text {
  color: rgba(212, 212, 212, 0.40);
  font-family: "Berkshire Swash";
  font-size: 56px;
  font-weight: 400;
  line-height: 65px;
  /* 116.071% */
  background: rgba(85, 87, 85, 0.1);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 44px 4px;
  margin: 0;
}

.about-why-us .why-us-wrapper .why-us-right-area {}

.about-why-us .why-us-wrapper .why-us-right-area .right-area-text {
  color: var(--primary);
  font-size: 34px;
  font-weight: 500;
  line-height: 45px;
}

.about-why-us .why-us-wrapper .why-us-right-area .right-area-text:first-letter {
  font-size: 100px;
  font-weight: 400;
}

.about-why-us .why-us-wrapper .why-us-right-area .right-area-text br {}

@media screen and (max-width: 1640px) {
  .about-why-us .why-us-wrapper .why-us-right-area .right-area-text {
    font-size: 26px;
    line-height: normal;
  }

  .about-why-us .why-us-wrapper .why-us-right-area .right-area-text:first-letter {
    font-size: 60px;
  }

  .about-why-us .why-us-wrapper {
    gap: 50px;
  }
}

@media screen and (max-width: 1340px) {
  .about-why-us .why-us-wrapper .why-us-right-area .right-area-text {
    font-size: 24px;
    line-height: normal;
  }

  .about-why-us .why-us-wrapper .why-us-left-area {
    max-width: 500px;
  }

  .about-why-us .why-us-wrapper .why-us-left-area .left-area-img .left-area-text {
    padding: 1.5rem 4px;
    font-size: 42px;
  }
}

@media screen and (max-width: 1199px) {
  .about-why-us .why-us-wrapper .why-us-right-area .right-area-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {

  .about-why-us .why-us-wrapper {
    flex-direction: column;
    align-items: unset;
    padding-top: 0;
    gap: 0;
  }

  .about-why-us .why-us-wrapper .why-us-left-area {
    max-width: 100%;
  }

  .about-why-us .why-us-wrapper .why-us-left-area .left-area-img img {
    max-height: 580px;
  }

  .about-why-us .why-us-wrapper .why-us-left-area .left-area-img .left-area-text {
    font-size: 56px;
  }

  .about-why-us .why-us-wrapper .why-us-right-area .right-area-text {
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .about-why-us .why-us-wrapper .why-us-right-area .right-area-text {
    font-size: 16px;
  }

  .about-why-us .why-us-wrapper .why-us-right-area .right-area-text:first-letter {
    font-size: 16px;
  }

  .about-why-us .why-us-wrapper .why-us-right-area {
    margin-top: 2rem;
  }
}

/* ABOUT WHY US END */
/* ABOUT STATS START */
.about-stats {}

.about-stats .stats-wrapper {
  padding-bottom: 11.45vw;
}

.about-stats .stats-wrapper .stats-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9.375vw;
  padding: 90px 0;
}

@media screen and (max-width: 991px) {
  .about-stats .stats-wrapper .stats-list {
    grid-template-columns: 1fr;
  }
}

/* ABOUT STATS END */
/* ABOUT GALLERY START */
.about-gallery {}

.about-gallery .gallery-wrapper {}

.about-gallery .gallery-wrapper .gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 4vw;
}

.about-gallery .gallery-wrapper .gallery-header .header-title {
  color: var(--primary);
  font-family: "Berkshire Swash";
  font-size: 56px;
  font-weight: 400;
  line-height: 45px;
  /* 80.357% */
  margin: 0;
}

.about-gallery .gallery-wrapper .gallery-header .gallery-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-gallery .gallery-wrapper .gallery-header .gallery-nav .gallery-btn {
  display: flex;
  width: 57px;
  height: 57px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  color: var(--primary);
  border-radius: 22px;
  border: 1px solid var(--primary);
  /* Background blur/sm */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
  transition: all 400ms ease;
}

.about-gallery .gallery-wrapper .gallery-header .gallery-nav .gallery-btn svg {}

.about-gallery .gallery-wrapper .gallery-header .gallery-nav .gallery-btn svg path {}

.about-gallery .gallery-wrapper .gallery-swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 4vw;
}

.about-gallery .gallery-wrapper .gallery-swiper .swiper-wrapper {}

.about-gallery .gallery-wrapper .gallery-swiper .swiper-wrapper .swiper-slide {}

.about-gallery .gallery-wrapper .gallery-swiper .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}

.about-gallery .gallery-wrapper .gallery-swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  transition: all 400ms ease;
}

.about-gallery .gallery-wrapper .gallery-swiper .swiper-wrapper .swiper-slide a .video-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: transform;
  transition: all 400ms ease;
  border-radius: 50%;
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.about-gallery .gallery-wrapper .gallery-swiper .swiper-wrapper .swiper-slide a .video-img svg {
  border-radius: 50%;
  overflow: hidden;
}

.about-gallery .gallery-wrapper .gallery-swiper .swiper-pagination {}

.about-gallery .gallery-swiper-pagination-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4vw;
}

.about-gallery .gallery-swiper-pagination-wrapper .swiper-pagination-bullet {
  width: 40px;
  border-radius: 6px;
  background: rgba(212, 212, 212, 0.40);
  margin-right: 1rem;
}

.about-gallery .gallery-swiper-pagination-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--primary);
}

@media screen and (max-width: 1199px) {
  .about-gallery .gallery-wrapper .gallery-header .header-title {
    font-size: 42px;
  }
}

@media screen and (max-width: 991px) {
  .about-gallery .gallery-swiper-pagination-wrapper {
    display: none;
  }

  .about-gallery .gallery-wrapper .gallery-swiper {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .about-gallery .gallery-wrapper .gallery-header .header-title {
    font-size: 40px;
  }

  .about-gallery .gallery-wrapper .gallery-header .gallery-nav {
    display: none;
  }

  .about-gallery .gallery-wrapper .gallery-swiper .swiper-wrapper .swiper-slide a .video-img {}

  .about-gallery .gallery-wrapper .gallery-swiper .swiper-wrapper .swiper-slide a .video-img svg {
    width: 80px;
    height: 80px;
  }

  .about-gallery .gallery-swiper-pagination-wrapper {
    display: none;
  }

  .about-gallery .gallery-wrapper {
    padding-bottom: 50px;
  }

  .about-gallery .default-border-b::after {
    width: 100%;
  }

  .about-gallery .gallery-wrapper .gallery-swiper {
    padding-bottom: 1.5rem;
  }
}

/* ABOUT GALLERY END */
/* ABOUT EXTRA START */
.about-extra {}

.about-extra .extra-wrapper {
  padding: 13.2vw 0;
}

.about-extra .extra-wrapper .extra-header {
  margin-bottom: 108px;
}

.about-extra .extra-wrapper .extra-header .header-desc {
  color: var(--primary);
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  /* 116.667% */
  max-width: 1200px;
  width: 100%;
}

.about-extra .extra-wrapper .extra-header .header-desc p {
  margin: 0;
}

.about-extra .extra-wrapper .extra-body {
  display: flex;
  justify-content: space-between;
  gap: 150px;
}

.about-extra .extra-wrapper .extra-body .extra-left-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 44%;
}

.about-extra .extra-wrapper .extra-body .extra-right-area {
  flex: 1;
}

.about-extra .extra-wrapper .extra-body .extra-right-area .right-area-desc {
  color: var(--primary);
  font-size: 34px;
  font-weight: 500;
  line-height: 45px;
  /* 132.353% */
}

.about-extra .extra-wrapper .extra-body .extra-right-area .right-area-desc p {
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .about-extra .extra-wrapper .extra-header .header-desc {
    font-size: 42px;
    line-height: normal;
    max-width: 1000px;
  }
}

@media screen and (max-width: 1199px) {
  .about-extra .extra-wrapper .extra-body .extra-right-area .right-area-desc {
    font-size: 24px;
    line-height: normal;
  }

  .about-extra .extra-wrapper .extra-body {
    gap: 75px;
  }

  .about-extra .extra-wrapper .extra-header .header-desc {
    font-size: 34px;
    max-width: 800px;
  }
}

@media screen and (max-width: 991px) {
  .about-extra .extra-wrapper .extra-body {
    flex-direction: column;
  }

  .about-extra .extra-wrapper .extra-body .extra-left-area {
    width: 100%;
  }

  .about-extra .extra-wrapper .extra-header {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .about-extra .extra-wrapper .extra-header .header-desc {
    font-size: 2rem;
  }

  .about-extra .extra-wrapper .extra-body .extra-left-area {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}

/* ABOUT EXTRA END */
/* CONTACT START */
.contact {}

.contact .contact-wrapper {}

.contact .contact-wrapper .contact-banner {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 8vw 7.7vw 11vw 10.5vw;
}

.contact .contact-wrapper .contact-banner .contact-left-area {}

.contact .contact-wrapper .contact-banner .contact-left-area .left-area-top {
  margin-bottom: 3rem;
}

.contact .contact-wrapper .contact-banner .contact-left-area .left-area-top .contact-title {
  color: var(--primary);
  font-family: "Berkshire Swash";
  font-size: 100px;
  font-weight: 400;
  /* 32% */
  margin: 0;
}

.contact .contact-wrapper .contact-banner .contact-left-area .left-area-top .contact-subtitle {
  color: var(--primary);
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  /* 110% */
  margin: 0;
  max-width: 240px;
}

.contact .contact-wrapper .contact-banner .contact-right-area {}

.contact .contact-wrapper .contact-banner .contact-right-area .right-area-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 66px 120px;
}

.contact .contact-wrapper .contact-banner .contact-right-area .right-area-info .info-item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact .contact-wrapper .contact-banner .contact-right-area .right-area-info .info-item .item-header {
  display: flex;
  align-items: end;
  gap: 6px;
  color: var(--primary);
  font-size: 34px;
  font-weight: 400;
}

.contact .contact-wrapper .contact-banner .contact-right-area .right-area-info .info-item .item-header svg {
  width: 24px;
}

.contact .contact-wrapper .contact-banner .contact-right-area .right-area-info .info-item .item-header svg path {}

.contact .contact-wrapper .contact-banner .contact-right-area .right-area-info .info-item .item-header span {
  line-height: 1.3;
}

.contact .contact-wrapper .contact-banner .contact-right-area .right-area-info .info-item .item-body {
  color: var(--primary);
  font-size: 38px;
  font-weight: 400;
  line-height: normal;
}

.contact .contact-wrapper .info-banner {
  border-radius: 32px;
  border: 1px solid rgba(212, 212, 212, 0.10);
  background: #2B2D2B;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 5.5vw 0;
  margin-top: -60px;
  margin-bottom: 8vw;
}

.contact .contact-wrapper .info-banner .info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact .contact-wrapper .info-banner .info-item img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  margin-bottom: 20px;
}

.contact .contact-wrapper .info-banner .info-item h4 {
  color: var(--primary);
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}

.contact .contact-wrapper .info-banner .info-item p {
  color: var(--primary);
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}

@media screen and (max-width: 1440px) {
  .contact .contact-wrapper .contact-banner {
    padding: 8vw 5vw 11vw;
  }

  .contact .contact-wrapper .contact-banner .contact-left-area .left-area-top .contact-title {
    font-size: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .contact .contact-wrapper .contact-banner {
    padding-left: 2rem;
    gap: 3rem;
    padding-right: 2rem;
  }

  .contact .contact-wrapper .contact-banner .contact-right-area .right-area-info {
    gap: 3rem;
  }

  .contact .contact-wrapper .contact-banner .contact-right-area .right-area-info .info-item .item-body {
    font-size: 28px;
  }

  .contact .contact-wrapper .contact-banner .contact-right-area .right-area-info .info-item .item-header span {
    font-size: 30px;
  }

  .contact .contact-wrapper .contact-banner .contact-right-area .right-area-info .info-item .item-header svg {
    width: 20px;
  }

  .contact .contact-wrapper .contact-banner .contact-right-area .right-area-info .info-item {
    gap: 1rem;
  }

  .contact .contact-wrapper .contact-banner .contact-left-area .left-area-top .contact-title {
    font-size: 60px;
  }

  .contact .contact-wrapper .contact-banner .contact-left-area .left-area-top .contact-subtitle {
    font-size: 32px;
    line-height: normal;
  }
}

@media screen and (max-width: 991px) {
  .contact .contact-wrapper .contact-banner {
    flex-direction: column;
    padding-bottom: 153px;
    gap: 100px;
  }

  .contact .contact-wrapper .contact-banner .contact-left-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact .contact-wrapper .contact-banner .contact-left-area .left-area-top .contact-title {
    font-size: 100px;
  }

  .contact .contact-wrapper .contact-banner .contact-left-area .left-area-top .contact-subtitle {
    font-size: 40px;
    text-align: center;
  }

  .contact .contact-wrapper .contact-banner .contact-left-area .left-area-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact .contact-wrapper .contact-banner .contact-right-area .right-area-info .info-item .item-body {
    font-size: 38px;
  }

  .contact .contact-wrapper .contact-banner .contact-right-area .right-area-info .info-item .item-header {
    font-weight: 700;
  }

  .contact .contact-wrapper .contact-banner .contact-right-area .right-area-info {
    gap: 66px 3rem;
  }

  .contact .contact-wrapper .info-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 70px;
    padding: 93px 2rem;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact-wrapper .contact-banner .contact-right-area .right-area-info {
    display: flex;
    flex-direction: column;
  }

}

/* CONTACT END */
/* NEWS BANNER START */
.news {}

.news .news-wrapper {
  padding: 86px 0;
  margin-bottom: 80px;
}

.news .news-wrapper .news-banner {}

.news .news-wrapper .news-banner .banner-main-title {}

.news .news-wrapper .news-banner .banner-main-title h1 {
  color: var(--primary);
  text-align: center;
  font-family: "Berkshire Swash";
  font-size: 60px;
  font-weight: 400;
  line-height: normal;
  max-width: 750px;
  width: 100%;
  margin: 0 auto 40px;
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper {}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper .swiper-wrapper {
  align-items: center;
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper .swiper-wrapper .swiper-slide {
  height: auto;
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper .swiper-wrapper .swiper-slide .news-banner-item {}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper .swiper-wrapper .swiper-slide .news-banner-item .news-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper .swiper-wrapper .swiper-slide .news-banner-item .news-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 40%);
  z-index: 1;
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper .swiper-wrapper .swiper-slide .news-banner-item .news-img img {
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
  transition: all 400ms ease;
}

.news-banner-swiper .swiper-slide.swiper-slide-active img {
  height: 500px;
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper .swiper-wrapper .swiper-slide .news-banner-item .news-content {
  position: absolute;
  bottom: 2rem;
  left: 72px;
  z-index: 2;
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper .swiper-wrapper .swiper-slide .news-banner-item .news-content .content-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper .swiper-wrapper .swiper-slide .news-banner-item .news-content .content-user .user-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-bottom: 6px;
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper .swiper-wrapper .swiper-slide .news-banner-item .news-content .content-user .user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper .swiper-wrapper .swiper-slide .news-banner-item .news-content .content-user .user-name {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper .swiper-wrapper .swiper-slide .news-banner-item .news-content .news-title {
  color: var(--white);
  font-size: 40px;
  font-weight: 900;
  line-height: 47px;
  /* 117.5% */
  margin: 0;
  max-width: 487px;
  width: 100%;
}

.news-banner-swiper .swiper-slide img {
  height: 339px;
}

.news-banner-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .banner-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 52px;
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .banner-nav-wrapper .banner-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .banner-nav-wrapper .banner-nav .banner-btn {
  display: inline-flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 18px;
  border: 1px solid #999;
  /* Background blur/sm */
  backdrop-filter: blur(4px);
  color: #fff;
  transition: all 400ms ease;
  cursor: pointer;
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .banner-nav-wrapper .banner-nav .banner-btn svg {}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .banner-nav-wrapper .banner-nav .banner-btn svg path {}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .banner-nav-wrapper .banner-nav .banner-pagination {
  display: flex;
  align-items: center;
  gap: 14px;
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .banner-nav-wrapper .banner-nav .banner-pagination .swiper-pagination-bullet {
  width: 40px;
  background: #999;
  border-radius: 100px;
}

.news .news-wrapper .news-banner .news-banner-swiper-wrapper .banner-nav-wrapper .banner-nav .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet.active {
  background: #fff;
}

@media screen and (max-width: 991px) {
  .news-banner-swiper .swiper-slide.swiper-slide-active img {
    height: 394px;
  }

  .news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper .swiper-wrapper .swiper-slide .news-banner-item .news-content {
    left: 2.5rem;
  }

  .news .news-wrapper .news-banner .news-banner-swiper-wrapper .banner-nav-wrapper {
    margin-top: 0;
  }

  .news .news-wrapper .news-banner .banner-main-title h1 {
    font-size: 50px;
    max-width: 500px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {

  .news .news-wrapper::after {
    display: none;
  }

  .news .news-wrapper {
    margin-bottom: 77px;
    padding-bottom: 0;
    padding-top: 3rem;
  }

  .news .news-wrapper .news-banner .banner-main-title h1 {
    font-size: 42px;
    max-width: 90%;
  }

  .news-banner-swiper .swiper-slide img {
    height: 190px;
  }

  .news-banner-swiper .swiper-slide.swiper-slide-active img {
    height: 220px;
  }

  .news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper .swiper-wrapper .swiper-slide .news-banner-item .news-content .news-title {
    font-size: 24px;
    line-height: normal;
  }

  .news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper .swiper-wrapper .swiper-slide .news-banner-item .news-content {
    left: 1.5rem;
    bottom: 1.5rem;
  }

  .news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper {
    height: 320px;
  }

  .news .news-wrapper .news-banner .news-banner-swiper-wrapper .banner-nav-wrapper .banner-nav .banner-pagination .swiper-pagination-bullet {
    width: 20px;
  }

  .news .news-wrapper .news-banner .news-banner-swiper-wrapper .banner-nav-wrapper .banner-nav .banner-pagination {
    gap: 10px;
  }

  .news .news-wrapper .news-banner .news-banner-swiper-wrapper .banner-nav-wrapper .banner-nav {
    gap: 1.5rem;
  }
}

/* NEWS BANNER END */
/* LATEST NEWS START */
.latest-news {}

.latest-news .latest-wrapper {
  padding-bottom: 110px;
}

.latest-news .latest-wrapper .latest-header {}

.latest-news .latest-wrapper .latest-header h2 {
  color: var(--primary);
  font-family: "Berkshire Swash";
  font-size: 60px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}

.latest-news .latest-wrapper .latest-news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 126px;
}

.latest-news .latest-wrapper .latest-news-list .latest-item {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.latest-news .latest-wrapper .latest-news-list .latest-item .item-img {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.latest-news .latest-wrapper .latest-news-list .latest-item .item-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 50%);
  z-index: 1;
  border-radius: 12px;
  transition: all 400ms ease;
}

.latest-news .latest-wrapper .latest-news-list .latest-item .item-img img {
  width: 330px;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
  will-change: transform;
  transition: transform 400ms ease;
}

.latest-news .latest-wrapper .latest-news-list .latest-item .item-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.latest-news .latest-wrapper .latest-news-list .latest-item .item-content h3 {
  color: var(--primary);
  font-size: 40px;
  font-weight: 500;
  line-height: 47px;
  /* 117.5% */
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  will-change: color;
  transition: color 400ms ease;
}

.latest-news .latest-wrapper .latest-news-list .latest-item .item-content .content-info {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.latest-news .latest-wrapper .latest-news-list .latest-item .item-content .content-info .info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--primary);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}

.latest-news .latest-wrapper .latest-news-list .latest-item .item-content .content-info .info-item svg {
  width: 24px;
  height: 24px;
}

.latest-news .latest-wrapper .latest-news-list .latest-item .item-content .content-info .info-item svg path {}

.latest-news .latest-wrapper .latest-news-list .latest-item .item-content .content-info .info-item span {}

@media screen and (max-width: 1440px) {
  .latest-news .latest-wrapper .latest-news-list {
    gap: 60px;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item {
    gap: 1.5rem;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item .item-content h3 {
    font-size: 32px;
    line-height: normal;
  }
}

@media screen and (max-width: 1340px) {
  .latest-news .latest-wrapper .latest-news-list .latest-item .item-img img {
    width: 260px;
    height: 220px;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item .item-content h3 {
    font-size: 28px;
    line-height: 32px;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item .item-content .content-info .info-item {
    gap: 0.5rem;
    font-size: 20px;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item .item-content .content-info .info-item svg {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .latest-news .latest-wrapper .latest-news-list .latest-item .item-content .content-info {
    gap: 1rem;
  }

  .latest-news .latest-wrapper .latest-news-list {
    gap: 3rem 1rem;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item .item-img img {
    width: 230px;
    height: 200px;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item .item-content {
    gap: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .latest-news .latest-wrapper .latest-news-list {
    grid-template-columns: 1fr;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item .item-content h3 {
    font-size: 30px;
    line-height: 47px;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item {
    gap: 2rem;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item .item-img img {
    width: 330px;
    height: 250px;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item .item-content .content-info .info-item {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .latest-news .latest-wrapper .latest-news-list .latest-item {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item .item-img img {
    width: 100%;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item .item-content h3 {
    line-height: 2rem;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item .item-content {
    gap: 1rem;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item .item-content .content-info {
    gap: 1.5rem;
  }

  .latest-news .latest-wrapper .latest-news-list {
    gap: 1.5rem;
  }

  .latest-news .latest-wrapper .latest-header h2 {
    font-size: 42px;
  }

  .latest-news .latest-wrapper {
    padding-bottom: 80px;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item .item-img {
    width: 100%;
  }
}

/* LATEST NEWS END */
/* NEWS DETAIL START */
.news-detail {}

.news-detail .detail-wrapper {
  padding: 70px 120px;
}

.news-detail .detail-wrapper .news-header {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 70px;
}

.news-detail .detail-wrapper .news-header .news-title {
  color: var(--white);
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  line-height: 50px;
  /* 100% */
  margin: 0;
  max-width: 610px;
}

.news-detail .detail-wrapper .news-header span {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
  /* 208.333% */
}

.news-detail .detail-wrapper .news-body {
  text-align: center;
}

.news-detail .detail-wrapper .news-body .main-img {}

.news-detail .detail-wrapper .news-body .main-img img {
  width: 100%;
  object-fit: cover;
  max-height: 700px;
  border-radius: 32px;
}

.news-detail .detail-wrapper .news-body .news-desc-area {
  border-radius: 32px;
  background: #2B2D2B;
  position: relative;
  padding: 67px 4rem;
  max-width: 90%;
  margin: -100px auto 0;
}

.news-detail .detail-wrapper .news-body .news-desc-area .news-desc:first-letter {
  font-size: 100px;
  font-weight: 400;
}

.news-detail .detail-wrapper .news-body .news-desc-area .news-subtitle {
  color: var(--primary);
  font-size: 32px;
  font-weight: 800;
  line-height: 41px;
  /* 128.125% */
  margin-bottom: 4rem;
  text-align: start;
}

.news-detail .detail-wrapper .news-body .news-desc-area .news-desc {
  color: var(--primary);
  font-size: 34px;
  font-weight: 500;
  line-height: 45px;
  text-align: start;
}

@media screen and (max-width: 1199px) {
  .news-detail .detail-wrapper {
    padding: 50px 0;
  }

  .news-detail .detail-wrapper .news-body .news-desc-area .news-subtitle {
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 3rem;
  }

  .news-detail .detail-wrapper .news-body .news-desc-area .news-desc {
    font-size: 28px;
    line-height: 40px;
  }

  .news-detail .detail-wrapper .news-body .news-desc-area .news-desc:first-letter {
    font-size: 60px;
  }
}

@media screen and (max-width: 991px) {
  .news-detail .detail-wrapper .news-body .news-desc-area {
    padding: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .news-detail .detail-wrapper .news-header .news-title {
    font-size: 32px;
    line-height: normal;
    font-weight: 700;
  }

  .news-detail .detail-wrapper .news-body .main-img img {
    height: 250px;
  }

  .news-detail .detail-wrapper .news-body .news-desc-area {
    padding: 1rem;
    max-width: 100%;
    margin-top: -50px;
    padding-top: 50px;
  }

  .news-detail .detail-wrapper .news-body .news-desc-area .news-subtitle {
    font-size: 20px;
    font-weight: 500;
  }

  .news-detail .detail-wrapper .news-body .news-desc-area .news-desc {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
  }

  .news-detail .detail-wrapper .news-header {
    margin-bottom: 40px;
  }
}

/* NEWS DETAIL END */
/* CERTIFICATES START */
.certificates {}

.certificates .certificates-wrapper {
  padding-bottom: 75px;
  padding-top: 70px;
}

.certificates .certificates-wrapper .certificates-list {}

.certificates .certificates-wrapper .certificates-list .list-item {}

.certificates .certificates-wrapper .certificates-list .list-item .item-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 42px;
  margin-bottom: 50px;
}

.certificates .certificates-wrapper .certificates-list .list-item .item-header .header-title {
  color: var(--primary);
  /* 58.182% */
  margin: 0;
  text-align: center;
  font-family: "Berkshire Swash";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  padding: 0 7vw 50px;
}

.certificates .certificates-wrapper .certificates-list .list-item .item-header .header-numb {
  text-align: end;
  position: relative;
  padding-right: 20px;
}

.certificates .certificates-wrapper .certificates-list .list-item .item-header .header-numb .numb-text {
  color: var(--primary-900);
  font-size: 34px;
  font-weight: 900;
  line-height: 32px;
  /* 94.118% */
}

.certificates .certificates-wrapper .certificates-list .list-item .item-header .header-numb .num-subtext {
  color: var(--white-800);
  font-size: 18px;
  font-weight: 400;
  /* 177.778% */
  line-height: 32px;
}

.certificates .certificates-wrapper .certificates-list .list-item .item-header .header-numb::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 50px;
  background: var(--primary-500);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.certificates .certificates-wrapper .certificates-list .certificates-table-wrapper {
  position: relative;
  overflow-x: auto;
}

.certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table {
  width: 100%;
  border-spacing: 0 28px;
  border-collapse: separate;
}

.certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table thead {}

.certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table thead tr {}

.certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table thead tr th {
  /* 106.667% */
  padding: 0 40px;
  color: var(--primary);
  font-size: 25px;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}

.certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table thead tr th:first-child {
  text-align: start;
  padding-left: 120px;
}

.certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table tbody {}

.certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table tbody tr {
  border-radius: 100px;
}

.certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table tbody tr td {
  padding: 30px 40px;
  border: 1px solid var(--primary);
  border-right-width: 0;
  border-left-width: 0;
  /* 128% */
  color: var(--white);
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table tbody tr td:first-child {
  border-radius: 65px 0 0 65px;
  border-left-width: 1px;
  text-align: start;
}

.certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table tbody tr td:last-child {
  border-radius: 0 65px 65px 0;
  border-right-width: 1px;
  text-align: end;
  padding-right: 50px;
}

.certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table td a {
  display: inline-flex;
  padding: 20px 60px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  gap: 20px;
  border: 1px solid var(--white);
  color: var(--primary-900);
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  /* 106.667% */
}

.certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table thead tr th:last-child {
  text-align: end;
  padding-right: 120px;
}

@media screen and (max-width: 1199px) {
  .certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table tbody tr td {
    padding: 40px 30px;
  }

  .certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table td a {
    font-size: 24px;
    padding: 8px 50px;
  }

  .certificates .certificates-wrapper .certificates-list .list-item .item-header .header-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 991px) {
  .certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table tbody tr td {
    font-size: 14px;
    padding: 30px 20px;
    line-height: 24px;
  }

  .certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table td a {
    font-size: 20px;
    gap: 4px;
    padding: 8px 40px;
  }

  .certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table td a svg {
    height: 35px;
  }

  .certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table thead tr th {
    font-size: 20px;
    padding: 20px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table thead tr th:last-child {
    padding-left: 53px;
  }

  .certificates .certificates-wrapper .certificates-list .list-item .item-header .header-title {
    font-size: 42px;
  }

  .certificates .certificates-wrapper .certificates-list .list-item .item-header {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .certificates .certificates-wrapper .certificates-list .list-item .item-header .header-title {
    font-size: 32px;
  }

  .certificates .certificates-wrapper .certificates-list .list-item .item-header .header-numb .numb-text {
    font-size: 28px;
  }

  .certificates .certificates-wrapper .certificates-list .list-item .item-header .header-numb .num-subtext {
    font-size: 16px;
  }

  .certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table thead tr th {
    padding-top: 0;
    white-space: nowrap;
  }

  .certificates .certificates-wrapper .certificates-list .certificates-table-wrapper::-webkit-scrollbar {
    display: none;
  }
}

/* CERTIFICATES END */
/* AWARDS START */
.awards {
  background: #2b2d2b;
}

.awards .awards-wrapper {
  padding: 6vw 0 0;
}

.awards .awards-wrapper .awards-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem 3rem;
}

.awards .awards-wrapper .awards-header h1,
.awards .awards-wrapper .awards-header h2 {
  color: var(--primary);
  font-family: "Berkshire Swash";
  font-size: 60px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.awards .awards-wrapper .awards-header p {
  color: var(--primary);
  /* 67.532% */
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  /* 116.667% */
  text-transform: capitalize;
  max-width: 557px;
}

.awards .awards-wrapper .awards-header span {
  color: var(--primary);
  font-family: "Berkshire Swash";
  font-size: 77px;
  font-weight: 400;
  line-height: 52px;
  /* 67.532% */
  text-transform: capitalize;
}

.awards .awards-wrapper .awards-list {
  padding: 0 0 68px;
  margin-bottom: 140px;
}

.awards .awards-wrapper .awards-list .awards-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-shadow: 0px -284px 79px 0px rgba(0, 0, 0, 0.00), 0px -182px 73px 0px rgba(0, 0, 0, 0.01), 0px -102px 61px 0px rgba(0, 0, 0, 0.05), 0px -45px 45px 0px rgba(0, 0, 0, 0.09), 0px -11px 25px 0px rgba(0, 0, 0, 0.10);
  padding: 68px 6.6vw 52px;
  margin: 0 auto;
  width: 100%;
  position: sticky;
  top: 140px;
  background: #2b2d2b;
}

.awards .awards-wrapper .awards-list .awards-item:first-child {
  box-shadow: none;
}

.awards .awards-wrapper .awards-list .awards-item .awards-numb {
  color: var(--primary);
  font-family: "Berkshire Swash";
  font-size: 77px;
  font-weight: 400;
  line-height: 52px;
  /* 67.532% */
  text-transform: capitalize;
}

.awards .awards-wrapper .awards-list .awards-item .awards-content {}

.awards .awards-wrapper .awards-list .awards-item .awards-content .content-title {
  color: var(--primary);
  font-size: 57px;
  font-weight: 400;
  /* 56.14% */
  text-transform: capitalize;
  margin-bottom: 40px;
}

.awards .awards-wrapper .awards-list .awards-item .awards-content .content-desc {
  color: #D4D4D4;
  font-family: "Darker Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  text-transform: capitalize;
}

.awards .awards-wrapper .awards-list .awards-item .awards-content .content-desc p {
  margin: 0;
}

.awards .awards-wrapper .awards-list .awards-item .awards-img {
  text-align: end;
  padding-right: 50px;
}

.awards .awards-wrapper .awards-list .awards-item img {
  width: 180px;
  height: 180px;
  object-fit: contain;
}

@media screen and (max-width: 1199px) {

  .awards .awards-wrapper .awards-header h1,
  .awards .awards-wrapper .awards-header h2 {
    font-size: 40px;
  }

  .awards .awards-wrapper .awards-list .awards-item img {
    width: 150px;
    height: 150px;
  }

  .awards .awards-wrapper .awards-list .awards-item .awards-content .content-desc {
    font-size: 20px;
    line-height: normal;
  }

  .awards .awards-wrapper .awards-list .awards-item .awards-content .content-title {
    font-size: 48px;
  }
}

@media screen and (max-width: 991px) {
  .awards .awards-wrapper .awards-list .awards-item {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
  }

  .awards .awards-wrapper .awards-list .awards-item .awards-img {
    flex-shrink: 0;
    padding-right: 0;
  }

  .awards .awards-wrapper .awards-list .awards-item .awards-numb {
    font-size: 50px;
  }

  .awards .awards-wrapper .awards-list .awards-item img {
    width: 100px;
    height: 100px;
  }

  .awards .awards-wrapper .awards-list {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .awards .awards-wrapper .awards-list::after {
    display: none;
  }

  .awards .awards-wrapper .awards-header {
    flex-direction: column;
    align-items: center !important;
    text-align: center;
    gap: 2rem;
  }

  .awards .awards-wrapper .awards-header p {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .awards .awards-wrapper .awards-list .awards-item {
    flex-direction: column;
    align-items: start;
    position: relative;
    top: unset;
  }

  .awards .awards-wrapper .awards-list .awards-item .awards-img {
    position: absolute;
    top: 4rem;
    right: 3rem;
  }

  .awards .awards-wrapper .awards-list .awards-item img {
    width: 75px;
    height: 75px;
  }

  .awards .awards-wrapper .awards-header {
    padding: 0 0 2rem;
  }

  .awards .awards-wrapper .awards-header span {
    font-size: 60px;
  }

  .awards .awards-wrapper .awards-header h1,
  .awards .awards-wrapper .awards-header h2 {
    font-size: 32px;
  }

  .awards .awards-wrapper .awards-list {
    margin-bottom: 0;
  }

  .awards .awards-wrapper .awards-header p {
    font-size: 16px;
    line-height: 24px;
  }

  .awards .awards-wrapper .awards-header {
    gap: 1rem;
  }

  .awards .awards-wrapper .awards-header.awards-main-header {
    flex-direction: row;
  }
}

/* AWARDS END */
/* ACCOUNT SETTINGS START */
.account {}

.account .account-wrapper {
  display: flex;
  gap: 40px;
  padding: 60px 0 1rem;
}

.account .account-wrapper .account-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.account .account-wrapper .account-content .content-main-title {
  color: var(--primary);
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  /* 106.667% */
  text-transform: uppercase;
  padding: 0 0 1rem 38px;
}

.account .account-wrapper .account-content .content-item {
  border-radius: 32px;
  border: 1px solid rgba(250, 250, 250, 0.30);
  background: #2B2D2B;
  padding: 38px 50px 68px;
}

.account .account-wrapper .account-content .content-item .item-title {
  color: var(--primary);
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  /* 106.667% */
  text-transform: capitalize;
  margin-bottom: 2rem;
  display: block;
}

.account .account-wrapper .account-content .content-item .account-form {}

.account .account-wrapper .account-content .content-item .account-form .form-input-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.account .account-wrapper .account-content .content-item .account-form .form-input-group textarea {
  border-radius: 32px;
  border: 1px solid #4E574E;
  padding: 20px 40px;
  background: transparent;
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  transition: all 400ms ease;
  resize: none;
  height: 140px;
}

.account .account-wrapper .account-content .content-item .account-form .form-input-group textarea::placeholder {
  color: #fff;
}

.account .account-wrapper .account-content .content-item .account-form .checkbox-content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.account .account-wrapper .account-content .content-item .account-form .form-input-group input {
  border-radius: 32px;
  border: 1px solid #4E574E;
  padding: 20px 40px;
  background: transparent;
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  width: 100%;
  transition: all 400ms ease;
  height: max-content;
}

.account .account-wrapper .account-content .content-item .account-form .form-input-group input:disabled {
  background: #717271;
}

.account .account-wrapper .account-content .content-item .account-form .form-input-group input::placeholder {
  color: var(--white);
}

.account .account-wrapper .account-content .content-item .account-form .form-input-group input:focus,
.account .account-wrapper .account-content .content-item .account-form .form-input-group textarea:focus {
  border-color: var(--green) !important;
}

.account .account-wrapper .account-content .content-item .account-form .form-input-group .input-icon {
  position: relative;
}

.account .account-wrapper .account-content .content-item .account-form .form-input-group .input-icon svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  transition: all 400ms ease;
}

.account .account-wrapper .account-content .content-item .account-form .form-input-group input:focus~svg {
  transform: translateY(-50%) rotate(180deg);
}

.account .account-wrapper .account-content .content-item .account-form .form-submit {}

.account .account-wrapper .account-content .content-item .account-form .form-submit button {
  display: inline-flex;
  padding: 14px 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: #DEDEDE;
  color: #2B2D2B;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  /* 106.667% */
  text-transform: capitalize;
  border: 0;
  outline: 0;
  margin-top: 40px;
  transition: all 400ms ease;
}

.account .account-wrapper .account-content .content-item .account-form .form-submit button span {}

.account .account-wrapper .account-content .content-item .account-form .form-submit button svg {}

.account .account-wrapper .account-content .content-item .account-form .form-submit button svg path {}

.account .account-wrapper .account-sidebar {
  width: 486px;
  height: 100%;
  position: sticky;
  top: 180px;
}

.account .account-wrapper .account-sidebar .sidebar-main {
  margin-bottom: 2rem;
}

.account .account-wrapper .account-sidebar .sidebar-main .main-text {
  color: var(--primary);
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  /* 106.667% */
  text-transform: uppercase;
  padding: 0 0 1rem 34px;
}

.account .account-wrapper .account-sidebar .sidebar-main .user-name {
  border-radius: 32px;
  border: 1px solid rgba(250, 250, 250, 0.30);
  background: #2B2D2B;
  padding: 43px;
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  /* 106.667% */
  text-transform: capitalize;
}

.account .account-wrapper .account-sidebar .account-nav-wrapper {}

.account .account-wrapper .account-sidebar .account-nav-wrapper .account-nav {
  border-radius: 32px;
  border: 1px solid rgba(250, 250, 250, 0.30);
  background: #2B2D2B;
  display: flex;
  flex-direction: column;
  padding: 43px 0;
  gap: 20px;
}

.account .account-wrapper .account-sidebar .account-nav-wrapper .account-nav .account-nav-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: var(--primary);
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  /* 106.667% */
  text-transform: capitalize;
  padding: 12px 43px 14px;
}

.account .account-wrapper .account-sidebar .account-nav-wrapper .account-nav .account-nav-item.active {
  background: #555755;
}

.account .account-wrapper .account-sidebar .account-nav-wrapper .account-nav .account-nav-item svg {}

.account .account-wrapper .account-sidebar .account-nav-wrapper .account-nav .account-nav-item svg path {}

.account .account-wrapper .account-sidebar .account-nav-wrapper .account-nav .account-nav-item span {}



/* ACCOUNT SETTINGS END */
/* ACCOUNT ADDRESS START */
.account .add-adress {
  max-width: 474px;
  width: 100%;
  height: 286px;
  border-radius: 32px;
  background: #272927;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.account .add-adress .adress-context {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.account .add-adress .adress-context>span {
  color: var(--white);
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  /* 106.667% */
  text-transform: capitalize;
}

.account .add-adress .adress-context a {
  display: flex;
  padding: 8px 50px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 32px;
  background: var(--primary);
  color: #2B2D2B;
  font-size: 24px;
  font-weight: 500;
  line-height: 2rem;
  /* 133.333% */
  text-transform: capitalize;
}

.account .add-adress .adress-context a span {
  margin-top: -4px;
}

.account .adress-right .register {
  margin-top: 3rem;
}

.register-adress-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  width: 100%;
}

.adress-context {
  flex-shrink: 0;
  border-radius: 32px;
  background: #272927;
  padding: 42px 54px;
}

.adress-context .adress-context-header {}

.adress-context-header>span {
  color: var(--white);
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
  /* 106.667% */
  text-transform: capitalize;
  display: block;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.adress-context .adress-btn-container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 27px;
  flex-wrap: wrap;
}

.adress-context .adress-btn-container a {
  border-radius: 32px;
  border: 1px solid #555755;
  padding: 8px 50px;
  color: #717271;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  /* 160% */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 4px;
}

.adress-context .adress-btn-container a.adress-delete-btn {
  color: #F04438;
}

.adress-context .adress-context-body {}

.adress-context .adress-context-body .adress-type {
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  text-transform: capitalize;
}

.adress-context .adress-context-body .adress-type p {
  margin: 0;
}

.firuz-custom-checkbox label {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: .4s;
}

.firuz-custom-checkbox {
  position: relative;
  border-radius: 32px;
  border: 1px solid #555755;
  padding: 8px 15px;
  color: #717271;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 4px;
}

.firuz-custom-checkbox input {
  position: absolute;
  opacity: 0;
}

.firuz-custom-checkbox label::before {
  position: relative;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #555755;
  border-radius: 50%;
}

.firuz-custom-checkbox label::after {
  position: absolute;
  content: '';
  left: 4px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 12px;
  height: 12px;
  background: var(--green);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .4s;
}

.firuz-custom-checkbox input:checked~label::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(-50%) scale(1);
}

@media screen and (max-width: 1199px) {
  .account .account-wrapper {
    flex-direction: column-reverse;
    padding-bottom: 90px;
  }

  .account .account-wrapper .account-sidebar {
    position: unset;
    width: 100%;
  }

  .account .account-wrapper .account-sidebar .account-nav-wrapper .account-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    gap: 0;
    padding: 0;
    border-radius: 16px;
    border-radius: 1rem 1rem 0 0;
    padding: 4px;
    justify-content: space-between;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
  }

  .account .account-wrapper .account-sidebar .sidebar-main .user-name {
    /* width: max-content; */
  }

  .account .account-wrapper .account-content .content-item .account-form .form-input-group {
    gap: 0.5rem;
  }

  .account .account-wrapper .account-sidebar .account-nav-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .account .account-wrapper .account-sidebar .account-nav-wrapper .account-nav .account-nav-item {
    border-radius: 12px 12px 0 0;
    padding: 12px 1rem;
    font-size: 18px;
    gap: 8px;
  }

  .account .account-wrapper .account-sidebar .account-nav-wrapper .account-nav .account-nav-item span {
    /* display: none; */
  }

  .account .account-wrapper .account-sidebar .sidebar-main {
    margin-bottom: 0;
  }

  .account .account-wrapper .account-sidebar .account-nav-wrapper .account-nav .account-nav-item:not(:first-child) {
    border-radius: 0;
  }

  .account .register-adress-container .adress-context {
    padding: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .account .account-wrapper .account-sidebar .account-nav-wrapper .account-nav .account-nav-item span {
    display: none;
  }

  .account .account-wrapper .account-sidebar .account-nav-wrapper .account-nav .account-nav-item {
    padding: 12px 2rem;
  }

  .account .register-adress-container .adress-context {
    padding: 1.5rem;
  }

  .account .register-adress-container .adress-context .adress-btn-container a {
    padding: 8px 1.5rem;
  }

  .register-adress-container {
    gap: 1rem;
  }

}

@media screen and (max-width: 767px) {
  .account .account-wrapper .account-sidebar .account-nav-wrapper .account-nav .account-nav-item {
    padding: 8px 1rem;
  }

  .account .account-wrapper .account-content .content-item {
    padding: 1.5rem;
  }

  .account .account-wrapper .account-content .content-item .account-form .form-input-group {
    display: flex;
    flex-direction: column;
  }

  .register-adress-container {
    grid-template-columns: 1fr;
  }

  .adress-context {
    padding: 1.5rem;
  }

  .adress-context-header>span {
    font-size: 22px;
  }
}

/* ACCOUNT ADDRESS END */
/* ACCOUNT ORDER START */
.account .orders-list {
  position: relative;
  overflow-x: auto;
}

.account table {
  width: 100%;
}

.account table th {
  color: #D4D4D4;
  font-family: "Darker Grotesque";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 160% */
  text-transform: capitalize;
  padding-bottom: 1.5rem;
}

th {}

.account table td {
  color: var(--primary);
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
  text-transform: capitalize;
  padding: 1rem 0;
}

.account table th:not(:first-child) {
  text-align: center;
}

.account table td:not(:first-child) {
  text-align: center;
}

.account table td a {
  color: var(--primary);
  font-size: 24px;
}

.account .order-detail-container .order-detail .payment,
.account .order-detail-container .order-detail .subtotal {
  padding-bottom: 0;
  margin-bottom: 0;
}


@media screen and (max-width: 991px) {
  .account .orders-list {
    position: relative;
  }

  .order-table-header {
    white-space: nowrap;
  }

  .order-table-header th {
    padding-right: 50px;
  }

  .account table td {
    padding-right: 50px;
    white-space: nowrap;
  }

}

/* ACCOUNT ORDER END */
/* ACCOUNT ORDER DETAIL START */
.account .order-detail-container {}

.account .order-detail-container .order-detail {
  color: #fff;
}

.account .order-detail-container .order-detail .order-detail-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

.account .order-detail-container .order-detail .order-detail-header .header-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.account .order-detail-container .order-detail .order-detail-header .header-item .header-title {
  color: #FFF;
  font-family: "Darker Grotesque";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  text-transform: capitalize;
}

.account .order-detail-container .order-detail .order-detail-header .header-item span {
  color: var(--white);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  /* 133.333% */
  text-transform: capitalize;
}

.account .order-detail-container .order-detail .product-img {
  height: 114px;
  width: 100px;
  background: #202020;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.account .order-detail-container .order-detail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.account .order-detail-container .order-detail .subtotal,
.account .order-detail-container .order-detail .total,
.account .order-detail-container .order-detail .payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.account .order-detail-container .order-detail .product-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.account .order-detail-container .order-detail .subtotal span,
.account .order-detail-container .order-detail .total span,
.account .order-detail-container .order-detail .payment span {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  text-transform: capitalize;
}

.account .order-detail-container .order-detail .subtotal span:last-child,
.account .order-detail-container .order-detail .total span:last-child,
.account .order-detail-container .order-detail .payment span:last-child {
  font-weight: 300;
}

.account .order-detail-container .order-detail .product-body .sepet-product-left {
  display: flex;
  gap: 1rem;
}

.account .order-detail-container .order-detail .product-body .sepet-product-left .product-info {
  padding: 12px 0;
}

.account .order-detail-container .order-detail .product-body .sepet-product-left .product-info .product-name {}

.account .order-detail-container .order-detail .product-body .sepet-product-left .product-info .product-name a {
  color: var(--primary);
  font-size: 24px;
  font-weight: 500;
  /* 46.667% */
  text-transform: capitalize;
}

.account .order-detail-container .order-detail .product-body .sepet-product-left .product-info .product-name a span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  line-height: normal;
  max-width: 350px;
}

.account .order-detail-container .order-detail .order-table .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  text-transform: capitalize;
  margin-bottom: 8px;
}

.account .order-detail-container .order-detail .product-body .sepet-added {}

.account .order-detail-container .order-detail .product-body .sepet-added ul {
  display: grid;
  gap: 1rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.account .order-detail-container .order-detail .product-body .sepet-added ul li {
  display: flex;
  justify-content: space-between;
}

.account .order-detail-container .order-detail .product-body .sepet-added ul li .right {
  padding: 12px 0;
  color: var(--primary);
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  line-height: 14px;
  /* 53.846% */
  text-transform: capitalize;
}

.account .order-detail-container .order-detail .order-adress {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.account .order-detail-container .order-detail .order-adress .adress {
  flex-shrink: 0;
  border-radius: 32px;
  background: #272927;
  padding: 42px 54px;
  width: 100%;
}

.account .order-detail-container .order-detail .order-adress .adress .title {
  /* 133.333% */
  color: var(--white);
  font-size: 30px;
  font-weight: 800;
  line-height: 32px;
  /* 106.667% */
  text-transform: capitalize;
  margin-bottom: 1.5rem;
  padding-bottom: 14px;
}

.account .order-detail-container .order-detail .order-adress .adress ul {}

.account .order-detail-container .order-detail .order-adress .adress ul li {
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  word-break: break-word;
}

.account .order-detail-container .order-detail .main-title {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {

  .account .order-detail-container .order-detail .product-body {
    gap: 2rem;
  }

  .account .order-detail-container .order-detail .order-adress .adress {
    padding: 2rem;
  }

  .account .order-detail-container .order-detail .order-adress .adress .title {
    font-size: 24px;
  }

  .account .order-detail-container .order-detail .order-adress .adress ul li {
    font-size: 20px;
  }

  .account .account-wrapper .account-content .content-item {
    padding: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .account .order-detail-container .order-detail .order-adress {
    grid-template-columns: 1fr;
  }

  .account .order-detail-container .order-detail .subtotal span,
  .account .order-detail-container .order-detail .total span,
  .account .order-detail-container .order-detail .payment span {
    font-size: 20px;
    font-weight: 500;
  }

  .account .order-detail-container .order-detail .product-body {
    gap: 1rem;
  }

  .account .order-detail-container .order-detail .order-detail-header {
    flex-direction: column;
    gap: 1.5rem;
  }

  .account .order-detail-container .order-detail .order-detail-header .header-item {
    gap: 4px;
  }

  .account .order-detail-container .order-detail .order-detail-header .header-item .header-title {
    font-weight: 500;
  }

  .account .order-detail-container .order-detail .order-detail-header .header-item span {
    font-size: 20px;
    line-height: 24px;
  }

  .account .order-detail-container .order-detail img {
    width: 75px;
    height: 75px;
  }

  .account .order-detail-container .order-detail .product-img {
    width: 75px;
    height: 75px;
  }

  .account .order-detail-container .order-detail .product-body .sepet-product-left .product-info .product-name a {
    font-size: 20px;
  }

  .account .order-detail-container .order-detail .product-body .sepet-added ul {}

  .account .order-detail-container .order-detail .product-body .sepet-added ul li {
    flex-direction: column;
  }

  .account .order-detail-container .order-detail .product-body .sepet-added ul li .right {
    width: 100%;
    text-align: end;
    font-size: 22px;
  }

  .account .order-detail-container .order-detail .main-title {
    font-weight: 500;
    margin-bottom: 1.5rem;
  }

  .account .order-detail-container .order-detail .order-adress .adress .title {
    font-size: 22px;
  }
}

.orders-detail-payment input {
  border-radius: 32px;
  border: 1px solid #4E574E;
  padding: 20px 40px;
  background: transparent;
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  transition: all 400ms ease;
  height: max-content;
}



.orders-detail-payment input:focus {
  border-color: var(--green);
}

/* ACCOUNT ORDER DETAIL END */
/* HOMEPAGE PRODUCT START */
.homepage-product {
  background: #2B2D2B;
}

.homepage-product .product-wrapper {
  padding: 6.4vw 0 3.375vw;
}

.homepage-product .product-wrapper .product-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  margin-bottom: 85px;
}

.homepage-product .product-wrapper .product-header h2 {
  color: var(--primary);
  font-size: 60px;
  font-weight: 700;
  /* 121.667% */
  text-transform: capitalize;
  margin: 0;
}

.homepage-product .product-wrapper .product-header h3 {
  color: var(--primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  /* 116.667% */
  text-transform: capitalize;
  max-width: 726px;
  margin: 0 auto;
}

.homepage-product .product-wrapper .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.homepage-product .product-wrapper .product-grid form {
    width: 100%;
    max-height: 100%;
    height: auto;
}

.homepage-product .product-wrapper .product-grid .grid-item {
  border-radius: 30px;
  background: #414641;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.homepage-product .product-wrapper .product-grid .grid-item .product-img {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 100px 100px;
  display: block;
}

.homepage-product .product-wrapper .product-grid .grid-item .product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 480px;
  will-change: transform;
  transition: transform 400ms ease;
}

.homepage-product .product-wrapper .product-grid .grid-item .product-body {
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  flex: 1;
}

.homepage-product .product-wrapper .product-grid .grid-item .product-body .product-info {
  display: grid;
}

.homepage-product .product-wrapper .product-grid .grid-item .product-body .product-info h4 {
  color: var(--primary);
  font-family: "Berkshire Swash";
  font-size: 40px;
  font-weight: 400;
  /* 35% */
  margin: 0;
  will-change: color;
  transition: color 400ms ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.homepage-product .product-wrapper .product-grid .grid-item .product-body .product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.homepage-product .product-wrapper .product-grid .grid-item .product-body .product-info p {
  color: var(--primary);
  font-size: 24px;
  font-weight: 500;
  /* 106.667% */
  text-transform: capitalize;
  margin: 0;
  line-height: normal;
}

.homepage-product .product-wrapper .product-grid .grid-item .product-body .product-price-wrapper {
  font-size: 28px;
  display: flex;
  align-items: center;
  gap: 27px;
}

.homepage-product .product-wrapper .product-grid .grid-item .product-body .product-price-wrapper .product-discount {
  font-weight: 300;
  color: #808080;
  text-decoration: line-through;
}

.homepage-product .product-wrapper .product-grid .grid-item .product-body .product-price-wrapper .product-price {
  color: var(--primary);
  font-weight: 500;
}

.homepage-product .product-wrapper .product-grid .grid-item .product-add {
  flex-shrink: 0;
}

.homepage-product .product-wrapper .product-grid .grid-item .product-add a {
  display: inline-flex;
  padding: 14px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 80px;
  border: 1px solid var(--primary);
  background: rgba(212, 212, 212, 0.10);
  color: var(--primary);
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  /* 106.667% */
  text-transform: capitalize;
}

.homepage-product .product-wrapper .product-grid .grid-item .product-add a span {}

.homepage-product .product-wrapper .product-grid .grid-item .product-add a svg {}

.homepage-product .product-wrapper .product-grid .grid-item .product-add a svg path {}

@media screen and (max-width: 1199px) {
  .homepage-product .product-wrapper .product-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1rem;
  }

  .homepage-product .product-wrapper .product-grid .grid-item .product-body .product-actions {
    flex-wrap: nowrap;
  }

  .homepage-product .product-wrapper .product-grid .grid-item .product-body .product-price-wrapper {
    gap: 1rem;
  }

  .homepage-product .product-wrapper .product-grid .grid-item .product-add a {
    padding: 12px 24px;
  }

  .homepage-product .product-wrapper .product-grid form {
    width: 55%;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 991px) {
  .homepage-product .product-wrapper {
    padding-top: 70px;
  }

  .homepage-product .product-wrapper .product-grid form {
    width: 65%;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 767px) {
  .homepage-product .product-wrapper .product-grid form {
    width: 95%;
  }

  .homepage-product .product-wrapper .product-grid .grid-item .product-body .product-actions {
    flex-direction: column;
    align-items: start;
    gap: 43px;
  }

  .homepage-product .product-wrapper {
    margin-bottom: 60px;
  }

}

/* HOMEPAGE PRODUCT END */
/* HOMEPAGE BANNER START */
.homepage-banner {}

.homepage-banner .homepage-banner-wrapper {
  padding: 5vw 0 9.375vw;
}

.homepage-banner .homepage-banner-wrapper img {
  width: 100%;
  max-height: 710px;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

/* HOMEPAGE BANNER END */
/* HOMEPAGE NEWS START */
.homepage-news {}

.homepage-news .news-wrapper {
  margin-bottom: 6vw;
}

.homepage-news .news-wrapper .news-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5vw;
}

.homepage-news .news-wrapper .news-header .default-border-b {
  color: var(--primary);
  font-size: 60px;
  font-weight: 700;
  line-height: 73px;
  /* 121.667% */
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}

.homepage-news .news-wrapper .news-grid {
  position: relative;
  overflow: hidden;
}

.homepage-news .news-wrapper .news-grid .grid-item {
  border-radius: 30px;
  background: #414641;
  display: block;
}

.homepage-news .news-wrapper .news-grid .grid-item .news-img {
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 80px 80px;
  margin-bottom: 2rem;
}

.homepage-news .news-wrapper .news-grid .grid-item .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 438px;
  will-change: transform;
  transition: transform 400ms ease;
}

.homepage-news .news-wrapper .news-grid .grid-item .news-body {
  padding: 0 58px;
  display: flex;
  flex-direction: column;
}

.homepage-news .news-wrapper .news-grid .grid-item .news-body .news-title {
  color: var(--white);
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 43px;
  /* 122.857% */
  text-transform: capitalize;
  margin: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.homepage-news .news-wrapper .news-grid .grid-item .news-footer {
  text-align: center;
  margin-top: 42px;
  padding-bottom: 2rem;
}

.homepage-news .news-wrapper .news-grid .grid-item .news-footer .news-footer-btn {
  background-color: rgba(212, 212, 212, 0.10);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 45px;
  transition: all 400ms ease;
}

.homepage-news .news-wrapper .news-grid .grid-item .news-footer a span {}

.homepage-news .news-wrapper .news-grid .grid-item .news-footer .news-footer-btn svg {
  position: relative;
  top: 4px;
}

.homepage-news .news-wrapper .news-grid .grid-item .news-footer a svg path {}

.homepage-news .news-wrapper .news-swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  gap: 1rem;
}

.homepage-news .news-wrapper .news-swiper-nav .nav-btn {
  width: 106px;
  height: 60px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transition: all 400ms ease;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .homepage-news .news-wrapper .news-swiper-nav {
    display: none;
  }

  .homepage-news .news-wrapper {
    padding-bottom: 90px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .homepage-about .about-wrapper {
    gap: 67px;
  }
}

/* HOMEPAGE NEWS END */
/* HOMEPAGE ABOUT START */
.homepage-about {
  background: #2B2D2B;
  position: relative;
  height: 100vh;
  padding: 5vw 0 0;
}

.homepage-about .about-wrapper {
  display: flex;
  gap: 9.9vw;
  height: calc(100% + 45px);
}

.homepage-about .about-wrapper .about-slide-text {
  max-width: 603px;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 7vw;
}

.homepage-about .about-wrapper .about-slide-text .swiper-wrapper {}

.homepage-about .about-wrapper .about-slide-text .swiper-wrapper .swiper-slide {}

.homepage-about .about-wrapper .about-slide-text .swiper-wrapper .swiper-slide .slide-text-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4rem;
}

.homepage-about .about-wrapper .about-slide-text .swiper-wrapper .swiper-slide .slide-text-content h2 {
  color: var(--primary);
  font-size: 60px;
  font-weight: 700;
  line-height: 63px;
  /* 105% */
  text-transform: capitalize;
  margin: 0;
}

.homepage-about .about-wrapper .about-slide-text .swiper-wrapper .swiper-slide .slide-text-content p {
  color: var(--primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  text-transform: capitalize;
  margin: 0;
}

.homepage-about .about-wrapper .about-slide-text .swiper-wrapper .swiper-slide .slide-text-content a {
  line-height: normal;
}

.homepage-about .about-wrapper .about-slide-img {
  flex: 1;
  position: relative;
  overflow: hidden;
  padding-top: 11.9vw;
  padding-bottom: 5.5vw;
  margin-top: -45px;
}

.homepage-about .about-wrapper .about-slide-img .swiper-wrapper {}

.homepage-about .about-wrapper .about-slide-img .swiper-wrapper .swiper-slide {
  transition: all 400ms ease;
  padding-left: 11px;
}

.homepage-about .about-wrapper .about-slide-img .swiper-wrapper .swiper-slide .slide-img-item {
  position: relative;
  max-width: 300px;
}

.homepage-about .about-wrapper .about-slide-img .swiper-wrapper .swiper-slide .slide-img-item .img {
  position: relative;
  overflow: hidden;
  border-radius: 140px;
}


.homepage-about .about-wrapper .about-slide-img .swiper-wrapper .swiper-slide .slide-img-item .img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(76, 81, 76, 0.50);
  transition: all 400ms ease;
}

.homepage-about .about-wrapper .about-slide-img .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .slide-img-item .img::before {
  background: rgba(76, 81, 76, 0.30);
}

.homepage-about .about-wrapper .about-slide-img .swiper-wrapper .swiper-slide .slide-img-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 550px;
}

.homepage-about .about-wrapper .about-slide-img .swiper-wrapper .swiper-slide .slide-img-item .slide-img-content {
  position: absolute;
  z-index: 5;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
}

.homepage-about .about-wrapper .about-slide-img .swiper-wrapper .swiper-slide .slide-img-item .slide-img-content .numb {
  color: var(--primary);
  font-family: "Berkshire Swash";
  font-size: 77px;
  font-weight: 400;
  /* 41.558% */
  text-transform: capitalize;
}

.homepage-about .about-wrapper .about-slide-img .swiper-wrapper .swiper-slide .slide-img-item .slide-img-content .text {
  color: var(--primary);
  font-size: 30px;
  font-weight: 600;
  line-height: 32px;
  /* 106.667% */
  text-transform: capitalize;
}

.homepage-about .about-wrapper .about-swiper-nav {
  position: absolute;
  bottom: 121px;
  left: 50%;
  transform: translateX(-83%);
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 2;
}

.homepage-about .about-wrapper .about-slide-img .swiper-wrapper .swiper-slide:not(.swiper-slide-thumb-active) {
  transform: translateY(-8.9vw);
}


.homepage-about .about-wrapper .about-swiper-nav .nav-btn {
  transition: all 400ms ease;
  border-radius: 100px;
  cursor: pointer;
}

.homepage-about .about-wrapper .about-swiper-nav .nav-btn svg {}

.homepage-about .about-wrapper .about-swiper-nav .nav-btn svg rect {}

.homepage-about .about-wrapper .about-swiper-nav .nav-btn svg path {}

.homepage-about .about-wrapper .about-swiper-nav .nav-btn svg defs {}

.homepage-about .about-wrapper .about-swiper-nav .nav-btn svg defs #paint0_linear_149_283 {}

.homepage-about .about-wrapper .about-swiper-nav .nav-btn svg defs #paint0_linear_149_283 stop {}

@media screen and (max-width: 1640px) {
  .homepage-about .about-wrapper .about-slide-text {
    max-width: 510px;
  }
}

@media screen and (max-width: 1199px) {
  .banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper .swiper-slide .banner-product .product-img-wrapper .product-image {
    max-width: 381px;
  }

  .banner .banner-wrapper .banner-content .banner-swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    transform: unset;
  }

  .homepage-about {
    height: unset;
  }

  .homepage-about .about-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
  }

  .homepage-about .about-wrapper .about-slide-text {
    max-width: 100%;
    padding-top: 0;
  }

  .homepage-about .about-wrapper .about-slide-img {
    margin: unset;
    padding: unset;
    width: 100%;
  }

  .homepage-about .about-wrapper .about-slide-img .swiper-wrapper .swiper-slide:not(.swiper-slide-thumb-active) {
    transform: unset;
  }

  .homepage-about .about-wrapper .about-slide-img .swiper-wrapper .swiper-slide::after {
    display: none;
  }

  .homepage-about .about-wrapper .about-slide-img .swiper::after {
    display: none;
  }

  .homepage-about .about-wrapper .about-slide-text .swiper-wrapper .swiper-slide .slide-text-content {
    align-items: center;
    text-align: center;
  }

  .homepage-about .about-wrapper .about-swiper-nav {
    position: unset;
    transform: unset;
  }

  .homepage-about .about-wrapper::before {
    display: none;
  }

  .homepage-about .about-wrapper .about-slide-img .swiper-wrapper .swiper-slide .slide-img-item {
    max-width: none;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .homepage-about .about-wrapper .about-slide-img .swiper-wrapper .swiper-slide {
    padding-left: unset;
  }
}

@media screen and (max-width: 767px) {
  .homepage-about .about-wrapper .about-slide-text .swiper-wrapper .swiper-slide .slide-text-content h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .homepage-about .about-wrapper .about-slide-text .swiper-wrapper .swiper-slide .slide-text-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .homepage-about .about-wrapper .about-slide-text .swiper-wrapper .swiper-slide .slide-text-content {
    gap: 2rem;
  }

}

/* HOMEPAGE ABOUT END */

/* HOMEPAGE MARQUEE START */

.homepage-marquee {
  padding: 4vw 0 6vw;
  background: #2b2d2b;
}

/* HOMEPAGE MARQUEE END */

/* BASKET START */

.basket {
  padding: 40px;
  color: #fff;
  position: relative;
}

.basket .basket-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

/* Başlıklar */
.basket .basket-wrapper h2,
.basket .basket-wrapper .basket-summary h2 {
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--primary);
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
  /* 106.667% */
  text-transform: uppercase;
  padding-left: 38px;
}

/* Alışveriş Detay Kutusu */
.basket .basket-wrapper .basket-details {
  flex: 1;
}

/* Tablo Başlıkları */
.basket .basket-wrapper .basket-details .basket-table .basket-header {
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  font-weight: bold;
  color: #ccc;
}

.basket .basket-wrapper .basket-details .basket-table {
  border-radius: 32px;
  border: 1px solid rgba(250, 250, 250, 0.30);
  background: #2B2D2B;
  padding: 23px 4rem 2.5rem;
}

/* Ürün Satırları */
.basket .basket-wrapper .basket-details .basket-table .basket-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #2a2a2a;
  padding-top: 24px;
  position: relative;
}

/* Sütunlar */
.basket .basket-wrapper .basket-details .column {
  flex: 1;
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  /* 160% */
  text-transform: capitalize;
}

.basket .basket-wrapper .basket-details .column.product {
  display: flex;
  align-items: center;
  gap: 15px;
  /* 160% */
}

.basket .basket-wrapper .basket-details .column.quantity {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.basket .basket-wrapper .basket-details .column.price {
  text-align: end;
}

.basket .basket-wrapper .basket-details .column .delete-icon {
  color: #F04438;
}

/* Ürün Görseli */

.basket .basket-wrapper .basket-details .column .column-img {
  flex-shrink: 0;
}

.basket .basket-wrapper .basket-details .column.product img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

/* Ürün Bilgisi */
.basket .basket-wrapper .basket-details .column.product .product-info p {
  margin: 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: inherit;
}

.basket .basket-wrapper .basket-details .column.product .product-info p:hover {
  color: var(--hover-color);
}

.basket .basket-wrapper .basket-details .column.product .product-info small {
  color: #aaa;
  font-size: 12px;
}

/* Alışveriş Özeti Kutusu */

.basket .basket-wrapper .basket-summary-wrapper {
  max-width: 486px;
  flex: 1;
  width: 100%;
}

.basket .basket-wrapper .basket-summary {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border-radius: 32px;
  border: 1px solid rgba(250, 250, 250, 0.30);
  background: #2B2D2B;
}

/* Özet Kalemleri */
.basket .basket-wrapper .basket-summary .summary-item {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  /* 160% */
  text-transform: capitalize;
}

.basket .basket-wrapper .basket-summary .summary-item.discount span:last-child {
  color: #f44336;
}

.basket .basket-wrapper .basket-summary .summary-item.total {}

/* Tamamla Butonu */
.basket .basket-wrapper .basket-summary .complete-order {
  margin-top: auto;
  padding: 15px;
  background-color: #31b94d;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 85px;
  outline: none;
  text-align: center;
  width: 100%;
}

.basket .basket-wrapper .basket-summary .complete-order:hover {
  background-color: #2ca543;
}

.basket .basket-wrapper .basket-details .column.quantity div {
  cursor: pointer;
  display: inline-flex;
}

.basket .basket-wrapper .basket-details .column .quanity-reduce svg {}

.basket .basket-wrapper .basket-details .column.quantity div svg path {
  transition: all 400ms ease;
}

.basket .basket-wrapper .basket-details .basket-table .sepet-button {
  display: flex;
  justify-content: end;
  margin-top: 3rem;
}

.basket .basket-wrapper .basket-details .basket-table .sepet-button .discount-btn-wrapper {}

.basket .basket-wrapper .basket-details .basket-table .sepet-button .discount-btn-wrapper .discount-btn {
  background: #262826;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 20px;
  transition: all 400ms ease;
  cursor: pointer;
}

.coupon-container {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background: rgb(137 124 93 / 14%);
  backdrop-filter: blur(8px);
  transition: all 400ms ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.coupon-container.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}


.coupon-container .coupon {
  width: 400px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  background: #262826;
  border-radius: 2rem;
  padding: 3rem 3rem 2.5rem;
  position: relative;
}

.coupon-container .coupon label {
  font-size: 24px;
  position: absolute;
  top: 2rem;
  left: 3rem;
}

.coupon-container .coupon input {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  border: 0;
  outline: none;
  width: 100%;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border: 1px solid #5c5c5c;
  gap: 8px;
  transition: all 400ms ease;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 1rem;
}

.coupon-container .coupon input:focus {
  border-color: var(--green);
}

.coupon-container .coupon form {
  width: 100%;
}

.coupon-container .coupon form .coupon_btn {}

.coupon-container .coupon form .coupon_btn button {
  width: 100%;
  padding: 10px 0;
  border-radius: 8px;
  border: none;
  background: #41b050;
  color: #fff;
  outline: none;
  font-size: 20px;
  transition: all 400ms ease;
}

.coupon-container .coupon form .coupon_btn .close_coupon {
  position: absolute;
  top: 2rem;
  right: 3rem;
  cursor: pointer;
  transition: all 400ms ease;
}

.basket .basket-wrapper .basket-summary input[type="checkbox"] {
  appearance: auto;
  accent-color: #34a853 !important;
}

.basket .basket-wrapper .basket-summary .input-content {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.basket .basket-wrapper .basket-summary .input-content label {
  margin: 0;
  font-size: 18px;
  line-height: normal;
}

.basket .basket-wrapper .basket-summary .input-content label a {
  color: var(--hover-color);
}

.basket-nav {
  background-color: #262826;
  margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
  .basket .basket-wrapper .basket-details .basket-table {
    padding: 1.5rem;
  }

  .basket .basket-wrapper .basket-summary .summary-item {
    padding: 0 12px 1.5rem;
  }

  .basket .basket-wrapper {
    gap: 1.5rem;
  }

  .basket {
    padding: 40px 0;
  }
}

@media screen and (max-width: 1199px) {
  .basket .basket-wrapper .basket-summary-wrapper {
    max-width: 340px;
  }

  .basket .basket-wrapper .basket-summary {
    padding: 1.5rem 1rem;
  }

  .basket .basket-wrapper .basket-summary .summary-item {
    font-size: 18px;
    font-weight: 500;
  }

  .basket .basket-wrapper .basket-summary .complete-order {
    margin-top: 50px;
    font-size: 20px;
  }

  .basket .basket-wrapper .basket-details .column.product {
    gap: 12px;
  }

  .basket .basket-wrapper .basket-details .column.quantity {
    flex: 0 0 8%;
  }

  .basket .basket-wrapper .basket-details .basket-table .basket-header {
    gap: 1rem;
  }

  .basket .basket-wrapper .basket-details .basket-table .basket-row {
    gap: 1rem;
  }

  .basket .basket-wrapper .basket-details .column.product img {
    width: 75px;
    height: 75px;
  }

  .basket .basket-wrapper .basket-details .column.product .product-info p {
    font-weight: 500;
    line-height: 24px;
  }

  .basket .basket-wrapper .basket-details .column.price {
    flex: 0 0 33%;
  }

  .basket .basket-wrapper h2,
  .basket .basket-wrapper .basket-summary h2 {
    font-size: 24px;
  }

  .basket .basket-wrapper {
    flex-direction: column;
    align-items: end;
  }

  .basket .basket-wrapper .basket-details {
    width: 100%;
  }

  .basket .basket-wrapper .basket-summary-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .basket .basket-wrapper .basket-details .column.product {
    flex-direction: column;
    align-items: start;
  }
}

/* BASKET END */


/* BASKET STEPS */
.product-address-form-container {
  width: 100%;
}

.product-address-form-container .product-address-form-wrapper {
  width: 100%;
  display: flex;
  gap: clamp(1rem, 1.8vw, 2rem);
}

.product-address-form-container .product-address-form-wrapper .product-address-form {
  flex: 1;
}

.product-address-form-container .product-address-form-wrapper .product-address-form .product-address-title {
  padding: 8px 0px;
  color: var(--desaturated-blue);
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(24px, 1.8vw, 32px);
  font-weight: 500;
  line-height: normal;
  margin-bottom: clamp(1rem, 1.8vw, 2rem);
}

.product-address-form-container .product-address-form-wrapper .product-address-form .delivery-address-form {}

.product-address-form-container .product-address-form-wrapper .product-address-form .delivery-address-form .form-input {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.8vw, 2rem);
  margin-bottom: clamp(1rem, 1.8vw, 2rem);
  flex-wrap: unset;
}

.product-address-form-container .product-address-form-wrapper .product-address-form .delivery-address-form .form-input.institutional {
  display: none;
}


.product-address-form-container .product-address-form-wrapper .product-address-form .delivery-address-form .form-input .default-form-icon-input {
  width: 100%;
  flex: 1;
  display: flex;
}

.product-address-form-container .product-address-form-wrapper .product-address-form .delivery-address-form .form-input input,
.product-address-form-container .product-address-form-wrapper .product-address-form .delivery-address-form .form-input textarea {
  display: flex;
  padding: 18px clamp(12px, 2.1vw, 38px) 18px 1rem;
  align-items: center;
  gap: 8px;
  flex: 1;
  border: 1.5px solid #CED6DD;
  color: var(--desaturated-blue);
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  transition: .4s;
  resize: none;
  border-radius: 0;
}

.product-address-form-container .product-address-form-wrapper .order-note {}

.product-address-form-container .product-address-form-wrapper .order-note textarea {}

.product-address-form-container .product-address-form-wrapper .order-note a {}

.product-address-form-container .product-address-form-wrapper .order-note a svg {}

.product-address-form-container .product-address-form-wrapper .order-note a svg path {}

.product-address-form-container .product-address-form-wrapper .product-address-form .delivery-address-form .nice-select {
  display: flex;
  padding: 18px clamp(12px, 2.1vw, 38px) 18px 1rem;
  align-items: center;
  gap: 8px;
  flex: 1;
  border: 1.5px solid #CED6DD;
  color: var(--desaturated-blue);
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  transition: .4s;
  border-radius: 0;
  height: unset;
}

.product-address-form-container .product-address-form-wrapper .product-address-form .delivery-address-form .form-radio-group {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.8vw, 2rem);
  margin-bottom: clamp(1rem, 1.8vw, 2rem);
  flex-wrap: unset;
  min-height: 58px;
}

.product-address-form-container .product-address-form-wrapper .product-address-form .delivery-address-form .form-input textarea {
  max-height: 148px;
}

.basket .order-note {
  margin-bottom: 2rem;
}

.basket .order-note textarea {
  border-radius: 32px;
  border: 1px solid #4E574E;
  padding: 20px 40px;
  background: transparent;
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  transition: all 400ms ease;
  resize: none;
  height: 240px;
}

.basket .order-note textarea:focus {
  border-color: var(--green);
}

.basket .order-note a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 22px;
}

.product-address-form-container .product-address-form-wrapper .product-address-form .delivery-address-form .form-radio-group .radio-item {
  position: relative;
  cursor: pointer;
}

.product-address-form-container .product-address-form-wrapper .product-address-form .delivery-address-form .form-radio-group .radio-item input {
  position: absolute;
}

.product-address-form-container .product-address-form-wrapper .product-address-form .delivery-address-form .form-radio-group .radio-item .item-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
}

.product-address-form-container .product-address-form-wrapper .product-address-form .delivery-address-form .form-radio-group .radio-item .item-text::before {
  content: '';
  position: relative;
  left: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid var(--strong-cyan);
}

.product-address-form-container .product-address-form-wrapper .product-address-form .delivery-address-form .form-radio-group .radio-item input:checked~.item-text::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: scale(1);
}

.product-address-form-container .product-address-form-wrapper .product-address-form .delivery-address-form .form-radio-group .radio-item .item-text::after {
  content: '';
  position: absolute;
  left: 5px;
  width: 14px;
  height: 14px;
  background: var(--strong-cyan);
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .4s;
}

.product-address-form-container .product-address-form-wrapper .product-address-form .delivery-address-form .form-input button {
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 400;
  line-height: normal;
  margin: 0;
  flex: 1;
  padding: 6px 0;
  outline: none;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .product-address-form-container .product-address-form-wrapper {
    flex-direction: column;
  }
}

.infoGroups.order-detail .invoice-wrapper .invoice-detail {
  width: 50%;
}

.payment-info-container {
  width: 100%;
}

.infoGroups-wrapper {
  display: flex;
  gap: 1rem;
}

.infoGroups {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mybasket.payment .credit-card input {
  display: flex;
  padding: clamp(12px, 1vw, 18px) clamp(12px, 2.1vw, 38px) clamp(12px, 1vw, 18px) 1rem;
  align-items: center;
  gap: 8px;
  flex: 1;
  border: 1.5px solid #CED6DD;
  color: var(--desaturated-blue);
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  transition: .4s;
  resize: none;
  border-radius: 0;
  width: 100%;
  background: var(--thin-white) !important;
  font-size: 20px;
}

.card-wrap {
  width: 100%;
  background: #f4f4f4;
}

.card-type {
  display: none;
}

.odemeSecenek {
  background: #3d3d3d;
  border: none;
}

.basket-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(16px, 1.2vw, 21px);
  font-weight: 500;
  line-height: normal;
  background: #e4fbff;
  color: var(--strong-cyan);
  padding: 13px 22px;
  margin: 0;
}

.credit-card-input-group {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.credit-card-input-group .nice-select {
  flex: 1;
  display: flex;
  padding: clamp(12px, 1vw, 18px) clamp(12px, 2.1vw, 38px) clamp(12px, 1vw, 18px) 1rem;
  align-items: center;
  gap: 8px;
  flex: 1;
  border: 1.5px solid #CED6DD;
  color: var(--desaturated-blue);
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  transition: .4s;
  resize: none;
  border-radius: 0;
  width: 100%;
  background: var(--thin-white) !important;
  height: unset;
}

.sepet-back .default-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 22px;
  background: #33b24c;
  color: #ffffff;
  font-size: 20px;
  line-height: 2;
  border-radius: 100px;
}

.sepet-back {
  margin-bottom: clamp(1rem, 1.8vw, 2rem);
}

.payment-select ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--desaturated-blue);
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(16px, 1.2vw, 21px);
  font-weight: 500;
  line-height: normal;
  background: #fbf6f0;
  color: var(--bold-orange);
  flex: 1;
  justify-content: center;
}

.mybasket .table-striped tbody tr:nth-of-type(odd) {
  color: #fff;
}

.payment-options ul li a {
  width: 100%;
  text-align: center;
  background: #3c3c3c;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.payment-options ul {
  gap: 1rem;
}

.scrollArea.sozlesmeDetay {
  width: 100%;
}

div#onbilgilendirme_detay .sozlesmeDetay {
  width: 100%;
}

h4.scrollHead.inlineS {
  text-align: center;
  margin: unset;
  color: var(--desaturated-blue);
  font-size: clamp(18px, 1.5vw, 24px);
}

.payment-info-container .col-12 {
  padding: 0;
}

div#onbilgilendirme_detay .sozlesmeDetay {
  color: #fff !important;
  background: transparent !important;
  border-color: #717271;
  padding: 24px;
  border-radius: 32px;
}

.scrollArea.sozlesmeDetay {
  background: transparent !important;
  border-color: #717271;
  padding: 24px;
  border-radius: 32px;
}

.scrollArea.sozlesmeDetay {
  margin-bottom: 0;
}

.payment-info-container .payment-info-wrapper .col-12 {
  border-bottom: 1px solid var(--thin-blue);
  margin-bottom: clamp(1.5rem, 1.8vw, 2rem);
}

.basket-last-products .product-title {
  margin-bottom: clamp(1.5rem, 1.8vw, 2rem);
  font-size: clamp(20px, 1.5vw, 24px);
}

.basket-last-products .product-list {
  border-bottom: 0 !important;
  padding: 0 !important;
  margin-bottom: 2rem;
}

.basket .summary-aggrement {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: var(--desaturated-blue);
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 4px;
  gap: 8px;
  border-top: 1px solid var(--thin-blue);
}

.custom-control-input:checked~.custom-control-label::before {
  background: var(--strong-cyan);
  border-color: var(--strong-cyan);
}

.custom-control-label::after {
  box-shadow: none !important;
}

h5.odemeAcklama {
  font-size: 14px;
  color: #fff;
  border-color: #777777;
}

.odemeBilgi {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .infoGroups-wrapper {
    flex-direction: column;
  }

  .infoGroups.order-detail .invoice-wrapper .invoice-detail {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .payment-info-container {
    padding-top: 12px;
  }

  .infoGroups-wrapper {
    flex-direction: unset;
  }

  .infoGroups.order-detail .invoice-wrapper .invoice-detail {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .card-wrap {
    width: 100%;
  }

  .odemeSecenek {
    padding: 12px;
  }

  .infoGroups-wrapper {
    flex-direction: column;
  }

  .infoGroups.order-detail .invoice-wrapper .invoice-detail {
    width: 100%;
  }

  .mybasket.payment .payment-select .payment-options ul {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .payment-select ul li {
    flex: 1 0 calc(50% - .5rem);
  }

  .payment-info-container .col-12 {
    padding: 0;
  }

  .payment-info-container {
    padding-top: 0;
  }

  .payment-options ul li a {
    /* width: 100%; */
    text-align: center;
  }

  .card-wrap p {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }

  .card-wrap label {
    font-size: 14px;
  }

  h5.odemeAcklama {
    font-size: 15px;
    font-weight: 400;
  }

  .odemeBanks .odeme-icerik {
    flex-direction: column;
    align-items: start !important;
    justify-content: start;
  }

  .odemeBilgi {
    margin-left: 0;
  }

  .odemeImg {
    margin-bottom: 1rem;
  }

  .odemeBilgi p {
    font-size: 14px;
  }

  .cvv-type h6 {
    font-size: 14px;
  }

  .alert.alert-spec>.message {
    font-size: 14px;
  }

  div#onbilgilendirme_detay .sozlesmeDetay {
    padding: 24px;
    margin-top: 1rem;
  }

  .scrollArea.sozlesmeDetay {
    margin-top: 1rem;
    padding: 24px;
  }
}

.product-select-address-wrapper {}

.product-select-address-wrapper .select-address-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-select-address-wrapper .select-address-header .header-title {
  color: var(--desaturated-blue);
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(22px, 1.5vw, 24px);
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.product-select-address-wrapper .select-address-header .btn-light-orange {
  padding: 7px 24px;
  text-align: center;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
  background: #31b94d;
  border-radius: 100px;
}

.product-select-address-wrapper .product-address-list {
  padding: 2rem 0;
}

.product-select-address-wrapper .product-address-list .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.product-select-address-wrapper .product-address-list .list-wrapper .invoice-detail {
  flex: 1 0 calc(50% - 1rem);
}

.product-select-address-wrapper .product-address-list .list-wrapper .invoice-detail .invoice-edit {}

.product-select-address-wrapper .product-address-list .list-wrapper .invoice-detail .invoice-edit svg {}

.product-select-address-wrapper .product-address-list .list-wrapper .invoice-detail .invoice-edit svg path {}

.product-select-address-wrapper .product-address-list .list-wrapper .invoice-detail .detail-title {}

.product-select-address-wrapper .product-address-list .list-wrapper .invoice-detail .detail-description {
  border-bottom: 1px solid var(--bold-orange);
  margin-bottom: 12px;
  padding-bottom: 12px;
  width: 100%;
}

.product-select-address-wrapper .product-address-list .list-wrapper .invoice-detail .detail-description .description-item {}

.product-select-address-wrapper .product-address-list .list-wrapper .invoice-detail .detail-description .description-item br {}

.product-select-address-wrapper .product-address-list .choose-address-type {
  display: flex;
  width: 100%;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.product-select-address-wrapper .product-address-list .choose-address-type .type-input {
  position: relative;
}

.product-select-address-wrapper .product-address-list .choose-address-type .type-input input {
  position: absolute;
}

.product-select-address-wrapper .product-address-list .choose-address-type .type-input label {
  color: #878787;
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: .4s;
}

.product-select-address-wrapper .product-address-list .choose-address-type .type-input label::before {
  position: relative;
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid var(--hover-color);
  border-radius: 50%;
}

.product-select-address-wrapper .product-address-list .choose-address-type .type-input input:checked~label::after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(-50%) scale(1);
}

.product-select-address-wrapper .product-address-list .choose-address-type .type-input label:after {
  position: absolute;
  content: '';
  left: 4px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 12px;
  height: 12px;
  background: var(--hover-color);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .4s;
}

.odemeYazi h4 {
  color: var(--desaturated-blue);
}


.odemeYazi p {
  color: #fff;
}


.odemeSecenek h4 {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .product-select-address-wrapper .select-address-header {
    gap: 1rem;
  }

  .product-select-address-wrapper .select-address-header .btn-light-orange {
    padding: 4px 20px;
    font-size: 16px;
  }

  .product-select-address-wrapper .select-address-header .header-title {
    font-size: 20px;
  }

  .odemeYazi {
    padding: 24px;
  }

  .odemeYazi h4 {
    font-size: 20px;
    margin-bottom: 1rem;
  }

  .odemeYazi p {
    font-size: 14px;
  }
}

/* BASKET STEPS END */

/* ORDER DETAIL START */
.order-detail {
  display: flex;
  padding: clamp(2rem, 2.5vw, 48px) 32px;
  flex-direction: column;
  align-items: flex-start;
  background: var(--thin-white);
}

.order-detail .order-back-btn {
  margin-bottom: clamp(1rem, 1.8vw, 2rem);
}

.order-detail .detail-wrapper {
  width: 100%;
}

.order-detail .detail-wrapper .detail-container {}

.order-detail .detail-wrapper .detail-container .detail-title {
  color: var(--desaturated-blue);
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(24px, 1.8vw, 32px);
  font-weight: 500;
  line-height: normal;
  padding: 8px 0;
  margin-bottom: clamp(1rem, 1.7vw, 2rem);
}

.order-detail .detail-wrapper .detail-container .detail-info {
  display: inline-block;
  color: var(--desaturated-blue);
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(14px, 0.8vw, 17px);
  font-weight: 500;
  line-height: normal;
  margin-bottom: clamp(1rem, 1.7vw, 2rem);
}

.order-detail .detail-wrapper .detail-container .detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--desaturated-blue);
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border-bottom: 1px solid var(--desaturated-blue);
  padding-bottom: .5rem;
  margin-bottom: clamp(16px, 1.25vw, 24px);
}

.order-detail .detail-wrapper .detail-container .detail-header .header-text {
  display: flex;
  padding: 15px 38px 15px 12px;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
}

.order-detail .detail-wrapper .detail-container .detail-header .header-text:last-child {
  justify-content: end;
}

.order-detail .detail-wrapper .detail-container .detail-product {
  margin-bottom: clamp(1rem, 1.8vw, 2rem);
}

.order-detail .detail-wrapper .detail-container .detail-product .product-item {
  display: flex;
  justify-content: space-between;
  border: 0;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid var(--thin-blue);
  padding-bottom: 24px;
}

.order-detail .detail-wrapper .detail-container .detail-product .product-item .product-info {
  display: flex;
  gap: 1rem;
}

.order-detail .detail-wrapper .detail-container .detail-product .product-item .product-info .info-img {
  flex-shrink: 0;
}

.order-detail .detail-wrapper .detail-container .detail-product .product-item .product-info .info-img img {
  max-width: 100px;
  max-height: 200px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order-detail .detail-wrapper .detail-container .detail-product .product-item .product-info .info-text {}

.order-detail .detail-wrapper .detail-container .detail-product .product-item .product-info .info-text .text-title {
  color: var(--desaturated-blue);
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(16px, 1vw, 19px);
  font-weight: 600;
  line-height: 1.2;
  padding: 9px 4px;
  margin: 0;
  transition: .4s;
}

.order-detail .detail-wrapper .detail-container .detail-product .product-item .product-info .info-text .info-desc {}

.order-detail .detail-wrapper .detail-container .detail-product .product-item .product-info .info-text .info-desc .desc-item {
  color: #9C9EA0;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: flex;
  padding: 2px 4px;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.order-detail .detail-wrapper .detail-container .detail-product .product-item .product-info .info-text .info-desc .desc-item .item-title {
  padding: 2px 0;
}

.order-detail .detail-wrapper .detail-container .detail-product .product-item .product-info .info-text .info-desc .desc-item .item-desc {}

.order-detail .detail-wrapper .detail-container .detail-product .product-item .item-right-area {
  text-align: end;
}

.order-detail .detail-wrapper .detail-container .detail-product .product-item .item-right-area .product-price {
  display: flex;
  padding: 15px clamp(12px, 2.1vw, 38px) 15px 12px;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  color: #9C9EA0;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.order-detail .detail-wrapper .detail-container .detail-price {}

.order-detail .detail-wrapper .detail-container .detail-price .price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(1rem, 1.8vw, 2rem);
  padding-bottom: clamp(1rem, 1.8vw, 2rem);
  border-bottom: 1px solid var(--thin-blue);
}

.order-detail .detail-wrapper .detail-container .detail-price .price-item .item-text {
  color: var(--desaturated-blue);
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding: 0 clamp(12px, 2.1vw, 38px) 0 12px;
}

.order-detail .detail-wrapper .detail-container .detail-price .price-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--thin-blue);
  margin-bottom: clamp(1rem, 1.6vw, 24px);
  padding-bottom: clamp(1rem, 1.6vw, 24px);
}

.order-detail .detail-wrapper .detail-container .detail-price .price-total .total-text {
  color: var(--desaturated-blue);
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(16px, 1vw, 19px);
  font-weight: 500;
  line-height: normal;
  padding: 0 clamp(12px, 2.1vw, 38px) 0 12px;
}

.order-detail .invoice-wrapper {
  width: 100%;
}

.order-detail .invoice-wrapper.success {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.order-detail .invoice-wrapper .invoice-title {
  color: var(--desaturated-blue);
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(24px, 1.8vw, 32px);
  font-weight: 500;
  line-height: normal;
  padding: 8px 0;
  width: 100%;
  flex: 1 0 100%;
}

.order-detail .invoice-wrapper .invoice-detail {
  display: inline-flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--thin-blue);
  width: 35%;
}

.order-detail .invoice-wrapper .invoice-detail .detail-title {
  leading-trim: both;
  text-edge: cap;
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 500;
  line-height: 36px;
  /* 138.462% */
  padding: 8px 0 12px;
  border-bottom: 1px solid var(--bold-orange);
  width: 100%;
  margin-bottom: 12px;
}

.order-detail .invoice-wrapper .invoice-detail .detail-description {}

.order-detail .invoice-wrapper .invoice-detail .detail-description .description-item {
  color: #878787;
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.order-detail .invoice-wrapper .invoice-detail .detail-description .description-item br {}

@media screen and (max-width: 1199px) {
  .order-detail .invoice-wrapper .invoice-detail .detail-title {
    padding-top: 0;
  }

  .order-detail .invoice-wrapper .invoice-detail {
    width: 50%;
  }

  .order-detail .invoice-wrapper.success .invoice-detail {
    width: calc(50% - 1rem);
  }
}

@media screen and (max-width: 767px) {
  .order-status .status-wrapper .status-header {
    padding: 24px;
    gap: 1rem;
    align-items: center;
    text-align: center;
  }

  .order-detail .invoice-wrapper.success .invoice-detail {
    width: 100%;
  }

  .order-status .status-wrapper .status-header .header-title .title-text {
    font-size: clamp(20px, 5.5vw, 24px);
    line-height: normal;
  }

  .order-status .status-wrapper .status-header .header-title {
    gap: 8px;
    text-align: start;
  }

  .order-status .status-wrapper .status-header .header-title .title-icon {
    padding: 4px;
  }

  .order-detail {
    padding: 24px !important;
  }

  .product-select-address-wrapper .product-address-list {
    padding: 2rem 0 !important;
  }

  .account .order-detail-container .order-detail {
    padding: 0 !important;
  }

  .payment-confirmation-container .order-detail-container .order-top {
    text-align: center;
  }

  .order-detail .detail-wrapper .detail-container .detail-product .product-item {
    flex-direction: column;
  }

  .order-detail .detail-wrapper .detail-container .detail-product .product-item .product-info .info-text .text-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    max-height: 60px;
  }

  .order-detail .detail-wrapper .detail-container .detail-product .product-item .item-right-area .product-price {
    display: inline-flex;
    padding: 5px 12px;
    background: var(--desaturated-blue);
    color: var(--white);
    border-radius: 100px;
    margin-top: 1rem;
  }

  .order-detail .detail-wrapper .detail-container .detail-product {
    overflow-x: auto;
    text-wrap: nowrap;
  }

  .order-detail .invoice-wrapper .invoice-detail {
    width: 100%;
  }

  .order-detail .detail-wrapper .detail-container .detail-product::-webkit-scrollbar-thumb {
    background: var(--strong-cyan);
    border-radius: 100px;
  }

  .order-detail .detail-wrapper .detail-container .detail-product::-webkit-scrollbar {
    height: 5px;
  }

  .order-detail .detail-wrapper .detail-container .detail-product::-webkit-scrollbar-track {
    border-radius: 100px;
  }
}

/* ORDER DETAIL END */

/* PAYMENT CONFIRMATION START */


.payment-confirmation-container {
  display: flex;
  justify-content: center;
}

.payment-confirmation-container .order-detail-container {
  background: transparent;
  padding: 0;
}

.payment-confirmation-container .order-detail-container .order-top {
  background: #2d2d2d;
  padding: 48px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 45px;
  border: 1px solid #676868;
}

.payment-confirmation-container .order-detail-container .order-top span.title {
  font-weight: 500;
  font-size: 21px;
  color: 3fff;
}

.payment-confirmation-container .order-detail-container .order-top p {
  font-weight: bold;
  font-size: 17px;
  color: #b9b9b9;
}

.payment-confirmation-container .order-detail-container .order-top p span {
  color: #808080;
}

.payment-confirmation-container .order-detail-container .order-detail {
  padding: 48px;
  background: #2d2d2d;
  border-radius: 16px;
  border: 1px solid #676868;
}

/* PAYMENT CONFIRMATION END */

/*----------------- DOLU SEPET -------------------*/
.sepet-dolu-container {
  padding: 29px 50px;
  background: #fafafa;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.sepet-dolu-container .sepet-view {
  flex: 3;
  width: 100%;
  padding: 51px 48px 42px;
  background: #fff;
  border-radius: 16px;
}

.sepet-dolu-container .sepet-view span.title {
  font-weight: bold;
  font-size: 29px;
  color: #263543;
  margin-bottom: 16px;
  display: flex;
}

.border-under::after {
  content: "";
  position: absolute;
  width: 24%;
  background: #56ab76;
  display: flex;
  height: 2px;
  bottom: -3%;
}

.border-under {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
  position: relative;
}

.sepet-added>ul {
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  margin: 57px 0;
  gap: 48px;
}

.sepet-added>ul>li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sepet-added>ul>li .sepet-product-left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.sepet-added>ul>li .sepet-product-left .product-number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 24px;
  padding: 8px 18px;
  border-radius: 11px;
  background: #fff;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.1));
  height: 69px;
}

.product-number .minus,
.product-number .plus {
  cursor: pointer;
}

.sepet-added>ul>li .sepet-product-left .product-img {
  width: 94px;
  height: 94px;
  border-radius: 16px;
  overflow: hidden;
}

.sepet-added>ul>li .sepet-product-left .product-info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sepet-added>ul>li .sepet-product-left .product-info .item-tag span {
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  display: flex;
}

.sepet-added>ul>li .sepet-product-left .product-info .item-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  margin-right: 15px;
}

.sepet-added>ul>li .sepet-product-left .product-info .product-name .title {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.sepet-added>ul>li .sepet-product-left .product-info .product-name ul {
  display: flex;
}

.sepet-added>ul>li .sepet-product-left .product-info .product-name ul li {
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
  color: #B9B9B9;
}

.sepet-added>ul>li .sepet-product-left .product-info .product-name ul li span {
  color: #808080;
}

.sepet-added>ul>li .right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

.sepet-added>ul>li .right span.discount {
  font-weight: bold;
  font-size: 17px;
  color: #b9b9b9;
  text-decoration: line-through;
}

.sepet-added>ul>li .right span.price {
  font-weight: bold;
  font-size: 17px;
  color: #fff;
}

.sepet-dolu-container .sepet-view .sepet-added .sepet-button {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 21px;
}

.sepet-dolu-container .sepet-view .sepet-added .sepet-button>div {
  padding: 9px 30px;
  border-radius: 10px;
  font-size: 17px;
  cursor: pointer;
}

.sepet-dolu-container .sepet-view .sepet-added .sepet-button .discount-btn {
  background: #ededed;
  font-family: Quicksand;
  color: #263543;
  transition: .3s;
}

.sepet-dolu-container .sepet-view .sepet-added .sepet-button .discount-btn:hover {
  transition: .3s;
  background: #263543;
  color: #fff;
}

.sepet-dolu-container .sepet-view .sepet-added .sepet-button .sepet-update {
  background: #263543;
  color: #fff;
  transition: .3s;
}

.sepet-dolu-container .sepet-view .sepet-added .sepet-button .sepet-update:hover {
  transition: .3s;
  color: #263543;
  background: #ededed;
}

.sepet-dolu-container .sepet-payment {
  padding: 48px;
  background: #fff;
  height: 100%;
  border-radius: 16px;
  flex: 1;
  width: 100%;
  position: sticky;
  top: 10px;
}

.sepet-dolu-container .sepet-payment .title {
  font-weight: bold;
  font-size: 21px;
  color: #263543;
  margin-bottom: 8px;
  display: flex;
}

.sepet-dolu-container .sepet-payment ul>li {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sepet-dolu-container .sepet-payment ul>li span {
  font-size: 19px;
  color: #263543;
}

.sepet-dolu-container .sepet-payment ul>.danger>span {
  color: #d4653a;
}

.sepet-dolu-container .sepet-payment ul {
  border-bottom: 1px solid #ededed;
  padding: 11px 0;
}

.sepet-dolu-container .sepet-payment .total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sepet-dolu-container .sepet-payment .total>span {
  font-size: 19px;
  color: #263543;
  margin-bottom: 42px;
}

.sepet-dolu-container .sepet-payment a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  border-radius: 10px;
  background: #263543;
  width: 100%;
  color: #fff;
  transition: .3s;
}

.sepet-dolu-container .sepet-payment a:hover {
  transition: .3s;
  color: #263543;
  background: #ededed;
}

@media screen and (max-width: 1024px) {
  .sepet-dolu-container {
    flex-direction: column
  }
}

@media screen and (max-width: 990px) {
  .sepet-dolu-container {
    padding: 29px 31px;
  }

  .sepet-added>ul>li .sepet-product-left .product-info .product-name .title {
    font-size: 15px;
  }

  .sepet-added>ul>li .right span.discount {
    font-size: 15px;
  }

  .sepet-added>ul>li .right span.price {
    font-size: 15px;
  }

  .sepet-dolu-container .sepet-view {
    padding: 51px 21px 42px;
  }

  .sepet-added>ul>li .sepet-product-left {
    gap: 15px;
  }

  .sepet-dolu-container .sepet-payment {
    padding: 48px 21px;
  }
}

@media screen and (max-width: 767px) {
  .sepet-dolu-container {
    padding: 29px 24px;
  }

  .sepet-added>ul>li {
    flex-direction: column;
    gap: 20px;
  }

  .sepet-added>ul>li .sepet-product-left {
    flex-wrap: wrap;
  }

  .sepet-added>ul>li .sepet-product-left .product-number {
    flex-direction: row;
    width: 50%;
    height: 40px;
    justify-content: space-between;
  }

  .sepet-added>ul>li .sepet-product-left .product-img {
    width: 100%;
    height: 100%;
  }

  .sepet-added>ul>li .sepet-product-left .product-info {
    flex-direction: column;
    gap: 14px;
  }

  .sepet-added>ul>li .sepet-product-left .product-info .item-tag {
    flex-direction: revert;
  }

  .sepet-added>ul>li .sepet-product-left .product-info .product-name ul {
    justify-content: center;
    margin-top: 9px;
  }

  .sepet-added>ul>li .right {
    flex-direction: row-reverse;
  }

  .sepet-added>ul>li .right span.price {
    font-size: 20px;
  }

  .sepet-dolu-container .sepet-view .sepet-added .sepet-button {
    flex-direction: column;
  }

  .sepet-dolu-container .sepet-view .sepet-added .sepet-button>div {
    width: 100%;
    text-align: center;
  }

  .sepet-added>ul>li .sepet-product-left .delete-icon {
    width: 20%;
  }
}


/*------------------ Sepet Detay ---------------------*/
.order-detail-container {
  width: 100%;
  border-radius: 16px;
}

.order-detail p {
  font-weight: 500;
  font-size: 18px;
  color: #b9b9b9;
  margin-bottom: 41px;
}

.order-detail p>span {
  color: #808080;
  font-weight: bold;
}

.order-fee {
  width: 100%;
}

.order-fee .title {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 28px;
  display: flex;
}

.order-fee .order-table .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}

.order-fee .order-table .header>span {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

.order-fee .order-table .sepet-added>ul {
  margin: 25px 0;
}

.order-fee .order-table .sepet-added>ul>li {
  padding: 8px 0;
}

.order-fee .order-table .subtotal {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.order-fee .order-table .subtotal>span {
  font-weight: bold;
  font-size: 17px;
  color: #fff;
}

.order-fee .order-table .payment {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.order-fee .order-table .payment>span {
  font-weight: bold;
  font-size: 17px;
  color: #fff;
}

.order-fee .order-table .total {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.order-fee .order-table .total>span {
  font-weight: bold;
  font-size: 23px;
  color: #fff;
}

.order-fee .order-adress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.order-fee .order-adress .adress {
  width: 50%;
  border: 1px solid #676868;
  display: flex;
  flex-direction: column;
  padding: 42px;
  border-radius: 16px;
}

.order-fee .order-adress .adress .title {
  display: flex;
  align-items: center;
  gap: 22px;
  width: 100%;
}

.order-fee .order-adress .adress .title a {
  color: #b9b9b9;
  border: 1px solid #ededed;
  padding: 7px 31px;
  border-radius: 23px;
  transition: .3s;
}

.order-fee .order-adress .adress>ul>li {
  font-weight: 500;
  font-size: 16px;
  color: #b9b9b9;
  display: flex;
  align-items: center;
  gap: 10px;
}

.order-fee .order-adress .adress>ul>li::before {
  content: "";
  width: 8px;
  height: 1px;
  background: #b9b9b9;
  display: flex;
}

.order-fee .order-adress .adress .title a:hover {
  transition: .3s;
  color: #fff;
  background: #ededed;
}

@media screen and (max-width: 1025px) {
  .order-detail p {
    font-size: 15px;
  }

  .order-fee .title {
    font-size: 18px;
  }

  .order-fee .order-table .header>span {
    font-size: 17px;
  }

  .product-body .sepet-added>ul>li .sepet-product-left .product-info .product-name .title {
    font-size: 18px;
  }

  .product-body .sepet-added>ul>li .sepet-product-left {
    gap: 20px;
  }

  .product-body .sepet-added>ul>li .right span.price {
    font-size: 15px;
  }

  .order-fee .order-table .subtotal>span {
    font-size: 15px;
  }

  .order-fee .order-table .payment>span {
    font-size: 15px;
  }

  .order-fee .order-table .total>span {
    font-size: 20px;
  }

  .order-fee .order-adress {
    flex-direction: column;
  }

  .order-fee .order-adress .adress {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .order-detail-container {
    margin-bottom: 50px;
  }

  .order-detail p {
    font-size: 13px;
  }

  .order-fee .order-table .header {
    display: none;
  }

  .order-fee .order-adress .adress {
    padding: 37px 24px;
  }
}


/*---------------------- Kargo --------------------*/
.cargo-list tbody>tr>td:nth-last-child(1) span {
  background: none;
  border-radius: 0;
}

.cargo-list tbody>tr>td .cargo-detail {
  display: flex;
  align-items: center;
  gap: 17px;
}

.cargo-list tbody>tr>td .cargo-detail .product-img {
  width: 68px;
  height: 68px;
  border-radius: 16px;
  overflow: hidden;
}

.cargo-list tbody>tr>td:nth-last-child(1) {
  display: table-cell;
}

.cargo-list tbody>tr>td .cargo-detail .product-img {
  width: 35px;
  height: 35px;
  border-radius: 8px;
}

.cargo-list tbody>tr>td .cargo-detail {
  gap: 10px;
}

.form-group.checkox-content.cargo-input-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-group.checkox-content.cargo-input-container .nice-select.select2 {
  width: 160px;
}

@media screen and (max-width:767px) {
  form-group.checkox-content.cargo-input-container .nice-select.select2 {
    width: 100%;
  }
}

a.adress-delete-btn {
  border: 1px solid #d4653a !important;
  background: #d4653a !important;
  color: #fff !important;
}

a.adress-delete-btn:hover {
  background: transparent !important;
  color: #000 !important;
}

.add-new-adress-form button.save {
  /* width: 100%; */
  padding: 17px;
  border: none;
  background: #263543;
  border-radius: 16px;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  transition: .3s;
  margin-top: 20px;
}

a.btn.same-adres.same-adres_btn {
  margin-bottom: 20px;
  background: #263543;
  border: none;
  padding: 16px 20px;
  border-radius: 16px;
}

a.btn.same-adres.same-adres_btn:hover {
  background: #56ab76;
}

.main-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.paymant-options .options .option-context.bank-options {
  flex-direction: column;
}

.orders-detail-payment .main-title {
  margin-bottom: 25px;
  display: flex;
  font-weight: bold;
  font-size: 23px;
  color: #263543;
}

.orders-detail-payment .form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
}

.orders-detail-payment .form-group .input-content {
  flex: 1;
}

.form-group.bank-form-group>span {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  margin-top: 2rem;
}

.form-group.bank-form-group .bank-acount-container.order-detail-bank {
  padding: 0;
  margin-top: 20px;
}

.form-group.bank-form-group .bank-acount-container.order-detail-bank li {
  position: relative;
  width: 100%;
}

.form-group.bank-form-group .bank-acount-container.order-detail-bank li input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

.form-group.bank-form-group .bank-acount-container.order-detail-bank li label {
  margin-bottom: 0;
  margin-top: 12px;
  position: relative;
}



.form-group.bank-form-group .bank-acount-container.order-detail-bank li label::before {
  content: "";
  width: 20px;
  height: 20px;
  display: flex;
  border: 1px solid var(--hover-color);
  border-radius: 20px;
}

.form-group.bank-form-group .bank-acount-container.order-detail-bank li label::after {
  content: "";
  width: 18px;
  height: 18px;
  background: var(--hover-color);
  display: flex;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 100%;
  transform: scale(0);
  transition: .3s;
}

.form-group.bank-form-group .bank-acount-container.order-detail-bank li input:checked~label:after {
  transition: .3s;
  transform: scale(1);
}

.options.credi-cart-container .option-context {
  display: block;
}

.options.credi-cart-container .option-context .credi-cart {
  display: flex;
  gap: 28px;
  width: 100%;
}

.options.credi-cart-container .option-context .credi-cart>div {
  width: 50%;
}

.price-contaienr .discount {
  font-size: 16px;
  color: #b9b9b9;
  text-decoration: line-through;
}

.price-contaienr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.payment-container .payment-right .checkbox label a {
  color: #56AB76;
}

.acount-container ul li.hassub a:hover {
  background: transparent;
}

.custom-usr-container {
  display: flex;
  justify-content: end;
}

.custom-usr-container button.custom-usr-order-btn {
  padding: 14px;
  border-radius: 20px;
  border: none;
  font-size: 19px;
}

@media screen and (max-width:767px) {
  .custom-usr-container {
    display: flex;
    justify-content: center;
  }

  .orders-detail-payment .form-group {
    flex-direction: column
  }

  .orders-detail-payment .form-group .input-content {
    width: 100%
  }

  .acount-container.mobile-menu-acount-container.active {
    transition: .3s;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  span.back-acount {
    margin-bottom: 20px;
  }
}

.account .account-wrapper .account-left-area .left-area-body .left-area-info .info-item .info-form .input-group {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.8vw, 2rem);
  margin-bottom: clamp(1rem, 1.8vw, 2rem);
  flex-wrap: unset;
}


.bank-acount-container {
  padding: 68px 73px;
}

.bank-acount-container>ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.bank-acount-container>ul>li {
  background: #3d3d3d;
  padding: 26px 33px 37px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
}


.bank-acount-container>ul>li .bank-img {
  width: 30%;
  background: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 165px;
  border-radius: 16px;
  padding: 20px;
  object-fit: contain;
}

.bank-acount-container>ul>li .bank-info {
  width: 70%;
}

.bank-acount-container>ul>li .bank-info .title {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.bank-acount-container>ul>li .bank-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bank-acount-container>ul>li .bank-info ul>li {
  width: 49%;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}

.bank-acount-container>ul>li .bank-info ul>li:first-child {
  width: 100%;
}

.bank-acount-container>ul>li .bank-info ul>li:nth-child(2) {
  width: 100%;
}

.bank-acount-container>ul>li .bank-info ul>li span {
  font-weight: 500;
  font-size: 15px;
  color: #b9b9b9;
}

@media screen and (max-width: 1440px) {
  .bank-acount-container>ul {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 1025px) {
  .bank-acount-container>ul {
    grid-template-columns: auto;
  }

  .bank-acount-container>ul>li {
    height: 266px;
  }
}

@media screen and (max-width: 990px) {
  .bank-acount-container {
    padding: 68px 48px;
  }
}

@media screen and (max-width: 767px) {
  .bank-acount-container {
    padding: 48px 24px;
  }

  .bank-acount-container>ul>li {
    flex-direction: column;
    padding: 26px 15px;
    height: 100%;
  }

  .bank-acount-container>ul>li .bank-img {
    width: 100%;
    height: 139px;
  }

  .bank-acount-container>ul>li .bank-info {
    width: 100%;
  }

  .bank-acount-container>ul>li .bank-info ul>li {
    width: 100%;
  }
}

/*------------------ Odeme Yonteme ----------------*/

@media (hover: hover) {
  .banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .content-video .video-thumbnail:hover .video-icon {
    transform: translate(-50%, -50%) scale(1.2);
  }

  .login .login-wrapper .login-area .login-form form .login-input .login-remember a:hover {
    color: var(--hover-color);
  }

  .login .login-wrapper .login-area .login-form form .login-submit .login-btn.outline-btn:hover {
    background: #fff;
    color: #34a853;
  }

  .login .login-wrapper .login-area .login-form form .login-submit .login-btn:hover {
    background: transparent;
    border-color: #34A853;
  }

  .form-captcha-wrapper .form-captcha a:hover {
    transform: translateY(-50%) rotate(180deg);
  }

  .product .product-wrapper .product-category-wrapper .product-category .category-list .category-item a:hover {
    color: var(--hover-color);
  }

  .product .product-wrapper .product-category-wrapper .product-list .product-item .add-basket:hover {
    background: var(--green);
    border-color: var(--green);
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-img-area .main-img-thumb-swiper .swiper-wrapper .swiper-slide .thumb-img-wrapper:hover {
    background: #424242;
  }

  .product-item-gradient .product-item .add-basket:hover {
    background: var(--green);
  }

  .about-gallery .gallery-wrapper .gallery-header .gallery-nav .gallery-btn:hover {
    background: var(--primary);
    color: #2b2d2b;
  }

  .about-gallery .gallery-wrapper .gallery-swiper .swiper-wrapper .swiper-slide a:hover .video-img {
    transform: translate(-50%, -50%) scale(0.85);
  }

  .about-gallery .gallery-wrapper .gallery-swiper .swiper-wrapper .swiper-slide a:hover img {
    transform: scale(1.1);
  }

  .contact .contact-wrapper .contact-banner .contact-right-area .right-area-info .info-item a:hover {
    color: var(--hover-color);
  }

  .news .news-wrapper .news-banner .news-banner-swiper-wrapper .banner-nav-wrapper .banner-nav .banner-btn:hover {
    background: var(--white);
    color: #2b2d2b;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item:hover .item-img img {
    transform: scale(1.1);
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item:hover .item-content h3 {
    color: var(--hover-color);
  }

  .certificates .certificates-wrapper .certificates-list .certificates-table-wrapper table td a:hover {
    background: var(--primary);
    color: #2b2d2b;
  }

  .account .account-wrapper .account-sidebar .account-nav-wrapper .account-nav .account-nav-item:not(.active):hover {
    background: rgb(85 87 85 / 20%);
  }

  .account .account-wrapper .account-content .content-item .account-form .form-input-group input:hover,
  .account .account-wrapper .account-content .content-item .account-form .form-input-group textarea:hover {
    border-color: #8c908c;
  }

  .account .account-wrapper .account-sidebar .account-nav-wrapper .account-nav .account-nav-item:last-child:hover {
    color: #FDA29B;
  }

  .account .account-wrapper .account-content .content-item .account-form .form-submit button:hover {
    background-color: var(--green);
    color: var(--white);
  }

  .account .add-adress .adress-context a:hover {
    background: var(--green);
    color: var(--white);
  }

  .adress-context .adress-btn-container a:hover {
    background: #555755;
    color: #fff;
  }

  .account .register-adress-container .adress-context .adress-btn-container a.adress-delete-btn:hover {
    background: #F04438 !important;
    border-color: #F04438 !important;
  }

  .account table td a:hover {
    color: var(--green);
  }

  .default-transparent-btn:hover {
    background-color: var(--white);
    color: #2b2d2b;
  }

  .homepage-product .product-wrapper .product-grid .grid-item .product-body .product-add a:hover {
    background: var(--green);
    border-color: var(--green);
  }

  .homepage-product .product-wrapper .product-grid .grid-item .product-img:hover img {
    transform: scale(1.1);
  }

  .homepage-product .product-wrapper .product-grid .grid-item .product-body .product-info:hover h4 {
    color: var(--green);
  }

  .ui-state-default,
  .ui-widget-content .ui-state-default:hover {
    background: #7b7b7b;
  }

  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
    background: transparent;
    border: none;
    transform: unset;
    top: 2px;
  }

  .homepage-news .news-wrapper .news-swiper-nav .nav-btn:hover {
    background: #ffffff12;
  }

  .homepage-news .news-wrapper .news-grid .grid-item .news-footer .news-footer-btn:hover {
    background-color: rgb(212 212 212 / 39%);
    color: var(--primary);
  }

  .homepage-about .about-wrapper .about-swiper-nav .nav-btn:hover {
    background: rgba(255, 255, 255, 10%);
  }

  .homepage-news .news-wrapper .news-grid .grid-item:hover .news-img img {
    transform: scale(1.1);
  }

  .homepage-news .news-wrapper .news-grid .grid-item:hover {
    background: #1e1e1e;
  }

  .product-detail .detail-wrapper .detail-top-wrapper .detail-info .info-bottom .info-add-basket:hover {
    background: #188936;
  }

  .latest-news .latest-wrapper .latest-news-list .latest-item:hover .item-img::before {
    background: transparent;
  }

  .news .news-wrapper .news-banner .news-banner-swiper-wrapper .news-banner-swiper .swiper-wrapper .swiper-slide .news-banner-item:hover .news-img img {
    transform: scale(1.1);
  }

  .product .product-wrapper .product-category-wrapper .product-category .category-main-title .mobile-category-close:hover {
    opacity: 0.5;
  }

  .product-item-gradient:hover .product-img-wrapper .product-image {
    transform: scale(1.1);
  }

  .basket .basket-wrapper .basket-details .column.quantity div:hover svg path {
    stroke: #fff;
  }

  .basket .basket-wrapper .basket-details .basket-table .sepet-button .discount-btn-wrapper .discount-btn:hover {
    background: #262826db;
  }

  .coupon-container .coupon input:hover {
    border-color: var(--green);
  }

  .coupon-container .coupon form .coupon_btn .close_coupon:hover {
    color: #ff4646;
  }

  .coupon-container .coupon form .coupon_btn button:hover {
    background: #158625;
  }

  .basket .basket-wrapper .basket-details .column .delete-icon:hover {
    color: #fa8178;
  }

  .product-select-address-wrapper .select-address-header .btn-light-orange:hover {
    background: #2ca543;
  }

  .sepet-back .default-btn:hover {
    background: #2ca543;
  }

  .basket .order-note textarea:hover {
    border-color: var(--green);
  }

  .orders-detail-payment input:hover {
    border-color: var(--green);
  }

  .banner .banner-wrapper .banner-content .content-item .content-bottom .content-video-wrapper .banner-navigation .nav-btn:hover {
    opacity: 0.5;
  }

  .c-pag .page-link:hover {
    background: #81704563;
  }
}