.icon-section .icon-wrapper {
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px 30px;
  transition: all 0.4s ease-out;
}

#product-list .product-wrapper {
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.65s;
}

#product-list .col-md-3 {
  margin-bottom: 25px;
  text-align: center;
}

.gallery-section-1 .img-title .weta-icerik-tag {
  text-align: center;
  width: 100%;
}

.gallery-section-1 .img-title .weta-icerik-tag::after {
  display: none !important;
}

.learn-more .btn,
.gallery-section-1 .img-wrapper .btn {
  height: 35px;
  min-width: 100%;
  font-size: 14px !important;
  line-height: 18px;
}

.btn {
  background: linear-gradient(90deg, rgba(12, 28, 140, 1) 0%, rgba(4, 144, 169, 1) 100%);
}

.weta-slider-buttons .btn {
  background: transparent !important;
  border: none !important;
  position: relative;
  text-transform: none;
}
.weta-slider-buttons .btn span{
  display: flex;
  align-items: center;
  justify-content: center;
}
.weta-slider-buttons .btn span::after {
  content: '\f061';
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  color: var(--site-color) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'FontAwesome';
  margin-left: 10px;
  border-radius: 50%;
  font-size: 15px;
}


.weta-slider-buttons .btn:hover {
  /* background: var(--site-hover-color) !important;
  border-color: var(--site-hover-color) !important; */
  color: #fff !important;
}

.learn-more .btn:hover,
.btn:hover {
  background: transparent !important;
  border-color: var(--site-color) !important;
  color: var(--site-color) !important;
}

@media(min-width:768px) {
  .section-header #navigation>ul>li:nth-child(3) .dropdown-menu {
    min-width: 350px;
    display: flex !important;
    flex-wrap: wrap;
  }

  .section-header #navigation>ul>li:nth-child(3) .dropdown-menu li {
    width: 50%;
  }
}

.footer-pages {
  display: flex;
  flex-wrap: wrap;
}

.footer-pages li {
  width: 50%;
}

.productSwiper .swiper-slide,
.productDetail .product-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid var(--site-color);
  border-radius: 10px;
  overflow: hidden;
}

#page-detail-section-2 .rgw,
#page-detail-section-3 .rgw,
#page-detail-section-4 .rgw,
#page-detail-section-5 .rgw,
#page-detail-section-6 .rgw,
#page-detail-section-7 .rgw,
#page-detail-section-8 .rgw,
#page-detail-section-9 .rgw,
#page-detail-section-10 .rgw {
  /* border: 2px solid var(--site-color); */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  text-align: center;
}

#product-list .product-image{
  height: 230px;
  align-items: center;
  flex-direction: unset;
  margin-right: 50px;
}
#product-list .product-image a{
  display: flex;
  width: 100%;
  height: 100%;
}

#product-list .product-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-list .weta-icerik-tag {
  font-size: 18px;
}

@media(min-width:1450px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1450px;
  }
}

.pageDetailContent .weta-icerik-tag {
  position: relative;
  width: max-content;
  padding-bottom: 20px;
}

.pageDetailContent .weta-icerik-tag::after {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  right: auto;
  width: 0%;
  height: 5px;
  bottom: 5px;
  transition: all .85s;
  background: linear-gradient(90deg, rgba(12, 28, 140, 1) 0%, rgba(140, 155, 179, 1) 85%, rgba(255, 255, 255, 0) 100%);
}

.pageDetailContent.show .weta-icerik-tag::after {
  width: 100%;
  right: 0;
}

.icon-section .icon-wrapper .weta-icerik-tag {
  width: 100%;
  padding-bottom: 0;
}

.icon-section .icon-wrapper .weta-icerik-tag::after {
  display: none;
}

.icon-section .icon-wrapper {
  min-height: 200px;
}

.icon-section .icon {
  width: 50px;
  height: 50px;
  background-color: rgb(12, 28, 140, 0.95);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}

.icon-section .icon-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 10%;
  height: 10%;
  transform: scale(1);
  transition: all .75s;
  z-index: 2;
  opacity: 0;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(12, 28, 140, 1) 0%, rgba(4, 144, 169, 1) 100%);
}

.icon-section .icon-wrapper {
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 5px;
}

.icon-section .icon-wrapper:hover {
  background-color: transparent;
}

.icon-section .icon-wrapper:hover::before {
  opacity: 1;
  width: 200%;
  height: 200%;
  right: 0;
  bottom: 0;
  top: -50%;
  left: -50%;
}

.icon-section .icon-wrapper:hover .icon {
  background-color: #fff !important;
  color: var(--site-color) !important;
}

.icon-section .icon-wrapper:hover *,
.icon-section .icon-wrapper .icon span {
  color: #fff !important;
}

.icon-section .icon-wrapper:hover .icon span {
  color: var(--site-color) !important;
}

.icon-section .icon-wrapper * {
  position: relative;
  z-index: 3;
}

.icon-section .icon-title {
  margin-top: 20px;
}

@media(min-width:768px) {
  .section-header .col-lg-3 {
    width: 20%;
  }

  .section-header .col-lg-9 {
    justify-content: center;
    width: 60%;
  }

  .section-header .row {
    position: relative;
  }

  .section-header #navigation>ul>li:nth-last-child(1) {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section-header #navigation>ul>li:nth-last-child(1) a {
    min-width: 140px;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(12, 28, 140, 1) 0%, rgba(4, 144, 169, 1) 100%);
    color: #fff !important;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .4s;
    display: block;
  }

  .section-header #navigation>ul>li:nth-last-child(1) a::after {
    display: none;
  }

  .section-header #navigation>ul>li:nth-last-child(1) a:hover {
    background-size: 130% 100%;
  }
}

#teklifModal #submitButton {
  color: #fff !important;
}

#teklifModal #submitButton:hover {
  color: var(--site-color) !important;
}

@media(max-width:768px) {

  .pageSliderContent .sliderJs,
  .pageSliderContent .sliderJs .swiper-wrapper,
  .pageSliderContent .sliderJs .swiper-slide {
    max-height: calc(100vh - 75px) !important;
    height: calc(100vh - 75px) !important;
  }

  .sliderJs .swiper-button-prev {
    left: 30%;
  }

  .sliderJs .swiper-button-next {
    right: 30%;
  }

  .sliderJs .slider-contents {
    width: 90%;
  }
}

.gallery-section-1 .img-wrapper{
  border-radius: 35px;
  border-top-right-radius: 0px;
  padding: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border: none;
  transition: all .65s;
}

.pageSliderContent .swiper-pagination {
  bottom: 30px;
}

.pageSliderContent .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  background: #fff !important;
}

.pageSliderContent .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 45px;
}

.sliderJs .swiper-button-next,
.sliderJs .swiper-button-prev {
  width: 30px !important;
  height: 30px !important;
  bottom: 25px;
  opacity: 1 !important;
  top: auto;
  border: none;
}

.sliderJs .swiper-button-next::after,
.sliderJs .swiper-button-prev::after {
  color: #fff !important;
}

.sliderJs .swiper-button-prev {
  left: 45%;
}

.sliderJs .swiper-button-next {
  right: 45%;
}

@media(min-width:768px){
  #product-list .product-wrapper{
    display: flex;
    align-items: center;
  }

}
#product-section-0 .product-wrapper{
  display: block;
}
#product-section-0 #product-list .product-image{
  margin-right: 0px;
}
.page-breadcrumb{
  /* background-image: url(/images/ranzasan-breadcrumb.jpg) !important; */
  position: relative;
  height: 230px;
}
.page-breadcrumb::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.45;
  width: 100%;
  height: 100%;
}
.page-breadcrumb .container{
  position: relative;
  z-index: 2;
}
#product-list .custom-col:hover .product-wrapper,
.gallery-section-1 .img-wrapper:hover{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transform: scale(1.02);
  cursor: pointer;
}