/* ====================== font:inter  ======================*/
@font-face {
  font-family: "Inter";
  src: url("https://www.yenikoza.com.tr/Themes/Yenikoza/content/font/Inter") format("ttf");
  font-display: swap;
}

/*====================== font:SF pro ====================== */
@font-face {
  font-family: "SF Pro";
  src: url("https://www.yenikoza.com.tr/Themes/Yenikoza/content/font/SFpro") format("ttf");
  font-display: swap;
}

/* 
@font-face {
  font-family: "ttnormsProMedium";
  src: url("../font/tt-norms-pro-medium/") format("ttf");
} */


@font-face {
  font-family: "ttnormsProMedium";
  src: url(https://www.yenikoza.com.tr/Themes/Yenikoza/content/font/TTNormsPro/TTNormsPro-Medium.woff2) format("woff2"), url(https://www.yenikoza.com.tr/Themes/Yenikoza/content/font/TTNormsPro/TTNormsPro-Medium.woff) format("woff"), url(../font/TTNormsPro/TTNormsPro-Medium.ttf) format("truetype");
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

@font-face {
  font-family: "TTNormsProNormal";
  src: url(https://www.yenikoza.com.tr/Themes/Yenikoza/content/font/TTNormsPro/TTNormsPro-Normal.woff2) format("woff2"), url(https://www.yenikoza.com.tr/Themes/Yenikoza/content/font/TTNormsPro/TTNormsPro-Normal.woff) format("woff"), url(TTNormsPro-Normal.ttf) format("truetype");
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

@font-face {
  font-family: "TTNormsProRegular";
  src: url(https://www.yenikoza.com.tr/Themes/Yenikoza/content/font/TTNormsPro/TTNormsPro-Regular.woff2) format("woff2"), url(https://www.yenikoza.com.tr/Themes/Yenikoza/content/font/TTNormsPro/TTNormsPro-Regular.woff) format("woff"), url(https://www.yenikoza.com.tr/Themes/Yenikoza/content/font/TTNormsPro/TTNormsPro-Regular.ttf) format("truetype");
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

@font-face {
  font-family: "ttnormsProDemiBold";
  src: url(https://www.yenikoza.com.tr/Themes/Yenikoza/content/font/TTNormsDemibold/TTNormsPro-DemiBold.woff2) format("woff2"), url(https://www.yenikoza.com.tr/Themes/Yenikoza/content/font/TTNormsDemibold/TTNormsPro-DemiBold.woff) format("woff"), url(../font/TTNormsDemibold/TTNormsPro-DemiBold.ttf) format("truetype");
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}


@-webkit-keyframes shakeX {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shakeX {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.animate {
  animation: shakeX;
  animation-duration: 2s;

}

:root {
  --theme-bg-top-color: #fd522d0d;
  --theme-orange-color: #000000;
  /* //#fd522d; */
  --theme-grey-color: #7f7f7f;

  --input-placeholder-text-color: #8f8f8f;
  --input-search-border-color: #eeeeee;

  --text-black-color: #000000;
  --text-white-color: #ffffff;

  --border-color: #eeeeee;

  --search-input-placeholder-color: #8f8f8f;
  --button-cart-border: #eeeeee;


  --font-family-ttnormsProMedium: "ttnormsProMedium";
  --font-family-TTNormsProRegular: "TTNormsProRegular";
  --font-family-TTNormsProNormal: "TTNormsProNormal";
  --font-family-ttnormsProDemiBold: "ttnormsProDemiBold";
}

body {
  font-family: var(--font-family-ttnormsProMedium);

}

.d-container {
  width: 100%;
  max-width: 1920px !important;
  padding-left: 45px;
  padding-right: 45px;
  /* //1440px */
}

.danger__notification #notification-success-icon {
  background-color: red !important;
  color: white;
}

@media screen and (max-width:1000px) {
  .d-container {
    width: 100%;
    max-width: 1920px !important;
    padding-left: 15px;
    padding-right: 15px;
    /* //1440px */
  }
}
.return-request-btn {
  color:red !important;
}
.buttons input.submit-return-request-button {
  background-color: red !important;
  border-color: red !important;
}
.return-request-btn {
  fill:red !important;
 background-color: #ddd !important;
}
.default__btn {
  background-color: var(--theme-orange-color);
  border: 0;
  outline: 0;
}

/*   HEADER START
================================================================================= */
.header__content {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0;
  box-shadow: inset 0 -1px 0 0 #e9e9e9;
  border: 0;
  background: #fff;
}

.site .header.active~#mobile-wrapper {
  top: 110px;
}

.header-left-content {
  display: flex;
  justify-content: space-between;
}

.header__seacrh {
  margin-left: 30px;
  max-width: 400px;
}

.header__seacrh .search__button {
  width: 480px;
  height: 45px;
  padding: 0 0 0 16px;
  border: 1px solid #c1c1c1;
  min-width: 100%;
}

.megamenu .nav-li__home--subbox {
  top: 61px;
  box-shadow: none;
}

.header__seacrh .search__button input {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.header__seacrh .search__button i {
  font-weight: 500;
}

.header__seacrh .search__button input::placeholder {
  color: #2d2d2d;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  font-family: var(--font-family-TTNormsProRegular);
}


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

.card_application--btn {
  border: 1px solid var(--button-cart-border);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 38px;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--theme-orange-color);
  margin-right: 65px;
}

.card_application--btn svg {
  margin-right: 10px;
  width: 35px;
}

.header-icon-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.iconset-item {
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.iconset-item span {
  color: #2d2d2d;
  font-family: var(--font-family-TTNormsProNormal);
  font-size: .6875rem;
  line-height: 16px;
  letter-spacing: .5px;
  margin-top: -8px;
}

.topbar-dropdown a {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center;
}

.topbar-dropdown__btn svg {
  position: unset;
  width: auto;
}

[dir="ltr"] .topbar-dropdown__btn {
  padding-right: 0;
}

.topbar-dropdown__btn:after {
  display: none;
}

/* seacrh  */
.seacrhModal {
  min-height: 100%;
  height: 100%;
}

.search__word {
  text-transform: uppercase;
  font-weight: 500;
}

.search--location--header .search__body {
  padding: 0;
}

.seacrh__allview {
  font-weight: 400;
  font-size: 20px;
}

.search__wrapper-area {
  border-bottom: var(--button-cart-border) 1px solid;
  padding: 8px 0 18px 0;
}

.seacrhModal .btn-close {
  background: none;
  position: unset;
  right: 0;
  padding: 0;
  margin-left: 30px;
  text-decoration: underline;
  font-weight: 400;
}

.btn-close:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}

#small-search-box-form .search__form-wrapper {
  border-color: #000;
  margin-left: 30px;
  width: 80%;
}

#small-search-box-form .search__form-wrapper.active {
  border-color: var(--theme-orange-color);
}

.search--location--header .search__input::placeholder,
.search--location--header .search__input:focus {
  font-size: 15px;
  text-transform: capitalize;
  line-height: 17.9px;
  text-align: left;
}

.search--location--header .search__input::placeholder {
  color: var(--input-placeholder-text-color);
  font-style: italic;
  font-weight: 400;
}

.search--location--header .search__input {
  color: var(--text-black-color);
  font-style: normal;
  font-weight: 500;
}

.search--location--header .search__button i {
  color: var(--text-black-color);
}

.search-nav {
  margin: 32px 0;
}

.search-nav .nav-link {
  border: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28.64px;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid transparent;
}

.search-nav .nav-tabs .nav-item.show .nav-link,
.search-nav .nav-tabs .nav-link.active {
  color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  border: 0;
}

.search-nav .nav-tabs .nav-link.active {
  border-bottom: 2px solid var(--text-black-color);
  color: var(--text-black-color);
}

.search-nav .nav-tabs {
  border-bottom: 2px solid #dee2e6;
}

.search-delete {

  align-items: center;
  justify-content: center;
  padding: 16px;
  color: var(--input-placeholder-text-color);
  font-size: 15px;
}

.search-delete {
  display: flex;
}

.search-delete svg {
  margin-right: 12px;
}

.search--location--header .search__button {
  width: auto;
  padding: 16px;
  margin: 0;
}

.search--location--header .search__button span {
  display: block;
  background-color: #000;
  color: white;
  text-transform: uppercase;
}

#RegisterForm #gender-female,
#RegisterForm #gender-male {
  top: -1px;
}

.search--location--header .search__button {
  background-color: #000;
  color: white;
}

.search--location--header .search__button span,
.search--location--header .search__button i {
  display: block;
  color: var(--text-white-color);
}

.search--location--header .search__button.active {
  background-color: var(--theme-orange-color);
  color: var(--text-white-color);
}

.search-suggestions-box {
  background-color: rgba(247, 247, 247, 1);
  padding: 0px 0 32px;
}

.search-suggestions-box.active {
  display: block;
}

.search-suggestions-box__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.64px;
  display: inline-block;
  border-bottom: 2px solid var(--text-black-color);
  padding: 8px;
}

.search__wrapper-area .logo {
  width: auto;
}

.search-suggestions-box_list {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}

.search-suggestions-box_list li span {
  border: 1px solid var(--text-black-color);
  padding: 16px;
  color: rgba(143, 143, 143, 1);
  font-weight: 300;
  display: inline-block;
  margin: 0 16px 16px 0;
  cursor: pointer;
  transition: 0.3s;
}

.search-suggestions-box_list li span:hover {
  background-color: var(--theme-orange-color);
  color: var(--text-white-color);
  border-color: var(--theme-orange-color);
  transition: 0.3s;
}

.search-suggestions-box_list li span strong {
  color: var(--text-black-color);
  font-weight: 500;
}

.search-nav {
  display: block;
}

.suggestions__list {
  border: 0;
}

.search-nav.is-active {
  display: none;
}

.search__list--box {
  margin: 32px 0 0;
}

.search__list--box div {
  text-decoration: underline;
  font-size: 20px;
}

.suggestions__item {
  width: 450px;
}

.suggestions__item-image .product-image__body,
.suggestions__item-image .product-image__img {
  height: 560px !important;
}

.wishlist-qty,
.cart-qty {
  background-color: var(--theme-orange-color);
}

.picture-container .picture-box {
  position: relative;
  width: 45% !important;
}

.picture-container .picture-box #TcIdentityPicture,
.picture-container .picture-box #SelfiePicture,
.picture-container .picture-box #TcIdentityPictureBack {
  position: absolute;
  width: 256px;
  height: 274px;
  z-index: 0;
  top: 2px;
  left: -1px;
  background: #D9D9D9;
}

.picture-container #TcIdentityPicture_uploader,
.picture-container #TcIdentityPictureBack_uploader {
  margin-right: 10px;
  margin-top: 20px;
  width: 256px;
}

.cart-qty {
  left: 16px;
}

#RegisterForm .input-check__input:checked~.input-check__box {
  background-color: black !important;
}

.iconset-item a {
  display: flex;
  align-items: end;
}

.mobil-icons {
  display: none;
}

#MobileNav>li>a {
  font-family: "ttnormsProMedium";
  height: 100%;
  padding: 0 .625rem;
  color: #111;
  text-transform: capitalize;
  font-size: 1rem;
  letter-spacing: .5px;
}

.mobil-header-search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wishlist-qty {
  top: -4px;
  left: 23px;
}

.mobile-support {
  display: none;
}

@media screen and (max-width:1680px) and (min-width: 300px) {
  .product-info-detail {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em !important;
    line-height: 1.5em;
    word-break: break-word;
  }


}

@media screen and (max-width: 1350px) and (min-width: 1000px) {
  .card_application--btn {
    display: none;
  }


  .cardroutingtextbox .card_application--btn {
    display: flex;
  }

  .header__seacrh .search__button {
    width: 100%;
    min-width: 300px;
  }

  .cart-qty {
    left: 24px;
  }

  .wishlist-qty {
    left: 40px;
  }

  .shop-layout__sidebar {
    left: 22%;
  }
}

@media screen and (max-width: 1000px) {
  .header__content {
    height: auto;
    margin-top: 5px;
  }

  .products-list[data-layout^="grid-"] .product-card .product-card__info {
    justify-content: flex-start !important;
  }

  .card_application--btn {
    display: none;
  }

  .cardroutingtextbox .card_application--btn {
    display: flex;
  }

  .product-info-detail {
    display: inline-block;
    max-height: 20px;
    width: 160px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; */

  }

  .header__seacrh .search__button {
    width: 100%;
    min-width: 100%;
    border: 1px solid var(--input-search-border-color) !important;
  }

  .cart-qty {
    left: 24px;
    top: -7px;
  }

  .wishlist-qty {
    left: 23px;
    top: -7px;
  }

  .surrender {
    display: none !important;
  }

  .header-left-content .header__seacrh {
    display: none;
  }

  .header__seacrh {
    width: 100%;
  }

  .topbar-dropdown__btn {
    padding-right: 0 !important;
  }

  .mobil-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 16px;
  }

  #hamburger-menu {
    border: 1px solid var(--button-cart-border);
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
  }

  #hamburger-menu span {
    border: 1px solid var(--text-black-color);
    width: 100%;
    height: 2px;
    margin: 2px;
  }

  .products-list[data-layout="grid-3-sidebar"] .product-swiper-item .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 90%;
  }

  .burger-menu span::after,
  .burger-menu span::before {
    display: none;
  }

  .products-list[data-layout="grid-3-sidebar"][data-mobile-grid-columns="2"] .product-card .product-card__actions {
    padding: 8px 0;
  }

  .search__button input {
    display: block;
  }

  .header__seacrh .search__button {
    height: 40px;
  }

  .header__seacrh {
    margin-left: 10px;
  }

  .mobile-nav-wrapper {
    width: 100%;
    top: 150px;
  }

  .mobil-header-search {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .seacrhModal .modal-content {
    padding: 0;
  }

  #small-search-box-form .search__form-wrapper {
    margin: 0;
  }

  .mobile-nav-wrapper.active {
    top: 112px;
    box-shadow: none;
  }

  #MobileNav li {
    background-color: #f7f7f7;
    padding: 10px;
  }

  .nav-li__home--arrow,
  .nav-li__sub--arrow {
    border: 0;
  }

  #MobileNav {
    height: 100%;
    z-index: 9999;
    position: relative;
  }

  .mobile-nav-wrapper .closemobileMenu {
    display: none;
  }


  .seacrhModal .btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    padding: 40px 20px 0 0;
    text-decoration: underline;
    right: 10px !important;
    top: 5px !important;
    position: absolute;
  }

  body.menuOn .body-bg {
    display: none;
  }

  .seacrhModal .btn-close span {
    display: none;
  }

  #small-search-box-form .search__form-wrapper {
    width: 100%;
  }

  .search--location--header .search__input {
    padding: 0 10px;
  }

  .search-suggestions-box__title {
    font-size: 20px;
    padding: 0px;
  }

  .search-suggestions-box {
    padding: 13px 0 8px;
  }

  .search-suggestions-box_list li span {
    padding: 10px;
    margin: 0 8px 8px 0;
  }

  .search-suggestions-box_list {
    margin-top: 16px;
  }

  .search-nav .nav-link {
    font-size: 16px;
    padding: 0;
  }

  .suggestions__item {
    width: 43%;
  }

  .search--location--header .search__suggestions {
    width: 100%;
  }

  .search__list--box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin: 8px 0 0;
  }

  .search__content {
    margin-top: 0;
  }

  .search__list--box div {
    font-size: 16px;
  }
}


/* =============================  menu ============================= */
.header__menu {
  border-color: var(--button-cart-border);
  border-top: 0;
}

.mobile-li-item {
  display: none;
}

.categori-all-item {
  padding: 30px 10px;
}

.categori-all-item a {
  color: #616161;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}


.categori-all-item a span {
  display: flex;
  align-items: center;

}

.categori-all-item a span svg {
  margin-left: 15px;
}

.home-flex .d-conainer {
  margin: 0 !important;

}

.shopping-cart-box-img .product-image__body {
  width: 164px;
  height: 228px;
}

@media (max-width: 990px) {
  .trend_categories a {
    width: 100%;
  }
  .filters-button:hover{
    background: unset;
  }
}

@media (min-width: 990px) {
  .nav-li__home .nav-li__home--link {
    font-size: 16px;
    color: var(--text-black-color);
    transition: 500ms all;
  }

  #shopping-cart-area {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

  }

  .header__menu {
    bottom: 0;
  }

  .nav-li__home--subbox {
    top: 100%;
    background-color: var(--text-white-color);
    min-height: auto;
  }

  #MobileNav>li.nav-li__home.nav-li__home--submenu ul>li ul:not(.nav-sub-3) {
    max-height: 400px;
    min-height: 300px;
  }

  .nav__subbox--list .nav-sub-3 {
    height: 360px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-left: 5px;
  }

  .menu__categories--img span {
    display: none;
  }

  .nav__subbox--list .nav-sub-3 li a {

    font-family: var(--font-family-TTNormsProNormal);
    color: #0000008f !important;
  }


  .nav__subbox--list.nav-sub-2 .nav-li__sub--arrow {
    display: none !important;
  }

  .home-flex {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: auto;
  }

  .categori--line-border {
    border-top: 1px solid #E1E1E1;
    background-color: white;
    position: relative;
    z-index: 9;
  }

  .nav-li__home {
    padding: 17px 0;
    transition: 500ms all;
    border-bottom: 2px solid transparent;
  }

  .nav-li__home:hover {
    background-color: white;
    transition: 500ms all;
    border-bottom: 2px solid var(--theme-orange-color);
  }

  .nav__subbox--list,
  .nav__subbox--list.nav-sub-1 {
    background-color: var(--text-white-color);
  }

  .nav-sub-1>li.active {
    background-color: white;
  }

  .nav-sub-2 .nav__subbox--li .nav__subbox--link {
    text-transform: capitalize;
    font-weight: 500;
  }

  .nav__subbox--li {
    padding: 23px 15px 23px 45px;
  }

  .nav__subbox--list.nav-sub-1::before {
    left: unset;
    background-color: #fbfbfb;
  }

  .nav-li__home:hover .nav-li__home--link {
    color: var(--theme-orange-color);
    transition: 500ms all;
  }

  .nav-li__home--arrow {
    display: none;
  }

  .nav__subbox--link {
    color: #302c2c;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px;
    font-family: var(--font-family-TTNormsProNormal);
  }

  .nav__subbox--list.nav-sub-1 li a {
    font-weight: 500;
    text-transform: capitalize;
  }

  .nav-sub-2 .nav__subbox--li {
    padding: 18px 20px;
  }

  .nav__subbox--list.nav-sub-1 li:hover {
    background-color: white;
  }

  .nav__subbox--li.active>.nav__subbox--link {
    color: var(--theme-orange-color);
  }

  .nav__subbox--li.active {
    background-color: white;
  }

  .nav__subbox--list.nav-sub-1 li.active {
    background-color: white;
  }

  .nav__subbox--li.active>.nav-li__sub--arrow {
    fill: var(--theme-orange-color);
  }
}

@media (min-width: 1901px) and (max-width: 2100px) {

  .nav-sub-1 .nav__subbox--submenu,
  .nav-sub-2 .nav__subbox--submenu {
    left: 14%;
  }
}

/* =============================  footer ============================= */

.footer {
  padding: 32px 0 0;
  border: 0;
}

.footer__end {
  justify-content: flex-start;
}

.footer__contact {
  margin: 0;
}

.contact-form-item {
  background-color: var(--text-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  padding: 12px 6px;
  width: 100%;
  cursor: pointer;
}

.contact-form-item-form {
  margin-right: 20px;
}

.contact-form-item svg {
  margin-right: 8px;
}

.footer__bottom {
  margin-top: 10px;
}

.contact-form-wp {
  color: rgba(58, 174, 29, 1);
  margin-bottom: 20px;
}

.contact-form-card {
  color: var(--theme-orange-color);
}

.footer__box {
  width: 100%;
}

.footer__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.09px;
  color: var(--text-black-color);
  text-transform: capitalize;
  letter-spacing: 0;
  padding: 0;
  margin-bottom: 10px;
}

.footer__box__item a {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.09px;
  text-align: left;
  color: #7b7b7b !important;
  letter-spacing: 0;
  font-family: "TTNormsProRegular";
}

.contact-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social-link-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social-link-box ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.social-link-box ul li {
  margin-left: 16px;
}

.social-link-box h2 {
  color: #7b7b7b;
  font-size: 14px;
  margin-top: 15px;
}

@media screen and (max-width: 1000px) {
  .footer-politica {
    margin: 16px 0;
  }

  #MobileNav li a {
    text-transform: capitalize;
  }

  .block-slideshow__slide-image--mobile img {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
  }

  .mobile-support {
    display: block;
  }

  .mobile-support li a {
    font-weight: 600 !important;
  }

  .mobile-li-item {
    display: block;
  }

  .block-sidebar--offcanvas--mobile .block-sidebar__header {
    background-color: var(--theme-orange-color);
  }
}

.block-slideshow__slide-image--desktop::before {
  display: none;
}


.block-slideshow__slide-image--desktop video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu__categories--img {
  height: 287px;
  width: 100%;
}

.menu__categories--img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#Slider_Content {
  position: relative;
  margin-top: 25px;
}

#Slider_Content .swiper-button-prev,
#Slider_Content .swiper-button-next {
  background: var(--text-white-color);
  width: 56px;
  height: 56px;
  border-radius: 100%;
}

#Slider_Content .swiper-button-prev::after,
#Slider_Content .swiper-button-next::after {
  color: black;
  font-size: 20px;
}

.gl-slider-section .swiper-button-prev,
.gl-slider-section .swiper-button-next {
  background: var(--text-white-color);
  width: 56px;
  height: 56px;
  border-radius: 100%;
}

.gl-slider-section .swiper-button-prev::after,
.gl-slider-section .swiper-button-next::after {
  color: black;
  font-size: 20px;
}

.contact-form-item-form a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image__img {
  height: 100% !important;
  object-fit: contain;
}

.products-list[data-layout="grid-4-full"] .product-image__body {
  height: auto !important;
}

/* silinecek css  */
.silinecek-item {
  border: 1px solid rgba(238, 238, 238, 1);
  width: 30%;
  margin: 10px;
  padding: 5px;
}

.silinecek-item .product-image__img {
  height: 340px;
  padding: 0;
}

.silinecek-item .product-card__image {
  padding: 0;
}

/* .tab-content>.active {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
} */

/* carousel  */
.slider-wrapper .block-header {
  margin-bottom: 32px;
}

.slider-wrapper .block-header .block-header__title {
  text-decoration: none;
  font-size: 36px;
  font-weight: 700;
  color: var(--text-black-color);
}

.block-header__title {
  text-transform: capitalize;
}

.block-header__arrow {
  background-color: var(--theme-bg-top-color);
}

[dir="ltr"] .block-header__arrow svg {
  fill: var(--theme-orange-color);
}

#product__alternative--img li {
  border-bottom: 3px solid #d8d8d8;
}

.product-card.product-card--hidden-actions {
  border: 1px solid var(--border-color);
}

.block-products-carousel__cell .product-card__image {
  margin: 0;
}

.block-products-carousel__cell .product__options {
  margin: 0;
}

.block-products-carousel__cell .product-card__info {
  padding: 24px;
}

.product-card__name {
  width: 100%;
  line-height: 1.5;
  white-space: wrap;
}

.product-card__name a {
  font-size: 20px;
  font-weight: 500;
}

.produc__badges-list {
  margin: 32px 0;
}

.sku_procuct_box {
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  color: #7f7f7f;
}

.block-products-carousel[data-layout^="grid-"] .product-card .product-card__actions {
  margin: 16px 0;
}

.product-card__actions {
  display: flex;
  margin-top: 10px;
}

.product-card__badge--sale {
  background-color: #E94637;
  width: 50px;
  height: 50px !important;
  padding: 0px 16px 0px 16px;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 10px !important;
}

.product-card:hover .product-info-detail::before {
  display: none;
}

.product-card__old-price {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-family-ttnormsProMedium);
  margin-bottom: 5px;
}

.product-card__new-price,
.product-card__prices {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-family-ttnormsProDemiBold);
}

.installment-text {
  color: var(--theme-orange-color);
  margin: 18px 0 0;
  font-size: 16px;
  font-weight: 500;
}

.block-products-carousel__cell .product-card__info {
  height: 238px;
  display: flex;
  justify-content: space-between;
}

.product-card__badges-list {
  position: relative;
}

.product-card__badge--stock {
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  background-color: var(--button-cart-border);
  color: var(--text-black-color);
  text-transform: capitalize;
  height: 50px;
}

.product__car--buttons button {
  background-color: var(--text-white-color);
}

#topbar-username {
  padding: 0;
  height: 45px;
  position: relative;
  top: -9px;
}

.iconset__btn svg {
  position: relative;
  width: 53px;
}

#topbar-username .topbar-username {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-black-color);
  margin: 0 8px;

}

.topbar-dropdown__btn.login {
  top: 3px;

}

.topbar-dropdown__btn.login span {
  top: 0px;
  min-width: 55px;
}

.topbar-dropdown__btn span {
  color: #2d2d2d;
  font-family: var(--font-family-TTNormsProNormal);
  font-size: .6875rem;
  line-height: 16px;
  letter-spacing: .5px;
  margin-top: 4px;
  position: relative;
  top: -12px;
}

#topbar-username svg:last-child {
  margin-bottom: 0;
}

.topbar__list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  flex-direction: row;
}

.topbar__list li a svg {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

#account__dropdown {
  width: 100%;
  min-width: 175px;
  top: 106%;
  left: 0%;
  padding: 0;
  overflow: hidden;
  padding: 10px 0 0;
}

.iconset__btn,
.shop__box {
  position: relative;
}

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

  .block-sidebar__close svg,
  .block-sidebar__title {
    fill: #111;
    color: #111;
  }

  .Account-continue-shopping-button{
    width: 90% !important;
  }

  .address--box--title .address--box--check {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start !important;
    overflow: hidden;
  }

  .widget-nav-filters {
    position: relative;
    top: 0;
    margin-bottom: 10px;
  }

  #account__dropdown {
    left: -430%;
  }

  .topbar-username {
    display: none;
  }

  .topbar-dropdown__btn.login {
    top: -4px;
  }

  .header__seacrh .search__button i {
    margin-right: 0;
  }

  #topbar-username {
    top: -3px;
  }

  .topbar-dropdown__btn svg,
  .topbar-dropdown__mobil svg {
    width: 50px;
  }
}

.nav__subbox--list,
.nav__subbox--list.nav-sub-1 {
  background-color: #fbfbfb;
  height: 100%;
}

.nav__subbox--list,
.nav__subbox--list.nav-sub-2 {
  background-color: #fff;
}


@media (min-width: 2349px) and (max-width: 2600px) {

  .nav-sub-1 .nav__subbox--submenu,
  .nav-sub-2 .nav__subbox--submenu {
    left: 23%;
  }
}

/* breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page-header__breadcrumb {
  padding: 0 !important;
}

.breadcrumb-item a {
  font-size: 18px;
  font-weight: 500;
  color: var(--theme-grey-color);
  font-family: "TTNormsProRegular";
}

.product-card__image--desktop {
  height: 620px;

}

.products-list[data-layout="list"] .product-card .product-card__image .product-card__image--desktop {
  height: auto;
}

.breadcrumb-item.active span {
  color: var(--text-black-color);
  font-size: 18px;
  font-weight: 500;
  color: var(--text-black-color);
  font-family: "TTNormsProRegular";
}

/* login  */
.login__card,
.register__card {
  margin: 32px 0;
}

.register__card #ErrorMessage p {
  padding: 0;
  line-height: 40px;
}

.register__card #ErrorMessage {
margin:10px;
}

.login__card--title,
.register__card--title,
.yenikozacart-title {
  border-bottom: 1px solid var(--border-color);
  padding: 8px;
  margin: 24px 0;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  position: relative;
}

.login__card--title::before,
.register__card--title::before,
.yenikozacart-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background-color: var(--text-black-color);
}

.yenikozacart-title::before {
  width: 284px;
}


.yenikozacart-title {
  margin: 50px 0 24px;
}

.login__card,
.register__card {
  padding: 8px;
}

#LoginForm label,
#RegisterForm label {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-black-color);
  opacity: 1;
  margin-bottom: 16px;
  display: block;
  font-family: 'TTNormsProNormal';
}

.password-text {
  font-size: 16px;
  text-decoration: underline;
}

.remember-me {
  margin: 5px 0 24px;
}

.remember-me .form-check {
  padding: 0 1.5em !important;
  border: 1px solid transparent;
}

.form-check-input {
  border: 2px solid var(--theme-orange-color);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-check__box {
  border-radius: 100%;
  border: 1px solid var(--theme-orange-color);
  background-color: white;
  width: 12px;
  height: 12px;
}

.input-check__input:checked+.input-check__box+.input-check__icon {
  display: none;
}

.input-check__input:checked~.input-check__box,
.filter-number {
  background-color: rgb(253, 82, 45) !important;
}

.input-check__body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.remember-label {
  margin: 3px 0 0 4px !important;
}

.login__card .default__btn {
  width: 60%;
  margin: auto;
  font-family: var(--font-family-TTNormsProNormal);
  font-size: 18px;
}

.member-strong-title {
  font-size: 16px;
  font-weight: 500;
}

.login__card ul li {
  color: var(--theme-grey-color);
  font-size: 16px;
}

.login-space {
  display: block;
  text-align: center;
  margin: 24px 0;
}

.register__Date label {
  margin: 8px 0 0px !important;
}

.register__Date select {
  margin-top: 5px;
  padding: 0 10px;
  width: 32%;
  color: var(--theme-grey-color);
  border-color: var(--border-color);
}

.form-control {
  border-color: var(--border-color);
}

.form-floating .form-control {
  border: 1px solid #ced4da !important;
}

.gender-label,
.gender-item label {
  margin: 0 !important;
}

.gender-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
}

.gender-item input {
  margin-right: 10px;
}

.custom-control-input:checked~.custom-control-label[for="gender-male"] {
  border-color: var(--theme-orange-color);
}

.custom-control-input:checked~.custom-control-label[for="gender-male"]::before {
  background-color: var(--theme-orange-color);
}

@media screen and (max-width: 1000px) {
  .login__card .default__btn {
    width: 100%;
  }
}


.table.installment-table input[type="radio"] {
  opacity: 1;
  margin-left: 4px;
  margin-top: 2px;
  opacity: 1;
}

/* input  */

input[type="radio"] {
  --s: 1em;
  /* control the size */
  --c: var(--theme-orange-color);
  /* the active color */

  height: var(--s);
  width: var(--s);
  /* opacity: 1; */
  aspect-ratio: 1;
  border: calc(var(--s) / 8) solid #939393;
  padding: calc(var(--s) / 8);
  background: radial-gradient(farthest-side, var(--c) 94%, #0000) 50%/0 0 no-repeat content-box;
  border-radius: 50%;
  outline-offset: calc(var(--s) / 10);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: 0.3s;
}

input[type="radio"]:checked {
  border-color: var(--c);
  background-size: 100% 100%;
}

input[type="radio"]:disabled {
  background: linear-gradient(#939393 0 0) 50%/100% 20% no-repeat content-box;
  opacity: 0.5;
  cursor: not-allowed;
}

@media print {
  input[type="radio"] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background: none;
  }
}

/* kategori sayfası  */
.desktop--filters-button {
  background-color: var(--text-white-color);
  color: var(--text-black-color);
  padding: 16px 12px;
  border: 1px solid var(--border-color);
  min-width: 180px;
  max-width: 100%;
}

.desktop--filters-button span {
  padding: 0;
  justify-content: flex-start;
}

.categories-right-bar {
  display: flex;
}

.products-list[data-layout="grid-3-sidebar"] .products-list__item,
.products-list[data-layout="grid-4-full"] .products-list__item {
  box-shadow: none;
}

.products-list[data-layout="grid-3-sidebar"] .products-list__item {
  margin: 9px;
  width: calc(33.33333% - 12px);
}

.products-list[data-layout="grid-3-sidebar"] .products-list__item,
.products-list[data-layout="grid-4-full"] .products-list__item {
  padding: 0 !important;
}

.products-list[data-layout="grid-4-full"] .products-list__item {
  width: calc(25% - 12px);
  margin: 0 16px 16px 0;
}

.products-list[data-layout="grid-4-full"] .products-list__item:nth-child(4n) {
  margin-right: 0 !important;
}

.products-list__body {
  justify-content: flex-start;
}

.block-products-carousel__cell .product-card__image {
  height: 624px;
}

.layout-switcher__list,
#products-orderby-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--text-white-color);
  color: var(--text-black-color);
  padding: 16px 12px;
  border: 1px solid var(--border-color);
  min-width: 180px;
  max-width: 100%;
  height: 55px;
  margin-left: 16px;

  font-size: 16px;
  font-weight: 400;
}

.products-list[data-layout^="grid-"] .product-card .product-card__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 8px 0px 15px;
}

.category--name {
  font-size: 22px;
  padding: 0 4px 0 0;
}

.category-totalitems {
  font-size: 1rem;
  line-height: 24px;
  font-family: var(--font-family-ttnormsProMedium);
  color: #616161;
}

.CategoryBreadcrumb-bottombox span {
  font-size: 16px;
  color: #616161;
  font-family: var(--font-family-TTNormsProNormal);
}

.CategoryBreadcrumb-bottombox span a {
  color: #111;
}

.shop-discount-price {
  color: var(--theme-orange-color);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-family-ttnormsProDemiBold);
}

.shop-discount-wrap {
  text-align: right;
  width: 100%;
}

.shop-discount-box {
  background-color: #f3f3f3 !important;
  padding: 10px;
  display: inline-block;
}

.shop-discount {
  padding-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  color: #6d6d6d;
  display: block;
}

.layout-switcher__list-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 16px;
}

#products-orderby {
  height: auto;
  width: auto;

  background-image: url('data:image/svg+xml,%3Csvg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M6 8.37501L0 2.37501L1.4 0.975006L6 5.57501L10.6 0.975006L12 2.37501L6 8.37501Z" fill="%231C1B1F"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right center;

  padding: 0 30px 0 10px;
  margin: 0;
  border: 0;
}

#products-orderby option {
  color: var(--text-black-color);
  font-size: 16px;
  padding: 8px;
  width: 300px;
}

.products-view__options {
  padding-bottom: 32px;
}

.category-page .products-view__options {
  padding-top: 32px;
}

.product__installment-title {
  display: flex;
  align-items: center;
  background-color: #F3F2EE;
  padding: 12px 14px;
  width: 100%;
  color: #8D8771 !important;
}

.product__installment-title span {
  margin-top: 3px;
  font-family: var(--font-family-TTNormsProRegular);
  font-size: 15px;
}

.product__installment-title svg {
  margin-right: 6px;
}

.product__option-label:hover .product__option-label-title .size-title {
  background-color: initial !important;
}

.product__accordion .accordion-button,
.product__accordion .accordion-button:not(.collapsed) {
  font-weight: unset;
}

.accordion-header svg {
  display: block;
}

.product-Specification-box span {

  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.product__accordion .accordion-item:last-child {
  border-bottom: 0;
}

.product-Specification-details {
  border-bottom: 1px solid #ECECEC;
  border-top: 1px solid #ECECEC;
  margin-bottom: 20px;
}

.product-Specification-box .product-Specification-title {
  padding: 0 0 15px 0;
}

.product-Specification-box span a {
  text-decoration: underline;
}

.product-details-sticky .product__info .product__name {
  margin: 15px 0;
  font-size: 20px;
  font-family: var(--font-family-ttnormsProMedium);
  font-weight: 500;
}


.btn-load-more {
  border-radius: 0;
  color: var(--text-white-color);
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  min-width: 250px;
  width: auto;
}

.btn-load-more svg {
  margin-left: 20px;
  height: 18px;
}

.shop-layout__sidebar {
  max-width: 1440px;
  margin: auto;
  left: 12%;
  top: 16%;
  background-color: transparent;
}

.widget-filters__closebtn {
  background-color: transparent;
  border: 0;
}

.widget-filters__closebtn .widget__title,
.catalogsidebar__close-btn {
  background-color: var(--text-white-color);
  letter-spacing: 0;
  text-transform: capitalize;
  text-decoration: none;
  padding: 16px;
  font-size: 16px;
  color: var(--text-black-color);
  min-width: 165px;
  justify-content: flex-start;
}

.widget-filters.widget.widget-filters--offcanvas--mobile::before {
  top: 57px;
}

.catalogsidebar__close-btn svg {
  margin-right: 8px;
}

.desktop--filters-button span {
  color: var(--text-black-color);
  font-size: 16px;
}

.filter__title {
  padding: 15px 32px;
  text-transform: capitalize !important;
  font-family: var(--font-family-ttnormsProDemiBold);
  font-weight: unset !important;
  font-size: 16px !important;
}

.stock--button {
  padding: 34px 0 34px 32px;
}

.stock--button label {
  font-family: "TTNormsProRegular";
  margin: 0 10px 0 0;
}

.content-search {
  margin: 20px;
  min-width: 76%;
  max-width: 500px;
  width: 100%;
}

.filter__container {
  padding-top: 20px;
}

[dir="ltr"] .filter-categories__item>a,
.filter-search-content .filter-list__title {
  font-size: 16px;
  text-transform: capitalize;
  font-family: "TTNormsProRegular";
}

.product-image__img {
    height: 100% !important;
    max-height: 620px;
}

.dropcart__product-image img {
  object-fit: contain;
  height: 100% !important;
}

.dropcart__product-name a {
  font-weight: unset;
}

.verificationCode-btn {
  background-color: black;
  color: white;
  padding: 16px;
  min-width: 300px;
  border: 0;
  outline: 0;
}

.dropcart__product-image {
  border: 1px solid black;
}

[dir="ltr"] .dropcart__buttons> :first-child {
  background-color: var(--theme-orange-color);
}

.products-list[data-layout="list"] .products-list__item .product-image__img {
  height: 210px !important;
}

.products-list[data-layout="list"] .products-list__item {
  border: 0;
  padding: 8px 0;
}

[dir="ltr"] .products-list[data-layout="list"] .product-card .product-card__info {
  padding: 15px 38px;
  display: flex;
  justify-content: space-between;
}

.products-list[data-layout="list"] .product-card .product-card__actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.products-list[data-layout="list"] .shop-discount {
  padding: 10px;
}

.products-view__load-more {
  padding: 0;
}

.block-sidebar--offcanvas--mobile .filter__body {
  top: 135px;
}

.new-card--box {
  margin: 40px 0;
}

.new-card--box p {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}


.apply__yenikozacard p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.card__history--table thead tr {
  background-color: #ededed;
}

#card__history--detail-button {
  background: transparent;
}

.card__status {
  position: relative;
}

.card__status--title {
  display: block;
  border-bottom: 1px solid var(--border-color);
  position: relative;
  font-size: 18px;
  padding: 8px;
  margin: 0 0 24px 0;
  font-weight: 500;
  line-height: 2;
}

.apply__yenikozacard a {
  margin-top: 24px;
}

.user__card {
  height: 100%;
  width: 100%;
}

.user__card--box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.user__card--box svg {
  width: 40px;
  margin-right: 10px;
}

.user__card--details {
  display: flex;
  flex-direction: column;

}

.user__card--name {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--text-black-color);
}

.user__card--number {
  font-weight: 400;
  font-size: 16px;
}

.user__card--title {
  padding: 24px;
  background-color: rgba(237, 237, 237, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user__card--limit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f9f9f9;
}

.limit__increase--value {
  margin: 10px 0;
}

#TcIdentityErrorMessage {
  color: red;
  font-family: var(--font-family-TTNormsProRegular);
  margin-top: 5px;
  display: block;
}

.limit__increase--value {
  display: flex;
  flex-direction: column;
}

.limit__increase p {
  font-size: 18px;
}

.limit__increase--value label {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--font-family-TTNormsProRegular);
}

.limi__increase--btn {
  background-color: var(--theme-orange-color);
  color: var(--text-white-color);
  display: inline-block;
  padding: 12px;
  width: 70%;
  margin: auto;
}

.limit__increase--value input {
  height: 50px;
  border: 0;
  outline: none;
  margin: 8px 0 0 0;
  width: 100%;
}

.limit__increase--value input::placeholder {
  font-size: 14px;
}

.limit__increase {
  background-color: rgba(249, 249, 249, 1);
  height: 100%;
  padding: 15px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.user__card--limitbox:last-of-type span {
  text-align: right;
}

.user__card--limitbox {
  display: flex;
  flex-direction: column;
}

.user__limit--name {
  margin-bottom: 0;
  font-size: 18px;
}

.user__limit {
  color: var(--theme-orange-color);
  font-size: 20px;
}

.user__card--limit {
  padding: 24px;
}

@media screen and (max-width: 1000px) {
  .default__btn--line {
    min-width: initial !important;
  }

  .view-options__layout {
    display: none;
  }

  .limit__increase {
    margin-top: 24px;
  }

  .new-card--box .card_application--btn {
    display: flex;
  }

  #products-orderby-btn svg {
    display: none;
  }

  #products-orderby-btn {
    min-width: 100%;
    padding: 0;
    width: 100%;
    margin: 0;
    height: 42px;
  }


  #mobile-filters-btn,
  #products-orderby-btn select {
    min-width: 100%;
    width: 100%;
    justify-content: space-between;
    border-color: var(--border-color);
  }

  #mobile-filters-btn svg {
    margin-left: 10px;
  }

  #products-orderby-btn select {
    min-width: 100%;
    width: 170px;
    border: 0;
    height: 40px;
  }

  .categories-right-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    height: 42px;
  }

  [dir="ltr"] .view-options__filters-button {
    width: 50%;
    margin-right: 8px;
  }

  .product-image__img {
    height: 200px !important;
  }

  .product-card__name a {
    font-size: 14px;
    text-wrap: wrap;
  }

  .product-card__name {
    max-width: 160px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;

  }

  .sku_procuct_box {
    font-size: 12px;
  }

  .shop-discount {
    display: block;
  }

  .installment-text {
    margin-top: 0;
    font-size: 13px;
  }

  .products-list[data-layout="grid-4-full"][data-mobile-grid-columns="2"] .product-card .product-card__actions {
    padding: 10px 0 5px 0;
  }

  [dir="ltr"] .product-card__badge {
    margin-right: 0;
    font-size: 14px;

  }

  @media screen and (max-width: 1099px) and (min-width: 900px) {
    [dir="ltr"] .product-card__badge {
      margin-right: 37px !important;
    }

  }

  /* .block-sidebar__header  , .widget-nav-filters ,.widget-filters__closebtn{
  display: none !important;
}
.block-sidebar--offcanvas--mobile {
  top: 12%;
} */

  .widget-nav-filters ul li {
    height: 57px;
  }

  .block-sidebar--offcanvas--mobile .filter__body {
    top: 178px;
  }

  .filter-list__input.input-check .input-check__box {
    border: 0;
  }

  .filter-color {
    padding: 0 0 0 10px;
  }

  .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__item {
    width: calc(50% - 5px);
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .product-card__new-price,
  .product-card__prices {
    font-size: 16px;

  }

  .products-list[data-layout="grid-3-sidebar"][data-mobile-grid-columns="2"] .product-card .product-card__info,
  .products-list[data-layout="grid-4-full"][data-mobile-grid-columns="2"] .product-card .product-card__info {
    padding: 0 10px 0;
  }

  .products-list[data-layout^="grid-"] .product-card .product-card__info .product-card__name {
    padding: 0;
  }

  .filter__container {
    padding: 0;
  }
}

.mobile-support li a {
  display: flex !important;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 20px 18px 20px 20px;
  border-bottom: 1px solid var(--border-color);
  background-color: var(--text-white-color);
}

.mobile-support li span svg {
  width: 10px;
  height: 10px;
}

.mobile-support li {
  padding: 0 !important;
}

.mobile-support li svg {
  margin-right: 8px;
}

#product-details-form .product__prices .product-card__badge--sale {
  margin: 0 12px 0 0 !important;
}

.discounted-price {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.your-price {
  font-size: 20px;
}

.product__installment-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.product__installment-title,
.productbox__installment-title {
  color: var(--theme-orange-color);
  font-size: 14px;
  margin-bottom: 30px;
}

.product__installment {
  border: 1px solid #000000;
  width: 315px;
  margin-right: 20px;
  border-radius: 10px;
  padding: 4px 2px;
}

.product__installment-top {
  display: flex;
  padding: 8px 55px 2px 16px;
  position: relative;
}

.product__installment-top svg {
  margin: 4px 8px 0 0;
}

.product__installment-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
}

.product__installment-text strong {
  font-weight: 700;
  font-size: 20px;
  margin-left: -4px;
}

.product__installment-bottom {
  padding: 0px 16px 8px;
  font-size: 18px;
}

.product__installment-bottom strong {
  color: var(--theme-orange-color);
  font-weight: bold;
  font-size: 20px;
}

.installment-card-img {
  position: absolute;
  top: 2px;
  right: 8px;
  height: 38px !important;
}

@media screen and (max-width: 1400px) {
  .product__installment-box .product__installment:first-child {
    margin-bottom: 20px;
  }

  .product__installment-box {
    display: block;
  }
}

.productdetail__color {
  margin: 30px 0 0 0;
}

.product__installment-bottom span {
  font-weight: 600;
  font-size: 16px;
}

.active-color-text {
  color: var(--text-black-color);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-family-TTNormsProNormal);
}

.product-color-label label {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-family-TTNormsProNormal);
  color: #7f7f7f;
}

.productdetail__color .image-container--product {
  width: 52px;
  height: 72px;
}

.selectedProduct .image-container--product img {
  border: 1px solid #CACACA !important;
  width: 100%;
}

.productdetail__size label span {
  font-size: 16px;
  color: #929397;
  font-family: var(--font-family-TTNormsProRegular);
  padding: 8px 0px;
  width: 70px;
  height: 40px;
}

.productdetail__size label.instock {
  border-color: #000;
}

.productdetail__size label.instock span {
  color: #000;
}

.productdetail__size .product__option-label .sizeguide-btn {
  font-family: var(--font-family-TTNormsProRegular);
  font-weight: 400;
  font-size: 14px;
  color: #7f7f7f;
  display: none !important;
}

.dropcart--style--offcanvas .dropcart__body,
.flyout-cart {
  z-index: 9999999;
}

.productdetail__size label {
  border-color: var(--border-color);
}

.productdetail__size .input-radio-label__list input:not(:checked):not(:disabled)~span:hover,
.productdetail__size label:hover span {
  background-color: #000 !important;
  color: var(--text-white-color);
}

.input-radio-label__list span {
  color: black;
}

.input-radio-label__list label {
  margin: 3px;
}

.productdetail__size .input-radio-label__list input:checked~span {
  cursor: default;
  background-color: #000;
  color: #fff;
  -webkit-transition-duration: 0.08s, 0.08s;
  transition-duration: 0.08s, 0.08s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E0E0;
}

.product__option-label .product__option-label-title {
  font-size: 14px !important;
  color: var(--theme-grey-color);
  width: 100%;
  text-align: left;
}

.productdetail__size .product__option-label:hover .product__option-label-title {
  background-color: transparent !important;
  color: var(--theme-grey-color) !important;
}

.size-title {
  color: var(--text-black-color) !important;
  font-size: 14px !important;
}

.product__actions-item--wishlist {
  border: 1px solid var(--theme-orange-color);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  float: left;
  margin: 0 0 0 8px;
}

.default__btn--line {
  background: var(--default-theme-dark-blue);
  color: var(--text-white-color);
}

.default__btn--line:hover {
  opacity: .75;
}

.product__actions-item--wishlist svg {
  fill: transparent;
  stroke-width: 1px;
  stroke: var(--theme-orange-color);
  fill: transparent;
}

.product__actions-item--wishlist .added-wishlist svg {
  fill: var(--theme-orange-color);
  stroke: var(--theme-orange-color);
}

.added-wishlist svg {
  fill: var(--theme-orange-color) !important;
}

.delivery {
  border: 1px solid var(--border-color);
  padding: 16px;
  display: flex;
  align-items: center;
}

.delivery svg {
  margin: 0 16px;
}

.delivery-date {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.delivery-date-title {
  color: var(--theme-grey-color);
}

.discount-shop-box {
  border: 1px solid var(--border-color);
  padding: 16px;
  font-size: 14px;
  color: var(--theme-grey-color);
  text-align: center;
  margin-top: 24px;
}

.product-features {
  margin: 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.product-features-title {
  display: inline-block;
  border-bottom: 2px solid var(--text-black-color);
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 500;
}

.product-features-item {
  width: 100%;
}


.product-features-item h2,
.sku .label {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-black-color);
  display: block;
}

.product-features-item .spec-container .data-table {
  width: 50%;
  max-width: 300px;
  margin: 8px 0;
}

.product-features-item .spec-container .data-table> :not(caption)>*>* {
  padding: 4px 0;
  border: 0 !important;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-black-color);
}

.sku .value {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 0;
  color: var(--text-black-color);
}

@media screen and (max-width: 1000px) {
  .product-features-item .spec-container .data-table {
    width: 100%;
    max-width: 100%;
    margin: 8px 0;
  }

  .search-nav .nav-tabs {
    justify-content: space-between;
  }
}

.contracts {
  padding: 24px 0;
}

.contracts p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color: var(--theme-grey-color);
  font-family: 'TTNormsProNormal';
}

.content-search input::placeholder {
  font-style: normal;
  font-size: 18px;
  color: #8F8F8F;
  font-family: "TTNormsProRegular";
}

[dir="ltr"] .filter-categories__item>a {
  font-size: 16px;
  text-transform: capitalize;
  color: #7f7f7f;
}

.block-sidebar--offcanvas--mobile .filter-categories__list li {
  margin-bottom: 16px;
}

.widget-filters--offcanvas--mobile .filter-list__list label {
  margin-bottom: 32px;
}

.content-search i {
  margin-right: 15px;
}


.filter-list__counter,
.filter-list__count {
  margin-left: 5px !important;
  margin-right: 8px;
  font-family: "TTNormsProRegular";
  color: #7f7f7f;
}

.filter-search-content .filter-list__title {
  color: #7f7f7f;
  font-size: 16px;
}

.eye-password-box {
  position: relative;
}

.eye-password {
  position: absolute;
  right: 18px;
  top: 3px;
  width: 40px;
  height: 88%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-self: center;
}

.eye-password-hidden {
  display: none;
}

.eye-password-box.active .eye-password-hidden {
  display: block;
}

.eye-password-box.active .eye-password-visible {
  display: none;
}

.eye-password svg {
  stroke: #8d8c8e;
  opacity: 0.6;
}

.eye-register {
  top: 45px;
  height: 40px;
}

form.Address input[type="text"],
form.Address input[type="email"],
form.Address input[type="tel"],
form.Address input[type="password"],
form.Address input[type="date"] {
  border-radius: 0;
}

.nav__subbox--list.nav-sub-1 li {
  background-color: #fbfbfb;
}

.nav__subbox--list.nav-sub-2 li {
  background-color: white;
}

.nav__subbox--list.nav-sub-1 li a {
  color: #616161 !important;
}

.nav__subbox--list.nav-sub-1 li.active a {
  color: #000 !important;
}

form:not(.footer-newsletter__form) .form-floating .form-control::placeholder {
  color: #000000;
  opacity: 0.5;
  display: block;
  position: unset;
}

.register-contract span {
  color: var(--text-black-color);
  text-decoration: underline;
  cursor: pointer;
}

.register-contract {
  color: var(--theme-grey-color);
  font-family: 'TTNormsProNormal';
}

#RegisterForm .form-check-label {
  color: var(--theme-grey-color);
}

.contracts p span {
  color: var(--text-black-color);
  text-decoration: underline;
  cursor: pointer;
}

#register-button {
  background-color: #7c7c7c;
  width: 80%;
  margin: 24px auto;
}

/* .topbar-dropdown.iconset-item.topbar-dropdown--opened #topbar-username {
  border: 1px solid var(--theme-orange-color);
  background-color: var(--theme-bg-top-color);
} */

.megamenu .nav-li__home a {
  color: #000000bd;
  transition: 500ms all;
}

.megamenu .nav-li__home:hover a {
  color: #000;
  transition: 500ms all;
}

.nav-li__home .nav__subbox--li .nav__subbox--submenu ul li a {
  font-family: var(--font-family-ttnormsProMedium);
}

.megamenu:hover .nav-li__home:not(:hover) a {
  color: #1111115e !important;
  transition: 800ms all;
}

.nav__subbox--list.nav-sub-1 li .nav-li__sub--arrow {
  display: none;
}

.nav__subbox--list.nav-sub-1 li:hover .nav-li__sub--arrow {
  display: block;
}

.nav__subbox--list.nav-sub-1 li.active .nav-li__sub--arrow {
  display: block;
}



.register-privacy {
  text-decoration: underline;
  margin: 0 !important;
}

.read {
  color: var(--theme-grey-color);
  cursor: pointer;
}

@media (max-width: 575px) {
  .search-page {
    margin-top: 0px;
  }

  .search-page .category-page .products-view__options {
    padding-top: 0px;
  }

  .search-page .category-page .view-options {
    margin-top: 30px;
  }

  .document {
    padding: 0;
  }

  .application-form-contract {
    margin-bottom: 20px;
  }

  .application-form-contract .pristine-error.text-help {
    bottom: -20px;
  }
}

.wishlist-page .wishlist-title {
  border-bottom: 1px solid var(--border-color);
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.wishlist-page .wishlist-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: var(--text-black-color);
  width: 120px;
}

.wishlist-empty-box {
  border: 1px solid var(--border-color);
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 400px;
  margin: 16px 0;
}

.wishlist-empty-box h2 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin: 10px 0;
}

.wishlist-empty-box p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: var(--theme-grey-color);
}

.wishlist-page .products-list__body {
  padding: 24px 0;
}

.wishlist-page .products-list[data-layout="grid-3-sidebar"] .products-list__item {
  box-shadow: none;
  border: 1px solid var(--border-color);
}

.wishlist-page .products-list[data-layout="grid-3-sidebar"] .products-list__item {
  padding: 0;
}

.koza-item:hover {
  border-color: transparent;
}

.wishlist-page .product-card__actions {
  padding: 16px !important;
  margin: 0 !important;
}

.wishlist-page .products-list[data-layout^="grid-"] .product-card .product-card__info {
  padding: 0 16px !important;
}

.wishlist-page .default__btn--line {
  background-color: var(--theme-orange-color);
  color: var(--text-white-color);
  border: none;
  outline: none;
  min-width: 100%;
}

.productdetails__box .product__actions-item--addtocart {
  display: flex;
  flex-direction: row;
  gap: initial;
}

.default__btn--line {
  font-weight: 500;
  height: 48px;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  min-width: auto;
}

.default__btn.valid {
  background-color: #000000 !important;
}

.wishlist-page .share-info a {
  color: var(--theme-orange-color);
}

.wishlist-page .products-list[data-layout^="grid-"] .product-card .product-card__actions {
  align-items: flex-start;
}

.products-list[data-layout^="grid-"] .product-card .product-card__actions {
  margin: 5px 0 10px;
  width: 100%;
}

.products-list[data-layout^="grid-"] .product-card .product-card__actions {
  justify-content: flex-start;
}

.product-card__image.product-image {
  position: relative;
}

.product-card__badge.product-card__badge--new {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 99;
  background-color: white;
  border: 1px solid #b3b2b2;
  color: black;
  border-radius: 5px;
  display: inline-block;
  padding: 7px 12px;
  font-weight: 600;
}

.wishlist-page .product-card__buttons {
  width: 100%;
}

.wishlist-page .share-label {
  color: var(--text-black-color);
}

.wishlist-page .products-list__body {
  justify-content: flex-start;
}

.eu-cookie-bar-notification {
  background-color: var(--text-black-color);
  color: var(--text-white-color);
  padding: 32px;
}

.eu-cookie-bar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.eu-cookie-box h2 {
  color: var(--text-white-color);
  font-size: 24px;
  margin-bottom: 16px;
}

#eu-cookie-ok {
  padding: 16px;
  min-width: 300px;
  background-color: #FD522D;
  color: var(--text-white-color);
  border-radius: 0;
  height: 55px;
}

#eu-cookie-refuse {
  color: var(--text-white-color);
  text-decoration: underline;
  margin: 16px 0;
}

.card-bodyquote {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.eu-cookie-box p {
  font-size: 16px;
}

.eu-cookie-box p a {
  text-decoration: underline;
  color: var(--text-white-color) !important;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .wishlist-page .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__item {
    width: calc(47% - 8px);
    margin: 0 5px 10px 10px;
  }

  .wishlist-page .default__btn--line {

    margin-bottom: 12px;
  }

  .eu-cookie-bar-notification {
    position: relative;
  }

  .eu-cookie-bar-container {
    flex-direction: column;
  }

  .eu-cookie-box h2 {
    color: var(--text-black-color);
    font-size: 20px;
    margin-bottom: 8px;
  }

  .eu-cookie-box p a {
    color: #000000 !important;
  }

  #eu-cookie-ok,
  #eu-cookie-refuse {
    padding: 16px;
    margin: 16px 0 0;
    background-color: var(--theme-orange-color);
    color: var(--text-white-color);
    border-radius: 0;
    height: 55px;
    width: 100%;
  }

  #eu-cookie-bar-notification::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }

  #eu-cookie-bar-notification .container {
    position: fixed;
    z-index: 800;
    padding: 20px 20px;
    box-shadow: rgb(149 157 165 / 64%) 0px 8px 24px;
    background-color: var(--text-white-color);
    color: var(--text-black-color);
    padding: 16px;
    left: 3%;
    width: 94%;
    bottom: 15px;
    z-index: 1001;
  }

  #eu-cookie-refuse {
    color: var(--text-white-color);
    text-decoration: none;
    margin: 8px 0;
  }

  .category--name {
    font-size: 16px;
  }

  .category-totalitems {
    font-size: 13px;
    line-height: 13px;
  }

  .CategoryBreadcrumb-wrap {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 14px;
  }

  .view-options {
    margin-top: 45px;
  }

  .product-card__wishlist svg {
    width: 18px;
    height: 18px;
  }

  .CategoryBreadcrumb-bottombox span {
    font-size: 14px;
  }

  #Slider_Content .swiper-button-prev,
  #Slider_Content .swiper-button-next {
    width: 30px;
    height: 30px;
  }

  #Slider_Content .swiper-button-prev::after,
  #Slider_Content .swiper-button-next::after {
    font-size: 12px;
  }

  /* #MobileNav .nav-li__home--arrow i {
    display: none;
}
#MobileNav .nav-li__home--arrow svg {
  display: block;
}
.nav-li__home--arrow {
  transform: rotate(-90deg);
  transition: 400ms all;
}
.nav-li__home--arrow.active {
  transform: rotate(0deg);
  transition: 400ms all;
} */
}

.address__card {
  border-left: 2px solid var(--theme-orange-color) !important;
  border-radius: 0;
  background-color: #f9f9f9;
  height: 315px;
}

.product-price-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  letter-spacing: 0;
  font-weight: 400;
  font-family: 'ttnormsProDemiBold';
}

.product-price-box .product__old-price {
  font-size: 17px;
  font-family: var(--font-family-TTNormsProRegular);
  color: #7f7f7f;
}

.swal2-actions {
  display: none !important;
}

.product__new-price {
  font-size: 20px;
}

.swal2-html-container,
div:where(.swal2-container) div:where(.swal2-popup) {
  padding: 0 !important;
}

div:where(.swal2-container) button:where(.swal2-close):focus {
  box-shadow: none !important;
}

.buttons-popup {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swal2-popup {
  border-radius: 0;
}

.swal2-title {
  padding: 16px;
  background-color: #f9f9f9;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
}

div:where(.swal2-container) .swal2-html-container {
  margin: 0 !important;
  padding: 16px !important;
}

.buttons-popup a {
  background-color: var(--theme-orange-color);
  color: var(--text-white-color);
  padding: 16px;
  display: block;
  width: 100%;
  min-width: 200px;
  margin: 5px;
}

.content-popup {
  min-height: 150px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* hesabım  */
.account-nav {
  padding: 0;
}

#block-account-navigation {
  margin: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
}

.account-nav__item a {
  padding: 8px 8px 8px;
}

#block-account-navigation ul li {
  margin-right: 24px;
  cursor: pointer;
}

#block-account-navigation ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.account-nav__item--active a {
  border-bottom: 1px solid var(--text-black-color);
  color: var(--text-black-color);
}

.account-nav__item--active a span {
  color: var(--text-black-color) !important;
}

.account-nav__item a span {
  font-size: 18px;
  font-weight: 500;
  color: #00000080;
}

.account-logout a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.account-logout a svg {
  margin-right: 5px;
}

.account-page,
.order-details-page {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.return-request-page {
  padding: 5px;
  background-color: transparent !important;
  margin: 0 !important;
}

.address-list-page .card-header {
  font-weight: unset;
}

.account-page .generalTitle,
.return-request-page .generalTitle,
.order-details-page>.generalTitle,
.order-cancel-page>.generalTitle {
  font-family: var(--font-family-TTNormsProNormal);
  font-weight: 500;
}

#AccountOrdersInnerItems {
  background: #f9f9f9;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 450px; */
  background-color: transparent;
}

.AccountOrdersInnerItems-empty {
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 370px;
}

#AccountOrdersInnerItems p {
  font-size: 18px;
  font-weight: 510;
  text-align: center;
  color: var(--text-black-color);
  margin: 26px 0 5px;
}

#checkout-shipping-load {
  width: 100%;
}

#AccountOrdersInnerItems span {
  color: var(--theme-grey-color);
  font-size: 14px;
}

.Account-continue-shopping-button,
.data-add-address-button {
  border: 1px solid var(--theme-orange-color);
  background-color: var(--text-white-color);
  color: var(--theme-orange-color);
  font-size: 20px;
  padding: 16px 0;
  margin-top: 24px;
  width: 364px;
  height: 61px;
}


.add-address-button {
  color: var(--theme-orange-color);
}

.order-search {
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 15px;
  margin-bottom: 25px;
}

.order-list-page .order-status {
  justify-content: flex-start;
}

.order-search input {
  border: 0;
  height: 48px;
  padding: 0;
}

.order-search-date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.order-search-date .order-date-filter {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid var(--border-color);
  height: 50px;
  color: var(--theme-grey-color);
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  box-shadow: none;
}

.line {
  width: 100%;
  height: 2px;
  display: block;
  border-bottom: 1px solid var(--border-color);
  margin: 0 0 24px 0;
}

#AccountOrdersInnerItems .card {
  border: 1px solid #0000001a !important;
  border-radius: 0;
}

#txtsearch:focus {
  border: none;
  box-shadow: none;
}

#txtsearch::placeholder {
  color: var(--text-black-color);
  display: block;
  opacity: 0.6;
}

#AccountOrdersInnerItems .card .card-body {
  padding: 24px;
}

.order-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.order-info .order-img {
  margin-right: 24px;
}

.order-info .order-img img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border: 1px solid #00000008;
}

.order-date {
  color: var(--theme-grey-color);
  font-size: 14px;
  margin-top: 4px;
  display: block;
}

.order-item-title strong,
#AccountOrdersInnerItems .order-total {
  color: var(--text-black-color);
  font-weight: 500;
  font-size: 16px;
}

#AccountOrdersInnerItems .order-total {
  display: block;
  text-align: left;
}

.order-cancel,
.order-wait,
.order-successful {
  height: 12px;
  width: 12px;
  border-radius: 100%;
  margin-right: 8px;
}

.order-cancel {
  background-color: red;
}

.order-wait {
  background-color: #eeba00;
}

.order-successful {
  background-color: green;
}

.order-status {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00000080;
  font-size: 16px;
}

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

.order-details-button {
  border: 0;
  outline: 0;
  font-size: 18px;
  color: var(--text-black-color);
  text-transform: capitalize;
}

.order-button svg {
  margin-left: 8px;
}

.order-details-page-title {
  border-bottom: 1px solid var(--border-color);
  margin: 0 0 24px !important;
  padding: 0 !important;
  position: relative;
  font-size: 20px;
  font-weight: 500 !important;
}

.order-details-page-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 135px;
  height: 1px;
  background-color: var(--text-black-color);
}

.order-overview {
  border: 1px solid var(--border-color);
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px !important;
}

.order-overview-box {
  width: 32%;
  margin: 6px 0 !important;
  text-align: left;
}

.order-status.order-overview-box {
  justify-content: flex-start;
}

.order-overview-title,
.order-overview [class*="order-"] {
  color: var(--text-black-color);
  font-size: 16px;
  font-weight: 500;
}

.order-overview-box span,
.order-status.order-overview-box strong {
  color: var(--theme-grey-color);
  font-size: 14px;
  font-weight: 400;
}

.order-status.order-overview-box strong {
  font-size: 18px;
}

.order-contracts {
  margin-bottom: 24px;
}

.order-contracts span {
  font-size: 14px;
  text-decoration: underline;
  color: #00000080;
  margin-right: 10px;
}

.order-details-small {
  color: var(--theme-grey-color);
  font-size: 14px;
}

.order-products {
  border: 2px solid var(--border-color);
  margin: 24px 0;
}

/* bar  */
.bar {
  display: flex;
  flex-direction: row-reverse;
  margin: auto auto 0;
  width: 100%;
  max-width: 100%;
  padding: 24px 24px 40px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
}

.bar-input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.bar-input:checked~.bar-view:nth-child(10):after {
  transition-delay: -0.05s;
}

.bar-input:checked~.bar-view:nth-child(10) .bar-button:before {
  transition-delay: 0.01s;
}

.bar-input:checked~.bar-view:nth-child(8):after {
  transition-delay: 0.05s;
}

.bar-input:checked~.bar-view:nth-child(8) .bar-button:before {
  transition-delay: 0.11s;
}

.bar-input:checked~.bar-view:nth-child(6):after {
  transition-delay: 0.15s;
}

.bar-input:checked~.bar-view:nth-child(6) .bar-button:before {
  transition-delay: 0.21s;
}

.bar-input:checked~.bar-view:nth-child(4):after {
  transition-delay: 0.25s;
}

.bar-input:checked~.bar-view:nth-child(4) .bar-button:before {
  transition-delay: 0.31s;
}

.bar-input:checked~.bar-view:nth-child(2):after {
  transition-delay: 0.35s;
}

.bar-input:checked~.bar-view:nth-child(2) .bar-button:before {
  transition-delay: 0.41s;
}

.bar-input:checked~.bar-view:after {
  transform: scaleX(1);
}

.bar-input:checked~.bar-view .bar-button:before {
  transform: none;
  opacity: 1;
}

.bar-input:checked+.bar-view .bar-button:after {
  opacity: 1;
  -webkit-animation: bouncing 0.6s cubic-bezier(0, 0, 0.74, 1.04) infinite;
  animation: bouncing 0.6s cubic-bezier(0, 0, 0.74, 1.04) infinite;
}

.bar-view {
  display: flex;
  flex-grow: 1;
  position: relative;
}

.bar-view:after {
  height: 2px;
  top: calc(50% - 1px);
  transition: transform 0.06s cubic-bezier(0, 0.72, 0.58, 1);
  transform: scaleX(0);
  background: var(--theme-orange-color);
  transform-origin: left;
  z-index: 1;
}

.bar-view:not(:last-child):before,
.bar-view:not(:last-child):after {
  content: "";
  width: calc(100% - 0px);
  position: absolute;
  right: calc(50% + 208px);
}

.bar-view:not(:last-child):before {
  height: 3px;
  top: calc(50% - 1px);
  right: 98%;
  background: #e5e5e5;
}

.bar-view:not(:last-child):nth-child(2):after {
  transition-delay: 0s;
}

.bar-view:not(:last-child):nth-child(2) .bar-button:before {
  transition-delay: 0.06s;
}

.bar-view:not(:last-child):nth-child(4):after {
  transition-delay: 0.1s;
}

.bar-view:not(:last-child):nth-child(4) .bar-button:before {
  transition-delay: 0.16s;
}

.bar-view:not(:last-child):nth-child(6):after {
  transition-delay: 0.2s;
}

.bar-view:not(:last-child):nth-child(6) .bar-button:before {
  transition-delay: 0.26s;
}

.bar-view:not(:last-child):nth-child(8):after {
  transition-delay: 0.3s;
}

.bar-view:not(:last-child):nth-child(8) .bar-button:before {
  transition-delay: 0.36s;
}

.bar-view:not(:last-child):nth-child(10):after {
  transition-delay: 0.4s;
}

.bar-view:not(:last-child):nth-child(10) .bar-button:before {
  transition-delay: 0.46s;
}

.bar-button {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  border-radius: 50%;
  border: 3px solid #e5e5e5;
  position: relative;
  cursor: pointer;
  background-color: #e5e5e5;
}

.bar-button:hover:after {
  transform: none;
  opacity: 1;
}

.bar-button:before,
.bar-button:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.cls-1 {
  fill: url(#linear-gradient) !important;
  /* stroke: unset !important; */
}

.bar-button:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--theme-orange-color);
  transform: scale(0.3);
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0, 0.72, 0.58, 1);
}

.command {
  font-family: "Ubuntu Mono", monospace;
  letter-spacing: 1px;
  margin: 30px auto auto;
  -webkit-animation: fade 1s ease infinite;
  animation: fade 1s ease infinite;
}

@-webkit-keyframes bouncing {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }
}

@keyframes bouncing {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }
}

@-webkit-keyframes fade {
  50% {
    opacity: 0.3;
  }
}

@keyframes fade {
  50% {
    opacity: 0.3;
  }
}

.bar-view span {
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 16px;
}

.order-products-details-top {
  padding: 24px;
  font-size: 16px;
  color: var(--text-black-color);
  font-weight: 500;
}

/* .order-products-details-top {
  width: 100%;
  padding: 0;
  padding-left: 30px;
  display: inline-block;
  border-bottom: 1px solid var(--border-color);
  position: relative;
    top: -1px;
    background: #fff;
}
.order-products-details-top > div {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 25px;
  margin-top: 10px;
} */
.order-products-details-top {
  width: 300px;
  padding: 0;
  padding-left: 30px;
}

.order-products-details-top>div {
  width: 100%;
  margin-bottom: 10px;
}

.order-products-details-top .small-text {
  font-size: 14px;
  color: var(--theme-grey-color);
  margin-left: 10px;
}

.order-product-item {
  border-bottom: 1px solid var(--border-color);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.order-product-item-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  margin-right: 24px;
}

.order-product-item img {
  height: 100px;
  width: 100px;
  object-fit: contain;
}

.order-product-item:first-child {
  margin-top: 0;
}

.order-products .bar {
  margin-bottom: 0;
}

.order-product-item-details-special {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.order-product-item-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.order-product-name {
  font-size: 16px;
  color: var(--text-black-color);
  font-weight: 500;
}

.order-product-item-details .sku {
  font-size: 12px;
  font-weight: 500;
  color: var(--theme-grey-color);
}

.product-subtotal {
  display: block;
  margin: 8px 0;
}

.order-product-item-details-special .attributes {
  border-right: 1px solid var(--border-color);
  padding: 0 8px 0 0;
  margin: 0 8px 0 0;
}

.order-addres-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.order-adres-item {
  border: 1px solid var(--border-color);
  min-height: 400px;
  width: 100%;
}

.order-adres-item-top {
  padding: 24px 16px;
  border-bottom: 1px solid var(--border-color);
}

.order-adres-item-bottom {
  padding: 24px 16px;
}

.order-adres-item-bottom ul li {
  font-size: 16px;
  color: var(--text-black-color);
  padding: 3px 0;
}

.order-adres-item:first-child {
  margin-right: 15px;
}

.order-adres-item-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0;
}

.order-totals {
  border-top: 1px solid var(--border-color);
  padding: 16px 0 0;
  margin: 0 0;
}

.totalDiscount-order {
  color: var(--theme-orange-color);
}

.order-total {
  min-height: 100%;
}

/* adres  */
.registered-addresses {
  border: 1px solid var(--border-color);

  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 370px;
}

#AdressUpdateModal .modal-content {
  border-radius: 0;
  padding: 0;
}

#AdressUpdateModal .modal-header {
  background-color: #F9F9F9;
  padding: 10px;
}

#AdressUpdateModal .modal-footer {
  margin-top: 0;
}

#AdressUpdateModal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#AdressUpdateModal .modal-body svg {
  margin-bottom: 10px;
}

#AdressUpdateModal .modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.adress-updateModal-close {
  width: 45%;
  margin: 10px;
  border: 1px solid black;
  background-color: white;
  outline: none;
  padding: 10px;
}

.save-address-button {
  width: 45%;
  margin: 10px;
  padding: 10px;
  background-color: var(--text-black-color);
  color: white;
}

.adress-update-btn {
  background-color: black;
  color: white;
  width: 99%;
  margin-left: 13px;
  padding: 12px;
}

.registered-addresses-container {
  display: flex;
  align-items: flex-start;
  justify-self: flex-start;
}

.registered-addresses p {
  font-size: 18px;
  margin: 15px 0;

}

.address-container-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 32px;
  padding: 0 0 20px 0;

  font-size: 18px !important;
  padding: 8px !important;
  margin: 0 0 24px 0 !important;
  font-weight: 500;
  line-height: 2 !important;
}

.edit-address-button {
  background-color: transparent;
}

.block {
  margin-bottom: 0;
}

.delete-address-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

.address-container-title .add-address-button {
  padding: 0;
  border: 0;
  margin: 0;
  font-size: 18px;
}

.form-group .form-text {
  font-weight: 500;
  font-size: 18px;
  font-family: var(--font-family-ttnormsProMedium);
  margin-top: 12px;
}

.edit-address-button {
  padding: 0;
}

form:not(.footer-newsletter__form) .form-floating .form-control {
  padding: 15px 10px 10px;
}

.custom-radio input:checked+label span::before {
  background-color: var(--theme-orange-color);
  top: 49%;
  left: 49%;
}

.edit-address .custom-control-label span {
  border-color: var(--theme-orange-color);
}

.generalTitle {
  font-size: 18px !important;
  padding: 8px !important;
  margin: 0 0 24px 0 !important;
  font-weight: 500;
  line-height: 2 !important;
}

.info__Card {
  background-color: transparent;
}

.account-item-details {
  margin: 16px 0;
}

.account-item-details p {
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0;
}

.totop__button {
  background-color: var(--theme-orange-color);
}

#save-info-button {
  background-color: var(--theme-orange-color);
  color: var(--text-white-color);
  font-size: 16px;
  padding: 16px;
  min-width: 200px;
  border: 0;
  outline: 0;
}

.form-floating {
  margin-bottom: 10px;
}

.form-floating label,
.custom-control-label,
.col-form-label {
  font-weight: 500;
  font-size: 14px;
  color: var(--text-black-color);
  font-family: var(--font-family-TTNormsProNormal);
}

input::placeholder {
  color: var(--theme-grey-color);
}


#gender-female,
#gender-male {
  top: 3px;
}

.koza-btn {
  background-color: var(--theme-orange-color);
  color: var(--text-white-color);
  padding: 8px;
  min-width: 99%;
  border: 0;
  outline: 0;
  margin: 16px 0 0 12px;
}

.shopping-cart-box-item {
  border: 1px solid var(--border-color);
}

.shopping-cart-box-top {
  padding: 24px;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--theme-grey-color);
}

.shopping-cart-box-top svg {
  margin-right: 8px;
}

.shopping-cart-box-top strong {
  font-weight: 600;
  color: var(--text-black-color);
  margin-right: 6px;
}

.shopping-cart-box-bottom-item {
  padding: 24px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid var(--border-color);
}

div#ordersummarypagecart .product-image img,
#ordersummarypagecart .product-image {
  height: auto !important;
  max-height: 100% !important;
}

.shopping-brand {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .2px;
}

.shopping-cart-box-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.shopping-box-product-name {
  color: #111 !important;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: .2px;
  font-family: var(--font-family-TTNormsProRegular);
}

.product-unit-price-box .product-unit-price {

  font-size: 18px;
}

.AttributeInfo-box ul {
  display: flex;
  margin: 8px 0;
}

.shopping-cart-box-img {
  margin-right: 16px;
}

.AttributeInfo-box ul li {
  border-right: 1px solid var(--border-color);
  padding: 0 8px 0 0;
  margin-right: 8px;
}

.AttributeInfo-box ul li .productAttribute {
  color: var(--text-black-color) !important;
  font-size: 16px !important;
}

.AttributeInfo-box ul li .productAttributeOption {
  color: #111;
  padding: 0 8px;
  font-family: var(--font-family-TTNormsProRegular);
}

.shopping-cart-box-details .product__old-price {
  color: #6d6d6d;
  font-size: 13px;
}

.ship-to-same-address .input-check__input:checked~.input-check__box {
  background-color: black !important;
  width: 8px;
  height: 8px;
}

.quantity-box {
  display: flex;
  align-items: center;
  margin: 8px 0;
}

.quantity-box .input-number {
  max-width: 120px;
  margin-left: 10px;
}

.deleteshoppingcartitem {
  background-color: transparent;
  color: red;
  display: flex;
  width: auto;
}

.deleteshoppingcartitem svg {
  margin-right: 5px;
}

.shopping-cart-box-bottom--remove {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.shopping-wishlist-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
}

.shopping-wishlist-btn span {
  text-decoration: underline;
}

.cargo strong {
  color: var(--theme-grey-color);
  font-size: 14px;
}

.cargo span {
  color: var(--text-black-color);
  font-size: 14px;
}

.cartsummary__cart {
  padding: 32px 16px !important;
  background-color: #f9f9f9;
}

.cartsummary__cart-title {
  color: var(--theme-orange-color);
  font-size: 18px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 8px;
  padding: 4px;
}

[dir="ltr"] .cart__totals tr> :first-child {
  margin: 0 !important;
}

.cart__totals tr td span {
  padding: 8px 0;
  display: block;
  font-family: var(--font-family-TTNormsProRegular);
}

.value-summary {
  font-size: 15px;
  color: #111 !important;
  font-family: var(--font-family-TTNormsProNormal) !important;
}

[dir=ltr] .cart__totals tr> :last-child .value-summary strong {
  font-weight: 600;
}

.coupon-code {
  margin: 24px 0;
}
.btn-sm.btn-svg-icon {
    width: 26px;
    height: 30px;
}
button#applydiscountcouponcode {
  background-color: transparent;
}
.card-body.discount-txt span {
  padding-left: 12px;
}
.coupon-code .form-group {
    margin-bottom: 16px;
}
.discount-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 16px;
  height:50px;
}

.input-group-append {
  display: flex;
  align-items: center;
  justify-content: center;
}

#discountcouponcode::placeholder {
  color: var(--text-black-color);
  font-size: 16px;
}

.checkout-nav {
  border: 0;
  margin-bottom: 24px;
  padding: 0 12px;
}

.checkout-nav button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  border: 0 !important;
  margin-right: 20px;
  color: var(--theme-grey-color);
}

.checkout__number {
  border: 1px solid var(--theme-orange-color);
  color: var(--theme-orange-color) !important;
  background-color: transparent;
}

.checkout-nav .nav-link.active .checkout__number {
  background-color: var(--theme-orange-color);
  color: var(--text-white-color) !important;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--theme-orange-color);
}

.new-address-btn {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  width: 100%;
  padding: 16px 0;
  margin: 24px 0;
}

.new-address-btn span {
  text-decoration: underline;
  font-size: 16px;
  color: var(--text-black-color);
  display: block;
  margin-right: 5px;
}

.ship-to-same-address {
  position: unset;
  padding: 12px 0 20px;
}

.ship-to-same-address .form-check-input {
  width: 16px !important;
  height: 16px !important;
}

.address--box--title .address--box--check input,
#checkout-billing-load .input-check__input {
  opacity: 1;
  display: block;
  width: 16px;
  position: unset;
  margin-right: 8px;
}

#ordersummarypagecart a.product-name {
  font-weight: unset;
  font-size: 16px;
}

#checkout-billing-load {
  width: 100%;
}

.address--box--title .address--box--check {
  display: flex;
  align-items: center;
}

.address--box {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  height: max-content !important;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.Address .edit-address .form-floating {
  margin: 12px 0;
}

.Address .edit-address .form-floating>label {
  display: flex !important;
  color: black;
  opacity: 0.75 !important;
  position: absolute !important;
  font-size: 12px;
  left: 20px !important;
  top: -6px;
  font-size: 12px;
  position: absolute !important;
  padding: 0 !important;
  left: 23px !important;
  opacity: 0.75 !important;
  height: auto !important;
  transform: translateY(50%) !important;
}

.Address .edit-address .form-floating>.form-control:focus~label {
  opacity: 0.50 !important;
  margin-top: 0.25em !important;
  transform: none !important;
  top: 0 !important;
}

.Address .edit-address .form-control::placeholder {
  opacity: 0 !important;
}

.Address .edit-address .form-floating>.form-control:focus~label {
  font-size: 10px;
  color: red;
}


.Address .edit-address .form-floating>input::placeholder {
  opacity: 0 !important;
}

.address--box--title {
  border: 0;
  width: 150px;
}

#shipping-addresses-form label.form-radio-label {
  padding: 0;
}

.ship-to-same-address--title {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 24px;
  padding: 8px 8px 0 !important;
  width: 100%;
  display: block;
  background-color: white;
}

#checkout-billing-load label.form-radio-label {
  padding: 0;
}

#checkout-shipping-method-load {
  background-color: white;
}

.form_edit {
  text-decoration: underline;
}

.order-note {
  width: 100%;
  margin: 24px 0;
}

#addressInfo #checkout-payment-method-load {
  width: 100%;
}

ul#paymentTabs {
  border-bottom: 1px solid var(--border-color);
}

#paymentTabs li a.active {
  background: transparent !important;
  color: var(--text-black-color) !important;
  border: 0;
  border-bottom: 1px solid var(--text-black-color);
}

#paymentTabs li a {
  border: 0;
  color: var(--theme-grey-color);
  font-weight: normal;
  font-size: 18px;
  padding: 0;
}

#paymentTabs li {
  margin-right: 20px;
}

#banktransferpayment form {
  margin-top: 24px;
  width: 100%;
}

.wishlist-page .default__btn--line {
  padding: 16px;
}

.products-list[data-layout="list"] .shop-discount {
  padding: 0 0 0 30px;
}

.products-list[data-layout="list"] .shop-discount-wrap {
  text-align: left;
  width: 100%;
}


.productBox-carousel .product-card__image--desktop {
  height: auto;
}

.wishlist-page .product-card__actions {
  padding: 0 16px !important;
  margin: 0 !important;
}

@media screen and (min-width: 1000px) {
  .wishlist-page .products-list[data-layout^="grid-"] .product-card .product-card__image {
    max-height: 620px;
    min-height: 300px;
    height: 580px;

  }

  .wishlist-page .products-list[data-layout^="grid-"] .product-image__body {
    height: 100%;

  }

  .wishlist-page .products-list[data-layout^="grid-"] .product-card .product-card__image img {

    object-fit: cover;
  }
}

@media screen and (min-width: 1430px) and (max-width: 1600px) {

  .productBox-carousel .product-card__image--desktop {
    height: auto;
    min-height: 382px;
  }

}

@media screen and (min-width: 800px) and (max-width: 1429px) {


  .productBox-carousel .product-card__image--desktop {
    height: auto;
    min-height: 365px;
  }

  .productBox-carousel .block-products-carousel[data-layout^="grid-"] .product-card .product-card__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .productBox-carousel .shop-discount-wrap {
    text-align: left;

  }

  .productBox-carousel .block-products-carousel__cell .product-card__info {
    height: 270px;
    display: flex;
    justify-content: space-between;
  }

  .productBox-carousel .shop-discount {
    padding: 10px 0 0 0;
  }

  .productBox-carousel .product-card__image--desktop {
    height: auto;
    min-height: 320px;
  }
}


@media screen and (min-width: 1320px) and (max-width: 1740px) {

  .product-card__image--desktop {
    height: auto;
    min-height: 425px;
  }

  .products-list[data-layout="grid-3-sidebar"][data-mobile-grid-columns="2"] .product-card .product-card__image {
    height: auto;
    min-height: 425px;
  }

  .products-list[data-layout="grid-3-sidebar"][data-mobile-grid-columns="2"] .product-card .product-card__image {
    height: auto !important;
    min-height: 425px !important;
  }

  .products-list[data-layout^=grid-] .product-card .product-card__info .product-card__name {

    max-height: 100%;
  }

  .products-list[data-layout="list"] .shop-discount {
    padding: 0 0 0 30px;
  }

  .products-list[data-layout="list"] .shop-discount-wrap {
    text-align: left;
    width: 100%;
  }

  .products-list[data-layout="list"] .product-card .product-card__image .product-card__image--desktop {
    height: auto;
    min-height: auto;
  }
}


@media screen and (min-width: 1175px) and (max-width: 1330px) {

  .product-card__image--desktop {
    height: auto;
    min-height: 400px;

  }

  .products-list[data-layout^=grid-] .product-card .product-card__info .product-card__name {
    /* height: 70px !important; */
    max-height: 100%;
  }

  .products-list[data-layout="grid-3-sidebar"][data-mobile-grid-columns="2"] .product-card .product-card__image {
    height: auto !important;
    min-height: 300px !important;
  }

  .products-list[data-layout="list"] .product-card .product-card__image .product-card__image--desktop {
    height: auto;
    min-height: auto;
  }

  .products-list[data-layout="list"] .shop-discount {
    padding: 0 0 0 30px;
  }

  .products-list[data-layout="list"] .shop-discount-wrap {
    text-align: left;
    width: 100%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1176px) {

  .product-card__image--desktop {
    height: auto;
    min-height: 300px;

  }

  .products-list[data-layout="list"] .product-card .product-card__image .product-card__image--desktop {
    height: auto;
    min-height: auto;
  }

  .products-list[data-layout^=grid-] .product-card .product-card__info .product-card__name {
    /* height: 70px !important; */
    max-height: 100%;
  }

  .products-list[data-layout="grid-3-sidebar"][data-mobile-grid-columns="2"] .product-card .product-card__image {
    height: auto !important;
    min-height: 300px !important;
  }

  .products-list[data-layout^="grid-"] .product-card .product-card__actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .shop-discount-wrap {
    text-align: left;

  }

  .shop-discount {
    padding: 5px 0 0 0;
  }
}

@media screen and (max-width: 1000px) {
  .shopping-cart-box-img {
    margin: 0 0 16px;
  }

  .shopping-wishlist-btn {
    margin: 16px 0;
    padding-left: 0;
  }

  .shopping-cart-box-img .product-image__body {
    width: 150px;
  }

  .shopping-cart-box-bottom-item {
    padding: 15px;
  }

  .shopping-cart-box-bottom--remove {
    justify-content: start;
  }

  .shopping-cart-box-details {
    padding-left: 10px;
  }
}

@media screen and (max-width: 400px) {
  .shopping-cart-box-img .product-image__body {
    width: 110px;
  }
}

body.no-scroll {
  overflow-y: hidden;
}

#hamburger-menu.active {
  background-color: var(--theme-orange-color);
}

#hamburger-menu span {
  display: block;
}

#hamburger-menu.active span {
  display: none;
}

#hamburger-menu svg {
  display: none;
}

#hamburger-menu.active svg {
  display: block;
}

/* .block-products-carousel[data-mobile-grid-columns="2"] .product-card{
  border:1px solid red;
}  */
.account-nav__item svg,
.account-nav__item-mobil-title,
.account-logout .account-arrow svg {
  display: none;
}

.account-logout a span {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  #block-account-navigation {
    flex-direction: column;
  }

  #block-account-navigation ul {
    flex-direction: column;
    align-items: flex-start;
    background-color: #f7f7f7;
    border: 0;
  }

  .account-nav__item svg,
  .account-nav__item-mobil-title {
    display: block;
    margin-right: 10px;
  }

  #block-account-navigation ul li {
    width: 100%;
    display: flex;
    padding: 12px 8px;
    border-bottom: 1px solid #f0f0f0;
  }

  #block-account-navigation ul li a span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
  }

  #block-account-navigation ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
  }

  .account-nav__item-mobil-title {
    text-align: center;
    width: 100%;
    justify-content: center;
    padding: 8px 0;
  }

  .account-arrow {
    width: auto !important;
  }

  .account-arrow svg {
    margin: 0 !important;
  }

  .account-nav__item--active {
    border-bottom: 1px solid #f0f0f0 !important;
  }

  .account-nav__item--active a,
  #block-account-navigation ul li a {
    border-bottom: 0 !important;
  }

  .account-nav__item a span {
    color: var(--text-black-color);
    font-size: 14px;
  }

  #block-account-navigation ul li:last-child {
    border: 0;
  }

  .account-logout {
    margin-top: 16px;
    background-color: #f7f7f7;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .account-logout a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
  }

  .account-logout a div {
    display: flex;
    align-items: center;
  }

  .order-img {
    display: none;
  }

  .order-list-page .order-status {
    justify-content: flex-start;
    margin-top: 5px;
  }

  .order-details-button {
    font-size: 15px;
  }

  .order-button svg {
    margin-left: 8px;
    height: 12px;
  }

  .order-search-date .order-date-filter {
    width: 100%;
  }

  .order-search-date .dropdown {
    width: 100%;
  }

  #save-info-button {
    min-width: 100%;
  }

  .create-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .create-option .custom-control {
    min-width: 150px;
  }

  .order-overview-box {
    width: 100%;
    margin: 8px 0 !important;
    text-align: left;
  }

  .order-contracts {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }

  .bar {
    display: none;
  }

  .order-products-details-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding: 16px;
    font-size: 16px;
    color: var(--text-black-color);
    font-weight: 500;
  }

  .order-products-details-top div {
    margin: 8px 0;
  }

  .order-addres-box {
    flex-direction: column;
  }

  .buttons-popup a {
    min-width: 150px;
  }
}

.create-option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.create-option .custom-control {
  min-width: 150px;
}

.edit-address .custom-control-label span {
  position: absolute;
  top: 48%;
  right: -22px;
}

.edit-address.row {
  margin: 0;
}

span.order-txt {
  color: var(--theme-orange-color);
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.totals-price-wrp td.col-6.cart-total-left,
.totals-price-wrp td.col-6.cart-total-right,
div.checkout-data.col-12 {
  background-color: #f5f5f5;
}

.terms-of-service {
  border: 0;
}

div#confirm-order-buttons-container input {
  width: 88% !important;
  margin: 8px auto 20px auto;
}

#AccountOrdersInnerItems .order-buttons .return-items-button {
  display: none;
}

#payment-method-block .tab-pane {
  width: 100%;
}

#payment-method-block .tab-pane form {
  width: 100%;

}


#IyzicoCreditCardInfoModel {
  margin-top: 24px;
}

#checkout-payment-card .card {
  border: 1px solid var(--border-color) !important;
}

.banktransfer__box--title span img {
  height: 24px;
}

.banktransfer__box .input-check__input+.input-check__box+.input-check__icon {
  position: absolute;
  top: 15px;
  right: 6px;
  left: unset;
  display: block;
  width: 10px;
  height: 10px;
  display: block;
}

div#CreditCardInfoModel,
div#bankTransferPayment {
  width: 100%;
  border: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.order-succesful--image span {
  color: green;
  font-size: 24px;
  font-weight: 500;

  display: block;
  margin-left: 5px;
}

.order-succesful--image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.order-completed-page {}

.order-completed-page .succes-message {
  font-size: 18px !important;
  font-weight: 500 !important;
  text-transform: capitalize;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;

}

.order-completed-page .order-info {
  text-align: center;
  width: 100%;
  margin: 0;
}



div.checkout-data.col-12 {
  margin-top: 32px;
}

.product-gallery__featured--mobile {
  display: none;
}

.document {
  padding: 0;
}

.suggestions__item-image .product-image__img {
  object-fit: contain !important;

}

.address--box--content {
  width: 300px;

}

@media screen and (max-width:768px) {
  .suggestions__item-image .product-image__img {
    object-fit: contain !important;
    height: 100% !important;
  }



  .product-gallery__featured--mobile {
    display: block;
  }

  .product-gallery__featured.product-gallery__grid {
    display: none;
  }

  .product-gallery__carousel {
    display: none;
  }

  .product-gallery-wrapper.product-gallery__featured--mobile #product-image .product-image__img {
    height: 100% !important;
  }

  .checkout-nav {

    display: flex;
    flex-wrap: nowrap;
  }

  div.checkout-data.col-12 {
    margin-top: 0;
  }

  .checkout-nav button {
    margin: 0;
    padding: 5px;
    text-align: left;
    font-size: 16px;
  }

  ul#paymentTabs {
    justify-content: flex-start;
  }

  .new-address-btn {
    margin-top: 0;
  }

  div#shipping-addresses-form {
    padding-top: 0;
  }

  .address--box {
    padding: 8px;
  }

  .address--box--content {
    max-width: 170px;
  }

  .address--box--title {
    width: 80px;
  }
}


.form-floating>label {
  position: unset !important;
  transform: 0;
  margin-bottom: 17px;
  opacity: 1 !important;
}

.checkout-button {
  margin-top: 10px;
}

.checkout-buttons.text-center.float-sm-right button {
  min-width: initial;
}

#newAddress .edit-address .form-floating {
  width: 100%;
}

.modal-footer .btn-primary {
  background-color: var(--theme-orange-color);
  color: var(--text-white-color);
  padding: 16px;
  border: 0;
  box-shadow: none;
}

#searchLoadMore {
  background-color: var(--theme-orange-color);
  color: var(--text-white-color);
  padding: 16px;
  border: 0;
  box-shadow: none;
}

#discountcouponcode::placeholder {
  color: var(--text-black-color) !important;
}



.toast__box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 99999999999;

}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: var(--default-theme-white);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  display: block;
  position: relative;
  border-radius: 8px;
  z-index: 99999999999;
  box-shadow: rgba(3, 101, 214, 0.118) 0px 4px 12px;
}

.toast-body .notification-icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 15px;
}

.toast-body .notification-icon i {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.toast-body {
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 17px;
}

.toast-body a {
  color: var(--text-black-color) !important;
}

.toast .close {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: #dfe6e9;
  color: var(--text-black-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

#notification-error-icon {
  background-color: red;
}

#notification-error-icon i,
#notification-success-icon svg {
  color: var(--default-theme-white);
  fill: var(--default-theme-white);
}

#notification-success-icon {
  background-color: green;
}

.checkout-data .terms-of-service label .custom-control-description,
.checkout-data .terms-of-service label .read {
  border-bottom: 1px solid black;
  color: var(--text-black-color);
  font-weight: 500;
}

.checkout-data .terms-of-service label span {
  font-weight: 500;
  font-size: 14px;
  color: var(--text-black-color);
}

.checkout-data .terms-of-service label {
  display: flex;
  align-items: flex-start;
}

#termsofservice {
  border: 1px solid var(--theme-orange-color);
  opacity: 0;
}

.checkout-data .terms-of-service .input-check__box {
  background-color: transparent;
  position: absolute;
  left: 2px;
  top: 2px;
}

#termsofservice:checked~.input-check__box {
  background-color: var(--theme-orange-color);
}


/* cargo  */

.cargo {
  margin: 0;
  padding: 0;
}

.cargo-box-line {
  border-top: 1px solid rgba(238, 238, 238, 1);
  padding-top: 32px;
  margin-top: 20px;
}

.cargo-title {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  margin: 32px 0;
}

.cargo-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 32px 0 64px;
}

.cargo-box__details h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;

}

.cargo-box__details p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #888888;
  font-family: "TTNormsProRegular";


}

.cargo-box--img {
  padding: 19px 47px;
}

@media screen and (max-width:1000px) {
  .cargo-title {
    font-size: 24px;
    text-align: center;
  }

  .cargo-box {
    justify-content: flex-start;
    margin: 8px 0;
  }

  .cargo-box--img {
    padding: 20px;
    width: 85px;
  }

  .cargo-box__details h2 {
    margin-bottom: 8px;
    font-weight: 700;
  }

  .cargo {
    margin-bottom: 64px;
  }
}

.filter-number,
#AttrsContainer .filter-list__list label input:checked+.input-check__box {
  background-color: var(--theme-orange-color);
}

.filter-number {
  top: 36%;
}

#AttrsContainer .filter-list__list label .input-check__box:hover {
  background-color: var(--theme-orange-color);
}


.filter-list__input input[type="checkbox"]+.input-check__box {
  border: 1px solid transparent;
  box-shadow: none;
}

.filter-list__input .input-check__body {
  border-radius: 100%;
  border: 1px solid #7f7f7f;
}

.filter-list__input input[type="checkbox"]:checked+.input-check__body {
  border: 1px solid var(--theme-orange-color);
}

.input-check__input:checked~.input-check__body {
  background-color: var(--theme-orange-color);
}



.search__product-box-title {
  font-size: 20px;
  font-weight: 500;
  text-decoration: underline;
}

.search-suggestions-list li {
  border-radius: 0;
  background-color: rgba(247, 247, 247, 1);
}

.search-suggestions-list li a {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--text-black-color);
}

.suggestions__item {
  border: 1px solid #EEEEEE;
  border-radius: 0;
  padding: 10px;
}

.search-suggestions-list li.active,
.search-suggestions-list li:hover {
  background-color: var(--theme-orange-color);
  border: 1px solid var(--theme-orange-color);
}

#tc-identity-form {
  margin: 24px 0;
}

#tc-identity-form,
#application-form,
#verification-form,
#completed-form,
#billingaddress-form {
  background-color: rgba(249, 249, 249, 1);
  padding: 24px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#tc-identity-form .form-group,
#application-form .form-group,
#verification-form .form-group,
#billingaddress-form .form-group {
  width: 100%;
}

#tc-identity-form .form-group input,
#application-form .form-group input,
#application-form .form-group select,
#billingaddress-form .form-group input,
#billingaddress-form .form-group select {
  height: 50px;
}

/* .picture-container {
  width: 250px !important;
  height: 270px;
  background-color: #D9D9D9;
  border:1px solid blue;
}

.picture-box {
  border:1px solid red;
} */
#TcIdentityFormButton,
#applicationFormButton,
#verificationFormButton,
#billingaddressFormButton {
  background-color: var(--theme-orange-color);
  padding: 16px 30px;
  color: var(--text-white-color);
  border: 0;
  border-radius: 0;
  outline: 0;
  font-size: 16px;
  width: 100%;
  font-family: var(--font-family-TTNormsProNormal);
}

.form-UpdateMyInformation {
  width: 100%;
  display: flex;
  justify-content: right;
  text-align: center;
  margin-top: -15px;
  margin-bottom: 20px;
  text-decoration: underline;
  font-size: 14px;
}

#AcceptTerms {
  margin-right: 7px;
  width: 20px;
  height: 22px;
}

#verification-form label {
  margin-bottom: 10px;
}

.application-form-contract {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
  margin-bottom: 10px;
}

.application-form-contract .pristine-error.text-help {
  position: absolute;
  bottom: -8px;
  left: 28px;
  color: #f00;
}

.tc-label {
  text-align: left;
  width: 100%;
}

.selfie-picture-box {
  width: 45%;
  height: 273px;
  margin: 15px;
  display: flex;
  justify-content: end;
  align-items: flex-end;
  background-color: rgba(217, 217, 217, 1);
}

#TcIdentityPictureuploader,
#TcIdentityPictureBackuploader,
#SelfiePictureuploader {
  width: 100%;
  display: block;
  background-color: var(--theme-orange-color);
}

.qq-upload-button {
  width: 100%;
  min-width: 100%;
  background-color: var(--theme-orange-color);
  padding: 16px 0;
}

.qq-upload-list {
  height: 35px;

}

.picture-container {
  flex-wrap: wrap;
  gap: 5%;
}

.picture-container .picture-bg {
  background: #D9D9D9;
  width: 256px;
  height: 270px;
  margin: 0;
  max-width: 253px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
  top: 4px;
}

.picture-container .picture-bg img {
  width: 100%;
  object-fit: contain;
  height: 270px;
}

#TcIdentityPicture_Image {
  background-image: url('/Themes/Yenikoza/content/images/kimlik-on-yuz.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 325px;
}

#TcIdentityPictureBack_Image {
  background-image: url('/Themes/Yenikoza/content/images/kimlik-arka-yuz.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 325px;
}

#SelfiePicture_Image {
  background-image: url('/Themes/Yenikoza/content/images/kimlik-selfie.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 325px;
}

.picture-container .picture-bg {
  height: 325px;
}

#SelfiePicture_uploader {
  width: 100%;
  margin-top: 20px;
}

.application-form-details {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 24px;
}

.application-form-contract label {
  font-weight: 600;
  font-size: 16px;
}

.yenikoza-card-info input {
  background-color: var(--theme-orange-color);
  color: var(--text-white-color);
  text-align: center;
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 16px 30px;
  margin-top: 30px;
  height: 50px;
  font-size: 16px;
}

.yenikoza-card-info input:hover {
  opacity: 0.7;
}

#YenikozaCardInfoModel {
  margin-top: 40px;
}

.yenikoza-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
}

.yenikoza-box .installmentbox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 24px 40px 40px 0;
  min-width: 350px;
}

.yenikoza-title {
  text-align: center;
  padding: 16px 0;
  display: block;
}

.installmentbox-title {
  position: relative;
}


.installmentbox-title h6,
.installmentbox-title h5 {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 16px;
}

.installmentbox-title h5 {
  font-size: 20px;
}

.installmentbox-date {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  justify-content: space-between;
  background-color: rgba(249, 249, 249, 1);
}

.installmentbox {
  position: relative;
}

.yenikoza-details ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;

}

.yenikoza-details ul li span {
  color: var(--theme-orange-color);
}

.yenikoza-details ul:nth-child(even) {
  background-color: rgba(249, 249, 249, 1);
}

.installmentbox-title h6 strong {
  color: var(--theme-orange-color);
  font-size: 14px;
}


.installmentbox input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  height: 100%;
}


.installmentbox-border {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  ;
  width: 100%;
  height: 100%;
}

.installmentbox input:checked~.installmentbox-border {
  border-color: var(--theme-orange-color);
}

.btn-continue {
  width: 88%;
  background-color: #7c7c7c;
  color: white;
  padding: 16px 0;

  margin: 8px auto 20px auto;
}

@media screen and (max-width:768px) {
  .header__seacrh .search__button input::placeholder {

    font-size: 13px;
  }

  #topbar-username span,
  .icon-title p {
    display: none;
  }

  .categori--line-border {
    display: none;
  }

  .contact-form-item {
    font-size: 15px;
  }


  .block-products-carousel__cell .product-card__image {
    height: auto;
  }

  .block-products-carousel[data-layout^="grid-"] .product-card .product-card__actions {
    display: flex;
  }

  .block-products-carousel__cell .product-card__info {
    padding: 0 20px;
  }

  .block-products-carousel__cell .product-card__info {
    justify-content: flex-start;
  }

  .product__actions-item--wishlist {
    margin-right: 5px;
  }

  .product-details-sticky .product__actions-item .product__quantity {
    width: 90px;
    min-width: 50px;
  }

  #sizechart {
    padding: 0;
  }

  #sizechart table tr th,
  #sizechart table tr td {
    padding: 5px 0;
  }

  #sizeGuide .modal-content {
    padding: 0;
  }

  .dropcart__product-remove {
    margin-right: -10px;
    padding: 0;
  }

  .remember-label {
    font-size: 13px !important;
    margin: 3px 0 0 0;
  }

  .suggestions__item-image .product-image__body,
  .suggestions__item-image .product-image__img {
    height: auto !important;
  }

  .products-list[data-layout^="grid-"][data-mobile-grid-columns="1"] .products-list__item {
    width: calc(50% - 12px);
    margin: 8px 6px;
  }


}

#addressInfo .nav-item {
  position: relative;
}

.block-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.opc-cart-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;

}

.legal-issues::-webkit-scrollbar {
  width: 3px;
}

.legal-issues::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0;
}

.legal-issues::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.legal-issues {
  max-height: 0;
  transition: max-height 1s ease;
  overflow-y: scroll;
  border: 1px solid #EEEEEE;
  padding: 0;
  transition: 500ms all;
}

.legal-issues.open {
  max-height: 200px;
  padding: 10px;
  transition: 500ms all;
}

.opc-title .toggle-icon {
  font-size: 29px;
  position: relative;
  left: 15px;
  bottom: -3px;
}

.opc-title {
  display: block;
  position: relative;
  font-size: 18px;
}

.opc-title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: black;
  width: 200px;
  height: 1px;
  content: '';
}


.registration-result-container {
  margin: 50px auto;
}

.registration-result-form {
  padding: 32px 24px;
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
}

.register-result-verification-button {
  background-color:#FD522D;
  color:white;
  padding: 12px;
  border:0;
}
.registration-title {
  border-bottom: 1px solid var(--border-color);
  position: relative;
  padding: 5px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.registration-title a {
   display: flex;
  align-items: center;
}

.registration-title::before {
  position: absolute;
  content: '';
  width: 99px;
  height: 1px;
  background-color: black;
  bottom: 0;
  left: 0;
}

.registration-title svg {
  margin-right: 16px;
  height: 15px;
}

.registration-btn {
  background-color: transparent;
  text-decoration: underline;
  color: black;
  margin: auto;
  padding: 16px;
  border: 0;
  outline: none;
  min-width: 250px;
}
.account-activation-page {
  width: 50%;
    margin: 70px auto;
}

.account-activation-page a {
     background: #FD522D;
    color: white;
    padding: 10px 22px;
    font-size: 15px;
    margin-top: 8px;
    display: inline-block;
}

.account-activation-page .generalTitle {
   
    margin: 0 0 7px 0 !important;

}

.account-activation-page .alert-info {
       background: #07cb344d;
    color: #000000d6;
    font-weight: 3000;
    font-family: unset;
}
.sms-activastion label{
  font-weight: unset;
}

.verificationCode-phone-label {
  font-size: 20px;
}

.registration-details {
  display: block;
  margin: 10px 0;
  color: #7c7c7c;
  font-family: var(--font-family-TTNormsProRegular);
  font-size: 14px;
}

.registration-input {
  height: 45px;
  width: 100%;
  border: 1px solid #EEEEEE;
  outline: none;
  margin: 5px 0;
}

.registration-input::placeholder {
  font-family: var(--font-family-TTNormsProRegular);
  color: #7c7c7c;
  font-size: 14px;
}


.tab__section {
  background: transparent;
  padding: 0;
}

.tab__section .block-header__title {
  display: none;
}

.tab__section .slider-wrapper .block-header {
  margin-bottom: 0;
}



.tab__section .block-header__group {

  font-family: var(--font-family-ttnormsProMedium);
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  font-family: var(--font-family-ttnormsProMedium);
  font-size: 22px;
  color: #6d6d6d;
  letter-spacing: 2px;

}

.tab__section .block-header__group--active,
.block-header__group--active:focus,
.block-header__group--active:hover {
  border: 0;
  border-bottom: 1px solid black;
  border-radius: 0;
  color: black;

}

.tab__carusel--all {
  display: none;
}

.cardroutingtextbox span {
  font-size: 20px;
  margin-bottom: 25px;
  display: block;
}

.product-card__quickview {
  transform: translateY(0%);
  transition: 1300ms all;
  position: absolute;
  z-index: 99;
  width: 100% !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  justify-content: end !important;
  right: 0;
  top: 0;
  left: 5px;
}

.product__car--buttons button i {
  padding: 12px 14px;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  background: #fff;
}

.product__car--buttons button:hover i {
  border: 1px solid #000;
}

.quickview .your-price {
  margin-left: 25px;
}

.product-card__addtocart {
  opacity: 0;
}


.product--layout--quickview .product-gallery__grid .product-image.product-image--location--gallery {
  display: none;
}

.product--layout--quickview .product-gallery__grid .product-image.product-image--location--gallery:nth-of-type(1) {
  display: block;
}

.product--layout--quickview .product__content {

  -ms-grid-columns: 50% 50%;
  grid-template-columns: [gallery] calc(20% - 0px) [info] calc(80% - 0px);
  grid-template-rows: auto auto auto auto auto;
  grid-column-gap: 0px;
}

#quickview-modal .modal-xl {
  max-width: 800px;
}

#quickview-modal .modal-content {
  padding: 35px;
  z-index: 99999;
}

#quickview-modal .product-gallery__featured {
  padding-right: 15px;
}


#quickview-modal .product-gallery__grid .product-image {
  width: 100%;
  padding: 15px 0 0 0 !important;
}

#quickview-modal .sizeguide-btn,
#quickview-modal .product__meta-availability,
#quickview-modal .product__meta {
  display: none !important;
}

#quickview-modal .product__name {
  margin: 0;
}

#quickview-modal .size-radio label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 80px;
  height: 40px;
  margin: 0 8px 16px;
  background: #fff;
  color: #111;
  font-family: var(--font-family-ttnormsProMedium);
  font-size: .875rem;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e1e1e1;
  transition: all .3s ease-in-out;
  text-decoration: none !important;
}

#quickview-modal .input-radio-label__list input:checked~span {
  cursor: default;
  border-bottom: none;
  color: #fff;
  -webkit-transition-duration: 0.08s, 0.08s;
  transition-duration: 0.08s, 0.08s;
  background: #111;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

label.outofstock {
  border: 1px solid #bcb7b749 !important;
  background-color: #bcb7b749 !important;
}

.quickview .btn-close {
  position: absolute;
  right: -10px;
  top: -10px;
}

.mobil-page {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: white;
}

.mobile-topic-menu .mobil-page li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 !important;
  width: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.mobile-topic-menu .mobil-page li svg {
  margin-right: 10px;
}

.product-details-sticky .your-price {
  display: none;
}

@media screen and (max-widtH:1000px) {
  #quickview-modal .modal-content {
    padding: 0;
  }

  .tab__section .block-header__group {
    font-size: 19px;
    padding: 8px;
  }
}

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

  .megamenu:hover .nav-li__home:not(:hover) a {
    color: black !important;
  }

  .nav-sub-1 li a {
    padding: 0 0 0 12px;
  }

  .nav__subbox--list.nav-sub-1 li .nav-li__sub--arrow {
    display: block;
  }
}

.widget-filters--offcanvas--always {
  font-family: var(--font-family-ttnormsProDemiBold);
  font-size: 16px !important;
}

.widget-filters--offcanvas--always .filter__container {
  padding: 10px 15px 15px 33px;
}

.widget-filters--offcanvas--always .filter-categories__list {
  padding-left: 0;
}

.widget-filters--offcanvas--always .filter-list__list {
  flex-direction: initial !important;
}


.widget-filters--offcanvas--always .stock--button {
  padding: 5px 0 15px 32px;
  border: none;
  border-bottom: 1px solid #00000012;
  width: 100%;
  display: none;
}

.widget-filters--offcanvas--always .filter-search-content .filter-list__title {
  color: #7f7f7f;
  font-size: 14px;
}

.widget-filters--offcanvas--always .content-search input {
  width: 100%;
  margin: auto;
  height: 100%;
  border: 0;
  outline: 0;
  padding-left: 32px;
}

.footer .totop {
  bottom: 95px;
}

.totop__button {
  width: 40px;
  height: 40px;
  border-radius: 0;
  margin-right: 40px !important;
  border: 1px solid #fff;
  transition: initial;
}

.totop__button:hover {
  background: #fff;
  border: 1px solid #111;
}

.totop__button:hover::after {
  border-bottom: 6px solid #111;
}

.totop__button::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 55%;
  transform: translateX(44%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

.icon-title .indicator__value.cart-qty {
  position: relative;
  display: contents;
  font-weight: 400;
}

.toast-cart {
  background: #111;
  float: left;
  width: 100%;
  padding: 10px;
  margin-right: .9375rem;
  color: #fff;
  font-family: var(--font-family-TTNormsProRegular);
  font-size: .9375rem;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 600;
}

.toast-cart:hover {
  opacity: .75;
  color: #fff;
}

.productdetail__color .product__option {
  display: block;
}

.product__option {
  position: relative;
}

.slider-container {
  overflow: hidden;
  width: 100%;
}

.option-list {
  display: flex;
  transition: transform 0.3s ease;
  cursor: grab;
}

.option-list.grabbing {
  cursor: grabbing;
}

.slider-btn {
  background: rgba(255, 255, 255, 0.7);
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  float: right;
  margin-bottom: 2px;
  font-size: 28px;
  display: none;
}

.account__menu {
  order: 1;
}

.account__pages {
  order: 2;
}

.product-card__prices {
  height: 50px;
  padding: 8px 0;
}

.products-list[data-layout="list"] .product-card .product-card__prices {
  margin-top: 0;
}

.productBox-carousel .product-card__badge--sale {
  display: flex;
}

.block-products-carousel[data-layout="grid-4-sm"][data-mobile-grid-columns="2"] .product-card .product-card__actions,
.block-products-carousel[data-layout="grid-5"][data-mobile-grid-columns="2"] .product-card .product-card__actions {
  padding: 0;
}

/* .header.active {
  z-index: 1;
  position: fixed;
  opacity: 100;
  top: 0;
  background: white;
  z-index: 33;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0px auto !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  max-width: none;
  transform: translateY(0px);
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
} */

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.header.active {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  left: 0;
  background-color: #fff;
  border-bottom: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: .5s;
}

.eu-cookie-box p a {
  color: #FD522D !important;
  padding: 3px 0;
}

@media screen and (max-width: 992px) {
  .products-list__body .product-card .product-card__info {
    position: relative;
  }

  #MobileNav li:last-child {
    width: 100%;
  }

  .product__content {
    z-index: 3;
    position: relative;
  }

  .block-products-carousel__cell .product-card__info {
    height: 150px;
  }

  .dropcart--style--offcanvas.dropcart--open {
    z-index: 99999;
    position: relative;
  }

  .k-absolute-box {
    width: 92%;
    margin: auto;
    border-radius: 10px;
  }

  .k-absolute-wrap {
    top: -45px;
  }

  .product-card__badge--sale {

    width: 38px;
    height: 38px !important;
    padding: 0px 16px 0px 16px;
    border-radius: 5px;
    font-size: 15px;
    margin-right: 11px !important;
  }

  #product-details-form .product__prices .product-card__badge--sale {
    width: 44px;
    height: 44px !important;
  }

  .totop__button {
    margin-right: 10px !important;
  }

  [dir="ltr"] .totop__button {
    margin-left: 41px;
  }

  .account__menu {
    order: 2;
  }

  .account__pages {
    order: 1;
  }

  .contact-form-tel {
    font-size: 12px;
  }

  #bar-notification .toastbox {
    padding-top: 0 !important;
  }

  #bar-notification .toastbox .toast {
    border-radius: 0;
  }

  #bar-notification .toast-body {
    padding: 10px 20px;
  }

  #bar-notification .toast-cart {
    padding: 10px;
  }

  .breadcrumb {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .breadcrumb-item,
  .bread__icon {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 3px 0 4px;
    font-size: 12px;
  }

  .breadcrumb-item {
    flex-shrink: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .breadcrumb-item a,
  .breadcrumb-item.active span {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #111;
  }

  .breadcrumb-item.active {
    flex-shrink: inherit;
  }

  .product-details-sticky .product__info .product__name {
    margin: 0px 0 10px;
  }

  .product__gallery {
    margin-bottom: 10px;
  }

  .product-card__prices {
    padding: 2px 0;
  }

  .iconset-item .icon-title {
    position: absolute;
    bottom: 15px;
  }

  .icon-title .indicator__value.cart-qty {
    color: #fff;
  }
}

@media (max-width: 768px) {
  .opc-cart-title {
    flex-wrap: wrap;
  }

  .products-list[data-layout="grid-4-full"][data-mobile-grid-columns="2"] .product-card .product-card__actions {
    padding: 0px 0 5px 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .shop-discount-wrap {
    text-align: left;
    width: 100%;
  }

  .shop-discount {
    padding-left: 0;
  }

  .page-header__container {
    padding-bottom: 15px;
  }

  .product-details-page {

    padding: 0;
  }

  .product-gallery__zoom {
    z-index: 2;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.6);
    color: var(--black);
    cursor: pointer;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100% !important;
    padding: 5px;
  }

  .product-details-sticky {
    padding: 0px;
  }

  .product-details-sticky .product__info {
    padding: 0 13px 13px;
    border-bottom: 15px solid #f4f4f4;
  }

  .product__special {
    padding: 0;
    border-top: 15px solid #f4f4f4;
    border-bottom: 15px solid #f4f4f4;
  }

  .product__sidebar {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .discount-shop-box {
    margin: 10px 16px 32px;
    color: var(--text-black-color);
    border-radius: 5px;
  }

  .product-details-categories-link {
    border: 1px solid var(--border-color);
    padding: 16px;
    font-size: 14px;
    color: var(--text-black-color);
    text-align: center;
    margin: 32px 16px 0;
    border-radius: 5px;
  }

  .product-details-sticky .product__gallery {
    margin-bottom: 0;
  }

  .product__accordion .accordion-item {
    border: 0;
  }

  .product-details-sticky .product__info .product__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
  }

  .product__accordion {
    margin-top: 0;
  }

  .product-details-sticky .product-price-box .product__old-price {
    font-size: 15px;
    font-family: var(--font-family-TTNormsProRegular);
    color: #7f7f7f;
  }

  #product-details-form .product__prices {
    margin-bottom: 13px;
    margin-top: 10px;
  }

  .product__installment-title,
  .productbox__installment-title {
    color: var(--theme-orange-color);
    font-size: 14px;
    margin-bottom: 13px;
  }

  .product-details-sticky .product__installment {
    width: 100%;
    margin-right: 0;
  }

  .product-details-sticky .productdetail__color {
    margin: 32px 0 0 0;
  }


  .product-color-label label {
    color: black;
  }

  .active-color-text {
    font-weight: 500;
  }

  .productdetail__color .image-container--product img {
    height: 100px;
    width: 100%;
    object-fit: contain;
  }

  .color-squares {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 99%;
  }

  .selectedProduct .image-container--product img {
    border: 1px solid black !important;
    width: 60px;
  }

  .productdetail__color .image-container--product {
    width: unset;
    height: unset;
  }

  .product__option-label-title {
    text-align: left !important;
    color: black !important;
    width: 100% !important;
  }

  .product-color-label label {
    font-family: var(--font-family-TTNormsProRegular);
  }

  .product__option-label-title .size-title,
  .active-color-text {
    font-family: var(--font-family-ttnormsProMedium);
  }

  .productdetail__size label {
    width: calc((100% - 42px) / 4);
  }

  .productdetail__size label.instock {
    border-color: #e1e1e1;
  }

  .productdetail__size .input-radio-label__list input:checked~span {
    border-color: black;
  }

  .accordion-header {
    border: 0;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: none;
    margin-bottom: 0;
  }

  .product-features-title {
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    font-family: var(--font-family-ttnormsProMedium);
    margin-bottom: 0;
  }

  .product-features,
  .product-features-item .spec-container .data-table {
    margin: 0;
  }

  .product-features-item h2 {
    display: none;
  }

  .product-features .spec-container {
    padding: 16px;
  }

  .spec-name {
    font-size: 14px;
    line-height: 18px;
    font-family: var(--font-family-TTNormsProRegular);
  }

  .spec-value div {
    color: #616161;
    font-size: 14px;
    line-height: 18px;
    font-family: var(--font-family-TTNormsProRegular);
  }
}

@media (min-width: 992px) {

  .all-categories-item {
    position: absolute;
    width: 100%;
  }

  .icon-title .indicator__value.cart-qty {
    display: contents !important;
  }

  .indicator__value.cart-qty.d-lg-none {
    display: none !important;
  }

  .topbar-dropdown__mobil i {
    padding-right: 12px;
    font-size: 20px;
  }

  .topbar__list__mobil .mobil-list-item,
  .topbar__list__mobil .topbar__box {
    display: flex;
    height: 60px;
    align-items: center;
    width: 100%;
    position: relative;
    justify-content: space-between;
  }

  .topbar__list__mobil .mobil_list_box {
    border-bottom: 1px solid #d0d1d3;
    width: 100%;
    display: flex;
    height: 60px;
    align-items: center;
  }

  .topbar__list__mobil span {
    width: 35px;
    left: -19px;
    position: relative;
  }

  .topbar__list__mobil span svg {
    width: 55px;
  }

  .topbar__list__mobil .topbar__box a {
    padding: 0;
  }

  .topbar__list__mobil .mobil-list-item::after,
  .topbar__list__mobil .topbar__box::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%) rotate(-45deg);
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
  }

  .mobil-list-topwrap {
    background: rgb(3, 1, 25);
    background: linear-gradient(263deg, rgba(3, 1, 25, 1) 0%, rgba(219, 247, 246, 1) 0%, rgba(206, 212, 236, 1) 100%);
    padding: 40px 40px 0;
    border-bottom: .5px solid #e5e5e5;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }

  .topbar__list__mobil {
    position: relative;
    margin-top: 100px;
  }

  .mobil-list-topbox {
    background: var(--theme-color-white);
  }

  .mobil-top-item img {
    width: 40px;
    margin-right: 12px;
  }

  .mobil-top-item {
    display: flex;
    align-items: center;
    padding: 15px;
  }



}


.shopping-img {
  height: 90px !important;
  width: 65px !important;
}

.shopping-wishlist .product-image {
  width: 70px !important;
  align-items: flex-start !important;

  padding: 0;
}

.shopping-wishlist .product-card {
  padding: 0;
}

.shopping-delete {
  color: #EC2D2C !important;
  left: unset !important;
  right: 0;
  text-decoration: underline;
  top: 0;
  position: unset !important;
  padding: 0 !important;
}

.shopping-wishlist .order-details-page-title {
  margin-bottom: 16px !important;
}

.shopping-wishlist .products-list[data-layout="list"] .products-list__item {
  padding: 16px;
  border: solid 1px #f3f3f3;
  border-top: 0;
}

.shopping-wishlist .products-list[data-layout="list"] .products-list__item:first-child {
  border-top: solid 1px #f3f3f3;
}

.shopping-wishlist .products-list[data-layout="list"] .product-card .product-card__info {
  padding: 0 0 0 16px;
}

.shopping-wishlist .product-card__name a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .2px;
}

.shopping-wishlist .products-list[data-layout="list"] .product-card .product-card__actions {
  width: unset;
}

.shopping-wishlist .products-list[data-layout="list"] .product-card .product-card__info {
  justify-content: flex-start;
}

.shopping-wishlist .attributes {
  font-size: 14px;
  line-height: 25px;
}

.shopping-wishlist .products-list[data-layout="list"] .product-card .product-card__actions {
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: flex-end;
  padding: 0 !important;
}

.shopping-wishlist .default__btn--line {
  background-color: transparent;
  color: var(--text-black-color);
  border: none;
  outline: none;
  min-width: 100%;
  text-decoration: underline;
  padding: 0;
  height: auto;
  text-transform: uppercase;
}

.shopping-wishlist .product-card__buttons {
  margin: 0 !important;
}

.shopping-wishlist .share-info a {
  color: #FD522D;

}


.shopping-wishlist .share-info {
  padding: 16px 0;
}

.shopping-wishlist-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background: #f9f9f9;
  flex-direction: column;
}

.shopping-wishlist-box p {
  margin-top: 0;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: .2px;
  font-family: var(--font-family-ttnormsProDemiBold);

}

.shopping-wishlist-box span {
  color: #111;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: .2px;
  font-family: var(--font-family-TTNormsProNormal);
}

.shopping-wishlist-box svg {
  height: 55px;
}

.topbar-dropdown__btn.login {
  width: 40px;
}

@media screen and (max-width:768px) {
  .shopping-wishlist .products-list[data-layout="list"] .product-card {
    flex-direction: row;
  }

  .shopping-wishlist .products-list[data-layout="list"] .product-card .product-card__actions {
    justify-content: space-between !important;
  }

  .shopping-wishlist .products-list[data-layout="list"] .product-card .product-card__actions {
    border: 0;
  }

  .shopping-wishlist .products-list[data-layout="list"] .products-list__item {
    padding: 10px;
  }

  .shopping-wishlist .products-list[data-layout="list"] .product-card {
    padding: 0 0 0 !important;
    margin: 0;
  }

  .shopping-wishlist .products-list[data-layout="list"] .product-card .product-card__info {
    border: 0;
    padding: 0 0 0 !important;
  }

  .shopping-wishlist .product-card__name a {
    font-size: 12px;

  }


  .shopping-wishlist .product-card__name {
    margin: 0 !important;
  }

  .shopping-wishlist .products-list[data-layout="list"] .product-card .product-card__prices,
  .shopping-wishlist .default__btn--line,
  .wishlist-page .product-card__delete {
    font-size: 12px;
  }

  .shopping-wishlist .product-card__prices {
    height: auto;
  }

  .shopping-wishlist .attributes {
    font-size: 12px;
    line-height: 18px;
  }

  .shopping-wishlist .products-list[data-layout="list"] .product-card .product-card__description {
    margin: 0;
  }

  .shopping-wishlist .share-info a,
  .wishlist-page .share-label {
    font-size: 14px;
  }

  .btn-load-more {
    font-size: 14px;
    min-width: 200px;
  }

  .btn-load-more svg {
    height: 14px;
  }

  .block-products-carousel[data-layout^="grid-"] .product-card .product-card__actions {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .block-products-carousel[data-layout^="grid-"] .product-card .product-card__info {
    height: 235px !important;

  }

  #product-image .swiper-pagination {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #product-image .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: white;
  }

  #product-image .product__gallery .products-list[data-layout="grid-3-sidebar"] .product-swiper-item .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 90%;
    width: 130px;
    left: 13%;
  }

  #Slider_Content .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 90%;
    width: 100%;
    left: 0;
  }

  #product-image .swiper-button-next,
  #product-image .swiper-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: white;
  }

  #product-image .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 15px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: black;
  }

  #product-image .swiper-pagination-bullet {
    background-color: white;
  }

  .nav-li__home--arrow,
  .nav__subbox--list.nav-sub-1 li .nav-li__sub--arrow {
    height: 45px;
    width: 150px;
    display: flex !important;
    justify-content: right;
    padding-right: 25px;
  }

  .nav-li__home--arrow svg {
    display: block !important;
    transform: rotate(0deg);
    transition: 500ms all;
  }

  .nav-li__sub--arrow svg {
    display: block !important;
    transform: rotate(0deg);
  }

  .nav-li__home--arrow.is-active svg {
    transform: rotate(90deg);
    transition: 500ms all;
  }

  .nav-li__sub--arrow.is-active svg {
    transform: rotate(90deg);
    transition: 500ms all;
  }

  .nav-li__home--arrow i,
  .nav-li__sub--arrow i {
    display: none !important;
  }
}

.mobil_list_box li a span {
  display: none;
}

.topbar__list__mobil {
  margin-top: 0px;
}

.mobil-list-bottombox {
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 4px 6px 1px rgba(0, 0, 0, .05);
  margin-top: 110px;
}

.mobil-list-topbox {
  border-bottom: .5px solid #e5e5e5;
}

.mobil-list-topwrap {
  padding: 40px 22px 0;
}

.mobil-list-bottombox .mobil_list_box {
  height: 30px;
  font-size: 13px;
  text-align: center;
  display: block;
  border: none;
  top: -8px;
  position: relative;
}

.mobil_list_name {
  text-transform: capitalize;
}

.mobil-list-bottombox .topbar__list__mobil span {
  position: initial;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mobil-list-bottombox .topbar__list__mobil {
  margin-top: 0;
  background-color: #fff;
}

.mobil-list-bottombox .topbar__list__mobil li {
  width: 33%;
  float: left;
}

.mobil-list-bottombox .topbar__list__mobil .mobil-list-item {
  display: inline-block;
  text-align: center;
}

.mobil-list-bottombox .topbar__list__mobil .mobil-list-item::after {
  display: none;
}

.create-option {
  margin: 10px 0 15px;
}

.product__installment-new:first-child {
  display: none;
}

.product__installment-new {
  border: 1px solid black;
  padding: 12px;
  border-radius: 12px;
  min-width: 300px;
}

.product__installment-text span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.product__installment-text span {
  font-family: var(--font-family-ttnormsProMedium);
  font-size: 18px;
}


.product__installment-text span img {
  height: 15px;
}

.installment-pay {
  display: flex;
  width: 100%;
  font-size: 18px;

}

.installment-month {
  font-family: var(--font-family-TTNormsProRegular);
  margin-left: 5px;
}

.installment-cart {
  height: 38px;
}

.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 11111;
  height: 100%;
  overflow: hidden;
}

.loader-box {
  width: 150px;
  height: 120px;
  margin: 0px auto;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%);
}

.loader-box img {
  max-height: 125px !important;
  height: 120px !important;
}

.freeze-ui-container img {
  content: url('Themes/Yenikoza/content/images/loading.gif');
}

@media screen and (max-width:768px) {
  .freeze-ui img {
    width: 100px;
    height: 100px;
  }
  .header-right-content .card_application--btn{
    display: none !important;
  }
    
  .loader-box {
    width: 80px;
  }

  .loader-box img {
    height: 75px !important;
  }

  .fixed-add-to-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #f1f1f1;
    z-index: 9999;
    background-color: #fff;
    padding: 15px;
    transition: bottom 0.3s ease;
  }
}

.contact-form-card span {
  display: flex;
  align-items: center;
  padding-top: 2px;
}

.footer-kart {
  max-height: 13px;
  bottom: 1px;
  position: relative;
}

.mobile-topic-menu {
  display: block;
}

.header-kart {
  max-width: 90px;
}

.login__card .header-kart {
  height: 16px;
  padding-top: 3px;
}

.text-bold {
  font-weight: 600 !important;
}

.mobile-login-text {
  width: 100%;
  margin-top: 25px;
}

.products-list[data-layout="grid-3-sidebar"][data-mobile-grid-columns="2"] .product-card .product-card__image {
  height: 892px;
  min-height: unset;
}




.products-list[data-layout="grid-3-sidebar"][data-mobile-grid-columns="2"] .product-card__image--desktop {
  height: 100%;

}


.mobile-login-text a {
  text-decoration: underline !important;
  color: blue !important;
}

#paymentTabs li a img {
  width: 85px;
}

@media screen and (max-width: 768px) {
  .header-kart {
    max-width: 72px;
  }

  .topbar-dropdown.indicator {
    right: -30px;
  }

  .iconset-item.wishlist {
    right: -7px;
    position: relative;
  }

  .iconset-item {
    padding-top: 5px !important;
  }

  .topbar-dropdown__btn svg,
  .topbar-dropdown__mobil svg {
    width: 26px;
  }

  .topbar-dropdown.indicator {
    right: -18px;
  }
}

@media (min-width: 992px) {
  .filters-button#mobile-filters-btn svg path {
    fill: #fff !important;
  }
}

.debt-text {
  border: 1px solid #eee;
  padding: 25px 20px;
  border-radius: 10px;
  font-size: 18px;
  font-family: 'TTNormsProRegular';
  letter-spacing: 0.1px;
}

.filters-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  border: 1px solid var(--border-color);
  min-width: 180px;
  max-width: 100%;
  height: 55px;

  font-size: 16px;
  font-weight: 400;
}

.debt-text p {
  font-weight: 600;
  margin-bottom: 12px;
}

.debt-text span {
  font-size: 17px;
}

.debt-text a.card_application--btn {
  margin-top: 20px;
  font-family: 'ttnormsProMedium';
  display: flex;
}

.categoriestopmenu__imgbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu__categories--img {
  margin: 15px;
}



.etbis {
  width: 70px;
}

.etbis-two {
  display: none;
}

.favorite_svg {

  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#topbar-username {
  top: 0;
}

.topbar-btn-user {
  height: 47px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.favorite_svg svg,
#topbar-username svg {
  width: auto;
}

.topbar-dropdown__btn span {
  top: 0;
}

.widget-filters__actions {
  background-color: black;
  color: white;
}

#filter-Clears {
  color: white;
  min-width: 280px;
  width: 280px;
  text-align: center;
}

.widget-filters__actions {
  background-color: white;
  margin-top: 15px;

}

.iconset__btn svg {

  width: auto;
}

#topcartlink .iconset__btn {
  height: 50px;
}

#topcartlink {
  height: 47px;
  display: flex;
  justify-content: flex-end;
}

.mobile-onlinebtn-item {
  display: none;
}

.blog__left,
.mobile-blog__menu-button {
  display: none !important;
}

.sidebar-details .product-Specification-box {
  display: none;
}

.phone-code-box {
  text-align: center;
}

.phone-code-box form {
  text-align: center;
  min-width: 600px;
  display: inline-block;
}

#form-verification .form-group {
  margin-bottom: 0;
}

#verification-errorMessage {
  margin-bottom: 20px;
  display: block;
  margin-top: 5px;
  color: #F44336;
}

.result.card {
  background: #000 !important;
}


@media screen and (max-width:768px) {
  .phone-code-box form {
    min-width: auto;
  }

  #filter-Clears {
    background-color: black;
  }

  .widget-nav-filters li:nth-child(3) {
    border: 1px solid red;
    display: none;
  }

  /* .widget-filters--offcanvas--always .filter__container {
    padding: 0 4px;
} */

  .mobile-onlinebtn-item {
    display: flex !important;
    align-items: center;
  }

  .mobile-onlinebtn-item a {
    display: flex !important;
    align-items: center;
    width: 100%;
  }

  .mobile-onlinebtn-item img {
    width: 40px;
    margin-right: 10px;
  }

  .etbis {
    width: 70px;
    display: none;
  }

  .etbis-two {
    display: block;
  }

  .favorite_svg svg {
    margin: 0 10px;
  }

  .shop-bag1 {
    margin-bottom: 1px;
  }

  .mobile-topic-menu .mobil-page li {
    justify-content: flex-start;
  }

  #topbar-username svg {
    width: 28px;

  }

  .shop-bag2 {
    margin-left: -1px;
  }

  .iconset-item.wishlist {
    right: -7px;
    position: relative;
  }

  #topbar-username {
    padding: 0;
    height: 40px;
  }

  #topbar-username {
    top: -3px;
  }

  .iconset-item span {
    font-size: 10px;
  }

  .favorite_svg svg {
    margin: 0 14px 0 11px;
  }

  #topcartlink {
    position: relative;
  }

  .iconset-item .icon-title {
    left: 12px;
  }

  .yenikoza-box .installmentbox {
    margin: 24px 0px 40px 0;
    min-width: 275px;
  }

  .yenikoza-box {
    display: block;
  }

  .installmentbox-title h6,
  .installmentbox-title h5 {
    padding: 5px 0;
  }

  .yenikoza-details ul li,
  .installmentbox-date {
    padding: 6px 16px;
  }

  .product-card__badge.product-card__badge--new {
    position: absolute;
    top: 6px;
    left: 5px;
    z-index: 99;
    background-color: white;
    border: 1px solid #b3b2b2;
    color: black;
    border-radius: 5px;
    display: inline-block;
    padding: 4px 6px;
    font-weight: 600;
    font-size: 8px;
  }

  .product-image__img {
    height: 270px !important;
  }

  .mobil-card-info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
  }
}

.ReasonForReturn {
  position: relative;
  top: 0;
  padding: 5px 10px;
  left: 20px;
  background: #f7093d;
  color: #fff;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  #AttrsContainer .filter-list__list label {
    height: 50px;
    border-bottom: none;
    width: 50px !important;
  }

  #AttrsContainer .filter-list__list label .input-check__input {
    opacity: 0;
    width: 100%;
    position: absolute;
    height: 100%;
  }

  #AttrsContainer .filter-list__list label .input-check__body {
    justify-content: center;
  }
}

#accountInfoForm .form-group.gender input[type="radio"]:checked {
  background: #000 !important;
  opacity: 1 !important;
}

#accountInfoForm select:disabled {
  background: #f4f5f7;
}

#accountInfoForm .mb-3 span a {
  text-decoration: underline;
}

.generalMarginSupporter span {
  font-size: 18px;
}

.generalMarginSupporter span a {
  text-decoration: underline;
  color: #146daf;
}

.CategoryBreadcrumb-bottombox a span {
  color: #000;
}

/*admin blok yonetimi*/
/*discover*/
.discover {
  margin: 30px 0;
  width: 33%;

}

.discover-section {
  margin-top: 0;
}

.products-list[data-layout^=grid-] .product-card .product-card__info .product-card__name {
  height: auto;
  max-height: 100%;

}

.discover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.discover-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.discover-details h2 {
  margin-top: 16px;
  font-family: var(--font-family-ttnormsProDemiBold);
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: center;
  color: #2d2d2d;
}

.discover-details a {
  margin-top: 8px;
  font-family: var(--font-family-ttnormsProMedium);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #2d2d2d;
  text-decoration: underline;
}

.discover-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.discover-categories {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.discover-categories .discover {
  margin: 0 25px 0;
}

.middle-discover {
  padding: 0 40px;
}

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

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

  .discover-categories,
  .discover-box {
    flex-direction: column;
  }

  .discover-categories {

    margin-bottom: 0px;
  }

  .discover {
    margin: 15px auto;
    width: 100%;
    padding: 16px 16px 24px 16px;
  }

  .middle-discover {
    background-color: #F1F1F1;
    padding: 16px 16px 24px 16px;
  }
}

/*discover*/
/*markalar*/
.brand-container {
  padding-top: 25px;
  padding-bottom: 0;
}

.brand-item {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px solid black;
  background-color: rgba(249, 249, 249, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.brand-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.brand-container .swiper-slide {
  padding-left: 10px;
}

@media screen and (min-width: 1200px) and (max-width: 1420px) {
  .brand-item {
    width: 75px;
    height: 75px;
  }
}

@media screen and (max-width:668px) {
  .brand-container {
    padding: 5px 0 0;
  }

  .brand-item {
    width: 55px;
    height: 55px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    top: 50%;
    box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.1);
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
    font-weight: 600px;
    color: #000;
  }
}

@media screen and (max-width:300px) {
  .brand-item {
    width: 40px;
    height: 40px;
  }
}

/*markalar*/
/*marque text*/
.marque-text {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: black;
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.marque-text-item {
  display: inline-block;
  animation: marquee 250s linear infinite;
  height: 25px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.marque-text-item span {
  margin: 0 100px;
  color: white;
  font-size: 13px;
  font-family: "TTNormsProNormal";
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*marque text*/
/*top-header*/
.topheader {

  margin: 0;
  padding: 0;
  box-shadow: inset 0 -1px 0 0 #e9e9e9;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topheader-title {
  font-family: var(--font-family-ttnormsProMedium);
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
  color: #616161;
  margin: 0 16px;
  display: block;
  text-align: center;
}

@media (max-width: 576px) {
  .topheader {
    height: 26px;
  }
}

/*top-header*/
/*trend kategoriler*/
.swiper-pagination-horizontal {
  top: var(--swiper-pagination-top, auto) !important;
}

.trend-season {
  margin: 0;
  padding: 32px 0;

}

.trend-season-line {
  margin-top: 32px;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.trend_categories {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;

  position: relative;

}

.trend_categories img,
.trend_categories-season img {
  width: 100%;
  object-fit: contain;
}

.trend_categories--details {
  width: 100%;
  height: 100%;
  padding: 24px 16px;
  display: flex;
  justify-content: center;
}

.trend_categories--details h2 {

  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: var(--font-family-ttnormsProDemiBold);
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
  text-align: center;
  color: #343434;
}

.trend_categories--btn {
  padding: 15px 10px;
  background-color: #FD522D1A;
  color: #FD522D;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  transition: 500ms all;
}

.trend_categories--btn:hover {
  background-color: rgba(253, 82, 45, 1);
  color: white;
  transition: 500ms all;
}

.trend_categories--btn:hover svg {
  fill: white;
}

.trend_categories--btn svg {
  font-size: 18px;
  margin-left: 16px;
}

.trend_categories--badge {
  border-radius: 100%;
  width: 110px;
  height: 110px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: red;
  font-size: 28px;
  font-weight: 600;
  line-height: 27.75px;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
}

.trend_categories--badge span {
  font-size: 16px;
  font-weight: 500;
  line-height: 15.86px;
  text-align: center;
  margin-top: 3px;
}

/*trend kategoriler*/
.productBoxPrice {
  display: flex;
  flex-direction: column;
}

.productBoxPrice.left {
  margin-right: 20px;
}

.productBoxPrice.left .product__new-price {
  text-decoration: line-through;
}

.productBoxPrice.right {
  background-color: #f3f3f3 !important;
  padding: 5px;
}

.productBoxPrice.right .CategoryDiscountCard {
  font-size: 12px;
}

.OrderInfoWrap {
  width: 100%;
  background-color: #fff;
  position: relative;
  top: -1px;
  border-bottom: 2px solid #c5c1c1;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.OrderInfoBox {
  display: inline-block;
  margin-right: 20px;
  padding-right: 25px;
  border-right: 1px solid var(--border-color);
}

.OrderInfoWrap .OrderInfoBox:last-child {
  border-right: none;
}

.qq-upload-list {
  width: 256px;
}

.qq-upload-file {
  font-size: 13px;
}

.site-footer__copyright {
    align-items: flex-end;
    justify-content: flex-end;
    width: 40%;
    flex-direction: column;
}

.site-footer__copyright a {
 margin-top: 5px;
}

@media screen and (max-width:475px) {
  .OrderInfoBox {
    border-right: none;
    margin-bottom: 10px;
  }
}

.return-request-list-page .card {
  background-color: #f1f1f1;
  margin-bottom: 10px;
}

.return-request-table img {
  max-height: 150px;
}

.order-overview .return-items-button {
  display: block;
  width: 150px;
}

#form-application .tc-label {
  padding-bottom: 5px;
}


#Slider_Content video {
  height: 100%;
  width: 100%;
}

.order-summary-content .message-error {
  display: block
}


.billingaddress-details {
  width: 85%;
  margin: 15px 0;
}

#add-billing-address-yenikoza-button {
  background-color: var(--theme-orange-color);
  color: white;
  padding: 10px 20px;
  outline: 0;
}

#yenikozabillingaddressmodal {
  padding: 5px;
}

#yenikozabillingaddressmodal .modal-header {
  text-align: center;
  padding: 12px 0px;
  position: relative;
}
.header-icon-set .wishlist-qty {
 background-color: transparent;
    position: unset;
    color: #2d2d2d;
    font-family: var(--font-family-TTNormsProNormal);
    font-size: .6875rem;
    line-height: 0;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    width: max-content;
    font-weight: 400;
}
#yenikozabillingaddressmodal .modal-header .btn-close {
  position: absolute;
  right: 9px;
  top: 17px;
  font-size: 8px;
  border: 1px solid #0a0a0a;
  border-radius: 100%;
  opacity: 1;
  padding: 8px;
}

#yenikozabillingaddressmodal .modal-header h5 {
  font-size: 18px;
  color: #252531;
  text-align: center;
  /* display: block; */
  /* width: 100%; */
  font-weight: 500;
}

#yenikozabillingaddressmodal .modal-content {
  padding: 5px 20px;
}

.products-list[data-layout=list] .product-card .product-card__description {
  display: none;
}
.billingaddressformbutton-yenikoza-btn {
  width: auto !important;
  min-width: 225px;
  padding: 10px !important;
  background-color: var(--text-black-color);
  color: white;
}

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

#yenikozabillingaddressmodal #billingaddress-form {
  background: white;
  padding: 25px 0;
}

#yenikozabillingaddressmodal #ZipPostalCode,
#yenikozabillingaddressmodal select {
  height: 50px !important;
}

#yenikozabillingaddressmodal #Address1 {
  min-height: 100px;
}

.account-activation-page a.account-login {
  display: none;
}
.card_application--btn {
     background: transparent !important;
    color: black !important;
    display: flex !important;
}
@media screen and (max-width: 768px) {

  .billingaddressformbutton-yenikoza-btn {
    min-width: 100%;
  }
}

.return-product-item .product-image__img {
  width: 100px !important;
}

@media screen and (max-width:768px) {
  .search-page .products-list[data-layout^="grid-"] .product-card .product-card__actions {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 !important;
  }

      .product-summary-payment__buttons {
        align-items: center;
        justify-content: space-between;
       
    }

#AdressUpdateModal .modal-footer {
justify-content: center;
}

.adress-update-btn {
  
    width: 93%;
    
    margin: 14px;
}

.indicator.iconset-item.wishlist .icon-title  {
        display: flex !important;
        background: #252531;
        color: white;
        left: 36px;
        top: 10px;
        height: 18px;
        border-radius: 100%;
        min-width: 18px;
        align-items: center;
        justify-content: center;
        font-size: 8px;
}

  .adress-updateModal-close ,.save-address-button {
  width: 40%;
  }

.account-activation-page {
    width: 100%;
    margin: 30px 0 0;
}
  .picture-container .picture-box {
    position: relative;
    width: 100% !important;
  }

  .picture-container .picture-bg {
    width: 100%;
    max-width: 100%;
    height: 420px;
  }

  .picture-container #TcIdentityPicture_uploader,
  .picture-container #TcIdentityPictureBack_uploader {
    width: 100%;
  }

  #SelfiePicture_Image {
    background-position: top !important;
  }
}

.filter-categories__item--child {
  margin-left: 15px;
}

.filter-categories__item--current {
  font-weight: 700;
}

#resendButton {

margin-top: 15px;

}

.password-recovery-page-wrap .row.my-3 {
  justify-content: center;
} 