.pageSliderContent .swiper-slide img,
.footer-img img {
  border-radius: 0px !important;
}

@media(min-width:768px) {

  .section-header,
  .section-header .col-lg-3 {
    height: 90px;
  }

  .section-header #navigation>ul>li,
  .lang-menu>ul>li {
    line-height: 90px;
  }

  .section-header.fixed .col-lg-3 {
    height: 75px;
  }

  .section-header.fixed #navigation>ul>li,
  .section-header.fixed .lang-menu>ul>li {
    line-height: 75px !important;
  }

  .productDetail .col-md-5 {
    width: 50%;
  }

  .productDetail .col-md-7 {
    width: 45%;
  }

  .productDetail .row {
    justify-content: space-between;
  }
}

@media(max-width:768px) {

  #gallery-detail-section-2 .custom-col,
  #gallery-detail-section-3 .custom-col {
    width: 100% !important;
  }

  footer #footer-col:nth-child(2) {
    display: none !important;
  }

  .footer-img img {
    max-height: 65px !important;
  }

  .parallax-section {
    height: 200px !important;
    background-attachment: unset;
    background-position: center;
  }

  #parallax-4 {
    height: 400px !important;
  }

  .productDetail .col-md-7 {
    margin-top: 45px;
  }
}

.footer-title {
  font-weight: 700 !important;
}

.loader-mask .loader img {
  border-radius: 0px !important;
}

#blog-list .custom-col a,
#blog-list .swiper-slide a,
#product-list .product-wrapper {
  display: block;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all .4s;
  overflow: hidden;
}

.blog-content-wrapper,
.product-content-wrapper {
  padding: 20px 15px;
  position: relative;
  z-index: 2;
}

.blog-title,
#product-list .col-md-3 .product-wrapper .product-title {
  margin-top: 0;
  padding: 0px !important;
}

.blog-title .weta-icerik-tag,
.product-list .weta-icerik-tag {
  font-size: 16px !important;
  min-height: 40px;
}

.btn {
  border-radius: 50px;
}

.btn::after {
  content: '\f061';
  font-family: 'FontAwesome';
  margin-left: 10px;
}

#blog-list .blog-image {
  overflow: hidden;
}

#blog-list .blog-image img {
  transition: all .4s;
}

#blog-list .custom-col:hover .blog-image img,
#blog-list .swiper-slide:hover .blog-image img,
#product-list .custom-col:hover .product-image img {
  transform: scale(1.07);
}

#blog-list .custom-col:hover a,
#blog-list .swiper-slide:hover a,
#product-list .product-wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blogs {
  display: none;
}

.product-wrapper {
  border-radius: var(--site-image-radius);
}

.productDetail img {
  border-radius: 0px !important;
}

.productDetail #myTabContent,
.productDetail .col-md-7 {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.productDetail .col-md-7 {
  padding: 40px;
}

.product-thumbs .swiper-slide {
  opacity: 0.65;
}

.product-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.productDetail #myTabContent {
  padding-bottom: 15px !important;
}

#gallery-detail-section-2 .gallery-info,
#gallery-detail-section-3 .gallery-info {
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
  border-top-right-radius: var(--site-image-radius);
}

#gallery-detail-section-2 .gallery-info .img-title,
#gallery-detail-section-3 .gallery-info .img-title {
  margin-top: 0px;
}
#gallery-detail-section-2 .img-description p,
#gallery-detail-section-3 .img-description p{
  margin-bottom: 0px !important;
}
.gallery-section-2 .img-title .weta-icerik-tag,
.gallery-section-3 .img-title .weta-icerik-tag{
  font-weight: 600 !important;
}
body.mfp-zoom-out-cur {
  overflow: hidden;
}