<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.eael-product-grid .eael-product-wrap .eael-product-price {
	font-weight: 500 !important;
}
strong.unit-price {
    font-weight: 500;
    color: #000 !important;
}
.product-container.list-view .stock.out-of-stock-message {
    display: none;
}
p#billing_first_name_field {
    width: 100%;
}
.product-container input[type=number]::-webkit-inner-spin-button,
.product-container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ast-archive-entry-banner[data-post-type="product"][data-banner-background-type="custom"] {
    background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(https://srisivakasicrackers.in/wp-content/uploads/2025/05/Online_crackers_sivakasi.jpg) !important;
}
/* .custom-prod-categoty  ul.products li.product.product-category a {
    background: #013c6d !important;
    height: 300px;
}
.custom-prod-categoty  ul.products li.product.product-category a:hover {
    background:#f8c010 !important;
}
.custom-prod-categoty  ul.products li.product.product-category a img {
    display: none !important;
} */
button.ff-btn.ff-btn-submit.ff-btn-md.sub-btn.ff_btn_style {
    background: #013c6d;
}
.product-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.product-item {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    width: 30%;
}
.product-item img {
    width: 100%;
    height: auto;
}
.qty-selector {
    display: flex;
    align-items: center;
}
.qty-selector input {
	width: 35px;
    height: 25px;
    min-height: 30px !important;
    padding: 0;
    text-align: center;
    font-size: 15px;
    border-left: 0;
    border-right: 0;
	font-weight: 500;
    color: #000;
}
.qty-selector button {
    width: 30px;
    height: 30px;
    padding: 0px 10px 0;
    font-size: 20px;
	border: 1px solid #cbcaca;
	background: unset;
    color: #303030;
}
.grid-view .product-item {
    width: 32%;
}
.list-view {
    flex-direction: column;
}
.list-view .product-item {
    width: 100%;
    display: flex;
}
.list-view .product-details {
    margin-left: 15px;
}
.card-view .product-item {
    width: 100%;
    border: 2px solid #0071a1;
    background-color: rgb(0 113 161 / 5%);
}
.view-buttons {
    margin-bottom: 20px;
	text-align:center;
}
.view-btn {
    margin-right: 10px;
    padding: 11px 30px;
    cursor: pointer;
    border: 1px solid #3e3e3e;
    font-size: 16px;
}
.view-btn.active {
    background: #0071a1;
    color: #fff;
}
.grid-view .add-to-cart-btn, .list-view .add-to-cart-btn, .card-view .add-to-cart-btn {
    background-color: #000357;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
	font-size: 15px;
    letter-spacing: .3px;
    border: 0;
}
.product-container.list-view img {
    width: 165px;
}
.product-container.card-view .product-item {
    width: 19%;
}
#modalBackdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

#productModal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    padding: 20px 30px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-radius: 10px;
    text-align: center;
}

#productModal h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

#productModal img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#modalClose {
    background: #cc0000;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
}
.grand-total-bar {
    position: fixed;
    bottom: 0;
    left: 50%;
	width: auto;
    margin: auto;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
	text-align:center;
}
.grand-total-bar a {
    color: #fff;
}
.grand-total-bar a:hover {
    color: #003A6A;
}
p.price {
    color: #2c2c2c;
	 margin-bottom: 15px;
}
.product-container.grid-view .product-item {
    display: flex;
	box-shadow: 2px 4px 7px rgb(0 0 0 / 15%);
}
.product-container.grid-view .product-item .image-product {
    width: 35%;
}
.product-container.grid-view .product-item .product-details {
    width: 65%;
	padding: 10px 0 10px 10px;
}
.product-container.grid-view .product-item .line-total, .product-container.card-view .line-total{
    display: none;
}
.product-container.grid-view .product-item .product-details .qty-selector {
    padding-bottom: 15px;
}
.product-container.grid-view .product-item .product-details h5 {
    margin-bottom: 10px;
}
h4.category-title {
	margin-top: 30px;
    text-align: center;
    padding: 12px 30px;
    font-weight: 500;
    font-size: clamp(1.3rem, 4vw, 1.7rem);
}
.product-container.list-view .product-item .product-details {
    display: flex;
    align-items: center;
    width: 93%;
}
.product-container.list-view .product-item .product-details h5 {
    margin-bottom: 0;
    width: 30%;
}
.product-container.list-view p.price {
    width: 30%;
}
.product-container.list-view .qty-selector {
    width: 12%;
}
.product-container.list-view .line-total {
    width: 15%;
}
.product-container.list-view  .add-to-cart-btn {
    width: 15%;
}
.product-container.list-view .product-item .product-details {
    display: flex;
    align-items: center;
    width: 93%;
}
.product-container.list-view .image-product {
    width: 7%;
}
.product-container.card-view .qty-selector {
    padding-bottom: 15px;
}
.product-container.card-view  .product-details {
    padding: 15px 5px;
}
.product-container.card-view h5 {
    margin-bottom: 10px;
}
@media only screen and (max-width:850px){
.product-container.grid-view {
    justify-content: space-between;
}
.grid-view .product-item {
    width: 48%;
}	
}
@media only screen and (max-width:767px){
.grid-view .product-item {
    width: 100%;
}
.grand-total-bar {
    font-size: 14px !important;
}
.view-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
.product-container.list-view .product-item .product-details {
    display: flex;
    align-items: center;
    width: 70%;
    flex-direction: column;
}
.product-container.list-view .product-item .product-details {
    width: 87%;
    flex-direction:row;
    margin-left: 10px;
	gap:10px;
}
.product-container.list-view .product-item .product-details h5, .product-container.list-view p.price, .line-total {
    font-size: 14px;
	 margin: 0;
}
.product-container.list-view .add-to-cart-btn{
    width: 110px;
    font-size: 12px;
    padding: 7px 8px;
}
.product-container.list-view .image-product {
    width: 80px;
}
.product-container.card-view {
    gap: 0;
	row-gap:10px;
    justify-content: space-between;
}
.product-container.card-view .product-item {
    width: 49%;
}
.list-view .product-item {
	width:700px;
    overflow-x: scroll;
	justify-content: space-between;
}
.product-container.list-view .image-product {
    width: 10%;
}
.list-view {
    overflow-x: scroll;
}
/* .product-container.list-view .product-item .product-details h5, .product-container.list-view p.price, .product-container.list-view .qty-selector, .product-container.list-view .line-total {
    width: auto;
} */
.product-container.list-view .qty-selector {
    width: 22%;
}
.product-container.list-view .line-total {
    width: 25%;
    text-align: center;
}
.view-btn {
    font-size: 13px;
}
}
@media only screen and (max-width:480px){
.home-slider .elementor-widget-image-carousel .swiper-slide figure.swiper-slide-inner img {
    height: 160px;
    object-fit: cover;
}
.home.woocommerce-js ul.products li.product .button{
	font-size:13px !important;
}
.home.woocommerce-js ul.products li.product{
	margin-bottom:25px !important;	
}
.home .eael-product-grid .woocommerce ul.products li.product{
	margin-bottom:0px !important;		
}
}</style>
<!-- end Simple Custom CSS and JS -->
