#files-area{
    width: 30%;
    margin: 0 auto;
}
.file-block{
    border-radius: 10px;
    background-color: rgba(144, 163, 203, 0.2);
    margin: 5px;
    color: initial;
    display: inline-flex;
    & > span.name{
        padding-right: 10px;
        width: max-content;
        display: inline-flex;
    }
}
.file-delete{
    display: flex;
    width: 24px;
    color: initial;
    background-color: #6eb4ff00;
    font-size: large;
    justify-content: center;
    margin-right: 3px;
    cursor: pointer;
    &:hover{
        background-color: rgba(144, 163, 203, 0.2);
        border-radius: 10px;
    }
    & > span{
        transform: rotate(45deg);
    }
}
.blogImg{
    width: 80%;
    height: 90%;
    margin:1%;
    border:black solid 2px;
}
.brdr{
    border-radius: 5% 5% 5% 5%;
}

.imgcss a,.seecomment a{
    color:blue;
}
.blogFix{
    width: 70%;
    margin: auto;
}
.colorFix{
    background: white !important;
}
svg{
    width: 30px;
    height: 30px;
}

/* div > img {
    width: 22%;
} */

.product-img{
    min-height: 250px;
    max-height: 250px;
    display: flex;
    justify-content: center;
    border-radius: 25px !important;
}
.brdrFix{
    border-radius: 25px !important;
}
.cardTextFix{
    margin-top:25px;
}
.smallText{
    font-size: small;
    font-weight: bold;
}
.ovrflow{
    overflow-x: auto;
}
    /* Slideshow container */
    .slideshow-container {
    max-width: 93%;
    position: relative;
    margin: auto;
    }

    /* Caption text */
    .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    }

    /* Number text (1/3 etc) */
    .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    }

    /* The dots/bullets/indicators */
    .dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    }

    .active {
    background-color: #717171;
    }

    /* Fading animation */
    .fade {
    animation-name: fade;
    animation-duration: 5s;
    }

    @keyframes fade {
    from {opacity: .8} 
    to {opacity: 1}
    }

    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
    .text {font-size: 11px}
    }

.auto_slider{
    animation: rotation 15s linear infinite;
}
.auto_slider2{
    animation: rotation2 10s linear infinite;
}
.imgFixCard{
    min-height: 222px !important;
}

@keyframes rotation {
    0% {
        transform:translateX(0)
    }
    100% {
        transform:translateX(-100%)
    }
}

@keyframes rotation2 {
    0% {
        transform:translateX(-100%)
    }
    100% {
        transform:translateX(0%)
    }
}

#shopData{
    /* overflow: hidden */
}

.swiper {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}
.serviceBoxFix{
    border-radius: 25px !important;
}

.product-action{
    top: 365px !important;
}

.pb-3, .py-3 {
    padding-bottom: 3rem !important;
}
.recentDivFix{
    max-height: 455px;
}

.swiper-wrapper{
    overflow-x: auto !important;
    overflow-y: hidden;
}

.categorySection{
    width: 48% !important;
}