.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    /* padding: 2% 5% 2% 5%;*/
    /* padding-top: 100px;*/
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(137, 137, 137, 0.6);
    /*  backdrop-filter: blur(2px);*/
}
.modal-div{
    top:3.16em;
    /* top:2.25em;
    top:4.0em;*/
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1100px;
    position: relative;
    border: 10px solid white;
    border-radius: 10px 10px 10px 10px;
    background: rgb(255,255,255);
    display: block;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -webkit-box-shadow: 0px 0px 23px -5px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 0px 23px -5px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 23px -5px rgb(0 0 0 / 35%);
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1200px;
    text-align: center;
    object-fit: cover;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
/*  @media all and (orientation: landscape) {
.modal-content {
height: 80%;
max-height: 90%;
}
}
@media all and (orientation:portrait) {
.modal-content {
width: 80%;
max-width: 90%;
}
}*/
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: rgb(72, 72, 72);
    padding-top: 2%;
    padding-bottom: 5%;
}
.modal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
.close {
    position: absolute;
    top: 0%;
    right: 2%;
    color: rgb(230, 30, 65);
    font-size: 40px;
    /*font-weight: bold;*/
    transition: 0.3s;
    transition: all 3s ease-out;
}
.close:hover,
.close:focus {
    color: rgb(190, 0, 50);
    text-decoration: none;
    cursor: pointer;
}
/*  @media only screen and (max-width: 700px) {
.modal-content {
width: 100%;
}
}*/
.pkat {
    z-index: 999;
}
.ikat {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    z-index: 899;
}
.ikat:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    z-index: 899;
}
.ikat {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.product__item-title{
    position: relative;
}