.search-container {
    min-height: 80vh;
    padding: 2rem 0 1rem 0;
}

.search-form {
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.search-form .las.la-search {
    transform: scaleX(-1);

    font-size: 18px;
    color: gray;
    margin-left: 0.45rem;
    margin-top: 0.45rem;
    z-index: 1;
}

.search-form #autoCompleteSearch {
    padding-left: 2rem !important;
}

/* Fragrance */

.fragrance-bottle {
    min-height: 200px;
}

.fragrance-details {
    /*min-height: 170px;*/
}

.brand-image,
.fragrance-image {
    -o-object-fit: contain;
       object-fit: contain;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 1rem !important;
    border-color: rgba(241, 229, 210, 0.3) !important;
}

.brand-image {
    /*transform: rotate(3deg);*/
}

.fragrance-image {
    /*transform: rotate(-3deg);*/
}

.head {
    height: 2rem;
    width: 15%;
    margin-top: 1.25rem;
}

.head .outer-spray {
    width: 0.85rem;
    height: 0.85rem;
    margin-top: 3px;
    background-color: #f1e5d2;
}

.head .inner-spray {
    width: 0.35rem;
    height: 0.35rem;
    margin-top: 7px;
    background-color: #e3caa5;
}

.neck {
    height: 1.5rem;
    width: 30%;
    margin-top: calc(1.25rem + 2rem + 1px);
}

.fragrance-bottle {
    width: 100%;
    margin-top: calc(1.25rem + 2rem + 1.5rem + 2px);
    overflow: auto;
    overflow-x: hidden;
    border-radius: 50px 50px 25px 25px;
}

.small {
    font-size: 11px;
}

.tiny {
    font-size: 9px !important;
}

.fragrance-details {
    overflow-x: hidden;
    overflow-y: auto;
    /*max-height: 180px;*/
}

.slick-arrow::before {
    color: #2c2c22;
    font-size: 15px;
}

@media (min-width: 992px) {
    .search-container {
        min-height: 85vh;
    }

    .fragrance-bottle {
        min-height: 250px;
    }

    .brand-image {
        width: 150px;
        height: 150px;
    }

    .fragrance-image {
        width: 160px;
        height: 160px;
    }

    .small {
        font-size: 14px;
    }

    .tiny {
        font-size: 11px !important;
    }

    .head {
        height: 2.75rem;
        margin-top: 1.5rem;
    }

    .neck {
        height: 1.75rem;
        margin-top: calc(2.75rem + 1.5rem + 1px);
    }

    .fragrance-bottle {
        margin-top: calc(2.75rem + 1.5rem + 1.75rem + 2px);
    }

    .note-image {
        width: 35px;
        height: 35px;
    }

    .fragrance-details {
        /*max-height: 165px;*/
    }

}

/* ----------------------------------------------- */
/* ------------------- Spinner ------------------- */
/* ----------------------------------------------- */

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #2c2c22;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

/* For Navigation Bar */

#mainNavbarMenu .navbar-nav .nav-item a {

    color: rgba(0, 0, 0, .55) !important;

}


#mainNavbarMenu .navbar-nav .nav-item .dropdown-menu-image a:hover {

    color: #fff !important;

}


#mainNavbarMenu li.has-submenu:hover > a.dropdown-item {

    background-color: #734d3b !important;

    color: #fdf9f5 !important;

}


#mainNavbarMenu .navbar-nav .nav-item a:hover,
#mainNavbarMenu .navbar-nav .dropdown-menu:hover {

    color: #b68d40 !important;

}


#mainNavbarMenu .navbar-nav .nav-item a .create-btn {

    color: #fff;

}


#mainNavbar {

    background-color: #f5f5f5 !important;

}


#mobileNavbar {

    background-color: #f5f5f5 !important;

}


#mainSocial a {

    color: #2C2C22 !important;

}


#mainSocial .btn-social:hover {

    color: #fff !important;

}


#mainSocial .btn-social:hover.social-snapchat {

    color: black !important;

}

.fragrance-bottle {
    position: relative;
    overflow: hidden;
    z-index: 9999;
}

.fragrance-bottle:before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgb(164, 130, 85);
    background: linear-gradient(140deg, rgba(164, 130, 85, 1) 0%, rgba(229, 198, 159, 1) 25%, rgba(235, 212, 183, 1) 50%, rgba(255, 241, 223, 1) 75%, rgba(249, 243, 234, 1) 100%);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 40%;
    animation: fill 15s ease-in-out infinite;
    z-index: -11111;
}

@keyframes fill {
    0% {
        top: 200px;
        transform: translateX(-50%) rotate(0deg);
    }

    15% {
        top: 200px;
        transform: translateX(-50%) rotate(360deg);
    }

    30% {
        top: 100px;
        transform: translateX(-50%) rotate(0deg);
    }

    45% {
        top: 0px;
        transform: translateX(-50%) rotate(360deg);
    }

    60% {
        top: 100px;
        transform: translateX(-50%) rotate(0deg);
    }

    75% {
        top: 150px;
        transform: translateX(-50%) rotate(360deg);
    }

    100% {
        top: 200px;
        transform: translateX(-50%) rotate(0deg);
    }
}

@media (min-width: 992px) {
    @keyframes fill {
        0% {
            top: 350px;
            transform: translateX(-50%) rotate(0deg);
        }

        15% {
            top: 350px;
            transform: translateX(-50%) rotate(360deg);
        }

        30% {
            top: 200px;
            transform: translateX(-50%) rotate(0deg);
        }

        45% {
            top: 0px;
            transform: translateX(-50%) rotate(360deg);
        }

        60% {
            top: 200px;
            transform: translateX(-50%) rotate(0deg);
        }

        75% {
            top: 300px;
            transform: translateX(-50%) rotate(360deg);
        }

        100% {
            top: 350px;
            transform: translateX(-50%) rotate(0deg);
        }
    }
}

.header {
    z-index: 99;
}

.header a:first-child {
    color: #2c2c22;
}

.header a:first-child span {
    font-size: 11px;
}

.header-bg {
    background-color: #333333;
}

.header-back {
    color: #ffffff;
}

