body{
	background: #fff;	
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	min-width: 320px;
}
@font-face {
    font-family: 'mvboli';
    src:url(../fonts/mvboli.ttf) format('truetype');
}
@font-face {
    font-family: 'segoepr';
    src:url(../fonts/segoepr.ttf) format('truetype');
}
img{
	max-width: 100%;
	height: auto; padding: 0;
}
h3{
	font-size: 24px;
	font-weight: 700;
}
.btn-white{
	background: #fff;
	color: #699a02;
}
.btn-white:hover{
	background: #eee;
	color: #699a02;
}

/*===============================header============================================*/
header{
	position: relative;
	z-index: 3;
}
.menu-top .navbar {
	margin-bottom: 0;
	background: #699a02;
}
.navbar-fonts{
    text-transform: uppercase;
}
.navbar-nav > li > a{
	padding-top: 0;
}
.menu-top .navbar-default .navbar-nav > li > a{
	color: #fff;
	padding-top: 15px;
	transition: background .5s;
}
.menu-top .navbar-default .navbar-nav > li > a:hover{
	color: #262626;
	text-decoration-line: none;
}
.navbar-default .navbar-toggle .icon-bar{
	color:#fff;
	background-color: #fff;
}
.navbar-nav > li > .dropdown-menu{
	background: #699a02;
}
.dropdown-menu > li > a{
	color:#fff;
}
.menu-top .container,
.menu-top .navbar-collapse{
	padding-left: 0;
}
.cart{
	 margin: 0 10px 5px -3px;
	
}

.menu-top .navbar-default .navbar-nav > li > a.btn-white{
	color: #699a02;
	border-radius: 3px;
	height: 38px;
	padding-top: 7px;
}
.menu-top .navbar-default .navbar-nav > li > a.btn-white:hover{
	background: #ececec;
	color: #699a02;
	border-radius: 3px;
	height: 38px;
	padding-top: 7px;
	text-decoration: none;
}
.menu-top .navbar-default .navbar-nav > li > a>span{
	padding-bottom: 5px;
}
.menu-carousel .item{
	min-height: 600px;
}
.menu-carousel .bgslide{
	background-size:cover;
	background-position:center center;
	position: absolute;    
      left: 0;   
      top: 0;
      width: 100%;
	height: 100%;   
}
.carousel.fade{
	opacity: 1;
}
.carousel.fade .item{
	opacity: 0;
	display: block;
	transition: opacity .9s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.carousel.fade .item.active{
	opacity: 1;
	position: relative;
}
.carousel-indicators-wrap{
	position:absolute;
	bottom:-25px;
	width: 100%;
	text-align: center;
}
.carousel-indicators-wrap .carousel-indicators{
	margin-left: 0;
	position: relative;
	left: 0;
	bottom:0;
	display: inline-block;
	background: #fff;
	width: auto;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	padding: 5px 25px;
}
.carousel-indicators-wrap .carousel-indicators li{
	background: #d2d2d2;
	width: 10px;
	height: 10px;
	margin: 0 7px;
}
.carousel-indicators-wrap .carousel-indicators li.active{
	background: #a3a3a3;
	width: 10px;
	height: 10px;
	margin: 0 7px;
}
.carousel-indicators-wrap .carousel-indicators li:first-child{
	margin-left: 0;
}
.carousel-indicators-wrap .carousel-indicators li:last-child{
	margin-right: 0;
}
.carousel {
    position: relative;
    top: -118px;
}
.main-menu{
	position: relative;
	z-index: 3;
	width: 100%;
	top: 83px;
}
.main-menu .navbar-inverse{
	background: transparent;
	border: none;
}
.main-menu-bg{
	background: #ccc;
	border-radius: 5px;
}
.menu-top .main-menu .navbar-inverse .navbar-nav > li > a{
	font-size:16px;
	color: #000;
	padding-top:23px;	
	margin-right: -20px;
	transition: background .5s;
}
.main-menu .navbar-inverse .navbar-nav > li > a:hover{
	font-size:16px;
	color: #fff;
	padding-top:23px;	
	margin-right: -20px;
}
.main-menu .navbar-inverse .navbar-nav > li:first-child{
	font-size:16px;
	color: #000;	
	margin-left: -17px;
}
.menu-top .main-menu .navbar-brand > img{
	display: block;
      float: left;
	padding: 0;
	margin-left: 25px;
}
.menu-top .main-menu .navbar-brand >span{
	font:22px MV Boli; 
	color: #699a02;
	display: inline-block;
	padding-left: 7px;		
}
.menu-top .main-menu .navbar-brand >span>strong{
	font:22px MV Boli; 
	color: #000;
	display: inline-block;
}
.main-menu .navbar-right .navbar-form{
	padding-top: 8px;
}

.search{
	position: absolute;
	color: #fff;
	font-size:22px;
	line-height: 68px;
	right: 81px;
	cursor:pointer;
	z-index: 2;
	display: none;
}
/*===============================header===========================================*/

/*==============================main-stick=========================================*/
.main-stick {
	margin: 0 auto;
	max-width: 1226px;
	overflow: hidden;
	padding-top: 35px;
}
.main-stick article{	
	float: left;
	width: 19%;
	margin-left: 8px;
}
.img-block:first-child{
	 max-width: 100%;
       position: relative;
	 left: 8px;
}
.img-block{
	 max-width: 100%;
       position: relative;
}
.img-block:last-child{
	 max-width: 100%;
       position: relative;
	 right: 8px;
}
/*==============================main-stick=========================================*/
/*===============================content==========================================*/
.main-content{
/*	max-width: 1226px;*/
	margin: 0 auto;
	padding-top: 35px;
}
/*
.main-content .container{
	width: 1135px;
}
*/
.widget{
	background: #ececec;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	margin-bottom: 35px;
	padding-bottom: 20px;
}
.widget p{
	font-size: 18px; 
	padding: 18px 0 2px 20px;
	
}
.widget-category{
	background: #ececec;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	padding-bottom: 20px;
	width: 80%;
	height: 347px;
	margin: 50px auto;
}
.widget-category p{
	font-size: 18px; 
	padding: 18px 0 2px 20px;
	
}
.widget-category-row{
	width: 98%;
	margin: 0 auto;
}
.form-widget{
	border: medium none;
      border-radius: 3px;
      height: 35px;
      margin-bottom: 12px;
      margin-left: 20px;
      width: 80%;
	color: #a3a3a3;
}
.widget-button{
	font-size: 18px; 
      background: #699a02;
	padding: 12px 21px;
	margin: 20px 0 0 20px;
	color: #fff;
	border-radius: 5px;	
}
.widget-button:hover{
	font-size: 18px; 
      background: #fff;
	padding: 12px 21px;
	margin: 20px 0 0 20px;
	color: #699a02;
	border-radius: 5px;	
}
.widget span a{
	font-size: 18px;
	color: #699a02;
      margin-left: 20px;
}
.widget span a:hover{
	font-size: 18px;
	color: #fff;
      margin-left: 20px;
	text-decoration: none;
}
     .stock {
      font-size: 22px;
	font-family: Segoe Print;
	color: #699a02;
	text-align: center;
	padding-top:13px;     
}

/*===============================content==========================================*/
/*--breadcrumbs-starts--*/
.breadcrumbs-main{
	border-bottom: 1px solid #cccccc;
}
.breadcrumbs{
	padding-top: 197px;
}
.breadcrumb {
    background: none;
	margin: 0;
	padding-bottom: 20px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > .active {
    color: #C3C3C3;
}
.breadcrumb li a {
    color: #242424;
}
.breadcrumb li a:hover {
    color: #699a02;
    text-decoration: none;
}

/*--breadcrumbs-end--*/
/*=============================main-content========================================*/
.widget-product{
	background: #ececec;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	margin-bottom: 35px;
	padding-bottom: 20px;
	height: 381px;
}
.widget-bakaleya{
	background: #ececec;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	margin-bottom: 35px;
	padding-bottom: 20px;
}
.block-stick:first-child{
	background: #fff;
	border-radius:15px;
	margin-top:15px;
	margin-left:10px;
}
.block-stick{
	background: #ffffff;
	border:1px solid #fff;
	border-radius:15px;
	margin-top:15px;
}
.block-stick:hover{
	border:1px solid #699a02;
	transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

.block-stick:last-child{
	background: #fff;
	border-radius:15px;
	margin-top:15px;
	margin-left:8px;
}
img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
	margin: 0 auto;
}
.product-bottom {
    text-align: left;
    margin-top: 20px;
    padding-left: 30px;
}
.product-main:hover img.zoom-img{
    -webkit-transform: scale(1.05);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 700ms;
    -moz-transform: scale(1.05);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 700ms;
    overflow: hidden;
	cursor:pointer;
}
a.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
    padding: 12px 0px;
}
.product-bottom h3 {
    font-size: 16px;
    color: #000;
    margin: 0;
    text-transform: uppercase;
   font-family: 'BreeSerif-Regular';
   height: 68px;
}

.product-main:hover .product-bottom h3{
	color:#699a02;
	transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.product-bottom h4 span{
    font-size: 17px;
    color: #000;
    margin: 5px 0 0 0;
    font-family: 'BreeSerif-Regular';
}
.product-bottom h4{
	padding-bottom: 20px;
}
.product-bottom h4:hover{
	padding-bottom: -20px;
}
.product-bottom {
    text-align: left;
    margin-top: 20px;
    padding-left: 30px;
}
.product-category{
	 
    margin: 20px auto;
}
.product-bottom p {
	font-size: 12px;
    color: #999;
    margin: 5px 0 0 0;
    text-transform: uppercase;
}
.product-bottom h4 i {
    background: url(../img/cart-2.png) no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
}
 .product-bottom:hover h4 i{
	background: url(../img/cart-3.png) no-repeat;
}
/*=============================main-content========================================*/
/*===============================item card========================================*/
.single-img{
    border: 1px solid #699a02;
    border-radius: 9px;
    padding: 42px;
    text-align: center;
    width: 80%;
	margin: 60px 0;
}

.single-text h3{
	text-align: center;
	font-size: 25px;
	font-family: Segoe Print;
	text-transform: uppercase;
	color: #699a02;
}
.single-description{
	background: #c3c3c3;
	border: 1px solid #c3c3c3;
	width: 80%;
	float: right;
	border-radius: 5px;
}
.single-description{
	margin-top: 15px;
}
.single-description p{
	font-size: 25px;
	padding: 10px 0 0 36px;
}
.single-input{
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    width: 60%;
}

.colxs{
	padding-top: 13px;
}
.colxsselect{
	padding: 18px 5px 0 0;
}
.uparrow{
	background: #c3c3c3 none repeat scroll 0 0;
    color: #717171;
    position: relative;
    right: 12px;
    top: -7px;
}
.downarrow{
	background: #c3c3c3 none repeat scroll 0 0;
    color: #717171;
    position: relative;
    left: 12px;
    top: -16px;
}

.btn-add-card{
	background: #fff;
    background-image: url("/public/img/cart-3.png");
    background-position: left 87% center;
    background-repeat: no-repeat;
    border: 1px solid #699a02;
    border-radius: 8px;
    height: 42px;
    margin-top: 10px;
    text-align: center;
    transform: rotateY(163deg);
    width: 95%;
}
.btn-add-card h4{
	transform: rotateY(163deg);
	color: #699a02;
	font-size: 16px;
	padding-left: 21px;
}
.btn-add-card h4:hover{
	transform: rotateY(163deg);
	color: #fff;
	font-size: 16px;
	padding-left: 21px;
}
.btn-add-card:hover{
	background: #699a02;
    background-image: url("/public/img/cart-1.png");
    background-position: left 87% center;
    background-repeat: no-repeat;
    border: 1px solid #699a02;
    border-radius: 8px;
    height: 42px;
    margin-top: 10px;
    text-align: center;
    transform: rotateY(163deg);
    width: 95%;
}

.characteristic{
	border-top: 1px solid #c3c3c3;
	border-bottom: 2px solid #c3c3c3;
	margin-top: 10px;
	float: right;
      width: 80%;
}
.characteristic h4{
	color: #699a02;
}
.aboutproduct h4{
	font-size: 25px;
}
.aboutproduct p{
	font-size: 18px;
}
.aboutproduct{
	margin: 25px 0;
}
#cart img,
.cart table img{
	height: 50px;
}

/*===============================item card========================================*/
/*=============================footer=============================================*/
footer{
	width: 100%;
	background: #343434;
}
.footer-menu h4{
	color: #c8c8c8;
	font-size:14px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-menu ul{
	list-style: none;
	padding:0;
}
.footer-menu ul li a {
	color: #c8c8c8;
	text-decoration: none;
	line-height: 22px;	
}
.footer-menu ul li a:hover {
	color: #c8c8c8;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 22px;
}
.footer-copyright{
	background: #fff;
	padding: 25px 0 25px 15px;;
	height: 40px;
}
/*=============================footer=============================================*/
/*===============================modal========================================*/
.del-item{
	cursor: pointer;
}
/*===============================modal========================================*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	
	   .search{
	display: none;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.menu-top .navbar-nav{
		float: none !important;
	}
	.main-stick article{	
	float: left;
	width: 18.5%;
	margin-left: 9px;
}
	.main-stick article a>img:hover{
	background:  transparent;
	width: 100%;
	height: 100%;
	
}
		
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
	.menu-top .navbar-nav{
		float: none !important;
	}

.main-menu .navbar-right .navbar-form{
		position: absolute;
		right:66px;
		top: 58px;
		background:rgba(105,154,2, .7);
		padding: 12px;
		margin: 0;
	      display: none;
		
	}
	
	 .search{
		position: absolute;
		color: #fff;
		font-size:22px;
		line-height: 68px;
		right: 140px;
		cursor:pointer;
		z-index: 2;
		 display: block;
	
}

}
/* Small Devices, Tablets */
@media only screen and (max-width : 950px) {
	
	
	 .search{
	position: absolute;
	color: #fff;
	font-size:22px;
	line-height: 68px;
	right: 112px;
	cursor:pointer;
	z-index: 2;
	
}
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 905px) {
	
	
	 .search{
	position: absolute;
	color: #fff;
	font-size:22px;
	line-height: 68px;
	right: 99px;
	cursor:pointer;
	z-index: 2;
	
}
	
}
/* Small Devices, Tablets */
@media only screen and (max-width : 876px) {


	.search {
		position: absolute;
		color: #fff;
		font-size: 22px;
		line-height: 68px;
		right: 83px;
		cursor: pointer;
		z-index: 2;

	}
}
	@media only screen and (max-width : 830px) {
	
	
	 .search{
	position: absolute;
	color: #fff;
	font-size:22px;
	line-height: 68px;
	right: 52px;
	cursor:pointer;
	z-index: 2;
	
}
		
}

@media only screen and (max-width : 820px) {
	
	
	 .search{
	position: absolute;
	color: #fff;
	font-size:22px;
	line-height: 68px;
	right: 49px;
	cursor:pointer;
	z-index: 2;
	
}
	.main-stick article{	
	float: left;
	width: 18%;
	margin-left: 12px;
}
	.main-stick article a>img:hover{
	background:  transparent;
	width: 100%;
	height: 100%;
	
}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;	
}
.menu-top .container,
.menu-top .navbar-collapse{
	padding-left: 15px;
}
	.main-menu .navbar-nav{
		float: none !important;
		padding-left: 10px;
		padding-top: 0;
		margin: 8px 0;
	}
    .main-menu .navbar-inverse .navbar-nav > li:first-child {
    color: #000;
    font-size: 14px;
    margin-left: 0;
	}
		.main-menu .navbar-inverse .navbar-nav > li > a{
	font-size: 14px;
}
	.main-menu .navbar-inverse .navbar-nav > li > a:hover{
	font-size:16px;
	color: #000;
      background-color: rgba(255, 255, 255, 0.6);
	padding-top:23px;	
	margin-right: -20px;
	transition: background .5s;
}
	
	
	.main-menu .container{
		padding-left: 0;
		padding-right: 0;
	}
	.main-menu .navbar-brand img{
		max-height: 50px;
	}
	.main-menu .navbar-toggle.collapsed + .navbar-brand img{
		max-height: none;
	}
	.main-menu .navbar-collapse {
		border-top: none;
	}
	.main-menu .navbar-right .navbar-form{
		display:block !important;
		position: relative;
		padding: 0;
		right:0;
		top: 0;
		border: 0;
		  }
	.search {
		display:none;
	}
}

/*=========registration======================*/
.account-left input[type="text"],.account-left input[type="password"],.account-left input[type="email"] {
	width: 90%;
	margin: 0px;
	color: #000;
	background: none;
	padding: 8px 10px;
	outline: none;
	border: 1px solid #000;
	font-family: 'Lato-Regular';
	font-size: 14px;
	margin-bottom:20px;
}
.address {
	margin-top: 10px;
}
.submit{
	margin:0 0 0 1em;
}
.error{
	margin-bottom: -170px;
	padding-top: 170px;
}
/*=========registration======================*/

/* Small Devices, Tablets */
@media only screen and (max-width : 616px) {
	
	.main-stick article{	
	float: left;
	width: 18%;
	margin-left: 9px;
}
	.main-stick article a>img:hover{
	background:  transparent;
	width: 100%;
	height: 100%;
	
}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 466px) {
	
	.main-stick article{	
	float: left;
	width: 17.5%;
	margin-left: 7px;
}
	.main-stick article a>img:hover{
	background:  transparent;
	width: 100%;
	height: 100%;
	
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 320px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
	
 .main-stick article{	
	float: left;
	width: 17%;
	margin-left: 5px;
}
	.main-stick article a>img:hover{
	background:  transparent;
	width: 100%;
	height: 100%;
	
}
}
@media only screen and (max-width : 992px) {
	.main-menu .navbar-right .navbar-form {
		display: block !important;
	}
}

/*search*/
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
	cursor: pointer;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
span.twitter-typeahead {
	width: 100%;
}
.input-group span.twitter-typeahead {
	display: block !important;
	height: 34px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
	top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
	border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.input-group.input-group-sm span.twitter-typeahead {
	height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
	top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
	height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
	top: 46px !important;
}
/*search*/

/*Registration*/
form .has-success .form-control{
	border-color: green;
}
form .has-error .form-control{
	border-color: red;
}
.has-error, .has-success{
	position: relative;
}
.form-control-feedback {
	right: 10px;
	top: 25px;
}
/*Registration*/
