.page-title {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

@media (min-width: 992px) {
    .page-title {
        font-size: 92px;
    }
}

.autoComplete_wrapper {
    position: relative;
}


.autoComplete_wrapper>input {
    height: 2.5rem;
    margin: 0;
    padding: 0 2rem 0 3.2rem;
    text-overflow: ellipsis;
    outline: none;
    border: 1px solid #c0c4c1;
    background-image: url(/images/search.svg?1b1fdd93949d7445d120599f6cbb0c62);
    background-size: 1.3rem;
    background-position: left 1.05rem top 0.7rem;
    background-repeat: no-repeat;
    background-origin: border-box;
    background-color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all -webkit-transform 0.4s ease;
}

.autoComplete_wrapper>input::-moz-placeholder {
    color: #80807a;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper>input::placeholder {
    color: #80807a;
    transition: all 0.3s ease;
    -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper>input:hover::-moz-placeholder {
    color: #2c2c22;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper>input:hover::placeholder {
    color: #2c2c22;
    transition: all 0.3s ease;
    -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper>input:focus::-moz-placeholder {
    padding: 0.1rem 0.6rem;
    font-size: 0.95rem;
    color: #2c2c22;
}

.autoComplete_wrapper>input:focus::placeholder {
    padding: 0.1rem 0.6rem;
    font-size: 0.95rem;
    color: #2c2c22;
}

.autoComplete_wrapper>input:focus::-moz-selection {
    background-color: #2c2c22;
}

.autoComplete_wrapper>input:focus::selection {
    background-color: #2c2c22;
}

.autoComplete_wrapper>input::-moz-selection {
    background-color: #2c2c22;
}

.autoComplete_wrapper>input::selection {
    background-color: #2c2c22;
}

.autoComplete_wrapper>input:hover {
    color: #2c2c22;
    transition: all 0.3s ease;
    -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper>input:focus {
    color: #2c2c22;
    /* border: 0.06rem solid #2c2c22; */
}

.autoComplete_wrapper>ul {
    position: absolute;
    max-height: 226px;
    overflow-y: scroll;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: 0.5rem 0 0 0;
    padding: 0;
    z-index: 1;
    list-style: none;
    border-radius: 0.6rem;
    background-color: #fff;
    border: 1px solid rgba(33, 33, 33, 0.07);
    box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
    outline: none;
    transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
}

.autoComplete_wrapper>ul[hidden],
.autoComplete_wrapper>ul:empty {
    display: block;
    opacity: 0;
    transform: scale(0);
}

.autoComplete_wrapper>ul>li {
    margin: 0.3rem;
    padding: 0.3rem 0.5rem;
    text-align: left;
    font-size: 1rem;
    color: #80807a;
    border-radius: 0.35rem;
    background-color: rgba(255, 255, 255, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease;
}

.autoComplete_wrapper>ul>li mark {
    background-color: transparent;
    color: #b8860b;
    font-weight: bold;
}

.autoComplete_wrapper>ul>li:hover {
    cursor: pointer;
    background-color: rgba(184, 134, 11, 0.15);
}

.autoComplete_wrapper>ul>li[aria-selected="true"] {
    background-color: rgba(184, 134, 11, 0.15);
}

/* ----------------------------------------------- */
/* ------------------- 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);
    }
}

.packaging-parent>.row {
    display: flex;
    align-items: center;
    height: 100%;
}

.packaging-sub label:hover {
    cursor: pointer
}

.packaging-sub label:hover {
    transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    box-shadow: rgba(0, 0, 0, .35) 0 5px 15px !important
}


.packaging-sub img {
    /* height:100%; */
    width: 100%;
    cursor: pointer;
    transition: transform 1s;
    /* object-fit: cover; */
}

.packaging-sub label {
    overflow: hidden;
    position: relative;
}

.imgbgchk:checked+label>.tick_container {
    opacity: 1;
}

/*         aNIMATION */
.imgbgchk:checked+label>img {
    transform: scale(1.25);
    opacity: 0.3;
}

.tick_container {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
}

.tick {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 10px 12px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

#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;
}
