.cs-search-cont{
	display: flex;
	align-items: center;
	position: relative;
	/* background: #fff; */
    padding: 10px 0;
	border-radius: 30px;
    height: 42px;
	width: 100%;
}
.cs-search-btn{
	position: absolute;
    left: 9px;
    top: 11px;
    width: 25px;
    height: 20px;
}
input[type=text].cs-search{
    color: #ffffff;
    border-radius: 30px;
	line-height: 32px;
	font-size: 12px;
    padding: 0 30px 0 10px;
	width: 100%;
    border: 1px solid #3d3d3d;
    border-radius: 10px;
}
input[type=text].cs-search:focus{
	outline: none;
}
.cs-hamburger-list{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #ffffff;
	list-style: none;
	margin-top: 0;
	padding-top: 30px;
}
.cs-search-prev-cont{
    position: absolute;
    top: 100%;
    width: 100%;
    border: 1px solid #3d3d3d;
    background-color: #000000;
    border-radius: 10px;
    padding: 10px;
    z-index: 100;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: clip;
}
.res-list li{
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #3d3d3d;
    border-radius: 10px;
    padding: 3px;
    margin-bottom: 5px;
}
.cs-search-res-price-block{
    display: flex;
    flex-flow: column;
}
.res-list li h3{
    display: -webkit-box;
    max-width: 100%;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 17px!important;
    /* text-align: center; */
    font-weight: 600;
    height: 37px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.res-list li .wp-block-woocommerce-product-price{
    margin-bottom: 0;
}
.res-list li .wc-block-grid__product-price{
    justify-content: flex-start;
    align-items: center;
    font-size: 27px!important;
    line-height: 27px;
}
.res-list li .wc-block-grid__product-price .woocommerce-Price-amount{
    font-size: 27px!important;
    line-height: 27px;
    font-family: "AVENGEANCE-HEROIC-AVENGER_hun", Sans-serif;
    font-weight: 300;
    line-height: 37px;
    letter-spacing: 0.18px;
    column-gap: 20px;
}
.res-list li .wc-block-grid__product-price bdi{
    color: rgb(23, 239, 151);
}
.res-list li .wc-block-grid__product-price del,
.res-list li .wc-block-grid__product-price del bdi{
    color: #cc2222;
}
.res-list li .wc-block-grid__product-price ins{
    text-decoration: none;
    /* margin-left: 20px; */
}
.res-list li .wc-block-grid__product-price .woocommerce-Price-currencySymbol{
    text-transform: lowercase;
}
.res-list li .wc-block-components-product-image{
    margin-right: 10px;
    margin-bottom: 0;
}
.res-list li .wc-block-components-product-image img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
}
.res-list li .wc-block-components-product-image .wc-block-grid__product-onsale{
    display: none;
}
.res-list-all{
    font-size: 17px!important;
    text-transform: uppercase;
    font-weight: 600;
}
.cs-submit-search{
    border: none;
    background-color: unset;
    position: absolute;
    right: 8px;
    top: 11px;
    padding: 0;
    height: 20px;
}
.cs-submit-search svg{
    width: 20px;
    height: 20px;
}
.cs-submit-search svg path{
    fill: #ffffff;
}
.cs-submit-search:hover{
background-color: unset;
}
.cs-submit-search:hover svg path{
    fill: rgb(23, 239, 151);
}
.et-mini-content .res-list li{
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.et-mini-content .cs-search-res-price-block{
    flex-flow: column;
    justify-content: center;
    text-align: center;
    margin-top: 10px;
}
.et-mini-content .res-list li .wc-block-grid__product-price{
    justify-content: center;
    align-items: center;
}