@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('flaticon.css');

/* GENERAL */

body {
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'Raleway', sans-serif;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Montserrat', sans-serif;
}

p{
	position:relative;
	line-height:1.8em;	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.sppb-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	cursor: pointer;
	border-radius: 0;
}

img{
	display:inline-block;
	max-width:100%;	
}

#sp-top-bar .sp-module {
	display: block;
	margin: 0;
}

#sp-top-bar {
	padding: 0;
	font-size: inherit;
	z-index: 99999;
	position: relative;
}

#sp-top-bar #sp-top1 {z-index: 99999;}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none !important;
}

.logo-image, .logo-image-phone {
	height: inherit !important;
}

@media (min-width: 1200px) {
	.container {
	max-width: 1200px;
}
}

/* */

/* TOP SECTIONS */

#sp-logo-section {
	position: relative;
	background: #ffffff;
	z-index: 5;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-bottom: 1px solid #f3f3f3;
}

#sp-logo-section #sp-logo,
#sp-header #sp-logo {
	display: table;
	margin: auto;
}

#sp-logo-section .logo {
	height: inherit;
	padding: 18px 0px;	
}

#sp-header .logo {
	height: inherit;
}

/* */

/* HEADER */

#sp-header {
	height: inherit;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
}

#sp-header.header-sticky {
	z-index: 999;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	border-bottom: 1px solid #e0e0e0;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

#sp-header #sp-logo {display: none;}
#sp-header.header-sticky #sp-logo {display: block;}



.sp-megamenu-parent {
	list-style: none;
	padding: 0;
	margin: 0 -15px;
	z-index: 99;
	display: block;
	float: unset;
	position: relative;
}

#sp-header.header-sticky .sp-megamenu-parent {float: right;}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	padding: 0 15px;
	position: relative;
	display: block;
	font-size: 14px;
	color: #222222;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 14px;
	padding-bottom: 16px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Montserrat', sans-serif;
}

.sp-megamenu-parent > li > a:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -1px;
	width: 0%;
	height: 1px;
	background-color: #72af2f;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

#sp-header.header-sticky .sp-megamenu-parent > li > a:before, #sp-header.header-sticky .sp-megamenu-parent > li > a:after {display: none;}

.sp-megamenu-parent > li.active > a {
	font-weight: 600;
}

.sp-megamenu-parent > li.active > a:before,
.sp-megamenu-parent > li > a:hover:before {
	width: 100%;
}

.sp-megamenu-parent > li.menu-search {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 12;
}

.sp-megamenu-parent > li.menu-search > a {
	position: relative;
	min-width: 70px;
	min-height: 60px;
	line-height: 1;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 19px;
	padding-bottom: 19px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	text-align: center;
}

.sp-megamenu-parent > li.menu-search > a > span {
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	color: #72af2f;
	line-height: 20px !important;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	background: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
}

.sp-megamenu-parent > li.menu-search > a:before {display: none;}

#sp-header.header-sticky .sp-megamenu-parent > li.menu-search  {display: none;}

#sp-header.header-sticky .logo img {max-width: 160px;}

#sp-header.header-sticky .sp-megamenu-parent > li > a {
	padding: 15px 15px;
}

#sp-header.header-sticky .sp-megamenu-parent > li.active > a,
#sp-header.header-sticky .sp-megamenu-parent > li:hover > a {
	background: #72af2f;
	color: #ffffff !important;
	padding: 15px 8px;
}

/* Submenu */

.sp-megamenu-parent .sp-dropdown {
	z-index: 2222;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: none;
	padding: 0;
    border-top: 2px solid #72af2f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.1);	
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
    border-bottom: none;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	position: relative;
	display: block;
	padding: 14px 20px;
	line-height: 24px;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    height: 16px;
    margin-top: -8px;
    border-left: 2px solid #72af2f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

@media (min-width: 992px) { 
#sp-header.header-sticky #sp-menu {
	width: 75% !important;
	flex: 0 0 75% !important;
	max-width: 75% !important;
}
}

@media (min-width: 768px) {
#sp-top-bar .container {
	max-width: 1200px;
}
#sp-header #sp-menu {
	width: 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
	display: table;
	margin: auto;
}
#sp-header.header-sticky #sp-menu {
	width: auto !important;
	flex: 0 0 66.666667% !important;
	max-width: 66.666667% !important;
}
}

@media (max-width: 992px) {
#sp-logo-section .logo {
	margin: auto;
	display: table;
	padding: 20px 0px 0px;
}
}

@media (max-width: 768px) {
#sp-header #sp-logo {display: block;}
}

.sp-megamenu-parent li a span, .sp-megamenu-parent li.request-quote  {display: none;}



/* */

/* FOOTER */

#sp-footer {
	font-size: inherit;
	margin: 0;
	padding: 0;
}

#sp-footer .container-inner {
	padding: 0;
	border-top: 0px solid rgba(255, 255, 255, .1);
}


/* */

/* PAGE TITLE */

.sp-page-title {
	padding: 20px 0px 0px 0px;
	background-repeat: repeat;
	background-position: 50% 50%;
	background-size: auto;
	background-attachment: scroll;
	text-align: center;
}

.sp-page-title .sp-page-title-heading {
	position: relative;
	font-size: 0px;
	font-weight: 0;
	color: #222222;
	line-height: 1.5em;
	text-transform: capitalize;
}

.sp-page-title .sp-page-title-sub-heading {
	font-weight: normal;
	line-height: 1;
	margin-top: 0;
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 70px;
}

.sp-page-title .container {
    max-width: 100%;
	padding: 0;
}

.sp-page-title .breadcrumb {
	background: #fff;
	padding: 0;
	margin: 0;
	position: relative;
	color: #272727;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	font-size: 14px;
	padding: 18px 180px 17px;
}

@media (max-width: 992px) {
	.sp-page-title .breadcrumb {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 768px) {
	.sp-page-title .breadcrumb {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
	color: #272727;
	font-weight: 400;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
}

.sp-page-title .breadcrumb > .active {
	color: #72af2f;;
}


/* */


.section-before:before {
	position: absolute;
	content: '';
	left: 0px;
	top: -20px;
	width: 100%;
	height: 20px;
	background: url(/images/resource/pattern-layer.png) repeat-x;
}


@media (min-width: 768px) {
.fact-counter {
	position: relative;
}

.fact-counter::before {
	position: absolute;
	content: '';
	left: 45%;
	top: 0px;
	height: 100%;
	width: 1px;
	background-color: rgba(255,255,255,0.20);
}

.fact-counter::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0px;
	height: 1px;
	width: 100%;
	background-color: rgba(255,255,255,0.20);
}
}

/* */

/* BLOG DEFAULTS */


.article-list .article {
	margin-bottom: 40px;
	padding: 0px;
	border: 0px solid #f5f5f5;
	border-radius: 0px;
}

.article-list .article .article-intro-image, .article-list .article .article-featured-video, .article-list .article .article-featured-audio, .article-list .article .article-feature-gallery {
	margin: 0;
	border-radius: 0;
	border-bottom: 0px solid #f5f5f5;
	overflow: hidden;
}

.article-list .article .article-intro-image img, .article-list .article .article-featured-video img, .article-list .article .article-featured-audio img, .article-list .article .article-feature-gallery img {
	border-radius: 0;
	width: 100%;
}

.article-body {
	position: relative;
	padding-top: 22px;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
	font-size: 1.375rem;
	margin: 0;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4em;
	min-height: 50px;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover {
    color: #fb5215;
}

.article-info {
	display: block;
	position: relative;
	margin: 7px 0px 8px;
}

.article-info > span {
	position: relative;
	color: #999999;
	font-size: 16px;
	padding-left: 0;
	margin-right: 15px;
	display: inline-block;
}

.article-info > span i {
	color: #fb5215;	
	margin-right: 1px;
}

.article-info > span + span::before {
	display: none;
	padding-right: 0;
	padding-left: 0;
	content: "/";
}

.article-introtext > p {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 1.7em;
	min-height: 82px;
	margin: 0;
}

.pagination-wrapper {
	position: relative;
	padding-top: 40px;
	border-top: 1px solid #eeeeee;
}

.pagination-wrapper li {
	position: relative;
	margin: 0px 8px 8px 0px;
}

.pagination > li > a, .pagination > li > span {
position: relative;
display: inline-block;
line-height: 36px;
padding: 9px 5px;
height: 55px;
font-size: 18px;
min-width: 55px;
color: #252525;
font-weight: 400;
text-align: center;
background: none;
border: 1px solid #eeeeee;
text-transform: capitalize;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
	border-radius: 0;
}

.page-item.active .page-link,
.page-item .page-link:hover {
	z-index: 1;
	color: #ffffff;
	border-color: #72af2f;
	background-color: #72af2f;
	border-radius: 0;
}

.blog-sidebar .article-list .article {
	margin-bottom: 60px;
	padding: 0px;
	border: 0px solid #f5f5f5;
	border-radius: 0px;
}

.blog-sidebar .article-body {
	position: relative;
	padding: 25px 30px;
	border: 1px solid #eeeeee;
}

.blog-sidebar .article-list .article .article-header h1, .blog-sidebar .article-list .article .article-header h2 {
	font-size: 1.375rem;
	margin: 0;
	position: relative;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4em;
}

.blog-sidebar .article-info {
	display: block;
	position: relative;
	margin: 7px 0px 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f6f6f6;
}

.blog-sidebar .article-info > span {
	position: relative;
	color: #999999;
	font-size: 16px;
	margin-right: 15px;
	display: inline-block;
}

.blog-sidebar .article-introtext > p {
	position: relative;
	color: #848484;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 12px;
}

.article-list .article .readmore {
	font-size: 0.875rem;
}

.article-list .article .readmore a {
	position: relative;
	color: #72af2f;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
}

/* Sidebar */

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0px;
	border-radius: 0;
}

.form-control {
	position: relative;
	line-height: 28px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #eeeeee;
	background: none;
	display: block;
	font-size: 16px;
	width: 100%;
	height: 50px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	border-radius: 0;
}

.form-control:focus {box-shadow: none; border-color: #72af2f;}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	margin: 0 0 25px;
	font-size: 22px;
	color: #222222;
	font-weight: 400;
	line-height: 1.2em;
	padding-bottom: 15px;
	text-transform: capitalize;
	border-bottom: 1px solid rgba(238,238,238,0.50);
}

#sp-left .sp-module .sp-module-title:after, #sp-right .sp-module .sp-module-title:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -1px;
	width: 45px;
	height: 1px;
	background-color: #72af2f;	
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: 0;
}

.category-module li h4, .categories-module li h4, .archive-module li h4, .latestnews li h4, .newsflash-horiz li h4, .mostread li h4, .form-links li h4, .list-striped li h4 {
	margin: 0;
}

.categories-module li {
	position: relative;
	margin-bottom: 15px;
}

.categories-module li h4 {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding-bottom: 15px;
	color: #848484;
	padding-left: 30px;
	border-bottom: 1px solid #eeeeee;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'Raleway', sans-serif;	
}

.categories-module li h4 a {
	color: #848484;
}

.categories-module li h4 a:hover {
	color: #72af2f;
}

.categories-module li h4 a:before {
	position: absolute;
	content: '\f114';
	left: 0px;
	top: 0px;
	font-family: 'FontAwesome';
}

.categories-module li h4 a:after {
    position: absolute;
    content: '\f105';
    right: 0px;
    top: 0px;
    font-family: 'FontAwesome';
}

.latestnews li {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	min-height: 75px;
	margin-bottom: 40px;
}

.latestnews li img {
	max-width: 75px;
}

.latestnews li .media-body {
	padding-left: 20px;
}

.latestnews li .media-body a {
	position: relative;
	font-size: 16px;
	margin: 0px 0px 0px;
	font-weight: 400;
	color: #222222;
	line-height: 1.4em;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	top: -4px;
}

.latestnews li .media-body a:hover {
	color: #72af2f;
}

.latestnews li .media-body span {
	position: relative;
	font-size: 16px;
	color: #999999;
	font-family: 'Raleway', sans-serif;
	display: block;
}

.latestnews li .media-body span i {
	color: #72af2f;
}

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
	display: block;
	padding: 0;
	line-height: 36px;
	padding: 0;
}

#sp-left .sp-module .tagspopular ul > li, #sp-right .sp-module .tagspopular ul > li {
	display: inline-block;
}

#sp-left .sp-module .tagspopular ul > li > a, #sp-right .sp-module .tagspopular ul > li > a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 6px 18px 6px;
	margin: 0px 6px 10px 0px;
	color: #222222;
	text-align: center;
	font-size: 14px;
	text-transform: capitalize;
	background: #f4f4f4;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

#sp-left .sp-module .tagspopular ul > li > a:hover, #sp-right .sp-module .tagspopular ul > li > a:hover {
	color: #ffffff;
	background-color: #72af2f;	
}

/* Single Blog */

.article-details .article-full-image {
	text-align: center;
	margin-bottom: 0;
}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
	width: 100%;
}

.article-details-content {
	position: relative;
	padding: 25px 30px;
	border: 1px solid #eeeeee;
}

.article-details .article-header h1, .article-details .article-header h2 {
	position: relative;
	font-size: 26px;
	font-weight: 600;
	color: #222222;
	line-height: 1.4em;
}

.article-details .article-info {
	display: block;
	position: relative;
	margin: 7px 0px 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f6f6f6;
}

.article-single-body {
    position: relative;
    margin-bottom: 30px;
}

.article-single-body p {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.article-single-body blockquote {
	padding: 10px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    border-left-color: rgb(238, 238, 238);
    border-left-width: 5px;
	border-width: 3px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-style: italic;
	margin-left: 40px;
	font-size: 16px;
	border-color: #72af2f;
	margin-top: 40px;
	margin-bottom: 40px;	
	border-left-style: solid;
}

.article-details .btn-outline-secondary:hover {
	color: #ffffff;
	background-color: #72af2f;
	border-color: #72af2f;
}

.hits span {color: #72af2f;}

.article-details .article-author-information {
	padding-top: 2rem;
	margin-top: 2rem;
	border-top: 0px solid #f5f5f5;
	position: relative;
	padding: 30px 30px;
	background-color: #f7f7f7;
}

.article-details .article-author-information h5 {
	position: relative;
	color: #222222;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 8px;
}

.author-bio {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
}

.author-website {margin-top: 12px;}

/* */

/* J2 SHOP */

.j2store-single-product {
	margin-bottom: 40px;
	position: relative;
	outline: 15px solid #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.j2store-single-product:before {
	content: '';
	position: absolute;
	left: -15px;
	right: -15px;
	bottom: -15px;
	top: -15px;
	opacity: 0;
	z-index: 10;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,0.6);
	-moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,0.6);
	box-shadow: 0px 0px 5px 0px rgba(204,204,204,0.6);
}

.j2store-single-product:hover:before {opacity: 1;}

.j2store-product-images {
	position: relative;
	overflow: hidden;
	transition: all 300ms ease;
	background: #f7f7f7;
	text-align: center;
	z-index: 77;
}

.j2store-product-images .overlay {
    background-color: rgba(255,102,0,0.80);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
	z-index: 55;
}

.j2store-product-images .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
}

.j2store-product-images .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.j2store-product-images .overlay .box .content a i {
    background: #ffffff;
    border-radius: 50%;
    color: #72af2f;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.j2store-single-product:hover .j2store-product-images {
	transition: all 300ms ease;;
}

.j2store-single-product:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}

.j2store-single-product .content-box {
    position: relative;
    border-top: 0px;
	z-index: 66;
}

.j2store-single-product .content-box .inner-box {
    border-bottom: 0px dashed #eee;
    padding: 20px 0px 0px;
}

.j2store-single-product .content-box .inner-box .product-title {
position: relative;
font-size: 18px;
font-weight: 400;
margin-bottom: 4px;
}

.j2store-single-product .content-box .inner-box .product-title a,
.j2store-single-product .content-box .inner-box .product-title a:hover {
	color: #222222;
}

.j2store-single-product .content-box .inner-box .product-title a:hover {
	color: #72af2f;
}

.product-price-container .sale-price {
	position: relative;
	color: #72af2f;
	font-size: 18px;
	font-weight: 400;
}

.j2store-single-product .content-box .price-box {
    padding: 15px 20px 15px;
	display: none;
}

.j2store-addtocart-form {
	margin-top: 0;
}

.j2store-add-to-cart {
	margin-left: 0;
}

.view-products .j2store-single-product .content-box .price-box .j2store-add-to-cart .product-qty {display: none;}

.j2store-single-product .content-box .price-box .sppb-btn {
	text-align: center;
	white-space: pre-line;
	vertical-align: middle;
	border: 0px solid transparent;
	padding: 0;
	border-radius: 0;
font-family: 'Open Sans', sans-serif;
line-height: 1.42857143;
position: relative;
color: #848484;
font-size: 14px;
transition: .7s ease;
background: transparent;
margin-bottom: 2px;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover .sppb-btn {
	color: #72af2f;
	transition: .7s ease;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart {position: relative;}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:before {
	content: '';
	position: absolute;
	background: transparent;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	transition: all 300ms ease-in-out;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover:before {
	background-color: #72af2f;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart i {
	margin-right: 6px;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover i {
	color: #72af2f;
	transition: .7s ease;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
    align-items: center;
	justify-content: center;
	padding-top: 20px;
}

.pagination > li {
	margin: 0 4px;
}

.page-link {
	position: relative;
	display: block;
	padding: 0;
	margin-left: 0;
	background-color: #fff;
	width: 55px;
	line-height: 55px;
	border: 1px solid rgba(229, 229, 229, 0.57);
	text-align: center;
	color: #252525;
	font-size: 18px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.page-item.active .page-link,
.pagination > li > a:hover {
	z-index: 1;
	border-color: #72af2f;
	color: #fff;
	background-color: #72af2f;
}


.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

/* SINGLE PRODUCT */

.j2store-single-product.simple.detail,
.j2store-single-product.simple.detail:hover:before {
	margin-bottom: 0;
	position: relative;
	outline: 0px solid #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.j2store-single-product.simple.detail:before {display: none;}

.simple-product {
    position: relative;
    z-index: 88;
}

.j2store-product-main-image {
	margin-bottom: 0;
	width: 100%;
}

.j2store-single-product-view .simple-product .product-title {
	font-size: 30px;
	font-weight: 400;
	margin: -5px 0px 5px;
	line-height: 1.4em;
	color: #222222;
	padding-bottom: 20px;
	border-bottom: 1px solid #f6f6f6;
	position: relative;
}

.j2store-single-product-view .simple-product .product-title:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -1px;
	width: 60px;
	height: 1px;
	background-color: #72af2f;
}

.price-sku-brand-container {
	border-top: 0px solid #efefef;
	border-bottom: 0px solid #efefef;
	margin: 0;
	padding: 0;
}

.j2store-single-product-view  .simple-product .product-price-container .sale-price {
	font-size: 24px;
	font-weight: 400;
	color: #72af2f;
	line-height: 24px;
	letter-spacing: 1px;
	margin-top: 20px;
}

.j2store-single-product-view .product-sdesc-top {
	margin: 0px 0 0;
	overflow: hidden;
	padding: 24px 0 20px;
	color: #848484;
	font-size: 16px;
	line-height: 1.8em;
}

.j2store-single-product-view .product-sku {
	position: relative;
	color: #72af2f;
	font-size: 16px;
	margin-bottom: 25px;
}

input:focus, textarea:focus {box-shadow: none !important;}

.product-qty input[type="text"], .product-qty input[type="number"],
.product-qty input[type="text"]:focus, .product-qty input[type="number"]:focus {
	display: inline;
	width: 70px !important;
	margin-right: 20px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #eaeaea !important;
	border-radius: 0 !important;
	box-shadow: none;
	color: #272727;
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	padding: 6px 0 8px !important;
	text-align: center;
}

.j2store-single-product-view .j2store-cart-button.sppb-btn {
	position: relative;
	padding: 13px 37px;
	line-height: 24px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	background-color: #72af2f;
	border: 2px solid #72af2f;
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-radius: 0;
}

.j2store-single-product-view .j2store-cart-button.sppb-btn:hover {
	color: #72af2f;
	background: none;
}

#j2store-product-detail-tab {
	padding-top: 75px;
	border-bottom: 0px solid #f7f7f7;
	position: relative;
}

#j2store-product-detail-tab li {
	margin-bottom: -1px;
}

#j2store-product-detail-tab li a {
	position: relative;
	display: block;
	margin-right: 5px;
	font-size: 16px;
	background: #f4f4f4;
	color: #222222;
	border: 1px solid #f4f4f4;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 24px;
	cursor: pointer;
	padding: 12px 18px 10px;
	transition: all 500ms ease;
	border-radius: 5px 5px 0px 0px;
	font-family: 'Montserrat', sans-serif;
}


#j2store-product-detail-tab li:hover a,
#j2store-product-detail-tab li a.active {
	color: #72af2f;
	background: #ffffff;
}

.j2store-single-product-view .tab-content {
	padding: 25px 0px;
	border: none;
	border-top: 1px solid #eeeeee;
}

.product-upsells-container {
	border-top: 0px solid #f7f7f7;
	margin-top: 25px;
	padding-top: 0px;
}

@media (max-width: 575px) {
	.upsell-product {margin: 20px 0;}
	.j2store-single-product-view .product-title {margin-top: 20px;}
}

.product-upsells-container .col-sm-12 > h3 {
	font-size: 30px;
	color: #222222;
	font-weight: 600;
	line-height: 1.1em;
	padding-bottom: 20px;
	border-bottom: 1px solid #f6f6f6;
	position: relative;
	margin-bottom: 55px;
}

.product-upsells-container .col-sm-12 > h3:after {
position: absolute;
content: '';
left: 0px;
bottom: -1px;
width: 60px;
height: 1px;
background-color: #72af2f;
}

.upsell-product-image img {width: 100%;}

.j2store-single-product.simple:hover .overlay {opacity: 0;}

.upsell-product-image-content  .overlay {
    transform: rotateY(180deg) scale(0.5,0.5) !important;
}

.upsell-product-image-content:hover .overlay {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	transform: rotateY(0deg) scale(1,1) !important;
}

.upsell-product-title:after {display: none !important;} 

.j2store-single-product-view .upsell-product-image-content .product-price-container .sale-price {
	font-size: 16px;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn {line-height: 1; margin-top:-5px;}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn i {
	margin-right: 6px;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:hover {
	color: #72af2f;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:before {
	content: '';
	position: absolute;
	left: 0px;
	background: transparent;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	transition: all 300ms ease-in-out;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:hover:before {
	background-color: #72af2f;
}

.sppb-btn:focus, .sppb-btn:active {box-shadow: none !important;}

/* CART */

.view-carts .j2store-cart .row {
    display: block;
}

.j2store-single-product-view input.j2store-cart-button,
.view-carts .j2store-cart-buttons .buttons-left input,
.view-carts .buttons-right a,
#button-account,
#button-login,
#button-guest,
#button-payment-method,
#bank_form input,
.view-carts .buttons-right a:hover,
.view-carts .buttons-right a:active,
.view-carts .buttons-right a:focus,
.view-checkout input.btn {
	line-height: 46px;
	position: relative;
	background: #72af2f;
	font-size: 14px;
	border-radius: 0;
	color: #ffffff;
	border: 1px solid #72af2f;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 0 38px;
		transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.view-carts .buttons-right a,
.j2store-single-product-view input.j2store-cart-button:hover,
.j2store-single-product-view input.j2store-cart-button:focus,
.j2store-single-product-view input.j2store-cart-button:active,
.view-carts .j2store-cart-buttons .buttons-left input:hover,
.view-carts .j2store-cart-buttons .buttons-left input:active,
.view-carts .j2store-cart-buttons .buttons-left input:focus,
#button-account:hover,
#button-account:active,
#button-account:focus,
#button-login:hover,
#button-login:active,
#button-login:focus,
#button-guest:hover,
#button-guest:active,
#button-guest:focus,
#button-payment-method:hover,
#button-payment-method:active,
#button-payment-method:focus,
#bank_form input:hover,
#bank_form input:active,
#bank_form input:focus,
.payment input:hover,
.payment input:active,
.payment input:focus,
.buttons input:hover,
.buttons input:active,
.buttons input:focus,
.view-checkout input.btn:hover,
.view-checkout input.btn:active,
.view-checkout input.btn:focus {
	background: transparent;
	color: #72af2f;
		transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.view-carts .j2store-cart-buttons .buttons-left .cart-continue-shopping-button input,
#button-login,
#button-login:hover,
#button-guest,
#button-guest:hover,
#button-payment-method,
#button-payment-method:hover,
#bank_form input,
#bank_form input:hover,
#button-account,
#button-account:hover {margin-left: 0;}

#onCheckoutPayment_wrapper .payment-plugin-image-label {padding-right: 5px;}

.customer-note {margin-bottom: 20px;}

.customer-note textarea {
	height: auto !important;
	width: auto !important;
}

.view-checkout .checkout-content .left label input,
.view-checkout .checkout-content .shipping-make-same input {
	width: inherit;
	height: inherit;
	margin-right: 7px;
	display: inline-block;
}

.view-checkout .checkout-content .shipping-make-same input {width: auto !important;}

.view-checkout #sp-main-body h2,
.view-checkout #sp-main-body h3 {
	font-size: 24px;
	padding: 10px 0 15px 0;
}

.view-myprofile #sp-main-body ul > li > a {margin: 5px 20px 15px 0; display: inline-block;}

.view-myprofile #sp-main-body label {display: block;}

.view-checkout input.btn {width: unset !important; margin-top: 5px;}

.view-checkout textarea {
    height: auto !important;
}

.btn:active, .btn:focus {
	box-shadow: none !important;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	display: inline-block;
}

#bank_form input {margin-top: 20px;}








@media (min-width: 320px) {#sp-footer  .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-footer  .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-footer  .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-footer  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}











