/*!
 * ZeplinGo
 * Custom css
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) ZeplinGo
 */

/*! ürün detayda resimi sabit tutma */
@media screen and (min-width: 768px) {
  .prod_picture_box {
        position: sticky;
      top: 0;
	}
}
/*! ürün detayda resimi sabit tutma */

/*! slider */
@media screen and (max-width: 768px) {
  
  .cid-ry6drk2Fr4 .mbr-slider .carousel-control.carousel-control-next {
	display:none;
	}
  
  .cid-ry6drk2Fr4 .mbr-slider .carousel-control.carousel-control-prev {
    display:none;
	}
  
  .cid-ry6drk2Fr4 .carousel-caption {
    top: 60%;
	}
  
	#slider-text-zep  .display-5 {
    font-size: 1rem!important;
    line-height: 17px!important;
	}
  
   #slider-text-zep strong {
    font-size: 1.3rem;
	}
  
  .slider-img-zep {
    height: 370px!important;
  }
  .container-slide {
    height: 370px!important;
  }
  .slider-fullscreen-image {
    height: 370px!important;
  }
}
/*! slider */

/*! diller */
.cid-rxVuiMJXcQ .dropdown.open>.dropdown-menu {
  display: flex; 
  flex-direction: column; 
}
.langtr { 
  order: 3!important; 
}
.langen { 
  order: 2!important; 
}
.langfr { 
  order: 1!important; 
}

.lang-langs .dropdown-item {

    color: #ffffff;

}
/*! diller */

@media screen and (min-width: 768px) {
    .PhoneCall {
    display:none;
	}
} 

@media screen and (min-width: 768px) {
  #WhatsAppClick {
    display:none;
  }
}


@media screen and (max-width: 768px) {
	.PhoneCall {
    width: 35px;
    height: 35px;
    bottom: 60px;
	}
  
  .WhatsAppHeader {
    display:none
  }
  
  .WhatsApp {
    width: 35px;
    height: 35px;
	}
  
  .WhatsApp .socicon {
    font-size: 20px;
	}
  
  .PhoneCall .fa {
    font-size: 20px;
	}
  
  .PhoneCall2 {
  bottom: 100px!important;
  }
}


label {
    display: none;
}
.CorporationContent {
    background-color: #fff;
}

.contentid25 .btn-info, .btn-info:active {
    background-color: #390556!important;
    border-color: #2c0443!important;
    color: #fff!important;
}

button.navbar-toggler .hamburger span {
    background-color: #ffffff!important;
}
.header-social .social-list .soc-item-youtube span, .header-social .social-list .soc-item-linkedin span, .header-social .social-list .soc-item-twitter span, .header-social .social-list .soc-item-facebook span, .header-social .social-list .soc-item-instagram span {
    color: #ffffff!important;
}

.dropdown-menu {
    background: linear-gradient(99deg, rgba(101,55,127,0.6671043417366946) 0%, rgba(101,55,127,1) 55%); 
}

.cid-rxVuiMJXcQ .navbar {
    background: linear-gradient(99deg, rgba(101,55,127,0.6671043417366946) 0%, rgba(101,55,127,1) 55%);
    -webkit-transition: none;
    transition: none;
    min-height: 77px;
    padding: 0.5rem 0;
}

.cid-rxVuiMJXcQ .navbar  
  .text-black {
    color: #fff!important;
}

.btn-info, .btn-info:active {
    background-color: #390757!important;
    border-color: #390757!important;
    color: #fff!important;
}

.btn-info-outline, .btn-info-outline:active {
    background: 0 0;
    border-color: #65377f;
    color: #65377f;
}

.cid-rFgRut2Lhs {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #65377f;
}

/*! * sosyal medya iconlar */
.header-social .social-list .soc-item-youtube,
.header-social .social-list .soc-item-linkedin,
.header-social .social-list .soc-item-twitter,
.header-social .social-list .soc-item-facebook,
.header-social .social-list .soc-item-instagram {
    background-color: transparent;
    border: 1px solid #999999;
}

.header-social .social-list .soc-item-youtube span,
.header-social .social-list .soc-item-linkedin span,
.header-social .social-list .soc-item-twitter span,
.header-social .social-list .soc-item-facebook span,
.header-social .social-list .soc-item-instagram span{
    color: #373737;
}
/*! * sosyal medya iconlar */





#slider-img-zep {
  -webkit-animation: kenburns-top 30s ease-out both;
	        animation: kenburns-top 30s ease-out both;
}

#slider-text-zep {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s  both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.5s  both;
}


/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}


/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
            transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
            transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}


/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}