@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 #92C841;

  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:#92C841}

.text-center.logo > h2 {

  font-size: 38px;

  font-weight: bold;

  letter-spacing: 2px;

  margin-top: 52px;

  padding-top: 15px;

  position: relative;

}

.text-center.logo span {

  color: #92C841;

  font-size: 60px;

}

.text-center a:hover .text-heading {

  color: #92C841;

}

.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;

}

.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: #92C841;

  content: "";

  height: 3px;

  left: 50%;

  margin-left: -30px;

  position: absolute;

  top: -9px;

  width: 60px;

}

.image-heading{

	margin: 50px 0 80px;

}



.btn-buy:hover{

	background: #92C841;

	color:#fff;

}



.buy-now{

	margin-top: 100px;

	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: 18px;

  font-weight: bold;

  text-transform: uppercase;

}





.copyright{

	margin: 30px 0;

}



.image-bg{

	background: url('../img/demo-bg.webp') no-repeat center top; 

	width: 350px;

	height:215px;

	display:inline-block;

	position: relative;

}

.image-bg .image-shop-scroll{

	background-position: center 0;

	background-repeat: no-repeat;

	position: absolute;

	width: 280px;

	height: 165px;

	top: 23px;

	left: 0;

	background-size: cover;

	right: 0;

	margin: 0 auto;

}



.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:#92C841;

}





