/*------------------------------------------------------------------

Project:	A Future HTML UI Kit
Version:	1.0.0
Author: 	webstrot 

------------------------------------------------------------------
[Table of contents]
 
1. body
2. header start 
3. footer start
4. shop_slider_wrapper start
5. portfolio_wrapper start
6. features_section start
7. product_slider_main_wrapper start
8. discount_wrapper start	
9. blog_section start
10. services_section start


*/


html, body{
	font-family: 'Roboto';
}
h1, h2, h3, h4, h5, h6{
    font-size: 20px;
    color: #111111;
	margin:0;
	padding:0;
	font-family: 'Roboto';
	font-weight: 400;
}
p{
    color: #999999;
    font-size: 14px;
	line-height: 24px;
}
a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: unset;
}
a:hover,
a:focus{
	color:#7fb401;
	text-decoration:none;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a{
	color: #111111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
button {
    outline: none!important;
    text-decoration: none!important;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #7fb401;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 5px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

/* ---------------------------------------------- /*
 * Button Style
/* ---------------------------------------------- */

.btn1{
	display:inline-block;
    padding: 12px 40px;
    line-height: 24px;
	background: #7fb401;
	border: 1px solid #7fb401;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 20px 0 20px 0;
    text-align: center;
    text-transform: uppercase;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btn1:hover {
	background-color: #75a501;
    border-color: #75a501;
	color:#fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
    transition: all 0.5s;
}



/* ---------------------------------------------- /*
 * LIST STYLE
/* ---------------------------------------------- */

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
input:focus,
textarea:focus{
	box-shadow:none;
	outline:none;
}

/* ---------------------------------------------- /*
 * section_heading
/* ---------------------------------------------- */

.section_heading{
	margin-bottom:10px;
	text-align:center;
}
.section_heading h2{
	font-size: 30px;
	text-transform:uppercase;
}
.bordered-icon {
    color: #ff4157;
    padding: 0 10px;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    margin: 10px 0px;
    display: inline-block;
}
.bordered-icon:before, .bordered-icon:after {
    content: "";
    background: #dadada;
    width: 90px;
    height: 1px;
    top: 8px;
    position: absolute;
}
.bordered-icon:before {
    left: 100%;
}
.bordered-icon:after {
    right: 100%;
}
.section_heading span.bordered-icon {
   color: #7fb401;
    font-size: 10px;
    line-height: 18px;
    position: relative;
    display: inline-block;
}
.section_heading span.bordered-icon i:before{
	margin-left:0;
}

/* section_content */

.section_content{
	margin-bottom:50px;
}
.section_content p{
	font-size:16px;
	text-align: center;
}
.btc_shop_price  {
    position: absolute;
	top:10px;
	left: 10px;
	z-index:9;
	text-transform:capitalize;
	background:#7fb401;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
	line-height:50px;
	border-radius: 24px;
	border-top-left-radius: 0;
}
.btc_stock {
    background:#e34545;
}
.btc_hot{
    background-color: #eb2771;
}

/* page_header start*/

.page_header{
	width:100%;
	float:left;
	background:#fafafa;
	padding:30px 0px;
}
.page_header h1 {
    font-size: 24px;
    color: #111;
}
.sub_title_section{
    float: right;
}
.page_header .sub_title li{
	float: left;
    font-size: 16px;
    color: #999;
	font-weight: 300;
}
.page_header .sub_title li:last-child{
	color: #7fb401;
}
.page_header .sub_title a {
    color: #999;
}
.page_header .sub_title a:hover {
    color: #7fb401;
}
.page_header .sub_title i {
    padding: 0px 15px;
}


/* custom css end */


/* header_top start */

.header_top {
	float:left;
	width:100%;
	font-size:14px;
	font-weight:400;
	background:#f5f5f5;
	text-transform:capitalize;
}
.header_top a{
	color:#999;
}
.header_top .btn1 {
    color: #fff;
}
.header_top .email{
	color:#7fb401;
}
.header_top ul.list-inline {
    margin-left: 0;
}
.header_top ul >li {
	position:relative;
    margin-right: 30px;
	padding:15px 0;
}
.header_top ul li:last-child {
    margin-right: 0;
}
.header_top ul li:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 15px;
    height: 20px;
    border: 1px dashed #999;
}
.header_top ul li:last-child:after{
	display:none;
}
.header_top .fa{
	font-size: 18px;
	vertical-align:0; 
}
.header_top ul li a span{
	margin-left: 10px;
}
.header_top ul li .angle_down{
	margin-left:5px;
	position:relative;
	top:2px;
}
.header_top .dropdown-menu{
	padding:0px;
	border:0;
	left: auto;
    right: 0;
	font-size: 15px;
	border-radius:0;
	text-align:left;
	min-width:100%;
	background:#fff;
	border-top: 2px solid #7fb401;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	margin:0;
}
.header_top .dropdown-menu>li>a{
	padding:0;
	color:#999;
	overflow:hidden;
}
.header_top .pull-left .dropdown-menu {
	left: 0;
}
.header_top .pull-left  .dropdown  .dropdown-menu li a,
.header_top .pull-right .dropdown .dropdown-menu li a{
	padding:8px 15px;
	line-height:30px;
	font-size: 15px;
    display: block;    
	margin: 0;
    border-bottom: 0;
}
.header_top .pull-left .dropdown .dropdown-menu li:hover,
.header_top .pull-right .dropdown .dropdown-menu li:hover{
	background-color: #7fb401;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header_top .pull-left .dropdown .dropdown-menu li:hover a,
.header_top .pull-right .dropdown .dropdown-menu li:hover a{
	color:#fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header_top .pull-left  .dropdown .dropdown-menu li,
.header_top .pull-right .dropdown .dropdown-menu li {
	position: relative; 
    padding: 0;	
    margin: 0px 0px 1px 0px;
    box-shadow: none;
}
.header_top .pull-right .compare_dropdown .dropdown-menu {
    width: 300px;
    padding:16px 20px 10px 20px;
}
.compare_products .btn-remove {
	position: absolute;
    top: 25%;
    right: 0;
    font-size: 20px;
    color: #777;
    margin-top: -8px;
}
.compare_products .product-title {
    font-weight: 400;
    font-size: 14px;
}
.header_top .pull-right .compare_dropdown .dropdown-menu li a{
    color: #999;
    padding: 0;
    line-height: 24px;
}
.header_top .pull-left .dropdown-menu>li>a:focus, 
.header_top .pull-left .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #7fb401;
}
.header_top .pull-right .dropdown-menu>li>a:focus, 
.header_top .pull-right .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #7fb401;
}
.header_top .pull-right .compare_dropdown .dropdown-menu li:hover a{
    color: #7fb401;
	background-color: transparent;
}
.header_top .pull-right .compare_dropdown .dropdown-menu li:hover{
    background-color: transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header_top .pull-right .compare_dropdown .dropdown-menu li{
    padding: 8px 0;
}
.header_top .pull-right .compare_dropdown .dropdown-menu 
li:after {
	display:none;
}
.compare_actions {
    margin-top: 30px;
}
.compare_actions .action_link {
	display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
	font-weight:500;
    color: #999;
}
.compare_actions .action_link:hover{
    color: #7fb401;
}
.compare_actions .btn1 {
	float: right;
	padding: 10px 20px;
	position: relative;
    top: -10px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lang{
    margin-left: 5px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}

/* header_top end */


/* shop_logo_wrapper start */

.shop_logo_wrapper{
	float:left;
	width:100%;
	text-align: center;
}

/* logo_wrapper start */

.logo_wrapper{
	text-align:center;
	padding: 35px 0px 30px 0px;
}
.logo_wrapper img{
	display:inline-block;
}

/* header_search_wrapper start */

.header_search_box{
	width: 330px;
    padding: 30px 0px;
}	
.header_search_form {
    width: 100%;
    height: 50px;
    border: 2px solid #f4f5f6;
    border-radius: 45px;
}
.header_search_form input{
    border: none;
    outline: none;
    text-transform: none;
    background-color: transparent;
    width: 80%;
    float: left;
    line-height: 48px;
    color: #999;
    font-size: 14px;
    padding-left: 20px;
    height: 100%;
}
.header_search_form button{
	box-shadow: none;
    display: block;
    padding: 0;
    background: none;
    outline: none;
    border: none;
    width: 50px;
    margin-top: 12px;
    color: #999;
    float: right;
    border-left: 2px solid #e5e5e5;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.header_search_form button:hover{
	color:#000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.header_right ul >li {
	position:relative;
    margin-right: 50px;
	padding: 35px 0px 30px 0px;
}
.header_right ul li:last-child {
    margin-right: 0;
}
.header_right .dropdown-menu>li>a{
	padding:8px 15px;
	line-height:30px;
	font-size: 15px;
    display: block;
	color:#999;
	overflow:hidden;
}
.header_right ul .dropdown .dropdown-menu li{
	padding:0;
	margin:0
}
.header_right .dropdown .dropdown-menu li a:hover{
	background-color: #7fb401;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header_right .dropdown .dropdown-menu li:hover a{
	color:#fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header_right .dropdown .dropdown-menu li a {
	position: relative;    
    margin: 0px 0px 1px 0px;
    box-shadow: none;
}
.header_right .dropdown .dropdown-menu li a span {
    margin-left: 10px;
}
.header_right .dropdown-menu{
	padding:0px;
	border:0;
	left: auto;
    right: 0;
	font-size: 15px;
	border-radius:0;
	text-align:left;
	min-width:100%;
	background:#fff;
	border-top: 2px solid #7fb401;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	margin:0;
}

/*shopping_cart_dropdown start */

.shopping_cart_1{
    display: inline-block;
	height: 40px;
    width: 40px;
	font-size: 22px;
	line-height:40px;
	border-color: #7fb401;
	color: #7fb401;
    border: 1px solid #7fb401;
    border-radius: 50%;
	text-align:center;
    position: relative;
    top: -5px;
}
.shopping_cart_1 i:before {
    font-size: 22px;
	margin-left:0;
}
.shopping_cart_1 .cart_badge {
	background: #7fb401;
    padding: 4px;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    line-height: 6px;
    border-radius: 50%;
    color: #fff;
    top: 0px;
    left: 28px;
}
.signin_text,
.shopping_cart_text{
	display: inline-block;
    margin-left: 20px;
	font-size: 14px;
    color: #999;
    font-weight: 400;
}
.shopping_cart_text .doller {
    font-weight: 700;
	color:#7fb401;
}
.signin_text .signin {
    font-weight: 700;
}
.shopping_cart .dropdown-menu{
	border-top: 2px solid #7fb401;
	min-width: 332px;
}
.shop_logo_wrapper .dropdown-menu{
	left: auto;
    right: 0;
}
.shopping_cart_dropdown .shopping_cart_header {
  float:left;
  width:100%;
  padding:20px 20px 0px 20px;
}
.shopping_cart_dropdown .shopping_cart_header h2{
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color:#999;
}
.shopping_cart_dropdown .product {
	float:left;
	width:100%;
	padding: 25px 30px;
	position:relative;
    border-bottom: 1px solid #f5f5f5;
}
.shopping_cart_dropdown .product_thumb {
	float:left;
    max-width: 90px;
    border: 1px solid #555657;
}
.shopping_cart_dropdown .product_thumb figure{
	display:block;
	margin:0;
	overflow:hidden
}
.shopping_cart_dropdown .product_thumb figure img{
	width:100%;
	display:block;
	transition:all 0.3s;
}
.shopping_cart_dropdown .product:hover figure img{
    transform: scale(1.1, 1.1);
}
.shopping_cart_dropdown .product:hover .product_thumb{
    border-color:#7fb401;
}
.shopping_cart_dropdown .product:hover .product_title a{
	color:#7fb401;
}
.shopping_cart_dropdown .product_info {
	float:left;
	padding-left: 20px;
}
.shopping_cart_dropdown .product_title {
    font-weight: 500;
    font-size: 16px;
	margin-bottom:10px;
	text-transform: capitalize;
}
.shopping_cart_dropdown .product_title a{
    color: #999;
}
.shopping_cart_dropdown .product_rating{
	margin-bottom:7px;
}
.shopping_cart_dropdown .close{
	opacity:1;
}
.shopping_cart_dropdown .close i {
	position: absolute;
    top: 57px;
    right: 25px;
	opacity:1;
    font-size: 20px;
    color: #aaaaaa;
    cursor: pointer;
}
.shopping_cart_dropdown .close:hover i {
    color: #7fb401;
}
.shopping_cart_dropdown .total {
	float:left;
	width:100%;
	padding: 20px 30px 0px 30px;
	text-transform: capitalize;
}
.shopping_cart_dropdown .total .btn1{
  position: relative;
  top: -25px;
}
.shopping_cart_dropdown .total .total_price{
  margin-top:0;
  color: #7fb401;
  font-weight: 600;
}
.shopping_cart_dropdown .total .total_item{
	font-size:12px;
	color: #999;
}

/* shop_logo_wrapper end */


/* menu_fixed */

.menu_fixed{
	position:fixed;
	top:0;
	left: 0;
    right: 0;
    z-index: 100;
	background:#111;
}

.main_menu_wrapper{
	float:left;
	width:100%;
	background: #7fb401;
}

/*Navigation*/

@media (min-width: 768px) {

  .navbar-default {
    border: 0;
    border-radius: 0;
  } 
  .mega-menu .nav .cart_dropdown_wrapper, 
  .mega-menu .nav .shop_dropdown_wrapper,
  .mega-menu .nav .blog_dropdown_wrapper
  {
	  position: relative;
  }
  
}
.navbar-default {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-nav>li>a {
	padding: 20px 18px;
    color:#fff;
	font-size: 15px;
	font-weight:700;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
}
.navbar-default .navbar-nav>li .angle_down {
    margin-left: 5px;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover{
	color:#fff;
    background-color: #7fb401;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	color:#fff;
    background-color: #7fb401;
}

/*Dropdown Menu*/

.dropdown-menu {
  display: inherit;
  min-width: 220px;
  padding: 0;
  margin:0;
  border:0;
  background-color: #fff;
  border-radius:0;
  -o-box-shadow: 0 6px 12px rgba(0,0,0,.100);
  -ms-box-shadow: 0 6px 12px rgba(0,0,0,.100);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.100);
  -webkit-box-shadow:0 6px 12px rgba(0,0,0,.100);
   box-shadow: 0 6px 12px rgba(0,0,0,.100);
}
.dropdown-header {
  font-size: 18px;
  line-height: 30px;
  margin-bottom:17px;
  padding: 0px 0px 10px 0px;
  color: #999999;
  border-bottom: 5px solid #e5e5e5;
  text-transform: uppercase;
}
.dropdown-menu>li>a{
	display:block;
	padding: 8px 0 20px 0;
    border: none;
    background: none;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    text-transform: capitalize;
    margin: 10px 20px 10px 20px;
    border-bottom: 1px solid #f4f4f4;
}
.dropdown-menu li:last-child a {
    border-bottom:0;
}
.navbar-default .navbar-nav .dropdown-menu li a:focus, 
.navbar-default .navbar-nav .dropdown-menu li>a:hover{
	border-bottom-color:#7fb401;
	color: #7fb401;
	background:transparent;
}
.navbar-default .navbar-nav .dropdown-menu li a i {
    font-size: 12px;
    margin-right: 10px;
    margin-left: -10px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.navbar-default .navbar-nav .dropdown-menu li>a:hover i {
    margin-left:0;
    margin-right: 10px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.dropdown .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition      : all 0.3s ease 0s;
  -moz-transition      : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition      : all 0.3s ease 0s;
}
.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
  color: #7fb401;
}

/*mega-menu*/

.mega-menu .nav,
.mega-menu .collapse,
.mega-menu .dropup,
.mega-menu .dropdown {
  position: static;
}
.mega-menu .container {
  position: relative;
}
.mega-menu .dropdown-menu {
  left: auto;
}
.mega-menu .dropdown.m-menu-fw .dropdown-menu {
  left: 15px;
  right: 15px;
}
.mega-menu .dropdown.m-menu-fw .dropdown-menu {
	padding:40px 20px;
}
.product_wrapper{
	width: 100%;
    float: left;
	position:relative;
	display: inline-block;
}
.m-menu-content .m-20{
    margin-bottom: 20px;
}
.product_wrapper .btc_stock{
	left: 0;
}
.product_image{
    display: table;
    float: left; 
	width:80px;	
	border: 1px solid #555657;
    margin-right: 15px;
}
.product_image figure{
	display:block;
	margin:0;
	overflow:hidden
}
.product_image figure img{
	width:100%;
	display:block;
	transition:all 0.3s;
}
.product_wrapper:hover figure img {
    transform: scale(1.1, 1.1);
}
.product_wrapper:hover .product_image{
    border-color:#7fb401;
}
.product_text{
    display: table-cell;
    overflow: hidden;
}
.product_text h5{
	font-size: 16px;
    font-weight: 500;
	margin-bottom:7px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.product_text h5 a{
	color:#999;
	padding:0;
} 
.product_wrapper:hover .product_text h5 a{
	color: #7fb401;
	background:transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.product_rating{
	margin-bottom:7px;
}
.product_rating i{
	font-size:16px;
	color:#7fb401;
}
.product_price{
	font-size: 18px;
	color:#999;
}
.product_price ins {
	margin-left:5px;
	color: #7fb401;
    text-decoration: none;
}
.header_about_wrapper{
	float:left;
	width:100%;
}
.header_about_wrapper p{
	font-size:16px;
	margin-bottom:30px;
}
.header_about_wrapper a.btn{
    color: #fff;
    width: 160px;
    height: 50px;
    line-height: 38px;
    text-align: center;
    background: #7fb401;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #7fb401;
}
.header_about_wrapper a.btn:hover {
    background-color: #7fb401;
    border-color: #7fb401;
}
.header_img {
    position: relative;
}
.header_img_link {
    display: block;
    overflow: hidden;
    position: relative;
}
.header_img_link > img {
    display: block;
    width: 100%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.fade-out-in .header_img_link:before, 
.fade-out-in .header_img_link:after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.fade-out-in:hover .header_img_link:before {
    opacity: 1;
    top: 50%;
    bottom: 50%;
}
.fade-out-in:hover .header_img_link:after {
    opacity: 1;
    left: 50%;
    right: 50%;
}

/* navbar-toggle */

.navbar-toggle {
    border-radius: 5px;
    position: absolute;
    right: 0;
    border-color: #ddd;
}
.navbar-toggle .icon-bar{
	background: #fff;
}

/* mobail_menu_main */

.mobail_menu_main{
	float:left;
	width:100%;
	background: #111;
}
.sidebar_search {
    border: 1px solid #f2f2f2;
}
.sidebar_search input{
	float: left;
    width: calc(100% - 45px);
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #fff;
    color: #000000;
    border: none;
    border-radius: 0;
	outline: none;
}
.sidebar_search button {
    width: 45px;
    height: 50px;
    border: 1px solid transparent;
    background-color: transparent;
	color: #888;
	font-size: 15px;
    position: relative;
    right: 3px;
    text-align: center;
    padding: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* sidebar */

#sidebar {
  position: fixed;
  display: block;
  height: 100vh;
  top: 0px;
  left: -500px;
  background-color: #ffffff;
  overflow: scroll;
  z-index:1000;
}
#links {
  position: relative;
  float: left;
}
#link_list {
  list-style-type: none;
  width: 100%;
  padding: 0px 50px 0px 0px;
}
#link_list li {
  display: block;
  width: 100%;
}
#link_list li:hover {
  background-color: #ff5063;
}
#toggle_close{
	position: absolute;
    z-index: 100;
    right: 20px;
    top: 20px;
    font-size: 25px;
    color: #000;
    cursor: pointer;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 300px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
  padding: 10px;
}
#cssmenu > ul > li > ul{
	padding: 10px;
}
#cssmenu ul .has_sub_menu{
	padding: 10px;
	border: 1px solid #eee;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
	padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #7f7e7e;
    background: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul ul ul li a i {
    padding-right: 10px;
}
#cssmenu > ul > li:first-child > a{
	border-top:1px solid #7f7e7e;
}
#cssmenu > ul > li > a:hover{
	background:#7fb401;
	color:#ffffff;
	 -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #888;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
   transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #888;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#cssmenu ul > li.has-sub > a:hover:after, #cssmenu ul > li.has-sub > a:hover:before{
	background:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
   background:#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul > li.has-sub.open > a, 
#cssmenu ul > li.has-sub.open >a:focus, 
#cssmenu ul > li.has-sub.open >a:hover {
	background:#7fb401;
	color:#fff;
}
#cssmenu ul > li.has-sub.open> ul.has_sub_menu{
	border: 0;
    border-bottom: 1px solid #7f7e7e;
}
#cssmenu ul ul li a {
  padding: 14px 32px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li a:hover{
	background: #7fb401;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background:#888;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background:#888;
}
#sidebar .sidebar_logo{
	display: inline-block;
	padding:20px;
}
#cssmenu ul li .sidebar_product_wrapper{
	display: inline-block;
    margin-bottom: 20px;
}
.sidebar_product_wrapper:hover figure img{
    transform: scale(1.1, 1.1);
}
#cssmenu ul li .sidebar_product_wrapper:hover a,
#cssmenu ul li .header_product_wrapper:hover a{
	color:#7fb401;
}
#cssmenu ul li .sidebar_product_wrapper a,
#cssmenu ul li .header_product_wrapper a{
	display: block;
	padding:0;
    font-size: 16px;
    font-weight: 500;
}
#cssmenu ul li .sidebar_product_wrapper a:hover,
#cssmenu ul li .header_product_wrapper a:hover {
    background:transparent;
	color:#7fb401;
}
#cssmenu ul li .product_price {
    color: #000;
}
#cssmenu ul li .dropdown-header {
    font-size: 16px;
    line-height: 30px;
    margin: 7px 0px 17px 0px;
    padding: 0px 0px 10px 0px;
    color: #000000;
    font-weight: bold;
    border-bottom: 5px solid #e5e5e5;
    text-transform: uppercase;
}
#cssmenu ul ul li .sidebar_header_img a{
	padding:0;
}

/*   header end */


/*   footer start */

.footer{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	background:#212121;
}
.footer h4{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
	position: relative;
    margin-bottom: 35px;
}
.footer_top_wrapper{
	float:left;
	width:100%;
	padding-bottom: 30px;
	margin-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid #3c3c3c;
}
.footer_logo_wrapper{
	float:left;
	width:100%;
	margin-bottom:40px;
}
.copyright_icons{
	display:inline-block;
}
.copyright_icons li { 
	float:left;
	margin-left:20px;
}
.copyright_icons li:first-child{ 
	margin-left:0px;
}
.copyright_icons li a i{ 
	color: #fff;
	font-size:18px;
}
.copyright_icons li a{ 
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.copyright_icons li a:hover i{ 
	color: #7fb401;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.footer_widget{
	float:left;
	width:100%;
}
.abotus_content{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}
.abotus_content p {
	margin:0;
}
.abotus_icons li { 
	float:left;
	margin-left:15px;
}
.abotus_icons li:first-child{ 
	margin-left:0px;
}
.abotus_icons li a i{ 
	color: #7c7c7c;
    font-size: 30px;
}
.abotus_icons li a{ 
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.abotus_icons li a:hover i{ 
	color: #7fb401;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.footer_widget_list li { 
	margin-bottom: 30px;
	font-size:16px;
	color: rgba(255, 255, 255, 0.51);
}
.footer_widget_list li:last-child{ 
	margin-bottom:0px;
}
.footer_widget_list li i{ 
	color: rgba(255, 255, 255, 0.51);
    margin-right: 20px;
    font-size: 18px;
}
.footer_widget_list li i:before{
	font-size: 18px;
	margin-left:0;
}
.footer_widget_list li a{ 
	color: rgba(255, 255, 255, 0.51);
	font-size:16px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.footer_widget_list li a:hover,
.footer_widget_list li a:hover i{ 
	color: #7fb401;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.footer_widget .header_img{
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 3px;
    margin-bottom: 6px;
}
.widget4_text_wrapper{
	float:left;
	width:100%;
}
.widget4_content_first, .widget4_content_second{
	float:left;
	width:100%;
}
.widget4_content_first{
	padding-bottom:10px;
}
.widget4_content_second p{ 
	color:#7fb401;
	font-style:italic;
	padding-bottom:10px;
}
.widget4_text_wrapper input{
	width:100%;
	height:46px;
	background:transparent;
	border:1px solid #424242;
	padding: 17px 30px 17px 14px;
	color: #999999;
	font-style:italic;
	font-size:14px;
}
.widget4_text_wrapper a i{
	margin-left: -25px;
	color:#7fb401;
}

/* footer end */


/* copyright_wrapper start */

.copyright_wrapper{
	background:#1a1a1a;
	float:left;
	width:100%;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}
.copyright_content{
	float:left;
	width:100%;
}
.copyright_content p{
	font-family: 'Lato';
	color:#656565;
	text-transform:capitalize;
	margin:0;
}
.copyright_content a{
	color:#7fb401;
}


/* copyright_wrapper end */


/*******------shop fullwidth start-------******/

.shop_fulwidth_wrapper {
    float: left;
    width: 100%;
    padding-top: 100px;
}

/* shop_slider_wrapper start */

.shop_slider_wrapper{
	float:left;
	width:100%;
	position:relative;
}
.shop_slider_wrapper .carousel-inner .item .caption-1 {
  width:100%;
  height:100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/shop/organic/slide1.jpg) 50% 0 repeat-y;
  position: relative;
  min-height:741px;
}
.shop_slider_wrapper .carousel-inner .item .caption-2 {
  width:100%;
  height:100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/shop/organic/slide2.jpg) 50% 0 repeat-y;
  position: relative;
  min-height:741px;
}
.shop_slider_wrapper .carousel-inner .item .caption-3 {
  width:100%;
  height:100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/shop/organic/slide3.jpg) 50% 0 repeat-y;
  position: relative;
  min-height:741px;
}
.shop_slider_wrapper .carousel-inner .item .carousel-captions .content{
	float:right;
	display: block;
    position: relative;
    z-index: 999;
    overflow: hidden;
    vertical-align: middle;
    padding-top: 250px;
}
.shop_slider_wrapper .carousel-inner .item .carousel-captions .content h2{
  font-size: 72px;
  line-height:100px;
  color:#7fb401;
  font-weight: 700;
  animation-delay: 1.5s;
}
.shop_slider_wrapper .carousel-inner .item .carousel-captions .content span{
	color:#7fb401;
}
.shop_slider_wrapper .carousel-inner .item .carousel-captions .content p {
   font-size: 50px;
   line-height:70px;
   padding-bottom:10px;
   color:#222;
   font-weight: 700;
   font-family: 'Courgette', cursive;
   animation-delay: 1.5s;
}
.shop_slider_wrapper .carousel-inner .item .carousel-captions .content span {
   font-weight: 400;
   font-family: 'Lustria', serif;
}
.shop_slider_wrapper .carousel-inner .item .carousel-captions .content small{
  width: 100%;
  display: block;
  color: #222;
  font-size: 30px;
  line-height:35px;
  font-weight: 400;
  padding-bottom:30px;
  animation-delay: 2s;
}
.shop_slider_wrapper .carousel-inner .item .caption-2 .content,
.shop_slider_wrapper .carousel-inner .item .caption-3 .content{
	float:left;
}
.shop_slider_wrapper .carousel-inner .item .caption-2 .content h2,
.shop_slider_wrapper .carousel-inner .item .caption-3 .content h2{
    color:#fff;
}
.shop_slider_wrapper .carousel-inner .item .caption-2 .content p,
.shop_slider_wrapper .carousel-inner .item .caption-3 .content p  {   
	font-size: 70px;
    line-height: 100px;
   color:#fff;
   font-weight:400;
   font-family: 'Lustria', serif;
}
.shop_slider_wrapper .carousel-inner .item .caption-2 .content span,
.shop_slider_wrapper .carousel-inner .item .caption-3 .content span{
	color:#7fb401;
	font-family: 'Courgette', cursive;
}
.shop_slider_wrapper .carousel-inner .item .caption-2 .content small,
.shop_slider_wrapper .carousel-inner .item .caption-3 .content small{
  color: #fff;
}
.shop_slider_wrapper .carousel-inner .item .carousel-captions .custom_btn_wrapper{
   animation-delay: 2.5s;
}
.shop_slider_wrapper .carousel-inner .item .carousel-captions 
.custom_btn_wrapper li a{
    border: 2px solid #fff;
	background:#fff;
	color:#111;
    margin: 0px 25px 0px 0px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.shop_slider_wrapper .carousel-inner .item .carousel-captions 
.custom_btn_wrapper li a:hover{
	border: 2px solid #7fb401;
	background:#7fb401;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.shop_slider_wrapper .carousel-inner .item .carousel-captions 
.custom_btn_wrapper .contact_btn{
    border: 2px solid #fff;
	background:transparent;
	color:#111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-nevigation{
	position:absolute;
	top:50%;
	float:left;
	width:100%;	
}
.carousel-nevigation > .prev{
	left:30px;
	position:absolute;
	color:#fff;
	z-index: 1;
	display:block;
    transform: rotate(45deg);
    width: 50px;
    height: 50px;
    line-height: 50px;
	text-align:center;
    background: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-nevigation > .next{
	right:30px;
	position:absolute;
	z-index: 1;
	display:block;
    transform: rotate(45deg);
    width: 50px;
    height: 50px;
    line-height: 50px;
	text-align:center;
    background: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-nevigation > .prev i,
.carousel-nevigation > .next i{
	transform: rotate(-46deg);
	color:#fff;
	font-size: 30px;
	line-height: 50px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-nevigation > .next:hover, 
.carousel-nevigation > .prev:hover{ 
    background: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.carousel-nevigation > .next:hover i, 
.carousel-nevigation > .prev:hover i{ 
	color: #7fb401;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.shop_slider_wrapper .carousel-inner .carousel-indicators li{
	width:12px;
	height:12px;
	margin-right:10px;
    border-radius: 0;
	border:2px solid #fff;
    transform: rotate(45deg);
}

/* shop_slider_wrapper end */


/* products_category_wrapper start*/

.products_category_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
}
.pizz_cat{
	float:left;
	width:100%;
	position:relative;
}
.pizz_cat_right{
	padding-bottom:30px;
}
.pizz_content{
	bottom: 40px;
    top: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
	height: 45px;
    text-align: center;
}
.pizz_content h3{
	font-size: 18px;
	font-weight: 500;
	text-transform:uppercase;
}
.pizz_content a{
	background:#fff;
	color:#111;
	padding:6px 14px;
	font-size: 14px;
	font-weight:600;
	display: inline-block;
    margin-top: 10px;
    text-transform:uppercase;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pizz_cat:hover .pizz_content a{	
	background:#7fb401;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.active_cat {
    border: 3px solid #7fb401;
}
.active_cat .pizz_content a{	
	background:#7fb401;
	color:#fff;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.active_cat .pizz_content a:hover{	
	background:#fff;
	color:#111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pizz_cat_left .pizz_content{    
	bottom: 0;
    top: 0;
    left: 70px;
    right: auto;
}
.pizz_cat_right .pizz_content{
	bottom: 0;
    top: 0;
    right: 70px;
    left: auto;
}
.pizz_cat img{
	width:100%;
}
.pizz_cat figure{
	display:block;
	margin:0;
	overflow:hidden
}
.pizz_cat figure img{
	width:100%;
	display:block;
	transition:all 0.3s;
}
.pizz_cat:hover figure img {
    transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pizz_cat .cat_link{
    display: block;
    overflow: hidden;
    position: relative;
}
.pizz_cat .cat_link:before {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 10px;
    right: 10px;
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    z-index: 1;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.pizz_cat .cat_link:after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 20px;
    right: 20px;
    content: "";
    border-left: 1px solid rgba(255, 255, 255, 0.9);
    border-right: 1px solid rgba(255, 255, 255, 0.9);
    z-index: 1;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.pizz_cat:hover .cat_link:before,
.pizz_cat:hover .cat_link:after{
    transform: scale(1);
    -webkit-transform: scale(1);
}

/* products_category_wrapper end*/


/* portfolio_wrapper start */

.portfolio_wrapper{
	float:left;
	width:100%;
	text-align: center;
	padding-bottom:100px;
}
.portfolio-area{
	float:left;
	width:100%;
}
.portfolio-area .portfolio-area-intro{
    margin-bottom: 50px;
}
.portfolio-area .portfolio-area-intro p span,
.portfolio-area .portfolio-area-intro h2 {
    text-transform: uppercase;
}
.portfolio-area .portfolio-area-intro h2 {
    font-weight: 600;
}
.portfolio-area .portfolio-thumb{
    position: relative;
    overflow: hidden;
}
.portfolio-area .portfolio-thumb img{
    width: 100%;
}
.III_column{
	margin-top:30px;
}
.portfolio_wrapper .btc_shop_indx_cont_box_wrapper {
    margin-bottom: 55px;
}

/*portfolio-filter*/

.portfolio-filter {
    margin-bottom: 30px;
}
#filter li{
    margin-right: 20px;
	padding:0;
}
#filter li a{
    display: block;
    font-size: 16px;
    cursor: pointer;
	border: 1px solid #999;
	border-radius:5px;
    color: #999999;
	background:transparent;
    padding: 10px 20px;
    margin-right: 30px;
	position:relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#filter li a:hover,
#filter li a.active{
	color: #7fb401;
    border-color: #7fb401;
}
#filter li a:last-child{
    margin-right: 0px;
}
#filter li a i:before{
	margin-left:0;
	margin-right:8px;
	font-size:22px;
}
.portfolio_wrapper .btn1 {
    margin-top: 42px;
}

/* portfolio_wrapper end */


/* btc_shop_indx_img_wrapper */

.btc_shop_indx_cont_box_wrapper {
    float: left;
    width: 100%;
	position: relative;
    border: 1px solid #eeeeee;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_indx_cont_box_wrapper:hover {
    border-color:#7fb401;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.btc_shop_indx_img_wrapper {
    float: left;
    width: 100%;
}
.btc_shop_indx_img_wrapper img {
    width: 100%;
}
.cc_li_img_text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
	text-align: center;
    transform: translate(-50%, -50%);
}
.cc_li_img_text a {
	height: 40px;
    width: 40px;
    background: #111;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_li_img_text a:hover{
	background:#7fb401;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.cc_li_img_text a.quick_link {
    margin-right: 30px;
    opacity: 0;
    visibility: hidden;
}
.cc_li_img_text a.btn_like {
    margin-left: 30px;
    opacity: 0;
    visibility: hidden;
}
.btc_shop_indx_cont_box_wrapper:hover .cc_li_img_text a {
    margin: 0 3px;
    opacity: 1;
    visibility: visible;
}

/* btc_shop_indx_img_cont_wrapper */

.btc_shop_indx_img_cont_wrapper {
    float: left;
    width: 100%;
	text-align:center;
}
.btc_shop_indx_img_cont_wrapper .name{
    margin-bottom:10px;
}
.btc_shop_indx_img_cont_wrapper .name a {
    font-size: 18px;
    line-height: 21px;
    color: #111;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.btc_shop_indx_img_cont_wrapper .price,
.btc_shop_indx_img_cont_wrapper .rating {
    margin-bottom: 10px;
}
.rating i {
    color: #7fb401;    
	font-size: 14px;
}
.btc_shop_indx_img_cont_wrapper .price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #7fb401;
}
.btc_shop_indx_img_cont_wrapper .btn1 {
	position: relative;
	top: 13px;
    margin-bottom: -12px;
}
.btc_shop_indx_img_cont_wrapper .btn1 i:before{
	margin-left:0;
	font-size: 18px;
}
	
/* Quick Shop */

.product_view .modal-dialog{
	max-width: 800px;
	width: 100%;
}
.product_view .modal-header {   
	position: relative;
    border: none;
}
.product_view .modal-body {
    padding: 15px;
}
.modal-header .close {
    padding: 0;   
    background: transparent;
    color: #000;
    opacity: .2;
    text-shadow: 0 1px 0 #fff;
    font-weight: 700;
    line-height: 1;
    font-size: 28px;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 999;
}
.cc_ps_top_slider_section {
    float: left;
    width: 100%;
}
.cc_ps_top_slider_section .owl-theme .owl-dots {
    display: none;
}
.cc_ps_top_slider_section .owl-theme .owl-nav {
    display: none;
}
.cc_ps_top_slider_section img {
    width: 100%;
	border: .1rem solid #e8e8e8;
}
.video_nav_img {
    float: left;
    width: 100%;
	margin-top:30px;
}
.btc_shop_single_prod_right_section {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.btc_shop_single_prod_right_section h1 {
    font-size: 22px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
}
.btc_shop_single_prod_right_section h1:after {
    content: '';
    border: 1px solid #7fb401;
    width: 45px;
    display: block;
    position: relative;
    top: 15px;
    z-index: 1;
    margin-bottom: 20px;
}
.btc_shop_sin_pro_icon_wrapper {
    float: left;
    width: 100%;
    margin-top: 15px;
	margin-bottom: 20px;
}
.btc_shop_sin_pro_icon_wrapper i{
    color: #eb6d6d;
}
.btc_shop_sin_pro_icon_wrapper h5 {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
	margin-bottom:20px;
}


/* custom radio button */

.size_box_head{  
	display: block;
	font-size:16px;
	line-height:26px;
	margin-bottom:10px;	
}
.size_box label{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  font-weight:400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.size_box label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.size_box label:hover input ~ .checkmark {
  background-color: #ccc;
}
.size_box label input:checked ~ .checkmark {
  background-color: #7fb401;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.size_box label input:checked ~ .checkmark:after {
  display: block;
}
.size_box label .checkmark:after {
    top: 6px;
    left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* btc_shop_product_price_wrapper */

.btc_shop_product_price_wrapper {
    float: left;
    width: 100%;   
	margin-top: 20px;
	margin-bottom: 20px;
	color:#999
}
.btc_shop_product_price_wrapper span{
	float: left;
    width: 100%;  
	font-size:16px;
	line-height:26px;	
}
.btc_shop_product_price_wrapper li:first-child {
    margin-left: 0;
    font-size: 26px;
    font-weight: bold;
    color: #7fb401;
    margin-top: -4px;
}
.btc_shop_product_price_wrapper li {
    float: left;
	font-size: 15px;
    color: #797979;
    margin-left: 20px;
}
.btc_shop_product_price_wrapper .btc_shop_sale {
	font-size: 18px;
    line-height: 28px;
    color: #eb6d6d;
	margin-bottom:3px;
}

/* cc_ps_cart_btn_wrapper */

.cc_ps_cart_btn_wrapper{
	float: left;
    width: 100%;
    border-top: 1px solid #ebebeb;
}
.cc_ps_cart_btn {
    float: left;
    width: 100%;
}
.cc_ps_cart_btn li {
	float:left;
   	margin-right: 10px;
}
.cc_ps_cart_btn span{
	margin: 20px 0;
    margin-bottom: 6px;
    display: block;
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    color: #232323;
}
.cc_ps_quantily_info{
	position: relative;
    float: left;
    padding-right: 25px;
}	
.cc_ps_quantily_info input {    
	float:left;
	border: 1px solid #e1e1e1;
	border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	color: #3c3c3c;
    height: 49px;
    text-align: center;
    width: 50px;
    padding: 5px 10px;
    outline: none; 
	box-shadow:none;
	background: transparent;
}
.cc_ps_quantily_info input:focus {
    border: none;
    box-shadow: none;
    border: 1px solid #eeeeee;
}
.increase, .decrease {
    cursor: pointer;
    position: absolute;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: none;
    border: 1px solid #ddd;
}
.increase {
    top: 0;
    right: 0;	
	border-radius: 0;
    border-top-right-radius: 4px;
}
.decrease {
    bottom: 0;
    right: 0;
	border-radius: 0;
    border-bottom-right-radius: 4px;
}
.btc_shop_single_prod_right_section .btn1 i:before {
    margin-left: 0;
    font-size: 18px;
}
.cc_ps_cart_btn li:nth-child(2) a {
	padding:0;
    width: 150px;
    height: 50px;
    line-height: 50px;
}
.cc_ps_cart_btn .wishlist,
.cc_ps_cart_btn .compare{
	padding:0;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
}
.cc_ps_cart_btn .btn1:focus,
.cc_ps_cart_btn .btn1:focus i:before{
    color: #fff;
}
.product_view .modal-body .btc_shop_sin_pro_icon_wrapper h5 {
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Single Product Css */

.video_img_section_wrapper {
	float:left;
	width:100%;
}
.video_img_section_wrapper .slick-slider {
    overflow: hidden;
}
.video_img_section_wrapper .slick-slide {
    border: 1px solid #f1f1f1;
	cursor:pointer;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.video_img_section_wrapper .slick-slide:hover,
.video_img_section_wrapper .slick-slide:focus {
	border-color: #7fb401;
    outline: 0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.video_img_section_wrapper .slider-for{
	margin-bottom: 30px;
}
.video_img_section_wrapper .slider-nav .slick-slide{
    margin-right: 15px;
}
.video_img_section_wrapper img{
	width:100%;
}
.cc_ps_top_product_main_wrapper {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.glass {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
  cursor: crosshair;
  box-shadow:
    0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25), 
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	display: none;
}

/*****--------   related products end -------**********/

.cc_letest_item_main_wrapper {
    float: left;
    width: 100%;
    padding-top: 50px;
	padding-bottom:50px;
}
.organic_related_prod_slider {
    float: left;
    width: 100%;
    padding-top: 30px;
}
.organic_related_prod_slider .btc_shop_indx_cont_box_wrapper {
    float: left;
    width: 100%;
	margin-bottom: 50px;
}
.organic_related_prod_slider .owl-theme .owl-dots {
    display: none;
}
.organic_related_prod_slider .owl-theme .owl-nav {
	position: absolute;
    bottom: 0;
    margin: 0;
    right: 0;
    top: -90px;
    z-index: 1000;
    display: block;
}
.organic_related_prod_slider .owl-theme .owl-prev, 
.organic_related_prod_slider .owl-theme .owl-next {
	width: 44px;
	margin: 0;
    border: 1px solid #ebebeb;
    background-color: #fff;
	color:#999;
}
.organic_related_prod_slider .owl-theme .owl-prev:hover, 
.organic_related_prod_slider .owl-theme .owl-next:hover{
	border: 1px solid #7fb401;
	background:#7fb401;
}
.organic_related_prod_slider .owl-theme .owl-prev{
	right: 44px;
    border-radius: 20px 0 0 20px;
    left: auto;
    border-right: 0;
}	
.organic_related_prod_slider .owl-theme .owl-next {
    border-radius: 0px 20px 20px 0px;
    right: 0;
}

/*   product_tab_section start */

.product_tab_section{
	float:left;
	width:100%;
}
.product_single_wrapper .product_tab_section{
	padding-top:50px;
}
.product_tab_section .nav-tabs {
    float: left;
    width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
.product_tab_section .nav-tabs>li>a {
    border: 1px solid transparent;
	font-size: 15px;
    line-height: 1.6;
    color: #999;
    border-radius: 0;
    padding: 11px 29px;
}
.product_tab_section .nav>li>a:active,
.product_tab_section .nav>li>a:focus, 
.product_tab_section .nav>li>a:hover{
    background-color: #fff;
    color: #81b03f;
    border-color: #e6e6e6 #e6e6e6 #fff;
}
.product_tab_section .nav-tabs>li.active>a, 
.product_tab_section .nav-tabs>li.active>a:focus, 
.product_tab_section .nav-tabs>li.active>a:hover{
	background-color: #fff;
    color: #81b03f;
    border-color: #e6e6e6 #e6e6e6 #fff;
}
.product_tab_section i{
	color:#eb6d6d;
	font-size:16px;
	margin-right: 2px;
}
.product_tab_section .tab-content{
	float:left;
	width:100%;
	padding-top:30px;
}
.product_tab_section .tab-content table td{
	color:#999;
}
.tab_content_text p{
	font-size: 16px;
    line-height: 30px;
}
.tab_content_img {
    width: 25%;
    float: left;
    margin-right: 15px;
    display: block;
}
.tab_list_item {
    margin-top: 10px;
}
.tab_list_item li {
	font-size:16px;
	color: #999;
    padding: 0 0 8px 16px;
    position: relative;
}
.tab_list_item li:after {
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 50%;
    background: #c2c2c2;
}
.comment_box_blog {
    float: left;
    width: 100%;
}
.comments_Box {
	float:left;
	width:100%;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #e6e6e6;
}
.comments_Box h1{
	margin-bottom:30px;
}
.last_comment_box{
	border:0;
	margin-bottom:0px;
}
.comments_Box .img_wrapper{
	float:left;
	width:100px;
}
.comments_Box .img_wrapper img{
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.comments_Box:hover img{
    border-color: #7fb401;
}
.comments_Box .text_wrapper{
	float:left;
	width:calc(100% - 100px);
	padding-left:30px;
}
.author_detail{
	color:#333;
	font-weight:600;
}
.author_detail .author_name{
	font-size: 18px;
}
.author_detail .publish_date{
	font-size: 14px;
}
.comments_Box .text_wrapper .customer_rating{ 
    float: right;
}
.author_content p{
	margin-top:8px;
	font-size:15px;
	line-height:25px;
}
.author_content a{
	color: #7fb401;
	text-transform:uppercase;
}
.author_content a:after {
    content: "\f064";
    font-family: FontAwesome;
    color: #7fb401;
    font-size: 13px;
    margin-left: 5px;
}
.product_contect_wrapper{
	float: left;
    width: 100%;
}
.product_contect_wrapper h1{
	padding-bottom:10px;
}
.product_contect_wrapper p{
	font-size:15px;
	line-height:25px;
	margin-bottom:10px;
}
.shop_pdt_form {
    float: left;
    width: 100%;
}
.product_contect_wrapper input {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.product_contect_wrapper input:focus,
.product_contect_wrapper textarea:focus {
    border-color:#7fb401;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.product_contect_wrapper .shop_pdt_form i {
    margin-left: -30px;
    color: #7fb401;
}
.shop_pdt_textarea i{
	margin-left: -30px;
    color: #7fb401;
    position: relative;
    top: -75px;
}
.product_contect_wrapper textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    border: 1px solid #ddd;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    resize: none;
}
.shop_btn_wrapper {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.wrap input {
  display: none;
}
.wrap input + label {
  color: #999;
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 0;
  font-size: 20px;
  margin-right: 4px;
}
.wrap input:checked + label {
  color: #7fb401;    
}
.wrap button {
  background: whitesmoke;
  border: 1px solid #ddd;
  padding: 15px 20px;
  margin: 40px;
  outline: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;    
}
.inputs, .wrap button {
  display: inline-block;
}
.wrap p {
  border: 1px solid #8ABF57;
  background: #CEFFC0;
  color: #4A6D2C;
  padding: 15px;
  margin: 0;
}
.wrap p.error {
  border: 1px solid #CFC997;
  background: #FFF8CB;
  color: #5d5a4c;
}
.wrap {
	float:left;
}
.msg {
  opacity: 0;
  transition: .3s ease-in-out all;
}

/*product_tab_section end*/


/* features_section start */

.features_section{
    float: left;
    width: 100%;
	padding-top:100px;
	background:#f5f5f5;
}
.features_wrapper{
	float: left;
    width: 100%;
	text-align:center;
	color: #111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.features_section .m-40{
	margin-bottom:40px;
}
.features_wrapper i:before {
	text-align:center;
	display:inline-block;
	height: 80px;
    width: 80px;
	line-height:80px;
	background: #7fb401;
	border:2px solid #7fb401;
	color:#fff;
	border-radius:50%;
    font-size: 30px;
	margin-left:0;
}
.features_wrapper:hover h4 a{
	color:#7fb401;
}
.features_info_content {
	float:left;
	width:100%;
	padding-top:20px;
}
.features_info_content h4{
	font-size:18px;
	font-weight:700;
	margin-bottom:20px;
	letter-spacing:1px;
}
.features_info_content P{
	margin:0;
	text-transform:uppercase;
}
.features_wrapper:hover i:before{
	border-color:#7fb401;
	background:transparent;
    color: #7fb401;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.features_img_wrapper{	
	float:left;
	width:100%;
	text-align:center;
}
.features_img_wrapper img{
	max-width:none;
	margin-left: -50px;
	display:inline-block
}

/* features_section end */


/* discount_wrapper start */

.discount_wrapper{
	float:left;
	width:100%;
	text-align: center;	
	padding-bottom:100px;
}
.discount_inner_wrapper{
	float:left;
	width:100%;
	position: relative;
    padding: 80px 0px;
	background: #7fb401;
    border: 10px solid #ffffff;
    background:#7fb401;
    outline: 1px solid rgba(255,255,255,0.40);
    outline-offset: -30px;
}
.discount_wrapper .discount_inner_wrapper:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.04;
    display: block;
    background-size: cover;
    background: url(../images/shop/organic/banner_img.png) no-repeat;
}
.discount_img_wrapper{
    float: left;
    width: 100%;
}
.discount_price{
	position: absolute;
    left: 110px;
    top: 0px;
    color: #111;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding-top: 20px;
    border-radius: 50%;
    background-color: #e1e3d9;
}
.discount_price span {
    font-weight: 700;
    font-size: 20px;
}
.discount_price:before {
    position: absolute;
    content: '';
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 50%;
    border: 6px solid rgba(225, 227, 217, 0.55);
}
.discount_content_wrapper{   
	float: left;
    width: 100%;
	text-align: left;
}
.discount_content_wrapper .discount_heading{
	margin-bottom:20px;
}
.discount_content_wrapper .discount_heading h2 {
    color: #fff;
	font-size: 41px;
	font-weight:800;
    font-style: italic;
}
.discount_content_wrapper h2{
	font-size: 59px;
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
}
.discount_content {
	font-size: 17px;
    line-height: 27px;
    color: #fff;
    max-width: 430px;
    margin-top: 20px;
}
.discount {
    color: #fff;
    font-size: 41px;
    font-style: italic;
    margin-top: 20px;
	text-transform:capitalize;
}
.discount_button {
    margin-top: 20px;
}
.discount_button .btn1 {
    background:#fff;
	color:#111;
}
.discount_button .btn1:hover{
	background-color:transparent;
    border-color: #fff;
    color: #fff;
}

/* discount_wrapper end */


/** product_slider_main_wrapper start **/

.product_slider_main_wrapper{
	float:left;
	width:100%;
	padding-top:100px;
	padding-bottom:50px;
}
.product_slider_wrapper{
	float:left;
	width:100%;
}
.product_slider_heading{
	float:left;
	width:100%;
	margin-bottom:50px;
}
.product_slider_heading h4{
	font-weight:700;
}
.product_slider_wrapper .owl-theme .owl-dots{
	display:none;
}
.product_slider_wrapper .owl-theme .owl-nav{
	position: absolute;
    bottom: 0;
    margin: 0;
    right: 0;
    top: -14%;
    z-index: 1000;
    display: block;
}
.product_slider_wrapper .owl-theme .owl-prev, 
.product_slider_wrapper .owl-theme .owl-next {
	width: 44px;
	margin: 0;
    border: 1px solid #ebebeb;
    background-color: #fff;
	color:#999;
}
.product_slider_wrapper .owl-theme .owl-prev:hover, 
.product_slider_wrapper .owl-theme .owl-next:hover{
	border: 1px solid #7fb401;
	background:#7fb401;
}
.product_slider_wrapper .owl-theme .owl-prev{
	right: 44px;
    border-radius: 20px 0 0 20px;
    left: auto;
    border-right: 0;
}	
.product_slider_wrapper .owl-theme .owl-next {
    border-radius: 0px 20px 20px 0px;
    right: 0;
}
.slider_wrapper{
	float:left;
	width:100%;
	position:relative;	
	border: 1px solid #ebebeb;
	margin-bottom: 50px;
}
.slider_wrapper:hover{
	border-color:#7fb401;
	-webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.2);
}
.slider_wrapper:hover .product_slider_text a{
	 color:#7fb401;
}
.product_slider_image{
	float:left;
    width: 137px;
}
.product_slider_image img{
	width:100%;
}
.product_slider_text{
	float:left;
	padding-left: 20px;
	padding-top:38px;
	text-align: left;
    width: calc(100% - 137px);
}
.product_slider_text a{
    font-size: 16px;
	color: #222;
    font-weight: 500;
    letter-spacing:1px;
    text-transform: capitalize;
}
.product_slider_price {
    margin-top: 5px;
}
.product_slider_price span{
	font-size:16px;
    font-weight: 700;
    color: #222;
}
.add_to_wishlist .fa {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    cursor: pointer;
}
.add_to_wishlist .fa-heart-o {
    opacity: 1;
    color: #7fb401;
}
.add_to_wishlist .fa-heart {
    opacity: 0;
}
.slider_wrapper:hover .add_to_wishlist .fa-heart {
    color: #7fb401;
    opacity: 1;
}
.btc_shop_index_content_main{
	float:left;
	width:100%;
}
.product_main_slider_wrapper{
	float:left;
	width:100%;
}
.product_main_slider_wrapper .owl-theme .owl-dots {
   display:none;
}
.product_main_slider_wrapper .owl-theme .owl-nav .owl-prev, 
.product_main_slider_wrapper .owl-theme .owl-nav .owl-next{
    position: absolute;
    top: -10px;
    margin-top: -70px;
    width: 30px;
	height:30px;
	line-height:30px;
	padding:0;
	background:#fff;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 4px;
    color: #333;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 5;
}
.product_main_slider_wrapper .owl-theme .owl-prev:hover,
.product_main_slider_wrapper .owl-theme .owl-next:hover{
	border-color: #7fb401;
    background-color: #7fb401;
    color: #fff;
}
.product_main_slider_wrapper .owl-theme .owl-prev {
    right: 18px;
}
.product_main_slider_wrapper .owl-theme .owl-next {
    right: -15px;
}

/** product_slider_main_wrapper end **/


/** blog_section start **/

.blog_section {
	float: left;
    width: 100%;
	padding-bottom:100px;
}
.blog_section .blog-post-wrapper {
	float: left;
    width: 100%;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
}
@media (max-width : 991px) {
	.blog_section .blog-post-wrapper {
		margin-bottom: 30px;
	}
}
.blog_section .m-30 {
    margin-bottom:30px;
}
.blog_section .blog-post-wrapper .post-thumbnail{
	position: relative;
}
.blog_section .blog-post-wrapper .post-thumbnail img{
	width: 100%;
}
.blog_section .blog-post-wrapper .posted-date{
    position: absolute;
    right: 17px;
    top: 17px;
    width: 60px;
    height: 60px;
    background: #7fb401;
    color: #FFFFFF;
    text-align: center;
    border-radius: 50%;
}
.blog_section .blog-post-wrapper .post-thumbnail .posted-date .day {
    font-size: 20px;
    line-height: 44px;
    font-weight: 600;
    display: block;
}
.blog_section .blog-post-wrapper .post-thumbnail .posted-date .month {
    font-size: 11px;
    font-weight: 600;
    line-height: 0;
    display: block;
    text-transform: uppercase;
}

/*entry-header*/

.blog_section .blog-post-wrapper .entry-header {
  background:transparent;
}
.blog_section .blog-post-wrapper .entry-title{    
	line-height: 30px;
	text-transform: capitalize;
}
.blog_section .blog-post-wrapper .entry-title a{
	color: #111;
}
.blog_section .blog-post-wrapper:hover .entry-title a{
	color: #7fb401;
}

/*entry-meta*/

.blog_section .blog-post-wrapper .entry-meta {
	margin-top: 10px;
	font-size: 16px;
	text-transform: capitalize;
}
.blog_section .blog-post-wrapper .blog-post .entry-meta{
	margin-top: 6px;
}
.blog_section .blog-post-wrapper .entry-meta li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
.blog_section .blog-post-wrapper .entry-meta li i{
	padding-right:3px;
	font-size: 16px;
	color: #7fb401;
}
.blog_section .blog-post-wrapper .entry-meta li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.blog_section .blog-post-wrapper .entry-meta li a{
	color: #999;
}
.blog_section .blog-post-wrapper:hover .entry-title a{
    color: #7fb401;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/*entry-content*/

.blog_section .blog-post-wrapper .entry-content {
	text-align:center;
    font-size: 18px;
    padding: 30px 40px;
}
.blog_section .blog-post-wrapper .entry-content p{
    margin-top: 15px;
    margin-bottom: 20px;
	text-transform:capitalize;
}
.blog_section .blog-post-wrapper .blog-post .entry-content p{
	margin-top: 8px;
}
.blog_section .blog-post-wrapper .blog-post .entry-content {
    padding: 30px 20px 0px 0px;
    text-align: left;
}

/*blog video post*/

.blog_section .blog-post-wrapper .play-trigger {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: -30px;
	margin-top: -30px;
	border: 0;
	color: #7fb401;
	background: #fff;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	-webkit-transition      : all 0.3s ease 0s;
	-moz-transition      : all 0.3s ease 0s;
	-o-transition      : all 0.3s ease 0s;
	transition      : all 0.3s ease 0s;
}
.blog_section .blog-post-wrapper .play-trigger:hover {
  color: #fff;
  background: #7fb401;
}
.blog_section .blog-post-wrapper .play-trigger i {
	margin-left: 5px;
}

/* blog_section end */


/* services_section start */

.services_section{
	float: left;
    width: 100%;
	padding-bottom:100px;
}
.services_wrapper{
	float: left;
    width: 100%;
	text-align:center;
	color: #111;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.services_wrapper i:before {
	text-align:center;
	display:inline-block;
	color:#111;
    font-size: 40px;
	margin-left:0;
}
.services_wrapper:hover h4 a{
	color:#7fb401;
}
.services_info_content {
	float:left;
	width:100%;
	padding-top:20px;
}
.services_info_content h4{
	font-size: 14px;
    font-weight: 600;
    margin-bottom:8px;
	letter-spacing:1px;
}
.services_info_content P{
	font-size: 13px;
	margin:0;
}
.services_wrapper:hover i:before{
	border-color:#7fb401;
	background:transparent;
    color: #7fb401;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* services_section end */

.frame {
    overflow: hidden;
    display: inline-block;
	text-align:center;
}
.frame .zoom {
  transition: transform 0.2s linear;
}
.frame img {
	max-width: 25vw;
	display: inline-block;
}


/*********-----responsive css-------*********/


@media (min-width: 992px) and (max-width: 1199px) {
	
	.shop_slider_wrapper .carousel-inner .item {
		height: 600px;
	}
	.shop_slider_wrapper .carousel-inner .item .carousel-captions .content{
		padding-top:150px;
	}
	.shop_slider_wrapper .carousel-inner .item .caption-1 .content{
		right: 50px;
	}
	.shop_slider_wrapper .carousel-inner .item .caption-2 .content,
	.shop_slider_wrapper .carousel-inner .item .caption-3 .content {
		left: 100px;
	}
	.shop_slider_wrapper .carousel-inner .item .carousel-captions .content h2{
		font-size:65px;
	}
	.shop_slider_wrapper .carousel-inner .item .carousel-captions .content p{
		font-size:55px;
	}
	.shop_slider_wrapper .carousel-nevigation > .prev,
	.shop_slider_wrapper .carousel-nevigation > .next	{
		line-height: 50px;
		width: 50px;
		height: 50px;
	}
	.abotus_icons li a i {
		font-size: 26px;
	}
	.abotus_icons li {
		margin-left: 10px;
	}
	.product_slider_wrapper .item{
		width:290px;
	}
	.product_slider_text {
		padding-left: 0px;
	}
	.product_slider_text a {
		font-size: 15px;
	}
}

@media (min-width: 768px) and (max-width: 991px){

	.navbar-header {
		float: left;
		width: 100%;
	}
	.navbar-toggle {
		display: block;
		margin-top: 35px;
	}	
	.navbar-brand {
		height:auto;
		padding: 30px 0px;
	}	
	.header_search_box,
	.header_search_form{
		width: 100%;
	}	
	.header_top .pull-left ul li:after{
		display:none;
	}
	.header_top .pull-left ul li{
	    margin-right: 0px;
	}
	.footer_widget {
		padding-bottom:50px;
	}
	.footer_widget_list li {
		margin-bottom: 24px;
	}
	.footer_widget .header_img {
		width: 20.333%;
	}
	.shop_slider_wrapper .carousel-inner .item .caption-1 .content{
		right: 50px;
	}
	.shop_slider_wrapper .carousel-inner .item .caption-2 .content,
	.shop_slider_wrapper .carousel-inner .item .caption-3 .content {
		left: 100px;
	}
	.shop_slider_wrapper .carousel-inner .item .carousel-captions .content h2{
		font-size:65px;
	}
	.shop_slider_wrapper .carousel-inner .item .carousel-captions .content p{
		font-size:55px;
	}
	.shop_slider_wrapper .carousel-nevigation > .prev,
	.shop_slider_wrapper .carousel-nevigation > .next	{
		line-height: 50px;
		width: 50px;
		height: 50px;
	}	
	.services_section .m-40{
		margin-bottom:40px;
	}
	.services_section {
		padding-bottom: 60px;
	}
	.blog_wrapper {
		margin-bottom: 40px;
	}
	.discount_content_wrapper {
		text-align: center;
	}
	.discount_content {
		display: inline-block;
	}
	.features_img_wrapper {
		margin-top:40px;
	}
	.features_wrapper:last-child{
		margin-bottom:40px;
	}	
	#filter li a {
		padding: 10px 12px;
	}
	#filter li a i:before {
		margin-right: 3px;
		font-size: 18px;
	}
	.btc_shop_single_prod_right_section {
		padding-top: 50px;
	}

}

@media (max-width: 767px) {
	
	.header_search_box,
	.header_search_form{
		width: 100%;
	}
	.header_top .dropdown-menu {
		width: 190px;
	}
	.navbar-header {
		float: left;
		width: 100%;
	}
	.navbar-toggle {
		margin-top: 35px;
	}	
	.navbar-brand {
		height:auto;
		padding: 30px 0px;
	}
	.header_top ul li:after {
		top:20px;
	}
	.res_list_link{
		display:inline-block;
		width: 30px;
		height: 30px;
		line-height:30px;
		border: 1px solid #dedede;
		text-align: center;
	}
	.page_header {
		text-align: center;
	}
	.sub_title_section {
		float: none;
		display: inline-block;
		margin-top: 20px;
	}
	.footer {
		padding-bottom: 50px;
	}
	.footer_widget {
		padding-bottom:50px;
	}
	.footer_widget .header_img {
		width: 20.333%;
	}
	.shop_slider_wrapper .carousel-inner .item {
		height: 500px;
	}
	.carousel-nevigation {
		top: 40%;
	}
	.shop_slider_wrapper .carousel-inner .item .carousel-captions .content{
		float:none;
		padding-top:100px;
		text-align:center;
	}
	.shop_slider_wrapper .carousel-inner .item .carousel-captions 
	.custom_btn_wrapper{
		display:inline-block;
	}
	.shop_slider_wrapper .carousel-inner .item .carousel-captions .content h2{
		font-size:45px;
		line-height:60px;
	}
	.shop_slider_wrapper .carousel-inner .item .carousel-captions .content p{
		font-size: 30px;
		line-height: 50px;
		padding-bottom:0;
	}
	.shop_slider_wrapper .carousel-inner .item .caption-2 .content p, 
	.shop_slider_wrapper .carousel-inner .item .caption-3 .content p {
		font-size: 40px;
		line-height: 60px;
	}
	.shop_slider_wrapper .carousel-inner .item .carousel-captions .content small{
		font-size:20px;
		line-height:30px;
	}
	.shop_slider_wrapper .carousel-inner .item .carousel-captions .content .btn1 {
		padding: 12px 20px;
		font-size: 14px;
		font-weight: 500;
	}
	.shop_slider_wrapper .carousel-nevigation > .prev,
	.shop_slider_wrapper .carousel-nevigation > .next{
		line-height: 45px;
		width: 45px;
		height: 45px;
	}
	.carousel-nevigation > .prev i, .carousel-nevigation > .next i{
		line-height: 45px;
	}
	.services_section .m-40{
		margin-bottom:40px;
	}
	.services_section {
		padding-bottom: 60px;
	}
	.blog_wrapper {
		margin-bottom: 40px;
	}
	.discount_content_wrapper {
		text-align: center;
	}
	.discount_content {
		display: inline-block;
	}
	.features_img_wrapper {
		margin-top:40px;
	}
	.features_wrapper:last-child{
		margin-bottom:40px;
	}
	.discount_price {
		left: 60px;
		top: -30px;
	}
	#filter li a:last-child {
		margin-top: 20px;
	}
	.product_tab_section .nav-tabs>li>a {
		padding: 11px 15px;
	}
	.comments_Box {
		text-align:center;
	}
	.comments_Box h1 {
		text-align:center;
	}
	.comments_Box .img_wrapper {
		width:100%;
		display:inline-block;
	}
	.comments_Box .text_wrapper {
		width:100%;
		padding-left:0;
		padding-top:30px;
	}
	.comments_Box .text_wrapper .customer_rating {
		float: none;
		padding-top: 10px;
		text-align: center;
	}
	.btc_shop_single_prod_right_section {
		padding-top: 50px;
	}
}

@media (max-width: 480px){
	
	.header_top ul >li {
		margin-right: 20px;
	}
	.header_top ul li:after {
		top:20px;
		right:-13px;
	}
	.page_header .sub_title i{
		padding: 0px 5px;
	}
	.page_header .sub_title li {
		font-size: 15px;
	}
	.shop_slider_wrapper .carousel-inner .item .carousel-captions .content h2{
		font-size: 30px;
		line-height: 40px;
	}
	.shop_slider_wrapper .carousel-inner .item .carousel-captions .content p{
		font-size: 24px;
		line-height: 40px;
	}
	.shop_slider_wrapper .carousel-inner .item .carousel-captions .content small{
		font-size:15px;
	}
	.shop_slider_wrapper .carousel-inner .item .carousel-captions 
	.custom_btn_wrapper li a{
		float: none;
		display: block;
		margin: 0 auto;
		margin-bottom:20px;
	}
	.features_img_wrapper img,
	.discount_img_wrapper img {
		display:inline-block;
		width: 100%;
	}
	.discount_content_wrapper .discount_heading h2 {
		font-size: 30px;
	}
	.discount_content_wrapper h2 {
		font-size: 50px;
	}
	.discount_content {
		max-width: 240px;
	}
	.product_tab_section .nav-tabs>li>a {
		padding: 8px;
	}
}