/****************************** ****************************** 
                   		 Reset CSS
****************************** *****************************/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
a[href^=tel]:active, a[href^=tel]:hover {
	color: inherit;
	text-decoration: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	outline: none;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="tel"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
 @media print {
*, *:before, *:after {
	background: transparent !important;
	color: #000 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " ("attr(href) ")";
}
abbr[title]:after {
	content: " ("attr(title) ")";
}
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
.navbar {
	display: none;
}
.btn > .caret, .dropup > .btn > .caret {
	border-top-color: #000 !important;
}
.label {
	border: 1px solid #000;
}
.table {
	border-collapse: collapse !important;
}
.table td, .table th {
	background-color: #fff !important;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #ddd !important;
}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: none !important;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.42857143;
	color: #14171a;
	background-color: #ffffff;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #54565a;
	text-decoration: none;
	transition: all .2s ease;
}
a:hover {
	color: #14171a;
	text-decoration: none;
}
a:focus {
	outline: 0;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
[role="button"] {
 cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: normal;
	line-height: 1.25;
	color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
small, .small {
	font-size: 85%;
}
mark, .mark {
	background-color: #fcf8e3;
	padding: .2em;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt, dd {
	line-height: 1.42857143;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
 @media (min-width:768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dl-horizontal dd {
	margin-left: 180px;
}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
/*********** Padding/Margin CSS ***********/
.no-margin {
	margin: 0 !important;
}
.margin-bottom-lg {
	margin-bottom: 5px;
}
.margin-bottom-xl {
	margin-bottom: 10px;
}
.margin-bottom-xxl {
	margin-bottom: 20px;
}
.no-padding {
	padding: 0 !important;
}
.force-padding {
	padding: 24px;
}
.large-padding {
	padding: 48px;
}
.small-padding {
	padding: 12px;
}
.no-y-padding {
	padding: 0 24px;
}
.no-side-padding {
	padding: 24px 0;
}
.no-shadow {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .row:before, .row:after, .form-group::after, .form-group::before {
	content: " ";
	display: table;
}
.clearfix:after, .dl-horizontal dd:after, .row:after, .form-group::after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.visible-small {
	display: none !important;
}
.affix {
	position: fixed;
}
@-ms-viewport {
 width: device-width;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
.container {
	width: 750px;
}
}
@media (min-width: 992px) {
.container {
	width: 970px;
}
}
@media (min-width: 1200px) {
.container {
	width: 1200px;
}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
/*********** Grid ***********/
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.small-1, .medium-1, .large-1, .small-2, .medium-2, .large-2, .small-3, .medium-3, .large-3, .small-4, .medium-4, .large-4, .small-5, .medium-5, .large-5, .small-6, .medium-6, .large-6, .small-7, .medium-7, .large-7, .small-8, .medium-8, .large-8, .small-9, .medium-9, .large-9, .small-10, .medium-10, .large-10, .small-11, .medium-11, .large-11, .small-12, .medium-12, .large-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.small-1, .small-2, .small-3, .small-4, .small-5, .small-6, .small-7, .small-8, .small-9, .small-10, .small-11, .small-12 {
	float: left;
}
.small-12 {
	width: 100%;
}
.small-11 {
	width: 91.66666667%;
}
.small-10 {
	width: 83.33333333%;
}
.small-9 {
	width: 75%;
}
.small-8 {
	width: 66.66666667%;
}
.small-7 {
	width: 58.33333333%;
}
.small-6 {
	width: 50%;
}
.small-5 {
	width: 41.66666667%;
}
.small-4 {
	width: 33.33333333%;
}
.small-3 {
	width: 25%;
}
.small-2 {
	width: 16.66666667%;
}
.small-1 {
	width: 8.33333333%;
}
.small-pull-12 {
	right: 100%;
}
.small-pull-11 {
	right: 91.66666667%;
}
.small-pull-10 {
	right: 83.33333333%;
}
.small-pull-9 {
	right: 75%;
}
.small-pull-8 {
	right: 66.66666667%;
}
.small-pull-7 {
	right: 58.33333333%;
}
.small-pull-6 {
	right: 50%;
}
.small-pull-5 {
	right: 41.66666667%;
}
.small-pull-4 {
	right: 33.33333333%;
}
.small-pull-3 {
	right: 25%;
}
.small-pull-2 {
	right: 16.66666667%;
}
.small-pull-1 {
	right: 8.33333333%;
}
.small-pull-0 {
	right: auto;
}
.small-push-12 {
	left: 100%;
}
.small-push-11 {
	left: 91.66666667%;
}
.small-push-10 {
	left: 83.33333333%;
}
.small-push-9 {
	left: 75%;
}
.small-push-8 {
	left: 66.66666667%;
}
.small-push-7 {
	left: 58.33333333%;
}
.small-push-6 {
	left: 50%;
}
.small-push-5 {
	left: 41.66666667%;
}
.small-push-4 {
	left: 33.33333333%;
}
.small-push-3 {
	left: 25%;
}
.small-push-2 {
	left: 16.66666667%;
}
.small-push-1 {
	left: 8.33333333%;
}
.small-push-0 {
	left: auto;
}
.small-offset-12 {
	margin-left: 100%;
}
.small-offset-11 {
	margin-left: 91.66666667%;
}
.small-offset-10 {
	margin-left: 83.33333333%;
}
.small-offset-9 {
	margin-left: 75%;
}
.small-offset-8 {
	margin-left: 66.66666667%;
}
.small-offset-7 {
	margin-left: 58.33333333%;
}
.small-offset-6 {
	margin-left: 50%;
}
.small-offset-5 {
	margin-left: 41.66666667%;
}
.small-offset-4 {
	margin-left: 33.33333333%;
}
.small-offset-3 {
	margin-left: 25%;
}
.small-offset-2 {
	margin-left: 16.66666667%;
}
.small-offset-1 {
	margin-left: 8.33333333%;
}
.small-offset-0 {
	margin-left: 0;
}
 @media only screen and (min-width: 600px) {
.medium-1, .medium-2, .medium-3, .medium-4, .medium-5, .medium-6, .medium-7, .medium-8, .medium-9, .medium-10, .medium-11, .medium-12 {
	float: left;
}
.medium-12 {
	width: 100%;
}
.medium-11 {
	width: 91.66666667%;
}
.medium-10 {
	width: 83.33333333%;
}
.medium-9 {
	width: 75%;
}
.medium-8 {
	width: 66.66666667%;
}
.medium-7 {
	width: 58.33333333%;
}
.medium-6 {
	width: 50%;
}
.medium-5 {
	width: 41.66666667%;
}
.medium-4 {
	width: 33.33333333%;
}
.medium-3 {
	width: 25%;
}
.medium-2 {
	width: 16.66666667%;
}
.medium-1 {
	width: 8.33333333%;
}
.medium-pull-12 {
	right: 100%;
}
.medium-pull-11 {
	right: 91.66666667%;
}
.medium-pull-10 {
	right: 83.33333333%;
}
.medium-pull-9 {
	right: 75%;
}
.medium-pull-8 {
	right: 66.66666667%;
}
.medium-pull-7 {
	right: 58.33333333%;
}
.medium-pull-6 {
	right: 50%;
}
.medium-pull-5 {
	right: 41.66666667%;
}
.medium-pull-4 {
	right: 33.33333333%;
}
.medium-pull-3 {
	right: 25%;
}
.medium-pull-2 {
	right: 16.66666667%;
}
.medium-pull-1 {
	right: 8.33333333%;
}
.medium-pull-0 {
	right: auto;
}
.medium-push-12 {
	left: 100%;
}
.medium-push-11 {
	left: 91.66666667%;
}
.medium-push-10 {
	left: 83.33333333%;
}
.medium-push-9 {
	left: 75%;
}
.medium-push-8 {
	left: 66.66666667%;
}
.medium-push-7 {
	left: 58.33333333%;
}
.medium-push-6 {
	left: 50%;
}
.medium-push-5 {
	left: 41.66666667%;
}
.medium-push-4 {
	left: 33.33333333%;
}
.medium-push-3 {
	left: 25%;
}
.medium-push-2 {
	left: 16.66666667%;
}
.medium-push-1 {
	left: 8.33333333%;
}
.medium-push-0 {
	left: auto;
}
.medium-offset-12 {
	margin-left: 100%;
}
.medium-offset-11 {
	margin-left: 91.66666667%;
}
.medium-offset-10 {
	margin-left: 83.33333333%;
}
.medium-offset-9 {
	margin-left: 75%;
}
.medium-offset-8 {
	margin-left: 66.66666667%;
}
.medium-offset-7 {
	margin-left: 58.33333333%;
}
.medium-offset-6 {
	margin-left: 50%;
}
.medium-offset-5 {
	margin-left: 41.66666667%;
}
.medium-offset-4 {
	margin-left: 33.33333333%;
}
.medium-offset-3 {
	margin-left: 25%;
}
.medium-offset-2 {
	margin-left: 16.66666667%;
}
.medium-offset-1 {
	margin-left: 8.33333333%;
}
.medium-offset-0 {
	margin-left: 0;
}
}
 @media only screen and (min-width: 992px) {
.large-1, .large-2, .large-3, .large-4, .large-5, .large-6, .large-7, .large-8, .large-9, .large-10, .large-11, .large-12 {
	float: left;
}
.large-12 {
	width: 100%;
}
.large-11 {
	width: 91.66666667%;
}
.large-10 {
	width: 83.33333333%;
}
.large-9 {
	width: 75%;
}
.large-8 {
	width: 66.66666667%;
}
.large-7 {
	width: 58.33333333%;
}
.large-6 {
	width: 50%;
}
.large-5 {
	width: 41.66666667%;
}
.large-4 {
	width: 33.33333333%;
}
.large-3 {
	width: 25%;
}
.large-2 {
	width: 16.66666667%;
}
.large-1 {
	width: 8.33333333%;
}
.large-pull-12 {
	right: 100%;
}
.large-pull-11 {
	right: 91.66666667%;
}
.large-pull-10 {
	right: 83.33333333%;
}
.large-pull-9 {
	right: 75%;
}
.large-pull-8 {
	right: 66.66666667%;
}
.large-pull-7 {
	right: 58.33333333%;
}
.large-pull-6 {
	right: 50%;
}
.large-pull-5 {
	right: 41.66666667%;
}
.large-pull-4 {
	right: 33.33333333%;
}
.large-pull-3 {
	right: 25%;
}
.large-pull-2 {
	right: 16.66666667%;
}
.large-pull-1 {
	right: 8.33333333%;
}
.large-pull-0 {
	right: auto;
}
.large-push-12 {
	left: 100%;
}
.large-push-11 {
	left: 91.66666667%;
}
.large-push-10 {
	left: 83.33333333%;
}
.large-push-9 {
	left: 75%;
}
.large-push-8 {
	left: 66.66666667%;
}
.large-push-7 {
	left: 58.33333333%;
}
.large-push-6 {
	left: 50%;
}
.large-push-5 {
	left: 41.66666667%;
}
.large-push-4 {
	left: 33.33333333%;
}
.large-push-3 {
	left: 25%;
}
.large-push-2 {
	left: 16.66666667%;
}
.large-push-1 {
	left: 8.33333333%;
}
.large-push-0 {
	left: auto;
}
.large-offset-12 {
	margin-left: 100%;
}
.large-offset-11 {
	margin-left: 91.66666667%;
}
.large-offset-10 {
	margin-left: 83.33333333%;
}
.large-offset-9 {
	margin-left: 75%;
}
.large-offset-8 {
	margin-left: 66.66666667%;
}
.large-offset-7 {
	margin-left: 58.33333333%;
}
.large-offset-6 {
	margin-left: 50%;
}
.large-offset-5 {
	margin-left: 41.66666667%;
}
.large-offset-4 {
	margin-left: 33.33333333%;
}
.large-offset-3 {
	margin-left: 25%;
}
.large-offset-2 {
	margin-left: 16.66666667%;
}
.large-offset-1 {
	margin-left: 8.33333333%;
}
.large-offset-0 {
	margin-left: 0;
}
}
/*********** Label  ***********/
.label {
	border-radius: 0.2em;
	color: #14171a;
	display: inline;
	font-size: 95%;
	font-weight: normal;
	line-height: 1;
	padding: 0.2em 0.6em 0.3em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
/*********** Form Group ***********/
.form-group {
	margin-bottom: 14px;
}
.form-control {
	display: block;
	width: 100%;
	height: 48px;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #14171a;
	background-color: #f5f4f2;
	background-image: none;
	border: 1px solid #f5f4f2;
	border-radius: 5px;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}
.form-control:focus {
	border-color: #14171a;
	outline: 0;
}
.form-control::-moz-placeholder {
 color: rgba(20, 23, 26, 0.8);
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: rgba(20, 23, 26, 0.8);
}
.form-control::-webkit-input-placeholder {
 color: rgba(20, 23, 26, 0.8);
}
.form-control::-ms-expand {
 background-color: transparent;
 border: 0;
}
textarea.form-control {
	height: 180px;
	resize: none;
}
/* Stylist Select Box styles */
.cs_select {
	margin-bottom: 15px;
	position: relative;
}
.cs_select:last-child {
	margin-bottom: 0;
}
.cs_select > select, .cs_select > span > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.cs_select::after {
	background: #f5f4f2 url(../images/menu-arrow.png) 50% 50% /14px no-repeat;
	pointer-events: none;
	position: absolute;
	content: "";
	right: 2px;
	top: 2px;
	width: 50px;
	height: calc(100% - 4px);
	border-radius: 0 25px 25px 0;
	z-index: 15;
}
/************ Button ***********/
.btn {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 48px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 5px;
	min-width: 150px;
	min-height: 48px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.btn:hover {
	color: #fff;
	text-decoration: none;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
}
.btn i {
	background: url(../images/right-arrow.svg) 0 0 /cover no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.btn:hover i {
	background: url(../images/right-arrow-hover.svg) 0 0 /cover no-repeat;
}
.btn-fill {
	background: #FF6A06;
	color: #14171a;
	border-color: #FF6A06;
	transition: none;
}
.btn-fill:hover {
	background: #14171a;
	color: #ffffff;
	border-color: #14171a;
}
.btn-fill:active, .btn-fill:active:hover {
	background: #14171a;
	color: #ffffff;
	border-color: #14171a;
}
.btn-fill-1 {
	background: #14171a;
	color: #FF6A06;
	border-color: #14171a;
	transition: none;
}
.btn-fill-1:hover {
	background: #FF6A06;
	color: #14171a;
	border-color: #FF6A06;
}
.btn-fill-1:active, .btn-fill-1:active:hover {
	background: #FF6A06;
	color: #14171a;
	border-color: #FF6A06;
}
.btn-line {
	color: #14171a;
	background: transparent;
	border-color: #14171a;
	transition: none;
}
.btn-line:hover {
	background: #14171a;
	color: #ffffff;
	border-color: #14171a;
}
.btn-line:active, .btn-line:active:hover {
	background: #14171a;
	color: #ffffff;
	border-color: #14171a;
}
.btn-line-1 {
	color: #FF6A06;
	background: transparent;
	border-color: #FF6A06;
	transition: none;
}
.btn-line-1:hover {
	background: #FF6A06;
	color: #14171a;
	border-color: #FF6A06;
}
.btn-line-1:active, .btn-line-1:active:hover {
	background: #FF6A06;
	color: #14171a;
	border-color: #FF6A06;
}
.btn-small {
	font-size: 16px;
}
.btn-large {
	font-size: 22px;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
.btn-with-arrow {
	background: url(../images/right-arrow.svg) 88% 50% /20px no-repeat #FF6A06;
	padding: 0 60px 0 20px;
}
.btn-with-arrow:hover, .btn-with-arrow:active, .btn-with-arrow:active:hover {
	background: url(../images/right-arrow-hover.svg) 88% 50% /20px no-repeat #14171a;
}
/****************************** ****************************** 
                   		 Home Page CSS
****************************** *****************************/
header {
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
	display: block;
	height: 120px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	-webkit-transition: height 0.5s, top 0.5s;
	-moz-transition: height 0.5s, top 0.5s;
	-ms-transition: height 0.5s, top 0.5s;
	-o-transition: height 0.5s, top 0.5s;
	transition: height 0.5s, top 0.5s;
}
/**Header Top Section**/
.header-top {
	background: #000;
	height: 140px!important;
    padding-top: 30px;
}
/**Top Social**/
.top-social-part {
	display: inline-flex;
	height: 40px;
	align-items: center;
}
.top-social-part ul {
	list-style-type: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.top-social-part ul li {
	display: inline-block;
	margin: 0 10px 0 0;
}
.top-social-part ul li:last-child {
	margin-right: 0;
}
.top-social-part ul li a {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;
	line-height: 22px;
	font-size: 12px;
}
.top-social-part ul li a:hover {
	background: #ffffff;
	color: #14171a;
}
/**Call Us**/
.call-us {
	display: inline-flex;
	height: 40px;
	align-items: center;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	padding-right: 25px;
	margin-right: 20px;
}
.call-us img {
	width: 14px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
}
.call-us span {
	font-size: 13px;
	color: #ffffff;
	line-height: 40px;
	margin: 0 0 0 10px;
	vertical-align: middle;
}
.call-us:hover span {
	color: #FF6A06;
}
.call-us-mobile {
	display: none;
	margin-top: 15px;
	float: right;
}
.call-us-mobile img {
	width: 40px;
	height: 40px;
}
.call-us-mobile:hover img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}
/**Logo Section**/
.oldlogo {
	float: left;
	width: 226px;
	margin-top: 8px;
	margin-right: 20px;
}
.logo {
	float: left;
	width: 220px;
	margin-top: 14px;
	margin-right: 20px;
}
.logo, .oldlogo a {
	display: inline-block;
}
.logo img, .oldlogo img {
	max-width: 100%;
	display: block;
}
/**Header Bottom Section**/
.header-bottom {
	background: #FF6A06;
	height: 40px!important;
}
/**Navigation Section**/
.main-menu {
	display: block;
	text-align: center;
}
.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.main-menu ul li {
	display: inline-block;
	padding: 0 7px;
	position: relative;
	vertical-align: middle;
}
.main-menu ul li:first-child {
	padding-left: 0;
}
.main-menu ul li:last-child {
	padding-right: 0;
}
.main-menu ul li a {
	color: #14171a;
	font-weight: 500;
	display: block;
	font-size: 11px;
	text-align: center;
	line-height: 40px;
	text-transform: capitalize;
	position: relative;
}
.main-menu ul li a span.cat_count {
	display: none;
}
.main-menu ul li a i.menu-arrow {
	width: 12px;
	height: 12px;
	background-image: url(../images/menu-arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
	transition: .5s ease;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	position: relative;
	top: 3px;
	margin-left: 3px;
}
.main-menu ul li:hover a i.menu-arrow {
	background-image: url(../images/menu-arrow-hover.png);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.main-menu ul li a:hover {
	color: #000000;
}
.main-menu ul li.active a, .main-menu ul li.current_page_item a, .main-menu ul li.current_page_ancestor a, .main-menu ul li.current-menu-item a, .main-menu ul li.current-menu-ancestor a {
	color: #000000;
}
.main-menu ul li.active a i.menu-arrow, .main-menu ul li.current_page_item a i.menu-arrow, .main-menu ul li.current_page_ancestor a i.menu-arrow, .main-menu ul li.current-menu-ancestor a i.menu-arrow {
	background-image: url(../images/menu-arrow-hover.png);
}
.main-menu ul li:hover > a {
	color: #000000;
}
.main-menu ul li:hover > a i.menu-arrow {
	background-image: url(../images/menu-arrow-hover.png);
}
.sub-menu {
	background: #14171a none repeat scroll 0 0;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	display: block;
	max-width: 100%;
	min-width: 220px;
	position: absolute;
	top: 60px;
	width: 100%;
	z-index: 10;
	left: calc(50% - 110px);
	transition: .5s ease;
	opacity: 0;
	-webkit-transform: translateY(2rem);
	transform: translateY(2rem);
	pointer-events: none;
}
.main-menu ul li:hover .sub-menu {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	pointer-events: auto;
}
.sub-menu::after {
	content: "";
	height: 28px;
	left: 0;
	position: absolute;
	top: -25px;
	width: 100%;
}
.sub-menu::before {
	border-bottom: 8px solid #14171a;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	position: absolute;
	left: calc(50% - 8px);
	top: -6px;
}
ul.sub-menu li {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	transition: none;
}
ul.sub-menu li::after {
	display: none;
}
ul.sub-menu li:first-of-type::before {
	border-bottom: 8px solid #14171a;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	position: absolute;
	left: calc(50% - 8px);
	top: -7px;
}
ul.sub-menu li:first-of-type:hover::before, ul.sub-menu li.active:first-of-type::before {
	border-bottom-color: #FF6A06;
}
ul.sub-menu li a {
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1) !important;
	text-align: left;
	display: block;
	padding: 12px 15px;
	line-height: normal;
	letter-spacing: 0;
	text-transform: initial;
	transition: none;
}
ul.sub-menu li a span.cat_count {
	display: inline-block;
}
ul.sub-menu li a:hover {
	background: #FF6A06;
	color: #14171a !important;
}
ul.sub-menu li.active a, ul.sub-menu li.current-menu-item a, ul.sub-menu li.current-menu-ancestor a {
	background: #FF6A06;
	color: #14171a !important;
}
ul.sub-menu li:first-of-type > a:hover, ul.sub-menu li.active:first-of-type > a, ul.sub-menu li.current-menu-item:first-of-type > a, ul.sub-menu li.current-menu-ancestor:first-of-type > a {
	border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
}
ul.sub-menu li:last-of-type > a:hover, ul.sub-menu li.active:last-of-type > a, ul.sub-menu li.current-menu-item:last-of-type > a, ul.sub-menu li.current-menu-ancestor:last-of-type > a {
	border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
}
/*Header Top Main Menu CSS*/
.header-top .main-menu {
	float: right;
	margin-right: 30px;
	margin-top: 20px;
	text-align: right;
}
.header-top .main-menu ul li {
	padding: 0 15px;
}
.header-top .main-menu ul li a {
	color: #ffffff;
	font-size: 13px;
}
.header-top .main-menu ul li:first-child {
	padding-left: 0;
}
.header-top .main-menu ul li:last-child {
	padding-right: 0;
}
.header-top .main-menu ul li a i.menu-arrow {
	background-image: url(../images/menu-arrow-1.png);
	top: 3px;
}
.header-top .main-menu ul li:hover a i.menu-arrow {
	background-image: url(../images/menu-arrow-1-hover.png);
}
.header-top .main-menu ul li a:hover {
	color: #FF6A06;
}
.header-top .main-menu ul li.active a, .header-top .main-menu ul li.current_page_item a, .header-top .main-menu ul li.current_page_ancestor a, .header-top .main-menu ul li.current-menu-item a, .header-top .main-menu ul li.current-menu-ancestor a {
	color: #FF6A06;
}
.header-top .main-menu ul li.active a i.menu-arrow, .header-top .main-menu ul li.current_page_item a i.menu-arrow, .header-top .main-menu ul li.current_page_ancestor a i.menu-arrow, .header-top .main-menu ul li.current-menu-ancestor a i.menu-arrow {
	background-image: url(../images/menu-arrow-1-hover.png);
}
.header-top .main-menu ul li:hover > a {
	color: #FF6A06;
}
.header-top .main-menu ul li:hover > a i.menu-arrow {
	background-image: url(../images/menu-arrow-1-hover.png);
}
.header-top .sub-menu {
	background: #ffffff none repeat scroll 0 0;
}
.header-top .sub-menu::before {
	border-bottom: 8px solid #ffffff;
}
.header-top ul.sub-menu li:first-of-type::before {
	border-bottom: 8px solid #ffffff;
}
.header-top ul.sub-menu li:first-of-type:hover::before, .header-top ul.sub-menu li.active:first-of-type::before {
	border-bottom-color: #FF6A06;
}
.header-top ul.sub-menu li a {
	font-size: 12px;
	color: rgba(20, 23, 26, 1) !important;
}
/**Search Part**/
.search-option {
	float: right;
	margin-top: 30px;
	position: relative;
	padding: 0 8px;
}
.search-option a {
	display: block;
}
.search-option i.search-icon {
	width: 20px;
	height: 20px;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
}
.search-option i.search-icon:hover {
	background-image: url(../images/search-icon-hover.png);
}
.search-option .search-part {
	min-width: 275px;
	position: absolute;
	top: 40px;
	z-index: 10;
	right: -25px;
	display: block;
}
.search-option .search-part::before {
	border-bottom: 11px solid #e2e2e2;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	position: absolute;
	right: 28px;
	top: -12px;
}
.search-option .search-part::after {
	border-bottom: 11px solid #ffffff;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	content: "";
	position: absolute;
	right: 28px;
	top: -11px;
}
.search-option .search-part input {
	background: #ffffff;
	box-shadow: 0 0 0 1px #e2e2e2;
	width: 100%;
	border: none;
	padding: 15px 20px;
	font-size: 14px;
	font-style: italic;
	color: #2e2e2e;
	box-sizing: border-box;
	height: auto;
	margin-top: 0;
	border-radius: 25px;
}
/**User Part**/
.user-option {
	float: right;
	margin-top: 30px;
	position: relative;
	padding: 0 8px;
}
.user-option a {
	display: block;
}
.user-option i.user-icon {
	width: 20px;
	height: 20px;
	background-image: url(../images/user-icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
}
.user-option i.user-icon:hover {
	background-image: url(../images/user-icon-hover.png);
}
/**Heart Part**/
.heart-option {
	float: right;
	margin-top: 30px;
	position: relative;
	padding: 0 8px;
}
.heart-option a {
	display: block;
}
.heart-option i.heart-icon {
	width: 20px;
	height: 20px;
	background-image: url(../images/heart-icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
}
.heart-option i.heart-icon:hover {
	background-image: url(../images/heart-icon-hover.png);
}
/**Cart Part**/
.cart-option {
	float: right;
	margin-top: 30px;
	position: relative;
	padding: 0 8px;
}
.cart-option a {
	display: block;
}
.cart-option i.cart-icon {
	width: 20px;
	height: 20px;
	background-image: url(../images/cart-icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: inline-block;
}
.cart-option i.cart-icon:hover {
	background-image: url(../images/cart-icon-hover.png);
}
.cart-option .qbadge {
	background: #FF6A06;
	min-width: 18px;
	min-height: 18px;
	display: block;
	border-radius: 20px;
	text-align: center;
	line-height: 18px;
	font-size: 10px;
	font-weight: 500;
	color: #14171a;
	position: absolute;
	top: -10px;
	right: 0;
	padding: 0 4px;
}
/*Minicart CSS*/
.woocommerce.headercart {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	color: #54565a;
	position: absolute;
	z-index: 999999;
	font-size: 12px;
	width: 280px;
	left: -223px;
	top: 35px;
	padding: 15px;
	display: none;
}
.woocommerce.headercart::before, .woocommerce.headercart::after {
	position: absolute;
	top: -14px;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid rgba(0, 0, 0, 0.1);
	content: '';
	width: 0;
	height: 0;
	left: 230px;
	color: #fff;
}
.woocommerce.headercart::after {
	top: -13px;
	border-bottom: 13px solid #ffffff;
}
.cart-option:hover .woocommerce.headercart {
	display: block;
}
.cart-option.added-to-cart .woocommerce.headercart {
	display: block;
}
.woocommerce.headercart .cart-contents {
	padding: 0 0 10px;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	width: 100%;
	text-align: center;
}
.woocommerce.headercart .countcart {
	float: none;
	font-size: 14px;
	color: #14171a;
	font-weight: 600;
}
.woocommerce.headercart ul.product_list_widget {
	float: none;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}
.woocommerce.headercart ul.product_list_widget li {
	padding: 10px 0;
	margin: 0;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce.headercart ul.product_list_widget li a.remove {
	right: 2px;
	top: calc(50% - 10px);
	left: auto;
	font-size: 20px;
	font-weight: 400;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #f61c0d !important;
	z-index: 100;
}
.woocommerce.headercart ul.product_list_widget li a.remove:hover {
	background: #f61c0d;
	color: #ffffff !important;
}
.woocommerce.headercart ul.product_list_widget li img {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	width: 40px;
	overflow: hidden;
}
.woocommerce.headercart ul.product_list_widget li a {
	color: #14171a;
}
.woocommerce.headercart ul.product_list_widget li a:hover {
	color: #000000;
}
.woocommerce.headercart ul.product_list_widget li .quantity {
	background: transparent;
	border: 0;
	height: auto;
	color: #54565a;
	font-size: 11px;
	line-height: normal;
	margin-top: 4px;
}
.woocommerce.headercart ul.product_list_widget li .minicart-extra-style {
	float: left;
}
.woocommerce.headercart ul.product_list_widget li .minicart-extra-style .variation {
	border: none;
	padding: 0;
}
.woocommerce ul.cart_list li .minicart-extra-style dl.variation dd, .woocommerce ul.product_list_widget li .minicart-extra-style dl.variation dd {
	padding: 0;
	margin: 0;
}
.woocommerce.headercart .total {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px 0;
	margin-top: -1px;
	font-size: 14px;
	color: #14171a;
	font-weight: 600;
}
.woocommerce.headercart .total strong {
	min-width: 140px;
}
.woocommerce.headercart .total span.amount {
	float: right;
	color: #14171a;
}
.woocommerce.headercart .total small.tax_label {
	float: right;
	margin-right: 4px;
	font-size: 8px;
	font-weight: 500;
	line-height: 20px;
}
.woocommerce.headercart .total:before, .woocommerce.headercart .total:after {
	content: " ";
	display: table;
}
.woocommerce.headercart .total:after {
	clear: both;
}
.woocommerce.headercart .buttons {
	text-align: center;
	margin: 15px 0 auto;
}
.woocommerce.headercart .buttons a {
	text-align: center;
	background: #FF6A06;
	color: #14171a;
	font-size: 12px;
	font-weight: 600;
	border-radius: 5px;
	min-width: 110px;
	height: 35px;
	padding: 0 10px;
	line-height: 35px;
	margin: 0 5px;
}
.woocommerce.headercart .buttons a:hover {
	background: #14171a;
	color: #ffffff;
}
.woocommerce.headercart .woocommerce-mini-cart__empty-message {
	text-align: center;
	padding: 20px 0 0;
	font-size: 14px;
	color: #54565a;
}
/**Request Quote**/
.request-quote-btn, .call-us-btn {
	float: right;
	margin-top: 22px;
	margin-left: 10px;
}
.call-us-btn {
	float: right;
	margin-top: 22px;
	margin-left: 15px;
}
.request-quote-btn a, .call-us-btn a {
	background: #FF6A06;
	min-width: 120px;
	padding: 0 10px;
	color: #14171a;
	font-size: 12px;
	font-weight: 600;
	line-height: 36px;
	display: block;
	border-radius: 5px;
	text-align: center;
}
.request-quote-btn a img, .call-us-btn a img {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.request-quote-btn a:hover, .call-us-btn a:hover {
	background: #ffffff;
	color: #14171a;
}
/**Humburger Menu**/
.humburgermenu-icon {
	background: #FF6A06;
	border-radius: 5px;
	float: right;
	height: 36px;
	width: 40px;
	text-align: center;
	display: none;
	margin-top: 22px;
	margin-left: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.humburgermenu-icon a {
	display: block;
	height: 100%;
	text-align: center;
}
.humburgermenu-icon img {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 10px;
}
.humburgermenu-icon:hover {
	background: #ffffff;
}
/* Humburger Menu Icon*/
.humburgerMenu {
	width: 20px;
	height: 16px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: inline-block;
	top: 11px;
}
.humburgerMenu span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #14171a;
	border-radius: 15px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.humburgermenu-icon:hover .humburgerMenu span {
	background: #14171a;
}
.humburgerMenu span:nth-child(1) {
	top: 0px;
}
.humburgerMenu span:nth-child(2), .humburgerMenu span:nth-child(3) {
	top: 6px;
}
.humburgerMenu span:nth-child(4) {
	top: 12px;
}
.humburgerMenu.open span:nth-child(1) {
	top: 6px;
	width: 0%;
	left: 50%;
}
.humburgerMenu.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.humburgerMenu.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.humburgerMenu.open span:nth-child(4) {
	top: 6px;
	width: 0%;
	left: 50%;
}
/**Banner Section**/
.banner-section.slider-desktop {
	display: block;
}
.banner-section.slider-mobile {
	display: none;
}
.banner-section {
	background: #14171a;
	display: block;
	position: relative;
	min-height: 770px;
	height: 770px;
}
.banner-slide {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0);
	height: 100%;
	position: relative;
}
.banner-overlay {
	background: #14171a;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.5;
}
.banner-video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.banner-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.special-banner-part {
	width: calc(100% - 30px);
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.special-banner-part .special-banner-text {
	width: 50%;
	float: left;
	max-width: 460px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.special-banner-part .special-banner-pic {
	width: 50%;
	float: right;
	text-align: right;
}
.special-banner-part .special-banner-pic img {
	max-width: 85%;
	display: inline-block;
}
.banner-inner {
	display: block;
	min-height: 770px;
	height: 770px;
	position: relative;
	z-index: 1;
}
.banner-inner .container {
	position: relative;
	height: 100%;
}
.banner-text {
	max-width: 460px;
	position: absolute;
	top: 50%;
	width: calc(100% - 30px);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.banner-text.banner-text-center {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.banner-text.banner-text-right {
	left: auto;
	right: 15px;
	text-align: right;
}
.banner-text h1, .special-banner-text h1, .banner-text h2, .special-banner-text h2 {
	color: #ffffff;
	font-size: 42px;
	font-weight: 700;
	line-height: 50px;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
.banner-text p, .special-banner-text p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 10px 0 0;
}
.banner-text .btn, .special-banner-text .btn {
	margin-top: 50px;
	margin-right: 10px;
}
.banner-text .btn + .btn, .special-banner-text .btn + .btn {
	margin-right: 0;
}
.banner-slider .slick-prev, .banner-slider .slick-next {
	width: 22px;
	height: 36px;
	top: calc(50% + 45px);
}
.banner-slider .slick-prev, .banner-slider .slick-prev:hover {
	background-image: url(../images/white-arrow-left.png);
}
.banner-slider .slick-next, .banner-slider .slick-next:hover {
	background-image: url(../images/white-arrow-right.png);
}
.banner-slider .slick-dots {
	bottom: 95px;
}
.banner-slider .slick-dots li {
	border: 2px solid #fff;
}
.banner-slider .slick-dots li.slick-active {
	background: #fff;
	border: 2px solid #fff;
}
/*Product Finder Section*/
.product-finder-section {
	display: block;
	width: 100%;
	margin-top: -75px;
	background-color: #f5f4f2;
}
.product-finder {
	display: block;
	background: #14171a;
	box-shadow: 0px 2px 20px 0px rgba(20, 23, 26, 0.1);
	border-radius: 5px;
	padding: 40px 40px;
	text-align: center;
	position: relative;
	z-index: 9;
}
.product-finder h2 {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 15px 0 0;
	flex-shrink: 0;
	min-width: 200px;
	text-align: left;
	line-height: 40px;
}
.product-finder p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	margin: 5px 0 0;
}
.product-finder p a {
	font-weight: 600;
	color: #FF6A06;
}
.product-finder p a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.finder {
	display: block;
	margin-top: 0;
	position: relative;
}
.finder form#homesearch {
	display: flex;
	width: 100%;
	flex-direction: row;
}
.product-finder select#menu, .product-finder select.menu {
	background: url(../images/finder-arrow.png) 92% 52% no-repeat #f5f4f2;
	background-size: 10px 10px;
	border: 0;
	border-radius: 5px;
	border-right: 1px solid rgba(20, 23, 26, 0.2);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 100%;
	height: 45px;
	margin: 0 5px;
	padding: 0 40px 0 15px;
	font-size: 15px;
	color: #454545;
	font-weight: 400;
	line-height: 45px;
}
.product-finder select#menu:first-child, .product-finder select.menu:first-child {
	border-radius: 5px;
}
.product-finder button {
	background: #FF6A06;
	border: none;
	border-radius: 5px;
	width: 140px;
	flex-shrink: 0;
	font-size: 15px;
	color: #14171a;
	font-weight: 600;
	line-height: 45px;
	text-transform: capitalize;
	margin-left: 15px;
}
.product-finder button:hover {
	background: #ffffff;
	color: #14171a;
}
.product-finder select[disabled], .product-finder button[disabled] {
	opacity: 0.5;
	cursor: not-allowed !important;
}
/*Loader*/
.zd-ajax-loader {
	position: absolute !important;
	top: 10px !important;
	width: 25px !important;
	height: 25px !important;
	right: 15px;
}
.zd-ajax-loader img {
	max-width: 100%;
}
/*Our Products Section*/
.our-products-section {
	display: block;
	background: #f5f4f2 url(../images/category-tyre-bg.png) 50% 50% no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.our-products-section-inner {
	display: block;
}
.our-product-heading-part {
	display: block;
	margin-bottom: 15px;
}
.product-heading-content {
	float: left;
	max-width: 56%;
}
.product-heading-content h2 {
	font-size: 36px;
	line-height: 1.25;
	font-weight: 800;
	color: #14171a;
	margin: 0 0 10px;
}
.product-heading-content p {
	color: #14171a;
	font-size: 16px;
	font-weight: 400;
}
.product-heading-content p.highlight {
	font-weight: 700;
	color: #14171a;
}
.our-product-search {
	float: right;
	position: relative;
	width: 100%;
	max-width: 340px;
	margin-top: 5px;
}
.our-product-search input {
	background: url(../images/blue-search-icon.png) 95% 50% no-repeat #ffffff;
	background-size: 16px 16px;
	width: 100%;
	padding: 0 45px 0 20px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	font-size: 16px;
	color: #14171a;
	border: 1px solid #14171a;
}
.our-product-search input::-webkit-input-placeholder {
 color: rgba(20, 23, 26, 0.8);
 opacity: 1;
}
.our-product-search input::-moz-placeholder {
 color: rgba(20, 23, 26, 0.8);
 opacity: 1;
}
.our-product-search input:-ms-input-placeholder {
 color: rgba(20, 23, 26, 0.8);
 opacity: 1;
}
.our-product-search input:-moz-placeholder {
 color: rgba(20, 23, 26, 0.8);
 opacity: 1;
}
.our-product-search input:focus {
	border-color: #FF6A06;
}
.our-products-list {
	display: block;
}
.our-products-list ul {
	list-style-type: none;
	margin: 0 -14px;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.our-products-list ul li {
	float: left;
	width: calc(33.33% - 30px);
	margin: 12px 15px;
}
.our-product-box {
	padding: 10px 15px;
	min-height: 220px;
	text-align: center;
	transition: all 0.3s;
	background: #ffffff;
	border: 1px solid #f0f0f1;
	border-radius: 5px;
	height: 100%;
}
.our-product-img {
	display: table;
	height: 90px;
	text-align: center;
	margin: 15px auto;
}
.our-product-img span {
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	width: 90px;
}
.our-product-img img {
	max-width: 100%;
	max-height: 100%;
}
.our-product-box h5 {
	font-size: 16px;
	font-weight: 600;
	color: #14171a;
	margin: 30px auto 15px;
	line-height: 22px;
}
.our-product-box:hover h5 {
	color: #14171a;
}
.our-product-box:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	background: #FF6A06;
	border: 1px solid #FF6A06;
}
/*Our Category Section*/
.jump-banner {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100%;
	box-shadow: 0px 2px 20px 0px rgba(20, 23, 26, 0.01);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	transition: all 0.2s ease-in-out;
}
.jump-banner:hover {
	background-size: 105%;
	box-shadow: 0px 2px 20px 0px rgba(20, 23, 26, 0.05), 0px 0px 0px 2px #FF6A06;
}
.jump-banner-container {
	height: 100%;
	width: 100%;
	flex-direction: row;
	display: flex;
	position: relative;
	min-height: 190px;
}
.jump-banner-text {
	position: relative;
	z-index: 1;
	max-width: 130px;
	margin: 30px 0 30px 30px;
}
.jump-banner-text h2 {
	font-size: 18px;
	color: #14171a;
	line-height: 1.25;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 10px;
}
.view-range-btn {
	color: #14171a;
	font-size: 10px;
	font-weight: 600;
	display: inline-block;
}
.jump-banner:hover .view-range-btn {
	color: #14171a;
}
.view-range-btn svg {
	fill: #14171a;
	width: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -1px;
	transition: all 0.3s;
}
.jump-banner:hover .view-range-btn svg {
	fill: #14171a;
	margin-left: 8px;
}
/*About Homepage Section*/
.about-homepage-section {
	display: block;
	background-image: url(../images/benefits-bg.png);
	background-color: #f5f4f2;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.about-home-content {
	display: block;
	margin-right: 30px;
}
.about-home-content h2 {
	font-size: 36px;
	line-height: 1.25;
	font-weight: 800;
	color: #14171a;
	margin: 0 0 5px;
}
.about-home-content h4 {
	font-size: 16px;
	font-weight: 600;
	color: #FF6A06;
	margin: 5px 0 0;
}
.about-home-content p {
	color: #54565a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin: 25px 0 0;
}
.about-home-content p:first-child {
	margin-top: 0;
}
.about-home-content p a {
	color: #14171a;
	font-weight: 500;
}
.about-home-content p a:hover {
	color: #000000;
	text-decoration: underline;
}
/*About Logo Section CSS*/
.about-logo-part {
	display: block;
	margin-top: 50px;
	margin-right: 30px;
}
.about-logo-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.about-logo-part ul li {
	display: inline-block;
	margin: 10px;
}
.about-logo-part ul li img {
	height: 35px;
}
/*About Image Section CSS*/
.about-home-image {
	display: block;
	position: relative;
	text-align: center;
	border-radius: 5px;
	margin-left: 80px;
}
.about-home-image img {
	max-width: 100%;
	display: inline-block;
	border-radius: 5px;
	width: 100%;
}
.about-home-image .play-btn {
	background: url(../images/play-icon.png) 0 0 /cover no-repeat;
	width: 80px;
	height: 80px;
	box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 40px);
	top: calc(50% - 40px);
}
/*Customer Serice Listing Section CSS*/
.service-features-section {
	display: block;
	background: #FF6A06;
	padding: 50px 0;
}
.service-zone-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.service-zone-list .zone-box {
	position: relative;
	margin-bottom: 10px;
	display: flex;
	transition: all .4s cubic-bezier(0.25, 1, 0.33, 1);
	height: 100%;
	padding: 0 10px;
	width: 25%;
}
.service-zone-list .zone-pic {
	margin-right: 25px;
	width: 45px;
	float: left;
	flex-shrink: 0;
}
.service-zone-list .zone-pic img {
	max-width: 100%;
	display: block;
}
.service-zone-list .zone-box .zone-text {
	overflow: hidden;
}
.service-zone-list .zone-box .zone-text h3 {
	font-size: 16px;
	color: #14171a;
	font-weight: 700;
	line-height: normal;
	margin: 5px 0;
	text-transform: capitalize;
}
.service-zone-list .zone-box .zone-text p {
	font-size: 14px;
	color: #14171a;
	font-weight: 400;
	margin: 0;
}
.view-now-btn {
	color: #14171a;
	font-size: 11px;
	font-weight: 600;
	display: inline-block;
	margin-top: 20px;
}
.view-now-btn svg {
	fill: #14171a;
	width: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -1px;
	transition: all 0.3s;
}
.view-now-btn:hover {
	color: #14171a;
}
.view-now-btn:hover svg {
	fill: #14171a;
	margin-left: 8px;
}
/*Product Range Slider Section*/
.product-range-section {
	display: block;
	background: #ffffff;
	padding: 80px 0;
	position: relative;
}
.product-range-content {
	display: block;
	text-align: center;
	max-width: 730px;
	margin: 0 auto 40px;
}
.product-range-content h2 {
	font-size: 36px;
	line-height: 1.25;
	font-weight: 800;
	color: #14171a;
	margin: 0;
}
.product-range-content p {
	color: #54565a;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
	margin: 20px 0 0;
}
.product-range-content p a {
	color: #54565a;
	text-decoration: underline;
}
.product-range-content p a:hover {
	color: #14171a;
	text-decoration: underline;
}
.product-range-slider-part {
	display: block;
}
.product-range-slider-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.product-range-slider-part ul li {
	display: block;
	position: relative;
}
.product-range-slider-part ul li .product-item-box {
	margin: 20px 15px;
}
.product-range-slider-part .slick-prev.slick-arrow {
	left: -60px;
}
.product-range-slider-part .slick-next.slick-arrow {
	right: -60px;
}
/*Partner Logo CSS Section*/
.partner-section {
	display: block;
	text-align: center;
	border-top: 2px solid #f5f4f2;
	padding-top: 50px;
	margin-top: 50px;
}
.partner-logo-slider {
	display: block;
}
.partner-section .slick-slide {
	float: none;
	display: inline-block !important;
	vertical-align: middle;
}
.partner-section .slick-slide img {
	display: inline-block;
	width: initial;
	max-width: 100%;
}
.partner-logo {
	text-align: center;
	padding: 0 25px;
}
/*Service Homepage Section*/
.service-homepage-section {
	display: block;
	background: #14171a;
	padding: 80px 0;
	position: relative;
	overflow: hidden;
}
.service-homepage-section .container {
	position: relative;
}
.service-homepage-content {
	display: block;
	max-width: 500px;
}
.service-homepage-content h2 {
	font-size: 36px;
	line-height: 1.25;
	font-weight: 800;
	color: #ffffff;
	margin: 0 0 5px;
}
.service-homepage-content h4 {
	font-size: 16px;
	font-weight: 700;
	color: #FF6A06;
	margin: 5px 0 0;
}
.service-homepage-content p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin: 25px 0 0;
}
.service-homepage-content p:first-child {
	margin-top: 0;
}
.service-homepage-content .btn {
	margin-top: 30px;
}
.service-homepage-content ul {
	list-style: none;
	margin: 25px auto 0;
	padding: 0;
}
.service-homepage-content ul li {
	background: url(../images/yellow-check-icon.png) 0 0 no-repeat;
	background-size: 22px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	float: left;
	width: 50%;
	padding: 0 15px 0 40px;
	margin: 5px 0;
}
.service-homepage-content ul li a {
	color: #ffffff;
}
.service-homepage-content ul li a:hover {
	color: #FF6A06;
}
.service-homepage-content .btn {
	margin-top: 50px;
	margin-right: 10px;
}
.service-homepage-content .btn + .btn {
	margin-right: 0;
}
.service-homepage-content a.btn.btn-fill:hover, .service-homepage-content a[href^="tel"].btn.btn-fill:hover {
	background: #ffffff;
	color: #14171a;
	border-color: #ffffff;
}
.service-homepage-content a.btn.btn-fill:active, .service-homepage-content a.btn.btn-fill:active:hover, .service-homepage-content a[href^="tel"].btn.btn-fill:active, .service-homepage-content a[href^="tel"].btn.btn-fill:active:hover {
	background: #ffffff;
	color: #14171a;
	border-color: #ffffff;
}
.service-homepage-img {
	position: absolute;
	right: -15%;
	bottom: -80px;
	top: -80px;
	text-align: right;
}
.service-homepage-img img {
	display: inline-block;
	height: 100%;
	object-fit: cover;
}
/*Latest Article Section*/
.latest-article-section {
	display: block;
	background: #ffffff;
	padding: 80px 0 50px;
}
.latest-article-section .medium-12 {
	display: flex;
}
.latest-article-content {
	width: 360px;
	float: left;
	background: #14171a;
	padding: 80px 50px;
	border-radius: 5px;
	flex-shrink: 0;
	margin-bottom: 30px;
	margin-right: 15px;
}
.latest-article-content h2 {
	font-size: 36px;
	font-weight: 800;
	margin: 0 0 10px;
	color: #FF6A06;
	line-height: normal;
}
.latest-article-content p {
	color: #d8d8d8;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin: 0 0 25px;
}
.latest-article-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.latest-article-content ul li {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #d8d8d8;
	position: relative;
	padding-left: 15px;
	margin: 5px 0;
}
.latest-article-content ul li::before {
	position: absolute;
	content: "-";
	width: 15px;
	left: 0;
	top: -1px;
}
.latest-article-topic {
	display: block;
	overflow: hidden;
}
.latest-article-topic ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.latest-article-topic ul li {
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
	position: relative;
	overflow: hidden;
	width: 50%;
	height: 240px;
}
.topic-pic-part {
	position: relative;
	display: block;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.topic-pic-part img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	-webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	-moz-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	-ms-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	-o-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.topic-pic-overlay {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	-moz-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	-ms-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	-o-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.topic-pic-overlay h4 {
	font-size: 26px;
	font-weight: 700;
	color: #ffffff;
	text-transform: capitalize;
	margin: 0 15px;
}
.latest-article-topic ul li:hover .topic-pic-part img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.latest-article-topic ul li:hover .topic-pic-overlay {
	background: rgba(0, 0, 0, 0.5);
}
/*Testimonials Section*/
.testimonial-section {
	display: block;
	background-image: url(../images/testimonial-bg.jpg);
	background-color: #ffffff;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	padding: 80px 0;
	min-height: 950px;
}
.testimonial-inner-section {
	display: block;
}
.testimonial-heading {
	display: block;
	max-width: 730px;
	margin: 0 auto 20px;
	text-align: center;
}
.testimonial-heading h2 {
	font-size: 36px;
	line-height: 1.25;
	font-weight: 800;
	margin: 0;
	color: #14171a;
}
.testimonial-heading p {
	color: #14171a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	margin: 20px 0 0;
}
/*Testimonial Slider*/
.testimonial-slider-part {
	width: 100%;
	position: relative;
	max-width: 720px;
	margin: 0 auto;
}
.testimonial-item-box.slick-slide {
	transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	-webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	-o-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.slick-arrow + .slick-list .testimonial-item-box.slick-slide.slick-current {
	position: relative;
	z-index: 2;
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.testimonial-slider-part .slick-prev, .testimonial-slider-part .slick-next {
	top: calc(50% - 40px);
}
.testimonial-slider-part .slick-prev.slick-arrow {
	left: -100px;
}
.testimonial-slider-part .slick-next.slick-arrow {
	right: -100px;
}
.text-testimonial-part {
	padding: 10px;
	position: relative;
	min-height: 245px;
	text-align: center;
	margin: 0 auto;
}
.testimonial-text {
	display: block;
	min-height: 150px;
	font-size: 16px;
	line-height: 1.9;
	color: #54565a;
	font-weight: 500;
}
.testimonial-text p {
	font-size: 16px;
	line-height: 1.9;
	color: #54565a;
	font-weight: 500;
}
.testimonial-text a {
	color: #14171a;
}
.testimonial-text a:hover {
	color: #000000;
	text-decoration: underline;
}
.testimonial-provide {
	display: flex;
	margin-top: 15px;
	background: url(../images/quote-icon.png) 50% 0 no-repeat;
	background-size: 90px;
	min-height: 60px;
	align-items: center;
}
.testimonial-provide h6 {
	overflow: hidden;
	font-size: 14px;
	color: #14171a;
	font-weight: 800;
	margin: 0;
	width: 100%;
}
.testimonial-provide h6 span {
	display: block;
	font-size: 10px;
	color: #14171a;
	font-weight: 400;
}
/*Testimonial Content Modal*/
.custom-modal-part {
	background: #ffffff;
	display: block;
	margin: 25px auto;
	position: relative;
	max-width: 1024px;
	padding: 0;
	border-radius: 10px;
}
.custom-modal-inner-part {
	margin: 0 auto;
	padding: 35px;
	position: relative;
	z-index: 1;
}
.testimonial-content-modal {
	max-width: 800px;
}
.testimonial-content-modal .custom-modal-inner-part {
	padding: 0;
}
.testimonial-content-modal .testimonial-item-box .text-testimonial-part {
	margin: 0;
	padding: 50px 40px 40px;
	text-align: left;
}
.testimonial-content-modal .testimonial-item-box .testimonial-provide {
	background-position: 0% 0%;
}
/*Video Modal*/
.video-container {
	display: block;
	text-align: center;
	overflow: hidden;
	border-radius: 20px;
}
.video-container iframe {
	display: block;
	width: 100%;
	height: 600px;
}
/*Join Club Part*/
.join-club-section {
	display: block;
	background: #FF6A06;
	padding: 40px 0;
}
.join-club-inner {
	display: flex;
	align-items: center;
}
.join-club-content {
	width: 75%;
}
.join-club-content h4 {
	font-size: 36px;
	line-height: 1.25;
	font-weight: 800;
	margin: 0;
	color: #14171a;
}
.join-club-content p {
	color: #14171a;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.75;
	margin: 5px 0 0;
}
.join-club-btn {
	width: 25%;
	text-align: right;
}
.join-club-btn .btn {
	min-width: 180px;
}
.join-club-btn .btn-fill-1:hover, .join-club-btn .btn-fill-1:active, .join-club-btn .btn-fill-1:active:hover {
	background: #ffffff;
	color: #000000;
}
/*Footer Part*/
footer {
	//background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
	background-color: #14171a;
    background: #000;
	display: block;
	position: relative;
	box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.03);
}
/*Footer Subscribe*/
.footer-subscribe-part {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	display: block;
	padding: 30px 0;
}
.footer-subscribe-part label {
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	float: left;
	margin-top: 15px;
}
.subscribe-form-part {
	overflow: hidden;
	padding-left: 25px;
	position: relative;
}
.subscribe-form-part input.form-control {
	background: #ffffff;
	border: 1px solid rgba(20, 23, 26, 0.3);
	height: 50px;
	border-radius: 5px;
	font-size: 12px;
	color: #54565a;
	max-width: 260px;
	display: inline-block;
}
.subscribe-form-part input.form-control:focus {
	border: 1px solid #FF6A06;
}
.subscribe-form-part .btn-line-1 {
	margin-left: 10px;
	border-width: 2px;
	font-size: 12px;
	min-width: 120px;
}
.subscribe-form-part span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -15px;
	left: 16px;
	font-size: 10px;
}
/*Footer Social*/
.footer-social {
	display: block;
	margin-bottom: 30px;
}
.footer-social h4 {
	font-size: 13px;
	color: #ffffff;
	font-weight: 700;
	margin: 0 0 10px;
}
.footer-social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.footer-social ul li {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
	text-align: center;
}
.footer-social ul li:first-child {
	margin-left: 0;
}
.footer-social ul li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	border: 2px solid #ffffff;
	color: #ffffff;
	line-height: 38px;
	font-size: 20px;
}
.footer-social ul li a:hover {
	background: #FF6A06;
	border-color: #FF6A06;
	color: #14171a !important;
}
/*Footer Top*/
.footer-top {
	display: block;
	padding: 50px 0;
}
.footer-info {
	display: block;
	margin-bottom: 20px;
}
img.footer-logo-old {
	margin-bottom: 20px;
	width: 250px;
	max-width: 100%;
}
img.footer-logo {
	margin-bottom: 80px;
	width: 160px;
	max-width: 100%;
}
.footer-info ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-info ul li {
	display: flex;
	margin: 10px 0;
	align-items: center;
}
.footer-info ul li:before, .footer-info ul li:after {
	content: " ";
	display: table;
}
.footer-info ul li:after {
	clear: both;
}
.footer-info ul li a {
	font-size: 14px;
	color: #ffffff;
}
.footer-info ul li a:hover {
	color: #FF6A06;
}
.footer-info ul li .f-info-icon {
	float: left;
	width: 18px;
	margin-right: 12px;
}
.footer-info ul li .f-info-content {
	font-size: 12px;
	overflow: hidden;
	color: #54565a;
}
.footer-info .footer-social ul li {
	display: inline-block;
	margin: 0 8px 0 0;
}
.footer-info .footer-social ul li:last-child {
	margin-right: 0;
}
.copyright {
	font-size: 13px;
	color: #ffffff;
	line-height: 30px;
}
.copyright a {
	color: #ffffff;
}
.copyright a:hover {
	color: #FF6A06;
}
.websiteby {
	font-size: 13px;
	color: #ffffff;
	line-height: 30px;
}
.websiteby a {
	color: #54565a;
}
.websiteby a:hover {
	color: #FF6A06;
}
.footer-menu {
	display: block;
}
.footer-menu h4 {
	font-size: 16px;
	font-weight: 600;
	color: #FF6A06;
	margin: 0 0 15px;
	position: relative;
	padding-bottom: 10px;
}
.footer-menu h4::after {
	background: #fff;
	height: 2px;
	width: 20px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}
.footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-menu ul li {
	display: block;
	margin: 15px 0;
	font-size: 13px;
	color: #ffffff;
	font-weight: 400;
}
.footer-menu ul li a {
	font-size: 13px;
	color: #ffffff;
	font-weight: 400;
}
.footer-menu ul li a:hover {
	color: #FF6A06;
}
/*Footer Bottom*/
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	display: block;
	padding: 20px 0;
}
.footer-bottom-menu {
	display: block;
}
.footer-bottom-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.footer-bottom-menu ul li {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	font-weight: 400;
	position: relative;
	margin-right: 10px;
	line-height: 26px;
}
.footer-bottom-menu ul li:last-child {
	margin-right: 0;
}
.footer-bottom-menu ul li::after {
	background: #ffffff;
	height: 15px;
	width: 1px;
	content: "";
	position: absolute;
	top: 6px;
	right: 0;
}
.footer-bottom-menu ul li:last-child::after {
	display: none;
}
.footer-bottom-menu ul li a {
	font-size: 13px;
	color: #ffffff;
	line-height: 26px;
	font-weight: 400;
	margin-right: 10px;
	display: block;
}
.footer-bottom-menu ul li a:hover {
	color: #FF6A06;
}
.payment-logo {
	display: block;
	text-align: right;
}
.payment-logo h4 {
	font-size: 13px;
	color: #ffffff;
	font-weight: 700;
	margin: 0 0 5px;
}
.payment-logo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.payment-logo ul li {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}
.payment-logo ul li img {
	max-width: 100%;
	height: 25px;
}
/****************************** ****************************** 
                   	 About Page CSS
****************************** *****************************/
/*Main Title Part*/
.main-title-section {
	background: #14171a;
	display: block;
	position: relative;
	/*overflow: hidden;*/
	padding-top: 120px;
}
.main-title-section + .main-container-section {
	margin-top: 0;
}
.title-inner-section {
	background-image: url(../images/default-page-bg.jpg);
	background-color: #14171a;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 220px;
	position: relative;
}
.title-inner-section:after {
	background: #14171a;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0.5;
}
.page-title-part {
	position: relative;
}
.page-title-inner {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}
.page-title-part .container {
	position: relative;
	min-height: 220px;
	padding-top: 25px;
	padding-bottom: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-title-part .container .row {
	display: flex;
	align-items: center;
}
.page-title-part h1 {
	display: block;
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}
.page-title-part p {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.7;
	font-weight: 400;
	margin: 0 0 10px;
}
.page-title-part p:last-child {
	margin-bottom: 0;
}
/*Breadcrumb CSS*/
.breadcrumb-part {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #FF6A06;
	font-weight: 700;
	opacity: 0.9;
}
.breadcrumb-part span {
    vertical-align: inherit;
    font-size: 14px;
    display: inline-block;
    margin: 0 1px;
    line-height: 18px;
}
.breadcrumb-part a {
	color: #FF6A06;
	opacity: 0.9;
}
.breadcrumb-part a:hover {
	text-decoration: underline;
	opacity: 1;
}
/*Main Container Part*/
.main-container-section {
	display: block;
	margin-top: 120px;
}
.heading-page-part {
	display: block;
	padding: 0 0 80px;
}
.main-container-section > .heading-page-part {
	padding-top: 80px;
}
.heading-page-inner {
	text-align: center;
}
.heading-page-subinner {
	max-width: 940px;
	margin: 0 auto;
}
.small-heading-page {
	max-width: 680px;
	margin: 0 auto;
}
.heading-page-part h2 {
	font-size: 36px;
	font-weight: 800;
	color: #14171a;
	margin: 0 0 30px;
}
.heading-page-part p {
	color: #54565a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 25px;
}
.heading-page-part p:last-child {
	margin-bottom: 0;
}
.heading-page-part p.highlight-para {
	font-weight: 700;
}
/*Single Multi Pic*/
.single-pic-part {
	display: block;
	text-align: center;
	padding: 80px 0;
}
.heading-page-part + .single-pic-part {
	padding-top: 0;
}
.single-pic-part .medium-12 {
	padding: 0 70px;
}
.single-pic-part img {
	max-width: 100%;
	display: inline-block;
	border-radius: 5px;
	box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.1);
}
/*Zig Zag Content Part*/
.zig-zag-section {
	display: block;
	background: #ffffff;
	padding: 80px 0;
	position: relative;
}
.zig-zag-section:nth-of-type(2n) {
	background: #f5f4f2;
}
.zig-zag-section .row {
	display: flex;
}
.zig-zag-section .row.align-top {
	align-items: flex-start;
}
.zig-zag-section .row.align-center {
	align-items: center;
}
.zig-zag-section .row.align-bottom {
	align-items: flex-end;
}
.zig-zag-content {
	display: block;
	margin-left: 80px;
}
.zig-zag-section:nth-of-type(2n) .zig-zag-content {
	margin-left: 0;
	margin-right: 80px;
}
.zig-zag-content h2 {
	font-size: 36px;
	line-height: 1.25;
	font-weight: 800;
	color: #14171a;
	margin: 0 0 30px;
}
.zig-zag-content p {
	color: #54565a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 25px;
}
.zig-zag-content p:last-child {
	margin-bottom: 0;
}
.zig-zag-content p span {
	color: #14171a;
}
.zig-zag-content p a {
	color: #14171a;
	font-weight: 500;
}
.zig-zag-content p a:hover {
	color: #000000;
	text-decoration: underline;
}
.zig-zag-content p strong, .zig-zag-content p b {
	font-weight: 600;
}
.zig-zag-content ul {
	list-style-type: none;
	margin: 10px 0 30px 0;
	padding: 0;
}
.zig-zag-content ul:last-child {
	margin-bottom: 0;
}
.zig-zag-content ul li {
	color: #54565a;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding-left: 20px;
	margin: 10px 0;
}
.zig-zag-content ul li::before {
	content: '\2022' !important;
	color: #54565a;
	font-size: 16px;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 12px;
}
.zig-zag-content .btn {
	margin-top: 20px;
}
.zig-zag-content ul li a {
	color: #14171a;
}
.zig-zag-content ul li a:hover {
	color: #000000;
}
.zig-zag-image {
	display: block;
	position: relative;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 2px 20px 0px rgba(20, 23, 26, 0.1);
}
.zig-zag-image img {
	max-width: 100%;
	display: inline-block;
	border-radius: 5px;
	width: 100%;
}
.zig-zag-image .play-btn {
	background: url(../images/play-icon.png) 0 0 /cover no-repeat;
	width: 80px;
	height: 80px;
	box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 40px);
	top: calc(50% - 40px);
}
/*Benifits Part*/
.benefits-section {
	display: block;
	background-image: url(../images/benefits-bg.png);
	background-color: #14171a;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.benefits-section h2 {
	font-size: 36px;
	margin: 0 0 30px;
	font-weight: 800;
	color: #ffffff;
	text-align: center;
}
.benefits-section ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 1024px;
}
.benefits-section ul li {
	background: url(../images/check-icon.png) 0 2px no-repeat;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	float: left;
	width: 33.33%;
	background-size: 20px;
	padding: 0 15px 0 30px;
	margin: 7px 0;
}
.benefits-section ul li a {
	color: #ffffff;
}
.benefits-section ul li a:hover {
	color: #FF6A06;
}
/*Our Team Section*/
.our-team-section {
	display: block;
	background: #ffffff;
	padding: 80px 0;
	position: relative;
}
.our-team-heading {
	display: block;
	max-width: 730px;
	margin: 0 auto 60px;
	text-align: center;
}
.our-team-heading h2 {
	font-size: 36px;
	font-weight: 800;
	margin: 0;
	color: #14171a;
}
.our-team-heading p {
	color: #54565a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	margin: 20px 0 0;
}
/*Meet the Team Part CSS*/
.meet-team-section {
	display: block;
}
.team-pic-part {
	background: #ffffff;
	border-radius: 10px;
	display: block;
	max-height: 390px;
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
	margin-bottom: 20px;
	box-shadow: 0px 2px 20px 0px rgba(20, 23, 26, 0.1);
	-webkit-box-shadow: 0px 2px 20px 0px rgba(20, 23, 26, 0.1);
	-moz-box-shadow: 0px 2px 20px 0px rgba(20, 23, 26, 0.1);
}
.tbox-active .team-pic-part::after {
	content: '';
	border-bottom: 44px solid #ffffff;
	border-left: 48px solid transparent;
	border-right: 48px solid transparent;
	position: absolute;
	bottom: -60px;
	left: calc(50% - 48px);
	z-index: 1000;
}
.team-pic-part img {
	border-radius: 10px 10px 0 0;
	max-width: 100%;
	width: 100%;
}
.team-member-name {
	width: 100%;
	background-color: #ffffff;
	border-radius: 0 0 10px 10px;
	display: table;
	padding: 20px;
	height: 70px;
	position: relative;
}
.team-member-name h4 {
	font-size: 16px;
	color: #14171a;
	font-weight: 700;
	margin: 0;
	float: left;
	width: 55%;
}
.team-member-name h4 span {
	font-size: 12px;
	margin: 0;
	opacity: 0.9;
	display: block;
	font-weight: 500;
}
.team-member-name .btn {
	height: 26px;
	min-width: 70px;
	line-height: 26px;
	font-size: 10px;
	float: right;
	padding: 0 10px;
	min-height: auto;
	margin-top: 5px;
}
.team-pic-part:hover .team-member-name .btn {
	background: #FF6A06;
	color: #14171a;
	border-color: #FF6A06;
}
.team-info-part {
	display: none;
	background: #ffffff;
	border-radius: 10px;
	padding: 40px 22px 40px 40px;
	position: relative;
	z-index: 100;
	width: 100%;
	min-width: 1140px;
	left: 0;
	box-shadow: 0 9px 100px rgba(20, 23, 26, 0.1);
	margin-top: 60px;
	margin-bottom: 20px;
}
.tbox-1 .team-info-part {
	left: -292px;
}
.tbox-2 .team-info-part {
	left: -585px;
}
.tbox-3 .team-info-part {
	left: -877px;
}
.team-close {
	display: block;
	position: absolute;
	background: url(../images/close-icon.png) 0 0 /cover no-repeat;
	height: 14px;
	width: 14px;
	right: 20px;
	top: 20px;
	cursor: pointer;
	transition: all .30s ease;
}
.team-close:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.team-info-left {
	float: left;
	width: 350px;
	padding-right: 30px;
}
.team-info-left h3 {
	font-size: 24px;
	color: #14171a;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 10px;
}
.team-info-left h3 a i {
	color: #14171a;
	margin-left: 10px;
	font-size: 28px;
}
.team-info-left h3 a:hover i {
	color: #000000;
}
.team-info-left p {
	font-size: 14px;
	color: #14171a;
}
.team-info-left ul {
	list-style-type: none;
	margin: 25px 0 0;
	padding: 0;
}
.team-info-left ul li {
	display: block;
	margin: 10px 0;
	font-size: 12px;
	color: #14171a;
	font-style: italic;
	font-weight: 400;
	position: relative;
	padding-left: 20px;
}
.team-info-left ul li::before {
	content: '\2022' !important;
	color: #14171a;
	font-size: 24px;
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	font-weight: 700;
	font-style: normal;
}
.team-info-right {
	overflow: hidden;
	margin-left: 35px;
	padding-top: 5px;
}
.team-info-right .right-top {
	display: block;
	margin-bottom: 30px;
}
.team-info-right h4 {
	font-weight: 400;
	font-size: 20px;
	color: #14171a;
	text-transform: capitalize;
	margin: 0 20px 0 0;
	float: left;
}
.team-info-right .right-top .call {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.team-info-right .right-top .mail {
	float: left;
	margin-top: 5px;
}
.team-info-right .right-top .call a, .team-info-right .right-top .mail a {
	font-weight: 400;
	font-size: 13px;
	color: #14171a;
}
.team-info-right .right-top .call a:hover, .team-info-right .right-top .mail a:hover {
	color: #000000;
}
.team-info-right .right-top .call img, .team-info-right .right-top .mail img {
	height: 20px;
	margin-right: 10px;
	vertical-align: bottom;
	filter: brightness(0%);
	-webkit-filter: brightness(0%);
}
.team-info-right p {
	font-size: 15px;
	color: #14171a;
	line-height: 26px;
	font-weight: 400;
	margin: 0 0 20px;
	padding-right: 50px;
}
.team-info-right .demo > div {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}
/*Main Testimonials Section*/
.main-testimonial-section {
	display: block;
	background-image: url(../images/benefits-bg.png);
	background-color: #f5f4f2;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}
/*Gallery Section*/
.gallery-section {
	display: block;
	background: #ffffff;
	padding: 80px 0;
}
.gallery-heading {
	display: block;
	max-width: 730px;
	margin: 0 auto 40px;
	text-align: center;
}
.gallery-heading h2 {
	font-size: 36px;
	font-weight: 800;
	margin: 0;
	color: #14171a;
}
.gallery-heading p {
	color: #54565a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	margin: 20px 0 0;
}
.gallery-section ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 970px;
}
.gallery-section ul li {
	float: left;
	width: calc(25% - 10px);
	margin: 5px;
	transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.gallery-section ul li:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.gallery-section ul li img {
	width: 100%;
	display: block;
	border-radius: 5px;
}
/****************************** *****************************
                   Service Listing Page CSS
****************************** *****************************/
.all-services-section {
	display: block;
	background: #ffffff;
	padding: 80px 0;
}
.heading-page-part + .all-services-section {
	padding-top: 0;
}
.all-services-listing {
	display: block;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}
.all-services-listing ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.all-services-listing ul li {
	float: left;
	margin-bottom: 20px;
	padding: 0 10px;
	position: relative;
	overflow: hidden;
	width: 33.33%;
	height: 310px;
}
.all-services-listing ul li:nth-child(5n) {
	width: 66.67%;
	height: 310px;
}
.service-pic-part {
	position: relative;
	display: block;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.service-pic-part img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	-webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	-moz-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	-ms-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	-o-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.service-pic-overlay {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	-moz-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	-ms-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	-o-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
	transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.service-pic-overlay h4 {
	font-size: 26px;
	font-weight: 700;
	color: #ffffff;
	text-transform: capitalize;
	margin: 0 15px;
}
.all-services-listing ul li:hover .service-pic-part img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.all-services-listing ul li:hover .service-pic-overlay {
	background: rgba(0, 0, 0, 0.75);
}
/****************************** *****************************
                   	 Contact Page CSS
****************************** *****************************/
.contact-page {
	display: block;
	background-image: url(../images/benefits-bg.png);
	background-color: #f5f4f2;
	background-position: 50% 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}
.heading-page-part + .contact-page {
	padding-top: 0;
}
.contact-page-inner {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.contact-part {
	display: block;
}
/*Contact Form*/
.contact-form-part {
	display: block;
}
.contact-form-part .form-control {
	background: #ffffff;
	box-shadow: 0px 2px 20px 0px rgba(20, 23, 26, 0.1);
}
.contact-form-part .cs_select::after {
	background: #ffffff url(../images/menu-arrow.png) 50% 50% /14px no-repeat;
	height: calc(100% - 4px);
	border-radius: 0 5px 5px 0;
}
.contact-form-part select.form-control[multiple] {
	height: 120px;
}
.contact-form-part .text-right {
	margin-top: 12px;
}
.margin_t20 {
	margin-top: 30px;
}
.pad-right {
	padding-right: 7px;
}
.pad-left {
	padding-left: 7px;
}
/*Contact Info*/
.contact-info-part {
	display: block;
	margin-right: 30px;
	padding: 40px;
	background: #14171a;
	border-radius: 5px;
}
.contact-location {
	display: block;
	margin-bottom: 40px;
}
.contact-location h4 {
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	margin: 0 0 15px;
}
.contact-info-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.contact-info-part ul li {
	display: block;
	margin: 15px 0;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
}
.contact-info-part ul li:first-child {
	margin-top: 0;
}
.contact-info-part ul li:before, .contact-info-part ul li:after {
	content: " ";
	display: table;
}
.contact-info-part ul li:after {
	clear: both;
}
.contact-info-part ul li a {
	font-size: 14px;
	color: #ffffff;
}
.contact-info-part ul li a:hover {
	color: #FF6A06;
}
.contact-info-part ul li .f-info-icon {
	float: left;
	width: 28px;
	margin-right: 15px;
}
.contact-info-part ul li .f-info-content {
	font-size: 14px;
	color: #ffffff;
	overflow: hidden;
	line-height: 26px;
}
.timing-part {
	display: block;
}
.timing-part div {
	margin: 1px 0;
}
.timing-part div:before, .timing-part div:after {
	content: " ";
	display: table;
}
.timing-part div:after {
	clear: both;
}
.timing-part div span:first-child {
	float: left;
	width: 140px;
	vertical-align: top;
}
.timing-part div span:last-child {
	display: block;
	overflow: hidden;
	vertical-align: top;
}
/*Contact Social*/
.contact-social {
	display: block;
	margin-top: 50px;
}
.contact-social ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.contact-social ul li {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
	text-align: center;
}
.contact-social ul li:first-child {
	margin-left: 0;
}
.contact-social ul li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	background: #FF6A06;
	border: 2px solid #FF6A06;
	color: #14171a;
	line-height: 38px;
	font-size: 20px;
}
.contact-social ul li a:hover {
	background: #ffffff;
	border-color: #ffffff;
	color: #14171a !important;
}
/*Contact Map*/
.contact-map-part {
	display: block;
}
.contact-map-part iframe, .contact-map-part #map_canvas {
	display: block;
	width: 100%;
	height: 400px;
}
/****************************** ****************************** 
   				  Request Form Page CSS
****************************** *****************************/
.request-form-part {
	max-width: 560px;
	margin: 0 auto;
}
.request-form-part .row {
	margin-right: -7px;
	margin-left: -7px;
}
.request-form-part .medium-4, .request-form-part .medium-6, .request-form-part .medium-12 {
	padding-right: 7px;
	padding-left: 7px;
}
/****************************** ****************************** 
   				  Thank You and 404 Page CSS
****************************** *****************************/
.thanks-section {
	background: #14171a;
	display: block;
	height: 100vh;
	min-height: 600px;
}
.thanks-inner-section {
	background-color: rgba(0, 0, 0, 0);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
}
.thanks-inner-section:after {
	background: #000000;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0.8;
}
.thanks-content {
	display: block;
	max-width: 500px;
	padding: 250px 0 50px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.thanks-content h2 {
	color: #ffffff;
	display: block;
	font-size: 36px;
	font-weight: 800;
	margin: 0 0 30px;
}
.thanks-content p {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 40px;
	text-align: center;
	padding: 0 15px;
}
/****************************** ****************************** 
   				  	Static Page CSS
****************************** *****************************/
.static-content-page {
	display: block;
	background: #ffffff;
	padding: 80px 0;
}
.static-content-page iframe, .static-content-page embed {
	max-width: 100%;
	margin: 40px auto;
	display: block;
	border-radius: 10px;
}
.static-content-page img {
	max-width: 100%;
	margin: 40px auto;
	border-radius: 10px;
	display: block;
}
.static-content-page img:last-child {
	margin-bottom: 0;
}
.static-content-page h1, .static-content-page h2, .static-content-page h3, .static-content-page h4, .static-content-page h5, .static-content-page h6 {
	display: block;
	color: #14171a;
	font-weight: 800;
	margin: 0 0 30px;
}
.static-content-page p {
	color: #54565a;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
	margin-bottom: 30px;
}
.static-content-page p:last-child {
	margin-bottom: 0;
}
.static-content-page p span {
	color: #14171a;
}
.static-content-page a {
	color: #14171a;
	font-weight: 500;
}
.static-content-page a:hover {
	color: #000000;
	text-decoration: underline;
}
.static-content-page ul, .static-content-page ol {
	list-style-type: none;
	margin: 0 0 25px;
	padding: 0;
}
.static-content-page ol {
	list-style-type: decimal;
	margin-left: 15px;
}
.static-content-page ul li, .static-content-page ol li {
	font-size: 16px;
	line-height: 1.75;
	color: #54565a;
	position: relative;
	padding-left: 20px;
	padding-right: 0;
	margin: 10px 0;
	font-weight: 400;
}
.static-content-page ol li {
	padding-left: 10px;
}
.static-content-page ul li::before {
	content: '\2022' !important;
	color: #54565a;
	font-size: 16px;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 12px;
}
.static-content-page ul li a {
	color: #54565a;
	font-weight: 400;
}
.static-content-page ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, .wpcf7-response-output {
	display: none !important;
}
div.wpcf7 .ajax-loader {
	position: absolute;
	right: 180px;
	top: calc(50% - 10px);
}
/****************************** ****************************** 
   				  		Blog Page CSS
****************************** *****************************/
/*Filter Part*/
.filter-part {
	position: absolute;
	right: 15px;
	width: 230px;
	min-height: 45px;
	top: calc(50% - 25px);
	background: #ffffff;
	border-radius: 22px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	text-align: left;
}
.filter-select {
	display: block;
	position: relative;
	padding: 0 15px;
}
.filter-select span {
	font-size: 14px;
	font-weight: 400;
	color: #54565a;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 20px;
	line-height: 45px;
}
.filter-select i {
	position: absolute;
	right: 15px;
	top: calc(50% - 8px);
	font-size: 20px;
	color: #54565a;
	height: 16px;
	width: 16px;
	line-height: 16px;
}
.filter-options {
	display: none;
}
.filter-options ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	max-height: 220px;
	overflow-x: hidden;
	overflow-y: auto;
}
.filter-options ul li {
	display: block;
	border-bottom: 1px solid rgba(20, 23, 26, 0.1);
}
.filter-options ul li:last-child {
	border-bottom: 0;
}
.filter-options ul li a {
	font-size: 13px;
	font-weight: 300;
	color: #54565a;
	display: block;
	padding: 12px 15px;
}
.filter-options ul li a:hover, .filter-options ul li.selected a {
	font-weight: 500;
}
/*Blog List Part*/
.blog-page-section {
	display: block;
	background: #ffffff;
	padding: 80px 0;
}
.blog-main-listing {
	display: block;
}
.blog-list-part {
	display: block;
}
.blog-list-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.blog-list-part ul:before, .blog-list-part ul:after {
	content: " ";
	display: table;
	flex-basis: 0;
	order: 1;
}
.blog-list-part ul:after {
	clear: both;
}
.blog-list-part ul li {
	display: block;
	width: calc(50% - 30px);
	float: left;
	margin: 0 15px 25px;
}
.blog-box-item {
	display: flex;
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(20, 23, 26, 0.1);
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
	min-height: 250px;
}
.blog-pic {
	float: left;
	width: 230px;
	flex-shrink: 0;
}
.blog-pic img {
	display: block;
	max-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.blog-content {
	overflow: hidden;
	padding: 30px;
	position: relative;
	width: 100%;
}
.blog-content h3 {
	font-size: 18px;
	color: #14171a;
	font-weight: 600;
	margin: 0 0 8px;
	line-height: 1.35;
	min-height: 50px;
}
.blog-content h3 a {
	color: #14171a;
}
.blog-content h3 a:hover {
	color: #000000;
}
.blog-content p {
	color: #54565a;
	font-size: 14px;
	min-height: 40px;
	margin-bottom: 18px;
}
.blog-content h6 {
	font-size: 14px;
	color: #54565a;
	font-weight: 700;
	margin: 0;
}
.blog-content h6 span {
	font-weight: 400;
}
.blog-content .btn {
	min-height: 30px;
	min-width: 130px;
	line-height: 30px;
	font-size: 10px;
	margin-top: 30px;
	position: absolute;
	bottom: 30px;
}
.blog-content .btn svg {
	fill: #14171a;
	width: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -1px;
}
.blog-content .btn:hover svg, .blog-content .btn:active svg, .blog-content .btn:active:hover svg {
	fill: #ffffff;
}
/*Pagination CSS*/
.paging {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 0;
}
.page-numbers {
	display: inline-block;
	padding-left: 0;
	margin: 0;/*font-size: 0;*/
}
.page-numbers > li {
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: top;
}
.page-numbers > li > a, .page-numbers > li > span {
	position: relative;
	float: left;
	padding: 0 5px;
	margin: 0 4px;
	border: 2px solid #14171a;
	color: #14171a;
	text-decoration: none;
	background-color: transparent;
	font-size: 16px;
	height: 40px;
	line-height: 38px;
	min-width: 40px;
	font-weight: 600;
	border-radius: 5px;
}
.page-numbers > li:first-child > a, .page-numbers > li:first-child > span {
	margin-left: 0;
}
.page-numbers > li:last-child > a, .page-numbers > li:last-child > span {
	margin-right: 0;
}
.page-numbers > li.next, .page-numbers > li.prev {
	margin: 0;
}
.page-numbers > li.next > a, .page-numbers > li.prev > a, .page-numbers > li > a.next, .page-numbers > li > a.prev {
	border: 2px solid #14171a;
	color: #14171a;
	background-color: transparent;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	line-height: 38px;
}
.page-numbers > li.next > a:hover, .page-numbers > li.prev > a:hover, .page-numbers > li > a.next:hover, .page-numbers > li > a.prev:hover {
	background: #14171a;
}
.page-numbers > li > a:hover, .page-numbers > li > span:hover, .page-numbers > li > a:focus, .page-numbers > li > span:focus {
	z-index: 2;
	background: #14171a;
	color: #FF6A06;
}
.page-numbers > li > a svg {
	fill: #14171a;
	display: inline-block;
	width: 18px;
	vertical-align: middle;
	margin-top: -4px;
}
.page-numbers > li > a.prev svg {
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.page-numbers > li > a:hover svg, .page-numbers > li > a:focus svg {
	fill: #FF6A06;
}
.page-numbers > .active > a, .page-numbers > .active > span, .page-numbers > .active > a:hover, .page-numbers > .active > span:hover, .page-numbers > .active > a:focus, .page-numbers > .active > span:focus {
	z-index: 3;
	cursor: default;
	background: #14171a;
	color: #FF6A06;
}
.page-numbers > .disabled > span, .page-numbers > .disabled > span:hover, .page-numbers > .disabled > span:focus, .page-numbers > .disabled > a, .page-numbers > .disabled > a:hover, .page-numbers > .disabled > a:focus, .page-numbers li > a.disabled, .page-numbers li > a.disabled:hover, .page-numbers li > a.disabled:focus {
	color: #14171a;
	cursor: not-allowed;
	opacity: 0.5;
}
.page-numbers > .next.disabled a, .page-numbers > .prev.disabled a, .page-numbers li > a.next.disabled, .page-numbers li > a.prev.disabled {
	background-color: transparent;
	color: #14171a;
}
.page-numbers > .next.disabled a:hover, .page-numbers > .prev.disabled a:hover, .page-numbers li > a.next.disabled:hover, .page-numbers li > a.prev.disabled:hover {
	background-color: transparent;
	color: #14171a;
}
.page-numbers > .disabled a svg, .page-numbers > .disabled a:hover svg {
	filter: none;
	-webkit-filter: none;
	opacity: 0.5;
}
.page-numbers > li > a.disabled svg, .page-numbers > li > a.disabled:hover svg {
	filter: none;
	-webkit-filter: none;
}
.page-numbers li span.current {
	background: #14171a;
	color: #FF6A06;
	z-index: 2;
}
/****************************** ****************************** 
   				  		Blog Detail Page CSS
****************************** *****************************/
.blog-detail-page-part {
	display: block;
}
.blog-detail-inner {
	background: #ffffff;
	padding: 80px 0;
}
.blog-detail-main {
	max-width: 820px;
	margin: 0 auto;
}
.news-top-part {
	display: block;
	margin: 0 0 50px;
	position: relative;
}
.news-top-part h1 {
	font-size: 36px;
	line-height: 1.25;
	font-weight: 600;
	color: #14171a;
	margin: 0 0 30px;
}
.date-part {
	float: left;
	font-size: 14px;
	color: #54565a;
	margin: 5px 0;
}
.date-part span {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.date-part span:first-child {
	margin-left: 0;
}
.date-part span:last-child {
	margin-right: 0;
}
.date-part a {
	color: #54565a;
}
.date-part a:hover {
	color: #14171a;
}
.share-part {
	float: right;
	font-size: 14px;
	color: #54565a;
}
.share-part span {
	margin-right: 10px;
	vertical-align: middle;
}
.share-part span + div {
	display: inline-block;
	vertical-align: middle;
}
.blog-detail-content {
	display: block;
}
.blog-detail-content .static-content-page {
	background: transparent;
	padding: 0;
}
.blog-main-container .zig-zag-section {
	background: #ffffff;
}
.blog-main-container .zig-zag-section:nth-of-type(2n) {
	background: #f5f4f2;
}
.blog-main-container .zig-zag-section .container {
	width: 970px;
}
/*Facebook Widget Section*/
.facebook-widget-section {
	display: block;
	background: #ffffff;
	padding: 60px 0;
}
.facebook-share-part {
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
.facebook-share-part .share-part {
	float: none;
	color: #14171a;
	font-weight: 500;
}
.fb-comment-widget {
	background: #ffffff;
	border: 1px solid rgba(99, 99, 99, 0.15);
	border-radius: 5px;
	padding: 25px;
	max-width: 940px;
	margin: 0 auto;
}
.fb-comment-widget img {
	max-width: 100%;
}
/*Related Blog Section*/
.related-blog-section {
	display: block;
	background: #ffffff;
	padding: 60px 0;
}
.related-blog-heading {
	display: block;
	max-width: 730px;
	margin: 0 auto 60px;
	text-align: center;
}
.related-blog-heading h2 {
	font-size: 36px;
	font-weight: 800;
	margin: 0;
	color: #14171a;
	text-transform: capitalize;
}
.related-blog-heading p {
	color: #54565a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	margin: 20px 0 0;
}
.related-blog-section .blog-list-part {
	max-width: 1024px;
	margin: 0 auto;
}
.related-blog-section .blog-content {
	padding: 20px;
}
.related-blog-section .blog-content .btn {
	bottom: 20px;
}
.related-blog-section .blog-box-item {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 40px;
	margin-top: 10px;
}
.related-blog-section .slick-prev, .related-blog-section .slick-next {
	bottom: auto;
	top: calc(50% - 30px);
}
.related-blog-section .slick-prev.slick-arrow {
	left: -60px;
}
.related-blog-section .slick-next.slick-arrow {
	left: auto;
	right: -60px;
}
.related-blog-section .slick-dots {
	bottom: 10px;
}
/****************************** ****************************** 
					FAQs Page CSS
****************************** *****************************/
.faq-page {
	display: block;
	padding: 80px 0;
}
.accordion {
	max-width: 970px;
	margin: 0 auto;
}
.accordion-section {
	background: #f5f4f2;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 18px 30px;
}
.accordion-section:last-child {
	border-bottom: none;
}
.accordion-section-title {
	width: 100%;
	display: block;
	transition: all linear 0.15s;
	font-size: 16px;
	color: #14171a;
	font-weight: 600;
	position: relative;
	padding: 0 50px 0 0;
}
.accordion-section-title::before {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #f5f4f2;
	background-image: url(../images/faq-plus-icon.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 50% 50%;
	display: inline-block;
	transition: .15s ease;
	vertical-align: middle;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	right: 0;
	top: calc(50% - 15px);
}
.accordion-section-title.active:before {
	background-image: url(../images/faq-minus-icon.png);
}
.accordion-section-title.active, .accordion-section-title:hover {
	color: #14171a;
}
.accordion-section-content {
	display: none;
	font-size: 16px;
	color: #54565a;
	line-height: 1.75;
	font-weight: 400;
	padding-top: 15px;
	padding-right: 30px;
}
.accordion-section-content p {
	margin-bottom: 25px;
}
.accordion-section-content p:last-child {
	margin-bottom: 0;
}
.accordion-section-content h5 {
	font-size: 14px;
	color: #54565a;
	font-weight: 600;
	margin: 0 0 5px;
}
.accordion-section-content img {
	max-width: 100%;
	float: right;
}
/****************************** ****************************** 
				Product Listing Page CSS
****************************** *****************************/
.product-page {
	display: block;
	background: #ffffff;
}
/*Custom Checkbox CSS*/
.checkbox-custom, .checkbox-custom-2 {
	opacity: 0;
	position: absolute;
	cursor: pointer;
}
.checkbox-custom-label, .checkbox-custom-label-2 {
	color: #14171a;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
	display: block;
	min-height: 18px;
	overflow: hidden;
}
.checkbox-custom-label-2 {
	min-height: 25px;
	color: #54565a;
}
.checkbox-custom-label span, .checkbox-custom-label-2 span {
	overflow: hidden;
	display: block;
	padding-left: 5px;
	padding-right: 20px;
	margin-top: -2px;
}
.checkbox-custom-label-2 span {
	padding-left: 0;
	padding-right: 0;
	margin-top: 3px;
}
.checkbox-custom-label span + b {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 400;
}
.checkbox-custom + .checkbox-custom-label::before, .checkbox-custom-2 + .checkbox-custom-label-2::before {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid rgba(20, 23, 26, 0.3);
	border-radius: 3px;
	content: "";
	float: left;
	font-size: 10px;
	height: 15px;
	width: 15px;
	line-height: 12px;
	margin-right: 5px;
	text-align: center;
}
.checkbox-custom-2 + .checkbox-custom-label-2::before {
	border-radius: 4px;
	font-size: 20px;
	height: 25px;
	width: 25px;
	line-height: 22px;
	margin-right: 15px;
}
.checkbox-custom:checked + .checkbox-custom-label::before, .checkbox-custom-2:checked + .checkbox-custom-label-2::before {
	content: "\f00c";
	font-family: 'FontAwesome';
	background: #14171a none repeat scroll 0 0;
	border: 1px solid #14171a;
	color: #FF6A06;
}
.checkbox-custom-disabled:checked + .checkbox-custom-label-disabled:before, .checkbox-custom-disabled + .checkbox-custom-label-disabled:before {
	background: #cccccc none repeat scroll 0 0 !important;
	border: 1px solid #cccccc !important;
	color: #cccccc !important;
	pointer-events: none;
}
.checkbox input.checkbox-custom-disabled[type="checkbox"] {
	pointer-events: none;
}
.checkbox label.checkbox-custom-label-disabled {
	pointer-events: none;
}
/*Product Filter CSS*/
.product-filter-heading {
	display: block;
	margin-bottom: 5px;
	min-height: 45px;
}
.product-filter-heading h2 {
	font-size: 26px;
	line-height: 1.25;
	font-weight: 800;
	color: #14171a;
	margin: 0;
}
.product-filter-box {
	background: #ffffff;
	padding: 0;
	margin-bottom: 35px;
}
.filter-title {
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #14171a;
	padding: 8px 0;
}
.filter-title h3 {
	font-size: 18px;
	color: #14171a;
	font-weight: 800;
	margin: 0;
	padding: 0;
}
.toggler {
	height: 100%;
	line-height: 40px;
	position: absolute;
	text-align: right;
	cursor: pointer;
	right: 0;
	top: 0;
	width: 30px;
	color: #14171a;
	font-size: 24px;
}
.checkbox-filter {
	display: block;
}
.checkbox-filter ul {
	list-style-type: none;
	margin: 15px 0 0;
	padding: 0;
}
.checkbox-filter ul li {
	display: block;
	position: relative;
}
.checkbox-filter ul li .checkbox {
	margin: 0;
	padding: 5px 0;
}
.checkbox-filter ul li ul.subcategory-list {
	margin: 0 0 0 24px;
}
.price-count {
	font-size: 14px;
	font-weight: 500;
	color: #14171a;
	position: absolute;
	top: 12px;
	right: 0;
	text-align: right;
}
.price-slider {
	display: block;
	margin: 30px 10px 20px;
	text-align: center;
}
.price-slider img {
	max-width: 100%;
}
.price-range-slider {
	position: absolute;
	right: 0;
	top: 11px;
	text-align: right;
}
.price-range-slider input {
	text-align: right;
	font-size: 13px;
	font-weight: 600 !important;
	color: #191919 !important;
}
/*Product Listing CSS*/
.product-sorting, .woocommerce .product-sorting .woocommerce-ordering, .woocommerce-page .product-sorting .woocommerce-ordering {
	display: block;
	margin-bottom: 45px;
	text-align: right;
	float: none;
}
.product-sorting select {
	background: #f5f4f2 url(../images/menu-arrow.png) 94% 50% /20px no-repeat;
	height: 45px;
	border: 1px solid #979797;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 220px;
	font-size: 12px;
	color: #14171a;
	margin: 0;
	padding: 0 10px;
}
.product-listing-section {
	display: block;
	padding: 80px 0;
}
.product-main-listing ul, .woocommerce .product-main-listing ul.products {
	list-style-type: none;
	margin: 0 -15px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.product-main-listing ul::after, .woocommerce .product-main-listing ul.products::after, .product-main-listing ul::before, .woocommerce .product-main-listing ul.products::before {
	display: none;
}
.product-main-listing ul li, .woocommerce .product-main-listing ul.products li.product, .woocommerce-page .product-main-listing ul.products li.product {
	float: left;
	width: 33.33%;
	margin: 0 0 30px;
	clear: none;
	position: relative;
}
.product-main-listing ul li.first, .woocommerce .product-main-listing ul.products li.product.first, .woocommerce-page .product-main-listing ul.products li.product.first {
	clear: none;
}
.product-item-box {
	background: #ffffff;
	border: 1px solid #FF6A06;
	box-shadow: 0px 2px 20px 0px rgba(20, 23, 26, 0.1);
	border-radius: 5px;
	text-align: center;
	margin: 0 15px;
	transition: all .2s ease-out;
	position: relative;
	z-index: 1;
	cursor: pointer;
	overflow: hidden;
}
.product-item-box:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	border-color: #14171a;
}
.product-pic {
	display: block;
	position: relative;
	height: 250px;
	overflow: hidden;
}
.product-pic a, .product-pic span {
	display: block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-pic img {
	max-width: 100% !important;
	width: auto !important;
	display: inline-block !important;
	margin: 0 !important;
	max-height: 100%;
}
.product-pic span.new-label, .product-item-box span.new-label, .product-image-part span.new-label {
	background: url(../images/new-label.png) 0 0 /cover no-repeat;
	width: 50px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}
.product-pic span.sale-label, .product-item-box span.sale-label, .product-image-part span.sale-label {
	background: url(../images/sale-label.png) 0 0 /cover no-repeat;
	width: 50px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}
.product-image-part span.new-label, .product-image-part span.sale-label {
	width: 50px;
	height: 24px;
}
.product-pic span.heart-label, .product-item-box span.heart-label, .product-image-part span.heart-label {
	background: url(../images/product-heart-icon.png) 0 0 /cover no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 12px;
	z-index: 2;
}
.product-pic span.heart-label:hover, .product-item-box span.heart-label:hover, .product-image-part span.heart-label:hover {
	background: url(../images/product-heart-icon-hover.png) 0 0 /cover no-repeat;
}
.product-pic span.heart-label.active, .product-item-box span.heart-label.active, .product-image-part span.heart-label.active {
	background: url(../images/product-heart-icon-hover.png) 0 0 /cover no-repeat;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo {
	font-size: 0;
	background: 0 0;
	position: inherit !important;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
	font-size: 20px;
	margin: 0;
	color: #14171a;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	position: absolute;
	z-index: 10;
	margin: 0;
	top: 14px;
	left: 25px;
}
.add-to-heartwishlist {
	position: absolute;
	z-index: 100;
	top: 12px;
	left: 10px;
}
.add-to-heartwishlist .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}
.add-to-heartwishlist .yith-wcwl-add-button span {
	display: none;
}
.add-to-heartwishlist i {
	font-size: 20px;
}
.single_add_to_wishlist {
	position: static !important;
}
.yith-wcwl-add-to-wishlist i {
	background: url(../images/product-heart-icon.png) 0 0 /cover no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.yith-wcwl-add-to-wishlist i:before {
	display: none !important;
}
.yith-wcwl-add-to-wishlist.exists i {
	background: url(../images/product-heart-icon-hover.png) 0 0 /cover no-repeat;
}
.yith-wcwl-add-to-wishlist .blockUI {
	display: none !important;
}
.yith-wcwl-wishlistaddedbrowse span.feedback {
	text-indent: -99999px;
	display: block;
}
.product-content {
	display: block;
	padding: 15px 30px 25px;
}
.product-content:before, .product-content:after {
	content: " ";
	display: table;
}
.product-content:after {
	clear: both;
}
.product-name {
	display: block;
	min-height: 60px;
	text-align: left;
}
.product-name h2 {
	font-size: 18px;
	color: #14171a;
	font-weight: 700;
	margin: 0;
	line-height: 1.25;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.product-name h2 a {
	color: #14171a;
}
.product-price {
	width: 100%;
	display: block;
}
.product-cart {
	float: right;
}
.product-cart a, .woocommerce .product-cart a.button, .woocommerce .product-main-listing ul.products li.product .product-cart .button {
	display: block;
	background: transparent;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.woocommerce .product-cart a.button.loading::after {
	top: 6px;
	right: 0;
	width: 22px;
}
.product-cart .btn-cart span {
	display: block;
	position: relative;
}
.product-cart .btn-cart i.icon-cart {
	background: url(../images/product-cart-icon.png) 50% 50% no-repeat;
	background-size: cover;
	display: block;
	height: 25px;
	width: 25px;
}
.product-cart .btn-cart:hover i.icon-cart {
	background: url(../images/product-cart-icon-hover.png) 0 0 no-repeat;
	background-size: cover;
}
.product-cart .btn-cart.added i.icon-cart {
	background: url(../images/product-cart-added-icon.png) 0 0 no-repeat;
	background-size: cover;
}
.product-value {
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #14171a;
	line-height: 25px;
}
.product-value span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol) {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.product-value .p_discount {
	color: #14171a;
}
.product-value .p_original {
	color: #14171a;
	text-decoration: line-through;
}
/*Search Result Page*/
.search-result-section .product-main-listing ul li, .woocommerce .search-result-section .product-main-listing ul.products li.product, .woocommerce-page .search-result-section .product-main-listing ul.products li.product {
	width: 25%;
}
/*Ajax Loading*/
.ajax-data-loading::before {
	background: rgba(0, 0, 0, 0.5) url(../images/loader.svg) 50% 50% no-repeat;
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}
.load_more_li {
	width: 100% !important;
	display: block;
	margin-bottom: 0 !important;
	text-align: center;
}
.no_more_product {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #54565a;
}
/****************************** ****************************** 
				Product Detail Page CSS
****************************** *****************************/
.product-detail-page {
	display: block;
	background: #ffffff;
}
/*Product Breadcrumb CSS*/
.product-detail-page .breadcrumb-part {
	font-size: 12px;
	color: #54565a;
	font-weight: 400;
	padding: 20px 15px 50px;
	margin: 0;
}
.product-detail-page .breadcrumb-part span {
	font-size: 12px;
	margin-top: -2px;
}
.product-detail-page .breadcrumb-part a {
	color: #54565a;
}
.product-detail-page .breadcrumb-part a:hover {
	color: #14171a;
}
/*Product Main CSS*/
.product-main-section {
	display: block;
	background: #ffffff;
	padding: 0 0 80px;
}
.product-main-section .medium-5 {
	width: 50%;
}
.product-main-section .medium-7 {
	width: 50%;
	padding-left: 50px;
}
/*Product Left Section CSS*/
.product-image-part {
	display: block;
	position: relative;
	text-align: center;
}
.woocommerce div.product .product-image-part div.images, .woocommerce-page div.product .product-image-part div.images {
	float: none;
	width: 100%;
	margin-bottom: 0;
}
.woocommerce div.product .product-image-part div.images .flex-viewport {
	background: #ffffff;
	box-shadow: 0px 2px 10px 0px rgba(20, 23, 26, 0.1);
	border-radius: 5px;
	text-align: center;
	z-index: 1;
	cursor: pointer;
}
.woocommerce div.product .product-image-part div.images .flex-control-thumbs {
	margin: 0 -5px;
	margin-top: 15px;
}
.woocommerce div.product .product-image-part div.images .flex-control-thumbs li {
	width: calc(25% - 10px);
	border: 1px solid #FF6A06;
	margin: 5px;
}
.product-image-part img {
	max-width: 100%;
}
.product-share-part {
	display: block;
	margin-top: 50px;
	font-size: 18px;
	font-weight: 500;
	color: #14171a;
}
.product-share-part span {
	margin-right: 10px;
	vertical-align: middle;
}
.product-share-part span + div {
	display: inline-block;
	vertical-align: middle;
}
.product-share-part img {
	max-width: 100%;
}
.for-mobile-share {
	display: none;
}
/*Product Right Section CSS*/
.prodcut-heading-part {
	display: block;
	margin-bottom: 20px;
}
.prodcut-heading-part .breadcrumb-part {
	color: #54565a;
	font-size: 14px;
	margin: 0 0 10px;
	opacity: 1;
}
.prodcut-heading-part .breadcrumb-part a {
	color: #54565a;
}
.prodcut-heading-part h1, .mobile-product-heading {
	display: block;
	font-size: 32px;
	color: #14171a;
	font-weight: 800;
	margin: 0 0 10px;
	line-height: 40px;
}
.for-mobile-heading {
	display: none;
}
/*Product Main Detail Section*/
.prodcut-main-detail-section {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	flex-direction: column;
}
/*Product Info CSS*/
.product-info-left {
	float: none;
	width: 100%;
}
.product-info-left .product-value {
	text-align: left;
	color: #14171a;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 16px;
}
.product-info-left .product-value span {
	font-size: 36px;
}
.product-info-left .product-value span.p_original, .product-info-left .product-value span.p_original span {
	font-size: 22px;
	font-weight: 500;
}
.product-info-left .product-value span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol) {
	margin: 0 5px;
}
.for-mobile-price {
	display: none;
}
.product-info {
	display: block;
	margin-bottom: 80px;
}
.product-info h4 {
	font-size: 16px;
	color: #14171a;
	font-weight: 600;
	margin: 0 0 15px;
	line-height: 1.85;
}
.product-info p {
	color: #54565a;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.85;
}
.product-info p:last-child {
	margin-bottom: 0;
}
.product-info ul {
	list-style-type: none;
	margin: 0 0 25px;
	padding: 0;
}
.product-info ul:last-child {
	margin-bottom: 0;
}
.product-info ul li {
	font-size: 16px;
	color: #54565a;
	margin-bottom: 6px;
}
.product-info dl {
	display: block;
	margin: 0 0 25px;
	padding: 0;
}
.product-info dl:before, .product-info dl:after {
	content: " ";
	display: table;
}
.product-info dl:after {
	clear: both;
}
.product-info dl:last-child {
	margin-bottom: 0;
}
.product-info dl dt {
	display: block;
	margin: 5px 0;
	font-size: 16px;
	color: #54565a;
	font-weight: 400;
}
.product-info dl dt:before, .product-info dl dt:after {
	content: " ";
	display: table;
}
.product-info dl dt:after {
	clear: both;
}
.product-info dl dt span:first-child {
	font-weight: 700;
	float: left;
	width: 120px;
}
.product-info dl dt span:last-child {
	overflow: hidden;
	display: block;
}
.product-info-left .product-info dl dt {
	margin: 3px 0;
	float: left;
	width: 50%;
}
.product-info-left .product-info table {
	width: 100% !important;
}
/*Product Details Tabs CSS*/
.product-tabs-section {
	display: block;
	margin-top: 80px;
}
.product-detail-tabs-part {
	display: block;
}
.product-detail-tabs-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.product-detail-tabs-part ul li {
	display: inline-block;
	width: 100%;
	max-width: 300px;
}
.product-detail-tabs-part ul li a {
	color: #14171a;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 50px;
	padding: 0 30px;
	position: relative;
	border-radius: 5px 5px 0 0;
}
.product-detail-tabs-part ul li a::after {
	background: url(../images/tab-arrow.png) 0 0 no-repeat;
	background-size: cover;
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	right: 20px;
	top: calc(50% - 7px);
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.product-detail-tabs-part ul li a:hover, .product-detail-tabs-part ul li a.active {
	background: #f5f4f2;
	color: #14171a;
}
.product-detail-tabs-part ul li a.active::after {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.product-detailtabs-content {
	display: block;
	background: #f5f4f2;
	border-radius: 5px;
	padding: 30px;
}
.product-detailtabs-content p {
	color: #54565a;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.85;
}
.product-detailtabs-content p:last-child {
	margin-bottom: 0;
}
.product-detailtabs-content p a {
	color: #14171a;
	font-weight: 500;
}
.product-detailtabs-content p a:hover {
	color: #000000;
	text-decoration: underline;
}
.product-detailtabs-content ul, .product-detailtabs-content ol {
	list-style-type: none;
	margin: 0 0 25px;
	padding: 0;
}
.product-detailtabs-content ul:last-child, .product-detailtabs-content ol:last-child {
	margin-bottom: 0
}
.product-detailtabs-content ol {
	list-style-type: decimal;
	margin-left: 15px;
}
.product-detailtabs-content ul li, .product-detailtabs-content ol li {
	font-size: 16px;
	line-height: 1.75;
	color: #54565a;
	position: relative;
	padding-left: 20px;
	padding-right: 0;
	margin: 10px 0;
	font-weight: 400;
}
.product-detailtabs-content ol li {
	padding-left: 10px;
}
.product-detailtabs-content ul li::before {
	content: '\2022' !important;
	color: #54565a;
	font-size: 16px;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 12px;
}
.product-detailtabs-content ul li a {
	color: #14171a;
	font-weight: 400;
}
.product-detailtabs-content ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
/*Product Accordion CSS*/
.accordiontab input[type='checkbox'] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.accordiontab input:checked + .accordiontab-label {
	background: #ffffff;
}
.accordiontab input:checked + .accordiontab-label::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.accordiontab input:checked ~ .accordiontab-content {
	max-height: 100vh;
	padding: 15px;
}
.product-tabs {
	overflow: hidden;
	border-top: 1px solid #14171a;
}
.accordiontab {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.accordiontab-label {
	display: flex;
	justify-content: space-between;
	background: #14171a;
	border-bottom: 1px solid #14171a;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	cursor: pointer;
	padding: 15px 35px 15px 15px;
}
.accordiontab-label:hover {
	background: #FF6A06;
	color: #14171a;
}
.accordiontab-label::after {
	background: url(../images/tab-arrow.png) 0 0 no-repeat;
	background-size: cover;
	content: "";
	width: 12px;
	height: 12px;
	margin-top: 6px;
	position: absolute;
	right: 15px;
}
.accordiontab-content {
	max-height: 0;
	padding: 0 15px;
	background: #f5f4f2;
	transition: all .3s;
	overflow: auto;
}
.accordiontab-content p {
	color: #14171a;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	margin-bottom: 25px;
}
.accordiontab-content p:last-child {
	margin-bottom: 0;
}
.accordiontab-content p a {
	color: #14171a;
	font-weight: 500;
}
.accordiontab-content p a:hover {
	color: #000000;
}
/*Product Reviews Tab CSS*/
.product-detailtabs-content .woocommerce-Reviews h2.woocommerce-Reviews-title {
	font-size: 18px;
	font-weight: 700;
	color: #14171a;
	margin: 0 0 5px;
}
.product-detailtabs-content .woocommerce-Reviews .woocommerce-noreviews {
	font-size: 12px;
	margin-bottom: 15px;
}
.product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form span#reply-title {
	font-weight: 600;
}
.product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form span#reply-title a {
	color: #54565a;
}
.product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form span#reply-title a:hover {
	color: #14171a;
}
.product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form {
	display: block;
	margin-top: 15px;
}
.product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form label {
	color: #14171a;
	font-size: 12px;
	display: block;
}
.product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .required {
	color: #f61c0d;
	font-size: 14px;
}
.product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form input[type='text'], .product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form input[type='email'], .product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form input[type='tel'], .product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form textarea {
	display: block;
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #14171a;
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	box-shadow: 0px 2px 20px 0px rgba(20, 23, 26, 0.1);
	border-radius: 5px;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}
.product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form textarea {
	height: 100px;
	resize: none;
}
.product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form input[type='text']:focus, .product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form input[type='email']:focus, .product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form input[type='tel']:focus, .product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form textarea:focus {
	border-color: #14171a;
	outline: 0;
}
.product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form .comment-form-rating p.stars a {
	font-size: 18px;
}
.product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form p {
	position: relative;
}
.product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form input[type='checkbox'], .product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form input[type='radio'] {
	position: absolute;
	opacity: 1;
	left: 0;
	top: 4px;
	z-index: 1;
}
.product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form input[type='checkbox'] + label, .product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form input[type='radio'] + label {
	padding-left: 25px;
}
.product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form input[type='submit'], .product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form input.submit {
	background: #14171a;
	min-width: 120px;
	padding: 0 10px;
	color: #FF6A06;
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	display: block;
	border-radius: 5px;
	text-align: center;
}
.product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form input[type='submit']:hover, .product-detailtabs-content .woocommerce-Reviews #review_form_wrapper #review_form .comment-form input.submit:hover {
	background: #FF6A06;
	color: #14171a;
}
.product-detailtabs-content .woocommerce-Reviews #comments ol.commentlist {
	margin: 0;
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	background: #ffffff;
}
/*Product Right Section CSS*/
.product-info-right {
	float: none;
	width: 100%;
}
.product-info-right .product-value {
	text-align: left;
	color: #14171a;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 16px;
}
.product-info-right .product-value span {
	font-size: 36px;
}
.product-info-right .product-value span.p_original, .product-info-right .product-value span.p_original span {
	font-size: 22px;
	font-weight: 500;
}
.product-info-right .product-value span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol) {
	margin: 0 5px;
}
/*Zippay CSS*/
.zip-pay-option {
	display: block;
	margin-bottom: 20px;
}
.zip-pay-option img {
	max-height: 25px;
	margin-right: 20px;
}
.zip-pay-option span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #54565a;
}
.zip-pay-option a {
	color: #14171a;
}
.zip-pay-option a:hover {
	color: #000000;
	text-decoration: underline;
}
#partPayCalculatorWidget {
	max-width: 350px !important;
	width: 100% !important;
	margin-bottom: 20px !important;
}
/*Product Quantity CSS*/
.qtybuybtn {
	display: block;
	padding-top: 20px;
}
.quantity {
	cursor: pointer;
	background: #f5f4f2;
	border: 1px solid #979797;
	border-radius: 5px;
	height: 50px;
	position: relative;
	display: inline-block;
	max-width: 180px;
	vertical-align: middle;
	margin-right: 10px;
}
.quantity:before, .quantity:after {
	content: " ";
	display: table;
}
.quantity:after {
	clear: both;
}
.quantity .minus, .quantity .plus {
	width: 48px;
	height: 100%;
	background: transparent;
	text-align: center;
	line-height: 44px;
	font-size: 34px;
	font-weight: 300;
	float: left;
	padding: 0;
}
.quantity input[type='text'] {
	height: 100%;
	border: none;
	border-radius: 0;
	background: transparent;
	color: #14171a;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	width: 82px;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	float: left;
}
.quantity input[type='button'] {
	border: none;
}
.buynow-btn {
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
}
.buynow-btn .btn {
	display: block;
	width: 100%;
	position: relative;
}
.buynow-btn .btn[disabled] {
	opacity: 0.5;
	cursor: not-allowed !important;
}
.buynow-btn button.btn.loading {
	opacity: 0.25;
}
.buynow-btn button.btn.loading::after {
	font-family: WooCommerce;
	content: "\e01c";
	font-weight: 400;
	position: absolute;
	top: 1px;
	right: 15px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}
/*Product Woo-commerce Stock/Variations CSS*/
.woocommerce div.product .product-info-right .stock {
	font-size: 12px;
	text-align: center;
	background: #f5f4f2;
	border: 1px solid rgba(20, 23, 26, 0.5);
	color: #14171a;
	border-radius: 5px;
	padding: 5px;
	font-weight: 500;
}
.woocommerce div.product .product-info-right .out-of-stock {
	font-size: 12px;
	text-align: center;
	background: #ffedab;
	border: 1px solid #FF6A06;
	color: #f61c0d;
	border-radius: 5px;
	padding: 5px;
	font-weight: 500;
}
.select-variation-part {
	display: block;
}
.select-variation-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.select-variation-part ul li {
	display: block;
	margin-bottom: 15px;
}
.select-variation-listing {
	display: block;
}
.select-variation-listing .label {
	font-size: 14px;
	padding: 0;
	text-transform: capitalize;
	margin: 0 0 7px;
	display: block;
	text-align: left;
	border-radius: 0;
}
.select-variation-listing .value select, .woocommerce div.product .product-info-right form.cart .variations select {
	display: block;
	width: 100%;
	height: 50px;
	padding: 10px 30px 10px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #14171a;
	background-color: #f5f4f2;
	background-image: none;
	border: 1px solid #979797;
	border-radius: 5px;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.select-variation-listing .value select:focus {
	border-color: #14171a;
	outline: 0;
}
.select-variation-listing .value.cs_select::after {
	height: calc(48px - 4px);
	width: 30px;
	background-position: 25% 50%;
}
.select-variation-listing .value .ajaxerrors {
	position: absolute;
	color: #f61c0d;
	font-size: 11px;
	top: 48px;
}
.woocommerce div.product .product-info-right form.cart .reset_variations {
	background: #f5f4f2;
	position: absolute;
	content: "";
	right: 1px;
	top: 1px;
	width: 30px;
	height: calc(100% - 2px);
	border-radius: 0 25px 25px 0;
	z-index: 16;
	color: #54565a;
	line-height: 48px;
	text-align: center;
}
.woocommerce-variation-price.product-value, .woocommerce div.product .product-info-right span.price {
	font-size: 16px;
}
.woocommerce-variation-price.product-value span, .woocommerce div.product .product-info-right span.price span {
	font-size: 24px;
}
.woocommerce-variation-price.product-value span.p_original, .woocommerce div.product .product-info-right span.price span.p_original, .woocommerce-variation-price.product-value span.p_original span, .woocommerce div.product .product-info-right span.price span.p_original span {
	font-size: 15px;
}
.woocommerce div.product .product-info-right .woocommerce-variation-description {
	text-align: center;
}
.woocommerce div.product .product-info-right form.cart div.quantity {
	float: none;
	margin: 0 10px 0 0;
}
.woocommerce div.product .product-info-right form.cart div.quantity .qty {
	width: 82px;
}
/*Product Download Buttons CSS*/
.product-download-part {
	display: block;
	margin-top: 35px;
}
.product-download-part h4 {
	font-size: 14px;
	color: #14171a;
	font-weight: 600;
	text-align: center;
	margin: 0 0 18px;
}
.product-download-part .btn {
	display: block;
	margin: 5px 0;
	font-size: 12px;
	text-align: left;
	line-height: 46px;
	min-height: 46px;
}
.product-download-part .btn span {
	margin-right: 10px;
}
.product-download-part .btn span img {
	display: inline-block;
	vertical-align: middle;
}
.product-download-part .btn:hover img, .product-download-part .btn:active img {
	filter: invert(100%) brightness(1000%);
	-webkit-filter: invert(100%) brightness(1000%);
}
/*Related Product Section CSS*/
.related-product-section {
	display: block;
	background: #f5f4f2;
	padding: 80px 0;
}
.related-product-section .related-blog-heading {
	margin: 0 auto 40px;
}
.related-product-section .product-main-listing {
	margin: 0 40px;
}
.related-product-section .product-main-listing ul, .woocommerce .related-product-section .product-main-listing ul.products {
	display: block;
}
.related-product-section .product-main-listing ul li, .woocommerce .related-product-section .product-main-listing ul.products li.product, .woocommerce-page .related-product-section .product-main-listing ul.products li.product {
	margin-bottom: 30px;
	margin-top: 20px;
	position: relative;
}
.related-product-section .product-item-box {
	box-shadow: 0px 2px 10px 0px rgba(20, 23, 26, 0.1);
}
.related-product-section .slick-prev.slick-arrow {
	left: -60px;
}
.related-product-section .slick-next.slick-arrow {
	right: -60px;
}
/*Specials Product Section CSS*/
.specials-product-section {
	background: #f5f4f2;
}
/****************************** ****************************** 
					Gift Card Page CSS
****************************** *****************************/
#pwgc-purchase-container {
	display: block;
}
.pwgc-field-container {
	margin-bottom: 15px !important;
}
.pwgc-label {
	font-size: 14px;
	padding: 0;
	text-transform: capitalize;
	margin: 0 0 7px;
	display: block;
	text-align: left;
	border-radius: 0;
	font-weight: 700;
	display: block;
}
.pwgc-field-container input, .pwgc-field-container select, .pwgc-field-container textarea {
	display: block;
	width: 100% !important;
	height: 48px;
	padding: 10px 15px;
	margin: 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #14171a;
	background-color: #f5f4f2;
	background-image: none;
	border: 1px solid rgba(20, 23, 26, 0.05);
	border-radius: 5px;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}
.pwgc-field-container textarea {
	height: 100px;
	resize: none;
}
.pwgc-field-container input:focus, .pwgc-field-container select:focus, .pwgc-field-container textarea:focus {
	border-color: #14171a;
	outline: 0;
}
/*Cart Coupon Part CSS*/
#pwgc-redeem-gift-card-form {
	display: block;
	background: #54565a;
	margin-bottom: 30px;
	border-radius: 5px;
	padding: 15px 30px;
}
#pwgc-redeem-gift-card-form br {
	display: none;
}
#pwgc-redeem-gift-card-container {
	margin-bottom: 0 !important;
}
#pwgc-redeem-gift-card-form label {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	display: block;
	margin-bottom: 8px;
}
#pwgc-redeem-error {
	color: #FF6A06 !important;
}
.cart-coupon-part .coupon {
	float: left;
}
#pwgc-redeem-gift-card-number {
	background-color: #f5f4f2;
	border-radius: 5px 0 0 5px;
	float: left;
	height: 40px;
	padding: 0 15px;
	font-size: 14px;
	color: #14171a;
	line-height: 40px;
	border: none;
	border-right: 1px solid #ccc;
}
#pwgc-redeem-button {
	background: #14171a;
	color: #FF6A06;
	border-radius: 0 5px 5px 0;
	height: 40px;
	line-height: 40px;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 20px;
	margin: 0 !important;
}
#pwgc-redeem-button:hover {
	background: #FF6A06;
	color: #14171a;
}
/****************************** ****************************** 
						Cart Page CSS
****************************** *****************************/
.cart-page {
	display: block;
	background: #ffffff;
	padding: 80px 0;
}
.cart-page-inner {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
/*Cart Summary CSS*/
.cart-summary-part {
	display: block;
	background: #f5f4f2;
	padding: 30px;
	border-radius: 5px;
}
.cart-heading {
	display: block;
	border-bottom: 1px solid #14171a;
	background: #14171a;
	margin: -30px -30px 0;
	padding: 25px 30px;
	border-radius: 5px 5px 0 0;
}
.cart-heading h2 {
	font-size: 25px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	line-height: normal;
	float: left;
}
.cart-heading h2 span {
	font-size: 13px;
	margin-left: 10px;
}
.cart-heading a {
	font-size: 14px;
	color: #FF6A06;
	float: right;
	margin-top: 5px;
	font-weight: 600;
}
.cart-heading a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/*Cart Summary list CSS*/
.cart-summary-listing {
	display: block;
}
.cart-summary-box {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	padding: 35px 0;
}
.cart-summary-pic {
	width: 160px;
	height: 160px;
	flex-shrink: 0;
	border: 1px solid rgba(84, 86, 90, 0.3);
	border-radius: 3px;
	box-shadow: 0px 0px 5px 0px rgba(20, 23, 26, 0.1);
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-right: 30px;
	padding: 10px;
	background: #fff;
}
.cart-summary-pic img {
	display: inline-block;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 100%;
}
.cart-summary-detail {
	width: 280px;
	margin-right: 30px;
	flex-shrink: 0;
}
.cart-summary-detail h3 {
	font-size: 18px;
	font-weight: 700;
	color: #14171a;
	margin: 0 0 5px;
}
.cart-summary-detail h3 a {
	color: #14171a;
}
.cart-summary-detail h3 a:hover {
	color: #000000;
	text-decoration: underline;
}
.cart-summary-detail .cart-summary-price {
	margin: 0 0 15px;
	font-size: 14px;
	font-weight: 600;
	color: #14171a;
	padding-top: 0;
}
.cart-summary-detail .product-info {
	margin-bottom: 0;
}
.cart-summary-detail .product-info dl dt {
	margin: 4px 0;
	font-size: 14px;
}
.cart-remove {
	display: block;
	margin-top: 30px;
}
.cart-summary-detail .remove, .woocommerce .cart-summary-detail a.remove {
	color: #14171a !important;
	font-size: 16px;
	width: initial;
	height: initial;
	text-align: left;
	font-weight: 600;
	display: inline-block;
	border-radius: 0;
}
.cart-summary-detail .remove:hover, .woocommerce .cart-summary-detail a.remove:hover {
	color: #f61c0d !important;
	background: transparent;
}
.cart-summary-qty {
	margin-right: 10px;
	width: 80px;
	flex-shrink: 0;
}
.cart-summary-qty .quantity {
	height: auto;
	border: none;
	background: transparent;
}
.cart-summary-qty .quantity input, .cart-summary-qty .quantity select, .woocommerce .cart-summary-qty .quantity .qty {
	color: #54565a;
	font-size: 14px;
	width: 80px;
	height: 40px;
	background: #ffffff;
	border: 1px solid rgba(84, 86, 90, 0.3);
	border-radius: 5px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-align: center;
	font-weight: 500;
}
.cart-summary-qty .quantity input:focus, .cart-summary-qty .quantity select:focus, .woocommerce .cart-summary-qty .quantity .qty:focus {
	border: 1px solid rgba(84, 86, 90, 0.7);
}
.cart-summary-price {
	margin: 0 0 0 auto;
	font-size: 18px;
	font-weight: 700;
	color: #14171a;
	padding-top: 5px;
	width: auto;
}
.cart-summary-price small.tax_label {
	font-size: 75%;
	display: block;
}
/*Cart Coupon Part CSS*/
.cart-coupon-part {
	display: block;
	background: #54565a;
	border-radius: 0 0 5px 5px;
	padding: 20px 30px;
	margin: -1px -30px -30px;
}
.cart-coupon-part .coupon {
	float: left;
}
.cart-coupon-part .coupon label {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	display: none;
	margin-right: 5px;
}
.cart-coupon-part .coupon input.input-text {
	background-color: #f5f4f2;
	border-radius: 5px 0 0 5px;
	float: left;
	height: 40px;
	padding: 0 15px;
	font-size: 14px;
	color: #14171a;
	line-height: 40px;
	border: none;
	border-right: 1px solid #ccc;
}
.cart-coupon-part .coupon button.apply-btn, .woocommerce .cart-coupon-part .coupon button.apply-btn {
	background: #14171a;
	color: #FF6A06;
	border-radius: 0 5px 5px 0;
	height: 40px;
	line-height: 40px;
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 20px;
}
.cart-coupon-part .coupon button.button:hover {
	background: #FF6A06;
	color: #14171a;
}
.cart-coupon-part .actions button.updcart-btn, .woocommerce .cart-coupon-part .actions button.updcart-btn {
	background: #14171a;
	color: #FF6A06;
	border: none;
	border-radius: 5px;
	height: 40px;
	line-height: 43px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 25px;
	float: right;
}
.cart-coupon-part .actions button.updcart-btn:hover {
	background: #FF6A06;
	color: #14171a;
}
.cart-coupon-part .actions button.updcart-btn[disabled] {
	opacity: 0.6;
}
/*Cart Buttons CSS*/
.btns-part, .woocommerce-cart .btns-part.wc-proceed-to-checkout {
	margin-top: 50px;
	padding: 0;
	text-transform: capitalize;
}
/*Order Summary Section CSS*/
.cart-order-summary {
	display: block;
	background: #14171a;
	padding: 25px;
	border-radius: 5px;
}
.cart-order-summary h2 {
	font-size: 20px;
	font-weight: 700;
	color: #FF6A06;
	margin: 0;
	line-height: normal;
}
.cart-order-summary-title {
	display: block;
	position: relative;
}
.cart-order-summary-inner {
	padding-top: 15px;
}
.summary-showhide {
	display: none;
	position: absolute;
	width: 60px;
	height: 26px;
	font-size: 10px !important;
	line-height: 26px;
	padding: 0;
	right: 0;
	top: -2px;
	min-width: inherit;
	min-height: inherit;
}
.summary-showhide:hover, .summary-showhide:active, .summary-showhide:active:hover {
	background: #ffffff;
	color: #14171a;
	border-color: #ffffff;
}
/*Cart Total CSS*/
.cart-total-part {
	display: block;
}
.cart-total-part table {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}
.cart-total-part table tr.order-brd {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cart-total-part table tr th, .cart-total-part table tr td {
	padding: 10px 12px;
	line-height: 1.5em;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
}
.cart-total-part table tr td small.tax_label {
	font-size: 75%;
	display: block;
}
.cart-total-part table tr th {
	text-align: left;
	padding-left: 0;
	font-weight: 600;
}
.cart-total-part table tr td {
	text-align: right;
	padding-right: 0;
}
.cart-total-part table tr.order-ptop th, .cart-total-part table tr.order-ptop td {
	padding-top: 25px;
}
.cart-total-part table tr.order-total th, .cart-total-part table tr.order-total td {
	color: #FF6A06;
	font-size: 18px;
	padding-top: 25px;
	font-weight: 600;
}
/*Cart Product CSS*/
.cart-product-part {
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 30px;
}
.cart-product-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.cart-product-part ul li {
	display: block;
}
.cart-product-part ul li .cart-summary-box {
	padding: 20px 0;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cart-product-part ul li:last-child .cart-summary-box {
	border: none;
	padding-bottom: 0;
}
.cart-product-part ul li .cart-summary-pic {
	width: 80px;
	height: 80px;
	margin-right: 20px;
	padding: 0;
	float: left;
}
.cart-product-part ul li .cart-summary-detail {
	width: auto;
	margin-right: 0;
	overflow: hidden;
}
.cart-product-part ul li .cart-summary-detail h3 {
	font-size: 13px;
	margin: 0;
	color: #FF6A06;
}
.cart-product-part ul li .cart-summary-detail h3 a {
	color: #FF6A06;
}
.cart-product-part ul li .cart-summary-detail h3 a:hover {
	color: #FF6A06;
	text-decoration: underline;
}
.cart-product-part ul li .cart-summary-detail .cart-summary-price {
	margin: 0 0 5px;
	font-size: 11px;
	color: #ffffff;
}
.cart-product-part ul li .cart-summary-detail .cart-summary-price.product-value {
	text-align: left;
}
.cart-product-part ul li .cart-summary-detail .cart-summary-price.product-value span:not(.woocommerce-Price-amount):not(.woocommerce-Price-currencySymbol) {
	margin: 0 5px 0 0;
}
.cart-product-part ul li .cart-summary-detail .product-info dl dt {
	margin: 1px 0;
	font-size: 11px;
	color: #ffffff;
}
.cart-product-part ul li .cart-summary-detail .product-info dl dt span:first-child {
	width: 75px;
}
/*Cart Shipping CSS*/
.cart-shipping-part {
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 45px;
}
.cart-shipping-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.cart-shipping-part ul li {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px 0;
}
.cart-shipping-part ul li:last-child {
	border: none;
	padding-bottom: 0;
}
.cart-shipping-part ul li h4 {
	font-size: 13px;
	font-weight: 700;
	color: #FF6A06;
	margin: 0 0 10px;
	line-height: normal;
}
.cart-shipping-part ul li address {
	font-size: 11px;
	color: #ffffff;
	font-weight: 400;
	margin: 0 0 5px;
	line-height: 1.7;
}
.cart-shipping-part ul li a {
	font-weight: 600;
	font-size: 11px;
	color: #ffffff;
}
.cart-shipping-part ul li a:hover {
	color: #FF6A06;
	text-decoration: underline;
}
.cart-shipping-part ul li .product-info {
	margin-bottom: 0;
}
.cart-shipping-part ul li .product-info dl dt {
	margin: 4px 0;
	font-size: 11px;
	color: #fff;
}
.cart-shipping-part ul li .product-info dl dt span:first-child {
	font-weight: 400;
	width: 100px;
}
/****************************** ****************************** 
   				  	Basic Page CSS
****************************** *****************************/
.basic-page-section {
	display: block;
	background: #ffffff;
	padding: 80px 0;
}
.basic-page-section h2, .basic-page-section h3 {
	font-size: 28px;
	font-weight: 800;
	color: #14171a;
	margin: 0 0 20px;
	line-height: normal;
	text-transform: capitalize;
}
.basic-page-section label {
	display: block;
	font-size: 14px;
	color: #54565a;
}
.basic-page-section p:not(.woocommerce-error):not(.woocommerce-info):not(.woocommerce-message):not(.woocommerce-customer-details--phone):not(.woocommerce-customer-details--email) {
	color: #54565a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
	padding: 0;
	margin-bottom: 25px;
}
.basic-page-section p:last-child {
	margin-bottom: 0;
}
.basic-page-section p a {
	font-weight: 500;
}
.basic-page-section .woocommerce-privacy-policy-text {
	margin-bottom: 20px;
}
.woocommerce-account .basic-page-section .addresses .title .edit {
	font-weight: 600;
	margin-top: 5px;
}
.basic-page-section .woocommerce form .form-row {
	padding: 0;
	margin: 0 0 10px;
}
.basic-page-section .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: block;
	margin-bottom: 15px;
	margin-left: 5px;
}
.basic-page-section .woocommerce form .form-row .required {
	font-weight: 400;
}
.basic-page-section .woocommerce input.input-text, .basic-page-section .woocommerce select, .basic-page-section .woocommerce textarea {
	display: block;
	width: 100%;
	height: 48px;
	padding: 10px 15px;
	margin: 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #14171a;
	background-color: #f5f4f2;
	background-image: none;
	border: 1px solid rgba(20, 23, 26, 0.05);
	border-radius: 5px;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}
.basic-page-section .woocommerce select {
	background: #f5f4f2 url(../images/menu-arrow.png) 96% 50% /14px no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.basic-page-section .woocommerce textarea {
	height: 100px;
	resize: none;
	border-radius: 15px;
}
.basic-page-section .woocommerce input.input-text:focus, .basic-page-section .woocommerce select:focus, .basic-page-section .woocommerce textarea:focus {
	border-color: #14171a;
	outline: 0;
}
.basic-page-section .woocommerce button.button, .basic-page-section .woocommerce a.button {
	border-radius: 5px;
	color: #FF6A06;
	background: #14171a;
	min-width: 150px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 48px;
	display: block;
	text-align: center;
	text-transform: capitalize;
}
.basic-page-section .woocommerce button.button:disabled[disabled], .basic-page-section .woocommerce a.button.disabled {
	padding: 0 20px;
}
.basic-page-section .woocommerce button.button:hover, .basic-page-section .woocommerce a.button:hover, .basic-page-section .woocommerce button.button:disabled[disabled]:hover {
	background: #FF6A06;
	color: #14171a;
}
.basic-page-section .woocommerce fieldset {
	margin: 35px 0 20px;
	padding: 0;
	border: none;
}
.basic-page-section .woocommerce fieldset legend {
	font-size: 28px;
	font-weight: 800;
	color: #14171a;
	margin: 0 0 20px;
	line-height: normal;
	text-transform: capitalize;
}
.basic-page-section address {
	color: #54565a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
	padding: 0;
}
.woocommerce-account .basic-page-section .woocommerce .woocommerce-MyAccount-content button.button, .woocommerce-account .basic-page-section .woocommerce .woocommerce-MyAccount-content a.button {
	border-radius: 5px;
	min-width: 100px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
}
.woocommerce-account .basic-page-section .woocommerce table.my_account_orders td, .woocommerce-account .basic-page-section .woocommerce table.my_account_orders th {
	padding: 12px 8px;
}
.woocommerce-account .basic-page-section .woocommerce table.shop_table .product-name, .woocommerce-checkout .woocommerce .checkout-main-section table.shop_table .product-name {
	display: table-cell;
	min-height: auto;
}
.page-id-1829 .main-container-section > .woocommerce .woocommerce_cart_is_empty {
	padding: 50px 15px;
	max-width: 970px;
	margin: 0 auto;
}
.page-id-1829 .main-container-section > .woocommerce .woocommerce_cart_is_empty button.button, .page-id-1829 .main-container-section > .woocommerce .woocommerce_cart_is_empty a.button {
	border-radius: 5px;
	color: #FF6A06;
	background: #14171a;
	min-width: 150px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 48px;
	display: block;
	text-align: center;
	text-transform: capitalize;
}
.page-id-1829 .main-container-section > .woocommerce .woocommerce_cart_is_empty button.button:hover, .page-id-1829 .main-container-section > .woocommerce .woocommerce_cart_is_empty a.button:hover, .page-id-1829 .main-container-section > .woocommerce .woocommerce_cart_is_empty button.button:disabled[disabled]:hover {
	background: #FF6A06;
	color: #14171a;
}
/****************************** ****************************** 
						Checkout Page CSS
****************************** *****************************/
.checkout-page {
	display: block;
	background: #ffffff;
}
.checkout-steps {
	background: #f5f4f2;
	height: 90px;
}
/*Checkout Steps CSS*/
.wpmc-tabs-wrapper {
	width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 25px;
}
.wpmc-tabs-wrapper .wpmc-tabs-list {
	background: #f5f4f2;
	font-weight: 600;
	margin: 0;
	padding: 0 !important;
}
.wpmc-tabs-wrapper .wpmc-tabs-list:before, .wpmc-tabs-wrapper .wpmc-tabs-list:after {
	content: " ";
	display: table;
}
.wpmc-tabs-wrapper .wpmc-tabs-list:after {
	clear: both;
}
.wpmc-tabs-wrapper .wpmc-tab-item {
	font-size: 13px !important;
	line-height: 13px !important;
	color: #dadbdd;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	display: table-cell;
	float: left;
	padding-top: 0;
	padding-bottom: 47px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	width: 25%;
	margin-left: 0;
	margin-right: 0;
}
.wpmc-1-tabs .wpmc-tab-item {
	width: 100%;
}
.wpmc-tabs-list.wpmc-2-tabs .wpmc-tab-item {
	width: 50%;
}
.wpmc-tabs-list.wpmc-3-tabs .wpmc-tab-item {
	width: 33%;
}
.wpmc-tabs-list.wpmc-4-tabs .wpmc-tab-item {
	width: 25%;
}
.wpmc-tabs-list.wpmc-5-tabs .wpmc-tab-item {
	width: 20%;
}
.wpmc-tabs-list.wpmc-6-tabs .wpmc-tab-item {
	width: 16.6%;
}
.wpmc-tabs-wrapper .wpmc-tab-item:before {
	display: block;
	content: "";
	border-bottom: 2px solid #dadbdd;
	height: 0;
	position: absolute;
	top: 9px;
	left: 0;
	right: 50%;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
}
.wpmc-tabs-wrapper .wpmc-tab-item:after {
	display: block;
	content: "";
	border-bottom: 2px solid #dadbdd;
	height: 0;
	position: absolute;
	top: 9px;
	left: 50%;
	right: 0;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
	z-index: 1;
}
.wpmc-tabs-wrapper .wpmc-tab-item:first-child:before {
	display: none;
}
.wpmc-tabs-wrapper .wpmc-tab-item:last-child:after {
	display: none;
}
.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
	display: inline-block;
	line-height: 20px;
	width: 20px;
	min-width: 20px;
	min-height: 20px;
	height: 20px;
	margin-top: 0;
	background: #dadbdd;
	border: none;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	text-indent: -9999px;
}
.wpmc-tabs-wrapper .wpmc-tab-text {
	display: none;
	font-size: 12px;
	line-height: 1.25;
	font-weight: 600;
	letter-spacing: .3px;
	text-transform: capitalize;
	padding-top: 8px;
	white-space: nowrap;
	position: absolute;
	top: 15px;
	width: 100%;
	text-align: center;
}
.woocommerce-checkout .woocommerce .wpmc-tabs-wrapper form label.error {
	color: #f61c0d !important;
}
.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number, .wpmc-tabs-wrapper .wpmc-tab-item.active .wpmc-tab-number {
	color: #fff;
	background: url(../images/check-icon.png) 50% 50% no-repeat #14171a;
	background-size: 10px;
	border: none;
}
.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-text, .wpmc-tabs-wrapper .wpmc-tab-item.active .wpmc-tab-text {
	display: block;
	color: #14171a;
}
.wpmc-tabs-wrapper .wpmc-tab-item.wpmc-billing.previous .wpmc-tab-number {
	color: #fff;
	background: url(../images/check-icon.png) 50% 50% no-repeat #14171a;
	background-size: 10px;
	border: none;
}
.wpmc-tabs-wrapper .wpmc-tab-item.wpmc-billing.previous .wpmc-tab-text {
	display: block;
	color: #14171a;
}
.wpmc-tabs-wrapper .wpmc-tab-item.wpmc-billing.previous::after {
	border-bottom-color: #14171a;
}
.wpmc-tabs-wrapper .wpmc-tab-item.wpmc-review.previous .wpmc-tab-number {
	color: #000;
	background: #dadbdd;
	border: none;
}
.wpmc-tabs-wrapper .wpmc-tab-item.wpmc-review.previous .wpmc-tab-text {
	display: block;
	color: #dadbdd;
}
.wpmc-tabs-wrapper .wpmc-tab-item.visited:before {
	border-bottom-color: #dadbdd;
}
.wpmc-tabs-wrapper .wpmc-tab-item.current::before {
	border-bottom-color: #14171a;
}
.wpmc-tabs-wrapper .wpmc-tab-item.current::after {
	border-bottom-color: #dadbdd;
}
.wpmc-tabs-wrapper .wpmc-tab-item.active::before {
	border-bottom-color: #14171a;
}
.wpmc-tabs-wrapper .wpmc-tab-item.active::after {
	border-bottom-color: #14171a;
}
@media screen and (min-width:767px) {
.wpmc-tabs-wrapper .wpmc-tabs-list {
	display: block;
}
.wpmc-tabs-wrapper .wpmc-tab-item {
	display: block;
	vertical-align: top;
	padding-bottom: 0;
}
.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-text {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
}
}
/*Checkout Back Lins CSS*/
.mainclass-bts {
	display: block;
	padding-bottom: 20px;
}
.mainclass-bts .backcart a {
	font-size: 14px;
	color: #54565a;
	font-weight: 700;
	position: relative;
	padding-left: 15px;
	line-height: 36px;
	display: inline-block;
}
.mainclass-bts .backcart a::before {
	content: "<";
	position: absolute;
	font-size: 14px;
	left: 0;
}
.mainclass-bts .backcart a:hover {
	color: #14171a;
}
.mainclass-bts .cretanewac {
	text-align: right;
}
.mainclass-bts .cretanewac a {
	border-radius: 5px;
	background: #FF6A06;
	color: #14171a;
	padding: 0 15px;
	font-size: 14px;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
	display: inline-block;
}
.mainclass-bts .cretanewac a:hover {
	background: #14171a;
	color: #FF6A06;
}
/*Checkout Main Part CSS*/
.checkout-main-section {
	display: block;
	background: #ffffff;
	padding: 80px 0;
}
.checkout-main-inner {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}
.woocommerce .checkout-main-section form.login {
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
}
.woocommerce .checkout-main-section h3 {
	font-size: 28px;
	font-weight: 800;
	color: #14171a;
	margin: 0 0 20px;
	line-height: normal;
	text-transform: capitalize;
}
.woocommerce .checkout-main-section h3#ship-to-different-address {
	font-size: 14px;
	color: #54565a;
	font-weight: 400;
}
.woocommerce .checkout-main-section form .form-row .select2-container {
	width: 100% !important;
}
.woocommerce .checkout-main-section p {
	color: #54565a;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
	padding: 0;
	margin-bottom: 25px;
}
.woocommerce .checkout-main-section p a {
	font-weight: 500;
}
.woocommerce .checkout-main-section form .form-row label, .woocommerce-page .checkout-main-section form .form-row label {
	display: block;
	font-size: 14px;
	color: #54565a;
}
.woocommerce .checkout-main-section .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: block;
	margin-bottom: 15px;
	margin-left: 5px;
}
.woocommerce .checkout-main-section form .form-row .required {
	font-weight: 400;
}
.woocommerce .checkout-main-section form .form-row input.input-text, .woocommerce .checkout-main-section form .form-row select, .woocommerce .checkout-main-section form .form-row textarea, .select2-container--default .select2-selection--single {
	display: block;
	width: 100%;
	height: 48px;
	padding: 10px 15px;
	margin: 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #14171a;
	background-color: #f5f4f2;
	background-image: none;
	border: 1px solid rgba(20, 23, 26, 0.05);
	border-radius: 5px;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}
.woocommerce .checkout-main-section .woocommerce-input-wrapper {
	position: relative;
}
.woocommerce .checkout-main-section form .form-row select {
	background: #f5f4f2 url(../images/menu-arrow.png) 96% 50% /14px no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 15px;
}
.woocommerce .checkout-main-section form .form-row textarea {
	height: 100px;
	resize: none;
	border-radius: 15px;
}
.woocommerce .checkout-main-section form .form-row input.input-text:focus, .woocommerce .checkout-main-section form .form-row select:focus, .woocommerce .checkout-main-section form .form-row textarea:focus {
	border-color: #14171a;
	outline: 0;
}
.woocommerce .checkout-main-section button.button {
	border-radius: 5px;
	color: #FF6A06;
	background: #14171a;
	min-width: 150px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 48px;
	display: block;
	text-align: center;
	margin: 0;
	cursor: pointer;
}
.woocommerce .checkout-main-section button.button:hover {
	background: #FF6A06;
	color: #14171a;
}
.woocommerce .checkout-main-section .wpmc-nav-wrapper button.button {
	margin-left: 5px;
}
.woocommerce .checkout-main-section .wpmc-nav-wrapper button.button:first-child {
	margin-left: 0;
}
.checkout-main-section .woocommerce-checkout #payment {
	background: #f5f4f2;
	border-radius: 5px;
	margin-bottom: 20px;
}
/****************************** ****************************** 
			     	Order Confirmed Page CSS
****************************** *****************************/
.confirm-section {
	display: block;
	max-width: 500px;
	padding: 0;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.confirm-icon {
	width: 100px;
	height: 100px;
	margin: 0 auto 45px;
}
.confirm-icon img {
	max-width: 100%;
}
.confirm-section h2 {
	color: #14171a;
	display: block;
	font-size: 28px;
	font-weight: 400;
	margin: 0 0 15px;
	line-height: normal;
}
.confirm-section h3 {
	color: #14171a;
	display: block;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 5px;
	line-height: normal;
}
.confirm-section p {
	color: #54565a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 40px;
	padding: 0 30px;
}
.confirm-section .btn {
	min-width: 200px;
	margin: 3px 0;
}
/****************************** ****************************** 
			     	My Account Page CSS
****************************** *****************************/
.woocommerce-account .woocommerce-MyAccount-navigation {
	background: #14171a;
	border-radius: 10px;
	float: left;
	width: 30%;
	overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 0;
	margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
	border: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	display: block;
	text-transform: capitalize;
	padding: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	background: #FF6A06;
	color: #14171a;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	background: #FF6A06;
	color: #14171a;
}
.woocommerce-account .woocommerce-MyAccount-content {
	width: 65%;
}
.shop-wrapper .sidebar-wrapper .close-sidebar {
	background: #14171a !important;
}
.woocommerce-account .basic-page-section .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders button.button, .woocommerce-account .basic-page-section .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders a.button {
	min-width: 80px;
	font-size: 12px;
	line-height: 34px;
	margin: 0 2px 3px;
}
/****************************** *****************************
                    Wishlist Page CSS
****************************** *****************************/
.wishlist-page {
	display: block;
	background: #ffffff;
	padding: 80px 0;
}
.heading-page-part + .wishlist-page {
	padding-top: 0;
}
.wishlist-main-part {
	display: block;
}
.wishlist-main-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.wishlist-main-part ul li {
	display: block;
	margin-bottom: 10px;
}
.wishlist-item-box {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 0 30px;
	border-radius: 5px;
	border: 1px solid #FF6A06;
	transition: all .2s ease-out;
	box-shadow: 0px 2px 20px 0px rgba(20, 23, 26, 0.1);
}
.wishlist-item {
	align-self: center;
	display: flex;
	flex-basis: 0;
	flex-flow: row nowrap;
	flex-grow: 1;
	overflow-wrap: break-word;
	padding: 20px 15px;
}
.wishlist-item:first-child {
	padding-left: 0;
}
.wishlist-item:last-child {
	padding-right: 0;
}
.wlist_1 {
	flex-basis: 18%;
}
.wlist_2 {
	flex-basis: 45%;
}
.wlist_3 {
	flex-basis: 18%;
}
.wlist_4 {
	flex-basis: 5%;
}
.wishlist-item-pic {
	display: block;
	width: 175px;
}
.wishlist-item-pic img {
	max-width: 100%;
	display: block;
}
.wishlist-item-heading {
	display: block;
}
.wishlist-item-heading h2 {
	font-size: 22px;
	color: #14171a;
	font-weight: 700;
	margin: 0;
	line-height: 1.25;
}
.wishlist-item-heading h2 a {
	color: #14171a;
}
.wishlist-item-heading h2 a:hover {
	color: #000000;
}
.wishlist-item-heading p {
	color: #54565a;
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0 0;
	line-height: 1.5;
}
.wishlist-item-heading p:first-child {
	margin-top: 0;
}
.wishlist-item-price {
	display: block;
	width: 100%;
	padding-right: 15px;
}
.wishlist-item-price .product-value {
	text-align: right;
	font-size: 18px;
}
.wishlist-item-cart {
	display: block;
	width: 100%;
	margin-top: -5px;
}
.wishlist-item-cart .product-cart {
	float: none;
	width: 40px;
	margin: 0 auto;
}
.wishlist-item-cart .product-cart .btn-cart i.icon-cart {
	height: 30px;
	width: 30px;
}
.wishlist-item-cart .product-value {
	line-height: 30px;
}
.wishlist-item-remove {
	display: block;
	width: 100%;
}
.wishlist-item-remove a {
	background: url(../images/close-icon-black.png) 50% 50% no-repeat #f5f4f2;
	background-size: 12px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 5px;
}
.wishlist-item-remove a:hover {
	background: url(../images/close-icon-white.png) 50% 50% no-repeat #f61c0d;
	background-size: 12px;
}
/****************************** ****************************** 
                  Sign In/Sign Up Page CSS
****************************** *****************************/
.sign-page {
	display: block;
	background-image: url(../images/benefits-bg.png);
	background-color: #f5f4f2;
	background-position: 50% 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}
.margin_l15 {
	padding-left: 25px;
}
.margin_r15 {
	padding-right: 25px;
}
/*Sign Form Part*/
.sign-form-part {
	display: block;
	margin-bottom: 50px;
}
.sign-form-part:last-child {
	margin-bottom: 0;
}
.sign-heading {
	display: block;
	margin-bottom: 35px;
}
.sign-heading:before, .sign-heading:after {
	content: " ";
	display: table;
}
.sign-heading:after {
	clear: both;
}
.sign-heading h2 {
	float: left;
	font-size: 36px;
	line-height: 1.25;
	font-weight: 800;
	color: #14171a;
	margin: 0;
}
.sign-heading h3 {
	font-size: 28px;
	line-height: 1.25;
	font-weight: 800;
	color: #14171a;
	margin: 0;
}
.sign-heading a {
	float: right;
	margin-top: 15px;
	font-size: 18px;
	color: #54565a;
	font-weight: 700;
}
.sign-heading a:hover {
	color: #14171a;
	text-decoration: underline;
}
.sign-mainform-part {
	display: block;
}
.sign-mainform-part h5 {
	color: #54565a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin: 0 0 20px;
}
.sign-mainform-part .form-control {
	background: #ffffff;
	box-shadow: 0px 2px 20px 0px rgba(20, 23, 26, 0.1);
}
.sign-mainform-part .cs_select::after {
	background: #ffffff url(../images/menu-arrow.png) 50% 50% /14px no-repeat;
	height: calc(48px - 4px);
	border-radius: 0 5px 5px 0;
}
.sign-mainform-part select.form-control[multiple] {
	height: 120px;
}
.sign-mainform-part .text-right {
	margin-top: 12px;
}
/*Custom Mailchimp Checkbox CSS*/
.custom_mail_class p {
	margin: 0;
}
.custom_mail_class input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	cursor: pointer;
}
.custom_mail_class span {
	color: #54565a;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	position: relative;
	cursor: pointer;
	display: block;
	min-height: 25px;
	overflow: hidden;
	padding: 3px 0 0 40px;
}
.custom_mail_class input[type="checkbox"] + span::before {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid rgba(20, 23, 26, 0.3);
	border-radius: 4px;
	content: "";
	float: left;
	font-size: 20px;
	height: 25px;
	width: 25px;
	line-height: 22px;
	margin-right: 15px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.custom_mail_class input[type="checkbox"]:checked + span::before {
	content: "\f00c";
	font-family: 'FontAwesome';
	background: #14171a none repeat scroll 0 0;
	border: 1px solid #14171a;
	color: #FF6A06;
}
/*Club Benefits Part*/
.club-benefits-part {
	display: block;
	margin-top: -5px;
}
.club-benefits-part p {
	color: #54565a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin: 0 0 20px;
}
.club-benefits-part ul {
	list-style-type: none;
	margin: 0 -5px;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.club-benefits-part ul li {
	float: left;
	width: calc(16.66% - 20px);
	margin: 10px;
}
.club-benefit-box {
	padding: 5px;
	min-height: 74px;
	text-align: center;
	transition: all 0.3s;
	background: #14171a;
	border: 1px solid #14171a;
	border-radius: 5px;
	height: 100%;
}
.club-benefit-icon {
	display: table;
	height: 25px;
	text-align: center;
	margin: 6px auto 8px;
}
.club-benefit-icon span {
	display: table-cell;
	vertical-align: middle;
	height: 25px;
	width: 25px;
}
.club-benefit-icon img {
	max-width: 100%;
	max-height: 100%;
}
.club-benefit-box h5 {
	font-size: 7px;
	font-weight: 600;
	color: #ffffff;
	margin: 0 1px;
	line-height: 9px;
	padding-top: 2px;
}
/*Sign In*/
.sign-with-social {
	margin-bottom: 20px;
}
.sign-with-social img {
	max-width: 100%;
	box-shadow: 0px 2px 10px 0px rgba(20, 23, 26, 0.1);
}
.forgot-pass-link {
	color: #54565a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin: 0;
}
.forgot-pass-link:hover {
	color: #14171a;
	text-decoration: underline;
}
/****************************** ****************************** 
			Product Linker Search Result Page CSS
****************************** *****************************/
.subcategories-wrapper.product-filter-box .checkbox-filter {
	margin-bottom: 35px;
}
.product-linker-section .sidebar-wrapper .product-filter-box h2 {
	position: relative;
	border-bottom: 1px solid #14171a;
	font-size: 18px;
	color: #14171a;
	font-weight: 800;
	margin: 0 0 10px;
	padding: 8px 0;
}
.product-linker-section .sidebar-wrapper .product-filter-box h2 i {
	height: 100%;
	line-height: 40px;
	position: absolute;
	text-align: right;
	cursor: pointer;
	right: 0;
	top: 0;
	width: 30px;
	color: #14171a;
	font-size: 24px;
}
.product-linker-section .sidebar-wrapper .checkbox input[type="radio"] {
	opacity: 0;
	position: absolute;
	cursor: pointer;
}
.product-linker-section .sidebar-wrapper .checkbox label {
	color: #14171a;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	position: relative;
	cursor: pointer;
	display: block;
	min-height: 18px;
	overflow: hidden;
	padding: 0 0 0 25px;
}
.product-linker-section .sidebar-wrapper .checkbox input[type="radio"] + label::before {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid rgba(20, 23, 26, 0.3);
	border-radius: 3px;
	content: "";
	float: left;
	font-size: 10px;
	height: 15px;
	width: 15px;
	line-height: 12px;
	margin-right: 5px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 2px;
}
.product-linker-section .sidebar-wrapper .checkbox input[type="radio"]:checked + label::before {
	content: "\f00c";
	font-family: 'FontAwesome';
	background: #14171a none repeat scroll 0 0;
	border: 1px solid #14171a;
	color: #FF6A06;
}