.top-header-social-info {
  /* margin-top: 25px; */
  position: absolute;
  right: 10%;
  top: 40%;
}

.sticky .top-header-social-info {
  /* margin-top: 24px; */
  top: 30%;
}

.top-header-social-info a {
  margin-right: 10px;
}

.products_file {
  max-height: 100px;
  object-fit: cover;
  object-position: 50% 50%;
  cursor: pointer;
}

.searchBox-fakeInput {
  background: white;
  border: 1px solid #d6dadc;
  border-radius: 3px;
  display: table;
}

.searchBox-fakeInput.is-focussed {
  border: 1px solid #A0C6F0 !important;
}

.searchBox-inputWrapper,
.searchBox-clearWrapper {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.searchBox-input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  font-size: inherit;
  height: 46px;
  padding-left: 1.7rem;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.searchBox-input:focus {
  outline: none;
  background: #FFF;
  box-shadow: none;
}

.searchBox-clearWrapper {
  padding-right: 0.5rem;
}

.searchBox-clear {
  font-size: 1.5em;
  color: #007bfff0;
  padding: 0;
  cursor: pointer;
  cursor: pointer;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.searchBox-clearInput:hover {
  color: #AAA;
}


.searchBox-fakeInput:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../../../yeppanel/dist/img/glyphicons-halflings.png);
  background-position: -48px 0;
  position: absolute;
  top: 17px;
  left: 22px;
  opacity: .5;
  z-index: 1000;
}

@media (max-width: 767px) {

  .top-header-social-info {
    right: 5%;
    margin-right: 42px;
    top: -10px;
  }

  .searchBox-input {
    padding-left: 2.7rem;
  }

  .p_card li .card .C_img {
    width: 90px !important;
  }

  .p_card li .card .C_desc .title {
    line-height: 15px !important;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 1em !important;
  }



  .p_card li .card .C_desc {
    width: calc(100% - 90px);

  }

  .C_desc>.p_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    float: left;
    text-align: justify;
    max-height: 40px;
    font-size: 0.6em;
    line-height: 1.5;
  }

  .p_card li .card .C_desc:before {
    top: 0;
    bottom: 0;
    right: -3px;
    margin: auto;
    background-repeat: repeat-x;
    position: absolute;
    content: "";
    background: url("../images/gray_Vborder.png");
    width: 6px;
  }

  .p_card li .card .C_desc:after {
    top: 0;
    bottom: 0;
    left: -4px;
    margin: auto;
    background-repeat: repeat-x;
    position: absolute;
    content: "";
    background: url(../images/gray_Vborder.png);
    width: 6px;
  }

}

@media (min-width: 767px) {
  .C_desc .card_btn {
    left: 70% !important;
  }

  .C_desc .playbtn {
    left: 10% !important;
  }

  .C_desc>.p_desc {
    line-height: 1.15;
  }

  .whatsappBlock {
    display: none;
  }
}


@media only screen and (max-width: 575px) {
  .absoImg {
    height: 135px;
  }
}

.absoImg {
  height: 135px;
}

.C_desc>.p_desc {
  color: #5e5e5e;
  margin-left: 0px;
  margin-bottom: 2px;
  float: left;
  text-align: justify;
  margin-top: -5px;
}


.p_card li .card .C_desc .title {
  line-height: 1.1 !important;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 1rem;
  margin-top: -5px;
}


@media only screen and (max-width: 400px) {
  .p_card li .card .C_desc .title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .p_card li .card .C_desc .title {
    line-height: 1 !important;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-top: -10px;
    font-size: 13px;
  }

  .C_desc>.p_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    float: left;
    text-align: justify;
    max-height: 22px;
    font-size: 0.7em;
  }

}


.teslimat_button {
  position: fixed;
  bottom: 10px;
  left: 50%;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  /* DİKEY hizalama */
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  cursor: pointer;
  transition: transform 0.2s ease;
  border: 5px red dashed;
}

.teslimat_button:hover {
  transform: scale(1.05);
}

.teslimat_button img {
  height: 35px;
  width: 35px;
}

.teslimat_button .label {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  width: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .teslimat_wrapper {
    position: fixed;
    bottom: 10px;
    left: 41%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }

}

@media (min-width: 767px) {
  .teslimat_wrapper {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }

}



/* Kutucuklar (animasyon halkaları) */
.kutucukk {
  background: rgb(238, 4, 4, 0.2);
  /* dikkat çekici kırmızımsı */
  width: 75px;
  height: 67px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  transform: scale(1);
  left: 50%;
  bottom: 10px;
}

/* Animasyonlar */
.animatedd .k1 {
  animation: kutucukkBir 4000ms infinite alternate ease-in-out;
}




@keyframes kutucukkBir {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(2);
    opacity: 0.4;
  }

  100% {
    transform: scale(1);
  }
}




/* Asıl buton stili aynı kalıyor */
.teslimat_button {
  background-color: #fff;
  border-radius: 50px;
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: 2px red dashed;
  z-index: 5;
  transition: transform 0.2s ease;
}

.teslimat_button:hover {
  transform: scale(1.05);
}

.teslimat_button img {
  height: 35px;
  width: 35px;
}

.teslimat_button .label {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  width: 50px;
  text-align: center;
}