/*---------------------------------- Amita ----------------------------------*/
@font-face {
  font-family: "Amita";
  src: url("/Themes/ExternalSage/Content/fonts/Amita/Amita-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Amita";
  src: url("/Themes/ExternalSage/Content/fonts/Amita/Amita-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/*---------------------------------- Libre_Baskerville ----------------------------------*/
/* @font-face {
  font-family: "Libre_Baskerville";
  src: url("/Themes/ExternalSage/Content/fonts/Libre_Baskerville/LibreBaskerville-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
} */

@font-face {
  font-family: "Libre_Baskerville";
  src: url("/Themes/ExternalSage/Content/fonts/Libre_Baskerville/LibreBaskerville-VariableFont_wght.ttf") format("truetype");
  /* font-weight: 700; */
  font-style: normal;
}

/*---------------------------------- Monsieur_La_Doulaise ----------------------------------*/
@font-face {
  font-family: "MonsieurLaDoulaise";
  src: url("/Themes/ExternalSage/Content/fonts/Monsieur_La_Doulaise/MonsieurLaDoulaise-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

:root {
  --font-libre-baskerville: "Libre_Baskerville", serif;
  --font-amita: "Amita", serif;
  --font-monsieur: "MonsieurLaDoulaise", cursive;
  --text-color: #373634;
}

body,
.dropcart--style--offcanvas .dropcart__body,
#account__dropdown,
#small-search-box-form,
.search__body,
.topbar-dropdown--opened .topbar-dropdown__body,
.block-sidebar--offcanvas--always .block-sidebar__body,
.dropdown-menu,
.header__content,
.header-checkout,
.checkout-wrapper .container.page-container,
.checkout-confirmation .container.page-container,
.offcanvas,
.new-address-container,
.order-confirm-sidebar,
.order-confirm-info,
.product-cart__sticky,
.modal-content {
  background-image: url(https://storage.livasoft.com.tr/shopeternalsagecom-files/home-assets/body-bg.png);
  background-repeat: repeat-y;
  background-position: top center;
  font-family: "Libre_Baskerville";
  background-size: cover;
  background-color: unset;
  color: var(--text-color);
}

/*---------------------------------- TOPHEADER START ----------------------------------*/
.topheader-content {
  text-align: center;
  font-family: var(--font-amita);
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.85);
}

.topheader-content span {
  text-decoration: underline;
}

.header__culture {
  border: none;
  padding: 5px 0 10px;
  position: relative;
  display: block !important;
}

#account__dropdown li {
  padding: 8px 15px;
}

.order-confirm-banner-text i,
.order-confirm-banner-text h6,
.order-confirm-sidebar i,
.order-confirm-mail {

  color: #618473;

}



.order-confirm-sidebar .order-confirm-downland,
.product-summary__card,
.checkout-confirmation .product-summary-card__product,
.order-confirm-sidebar .order-details-buttons .dropdown-toggle {
  border-color: #618473;
}

.checkout-confirmation .order-cargo-info {
  background-color: #618473;

}

.checkout-confirmation .order-confirm-container {
  background-color: #61847330;
  border: 1px dashed #618473 !important;
}

.order-details-buttons .dropdown-toggle {
  background-color: #618473;
  border-color: var(--text-color);
}

.header__content {
  padding: 10px 0;
}

.order-confirm-banner {
  background: #244e3a24;
}

#topbar__login .topbar__list li a,
#topbar__login .topbar__list li {
  color: var(--text-color);
  font-weight: 400;
  font-size: 14px;
  padding: 10px 0;
}

.product--layout--quickview .productdetails__box .product__actions-item--addtocart {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.product--layout--quickview .productdetail__size {
  margin-bottom: 20px;
}

.product--layout--quickview .product__option-label-title {
  display: none;
}

.topbar-dropdown__body,
#account__dropdown {
  top: 30px;
}

.product__action-right .product__actions-item .add-to-cart-button span {
  font-size: 13px;
}

.product--layout--quickview .productdetail__size .input-radio-label__list label.instock:hover {
  background-color: transparent;
  color: var(--text-color);
}

.product--layout--quickview .productdetail__size label span {
  font-size: 14px !important;
  color: var(--text-color);
}

.product--layout--quickview .input-radio-label__list label {

  width: max-content;

  margin: 15px 4px 0 15px;

}

.product-details-sticky .product__name {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #323232;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
  font-style: normal;
}

.product-details-sticky .input-radio-label__list {
  justify-content: center;
}

.product-details-sticky .product__option-label-title,
.product-details-sticky .product__description {
  display: none;
}

.product-details-sticky .product__name::before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-image: url(https://wwwshopeternalsagecom.sm.mncdn.com/shopeternalsagecom-files/home-assets/title-line.png);
  left: 30%;
  bottom: -18px;
  width: 100%;
  height: 11px;
}

.product-details-sticky .product__new-price {
  color: #4E4D4D;
  font-size: 18px;
  font-weight: 700;
}

.product-details-sticky .product__info {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#account__dropdown .topbar__box li {
  padding: 5px 10px;

}

.product-details-sticky {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-details-sticky .manufacturers,
.product__rating {
  display: none;
}

.breadcrumb {
  font-size: 13px;
  line-height: 0px;
  justify-content: flex-start;
}

.productDetail-wrapper .page-header {
  display: block;
}

.product-gallery__grid .product-image {
  width: 100%;
  padding-right: 15px !important;
  padding-bottom: 0 !important;
}

#account__dropdown .topbar__list li:nth-child(3) {
  display: none;
}

.search__logo .search__close {
  background-color: black;
  color: white;
}

.header__culture::after,
.search__bar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: url("https://storage.livasoft.com.tr/shopeternalsagecom-files/home-assets/topheader-line.png");
  background-repeat: repeat-x;
  background-position: center;
  padding: 1px;
}

.search__logo .search__close i {
  color: white;
}

.swiper-slide-content {
  position: absolute;
  top: unset;
  left: 0;
  bottom: 0;
  width: 100%;
}

.slider-container .swiper-slide a {
  color: white;
  font-size: 20px;
  font-family: var(--font-libre-baskerville);
  font-weight: 400;
  margin-bottom: 14px;
}

.slider-home-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.search__header {
  box-shadow: none;
}

.search__bar {
  background: transparent;
  position: relative;
  padding: 0;

}

.home-featured .swiper-wrapper ,.swiper-wrapper {
  display: flex;
  justify-content: center;
}

.slider-wrapper .block-header {
  justify-content: center;
}

.search__results__delete-btn span {
  background-color: transparent;
  border: 1px solid #413f3f3d;
}

.productBox-carousel .block-header {
    justify-content: center;
    flex-direction: column;
}
.productBox-carousel__title {
  position: relative;
}
.block-header__title ,.productBox-carousel__title{
  font-family: var(--font-monsieur);
  font-size: 50px;
  font-weight: unset;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: unset;
  min-width: 220px;
  text-align: center;
  color: var(--text-color);
}

.block-header__title::before ,.productBox-carousel__title::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 224px;
  height: 11px;
  background-image: url(https://wwwshopeternalsagecom.sm.mncdn.com/shopeternalsagecom-files/home-assets/title-line.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.productBox-carousel__title::before{
  left: 7%;
}

.productdetails__box .product__actions-item--addtocart {
  flex-direction: column;
  align-items: center;
}

.block-header__title-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
}

section {
  margin: 30px 0;
}

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

#product__alternative--img li {
  border: 0;
}

.input-radio-label__list span {
  color: var(--text-color);
  border: 0;
  width: max-content;
  height: max-content;
  font-size: 11px;
}

.site__body {
  min-height: 85vh;
}

.search-sidebar__list li::before {
  display: none;
}

.search-sidebar__list li a {
  text-transform: uppercase;
  font-family: var(--font-libre-baskerville);
  font-style: italic;
}

.products-list[data-layout^="grid-"] .product-card .product-card__info {
  padding: 0;
  background-color: transparent;
  text-align: center;
  bottom: 15%;
}

.product-card__actions {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card.product-card:hover .product-card__info,
.product-card.product-card:hover .product-card__actions {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.search-sidebar__title,
.search__results__title {
  color: black;
  font-size: 15px;
  font-family: var(--font-libre-baskerville);
  font-style: italic;
}

.category-description {
  max-width: 1000px;
  margin: 30px auto 0;
  text-align: center;
}

.category-description p {
  font-size: 12px;
  line-height: 20px;
}



.wishlist-page .generalTitle,
.block-sidebar__title,
.order-details-page-title,
.category--name,
.category--title {
  font-size: 50px;
  font-family: var(--font-monsieur);
  font-weight: unset;
}

.shopping-cart-wrapper .generalTitle.order-details-page-title {
  display: none;
}

.block-sidebar__header,
.block-sidebar--offcanvas--always .stock--button {
  border: 0;
}

.wishlist-page .share-info {
  padding: 100px 0;

}

[dir=ltr] .block-sidebar__close {
  border: 0;
}

.block-sidebar--offcanvas--always .block-sidebar__body {
  justify-content: center;
}

.block-sidebar--offcanvas--always .block-sidebar__header {

  padding-right: 20px;
}

.header {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  position: relative;

}

.quickview__close i {
  display: none;
}

.block-sidebar__close,
.quickview__close {
  background-image: url(https://storage.livasoft.com.tr/shopeternalsagecom-files/home-assets/close-button-svg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  margin: 5px;
  background-color: transparent;
  height: 16px;
}

.block-sidebar__close i {
  display: none;
}

.layout-switcher__button.grid-3-sidebar i::before {
  content: "\e68b";
  font-family: "Font Awesome 7 Pro";
  font-weight: 300;
}

.layout-switcher__button i {
  font-size: 25px;
}

.layout-switcher__button.grid-10-full,
.view-options__legend,
.page-header,
.filters-button__title i {
  display: none;
}

.layout-switcher__button.grid-4-full i {
  display: none;
}

li.order-summary-li,
.order-summary-page-title {
  border-color: #323232;
}

.products-list[data-layout="grid-3-sidebar"] .products-list__item,
.checkout,
.total-info,
.checkout-wrapper .checkout-button,
.contract-container,
#container .item .content,
.product-summary-card__delivered,
.product-summary-card__header,
.product-summary-payment__buttons {
  background-color: transparent;
}

.product-summary-card__header,
.product-summary-card__content,
.product-summary-card__product,
.product-summary-footer {
  border-color: #3c68248f !important;
}

#edit__product {
  background-color: #dfe1cd !important;
}

.review-title {
  background-color: #ffffff82 !important;
}

.product-summary-payment__buttons-actions .re-order-button {
  background-color: #000000;
  color: white;
}

.layout-switcher__button.grid-4-full {
  position: relative;

}

.dropcart__products-list .productAttribute {
  color: var(--text-color) !important;
}

.desktop--filters-button,
.filters-button,
.filters-button:hover,
.products-orderby-container,
#products-orderby {
  background-color: transparent;
  color: var(--text-color);
  border: 0;
  padding: 0;
}

.desktop--filters-button span,
.filters-button span,
#products-orderby {
  color: var(--text-color);
  padding: 0;
  font-size: 16px;
}

.layout-switcher__button.grid-4-full::before {
  position: absolute;
  content: '';
  background-image: url(https://storage.livasoft.com.tr/shopeternalsagecom-files/home-assets/grid-3-icon.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  top: 1px;
  opacity: 0.3;
}

#mobile-filters-btn {
  padding-left: 30px;
  position: relative;
}


.products-orderby-container i {
  display: none;
}

#ordersummarypagecart .productAttributeMappings .productAttributeMapping {
  margin: 5px 0;
}

.shopping-cart-container .productAttributeMappings li {
  border-right: 1px solid #0000002b;

}

[dir=ltr] .cart__totals tr> :first-child,
[dir=ltr] .cart__totals tr> :last-child {
  margin: 8px 0;
}

.cartsummary__cart-title,
.shopping-cart-wrapper .wishlist-page .share-info {
  display: none;
}

.shopping-cart-items .input-number__input.qty-input {
  color: var(--text-color);
  font-size: 13px;
  height: 24px;
  background: #3757331c;
}

.wishlist-page__title::before {
  display: none;
}

button#applydiscountcouponcode,
.discount-btn .input-group-append {
  height: 45px;
  font-size: 12px;
}

#discountcouponcode {
  height: 45px;
}

.wishlist-page__title {
  border: 0;
  margin: 0;
}

#discountcouponcode::placeholder {
  font-size: 12px;
}

.shopping-cart-items .input-number {
  max-width: 90px;
}

.qty-box p {

  font-size: 13px;
}

.qty-box {

  margin-top: 0;
}

#mobile-filters-btn::before {
  position: absolute;
  content: '';
  background-image: url(https://storage.livasoft.com.tr/shopeternalsagecom-files/home-assets/filter-icon.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 30px;
  background-size: contain;
  top: -2px;
  left: 0;
}

.unit-price span {
  margin: 3px 0 0;
  font-size: 14px;

}

#shopping-cart-area .products-view__wishlist .product-card__prices {
  font-weight: 500;
  margin: 8px 0;
}

#shopping-cart-area .product-card__name {
  margin-top: 0;
}

#shopping-cart-area .product-card__info .attributes {
  font-size: 13px;
}

#shopping-cart-area .product-card__info {
  position: unset;
  opacity: 1;
  align-items: flex-start;
}

#shopping-cart-area .product-card__actions {
  opacity: 1;
}

#shopping-cart-area .wishlist-page .product-card__buttons {
  display: flex;
  font-size: 13px;
}

.shopping-buttons .deleteshoppingcartitem,
.shopping-buttons .favorite-btn,
button.btn.removeAll-cart-button,
button.btn.continue-shopping-button {
  font-size: 13px;
}

.shopping-info-options {
  margin-bottom: 0;
}

.shopping-info-name {

  font-size: 13px;
}

#shopping-cart-area {
  max-width: 1360px;
  margin: 50px auto;
}

.products-orderby-container {
  position: relative;
}

.products-orderby-container::before {
  position: absolute;
  content: '';
  background-image: url(https://storage.livasoft.com.tr/shopeternalsagecom-files/home-assets/sort-icon.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 26px;
  background-size: contain;
  top: 10px;
  left: 0;
}

#products-orderby option {
  text-align: center;
}

#products-orderby {
  text-align: right;
  padding-left: 24px;
}

.product-added-to-cart {
  padding: 3px 6px;
  font-size: 13px;
}

.layout-switcher__button.grid-4-full.layout-switcher__button--active::before {
  opacity: 1;
}

#product-view--fixed {
  background-color: transparent;
  position: unset;
  box-shadow: none;
  margin: 14px 0 0;

}

.block-sidebar--offcanvas--always .filter__arrow {
  top: 8px;
}

.stock--button {

  font-size: 13px !important;

  padding: 30px 0px 10px;

}

.widget-filters__list,
.widget-filters__item,
.filter__title,
.stock--button,
.widget-filters--offcanvas--always .filter--bg {
  background-color: transparent !important;
}

.widget-filters__item,
[dir=ltr] .filter__title {
  border: 0;
  padding: 4px 8px 5px 15px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(50, 50, 50, 0.8);
  font-style: italic;
}

.stock--button label {
  color: rgba(50, 50, 50, 0.8);
  font-size: 14px !important;
}

.widget-filters__item .filter-search {
  display: none;
}

.filter-apply-btn {
  background-color: transparent;
  color: var(--text-color);
  font-size: 13px;
  background-image: url(https://storage.livasoft.com.tr/shopeternalsagecom-files/home-assets/filter-apply-btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* veya contain */
  height: 55px;
  width: 135px;
}

.filter-clear-btn {
  color: #595757;
  background-color: transparent;
  font-size: 13px;
}

.filter__title:focus,
.filter__title:hover {
  text-decoration: none;
}

.widget-filters__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 50px;
}

.share-button,
.share-button:hover,
.productdetails__box .product__actions-item--addtocart .add-to-cart-button {
  width: 100%;
  max-width: 460px;
  height: 64px;
  /* görselinin yüksekliği neyse ona göre */
  background-color: unset;
  background-image: url(https://storage.livasoft.com.tr/shopeternalsagecom-files/home-assets/btn-wislist-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 24px;
  box-sizing: border-box;
  color: var(--text-color) !important;
}

.product__action-right .product__actions-item .add-to-cart-button {
  background-color: transparent;
  flex: unset;
  border: 0;
  font-weight: unset;
  font-size: 15px;
  text-transform: uppercase;
  height: 74px;

}

.wishlist-page .products-list[data-layout^="grid-"] .product-card .product-card__actions {

  position: absolute;

  bottom: 15px;
  width: 100%;
  display: flex;
  align-items: center;
}

.search-sidebar__list--popular {
  flex-direction: column;
}

.search-sidebar__list--popular li {
  margin: 7px 0;
  border: none;
  padding: 0;
  background-color: transparent;
  font-size: 14px;
}

#categories__more--btn,
.category--name,
.accordion-button i,
.product-details-categories-link {
  display: none;
}

.productDetail-wrapper .productdetails__cart {
  gap: 0;
}

.accordion-collapse {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

.product__sidebar .accordion-button,
.product__sidebar .accordion-button:not(.collapsed) {
  font-size: 12px !important;
  text-transform: uppercase;
  color: var(--text-color);
  font-weight: 700;
}

.product__sidebar .accordion-body {
  font-size: 12px;
}

.accordion-header {
  padding: 0 14px;
}

#accordion-specs {
  position: relative;
}


/* ORTADAKİ accordion-item (2. eleman) */
#accordionProduct .accordion-item:nth-child(2)::before,
#accordionProduct .accordion-item:nth-child(2)::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;

  transform: translateX(-50%);
}

.productdetail__size .input-radio-label__list input:not(:checked):not(:disabled)~span:hover,
.productdetail__size .input-radio-label__list input:checked~span,
.productdetail__size .input-radio-label__list label:hover,
.productdetail__size .input-radio-label__list label:hover span {

  background-color: transparent;
  color: var(--text-color);

}

/* ÜSTTEKİ SİYAH NOKTA */
#accordionProduct .accordion-item:nth-child(2)::before {
  top: 4px;
  left: 0;
}

/* ALTTAKİ SİYAH NOKTA */
#accordionProduct .accordion-item:nth-child(2)::after {
  top: 4px;
  right: -4px;
}

.productDetail-wrapper .productdetail__size label span {
  font-size: 15px;
}

.search__results__section .products-list__item,
.search__results-content-list li,
.product__action-right .product__actions-item button,
.product__actions-item--wishlist,
.product-details-page-link,
.accordion-header,
.accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.productDetail-wrapper .accordion-header {
  height: unset;
}

.productDetail-wrapper .accordion-item {
  background-color: transparent;
}

#ProductInventoryInStore,
.product-social-shared {
  display: none;
}

.search__results {
  width: calc(100% - 200px);
}

.product__option,
.productdetails__cart {
  margin-bottom: 0;
}

#accordionProduct {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.search__sidebar {
  width: 200px;
}

.search__results {
  border-left: 1px solid #80808038;
}

.search__results--recent-container {
  border-bottom: none;

}

/* müşteri isteği  */
/* .product-card__addtocart {
  display: none !important;
} */
.product-card__quickview i {
  display: none;
}

.product__car--buttons button {
  width: 100%;
  height: max-content;
  border-radius: 0;
  background-color: transparent;
  border: 0;
}

.dropcart__totals ul li,
.category-wrapper .site__body,
.manufacturer-wrapper .site__body,
.collection-wrapper .site__body,
.wishlist-wrapper .site__body {
  background-color: transparent;
}

.product__size .product__options {
  display: flex;
}

.product__size {
  background-color: transparent;
  width: 100%;
  opacity: 0;
  border: 0;
  box-shadow: none;

}

.product-card__info {
  position: absolute;
  bottom: 20%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card__name a,
.wishlist-page .product-card__name a {
  text-align: center;
  font-size: 11px;
  letter-spacing: 3px;
  color: #000000;
}

.product__car--buttons {
  bottom: 10%;
  right: 0;

}

.input-radio-label__list input:not(:checked):not(:disabled)~span:hover {
  background: transparent;
  color: var(--text-color);
  opacity: 0.6;
}

.product__car--buttons:hover .product__size {
  width: 100%;

}


.product-image__body {
  position: relative;
  overflow: hidden;
}

.product-image__body::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(255 255 255 / 75%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.block-products-carousel__cell .product-card:hover .product-image__body::after {
  opacity: 1;
}

.product-card__actions .attributes {
  font-size: 12px;
}

.product-card:hover .product-image__body::after {
  opacity: 1;
}

.block-products-carousel__cell .product-card:hover .product-card__info,
.block-products-carousel__cell .product-card:hover .product__size,
.product-card.product-card--hidden-actions:hover .product__size {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.account-radio::after,
.communication__label::after,
.account-page__card--communication .custom-control-label::after,
.select-label .custom-control-label::after,
.selectall-label::after {

  background: #618473;

  box-shadow: 0 0 0 4px #6184730e;
}

.product-overview__dot {
  position: relative;
}

.product-overview__dot::before {
  display: none;
}

.product-overview__dot {
  width: 60px !important;
  height: 60px !important;
  background: unset !important;
  background-image: url("https://storage.livasoft.com.tr/shopeternalsagecom-files/home-assets/p-dote.png") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  box-shadow: none !important;
}

.product-overview__card {
  background-image: url(https://storage.livasoft.com.tr/shopeternalsagecom-files/home-assets/body-bg.png) !important;
  top: 25px !important;
  left: 25px !important;
  padding: 5px !important;
  box-shadow: 0 0 2px 0 #888888;
  border-radius: 2px !important;
  position: relative;

}

.address-list-card__title span {
  color: #618473;
  align-items: center;
}

.address-list-card {
  background: rgba(76, 175, 79, 0.038)
}

.info-address,
.new-address-list-button {
  background: #618473;
  color: #ffffff;
}

.account-nav__list li.account-nav__item:hover,
.account-nav__list li.account-nav__item:hover i,
.account-nav__list li.account-nav__item:hover a {
  transition: 500ms all;
  color: #618473;
}

.account-nav__list li.account-nav__item.account-nav__item--active a {
  color: var(--text-color);
}

/* müşteri isteği  */
.wishlist-page .product-card__buttons {
  display: none;
}

.products-list[data-layout="grid-4-full"] .products-list__item,
.wishlist-page .products-list__item,
.products-list[data-layout="grid-4-full"] .product-image__body,
.account-nav__list li.account-nav__item.account-nav__item--active a,
.address-edit-back {
  background-color: transparent;
}

.product-card__prices,
.wishlist-wrapper .product-card__prices {
  font-size: 13px;
}

.product-overview__card p {
  display: none !important;
}

.product-overview__card>span {

  margin: 4px 0 0px !important;
  font-size: 12px !important;
}

.product-overview__card>img {
  border-radius: 2px !important;
}

.product-overview__card>h4 {
  font-size: 11px !important;
  letter-spacing: 2px !important;
}

.header__culture--box,
.topbar-dropdown__btn i {
  display: none;

}

.product-overview__card {
  border: 6px solid transparent;
  border-image-source: url("https://storage.livasoft.com.tr/shopeternalsagecom-files/product-frame/dote-frame.png");
  border-image-slice: 6;
  border-image-repeat: stretch;
}

.search__action-button i,
.iconset__btn i {
  font-size: 18px;
  color: #26292d;
}

.topbar-dropdown__btn .icon_title,
.assitance-item button {
  display: block;
  font-weight: 700;
  color: #323232 !important;
  font-size: 10px !important;
  opacity: 1;
  text-transform: uppercase;
}

#LoginForm input:first-child {
  margin-bottom: 14px;
}

#LoginForm .row.my-4 {
  margin: 0 0 12px !important;
}

.assitance-item button {
  padding-right: 15px;
}

.totop__button {
  background-color: #618473;
}

.ShoppingCartLinksModel {
  align-items: center;
}

.header__content .container {
  padding: 0 14px;
}

.cart-qty,
.wishlist-qty {
  top: 3px;
}

#LoginForm label {

  font-size: 11px;
}

[dir=ltr] .indicator__value {
  margin-left: -8px;
}

.login__card,
.register__card,
.toggle-password,
.form-control:focus,
.card,
.address-divider p {
  background-color: transparent;
}

.address-divider p,
.address-list-card__title strong,
.address-list-card__title i {
  color: #618473;
}

.corporate-custom-stil .custom-control-input:checked+.custom-control-label,
.shipping-method-box .shipping-method-input:checked+.shipping-method-label,
.payment-method-box .payment-method-input:checked+.payment-method-label {
  color: #618473;
  border-color: #618473;
  background: #61847335;
}

.corporate-custom-stil .custom-control-input:checked+.custom-control-label::before,
.shipping-method-box .shipping-method-input:checked+.shipping-method-label::before,
.payment-method-box .payment-method-input:checked+.payment-method-label::before {
  border-color: #618473;
  box-shadow: 0 0 0 4px #6184732b;
}

.address-divider::after {
  display: none;
}

input,
.input-check__input:checked~.input-check__box,
.corporate-custom-stil .custom-control-label::after,
.shipping-method-label::after,
.payment-method-label::after,
.account-page__content .no-data i {
  accent-color: #618473;
  background-color: #618473;

}

.account-page__content .no-data {
  background-color: #61847336;
  border: 1px dashed #618473;
}

.corporate-custom-stil .custom-control-label {
  border-color: rgba(50, 50, 50, 0.15);
}

.order-header__search input,
.order-filter li,
#date-order-filter button,
#statusOrderFilter {
  background: transparent;
}

.form-control,
.order-header__search-box {
  background: rgba(50, 50, 50, 0.09);
  border-color: rgba(50, 50, 50, 0.15);
}

.order-filter li,
#date-order-filter button,
#statusOrderFilter {
  border: 1px solid rgba(50, 50, 50, 0.15);
}

.login__card--title,
.register__card--title {
  font-size: 14px;
}

.order-filter li.active,
.order-header__search-box:focus-within {
  border: 1px solid #618473;
  color: #618473;
}

#RegisterForm label {
  display: inline;
  font-size: 13px;
}

/*---------------------------------- TOPHEADER END ----------------------------------*/

/*---------------------------------- HEADER START ----------------------------------*/
.search-icon-box input {
  display: none;
}

.search-icon-box {
  border: 0;
}

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

.account__col {
  justify-content: flex-end;
  padding-top: 24px;
}

.search__bar.is-active {
  border: none;
}

.search__action-button {

  max-width: max-content;
  margin-left: 80px;
}

.search__no-results {
  border-bottom: none;
  background: transparent;

}

.search__button--submit i,
.search__bar.is-active .search__button--submit i {
  display: block;
  color: var(--text-color);
}

.search__bar.is-active .search__button--submit span {
  display: none;
}

.search__bar.is-active .search__button--submit,
.checkout-card,
#ordersummarypagecart {
  background-color: transparent;
}

.explore-title {

  font-family: var(--font-monsieur);
  font-size: 60px;
}

.product-dot-section {
  margin: 0;
}

.product-dot-section img {
  width: 100%;
}

.d-container {

  padding: 0;
}

.pb-home .col-12 {
  padding: 0 !important;
}


/*---------------------------------- FOOTER START ----------------------------------*/
.footer,
.footer__bottom {
  background: transparent;
  border: 0;
  padding: 0;
}

.newsletter-container {
  background-image: url(https://storage.livasoft.com.tr/shopeternalsagecom-files/home-assets/newsletter-bg.svg);
  background-repeat: no-repeat;
  height: 350px;
  mix-blend-mode: multiply;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.footer-newsletter {
  padding-bottom: 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer__newsletter--title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Libre_Baskerville";
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 10px;
}

.footer__newsletter--title img {
  margin-top: 10px;
  max-width: 199px;
}

.footer__newsletter--text {
  font-family: "Libre_Baskerville";
  font-size: 11px;
  font-weight: 400;
  color: rgba(55, 54, 52, 0.9);
  width: 50%;
}

.footer__form {
  border: 0;
  border-bottom: 1px solid #00000078;
  width: 52%;
}

#footer-newsletter-address::placeholder {
  color: var(--text-color);
  font-family: "Libre_Baskerville";
  font-size: 10px;
  text-transform: uppercase;
}

#footer-newsletter-address {
  padding: 5px;
}

.footer__form--button {
  background-color: transparent;
}

.footer__form {
  margin: 0;
}

.f-logo {

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.f-menu {
  position: relative;
  padding: 10px;
}

.f-menu::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-image: url(https://storage.livasoft.com.tr/shopeternalsagecom-files/home-assets/topheader-line.png);
  background-repeat: repeat-x;
  background-position: center;
  padding: 6px;
}

.footer__box__list {
  display: flex;

}

.footer__box__item a {
  font-family: var(--font-libre-baskerville);
  font-size: 13px;
  color: var(--text-color);
  padding: 0 8px;
  font-weight: 400;
}

.site-footer__copyright {
  justify-content: center;
  width: 100%;
  font-size: 13px;
  color: var(--text-color);
  margin-bottom: 12px;
  font-weight: 400;
}

.footer__box__item:hover {
  padding-left: unset;

}

.middle-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 11px 0;

}

.right-menu {
  display: flex;
  justify-content: flex-end;
}

.productdetail__size label span {
  font-size: 13px;
}


@media screen and (max-width:768px) {
  .account__mobile-header .account-nav__title {
    width: 90%;
    margin: auto auto -40px auto;

  }

  .account__mobile-header {
    background-image: url(https://storage.livasoft.com.tr/shopeternalsagecom-files/home-assets/account-mobile-bg.png);
    background-repeat: no-repeat;
    height: 160px;
    mix-blend-mode: multiply;
    background-size: cover;

  }

  .account__mobile-nav,
  .edit-address {
    background-color: transparent;
  }

  .account-nav__list .account-nav__item {

    border-bottom: solid 1px #7a67672e;
  }

  .account-wrapper .site__body {
    padding: 20px;
  }

  .account-page__title .mobile-back-account {

    top: 43px;

  }


  .slider-wrapper .block-header .block-header__arrows-list {
    display: flex;
    margin: 12px 0
  }

  .footer__newsletter--text,
  .footer__form {
    width: 70%;
  }

  .product__actions-item--addtocart>button:first-child {
    border: 0;
    flex: unset;

  }

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

  #mobile-filters-btn,
  #products-orderby-btn select,
  .block-sidebar--offcanvas--always .block-sidebar__header,
  .block-sidebar__title,
  .block-sidebar__item,
  #AttrsContainer .filter-list__list label .input-check__box {
    background-color: transparent;
    color: var(--text-color);
  }

  .widget-nav-filters {
    display: none;
  }

  .widget-filters__actions>.filter-clear-btn {
    background-color: transparent;
    color: var(--text-color);
  }

  #AttrsContainer .filter-list__list label .input-check__body {
    justify-content: flex-start;
    flex-direction: row;
  }

  #AttrsContainer .filter-list__list label .input-check__box {
    font-size: 13px;
  }

  #AttrsContainer .filter-list__list label .input-check__input {
    width: 12px;
    height: 12px;
    margin-right: 6px;
  }

  #AttrsContainer .filter-list__list label {
    border: none;
    height: 20px;
  }

  #mobile-filters-btn::before {
    top: 0;
  }

  .filter-categories__list li,
  .widget-filters--offcanvas--mobile .filter-list__list label,
  #AttrsContainer .filter-list__list label .input-check__body {

    border-bottom: none;
    padding: 0;

  }

  .newsletter-container {
    background-position-x: center;
  }

  [dir="ltr"] .filter__arrow {
    transform: unset;
  }

  .footer__box__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  }

  .page-header__breadcrumb {
    padding-top: 18px;
  }

  .right-menu {

    justify-content: center;
  }

  .image-zoom {
    border: 0;
  }

  .middle-logo {
    position: absolute;
    bottom: 0;
  }

  #product-details-form .product__prices {
    margin: 20px;
  }

  .product-details-sticky .product__name::before {

    left: 17%;

  }

  .product-details-sticky .product__name {
    margin-top: 30px;
  }

  .f-menu {
    padding-bottom: 100px;
    padding-top: 24px;
  }

  .footer__box__item a {
    font-size: 14px;
  }

  .f-menu::after {
    left: -60%;
  }

  .f-logo {
    padding: 14px 0;
  }

  .f-menu::before {
    content: "";
    position: absolute;
    right: -60%;
    top: 0;
    width: 100%;
    background-image: url(https://storage.livasoft.com.tr/shopeternalsagecom-files/home-assets/topheader-line.png);
    background-repeat: repeat-x;
    background-position: center;
    padding: 6px;
  }

  .assitance-item {
    display: none;
  }

  .search__results--recent-container,
  .search__results {
    border: none;
  }

  .search__results,
  .search__sidebar {
    width: 100%;
  }

  .search-sidebar__list li {
    background-color: transparent;
  }
}