:root {
  --white: #fff;
  --black: #3e3e3e;
  --bg-gray: #f1f1f1;
  --orange: #ff624c;
  /*--orange: #eb6d20;*/
  --dark-black: #000;
  --light-gray: #fafafa;
  --yellow: #eb6d20;
  --dropdown-bg: #f5f6f8;
  --orange-two: #eb6d20;
  --gray: #5f5f5f;
  --light-orange-bg: #eb6d20;
  --light-orange: #eb6d20;
  --price-orange: #eb6d20;
  --green: #608766;
  --purple: #ba62ff;
}
footer {
  background-color: var(--white);
  padding: 50px 0px 0px 0px;
}
.footer-img {
  width: 100%;
  height: 140px;
}
.footer-img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
footer .footer-title {
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.72px;
  font-family: Poppins, sans-serif !important;
}
footer .footer-title.two {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
footer .footer-items {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
footer .footer-search {
  padding: 10px 15px;
  border: 1px solid #b1b5bb;
  border-radius: 50px;
  background-color: transparent;
}
footer .search-icon {
  background-color: var(--orange);
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  color: var(--white);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
footer .qr-image {
  width: 80px;
  height: 80px;
}
footer .qr-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
footer .market-image {
  width: 105px;
  height: 32px;
}
footer .market-image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
footer .social-icons i {
  color: var(--dark-black);
  font-size: 20px;
}
header {
  padding-top: 15px;
  background-color: #fff9f3;
}
header .logo {
  height: 35px;
}
header .logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
header .login-link {
  color: var(--black);
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px; */
  background: #fff;
  border-radius: 28px;
  border: 1px solid #eb6d20;
}
header .login-link:hover {
  background-color: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}
header .search-input {
  width: 570px;
  background-color: var(--white);
  border-radius: 37px;
  border: 1px solid var(--orange);
  padding: 10px 20px;
}
header .search-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: none;
  background-color: transparent;
}
header .dropdown {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  z-index: 9;
}
header .dropdown .dropdown-toggle {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  background-color: var(--dropdown-bg);
  border: none;
  padding: 6px 18px;
  border-radius: 30px;
}
header .header-bottom {
  background-color: #f7efe7;
}
header .header-bottom .header-items {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
header .header-bottom .header-items:hover {
  color: var(--orange);
}
header .header-bottom .header-items:hover + .absolute-dropdown {
  visibility: visible;
}
header .header-div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
}
header .header-div:hover .absolute-dropdown {
  visibility: visible;
}
header .absolute-dropdown {
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  height: fit-content;
  width: 100%;
  z-index: 999;
}
header .absolute-dropdown:hover {
  visibility: visible;
  transition: 0.6s;
}
header .absolute-dropdown .dropdown-content {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  min-width: 300px;
  min-height: 200px;
}
header .absolute-dropdown .dropdown-content .dropdown-list .dropdown-title {
  color: var(--orange);
  font-weight: 500;
  font-size: 16px;
}
header .absolute-dropdown .dropdown-content .dropdown-list .dropdown-items {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
header
  .absolute-dropdown
  .dropdown-content
  .dropdown-list
  .dropdown-items:hover {
  color: var(--orange);
}
.card-category {
  width: 100%;
}
.card-category .header-card {
  padding: 8px;
  background-color: var(--white);
  width: 100%;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.card-category .header-card .image-box {
  width: 100%;
  height: 128px;
}
.card-category .header-card .image-box img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 5px;
}
.card-category .category-title {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.slider-one-main .owl-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background-color: #f5f6f8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.slider-one-main .owl-button i {
  color: #5f5f5f;
}
.slider-one-main .owl-button.customPrevBtn-1 {
  left: -24px;
}
.slider-one-main .owl-button.customNextBtn-1 {
  right: -24px;
}
.slider-one-main .owl-button.customPrevBtn-2 {
  left: -24px;
}
.slider-one-main .owl-button.customNextBtn-2 {
  right: 0;
}
.slider-one-main .owl-button.customPrevBtn-3 {
  left: -24px;
}
.slider-one-main .owl-button.customNextBtn-3 {
  right: 0;
}
.slider-one-main .owl-button.customPrevBtn-4 {
  left: -24px;
}
.slider-one-main .owl-button.customNextBtn-4 {
  right: 0;
}
.slider-one-main .owl-button.customPrevBtn-5 {
  left: -24px;
}
.slider-one-main .owl-button.customNextBtn-5 {
  right: 0;
}
.slider-one-main .owl-button.customPrevBtn-6 {
  left: -24px;
}
.slider-one-main .owl-button.customNextBtn-6 {
  right: 0;
}
.slider-one-main .owl-button.customPrevBtn-7 {
  left: -24px;
}
.slider-one-main .owl-button.customNextBtn-7 {
  right: 0;
}
.main-banner {
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
.main-banner.lg {
  height: 437px;
}
.main-banner img {
  width: 100%;
  max-width: 100%;
  box-shadow: rgb(38, 57, 77) 0px 15px 20px -10px;
  border-radius: 5px;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.main-banner img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.support-card {
  padding: 30px;
  border-radius: 5px;
  background-color: var(--white);
  border: 1px solid rgba(62, 62, 62, 0.3);
}
.support-card .title {
  color: var(--dark-black);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.support-card .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: var(--dark-black);
}
.support-card .left {
  width: 160px;
}
.support-card .big-icon {
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  background: var(--light-orange-bg);
  border-radius: 50%;
}
.support-card .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: var(--light-orange);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}
.support-card .icon::before {
  content: "";
  position: absolute;
  top: -12.5px;
  left: -12.5px;
  width: 100px;
  height: 100px;
  background-color: var(--light-orange);
  z-index: -1;
  opacity: 0.25;
  border-radius: 50%;
}
.main-tabs.two {
  border: none;
  gap: 120px;
}
.main-tabs .tabs-items {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 16px 15px;
}
.main-tabs .tabs-items.active {
  background-color: var(--orange-two);
  border-radius: 5px;
  color: var(--white);
  font-weight: 600;
}
.slider-product-main .owl-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background-color: #f5f6f8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.slider-product-main .owl-button i {
  color: #5f5f5f;
}
.slider-product-main .owl-button.customPrevBtn-1 {
  left: -24px;
}
.slider-product-main .owl-button.customNextBtn-1 {
  right: 0;
}
.slider-product-main .owl-button.customPrevBtn-2 {
  left: -75px;
}
.slider-product-main .owl-button.customNextBtn-2 {
  right: -75px;
}
.slider-product-main .owl-button.customPrevBtn-3 {
  left: -75px;
}
.slider-product-main .owl-button.customNextBtn-3 {
  right: -75px;
}
.slider-product-main .owl-button.customPrevBtn-4 {
  left: -75px;
}
.slider-product-main .owl-button.customNextBtn-4 {
  right: -75px;
}
.slider-product-main .owl-button.customPrevBtn-5 {
  left: -75px;
}
.slider-product-main .owl-button.customNextBtn-5 {
  right: -75px;
}
.slider-product-main .owl-button.customPrevBtn-6 {
  left: -75px;
}
.slider-product-main .owl-button.customNextBtn-6 {
  right: -75px;
}
.slider-product-main .owl-button.customPrevBtn-7 {
  left: 0;
}
.slider-product-main .owl-button.customNextBtn-7 {
  right: 0;
}
.search-banner-main {
  width: 100%;
  height: 235px;
}
.search-banner-main img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 5px;
}
.search-banner-main .banner-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-banner-main .banner-absolute .title {
  color: var(--black);
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}
.search-banner-main .banner-absolute .text {
  color: var(--black);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.search-banner-main .banner-absolute .input-search {
  width: 648px;
  background-color: var(--white);
  padding: 15px 22px;
  border-radius: 50px;
  border: none;
}
.search-banner-main .banner-absolute .input-search:focus {
  outline: 0;
}
.search-banner-main .banner-absolute .gonder-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  border-radius: 50px;
  color: var(--white);
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 25px;
  border: none;
  background-color: var(--orange-two);
  display: flex;
  align-items: center;
  gap: 20px;
}
.product-card-one {
  padding: 30px 21px 20px 21px;
  border-radius: 5px;
}
.product-card-one .add-button {
  border: none;
  padding: 10px 15px;
  border-radius: 15px;
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.product-card-one .add-button.green {
  background-color: var(--green);
}
.product-card-one .add-button.yellow {
  background-color: var(--yellow);
}
.product-card-one .add-button.purple {
  background-color: var(--purple);
}
.product-card-one .add-button.dark-yellow {
  background-color: #8e7800;
}
.product-card-one .image-box {
  max-width: 100%;
  height: 200px;
}
.product-card-one .image-box img {
  height: 100%;
  max-width: 100%;
}
.product-card-one .product-name {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card-one .product-price {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
}
.product-card-one .color-text {
  color: var(--black);
  font-weight: 500;
  line-height: 16px;
  font-size: 14px;
}
.product-card-one.green {
  background-color: #d3fbd9;
}
.product-card-one.orange {
  background-color: #ffe4bd;
}
.product-card-one.purple {
  background-color: #d9abfd;
}
.product-card-one.yellow {
  background-color: #fdf0ab;
}
.product-card-main {
  padding: 20px;
  background-color: var(--white);
  border-radius: 5px;
  border: 1px solid transparent;
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.product-card-main .image-box {
  width: 100%;
  height: 165px;
}
.px-2-5 {
  padding-left: 0.33rem;
}
.product-card-main .image-box img {
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.product-card-main .product-name {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  height: 33px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 185px;
}
.product-card-main .price {
  color: var(--yellow);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.product-card-main .badge-product {
  color: var(--black);
  font-size: 11px;
  font-weight: 500;
  line-height: 22px;
  border-radius: 5px;
  width: 145px;
  border: 1px solid rgba(48, 48, 48, 0.25);
  padding: 0 5px;
  background-color: var(--white);
}
.product-card-main .badge-product span {
  font-weight: 600;
}
.product-card-main .card-heart {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 9;
}
.product-card-main:hover {
  box-shadow: 5px 5px 22px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid var(--orange);
}
.product-card-main:hover .add-basket {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;

}
.product-card-main .add-basket {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition:none;
  z-index: 99;
}
.product-card-main .add-basket .add-button {
  border: none;
  padding:  0 15px;
  border-radius: 15px;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--orange);
  width: 100%;
}
.product-card-main .card-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-card-main:hover .card-body {
  display: none;
}
.icon-fav-products {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--white);
  border: none;
}
.icon-fav-products.two {
  border: 1px solid #e9e9e9;
}
.icon-fav-products i {
  color: var(--gray);
  font-size: 14px;
}
.icon-fav-products .true {
  color: red;
}
.slider-product-main .owl-item {
  display: flex;
  justify-content: center;
}
.slider-product-main .owl-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background-color: #f5f6f8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.slider-product-main .owl-button i {
  color: #5f5f5f;
}
.page-top-link .link {
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.page-top-link .link.active {
  color: var(--dark-black);
  font-weight: 500;
}
.page-top-link .icon {
  font-size: 12px;
  color: var(--yellow);
  font-weight: 400;
  line-height: 18px;
}
.slider-item-ratio .slider-container > * > * {
  border-radius: 5px;
}
.slider-nav-round {
  height: 510px;
}
.slider-nav-dark.one {
  padding-bottom: 90px;
}
.product-detail-page .product-name {
  color: var(--black);
  font-size: 20px;
  font-weight: 400;
  line-height: 18px;
}
.product-detail-page .product-name span {
  font-weight: 600;
}
.product-detail-page .rating {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.product-detail-page .info {
  color: var(--black);
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}
.product-detail-page .price-product {
  color: var(--price-orange);
  font-size: 32px;
  font-weight: 600;
}
.product-detail-page .discount-badge {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid var(--black);
}
.product-detail-page .discount-badge span {
  color: var(--black);
  font-size: 12px;
  font-weight: 600;
  line-height: 10px;
}
.product-detail-page .taksit-badge {
  padding: 5px 10px;
  background-color: #ffedd3;
  border-radius: 5px;
  color: var(--yellow);
  font-size: 12px;
  line-height: 23px;
  font-weight: 400;
}
.product-detail-page .cargo-badge {
  color: var(--yellow);
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
  background-color: var(--white);
  padding: 5px 10px;
  border: 1px solid rgba(62, 62, 62, 0.25);
  border-radius: 5px;
}
.product-detail-page .ozellik-text {
  color: var(--dark-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.product-detail-page .ozellik-text span {
  font-weight: 400;
}
.product-detail-page .ozellik-text.bg-gray {
  background-color: #e8e8e8;
}
.product-detail-page .ozellik {
  width: 225px;
}
.detail-card {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(178, 178, 178, 0.5);
  background-color: var(--white);
}
.detail-card .sales-info {
  padding: 10px;
  border-radius: 5px;
  background-color: #ffe6cf;
}
.detail-card .sales-info .name {
  color: #e77c40;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.detail-card .sales-info .rating-badge {
  padding: 3px 10px;
  background-color: var(--yellow);
  color: var(--white);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}
.detail-card .sales-info .sales-badge {
  padding: 5px 10px;
  background-color: #fee0b4;
  border-radius: 5px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  width: 135px;
}
.detail-card .button-takip {
  border: 1px solid rgba(178, 178, 178, 0.5);
  border-radius: 5px;
  background-color: var(--white);
  padding: 10px;
  color: var(--dark-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}
.detail-card .button-takip:hover {
  color: var(--white);
  background-color: var(--price-orange);
}
.share-text {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
}
.color-box {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
}
.color-box:focus {
  outline: 0;
  box-shadow: none;
}
.color-box.aqua {
  background-color: #33abc6;
  border: 1px solid #33abc6;
}
.color-box.green {
  background-color: #7cb93e;
  border: 1px solid #7cb93e;
}
.color-box.purple {
  background-color: #a635ec;
  border: 1px solid #a635ec;
}
.color-box.blue {
  background-color: #3f65ea;
  border: 1px solid #3f65ea;
}
.quantity {
  border-radius: 30px;
  border: 1px solid rgba(255, 95, 0, 0.5);
  padding: 5px;
  background-color: var(--white);
}
.quantity .quantity-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #f4f4f4;
  border: none;
  font-size: 20px;
}
.quantity .quantity-input {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
  font-family: Poppins, sans-serif !important;
  background-color: transparent;
}
.quantity .quantity-input:focus {
  outline: 0;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main-button {
  color: var(--white);
  background-color: #eb6d20;
  padding: 12px 35px;
  border-radius: 30px;
  line-height: 26px;
  font-weight: 600;
  font-size: 17px;
  border: none;
}
.main-button.two {
  padding: 10px 25px;
}
.main-button.three {
  padding: 15px 40px;
}
.add-cart-button {
  padding: 15px;
  border-radius: 60px;
  background-color: var(--white);
  border: 1px solid rgba(255, 98, 76, 0.75);
  color: var(--orange);
}
.product-detail-page-tabs {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px 20px;
}
.product-detail-page-tabs .main-tabs {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}
.product-detail-page-tabs .main-tabs .tabs-items {
  color: rgba(48, 48, 48, 0.25);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding: 15px 45px;
}
.product-detail-page-tabs .main-tabs .tabs-items.active {
  color: var(--white);
  font-weight: 500;
}
.review-title {
  color: var(--black);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.review-rating {
  line-height: 22px;
  font-weight: 400;
  font-size: 14px;
  color: var(--black);
}
.review-card {
  padding: 25px 25px 35px 25px;
  border: 1px solid rgba(196, 196, 196, 0.5);
  border-radius: 5px;
}
.review-card .image-box {
  width: 45px;
  height: 45px;
}
.review-card .image-box img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  border-radius: 50%;
}
.review-card .name {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.review-card .text {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.product-sidebar {
  background-color: var(--white);
  padding: 20px 40px;
  border-radius: 22px;
}
.product-sidebar .accordion-item {
  border: none;
  background-color: transparent;
}
.product-sidebar .accordion-item .accordion-body {
  padding: 15px 15px 0 0;
  padding-bottom: 20px;
}
.product-sidebar .accordion-item .accordion-body.min-max {
  padding: 15px 0 15px 0;
}
.product-sidebar .accordion-item .accordion-body.markalar {
  height: 200px;
  overflow-x: auto;
}
.product-sidebar
  .accordion-item
  .accordion-body.markalar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(57, 62, 70, 0.12);
  background-color: #f5f5f5;
}
.product-sidebar .accordion-item .accordion-body.markalar::-webkit-scrollbar {
  height: 2px;
  width: 5px;
  background-color: rgba(57, 62, 70, 0.12);
}
.product-sidebar
  .accordion-item
  .accordion-body.markalar::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 50px;
  border: 2px solid #555;
}
.product-sidebar .accordion-item .accordion-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(48, 48, 48, 0.25);
}
.product-sidebar .accordion-item .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.product-sidebar .accordion-item .accordion-button:not(.collapsed) {
  background: 0 0;
  box-shadow: none;
}
.product-sidebar .accordion-item .accordion-button {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  background-color: transparent;
  padding: 1rem 0;
}
.product-sidebar .accordion-item .accordion-button:after {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'%3E%3Cpath d='M8.1268 4.60759C8.01042 4.60759 7.89392 4.65208 7.80507 4.74093L3.25446 9.29154C3.07664 9.46936 3.07664 9.7573 3.25446 9.935C3.43227 10.1127 3.72021 10.1128 3.89791 9.935L8.1268 5.70611L12.3557 9.935C12.5335 10.1128 12.8214 10.1128 12.9991 9.935C13.1768 9.75718 13.177 9.46924 12.9991 9.29154L8.44853 4.74093C8.35968 4.65208 8.24318 4.60759 8.1268 4.60759Z' fill='%23303030'/%3E%3C/svg%3E");
}
.product-sidebar .accordion-item .accordion-link {
  color: #444;
  font-weight: 500;
  font-size: 14px;
}
.product-sidebar .form-check-label.text {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.product-sidebar .form-check-input:checked {
  border-color: var(--orange);
  background-color: var(--orange);
}
.product-sidebar .form-check-input:checked + .form-check-label.text {
  font-weight: 700;
}
.product-sidebar .form-check-input:focus {
  box-shadow: none;
  border-color: var(--orange);
}
.product-sidebar .form-check-input {
  border-color: var(--black);
  background-color: transparent;
}
.product-sidebar .stok {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.product-sidebar .input-min-max {
  border-radius: 3px;
  border: 1px solid var(--black);
  background-color: transparent;
}
.product-sidebar .sidebar-search {
  border-radius: 3px;
  background-color: var(--orange);
  border: none;
  width: 50px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 20px;
  background-color: #fff;
  color: #807f80;
  border-radius: 10px;
  border: 1px solid rgba(128, 127, 128, 0.5);
}
.filter-button.tabs-buttons {
  color: #111;
  font-weight: 500;
  font-family: Visbycf, sans-serif !important;
  font-size: 16px;
  padding: 10px !important;
}
.search-filters {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding: 10px 23px 10px 20px;
  width: 400px;
  border-radius: 10px;
  border: 1px solid rgba(128, 127, 128, 0.5);
  max-height: 300px;
  overflow: auto;
  visibility: hidden;
  z-index: 9999;
}
.search-filters.tab-filters {
  margin: 0 0.75rem;
}
.search-filters.tab-filters .nav-item a {
  display: block;
  font-size: 16px;
  color: var(--black);
  font-weight: 500;
}
.search-filters.active {
  visibility: visible;
}
.search-filters ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 15px;
}
.search-filters ul li {
  display: block;
}
.filter-button-text {
  color: var(--black);
  font-weight: 600;
}
@media only screen and (max-width: 990px) {
  .product-card-main .badge-product {
    width: 100% !important;
  }
  .logo {
    height: 35px !important;
  }
  header {
    padding: 15px 0;
  }
  header .dropdown-toggle::after {
    display: none;
  }
  header i {
    color: var(--black);
  }
  header .search-input {
    width: 100%;
    padding: 8px 20px;
    border: 1px solid var(--bg-gray);
  }
  .offcanvas-start {
    width: 80% !important;
  }
  .bars-button {
    border: none;
    background-color: transparent;
  }
  .header-bottom {
    padding: 15px 0;
    background-color: var(--white);
  }
  .card-category {
    width: 110px;
    max-width: 110px;
  }
  .card-category .image-box {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
  }
  .card-category .header-card {
    width: 110px;
    max-width: 110px;
    height: 100px;
  }
  .product-card-one .image-box {
    height: 130px;
  }
  .product-card-one {
    padding: 15px;
  }
  .slider-product-main {
    padding: 0;
  }
  .product-card-main {
    width: 100% !important;
  }
  .product-card-main .image-box {
    width: 100%;
    height: 160px;
  }
  .mt-80 {
    margin-top: 50px !important;
  }
  .main-banner.lg {
    height: 389px;
  }
  .main-title {
    font-size: 30px !important;
  }
  .mt-100 {
    margin-top: 50px !important;
  }
  .page-top-link {
    padding-bottom: 15px;
  }
  .page-top-link .link {
    text-wrap: nowrap;
  }
  .mt-40 {
    margin-top: 20px !important;
  }
  .product-detail-page .ozellik {
    width: auto;
  }
  .search-filters .tabs-items.active {
    color: var(--orange) !important;
    border-bottom: 3px solid var(--orange);
    padding-bottom: 6px;
  }
  .button-filtrele {
    border: none;
    background-color: var(--orange);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 5px;
  }
  .mt-60 {
    margin-top: 30px !important;
  }
  .product-sidebar {
    padding: 0 10px;
  }
  .search-banner-mobil .input-search {
    width: 100%;
    background-color: var(--white);
    padding: 10px 22px;
    border-radius: 50px;
    border: none;
  }
  .search-banner-mobil .title {
    font-size: 22px;
    font-weight: 600;
    color: var(--black);
  }
  .search-banner-mobil .text {
    color: var(--black);
    font-weight: 500;
  }
  .search-banner-mobil .gonder-button-mobil {
    border-radius: 50px;
    color: var(--black);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 25px;
    border: none;
    background-color: var(--white);
    display: flex;
    align-items: center;
    gap: 20px;
  }
  footer {
    padding: 60px 0;
  }
}
body {
  font-family: "Quicksand", sans-serif;
  background-color: #ececec;
}
a {
  text-decoration: none;
}
h6 {
  margin: 0;
}
p {
  margin: 0;
}
.mt-40 {
  margin-top: 40px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-100 {
  margin-top: 100px;
}
.main-title {
  color: var(--dark-black);
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
}
.main-link {
  color: #eb6f23;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.main-title-border {
  padding-bottom: 7px;
}
.border-gradient {
  height: 2px;
  background: linear-gradient(90deg, #eb6d20 0, rgba(235, 109, 32, 0.13) 87%);
}
.anasayfa {
  background: #fff9f3;
  border-bottom: 1px solid #ede7e0;
}
.anasayfa .menutop {
  /*background-color: var(--orange);*/
}
.anasayfa .menutop .items {
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}
.etikets h6 {
  color: var(--black);
  font-size: 12px;
}
.footer-items-div li a {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-wrap: nowrap;
}
.footer-items-div li {
  list-style: none;
}

.wp-button .text-one {
  text-transform: uppercase;
  color: var(--gray);
  font-size: 10px;
  font-weight: 600;
}
.wp-button .number {
  font-size: 20px;
  font-weight: 600;
  color: var(--gray);
}
.wp-button .text-two {
  color: var(--gray);
  font-weight: 400;
  font-size: 8px;
}
.wp-button i {
  font-size: 30px;
  color: var(--green);
}
.wp-button:hover {
  border-color: var(--green);
}
.yeni .whatsapp_tabela {
  margin-top: 0 !important;
}
.yeni .whatsapp_tabela .wrap {
  border: 1px solid #e5e5e5 !important;
  padding: 15px 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 30px !important;
  border-radius: 5px !important;
}
.yeni .whatsapp_tabela .wrap:hover {
  border-color: var(--green) !important;
}
.whatsapp_tabela .wrap .right {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}
.yeni .whatsapp_tabela .wrap .right p.title {
  text-transform: uppercase !important;
  color: var(--gray) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}
.yeni .whatsapp_tabela .wrap .right p.number {
  font-size: 25px !important;
  font-weight: 600 !important;
  color: var(--gray) !important;
}
.yeni .whatsapp_tabela .wrap .right p.slogan {
  color: var(--gray) !important;
  font-weight: 400 !important;
  font-size: 8px !important;
}
.yeni .whatsapp_tabela .wrap .icon i.fa {
  font-size: 45px !important;
}
.yeni .whatsapp_tabela .wrap .icon {
  width: auto !important;
}
.product-etiket {
  z-index: 9;
}
.rating .star {
  cursor: pointer;
}

.rating span.star::before {
  color: #ffd33b;
  content: "\f006";
  font-family: FontAwesome;
}

.rating span.star.half:before {
  color: #ffd33b;
  content: "\f123";
  font-family: FontAwesome;
}

.rating span.star.active::before,
.rating span.star:hover::before,
.rating span.star:hover span.star::before {
  color: #ffd33b;
  content: "\f005";
  font-family: FontAwesome;
}
.sf-form-container {
  padding: 40px;
}
.fade:not(.show) {
  opacity: 1;
}

.product-card-main .product-etiket {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
}
.pink-color-mask,
.pink-bg:before {
  background: rgb(235, 109, 32, 0.96) none repeat scroll 0 0;
}
/* .tab-content .product-disc
{
    background-color: var(--white);
    border-radius: 4px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */
.white-bg {
  background-color: transparent;
}
.whatsapp_tabela .wrap {
  min-width: 100%;
}
.product-detail-page .product-indirim {
  position: relative;
  top: 0;
  right: 0;
}
.badge-product-line {
  font-size: 18px;
  color: gray;
  text-decoration: line-through;
  line-height: 18px;
}
.sepet-list.col-manuel {
  width: 20%;
}
.col-manuel .product-card-main {
  width: 216px;
}
.swiffy-slider .product-etiket {
  height: 60px;
  width: 60px;
}
.product-card-one {
  background-color: var(--card-bg-color);
  border: 1px solid #e7e7e7;
}
.ozellik p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.ozellik strong {
  color: var(--dark-black);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
@media only screen and (max-width: 990px) {
  .absolute-dropdown {
    display: none;
  }
}
.add-cart-button.fav {
  color: transparent;
}
.add-cart-button.fav.active {
  color: var(--orange);
}
.anasayfa-tabs-bg {
  padding: 20px 20px;
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.cat-box .space-top-20 {
  padding-top: 0;
}
.urundetay-sayfasi {
  background-color: var(--white);
  padding: 50px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.product-variant.yeni {
  width: 70%;
}
.pink-new-tag:after,
.pink-new-tag::before,
.pink-new-tag,
.countdown-section:nth-child(2) .countdown-amount,
.countdown-section:nth-child(2) .countdown-amount::after,
.countdown-section:nth-child(2) .countdown-amount::before {
  background-color: var(--dark-black);
}
.new-tag a:hover,
.new-tag a:focus {
  color: var(--white);
}
.basket-left {
  border: none;
  padding: 20px;
  border-radius: 5px;
  background-color: var(--white);
}
.basket-right {
  border: none;
  padding: 20px;
  border-radius: 5px;
  background-color: var(--white);
}
.basket-right ul {
  border: none !important;
}
.sepet-sayac {
  display: none;
}
@media (max-width: 990px) {
  .search-filters {
    width: 65vw !important;
  }
  .urundetay-sayfasi {
    padding: 10px !important;
  }
}
@media (max-width: 768px) {
  .product-indirim .new-tag {
    width: 45px !important;
    height: 45px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 5px !important;
  }
  .product-variant {
    margin-top: 20px !important;
  }
  .product-variant.yeni {
    width: 100% !important;
  }
  .quantity .quantity-input {
    width: 100% !important;
  }
  .three-div .main-button {
    width: 100% !important;
  }
  .three-div.sepete-ekle-fav {
    width: 100%;
    justify-content: center !important;
  }
  .footer-items-div li a {
    text-wrap: wrap !important;
  }
}
header .header-bottom {
  border-bottom: 2px solid #eb6d20;
  position: relative;
}
/*header .header-bottom::before {
  content: "";
  position: absolute;
  background-image: url("../img/header-banner.png");
  opacity: 0.2;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}*/
.breadcrumb-menubar {
  display: flex;
  gap: 15px;
}
.breadcrumb-menubar li a {
  text-transform: capitalize;
}
.mt-30 {
  margin-top: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.catSlider .viewport {
  padding: 20px 0;
  background-color: var(--white);
  border-radius: 10px;
}
.catSlider .cat_pager {
  padding: 20px 0;
  background-color: var(--white);
  border-radius: 10px;
}
.spbanner {
  height: 100%;
}
.slider-product-main.one .product-card-main {
  width: 100% !important;
}
.slider-product-main.one .product-card-main .image-box {
  width: 100% !important;
}
.hide-button {
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.hide-button svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
}
.hide-button:hover {
  background-color: #fff;
}
.hide-button:hover .btn::after {
  content: none !important;
  background-color: transparent !important;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
#main-slider-banner .row .spbanner {
  overflow: hidden;
}
#main-slider-banner .row .spbanner.remove img {
  transition: all 1s ease-in-out;
}
#main-slider-banner .row .spbanner img {
  transition: all 0.4s ease-in-out;
}
#main-slider-banner .row .spbanner.remove img {
  margin-top: -1000px !important;
}
.banner-title {
  color: var(--black);
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}
.all-button {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 30px;
  background: #fff;
  border-radius: 28px;
  border: 1px solid #eb6d20;
}
.all-button:hover {
  background-color: #eb6d20;
  color: var(--white);
}

.copylink li {
  text-align: left;
  margin-right: 15px;
  float: left;
}
.copylinkfoot {
  background-color: #f7efe7;
  padding: 20px 0px;
}
.copykart {
  border-top: 1px solid #e7e7e7;
}
.detayblok {
  padding-top: 50px;
}
.vfContainer {
  background-color: #fff;
  padding: 20px;
}

.sepet-goster::after {
  display: none !important;
}
.page-inner-content {
  margin-bottom: 30px;
}
.pink-new-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.pink-new-tag::before {
  display: none !important;
}
.pink-new-tag::after {
  display: none !important;
}
