/*------------------------------------------------------------------
[Table of contents]

[ Body ]
[ top / .top ]
[ header / .header ]
[ menu / .menu ]
[ footer / .footer ]
[ footer2 / .footer2 ]
[ footer3 / .footer3 ]
[ footer4 / .footer4 ]
[ bread-crumb / .bread-crumb ]
[ pagination / .pagination ]
[ buttons / .buttons ]
[ list-group / .list-group ]
[ product-thumb / .product-thumb ]
[ shipping / .shipping ]
[ commontop / .commontop ]
[ season / .season ]
[ vegetable / .vegetable ]
[ contactus / .contactus ]
[ organic / .organic ]
[ chooseus / .chooseus ]
[ sort / .sort ]
[ shopdetail / .shopdetail ]
[ Mycart / .mycart ]
[ register / .register ]
[ blog / .blog ]
[ mainblog / .mainblog ]
[ blog2 / .blog2 ]
[ blog3 / .blog3 ]
[ blog4 / .blog4 ]
[ testimonail / .testimonail ]
[ testimonail2 / .testimonail2 ]
[ testimonail3 / .testimonail3 ]
[ testimonail4 / .testimonail4 ]
[ maintest / .maintest ]
[ header2 / .header2 ]
[ header3 / .header3 ]
[ header4 / .header4 ]
[ navs / .navs ]
[ product2 / .product2 ]
[ product4 / .product4 ]
[ deals / .deals ]
[ bestdeal / .bestdeal ]
[ deals3 / .deals3 ]
[ leftside / .leftside ]
[ team / .team ]
[responsive]
-------------------------------------------------------------------*/

/*----------
[ Body ]
-------------*/
body {
	font-family: 'Fira Sans', sans-serif;
	font-weight:400;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
.fa {
	font-size: 14px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 15px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/*----------------
[ top / .top ]
------------------ */
#top {
	background: #17161f;
	min-height: 40px;
	min-height: 30px;
	z-index: 9999;
}
#top .icon, #top .icons{
	margin:0;
}
#top .icon li, #top .icons li{
	padding:15px;
	padding: 5px;
	border-right:1px solid #383838;
}
#top .icon li a, #top .icons li a, #top .icons li span{
	color:#fff;
	font-size:13px;
    cursor:pointer;
}
#top .icon li a:hover, #top .icons li a:hover, #top .icons li span:hover{
	color:#13d22e;
}
#top .icon li:first-child{
	padding-left:0px;
	display: none;
}
#top .icons li:last-child{
	border-right:none;
	padding-right:0;
}
#top .icon li i, #top .icons li i{
	margin-right:7px;
}
#top .icons .dropdown-menu li{
	border-right:0;
}
#top .icons .dropdown-menu li a {
    color: #000;
    padding: 0px;
}
#top .icons .dropdown-menu li:hover a{
	color:#fff;
	background:none;
}
#top .icons .dropdown-menu{
	margin:0;
	padding: 0;
	border-radius: 0 0 4px 4px;
}
#top .icons .currency .mbox{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	margin: 0;
	padding: 0;
	border-radius: 0 0 4px 4px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
#top .icons .currency .dropdown-menu {
    top: 0;
    left: 100%;
}
#top .icons .currency .btn-group{
	width:100%;
}
#top .icons .currency .btn-group .btn-link{
	color:#000;
	padding: 15px;
	font-size: 13px;
	text-align: left;
	width:100%;
	float:none;
}
#top .icons .currency .btn-group .btn-link:hover{
	color:#fff;
	background:#13d22e;
}
#top .icons .currency .dropdown-menu li {
    padding: 0;
}
#top .icons #cart .dropdown-menu td a, #top .icons #cart .dropdown-menu td{
	color:#17161f;	
	font-size: 13px;
}
#top .icons #cart .dropdown-menu .btn-danger {
    background: #878787 !important;
    border-color: #878787 !important;
	border-radius:50%;
	padding: 2px 4px 1px;
}
#top .icons #cart .dropdown-menu .btn-danger i{
	margin-right:0;
	font-size: 16px;
}
#top .icons #cart .dropdown-menu p.text-right{
	background:#17161f;
	padding:15px;
}
#top .icons #cart .dropdown-menu p.text-right a{
	color:#fff;
	text-align:center;
	padding:6px 11px;
	border-radius:40px;
	border:1px solid #fff;
	font-size: 14px;
	font-weight: 400;
}
#top .icons #cart .dropdown-menu p.text-right a:hover{
	background:#13d22e;
	border:1px solid #13d22e;
}
#top .icons .login .dropdown-menu{
	min-width:270px;
}
#top .icons .login .dropdown-menu li{
	border-bottom:1px solid #E5E5E5;
}
#top .icons .login .dropdown-menu li.face,#top .icons .login .dropdown-menu li:last-child{
    border-bottom:none;
}
#top .icons .login .dropdown-menu li:hover{
	background:#13d22e;
}
#top .icons .login .dropdown-menu li:hover.face,#top .icons .login .dropdown-menu li:hover:last-child{
    background:none !important;
}
#top .icons .login .dropdown-menu .fac, #top .icons .login .dropdown-menu .go{
	height:32px;
	color:#fff;
	border:0;
	border-radius:40px;
	margin:0 8px 0 0;
	width:48.5%;
	text-transform:uppercase;
	padding: 7px 10px;
	text-align: center;
}
#top .icons .login .dropdown-menu .fac{
	background:#4867AA;
}
#top .icons .login .dropdown-menu .go{
	background:#DC4437;
}
#top .icons .login .dropdown-menu .face{
	display: inline-flex;
	width: 100%;
}
#top .icons .login .dropdown-menu li a{
	color:#17161f;
}
#top .icons .login .dropdown-menu li:hover a,#top .icons .login .dropdown-menu li:hover .des{
	color:#fff;
} 
#top .icons .login .dropdown-menu .des{
	font-size:12px;
	color:#999;
	padding:10px 0 0;
}
#top .icons .login .dropdown-menu li:last-child{
	padding-right:15px;
}
#top .icons .login .dropdown-menu li:last-child a{
	color:#fff;
	border:0;
	width:100%;
	border-radius:40px;
	padding:14px 13px;
	line-height: 16px;
	text-transform:uppercase;
	background:#13d22e;
	text-align: center;
	font-size: 14px;
}
/*---------------------
[ header / .header ]
----------------------- */
#logo img{
	margin: 5px auto 15px;
}
#search{
	padding:5px 10px;
	text-align:center;
	position:relative;

}
#search .input-lg{
	background:#fff;
	height: 35px;
	opacity: 0;
    position: absolute;
    right: 10px;
    top: 6px;
    transition: all 0.5s ease 0s;
	visibility: hidden;
    width: 0;
	z-index:2;
	border-radius:25px;
	font-size: 14px;
}
#search:hover .form-control{
    opacity: 1;
    visibility: visible;
    width: 180px;
}
#search .btn-lg{
	z-index:22;
	background:transparent;
	border:1px solid #fff;
	border-radius:50%;
	color:#fff;
	font-size:15px;
	padding:8px 9px 5px;
	box-shadow: none;
	margin: 0px;
}
#search .btn-lg:hover, #search:hover .btn-lg{
	background:#13d22e;
	color:#fff;
}
#cart {
	margin-bottom: 0px;
}
#cart > .btn {
	font-size: 13px;
	line-height: 18px;
	color: #FFF;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	text-shadow:none;
	margin-bottom:0px !important;
}
#cart.open > .btn:hover, #cart > .btn:hover, #cart > .btn:hover span {
	color: #13d22e;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu li:hover{
	background: #eee !important;
}
#cart.open .dropdown-menu li{
	padding: 0px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 0px;
}
#cart .dropdown-menu li > div {
	min-width: 270px;
	padding: 0 0px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0 0;
}
#cart .dropdown-menu .empty {
	margin: 20px;
} 	
header {
    background: url(../image/index-bg.png) center center;
    padding:0 0 0px;
}
header .mianmenu{
	background: #13d22e;
}
#slideshow0 {
    border-top: 1px solid #C9C9C9;
    margin: 0;
}
.swiper-viewport {
    margin: 0 0 0px !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    background: transparent !important;
}
.swiper-viewport .swiper-button-next, .swiper-viewport .swiper-button-prev{
	opacity: 1 !important;
}
.swiper-viewport .swiper-button-prev:before {
    border-radius:20px 0 0 20px;
}
.swiper-viewport .swiper-button-next:before{
    border-radius:0 20px 20px 0;
}
.swiper-viewport .swiper-button-next:before, .swiper-viewport .swiper-button-prev:before{
	font-size:20px !important;
	color:#333333;
	background:#fff;
	padding:4px 18px;
	width:auto;
	height:auto;
	line-height: 1.42857143;
	border:1px solid #ccc;
	position: absolute;
}
.swiper-viewport .swiper-button-next:hover:before, .swiper-viewport .swiper-button-prev:hover:before{
	background:#13d22e;
	border:1px solid #13d22e;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.30);
	color:#fff;
}
.slider .swiper-viewport .swiper-button-next {
    right: 5% !important;
}
.slider .swiper-viewport .swiper-button-prev {
   left:5% !important;
}
@media(min-width:1300px){
   .slider .swiper-viewport .swiper-button-prev{
	    left:14%; 
    }
    .slider .swiper-viewport .swiper-button-next{
        right:14%;
    } 
}
@media(min-width:3000px){
   .slider .swiper-viewport .swiper-button-prev{
	    left:36.5%; 
    }
    .slider .swiper-viewport .swiper-button-next{
        right:36.5%;
    } 
}
#slideshow0 img{
	width:100%;
}
.swiper-viewport #carousel0{
	margin: 0 0 20px;
}
.swiper-viewport #carousel0 img{
	margin: 0 auto;
}
/*----------------
[ menu / .menu ]
------------------ */
#menu {
	background: transparent;
	border: none;
	min-height: auto;
	margin: 0;
}
ul.megamenu > li{
	padding: 0px !important;
}
#menu .nav > li > a, ul.megamenu > li > a {
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 15px 30px;
	line-height: 14px;
}
#menu .nav > li:last-child > a, ul.megamenu > li:last-child > a{
	padding: 15px 0 15px 22px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: transparent;
	color:#13d22e;
}
#menu .navbar-collapse{
	padding: 0px;
}
ul.megamenu li .sub-menu .content{
	border:none;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
ul.megamenu li .sub-menu ul li{
	padding:5px 15px;
    border-bottom:1px solid #ddd;
}
ul.megamenu li .sub-menu ul li:last-child{
	border-bottom:0px solid #ddd;
}
ul.megamenu li .sub-menu ul li a {
    color:#000;
	font-size:14px !important;
	font-weight:400;
	display:block;
}
ul.megamenu li .sub-menu ul li:hover a{
    color:#fff !important;
}
ul.megamenu li .sub-menu ul li:hover{
    background:#13d22e;
}
ul.megamenu li .sub1 li:hover {
    background: transparent !important;
}
ul.megamenu li .sub1 ul li:hover a{
    color: #333333 !important;
}
ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li:last-child{
    border-bottom:0px;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
#content {
	min-height: 600px;
}
#banner0 {
    margin: 0;
}
/*----------------------
[ footer / .footer ]
------------------------ */
footer{
	background:#17161f;
	padding:0px 0 0px; 
	text-transform: none !important;
}
footer .minbox {
    height: auto;
}
footer p{
	font-size:15px;
	color:#eee;
	margin:5px 0;
	line-height:30px;	
}
.footer1 .newsletter{
	margin:35px 0;
}
.footer1 #mc_embed_signup form {
    padding: 0px;
}
.footer1 .newsletter .news{
	float:left;
	font-size:24px;
	font-weight:500;
	font-style:italic;
	color:#13d22e;
	text-transform:uppercase;
	margin: 5px 20px 0 0;
}
.footer1 #mc_embed_signup .mc-field-group {
    clear: none;
    padding-bottom: 0px;
    min-height: auto;
}
.footer1 #mc_embed_signup .mc-field-group input{
	width:62%;
	height:39px;
	font-size:14px;
	border:1px solid #424146;
	border-radius:40px;
	padding:8px 15px;
	color:#424146;
	background:#121117;
}
.footer1  #mc_embed_signup .button{
	background:#302e41;
	color:#eee;
	font-size:16px;
	font-weight:400;
	border-radius:40px;
	margin-left:20px;
	padding:7px 30px;
	border: none;
	box-shadow: none;
	position: absolute;
	right:0;
	top:33px;
	height: 39px;
}
#mc_embed_signup .button{
    line-height: normal !important;
    margin: 0 !important;
}
footer h5{
	color:#13d22e;
	font-size:18px;
	font-weight:500;
	margin:0;
	text-transform:uppercase;
	font-family: 'Fira Sans', sans-serif !important;
}
footer hr {
    border-top: 2px solid #13d22e;
    width: 30px;
    margin: 15px 0 30px;
}
footer ul{
	margin:0;
}
footer li{
	padding: 0 0 20px;
	padding: 0 0 10px;
}
footer li:last-child, footer .contact li:last-child, footer .powered li:last-child{
	padding:0px;
}
footer li a, footer li{
	font-size:15px;
	color:#eee;
}
footer li a:hover{
	color:#13d22e;
}
footer .contact li{
	padding:0 0 14px;
}
footer .contact li a i{
	color:#13d22e;
	margin-right:1px;
}
footer .social li a i{
	margin-right:12px;
}
footer .powered{
	background:#121117;
	margin:40px 0 0;
	padding:18px 0 17px; 
	background: #121117;
	margin: 2px 0 0;
	padding: 3px 0 3px;
}
footer .powered p{
	margin:4px 0 0;
}
footer .powered p span{
	color:#13d22e;
}
footer .powered li{
	padding:0 24px 0 0;
}
.footer1 .foot2{
	display:none;
} 
/*------------------------ 
[ footer2 / .footer2 ]
-------------------------- */
.footer2 footer .foot1{
	display:none;
} 
.footer2 footer, .footer2 footer .powered{
	background:#000000;
}
.footer2 footer h5{
	margin:25px 0 0;
}
.footer2 footer h5, .footer2 footer .powered p span, .footer2 footer li a:hover, .footer2 footer .contact li a i {
	color: #7fbc00;
}
.footer2 footer hr {
    border-top: 2px solid #7fbc00;
}
.footer2 .newsletter {
    margin: 35px 0;
}
.footer2 .newsletter p{
    margin:0 0 20px;
}
.footer2 .newsletter .mc-field-group .form-control {
    width: 100%;
    border: 1px solid #00130D;
    color: #424146;	
	background: #000;
    height: 39px;
    font-size: 14px;
    border-radius: 40px;
    padding: 8px 15px;
}
.footer2 .newsletter .mc-field-group .btn-news {
    background: #7fbc00;
    margin-left: 0;
    padding: 6px 20px;
	position:absolute;
	right:15px;
    color: #eee;
    font-size: 16px;
    font-weight: 400;
    border-radius: 40px;
    top:auto;
    margin-top: -40px;
}
#mc_embed_signup form{
    padding: 0px !important;
}
.footer2 footer li {
    padding: 14px 0;
	border-bottom:1px solid #00140D;
}
.footer2 footer li:first-child {
    padding: 0 0 14px;
}
.footer2 footer li:last-child {
    border-bottom:none;
}
.footer2 footer .contact li {
    padding: 0 0 14px;
	border-bottom:none;
}
.footer2 footer .powered li {
    padding: 0 24px 0 0;
	border-bottom:none;
}
.footer2 footer .social li {
    padding: 0 0 22px;
	width:49%;
	border-bottom:none;
}
.footer2 footer .social li:last-child, .footer2 footer .contact li:last-child {
    padding: 0;
}
/*------------------------ 
[ footer3 / .footer3 ]
-------------------------- */
.footer3{
	background:#f7f7f7;
	padding:0;
}
.footer3 .foot1,.footer3 .foot2,.footer1 .foot3{
    display: none;
}
.footer3 .inner{
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	background:#fff;
	padding:48px 14px 32px;
}
.footer3 img{
	margin:0 auto;
}
.footer3 h5, .footer3 p, .footer3 li a, .footer3 li {
    color: #000;
}
.footer3 hr {
	border-top: 2px solid #f61c00;
}
.footer3 .contact li a i, .footer3 li a:hover, .footer3 .powered p span {
    color: #f61c00;
}
.footer3 .powered {
    background: #f7f7f7;
	border:1px solid #D7D7D7;
    margin: 30px 0 0;
    padding: 39px 0;
}
.footer3 .powered p {
    margin: 0 0 25px;
}
.footer3 p {
    margin: 30px 0;
}
.footer3 .contact li {
    padding: 0 0 20px;
}
.footer3 .contact li:last-child {
    padding: 0;
}
.footer3 .newsletter {
    margin: 40px 0;
}
.footer3 .newsletter h6{
    font-size:22px;
	font-weight:600;
	color:#000;
	margin:0 0 10px;
	text-transform:uppercase;
}
.footer3 .newsletter p{
    color:#333333;
	margin:0 0 10px;
}
.footer3 .newsletter .mc-field-group input {
    width: 77% !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    color: #787878;
    background: #fff;
    height: 39px;
	font-size: 14px;
    padding: 8px 15px !important;
    display: inline-block !important;
}
.footer3 .newsletter .btn-news {
    background: #f61c00 !important;
    color: #fff !important;
    border-radius: 4px !important;
    margin: 0px !important;
    padding: 7px 25px !important;
    font-size: 16px !important;
	font-weight: 400 !important;
}
.footer3 .port li{
	width:32%;
	padding:0;
}
.footer3 .cat{
	width:22%;
}
/*------------------------ 
[ footer4 / .footer4 ]
-------------------------- */
.footer4 .port,.footer3 .toplink,.footer2 .foot3{
    display:none;
}
.footer4{
	background:#000;
}
.footer4 img{
	margin:0 auto;
}
.footer4 h5 {
    color: #fff;
    margin:38px 0;
	border-left:2px solid #fff;
	padding-left:8px;
}
.footer4 .contacts {
    margin-right:100px;
}
.footer4 .accept {
    width:22%;
} 
.footer4 li a:hover, .footer4 .powered p span {
    color: #3fa000;
}
.footer4 .powered {
    background: #111;
	margin:70px 0 0;
	padding:30px 0 29px;
}
.footer4 .powered p{
	margin:10px 0;
}
.footer4 .powered .toplink li{
	border-right:1px solid #fff;
	padding:0 10px;
	line-height:14px;
}
.footer4 .powered .toplink li:last-child{
	border-right:none;
}
.alert {
	padding: 8px 14px 8px 14px;
}
/*--------------------------------- 
[ bread-crumb / .bread-crumb ]
----------------------------------- */
.bread-crumb{
	position:relative;
}
.bread-crumb img{
	width:100%;
	/* min-height:200px; */
	height: 100px;
}
.bread-crumb .matter{
	position:static;
	bottom:-70px;
	left:0;
	right:0;
	text-align:center;
    z-index: 19;
	/* display: none; */
}
.bread-crumb .matter h2{
	color:#333333;
	font-size:36px;
	font-weight:400;
	margin:0 0 5px;
	text-transform:uppercase;
}
.bread-crumb .matter h2 span{
	color:#13d22e;
	font-weight:700;
}
.bread-crumb .matter ul{
	margin:0;
}
.bread-crumb .matter li{
	padding:0px;
	text-transform:uppercase;
}
.bread-crumb .matter li:after {
	content: '/';
	color:#333333;
}
.bread-crumb .matter li:last-child:after {
	content: '';
}
.bread-crumb .matter  li a{
	color:#333333;
	font-size:18px;
	font-weight:500; 
}
.breadcrumb {
	margin: 0 0 0px 0;
	padding: 0;
	border: none;
	background:transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 40px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: relative;
	top: 30px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*--------------------------------- 
[ pagination / .pagination ]
----------------------------------- */
.pagination{
	margin: 0;
	width:100%;
}
.pagination li a, .pagination li span{
    padding:5px 13px;
    color: #333333;
    background-color: transparent;
    border: 1px solid #ccc;
    margin-right: 10px;
	font-size:16px;
	font-weight:400;
	border-radius:50%;
}
.pagination li  a:hover, .pagination  li span:hover, .pagination li a:focus, .pagination li span:focus, .pagination .active  a, .pagination  .active  span, .pagination  .active > a:hover, .pagination .active span:hover, .pagination .active a:focus, .pagination .active > span:focus{
	background:#13d22e;
	color:#fff;
	border-color: #13d22e;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.30);
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.pagination  li:last-child a{
	padding:5px 10px;
}
/*----------------------
[ buttons / .buttons ]
------------------------ */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	margin-bottom: 50px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	background: transparent;
	color: #333333;
	padding: 13px 42px;
	border-radius: 40px;
	border: 1px solid #ccc;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 15px 0 0;
}
.btn-primary{
	background: transparent;
	color: #333333;
	padding: 13px 42px;
	border-radius: 40px;
	border: 1px solid #ccc;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 15px 0 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #13d22e;
    color: #fff;
    border: 1px solid #13d22e;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.30);
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	margin-bottom: 50px !important;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/*----------------------------
[ list-group / .list-group ]
------------------------------ */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/*-----------------------------------
[ product-thumb / .product-thumb ]
------------------------------------- */
.product-thumb {
	margin-bottom:30px;	
	border:3px solid transparent;
	border-radius:10px;
	border-bottom:none;
}
.product-thumb:hover{
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.30);
	border:3px solid #fff;
	border-bottom:none;
}
.product-thumb .image {
	background:#F3F3F3;
	border-radius:10px 10px 0 0;
	position:relative;
}
.product-thumb .image a {
	display: block;
}
.product-thumb:hover .image a {
	opacity: 0.4;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-thumb .image .onhover{
	position:absolute;
	right:15px;
	bottom:-25px;
	transition: all 1s ease-in-out;
}
.product-thumb .image .onhover ul li + li{
	margin-top:10px;
}
.product-thumb .image .onhover button{
	background:#13d22e;
	border:none;
	color:#fff;
	padding:12px 14px 12px;
	border-radius:50%;
	width:50px;
	height:50px;
	text-align:center;
}
.product-thumb .image .onhover button:hover{
	background:#17161f;
}
.product-thumb .image .onhover button i{
	font-size:24px;
}
.product-thumb .caption {
	padding:22px 14px 0;
	min-height:100px;
	border:1px solid #f3f3f3;
	border-radius:0 0px 10px 10px;
	border-top:none;
	min-height:120px;
}
.product-thumb:hover .caption{
	border-color:transparent;
}
.product-thumb .caption h4{
	font-size:18px;
	font-weight:400;
	margin:0 0 10px;
}
.product-thumb .caption h4 a{
	color:#333333;
}
.product-thumb .caption h4 span{
	font-weight:700;
}
.product-thumb .caption .des{
	font-size:14px;
	color:#333333;
	line-height:24px;
	margin:30px 0 25px;
	display: none;
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating span i{
	font-size:16px;
	color:#13d22e;
	margin-right:5px;
}
.rating .fa-star + .fa-star-o {
    color: #13d22e;
}
.rating .fa-star-o, .rating a{
	color:#333333;
	font-size:16px;
}
h2.price {
	margin: 0;
}
.product-thumb .caption  .price {
	font-size:24px;
	font-weight:700;
	color:#13d22e;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 16px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: none;
}
.product-thumb .button-group button {
	background:none;
	border-radius:50%;
	border:1px solid #ccc;
	color:#333333;
	padding:7px 11px;
	font-size:16px;	
}
.product-thumb .button-group button + button {
	margin-left: 10px;
}
.product-thumb .button-group button:hover {
	background:#13d22e;
	color:#fff;
	border:1px solid #13d22e;
}
.product-thumb .caption .des, .product-thumb .caption .rating, .product-thumb .caption .button-group, .product-list .product-thumb .image .onhover{
	display:none;
}
.product-list .product-thumb .caption .des, .product-list .product-thumb .caption .rating, .product-list .product-thumb .caption .button-group{
	display:block;
}
.product-list .product-thumb{
	border-bottom:1px solid #ddd;
	min-height:245px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-radius: 0px;
}
.product-list .product-thumb .image {
	float: left;
	border-radius:10px;
}
.product-list .product-thumb:hover{
	box-shadow: none;
}
.product-list .product-thumb .caption {
	margin-left:250px;
	padding:0px;
	border:none;
}
.product-list .product-thumb .caption .des {
    margin: 15px 0;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-4:nth-child(3n+1){
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-4:nth-child(3n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1) {
		clear:left;
	}
}
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/*------------------------ 
[ shipping / .shipping ]
-------------------------- */
.shipping{
	margin:0 0 20px;
}
.shipping .box{
	border:1px solid #ccc;
	margin-bottom:30px;
	padding:32px 24px;
	min-height:150px;
}
.shipping .box img{
	float:left;
	margin-right:20px;
}
.shipping .box h4{
	margin:8px 0 10px;
	color:#17161f;
	font-size:18px;
	font-weight:500;
}
.shipping .box p{
	color:#333333;
	font-size:14px;
	margin:0;
}
/*--------------------------------- 
[ commontop / .commontop ]
----------------------------------- */
.commontop{
	margin:40px 0;
}
.commontop p{
	font-weight:500;
	color:#333333;
	font-size:14px;
	margin:0;
	text-transform:uppercase;
}
.commontop h4{
	font-size:24px;
	font-weight:800;
	color:#17161f;
	text-transform:uppercase;
	margin:0;
}
.commontop h4 i{
	font-size:20px;
	color:#31d444;
	margin-right:6px;
}
.commontop h4 i:nth-child(3){
	margin-right:25px;
}
.commontop h4 i:nth-child(4){
	margin-left:25px;
}
/*----------------------
[ season / .season ]
------------------------ */
.season{
	margin:0 0 40px;
}
.season .commontop{
	margin:0 0 40px;
}
.season .box1 .image, .season .box2 .image, .season .box3 .image{
	position:relative;
}
.season .box1 .image .onhover, .season .box2 .image .onhover, .season .box3 .image .onhover{
	position:absolute;
	top:42px;
	left:16px;
}
.season .box2 .image .onhover, .season .box3 .image .onhover{
	bottom:30px;
	top:auto;
}
.season .box1 .image .onhover p, .season .box2 .image .onhover p, .season .box3 .image .onhover p{
	font-size:24px;
	font-weight:500;
	color:#17161f;
	margin:0;
}
.season .box1 .image .onhover hr, .season .box2 .image .onhover hr, .season .box3 .image .onhover hr{
	border-top:4px solid #17161f;
	width:44px;
	margin:0;
}
.season .box2 .image .onhover p, .season .box2 .image .onhover hr, .season .box3 .image .onhover p, .season .box3 .image .onhover hr{
	color:#fff;
	border-color:#fff;
}
.season .box2 .image .inhover{
	position:absolute;
	left:18px;
	top:28px;
}
.season .box2 .image .inhover h5{
	font-size:36px;
	font-weight:400;
	color:#fff;
	margin:0;
	text-transform:uppercase;
}
.season .box2 .image .inhover p{
	font-size:18px;
	font-weight:400;
	color:#fff;
	margin:0;
}
/*--------------------------
[ vegetable / .vegetable ]
---------------------------- */
.vegetable{
	margin:0 0 20px;
}
.vegetable .commontop h4{
	text-transform:capitalize;
}
.vegetable .commontop h4 i:first-child{
	margin-left:25px;
}
.vegetable .product-thumb{
	margin-bottom:30px;
	min-height:105px;
	border: none;
	border-radius: 0px;
	background: transparent;
}
.vegetable .product-thumb:hover {
    box-shadow: none;
}
.vegetable .product-thumb:hover .image a {
    opacity: 100;
}
.vegetable .product-thumb .image{
	float:left;
	border:1px solid #F3F3F3;
	border-radius: 0px;
}
.vegetable .product-thumb .caption{
	padding:0 0 0 14px;
	margin-left:120px;
	border:none;
	min-height: auto;
}
.vegetable .product-thumb .caption h4{
	font-weight:500;
	font-size:16px;
	margin:0 0 5px;
}
.vegetable .product-thumb .caption h4 a{
	color:#17161f;
}
.vegetable .product-thumb .caption p{
	font-weight:400;
	font-size:14px;
	color:#333333;
	margin:0 0 12px;
	display: block;
	overflow: hidden;
	height: 20px;
}
.vegetable .product-thumb .caption .button-group{
	display: block;
}
.vegetable .product-thumb .caption .button-group button{
	background:none;
	border-radius:50%;
	border:1px solid #ccc;
	color:#333333;
	padding:5px 7px;
	font-size:14px;
	width:30px;
	height:30px;
	text-align:center;
}
.vegetable .product-thumb .caption .button-group button + button{
	margin-left:10px;
}
.vegetable .product-thumb .caption .button-group button:hover{
	background:#13d22e;
	color:#fff;
	border:1px solid #13d22e;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.30);
}
/*--------------------------------- 
[ contactus / .contactus ]
----------------------------------- */
.contactus  form .form-group{
	margin-bottom:0;
}
.contactus  form .form-control {
	background:transparent;
	min-height:50px;
	color:#999;
	margin-bottom:30px;
	font-size: 14px;
}
.contactus  form textarea{
	height:150px;
}
.contactus .btn-primary{
	background:#13d22e;
    border-radius:40px;
	padding:14px 30px;
	color:#fff;
	border:none;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	text-shadow:none;
}
.contactus .btn-primary:hover, .contactus .btn-primary:active, .contactus .btn-primary:active:hover, .contactus .btn-primary:focus{
	background:#13d22e;
	color:#fff;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.30);
}
.contactus .panel-default{
	position:relative;
	background:#fff;
	border-radius:100px;
	box-shadow: 0px -3px 13px 0px rgba(145,145,145,0.47);
	bottom:-40px;
	z-index:999;
	padding:65px 100px;
	text-align: center;
}
.contactus .panel-body{
	padding: 0px;
	font-size:16px;
	color:#000;
	vertical-align:middle;
}
.contactus .panel-body i{
	font-size:24px;
	margin-right:20px;
	vertical-align:middle;
}
.contactus .panel-body address{
	margin: 0;
}
.map iframe{
	width:100%;
	height:500px;
	border:0;
}	
/*----------------------- 
[ organic / .organic ]
------------------------- */
.organic .commontop h4, .chooseus .commontop h4, .team .commontop h4, .contactus .commontop h4{
	margin:0 0 20px;
}
.organic .commontop p, .chooseus .commontop p, .team .commontop p, .contactus .commontop p{
	margin:0;
	font-size: 13px;
	font-weight: 400;   
	font-style:italic;
	color:#222;
	text-transform:capitalize;
}
.organic .des, .organic .des2{
	margin:0 0 30px;
	font-size:14px;
	color:#333333;
}
.organic .des2{
	margin:0 22% 30px 0;
}
.organic .des2 i{
	font-size:32px;
	color:#c2c2c2;
}
.organic .des2 .first, .abtestimonail .box p .first{
	margin:0 0px 30px 0;
	float:left;
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari 3-8 */
    transform: rotate(180deg);
}
.organic .des2 .last, .abtestimonail .box p .last{
	vertical-align:middle;
}
.organic img{
	margin:25px 0 0;
}
/*---------------------------- 
[ chooseus / .chooseus ]
------------------------------ */
.chooseus{
	margin:0 0 100px;
}
.chooseus .box ul {
	margin:0;
	width:50%;
}
.chooseus .box ul li{
	padding:0 0 90px;
	width:66%;
}
.chooseus .box ul li:last-child{
	padding:0;
}
.chooseus .box ul li:first-child{
	margin-left:200px;
}
.chooseus .box ul li:nth-child(2){
	margin-left:100px;
}
.chooseus .box ul li img{
	float:left;
	margin:10px 30px 0 0;
}
.chooseus .box ul li p{
	font-size: 13px;
	color: #333333;
	margin:0;
	font-weight:400;
}
.chooseus .box ul li h3{
	font-size:16px;
	color:#000;
	font-weight:600;
	margin:0 0 20px;
}
.chooseus .box .vegbanner{
	position:absolute;
	right:15px;
	top:0;
}
/*-------------------- 
[ sort / .sort ]
---------------------- */
.shop{
	margin:40px 0;
}
.shop h1{
	margin: 0 0 10px;
}
.sort {
	margin-bottom:20px;
}
.sort .input-group-sm > .form-control {
	height: 37px;
	box-shadow:none;
}
.sort .input-group-addon{
	background: none;
	border: none;
	font-size:14px;
	color:#333333;
	padding: 8px 19px 0 0;
	vertical-align: top;
}
.sort .bootstrap-select .btn-default {
    padding: 5px 25px 5px 15px;
    border-radius: 40px;
	color:#333333;
	box-shadow:none;
	height:37px;
	font-size:14px;
	background: transparent;
	border-color:#ccc;
	margin:0;
	font-weight: 400;
	text-transform: capitalize;		 
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100% !important;
}
.sort .dropdown-menu li > a{
	font-size:14px;
}
.sort .dropdown-menu li > a:hover{
	background-color: #13d22e;
	background-image: linear-gradient(to bottom, #13d22e, #13d22e);
	color:#fff;
}
.sort .list .btn-default{
	background:transparent;
	border: 1px solid #E5E5E5;
	border-radius: 50%;
	color: #333333;
	margin: 0 15px 0 0;
	box-shadow:none;
	padding: 8px 7px 6px;
    width: 37px;
    height: 37px;
}
.sort .list .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.sort .list .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.sort .list .btn-default:last-child{
	margin: 0 0px 0 0;
}
.sort .list .btn-default i{
	font-size:18px;
}
.sort .list .btn-default:hover, .sort .list .btn-default:active{
	color:#fff;
	background:#13d22e;
	border-color:#13d22e;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.30);
}
.sort p{
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-size:14px;
	color:#333333;
	margin:15px 0 0;
	padding:14px 0;
	text-align:center;
}
/*----------------------------- 
[ shopdetail / .shopdetail ]
------------------------------- */
.shopdetail{
	margin:50px 0 0;
}
.shopdetail .thumbnails, .shopdetail .thumbnails li {
	margin:0;
}
.shopdetail .thumbnails .image-additional{
	padding:0;
	width: 22.5%;
}
.shopdetail .thumbnails .image-additional + .image-additional{
	margin-left:7px;
}
.shopdetail h2{
	margin:0 0 10px;
	font-size: 20px;
color: #03a84e;
	font-weight:400;
}
.shopdetail .shortdes{
	font-size:14px;
	color:#333333;
	margin:15px 0 20px;
}
.shopdetail hr{
	border-top:1px solid #ccc;
}
.shopdetail .price{
	font-size:36px;
	color:#13d22e;
	font-weight:600;
}
.shopdetail .price h2{
	margin: 0px;
}
.shopdetail .common{
	height:40px;
	margin:0 0 10px;
}  
.shopdetail .qtypara label{
	font-weight:600;
	font-size:18px;
	color:#333333;
	display:inline-block;
	margin-right:10px;
}
.shopdetail .qtypara label span{
	font-weight:400;
	font-size:16px;
	color:#B8B8B8;
}
.qtypara{
	margin:0;
	position:relative;
}
.qtypara .form-control{
	min-width:179px;
	height:39px;
	border-radius:20px;
	text-align:center;
	width:auto;
	display:inline-block;
	color:#333333;
	font-weight:500;
	font-size:15px !important;
	background:#F3F3F3;
	border:1px solid #F3F3F3;
	box-shadow:none;
}
.qtypara .minus, .qtypara .add{
	height:39px;
	font-size:18px;
	position:absolute;
	color:#333333;
	cursor:pointer;
	padding: 5px 20px;
	background: #fff;
	border: 1px solid #f3f3f3;
	border-radius: 20px 0 0 20px;
}
.qtypara .add{
	right:0;
	bottom:0;
	cursor:pointer;
	border-radius:0 20px 20px 0;
}
.shopdetail .buttons .btn-default {
    background:transparent;
    border: 1px solid #d0d0d0;
    color: #333333;
    font-weight:400;
    font-size: 18px;
    padding: 10px 15px;
    text-transform:uppercase;
	border-radius:50%;
}
.shopdetail .buttons .btn-default:first-child {
	 border-radius:26px;
	 padding: 11px 19px;
}
.shopdetail .buttons .btn-default:first-child i{
	margin-right:6px;
}
.shopdetail .buttons .btn-default:hover{
	background:#13d22e;
	border:1px solid #13d22e;
	color:#fff;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.30);
}
.shopdetail .buttons .btn-default + .btn-default{
	margin-left:15px;
}
.shopdetail .nav-tabs{
	margin:40px 0 20px;
	border-top:1px solid #ccc;
	padding-top:24px;
	border-bottom: none;
	display: none !important;
	
}
.shopdetail .nav-tabs > li{
	padding:0px;
	float:left;
}
.shopdetail .nav-tabs > li + li{
	margin-left:15px;
}
.shopdetail .nav-tabs > li a{
	border-radius:40px;
	background:transparent;
	color:#333333;
	font-weight:400;
    font-size: 14px;
    text-align:center;
    border:1px solid #ccc;
    padding:11px 13px;
	width:157px;
}
.shopdetail .nav-tabs > li:hover a,.shopdetail .nav-tabs > li.active a{
	background:#13d22e;
	color:#fff;
	border:1px solid #13d22e;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.30);
}
.shopdetail .tab-content{
	padding:25px 30px 0;
	border:1px solid #ddd;
	display: none !important;
}
.shopdetail .tab-content #tab-description{
	font-size:14px;
	color:#333333;
	line-height:24px;
	margin:8px 0 25px;
	display:none !important;
}
.shopdetail #tab-review h2{
	font-weight:500;
    font-size: 16px;
    color:#17161f;
    margin:0 0 20px;
}
.shopdetail #tab-review .fa-stack{
	width:1.25em;
	height:1em;
	color:#333333;
	font-size:14px;
}
.shopdetail #form-review label{
	font-weight:400;
    font-size: 14px;
    margin:0 0 10px;
}
.shopdetail #form-review .form-control{
	background:#f3f3f3;
	border:none;
	min-height:33px;
	box-shadow:none;
	border-radius:0px;
}
.shopdetail #form-review .buttons .btn{
	background:#13d22e;
	border-color:#13d22e;
	padding:7px 42px;
	color:#fff;
    margin:25px 0 30px;
	border-radius:40px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.30);
	text-shadow: none;
}
.shopdetail #product .date .btn-default, .shopdetail #product .time .btn-default, .shopdetail #product .datetime .btn-default {
    padding: 7.5px 12px;
    border-radius: 0px; 
    font-size: 12px;
    margin: 0px 0 0; 
}
/*---------------------- 
[ Mycart / .mycart ]
------------------------ */ 
.mycart{
	margin:50px 0;
}
.mycart .listproducts{
	margin:0 0 50px;
}
.mycart .listproducts thead td{
	background:#13d22e;
	color:#fff;
	font-size:18px;
	font-weight:500;
	padding:15px 30px;	
}
.mycart .listproducts tbody td{
	padding:50px 30px;
	vertical-align:middle;
	font-size:18px;
	font-weight:500;
	color:#333333;
	border-top:none;
	border-bottom:1px solid #ccc;
}
.mycart .listproducts tbody td img{
	width:100px;
	height:100px;
}
.mycart .listproducts tbody td a{
	color:#17161f;
	margin:34px 0 0;
}
.mycart .listproducts .btn-primary {
    padding: 5px 13px;
    margin: 0;
}
/*-------------------------- 
[ register / .register ]
---------------------------- */
.register{
	margin: 50px 0;
}
.register .commontop{
	margin:0px 0 35px;
}
.register .commontop h4 i:first-child {
    margin-left: 25px;
}
.register p{
	font-size:14px;
	color:#333333;
	margin:0 0 15px;	
}
.register ul{
	margin:0 0 40px;
}
.register ul li{
	padding:12px 10px;
	text-align:center;
	width:47%;
	font-size:16px;
	font-weight:500;
	border-radius:4px;
	text-transform:uppercase;
}
.register ul li + li{
	margin-left:20px;
}
.register ul li a{
	color:#fff;
}
.register ul li i{
	margin-right:15px;
}
.register ul li:first-child{
	background: #3B5999;
}
.register ul li:last-child{
	background: #DC4437;
}
.register .form-group{
	margin-bottom:0;
}
.register label{
	color:#17161f;
	font-size:16px;
	font-weight:500;
	margin:0 0 15px;
	text-transform:uppercase;
}
.register .form-control{
	height:50px;
	color:#999;
	border:1px solid #ccc;
	margin-bottom:40px;
}
.register .links{
	font-size:14px;
	color:#13d22e;
	font-weight:500;
}
/*----------------- 
[ blog / .blog ]
------------------- */
.blog{
	margin:0 0 30px;
}
.blog .box{
	margin-bottom:30px;
}
.blog .box .image{
	position:relative;
}
.blog .box .image .onhover{
	position:absolute;
	bottom:5px;
	left:5px;
}
.blog .box .image .onhover p{
	background:#13d22e;
	color:#fff;
	width:52px;
	height:52px;
	text-align:center;
	padding:8px 0 0 0;
	margin:0;
	line-height:18px;
	font-size:16px;
}
.blog .box .caption h4{
	margin:22px 0 8px;
	text-transform: capitalize;
}
.blog .box .caption h4 a{
	color:#17161f;
	font-size:18px;
	font-weight:500;
}
.blog .box .caption h6{
	margin:0 0 15px;
	color:#333333;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
}
.blog .read i{
    vertical-align: middle;
}
.blog .box .caption p{
	color:#333333;
	font-size:14px;
	font-weight:400;
	margin:0 0 15px;
}
.blog .box .caption .button-group{
	height:30px;
}
.blog .box .caption .button-group hr{
	margin:-14px 26% 0;
	border-top:1px solid #CCCCCC;
	width:168px;
}
.blog .box .caption .button-group button{
	background:none;
	text-align:center;
    padding: 0px;
    border:none;
    margin-right: 10px;
}
.blog .box .caption .button-group button i{
    border-radius:50%;
	border:1px solid #ccc;
	color:#333333;
	padding:3px 4px 3px;
    margin-right:5px;
    font-size:14px;
    vertical-align: middle;
}
.blog .box .caption .button-group button:hover i{
	background:#13d22e;
	color:#fff;
	border:1px solid #13d22e;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.30);
}
.blog .box .caption .button-group a{
	color:#333333;
	font-weight:500;
	font-size:14px;	
	margin:-12px 0 0;
}
.blog .box .caption .button-group a:hover{
	color:#13d22e;
}
.blog-detail{
	margin: 50px 0 0 !important;
}
/*------------------------- 
[ mainblog / .mainblog ]
---------------------------*/
.mainblog{
	margin:40px 0;
}
.mainblog .blog .box .caption .button-group hr {
    margin: -12px 17% 0;
	border-top: 1px solid #CCCCCC;
	width: 71%;
}
.mainblog .blog .box .caption .button-group a {
    color: #13d22e;
}
/*--------------------
[ blog2 / .blog2 ]
---------------------- */
.blog2 .blog .commontop {
	margin: 50px 0 35px;
}
.blog2 .commontop h4 {
    color: #000;
    margin: 0 0 10px;
    font-weight: 500;
}
.blog2 .blog .box .image {
    float:left;
	margin-right:20px;
}
.blog2 .blog .box .image img {
	width: 230px;
	height: 154px;
}
.blog2 .blog .box .caption h4 {
    margin: 0 0 8px;
    text-transform: capitalize;
}
.blog2 .blog .box .caption h6 {
    margin: 0 0 20px;
}
.blog2 .blog .box .caption p {
    margin: 0 0 20px;
	line-height:24px;
}
.blog2 .blog .box .image .onhover p {
	background: #7FBC00 !important;
}
.blog2 .blog .box .caption .button-group {
    height: auto;
}
.blog2 .blog .box .caption .button-group button {
    margin-right: 0px;
}
.blog2 .blog .box .caption .button-group button i{
	border: none;
	padding: 0 14px 0 0;
	margin-right: 14px;
	border-right:1px solid #ccc;
	border-radius:0;
}
.blog2  .blog .box .caption .button-group button:hover i {
    background:transparent !important;
	box-shadow:none;
	color:#333333 !important;
	border-color:#ccc !important;
}
.blog2  .blog .box .caption .button-group a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin:0;
}
.blog2  .blog .box .caption .button-group a:hover {
    color: #000 !important;
}
/*--------------------
[ blog3 / .blog3 ]
---------------------- */
.blog3 .commontop h4 {
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}
.blog3 .blog .box .caption .common{
    min-height:40px;
	margin:24px 0 30px;
}
.blog3 .blog .box .caption .common ul{
    margin:0;
}
.blog3 .blog .box .caption .common ul li + li{
    margin-left:20px;
}
.blog3 .blog .box .caption .common ul li:first-child{
    line-height:17px;
	padding:5px 7px;
	background:#000;
	font-size:14px;
	border-radius:50%;
	color:#fff;
	text-align:center;
	width:40px;
	height:40px;
	vertical-align: middle;
}
.blog3 .blog .box .caption .common ul li i{
	font-size:18px;
    background:#000;
	border-radius:50%;
	color:#fff;
	padding:10px;
	text-align:center;
	width:40px;
	height:40px;
	vertical-align: middle;
}
.blog3 .blog .box .caption .common ul li:hover i, .blog3 .blog .box .caption .common ul li:hover:first-child{
    background:#f61c00;
}
.blog3 .blog .box .caption h4 {
    margin: 0 0 20px;
    color: #000;
}
.blog3 .blog .box .caption h6 {
    margin: 14px 0 0;
    color: #999;
    font-size: 14px;
    text-transform: capitalize;
}
.blog3 .blog .box .caption h6 span, .blog3 .blog .box .caption a {
    color: #000;
}
.blog3 .blog .box .caption p {
    margin: 0 0 10px;
}
.blog3 .blog .box .caption a:hover {
    color: #f61c00;
}
/*--------------------
[ blog4 / .blog4 ]
---------------------- */
.blog4 .blog {
	margin:0 0 30px;
}
.blog4 .commontop h4 {
    color: #222;
    font-weight: 600;
}
.blog4 .blog .box{
	margin-bottom:70px;
}
.blog4 .blog .box .image{
	float:left;
	margin-right:20px;
}
.blog4 .blog .box .image img{
	width:270px;
	height:130px;
}
.blog4 .blog .box .image .bloghover{
	position:absolute;
	bottom:-20px;
	left:0;
	right:0;
	text-align:center;
}
.blog4 .blog .box .image .bloghover ul{
    margin:0;
}
.blog4 .blog .box .image .bloghover ul li{
    background:#000;
	font-size:14px;
	border-radius:10px;
	color:#fff;
	padding:8px 10px;
	text-align:center;
	vertical-align: middle;
	font-weight:600;
}
.blog4 .blog .box .image .bloghover ul li + li{
    margin-left:20px;
}
.blog4 .blog .box .image .bloghover ul li i{
    font-size:18px;
    vertical-align: middle;
}
.blog4 .blog .box .image .bloghover ul li:first-child{
    padding: 8px 10px;
}
.blog4 .blog .box .image .bloghover ul li:hover{
    background:#3fa000;
}
.blog4 .blog .box .caption h4 {
    margin: 0 0 25px;
    color: #000;
	font-weight:600;
}
.blog4 .blog .box .caption p {
    margin: 0 0 25px;
}
.blog4 .blog .box .caption h6 {
    margin: 2px 0 0;
    color: #999;
    font-size: 14px;
    text-transform: capitalize;
}
.blog4 .blog .box .caption h6 span, .blog4 .blog .box .caption a {
    color: #000;
}
.blog4 .blog .box .caption a:hover {
    color: #3fa000;
}
/*------------------------------- 
[ testimonail / .testimonail ]
-------------------------------- */
.testi .swiper-pager{
	top:auto;
	bottom: -50%;
}
.testi .swiper-viewport .swiper-button-prev {
    left:45% !important;
}
.testi .swiper-viewport .swiper-button-next{
	right:45% !important;
}
.testimonail .box ul{
	margin:0 0 30px;
}
.testimonail .box li{
	padding:0;
	vertical-align:middle;
}
.testimonail .box li:nth-child(2){
	border:5px solid #CCCCCC;
	border-radius:50%;
	margin:0 20px;
}
.testimonail .box li img{
	border-radius:50%;
	width:100%; 
}
.testimonail .box p{
	font-size:16px;
	font-weight:500;
	font-style:italic;
	color:#333333;
	line-height: 24px;
	margin:0 10% 30px;
}
.btn-testi{
    background-color: #13d22e;
    color:#fff;
    display: inline-block;
}
.view_all{
	display: block;
	text-align: center;
	margin:20px 0 0;
}
.maintest .view_all a {
    background: #13D22e;
}
.testimonail .image img{
    margin:0 auto 20px;
    border: 5px solid #CCCCCC;
    border-radius: 50%;
} 
.testimonail .box h4{
	font-size:24px;
	font-weight:500;
	color:#13d22e;
	margin:0 0 10px;
	text-transform: capitalize;
}
.testimonail .box span{
	font-size:14px;
	font-weight:300;
	color:#333333;
}
/*---------------------------------
[ testimonail2 / .testimonail2 ]
----------------------------------- */
#testimonail2{
	background: #F7F6F2;
	padding:0 0 80px;
}
#testimonail2 .commontop h4 {
    color: #000;
    margin: 0 0 10px;
    font-weight: 500;
}
#testimonail2 .commontop .img, .blog2 .commontop .img, .product2 .commontop .img{
	position:relative;
}
#testimonail2 .commontop .img img, .blog2 .commontop .img img, .product2 .commontop .img img{
	margin:0 auto;
}
#testimonail2 .commontop .img:before, .blog2 .commontop .img:before, .product2 .commontop .img:before{
	border-top:1px solid #66CC00;
	top:5px;
	display: block;
	content: "";
	width: 40px;
	left: 45%;
	position: absolute;
}
#testimonail2 .commontop .img:after, .blog2 .commontop .img:after, .product2 .commontop .img:after{
	border-top:1px solid #66CC00;
	top:5px;
	right:44.5%;
	display: block;
	content: "";
	width:40px;
	bottom: auto;
	position: absolute;
}
.testimonail2{
	background:#fff;
	padding: 68px 38px 88px;
}
#testimonail2 .swiper-pager{
	bottom:-5px;
}
.testimonail2 .box{
	padding:0 30px;
}
.testimonail2 .box img{
	float:left;
	margin:0 25px 70px 0;
	border-radius: 50%;
}
.testimonail2 .box p{
	font-size:14px;
	font-weight:400;
	font-style:italic;
	color:#333333;
	line-height: 24px;
	margin:0 0 30px;
}
.testimonail2 .box h4{
	font-size:18px;
	font-weight:400;
	color:#000;
	margin:0;
	font-style:italic;
}
.testimonail2 .box h4 i{
	color:#7fbc00;
	margin-right:10px;
}
/*---------------------------------
[ testimonail3 / .testimonail3 ]
----------------------------------- */
#testimonail3 .commontop h4 {
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}
.testimonail3, .testimonail4{
	background: transparent !important;
}
.testimonail3 .box {
	margin:0 0 50px;
	min-height:90px;
}
.testimonail3 .box img{
	float:left;
	margin:0 25px 0 0;
	border-radius: 50%;
}
.testimonail3 .box p{
	font-size:13px;
	font-weight:300;
	color:#333333;
	margin:0 20% 0 0;
	line-height:24px;
}
.testimonail3 .box p i{
	font-size:32px;
	color: #c2c2c2;
}
.testimonail3 .box p .first{
	margin: 0 0px 30px 0;
	float: left;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.testimonail3 .box p .last{
	vertical-align:middle;
}
#testimonail3 .swiper-viewport .swiper-button-next:before, #testimonail3 .swiper-viewport .swiper-button-prev:before {
    padding: 10px 38px;
    border: none;
}
#testimonail3 .swiper-viewport .swiper-button-prev:before, #testimonail3 .swiper-viewport .swiper-button-next:before {
    border-radius: 0;
}
#testimonail3 .testi .swiper-viewport .swiper-button-prev {
    left: 42% !important;
}
#testimonail3 .testi .swiper-viewport .swiper-button-next {
    right: 45% !important;
}
#testimonail3 .testi .swiper-pager {
    bottom: -22%;
}
/*---------------------------------
[ testimonail4 / .testimonail4 ]
----------------------------------- */
#testimonail4{
	background:#F7F7F7;
	padding:0 0 100px;
	margin-bottom:80px;
}
.testimonail4 .box img{
	float:left;
	margin:0 25px 0 0;
	border-radius: 50%;
}
.testimonail4 .box p{
	font-size:14px;
	font-weight:300;
	color:#000;
	margin:0;
	padding:20px 0 0;
	line-height:24px;
}
.testimonail4 .box p i{
	font-size:32px;
	color:#c2c2c2;
}
.testimonail4 .box p .first{
	margin:0 0 30px 0;
	float:left;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.testimonail4 .box p .last{
	vertical-align:middle;
}
/*---------------------------- 
[ maintest / .maintest ]
------------------------------ */
.maintest .box{
	margin-bottom:50px;
	min-height: 190px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 15px;
}
.maintest .box .image{
	float:left;
	margin:0 15px 0 0;
}
.maintest .box p{
	font-size:14px;
	color:#000;
	margin:0;
	padding:0px 0 0;
	line-height:24px;
}
.maintest .box p i{
	font-size:32px;
	color:#999;
}
.maintest .box p .first{
	margin: 0 0px 30px 0;
	float: left;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.maintest .box p .last{
	vertical-align:middle;
}
/*------------------------ 
[ header2 / .header2 ]
-------------------------- */
.header2 header {
    background: #fff;
    padding: 26px 0;
}
.header2 header #logo img {
    margin: 0 auto;
}
.header2 #top{
	background:transparent;
	margin:30px 0 0;
}
.header2 #top .icon li, .header2 #top .icons li {
    padding: 0 39px 0 0;
    border-right: none;
}
.header2 #top .icon li:last-child, .header2 #top .icons li:last-child, .header2 #top .icon li .social li:last-child  {
    padding: 0;
}
.header2 #top .icon li a, .header2 #top .icons li a, .header2 #top .icon li .social li i{
    color: #000;
}
.header2 #top .icon li .social li {
    padding: 0 16px 0 0;
}
.header2 #top .icon li a i, .header2 #top .icons li a i, .header2 #top .icons .currency .btn-group .btn-link strong, .header2 #top .icons .currency .btn-group .btn-link i{
    color: #FE5500;
	margin-right:5px;
}
.header2 #top .icons .currency .btn-group .btn-link {
    padding: 0px;
}
.header2 #top .icons .currency .dropdown-menu {
    right: 0;
    left: auto;
    top:auto;
}
.header2 #top .icons .currency .btn-group .btn-link:hover {
    color: #000;
    background: transparent;
}
.header2 #top .icons .dropdown-menu li{
    padding:15px;
}
.header2 #top .icons .login .dropdown-menu li:hover.face, .header2 #top .icons .login .dropdown-menu li:hover:last-child{
    background:none;
}
.header2 #top .icons .login .dropdown-menu li:hover, .header2 #top .icons .currency .dropdown-menu li:hover, .header2 #top .icons .login .dropdown-menu li:last-child a
 {
    background: #FE5500;
}
.header2 #top .icons .currency .dropdown-menu li:hover .btn-link{
	color:#fff;
}
.header2 #top .icons .dropdown-menu li:hover i {
    color: #fff;
}
.header2 .mianmenu{
	background:#162010;
	padding:5px 0;
}
.header2 ul.megamenu > li{
	margin:0 24px 0 0;
}
.header2 ul.megamenu > li > a {
    color: #fff;
    padding: 9px 17px;
}
.header2 ul.megamenu > li > a:hover {
    background:#3fa000;
    color:#fff !important;
}
/*------------------------ 
[ header3 / .header3 ]
-------------------------- */
.header3 #top {
    background: #f7f7f7;
}
.header3 #top .icon li:first-child{
	padding-left:0;
}
.header3 #top .icon li, .header3 #top .icons li {
    border-right: 1px solid #D7D7D7;
	padding:15px 25px;
}
.header3 #top .icon li:last-child, .header3 #top .icons li:last-child {
    border-right: none;
	padding-right:0;
}
.header3 #top .icon li a, .header3 #top .icons li a, .header3 #top .icons li span, .header3 #top #cart > .btn{
    color: #000;
    font-size: 13px;
}
.header3 #cart .dropdown-menu .empty {
    margin: 20px 25px;
}
.header3 #cart.open .dropdown-menu li {
    padding: 0px;
}
.header3 #top .social li{
	padding:0;
	border-right:none;
}
.header3 #top .social li + li{
	padding-left:10px;
}
.header3 #top .login li{
	padding:15px;
}
.header3 #top .icons .currency .btn-group .btn-link:hover, .header3 #top .icons .login .dropdown-menu li:hover, .header3 #top .icons .login .dropdown-menu li:last-child a, .header3 #top .icons #cart .dropdown-menu p.text-right a:hover{
    background: #F61C00;
}
.header3 #top .icons .login .dropdown-menu li.face:hover, .header3 #top .icons .login .dropdown-menu li:hover:last-child {
    background: none;
}
.header3 #top .icons #cart .dropdown-menu p.text-right a:hover {
    border-color: #F61C00;
}
.header3 #menu .dropdown-menu::after {
    border-bottom: 10px solid #F61C00;
}
.header3 header {
    background: #fff;
	padding:22px 0 21px;
}
.header3 header #logo img {
    margin: 0;
}
.header3 #menu{
	margin:20px 0 0;
}
.header3 ul.megamenu > li > a {
    color: #000 !important;
    padding: 15px 18px 15px;
}
.header3 ul.megamenu .sub1 .container{
	width:760px;
}
.header3 #mega_menu .catemenu a:hover, #mega_menu .producthover a:hover {
    color: #F61C00 !important;
}
.header3 ul.megamenu li .sub-menu ul li:hover{
    background:#F61C00;
}
.header3 header #search{
	padding:0;
	margin:20px 0 0;
}
.header3 header #search .form-control{
	opacity: 1;
    position: relative;
    top: auto;
    visibility: visible;
    width:160px;
	border-radius:0;
	border:none;
	border-bottom:1px solid #D4D4D4;
	box-shadow:none;
	padding-left:0;
	right:0;
	color: #b9b9b9;
	font-size: 16px;
}
.header3 header #search button{
	position:absolute;
	top:0px;
	right:0;
	color:#b9b9b9;
	border:none;
}
.header3 header #search button:hover, .header3 header #search:hover button{
	background:#F61C00;
	color:#fff;
}
/*------------------------ 
[ header4 / .header4 ]
-------------------------- */
.header4 header {
    background: rgba(0, 0, 0, 0.40);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 0;
	padding:24px 0;
}
.header4 header #logo img {
	margin: 0;
}
.header4 #menu{
	margin:30px 0 0;
}
.header4 ul.megamenu > li > a {
    color: #fff;
	padding: 10px 17px;
}
.header4 ul.megamenu > li > a:hover {
	border-radius:40px;
	background:#7fbc00;
	color:#fff !important;
}
.header4 ul.megamenu .sub1 .container {
	width: 850px;
}
.header4 #mega_menu .catemenu a:hover, #mega_menu .producthover a:hover {
    color: #7fbc00 !important;
}
.header4 ul.megamenu li .sub-menu ul li:hover{
    background:#7fbc00;
}
.header4 #top{
	background:transparent;
	margin:33px 0 0;
}
.header4 #top .icons li {
    padding: 7px 15px;
    border-right: 1px solid #fff;
}
.header4 #top .icons li i{
    margin-right:0;
}
.header4 #top .icons li a:hover, .header4 #top .icons li span:hover, .header4 #top .icons li:hover span i{
    color:#7fbc00;
}
.header4 #cart.open .dropdown-menu li {
    padding: 0px !important;
}
.header4 #cart .dropdown-menu .empty {
    margin: 20px 15px 20px;
}
.header4 #top .icons .currency .btn-group .btn-link:hover, .header4 #top .icons .login .dropdown-menu li:hover, .header4 #top .icons .login .dropdown-menu li:last-child a  {
    background: #7fbc00; 
}
.header4 #top .icons #cart .dropdown-menu p.text-right a:hover {
    background: #7fbc00;
    border: 1px solid #7fbc00;
}
.header4 #top .icons .login .dropdown-menu li.face:hover, .header4 #top .icons .login .dropdown-menu li:hover:last-child {
    background: none;
}
.header4 #top .icons li:last-child {
    padding: 7px 0 7px 15px;
    border-right: none;
	vertical-align: middle;
}
.header4 #top .icons .login .dropdown-menu li{
    padding: 15px !important;
}
.header4 #top .icons .currency .btn-group .btn-link i,.header4 #top .icons .dropdown-menu li i{
	margin-right:7px;
}
.header4 #top .icons .currency .dropdown-menu li {
    padding: 0px !important;
}
.header4 header #search{
	padding:0;
	display: inline-flex;
}
.header4 #search .input-lg {
    right: 0;
    top: 35px;
    border-radius: 0;
}
.header4 header #search button {
    border:none;
    font-size: 14px;
	padding:0;
}
.header4 header #search button:hover, .header4 header #search:hover button {
    background:transparent;
}
/*--------------------- 
[ navs / .navs ]
----------------------- */
.navs {
	border:none;
	margin:0 0 50px;
	text-align:center;
}
.navs > li {
	float:none;
	display:inline-block;
	padding:0 15px 0 0;
}
.navs > li:last-child {
	padding:0 0 0 0;
}
.navs > li > a{
	border:1px solid #CCCCCC;
	font-weight:400;
	font-size:14px;
	color:#333333;
	margin:0;
	padding: 10px 32px 11px;
	border-radius:40px;
	text-transform: capitalize;
}
.navs > li > a span{
	font-weight:700;
}
.navs > li.active > a, .navs > li.active > a:hover, .navs > li.active > a:focus, .navs > li > a:hover{
	color:#fff;
	background:#13d22e;	
	border:1px solid #13d22e;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.30);
} 
/*------------------------
[ product2 / .product2 ]
-------------------------- */
.product2 .commontop{
	margin:50px 0 35px;
}
.product2 .commontop h4{
	color:#000;
	margin:0 0 10px;
	font-weight:500;
}
.product2 .nav-tabs {
    border-top:1px dashed #262626;
    border-bottom:1px dashed #262626;
}
.product2 .nav-tabs > li {
    padding: 0 0px 0 0;
}
.product2 .nav-tabs > li > a {
    border: none;
    font-weight: 400;
    color: #666;
    padding: 14px;
	text-transform:uppercase;
}
.product2 .nav-tabs > li.active > a, .product2 .nav-tabs > li.active > a:hover, .product2 .nav-tabs > li.active > a:focus, .product2 .nav-tabs > li > a:hover{
	color:#7FBC00;
	background:transparent !important;
	box-shadow:none !important;
	border:none;
}
.product2 .nav-tabs > li:after {
	content: '/';
	position: absolute;
	right: -4px;
	top: 11px;
}
.product2 .nav-tabs > li:last-child:after {
	content: '';
} 
.product2 .product-thumb{
	border:2px solid #F7F6F2;
	border-radius:0;
}
.product2 .product-thumb:hover{
	box-shadow: none;
}
.product2 .product-thumb:hover .image{
	margin:0;
	background:#fff;
}
.product2 .product-thumb .image{
	background:#F7F6F2;
	border-radius:0;
}
.product2 .product-thumb:hover .image a {
	opacity:100;
}
.product2 .product-thumb:hover .caption{
    display: none;
}
.product2 .product-thumb:hover .button-group{
    display: block;
}
.product2 .product-thumb .button-group{
	display:none;
	min-height:75px;
	border-top:2px solid #F7F6F2;
}
.product2 .product-thumb .button-group button{
	background:transparent;
	border:none;
	border-right:1px solid #F7F6F2;
	color:#000;
	padding:25px 29px;
	width:auto;
	height:auto;
	border-radius: 0px;
}
.product2 .product-thumb .button-group button:last-child{
	border-right:none;
}
.product2 .product-thumb .button-group button:hover{
	background:none;
	color:#7fbc00;
}
.product2 .product-thumb .button-group button i{
	font-size:18px;
}
.product2 .product-thumb .caption{
	padding:20px 12px 18px;
	min-height:75px;
	border:none;
	border-top:2px solid #F7F6F2;
}
.product2 .product-thumb .caption h5{
	font-size:12px;
	font-weight:400;
	margin:0;
	color:#333333;
	text-transform:uppercase;
}
.product2 .product-thumb .caption h4{
	font-weight:500;
	margin:7px 0 0;
}
.product2 .product-thumb .caption h4 a{
	color:#000;
}
.product2 .product-thumb .caption .price{
	font-size:18px;
	font-weight:500;
	color:#7fbc00 !important;
	margin:5px 0 0;
}
/*------------------------
[ product4 / .product4 ]
-------------------------- */
.product4 .commontop h4{
	color:#222;
	font-weight:600;
}
.product4 .nav-tabs > li {
	padding:0 24px 0 0;
}
.product4 .nav-tabs > li:last-child {
	padding:0 0 0 0;
}
.product4 .nav-tabs > li > a{
	font-size:16px;
	padding: 7px 32px;
}
.product4 .nav-tabs > li.active > a, .product4 .nav-tabs > li.active > a:hover, .product4 .nav-tabs > li.active > a:focus, .product4 .nav-tabs > li > a:hover{
	background:#3fa000 !important;	
	border:1px solid #3fa000 !important;
	box-shadow: none;
} 
.product4 .product-thumb{
	border:none;
	border-radius:0;
}
.product4 .product-thumb:hover{
	box-shadow:none;
}
.product4 .product-thumb:hover .image{
	margin:0;
}
.product4 .product-thumb .image{
	border-radius:0;
	border:1px solid #eee;
}
.product4 .product-thumb:hover .image{
	background:#fff;
}
.product4 .product-thumb .image img{
	margin:0 auto;
}
.product4 .product-thumb .image .onhover{
	right:0;
	left:0;
	bottom:24px;
	text-align:center;
	display:none;
}
.product4 .product-thumb:hover .image .onhover, .product4 .product-thumb .caption .rating{
	display:block;
}
.product4 .product-thumb .image .onhover button + button{
	margin-left:22px;
}
.product4 .product-thumb .image .onhover button{
	background:#626262 !important;
	padding:11px 10px;
	width:40px;
	height:40px;
}
.product4 .product-thumb .image .onhover button:hover{
	background:#3fa000 !important;
	border:none;
}
.product4 .product-thumb .image .onhover button i{
	font-size:20px;
}
.product4 .product-thumb .caption{
	padding:30px 0 0 0;
	min-height:124px;
	border:none;
}
.product4 .product-thumb .caption .rating i{
	color:#FDD31F !important;
}
.product4 .product-thumb .caption h4{
	font-size:16px;
	font-weight:500;
	margin:10px 0;
}
.product4 .product-thumb .caption h4 a{
	color:#3fa000;
}
.product4 .product-thumb .caption .price, .product4 .product-thumb .caption .price .price-new {
	font-size:16px;
	font-weight:600;
	color:#f61c00 !important;
	margin:0;
}
.product4 .product-thumb .caption .price span{
	color:#333333;
	font-size:18px;
	font-weight:400;
	text-decoration: line-through;
}
/*----------------------
[ deals / .deals ]
------------------------ */
.deals{
	background: url(../image/deal-bg.png) center center no-repeat;
	width: 50%;
	height: 720px;
}
.deals .left{
	border:1px solid #13D22D;
	background:#fff;
	text-align:center;
	padding:38px 35px;
}
.deals .left h3{
	font-weight:800;
	font-size:36px;
	color:#17161f;
	margin:0 0 20px;
}
.deals .left h3 span{
	font-weight:300;
	font-size:48px;
	color:#13d22e;
}
.deals .left p{
	font-weight:400;
	font-size:14px;
	color:#333333;
	margin:0;
	line-height:24px;
}
.deals .left img{
	margin:20px auto 25px;
}
.deals .left ul{
	margin:0;
}
.deals .left ul li{
	background:#13d22e;
	color:#fff;
	font-weight:600;
	font-size:28px;
	height:64px;
	width:88px;
	line-height: 18px;
	padding: 13px;
}
.deals .left ul li span{
	font-weight:400;
	font-size:16px;
}
.deals .box{
	margin-bottom:30px;
}
.deals .box .image{
	float:left;
	background:#fff;
	position:relative;
}
.deals .box .image .onhover{
	position:absolute;
	bottom:5px;
	left:5px;
}
.deals .box .image .onhover p{
	font-weight:500;
	font-size:13px;
	text-align: center;
	line-height: 11px;
	color:#fff;
	background:#13d22e;
	padding:11px 5px;
	margin:0;
}
.deals .box .caption{
	padding-left:14px;
	margin-left:120px;
}
.deals .box .caption h4, .deals .box .caption h4 a{
	font-weight:500;
	font-size:16px;
	color:#17161f;
	margin:0 0 5px;
}
.deals .box .caption p{
	font-weight:400;
	font-size:14px;
	color:#333333;
	margin:0 0 14px;
}
.deals .box .caption .button-group button{
	background:none;
	border-radius:50%;
	border:1px solid #ccc;
	color:#333333;
	margin-right:15px;
	font-size:14px;
	padding:5px 7px 4px;
	text-align:center;
}
.deals .box .caption .button-group button:hover, .deals .box .caption .btn-primary:hover{
	background:#13d22e;
	color:#fff;
	border:1px solid #13d22e;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.30);
}
.deals .box .caption .btn-primary{
	font-size:14px;
	font-weight:400;
	background:#fff;
	border-radius:40px;
	border:1px solid #ccc;
	color:#333333;
	padding:4px 6px 2px;
	margin-top:14px;
	height:30px;
	text-transform:capitalize;
	text-align:center;
}
.deals .box .caption .btn-primary i{
	border-right:1px solid #ccc;
	padding: 6px 10px 8px;
}
.deals .box .caption .btn-primary span{
	padding: 6px 6px 8px;
}
.clockdiv{
	display:none;
}
.highlight{
	display: block !important;
}
/*-------------------------
[ bestdeal / .bestdeal ]
--------------------------- */
.deals2 .commontop {
    margin: 0px 0 50px;
}
.deals2 .commontop h4 {
    text-transform: capitalize;
}
.bestdeal{
	background:#f7f7f7;
	padding:32px 0;
	margin: 0 0 100px;
}
.bestdeal img{
	position:absolute;
	top:73px;
	left:15px;
}
.bestdeal .box{
	position:relative;
	margin-left: 44%;
}
.bestdeal .box h3{
	font-size:24px;
	font-weight:400;
	color:#000;
	margin:0 0 30px;
}
.bestdeal .box p{
	font-size:14px;
	color:#333333;
	margin:0 0 50px;
}
.bestdeal hr{
	border-top:1px solid #f61c00;
	margin: 0 64px 16px 44%;
}
.bestdeal a{
	position:absolute;
	bottom:28px;
	right:30px;
	background:#f61c00;
	font-size:14px;
	color:#fff;
	border-radius:40px;
	padding:10px 35px;
	text-transform:uppercase;
}
.bestdeal ul{
	margin:0 0 40px;
	margin-left: 44%;
}
.bestdeal ul li{
	text-align: center;
}
.bestdeal ul li span{
	font-size:16px;
	color:#000;
	text-align:center;
}
.bestdeal ul li + li{
	margin-left:30px;
}
.bestdeal ul li .days, .bestdeal ul li .hours, .bestdeal ul li .minutes, .bestdeal ul li .seconds{
	font-size:24px;
	color:#fff;
	background:#8b8b8b;
	border-radius:50%;
	padding:13px 0px;
	width:60px;
	height: 60px;
}
.bestdeal ul li:hover .days, .bestdeal ul li:hover .hours, .bestdeal ul li:hover .minutes, .bestdeal ul li:hover .seconds{
	background:#f61c00;
}
.bestdeal .deal1, .deals .deal2{
	display:none;
}
.mixveg{
	margin:40px 0 10px;
    border-bottom: 1px solid #ddd;
}
.mixveg .product-layout, .deals3 .product-layout{
	margin:0 0 30px;
}
.mixveg .box, .deals3 .box{
	min-height:96px;
}
.mixveg .box .image, .deals3 .box .image{
	border:1px solid #eee;
	float:left;
	margin-right:15px;
}
.mixveg .box .caption h4, .mixveg .box .caption h4 a, .deals3 .box .caption h4, .deals3 .box .caption h4 a{
	font-size:14px;
	color:#000;
	font-weight:400;
	margin:0 0 10px;
}
.mixveg .box .caption p, .deals3 .box .caption p{
	font-size:12px;
	color:#000;
	margin:0 0 15px;
}
.mixveg .box .caption button, .deals3 .box .caption button{
	background:#ff786a;
	padding:6px 6px;
	color:#fff;
	border:none;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.30);
	border-radius:50%;
	width:30px;
	height:30px;
	text-align:center;
	margin: 0px;
	font-size: 14px;
}
.mixveg .box .caption button + button, .deals3 .box .caption button + button{
	margin-left:10px;
}
.mixveg .box .caption button:hover, .deals3 .box .caption button:hover{
	background:#f61c00;
}
.deals3 .box .caption button {
    background: #8DCE66;
}
.deals3 .box .caption button:hover {
    background: #3fa000;
}
/*-------------------------
[ deals3 / .deals3 ]
--------------------------- */
.deals3 .commontop {
    margin: 80px 0 70px;
}
.deals3 ul{
	margin:30px 0 80px;
}
.deals3 ul li{
	font-size:16px;
	color:#000;
	padding:0;
	text-align:center;
}
.deals3 ul li + li{
	margin-left:94px;
}
.deals3 ul li .days, .deals3 ul li .hours, .deals3 ul li .minutes, .deals3 ul li .seconds{
	font-size:24px;
	color:#fff;
	background:#8b8b8b;
	border-radius:50%;
	padding:13px 12px; 
	border:7px solid #EAE8E9; 
	width: 70px;
	height:70px;
}
.deals3 ul li:hover .days, .deals3 ul li:hover .hours, .deals3 ul li:hover .minutes, .deals3 ul li:hover .seconds{
	background:#3fa000;
}
/*----------------------- 
[ leftside / .leftside ]
------------------------- */
.leftside {
	margin:0 0 50px;
}
.leftside h3{
	color:#17161f;
	margin:0 0 30px;
	font-size:24px;
	font-weight:500;
	text-transform:uppercase;
	font-family: 'Fira Sans', sans-serif;
}
.leftside ul{
	margin:0;
}
.leftside ul li{
	padding:0 0 10px;
}
.leftside ul li a{
	font-size:14px;
	font-weight:400;
	color:#333333;
	text-transform: capitalize;
}
.leftside ul li a:hover{
	color:#13d22e;
}
.leftside ul li input[type="radio"] {
    margin: 0 10px 0 0;
	top:0;
}
/*------------------ 
[ team / .team ]
-------------------- */
.team .box{
	margin-bottom:80px;
	text-align:center;
}
.team .box img{
	margin:0 auto 30px;
}
.team .box h4{
	font-size:18px;
	color:#363636;
	text-transform:uppercase;
	font-weight:600;
	margin:0 0 10px;
}
.team .box .role{
	font-size: 16px;
	color: #666;
	margin: -5px -5px 9px;
	font-weight: 400;
	text-transform: capitalize;
}
.team .box ul {
	margin:0;
}
.team .box ul li{
	padding:0 17px 0 0;
}
.team .box ul li a, .team .box ul li a i{
	color:#666;
	font-size:16px;
}
/*----------------
[responsive]
------------------*/
@media (max-width:1180px){
	#menu .nav > li > a, ul.megamenu > li > a {
		padding: 15px 20px;
    }
    .deals .left h3 {
    	font-size: 27px;
	}
	.deals .left h3 span {
    	font-size: 42px;
    }
    .deals .left ul li {
    	width: 70px;
	}
	.deals .box .caption .btn-primary span {
    	padding: 6px 4px 8px;
	}
	.deals .box .caption .btn-primary i {
    	padding: 6px 4px 8px;
	}
	.deals .box .caption .btn-primary {
    	padding: 4px 4px 2px;
	}
	.vegetable .product-thumb .caption {
    	padding: 0 0 0 6px;
    }
    .vegetable .product-thumb .caption .button-group button {
    	padding: 4px 3px;
    	font-size: 12px;
    	width: 26px;
    	height: 26px;
    }
    .vegetable .product-thumb .caption .button-group button + button {
    	margin-left: 0px;
	}
	.blog .box .caption .button-group hr {
        margin: -11px 33% 0;
	    width: 110px;
	}
	.shipping .box h4 {
    	font-size: 16px;
    }
    .shipping .box p {
    	font-size: 13px;
    }
    footer p {
    	font-size: 13px;
	}
	.chooseus .box .vegbanner {
    	width: 60%;
	}
	.chooseus .box ul li {
    	padding: 0 0 60px;
    	width: 69%;
	}
	.chooseus .box ul li p {
    	font-size: 12px;
	}
	.register ul li {
    	width: 46%;
	}
	.footer1 #mc_embed_signup .mc-field-group input {
    	width: 50%;
    }
    .header2 #top .icon li, .header2 #top .icons li {
    	padding: 0 21px 0 0;
    }
    .product2 .product-thumb .caption .price, .product2 .product-thumb .price-old {
    	font-size: 13px;
    }
    .product2 .product-thumb .price-old {
    	margin-left: 0px;
    }
    .product2 .product-thumb .button-group button {
    	padding: 24px 19px;
    }
    .product2 .product-thumb .caption h5 {
    	font-size: 11px;
    }
    .product2 .product-thumb .caption h4 {
    	font-size: 16px;
    }
    .product2 .product-thumb .caption {
    	padding: 20px 8px 18px;
    }
    #testimonail2 .commontop .img:after, .blog2 .commontop .img:after, .product2 .commontop .img:after {
    	right: 43.5%;
    }
    .bestdeal .box, .bestdeal ul, .bestdeal hr {
    	margin-left: 52%;
	}
	.blog3 .blog .box .caption .common ul li + li {
    	margin-left: 0px;
	}
	.footer3 .newsletter .mc-field-group input {
	    width: 72%;
	}
	.footer3 h5 {
    	font-size: 16px;
	}
	.footer3 .contact li a{
    	font-size: 12px;
	}
	.header3 ul.megamenu .sub1 .container {
    	width: 690px !important;
	}
	.header3 header #search .form-control {
    	width: 124px;
	}
	.testimonail4 .box p .first {
    	margin: 0 0 45px 0;
	}
	.blog4 .blog .box .caption h6 {
    	font-size: 12px;
    }
    .blog4 .blog .box .image {
    	width: 54%;
	}
	.blog4 .blog .box .image .bloghover ul li + li {
    	margin-left: 10px;
	}
	.footer4 .contacts {
    	margin-right: 86px;
	}
	.header4 ul.megamenu .sub1 .container {
    	width: 800px !important;
	}
	.header4 #top .icons li {
    	padding: 7px 13px;
	}
	.contactus .panel-body {
    	font-size: 13px;
    }
    .contactus .panel-body i {
    	margin-right: 10px;
    }
    #blog-right .nav > li > a {
    	font-size: 14px;
	}
	.mainblog .blog .box .caption .button-group hr {
    	margin: -9px 20% 0;
    	width: 68%;
	}
	.register label {
    	font-size: 13px;
    }
	.maintest .box p {
    	font-size: 12px;
    	line-height: 20px;
	}	
	#testimonail3 .testi .swiper-viewport .swiper-button-prev {
    	left: 40% !important;
	}
	.carousel10 .swiper-viewport .swiper-button-next {
    	right: 2% !important;
	}
	.carousel10 .swiper-viewport .swiper-button-prev {
    	left: 2% !important;
	}
	#blog-right .nav > li > a {
    	font-size: 14px !important;
	}
}


@media (max-width:1000px){
	#top .icon li a, #top .icons li a {
    	font-size: 11px;
	}
	#menu .nav > li > a, ul.megamenu > li > a {
    	font-size: 12px !important;
   	}
    .season .box2 .image .inhover h5 {
    	font-size: 26px;
    }
	.season .box2 .image .inhover p {
    	font-size: 15px;
    }
    .shipping .box {
		padding: 14px 10px;
		min-height: 130px;
	}
	.shipping .box img {
		margin-right: 5px;
	}
	.shipping .box h4 {
		font-size: 12px;
	}
	.shipping .box p {
		font-size: 11px;
	}
	footer p, footer li a, footer li {
    	font-size: 10px;
	}
	.vegetable .product-thumb .caption {
    	padding: 0 0 0 14px;
	}
	.vegetable .product-thumb .caption .button-group button {
    	padding: 5px 7px;
    	font-size: 14px;
    	width: 30px;
    	height: 30px;
	}
	#column-left .vegetable .product-thumb .image {
    	float: none;
    	margin: 0 0 15px;
    }
    #column-left .vegetable .product-thumb .caption {
    	margin-left: 0px;
    	padding: 0px;
    	text-align: center;
	}
	.sort .prices{
		margin: 20px 0 0 0;
	}
	.contactus .panel-default {
    	padding: 50px 50px;
	}
    .organic .commontop p, .chooseus .commontop p, .contactus .commontop p, .organic .des {
    	font-size: 10px;
	}
	.organic .des2 {
    	font-size: 11px;
	}
	.chooseus .box ul li:first-child {
    	margin-left: 100px;
	}
	.chooseus .box ul li img {
    	margin: 10px 12px 0 0;
	}
	.chooseus .box ul li p {
    	font-size: 10px;
	}
	.chooseus .box ul li:nth-child(2) {
    	margin-left: 50px;
	}
	.chooseus .box ul li {
    	padding: 0 0 40px;
    	width: 79%;
	}
	.organic img {
    	margin: 2px 0 0;
	}
	.bread-crumb img {
    	min-height: 150px;
	}
	.bread-crumb .matter {
    	bottom: 56px;
	}
	.register ul li {
    	width: 45%;
	}
	.register ul li i {
    	margin-right: 10px;
	}
	.register ul li {
    	font-size: 13px;
    }
    .mycart .listproducts thead td {
    	font-size: 12px;
    	padding: 15px 15px;
	}
	.mycart .listproducts tbody td {
    	padding: 40px 16px;
    	font-size: 14px;
    }
    .deals {
    	background: #f3f3f3;
    	height: auto;
	}
	.deals .left {
    	margin: 0 0 30px;
	}
	#pro-right .commontop {
    	margin: 0px 0 50px;
	}
	.testi .swiper-viewport .swiper-button-next {
    	right: 42% !important;
	}
    .footer1 #mc_embed_signup .mc-field-group input {
    	width: 38%;
	}
	.blog .box .caption .button-group hr {
    	margin: -11px 44% 0;
    	width: 40px;
	}
	.header2 #top .icon li, .header2 #top .icons li {
    	padding: 0 10px 0 0;
	}
	.header2 #top .icon li .social li {
    	padding: 0 3px 0 0;
	}
	.header2 #top .icon li a, .header2 #top .icons li a, .header2 #top .icons .currency .btn-group .btn-link  {
    	font-size: 10px;
	}
	#testimonail2 .commontop .img:before, .blog2 .commontop .img:before, .product2 .commontop .img:before{
		left:43.5%;
	}
	#testimonail2 .commontop .img:after, .blog2 .commontop .img:after, .product2 .commontop .img:after {
    	right: 41.5%;
	}
	.testimonail2 .box p {
    	font-size: 10px;
    	line-height: 18px;
    }
	.footer2 footer .social li {
    	width: 48%;
    }
    .blog2 .blog .box .image {
    	float: none;
    	margin: 0 0 10px;
    }
    .blog2 .blog .box .image img {
    	width: 100%;
    	height: auto;
	}
	.header3 ul.megamenu .sub1 .container, .header3 .sub1 {
    	min-width: 550px !important;
    	width: 550px !important;
	}
	.header3 ul.megamenu > li > a {
    	padding: 15px 12px 15px;
	}
	.header3 #top .icon li, .header3 #top .icons li {
    	padding: 15px 15px;
	}
	.header3 #top .social li + li {
    	padding-left: 5px;
	}
	.header3 #top .social li{
		padding: 0px !important;
	}
	.header3 header #search .form-control {
    	width: 96px;
	}
	.bestdeal img {
    	width: 48%;
	}
	.bestdeal ul li + li {
    	margin-left: 12px;
	}
	.blog3 .blog .box .caption .common ul li:first-child {
    	line-height: 14px;
    	width: 32px;
    	height: 32px;
    	padding: 4px 4px;
    }
    .blog3 .blog .box .caption .common ul li i {
    	width: 32px;
    	height: 32px;
    	font-size: 14px;
    	padding: 9px 9px;
    }
    .blog3 .blog .box .caption .common ul li {
    	padding: 0px;
	}
	.blog3 .blog .box .caption h6 {
    	font-size: 10px;
    }
    .footer3 .newsletter .mc-field-group input {
    	width: 63%;
	}
	.footer3 h5 {
    	font-size: 12px;
	}
	.footer3 .contact li a {
    	font-size: 10px;
	}
	.header4 #top .icons li {
    	padding: 7px 6px;
    }
    .header4 #menu {
    	margin: 8px 0 0;
	}
	.header4 #top {
    	margin: 7px 0 0;
	}
	.header4 ul.megamenu > li > a {
    	padding: 10px 12px;
	}
	.header4 ul.megamenu .sub1 .container {
    	width: 625px !important;
	}
	.product4 .nav-tabs > li > a {
    	padding: 7px 26px;
	}
	.testimonail4 .box p .first {
    	margin: 0 0 65px 0;
	}
	.testimonail4 .box img {
    	margin: 0 10px 0 0;
    }
    .testimonail4 .box p {
    	font-size: 11px;
	}
	.footer4 .contacts {
    	margin-right: 65px;
	}
	.footer4 h5, .blog4 .blog .box .caption h4 a{
		font-size: 14px;
	}
	.blog4 .blog .box .image .bloghover ul li, .blog4 .blog .box .image .bloghover ul li:first-child {
    	font-size: 12px;
    	padding: 8px 7px;
    }
    .blog4 .blog .box .image .bloghover ul li + li {
    	margin-left: 2px;
	}
	.blog4 .blog .box .caption h4 {
    	margin: 0 0 12px;
	}
	.blog4 .blog .box .caption p {
    	font-size: 11px;
	}
	.blog4 .blog .box .image {
    	margin-right: 10px;
	}
	.blog4 .blog .box .caption a, .blog4 .blog .box .caption h6{
		font-size: 10px;
	}
	.header4 .sub1 {
    	min-width: 595px;
	}
	.contactus .panel-body {
    	font-size: 10px;
    }
    .contactus .panel-body i {
    	margin-right:4px;
    }
    .mainblog .blog .box .caption .button-group hr {
    	margin: -9px 30% 0;
    	width: 51%;
	}
	.register label {
    	font-size: 10px;
    }
    .maintest .box p {
    	font-size: 10px;
	}
	.maintest .box {
    	min-height: 200px;
	}
	#testimonail3 .testi .swiper-viewport .swiper-button-next {
    	right: 43% !important;
	}
	#testimonail3 .testi .swiper-viewport .swiper-button-prev {
    	left: 38% !important;
	}
	.testimonail3 .box p {
    	margin: 0;
    }
    .carousel10 .swiper-viewport .swiper-button-next {
    	right: 3% !important;
	}
	#search {
    	padding: 5px 0px;
    }
}


@media (max-width:767px){
	#top .pull-left, #top .pull-right {
    	float: none !important;
    	text-align: center;
	}
	#top .icon li, #top .icons li {
    	border-right: none;
	}	
	#top .icon li a, #top .icons li a {
    	font-size: 13px;
	}
	#search .input-lg {
		opacity: 1;
		position: relative;
		right: 0;
		top: 0;
		visibility: visible;
		width: 100%;
	}
	#search:hover .form-control, #search {
		width: 100%;
	}
	#search .btn-lg {
		position: absolute;
		right: 0;
		top: 0;
		background: #13d22e;
		padding: 7px 9px;
	}
	#menu .nav > li > a, ul.megamenu > li > a {
    	font-size: 14px !important;
    }
	.season .box1 .image img, .season .box2 .image img, .season .box3 .image img {
    	width: 100%;
	}
	.season .box1 .image, .season .box2 .image, .season .box3 .image {
    	margin-bottom: 20px;
	}
	.shipping .box h4 {
    	font-size: 18px;
	}
	.shipping .box p {
    	font-size: 14px;
	}
	footer p, footer li a, footer li {
    	font-size: 14px;
	}	
	footer h3 {
    	margin: 15px 0 30px;
	}
	.bread-crumb img {
    	min-height: 100px;
	}
	.bread-crumb .matter {
    	bottom: 20px;		
	}
	.bread-crumb .matter h2 {
    	font-size: 24px;
	}
	.contactus .panel-body {
    	font-size: 10px;
    }
    .contactus .panel-body .col-md-4{
    	margin: 0 0 20px;
    }
	.contactus .panel-default {
    	box-shadow: none;
    	bottom: 0;
    	padding: 0px;
    	margin-bottom: 50px;
    	border: none;
	}
	.contactus .panel-body i {
    	margin-right: 20px;
    }
    .organic .commontop p, .chooseus .commontop p, .contactus .commontop p {
    	font-size: 13px;
	}
	.organic .des, .organic .des2 {
    	font-size: 14px;
	}
	.chooseus .box .vegbanner {
		position:relative;
		right: 0;
		width:100%;
	}
	.chooseus .box ul {
    	width: 100%;
	}
	.chooseus .box ul li:first-child, .chooseus .box ul li:nth-child(2) {
		margin-left: 0;
	}
	.chooseus .box ul li{
		width:100%;
		text-align:center;
	}
	.chooseus .box ul li img {
		float: none;
		margin: 0 auto 20px;
	}
	.chooseus .box ul li p {
	    font-size: 13px;
	}
	.mycart .listproducts thead td {
    	font-size: 18px;
    	padding: 15px 30px;
	}
	.mycart .listproducts tbody td {
    	font-size: 18px;
	}
	.mycart .pull-right, .mycart .pull-left{
		float: none !important;
	}
	.mycart .buttons .btn-primary{
		margin: 30px 0 0;
	}
	footer li:last-child {
    	padding: 0px 0 20px;
	}
	footer .powered p, footer .powered .text-right {
    	text-align: center;
	}
	.footer1 #mc_embed_signup .mc-field-group input {
    	width: 100%;
	}
	.footer1 #mc_embed_signup .button {
    	margin-left: 0;
    	position: relative;
    	top: 20px;
    }
    .blog .box .image img, .blog .box img{
    	width: 100%;
    }
    .blog .box .caption .button-group hr {
    	margin: -11px 15% 0;
    	width: 70%;
	}
	.testi .swiper-viewport .swiper-button-next {
    	right: 40% !important;
	}
	.testi .swiper-viewport .swiper-button-prev {
    	left: 40% !important;
	}
	.navs > li, .product4 .nav-tabs > li {
    	padding: 0 0 15px;
    	width: 100%;
	}
	.vegetable .product-thumb .caption .button-group button + button {
    	margin-left: 10px;
	}
	#top .icon, #top .icons {
    	text-align: center;
	}
	.header2 header {
    	padding: 0 0;
	}
	.product2 .nav-tabs > li:after {
    	content: '';
	}
	.product2 .product-thumb .price-old {
    	font-size: 14px;
	}
	.product2 .product-thumb .caption .price{
		font-size: 18px;
	}
	.product2 .product-thumb .button-group button {
    	width: 30%;
	}
	.footer2 footer li:last-child {
    	padding: 14px 0 0;
	}
	.header2 #top .icon li a, .header2 #top .icons li a, .header2 #top .icons .currency .btn-group .btn-link {
    	font-size: 13px;
	}
	.header3 #top .icon li, .header3 #top .icons li {
    	border-right: none;
    	padding: 15px 10px;
    }
    .header3 header #logo img, .header4 header #logo img {
    	margin: 0 auto;
	}
	.header3 header .pull-right{
		float: none !important;
	}
	.header3 header #search .form-control {
    	width: 100%;
	}
	.header3 header #search button {
    	color: #fff;
    }
    .bestdeal{
    	padding: 0 15px;
    }
    .bestdeal img {
    	width: 100%;
    	position: relative;
    	top: 0;
    	left: 0;
    	margin: 20px auto;
	}
	.bestdeal .box, .bestdeal ul, .bestdeal hr, .bestdeal ul li + li {
    	margin-left: 0;
	}
	.bestdeal ul li {
    	padding: 0 0 10px;
    	display: block;
	}
	.bestdeal ul li .days, .bestdeal ul li .hours, .bestdeal ul li .minutes, .bestdeal ul li .seconds {
    	margin: 0 auto;
    }
    .bestdeal a {
    	position: relative;
    	bottom: 36px;
    	right: 30px;
    	left: 0;
    	float: right;
	}
	.testimonail3 .box img, .testimonail4 .box img {
    	float: none !important;
    	margin: 0 auto 20px;
    }
    .testimonail3 .box p {
    	text-align: center;
	}
	.blog3 .blog .box .caption h6 {
    	font-size: 14px;
	}
	.footer3 .contact li a {
    	font-size: 14px;
	}
	.footer3 .newsletter .mc-field-group input {
    	width: 100%;
	}
	.footer3 .newsletter .btn-news {
    	margin: 20px 0 0;
    }
    .footer3 .cat {
    	width: 100%;
	}
	.footer3 h5 {
    	font-size: 18px;
	}
	.footer3 .port li {
    	width: auto;
    }
    .mixveg {
    	margin: 100px 0 0px;
	}
	.header4 header {
    	background: #000;
    	position: relative;
	}
	.header4 #top {
    	margin: 30px 0 0;
	}
	.header4 #search .input-lg {
    	top: 0; 
    }
    .header4 #top .icons li:last-child{
    	width: 100%;
    	padding: 15px 0 0;
    }
    .header4 header #search button {
    	border: 1px solid #13d22e;
    	font-size: 15px;
    	padding: 8px 9px 5px;
	}
	.testimonail4 .box p {
    	font-size: 14px;
    	text-align: center;
	}
	.blog4 .blog .box .image {
    	width: 100%;
    	margin: 0 0 30px;
	}
	.blog4 .blog .box .image img {
    	width: 100%;
    	height: auto;
	}
	.blog4 .blog .box .caption a, .blog4 .blog .box .caption h6, .blog4 .blog .box .caption p {
    	font-size: 14px;
	}
	.footer4 h5, .blog4 .blog .box .caption h4 a {
    	font-size: 18px;
	}
	#testimonail4 {
    	margin-bottom: 0px;
	}
	.footer4 .accept {
    	width: 100%;
	}
	.organic .des2 {
    	margin: 0 0 30px;
	}
	.contactus .panel-body {
    	font-size: 16px;
	}
	.register label {
    	font-size: 14px;
    }	
    .maintest .box p {
    	font-size: 14px;
	}
	.maintest .box {
    	min-height: 160px;
	}
	.slider .swiper-viewport .swiper-button-next {
    	right: 9% !important;
	}
	.testimonail2 .box {
    	text-align: center;
    	padding:0px; 
    }
	.testimonail2 .box img {
    	float: none;
    	margin: 0 auto 50px;
    }
	.testimonail2 .box p {
    	font-size: 14px;
    	line-height: 18px;
	}
	#testimonail3 .testi .swiper-viewport .swiper-button-next {
    	right: 40% !important;
	}
	#testimonail3 .testi .swiper-viewport .swiper-button-prev {
    	left: 36% !important;
	}
	.carousel10 .swiper-viewport .swiper-button-next {
    	right: 5% !important;
	}
	.team .commontop {
    	margin: 0px 0 50px;
	}
	.blog-detail .swiper-viewport .swiper-button-next {
    	right: 5%;
	}
	.carousel10 .swiper-slide{
		width:200px !important;
	}
}

@media (min-width:320px) and  (max-width:414px){
	.commontop h4 i, .commontop h4 i:nth-child(3) {
		margin-right: 2px;
		font-size:16px;
	}
	.commontop h4 i:nth-child(4), .vegetable .commontop h4 i:first-child{
		margin-left:2px;
	}
	.commontop h4 {
    	font-size: 22px;
	}
	.deals .left {
    	padding: 38px 15px;
	}
	.testi .swiper-viewport .swiper-button-next, #testimonail3 .testi .swiper-viewport .swiper-button-next {
    	right: 30% !important;
	}
	.testi .swiper-viewport .swiper-button-prev, #testimonail3 .testi .swiper-viewport .swiper-button-prev {
    	left: 30% !important;
	}
	.blog .box .caption .button-group hr {
    	margin: -11px 30% 0;
    	width: 42%;
	}
	#testimonail2 .commontop .img:after, .blog2 .commontop .img:after, .product2 .commontop .img:after {
    	right: 30.5%;
	}
	#testimonail2 .commontop .img:before, .blog2 .commontop .img:before, .product2 .commontop .img:before {
    	left: 35.5%;
	}
	.deals3 ul li .days, .deals3 ul li .hours, .deals3 ul li .minutes, .deals3 ul li .seconds {
    	margin: 0 auto;
	}
	.deals3 ul li {
    	width: 100%;
	}
	.deals3 ul li + li {
    	margin-left: 0px;
	}
	.organic .commontop h4, .shopdetail .commontop h4 {
    	font-size: 17px;
	}
	.shopdetail .nav-tabs > li a, .shopdetail .nav-tabs > li{
		width:100%;
	}
	.shopdetail .nav-tabs > li + li {
    	margin: 15px 0 0;
	}
	.mainblog .blog .box .caption .button-group hr {
    	margin: -9px 40% 0;
    	width: 35%;
	}
	.maintest .box {
    	min-height: auto;
	}
	.maintest .box .caption {
    	min-height: 241px;
	}
	.slider .swiper-viewport .swiper-button-next {
    	right: 12% !important;
	}
	.carousel10 .swiper-viewport .swiper-button-next {
    	right: 8% !important;
	}
}#product.checkbox, .radio {    position: relative;    display: block;    margin-top: 10px;    margin-bottom: 10px;    display: inline-flex;    margin-right: 20px;    line-height: 21px;}


.shopdetail .tab-content > .tab-pane {
    display: block !important;
}

@media screen and (min-width: 320px) and (max-width: 480px){
 #cart .dropdown-menu
{
  width: 300px  !important;
}
#cart .dropdown-menu.pull-right {
   left: -100px !important;
}
}
.col-lg-4 {
    width: 33.33333333%;
    width: 24%;
}