@font-face {
    font-family: '681';
    src: url('http://www.themeim.com/demo/kidzcare/css/fonts/681.eot');
    src: url('http://www.themeim.com/demo/kidzcare/css/fonts/681.eot') format('embedded-opentype'),
         url('http://www.themeim.com/demo/kidzcare/css/fonts/681.woff2') format('woff2'),
         url('http://www.themeim.com/demo/kidzcare/css/fonts/681.woff') format('woff'),
         url('http://www.themeim.com/demo/kidzcare/css/fonts/681.ttf') format('truetype'),
         url('http://www.themeim.com/demo/kidzcare/css/fonts/681.svg') format('svg');
}
body{font-family: '681';}
a:focus {outline:0px solid}
.item-title {
  margin-bottom: 30px;
  text-align: center;
}
h1.prv-title {
  border: 1px solid #f0545a ;
  display: inline-block;
  font-size: 28px;
  margin-top: 0;
  padding: 10px 25px;
  text-align: center;
  text-transform: uppercase;
}
h1.prv-title span{font-weight:700;color:#f0545a }
.text-center.logo > h2 {
  font-family: "681";
  font-size: 38px;
  font-weight: bold;
  margin-top: 52px;
  padding-top: 15px;
  position: relative;
}
.text-center.logo span {
  color: #f0545a ;
  font-size: 60px;
}
.text-center a:hover .text-heading {
  color: #f0545a;
}
.text-heading{
  text-decoration:none;
  transition: all .3s ease 0s;
}
.text-heading:hover {
  color: #6fc138;
}
.text-center.logo > img {
  position: relative;
}
.responsive{
	max-width: 100%;
}
.image-shop-box.demo-full {
  text-decoration: none;
}
.btn-buy{
	background-color:#434343;
	color:#fff;
	padding: 10px 60px;
	text-transform: uppercase;
	font-weight: bold;
	transition: all .3s ease 0s;
}
.text-center.logo > h2::after {
  background: #25BFA1;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: -9px;
  width: 60px;
}
.image-heading{
	margin: 50px 0 80px;
}

.btn-buy:hover{
	background: #f0545a;
	color:#fff;
}

.buy-now{
	margin: 100px 0px;
	position: relative;
}

.buy-now img{
	position: absolute;
	left: 35%;
	top: -180%;
}
.image-shop-box{
	margin-bottom: 50px;
	display: block;
	text-align: center;
}
.heading-title{
	text-transform: uppercase;
	color:#333;
	margin: 50px 0;
}
.text-heading {
	color: #555;
	font-size: 24px;
	margin: bold;
	text-transform: uppercase;
	color: #03a9f4;
	margin-top: 50px;
}


.copyright{
	margin: 30px 0;
}

.image-bg {
	/* background: url('../img/demo-bg.png') no-repeat center top; */
	width: 100%;
	height: 340px;
	display: inline-block;
	position: relative;
}
.image-bg .image-shop-scroll {
	background-position: center 0;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 340px;
	top: 23px;
	left: 0;
	background-size: cover;
	right: 0;
	margin: 0 auto;
	box-shadow: 0 6px 8px rgba(0, 0, 0, 0.16);
	border-radius: 12px;
}
.image-bg .image-shop-scroll{
	transition: all 6s ease-out 0s;
	-webkit-transition: all 6s ease-out 0s;
	-moz-transition: all 6s ease-out 0s;
	-ms-transition: all 6s ease-out 0s;
	-o-transition: all 6s ease-out 0s;
}

.image-bg:hover .image-shop-scroll{
	background-position: center 100%!important;
}
.copyright > a{
	color:#f0545a;
}
.main-inner {
	padding-top: 70px;
}


