/* 
==========================================================================

Author: mTheme

Content Tabel
+---------------+

-General Classes
-Elements
-Common-Stuff

========================================================================== */

body{
	font-size: 18px;
	line-height: 22px;
}
#wrap{
	overflow: hidden;
}
a{
	transition: all 0.25s;
		-webkit-transition: all 0.25s;
}
a:hover,
a:focus{
	outline: none;
	text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
}
p{
	margin-bottom: 20px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	margin: 0 0 15px;
}
.buttons .button,
.woocommerce .buttons .button{
	display: inline-block;
	line-height: 40px;
	height: 46px;
	width: auto;
	padding: 0 55px;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid transparent;
	border-radius: 25px;	
		-webkit-border-radius: 25px;	
		
	transition: all 0.3s;
		-webkit-transition: all 0.3s;
}
.buttons .button:hover, 
.woocommerce .buttons .button:hover{
	background-color: transparent;
}
a{
	transition: all 0.2s;
		-webkit-transition: all 0.2s;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*****************************
=========== HEADER ===========
*****************************/
.header{
	position: relative;
    min-height: 110px;
}

/* Top */
.header ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-top{
	padding-top: 6px;
	line-height: 34px;
	font-size: 16px;
    min-height: 42px;
}
.header-top a{
	color: inherit;
}
.header-top .fa + *{
	margin-left: 10px;
}
.header-top .phone {
    display: table-row;
}
.header-top .phone .fa{
	line-height: inherit;
	width: 34px;
	text-align: center;
	border-radius: 50%;	
    -webkit-border-radius: 50%;
}
.header-top .phone .kreme-icon {
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: table-cell;
}
.header-top .phone .kreme-icon-phone {
    width: 18px;
    background-image: url(../imgs/icon/icon-phone.png);
    background-repeat: no-repeat;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.header-top .phone .phone-content{
    margin-left: 10px;
}

.widget_phone_info
{
    padding-top: 6px;
    line-height: 34px;
    font-size: 16px;
    min-height: 42px;
}
.widget_phone_info .phone {
    display: table-row;
}
.widget_phone_info .phone .fa{
    line-height: inherit;
    width: 34px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.widget_phone_info .phone .kreme-icon {
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: table-cell;
}
.widget_phone_info .phone .kreme-icon-phone {
    width: 18px;
    background-image: url(../imgs/icon/icon-phone.png);
    background-repeat: no-repeat;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.widget_phone_info .phone .phone-content{
    margin-left: 10px;
}

.header-top-right{
	text-align: right;
}
.header-top-right .widget{
	display: inline-block;
}
.header-top ul.menu > li{
	display: inline-block;
}
.header-top-right .widget + .widget,
.header-top ul.menu > li + li{
	margin-left: 10px;
	padding-left: 15px;
	position: relative;
}
.header-top-right .widget + .widget:after,
.header-top ul.menu > li + li:after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 14px;
	width: 1px;
	transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%); /* Chrome, Safari, Opera */
}
.header .cart-icon{
	position: relative;
	padding-right: 5px;
}
.cart-icon-img img{
    padding-bottom: 5px;
}
.header .cart-icon .cart-count{
    display: inline-block;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -40%;
    width: 15px;
	border-radius: 50%;	
		-webkit-border-radius: 50%;	
}
.header .cart-icon-img .cart-count {
    right: -9px;
}

/* Middle */
.header-middle{
	margin-top: 13px;
}
.header-middle .stuck{
	border-bottom: 1px solid;
}
.header.style-v1 #logo {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    transform: translate(-50%,0);
    overflow: hidden;
    height: 155px;
    text-align: center;
    width: 160px;
}
.header.style-v1 #logo img {
    position: relative;
    max-width: 155px;
}
.header.style-v1 #logo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
}
.header.style-v1 #logo:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 195px;
    height: 195px;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, 0);
}
/* Menu */
#primary-navigation{
    border: 0 none;
    border-radius: 0;
    margin: 0;
    min-height: 0;
    line-height: 50px;
}
#navbar{
	padding: 0;
}
#navbar ul.navbar-nav{
	float: left;
}
#navbar ul.navbar-nav + ul.navbar-nav{
	float: right;
}
#primary-navigation .navbar-nav > li + li{
	margin-left: 55px;
}
#primary-navigation .navbar-nav > li > a{
	font-weight: bold;
	text-transform: uppercase;
	background: transparent !important;
	padding: 0;
	line-height: inherit;
	font-size: 18px;
}

/*****************************
============ MAIN ============
*****************************/
/* Input & Button */
input, select{
	line-height: 46px;
	height: 46px;
	width: 100%;
	border: 0;
	padding: 0 20px;
}
select {
	background-color: transparent;
	appearance: none;
		-moz-appearance: none;
			-webkit-appearance: none;
}
.select-wrap{
	display: inline-block;
    position: relative;
    width: 100%;
    z-index: 0;
}
.select-wrap:after{
	content:"\f107";
	font-family:'FontAwesome';
	z-index: -1;
	top: 0;
	bottom: 0;
	right: 20px;
	line-height: 46px;
	position: absolute;
	font-size: 15px;
}
.section{
	padding: 90px 0;
}
.section-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	padding: 0;
}
.section-bg .section-inner{
	padding: 90px 0;
	position: relative;
	z-index: 0;
}
.section-bg .section-inner:after{
	z-index: -1;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.9;
	position: absolute;
}
.section-radius {
    height: 70px;
    left: 0;
    overflow: hidden;
    position: absolute !important;
    right: 0;
    top: 0;
}
.section-radius-bottom{
    top: auto;
    bottom: 0;
}
.section-radius:after{
    content: "";
    left: -50%;
    position: absolute;
    right: -50%;
    height: 700px;
    z-index: 9;
    bottom: 100%;
    border-radius: 0 0 50% 50%;	
		-webkit-border-radius: 0 0 50% 50%;
	
	box-shadow: 0 100px 0 100px #fff;
		-webkit-box-shadow: 0 100px 0 100px #fff;
	
	transform: translate(0, -145px);
		-webkit-transform: translate(0, -145px);
}
.section-radius-bottom:after{
	transform: translate(0, 70px);
		-webkit-transform: translate(0, 70px);	
}
.section-header{
    margin-bottom: 45px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
}
.section-header:after,
.section-header:before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -2px;
	height: 2px;
	width: 360px;
	border: 1px solid;
	
	transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
}
.section-header:after{
	width: 60px;
}
.section-title{
	font-size: 45px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.section-header.style-v2 .section-title{
	font-size: 35px;
}
.section-subtitle{
}
.section-title + .section-subtitle{
    margin-bottom: 10px;
    margin-top: 10px;
}
.entry-title{
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 26px;
}
.entry-title a{
	color: inherit;
}
.slider{
	position: relative;
}
/* Section detail */
.section-welcome{
	overflow: hidden;
}
.section-welcome .section-title{
	font-size: 35px;
	text-align: left;
}
.section-welcome .section-header:after,
.section-welcome .section-header:before{
	left: 0;
	transform: translate(0,0);
		-webkit-transform: translate(0,0);
}
.section-welcome .section-header:after{
	left: 10px;
}
.section-welcome .section-content i{
	font-size: 20px;
}
.section-welcome .section-content figure{
	position: relative;
	padding-left: 95px;
}
.section-welcome .section-content .more{
	width: 110px;
	height: 110px;
	position: absolute;
	left: 0;
	bottom: 25px;
	text-align: center;
	line-height: 110px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	border: 2px solid;
	border-radius: 50%;	
		-webkit-border-radius: 50%;	
}
a.icon-video{
	position: relative;
	display: block;
}
a.icon-video:after,
a.icon-video:before{
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 11px 14px;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    opacity: 0.4;
    transition: all 0.25s;
		-webkit-transition: all 0.25s;
    transform: translate(-5px, -10px);
		-webkit-transform: translate(-5px, -10px);
}
a.icon-video:after{
    border-width: 3px;
    height: 60px;
    width: 60px;	
    transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
    border-radius: 50%;
		-webkit-border-radius: 50%;
}
a.icon-video:hover:after,
a.icon-video:hover:before{
	opacity: 1;
}
a.icon img{
	max-width: none;
	width: 100%;
}
.welcome-info{
	margin-left: 50px;
	position: relative;
	z-index: 0;
	margin-top: -100px;
}
.welcome-info:after{
    border-left: 2px dashed;
    bottom: 100px;
    content: "";
    left: 55px;
    position: absolute;
    top: -100px;
    z-index: -1;
}
.welcome-info .welcome-info-item + .welcome-info-item{
	margin-top: 70px;
}
.welcome-info .entry-thumbnail{
	float: left;
	margin-right: 30px;
	overflow: hidden;
	height: 110px;
	width: 110px;
	position: relative;
	border-radius: 50%;	
		-webkit-border-radius: 50%;	
}
.welcome-info .entry-thumbnail:after{
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.45;
    position: absolute;
    right: 0;
    top: -200px;
    transform: translate(90%, 65%) rotate(45deg);
    	-webkit-transform: translate(90%, 65%) rotate(45deg);
    transition: all 0.45s ease 0s;
    	-webkit-transition: all 0.45s ease 0s;
}
.welcome-info .entry:hover .entry-thumbnail:after{
    transform: translate(-105%, 0%) rotate(45deg);
		-webkit-transform: translate(-105%, 0%) rotate(45deg);
}
.welcome-info .entry-body{
	overflow: hidden;
	padding-top: 5px;
}
/* About Us */
.about-info {
    margin-top: 0;
    margin-left: 0;
    position: relative;
}
.about-info:after {
    top: 0;
    bottom: 75px;
    left: 37px;
}
.about-info .entry-body {
    padding-top: 10px;
}
.section-about {
    margin-top: -35px;
}
.about-info .entry-year {
    float: left;
    margin-right: 25px;
    overflow: hidden;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 75px;
}
.about-info .about-info-item + .about-info-item {
    margin-top: 70px;
}
.about-info .about-img {
    position: absolute;
    top: 27%;
    right: -7%;
    max-width: 573px;
    height: auto;
}
.wrap-radius-color .section-radius:after{
    box-shadow: 0 100px 0 100px #f9f9f9;
    -webkit-box-shadow: 0 100px 0 100px #f9f9f9;
}

/* Compare Shortcode */
.compare-title {
    font-size: 35px;
}
.compare-title span{
    position: relative;
}
.compare-title span:before {
    content: '';
    background: url(../imgs/icon-pet.png) no-repeat;
    height: 80px;
    position: absolute;
    width: 105px;
    top: -36px;
    transform: translate(-50%, 0);
    -webkit-transform: translate( -50%, 0);
    left: 50%;
    opacity: .1;
}
.section-compare select {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: 2px solid #adc32b;
    width: auto;
    padding: 0 55px;
    margin-top: 40px;
    font-weight: bold;
    text-transform: uppercase;
    height: 50px;
}
.compare-icon {
    font-size: 24px;
    padding-left: 70px;
    position: relative;
}
.compare-icon:before {
    position: absolute;
    left: 46px;
    top: 30px;
    content: '';
    background: url(../imgs/icon/icon-arrow-2.png) no-repeat;
    height: 36px;
    width: 55px;
}

/* Our Products */
.section-products .section-header{
	margin-bottom: 35px;
}
.section-products .section-header:before{
	opacity: 0.4;
}
.cat-detail {
    z-index: 1;
    position: relative;
}
.cat-detail .entry{
	padding-right: 60px;
}
.cat-detail .entry-title{
	font-size: 25px;
	margin-bottom: 20px;
	margin-top: 70px;
}
.cat-detail .entry .buttons .button {
    padding: 0 25px;
    height: 40px;
    line-height: 36px;
    margin-bottom: 15px;
    margin-right: 10px;
}
.cat-detail .entry .buttons .button:hover{
	background-color: transparent;
}
.cat-detail .entry .buttons{
	margin-top: 25px;
}
.cat-detail .featured-products{
}
.cat-detail .featured-products ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.cat-detail .featured-products ul li{
	background-position: left center;
	background-repeat: no-repeat;
}
.cat-detail .featured-products ul li:before{
	content: "\f1b0";
	font-family:'FontAwesome';
	margin-right: 10px;
}
.cat-detail .featured-products ul li + li{
	margin-top: 10px;
}
.cat-detail .featured-products ul a{
	color: inherit;
}
.cat-detail .entry-thumbnail{
	margin-bottom: -190px;
	text-align: center;
}
.cat-detail .entry-thumbnail img{
	max-width: 420px;
}
.section-products .section-content{
	position: relative;
}
.section-products{
    background-attachment: scroll;
    background-position: center 74%;
    background-size: 80% auto;
    padding-bottom: 440px;
    background-repeat: no-repeat;
    overflow: hidden;
}
.section-products .section-inner{
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;	
}
.cats-list{
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;	
    margin-top: 90px;
    padding-top: 145px;
    padding-bottom: 25px;
    z-index: 0;
}
.cats-list:after{
    border: 2px solid #eaeaea;
    bottom: 0;
    content: "";
    height: 1200px;
    left: -60%;
    position: absolute;
    right: -60%;
    z-index: -1;
	border-radius: 50%;	
	-webkit-border-radius: 50%;
}
.cats-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.cats-list ul li{
	float: left;
	width: 16.66%;
	text-align: center;
	padding: 0 25px;
}
.cats-list ul li:nth-child(2),
.cats-list ul li:nth-child(5){
	margin-top: -30px;
}
.cats-list ul li:nth-child(1),
.cats-list ul li:nth-child(6){
	margin-top: -75px;
}
.cats-list ul li .entry{
	transition: all 0.3s;
		-webkit-transition: all 0.3s;
}
.cats-list ul li:hover .entry{
	transform: translate(0, -20px);
		-webkit-transform: translate(0, -20px);
}
.cats-list .cat-title{
	margin: 0;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
}
.cats-list .cat-title a{
	color: inherit;
	display: block;
}
.section-products-v2 .flickity-prev-next-button.previous,
.section-products-v2 .flickity-prev-next-button.next{
    display: none;
}
.featured-products-v2:hover .flickity-prev-next-button.previous,
.featured-products-v2:hover .flickity-prev-next-button.next{
    display: block;
}

.section-products-v2 .slider-flickity .flickity-prev-next-button{
    left: -30px;
}
.section-products-v2 .flickity-prev-next-button.next {
    right: -30px!important;
}
.ajax-overlay {
    position: relative;
}
.ajax-overlay:before {
    position: absolute;
    left: 0;
    right: 0!important;
    bottom: -40px;
    width: 100%!important;
    height: 100%!important;
    content: "";
    background: rgba(0,0,0,0.55);
    z-index: 10;
    display: block;
}
.ajax-overlay:after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\f110";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    color: #adc32b;
    z-index: 20;
    font-size: 55px;
}

.nutrition-philosophy-items{
	padding-top: 50px;
}
.nutrition-philosophy-items ul{
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	text-align: right;
	position: relative;
	z-index: 2;
}
.nutrition-philosophy-items ul li + li{
	margin-top: 75px;
}
.nutrition-philosophy-items ul li{
	margin-right: -25px;
}
.nutrition-philosophy-items ul li:first-child,
.nutrition-philosophy-items ul li:last-child{
	margin-right: -90px;
}
.nutrition-philosophy-items ul.box-right li{
	margin-left: -25px;
	margin-right: 0;
}
.nutrition-philosophy-items ul li:hover .entry-title{
    transition: width .2s;
}
.nutrition-philosophy-items .np-icon-hover {
    border-radius: 50%;
    left: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: -2px;
    transform: scale(0.45);
		-webkit-transform: scale(0.45);
    transition: all 0.35s ease-in-out 0s;
		-webkit-transition: all 0.35s ease-in-out 0s;
}
.nutrition-philosophy-items ul li:hover .np-icon-hover{
   	opacity: 1;
   	transform: scale(1);
		-webkit-transform: scale(1);
}
.nutrition-philosophy-items .np-icon-hover:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    transition: all 0.25s ease-in-out 0s;
    	-webkit-transition: all 0.25s ease-in-out 0s;
}
.nutrition-philosophy-items ul.box-right li:first-child,
.nutrition-philosophy-items ul.box-right li:last-child{
	margin-right: 0px;
	margin-left: -90px;
}
.nutrition-philosophy-items .box-right{
	text-align: left;
}
.nutrition-philosophy-items .entry-thumbnail{
	width: 85px;
	height: 85px;
	line-height: 85px;
	float: right;
	margin-left: 20px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;	
	-webkit-border-radius: 50%;
}
.nutrition-philosophy-items .box-right .entry-thumbnail{
	margin-right: 20px;
	margin-left: 0;
	float: left;
}
.nutrition-philosophy-items .entry-thumbnail .np-icon{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	line-height: inherit;
	text-align: center;
	transition: all 0.3s;
	-webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.nutrition-philosophy-items .entry-body{
	overflow: hidden;
}
.nutrition-philosophy-items .entry-title a{
	transition: all 0.3s;
		-webkit-transition: all 0.3s;	
}
.nutrition-philosophy-items .box-image{
	text-align: center;
	position: relative;
	height: 410px;
	z-index: 1;
}
.nutrition-philosophy-items .box-image img{
	margin-top: 55%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.nutrition-philosophy-items .box-image:after{
	content: "";
	width: 460px;
	height: 460px;
	border: 5px solid;
	position: absolute;
	top: -25px;
	left: 50%;
	z-index: -1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

/* Testimonial */
.section-testimonials{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 215px 0 70px;
}
.section-testimonials:after{
    bottom: 0;
    content: "";
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.section-testimonials > *{
	z-index: 2;
}
.main-content  .vc_col-has-fill > .vc_column-inner, 
.main-content  .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, 
.main-content  .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, 
.main-content  .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, 
.main-content  .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, 
.main-content  .vc_row-has-fill > .vc_column_container > .vc_column-inner, 
.main-content  .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, 
.main-content  .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner{
	padding-top: 0; 
}
.testimonials-slider .slider-flickity{
	padding-bottom: 100px;
}
.testimonials-slider .testimonial{
	padding: 0 15px;
}
.testimonial .entry-thumbnail{
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 25px;
	overflow: hidden;
	margin-top: 15px;
	border-radius: 50%;	
		-webkit-border-radius: 50%;	
}
.testimonial .entry {
    position: relative;
}
.testimonial .thumbnail-icon {
    position: absolute;
    left: 80px;
    top: 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
}
.testimonial .thumbnail-icon i {
    font-size: 10px;
    line-height: 20px;
    display: block;
}
.testimonial .entry-body{
	overflow: hidden;
}
.testimonial .entry-title{
    color: inherit;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    position: relative;
}
.testimonial .entry-title:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 40px;
}
.testimonial .entry-name:after{
	content: "/";
	display: inline-block;
	margin: 0 5px;
}
.testimonial .entry-content:after{
	content: "\f10e";
	font-family:'FontAwesome';
	display: inline-block;
	display: none;
}
.testimonials-slider .flickity-page-dots{
	bottom: 0;
}

/* why-choose-us */
.why-choose-us .box-thubnail{
	text-align: center;
}
.why-choose-us ul{
	margin: 0;
	padding: 50px 50px 0 0;
	list-style: none;
	text-align: right;
}
.why-choose-us ul li + li{
	padding-top: 65px;
}
.why-choose-us ul .entry-thumbnail{
    float: right;
    height: 85px;
    line-height: 85px;
    margin-left: 25px;
    position: relative;
    width: 85px;	
    text-align: center;
    border-radius: 50%;	
		-webkit-border-radius: 50%;	
}
.why-choose-us ul li + li .entry-thumbnail:after{
	content: "";
	border-left: 2px dashed;
	position: absolute;
	top: -150px;
	bottom: 0;
	right: 50%;
	z-index: -1;
}

/* Clients Logo */
.section-clients-logo{
	padding: 55px 0;
	border-bottom: 1px solid;
}
.clients-logo-slider{
	
}
.clients-logo-slider .client-logo{
	width: auto;
	padding: 0 35px;
	text-align: center;
	min-height: 135px;
	line-height: 135px;
	opacity: 0.2;
	transition: all 0.3s;
		-webkit-transition: all 0.3s;
}
.clients-logo-slider .client-logo.is-selected,
.clients-logo-slider .client-logo:hover{
	opacity: 1;
}
.clients-logo-slider .client-logo img{
	height: 80px;
	width: auto;
	max-width: none;
}
.slider-flickity .flickity-prev-next-button{
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	left: -50px;
	transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
.slider-flickity .flickity-prev-next-button.next{
	left: auto;
	right: -50px;
}
.flickity-prev-next-button .arrow{
	transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

/* Custom section */
.section-custom{
	position: relative;
	z-index: 0;
}
.section-custom:before{
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	left:0;
	bottom: 0;
	z-index: -1;	
	display: block !important;
}
.section-custom:after{
    background-image: url("../imgs/bg-4.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left:50%;
	bottom: 0;
	z-index: -2;	
	display: block !important;
}
.section-custom .container > .row{
	margin: 0;
}
.section-custom .container > .row > [class^=col-]{
	padding-left: 0;
	padding-right: 0;
}
/* Hot detail */
.hot-detail{
	position: relative;
}
.hot-detail .entry-header,
.contact-box .entry-header{
	margin-bottom: 25px;
}
.hot-detail .entry-title,
.contact-box .entry-title {
	font-size: 35px;
	color: inherit;
}
.hot-detail .entry-subtitle span{
	font-size: 25px;
	font-weight: bold;
}
.hot-detail .entry-thumbnail{
	display: none;
}
.hot-detail .entry-thumbnail fieldset a{
    bottom: 130px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    height: 80px;
    line-height: 20px;
    padding: 20px 15px;
    position: absolute;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 80px;
	border-radius: 50%;	
		-webkit-border-radius: 50%;	
}
.countdown{
	position: relative;
	z-index: 0;
}
.countdown:after{
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: -15px;
	z-index: -1;
	left: -1000px;
}
.countdown-items{
	padding: 20px 0;
	margin-bottom: 20px;
	position: relative;
}
.countdown-items .countdown-item{
	float: left;
	padding: 0 30px;
	text-align: center;
	text-transform: uppercase;
	line-height: 14px;
	font-size: 16px;
}
.countdown-items .countdown-item + .countdown-item{
	border-left: 1px solid;
}
.countdown-items .countdown-item .f-color{
	font-size: 30px;
	font-weight: bold;
	display: block;
	line-height: 24px;
	margin-bottom: 8px;
}
.hot-detail .entry-content {
	line-height: 32px;
}
/* Contact box */
.contact-box .entry-subtitle{
	text-transform: uppercase;
}
/* Contact form */
.wpcf7-form p{
	margin-bottom: 25px;
}
.wpcf7-form label{
    float: left;
    font-weight: normal;
    margin: 0;	
    line-height: 46px;
}
.wpcf7-form .contact-form-dog input{
	width: 145px;
	float: right;
}
.wpcf7-form .contact-form-cat input{
	float: right;
	width: 185px;
}
.wpcf7-submit {
    width: auto;
    display: inline-block;
    line-height: 40px;
    height: 46px;
    width: auto;
    padding: 0 55px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid transparent;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.button-center{
    text-align: center;
}

/* Blog */
.blog .post .entry{
	padding: 0 5px;
}
.blog .post .entry-thumbnail{
	margin-bottom: 	45px;
	position: relative;
}
.blog .post .entry-thumbnail a:before,
.product .entry-thumbnail a:before{
	content: "\f067";
    border: 2px solid #adc32b;
    font-family: "FontAwesome";
    font-size: 18px;
    height: 46px;
    left: 50%;
    line-height: 42px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 46px;
    z-index: 2;
    opacity: 0;
    transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	border-radius: 50%;
		-webkit-border-radius: 50%;
	transition: all 0.25s ease 0.1s;
		-webkit-transition: all 0.25s ease 0.1s;
}
.blog .post .entry-thumbnail a:hover:before,
.product .entry-thumbnail a:hover:before{
	opacity: 1;
}
.entry-thumbnail > a,
.instagram .instagram_thumbnail a{
	display: block;
	position: relative;
}
.entry-thumbnail > a:after,
.instagram .instagram_thumbnail a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	opacity: 0;
	z-index: 0;
	border-radius: 10px;	
		-webkit-border-radius: 10px;
	transform: scale(0.15);
		-webkit-transform:  scale(0.15);
		
	transition: all 0.3s;
		-webkit-transition: all 0.3s;
}
.entry-thumbnail > a:hover:after,
.instagram .instagram_thumbnail a:hover:after{
	opacity: 0.55;
	transform: scale(1);
		-webkit-transform:  scale(1);	
}
.popular_posts .entry-thumbnail > a:after,
.instagram .instagram_thumbnail a:after,
.product .entry-thumbnail > a:after{
	border-radius: 0px;	
		-webkit-border-radius: 0px;
}
.blog .post .entry-thumbnail img{
	border-radius: 10px;	
		-webkit-border-radius: 10px;
}
.blog .post .entry-date{
    bottom: 0;
    font-size: 15px;
    font-weight: bold;
    height: 65px;
    left: 20px;
    line-height: 18px;
    padding: 12px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 65px;
    
	border-radius: 50%;	
		-webkit-border-radius: 50%;	
		
	transform: translate(0, 50%);
		-webkit-transform: translate(0, 50%);
}
.blog .post .entry-date-number{
	font-size: 20px;
}
.blog .post .entry-title{
	margin-bottom: 15px;
}
.blog .post .entry-content{
	margin-bottom: 30px;
}

/* Pages */
.page-header {
	padding: 160px 0 140px;
	margin: 0;
	text-align: center;
	border: 0;
	text-transform: uppercase;
	position: relative;
    background: #333;
}
.page-header-inner {
    z-index: 2;
    position: relative;
}
.page-header:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba( 0, 0, 0, .55 );
    z-index: 1;
}
.page-title{
	font-size: 35px;
	margin-bottom: 5px;
}
.breadcrumb{
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.breadcrumb * {
	color: inherit;
}
.main-contents-inner.style-v2 .section-radius.section-radius-bottom{
    display: none;
}

/* Shop */
.shop-about{
	padding-bottom: 70px;
}
.shop-about .entry-title, .shop-about .widget-title{
	font-size: 40px;
	text-transform: uppercase;
	line-height: 46px;
	margin-bottom: 15px;
}
.shop-about .widget-title {
    font-weight: bold;
    margin: 0 0 15px;
}
.shop-about .entry{
	padding-right: 60px;
}
.shop-about ul{
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}
.shop-about ul li{
	font-size: 17px;
	font-weight: bold;
	line-height: 40px;
}
.shop-about ul li:before{
	content: "\f1b0";
	font-family:'FontAwesome';
	margin-right: 10px;
	font-size: 20px;
}
.shop-about ul li strong{
	font-size: 24px;
}
.products .filter{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 35px 0;
	text-align: center;
}
.products .filter ul{
	list-style: none;
	margin: 0px;
	padding: 0;
}
.products .filter li{
	display: inline-block;
	margin: 0 5px;
}
.products .filter .button{
    background-color: transparent;
    color: inherit;
    display: block;
    height: 40px;
    line-height: 36px;
    padding: 0 30px;
    border-radius: 25px;
		-webkit-border-radius: 25px;
}
.products{
	overflow: hidden;
}
.products .container > .row{
	margin-left: -60px;
	margin-right: -60px;
}
.products .container > .row > .product{
	position: relative;
	padding: 50px 60px;
}
.products .product{
	border-left: 2px dashed;
}
.products .product:nth-child(3n+1){
	border-left-width: 0;
	clear: both;
}
.products .product:after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: -2000px;
	right: -2000px;
}
.products .product:nth-child(3n+1):after{
	border-bottom: 2px dashed;
}

.complex-filter {
    padding: 24px 0 !important;
}
.complex-filter .filter-title {
    line-height: 63px;
    float: left;
    padding-left: 40px;
    background: url(../imgs/icon/icon-category.png) no-repeat 39px 0px;
    height: 63px;
    font-size: 30px;
}
.product-category-slider {
    padding-top: 10px;
    padding-left: 10px;
}
.products .filter .button {
    line-height: 40px;
    padding: 0 25px;
    margin: 0 5px;
}
.products .complex-filter .button {
    font-size: 17px;
}
.complex-filter .item-category{
   width: auto;
}
.omplex-filter .col-md-9{
    padding-right: 0;
}

.products .product .entry-thumbnail{
	margin-bottom: 15px;
}
.products .product .entry-title{
	font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.woocommerce .products .product .price,
.widget_products .product_list_widget li .product-content del,
.product_list_widget li .product-content del,
.widget_products .product_list_widget li .product-content ins,
.product_list_widget li .product-content ins,
.woocommerce .summary .price{
	line-height: 35px;
	float: left;
	font-size: 22px;
}
.woocommerce .products .product .price ins,
.woocommerce .summary .price ins{
	font-weight: 600;
	text-decoration: none;
}
.woocommerce .products .product .price del,
.woocommerce .summary .price del{
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	margin-left: 15px;
}
.products .product .buttons{
	float: right;
	margin-right: 10px;
}
.woocommerce .products .product .add_to_cart_button{
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 35px;
    border: 0;
}
.products .product .add_to_cart_button:before{
    content: "\f055";
    font-family: "FontAwesome";
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    position: absolute;
    right: -9px;
    text-align: center;
    text-indent: 0;
    top: -3px;
}
.products .product .add_to_cart_button:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 31px;
	text-align: center;
	font-family:'FontAwesome';
	font-size: 14px;
	font-weight: normal;
	text-indent:  0;
	border: 2px solid;
	border-radius: 50%;
    background-color: transparent!important;
    -webkit-border-radius: 50%;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.products .product .add_to_cart_button:hover:after{
	background-color: transparent;
}
.products .loadmore{
	text-align: center;
	padding-top: 20px;
	line-height: 70px;
}
.products .loadmore a{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.section-custom-1{
	position: relative;
	padding-top: 150px;
	text-align: center;
}
.section-custom-1 .section-header{
	margin-bottom: 35px;
	padding: 0;
}
.section-custom-1 .section-header:after,
.section-custom-1 .section-header:before{
	display: none;
}
.section-custom-1 .section-title{
	font-size: 35px;
    position: relative;
}
.section-custom-1 .section-title:before{
    content: '';
    background: url(../imgs/icon-pet.png) no-repeat;
    position: absolute;
    top: -37px;
    left: 45.4%;
    width: 105px;
    height: 80px;
    opacity: 0.2;
}
.section-custom-1 .section-subtitle {
	font-size: 22px;
}
.section-custom-1 .section-content a{
	height: 105px;
	width: 105px;
	text-align: center;
	line-height: 105px;
	display: inline-block;
	border-radius: 50%;	
		-webkit-border-radius: 50%;	
}
.section-custom-1 .section-content a + a{
	margin-left: 30px;
}
.call-to-action {
    position: relative;
}
.call-to-action .choose-icon {
    position: absolute;
    right: 22%;
    bottom: -14px;
}
.section-custom-1 .buttons{
	padding-top: 40px;
}
.section-custom-1 .buttons a {
    padding: 0 40px !important;
}
.prodcut-summary{
	background: rgba(235,235,235,1);
	background: -moz-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(249,249,249,1) 51%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,235,235,1)), color-stop(51%, rgba(249,249,249,1)), color-stop(100%, rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(249,249,249,1) 51%, rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(249,249,249,1) 51%, rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,235,235,1) 0%, rgba(249,249,249,1) 51%, rgba(249,249,249,1) 100%);
	background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(249,249,249,1) 51%, rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f9f9f9', GradientType=0 );
}
.prodcut-summary{
	padding: 70px 0 40px;
}
.woocommerce .summary{
    padding-left: 35px;
    padding-top: 70px;
}
.woocommerce .summary .tags{
	font-size: 27px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 28px;
}
.woocommerce .summary .product_title{
    font-size: 35px;
    line-height: 36px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.woocommerce .summary .summary-header p{
	margin-bottom: 15px;
}
.woocommerce .summary .summary-header{
	border-bottom: 2px dashed;
	margin-bottom: 20px;
    position: relative;
}
.woocommerce .summary .price{
	font-size: 30px;
	margin-bottom: 15px;
}
.woocommerce .summary .price del{
	font-size: 18px;
}
.woocommerce .summary .description{
	clear: both;
	margin-bottom: 20px;
}
.woocommerce .summary .quantity{
	float: left;
}
.woocommerce .summary .quantity input{
	background-color: transparent;
	line-height: 40px;
	height: 46px;
	border: 2px solid;
	width: 60px;
	text-align: center;
	border-radius: 25px;	
		-webkit-border-radius: 25px;	
}
.woocommerce .summary .buttons{
	float: left;
	margin-left: 15px;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 5px 0;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
    margin-left: 25px;
}
.woocommerce .woocommerce-review-average {
    padding-left: 20px;
}
.woocommerce-tabs .section-radius:after{
	box-shadow: 0 100px 0 100px #f9f9f9;
		-webkit-box-shadow: 0 100px 0 100px #f9f9f9;
}
.woocommerce-tabs .woocommerce-tabs-nav{
	line-height: 25px;
	padding: 110px 0 50px;
	position: relative;
}
.woocommerce-tabs .wc-tabs, .woocommerce-tabs .custom-tabs{
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-tabs .wc-tabs li, .woocommerce-tabs .custom-tabs li{
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
    position: relative;
}
.woocommerce-tabs .wc-tabs li:after, .woocommerce-tabs .custom-tabs li:after {
    position: absolute;
    top: 30px;
    right: 50%;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
    display: none;
}
.woocommerce-tabs .wc-tabs li.active:after, .woocommerce-tabs .custom-tabs li.active:after {
    display: block;
}
.woocommerce-tabs .wc-tabs li + li, .woocommerce-tabs .custom-tabs li + li{
	margin-left: 100px;
}
.woocommerce-tabs .tab-pane{
	padding: 60px 0;
}
.woocommerce-tabs .entry-title,
.woocommerce-tabs .reviews-title{
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.woocommerce-share {
    display: inline-block;
    float: right;
}
.woocommerce-share img {
    cursor: pointer;
}
.woocommerce-share .entry-social {
    padding-top: 5px;
    padding-left: 5px;
    display: none;
}
.woocommerce-share .entry-social label {
    display: none;
}
.woocommerce-share .entry-social a {
    line-height: 30px;
}
.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236em;
    top: -.5em;
    left: -.5em;
    margin: 0;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
    width: 3.236em;
    height: 3.236em;
}
.product-detail-params {
    padding: 70px 0 0;
    overflow: hidden;
}
.product-detail-params .entry-title {
    margin-bottom: 10px;
}
.product-detail-params .entry-content {
    margin-top: 20px;
}
.product-detail-params .ingredients-nutrition, .product-detail-params .feeding-instruction, .product-detail-params .reviews,
.additional_information{
    margin-top: 85px;
}
.additional_information h4.entry-title{
    display: none;
}
.woocommerce table.shop_attributes {
    border: 1px solid #d1d1d1;
    margin-bottom: 0;
    border-collapse: collapse;
}
.woocommerce table.shop_attributes td {
    padding-left: 10px;
}
.custom_tab.additional_information_tab {
    margin-bottom: 30px;
}
.woocommerce-tabs .custom-tabs li:nth-child(5n){
    margin-left: 0;
}
.product-detail-params .ingredients-nutrition, .product-detail-params .reviews {
    background: #f9f9f9;
    padding: 85px 0;
}
.product-detail-wrapper .custom-tabs{
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-detail-wrappe .custom-tabs li {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.product-detail-params .param-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    padding-bottom: 15px;
    margin-bottom: 35px;
    position: relative;
    font-weight: bold;
}
.product-detail-params .reviews .param-title p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: bold;
}
.product-detail-params .param-title:after, .product-detail-params .param-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid;
    left: -1000px;
    right: -1000px;
}
.product-detail-params .param-title:after
{
    width: 60px;
    right: auto;
    left: 50%;
    transform: translate( -50%, 0);
    -webkit-transform: translate( -50%, 0);
}
.product-detail-params #tab-ingredients-nutrition .param-title {
    margin-bottom: 55px;
}
.woocommerce-Reviews-title {
    font-size: 20px!important;
}
.related-product {
    padding: 70px 0 70px 0;
    overflow: hidden;
}
.related-product .related-product-title{
	text-align: center;
	text-transform: uppercase;
	font-size: 35px;
	padding-bottom: 15px;
	margin-bottom: 35px;
	position: relative;
}
.related-product .related-product-title:after,
.related-product .related-product-title:before{
	content: "";
	position: absolute;
	bottom: 0;
	border-bottom: 2px solid;
	left: -1000px;
	right: -1000px;
}
.related-product .related-product-title:after{
	width: 60px;
	right: auto;
	left: 50%;
	transform: translate( -50%, 0);
		-webkit-transform: translate( -50%, 0); /* Chrome, Safari, Opera */
}
.related-product .product:nth-child(3n+1){
	clear: none;
}
.related-product .product:after{
	display: none;
}
.related-product .container > .row{
	margin-left: -30px;
	margin-right: -30px;
}
.related-product .container > .row > .product{
	padding: 0 30px;
	border: 0;
}
#tab-description ul{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
#tab-description ul li{
	position: relative;
	line-height: 32px;
}
#tab-description ul li:before{
	content: "\f1b0";
	font-family:'FontAwesome';
	margin-right: 10px;
}
.ingredients-nutrition .row{
	margin: 0 -70px;
}
.ingredients-nutrition .entry{
	padding: 0 55px;
    position: relative;
}
.ingredients-nutrition .nutrition{
	border-left: 2px dashed;
}
.ingredients-nutrition .nutrition ul, .ingredients-nutrition .nutrition ol{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.ingredients-nutrition .nutrition ul li{
	line-height: 26px;
	position: relative;
}
.ingredients-nutrition .nutrition ul li + li{
	margin-top: 15px;
}
.ingredients-nutrition .nutrition ul li {
    line-height: 26px;
    position: relative;
    z-index: 0;
}
.ingredients-nutrition .nutrition ul li .percent, .ingredients-nutrition .nutrition ol li .percent{
    padding-right: 5px;
    font-size: 25px;
    font-weight: bold;
}
.woocommerce-page .calorie-list {
    overflow: hidden;
    margin-bottom: 30px!important;
    background: #f9f9f9;
}
.woocommerce-page .calorie-list.first-list {
    margin-bottom: 0!important;
}
.woocommerce-page .calorie-list li {
    float: left;
}
.woocommerce-page .calorie-list>li+li:before {
    padding: 0 30px;
    content: "|";
}
.nutrition-img {
    position: absolute;
    left: 82%;
    top: -15px;
    max-height: 130px;
}
.feeding-instruction {
    position: relative;
    min-height: 280px;
}
.fedding-content {
    text-align: center;
}
.feeding-img-wrap {
    position: relative;
    padding-bottom: 200px;
    margin-top: -30px;
}
.fedding-img {
    padding-top: 60px;
    position: absolute;
    top: 0;
    left: 13%;
}
.fedding-icon {
    position: absolute;
    top: -15%;
    left: 14%;
}
.woocommerce-page .calorie-list ol li .percent {
    font-size: 25px;
    font-weight: bold;
}
.woocommerce-page .ingredients-nutrition .nutrition ul li .text {
    padding-left: 5px;
}
.ingredients-nutrition .nutrition ul li .text{
	float: right;
}
.ingredients-nutrition .nutrition ul li:before {
    border-bottom: 1px dashed;
    bottom: 14px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}
.nutrition-sub-title {
    margin-top: 20px;
}
.page-header + .page-content{
	padding: 70px 0;
}
.blog .post{
	margin-bottom: 50px;
}
.blog-box .post{
	margin-bottom: 0;
}
.blog .buttons .readmore{
	padding: 0 40px;
	line-height: 36px;
	height: 40px;
	border: 2px solid;
	background-color: transparent;
	font-size: 16px;
}
.pagination{
	display: block;
	padding: 20px 0 0;
	margin: 0;
	border-top: 2px dashed;
	text-align: center;
	border-radius: 0px;	
		-webkit-border-radius: 0px;
}
.blog-v2 .pagination{
	text-align: right;
}
.pagination .page-numbers{
    border: 2px solid;
    display: inline-block;
    height: 40px;
    line-height: 36px;
    padding: 0 25px;
    color: inherit;
    border-radius: 4px;	
		-webkit-border-radius: 4px;
}
.pagination .page-numbers + .page-numbers{
	margin-left: 5px;
}
.blog-v2 .post .entry-title{
	margin-bottom: 5px;
}
.blog-v2 .post .entry-meta{
	font-size: 16px;
	margin-bottom: 15px;
}
.blog-v2 .post .entry-meta a{
	color: inherit;
}
.single .entry-thumbnail{
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 8px;	
		-webkit-border-radius: 8px;
}
.single .entry-title{
	font-size: 25px;
	margin-bottom: 5px;
}
.single .entry-meta{
	font-size: 16px;
	margin-bottom: 15px;
}
.single .entry-meta a{
	color: inherit;
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6{
	padding-top: 10px;
}
.text-transform-uppercase{
	text-transform: uppercase;
}
.entry-content blockquote{
	font-style: italic;
	padding: 0;
	border: 0;
}
.entry-content blockquote:before,
.entry-content blockquote:after{
	content: "\f10d";
	font-family:'FontAwesome';
	margin-right: 15px;
	font-size: 22px;
}
.entry-content blockquote:after{
	content: "\f10e";
	margin-right: 0;
	margin-left: 15px;
	top: 5px;
	position: relative;
}
/* Sidebar */
.sidebar {
	padding-left: 30px;
}
.sidebar .widget + .widget{
	margin-top: 40px;
}
.sidebar .widget .widget-title{
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.sidebar .widget ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar .widget ul > li{
	line-height: 24px;
	position: relative;
	padding: 5px 0;
}
.sidebar .widget ul > li:before{
	content: "\f1b0";
	font-family:'FontAwesome';
	margin-right: 10px;
	font-size: 14px;
}
.sidebar .widget a{
	color: inherit;
}
.widget_search .search-form, .widget_product_search .search-form{
	position: relative;
}
.widget_search .screen-reader-text, .widget_product_search .screen-reader-text{
	display: none;
}
.widget_search label, .widget_product_search label{
	margin: 0;
	width: 100%;
}
.widget_search .search-field, .widget_product_search .search-field{
	padding: 0 60px 0 30px;
    border: 2px solid;
    font-weight: normal;
    height: 40px;
    line-height: 36px;
    border-radius: 25px;	
		-webkit-border-radius: 25px;
}
.widget_search .search-submit, .widget_product_search .search-submit{
    background-color: transparent;
    border: 0 none;
    bottom: 0;
    font-size: 16px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
}
.widget_instagram .instagram {
    overflow: hidden;
}
.sidebar .popular_posts ul li{
	padding: 0;
}
.popular_posts li:before{
	display: none;
}
.popular_posts .entry-thumbnail{
	float: left;
	width: 30%;
	margin-right: 20px;
}
.popular_posts .entry-body{
	overflow: hidden;
	line-height: 20px;
}
.popular_posts .entry-title{
	 font-size: 17px;
	 margin: 0;
	 line-height: inherit;
}
.popular_posts .entry-meta{
	font-size: 15px;
}
.popular_posts li + li{
	margin-top: 20px;
}
.tagcloud a{
	line-height: 30px;
	height: 34px;
	padding: 0 20px;
	border: 2px solid;
	text-transform: uppercase;
	display: inline-block;
	margin: 5px 5px 5px 0;
	font-size: 15px!important;
	border-radius: 25px;	
		-webkit-border-radius: 25px;
}
.instagram .instagram_thumbnail{
	float: left;
	width: 33.33%;
	padding: 0 3px 3px 0;
	transition: all 0.25s;
		-webkit-transition: all 0.25s;
}
.single .entry-footer{
	line-height: 30px;
	padding: 11px 0;
	border-width: 1px 0;
	border-style: dashed;
	margin: 30px 0 40px;
}
.single .entry-footer label{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 10px;
	margin-bottom: 0;
	float: left;
}
.single .entry-footer a{
	color: inherit;
}
.single .entry-tags{
	float: left;
}
.single .entry-social{
	float: right;
}
.single .entry-social a{
    border: 1px solid;
    float: left;
    font-size: 13px;
    height: 30px;
    margin-left: 5px;
    text-align: center;
    width: 30px;	
    border-radius:  50%;
		-webkit-border-radius:  50%;
}

/* Comment */
.comments-area .comment-title{
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 40px;
}
.comments-area .comment-list{
	margin-bottom: 50px;
}
.comments-area ol.comment-list, .comments-area ol.comment-list ol.children .comment-content{
	list-style: none;
	margin: 0;
	padding: 0;
}
.comments-area ol.comment-list ol.children .comment-content {
    padding-top: 15px;
}
.comment-respond {
    margin-top: 50px;
}
.comments-area ol.comment-list ol.children {
    list-style: none;
    padding-left: 100px;
    margin-top: 25px;
}
.comments-area ol ol.comment-list{
	padding-left: 100px;
	margin-top: 25px;
}
.comments-area ol li.comment + li.comment {
	margin-top: 25px;
}
.comment-list .comment-avatar{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 50%;	
		-webkit-border-radius: 50%;	
}
.comment-list .comment-main{
	overflow: hidden;
	padding: 30px;
}
.comment-list .author-name{
	text-transform: uppercase;
	font-size: 18px;
	display: inline-block;
}
.comment-list .author-name a{
	color: inherit;
}
.comment-list .author-name small{
	font-size: 14px;
	margin-left: 30px;
}
.comment-list .comment-reply{
	float: right;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}
.comment-list .comment-reply a{
	color: inherit;
}
.comment-list .comment-content{
	padding-top: 15px;
	border-top: 1px dashed;
}
.comment-respond .comment-title{
	margin-bottom: 25px;
}
form input, 
form select, 
form textarea{
    border: 2px solid;
    line-height: 22px;
    padding: 10px 15px;
    width: 100%;
}
.contact-form{
	padding-bottom: 60px;
}
form .buttons .button{
    padding: 0 30px;	
}
#map-canvas{
	height: 600px;
}
.contact-form .buttons{
	text-align: center;
}
.contact-info{
	text-align: center;
	padding: 30px 0;
}
.contact-info .contact-info-item{
	padding-top: 50px;
	padding-bottom: 50px;
}
.contact-info .contact-info-item + .contact-info-item{
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-info .entry-title{
	font-size: 25px;
	color: inherit;
	margin-bottom: 15px;
}
.contact-info .entry-content{
	font-size: 16px;
}
.maps{
	margin-bottom: -70px;
}
.contactform-v2 input, 
.contactform-v2 select,
.contactform-v2 textarea{
	border: 0;
}
.contactform-v2 .buttons {
    margin-top: 25px;
}
.contactform-v2 .buttons .button{
	padding: 0 50px;
}

/*****************************
=========== FOOTER ===========
*****************************/
.footer {
    background: #000;
}
.footer-info{
	padding: 90px 0 70px;
	line-height: 34px;
}
.footer-info .widget-title{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer-info ul{
    margin-bottom: 0;
    padding-left: 15px;	
}
.footer-info ul.widget-about{
	list-style: none;
	padding: 0;
}
.footer-info ul.widget-about li + li{
	margin-top: 10px;
}
.footer-info ul.widget-about .fa{
	width: 30px;
}
.footer-info a{
	color: inherit;
}
.footer-button{
	padding: 60px 0;
}
.footer-button .subscribe-lable{
	float: left;
}
.footer-button .subscribe-lable .title{
	font-size: 27px;
	font-weight: bold;
	text-transform: uppercase;
}
.footer-button .subscribe-lable .subtitle{
	line-height: 18px;
	margin-top: 5px;
}
.footer-button .subscribe-content{
	float: right;
}
.footer-button .subscribe input{
	height: 45px;
	line-height: 45px;
	background-color: transparent;
	border: 2px solid;
	width: 400px;
	padding: 0 50px 0 20px;
	background-image: url(../imgs/icon/mail.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	border-radius: 25px;	
		-webkit-border-radius: 25px;	
}
.footer-social{
	text-align: right;
}
.footer-social a{
	color: inherit;
	height: 45px;
	width: 45px;
	line-height: 45px;
	text-align: center;
	border: 2px solid;
	display: inline-block;
	border-radius: 50%;
		-webkit-border-radius: 50%;
}
.footer-social a + a{
	margin-left: 10px;
}
.copyright{
	line-height: 30px;
	padding: 35px 0;
	font-size: 17px;
}
.copyright .navbar-nav > li + li{
	padding-left: 30px;
}
.copyright .navbar-nav > li > a{
	padding: 0;
	line-height: inherit;
	font-size: 15px;
	text-transform: uppercase;
	color: inherit;
	background: transparent;
}

/*****************************
=========== SHOP CUSTOM ===========
*****************************/

.woocommerce-page .page-content .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce .products .product .price del, .woocommerce .summary .price del,
.widget_products .product_list_widget li .product-content del,
.product_list_widget li .product-content del{
    float: right;
}
.products .loadmore .loadmore-text {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
.loading {
    padding-left: 10px;
    display: none;
}
.woocommerce-tabs #tab-description .entry-title, .woocommerce-tabs #tab-ingredients-nutrition .entry-title,
.woocommerce-tabs #tab-additional_information .entry-title, .woocommerce-tabs #tab-reviews .entry-title {
    margin-bottom: 20px;
}
.ingredients-nutrition address {
    font-style: normal;
}

/*****************************
=========== Newsletter ===========
*****************************/
.subscribe .response {
    text-align: right;
    display: block;
    clear: both;
    padding-top: 10px;
}

/*****************************
=========== Sub menu ===========
*****************************/
.dropdown-menu {
    background: #f1f1f1 none repeat scroll 0 0;
    border-bottom: 4px solid #adc32b;
    border-top: 0 none;
    left: -13px;
    min-width: 210px;
    padding-bottom: 14px !important;
    padding-left: 30px !important;
    padding-top: 15px !important;
}
.navbar-nav > li > .dropdown-menu:after{
    border-color: transparent transparent #f1f1f1;
    border-style: solid;
    border-width: 9px 15px;
    content: "";
    left: 20px;
    position: absolute;
    top: -18px;
}
.dropdown-menu .dropdown-menu{
    top: 0;
    left: 100%;	
}
.dropdown-menu li {
    font-size: 18px;
    line-height: 34px;
}
.navbar-nav > li.menu-item-has-children .dropdown-menu > li.menu-item-has-children > a:after {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    position: absolute;
    top: 14px;
    right: 18px;
}
.dropdown-menu li a {
    display: block;
    font-size: 18px;
    line-height: inherit;
    padding-left: 0;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-menu > .active > a
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover,
.dropdown-menu>.active>a
{
    background-color: transparent !important;
}

/********************************************
=========== Call To Action Review ===========
********************************************/
.widget-reviews .review-line{
    border-right: 2px dashed;
}
.widget-reviews .left-content, .widget-reviews .right-content {
    padding: 100px 0;
}
.widget-reviews .left-content{
    padding-right: 40px;
}
.widget-reviews .right-content {
    padding-left: 40px;
}
.widget-reviews .review-author {
    width: 20%;
    float: left;
}
.widget-reviews .review-content {
    padding-left: 28%;
}
.review-title {
    font-size: 25px;
    text-transform: uppercase;
}
.widget-reviews .review-author h4{
    font-size: 18px;
}
.widget-reviews .review-author p{
    font-size: 18px;
}
.widget-reviews .left-content .review-content .review-title {
    margin-bottom: 5px;
}
.widget-reviews .review-text {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
}
.review-date {
    font-size: 15px;
}
.widget-reviews .review-thumb {
    float: left;
}
.widget-reviews .review-content-2 {
    padding-left: 50%;
}
.post-type-archive-product .page-header + .page-content,
.woocommerce .page-header + .page-content{
    padding-bottom: 0;
}

/********************************************
=================== Galleries ===============
********************************************/
.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}
.gallery-item {
    max-width: 25%;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

/*****************************
=========== Other ===========
*****************************/

.related-product.products .product {
    border-left: none !important;
}
.page-404 {
    width: 100%;
    border-radius: 6px;
    display: table;
    border: 2px solid #adc32b;
    border-radius: 6px;
    padding: 20px 20px 20px 50px !important;
    margin: 0 0 30px 0 !important;
}
.page-404-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
}
.page-title span.current {
    padding-left: 5px;
}
.search-wrap {
    width: 100%;
    border-radius: 6px;
    display: table;
    border: 2px solid #adc32b;
    border-radius: 6px;
    padding: 20px !important;
    margin: 0 0 30px 0 !important;
}
.search-inner {
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
}
.not_found_search {
    max-width: 50%;
    margin-top: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
}
table, th, td {
    border: 1px solid #d1d1d1;
}
th, td {
    padding: 0.4375em;
}
dl {
    margin: 0 0 1.75em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 0 1.75em;
}
address {
    font-style: italic;
    margin: 0 0 1.75em;
}
big {
    font-size: 125%;
}
dfn, cite, em, i {
    font-style: italic;
}
.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}
.wp-caption .wp-caption-text {
    font-size: 1.6rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}
blockquote {
    font-style: italic;
    padding: 0;
    border: 0;
}
blockquote:before{
    content: "\f10d";
    font-family: 'FontAwesome';
    margin-right: 15px;
    font-size: 22px;
}
blockquote:after {
    content: "\f10e";
    font-family: 'FontAwesome';
    margin-right: 0;
    margin-left: 15px;
    top: 5px;
    position: relative;
}
.comments-area h1, .comments-area h2, .comments-area h3, .comments-area h4, .comments-area h5, .comments-area h6 {
    padding-top: 10px;
}
.post-sticky {
    padding-left: 5px;
}
.page-links span {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    display: inline-block;
    font-size: 1.5125rem;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-right: 0.3076923077em;
    text-align: center;
    width: 1.8461538462em;
}
.post-password-form input[type=submit]{
    max-width: 22%;
    border: 2px solid transparent;
    margin-left: 2em;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.entry-content {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.wrap-radius-welcome {
    margin-bottom: 90px;
}
.welcome-title-wrap{
    padding-top: 100px;
}

.padding-55 {
    padding-bottom: 55px;
    padding-top: 55px;
}
.padding-bottom-55 {
    padding-bottom: 55px;
}
.padding-top-55 {
    padding-top: 55px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-top-90 {
    padding-top: 90px;
}
.widget_recent_entries .widget-inner {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.widget_categories select, .widget_archive select {
    border: 2px solid #e1e1e1;
    line-height: 22px;
    padding: 10px 15px;
}
.screen-reader-text {
    display: none;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    max-width: 100%;
}
.sticky {}
.gallery-caption{}
.bypostauthor {}
.header .widget-title{
    display: none;
}
.copyright p{
    margin: 0;
}
body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li{
    margin-bottom: 0;
}
.wrap-radius{
    position: relative;
    overflow: visible !important;
}
.comment-navigation {
    margin-bottom: 70px;
}
/*****************************
=========== WOOCOMERCE ===========
*****************************/
.woocommerce-cart .cart .button, .woocommerce-cart .cart input.button {
    width: 100%;
    max-width: 154px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
    max-width: 190px;
}
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals h2, .woocommerce-cart .cart-collaterals .cart_totals h2 {
    text-transform: uppercase;
    font-size: 15px;
}
.woocommerce-cart a.button.alt {
    padding: 0.818em 1em;
    font-size: 18px;
}
.woocommerce-cart table.kreme_cart_table th {
    font-weight: 700;
    padding: 20px 12px;
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding-top: 0.5em;
}
.woocommerce table.kreme_cart_table td.actions {
   padding: 16px;
}
.woocommerce-info {
    border: 2px solid #adc32b;
    border-radius: 6px;
    padding: 20px 20px 20px 50px !important;
    margin: 0 0 30px 0 !important;
}
.woocommerce-shipping-fields textarea{
    min-height: 150px;
}
.woocommerce-checkout .input-checkbox, .woocommerce-checkout .input-radio {
    width: inherit !important;
}
.woocommerce-checkout .input-radio {
    float: left;
}
.wc_payment_method label{
    margin-top: 5px!important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: inherit;
}
.woocommerce .select2-container {
    border: 2px solid #e1e1e1;
}
.select2-search input {
    line-height: inherit;
    margin-bottom: 10px;
}
.woocommerce-message {
    border: 2px solid #adc32b;
    padding: 20px 20px 20px 50px !important;
    margin: 0 0 30px 0 !important;
    border-radius: 6px;
}
.woocommerce-message a {
    border: 1px solid #adc32b !important;
}
.woocommerce .product-detail .description .gallery-item {
    margin-bottom: 0;
}
.woocommerce .product-detail .description .gallery-item img{
    max-height: 60px;
    width: auto;
}
.woocommerce .summary .description {
    border-bottom: 2px dashed;
    margin-bottom: 20px;
}
.compare-button {
    display: inline-block;
    padding-left: 20px;
    line-height: 50px;
}
.compare-button .button {
    background-image: url(../imgs/icon/icon-compare.png)!important;
    background-repeat: no-repeat;
    width: 47px;
    height: 37px;
    text-indent: -9999px!important;
}
.product-icon {
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 70px;
    height: auto;
}
.yith-wcwl-add-to-wishlist {
    display: inline-block;
    float: left;
    margin-left: 30px;
    line-height: 50px;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    padding: 0 20px;
    margin-top: 5px;
    max-height: 35px;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
    display: none!important;
}
.yith-wcwl-add-button i {
    font-size: 22px;
    margin-right: 0 !important;
}
.prodcut-summary .entry-summary .clear{
    clear: inherit!important;
}
.woocommerce-comment-content {
    background: transparent!important;
    padding-bottom: 0!important;
}
.woocommerce .woocommerce-comment-content .star-rating {
    float: inherit;
}
.woocommerce-page .comment-list .comment-avatar {
    margin-top: 20px!important;
}
.woocommerce-page .comment-list .author-name small {
    font-weight: bold;
    font-size: 18px;
    margin-left: 0;
}
.woocommerce-page .comment-list .author-name small:before {
    padding: 0 5px;
    content: "/\00a0";
}
#review_form_wrapper {
    margin-top: 50px;
}
#review_form_wrapper .entry-title {
    margin-bottom: 25px!important;
    text-transform: uppercase;
    font-weight: bold;
}
.woocommerce #respond input#submit {
    display: inline-block;
    line-height: 40px;
    height: 46px;
    width: auto;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid transparent;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding: 0 30px;
    margin-top: 20px;
}
.comment-form-author {
    margin: 20px 0;
}
.feeding-img-wrap {
    padding-bottom: 70px;
}
.fedding-img {
    left: 0;
}
.woocommerce #review_form #respond textarea {
    width: auto;
    height: auto;
    display: block;
}
.woocommerce #review_form #respond input {
    width: auto;
    display: block;
}
.feeding-instruction.no-content {
    min-height: auto !important;
}

/* Wishlist Custom  */
.wishlist-heart {
    font-size: 22px;
}
.woocommerce .wishlist-title h2{
    text-transform: uppercase;
    font-size: 25px;
}
.woocommerce table.wishlist_table {
    font-size: 100%;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: auto;
    padding: 0 55px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid transparent;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 15px;
}
.woocommerce .wishlist_table .product-price, .woocommerce .wishlist_table .product-stock-stauts, .content-center {
    text-align: center;
}
.tax-product_cat .page-header + .page-content {
    padding-bottom: 0;
}

/* Revolution Slider  */
.Kreme-Title .f-color{
    font-size: 60px;
    position: relative;
    left: -10px;
}
.slotholder:after{
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.45;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.Kreme-Title:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    opacity: 0.45;
}
.Kreme-Ul:before{
    content: "\f1b0";
    font-family:'FontAwesome';
    margin-right: 10px;
}

/* Header Style 2 */
.header.style-v2 .header-top-right {
    float: right;
}
.header.style-v2 .header-top-left, .header.style-v2 #menu-left-menu {
    display: none;
}
.header.style-v2 .main-menu-v2, .header.style-v2 .menu-right-menu {
    float: right;
    position: absolute;
    right: 75px;
    bottom: 0;
}
.header.style-v2 .header-middle {
    margin-top: 0;
}
.header.style-v2 .header-middle-inner .container{
    position: relative;
}
.header.style-v2 #logo {
    top: -30px;
    left: 10%;
    position: absolute;
    z-index: 9;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}

.header.style-v2 .cart {
    width: 48px;
    height: 46px;
    border-radius: 0 0 30px 30px;
    text-align: center;
    line-height: 46px;
}
.header.style-v2 #primary-navigation {
    line-height: 60px;
}
.header.style-v2 .header-top {
    padding-top: 0;
}
.header.style-v2 .cart-icon-img .cart-count {
    right: -5px;
}

/* Search Open */
@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon/icomoon.eot');
    src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.woff') format('woff'),
    url('../fonts/icomoon/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.header.style-v2 .sb-search {
    position: relative;
    margin-top: 10px;
    width: 0%;
    min-width: 60px;
    height: 60px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.header.style-v2 .sb-search-input {
    position: absolute;
    top: 5px;
    right: 0;
    outline: none;
    width: 40%;
    height: 46px;
    margin: 0;
    z-index: 10;
    font-family: inherit;
    font-size: 20px;
    border: none;
}
.header.style-v2 .sb-icon-search, .header.style-v2 .sb-search-submit {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.header.style-v2 .sb-search-submit {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.header.style-v2 .sb-icon-search {
    color: #626262;
    z-index: 90;
    font-size: 18px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.header.style-v2 .sb-icon-search:before {
    content: "\e000";
}

.header.style-v2 .sb-search.sb-search-open,
.header.style-v2 .no-js .sb-search {
    width: 100%;
}

.header.style-v2 .sb-search.sb-search-open .sb-icon-search, .header.style-v2 .no-js .sb-search .sb-icon-search {
    color: #626262;
    z-index: 11;
}

.header.style-v2 .sb-search.sb-search-open .sb-search-submit,
.header.style-v2 .no-js .sb-search .sb-search-submit {
    z-index: 90;
}

/* Title Style 5 */
.section-header.style-v5 {
    margin-bottom: 0;
}
.section-header.style-v5:after, .section-header.style-v5:before {
    display: none;
}
.section-header.style-v5 .section-title {
    text-transform: none;
    position: relative;
    padding-bottom: 45px;
    margin-bottom: 45px;
}
.section-header.style-v5 .section-title:after, .section-header.style-v5 .section-title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    height: 2px;
    width: 100%;
    border: 1px dashed;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
.section-header.style-v5 .section-title:before {
    z-index: 1;
}
.section-header.style-v5 .section-title:after {
    border: none;
    width: 41px;
    height: 21px;
    background: url(../imgs/icon/icon-title-1.png) no-repeat;
    bottom: -11px;
    z-index: 2;
}

/* Intro */
.section-intro{
    position: relative;
}
.intro-img {
    position: absolute;
    left: -55%;
    bottom: -40%;
    display: none;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0!important;
}

/* Our Nutrition V2 */
.section-nutrition-v2 {
    background-attachment: scroll;
    background-position: right 13%;
    background-size: 50% auto;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 0;
}
.section-nutrition-v2 .section-inner {
    background-repeat: no-repeat;
    background-position: top right;
    background-attachment: fixed;
    background-size: inherit;
    padding: 90px 0;
    position: relative;
    z-index: 0;
}
.section-nutrition-v2 ul li:first-child, .section-nutrition-v2 ul li:last-child, .section-nutrition-v2 ul li + li  {
    margin-right: 0;
}
.section-nutrition-v2 .entry-content {
    margin-top: 8px;
}
.section-nutrition-v2 .entry-thumbnail {
    width: 46px;
    height: 46px;
    line-height: 46px;
    float: left;
    margin-left: 0;
}
.section-nutrition-v2 .entry-thumbnail .np-icon {
    background: #fff!important;
}
.section-nutrition-v2 ul li:hover .entry-title a{
    color: #ee4e1a!important;
}
.section-nutrition-v2 .entry-thumbnail .np-icon img {
    max-width: 25px;
    height: auto;
}
.section-nutrition-v2 .np-icon .np-icon-hover img {
    max-width: 45px;
}
.section-nutrition-v2 ul {
    text-align: left;
}
.section-nutrition-v2 .entry-title{
    margin-left: 15px;
    margin-top: 10px;
}
.section-nutrition-v2 ul li + li {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px dashed #fff;
}

.section-nutrition-v2 ul.box-right li:first-child, .section-nutrition-v2 ul.box-right li, .section-nutrition-v2 ul.box-right li:last-child {
    margin-left: 0;
}
.section-nutrition-v2 .box-image:after {
    display: none;
}
.section-nutrition-v2 .box-right {
    text-align: right;
}
.section-nutrition-v2 .box-right .entry-thumbnail {
    float: right;
}
.section-nutrition-v2 .box-right .entry-thumbnail {
    margin-right: 0;
}
.section-nutrition-v2 ul.box-right .entry-title{
    margin-right: 15px;
}
.section-nutrition-v2 .box-image img {
    margin-top: 66%;
}
.section-nutrition-v2 ul a:hover, .section-nutrition-v2  .nutrition-philosophy-item:hover .entry-title a{
    color: #ee4e1a;
}
.section-nutrition-v2 .section-title {
    padding-bottom: 40px;
}
.section-nutrition-v2 .section-sub .left-sub, .section-nutrition-v2 .section-sub .right-sub {
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}
.section-nutrition-v2 .section-header:after, .section-nutrition-v2 .section-header:before {
    display: none;
}
.section-nutrition-v2 .left-sub-col {
    padding-right: 0;
}
.section-nutrition-v2 .img-icon-col {
    padding-right: 0;
    padding-left: 0;
}
.section-nutrition-v2 .right-sub-col {
    padding-left: 0;
}
.section-nutrition-v2 .img-icon-col .img-icon {
    margin-top: -20px;
}
.nutrition-philosophy-items .np-icon-hover {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* Our Products V2 */
.section-products-v2 .section-header:after, .section-products-v2 .section-header:before {
    display: none;
}
.section-products-v2 .section-before {
    position: relative;
}
.section-products-v2 .line-bg {
    position: absolute;
    bottom: 88px;
    left: 0;
    right: 0;
    z-index: 0;
}
.section-products-v2 .section-categories {
    max-width: 810px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.section-products-v2 .section-categories .item-cat {
    text-align: center;
}
.section-products-v2 .section-categories .item-cat .cat-title{
    margin-top: 10px;
}
.section-products-v2 .section-categories .product-cat-img {
    position: relative;
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 95px;
}
.section-products-v2 .section-categories .product-cat-img:before {
    background-color: #e7e7e7;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
}
.section-products-v2 .section-categories .product-cat-img img {
    max-height: 80px;
    position: relative;
    max-width: 72px;
}
.section-products-v2 .section-categories .cat-title .product-cat-detail {
    font-size: 18px;
}
.featured-products-v2 {
    padding: 60px 32px 0 32px;
}
.featured-products-v2 .product{
    width: 257px;
    float: left;
    padding: 0 30px;
    border: none;
}
.featured-products-v2.products .product:after {
    display: none;
}
.featured-products-v2.products .product:nth-child(3n+1) {
    border-left-width: 0;
    clear: inherit;
}
.featured-products-v2 .flickity-page-dots {
    bottom: -40px;
}

/* Why Choose Us V2 */
.why-choose-us-v2 {
    background-image: url(../imgs/line-chooseus-bg.png);
    background-repeat: no-repeat;
    background-position: 125px 130px;
}
.why-choose-us-v2 .section-title {
    font-size: 45px;
    margin-bottom: 20px;
}
.why-choose-us-v2 ul li.item-right .item-img {
    text-align: left;
}
.why-choose-us-v2 .item-img img {
    max-width: 460px;
}
.why-choose-us-v2 ul li.item-right .item-img {
    padding-left: 60px;
}
.why-choose-us-v2 ul li .entry-body
{
    padding-top: 30px;
}
.why-choose-us-v2 ul li.item-left .item-img {
    text-align: left;
    padding-left: 50px;
}
.why-choose-us-v2 ul li.item-left .entry-body {
    text-align: left;
}
.why-choose-us-v2 ul li .entry-body .entry-subtitle {
    color: #000;
    font-size: 20px;
    font-style: italic;
}
.why-choose-us-v2 .item-left.item-2 .item-img{
    margin-top: -30px;
    padding-left: 35px;
}
.why-choose-us-v2 .section-header:before {
    width: 100%;
    border: 1px dashed #e2e2e2;
}
.why-choose-us-v2 .section-header:after {
    border: none;
    width: 32px;
    height: 32px;
    background: url(../imgs/icon/icon-title-2.png) no-repeat;
    bottom: -16px;
    z-index: 2;
}
.why-choose-us ul .entry-thumbnail a:after{
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

/* Testimonials V2 */
.section-testimonial-v2 {
    background-size: 71.2% auto;
    background-repeat: no-repeat;
    background-position: left center;
    overflow: inherit!important;
    z-index: 10;
}
.section-testimonial-v2:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba( 0, 0, 0, 0.8);
    display: inline-block !important;
}
.testimonials-slider-v2 {
    padding: 36px 0;
    padding-top: 96px;
    overflow: hidden;
}
.testimonials-slider-v2 .sync-nav {
    float: right;
    width: 167px;
    padding: 0 6px 0;
    padding-right: 68px;
}
.testimonials-slider-v2 .sync-nav .owl-item {
    margin-bottom: 8px;
    position: relative;
    width: 100% !important;
    cursor: pointer;
}
.testimonials-slider-v2 .sync-nav .item {
    max-width: 54px;
    width: 54px;
    height: 54px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}
.testimonials-slider-v2 .sync-nav .item:after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, 0.3);
    border-radius: 50%;
}
.testimonials-slider-v2 .sync-nav .item.synced:after, .testimonials-slider-v2 .sync-nav .item:hover:after
{
    background: transparent!important;
}
.testimonials-slider-v2 .sync-nav .item img{
    border-radius: 50%;
    max-width: 54px;
    width: 54px;
    height: 54px;
}
.testimonials-slider-v2 .sync-content {
    float: right;
    width: 556px;
    padding-bottom: 8px;
}
.testimonials-slider-v2 .sync-content .item {
    width: 100%;
    height: auto;
}
.testimonials-slider-v2 .sync-content .item .entry-icon {
    position: relative;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 10px;
}
.testimonials-slider-v2 .sync-content .item .entry-body {
    text-align: center;
}
.testimonials-slider-v2 .sync-content .item .entry-body .entry-title{
    padding-top: 40px;
    text-transform: capitalize;
}
.testimonials-slider-v2 .sync-content .item .entry-body .entry-skill{
    color: #b6b5b5;
    font-size: 16px;
}
.testimonials-slider-v2 .sync-content .item .entry-content {
    font-size: 20px;
    line-height: 26px;
    position: relative;
}
.testimonials-slider-v2 .sync-content .item .entry-content:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -25px;
    height: 2px;
    width: 41px;
    border: 1px solid #adc32b;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
.testimonials-slider-v2 .sync-content .item .entry-icon:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    margin-right: 15px;
    font-size: 30px;
}

/* Single Image V2 */
.section-testimonial-v2 .wpb_single_image {
    padding: 70px 0;
    padding-top: 40px;
    background-repeat: no-repeat;
    background-position: 55% bottom;
    background-size: 47% auto;
    transform: translate(0, 40px);
    padding-bottom: 170px;
}
.section-testimonial-v2 .wpb_single_image img {
    max-width: 208px;
    padding-left: 46px;
    padding-top: 20px;
}
.coupon-v2 .wpb_single_image .vc_single_image-wrapper{
    padding-left: 30px;
}

/* List Post V2 */
.blog-inner.style-v2 .post .entry-thumbnail {
    padding-left: 50px;
}
.blog-inner.style-v2 .post .entry-thumbnail a {
    overflow: hidden;
    width: 268px;
    height: 268px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.blog-inner.style-v2 .post .entry-thumbnail a:after{
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.blog-inner.style-v2 .post .entry-thumbnail img{
    max-width: inherit;
}
.blog-inner.style-v2 .post .entry-thumbnail figcaption {
  position: relative;
}
.blog-inner.style-v2 .post .entry-date {
    bottom: 50px;
    left: 5px;
}
.blog-inner.style-v2 .post .entry-title, .blog-inner.style-v2 .post .entry-content, .blog-inner.style-v2 .post .entry-body .buttons{
    text-align: center;
}
.blog-inner.style-v2 .article-group.last-group .post{
    margin-bottom: 0;
}
.blog-inner.style-v2 .navigation.pagination {
    margin-top: 50px;
}
/* Title V6 */
.section-header.style-v6:after, .section-header.style-v6:before {
    display: none;
}

/* Title V7 */
.section-header.style-v7 .section-title {
    position: relative;
    padding-bottom: 18px;
}
.section-header.style-v7 .section-subtitle {
    padding-top: 18px;
}
.section-header.style-v7:after, .section-header.style-v7:before{
    display: none;
}
.section-header.style-v7 .section-title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    border-color: #adc32b;
    background: url(../imgs/icon/icon-title-7.png) no-repeat;
    width: 38px;
    height: 21px;
}

/* Footer V2 */

.footer.style-v2 .footer-button .subscribe input {
    background-image: url(../imgs/icon/mail-v2.png);
    border: 2px solid;
}
.footer.style-v2 .footer-social a {
    border: 2px solid;
}
.footer.style-v2 .footer-social a:hover {
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

/* Sticky Menu */
.header-middle-inner.stuck {
    position: fixed;
    top: 0;
    left: auto;
    z-index: 20;
    width: 100%;
}
.admin-bar .header-middle-inner.stuck {
    top: 32px;
}
.header.style-v1 .header-middle-inner.stuck #logo {
    height: 69px;
    width: 90px;
}
.header.style-v1 .header-middle-inner.stuck #logo:after {
    width: 149px;
    height: 185px;
}
.header.style-v1 .header-middle-inner.stuck #logo img {
    max-width: 70px;
}

.header.style-v2 .header-middle-inner.stuck #logo {
    top: 5px;
}
.header.style-v2 .header-middle-inner.stuck #logo img {
   max-width: 135px;
}

/* Shop V2 - Style 1 */
.main-content.style-v2 .section-radius:after {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}
.shop-about .container.style-v2 .jumbo-content{
    float: right!important;
}
.shop-about .container.style-v2 .jumbo-image {
    float: left!important;
    padding-right: 28px;
}
.shop-about .container.style-v2 .widget-title {
    color: #000;
}

/* Shop V2 - Style 2 */

.products.full-width-style-v2 .complex-filter .filter-title {
    font-size: 25px;
    position: relative;
    width: 215px;
    background-position: 60px 0;
    background-repeat: no-repeat;
    padding-left: 0;
    line-height: 56px;
}
.products.full-width-style-v2 .complex-filter .filter-title:before {
    background: url(../imgs/icon/check-icon.png) no-repeat;
    position: absolute;
    content: '';
    top: 30%;
    left: 25px;
    width: 18px;
    height: 18px;
}
.products.full-width-style-v2 .complex-filter .filter-title a {
    color: #fff;
}
.products.full-width-style-v2 .complex-filter .filter-title:hover, .products.full-width-style-v2 .complex-filter .filter-title.active{
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.products.full-width-style-v2 .advanced-filter {
    position: relative;
    padding-top: 30px;
    cursor: pointer;
}
.products.full-width-style-v2 .advanced-filter:before {
    background: url(../imgs/icon/filter-icon.png) no-repeat;
    position: absolute;
    content: '';
    top: 32px;
    left: 20px;
    width: 24px;
    height: 20px;
}
.products.full-width-style-v2 .product:nth-child(1):before, .products.full-width-style-v2 .product:nth-child(2):before, .products.full-width-style-v2 .product:nth-child(3):before {
    border-top: 2px dashed;
    border-color: #adc32b;
    content: "";
    position: absolute;
    top: 0;
    left: -2000px;
    right: -2000px;
}
.products.full-width-style-v2 .result-ordering {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 20px;
}
.products.full-width-style-v2 .result-title {
    float: left;
    width: 20%;
}
.products.full-width-style-v2 .result-title h3 {
    color: #000;
    text-transform: uppercase;
}
.products.full-width-style-v2 .result-form {
    float: right;
    width: 45%;
    position: relative;
}
.products.full-width-style-v2 .woocommerce-ordering {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: -12px;
}
.products.full-width-style-v2 .woocommerce-ordering select {
    background: #eee;
    border: 1px solid #eee;
    font-weight: bold;
    border-radius: 30px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 15px;
}
.products.full-width-style-v2 .woocommerce-result-count {
    color: #000;
}

/* Shop V2 - Style 3 */
.products.right-sidebar .product:after, .products.right-sidebar .product{
    border: none;
}
.products.right-sidebar .product {
    margin-bottom: 45px;
}
.products.right-sidebar .count-order {
    overflow: hidden;
    margin-bottom: 30px;
}
.products.right-sidebar .woocommerce-result-count {
    line-height: 42px;
}
.products.right-sidebar .view-mode {
    padding-right: 17px;
    float: right;
}
.products.right-sidebar .view-mode a {
    width: 40px;
    height: 40px;
    background: #e2e2e2;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #999;
    margin-left: 6px;
    border-radius: 5px;
}
.products.right-sidebar .view-mode a.list{
    margin-left: 30px;
}
.products.right-sidebar .view-mode a.active{
    background: #adc32b;
    color: #fff;
}
.products.right-sidebar .product:nth-child(3n+1) {
    clear: inherit;
}
.products.right-sidebar img {
    max-width: 240px;
    height: auto;
}
.products.right-sidebar .navigation-wrap {
    clear: both;
}
.products.right-sidebar .navigation-wrap .pagination {
    text-align: right;
}
.select-wrapper {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    border: 1px solid #eee;
    background: #eee;
    display: block;
    float: right;
    font-size: 12px;
    height: 47px;
    margin: 0 5px 5px 0;
    width: 100%;
    position: relative;
    -moz-border-radius: 2px;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
}
.products.right-sidebar .select-wrapper{
    background: #fff;
}
.select-wrapper span {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 50px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.select-wrapper span:after {
    position: absolute;
    top: 35%;
    right: 17px;
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
    width: 0;
    height: 0;
}
select.option-tree-ui-select {
    cursor: pointer;
    filter: alpha(opacity: 0);
    font-size: 14px;
    height: 40px;
    margin: 0;
    max-width: 100%;
    -moz-opacity: 0;
    opacity: 0;
    position: relative;
    width: inherit;
    z-index: 4;
    min-width: 200px;
}
/* Woocomerce Widgets */

/** Woo Category **/
.widget_product_categories ul.children{
    padding-left: 20px;
}

/** Woo Price Filter **/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e7e7e7;
}
.woocommerce .widget_price_filter button.button {
    background-color: #e2e2e2;
    padding: .3625em 1.375em;
    border-radius: 1.875em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .1875em;
}
.woocommerce .widget_price_filter .ui-slider {
    margin-left: .1875em;
    margin-right: .1875em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: .5625em;
    height: .5625em;
    top: -0.1625em;
}
.woocommerce .button.wc-backward {
    text-transform: uppercase;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    padding-left: 30px;
    padding-right: 30px;
    border-style: solid;
    border-width: 2px;
}
/** Woo Products **/
.woocommerce ul.product_list_widget li {
    border-bottom: 1px dashed #adc32b;
    padding-bottom: 18px;
    padding-top: 18px;
}
.woocommerce ul.product_list_widget li:first-child {
    padding-top: 0;
}
.woocommerce ul.product_list_widget li:last-child {
    border-bottom: none;
}
.woocommerce ul.product_list_widget li:before{
    display: none;
}
.woocommerce ul.product_list_widget li .product-thumbnail {
    float: left;
    padding-right: 10px;
}
.woocommerce ul.product_list_widget li img {
    width: 105px;
    margin-left: 0;
}
.widget_products .product_list_widget li .product-content ins,
.product_list_widget li .product-content ins{
    text-decoration: none;
    font-weight: 600;
}
.widget_products .product_list_widget li .product-content del,
.product_list_widget li .product-content del{
    font-size: 18px;
}
.product_list_widget li .product-content .star-rating {
    margin-top: 0.5em;
    font-size: 0.875em;
}
.main-content.style-v2 .widget_layered_nav ul > li:before{
    float: left;
}

/* Color Block */
.color-block li:before{
    display: none;
}
.color-block li {
    display: inline-block;
}
.color-item {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
}

/* List Product */
.products.right-sidebar .product-list-view {
    margin-bottom: 30px;
    border-bottom: 1px dashed #adc32b;
    padding-bottom: 20px;
}
.products .product-list-view .entry-thumbnail {
    float: left;
    padding-right: 50px;
}
.products .product-list-view .entry-title {
    margin-top: 10px;
}
.products .product-list-view .below {
    overflow: hidden;
    margin-top: 80px;
}
.products .product-list-view .below form.cart {
    float: left;
}
.products .product-list-view .below div.quantity {
    display: none;
}
.products .product-list-view .below .buttons .button {
    background-color: #fff;
    padding: 0 30px;
    border: 2px solid #e2e2e2;
    color: #000;
    line-height: 30px;
    height: 40px;
}
.products .product-list-view .below .buttons .button:hover{
    background-color: #adc32b;
    border: 2px solid #adc32b;
    color: #fff;
}
.products .product-list-view .below .clear {
    clear: inherit;
}
.products .product-list-view .compare-button .button {
    background: transparent!important;
    position: relative;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: inherit!important;
}
.products .product-list-view .compare-button {
    line-height: 30px;
}
.products .product-list-view .compare-button .button:before {
    content: "\f074";
    color: #adc32b;
    position: absolute;
    top: 12px;
    left: 0;
    width: 95px;
    background: #fff;
    font-size: 22px;
}
.products .product-list-view .yith-wcwl-add-button i {
    color: #adc32b;
}
.products .product-list-view .yith-wcwl-add-to-wishlist {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-top: 0;
}
.products .list-view .pagination {
    padding-top: 0;
    border-top: none;
}
.products.right-sidebar .pagination .page-numbers {
    padding: 0 16px;
}

/* Advanced filter product */
.advanced-filter-wrap {
    position: relative;
    width: 100%;
    background-color: #f1f1f1;
    border-bottom: 3px solid #adc32b;
    padding-bottom: 45px;
    display: none;
}
.advanced-filter-wrap:before {
    position: absolute;
    top: -10px;
    right: 205px;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f1f1f1;
}
.fields-selected {
    overflow: hidden;
}
.fields-selected h3 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    padding-left: 100px;
    float: left;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
}
.selected-wrap {
    overflow: hidden;
}
.selected-wrap .widget_layered_nav_filters {
    position: relative;
}
.selected-wrap .widget_layered_nav_filters ul {
    position: absolute;
    top: 34px;
    left: 394px;
}
.selected-wrap .widget_layered_nav_filters ul li {
    float: left;
    background-color: #fff;
    padding: 10px 30px;
    margin-right: 15px;
    border-radius: 25px;
    font-style:italic;
}
.selected-wrap .widget_layered_nav_filters ul li a {
    color: #666;
}
.selected-wrap .widget_layered_nav ul li.chosen a:before{
    display: none;
}
.selected-wrap .widget_layered_nav_filters ul li a:before {
    display: none;
}
.widget_layered_nav_filters ul li a:after {
    line-height: 1;
    content: "x";
    color: #e1e1e1;
    padding-left: 12px;
    font-size: 20px;
    cursor: pointer;
}
.selected-wrap .item-field span {
    color: #e1e1e1;
    padding-left: 12px;
    font-size: 18px;
    cursor: pointer;
}
/* control group */
.fields-list .control-group .widget_layered_nav .widget-title{
    text-transform: uppercase;
    border-bottom: 1px dashed #adc32b;
    padding-left: 36px;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}
.fields-list .control-group .widget_layered_nav ul li {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    margin-left: 30px;
    margin-right: 10px;
    font-weight: normal;
    color: #666;
}
.fields-list .control-group .widget_layered_nav ul li {
    color: #666;
}
.fields-list .widget_layered_nav ul li a, .fields-list .widget_layered_nav ul li.chosen a {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666;
}
.fields-list .widget_layered_nav ul li a:before, .fields-list .widget_layered_nav ul li.chosen a:before {
    content: "\f192";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 10px;
    margin-right: 0;
    color: #d9e1ac;
    font-size: 16px;
}
.fields-list .widget_layered_nav ul li.chosen a:before, .fields-list .widget_layered_nav ul li.chosen a, .fields-list .widget_layered_nav ul li a:hover:before, .fields-list .widget_layered_nav ul li a:hover {
    color: #adc32b;
}
.woocommerce .fields-list .widget_layered_nav ul li span {
    display: none;
}
.fields-list .control-group {
    display: inline-block;
    vertical-align: top;
    background: transparent;
    text-align: left;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    border-right: 1px dashed #adc23b;
    float: left;
}
.fields-list .control-group:first-child {
    border-left: 0 none;
}
.fields-list .control-group:last-child {
    border-right: 0 none;
}
.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    margin-left: 30px;
    margin-right: 10px;
    font-weight: normal;
    color: #666;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background: #e6e6e6;
}
.control--radio .control__indicator {
    border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}
.control input:checked ~ .control__indicator {
    background: #adc32b;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #adc32b;
}
.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control--radio .control__indicator:after {
    display: block;
    top: 2px;
    left: 0;
    height: 13px;
    width: 13px;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 6px;
    top: 3px;
    width: 4px;
    height: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
    left: 5px;
    top: 5px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}
/* select */
.select-style2 {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
.select-style2 select {
    display: block;
    margin-top: -40px;
    cursor: pointer;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 0;
    left: 0;
}
.select-style2 select:hover,
.select-style2 select:focus {
    color: #000;
    background: #ccc;
}
.select-style2 select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* end control group */
.fields-list-wrap {
    border-top: 1px dashed #adc32b;
    padding: 0 50px;
    overflow: hidden;
}
.fields-list-wrap .fields-list {
    border-left: 1px dashed #adc32b;
    border-right: 1px dashed #adc32b;
}
.fields-list .control-group .field-title {
    text-transform: uppercase;
    border-bottom: 1px dashed #adc32b;
    padding-left: 36px;
    padding-bottom: 20px;
}
.container > .container {
    padding-left: 0;
    padding-right: 0;
}
.kreme-select .select-wrapper {
    margin-top: 40px;
    background-color: #fff;
    border: 2px solid #adc32b;
    min-width: 247px;
}
.kreme-select .select-wrapper span {
    line-height: 35px;
    width: 100%;
    display: inline-block;
}
.kreme-select .select-wrapper span:after {
    right: 25px;
}
.kreme-select .compare-select {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.compare-icon {
    position: absolute;
    bottom: 40px;
}
.main-content.style-v2 .products .product::after {
    bottom: 0;
}
.main-content.style-v2 .section-custom-1 .section-radius{
    height: 45px;
}
.woocommerce  .page-content.full-width-style-v2{
    padding-top: 0;
}
.main-content.style-v2 .shop-about {
    padding-bottom: 70px;
    padding-top: 70px;
    background: #eaeaea url(../imgs/top-shop-bg.png) repeat-x;
}
.woocommerce-account .woocommerce > h2{
    text-transform: uppercase;
}
.woocommerce form.login {
    border: none;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.woocommerce form .form-row label {
    font-weight: normal;
}
.woocommerce form.login .woocommerce-Button {
    width: auto;
    padding: 0 40px;
    line-height: 36px;
    height: 40px;
    border: 2px solid;
    border-color: #adc32b;
    background-color: #adc32b;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: #fff;
    margin-right: 10px;
}
.woocommerce-Input--checkbox {
    width: auto;
    height: auto;
}
.woocommerce-wishlist .page-header + .page-content {
    padding: 70px 0!important;
}
/* Mega menu */

.megamenu.col-1>ul.dropdown-menu>li {
    width: 100%
}
.megamenu.col-2>ul.dropdown-menu>li {
    width: 50%
}
.megamenu.col-2>ul.dropdown-menu>li:nth-child(2n+1) {
    clear: both
}
.megamenu.col-3>ul.dropdown-menu>li {
    width: 33.33%
}
.megamenu.col-3>ul.dropdown-menu>li:nth-child(3n+1) {
    clear: both
}
.megamenu.col-4>ul.dropdown-menu>li {
    width: 25%
}
.megamenu.col-4>ul.dropdown-menu>li:nth-child(4n+1) {
    clear: both
}
.megamenu.col-5>ul.dropdown-menu>li {
    width: 20%
}
.megamenu.col-5>ul.dropdown-menu>li:nth-child(5n+1) {
    clear: both
}
.megamenu.col-6>ul.dropdown-menu>li {
    width: 16.66%
}
.megamenu.col-6>ul.dropdown-menu>li:nth-child(6n+1) {
    clear: both
}
.megamenu > ul.dropdown-menu {
    width: 980px;
    margin-left: 0;
}
.megamenu.col-5 > ul.dropdown-menu>li:nth-child(5n+1) {
    clear: both;
}
.megamenu.col-5 > ul.dropdown-menu>li {
    width: 20%;
    float: left;
}
.megamenu .dropdown-menu {
    display: none;
    padding-left: 0!important;
}
.megamenu > ul.dropdown-menu>li {
    display: block;
    border-right: 1px dashed #adc32b;
    padding: 0px 32px;
    white-space: nowrap;
    float: left;
    overflow: hidden;
}
.megamenu .dropdown-menu .dropdown-menu {
    top: inherit;
    left: inherit;
    position: relative;
    border-bottom: none;
    box-shadow: none;
    border: none;
    padding-left: 0!important;
    min-width: auto;
    padding-bottom: 36!important;
    padding-top: 5px!important;
    display: block;
}
.megamenu .dropdown-menu .dropdown-menu li{
    line-height: 27px;
}
.megamenu > ul.dropdown-menu>li>a {
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    color: #000!important;
}
.megamenu .dropdown-menu > li.menu-item-has-children > a:after {
    display: none!important;
}
.megamenu .dropdown-menu li.dropdown:last-child {
	border-right: none;
}

/* Variation product */
.shop-about {
    padding-top: 70px;
}
table.variations, table.variations th, table.variations td {
    border: none;
}
table.variations {
    margin-bottom: 0;
}
table.variations td.label {
    color: #000;
    font-size: 22px;
    padding-left: 0;
    vertical-align: middle;
    float: left;
}
table.variations td.value{
    float: left;
    padding-left: 43px;
}
table.variations td.label label{
    padding-top: 20px;
}
.woocommerce .variations_button .wc-variation-selection-needed,
.variations_button.woocommerce-variation-add-to-cart-enabled .single_add_to_cart_button, .variations_button .wc-variation-is-unavailable,
.single_add_to_cart_button.wc-variation-is-unavailable{
    margin-left: 33px!important;
    background-color: #adc32b!important;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding-left: 55px!important;
    padding-right: 55px !important;
}
.variations_button.wc-variation-is-unavailable {
    display: inline-block;
    padding-top: 20px;
}
.variations_button.woocommerce-variation-add-to-cart-enabled {
    clear: both;
    padding-top: 10px;
}
.woocommerce-variation.single_variation {
    clear: both;
    overflow: hidden;
}
.single_variation_wrap {
    float: left;
}
.single_variation_wrap .woocommerce-variation-availability {
    float: left;
    padding-left: 22px;
    padding-top: 10px;
}

/* WooCommerce 3.0 Gallery */

.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em
}

.woocommerce-product-gallery figure {
    margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: left;
    cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
    opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1
}

.woocommerce-product-gallery img {
    display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
}

a.woocommerce-product-gallery__trigger {
    text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #169fda;
    color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #1781ae;
    border-color: #1781ae;
    color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 2;
    text-indent: 0;
}
.woocommerce ul#shipping_method li input {
    height: 18px;
    width: 18px;
}
.woocommerce ul#shipping_method li label {
    font-size:15px;
}
.custom-search .pagination{
    border-top: none;
    padding-top: 40px;
}
.products.custom-search{
    overflow: inherit;
}
.nu-detail{
    margin-top: 15px;
}
.dropdown-menu li a{
    font-family: 'Dosis', sans-serif;
}
/* Product Gallery */
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 15%;
}

.why-choose-us-v2 .item-right .item-img.responsive-img, .why-choose-us-v2 .item-left .item-img.responsive-img,
.section-nutrition-v2 .nutrition-philosophy-item-responsive {
    display: none;
}
.no-footer-menu {
    text-align: center;
}
.tab-container {
    text-align: center;
}
/* New Mobile Menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.admin-bar .sidenav {
    top: 46px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    margin-left: 0;
}
.sidenav .cd-navigation {
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    list-style: none;
}
.sidenav .cd-navigation .sub-menu {
    display: none;
    list-style: none;
    position: relative;
}
.sidenav .cd-navigation .sub-menu li {
    position: relative;
}
.sidenav .cd-navigation .menu-item-has-children>a:after {
    content: '';
    display: block;
    height: 9px;
    width: 6px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    background: url(../imgs/cd-arrow.svg) no-repeat center center;
    background-size: 9px 9px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.sidenav .cd-navigation .menu-item-has-children>a.submenu-open:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.sidenav .cd-navigation .sub-menu:before {
    width: 1px;
    height: 100%;
    left: 50px;
    top: 1px;
    background-color: #777;
    content: '';
    position: absolute;
    display: block;
}
.sidenav .cd-navigation .sub-menu li:before {
    width: 7px;
    height: 1px;
    left: 12px;
    top: 22px;
    padding: 0;
    background: #777;
    content: '';
    position: absolute;
}

/* Phone mobile */
.callus {
    display: none;
}
@media (max-width: 767px) {

    a.callus {
        display: block !important;
        position: fixed;
        z-index: 9999;
        bottom: 20px;
        left: 20px;
        background: #adc32b url(../imgs/icon/icon-phone.png) no-repeat;
        background-position: 10px center;
        background-size: 20px;
        border-radius: 1000px;
        padding: 5px 10px 5px 40px;
        font-weight: 700;
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    a.display.callus {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

}