/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
    margin: 0 auto;
    width: auto !important
}

/* --------- banner--------- */
#banner {
    padding: 0 !important;
}

#banner .banner-platter {
    display: flex;
}

#banner .left-side {
    flex-basis: 48%;
    position: relative;
}

#banner .left-card {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #F8FEFF;
    width: 48%;
    padding: 42px 28px 42px;
}

#banner .left-card span {
    color: #e04e8f;
    font-family: Inter;
    font-size: 16px;
    font-weight: 800;
}

#banner .left-card h4 {
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    color: #404041;
    letter-spacing: 0;
}

#banner .left-card p {
    color: #404041;
    font-family: Inter;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
}

#banner .left-card a {
    color: #e04e8f;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    transition: 0.1s ease-in-out;
}

#banner .left-card a:hover {
    border-bottom: 2px solid #e04e8f;
}

#banner .left-side img {
    width: 100%;
}

#banner .right-side {
    flex-basis: 52%;
    position: relative;
}

#banner .contents {
    padding-top: 5%;
    padding-left: 10%;
}

.right-side .small-words {
    font-family: Inter;
    font-size: 16px;
    color: #e04e8f;
    font-weight: 800;
    line-height: normal;
}

.right-side h1 {
    font-size: 40px;
    font-weight: 500;
    width: 60%;
    color: #404041;
    font-family: 'Inter';
}

.right-side .read {
    margin-top: 20px;
}

.right-side .read a {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    background-color: #353535;
    padding: 16px 30px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 15px 20px 60px 0px rgba(34, 144, 153, 0.42);
}

#banner .right-side img {
    position: absolute;
    bottom: 0;
    width: 63.2%;
    left: 0;
}

#banner .social {
    position: absolute;
    right: 0;
    bottom: 5%;
}

#banner .social i {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-size: 16px;
    padding: 12px;
    color: #fff;
    background-color: #3E3E3E;
    margin-right: 12px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

#banner .social i:hover {
    background-color: #e04e8f;
}

#banner .social i.fa-facebook-f {
    padding: 12px 15px;
}

.owl-nav button:focus {
    outline: none;
}

/* --------------- New Arrivals ------------- */
#new-arrivals .owl-stage-outer {
    z-index: 4;
    padding-bottom: 15px;
}

#new-arrivals h3 {
    color: #404041;
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px;
    letter-spacing: 0;
    text-transform: uppercase;
}

#new-arrivals .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    border-radius: 50px;
    background-color: #000;
    opacity: 0.7;
    border: none;
}

#new-arrivals .owl-dots .owl-dot.active {
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    border-radius: 50px;
    background-color: #e04e8f;
    opacity: 1;
}

#new-arrivals .main-para {
    width: 50%;
    font-family: 'Inter';
    color: #404041;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin: 0% auto 4%;
}

#new-arrivals .underline-animation {
    display: inline-block;
    position: relative;
    color: #fff;
}

#new-arrivals .underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0E6D96;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

#new-arrivals .underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

#new-arrivals .product-image img {
    border-radius: 10px;
    width: 100% !important;
}

#new-arrivals div.prod {
    text-align: left;
}

.price ins,
.price ins bdi {
    text-decoration-line: unset;
}

.product-rating .rat-star {
    display: flex;
    align-items: center;
    color: #404041;
    padding-right: 18px;
    margin-right: 15px;
    position: relative;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

div.yith-wcwl-add-button,
div.yith-wcwl-wishlistaddedbrowse,
div.yith-wcwl-wishlistexistsbrowse {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}

#new-arrivals .custom_product_meta a.add_to_cart_button:hover,
#new-arrivals .custom_product_meta a.added_to_cart:hover {
    background-color: #fff;
    color: #272727;
    box-shadow: 1px 1px 4px 0px #B5B5B5;
}

div.yith-wcwl-wishlistexistsbrowse i {
    background-color: #fff;
    box-shadow: 1px 1px 2px lightgrey;
    padding: 7px;
    border-radius: 50px;
}

.custom_product_meta a.add_to_cart_button.added {
    display: none !important;
}

div.yith-wcwl-add-button a,
div.yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    z-index: 2;
    opacity: 0;
    width: 30px;
    height: 30px;
}

div.yith-wcwl-add-button::after,
div.yith-wcwl-wishlistaddedbrowse::after {
    content: '\f004';
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    font-family: 'Font Awesome 5 Free';
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 2px 2px 2px lightgrey;
    padding: 3px 7px;
}

div.yith-wcwl-add-button:hover::after,
div.yith-wcwl-wishlistaddedbrowse:hover::after {
    background-color: #F29E4C;
    transition: 0.6s;
    color: #fff;
}

div.yith-wcwl-wishlistaddedbrowse i {
    display: none;
}

div.details h5 {
    color: #404041;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    padding-bottom: 6px;
}
body.home div.details h5 {
    text-align: center;
}

div.details h5:hover {
    color: #e04e8fb8;
    transition: 0.1s ease-in;
}

.custom_product_meta {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-flow: row-reverse;
}

/* #trending .prod:nth-child(n+5) {
    margin-top: 3%;
} */

.price {
    display: flex;
}

.price .sale-price {
    font-family: 'Inter';
    font-weight: 700;
    color: #353535;
    font-size: 16px;
}

.price .regular-price {
    color: #B7BECA;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
    margin-right: 8px;
    text-decoration-line: line-through;
}

.price ins span.woocommerce-Price-currencySymbol {
    margin-right: 2px;
}

#new-arrivals .owl-nav {
    display: block;
    position: absolute;
    top: -30px;
    right: 10px;
}

#new-arrivals .owl-nav .owl-prev {
    position: absolute;
    right: 0;
    transform: translate(-55px, -80px) !important;
    z-index: 5;
}

#new-arrivals .owl-nav .owl-next {
    position: absolute;
    right: 0;
    transform: translate(-2px, -80px) !important;
    z-index: 5;
}

#new-arrivals .owl-nav button i {
    font-size: 12px;
}

#new-arrivals .owl-nav button {
    padding: 15px 18px;
    border-radius: 10px;
    outline: none;
    border: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #353535;
    color: #fff;
}

#new-arrivals .owl-nav button.disabled {
    background-color: #DCE7F2;
    color: #404041;
}

#new-arrivals .owl-nav button:hover {
    color: #393939;
}

.star-rating {
    color: #FFB800;
    display: block;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 5.4em;
    font-family: star;
    margin-bottom: 2px;
    margin-left: 5px;
}

.star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

#new-arrivals .owl-dots {
    text-align: center;
    margin-top: 15px;
}

/* ------------ popular ---------- */
#popular h3 {
    color: #404041;
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
}

#popular p.main-para {
    font-family: 'Inter';
    font-size: 16px;
    color: #404041;
    font-weight: 400;
    width: 50%;
    margin: 0% auto 4%;
}

#popular .row {
    justify-content: space-between;
}

#popular .prod {
    flex-basis: 24%;

    & img {
        border-radius: 10px;
    }
}

#popular .prod:nth-child(n+5) {
    margin-top: 3%;
}

#popular .custom_product_meta a.add_to_cart_button:hover,
#popular .custom_product_meta a.added_to_cart:hover {
    background-color: #fff;
    color: #272727;
    box-shadow: 1px 1px 3px #B5B5B5;
}

/* ------------ about-us ------------- */
/* #about-us {
    padding-top: 8%;
} */

#about-us div.content {
    padding: 0px 30px;
}

#about-us .img-section {
    position: relative;
}

#about-us p.small-head {
    color: #474545;
    font-family: Nunito Sans;
    font-size: 20px;
}

#about-us .img-section .main-img img {
    margin-top: 20%;
    width: 54%;
}

#about-us .img-section .main-img-two img {
    position: absolute;
    right: 35px;
    top: 18px;
}

#about-us .img-section .main-img-three img {
    position: absolute;
    right: 35px;
    bottom: 9%;
}

#about-us .cust-text {
    margin-right: 8px;
}

#about-us .cust-img {
    display: flex;
    align-items: center;
    position: absolute;
    top: -5%;
    right: 15%;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 13px 14px 40px #27628326;
}

#about-us .cust-review {
    position: absolute;
    text-align: center;
    bottom: 30%;
    right: 24%;
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
}

.thumb-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-47px);
}

h6.cust-name {
    margin-bottom: 2px;
    color: #002B46;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Inter';
    letter-spacing: 0;
}

p.cust-desig {
    color: #404041;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 700;
}

#about-us i.fas.fa-star {
    color: #FF9900;
    font-size: 12px;
    margin: 3px;
}

#about-us i.far.fa-star {
    color: #D0D6DB;
    font-weight: 900;
    font-size: 12px;
    margin: 3px;
}

.cust-star-rating {
    display: flex;
    background-color: #EEF1F3;
    padding: 2px 10px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 8px;
}

.cust-star-rating .num-rat {
    margin-left: 8px;
    color: #404041;
    font-weight: 500;
    font-family: 'Inter';
    font-size: 16px;
}

#about-us .imgs-side ul {
    padding-left: 0;
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
    align-items: center;
}

#about-us .imgs-side ul li:nth-child(n+2) {
    margin-left: -30px;
}

#about-us h6.number {
    color: #002B46;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
}

#about-us p.numb-text {
    color: #404041;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
}

#about-us h2.main-head {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 34px;
    color: #404041;
    margin-bottom: 0;
    line-height: 44px;
    letter-spacing: 0px;
}

#about-us .story-para {
    color: #404041;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 6px;
}

.green-points ul {
    list-style-type: none;
    padding-left: 0;
}

.green-points ul li {
    color: #404041;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    transition: 0.2s ease-in-out;
}

.green-points ul li:hover {
    padding-left: 15px;
    cursor: pointer;
}

.green-points ul li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    background-color: #1AB820;
    padding: 4px;
    border-radius: 50%;
    margin-right: 10px;
}

a.explore {
    background-color: #353535;
    color: #272727;
    border-radius: 10px;
    font-family: 'Inter';
    padding: 18px 36px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 15px 20px 60px 0px #353535;
}

#about-us .sec-btn {
    margin-top: 30px;
}

#about-us .cust-img:hover .cust-text {
    transition: .3s;
    animation: pulse 1s infinite;
}

/* --------------- FAQ Section ----------------- */
#faq {
    background-color: #E6EDF3;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: unset !important;
}

.accordion-button::after {
    color: #002B46 !important;
    background-image: none !important;
    content: '\f078' !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
}

#faq .accordion-body {
    padding-left: 13%;
    border-top: none;
    border-width: unset;
    padding-top: 0;
}

#faq .accordion-button::before {
    content: '?';
    color: #fff;
    position: absolute;
    left: 5%;
    background-color: #e04e8f;
    padding: 3px 8px;
    border-radius: 50%;
    font-weight: 900;
}

#faq .accordion-body p {
    font-family: 'Inter';
    color: #404041;
    font-weight: 400;
    margin-bottom: 0;
}

#faq .accordion-button:focus {
    border-bottom: none !important;
}

#faq .accordion-button {
    color: #404041 !important;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    padding: 22px 20px;
    padding-left: 13%;
    box-shadow: none;
    border-radius: 15px;
}

.accordion-button:not(.collapsed)::after {
    background-image: none !important;
}

.accordion-item {
    margin-bottom: 17px;
    border-radius: 15px !important;
}

#faq h2 {
    font-family: 'Inter';
    font-size: 22px;
    color: #404041;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0;
}

p.faq-main-text.text-center {
    width: 50%;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #404041;
    margin: 0% auto 4%;
    line-height: 30px;
}


/* ----------------- Newsletter ------------------ */
#newsletter {
    padding: 60px 0px;
}

div.newsletter_form form p {
    display: inline-block;
    position: relative;
}

div.newsletter_form span.wpcf7-spinner {
    display: block;
}

div.newsletter_form form p span:nth-child(1) {
    margin-right: 20px;
}

#newsletter h2 {
    font-family: Inter;
    font-weight: 600;
    color: #404041;
    font-size: 40px;
    margin-bottom: 2px;
    letter-spacing: 0;
}

#newsletter p.sub-head {
    font-family: 'Inter';
    color: #85A2B4;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
    margin-top: 5px;
}

#newsletter .wpcf7-response-output {
    position: absolute;
    bottom: -66px;
    left: 0;
}

#newsletter .invalid .wpcf7-response-output {
    bottom: -35px;
}

#newsletter .invalid .wpcf7-not-valid-tip {
    position: absolute;
    width: max-content;
}

div.newsletter_form form p input[type=text] {
    padding: 15px 40px 15px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Inter';
    border: 1px solid transparent;
    background-color: #E9F3FA;
}

div.newsletter_form form p input[type=text]::placeholder {
    color: #819EB0;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
}

div.newsletter_form form input[type=submit] {
    padding: 15px 50px 15px 25px;
    border: none;
    border-radius: 8px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #e04e8f;
    transition: 0.5s ease-in-out;
}

div.newsletter_form form input[type=submit]:hover {
    background-color: #272727;
    color: #e04e8f;
}

div.newsletter_form .sub-btn::after {
    content: url(right-arrow.png);
    position: absolute;
    right: 15px;
    top: 16px;
    width: 20px;
    height: 20px;
}

#newsletter .news-col {
    justify-content: center;
}

/* ----------------- Trending ------------------ */
#trending div.row {
    justify-content: space-between;
}

#trending div.prod {
    flex-basis: 24%;
}

#trending h3 {
    color: #404041;
    margin-bottom: 0;
    font-family: Inter;
    font-size: 22px;
    letter-spacing: 0;
    font-weight: 700;
}

div.view {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3%;
}

div.view a {
    font-family: 'Inter';
    color: #fff;
    padding: 15px 35px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 10px;
    background: #353535;
    box-shadow: 15px 20px 60px 0px rgba(34, 144, 153, 0.42);
}

#trending p.main-para {
    font-family: 'Inter';
    font-size: 16px;
    color: #404041;
    font-weight: 400;
    width: 50%;
    margin: 0% auto 4%;
}

#trending .deals-head {
    margin-bottom: 2%;
}

#trending .details h5:hover {
    transition: 0.1s;
}

#trending span.category a {
    display: block;
    font-family: Nunito Sans;
    color: #474545;
    font-size: 16px;
}

.star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

#trending div.yith-wcwl-add-button,
#trending div.yith-wcwl-wishlistaddedbrowse,
#trending div.yith-wcwl-wishlistexistsbrowse {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}

/* Collection #0f4e7126 */
#trending-category {
    /* background-color: #E6EDF3; */
    background-color: #F4F2ED;
    padding: 60px 0;
}

#trending-category h3.low-heading {
    color: #404041;
    font-family: Inter;
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#trending-category .cat-para {
    font-family: Inter;
    font-size: 16px;
    color: #404041;
    font-weight: 400;
    text-align: center;
    width: 50%;
    margin: 5% auto 4%;
}

.owl-nav button:hover {
    color: #fff !important;
    background-color: #02121B !important;
}

/* #trending-category .cat-image {
    width: auto;
    border-radius: 50%;
    margin-top: 12px;
} */

#trending-category .row {
    /* justify-content: space-between; */
    justify-content: center;
    column-gap: 35px;
    margin-bottom: 2%;
}

#trending-category .cat-comp {
    flex-basis: 23%;
    background-color: #ffff;
    /* padding: 25px; */
	padding: 0px;
    /* border-radius: 20px; */
    box-shadow: 13px 14px 50px #0f4e7126;
}

#trending-category .cat-comp:hover {
    box-shadow: 13px 14px 50px #e04e8f87;
}

#trending-category .cat-comp:nth-child(n+5) {
    margin-top: 3%;
}

#trending-category p.category {
    margin-top: 12%;
    font-family: Inter;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10%;
    transition: 0.3s ease-in-out;
}

#trending-category .cat-comp:hover p.category {
    color: #e04e8f;
}

#trending-category .cat-comp:hover {
    box-shadow: 13px 14px 50px #e04e8f87;
}

/* Copyright */
#banner .custom_product_meta a.coll {
    padding: 9px 40px;
}

.off-prod h3 span {
    font-weight: 700;
}

.yith-wcwl-wishlistaddedbrowse span.feedback {
    display: none;
}


/* ---------- Latest News ----------- */
#our_blogs {
    background-color: #E6EDF3;
}

#our_blogs h2 {
    font-family: 'Inter';
    font-size: 22px;
    color: #404041;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 0;
}

#our_blogs p.blog-subhead {
    width: 50%;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: #404041;
    margin: 0% auto 4%;
    line-height: 30px;
}

#our_blogs .blog-comp {
    background-color: #fff;
    padding: 12px;
    border-radius: 15px;
}

#our_blogs .blog-comp img {
    border-radius: 10px;
}

#our_blogs .blog-elem {
    margin-top: 6%;
    margin-bottom: 5%;
    padding: 0px 8px;
}

#our_blogs .blog-elem .date {
    color: #e04e8f;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
}

#our_blogs .blog-elem h5 {
    letter-spacing: 0;
    padding-top: 5px;
    margin-bottom: 0;
    color: #404041;
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
}

#our_blogs .blog-comp:hover h5 {
    color: #e04e8f;
}

#our_blogs .blog-elem .blog-content {
    color: #404041;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

#our_blogs .errands {
    display: flex;
    justify-content: space-between;
}

#our_blogs .errands .read-btn a {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    color: #404041;
    transition: 0.2s ease-in-out;
}

#our_blogs .errands .read-btn a:hover {
    border-bottom: 2px solid #e04e8f;
}

#our_blogs .errands .commets {
    font-weight: 600;
    font-family: 'Montserrat';
    color: #404041;
    font-size: 16px;
}

#our_blogs .errands .commets i {
    color: #e04e8f;
}

#our_blogs .owl-dots {
    text-align: center;
    margin: 4% 0 0;
}

#our_blogs .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    border: none;
    outline: none;
    background-color: #e04e8f;
    border-radius: 50%;
    opacity: 0.7;
}

#our_blogs .owl-dots .owl-dot.active {
    opacity: 1;
}

.has-img-overlay a { 
    position: relative; 
    display: block;
}
.has-img-overlay a:after { 
    content:""; 
    position: absolute; 
    display: block; 
    left: 0px; 
    transition: all ease-in-out 0.5s; 
    top: 0px; 
    bottom: 0px; 
    right: 0px; 
    background-color: rgba(0, 0, 0, 0.5);
}
.has-img-overlay .category {  
    position: absolute; 
    left: 15px; 
    right: 15px; 
    top: 50%;  
    z-index: 5;
    color: #fff!important;
    transition: all ease-in-out 0.5s;
    margin: 0 !important;
    transform: translateY(-50%);
    font-size: 24px !important;
}
.has-img-overlay a:hover::after { 
    background-color: rgba(0, 0, 0, 0);
}
.has-img-overlay a:hover .category { 
    top:80%; 
    transform: translateY(-80%); 
    color: #fff !important;
}
