.search-input{
    background-color: var(--text-color-2);
    width: 608px;
	height: 47px;
    border: 1px solid #000000;
    box-sizing: border-box;

}
.first-sec{ 

}
.search-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-link{
	text-decoration: none;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;

	color: #000000;

}
.srch-btn{
	box-sizing: border-box;
	width: 144px;
	height: 47px;
	color: #fff;
	border:none;
	border-radius: 0;
	background: #55C2C3;

}
input#search {
    background-image: url(../img/search.png);
    background-position-y: center;
    background-repeat: no-repeat;
    text-indent: 20px;
}
.breads{
	padding: 20px;
    padding-left: 260px;

}

.crums{
	text-decoration: none;
	color: #000;

}
.active-crums{
	color: #ED1659;
}



.pr-banner img{
	width: 1190px;
	height: 387px;
}

.cat-sec {
    background: #F4F4F4;
    padding: 20px;
    line-height: 3.5;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
        width: 90%;
}
.category {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
}
.sub-cat{
	color: #fff;
    background: #0eb5e2;
    width: 97%;
    padding: 5px;
    margin: 0 auto 30px;
}
.cat-title{
	font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 24px;
}
.category.active{
	color: #ED1659;
	font-weight: 600;
}
.accordion-body {
    padding: 1rem 1.25rem;
}
.accordion-button{

	background-color: #55C2C3;
	padding: 1rem 1.25rem;
	color: #fff;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
}
.accordion-item{
	    border: none;
	    margin-bottom: 20px;
}
.accordion-item:first-of-type{
	border-radius: 0;
}
.accordion-item:first-of-type .accordion-button{
	border-radius: 0;

}
.accordion-button:not(.collapsed){
	background-color: #55C2C3;
	color: #fff;
	box-shadow: none;
}
.accordion-button:focus{
	border: none;
	box-shadow:none;
}
.accordion-button:not(.collapsed)::after{
/*	content: "\f077" !important;*/
	background-image:none;
    
}
.accordion-button:after{
	content: "\f078" ;
	font-weight: 900;
    font-family: "Font Awesome 6 Free";
    background-image:none;
    margin-left: auto;

}


img.product-img {
    max-width: 100%;
    height: 156px;
}

.product-name {
    color: #0EB5E2;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    min-height: 40px;
    line-height: 17px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}

.product-desc {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #161519;
}
.product-price {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #161519;
}
.product-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 5px;
}
.product-add {
	padding-top: 10px;
    display: flex;
    justify-content: space-between;
    font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
}
.product-add button{
    border: none;
    font-weight: 600;
    background: #55C2C3;
    border-radius: 2.77463px;
    color: #fff;
    padding: 3px 10px;
}
.product-info {
    padding: 13px;
}

.singl-product {
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
}
.singl-product.cart-active {
    background: #55c2c31a;
    border: 2px solid #55c2c3;
}