﻿.owl-theme .owl-dots .owl-dot span {
    background: #707070 !important;
    opacity: 0.6 !important
}

.owl-theme .owl-dots .active span {
    background: #707070 !important;
    opacity: 0.9 !important
}

.fs-3 {
    margin: 20px 0px;
}

.card-bdyRugs {
    height: 17rem;
    background: #FFFCF7;
    text-align: center;
}

    .card-bdyRugs a {
        font-weight: normal;
        font-size: 1.3rem
    }

        .card-bdyRugs a:hover {
            text-decoration: none !important;
            color: #1e1e1e !important;
        }

.middle {
    transition: .9s ease;
    opacity: 0;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    text-align: center;
    max-height: 165px;
}

.container2:hover .middle {
    opacity: 1;
}

.container2:hover .image {
    opacity: 0.5;
}
/*//new rugs style*/
@media(min-width:768px) {
    .gridChild1Box:hover {
        background: #B4A9A0;
    }
}

.paddingStyleRow {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fadeInBottom {
    animation-name: fadeInBottom;
}

/*.cssanimationRugs {
    animation-delay: 2s;
    animation-duration: 6s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    opacity: 0;
}*/

@media(max-width:768px) {
    .gridChild1Box h3 {
        font-size: initial
    }
}