.manset-custom {
  margin-top: -20px;
  background: linear-gradient(145deg, #007db9, #fff);
  padding-top: 50px;
}

.oliz-price {
  font-size: 18px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(rgb(196, 141, 190)), to(rgb(90, 147, 206)));
  background: linear-gradient(90deg, rgb(196, 141, 190) 0%, rgb(90, 147, 206) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 991px) {
  .oliz-price {
    font-size: 15px;
  }
  .oliz-price img {
    max-width: 45%;
  }
}

@media (max-width: 991px) {
  .btn-cart img {
    display: none !important;
  }
  .oliz-code img {
    display: none;
  }
}
.owl-carousel .owl-item img {
  width: auto;
}

.oliz-price-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: White;
  border: 1px solid var(--border-grey);
  border-radius: 6px;
  margin-top: 1rem;
  gap: 10px;
  margin-bottom: -5px;
}
.oliz-price-product img {
  max-width: 50px;
}
.oliz-price-product span {
  font-size: 20px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(rgb(196, 141, 190)), to(rgb(90, 147, 206)));
  background: linear-gradient(90deg, rgb(196, 141, 190) 0%, rgb(90, 147, 206) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.items-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.items-list .title {
  background-color: #2C7CB7;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

.items-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.items-list .item:last-child {
  border-bottom: none;
}

.items-list .v {
  color: #444;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.items-list .t {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-weight: bold;
  color: #000;
}

body.home-body .p-g-mod-t-45 .carousel-image-wrapper {
  padding: 20px;
  background: white;
  border-radius: 10px;
}
body.home-body .p-g-mod-t-45 .carousel-control-prev {
  cursor: pointer;
  font-size: 28px;
  width: 80px !important;
  height: 80px;
  line-height: 42px;
  position: absolute;
  top: 40%;
  z-index: 1;
  border: 6px solid #fff;
  border-radius: 80px;
  color: var(--accent);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-46%, var(--accent)), color-stop(112%, #fff)) !important;
  background: linear-gradient(0deg, var(--accent) -46%, #fff 112%) !important;
  opacity: 1 !important;
  left: -40px;
}
body.home-body .p-g-mod-t-45 .carousel-control-next {
  cursor: pointer;
  font-size: 28px;
  width: 80px !important;
  height: 80px;
  line-height: 42px;
  position: absolute;
  top: 40%;
  z-index: 1;
  border: 6px solid #fff;
  border-radius: 80px;
  color: var(--accent);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-46%, var(--accent)), color-stop(112%, #fff)) !important;
  background: linear-gradient(0deg, var(--accent) -46%, #fff 112%) !important;
  opacity: 1 !important;
  right: -40px;
}
body.home-body .p-g-mod-t-45 .carousel-indicators {
  position: relative;
  z-index: 5;
}
body.home-body .p-g-mod-t-45 .carousel-indicators li {
  width: inherit;
  height: inherit;
  border-radius: 20px;
  background: transparent;
}
body.home-body .p-g-mod-t-45 .carousel-indicators li.active img {
  outline: 2px solid #eff800;
}
body.home-body .p-g-mod-t-45 .carousel-indicators li img {
  height: 40px;
  border-radius: 20px;
}

body.home-body .pattern-group .p-g-mod .p-g-mod-header {
  border: none;
}
body.home-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}
body.home-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
  font-size: 22px;
  font-weight: 600;
  color: #333e48;
  border-bottom: 2px solid var(--accent);
}
body.home-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-button a {
  color: var(--accent);
  font-weight: 500;
  font-size: 13px;
}

.free-shipping {
  background: #f36f21;
  border-radius: 30px 30px 0 30px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 8px;
  font-size: 8px;
  gap: 5px;
}
.free-shipping .text {
  color: var(--white);
  font-weight: 600;
  text-align: center;
}

.outofstock {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  border: 1px solid #000;
  text-align: center;
  height: 50px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.card-product .quantity {
  margin-top: 10px !important;
  border: 1px solid var(--border-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
.card-product .quantity .btn-minus,
.card-product .quantity .btn-plus {
  padding-inline: 10px;
}
.card-product .quantity .btn-minus img,
.card-product .quantity .btn-plus img {
  width: 42px;
}
.card-product .quantity input {
  border: none;
  text-align: center;
  font-size: 14px;
  border-left: 1px solid var(--border-grey);
  border-right: 1px solid var(--border-grey);
  border-radius: 0;
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  cursor: pointer;
  padding: 10px 0;
}
.icons .icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
}
.icons .icon-group .icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.icons .icon-group .icon-item .image {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icons .icon-group .icon-item .name {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  display: block;
  color: #007db9;
  margin: 10px 0;
  height: 40px;
}
.icons .icon-group .icon-item .description {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.info-section {
  padding: 3rem 0;
  border-top: 1px solid #ebebeb;
}
.info-section .newsletter-content {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info-section .newsletter-content .newsletter-title {
  color: var(--accent);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.info-section .newsletter-content .newsletter-description {
  text-align: center;
  font-size: 12px;
  margin: 4px 0 20px 0;
  max-width: 50%;
}
.info-section .newsletter-content .newsletter-form {
  position: relative;
  width: 100%;
}
.info-section .newsletter-content .newsletter-form input {
  height: 50px;
  background: #fff !important;
  display: block;
  color: #000;
  position: relative;
  line-height: 23px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e2f4e6;
  padding-left: 30px;
}
.info-section .newsletter-content .newsletter-form button {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  background: var(--accent);
  border-radius: 30px;
  padding: 0 30px;
}
.info-section .contact-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  color: #000;
  font-size: 22px;
  font-weight: 700;
}
.info-section .contact-item a .name {
  color: #333e48;
  font-size: 16px;
  font-weight: 700;
}
.info-section .social-media-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.info-section .social-media-content .social-media-title {
  font-weight: 700;
  font-size: 14px;
  color: #007db9;
}
.info-section .social-media-content .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.info-section .social-media-content .social-media a {
  font-size: 30px;
}

.border-right {
  border-right: 1px solid #ebebeb;
}

body.categories-body {
  background: #f7f7f7;
}

.category-filter-order .list-wrap {
  background: #eeeeee;
  border-radius: 5px;
  padding: 10px 20px;
}

.categories-body .p-g-mod-t-cat-filter {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(242, 242, 242)), to(rgb(244, 244, 244)));
  background: linear-gradient(rgb(242, 242, 242), rgb(244, 244, 244));
  border-radius: 30px;
  margin-bottom: 10px;
}

.bahar-carousel {
  background-color: #fff;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.12) !important;
  border-radius: 10px 0 0 10px;
  padding: 30px;
  overflow: hidden;
}

.product-profile-1 .carousel .carousel-indicators {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  height: auto;
  margin: 0;
  z-index: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 500px;
  overflow: scroll;
}
.product-profile-1 .carousel .carousel-indicators::-webkit-scrollbar {
  display: none;
}

.product-profile-1 .carousel .carousel-indicators li {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  border: 1px solid #eaeaea;
  margin-bottom: 5px;
  max-width: 90px;
  border-radius: 5px;
}

.bahar-product {
  padding: 30px 30px;
  background-color: #f7f7f7;
  border-radius: 0 10px 10px 0;
  -webkit-box-shadow: inset 25px 0 20px -15px rgba(0, 0, 0, 0.08);
          box-shadow: inset 25px 0 20px -15px rgba(0, 0, 0, 0.08);
}

.ozel-nitelik {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  border-radius: 0;
  font-size: 13px;
  color: #000000;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border: 1px solid #e5e5e5;
  border-left: 0;
  border-right: 0;
  font-weight: 600;
  padding: 1.5rem 0;
  gap: 15px;
}
.ozel-nitelik li img {
  max-height: 20px;
  margin-right: 7px;
}
.ozel-nitelik li a {
  font-weight: 400;
  color: #7a7a7a;
}

body.product-body .product-quantity {
  border-radius: 40px;
  position: relative;
  background: #fff;
  border: 1px solid rgba(54, 178, 87, 0.2);
  margin-right: -50px;
}
body.product-body .product-quantity .btn {
  background: transparent !important;
  color: var(--accent);
  height: 65px;
  width: 70px;
}
body.product-body .product-quantity input {
  border: none !important;
  background: transparent !important;
  color: var(--accent);
  height: 65px;
  width: 40px;
  font-weight: 400;
  font-size: 20px;
}
body.product-body .btn-cart {
  margin: 10px !important;
  margin-left: 0 !important;
  border-radius: 100px 100px 100px 100px;
  padding: 0 25px 0 45px !important;
  font-weight: 600;
  font-size: 16px;
  background: var(--accent);
  border-color: var(--accent);
  color: var(--white);
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 65px;
}
body.product-body .btn-fast-buy {
  background: transparent;
  border-color: var(--accent);
  color: var(--accent);
  -webkit-transition: all 500ms;
  transition: all 500ms;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 65px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
}
body.product-body .btn-fast-buy:hover {
  background: var(--hover);
  border-color: var(--hover);
  color: var(--white);
}

.card-product .product-reviews {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (max-width: 991px) {
  body.home-body .p-g-mod-t-45 .carousel-control-prev {
    top: 28%;
    width: 50px !important;
    height: 50px;
    left: -15px;
  }
  body.home-body .p-g-mod-t-45 .carousel-control-next {
    top: 28%;
    width: 50px !important;
    height: 50px;
    right: -15px;
  }
  body.home-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 17px;
  }
  .card-product .card-product-inner .price-group .discount {
    display: none;
  }
  .card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 15px;
  }
  .card-product .quantity {
    max-width: 100%;
  }
  .free-shipping img {
    display: none !important;
  }
  .icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .icons .icon-group .icon-item .image img {
    max-height: 85px;
  }
  .border-right {
    border: none !important;
  }
  .contact-item {
    margin-top: 2rem;
  }
  .product-price-group,
  .product-transfer-prices,
  .product-gain-advantage,
  .product-buttons {
    display: none;
  }
  .bottom-price {
    width: 100%;
    background: white;
    position: fixed;
    left: 0;
    bottom: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-inline: 1rem;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    z-index: 5;
  }
  .bottom-price .price-prices {
    margin-right: 30px;
  }
  .bottom-price .price-prices .list-price {
    color: #7a7a7a;
  }
  .bottom-price .price-prices .sale-price {
    font-size: 20px;
    color: var(--accent);
    font-weight: 600;
  }
  .bottom-price .btn-cart {
    font-size: 13px !important;
    height: 40px !important;
  }
  .bottom-price .btn-cart i {
    display: none;
  }
  .bottom-price .product-quantity {
    margin-left: 1rem;
  }
  .bottom-price .product-quantity .btn {
    width: 50px !important;
    height: 40px !important;
  }
  .bottom-price .product-quantity input {
    width: 35px !important;
    height: 40px !important;
    font-size: 16px !important;
  }
}
.dropdown-menu-left {
  min-width: 250px;
}

.dropdown-main-content {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.dropdown-main-content a {
  border: 1px solid var(--accent);
  border-radius: 32px;
  color: var(--accent) !important;
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
}

.dropdown-content-list {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.dropdown-content-list a {
  font-size: 13px;
  font-weight: 600;
}

.header-content-links {
  gap: 15px;
}
.header-content-links a {
  color: #222;
}

.bottom-price {
  display: none;
}

.oliz-code {
  border: 1px solid var(--border-grey);
  padding-inline: 10px;
  border-radius: 6px;
  margin-top: 1rem;
  background: var(--white);
}
.oliz-code img {
  max-width: 45px;
}
.oliz-code input {
  border: none;
  font-size: 14px;
  width: 100%;
  outline: 0;
}
.oliz-code .btn {
  font-size: 13px;
  background: #c48dbe;
  background: -webkit-gradient(linear, left top, right top, from(rgb(196, 141, 190)), to(rgb(90, 147, 206)));
  background: linear-gradient(90deg, rgb(196, 141, 190) 0%, rgb(90, 147, 206) 100%);
  border: none;
  font-weight: 500;
}

.custom-head-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: 350px;
}
.custom-head-carousel .carousel-arrow {
  color: var(--grey1);
  font-size: 14px;
}
.custom-head-carousel .carousel-item {
  text-align: center;
}

.btn-waves {
  display: inline-block !important;
  padding: 4px 8px !important;
  border-radius: 15px !important;
  color: #fff !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #4facfe, #00f2fe) !important;
  transition: transform 0.2s ease-in-out !important;
}

/* Hover efekti */
.btn-waves:hover {
  transform: scale(1.05) !important;
}

/* Waves efekti */
.btn-waves::before {
  content: "" !important;
  position: absolute !important;
  top: -50% !important;
  left: -50% !important;
  width: 200% !important;
  height: 200% !important;
  background: radial-gradient(circle, rgba(255,255,255,0.3) 20%, transparent 20%) !important;
  background-size: 30px 30px !important;
  animation: waves 5s linear infinite !important;
  z-index: 0 !important;
}

.btn-waves span,
.btn-waves {
  position: relative !important;
  z-index: 1 !important;
}

@keyframes waves {
  from { transform: translateX(0) translateY(0); }
  to { transform: translateX(30px) translateY(30px); }
}