
@media (min-width: 576px) {
    .call-to-action-section-for-pets-shop h3{
        font-size: 30px !important;
        text-align: left !important;
    }
    .call-to-action-section-for-pets-shop p{
        font-size: 18px !important;
        line-height: 1.2em !important;
        text-align: left !important;
    }
    .petshop-keypoint-content{
        grid-template-columns: 1fr 1fr !important;
        margin-top: 2rem;
    }
    .search-icon-pet-shop{
        margin-top: -2rem !important;
        position: relative;
        margin-right: 0.5rem;
    }
 }

@media (min-width: 768px) {
    .petshop-keypoint-content{
        grid-template-columns: 1fr 1fr !important;
        margin-top: 2rem;
    }
 }

@media (min-width: 992px) {
    .petshop-keypoint-content{
        grid-template-columns: 1fr 1fr 1fr !important;
        margin-top: 2rem;
    }
    .search-icon-pet-shop{
        margin-top: -2.5rem !important;
    }
}

@media (min-width: 1200px) {
    .petshop-keypoint-content{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
        margin-top: 2rem;
    }
 }
 .product-search{
    padding: 5px 30px 5px 10px;
    border-radius: 5px;
}
.petshop-keypoint-content{
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-top: 2rem;
}
.call-to-action-section-for-pets-shop .btn{
    padding: 12px 32px 12px 32px;
    background-color: #ffffff;
    color: #7C0DBE;
    border-radius: 100px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.call-to-action-section-for-pets-shop h3{
    color: #fff;
    line-height: 1.2em;
    font-family: Poppins;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
}
.call-to-action-section-for-pets-shop p{
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    text-align: center;
    padding-bottom: 20px;
}
.img-icon1{
    display: flex;
    align-self: end;
}
.img-icon1 img{
    width: 36px;
    height: 36px;
}
.img-icon2 img{
    width: 36px;
}
.img-icon img{
    width: 36px;
    height: 36px;
}
.petshop-keypoint-item-content h4{
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: left;
    color: #000000;
}
.petshop-keypoint-item-content p{
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    text-align: left;
    color: #111111;
}
.petshop-keypoint-item{
    display: flex;
    column-gap: inherit;
    align-items: center;
}
.filter-results {
    height: auto;
    /* border: 1px solid #7C0DBE; */
    border-radius: 15px;
    /* background-color: #F7F2FF; */
}

.filters-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-results hr{
    color: #7C0DBE;
}
.filter-button{
    background: none !important;
    color: #777777 !important;
    font-size: 0.9rem;
    font-family: 'Poppins';
    font-weight: 500;
    text-decoration: underline;
}
.list-group-categories {
    position: relative;
    /*display: block;*/
    display: flex;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    font-size: 15px;
}
.filter-results h4 {
    font-weight: bold;
}

.categories h5, .brands h5, .vendors h5, .price-range h5 {
    color: #333;
    font-size: 15px;
}

.categories h5 img, .brands h5 img, .vendors h5 img , .price-range h5 img {
    margin-right: 10px;
    vertical-align: middle;
}


.arrow-icon {
    transition: transform 0.3s;
}

.arrow-icon.rotate {
    transform: rotate(180deg);
}

.container-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
    border-radius: 5px;
    background-color: #fff;
}
.results {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
}
.icon {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.icon img {
    margin-right: 1rem;
}
.sort-text{
    font-size: 15px;
    margin-right: 23px;
    color: #777777;
}
.sort-container {
    position: relative;
    display: inline-block;
}

.sort-button {
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
    border: 1px solid #ccc;
    right: 0px;
    z-index: 9999;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.show {
    display: block;
}
.product_name {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    text-decoration: underline;
}
.add_to_cart a{
    min-width: 100%;
    padding: 6px 20px 6px 20px;
    border-radius: 100px;
    text-align: center;
    border: 1px solid;
    background-color: transparent;
}
.single_product{
    padding: 40px 20px;
    box-shadow: 0px 0px 8px 4px rgba(140, 104, 205, 0.25);
    border-radius: 20px;
    height: 400px;
    min-height: 350px;
}
.filter-results .form-check-input{
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 10px !important;
}

.product_thumb{
    display: flex;
    justify-content: center;
}

@keyframes animate {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

/*#categoriesCollapse ,#brandsCollapse{*/
/*    max-height: 300px;*/
/*    overflow-y: auto;*/
/*}*/
/*!* Custom scrollbar styles *!*/
/*#categoriesCollapse::-webkit-scrollbar {*/
/*    width: 5px; !* Width of the scrollbar *!*/
/*}*/

/*#categoriesCollapse::-webkit-scrollbar-track {*/
/*    background: #f1f1f1; !* Track color *!*/
/*    border-radius: 5px; !* Match the border radius *!*/
/*}*/

/*#categoriesCollapse::-webkit-scrollbar-thumb {*/
/*    background: #888; !* Thumb color *!*/
/*    border-radius: 10px; !* Match the border radius *!*/
/*}*/

/*#categoriesCollapse::-webkit-scrollbar-thumb:hover {*/
/*    background: #555; !* Thumb color on hover *!*/
/*}*/
@keyframes animate {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.loading-placeholder {
    animation-name: animate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-color: #CCC;
    background-size: 800px 100px;
    width: 100%;
}
.search-icon-pet-shop{
    margin-top: -2rem;
    position: relative;
    margin-right: 0.5rem;
}
.loading-placeholder.name {
    height: 20px;
    max-width: 100%;
    margin-top: 10px;
}

.loading-placeholder.price {
    height: 20px;
    max-width: 100px;
    margin-top: 10px;
}

.loading-placeholder.actions {
    height: 20px;
    max-width: 80%;
    margin-top: 10px;
}

.loading-placeholder.product_thumb {
    height: 200px;
}

#priceRangeCollapse {
    padding-left: 1rem;
}
