:root {
    --primary-color: #ffc400;
    --border: #dddddd5e;
}

/* rutika css */

/* add shop */
li.add_shop_btn:hover a.btnadd {
    background-color: #fff;
    border: 1px solid var(--primary-color);
}
a.btnadd{
    border: 1px solid var(--primary-color);
}

/* banner */
.image-cover .container {
    max-width: 1200px;
}
.image-cover:before {
    background: #0000008c;
}

/* All Textile Markets */
.sec-heading h3 {
    margin-bottom: 20px;
}
.sec-heading.center{
    text-align: left;
}
.sec-heading h3:after {
    content: '';
    position: absolute;
    width: 75px;
    height: 4px;
    bottom: 30px;
    left: 0;
    background: var(--primary-color);

}
section.fixpading.all_market .Reveal-hotel-detail {
    padding: 20px 35px 20px;
    border: 1px solid var(--border);
}
section.fixpading.all_market .Reveal-hotel-wrap {
    border: 1px solid var(--border);
    border-radius: 5px;
    box-shadow: 0 0 20px rgb(124 136 160 / 25%);
    -webkit-mask-image: none;
}
section.fixpading.all_market .cover {
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    height: 100%;
    width: 100%;
}

/* all shops */
.author-avater img{
    height: 100px;
}
.all_shops .Reveal-grid-item.classical-list{
    border: 1px solid var(--border);
}
.Reveal-grid-footer-last a{
    height: 45px;
    font-size: 18px;
}
.mobile-screen{
    display: none;
}
.shops img.img-fluid.mb-2:hover {
    transform: scale(1.03);
}

/* media query */

@media (max-width: 767px) {
    .Reveal-search.Reveal-search-radius.box-style .btn.search-btn{
        width: 95%;
        margin: auto;
    }
    .full-search-2.Reveal-search .form-group{
        padding: 0 15px;
    }
    .sec-heading.center{
        text-align: center;
    }
    .sec-heading h3:after{
        display: none;
    }
    .mobile-screen{
        display: block;
    }
    .desktop-screen{
        display: none;
    }
    .fixpading {
        padding: 40px 0 0px !important;
    }
    section.fixpading.all_market .Reveal-hotel-detail {
        padding: 35px 20px 20px;
    }
    a.btn.light-btn {
        margin-bottom: 1.875rem;
    }
    img.img-fluid.mx-auto {
        width: 100%;
    }
    .col-xl-2.col-lg-4.col-md-4.col-sm-6.mb-4 {
        margin-bottom: 1.875rem !important;
    }        
    .call-to-act{
        margin-top: 0;
    }
    .call-to-act a.btn.light-btn {
        margin-bottom: 0;
    }
}
@media (min-width:768px) and (max-width: 1024px) {
    .Reveal-search.Reveal-search-radius.box-style .btn.search-btn{
        width: 95%;
        margin: auto;
    }
    .sec-heading h3:after{
        width: 15%;
    }
    .fixpading {
        padding: 40px 0 0px !important;
    }
    section.fixpading.all_market .Reveal-hotel-detail {
        padding: 35px 20px 20px;
    }
    hr{
        margin: 0;
    }
    a.btn.light-btn {
        margin-bottom: 1.875rem;
    }
    img.img-fluid.mx-auto {
        width: 100%;
    }
    .col-xl-2.col-lg-4.col-md-4.col-sm-6.mb-4 {
        margin-bottom: 1.875rem !important;
    }        
    .call-to-act{
        margin-top: 0;
    }
    .call-to-act a.btn.light-btn {
        margin-bottom: 0;
    }
    .footer-widget {
        padding-bottom: 0;
    }
    .skin-dark-footer .footer-bottom {
        margin-top: 1.875rem;
    }
}

@media (min-width: 1300px) {
    #shop .col-lg-3.col-md-4.col-sm-6.col-12 {
        max-width: 20%;
    }
}