.mt-5{
    margin-top:5% !important;
}
.mt-15{
    margin-top:15% !important;
}
.mt-10{
    margin-top:10% !important;
}
.mt-2{
    margin-top:2% !important;
}
.mt-3{
    margin-top:3% !important;
}

@media (max-width: 800px) {
    #wp {
        margin-right: 0px !important;
    }
}
#wp {
    position: fixed;
    right: 0;
    bottom: 5px;
    left: 0;
    z-index: 1030;
}
.carousel-caption h3 {
    color: #fff;
    font-size: 24px;
}

.carousel-caption p {
    color: #ddd;
}


.carousel-control {
    background: none;
    border: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-shadow: none; /* Bu satır ile gölgeyi ar kaldırabilirsiniz */
}
#product_banner{
    background-color: #fac011 !important;
    padding: 0px !important;
        border-radius: 10px;
}

.pdf-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.pdf-modal-content {
    width: 80%;
    height: 80%;
}

.pdf-modal-content iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.pdf-modal .close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
}

.pdf-modal .close:hover,
.pdf-modal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

