/**
 * @version    1.4
 * @package    WooPlus
 * @author     WooRockets Team <support@woorockets.com>
 * @copyright  Copyright (C) 2014 WooRockets.com. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.woorockets.com
 */

/*  [ Extra shortcodes - Blog post ]
- - - - - - - - - - - - - - - - - - - - */
.post-list article.hentry {
	margin-bottom: 24px;
}
.post-list article.hentry:after {
	display: table;
	content : "";
	clear: both;
}
.post-list .entry-header .cat-links {
	bottom: 110px !important;
	left: 30px !important;
	display: block;
}
.post-list .post .entry-content {
	margin: -100px 0 0 30px;
	width: 70%;
}
.post-list .entry-title {
	color : #39342e;
	font-weight: 600;
	margin: 0 0 15px;
}
.post-list .post-meta {
	color : #a0978d;
}
.post-list .post-meta a {
	color : inherit;
}
.post-list .author a {
	font-weight: 600
}
.post-list .read-more {
	margin-top: 8px;
}
.post-list .read-more a {
	padding-left: 21px;
	background: url(../img/read-more.png) center left no-repeat;
	color : #95c03e;
}
.post-list .entry-thumb a {
	display: block;
	position: relative;
}
.post-list .entry-thumb a:before {
	content: "";
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}
.post-list .entry-thumb a:hover:before {
	opacity: 1;
}

/* post list style 1 */
.post-list.style-1 .post .entry-content{
	margin: 0;
	width: 100%;
	padding: 30px 0 10px;
}

/* post list style 2 */
.post-list.style-2 .cat-links {
	display: none;
}
.post-list.style-2 .entry-header {
	float: left;
	width: 46%;
}
.post-list.style-2 .entry-content {
	margin: 0;
	padding: 0;
	float: right;
	width: 48%;
}
.post-list.style-2 .entry-header > .entry-thumb:hover .mask a {
	top: 60%;
}

/* custom column post list */
.post-list.columns-2 article.hentry {
	float: left;
	padding: 10px;
	width: 50% !important;
}
.post-list.columns-3 article.hentry {
	width: 33.33% !important;
	padding: 10px;
	float: left;
}
.post-list.columns-4 article.hentry {
	width: 25% !important;
	padding: 10px;
	float: left;
}
.post-list.columns-5 article.hentry {
	width: 20% !important;
	float: left;
	padding: 10px;
}

/* custom wrp book */
.post-list.style-3 .wpr-bookwrap:after {
	display: block;
	content : "";
	clear: both;
}
.post-list.style-3 .wpr-bookwrap .wrp-book-side {
	float: left;
	width: 50%;
	height: 100%;
	position: relative;
	background-color : #eff3f6
}
.post-list.style-3 .wpr-bookwrap .wrp-left-book .wrap {
	position: relative;
	width: 100%;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.post-list.style-3 .wpr-bookwrap .cat-links {
	display: block;
	font-size: 20px;
	font-weight: 300;
	color : #3c3e43;
	text-transform: uppercase;
	letter-spacing: 7px;
}
.post-list.style-3 .entry-title {
	font-size: 60px;
	font-weight: 800;
	color: #3c3e43;
	text-transform: uppercase;
	padding: 0 20px;
}
.post-list.style-3 .read-more {
	margin-top: 25px;
}
.post-list.style-3 .read-more a {
	background: none;
	padding: 15px 17px;
	border: #3c3e43 dashed 1px;
	color : #3c3e43;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
}
.post-list.style-3 .wrp-book-navigation a {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.post-list.style-3 .wrp-book-navigation i {
	padding: 34px 10px;
	background-color : #f54b31;
	color : #fff;
}
.post-list.style-3 .wrp-book-navigation .wrp-book-arrow-left {
	left: -10px;
}
.post-list.style-3 .wrp-book-navigation .wrp-book-arrow-right {
	right: -10px;
}

/*  [ Extra shortcodes - Testimonial ]
- - - - - - - - - - - - - - - - - - - - */
.testimonials-box {
	width: 100%;
	height: auto;
	font-size: 12px;
}
.testimonials-box .quote-box {
	width: 100%;
	padding: 20px;
	border: 1px solid #e0e0e0;
	background: #fff;
	position: relative;
	font-style: italic;
	margin-bottom: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius:    2px;
	-ms-border-radius:     2px;
	border-radius:         2px;
}
.testimonials-box .quote-box:after,
.testimonials-box .text:after {
	width: 14px;
	height: 14px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
	position: absolute;
	content: '';
	bottom: -7px;
	left: 34px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	transform:         rotate(45deg);
}
.testimonials-box .author {
	width: 100%;
}
.testimonials-box .author img {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 20px;
	margin-left: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	-ms-border-radius:     50%;
	border-radius:         50%;
}
.testimonials-box .author p {
	padding-top: 10px;
}
.testimonials-box .text {
	background: #fff;
	padding: 20px !important;
	border: 1px solid #e0e0e0;
	font-style: italic;
	position: relative;
}
.testimonials-box .sign {
	display: block;
}
.testimonials-box .sign img {
	width: 100%;
	max-width: 60px;
	margin: 0 15px;
	float: left !important;
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	-ms-border-radius:     50%;
	border-radius:         50%;
}
.testimonials-box .sign span {
	float: left;
	margin-top: 15px;
}
.testimonials .test-quote {
	color: #666;
	font-family: Cambria,"Hoefler Text","Liberation Serif",Times,"Times New Roman",serif;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 15px;
	width: 80%;
}
.testimonials .test-client {
	padding-top: 15px !important;
	position: relative;
	font-size: 12px;
}
.testimonials .test-client:after {
	background: #ccc;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100px;
}

/*  [ Extra shortcodes - Counter up ]
- - - - - - - - - - - - - - - - - - - - */
.counter-wrap {
	text-align: center;
	color: #383838;
}
.counter-wrap:hover {
	color: #f45245;
}
.counter-wrap * {
	-webkit-transition: all .35s ease 0s;
	-moz-transition:    all .35s ease 0s;
	transition:         all .35s ease 0s;
}
.counter-wrap .icon {
	width: 70px;
	height: 70px;
	border: 2px solid #383838;
	margin: 0 auto 20px;
	position: relative;
}
.counter-wrap .icon:before,
.counter-wrap .icon:after,
.counter-wrap .number:after {
	content: "";
	position: absolute;
}
.counter-wrap .icon:before,
.counter-wrap .icon:after {
	bottom: -8px;
	content: "";
	left: -8px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: -8px;
	top: -8px;
	-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-moz-transition:    opacity 0.35s ease 0s, transform 0.35s ease 0s;
	transition:         opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.counter-wrap .icon:before {
	border-bottom: 4px solid #f45245;
	border-top: 4px solid #f45245;
	-webkit-transform: scale(0, 1);
	-moz-transform:    scale(0, 1);
	-ms-transform:     scale(0, 1);
	-o-transform:      scale(0, 1);
	transform:         scale(0, 1);
}
.counter-wrap .icon:after {
	border-left: 4px solid #f45245;
	border-right: 4px solid #f45245;
	-webkit-transform: scale(1, 0);
	-moz-transform:    scale(1, 0);
	-ms-transform:     scale(1, 0);
	-o-transform:      scale(1, 0);
	transform:         scale(1, 0);
}
.counter-wrap:hover .icon:before,
.counter-wrap:hover .icon:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform:    scale(1);
	-ms-transform:     scale(1);
	-o-transform:      scale(1);
	transform:         scale(1);
}
.counter-wrap:hover .icon {
	background: #f45245;
	color: #fff;
	border-color: transparent;
}
.counter-wrap .icon i {
	font-size: 24px;
	margin-top: 22px;
}
.counter-wrap .info span {
	display: block;
}
.counter-wrap .number {
	font-size: 60px;
	position: relative;
}
.counter-wrap .number:after {
	width: 70px;
	height: 1px;
	background: #ededed;
	left: 50%;
	margin-left: -35px;
	bottom: 8px;
}
.counter-wrap .title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.counter-wrap.circle .icon {
	background: #383838;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	-ms-border-radius:     50%;
	border-radius:         50%;
}
.counter-wrap.circle:hover .icon:before,
.counter-wrap.circle:hover .icon:after {
	border: 0;
	opacity: 0;
}
.counter-wrap.circle:hover .icon {
	background: #f45245;
	-webkit-box-shadow: 0 0 0 4px #fff inset, 0 0 0 2px #f45245;
	-moz-box-shadow:    0 0 0 4px #fff inset, 0 0 0 2px #f45245;
	-ms-box-shadow:     0 0 0 4px #fff inset, 0 0 0 2px #f45245;
	box-shadow:         0 0 0 4px #fff inset, 0 0 0 2px #f45245;
}

/*  [ Extra shortcodes - Image banner ]
- - - - - - - - - - - - - - - - - - - - */
.image-banner {
	display: inline-block;
	overflow: hidden;
}
.image-banner a {
	position: relative;
	background: #353533;
	display: block;
}
.image-banner img {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition:    all .4s ease-in-out 0s;
	transition:         all .4s ease-in-out 0s;
}
.image-banner .front {
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform:    scale(0);
	-ms-transform:     scale(0);
	-o-transform:      scale(0);
	transform:         scale(0);
}
.image-banner:hover .front,
.image-banner.style-1:hover .front {
	-webkit-transform: scale(1);
	-moz-transform:    scale(1);
	-ms-transform:     scale(1);
	-o-transform:      scale(1);
	transform:         scale(1);
}
.image-banner:hover .back {
	opacity: .6;
}
.image-banner .back {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.image-banner.style-1 a {
	background: none;
}
.image-banner.style-1 .front {
	-webkit-transform: scale(1.2);
	-moz-transform:    scale(1.2);
	-ms-transform:     scale(1.2);
	-o-transform:      scale(1.2);
	transform:         scale(1.2);
}
.image-banner.style-1 .front,
.image-banner.style-1 a:before {
	-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-moz-transition:    opacity 0.35s ease 0s, transform 0.35s ease 0s;
	transition:         opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.image-banner:hover .front,
.image-banner.style-1:hover .front,
.image-banner.style-1 .front,
.image-banner.style-1:hover .back,
.image-banner.style-1:hover a:before {
	opacity: 1;
}
.image-banner.style-1 a:before {
	border: 1px solid #fff;
	bottom: 10px;
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
	content: "";
	left: 10px;
	opacity: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	-webkit-transform: scale3d(1.4, 1.4, 1);
	-moz-transform:    scale3d(1.4, 1.4, 1);
	-ms-transform:     scale3d(1.4, 1.4, 1);
	-o-transform:      scale3d(1.4, 1.4, 1);
	transform:         scale3d(1.4, 1.4, 1);
}
.image-banner.style-1:hover a:before {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform:    scale3d(1, 1, 1);
	-ms-transform:     scale3d(1, 1, 1);
	-o-transform:      scale3d(1, 1, 1);
	transform:         scale3d(1, 1, 1);
}

/*  [ Extra shortcodes - Member ]
- - - - - - - - - - - - - - - - - - - - */
.member {
	width: 141px;
	position: relative;
	overflow: hidden;
	color: #a0978d;
	font-family: 'Open Sans', sans-serif;
}
.member .info {
	width: 100%;
	padding: 12px 0 0;
}
.member .name {
	font-size: 16px;
	font-weight: bold;
	color : #39342e;
	margin: 0;
}
.member .avatar { position: relative; }
.member .position {
	font-size: 12px;
	font-weight: normal;
	position: relative;
}
.member .mask .position:after {
	height: 1px;
	width: 50px;
	background: #a3a3a3;
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
}
.member .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #90b945;
	opacity: 0;
	z-index: 10;

	-webkit-transition: all .35s ease 0s;
	-moz-transition:    all .35s ease 0s;
	transition:         all .35s ease 0s;
}
.member .social-member {
	position: absolute;
	z-index: 12;
	top: 40%;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;

	-webkit-transition: all .35s ease 0s;
	-moz-transition:    all .35s ease 0s;
	transition:         all .35s ease 0s;
}
.member .social-member a {
	display: inline-block;
	margin: 0px 2px;
	text-align: center;
	width: 26px;
	height: 26px;
	background: #fff;
	color : #39342e;
	font-size: 14px;

	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	border-radius: 1px;
}
.member .social-member a i {
	vertical-align: middle;
}
.member .social-member a:hover {
	background: #39342e;
	color : #fff;
}
.member:hover .mask, .member:hover .social-member {
	opacity: 0.9;
}
.member.style-2 {
	width: 100%;
	background: none;
}
.member.style-2 .info {
	display: none;
}
.member.style-2 .avatar,
.member.style-2 .mask {
	float: left;
}
.member.style-2 .avatar {
	width: 40%;
}
.member.style-2 .mask {
	width: 60%;
}
.member.style-2 .mask {
	position: static;
	background: none;
	color: #353533;
}
.member.style-2 .mask,
.member.style-2:hover img {
	-webkit-transform: none;
	-moz-transform:    none;
	-ms-transform:     none;
	-o-transform:      none;
	transform:         none;
}
.member.style-2 .mask .name {
	font-size: 24px;
	margin-top: -15px;
}
.member.style-2 .avatar {
	position: relative;
}
.member.style-2 .avatar:before,
.member.style-2 .avatar:after {
	content: "";
	position: absolute;
	z-index: 1000;
}
.member.style-2 .avatar:before,
.member.style-2 .avatar:after {
	bottom: 10px;
	content: "";
	left: 10px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 10px;
	-webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	-moz-transition:    opacity 0.35s ease 0s, transform 0.35s ease 0s;
	transition:         opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.member.style-2 .avatar:before {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-moz-transform:    scale(0, 1);
	-ms-transform:     scale(0, 1);
	-o-transform:      scale(0, 1);
	transform:         scale(0, 1);
}
.member.style-2 .avatar:after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-moz-transform:    scale(1, 0);
	-ms-transform:     scale(1, 0);
	-o-transform:      scale(1, 0);
	transform:         scale(1, 0);
}
.member.style-2:hover .avatar:before,
.member.style-2:hover .avatar:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform:    scale(1);
	-ms-transform:     scale(1);
	-o-transform:      scale(1);
	transform:         scale(1);
}
/*  [ Social bar ]
- - - - - - - - - - - - - - - - - - - - */
.site-main .social-bar a {
	color: #8c8c8c;
	background: #ebebeb;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 27px;
	text-align: center;
	position: relative;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.site-main .social-bar a:hover,
.site-main .social-bar.line-icon a span,
.site-main .social-bar.dark-icon a,
.site-main .social-bar.colors-icon a,
.site-main .social-bar.colors-icon a:hover {
	color: #fff;
}
.site-main .social-bar a.facebook:hover,
.site-main .social-bar.colors-icon a.facebook {
	background: #6078aa;
}
.site-main .social-bar a.twitter:hover,
.site-main .social-bar.colors-icon a.twitter {
	background: #00abf0;
}
.site-main .social-bar a.gplus:hover,
.site-main .social-bar.colors-icon a.gplus {
	background: #d95232;
}
.site-main .social-bar a.linkedin:hover,
.site-main .social-bar.colors-icon a.linkedin {
	background: #0073b2;
}
.site-main .social-bar a.instagram:hover,
.site-main .social-bar.colors-icon a.instagram {
	background: #474135;
}
.site-main .social-bar a.skype:hover,
.site-main .social-bar.colors-icon a.skype {
	background: #03a8e9;
}
.site-main .social-bar a.pinterest:hover,
.site-main .social-bar.colors-icon a.pinterest {
	background: #db2828;
}
.site-main .social-bar a.github:hover,
.site-main .social-bar.colors-icon a.github {
	background: #353533;
}
.site-main .social-bar a.foursquare:hover,
.site-main .social-bar.colors-icon a.foursquare {
	background: #35c6ff;
}
.site-main .social-bar a.dribbble:hover,
.site-main .social-bar.colors-icon a.dribbble {
	background: #fa77b4;
}
.site-main .social-bar a.youtube:hover,
.site-main .social-bar.colors-icon a.youtube {
	background: #db2828;
}
.site-main .social-bar a.rss:hover,
.site-main .social-bar.colors-icon a.rss {
	background: #ff9000;
}
.site-main .social-bar a:hover span {
	opacity: 1;
	bottom: 40px;
}
.site-main .social-bar a span {
	width: 76px;
	height: auto;
	line-height: 20px;
	padding: 3px 6px;
	left: 50%;
	margin-left: -35px;
	font-size: 11px;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
	text-indent: 0px;
	position: absolute;
	pointer-events: none;
	bottom: 10px;
	opacity: 0;
	z-index: 999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}
.site-main .social-bar a span:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -4px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid rgba(0, 0, 0, 0.1);
}
.site-main .social-bar a span:after {
	bottom: -5px;
	margin-left: -5px;
	border-top: 5px solid rgba(0, 0, 0, 0.7);
}
/* Large icon */
.site-main .social-bar.large-icon a {
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 45px;
}
.site-main .social-bar.large-icon a:hover span {
	bottom: 60px;
}
/* Dark icon */
.site-main .social-bar.dark-icon a {
	background-color: #353533;
}
/* Colors icon */
.site-main .social-bar.colors-icon a:hover {
	background: #353533;
}
/* Line style */
.site-main .social-bar.line-icon a {
	background: none !important;
	border: 2px solid;
}
.site-main .social-bar.line-icon a:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	-ms-box-shadow:     none;
	box-shadow:         none;
}
.site-main .social-bar.line-icon a.facebook {
	color: #6078aa;
}
.site-main .social-bar.line-icon a.twitter {
	color: #00abf0;
}
.site-main .social-bar.line-icon a.gplus {
	color: #d95232;
}
.site-main .social-bar.line-icon a.linkedin {
	color: #0073b2;
}
.site-main .social-bar.line-icon a.instagram {
	color: #474135;
}
.site-main .social-bar.line-icon a.skype {
	color: #03a8e9;
}
.site-main .social-bar.line-icon a.pinterest {
	color: #db2828;
}
.site-main .social-bar.line-icon a.github {
	color: #353533;
}
.site-main .social-bar.line-icon a.foursquare {
	color: #35c6ff;
}
.site-main .social-bar.line-icon a.dribbble {
	color: #fa77b4;
}
.site-main .social-bar.line-icon a.youtube {
	color: #db2828;
}
.site-main .social-bar.line-icon a.rss {
	color: #ff9000;
}
.site-main .social-bar.line-icon a:hover {
	color: #353533;
	border-color: #353533;
}

/* wooplus product */
.wooplus-product .product .p-grid .p-image img {
	-webkit-transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
	width: 100%;
}
.wooplus-product .product .p-grid .p-image:hover img {
	opacity: .4;
}
.wooplus-product .product .p-title {
	line-height: 20px;
}
.wooplus-product ul.products {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.wooplus-product .wp-add-cart a.loading i:after,
.wooplus-product .wp-add-cart a.added i:after {
	font-family: 'WooCommerce';
}
.wooplus-product .wp-add-cart a.loading i:after {
	content : "\e01c" !important;
}
.wooplus-product .wp-add-cart a.added i:after {
	content: "\e017";
}
.wooplus-product .wp-add-cart a.loading:after,
.wooplus-product .wp-add-cart a.added:after,
.wooplus-product .wp-add-cart a.loading i:before,
.wooplus-product .wp-add-cart a.added i:before {
	display: none;
}
.wooplus-product .product .star-rating {
	float: none;
	margin: 5px auto;
}
.wooplus-product div.product p.price, .wooplus-product div.product span.price {
	color : #95c03e ;
}
.wooplus-product div.product p.price ins, .wooplus-product div.product span.price ins {
	font-weight: 600;
	font-size: 18px;
}
.wooplus-product ul.products {
	margin-right: 0 !important;
}
.wooplus-product ul.products li.product {
	width: 100%;
	margin: 0 ;
	padding: 20px 10px !important;
	text-align: center;
}
.wooplus-product i {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition:    all .3s ease-in-out 0s;
	transition:         all .3s ease-in-out 0s;
}
.wooplus-product .wp-clear {
	clear: both;
}
.wooplus-product ul.products li.product .price ins,
.wooplus-product ul.products li.product .price,
.wooplus-product ul.products li.product .price > .amount {
	color: #f54b31;
	font-size: 16px !important;
}
.wooplus-product ul.products li.product .wp-add-cart a,
.wpl-slide-product .owl-item .wp-add-cart a {
	margin-top: 0.5em ;
}
.wooplus-product ul.products li.product .wp-add-cart a,
.wpl-slide-product .owl-item .wp-add-cart a {
	padding: 12px;
	background: none !important;
	border: #d1d1d1 dashed 1px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
}
.wooplus-product ul.products li.product a.button span,
.wpl-slide-product .owl-item a.button span,
.wooplus-product.style-4 .product a.button span {
	text-transform: uppercase;
	font-size: 11px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.wooplus-product ul.products li.product a.button i, .wpl-slide-product .owl-item a.button i {
	margin-right: 10px;
	color : #747880;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.wooplus-product ul.products li.product .wp-add-cart a:hover, .wpl-slide-product .owl-item .wp-add-cart a:hover,
.wooplus-product.style-4 .product .wp-add-cart a:hover,
.wooplus-product .yith-wcwl-add-to-wishlist:hover i, .wooplus-product h3.p-title a:hover,
.wooplus-product ul.products li.product a.button:hover i, .wpl-slide-product .owl-item a.button:hover i {
	color: #95c03e;
}
.wooplus-product ul.products li.product .wp-add-cart a:hover, .wpl-slide-product .owl-item .wp-add-cart a:hover {
	border-color: #95c03e;
}
.wooplus-product {
	position: relative;
}
.wooplus-product .product .button.added {
	display: none;
}
.wooplus-product .product .added_to_cart {
	padding-left: 30px !important;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
}
.wooplus-product .product .added_to_cart:before {
	font-family: 'FontAwesome';
	position: absolute;
	display: block;
	content : "\f07a";
	left: 12px;
	top: 12px;
}
.wooplus-product ul.products li.product .p-grid .p-mask, .wooplus-product .wpl-slide-product .product .p-grid .p-mask {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	position: absolute;
}
.wooplus-product ul.products li.product .p-grid .p-mask a, .wooplus-product .wpl-slide-product .product .p-grid .p-mask a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: #fff !important;
	border: 1px dashed #d1d1d1;
	padding: 0 10px;
	line-height: 38px;
	border-radius: 0;
	opacity: 0;
	-webkit-transition: all .35s ease 0s;
	-moz-transition: all .35s ease 0s;
	transition: all .35s ease 0s;
	margin: 0px 5px;
}
.wooplus-product .wpl-slide-product .product .p-grid .p-mask a {
	margin: 0 2px;
}
.wooplus-product ul.products li.product .p-grid .p-mask .yith-wcwl-add-to-wishlist,
.wooplus-product .wpl-slide-product .product .p-grid .p-mask .yith-wcwl-add-to-wishlist {
	display: inline-block;
	margin:0 0 0 -3px;
	padding:0;
	border: none;
}
.wooplus-product ul.products li.product .p-grid .p-mask .yith-wcwl-add-to-wishlist i,
.wooplus-product .wpl-slide-product .product .p-grid .p-mask .yith-wcwl-add-to-wishlist i {
	margin : 0;
}
.wooplus-product ul.products li.product .p-grid .p-mask a span,
.wooplus-product .wpl-slide-product .product .p-grid .p-mask a span {
	display: none;
}
.wooplus-product ul.products li.product .p-grid .p-mask a,
.wooplus-product ul.products li.product .p-grid .p-mask,
.wooplus-product .wpl-slide-product .product .p-grid .p-mask {
	cursor: pointer;
	-webkit-transform: translate3d(0px, -40px, 0px);
	-moz-transform: translate3d(0px, -40px, 0px);
	-ms-transform: translate3d(0px, -40px, 0px);
	-o-transform: translate3d(0px, -40px, 0px);
	transform: translate3d(0px, -40px, 0px);
}
.wooplus-product ul.products li.product .p-grid .p-image:hover .p-mask a,
.wooplus-product .wpl-slide-product .product .p-grid .p-image:hover .p-mask a {
	opacity: 1;
	-webkit-transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-ms-transform: translate3d(0px, 10px, 0px);
	-o-transform: translate3d(0px, 10px, 0px);
	transform: translate3d(0px, 10px, 0px);
}
.wooplus-product ul.products li.product .p-grid .p-mask .yith-wcwl-add-to-wishlist a, .wooplus-product .wpl-slide-product .product .p-grid .p-mask .yith-wcwl-add-to-wishlist a {
	-webkit-transition-delay: .08s;
	-moz-transition-delay: .08s;
	transition-delay: .08s;
}
.wooplus-product ul.products li.product .p-grid .p-mask .p-quickview,
.wooplus-product .wpl-slide-product .product .p-grid .p-mask .p-quickview {
	cursor: pointer;
	-webkit-transition-delay: .16s;
	-moz-transition-delay: .16s;
	transition-delay: .16s;
}

/* slide product */
.wpl-slide-product {
	padding-top: 35px;
}
.wooplus-product .owl-controls {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 0 !important;
}
.wpl-slide-product .product .p-grid .p-image {
	position: relative;
	display: block;
	overflow: hidden;
}
.wooplus-product .owl-controls .owl-buttons div {
	display: inline-block;
	width: 30px;
	font-size: 16px;
	color: #9e9e9e;
}
.wooplus-product .owl-controls .owl-buttons div:hover {
	color : #95c03e;
}
.wpl-slide-product .owl-item {
	text-align: center;
	padding: 10px 20px;
}
.wooplus-product.line .wpl-slide-product .owl-item {
	margin-left: 1px;
}
.wpl-slide-product .owl-item h3 {
	padding: .5em 0;
	margin: 0;
	font-size: 1em;
}
.wpl-slide-product .owl-item h3.p-title a {
	font-size: 14px;
	color: #39342e;
	display: block;
	margin: 8px 0 0;
}
.wpl-slide-product .owl-item .price, .wooplus-product.style-4 .wpl-item .price, .wpl-slide-product .price > .amount {
	display: block;
	font-weight: 400;
	color: #f54b31 ;
	font-size: 16px !important;
}

/* slide vertical */
.wpl-slide-product .wrp-vertical .product {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: left;
}
.wpl-slide-product .wrp-vertical .product .p-image{
	float: left;
	width: 40%;
}
.wpl-slide-product .wrp-vertical .product .p-info {
	float: right;
	width: 55%;
}
.wpl-slide-product .wrp-vertical .product .wp-add-cart a.button, .wpl-slide-product .wrp-vertical .product .wp-add-cart a.added_to_cart {
	margin-right: 10px;
}
.wpl-slide-product .wrp-vertical .product .yith-wcwl-add-to-wishlist, .wpl-slide-product .wrp-vertical .product .p-quickview {
	display: inline-block;
	font-size: 11px;
	margin: 10px 10px 0 0px;
	padding: 12px;
	border: #d1d1d1 dashed 1px;
	line-height: 1;
	color: #3c3e43;
	font-weight: bold;
	cursor: pointer;
}
.wpl-slide-product .wrp-vertical .product .yith-wcwl-add-to-wishlist:hover, .wpl-slide-product .wrp-vertical .product .p-quickview:hover {
	color: #95c03e;
	border-color: #95c03e;
}
.wpl-slide-product .wrp-vertical .product .yith-wcwl-add-to-wishlist a {
	padding: 0;
	border: none;
}
.wpl-slide-product .wrp-vertical .product .yith-wcwl-add-to-wishlist i{
	margin: 0;
}
.wpl-slide-product .wrp-vertical .product .yith-wcwl-add-to-wishlist span {
	display: none;
}
.wpl-slide-product .wrp-vertical .star-rating {
	margin: 5px 0px;
}

/* wooplus product style 2 */
.wooplus-product.style-2 ul.products li.product {
	padding: 20px !important;
	text-align: left !important;
	width: 100%;
}
.wooplus-product.style-2 ul.products li.product .p-image {
	float: left;
	width: 27.75%;
	border : #dae0e5 solid 1px;
}
.wooplus-product.style-2 ul.products li.product .p-info {
	float: right;
	width: 63.2%;
}
.wooplus-product.style-2 ul.products li.product .p-image img {
	margin: 0;
}
.wooplus-product.style-2 ul.products li.product .p-info .p-title,
.wooplus-product.style-2 ul.products li.product .p-info .p-title a {
	padding: 0 !important;
	font-size: 13px !important;
	line-height: 12px;
	margin: 0 0 2px;
}
.wooplus-product.style-2 ul.products li.product span.price {
	margin-bottom: 7px;
}
.wooplus-product.style-2 ul.products li.product .wp-add-cart a {
	margin: 0;
	padding: 10px 12px;
	font-weight: 600;
}
.wooplus-product.style-2 ul.products li.product .wp-add-cart a.added_to_cart :before {
	top: 8px;
}
.wooplus-product.style-2 .product .star-rating {
	margin: 0px 0px 10px;
}

/* wooplus product style 3 */
.wooplus-product.style-3 ul.products li.product {
	padding: 0 !important;
	text-align: left !important;
	display: block;
	width: 100%;
}
.wooplus-product.style-3 .products li .p-info {
	padding: 15px 20px;
	position: relative;
}
.wooplus-product.style-3 ul.products li.product h3.p-title, .wooplus-product.style-3 ul.products li.product h3.p-title a {
	padding: 0;
	margin: 0 0 5px;
}
.wooplus-product.style-3 .products li .p-info .wp-add-cart {
	position: absolute;
	right: 20px;
	bottom: 15px;
}
.wooplus-product.style-3 .products li .p-info .price {
	margin-bottom: 0;
}
.wooplus-product.style-3 ul.products li.product .wp-add-cart a {
	margin-top: 0;
}
.wooplus-product.style-3 .product .star-rating {
	margin: 5px 0px;
}

/* wooplus product style 4 */
.wooplus-product.style-4 .wpl-item {
	width: 100%;
	padding: 30px 20px 20px;
	overflow: hidden;
}
.wooplus-product.style-4 .wpl-item .p-image {
	float: left;
	width: 48%;
}
.wooplus-product.style-4 .wpl-item .p-info {
	float: right;
	width: 48%;
	text-align: left;
}
.wooplus-product.style-4 .wpl-item .p-inner {
	position: relative;;
	overflow: hidden;
}
.wooplus-product.style-4 .wpl-item .cat-links {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #aeaeae;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.wooplus-product.style-4 .wpl-item .p-title {
	color : #39342e;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px;
}
.wooplus-product.style-4 .wpl-item .p-title a {
	color: inherit;
}
.wooplus-product.style-4 .wpl-item .p-title:hover,
.wooplus-product.style-4 .product .wp-add-cart a:hover i {
	color: #95c03e;
}
.wooplus-product.style-4 .wpl-item .wp-add-cart a.button,
.wooplus-product.style-4 .wpl-item .wp-add-cart a.added_to_cart {
	padding: 12px;
	background: none;
	border: #d1d1d1 dashed 1px;
	line-height: 1;
	font-size: 11px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: 600;
}
.wooplus-product.style-4 .wpl-item .wp-add-cart a.button i {
	margin-right: 10px;
	color: #747880;
}
.wooplus-product.style-4 .wpl-item .yith-wcwl-add-to-wishlist,
.wooplus-product.style-4 .wpl-item .wp-add-cart a.button i {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.wooplus-product.style-4 .wpl-item .wp-add-cart a.button:hover,
.wooplus-product.style-4 .wpl-item .yith-wcwl-add-to-wishlist:hover,
.wooplus-product.style-4 .wpl-item .p-quickview:hover {
	border-color: #95c03e;
}
.wooplus-product.style-4 .wpl-item .price {
	margin-bottom: 10px;
}
.wooplus-product.style-4 .wpl-item .yith-wcwl-add-to-wishlist,
.wooplus-product.style-4 .wpl-item .p-quickview {
	padding: 12px;
	background: none;
	border: #d1d1d1 dashed 1px;
	display: inline-block;
	font-size: 11px;
	margin: 10px 10px 0 0;
	line-height: 1;
	color: #3c3e43;
	font-weight: bold;
	cursor: pointer;
}
.wooplus-product.style-4 .wpl-item .yith-wcwl-add-to-wishlist i,
.wooplus-product.style-4 .wpl-item .yith-wcwl-add-to-wishlist a,
.wooplus-product.style-4 .wpl-item .p-quickview a {
	margin: 0;
	color: inherit;
	font-weight: inherit;
}
.wooplus-product.style-4 .wpl-item .yith-wcwl-add-to-wishlist span {
	display: none;
}
.wooplus-product.style-4 .wpl-countdown {
	margin-top: 30px;
	margin-left: -3px;
}
.wooplus-product.style-4 .wpl-countdown [id*="Container"] {
	border-radius: 0px !important;
}
.wooplus-product.style-4 .wpl-countdown [id*="TextBox"] {
	font-size: 8px !important;
	font-weight: 600 !important;
}
.wooplus-product.style-4 .wpl-countdown [id*="Container"] div {
	font-size: 22px !important;
	font-weight: inherit !important;
}
.wooplus-product.style-4 .wpl-countdown [id*="Container"] div span {
	line-height: 1.5em !important;
}
.wooplus-product.style-4 .product .star-rating {
	margin: 0;
}
.wooplus-product.style-4 .counter-light [id*="Container"] div {
	background-color: #ffffff !important;
	color : #6e6e6e !important;
	border: #e7e7e7 solid 1px;
}
.wooplus-product.style-4 .counter-light [id*="TextBox"] {
	color : #b0b0b0 !important;
}

/* wooplus product line */
.wooplus-product.line li, .wooplus-product.line .wpl-item {
	border: #e8e6e2 solid 1px;
	margin: 0px -1px -1px 0 !important;
}
.wooplus-product.line, .wooplus-product.line .owl-wrapper-outer {
	padding-bottom: 1px;
	padding-right: 1px;
}

/* custom columns */
.wooplus-product.columns-2 ul.products li.product {
	width: 49.9%;
}
.wooplus-product.columns-3 ul.products li.product {
	width: 33.3%;
}
.wooplus-product.columns-3 ul.products li.product:nth-child(4n) {
	clear: left;
}
.wooplus-product.columns-4 ul.products li.product {
	width: 25%;
}
.wooplus-product.columns-4 ul.products li.product:nth-child(5n) {
	clear: left;
}
.wooplus-product.columns-5 ul.products li.product {
	width: 20%;
}
.wooplus-product.columns-5 ul.products li.product:nth-child(6n) {
	clear: left;
}
.wooplus-product.columns-6 ul.products li.product {
	width: 16.6%;
}
.wooplus-product.columns-6 ul.products li.product:nth-child(7n) {
	clear: left;
}

@media only screen and (max-width: 768px), (max-device-width: 1024px) {
	.image-banner .front,
	.image-banner.style-1 .front,
	.member {
		width: 100%;
		margin-bottom: 15px;
	}
	.member .avatar {
		float: left;
	}
	.post-list.style-3 .bx-controls-direction {
		right: -100%;
		top: -55px;
	}
	.post-list.style-3 .wpr-bookwrap .cat-links {
		font-size: 0.8em;
	}
	.post-list.style-3 .entry-title {
		font-size: 2em
	}
	.post-list.style-3 .read-more a {
		padding: 1em 1.2em;
	}
}
@media only screen and (max-width: 767px){
	.post-list.style-3 .wrp-book-navigation .wrp-book-arrow-left {
		left: 0;
	}
	.post-list.style-3 .wrp-book-navigation .wrp-book-arrow-right {
		right: 0;
	}
}
@media only screen and (max-width: 540px), (max-device-width: 540px) {
	.post-list article.hentry,
	.post-list.style-3 .wpr-bookwrap .wrp-book-side,
	.wooplus-product.style-4 .wpl-item .p-image,
	.wooplus-product.style-4 .wpl-item .p-info {
		width: 100% !important;
	}
}
