@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@400;500;600;700;800&display=swap");
@import "animate.css";
* {
  padding: 0;
  margin: 0;
  font-family: "Abril Fatface", cursive;
  font-family: "Lexend Deca", sans-serif;
}
::-webkit-scrollbar {
  width: 10px; /*genislik 10px olsun*/
  background-color: #d4d3df; /*scrollbar arkaplan renk*/
  border-left: 1px solid #f1f1f1; /*arkaplan sol tarafa cizgi cek*/
}
::-webkit-scrollbar-thumb {
  background-color: #1a2742; /*scrollbar renk*/
  border-radius: 15px; /*oval olsun*/
}
::-webkit-scrollbar-thumb:hover {
  /*tiklandiginda*/
  background-color: #1a2742;
}
.owl-carousel {
  display: block;
}
.btn-primary {
  color: #fff !important;
  background-color: #223152;
  border-color: #223152;
}
a,
a:hover,
a:visited,
a:focus {
  text-decoration: none !important;
  color: #000;
}
ul > li {
  list-style: none;
  margin: 0.5rem;
}
.mobil-menu {
  display: none;
}
.header-top-banner {
  width: 100%;
}

.header-top-banner img {
  width: 100%;
}

.breadcrumb {
  margin-top: 3rem;
  /* border: none; */
  /* background-color: #fff; */
}

.breadcrumb li a {
  color: #000;
}

.btn-wishlist {
  color: #1a2742 !important;
  background: #fff;
  width: 100%;
  height: 40px;
  border: 1px solid #c1bcbc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.btn-wishlist:not(:last-child) {
  margin-bottom: 0.5rem !important;
}
.btn-wishlist:hover,
.btn-wishlist:focus,
.btn-wishlist:focus-visible {
  color: #fff !important;
  background-color: #286090;
  border-color: #204d74;
  outline: none;
}
.header-contact {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
  background-color: #1a2742;
  padding: 0.2rem;
}
.header-contact .contact-container {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.header-contact .contact-container .icon {
  margin-right: 5px;
  font-size: 8px;
}
.header-contact .contact-container .text {
  font-family: initial;
}
.header-sticker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 1rem 5rem; */
  width: 100%;
  height: 95px;
}
.header-sticker .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24.3%;
}
.header-sticker .logo img {
  height: 150px;
  width: 100%;
}
.header-sticker .search {
  width: 37.3%;
}
.header-sticker .search .input-group {
}
.header-sticker .search > form > .input-group .input-lg {
  height: 35px;
  padding: 10px 16px;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #eee;
  border-radius: 0;
}
input.form-ctontrol.input-lg:focus-visible {
  outline: none;
}

.header-sticker .search .input-group .form-control {
  height: 35px;
  font-size: 15px;
}
.header-sticker .search .input-group .input-group-btn {
}
.header-sticker .search .input-group .input-group-btn .btn-lg {
  height: 35px;
  border: 1px solid #eee;
  border-radius: 0;
}
.header-sticker .search .input-group .input-group-btn .btn-lg:focus {
  outline: none;
}
.header-sticker .search .input-group .input-group-btn .btn-lg:focus-visible {
  outline: none;
}
.header-sticker .search .input-group .input-group-btn .btn-lg .fa {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.header-sticker .contact-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  width: 33.3%;
}
.header-sticker .contact-menu .account-container {
  width: calc(33.3% - 1.5rem);
  max-width: calc(45px - 1.5rem);
  overflow: hidden;
  margin-right: 1.5rem;
  transition: max-width 0.25s ease-in-out;
  padding: 0.5rem 0;
}
.header-sticker .contact-menu .account-container:hover {
  border: 2px solid #1a2742;
  border-radius: 1rem;
  max-width: 140px;
}
.header-sticker .contact-menu .account-container .account {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.header-sticker .contact-menu .account-container .account .bi-person {
  font-size: 2.3rem;
  width: 32px;
}
.header-sticker .contact-menu .account-container .account p {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  width: calc(100% - 55px);
}
.header-sticker .contact-menu .account-container .account p .bi {
  font-size: 12px;
}

.header-sticker .contact-menu .account-container .account-menu {
  position: absolute;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
  width: 10%;
  visibility: hidden;
  background-color: #f5f5f5f5;
  /* padding: 2rem 2rem; */
  border: 1px solid #dadada;
  border-radius: 3%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transition: 0.25s all ease-in-out;
}

.header-sticker .contact-menu .account-container .account:hover ~ .account-menu,
.header-sticker .contact-menu .account-container .account-menu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header-sticker .contact-menu .account-container .account-menu ul hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #d8d8d8;
}
.header-sticker .contact-menu .account-container .account-menu ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.header-sticker .contact-menu .account-container .account-menu ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem;
  font-size: 12px;
}
.header-sticker .contact-menu .account-container .account-menu ul li a .fas {
  color: #1a2742;
  margin-right: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.header-sticker .contact-menu .shop-bag {
  display: flex;
  width: calc(33.3% - 2rem);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  border: 2px solid #eee;
  padding: 1rem 2rem;
  cursor: pointer;
  background-color: #f5f5f5f5;
  transition: 0.25s all ease-in-out;
  position: relative;
}

.header-sticker .contact-menu .shop-bag:hover {
  border: 2px solid #1a2742;
  border-radius: 1rem;
}
.header-sticker .contact-menu .shop-bag a {
  font-size: 14px;
  color: black;
  /* pointer-events: none; */
}
.header-sticker .contact-menu .favori-container {
  display: flex;
  width: 33.3%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  border: 2px solid #eee;
  padding: 1rem 2rem;
  cursor: pointer;
  background-color: #f5f5f5f5;
  transition: 0.25s all ease-in-out;
  position: relative;
}

.header-sticker .contact-menu .favori-container .wishlist-count,
.header-sticker .contact-menu .shop-bag .cart-count {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 30px;
  height: 30px;
  background-color: #1a2742;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-sticker .contact-menu .favori-container .wishlist-count.wishlist-empty,
.header-sticker .contact-menu .shop-bag .cart-count.cart-empty {
  display: none;
}

.header-sticker .contact-menu .favori-container:hover {
  border: 2px solid #1a2742;
  border-radius: 1rem;
}
.header-sticker .contact-menu .favori-container a {
  font-size: 14px;
  color: black;
}

.slider-container {
  position: relative;
}
.slider-container .item {
  background-image: url(../image/slider.jpg);
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.slider-container .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.slider-container .slider-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider-container .slider-text .big-text {
  font-size: 41px;
  color: #fff;
  font-family: cursive;
  letter-spacing: 2px;
}
.slider-container .slider-text .small-text {
  font-size: 12px;
  color: #fff;
}
.slider-container .slider-text .slider-btn {
  margin-top: 5rem;
  padding: 10px 16px;
  border: 2px solid #1a2742;
  background-color: #1a2742;
  border-radius: 21px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.slider-container .slider-text .slider-btn:hover {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.product-owl-gallery {
  width: 100%;
  padding: 3em 9em;
}
.product-owl-gallery .tittle-category {
}

.product-catalogue {
  width: 100%;
  padding: 3em 7em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../image/fruits-background-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.product-catalogue .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}

.product-catalogue .heading .heading-title1 {
  font-size: 22px;
  color: #1a2742;
  font-family: cursive;
}
.product-catalogue .heading .heading-title2 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  font-family: "bootstrap-icons";
  margin: 0 0 40px 0;
  text-align: center;
}
.product-catalogue .product-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* padding-right: 15px; */
  /* padding-left: 15px; */
}

.product-catalogue .product-container .product-layout {
  width: calc(25% - 2rem);
  margin-bottom: 2rem;
  margin-right: 15px;
  /* padding-left: 15px; */
}
.product-catalogue .product-container .item {
  width: 100%;
  padding: 0;
  background-color: #1a2742;
  border-radius: 1rem;
}
.product-catalogue .product-container .product-layout .product-visual {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  height: 250px;
  /* margin-bottom: 30px; */
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}
.product-catalogue .product-container .product-layout .product-visual:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.product-catalogue .product-container .product-layout .product-visual .images {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-catalogue
  .product-container
  .product-layout
  .product-visual
  .images
  a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-catalogue
  .product-container
  .product-layout
  .product-visual
  .images
  img {
  transform: scale(0.9);
  transition: all 0.3s ease;
  max-width: 50%;
  margin: 0;
}
.product-catalogue
  .product-container
  .product-layout
  .product-visual
  .images:hover
  img {
  transform: scale(1);
}

.product-catalogue
  .product-container
  .product-layout
  .product-visual
  .product-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.product-catalogue
  .product-container
  .product-layout
  .product-visual
  .product-info
  h4 {
  /* margin-bottom: 7rem; */
}
.product-catalogue
  .product-container
  .product-layout
  .product-visual
  .product-info
  h4
  > a {
  color: black;
}
.product-catalogue
  .product-container
  .product-layout
  .product-visual
  .product-info
  .product-price {
  color: #1a2742;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 19px;
  font-weight: bold;
  padding: 0 1rem;
  margin: 0;
  /* margin-bottom: 3rem; */
}
.product-catalogue
  .product-container
  .product-layout
  .product-visual
  .product-info
  .price {
  color: #1a2742;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  /* position: absolute; */
  right: 0px;
  bottom: 0;
}

.product-catalogue
  .product-container
  .product-layout
  .product-visual
  .product-price
  .price-new-price {
}
.product-catalogue
  .product-container
  .product-layout
  .product-visual
  .product-price
  .price-old {
  text-decoration: line-through;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15rem;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: all 0.3s ease;
}

.button-container .iconer {
  color: #1a2742;
  width: 100%;
  background: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #c1bcbc;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-container .fa-cart {
  margin-right: 0.35rem;
  width: 85%;
  transition: 0.3s all ease-in-out;
}
.button-container .fa-cart:hover {
  background-color: #1a2742;
  color: #fff;
}

.button-container .fa-cart i {
  margin-right: 0.7rem;
  font-size: 12px;
  transform: rotate(0);
  transition: all, 0.5s;
}
.button-container .fa-cart:hover i {
  color: #fff;
  transform: rotate(360deg);
}

.button-container .far {
  width: 20%;
}
.product-form-group-mobile {
  display: none;
}
.tab-content {
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 3em 1.5em;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}

.nav-tabs {
  border-bottom: 4px solid;
}
.nav-tabs > li {
  margin-right: 3rem;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  /* border: 1px solid #ddd; */
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-radius: 1rem 1rem 0 0;
  background-color: #1a2742;
  color: #fff;
}
.nav-item .nav-link span {
  font-size: 16px;
  font-weight: bolder;
  color: #535b6c;
  user-select: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a > span {
  color: #fff;
}
.nav-tabs > li > a {
  border: none;
}
.footer-stripes {
  border-top: 1px solid #ddd;
  background: #1a2742;
  width: 100%;
  height: 25px;
  position: relative;
  margin-top: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-stripes .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
  border: 3px solid transparent;
  border-radius: 5px;
  position: absolute;
  top: -30px;
  left: calc(50% - 80px);
  margin: 10px 0 65px 0;
  transition: 0.25s all ease-in-out;
  -webkit-box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 50%);
  width: 180px;
  height: 65px;
  background: #fff;
}
.footer-stripes .footer-logo img {
  object-fit: contain;
  padding: 2px 10px;
  width: 130px !important;
}
.footer-logo:hover {
  transition: 0.25s all ease-in-out;
  box-shadow: 0px 5px 8px 1px rgb(0 0 0 / 50%);
  border: 3px solid transparent;
  top: -35px;
}
.safe-shopping {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
  width: 100%;
  overflow: auto;
  padding-top: 50px;
}

.safe-shopping .safe-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
}
.safe-shopping .safe-tile:before {
  content: "";
  left: -5%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 60px;
  background-color: #88888852;
}
.safe-shopping .safe-tile:first-child::before {
  display: none;
}
.safe-shopping .safe-tile .safe-header {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.safe-shopping .safe-tile .safe-icon {
  max-height: 50px;
  margin: 30px;
  font-size: 45px;
  color: grey;
}
.safe-shopping .safe-tile .safe-icon:hover {
  color: #1a2742;
}
.safe-shopping .safe-tile .safe-desc {
  color: #000;
  width: 70%;
  text-align: center;
  font-size: 14px;
}
.hr-line-up {
  margin: 15px 30px;
  width: 75%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.footer-links-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
.footer-links-container .footer-links {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 45px;
  padding-top: 50px;
}

.footer-links-container .footer-links .links-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.footer-links-container .footer-links .links-header h4 {
  font-weight: 700;
}
.footer-links-container .footer-links .links-header .link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer-links-container .footer-links .links-header .link-list li {
}
.footer-links-container .footer-links .links-header .link-list li a {
  color: #666;
}
.footer-links-container .footer-links .links-header .link-list li a:hover {
  color: #1a2742;
  font-weight: 600;
}
.social-account {
  display: flex;
  padding: 1rem;
  justify-content: center;
  margin: 5rem 0;
}
.developer-web {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.developer-web p {
  text-align: center;
  margin: 0;
}
.developer-web span a {
  font-weight: 700;
}
.social-account .social-account-links {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.social-account .social-account-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  padding: 1rem;
  margin-right: 16px;
  background-color: #353740;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: 0.5s ease-in-out;
  width: 35px;
  height: 35px;
}
.social-account .social-account-links a:hover {
  background-color: #fff;
  border-radius: 1rem;
  color: #353740;
}

.social-account .social-account-links a .fab {
}

ul.megamenu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #223152;
  margin: 0;
  border-radius: 0 0 20px 20px;
  width: 80%;
  height: 66px;
  z-index: 999;
}

.megamenu > li > a {
  padding: 1rem;
  color: #fff;
}
.megamenu > li:not(:last-child) {
  margin-right: 1rem;
}

ul.megamenu:not(:last-child) > a {
  /* border-right: 1px solid #bbb; */
}
/* .megamenu > li:not(:last-child) {
  margin-right: 1rem;
  border-right: 1px solid #bbb;
} */

.header-menu {
  border-top: 2px solid #1a2742;
  width: 100%;
  height: 73px;
}

.menu-nav-bar {
  margin-top: -1px;
  /* border-top: 2px solid #1a2742; */
  /* position: absolute; */
  width: 100%;
  height: 41px;
  background: repeating-linear-gradient(
    40deg,
    #223152,
    #223152 20px,
    #d7e3f7 7px,
    #fff 31px
  );
}
.menu-nav-bar .categori-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.megamenu > li {
  position: unset;
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in;
}
.megamenu .dropdown .sub-menu-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  padding: 1rem;
  top: 81%;
  left: 0;
  z-index: 99;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.megamenu .dropdown .sub-menu-container .header-sub-menu {
  width: 100%;
}

.megamenu .dropdown:hover {
  background-color: #fff;
  border-radius: 1.5rem;
}
.megamenu .dropdown:hover > a {
  color: #1a2742;
  font-weight: 700;
}
.megamenu .dropdown:hover .sub-menu-container {
  opacity: 1;
  visibility: visible;
  transition: 0.5s all ease-in;
}
.megamenu .dropdown .sub-menu-container .header-sub-menu ul {
  padding: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.megamenu .dropdown .sub-menu-container .header-sub-menu ul li {
  /* padding: 0.1rem; */
  width: 14%;
}
.megamenu .dropdown .sub-menu-container .header-sub-menu ul li a {
  color: black;
  font-size: 13px;
  width: 100%;
  transition: 0.2s ease-in-out;
}
.megamenu .else-container {
  background-color: #fff;
  border-radius: 1.5rem;
}
.megamenu .else-container > a {
  color: #1a2742;
}
.megamenu .dropdown .sub-menu-container .header-sub-menu ul li a:hover {
  color: #1a2742;
  font-weight: 600;
}

/*sebzeler - Meyveler - icecekler */

.catalog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 5rem 0;
  padding: 0 3em;
}
.under-catalog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 4em;
}
.under-catalog .heading {
  display: flex;
  align-items: center;
  margin-left: 3rem;
  margin-bottom: 2rem;
}
.catalog .catalog-container {
}
.catalog .catalog-container .catalog-style {
  display: flex;
  align-items: center;
  width: 100%;
  height: 359px;
  justify-content: center;
  /* padding: 2rem; */
}
.catalog .catalog-container .catalog-style .catalog-visual {
  width: 85%;
  height: 400px;
  position: relative;
}
.catalog .catalog-container .catalog-style .catalog-visual .images {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #eee;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 270px;
}
.catalog
  .catalog-container
  .catalog-style
  .catalog-visual
  .images:hover
  .catalog-buton {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.catalog .catalog-container .catalog-style .catalog-visual .images a {
  display: flex;
}
.catalog .catalog-container .catalog-style .catalog-visual .images a > img {
  height: 250px;
}
.catalog
  .catalog-container
  .catalog-style
  .catalog-visual
  .categori-product-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 60px;
}

.catalog
  .catalog-container
  .catalog-style
  .catalog-visual
  .categori-product-info
  h4 {
  height: 25px;
  margin: 0;
  margin-top: 0.7rem;
}
.catalog
  .catalog-container
  .catalog-style
  .catalog-visual
  .categori-product-info
  h4
  a {
  color: #787878;
  display: flex;
}
.catalog
  .catalog-container
  .catalog-style
  .catalog-visual
  .categori-product-info
  .prdct-price {
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: baseline;
  margin: 0.5rem 0;
}
.catalog
  .catalog-container
  .catalog-style
  .catalog-visual
  .categori-product-info
  .prdct-price
  .price-new-price {
  font-size: 20px;
}
.catalog
  .catalog-container
  .catalog-style
  .catalog-visual
  .categori-product-info
  .prdct-price
  .price-old {
  text-decoration: line-through;
  font-size: 15px;
  display: flex;
  margin-right: 1rem;
}

.catalog .catalog-container .catalog-style .catalog-visual .catalog-buton {
  /* position: absolute; */
  display: flex;
  margin-top: 0.5rem;
  align-items: center;
  justify-content: center;
  /* width: 85%; */
  bottom: 0;
  left: 0;
  right: 0;
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: all 0.3s ease;
}
.catalog
  .catalog-container
  .catalog-style
  .catalog-visual
  .catalog-buton
  .catalog-icon {
  color: #1a2742;
  width: 100%;
  background: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #c1bcbc;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog
  .catalog-container
  .catalog-style
  .catalog-visual
  .catalog-buton
  .fa-cart {
  margin-right: 0.35rem;
  width: 85%;
  transition: 0.3s all ease-in-out;
}

.catalog
  .catalog-container
  .catalog-style
  .catalog-visual
  .catalog-buton
  .fa-cart:hover {
  background-color: #1a2742;
  color: #fff;
}
.catalog
  .catalog-container
  .catalog-style
  .catalog-visual
  .catalog-buton
  .fa-cart
  i {
  margin-right: 0.7rem;
  font-size: 12px;
  transform: rotate(0);
  transition: all, 0.5s;
}
.catalog
  .catalog-container
  .catalog-style
  .catalog-visual
  .catalog-buton
  .fa-cart:hover
  i {
  color: #fff;
  transform: rotate(360deg);
}
.catalog .catalog-container .catalog-style .catalog-visual .catalog-buton .far {
  width: 20%;
}
.catalog
  .catalog-container
  .catalog-style
  .catalog-visual
  .catalog-buton
  .catalog-icon
  .fa-heart,
.button-container .add_favori .fa,
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-buton
  .similar-icon
  .far {
  transform: rotate(0);
  transition: all, 0.5s;
}
.catalog
  .catalog-container
  .catalog-style
  .catalog-visual
  .catalog-buton
  .catalog-icon:hover
  .fa-heart,
.button-container .add_favori:hover .fa,
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-buton
  .similar-icon:hover
  .far {
  transform: rotate(360deg);
  color: #1a2742;
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-buton
  .similar-icon
  .fa-cart-plus {
  transform: rotate(0);
  transition: all, 0.5s;
  margin-right: 0.5rem;
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-buton
  .similar-icon:hover
  .fa-cart-plus {
  transform: rotate(360deg);
}

.catalog
  .catalog-container
  .catalog-style
  .catalog-visual
  .images
  .catalog-buton
  .catalog-icon:hover {
  background-color: #1a2742;
}

/*footer kartlar*/

.footer-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 2rem 0;
}
.footer-cart .card-cont {
  filter: grayscale(1);
  transition: filter 0.5s ease-in-out;
}
.footer-cart .card-cont:hover {
  filter: grayscale(0);
}
.footer-cart .card-cont:not(:last-child) {
  margin-right: 2rem;
}
.footer-cart .card-cont img {
}

/* urun sayfasi */

.product-contain {
  margin-top: 0rem;
  width: 100%;
  padding: 0;
}
.product-contain .breadcrumb {
  width: 100%;
  display: flex;
  background-color: transparent;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 12rem;
  /* margin: 3rem; */
}
.product-contain .product-inclusives {
  width: 100%;
  display: flex;
  align-items: flex-start;
  /* height: 623px; */
  padding: 0 10rem;
}
.product-contain .product-inclusives .product-inclusive {
  width: 50%;
  position: relative;
}
.product-contain .product-inclusive .product-images {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 0 6rem;
  flex-direction: column;
}

.zoom-img {
}
.product-contain .product-inclusive .product-images .image-big {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: 100%; */
}
.product-contain
  .product-inclusive
  .product-images
  .product-thumb-gallery-wrapper {
  width: 40%;
  display: flex;
}
.product-contain .product-inclusive .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: 450px; */
  /* overflow: hidden; */
  /* background: #fff; */
  /* border: 2px solid #223152; */
  /* border-radius: 10px; */
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
}
.product-contain .product-inclusive .product-image img {
  width: 100%;
}
.product-contain .product-inclusive .product-images .image-small {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.3s ease-in-out;
}
.product-contain
  .product-inclusive
  .product-images
  .image-small
  .product-image-add {
  margin-bottom: 1rem;
  display: flex;
  /* flex-wrap: wrap; */
  width: 23%;
  border-radius: 4px;
  align-items: center;
  border: 1px solid #d9d9d9;
  justify-content: center;
}
.product-contain
  .product-inclusive
  .product-images
  .image-small
  .product-image-add:not(:last-child) {
  margin-right: 1rem;
}
.product-contain
  .product-inclusive
  .product-images
  .image-small
  .product-image-add.active {
  border: 2px solid #607a94;
  border-radius: 5px;
}

.product-contain .product-inclusive .product-images .product-image-add img {
  /* border: 1px solid #c4ced6; */
  /* border-radius: 5px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-contain .product-inclusive .product-images .product-image {
}
.product-inclusives .right-blok {
  display: flex;
  flex-direction: column;
  width: 47%;
  /* height: 518px; */
  border: 1px solid #dfdcdc;
  border-radius: 3px;
}
.product-contain .product-inclusives .right-blok .price-conte {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.product-contain
  .product-inclusives
  .right-blok
  .price-conte
  .product-documents {
  display: flex;
  /* align-items: flex-start; */
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0 1rem;
}
.product-contain
  .product-inclusives
  .right-blok
  .price-conte
  .producename_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* position: relative; */
}
.product-contain
  .product-inclusives
  .right-blok
  .price-conte
  .producename_icon
  h1 {
  font-size: 26px;
}

.product-form-group .buton-conteiner .product-buton {
  width: 18%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.product-form-group .buton-conteiner .product-buton .btn {
  font-size: 16px;
  color: #1c1c1c;
  height: 100%;
  padding: 14px 22px;
  text-align: center;
  border: 1px solid #ebebeb;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  outline: none;
}

.product-form-group .buton-conteiner .product-buton .btn:hover {
  border: 1px solid #223152;
  transition: all 0.5s;
}

.product-form-group .buton-conteiner .product-buton .btn:hover i {
  color: #c02222;
}
.product-contain .product-inclusives .right-blok .price-conte .price-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
.product-contain .product-inclusives .price-conte .price-list .special-prices {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.product-contain
  .product-inclusives
  .price-conte
  .price-list
  .special-prices
  .discount-wrapper:before {
  content: " | ";
  margin-right: 5px;
}
.product-contain .product-inclusives .price-conte .price-list li span {
  /* margin-right: 5px; */
  font-size: 17px;
}
.product-contain
  .product-inclusives
  .right-blok
  .price-conte
  .price-list
  li
  > h2 {
  font-size: 30px;
  margin: 0;
}
.product-contain
  .product-inclusives
  .right-blok
  .price-conte
  .product-documents
  .list-unstyled {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbe1ee;
  border-right: none;
  border-left: none;
  width: 100%;
}
.product-contain .product-inclusives .right-blok .price-conte .give-point {
  display: flex;
  width: 50%;
  padding: 0 0 0 1rem;
}
.product-contain .product-inclusives .right-blok .product-order {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* margin-top: 8rem; */
}
.product-contain
  .product-inclusives
  .right-blok
  .product-order
  .product-form-group {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.product-contain
  .product-inclusives
  .right-blok
  .product-order
  .product-form-group
  .total-social
  .total {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 50%;
}
.product-contain
  .product-inclusives
  .right-blok
  .product-order
  .product-form-group
  .total-social
  .total
  .totals {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  padding: 0 3rem 0 3rem;
}
.product-contain
  .product-inclusives
  .right-blok
  .product-order
  .product-form-group
  .total-social
  .total
  .totals
  button {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 16.6%;
  height: 100%;
  border: none;
  border-radius: 10%;
  transition: all 0.3s;
}
.product-contain
  .product-inclusives
  .right-blok
  .product-order
  .product-form-group
  .total-social
  .total
  .totals
  button:hover {
  background-color: #223152ba;
  color: #fff;
}
.product-contain
  .product-inclusives
  .right-blok
  .product-order
  .product-form-group
  .total-social
  .total
  .control-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  width: 33.3%;
  height: 8px;
  margin: 13px 0 0 0;
  color: #607a94;
}
.product-contain
  .product-inclusives
  .right-blok
  .product-order
  .product-form-group
  .total-social
  .total
  .totals
  .form-control {
  display: flex;
  width: 68%;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* margin-bottom: 0.7rem; */
  padding: 0;
  border: 1px solid #eee;
}
.product-contain
  .product-inclusives
  .right-blok
  .product-order
  .product-form-group
  .total-social
  .total
  .totals
  .bi {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.product-contain
  .product-inclusives
  .right-blok
  .product-order
  .product-form-group
  .total-social
  .total
  .totals
  .form-control:focus {
  border: none;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.product-contain
  .product-inclusives
  .right-blok
  .product-order
  .product-form-group
  .total-social {
  display: flex;
  width: 100%;
  margin: 2rem 0 4rem 0;
  align-items: center;
  justify-content: center;
}

.product-contain
  .product-inclusives
  .right-blok
  .product-order
  .product-form-group
  .total-social
  .social-account {
  width: 50%;
  margin: 0;
  padding: 0;
}
.product-contain .product-inclusives .right-blok .boxes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 4rem;
  width: 100%;
}
.product-contain .product-inclusives .right-blok .boxes .box {
  display: flex;
  width: 100%;
  border: 2px solid #eee;
  border-radius: 10px;
  cursor: default;
}
.product-contain .product-inclusives .right-blok .boxes .box:hover {
  border: 2px solid #dbe1ee;
}
.product-contain .product-inclusives .right-blok .boxes .box:not(:last-child) {
  margin-bottom: 1rem;
}
.product-contain .product-inclusives .right-blok .boxes .box .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-right: 1rem;
  width: 20%;
}
.product-contain
  .product-inclusives
  .right-blok
  .boxes
  .box
  .box-icon
  .fa-truck {
  color: #3d3d7e;
}
.product-contain
  .product-inclusives
  .right-blok
  .boxes
  .box
  .box-icon
  .fa-shipping-fast {
  color: #d38b06;
}
.product-contain
  .product-inclusives
  .right-blok
  .boxes
  .box
  .box-icon
  .bi-shield-fill-check {
  color: #538753;
}
.product-contain .product-inclusives .right-blok .boxes .box .box-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 70%;
}
.product-contain .product-inclusives .right-blok .boxes .box .box-text span {
  font-size: 15px;
  font-weight: 800;
  margin-top: 0.5rem;
}
.product-contain .product-inclusives .right-blok .boxes .box .box-text p {
  margin: 0.5rem 0;
  align-items: center;
}

.product-form-group .buton-conteiner {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 4rem;
  justify-content: center;
}

.product-form-group .buton-conteiner .add-buton {
  width: 88%;
}

.product-form-group .buton-conteiner .add-buton .btn-block {
  background-color: #223152;
  font-family: auto;
  transition: all 0.5s ease-in-out;
  padding: 1.5rem;
}

.product-form-group .buton-conteiner .add-buton .btn-block:hover {
  background-color: #eee;
  color: #223152 !important;
}

.product-form-group .buton-conteiner .add-buton .btn-block:focus {
  outline: none;
}
/*urun sayfasi tab description conteiner*/

.tab-description-container {
  width: 100%;
  display: flex;
  padding: 5rem 13rem 5rem 13rem;
  flex-direction: column;
}
.tab-description-container .nav-tabs {
  width: 100%;
  display: flex;
}
.tab-description-container .nav-tabs li {
}
.tab-description-container .tab-content .tab-pane {
}
.tab-description-container .tab-content .tab-pane .form-horizontal {
  border: none;
}
.tab-description-container
  .tab-content
  .tab-pane
  .form-horizontal
  .buttons
  .pull-right
  .btn {
  background-color: #1a2742;
  border-color: #1a2742;
  outline: none;
}
/*urun sayfasi puan verme give point*/
.bi-star {
  font-size: 20px;
  color: #808080;
}

.bihover {
  font-size: 20px;
  color: #edb867;
}

.average {
  font-size: 18px;
  color: #808080;
  padding-left: 10px;
}
/* urun sayfasi benzer urunler*/
.similar-products {
  width: 100%;
  padding: 0 10rem;
}
.similar-products h2 {
  margin: 0 0 2rem 4rem;
}
.similar-products .similar-product {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* padding: 0 5rem; */
}
.similar-products .similar-product .similar-layout {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  /* height: 310px; */
}
.similar-products .similar-product .similar-layout .similar-visual {
  width: 85%;
  position: relative;
}
.similar-products .similar-product .similar-layout .similar-visual .images {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #eee;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  position: relative;
  /* height: 310px; */
}
.similar-products .similar-product .similar-layout .similar-visual .images a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .images
  a
  img {
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-buton {
  /* position: absolute; */
  display: flex;
  /* margin-top: 0.5rem; */
  align-items: center;
  justify-content: center;
  /* width: 85%; */
  bottom: 0;
  left: 0;
  right: 0;
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: all 0.3s ease;
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-buton
  .similar-icon {
  color: #1a2742;
  width: 100%;
  background: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #c1bcbc; /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual:hover
  .similar-buton {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-buton
  .fa-cart:hover {
  background-color: #1a2742;
  color: #fff;
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-buton
  .fa-cart {
  margin-right: 0.35rem;
  width: 85%;
  transition: 0.3s all ease-in-out;
}

.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-buton
  .far {
  width: 20%;
  color: #1a2742;
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 78px;
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-info
  h4 {
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-info
  h4
  a {
  color: #787878;
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-info
  .similar-price {
  font-size: 16px;
  font-weight: 800;
  display: flex;
  align-items: baseline;
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-info
  .similar-price
  .price-old {
  margin-right: 1rem;
  text-decoration: line-through;
  font-size: 12px;
  display: flex;
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-info
  .similar-price
  .price-new-price {
  display: flex;
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .button-container {
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-info
  .sale-containers {
  position: absolute;
  top: 10px;
  right: 35px;
  background-color: red;
  padding: 0.5rem;
  border-radius: 7%;
  color: #fff;
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-info
  .sale-containers
  .sale {
  font-size: 16px;
}
/* category page */

.category-contains {
  margin-top: 2rem;
  /* padding: 2rem; */
  width: 100%;
}
.category-contains .breadcrumb {
  width: 100%;
  display: flex;
  background-color: transparent;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem 12rem;
  margin-top: 0;
}
.category-contains .breadcrumb li a {
  color: #000;
}
.category-contains .category-contain {
  width: 100%;
  display: flex;
  padding: 0 10rem;
}
.category-contains .category-contain .category-list {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin-right: 2rem;
}
a.list-group-item.active {
  background-color: #223152;
  border-color: #223152;
}
.category-contains .category-contain .category-list h3 {
  margin-top: 0;
}
.category-contains .category-contain .category-list .categories {
}
.category-contains .category-contain .category-list .categories ul {
  margin: 0;
}
.category-contains .category-contain .category-list .categories ul li {
}
.category-contains .category-contain .category-list .categories ul li a {
  color: #000;
}
.category-contains .category-contain .product-category-content {
  width: 100%;
}
.category-contains .category-contain .product-category-content p a {
  color: #000;
}
.category-contains .category-contain .product-category-content .products-list {
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout {
  width: 30%;
  height: 405px;
}

.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb {
  position: relative;
  transition: transform 0.5s ease-in-out;
  height: 385px;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout:hover
  .product-thumb {
  /* border: 1px solid #000; */
  border-radius: 10px;
  transform: scale(1.05);
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 8%);
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 270px;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .image
  a {
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .image
  a
  img {
}

.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .categori-catalog-buton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* opacity: 0; */
  /* visibility: hidden; */
  transition: all 0.3s ease;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .categori-catalog-buton
  button {
  color: #1a2742;
  width: 100%;
  background: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #c1bcbc;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .categori-catalog-buton
  button:first-child {
  width: 75%;
  margin-right: 0.35rem;
  transition: 0.3s all ease-in-out;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .categori-catalog-buton
  button:first-child:hover {
  background-color: #1a2742;
  color: #fff;
}

.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .categori-catalog-buton
  button:first-child
  > i {
  margin-right: 0.7rem;
  font-size: 12px;
  transform: rotate(0);
  transition: all, 0.5s;
}

.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .categori-catalog-buton
  button:first-child:hover
  i {
  color: #fff;
  transform: rotate(360deg);
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .categori-catalog-buton
  button:last-child {
  width: 20%;
}
/* .category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .image
  .fav-btn
  button {
  font-size: 16px;
  color: #223152;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  background: #fff;
  display: flex;
  border-radius: 50%;
  margin-right: 6px;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .image
  .fav-btn
  button
  .fa-heart {
  color: #000;
  transform: rotate(0);
  transition: all, 0.5s;
}

.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .image
  .fav-btn
  button:hover
  .fa-heart {
  transform: rotate(360deg);
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .image
  .fav-btn
  button
  .bi-basket2 {
  transform: rotate(0);
  transition: all, 0.5s;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .image
  .fav-btn
  button:hover
  .bi-basket2 {
  transform: rotate(360deg);
} */

.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .info-product {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .info-product
  .caption {
  display: flex;
  align-items: flex-start;
  /* margin-bottom: 1rem; */
  justify-content: center;
  position: relative;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .info-product
  .caption
  .right-side {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .info-product
  .caption
  .right-side
  h4 {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .info-product
  .caption
  .right-side
  h4
  a {
  margin-right: 1rem;
  color: #000;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .info-product
  .caption
  .right-side
  .price {
  display: flex;
  align-items: inherit;
  justify-content: center;
  /* flex-direction: column; */
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #5177a6;
  margin: 0;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .info-product
  .caption
  .right-side
  .price
  .price-new {
  font-size: 18px;
  font-weight: 700;
}

.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .info-product
  .caption
  .right-side
  .price
  .price-old {
  text-decoration: line-through;
  font-size: 11px;
  display: flex;
  color: #000;
  margin-right: 0.5rem;
}

.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .info-product
  .caption
  .left-side {
  position: absolute;
  right: 10px;
  top: -35px;
}

.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .info-product
  .caption
  .left-side
  .button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  transition: all, 0.5s;
  margin-top: 1rem;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .info-product
  .caption
  .left-side
  .button-group
  button {
  margin-bottom: 3px;
  border: none;
  background-color: #223152;
  color: #fff;
  /* border-radius: 9%; */
  padding: 0.3rem;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .info-product
  .caption
  .left-side
  .button-group
  button
  p {
  text-align: center;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 13px;
  justify-content: center;
}
/* .category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .info-product
  .caption
  .left-side
  .button-group
  button
  .fa-heart {
  padding: 7px 1.1rem;
} */
.favorited i {
  color: red !important;
}
/* yuzdelik indirim  hesaplama */
.discount-wrapper {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  /* background-color: red; */
  /* border-radius: 0.25rem; */
  /* border: 1px solid red; */
  line-height: 1;
  height: 25px;
  width: 20%;
}

.discount-wrapper > span {
  color: #f00;
  font-size: 12px;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .discount-wrapper {
  position: absolute;
  left: 22rem;
  top: 5px;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .search-wrapper {
  right: 24rem;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .discount-wrapper
  span {
  background-color: #88b868;
  color: #fff;
  padding: 1rem;
  /* border-radius: 23%; */
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-catalogue
  .product-container
  .product-layout
  .product-visual
  .product-info
  .discount-wrapper {
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #88b868;
  padding: 0.5rem;
  /* border-radius: 7%; */
  color: #fff;
  height: 35px;
}
.product-catalogue
  .product-container
  .product-layout
  .product-visual
  .product-info
  .discount-wrapper
  span {
  color: #fff;
  font-size: 15px;
}
.catalog
  .catalog-container
  .catalog-style
  .catalog-visual
  .categori-product-info
  .discount-wrapper {
  position: absolute;
  top: 21px;
  right: 0;
  background-color: #88b868;
  padding: 0.5rem;
  /* border-radius: 7%; */
  color: #fff;
  width: 20%;
  height: 36px;
}
.catalog
  .catalog-container
  .catalog-style
  .catalog-visual
  .categori-product-info
  .discount-wrapper
  span {
  color: #fff;
  font-size: 13px;
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-info
  .discount-wrapper {
  position: absolute;
  top: 0;
  right: 29px;
  background-color: #88b868;
  padding: 0.5rem;
  /* border-radius: 7%; */
  color: #fff;
  width: 16%;
  height: 30px;
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .similar-info
  .discount-wrapper
  span {
  color: #fff;
}
.new-sticker {
  position: absolute;
  top: 22px;
  left: 2px;
  width: 24%;
}

.new-sticker > img {
  display: block;
  width: 100%;
}

.new-sticker > span {
  position: absolute;
  /* left: 15px; */
  top: 15px;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  transform: rotateZ(-34deg);
  text-shadow: 2px 0 0 #000, 0px 0 0 #000, 0 0px 0 #000, 0 0px 0 #000,
    0px 0px #000, 0px 0px 0 #000, 0px 0px 0 #000, 0px 0px 0 #000;
}
.product-catalogue
  .product-container
  .product-layout
  .product-visual
  .new-sticker
  > img {
}
.product-catalogue
  .product-container
  .product-layout
  .product-visual
  .new-sticker {
  top: 4px;
}
.product-catalogue
  .product-container
  .product-layout
  .product-visual
  .new-sticker
  > span {
  font-size: 17px;
}
.category-contains
  .category-contain
  .product-category-content
  .products-list
  .product-layout
  .product-thumb
  .new-sticker {
  top: 4px;
}
.product-contain .product-inclusives .product-inclusive .new-sticker {
  top: 12px;
  left: 66px;
  width: 12%;
  z-index: 999;
}

.product-contain .product-inclusives .product-inclusive .new-sticker > span {
  top: 18px;
  font-size: 17px;
}
.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .new-sticker {
  top: 6px;
  left: 8px;
}

.similar-products
  .similar-product
  .similar-layout
  .similar-visual
  .new-sticker
  > span {
  font-size: 15px;
  top: 14px;
}

/*mobilcss*/
@media screen and (max-width: 1492px) {
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout
    .product-thumb
    .discount-wrapper {
    right: 0;
    width: 20%;
    left: 0;
  }
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout
    .product-thumb
    .discount-wrapper
    span {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 1426px) {
  .product-catalogue {
    padding: 1em 1em;
  }
  .product-catalogue .product-container .product-layout {
    width: 30%;
  }
}
@media screen and (max-width: 1368px) {
  .header-sticker .contact-menu .account-container {
    margin-right: 1rem;
  }
  .header-sticker .contact-menu .account-container .account p {
    font-size: 12px;
  }
  .header-sticker .contact-menu .shop-bag {
    margin-right: 1rem;
  }
  .header-sticker .contact-menu .shop-bag a {
    font-size: 12px;
  }
  .header-sticker .contact-menu .favori-container {
    margin-right: 0;
  }
  .header-sticker .contact-menu .favori-container a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1276px) {
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout
    .product-thumb
    .discount-wrapper {
    right: 0;
    width: 25%;
    left: 0;
  }
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout
    .product-thumb
    .discount-wrapper
    span {
    padding: 0.5rem;
  }
  .similar-products {
    padding: 0;
  }
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout:hover
    .product-thumb {
    border-radius: 0px;
    transform: scale(1);
    box-shadow: none;
    -webkit-box-shadow: none;
  }
}
@media screen and (max-width: 1224px) {
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout {
    width: 33%;
  }
  .header-sticker .contact-menu .account-container {
    margin-right: 1rem;
  }
  .header-sticker .contact-menu .account-container .account .bi-person {
    font-size: 1.8rem;
    width: 29px;
  }
  .header-sticker .contact-menu .account-container .account p {
    font-size: 9px;
  }
  .header-sticker .contact-menu .account-container .account p .bi {
    font-size: 8px;
  }
  .header-sticker .contact-menu .shop-bag {
    margin-right: 1rem;
    padding: 1rem 1rem;
  }
  .header-sticker .contact-menu .shop-bag a {
    font-size: 10px;
  }
  .header-sticker .contact-menu .favori-container {
    margin-right: 0;
  }
  .header-sticker .contact-menu .favori-container a {
    font-size: 9px;
  }
  .header-sticker .contact-menu .account-container .account-menu {
    width: 9%;
  }
  .header-sticker .contact-menu .account-container .account-menu ul li a {
    font-size: 9px;
  }
  .product-contain .product-inclusives .right-blok .boxes .box .box-text p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu {
    top: 135px;
  }

  .header-sticker .contact-menu {
    width: 50%;
  }
  .header-sticker .contact-menu .account-container .account-menu {
    width: 12%;
  }

  .megamenu > li > a {
    font-size: 13px;
  }
  .top-buton {
    display: none;
  }
  .category-contains {
    margin-top: 0;
  }

  .category-contains .breadcrumb {
    padding: 0;
  }
  .category-contains .category-contain {
    padding: 0;
  }
  .product-contain {
    margin-top: 0;
    padding: 5rem;
  }
  .product-contain .breadcrumb {
    padding: 0;
  }
  .product-contain .product-inclusives {
    padding: 0;
  }

  .slider-container .slider-text .big-text {
    font-size: 26px;
  }
  .slider-container .slider-text .slider-btn {
    font-size: 10px;
  }

  .product-catalogue {
    padding: 0em 3em;
  }
  .product-catalogue .product-container {
    padding: 0;
  }
  .product-catalogue .product-container .product-layout {
    width: calc(50% - 2rem);
    padding-right: 0;
  }
  .product-catalogue .product-container .product-layout:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
  }
  .product-catalogue .product-container .product-layout .product-visual {
    /* height: 355px; */
  }
  .product-catalogue
    .product-container
    .product-layout
    .product-visual
    .product-info
    h4
    > a {
    font-size: 16px;
  }
  .product-catalogue
    .product-container
    .product-layout
    .product-visual
    .product-info
    .discount-wrapper
    span {
    font-size: 10px;
  }

  .catalog
    .catalog-container
    .catalog-style
    .catalog-visual
    .categori-product-info
    h4 {
    height: 20px;
  }
  .catalog
    .catalog-container
    .catalog-style
    .catalog-visual
    .categori-product-info
    h4
    a {
    font-size: 14px;
  }
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout
    .product-thumb
    .discount-wrapper {
    right: 0;
    width: 26%;
    left: 74%;
  }
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout
    .product-thumb
    .discount-wrapper
    span {
    padding: 0.5rem;
  }
  .zoomContainer {
    display: none !important;
  }
  .catalog
    .catalog-container
    .catalog-style
    .catalog-visual
    .categori-product-info
    .discount-wrapper
    span {
    font-size: 13px;
  }
  .product-catalogue
    .product-container
    .product-layout
    .product-visual
    .product-info
    .discount-wrapper
    span {
    font-size: 13px;
  }
  .new-sticker > span {
    font-size: 12px;
    top: 13px;
  }
  .product-catalogue
    .product-container
    .product-layout
    .product-visual
    .new-sticker {
    width: 16%;
  }
  .product-catalogue
    .product-container
    .product-layout
    .product-visual
    .new-sticker
    > span {
    font-size: 15px;
    top: 17px;
  }
  .product-contain .product-inclusives .product-inclusive .new-sticker {
    top: 12px;
    left: 66px;
    width: 15%;
    z-index: 999;
  }
  .product-contain .product-inclusives .product-inclusive .new-sticker > span {
    top: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .menu-overlay {
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
  }
  .menu-overlay.active {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    inset: 0;
    z-index: 99;
    transition: 0.3s ease-in-out;
  }
  .header-top-banner {
    display: none;
  }

  .header-sticker {
    display: none;
  }
  .header-menu {
    display: none;
  }
  .mobil-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 85px;
    position: relative;
  }

  .mobil-menu .mobil-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(55% + 20px);
  }

  .mobil-menu .mobil-left .mobil-menu-btn {
    display: flex;
    font-size: 24px;
    align-items: center;
    width: 10%;
    justify-content: center;
    border: none;
    background-color: transparent;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mobil-menu .mobil-left .mobil-menu-btn span {
    font-size: 12px;
    display: flex;
  }
  .mobil-menu .mobil-left .logo {
    display: flex;
    align-items: center;
    width: 36%;
    justify-content: center;
    height: 85px;
  }
  .mobil-menu .mobil-left .logo > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mobil-menu .mobil-left .logo > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  .mobil-menu .mobil-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
  }
  .mobil-menu .mobil-right .account-btn {
    margin-right: 1rem;
  }
  .mobil-menu .mobil-right .account-btn a {
    color: #000;
    font-size: 24px;
  }
  .mobil-menu .mobil-right .shop-bag-btn {
    margin-right: 1rem;
  }
  .mobil-menu .mobil-right .shop-bag-btn a {
    color: #000;
    font-size: 20px;
  }

  .mobil-menu .mobil-right .favori-container-btn {
  }
  .mobil-menu .mobil-right .favori-container-btn a {
    color: #000;
    font-size: 19px;
  }

  .mobil-menu .mobil-right .favori-container-btn .wishlist-count.wishlist-empty,
  .mobil-menu .mobil-right .shop-bag-btn .cart-count.cart-empty {
    display: none;
  }
  .mobil-menu .mobil-right .favori-container-btn .wishlist-count,
  .mobil-menu .mobil-right .shop-bag-btn .cart-count {
    position: absolute;
    right: 22px;
    top: 23px;
    width: 15px;
    font-size: 11px;
    height: 15px;
    background-color: #1a2742;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobil-menu .mobil-menu-list {
    position: fixed;
    width: 75%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: -75%;
    z-index: 99999;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0.3rem;
    transition: left 0.25s ease-in-out;
  }

  .mobil-menu .mobil-menu-list.active {
    left: 0;
  }

  .mobil-menu .mobil-menu-list .mobil-menu-top {
    display: flex;
    height: 85px;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .mobil-menu .mobil-menu-list .mobil-menu-top .mobil-menu-top-btn {
    display: flex;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    margin: 0 1rem 0 1rem;
  }
  .mobil-menu .mobil-menu-list .mobil-menu-top .logo {
    width: calc(100% - 5rem);
  }

  .mobil-menu .mobil-menu-list .mobil-menu-top .logo > a > img {
    width: auto;
  }

  .mobil-menu .mobil-menu-list .mobil-menu-top .logo > a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobil-menu-list .mobil-menu-under {
    flex-direction: column;
  }
  .mobil-menu-list .mobil-menu-under .mobil-menu-nav-bar {
  }
  .mobil-menu-list .mobil-menu-under .mobil-menu-nav-bar .categori-container {
  }
  .mobil-menu-list
    .mobil-menu-under
    .mobil-menu-nav-bar
    .categori-container
    .mobil-megamenu {
    border-bottom: 1px solid #eee;
  }
  .mobil-menu-list
    .mobil-menu-under
    .mobil-menu-nav-bar
    .categori-container
    .mobil-megamenu
    .accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: 600;
    margin: 0 !important;
  }
  .mobil-menu-list
    .mobil-menu-under
    .mobil-menu-nav-bar
    .categori-container
    .mobil-megamenu
    .accordion
    a {
    color: #000;
  }
  .mobil-menu-list
    .mobil-menu-under
    .mobil-menu-nav-bar
    .categori-container
    .mobil-megamenu
    .accordion:after {
    content: "\02795";
    font-size: 13px;
    color: #e6e6fa;
    float: right;
    margin-left: 5px;
  }
  .mobil-menu-list
    .mobil-menu-under
    .mobil-menu-nav-bar
    .categori-container
    .mobil-megamenu
    .accordion.active:after {
    content: "\2796";
  }
  .mobil-menu-list
    .mobil-menu-under
    .mobil-menu-nav-bar
    .categori-container
    .mobil-megamenu
    .panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
  }
  .mobil-menu-list
    .mobil-menu-under
    .mobil-menu-nav-bar
    .categori-container
    .mobil-megamenu
    .panel
    .header-sub-menu {
  }
  .mobil-menu-list
    .mobil-menu-under
    .mobil-menu-nav-bar
    .categori-container
    .mobil-megamenu
    .panel
    .header-sub-menu
    ul {
  }
  .mobil-menu-list
    .mobil-menu-under
    .mobil-menu-nav-bar
    .categori-container
    .mobil-megamenu
    .panel
    .header-sub-menu
    ul
    li {
  }
  .mobil-menu-list
    .mobil-menu-under
    .mobil-menu-nav-bar
    .categori-container
    .mobil-megamenu
    .panel
    .header-sub-menu
    ul
    li
    a {
    color: #6e7c99;
  }
  .mobil-menu-list
    .mobil-menu-under
    .mobil-menu-nav-bar
    .categori-container
    .mobil-megamenu
    .else-container {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: 600;
    margin: 0;
  }
  .mobil-menu-list
    .mobil-menu-under
    .mobil-menu-nav-bar
    .categori-container
    .mobil-megamenu
    .else-container
    a {
    color: #000;
  }
  .mobil-menu-list .mobil-menu-under .mobil-menu-nav-bar .nav-personal {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: 600;
  }
  .mobil-menu-list .mobil-menu-under .mobil-menu-nav-bar .nav-personal ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .mobil-menu-list .mobil-menu-under .mobil-menu-nav-bar .nav-personal ul li {
    display: flex;
  }
  .mobil-menu-list .mobil-menu-under .mobil-menu-nav-bar .nav-personal ul li a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobil-menu-list
    .mobil-menu-under
    .mobil-menu-nav-bar
    .nav-personal
    ul
    li:not(:last-child) {
    margin-bottom: 2rem;
  }
  .mobil-menu-list
    .mobil-menu-under
    .mobil-menu-nav-bar
    .nav-personal
    ul
    li
    a
    i {
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .slider-container .slider-text .big-text {
    font-size: 20px;
    font-weight: 800;
  }
  .category-contains {
    margin-top: 0;
  }

  .category-contains .breadcrumb {
    padding: 0;
  }
  .category-contains .category-contain {
    padding: 0;
  }
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout {
    width: 32%;
  }

  .product-contain {
    margin-top: 0;
    padding: 0 5rem;
  }
  .product-contain .breadcrumb {
    padding: 0;
    margin: 2rem 0;
  }
  .product-contain .product-inclusives {
    padding: 0;
  }
  .product-contain .product-inclusive .product-images {
    padding: 0 2rem 0 0;
  }
  .product-catalogue
    .product-container
    .product-layout
    .product-visual
    .product-price
    .price-old {
    padding-right: 1rem;
    font-size: 16px;
  }
  .product-inclusives .right-blok {
    width: 50%;
  }
  .tab-description-container {
    padding: 0;
  }
}
@media screen and (max-width: 984px) {
  .product-catalogue .product-container .product-layout {
    width: calc(50% - 2rem);
  }
  .catalog
    .catalog-container
    .catalog-style
    .catalog-visual
    .categori-product-info
    .discount-wrapper
    span {
    font-size: 14px;
  }
  .product-catalogue
    .product-container
    .product-layout
    .product-visual
    .product-info
    .discount-wrapper
    span {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .slider-container .slider-text .big-text {
    font-size: 18px;
    font-weight: 800;
  }
  .product-catalogue {
    padding: 0em 3em;
  }
  .product-catalogue .product-container .product-layout {
    padding-right: 0;
  }
  .safe-shopping {
    flex-wrap: wrap;
  }
  .safe-shopping .safe-tile {
    width: 50%;
  }
  .catalog
    .catalog-container
    .catalog-style
    .catalog-visual
    .categori-product-info
    .discount-wrapper {
  }

  .category-contains .category-contain .category-list {
    display: none;
  }

  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout {
    width: 50%;
  }
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout
    .product-thumb
    .discount-wrapper {
    right: 0;
    width: 22%;
    left: 0;
  }
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout
    .product-thumb
    .discount-wrapper
    span {
    padding: 1.5rem;
  }
  .product-form-group .buton-conteiner .product-buton {
    width: 30%;
  }
  .product-contain .product-inclusives .right-blok .boxes .box .box-text p {
    font-size: 13px;
  }
}

@media screen and (max-width: 769px) {
  .product-catalogue {
    padding: 3em 1.5em;
  }
  .product-catalogue .product-container .product-layout {
    width: calc(50% - 2rem);
  }
  .product-catalogue .product-container .product-layout:not(:last-child) {
    padding-right: 0;
  }
  .safe-shopping {
    flex-wrap: wrap;
  }
  .safe-shopping .safe-tile {
    width: 100%;
  }
  .catalog
    .catalog-container
    .catalog-style
    .catalog-visual
    .categori-product-info
    .discount-wrapper {
    width: 25%;
  }
  .footer-links-container .footer-links {
    flex-wrap: wrap;
  }
  .footer-links-container .footer-links .links-header {
    width: 50%;
  }

  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout {
    width: 100%;
  }
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout
    .product-thumb
    .discount-wrapper {
    right: 0;
    top: 8px;
    left: 80%;
  }
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout
    .product-thumb
    .discount-wrapper
    span {
    padding: 2rem;
    font-size: 20px;
  }
  .product-contain .product-inclusives .product-inclusive {
    width: 40%;
  }
  .product-contain .product-inclusives .right-blok .price-conte .give-point {
    width: 35%;
  }

  .product-inclusives .right-blok {
    width: 60%;
  }

  .product-form-group .buton-conteiner .add-buton {
    width: 100%;
  }

  .product-form-group-mobile {
    display: none !important;
  }

  .new-sticker > span {
    font-size: 13px;
    top: 15px;
  }
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout
    .product-thumb
    .new-sticker {
    width: 8%;
  }
  .product-catalogue
    .product-container
    .product-layout
    .product-visual
    .new-sticker {
    width: 20%;
  }
  .product-catalogue
    .product-container
    .product-layout
    .product-visual
    .new-sticker
    > span {
    font-size: 14px;
    top: 16px;
  }
  .product-contain .product-inclusives .product-inclusive .new-sticker {
    top: 6px;
    left: 9px;
    width: 20%;
    z-index: 999;
  }
  .product-contain .product-inclusives .product-inclusive .new-sticker > span {
    top: 13px;
    font-size: 11px;
  }
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout
    .product-thumb
    .categori-catalog-buton
    button {
    border-radius: 7px;
  }
}
@media screen and (max-width: 669px) {
  .new-sticker {
    width: 24%;
  }
}

@media screen and (max-width: 625px) {
  .catalog
    .catalog-container
    .catalog-style
    .catalog-visual
    .categori-product-info
    .discount-wrapper {
  }
  .product-contain {
    padding: 0 2rem;
  }
  .product-contain .product-inclusives {
    height: auto;
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .product-contain .product-inclusives .product-inclusive {
    width: 100%;
  }
  .product-inclusives .right-blok {
    width: 100%;
    margin-top: 3rem;
  }
  .product-form-group .buton-conteiner .add-buton .btn-block {
    padding: 1rem;
    width: 100%;
    border-radius: 0;
  }

  .product-contain
    .product-inclusives
    .right-blok
    .product-order
    .product-form-group {
    display: none !important;
  }

  .product-form-group-mobile {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid #1a2742;
    width: 100%;
    padding: 0.5rem;
    z-index: 9999;
  }

  .product-form-group-mobile .product-quantity {
    margin-bottom: 0.5rem;
  }
  .product-form-group-mobile .product-quantity .quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-form-group-mobile
    .product-quantity
    .quantity-wrapper
    .quantity-inputs {
    display: flex;
    align-items: center;
  }
  .product-form-group-mobile
    .product-quantity
    .quantity-wrapper
    .quantity-inputs
    > button {
    width: 35px;
    height: 35px;
    border: none;
    background-color: transparent;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-form-group-mobile
    .product-quantity
    .quantity-wrapper
    .quantity-inputs
    > input[type="text"] {
    width: auto;
    height: 35px;
    min-width: 110px;
    border-radius: 5px;
    box-shadow: none;
    text-align: center;
    padding: 0;
    border: 1px solid #ccc;
  }
  .product-form-group-mobile .product-quantity .quantity-wrapper > label {
    margin: 0;
    margin-left: 1rem;
  }
  .product-form-group-mobile .mobile-product-button-container {
    width: 100%;
    display: flex;
  }
  .product-form-group-mobile .mobile-product-button-container:focus-visible {
    outline: none;
  }
  .product-form-group-mobile
    .mobile-product-button-container
    > button:first-child {
    width: calc(100% - 50px);
    border: none;
    outline: none;
    background-color: #1a2742;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.1s ease-in-out, transform 0.1s ease-in-out;
  }
  .product-form-group-mobile
    .mobile-product-button-container
    > button:first-child:active {
    transform: scale(0.95);
    background-color: #475e8e;
  }
  .product-form-group-mobile
    .mobile-product-button-container
    > button:last-child {
    width: 50px;
    height: 50px;
    outline: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    transition: transform 0.1s ease-in-out;
  }
  .product-form-group-mobile
    .mobile-product-button-container
    > button:last-child
    > i {
    /*Ben burdayim*/
    font-size: 25px;
  }
  .product-form-group-mobile
    .mobile-product-button-container
    > button:last-child:active {
    transform: scale(0.75);
  }
  /* .product-form-group-mobile
    .mobile-product-button-container
    > button:focus-visible {
    border: none !important;
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
  } */
}
@media screen and (max-width: 600px) {
  .catalog .catalog-container .catalog-style {
    height: 420px;
  }
  .catalog .catalog-container .catalog-style .catalog-visual {
    width: 85%;
    height: 411px;
    border: 1px solid #ccc;
    border-radius: 30px;
    position: relative;
  }
  .catalog .catalog-container .catalog-style .catalog-visual .images {
    border-radius: 30px 30px 0px 0px;
  }

  .catalog
    .catalog-container
    .catalog-style
    .catalog-visual
    .catalog-buton
    .fa-cart {
    width: 75%;
    border-radius: 10px;
  }

  .catalog
    .catalog-container
    .catalog-style
    .catalog-visual
    .catalog-buton
    .far {
    border-radius: 10px;
  }

  .catalog
    .catalog-container
    .catalog-style
    .catalog-visual
    .categori-product-info
    .discount-wrapper {
    right: 45px;
    border-radius: 0px 30px;
    top: 5px;
    top: 0;
    right: 0;
  }
  .zoomContainer {
    display: none !important;
  }
  .similar-products
    .similar-product
    .similar-layout
    .similar-visual
    .images
    a
    img {
    width: 80%;
  }
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout
    .product-thumb
    .discount-wrapper {
    width: 15%;
  }
  .product-catalogue .product-container .product-layout {
    width: 100%;
    margin-right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 30px;
  }
  .product-catalogue .product-container .product-layout:not(:last-child) {
    padding: 0;
  }
  .product-catalogue .product-container .product-layout .product-visual {
    border: 1px solid #f0f0f0;
    border-radius: 30px;
  }
  .product-catalogue
    .product-container
    .product-layout
    .product-visual
    .product-info
    .discount-wrapper {
    border-radius: 0px 30px;
    width: 25%;
  }
  .button-container {
    margin-bottom: 2rem;
    margin-top: 0.5rem;
  }
  .button-container .far {
    border-radius: 10px;
  }
  .button-container .fa-cart {
    width: 70%;
    border-radius: 10px;
  }

  .product-catalogue
    .product-container
    .product-layout
    .product-visual
    .images {
  }
  .tab-content {
    padding: 3em 0;
  }
  .catalog {
    padding: 0;
  }
  .new-sticker {
    width: 13%;
  }
  .product-catalogue
    .product-container
    .product-layout
    .product-visual
    .new-sticker
    > span {
    font-size: 15px;
    top: 16px;
  }
  .under-catalog {
    align-items: center;
  }
  .under-catalog .heading {
    margin-left: 0;
  }
}

@media screen and (max-width: 560px) {
  .product-contain
    .product-inclusive
    .product-images
    .image-small
    .product-image-add {
    width: 30%;
  }
  .catalog
    .catalog-container
    .catalog-style
    .catalog-visual
    .categori-product-info
    .discount-wrapper {
    /* right: 41px; */
  }
  .new-sticker {
    width: 15%;
  }
  .product-catalogue
    .product-container
    .product-layout
    .product-visual
    .new-sticker
    > span {
    font-size: 14px;
    top: 17px;
  }
}

@media screen and (max-width: 469px) {
  .new-sticker {
    width: 17%;
    top: 10px;
  }
  .product-catalogue
    .product-container
    .product-layout
    .product-visual
    .new-sticker
    > span {
    font-size: 16px;
    top: 18px;
  }
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout
    .product-thumb
    .new-sticker {
    width: 15%;
  }
  .product-contain .product-inclusives .product-inclusive .new-sticker > span {
    top: 17px;
    font-size: 16px;
  }
  .similar-products
    .similar-product
    .similar-layout
    .similar-visual
    .new-sticker
    > span {
    font-size: 12px;
    top: 13px;
  }
  .tab-description-container .nav-tabs {
    width: 103%;
  }
  .nav-tabs > li {
    margin-right: 0;
  }
  .nav-tabs > li > a {
    font-size: 12px;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    font-size: 12px;
  }
}
@media screen and (max-width: 425px) {
  .catalog
    .catalog-container
    .catalog-style
    .catalog-visual
    .categori-product-info
    .discount-wrapper {
    /* right: 31px; */
  }
  .safe-shopping {
    flex-wrap: wrap;
  }
  .safe-shopping .safe-tile {
    width: 100%;
  }
  .developer-web {
    font-size: 12px;
  }
  .product-contain .product-inclusives .right-blok .price-conte .price-list {
    top: 90px;
  }
  .new-sticker {
    width: 17%;
    top: 10px;
  }
  .product-catalogue
    .product-container
    .product-layout
    .product-visual
    .new-sticker
    > span {
    font-size: 13px;
    top: 13px;
  }
}

@media screen and (max-width: 376px) {
  .nav-tabs > li {
    margin-right: 0;
  }
  .nav-tabs > li > a {
    font-size: 9px;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    font-size: 10px;
  }
  .new-sticker > span {
    font-size: 12px;
    top: 12px;
  }
  .product-catalogue
    .product-container
    .product-layout
    .product-visual
    .new-sticker
    > span {
    font-size: 14px;
    top: 11px;
  }
  .product-contain .product-inclusives .product-inclusive .new-sticker > span {
    top: 15px;
    font-size: 14px;
  }
  .similar-products
    .similar-product
    .similar-layout
    .similar-visual
    .new-sticker
    > span {
    font-size: 12px;
    top: 9px;
  }
}
@media screen and (max-width: 320px) {
  .new-sticker > span {
    font-size: 10px;
    top: 11px px;
  }
  .product-catalogue
    .product-container
    .product-layout
    .product-visual
    .new-sticker
    > span {
    font-size: 11px;
    top: 10px;
  }
  .product-contain .product-inclusives .product-inclusive .new-sticker > span {
    top: 13px;
    font-size: 12px;
  }
  .similar-products
    .similar-product
    .similar-layout
    .similar-visual
    .new-sticker {
    width: 20%;
  }
  .category-contains
    .category-contain
    .product-category-content
    .products-list
    .product-layout
    .product-thumb
    .discount-wrapper
    span {
    font-size: 14px;
  }
  .footer-cart .card-cont:not(:last-child) {
    margin-right: 1rem;
  }
  .developer-web {
    font-size: 10px;
  }
}
