﻿.category-slider-adjust {
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

.category-photo {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.icon-style {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-font-size {
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .category-slider-adjust {
        width: 125px;
        height: 125px;
        border-radius: 50%;
    }

    .category-photo {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
    }

    .cat-wrap .thumb:after {
        content: "";
        position: absolute;
        height: 145px;
        width: 145px;
        border: 2px solid white;
        top: -10px;
        left: -10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .footer-title {
        margin-top: 15px !important;
    }

    .center-div {
        text-align: center !important;
        text-align: justify !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .footer-widget .widget_title {
        max-width: 100%
    }

    .mobile-price {
        margin-top: 20px !important;
    }

    .product-detail-product-title-mobile {
        display: flex;
        text-align: center;
        margin-top:20px !important;
    }
    .product-features-css {
        display: grid;
        grid-template-columns: 1.5fr 2fr !important;
        gap: 10px;
        align-items: center;
    }
    .about-thumb-wrap2{
        padding-bottom:0px !important;
    }
    .banner-text {
        position: absolute;
        top: 50%;
        left: 40% !important;
        transform: translate(-50%, -50%);
        color: white;
        padding: 20px;
        font-size:15px;
    }
    .client-box {
        width: -webkit-fill-available !important;
    }
}

@media screen and (max-width: 1600px) {
    .category-slider-adjust {
        width: 135px;
        height: 135px;
        border-radius: 50%;
    }

    .category-photo {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
    }

    .cat-wrap .thumb:after {
        content: "";
        position: absolute;
        height: 155px;
        width: 155px;
        border: 2px solid white;
        top: -10px;
        left: -10px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
}

@media screen and (max-width: 1920px) {
    .slider-container{
       max-width:1910px !important;
    }
}

.img-adjust {
    height: 120px;
    width: 220px;
    object-fit: contain
}
.client-box-border {
    height: 225px !important;
}
.client-box{
    width:300px;
}
.padding-brand-card {
    padding-left: 10px;
    padding-right: 10px;
}

.adjust-sort-bar {
    display: flex;
    justify-content: end;
}

.adjust-product-title {
    overflow-wrap: anywhere;
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-features-css {
    display: grid;
    grid-template-columns: 0.5fr 2fr;
    gap: 10px;
    align-items: center;
}

.feature-item {
    display: contents;
}

.feature-title {
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
    color: black;
}

.feature-value {
    display: inline;
}

.price {
    font-size: x-large;
    font-weight: 900 !important;
}

.price-title {
    display: flex !important;
    justify-content: center !important;
}


.adjust-statement-feautes {
    align-content: center;
}

.as-pagination .active a {
    background-color: #3b2b98;
    color: white;
}
.min-input {
    margin-left: -21px !important;
    width: 50% !important;
    height: 50px !important;
}
.max-input {
    width: 50% !important;
    height: 50px !important;
}

.hero-thumb {
    position: relative;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: left;
    padding: 20px;
}

    .banner-text h1 {
        font-size: 3rem;
        margin: 0;
    }

    .banner-text p {
        font-size: 1.5rem;
        margin: 0;
    }
