.custom-shadow-1{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.bg-gray-1{
	background-color: #fafafa !important;
}
.site-navbar-top{
	background: #fafafa !important;
}

ul.typeahead {
    padding: 0;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
}
ul.typeahead > li {

}
ul.typeahead > li > a {
    padding: 0;
}
ul.typeahead > li.active > a {
    background: #fff;
    color: #333;
}
ul.typeahead > li.active:hover > a {
    background: #002f65;
}
ul.typeahead > li > a > div {
    padding: 15px;
}
ul.typeahead > li > a > div > div.image {
    float: left;
    height: 40px;
    margin-right: 15px;
}
ul.typeahead > li > a > div > div.image > img {
    height: 40px;
}
ul.typeahead > li > a > div > div.name {
    line-height: 40px;
}
div.searchOverlay {
    position: fixed;
    top: 0;
    z-index: 99999;
    background: rgba(155,155,155,0.85);
    width: 100%;
    height: 100vh;
    transition: all 0.25s ease-in;
    opacity: 0;
    display: none;
}
div.searchOverlay.active {
    opacity: 1;
    display: block;
}
div.searchOverlay > div.form {
    margin: 15% 30%;
}
div.searchOverlay > div.form > form > input {
    width: 100%;
    padding: 45px;
    font-size: 32px;
    box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.50);
    border: none;
}

    .env{
    position: relative;
    display: none;
}
.env span{
    position: absolute;
    top: 45%;
    font-size: 16px;
    color: #329372;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.env span b{
    font-size: 13px;
    margin-left: 3px;
}
.env span:nth-child(2){
    right:39.4%;
}
.env span:nth-child(3){
    right:25.5%;
}
.env span:nth-child(4){
    right:12.6%;
}
@media(min-width:1024px){
    .env{
        display: block;
    }
}
@media(min-width:1600px){
    .env span:nth-child(2){
        right:40%;
    }
    .env span:nth-child(3){
        right:26.2%;
    }
    .env span:nth-child(4){
        right:13.1%;
    }
}
@media(min-width:1800px){
    .env span:nth-child(2){
        right:40%;
    }
    .env span:nth-child(3){
        right:26.7%;
    }
    .env span:nth-child(4){
        right:12.6%;
    }
}

@media only screen and (min-width: 600px) {

    #searchForm form {
        display: flex;
        padding: 0;
        margin: 0 !important;
    }

    #searchForm form input,
    #searchForm form button {
        border: 0;
        border-radius: 0;
        border-bottom: unset;
    }

    #searchForm form button {
        color: #202028;
    }
}

#searchForm{
    width: auto;
}


.bg-black-hover{
    position: revert;
}
.bg-black-hover:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .4;
    content: "";
}
.bg-black-hover a:not(.after){
    opacity: 1;
}
.bg-black-hover:hover a:not(.after){
    opacity: 0;
}
.bg-black-hover h4{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-family: 'Alex Brush', cursive !important;
    text-align: center;
    font-size: 36px;
    line-height: 1;
    width: 80%;
}

@media(max-width:768px){
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
        display: none !important;
    }
}

.site-navbar-top .top-link a.mr-3{
    position: relative;
}
.site-navbar-top .top-link a.mr-3:after{
    position: absolute;
    right: -1rem;
    top: 0;
    bottom: 0;
    width: 1px;
    content: "";
    height: 100%;
    background-color: #193532;
    opacity: .3;
}
@media(max-width:768px){
    .site-navbar-top .top-link a.mr-3{
        margin-right: 1rem !important;
    }
    .site-navbar-top .top-link a.mr-3:after{
        right: -.5rem;
    }
}

.cat-img.posts .after:after{
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0,0,0,.5) 100%);
}

.product-list .cat-img h4, .beauty-list h4, .cat-img h4{
    text-align: left;
    width: 90%;
}



.custom-wp-form{
    position: fixed;
    bottom: 110px;
    right: 40px;
    background-color: #25d366;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}
.custom-wp-form button{
    border: none;
    border-radius: 3px;
}
.custom-wp-form button:hover{
    border: none !important;
    background: #e9e9e9 !important;
}

.product-list .cat-img h4{
    right: 11%;
    font-size: 16px;
}

.cat-img .btn-border{
    margin: 5px !important;
    font-size: 11px;
    padding: 5px 10px;
    display: block;
    text-align: center;
}
.cat-img .button i{
    margin-right: 0;
}