.sk-psearch-form .sk-psearch-input[type="text"]:not(.elementor-field):not(.searchform-s){
    background-color: transparent;
    border: 0;
    font-family: Roboto;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
    color: white;
    width: 100%;
}
.sk-psearch-form .sk-psearch-input::placeholder{
    color:#f3f3f3;
}
.sk-psearch-form{
    padding: 0;
    background-color: black;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.sk-psearch-submit{
    font-family: Rajdhani;
    background-color: transparent;
    color: #ffdd00;
    border: 0;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.sk-psearch-item{
    border: 1px solid black;
    margin: 15px 0px;
    display: flex;
    flex-direction: column;
}
.sk-psearch-item-title{
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#sk-psearch h3{
    padding: 15px 15px;
    color: black;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.sk-psearch-item-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0px 15px 15px 15px;
}
.sk-psearch-prod{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: 0 0 48%;
    background-color: white;
    padding: 15px;
}
.sk-psearch-pcontent{
    margin-left: -40px;
    width: 70%;
}
.sk-psearch-pimg{
    max-width: 200px;
    max-height: 200px;
}
.sk-psearch-aside{
    margin-left: -40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sk-psearch-cat{
    font-family: Rajdhani;
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    line-height: 16px;
    padding: 0 10px;
}
.sk-psearch-ptitle{
    font-family: Rajdhani;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
}
.sk-psearch-psubtitle{
    font-family: Rajdhani;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}
.sk-psearch-pshortdesc{
    color: black;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.sk-psearch-pdetail{
    font-family: Rajdhani;
    font-size: 14px;
    line-height: 16px;
    color: black;
}
.sk-psearch-pdetail:hover{
    font-weight: bold;
    color: black;
}
.sk-anim-slideUp {
    animation-name: slideUp;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-duration: calc(500ms);
}
.sk-psearch-notfound{
    margin: 15px 0px;
    font-family: Rajdhani;
    font-size: 18px;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sk-psearch-notfound a{
    font-weight: bold;
    color:black;
}
#sk-psearch .pshow{
    display: flex;
}
#sk-psearch .phide{
    display: none;
}
@keyframes slideUp {
    0% {
        transform: matrix(1, 0, 0, 1, 0, 20);
        opacity: 0;
    }

    100% {
        transform: matrix(1, 0, 0, 1, 0, 0);
        opacity: 1;
    }
}
@media (max-width: 768px) {
    .sk-psearch-prod{
        flex: 0 0 100%;
    }
}