@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
@import url("https://fonts.googleapis.com/css?family=Yesteryear");

/*
General Styles
*/

::-moz-selection {
	background-color: #f9a34f;
	color: #fff;
}

::selection {
	background-color: #f9a34f;
	color: #fff;
}

::-moz-selection {
	background-color: #f9a34f;
	color: #fff;
}

body {
	background-color: #fff;
	font-family: "raleway", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	overflow: visible;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
	color: #999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	-webkit-font-feature-settings: "lnum" 1;
	font-feature-settings: "lnum" 1;
	font-variant-numeric: lining-nums;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 17px;
	margin-top: 0.65em;
	word-break: break-word;
	color: #fff;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 50px;
}

h3 {
	font-size: 40px;
}

h4 {
	font-size: 30px;
	font-weight: 200;
}

h5 {
	font-size: 20px;
	font-weight: 400;
}

h6 {
	font-size: 16px;
}

@media (max-width: 575px) {
	h1 {
		font-size: 1.8rem;
	}

	h2 {
		font-size: 37px;
	}

	h3 {
		font-size: 1.4rem;
	}

	h4 {
		font-size: 20px;
		line-height: 25px;
	}

	h5 {
		font-size: 30px;
	}

	h6 {
		font-size: 1.1rem;
	}
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

ul:last-child,
ol:last-child,
p:last-child {
	margin-bottom: 0;
}

p:last-child:after {
	clear: both;
	content: "";
	display: block;
}

img,
figure {
	height: auto;
	max-width: 100%;
}

figcaption {
	font-size: 0.95em;
	line-height: 1.4;
	padding: 10px 0 7px;
}

figcaption p {
	margin-bottom: 0;
}

b,
strong {
	color: #fff;
	font-weight: 700;
}

label {
	color: #323232;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

a:hover {
	text-decoration: none;
	-webkit-transition: all 0.15s linear 0s;
	transition: all 0.15s linear 0s;
}

blockquote {
	font-style: italic;
	margin: 50px 0;
	padding: 55px 60px 60px;
}

blockquote .body h4 {
	margin-bottom: 0;
	margin-top: 24px;
}

blockquote p.small-text {
	font-weight: 600;
	letter-spacing: 0.2em;
}

blockquote .media {
	margin: 15px 0;
}

blockquote .media img {
	border-radius: 50%;
	max-width: 60px;
}

blockquote h3,
blockquote h4,
blockquote .text-small {
	font-style: normal;
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus {
	outline: medium none;
	text-decoration: none;
}

a > img {
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

a:hover > img {
	opacity: 0.8;
}

a.btn:active,
a.button:active,
button:active,
input[type="submit"]:active {
	position: relative;
	top: 1px !important;
}

hr {
	border-color: #e1e1e1;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
}

iframe {
	border: none;
	max-width: 100%;
}

table {
	margin: 10px 0;
	max-width: 100%;
	width: 100%;
}

table td,
table th {
	line-height: 1.42857143;
	padding: 13px 8px;
	vertical-align: middle;
}

table th {
	color: #f9a34f;
	font-weight: normal;
	vertical-align: middle;
}

canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

pre {
	background-color: rgba(150, 150, 150, 0.05);
	line-height: 1.5;
	padding: 0.5em 1em;
}

ul,
ol {
	padding-left: 1.15rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

dl,
ol,
ul {
	margin-bottom: 3px;
	margin-top: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select,
.form-control,
.sppb-form-control {
	background-color: transparent;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	color: #252525;
	font-size: 14px;
	font-weight: 500;
	height: 60px;
	letter-spacing: 2px;
	padding-bottom: 9px;
	padding-left: 29px;
	padding-right: 20px;
	padding-top: 9px;
	text-transform: uppercase;
	width: 100%;
}

input[disabled] {
	cursor: not-allowed;
	opacity: .4;
}

input[type="submit"],
button {
	cursor: pointer;
}

input[type="submit"],
button {
	background: transparent;
	border: 2px solid #f9a34f;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	padding: 16px 64px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

input[type="submit"]:hover,
button:hover {
	background-color: #f9a34f;
	color: #222c35;
}

textarea,
textarea.form-control,
textarea.sppb-form-control {
	height: auto;
	padding-top: 20px;
}

.form-group,
.sppb-form-control {
	position: relative;
}

form label + [class*="fa-"] {
	font-size: 16px;
	left: 28px;
	position: absolute;
	text-align: center;
	top: 60px;
	width: 1em;
}

form .has-placeholder label + [class*="fa-"] {
	top: 22px;
}

form label + [class*="fa-"] + .form-control {
	padding-left: 60px;
}

label {
	color: #f9a34f;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-transform: uppercase;
}

input[type="checkbox"] + label {
	padding-left: 0;
}

input[type="checkbox"] + label > a {
	color: #323232;
}

input[type="checkbox"] + label:before {
	border: 1px solid #e1e1e1;
	content: "";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 15px;
	height: 16px;
	line-height: 14px;
	margin: 1px 10px 4px 0;
	padding-right: 0.1em;
	text-align: center;
	vertical-align: middle;
	width: 16px;
}

input[type="checkbox"]:checked + label:before {
	color: #323232;
	content: "\f00c";
}

input[type="checkbox"]:disabled + label:before {
	background-color: #e1e1e1;
}

input[type="radio"] + label {
	padding-left: 0;
}

input[type="radio"] + label > a {
	color: #999;
}

input[type="radio"] + label:before {
	border: 2px solid #e1e1e1;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 16px;
	margin-bottom: 2px;
	margin-right: 10px;
	vertical-align: middle;
	width: 16px;
}

input[type="radio"]:checked + label:before {
	background-clip: content-box;
	background-color: #f9a34f;
	padding: 3px;
}

input[type="radio"]:disabled + label:before {
	background-color: #e1e1e1;
}

.small-text {
	color: #f9a34f;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-transform: uppercase;
}

.sppb-btn {
	border: 2px solid;
	border-radius: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	margin-bottom: 4px;
	padding: 17px 63px;
	text-transform: uppercase;
	cursor: pointer;
}

/* */

/* HEADER */

#sp-header {
	background: rgba(0, 0, 0, 0.4);
}

#sp-header {
	height: inherit;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
}

#sp-header.header-sticky {
	box-shadow: 0 2px 15px 0 rgba(100, 100, 100, 0.05);
	opacity: 0.98;
	background-color: #222c35;
}

#sp-header .container {
	max-width: 100%;
}

#sp-header .logo {
	height: inherit;
}

#sp-logo, #sp-menu, #sp-position1 {
	display: table;
	margin: auto 0;
}

.logo-image, .logo-image-phone {
	height: 100% !important;
	max-height: 44px;
}

#sp-logo .logo-slogan {
	font-family: "Yesteryear", sans-serif;
	font-size: 42px;
	padding: 0 10px;
	border-color: #fff;
	color: #fff;
}

.sp-megamenu-parent {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 99;
	display: block;
	float: unset;
	position: relative;
	text-align: center;
}

@media (max-width: 1200px) {.sp-megamenu-parent {float: right;}}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	line-height: inherit;
	color: #fff;
	line-height: 14px;
	margin: 0 15px;
	padding-bottom: 53px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 53px;
	-webkit-transition-duration: 0.15s;
	transition-duration: 0.15s;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition-property: color, background-color, border-color, padding-top, padding-bottom;
	transition-property: color, background-color, border-color, padding-top, padding-bottom;
}

@media (max-width: 1315px) {
	.sp-megamenu-parent > li > a {margin: 0 10px;}
	
	#sp-logo .logo-slogan {
	font-size: 27px;
	padding: 0;
}
}

@media (max-width: 1200px) {
	.sp-megamenu-parent > li > a {letter-spacing: 0;}
	#sp-position1 a.fa {margin: 0 !important;}
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	display: none;
	margin-left: 0;
}

#sp-header.header-sticky  .sp-megamenu-parent > li > a {
	padding-bottom: 33px;
	padding-top: 33px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 20px 0 20px;
	text-align: left;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	color: #222c35;
	font-weight: 500;
	letter-spacing: 0.2em;
	padding: 3px 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition-property: color, background-color, border-color, padding-top, padding-bottom;
	transition-property: color, background-color, border-color, padding-top, padding-bottom;
	padding-left: 30px;
	padding-right: 40px;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
}

#offcanvas-toggler {
	display: block;
	height: inherit;
	line-height: inherit;
	font-size: 20px;
	padding-bottom: 33px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 33px;
}

#offcanvas-toggler > .fa {
	color: #fff;
}

/* */


/* 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: 165px 0 40px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}

.sp-page-title .sp-page-title-heading {
	font-size: 50px;
	font-weight: 100;
	line-height: 1;
	margin-bottom: 17px;
	margin-top: 1px;
}

.breadcrumb {
	justify-content: center;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
	color: #999;
	line-height: 1.6;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

 .sp-page-title .breadcrumb > li > a:hover, .sp-page-title .breadcrumb > .active {
	color: #f9a34f;
	line-height: 1.6;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: .9rem;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .9rem;
	color: #6c757d;
	content: "/";
}

/* */

/* PORTFOLIO DEFAULTS */

.com-spsimpleportfolio {background-color: #222c35;}

.featherlight {
  top: 11%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {width: 100%;}

.sp-simpleportfolio h2 {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
}

.sp-simpleportfolio-details-content {
	text-align: center;
}

.sp-simpleportfolio .sp-simpleportfolio-image {
	margin-bottom: 0;
}

.sp-simpleportfolio-details {
	padding: 55px;
	position: relative;
	background-color: #1b232a;
}

.sp-simpleportfolio .sp-simpleportfolio-description {
	width: 100%;
	float: unset;
}

.entry-excerpt {
	font-size: 20px;
	line-height: 30px;
	margin: 8px 0 30px;
}

/* */

/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}

.sidebar-class.com-sppagebuilder {background-color: #222c35;}

#sp-right, #sp-left {padding-top: 125px; padding-bottom: 125px;}

#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
	margin-top: 0;
}

#sp-left .sp-module, #sp-right .sp-module {
	margin-top: 60px;
	border: 0px solid #f3f3f3;
	padding: 0;
	border-radius: 0;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	padding-bottom: 0;
	border-bottom: 0px solid #f3f3f3;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 28px;
}

#sp-left .media, #sp-right .media {
	display: table;
}

#sp-left .media-left, #sp-right .media-left {
	padding-right: 20px;
	display: table-cell;
	vertical-align: middle;
}

#sp-left .latestnews img, #sp-right .latestnews img {
	border-radius: 5px;
	max-width: 70px;
}

#sp-left .media-body, #sp-right .media-body {
	line-height: 24px;
	display: table-cell;
	vertical-align: middle;
}

#sp-left .media-body h4, #sp-right .media-body h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: none;
    margin: 0;
	margin-bottom: 5px;
	color: #fff;
}

#sp-left .media-body h4 > a, #sp-right .media-body h4 > a {color: inherit;}

#sp-left .media-body h4 > a:hover, #sp-right .media-body h4 > a:hover
{
    color: #f9a34f;
}

#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;
}

#sp-left .media-body span, #sp-right .media-body span {
color: #f9a34f;
font-size: 14px;
line-height: 1.4;
margin-bottom: 0.5em;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
}

#sp-left .latestnews li, #sp-right .latestnews li {
	margin-top: 20px;
}

#sp-left .latestnews li:first-child, #sp-right .latestnews li:first-child {
	margin-top: 0;
}

#sp-left .form-control, #sp-right  .form-control {
  background-color: transparent;
border: 1px solid #e1e1e1;
border-radius: 2px;
color: #252525;
font-size: 14px;
font-weight: 500;
height: 60px;
letter-spacing: 2px;
padding-bottom: 9px;
padding-left: 29px;
padding-right: 20px;
padding-top: 9px;
text-transform: uppercase;
width: 100%;
background-color: #222c35;
border-color: #323940;
color: #9a9a9a;
}

#sp-left .form-control:focus, #sp-right  .form-control:focus {
border-color: #999;
box-shadow: none !important;
}


@media (max-width:992px) {
	
	.com-content #sp-left {
	padding-top: 0;
	padding-bottom: 70px;
}

	.com-content #sp-right {
	padding-top: 70px;
	padding-bottom: 0;
}
	
}

/* */

/* BLOG DEFAULT */

.com-content {
	background-color: #222c35;
}

.com-content #sp-component {
	padding-top: 125px;
	padding-bottom: 125px;
}

#sp-main-body {
	padding: 0;
}

.article-list .article {
	margin-bottom: 60px;
	padding: 0;
	border: 0px solid #f5f5f5;
	border-radius: 0;
	background-color: #1b232a;
}

.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;
}

.article-body {
	padding: 50px 60px 56px;
}

.article-list .article .article-header h1, .article-list .article .article-header h2 {
	font-size: 20px;
	line-height: 1;
	margin: 0 0 21px;
	text-transform: none;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
	color: inherit;
}

.article-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1;
	margin-bottom: 18px;
	justify-content: space-between;
}

.article-info > span {
	font-size: 0;
	line-height: 1;
	margin-bottom: 12px;
	color: #f9a34f;
	display: inline-block;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.2em;
line-height: 1;
margin: 8px 4px 0 0;
text-transform: uppercase;
}

.article-info > span a {
	color: #fff;
}

.article-info > span a:hover {
	color: #f9a34f;
}

.article-info > span + span::before {
	display: none;
}

.article-info > span.published {
	float: right;
}

.article-list .article .article-header h1 a:hover, .article-list .article .article-header h2 a:hover, .article-list .article .article-header h1 a:active, .article-list .article .article-header h2 a:active, .article-list .article .article-header h1 a:focus, .article-list .article .article-header h2 a:focus {
	color: #f9a34f;
}

/* Single Article */

.article-details {
	background-color: #1b232a;
}

.article-details .article-full-image {
	text-align: center;
	margin-bottom: 52px;
}

.article-details .article-header h1, .article-details .article-header h2 {
	font-size: 2.25rem;
	padding: 0 55px 20px;
}

.article-details .article-info {
	margin-bottom: 18px;
	padding: 0 55px;
}

.article-details .single-article-body {
	padding: 0 55px 52px;
}


.article-details blockquote {
	font-style: italic;
	margin: 0;
	padding: 30px 25px 47px;
}

.article-details blockquote h4 {
    margin-bottom: 0;
    margin-top: 25px;
}

.color-main {
    color: #f9a34f;
}

.article-details ul, .article-details ol {
    margin-bottom: 7px;
}

ul.list-styled {
    color: #fff;
    font-weight: 300;
    list-style: none;
    padding: 10px 0;
}

ul.list-styled li {
    margin-bottom: 16px;
    position: relative;
}

ul.list-styled li::before {
    color: #f9a34f;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    padding-right: 13px;
    position: relative;
}

.alignleft {
    float: left;
    margin: 15px 40px 10px 0;
    max-width: 50%;
}

/* SHOP */

.com-j2store {
	background-color: #222c35;
}

.com-j2store #sp-component {
	padding-top: 125px;
	padding-bottom: 125px;
}

.view-products .j2store-single-product {
	margin-bottom: 30px;
	padding: 0;
	position: relative;
	text-align: center;
}

.j2store-product-images {
	overflow: hidden;
	display: block;
}

.j2store-product-images img {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.j2store-product-images:hover img {
	opacity: 0.8;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.view-products .j2store-single-product .content-box {
    background-color: #1b232a;
	padding: 35px 35px;
}

.view-products .j2store-single-product .product-title {
	color: #fff;
	margin-top: 0;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 25px;
	text-transform: none;
}

.view-products .j2store-single-product .product-title > a {color: inherit;}
.view-products .j2store-single-product .product-title > a:hover {color: #f9a34f;}

.view-products .j2store-single-product .product-price-container {
	font-size: 16px;
	color: #fff;
	display: block;
	font-weight: 700;
	margin: 1em 0 1.5em;
	opacity: 1;
}

.view-products .j2store-single-product .product-price-container .strike {
	margin-right: 0;
	display: inline-block;
	padding-right: 1em;
	color: #fff;
}

.base-price, .sale-price {
	line-height: inherit;
}

.product-price-container .sale-price {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	display: inline-block;
}

.j2store-addtocart-form {
	margin-top: 0;
}

.view-products .j2store-single-product .sppb-btn {
	border: 2px solid;
	border-radius: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	margin-bottom: 4px;
	padding: 17px 63px;
	text-transform: uppercase;
	cursor: pointer;
	border-color: #f9a34f;
}

.view-products .j2store-single-product .sppb-btn:hover {
	background-color: #f9a34f;
	border-color: #f9a34f;
	color: #fff;
}

.pagination {
	margin-top: 50px;
	display: block;
	line-height: 0;
	text-align: center;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #f9a34f;
	border-color: #f9a34f;
}

.pagination li {
	display: inline-block;
}

.pagination > li > a, .pagination > li > span {
	background-color: #1b232a;
	border: none;
	border-radius: 0 !important;
	color: #fff;
	display: inline-block;
	line-height: inherit;
	margin-left: 0;
	margin-right: 4px;
	min-width: 3em;
	padding: 27px;
	text-align: center;
}

.page-item.active .page-link, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background-color: #f9a34f;
	border: none;
	border-radius: 0 !important;
	color: #fff;
	display: inline-block;
	line-height: inherit;
	margin-left: 0;
	margin-right: 4px;
	min-width: 3em;
	padding: 27px;
	text-align: center;
}

.discount-percentage {
	background-color: #f9a34f;
	color: #fff;
	left: -10px;
	padding: 0.3em 1em;
	position: absolute;
	top: 10px;
	z-index: 2;
}

.discount-percentage:before {
	border-color: transparent #f7891e transparent transparent;
	border-style: solid;
	border-width: 0 10px 10px 0;
	bottom: -10px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
}

/* SINGLE PRODUCT */

.view-products.j2store-single-product-view .j2store-single-product {
	text-align: left;
}

.j2store-product-main-image {
	margin-bottom: 0;
	width: 100%;
}

ul.additional-image-list {
	margin: 0px;
	padding: 0;
}

.additional-image-list li {
	list-style-type: none;
	padding: 4px 1px 0 0;
	max-width: 25%;
	margin: 0;
	float: left;
}

.additional-image-list li img {
	opacity: .7;
}

.additional-image-list li:first-child img,
.additional-image-list li:hover img {
	opacity: 1;
}

.view-products.j2store-single-product-view .product-title {
	color: #fff;
}

.price-sku-brand-container {
	margin-top: 0px;
	padding-top: 0px;
	border-top: 0px solid #e5e5e5;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.j2store-single-product-view .product-price-container .sale-price {
	font-weight: 700;
	color: #fff;
}

.j2store-single-product-view .product-sdesc-top {
	overflow: hidden;
	padding: 0;
}

.j2store-single-product-view .product-sku {
margin-top: 1.5em;
}

.j2store-single-product-view .product-sku span {
	margin: 10px 0;
}

.j2store-single-product-view .product-sku .sku-text {
	color: #fff;
	padding: 5px 8px;
	line-height: 1.42857143;
}

.j2store-single-product-view .product-sku .sku {
	line-height: 1.42857143;
	padding: 13px 8px;
	color: #999;	
}

.view-products.j2store-single-product-view .j2store-single-product .product-price-container {
	display: block;
	font-weight: 700;
	margin: 1em 0 1.5em;
	opacity: 1;
	border-color: #454545;
	color: #fff;
}

.view-products.j2store-single-product-view  .options {
	margin: 1.5em 0;
}

.view-products.j2store-single-product-view select {
  background-color: transparent;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	color: #252525;
	font-size: 14px;
	font-weight: 500;
	height: 60px;
	letter-spacing: 2px;
	padding-bottom: 9px;
	padding-left: 29px;
	padding-right: 20px;
	padding-top: 9px;
	text-transform: uppercase;
	width: 100%;
	background-color: #222c35;
	border-color: #323940;
	color: #9a9a9a;
}

.view-products.j2store-single-product-view select:focus {
	border-color: #999;
}

.view-products.j2store-single-product-view .options b {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-transform: uppercase;
	margin: 0 0 5px;
	display: block;
}

.view-products.j2store-single-product-view .options #option-2 b {
	margin: 10px 0;
}

.view-products.j2store-single-product-view .options #option-2 br {margin-top: 10px;}


.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: 10px;
background-color: transparent;
border: 1px solid #e1e1e1 !important;
border-radius: 2px !important;
color: #252525;
font-size: 14px;
font-weight: 500;
height: 60px;
letter-spacing: 2px;
padding-bottom: 9px !important;
padding-left: 20px !important;
padding-right: 20px !important;
padding-top: 9px !important;
text-transform: uppercase;
background-color: #222c35;
border-color: #323940 !important;
color: #9a9a9a !important;
box-shadow: none !important;
}

.j2store-single-product-view .j2store-cart-button.sppb-btn {
	border: 2px solid;
	border-radius: 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.6em;
	margin-bottom: 4px;
	padding: 17px 63px;
	text-transform: uppercase;
	cursor: pointer;
	border-color: #f9a34f;
	color: #fff;
	background: transparent;
}

.j2store-single-product-view .j2store-cart-button.sppb-btn:hover {
	background-color: #f9a34f;
	border-color: #f9a34f;
	color: #fff;
}

#j2store-product-detail-tab {
	padding-top: 80px;
	border-bottom: 0px solid #f7f7f7;
	position: relative;
}

#j2store-product-detail-tab li {
	margin-bottom: 0;
}

#j2store-product-detail-tab li + li {
	margin-left: 3px;
}

#j2store-product-detail-tab li a,
#j2store-product-detail-tab li.active a {
border: 2px solid rgba(153, 153, 153, 0.5);
border-bottom: 0;
color: rgba(153, 153, 153, 0.7);
display: block;
font-size: 14px;
font-style: normal;
font-weight: 700;
letter-spacing: 0.1em;
line-height: 1.6em;
margin-bottom: 1px;
margin-right: 3px;
padding: 15px 28px;
text-transform: uppercase;
}

@media (min-width: 992px) {
	#j2store-product-detail-tab li a,
	#j2store-product-detail-tab li.active a {
		padding: 15px 30px;
	}
}

@media (min-width: 1200px) {
	#j2store-product-detail-tab li a,
	#j2store-product-detail-tab li.active a	{
		padding: 20px 50px 17px;
	}
}


#j2store-product-detail-tab li a:hover {
	border-color: #f9a34f;
	background-color: #f9a34f;
	color: #ffffff;
}

.j2store-single-product-view .tab-content {
	border: 0px solid #f4f4f4;
	border-top: none;
	position: relative;
	margin-top: 0;
	padding: 30px;
	background-color: #1b232a;
}

.j2store-single-product-view .tab-content:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: 10px;
    background-color: #f9a34f;
}

.j2store-single-product-view .tab-content {color: #999;}

.j2store-single-product-view .tab-content h2 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 28px;
	color: #fff;
}

.j2store-single-product-view .tab-content .table td, .j2store-single-product-view .tab-content .table th {
	padding: .45rem;
	vertical-align: top;
	border-top: 0px solid #dee2e6;
}

.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 {
font-size: 16px;
font-weight: 500;
padding: 22px 30px 22px;
margin-bottom: 4px;
line-height: 1;
display: inline-block;
text-align: center;
border: none;
background-color: #344a5f;
border-radius: 30px;
position: relative;
box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
transition: all 0.4s linear 0s;
color: #ffffff;
background-color: #f9a34f;
border-color: #f9a34f;
}

.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 {
	color: #ffffff;
	background-color: #667e96;
}

.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;}

.view-checkout .j2store.checkout h1 {display: none;}

/* */


.owl-carousel .owl-item img {
	display: block;
	width: inherit !important;
}