@media (min-width: 992px){
    .title-with-logo-block.marTopping{
        margin: 1em auto 7em;

    }


    .image_slicker{
        margin: 0 4px;
        position:relative;
        height: 500px;
    }
    .center{
        overflow: hidden;
    }
    .slicker_text{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 1.8;
        width: 100%;
        height: 100%;
        background-color: #0000006e;
        visibility: hidden;
    }
    .slicker_text>p{
        color: white;
        font-size: 18px;
        font-family: inherit;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        text-align: center;
    }
    .image_slicker>img{
        height: 100%;
        width: auto;
    }
    .image_slicker:hover .slicker_text{
        animation: 0.5s fadeIn;
        animation-fill-mode: forwards;
    }
    @keyframes fadeIn{
        0% {
            opacity: 0;
        }
        100%{
            visibility: visible;
            opacity: 1;
        }
    }
    .bacGR{
        position: relative;
    }
    .slicker_textpost2{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        line-height: 1.8;
        width: 100%;
        height: 100%;
        background-color: #0000006e;
        visibility: hidden;
    }
    .slicker_textpost2>p{
        color: white;
        font-size: 18px;
        font-family: inherit;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        text-align: left;
    }
    .slicker_textpost2>img{
        width: 30px;
        height: 30px;
    }
    .slicker_textpost2>p:before{
        display: inline-block;
        content: ' ';
        background-image: url('../img/lotushoverw.svg');
        background-size: 28px 28px;
        height: 28px;
        width: 28px;
        background-repeat: no-repeat;
        position: absolute;
        left: -38px;
    }
    .bacGR:hover .slicker_textpost2{
        animation: 0.5s fadeInpost;
        animation-fill-mode: forwards;
    }
    @keyframes fadeInpost{
        0% {
            opacity: 0;
        }
        100%{
            visibility: visible;
            opacity: 1;
        }
    }


    .slicker_section{
        padding: 4em 0;
    }
    .author_marginal{
        margin-bottom: 8px !important ;
        font-weight: 600;
        color: #4F4F4F !important;
        font-size: 12px !important;
        text-transform: capitalize;
    }


    .faceher{

        display: inline-block;
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        top: 2px;
        background-image: url(../img/facelinear.svg);
    }

    .mailher{
        display: inline-block;
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        top: 2px;
        background-image: url(../img/emaillinear.svg);
    }
    .instaher{
        display: inline-block;
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        top: 2px;
        background-image: url(../img/instilinear.svg);
    }
    .phoneher{
        display: inline-block;
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        top: 2px;
        background-image: url(../img/phonelinear.svg);
    }
    .contact-info-list a{
        color:#4F4F4F;
    }
    .contact-info-list a span{
        margin-right: 9px;
    }

    .isotope-section .img-wrap {
        position: relative;
        display: inline-block;
    }

    .isotope-section .img-wrap img {
        width: 100%;
    }

    .isotope-section .img-wrap img.hover-image {
        position: absolute;
        left: 0px;
        top: -2px;
        height: 102%;
        width: 100%;
        opacity: 0;
        transition: opacity 1s;
    }
    .isotope-section .item-wrap:hover .detail h4 {
        color: #c4469a;
    }
    .isotope-section .item-wrap:hover .img-wrap img.hover-image {
        opacity: 1;
    }
    .image_slicker.item-product-overlay, .over_adju.item-product-overlay {
        padding: 0;
    }
    .image_slicker.item-product-overlay img, .over_adju.item-product-overlay img {
        width: 100%;
    }
    .image_slicker.item-product-overlay:after, .over_adju.item-product-overlay:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        background: -o-linear-gradient(top, rgba(196, 69, 153, 0) 40%, rgba(196, 69, 153, 0.61) 70%, #c44599 98%, #c44599 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(196, 69, 153, 0)), color-stop(70%, rgba(196, 69, 153, 0.61)), color-stop(98%, #c44599), to(#c44599));
        background: linear-gradient(to bottom, rgba(196, 69, 153, 0) 40%, rgba(196, 69, 153, 0.61) 80%, #c44599 98%, #c44599 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00c44599", endColorstr="#c44599",GradientType=0 );
    }

    .herveda-two-block .slicker_textpost2 {
        position: relative;
    }
    .herveda-two-block .slicker_textpost2:after {
     content: "";
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%;
     -webkit-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     background: -o-linear-gradient(top, rgba(196, 69, 153, 0) 40%, rgba(196, 69, 153, 0.61) 70%, rgba(191, 91, 157, 0.788235294117647) 98%, #c44599 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(196, 69, 153, 0)), color-stop(70%, rgba(196, 69, 153, 0.61)), color-stop(98%, rgba(191, 91, 157, 0.788235294117647)), to(#c44599));
     background: linear-gradient(to bottom, rgba(196, 69, 153, 0) 40%, rgba(196, 69, 153, 0.51) 80%, rgba(191, 91, 157, 0.788235294117647) 98%, #b16196 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00c44599", endColorstr="#c44599",GradientType=0 );
 }
 .herveda-two-block .slicker_textpost2 p {
    bottom: 0;
    transform: none;
    top: auto;
    left: 0;
    width: 100%;
    height: 50px;
}
.herveda-two-block .slicker_textpost2>p:before {
    left: 30px;
}
}
@media(min-width: 1200px) {
    .herveda-text-block {
        width: 80%;
        margin: 0 auto;
    }
}
.herveda-four-block .adjust_n {
    position: relative;
    overflow: hidden;
}
.herveda-four-block .hover-content {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
}
.herveda-four-block:hover .hover-content {
    opacity: 1;
}
.herveda-four-block .hover-content .inner-wrap:after {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 -webkit-transition: all 0.5s ease-in-out;
 -o-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
 background: -o-linear-gradient(top, rgba(196, 69, 153, 0) 40%, rgba(196, 69, 153, 0.61) 70%, rgba(191, 91, 157, 0.788235294117647) 98%, #c44599 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(196, 69, 153, 0)), color-stop(70%, rgba(196, 69, 153, 0.61)), color-stop(98%, rgba(191, 91, 157, 0.788235294117647)), to(#c44599));
 background: linear-gradient(to bottom, rgba(196, 69, 153, 0) 40%, rgba(196, 69, 153, 0.51) 80%, rgba(191, 91, 157, 0.788235294117647) 98%, #b16196 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00c44599", endColorstr="#c44599",GradientType=0 );
}
.herveda-four-block .hover-content .inner-wrap {
    width: 100%;
    height: 100%;
}
.herveda-four-block .hover-content img {
    height: 100%;
    width: auto;
    max-width: unset;
}
.herveda-four-block .hover-content .btn {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #FFF;
    color: #FFF;
}
.herveda-two-block h4 {
    color: rgb(79, 79, 79);
}
.block-module .heading_temp {
  margin: 30px 0;
}
.block-module .brand-promise-main-section.over_rem {
  margin: 0 0 30px;
}
mark, ins {
    background: transparent;
}
.top_span {
    font-size: 12px;
}
.top_span del{
    font-size: 11px;
    margin-right: 5px;   
}
.woocommerce-Price-currencySymbol {
    font-family: "Montserrat", sans-serif !important;
}
.product-image-section {
    padding-bottom: 30px;
}

@media(max-width: 540px) {
    #gallery_01 .thumb {
        width: 25%;
    }
}
#product-ingredient-row .row-collapse-product-ingredient {
    display: none;
}

.single-product .brand-promise-main-section {
    padding: 50px;
}

.image_slicker.item-product-overlay:after, .over_adju.item-product-overlay:after {
    display: none;
}
.image_slicker.item-product-overlay img, .over_adju.item-product-overlay img {
    height: auto;
}
.item-product-overlay {
    background-size: contain;
}


@media(max-width: 1024px) {
    .thumbnails .thumb img {
        width: 100%;
    }
    ul {
        margin: 0;
        padding: 0;
        margin-left: 20px;
        text-align: left;
    }
}

.ingredient-title p {
    font-size: 12px;
    color: #8C4877;
}

@media (max-width: 600px) {
    .ingredient-title p {
        font-size: 10px;
    }
}

  .ingredient-detail-desp {
        display: none;
        color: #333333;
        font-size: 15px;
        margin-top: 40px;
    }

@media (max-width: 600px) {
.ingredient-list .ingredient-description .ingredient-detail-desp {
        font-size: 12px;
    }
}