.search-container {
    position: relative; /* Eklenen satır */
    text-align: center;
    margin-bottom: 0; /* Boşluğu kaldırma */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 15%;
    margin-top: 5px;
}

.search-input {
    padding: 8px;
    width: 600px;
}

.search-results {
    position: absolute;
    width: 600px;
    background-color: #fff;
    display: none;
    z-index: 999999;
    margin-top: 48px;
    margin-left: 50%;
    max-height: 400px; /*İstenilen maksimum yükseklik değeri */
    overflow-y: auto; /*İçerik fazla olduğunda kaydırma çubuğunu görüntüler */
}

.search-results li:last-child {
    border-bottom: 1px solid #ccc;
}

.search-results.show {
    display: block;
}

.search-results ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.search-results li {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.search-results a {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 8px;
}

.search-results a:hover {
    background-color: #f5f5f5;
}

.search-results p {
    color: black;
}

.highlight {
    font-weight: bold;
}

.result-image {
    width: 64px;
    height: 64px;
    margin-right: 10px;
    border: 1px solid #e8e8e8;
    padding: 2px;
    background-color: #fff;
  }
  
  .result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.result-title {
    flex-grow: 1;
}

/* Kaydırma çubuğu */
.search-results::-webkit-scrollbar {
    width: 8px; /* Kaydırma çubuğu genişliği */
  }
  
  /* Kaydırma çubuğu thumb */
  .search-results::-webkit-scrollbar-thumb {
    background-color: #888; /* Kaydırma çubuğu rengi */
  }
  
  .search-results::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Kaydırma çubuğu hover rengi */
  }
  
  /* Kaydırma çubuğu track */
  .search-results::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Kaydırma çubuğu arka plan rengi */
  }
  
  /* Kaydırma çubuğu kenarlık */
  .search-results::-webkit-scrollbar {
    border: 1px solid #ccc; /* Kaydırma çubuğu kenarlık ayarı */
  }


.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    overflow: visible;
    position: absolute;
    border: 0;
    padding: 0 15px;
    margin: 0;
    cursor: pointer;
    height: 43px;
    min-width: 50px;
    width: auto;
    /* line-height: 100%; */
    /* min-height: 100%; */
    right: 0; 
    left: auto;
    top: 0;
    bottom: auto;
    color: #fff;
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -ms-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
    text-transform: uppercase;
    background-color: #1B469B;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    text-shadow: 0 -1px 0 #1B469B;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #1B469B;
    top: 12px;
    left: -6px;
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -ms-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
}

span.widget-title {
    font-size:1.3em;
    font-weight:bold;
  }

  h3.widget-title, span.widget-title {
    text-transform:none;
  }

  .uppercase, h6, span.widget-title, th {
    letter-spacing:0.05em;
    line-height:1.05;
  }


  .widget .is-divider {
    margin-top:0.66em;
  }
  .is-divider {
    background-color:#007fff;
  }

  .is-divider {
    display:block;
    height:3px;
    margin:1em 0;
    max-width:30px;
    width:100%;
  }

  ul > li .count {
    font-size:0.7em;
    line-height:3em;
    opacity:0.7;
    float: right;
    margin-top: -5px;
    color: white;
  }

  ul > li .scount {
    font-size:0.7em;
    line-height:3em;
    opacity:0.7;
    float: right;
    margin-top: -5px;
    color: white;
  }

  .product-categories li {
   width: 100%;
  }

  .col-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1 0 auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%
}

.box {
  margin: 0 auto;
  position: relative;
  width: 100%
}

.box>a {
  display: block;
  width: 100%;
}

.box a {
  display: inline-block;
  color: #000000;
  font-size: .9em;
  word-break: break-word;
}

.box,.box-image,.box-text {
  transition: opacity .3s,transform .3s,background-color .3s
}

.box-image>a,.box-image>div>a {
  display: block
}

.box-image>a:focus-visible,.box-image>div>a:focus-visible {
  outline-offset: -2px
}

.box-text {
  font-size: .9em;
  padding-bottom: 1.4em;
  padding-top: .7em;
  position: relative;
  width: 100%
}

.box-text a:not(.button),.box-text h1,.box-text h2,.box-text h3,.box-text h4,.box-text h5,.box-text h6 {
  line-height: 1.3;
  margin-bottom: .1em;
  margin-top: .1em
}

.has-shadow .box-text {
  padding-left: 1.2em;
  padding-right: 1.2em
}

.has-equal-box-heights .box-image {
  padding-top: 20%;
}

.box-image {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 175px;
  top:0px;
}


.box-text p {
  margin-bottom: .1em;
  margin-top: .1em;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.row.row-grid>.col, .row.row-masonry>.col {
  float: left;
}

.row-small>.col, .row-small>.flickity-viewport>.flickity-slider>.col {
  margin-bottom: 0;
  padding: 0 9.8px 19.6px;
}



.col, .columns, .gallery-item {
  margin: 0;
  padding: 0 15px 30px;
  position: relative;
  width: auto;
}
/* div {
  display: block;
} */

.row .container {
  padding-left: 0;
  padding-right: 0;
}

ul.links {
  font-size: .85em;
  margin: 5px 0;
}

.text-center {
  text-align: center;
}

.woocommerce-pagination ul.links li {
  margin-left: inherit;
}

ul.links li {
  display: inline-block;
  margin: 0 0.4em;
}

.nav-vertical.nav-tabs>li.active>a,.scroll-to-bullets a.active,.nav-pagination>li>.current,.nav-pagination>li>span:hover,.nav-pagination>li>a:hover,.has-hover:hover .badge-outline .badge-inner,.accordion-title.active,.featured-table,.is-outline:hover,.tagcloud a:hover,blockquote,.has-border,.cart-icon strong:after,.cart-icon strong,.blockUI:before,.processing:before,.loading-spin,.slider-nav-circle .flickity-prev-next-button:hover svg,.slider-nav-circle .flickity-prev-next-button:hover .arrow,.primary.is-outline:hover {
  border-color: #335fb8;
  background-color: #335fb8;
  color: #e8e8e8;


}

.nav-pagination>li>a,.nav-pagination>li>span {
  border: 2px solid;
  border-radius: 99px;
  display: block;
  font-size: 1.1em;
  font-weight: bolder;
  height: 2.25em;
  line-height: 2em;
  min-width: 2.25em;
  padding: 0 7px;
  text-align: center;
  transition: all .3s;
  width: auto
}

.Columns .sub2 li:hover a, .sublink{color:#2600ff; text-decoration:none; font-weight: bold;}

.nav-pagination>li i {
  font-size: 1.2em;
  top: -1px;
  vertical-align: middle;
}

.links>li>a:before,i[class*=" icon-"],i[class^=icon-] {
  display: inline-block;
  font-display: block;
  font-family: fl-icons!important;
  font-style: normal!important;
  font-variant: normal!important;
  font-weight: 400!important;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: none!important
}

.back-button {
  background-color: #1B469B;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s;
    align-items: center;
}

.back-button:hover {
  background-color: #0055aa;
}

.back-arrow {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid white;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
}




.P1:nth-of-type(2n+1){width:40%;float:left;}
.P2:nth-of-type(2n+1){width:60%;float:left;}
.P1:nth-of-type(2n+2){width:48%;float:right;}
.P2:nth-of-type(2n+2){width:58%;float:left;margin-left: 20px;}
.P1 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
.P2 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
.P1 span:nth-of-type(2n+2){color:#676767}
.P2 span:nth-of-type(2n+2){color:#676767}
.P1 iframe {height:400px;border:0;}
.P2 iframe {height:400px;border:0;}

@media screen and (max-width: 1940px){
  .P1:nth-of-type(2n+1){width:40%;float:left;}
  .P1:nth-of-type(2n+2){width:48%;float:right;}
  .P1 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  .P2:nth-of-type(2n+1){width:58%;float:left;}
  .P2:nth-of-type(2n+2){width:48%;float:left; margin-left: 20px;}
  .P2 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  #pagination {
    /* padding-top: 230px;  */
    margin-top: 30px;

  }
}

@media screen and (max-width: 1840px){
  .P1:nth-of-type(2n+1){width:40%;float:left;}
  .P1:nth-of-type(2n+2){width:48%;float:right;}
  .P1 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  .P2:nth-of-type(2n+1){width:58%;float:left;}
  .P2:nth-of-type(2n+2){width:48%;float:left; margin-left: 20px;}
  .P2 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  #pagination {
    /* padding-top: 230px;  */
    margin-top: 100px;

  }
}

@media screen and (max-width: 1740px){
  .P1:nth-of-type(2n+1){width:40%;float:left;}
  .P1:nth-of-type(2n+2){width:48%;float:right;}
  .P1 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  .P2:nth-of-type(2n+1){width:58%;float:left;}
  .P2:nth-of-type(2n+2){width:48%;float:left; margin-left: 20px;}
  .P2 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  #pagination {
    /* padding-top: 230px;  */
    margin-top: 140px;

  }
}


@media screen and (max-width: 1680px) {
  #pagination {
    /* padding-top: 250px;  */
    margin-top: 150px;
  }

  .P1:nth-of-type(2n+1) {
    width: 50%;
    float: left;
}

  .P1:nth-of-type(2n+2) {
    width: 48%;
    float: right;
}

  .P1 span:nth-of-type(2n+1) {
    font-size: 25px;
    color: #1b469b;
    font-family: 'GothamNarrow-Black',sans-serif;
    display: block;
    margin-bottom: 15px;
}

.Columns ul li a {
  color: white;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 0.98em;
}


}
@media screen and (max-width: 1540px){
  .P1:nth-of-type(2n+1){width:40%;float:left;}
  .P1:nth-of-type(2n+2){width:48%;float:right;}
  .P1 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  .P2:nth-of-type(2n+1){width:58%;float:left;}
  .P2:nth-of-type(2n+2){width:48%;float:left; margin-left: 20px;}
  .P2 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  #pagination {
    /* padding-top: 230px;  */
    margin-top: 210px;

  }

  .Columns ul li a {
    color: white;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 0.91em;
  }
}

@media screen and (max-width: 1440px){
  .P1:nth-of-type(2n+1){width:40%;float:left;}
  .P1:nth-of-type(2n+2){width:48%;float:right;}
  .P1 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  .P2:nth-of-type(2n+1){width:58%;float:left;}
  .P2:nth-of-type(2n+2){width:48%;float:left; margin-left: 20px;}
  .P2 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  #pagination {
    /* padding-top: 230px;  */
    margin-top: 250px;

  }

  .Columns ul li a {
    color: white;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 0.89em;
  }
}

@media screen and (max-width: 1340px){
  .P1:nth-of-type(2n+1){width:40%;float:left;}
  .P1:nth-of-type(2n+2){width:48%;float:right;}
  .P1 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  .P2:nth-of-type(2n+1){width:58%;float:left;}
  .P2:nth-of-type(2n+2){width:48%;float:left; margin-left: 20px;}
  .P2 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  #pagination {
    /* padding-top: 230px;  */
    margin-top: 320px;

  }

  .Columns ul li a {
    color: white;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 0.80em;
  }
}
@media screen and (max-width: 1240px){
  .P1:nth-of-type(2n+1){width:40%;float:left;}
  .P1:nth-of-type(2n+2){width:48%;float:right;}
  .P1 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  .P2:nth-of-type(2n+1){width:58%;float:left;}
  .P2:nth-of-type(2n+2){width:48%;float:left; margin-left: 20px;}
  .P2 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  #pagination {
    /* padding-top: 230px;  */
    margin-top: 340px;

  }
  .Columns ul li a {
    color: white;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 0.70em;
  }

}


@media screen and (max-width: 1140px){
  .P1:nth-of-type(2n+1){width:40%;float:left;}
  .P1:nth-of-type(2n+2){width:48%;float:right;}
  .P1 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  .P2:nth-of-type(2n+1){width:58%;float:left;}
  .P2:nth-of-type(2n+2){width:48%;float:left; margin-left: 20px;}
  .P2 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  #pagination {
    /* padding-top: 230px;  */
    margin-top: 340px;

  }
  .Columns ul li a {
    color: white;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 0.63em;
  }

}

@media screen and (max-width: 1140px){
  .P1:nth-of-type(2n+1){width:40%;float:left;}
  .P1:nth-of-type(2n+2){width:48%;float:right;}
  .P1 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  .P2:nth-of-type(2n+1){width:58%;float:left;}
  .P2:nth-of-type(2n+2){width:48%;float:left; margin-left: 20px;}
  .P2 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  #pagination {
    /* padding-top: 230px;  */
    margin-top: 390px;

  }
  
}
@media screen and (max-width: 1040px){
  .P1:nth-of-type(2n+1){width:40%;float:left;}
  .P1:nth-of-type(2n+2){width:48%;float:right;}
  .P1 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  .P2:nth-of-type(2n+1){width:58%;float:left;}
  .P2:nth-of-type(2n+2){width:48%;float:left; margin-left: 20px;}
  .P2 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;}
  #pagination {
    /* padding-top: 230px;  */
    margin-top: 430px;

  }

  .Columns ul li a {
    color: white;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 0.57em;
  }
}

@media screen and (max-width: 960px){
  .Auto{
    margin-left: 0%; 
    /* width: 960px; */
  }

  .widget-title{
    margin-left: 10px;
  }

  #pagination {
    /* padding-top: 300px;  */
    margin-top: 1000px;
  }

    .search-container{
        position: relative;
        width: 100%;
        padding-right: 15px;
        /* padding-left: 15px; */
        margin-left: 0;
    }
    .search-input {
        /* left: 0; */
        padding: 8px;
        width: 100%;
    }
    .search-results {
        position: absolute;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        display: none;
        z-index: 999999;
        margin-top: 100px;
        left: 0;
        margin-left: 0px;
        font-size: 9px; /* Yazı boyutunu ayarlayın */
        letter-spacing: -0.5px; /* Harf aralığını ayarlayın */
    }

    .search-results ul {
        font-size: 9px; /* Yazı boyutunu ayarlayın */
        letter-spacing: -0.5px; /* Harf aralığını ayarlayın */
    }
    
    .search-results li {
        font-size: 9px; /* Yazı boyutunu ayarlayın */
        letter-spacing: -0.5px; /* Harf aralığını ayarlayın */
    }
    
    .search-results a {
        font-size: 9px; /* Yazı boyutunu ayarlayın */
        letter-spacing: -0.5px; /* Harf aralığını ayarlayın */
    }
    
    .search-results a:hover {
        font-size: 9px; /* Yazı boyutunu ayarlayın */
        letter-spacing: -0.5px; /* Harf aralığını ayarlayın */
    }
    
    .search-results p {
        font-size: 9px; /* Yazı boyutunu ayarlayın */
        letter-spacing: -0.5px; /* Harf aralığını ayarlayın */
    }
    
    .highlight {
        font-size: 9px; /* Yazı boyutunu ayarlayın */
        letter-spacing: -0.5px; /* Harf aralığını ayarlayın */
    }

    .P1:nth-of-type(2n+1){width:100%;float:left;margin-bottom:25px;}
    .P1:nth-of-type(2n+2){width:100%;float:right;}
    .P1 span:nth-of-type(2n+1){font-size:25px;color:#1b469b;font-family: 'GothamNarrow-Black',sans-serif;display:block;margin-bottom:15px;text-align:center}
    .P1 span:nth-of-type(2n+2){color:#676767}
    .P1 iframe {height:300px;}

}
