/*Home Page*/
.home .second{
	font-size:20px;
	color: #ed0909;
}
.home .card_container{
	background-color: #eee;
}
.home .card_container a{
	color: #000;
	text-decoration: none;
}
.home .card_container .card-title{
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0px;
}
.home .card_container .card1{
	border: 20px solid #eee!important;
}
@media(max-width: 991px) and (min-width: 768px){
	.home .card_container .card1{
		border: 13px solid #eee!important;
	}   
}
.home .card_container .card-img-top{
	border-radius: unset;
}
.home .purpose{
	color: #ed0909;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px; 
}
.home .padonma{
	font-style: italic;
	font-size: 20px;
	font-weight: 400;
}
.home .all{
	color: #333;
	text-decoration: none;
}
.home .all:hover{
	color: #ed0909;
}
.zoom{
    overflow: hidden
}
.zoom img{
    transition: all 1s ease-in-out
}
.zoom img:hover{
	transform: scale(1.4, 1.4);
    cursor: pointer;
/*	cursor: crosshair;*/
}
/*.zoom img[loading="lazy"] {
  width: auto;
}*/
/*Home Page*/


/*Category*/
.category .products a{
	color: #000;
	text-decoration: none;
}
@media(min-width: 1601px){
	.category .topping{
		padding: 0 12%;
	}
}
.category .nav-link{
	color:#000;
	padding-left: 1rem;
	font-weight: 500;
}
.category .one{
	padding-left: 3rem;
}
.category .nav-hr{
	margin-left: 1rem!important;
	margin-right: 8px!important;
}
.category .product{
	color: #ed0909;
	font-weight: bold;
}
.category .accordion{
	--bs-accordion-border-width: 0px;
	--bs-accordion-active-color: #000;
	--bs-accordion-active-bg: #fff;
	--bs-accordion-btn-focus-border-color: #fff;
	--bs-accordion-btn-focus-box-shadow: #fff;
	--bs-accordion-btn-padding-x: 3rem;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.category .accordion-body{
	padding: 0 2.5rem 0 3.5rem;
}
.category .accordion-button{
	font-weight: 500;
	padding: 8px 50px;
}
.category .nav{
	--bs-nav-link-color: #000;

}
.category .nav-tabs{
	--bs-nav-tabs-border-width: 0px;
	--bs-nav-tabs-link-active-color: #ed0909;
	--bs-nav-link-hover-color: #ed0909;
}
.category hr{
	color: #bbb;
}
/*Category*/


/*Visit Us*/
.color{
	color: #ed0909;
}
.visit .address{
	font-size: 18px;
}
/*Visit Us*/


/*Product Detail*/
.product .also{
	margin-top: 100px;
}
.product .also a{
	color: #000;
	text-decoration: none;
}
.product .card{
	border: none;
}
.product .card .nav-link{
	padding: 2px!important;
}
.product .card .nav-pills .nav-link{
    border-radius: 4px!important;
}
.product .card .nav-pills .nav-link.active, .product .card .nav-pills .show>.nav-link {
    background-color: #ed0909!important;
}
.product .description{
	font-weight: 500;
}
.product .content-img{
	height:450px;
	border: 1px solid #ccc;
}
.product .tab-content{
	width: 80%;
}
.product .preview-img{
	width:75px; 
	height: 75px;
	border: 1px solid #ccc;
}
@media(max-width:991px) and (min-width:768px) {
	.product .content-img{
		height: 320px;
	}
}
@media(max-width:767px){
	.product .content-img{
		height: 300px;
	}
}
/*Product Detail*/

