/* Add custom CSS styles below */ 

/* Logo Size */
.navbar-brand img {
    max-height: 3rem;
    max-width: 170px;
}
/* Logo Size */
/* Logo Size footer */
.max-h-\[60px\] {
    max-height: 120px;
}
/* Logo Size footer */

/* Logo Size stecky*/

.fixed-pinned .navbar-brand img {
    max-height: 5rem;
}
/* Logo Size stecky*/

/* To Show All Description in products card in home page / the default value
.product-entry .card-description {
 
       height: 4rem;
}
  */ 
.product-entry .card-description {
 

}
/* font in Description card in home page */ 
.mb-1\.5 {
    margin-bottom: 0.375rem;
        font-size: 22px;
    color: #033353;
}
/* features */ 
/* description of features 
default without font size*/ 
element.style {
    color: #035082;
    font-size: 50px;
}
.features-home .s-block--features__item p, .s-block--features .s-block--features__item p {
    position: relative;
    opacity: .75;
    font-size: 17px;
}
/* Title of features */ 
.s-block--features__item h4 {
    margin-bottom: 0.25rem;
    font-size: 20px;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(31,41,55,var(--tw-text-opacity));
}
/* features */ 

.main-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 0;
    font-size; 50px;
    
}
/* description inside product page -- Short descriptin */ 
.transition-all{
color:#033353;
white-space: nowrap;
 
}
/* To make Description Always Showen in product page */
.tab-accordion .panel {
    transition-duration: 400ms;
    grid-template-rows: 1fr;
    
    
}
.tab-accordion .accordion.active:after {
background-color: #ffffff;
)
.tab-accordion .accordion:after {
background-color: #625454;
}
/* To make Description Always Showen in product page */