.shipping-text-div{
  width: 350px;
  height: 25px;
  overflow: hidden;
}
.shipping-text{
  float: right;
  transform: translateX(100%);
  transition: transform 8s linear;
  color: #4a0c21!important;
}
.not-found-div{
  width: 100%;
  border:3px solid #f7f7f7;
  margin: 20px 0;
  border-radius: 10px;
  padding: 20px 0;
  color: grey;
}
.not-found-div .bag-icon{
  font-size: 45pt;
  position: relative;
  left:11px;
}
.not-found-div .x-icon{
  font-size: 26pt;
  position: relative;
  left: -30px;
}
.store-nav-div{
  position: relative;
  z-index: 2;
  width: 100%;
  height:120px;
  padding: 20px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.store-banner{
  position: absolute;
  top:50%;
  left:0;
  z-index: 1;
  width: 100%;
  transform: translateY(-50%);
}
.store-banner-div{
  position: relative;
  z-index: 2;
}
.store-logo-div{
  float: left;
  width: 80px;
  height:80px;
  padding: 3px;
  border-radius: 50%;
  overflow:hidden;
  background: linear-gradient(45deg, #2937f0, #9f1ae2);
  background-clip: padding-box;
}
.store-logo{
  width: 74px!important;
  height: 74px!important;
  border-radius: 50%;
  overflow:hidden;
  background-color:#fff;
}
.store-info-div{
  width: calc(100% - 160px);
  height:80px;
  float: left;
  padding: 0 20px 0 20px;
}
.store-name-top{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.store-contact-div{
  background-color: #fff;
  border-radius: 5px;
  width: 80px;
  height:100%;
  float: left;
  padding: 27px 0;
  text-align: center;
  font-size: 16pt;
}
.store-contact-div i{
  cursor: pointer;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
.store-div{
  width: 80px;
  text-align: center;
  float: left;
  margin-right: 5px;
}
.selected-variant{
  background-color: #4a0c21!important;
  color:#fff!important;
}
.single-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none; /* Farenin metinle etkileşime girmesini önler */
}
.btn-category{
  border-bottom:3px solid #f7f7f7;
  border-radius: 0;
  box-sizing: border-box;
  height: 40px!important;
}
.selected-category{
  border-bottom-color: #4a0c21!important;
}
.address-check-div label{
  position: relative;
  top:-3px;
}
.steps-horizontal {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 800px;
  position: relative;
  padding: 0;
}

.steps-horizontal::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e9ecef;
  z-index: 1;
}

.step-horizontal {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}

.step-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  border: 2px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 20px;
  color: #6c757d;
  transition: all 0.3s ease;
}

.step-title {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 5px;
}

.step-description {
  font-size: 12px;
  color: #adb5bd;
  max-width: 150px;
  margin: 0 auto;
}

.step-horizontal.active .step-icon {
  background: #4361ee;
  border-color: #4361ee;
  color: white;
  box-shadow: 0 0 0 5px rgba(67, 97, 238, 0.2);
}

.step-horizontal.complete .step-icon {
  background: #2ecc71;
  border-color: #2ecc71;
  color: white;
}

.breadcrumb-area > .container > .nav-div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}
.nav-ul{
 display: inline;
}
.product-title{
  font-size: 18px;
  line-height: 1.2!important;
}
.pe-7s-shopbag{
  font-size: 26pt;
  position: relative;
}
.main-image{
  margin-left: 20px;
  max-width: 500px;
  border:1px solid #e0e0e0;
}
.gallery-image{
  border:1px solid #e0e0e0;
}
.gallery-image.selected-gallery-image{
  border:2px solid #000;
}
.categories{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height:100%;
  padding: 20px;
  z-index:99;
  background-color: #fff;
  transform: translateX(-100%);
  will-change: transform;
  transition: transform .3s;
}
.menu-list-div{
  height: calc(100% - 50px);
  overflow-y: auto;
  padding: 0 10px;
}
.categories hr{
  margin: 8px 0!important;
}
.category-list-mobile {
  display: none;
}
.nav-ul > li{
  float: left;
  margin-right: 10px;
}
.nav-li a{
  color:#5b5858;
}
.nav-active a{
  color:#000;
}
.nav-li>i{
  position: relative;
  top:1px;
}
.cookie-info{
  display: none;
  position: fixed;
  bottom:0;
  left:0;
  width: 100%;
  height:100px;
  background-color: #fff;
  color:#000;
  border-top:1px solid #000;
  padding: 10px 0;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
input[type="checkbox"]{
  width: 15px;
  height:15px;
  position: relative;
  top:2px;
}
main {
  flex-grow: 1;
}
.rp_q_div{
  overflow: hidden;
  height:0;
}
.start-shop-btn{
  background-color:#007bff;
  border-radius:20px;
  color:#fff;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.start-shop-btn.bg-danger{
  background-color: #e90042!important;
  box-shadow: 0 0 0 .25rem #e9004242;
}
.start-shop-btn.bg-danger:hover{
  background-color: #d1003b!important;
}
.start-shop-btn:hover{
  background-color: #0069d9;
  color:#fff;
}
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    top:2px;
}
.switch input { display: none; }
.slider {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    transition: .4s;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 17px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 13px; width: 13px;
    left: 2px; bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider {
    background-color: #4361ee;
}
input:checked + .slider:before {
    transform: translateX(13px);
}

.notification-div{
  position: fixed;
  z-index:99;
  top:50%;
  right:50%;
  min-width:500px;
  text-align: center;
  transform: translate(50%, 50%);
  padding:15px;
  background-color: #4f9525;
  opacity: 0;
  display: none;
  transition: opacity 1s ease;
}
.notification-div *{
  color:#fff;
}
.notification-div span{
  font-size: 14pt;
  position: relative;
  top:-3px;
}
.notification-div i{
  font-size: 24pt;
  position: relative;
  top:2px;
}
.success-notification{
  background-color: #4f9525;
}
.danger-notification{
  background-color: #af1923;
}
.warning-notification{
  background-color: #ffc107;
  width: 700px;
}
.warning-notification *{
  color:#000;
}
.slider-container{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
}
.slider-div{
  display: contents;
}
.slider-div h1{
  font-weight:  bolder;
}
.slider-div .btn{
  background-color:#007bff;
  border-radius:20px;
  padding: 6px 18px;
  color:#fff;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.search-results{
  display: none;
  width: 464px;
  height: auto;
  border: 2px solid #eceff8;
  padding: 0;
  overflow: hidden;
  border-radius: 7px;
  position: absolute;
  left: calc(50% - 241px);
  top:65px;
  background-color: #fff;
  z-index: 999;
  transition: height .2s ease;
}
.loader {
  width: 40px;
  height: 40px;
  border: 8px solid #e0e0e0;
  border-top: 8px solid #2937f0;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 10px auto 10px auto;
}
.search-text{
  margin-top: 30px;
  width: 60%;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
}
.main-menu{
  text-align: center;
}
.main-menu i {
  position: relative;
  left:-25px;
  background-color: #fff;
  border-radius: 50%;
}
.estusi_logo{
  height:50px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.categories-mobile{
  display: none;
}
.categories-desktop, .categories-mobile{
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .store-name-top{
    font-size: 14pt;
  }
  .store-nav-div{
    width: 100%;
    height:100px;
    padding: 10px;
  }
  .store-banner{
    width: 100%!important;
    height: auto;
  }
  .store-info-div{
    height:80px;
    float: left;
    padding: 10px;
  }
  .store-contact-div{
    height:44px;
    float: left;
    padding: 10px 0;
    position: relative;
    transform: translateY(50%);
    border:1px solid black;
  }
  .stores-div{
    padding: 0 5px!important;
  }
  .store-div{
    width: calc(25% - 5px);
  }
  .product-title{
    font-size: 14pt;
  }
  .nav-li{
    font-size: 8pt!important;
    margin-right: 5px!important;
  }
  .nav-li>i{
    top:0;
  }
  .nav-ul{
    padding: 0!important;
    display: ruby;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .main-image{
    margin-left: 20px;
    max-width: 200px;
  }
  .categories-desktop{
    display: none;
  }
  .categories-mobile{
    display: inline-block;
  }
  .cookie-info{
    height:150px;
  }
  .estusi_logo{
    height:40px;
  }
  .main-menu {
    text-align: right;
  }
  .search-results{
    width: calc(100% - 20px);
    left:10px;
  }
  .logo-div{
    height:30px;
  }
  .logo {
    margin-top: -5px;
  }
  .search-div{
    padding: 0;
    width: calc(100% - 190px);
    height:30px;
  }
  .main-menu{
    width: 100%;
    padding: 0 5px;
    height:30px;
    padding-top: 1px;
  }
  .search-text{
    width: 100%;
    margin-top: -2px;
    font-size: 9pt;
    height:24px;
  }
  .main-menu i {
    position: relative;
    left:-5px;
    top:-23px;
  }
}
