.ans_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ans_title h6 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 767px) {
  .ans_title h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .ans_title h6 {
    font-size: 14px;
    font-weight: 600;
  }
}
.ans_title .urnSliderArrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ans_title .urnSliderArrow span {
  cursor: pointer;
  font-size: 18px;
}

.sldWrap {
  display: flex;
}
.sldWrap .sldItem {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.sldWrap .sldItem .imgWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background-color: #F6F8FA;
  border-radius: 3px;
  transition: background-color 0.2s;
}
@media screen and (max-width: 425px) {
  .sldWrap .sldItem .imgWrap img {
    transform: scale(0.9);
  }
}
.sldWrap .sldItem .imgWrap .addFavorite {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  color: #dd6131;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sldWrap .sldItem .imgWrap .addFavorite:after {
  content: "\e816";
  font-family: "zenobya-ikon";
}
.sldWrap .sldItem .imgWrap .addFavorite.addedFovorite:after {
  content: "\e807";
}
.sldWrap .sldItem .imgWrap .addFavorite:hover:after {
  content: "\e807";
}
.sldWrap .sldItem .infoWrap {
  display: flex;
  flex-direction: column;
}
.sldWrap .sldItem .infoWrap .seller {
  text-align: center;
  font-size: 12px;
  color: #5B5B5B;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .sldWrap .sldItem .infoWrap .seller {
    font-size: 10px;
    font-weight: 500;
  }
}
.sldWrap .sldItem .infoWrap h3 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
  .sldWrap .sldItem .infoWrap h3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sldWrap .sldItem .infoWrap h3 {
    font-size: 12px;
  }
}
.sldWrap .sldItem .infoWrap .prices {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.sldWrap .sldItem .infoWrap .prices .oldPrices {
  color: #BD081C;
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
}
@media screen and (max-width: 575px) {
  .sldWrap .sldItem .infoWrap .prices .oldPrices {
    font-size: 12px;
  }
}
.sldWrap .sldItem .infoWrap .prices .newPrices {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .sldWrap .sldItem .infoWrap .prices .newPrices {
    font-size: 13px;
  }
}
.sldWrap .sldItem:hover .imgWrap {
  background-color: #ffe4d9;
  transition: background-color 0.2s;
}
.sldWrap .slick-track {
  margin: 0 !important;
  display: flex;
}
.sldWrap .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.sldWrap .slick-slide {
  margin: 0 10px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .sldWrap .slick-slide {
    margin: 0 7px;
  }
}
.sldWrap .slick-track .slick-slide:nth-of-type(1) {
  margin-left: 0;
}
.sldWrap .slick-slide > div {
  width: 100%;
}

.menuSlider--wrap {
  display: flex;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .menuSlider--wrap {
    padding: 0 0.5rem;
  }
}
.menuSlider--wrap .menuSlideItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 3px;
  height: 100%;
  text-decoration: none;
  transition: all 0.2s;
}
.menuSlider--wrap .menuSlideItem:hover {
  background-color: #ffe4d9;
  transition: all 0.2s;
}
.menuSlider--wrap .menuSlideItem i {
  font-size: 34px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .menuSlider--wrap .menuSlideItem i {
    font-size: 24px;
  }
}
.menuSlider--wrap .menuSlideItem h5 {
  font-size: 14px;
  letter-spacing: -0.5px;
  text-align: center;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  .menuSlider--wrap .menuSlideItem h5 {
    font-size: 13px;
  }
}
.menuSlider--wrap .slick-track {
  display: flex;
}
.menuSlider--wrap .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.menuSlider--wrap .slick-slide {
  margin: 0 10px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .menuSlider--wrap .slick-slide {
    margin: 0 5px;
  }
}
.menuSlider--wrap .slick-slide > div {
  width: 100%;
}

.menuAllCategories--wrap .menuSlideItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  text-decoration: none;
  transition: all 0.2s;
}
.menuAllCategories--wrap .menuSlideItem:hover {
  background-color: #222;
  transition: all 0.2s;
}
.menuAllCategories--wrap .menuSlideItem i {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .menuAllCategories--wrap .menuSlideItem i {
    font-size: 20px;
  }
}
.menuAllCategories--wrap .menuSlideItem h5 {
  font-size: 14px;
  letter-spacing: -0.5px;
  text-align: center;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .menuAllCategories--wrap .menuSlideItem h5 {
    font-size: 13px;
  }
}

.durumHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.durumHead h6 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 991px) {
  .durumHead h6 {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .durumHead h6 {
    font-size: 20px;
  }
}
.durumHead a {
  font-size: 14px;
  color: #999;
  letter-spacing: -0.3px;
}
.durumHead a:focus {
  box-shadow: none;
}

.contentEmpty {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contentEmpty {
    flex-direction: column;
  }
}
.contentEmpty .imgWrap {
  display: flex;
}
.contentEmpty .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .contentEmpty .text {
    align-items: center;
  }
}
.contentEmpty .text span:nth-of-type(1) {
  font-size: 32px;
  font-weight: 600;
  color: #303030;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .contentEmpty .text span:nth-of-type(1) {
    font-size: 24px;
  }
}
.contentEmpty .text span:nth-of-type(1)[data-durum=basarili] {
  color: #2AA82E;
}
.contentEmpty .text span:nth-of-type(1)[data-durum=basarisiz] {
  color: #BD081C;
}
.contentEmpty .text span:nth-of-type(2) {
  font-size: 18px;
  font-weight: 600;
  color: #303030;
}
@media screen and (max-width: 575px) {
  .contentEmpty .text span:nth-of-type(2) {
    font-size: 14px;
    text-align: center;
  }
}
.contentEmpty .text span:nth-of-type(3) {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}
@media screen and (max-width: 575px) {
  .contentEmpty .text span:nth-of-type(3) {
    font-size: 14px;
    text-align: center;
  }
}
.contentEmpty .text span:nth-of-type(3)[data-hataMesaj=true] {
  color: #BD081C;
}
.contentEmpty .text a {
  display: flex;
  background-color: #ffe4d9;
  color: #dd6131;
  font-weight: 600;
  font-size: 14px;
  border-radius: 7px;
  text-decoration: none;
}
.contentEmpty .text a[data-durum=basarili] {
  background-color: #efffef;
  color: #2AA82E;
}
.contentEmpty .text a:hover {
  background-color: #fff;
}

.pd_puanlama {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f8f8f8;
  border-radius: 8px;
  transition: background-color 0.2s;
}
.pd_puanlama:hover {
  background-color: #f2f2f2;
  transition: background-color 0.2s;
}
.pd_puanlama .starsWrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .pd_puanlama .starsWrap {
    flex-direction: column;
  }
}
.pd_puanlama .starsWrap .starsScore span {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}
.pd_puanlama .starsWrap .starsShape {
  font-size: 1rem;
}
@media screen and (max-width: 575px) {
  .pd_puanlama .starsWrap .starsShape {
    font-size: 0.7rem;
  }
}
.pd_puanlama .starsWrap .starsShape .stars-outer {
  display: inline-block;
  position: relative;
  font-family: "zenobya-ikon";
}
.pd_puanlama .starsWrap .starsShape .stars-outer::before {
  content: "\e82e\e82e\e82e\e82e\e82e";
  color: #000;
}
.pd_puanlama .starsWrap .starsShape .stars-outer .stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
}
.pd_puanlama .starsWrap .starsShape .stars-outer .stars-inner::before {
  content: "\e82d\e82d\e82d\e82d\e82d";
  color: #f8ce0b;
}
.pd_puanlama .starsRevolation {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pd_puanlama .starsRevolation span {
  font-size: 10px;
  letter-spacing: -0.5px;
  color: #000;
}

.modal-dialog table {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.modal-dialog iframe {
  width: 100%;
  background-color: #000;
}

.modal-dialog img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}

.modal-dialog .modal-body {
  position: relative;
  padding: 1rem;
}