 /*Navbar setting*/
 .navbar-brand {
    margin-right: -70px !important;
 }
 /* blink text animation */
.blink {
    animation: blink .7s steps(2, start) infinite;
    -webkit-animation: blink 1.5s steps(2, start) infinite;
}
.iconic{
	background-color :#000000ad;
}
.gradiant{
	background-image: url("./img/10717729.jpg");
	background-size: cover;
	}
.gradiant p{background-color: #290d0d94;}
.category a { 
	color : #fff !important;
	text-decoration: none;
	list-style: none;
	cursor: pointer;
}
/* footer */
.footmenu a { 
	text-decoration: none;
	list-style: none;
	cursor: pointer;
}
.footmenu ul {
	display: contents;
} 
.footmenu li:hover {
	color: #FF723B;
}
.hide{display:none;}

.sec2{background-size: cover; height: 200px;}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.img-fill img {  max-width: -webkit-fill-available !important;}
	.sec2{background-size: cover; height: 100px;}
	.ProductBlock .img-fill {height: 170px !important;}
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.sec2{background-size: cover; height: 100px;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.sec2{background-size: cover; height: 100px;}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.sec2{background-size: cover; height: 200px;}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.sec2{background-size: cover; height: auto;}
}