@media (max-width: 991px) {
    .solmenu{
        display: none !important;
    }
}

.header-logo__img{
    width: 250px;
}

header.header .button,
.aside-dropdown .button{
    color: #fff;
}

.main-menu__sub-list,
.lang-select__sub-list{
    background-color: #333;
}

.main-menu__sub-list:before,
.lang-select__sub-list:before{
    border-top: 20px solid #333;
}

@media (max-width: 991px) {
    .header-logo__img{
        width: 250px;
    }
}

.slider__next:hover,
.slider__prev:hover{
    color: #fff;
}

.promo-slider__count:after{
    background: #333;
}

.promo-pannel__link{
    color: #d51931;
}

.promo-pannel__video:before{
    background-color: rgba(213,25,49,.79);
}

.promo-pannel .video-trigger i{
    color: #d51931;
}

.promo-slider__item--style-1 .promo-slider__button:hover{
    color: #fff;
}

.button--primary:hover{
    color: #fff;
}

.promo-pannel__email{
    padding-right: 0;
    padding-left: 0;
}

.icon-item a{
    text-decoration: none;
}

.donors:before{
    width: 100%;
}

.donors .container{
    padding-top: 70px;
}

.footer-logo__img{
    width: 220px;
}

.ref-item{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    height: 220px;
}

.ref-item:last-child,
.ref-item:nth-last-child(2),
.ref-item:nth-last-child(3),
.ref-item:nth-last-child(4),
.ref-item:nth-last-child(5),
.ref-item:nth-last-child(6) {
    border-bottom: none;
}

.ref-item a img{
    max-width: 70%;
}

@media (max-width: 991px) {
    .ref-item:nth-last-child(3){
        border-bottom: 1px solid #E5E5E5;
    }

    .ref-item{
        height: 150px;
    }
}

.shop-item__add{
    color: #fff;
}

.shop-item__add:hover{
    background: #222;
}

.shop-item__name{
    font-size: 18px;
}

.pc-video{
    display: flex;
}

.mobil-video{
    display: none;
}

@media (max-width: 991px) {
    .pc-video {
        display: none;
    }

    .mobil-video {
        position: absolute;
        display: flex;
        width: 100%;
        max-width: 100%;
        min-height: 60px;
        bottom:-60px;
    }

    .promo-pannel__video::before {
      background-color: rgb(213, 25, 49);
    }

    .mobil-video-cont{
        width: 100%;
        max-width: 100%;
    }
    .slider__nav--promo{
        bottom: 40px;
    }

    .slider__next, .slider__prev{
        width: 25px;
        height: 25px;
        font-size: 11px;
    }
}

.kategori-baslik{
    font-size: 50px;
}

.indir-buton{
    background-color: #d51931;
    border-radius: 0;
    width: 260px;
    height: 50px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 30px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.indir-buton:hover{
    color:#fff;
}

table{
    width: 100%;
}

table tr:nth-child(odd){
    background-color: rgba(0, 0, 0, 0.1);
}

table tr td{
    margin: 0 2px;
    padding: 7px;
    font-size: 14px;
    border-right: 2px solid #fff;
}

.gallery-simple__item:hover{
    background: rgba(213, 25, 49,.7);
}

.horizontal-tabs .horizontal-tabs__header .r-tabs-state-active a, .horizontal-tabs__header a:hover{
    color: #222;
}

.gray-effect img{
    filter: grayscale(1);
    opacity: 0.5;
    transition: 400ms all;
    -webkit-transition: 400ms all;
    -moz-transition: 400ms all;
    -ms-transition: 400ms all;
    -o-transition: 400ms all;
}

.gray-effect:hover img{
    filter: none;
    opacity: 1;
}

.main-menu__item .main-menu__link{
    font-size: 13px;
}

.promo-primary__pre-title{
    font-family: 'Montserrat';
    font-weight: 300;
    text-transform: uppercase;
    font-size: 20px;
}

.promo-primary{
    position: relative;
}

.video-foreground {
    pointer-events: none;
    height: calc(100% + 120px);
}

.video-foreground iframe {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: calc(100% + 120px);
    border: none;
}

.shop-item__name a{
    color: #222;
}

.shop-item__name a:hover{
    color: #333;
}

/* Whatsapp Buton */
.wp1, .wp2{
    background-color: #d51931;
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 20px;
    left: 20px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.wp2{
    left:auto;
    right:20px;
    background-color: #222;
}

.wp1 i, .wp2 i{
    font-size: 2em;
    line-height: 60px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.mobil-bottom1, .mobil-bottom2{
    display: none;
}

@media(max-width:991px){
    .wp1, .wp2{
        border-radius: 0;
        width: 100%;
        bottom:0;
        left: 0;
        height: 40px;
        line-height: 40px;
        display: none;
    }

    .mobil-bottom1, .mobil-bottom2{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 50%;
        z-index: 99999;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    .mobil-bottom2{
        left: auto;
        right: 0;
    }

    .mobil-bottom1 ul, .mobil-bottom2 ul{
        margin:0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

    .mobil-bottom1 ul li{
        height: 45px;
        line-height: 45px;
        background-color: #222;
        border-right: 1px solid rgba(255,255,255,0.1);
        text-align: center;
        margin: 0;
        display: block;
    }

    .mobil-bottom1 ul li a{
        text-transform: uppercase;
        color:#fff;
        text-decoration: none;
        font-size: 13px;
    }

    .mobil-bottom2 ul li{
        height: 45px;
        line-height: 45px;
        font-size: 25px;
        background-color: #222;
        border-right: 1px solid rgba(255,255,255,0.1);
        display: block;
        float: left;
        text-align: center;
        width: 50%;
    }

    .mobil-bottom2 ul li a{
        color: #fff;
        text-decoration: none;
    }

    .mobil-bottom2 ul li:last-child{
        border: none;
    }
}

.arayalim{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.arayalim-buton{
    background-color: #d51931;
    color: #fff;
    width: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 250px;
    border-radius: 7px 0 0 7px;
    text-align: center;
    position: relative;
    writing-mode: vertical-lr;
    transition: 300ms all;
    text-decoration: none;
}

.arayalim-buton:hover{
    background-color: #fff;
    color: #d51931;
    text-decoration: none;
}

.arayalim-form{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -350px;
    background-color: #d51931;
    width: 350px;
    height: auto;
    padding: 70px 30px 30px 30px;
    border-radius: 7px;
}

.arayalim-form p{
    font-weight: 600;
    color: #fff;
    font-size: 17px;
}

.arayalim-form .form-group input, .arayalim-form .form-group textarea{
    width: 100%;
    padding: 6px 10px;
    font-weight: 500;
    font-size: 13px;
    border: none;
}

.arayalim-form .form-group textarea:focus{
    border:none !important;
}

.arayalim-form .form-group button{
    width: 100%;
    padding: 10px 15px;
    background-color: #222;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: block;
    color: #fff;
}

.arayalim-form .form-group p{
    line-height: 23px;
    font-size: 14px;
}

.arayalim-kapat{
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    background-color: #fff;
    padding: 7px 15px;
}

.arayalim-kapat:hover{
    background-color: #d51931;
    color: #fff;
}

@media(max-width:991px){
    .arayalim-buton{
        display: none;
    }
}
/* Whatsapp Buton */

.icons-section{padding:100px 0 0 0 !important; }

.video-baslik::after,
.video-baslik::before{
    display: none;
}

.anasayfa-kutular{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap:20px;
}

@media (min-width: 992px) and (max-width: 1700px){
    .header-logo__img{
        width: 200px;
    }

    .dropdown-trigger {
        margin: 15px 20px 0 20px;
    }

	.header--front.header--fixed .dropdown-trigger{
		margin-top:0;
	}

    .header-logo{
        margin-right: 30px;
    }

    header.header .button {
        width: 190px;
        padding: 0 10px;
    }
}

@media(max-width:991px){
  .anasayfa-kutular{
    display: block;
  }

  .slick-slide {
     height:450px !important;
  }

  .slick-slide img {
     height:450px !important;
  }

  .promo{
    margin-top:72px;
  }
}

.alert{
  z-index: 9999999999999 !important;
  position: relative;
}

.shop-item{
  height: 500px !important;
}

.shop-item__name{
  text-align: center;
}

.main-menu__sub-list{
  width: 280px;
}

.urun{
  padding-bottom: 20px !important;
}

@media(max-width:991px){
  .shop-item{
    height: auto !important;
  }
}
