﻿/*Suggestion box*/
body {
}

.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: 20px;
    font-weight: 900;
    color: black !important;
}

.more {
    /*color: #be8c44 !important;*/
    text-underline-offset: 6px;
}
#HideCrossicon{
    cursor:pointer;
}

@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;
}

/*Filter Popup*/
.pu-content.pu-desktop {
    padding: 30px 20px 0 20px;
    width: 100%;
    min-width: 1366px;
    max-width: 1366px;
    max-height: 80vh;
    position: relative;
}

.pu-content.pu-mobile {
    display: none;
}

.pu-card {
    position: relative;
    padding: 2rem 1rem;
    border-radius: 0px;
}

.fl-btn-wrap {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.fl-type-wrap {
    margin-bottom: 40px;
}

.fl-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: 'Varela Round', sans-serif;
    ;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 18px;
    padding-left: 20px;
}

.fl-btn {
    display: inline-block;
    /*padding:11px 22px;*/
    padding: 8px 15px;
    line-height: 1;
    font-size: 14px;
    font-family: 'Varela Round', sans-serif;
    ;
    color: #000;
    background: #fff;
    border-radius: 50px;
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(0, 0, 0, 0.2);
}

    .fl-btn.selected {
        background: linear-gradient(to right,#A27D00,#A27D00);
        box-shadow: none;
        border: solid 1px #A27D00;
        color: #fff;
    }

.fl-alphabets {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.fl-alpha {
    color: #000;
    font-size: 14px;
    line-height: 1;
}

    .fl-alpha.selected {
        color: #A27D00;
    }

.fs-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-top: 1px solid rgba(0,0,0,0.2);
}

.fs-btn {
    /*padding:18px 30px;*/
}

.fs-clear {
    font-size: 14px;
    font-family: 'Varela Round', sans-serif;
    ;
    color: #A27D00;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
/*Filter Popup-----END*/



/*=====Media Queries=====*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {

    /*Filter Popup*/
    .pu-content.pu-desktop {
        display: none;
    }

    .pu-content.pu-mobile {
        display: block;
        padding: 30px 30px 0 30px;
        max-height: 70vh;
        min-height: 70vh;
        overflow-y: auto;
    }

    .fm-type-wrap {
        position: relative;
    }

    .fm-plus {
        font-size: 18px;
        line-height: 1;
        color: #000;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 0;
        padding: 20px 0;
    }

        .fm-plus:after {
            content: "";
            display: inline-block;
            position: absolute;
            height: 2px;
            width: 12px;
            background-color: rgba(0,0,0,0.8);
            right: 0;
            top: 26px;
            transition: 300ms ease;
        }

        .fm-plus:before {
            content: "";
            display: inline-block;
            position: absolute;
            height: 2px;
            width: 12px;
            background-color: rgba(0,0,0,0.8);
            right: 0;
            top: 26px;
            transform: rotate(90deg);
            transition: 300ms ease;
        }

    .fm-type-wrap[aria-expanded="false"] .fm-plus:before {
        transform: rotate(90deg);
    }

    .fm-type-wrap[aria-expanded="true"] .fm-plus:before {
        transform: rotate(0deg);
    }

    .fl-alphabets {
        flex-wrap: wrap;
        padding: 0;
        justify-content: flex-start;
    }

    .fl-alpha-wrap {
        width: 20%;
        text-align: center;
        padding: 10px 0;
    }

    .fs-btn {
        padding: 14px 20px;
    }

    .fl-btn {
        font-size: 12px;
    }
    /*Filter Popup-----END*/
}

/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
}

/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
}

/*Tablets, Ipads (landscape)*/
@media (min-width: 850px) and (max-width: 1024px) and (orientation: landscape) {
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
}

/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1152px) and (max-width: 1599px) {

    /*Filter Popup*/
    .pu-content.pu-desktop {
        padding: 30px 20px 0 20px;
        width: 100%;
        min-width: 1110px;
        max-width: 1110px;
    }
    /*Filter Popup-----END*/
}

/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {

    /*Filter Popup*/
    .pu-content.pu-desktop {
        padding: 30px 20px 0 20px;
        width: 100%;
        min-width: 1110px;
        max-width: 1110px;
    }
    /*Filter Popup-----END*/
}

/*HD Displays 1920x1080*/
@media (min-width: 1920px) {
}
/*Filter Popup*/

/*.ps__rail-y {
opacity: 1 !important;
}*/
.pu-content.pu-desktop {
    padding: 50px 30px 0 30px;
    width: 100%;
    min-width: 1366px;
    max-width: 1366px;
    max-height: 80vh;
    position: relative;
}

.pu-content.pu-mobile {
    display: none;
}

.pu-card {
    position: relative;
    padding: 2rem 1rem;
    border-radius: 5px;
}

.fl-btn-wrap {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.fl-type-wrap {
    margin-bottom: 40px;
}

.fl-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: 'Varela Round', sans-serif;
    ;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 18px;
    padding-left: 20px;
}

.fl-btn {
    display: inline-block;
    padding: 11px 22px;
    font-weight: 300;
    line-height: 1;
    font-size: 12px;
    font-family: 'Poppins', serif;
    color: #000;
    background: #fff;
    border-radius: 50px;
    box-shadow: inset 0 0 25px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(0, 0, 0, 0.2);
}

    .fl-btn.selected {
        background: linear-gradient(to right,#A27D00,#A27D00);
        box-shadow: none;
        border: solid 1px #A27D00;
        color: #fff;
    }

.fl-alphabets {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.fl-alpha {
    color: #000;
    font-size: 14px;
    line-height: 1;
}

    .fl-alpha.selected {
        color: #A27D00;
    }

.fs-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-top: 1px solid rgba(0,0,0,0.2);
}

.fs-btn {
    /*padding:18px 30px;*/
}

.fs-clear {
    font-size: 14px;
    font-family: 'Varela Round', sans-serif;
    ;
    color: #A27D00;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
/*Filter Popup-----END*/



/*=====Media Queries=====*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {

    /*Filter Popup*/
    .pu-content.pu-desktop {
        display: none;
    }

    .pu-content.pu-mobile {
        display: block;
        padding: 30px 30px 0 30px;
        max-height: 70vh;
        min-height: 70vh;
        overflow-y: auto;
    }

    .fm-type-wrap {
        position: relative;
    }

    .fm-plus {
        font-size: 18px;
        line-height: 1;
        color: #000;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 0;
        padding: 20px 0;
    }

        .fm-plus:after {
            content: "";
            display: inline-block;
            position: absolute;
            height: 2px;
            width: 12px;
            background-color: rgba(0,0,0,0.8);
            right: 0;
            top: 26px;
            transition: 300ms ease;
        }

        .fm-plus:before {
            content: "";
            display: inline-block;
            position: absolute;
            height: 2px;
            width: 12px;
            background-color: rgba(0,0,0,0.8);
            right: 0;
            top: 26px;
            transform: rotate(90deg);
            transition: 300ms ease;
        }

    .fm-type-wrap[aria-expanded="false"] .fm-plus:before {
        transform: rotate(90deg);
    }

    .fm-type-wrap[aria-expanded="true"] .fm-plus:before {
        transform: rotate(0deg);
    }

    .fl-alphabets {
        flex-wrap: wrap;
        padding: 0;
        justify-content: flex-start;
    }

    .fl-alpha-wrap {
        width: 20%;
        text-align: center;
        padding: 10px 0;
    }

    .fs-btn {
        padding: 14px 20px;
    }

    .fl-btn {
        font-size: 12px;
    }
    /*Filter Popup-----END*/
}

/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
}

/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
}

/*Tablets, Ipads (landscape)*/
@media (min-width: 850px) and (max-width: 1024px) and (orientation: landscape) {
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
}

/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1152px) and (max-width: 1599px) {

    /*Filter Popup*/
    .pu-content.pu-desktop {
        padding: 50px 30px 0 30px;
        width: 100%;
        min-width: 1110px;
        max-width: 1110px;
    }
    /*Filter Popup-----END*/
}

/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {

    /*Filter Popup*/
    .pu-content.pu-desktop {
        padding: 50px 30px 0 30px;
        width: 100%;
        min-width: 1110px;
        max-width: 1110px;
    }
    /*Filter Popup-----END*/
}

/*HD Displays 1920x1080*/
@media (min-width: 1920px) {
}

.red-btn {
    border-radius: 5px;
    padding: 8px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(to right, #A27D00 50%, black 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}