@charset "UTF-8";
.zi-up {
  z-index: 1050;
}

.zi-1 {
  z-index: 1;
}

.if-empty-hide:empty {
  display: none !important;
}

.c-pointer, .cursor-pointer {
  cursor: pointer;
}

.form-check:not(.form-switch) {
  padding-left: 22px;
}
.form-check:not(.form-switch) .form-check-input {
  margin-left: -22px;
}

.form-check-input {
  width: 15px;
  height: 15px;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.fs-inherit {
  font-size: inherit;
}

.fw-inherit {
  font-weight: inherit;
}

.btn-clip {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-size: 12px;
  background-color: #fff;
  border-radius: 100%;
  margin-left: 0.5rem;
  text-decoration: none;
  cursor: pointer;
}

.fs-big {
  font-size: 110%;
}

[data-show-box] {
  display: none;
}

button:focus-visible, .tab-pane:focus-visible {
  outline: none;
}

#cookieAlert {
  max-width: 520px;
}

#toastMessage .toast {
  font-size: inherit;
}
#toastMessage .toast-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#cookieModal {
  font-size: 0.875rem;
}

.has-error .form-control, .has-error .form-select, .has-error .form-check-input {
  border-color: #ebb0b6 !important;
}

.error-message {
  font-size: 90%;
  color: #842029;
  margin-top: 0.25rem;
  margin-left: 0.25rem;
  text-align: right;
}
.error-message:before {
  content: "\f06a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.25rem;
}

.form-check label .error-message {
  display: inline;
}

#messageBox {
  font-size: 130%;
  line-height: 110%;
}
@media (max-width: 575.98px) {
  #messageBox {
    font-size: 120%;
  }
}
@media (max-width: 1199.98px) {
  #messageBox {
    font-size: 110%;
  }
}
#messageBox .message-body {
  min-height: 50px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 575.98px) {
  #messageBox .message-body {
    min-height: 46px;
  }
}
#messageBox .btn-close {
  margin-right: -0.75rem;
}

.fixed-bottom {
  z-index: 3040;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete {
  list-style: none;
  margin: 0;
  padding: 1rem;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 1031;
  background-color: #fff;
  border: 1px solid #ddd;
  max-height: calc(100vh - 300px);
  overflow: auto;
}

.ui-autocomplete-category {
  font-weight: bold;
  padding: 0.25rem 0;
}

.ui-menu-item-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0.25rem 0;
  cursor: pointer;
}
.ui-menu-item-wrapper .image {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  max-width: 50%;
  margin-right: 0.5rem;
}
.ui-menu-item-wrapper img {
  display: block;
  max-width: 100%;
}
.ui-menu-item-wrapper .text {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.25rem 0;
}
.ui-menu-item-wrapper .text[aria-category]:after {
  content: attr(aria-category);
  margin-left: auto;
  font-size: 90%;
  padding: 2px 6px;
  background-color: #eee;
  border-radius: 15px;
}

.ui-helper-hidden-accessible {
  display: none;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .breadcrumb ul {
    width: 100%;
    justify-content: center;
  }
}
.breadcrumb ul li {
  display: flex;
  align-items: center;
}
.breadcrumb ul li:after {
  content: "/";
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.breadcrumb ul li:last-of-type:after {
  content: none;
}
.breadcrumb ul h1 {
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
  padding: 0.15rem 0.25rem;
  transition-property: color;
  transition-duration: 0.2s;
}

#filterForm .navbar-header button i {
  transition-property: transform, -webkit-transform;
  transition-duration: 0.2s;
}
#filterForm .navbar-header button:not(.collapsed) i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#filterForm .color {
  width: 18px;
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
#filterForm .number:before {
  content: "(";
}
#filterForm .number:after {
  content: ")";
}
#filterForm .range {
  display: flex;
  justify-content: space-between;
}
#filterForm .ui-slider {
  height: 4px;
  background-color: #ddd;
  position: relative;
  margin: 1.5rem 0.5rem 2.5rem;
}
#filterForm .ui-slider-range {
  position: absolute;
  top: 0;
  height: 4px;
  background-color: #bbb;
}
#filterForm .ui-slider-range:before, #filterForm .ui-slider-range:after {
  position: absolute;
  top: 12px;
  width: 50px;
  font-size: 0.6rem;
  letter-spacing: -0.05px;
  text-align: center;
}
#filterForm .ui-slider-range:before {
  content: attr(data-min);
  left: -20px;
}
#filterForm .ui-slider-range:after {
  content: attr(data-max);
  right: -20px;
}
#filterForm .ui-slider .ui-slider-handle {
  display: block;
  position: absolute;
  top: -5px;
  width: 14px;
  height: 14px;
  background-color: #333;
  border-radius: 100%;
  cursor: pointer;
}
#filterForm .ui-slider .ui-slider-handle + .ui-slider-handle {
  margin-left: -12px;
}

.no-image-container + .product-images-slider-container {
  display: none;
}

#hipotenus, #degog, #dopilo {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  background-color: #eee;
  font-size: 11px;
  line-height: 110%;
  color: #575756;
  text-decoration: none;
  transition: none !important;
}
#hipotenus:hover, #degog:hover, #dopilo:hover {
  color: #575756;
  text-decoration: none;
}

#hipotenus img {
  width: 15px;
  margin-right: 0.5rem;
}

.pagination .page-link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-item svg {
  width: calc(3rem + 6vw);
  min-width: 90px;
  height: auto;
}

#variants label, #accessories label {
  display: block;
  text-align: center;
}
#variants .variant-title, #accessories .variant-title {
  min-width: calc(30px - 1rem);
  min-height: calc(30px - 0.2rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
#variants .variant-color, #variants .variant-image, #accessories .variant-color, #accessories .variant-image {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -0.1rem -0.5rem;
}
#variants .variant-color ~ .variant-image, #variants .variant-image ~ .variant-image, #accessories .variant-color ~ .variant-image, #accessories .variant-image ~ .variant-image {
  display: none;
}
#variants .variant-desc p, #accessories .variant-desc p {
  margin: 0;
}

#productTab {
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.commentAvatar {
  width: 46px;
}

.page-loading {
  position: relative;
  z-index: 9999;
}
.page-loading:before {
  content: "\f110";
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  margin: -20px 0 0 -20px;
  z-index: 4;
  font: 900 34px/40px "Font Awesome 6 Free";
  text-align: center;
  opacity: 0.75;
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
.page-loading:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.75);
}

.box-loading {
  position: relative;
  overflow: hidden;
}
.box-loading:before {
  content: "\f110";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  margin: -20px 0 0 -20px;
  z-index: 4;
  font: 900 34px/40px "Font Awesome 6 Free";
  text-align: center;
  opacity: 0.75;
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
.box-loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.75);
}
.box-loading.white:after {
  background-color: white;
}

#mapCanvas {
  min-height: 30vh;
}

.contact-wrapper .primary li {
  width: 200px;
}
@media (max-width: 575.98px) {
  .contact-wrapper .primary li {
    width: 100%;
  }
}
.contact-wrapper .primary .icon {
  width: 42px;
  height: 42px;
  padding: 10px;
  font-size: 18px;
  line-height: 22px;
}
.contact-wrapper .secondary[data-title]:not([data-title=""]):before {
  content: attr(data-title);
  display: block;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.letter-list button[data-count="0"] {
  display: none;
}

.brand-page-list .item, .category-page-list .item {
  min-height: 75px;
}

.account-page:not(.account-ok-page) {
  min-height: 50vh;
}
.account-page:not(.account-ok-page) .page-tab h1, .account-page:not(.account-ok-page) .page-tab h2 {
  font-size: 125%;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  transition-property: opacity;
  transition-duration: 0.15s;
}
.account-page:not(.account-ok-page) .page-tab h1 a, .account-page:not(.account-ok-page) .page-tab h2 a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .account-page:not(.account-ok-page) .page-tab h1, .account-page:not(.account-ok-page) .page-tab h2 {
    font-size: 145%;
  }
}
.account-page:not(.account-ok-page) .page-tab h1:hover, .account-page:not(.account-ok-page) .page-tab h2:hover {
  color: currentColor;
}
.account-page:not(.account-ok-page) .page-tab h1:not(.active), .account-page:not(.account-ok-page) .page-tab h2:not(.active) {
  opacity: 0.4;
}
.account-page:not(.account-ok-page) .page-tab h1:not(.active):hover, .account-page:not(.account-ok-page) .page-tab h2:not(.active):hover {
  opacity: 0.85;
}
.account-page:not(.account-ok-page) .social-connect-buttons i {
  font-size: 22px;
}
.account-page:not(.account-ok-page) .social-connect-buttons .facebook-connect {
  color: #1773ea;
  border-color: #1773ea;
}
.account-page:not(.account-ok-page) .social-connect-buttons .facebook-connect:hover {
  background-color: #1773ea !important;
  border-color: #1773ea !important;
  color: #fff;
}
.account-page:not(.account-ok-page) .social-connect-buttons .google-connect {
  color: #f73f2f;
  border-color: #f73f2f;
}
.account-page:not(.account-ok-page) .social-connect-buttons .google-connect:hover {
  background-color: #f73f2f !important;
  border-color: #f73f2f !important;
  color: #fff;
}
.account-page:not(.account-ok-page) .social-connect-buttons .twitter-connect {
  color: #1c9cea;
  border-color: #1c9cea;
}
.account-page:not(.account-ok-page) .social-connect-buttons .twitter-connect:hover {
  background-color: #1c9cea !important;
  border-color: #1c9cea !important;
  color: #fff;
}

@media (max-width: 767.98px) {
  .my-account-page .account-nav {
    flex-direction: row;
    white-space: nowrap;
    overflow-x: auto;
    border: none;
  }
}
.my-account-page .account-nav .list-group-item {
  font-weight: 600;
  padding: 0.7rem 1.5rem;
}
.my-account-page .account-nav .list-group-item:not(.active) {
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .my-account-page .account-nav .list-group-item {
    border: none;
  }
}
.my-account-page .card.account-summary {
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 0;
}
@media (max-width: 767.98px) {
  .my-account-page .card.account-summary {
    border-right: none;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .my-account-page .card.account-summary {
    border-bottom: none;
    border-top-right-radius: 0;
  }
}
.my-account-page .card.account-summary .card-body {
  flex: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.my-account-page .card-avatar {
  width: 90px;
  font-size: 2.25rem;
  font-weight: bold;
}
.my-account-page .card-avatar:not(.ok) {
  color: transparent;
}
.my-account-page .nakitPuan:before {
  content: attr(data-title);
  display: block;
  font-size: 75%;
  font-weight: 400;
  line-height: 100%;
  margin-right: 1rem;
  text-transform: uppercase;
}

.my-account-page .addressList a.btn, .cart-steps-page .addressList a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 14px;
  text-decoration: none;
}

.cart-steps-page .price-group .list-group-item {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.cart-steps-page .price-group .list-group-item:not(.active) {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.cart-steps-page .card {
  border-top: none;
  border-right: none;
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .cart-steps-page .card {
    border-left: none;
  }
}
@media (min-width: 768px) {
  .cart-steps-page .card {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cart-steps-page .card-body {
  flex: none;
}
.cart-steps-page #cartProducts .imageCol {
  width: 74px;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .cart-steps-page #cartProducts .imageCol {
    width: 64px;
  }
}
.cart-steps-page #cartProducts .detailCol {
  width: calc(100% - 74px);
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .cart-steps-page #cartProducts .detailCol {
    width: calc(100% - 64px);
  }
}
.cart-steps-page #cartProducts .campaignPrice + .discountedPrice {
  display: none;
}
.cart-steps-page .addressSection, .cart-steps-page #invoiceSection {
  display: none;
}
.cart-steps-page .shippingItem > div:only-child {
  width: 100%;
}
.cart-steps-page .shippingItem .image {
  max-width: 120px;
}

[data-popup] {
  text-decoration: underline;
  cursor: pointer;
}

.card-body.security-body {
  background-color: #dffbf1;
  border-color: #c6efe0 !important;
  margin-bottom: -1px;
}
.card-body.security-body svg {
  width: 45px;
  min-width: 45px;
  margin-left: 0.25rem;
}
.card-body.security-body h3 {
  font-size: 108%;
  color: #2fae61;
}

.about-security {
  line-height: 90%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .about-security {
    text-align: center;
  }
}
.about-security i {
  font-size: 34px;
}

.cartProductList > .col-md-6[data-type="2"], .additional-item > .col-md-6[data-type="2"] {
  width: 100%;
}
.cartProductList .imageCol, .additional-item .imageCol {
  width: 86px;
}
@media (min-width: 992px) {
  .cartProductList .imageCol, .additional-item .imageCol {
    width: 98px;
  }
}
.cartProductList .imageCol[data-src=Fotograflar], .additional-item .imageCol[data-src=Fotograflar] {
  display: none;
}
.cartProductList .detailCol, .additional-item .detailCol {
  width: calc(100% - 86px);
}
@media (min-width: 992px) {
  .cartProductList .detailCol, .additional-item .detailCol {
    width: calc(100% - 100px);
  }
}
.cartProductList .detailCol li, .additional-item .detailCol li {
  display: flex;
  line-height: 110%;
}
.cartProductList .detailCol li .title:not(:empty):after, .additional-item .detailCol li .title:not(:empty):after {
  content: ":";
  margin-right: 2px;
}
.cartProductList .detailCol .date, .additional-item .detailCol .date {
  font-style: italic;
  font-size: 0.813rem;
}
.cartProductList .quantity, .additional-item .quantity {
  width: 90px;
  height: 36px;
}
@media (max-width: 575.98px) {
  .cartProductList .quantity, .additional-item .quantity {
    height: 32px;
  }
}
.cartProductList .quantity .btn-sm, .additional-item .quantity .btn-sm {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  height: auto;
}
.cartProductList .quantity i, .additional-item .quantity i {
  font-size: 9px;
}
.cartProductList .cartItem[data-removable="0"] .remove, .additional-item .cartItem[data-removable="0"] .remove {
  display: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 992px) {
  .cartProductList .cartItem[data-removable="0"] .remove, .additional-item .cartItem[data-removable="0"] .remove {
    display: block;
  }
}
.cartProductList .cartPageRemove, .cartProductList .addToFavoritesButton, .additional-item .cartPageRemove, .additional-item .addToFavoritesButton {
  width: 36px;
  height: 36px;
  padding: 0.5rem;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .cartProductList .cartPageRemove, .cartProductList .addToFavoritesButton, .additional-item .cartPageRemove, .additional-item .addToFavoritesButton {
    height: 32px;
  }
}
.cartProductList .addToFavoritesButton[data-type="0"] i:before, .additional-item .addToFavoritesButton[data-type="0"] i:before {
  font-weight: 900;
}
.cartProductList .price, .additional-item .price {
  text-align: center;
}
@media (max-width: 575.98px) {
  .cartProductList .price, .additional-item .price {
    min-height: 32px;
  }
}
@media (min-width: 576px) {
  .cartProductList .price, .additional-item .price {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cartProductList .price, .additional-item .price {
    width: auto;
  }
}
.cartProductList#cartPageGifts > div:only-child, .additional-item#cartPageGifts > div:only-child {
  width: 100%;
}
.cartProductList .cartCampaignPrice + .cartSalePrice,
.cartProductList .cartCampaignPrice + div .cartSalePrice,
.cartProductList .cartNonDiscountedPrice,
.cartProductList .campaignPrice + .discountedPrice,
.cartProductList .campaignPrice + .salePrice,
.cartProductList .nonDiscountedPrice, .additional-item .cartCampaignPrice + .cartSalePrice,
.additional-item .cartCampaignPrice + div .cartSalePrice,
.additional-item .cartNonDiscountedPrice,
.additional-item .campaignPrice + .discountedPrice,
.additional-item .campaignPrice + .salePrice,
.additional-item .nonDiscountedPrice {
  opacity: 0.7;
  text-decoration: line-through;
}
.accordion-order .cartProductList > :first-child, .accordion-order .additional-item > :first-child {
  border-top: none !important;
  padding-top: 0 !important;
}

.order-steps {
  font-size: 75%;
  text-transform: uppercase;
  position: relative;
}
.order-steps ul:before, .order-steps ul:after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 12.5%;
  height: 1px;
  background-color: currentColor;
}
.order-steps ul:before {
  width: 100%;
  opacity: 0.2;
}
.order-steps[data-index="2"] ul:after {
  width: 37.5%;
}
.order-steps[data-index="3"] ul:after {
  width: 62.5%;
}
.order-steps[data-index="4"] ul:after {
  width: 87.5%;
}
.order-steps li {
  position: relative;
  z-index: 1;
}
.order-steps a {
  text-decoration: none;
}
.order-steps .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  box-shadow: 0 0 0 2px #fff;
  border-radius: 100%;
  font-weight: bold;
  margin: 0 auto 0.5rem;
}

.delivery-time .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: -1px;
}
.delivery-time .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}
.delivery-time .nav-link:not(.active) {
  border-color: transparent !important;
}
.delivery-time [data-full]:not([data-full=""]) {
  position: relative;
}
.delivery-time [data-full]:not([data-full=""]):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

/*
.form-lg {

	@media (min-width: 1200px) {
		.form-control, .form-select {
			font-size: 115%;
			padding: .6rem 1rem;
		}
	}
	.btn-primary, .btn-secondary, .btn-light {
		font-size: 115%;

		@media (min-width: 1200px) {
			font-size: 128%;
		}
	}
}
*/
.g-recaptcha > div {
  margin: 0 auto;
}

.paymentTitle {
  min-height: 62px;
}

#paymentList:not(.open) + .cartButtonClone {
  display: none;
}

.paymentCCType {
  max-width: 40px;
  max-height: 26px;
}

.paymentSection .paymentCC {
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.paymentSection .paymentCardList + .paymentCC {
  display: none;
}
.paymentSection .hidden-form {
  display: none;
}

.popoverCvv img {
  height: 50px;
}

.icon-lg {
  font-size: 40px;
}

.installmentArea th, .installmentArea td {
  padding: 0.65rem 0.5rem;
}

.payment14Col {
  width: 100%;
}
.payment14Col img {
  height: 40px;
}

.paymentCardList .image, .paymentBankItem .image {
  width: 120px;
  height: 60px;
  position: relative;
  text-align: center;
}
.paymentCardList .image i:not(.text-success), .paymentBankItem .image i:not(.text-success) {
  font-size: 34px;
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
}
.paymentCardList .image img, .paymentBankItem .image img {
  height: 60px;
}
.paymentCardList .image .text-success, .paymentBankItem .image .text-success {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  background-color: #fff;
  border-radius: 100%;
  margin: -1px 0 0 8px;
}
.paymentCardList .card-type, .paymentCardList .bank-title, .paymentBankItem .card-type, .paymentBankItem .bank-title {
  width: 120px;
  height: 60px;
}
.paymentCardList .image + .card-type,
.paymentCardList .image + .bank-title, .paymentBankItem .image + .card-type,
.paymentBankItem .image + .bank-title {
  display: none !important;
}

.smsVerification .icon {
  position: relative;
}
.smsVerification .icon i:not(.text-success) {
  font-size: 64px;
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
}
@media (min-width: 1200px) {
  .smsVerification .icon i:not(.text-success) {
    font-size: 70px;
  }
}
.smsVerification .icon .text-success {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 36px;
  margin: -50px 0 0 2px;
}
.smsVerification .icon .text-success:before {
  position: relative;
  z-index: 1;
}
.smsVerification .icon .text-success:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 1px;
  right: 0;
  bottom: 6px;
  background-color: #fff;
  border-radius: 100%;
}
@media (min-width: 1200px) {
  .smsVerification .icon .text-success {
    font-size: 40px;
    margin: -54px 0 0 2px;
  }
}
.smsVerification button .counter + .text {
  display: none;
}

label[for=aggrementCheckBox] span {
  text-decoration: underline;
  cursor: pointer;
}

.agreementItem .iframe {
  max-height: 200px;
  overflow: auto;
  transition-property: max-height;
  transition-duration: 0.2s;
}
.agreementItem.expand .iframe {
  max-height: 400px;
}
.agreementItem .expand:not(.show), .agreementItem .collapse:not(.show) {
  display: none;
}

#agreementList .iframe *:not(.fa), .agreementText *:not(.fa) {
  color: #333 !important;
}
#agreementList .iframe.iframe *:not(.fa), .agreementText.iframe *:not(.fa) {
  font-family: inherit !important;
  font-size: 98%;
}
#agreementList .iframe br + br, .agreementText br + br {
  display: none;
}
#agreementList .iframe table td, .agreementText table td {
  padding: 0;
}

.payment-ok-page .paymentBankList {
  justify-content: center;
}
.payment-ok-page .paymentBankList .image {
  margin-left: auto;
  margin-right: auto;
}
.payment-ok-page .paymentBankRadioBox {
  display: none;
}

.accordion-order .order-shipping {
  width: 70%;
}
.accordion-order .order-product-count {
  width: 30%;
}
.accordion-order .order-shipping, .accordion-order .order-product-count {
  margin-top: 1rem;
  padding-top: 0.75rem;
  border-top-style: dashed !important;
}
.accordion-order .order-status, .accordion-order .order-button {
  width: 100%;
  margin-top: 0.75rem;
  text-align: center;
}
@media (min-width: 576px) {
  .accordion-order .order-no {
    width: 20%;
  }
  .accordion-order .order-date {
    width: 50%;
  }
  .accordion-order .order-status {
    width: 70%;
    text-align: left;
  }
  .accordion-order .order-amount, .accordion-order .order-button {
    width: 30%;
  }
  .accordion-order .order-button {
    margin-top: 0;
  }
  .accordion-order .order-shipping, .accordion-order .order-product-count {
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .accordion-order .quantity {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .accordion-order .order-no {
    width: 10%;
  }
  .accordion-order .order-date {
    width: 14%;
  }
  .accordion-order .order-amount, .accordion-order .order-product-count {
    width: 13%;
    text-align: left;
  }
  .accordion-order .order-shipping {
    width: 18%;
  }
  .accordion-order .order-status {
    margin-top: 0;
    width: 16%;
  }
  .accordion-order .order-button {
    width: 16%;
  }
  .accordion-order .order-shipping, .accordion-order .order-product-count {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-top-style: none !important;
  }
}

.orderCard .order-button {
  width: 100%;
  margin-top: 0.75rem;
  text-align: center;
}
@media (min-width: 992px) {
  .orderCard .order-no {
    width: 12%;
  }
  .orderCard .order-date, .orderCard .order-amount {
    width: 19%;
  }
  .orderCard .order-product-count {
    width: 30%;
  }
  .orderCard .order-button {
    width: 160px;
    max-width: 20%;
    margin-top: 0;
    margin-left: auto;
  }
}

.order-page {
  /*
  @media (max-width: 576.98px) {
  	.order-amount {
  		width: 100%;
  		text-align: center;
  		margin-top: 1rem;
  		order: 4;
  	}
  }
  */
}
.order-page .title div:only-child {
  width: 100%;
}
.order-page .orderProductList {
  overflow: hidden;
}
.order-page .orderProductList a {
  flex-shrink: 0;
  width: 70px;
}
@media (min-width: 992px) {
  .order-page .orderProductList a {
    width: 90px;
  }
}
.order-page .orderProductList a[data-src=Fotograflar] {
  display: none;
}
.order-page .badge[data-status="2"], .order-page .badge[data-status="7"] {
  background-color: #198754;
}
.order-page .badge[data-status="1"], .order-page .badge[data-status="3"], .order-page .badge[data-status="23"] {
  background-color: #bf8700;
}
.order-page .badge[data-status="5"] {
  background-color: #7d54ca;
}
.order-page .badge[data-status="6"] {
  background-color: #1763bd;
}
.order-page .badge[data-status="4"] {
  background-color: #af141f;
}
.order-page .card-title, .order-page .orderProductCard .order-status .value {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.order-page .card-title:before, .order-page .orderProductCard .order-status .value:before {
  font: 900 16px/22px "Font Awesome 6 Free";
  margin-right: 0.5rem;
}
.order-page .card-title[data-status="2"], .order-page .card-title[data-status="7"], .order-page .orderProductCard .order-status .value[data-status="2"], .order-page .orderProductCard .order-status .value[data-status="7"] {
  /* Onaylandı / Teslim Edildi */
  color: #198754;
}
.order-page .card-title[data-status="2"]:before, .order-page .card-title[data-status="7"]:before, .order-page .orderProductCard .order-status .value[data-status="2"]:before, .order-page .orderProductCard .order-status .value[data-status="7"]:before {
  content: "\f058";
  font-size: 17px;
}
.order-page .card-title[data-status="1"], .order-page .card-title[data-status="3"], .order-page .card-title[data-status="23"], .order-page .orderProductCard .order-status .value[data-status="1"], .order-page .orderProductCard .order-status .value[data-status="3"], .order-page .orderProductCard .order-status .value[data-status="23"] {
  /* Beklemede / Tedarik Ediliyor / Sonradan Ödeme */
  color: #bf8700;
}
.order-page .card-title[data-status="1"]:before, .order-page .card-title[data-status="3"]:before, .order-page .card-title[data-status="23"]:before, .order-page .orderProductCard .order-status .value[data-status="1"]:before, .order-page .orderProductCard .order-status .value[data-status="3"]:before, .order-page .orderProductCard .order-status .value[data-status="23"]:before {
  content: "\f017";
}
.order-page .card-title[data-status="5"], .order-page .card-title[data-status="19"], .order-page .card-title[data-status="20"], .order-page .orderProductCard .order-status .value[data-status="5"], .order-page .orderProductCard .order-status .value[data-status="19"], .order-page .orderProductCard .order-status .value[data-status="20"] {
  /* Hazırlanıyor */
  color: #7d54ca;
}
.order-page .card-title[data-status="5"]:before, .order-page .card-title[data-status="19"]:before, .order-page .card-title[data-status="20"]:before, .order-page .orderProductCard .order-status .value[data-status="5"]:before, .order-page .orderProductCard .order-status .value[data-status="19"]:before, .order-page .orderProductCard .order-status .value[data-status="20"]:before {
  content: "\f4de";
  font-size: 14px;
}
.order-page .card-title[data-status="5"][data-status="19"]:before, .order-page .card-title[data-status="19"][data-status="19"]:before, .order-page .card-title[data-status="20"][data-status="19"]:before, .order-page .orderProductCard .order-status .value[data-status="5"][data-status="19"]:before, .order-page .orderProductCard .order-status .value[data-status="19"][data-status="19"]:before, .order-page .orderProductCard .order-status .value[data-status="20"][data-status="19"]:before {
  content: "\f252";
}
.order-page .card-title[data-status="5"][data-status="20"]:before, .order-page .card-title[data-status="19"][data-status="20"]:before, .order-page .card-title[data-status="20"][data-status="20"]:before, .order-page .orderProductCard .order-status .value[data-status="5"][data-status="20"]:before, .order-page .orderProductCard .order-status .value[data-status="19"][data-status="20"]:before, .order-page .orderProductCard .order-status .value[data-status="20"][data-status="20"]:before {
  content: "\f555";
}
.order-page .card-title[data-status="6"], .order-page .orderProductCard .order-status .value[data-status="6"] {
  /* Kargoya Verildi */
  color: #1763bd;
}
.order-page .card-title[data-status="6"]:before, .order-page .orderProductCard .order-status .value[data-status="6"]:before {
  content: "\f0d1";
  font-size: 14px;
}
.order-page .card-title[data-status="4"], .order-page .orderProductCard .order-status .value[data-status="4"] {
  /* İptal Edildi */
  color: #af141f;
}
.order-page .card-title[data-status="4"]:before, .order-page .orderProductCard .order-status .value[data-status="4"]:before {
  content: "\f06a";
}
.order-page .order-status .value.badge {
  font-size: 92% !important;
  color: #fff !important;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (max-width: 767.98px) {
  .order-page.order-detail-page .order-status {
    width: 100%;
    margin-top: 1rem;
  }
  .order-page.order-detail-page .order-status .value {
    justify-content: center;
  }
}
.order-page .orderDetailCard label, .order-page .orderPaymentCard label, .order-page .deliveryDetail label {
  min-width: 130px;
}
.order-page .orderDetailCard label:after, .order-page .orderPaymentCard label:after, .order-page .deliveryDetail label:after {
  content: ":";
  width: 10px;
  float: right;
}
.order-page .orderDetailCard [data-status=Hayır], .order-page .orderPaymentCard [data-status=Hayır], .order-page .deliveryDetail [data-status=Hayır] {
  font-weight: 600;
  color: #af141f;
}

[data-package-lock="1"],
[data-return-lock="1"] {
  opacity: 0.5;
  pointer-events: none;
}

.message-item {
  margin-right: 20%;
  margin-bottom: 20px;
}
.message-item[data-isUser="1"] {
  margin-right: 0;
  margin-left: 20%;
}
.message-item[data-isUser="1"] .message {
  background-color: #fff !important;
  border-bottom-right-radius: 0 !important;
}
.message-item[data-isUser="1"] .date {
  text-align: right;
}
.message-item[data-isUser="0"] .message {
  border-bottom-left-radius: 0 !important;
}
.message-item p {
  margin-bottom: 0;
}

.send-message {
  margin-left: 20%;
}
.send-message .form-control {
  border-bottom-right-radius: 0 !important;
}

.fast-order-page .cartProductList .cartItem:nth-child(1) {
  border-top: none !important;
}
@media (min-width: 992px) {
  .fast-order-page .paymentBankList > li {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .storesCol {
    border-right: none !important;
  }
}
@media (min-width: 768px) {
  .storesCol {
    min-height: 600px;
    max-height: 70vh;
  }
}

.storesList {
  overflow: auto;
}
.storesList .telephone:before {
  content: "T: ";
  margin-right: 5px;
}

.blog-page .more:after {
  content: "\f061";
  font: 900 11px/11px "Font Awesome 6 Free";
  margin-left: 0.3rem;
}

.page-404 h1 {
  font-size: 4.5rem;
}
@media (min-width: 1200px) {
  .page-404 h1 {
    font-size: 5rem;
  }
}
.page-404 h1 b {
  font-size: inherit !important;
  color: inherit !important;
}

.ui-datepicker {
  width: 280px;
  background: #fff;
}
.ui-datepicker .ui-datepicker-header {
  display: flex;
  align-items: center;
  height: 40px;
}
.ui-datepicker .ui-datepicker-header a {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 100%;
  text-decoration: none;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  order: 3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-evenly;
}
.ui-datepicker select {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none !important;
  padding-right: 15px;
}
.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar th {
  width: 14.285%;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  display: block;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active {
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable .ui-state-default, .ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  opacity: 0.6;
}

.daterangepicker .calendar-table td, .daterangepicker .calendar-table th, .daterangepicker .drp-selected, .daterangepicker .drp-buttons .btn {
  font-size: 90%;
}

#signUpForm .pass-show, #signUpForm .pass-show2, #signInForm .pass-show, #signInForm .pass-show2, #accountForm .pass-show, #accountForm .pass-show2, #deleteAccountForm .pass-show, #deleteAccountForm .pass-show2 {
  cursor: pointer;
  width: 55px;
}
#signUpForm .pass-show.show i::before, #signUpForm .pass-show2.show i::before, #signInForm .pass-show.show i::before, #signInForm .pass-show2.show i::before, #accountForm .pass-show.show i::before, #accountForm .pass-show2.show i::before, #deleteAccountForm .pass-show.show i::before, #deleteAccountForm .pass-show2.show i::before {
  content: "\f06e";
}

.sitemap > ul > li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.sitemap > ul > li > .h3 + a {
  display: none;
}
.sitemap > ul > li > ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sitemap > ul > li > ul > li {
  margin-bottom: 1rem;
}
.sitemap > ul > li ul {
  width: 100%;
  -webkit-columns: 280px auto;
  -moz-columns: 280px auto;
  columns: 280px auto;
}
.sitemap > ul > li ul > li {
  border: none !important;
  border-radius: 0 !important;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.sitemap > ul > li ul .h3, .sitemap > ul > li ul .btn {
  display: none;
}

.commentRating {
  color: #ccc;
}
.commentRating[data-value="1"] i:nth-child(1), .commentRating[data-value="2"] i:nth-child(1), .commentRating[data-value="3"] i:nth-child(1), .commentRating[data-value="4"] i:nth-child(1), .commentRating[data-value="5"] i:nth-child(1) {
  color: #f69f29;
}
.commentRating[data-value="2"] i:nth-child(2), .commentRating[data-value="3"] i:nth-child(2), .commentRating[data-value="4"] i:nth-child(2), .commentRating[data-value="5"] i:nth-child(2) {
  color: #f69f29;
}
.commentRating[data-value="3"] i:nth-child(3), .commentRating[data-value="4"] i:nth-child(3), .commentRating[data-value="5"] i:nth-child(3) {
  color: #f69f29;
}
.commentRating[data-value="4"] i:nth-child(4), .commentRating[data-value="5"] i:nth-child(4) {
  color: #f69f29;
}
.commentRating[data-value="5"] i:nth-child(5) {
  color: #f69f29;
}

[name=commentRating] {
  display: none;
}
[name=commentRating] ~ .rating label {
  color: #ccc;
  cursor: pointer;
}
[name=commentRating][value="1"]:checked ~ .rating label:nth-child(1), [name=commentRating][value="2"]:checked ~ .rating label:nth-child(1), [name=commentRating][value="3"]:checked ~ .rating label:nth-child(1), [name=commentRating][value="4"]:checked ~ .rating label:nth-child(1), [name=commentRating][value="5"]:checked ~ .rating label:nth-child(1) {
  color: #f69f29;
}
[name=commentRating][value="2"]:checked ~ .rating label:nth-child(2), [name=commentRating][value="3"]:checked ~ .rating label:nth-child(2), [name=commentRating][value="4"]:checked ~ .rating label:nth-child(2), [name=commentRating][value="5"]:checked ~ .rating label:nth-child(2) {
  color: #f69f29;
}
[name=commentRating][value="3"]:checked ~ .rating label:nth-child(3), [name=commentRating][value="4"]:checked ~ .rating label:nth-child(3), [name=commentRating][value="5"]:checked ~ .rating label:nth-child(3) {
  color: #f69f29;
}
[name=commentRating][value="4"]:checked ~ .rating label:nth-child(4), [name=commentRating][value="5"]:checked ~ .rating label:nth-child(4) {
  color: #f69f29;
}
[name=commentRating][value="5"]:checked ~ .rating label:nth-child(5) {
  color: #f69f29;
}