﻿body {
}

a {
    text-decoration: none;
}

.filter {
    color: #a37228;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 20px !important;
    font-family: Satoshi-Medium;
}


/*btn style*/
.bg-gold {
    background: #b9823a;
}

.search-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.search-form {
    display: flex;
    width: 800px;
    position: relative;
    align-items: center
}

.search-input {
    width: 100%;
    height: 64px;
    border: none;
    border-radius: 40px 0 0 40px;
    background: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    color: black;
    letter-spacing: 3px;
    text-align: center;
    outline: none;
    padding: 0;
}

    .search-input::placeholder {
        color: #d7d5d3;
        opacity: 1;
        font-weight: 600;
        letter-spacing: 5px;
    }

.search-btn {
    width: 180px;
    height: 64px;
    background: black;
    color: #fff;
    border: none;
    border-radius: 0 40px 40px 0;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 3px;
    cursor: pointer;
    outline: none;
    transition: background 0.2s;
}

    .search-btn:hover {
        opacity: 0.9;
    }

.category {
    letter-spacing: 2px;
    font-size: 1.43rem;
    font-weight: 900;
    color: black !important;
}

.more {
    /*color: #be8c44 !important;*/
    text-underline-offset: 6px;
}

@media(max-width:576px) {
    .search-input {
        font-size: 12px;
        letter-spacing: 0px;
        padding-left: 20px;
    }

    .search-btn {
        font-size: 12px;
    }

    .category {
        font-size: 14px;
    }
}

.card-img-bg {
    background-color: #F6F1E9;
}

.btn-outline-secondary {
    color: black;
}

.Divdbtn {
    position: absolute;
    /*right:20%;*/
    right: 160px;
}

.Search-Btn {
    padding: 9px 30px;
    border-radius: 5px;
}

.search-txt {
    width: 100%;
    padding: 9px 15px;
    border-radius: 3px;
    font-size: 14px;
}

.suggestion-box {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    font-size: 14px;
    /* bottom:-70%; */
    /*z-index: 1000;*/
}

.suggestion {
    padding: 9px 15px;
    cursor: pointer;
}

    .suggestion:hover {
        background-color: #eee;
    }

.no-suggestion {
    padding: 8px 12px;
    color: #999;
    font-style: italic;
    pointer-events: none;
}

#loader {
    width: 80px;
    margin-top: 15px;
}

.img_wrapper {
    height: 170px;
    padding: 40px;
    background: #fbf7f4;
}

    .img_wrapper img {
        width: 100%;
        height: 100%;
        margin: auto;
        object-fit: contain;
        object-position: center;
    }

@media(max-width:576px) {
    .img_wrapper {
        height: 120px;
        padding: 20px;
        /*height:auto;*/
    }

    .search-input {
        height: 50px;
    }

    .search-wrap {
        margin: 20px;
    }

    .search-input::placeholder {
        color: #d7d5d3;
        opacity: 1;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .category {
        letter-spacing: 0px
    }

    .search-btn {
        width: 140px;
        height: 50px;
    }
}



@media(max-width:500px) {
    .img_wrapper {
        height: 100px;
        padding: 10px;
        /*height:auto;*/
    }

    .card-title {
        font-size: 1rem;
    }

    .filter {
        font-size: 14px !important;
    }

    .heading {
        font-size: 1.6rem;
    }

    .bl-icon:nth-child(1) {
        margin-right: 2px;
    }

    .bl-icon .rounded-circle {
        padding: 4px;
        font-size: 8px;
    }

    .card-text {
        font-size: 0.9rem;
        font-weight: bold;
        margin-top: 1px;
        letter-spacing: 0.5px;
    }
}
