:root{
  --default-theme-one-color: #fd522d;
  --border-default: #eee;
  --bg-surface-secondary: rgb(238 238 238 / 38%);
  --bg-primary-soft: #e9ecef;
  --input-bg: #fff;
  --footer-bg: #f5f5f5;
}

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

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

/* 
@font-face {
  font-family: "JostMedium";
  src: url("../font/tt-norms-pro-medium/") format("ttf");
} */
@font-face {
  font-family: "Jost";
  src: url("https://shopomslivasoftcomtr.sm.mncdn.com/Themes/Yenikoza/content/font/Jost/Jost-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "JostMedium";
  src: url("https://shopomslivasoftcomtr.sm.mncdn.com/Themes/Yenikoza/content/font/Jost/Jost-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "JostBold";
  src: url("https://shopomslivasoftcomtr.sm.mncdn.com/Themes/Yenikoza/content/font/Jost/Jost-Bold.ttf") format("truetype");
}


@font-face {
  font-family: "ttnormsProMedium";
  src: url(https://shopomslivasoftcomtr.sm.mncdn.com/Themes/Yenikoza/content/font/TTNormsPro/TTNormsPro-Medium.woff2) format("woff2"), url(https://shopomslivasoftcomtr.sm.mncdn.com/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://shopomslivasoftcomtr.sm.mncdn.com/Themes/Yenikoza/content/font/TTNormsPro/TTNormsPro-Normal.woff2) format("woff2"), url(https://shopomslivasoftcomtr.sm.mncdn.com/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://shopomslivasoftcomtr.sm.mncdn.com/Themes/Yenikoza/content/font/TTNormsPro/TTNormsPro-Regular.woff2) format("woff2"), url(https://shopomslivasoftcomtr.sm.mncdn.com/Themes/Yenikoza/content/font/TTNormsPro/TTNormsPro-Regular.woff) format("woff"), url(https://shopomslivasoftcomtr.sm.mncdn.com/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://shopomslivasoftcomtr.sm.mncdn.com/Themes/Yenikoza/content/font/TTNormsDemibold/TTNormsPro-DemiBold.woff2) format("woff2"), url(https://shopomslivasoftcomtr.sm.mncdn.com/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-JostMedium: "JostMedium";
  --font-family-Jost: "Jost";
  --font-family-JostBold: "JostBold";
}

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

}

#RegisterForm .message-error{
  display: none;
}

.block > .container,
.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;
}



.search-icon-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #c1c1c1;
  margin-left: 30px;
  width: max-content;
  height: 45px;
  padding: 0 16px;
  flex-direction: row;
}



.search-icon-box input{
  display: block;
  border: 0;
  padding: 0;
  width: 100%;
}
.search-icon-box input:focus{
  outline: none;
}
.search-icon-box i{
  color: #777575;
  font-size: 18px;
}
.search__logo .search__close{
  display: flex;
  align-items: center;
  justify-content: center;
}

.search__results .shop-discount{
  padding-left: 0;
}
.search__results .product-card__image--desktop,
.search__results .product-image__img{
  height: max-content !important;
}
.search__results .shop-discount-box{
  text-align: left;
}
.search__results__section .product-card__actions{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.search__results__section .shop-discount-wrap{
  text-align: left;
}
.search__results .product__installment-title, 
.search__results .productbox__installment-title{
  padding: 0 10px;
}


.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: 150px !important;
}

.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: 60px;
  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-Jost);
}


.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 img {
  margin-right: 10px;
  width: 35px;
  margin-top: 3px;
}

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

.indicator__area >  .icon_title{
  color: #2d2d2d;
}
.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-JostMedium);
  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);
}

.header-icon-set .wishlist-qty {
 background-color: transparent;
    position: unset;
    color: #2d2d2d;
    font-family: var(--font-family-JostMedium);
    font-size: .6875rem;
    line-height: 0;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    width: max-content;
    font-weight: 400;
}

.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: 'Jost';
  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;
}




/* =============================  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;
  }
}



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

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

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

.footer__contact {
  margin: 0;
}
.footer__bottom {
    background-color: #f5f5f5;
}
.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,
.contact-form-item img {
  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: "Jost";
}

.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;
}



.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;
}

.main-slider {
  position: relative;
}

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

.slider-container .main-slider .swiper-button-prev{
  left: 1% !important;
}
.slider-container .main-slider .swiper-button-next{
  right: 1%!important;
}

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

.gl-slider-section .swiper-button-prev,
.gl-slider-section .swiper-button-next {
  background-color: var(--text-white-color) !important;
  width: 56px !important;
  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__options .color-squares,
.product-card .product__options .color-squares{
  display: none !important;
}

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

.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-JostMedium);
  margin-bottom: 5px;
}

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

.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: 210px;
  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-JostMedium);
  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;
}



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

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




/* 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: "Jost";
}

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

}

.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: "Jost";
}

/* 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: 'JostMedium';
}
#RegisterForm input + label{
  font-size: 12px;
  top: -5px;
}

.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-JostMedium);
  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);
}




.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% - 16px);
  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: 14px;
  line-height: 32px;
  font-family: var(--font-family-JostMedium);
  color: #616161;
}

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

.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-JostBold);
}

.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-size: 20px 15px !important;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right center;

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

#products-orderby option {
  color: #000;
  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;
  display: none;
}

.product__installment-title span {
  margin-top: 3px;
  font-family: var(--font-family-Jost);
  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-JostMedium);
  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-JostBold);
  font-weight: unset !important;
  font-size: 16px !important;
}

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

.stock--button label {
  font-family: "Jost";
  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: "Jost";
}

/* .products-list[data-layout="grid-4-full"] .product-image__img {
    height: 530px !important;
} */

.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-Jost);
  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-Jost);
}

.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;
}



.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,
.product-card__lowstockactivity-message {
  color: var(--theme-orange-color);
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: 500 !important;
}

.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: 17px;
}

.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;
}



.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-JostMedium);
}

.product-color-label label {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-family-JostMedium);
  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-Jost);
  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-Jost);
  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 {
  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);
}



.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: 'JostMedium';
}

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

[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: "Jost";
  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: unset;
  bottom: 5px;
  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: #fff;
}

.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: 'JostMedium';
}

#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-JostMedium);
}

.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;
}



.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: 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; */
  line-height: 0;

}

#eu-cookie-refuse {
  color: #000;
  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;
}



.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: 'JostBold';
}

.product-price-box .product__old-price {
  font-size: 17px;
  font-family: var(--font-family-Jost);
  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-JostMedium);
  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-JostMedium);
  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-JostMedium);
}

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 {
  height: auto !important;
  max-height: 100% !important;
} */
div#ordersummarypagecart .product-image img{
  max-height: 80px;
}

.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-Jost);
}

.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-Jost);
}

.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-Jost);
}

.value-summary {
  font-size: 15px;
  font-weight: 600;
  color: #111 !important;
  font-family: var(--font-family-JostMedium) !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: transparent;
}
button#applydiscountcouponcode::after {
  content: "\f054";
  font-family: "Font Awesome 7 Pro";
  margin-left: 20px;
  font-size: 19px;
  color: #000;
  font-weight: 600;
}
.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;
  z-index: 90 !important;
}

#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);
  padding-bottom: 10px;
}

#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;
}

.block-products-carousel__cell .product-card__image, .product-card__image--desktop{
  height: 400px;
  /* height: max-content; */
}
.product-card__image--desktop > a,
.product-card__image--desktop > a > picture{
  height: 100% !important;
}
.block-products-carousel__cell .product-card__image--desktop{
  height: 400px;
  /* height: max-content; */
}

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;
}



.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;

}



.form-floating > label {
  /* position: unset !important; */
  transform: 0;
  margin-bottom: 17px;
  opacity: 1 !important;
}
.account-page__form-item > label{
  left: 10px !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-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 50px 0 50px;
}

.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: "Jost";


}

.cargo-box--img {
  padding: 19px 47px;
}



.filter-number,
#AttrsContainer .filter-list__list label input:checked+.input-check__box {
  background-color: #fd522d !important;
}

.filter-number {
  top: 36%;
}

#AttrsContainer .filter-list__list label .input-check__box:hover {
  background-color: #fd522d;
}

#AttrsContainer .filter-list__list label .input-check__box {
border: 1px solid #7f7f7f;
}

#AttrsContainer .filter-list__list label input:checked+.input-check__box {
 border: 1px solid #fd522d;
}

.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;
}

#AttrsContainer  .filter-list__input .input-check__body {

  border:none;
}


.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-JostMedium);
}

.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('https://shopomslivasoftcomtr.sm.mncdn.com/Themes/Yenikoza/content/images/kimlik-on-yuz.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 325px;
}

#TcIdentityPictureBack_Image {
  background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/Themes/Yenikoza/content/images/kimlik-arka-yuz.jpg');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 325px;
}

#SelfiePicture_Image {
  background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/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: center;
  position: relative;
  flex-wrap: wrap;
}

.yenikoza-box .installmentbox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 24px 40px;
  min-width: 80%;
}

.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;
}



#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-Jost);
  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-Jost);
  color: #7c7c7c;
  font-size: 14px;
}


.tab__section {
  background: transparent;
  padding: 0;
}

.tab__section .block-header__title {
  display: none;
  /* visibility: hidden; */
}
.tab__section .slider-wrapper .block-header{
  flex-direction: row;
}

.tab__section .slider-wrapper .block-header {
  margin-bottom: 0;
}



.tab__section .block-header__group {

  font-family: var(--font-family-JostMedium);
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid transparent;
  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: unset;
  z-index: 99;
  /* width: 100% !important; */
  /* background: none !important; */
  border: none !important;
  box-shadow: none !important;
  justify-content: center !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;
}
.quickview .product__rating{
  display: none;
}

/* .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-dialog {
  max-width: 800px;
}
#quickview-modal .product__actions-item{
  margin: 0 6px;
}
#quickview-modal .BackInStockSubscription{
  width: unset;
}

#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-JostMedium);
  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 .size-radio label.outofstock{
  border: 0 !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;
}



.widget-filters--offcanvas--always {
  font-family: var(--font-family-JostBold);
  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-Jost);
  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;
}
.account-page__card .option-list{
  flex-direction: column;
}

.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);
  }
}


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

  .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;
  }

  .marque-text.active{
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    left: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: .5s;
  }
}

@media screen and (max-width: 767px){
  .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);
  }

  .marque-text.active{
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    left: 0;
  }
}

.eu-cookie-box p a {
  color: #FD522D !important;
  padding: 3px 0;
}




.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-JostBold);

}

.shopping-wishlist-box span {
  color: #111;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: .2px;
  font-family: var(--font-family-JostMedium);
}

.shopping-wishlist-box svg {
  height: 55px;
}

.topbar-dropdown__btn.login {
  width: 40px;
}



.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-JostMedium);
  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-Jost);
  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('https://shopomslivasoftcomtr.sm.mncdn.com/Themes/Yenikoza/content/images/loading.gif');
}



.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;
  width: 100%;
  padding: 17px 0;
}

.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;
}



.debt-text {
  border: 1px solid #eee;
  padding: 25px 20px;
  border-radius: 10px;
  font-size: 18px;
  font-family: 'Jost';
  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: 'JostMedium';
  display: flex;
}

.categoriestopmenu__imgbox {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  display: none;
}

.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: #000000;
  color: white;
  flex-direction: row;
}

.filter-apply-btn{
  background-color: #fd522d;
}
#filter-Clears,
#filter-Apply {
  color: white;
  min-width: max-content;
  width: max-content;
  text-align: center;
  flex: 1
}

.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;
}




.ReasonForReturn {
  position: relative;
  top: 0;
  padding: 5px 10px;
  left: 20px;
  background: #f7093d;
  color: #fff;
  border-radius: 5px;
}



#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-JostBold);
  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-JostMedium);
  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;
}



/*discover*/
/*markalar*/
.brand-container {
  padding-top: 25px;
  padding-bottom: 0;
}

.brand-item {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  
  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;
}



/*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: 30px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.marque-text-item span {
  margin: 0 100px;
  color: white;
  font-size: 15px;
  font-family: "JostMedium";
}

@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-JostMedium);
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 1px;
  color: #616161;
  margin: 0 16px;
  display: block;
  text-align: center;
}



/*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-JostBold);
  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.right .discountTwo::before,
.custom-sale .custom-sale_price:before {
    content: "Kategoriye Özel";
    display: block;
    font-size: 13px;
    color: #62944c;
    font-weight: 600;
}
.custom-sale .custom-sale_price {
  background-color: #f3f3f3;
    padding: 4px 12px;
}
.productBoxPrice {
  display: flex;
  flex-direction: column;
}

.productBoxPrice.left {
  margin-right: 10px;
}

.productBoxPrice.right {
  background-color: #f3f3f3 !important;
  padding: 10px;
}

.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;
}



.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;
}


.main-slider 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;
}

#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;
}

.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;
  color: black;
  display: flex;
}


.return-product-item .product-image__img {
  width: 100px !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;
} 

/* Card application new warning messsage */
.identity-warning-box {
  background-color: #fff8e1; /* Açık sarı */
  border: 1px solid #fbc02d;
  padding: 20px;
  border-radius: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #3e2723;
  margin: 20px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.identity-warning-box h4 {
  color: #e65100;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.identity-warning-box ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

.identity-warning-box ul li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.identity-warning-box .warning-note {
  font-weight: 600;
  color: #d84315;
  background: #ffe0b2;
  padding: 10px;
  border-radius: 5px;
}


/* navigation gecikmeli açılma başlangıç*/

 /* :hover etkisini tamamen etkisizleştiriyoruz */
 .megamenu .nav-li__home:hover .nav-li__home--subbox {
    display: none;
} 

/* Sadece .show-submenu class'ı varsa göster */
.megamenu .nav-li__home.show-submenu .nav-li__home--subbox {
    display: block;
}

/* navigation gecikmeli açılma bitiş*/

.product__action-right .buynow-button {
  min-width: unset;
  height: 48px;
  margin: 0 0 0 8px;
}

.brand-special-item {
  padding: 0;
  border: none;
}

.discount-btn .sr-only{
display: none;
}

button, input, option, select {
  color: #000;
}


.product-details-sticky #checkout-payment-card .radio-btn-row .input-check__body {
display: none;
}


 #checkout-payment-card .radio-btn-row .input-check__box{
  border: 0 !important;
 }

 .no-data.shopping-wishlist-box .cls-1 {
    fill: black !important;
}




#DynamicFormSave input , #DynamicFormSave  select {
  border:1px solid #ccc;
  width: 100%;
  height: 40px;

}

#DynamicFormSave input[type="submit"] {
  
    width: 98%;
    margin: auto;
    background-color: black;
    color: white;
}
#DynamicFormSave .mb-3.col-md-12.row, #DynamicFormSave .col-md-12.row {
  margin: 0;
}


.product__badge--sale {
  position: absolute;
  z-index: 1;
  margin-top: 20px;
  margin-left: 12px;
}
.product__footer {
  display: none;
}
.nav__subbox--list.nav-sub-1 li.active .nav-sub-3 a{
    color: #525252 !important;
  }

  /* Mega menü yeni tasarım */
  

.product__actions-item--wishlist button svg {
    stroke: #000000;
}
.product__actions-item--wishlist button {
  padding: 0;
  background: #fff;
  width: 50px;
}
.product-details-page .product__actions-item--wishlist {
  margin-left: 10px;
  display: flex !important;
}
.BackInStockSubscription .subscribe-button {
  min-width: 250px;
}
.BackInStockSubscription{
  flex: 1;
}
.product__badge--sale {
  position: absolute;
  z-index: 2;
  margin-top: 20px;
  margin-left: 12px;
}
.product__footer {
  display: none;
}


span[lang] {
    font-style: italic;
}


.topic-wrapper .block ul {
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
 .topic-wrapper .kozakart-wrapper ul{
  list-style: none;
}

.topic-wrapper .block ol {
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
 
.topic-wrapper .block li {
  display: list-item;
  text-align: match-parent;
}
.topic-wrapper .block b, .topic-wrapper .block strong {
  font-weight: bolder;
}

.topic-wrapper .block h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-weight: bold;
}
 
.topic-wrapper .block h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
  font-weight: bold;
}
 
.topic-wrapper .block h3 {
  font-size: 1.17em;
  margin: 1em 0;
  font-weight: bold;
}
 
.topic-wrapper .block h4 {
  font-size: 1em;
  margin: 1.33em 0;
  font-weight: bold;
}
 
.topic-wrapper .block h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
  font-weight: bold;
}
 
.topic-wrapper .block h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
  font-weight: bold;
}

.topic-wrapper .block em {
  font-style: italic;
}

.topic-wrapper .block a {
  color: -webkit-link; 
  cursor: pointer;
  text-decoration: underline;
}

.search-sidebar__section--popular-searches,
.search__results__section--recent,
.search__results__section--related,
.search-sidebar__section--categories,
.search-sidebar__section--manufacturers {
  display: none;
}

.search__results-content-item .product-info-detail {
    height: 235px;
    display: block;
    overflow: hidden; }

    .search__info-card .product-info-detail {
    height: auto;}

.view-options__layout {
  display: none;
}

/******************* begin: TOPBAR ********************/
.header__culture{
  display: block !important;
  border: none;
}
.header__culture--right{
  display: none !important;
}
.header__culture .container{
  max-width: 100% !important;
  padding: 0;
}
.header__culture--center{
  width: 100%;
}
/******************* end: TOPBAR ********************/

.header .account__col .topbar-dropdown__btn i,
.header .account__col .wislist__icon i,
.header .account__col .shop__box i{
  display: none;
}
.header .account__col .topbar-dropdown__btn::before,
.header .account__col .wislist__icon::before,
.header .account__col .shop__box::before{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: auto;
  background-repeat: no-repeat;
}
.header .account__col .topbar-dropdown__btn::before{
  background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/Themes/Yenikoza/content/images/icons/user.png');
}
.header .account__col .wislist__icon::before{
  background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/Themes/Yenikoza/content/images/icons/wishlist.png');
  width: 100%;
  background-position: center;
}
.header .account__col .shop__box::before{
  background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/Themes/Yenikoza/content/images/icons/cart.png');
  width: 100%;
  background-position: center;
}

.ShoppingCartLinksModel {
    align-items: center;
    gap: 15px;
    margin-left: 15px;
}

.account__col > .iconset{
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.account__col > .iconset > .indicator{
  margin-left: 12px;
}
.account__col > .iconset > *:first-child{
  margin-right: auto;
}
.account__col .icon_title{
  display: block;
  margin-right: 5px;
  margin-top: 0;
  font-size: 11px;
}
.account__col .indicator__value{
  margin: 0;
  position: unset;
  background: transparent;
  color: #8f8f8f;
  font-weight: 300;
  font-size: 11px;
  width: unset;
  padding: 0;
  height: unset;
}
.account__col .indicator__value.wishlist-qty{
  display: flex;
  align-items: center;
}
.account__col .indicator__value.wishlist-qty::before{
  content: "(";
}
.account__col .indicator__value.wishlist-qty::after{
  content: ")";
}

.indicator .indicator__area{
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
}
.indicator .indicator__area > *:first-child {
  width: 100%;
}
.indicator .indicator__area > *:nth-child(2),
.indicator .indicator__area > *:nth-child(3) {
  margin-top: 0px;
  margin-bottom: -1px;
}
.header__culture--left{
  display: none !important;
}
.video-slider .slide-video, .video-slider .slide-image{
  max-height: 760px;
}
.main-slider .swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.product-card__rating{
  display: none;
}
.custom-sale{
  justify-content: flex-start;
}
.custom-sale > span{
  display: none;
}
.custom-sale > div > span{
  display: block;
}
.custom-sale > div > span.product-card__old-price{
  color: #6d6d6d;
  font-size: 14px;
}
.custom-sale > div > span.custom-sale_price{
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-family-JostBold);
  color: var(--text-black-color);
}
.custom-sale > div > span.product-card__old-price,
.custom-sale > div > span.custom-sale_price{
  margin: 0;
}
/* .logo__footer{
  order: 4;
} */
/* .logo__footer > div[class*="col"],
.logo__footer > .footer-newsletter{
  display: none;
}
.footer .totop .totop__button > svg{
  display: none;
} */
.btn-load-more::after{
  content: "\e59e";
  font-family: "Font Awesome 7 Pro";
  margin-left: 20px;
  font-size: 16px;
}
.products-view__load-more > div{
  display: none;
}

.product-details-page .product-price-box{
  flex-direction: column;
}
.productDetail-wrapper .bread__icon{
  display: none;
}
.productDetail-wrapper .breadcrumb-item{
  display: flex;
  align-items: center;
}
.productDetail-wrapper .breadcrumb-item:not(.active)::after{
  content: "/";
  margin: 0 13px;
}
.products-view__wishlist .products-list__body .products-list__item .product-card{
  align-items: flex-start;
}
.filters-button__title svg{
  display: none;
}
.filters-button{
  position: relative;
}
.filters-button::after{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/Themes/Yenikoza/content/images/icons/filter-icon.png');
  background-position: center;
}
.category-wrapper .page-header {
  display: none;
}
.view-options__container{
  display: none;
}
.CategoryBreadcrumb-wrap{
  width: max-content;
  margin: 0 auto;
  position: relative;
  /* top: 55px;
  margin-top: -50px; */
  z-index: 1;
}
.category-wrapper .row .block{
  position: relative;
  z-index: 0;
}
.CategoryBreadcrumb-topbox{
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.CategoryBreadcrumb-topbox,
.CategoryBreadcrumb-bottombox{
  text-align: center;
}

.product-details-page .product__meta,
.product-details-page .product__rating,
.product-details-page .product__actions-item--wishlist button > span,
.product-details-page #ProductInventoryInStore,
.product-details-page #accordion-full-description,
.product-details-page #accordion-product-specifications,
.product-details-page #accordion-product-reviews,
.product-details-page #accordion-contact-us,
.product-details-page .product__meta-availability,
.product-details-page .product__description,
.product-details-page .product-social-shared,
.product-details-page #accordion-description,
.product-details-page #accordion-reviews,
.product-details-page #accordion-contactus,
.product-details-page .product-social-shared{
  display: none;
}

.product__action-right > .product__actions-item:not(.d-none){
  flex: unset;
  justify-content: flex-end;
}
.product__action-right{
  gap: unset;
}
.shopping-cart-summary{
  padding: 32px 16px !important;
  background-color: #f9f9f9;
  border-radius: 0;
  border: 0;
  margin-top: -11px;
}
.shopping-cart-container .productAttributeMappings li{
  border-color: var(--border-color);
}
#ordersummarypagecart .productAttributeMappings .productAttributeMapping{
  padding-left: 0;
}
#ordersummarypagecart .productAttributeMappings .productAttribute{
  font-size: 16px !important;
  color: var(--text-black-color) !important;
}
#ordersummarypagecart .productAttributeMappings{
  margin-top: 0;
}
#ordersummarypagecart .productAttributeMappings > li:first-child{
  margin-left: 0;
}
.shopping-cart-items{
  border-radius: 0;
  margin: 0;
  padding: 24px;
  border: 0;
  border-bottom: 1px solid #b2bec36e;
}
[dir=ltr] .cart__totals tr> :last-child{
  margin: 0;
}
.shopping-cart-items .input-number__input.qty-input{
  background: transparent;
  border-color: var(--border-color);
  border-radius: 0;
}
.shopping-cart-items .input-number__input.qty-input:focus{
    border: 1px solid #c1c1c1;
    box-shadow: none;
}
.shopping-cart-wrapper .products-view__wishlist .default__btn--line{
  background-color: transparent !important;
  color: #000 !important;
}
.shopping-cart-wrapper .products-view__wishlist .product-card__prices{
  margin-bottom: 0;
  padding-bottom: 0;
}
.shopping-cart-wrapper .wishlist-page .default__btn--line{
  padding: 0;
  display: block;
  height: max-content;
}

.discount-btn::before{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/Themes/Yenikoza/content/images/icons/coupon-code.png');
}
.shopping-cart-wrapper .wishlist-page .product-card__description{
  display: block;
}
.shopping-cart-wrapper .wishlist-page .product-card__name{
  order: 1;
}
.shopping-cart-wrapper .wishlist-page .attributes{
  order: 3;
  margin-top: 23px !important;
}
.shopping-cart-wrapper .wishlist-page .product-card__description{
  order: 2;
  color: #6c757d;
  font-size: 15px;
  line-height: 22px;
  margin-top: 12px;
}
.wishlist-page .share-info a{
  background: transparent;
  color: #000 !important;
  font-size: 18px;
  cursor: auto;
  padding: 0;
}
.wishlist-page .share-info a i{
  display: none;
}
.wishlist-page .share-info{
  align-items: center;
}
.wishlist-page .share-info > span{
  height: max-content;
  color: #FD522D;
  font-size: 14px;
  cursor: pointer;
  margin-left: 5px;
}
.product-card .product__size .input-radio-label__list span{
  border: 0;
  width: max-content;
  padding: 0 5px;
}
.product-card .product__size .input-radio-label__list input:not(:checked):not(:disabled) ~ span:hover{
  background: inherit;
  color: inherit;
}

.quickview .productdetail__size .product__option-label{
  width: max-content;
}
.quickview .productdetail__size .product__option{
  flex-direction: row;
}
.edit-address .form-floating > input::placeholder,
.edit-address .form-floating > textarea::placeholder,
.account-page__change-password-card .form-floating > input::placeholder,
.account-page__change-password-card .form-floating > textarea::placeholder{
  color: transparent !important;
  opacity: 0 !important;
}
.form-floating > input + label{
  font-size: 12px;
}
.product-card__badges-list{
  display: none;
}
.categories-container > .category--name{
  display: none;
}

#autoapproval-rejected-form {
      display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 26px;
    margin: 30px auto;
    background: #F2E291;
}
 
#autoapproval-waitingforidentityandfindekscheck-form{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 26px;
    margin: 30px auto;
    background: #B8E2E5;
}
 
#autoapproval-waitingforidentitycheck-form {
 
  background: #BDE5A1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 26px;
  margin: 30px auto;
}

/* frame demene  */
 
#autoapproval-form {
 
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  margin: 140px 0;
}
 
#autoapproval-form p {
  font-size: 30px;
}
 
#countdown-autoapproval-timer{
      background: white;
    padding: 10px 24px;
    margin: 100px 0 0 0;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 4px;
    border: 1px solid #8080801f;
}

.site__body::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 255px; 
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}

.erkek .site__body, .kadin .site__body, .cocuk .site__body,
.kozmetik .site__body, .ayakkabi .site__body, .yilbasi-hediyeleri-1000tl-alti .site__body, 
.aksesuar .site__body, .spor .site__body {
    position: relative;
    padding-top: 255px;
}

  .kadin .site__body::before {
    content: "";
      background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/content/files/new--kadin.jpg');
  }

  .erkek .site__body::before {
    content: "";
      background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/content/files/new--erkek.jpg');
  }

  .cocuk .site__body::before {
    content: "";
      background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/content/files/new--cocuk.jpg');
  }
  .kozmetik .site__body::before {
    content: "";
      background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/content/files/new--parfum.jpg');
  }

  .aksesuar .site__body::before {
    content: "";
      background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/content/files/new--aksesuar.jpg');
  }

  .ayakkabi .site__body::before {
    content: "";
      background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/content/files/new--ayakkabi.jpg');
  }
  .spor .site__body::before {
    content: "";
      background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/content/files/new--spor.jpg');
  }
  @media screen and (max-width: 1500px) { 
    .site__body::before {
        height: 200px; 
    }

    .erkek .site__body, .kadin .site__body, .cocuk .site__body,
    .kozmetik .site__body, .ayakkabi .site__body, .yilbasi-hediyeleri-1000tl-alti .site__body, 
    .aksesuar .site__body, .spor .site__body {
        padding-top: 200px;
    }
  }
/* #MobileNav > li:first-child{
  display: none;
} */

.search__action-button{
  max-width: 480px;
  margin-left: -50px;
}

.header__content .row > .mobil-icons + [class*="col"]:not(.account__col){
  text-align: left !important;
}

.block-products-carousel__cell .product-card__wishlist{
  display: none;
}
.block-products-carousel .block-header__arrow{
  border-radius: 5px;
  background: #000;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 3;
}
.block-products-carousel .block-header__arrow i{
  color: #fff;
}
.block-products-carousel .block-header__arrow--left{
  left: 0px;
}
.block-products-carousel .block-header__arrow--right{
  right: 110px;
}
.block-products-carousel .block-header__arrows-list{
  top: 35%;
  position: absolute;
  width: 100%;
}

.productBox-carousel .block-products-carousel {
  position: relative;
}
.products-orderby-container,
#products-orderby{
  background-color: transparent;
  color: #000;
}
.added-wishlist i{
  color: #000 !important;
}
.page-header{
  padding: 17px 0;
}
.checkout__shipping-invoice{
  display: none;
}
.quickview .product__actions-item--addtocart > button:first-child{
  min-width: unset !important;
  flex: 1;
  order: unset;
}
.quickview .product__action-right .product__actions-item .buynow-button{
  flex: 1;
  margin: unset;
  order: unset;
  margin-left: 6px;
}
.edit-address .corporate-custom-group > .custom-control:nth-child(2){
  display: none;
}

.account-page__return-title,
.address-list-card__title i,
.address-list-card__title strong{
  color: #000;
}
.account-request-btn,
.new-address-list-button{
  background-color: #000;
}
.account-request-btn:hover{
  border-color: #000;
  color: #000;
}
.info-address{
  background: #ededed;
  color: #000;
}
.custom-control-input:checked+.account-radio, 
.communication__input:checked+.communication__label, 
.custom-control-input:checked+.custom-control-label, 
.select-input:checked+.custom-control-label, 
#selectall:checked+.selectall-label{
  border-color: #000;
  box-shadow: 0 0 0 2px rgb(77 77 77 / 15%);
}
.account-radio::after, 
.communication__label::after, 
.account-page__card--communication .custom-control-label::after, 
.select-label .custom-control-label::after, 
.selectall-label::after{
  background: #000;
}
.custom-control-input:checked~.custom-control-label, 
.communication__input:checked+.custom-control-description, 
.custom-control-input:checked~.custom-control-label, 
.select-input:checked+.custom-control-label, 
#selectall:checked+.selectall-label{
  color: #000;
}

.account-nav__back,
.account-nav__question,
.account-nav__notes{
  display: none;
}
.account-page__card.account-page__card--communication{
  display: none;
}
.account-item-details,
.membership-info{
  width: 100%;
}
.membership-info a{
  text-decoration: underline;
}
.membership-info{
  margin-bottom: 20px;
}
.search-sidebar__section--popular-searches, .search__results__section--recent, .search__results__section--related, .search-sidebar__section--categories, .search-sidebar__section--manufacturers{
  display: unset;
}
.search__bar{
  width: calc(100% - 300px);
  margin-left: auto;
}
.account-nav__list li.account-nav__item img{
  margin-right: 8px;
  margin-top: -3px;
}
#kozakartBtn a .account-nav__text{
  display: flex;
  align-items: center;
}
.search__header{
  box-shadow: none;
}
.search__results,
.search__results--recent-container,
.search__results--recent-container{
  border: 0;
}
.search__results--recent-container{
  padding-left: 0;
}
.search__bar{
  position: relative;
}
.search__bar::before{
  content: "\f002";
  font-family: "Font Awesome 7 Pro";
  font-size: 16px;
}

.search__bar,
.search__bar.is-active{
  border: 0;
}
.search__bar .search__input{
  border-bottom: 1px solid #ccc;
  padding-left: 45px;
  margin-left: -25px;
}
.search__button--submit span{
  display: block !important;
  color: #000;
}
.search__button--submit i{
  position: absolute;
  left: 0;
  display: none !important;
}
.search__bar .search__button--submit,
.search__bar.is-active .search__button--submit{
  background-color: transparent;
  border: 1px solid #000;
  height: 100%;
}
.search__button--submit,
.search__button--delete{
  position: relative;
  left: -60px;
}
.search__button--delete > span{
  display: none;
}
.search__button--delete i{
  background-color: transparent;
  color: #000;
}
.search-sidebar__list--popular{
  flex-direction: column;
}
.search-sidebar__list--popular li{
  border: 0;
  margin: 0;
}
.search-sidebar__list li::before{
  width: 100%;
  opacity: 0;
}
.search-sidebar__list li:hover::before{
  opacity: 1;
}
.search-sidebar__title, .search__results__title{
  font-weight: 600;
  color: #000;
}
.search-sidebar__list--popular{
  max-height: 200px;
  overflow-y: auto;
  flex-wrap: unset;
}
.address--box--title .input-check__input+.input-check__box+.input-check__icon{
  display: none;
}
.gift-voucher-free-product-selection{
  border-color: #000 !important;
}
.gift-voucher-free-product-selection .selected-badge,
.gift-voucher-free-product-selection .btn-select-product{
  background-color: #000 !important;
}
.gift-voucher-free-product-selection .product-item.selected{
  border-color: #000 !important;
  background-color: #f1f1f1 !important;
}
.gift-voucher-free-product-selection .section-title h3{
  color: #000 !important;
}
.gift-voucher-free-product-selection .product-item:hover{
  border-color: #000 !important;
}
.register__card .custom-attributes{
  display: none;
}
.order-verification-container input[type="submit"]{
  background-color: #000;
  border-color: #000;
}
.filters-button span i{
  display: none;
}
#RegisterForm input + label{
  box-shadow: none;
}
.account-nav__list #contactusBtn{
  display: none;
}
.product-card__info .product__tags{
  display: none;
}
.product-card__info .product__badge--tag{
  position: absolute;
  top: 0;
}
.form-check-label .read,
#RegisterForm .form-check > .read > .read{
  text-decoration: underline;
}
#RegisterForm .form-check > .read{
  cursor: auto;
  font-size: 15px;
}
#RegisterForm .form-check [for="Newsletter"] {
  margin-bottom: 0;
}
.form-check-label .read{
  display: inline;
}
.category-wrapper #quickview-modal .input-radio-label__list span{
  width: 100%;
}
.productDetail-wrapper .product-card__badge.product-card__badge--new{
  top: -15px;
  left: -5px;
}
#ordersummarypagecart .attributes{
  flex-direction: column !important;
  align-items: flex-start;
}
#accordion-installment {
  display: none;
}

.eu-cookie-bar-notification .cookielaw-button, 
.eu-cookie-bar-notification .learn-more{
  margin-top: 10px !important;
}

.pswp__top-bar .pswp__button{
  background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/content/vendor/photoswipe/default-skin/default-skin.png');
}
.pswp__button--arrow--right:before{
  content: "\f061";
}
.pswp__button--arrow--left:before{
  content: "\f060";
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before{
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  color: #fff;
  background: unset;
}
/************************* RESPONSIVE **************************/

@media screen and (max-width: 768px) {
  .header__culture--center{
    display: block !important;
  }
  .product-card__prices{
    height: max-content;
  }
  .product-card .product-card__wishlist {
      opacity: 1;
  }
  .spechy-messenger-app-content.spechy-messenger-app-content-visible {
    bottom: -20px;
  }
  .billingaddressformbutton-yenikoza-btn {
    min-width: 100%;
  }
}

@media screen and (min-width: 1025px){
  .search-icon-box{
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px){
  .productDetail-wrapper .product-card__badge.product-card__badge--new{
    position: unset;
    font-size: 15px;
  }
  .product__badge--tag img{
    max-width: 48px;
  }
  .products-list__body .product-card .product-card__info{
    position: unset !important;
  }
  .topbar-dropdown .topbar-dropdown__mobil .icon_title::before{
    content: "Hesabım";
  }
  .eu-cookie-bar-notification .card-bodyquote .btn-group{
    flex-wrap: wrap;
  }
  .topbar-dropdown .topbar-dropdown__mobil .icon_title{
    margin-top: 6px;
    margin-left: 0;
  }
  /* .account__col .icon_title::before{
    content: "Hesabım";
  } */
  .account-nav__list #contactusBtn{
    display: block;
  }
  .products-orderby-container i{
    width: max-content;
  }
  .products-orderby-container{
    width: 90%;
  }
  .search__bar{
    width: 100%;
  }
  .search__button--submit, .search__button--delete{
    left: unset;
  }
  .address--box--title .input-check__input+.input-check__box+.input-check__icon{
    top: 20px;
    left: 20px;
  }
  .indicator__area.wislist__icon{
    position: relative;
  }
  .indicator__area.wislist__icon .wishlist-qty{
    position: absolute;
    left: 37px;
    border-radius: 50%;
    background: #000;
    width: 15px;
    height: 15px;
    font-size: 10px;
    color: #fff;
  }
  .indicator__area.shop__box{
    position: relative;
  }
  .indicator__area.shop__box .cart-qty{
    position: absolute;
    top: 9px;
    left: 15px;
    color: #fff;
    font-size: 10px;
  }
  .indicator__area.wislist__icon .wishlist-qty::before,
  .indicator__area.wislist__icon .wishlist-qty::after{
    display: none;
  }
  #ordersummarypagecart .productAttributeMappings .productAttribute{
    font-size: 13px !important;
  }
  #ordersummarypagecart .attributes{
    flex-direction: column !important;
    align-items: flex-start;
  }
  .account-card__order-img img{
    object-fit: contain;
  }
  #AccountOrdersInnerItems .order-total{
    min-height: max-content;
  }
  .account-page__buttons{
    margin-top: 15px;
  }
  #ordersummarypagecart .productAttributeMappings{
    margin-top: 0;
  }
  .product__actions-item--wishlist{
    order: 3;
  }
  .product__action-right .product__actions-item .buynow-button{
    flex: 1;
  }
  #mobile-filters-btn .filters-button__title{
    color: #000;
  }
  #mobile-filters-btn, #products-orderby-btn select{
    background-color: #fff !important;
    color: #000;
  }
  .mobile-topic-menu .menu-links__link{
    text-align: left;
  }
  .nav-li__home--arrow .fa-chevron-down{
    display: block !important;
  }
  .wishlist-page .product-card__buttons{
    height: max-content !important;
  }
  .wishlist-wrapper .product-card__prices{
    width: 100%;
    margin-top: 20px;
  }
  .products-list[data-layout="grid-4-full"][data-mobile-grid-columns="2"] .product-card .product-card__actions{
    flex-direction: row;
  }
  .slider-container .main-slider .swiper-button-prev{
    left: 5% !important;
  }
  .slider-container .main-slider .swiper-button-next{
    right: 5% !important;
  }
  .header__content {
    height: 120px;
    align-items: flex-start;
    margin-top: 5px;
  }
  .account__col > .iconset{
    position: unset;
  }
  .search__action-button{
    position: absolute;
    top: 100px;
    left: 25%;
    width: calc(100vw - 15%) !important;
  }
  .header.active .search__action-button{
    top: 67px;
  }
  .header.active .mobil-icons .burger-menu{
    top: 67px;
  }
  .mobil-icons .burger-menu{
    position: absolute;
    top: 100px;
    width: 40px;
    height: 45px;
    border: 1px solid var(--button-cart-border);
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mobil-icons .burger-menu.active{
    background-color: var(--theme-orange-color);
  }
  .mobil-icons .burger-menu.active i{
    color: #fff;
  }
  .widget-filters__actions{
    margin-top: 0 !important;
    padding: 0 10px;
  }
  .search__action-button,
  .search-icon-box{
    width: 100%;
  }
  .search-icon-box{
    margin-left: 0;
  }
  .header-left-content .header__seacrh .search__action-button{
    display: none;
  }
  .header-left-content .header__seacrh{
    width: 0;
  }
  .search__results .product-info-detail{
    max-height: 100% !important;
  }
  .search__logo{
    padding-top: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1740px){
  .search__results .product-card__image--desktop{
    min-height: max-content;
  }
}

@media screen and (max-width:1000px) {
  .block > .container,
  .d-container {
    width: 100%;
    max-width: 1920px !important;
    padding-left: 15px;
    padding-right: 15px;
    /* //1440px */
  }
}

@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;
  }

  .search__results .product-info-detail{
    max-height: max-content !important;
  }


}

@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) {
  .wishlist-page .share-info{
    flex-wrap: wrap;
  }
  .wishlist-page .share-info > span{
    width: 100%;
  }
  .wishlist-page .product-card__actions,
  .wishlist-page .product-card__buttons{
    height: 100%;
  }
  .wishlist-page .product-card__buttons{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .products-view__wishlist .product-card__delete,
  .shopping-cart-wrapper .products-view__wishlist .product-card__prices{
    width: 100%;
  }
  .products-view__wishlist .product-card__delete,
  .shopping-cart-wrapper .products-view__wishlist .product-card__prices{
    text-align: right;
  }
  .shopping-cart-wrapper .wishlist-page .default__btn--line{
    margin-bottom: 0;
  }
  .shopping-cart-images img{
    object-fit: contain;
  }
  .footer .totop{
    bottom: 105px;
  }
  .spechy-messenger-app-launcher{
    bottom: 60px !important;
    right: 10px !important;
  }
  .product-details-categories-link{
    order: -2;
  }
  .product-accordion-item{
    order: -1;
  }
  .product__installment-title{
    order: 4;
  }
  .product__installment-box{
    order: 3;
  }
  .productdetail__color{
    order: 2;
  }
  .productdetail__size{
    order: 1;
  }
  .product-details-page .product__actions{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #f1f1f1;
    z-index: 9999;
    background-color: #fff;
    padding: 15px;
    transition: bottom .3s ease;
    width: 100%;
  }

  .productDetail-wrapper .breadcrumb-item:not(.active)::after{
    margin: 0 7px;
  }
  .product-details-sticky{
    padding: 0 13px;
  }
  
  
  
  .site-footer__copyright{
    width: 100%;
    align-items: center;
  }
  .account__col > .iconset{
    justify-content: flex-end;
  }

  .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: 100%;
    /* 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: -3px;
  }

  .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: flex-start;
    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: 156px;
    box-shadow: none;
  }

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

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

  #MobileNav {
    height: 80vh;
    z-index: 9999;
    position: relative;
    overflow-y: scroll;
    min-height: 80vh;
    overflow-x: hidden;
  }

  .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;
  }
}

@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: auto;
    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-JostMedium);
    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-JostMedium);
  }

  .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 (max-width: 990px) {
  .menu__categories--img {
      height: 120px !important;
  }
}
@media (min-width: 1901px) and (max-width: 2100px) {

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

@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);
  }
}

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

.header-icon-set .wishlist-qty {
  color:white;
}
  .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;
  }
}

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

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

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


@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: max-content;
    padding: 0;
    width: max-content;
    margin: 0;
    height: 42px;
  }
  .filters-button::after{
    filter: brightness(0);
  }
  .product-gallery--mobile .product-image__body .image-zoom{
    background-image: none !important;
  }


  #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-details-page .product-image__img{
    height: unset !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 !important;
    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;
  }
}

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

  .product__installment-box {
    display: block;
  }
}

@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;
  }
}

@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;
  }
}

@media screen and (max-width: 768px) {
  .return-request-page .buttons .submit-return-request-button:first-child {
    margin-right: 10px;
  }
  #bar-notification .toastbox {
    padding-right: 0px !important;
  }
  button.bootbox-close-button.close {
    color: #000;
  }
  .wishlist-page .products-list__body {
    justify-content: space-between;
  }
  .wishlist-page .products-list[data-layout^="grid-"][data-mobile-grid-columns="2"] .products-list__item {
    width: calc(47% - 8px);
    margin: 0 5px 10px 10px !important;
  }

  .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%;
    border: 1px solid #ffffff8c;
    box-shadow: none;
    line-height: 0;
  }

  /* #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: relative;
    /* top: 14px; */
  }

  .view-options {
    margin-top:0;
            padding-top: 30px;
  }

.CategoryBreadcrumb-topbox div {
justify-content: center;
}
  .product-card__wishlist svg {
    width: 18px;
    height: 18px;
  }

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

  .main-slider .swiper-button-prev,
  .main-slider .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
  }

  .main-slider .swiper-button-prev::after,
  .main-slider .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;
} */
}

@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: 1200px) and (max-width: 1600px) {
  .block-products-carousel__cell .product-card__image, 
  .product-card__image--desktop{
    height: auto;
    min-height: auto;
  }
}
@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;
  }
}

@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;
  }
}

@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;
  }
}

@media screen and (max-width:1000px) {
  .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;
  }
}

@media screen and (max-width:768px) {
  #application-form{
  padding: 24px 0;
}

  .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;
  }


}

@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;
  }
}

@media screen and (max-width: 992px) {
  .product__badge--sale {
            margin-left: 2px !important;
            z-index: 2;
        }
  .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-Jost);
    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;
  }

  .productdetail__color .color-squares li, .productdetail__color .color-squares li a {
    width: 85px;
}

  .product__option-label-title {
    text-align: left !important;
    color: black !important;
    width: 100% !important;
  }

  .product-color-label label {
    font-family: var(--font-family-Jost);
  }

  .product__option-label-title .size-title,
  .active-color-text {
    font-family: var(--font-family-JostMedium);
  }

  /* .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-JostMedium);
    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-Jost);
  }

  .spec-value div {
    color: #616161;
    font-size: 14px;
    line-height: 18px;
    font-family: var(--font-family-Jost);
  }
}

@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;
  }



}

@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: max-content !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%;
  }

  .main-slider .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__subbox--list.nav-sub-1 li .nav-li__sub--arrow {
    padding-right: 0;
  }

  .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{
    display: none !important;
  }
  .nav-li__sub--arrow i:first-child {
    display: block !important;
  }
  .nav-li__sub--arrow i:last-child {
    display: none !important;
  }
  .nav-li__sub--arrow.is-active i:first-child{
    transform: rotate(90deg);
  }
}

@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;
  }
}

@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;
  }
}

@media screen and (max-width:768px) {
  .default__btn--line:hover {
     opacity: 1; 
}
  .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;
  }
  .product-details-page .product-image__img{
    height: unset !important;
  }

  .mobil-card-info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
  }
}

@media screen and (max-width: 768px) {
  #AttrsContainer .filter-list__list label {
    height: 50px;
    border-bottom: none;
    width: 110px !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;
    padding: 0;
  }
}

@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;
  }
}

@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;
  }
}

@media (max-width: 576px) {
  .topheader {
    height: 26px;
  }
}

@media screen and (max-width:475px) {
  .OrderInfoBox {
    border-right: none;
    margin-bottom: 10px;
  }
}

@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;
  }

  #AttrsContainer .filter-list__list label .input-check__box {
        height: 50px;
        width: 100px;
        border-radius: 0;
  }

      #AttrsContainer .filter-list__list label {
            height: 52px;
    width: 50px;
      }
    .return-product-container .return-product-details img {
        height: 140px !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;
  }
}

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

    height: 30px;

  }
}

@media screen and (max-width:768px) {
  #DynamicFormSave input[type="submit"] {
      width: 93%;
    
  }
}

@media screen and (max-width:768px) {
  #DynamicFormSave input[type="submit"] {
      width: 93%;
    
  }
}

@media (min-width: 990px) {
  .nav__subbox--list.nav-sub-1 li.active .nav-li__sub--arrow, .nav__subbox--list.nav-sub-1 li:hover .nav-li__sub--arrow {
    display: none !important;
  }
    .nav-sub-1 .nav__subbox--submenu, .nav-sub-2 .nav__subbox--submenu {
        position: initial;
        width: initial;
        padding-left: 0;
        display: block;
    }
        .nav__subbox--li {
        padding: 0px;
        display: block;
    }
        #MobileNav>li.nav-li__home.nav-li__home--submenu ul>li ul:not(.nav-sub-3) {
        max-height: initial;
        min-height: initial;
                min-width: initial;
        display: block;
    }
    .nav__subbox--list, .nav__subbox--list.nav-sub-1 {
       display: block;
       width: 100%;
       max-height: 500px;
       overflow-x: auto;
       padding-bottom: 20px;
    }

    .nav__subbox--list.nav-sub-1>li {
        width: 25%;
        float: left;
        border-bottom: 0;
        margin-top: 20px;
        padding-left: 15px;
    }
  .nav__subbox--list.nav-sub-1::before {
    content:none;
  }
  .nav__subbox--list.nav-sub-1 li a {
    font-weight: 600;
    font-size: 14px;
    color: #000 !important;
  }
  .nav__subbox--list.nav-sub-1 .nav__subbox--submenu a,
  .nav__subbox--list.nav-sub-1 li.active .nav__subbox--submenu ul li a{
      color: #616161 !important;
  }
    
    .nav-sub-2 .nav__subbox--li {
      padding: 0;
    }
}

@media screen and (max-width: 1023px) {
    #search__results-content-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 990px) {
  .erkek .site__body, .kadin .site__body, .cocuk .site__body {
      padding-top: 80px;
  }
  .site__body::before {
      height: 80px;
  }
}

@media (max-width: 990px) {
  .erkek .site__body, .kadin .site__body, .cocuk .site__body {
    padding-top: 200px;
  }
  .site__body::before {
      height: 200px;
      background-size: contain;
      background-position: center top;
  }
}
 
@media (max-width: 480px) {
  .erkek .site__body, .kadin .site__body, .cocuk .site__body {
      padding-top: 125px;
  }
  .site__body::before {
      height: 125px;
  }
}

@media (max-width: 990px) { 
  .site__body::before {
      height: 200px; 

  }
  .kadin .site__body::before {
      background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/content/files/new-mbl-kadin.jpg');
  }

  .erkek .site__body::before {
      background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/content/files/new-mbl-erkek.jpg');
  }

  .cocuk .site__body::before {
      background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/content/files/new-mbl-cocuk.jpg');
  }
  .kozmetik .site__body::before {
      background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/content/files/new-mbl-kozmetik.jpg');
  }

  .aksesuar .site__body::before {
      background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/content/files/new-mbl-aksesuar.jpg');
  }

  .ayakkabi .site__body::before {

      background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/content/files/new-mbl-ayakkabi.jpg');
  }
  .spor .site__body::before {
      background-image: url('https://shopomslivasoftcomtr.sm.mncdn.com/content/files/new-mbl-spor.jpg');
  }
  
}

@media (max-width: 480px) { 
  .erkek .site__body, .kadin .site__body, .cocuk .site__body,
  .kozmetik .site__body, .ayakkabi .site__body, .yilbasi-hediyeleri-1000tl-alti .site__body, 
  .aksesuar .site__body, .spor .site__body {
      position: relative;
      padding-top: 125px;
  }
  .site__body::before {
      height: 125px; 
  }
}

@media screen and (min-width: 1366px) and (max-width: 1679px){
  .pw-search-icon-box{
    width: max-content !important;
  }
}


#shipping-method-form .method-list .shipping-method-fee {
  display: none;
}
.checkout-card.order-note {
display: none;
}
 .nav__subbox--list.nav-sub-1>.nav__subbox--li>.nav__subbox--link, .menu-links__list h6 {
        font-size: 20px;
        font-weight: 600;
        color: #2b2b38;
        font-family: 'Jost';
    }
        .nav__subbox--list.nav-sub-2>.nav__subbox--li>.nav__subbox--link {
        font-size: 14px;
        font-weight: 300;
        padding: 1px 0;
        font-family: 'Jost';
        color: #2b2b38 !important;
    } 
  .megamenu__category-title {
      display: none;
    }
    .megamenu__category-preview img {
    max-height: 350px;
    max-width: 100%;
}
    @media (min-width: 992px) {
    .mega-menu-column {
      width: 60%;
    }
    .megamenu__category-image {
          width: 40%;
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 20px;
    }
  
}
@media (max-width: 992px) {
   .megamenu__category-image {
      display: none;
    }
}


@media screen and (max-width:1352px) and (min-width:990px) {
    .card_application--btn {
    
      display: block !important;
        width: max-content;
        border: 0;
    }
  .card_application--btn span {
    display: none;
  }
}
.megamenu__section-submenu h6 {
  display: none;
}
.nav-li__home--link::before {
  content: none;
}
.validation-summary-errors {
    color: white !important;
}

@media screen and (min-width: 991px) {
    .megamenu__category-preview {
        max-height: 350px;
        margin: 0 0 0px;
        aspect-ratio: revert-layer;
        width: initial;
    }
    .megamenu .nav__subbox--list.nav-sub-1 {
        column-count: initial;
    }
}
.toastbox .toast {
  background-color: #fff;
}
.toastbox .toast svg {
  fill: #fff !important;
}
.address-divider p {
    color: var(--default-theme-one-color);
}
.address-divider::after {
    position: absolute;
    content: '';
    right: 0;
    width: 100%;
    height: 1px;
    top: 10px;
    background-color: #ddd;
}
.checkout-wrapper{
  --default-theme-one-color: #000;
}
.corporate-custom-stil .custom-control-input:checked+.custom-control-label, .payment-method-box .payment-method-input:checked+.payment-method-label, .shipping-method-box .shipping-method-input:checked+.shipping-method-label {
    color: var(--default-theme-one-color);
    border-color: var(--default-theme-one-color);
    background: var(--default-theme-opactiy-color);
}
.corporate-custom-stil .custom-control-input:checked+.custom-control-label::before, .payment-method-box .payment-method-input:checked+.payment-method-label::before, .shipping-method-box .shipping-method-input:checked+.shipping-method-label::before {
    border-color: var(--default-theme-one-color);
}
.corporate-custom-stil .custom-control-label::after, .payment-method-label::after, .shipping-method-label::after {
    background-color: var(--default-theme-one-color);
}
#quickview-modal .modal-content {
    width: 100%;
}
.quickview .productdetail__color {
  display: none;
}
.product--quickview__pictures img {
    border: none;
}
#product-option__size {
  margin-top: 20px;
}
.quickview .product__actions-item--addtocart span {
  font-weight: 600;
}
.quickview .default__btn.buynow-button,
.quickview .add-to-cart-button {
  background-color: #000 !important;
  color: #fff;
}
.product--quickview__pictures .product__name {
    font-size: 18px;
    font-weight: 600;
}
.discounted-qty {
    background-color: #e8fce8;
}
.applied-discounts {
    background-color: #f6f5f3;
    border: 1px dashed #8577503d;
}
.applied-discounts ul li {
    background: #8577501c;
    color: #111;
}
.checkout {
    background-color: #f5f5f5;
}
.checkout_payment-method::before {
    background-color: #2a4a8b;
}
.checkout_payment-method::after {
    background-color: #2870b6;
}
.checkout__summary .cart-total-left, .checkout__summary .cart-total-right,.total-info {
    background-color: #f5f5f5 !important;
}
.state-block {
    background-color: #9b9b9b;
}
.checkout-wrapper .checkout-button, .contract-container {
    box-shadow: rgba(0, 0, 0, .1) 0 1px 2px 0;
}
#discountcouponcode::placeholder{
    opacity:1;
    transition:opacity .2s ease;
}

#discountcouponcode:focus::placeholder{
    opacity:0;
}

/** Filtre Renk **/

.filter-color__item {
    display: block;
}

.filter-color__item .input-check-color__body{
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
    height: auto;
}

.filter-color__item .input-check-color__box{
    width:20px !important;
    height:20px !important;
    background:#fff !important;
    border:1px solid #ccc;
    border-radius:3px;
    box-shadow:none !important;
}

.filter-color__item .input-check-color__icon {
    left: 1px !important;
    top: 7px !important;
    font-size: 14px;
    color: #000;
}
.filter-color__item .input-check-color__input:checked ~ .input-check-color__icon{
    transform:scale(1);
}

.filter-color__item .input-check-color__stick {
    position: static !important;
    margin-left: 4px;
    font-size: 14px;
    display: block;
    background: transparent;
    color: #7f7f7f;
    font-family: 'Jost';
}
.filter-color__list {
    display: block;
}
.filter-color {
    padding: 0px 0 0 0;
}

/** Filtre Renk **/
.product-summary-card__delivered {
    background-color: #f7fdf7;
}
.product-summary-card__shipment-info button {
  border: none;
}
.step-by-step li input:checked~div.step-by-step-icon {
    background-color: #5ad363;
}
.account-request-btn:hover {
    color: #fff;
}
@media screen and (max-width: 998px) {
.header__culture .d-container {
  padding: 0 !important;
}
header.header .d-container{
  padding: 0 15px !important;
  margin: 0;
}
    .mobile-nav-wrapper {
        z-index: 98;
    }
.account__col .iconset.topbar {
  z-index: 99;
}
    .block-sidebar--offcanvas--always .block-sidebar__header {
        background: #ffffff;
    }
        [dir="ltr"] .block-sidebar__close {
        color: #000000;
    }
    .content-search {
      display: none !important;
    }
    #AttrsContainer .filter-list__list label .input-check__box {
        font-size: 16px;
    }
}

.product__size {
    box-shadow: rgba(0, 0, 0, .05) 0 6px 24px 0, rgba(0, 0, 0, .08) 0 0 0 1px;
    border: 1px solid #d8d8d8;
    background-color: #f7f7f7;
}
.block-sidebar__header {
    border-bottom: 1px solid #ebebeb;
}
#filter-Clears {
    background: #000;
}
    #AttrsContainer .filter-list__list label .input-check__box {
        color: #373d3f;
        justify-content: center !important;
    }
    .filter__title:focus, .filter__title:hover {
    text-decoration: none;
}
.product__action-right .product__actions-item .buynow-button,
.product__action-right .product__actions-item .add-to-cart-button {
    background-color: #000000;
    color: #ffffff;
}
.product__action-bottom-buttons button {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}
.order-overview {
    align-items: baseline;
}
.product-card__prices {
  margin-right: 12px;
}
.product-card__prices:has(+ .custom-sale) .product-card__new-price {
  text-decoration: line-through;
}
.shop__box .cart-qty::before {
    content: "(";
}

.shop__box .cart-qty::after {
    content: ")";
}
.toast .close,
.toast.success__notification .close {
  background-color: #d8d8d8;
  color: #000;
}
.wishlist-page .product-card__delete {
    color: #ec2d2c;
}
.nav__subbox--submenu .nav__subbox--list.nav-sub-2 .nav__subbox--link::before {
  content: none;
}
.nav__subbox--list.nav-sub-2>.nav__subbox--li>.nav__subbox--link:hover {
  padding-left: 0;
}
.address-card {
    background-color: #2770b50a;
}
.dropcart__buttons .dropcart__buynow {
  background-color: #000;
  color: #fff;
}
.submit-return-request-cancel {
    background-color: #b33939;
}
.submit-return-request-cancel:hover {
    background-color: red;
}
.cart-gift-box {
    margin: 20px 0;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 2px dashed #000;
    text-align: center;
    cursor: pointer;
}
.cart-gift-box span {
  display: block;
}
.cart-gift-box i {
  font-size: 34px;
}