.category-woo-selector {
  
    padding: 20px;
    position: relative;
    background: transparent;

    
}
.btn1{
    background:#c90000 !important;
}
#woo-loading {
    width: 100vw;
    height: 70vh;
    backdrop-filter: blur(7px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #252525 100%);
    top: 30%;
    left: 0%;
    display: none;
    position: absolute;
    transform: translate(-14%, -50%);
    text-align: center;
    align-content: center;
    z-index: 999;
}
.category-woo-selector select {
    border-radius: 25px;
    padding: 0 40px;
    border: none;
    font-size: 16px;
    margin-bottom: 15px;
    background: rgba(0, 0, 0, .17) url(../images/chevron-down.svg) no-repeat 40px center;
    background-size: 17px;
    color: #fff;
    border-top-right-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    height:45px !important;
}
.category-woo-info p{
    font-size:40px !important;
}
.category-woo-info {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin: 15px 0 30px;
}
.darkoobh2{
    padding-bottom:8px;
    font-weight:600;
    color:white;
    font-size:22px !important;
}
.category-woo-selector{
    
}
.category-woo-info p img {
    width: 35%;
    height: 145px;
   
}

.d-search-btn:visited {
    color: #fff;
}
.d-search-btn {
    padding: 0 35px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #c70039;
    font-size: 16px;
    border: none;
    color: #fff;
    width: 112px;
}
.d-search-btn:hover {
    color: #fff;
    background :#94022c;
}

@media screen and (max-width: 600px) {
    .category-woo-selector {
        display: flex;
        text-align: center;
        flex-direction: column-reverse;
    }
    .d-search-btn {
        margin: 10px auto;
    }
}