@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #58595b;
}
nav a.nav-link {
  color: #525252;
  font-weight: 600;
}
nav li.nav-item {
  margin: 0 0.8rem;
  position: relative;
}
nav li.nav-item:after {
  content: "";
  height: 50%;
  width: 1px;
  background-color: #525252;
  position: absolute;
  top: 25%;
  right: -10px;
}
nav li.nav-item:last-child:after {
  display: none;
}
.navbar-toggler {
  border: 1px solid black!important;
}

button.owl-prev,
button.owl-next {
  position: absolute;
  top: 40%;
  font-size: 100px !important;
  color: rgb(255 188 19 / 90%) !important;
}
button.owl-prev {
  left: 15px;
}
button.owl-next {
  right: 15px;
}
.logo {
  position: relative;
  display: inline-block;
}

nav li.nav-item.dropdown {
  margin: 0 0.8rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
nav li.nav-item.dropdown > a {
  border: 2px solid #525252;
  padding: 0 10px;
}
ul.dropdown-menu {
  min-width: auto;
  border-color: #525252;
}
.waterproof {
  background-image: url(../images/icons.png);
  height: 110px;
  width: 100px;
  margin: 0 auto;
}
.heat {
  background-image: url(../images/icons.png);
  background-position: -99px -3px;
  height: 110px;
  width: 73px;
  margin: 0 auto;
}
.long {
  background-image: url(../images/icons.png);
  background-position: -184px -5px;
  height: 110px;
  width: 86px;
  margin: 0 auto;
}
.wlist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.wlist li {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
}
.wlist li img {
  display: block;
}
.wlist li span {
  display: block;
  text-align: center;
  color: #000;
}
.bg-s1 {
  background-color: #fff2d0;
}
.bg-s2 {
  background-color: #52aee3;
}
hr {
  background-color: #f5bf45;
  height: 2px !important;
  opacity: 1;
}
.asimg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 75vh;
  position: relative;
}
.innersliderimg {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 65vh;
  position: relative;
}
.btn-w {
  color: var(--main-color);
  border: 2px solid var(--main-color);
  transition: 0.5s all;
}
.btn-w:hover {
  background-color: var(--main-color);
  color: #fff;
}
.katitem {
  color: #fff !important;
  display: block;
  text-decoration: none !important;
  padding: 20px 60px 20px 175px;
  position: relative;
  margin-bottom: 7rem;
  min-height: 225px;
}
.katimg {
  max-width: 180px;
  position: absolute;
  left: -35px;
  top: -47px;
}
.katacik {
  font-size: 0.85rem;
}
.katlist > .col-md-6 {
  padding-right: calc(var(--bs-gutter-x) * 1.5);
  padding-left: calc(var(--bs-gutter-x) * 1.5);
}
/*.colord {
    color: var(--main-color);
}*/
.urunbldr {
  font-size: 3rem;
}
p,
.p {
  font-size: 0.85rem;
}
#bx-pager {
  text-align: center;
  margin-top: -30px;
}

#bx-pager a {
  margin: 0 3px;
}

#bx-pager a img {
  padding: 3px;
  border: solid #ccc 1px;
}

#bx-pager a.active img {
  border: solid #5280dd 1px;
}
.krdsitm {
  display: block;
  text-decoration: none !important;
  text-align: center;
}
.fotolistg {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fotolistg li {
  display: inline-block;
  padding: 10px 8px;
}
.krdsitm .katacik {
  min-height: 105px;
}
.katlist .bx-wrapper {
  box-shadow: none;
}
.katimgx {
  width: 180px;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -35px;
  top: -47px;
}
.navkaldir {
  text-decoration: none !important;
  color: #212529;
}
.pdfler {
  display: flex;
  flex-flow: wrap;
}
.pdfler select {
  width: 74%;
}
.pdfler button {
  width: 26%;
}
.pdfler h5 img {
  margin-right: 5px;
  vertical-align: text-top;
}
.homesld {
  display: flex;
  align-content: end;
  padding: 50px;
  justify-content: end;
  flex-flow: wrap;
}
.readmore {
  background: #ffbc13;
  border: none;
  display: inline-block !important;
  height: auto;
  border-radius: 0px;
}
#PanelAnasayfa p,#PanelIcerik .container-xl p {
  color: #58595b;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
img.katimg {
  max-width: 200px!important;
  position: absolute;
  left: -50px!important;
  top: 10px!important;
}
@media (max-width:768px){
	.back-cover {
  height: 20vh !important;
	}
	button.owl-prev, button.owl-next{
	top:0!important;}
}