<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* category &amp; category Description Start */
.category .sideImage {
    display: none;
}


.category .img-height {
    /* height: 300px; */
    width: 100%;
}

.category .theme-background-color-2 {
    /* background-color: #6C767C !important; */
}

.category .theme-background-color {
    background-color:  #1B5A3A !important;
}

.category .nav-link {
    color: white !important;
}

.category .theme-font-color {
    color: #b31c27 !important;
}

.category .nav-link:hover {
    /* background-color: rgb(214, 205, 205) !important; */
    background-color: #ED2324;
    color: #ffffff !important;
    border: none;
  }
  
  .category .nav-pills &gt; .nav-item &gt; .active {
    background-color: #ED2324;
    color: #ffffff !important;
  }



/* new-arrival-card */
.new-arrival-card {
    /* max-height: 412px; */
    /* max-width: 280px !important; */
    width:95% !important;
    margin: auto;
    transition: all 0.2s ease;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.new-arrival-card:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    transform: translateY(-3px);
}

.new-arrival-card .card-img-top {
    background-color: #F1F1F1 !important;
}

.new-arrival-card .card-footer {
    background-color: rgba(70, 102, 86, 0.3) !important;
}

.new-arrival-card .card-icon a {
    text-decoration: none;
    color: #333;
}

.arrival-card-text {
    width: 100%;
}

.arrival-card-text span {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.arrival-card-text small {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
}

.card-icon i {
    font-size: 24px;
}</pre></body></html>