.play-video .play-video-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.btn-green {
    background-color: #00c853;
}

.sidebar::-webkit-scrollbar {
    display: none;
    /* width of the entire scrollbar */
}

#suggestions::-webkit-scrollbar {
    display: none;
    /* width of the entire scrollbar */
}

.no-hover-effect:hover {
    background-color: var(--primary);
}



.background-secondary {
    background-color: var(--secondary);
}

.background-light {
    background-color: var(--light);

}

.yt-holder {
    position: relative;
    overflow: hidden;
    /* height: 0; */
    padding-bottom: 35%;
    /* border: 1px solid red; */
}

.yt-holder>iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.addToCart .addToCart-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

/* .requestBtn
{
    border: 2px solid black;
} */
.hidden {
    display: none;
}

.signUpCol {
    background-color: white;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.5);
    border: 2px solid #d3dce0;
    border: 24px;

}

.btn-green {
    background-color: #00c853;
}

.signUpImg img {
    width: 20%;
    height: 20%;
    object-fit: cover;
}

.dark-green {
    color: #00c853;
}

.fa-square-xmark {
    /* background-color: red; */
    font-size: 15px;
}

.yt-holder {
    height: 50vh;
}

.serachField {
    position: relative;
}

#suggestions {
    cursor: pointer;
    z-index: 7;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.9);
    background: white;
    color: black;
    list-style: none;
    border-radius: 12px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    width: 96.5%;
    top: -10px;
}

#suggestions a {
    color: var(--secondary);
    text-decoration: none;

}

#suggestions li {
    padding: .2rem 0;
    padding-left: 1rem;



}

#suggestions li:hover {
    display: block;
    background: var(--hover);
    width: 100%;
    text-align: left;
}



.mr-point5 {
    margin-right: .2rem;
}




#searchForm .form-control:invalid {
    border-color: initial;
    box-shadow: none;
}

#searchForm .form-control:focus {
    border: none;
    box-shadow: none;
}

.my-btn-class {
    background-color: #ff5722;
    border-color: #ff5722;
    color: #fff;
}

.my-btn-class:hover {
    background-color: #f4511e;
    border-color: #f4511e;
}

.myPaymentButton {

    outline: none;
    border: none;
    border: 1px solid #003087;
    border-radius: 12px;
    padding: 1rem;
    margin: 1rem 0;

}

.myPaymentButtonSubmit {
    border: .125rem solid #003087;
    background: none;
    border-radius: 12px;
    padding: .3rem .5rem;
}

@media (max-width:576px) {
    .yt-holder {
        height: 40vh;
    }
}