@font-face {
    font-family: '681';
    src: url('fonts/681.eot');
    src: url('fonts/681.eot') format('embedded-opentype'),
         url('fonts/681.woff2') format('woff2'),
         url('fonts/681.woff') format('woff'),
         url('fonts/681.ttf') format('truetype'),
         url('fonts/681.svg#681') 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 #FF2B42;
  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:#FF2B42}
.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: #FF2B42;
  font-size: 60px;
}
.text-center a:hover .text-heading {
  color: #FF2B42;
}
.text-heading{
  text-decoration:none;
  transition: all .3s ease 0s;
}
.text-heading:hover {
  color: #6fc138;
}
.logo{
	margin-top: 30px;
	margin-bottom: 30px;
}
.text-center.logo > img {
	position: relative;
	width: 200px;
}
.center-item{
	width: 100%;
}
.responsive{
	max-width: 100%;
}
.image-shop-box.demo-full {
  text-decoration: none;
}
.btn-buy{
	background-color:#2D3035;
	color:#fff;
	padding: 10px 60px;
	text-transform: uppercase;
	font-weight: bold;
	transition: all .3s ease 0s;
}
.text-center.logo > h2::after {
  background: #FF2B42;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: -9px;
  width: 60px;
}
.image-heading{
	margin: 50px 0 80px;
}

.btn-buy:hover{
	background: #FF2B42;
	color:#fff;
}

.buy-now{
	margin-top: 100px;
	position: relative;
}
.buy-now img{
	position: absolute;
	left: 34%;
	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: 18px;
  font-weight: bold;
  text-transform: uppercase;
}


.copyright{
	margin: 30px 0;
}

.image-bg{
	border: 10px solid rgb(102, 102, 102);
	border-radius: 2px;
	display: inline-block;
	height: 304px;
	position: relative;
	width: 360px;
}
.image-bg .image-shop-scroll {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 284px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 340px;
}

.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:#FF2B42;
}


