.RonseAnaSlider .slider-item {
    min-height: 730px;
    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;
    z-index: 1;
    position: relative;
    background-size: cover;
    background-position: center;
}

.RonseAnaSlider .slider-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #141517;
}


.RonseAnaSlider .slider-content {
    z-index: 2;
    position: relative;
    margin: 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}


.RonseAnaSlider .slider-content h2 {
    color: #F8F8F8;
}

.RonseAnaSlider .slider-content p {
    max-width: 60%;
}

.RonseAnaSlider .slider-content .slider-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.RonseAnaSlider .slider-content .slider-btns .theme-btn {
    margin-top: 15px;
    margin-right: 20px;
}

.RonseAnaSlider .slider-content .slider-btns .slider-video-play {
    color: white;
    margin-top: 15px;
    width: 55px;
    height: 55px;
    background: var(--ronse-genel-renk);
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
}

.RonseAnaSlider .slider-content .slider-btns .slider-video-play:hover {
    background: var(--ronse-ikinci-renk);
}

.RonseAnaSlider .slider-content * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/** Swiper */
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px !important;
}

.swiper-button-next, .swiper-button-prev {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    background-color: #000000;
    color: #FFFFFF !important;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #000000;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    width: 20px !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    background: #000000;
    opacity: 1;
    height: 10px;
    width: 10px;
    border-radius: 10px;
}

.wd-tools-element:is(.wd-design-6,.wd-design-7) :is(.wd-tools-inner,.wd-tools-icon) {
    border-radius: 5px !important;
}

.ronse-yuvarlak-alan img {
    border-radius: 50% !important;
    width: 100px;
    height: 100px !important;
    text-align: center;
}

.ronse-yuvarlak-alan h4.baslik {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
}

.ronse-kolon {
    flex: 0 0 12.2%;
    max-width: 12.2%;
}

a.ronse-whatsapp-buton {
    background-color: darkgreen;
    color: #FFFFFF;
    width: 100%;
}

.ronse-whatsapp-buton:hover {
    color: #F8F8F8;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 5px;
}

.zerda-banner-icerik {
    position: relative;
}

.zerda-banner-icerik img {
    border-radius: 5px !important;
}

.zerda-banner-icerik .zerda-banner-bilgileri {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 2508;
    text-align: center;
}

.zerda-banner-bilgileri h3 {
    color: #F8F8F8;
    font-size: 1.3em;
}

.zerda-banner-bilgileri a {
    background: var(--ronse-genel-renk);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
}

.zerda-banner-icerik::after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .90)), color-stop(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .90), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}
