.search-icon {
    align-content: center;
    
    justify-self: right;
}

.search-icon a {
    font-size: 16x;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #000;
}
.product-decs span {
    font-size:14px;
    display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
}
.search-icon a:hover {
    color: #4fb68d;
}
.product-dec-slider-2 .slick-slide img {
    border: 2px solid #000;
    
    margin: 20px 0;
}

@keyframes spinnerloading {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.c-loader-icon--body {
    background: #fff;
    z-index: 9999999;
    position: fixed;
    border-radius: 0;
    width: 100%;
    height: 100%;
}

.c-loader-icon--login {
     border-radius: 5px; 
}
.c-loader-icon {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.c-loader-icon img {
    z-index: 1;
    width: 4.375rem;
    height: auto;
    -webkit-animation: spinner 1.5s infinite linear;
    animation: spinner 1.5s infinite linear;
}

@-webkit-keyframes spinner {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes spinner {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}




.owl-nav-style-3 .owl-nav>div.owl-next:hover, .owl-nav-style-3 .owl-nav>div.owl-prev:hover  {
        color: #fff;
    border-color: #4fb68d;
    background-color: #4fb68d;
    
}

Specificity: (0,3,1)
 {
    color: #fff;
    border-color: #4fb68d;
    background-color: #4fb68d;
}


.category-tab-area .nav-link:hover, .category-tab-area .nav-link.active {
    color:#4fb68d;
}
.img-block {
    justify-self: center;
    display: flex;
    text-align: center;
    max-height: 250px;
}
.first-img {
    max-height:100%;
}
.description-review-topbar.nav a.active {
    color: #00AE42!important;
}
.pro-pagination-style a {
    align-content: center;
}
.search-results {
    display: flex;
    flex-direction: column;
    max-width: 80%;
}

.search-result {
    margin-left: 0;
    float: left;
    text-align: left;
    padding: 20px 16px;
    border-bottom: 1px solid black;
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: rgba(51, 51, 51, 0.5);
}

.close-search {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    font-size: 30px;
    color: black;
}
.reference {
    margin: 11px 0;
}
#searchResults {
    text-align: center;
    text-align: -webkit-center;
}

    #searchResults ul {
        list-style: none;
        padding: 0;
    }

        #searchResults ul li a {
            text-decoration: none;
            color: black;
        }

#searchInput {
    border-radius: 6px;
    min-width: 80%;
    border: 1px solid grey;
    padding: 8px 16px;
}

.search-popup-inner {
    background-color: white;
    padding: 20px;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin-top: 96px;
    text-align: center;
}
/*
.blogImage{
    margin-bottom: 70px;
}*/

.blog-title{
/*    text-align: center;*/
    margin-bottom: 10px;
}

.blog-post-content-inner p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.blog-post-content p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}

.content-align{
    text-align: center; 
    margin-bottom: 50px;
}

.blog-post-heading {
    font-size: 16px;
    color: #253237;
    font-weight: 700;
}

.blog-category {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
    background: #fff;
    color: #253237;
}

@media (max-width: 768px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    display: none !important;
  }
}

@media (min-width: 1208px) {
.slider-content--16 {
    padding-left:50%;
}
}


