.box_grey:hover{
	border: 1px solid #FF6600;
	-webkit-box-shadow: 0px 0px 6px 2px #FFDAC2;
	box-shadow: 0px 0px 6px 2px #FFDAC2;
	cursor: pointer;
}
.box_grey .prodname{
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-overflow:ellipsis;
	overflow: hidden;
}
.box_grey .proddescr{
	height: 40px;
	font-size: 12px;
	padding: 5px;
	text-overflow:ellipsis;
	overflow:hidden;
}
.box_grey .prodprice {
	height: 20px;
    font-family: Righteous;
	font-size: 20px;
	color: #3E3B3B;
	text-align: right;
	padding: 5px;
}
.box_grey .prodoldprice {
	height: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #F7070B;
	text-align: right;
	padding: 5px;
	text-decoration: line-through;
}
.box_grey .prodstatus {
	height: 20px;
	font-size: 12px;
	color: #F7070B;
	text-align: right;
	padding: 5px;
}
.box_grey .sale {
    position:absolute;
	font-size: 75px;
    font-style: oblique;
    font-family: fantasy;
	color: #F7070B;
	padding: 5px;
    width: 80%;
    text-align: right;
}
.main-h3 {
  font-size: 20px;
  line-height: 1.75;
  margin: 0 0 3.999999978px;
}
.panel_link {
	cursor: pointer;
}
.panel_link.active {
	cursor: auto
}
.panel_link:hover {
	border-color: #FB0004
}
.panel_h120 {
	height: 120px
}
.panel_h200 {
	height: 200px
}
.panel_h230 {
	height: 230px
}
.panel_h300 {
	height: 300px
}

.panel_w315 {
	width: 315px
}
.width-255px {
  width: 255px !important;
}
.width-240px {
  width: 240px !important;
}
.width-200px {
  width: 200px !important;
}
.width-180px {
  width: 180px !important;
}
.width-150px {
  width: 150px !important;
}
.width-120px {
  width: 120px !important;
}
.width-115px {
  width: 115px !important;
}
.width-100px {
  width: 100px !important;
}
.width-90px {
  width: 90px !important;
}
.width-80px {
  width: 80px !important;
}
.width-75px {
  width: 75px !important;
}
.width-70px {
  width: 70px !important;
}
.width-60px {
  width: 60px !important;
}
.width-50px {
  width: 50px !important;
}
.ico_preloader_sm {
	width: 100%;
	height: 50px;
	background: url("/ImgSaite/preloader_18x18.gif") no-repeat;
    background-position: center;
}
.ico_preloader_md{
	width: 100%;
	height: 100px;
	background: url("/ImgSaite/preloader_30x30.gif") no-repeat;
    background-position: center;
}
.ico_preloader_lg{
	width: 100%;
	height: 150px;
	background: url("/ImgSaite/preloader_60x60.gif") no-repeat;
    background-position: center;
}
/* sale icon */
#prod{position: relative;height: 100px;width: 100px;}
#prod .sale {position: absolute;left: -20px;top: 70px;}
#prod140{position:relative; height: 140px; width: 140px;}
#prod140 .sale {position: absolute;	left: -11px;top:99px;z-index:10;}
#prod140O{height: 140px;width: 140px;position: absolute;}
#prod140O .sale {position: absolute;left: -6px;top: 160px;z-index:10;}
#progressFormArea{position: relative;height: 280px;width: 280px;}
#progressFormArea .sale {position: absolute;left: -30px;top: 260px;}
/* End Sale icon */
/* new icon */
#prod .new {position: absolute;left: -20px;top: 70px;}
#prod140 .new {position: absolute;left: -15px;top:-5px;}
#prod140O .new {position: absolute;left: -6px;top: 160px;z-index:10;}
#progressFormArea .new {position: absolute;left: -15px;top: -10px;}
/* End Sale icon */

@font-face {
  font-family: 'Barcode';
  src: url('../fonts/Barcode.ttf') format('truetype');
}

.eanicon {
	font-family: 'Barcode';
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 55px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	
}
a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #d65812;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

a#scrollUp i{
  font-size: 30px;
}

h2.title {
  color: #d65812;;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  /*margin: 0 15px; */
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}
h2.title:after{
	content: " ";
	position: absolute;
	border: 1px solid #f5f5f5;
	bottom:8px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -2;
}
h2.title:before{
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 220px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -110px;
}
.well {
  background-color: #FFFFFF;
  border: 1px solid #F7F7F0;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 35px;
}

/*************************
*******Footer CSS******
**************************/

#footer {
	margin-top: 50px;
	background: #F0F0E9;
}


.footer-top .container {
  border-bottom: 1px solid #E0E0DA;
  padding-bottom: 20px;
}

.companyinfo {
  margin-top: 57px;
}

.companyinfo h2 {
  color: #B4B1AB;
  font-family: abel;
  font-size: 27px;
  text-transform: uppercase;
}

.companyinfo h2  span{
  color:#FE980F;
}

.companyinfo p {
  color: #B3B3AD;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.footer-top .col-sm-3{
  overflow: hidden;
}
.footer-widget {
  margin-bottom: 68px;
}

.footer-widget .container {
  border-top: 1px solid #FFFFFF;
  padding-top: 15px;
}

.single-widget h2 {
  color: #666663;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.single-widget h2 i{
	margin-right:15px;
}

.single-widget ul li a{
	color: #8C8C88;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 0;
}

.single-widget ul li a i {
  margin-right: 18px;
}

.single-widget ul li a:hover{
	background:none;
	color:#FE980F;
}

.footer-bottom {
  background: #D6D6D0;
  padding-top: 10px;
}

.footer-bottom p {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-left: 15px;
}

.footer-bottom p span a {
  color: #FE980F;
  font-style: italic;
  text-decoration: underline;
}

.navsecond {
	padding: 6px;
	/*margin-top: -20px;*/
  	margin-right: auto;
  	margin-left: auto;
	border-bottom: 1px solid #A0A09D;
	margin-bottom: 10px;
    min-height: 34px;  
}


.carousel-control.left2 {
/* background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;*/
}
.carousel-control.right2 {
  right: 0;
  left: auto;
  /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;*/
}