@charset "UTF-8";

body {
	font-family: 'Roboto', sans-serif !important;
}
.masonry-wrapper .grid-item .grid-item__inner,
.setting .grid-item .grid-item__inner {
	position: relative;
}
.masonry-wrapper.ac_masonry-grid .grid-item__content-wrapper,
.setting.ac_masonry-grid .grid-item__content-wrapper {
	position: absolute;
}
.masonry-wrapper .grid-item .grid-item__inner .grid-item__content-wrapper,
.setting .grid-item .grid-item__inner .grid-item__content-wrapper {
	overflow: hidden;
}
.masonry-wrapper.ac_masonry-grid .grid-item__content-wrapper,
.setting.ac_masonry-grid .grid-item__content-wrapper {
	margin: 0 !important;
}
.masonry-wrapper.ac_masonry-grid .grid-item__inner {
	padding-top: 100%;
}
.masonry-wrapper.ac_masonry-grid .grid-item.extra-large .grid-item__inner,
.masonry-wrapper.ac_masonry-grid .grid-item.wide .grid-item__inner {
	padding-top: 50%;
}
.masonry-wrapper.ac_masonry-grid .grid-item.high .grid-item__inner {
	padding-top: 200%;
}
.masonry-wrapper.ac_masonry-grid[data-ratio='4by3'] .grid-item__inner {
	padding-top: 75%;
}
.masonry-wrapper.ac_masonry-grid[data-ratio='4by3']
	.grid-item.extra-large
	.grid-item__inner,
.masonry-wrapper.ac_masonry-grid[data-ratio='4by3']
	.grid-item.wide
	.grid-item__inner {
	padding-top: 37.5%;
}
.masonry-wrapper.ac_masonry-grid[data-ratio='4by3']
	.grid-item.high
	.grid-item__inner {
	padding-top: 150%;
}
.masonry-wrapper.ac_masonry-grid[data-ratio='16by9'] .grid-item__inner {
	padding-top: 56.25%;
}
.masonry-wrapper.ac_masonry-grid[data-ratio='16by9']
	.grid-item.extra-large
	.grid-item__inner,
.masonry-wrapper.ac_masonry-grid[data-ratio='16by9']
	.grid-item.wide
	.grid-item__inner {
	padding-top: 28.125%;
}
.masonry-wrapper.ac_masonry-grid[data-ratio='16by9']
	.grid-item.high
	.grid-item__inner {
	padding-top: 112.5%;
}
.masonry-wrapper[data-col-xs='1'] .grid-item,
.masonry-wrapper[data-col-xs='1'] .grid-sizer {
	width: 100%;
}
.masonry-wrapper[data-col-xs='2'] .grid-item,
.masonry-wrapper[data-col-xs='2'] .grid-sizer {
	width: 50%;
}
.masonry-wrapper[data-col-xs='2'] .grid-item.wide,
.masonry-wrapper[data-col-xs='2'] .grid-item.large {
	width: 100%;
}
.masonry-wrapper[data-col-xs='2'] .grid-item.extra-large {
	width: 100%;
}
.masonry-wrapper[data-col-xs='3'] .grid-item,
.masonry-wrapper[data-col-xs='3'] .grid-sizer {
	width: 33.33333%;
}
.masonry-wrapper[data-col-xs='3'] .grid-item.wide,
.masonry-wrapper[data-col-xs='3'] .grid-item.large {
	width: 66.66667%;
}
.masonry-wrapper[data-col-xs='3'] .grid-item.extra-large {
	width: 100%;
}
.masonry-wrapper[data-col-xs='4'] .grid-item,
.masonry-wrapper[data-col-xs='4'] .grid-sizer {
	width: 25%;
}
.masonry-wrapper[data-col-xs='4'] .grid-item.wide,
.masonry-wrapper[data-col-xs='4'] .grid-item.large {
	width: 50%;
}
.masonry-wrapper[data-col-xs='4'] .grid-item.extra-large {
	width: 100%;
}
.masonry-wrapper[data-col-xs='5'] .grid-item,
.masonry-wrapper[data-col-xs='5'] .grid-sizer {
	width: 20%;
}
.masonry-wrapper[data-col-xs='5'] .grid-item.wide,
.masonry-wrapper[data-col-xs='5'] .grid-item.large {
	width: 40%;
}
.masonry-wrapper[data-col-xs='5'] .grid-item.extra-large {
	width: 100%;
}
.masonry-wrapper[data-col-xs='6'] .grid-item,
.masonry-wrapper[data-col-xs='6'] .grid-sizer {
	width: 16.66667%;
}
.masonry-wrapper[data-col-xs='6'] .grid-item.wide,
.masonry-wrapper[data-col-xs='6'] .grid-item.large {
	width: 33.33333%;
}
.masonry-wrapper[data-col-xs='6'] .grid-item.extra-large {
	width: 100%;
}
.masonry-wrapper[data-col-xs='7'] .grid-item,
.masonry-wrapper[data-col-xs='7'] .grid-sizer {
	width: 14.28571%;
}
.masonry-wrapper[data-col-xs='7'] .grid-item.wide,
.masonry-wrapper[data-col-xs='7'] .grid-item.large {
	width: 28.57143%;
}
.masonry-wrapper[data-col-xs='7'] .grid-item.extra-large {
	width: 100%;
}
.masonry-wrapper[data-col-xs='8'] .grid-item,
.masonry-wrapper[data-col-xs='8'] .grid-sizer {
	width: 12.5%;
}
.masonry-wrapper[data-col-xs='8'] .grid-item.wide,
.masonry-wrapper[data-col-xs='8'] .grid-item.large {
	width: 25%;
}
.masonry-wrapper[data-col-xs='8'] .grid-item.extra-large {
	width: 100%;
}
.masonry-wrapper[data-col-xs='9'] .grid-item,
.masonry-wrapper[data-col-xs='9'] .grid-sizer {
	width: 11.11111%;
}
.masonry-wrapper[data-col-xs='9'] .grid-item.wide,
.masonry-wrapper[data-col-xs='9'] .grid-item.large {
	width: 22.22222%;
}
.masonry-wrapper[data-col-xs='9'] .grid-item.extra-large {
	width: 100%;
}
.masonry-wrapper[data-col-xs='10'] .grid-item,
.masonry-wrapper[data-col-xs='10'] .grid-sizer {
	width: 10%;
}
.masonry-wrapper[data-col-xs='10'] .grid-item.wide,
.masonry-wrapper[data-col-xs='10'] .grid-item.large {
	width: 20%;
}
.masonry-wrapper[data-col-xs='10'] .grid-item.extra-large {
	width: 100%;
}
@media (min-width: 767px) {
	.masonry-wrapper[data-col-sm='1'] .grid-item,
	.masonry-wrapper[data-col-sm='1'] .grid-sizer {
		width: 100%;
	}
}
@media (min-width: 767px) {
	.masonry-wrapper[data-col-sm='2'] .grid-item,
	.masonry-wrapper[data-col-sm='2'] .grid-sizer {
		width: 50%;
	}
	.masonry-wrapper[data-col-sm='2'] .grid-item.wide,
	.masonry-wrapper[data-col-sm='2'] .grid-item.large {
		width: 100%;
	}
	.masonry-wrapper[data-col-sm='2'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 767px) {
	.masonry-wrapper[data-col-sm='3'] .grid-item,
	.masonry-wrapper[data-col-sm='3'] .grid-sizer {
		width: 33.33333%;
	}
	.masonry-wrapper[data-col-sm='3'] .grid-item.wide,
	.masonry-wrapper[data-col-sm='3'] .grid-item.large {
		width: 66.66667%;
	}
	.masonry-wrapper[data-col-sm='3'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 767px) {
	.masonry-wrapper[data-col-sm='4'] .grid-item,
	.masonry-wrapper[data-col-sm='4'] .grid-sizer {
		width: 25%;
	}
	.masonry-wrapper[data-col-sm='4'] .grid-item.wide,
	.masonry-wrapper[data-col-sm='4'] .grid-item.large {
		width: 50%;
	}
	.masonry-wrapper[data-col-sm='4'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 767px) {
	.masonry-wrapper[data-col-sm='5'] .grid-item,
	.masonry-wrapper[data-col-sm='5'] .grid-sizer {
		width: 20%;
	}
	.masonry-wrapper[data-col-sm='5'] .grid-item.wide,
	.masonry-wrapper[data-col-sm='5'] .grid-item.large {
		width: 40%;
	}
	.masonry-wrapper[data-col-sm='5'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 767px) {
	.masonry-wrapper[data-col-sm='6'] .grid-item,
	.masonry-wrapper[data-col-sm='6'] .grid-sizer {
		width: 16.66667%;
	}
	.masonry-wrapper[data-col-sm='6'] .grid-item.wide,
	.masonry-wrapper[data-col-sm='6'] .grid-item.large {
		width: 33.33333%;
	}
	.masonry-wrapper[data-col-sm='6'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 767px) {
	.masonry-wrapper[data-col-sm='7'] .grid-item,
	.masonry-wrapper[data-col-sm='7'] .grid-sizer {
		width: 14.28571%;
	}
	.masonry-wrapper[data-col-sm='7'] .grid-item.wide,
	.masonry-wrapper[data-col-sm='7'] .grid-item.large {
		width: 28.57143%;
	}
	.masonry-wrapper[data-col-sm='7'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 767px) {
	.masonry-wrapper[data-col-sm='8'] .grid-item,
	.masonry-wrapper[data-col-sm='8'] .grid-sizer {
		width: 12.5%;
	}
	.masonry-wrapper[data-col-sm='8'] .grid-item.wide,
	.masonry-wrapper[data-col-sm='8'] .grid-item.large {
		width: 25%;
	}
	.masonry-wrapper[data-col-sm='8'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 767px) {
	.masonry-wrapper[data-col-sm='9'] .grid-item,
	.masonry-wrapper[data-col-sm='9'] .grid-sizer {
		width: 11.11111%;
	}
	.masonry-wrapper[data-col-sm='9'] .grid-item.wide,
	.masonry-wrapper[data-col-sm='9'] .grid-item.large {
		width: 22.22222%;
	}
	.masonry-wrapper[data-col-sm='9'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 767px) {
	.masonry-wrapper[data-col-sm='10'] .grid-item,
	.masonry-wrapper[data-col-sm='10'] .grid-sizer {
		width: 10%;
	}
	.masonry-wrapper[data-col-sm='10'] .grid-item.wide,
	.masonry-wrapper[data-col-sm='10'] .grid-item.large {
		width: 20%;
	}
	.masonry-wrapper[data-col-sm='10'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.masonry-wrapper[data-col-md='1'] .grid-item,
	.masonry-wrapper[data-col-md='1'] .grid-sizer {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.masonry-wrapper[data-col-md='2'] .grid-item,
	.masonry-wrapper[data-col-md='2'] .grid-sizer {
		width: 50%;
	}
	.masonry-wrapper[data-col-md='2'] .grid-item.wide,
	.masonry-wrapper[data-col-md='2'] .grid-item.large {
		width: 100%;
	}
	.masonry-wrapper[data-col-md='2'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.masonry-wrapper[data-col-md='3'] .grid-item,
	.masonry-wrapper[data-col-md='3'] .grid-sizer {
		width: 33.33333%;
	}
	.masonry-wrapper[data-col-md='3'] .grid-item.wide,
	.masonry-wrapper[data-col-md='3'] .grid-item.large {
		width: 66.66667%;
	}
	.masonry-wrapper[data-col-md='3'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.masonry-wrapper[data-col-md='4'] .grid-item,
	.masonry-wrapper[data-col-md='4'] .grid-sizer {
		width: 25%;
	}
	.masonry-wrapper[data-col-md='4'] .grid-item.wide,
	.masonry-wrapper[data-col-md='4'] .grid-item.large {
		width: 50%;
	}
	.masonry-wrapper[data-col-md='4'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.masonry-wrapper[data-col-md='5'] .grid-item,
	.masonry-wrapper[data-col-md='5'] .grid-sizer {
		width: 20%;
	}
	.masonry-wrapper[data-col-md='5'] .grid-item.wide,
	.masonry-wrapper[data-col-md='5'] .grid-item.large {
		width: 40%;
	}
	.masonry-wrapper[data-col-md='5'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.masonry-wrapper[data-col-md='6'] .grid-item,
	.masonry-wrapper[data-col-md='6'] .grid-sizer {
		width: 16.66667%;
	}
	.masonry-wrapper[data-col-md='6'] .grid-item.wide,
	.masonry-wrapper[data-col-md='6'] .grid-item.large {
		width: 33.33333%;
	}
	.masonry-wrapper[data-col-md='6'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.masonry-wrapper[data-col-md='7'] .grid-item,
	.masonry-wrapper[data-col-md='7'] .grid-sizer {
		width: 14.28571%;
	}
	.masonry-wrapper[data-col-md='7'] .grid-item.wide,
	.masonry-wrapper[data-col-md='7'] .grid-item.large {
		width: 28.57143%;
	}
	.masonry-wrapper[data-col-md='7'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.masonry-wrapper[data-col-md='8'] .grid-item,
	.masonry-wrapper[data-col-md='8'] .grid-sizer {
		width: 12.5%;
	}
	.masonry-wrapper[data-col-md='8'] .grid-item.wide,
	.masonry-wrapper[data-col-md='8'] .grid-item.large {
		width: 25%;
	}
	.masonry-wrapper[data-col-md='8'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.masonry-wrapper[data-col-md='9'] .grid-item,
	.masonry-wrapper[data-col-md='9'] .grid-sizer {
		width: 11.11111%;
	}
	.masonry-wrapper[data-col-md='9'] .grid-item.wide,
	.masonry-wrapper[data-col-md='9'] .grid-item.large {
		width: 22.22222%;
	}
	.masonry-wrapper[data-col-md='9'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.masonry-wrapper[data-col-md='10'] .grid-item,
	.masonry-wrapper[data-col-md='10'] .grid-sizer {
		width: 10%;
	}
	.masonry-wrapper[data-col-md='10'] .grid-item.wide,
	.masonry-wrapper[data-col-md='10'] .grid-item.large {
		width: 20%;
	}
	.masonry-wrapper[data-col-md='10'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.masonry-wrapper[data-col-lg='1'] .grid-item,
	.masonry-wrapper[data-col-lg='1'] .grid-sizer {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.masonry-wrapper[data-col-lg='2'] .grid-item,
	.masonry-wrapper[data-col-lg='2'] .grid-sizer {
		width: 50%;
	}
	.masonry-wrapper[data-col-lg='2'] .grid-item.wide,
	.masonry-wrapper[data-col-lg='2'] .grid-item.large {
		width: 100%;
	}
	.masonry-wrapper[data-col-lg='2'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.masonry-wrapper[data-col-lg='3'] .grid-item,
	.masonry-wrapper[data-col-lg='3'] .grid-sizer {
		width: 33.33333%;
	}
	.masonry-wrapper[data-col-lg='3'] .grid-item.wide,
	.masonry-wrapper[data-col-lg='3'] .grid-item.large {
		width: 66.66667%;
	}
	.masonry-wrapper[data-col-lg='3'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.masonry-wrapper[data-col-lg='4'] .grid-item,
	.masonry-wrapper[data-col-lg='4'] .grid-sizer {
		width: 25%;
	}
	.masonry-wrapper[data-col-lg='4'] .grid-item.wide,
	.masonry-wrapper[data-col-lg='4'] .grid-item.large {
		width: 50%;
	}
	.masonry-wrapper[data-col-lg='4'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.masonry-wrapper[data-col-lg='5'] .grid-item,
	.masonry-wrapper[data-col-lg='5'] .grid-sizer {
		width: 20%;
	}
	.masonry-wrapper[data-col-lg='5'] .grid-item.wide,
	.masonry-wrapper[data-col-lg='5'] .grid-item.large {
		width: 40%;
	}
	.masonry-wrapper[data-col-lg='5'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.masonry-wrapper[data-col-lg='6'] .grid-item,
	.masonry-wrapper[data-col-lg='6'] .grid-sizer {
		width: 16.66667%;
	}
	.masonry-wrapper[data-col-lg='6'] .grid-item.wide,
	.masonry-wrapper[data-col-lg='6'] .grid-item.large {
		width: 33.33333%;
	}
	.masonry-wrapper[data-col-lg='6'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.masonry-wrapper[data-col-lg='7'] .grid-item,
	.masonry-wrapper[data-col-lg='7'] .grid-sizer {
		width: 14.28571%;
	}
	.masonry-wrapper[data-col-lg='7'] .grid-item.wide,
	.masonry-wrapper[data-col-lg='7'] .grid-item.large {
		width: 28.57143%;
	}
	.masonry-wrapper[data-col-lg='7'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.masonry-wrapper[data-col-lg='8'] .grid-item,
	.masonry-wrapper[data-col-lg='8'] .grid-sizer {
		width: 12.5%;
	}
	.masonry-wrapper[data-col-lg='8'] .grid-item.wide,
	.masonry-wrapper[data-col-lg='8'] .grid-item.large {
		width: 25%;
	}
	.masonry-wrapper[data-col-lg='8'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.masonry-wrapper[data-col-lg='9'] .grid-item,
	.masonry-wrapper[data-col-lg='9'] .grid-sizer {
		width: 11.11111%;
	}
	.masonry-wrapper[data-col-lg='9'] .grid-item.wide,
	.masonry-wrapper[data-col-lg='9'] .grid-item.large {
		width: 22.22222%;
	}
	.masonry-wrapper[data-col-lg='9'] .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.masonry-wrapper[data-col-lg='10'] .grid-item,
	.masonry-wrapper[data-col-lg='10'] .grid-sizer {
		width: 10%;
	}
	.masonry-wrapper[data-col-lg='10'] .grid-item.wide,
	.masonry-wrapper[data-col-lg='10'] .grid-item.large {
		width: 20%;
	}
	.masonry-wrapper[data-col-lg='10'] .grid-item.extra-large {
		width: 100%;
	}
}
.masonry-wrapper[data-gap='5'] {
	margin: -3px;
}
.masonry-wrapper[data-gap='5'] .grid-item .grid-item__content-wrapper {
	margin: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
}
.masonry-wrapper[data-gap='10'] {
	margin: -5px;
}
.masonry-wrapper[data-gap='10'] .grid-item .grid-item__content-wrapper {
	margin: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
}
.masonry-wrapper[data-gap='15'] {
	margin: -8px;
}
.masonry-wrapper[data-gap='15'] .grid-item .grid-item__content-wrapper {
	margin: 8px;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
}
.masonry-wrapper[data-gap='20'] {
	margin: -10px;
}
.masonry-wrapper[data-gap='20'] .grid-item .grid-item__content-wrapper {
	margin: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
.masonry-wrapper[data-gap='25'] {
	margin: -13px;
}
.masonry-wrapper[data-gap='25'] .grid-item .grid-item__content-wrapper {
	margin: 13px;
	top: 13px;
	right: 13px;
	bottom: 13px;
	left: 13px;
}
.masonry-wrapper[data-gap='30'] {
	margin: -15px;
}
.masonry-wrapper[data-gap='30'] .grid-item .grid-item__content-wrapper {
	margin: 15px;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
}
/*1. RESET AND TYPHOGRAPHY */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
progress {
	vertical-align: baseline;
}
template,
[hidden] {
	display: none;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: inherit;
}
b,
strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
button,
input,
select,
textarea {
	font: inherit;
	margin: 0;
}
optgroup {
	font-weight: bold;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	/* 3 */
	white-space: normal;
}
.font-26 {
	font-size: 26px !important;
}
.line-height1\.5 {
	line-height: 1.5 !important;
}
textarea {
	overflow: auto;
}
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
* {
	font-family: 'Roboto';
	font-weight: 400;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	color: #000;
	margin-top: 0;
	/*margin-bottom: 10px;*/
	font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
	font-size: 1.4rem;
	/* line-height: 1.6em;*/
	margin-bottom: 0rem;
	color: #666;
}
p span {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
}
a {
	position: relative;
	color: inherit;
	text-decoration: none;
	transition: all 0.4s ease;
}
a:hover {
	color: #fcb800;
}
a,
input,
textarea,
button,
select {
	outline: none;
}
a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
	text-decoration: none;
}
a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
	outline: none;
	text-decoration: none;
}
img {
	/* max-width: 100%;*/
}
iframe {
	border: 0;
	max-width: 100%;
	width: 100%;
}
figure {
	margin: 0;
}
.ps-document ul,
.ps-document ol {
	margin-bottom: 10px;
}
.ps-document ul ul,
.ps-document ul ol,
.ps-document ol ul,
.ps-document ol ol {
	margin-bottom: 0;
}
.ps-document ul li,
.ps-document ol li {
	color: #666;
	font-size: 14px;
	line-height: 1.6em;
}
.ps-document h5 {
	font-size: 16px;
	font-weight: 600;
}
.ps-document p {
	margin-bottom: 4rem;
	line-height: 1.8em;
	color: #666;
}
.ps-document p i {
	font-family: 'Libre Baskerville', serif;
}
.ps-document p strong {
	font-weight: 600;
	color: #666;
}
.ps-document p strong i {
	font-weight: 400;
	color: #000;
}
.ps-document blockquote {
	position: relative;
	margin-bottom: 3rem;
	padding: 3rem 2rem;
	padding-left: 6rem;
	background-color: #f1f1f1;
}
.ps-document blockquote:before {
	content: '“';
	position: absolute;
	top: 10px;
	left: 30px;
	font-family: 'Libre Baskerville', serif;
	font-size: 5rem;
	color: #666;
}
.ps-document blockquote p {
	margin-bottom: 0;
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
	color: #666;
	font-style: italic;
}
.ps-document .ps-document__heading {
	position: relative;
	display: block;
	margin-bottom: 30px;
	text-align: center;
}
.ps-document .ps-document__heading h4 {
	display: inline-block;
	padding: 0 3rem;
	margin-bottom: 0;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background-color: #ffffff;
}
.ps-document .ps-document__heading:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ebebeb;
	z-index: -1;
}
.ps-success {
	color: #529115;
	font-weight: 500;
}
.ps-heading {
	margin-bottom: 1.5rem;
	font-size: 3.6rem;
	color: #000;
	font-weight: 600;
	line-height: 1.4em;
}
.ps-heading--2 {
	font-size: 2.4rem;
}
@media (max-width: 767px) {
	.ps-heading {
		font-size: 2.4rem;
	}
}
.ps-blockquote {
	border-left: 4px solid #fcb800;
	padding-left: 60px;
}
.ps-blockquote p {
	font-family: 'Libre Baskerville', serif;
	font-size: 26px;
	font-weight: 400;
	color: #000;
}
.ps-blockquote span {
	font-weight: 600;
	color: #000;
}
.ps-tag {
	font-weight: 600;
}
.ps-tag--in-stock {
	color: #669900;
}
.ps-tag--out-stock {
	color: #000;
}
/*2. ELEMENTS */
html,
body {
	min-height: 100%;
	position: relative;
}
.ps-row {
	margin: 0 -15px;
}
.ps-row::after {
	clear: both;
	content: '';
	display: table;
}
.ps-row .ps-column {
	float: left;
	width: 20%;
	padding: 0 15px;
}
@media (max-width: 1600px) {
	.ps-row .ps-column {
		width: 25%;
	}
}
@media (max-width: 991px) {
	.ps-row .ps-column {
		width: calc(100% / 3);
	}
}
@media (max-width: 767px) {
	.ps-row .ps-column {
		width: calc(100% / 2);
	}
}
@media (max-width: 479px) {
	.ps-row .ps-column {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.ps-col-tiny .col-xs-12 {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.ps-col-tiny .col-xs-12 {
		width: 100%;
	}
}
body {
	overflow-x: hidden;
}
.ps-container {
	max-width: 1650px;
	margin: 0 auto;
	padding: 0 15px;
}
@media (max-width: 1680px) {
	.ps-container {
		padding: 0 30px;
		max-width: 100%;
	}
}
@media (max-width: 479px) {
	.ps-container {
		padding: 0 15px;
	}
}
@media (min-width: 1200px) {
	.container {
		min-width: 1230px;
	}
}
.ps-list--social {
	margin: 0;
	padding: 0;
}
.ps-list--social li {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}
.ps-list--social li a {
	display: inline-block;
	font-size: 18px;
	color: #666;
}
.ps-list--social li a:hover {
	color: #fcb800;
}
.ps-list--social li a.facebook i {
	color: #3b5998;
}
.ps-list--social li a.twitter i {
	color: #0084b4;
}
.ps-list--social li a.google-plus i {
	color: #ff0000;
}
.ps-list--social li a.instagram i {
	color: #c32aa3;
}
.ps-list--pricing li {
	position: relative;
	padding: 1.5rem 2rem;
	background-color: #ffffff;
	vertical-align: top;
	color: #000000;
}
.ps-list--pricing li::after {
	clear: both;
	content: '';
	display: table;
}
.ps-list--pricing li span {
	float: right;
	vertical-align: top;
}
.ps-list--pricing li:nth-child(even) {
	background-color: #f7f4ee;
}
.ps-list--checked li {
	margin-bottom: 20px;
}
.ps-list--checked li a {
	position: relative;
	display: block;
	padding-left: 30px;
	font-size: 14px;
	color: #313131;
}
.ps-list--checked li a:before {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 20px;
	height: 20px;
	border: solid 1px #8d8d8d;
	transition: all 0.4s ease;
}
.ps-list--checked li a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 8px;
	color: #fff;
	width: 6px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	visibility: hidden;
	opacity: 0;
}
.ps-list--checked li a:hover:before {
	background-color: #fcb800;
	border-color: #fcb800;
}
.ps-list--checked li a:hover:after {
	visibility: visible;
	opacity: 1;
}
.ps-list--checked li.current a:before {
	background-color: #fcb800;
	border-color: #fcb800;
}
.ps-list--checked li.current a:after {
	visibility: visible;
	opacity: 1;
}
.ps-list--checked.ps-list--checked-circle li a:before {
	border-radius: 50%;
}
.ps-list--checked.ps-list--checked-circle li a:hover:before {
	background-color: #a7a7a7;
	border-color: #a7a7a7;
}
.ps-list--arrow a {
	position: relative;
	display: block;
	padding-left: 15px;
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #626262;
}
.ps-list--arrow a:before {
	content: '\f0da';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-family: FontAwesome;
}
.ps-list--arrow a:hover {
	color: #fcb800;
}
.ps-list--arrow a:hover .circle {
	background-color: #222222;
	border-color: #222222;
}
.ps-list--arrow a:hover .circle:before {
	color: #fff;
	visibility: visible;
	opacity: 1;
}
.ps-list--arrow li {
	margin-bottom: 20px;
}
.ps-list--arrow li.current a {
	color: #222222;
}
.ps-list--arrow li.current .circle {
	background-color: #222222;
}
.ps-list--arrow li.current .circle:before {
	visibility: visible;
	opacity: 1;
	color: #fff;
}
.ps-list--dot {
	margin: 0;
	padding: 0;
	margin-bottom: 2rem;
	list-style-type: none;
}
.ps-list--dot li {
	margin-bottom: 1rem;
	position: relative;
	padding-left: 20px;
	font-size: 1.4rem;
	color: #000000;
	line-height: 20px;
}
.ps-list--dot li:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #000000;
	border-radius: 50%;
}
.ps-list--plus li {
	margin: 10px 0;
}
.ps-list--plus li a {
	display: block;
	position: relative;
	padding-left: 15px;
	line-height: 20px;
}
.ps-list--plus li a:before {
	content: '+';
	position: absolute;
	top: 0;
	left: 0;
	line-height: 20px;
}
.ps-list--link li {
	display: block;
	padding: 4px 0;
}
.ps-list--link li a {
	display: inline-block;
	color: #666;
	line-height: 20px;
	position: relative;
}
.ps-list--link li a:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	transform: scale3d(0, 1, 1);
	transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
	transform-origin: 100% 50%;
}
.ps-list--link li a:hover:before {
	transform: scale3d(1, 1, 1);
	transform-origin: 0 50%;
}
.ps-list--categories li {
	position: relative;
	padding: 6px 20px 6px 0;
}
.ps-list--categories li a {
	display: block;
	line-height: 22px;
}
.ps-list--categories li .sub-toggle {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
}
.ps-list--categories li .sub-toggle i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ps-list--categories li .sub-toggle i:before {
	content: '\e93a';
	font-family: 'Linearicons' !important;
}
.ps-list--categories li .sub-toggle:before,
.ps-list--categories li .sub-toggle:after {
	display: none;
}
.ps-list--categories li .sub-menu {
	position: relative;
	padding-left: 20px;
	visibility: visible;
	opacity: 1;
	transition: all 0s ease;
	background-color: transparent;
	border: none;
	display: none;
}
.ps-list--categories li .sub-menu li a {
	background-color: transparent;
	padding: 0;
	border: none;
}
.ps-list--categories li .sub-menu li.menu-item-has-children .sub-toggle {
	display: inline-block;
}
.ps-list--categories li .sub-menu li.menu-item-has-children .sub-menu {
	position: relative;
	top: 0;
	left: 0;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.ps-list--blog-links {
	display: block;
	text-align: center;
}
.ps-list--blog-links li {
	display: inline-block;
	margin-right: 20px;
}
.ps-list--blog-links li a {
	font-size: 18px;
	font-weight: 600;
	color: #999;
	line-height: 1.2em;
}
.ps-list--blog-links li a:hover {
	color: #000;
}
.ps-list--blog-links li:last-child {
	margin-right: 0;
}
.ps-list--blog-links li.active a {
	color: #000;
}
.ps-list--social-color {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ps-list--social-color li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.ps-list--social-color li a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	width: 38px;
	height: 38px;
	color: #ffffff;
}
.ps-list--social-color li a.facebook {
	background-color: #1b4e9b;
}
.ps-list--social-color li a.facebook:hover {
	background-color: #296fda;
}
.ps-list--social-color li a.twitter {
	background-color: #00aeef;
}
.ps-list--social-color li a.twitter:hover {
	background-color: #3dcaff;
}
.ps-list--social-color li a.google-plus {
	background-color: #cc0000;
}
.ps-list--social-color li a.google-plus:hover {
	background-color: #ff1a1a;
}
.ps-list--social-color li a.linkedin {
	background-color: #2d567f;
}
.ps-list--social-color li a.linkedin:hover {
	background-color: #417cb7;
}
.ps-list--social-color li a.feed {
	background-color: #f86a02;
}
.ps-list--social-color li a.feed:hover {
	background-color: #fe9549;
}
button {
	cursor: pointer;
	transition: all 0.4s ease;
}
.menu-toggle,
.ps-btn--hamburger {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
}
.menu-toggle span,
.menu-toggle:before,
.menu-toggle:after,
.ps-btn--hamburger span,
.ps-btn--hamburger:before,
.ps-btn--hamburger:after {
	position: absolute;
	right: 10px;
	height: 2px;
	width: 20px;
	background-color: #303030;
	z-index: 100;
	transition: all 0.4s ease;
}
.menu-toggle span,
.ps-btn--hamburger span {
	top: 50%;
	transform: translateY(-50%);
}
.menu-toggle:before,
.menu-toggle:after,
.ps-btn--hamburger:before,
.ps-btn--hamburger:after {
	content: '';
}
.menu-toggle:before,
.ps-btn--hamburger:before {
	top: 12px;
}
.menu-toggle:after,
.ps-btn--hamburger:after {
	bottom: 12px;
}
.menu-toggle:hover,
.ps-btn--hamburger:hover {
	cursor: pointer;
}
.menu-toggle.active span,
.ps-btn--hamburger.active span {
	transform: translateX(100%);
	visibility: hidden;
	opacity: 0;
}
.menu-toggle.active:before,
.menu-toggle.active:after,
.ps-btn--hamburger.active:before,
.ps-btn--hamburger.active:after {
	top: 50%;
	bottom: auto;
	width: 20px;
	transform-origin: 50% 50%;
	background-color: #fc354c;
}
.menu-toggle.active:before,
.ps-btn--hamburger.active:before {
	transform: rotate(45deg);
}
.menu-toggle.active:after,
.ps-btn--hamburger.active:after {
	transform: rotate(-45deg);
}
@media (max-width: 1199px) {
	.menu-toggle,
	.ps-btn--hamburger {
		display: inline-block;
	}
}
.ps-btn,
button.ps-btn {
	display: inline-block;
	padding: 15px 45px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #000;
	border: none;
	border-radius: 4px;
	background-color: #fcb800;
	transition: all 0.4s ease;
	cursor: pointer;
}
.ps-btn--rounded,
button.ps-btn--rounded {
	border-radius: 50px;
}
.ps-btn--curve,
button.ps-btn--curve {
	border-radius: 5px;
}
.ps-btn--outline,
button.ps-btn--outline {
	border: 2px solid #fcb800;
	color: #fcb800;
	background-color: transparent;
	-ms-box-shadow: none;
	box-shadow: none;
	font-weight: 500;
}
.ps-btn--outline:hover,
button.ps-btn--outline:hover {
	color: #ffffff;
	background-color: #fcb800;
}
.ps-btn--fullwidth,
button.ps-btn--fullwidth {
	width: 100%;
	text-align: center;
}
.ps-btn--sm,
button.ps-btn--sm {
	padding: 0.5rem 2rem;
	font-size: 1.2rem;
}
.ps-btn--sm.ps-btn--curve,
button.ps-btn--sm.ps-btn--curve {
	border-radius: 3px;
}
.ps-btn--lg,
button.ps-btn--lg {
	padding: 1.5rem 4rem;
}
.ps-btn--xl,
button.ps-btn--xl {
	padding: 2rem 6rem;
	font-size: 1.6rem;
}
.ps-btn.ps-btn--reverse,
button.ps-btn.ps-btn--reverse {
	background-color: #576391;
}
.ps-btn.ps-btn--reverse:hover,
button.ps-btn.ps-btn--reverse:hover {
	background-color: #222222;
}
.ps-btn.ps-btn--gray,
button.ps-btn.ps-btn--gray {
	background-color: #e5e5e5;
	color: #000000;
	font-size: 1.6rem;
}
.ps-btn.ps-btn--black,
button.ps-btn.ps-btn--black {
	background-color: #000;
}
.ps-btn.ps-btn--black.ps-btn--outline,
button.ps-btn.ps-btn--black.ps-btn--outline {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}
.ps-btn.ps-btn--black.ps-btn--outline:hover,
button.ps-btn.ps-btn--black.ps-btn--outline:hover {
	background-color: #000;
	color: #ffffff;
}
.ps-btn:hover,
.ps-btn:active,
button.ps-btn:hover,
button.ps-btn:active {
	background-color: #222;
	color: #fff;
}
.ps-btn:hover.ps-btn--black,
.ps-btn:active.ps-btn--black,
button.ps-btn:hover.ps-btn--black,
button.ps-btn:active.ps-btn--black {
	background-color: #fcb800;
}
.ps-btn--favorite {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: none;
	font-size: 18px;
	border-radius: 50%;
	vertical-align: top;
}
.ps-btn--favorite i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000000;
	transition: all 0.4s ease;
}
.ps-btn--favorite:hover i {
	color: #222222;
}
.ps-btn--close {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	transition: all 0.4s ease;
	border-radius: 50%;
}
.ps-btn--close:before,
.ps-btn--close:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 50%;
	background-color: #9f9a98;
	transform-origin: center center;
	transition: all 0.4s ease;
}
.ps-btn--close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.ps-btn--close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.ps-btn--close:hover {
	transform: rotate(180deg);
}
.ps-btn--close:hover:before,
.ps-btn--close:hover:after {
	background-color: #f44336;
	transition-delay: 0.3s;
}
.form-control {
	outline: none;
	font-size: 14px;
	padding: 0 20px;
	height: 45px;
	background: #fff !important;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-radius: 5px;
	box-shadow: 0 0 rgba(0, 0, 0, 0);
	transition: all 0.4s ease;
	overflow: hidden;
	color: #050505 !important;
	font-weight: 400;
}
.form-control::-webkit-input-placeholder {
	opacity: 1;
	color: rgba(28, 30, 33, 0.39) !important;
}
.form-control::-moz-placeholder {
	opacity: 1;
	color: rgba(28, 30, 33, 0.39) !important;
}
.form-control:-moz-placeholder {
	opacity: 1;
	color: rgba(28, 30, 33, 0.39) !important;
}
.form-control:-ms-input-placeholder {
	opacity: 1;
	color: rgba(28, 30, 33, 0.39) !important;
}
.form-control:focus {
	outline: none;
	box-shadow: 0 !important;
	border-color: transparent;
	background-color: #f0f2f5;
}
.form-control:read-only,
.read-only .form-control:focus {
	background: #f0f2f5 !important;
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
	padding: 2rem;
	resize: none;
}
.ps-input--has-icon {
	position: relative;
}
.ps-input--has-icon > i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}
.ps-select {
	display: inline-block;
	min-width: 120px;
	cursor: pointer;
}
.ps-select .selectize-input {
	vertical-align: top;
}
.ps-number {
	position: relative;
}
.ps-number span {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 50%;
	border-left: 1px solid #979797;
	transition: all 0.4s ease;
}
.ps-number span:before {
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
}
.ps-number span.up {
	border-bottom: 1px solid #979797;
}
.ps-number span.up:before {
	content: '\f106';
}
.ps-number span.down {
	top: auto;
	bottom: 0;
}
.ps-number span.down:before {
	content: '\f107';
}
.ps-number span:hover {
	cursor: pointer;
	background-color: #fcb800;
}
.ps-number span:hover:before {
	color: #fff;
}
.ps-checkbox {
	position: relative;
	display: block;
}
.ps-checkbox > input {
	position: absolute;
	visibility: hidden;
	box-sizing: border-box;
}
.ps-checkbox label {
	margin-bottom: 0;
	position: relative;
	padding-left: 30px;
	font-family: 'Work Sans', sans-serif;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 400;
	cursor: pointer;
}
.ps-checkbox label:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	height: 20px;
	width: 20px;
	z-index: 10;
	border: 1px solid #000;
	transition: all 0.4s ease;
}
.ps-checkbox label:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 7px;
	width: 6px;
	height: 10px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	z-index: 10;
	opacity: 0;
	transform: rotate(0deg);
	transition: all 0.4s ease;
}
.ps-checkbox input[type='checkbox']:checked ~ label:before {
	background-color: #0068ff;
	border-color: #0068ff;
}
.ps-checkbox input[type='checkbox']:checked ~ label:after {
	transform: rotate(45deg);
	opacity: 1;
}
.ps-checkbox--inline {
	display: inline-block;
	margin-bottom: 1rem;
}
.ps-checkbox--color {
	margin-right: 1rem;
}
.ps-checkbox--color > label {
	margin-bottom: 0;
	width: 20px;
	height: 20px;
	padding-left: 0;
	background-color: transparent;
	border-radius: 50%;
	transition: all 0.4s ease;
}
.ps-checkbox--color > label:before {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
	border-radius: 50%;
}
.ps-checkbox--color > label:after {
	display: none !important;
}
.ps-checkbox--color input[type='radio']:checked ~ label {
	background-color: transparent;
}
.ps-checkbox--color input[type='radio']:checked ~ label:before {
	background-color: transparent;
	border: 1px solid #ccc;
}
.ps-checkbox--color.color-1 label:before {
	background-color: #000000;
}
.ps-checkbox--color.color-1 input[type='checkbox']:checked ~ label:before {
	background-color: #000000;
	border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-2 label:before {
	background-color: #709abf;
}
.ps-checkbox--color.color-2 input[type='checkbox']:checked ~ label:before {
	background-color: #709abf;
	border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-3 label:before {
	background-color: #ad8111;
}
.ps-checkbox--color.color-3 input[type='checkbox']:checked ~ label:before {
	background-color: #ad8111;
	border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-4 label:before {
	background-color: #57d6db;
}
.ps-checkbox--color.color-4 input[type='checkbox']:checked ~ label:before {
	background-color: #57d6db;
	border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-5 label:before {
	background-color: #e5ac10;
}
.ps-checkbox--color.color-5 input[type='checkbox']:checked ~ label:before {
	background-color: #e5ac10;
	border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-6 label:before {
	background-color: #8ce84a;
}
.ps-checkbox--color.color-6 input[type='checkbox']:checked ~ label:before {
	background-color: #8ce84a;
	border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-7 label:before {
	background-color: #c9c9c9;
}
.ps-checkbox--color.color-7 input[type='checkbox']:checked ~ label:before {
	background-color: #c9c9c9;
	border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-8 label:before {
	background-color: #e664ef;
}
.ps-checkbox--color.color-8 input[type='checkbox']:checked ~ label:before {
	background-color: #e664ef;
	border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-8 label:before {
	background-color: #9d58e2;
}
.ps-checkbox--color.color-8 input[type='checkbox']:checked ~ label:before {
	background-color: #9d58e2;
	border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox--color.color-8 label:before {
	background-color: #ffffff;
}
.ps-checkbox--color.color-8 input[type='checkbox']:checked ~ label:before {
	background-color: #ffffff;
	border: 2px solid rgba(0, 0, 0, 0.2);
}
.ps-checkbox.color-sidebar > label:before {
	width: 26px;
	height: 26px;
	border: 1px solid #ddd;
}
.ps-checkbox--size {
	margin-right: 1rem;
}
.ps-checkbox--size > label {
	margin-bottom: 0;
	padding: 8px 20px;
	border: none;
	color: #222222;
	background-color: #f6f6f6;
	border-radius: 0;
	transition: all 0.4s ease;
}
.ps-checkbox--size > label:before,
.ps-checkbox--size > label:after {
	display: none;
}
.ps-checkbox--size input[type='checkbox']:checked ~ label {
	color: #ffffff;
	background-color: #a7a7a7;
}
.ps-radio {
	position: relative;
}
.ps-radio > input {
	position: absolute;
	visibility: hidden;
	box-sizing: border-box;
}
.ps-radio label {
	position: relative;
	margin-bottom: 0;
	padding-left: 30px;
	font-family: 'Work Sans', sans-serif;
	color: #737373;
	font-weight: 400;
	cursor: pointer;
}
.ps-radio label:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	height: 20px;
	width: 20px;
	z-index: 10;
	border: 1px solid rgba(19, 8, 1, 0.2);
	background-color: #fff;
	transition: all 0.4s ease;
	border-radius: 50%;
}
.ps-radio label:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	z-index: 15;
	opacity: 0;
	transform: scale(1.5, 1.5);
	transition: all 0.6s ease;
}
.ps-radio input[type='radio']:checked ~ label:before {
	background-color: #222222;
	border-color: #222222;
}
.ps-radio input[type='radio']:checked ~ label:after {
	transform: scale(1, 1);
	opacity: 1;
}
.ps-radio--inline {
	display: inline-block;
	margin-right: 20px;
}
.ps-radio--color {
	margin-right: 1rem;
}
.ps-radio--color > label {
	margin-bottom: 0;
	width: 20px;
	height: 20px;
	padding-left: 0;
	background-color: transparent;
	border-radius: 50%;
	transition: all 0.4s ease;
}
.ps-radio--color > label:before {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
}
.ps-radio--color > label:after {
	display: none !important;
}
.ps-radio--color input[type='radio']:checked ~ label {
	background-color: rgba(61, 196, 126, 0.5);
}
.ps-radio--color.color-1 label:before {
	background-color: #35dccb;
}
.ps-radio--color.color-1 input[type='radio']:checked ~ label {
	background-color: rgba(53, 220, 203, 0.5);
}
.ps-radio--color.color-1 input[type='radio']:checked ~ label:before {
	background-color: #21bdad;
}
.ps-radio--color.color-2 label:before {
	background-color: #fec6df;
}
.ps-radio--color.color-2 input[type='radio']:checked ~ label {
	background-color: rgba(254, 198, 223, 0.5);
}
.ps-radio--color.color-2 input[type='radio']:checked ~ label:before {
	background-color: #fd94c3;
}
.ps-radio--color.color-3 label:before {
	background-color: #ffd980;
}
.ps-radio--color.color-3 input[type='radio']:checked ~ label {
	background-color: rgba(255, 217, 128, 0.5);
}
.ps-radio--color.color-3 input[type='radio']:checked ~ label:before {
	background-color: #ffca4d;
}
.ps-color {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
}
.ps-color--1 {
	background-color: #000;
}
.ps-color--2 {
	background-color: #ad4d4b;
}
.ps-color--3 {
	background-color: #fdb201;
}
.ps-color:last-child {
	margin-right: 0;
}
.tooltip .tooltip-inner {
	font-size: 14px;
}
.form-group {
	margin-bottom: 2.5rem;
}
.form-group > label {
	margin-bottom: 1.5rem;
	font-weight: 400;
	color: #000000;
	line-height: 1em;
}
.form-group--inline {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.form-group--inline > label {
	margin-bottom: 0;
	font-weight: 700;
	min-width: 160px;
	max-width: 160px;
}
.form-group--inline .form-group__content {
	width: 100%;
}
@media (max-width: 1199px) {
	.form-group--inline {
		padding-left: 0;
	}
	.form-group--inline label {
		position: static;
		transform: translateY(0);
	}
	.form-group--inline.textarea label {
		transform: translateY(0);
	}
}
@media (max-width: 767px) {
	.form-group--inline {
		display: block;
	}
}
.form-group--number {
	display: inline-block;
	position: relative;
}
.form-group--number button {
	background: none;
	border: none;
	background-color: transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	max-width: 20px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 20px;
	line-height: 1em;
}
.form-group--number button.up {
	right: 10px;
}
.form-group--number button.down {
	left: 10px;
}
.form-group--number .form-control {
	border: 1px solid #ccc;
	height: 40px;
	padding: 0 25px;
	text-align: center;
	font-size: 14px;
	color: #000;
	border-radius: 50px;
	background-color: transparent;
}
.form-group--number .form-control::-webkit-input-placeholder {
	color: #000;
}
.form-group--number .form-control::-moz-placeholder {
	color: #000;
}
.form-group--number .form-control:-moz-placeholder {
	color: #000;
}
.form-group--number .form-control:-ms-input-placeholder {
	color: #000;
}
.form-group--select {
	position: relative;
}
.form-group--select i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.form-group--select select {
	height: 40px;
	padding: 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 1px solid #ccc;
	border-radius: 50px;
}
.form-group--nest {
	display: flex;
	flex-flow: row nowrap;
}
.form-group--nest .ps-btn {
	border-radius: 0 4px 4px 0;
	padding-left: 25px;
	padding-right: 25px;
}
.form-group--nest input {
	border-radius: 4px 0 0 4px;
	border-color: #ccc;
	border-right: none;
}
.form-group--icon {
	position: relative;
}
.form-group--icon i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	font-size: 16px;
	z-index: 999;
}
.form-group--icon .form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.ps-dropdown {
	position: relative;
	display: inline-block;
}
.ps-dropdown > a {
	position: relative;
	display: block;
	padding-right: 20px;
}
.ps-dropdown > a:after {
	content: '\e93a';
	font: normal normal normal 12px/1 linearicons;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.ps-dropdown ul {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 100;
	min-width: 120px;
	max-width: 200px;
	width: 100%;
	padding: 4px 0;
	background-color: #fff;
	-ms-box-shadow: 0 1px 1px 2px rgba(204, 204, 204, 0.2);
	box-shadow: 0 1px 1px 2px rgba(204, 204, 204, 0.2);
	visibility: hidden;
	opacity: 0;
	text-align: left;
}
.ps-dropdown ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ps-dropdown ul li a {
	display: block;
	font-size: 1.3rem;
	color: #000;
	padding: 6px 10px;
}
.ps-dropdown:hover ul {
	visibility: visible;
	opacity: 1;
}
.ps-dropdown.open ul {
	visibility: visible;
	opacity: 1;
}
.ps-variant {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
	border: 1px solid #999;
}
.ps-variant__tooltip {
	position: absolute;
	bottom: 100%;
	left: 50%;
	padding: 5px 10px;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.9);
	border-radius: 2px;
	color: #ffffff;
	font-size: 12px;
	transition: all 0.4s ease;
	visibility: hidden;
	opacity: 0;
}
.ps-variant__tooltip:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	height: 0;
	width: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000;
}
.ps-variant:last-child {
	margin-right: 0;
}
.ps-variant.ps-variant--size {
	position: relative;
	vertical-align: top;
	border-radius: 0;
	border-color: #d9d9d9;
}
.ps-variant.ps-variant--size .ps-variant__size {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #999;
	font-weight: 600;
}
.ps-variant.ps-variant--size.active .ps-variant__size {
	color: #000;
}
.ps-variant.ps-variant--color {
	width: 30px;
	height: 30px;
}
.ps-variants.swatches.ps-variant--colors img {
	width: 45px;
	height: 55px;
	border: 1px solid #ccc;
	padding: 5px;
}
.ps-variant.ps-variant--color:before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ps-variant.ps-variant--color.color--1:before {
	background-color: #000;
}
.ps-variant.ps-variant--color.color--2:before {
	background-color: #9e9e9e;
}
.ps-variant.ps-variant--color.color--3:before {
	background-color: #f06292;
}
.ps-variant.ps-variant--image {
	width: auto;
	height: auto;
	max-width: 50px;
	border-radius: 0;
	border-color: #d9d9d9;
}
.ps-variant.ps-variant--image img {
	position: relative;
}
.ps-variant:hover .ps-variant__tooltip {
	visibility: visible;
	opacity: 1;
}
.ps-variant.active:before {
	border-color: #000;
}
.ps-variant.active .ps-variant__tooltip {
	visibility: visible;
	opacity: 1;
}
.select2 {
	display: block;
}
.select2 .select2-selection--single {
	height: auto;
	outline: none;
	border-radius: 0;
}
.select2 .select2-selection--single .select2-selection__rendered {
	line-height: 20px;
	padding: 10px 20px;
}
.select2 .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	width: 20px;
	height: 20px;
}
.select2 .select2-selection--single .select2-selection__arrow:before {
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.select2 .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.select2 .select2-selection--multiple {
	min-height: 0;
	border: none !important;
}
.select2 .select2-selection--multiple .select2-selection__rendered {
	margin-bottom: 0;
	padding: 0;
	padding-left: 10px;
	vertical-align: top;
}
.select2 .select2-selection--multiple .select2-selection__rendered input {
	margin-top: 0;
	height: 40px;
	padding: 0 10px;
}
.select2
	.select2-selection--multiple
	.select2-selection__rendered
	.select2-selection__choice {
	line-height: 20px;
	margin-right: 10px;
	margin-top: 10px;
}
.select2-container .select2-dropdown {
	border-color: #ccc;
}
.select2-container .select2-results li {
	color: #93969a;
}
.slimScrollRail,
.slimScrollBar {
	border-radius: 0 !important;
}
.slimScrollBar {
	opacity: 1 !important;
	background-color: #222 !important;
}
.ps-progress {
	position: relative;
}
.ps-progress span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 100%;
}
.ps-post {
	margin-bottom: 30px;
}
.ps-post .ps-post__badge {
	width: 40px;
	height: 40px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background-color: #000;
}
.ps-post .ps-post__badge i {
	color: #ffffff;
	font-size: 20px;
}
.ps-post .ps-post__thumbnail {
	position: relative;
}
.ps-post .ps-post__thumbnail img {
	width: 100%;
}
.ps-post .ps-post__thumbnail .ps-post__badge {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 20;
}
.ps-post .ps-post__thumbnail .ps-post__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.ps-post .ps-post__thumbnail:hover .ps-post__overlay {
	background-color: rgba(255, 255, 255, 0.25);
}
.ps-post .ps-post__meta {
	display: block;
	margin-bottom: 20px;
}
.ps-post .ps-post__meta a {
	margin-right: 10px;
}
.ps-post .ps-post__title {
	display: block;
	margin: 0 0 20px;
	font-size: 20px;
	font-weight: 600;
}
.ps-post .ps-post__content {
	padding-top: 20px;
}
.ps-post .ps-post__content p {
	color: #999999;
}
.ps-post .ps-post__content p a {
	color: #000000;
}
.ps-post .ps-post__content p a:hover {
	color: #fcb800;
}
.ps-post--small-thumbnail {
	display: flex;
	flex-flow: row nowrap;
}
.ps-post--small-thumbnail .ps-post__thumbnail {
	width: 100%;
	max-width: 260px;
}
.ps-post--small-thumbnail .ps-post__thumbnail img {
	width: 100%;
}
.ps-post--small-thumbnail .ps-post__meta {
	margin-bottom: 10px;
}
.ps-post--small-thumbnail .ps-post__meta a:after {
	content: ',';
}
.ps-post--small-thumbnail .ps-post__meta a:last-child:after {
	display: none;
}
.ps-post--small-thumbnail .ps-post__top p {
	color: #666666;
}
.ps-post--small-thumbnail .ps-post__bottom {
	padding-top: 10px;
	border-top: 1px solid #e1e1e1;
}
.ps-post--small-thumbnail .ps-post__content {
	padding-top: 0;
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.ps-post--small-thumbnail {
		flex-flow: column wrap;
	}
	.ps-post--small-thumbnail .ps-post__thumbnail {
		margin-bottom: 30px;
		max-width: 100%;
	}
	.ps-post--small-thumbnail .ps-post__content {
		padding-left: 0;
	}
	.ps-post--small-thumbnail .ps-post__bottom {
		margin-top: 10px;
	}
}
.ps-post--horizontal {
	margin-bottom: 50px;
	display: flex;
	flex-flow: row nowrap;
}
.ps-post--horizontal .ps-post__thumbnail {
	width: 100%;
	max-width: calc(100% - 400px);
}
.ps-post--horizontal .ps-post__thumbnail img {
	width: 100%;
}
.ps-post--horizontal .ps-post__content {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 400px;
	background-color: #f2f2f2;
	padding: 60px;
	justify-content: space-between;
}
@media (max-width: 991px) {
	.ps-post--horizontal {
		flex-flow: row wrap;
	}
	.ps-post--horizontal .ps-post__thumbnail {
		max-width: 100%;
	}
	.ps-post--horizontal .ps-post__content {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.ps-post--horizontal .ps-post__content {
		padding: 40px 30px;
	}
}
@media (max-width: 479px) {
	.ps-post--horizontal .ps-post__content {
		padding: 30px 20px;
	}
}
.ps-post--detail .ps-post__header {
	padding-top: 110px;
	padding-bottom: 90px;
	text-align: center;
}
.ps-post--detail .ps-post__header h1 {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 1.2em;
}
.ps-post--detail .ps-post__header p {
	font-size: 16px;
	color: #666666;
}
.ps-post--detail .ps-post__header p a {
	margin-left: 10px;
}
.ps-post--detail .ps-post__header p a:after {
	content: ',';
}
.ps-post--detail .ps-post__header p a:last-child:after {
	display: none;
}
.ps-post--detail .ps-post__header p a:hover {
	color: #fcb800;
}
.ps-post--detail .ps-post__content {
	padding: 85px 0;
	max-width: 960px;
	margin: 0 auto;
}
.ps-post--detail .ps-post__content h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 1.4em;
}
.ps-post--detail .ps-post__content p {
	margin-bottom: 20px;
}
.ps-post--detail .ps-post__content p strong {
	color: #000;
	font-weight: 600;
}
.ps-post--detail .ps-post__content ul li {
	line-height: 1.8em;
	color: #666;
}
.ps-post--detail .ps-post__content .ps-blockquote {
	margin-bottom: 30px;
}
.ps-post--detail .ps-post__footer {
	padding-bottom: 85px;
	text-align: center;
}
.ps-post--detail .ps-post__tags {
	margin-bottom: 30px;
	font-weight: 600;
	color: #000;
}
.ps-post--detail .ps-post__tags a {
	margin-left: 10px;
	color: #666;
}
.ps-post--detail .ps-post__tags a:after {
	content: ',';
}
.ps-post--detail .ps-post__tags a:last-child:after {
	content: '';
}
.ps-post--detail .ps-post__tags a:hover {
	color: #fcb800;
}
.ps-post--detail .ps-post__social {
	text-align: center;
}
.ps-post--detail .ps-post__social a {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 10px;
	vertical-align: top;
}
.ps-post--detail .ps-post__social a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #ffffff;
}
.ps-post--detail .ps-post__social a:last-child {
	margin-right: 0;
}
.ps-post--detail .ps-post__social a.facebook {
	background-color: #3b5999;
}
.ps-post--detail .ps-post__social a.twitter {
	background-color: #55acee;
}
.ps-post--detail .ps-post__social a.google {
	background-color: #dd4b39;
}
.ps-post--detail .ps-post__social a.linkedin {
	background-color: #0077b5;
}
.ps-post--detail .ps-post__social a.pinterest {
	background-color: #bd081c;
}
.ps-post--detail.sidebar .ps-post__header {
	padding: 0 0 30px;
	text-align: left;
}
@media (max-width: 991px) {
	.ps-post--detail .ps-post__header {
		padding: 90px 0;
	}
	.ps-post--detail .ps-post__header h1 {
		font-size: 36px;
	}
	.ps-post--detail .ps-post__header p {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.ps-post--detail .ps-post__header {
		padding: 60px 0;
	}
	.ps-post--detail .ps-post__header h1 {
		font-size: 32px;
	}
	.ps-post--detail .ps-post__header h1 br {
		display: none;
	}
}
@media (max-width: 479px) {
	.ps-post--detail .ps-post__header {
		padding: 45px 0;
	}
	.ps-post--detail .ps-post__header h1 {
		font-size: 24px;
	}
}
.ps-post--parallax .ps-post__header {
	position: relative;
	z-index: 10;
	padding: 180px 0;
	text-align: center;
}
.ps-post--parallax .ps-post__header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.25);
}
.ps-post--parallax .ps-post__header h4 {
	margin-bottom: 40px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
}
.ps-post--parallax .ps-post__header h1 {
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.3em;
}
.ps-post--parallax .ps-post__header p {
	color: #ffffff;
	font-size: 16px;
}
.pagination {
	margin: 0;
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-size: 0;
}
.pagination li {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
.pagination li > a {
	padding: 0 14px;
	position: relative;
	display: inline-block;
	z-index: 30;
	color: #999;
	line-height: 32px;
	border: none;
	background-color: #f5f5f5;
	color: #000;
	vertical-align: middle;
	font-size: 14px;
}
.pagination li > a i {
	font-size: 10px;
	font-weight: 600;
	margin-left: 4px;
}
.pagination li > a:hover {
	color: #000;
	background-color: #fcb800;
}
.pagination li.active {
	border: none;
}
.pagination li.active a {
	background-color: #fcb800;
	color: #000;
}
.pagination li:last-child {
	margin-right: 0;
}
.ps-pagination {
	padding-top: 70px;
	text-align: center;
}
.ps-pagination::after {
	clear: both;
	content: '';
	display: table;
}
@media (max-width: 767px) {
	.ps-pagination .pagination > li {
		margin-bottom: 10px;
	}
	.ps-pagination .pagination > li > a {
		min-width: 40px;
		line-height: 40px;
		font-size: 1.4rem;
	}
}
.ps-breadcrumb {
	padding: 20px 0;
	background-color: #f1f1f1;
}
.ps-breadcrumb .breadcrumb {
	display: inline-block;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.ps-breadcrumb .breadcrumb li {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.ps-breadcrumb .breadcrumb li:before {
	content: '/';
	margin: 0 5px;
}
.ps-breadcrumb .breadcrumb li:first-child {
	padding-left: 0;
}
.ps-breadcrumb .breadcrumb li:first-child:before {
	display: none;
}
.ps-breadcrumb .breadcrumb a {
	line-height: 20px;
	color: #09c;
}
.ps-breadcrumb .breadcrumb a:hover {
	color: #fcb800;
}
.ps-breadcrumb .breadcrumb a i {
	margin-right: 5px;
}
@media (max-width: 991px) {
	.ps-breadcrumb {
		position: relative;
		padding: 10px 0;
	}
	.ps-breadcrumb .breadcrumb li {
		font-size: 12px;
	}
	.ps-breadcrumb .breadcrumb a {
		font-size: 12px;
	}
}
.ps-breadcrumb--2 {
	text-align: center;
}
.ps-breadcrumb--2 .breadcrumb {
	display: inline-block;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.ps-breadcrumb--2 .breadcrumb li {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #fcb800;
}
.ps-breadcrumb--2 .breadcrumb li:before {
	content: '/';
	margin: 0 5px;
}
.ps-breadcrumb--2 .breadcrumb li:first-child {
	padding-left: 0;
}
.ps-breadcrumb--2 .breadcrumb li:first-child:before {
	display: none;
}
.ps-breadcrumb--2 .breadcrumb a {
	line-height: 20px;
	color: #000;
}
.ps-breadcrumb--2 .breadcrumb a:hover {
	color: #fcb800;
}
.ps-breadcrumb--2 .breadcrumb a i {
	margin-right: 5px;
}
.ps-block--download-app {
	background-color: #f8f8f8;
	padding: 80px 0 0;
}
.ps-block--download-app h3 {
	margin-bottom: 12px;
	font-size: 30px;
	font-weight: 300;
	margin-top: 0;
}
.ps-block--download-app p {
	margin-bottom: 30px;
	font-size: 16px;
	max-width: 480px;
}
.ps-block--download-app form {
	margin-bottom: 30px;
	max-width: 480px;
}
.ps-block--download-app form input {
	background-color: #ffffff;
}
.ps-block--download-app .download-link a {
	margin-right: 18px;
}
.ps-block--download-app .download-link a:last-child {
	margin-right: 0;
}
@media (max-width: 991px) {
	.ps-block--download-app .ps-block__thumbnail {
		margin-bottom: 30px;
	}
}
@media (max-width: 479px) {
	.ps-block--download-app h3 {
		font-size: 20px;
	}
	.ps-block--download-app p {
		font-size: 14px;
	}
	.ps-block--download-app .download-link {
		display: flex;
		flex-flow: row nowrap;
	}
	.ps-block--download-app .download-link a {
		width: 100%;
	}
}
.ps-block--category {
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #bfbfbf;
	text-align: center;
	transition: all 0.4s ease;
}
.ps-block--category a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.ps-block--category p {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 500;
}
.ps-block--category:hover {
	border-color: #fcb800;
}
.ps-block--category:hover p {
	color: #09c;
}
@media (max-width: 479px) {
	.ps-block--category {
		padding: 20px 10px;
	}
}
.ps-block--category-vertical h4 {
	font-weight: 400;
	font-size: 18px;
}
.ps-block--category-vertical .ps-block__content {
	padding: 18px 10px 15px;
}
.ps-block--category-vertical .ps-block__content ul li a {
	position: relative;
	display: inline-block;
	color: #666;
	line-height: 25px;
	position: relative;
}
.ps-block--category-vertical .ps-block__content ul li a:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	transform: scale3d(0, 1, 1);
	transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
	transform-origin: 100% 50%;
}
.ps-block--category-vertical .ps-block__content ul li a:hover:before {
	transform: scale3d(1, 1, 1);
	transform-origin: 0 50%;
}
.ps-block--category-2 {
	display: flex;
	margin-bottom: 30px;
	border: 1px solid #bfbfbf;
	transition: all 0.4s ease;
}
.ps-block--category-2 h4 {
	font-weight: 400;
	font-size: 18px;
}
.ps-block--category-2 .more i {
	padding-left: 6px;
}
.ps-block--category-2 .ps-block__thumbnail {
	max-width: 175px;
}
.ps-block--category-2 .ps-block__content {
	padding: 18px 10px 15px;
}
.ps-block--category-2 .ps-block__content ul li a {
	position: relative;
	display: inline-block;
	color: #666;
	line-height: 25px;
	position: relative;
}
.ps-block--category-2 .ps-block__content ul li a:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	transform: scale3d(0, 1, 1);
	transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
	transform-origin: 100% 50%;
}
.ps-block--category-2 .ps-block__content ul li a:hover:before {
	transform: scale3d(1, 1, 1);
	transform-origin: 0 50%;
}
.ps-block--category-2.ps-block--category-auto-part h4 {
	font-weight: 600;
	font-size: 16px;
}
.ps-block--category-2.ps-block--category-auto-part .ps-block__content ul li a {
	line-height: 20px;
}
.ps-block--category-2.ps-block--category-auto-part
	.ps-block__content
	ul
	li.more
	a {
	color: #1069c9;
}
.ps-block--category-2.ps-block--category-auto-part
	.ps-block__content
	ul
	li.more
	a
	i {
	font-size: 10px;
}
.ps-block--category-2:hover {
	border-color: #fcb800;
}
.ps-block--category-2:hover p {
	color: #09c;
}
@media (max-width: 1680px) {
	.ps-block--category-2 .ps-block__thumbnail {
		max-width: 100px;
		padding-top: 20px;
	}
}
.ps-block--user-header {
	display: flex;
	flex-flow: row nowrap;
	text-align: left;
}
.ps-block--user-header .ps-block__left {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.ps-block--user-header .ps-block__left i {
	font-size: 30px;
	line-height: 1em;
}
.ps-block--user-header .ps-block__right {
	padding-left: 10px;
}
.ps-block--user-header .ps-block__right a {
	display: block;
	font-weight: 700;
	line-height: 18px;
}
.ps-block--user-header .ps-block__right a:hover {
	color: #ffffff;
}
.ps-block--site-features {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 20px 40px;
	width: 100%;
	border: 1px solid #d9d9d9;
}
.ps-block--site-features .ps-block__left i {
	font-size: 40px;
	color: #fcb800;
}
.ps-block--site-features .ps-block__right h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 0;
	color: #000;
}
.ps-block--site-features .ps-block__right p {
	margin-bottom: 0;
	color: #666;
}
.ps-block--site-features .ps-block__item {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 10px 40px;
	max-width: 20%;
	width: 100%;
}
.ps-block--site-features .ps-block__item:first-child {
	padding-left: 0;
}
.ps-block--site-features .ps-block__item:last-child {
	border-right: none;
	padding-right: 0;
}
.ps-block--site-features.ps-block--site-features-2 {
	border: none;
	padding: 0;
}
.ps-block--site-features.ps-block--site-features-2 .ps-block__item {
	max-width: 25%;
	padding: 10px 30px;
}
@media (max-width: 1440px) {
	.ps-block--site-features.ps-block--site-features-2 .ps-block__item {
		flex-flow: row nowrap;
		border-right: 1px solid #dadada;
	}
	.ps-block--site-features.ps-block--site-features-2
		.ps-block__item:last-child {
		border-right: none;
	}
	.ps-block--site-features.ps-block--site-features-2 .ps-block__left {
		margin-bottom: 15px;
	}
	.ps-block--site-features.ps-block--site-features-2 .ps-block__right {
		width: 100%;
		padding-left: 15px;
	}
}
@media (max-width: 991px) {
	.ps-block--site-features.ps-block--site-features-2 .ps-block__item {
		border-right: none;
	}
}
@media (max-width: 1680px) {
	.ps-block--site-features {
		padding: 30px;
	}
	.ps-block--site-features .ps-block__item {
		padding: 0 15px;
	}
}
@media (max-width: 1024px) {
	.ps-block--site-features {
		flex-flow: row wrap;
	}
	.ps-block--site-features .ps-block__item {
		margin-bottom: 30px;
		max-width: 25%;
		padding: 0;
	}
}
@media (max-width: 991px) {
	.ps-block--site-features {
		justify-content: flex-start;
	}
	.ps-block--site-features .ps-block__item {
		max-width: 50%;
		max-width: 33.33333%;
	}
	.ps-block--site-features.ps-block--site-features-2 .ps-block__item {
		max-width: 50%;
	}
}
@media (max-width: 420px) {
	.ps-block--site-features .ps-block__item {
		max-width: 100%;
		flex-flow: row nowrap;
	}
	.ps-block--site-features .ps-block__item .ps-block__right {
		padding-left: 20px;
	}
	.ps-block--site-features.ps-block--site-features-2 .ps-block__item {
		max-width: 100%;
	}
}
.ps-block--countdown-deal {
	display: flex;
	flex-flow: row nowrap;
}
.ps-block--countdown-deal .ps-block__left h3 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 400;
	margin-right: 70px;
}
.ps-block--countdown-deal figure {
	display: flex;
	align-items: center;
	background-color: #f14705;
	padding: 7px 20px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	border-radius: 3px;
	line-height: 1;
}
.ps-block--countdown-deal figure figcaption {
	color: #ffffff;
	font-weight: 600;
	margin-right: 20px;
}
.ps-block--countdown-deal .ps-countdown li {
	display: inline-block;
}
.ps-block--countdown-deal .ps-countdown li span {
	font-weight: 600;
}
.ps-block--countdown-deal .ps-countdown li:after {
	content: ':';
}
.ps-block--countdown-deal .ps-countdown li:last-child:after {
	display: none;
}
@media (max-width: 479px) {
	.ps-block--countdown-deal {
		flex-flow: row wrap;
	}
	.ps-block--countdown-deal .ps-block__left {
		margin-bottom: 10px;
	}
	.ps-block--countdown-deal .ps-block__left h3 {
		margin-right: 0;
	}
}
.ps-block--shop-features {
	margin-bottom: 40px;
}
.ps-block--shop-features .ps-block__header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f0f0f0;
}
.ps-block--shop-features .ps-block__header h3 {
	font-weight: 400;
	font-size: 24px;
	color: #000;
}
.ps-block--shop-features .ps-block__navigation a {
	display: inline-block;
	margin-right: 10px;
	color: #999;
}
.ps-block--shop-features .ps-block__navigation a:last-child {
	margin-right: 0;
}
.ps-block--shop-features .ps-block__navigation a:hover {
	color: #000;
}
.ps-block--average-rating .ps-block__header {
	margin-bottom: 20px;
}
.ps-block--average-rating .ps-block__header h3 {
	font-size: 58px;
	font-weight: 500;
	color: #690;
	line-height: 1;
}
.ps-block--average-rating .ps-block__header .br-wrapper {
	margin-bottom: 0;
}
.ps-block--average-rating .ps-block__header .br-wrapper a {
	font-size: 20px;
}
.ps-block--average-rating .ps-block__header span {
	display: block;
	color: #666;
}
.ps-block--average-rating .ps-block__star {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px;
	width: 100%;
	max-width: 360px;
}
.ps-block--average-rating .ps-block__star > span {
	min-width: 40px;
	color: #666;
}
.ps-block--average-rating .ps-block__star .ps-progress {
	position: relative;
	height: 10px;
	width: 100%;
	max-width: 230px;
	background-color: #f1f1f1;
}
.ps-block--average-rating .ps-block__star .ps-progress span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 100%;
	background-color: #690;
}
.ps-block--questions-answers h3 {
	margin-bottom: 30px;
	font-weight: 700;
	color: #000;
	font-size: 30px;
}
.ps-block--questions-answers .form-control {
	font-size: 18px;
}
.ps-block--testimonial {
	margin-top: 50px;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
	padding: 0 40px;
}
.ps-block--testimonial .ps-block__header {
	position: relative;
	top: -45px;
	margin-bottom: -45px;
	z-index: 10;
}
.ps-block--testimonial .ps-block__header img {
	position: relative;
	max-height: 90px;
	border-radius: 50%;
	z-index: 10;
}
.ps-block--testimonial .ps-block__content {
	position: relative;
	padding: 60px 0 40px;
}
.ps-block--testimonial .ps-block__content > i {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 40px;
	color: #fcb800;
}
.ps-block--testimonial .ps-block__content h4 {
	font-size: 18px;
	font-weight: 600;
}
.ps-block--testimonial .ps-block__content h4 span {
	margin-left: 10px;
	font-size: 14px;
	color: #999999;
}
@media (max-width: 991px) {
	.ps-block--testimonial .ps-block__content {
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
	.ps-block--testimonial .ps-block__content > i {
		display: none;
	}
}
@media (max-width: 479px) {
	.ps-block--testimonial {
		padding: 30px 20px;
	}
}
.ps-block--deal-hot {
	padding: 13px 30px 30px;
	border: 2px solid #fcb800;
}
.ps-block--deal-hot .ps-block__header {
	padding: 10px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #e4e4e4;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.ps-block--deal-hot .ps-block__header h3 {
	display: inline-block;
	line-height: 1;
	font-size: 20px;
	font-weight: 600;
}
.ps-block--deal-hot .ps-block__navigation a {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #ccc;
	vertical-align: top;
}
.ps-block--deal-hot .ps-block__navigation a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 8px;
}
.ps-block--deal-hot .ps-block__navigation a:last-child {
	margin-right: 0;
}
.ps-block--deal-hot .ps-block__navigation a:hover {
	border-color: #dd2400;
}
.ps-block--deal-hot .ps-block__navigation a:hover i {
	color: #dd2400;
}
.ps-block--deal-hot .ps-product--hot-deal {
	margin-bottom: 0;
}
.ps-block--deal-hot
	.ps-product--detail
	.ps-product__thumbnail
	.ps-product__badge {
	width: 80px;
}
.ps-block--deal-hot
	.ps-product--detail
	.ps-product__thumbnail
	.ps-product__badge
	span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media (max-width: 479px) {
	.ps-block--deal-hot {
		padding: 20px;
	}
}
@media screen and (min-width: 992px) {
	.ps-block--deal-hot {
		max-height: 500px;
	}
}
.ps-block--products-of-category {
	margin-bottom: 70px;
	display: flex;
	flex-flow: row nowrap;
}
.ps-block--products-of-category > * {
	width: 100%;
}
.ps-block--products-of-category .ps-block__categories {
	position: relative;
	padding: 30px 20px 40px 30px;
	background-color: #ffffff;
	max-width: 20%;
}
.ps-block--products-of-category .ps-block__categories h3 {
	margin-bottom: 35px;
	font-weight: 400;
	font-size: 24px;
}
.ps-block--products-of-category .ps-block__categories ul li a {
	display: block;
	padding: 3px 0;
	line-height: 20px;
	color: #000;
}
.ps-block--products-of-category .ps-block__categories ul li a:hover {
	color: #fcb800;
}
.ps-block--products-of-category .ps-block__categories .ps-block__more-link {
	position: absolute;
	bottom: 45px;
	left: 30px;
	font-style: italic;
	color: #666;
}
.ps-block--products-of-category .ps-block__slider {
	max-width: 24%;
}
.ps-block--products-of-category .ps-block__slider a {
	display: block;
}
.ps-block--products-of-category .ps-block__slider a img {
	width: 100%;
}
.ps-block--products-of-category .ps-block__product-box {
	display: flex;
	flex-flow: row wrap;
}
.ps-block--products-of-category .ps-block__product-box > * {
	max-width: 33.333333%;
}
.ps-block--products-of-category .ps-product--simple {
	background-color: #fff;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
.ps-block--products-of-category .ps-product--simple:hover {
	border-color: #e1e1e1;
	border-left-color: transparent;
}
@media (max-width: 1199px) {
	.ps-block--products-of-category .ps-block__slider {
		display: none;
	}
}
@media (max-width: 991px) {
	.ps-block--products-of-category {
		flex-flow: row wrap;
	}
	.ps-block--products-of-category .ps-block__categories {
		max-width: 100%;
	}
	.ps-block--products-of-category .ps-block__categories h3 {
		margin-bottom: 20px;
	}
	.ps-block--products-of-category .ps-block__categories ul li {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.ps-block--products-of-category .ps-block__categories ul li:last-child {
		margin-right: 0;
	}
	.ps-block--products-of-category .ps-block__categories .ps-block__more-link {
		position: relative;
		bottom: 0;
		left: 0;
	}
	.ps-block--products-of-category .ps-block__product-box {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.ps-block--products-of-category {
		margin-bottom: 50px;
	}
	.ps-block--products-of-category .ps-block__product-box {
		border-bottom: 1px solid #e1e1e1;
		border-right: 1px solid #e1e1e1;
	}
	.ps-block--products-of-category .ps-block__product-box > * {
		max-width: 50%;
		flex-basis: 50%;
	}
	.ps-block--products-of-category .ps-product--simple {
		padding: 20px;
		border: 1px solid #e1e1e1;
		border-right: none;
		border-bottom: none;
	}
}
@media (max-width: 479px) {
	.ps-block--products-of-category {
		margin-bottom: 35px;
	}
	.ps-block--products-of-category .ps-product--simple {
		padding: 10px;
	}
}
.ps-block--recent-viewed .ps-block__header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-bottom: 25px;
}
.ps-block--recent-viewed .ps-block__header h3 {
	font-size: 24px;
	font-weight: 400;
}
.ps-block--recent-viewed .ps-block__header a {
	text-decoration: underline;
}
.ps-block--recent-viewed .ps-block__header a:hover {
	color: #fcb800;
}
.ps-block--recent-viewed .ps-block__content {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	background-color: #fff;
	padding: 20px;
}
.ps-block--recent-viewed .ps-block__content a {
	margin-right: 20px;
	max-width: 7%;
	border: 2px solid transparent;
}
.ps-block--recent-viewed .ps-block__content a:hover {
	border-color: #fcb800;
}
.ps-block--categories-tabs {
	background-color: #fff;
}
.ps-block--categories-tabs .ps-block__header {
	padding: 0 80px;
}
.ps-block--categories-tabs .ps-tab-list a {
	display: block;
	padding: 20px 0;
	text-align: center;
	border-bottom: 2px solid transparent;
}
.ps-block--categories-tabs .ps-tab-list a i {
	font-size: 36px;
}
.ps-block--categories-tabs .ps-tab-list a span {
	display: block;
}
.ps-block--categories-tabs .ps-tab-list a:hover {
	border-color: #fcb800;
}
.ps-block--categories-tabs .ps-tab-list a:hover i {
	color: #fcb800;
}
.ps-block--categories-tabs .ps-tab-list a.active {
	border-color: #fcb800;
}
.ps-block--categories-tabs .ps-tab-list a.active i {
	color: #fcb800;
}
.ps-block--categories-tabs .ps-block__item {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	text-align: center;
}
.ps-block--categories-tabs .ps-block__item a {
	display: block;
	width: 150px;
	max-width: calc(100% / 8);
	margin-bottom: 40px;
	overflow: hidden;
}
.ps-block--categories-tabs .ps-block__item a img {
	max-height: 120px;
	transition: all 0.4s ease-out;
}
.ps-block--categories-tabs .ps-block__item a span {
	display: block;
	color: #666666;
}
.ps-block--categories-tabs .ps-block__item a:hover img {
	transform: scale(1.1, 1.1);
}
.ps-block--categories-tabs .ps-tabs {
	border-top: 1px solid #e1e1e1;
}
.ps-block--categories-tabs .ps-tab {
	padding: 20px 60px 60px;
}
@media (max-width: 1680px) {
	.ps-block--categories-tabs .owl-slider .owl-nav .owl-prev {
		margin-left: -30px;
	}
	.ps-block--categories-tabs .owl-slider .owl-nav .owl-next {
		margin-right: -30px;
	}
}
@media (max-width: 1199px) {
	.ps-block--categories-tabs .ps-block__header {
		padding: 0 30px;
	}
	.ps-block--categories-tabs .ps-block__header .ps-tab-list a {
		border: none;
	}
	.ps-block--categories-tabs .ps-block__header .ps-tab-list a i {
		margin-bottom: 10px;
		font-size: 30px;
	}
	.ps-block--categories-tabs .ps-block__header .ps-tab-list a span {
		font-size: 12px;
	}
	.ps-block--categories-tabs .ps-tab {
		padding: 20px 30px;
	}
}
@media (max-width: 991px) {
	.ps-block--categories-tabs .ps-block__item {
		margin-bottom: 30px;
	}
	.ps-block--categories-tabs .ps-block__item a {
		max-width: calc(100% / 5);
	}
}
@media (max-width: 767px) {
	.ps-block--categories-tabs .ps-tab {
		padding: 20px 15px;
	}
	.ps-block--categories-tabs .ps-block__item {
		margin-bottom: 30px;
		padding: 0 10px;
	}
	.ps-block--categories-tabs .ps-block__item a {
		max-width: 25%;
	}
}
@media (max-width: 479px) {
	.ps-block--categories-tabs .ps-block__header {
		padding: 0 15px;
	}
	.ps-block--categories-tabs .ps-block__item a {
		max-width: 33.3333%;
	}
	.ps-block--categories-tabs .ps-tab {
		padding: 20px 10px;
	}
}
.ps-block--product-box {
	background-color: #ffffff;
}
.ps-block--product-box .owl-slider .owl-item img {
	width: 100%;
}
.ps-block--product-box .ps-block__header {
	border-bottom: 1px solid #e1e1e1;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 14px 20px;
}
.ps-block--product-box .ps-block__header h3 {
	margin-bottom: 0;
	display: inline-block;
	font-weight: 400;
	color: #000;
	font-size: 20px;
}
.ps-block--product-box .ps-block__header h3 i {
	margin-right: 10px;
}
.ps-block--product-box .ps-block__header ul li {
	display: inline-block;
	margin-right: 15px;
}
.ps-block--product-box .ps-block__header ul li:last-child {
	margin-right: 0;
}
.ps-block--product-box .ps-block__content {
	display: flex;
	flex-flow: row nowrap;
}
.ps-block--product-box .ps-block__content .ps-block__left {
	padding: 20px;
	max-width: calc(100% - 320px);
	border-right: 1px solid #e1e1e1;
}
.ps-block--product-box .ps-block__content .ps-block__right {
	max-width: 320px;
	padding: 20px;
}
.ps-block--product-box .ps-block__left .owl-slider {
	margin-bottom: 20px;
}
.ps-block--product-box .ps-block__right figure figcaption {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	border-bottom: 1px solid #e1e1e1;
}
.ps-block--product-box .ps-block__right .ps-product--horizontal {
	margin-bottom: 30px;
}
.ps-block--product-box
	.ps-block__right
	.ps-product--horizontal
	.ps-product__thumbnail {
	max-width: 60px;
}
.ps-block--product-box
	.ps-block__right
	.ps-product--horizontal
	.ps-product__rating {
	display: none;
}
.ps-block--product-box .ps-block__products .ps-tab-list {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}
.ps-block--product-box .ps-block__products .ps-tab-list li {
	display: inline-block;
	margin-right: 20px;
}
.ps-block--product-box .ps-block__products .ps-tab-list li a {
	line-height: 20px;
	font-size: 16px;
	color: #666;
}
.ps-block--product-box .ps-block__products .ps-tab-list li.active a {
	color: #000;
}
.ps-block--product-box .ps-block__products .ps-tab-list li:last-child {
	margin-right: 0;
}
.ps-block--product-box .ps-block__products .row {
	margin: 0;
}
.ps-block--product-box .ps-block__products .row > * {
	padding: 0;
}
@media (max-width: 1199px) {
	.ps-block--product-box .ps-block__header {
		flex-flow: row wrap;
	}
	.ps-block--product-box .ps-block__header h3 {
		margin-bottom: 10px;
		display: block;
	}
}
@media (max-width: 991px) {
	.ps-block--product-box .ps-block__content {
		flex-flow: column wrap;
	}
	.ps-block--product-box .ps-block__content .ps-block__left,
	.ps-block--product-box .ps-block__content .ps-block__right {
		max-width: 100%;
	}
}
.ps-block--categories-box {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #ffffff;
}
.ps-block--categories-box .ps-block__header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e1e1e1;
	align-items: center;
}
.ps-block--categories-box .ps-block__header h3 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	line-height: 1em;
}
.ps-block--categories-box .ps-block__header ul li {
	display: inline-block;
	margin-right: 20px;
}
.ps-block--categories-box .ps-block__header ul li a {
	color: #000;
}
.ps-block--categories-box .ps-block__header ul li a:hover {
	color: #fcb800;
}
.ps-block--categories-box .ps-block__header ul li:last-child {
	margin-right: 0;
}
.ps-block--categories-box .ps-block__banner {
	width: 100%;
	max-width: calc(100% / 5 * 3);
}
.ps-block--categories-box .ps-block__item {
	position: relative;
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid transparent;
	transition: all 0.4s ease;
}
.ps-block--categories-box .ps-block__item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.ps-block--categories-box .ps-block__item img {
	margin-bottom: 10px;
	max-height: 190px;
}
.ps-block--categories-box .ps-block__item p {
	margin-bottom: 0;
	color: #000;
	font-size: 16px;
	transition: all 0.4s ease;
}
.ps-block--categories-box .ps-block__item span {
	color: #666666;
}
.ps-block--categories-box .ps-block__item:hover {
	border-color: silver;
}
.ps-block--categories-box .ps-block__item:hover p {
	color: #fcb800;
}
.ps-block--categories-box .ps-block__content {
	display: flex;
	flex-flow: row wrap;
}
.ps-block--categories-box .ps-block__content .ps-block__item {
	width: 100%;
	max-width: 20%;
}
@media (max-width: 1199px) {
	.ps-block--categories-box .ps-block__banner {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.ps-block--categories-box .ps-block__banner img {
		width: 100%;
	}
	.ps-block--categories-box .ps-block__item {
		margin-bottom: 0;
	}
	.ps-block--categories-box .ps-block__content .ps-block__item {
		max-width: 25%;
	}
}
@media (max-width: 991px) {
	.ps-block--categories-box .ps-block__content .ps-block__item {
		max-width: 33.333%;
	}
}
@media (max-width: 767px) {
	.ps-block--categories-box .ps-block__item {
		padding: 10px;
		text-align: center;
	}
	.ps-block--categories-box .ps-block__item p {
		margin-bottom: 0;
		font-size: 14px;
	}
	.ps-block--categories-box .ps-block__header h3 {
		font-size: 20px;
	}
}
@media (max-width: 580px) {
	.ps-block--categories-box .ps-block__content .ps-block__item {
		max-width: 50%;
		flex-basis: 50%;
	}
}
@media (max-width: 479px) {
	.ps-block--categories-box .ps-block__item {
		padding: 0;
		margin-bottom: 15px;
	}
	.ps-block--categories-box .ps-block__item p {
		font-size: 13px;
	}
	.ps-block--categories-box .ps-block__item span {
		font-size: 12px;
	}
	.ps-block--categories-box .ps-block__header {
		flex-flow: row wrap;
	}
	.ps-block--categories-box .ps-block__header h3 {
		display: block;
		margin-bottom: 10px;
		font-size: 18px;
	}
}
.ps-block--category-room {
	margin-bottom: 20px;
	text-align: center;
}
.ps-block--category-room .ps-block__thumbnail {
	overflow: hidden;
}
.ps-block--category-room .ps-block__thumbnail img {
	width: 100%;
	transition: all 0.4s ease;
}
.ps-block--category-room .ps-block__thumbnail:hover img {
	transform: scale3d(1.05, 1.05, 1.05);
}
.ps-block--category-room .ps-block__content {
	padding: 10px;
}
.ps-block--category-room a {
	font-size: 16px;
	color: #000;
}
.ps-block--category-room a:hover {
	color: #0066cc;
}
.ps-block--container-hightlight .ps-section__header {
	padding: 16px 0;
	text-align: center;
	background-color: #fcb800;
}
.ps-block--container-hightlight .ps-section__header h3 {
	font-size: 22px;
	margin-bottom: 0;
	font-weight: 600;
	color: #000;
	line-height: 30px;
}
@media (max-width: 767px) {
	.ps-block--container-hightlight .ps-section__header h3 {
		font-size: 16px;
	}
}
.ps-block--container-hightlight .ps-section__content {
	padding: 30px 20px;
	border: 2px solid #fcb800;
	border-top: none;
}
@media (min-width: 1680px) {
	.ps-block--container-hightlight .ps-section__content .row {
		margin: 0;
	}
	.ps-block--container-hightlight .ps-section__content .col-xl-3 {
		max-width: 20%;
		padding: 0;
	}
}
@media (max-width: 767px) {
	.ps-block--container-hightlight .row {
		margin: 0 -2px;
	}
	.ps-block--container-hightlight .row > * {
		padding: 0 2px;
	}
	.ps-block--container-hightlight .ps-product {
		margin-bottom: 4px;
	}
}
.ps-block--categories-grid {
	display: flex;
	flex-flow: row wrap;
	background-color: #fff;
}
.ps-block--categories-grid .ps-block--category-2 {
	margin-bottom: 0;
	width: 100%;
	max-width: calc(100% / 3);
	border: none;
	border-right: 1px solid rgba(141, 141, 141, 0.15);
	border-bottom: 1px solid rgba(141, 141, 141, 0.15);
}
.ps-block--categories-grid .ps-block--category-2 .ps-block__thumbnail {
	max-width: 100px;
	padding: 10px;
}
.ps-block--categories-grid .ps-block--category-2 .ps-block__content > a {
	color: #06c;
}
.ps-block--categories-grid .ps-block--category-2:nth-child(4),
.ps-block--categories-grid .ps-block--category-2:nth-child(5),
.ps-block--categories-grid .ps-block--category-2:nth-child(6) {
	border-bottom: none;
}
.ps-block--categories-grid .ps-block--category-2:nth-child(3),
.ps-block--categories-grid .ps-block--category-2:nth-child(6) {
	border-right: none;
}
@media (max-width: 991px) {
	.ps-block--categories-grid {
		border-top: 1px solid rgba(141, 141, 141, 0.15);
		border-left: 1px solid rgba(141, 141, 141, 0.15);
	}
	.ps-block--categories-grid .ps-block--category-2 {
		max-width: 50%;
	}
	.ps-block--categories-grid .ps-block--category-2:nth-child(4),
	.ps-block--categories-grid .ps-block--category-2:nth-child(5),
	.ps-block--categories-grid .ps-block--category-2:nth-child(6) {
		border-bottom: 1px solid rgba(141, 141, 141, 0.15);
	}
	.ps-block--categories-grid .ps-block--category-2:nth-child(3),
	.ps-block--categories-grid .ps-block--category-2:nth-child(6) {
		border-right: 1px solid rgba(141, 141, 141, 0.15);
	}
}
@media (max-width: 375px) {
	.ps-block--categories-grid .ps-block--category-2 {
		max-width: 100%;
	}
}
.ps-block--menu-categories {
	position: relative;
	background-color: #ffffff;
	padding: 25px 20px;
}
.ps-block--menu-categories .ps-block__header {
	padding-bottom: 20px;
}
.ps-block--menu-categories .ps-block__header h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
}
.ps-block--menu-categories .ps-list--menu-cateogories > li > a {
	display: block;
	padding: 10px 0;
	font-size: 16px;
	line-height: 26px;
	border-bottom: 1px solid #f0f0f0;
}
.ps-block--menu-categories .ps-list--menu-cateogories > li:last-child > a {
	border-bottom: none;
}
.ps-block--menu-categories
	.ps-list--menu-cateogories
	> li.menu-item-has-children
	.sub-menu {
	border: 1px solid transparent;
	transform: translateX(30px);
}
.ps-block--menu-categories
	.ps-list--menu-cateogories
	> li.menu-item-has-children:hover
	> .sub-menu {
	visibility: visible;
	opacity: 1;
	border: 1px solid #fcb800;
	transform: translateX(0);
}
.ps-block--menu-categories .ps-list--menu-cateogories .sub-menu {
	top: 0;
	left: 100%;
	height: 100%;
	padding: 20px;
	z-index: 20;
	background-color: #fff;
}
.ps-block--menu-categories .ps-list--menu-cateogories .sub-menu > li > a {
	padding: 5px 0;
	font-size: 14px;
	color: #666;
	border-bottom: none;
}
.ps-block--menu-categories .ps-list--menu-cateogories .sub-menu > li > a:hover {
	background-color: #fcb800;
}
@media (max-width: 1199px) {
	.ps-block--menu-categories {
		display: none;
	}
}
.ps-block--author {
	display: flex;
	flex-flow: row nowrap;
	padding: 60px;
	background-color: #f0f0f0;
}
.ps-block--author > * {
	width: 100%;
}
.ps-block--author .ps-block__thumbnail {
	max-width: 130px;
}
.ps-block--author .ps-block__content {
	padding-left: 30px;
}
.ps-block--author .ps-block__content h4 {
	margin-bottom: 20px;
	color: #000;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2em;
}
.ps-block--post--navigation {
	display: flex;
	justify-content: space-between;
	padding-bottom: 90px;
	border-bottom: 1px solid #e1e1e1;
}
.ps-block--post--navigation .ps-block__link {
	width: 50%;
}
.ps-block--post--navigation .ps-block__link:last-child {
	text-align: right;
}
.ps-block--post--navigation .ps-block__link:last-child i {
	margin-left: 10px;
	vertical-align: middle;
}
.ps-block--post--navigation .ps-block__arrow {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
}
.ps-block--post--navigation .ps-block__title {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.ps-block--comment {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 0;
}
.ps-block--comment > * {
	width: 100%;
}
.ps-block--comment > .ps-block__thumbnail {
	max-width: 100px;
}
.ps-block--comment > .ps-block__thumbnail img {
	max-width: 70px;
}
.ps-block--comment > .ps-block__content {
	padding: 15px 0 30px 20px;
	border-top: 1px solid #e1e1e1;
}
.ps-block--comment > .ps-block__content h5 {
	margin-bottom: 16px;
	font-weight: 600;
	color: #333333;
	font-size: 14px;
}
.ps-block--comment > .ps-block__content h5 small {
	display: inline-block;
	font-size: 12px;
	color: #666666;
}
.ps-block--comment > .ps-block__content h5 small:before {
	content: '-';
	margin: 0 10px;
}
.ps-block--comment > .ps-block__content p {
	margin-bottom: 20px;
}
.ps-block--comment > .ps-block__content > .ps-block__reply {
	font-style: italic;
	color: #09c;
}
.ps-block--comment > .ps-block__content > .ps-block__reply:hover {
	color: #fcb800;
}
.ps-block--comment > .ps-block__content > .ps-block--comment {
	margin-top: 30px;
}
.ps-block--comment
	> .ps-block__content
	> .ps-block--comment
	> .ps-block__content {
	padding: 15px 0 30px 0;
	border-top: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
	.ps-block--comment > .ps-block__thumbnail {
		max-width: 90px;
	}
	.ps-block--comment > .ps-block__content {
		padding: 10px 0 30px 0;
	}
}
@media (max-width: 479px) {
	.ps-block--comment {
		flex-flow: column wrap;
	}
	.ps-block--comment > .ps-block__content > .ps-block--comment {
		margin-left: 30px;
	}
}
.ps-block--icon-box {
	text-align: center;
}
.ps-block--icon-box i {
	display: inline-block;
	margin-bottom: 30px;
	font-size: 88px;
	color: #fcb800;
}
.ps-block--icon-box h4 {
	font-size: 48px;
	color: #000;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.ps-block--icon-box p {
	font-size: 16px;
}
@media (max-width: 767px) {
	.ps-block--icon-box {
		margin-bottom: 20px;
		text-align: center;
	}
	.ps-block--icon-box i {
		font-size: 60px;
		margin-bottom: 20px;
	}
	.ps-block--icon-box h4 {
		font-size: 24px;
	}
	.ps-block--icon-box p {
		font-size: 14px;
	}
}
.ps-block--icon-box-2 {
	text-align: center;
}
.ps-block--icon-box-2 .ps-block__thumbnail {
	margin-bottom: 30px;
	min-height: 130px;
}
.ps-block--icon-box-2 .ps-block__desc {
	margin-bottom: 20px;
}
.ps-block--icon-box-2 img {
	max-height: 130px;
}
.ps-block--icon-box-2 h4 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 1.4em;
}
.ps-block--icon-box-2 p {
	font-size: 16px;
}
.ps-block--icon-box-2 a {
	text-decoration: underline;
	font-size: 16px;
}
.ps-block--milestone {
	position: relative;
	margin-bottom: 300px;
}
.ps-block--milestone .ps-block__dot {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ccc;
}
.ps-block--milestone .ps-block__dot:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fcb800;
	visibility: hidden;
	opacity: 0;
}
.ps-block--milestone .ps-block__year-number {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.ps-block--milestone .ps-block__year {
	text-align: center;
}
.ps-block--milestone .ps-block__journey {
	position: absolute;
	top: 100%;
	left: 0;
	margin-bottom: 50px;
	min-width: 500px;
	max-width: 500px;
	padding: 20px;
	display: none;
	background-color: #ffffff;
	padding: 20px;
	margin-top: 50px;
}
.ps-block--milestone .ps-block__journey::after {
	clear: both;
	content: '';
	display: table;
}
.ps-block--milestone .ps-block__journey:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	height: 0;
	width: 0;
	border-bottom: 50px solid gray;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.ps-block--milestone .ps-block__journey .ps-block__thumbnail {
	float: left;
	max-width: 100px;
}
.ps-block--milestone .ps-block__journey .ps-block__thumbnail img {
	border-radius: 50%;
}
.ps-block--milestone .ps-block__journey .ps-block__content {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	float: right;
	min-height: 100px;
	width: calc(100% - 100px);
}
.ps-block--milestone .ps-block__journey .ps-block__content h4 {
	font-weight: 500;
	color: #000;
	font-size: 20px;
}
.ps-block--milestone.active .ps-block__dot:before {
	visibility: visible;
	opacity: 1;
}
.ps-block--milestone.active .ps-block__journey {
	display: block;
}
.ps-block--milestones {
	display: flex;
	justify-content: space-between;
}
.ps-block--milestones > * {
	width: 100%;
}
.ps-block--contact-info {
	max-width: 270px;
	margin: 0 auto 50px;
	text-align: center;
}
.ps-block--contact-info h4 {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
	color: #000;
}
.ps-block--contact-info p a {
	display: block;
}
.ps-block--vendor-milestone {
	display: flex;
	flex-flow: row nowrap;
	position: relative;
	padding-bottom: 90px;
}
.ps-block--vendor-milestone:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 2px;
	background-color: #fcb800;
}
.ps-block--vendor-milestone .ps-block__left,
.ps-block--vendor-milestone .ps-block__right {
	width: 100%;
}
.ps-block--vendor-milestone .ps-block__left {
	padding-right: 140px;
}
.ps-block--vendor-milestone .ps-block__left h4 {
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 600;
	color: #000;
	line-height: 1.2em;
}
.ps-block--vendor-milestone .ps-block__left ul {
	padding-left: 20px;
}
.ps-block--vendor-milestone .ps-block__left ul li {
	margin-bottom: 20px;
	font-size: 16px;
	color: #666;
}
.ps-block--vendor-milestone .ps-block__right {
	text-align: right;
}
.ps-block--vendor-milestone .ps-block__number {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	border: 2px solid #fcb800;
	border-radius: 50%;
}
.ps-block--vendor-milestone .ps-block__number span {
	font-size: 48px;
	color: #000;
}
.ps-block--vendor-milestone.reverse {
	flex-flow: row-reverse nowrap;
}
.ps-block--vendor-milestone.reverse .ps-block__left {
	padding-left: 140px;
	padding-right: 0;
}
.ps-block--vendor-milestone.reverse .ps-block__right {
	text-align: left;
}
.ps-block--vendor-milestone:last-child:before {
	display: none;
}
@media (max-width: 991px) {
	.ps-block--vendor-milestone .ps-block__left {
		padding-right: 80px;
	}
	.ps-block--vendor-milestone .ps-block__left h4 {
		font-size: 18px;
	}
	.ps-block--vendor-milestone .ps-block__left ul li {
		font-size: 14px;
	}
	.ps-block--vendor-milestone .ps-block__right {
		padding-left: 80px;
	}
	.ps-block--vendor-milestone .ps-block__number {
		width: 80px;
		height: 80px;
	}
	.ps-block--vendor-milestone .ps-block__number span {
		font-size: 24px;
	}
	.ps-block--vendor-milestone.reverse .ps-block__left {
		padding-left: 80px;
	}
	.ps-block--vendor-milestone.reverse .ps-block__right {
		padding-left: 0;
		padding-right: 80px;
	}
}
@media (max-width: 767px) {
	.ps-block--vendor-milestone {
		flex-flow: column-reverse wrap;
		padding-left: 100px;
	}
	.ps-block--vendor-milestone:before {
		left: 40px;
	}
	.ps-block--vendor-milestone .ps-block__number {
		left: 0;
		transform: translateX(0);
	}
	.ps-block--vendor-milestone .ps-block__left {
		padding: 0;
	}
	.ps-block--vendor-milestone .ps-block__left h4 {
		font-size: 18px;
	}
	.ps-block--vendor-milestone .ps-block__right {
		text-align: center;
		margin-bottom: 40px;
		padding: 40px 0 0;
	}
	.ps-block--vendor-milestone .ps-block__right img {
		max-height: 150px;
	}
	.ps-block--vendor-milestone.reverse {
		flex-flow: column-reverse wrap;
	}
	.ps-block--vendor-milestone.reverse .ps-block__left {
		padding: 0;
	}
	.ps-block--vendor-milestone.reverse .ps-block__right {
		padding: 0;
		text-align: center;
	}
}
@media (max-width: 479px) {
	.ps-block--vendor-milestone {
		padding-left: 60px;
	}
	.ps-block--vendor-milestone:before {
		left: 25px;
	}
	.ps-block--vendor-milestone .ps-block__number {
		width: 50px;
		height: 50px;
	}
	.ps-block--vendor-milestone .ps-block__number span {
		font-size: 20px;
	}
}
.ps-block--shopping-total {
	margin-bottom: 30px;
	padding: 30px 35px;
	background-color: #f1f1f1;
	border: 1px solid #bfbfbf;
}
.ps-block--shopping-total .ps-block__product li {
	margin-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.ps-block--shopping-total .ps-block__product span {
	display: block;
	font-size: 16px;
	line-height: 24px;
}
.ps-block--shopping-total .ps-block__product .ps-block__shop {
	color: #000;
}
.ps-block--shopping-total .ps-block__product .ps-block__shipping {
	color: #666;
}
.ps-block--shopping-total .ps-block__product .ps-block__estimate strong {
	font-weight: 600;
}
.ps-block--shopping-total .ps-block__product .ps-block__estimate a {
	display: block;
	margin-left: 40px;
	font-size: 14px;
}
.ps-block--shopping-total h3 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600;
}
.ps-block--shopping-total h3 span {
	color: #ff3300;
	font-weight: 600;
	float: right;
}
.ps-block--shopping-total .ps-block__header {
	display: block;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.ps-block--shopping-total .ps-block__header p {
	font-size: 16px;
}
.ps-block--shopping-total .ps-block__header p span {
	float: right;
}
.ps-block--bought-toggether {
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #e1e1e1;
}
.ps-block--bought-toggether h4 {
	margin-bottom: 40px;
}
.ps-block--bought-toggether .ps-block__items {
	display: flex;
	flex-flow: row wrap;
}
.ps-block--bought-toggether .ps-block__items .ps-block__item {
	max-width: 20%;
}
.ps-block--bought-toggether .ps-block__item {
	position: relative;
	padding-right: 50px;
}
.ps-block--bought-toggether .ps-block__item:first-child:after {
	content: '+';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	font-weight: 400;
	font-size: 26px;
	color: #666;
}
.ps-block--bought-toggether .ps-block__item.ps-block__total:after {
	display: none;
}
.ps-block--bought-toggether .ps-block__total p strong {
	color: red;
	font-size: 20px;
	font-weight: 500;
}
.ps-block--bought-toggether .ps-block__total .ps-btn {
	padding: 10px 20px;
	margin-bottom: 10px;
	font-size: 14px;
	min-width: 180px;
	text-align: center;
	font-weight: 500;
}
.ps-block--bought-toggether .ps-block__total .ps-btn--outline {
	color: #000;
	border: 1px solid #ccc;
}
.ps-block--bought-toggether .ps-block__total .ps-btn--outline:hover {
	background-color: #fcb800;
	border-color: #fcb800;
}
.ps-block--bought-toggether .ps-btn--outline {
	background-color: #fff;
}
.ps-block--bought-toggether .ps-product--simple .ps-product__price {
	font-size: 16px;
	font-weight: 400;
}
.ps-block--bought-toggether .ps-block__footer .ps-checkbox {
	margin-bottom: 10px;
}
.ps-block--bought-toggether .ps-block__footer .ps-checkbox label strong {
	color: #000;
	font-weight: 600;
}
.ps-block--bought-toggether .ps-block__footer .ps-checkbox label span {
	color: red;
	font-weight: 500;
}
@media (max-width: 1199px) {
	.ps-block--bought-toggether .ps-block__items .ps-block__item {
		max-width: 33.333%;
	}
}
@media (max-width: 767px) {
	.ps-block--bought-toggether .ps-block__items {
		margin-bottom: 20px;
	}
	.ps-block--bought-toggether .ps-block__items .ps-block__item {
		max-width: 50%;
	}
}
@media (max-width: 479px) {
	.ps-block--bought-toggether .ps-block__item {
		padding-right: 0;
	}
	.ps-block--bought-toggether .ps-block__item:first-child:after {
		display: none;
	}
}
.ps-block--instagram {
	position: relative;
	z-index: 10;
	display: block;
}
.ps-block--instagram:before,
.ps-block--instagram:after {
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
}
.ps-block--instagram:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.5);
}
.ps-block--instagram:before {
	content: '\f16d';
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	color: #ffffff;
	font-size: 30px;
}
.ps-block--instagram:hover:before,
.ps-block--instagram:hover:after {
	visibility: visible;
	opacity: 1;
}
.ps-block--instagram:hover:after {
	transition-delay: 0.25s;
}
.ps-block--header-hotline {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.ps-block--header-hotline .ps-block__left i {
	font-size: 26px;
	color: #000;
}
.ps-block--header-hotline .ps-block__right {
	padding-left: 20px;
}
.ps-block--header-hotline .ps-block__right p {
	margin-bottom: 0;
	line-height: 1.4em;
}
.ps-block--header-hotline .ps-block__right p strong {
	display: block;
	font-size: 16px;
	color: #000;
}
.ps-block--header-hotline.inline p {
	margin-bottom: 0;
	font-size: 16px;
	color: #000;
}
.ps-block--header-hotline.inline p i {
	margin-right: 10px;
}
.ps-block--header-hotline.inline p strong {
	font-weight: 600;
	color: #000;
}
.ps-block--promotion-header {
	padding: 10px 0;
}
.ps-block--promotion-header p {
	margin-bottom: 0;
}
.ps-block--promotion-header .container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.ps-block--promotion-header .container > * {
	margin-right: 50px;
}
.ps-block--promotion-header .ps-btn {
	background-color: #f14705;
	color: #ffffff;
	font-size: 14px;
	padding: 8px 20px;
}
.ps-block--promotion-header .ps-btn:hover {
	background-color: #fcb800;
}
.ps-block--promotion-header .ps-block__left {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.ps-block--promotion-header .ps-block__left h3 {
	line-height: 1;
	font-size: 48px;
	color: #f14705;
	font-weight: 300;
}
.ps-block--promotion-header .ps-block__left h4 {
	font-weight: 400;
	font-size: 24px;
	margin: 0;
}
.ps-block--promotion-header .ps-block__left figure {
	padding-left: 20px;
}
.ps-block--promotion-header .ps-block__center span {
	display: block;
	font-weight: 400;
	font-size: 18px;
	color: #f14705;
}
@media (max-width: 1199px) {
	.ps-block--promotion-header {
		display: none;
	}
}
.ps-block--ourteam {
	position: relative;
	z-index: 10;
	overflow: hidden;
}
.ps-block--ourteam img {
	width: 100%;
}
.ps-block--ourteam:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(252, 184, 0, 0.95);
	z-index: 10;
	transition: all 0.4s ease;
	visibility: hidden;
	opacity: 0;
}
.ps-block--ourteam .ps-block__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 20px;
	z-index: 30;
	transition: all 0.4s ease;
	transform: translateY(50px);
	visibility: hidden;
	opacity: 0;
}
.ps-block--ourteam .ps-block__content h4 {
	font-weight: 600;
}
.ps-block--ourteam .ps-block__content p {
	color: #000;
}
.ps-block--ourteam .ps-block__content ul li {
	display: inline-block;
	margin-right: 10px;
}
.ps-block--ourteam .ps-block__content ul li a {
	font-size: 16px;
}
.ps-block--ourteam .ps-block__content ul li a:hover {
	color: #ffffff;
}
.ps-block--ourteam .ps-block__content ul li:last-child {
	margin-right: 0;
}
.ps-block--ourteam.blank {
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.ps-block--ourteam.blank:before {
	display: none;
}
.ps-block--ourteam.blank a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}
.ps-block--ourteam.blank a:hover {
	color: #fcb800;
}
.ps-block--ourteam:hover:before {
	visibility: visible;
	opacity: 1;
}
.ps-block--ourteam:hover .ps-block__content {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.ps-collection {
	display: block;
}
.ps-collection img {
	width: 100%;
}
@media (max-width: 767px) {
	.ps-collection {
		margin-bottom: 30px;
	}
}
.ps-block--vendor .ps-block__divider {
	display: block;
	padding-top: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #d5d5d5;
}
.ps-block--vendor .ps-block__thumbnail img {
	width: 100%;
}
.ps-block--vendor .ps-block__container {
	padding: 25px;
	background-color: #f1f1f1;
}
.ps-block--vendor .ps-block__container .ps-block__header h4 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
}
.ps-block--vendor .ps-block__container .ps-block__header p strong {
	color: #669900;
	font-weight: 600;
}
.ps-block--vendor .ps-block__container p {
	color: #666;
}
.ps-block--vendor .ps-block__container p strong {
	font-weight: 500;
	color: #000;
}
.ps-block--vendor .ps-block__container figure {
	margin-bottom: 20px;
}
.ps-block--vendor .ps-block__container figure figcaption {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	color: #000;
}
.ps-block--vendor .ps-block__container .ps-block__footer p {
	margin-bottom: 16px;
}
.ps-block--vendor .ps-block__container .ps-block__footer p strong {
	font-size: 20px;
	font-weight: 600;
	display: block;
	color: #000;
}
.ps-block--vendor-filter {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 10px 10px;
	background-color: #f5f5f5;
}
.ps-block--vendor-filter .ps-block__left {
	display: flex;
	align-items: center;
}
.ps-block--vendor-filter > * {
	width: 100%;
	max-width: 50%;
}
.ps-block--vendor-filter .ps-block__left {
	padding: 0 5px;
}
.ps-block--vendor-filter ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.ps-block--vendor-filter ul li a {
	font-size: 16px;
	color: #666;
}
.ps-block--vendor-filter ul li a:hover {
	color: #000;
}
.ps-block--vendor-filter ul li.active a {
	font-weight: 500;
	color: #000;
}
.ps-block--vendor-filter ul li:last-child {
	margin-right: 16px;
}
.ps-block--vendor-filter form {
	width: 100%;
	position: relative;
}
.ps-block--vendor-filter form input {
	height: 30px;
	background-color: #ffffff;
}
.ps-block--vendor-filter form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	border: none;
	background-color: transparent;
}
@media (max-width: 479px) {
	.ps-block--vendor-filter {
		flex-flow: row wrap;
	}
	.ps-block--vendor-filter > * {
		max-width: 100%;
	}
	.ps-block--vendor-filter .ps-block__left {
		padding-bottom: 10px;
	}
}
.ps-block--vendor-dashboard {
	margin-bottom: 40px;
}
.ps-block--vendor-dashboard .ps-block__header {
	margin-bottom: 30px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e1e1e1;
}
.ps-block--vendor-dashboard .ps-block__header h3 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600;
	color: #000;
}
.ps-block--vendor-status {
	margin-bottom: 60px;
}
.ps-block--vendor-status figcaption {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
	color: #000;
}
.ps-block--vendor-status .ps-block__footer {
	padding-top: 20px;
}
.ps-block--vendor-status .ps-block__footer a {
	color: #000;
}
.ps-block--vendor-status .ps-block__footer a:hover {
	color: #fcb800;
}
@media (max-width: 479px) {
	.ps-block--vendor-status {
		margin-bottom: 30px;
	}
}
.ps-block--icon i {
	margin-bottom: 30px;
	display: inline-block;
	color: #fcb800;
	font-size: 40px;
}
.ps-block--icon h5 {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}
.ps-block--icon p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.2em;
}
@media (min-width: 768px) {
	.ps-block--icon p {
		font-size: 16px;
	}
	.ps-block--icon h5 {
		font-size: 18px;
	}
}
.ps-block--top-photographer {
	max-height: 480px;
	padding: 45px 20px;
	overflow: auto;
}
.ps-block--top-photographer .ps-block__header {
	padding-bottom: 60px;
}
.ps-block--top-photographer .ps-block__header p {
	font-size: 14px;
	color: #666;
}
.ps-block--top-photographer .ps-block__header h3 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 24px;
	color: #000;
	line-height: 1em;
}
.ps-block--top-photographer .ps-block__author {
	display: flex;
	justify-content: space-between;
	padding-bottom: 18px;
}
.ps-block--top-photographer .ps-block__author .ps-block__author-thumbnail {
	width: 56px;
	height: 56px;
}
.ps-block--top-photographer .ps-block__author .ps-block__author-thumbnail img {
	border-radius: 50%;
}
.ps-block--top-photographer .ps-block__author figure {
	width: 100%;
	padding-left: 20px;
}
.ps-block--top-photographer .ps-block__author figure a {
	font-weight: 600;
	color: #000;
}
.ps-block--top-photographer .ps-block__author figure a:hover {
	color: #c81919;
}
.ps-block--top-photographer .ps-block__footer a {
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
}
.ps-block--top-photographer .ps-block__footer a i {
	font-size: 14px;
	margin-left: 6px;
}
.ps-block--top-photographer .ps-block__footer a:hover {
	color: #c81919;
}
@media (min-width: 1680px) {
	.ps-block--top-photographer {
		padding: 45px;
	}
	.ps-block--top-photographer .ps-block__header {
		font-size: 32px;
	}
	.ps-block--top-photographer .ps-block__header p {
		font-size: 16px;
	}
}
.ps-block--testimonial-bg {
	display: flex;
	padding: 60px 40px;
}
.ps-block--testimonial-bg h3 {
	margin-bottom: 35px;
	font-weight: 600;
}
.ps-block--testimonial-bg figure figcaption {
	font-weight: 600;
	font-size: 18px;
	color: #000;
}
.ps-block--testimonial-bg figure p {
	margin-bottom: 0;
	color: #999;
}
.ps-block--testimonial-bg .ps-block__content {
	max-width: 70%;
}
.ps-block--testimonial-bg.dark h3 {
	color: #fff;
}
.ps-block--testimonial-bg.dark figure figcaption {
	color: #fff;
}
.ps-block--testimonial-bg.dark figure p {
	color: #8c8c8c;
}
@media (min-width: 992px) {
	.ps-block--testimonial-bg {
		padding: 80px 30px;
	}
	.ps-block--testimonial-bg h3 {
		font-size: 30px;
		line-height: 1.2em;
		font-weight: 600;
	}
	.ps-block--testimonial-bg .ps-block__content {
		max-width: 70%;
	}
}
@media (min-width: 1200px) {
	.ps-block--testimonial-bg h3 {
		font-size: 36px;
	}
}
@media (min-width: 1440px) {
	.ps-block--testimonial-bg {
		padding: 80px 70px;
	}
}
.ps-block--store {
	margin-bottom: 20px;
	box-shadow: 0 0 4px 0 #ccc;
}
.ps-block--store h4 {
	margin-bottom: 30px;
	font-size: 21px;
	color: #525252;
	font-weight: 600;
}
.ps-block--store .ps-block__thumbnail {
	min-height: 210px;
}
.ps-block--store .br-wrapper {
	display: inline-block;
}
.ps-block--store .br-wrapper a {
	font-size: 13px;
	color: #fcb800;
}
.ps-block--store .ps-block__author {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	transition: all 0.4s ease;
	transform: translateY(-50px);
}
.ps-block--store .ps-block__author .ps-block__user {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.ps-block--store .ps-block__author .ps-block__user img {
	border-radius: 50%;
}
.ps-block--store .ps-block__author .ps-btn {
	padding: 0 30px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	color: #17a2b8;
	background-color: #fff;
	border-bottom: 1px solid #17a2b8;
}
.ps-block--store .ps-block__contact li {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin-bottom: 10px;
}
.ps-block--store .ps-block__contact li i {
	margin-right: 10px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #525252;
	color: #ffffff;
}
.ps-block--store .ps-block__inquiry {
	display: inline-block;
	background-color: #fff;
}
.ps-block--store .ps-block__inquiry a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	height: 35px;
	color: #ffffff;
	background-color: #525252;
}
.ps-block--store .ps-block__inquiry a i {
	margin-right: 10px;
}
.ps-block--store .ps-block__content {
	padding: 0 20px 20px;
	border-top: 3px solid #17a2b8;
}
.ps-block--store-2 {
	box-shadow: 0px 0px 25px 0px #ddd;
}
.ps-block--store-2 .br-wrapper {
	display: inline-block;
}
.ps-block--store-2 .br-wrapper a {
	font-size: 13px;
	color: #fcb800;
}
.ps-block--store-2 h4 {
	margin-bottom: 0;
	color: #526b6f;
}
.ps-block--store-2 .ps-block__rating {
	margin-bottom: 10px;
}
.ps-block--store-2 .ps-block__content {
	padding: 30px 20px 50px;
	border-bottom: 1px solid #eee;
}
.ps-block--store-2 .ps-block__author {
	position: relative;
	display: flex;
	flex-flow: row-reverse nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	transition: all 0.4s ease;
}
.ps-block--store-2 .ps-block__author .ps-block__user {
	display: block;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 3px solid #fff;
	position: relative;
	transform: translateY(-50%);
	box-shadow: 0px 0px 30px -6px #afafaf;
}
.ps-block--store-2 .ps-block__author .ps-block__user img {
	border-radius: 50%;
}
.ps-block--store-2 .ps-block__author .ps-btn {
	padding: 0 16px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	color: #fff;
	background-color: #f05025;
	font-size: 14px;
}
.ps-block--store-banner .ps-block__content {
	position: relative;
	min-height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ps-block--store-banner .ps-block__content h3 {
	font-size: 48px;
	position: relative;
	padding-left: 90px;
	font-weight: 500;
	text-transform: uppercase;
}
.ps-block--store-banner .ps-block__content h3:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 80px;
	height: 1px;
	background-color: #fff;
}
.ps-block--store-banner .ps-block__inquiry {
	position: absolute;
	bottom: 20px;
	right: 20px;
	padding: 5px 10px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 0.9);
	color: #17a2b8;
}
.ps-block--store-banner .ps-block__inquiry:hover {
	background-color: #17a2b8;
	color: #ffffff;
}
.ps-block--store-banner .ps-block__user {
	background-color: #2f2f2f;
	padding: 30px 5%;
}
.ps-block--store-banner .ps-block__user .ps-block__user-avatar {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.ps-block--store-banner .ps-block__user .ps-block__user-avatar img {
	width: 150px;
	height: 150px;
	margin-bottom: 10px;
	border-radius: 50%;
}
.ps-block--store-banner .ps-block__user .ps-block__user-avatar .br-wrapper {
	display: block;
}
.ps-block--store-banner .ps-block__user .ps-block__user-avatar .br-wrapper a {
	font-size: 13px;
	color: #fcb800;
}
.ps-block--store-banner .ps-block__user p {
	font-size: 16px;
	color: #ffffff;
}
.ps-block--store-banner .ps-block__user p i {
	margin-right: 1rem;
	color: #999999;
}
.ps-block--store-banner .ps-block__user .ps-block__user-content {
	padding-bottom: 0;
}
@media (min-width: 768px) {
	.ps-block--store-banner .ps-block__user {
		display: flex;
		flex-flow: row nowrap;
	}
	.ps-block--store-banner .ps-block__user .ps-block__user-avatar {
		position: relative;
		top: -85px;
		margin-bottom: -85px;
	}
	.ps-block--store-banner .ps-block__user .ps-block__user-content {
		padding-left: 30px;
		padding-bottom: 75px;
	}
}
@media (min-width: 992px) {
	.ps-block--store-banner .ps-block__content h3 {
		font-size: 70px;
		color: #ffffff;
	}
}
.ps-block--user-account {
	position: relative;
}
.ps-block--user-account i {
	font-size: 30px;
	line-height: 1em;
}
.ps-block--user-account .ps-list--arrow li a {
	padding-left: 0;
	color: #000;
}
.ps-block--user-account .ps-list--arrow li a:before {
	display: none;
}
.ps-block--user-account .ps-list--arrow li a:hover {
	color: #fcb800;
}
.ps-block--user-account .ps-block__heading {
	font-weight: 600;
	color: #000;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
}
.ps-block--user-account .ps-block__footer {
	padding-top: 10px;
	margin-bottom: 0;
	border-top: 1px solid #eaeaea;
}
.ps-block--user-account .ps-block__content {
	position: absolute;
	min-width: 240px;
	right: 0;
	z-index: 30;
	padding-top: 10px;
	transform: translate(0 20px) scale3d(1, 1, 0);
	transition: all 0.4s ease;
	visibility: hidden;
	opacity: 0;
}
.ps-block--user-account:hover .ps-block__content {
	visibility: visible;
	opacity: 1;
	transform: translate(0 20px) scale3d(1, 1, 1);
	background-color: #fff;
	padding: 10px 15px;
}
.ps-block--checkout-order figure {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
}
.ps-block--checkout-order figure figcaption {
	display: flex;
	justify-content: space-between;
	font-weight: 400;
}
.ps-block--checkout-order figure figcaption strong {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}
.ps-block--checkout-order figure figcaption small {
	font-size: 16px;
}
.ps-block--checkout-order .ps-block__items > a {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.ps-block--checkout-order .ps-block__items > a strong {
	font-weight: 600;
}
.ps-block--checkout-order .ps-block__items > a strong span {
	color: #666;
	margin-left: 10px;
}
.ps-block--checkout-order .ps-block__items > a small {
	font-size: 14px;
	color: #000;
}
.ps-block--checkout-order .ps-block__shipping {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.ps-block--checkout-order .ps-block__total h3 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	font-size: 16px;
	color: #666;
}
.ps-block--checkout-order .ps-block__total h3 strong {
	color: #000;
}
.ps-block--checkout-order .ps-block__content {
	padding: 30px 20px;
	margin-bottom: 10px;
	border-radius: 4px;
	border: 2px solid #eaeaea;
}
.ps-block--checkout-order .ps-block__payment-methods .ps-radio {
	margin-bottom: 10px;
}
.ps-block--checkout-order .ps-block__payment-methods .ps-radio > label {
	color: #000;
}
.ps-block--checkout-order .ps-block__payment-methods p {
	margin-top: 20px;
	font-size: 16px;
}
.ps-block--checkout-order .ps-block__payment-methods p a {
	color: #000;
}
.ps-block--checkout-order .ps-block__payment-methods p a:hover {
	color: #fcb800;
}
.ps-block--checkout-order .ps-block__footer button {
	height: 60px;
}
.ps-block--shipping figure {
	margin-bottom: 0;
}
.ps-block--shipping figure a {
	text-align: right;
}
.ps-block--shipping figure strong {
	text-align: right;
}
.ps-block--shipping .ps-block__panel {
	margin-bottom: 30px;
	padding: 10px 20px;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
}
@media screen and (min-width: 480px) {
	.ps-block--shipping .ps-block__footer {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
@media screen and (min-width: 768px) {
	.ps-block--shipping figure {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.ps-block--shipping figure > * {
		flex-basis: 100%;
	}
	.ps-block--shipping figure small {
		font-size: 14px;
		max-width: 10em;
	}
	.ps-block--shipping figure p {
		margin-bottom: 0;
	}
	.ps-block--shipping figure a {
		align-self: flex-end;
		color: #06c;
		max-width: 10em;
		text-align: right;
	}
}
.ps-block--payment-method {
	margin-bottom: 50px;
	padding: 20px;
	background-color: #eaeaea;
}
.ps-block--payment-method .ps-tab-list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
.ps-block--payment-method .ps-tab-list li {
	margin-right: 10px;
}
.ps-block--payment-method .ps-tab-list li .ps-btn {
	background-color: #bfbfbf;
}
.ps-block--payment-method .ps-tab-list li .ps-btn:hover {
	background-color: #fcb800;
}
.ps-block--payment-method .ps-tab-list li:last-child {
	margin-right: 0;
}
.ps-block--payment-method .ps-tab-list li.active .ps-btn {
	background-color: #fcb800;
	color: #fff;
}
.ps-block--payment-method .ps-block__header {
	padding-top: 10px;
	padding-bottom: 30px;
}
.ps-block--payment-method .form-control {
	background-color: #fff;
}
.ps-block--payment-method .ps-btn:hover {
	color: #fff;
}
.ps-block--payment-success {
	background-color: #fff;
}
.ps-block--payment-success h3 {
	font-size: 48px;
	color: #669900;
}
.ps-block--payment-success p {
	font-size: 18px;
}
.ps-block--payment-success p a {
	color: #06c;
}
@media screen and (min-width: 992px) {
	.ps-block--payment-success h3 {
		font-size: 64px;
	}
	.ps-block--payment-success p {
		font-size: 20px;
	}
}
.ps-block--medicine-brand {
	text-align: center;
}
.ps-block--medicine-brand img {
	border-radius: 50%;
	margin-bottom: 20px;
	max-height: 80px;
}
.ps-block--medicine-brand a {
	font-weight: 600;
	font-size: 16px;
	color: #000;
}
.ps-block--medicine-brand a:hover {
	color: #28afb1;
}
@media screen and (min-width: 1200px) {
	.ps-block--medicine-brand img {
		max-height: 100%;
	}
}
.ps-block--testimonial-medicine .ps-block__content {
	padding-bottom: 20px;
}
.ps-block--testimonial-medicine .ps-block__content p {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	line-height: 1.2em;
}
.ps-block--testimonial-medicine .ps-block__author {
	display: flex;
	flex-flow: row nowrap;
}
.ps-block--testimonial-medicine
	.ps-block__author
	.ps-block__author__thumbnail
	img {
	max-width: 50px;
}
.ps-block--testimonial-medicine .ps-block__author figure {
	padding-left: 20px;
}
.ps-block--testimonial-medicine .ps-block__author figure figcaption {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 1.4em;
}
.ps-block--testimonial-medicine .ps-block__author figure span {
	color: #666;
}
@media screen and (min-width: 1200px) {
	.ps-block--testimonial-medicine .ps-block__content p {
		font-size: 30px;
	}
}
.ps-panel--sidebar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	z-index: 10001;
	background-color: #fff;
	transform: translateX(-100%);
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.ps-panel--sidebar .ps-panel__header {
	position: relative;
	padding: 15px 20px;
	background-color: #05224c;
}
.ps-panel--sidebar .ps-panel__header h3 {
	margin-bottom: 0;
	font-weight: 600;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.ps-panel--sidebar .ps-panel__header .ps-btn--close {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
.ps-panel--sidebar .ps-panel__header .ps-btn--close:before,
.ps-panel--sidebar .ps-panel__header .ps-btn--close:after {
	background-color: #ffffff;
	height: 60%;
}
.ps-panel--sidebar .ps-panel__content {
	padding-top: 10px;
	padding-bottom: 70px;
}
.ps-panel--sidebar.active {
	transform: translateX(0);
}
@media (max-width: 479px) {
	.ps-panel--sidebar {
		width: 100%;
		max-width: 100%;
	}
}
.ps-panel--search-result {
	position: absolute;
	top: 42px;
	left: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #eaeaea;
	padding: 10px 20px;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
	transform: scale3d(1, 1, 0);
	z-index: 9999;
}
.search.mobile-search .ps-panel--search-result {
	top: 119px;
	height: calc(100% - 119px);
}
@media (max-width: 767px) {
	/*body{
		padding-bottom:66px !important;
	}*/
}
.ps-panel--search-result .ps-panel__content {
	max-height: 400px;
	overflow-y: auto;
}
.ps-panel--search-result .ps-panel__footer {
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #eaeaea;
}
.ps-panel--search-result.active {
	transform: scale3d(1, 1, 1);
	opacity: 1;
	visibility: visible;
}
.ps-panel--search-result .ps-product {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
}
.ps-panel--search-result .ps-product:hover {
	border-bottom: 1px solid #eaeaea;
}
.ps-panel--search-result .ps-product:last-child {
	border: none;
}
.widget {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.widget .widget-title {
	margin-bottom: 2.5rem;
	font-weight: 700;
}
.widget:last-child {
	border-bottom: none;
}
.widget_sidebar {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.widget_sidebar .widget-title {
	font-family: 'Work Sans', sans-serif;
	display: block;
	margin-bottom: 2.5rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #222222;
	text-transform: uppercase;
}
.widget_sidebar ul li a {
	display: block;
	position: relative;
	padding: 5px 0;
	font-size: 1.4rem;
	line-height: 1.8em;
	color: #666;
}
.widget_sidebar ul li a:before {
	content: '\f105';
	font-family: FontAwesome;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 10px;
	left: 0;
	line-height: 1em;
	transition: all 0.4s ease;
}
.widget_sidebar ul li a:hover {
	padding-left: 10px;
	color: #000;
}
.widget_sidebar ul li a:hover:before {
	visibility: visible;
	opacity: 1;
	transition-delay: 0.2s;
}
.widget_shop {
	padding: 25px 20px;
	background-color: #f5f5f5;
}
.widget_shop .widget-title {
	margin-bottom: 25px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
}
.widget_shop .ps-checkbox {
	margin-bottom: 10px;
}
.widget_shop .ps-checkbox > label {
	color: #000;
	line-height: 16px;
	padding-left: 25px;
}
.widget_shop .ps-checkbox > label:before {
	width: 16px;
	height: 16px;
	border-radius: 2px;
}
.widget_shop .ps-checkbox > label:after {
	top: 3px;
	left: 7px;
	width: 4px;
	height: 8px;
	border-width: 1px;
	border-color: #fcb800;
}
.widget_shop .ps-checkbox .fa-star {
	margin-right: 5px;
	color: #ccc;
}
.widget_shop .ps-checkbox .fa-star.rate {
	color: #f2b309;
}
.widget_shop .ps-checkbox small {
	color: #999999;
	font-size: 14px;
}
.widget_shop .ps-checkbox input[type='checkbox']:checked ~ label {
	font-weight: 500;
	color: #fcb800;
}
.widget_shop .ps-checkbox input[type='checkbox']:checked ~ label:before {
	border-color: #fcb800;
	background-color: #ffffff;
}
.widget_shop .ps-checkbox.ps-checkbox--color > label {
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
}
.widget_shop .ps-checkbox.ps-checkbox--color > label:before {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.widget_shop .ps-slider {
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 4px;
	background-color: #cecece;
	position: relative;
	border-radius: 0;
	border: none;
}
.widget_shop .ui-slider-range {
	top: 0;
	left: 0;
	height: 100%;
	background-color: #000;
	border-radius: 0;
	border: none;
}
.widget_shop .ui-slider-handle {
	display: inline-block;
	top: 50%;
	height: 16px;
	width: 16px;
	outline: none;
	cursor: pointer;
	border: none;
	background-color: #000;
	transform: translateY(-50%);
	border-radius: 50%;
}
.widget_shop .ps-slider__meta {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.8em;
	color: #999;
}
.widget_shop .ps-slider__meta span {
	margin-left: 5px;
	margin-right: 5px;
}
.widget_shop .ps-filter__btn {
	background-color: #888888;
	color: #fff;
}
.widget_shop .ps-filter__btn:hover {
	background-color: #222222;
}
.widget_shop figure {
	margin-top: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #ccc;
}
.widget_shop figure:last-child {
	border-bottom: none;
}
.widget_shop .sizes a {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 2px 20px;
	border: 1px solid #ccc;
	background-color: #ffffff;
}
.widget_shop .sizes a:hover {
	border-color: #fcb800;
}
.widget_search {
	margin-bottom: 25px;
	border-bottom: none;
}
.widget_size a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1rem 2rem;
	font-size: 1.4rem;
	line-height: 20px;
	color: #555;
	background-color: #f6f6f6;
}
.widget_size a:hover {
	background-color: #a7a7a7;
	color: #ffffff;
}
.widget_size .ps-checkbox--size label {
	margin-bottom: 10px;
	padding: 0;
	background-color: transparent;
}
.widget_filter .ps-slider {
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 5px;
	background-color: #cecece;
	position: relative;
	border-radius: 0;
	border: none;
}
.widget_filter .ui-slider-range {
	top: 0;
	left: 0;
	height: 100%;
	background-color: #fcb800;
	border-radius: 0;
	border: none;
}
.widget_filter .ui-slider-handle {
	display: inline-block;
	top: 50%;
	height: 14px;
	width: 14px;
	outline: none;
	cursor: pointer;
	background-color: #fcb800;
	border: none;
	transform: translateY(-50%);
	border-radius: 50%;
}
.widget_filter .ps-slider__meta {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.8em;
	color: #666;
	text-align: center;
}
.widget_filter .ps-slider__meta span {
	margin-left: 5px;
	margin-right: 5px;
}
.widget_filter .ps-filter__btn {
	background-color: #888888;
	color: #fff;
}
.widget_filter .ps-filter__btn:hover {
	background-color: #222222;
}
.widget_tags a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 15px;
	color: #303030;
	background-color: transparent;
	border: 1px solid #000;
	border-radius: 50px;
}
.widget_tags a:hover {
	background-color: #222222;
	color: #fff;
}
.widget_footer .widget-title {
	font-size: 16px;
	margin-bottom: 30px;
	color: #000;
	font-weight: 600;
}
.widget_contact-us .widget_content h3 {
	color: #fcb800;
}
.widget_contact-us .widget_content .ps-list--social {
	padding-top: 25px;
}
.widget_features {
	margin-bottom: 30px;
	background-color: #f1f1f1;
	padding: 20px;
}
.widget_features p {
	position: relative;
	margin-bottom: 20px;
	padding-left: 50px;
	color: #000;
	line-height: 1.4em;
}
.widget_features p i {
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 10px;
	font-size: 26px;
	color: #000;
}
.widget_sell-on-site p {
	margin-bottom: 0;
	color: #000;
	vertical-align: middle;
}
.widget_sell-on-site p i {
	font-size: 18px;
}
.widget_sell-on-site p a {
	color: #06c;
}
.widget_same-brand {
	border: 1px solid #e1e1e1;
}
.widget_same-brand h3 {
	padding: 14px 20px;
	background-color: #f4f4f4;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	margin-top: 0;
	color: #000;
}
.widget_same-brand .widget__content {
	padding: 20px;
}
.widget_same-brand .ps-product {
	margin-bottom: 30px;
	border: 1px solid #eaeaea;
	transition: all 0.4s ease;
}
.widget_same-brand .ps-product .ps-product__content {
	display: block;
}
.widget_same-brand .ps-product:hover {
	border-bottom: 1px solid silver;
}
.widget_same-brand .ps-product:hover .ps-product__content {
	display: block;
	visibility: visible;
	opacity: 1;
	height: auto;
}
.widget_same-brand .ps-product:hover .ps-product__content.hover {
	display: none;
}
.widget_best-sale {
	padding: 15px 10px;
	border: 1px solid #d9d9d9;
	border-bottom: 5px solid red;
	max-height: 500px;
}
.widget_best-sale .widget-title {
	font-weight: 600;
	color: #000;
	font-size: 20px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 15px;
}
.widget_best-sale .ps-product--horizontal {
	margin-bottom: 15px;
}
.widget_best-sale .ps-product--horizontal .ps-product__thumbnail {
	max-width: 60px;
}
.widget_best-sale .ps-product--horizontal .ps-product__rating {
	display: none;
}
.widget_best-sale .ps-product--horizontal .ps-product__price {
	font-size: 14px;
}
.widget_best-sale .ps-product--horizontal .ps-product__price del {
	font-size: 12px;
}
.widget--blog .widget__title {
	margin-bottom: 35px;
	margin-top: 0;
	font-size: 20px;
	font-weight: 600;
	color: #000;
}
.widget--blog.widget--search .ps-form--widget-search input {
	height: 40px;
}
.widget--blog.widget--categories ul li a {
	display: block;
	padding: 6px 0;
	line-height: 20px;
	color: #000000;
}
.widget--blog.widget--categories ul li a:hover {
	color: #fcb800;
}
.widget--blog.widget--recent-post .widget__content a {
	display: block;
	margin-bottom: 10px;
	color: #000;
	font-weight: 600;
	font-size: 16px;
}
.widget--blog.widget--recent-post .widget__content a:hover {
	color: #fcb800;
}
.widget--blog.widget--recent-comments p a {
	color: #000;
}
.widget--blog.widget--recent-comments p a:hover {
	color: #fcb800;
}
.widget--blog.widget--tags a {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: top;
	color: #999;
}
.widget--blog.widget--tags a:after {
	content: ',';
}
.widget--blog.widget--tags a:hover {
	color: #fcb800;
}
.widget--vendor {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #d8d8d8;
}
.widget--vendor .widget-title {
	margin-bottom: 35px;
	font-size: 20px;
	color: #000;
	font-weight: 600;
}
.widget--vendor .form-control {
	background-color: #fff;
	border: none;
}
.widget--vendor .select2 {
	min-width: 100%;
}
.widget--vendor .select2 .select2-selection {
	border: none;
}
.widget--vendor .select2 .select2-selection__rendered {
	font-size: 16px;
	color: #666;
	padding-top: 15px;
	padding-bottom: 15px;
}
.widget--vendor .ps-list--arrow a {
	color: #000;
}
.widget--vendor .ps-list--arrow a:before {
	content: '\f105';
	font-size: 20px;
}
.widget--open-time ul li {
	margin-bottom: 25px;
}
.widget--open-time ul li strong {
	display: block;
	font-weight: 600;
	color: #000;
}
.widget--open-time ul li span {
	color: #666;
}
.widget--open-time ul li:last-child {
	margin-bottom: 0;
}
.ps-widget--account-dashboard .ps-widget__header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 20px;
}
.ps-widget--account-dashboard .ps-widget__header img {
	flex-basis: 60px;
	max-width: 60px;
	border-radius: 50%;
}
.ps-widget--account-dashboard .ps-widget__header figure {
	flex-basis: 100%;
	padding-left: 10px;
}
.ps-widget--account-dashboard .ps-widget__header figure figcaption {
	font-size: 16px;
	color: #666;
}
.ps-widget--account-dashboard .ps-widget__header figure p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.ps-widget--account-dashboard .ps-widget__content ul {
	border: 1px solid #d1d1d1;
}
.ps-widget--account-dashboard .ps-widget__content ul li {
	border-bottom: 1px solid #d1d1d1;
}
.ps-widget--account-dashboard .ps-widget__content ul li a {
	display: block;
	padding: 15px 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-transform: capitalize;
}
.ps-widget--account-dashboard .ps-widget__content ul li a i {
	margin-right: 10px;
}
.ps-widget--account-dashboard .ps-widget__content ul li a:hover {
	background-color: #fcb800;
	color: #fff;
}
.ps-widget--account-dashboard .ps-widget__content ul li:last-child {
	border-bottom: none;
}
.ps-widget--account-dashboard .ps-widget__content ul li.active {
	background-color: #fcb800;
}
.ps-widget--account-dashboard .ps-widget__content ul li.active a {
	color: #fff;
}
#nonlinear {
	width: 90%;
	margin: 10px auto;
}
.noUi-connect {
	background-color: #fcb800;
}
.noUi-horizontal {
	height: 5px;
}
.noUi-handle:before,
.noUi-handle:after {
	display: none;
}
.noUi-base {
	background-color: #ced0d4;
}
html:not([dir='rtl']) .noUi-horizontal .noUi-handle {
	right: -7px;
}
.noUi-handle {
	border: 3px solid #fcb800;
	border-radius: 50%;
	box-shadow: none;
}
.owl-carousel {
	position: relative;
}
.owl-carousel .owl-item img {
	width: auto;
}
.owl-carousel .ps-product {
	margin-bottom: 10px;
}
.ps-carousel--nav {
	position: relative;
	z-index: 10;
}
.ps-carousel--nav .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
	height: 0;
}
.ps-carousel--nav .owl-nav > * {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 40px;
	height: 40px;
	color: #cccccc;
	border-radius: 50%;
	background-color: transparent;
	transition: all 0.4s ease;
	transform: translateY(-50%);
}
.ps-carousel--nav .owl-nav > * i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
}
.ps-carousel--nav .owl-nav > *:hover {
	color: #000;
}
.ps-carousel--nav .owl-nav .owl-prev {
	margin-left: -70px;
}
.ps-carousel--nav .owl-nav .owl-prev i {
	padding-right: 2px;
}
.ps-carousel--nav .owl-nav .owl-next {
	float: right;
	margin-right: -70px;
}
.ps-carousel--nav .owl-nav .owl-next i {
	padding-left: 2px;
}
.ps-carousel--nav .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none !important;
	text-align: center;
}
.ps-carousel--nav .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 8px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}
.ps-carousel--nav .owl-dots .owl-dot:last-child {
	margin-right: 0;
}
.ps-carousel--nav .owl-dots .owl-dot.active {
	background-color: #fcb800;
}
.ps-carousel--nav.inside .owl-nav {
	z-index: 20;
	height: 0;
}
.ps-carousel--nav.inside .owl-nav > * {
	transform: translateY(-50%);
}
.ps-carousel--nav.inside .owl-prev {
	margin-left: 3rem;
}
.ps-carousel--nav.inside .owl-prev i {
	padding-right: 5px;
}
.ps-carousel--nav.inside .owl-next {
	float: right;
	margin-right: 3rem;
}
.ps-carousel--nav.inside .owl-next i {
	padding-left: 5px;
}
@media (max-width: 1680px) {
	.ps-carousel--nav .owl-nav .owl-prev {
		margin-left: -40px;
	}
	.ps-carousel--nav .owl-nav .owl-next {
		margin-right: -40px;
	}
}
@media (max-width: 1199px) {
	.ps-carousel--nav {
		margin-bottom: 3rem;
		padding-bottom: 30px;
	}
	.ps-carousel--nav .owl-nav {
		display: none;
	}
	.ps-carousel--nav .owl-dots {
		display: block !important;
	}
}
.ps-carousel--animate .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}
.ps-carousel--animate .slick-dots li {
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	margin-right: 10px;
}
.ps-carousel--animate .slick-dots li button {
	display: inline-block;
	border: 0;
	padding: 0;
	font-size: 0;
	width: 12px;
	height: 12px;
	vertical-align: top;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
}
.ps-carousel--animate .slick-dots li.slick-active button {
	background-color: #000;
}
.ps-carousel--animate .slick-dots li:last-child {
	margin-right: 0;
}
@media (max-width: 479px) {
	.ps-carousel--animate .slick-dots {
		bottom: 5px;
	}
	.ps-carousel--animate .slick-dots li button {
		width: 8px;
		height: 8px;
	}
}
.ps-carousel--responsive {
	position: relative;
	z-index: 10;
}
.ps-carousel--responsive .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: none !important;
	text-align: center;
}
.ps-carousel--responsive .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.3);
}
.ps-carousel--responsive .owl-dots .owl-dot:last-child {
	margin-right: 0;
}
.ps-carousel--responsive .owl-dots .owl-dot.active {
	background-color: #fcb800;
}
@media (max-width: 1199px) {
	.ps-carousel--responsive {
		margin-bottom: 3rem;
		padding-bottom: 30px;
	}
	.ps-carousel--responsive .owl-nav {
		display: none;
	}
	.ps-carousel--responsive .owl-dots {
		display: block !important;
	}
}
.ps-carousel--product-box {
	overflow: hidden;
}
.ps-carousel--product-box .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 0;
	display: flex;
	justify-content: space-between;
}
.ps-carousel--product-box .owl-nav > * {
	position: relative;
	background-color: rgba(0, 0, 0, 0.5);
	width: 30px;
	height: 40px;
}
.ps-carousel--product-box .owl-nav > * > i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
}
.ps-carousel--product-box .owl-nav .owl-prev {
	padding-right: 2px;
	transform: translateX(-100%);
	transition: all 0.25s ease;
}
.ps-carousel--product-box .owl-nav .owl-next {
	transform: translateX(100%);
	transition: all 0.25s ease;
}
.ps-carousel--product-box .owl-nav .owl-next i {
	padding-left: 2px;
	transition: all 0.25s ease;
}
.ps-carousel--product-box .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}
.ps-carousel--product-box .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}
.ps-carousel--product-box .owl-dots .owl-dot:hover,
.ps-carousel--product-box .owl-dots .owl-dot.active {
	background-color: #ffffff;
}
.ps-carousel--product-box .owl-dots .owl-dot:last-child {
	margin-right: 0;
}
.ps-carousel--product-box:hover .owl-nav .owl-prev {
	transform: translateX(0);
}
.ps-carousel--product-box:hover .owl-nav .owl-next {
	transform: translateX(0);
}
.ps-carousel--nav-inside {
	overflow: hidden;
}
.ps-carousel--nav-inside .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 0;
	display: flex;
	justify-content: space-between;
}
.ps-carousel--nav-inside .owl-nav > * {
	position: relative;
	background-color: rgba(0, 0, 0, 0.1);
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
}
.ps-carousel--nav-inside .owl-nav > * > i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
}
.ps-carousel--nav-inside .owl-nav .owl-prev {
	padding-right: 2px;
}
.ps-carousel--nav-inside .owl-nav .owl-next {
	transition: all 0.25s ease;
}
.ps-carousel--nav-inside .owl-nav .owl-next i {
	padding-left: 2px;
}
.ps-carousel--nav-inside .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	display: none;
	visibility: hidden;
	opacity: 0;
}
.ps-carousel--nav-inside .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}
.ps-carousel--nav-inside .owl-dots .owl-dot:hover,
.ps-carousel--nav-inside .owl-dots .owl-dot.active {
	background-color: #ffffff;
}
.ps-carousel--nav-inside .owl-dots .owl-dot:last-child {
	margin-right: 0;
}
.ps-carousel--nav-inside.second .owl-nav > * {
	width: 48px;
	height: 48px;
	background-color: rgba(0, 0, 0, 0.3);
}
.ps-carousel--nav-inside.second .owl-nav > * i {
	font-size: 18px;
	color: #ffffff;
}
.ps-carousel--nav-inside.second .owl-nav > *:hover {
	background-color: #000;
}
.ps-carousel--nav-inside.second .owl-nav .owl-prev {
	margin-left: 20px;
}
.ps-carousel--nav-inside.second .owl-nav .owl-next {
	margin-right: 20px;
}
@media (max-width: 1199px) {
	.ps-carousel--nav-inside .owl-nav {
		display: none;
	}
	.ps-carousel--nav-inside .owl-dots {
		display: block;
		visibility: visible;
		opacity: 1;
	}
}
.ps-carousel--dots .owl-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
}
.ps-carousel--dots .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}
.ps-carousel--dots .owl-dots .owl-dot:hover,
.ps-carousel--dots .owl-dots .owl-dot.active {
	background-color: #fcb800;
}
.ps-carousel--dots .owl-dots .owl-dot:last-child {
	margin-right: 0;
}
.masonry-wrapper {
	margin: 0;
}
.masonry-wrapper .grid-item,
.masonry-wrapper .grid-sizer {
	width: 100%;
}
.masonry-wrapper .grid-item .grid-item__inner .grid-item__content-wrapper {
	background-color: #9ec3c3;
}
.masonry-wrapper.ac_masonry-grid .grid-item__content-wrapper {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.setting {
	margin: 0;
	margin: -5px;
}
.setting .grid-item,
.setting .grid-sizer {
	width: 100%;
}
.setting .grid-item .grid-item__inner .grid-item__content-wrapper {
	background-color: #ccc;
}
.setting.ac_masonry-grid .grid-item__content-wrapper {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.setting.ac_masonry-grid .grid-item__inner {
	padding-top: 60%;
}
.setting.ac_masonry-grid .grid-item.extra-large .grid-item__inner,
.setting.ac_masonry-grid .grid-item.wide .grid-item__inner {
	padding-top: 30%;
}
.setting.ac_masonry-grid .grid-item.high .grid-item__inner {
	padding-top: 120%;
}
.setting .grid-item .grid-item__content-wrapper {
	margin: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
}
.setting .grid-item,
.setting .grid-sizer {
	width: 100%;
}
@media (min-width: 768px) {
	.setting .grid-item,
	.setting .grid-sizer {
		width: 50%;
	}
	.setting .grid-item.wide,
	.setting .grid-item.large {
		width: 100%;
	}
	.setting .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.setting .grid-item,
	.setting .grid-sizer {
		width: 33.33333%;
	}
	.setting .grid-item.wide,
	.setting .grid-item.large {
		width: 66.66667%;
	}
	.setting .grid-item.extra-large {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.setting .grid-item,
	.setting .grid-sizer {
		width: 33.33333%;
	}
	.setting .grid-item.wide,
	.setting .grid-item.large {
		width: 66.66667%;
	}
	.setting .grid-item.extra-large {
		width: 100%;
	}
}
.ps-badge {
	position: absolute;
	padding: 5px 15px;
	top: 1rem;
	left: 1rem;
	border-radius: 3px;
}
.ps-badge i {
	font-size: 1.4rem;
	color: #fff;
	font-weight: 500;
	line-height: 20px;
	font-style: normal;
}
.ps-badge--red {
	background-color: #ea4040;
}
.ps-product {
	position: relative;
	padding: 20px 20px 0;
	border: 1px solid transparent;
	border-bottom: none;
}
.ps-product .ps-product__rating .br-wrapper {
	display: inline-block;
}
.ps-product .ps-product__rating .br-wrapper a {
	font-size: 13px;
	color: #fcb800;
}
.ps-product .ps-product__rating span {
	color: #666;
	margin-left: 10px;
}
.ps-product .ps-product__price {
	position: relative;
	font-size: 16px;
	color: #000;
}
.ps-product .ps-product__price.sale {
	color: #f30;
}
.ps-product .ps-product__price.sale del {
	color: #666;
}
.ps-product .ps-product__actions {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	max-width: 200px;
	padding: 10px 0;
	background-color: #fff;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.ps-product .ps-product__actions li {
	margin-right: 10px;
}
.ps-product .ps-product__actions li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
}
.ps-product .ps-product__actions li a:hover {
	background-color: #fcb800;
	color: #ffffff;
}
.ps-product .ps-product__actions:last-child {
	margin-right: 0;
}
.ps-product .ps-product__vendor {
	display: block;
	padding-bottom: 8px;
	margin-bottom: 13px;
	line-height: 1.2;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	border-bottom: 1px solid #e1e1e1;
}
.ps-product .ps-product__badge {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 5px 10px;
	border-radius: 4px;
	background-color: #f14705;
}
.ps-product .ps-product__badge.out-stock {
	background-color: #000;
}
.ps-product .ps-product__badge.hot {
	background-color: #ff8c46;
	color: #ffffff;
}
.ps-product .ps-product__title {
	margin: 0;
	display: block;
	padding: 0 0 5px;
	font-size: 14px;
	line-height: 1.2em;
	color: #06c;
	--max-lines: 2;
	max-height: calc(1.2em * var(--max-lines));
	overflow: hidden;
	padding-right: 1rem;
}
.ps-product .ps-product__title:hover {
	color: #fcb800;
}
.ps-product .ps-product__progress-bar {
	display: block;
	width: 100%;
}
.ps-product .ps-product__progress-bar .ps-progress__value {
	margin-bottom: 5px;
	position: relative;
	display: block;
	height: 11px;
	background-color: #e4e4e4;
}
.ps-product .ps-product__progress-bar .ps-progress__value > span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 100%;
	background-color: #fcb800;
	width: 50%;
}
.ps-product .ps-product__thumbnail {
	position: relative;
	overflow: hidden;
}
.ps-product .ps-product__thumbnail img {
	width: 100%;
}
.ps-product .ps-product__thumbnail .ps-product__actions {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
}
.ps-product .ps-product__content > p {
	color: #000;
}
.ps-product .ps-product__content.hover {
	display: block;
	position: absolute;
	top: 100%;
	right: -1px;
	width: calc(100% + 2px);
	padding: 0 20px 20px;
	border: 1px solid silver;
	border-top: none;
	visibility: hidden;
	opacity: 0;
}
.ps-product .ps-product__container {
	padding-top: 10px;
}
.ps-product.ps-product--inner {
	padding: 0;
	border: none;
}
.ps-product:hover {
	border-color: silver;
}
.ps-product:hover .ps-product__thumbnail .ps-product__actions {
	transform: translate(-50%, 0);
}
.ps-product:hover .ps-product__content {
	visibility: hidden;
	opacity: 0;
	height: 0;
}
.ps-product:hover .ps-product__content.hover {
	height: auto;
	visibility: visible;
	opacity: 1;
}
.ps-product:hover.ps-product--inner {
	border: none;
}
.ps-product:hover.ps-product--inner .ps-product__content {
	display: block;
	visibility: visible;
	opacity: 1;
}
@media (max-width: 767px) {
	.ps-product {
		padding: 0;
	}
}
.ps-product--simple .ps-product__vendor {
	display: none;
}
.ps-product--simple .ps-product__content {
	padding-bottom: 10px;
}
.ps-product--simple .ps-product__actions {
	display: none;
}
.ps-product--simple:hover {
	border-color: transparent;
}
.ps-product--simple:hover .ps-product__content {
	display: block;
	visibility: visible;
	opacity: 1;
	height: auto;
}
.ps-product--wide {
	margin-bottom: 40px;
	display: flex;
	flex-flow: row nowrap;
	border: 1px solid transparent;
	border-bottom: 1px solid #f0f0f0;
	padding: 0;
}
.ps-product--wide > * {
	width: 100%;
}
.ps-product--wide .ps-product__price {
	font-size: 18px;
	font-weight: 600;
}
.ps-product--wide .ps-product__vendor {
	text-transform: none;
	font-size: 14px;
	border: none;
}
.ps-product--wide .ps-product__title {
	display: block;
	margin-bottom: 6px;
}
.ps-product--wide .ps-product__title:hover {
	text-decoration: none;
}
.ps-product--wide .ps-product__desc {
	position: relative;
}
.ps-product--wide .ps-product__desc li {
	padding-left: 15px;
	position: relative;
	color: #999999;
	line-height: 1.8em;
}
.ps-product--wide .ps-product__desc li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
	background-color: #999;
}
.ps-product--wide .ps-product__shopping {
	flex-basis: 180px;
}
.ps-product--wide .ps-product__shopping .ps-btn {
	width: 100%;
	text-align: center;
	font-weight: 600;
	padding: 11px 20px;
}
.ps-product--wide .ps-product__shopping .ps-product__actions {
	max-width: 100%;
	align-items: center;
}
.ps-product--wide .ps-product__shopping .ps-product__actions li {
	width: 100%;
	margin-right: 0;
}
.ps-product--wide .ps-product__shopping .ps-product__actions li a {
	width: auto;
	height: auto;
	border-radius: 0;
}
.ps-product--wide .ps-product__shopping .ps-product__actions li a i {
	margin-right: 5px;
}
.ps-product--wide .ps-product__shopping .ps-product__actions li a:hover {
	background-color: transparent;
	color: #fcb800;
}
.ps-product--wide .ps-product__thumbnail {
	min-width: 210px;
	flex-basis: 210px;
}
.ps-product--wide .ps-product__container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 20px;
}
.ps-product--wide:hover {
	border: 1px solid #ccc;
}
.ps-product--wide:hover .ps-product__content {
	display: block;
	height: auto;
	opacity: 1;
	visibility: visible;
}
@media (max-width: 1024px) {
	.ps-product--wide .ps-product__shopping {
		margin-top: 20px;
	}
	.ps-product--wide .ps-product__container {
		flex-flow: row wrap;
	}
}
@media (max-width: 479px) {
	.ps-product--wide {
		flex-flow: row wrap;
	}
	.ps-product--wide .ps-product__thumbnail {
		margin-bottom: 30px;
		max-width: 100%;
	}
}
.ps-product--horizontal {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 30px;
	padding-right: 15px;
}
.ps-product--horizontal .ps-product__rating .br-wrapper {
	display: inline-block;
}
.ps-product--horizontal .ps-product__rating .br-wrapper a {
	font-size: 13px;
	color: #fcb800;
}
.ps-product--horizontal .ps-product__rating span {
	color: #666;
	margin-left: 10px;
}
.ps-product--horizontal .ps-product__title {
	margin: 0;
	padding: 0 0 5px;
	font-size: 14px;
	line-height: 1.2em;
	color: #06c;
}
.ps-product--horizontal .ps-product__title:hover {
	color: #fcb800;
}
.ps-product--horizontal .ps-product__price {
	font-size: 16px;
	color: #000;
}
.ps-product--horizontal .ps-product__price.sale {
	color: #f30;
}
.ps-product--horizontal .ps-product__price.sale del {
	color: #666;
}
.ps-product--horizontal .ps-product__thumbnail {
	max-width: 100px;
	width: 100%;
}
.ps-product--horizontal .ps-product__content {
	width: 100%;
	padding-left: 20px;
}
@media (max-width: 1440px) {
	.ps-product--horizontal .ps-product__content {
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.ps-product--horizontal .ps-product__thumbnail {
		max-width: 75px;
	}
	.ps-product--horizontal .ps-product__content {
		padding-left: 10px;
	}
}
.ps-product--cart {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.ps-product--cart > * {
	flex-basic: 100%;
}
.ps-product--cart .ps-product__thumbnail {
	max-width: 100px;
}
.ps-product--cart .ps-product__content {
	padding-left: 30px;
}
.ps-product--cart .ps-product__content a {
	font-size: 16px;
	color: #0066cc;
}
.ps-product--cart .ps-product__content a:hover {
	color: #fcb800;
}
.ps-product--cart .ps-product__content p strong {
	font-weight: 500;
}
.ps-product--detail {
	margin-bottom: 5rem;
}
.ps-product--detail h1 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #000;
	font-weight: 400;
	line-height: 1.2;
}
.ps-product--detail .slick-slide {
	outline: none;
	-ms-box-shadow: none;
	box-shadow: none;
}
.ps-product--detail .slick-slide:focus,
.ps-product--detail .slick-slide:active,
.ps-product--detail .slick-slide:hover {
	outline: none;
}
.ps-product--detail .ps-product__variants .item {
	margin-bottom: 10px;
	border: 1px solid #d9d9d9;
	cursor: pointer;
}
.ps-product--detail .ps-product__variants .item img {
	opacity: 0.5;
	transition: all 0.4s ease;
}
.ps-product--detail .ps-product__variants .item .ps-video {
	position: relative;
	z-index: 10;
}
.ps-product--detail .ps-product__variants .item .ps-video:before {
	content: '\f04b';
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	z-index: 20;
}
.ps-product--detail .ps-product__variants .item:last-child {
	margin-bottom: 0;
}
.ps-product--detail .ps-product__variants .item.slick-current {
	border-color: #fcb800;
}
.ps-product--detail .ps-product__variants .item.slick-current img {
	opacity: 1;
}
.ps-product--detail .ps-product__variants .item:hover img {
	width: 100%;
	opacity: 1;
}
.ps-product--detail .ps-product__gallery {
	position: relative;
}
.ps-product--detail .ps-product__gallery .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	width: 35px;
	height: 35px;
	color: #000;
	font-size: 18px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	visibility: hidden;
	opacity: 0;
}
.ps-product--detail .ps-product__gallery .slick-arrow i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ps-product--detail .ps-product__gallery .slick-arrow:first-child {
	left: 20px;
}
.ps-product--detail .ps-product__gallery .slick-arrow:last-child {
	right: 10px;
}
.ps-product--detail .ps-product__gallery .slick-arrow:hover {
	background-color: #fcb800;
	color: #fff;
}
.ps-product--detail .ps-product__gallery:hover .item:before {
	visibility: visible;
	opacity: 1;
}
.ps-product--detail .ps-product__gallery:hover .slick-arrow {
	visibility: visible;
	opacity: 1;
}
.ps-product--detail .ps-product__video a {
	vertical-align: middle;
}
.ps-product--detail .ps-product__video a:hover.ps-btn--black {
	background-color: #fcb800;
	border-color: #fcb800;
}
.ps-product--detail .ps-product__video i {
	font-size: 20px;
	font-weight: bold;
	vertical-align: middle;
}
.ps-product--detail .ps-product__badge {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 30;
	padding: 0 5px;
	background-color: #fe9931;
}
.ps-product--detail .ps-product__badge i {
	font-style: normal;
	color: #ffffff;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
}
.ps-product--detail .ps-product__info {
	text-align: left;
}
.ps-product--detail .ps-product__meta {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}
.ps-product--detail .ps-product__meta p {
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 10px;
	padding-right: 10px;
	line-height: 20px;
}
.ps-product--detail .ps-product__meta p a {
	color: #06c;
}
.ps-product--detail .ps-product__meta p:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 14px;
	background-color: #cccccc;
}
.ps-product--detail .ps-product__meta .ps-product__rating {
	display: flex;
	flex-flow: row nowrap;
}
.ps-product--detail .ps-product__meta .ps-product__rating .br-wrapper a {
	font-size: 14px;
}
.ps-product--detail .ps-product__meta .ps-product__rating span {
	margin-left: 10px;
	color: #666;
}
.ps-product--detail .ps-product__price {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
	color: #000;
}
.ps-product--detail .ps-product__price.sale {
	color: #ec0101;
}
.ps-product--detail .ps-product__price.sale del {
	margin-right: 10px;
	font-size: 22px;
	color: #666;
}
.ps-product--detail .ps-product__price del {
	font-style: normal;
	color: #bcbcbc;
	font-size: 1.3rem;
}
.ps-product--detail .ps-product__price.sale del {
	margin-right: 0;
	font-size: 16px;
	font-weight: 500;
}
.ps-product--detail .ps-product__price.sale small {
	font-size: 16px;
	font-weight: 500;
}
.ps-product--detail .ps-product__desc {
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}
.ps-product--detail .ps-product__desc p {
	color: #000;
}
.ps-product--detail .ps-product__desc p a {
	text-transform: uppercase;
	font-weight: 600;
	color: #09c;
	font-size: 16px;
}
.ps-product--detail .ps-product__desc p strong {
	font-weight: 600;
}
.ps-product--detail .ps-product__desc .ps-tag--in-stock {
	font-size: 14px;
}
.ps-product--detail .ps-product__desc .ps-tag--out-stock {
	color: red;
	text-transform: none;
	font-size: 14px;
}
.ps-product--detail .ps-product__desc ul {
	list-style-type: none;
}
.ps-product--detail .ps-product__desc ul li {
	color: #666;
}
.ps-product--detail .ps-product__desc ul li:before {
	top: 6px;
	background-color: #999;
	width: 6px;
	height: 6px;
}
.ps-product--detail .ps-product__shopping {
	display: flex;
	margin-bottom: 3rem;
	padding-bottom: 30px;
	flex-flow: row nowrap;
	align-items: flex-end;
	border-bottom: 1px solid #e1e1e1;
}
.ps-product--detail .ps-product__shopping > * {
	margin-right: 30px;
}
.ps-product--detail .ps-product__shopping figure figcaption {
	margin-bottom: 4px;
}
.ps-product--detail .ps-product__shopping .form-group--number {
	max-width: 115px;
}
.ps-product--detail .ps-product__shopping .form-group--number input {
	border-radius: 0;
	border-color: rgba(0, 0, 0, 0.25);
}
.ps-product--detail .ps-product__shopping .form-group--number i {
	color: rgba(0, 0, 0, 0.25);
}
.ps-product--detail .ps-product__shopping .ps-btn {
	font-weight: 600;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
	max-height: 50px;
	font-size: 18px;
}
.ps-product--detail .ps-product__shopping .ps-btn.ps-btn--black {
	color: #fff;
}
.ps-product--detail .ps-product__shopping .ps-btn--gray {
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
}
.ps-product--detail .ps-product__shopping .ps-product__favorite {
	position: relative;
	display: inline-block;
	margin-right: 0;
	width: 40px;
	height: 40px;
	vertical-align: top;
	border: 1px solid #000;
	border-radius: 50%;
}
.ps-product--detail .ps-product__shopping .ps-product__favorite i {
	padding-top: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ps-product--detail .ps-product__shopping .ps-product__favorite:hover {
	border-color: #fcb800;
}
.ps-product--detail .ps-product__shopping .ps-product__actions {
	margin-right: 0;
}
.ps-product--detail .ps-product__shopping .ps-product__actions a {
	display: inline-block;
	margin-right: 20px;
	font-size: 26px;
	color: #999;
}
.ps-product--detail .ps-product__shopping .ps-product__actions a:last-child {
	margin-right: 0;
}
.ps-product--detail .ps-product__shopping.extend {
	align-items: flex-start;
	flex-flow: column wrap;
}
.ps-product--detail .ps-product__shopping.extend > * {
	margin-right: 0;
}
.ps-product--detail .ps-product__shopping.extend .ps-product__btn-group {
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 420px;
}
.ps-product--detail
	.ps-product__shopping.extend
	.ps-product__btn-group
	.ps-btn {
	min-width: 180px;
	text-align: center;
}
.ps-product--detail .ps-product__shopping.extend > .ps-btn {
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 1365px) {
	.ps-product--detail .ps-product__shopping {
		flex-flow: row wrap;
	}
	.ps-product--detail .ps-product__shopping figure,
	.ps-product--detail .ps-product__shopping .ps-btn {
		margin-right: 10px;
	}
}
@media (max-width: 1679px) {
	.ps-product--detail .ps-product__shopping {
		flex-flow: row wrap;
	}
	.ps-product--detail .ps-product__shopping > * {
		margin-right: 10px;
	}
	.ps-product--detail .ps-product__shopping .ps-btn {
		margin-right: 10px;
		text-align: center;
	}
}
.ps-product--detail .ps-product__links {
	margin-bottom: 3rem;
}
.ps-product--detail .ps-product__links a {
	display: inline-block;
	margin-right: 20px;
	font-weight: 600;
	color: #000;
}
.ps-product--detail .ps-product__links a:hover {
	color: #fcb800;
}
.ps-product--detail .ps-product__specification {
	margin-bottom: 10px;
}
.ps-product--detail .ps-product__specification .report {
	text-decoration: underline;
}
.ps-product--detail .ps-product__specification .in-stock {
	color: #8bc500;
	font-weight: 600;
}
.ps-product--detail .ps-product__specification p {
	color: #000;
	margin-bottom: 0;
}
.ps-product--detail .ps-product__specification p strong {
	font-weight: 400;
	margin-right: 5px;
}
.ps-product--detail .ps-product__specification p a {
	color: #666;
}
.ps-product--detail .ps-product__specification p a:hover {
	color: #fcb800;
}
.ps-product--detail .ps-product__specification p.categories a {
	color: #09c;
}
.ps-product--detail .ps-product__sharing {
	padding-top: 2rem;
	margin-bottom: 0;
}
.ps-product--detail .ps-product__sharing p {
	line-height: 30px;
	color: #000;
	font-weight: 500;
}
.ps-product--detail .ps-product__sharing a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	vertical-align: top;
}
.ps-product--detail .ps-product__sharing a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #ffffff;
}
.ps-product--detail .ps-product__sharing a:last-child {
	margin-right: 0;
}
.ps-product--detail .ps-product__sharing a:hover {
	color: #fff;
	background-color: #fcb800;
}
.ps-product--detail .ps-product__sharing a.facebook {
	background-color: #3b5999;
}
.ps-product--detail .ps-product__sharing a.twitter {
	background-color: #55acee;
}
.ps-product--detail .ps-product__sharing a.google {
	background-color: #dd4b39;
}
.ps-product--detail .ps-product__sharing a.linkedin {
	background-color: #0077b5;
}
.ps-product--detail .ps-product__bundle {
	margin-bottom: 2rem;
}
.ps-product--detail .ps-product__bundle h4 {
	font-weight: 600;
	font-size: 2.1rem;
}
.ps-product--detail .ps-product__bundle .form-group {
	margin-bottom: 15px;
}
.ps-product--detail .ps-product__bundle p {
	margin-bottom: 15px;
}
.ps-product--detail .ps-product__bundle p strong {
	font-weight: 600;
	color: #696969;
}
.ps-product--detail .ps-product__bundle .ps-checkbox {
	margin-bottom: 10px;
}
.ps-product--detail .ps-product__bundle-item p {
	margin-bottom: 0;
}
.ps-product--detail .ps-product__bundle-item img {
	margin-bottom: 10px;
	max-width: 100px;
}
.ps-product--detail .ps-product__bundle-item span {
	padding: 0 5px;
}
@media (max-width: 479px) {
	.ps-product--detail .ps-product__bundle-item img {
		max-width: 50px;
	}
}
.ps-product--detail .ps-product__group img {
	max-width: 80px;
}
.ps-product--detail .ps-product__group .form-group--number {
	min-width: 100px;
}
.ps-product--detail .ps-product__group .form-group--number .form-control {
	border-radius: 0;
}
.ps-product--detail .ps-product__group table tr td {
	padding: 10px;
}
.ps-product--detail .ps-product__group table tr td a {
	color: #000;
}
.ps-product--detail .ps-product__group table tr td a:hover {
	color: #666;
}
.ps-product--detail .ps-product__group table tr td:nth-child(2) {
	min-width: 230px;
}
.ps-product--detail .ps-gallery__item {
	display: block;
}
.ps-product--detail .ps-product__variations {
	margin-bottom: 2rem;
}
.ps-product--detail .ps-product__variations figure {
	margin-bottom: 15px;
}
.ps-product--detail .ps-product__variations figure figcaption {
	margin-bottom: 15px;
	font-size: 14px;
	color: #666;
	font-weight: 400;
}
.ps-product--detail .ps-product__variations figure figcaption strong {
	color: #000;
}
.ps-product--detail .ps-product__progress-bar {
	display: block;
	width: 100%;
}
.ps-product--detail .ps-product__progress-bar .ps-progress__value {
	margin-bottom: 5px;
	position: relative;
	display: block;
	height: 20px;
	background-color: #e4e4e4;
}
.ps-product--detail .ps-product__progress-bar .ps-progress__value > span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 100%;
	background-color: #fcb800;
	width: 50%;
}
.ps-product--detail .ps-product__progress-bar p {
	margin-bottom: 0;
}
.ps-product--detail .ps-product__progress-bar p > b {
	color: #690;
}
.ps-product--detail .ps-product__countdown {
	margin-bottom: 25px;
	padding: 20px;
	background-color: #f4f4f4;
}
.ps-product--detail .ps-product__countdown figure {
	display: flex;
	margin-bottom: 20px;
}
.ps-product--detail .ps-product__countdown figure > * {
	width: 100%;
}
.ps-product--detail .ps-product__countdown figure figcaption {
	max-width: 260px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	padding-right: 20px;
}
.ps-product--detail .ps-product__countdown .ps-countdown li {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin-right: 10px;
	text-align: center;
}
.ps-product--detail .ps-product__countdown .ps-countdown li:after {
	content: ':';
	color: #666;
	font-size: 20px;
	position: absolute;
	top: 35%;
	right: 0;
	font-weight: 600;
	transform: translateY(-50%);
}
.ps-product--detail .ps-product__countdown .ps-countdown li span {
	display: flex;
	margin-bottom: 10px;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	font-size: 30px;
	color: red;
	font-weight: 600;
}
.ps-product--detail .ps-product__countdown .ps-countdown li p {
	margin-bottom: 0;
}
.ps-product--detail .ps-product__countdown .ps-countdown li:last-child {
	margin-right: 0;
}
.ps-product--detail .ps-product__countdown .ps-countdown li:last-child:after {
	display: none;
}
@media (max-width: 1680px) {
	.ps-product--detail .ps-product__countdown figure {
		flex-flow: column wrap;
	}
	.ps-product--detail .ps-product__countdown figure figcaption {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.ps-product--detail .ps-product__countdown figure figcaption {
		font-size: 14px;
		font-weight: 500;
		line-height: 1.6em;
	}
	.ps-product--detail .ps-product__countdown .ps-countdown {
		display: flex;
		max-width: 320px;
		justify-content: space-between;
	}
	.ps-product--detail .ps-product__countdown .ps-countdown li span {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
}
@media (max-width: 479px) {
	.ps-product--detail .ps-product__countdown .ps-countdown li p {
		display: none;
	}
}
.ps-product--detail .ps-product__thumbnail {
	width: 100%;
	display: flex;
	flex-flow: row-reverse nowrap;
	align-content: flex-start;
}
.ps-product--detail .ps-product__thumbnail > * {
	width: 100%;
}
.ps-product--detail .ps-product__thumbnail .ps-product__badge {
	width: auto;
}
.ps-product--detail .ps-product__thumbnail figure {
	position: relative;
	display: block;
	max-width: calc(100% - 60px);
	padding-left: 10px;
}
.ps-product--detail .ps-product__thumbnail .ps-product__variants {
	max-width: 60px;
	width: 100%;
	min-width: 60px;
}
.ps-product--detail .ps-product__thumbnail .ps-product__video {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 20;
}
.ps-product--detail .ps-product__thumbnail .ps-wrapper {
	position: relative;
}
.ps-product--detail .ps-product__heading {
	margin-bottom: 40px;
	margin-top: 10px;
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	border-bottom: 1px solid #e1e1e1;
}
.ps-product--detail .ps-product__thumbnail[data-vertical='false'] {
	flex-flow: row wrap;
}
.ps-product--detail .ps-product__thumbnail[data-vertical='false'] figure {
	max-width: 100%;
	padding-left: 0;
}
.ps-product--detail
	.ps-product__thumbnail[data-vertical='false']
	.ps-product__variants {
	max-width: 100%;
	text-align: center;
	width: 100%;
}
.ps-product--detail
	.ps-product__thumbnail[data-vertical='false']
	.ps-product__variants
	.item {
	margin-bottom: 0;
	margin-right: 10px;
}
.ps-product--detail
	.ps-product__thumbnail[data-vertical='false']
	.ps-product__variants
	.item.slick-active:last-child {
	margin-right: 0;
}
.ps-product--detail
	.ps-product__thumbnail[data-vertical='false']
	.ps-product__variants
	.slick-list {
	margin-right: -10px;
}
.ps-product--detail
	.ps-product__thumbnail[data-vertical='false']
	.ps-product__variants
	.slick-arrow {
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.ps-product--detail
	.ps-product__thumbnail[data-vertical='false']
	.ps-product__variants
	.slick-arrow:first-child {
	left: -20px;
}
.ps-product--detail
	.ps-product__thumbnail[data-vertical='false']
	.ps-product__variants
	.slick-arrow:first-child
	i:before {
	content: '\f104';
}
.ps-product--detail
	.ps-product__thumbnail[data-vertical='false']
	.ps-product__variants
	.slick-arrow:last-child {
	right: 0px;
}
.ps-product--detail
	.ps-product__thumbnail[data-vertical='false']
	.ps-product__variants
	.slick-arrow:last-child
	i:before {
	content: '\f105';
}
.ps-product--detail
	.ps-product__thumbnail[data-vertical='false']
	.ps-product__variants
	.slick-arrow:hover
	i {
	color: #000;
}
.ps-product--detail
	.ps-product__thumbnail[data-vertical='false']
	.ps-product__gallery {
	margin-bottom: 10px;
}
.ps-product--detail
	.ps-product__thumbnail[data-vertical='false']
	.ps-product__gallery
	img {
	width: 100%;
}
.ps-product--detail .ps-product__header {
	display: flex;
	flex-flow: row nowrap;
}
.ps-product--detail .ps-product__header > * {
	width: 100%;
}
.ps-product--detail .ps-product__header .ps-product__thumbnail {
	max-width: 43%;
}
.ps-product--detail .ps-product__header .ps-product__info {
	max-width: 57%;
	padding-left: 30px;
}
.ps-product--detail > .ps-product__content {
	padding-top: 100px;
}
.ps-product--detail .ps-tab-list {
	position: relative;
	display: block;
	margin: 0 0 50px;
	padding-left: 0;
	border-bottom: 1px solid #e1e1e1;
}
.ps-product--detail .ps-tab-list li {
	display: inline-block;
}
.ps-product--detail .ps-tab-list li a {
	position: relative;
	display: block;
	color: #999999;
	font-size: 20px;
	padding: 15px 20px;
	line-height: 20px;
	font-weight: 600;
}
.ps-product--detail .ps-tab-list li a:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fcb800;
	transform: scale3d(0, 1, 1);
	transform-origin: 100% 50%;
	transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}
.ps-product--detail .ps-tab-list li a:hover {
	color: #000;
}
.ps-product--detail .ps-tab-list li a:hover:before {
	transform: scale3d(1, 1, 1);
	transform-origin: 0 50%;
}
.ps-product--detail .ps-tab-list li:last-child {
	margin-right: 0;
}
.ps-product--detail .ps-tab-list li.active a {
	color: #000;
	border-color: #000;
}
.ps-product--detail .ps-tab-list li.active a:before {
	transform: scale3d(1, 1, 1);
	transform-origin: 0 50%;
}
.ps-product--detail .ps-tab p {
	margin-bottom: 25px;
}
.ps-product--detail .ps-product .ps-product__price {
	font-size: 16px;
	font-weight: 400;
}
.ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail {
	flex-flow: row nowrap;
}
.ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail figure {
	padding-left: 0;
	padding-right: 10px;
}
@media (max-width: 1199px) {
	.ps-product--detail .ps-product__thumbnail {
		flex-flow: column wrap;
	}
	.ps-product--detail .ps-product__thumbnail figure {
		margin-bottom: 30px;
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
	.ps-product--detail .ps-product__thumbnail .ps-product__variants {
		position: relative;
		padding: 0 40px;
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.ps-product--detail .ps-product__thumbnail .ps-product__variants .item {
		border: none;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.ps-product--detail
		.ps-product__thumbnail
		.ps-product__variants
		.slick-arrow {
		display: inline-block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		font-size: 16px;
	}
	.ps-product--detail
		.ps-product__thumbnail
		.ps-product__variants
		.slick-arrow:first-child {
		left: 0;
	}
	.ps-product--detail
		.ps-product__thumbnail
		.ps-product__variants
		.slick-arrow:last-child {
		right: 0;
	}
	.ps-product--detail.ps-product--thumbnail-right .ps-product__thumbnail {
		flex-flow: row wrap;
	}
	.ps-product--detail.ps-product--thumbnail-right
		.ps-product__thumbnail
		figure {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 991px) {
	.ps-product--detail .ps-product__header .ps-product__thumbnail {
		padding-right: 0;
	}
	.ps-product--detail .ps-product__header .ps-product__info {
		padding-left: 3rem;
	}
	.ps-product--detail .ps-product__shopping .form-group--number {
		max-width: 100px;
	}
	.ps-product--detail .ps-product__thumbnail {
		padding-right: 0;
	}
	.ps-product--detail > .ps-product__content {
		padding-top: 75px;
	}
	.ps-product--detail > .ps-product__content .tab-list li {
		margin-right: 3rem;
	}
	.ps-product--detail > .ps-product__content .tab-list li a {
		font-size: 1.4rem;
	}
}
@media (max-width: 767px) {
	.ps-product--detail .ps-product__header {
		flex-flow: column wrap;
	}
	.ps-product--detail .ps-product__header .ps-product__thumbnail {
		max-width: 100%;
		margin-bottom: 3rem;
	}
	.ps-product--detail .ps-product__header .ps-product__info {
		width: 100%;
		padding-left: 0;
		max-width: 100%;
	}
	.ps-product--detail h1 {
		font-size: 2.4rem;
	}
	.ps-product--detail .ps-product__sharing {
		text-align: left;
	}
	.ps-product--detail > .ps-product__content {
		padding-top: 50px;
	}
	.ps-product--detail > .ps-product__content .ps-tab-list li {
		display: block;
		margin-right: 0;
	}
	.ps-product--detail > .ps-product__content .ps-tab-list li a {
		display: block;
		padding: 5px 0;
		font-size: 18px;
	}
	.ps-product--detail > .ps-product__content .ps-tab-list li a:before {
		display: none;
	}
}
@media (max-width: 479px) {
	.ps-product--detail .ps-product__meta p {
		float: none;
		margin-bottom: 1rem;
	}
	.ps-product--detail .ps-product__meta > a {
		display: block;
		float: none;
		padding-left: 0;
	}
	.ps-product--detail .ps-product__shopping {
		display: block;
	}
	.ps-product--detail .ps-product__shopping figure {
		width: 100%;
	}
	.ps-product--detail .ps-product__shopping figure .form-group--number {
		width: 100%;
		max-width: 100%;
	}
	.ps-product--detail .ps-product__shopping .ps-btn {
		width: 100%;
		margin-right: 0;
	}
}
@media (max-width: 375px) {
	.ps-product--detail .ps-product__shopping .ps-form--number {
		max-width: 100%;
		width: 100%;
		margin-bottom: 1rem;
	}
	.ps-product--detail .ps-product__shopping .ps-btn {
		padding-left: 20px;
		padding-right: 20px;
	}
	.ps-product--detail .ps-product__shopping button {
		width: 100%;
	}
}
.ps-product--hot-deal .ps-product__thumbnail .ps-product__variants {
	max-width: 52px;
	min-width: 52px;
}
.ps-product--hot-deal .ps-product__thumbnail .ps-product__variants .item {
	border: 1px solid #ccc;
}
.ps-product--hot-deal .ps-product__thumbnail .ps-product__variants .item img {
	opacity: 1;
}
.ps-product--hot-deal
	.ps-product__thumbnail
	.ps-product__variants
	.item.slick-current {
	border-color: #dd2400;
}
.ps-product--hot-deal .ps-product__thumbnail > figure {
	padding-left: 20px;
	max-width: calc(100% - 52px);
}
.ps-product--hot-deal .ps-product__badge {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #96b101;
}
.ps-product--hot-deal .ps-product__badge span {
	font-weight: 500;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.2em;
}
.ps-product--hot-deal .ps-product__info h5 {
	font-size: 12px;
	margin-bottom: 7px;
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
}
.ps-product--hot-deal .ps-product__info .ps-product__name {
	font-weight: 600;
	color: #000;
	font-size: 18px;
}
.ps-product--hot-deal .ps-product__price {
	margin-bottom: 10px;
}
.ps-product--hot-deal .ps-product__processs-bar .ps-progress {
	margin-bottom: 10px;
	height: 17px;
	background: #e4e4e4;
}
.ps-product--hot-deal .ps-product__processs-bar .ps-progress span {
	background-color: #dd2400;
}
.ps-product--hot-deal .ps-product__processs-bar p strong {
	color: #690;
}
.ps-product--hot-deal .ps-product__meta {
	border-bottom: none;
	display: block;
}
.ps-product--hot-deal .ps-product__meta a {
	color: #0066cc;
}
.ps-product--hot-deal .ps-product__expires {
	border-top: 1px solid #e4e4e4;
	padding-top: 20px;
}
.ps-product--hot-deal .ps-product__expires p {
	margin-bottom: 0;
	line-height: 1.8em;
	color: #000;
}
.ps-product--hot-deal .ps-product__expires .ps-countdown {
	margin-bottom: 10px;
}
.ps-product--hot-deal .ps-product__specification p {
	margin-right: 0;
	padding-right: 0;
}
.ps-product--hot-deal .ps-product__specification p:after {
	display: none;
}
.ps-product--hot-deal .ps-countdown {
	display: flex;
	flex-flow: row nowrap;
}
.ps-product--hot-deal .ps-countdown li {
	position: relative;
	padding-right: 30px;
	text-align: center;
}
.ps-product--hot-deal .ps-countdown li:after {
	content: ':';
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 25px;
	color: #999999;
}
.ps-product--hot-deal .ps-countdown li span {
	display: inline-block;
	margin-bottom: 10px;
	width: 56px;
	height: 56px;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #dd2400;
	font-weight: 600;
	font-size: 20px;
}
.ps-product--hot-deal .ps-countdown li:last-child {
	padding-right: 0;
}
.ps-product--hot-deal .ps-countdown li:last-child:after {
	display: none;
}
.ps-product--hot-deal .ps-product__header .ps-product__thumbnail {
	padding-right: 0;
}
.ps-product--hot-deal .ps-product__header .ps-product__info {
	padding-left: 30px;
}
@media (max-width: 1199px) {
	.ps-product--hot-deal .ps-product__thumbnail .ps-product__variants {
		min-width: 100%;
		max-width: 100%;
	}
	.ps-product--hot-deal .ps-product__thumbnail figure {
		max-width: 100%;
		padding-left: 0;
	}
}
@media (max-width: 991px) {
	.ps-product--hot-deal .ps-product__header .ps-product__info {
		padding-left: 10px;
	}
	.ps-product--hot-deal .ps-countdown li span {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
}
@media (max-width: 479px) {
	.ps-product--hot-deal .ps-product__name {
		font-size: 16px;
	}
	.ps-product--hot-deal .ps-product__expires > p {
		margin-bottom: 10px;
	}
	.ps-product--hot-deal .ps-countdown li:after {
		top: 0;
		font-size: 20px;
	}
	.ps-product--hot-deal .ps-countdown li span {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
	.ps-product--hot-deal .ps-countdown p {
		font-size: 10px;
	}
}
.ps-product--full-content .ps-product__price-right {
	padding: 30px;
	background-color: #f1f1f1;
}
.ps-product--full-content .ps-product__price-right .ps-product__shopping {
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.ps-product--full-content .ps-product__price-right .ps-product__shopping > * {
	margin-right: 0;
}
.ps-product--full-content
	.ps-product__price-right
	.ps-product__shopping
	figure {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}
.ps-product--full-content
	.ps-product__price-right
	.ps-product__shopping
	figure
	.form-group--number {
	max-width: 100%;
}
.ps-product--full-content
	.ps-product__price-right
	.ps-product__shopping
	figure
	.form-group--number
	input {
	background-color: #ffffff;
}
.ps-product--full-content
	.ps-product__price-right
	.ps-product__shopping
	.ps-btn {
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.ps-product--full-content .ps-product__price-right .ps-product__actions {
	border: none;
}
.ps-product--full-content .ps-product__price-right .ps-product__actions a {
	display: block;
	margin-right: 0;
	font-size: 14px;
	text-align: center;
	color: #666;
}
.ps-product--full-content
	.ps-product__price-right
	.ps-product__actions
	a:hover {
	color: #000;
}
.ps-product--full-content .ps-product__top {
	display: flex;
	flex-flow: row nowrap;
}
.ps-product--full-content .ps-product__top .ps-product__header {
	max-width: calc(100% - 270px);
	padding-right: 30px;
}
.ps-product--full-content .ps-product__top .ps-product__price-right {
	width: 100%;
	max-width: 270px;
}
@media (max-width: 991px) {
	.ps-product--full-content .ps-product__top {
		flex-direction: column;
	}
	.ps-product--full-content .ps-product__top .ps-product__header {
		margin-bottom: 30px;
		max-width: 100%;
	}
	.ps-product--full-content .ps-product__top .ps-product__price-right {
		max-width: 100%;
	}
}
.ps-product--box .ps-product__box {
	background-color: #fff;
	padding: 30px 20px;
}
.ps-product--cart-mobile {
	display: flex;
	flex-flow: row nowrap;
}
.ps-product--cart-mobile > * {
	width: 100%;
}
.ps-product--cart-mobile .ps-product__thumbnail {
	max-width: 56px;
}
.ps-product--cart-mobile .ps-product__content {
	position: relative;
	padding-right: 30px;
	padding-left: 20px;
}
.ps-product--cart-mobile .ps-product__content .ps-product__remove {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	color: #666;
}
.ps-product--cart-mobile .ps-product__content a {
	color: #06c;
}
.ps-product--cart-mobile .ps-product__content a:hover {
	color: #fcb800;
}
.ps-product--cart-mobile .ps-product__content p strong {
	color: #000;
	font-weight: 500;
}
.ps-product--cart-mobile .ps-product__content small {
	font-size: 14px;
	color: #000;
}
.ps-product--photo {
	position: relative;
	overflow: hidden;
}
.ps-product--photo > a {
	display: block;
}
.ps-product--photo > a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.05);
	background-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.05) 0%,
		rgba(0, 0, 0, 0.9)
	);
	transition: all 0.4s ease;
	visibility: hidden;
	opacity: 0;
}
.ps-product--photo .ps-product__actions {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	max-width: 200px;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.ps-product--photo .ps-product__actions li {
	margin-right: 10px;
}
.ps-product--photo .ps-product__actions li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: #ffffff;
}
.ps-product--photo .ps-product__actions li a:hover {
	background-color: #c81919;
	color: #ffffff;
}
.ps-product--photo .ps-product__actions:last-child {
	margin-right: 0;
}
.ps-product--photo .ps-product__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 30px;
	z-index: 20;
	transform: translateY(100%);
	transition: all 0.4s ease;
	visibility: hidden;
	opacity: 0;
}
.ps-product--photo .ps-product__content span {
	color: #fff;
}
.ps-product--photo:hover > a:before {
	visibility: visible;
	opacity: 1;
}
.ps-product--photo:hover .ps-product__content {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.ps-product--header-sticky {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.ps-product--header-sticky > * {
	flex-basis: 100%;
}
.ps-product--header-sticky .ps-product__title {
	display: block;
	line-height: 1.4em;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	margin: 0 0 5px;
}
.ps-product--header-sticky .ps-tab-list li {
	display: inline-block;
	margin-right: 20px;
}
.ps-product--header-sticky .ps-tab-list li a {
	font-weight: 600;
	color: #666;
}
.ps-product--header-sticky .ps-tab-list li a:hover {
	color: #fcb800;
}
.ps-product--header-sticky .ps-tab-list li.active a {
	color: #fcb800;
}
.ps-product--header-sticky .ps-tab-list li:last-child {
	margin-right: 0;
}
.ps-product--header-sticky .ps-product__price span {
	font-size: 22px;
	color: #f30;
	font-weight: 600;
}
.ps-product--header-sticky .ps-product__price del {
	display: block;
	color: #666;
	font-size: 14px;
}
.ps-product--header-sticky .ps-product__thumbnail {
	max-width: 60px;
}
.ps-product--header-sticky .ps-product__shopping {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.ps-product--header-sticky .ps-product__shopping .ps-product__price {
	padding-right: 30px;
}
.ps-product--header-sticky .ps-product__shopping .ps-btn {
	padding: 10px 30px;
}
.ps-product--header-sticky .ps-product__wrapper {
	padding-left: 20px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.ps-product--quickview {
	display: none;
	margin-bottom: 0;
	max-height: 500px;
	overflow: auto;
}
.ps-product--quickview .owl-slider img {
	width: 100%;
	overflow: hidden;
}
.ps-product--quickview .owl-slider .owl-nav .owl-prev {
	margin-left: 0;
}
.ps-product--quickview .owl-slider .owl-nav .owl-next {
	margin-right: 0;
}
.ps-product--quickview .ps-product__images {
	position: relative;
}
.ps-product--quickview .ps-product__images .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	width: 35px;
	height: 35px;
	color: #000;
	font-size: 18px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	visibility: hidden;
	opacity: 0;
}
.ps-product--quickview .ps-product__images .slick-arrow i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ps-product--quickview .ps-product__images .slick-arrow:first-child {
	left: 20px;
}
.ps-product--quickview .ps-product__images .slick-arrow:last-child {
	right: 10px;
}
.ps-product--quickview .ps-product__images .slick-arrow:hover {
	background-color: #fcb800;
	color: #fff;
}
.ps-product--quickview .ps-product__images:hover .item:before {
	visibility: visible;
	opacity: 1;
}
.ps-product--quickview .ps-product__images:hover .slick-arrow {
	visibility: visible;
	opacity: 1;
}
.ps-product--quickview .ps-product__shopping {
	border-bottom: 0;
	padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
	.ps-product--quickview {
		display: block;
	}
}
.ps-product--search-result {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border: none;
}
.ps-product--search-result > * {
	flex-basis: 100%;
}
.ps-product--search-result .ps-product__title {
	padding-bottom: 0;
	margin-bottom: 0;
}
.ps-product--search-result .ps-product__price {
	font-size: 12px;
	margin-bottom: 0;
}
.ps-product--search-result .ps-product__thumbnail {
	max-width: 60px;
	min-width: 60px;
}
.ps-product--search-result .ps-product__content {
	padding-left: 30px;
}
.ps-product--search-result:hover {
	border: none;
}
@media (max-width: 479px) {
	.ps-product--search-result {
		flex-flow: row nowrap;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #eaeaea;
	}
	.ps-product--search-result .ps-product__thumbnail {
		margin-bottom: 0;
	}
	.ps-product--search-result .ps-product__content {
		padding-left: 10px;
	}
}
.lg-backdrop {
	z-index: 10001;
}
.lg-outer {
	z-index: 10002;
}
#product-quickview .modal-dialog {
	max-width: 960px;
}
#product-quickview .modal-dialog .modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}
#product-quickview .modal-dialog .modal-content {
	position: relative;
	padding: 40px 0 0 20px;
}
.ps-product--medicine .ps-product__container {
	position: relative;
}
.ps-product--medicine .ps-product__add-to-cart {
	visibility: hidden;
	opacity: 0;
	padding-bottom: 20px;
}
.ps-product--medicine .ps-product__add-to-cart .ps-btn {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 500;
	color: #fff;
	background-color: #28afb1;
}
.ps-product--medicine .ps-product__add-to-cart .ps-btn:hover {
	background-color: #239a9c;
	color: #fff !important;
}
.ps-product--medicine .ps-product__progress-bar .ps-progress__value > span {
	background-color: #28afb1;
}
.ps-product--medicine:hover {
	border-bottom: 1px solid silver;
}
.ps-product--medicine:hover .ps-product__add-to-cart {
	visibility: visible;
	opacity: 1;
}
.ps-product--medicine:hover .ps-product__content {
	display: block;
	height: auto;
	visibility: visible;
	opacity: 1;
}
.ps-banner {
	position: relative;
}
.ps-banner .ps-banner__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.ps-banner--1 {
	position: relative;
}
.ps-banner--1 p {
	color: #0099cc;
	font-size: 16px;
}
.ps-banner--1 h4 {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 500;
	color: #000;
	line-height: 1.1em;
}
.ps-banner--1 h4 strong {
	color: #669900;
}
.ps-banner--1 .ps-btn {
	padding: 11px 24px;
	font-weight: 600;
}
.ps-banner--1 .ps-banner__content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	padding: 0 240px;
}
@media (max-width: 1680px) {
	.ps-banner--1 .ps-banner__content {
		padding: 0 50px;
	}
}
.ps-filter {
	margin-bottom: 50px;
}
.ps-filter__header::after {
	clear: both;
	content: '';
	display: table;
}
.ps-filter__header .form-group {
	display: inline-block;
	margin-right: 8rem;
	margin-bottom: 0;
}
.ps-filter__header .form-group label {
	margin-right: 3rem;
	margin-bottom: 0;
	vertical-align: middle;
}
.ps-filter__header .form-group .ps-select {
	min-width: 150px;
	vertical-align: middle;
}
.ps-filter__header .form-group .ps-select .selectize-input {
	position: relative;
	vertical-align: top;
	padding: 10px 15px;
	border: none;
	outline: none;
	box-shadow: none;
}
.ps-filter__header .form-group .ps-select .selectize-dropdown {
	cursor: pointer;
}
.ps-filter__header figure {
	float: right;
}
.ps-filter__header figure .ps-pagination {
	display: inline-block;
}
.ps-filter__header figure .ps-pagination p {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	margin-right: 30px;
}
.ps-filter__header figure .ps-pagination .pagination {
	vertical-align: middle;
}
.ps-filter__header figure .ps-pagination .pagination li a {
	width: 40px;
	line-height: 40px;
}
.ps-filter__trigger {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.ps-filter__trigger > p {
	display: inline-block;
	margin-bottom: 0;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 40px;
	color: #000;
}
.ps-filter__trigger i {
	color: #999999;
}
.ps-filter__icon {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	vertical-align: top;
}
.ps-filter__icon span,
.ps-filter__icon:before,
.ps-filter__icon:after {
	position: absolute;
	right: 10px;
	height: 2px;
	width: 20px;
	background-color: #303030;
	z-index: 100;
	transition: all 0.4s ease;
}
.ps-filter__icon span {
	top: 50%;
	transform: translateY(-50%);
}
.ps-filter__icon:before,
.ps-filter__icon:after {
	content: '';
}
.ps-filter__icon:before {
	top: 12px;
}
.ps-filter__icon:after {
	bottom: 12px;
}
.ps-filter__icon:hover {
	cursor: pointer;
}
.ps-filter__icon.active span {
	transform: translateX(100%);
	visibility: hidden;
	opacity: 0;
}
.ps-filter__icon.active:before,
.ps-filter__icon.active:after {
	top: 50%;
	bottom: auto;
	width: 20px;
	transform-origin: 50% 50%;
	background-color: #fc354c;
}
.ps-filter__icon.active:before {
	transform: rotate(45deg);
}
.ps-filter__icon.active:after {
	transform: rotate(-45deg);
}
.ps-filter__result {
	text-align: right;
}
.ps-filter__result p {
	margin-bottom: 0;
	line-height: 40px;
}
.ps-filter__content {
	display: none;
	padding: 0;
}
.ps-filter__content::after {
	clear: both;
	content: '';
	display: table;
}
.ps-filter__column {
	float: left;
	width: 25%;
	padding: 0 15px;
}
.ps-filter__column > h3 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 1.8rem;
	color: #333;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: none;
}
.ps-filter__column > h3:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: #c3c3c3;
}
.ps-filter.active .ps-filter__content {
	display: block;
}
@media (max-width: 991px) {
	.ps-filter__column {
		width: 50%;
		max-width: 300px;
	}
}
@media (max-width: 767px) {
	.ps-filter__result {
		text-align: left;
	}
}
@media (max-width: 479px) {
	.ps-filter__column {
		width: 100%;
		max-width: 300px;
	}
}
.ps-filter--sidebar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 460px;
	height: 100vh;
	overflow-y: auto;
	z-index: 99999;
	background-color: #fff;
	transform: translateX(-100%);
	transform: translateX(-100%);
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.ps-filter--sidebar .ps-filter__header {
	position: relative;
	padding: 15px 20px;
	background-color: #f5f5f5;
}
.ps-filter--sidebar .ps-filter__header h3 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 20px;
	text-transform: capitalize;
}
.ps-filter--sidebar .ps-filter__header .ps-btn--close {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
.ps-filter--sidebar .ps-filter__header .ps-btn--close:before,
.ps-filter--sidebar .ps-filter__header .ps-btn--close:after {
	background-color: #000;
}
.ps-filter--sidebar .ps-filter__content {
	display: block;
	padding: 2rem;
}
.ps-filter--sidebar .widget_shop {
	background-color: #ffffff;
	padding: 0;
}
.ps-filter--sidebar .widget_shop .widget-title {
	padding-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
}
.ps-filter--sidebar .widget_shop .widget-title:before {
	display: none;
}
.ps-filter--sidebar .widget_shop .form-group--select .form-control {
	border-radius: 0;
}
.ps-filter--sidebar .widget_shop.widget_filter {
	text-align: center;
}
.ps-filter--sidebar .widget_shop.widget_filter .widget-title {
	text-align: left;
}
.ps-filter--sidebar .widget_shop.widget_filter .ps-slider {
	margin-bottom: 2rem;
}
.ps-filter--sidebar .widget_shop.widget_filter .ps-btn--black {
	padding: 8px 35px;
	font-weight: 600;
	text-transform: none;
}
.ps-filter--sidebar.active {
	transform: translateX(0);
}
.ps-filter--shopping {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 3rem 0 0;
}
.ps-filter--shopping .ps-filter__trigger {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	vertical-align: top;
}
.ps-filter--shopping .ps-filter__trigger i {
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ps-filter--shopping .ps-filter__column-switch a {
	display: inline-block;
	height: 26px;
	border: 1px solid #878787;
	margin-right: 20px;
}
.ps-filter--shopping .ps-filter__column-switch a:before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 10px;
	height: 20px;
	background-color: #878787;
	transition: all 0.3s;
}
.ps-filter--shopping .ps-filter__column-switch a.two {
	width: 29px;
}
.ps-filter--shopping .ps-filter__column-switch a.two:before {
	box-shadow: 13px 0 0 #878787, 13px 0 0 #878787;
}
.ps-filter--shopping .ps-filter__column-switch a.two:hover:before,
.ps-filter--shopping .ps-filter__column-switch a.two.active:before {
	box-shadow: 13px 0 0 #222, 13px 0 0 #222;
}
.ps-filter--shopping .ps-filter__column-switch a.three {
	width: 42px;
}
.ps-filter--shopping .ps-filter__column-switch a.three:before {
	box-shadow: 13px 0 0 #878787, 26px 0 0 #878787;
}
.ps-filter--shopping .ps-filter__column-switch a.three:hover:before,
.ps-filter--shopping .ps-filter__column-switch a.three.active:before {
	box-shadow: 13px 0 0 #222, 26px 0 0 #222;
}
.ps-filter--shopping .ps-filter__column-switch a.four {
	width: 55px;
}
.ps-filter--shopping .ps-filter__column-switch a.four:before {
	box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787;
}
.ps-filter--shopping .ps-filter__column-switch a.four:hover:before,
.ps-filter--shopping .ps-filter__column-switch a.four.active:before {
	box-shadow: 13px 0 0 #222, 26px 0 0 #222, 39px 0 0 #222;
}
.ps-filter--shopping .ps-filter__column-switch a.six {
	width: 81px;
}
.ps-filter--shopping .ps-filter__column-switch a.six:before {
	box-shadow: 13px 0 0 #878787, 26px 0 0 #878787, 39px 0 0 #878787,
		52px 0 0 #878787, 65px 0 0 #878787;
}
.ps-filter--shopping .ps-filter__column-switch a.six:hover:before,
.ps-filter--shopping .ps-filter__column-switch a.six.active:before {
	box-shadow: 13px 0 0 #222, 26px 0 0 #222, 39px 0 0 #222, 52px 0 0 #222,
		65px 0 0 #222;
}
.ps-filter--shopping .ps-filter__column-switch a.active {
	border-color: #222;
}
.ps-filter--shopping .ps-filter__column-switch a.active:before {
	background-color: #222222;
}
.ps-filter--shopping .ps-filter__column-switch a:hover {
	border-color: #222;
}
.ps-filter--shopping .ps-filter__column-switch a:hover:before {
	background-color: #222222;
}
.ps-filter--shopping .ps-filter__column-switch a:last-child {
	margin-right: 0;
}
@media (max-width: 767px) {
	.ps-filter--shopping .ps-filter__column-switch {
		display: none;
	}
}
#shop-filter-lastest a {
	padding: 10px 20px;
	font-size: 16px;
}
@media (min-width: 1200px) {
	.table-responsive {
		overflow-x: initial;
	}
}
.ps-table thead > tr > th {
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #515356;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}
.ps-table tbody > tr > td {
	vertical-align: middle;
	padding: 20px 30px;
	border: 1px solid #ddd;
	color: #666;
}
@media (max-width: 767px) {
	.ps-table--responsive {
		border: none;
		max-width: 100vw;
	}
	.ps-table--responsive .ps-product--cart {
		flex-flow: column nowrap;
		align-items: flex-end;
		margin-left: 30px;
	}
	.ps-table--responsive .ps-product--cart .ps-product__thumbnail {
		display: none;
	}
	.ps-table--responsive .ps-product--cart .ps-product__content {
		padding-left: 0;
	}
	.ps-table--responsive thead {
		display: none;
	}
	.ps-table--responsive tbody {
		display: block;
	}
	.ps-table--responsive tbody tr {
		display: block;
		margin-bottom: 10px;
		border: 1px solid #ddd;
	}
	.ps-table--responsive tbody tr td[data-label] {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border: none;
		text-transform: capitalize;
		border-top: 1px solid #ddd;
		min-width: 100px;
	}
	.ps-table--responsive tbody tr td[data-label]:before {
		content: attr(data-label) ':';
		font-weight: 600;
	}
	.ps-table--responsive tbody tr td[data-label]:first-child {
		border-top: none;
	}
}
.ps-table--specification tbody tr td:first-child {
	background-color: #f4f4f4;
	font-weight: 500;
	color: #000;
	width: 150px !important;
}
.ps-table--specification tbody tr td:last-child {
	width: auto !important;
}
.ps-table--faqs {
	background-color: #fff;
}
.ps-table--faqs h4 {
	color: #fcb800;
}
.ps-table--faqs tr td {
	border: none;
	padding: 30px 15px;
}
.ps-table--faqs tr td.question {
	color: #000;
	font-size: 16px;
	width: 300px;
	font-weight: 500;
}
.ps-table--faqs tr td.heading {
	width: 270px;
}
.ps-table--compare {
	table-layout: fixed;
}
.ps-table--compare tbody tr td {
	padding: 20px 30px;
}
.ps-table--compare tbody tr td .price.sale {
	color: #ec0101;
}
.ps-table--compare tbody tr td .price.sale del {
	color: #000;
}
.ps-table--compare tbody tr td .ps-btn {
	width: 100%;
	text-align: center;
}
.ps-table--compare tbody tr td .in-stock {
	color: #89aa01;
	font-weight: 600;
}
.ps-table--compare tbody tr td .out-stock {
	font-weight: 600;
}
.ps-table--compare tbody tr td .sold-by {
	text-decoration: underline;
	color: #0066cc;
}
.ps-table--compare tbody tr td .sold-by:hover {
	color: #fcb800;
}
.ps-table--compare tbody tr td.heading {
	color: #000000;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	background-color: #f4f4f4;
}
@media (max-width: 1199px) {
	.ps-table--compare {
		table-layout: initial;
	}
}
.ps-table--whishlist thead tr th {
	background-color: #f2f2f2;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	font-weight: 600;
}
.ps-table--whishlist thead tr th:nth-child(2) {
	text-align: left;
}
.ps-table--whishlist tbody tr td {
	padding: 30px 10px;
	vertical-align: middle;
	font-size: 16px;
}
.ps-table--whishlist tbody tr td:last-child {
	text-align: right;
}
@media (max-width: 991px) {
	.ps-table--whishlist tbody tr td:first-child {
		max-width: 50px;
		min-width: 50px;
		text-align: center;
	}
	.ps-product--cart .ps-product__content {
		padding-left: 15px;
	}
	.ps-table--whishlist tbody tr td:nth-child(2) {
		min-width: 300px;
	}
}
.ps-table--shopping-cart thead tr th {
	padding: 15px 20px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	font-weight: 600;
	background-color: #f2f2f2;
	border: none;
}
.ps-table--shopping-cart thead tr th:first-child {
	text-align: left;
}
.ps-table--shopping-cart tbody tr td {
	padding: 20px 10px;
	vertical-align: middle;
	font-size: 16px;
}
.ps-table--shopping-cart tbody tr td .form-group--number {
	max-width: 100px;
	display: inline-block;
}
.ps-table--shopping-cart tbody tr td .form-group--number input {
	border-radius: 0;
}
.ps-table--shopping-cart tbody tr td .ps-product--cart {
	max-width: 500px;
}
.ps-table--shopping-cart tbody tr td:last-child {
	text-align: right;
}
.ps-table--shopping-cart tbody tr td:last-child a {
	font-size: 20px;
}
.ps-table--product-groupped .ps-tag--out-stock {
	color: red;
	font-weight: 500;
}
.ps-table--product-groupped .ps-btn {
	padding: 15px 20px;
	border-radius: 0;
}
.ps-table--product-groupped .title {
	font-size: 16px;
}
.ps-table--product-groupped tbody tr {
	vertical-align: middle;
}
.ps-table--product-groupped tbody tr td {
	border: none;
	vertical-align: middle;
}
.ps-table--product-groupped tbody tr td:first-child {
	width: 150px;
}
@media (max-width: 767px) {
	.ps-table--product-groupped .title {
		font-size: 14px;
	}
	.ps-table--product-groupped tbody tr td {
		min-width: 200px;
	}
}
@media (max-width: 1680px) {
	.ps-table--product-groupped .ps-tag--out-stock span {
		display: block;
	}
}
.ps-table--vendor thead tr th {
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	background-color: #f4f4f4;
}
.ps-table--vendor tbody tr td {
	padding: 8px 16px;
	color: #000;
}
.ps-table--vendor tbody tr td a {
	color: #000;
	color: #0066cc;
}
.ps-table--vendor tbody tr td a:hover {
	color: #fcb800;
}
.ps-table--vendor tbody tr td strong {
	text-transform: uppercase;
	color: #000;
}
.ps-table--vendor-status tbody tr td {
	color: #000;
}
.ps-table--vendor-status tbody tr td strong {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}
.ps-table--vendor-status tbody tr td:first-child {
	background-color: #f4f4f4;
}
.ps-table--notification tbody tr td:first-child {
	max-width: 250px;
	width: 50%;
}
.ps-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #fff;
	flex-flow: row nowrap;
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}
.ps-loading__content {
	height: 100vh;
	display: flex;
	flex-flow: row nowrap;
}
.ps-loading__content > * {
	display: block;
	width: 25%;
	transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1);
	transform-origin: 0 50%;
	background-color: #fcfaf6;
}
.ps-loading.loaded {
	visibility: hidden;
	opacity: 0;
	background-color: transparent;
	transition-delay: 0.7s;
}
.ps-loading.loaded .ps-loading__content > * {
	transform: scale3d(0, 1, 1);
	transition-delay: 0.5s;
}
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	overflow: hidden;
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #ffffff;
	z-index: 999;
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}
#loader-wrapper img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	z-index: 999999999;
}
.loaded #loader-wrapper img {
	opacity: 0;
	transition: all 0.3s ease-out;
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}
/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
	transform: translateX(-100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
	transform: translateX(100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper {
	visibility: hidden;
	transform: translateY(-100%);
	transition: all 0.3s 1s ease-out;
}
.ps-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
}
.ps-modal__container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2rem 4rem;
	z-index: 10;
	background-color: #fff;
	border-radius: 3px;
	max-width: 945px;
	width: 100%;
}
.ps-modal__close {
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(50%, -50%);
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #5e6b9d;
}
.ps-modal__close i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #ffffff;
}
.ps-modal.active {
	visibility: visible;
	opacity: 1;
}
@media (max-width: 991px) {
	.ps-modal__container {
		max-width: 90%;
	}
	.ps-modal__close {
		transform: translate(0, 0);
		background-color: transparent;
		width: 30px;
		height: 30px;
	}
	.ps-modal__close i {
		color: #5e6b9d;
	}
}
@media (max-width: 767px) {
	.ps-modal {
		overflow: auto;
	}
	.ps-modal__container {
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		margin: 3rem auto;
		overflow: auto;
	}
}
@media (max-width: 479px) {
	.ps-modal__container {
		max-width: 300px;
	}
}
#login .ps-modal__container {
	max-width: 600px;
}
#login .ps-modal__container .ps-btn--close {
	position: absolute;
	top: 10px;
	right: 10px;
}
.ps-popup {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.ps-popup__content {
	position: relative;
	max-width: 830px;
	width: 100%;
	transition: tranform 0.4s ease;
}
.ps-popup__close {
	display: inline-block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	right: 10px;
	background-color: #000;
	border: none;
	border-radius: 0;
}
.ps-popup__close i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
	color: #ffffff;
}
.ps-popup__close:hover {
	background-color: #222222;
}
.ps-popup.active {
	visibility: visible;
	opacity: 1;
	transition-delay: 0.5s;
}
@media (max-width: 991px) {
	.ps-popup {
		padding: 100px 30px 20px;
	}
	.ps-popup .ps-popup__content {
		position: relative;
		top: 0;
		left: 0;
		max-width: 800px;
		margin: 0 auto;
	}
	.ps-popup.active .ps-popup__content {
		transform: translate(0, 0);
	}
}
@media (max-width: 479px) {
	.ps-popup {
		padding-top: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}
}
.ps-accordion {
	margin-bottom: 20px;
}
.ps-accordion__header {
	position: relative;
	background-color: #f6f6f8;
	padding: 10px 40px 10px 20px;
	cursor: pointer;
}
.ps-accordion__header p {
	margin-bottom: 0;
	line-height: 20px;
	font-weight: 700;
	color: #000;
}
.ps-accordion__header span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 40px;
	height: 40px;
	background-color: #222;
}
.ps-accordion__header span i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
}
.ps-accordion__content {
	padding: 20px;
}
.ps-tab {
	display: none;
}
.ps-tab.active {
	display: block;
}
/*3. COMPONENTS */
.ps-cart--mini {
	position: relative;
}
.ps-cart--mini .ps-cart__items {
	position: relative;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-bottom: none;
}
.ps-cart--mini .ps-cart__items:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -8px;
	right: 30px;
	width: 16px;
	height: 16px;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	background-color: #ffffff;
	transform: rotate(45deg);
	transform-origin: 50% 50%;
}
.ps-cart--mini .ps-cart__items .ps-product--cart-mobile {
	margin-bottom: 30px;
}
.ps-cart--mini .ps-cart__content {
	position: absolute;
	min-width: 370px;
	right: -30px;
	z-index: 30;
	padding-top: 10px;
	transform: translate(0 20px);
	transition: all 0.4s ease;
	visibility: hidden;
	opacity: 0;
}
.ps-cart--mini .ps-cart__footer {
	padding: 10px 20px 20px;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	border-top: 0;
}
.ps-cart--mini .ps-cart__footer h3 {
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
}
.ps-cart--mini .ps-cart__footer h3 strong {
	float: right;
	color: red;
}
.ps-cart--mini figure {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.ps-cart--mini figure .ps-btn {
	padding: 12px 25px;
}
.ps-cart--mini:hover .ps-cart__content {
	transform: translate(0, 0px);
	visibility: visible;
	opacity: 1;
}
.ps-cart--mobile .ps-cart__content {
	padding: 20px 10px 0;
	min-height: calc(100vh - 250px);
}
.ps-cart--mobile .ps-cart__footer {
	padding: 30px 20px;
	border-top: 1px solid #e1e1e1;
}
.ps-cart--mobile .ps-cart__footer h3 {
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
}
.ps-cart--mobile .ps-cart__footer h3 strong {
	float: right;
	color: red;
}
.ps-cart--mobile figure {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.ps-cart--mobile figure .ps-btn {
	padding: 12px 25px;
}
.ps-form--newsletter h3 {
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 24px;
}
.ps-form--newsletter p {
	margin-bottom: 0;
}
.ps-form--newsletter .form-group--nest button {
	padding-left: 45px;
	padding-right: 45px;
}
@media (max-width: 1199px) {
	.ps-form--newsletter p {
		margin-bottom: 10px;
	}
}
.ps-form--quick-search {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
}
.ps-form--quick-search .form-control {
	background-color: #fff;
	color: #000;
	height: 42px;
	border: none;
	border-radius: 0;
}
.ps-form--quick-search .form-group--icon {
	background-color: #ffffff;
	border-radius: 4px 0 0 4px;
}
.ps-form--quick-search .form-group--icon i {
	z-index: 1;
}
.ps-form--quick-search select.form-control {
	border-right: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
	padding: 0 10px;
	text-indent: 10px;
	position: relative;
	z-index: 2;
	background-color: transparent;
}
.ps-form--quick-search select.form-control::-webkit-input-placeholder {
	color: #666666;
}
.ps-form--quick-search select.form-control::-moz-placeholder {
	color: #666666;
}
.ps-form--quick-search select.form-control:-moz-placeholder {
	color: #666666;
}
.ps-form--quick-search select.form-control:-ms-input-placeholder {
	color: #666666;
}
.ps-form--quick-search button {
	background-color: #000;
	color: #ffffff;
	border: none;
	font-weight: 700;
	padding: 0 24px;
	border-radius: 0 4px 4px 0;
}
.ps-form--widget-search {
	position: relative;
	margin-bottom: 20px;
}
.ps-form--widget-search input {
	height: 34px;
	background-color: #ffffff;
	border-radius: 0;
}
.ps-form--widget-search button {
	border: none;
	background-color: transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
.ps-form--review h4 {
	margin-bottom: 20px;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2em;
	text-transform: uppercase;
}
.ps-form--review p sup {
	margin-left: 5px;
	color: #ec0101;
}
.ps-form--review .form-group__rating {
	display: flex;
	align-items: center;
}
.ps-form--review .form-group__rating label {
	margin-bottom: 0;
	line-height: 20px;
	margin-right: 15px;
}
.ps-form--review .form-group__rating .br-wrapper {
	line-height: 20px;
}
.ps-form--review .form-group__rating .br-wrapper a {
	font-size: 14px;
}
.ps-form--review
	.form-group__rating
	.br-wrapper.br-theme-fontawesome-stars
	.br-widget {
	height: auto;
	line-height: 20px;
}
.ps-form--review .form-control {
	border-radius: 0;
}
.ps-form--review button {
	border-radius: 0;
	font-weight: 600;
}
.ps-form--post-comment h3 {
	margin-bottom: 40px;
	font-weight: 600;
	font-size: 24px;
	color: #000;
}
.ps-form--post-comment .submit {
	text-align: center;
}
.ps-form--post-comment .submit .ps-btn {
	padding: 0 30px;
	height: 50px;
}
.ps-form--contact-us .form-control {
	background-color: #ffffff;
}
.ps-form--contact-us .submit {
	text-align: center;
}
.ps-form--contact-us .submit button {
	height: 50px;
	padding: 0 30px;
}
.ps-form--account {
	max-width: 430px;
	margin: 0 auto;
	padding-top: 130px;
}
.ps-form--account .ps-tab-list {
	text-align: center;
	margin-bottom: 30px;
}
.ps-form--account .ps-tab-list li {
	display: inline-block;
	padding: 0 15px;
}
.ps-form--account .ps-tab-list li a {
	font-size: 30px;
	color: #666;
	font-weight: 600;
}
.ps-form--account .ps-tab-list li.active a {
	color: #000;
}
.ps-form--account .form-forgot {
	position: relative;
}
.ps-form--account .form-forgot input {
	padding-right: 100px;
}
.ps-form--account .form-forgot > a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	color: #06c;
}
.ps-form--account .form-forgot > a:hover {
	color: #fcb800;
}
.ps-form--account .ps-checkbox > label {
	color: #000;
}
.ps-form--account .ps-list--social {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 -5px;
}
.ps-form--account .ps-list--social li {
	padding: 0 5px;
	width: 100%;
	text-align: center;
	margin-right: 0;
}
.ps-form--account .ps-list--social li a {
	display: block;
	line-height: 20px;
	padding: 15px 0;
}
.ps-form--account .ps-list--social li a i {
	color: #ffffff;
	text-align: center;
}
.ps-form--account .ps-list--social li a.facebook {
	background-color: #3b5999;
}
.ps-form--account .ps-list--social li a.google {
	background-color: #dd4b39;
}
.ps-form--account .ps-list--social li a.twitter {
	background-color: #55acee;
}
.ps-form--account .ps-list--social li a.instagram {
	background-color: #e4405f;
}
.ps-form--account .ps-form__content {
	padding: 30px 30px 0;
}
.ps-form--account .ps-form__content h5 {
	margin: 0 0 25px;
	font-size: 16px;
	font-weight: 400;
}
.ps-form--account .ps-form__footer {
	padding: 30px 30px;
}
.ps-form--account .ps-tab {
	background-color: #ffffff;
}
.ps-form--order-tracking {
	max-width: 630px;
	margin: 0 auto 50px;
}
.ps-form--order-tracking .form-group {
	margin-bottom: 30px;
}
.ps-form--order-tracking .form-group > label {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.ps-form--order-tracking .form-group input {
	border-color: #bfbfbf;
}
.ps-form--order-tracking .form-group input::-webkit-input-placeholder {
	color: #a9a9a9;
}
.ps-form--order-tracking .form-group input::-moz-placeholder {
	color: #a9a9a9;
}
.ps-form--order-tracking .form-group input:-moz-placeholder {
	color: #a9a9a9;
}
.ps-form--order-tracking .form-group input:-ms-input-placeholder {
	color: #a9a9a9;
}
@media (max-width: 991px) {
	.ps-form--order-tracking .form-group > label {
		font-size: 16px;
		font-weight: 500;
	}
}
.ps-form--search-mobile input {
	height: 40px;
	background-color: #ffffff;
	border: none;
	border-radius: 0;
}
.ps-form--search-mobile button {
	width: 40px;
	height: 40px;
	background-color: #000;
	border: none;
}
.ps-form--search-mobile button i {
	color: #ffffff;
}
.ps-form--subscribe-popup {
	padding: 60px 50px;
}
.ps-form--subscribe-popup h4 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 400;
}
.ps-form--subscribe-popup h4 strong {
	color: #fcb800;
}
.ps-form--subscribe-popup p {
	margin-bottom: 20px;
}
.ps-form--subscribe-popup input {
	margin-bottom: 20px;
	height: 40px;
	border: 2px solid #c9c9c9;
}
.ps-form--subscribe-popup button {
	height: 40px;
	width: auto;
	padding: 0 30px;
}
.ps-form--subscribe-popup .ps-checkbox > label {
	color: #000;
}
.ps-form--subscribe-popup .ps-checkbox > label:before {
	border-radius: 3px;
}
.ps-form--subscribe-popup .ps-form__content {
	max-width: 360px;
	text-align: center;
}
.ps-form--vendor-datetimepicker {
	margin-bottom: 24px;
}
.ps-form--vendor-datetimepicker .input-group {
	border: 1px solid #d0d0d0;
	border: none;
	margin-bottom: 10px;
}
.ps-form--vendor-datetimepicker .input-group:after {
	content: '\e789';
	font-family: 'Linearicons';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	font-size: 16px;
}
.ps-form--vendor-datetimepicker .input-group input {
	height: 40px;
}
.ps-form--vendor-datetimepicker .input-group .input-group-text {
	padding: 0 20px;
	font-size: 14px;
	min-width: 60px;
	text-align: center;
	font-weight: 500;
	color: #000;
	border-radius: 0;
}
.ps-form--vendor-datetimepicker button {
	background-color: #88aa00;
	border-radius: 0;
	height: 40px;
	padding: 0 30px;
	color: #ffffff;
}
.ps-form--vendor-datetimepicker button i {
	vertical-align: middle;
	margin-right: 4px;
}
.ps-form--vendor-datetimepicker button:hover {
	background-color: #9cc400;
}
.ps-form--photo-search .select2 {
	position: relative;
}
.ps-form--photo-search .select2:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 50px;
	background-color: #dfdfdf;
	z-index: 20;
}
.ps-form--photo-search .select2 .select2-selection {
	position: relative;
	height: 60px;
	display: flex;
	align-items: center;
	border: none;
	min-width: 190px;
	border-radius: 0 6px 6px 0;
}
.ps-form--photo-search
	.select2
	.select2-selection
	.select2-selection__rendered {
	width: 100%;
	font-weight: 600;
	color: #000;
}
.ps-form--photo-search .form-group--icon {
	margin-bottom: 0;
	width: 100%;
}
.ps-form--photo-search .form-group--icon i {
	right: auto;
	left: 20px;
	font-size: 18px;
	color: #000;
}
.ps-form--photo-search .form-group--icon i:before {
	font-size: inherit;
}
.ps-form--photo-search .form-group--icon input {
	background-color: #fff;
	border: none;
	height: 60px;
	text-indent: 30px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 6px 0 0 6px;
}
.ps-form--photo-search .form-group--icon input::-webkit-input-placeholder {
	font-weight: 400;
	font-size: 14px;
}
.ps-form--photo-search .form-group--icon input::-moz-placeholder {
	font-weight: 400;
	font-size: 14px;
}
.ps-form--photo-search .form-group--icon input:-moz-placeholder {
	font-weight: 400;
	font-size: 14px;
}
.ps-form--photo-search .form-group--icon input:-ms-input-placeholder {
	font-weight: 400;
	font-size: 14px;
}
.ps-form--photo-search .ps-form__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
}
.ps-form--photo-search .ps-form__footer a {
	display: inline-block;
	margin-right: 10px;
}
.ps-form--photo-search .ps-form__footer a:hover {
	color: #c81919;
}
.ps-form--photo-search .ps-form__footer a:last-child {
	margin-right: 0;
}
@media (max-width: 480px) {
	.ps-form--photo-search .ps-form__content {
		align-items: flex-start;
		flex-flow: column-reverse wrap;
	}
	.ps-form--photo-search .ps-form__content .select2 {
		margin-bottom: 20px;
		min-width: 100%;
	}
	.ps-form--photo-search .ps-form__content .select2 .select2-selection {
		margin: 0 auto;
	}
}
.ps-form--checkout h4 {
	margin-bottom: 20px;
	font-weight: 600;
}
@media (min-width: 768px) {
	.ps-form--checkout .ps-form__submit {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
	}
}
.ps-form--account-setting .ps-form__header h3 {
	font-weight: 600;
}
.ps-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	transform-style: preserve-3d;
	visibility: hidden;
	opacity: 0;
	transition: all 0.75s cubic-bezier(0.7, 0, 0.3, 1);
	transition-delay: 0;
}
.ps-search:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.95);
	transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	transform: scale3d(1, 0, 1);
	transform-origin: 50% 100%;
}
.ps-search__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1200px;
	width: 100%;
	padding: 0 3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ps-search .ps-form--primary-search {
	transform: translateY(100%);
	transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	visibility: hidden;
	opacity: 0;
}
.ps-search > .ps-btn--close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 50px;
	height: 50px;
	background-color: #000;
	z-index: 1000;
	transform: scale(0, 0) rotate(0);
	border-radius: 50%;
	transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	border: none;
}
.ps-search > .ps-btn--close:before,
.ps-search > .ps-btn--close:after {
	background-color: #ffffff;
	height: 50%;
}
.ps-search > .ps-btn--close:hover {
	background-color: #f44336;
}
.ps-search.active {
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
}
.ps-search.active:before {
	transform: scale3d(1, 1, 1);
	transform-origin: 50% 0%;
}
.ps-search.active > .ps-btn--close {
	visibility: visible;
	opacity: 1;
	transform: scale(1, 1) rotate(180deg);
	transition-delay: 0.75s;
}
.ps-search.active .ps-form--primary-search {
	transform: translateY(0);
	transition-delay: 0.35s;
	visibility: visible;
	opacity: 1;
}
@media (max-width: 479px) {
	.ps-search__content {
		padding: 0 1.5rem;
	}
}
.ps-section--default {
	margin-bottom: 80px;
}
.ps-section--default .ps-section__header {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
}
.ps-section--default .ps-section__header h3 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 20px;
}
.ps-section--default .ps-section__links {
	display: inline-block;
}
.ps-section--default .ps-section__links li {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.ps-section--default .ps-section__links li a {
	color: #666;
}
.ps-section--default .ps-section__links li a:hover {
	color: #fcb800;
}
.ps-section--default .ps-section__links li:last-child {
	margin-right: 0;
}
.ps-section--gray {
	padding: 70px 0;
	background-color: #f4f5f5;
}
@media (max-width: 767px) {
	.ps-section--gray {
		padding: 50px 0;
	}
}
@media (max-width: 479px) {
	.ps-section--gray {
		padding: 35px 0;
	}
}
.ps-section--vendor {
	padding: 100px 0;
}
.ps-section--vendor .ps-section__header {
	text-align: center;
	padding-bottom: 90px;
}
.ps-section--vendor .ps-section__header p {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 600;
	color: #666666;
	text-transform: uppercase;
}
.ps-section--vendor .ps-section__header h4 {
	font-weight: 400;
	color: #000;
	font-size: 30px;
}
@media (max-width: 991px) {
	.ps-section--vendor {
		padding: 75px 0;
	}
	.ps-section--vendor .ps-section__header {
		padding-bottom: 50px;
	}
	.ps-section--vendor .ps-section__header p {
		margin-bottom: 16px;
	}
}
@media (max-width: 767px) {
	.ps-section--vendor {
		padding: 60px 0;
	}
	.ps-section--vendor .ps-section__header h4 {
		font-size: 24px;
	}
}
@media (max-width: 479px) {
	.ps-section--vendor {
		padding: 50px 0;
	}
	.ps-section--vendor .ps-section__header p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.ps-section--vendor .ps-section__header h4 {
		font-size: 24px;
	}
}
.ps-section--shopping {
	padding: 100px 0;
}
.ps-section--shopping .ps-section__header {
	text-align: center;
	padding-bottom: 100px;
}
.ps-section--shopping .ps-section__header h1 {
	font-size: 48px;
	font-weight: 600;
}
@media (max-width: 991px) {
	.ps-section--shopping {
		padding: 75px 0;
	}
	.ps-section--shopping .ps-section__header h1 {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.ps-section--shopping {
		padding: 60px 0;
	}
	.ps-section--shopping .ps-section__header {
		padding-bottom: 40px;
	}
	.ps-section--shopping .ps-section__header h1 {
		font-size: 30px;
	}
}
@media (max-width: 479px) {
	.ps-section--shopping {
		padding: 50px 0;
	}
}
.ps-newsletter {
	padding: 65px 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
	.ps-newsletter {
		padding: 50px 0;
	}
}
.ps-product-list .ps-section__links {
	display: inline-block;
}
.ps-product-list .ps-section__links li {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.ps-product-list .ps-section__links li a {
	color: #666;
}
.ps-product-list .ps-section__links li a:hover {
	color: #fcb800;
}
.ps-product-list .ps-section__links li:last-child {
	margin-right: 0;
}
.ps-product-list .ps-section__header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 16px 20px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #e3e3e3;
}
.ps-product-list .ps-section__header h3 {
	margin-bottom: 0;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}
.ps-product-list .ps-section__content {
	padding-top: 55px;
}
.ps-product-list--2 .ps-section__header {
	background-color: transparent;
	border-bottom: 1px solid #e1e1e1;
}
.ps-product-list--2 .ps-section__header h3 {
	font-size: 24px;
	font-weight: 600;
}
@media (max-width: 1199px) {
	.ps-product-list .ps-section__header {
		flex-flow: row wrap;
	}
}
@media (max-width: 991px) {
	.ps-product-list .ps-section__header h3 {
		padding-bottom: 10px;
	}
}
.ps-shopping-product {
	min-height: 80vh;
}
@media (max-width: 1199px) {
	.ps-shopping-product .ps-product {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.ps-shopping-product .row {
		margin: 0 -2px;
	}
	.ps-shopping-product .row > * {
		padding: 0 2px;
	}
	.ps-shopping-product .ps-product {
		margin-bottom: 4px;
	}
	.ps-shopping-product .ps-product .ps-product__badge {
		top: 5px;
		right: 5px;
	}
}
@media (max-width: 1440px) and (min-width: 1200px) {
	.ps-new-arrivals .ps-section__content .row {
		margin: 0;
	}
	.ps-new-arrivals .ps-section__content .col-12 {
		padding: 0;
	}
}
@media (max-width: 991px) {
	.ps-new-arrivals .ps-section__content .col-12 {
		max-width: 50%;
		flex-basis: 50%;
	}
}
@media (max-width: 600px) {
	.ps-new-arrivals .ps-section__content .col-12 {
		max-width: 100%;
		flex-basis: 100%;
	}
}
.ps-top-categories h3 {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1em;
	color: #000;
	font-weight: 600;
}
@media (min-width: 1680px) {
	.ps-top-categories .row .col-xl-2 {
		max-width: calc(100% / 8);
	}
}
.ps-deal-of-day .ps-section__header {
	margin-bottom: 65px;
	padding-bottom: 10px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ccc;
}
.ps-deal-of-day .ps-section__header > a {
	display: inline-block;
	padding-bottom: 2px;
	color: #000;
	border-bottom: 1px solid #000;
	min-width: 60px;
}
.ps-deal-of-day .ps-section__header > a:hover {
	color: #fcb800;
	border-color: #fcb800;
}
.ps-shop-brand {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 767px) {
	.ps-shop-brand {
		flex-flow: row wrap;
	}
	.ps-shop-brand > * {
		max-width: 20%;
		padding: 5px 10px;
	}
}
@media (max-width: 479px) {
	.ps-shop-brand > * {
		max-width: 25%;
	}
}
.ps-layout--shop {
	padding-bottom: 90px;
	display: flex;
	flex-flow: row nowrap;
}
.ps-layout--shop > * {
	width: 100%;
}
.ps-layout--shop .ps-layout__left {
	width: 100%;
	min-width: 320px;
	max-width: 310px;
	padding-right: 30px;
}
.ps-layout--shop .ps-layout__right {
	max-width: calc(100% - 320px);
}
.ps-layout--shop .ps-layout__right .owl-slider {
	max-width: 100%;
}
@media (max-width: 1199px) {
	.ps-layout--shop {
		flex-flow: column-reverse wrap;
	}
	.ps-layout--shop .ps-layout__left {
		max-width: 100%;
		padding-right: 0;
		display: none;
	}
	.ps-layout--shop .ps-layout__right {
		max-width: 100%;
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.ps-layout--shop {
		padding-bottom: 45px;
	}
}
.ps-shopping .select2 {
	display: inline-block;
}
.ps-shopping .select2 .select2-selection__rendered {
	padding: 6px 20px;
}
.ps-shopping .ps-shopping__view {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.ps-shopping .ps-shopping__view p {
	margin-bottom: 0;
	margin-right: 20px;
	color: #000;
}
.ps-shopping .ps-shopping__view ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.ps-shopping .ps-shopping__view ul li a {
	font-size: 24px;
	color: #999999;
}
.ps-shopping .ps-shopping__view ul li:last-child {
	margin-right: 0;
}
.ps-shopping .ps-shopping__view ul li.active a {
	color: #000;
}
.ps-shopping .ps-shopping__actions {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.ps-shopping .ps-shopping__actions .ps-shopping__view {
	padding-left: 40px;
}
.ps-shopping .ps-shopping__header {
	margin-bottom: 40px;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	background-color: #f5f5f5;
	align-items: center;
	padding: 8px 15px;
}
.ps-shopping .ps-shopping__header p {
	margin-bottom: 0;
	display: inline-block;
}
.ps-shopping .ps-shopping__header p strong {
	color: #000;
}
.ps-shopping .ps-shop__filter-mb {
	margin-bottom: 30px;
	font-size: 16px;
	vertical-align: top;
	display: flex;
	color: #000;
	align-items: center;
	font-weight: 500;
	text-transform: uppercase;
}
.ps-shopping .ps-shop__filter-mb i {
	font-weight: 700;
	font-size: 18px;
	margin-right: 10px;
}
@media (min-width: 1200px) {
	.ps-shopping .ps-shop__filter-mb {
		display: none;
	}
}
@media (max-width: 1680px) and (min-width: 1440px) {
	.ps-shopping .row .col-xl-2 {
		max-width: 20%;
		flex-basis: 20%;
	}
}
@media (max-width: 1440px) and (min-width: 1200px) {
	.ps-shopping .row .col-xl-2 {
		max-width: 25%;
		flex-basis: 25%;
	}
}
@media (max-width: 1199px) {
	.ps-shopping {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.ps-shopping .ps-shopping__header {
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	.ps-shopping .ps-shopping__header > * {
		flex-basis: 100%;
		max-width: 50%;
	}
	.ps-shopping .ps-shopping__header .ps-shopping__view {
		padding-left: 10px;
	}
	.ps-shopping .ps-shopping__actions {
		width: 100%;
		justify-content: flex-end;
	}
	.ps-shopping .ps-shopping__actions .select2 {
		display: none;
	}
}
@media (min-width: 1680px) {
	.ps-customer-bought .ps-section__content .row .col-xl-3 {
		padding: 0;
		flex-basis: calc(100% / 7);
		max-width: calc(100% / 7);
	}
}
.ps-client-say {
	padding: 70px 0;
	background-color: #f5f5f5;
}
.ps-client-say .ps-section__header {
	margin-bottom: 30px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.ps-client-say .ps-section__header h3 {
	display: inline-block;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
}
.ps-client-say .ps-section__nav a {
	display: inline-block;
	margin-right: 20px;
	font-size: 18px;
	color: #999999;
}
.ps-client-say .ps-section__nav a:last-child {
	margin-right: 0;
}
.ps-client-say .ps-section__nav a:hover {
	color: #000;
}
.ps-best-sale-brands {
	padding: 70px 0;
}
.ps-best-sale-brands .ps-section__header h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px;
	line-height: 1;
	color: #000;
}
.ps-best-sale-brands .ps-image-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-self: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.ps-best-sale-brands .ps-image-list li {
	display: flex;
	min-width: 20%;
	max-width: 20%;
	padding: 10px;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: none;
	border-right: none;
}
@media (max-width: 991px) {
	.ps-best-sale-brands .ps-image-list {
		border: 1px solid rgba(0, 0, 0, 0.15);
	}
	.ps-best-sale-brands .ps-image-list li {
		min-width: 25%;
		max-width: 25%;
		border: none;
	}
}
@media (max-width: 767px) {
	.ps-best-sale-brands .ps-image-list li {
		min-width: 33.3333%;
		max-width: 33.3333%;
	}
}
@media (max-width: 479px) {
	.ps-best-sale-brands .ps-image-list li {
		min-width: 50%;
		max-width: 50%;
		border: 1px solid rgba(0, 0, 0, 0.15);
	}
}
.ps-deal-hot {
	padding: 70px 0;
}
.ps-deal-hot .widget_best-sale {
	border-bottom: 1px solid #d9d9d9;
}
.ps-home-categories .ps-section__header {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
}
.ps-home-categories .ps-section__header h3 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 1em;
}
.ps-search-trending {
	padding: 70px 0;
}
.ps-search-trending .ps-section__header {
	margin-bottom: 20px;
}
.ps-search-trending .ps-section__header h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 400;
}
.ps-search-trending .ps-section__header h3 span {
	font-size: 14px;
	margin-left: 10px;
	color: #666;
}
@media (max-width: 479px) {
	.ps-search-trending .ps-section__header h3 {
		font-size: 18px;
	}
	.ps-search-trending .ps-section__header h3 span {
		font-size: 12px;
	}
}
.ps-categories-box {
	background-color: #f5f5f5;
	padding: 70px 0;
}
@media (max-width: 767px) {
	.ps-categories-box {
		padding: 45px 0;
	}
}
@media (max-width: 479px) {
	.ps-categories-box {
		padding: 35px 0;
	}
}
.ps-home-blog .ps-section__header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-bottom: 10px;
}
.ps-home-blog .ps-section__header h3 {
	font-size: 24px;
}
@media (max-width: 767px) {
	.ps-home-blog .ps-section__header {
		flex-flow: row wrap;
	}
	.ps-home-blog .ps-section__header h3 {
		display: block;
		margin-bottom: 10px;
	}
}
.ps-blog {
	padding-bottom: 100px;
}
.ps-blog .ps-blog__header {
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	.ps-blog {
		padding-bottom: 50px;
	}
}
.ps-blog--sidebar {
	padding-bottom: 90px;
	display: flex;
	flex-flow: row nowrap;
}
.ps-blog--sidebar > * {
	width: 100%;
}
.ps-blog--sidebar .ps-blog__left {
	padding-right: 70px;
}
.ps-blog--sidebar .ps-blog__left .ps-pagination {
	text-align: left;
}
.ps-blog--sidebar .ps-blog__right {
	max-width: 300px;
	min-width: 300px;
	padding-left: 30px;
}
.ps-blog--sidebar.reverse {
	flex-flow: row-reverse nowrap;
}
.ps-blog--sidebar.reverse .ps-blog__left {
	padding-left: 100px;
	padding-right: 0;
}
.ps-blog--sidebar.reverse .ps-blog__right {
	padding-left: 0;
}
@media (max-width: 1199px) {
	.ps-blog--sidebar .ps-blog__left {
		padding-right: 0;
	}
	.ps-blog--sidebar.reverse .ps-blog__left {
		padding-left: 30px;
		padding-right: 0;
	}
}
@media (max-width: 991px) {
	.ps-blog--sidebar {
		flex-flow: column wrap;
	}
	.ps-blog--sidebar .ps-blog__left {
		margin-bottom: 50px;
	}
	.ps-blog--sidebar .ps-blog__right {
		padding-left: 0;
	}
	.ps-blog--sidebar.reverse {
		flex-flow: column wrap;
	}
	.ps-blog--sidebar.reverse .ps-blog__left {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.ps-blog--sidebar {
		padding-bottom: 45px;
	}
}
@media (max-width: 479px) {
	.ps-blog--sidebar {
		padding-bottom: 30px;
	}
}
.ps-related-posts {
	padding-top: 60px;
}
.ps-related-posts h3 {
	margin-bottom: 60px;
	text-align: center;
	font-size: 24px;
	color: #000;
}
.ps-post-comments {
	max-width: 770px;
	margin: 0 auto;
}
.ps-post-comments h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 40px;
	line-height: 1.4em;
}
.ps-about-intro {
	padding: 100px 0;
}
.ps-about-intro .ps-section__header {
	max-width: 820px;
	margin: 0 auto 100px;
}
.ps-about-intro .ps-section__header h4 {
	margin-bottom: 80px;
	font-size: 24px;
	color: #000;
	font-weight: 600;
}
.ps-about-intro .ps-section__header h3 {
	margin-bottom: 40px;
	font-weight: 400;
	line-height: 1.3em;
	color: #000;
	font-size: 36px;
}
.ps-about-intro .ps-section__header p {
	font-size: 18px;
	line-height: 1.6em;
}
.ps-about-intro .ps-section__content {
	border-top: 1px solid #e1e1e1;
	padding-top: 90px;
}
@media (max-width: 1199px) {
	.ps-about-intro {
		padding: 80px 0;
	}
}
@media (max-width: 991px) {
	.ps-about-intro {
		padding: 70px 0;
	}
}
@media (max-width: 767px) {
	.ps-about-intro {
		padding: 50px 0;
	}
	.ps-about-intro .ps-section__header h4 {
		margin-bottom: 50px;
	}
	.ps-about-intro .ps-section__header h3 {
		font-size: 24px;
	}
	.ps-about-intro .ps-section__header p {
		font-size: 14px;
	}
}
.ps-our-team {
	padding: 120px 0;
}
.ps-our-team .ps-section__header {
	padding-left: 180px;
	padding-bottom: 90px;
}
.ps-our-team .ps-section__header h3 {
	margin-bottom: 0;
	font-size: 36px;
	font-weight: 400;
	color: #000;
}
.ps-our-team .ps-section__content {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
}
.ps-our-team .ps-section__content figure {
	margin-bottom: 30px;
	width: 100%;
	max-width: 25%;
	padding: 0 15px;
}
@media (max-width: 1199px) {
	.ps-our-team .ps-section__header {
		padding-left: 0;
		padding-bottom: 50px;
	}
}
@media (max-width: 991px) {
	.ps-our-team {
		padding: 90px 0;
	}
	.ps-our-team .ps-section__header {
		padding-bottom: 40px;
	}
	.ps-our-team .ps-section__header h3 {
		font-size: 28px;
	}
	.ps-our-team .ps-section__content figure {
		max-width: 33.3333%;
	}
}
@media (max-width: 767px) {
	.ps-our-team {
		padding: 60px 0;
	}
	.ps-our-team .ps-section__header {
		padding-bottom: 30px;
	}
	.ps-our-team .ps-section__header h3 {
		font-size: 24px;
	}
	.ps-our-team .ps-section__content figure {
		max-width: 50%;
	}
}
.ps-about-milestone {
	padding: 120px 0;
}
.ps-about-awards {
	padding: 120px 0;
	background-color: #f5f5f5;
}
.ps-about-awards .ps-section__header {
	max-width: 820px;
	margin: 0 auto 100px;
}
.ps-about-awards .ps-section__header h4 {
	margin-bottom: 65px;
	font-size: 36px;
	color: #000;
	font-weight: 400;
}
.ps-about-awards .ps-section__header p {
	font-size: 18px;
	line-height: 1.6em;
}
.ps-about-awards .ps-section__content .owl-slider a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1199px) {
	.ps-about-awards {
		padding: 100px 0;
	}
}
@media (max-width: 991px) {
	.ps-about-awards {
		padding: 80px 0;
	}
}
@media (max-width: 767px) {
	.ps-about-awards {
		padding: 70px 0;
	}
	.ps-about-awards .ps-section__header h4 {
		margin-bottom: 50px;
		font-size: 24px;
	}
	.ps-about-awards .ps-section__header p {
		font-size: 14px;
	}
}
@media (max-width: 479px) {
	.ps-about-awards {
		padding: 50px 0;
	}
}
.ps-contact-info {
	padding: 90px 0;
}
.ps-contact-info h3 {
	margin-bottom: 60px;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
}
@media (max-width: 991px) {
	.ps-contact-info {
		padding: 60px 0;
	}
	.ps-contact-info h3 {
		font-size: 24px;
	}
}
@media (max-width: 479px) {
	.ps-contact-info {
		padding: 45px 0;
	}
	.ps-contact-info h3 {
		font-size: 20px;
	}
}
.ps-contact-form {
	padding: 100px 0;
	background-color: #f6f6f6;
}
.ps-contact-form h3 {
	margin-bottom: 90px;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #000;
	line-height: 1em;
}
@media (max-width: 991px) {
	.ps-contact-form h3 {
		font-size: 24px;
	}
}
@media (max-width: 479px) {
	.ps-contact-form h3 {
		font-size: 20px;
	}
}
.ps-faqs {
	padding: 90px 0;
}
.ps-faqs .ps-section__header {
	padding-bottom: 100px;
}
.ps-faqs .ps-section__header h1 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
}
@media (max-width: 767px) {
	.ps-faqs .ps-section__header {
		padding-bottom: 50px;
	}
	.ps-faqs .ps-section__header h1 {
		font-size: 24px;
	}
}
.ps-call-to-action {
	background-color: #f1f1f1;
	padding: 130px 0;
	text-align: center;
}
.ps-call-to-action h3 {
	font-size: 36px;
	color: #000;
	font-weight: 600;
}
.ps-call-to-action h3 a {
	color: #fcb800;
	font-weight: inherit;
}
.ps-call-to-action h3 a:hover {
	color: #000;
}
@media (max-width: 991px) {
	.ps-call-to-action {
		padding: 100px 0;
	}
}
@media (max-width: 767px) {
	.ps-call-to-action {
		padding: 80px 0;
	}
}
@media (max-width: 479px) {
	.ps-call-to-action {
		padding: 65px 0;
	}
}
.ps-vendor-banner {
	position: relative;
	text-align: center;
	z-index: 10;
	padding: 160px 0;
}
.ps-vendor-banner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.25);
}
.ps-vendor-banner h2 {
	color: #ffffff;
	font-size: 48px;
	margin: 0 auto 30px;
	max-width: 960px;
	font-weight: 600;
}
.ps-vendor-banner .ps-btn {
	padding: 20px 40px;
	font-size: 24px;
	border-radius: 0;
}
@media (max-width: 1199px) {
	.ps-vendor-banner {
		padding: 120px 0;
	}
	.ps-vendor-banner h2 {
		font-size: 36px;
	}
}
@media (max-width: 991px) {
	.ps-vendor-banner {
		padding: 100px 0;
	}
	.ps-vendor-banner h2 {
		font-size: 28px;
	}
	.ps-vendor-banner .ps-btn {
		font-size: 20px;
		padding: 15px 30px;
	}
}
@media (max-width: 767px) {
	.ps-vendor-banner {
		padding: 80px 0;
	}
	.ps-vendor-banner .ps-btn {
		font-size: 16px;
	}
}
@media (max-width: 479px) {
	.ps-vendor-banner {
		padding: 60px 0;
	}
	.ps-vendor-banner h2 {
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	.ps-vendor-about .ps-block--icon-box-2 {
		max-width: 450px;
		margin: 0 auto 40px;
	}
	.ps-vendor-about .ps-section__header h4 br {
		display: none;
	}
}
.ps-vendor-milestone {
	background-color: #f6f6f6;
}
.ps-vendor-best-fees .ps-section__numbers {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
.ps-vendor-best-fees .ps-section__numbers figure {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	width: 170px;
	height: 170px;
	border: 2px solid #fcb800;
	margin: 0 40px;
	border-radius: 50%;
}
.ps-vendor-best-fees .ps-section__numbers figure h3 {
	display: block;
	margin-bottom: 0;
	width: 100%;
	font-size: 60px;
	font-weight: 400;
	line-height: 1em;
	color: #000;
}
.ps-vendor-best-fees .ps-section__numbers figure span {
	font-size: 16px;
}
.ps-vendor-best-fees .ps-section__desc {
	max-width: 550px;
	margin: 0 auto 30px;
}
.ps-vendor-best-fees .ps-section__desc > figure figcaption {
	text-align: center;
	font-weight: 600;
	color: #000;
	margin-bottom: 40px;
	font-size: 16px;
}
.ps-vendor-best-fees .ps-section__desc ul li {
	text-align: left;
	color: #666;
	font-size: 16px;
	margin-bottom: 16px;
	line-height: 1.6em;
}
.ps-vendor-best-fees .ps-section__highlight {
	margin-bottom: 40px;
	padding: 30px 20px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	background-color: #f6f6f6;
}
.ps-vendor-best-fees .ps-section__highlight figure {
	text-align: justify;
	padding-left: 60px;
	padding-right: 60px;
}
.ps-vendor-best-fees .ps-section__highlight figure p {
	font-weight: 500;
	color: #000;
	font-size: 16px;
}
.ps-vendor-best-fees .ps-section__content {
	max-width: 730px;
	margin: 0 auto;
	text-align: center;
}
.ps-vendor-best-fees .ps-section__content > h5 {
	margin-bottom: 50px;
	font-size: 18px;
	font-weight: 400;
	color: #666;
	line-height: 1.4em;
}
@media (max-width: 767px) {
	.ps-vendor-best-fees .ps-section__content > h5 {
		font-size: 16px;
	}
	.ps-vendor-best-fees .ps-section__desc ul li {
		font-size: 14px;
	}
	.ps-vendor-best-fees .ps-section__highlight {
		padding: 30px 10px;
	}
	.ps-vendor-best-fees .ps-section__highlight figure {
		text-align: left;
		padding: 0 20px;
	}
	.ps-vendor-best-fees .ps-section__highlight figure p {
		font-size: 14px;
	}
}
@media (max-width: 479px) {
	.ps-vendor-best-fees .ps-section__numbers figure {
		width: 100px;
		height: 100px;
		margin: 0 10px;
	}
	.ps-vendor-best-fees .ps-section__numbers figure h3 {
		font-size: 30px;
	}
	.ps-vendor-best-fees .ps-section__highlight {
		flex-direction: column;
		text-align: left;
		align-items: flex-start;
	}
	.ps-vendor-best-fees .ps-section__highlight img {
		margin-bottom: 30px;
		max-height: 100px;
	}
}
.ps-vendor-testimonials {
	background-color: #f6f6f6;
}
.ps-vendor-faqs figure {
	margin-bottom: 50px;
}
.ps-vendor-faqs figure figcaption {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.4em;
}
.ps-vendor-faqs figure p {
	font-size: 16px;
}
.ps-vendor-faqs .ps-section__footer {
	padding-top: 100px;
	text-align: center;
	border-top: 1px solid #e1e1e1;
}
.ps-vendor-faqs .ps-section__footer p {
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: 400;
	color: #000;
}
.ps-vendor-faqs .ps-section__footer .ps-btn {
	padding: 20px 40px;
	font-size: 24px;
}
@media (max-width: 991px) {
	.ps-vendor-faqs .ps-section__footer {
		padding-top: 60px;
	}
	.ps-vendor-faqs .ps-section__footer p {
		font-size: 20px;
	}
	.ps-vendor-faqs .ps-section__footer .ps-btn {
		font-size: 16px;
		padding: 15px 30px;
	}
}
@media (max-width: 479px) {
	.ps-vendor-faqs .ps-section__footer {
		padding-top: 50px;
	}
	.ps-vendor-faqs .ps-section__footer p {
		font-size: 18px;
	}
}
.ps-my-account {
	min-height: 100vh;
	background-color: #f1f1f1;
}
.ps-order-tracking {
	padding: 100px 0;
}
.ps-order-tracking .ps-section__header {
	text-align: center;
	padding-bottom: 80px;
}
.ps-order-tracking .ps-section__header h3 {
	margin-bottom: 40px;
	font-size: 48px;
	font-weight: 600;
	line-height: 1em;
}
.ps-order-tracking .ps-section__header p {
	max-width: 960px;
	margin: 0 auto;
	font-size: 16px;
}
@media (max-width: 991px) {
	.ps-order-tracking {
		padding: 75px 0;
	}
	.ps-order-tracking .ps-section__header {
		padding-bottom: 60px;
	}
	.ps-order-tracking .ps-section__header h3 {
		margin-bottom: 20px;
		font-size: 36px;
	}
	.ps-order-tracking .ps-section__header p {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.ps-order-tracking {
		padding: 60px 0;
	}
}
@media (max-width: 479px) {
	.ps-order-tracking {
		padding: 50px 0;
	}
	.ps-order-tracking .ps-section__header {
		padding-bottom: 40px;
	}
}
.ps-shopping-cart .ps-section__cart-actions {
	padding-top: 30px;
	padding-bottom: 90px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.ps-shopping-cart .ps-section__cart-actions .ps-btn i {
	margin-right: 6px;
	vertical-align: middle;
}
.ps-shopping-cart .ps-section__cart-actions .ps-btn--outline {
	border-color: #000;
	color: #000;
	padding: 12px 20px;
	vertical-align: middle;
}
.ps-shopping-cart .ps-section__cart-actions .ps-btn--outline i {
	margin-right: 6px;
	vertical-align: middle;
}
.ps-shopping-cart .ps-section__cart-actions .ps-btn--outline:hover {
	background-color: #fcb800;
	border-color: #fcb800;
}
.ps-shopping-cart .ps-section__footer figure figcaption {
	position: relative;
	display: block;
	font-size: 20px;
	color: #000;
	margin-bottom: 35px;
}
.ps-shopping-cart .ps-section__footer figure figcaption:after {
	content: '\e93a';
	font-family: 'Linearicons';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.ps-shopping-cart .ps-section__footer figure .form-control {
	border-color: #ccc;
}
.ps-shopping-cart .ps-section__footer .ps-btn--outline {
	border-color: #cccccc;
	color: #000;
	border-radius: 0;
}
.ps-shopping-cart .ps-section__footer .ps-btn--outline:hover {
	background-color: #fcb800;
	border-color: #fcb800;
	color: #ffffff;
}
.ps-shopping-cart .ps-section__footer .select2 {
	min-width: 100%;
}
.ps-shopping-cart
	.ps-section__footer
	.select2
	.select2-selection--single
	.select2-selection__rendered {
	padding: 15px 20px;
	border: #cccccc;
}
@media (max-width: 479px) {
	.ps-shopping-cart .ps-section__cart-actions {
		flex-flow: row wrap;
	}
	.ps-shopping-cart .ps-section__cart-actions .ps-btn {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
}
.ps-vendor-store {
	padding: 40px 0;
}
.ps-vendor-store .ps-section__container {
	display: flex;
	flex-flow: row nowrap;
}
.ps-vendor-store .ps-section__container > * {
	width: 100%;
}
.ps-vendor-store .ps-section__container .ps-section__left {
	max-width: 25%;
}
.ps-vendor-store .ps-section__container .ps-section__right {
	max-width: 75%;
	padding-left: 30px;
}
.ps-vendor-store .ps-block--vendor-filter {
	margin-bottom: 45px;
}
@media (max-width: 1199px) {
	.ps-vendor-store .ps-section__container {
		flex-flow: column wrap;
	}
	.ps-vendor-store .ps-section__container .ps-section__left {
		max-width: 450px;
		margin-bottom: 30px;
	}
	.ps-vendor-store .ps-section__container .ps-section__right {
		max-width: 100%;
		padding-left: 0;
	}
}
.ps-vendor-best-seller .ps-section__header {
	margin-bottom: 30px;
	padding-bottom: 16px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	border-bottom: 1px solid #e1e1e1;
}
.ps-vendor-best-seller .ps-section__header h3 {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 20px;
}
.ps-vendor-dashboard .ps-section__header {
	padding: 100px 0;
	text-align: center;
}
.ps-vendor-dashboard .ps-section__header h3 {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 30px;
}
.ps-vendor-dashboard .ps-section__header p {
	color: #666;
	font-size: 16px;
	max-width: 860px;
	margin: 0 auto 30px;
}
.ps-vendor-dashboard .ps-section__links {
	background-color: #f5f5f5;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 45px;
}
.ps-vendor-dashboard .ps-section__links li {
	display: inline-block;
	margin-right: 30px;
}
.ps-vendor-dashboard .ps-section__links li a {
	font-size: 18px;
	font-weight: 600;
	color: #666;
	line-height: 20px;
}
.ps-vendor-dashboard .ps-section__links li a:hover {
	color: #000;
}
.ps-vendor-dashboard .ps-section__links li:last-child {
	margin-right: 0;
}
.ps-vendor-dashboard .ps-section__links li.active a {
	color: #000;
}
@media (max-width: 767px) {
	.ps-vendor-dashboard .ps-section__header {
		padding: 60px 0;
	}
	.ps-vendor-dashboard .ps-section__header h3 {
		font-size: 36px;
	}
	.ps-vendor-dashboard .ps-section__header p {
		font-size: 14px;
	}
	.ps-vendor-dashboard .ps-section__links li {
		margin-bottom: 4px;
	}
	.ps-vendor-dashboard .ps-section__links li a {
		font-size: 16px;
	}
}
@media (max-width: 479px) {
	.ps-vendor-dashboard .ps-section__header {
		padding: 50px 0;
	}
	.ps-vendor-dashboard .ps-section__header h3 {
		margin-bottom: 20px;
		font-size: 28px;
	}
}
.ps-media-masonry {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(4, minmax(200px, 1fr));
	/* [2] Make columns adjust according to the available viewport */
	grid-auto-rows: 100%;
}
.ps-media-masonry figure {
	width: 100%;
}
.ps-my-account-2 {
	padding: 60px 0;
}
.ps-my-account-2 .ps-section__desc {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 50px;
	padding-bottom: 30px;
}
.ps-my-account-2 .ps-section__desc figcaption {
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 20px;
}
.ps-my-account-2 .ps-section__desc p {
	margin-bottom: 35px;
}
.ps-my-account-2 .ps-section__desc .ps-list li {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.ps-my-account-2 .ps-section__desc .ps-list li span {
	font-size: 18px;
}
.ps-my-account-2 .ps-section__desc .ps-list li i {
	margin-right: 20px;
	font-size: 36px;
	color: #fcb800;
}
.ps-my-account-2 .ps-section__coupon {
	border: 1px dashed #b6b6b6;
	background-color: #f6f6f6;
	padding: 30px;
	display: flex;
	align-items: center;
}
.ps-my-account-2 .ps-section__coupon span {
	font-size: 72px;
	color: #690;
	margin: 0 30px 0 0;
}
.ps-my-account-2 .ps-section__coupon h5 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
}
.ps-my-account-2 .ps-form--account {
	padding-top: 0;
	margin-bottom: 30px;
	border: 1px solid #e8e8e8;
}
.ps-my-account-2 .ps-form--account .ps-tab-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
}
.ps-my-account-2 .ps-form--account .ps-tab-list li {
	width: 100%;
	max-width: 50%;
	margin-right: 0;
	padding: 20px 15px;
}
.ps-my-account-2 .ps-form--account .ps-tab-list li a {
	font-size: 24px;
	line-height: 1em;
}
.ps-my-account-2 .ps-form--account .ps-tab-list li.active {
	border-bottom: 2px solid #fcb800;
}
.ps-my-account-2 .ps-form--account .ps-tab-list li.active a {
	color: #fcb800;
}
.ps-my-account-2 #register p {
	margin-bottom: 50px;
}
.ps-my-account-2 #register p a {
	color: #06c;
}
.ps-my-account-2 #register .ps-radio {
	margin-bottom: 10px;
}
.ps-my-account-2 #register .ps-radio label:before {
	width: 18px;
	height: 18px;
}
.ps-my-account-2
	#register
	.ps-radio
	input[type='radio']:checked
	~ label:before {
	background-color: transparent;
	border-color: #000;
}
.ps-my-account-2 #register .ps-radio input[type='radio']:checked ~ label:after {
	top: 4px;
	left: 4px;
	transform: scale(1, 1);
	opacity: 1;
	background-color: #000;
}
@media (min-width: 1200px) {
	.ps-my-account-2 {
		padding-top: 100px;
		padding-bottom: 90px;
	}
	.ps-my-account-2 .ps-section__left {
		width: 100%;
		max-width: 430px;
	}
	.ps-my-account-2 .ps-section__right {
		padding-left: 130px;
	}
	.ps-my-account-2 .ps-section__wrapper {
		display: flex;
		align-items: center;
	}
}
.ps-store-list {
	padding-top: 60px;
}
.ps-store-list .ps-block--store-2 {
	margin-bottom: 30px;
}
.ps-store-list .ps-block--store-banner {
	margin-bottom: 30px;
}
.ps-store-list > .container > .ps-section__header {
	text-align: center;
	padding-bottom: 60px;
}
.ps-store-list > .container > .ps-section__header h3 {
	font-size: 36px;
	font-weight: 600;
}
.ps-store-list .ps-section__search .form-group {
	position: relative;
}
.ps-store-list .ps-section__search .form-group button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	background-color: transparent;
	border: none;
}
.ps-store-list .ps-section__search .form-control {
	text-indent: 20px;
	height: 40px;
}
.ps-store-list .ps-section__wrapper {
	display: flex;
	flex-flow: column-reverse wrap;
	padding-bottom: 60px;
}
.ps-store-list .ps-section__wrapper > * {
	flex-basis: 100%;
}
.ps-store-list .ps-section__left {
	padding: 25px 20px;
	background-color: #efefef;
}
.ps-store-list .ps-section__right {
	margin-bottom: 50px;
}
.ps-store-list .ps-store-link {
	margin-bottom: 50px;
	padding: 14px 15px;
	background-color: #f5f5f5;
}
.ps-store-list .ps-store-link ul li {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
}
.ps-store-list .ps-store-link ul li a {
	font-weight: 600;
	font-size: 16px;
	color: #999;
}
.ps-store-list .ps-store-link ul li.active a {
	color: #000;
}
@media (max-width: 560px) {
	.ps-store-list .ps-store-link ul {
		display: flex;
		flex-flow: row wrap;
	}
	.ps-store-list .ps-store-link ul li {
		margin-right: 0;
		flex-basis: 50%;
		margin-bottom: 10px;
	}
}
@media (min-width: 1200px) {
	.ps-store-list > .container > .ps-section__header {
		padding: 30px 0 115px;
	}
	.ps-store-list > .container > .ps-section__header h3 {
		font-size: 48px;
	}
	.ps-store-list .ps-section__left {
		max-width: 300px;
	}
	.ps-store-list .ps-section__right {
		margin-bottom: 0;
		padding-left: 40px;
	}
	.ps-store-list .ps-section__wrapper {
		flex-flow: row nowrap;
		padding-bottom: 90px;
	}
}
.ps-store-box .ps-section__header {
	display: flex;
	flex-flow: column wrap;
	padding-bottom: 32px;
}
@media (min-width: 768px) {
	.ps-store-box .ps-section__header {
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
	}
	.ps-store-box .ps-section__header p {
		margin-bottom: 0;
	}
}
.ps-section--account {
	padding: 60px 0;
}
.ps-section--account .ps-section__header {
	padding-bottom: 30px;
}
.ps-section--account .ps-section__header h3 {
	font-weight: 600;
}
.ps-section--account-setting .ps-table {
	border: 1px solid #eaeaea;
}
.ps-section--account-setting .ps-table thead tr th {
	text-transform: none;
	font-weight: 500;
	font-size: 16px;
	border: 1px solid #eaeaea;
	border-bottom: none;
	padding: 10px 15px;
}
.ps-section--account-setting .ps-table tr td {
	padding: 10px 15px;
}
.ps-shop-by-brand {
	padding: 50px 0;
}
.ps-shop-by-brand .ps-section__header {
	text-align: center;
	padding-bottom: 50px;
}
.ps-shop-by-brand .ps-section__header h3 {
	font-weight: 600;
	font-size: 30px;
	text-transform: uppercase;
}
.ps-shop-by-brand .ps-section__links {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 50px;
}
.ps-shop-by-brand .ps-section__links a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #ebebeb;
	width: 50px;
	height: 50px;
	font-weight: 600;
	text-transform: uppercase;
}
.ps-shop-by-brand .ps-section__links a.active,
.ps-shop-by-brand .ps-section__links a:hover {
	background-color: #0056b3;
	color: #ffffff;
}
.ps-shop-by-brand .ps-section__items {
	display: flex;
	flex-flow: row wrap;
}
.ps-shop-by-brand .ps-section__items > * {
	flex-basis: 100%;
	max-width: 50%;
}
.ps-shop-by-brand .ps-section__items a {
	display: inline-block;
	margin-bottom: 10px;
}
.ps-shop-by-brand .ps-section__content figure {
	margin-bottom: 50px;
}
.ps-shop-by-brand .ps-section__content figure figcaption {
	display: block;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}
@media screen and (min-width: 992px) {
	.ps-shop-by-brand .ps-section__items > * {
		max-width: 33.3333%;
	}
}
@media screen and (min-width: 1200px) {
	.ps-shop-by-brand {
		padding: 100px 0;
	}
	.ps-shop-by-brand .ps-section__items > * {
		max-width: 33.3333%;
	}
}
#homepage-1 .ps-home-banner {
	padding-top: 30px;
	margin-bottom: 30px;
}
#homepage-1 .ps-home-banner .ps-banner {
	min-height: 150px;
}
#homepage-1 .ps-home-banner .ps-collection {
	display: block;
	margin-bottom: 30px;
}
#homepage-1 .ps-home-banner .ps-collection:last-child {
	margin-bottom: 0;
}
#homepage-1 .ps-home-banner .owl-slider {
	max-width: 100%;
	height: 100%;
}
#homepage-1 .ps-home-banner .owl-slider .owl-stage-outer {
	height: 100%;
}
#homepage-1 .ps-home-banner .owl-slider .owl-stage-outer .owl-stage {
	height: 100%;
}
#homepage-1 .ps-home-banner .owl-slider .owl-stage-outer .owl-stage .owl-item {
	height: 100%;
}
#homepage-1 .ps-home-banner .owl-slider .ps-banner {
	height: 100%;
}
#homepage-1 .ps-home-banner .ps-section__left {
	padding-right: 30px;
	max-width: calc(100% - 390px);
}
#homepage-1 .ps-home-banner .ps-section__right {
	max-width: 390px;
}
#homepage-1 .ps-home-banner .ps-container {
	display: flex;
	flex-flow: row nowrap;
}
#homepage-1 .ps-home-banner .ps-container > * {
	width: 100%;
}
@media (max-width: 1199px) {
	#homepage-1 .ps-home-banner {
		display: block;
	}
	#homepage-1 .ps-home-banner .ps-collection {
		width: 100%;
		max-width: 50%;
		padding: 0 15px;
	}
	#homepage-1 .ps-home-banner .ps-collection img {
		width: 100%;
	}
	#homepage-1 .ps-home-banner .ps-section__left {
		max-width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	#homepage-1 .ps-home-banner .ps-section__right {
		display: flex;
		flex-flow: row nowrap;
		margin: 0;
		max-width: 100%;
	}
	#homepage-1 .ps-home-banner .ps-container {
		flex-flow: column nowrap;
	}
}
@media (max-width: 479px) {
	#homepage-1 .ps-home-banner .ps-collection {
		padding: 0 5px;
		margin-bottom: 0;
	}
	#homepage-1 .ps-home-banner .ps-section__right {
		margin: 0 -5px;
	}
}
#homepage-1:not(.login-index-user) .ps-deal-of-day {
	padding-bottom: 50px;
}
#homepage-1 .ps-deal-of-day .ps-product .ps-product__price {
	color: #690;
	font-size: 18px;
	font-weight: 600;
}
#homepage-1 .ps-deal-of-day .ps-product .ps-product__price del {
	margin-left: 10px;
	font-size: 14px;
}
#homepage-1 .ps-deal-of-day .ps-product .ps-product__price small {
	margin-left: 10px;
	color: red;
}
#homepage-1:not(.login-index-user) .ps-top-categories {
	padding-bottom: 0 0 80px;
}
#homepage-1:not(.login-index-user) .ps-home-ads {
	margin-bottom: 50px;
}
#homepage-1 .ps-top-categories h3 {
	text-transform: capitalize;
}
@media (min-width: 1440px) {
	#homepage-1 .ps-top-categories .row .col-xl-2 {
		max-width: calc(100% / 8);
	}
}
@media (max-width: 1199px) {
	#homepage-1 .ps-top-categories {
		padding: 60px 0;
	}
}
@media (max-width: 991px) {
	#homepage-1 .ps-top-categories {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	#homepage-1 .ps-top-categories {
		padding: 40px 0;
	}
}
@media (max-width: 479px) {
	#homepage-1 .ps-top-categories {
		padding: 35px 0;
	}
}
#homepage-1:not(.login-index-user) .ps-product-list {
	padding-bottom: 80px;
}
@media (max-width: 991px) {
	#homepage-1 .ps-product-list {
		padding-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#homepage-1 .ps-product-list {
		padding-bottom: 40px;
	}
}
@media (max-width: 479px) {
	#homepage-1 .ps-product-list {
		padding-bottom: 0px;
	}
}
#homepage-1 .ps-download-app {
	margin-top: 80px;
	margin-bottom: 100px;
}
@media (max-width: 767px) {
	#homepage-1 .ps-download-app {
		margin-bottom: 50px;
	}
}
#shop-carousel .ps-carouse--nav-inside {
	margin-bottom: 60px;
}
@media (max-width: 767px) {
	#shop-carousel .ps-carouse--nav-inside {
		margin-bottom: 40px;
	}
}
#shop-carousel .ps-block--container-hightlight {
	margin-bottom: 60px;
}
#shop-carousel .ps-product-list {
	margin-bottom: 90px;
}
#shop-carousel .ps-product-list .ps-section__header {
	display: block;
	text-align: center;
}
@media (max-width: 767px) {
	#shop-carousel .ps-product-list {
		margin-bottom: 50px;
	}
}
#shop-categories {
	background-color: #f5f5f5;
	padding-bottom: 90px;
}
#shop-categories .ps-catalog-top {
	padding: 70px 0;
}
#shop-categories .ps-product-list {
	margin-bottom: 20px;
	padding: 20px 20px 50px;
	background-color: #ffffff;
}
#shop-categories .ps-product-list .ps-section__header h3 {
	font-weight: 400;
}
#shop-categories .ps-more-categories .ps-section__content {
	display: flex;
	flex-flow: row wrap;
}
#shop-categories
	.ps-more-categories
	.ps-section__content
	.ps-block--category-vertical {
	margin-bottom: 30px;
	max-width: 20%;
	padding: 30px 10px;
}
@media (max-width: 1199px) {
	#shop-categories
		.ps-more-categories
		.ps-section__content
		.ps-block--category-vertical {
		max-width: 25%;
	}
}
@media (max-width: 991px) {
	#shop-categories
		.ps-more-categories
		.ps-section__content
		.ps-block--category-vertical {
		max-width: calc(100% / 3);
	}
}
@media (max-width: 767px) {
	#shop-categories
		.ps-more-categories
		.ps-section__content
		.ps-block--category-vertical {
		max-width: 50%;
	}
}
@media (max-width: 479px) {
	#shop-categories
		.ps-more-categories
		.ps-section__content
		.ps-block--category-vertical {
		max-width: 100%;
	}
}
#shop-sidebar .ps-page__header {
	margin-bottom: 50px;
}
#shop-sidebar .ps-page__header h1 {
	margin-bottom: 20px;
	font-weight: 700;
	color: #000;
	font-size: 24px;
}
#shop-sidebar .ps-layout--shop {
	padding-top: 30px;
}
#contact-us .ps-breadcrumb {
	margin-bottom: 0;
}
#contact-map {
	height: 100vh;
}
#shop-carousel .ps-carousel--nav-inside {
	padding: 30px 0 50px;
}
#shop-carousel .ps-carousel--nav-inside .owl-item img {
	width: 100%;
}
@media (max-width: 767px) {
	#shop-carousel .ps-carousel--nav-inside {
		padding: 30px 0;
	}
}
.ps-page--404 {
	position: relative;
	min-height: 100vh;
	background-color: #efeef0;
	text-align: center;
}
.ps-page--404 .container {
	min-height: 100vh;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
}
.ps-page--404 img {
	margin-bottom: 100px;
}
.ps-page--404 h3 {
	margin-bottom: 20px;
	font-size: 36px;
	color: #000;
	font-weight: 600;
}
.ps-page--404 p {
	margin-bottom: 20px;
	font-size: 18px;
}
.ps-page--404 p a {
	color: #fcb800;
}
.ps-page--404 .ps-form--widget-search {
	max-width: 370px;
	margin: 0 auto;
}
.ps-page--404 .ps-form--widget-search input {
	height: 50px;
	border-color: #fff;
}
@media (max-width: 767px) {
	.ps-page--404 h3 {
		font-size: 24px;
	}
	.ps-page--404 p {
		font-size: 14px;
	}
}
.ps-page--comming-soon {
	text-align: center;
	padding-bottom: 50px;
}
.ps-page--comming-soon .ps-countdown li {
	display: inline-block;
	margin-right: 20px;
}
.ps-page--comming-soon .ps-countdown li span {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 48px;
	color: #000;
	line-height: 1em;
}
.ps-page--comming-soon .ps-countdown li p {
	margin-bottom: 0;
}
.ps-page--comming-soon .ps-countdown li:last-child {
	margin-right: 0;
}
.ps-page--comming-soon .ps-page__header {
	padding: 50px 0;
}
.ps-page--comming-soon .ps-page__header .ps-logo {
	display: inline-block;
	margin-bottom: 50px;
}
.ps-page--comming-soon .ps-page__header h1 {
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: 600;
}
.ps-page--comming-soon figure figcaption {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 600;
}
.ps-page--comming-soon figure .ps-countdown {
	margin-bottom: 80px;
}
.ps-page--comming-soon .ps-list--social li {
	margin-right: 30px;
}
.ps-page--comming-soon .ps-list--social li a {
	color: #cccccc;
}
.ps-page--comming-soon .ps-list--social li a:hover {
	color: #fcb800;
}
.ps-page--shop .ps-shop-banner {
	padding: 30px 0 45px;
}
.ps-page--shop .ps-shop-brand {
	margin-bottom: 45px;
}
.ps-page--shop .ps-shop-categories {
	margin-bottom: 30px;
}
.ps-page--shop .ps-carousel--nav-inside .owl-item img {
	width: 100%;
}
@media (max-width: 1199px) {
	.ps-page--shop .ps-product:not(.ps-product--wide) {
		border-color: #dfdfdf;
	}
	.ps-page--shop
		.ps-product:not(.ps-product--wide)
		.ps-product__content:not(.hover) {
		position: relative;
		display: block;
		left: 0;
		padding: 0 10px 20px;
		border-bottom: 1px solid #dfdfdf;
		border-top: none;
	}
	.ps-page--shop .ps-shop-banner,
	.ps-page--shop .ps-shop-brand,
	.ps-page--shop .ps-shop-categories,
	.ps-page--shop .ps-shop-categories,
	.ps-page--shop .ps-block--shop-features,
	.ps-page--shop .ps-block--shop-features {
		display: none;
	}
}
@media (max-width: 767px) {
	.ps-page--shop .ps-product .ps-product__vendor {
		padding-left: 10px;
		padding-right: 10px;
	}
	.ps-page--shop .ps-product .ps-product__content:not(.hover) {
		width: 100%;
		left: 0;
		padding: 0 10px 20px;
	}
	.ps-page--product .ps-page__container {
		flex-flow: column wrap;
	}
}
@media (min-width: 576px) and (max-width: 992px) {
	.ps-page--shop .container {
		max-width: 100%;
	}
}
.ps-page--product {
	padding-top: 30px;
}
.ps-page--product .ps-page__container {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
}
.ps-page--product .ps-page__container > * {
	width: 100%;
}
.ps-page--product .ps-page__container .ps-page__left {
	padding-right: 30px;
	max-width: calc(100% - 290px);
}
.ps-page--product .ps-page__container .ps-page__right {
	min-width: 290px;
	max-width: 290px;
}
.ps-page--product .ps-page__right .widget_same-brand {
	border-bottom: 1px solid #eaeaea;
}
.ps-page--product.reverse .ps-page__container {
	flex-flow: row-reverse nowrap;
}
.ps-page--product.reverse .ps-page__right {
	padding-right: 30px;
}
@media (max-width: 1199px) {
	.ps-page--product .ps-page__container .ps-page__left {
		max-width: 100%;
		padding-right: 0;
	}
}
.ps-page--product-box {
	background-color: #f1f1f1;
}
.ps-page--blog .ps-page__header {
	padding: 90px 0;
	text-align: center;
}
.ps-page--blog .ps-page__header h1 {
	margin: 0 0 20px;
	font-size: 48px;
	font-weight: 600;
	line-height: 1em;
}
@media (max-width: 991px) {
	.ps-page--blog .ps-page__header {
		padding: 45px 0;
	}
	.ps-page--blog .ps-page__header h1 {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.ps-page--blog .ps-page__header {
		padding: 30px 0;
	}
	.ps-page--blog .ps-page__header h1 {
		font-size: 32px;
	}
}
@media (max-width: 479px) {
	.ps-page--blog .ps-page__header {
		padding: 25px 0;
	}
	.ps-page--blog .ps-page__header h1 {
		font-size: 24px;
	}
}
.sub-toggle {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	cursor: pointer;
	transform-style: preserve-3d;
	display: none;
}
.sub-toggle:before,
.sub-toggle:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1px;
	background-color: #000;
}
.sub-toggle:before {
	transform: translateX(-50%);
}
.sub-toggle:after {
	transform: translateX(-50%) rotate(90deg);
}
.sub-toggle.active:after {
	display: none;
}
.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	z-index: 1000;
	transition: all 0.4s ease;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	visibility: hidden;
	opacity: 0;
	border-radius: 8px;
}
.sub-menu:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	height: 0;
	width: 0;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	display: none;
}
.sub-menu > li {
	display: block;
}
.sub-menu > li > a {
	display: inline-block;
	padding: 6px 20px;
	width: 100%;
	font-size: 14px;
	color: #050505;
	text-transform: capitalize;
	transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.sub-menu > li > a:hover {
	color: #002964;
}
.sub-menu > li:last-child {
	border-bottom: none;
}
.sub-menu > li:last-child a {
	border-bottom: 1px solid #eee;
}
.sub-menu > li.menu-item-has-children {
	position: relative;
}
.sub-menu > li.menu-item-has-children > .sub-toggle {
	display: none;
}
.sub-menu > li.menu-item-has-children > .sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	visibility: hidden;
	opacity: 0;
	transform: translateY(30px);
}
.sub-menu > li.menu-item-has-children > .sub-menu:before {
	display: none;
}
.sub-menu > li.menu-item-has-children:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.mega-menu {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 15px 30px 10px;
	background-color: #fff;
	transition: all 0.4s ease;
}
.mega-menu > * {
	width: 100%;
	padding: 10px 15px;
}
.mega-menu h4 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	color: #050505;
}
.mega-menu .mega-menu__column {
	min-width: 180px;
}
.mega-menu .mega-menu__list {
	background-color: transparent;
}
.mega-menu .mega-menu__list li a {
	display: block;
	color: #999;
	line-height: 20px;
	padding: 4px 0;
	font-size: 0.9em;
	background-color: transparent;
	font-weight: 500;
	font-family: Roboto;
}
.mega-menu .mega-menu__list li a.has-badge {
	padding-right: 20px;
}
.mega-menu .mega-menu__list li a.has-badge:after {
	content: 'New';
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 9px;
	color: #ffffff;
	padding: 0px 8px;
	line-height: 2em;
	border-radius: 10px;
	background-color: #fcb800;
}
.mega-menu .mega-menu__list li a.has-badge.sale {
	color: #ec0101;
}
.mega-menu .mega-menu__list li a.has-badge.sale:after {
	content: 'Sale';
	background-color: #ffa800;
}
.mega-menu .mega-menu__list li a:hover {
	color: #002964;
}
.menu {
	text-align: left;
}
.menu > li {
	display: inline-block;
	vertical-align: middle;
}
.menu > li > a {
	display: inline-block;
	padding: 15px 12px;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
}
.menu > li > a:hover {
	color: #fff;
}
.menu > li:first-child {
	padding-left: 0;
}
.menu > li:first-child > a {
	padding-left: 0;
}
.menu > li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.menu > li .sub-toggle {
	margin-left: 5px;
	display: none;
}
.menu > li .sub-menu {
	visibility: hidden;
	opacity: 0;
}
.menu > li .mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
}
.menu > li.menu-item-has-children {
	position: relative;
}
.menu > li.menu-item-has-children > a:after {
	content: '\e93a';
	font: normal normal normal 12px/1 linearicons;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 8px;
}
.menu > li.menu-item-has-children > a:before {
	content: '';
	width: 13px;
	height: 13px;
	background-color: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 10000;
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: 0 0;
	visibility: hidden;
	opacity: 0;
	box-shadow: -4px -4px 10px rgba(10, 10, 10, 0.1);
}
.menu > li.has-mega-menu {
	position: relative;
}
.menu > li.has-mega-menu .mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 0;
	border-radius: 8px;
}
.menu > li.has-mega-menu:hover .mega-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.menu > li:hover .sub-toggle {
	color: #ffffff;
}
.menu > li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}
.menu > li:hover.menu-item-has-children > a:before {
	visibility: visible;
	opacity: 1;
}
.menu--product-categories {
	position: relative;
	height: 100%;
}
.menu--product-categories .menu__toggle {
	position: relative;
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	cursor: pointer;
}
.menu--product-categories .menu__toggle i {
	font-size: 20px;
	margin-right: 10px;
}
.menu--product-categories .menu__toggle span {
	font-size: 20px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.menu--product-categories .menu__toggle:hover:before,
.menu--product-categories .menu__toggle.active:before {
	transform-origin: 0 50%;
	transform: scale3d(1, 1, 1);
}
.menu--product-categories .menu__content {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	z-index: 1000;
	min-width: 100%;
	padding-top: 2px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
	transform: scale3d(1, 1, 0) translateY(30px);
	top: 55px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px -5px,
		rgba(0, 0, 0, 0.04) 0px 13px 10px -5px;
}
.menu--product-categories .menu--dropdown {
	background-color: #fff;
	border: 1px solid #d3d3d3;
	min-width: 260px;
}
.menu--product-categories .menu--dropdown > .has-mega-menu {
	position: relative;
}
.menu--product-categories:hover .menu__content {
	visibility: visible;
	opacity: 1;
	transform: scale3d(1, 1, 1) translateY(0);
	border-radius: 5px;
}
.menu--dropdown > li {
	padding: 0 20px;
	transition: all 0.4s ease;
}
.menu--dropdown > li > a {
	display: block;
	padding: 10px 0;
	color: #000;
}
.menu--dropdown > li > a i {
	margin-right: 10px;
	font-size: 18px;
}
.menu--dropdown > li.has-mega-menu .mega-menu {
	position: absolute;
	top: 0;
	left: 100%;
	width: auto;
	min-width: 530px;
	visibility: hidden;
	opacity: 0;
	border-left: none;
}
.menu--dropdown > li:hover {
	background-color: #fcb800;
}
.menu--dropdown > li:hover.has-mega-menu .mega-menu {
	visibility: visible;
	opacity: 1;
}
.menu--mobile .sub-menu {
	position: relative;
	display: none;
	transform: translate(0, 0);
	visibility: visible;
	opacity: 1;
	transition: all 0s ease;
	border: none;
}
.menu--mobile .sub-menu > li > a {
	border: none;
	padding: 10px 20px;
}
.menu--mobile .mega-menu {
	display: none;
	flex-flow: row wrap;
	max-width: 100%;
	padding-left: 15px;
	transition: all 0s ease;
}
.menu--mobile .mega-menu h4 {
	position: relative;
	display: block;
	margin-bottom: 0;
	padding: 10px 0;
	width: 100%;
	line-height: 20px;
}
.menu--mobile .mega-menu .mega-menu__column {
	padding: 0;
}
.menu--mobile .mega-menu .mega-menu__list {
	display: none;
	padding-left: 15px;
}
.menu--mobile .mega-menu .mega-menu__list li a {
	color: #666;
	border: none;
}
.menu--mobile .mega-menu .mega-menu__list li a:hover {
	color: #000;
}
.menu--mobile > li {
	border-bottom: 1px solid #dedede;
}
.menu--mobile > li > a {
	position: relative;
	z-index: 10;
	display: block;
	padding: 15px 20px;
	line-height: 20px;
	font-size: 15px;
}
.menu--mobile > li > a:hover {
	padding-left: 5px;
	color: #000;
}
.menu--mobile > li.menu-item-has-children {
	position: relative;
}
.menu--mobile > li.menu-item-has-children .sub-toggle {
	position: absolute;
	top: 5px;
	right: 0;
	width: 40px;
	height: 40px;
	z-index: 20;
	display: inline-block;
}
.menu--mobile .mega-menu {
	border: none;
}
.menu--mobile .mega-menu h4 {
	font-weight: 500;
}
.menu--mobile .mega-menu__list > li {
	border-bottom: 1px solid #dedede;
}
.menu--mobile .mega-menu__list > li a {
	padding: 10px 0;
}
.menu--mobile .mega-menu__list > li:last-child {
	border: none;
}
/*4. MODULES */
@media (min-width: 1200px) {
	.navigation {
		background-color: #002e71;
		box-shadow: 0 4px 8px #c0c0c0;
	}
}
.navigation > .ps-container,
.navigation > .container {
	display: flex;
	flex-flow: row nowrap;
}
.navigation > .ps-container > *,
.navigation > .container > * {
	width: 100%;
}
.navigation__extra > li {
	position: relative;
	display: inline-block;
	padding: 15px 12px;
	line-height: 20px;
}
.navigation__extra > li:after {
	/*content: '';*/
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 2px;
	height: 15px;
	background-color: #000;
}
.navigation__extra > li a {
	color: #fff;
}
.navigation__extra > li a:hover {
	color: #fff;
}
.navigation__extra > li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.navigation__extra > li:last-child:after {
	display: none;
}
.navigation__extra .ps-dropdown img {
	margin-right: 8px;
}
.navigation .navigation__left {
	max-width: 260px;
}
.navigation .navigation__right {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	/*padding-left: 35px;*/
}
.header .header__extra {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 42px;
	transition: all 0.4s ease;
}
.header .header__extra > i {
	font-size: 30px;
	line-height: 42px;
}
.header .header__extra span {
	position: absolute;
	bottom: 0;
	right: -6px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	vertical-align: top;
	width: 20px;
	height: 20px;
	color: #ffffff;
	background-color: #000000;
	border-radius: 50%;
}
.header .header__extra span i {
	font-size: 12px;
	font-style: normal;
	line-height: 1em;
	font-weight: 500;
}
.header .header__extra:hover i {
	color: #ffffff;
}
.header .header__actions {
	display: flex;
	align-items: center;
	/*justify-content: flex-end;*/
}
.header .header__actions > * {
	/*margin: 0 20px;*/
}
.header .header__left {
	max-width: 300px;
	display: flex;
	align-items: center;
}
.header .header__left .menu--product-categories {
	display: none;
}
.header .header__right {
	max-width: 370px;
}
.header .header__top {
	padding: 15px 0;
	background-color: #050505;
}
.header .header__top .ps-container,
.header .header__top .container {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.header .header__top .ps-container > *,
.header .header__top .container > * {
	width: 100%;
}
.header.header--sticky .menu--product-categories .menu__toggle i {
	font-size: 30px;
}
.header.header--sticky .menu--product-categories .menu__toggle span {
	font-size: 16px;
}
.header.header--sticky .header__top {
	position: fixed;
	top: 66px;
	width: 100%;
	z-index: 1000;
	border-bottom: none;
	padding: 15px 0;
}
.header.header--sticky .header__left .ps-logo {
	display: none;
}
.header.header--sticky .header__left .menu--product-categories {
	display: block;
	background-color: transparent;
}
@media (max-width: 1199px) {
	.header {
		display: none;
	}
	.header.header--mobile {
		display: block;
	}
}
.header--standard .ps-block--user-header a:hover {
	color: #fcb800;
}
.header--standard .header__top-links {
	width: 100%;
}
.header--standard .header__top-links > li {
	display: inline-block;
	margin-right: 16px;
	padding-right: 15px;
	position: relative;
}
.header--standard .header__top-links > li:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	height: 15px;
	width: 0;
	border-right: 1px solid #e1e1e1;
}
.header--standard .header__top-links > li > a {
	color: #666666;
}
.header--standard .header__top-links > li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.header--standard .header__top-links > li:last-child:after {
	display: none;
}
.header--standard .header__top-links .language > a img {
	margin-right: 5px;
}
.header--standard .header__top-links .ps-block--user-header .ps-block__left i {
	font-size: 14px;
}
.header--standard .header__top-links .ps-block--user-header .ps-block__right a {
	display: inline-block;
	font-weight: 400;
	margin-right: 10px;
	color: #666666;
}
.header--standard
	.header__top-links
	.ps-block--user-header
	.ps-block__right
	a:first-child:after {
	content: '/';
	padding-left: 10px;
}
.header--standard
	.header__top-links
	.ps-block--user-header
	.ps-block__right
	a:hover {
	color: #fcb800;
}
.header--standard .header__top {
	padding: 10px 0;
	background-color: #fff;
	border-bottom: none;
}
.header--standard .header__top .container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.header--standard .header__top .header__left {
	max-width: 50%;
}
.header--standard .header__top .header__left p {
	margin-bottom: 0;
	color: #666666;
	line-height: 30px;
}
.header--standard .header__top .header__left p strong {
	color: #000;
}
.header--standard .header__top .header__right {
	text-align: right;
	max-width: 50%;
}
.header--standard .header__content-left {
	max-width: 270px;
	padding-right: 30px;
	display: flex;
	align-items: center;
}
.header--standard .header__content-left .ps-logo {
	margin-right: 30px;
}
.header--standard .header__content-center {
	max-width: 600px;
}
.header--standard .menu--product-categories .menu__toggle i {
	font-size: 30px;
}
.header--standard .ps-form--quick-search {
	width: 600px;
}
.header--standard .ps-form--quick-search button {
	background-color: #fcb800;
	color: #000;
}
.header--standard .ps-form--quick-search .form-group--icon {
	border: 1px solid #e1e1e1;
	min-width: 80px;
	border-radius: 4px 0 0 4px;
}
.header--standard .ps-form--quick-search .form-group--icon select {
	height: 40px;
	border: none;
}
.header--standard .ps-form--quick-search input {
	border: 1px solid #e1e1e1;
	border-left: none;
}
.header--standard .header__content {
	padding: 20px 0;
}
.header--standard
	.header__content
	.menu--product-categories
	.menu__toggle:hover:before {
	display: none;
}
.header--standard .header__content .container {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.header--standard .header__content .container > * {
	width: 100%;
}
.header--standard .header__extra span {
	background-color: #fcb800;
}
.header--standard .header__extra span i {
	color: #000;
	font-weight: 700;
}
.header--standard.header--sticky .header__top {
	position: relative;
}
.header--standard.header--sticky .header__content {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	background-color: #ffffff;
}
.header--standard.header--sticky .header__content .menu--product-categories {
	display: block;
}
.header--standard.header--sticky .ps-logo {
	display: none;
}
@media (max-width: 1199px) {
	.header--standard {
		display: none;
	}
}
.header--product {
	visibility: hidden;
	opacity: 0;
	height: 0;
}
.header--product .navigation {
	transition: transform 0.25s ease;
	transform: translateY(-50%);
}
.header--product.header--sticky {
	visibility: visible;
	opacity: 1;
	height: auto;
}
.header--product.header--sticky .navigation {
	padding: 10px 0;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	border-bottom: 1px solid #eaeaea;
	transform: translateY(0);
}
.header--mobile {
	position: relative;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 9999;
	text-align: center;
	border-bottom: 0 none;
	background-color: #fcb800;
	transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.header--mobile::after {
	clear: both;
	content: '';
	display: table;
}
.header--mobile .navigation__extra {
	display: inline-block;
}
.header--mobile .navigation__extra li {
	margin-right: 5px;
	padding-right: 5px;
}
.header--mobile .navigation__extra li:after {
	display: none;
}
.header--mobile .header__extra span {
	background-color: #fcb800;
}
.header--mobile .header__actions i {
	font-size: 24px;
}
.header--mobile .ps-block--user-header i {
	font-size: 24px;
}
.header--mobile .header__top {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	background-color: #f4f5f5;
	padding: 15px 30px;
}
.header--mobile .header__top > * {
	width: 100%;
}
.header--mobile .header__top .header__left {
	max-width: 40%;
}
.header--mobile .header__top .header__left p {
	margin-bottom: 0;
}
.header--mobile .header__top .header__right {
	max-width: 60%;
	text-align: right;
}
.header--mobile .header__top .header__right .navigation__extra {
	display: inline-block;
}
.header--mobile .navigation--mobile {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding: 10px 30px;
	border-bottom: none;
}
.header--mobile .navigation--mobile .navigation__left {
	display: flex;
	align-items: center;
}
.header--mobile .header__extra span {
	background-color: #000;
}
.header--mobile .header__extra span i {
	color: #ffffff;
	font-weight: 600;
}
.header--mobile.active {
	transform: translateX(270px);
}
.header--mobile.header--sticky .navigation--mobile {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fcb800;
	-ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
}
@media (min-width: 1200px) {
	.header--mobile {
		display: none;
	}
}
@media (max-width: 1199px) {
	.header--mobile .ps-search--mobile {
		display: none;
	}
}
@media (max-width: 991px) {
	.header--mobile .header__top .header__left {
		display: none;
	}
	.header--mobile .header__top .header__right {
		max-width: 100%;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.header--mobile .navigation__extra li > a {
		display: none;
	}
}
@media (max-width: 479px) {
	.header--mobile .header__top {
		display: none;
	}
	.header--mobile .header__actions > * {
		margin: 0;
		margin-right: 20px;
	}
	.header--mobile .header__actions i {
		font-size: 24px;
	}
	.header--mobile .ps-block--user-header {
		margin-right: 0;
	}
	.header--mobile .ps-block--user-header i {
		font-size: 24px;
	}
	.header--mobile .ps-block--user-header .ps-block__right {
		display: none;
	}
	.header--mobile .ps-search--mobile {
		display: block;
	}
}
.header--mobile-product .header__back {
	vertical-align: middle;
	text-align: left;
}
.header--mobile-product .header__back strong {
	font-size: 18px;
	vertical-align: middle;
}
.header--mobile-product .header__back i {
	vertical-align: middle;
	margin-right: 16px;
	font-size: 24px;
	color: #000;
}
.header--mobile-product .navigation--mobile .navigation__left {
	justify-content: flex-start;
}
.header--mobile-categories .header__back {
	vertical-align: middle;
	text-align: left;
}
.header--mobile-categories .header__back strong {
	font-size: 18px;
	vertical-align: middle;
}
.header--mobile-categories .header__back i {
	vertical-align: middle;
	margin-right: 16px;
	font-size: 24px;
	color: #000;
}
.header--mobile-categories .navigation--mobile .navigation__left {
	justify-content: flex-start;
}
.header--mobile-categories .header__filter {
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f5f5f5;
}
.header--mobile-categories .header__filter > * {
	flex-basis: 100%;
	max-width: 50%;
}
.header--mobile-categories .header__filter button {
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	background-color: transparent;
	font-size: 14px;
}
.header--mobile-categories .header__filter button:after {
	content: '\e93a';
	font-family: Linearicons;
	margin-left: 20px;
}
.header--mobile-categories .header__filter button i {
	margin-right: 10px;
	font-size: 16px;
	font-size: 20px;
	color: #666;
}
.header--mobile-categories .header__filter .header__sort {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}
.header--mobile-categories .header__filter .header__sort i {
	margin-right: 10px;
	font-size: 16px;
	font-size: 20px;
	color: #666;
}
.header--mobile-categories
	.header__filter
	.header__sort
	.select2
	.select2-selection {
	border: none;
	background-color: transparent;
}
.header--mobile-categories
	.header__filter
	.header__sort
	.select2
	.select2-selection
	.select2-selection__rendered {
	background-color: transparent;
	text-align: left;
}
.header--mobile-categories
	.header__filter
	.header__sort
	.select2
	.select2-selection
	.select2-selection__arrow:before {
	content: '\e93a';
	font-family: Linearicons;
}
.header--mobile-categories .header__filter > button {
	border-right: 1px solid #ccc;
}
.navigation--sidebar {
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
	height: 100vh;
	overflow-y: auto;
	z-index: 10001;
	background-color: #fff;
	transform: translateX(-100%);
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.navigation--sidebar .navigation__actions {
	text-align: center;
}
.navigation--sidebar .navigation__actions .ps-dropdown {
	margin-bottom: 10px;
}
.navigation--sidebar .navigation__actions .ps-dropdown > a {
	font-size: 1.4rem;
	color: #666;
}
.navigation--sidebar .navigation__header {
	position: relative;
	text-align: center;
	padding: 15px 0;
	background-color: #fcb800;
}
.navigation--sidebar .navigation__header h3 {
	margin-bottom: 0;
	font-weight: 600;
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.navigation--sidebar .navigation__header .ps-btn--close {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}
.navigation--sidebar .navigation__header .ps-btn--close:before,
.navigation--sidebar .navigation__header .ps-btn--close:after {
	background-color: #ffffff;
	height: 60%;
}
.navigation--sidebar .navigation__content {
	padding-top: 10px;
	padding-bottom: 70px;
}
.navigation--sidebar .header__actions a {
	display: inline-block;
	margin: 0 5px;
	line-height: 40px;
}
.navigation--sidebar .header__actions a i {
	font-size: 24px;
	color: #000;
	vertical-align: middle;
}
.navigation--sidebar .header__actions .ps-dropdown a {
	padding-right: 0;
}
.navigation--sidebar .header__actions .ps-dropdown a:after {
	display: none;
}
.navigation--sidebar .header__actions .ps-cart-toggle {
	position: relative;
	display: inline-block;
	padding: 5px 0;
	line-height: 30px;
}
.navigation--sidebar .header__actions .ps-cart-toggle span {
	position: absolute;
	top: 40%;
	left: 50%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	transform: translate(25%, -100%);
	background-color: #000;
}
.navigation--sidebar .header__actions .ps-cart-toggle span i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-style: normal;
	font-size: 11px;
}
.navigation--sidebar.active {
	transform: translateX(0);
}
@media (min-width: 1200px) {
	.navigation--sidebar .navigation__actions {
		display: none;
	}
}
@media (max-width: 479px) {
	.navigation--sidebar {
		width: 100%;
	}
}
.navigation--list {
	width: 100%;
	z-index: 10002;
	padding: 10px 30px;
	border-top: 1px solid #ccc;
	background-color: #050505;
}
.navigation--list .navigation__item {
	text-align: center;
}
.navigation--list .navigation__item i {
	font-size: 24px;
}
.navigation--list .navigation__item span {
	display: block;
}
.navigation--list .navigation__item.active i {
	color: #fcb800;
}
.navigation--list .navigation__item.active span {
	color: #fcb800;
}
.navigation--list .navigation__content {
	max-width: 400px;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
@media (min-width: 1200px) {
	.navigation--list {
		display: none;
	}
}
.navigation--mobile-product {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10002;
	border-top: 1px solid #ccc;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
}
.navigation--mobile-product > * {
	width: 100%;
	flex-basis: 50%;
	font-size: 16px;
	border-radius: 0;
	text-align: center;
}
.navigation--mobile-product .ps-btn--black {
	color: #ffffff;
}
@media (min-width: 1200px) {
	.navigation--mobile-product {
		display: none;
	}
}
.navigation--sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
}
.navigation--sticky .navigation {
	background-color: #fff;
}
.navigation--sticky .header__top {
	display: none;
}
.navigation--sticky.navigation--pin {
	transform: translate(0, 0);
}
.navigation--sticky.navigation--unpin {
	transform: translate(0, -100%);
}
.navigation--sticky.header--1.navigation--pin .navigation {
	background-color: rgba(0, 0, 0, 0.95);
}
.navigation--sticky.header--1.navigation--pin.header--black .navigation {
	background-color: rgba(255, 255, 255, 0.95);
}
.navigation--sticky.header--2.navigation--pin.active {
	background-color: #fff;
	transform: translate(270px, 0);
}
@media (max-width: 1199px) {
	.navigation--sticky.navigation--unpin {
		transform: translate(0, 0);
	}
}
.ps-site-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.75);
	transition: all 0.4s ease;
	visibility: hidden;
	opacity: 0;
}
.ps-site-overlay.active {
	visibility: visible;
	opacity: 1;
}
.ps-search--mobile {
	max-width: 450px;
	margin: 0 auto;
	padding: 10px 20px;
}
.ps-footer__widgets {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-bottom: 35px;
}
.ps-footer__links {
	padding: 60px 0;
	border-top: 1px solid #e1e1e1;
}
.ps-footer__links p strong {
	color: #000;
	margin-right: 20px;
	font-weight: 600;
}
.ps-footer__links p a {
	display: inline-block;
	color: #666;
	line-height: 20px;
	margin-right: 10px;
	position: relative;
}
.ps-footer__links p a:after {
	content: '|';
	margin-left: 5px;
}
.ps-footer__links p a:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	transform: scale3d(0, 1, 1);
	transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
	transform-origin: 100% 50%;
}
.ps-footer__links p a:hover:before {
	transform: scale3d(1, 1, 1);
	transform-origin: 0 50%;
}
.ps-footer__links p a:last-child:after {
	display: none;
}
.ps-footer__copyright {
	padding: 35px 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	border-top: 1px solid #e1e1e1;
}
.ps-footer__copyright p {
	margin-bottom: 0;
	line-height: 30px;
	color: #000;
}
.ps-footer__copyright p:last-child span {
	display: inline-block;
	line-height: inherit;
	vertical-align: middle;
}
.ps-footer__copyright p:last-child a {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.ps-footer__widgets {
		flex-flow: row wrap;
	}
	.ps-footer__widgets > * {
		width: 100%;
		max-width: 25%;
	}
	.ps-footer__widgets .widget_contact-us {
		max-width: 100%;
		width: 100%;
	}
}
@media (max-width: 479px) {
	.ps-footer__widgets > * {
		max-width: 50%;
		flex-basis: 50%;
	}
	.ps-footer__copyright {
		flex-flow: row wrap;
		text-align: center;
	}
	.ps-footer__copyright p {
		display: block;
		width: 100%;
	}
	.ps-footer__copyright p span {
		display: block;
		padding-bottom: 10px;
	}
}
.ps-footer--2 .widget_newletters .form-group--nest {
	margin-bottom: 30px;
}
.ps-footer--3 {
	padding: 0;
	border-top: 1px solid #e1e1e1;
	background-color: #f8f8f8;
}
.ps-footer--3 .ps-block--site-features {
	padding: 40px 0;
	margin-bottom: 70px;
	border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
	.ps-footer--3 .ps-block--site-features {
		margin-bottom: 40px;
	}
}
.ps-footer--kids .ps-form--newletter .form-group--nest {
	margin-bottom: 20px;
}
.ps-footer--photo .ps-site-info h5 {
	color: #c81919;
	font-size: 24px;
	font-weight: 600;
}
.ps-footer--photo .ps-form--newletter button {
	color: #fff;
	background-color: #c81919;
}
.ps-footer--photo .ps-form--newletter button:hover {
	background-color: #9b1313;
}
@media (min-width: 1440px) {
	.ps-footer--photo .ps-footer__content {
		flex: 2 1 100%;
	}
	.ps-footer--photo .ps-footer__left {
		flex: 1 1 100%;
		max-width: 400px;
	}
	.ps-footer--photo .ps-footer__content {
		width: 100%;
		max-width: 100%;
	}
	.ps-footer--photo .ps-footer__wrapper {
		display: flex;
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
@media (min-width: 1680px) {
	.ps-footer--photo .ps-footer__wrapper {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
	}
}
/*5. HELPERS */
.ma-0 {
	margin: 0;
}
.pd-0 {
	padding: 0;
}
.mt-0 {
	margin-top: 0px;
}
.mr-0 {
	margin-right: 0px;
}
.mb-0 {
	margin-bottom: 0px;
}
.ml-0 {
	margin-left: 0px;
}
.pt-0 {
	padding-top: 0px;
}
.pr-0 {
	padding-right: 0px;
}
.pb-0 {
	padding-bottom: 0px;
}
.pl-0 {
	padding-left: 0px;
}
.mt-5 {
	margin-top: 5px;
}
.mr-5 {
	margin-right: 5px;
}
.mb-5 {
	margin-bottom: 5px;
}
.ml-5 {
	margin-left: 5px;
}
.pt-5 {
	padding-top: 5px;
}
.pr-5 {
	padding-right: 5px;
}
.pb-5 {
	padding-bottom: 5px;
}
.pl-5 {
	padding-left: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mr-10 {
	margin-right: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.ml-10 {
	margin-left: 10px;
}
.pt-10 {
	padding-top: 10px;
}
.pr-10 {
	padding-right: 10px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mr-15 {
	margin-right: 15px;
}
.mb-15 {
	margin-bottom: 15px;
}
.ml-15 {
	margin-left: 15px;
}
.pt-15 {
	padding-top: 15px;
}
.pr-15 {
	padding-right: 15px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pl-15 {
	padding-left: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mr-20 {
	margin-right: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.ml-20 {
	margin-left: 20px;
}
.pt-20 {
	padding-top: 20px;
}
.pr-20 {
	padding-right: 20px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pl-20 {
	padding-left: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mr-25 {
	margin-right: 25px;
}
.mb-25 {
	margin-bottom: 25px;
}
.ml-25 {
	margin-left: 25px;
}
.pt-25 {
	padding-top: 25px;
}
.pr-25 {
	padding-right: 25px;
}
.pb-25 {
	padding-bottom: 25px;
}
.pl-25 {
	padding-left: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mr-30 {
	margin-right: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.ml-30 {
	margin-left: 30px;
}
.pt-30 {
	padding-top: 30px;
}
.pr-30 {
	padding-right: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pl-30 {
	padding-left: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mr-35 {
	margin-right: 35px;
}
.mb-35 {
	margin-bottom: 35px;
}
.ml-35 {
	margin-left: 35px;
}
.pt-35 {
	padding-top: 35px;
}
.pr-35 {
	padding-right: 35px;
}
.pb-35 {
	padding-bottom: 35px;
}
.pl-35 {
	padding-left: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mr-40 {
	margin-right: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.ml-40 {
	margin-left: 40px;
}
.pt-40 {
	padding-top: 40px;
}
.pr-40 {
	padding-right: 40px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pl-40 {
	padding-left: 40px;
}
.mt-45 {
	margin-top: 45px;
}
.mr-45 {
	margin-right: 45px;
}
.mb-45 {
	margin-bottom: 45px;
}
.ml-45 {
	margin-left: 45px;
}
.pt-45 {
	padding-top: 45px;
}
.pr-45 {
	padding-right: 45px;
}
.pb-45 {
	padding-bottom: 45px;
}
.pl-45 {
	padding-left: 45px;
}
.mt-50 {
	margin-top: 50px;
}
.mr-50 {
	margin-right: 50px;
}
.mb-50 {
	margin-bottom: 50px;
}
.ml-50 {
	margin-left: 50px;
}
.pt-50 {
	padding-top: 50px;
}
.pr-50 {
	padding-right: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pl-50 {
	padding-left: 50px;
}
.mt-55 {
	margin-top: 55px;
}
.mr-55 {
	margin-right: 55px;
}
.mb-55 {
	margin-bottom: 55px;
}
.ml-55 {
	margin-left: 55px;
}
.pt-55 {
	padding-top: 55px;
}
.pr-55 {
	padding-right: 55px;
}
.pb-55 {
	padding-bottom: 55px;
}
.pl-55 {
	padding-left: 55px;
}
.mt-60 {
	margin-top: 60px;
}
.mr-60 {
	margin-right: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.ml-60 {
	margin-left: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pr-60 {
	padding-right: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pl-60 {
	padding-left: 60px;
}
.mt-65 {
	margin-top: 65px;
}
.mr-65 {
	margin-right: 65px;
}
.mb-65 {
	margin-bottom: 65px;
}
.ml-65 {
	margin-left: 65px;
}
.pt-65 {
	padding-top: 65px;
}
.pr-65 {
	padding-right: 65px;
}
.pb-65 {
	padding-bottom: 65px;
}
.pl-65 {
	padding-left: 65px;
}
.mt-70 {
	margin-top: 70px;
}
.mr-70 {
	margin-right: 70px;
}
.mb-70 {
	margin-bottom: 70px;
}
.ml-70 {
	margin-left: 70px;
}
.pt-70 {
	padding-top: 70px;
}
.pr-70 {
	padding-right: 70px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pl-70 {
	padding-left: 70px;
}
.mt-75 {
	margin-top: 75px;
}
.mr-75 {
	margin-right: 75px;
}
.mb-75 {
	margin-bottom: 75px;
}
.ml-75 {
	margin-left: 75px;
}
.pt-75 {
	padding-top: 75px;
}
.pr-75 {
	padding-right: 75px;
}
.pb-75 {
	padding-bottom: 75px;
}
.pl-75 {
	padding-left: 75px;
}
.mt-80 {
	margin-top: 80px;
}
.mr-80 {
	margin-right: 80px;
}
.mb-80 {
	margin-bottom: 80px;
}
.ml-80 {
	margin-left: 80px;
}
.pt-80 {
	padding-top: 80px;
}
.pr-80 {
	padding-right: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pl-80 {
	padding-left: 80px;
}
.mt-85 {
	margin-top: 85px;
}
.mr-85 {
	margin-right: 85px;
}
.mb-85 {
	margin-bottom: 85px;
}
.ml-85 {
	margin-left: 85px;
}
.pt-85 {
	padding-top: 85px;
}
.pr-85 {
	padding-right: 85px;
}
.pb-85 {
	padding-bottom: 85px;
}
.pl-85 {
	padding-left: 85px;
}
.mt-90 {
	margin-top: 90px;
}
.mr-90 {
	margin-right: 90px;
}
.mb-90 {
	margin-bottom: 90px;
}
.ml-90 {
	margin-left: 90px;
}
.pt-90 {
	padding-top: 90px;
}
.pr-90 {
	padding-right: 90px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pl-90 {
	padding-left: 90px;
}
.mt-95 {
	margin-top: 95px;
}
.mr-95 {
	margin-right: 95px;
}
.mb-95 {
	margin-bottom: 95px;
}
.ml-95 {
	margin-left: 95px;
}
.pt-95 {
	padding-top: 95px;
}
.pr-95 {
	padding-right: 95px;
}
.pb-95 {
	padding-bottom: 95px;
}
.pl-95 {
	padding-left: 95px;
}
.mt-100 {
	margin-top: 100px;
}
.mr-100 {
	margin-right: 100px;
}
.mb-100 {
	margin-bottom: 100px;
}
.ml-100 {
	margin-left: 100px;
}
.pt-100 {
	padding-top: 100px;
}
.pr-100 {
	padding-right: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pl-100 {
	padding-left: 100px;
}
.fw-300 {
	font-weight: 300;
}
.fw-500 {
	font-weight: 500;
}
.fw-700 {
	font-weight: 700;
}
.fw-800 {
	font-weight: 800;
}
.fw-900 {
	font-weight: 900;
}
.ps-fullwidth {
	width: 100%;
}
html .bg--parallax {
	position: relative;
	z-index: 10;
	background-attachment: fixed !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: 50% 50%;
}
.bg--cover {
	background-position: 50% 50% !important;
	background-size: cover !important;
}
.bg--top {
	background-position: 50% 50% !important;
	background-size: cover !important;
}
.ps-block--category-2 ul,
.ps-block--products-of-category .ps-block__categories ul,
.ps-block--product-box ul,
.ps-block--categories-box ul,
.ps-block--menu-categories .ps-block__content ul,
.ps-block--shopping-total ul,
.ps-block--ourteam ul,
.ps-block--vendor-filter ul,
.ps-block--store ul,
.ps-block--payment-method ul,
.ps-panel--sidebar ul,
.widget_sidebar ul,
.widget_shop ul,
.widget_category ul,
.widget_footer ul,
.widget--blog ul,
.widget--vendor ul,
.ps-widget--account-dashboard .ps-widget__content ul,
.ps-carousel--animate ul,
.ps-product ul,
.ps-product--detail .ps-product__countdown figure ul,
.ps-product--hot-deal .ps-product__header ul,
.ps-product--photo ul,
.ps-filter ul,
.ps-filter--sidebar ul,
.ps-form--account ul,
.ps-product-list ul,
.ps-deal-of-day ul,
.ps-shopping .ps-shopping__header ul,
.ps-best-sale-brands ul,
.ps-blog .ps-blog__header ul,
.ps-my-account-2 ul,
.ps-store-list .ps-store-link ul,
.ps-page--comming-soon ul,
.header ul,
.navigation--sidebar ul,
.ps-block--category-2 ol,
.ps-block--products-of-category .ps-block__categories ol,
.ps-block--product-box ol,
.ps-block--categories-box ol,
.ps-block--menu-categories .ps-block__content ol,
.ps-block--shopping-total ol,
.ps-block--ourteam ol,
.ps-block--vendor-filter ol,
.ps-block--store ol,
.ps-block--payment-method ol,
.ps-panel--sidebar ol,
.widget_sidebar ol,
.widget_shop ol,
.widget_category ol,
.widget_footer ol,
.widget--blog ol,
.widget--vendor ol,
.ps-widget--account-dashboard .ps-widget__content ol,
.ps-carousel--animate ol,
.ps-product ol,
.ps-product--detail .ps-product__countdown figure ol,
.ps-product--hot-deal .ps-product__header ol,
.ps-product--photo ol,
.ps-filter ol,
.ps-filter--sidebar ol,
.ps-form--account ol,
.ps-product-list ol,
.ps-deal-of-day ol,
.ps-shopping .ps-shopping__header ol,
.ps-best-sale-brands ol,
.ps-blog .ps-blog__header ol,
.ps-my-account-2 ol,
.ps-store-list .ps-store-link ol,
.ps-page--comming-soon ol,
.header ol,
.navigation--sidebar ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*
* Author: Hamza mohamet
* URL: https://foxthemes.net
*/
/* -------------------------------------------------------------- */
/* Default Colors
----------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* Typography
----------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* Header Settings for Desktop Devices
----------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* Sidebar
----------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* tabs
----------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* 02. Graphic User Interface Elements
-----------------------------------------------------------------*/
/* ---------------------------------- */
/* Buttons
------------------------------------- */
button {
	vertical-align: middle;
}

span.button,
button.button {
	background-color: #2a41e8;
	top: 0;
	padding: 10px 20px;
	line-height: 24px;
	color: #fff;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	overflow: hidden;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 12px rgba(42, 65, 232, 0.15);
	box-shadow: 0 4px 12px rgba(42, 65, 232, 0.15);
}

input[type='button'],
input[type='submit'] {
	background-color: #2a41e8;
	top: 0;
	padding: 10px 20px;
	line-height: 24px;
	color: #fff;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	overflow: hidden;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 12px rgba(42, 65, 232, 0.15);
	box-shadow: 0 4px 12px rgba(42, 65, 232, 0.15);
}

a.button {
	background-color: #2a41e8;
	top: 0;
	padding: 10px 20px;
	line-height: 24px;
	color: #fff;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	overflow: hidden;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 12px rgba(42, 65, 232, 0.15);
	box-shadow: 0 4px 12px rgba(42, 65, 232, 0.15);
}

/* Icons Aligment*/
.button i[class^='icon-material'],
button.button i[class^='icon-material'] {
	font-size: 18px;
	height: 0;
	width: 18px;
	line-height: 0;
	top: 2px;
	position: relative;
	display: inline-block;
	margin-left: 3px;
}

input[type='button'] i[class^='icon-material'],
input[type='submit'] i[class^='icon-material'] {
	font-size: 18px;
	height: 0;
	width: 18px;
	line-height: 0;
	top: 2px;
	position: relative;
	display: inline-block;
	margin-left: 3px;
}

a.button i[class^='icon-material'] {
	font-size: 18px;
	height: 0;
	width: 18px;
	line-height: 0;
	top: 2px;
	position: relative;
	display: inline-block;
	margin-left: 3px;
}

.button i[class^='icon-feather'],
button.button i[class^='icon-feather'] {
	font-size: 15px;
	height: 0;
	width: 16px;
	line-height: 0;
	top: 2px;
	position: relative;
	display: inline-block;
	margin-left: 3px;
}

input[type='button'] i[class^='icon-feather'],
input[type='submit'] i[class^='icon-feather'] {
	font-size: 15px;
	height: 0;
	width: 16px;
	line-height: 0;
	top: 2px;
	position: relative;
	display: inline-block;
	margin-left: 3px;
}

a.button i[class^='icon-feather'] {
	font-size: 15px;
	height: 0;
	width: 16px;
	line-height: 0;
	top: 2px;
	position: relative;
	display: inline-block;
	margin-left: 3px;
}

/* Dark Style */
button.button.dark {
	background-color: #333;
	color: #fff;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

input[type='button'].dark,
input[type='submit'].dark {
	background-color: #333;
	color: #fff;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

a.button.dark {
	background-color: #333;
	color: #fff;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Dark Style */
button.button.gray {
	background-color: #eaeaea;
	color: #666;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input[type='button'].gray,
input[type='submit'].gray {
	background-color: #eaeaea;
	color: #666;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a.button.gray {
	background-color: #eaeaea;
	color: #666;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button.button.gray:hover {
	background-color: #e0e0e0;
}

input[type='button'].gray:hover,
input[type='submit'].gray:hover {
	background-color: #e0e0e0;
}

a.button.gray:hover {
	background-color: #e0e0e0;
}

body .button i.icon-material-outline-arrow-right-alt {
	font-size: 22px;
	top: 4px;
}

.button.full-width {
	max-width: 100%;
	width: 100%;
	text-align: center;
	display: block;
}

.button.big {
	font-size: 18px;
	padding: 13px 22px;
}

body .button.big i {
	font-size: 22px;
	top: 3px;
	position: relative;
}

/* Slide Out Button */
.button.button-slide-out span {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.button.button-slide-out:hover span {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	opacity: 0;
	display: inline-block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.button.button-slide-out i {
	-webkit-transform: translateY(calc(-50% + 10px));
	transform: translateY(calc(-50% + 10px));
	opacity: 0;
	display: inline-block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 18px;
	top: 50%;
	height: 20px;
}

.button.button-slide-out:hover i {
	-webkit-transform: translateY(calc(-50% + 0px));
	transform: translateY(calc(-50% + 0px));
	opacity: 1;
}

/* Move on Hover */
.move-on-hover {
	-webkit-box-shadow: 0 4px 12px rgba(42, 65, 232, 0.1);
	box-shadow: 0 4px 12px rgba(42, 65, 232, 0.1);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.move-on-hover:hover {
	-webkit-box-shadow: 0 4px 12px rgba(42, 65, 232, 0.2);
	box-shadow: 0 4px 12px rgba(42, 65, 232, 0.2);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

/* Centered Button */
.centered-button {
	text-align: center;
	display: block;
}

.centered-button .button {
	margin: 0 auto;
}

/* Bookmark Button */
span.bookmark-icon {
	font-size: 20px;
	position: absolute;
	z-index: 101;
	right: 35px;
	top: 35px;
	cursor: pointer;
	background-color: #eee;
	color: #c0c0c0;
	display: block;
	height: 39px;
	width: 39px;
	border-radius: 50%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	line-height: 27px;
}

.bookmark-icon.bookmarked {
	-webkit-animation: bookmarked-shadow 0.3s;
	animation: bookmarked-shadow 0.3s;
}

.bookmark-icon:before {
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.8, -0.41, 0.19, 2.5);
	transition: -webkit-transform 0.4s cubic-bezier(0.8, -0.41, 0.19, 2.5);
	transition: transform 0.4s cubic-bezier(0.8, -0.41, 0.19, 2.5);
	transition: transform 0.4s cubic-bezier(0.8, -0.41, 0.19, 2.5),
		-webkit-transform 0.4s cubic-bezier(0.8, -0.41, 0.19, 2.5);
	font-family: 'Material-Icons';
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	top: 6px;
	content: '\e988';
}

.bookmark-icon:hover {
	background-color: #333;
	color: #fff;
}

.bookmark-icon.bookmarked {
	background-color: #feb342;
	color: #fff;
}

.bookmark-icon.bookmarked:before {
	-webkit-animation: bookmark-icon 0.5s;
	animation: bookmark-icon 0.5s;
}

@-webkit-keyframes bookmarked-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(254, 179, 66, 0.8);
		box-shadow: 0 0 0 0 rgba(254, 179, 66, 0.8);
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
}

@keyframes bookmarked-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(254, 179, 66, 0.8);
		box-shadow: 0 0 0 0 rgba(254, 179, 66, 0.8);
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
}

@-webkit-keyframes bookmark-icon {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes bookmark-icon {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* Bookmark Button */
.bookmark-button {
	background-color: #404040;
	display: inline-block;
	padding: 0;
	position: relative;
	height: 44px;
	line-height: 44px;
	color: #fff;
	padding: 0 15px;
	padding-left: 59px;
	border-radius: 4px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	cursor: pointer;
	-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.bookmark-button .bookmark-icon,
.bookmark-button:hover .bookmark-icon {
	background-color: rgba(255, 255, 255, 0.05);
}

.bookmark-button .bookmark-icon {
	border-radius: 4px;
	position: absolute;
	left: 0;
	right: auto;
	top: auto;
	height: 44px;
	width: 44px;
	border-radius: 4px 0 0 4px;
	pointer-events: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-animation: none;
	animation: none;
}

.bookmark-button .bookmark-icon:before {
	top: 8px;
	color: #fff;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 18px;
}

.bookmark-button.bookmarked {
	background-color: #feb342;
	color: #fff;
	-webkit-box-shadow: 0 3px 12px rgba(254, 179, 66, 0.2);
	box-shadow: 0 3px 12px rgba(254, 179, 66, 0.2);
}

.bookmark-button.bookmarked .bookmark-icon:before {
	color: #fff;
}

.bookmark-button:hover .bookmark-icon:before {
	color: #fff;
}

.bookmark-button.bookmarked .bookmark-icon,
.bookmark-button.bookmarked:hover .bookmark-icon {
	background-color: rgba(255, 255, 255, 0.16);
}

.bookmark-button.bookmarked .bookmarked-text {
	display: block;
}

.bookmark-button .bookmark-text {
	display: block;
}

.bookmark-button.bookmarked .bookmark-text,
.bookmark-button .bookmarked-text {
	display: none;
}

/* ---------------------------------- */
/* Button with sliding icon
------------------------------------- */
.button-sliding-icon {
	text-align: center;
}

.button-sliding-icon i {
	opacity: 0;
	max-width: 0;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	display: inline-block;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

.button-sliding-icon:hover i {
	max-width: 20px;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* For buttons */
.button.button-sliding-icon {
	padding-left: 20px;
	padding-right: 10px;
}

.button.button-sliding-icon:hover {
	padding-right: 20px;
}

.button.button-sliding-icon i {
	padding-right: 5px;
}

.button.button-sliding-icon:hover i {
	max-width: 20px;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.card {
	background-color: white;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.card .card-media {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.card .card-media img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.card .card-media-overly {
	background-color: #f1f3f4;
	height: 100%;
	width: 100%;
	-webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.card .card-body {
	padding: 0.875rem;
	position: relative;
}

.card .box-title {
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.75rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* ---------------------------------- */
/* Forms Reset & Styles
------------------------------------- */
input {
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	outline: none;
	font-size: 15px;
	color: #808080;
	max-width: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
	font-weight: 500;
	opacity: 1;
	border-radius: 4px;
	border: none;
}

textarea {
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	outline: none;
	font-size: 15px;
	color: #808080;
	margin: 0 0 16px 0;
	max-width: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
	font-weight: 500;
	opacity: 1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

select {
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	outline: none;
	font-size: 15px;
	color: #808080;
	max-width: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
	font-weight: 500;
	opacity: 1;
	border-radius: 4px;
	border: none;
	padding: 15px 18px;
	cursor: pointer;
}

input {
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

input:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='number']:focus {
	color: #808080;
	-webkit-transition: -webkit-box-shadow 0.2s !important;
	transition: -webkit-box-shadow 0.2s !important;
	transition: box-shadow 0.2s !important;
	transition: box-shadow 0.2s, -webkit-box-shadow 0.2s !important;
	opacity: 1;
	border: none;
}

textarea:focus {
	color: #808080;
	-webkit-transition: -webkit-box-shadow 0.2s !important;
	transition: -webkit-box-shadow 0.2s !important;
	transition: box-shadow 0.2s !important;
	transition: box-shadow 0.2s, -webkit-box-shadow 0.2s !important;
	opacity: 1;
	border: none;
	-webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #f0f2f5 inset !important;
	-webkit-text-fill-color: #f0f2f5 !important;
}

input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 30px #f0f2f5 inset !important;
	-webkit-text-fill-color: #f0f2f5 !important;
}

input.with-border,
input[type='text'].with-border,
input[type='password'].with-border,
input[type='email'].with-border,
input[type='number'].with-border {
	border: 1px solid #e0e0e0;
	/*-webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);*/
}

/* With Border */
textarea.with-border,
select.with-border {
	border: 1px solid #e0e0e0;
	/*-webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);*/
}

input.with-border:focus,
input[type='text'].with-border:focus,
input[type='password'].with-border:focus,
input[type='email'].with-border:focus,
input[type='number'].with-border:focus {
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.08);
}

textarea.with-border:focus {
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.08);
}

input[type='submit'] {
	border: none;
	padding: 11px 18px;
	width: auto;
}

input[type='checkbox'] {
	display: inline;
}

input[type='radio'] {
	width: 15px;
	height: 15px;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Input Placeholder Color */
::-webkit-input-placeholder {
	color: #808080;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #808080;
	opacity: 1;
}
::-ms-input-placeholder {
	color: #808080;
	opacity: 1;
}
::placeholder {
	color: #808080;
	opacity: 1;
}

textarea {
	height: auto;
	line-height: 27px;
	padding: 20px;
	min-height: 130px;
	-webkit-transition: none !important;
	transition: none !important;
	min-width: 100%;
}

label,
legend {
	display: block;
	font-weight: bold;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 8px;
}

label span,
legend span {
	font-weight: normal;
	font-size: 14px;
	color: #444;
}
.mobile_verification_section label,
.mobile_verification_section span {
	font-size: 14px !important;
	color: #050505;
}
fieldset {
	padding: 0;
	border: none;
}

button {
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: normal;
	cursor: pointer;
}

a {
	color: #2a41e8;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	outline: none !important;
}

button {
	outline: none !important;
}

a:focus,
a:hover {
	text-decoration: none;
	color: #333;
}

img {
	max-width: 100%;
}

/* ---------------------------------- */
/* Input With Icon
------------------------------------- */
.input-with-icon {
	display: block;
	position: relative;
}

.input-with-icon input {
	padding-right: 45px;
}

.input-with-icon i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	font-size: 20px;
	color: #a0a0a0;
	font-style: normal;
	cursor: normal;
	pointer-events: none;
}

.input-with-icon i.currency {
	font-size: 14px;
}

/* Input with boxed icon */
.input-with-icon-left {
	position: relative;
}

.input-with-icon-left input {
	padding-left: 65px;
}

.input-with-icon-left i {
	position: absolute;
	top: 0;
	color: #a0a0a0;
	text-align: center;
	line-height: 48px;
	width: 48px;
	height: 48px;
	font-size: 19px;
	background-color: #f8f8f8;
	border: 1px solid #e0e0e0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	border-radius: 4px 0 0 4px;
}

.input-with-icon-left.no-border i {
	border: none;
}

/* ---------------------------------- */
/* Keywords Input
------------------------------------- */
.keywords-container {
	margin-bottom: -15px;
}

.keywords-list {
	display: block;
	float: left;
	height: 0;
}

.keyword {
	background-color: rgba(42, 65, 232, 0.07);
	color: #2a41e8;
	display: inline-block;
	float: left;
	padding: 0;
	border-radius: 4px;
	cursor: default;
	margin: 0 7px 7px 0;
	height: 35px;
	line-height: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation: KeywordIn 0.3s ease-in-out;
	animation: KeywordIn 0.3s ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	overflow: hidden;
	max-width: 100%;
	font-size: 14.7px;
}

.keyword.keyword-removed {
	max-width: 0;
	margin: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-animation: KeywordOut 0.4s ease-in-out;
	animation: KeywordOut 0.4s ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	pointer-events: none;
}

@-webkit-keyframes KeywordIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes KeywordIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes KeywordOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		margin-top: -35px;
	}
}

@keyframes KeywordOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 0;
		margin-top: -35px;
	}
}

.keyword-text {
	padding-right: 12px;
}

.keyword .keyword-remove:before {
	display: inline-block;
	cursor: pointer;
	font-family: 'Feather-Icons';
	content: '\ea02';
	line-height: 20px;
	position: relative;
	top: 2px;
	margin-right: 4px;
	margin-left: 10px;
	font-size: 15px;
}

.keyword-input-container {
	position: relative;
}

.keyword-input-container .keyword-input-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 36px;
	width: 36px;
	padding: 0;
	color: #fff;
	background-color: #2a41e8;
	border-radius: 4px;
	margin: 6px;
	font-size: 19px;
	text-align: center;
	line-height: 36px;
}

.keyword-input-container .keyword-input-button i {
	color: #fff;
	position: relative;
	top: 2px;
}

input.keyword-input {
	margin: 0 0 15px 0;
}

/* ---------------------------------- */
/* Checkbox
------------------------------------- */
.checkbox {
	display: inline-block;
	margin-bottom: 0;
}

.checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.checkbox label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	line-height: 25px;
}

.checkbox label span.checkbox-icon {
	content: '';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #b4b4b4;
	height: 20px;
	width: 20px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 4px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 1px;
}

.checkbox input + label span.checkbox-icon:after {
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	content: '';
	display: block;
	width: 6px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: scale(0.5) rotate(45deg);
	transform: scale(0.5) rotate(45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
	transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
}

.checkbox input:checked + label span.checkbox-icon {
	border-color: #2a41e8;
	background-color: #2a41e8;
}

.checkbox input:checked + label span.checkbox-icon:after {
	-webkit-transform: scale(1) rotate(45deg);
	transform: scale(1) rotate(45deg);
	opacity: 1;
}

/* ---------------------------------- */
/* Common Styles
------------------------------------- */
body,
html {
	background-color: white;
}

body {
	color: #666;
	font-size: 15px;
	line-height: 27px;
	background-color: white;
	font-family: 'Roboto', sans-serif !important;
	text-transform: none;
}

body.gray {
	background-color: #fbfbfb;
}

body p {
	font-size: 15px;
	line-height: 27px;
}

/* Main Font */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif !important;
	text-transform: none;
}

input[type='text'],
input[type='password'],
input[type='email'] {
	font-family: 'Roboto', sans-serif !important;
	text-transform: none;
}

textarea,
select {
	font-family: 'Roboto', sans-serif !important;
	text-transform: none;
}

input[type='button'],
input[type='submit'] {
	font-family: 'Roboto', sans-serif !important;
	text-transform: none;
}

button,
body .pac-container {
	font-family: 'Roboto', sans-serif !important;
	text-transform: none;
}

/* Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

h3.page-title {
	font-size: 20px;
	line-height: 32px;
}

.section {
	display: block;
}

.section.white {
	background: #fff;
}

.section.gray {
	background: #f9f9f9;
}

.section.border-top {
	border-top: 1px solid #e0e0e0;
}

.section.border-bottom {
	border-bottom: 1px solid #e0e0e0;
}

/* Section Headline */
.section-headline {
	display: block;
	position: relative;
	padding-right: 20%;
}

.section-headline.centered {
	text-align: center;
	padding: 0;
}

.section-headline span {
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #888;
	margin-top: 0;
	display: block;
}

.section-headline h1,
.section-headline h2,
.section-headline h3 {
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	color: #333;
}

.section-headline h4 {
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	color: #333;
	font-size: 22px;
	line-height: 34px;
}

.section-headline.border-top {
	border-top: 1px solid #e0e0e0;
}

h1.in-a-box,
h2.in-a-box,
h3.in-a-box,
h5.in-a-box {
	display: inline-block;
	font-size: 18px;
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	padding: 8px 20px;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.section-headline h5 {
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
}

/*
/* Single Task / Job / Profile Headings */
.single-page-section {
	margin-bottom: 55px;
	display: block;
}

.single-page-section p:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
}

.single-page-section h3 {
	margin-bottom: 20px;
	font-size: 20px;
}

.single-page-section .job-listing h3.job-listing-title {
	margin-bottom: 0;
}

/* Headline Link */
a.headline-link {
	position: absolute;
	right: 0;
	bottom: 0;
}

a.headline-link.bottom-icon:after {
	content: '\e957';
	top: 3px;
}

a.headline-link:after {
	content: '\e995';
	font-family: 'Material-Icons';
	font-size: 21px;
	line-height: 0;
	position: relative;
	top: 4px;
	margin-left: 5px;
}

@media (max-width: 768px) {
	a.headline-link {
		position: relative;
		margin-top: 10px;
		display: inline-block;
	}
}

/* Classes for disabling things on mobile devices */
@media (max-width: 992px) {
	.hide-under-992px {
		display: none;
	}
}

@media (max-width: 768px) {
	.hide-under-768px {
		display: none;
	}
}

@media (max-width: 480px) {
	.hide-under-480px {
		display: none;
	}
}

/* Content & Sidebar Offsets */
.content-left-offset {
	padding-left: 30px;
}

.content-right-offset {
	padding-right: 30px;
}

@media (max-width: 992px) {
	.content-left-offset {
		padding-left: 15px;
	}
	.content-right-offset {
		padding-right: 15px;
	}
}

/* ---------------------------------- */
/* Icons Cheatsheet Styles
------------------------------------- */
.icon-set-container {
	display: block;
	width: calc(100% + 30px);
	left: -15px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.glyph.fs1 {
	position: relative;
	font-size: 20px;
	margin: 10px 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(25% - 30px);
	flex: 1 1 calc(25% - 30px);
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px 15px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #666;
}

.glyph.fs1:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	background-color: #333;
	color: #fff;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.glyph.fs1:hover span:not([class*='mls']) {
	background-color: #fff;
	color: #333;
}

.glyph.fs1 .fs0,
.glyph.fs1 fieldset {
	display: none;
}

.glyph.fs1 span:not([class*='mls']) {
	vertical-align: middle;
	top: -4px;
	height: 40px;
	width: 40px;
	background: rgba(0, 0, 0, 0.04);
	display: inline-block;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	font-size: 24px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.glyph.fs1 .mls:not([class*='icon-']) {
	max-width: 80%;
	display: inline-block;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	top: 0;
	vertical-align: middle;
	padding-left: 55px;
}

/* ---------------------------------- */
/* Radio Button
------------------------------------- */
.radio {
	display: inline-block;
	vertical-align: top;
}

.radio label {
	margin: 3px 0;
	cursor: pointer;
	position: relative;
	padding-left: 29px;
	line-height: 25px;
}

.radio input[type='radio'] {
	position: absolute;
	opacity: 0;
}

.radio input[type='radio'] + label .radio-label {
	content: '';
	background: #fff;
	border-radius: 100%;
	border: 2px solid #b4b4b4;
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	margin-right: 5px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 0 8px #fff;
	box-shadow: inset 0 0 0 8px #fff;
	z-index: 100;
	position: absolute;
	top: 2px;
	left: 0;
}

.radio input[type='radio'] + label .radio-label:after {
	background-color: #2a41e8;
	content: '';
	top: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	opacity: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.radio input[type='radio']:checked + label .radio-label {
	background-color: #2a41e8;
	border-color: #2a41e8;
	-webkit-box-shadow: inset 0 0 0 3px #fff;
	box-shadow: inset 0 0 0 3px #fff;
}

.radio-label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	background-color: transparent;
	display: block;
}

.interactive-effect label .radio-label:before {
	-webkit-animation: radius-shadow 0.4s;
	animation: radius-shadow 0.4s;
}

@-webkit-keyframes radius-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(42, 65, 232, 0.4);
		box-shadow: 0 0 0 0 rgba(42, 65, 232, 0.4);
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
}

@keyframes radius-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(42, 65, 232, 0.4);
		box-shadow: 0 0 0 0 rgba(42, 65, 232, 0.4);
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
}

.small-label {
	border-radius: 4px;
	display: inline-block;
	background: #e0f5d7;
	color: #449626;
	padding: 0 8px;
	line-height: 27px;
	height: 26px;
	margin-left: 5px;
	position: relative;
	top: -1px;
}

/* ---------------------------------- */
/* On/Off Switch
------------------------------------- */
.switches-list .switch-container {
	width: 100%;
}

.switches-list .switch-container:last-child label {
	margin-bottom: 0;
}

.switch-container {
	display: inline-block;
	cursor: pointer;
}

label.switch {
	position: relative;
}

.switches-list .switch-container label {
	cursor: pointer;
	position: relative;
	padding-left: 45px;
	line-height: 26px;
}

.switch-button {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 20px;
	cursor: pointer;
	background-color: #ccc;
	border-radius: 50px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin: 0 7px 0 0;
	top: 4px;
	position: absolute;
	top: 2px;
	left: 0;
}

.notify-box .switch-button {
	top: 0;
}

.notify-box .switch-container {
	top: 1px;
	position: relative;
}

.switch span.switch-text {
	display: block;
	padding-left: 48px;
	font-size: 15px;
	line-height: 22px;
	color: #666;
}

.switch input {
	display: none;
}

.switch.interactive-effect input:checked + .switch-button:before {
	-webkit-animation: switch-shadow-color 0.4s;
	animation: switch-shadow-color 0.4s;
}

.switch.interactive-effect .switch-button:before {
	-webkit-animation: switch-shadow 0.4s;
	animation: switch-shadow 0.4s;
}

@-webkit-keyframes switch-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
	}
	100% {
		-webkit-box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
	}
}

@keyframes switch-shadow {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
	}
	100% {
		-webkit-box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
	}
}

@-webkit-keyframes switch-shadow-color {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(42, 65, 232, 0.6);
		box-shadow: 0 0 0 0 rgba(42, 65, 232, 0.6);
	}
	100% {
		-webkit-box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
	}
}

@keyframes switch-shadow-color {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(42, 65, 232, 0.6);
		box-shadow: 0 0 0 0 rgba(42, 65, 232, 0.6);
	}
	100% {
		-webkit-box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
		box-shadow: 0 0 0px 10px rgba(0, 0, 0, 0);
	}
}

.switch-button:before {
	position: absolute;
	content: '';
	height: 16px;
	width: 16px;
	bottom: 2px;
	left: 2px;
	background-color: white;
	-webkit-transition: 0.4s, -webkit-box-shadow 0.3s;
	transition: 0.4s, -webkit-box-shadow 0.3s;
	transition: 0.4s, box-shadow 0.3s;
	transition: 0.4s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
	border-radius: 50px;
}

input:checked + .switch-button {
	background-color: #2a41e8;
}

input:checked + .switch-button:before {
	-webkit-transform: translateX(14px);
	transform: translateX(14px);
}

/* -------------------------------------------------------------- */
/* 03. Vendor (third party assets styles)
----------------------------------------------------------------- */
/* ---------------------------------- */
/* Tippy.js Tooltips
------------------------------------- */
/* Dark */
.tippy-tooltip.dark-theme {
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	padding: 6px 12px;
}

.tippy-tooltip.dark-theme .tippy-backdrop {
	background-color: #333;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.dark-theme .tippy-arrow {
	border-top-color: #333;
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.dark-theme .tippy-arrow {
	border-bottom-color: #333;
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.dark-theme .tippy-arrow {
	border-right-color: #333;
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.dark-theme .tippy-arrow {
	border-left-color: #333;
}

.tippy-tooltip.dark-theme .tippy-arrow {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
}

.tippy-tooltip.light-theme {
	color: #333;
	font-weight: 500;
	font-size: 14px;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	padding: 6px 12px;
	background-color: #fff;
}

/* Light */
.tippy-popper[x-placement^='top'] .tippy-tooltip.light-theme .tippy-arrow {
	border-top-color: #fff;
}

.tippy-popper[x-placement^='bottom'] .tippy-tooltip.light-theme .tippy-arrow {
	border-bottom-color: #fff;
}

.tippy-popper[x-placement^='right'] .tippy-tooltip.light-theme .tippy-arrow {
	border-right-color: #fff;
}

.tippy-popper[x-placement^='left'] .tippy-tooltip.light-theme .tippy-arrow {
	border-left-color: #fff;
}

/* ---------------------------------- */
/* Bootstrap-select
------------------------------------- */
select.bs-select-hidden,
select.selectpicker {
	display: none !important;
}

.bootstrap-select .btn {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bootstrap-select > .dropdown-toggle {
	width: 100%;
	padding-right: 25px;
	z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
	color: #808080;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
	color: #808080;
}

.bootstrap-select > select {
	position: absolute !important;
	bottom: 0;
	left: 50%;
	display: block !important;
	width: 0.5px !important;
	height: 100% !important;
	padding: 0 !important;
	opacity: 0 !important;
	border: none;
}

.bootstrap-select > select.mobile-device {
	top: 0;
	left: 0;
	display: block !important;
	width: 100% !important;
	z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
	border-color: #b94a48;
}

.bootstrap-select.fit-width {
	width: auto !important;
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
	width: 100%;
}

.bootstrap-select.form-control {
	margin-bottom: 0;
	padding: 0;
	border: none;
}

.bootstrap-select.form-control:not([class*='col-']) {
	width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
	z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)
	> .btn {
	border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*='col-'] {
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*='col-'].dropdown-menu-right {
	float: right;
}

.row .bootstrap-select.btn-group[class*='col-'].dropdown-menu-right {
	float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.checkbox .bootstrap-select.btn-group {
	margin-bottom: 0;
}

.checkbox-lg .bootstrap-select.btn-group.form-control,
.checkbox-sm .bootstrap-select.btn-group.form-control {
	padding: 0;
}

.checkbox-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.checkbox-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
	height: 100%;
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
	width: 100%;
}

.bootstrap-select.btn-group.disabled {
	cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus {
	outline: none !important;
}

.bootstrap-select.btn-group > .disabled {
	cursor: not-allowed;
}

.bootstrap-select.btn-group > .disabled:focus {
	outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
	position: absolute;
	height: 0 !important;
	padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
	z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	overflow: hidden;
	width: 100%;
	line-height: 48px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 90%;
	float: left;
	height: 48px;
	display: block;
}

.bootstrap-select.btn-group .dropdown-menu li.hidden {
	display: none;
}

.language-switcher.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	max-width: 100%;
	float: left;
}

.sort-by .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	max-width: 100%;
	float: left;
	line-height: 20px;
	height: auto;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -2px;
	vertical-align: middle;
	-webkit-transition: 0.35s;
	transition: 0.35s;
}

.bootstrap-select.open .dropdown-toggle .caret {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.bootstrap-select.btn-group[class*='col-'] .dropdown-toggle {
	width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
	min-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
	position: relative;
	margin-bottom: 1px;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled {
	opacity: 0.75;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
	color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
	cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
	display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
	padding-left: 7px;
	opacity: 0.8;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: calc(100% - 20px);
	margin: 0;
	min-height: 26px;
	padding: 3px 5px;
	pointer-events: none;
	padding: 5px 10px;
	background: #333;
	color: #fff;
	margin: 5px;
	margin-bottom: 5px;
	border-radius: 4px;
	white-space: nowrap;
	font-size: 14px;
	border: none;
}

.bootstrap-select.btn-group .no-results {
	padding: 5px 10px;
	background: #f6f6f6;
	margin: 5px 0;
	margin-bottom: 0;
	border-radius: 4px;
	white-space: nowrap;
	font-size: 14px;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
	position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	white-space: normal;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
	z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, 0.2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
	bottom: auto;
	top: -3px;
	border-top: 7px solid rgba(204, 204, 204, 0.2);
	border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
	bottom: auto;
	top: -3px;
	border-top: 6px solid white;
	border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
	right: 12px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
	right: 13px;
	left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
	display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
	padding: 0 5px;
}

.bs-actionsbox {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	margin-bottom: 10px;
	margin-top: -5px;
}

.bs-actionsbox div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.bootstrap-select.btn-group .bs-actionsbox div button {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #f6f6f6;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 5px;
	height: 36px;
	font-size: 14px;
	color: #777;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.bootstrap-select.btn-group .bs-actionsbox div button:first-child {
	border-radius: 4px 0 0 4px;
	background-color: #f0f0f0;
}

.bootstrap-select.btn-group .bs-actionsbox div button:last-child {
	border-radius: 0 4px 4px 0;
}

.bootstrap-select.btn-group .bs-actionsbox div button:hover {
	background: #2a41e8;
	color: #fff;
}

.bs-actionsbox .btn-group button {
	width: 50%;
}

.bs-donebutton {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.bs-donebutton .btn-group button {
	width: 100%;
}

.bs-searchbox {
	position: relative;
}

.bs-searchbox + .bs-actionsbox {
	padding: 0;
}

.bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
	float: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f4f4f4;
	margin: -5px 0 10px 0;
	height: 38px;
	line-height: 38px;
	padding: 10px;
}

.bs-searchbox .form-control:focus {
	margin-bottom: 0;
	width: 100%;
	float: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f4f4f4;
	margin: -5px 0 10px 0;
	height: 38px;
	line-height: 38px;
	padding: 10px;
}

.bs-searchbox:after {
	background: url(../img/header/magnifier.svg) no-repeat;
	content: '';
	width: 20px;
	height: 20px;
	background-size: 100%;
	line-height: 0;
	display: inline-block;
	position: absolute;
	margin: 0;
	color: #a0a0a0;
	right: 15px;
	top: 12px;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid #aaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropup,
.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	padding: 10px 0;
	margin: -4px 0 0 0;
	font-size: 15px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	display: none;
}

.dropdown-menu > li > a {
	display: block;
	padding: 7px 10px;
	padding-right: 35px;
	clear: both;
	font-weight: normal;
	line-height: 21px;
	color: #808080;
	border-radius: 4px;
}

.bootstrap-select:before {
	content: '';
	position: absolute;
	z-index: 2100;
	bottom: 0px;
	left: 0;
	height: 8px;
	width: 100%;
	background-color: #fff;
	display: block;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.bootstrap-select.open:before {
	opacity: 1;
}

.dropdown-menu > li > a:hover {
	color: #2a41e8;
	text-decoration: none;
	background-color: rgba(42, 65, 232, 0.07);
}

.dropdown-menu > .active > a {
	color: #2a41e8;
	text-decoration: none;
	background-color: rgba(42, 65, 232, 0.07);
}

.dropdown-menu > .active > a:hover {
	color: #2a41e8;
	text-decoration: none;
	background-color: rgba(42, 65, 232, 0.07);
}

.dropdown-menu > .disabled > a {
	color: #777;
}

.dropdown-menu > .disabled > a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
}

.dropdown-menu.inner::-webkit-scrollbar {
	width: 5px;
}

.dropdown-menu.inner::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 12px;
}

.dropdown-menu.inner::-webkit-scrollbar-thumb {
	border-radius: 12px;
	background-color: #d8d8d8;
}

.dropdown-menu.inner::-webkit-scrollbar-thumb:hover {
	border-radius: 12px;
	background-color: #c8c8c8;
}

.styled-select ul::-webkit-scrollbar {
	width: 5px;
}

.styled-select ul::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 15px;
}

.styled-select ul::-webkit-scrollbar-thumb {
	border-radius: 15px;
	background-color: #afafaf;
}

.styled-select ul::-webkit-scrollbar-thumb:hover {
	border-radius: 15px;
	background-color: #888888;
}

/* Custom Scrollbar for -wekbit */

.open > a {
	outline: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-header {
	display: block;
	padding: 7px 10px;
	line-height: 20px;
	white-space: nowrap;
	background: #f6f6f6;
	color: #777;
	border-radius: 4px;
	margin-bottom: 1px;
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: '';
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: 100%;
	bottom: auto;
	margin-bottom: 2px;
}

@media (min-width: 767px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0;
	}
}

.bootstrap-select.btn-group {
	position: relative;
}

.bootstrap-select.btn-group button {
	position: relative;
	display: inline-block;
	height: 48px;
	line-height: 0;
	padding: 0 20px;
	margin: 0;
	outline: none;
	font-size: 15px;
	color: #808080;
	max-width: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
	font-weight: 500;
	opacity: 1;
	border-radius: 4px;
	border: none;
	-webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

/* Select Check Icon */
.hide-tick .check-mark {
	display: none !important;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
	position: absolute;
	display: inline-block;
	right: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	line-height: 0;
	width: 20px;
	height: 20px;
	text-align: center;
}

.bootstrap-select.btn-group .dropdown-menu li span.check-mark:before {
	font-family: 'Feather-Icons';
	content: '\e92b';
	font-size: 18px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	top: 50%;
	right: 0;
	position: absolute;
	margin: 0;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.bootstrap-select.btn-group .dropdown-menu li.selected span.check-mark:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
	transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
}

.bootstrap-select .dropdown-menu li.selected a span.check-mark:before,
.bootstrap-select .dropdown-menu li.selected:hover a span.check-mark:before {
	color: #2a41e8;
}

.bootstrap-select .glyphicon:not(.check-mark) {
	font-size: 17px;
	line-height: 0;
	position: relative;
	top: 1px;
	margin-right: 3px;
}

.bootstrap-select .filter-option .glyphicon {
	position: relative;
	top: 1px;
}

/* Icons*/
/* Styles with border */
.with-border .dropdown-menu {
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}

.with-border.bootstrap-select.btn-group button {
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}

.with-border.bootstrap-select:before {
	width: calc(100% - 2px);
	left: 1px;
}

/****************
Simplebar  Styles
****************/
[data-simplebar] {
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 100%;
}

.simplebar-wrapper {
	overflow: hidden;
	width: inherit;
	height: inherit;
	max-width: inherit;
	max-height: inherit;
}

.simplebar-mask {
	direction: inherit;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto !important;
	height: auto !important;
	z-index: 0;
}

.simplebar-offset {
	direction: inherit !important;
	-webkit-box-sizing: inherit !important;
	box-sizing: inherit !important;
	resize: none !important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	-webkit-overflow-scrolling: touch;
}

.simplebar-content {
	direction: inherit;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	position: relative;
	display: block;
	height: 100%;
	width: auto;
	visibility: visible;
	overflow: scroll;
	max-width: 100%;
	max-height: 100%;
}

.simplebar-placeholder {
	max-height: 100%;
	max-width: 100%;
	width: 100%;
	pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
	-webkit-box-sizing: inherit !important;
	box-sizing: inherit !important;
	height: 100%;
	width: inherit;
	max-width: 1px;
	position: relative;
	float: left;
	max-height: 1px;
	overflow: hidden;
	z-index: -1;
	padding: 0;
	margin: 0;
	pointer-events: none;
	-webkit-box-flex: inherit;
	-ms-flex-positive: inherit;
	flex-grow: inherit;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.simplebar-height-auto-observer {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000%;
	width: 1000%;
	min-height: 1px;
	min-width: 1px;
	overflow: hidden;
	pointer-events: none;
	z-index: -1;
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.simplebar-scrollbar {
	position: absolute;
	right: 0px;
	width: 8px;
	min-height: 10px;
}

.simplebar-scrollbar:before {
	position: absolute;
	content: '';
	border-radius: 7px;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s, background-color 0.3s;
	transition: opacity 0.2s, background-color 0.3s;
	background-color: #545252;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
	opacity: 0.5;
	-webkit-transition: opacity 0s linear;
	transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
	top: 0;
	width: 10px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
	left: 0;
	height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 7px;
	min-height: 0;
	min-width: 10px;
	width: auto;
}

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
	right: auto;
	left: 0;
}

.hs-dummy-scrollbar-size {
	direction: rtl;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	height: 500px;
	width: 500px;
	overflow-y: hidden;
	overflow-x: scroll;
}

/* ---------------------------------- */
/* Magnific Popup
------------------------------------- */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	overflow: hidden;
	position: fixed;
	background: #111;
}

.mfp-wrap {
	top: -10px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2001;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	height: 100%;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 18px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #aaa;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 504;
}

.mfp-preloader a {
	color: #cccccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content,
.mfp-s-loading .mfp-arrow {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 506;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	right: 0px;
	top: -40px;
}

/* Close Button */
.og-close,
button.mfp-close {
	position: absolute;
	width: 45px;
	height: 45px;
	top: -20px;
	display: block;
	right: -12px;
	cursor: pointer !important;
	z-index: 9999;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 50%;
	margin: 0px;
	background-color: transparent;
	outline: none;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mfp-iframe-holder .mfp-close {
	top: -50px;
	right: -12px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mfp-gallery .mfp-close {
	top: 20px;
	right: 10px;
}

.mfp-gallery .mfp-content .mfp-close {
	display: none;
}

.mfp-close::after,
.mfp-close::before {
	top: 0px;
}

.og-close {
	margin: 17px;
	right: 10px;
	background: transparent;
	color: #222;
}

.og-close:before {
	font-family: 'Feather-Icons';
	font-size: 20px;
	top: 2px;
	left: 0;
	position: relative;
	height: 10px;
}

.mfp-close:before {
	font-family: 'Feather-Icons';
	font-size: 20px;
	top: 2px;
	left: 0;
	position: relative;
	height: 10px;
}

.og-close:before,
.mfp-close:before {
	content: '\ea02';
}

#small-dialog .mfp-close,
#small-dialog-1 .mfp-close,
#small-dialog-2 .mfp-close,
#small-dialog-3 .mfp-close,
#small-dialog-4 .mfp-close,
#sign-in-dialog {
	color: #fff;
}

.mfp-close {
	color: #fff;
}

.mfp-close:hover {
	color: #fff;
}

/* Popup close button*/
#sign-in-dialog .mfp-close,
#small-dialog-1 .mfp-close,
#small-dialog-2 .mfp-close,
#small-dialog-3 .mfp-close,
#small-dialog-4 .mfp-close,
#small-dialog .mfp-close {
	color: #666;
	background-color: #e4e4e4;
	border-radius: 4px;
	top: 28px;
	right: 40px;
	width: 40px;
	height: 40px;
}

#sign-in-dialog .mfp-close:hover,
#small-dialog-1 .mfp-close:hover,
#small-dialog-2 .mfp-close:hover,
#small-dialog-3 .mfp-close:hover,
#small-dialog-4 .mfp-close:hover,
#small-dialog .mfp-close:hover {
	color: #fff;
	background-color: #2a41e8;
}

.small-dialog-content input[type='submit'] {
	width: 100%;
	margin-top: 26px;
	margin-bottom: 10px;
}

.small-dialog-content .divider {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 0;
}

.small-dialog-header {
	font-size: 22px;
	width: calc(100% + 80px);
	position: relative;
	left: -40px;
	top: 0;
	border-radius: 4px 4px 0 0;
	display: inline-block;
	background-color: #f6f6f6;
	padding: 35px 40px;
	margin-bottom: 40px;
}

.small-dialog-header h3 {
	padding: 0;
	margin: 0;
	font-size: 23px;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #aaa;
	font-size: 13px;
	line-height: 18px;
}

.mfp-arrow {
	opacity: 1;
	margin: 0 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9999;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	width: 60px;
	height: 60px;
	position: absolute;
	display: block;
	z-index: 100;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	outline: none;
}

.mfp-arrow:hover {
	background: #2a41e8;
	color: #fff;
}

.mfp-arrow.mfp-arrow-left {
	font-family: 'simple-line-icons';
	font-size: 20px;
}

.mfp-arrow.mfp-arrow-right {
	font-family: 'simple-line-icons';
	font-size: 20px;
	right: 15px;
}

.mfp-arrow.mfp-arrow-left:before {
	content: '\e605';
	left: -1px;
	top: 0px;
	position: relative;
}

.mfp-arrow.mfp-arrow-right:before {
	content: '\e606';
	left: 1px;
	top: 0px;
	position: relative;
}

.mfp-content:hover .mfp-arrow {
	opacity: 1;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 1180px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 54%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}

/* Popup */
#sign-in-dialog,
#small-dialog-1,
#small-dialog-2,
#small-dialog-3,
#small-dialog-4,
#small-dialog {
	background: #fff;
	padding: 40px;
	padding-top: 0;
	text-align: left;
	max-width: 610px;
	margin: 40px auto;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	max-width: 550px;
}

#sign-in-dialog-1 span.line,
#sign-in-dialog-2 span.line,
#sign-in-dialog-3 span.line,
#sign-in-dialog-4 span.line,
#sign-in-dialog span.line,
#small-dialog span.line {
	padding-top: 0;
}

/* Animating */
.my-mfp-zoom-in {
	/* In */
	/* Out */
}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
	opacity: 0.001;
	/* Chrome opacity transition bug */
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.85;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 40px auto;
	border-radius: 4px;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 18px rgba(11, 11, 11, 0.6);
	box-shadow: 0 0 18px rgba(11, 11, 11, 0.6);
}

.mfp-bottom-bar {
	margin-top: -30px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-break: break-word;
	padding-right: 36px;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

/* Media Queries for Magnific Popup */
@media screen and (max-width: 800px) and (orientation: landscape),
	screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	/* The shadow behind the image */
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.92;
	background-color: #111;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* Feedback Yes No */
.feedback-yes-no {
	margin-bottom: 15px;
}

.feedback-yes-no strong {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	display: block;
}

.feedback-yes-no .radio {
	margin-right: 15px;
}

.feedback-yes-no .leave-rating {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	margin: 3px 0 10px 3px;
}

/* ---------------------------------- */
/* Popup tabs
------------------------------------- */
.popup-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	height: 62px;
	background: #f8f8f8;
	border-radius: 4px 4px 0 0;
	border-bottom: 1px solid #e0e0e0;
}

.popup-tabs-nav li {
	float: left;
	line-height: 62px;
	height: 62px;
	padding: 0;
	margin-right: 0;
	position: relative;
}

.popup-tabs-nav li:first-child a {
	border-radius: 4px 0 0 0;
}

.popup-tabs-nav li a {
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.popup-tab-reviews {
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.popup-tabs-nav li a {
	border: none;
	color: #777;
	display: inline-block;
	outline: none;
	padding: 0;
	text-decoration: none;
	font-size: 15px;
	z-index: 10;
	position: relative;
	height: 100%;
	padding: 0 30px;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	-webkit-transition: all 0.3s, font-weight 0s;
	transition: all 0.3s, font-weight 0s;
	border-right: 1px solid #e0e0e0;
}

.popup-tabs-nav li.active {
	background-color: #fff;
	position: relative;
}

.popup-tabs-nav li a:hover {
	background-color: #f3f3f3;
	height: calc(100% - 1px);
	color: #333;
}

.popup-tabs-nav li:last-child a:hover {
	border-right: 1px solid #e0e0e0;
}

.popup-tabs-nav li.active {
	background-color: #fff;
}

.popup-tabs-nav li.active a {
	color: #2a41e8;
	font-weight: 600;
}

.popup-tabs-nav li.active a:hover {
	background-color: #fff;
}

.popup-tabs-nav li.active:after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	z-index: 111;
}

.popup-tabs-nav li:first-child.active {
	border-left: none;
	border-radius: 4px 0 0 0;
}

.popup-tab-content {
	padding: 50px 35px;
	position: relative;
	z-index: 10;
	display: inline-block;
	width: 100%;
}

.popup-tabs-container {
	overflow: hidden;
	width: 100%;
}

.popup-tab-content p:last-child {
	margin-bottom: 0;
}

.dialog-with-tabs#sign-in-dialog,
.dialog-with-tabs#small-dialog-1,
.dialog-with-tabs#small-dialog-2,
.dialog-with-tabs#small-dialog-3,
.dialog-with-tabs#small-dialog-4,
.dialog-with-tabs#small-dialog {
	padding: 0;
	color: #666;
	max-width: 540px;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

/* Close Button Adjustments*/
#sign-in-dialog.dialog-with-tabs .mfp-close,
#small-dialog.dialog-with-tabs .mfp-close,
#small-dialog-1.dialog-with-tabs .mfp-close,
#small-dialog-2.dialog-with-tabs .mfp-close,
#small-dialog-3.dialog-with-tabs .mfp-close,
#small-dialog-4.dialog-with-tabs .mfp-close {
	color: #888;
	background-color: #f8f8f8;
	border-left: 1px solid #e0e0e0;
	border-radius: 0 4px 0 0;
	top: 0;
	right: 0;
	width: 62px;
	height: 61px;
}

#sign-in-dialog.dialog-with-tabs .mfp-close:hover,
#small-dialog-1.dialog-with-tabs .mfp-close:hover,
#small-dialog-2.dialog-with-tabs .mfp-close:hover,
#small-dialog-3.dialog-with-tabs .mfp-close:hover,
#small-dialog-4.dialog-with-tabs .mfp-close:hover,
#small-dialog.dialog-with-tabs .mfp-close:hover {
	color: #333;
	background-color: #f2f2f2;
}

.dialog-with-tabs {
	/* Chrome autocomplete highlight reset */
	/* Forgot Password Link */
	/* Submit Button Adjustments */
}

.dialog-with-tabs .mfp-close:before {
	font-size: 24px;
}

.dialog-with-tabs input {
	margin-bottom: 22px;
}

.dialog-with-tabs input:-webkit-autofill,
.dialog-with-tabs input:focus:-webkit-autofill {
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: inset 0 0 0px 9999px white, 0 1px 4px rgba(0, 0, 0, 0.07);
}

.dialog-with-tabs .forgot-password {
	font-size: 14px;
	color: #888;
	margin-top: -12px;
	display: block;
}

.dialog-with-tabs .forgot-password:hover {
	color: #2a41e8;
}

.dialog-with-tabs .button {
	height: 48px;
	width: 100% !important;
	margin-top: 25px;
	-webkit-box-shadow: 0 4px 12px rgba(42, 65, 232, 0.15);
	box-shadow: 0 4px 12px rgba(42, 65, 232, 0.15);
}

/* Welcome Text */
.welcome-text {
	display: block;
	text-align: center;
	color: #808080;
	margin-bottom: 33px;
}

.welcome-text h3 {
	display: block;
	font-weight: 700;
	color: #333;
	font-size: 24px;
}

.welcome-text span {
	display: block;
	margin-top: 4px;
}

.welcome-text span a {
	font-weight: 500;
}

/* Social Login Separator */
.social-login-separator {
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	margin: 38px 0 15px 0;
	height: 1px;
}

.social-login-separator:before {
	width: 100%;
	content: '';
	height: 1px;
	display: block;
	background-color: #e0e0e0;
	position: absolute;
	top: 0;
}

.social-login-separator span {
	background-color: #fff;
	top: 0;
	position: absolute;
	line-height: 10px;
	top: -5px;
	margin-left: -15px;
	padding: 0px 10px;
	color: #808080;
}

/* Social Login Buttons */
.social-login-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% + 20px);
}

.social-login-buttons button {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	border: 1px solid #333;
	color: #333;
	border-radius: 4px;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 14px;
	padding: 9px 5px;
	max-width: 50%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.social-login-buttons button:hover {
	background-color: #333;
	color: #fff;
}

.social-login-buttons button i {
	position: relative;
	top: 1px;
	margin-right: 7px;
	font-size: 15px;
}

.social-login-buttons .facebook-login {
	border-color: #3b5998;
	color: #3b5998;
}

.social-login-buttons .facebook-login:hover {
	background-color: #3b5998;
	color: #fff;
}

.social-login-buttons .google-login {
	border-color: #dd4b39;
	color: #dd4b39;
}

.social-login-buttons .google-login:hover {
	background-color: #dd4b39;
	color: #fff;
}

@media (max-width: 768px) {
	.social-login-separator {
		margin-bottom: 25px;
	}
	.social-login-buttons {
		width: 100%;
		display: block;
		max-width: 100%;
	}
	.social-login-buttons a {
		width: 100%;
		display: block;
		max-width: 100%;
	}
}

/* Account Type */
.account-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% + 20px);
	margin: 0 0 20px 0;
}

.account-type div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 20px;
}

.account-type label {
	border-radius: 3px;
	border: none;
	background-color: #f2f2f2;
	width: 100%;
}

.account-type input.account-type-radio:empty {
	display: none;
}

.account-type label i {
	position: relative;
	font-size: 18px;
	top: 2px;
	margin-right: 2px;
}

.account-type input.account-type-radio:empty ~ label {
	position: relative;
	float: left;
	padding: 10px;
	text-align: center;
	padding-bottom: 11px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
	color: #888;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	height: 48px;
	line-height: 28px;
	overflow: hidden;
}

.account-type input.account-type-radio ~ label:hover {
	color: #289c41;
	background-color: #e4f6e9;
}

.account-type input.account-type-radio:checked ~ label {
	color: #fff;
	background-color: #47bb67;
}

.account-type input.account-type-radio:empty ~ label:after,
.account-type input.account-type-radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 48px;
	border-radius: 4px;
	font-size: 22px;
	background: transparent;
	z-index: 100;
	opacity: 0;
}

.account-type .ripple-effect-dark span.ripple-overlay {
	-webkit-animation: ripple 1.2s;
	animation: ripple 1.2s;
	opacity: 0.03;
}

/* hide input */
/* style label */
/* Standard syntax */
@-webkit-keyframes typeCheck {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	50% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@keyframes typeCheck {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	50% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@-webkit-keyframes typeBG {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes typeBG {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* Popups Media Queries */
@media (max-width: 480px) {
	.popup-tabs-nav {
		padding-top: 50px;
		height: 50px;
	}
	.mfp-container {
		padding: 0 10px;
	}
	.popup-tabs-nav li {
		border-bottom: 1px solid #e0e0e0;
		width: 100%;
		text-align: center;
		height: 50px;
		line-height: 50px;
	}
	.popup-tabs-nav li:first-child {
		border-top: 1px solid #e0e0e0;
	}
	.popup-tabs-nav li a {
		width: 100%;
		text-align: center;
		height: 50px;
		line-height: 50px;
	}
	.popup-tabs-nav li a:hover {
		background-color: transparent;
	}
	#sign-in-dialog.dialog-with-tabs .mfp-close,
	#small-dialog.dialog-with-tabs .mfp-close,
	#small-dialog-1.dialog-with-tabs .mfp-close,
	#small-dialog-2.dialog-with-tabs .mfp-close,
	#small-dialog-3.dialog-with-tabs .mfp-close,
	#small-dialog-4.dialog-with-tabs .mfp-close {
		height: 50px;
		width: 50px;
	}
	.account-type {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.social-login-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.social-login-buttons button {
		max-width: 100%;
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.uploadButton {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.uploadButton .uploadButton-file-name {
		padding: 0;
		margin: 15px 0 0 0;
	}
}

/* -------------------------------------------------------------- */
/* 04. Layouts
----------------------------------------------------------------- */
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
	width: device-width;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

* {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.container,
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1240px) {
	.container {
		max-width: 1090px;
	}
}

@media (min-width: 1367px) {
	.container {
		max-width: 1210px;
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #fff;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
	width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

[tabindex='-1']:focus {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #0056b3;
	text-decoration: none;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
	content: ' ';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.container:before,
.container:after {
	content: ' ';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.container-fluid:before,
.container-fluid:after {
	content: ' ';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.row:before,
.row:after {
	content: ' ';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

/* ---------------------------------- */
/* Sidebar Navigation
------------------------------------- */
.sidebar {
	-webkit-transition: all 300ms 0s ease-in-out;
	transition: all 300ms 0s ease-in-out;
	position: fixed;
	background-color: white;
	height: 100%;
	width: 300px;
	z-index: 11;
	padding-bottom: 30px;
	overflow: hidden;
	/* simplebar scrollbar */
}

.sidebar .sidebar_header {
	height: 68px;
	background: white;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e2e8f0;
	visibility: hidden;
}

.sidebar .sidebar_header img {
	max-width: 130px;
}

.sidebar .sidebar_header img.logo-icon {
	display: none;
}

.sidebar .sidebar_header .btn-mobile {
	position: relative;
	margin-left: auto;
	margin-right: 0.6rem;
}

.sidebar .sidebar_header .btn-mobile::before {
	font-family: 'Feather-Icons';
	font-size: 22px;
	content: '\ea02';
	line-height: 30px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	display: none;
	background: #f2f2f2;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sidebar .sidebar_inner {
	padding: 5px 13px;
}

.sidebar .sidebar_inner ul {
	list-style: none;
	padding: 0;
	margin: 25px 0 0 0;
}

.sidebar .sidebar_inner ul:first-child {
	margin: 0;
}

.sidebar .sidebar_inner ul:before {
	content: attr(data-submenu-title);
	padding: 0 20px;
	margin-bottom: 5px;
	display: block;
	color: #2a41e8;
	font-weight: 600;
	font-size: 14px;
}

.sidebar .sidebar_inner ul li {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	line-height: 25px;
	font-size: 16px;
	border-radius: 10px;
}

.sidebar .sidebar_inner ul li a {
	color: #585757;
	display: block;
	padding: 11px 12px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
	font-weight: 500;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.sidebar .sidebar_inner ul li a i {
	padding-right: 10px;
	font-size: 25px;
	color: #909090;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	top: 2px;
}

.sidebar .sidebar_inner ul li a svg {
	width: 26px;
	height: 26px;
	border-radius: 100%;
	margin-right: 10px;
}

.sidebar .sidebar_inner ul li ul li:hover a {
	color: #707070 !important;
}

.sidebar .sidebar_inner ul li.active-submenu a i,
.sidebar .sidebar_inner ul li.active a i,
.sidebar .sidebar_inner ul li:hover a i {
	color: #2a41e8;
}

.sidebar .sidebar_inner ul li.active-submenu,
.sidebar .sidebar_inner ul li.active,
.sidebar .sidebar_inner ul li.uk-active,
.sidebar .sidebar_inner ul li:hover {
	background-color: #f1f3f4;
}

.sidebar .sidebar_inner ul li.active,
.sidebar .sidebar_inner ul li.uk-active {
	background-color: #2a41e8;
}

.sidebar .sidebar_inner ul li.active a,
.sidebar .sidebar_inner ul li.uk-active a,
.sidebar .sidebar_inner ul li.uk-active:hover a,
.sidebar .sidebar_inner ul li.active:hover a,
.sidebar .sidebar_inner ul li.active a svg,
.sidebar .sidebar_inner ul li.uk-active a svg {
	color: white !important;
}

.sidebar .sidebar_inner ul li.active-submenu a,
.sidebar .sidebar_inner ul li:hover a {
	color: #2a41e8;
}

.sidebar .sidebar_inner ul li span.nav-tag {
	display: inline-block;
	font-weight: 700;
	height: 19px;
	width: 19px;
	line-height: 19px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	background-color: #2a41e8;
	border-radius: 50%;
	position: relative;
	margin: 0 0 0 4px;
	top: -2px;
}

.sidebar .sidebar_inner ul li ul {
	padding: 0;
	margin: 0;
	visibility: hidden;
	max-height: 0;
	opacity: 0;
	line-height: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	pointer-events: none;
}

.sidebar .sidebar_inner ul li.active-submenu ul {
	visibility: visible;
	padding: 0 0 10px 0;
	line-height: 24px;
	opacity: 1;
	max-height: 200px;
	pointer-events: all;
}

.sidebar .sidebar_inner ul li ul li {
	background-color: transparent;
	padding-left: 45px;
	position: relative;
	margin: 0;
}

.sidebar .sidebar_inner ul li ul li a {
	padding: 5px 0 !important;
	color: #b5b5b5 !important;
	margin-bottom: 0px;
}

.sidebar .sidebar_inner ul li ul li:hover {
	background-color: transparent;
}

.sidebar .sidebar_inner ul li a:after {
	font-family: 'Feather-Icons';
	content: '\e92e';
	opacity: 1;
	font-size: 19px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
	line-height: 17px;
	width: 17px;
	height: 17px;
	color: #a8a8a8;
	display: inline-block;
	border-radius: 3px;
	text-indent: 0;
	position: absolute;
	right: 15px;
	top: 17px;
}

.sidebar .sidebar_inner ul li.active-submenu a:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sidebar .sidebar_inner ul li.active-submenu a:after,
.sidebar .sidebar_inner ul li.active a:after {
	opacity: 0.8;
}

.sidebar .sidebar_inner ul li ul:before,
.sidebar .sidebar_inner ul li a:only-child:after {
	content: '';
	display: none;
}

.sidebar .simplebar-scrollbar {
	right: 4px !important;
	width: 6px;
}

.sidebar .simplebar-scrollbar:before {
	background-color: #d0d0d0;
}

.sidebar .contact-list a {
	margin-bottom: 0px;
	padding: 6px;
}

.sidebar .contact-list a .contact-avatar {
	width: 34px;
	height: 34px;
	margin-right: 12px;
}

@media (min-width: 1200px) {
	.is-collapse .sidebar {
		width: 80px;
	}
	.is-collapse .sidebar .sidebar_header {
		padding: 20px;
	}
	.is-collapse .sidebar .sidebar_header img {
		display: none;
	}
	.is-collapse .sidebar .sidebar_header img.logo-icon {
		max-width: 38px;
		display: block;
	}
	.is-collapse .sidebar .sidebar_inner ul li > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 9px 13px;
	}
	.is-collapse .sidebar .sidebar_inner ul li > a i,
	.is-collapse .sidebar .sidebar_inner ul li > a svg {
		padding: 0;
		margin: 0;
	}
	.is-collapse .sidebar .sidebar_inner ul li > a span {
		display: none;
		opacity: 0;
		-webkit-transition: all 800ms 0s ease-in-out;
		transition: all 800ms 0s ease-in-out;
	}
	.is-collapse .sidebar .sidebar_inner ul li > a svg {
		width: 29px;
		height: 29px;
	}
	.is-collapse .sidebar .sidebar_inner ul li > a:after {
		display: none;
	}
	.is-collapse .sidebar .sidebar_inner ul .active-submenu ul {
		display: none;
	}
	.is-collapse .sidebar .contact-avatar {
		margin: 0px !important;
		width: 30px !important;
		height: 30px !important;
	}
	.is-collapse .sidebar .see-mover,
	.is-collapse .sidebar .is-title,
	.is-collapse .sidebar .contact-username,
	.is-collapse .sidebar .user_status,
	.is-collapse .sidebar hr {
		display: none;
	}
	.is-collapse .sidebar:hover {
		width: 300px;
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
		-webkit-transition: all 300ms 0s ease-in-out;
		transition: all 300ms 0s ease-in-out;
	}
	.is-collapse .sidebar:hover .sidebar_header img {
		display: block;
	}
	.is-collapse .sidebar:hover .sidebar_header img.logo-icon {
		display: none;
	}
	.is-collapse .sidebar:hover .sidebar_inner ul li a > {
		padding: 11px 15px;
	}
	.is-collapse .sidebar:hover .sidebar_inner ul li a > i,
	.is-collapse .sidebar:hover .sidebar_inner ul li a > svg {
		margin-right: 10px;
	}
	.is-collapse .sidebar:hover .sidebar_inner ul li a > span {
		display: inline;
		opacity: 1;
		-webkit-transition: all 800ms 0s ease-in-out;
		transition: all 800ms 0s ease-in-out;
	}
	.is-collapse .sidebar:hover .sidebar_inner ul li a:after {
		display: inline-block;
	}
	.is-collapse .sidebar:hover .sidebar_inner ul .active-submenu ul {
		display: inline;
	}
	.is-collapse .sidebar:hover .see-mover,
	.is-collapse .sidebar:hover .is-title,
	.is-collapse .sidebar:hover .contact-username,
	.is-collapse .sidebar:hover .user_status,
	.is-collapse .sidebar:hover hr {
		display: block;
	}
	.is-collapse .sidebar:hover .contact-avatar {
		margin-right: 12px !important;
		width: 34px !important;
		height: 34px !important;
	}
	.is-collapse .main_content {
		margin-left: 80px;
	}
	.is-small .sidebar {
		width: 80px;
		overflow: visible;
	}
	.is-small .sidebar .sidebar_header {
		padding: 20px;
	}
	.is-small .sidebar .sidebar_header img {
		display: none;
	}
	.is-small .sidebar .sidebar_header img.logo-icon {
		max-width: 38px;
		display: block;
	}
	.is-small .sidebar .sidebar_inner ul li > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 6px 15px;
	}
	.is-small .sidebar .sidebar_inner ul li > a svg {
		width: 35px;
		height: 35px;
	}
	.is-small .sidebar .sidebar_inner ul li > a i,
	.is-small .sidebar .sidebar_inner ul li > a svg {
		padding: 0;
		margin: 0;
	}
	.is-small .sidebar .sidebar_inner ul li > a span {
		position: absolute;
		left: 88%;
		top: 20%;
		display: inline-block;
		line-height: 26px;
		margin-left: 10px;
		background: rgba(57, 62, 65, 0.95);
		color: #fff;
		white-space: nowrap;
		opacity: 0;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform-origin: left center;
		transform-origin: left center;
		pointer-events: none;
		-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
		/* transition: opacity .2s, transform .2s, -webkit-transform .2s; */
		font-weight: 500;
		font-size: 13px;
		letter-spacing: -0.24px;
		border-radius: 4px;
		-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22);
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22);
		line-height: 1.3;
		padding: 7px 15px;
	}
	.is-small .sidebar .sidebar_inner ul li > a span:before {
		position: absolute;
		top: 11.5px;
		left: -5px;
		margin-top: -3px;
		content: '';
		display: inline-block;
		border-top: 5px solid transparent;
		border-right: 5px solid #3e416d;
		border-bottom: 5px solid transparent;
	}
	.is-small .sidebar .sidebar_inner ul li > a:after {
		display: none;
	}
	.is-small .sidebar .sidebar_inner ul .active-submenu ul {
		display: none;
	}
	.is-small .sidebar .is-title,
	.is-small .sidebar .contact-username,
	.is-small .sidebar hr {
		display: none;
	}
	.is-small .sidebar .contact-avatar {
		margin: 0px !important;
		width: 30px !important;
		height: 30px !important;
	}
	.is-small .sidebar .sidebar_inner ul li:hover a span {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.is-small .main_content {
		margin-left: 80px;
	}
}

@media (max-width: 1200px) {
	.is-active .sidebar {
		margin-left: 0;
		-webkit-box-shadow: 0 0 0 1000px #00000038;
		box-shadow: 0 0 0 1000px #00000038;
		z-index: 100;
	}
	.is-active .sidebar .btn-mobile::before {
		display: block;
	}
	.sidebar {
		margin-left: -300px;
	}
	.sidebar .sidebar_header {
		visibility: visible;
	}
  .rsp-home-tab .box-for-width .box-of-img {
	width: auto !important;
	height: 22.59px !important;
	margin: 0 auto;
	position: relative;
}
.rsp-home-tab .box-for-width .box-of-img .notify-circle-rspn {
	right: -5px;
}
.rsp-home-tab .box-for-width .box-of-img .notify-circle-rspn.with-plus-value {
	border-radius: 12px;
	width: 25px;
	height: 18px;
	right: -11px;
}
.rsp-home-tab .box-for-width {
	width: 20%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 20px;
}
}

header .header_inner {
	height: 68px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
}

header .header_inner .left_side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	left: 10px;
}

header .header_inner .left_side #logo {
	display: inline-block;
	font-size: 21px;
	letter-spacing: 0.9px;
}

header .header_inner .left_side #logo img {
	max-width: none;
	height: 32px;
}

header .header_inner .left_side #logo img.logo_inverse,
header .header_inner .left_side #logo img.logo_mobile {
	display: none;
}

header .header_inner .left_side .slide_menu {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

header .header_inner .left_side .slide_menu i {
	font-size: 18px;
}

header .header_inner .left_side .slide_menu svg {
	width: 23px;
	height: 23px;
}

header .header_inner .right_side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-left: auto;
}

.header_widgets .is_link {
	border-color: rgba(249, 144, 31, 0.05);
	color: #8a8a8a;
	padding: 7px 15px;
	line-height: 22px;
	font-size: 13px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 15px;
}

.header_widgets .is_link:hover,
.header_widgets .is_link:active {
	background-color: #f1f3f4;
}

.header_widgets .is_icon {
	width: 40px;
	height: 40px;
	margin-left: 7px;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.header_widgets .is_icon:hover {
	background-color: #f1f3f4;
}

.header_widgets .is_icon svg {
	width: 22px;
	height: 22px;
	color: #8a8a8a;
}

.header_widgets .is_icon span {
	position: absolute !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -10px;
	font-weight: 700;
	height: 16px;
	width: 16px;
	color: #fff;
	font-size: 10px;
	background-color: #ec5252;
	border-radius: 50%;
	right: 3px;
	top: 3px;
}

.header_widgets .is_avatar {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	margin-left: 15px;
}

.header_search {
	position: relative;
	border-radius: 6px;
}

.header_search input {
	height: 44px;
	color: #393939;
	padding: 0 30px 0 40px;
	outline: 0;
	background: #f1f3f4;
	border: 1px solid transparent;
	border-radius: 8px;
	min-width: 450px;
	font-size: 15px;
}

.header_search i {
	position: absolute;
	pointer-events: none;
	top: 50%;
	left: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #737373;
}
@media (min-width: 1200px) {
	.header_dropdown {
		width: 399px;
		margin-top: 50px;
		border-radius: 5px;
		padding: 12px;
		padding-top: 0 !important;
		margin: auto;
		right: 0 !important;
		left: auto !important;
		border: 1px solid #f1f3f4;
	}
}

.header_dropdown .drop_headline {
	padding: 15px 3px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header_dropdown .drop_headline h4 {
	display: inline-block;
	font-size: 19px;
	font-weight: 600;
	color: #666 !important;
	margin-left: 2px;
}

.header_dropdown .drop_headline .btn_action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_dropdown .drop_headline .btn_action a {
	position: relative;
	border-radius: 50px;
	color: #888 !important;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 5px;
	height: 31px;
	width: 31px;
}

.header_dropdown .drop_headline .btn_action a:hover {
	background-color: #f1f3f4;
}

.header_dropdown ul {
	padding: 0;
	margin: 0;
}

.header_dropdown ul li a {
	-webkit-transition: 0.25s;
	transition: 0.25s;
	position: relative;
	border-radius: 7px;
}

.header_dropdown > ul li a:hover,
.header_dropdown > ul li.not-read > a {
	background-color: #f1f3f4;
}

.header_dropdown ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	color: #808080;
	position: relative;
	padding: 10px 9px;
	font-weight: 500;
}

.header_dropdown ul li a .drop_avatar {
	height: 50px;
	width: 50px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 50%;
	overflow: visible;
	-ms-flex-item-align: start;
	align-self: flex-start;
	position: relative;
	overflow: visible;
	flex-shrink: 0;
}

.header_dropdown ul li a .drop_avatar img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
	border-radius: 50%;
}

.header_dropdown ul li a .drop_avatar.status-online::after {
	background-color: #38b653;
	visibility: visible;
}

.header_dropdown ul li a .drop_icon {
	position: absolute;
	padding: 0;
	font-size: 16px;
	height: 30px;
	width: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: white;
	border-radius: 100%;
	bottom: -4px;
	right: -12px;
}

.header_dropdown ul li a .drop_text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 23px;
	font-size: 13.5px;
	padding-left: 16px;
}

.header_dropdown ul li a .drop_text p {
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.header_dropdown ul li a .drop_text time {
	font-size: 12.7px;
	color: #9f9d9d;
	margin-top: -3px;
	display: block;
}

.header_dropdown ul li a .drop_text span.text-link {
	color: #5833fd;
}

.header_dropdown ul li.un-read .drop_text time {
	color: #4761ff;
}

.header_dropdown ul li.un-read .drop_text::after {
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	background-color: #4761ff;
	bottom: 13px;
	right: 12px;
	display: block;
	border-radius: 50%;
}

.header_dropdown.is_message ul li a .drop_text p {
	-webkit-line-clamp: 1;
}

.header_dropdown.is_message ul li a .drop_text time {
	position: absolute;
	right: 14px;
	margin: 0;
	display: inline;
	font-size: 12.3px;
}

.header_dropdown input {
	background: #f1f3f4;
	border-radius: 2rem;
	margin-bottom: 10px;
	margin-right: 13px;
	height: 38px;
	font-weight: 600;
	width: 95%;
}

.header_dropdown a.see-all {
	text-align: center;
	display: block;
	font-size: 15px;
	margin: 0px 0px -5px -12px;
	font-weight: 600;
	color: #3483ea;
	padding: 12px 0;
}

.header_dropdown .dropdown_scrollbar {
	display: block;
	width: 100%;
	max-height: 33.7vw !important;
	padding-right: 0;
}

.header_dropdown .dropdown_scrollbar .simplebar-scrollbar {
	width: 8px;
	z-index: 1000;
	right: 2px;
}

.header_dropdown.is_message .dropdown_scrollbar {
	max-height: 100vh !important;
}

.header_dropdown.profile_dropdown {
	width: 310px;
	padding: 0px !important;
}

.header_dropdown.profile_dropdown a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-weight: 500;
	border-radius: 8px;
	color: #4b4b4b;
	padding: 6px;
	position: relative;
}

.header_dropdown.profile_dropdown a:last-child {
	border-color: transparent;
}

.header_dropdown.profile_dropdown a i,
.header_dropdown.profile_dropdown a svg,
#dashboard-menu1 a svg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: #f7f9fa;
	border-radius: 100%;
	margin-right: 10px;
}

.header_dropdown.profile_dropdown a:hover {
	background-color: #f7f9fa;
}

.header_widgets .header-section.section-1 .header_dropdown {
	top: 56px !important;
}

.header_dropdown.profile_dropdown a svg {
	padding: 6px;
}

.header_dropdown.profile_dropdown hr {
	margin: 0 -10px 8px;
}

.header_dropdown.profile_dropdown .user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 5px;
	padding: 8px;
}

.header_dropdown.profile_dropdown .user .user_avatar {
	border-radius: 50%;
	width: 45px;
	height: 45px;
	margin-right: 17px;
	position: relative;
}

.header_dropdown.profile_dropdown .user .user_avatar img {
	border-radius: 50%;
}

.header_dropdown.profile_dropdown .user .user_name {
	line-height: 20px;
	font-weight: 600;
	color: #333;
	font-size: 19px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.header_dropdown.profile_dropdown .user .user_name span {
	display: block;
	font-size: 12.5px;
	font-weight: normal;
	margin-top: 1px;
}

.dropdown_cart {
	width: 360px;
	left: auto !important;
}

.dropdown_cart ul {
	padding: 0;
	margin-left: -5px;
	padding-right: 10px;
}

.dropdown_cart ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 8px 10px;
}
.dropdown_cart,
.header_dropdown {
	background: white;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	display: none;
	top: 60px !important;
}
.w-h-20px {
	width: 20px !important;
	height: 20px !important;
}
.header_dropdown .select-setting input.collapsed {
	display: none !important;
}
.popup-textdouble {
	display: flex;
	flex-direction: column;
}
.popup-textdouble p {
	line-height: normal;
}
.popup-textdouble small {
	color: #9a9b9d;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-top: 4px;
}
.exploreThumbs {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.small-text-chat {
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #9a9b9d;
}
.explorelist .position-relative {
	width: 80px;
	height: 55px;
	border-radius: 0%;
	overflow: hidden;
}
.notificatinlist.explorelist p {
	line-height: normal !important;
	font-size: 14px !important;
	color: #050505 !important;
}
.notificatinlist.explorelist p.font-13 {
	font-size: 12px !important;
}
.store-change-dropdown .notificatinlist.explorelist p{
	color: #fff !important;
}
.store-change-dropdown .list-group-item1:hover p{
	color: #fff !important;
}
.store-change-dropdown .list-group-item1:hover{
	background: #2b2e36 !important;
}
.store-change-dropdown .explorelist .position-relative{
	width: auto;
	height: auto;
}
li.list-group-item1 {
	border-radius: 5px;
}
.dropdown_cart > ul li:hover {
	/*background: #f7f7f7;*/
}
.list-group-item1:hover {
	background: #f8f8f8;
	cursor: pointer;
}
.list-group-item1:hover p{
	color: #050505 !important;
}
.bg-black2{
	background: #2b2e36;
}
.top-search.physical_part .physical_input_box_part .physical_input_box.bg-black2 .physical_input.pro-input{
	color: #fff !important;
	mix-blend-mode: normal;
	filter: brightness(0) invert(1);
}

.dropdown_cart ul li .cart_avatar {
	overflow: hidden;
	position: relative;
	width: 70px;
	height: 55px;
	border-radius: 5px;
}

.dropdown_cart ul li .cart_avatar img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.dropdown_cart ul li .cart_text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.dropdown_cart ul li .cart_price {
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.dropdown_cart ul li .cart_price span {
	font-size: 17px;
	color: #3d3e40;
}

.dropdown_cart ul li .cart_price button {
	color: red;
	font-size: 13px;
}

.dropdown_cart ul li .cart_price button:hover {
	text-decoration: underline;
}

.dropdown_cart .cart_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 0.5rem;
	padding-right: 17px;
	border-top: 1px solid #e2e8f0;
}

.dropdown_cart .cart_footer p {
	margin-bottom: 5px;
}

.dropdown_cart .cart_footer h1 {
	font-size: 24px;
}

.dropdown_cart .dropdown_cart_scrollbar {
	max-height: 420px;
}

.dropdown_cart .dropdown_cart_scrollbar .simplebar-scrollbar {
	width: 7px;
	z-index: 1000;
	right: 2px;
}

/* search icon mobile */
.header-search-icon {
	position: absolute;
	top: 12px;
	width: 40px;
	right: 60px;
	height: 40px;
	color: #8a8989;
	z-index: 100;
	font-size: 18px;
	display: none;
}

.header-search-icon::before {
	font-family: 'Feather-Icons';
	font-size: 22px;
	content: '\e9c1';
	line-height: 30px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}

/* hide start chat icon when header search box is active */
.show-searchbox ~ .start-chat {
	display: none !important;
}

.profile {
	position: relative;
}

.profile .profiles_banner {
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden;
	height: 250px;
}

.profile .profiles_banner::before {
	position: absolute;
	content: '';
	z-index: 1;
	bottom: -60px;
	left: 0;
	width: 100%;
	height: 60%;
	opacity: 0.5;
	border-radius: inherit;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		color-stop(60%, #212529)
	);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #212529 60%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #212529 60%);
	background-blend-mode: color-burn;
}

.navbar-expand-lg
	.navbar-nav
	.profile-status
	.header-profilepic
	.active-profile:hover {
	background: #28a745;
}
.navbar-expand-lg
	.navbar-nav
	.profile-status
	.header-profilepic
	.active-profile {
	padding: 0 !important;
	bottom: -2px !important;
}

.profile .profiles_banner img {
	width: 100%;
	height: 100%;
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
}

.profile .profiles_content {
	position: relative;
	padding: 24px 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.profile .profiles_content .profile_avatar {
	position: relative;
	z-index: 1;
	width: 90px;
	height: 90px;
	margin-right: 20px;
}

.profile .profiles_content .profile_avatar .profile_avatar_holder {
	position: relative;
	border-radius: 10%;
	background: #dcdcdc;
	width: 100%;
	height: 100%;
}

.profile .profiles_content .profile_avatar .profile_avatar_holder img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.profile .profiles_content .profile_avatar .icon_change_photo {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: flex;
	border: 2px solid #fff;
	font-size: 16px;
	cursor: pointer;
	bottom: 0;
	right: 0;
	background-color: #c5ccd4;
}

.profile .profiles_content .profile_avatar .user_status {
	height: 19px;
	width: 19px;
	bottom: 13px;
	right: 13px;
}

.profile .profiles_content .profile_info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
}

.profile .profiles_content .profile_info h1 {
	color: #464646;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 27px;
	margin-bottom: 0;
}

.profile .profiles_content .profile_info p {
	margin-bottom: 0px;
	color: #9c9c9c;
}

.profile .cd-secondary-nav {
	height: 65px !important;
}

.profile .cd-secondary-nav ul {
	padding: 0 10px;
}

.profile .cd-secondary-nav ul li:not(:last-child) {
	padding-right: 30px;
}

.profile .cd-secondary-nav ul a {
	line-height: 60px !important;
}

.profile.is_group .profiles_banner {
	height: 250px;
}

.profile.is_group .profiles_banner::before {
	bottom: -60px;
}

.profile.is_group .profiles_content {
	margin-top: 0;
	padding: 24px 28px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
}

.profile.is_group .profiles_content .profile_avatar {
	position: relative;
	width: 90px;
	height: 90px;
	margin-bottom: 0px;
	margin-right: 20px;
}

.profile.is_group .profiles_content .profile_avatar .profile_avatar_holder {
	border-radius: 10%;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.profile.is_group .profiles_content .profile_info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
}

.profile.is_group .profiles_content .profile_info h1 {
	font-size: 27px;
	margin-bottom: 0;
}

.profile.user-profile .profiles_banner {
	height: 285px;
}

.profile.user-profile .profiles_banner::before {
	bottom: 0px;
}

.profile.user-profile .profiles_content {
	margin-top: -138px;
	z-index: 2;
	padding: 0;
	padding-bottom: 25px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.profile.user-profile .profiles_content .profile_avatar {
	width: 160px;
	height: 160px;
	margin-right: 0px;
	margin-bottom: 15px;
}

.profile.user-profile .profiles_content .profile_avatar .profile_avatar_holder {
	border-radius: 100%;
	-webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
	border: 4px solid #fff;
}

.profile.user-profile .profiles_content .profile_info h1 {
	font-size: 30px;
	margin-bottom: 7px;
}

@media (max-width: 767px) {
	.profile .profiles_banner {
		height: 155px !important;
	}
	.profile .profiles_content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 18px 20px;
	}
	.profile .profiles_content .profile_info {
		text-align: center;
		padding-bottom: 10px;
	}
	.profile .profiles_content .profile_info h1 {
		margin-bottom: 3px !important;
		font-size: 25px !important;
	}
	.profile.user-profile .profiles_content {
		margin-top: -60px;
		padding-bottom: 10px;
	}
	.profile.user-profile .profiles_content .profile_avatar {
		position: relative;
		width: 60px;
		height: 60px;
		z-index: 1;
		margin-bottom: 15px;
	}
	.profile.user-profile
		.profiles_content
		.profile_avatar
		.profile_avatar_holder {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

/* ---------------------------------- */
/* Dashboard Messages
------------------------------------- */
.is_message {
	overflow: hidden;
}

.is_message header {
	border-bottom: 1px solid #eaeaea;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.is_message header .slide_menu {
	display: none !important;
}

.is_message .sidebar {
	border-right: 1px solid #eaeaea;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.is_message .header_search {
	display: none;
}

.is_message .main_content {
	margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
	.is_message header .header_inner {
		height: 64px;
	}
	.is_message header .header_inner .right_side {
		display: none;
	}
}

.messages-container {
	margin: 0;
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	background-color: #fff;
}

/*  Scrollbar Hide - End */
.messages-headline {
	max-height: 77px;
	font-size: 15px;
	margin: 0;
	padding: 22px 30px;
	color: #333;
	background-color: #fff;
	display: block;
	border-bottom: 1px solid #eaeaea;
	border-radius: 4px 4px 0 0;
	position: relative;
}

.messages-headline input {
	background-color: #f6f6f6;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 38px;
	padding: 14px;
	font-size: 14px;
	margin: 0;
}

.messages-headline input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.messages-headline .input-with-icon i {
	font-size: 18px;
	right: 14px;
}

.messages-headline h4 {
	font-size: 15px;
	color: #333;
	padding: 6px 0;
	margin: 0;
	font-weight: 600;
	display: inline-block;
}

.message-action {
	border-radius: 50px;
	font-size: 13px;
	color: #666;
	font-weight: 500;
	display: inline-block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #666;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.message-action i {
	font-size: 14px;
	position: relative;
	top: 1px;
	margin-right: 1px;
}

.message-action:hover {
	color: #ee3535;
}

/* List */
.messages-inbox ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.message-avatar img {
	display: inline-block;
	width: 54px;
	height: 54px;
	border-radius: 50%;
}

.messages-inbox ul li {
	-webkit-transition: 0.2s;
	transition: 0.2s;
	position: relative;
}

.messages-inbox ul li a {
	position: relative;
	display: block;
	padding: 30px;
}

.messages-inbox ul li:last-child {
	border-bottom: none;
}

.messages-inbox ul li:hover,
.messages-inbox ul li.active-message {
	background-color: #fafafa;
}

.messages-inbox .message-avatar {
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.messages-inbox .message-by {
	margin-left: 85px;
	font-size: 15px;
	color: #666;
}

.messages-inbox .message-by p {
	margin: 0;
	padding: 0;
	line-height: 25px;
	font-size: 15px;
}

.message-by h5 i {
	background-color: #2a41e8;
	border-radius: 4px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	padding: 3px 8px;
	margin-left: 3px;
}

/* Single Message */
.messages-container-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.messages-container-inner .messages-inbox,
.messages-container-inner .message-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.messages-container-inner .message-content-inner {
	padding: 30px;
	padding-bottom: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.messages-container-inner .message-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.messages-container-inner .messages-inbox {
	max-width: 340px;
	border-right: 1px solid #eaeaea;
}

.messages-container-inner .messages-inbox ul li a {
	padding: 12px 22px;
}

.messages-container-inner .messages-inbox .message-by p {
	height: 26px;
	max-width: 212px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #888;
}

.messages-container-inner .message-avatar img {
	width: 40px;
	height: 40px;
}

.messages-container-inner .messages-inbox .message-avatar {
	left: 25px;
}

.messages-container-inner .messages-inbox .message-by {
	margin-left: 60px;
}

.messages-container-inner .message-by-headline h5 {
	font-size: 15px;
	margin-bottom: 0px;
	max-width: 160px;
	font-weight: 600;
	line-height: 23px;
}

.messages-container-inner .message-by-headline span {
	font-size: 13px;
	position: absolute;
	top: 13px;
	right: 22px;
}

/* Message Bubbles */
.message-bubble {
	display: block;
	position: relative;
	margin-bottom: 25px;
	/* Message Bubble "me" */
}

.message-bubble .message-avatar {
	position: absolute;
	left: 0;
	top: 0;
}

.message-bubble .message-avatar img {
	width: 50px;
	height: 50px;
}

.message-bubble .message-text {
	margin-left: 70px;
	background-color: #f4f4f4;
	border-radius: 4px;
	padding: 12px 18px;
	position: relative;
	display: inline-block;
	float: left;
	line-height: 25px;
}

.message-bubble.me .message-text {
	float: right;
}

.message-bubble .message-text p {
	font-size: 15px;
	padding: 0;
	margin: 0;
	line-height: 25px;
}

.message-bubble.me .message-avatar {
	left: auto;
	right: 0;
}

.message-bubble.me .message-text {
	margin-left: 0;
	margin-right: 70px;
	background-color: #2a41e8;
	color: #fff;
	position: relative;
}

.message-bubble .message-text:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #f4f4f4;
	left: -6px;
	right: auto;
	top: 19px;
	position: absolute;
}

.message-bubble.me .message-text:before {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #2a41e8;
	border-right: none;
	right: -6px;
	left: auto;
}

.is_group .message-bubble .message-avatar img {
	width: 45px;
	height: 45px;
}

.is_group .message-bubble .message-text {
	margin-left: 50px;
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
}

.is_group .message-bubble .message-text .message-metadata {
	line-height: 1;
	margin-bottom: 5px;
}

.is_group .message-bubble .message-text .message-metadata strong {
	font-size: 14px;
	color: #122b46;
	letter-spacing: -0.2px;
	line-height: 1.21;
}

.is_group .message-bubble .message-text .message-metadata time {
	color: #a3a5a9;
	font-size: 12px;
	padding-left: 4px;
}

.is_group .message-bubble .message-text::before {
	display: none;
}

.messages-inbox-inner,
.message-content-scrolbar {
	height: calc(100vh - 150px);
}

/* Message Time Sign */
.message-time-sign {
	text-align: center;
	display: block;
	position: relative;
	margin-bottom: 25px;
}

.message-time-sign:before {
	content: '';
	height: 1px;
	background-color: #eaeaea;
	display: block;
	max-width: 30%;
	margin: 0 auto;
	position: relative;
	top: 14px;
	z-index: 10;
}

.message-time-sign span {
	background-color: #fff;
	font-size: 14px;
	color: #888;
	z-index: 11;
	position: relative;
	padding: 0 10px;
}

/* Reply */
.message-reply {
	border-top: 1px solid #eaeaea;
	padding: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 15px;
}

.message-reply textarea {
	min-width: auto;
	height: 48px;
	min-height: 48px;
	padding: 10px 0;
	margin: 0 15px 0 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
}

.message-reply button {
	border-radius: 4px;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	height: 44px;
	text-align: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	padding: 0 25px;
}

.message-reply i {
	padding: 0;
	margin: 0;
}

/* Typing Indicastor */
.typing-indicator {
	width: auto;
	height: 24px;
	padding-top: 8px;
}

.typing-indicator span {
	height: 8px;
	width: 8px;
	float: left;
	margin: 0 1px;
	background-color: #a0a0a0;
	display: block;
	border-radius: 50%;
	opacity: 0.4;
}

.typing-indicator span:nth-of-type(1) {
	-webkit-animation: 1s blink infinite 0.33333s;
	animation: 1s blink infinite 0.33333s;
}

.typing-indicator span:nth-of-type(2) {
	-webkit-animation: 1s blink infinite 0.66666s;
	animation: 1s blink infinite 0.66666s;
}

.typing-indicator span:nth-of-type(3) {
	-webkit-animation: 1s blink infinite 0.99999s;
	animation: 1s blink infinite 0.99999s;
}

@-webkit-keyframes blink {
	50% {
		opacity: 1;
	}
}

@keyframes blink {
	50% {
		opacity: 1;
	}
}

/* Messages Media Queries */
@media (max-width: 992px) {
	.messages-container-inner .messages-inbox {
		max-width: 300px;
	}
	.messages-inbox-inner,
	.message-content-scrolbar {
		width: 100vw;
	}
	.messages-container-inner .message-content {
		position: absolute;
		background-color: white;
		bottom: -50px;
		left: 0;
		height: 98vh;
	}
}

@media (max-width: 768px) {
	.messages-container-inner {
		display: block;
	}
	.messages-container-inner .messages-inbox {
		max-width: 100%;
		border-bottom: 1px solid #e4e4e4;
		border-right: none;
	}
	.messages-container-inner .message-content-inner {
		padding: 20px;
		padding-bottom: 0;
	}
	.messages-inbox ul {
		max-height: 500px;
	}
	.messages-inbox ul li a {
		padding: 17px !important;
	}
	.messages-container-inner .message-by-headline span {
		position: relative;
		top: 0;
		right: 0;
		display: block;
		float: none;
		padding: 0;
		margin: -4px 0 0 0;
	}
	.message-action {
		display: block;
		position: relative;
		right: 0;
		top: 0;
		-webkit-transform: none;
		transform: none;
		margin-top: -5px;
	}
	.messages-headline {
		max-height: 120px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 12px 27px;
	}
	.message-bubble {
		margin-bottom: 15px;
	}
	.message-bubble .message-avatar img {
		width: 35px;
		height: 35px;
	}
	.message-bubble .message-text {
		margin-left: 50px;
	}
	.message-bubble .message-text:before {
		top: 10px;
	}
	.message-bubble.me .message-text {
		margin-right: 50px;
	}
	.message-reply {
		border-top: 1px solid #eaeaea;
		padding: 15px;
	}
	.messages-inbox-inner,
	.message-content-scrolbar {
		height: calc(100vh - 120px);
	}
}

.main_content {
	padding-top: 68px;
}

button.button.dark1,
a.button.dark1 {
	background-color: palevioletred;
	color: #fff;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

input[type='button'].dark1,
input[type='submit'].dark1 {
	background-color: palevioletred;
	color: #fff;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* ---------------------------------- */
/*  line clamps
------------------------------------- */
.line-clamp-1,
.line-clamp-2,
.line-clamp-3 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.line-clamp-1 {
	-webkit-line-clamp: 1;
}

.line-clamp-2 {
	-webkit-line-clamp: 2;
}

.line-clamp-3 {
	-webkit-line-clamp: 3;
}

/* ---------------------------------- */
/*  user status icon
------------------------------------- */
.user_status {
	position: absolute;
	content: '';
	height: 14px;
	width: 14px;
	background-color: #c0c0c0;
	bottom: 0;
	right: 0;
	display: block;
	border: 2.5px solid #fff;
	border-radius: 50%;
	visibility: hidden;
}

.user_status.status_online {
	background-color: #38b653;
	visibility: visible;
}

/* ---------------------------------- */
/*  start-chat button
------------------------------------- */
.start-chat {
	background-color: #2563eb;
	color: white;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	width: 50px;
	bottom: 25px;
	right: 25px;
	height: 50px;
	z-index: 1000;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.start-chat {
		top: 12px;
		bottom: auto;
		width: 40px;
		right: 16px;
		height: 40px;
		background: transparent;
		color: #8a8989;
	}
	.start-chat svg {
		width: 24px;
		height: 24px;
	}
}

/* ---------------------------------- */
/*  embed video responsive
------------------------------------- */
.embed-video {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.embed-video iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	/* padding: 20px */
}

/* -------------------------------------------------------------- */
/* 04. Features
----------------------------------------------------------------- */
.cd-secondary-nav {
	position: relative;
	z-index: 1;
	clear: both;
	width: 100%;
	height: 50px;
	/* Force Hardware Acceleration */
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
}

.cd-secondary-nav::afterr {
	/* gradient on the right - to indicate it's possible to scroll */
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 100%;
	width: 35px;
	background: transparent;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(#25283d),
		to(rgba(37, 40, 61, 0))
	);
	background: linear-gradient(to left, #25283d, rgba(37, 40, 61, 0));
	pointer-events: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cd-secondary-nav.nav-end::after {
	opacity: 0;
}

.cd-secondary-nav ul,
.cd-secondary-nav li,
.cd-secondary-nav a {
	height: 100%;
}

.cd-secondary-nav ul {
	/* enables a flex context for all its direct children */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 15px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.cd-secondary-nav ul::after {
	clear: both;
	content: '';
	display: block;
}

.cd-secondary-nav li {
	display: inline-block;
	float: left;
	/* do not shrink - elements float on the right of the element */
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cd-secondary-nav li:last-of-type {
	padding-right: 20px;
}

.cd-secondary-nav li.active a,
.cd-secondary-nav li.uk-active a {
	border-bottom: 3px solid #2a41e8;
}

.cd-secondary-nav li.active a,
.cd-secondary-nav li.uk-active a,
.cd-secondary-nav li:hover a {
	color: #2a41e8;
}

.cd-secondary-nav a {
	display: block;
	line-height: 50px;
	font-weight: 500;
	color: #8c8d90;
	font-size: 15px;
}

.cd-secondary-nav a span {
	padding: 5px 9px;
	background: rgba(42, 65, 232, 0.08);
	border-radius: 30px;
	font-weight: 500;
	font-size: 12px;
	margin-left: 3px;
	color: #2a41e8;
}

.cd-secondary-nav.is_light li a {
	color: #ffffff9c;
}

.cd-secondary-nav.is_light li.active a,
.cd-secondary-nav.is_light li.uk-active a,
.cd-secondary-nav.is_light li:hover a {
	color: white;
}

.cd-secondary-nav.is_light li.active a,
.cd-secondary-nav.is_light li.uk-active a {
	border-bottom: 3px solid white;
}

.cd-secondary-nav.extanded ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}

.cd-secondary-nav.extanded ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	padding: 0 !important;
}

@media only screen and (min-width: 1024px) {
	.cd-secondary-nav {
		height: 68px;
		overflow: visible;
	}
	.cd-secondary-nav ul {
		/* reset mobile style */
		display: block;
		padding: 0;
	}
	.cd-secondary-nav li {
		/* reset mobile style */
		float: none;
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
	.cd-secondary-nav a {
		line-height: 68px;
		font-size: 15px;
	}
}

.cd-secondary-nav ul li:not(:last-child) {
	padding-right: 10px;
}

/* ---------------------------------- */
/* job
------------------------------------- */
.job-list .job-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 20px 0;
	border-bottom: 1px solid #e4e4e4;
}

.job-list .job-details .job-logo {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 55px;
	margin-right: 25px;
	position: relative;
	top: 3px;
}

.job-list .job-details .job-logo img {
	border-radius: 4px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.job-list .job-details .job-description {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-top: 3px;
}

.job-list .job-details .job-description h4 {
	font-size: 15.5px;
	color: #808080;
	margin-bottom: 1px;
}

.job-list .job-details .job-description h3 {
	font-size: 20px;
	color: #333;
	line-height: 30px;
	font-weight: 500;
}

.job-list .job-details .job-description p {
	margin: 15px 0 0 0;
	padding: 0;
	color: #666;
}

.job-list .job-details .job-tags {
	margin-top: 12px;
}

.job-list .job-details .job-tags a {
	height: 28px;
	padding: 6px 13px;
	font-size: 12.5px;
	line-height: 26px;
	margin-right: 6px;
	font-weight: 500;
	color: #4c4c4c;
	background-color: #ececec;
	border-radius: 7px;
}

@media (max-width: 960px) {
	.job-details .job-description h3 {
		font-size: 18px !important;
		line-height: 25px !important;
		font-weight: 600 !important;
	}
	.job-details .job-description p,
	.job-details .job-tags {
		margin-left: -70px !important;
	}
}

/* ---------------------------------- */
/* story  card
------------------------------------- */
.single_story {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	height: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.single_story:before {
	position: absolute;
	content: '';
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44%;
	opacity: 0.5;
	border-radius: inherit;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(0, 0, 0, 0)),
		color-stop(60%, #2b2b2b)
	);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #2b2b2b 60%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #2b2b2b 60%);
	background-blend-mode: color-burn;
}

.single_story img {
	width: 100%;
	height: 100%;
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
}

.single_story .story-avatar {
	position: absolute;
	top: 10px;
	left: 10px;
}

.single_story .story-avatar img {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	position: relative;
	border: 2px solid white;
}

.single_story .story-content {
	position: relative;
	width: 100%;
	padding: 12px 13px;
	z-index: 2;
}

.single_story .story-content h4 {
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
}

.story-prev {
	position: fixed;
	background: #f1f3f4;
	z-index: 12;
	width: 100%;
	margin-top: 68px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #f1f3f4;
	visibility: hidden;
	display: none;
	top: 0;
}

.story-prev .story-sidebar {
	width: 25%;
	padding: 12px;
	background-color: #ffffff;
}

.story-prev .story-sidebar .story-sidebar-scrollbar {
	height: calc(100vh - 140px);
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}

.story-prev .story-sidebar .story-sidebar-scrollbar .simplebar-scrollbar {
	width: 6px;
	z-index: 1000;
}

.story-prev .story-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.story-prev .story-btn-close {
	z-index: 100;
	border-radius: 100%;
	background: #dcdcdc;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: none;
}

/* story clicked */
body.story-active {
	overflow: hidden;
}

body.story-active .story-prev {
	visibility: visible;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

body.story-active .story-prev .story-btn-close {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

body.story-active header {
	border-bottom-width: 1px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

body.story-active header .left_side .slide_menu,
body.story-active header .header_search,
body.story-active header .header_widgets .is_link {
	display: none;
}

.story-users-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 0;
	border-radius: 10px;
	padding-left: 6px;
}

.story-users-list a:hover,
.story-users-list a.uk-active {
	background: #f1f3f4;
}

.story-users-list a .story-media {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 15px;
	border: 3px solid blue;
}

.story-users-list a .story-media img {
	width: 100%;
	height: 100%;
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	border: solid white 2px;
}

.story-users-list a .story-text {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	font-size: 16px;
	font-weight: 500;
	color: #2d2d2d;
}
.line-height-normal {
	line-height: normal !important;
}
.story-users-list a .story-text .story-username {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.2;
}

.story-users-list a .story-text .story-count {
	margin-right: 9px;
	color: #2a41e8;
}

.story-users-list a .story-text .story-time {
	color: #929292;
}

.story-users-list a .story-text p {
	font-size: 14px;
}

.slider-icon {
	width: 47px;
	height: 47px;
	background: white;
	-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slider-icon::before {
	font-family: 'Feather-Icons';
	font-size: 26px;
	line-height: 30px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

.slider-icon.is-left {
	left: 0%;
}

.slider-icon.is-left::before {
	content: '\e92f';
}

.slider-icon.is-right {
	right: -10%;
}

.slider-icon.is-right::before {
	content: '\e930';
}

.story-slider-image,
.story-slider-placeholder {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: none;
	max-height: 100%;
	position: relative;
	width: 450px;
	height: 540px;
	border-radius: 8px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

@media (max-width: 760px) {
	.user_story a:nth-child(3),
	.user_story a:nth-child(4) {
		display: none;
	}
	.story-prev {
		background: #ffffff;
		z-index: 99;
		height: 100%;
		margin-top: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.story-prev .story-sidebar {
		width: 100%;
		background-color: transparent;
	}
	.story-prev .story-sidebar .story-sidebar-scrollbar {
		height: auto !important;
	}
	.story-prev .story-users-list {
		overflow-y: hidden;
		overflow-x: scroll;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -10px;
		padding-left: 10px;
	}
	.story-prev .story-users-list a .story-text {
		display: none;
	}
	.story-prev .story-users-list a:hover {
		background: transparent;
	}
	.story-prev .story-users-list a .story-media {
		margin-right: 8px;
	}
	.story-active header,
	.story-active .start-chat {
		display: none;
	}
	.story-slider-image,
	.story-slider-placeholder {
		width: 100%;
		height: calc(100vh - 210px);
	}
}

.create-post {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 100px;
	display: none;
	/* select dropdown */
}

.create-post.uk-open {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.create-post .bootstrap-select.btn-group button {
	height: 38px;
	max-width: 168px !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.create-post .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	line-height: 35px;
	height: 35px;
	padding-left: 17px !important;
	max-width: 100%;
}

.create-post .bootstrap-select.btn-group .dropdown-toggle .caret {
	left: 0;
}

.create-post .bootstrap-select:before {
	background: transparent;
}

.create-post .dropdown-menu.open {
	width: 210px !important;
	border: 1px solid #f1f3f4;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px -5px,
		rgba(0, 0, 0, 0.04) 0px 13px 10px -5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px -5px,
		rgba(0, 0, 0, 0.04) 0px 13px 10px -5px;
}

@media (max-width: 767px) {
	.create-post .uk-modal-body {
		padding: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		top: 0;
		position: fixed;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.create-post .dropdown-menu.open {
		bottom: 100% !important;
		top: auto !important;
	}
	.create-post #veiw-more {
		display: block !important;
		margin-right: 8px;
	}
	.create-post #veiw-more:last-child {
		visibility: hidden;
		width: 0;
		width: 0;
		margin: 0;
		padding: 0;
	}
}

/* ---------------------------------- */
/*  contactt list
/* ---------------------------------- */
.contact-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 0;
	border-radius: 10px;
	padding-left: 6px;
}

.contact-list a:hover {
	background: #f1f3f4;
}

.contact-list .contact-avatar {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 15px;
}

.contact-list .contact-avatar img {
	width: 100%;
	height: 100%;
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.contact-list .contact-username {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	font-size: 16px;
	font-weight: 500;
	color: #2d2d2d;
}

.contact-list-box {
	background: #fff;
	color: #474747;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	padding: 15px;
	border-radius: 10px;
	text-align: center;
}

.contact-list-box .contact-avatar {
	width: 62px;
	height: 62px;
	margin: 10px auto;
}

.contact-list-box .contact-username {
	font-size: 19px;
	font-weight: 600;
}

.contact-list-box .contact-list-box-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}

.contact-list-box .contact-list-box-btns span.button,
.contact-list-box .contact-list-box-btns button.button {
	padding: 8px 14px;
}

/* -------------------------------------------------------------- */
/* 04. Responsive
----------------------------------------------------------------- */
@media (max-width: 1024px) {
	html {
		font-size: 15px;
	}
	header {
		border-bottom: 1px solid #f0f0f0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	header .header_inner {
		height: 65px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 12px 15px;
	}
	header .header_inner .right_side {
		width: 100%;
	}
	.header_widgets {
		position: fixed;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-right: 0;
		bottom: 0;
		height: 56px;
		padding: 0 18px !important;
		background: white;
		border-top: 1px solid #e2dfdf;
	}
	.header_widgets .is_icon svg {
		width: 25px;
		height: 25px;
	}

	.header_dropdown .dropdown_scrollbar {
		max-height: 81vh !important;
	}
	.header_dropdown.is_message .dropdown_scrollbar {
		max-height: 75vh !important;
	}
	.header_dropdown.profile_dropdown {
		-webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px -300px 0px 300px;
		box-shadow: rgba(0, 0, 0, 0.24) 0px -300px 0px 300px;
		padding: 10px 25px !important;
	}
	.dropdown_cart .dropdown_cart_scrollbar {
		max-height: 407px;
	}
	.header_dropdown .drop_headline h4 {
		font-size: 21px;
	}
	.main_content {
		padding-top: 65px !important;
		padding-bottom: 50px;
	}
	.container,
	.mcontainer {
		padding: 25px 15px;
	}
	.header_widgets .is_link,
	.header_search {
		display: none;
	}
	header .header_inner .left_side #logo img {
		display: none;
	}
	header .header_inner .left_side #logo img.logo_mobile {
		display: inline !important;
	}
}

@media (min-width: 1200px) {
	header .header_wrap {
		margin-left: 300px;
		width: calc(100% - 300px);
	}
	header .header_inner .left_side {
		position: absolute;
		left: 20px;
	}
	header .header_inner .left_side #logo {
		margin-right: 10px;
	}
	header .header_inner .left_side .slide_menu {
		margin-right: 10px;
	}
	.main_content {
		margin-left: 300px;
	}
	.container,
	.mcontainer {
		max-width: 1000px;
		padding: 30px 10px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767px) {
	.header_search {
		position: absolute;
		width: 85%;
	}
	.header_search input {
		width: 100%;
		min-width: 100%;
	}
	.header-search-icon {
		display: block !important;
	}
	.show-searchbox .header_search {
		display: block;
	}
	.show-searchbox .header-search-icon {
		right: 8px;
	}
	.show-searchbox .header-search-icon::before {
		content: '\ea02';
	}
}
.header_search .search-back {
	position: absolute;
	z-index: -1;
	left: -46px;
	cursor: pointer;
	top: -1px;
}
/* -------------------------------------------------------------- */
/* 05. Add your custom classes
----------------------------------------------------------------- */

/*--company-informations-basics-page-open--*/

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.left-side-fixed {
	padding-bottom: 50px;
	position: fixed;
	height: 620px;
	width: 23%;
	/*overflow-x: hidden;*/
}

.scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 5px;
}

.scroll::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
	border-radius: 5px;
}

.scroll::-webkit-scrollbar-thumb {
	background-color: #aaa9a9;
	border-radius: 5px;
}
.profile_dropdown .scroll2::-webkit-scrollbar-track {
	background-color: #fff ;
	border-radius: 5px;
}

.profile_dropdown .scroll2::-webkit-scrollbar {
	width: 8px;
	background-color: #fff;
	border-radius: 5px;
}

.profile_dropdown .scroll2::-webkit-scrollbar-thumb {
	background-color: #aaa9a9;
	border-radius: 5px;
}

@media (max-width: 768px) {
	.left-side-fixed {
		padding-bottom: 50px;
		position: sticky;
		height: 620px;
		width: 100%;
	}
}

.company-informations-left-side {
	margin-left: -15px !important;
}

@media (max-width: 768px) {
	.company-informations-left-side {
		margin-left: -0px !important;
	}
}

.edit-text {
	color: #0068ff;
	line-height: 45px;
	font-size: 16px;
	padding-left: 45px;
	cursor: pointer;
}

.save-text {
	color: #0068ff;
	line-height: 45px;
	font-size: 16px;
	padding-left: 20px;
	cursor: pointer;
}

@media (max-width: 768px) {
	.edit-text {
		color: #0068ff;
		line-height: 45px;
		font-size: 16px;
		cursor: pointer;
		padding-left: 1px;
	}

	.save-text {
		color: #0068ff;
		line-height: 45px;
		font-size: 16px;
		cursor: pointer;
		padding-left: 1px;
	}
}

/*--menu-bar--*/

.menu-background {
	background: #f0f2f5;
	padding-top: 10px;
	padding-bottom: 20px;
}

.menu-img-padding {
	padding-top: 8px;
}

.menu-img-padding01 {
	padding: 10px 10px 10px 0 !important;
}

.menu-img-padding02 {
	padding-top: 5px !important;
}

.arrow-bg {
	background: #f0f2f5;
}

.menu-container-padding {
	margin-top: 15px;
}
/*.menu-order
{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
*/

.menu-img-padding03 {
	padding: 18px 0 18px 0 !important;
}

.menu-images-padding {
	padding-top: 12px;
}

.menu-bg-img-padding {
	padding-right: 0;
	padding-left: 10px;
}

.font-15 {
	font-size: 15px !important;
}

.mark-padding {
	padding-left: 20px;
	padding-top: 8px !important;
}

.Remove-all-text01 {
	font-size: 13px;
	color: #045dde;
	cursor: pointer;
	padding-top: 5px;
}

.munic-padding {
	padding-left: 15px;
	font-size: 14px;
	color: #050505;
	font-weight: 500;
	padding-left: 50px;
	padding-top: 10px;
}

@media (max-width: 1280px) {
	.company-informations-hedden {
		display: none;
	}
}

@media (max-width: 481px) and (max-width: 767px) {
	.profile-dot-padding {
		margin-right: 30% !important;
		margin-bottom: 10px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.profile-dot-padding {
		margin-right: 52%;
		margin-bottom: 10px !important;
	}
}

@media (min-width: 992px) and (max-width: 1280px) {
	.profile-dot-padding {
		margin-right: 62%;
		margin-bottom: 10px !important;
	}
}

.approve-icon-padding {
	width: 150px;
	padding-left: 20px;
	padding-top: 10px !important;
	font-weight: 600;
	color: #050505;
}

.approve-icon-padding-mobile {
	width: 200px;
	padding-left: 20px;
	padding-top: 10px !important;
	font-weight: 600;
	color: #050505;
}

/*
@media (min-width: 768px){
.custom-width {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 10.666667%;
}
}*/

/*--menu-bar-close--*/

/*--profile-informations-page--*/

.profile-info-text-padding {
	padding-left: 20px;
}

.company1-border {
	border-bottom: 1px solid rgba(5, 34, 76, 0.15);
}

.menu-width {
	min-width: 300px !important;
}

.sign-in-btn {
	background: #050505 !important;
	color: #fff !important;
	padding-left: 70px !important;
	padding-right: 70px !important;
	font-family: 'Roboto';
	font-size: 18px;
	margin-top: 50px;
	box-shadow: 0px 4px 12px rgb(0 0 0 / 25%);
	border-radius: 5px;
}

.back-to-top {
	background: #050505;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	cursor: pointer;
	box-shadow: 0px 4px 12px rgb(0 0 0 / 25%);
}

.about-footer-padding {
	padding-right: 18px;
	color: #7c7c7c !important;
	font-size: 13px;
	font-weight: 400;
}

.forget-text {
	color: #7c7c7c !important;
	font-size: 12px;
	font-weight: 400;
}
.forget-text:hover {
	color: #333 !important;
}

.font-black {
	color: #050505 !important;
}

.about-footer-padding:hover {
	padding-right: 18px;
	color: #333333 !important;
	font-size: 13px;
	font-weight: 400;
}

.language-btn {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	background: #050505;
	border-radius: 5px;
	/*width: 140px;*/
	height: 40px;
	border: none;
}
.icon-chevron-down {
	position: relative;
}
.icon-chevron-down:after {
	content: '\f078';
	font-family: FontAwesome;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	color: #050505;
}
.thumbnail-img {
	width: 150px;
	height: 150px !important;
}

.cancel-btn {
	background: #f1f2f2 !important;
	color: #050505 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	border-radius: 5px !important;
	box-shadow: none !important;
	margin-right: 1.5rem !important;
}

.cancel-btn:hover {
	background: #cccccc !important;
	color: #050505 !important;
}

.save-btn {
	background: #050505 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	border-radius: 5px !important;
}

.currency-setting-model-text {
	font-size: 14px;
	color: #050505;
	font-weight: 400;
	padding-top: 15px !important;
}

.payments-footer-padding {
	padding-right: 18px;
	color: #7c7c7c;
	font-size: 13px;
	font-weight: 400;
}

.payments-footer-padding:hover {
	padding-right: 18px;
	color: #333;
	font-size: 13px;
	font-weight: 400;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	border: 1px solid #bcbec0;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_list_part
	.notification_list
	ul
	li
	.switch
	.slider:before {
	width: 15px;
	height: 15px;
	font-size: 10px;
	padding: 1px 2px;
	bottom: 3px;
}

.accordion_part .accordion_body {
	margin-bottom: 5px;
}

.accordion_part .accordion_body:last-child .accordion_header {
	border-bottom: 0;
}

.accordion_part .accordion_body .accordion_header .accordion_head figure {
	width: 40px;
	text-align: center;
	margin-right: 10px;
}

.accordion_part .accordion_body .accordion_header .accordion_head figure img {
	max-width: 100%;
	max-height: 100%;
}

.accordion_part .accordion_body .accordion_header .accordion_head h3 {
	font-size: 16px;
	line-height: 1;
	margin-right: 10px;
}

.accordion_part .accordion_body .accordion_header .accordion_head p {
	font-size: 14px;
	line-height: 1;
}

.accordion_part
	.accordion_body
	.accordion_header
	.accordion_head
	.d-flex
	> .d-flex {
	width: calc(100% - 40px);
}

.accordion_part .inner_accordion .inner_accordion_heading {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}

.accordion_part .settings_inner_accordion .accordion_body {
	margin: 0;
}

.accordion_part .settings_inner_accordion .accordion_body .accordion_header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding: 10px 0;
}

.accordion_part .accordion_body .accordion_header .accordion_head h3 p {
	margin-top: 5px;
}

.accordion_part .accordion_body .accordion_notification_box {
	margin-bottom: 20px;
}

.accordion_part .accordion_body .accordion_notification_box:last-child {
	margin-bottom: 0;
}

.accordion_part .accordion_body .accordion_notification_box .sub_heading {
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 1;
	color: #000;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_heading {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 15px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_list_part
	.notification_list
	.heading {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 15px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_list_part
	.notification_list {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	padding: 10px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_list_part
	.notification_list
	ul
	li
	figure {
	width: 35px;
	margin-right: 10px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_list_part
	.notification_list
	ul
	li
	figure
	img {
	max-width: 100%;
	max-height: 100%;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_list_part
	.notification_list
	ul
	li
	p {
	font-size: 14px;
	line-height: 1;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_list_part
	.notification_list
	ul
	li
	.slider {
	border-color: #bebebe;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_list_part
	.notification_list
	ul
	li
	.slider:before {
	background-color: #000;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_list_part
	.notification_list
	ul
	li
	input:checked
	+ .slider {
	border-color: #bcbec0;
	background-color: #e7eefe;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_list_part
	.notification_list
	ul
	li
	input:checked
	+ .slider:before {
	background-color: #007bff;
	transform: translateX(20px);
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_list_part
	.notification_list
	ul
	li
	.switch {
	width: 44px;
	height: 22px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_list_part
	.notification_list
	ul
	li
	.switch
	.slider {
	background-color: #f2f2f2;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_list_part
	.notification_list
	ul
	li
	.switch
	.slider:before {
	width: 15px;
	height: 15px;
	font-size: 10px;
	padding: 1px 2px;
	bottom: 3px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_list_part
	.notification_list
	ul
	li
	.status {
	color: #000;
	margin-right: 8px;
	font-size: 13px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_list_part
	.notification_list
	ul
	li
	.not_head {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_list_part
	.notification_list
	.container-box {
	width: 19px;
	height: 19px;
	padding: 0;
}

.accordion_part .accordion_body .accordion_notification_box .groups_part {
	margin-top: 15px;
	max-height: 400px;
	overflow-y: auto;
	padding-right: 10px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.groups_part::-webkit-scrollbar {
	width: 8px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.groups_part::-webkit-scrollbar-track {
	background: #d9d9d9;
	border-radius: 50px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.groups_part::-webkit-scrollbar-thumb {
	background: #4286f5;
	border-radius: 50px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.groups_part
	.group_list_part
	table {
	margin-bottom: 0;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.groups_part
	.group_list_part
	table
	tr {
	margin-bottom: 10px;
	display: table;
	width: 100%;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.groups_part
	.group_list_part
	table
	tr
	td {
	padding: 0 0 10px;
	border-width: 0 0 1px 0;
	border-color: rgba(0, 0, 0, 0.125);
	border-style: solid;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.groups_part
	.group_list_part
	.group_info_part
	figure {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.groups_part
	.group_list_part
	.group_info_part
	figure
	img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.groups_part
	.group_list_part
	.group_info_part
	h3 {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.groups_part
	.group_list_part
	.group_info_part
	p {
	font-size: 14px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.groups_part
	.group_list_part
	table
	tr
	td
	.leave-group-btn {
	font-size: 12px !important;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.notification_list_part
	.notification_list
	ul
	li
	h3 {
	font-size: 16px;
	line-height: 1;
	margin-right: 10px;
}

.accordion_part .settings_inner_accordion .email_body {
	max-height: 400px;
	overflow-y: auto;
}

.accordion_part .settings_inner_accordion .email_body::-webkit-scrollbar {
	width: 8px;
}

.accordion_part .settings_inner_accordion .email_body::-webkit-scrollbar-track {
	background: #d9d9d9;
	border-radius: 50px;
}

.accordion_part .settings_inner_accordion .email_body::-webkit-scrollbar-thumb {
	background: #4286f5;
	border-radius: 50px;
}

.accordion_part .accordion_body .accordion_content .company_form_part {
	max-height: 400px;
	overflow-y: auto;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part::-webkit-scrollbar {
	width: 8px;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part::-webkit-scrollbar-track {
	background: #d9d9d9;
	border-radius: 50px;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part::-webkit-scrollbar-thumb {
	background: #4286f5;
	border-radius: 50px;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.form-group {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.form-group
	.icon {
	width: 30px;
	text-align: center;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.form-group
	.icon
	img {
	max-width: 100%;
	max-height: 100%;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.form-group
	.form-label {
	width: calc(100% - 30px);
	padding-left: 10px;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.form-group
	.newInput {
	border: 0;
	padding: 5px 0;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.form-group
	.custom_arrow {
	display: inline-block;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.form-group
	.custom_arrow:after {
	right: 0;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.form-group
	.custom_arrow
	.form-control {
	border: 0;
	padding: 5px 30px 5px 5px;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.form-group
	.custom_arrow
	.form-control:focus {
	box-shadow: none;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.form-group
	.phone-input
	.intl-tel-input
	input {
	height: auto;
	border: 0;
	width: 100%;
	outline: 0;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.form-group
	.primary {
	font-size: 12px;
	line-height: 1;
	width: 100px;
}

.accordion_part .accordion_body .accordion_content .status {
	font-size: 12px;
	line-height: 1;
	border-radius: 20px;
	padding: 5px 10px;
	color: #4285f4;
}

.accordion_part .accordion_body .accordion_content .status.conf {
	background-color: #f0fae8;
	color: #24db45;
}

.accordion_part .accordion_body .accordion_content .status.not-conf {
	background-color: #fff6e5;
	color: #fa121d;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.address_heading {
	margin: 30px 0;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.address_heading
	figure {
	width: 30px;
	text-align: center;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.address_heading
	figure
	img {
	max-width: 100%;
	max-height: 100%;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.address_heading
	.address_info {
	width: calc(100% - 30px);
	padding-left: 10px;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.address_heading
	.address_info
	h3 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.address_heading
	.address_info
	p {
	font-size: 14px;
	line-height: 1;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.form-group
	.country-select {
	width: 100%;
}

.accordion_part
	.accordion_body
	.accordion_content
	.company_form_part
	.form-group
	.country-select
	input {
	border: 0;
	width: 100%;
	outline: 0;
}

.accordion_part .accordion_content .bio_form_part .bio_img_part .user_img {
	width: 100px;
	height: 100px;
	background-color: #c9daf7;
	border-radius: 50%;
	border: 3px solid#dedede;
	position: relative;
}

.accordion_part .accordion_content .bio_form_part .bio_img_part .user_img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.accordion_part
	.accordion_content
	.bio_form_part
	.bio_img_part
	.user_img
	.edit-img {
	width: 22px;
	height: 22px;
	background-color: #4285f4;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 8px;
	right: 0;
}

.accordion_part .accordion_content .bio_form_part .bio_img_part .bio_img_right {
	width: calc(100% - 100px);
	padding-left: 20px;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.bio_img_part
	.user_info
	.username {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 5px;
}

.accordion_part .accordion_content .bio_form_part .bio_img_part .user_info p {
	font-size: 14px;
	line-height: 1;
}

.accordion_part .accordion_content .bio_form_part .bio_img_part .progress_part {
	width: 30%;
	margin: 0 10%;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.bio_img_part
	.progress_part
	.progress {
	width: calc(100% - 35px);
	height: 5px;
	border-radius: 30px;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.bio_img_part
	.progress_part
	.progress
	.progress-bar {
	background-color: #dc3545;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.bio_img_part
	.progress_part
	.percent {
	font-size: 12px;
	line-height: 1;
	width: 30px;
}

.con-status {
	font-size: 12px;
	line-height: 1;
	border-radius: 30px;
	padding: 5px 15px;
}

.con-status.not {
	background-color: #fff6e5;
	color: #f74824;
}

.accordion_part .accordion_content .bio_form_part .form-group label {
	font-size: 14px;
	line-height: 1;
}

.accordion_part .accordion_content .bio_form_part .form-group textarea {
	height: 100px;
}

.accordion_part .accordion_content .bio_form_part .form-group fieldset {
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	padding: 15px;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.form-group
	fieldset
	.form-group {
	margin-bottom: 10px;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.form-group
	fieldset
	.form-group:last-child {
	margin-bottom: 0;
}

.accordion_part .accordion_content .bio_form_part .form-group .add_skills {
	border: 1px solid#ced4da;
	border-radius: 0.25rem;
	padding: 5px 15px;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.form-group
	.add_skills
	.skills {
	background-color: #4285f4;
	color: #fff;
	font-size: 12px;
	border-radius: 30px;
	padding: 5px;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.form-group
	.add_skills
	.skills
	a {
	color: #fff;
	margin-left: 10px;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.form-group
	.add_skills
	.addSkills_btn {
	font-size: 14px;
	line-height: 1;
	color: #000;
	margin-left: 10px;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.form-group
	.add_skills
	.addSkills_btn
	span {
	color: #4285f4;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.form-group
	.bootstrap-tagsinput {
	width: 100%;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.form-group
	.bootstrap-tagsinput
	.tag {
	background-color: #4285f4;
	font-size: 12px;
	border-radius: 30px;
	padding: 5px;
	margin-bottom: 3px;
}

.accordion_part .accordion_content .bio_form_part .category_list_part {
	margin-top: 35px;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.category_list_part
	.category_list {
	border-bottom: 1px solid#dee2e6;
	margin-bottom: 20px;
	padding-bottom: 25px;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.category_list_part
	.category_list:last-child {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.category_list_part
	.category_list
	.category_number {
	width: 18%;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.category_list_part
	.category_list
	.category_number
	span {
	font-size: 18px;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.category_list_part
	.category_list
	.category_info_part {
	width: 82%;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.category_list_part
	.category_list
	.category_info_part
	.category_heading {
	margin-bottom: 15px;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.category_list_part
	.category_list
	.category_info_part
	.category_heading
	.heading {
	font-size: 16px;
	line-height: 1;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.category_list_part
	.category_list
	.category_info_part
	.category_heading
	.date {
	font-size: 12px;
	background-color: #d5ecfa;
	color: #4285f5;
	border-radius: 30px;
	padding: 5px 15px;
	line-height: 1;
	margin-left: 20px;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.category_list_part
	.category_list
	.category_info_part
	.category_heading
	.edit_option_part {
	position: relative;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.category_list_part
	.category_list
	.category_info_part
	.category_heading
	.edit_option_part
	.edit_option_box {
	position: absolute;
	display: none;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.category_list_part
	.category_list
	.category_info_part
	.category_heading
	.sub_heading {
	font-size: 14px;
	line-height: 1;
	margin-top: 10px;
}

.accordion_part
	.accordion_content
	.bio_form_part
	.category_list_part
	.category_list
	.category_info_part
	.description_part
	.description {
	font-size: 14px;
}

.accordion_part .accordion_content .finance_settings_description {
	margin-bottom: 30px;
}

.accordion_part .accordion_content .finance_settings_description .description {
	font-size: 14px;
}

.accordion_part .inner_accordion .finance_settings_box .accordion_body {
	margin-bottom: 0;
}

.accordion_part
	.inner_accordion
	.finance_settings_box
	.accordion_body:last-child
	.accordion_header {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.accordion_part
	.inner_accordion
	.finance_settings_box
	.accordion_body
	.accordion_header
	.accordion_head
	h3 {
	margin: 0;
}

.accordion_part
	.inner_accordion
	.finance_settings_box
	.accordion_body
	.accordion_header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.accordion_part .inner_accordion .credit_card_box {
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 20px;
	padding: 20px 0 0;
	width: 50%;
	margin: 0 auto;
}

.accordion_part .inner_accordion .credit_card_box .credit_card_box_heading {
	text-align: center;
}

.accordion_part
	.inner_accordion
	.credit_card_box
	.credit_card_box_heading
	.heading {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
}

.accordion_part
	.inner_accordion
	.credit_card_box
	.credit_card_box_heading
	.sub_heading {
	font-size: 14px;
	line-height: 1;
}

.accordion_part .inner_accordion .credit_card_box .banner_img_part figure {
	width: 90%;
	margin: 0 auto;
}

.accordion_part .inner_accordion .credit_card_box .banner_img_part figure img {
	max-width: 100%;
	max-height: 100%;
}

.accordion_part .inner_accordion .credit_card_box .card_img_part {
	margin: 15px 0;
}

.accordion_part
	.inner_accordion
	.credit_card_box
	.card_img_part
	ul
	li:not(:last-child) {
	margin-right: 15px;
}

.accordion_part .inner_accordion .credit_card_box .card_img_part ul li img {
	max-width: 100%;
	max-height: 100%;
}

.accordion_part .inner_accordion .credit_card_box .card_detail {
	padding: 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion_part .accordion_body .switch_checkbox .switch {
	width: 44px;
	height: 22px;
}

.accordion_part .accordion_body .switch_checkbox .switch .slider {
	background-color: #f2f2f2;
}

.accordion_part .accordion_body .switch_checkbox .switch .slider:before {
	width: 15px;
	height: 15px;
	font-size: 10px;
	padding: 1px 2px;
	bottom: 3px;
	background-color: #000;
}

.accordion_part .accordion_body .switch_checkbox input:checked + .slider {
	border-color: #bcbec0;
	background-color: #e7eefe;
}

.accordion_part
	.accordion_body
	.switch_checkbox
	input:checked
	+ .slider:before {
	background-color: #007bff;
	transform: translateX(20px);
}

.accordion_part .accordion_body .switch_checkbox .status {
	font-size: 13px;
	color: #000;
	margin-right: 8px;
	line-height: 1;
}

.accordion_part
	.accordion_body
	.accordion_content
	.accordion_notification_box
	.geofancing_header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0 20px 15px;
}

.accordion_part
	.accordion_body
	.accordion_content
	.accordion_notification_box
	.geofancing_header
	figure {
	width: 25px;
}

.accordion_part
	.accordion_body
	.accordion_content
	.accordion_notification_box
	.geofancing_header
	figure
	img {
	max-width: 100%;
	max-height: 100%;
}

.accordion_part .accordion_body .card_box_part .groups_part table tr {
	margin-bottom: 20px !important;
}

.accordion_part .accordion_body .card_box_part .groups_part table tr td {
	padding: 0 0 20px !important;
}

.accordion_part
	.accordion_body
	.card_box_part
	.groups_part
	table
	tr
	td:nth-child(1) {
	width: 320px;
}

.accordion_part
	.accordion_body
	.card_box_part
	.groups_part
	table
	tr
	td:nth-child(2) {
	width: 120px;
}

.accordion_part
	.accordion_body
	.card_box_part
	.groups_part
	table
	tr
	td:last-child {
	text-align: right;
}

.accordion_part
	.accordion_body
	.card_box_part
	.groups_part
	table
	tr
	td
	.card-method
	figure {
	width: 100px;
}

.accordion_part
	.accordion_body
	.card_box_part
	.groups_part
	table
	tr
	td
	.card-method
	.card-img
	img {
	width: 50px;
}

.accordion_part
	.accordion_body
	.card_box_part
	.groups_part
	table
	tr
	td
	.card-method
	figure
	img {
	max-width: 100%;
	max-height: 100%;
}

.accordion_part
	.accordion_body
	.card_box_part
	.groups_part
	table
	tr
	td
	.card-id {
	padding-left: 20px;
}

.accordion_part
	.accordion_body
	.card_box_part
	.groups_part
	table
	tr
	td
	.card-id
	p:first-child {
	padding-bottom: 5px;
}

.accordion_part
	.accordion_body
	.card_box_part
	.groups_part
	table
	tr
	td
	.card-id
	p {
	font-size: 14px;
	line-height: 1;
	color: #000;
}

.accordion_part
	.accordion_body
	.card_box_part
	.groups_part
	table
	tr
	td
	.curency {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.edit_option_part {
	position: relative;
}

.edit_option_part .edit_option_box {
	position: absolute;
	text-align: left;
}

.edit_option_part .edit_option_box ul {
	padding: 5px 0;
}

.edit_option_part .edit_option_box ul li a {
	padding: 8px 15px;
	display: block;
	line-height: 1;
}

.edit_option_part .edit_option_box ul li a:hover {
	background-color: #f2f1ef;
}

.accordion_part
	.accordion_body
	.card_box_part
	.groups_part
	.add_another_payment_part
	.add-payment {
	font-size: 14px;
	color: #4285f4;
	font-weight: 600;
}

.accordion_part
	.accordion_body
	.card_box_part
	.groups_part
	.group_list_part
	.set_payment_preferred {
	margin-top: 25px;
}

.accordion_part
	.accordion_body
	.card_box_part
	.groups_part
	.group_list_part
	.set_payment_preferred
	label {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}

.accordion_part
	.accordion_body
	.card_box_part
	.groups_part
	.group_list_part
	.save_btn_part {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	padding: 20px 0 0;
}

.accordion_part
	.accordion_body
	.accordion_content
	.tax_information_part
	.heading {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 20px;
}

.accordion_part
	.accordion_body
	.accordion_content
	.tax_information_part
	.main-heading {
	font-size: 22px;
	line-height: 1;
	padding: 0;
	line-height: 1;
}

.accordion_part
	.accordion_body
	.accordion_content
	.tax_information_part
	.form-group
	label {
	margin-bottom: 10px;
	line-height: 1;
	font-weight: 600;
}

.accordion_part
	.accordion_body
	.accordion_content
	.tax_information_part
	.form-group
	.input-group
	.input-group-prepend
	.input-group-text {
	background-color: #d5ecfa;
	padding: 0.375rem 1.5rem;
}

.accordion_part .accordion_body .accordion_content .add-vat {
	font-weight: 600;
	color: #4285f4;
	display: inline-block;
	line-height: 1;
}

.accordion_part
	.accordion_body
	.accordion_content
	.tax_information_part
	.form-group
	.edit_option_part {
	position: relative;
}

.accordion_part
	.accordion_body
	.accordion_content
	.tax_information_part
	.form-group
	.edit_option_part
	.edit_option_box {
	position: absolute;
}

.accordion_part
	.accordion_body
	.accordion_content
	.tax_information_part
	.form-group
	.input-box {
	width: 30%;
}

.accordion_part
	.accordion_body
	.accordion_content
	.tax_information_part
	.save_btn_part {
	padding: 15px 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion_part
	.accordion_body
	.accordion_content
	.tax_information_part
	.form-group
	.input-box
	.input-group
	.input-group-prepend
	.input-group-text {
	padding: 0.375rem 0.75rem;
}

.accordion_part
	.accordion_body
	.accordion_content
	.tax_information_part
	.vat-exampt {
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.125);
	border-width: 1px 0 1px 0;
	padding: 15px 0;
	margin: 15px 0;
}

.accordion_part
	.accordion_body
	.accordion_content
	.tax_information_part
	.vat-exampt
	label {
	margin-bottom: 0;
	font-size: 15px !important;
	line-height: 1.3;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.payment_add_box {
	background-color: #e6ecf0;
	width: 26%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
	margin-right: 20px;
	border-radius: 5px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.payment_add_box:last-child {
	margin-right: 0;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.payment_add_box
	ul {
	margin-bottom: 10px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.payment_add_box
	ul
	li:not(:last-child) {
	margin-right: 15px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.payment_add_box
	ul
	li
	img {
	max-width: 100%;
	max-height: 100%;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.payment_add_box
	p {
	color: #4285f4;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	width: 100%;
	text-align: center;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.popup_part
	.modal {
	z-index: 999999999 !important;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.popup_part
	.modal
	.modal-dialog {
	max-width: 450px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.popup_part
	.modal
	.modal-dialog
	.modal-content {
	border-radius: 5px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.popup_part
	.modal
	.modal-header {
	border-bottom: 1px solid#dee2e6;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.popup_part
	.modal
	.modal-header
	.modal-title {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.popup_part
	.modal
	.modal-body {
	padding: 0;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.popup_part
	.modal
	.modal-body
	.card_detail {
	padding: 16px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.popup_part
	.modal
	.modal-body
	.card_detail
	.card_img_part
	ul
	li:not(:last-child) {
	margin-right: 15px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.popup_part
	.modal
	.modal-body
	.card_detail
	.card_img_part
	ul
	li
	img {
	max-width: 100%;
	max-height: 100%;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.popup_part
	.modal
	.modal-body
	.card_detail
	label {
	font-size: 14px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.popup_part
	.modal
	.modal-body
	.card_detail
	.holder_box
	.w-50:nth-child(2) {
	margin-bottom: 15px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.popup_part
	.modal
	.modal-body
	.checkbox_part {
	border-top: 1px solid#dee2e6;
	padding: 16px;
}

.accordion_part
	.accordion_body
	.accordion_notification_box
	.payment_method_add_box_part
	.popup_part
	.modal
	.modal-footer {
	border-top-color: #dee2e6;
}

.accordion_body .accordion_content .settings_inner_accordion .accordion_body {
	border: solid 1px lightgray;
	border-radius: 15px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}
.accordion_part .settings_inner_accordion .accordion_body .accordion_header {
	border: none !important;
}

/* new css open */
.our-custom-select.w-100 {
	min-width: 100px !important;
}
.p-4.form-font {
	padding: 1.5rem 30px !important;
}
.fixed-bottom {
	position: fixed;
	top: 73px;
	bottom: auto;
	left: 0;
	right: 0;
	background: #fff;
	display: flex;
	justify-content: center;
	box-shadow: none;
	padding-right: 0% !important;
	z-index: 103;
}
.fixed-inner {
	max-width: 1300px;
	left: auto;
	right: 0;
	width: 100%;
	padding-left: 10px !important;
	padding-right: 10px !important;
	border-bottom: 1px solid #d7d7d7 !important;
}
.bttn.cancel {
	border: solid 1px #ff0000;
	background-color: #fff !important;
	color: #ff0000;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	border-radius: 0.375rem;
	width: 128px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bttn.cancel:hover {
	border: solid 1px #eb0303;
	color: #eb0303;
	background: #ffdada !important;
}
.step-buttons .bttn.cancel {
	width: auto;
	border: none;
	color: #050505;
	padding-left: 0;
	padding-right: 0;
}
.step-buttons .bttn.cancel:hover {
	border: none;
	color: #ff0000;
	background-color: #fff !important;
}
.bttn.gray-btn {
	border: solid 1px #f0f2f5;
	background-color: #f0f2f5 !important;
	color: #050505;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	border-radius: 0.375rem;
	width: 128px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bttn.gray-btn:hover {
	background: #ececed !important;
}
.step-buttons .bttn.gray-btn {
	border: none;
	width: auto;
	background: #fff !important;
	padding-left: 10px;
	padding-right: 10px;
	color: #050505 !important;
}
.step-buttons .bttn.gray-btn:hover {
	background: #fff !important;
	color: #1b74e4 !important;
}
.bttn.next-step {
	border: solid 1px #1b74e4;
	background-color: #1b74e4 !important;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.25rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	border-radius: 0.375rem;
	min-width: 128px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bttn.next-step:hover {
	background: #1468cf !important;
}
.select-rating-star .styled-select .curr{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.grey-panel.p-5.bg-grey-light.select-rating-star{
	min-height: 45px;
	padding: 13px 0px !important;
	border: solid 1px #dde3e8 !important;
   border-radius: 5px !important;
}
.select-rating-star .styled-select .curr:after{
	position: relative;
	right: 0;
	top: 0;
	transform: translateY(0%);
}
.verification_right_part .edit-company-info{
	visibility: hidden;
}
.sticky-top {
	z-index: 1057;
}
.progress_bar_part.progress-bar-custom {
	position: fixed;
	z-index: 1;
	top: 146px;
	width: 100%;
}
.radio-inline {
	margin-right: 20px;
	font-family: Roboto;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #050505;
}
.radio-inline input {
	margin-right: 5px;
}

.input-ht-1::-webkit-input-placeholder,
.input-ht-2::-webkit-input-placeholder,
.input-ht-3::-webkit-input-placeholder,
.input-global::-webkit-input-placeholder,
.input-search::-webkit-input-placeholder {
	color: #050505;
}

.input-ht-1:-ms-input-placeholder,
.input-ht-2:-ms-input-placeholder,
.input-ht-3:-ms-input-placeholder,
.input-global:-ms-input-placeholder,
.input-search:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #050505;
}
.input-ht-1::placeholder,
.input-ht-2::placeholder,
.input-ht-3::placeholder,
.input-global::placeholder,
.input-search::placeholder {
	color: #050505;
}
.input-ht-1 {
	height: 38px;
	width: 100%;
	background: #f0f2f5 url(../img/ic-dimention-1.svg) no-repeat;
	border: 0;
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #050505;
	border-radius: 5px;
	padding: 0 10px;
	background-size: 40px;
	background-position: right center;
}
.input-ht-2 {
	height: 38px;
	width: 100%;
	background: #f0f2f5 url(../img/ic-dimention-2.svg) no-repeat;
	border: 0;
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #050505;
	border-radius: 5px;
	padding: 0 10px;
	background-size: 40px;
	background-position: right center;
}
.input-ht-3 {
	height: 38px;
	width: 100%;
	background: #f0f2f5 url(../img/ic-dimention-3.svg) no-repeat;
	border: 0;
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #050505;
	border-radius: 5px;
	padding: 0 10px;
	background-size: 40px;
	background-position: right center;
}

.input-global {
	height: 38px;
	width: 100%;
	background: #f0f2f5;
	border: 0;
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #050505;
	border-radius: 5px;
	padding: 0 10px;
}
.input-search {
	height: 38px;
	width: 100%;
	background: #f0f2f5 url(../img/ic-search.svg) no-repeat;
	background-size: 26px;
	background-position: calc(100% - 15px) center;
	border: 0;
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #050505;
	border-radius: 5px;
	padding: 0 10px;
}
.details-flex {
	display: flex;
	align-items: center;
}
.details-flex .image-holder {
	width: 40px;
	margin-right: 10px;
}
.details-flex h4 {
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #045dde;
}
.shop-listing-section .shop-listing .shop-wrap,
.verification_left_part .mobile-section {
	box-shadow: none !important;
	border: 1px solid rgba(5, 5, 5, 0.13) !important;
}
.shop-listing-section .shop-listing .shop-wrap.shadow-none {
	border: 0 !important;
}
.details-flex h5 {
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #050505;
}
.field-list {
	display: flex;
	align-items: center;
}
.field-list li {
	width: 35%;
}
.field-list li label {
	margin-right: 10px;
	width: 165px;
	margin-left: 10px;
}
.field-list li label span {
	margin-right: 10px;
	margin-left: 10px;
}
.checkmark-flex .form-group {
	display: block;
	margin-bottom: 15px;
}

.checkmark-flex .form-group input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.checkmark-flex .form-group label {
	position: relative;
	cursor: pointer;
}

.checkmark-flex .form-group label:before {
	content: '';
	-webkit-appearance: none;
	background-color: #dee2e6;
	border: 0px solid #0079bf;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
		inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 50%;
	top: -1px;
}
.h-40 {
	height: 40px !important;
}
.h-32 {
	height: 32px !important;
}
.h-50px {
	height: 50px !important;
}
.left-rounded-5 {
	border-radius: 0 5px 5px 0 !important;
}
.left-rounded-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.verification_right_part #productinfo textarea {
	overflow: auto;
}
.right-rounded-0 {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.checkmark-flex .form-group input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.checkmark-flex .form-group input:checked + label::before {
	content: '';
	-webkit-appearance: none;
	background-color: #0079bf;
	border: 0px solid #0079bf;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
		inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	border-radius: 50%;
	top: -1px;
}

.full-container {
	width: 100% !important;
}
.border-box {
	border: 1px solid rgba(5, 34, 76, 0.15);
	border-radius: 5px;
	height: 100%;
}
.heading-box {
	height: 94px;
	background: #f0f2f5;
	border-radius: 5px 5px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.heading-box h4 {
	font-family: Roboto;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	color: #050505;
	text-align: center;
	margin: 0;
	padding: 0;
}
.m-lr-20 {
	margin: 0 20px;
}
.p-tb-40 {
	padding: 80px 0 60px 0;
}
.d-flex-center {
	display: flex;
	align-items: center;
}
.img-gallery-wrapper {
	padding: 30px 20px;
}
.img-gallery-wrapper ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
.img-gallery-wrapper ul li:nth-child(1) .img-box img {
	border-radius: 5px 0 0 0;
	border: 1px solid rgba(0, 104, 255, 0.38);
	padding: 3px;
}
.img-gallery-wrapper ul li:nth-child(4) .img-box img {
	border-radius: 0 5px 0 0;
}
.img-gallery-wrapper ul li:nth-child(9) .img-box img {
	border-radius: 0 0 0 5px;
}
.img-gallery-wrapper ul li:nth-child(12) .img-box img {
	border-radius: 0 0 5px 0;
}
.img-gallery-wrapper ul li {
	width: 23%;
	margin: 1%;
	position: relative;
}
.img-gallery-wrapper ul li .img-box {
	position: relative;
	padding-top: 145%;
}
.img-gallery-wrapper ul li .img-box img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-gallery-wrapper ul li .img-name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	justify-content: center;
	align-items: center;
	font-family: Roboto;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	color: #050505;
	white-space: nowrap;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px;
	text-align: center;
}
.img-box-more {
	/* background: rgba(0, 0, 0, 0.75); */
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 0 0 5px 0;
}
.img-box-more::before {
	content: '';
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
#product .carousel-inner .carousel-item,
#product .carousel-inner .carousel-item img {
	height: 100%;
}
#product .carousel-inner {
	height: 316px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#upload_your_picture li:nth-child(4n + 3) .photo-dropdown,
#upload_your_picture li:nth-child(4n) .photo-dropdown {
	right: 0 !important;
}
.photo-dropdown {
	border-radius: 0px !important;
	width: 230px;
	box-shadow: -3px 4px 21px 0px rgba(0, 0, 0, 0.5) !important;
	border-radius: 5px !important;
	margin-top: 8px !important;
}
.img-box-more img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 0 5px 0;
}
.img-name-more {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: Roboto;
	font-weight: normal;
	font-size: 45px;
	color: #ffffff;
}

.dropbtn {
	position: absolute;
	top: -4px;
	right: 5px;
	width: 18px;
	height: 18px;
	font-size: 20px;
}

.dd-button {
	display: inline-block;
	border: 0;
	border-radius: 4px;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
	white-space: nowrap;
}

/* .dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
} */

/* .dd-button:hover {
  background-color: #eeeeee;
} */

.dd-input {
	display: none;
}

.dd-menu {
	position: absolute;
	top: 50%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0;
	margin: 2px 0 0 0;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
	background-color: #ffffff;
	list-style-type: none;
	font-size: 14px;
}

.dd-input + .dd-menu {
	display: none;
	padding: 5px 0;
}

.dd-input:checked + .dd-menu {
	display: block;
	z-index: 5000;
}
.dd-input {
	opacity: 0;
}
.dd-menu li {
	padding: 5px 15px;
	cursor: pointer;
	white-space: nowrap;
}
.dd-menu li a {
	display: block;
	margin: -10px -20px;
	padding: 10px 20px;
}

.variant-listing li {
	width: 100%;
	border-bottom: 1px solid rgba(5, 34, 76, 0.15);
	padding: 20px 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.variant-listing li:last-child {
	border-bottom: 0 solid rgba(5, 34, 76, 0.15);
}
.variant-listing li .variant-name {
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #050505;
	width: 120px;
}
.variant-listing li .variant-content {
	width: calc(100% - 120px);
	display: flex;
}
.variant-listing li .variant-content .variant-box {
	margin-right: 10px;
}
.variant-listing li .variant-content .variant-box .small-image img {
	width: 38px;
	height: 48px;
	object-fit: cover;
}
.variant-listing li .variant-content .variant-box .btns {
	width: 38px;
	height: 48px;
	background: #f0f2f5;
	border: 1px solid rgba(5, 34, 76, 0.15);
	box-sizing: border-box;
	border-radius: 5px;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #050505;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-t-40 {
	padding-top: 40px;
	padding-bottom: 30px;
}
.btm-heading {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #050505;
	padding: 0 30px 20px 30px;
	margin-top: -20px;
}
.btm-heading a {
	color: #045dde;
}
.inventry-table {
	width: 100%;
}
.inventry-table th {
	height: 45px;
	background: rgba(240, 242, 245, 0.26);
	border-radius: 5px;
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #050505;
	padding: 20px 10px;
}
.inventry-table tr td {
	border-bottom: 1px solid rgba(5, 34, 76, 0.15);
	padding: 20px 10px;
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #050505;
}
.inventry-table.last-table th {
	padding: 20px 5px;
}
.inventry-table.last-table td .our-custom-select {
	min-width: 130px !important;
}
.inventry-table tr:last-child td {
	border-bottom: 0 solid rgba(5, 34, 76, 0.15);
}
.inventry-table .input-sm::-webkit-input-placeholder,
.inventry-table .input-lg::-webkit-input-placeholder {
	color: #050505;
}

.inventry-table .input-sm:-ms-input-placeholder,
.inventry-table .input-lg:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #050505;
}
:-ms-input-placeholder::placeholder,
:-lg-input-placeholder::placeholder {
	color: #050505;
}
.track-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #050505;
	border-bottom: 1px solid rgba(5, 34, 76, 0.15);
	padding: 20px 10px;
}
.track-flex .checkmark {
	border: 0 !important;
}
.inventry-table .checkmark {
	border: 0 !important;
	width: 20px;
	height: 20px;
}
.inventry-table .select-global {
	height: 32px;
	max-width: 90px;
	background: #f0f2f5;
	border: 0;
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #050505;
	border-radius: 5px;
	padding: 0 10px;
}
select.select-global-white {
	height: 32px;
	max-width: 120px;
	background: #fff !important;
	border: 0;
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #050505;
	border-radius: 5px;
	padding: 0 10px;
}
.kg-label {
	height: 32px;
	max-width: 40px;
	background: #f0f2f5;
	border: 0;
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #050505;
	border-radius: 0 5px 5px 0;
	padding: 5px 10px 0 10px;
	display: inline-block;
	position: relative;
	top: -1px;
	left: -7px;
}
.lbs-label {
	height: 32px;
	max-width: 40px;
	border: 0;
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #050505;
	border-radius: 0 5px 5px 0;
	padding: 5px 10px 0 10px;
	display: inline-block;
	position: relative;
	top: 28px;
	left: -48px;
}
.inventry-table .input-sm {
	height: 32px;
	max-width: 90px;
	background: #f0f2f5;
	border: 0;
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #050505;
	border-radius: 5px;
	padding: 0 10px;
}
.inventry-table .input-lg {
	height: 32px;
	max-width: 150px;
	background: #f0f2f5;
	border: 0;
	font-family: Roboto;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	color: #050505;
	border-radius: 5px;
	padding: 0 10px;
}
.pad-all {
	padding: 20px 20px;
}
input:focus,
button:focus,
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #fff;
}
/*----------step-wizard------------*/
.d-flex {
	display: flex;
}
.justify-content-center {
	justify-content: center;
}
.align-items-center {
	align-items: center;
}

/*---------signup-step-------------*/
.bg-color {
	background-color: #333;
}
.signup-step-container {
	/* padding: 150px 0px;
	padding-bottom: 60px; */
}

.wizard .nav-tabs {
	position: relative;
	margin-bottom: 0;
	border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}

.connecting-line {
	height: 2px;
	background: #e0e0e0;
	position: absolute;
	width: 75%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 15px;
	z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
	color: #555555;
	cursor: default;
	border: 0;
	border-bottom-color: transparent;
}

span.round-tab {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 16px;
	color: #0e214b;
	font-weight: 500;
	border: 1px solid #ddd;
}
span.round-tab i {
	color: #555555;
}
.wizard li.active span.round-tab {
	background: #0db02b;
	color: #fff;
	border-color: #0db02b;
}
.wizard li.active span.round-tab i {
	color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i {
	color: #0db02b;
}

.wizard .nav-tabs > li {
	width: 25%;
}

.wizard li:after {
	content: ' ';
	position: absolute;
	left: 46%;
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: red;
	transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
	width: 30px;
	height: 30px;
	margin: 20px auto;
	border-radius: 100%;
	padding: 0;
	background-color: transparent;
	position: relative;
	top: 0;
}
.wizard .nav-tabs > li a i {
	position: absolute;
	top: -15px;
	font-style: normal;
	font-weight: 400;
	white-space: nowrap;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
	font-weight: 700;
	color: #000;
}

.wizard .nav-tabs > li a:hover {
	background: transparent;
}

.wizard .tab-pane {
	position: relative;
	padding-top: 20px;
}

.wizard h3 {
	margin-top: 0;
}
/*.prev-step,
.next-step{
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    color: #fff;
    background-color: #050505;
    border-color: #050505;
    font-family: Roboto;
    border-radius: 4px !important;
    font-weight: 600;
    border: 0px;
    width: 118px !important;
    height: 33px;
    box-shadow: none;
}*/
.uploadinpop {
	background: #000;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	color: #fff;
	width: 55%;
	padding: 14px;
	z-index: 9999;
	position: fixed;
	bottom: 0;
	left: 0;
	max-width: 500px;
}
.verification_right_part .uploadinpop .modal-content .close,
.verification_right_part .uploadinpop .modal-content .close:hover {
	background: transparent;
	color: #050505;
	border-radius: 50%;
	opacity: 1;
	text-shadow: none;
	position: relative;
	width: 100%;
	text-align: right;
	margin-top: 0 !important;
}
.uploadinpop .modal-body {
	padding: 27px 24px;
}
.uploadinpop .modal-content,
.uploadinpop .modal-body {
	background: rgba(0, 0, 0, 0.79);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	color: #fff;
}
.w-h-65px {
	width: 65px !important;
	height: 65px !important;
}
.next-step {
	background-color: #0db02b;
}
.skip-btn {
	background-color: #cec12d;
}
.step-head {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
}
.term-check {
	font-size: 14px;
	font-weight: 400;
}
.custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 40px;
	margin-bottom: 0;
}
.custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 40px;
	margin: 0;
	opacity: 0;
}
.custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: 40px;
	padding: 0.375rem 0.75rem;
	font-weight: 400;
	line-height: 2;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
}
.custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: 38px;
	padding: 0.375rem 0.75rem;
	line-height: 2;
	color: #495057;
	content: 'Browse';
	background-color: #e9ecef;
	border-left: inherit;
	border-radius: 0 0.25rem 0.25rem 0;
}
.footer-link {
	margin-top: 30px;
}
.all-info-container {
}
.list-content {
	margin-bottom: 10px;
}
.list-content a {
	padding: 10px 15px;
	width: 100%;
	display: inline-block;
	background-color: #f5f5f5;
	position: relative;
	color: #565656;
	font-weight: 400;
	border-radius: 4px;
}
.list-content a[aria-expanded='true'] i {
	transform: rotate(180deg);
}
.list-content a i {
	text-align: right;
	position: absolute;
	top: 15px;
	right: 10px;
	transition: 0.5s;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #fdfdfd;
}
.list-box {
	padding: 10px;
}
.signup-logo-header .logo_area {
	width: 200px;
}
.signup-logo-header .nav > li {
	padding: 0;
}
.signup-logo-header .header-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-inline li {
	display: inline-block;
}
.pull-right {
	float: right;
}
#back2top {
	display: none !important;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type='checkbox'] {
	position: relative !important;
	display: inline-block !important;
	margin-right: 5px !important;
	border-radius: 50% !important;
	width: 0px !important;
	height: 12px !important;
}
input[type='checkbox'].dd-input.d-none:before,
input[type='checkbox'].dd-input.d-none:after {
	display: none !important;
}
.form-check .form-check-input {
	width: 0px !important;
}
input[type='checkbox'].checkbox_input.d-none {
	display: none !important;
}
input[type='checkbox']::before,
input[type='checkbox']::after {
	position: absolute !important;
	content: '' !important;
	display: inline-block !important;
}
input[type='checkbox']::before {
	height: 17px !important;
	width: 17px !important;
	border: 1px solid #999 !important;
	left: 2px !important;
	top: -2px !important;
	background-color: #fff !important;
	border-radius: 50px !important;
}
input[type='checkbox']::after {
	height: 5px !important;
	width: 9px !important;
	left: 6px !important;
	top: 3px !important;
}
input[type='checkbox']:checked::after {
	content: '';
	border-left: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
	transform: rotate(-45deg) !important;
}
input[type='checkbox']:checked::before {
	background-color: #007bff !important;
	border-color: #007bff !important;
}

.addedTag span {
	cursor: pointer;
}

.bg-blue-dp {
	background: #2563eb;
	border-radius: 5px;
}
.bg-blue-dp p {
	color: #fff !important;
}
.bg-blue-dp:hover {
	background: #0f49c9 !important;
}

label {
	font-family: Roboto;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #050505;
}
.input-field-full {
	width: 100%;
	height: 45px;
	background: #f0f2f5;
	border: 0;
	font-family: Roboto;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #050505;
	border-radius: 5px;
	padding: 0 10px;
}
.input-field {
	width: 100%;
	height: 38px;
	background: #f0f2f5;
	border: 0;
	font-family: Roboto;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #050505;
	border-radius: 5px;
	padding: 0 10px;
}
.btn-static-per {
	width: 65px !important;
	height: 45px !important;
	background: #f8f9fb !important;
	font-family: Roboto !important;
	font-weight: bold !important;
	font-size: 18px !important;
	line-height: 21px !important;
	color: #050505 !important;
	border-radius: 0 5px 5px 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
select[data-multi-select-plugin] {
	display: none !important;
}
.multi-select-component {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: auto;
	width: 100%;
	padding: 3px 8px;
	font-size: 14px;
	line-height: 1.42857143;
	padding-bottom: 0px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.autocomplete-list {
	border-radius: 4px 0px 0px 4px;
}
.multi-select-component:focus-within {
	box-shadow: inset 0px 0px 0px 2px #78abfe;
}
.multi-select-component .btn-group {
	display: none !important;
}
.multiselect-native-select .multiselect-container {
	width: 100%;
}
.selected-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	border: 1px solid #f0f2f5;
	background-color: #f0f2f5;
	color: #050505;
	white-space: nowrap;
	margin: 1px 5px 5px 0;
	height: 22px;
	vertical-align: top;
	cursor: default;
}
.selected-wrapper .selected-label {
	max-width: 514px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 4px;
	vertical-align: top;
}
.selected-wrapper .selected-close {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.49em;
	margin-left: 5px;
	padding-bottom: 10px;
	height: 100%;
	vertical-align: top;
	padding-right: 4px;
	color: #050505;
	text-shadow: 0 1px 0 #fff;
	font-weight: 700;
}
.search-container {
	display: flex;
	flex-direction: row;
}
.search-container .selected-input {
	background: none;
	border: 0;
	height: 22px;
	width: 60px;
	padding: 0;
	margin-bottom: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 7px;
}
.search-container .selected-input:focus {
	outline: none;
}
.dropdown-icon.active {
	transform: rotateX(180deg);
}
.search-container .dropdown-icon {
	display: inline-block;
	padding: 10px 5px;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	border: 0 !important;
	/* needed */
	-webkit-appearance: none;
	-moz-appearance: none;
	/* SVG background image */
	background: url(../img/selectarrow.png) no-repeat !important;
	background-position: calc(100% - 0px) center !important;
	background-size: 14px;
}
.search-container ul {
	position: absolute;
	list-style: none;
	padding: 0;
	z-index: 3;
	margin-top: 38px;
	width: 100%;
	right: 0px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.search-container ul :focus {
	outline: none;
}
.search-container ul li {
	display: block;
	text-align: left;
	padding: 8px 29px 2px 12px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	min-height: 31px;
}
.our-custom-select.custom-select-sale {
	height: 50px;
	padding-top: 5px !important;
	width: 100%;
}
.search-container ul li:first-child {
	border-top: 1px solid #ccc;
	border-radius: 4px 0px 0 0;
}
.search-container ul li:last-child {
	border-radius: 4px 0px 0 0;
}
.search-container ul li:hover.not-cursor {
	cursor: default;
}
.search-container ul li:hover {
	color: #333;
	background-color: rgb(251, 242, 152);
	border-color: #adadad;
	cursor: pointer;
}
.autocomplete-list {
	max-height: 130px;
	overflow-y: auto;
}
/* new css close */

.bdr {
	border-color: #ff0000;
	background-color: #ffcccb;
	color: #ff0000;
}

.set_schedule_time {
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
}
.close_icon_part {
	padding: 20px;
	display: flex;
	justify-content: flex-end;
}
.close_icon_part .closeBtn {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e8f5fe;
	border-radius: 50%;
	color: #007bff;
	font-size: 20px;
}
.set_schedule_time .title {
	color: #000;
	font-size: 19px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 600;
}
.set_schedule_time p {
	font-size: 14px;
	color: #8b8c97;
	margin: 0;
	padding: 0 50px;
}
.set_schedule_time.moble-calender::after {
	display: none;
}
.callendar_modal .modal-header {
	display: flex;
	border: 0;
	margin: 20px;
}
.callendar_modal .modal-header .close {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e8f5fe;
	border-radius: 50%;
	color: #007bff;
	font-size: 20px;
	opacity: 1;
	outline: 0;
	padding: 0;
}
.clock_modal .week_part {
	padding: 0 20px 30px;
	display: none;
}
.clock_modal .times_part {
	padding: 0 20px 30px;
}
.clock_modal .times_part .show_time h3 {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	color: #000;
}
.clock_modal .times_part .show_time h3 span {
	font-size: 15px;
}
.clock_modal .week_part .day {
	font-size: 15px;
	line-height: 1;
	margin: 0;
	color: #8b8c97;
	font-size: 12px;
	text-transform: uppercase;
}
.clock_modal .week_part ul li {
	text-align: center;
	position: relative;
}
.clock_modal .week_part .date {
	color: #8b8c97;
	font-size: 18px;
	line-height: 1;
	margin: 0;
	padding-top: 8px;
}
.clock_modal .week_part ul li.active:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #007bff;
	border-radius: 50%;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%);
}
.clock_modal .show_whole_btn_part {
	text-align: center;
	margin-bottom: 30px;
	display: none;
}
.clock_modal .show_whole_btn_part .show_btn {
	font-size: 14px;
	line-height: 1;
}
.clock_modal .times_part .times .am {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid#007bff;
	border-radius: 50%;
	color: #007bff;
	font-size: 16px;
	margin-bottom: 25px;
}
.clock_modal .times_part .hours {
	max-height: 105px;
	overflow-y: scroll;
}
.clock_modal .times_part .hours::-webkit-scrollbar {
	display: none;
}
.clock_modal .times_part .hours li.active {
	color: #000;
}
.clock_modal .times_part .hours li {
	font-size: 22px;
	line-height: 1;
	color: #8b8c97;
	margin-bottom: 20px;
}

.set_schedule_time:after {
	content: '';
	display: block;
	width: 75%;
	height: 1px;
	background-color: #8b8c97;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%);
}
.set_schedule_time.settime::after {
	display: none;
}
.callendar_modal .modal-dialog {
	width: 360px;
}
.callendar_modal .modal-footer .pignose-calendar-button-group {
	width: 100%;
}
.callendar_modal .pignose-calendar {
	max-width: 360px;
	background-color: #ffffff;
	border: 1px solid #d8d8d8;
	font-size: 14px;
	margin: 0 auto;
	padding: 0px;
	display: contents;
}
.clock_modal .times_part .hours {
	max-height: 105px;
	overflow-y: scroll;
}
.clock_modal .times_part .hours {
	max-height: 105px;
	-webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
	padding: 0;
}
.pignose-calendar
	.pignose-calendar-top
	.pignose-calendar-top-date
	.pignose-calendar-top-month {
	margin: 0;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
	color: #d4d8dd;
	margin-top: 1px;
}
.pignose-calendar .pignose-calendar-top {
	background-color: #fff;
	box-shadow: none;
	border: 0;
	padding: 2px 0 15px;
}
/*Start: Sidebar*/
.az-sidebar {
	display: flex;
	width: 275px;
	flex-direction: column;
	border-right: 1px solid #ced4da;
	flex-shrink: 0%;
}
.az-body-sidebar.az-light .az-sidebar {
	background-color: #f8f9fa;
	border-right-color: #dee2e6;
	box-shadow: 2px 0 3px rgba(33, 34, 41, 0.04);
	z-index: 5;
}
.left_sidebar {
	background-color: #052150 !important;
	box-shadow: none !important;
	position: fixed;
	top: 63px;
	left: 0;
	height: 100%;
	overflow-y: auto;
	padding-bottom: 80px;
}
.left_sidebar .left_siderbar_header .header_top .logo {
	width: 55px;
	height: 55px;
	margin: 0 20px 0 0;
	position: relative;
}
.left_sidebar .left_siderbar_header .header_top .title {
	color: #fff;
	font-size: 17px;
	margin: 0;
	line-height: 1;
	font-weight: 600;
}
.left_sidebar .left_siderbar_header .header_top p {
	color: #fff;
	margin: 0;
	line-height: 1;
	padding-top: 5px;
	font-size: 12px;
}
.left_sidebar .left_siderbar_header .header_top .logo img {
	max-width: 100%;
	max-height: 100%;
}
.left_sidebar .left_siderbar_header {
	border-bottom: 1px solid#293a65;
	padding: 20px;
}
.left_sidebar .left_siderbar_header .header_bottom {
	margin-top: 15px;
}
.left_sidebar .left_siderbar_header .header_bottom .setting_icon {
	width: 55px;
	text-align: center;
}
.left_sidebar .left_siderbar_header .header_top .logo .upload_img {
	width: 92%;
	height: 92%;
	border-radius: 50%;
	background-color: #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.left_sidebar .left_siderbar_header .header_top .logo .upload_img .uploadBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
	font-size: 18px;
}
.left_sidebar .left_siderbar_header .header_top .logo:hover .upload_img {
	display: block;
}
.left_sidebar .left_siderbar_header .header_bottom .setting_icon span {
	font-size: 15px;
	color: #fff;
}
.left_sidebar .left_siderbar_header .header_bottom .setting_icon p {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	margin: 10px 0 0;
}
.left_sidebar .left_siderbar_header .header_bottom .progressbar_part {
	width: calc(100% - 15px);
	padding-left: 20px;
}
.left_sidebar .left_siderbar_header .header_bottom .progressbar_part p {
	color: #fff;
	font-size: 13px;
	line-height: 1;
	margin: 0;
}
.left_sidebar .left_siderbar_header .header_bottom .progressbar_part .progress {
	height: 5px;
	margin: 5px 0;
}
.left_sidebar
	.left_siderbar_header
	.header_bottom
	.progressbar_part
	.progress
	.progress-bar {
	height: 10px;
	font-size: 11px;
}
.left_sidebar .left_siderbar_header .header_bottom .progressbar_part span {
	font-size: 12px;
	color: #494c57;
}

.left_sidebar .left_bar_menu_part {
	position: relative;
	padding-top: 15px;
}
.left_sidebar .left_bar_menu_part .title {
	background-color: #3b3f58;
	line-height: 1;
	margin: 0;
	color: #007bff;
	font-size: 15px;
	padding: 12px 10px 12px 50px;
}
.left_sidebar .left_bar_menu_part .left_bar_list .list_box {
	border-top: 1px solid#293a65;
	margin-top: 20px;
	padding-top: 20px;
	margin-right: 20px;
	margin-left: 50px;
}
.left_sidebar .left_bar_menu_part .left_bar_list .list_box .heading {
	color: #7981a6;
	font-size: 12px;
	line-height: 1;
	display: block;
	margin-bottom: 15px;
	font-weight: 600;
}
.left_sidebar
	.left_bar_menu_part
	.left_bar_list
	.list_box
	> ul
	> li:last-child {
	margin-bottom: 0;
}
.left_sidebar
	.left_bar_menu_part
	.left_bar_list
	.list_box
	> ul
	> li
	.left_menu {
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 1;
	position: relative;
	font-weight: 600;
}
.left_sidebar
	.left_bar_menu_part
	.left_bar_list
	.list_box
	> ul
	> li
	.sub_menu_part {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #052150;
	z-index: 999;
	padding: 35px 0;
	transform: translateX(-100%);
	transition: 0.5s all;
}
.left_sidebar
	.left_bar_menu_part
	.left_bar_list
	.list_box
	> ul
	> li
	.sub_menu_part
	.backBtn {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	line-height: 1;
	margin-bottom: 25px;
	position: relative;
	margin-left: 40px;
	text-transform: capitalize;
}
.left_sidebar
	.left_bar_menu_part
	.left_bar_list
	.list_box
	> ul
	> li
	.sub_menu_part
	ul
	li:not(:last-child) {
	margin-bottom: 10px;
}
.left_sidebar
	.left_bar_menu_part
	.left_bar_list
	.list_box
	> ul
	> li
	.sub_menu_part
	ul
	li.active
	a {
	background-color: #3b3f58;
	color: #007bff;
}
.left_sidebar
	.left_bar_menu_part
	.left_bar_list
	.list_box
	> ul
	> li
	.sub_menu_part
	ul
	li
	a {
	font-size: 14px;
	display: block;
	line-height: 1;
	color: #fff;
	padding: 10px 10px 10px 40px;
}
.left_sidebar
	.left_bar_menu_part
	.left_bar_list
	.list_box
	> ul
	> li
	.left_menu:after {
	content: '\f3d0';
	font-family: 'Ionicons';
	font-weight: 400;
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: 0;
	color: #7981a6;
	transform: translateY(-50%) rotate(-90deg);
}
.left_sidebar .left_bar_menu_part .left_bar_list .list_box > ul > li {
	margin-bottom: 15px;
}

.left_sidebar
	.left_bar_menu_part
	.left_bar_list
	.list_box
	> ul
	> li.openMenu
	.sub_menu_part {
	transform: translateX(0);
}

.second_header {
	padding: 15px 20px !important;
}

.hotlink-parall {
	margin-top: -20px;
	box-shadow: 0px 0px 8px #c0c0c0;
}
label.btn-percent.btn.btn-primary {
	background: #f8f9fb !important;
}
.browser_upload {
	background: #ffffff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	width: 230px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
	border-radius: 5px !important;
	margin-top: 8px !important;
}
.browser_upload.uploadicons-wrap {
	width: 230px !important;
	height: unset !important;
	display: none !important;
	position: absolute !important;
}
.browser_upload.uploadicons-wrap.main_show {
	display: block !important;
}
.upload_options input[type='file'] {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
	z-index: 1;
}
.upload_options {
	padding: 13px 25px;
	text-align: left;
}
.tab-content ul li {
	font-size: 16px !important;
	padding: 5px 15px;
	margin: 0;
}
.upload_options li {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #050505;
	margin-bottom: 22px;
	position: relative;
}
.form-font label,
.form-font span {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #050505;
}
.form-font span {
	display: inline-block;
}
.form-font .input-group span {
	display: flex;
}
.upload-section {
	padding: 40px;
	background: #f1f2f2;
	border-radius: 5px;
}
.auction-div {
	margin: auto;
	padding: 30px;
}
.btn-static {
	font-family: Roboto !important;
	font-weight: bold !important;
	font-size: 18px !important;
	line-height: 21px !important;
	color: #05224c !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	height: 45px;
	display: flex;
	align-items: center;
	width: 40px;
	justify-content: center;
	background: #d9d9d9;
	border-radius: 0 5px 5px 0;
	z-index: 99;
}
.btn-static::before {
	content: '';
	font-size: 43px;
	display: flex;
	font-weight: 300;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 35px;
	border: 1px solid #d9d9d9;
	height: 40px;
}
.custImgwdh {
	width: 24px;
}
.additional-features .input-field {
	height: 45px;
}
.counter-reset-zero .summary .file-name {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
@media (max-width: 980px) {
	.second_header {
		margin-top: 0 !important;
	}
	.hotlink-parall {
		top: 0 !important;
	}
	.fixed-bottom {
		bottom: 63px !important;
	}
	.scrollmob {
		overflow-x: auto;
	}
	.inventry-table {
		white-space: nowrap;
	}
}

@media (max-width: 767px) {
	.our-custom-select {
		margin-top: 10px !important;
	}
	.shop-listing-section .shop-listing .shop-wrap .bttn {
		width: auto !important;
		padding: 8px !important;
		margin-top: 10px !important;
	}
	.fixed-bottom {
		padding-right: 0 !important;
	}
	.mb-90 {
		margin-bottom: 90px !important;
	}
	.track-flex {
		display: unset;
	}
	.packagewrap .form-control {
		margin-top: 10px;
	}
	button.item-location {
		width: 100% !important;
	}
}
@media (max-width: 1199px) {
	.return-management-system
		.second_header
		.progress_bar_part.progress-bar-custom {
		display: none;
	}
	.return-management-system .second_header {
		display: block !important;
		top: 0 !important;
		z-index: 99 !important;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
	}
	.return-management-system .second_header + .margin-0-auto {
		padding-top: 80px;
	}
	.return-management-system .second_header .justify-content-between {
		justify-content: start !important;
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.return-management-system .second_header.zi-high {
		z-index: 999 !important;
	}
}

:root {
	height: 100%;
	width: 100%;
}
::placeholder {
	color: #808080 !important;
	opacity: 1;
	font-weight: 400;
}
:-ms-input-placeholder {
	color: #808080 !important;
	font-weight: 400;
}
::-ms-input-placeholder {
	color: #808080 !important;
	font-weight: 400;
}
.uk-modal-page body {
	overflow: hidden !important;
}
.zindex-20 {
	z-index: 20 !important;
}
.font-nunito {
	font-family: 'Nunito', sans-serif !important;
}
.default-placeholder::placeholder {
	color: #808080 !important;
	opacity: 1;
}
.default-placeholder:-ms-input-placeholder {
	color: #808080 !important;
}
.default-placeholder::-ms-input-placeholder {
	color: #808080 !important;
}
.h-5 {
	height: 20px;
}
.w-5 {
	width: 20px;
}
.search-active .ps-form--quick-search .our-custom-select.custom-select-sale {
	border-radius: 5px 0 0 0 !important;
}
.search-active .ps-form--quick-search button {
	border-radius: 0 5px 5px 0 !important;
}
#comment_reply .user-comment-reply::placeholder {
	font-size: 20px;
}
#comment_reply .user-comment-reply {
	resize: none;
}
#comment_reply .user-reply {
	border: 2px dotted transparent !important;
}
#comment_reply .user-reply.text-box-focuesed {
	border: 2px dotted #ccc !important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.top-search.physical_part
	.physical_input_box_part
	.physical_input_box
	.physical_input {
	background: #f0f2f5 !important;
	border-radius: 25px;
	height: 35px !important;
	margin-left: 10px;
	box-shadow: none;
	min-width: 250px !important;
}
.header_widgets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	flex: 100%;
	margin: 0 0 0 16.9%;
}
.header_widgets .header-section.section-1 {
	display: flex;
	gap: 0 85px;
}
.header_widgets .header-section.section-2 {
	gap: 0 10px;
	top: -4px;
}
.header_widgets .header-section.section-3 {
	flex: 8%;
}
.header_widgets .header-section.section-4 {
	flex: 10%;
}
.header_widgets .header-section {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.header_widgets .header-section.navbar-nav li .tooltiptext {
	top: 54px;
	margin-left: 0;
	left: 50%;
	transform: translateX(-50%);
}
.header_widgets .header-section li {
	position: relative;
	list-style-type: none;
   margin-top: 11px;
}
.header_widgets .header-section li.blueline-menu {
	height: 26px;
}
.header_widgets .header-section li.blueline-menu:hover:after, .header_widgets .header-section li.blueline-menu.active:after {
	content: '';
	width: 97px;
	height: 4px;
	background-color: #1b74e4;
	position: absolute;
	left: 50%;
	bottom: -24px;
	transform: translateX(-50%);
}
.header_widgets .header-section li span.counter,
.book-order span.counter {
	position: absolute !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -10px;
	font-weight: 400;
	height: 19px;
	width: 19px;
	color: #fff;
	font-size: 13px;
	background-color: #ff2929;
	border-radius: 50%;
	right: -6px;
	top: -6px;
}
.book-order span.counter {
	font-weight: 400;
}
.header_dropdown .drop_headline {
	padding: 20px 10px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: none !important;
}
.header_dropdown .drop_headline h4 {
	display: inline-block;
	font-size: 24px;
	font-weight: 500;
	color: #505050 !important;
	margin-left: 2px;
}

.blueline-menu .header_dropdown .dropdown-menu-p {
	width: 370px;
	margin: 0 auto;
}

.header_dropdown .drop_headline .btn_action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 20px;
}

.note-drop .simplebar-track {
	right: -12px;
}
.upcomingEvents .simplebar-track {
	right: -12px;
}
.talkys-dropdown .simplebar-track {
	right: -15px;
}
.exploreMarket .simplebar-track {
	right: -12px;
}

.header_widgets .header-section.navbar-nav li .talkys-dropdown .tooltiptext {
	top: 36px;
	min-width: 115px;
}

.dropdown_cart ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 8px 0;
	justify-content: space-between;
}
.header_dropdown.dropdown_cart {
	padding: 0 5px;
}

.hover-grey:hover {
	background: #f7f7f7 !important;
}

.dropdown_cart ul li .drop_avatar {
	overflow: hidden;
	position: relative;
	width: 70px;
	height: 55px;
	border-radius: 5px;
}
.dropdown_cart ul li .cart_avatar {
	overflow: visible;
	position: relative;
	width: 84px;
	height: 94px;
	border-radius: 5px;
	margin-right: 20px;
}
.dropdown_cart ul li .cart_avatar .cart_avatar_img {
	overflow: hidden;
	position: relative;
	width: 84px;
	height: 94px;
	border-radius: 5px;
}

.dropdown_cart ul li .cart_avatar .close-icon-cart {
	position: absolute;
	z-index: 1;
	color: #050505;
	background: #fff;
	box-shadow: 0 0 8px rgb(0 0 0 / 40%);
	border-radius: 50px;
	width: 20px;
	height: 20px;
	line-height: 1px;
	top: -5px;
	right: -5px;
}
.dropdown_cart ul li .cart_avatar .close-icon-cart i {
	color: #050505;
	font-size: 12px;
}

.dropdown_cart ul li .cart_avatar img,
.dropdown_cart ul li .drop_avatar img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.dropdown_cart ul li .cart_text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 5px;
}

.header_dropdown input.qty,
.cart_update input.qty {
	background: #fff !important;
	width: 25px !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	left: 0;
}

.dropdown_cart ul li .cart_text .cart_text_title {
	padding-right: 5rem;
	line-height: 17px;
}

.dropdown_cart ul li .cart_price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-start;
}

.dropdown_cart ul li .cart_price span {
	font-size: 18px;
	color: #050505;
	font-weight: 500;
}
.dropdown_cart ul li .cart_update,
.cart_update {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0 10px;
	margin-bottom: 5px;
}
.dropdown_cart ul li .cart_update span.qty,
.cart_update span.qty {
	margin-right: 2rem;
}
.dropdown_cart ul li .cart_update .minus-icon,
.cart_update .minus-icon {
	width: 20px;
	height: 20px;
	background: url(../img/header/minus-cart.svg) no-repeat;
	background-size: 100%;
	margin-left: 30px;
}

.dropdown_cart ul li .cart_update .plus-icon,
.cart_update .plus-icon {
	width: 20px;
	height: 20px;
	background: url(../img/header/plus-cart.svg) no-repeat;
	background-size: 100%;
}

.dropdown_cart ul li .cart_price button:hover {
	text-decoration: underline;
}

.dropdown_cart .cart_footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-right: 17px;
	border-top: 1px solid #e2e8f0;
	flex-direction: row;
	padding: 10px 12px 15px;
}

.dropdown_cart .cart_footer p {
	margin-bottom: 5px;
}

.dropdown_cart .cart_footer h1 {
	font-size: 24px;
}
.dropdown_cart .simplebar-content {
	height: auto;
	overflow: hidden;
	padding: 5px 15px !important;
}
.dropdown_cart .vCartbtn {
	background: #f0f2f5;
	border-radius: 5px;
	font-size: 14px;
	color: #050505;
	min-width: 130px;
	padding: 5px 10px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dropdown_cart .vCartbtn:hover {
	background: #e1e1e1;
}
.dropdown_cart .vcheckoutbtn {
	background: #fca50b;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	min-width: 130px;
	padding: 5px 10px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dropdown_cart .vcheckoutbtn:hover {
	background: #ee9800;
}

.dropdown_cart .dropdown_cart_scrollbar {
	max-height: 65vh;
	overflow: auto !important;
	padding: 15px;
}

.dropdown_cart .dropdown_cart_scrollbar .simplebar-scrollbar {
	width: 7px;
	z-index: 1000;
	right: 2px;
}
.dropdown_cart .dropdown_cart_scrollbar p {
	line-height: 20px;
}
.header-section.section-2 li:first-child ul.user-notification > li {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: start;
}
.notification-option img {
	width: 20px !important;
	height: 20px !important;
	margin-top: -5px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 10px;
	display: none;
}
.header_dropdown ul li:hover .notification-option img {
	display: block !important;
}
.user-notification .cart_text p {
	line-height: 27px;
}
.user-notification .font-14.mb-1.d-flex .badge.badge-info {
	background: #e3effd !important;
	padding: 8px;
	color: #206fe2 !important;
	font-weight: 400;
	font-size: 10px;
}
.header_dropdown input {
	background: #f0f2f5 !important;
	border-radius: 25px;
	height: 45px !important;
	box-shadow: none;
	width: 95%;
	padding: 0 15px;
	border: 0;
	font-size: 14px;
	margin: 0 2.5%;
	font-weight: 400;
	color: #050505 !important;
}
.header_dropdown.messagetab ul li .drop_text time {
	position: absolute;
	right: 14px;
	margin: 0;
	display: inline;
	font-size: 12.3px;
}
.header_dropdown.messagetab ul li .drop_text {
	margin-left: 15px;
}
.header_dropdown.messagetab ul {
	padding: 0 15px;
	max-height: 70vh;
	overflow: auto;
}
#toggle-bg .navbar-brand img {
	min-width: 45px;
}
#navbarsExampleDefault {
	flex: 100%;
}
.top-search.physical_part
	.physical_input_box_part
	.physical_input_box
	.physical_input {
	width: auto;
	min-width: auto;
	border: none !important;
	z-index: 1;
}
.w-12 {
	width: 3rem;
}
.font-blue {
	color: #050505 !important;
}
.small-blue-text {
	font-weight: 500;
	font-size: 11px;
	line-height: 13px;
	color: #0068ff;
	position: relative;
	display: block;
	padding-left: 10px;
}
.small-blue-text::before {
	content: '';
	background: linear-gradient(90deg, #0068ff 0%, #71c9ff 100%);
	width: 5px;
	height: 5px;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.create-post .uk-modal-dialog {
	max-width: 450px !important;
	box-shadow: 0 0 10px #c1c1c1;
	border-radius: 10px !important;
}
.background-grey {
	background-color: #f0f2f5 !important;
}
.notification-option-menu.active {
	display: block;
}
.notification-option-menu {
	display: none;
	box-shadow: 0 0 10px #e1e1e1 !important;
	width: 99%;
	margin-bottom: 10px;
	position: absolute;
	z-index: 99;
	top: 50px;
	right: -5px;
}
.notification-option-menu.bottom {
	top: unset;
	bottom: 75px;
}

.tooltip .tooltiptext {
	visibility: hidden;
	opacity: 0;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 10px;
	top: 45px;
	margin-left: -100%;
	/* Position the tooltip */
	position: absolute;
	z-index: 9999;
	box-shadow: 0 0 5px #39393a;
	white-space: nowrap;
	overflow: hidden;
	display: inline-table;
}
.tooltip.center .tooltiptext {
	left: 50%;
	transform: translateX(-50%);
	width: 425px;
	white-space: normal;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
}
.tooltip.center .tooltiptext.white-panel {
	background: #fff;
	padding: 20px;
	box-shadow: none;
	border: solid 1px #d7d7d7;
	top: 40px;
	margin-left: 0;
	transform: translateX(0);
	left: -10px;
}
.info-icon {
	width: 20px;
	margin-top: -15px;
	margin-left: -7px;
}
.tooltip.center .tooltiptext.white-panel h6 {
	color: #050505;
	font-size: 18px;
}
.tooltip.center .tooltiptext.white-panel p {
	color: #050505;
	font-size: 13px;
	line-height: 18px;
}
.exmt-10 {
	padding-top: 11rem;
}
.subtext-white{
	color: #fff !important;
	padding: 0 15px 0 0;
	line-height: 14px !important;
	font-size: 11px !important;
}
.store-change-dropdown .dropdown-toggle{
	position: relative;
	font-weight: 600;
}
.profile-status .header-profilepic .menuhover.active {
	border: 3px solid #0068ff;
}
.profile-status .header-profilepic .menuhover {
	border: 3px solid transparent;
}
.blueline-menu.active .menuhover .imgblock {
	display: block;
	transition: all 0.5s ease;
}
.blueline-menu.active .menuhover .imgnone{
	display: none;
}
.tooltip .tooltiptext.top {
	width: auto;
	bottom: 110%;
	left: 50%;
	margin-left: -75px;
	top: unset;
}
.tooltip .tooltiptext.left {
	width: auto;
	bottom: 15%;
	right: 110% !important;
	margin-right: 0;
	top: unset;
}
.tooltip .tooltiptext.custom {
	padding: 0 10px;
	width: auto;
	top: 110%;
	right: -35%;
}
.tooltip .tooltiptext.chat-bottom {
	left: -100%;
	right: -100%;
	margin-left: 0;
	padding: 10px;
	width: auto;
}
.tooltip .tooltiptext.message {
	top: 120%;
	left: -50%;
	right: -150%;
	width: auto;
	padding: 10px;
	line-height: 1;
}
.tooltip .tooltiptext.right {
	margin-left: 120%;
	top: 0%;
}
.left-0 {
	left: 0 !important;
}
.profile-status.tooltip .tooltiptext {
	top: 45px;
	margin-left: -30px;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
#vendor-talk-icon {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 4500;
	box-shadow: 0 0 10px #999;
	border-radius: 50%;
}
.user_login_registration:hover {
	background-color: #f1f3f4;
	padding: 5px 15px;
	border-radius: 5px;
}
.header_dropdown.profile_dropdown .user .user_avatar {
	border-radius: 50%;
	width: 45px;
	height: 45px;
	position: relative;
	margin-top: 0.75rem;
	margin-bottom: 1.6rem;
	margin-right: 0;
}
.header_dropdown.profile_dropdown .user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 5px;
	padding: 8px;
}
.header_dropdown.profile_dropdown .user .user_name {
	line-height: 20px;
	font-weight: 600;
	color: #333;
	font-size: 19px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.header_dropdown.profile_dropdown .user .user_name .user-title a {
	line-height: 20px;
	font-weight: 600;
	color: #333;
	font-size: 19px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	display: block;
	padding: 0;
}
.header_dropdown.profile_dropdown .user .user_name .user-title a:hover,
.user-title a:hover {
	color: #0068ff !important;
}
.header_dropdown.profile_dropdown .user .user_name span {
	display: block;
	font-size: 12.5px;
	font-weight: normal;
	margin-top: 1px;
}
.header_dropdown.profile_dropdown {
	width: 333px !important;
}
.flex-50 {
	flex: 50% !important;
}
.light-blue,
.hover-light-blue:hover {
	color: #007bff !important;
}
.uk-modal .uk-modal-dialog {
	background-color: unset;
}
.login-section.logout-landing .logoutSection {
	max-width: 505px;
	margin: 0px auto;
	padding-top: 30px;
}
.showpassword {
	position: absolute;
	right: 10px;
	z-index: 9;
	width: 20px;
	height: 20px;
	display: block;
	top: 50%;
	transform: transformY(-50%);
}
.showpassword input[type='checkbox'] {
	width: 20px;
	height: 20px;
	margin: 0;
	border: 0 none;
	padding: 0;
	opacity: 0;
	position: absolute;
	z-index: 9;
	top: -8px;
	left: 0;
}
.showpassword input[type='checkbox'] + span {
	background: url(../assets/img/login-img/not-show.png) no-repeat center;
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
	background-size: 20px;
	position: absolute;
	top: -8px;
}
.showpassword input[type='checkbox']:checked + span {
	background: url(../assets/img/login-img/view-password.png) no-repeat center;
	background-size: auto;
	background-size: 20px;
}
@media (min-width: 768px) {
	#user_pin_edit .uk-modal-dialog .modal-content,
	#user_pin .uk-modal-dialog .modal-content {
		width: 500px;
	}
	#searchs + .uk-open.uk-drop-bottom-left {
		min-width: 450px;
		border-radius: 8px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	}
}
.uk-modal .uk-modal-dialog .modal-content {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.header_dropdown.profile_dropdown .user {
	min-height: 90px;
	background: rgba(248, 248, 248, 0.37);
	margin: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-bottom: 15px;
}
.pinShow-btn {
	width: 78px;
	height: 26px;
	background: #0068ff;
	border-radius: 5px;
	color: #fff !important;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.header_dropdown.profile_dropdown a.pinShow-btn {
	width: 78px;
	height: 26px;
	background: #1b74e4;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.profile-settings-dropdown{
	padding-left: 2rem;
	padding-right: 2rem;
}
.profile-settings-dropdown .dropdown-item .font-16.font-weight-500{
	color: #050505;
}
#notification_edit .notification-edit-div > div:hover {
	background: linear-gradient(0deg, #f0f2f5, #f0f2f5),
		linear-gradient(0deg, #f0f2f5, #f0f2f5), #f0f2f5;
	border-radius: 5px;
}
.uk-modal .uk-modal-close-default {
	position: relative;
	top: unset;
	right: unset;
	background-color: #f1f2f2;
	border-radius: 50%;
}

.select-list-box ul li.option {
	z-index: 1;
	padding: 5px;
	display: none;
	list-style: none;
}

.select-list-box ul li:first-child {
	display: block;
}

.select-list-box ul li {
	cursor: pointer;
	background-color: #fff;
}
.select-list-box ul li.active {
	background-color: #f1f2f2 !important;
}
.select-list-box ul {
	position: absolute;
	z-index: 99;
	background: #f1f2f2 !important;
	width: 100%;
	border: 1px solid #dee2e6;
}
.select-list-box {
	position: relative;
	height: 50px;
}

.line-height-default {
	line-height: 1 !important;
}
.owl-carousel .owl-item .menuhover .imgblock {
	display: none;
}
.owl-carousel .owl-item .menuhover:hover .imgblock {
	display: block;
}
.owl-carousel .owl-item .menuhover img {
	width: 35px !important;
}
#mobile-menu-section.owl-carousel .owl-item li {
	padding: 5px 15px;
	border-radius: 5px;
	cursor: pointer;
}
#mobile-menu-section.owl-carousel .owl-item li:hover a {
	color: #007bff !important;
}
#mobile-menu-section.owl-carousel .owl-item li a {
	display: inline-block;
	max-width: 100%;
	transition: unset !important;
	-webkit-transition: unset !important;
}
#mobile-menu-section.owl-carousel .owl-stage {
	width: 1500px !important;
}
#mobile-menu-section.owl-carousel.owl-drag .owl-item {
	margin-right: 20px !important;
}

#searchs + .uk-drop-bottom-left ul li:hover,
.listing_section .physical_tabs_content ul.searchs__results li:hover {
	background: #f5f5f5;
	border-radius: 8px;
}
#searchs + .uk-drop-bottom-left ul li svg,
.listing_section .physical_tabs_content ul.searchs__results li img.tick {
	display: none;
}
.create-new-invoice .ps-section--account-setting .uk-drop {
	border-color: rgba(0, 0, 0, 0.25) !important;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 15px;
	border-radius: 8px;
}
#searchs + .uk-drop-bottom-left ul li:hover svg,
.listing_section
	.physical_tabs_content
	ul.searchs__results
	li.item-selected
	img.tick {
	display: block;
}
.listing_section
	.physical_tabs_content
	ul.searchs__results
	li
	img.close-search {
	opacity: 0;
}
.listing_section
	.physical_tabs_content
	ul.searchs__results
	li:hover
	img.close-search {
	opacity: 1;
}
#searchs_shipping + .uk-drop-bottom-left ul li:hover {
	background: #f5f5f5;
	border-radius: 8px;
}
#searchs_shipping + .uk-drop-bottom-left ul li svg {
	display: none;
}
#searchs_shipping + .uk-drop-bottom-left ul li:hover svg {
	display: block;
}
.bg-purple {
	background-color: #670097;
}
.rsp-home-tab .box-for-width .box-of-img .click-show {
	display: none;
}
.rsp-home-tab .box-for-width .box-of-img.active .click-show {
	display: block;
}
.rsp-home-tab .box-for-width .box-of-img.active .normal-show {
	display: none;
}
.vendor-talk .message {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	width: 100%;
	z-index: 9;
}
.other-currency {
	height: 36vh !important;
	overflow-y: auto;
}

#back2top {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 90px;
	right: 25px;
	width: 40px;
	height: 40px;
	z-index: 4500;
	border: 1px solid #000;
	transition: all 0.4s ease;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	background-color: transparent;
	border-radius: 4px;
	visibility: hidden;
	opacity: 0;
}
#back2top i {
	z-index: 10001;
	font-size: 14px;
	margin-bottom: -2px;
	color: #000;
}
#back2top:hover i {
	color: #fff;
}
#back2top.active {
	visibility: visible;
	opacity: 1;
}
#back2top:hover {
	cursor: pointer;
	background-color: #05224c;
	border-color: #05224c;
}
.ps-form--quick-search .our-custom-select.active {
	border-radius: 5px 0px 0px 0 !important;
}
.ps-form--quick-search .close-search {
	display: none;
}
.search-active .ps-form--quick-search .bg-secondary.search {
	display: none;
}
.search-active .ps-form--quick-search .bg-secondary.close-search {
	display: block;
}
.ps-product__rating:hover .ratingModal {
	display: block !important;
}
.modal-open .modal {
	z-index: 999999 !important;
}

.cursor-default {
	cursor: default !important;
}

.hover-grey:hover {
	background-color: #f5f5f5;
}

.light {
	--primary: hsl(250, 100%, 44%);
	--other: #167efb;
	background: #fff;
}
.light label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	margin: 12px 0 !important;
	padding: 20px;
	cursor: pointer;
	position: relative;
}
.light label:hover {
	background: #f0f2f5;
}
.radius-20 {
	border-radius: 20px;
}
.text-dark {
	color: #050505 !important;
}
.light input[type='radio'] {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.light .design {
	width: 16px;
	height: 16px;
	border: 1px solid #999 !important;
	background-color: #fff !important;
	border-radius: 100%;
	margin-right: 16px;
	position: relative;
}
.light .design::before,
.light .design::after {
	content: '';
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	position: absolute;
	transform: scale(0);
	transform-origin: center center;
	top: -1px;
	left: -1px !important;
}
.light .design:before {
	opacity: 0;
	transition: 0.3s;
}
.light input:checked + .design::after {
	border-left: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
	transform: rotate(-45deg) !important;
	height: 5px !important;
	width: 9px !important;
	left: 3px !important;
	top: 3px !important;
	border-radius: 0 !important;
}
.light input:checked + .design::before {
	opacity: 1;
	transform: scale(1);
	background-color: #007bff !important;
	border-color: #007bff !important;
}
.btn-primary.hover-effect:hover {
	background-color: #045dde !important;
}
.btn-primary.hover-effect {
	background-color: #0068ff !important;
}
.cancel-btn.hover-effect:hover {
	background: #f0f2f5 !important;
}
.hover-effect.hover-white:hover {
	color: #333333 !important;
}
.hover-effect.hover-blue:hover {
	color: #00122d !important;
}
.owl-slider {
	display: none;
}

.owl-slider.owl-loaded {
	display: block;
}
.current-language,
.current-currency,
.link-copy-notification {
	position: fixed;
	bottom: 5px;
	left: 0;
	padding: 10px 15px;
	background: #000 !important;
	border-radius: 8px;
	color: #fff;
	z-index: 9999;
	opacity: 0;
	animation-duration: 3s;
	display: none;
}

@keyframes blurAnimation {
	from {
		opacity: 0.4;
	}
	to {
		opacity: 0;
	}
}

@keyframes blurNotificationAnimation {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.calender_dropdown.header_dropdown ul li a .drop_avatar {
	overflow: hidden;
	position: relative;
	width: 70px !important;
	height: 55px !important;
	border-radius: 5px;
	align-self: center !important;
}
.calender_dropdown.header_dropdown ul li a .drop_avatar img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border-radius: 0 !important;
}
.is_message .notification-option img {
	top: unset;
	right: 15px;
	bottom: 8px;
}
.is_message .un-read .notification-option img {
	right: 10px;
	bottom: 20px;
}
.right-0 {
	right: 0 !important;
}
.online .user__image {
	position: relative;
}
.online .user__image:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	right: 0px;
	bottom: 0;
	border-radius: 50px;
	background: #43903c;
	border: 2px solid #ffffff;
	box-sizing: border-box;
}
.bottom-white-pos {
	position: absolute;
	bottom: 0;
	background: #fff;
	padding: 18px;
	width: 100%;
	z-index: 99;
}
.right-69 {
	right: 69px !important;
}
.mb-10 {
	margin-bottom: 10rem !important;
}

#groupChat1 #user_group_names ul li a .success-img {
	display: none !important;
}
#groupChat1 #user_group_names ul li a.active .success-img {
	display: block !important;
}
.product__price:hover {
	background-color: #05224c !important;
}
.product__price:hover .remain-amount,
.product__price:hover .less-amount {
	display: none;
}
.product__price:hover .add-to-cart {
	display: block !important;
}
.product__section_area .owl-stage-outer .owl-item {
	z-index: -1 !important;
}
.move-arrow h5:not(.collapsed) .icon-chevron-down::before {
	content: '\e939' !important;
}
.marketplace__box_shadow {
	box-shadow: 1px 5px 5px #e1e2e3, -1px 5px 4px #e1e2e3;
}
.rsp-home-tab.tabhome {
	border-top: 2px solid #e1e1e1;
	z-index: 99999;
}
.header--electronic .navigation {
	background-color: #022335;
}
.shoeMoreFunction[aria-expanded='false'] .show-less {
	display: none;
}
.shoeMoreFunction[aria-expanded='true'] .show-more {
	display: none;
}
.catag-label-list-conteiner.horizontal-slider .owl-item.active:last-child {
	margin: 0 !important;
}
#accordioncolor #color ul li.active,
#accordioncolor #color ul li:hover,
#mobileaccordioncolor #color ul li.active,
#mobileaccordioncolor #color ul li:hover,
.sponsored.product__collection .color-swatch ul li.active,
.sponsored.product__collection .color-swatch ul li:hover {
	border: 1px solid #343640 !important;
}
#accordioncolor #color ul li,
#mobileaccordioncolor #color ul li,
.sponsored.product__collection .color-swatch ul li {
	cursor: pointer;
	line-height: 0.6px;
}
#accordioncolor #color ul li span,
#mobileaccordioncolor #color ul li span,
.sponsored.product__collection .color-swatch ul li span {
	margin: 3px !important;
}
.sponsored.product__collection .br-theme-fontawesome-stars .br-widget a::after {
	font-size: 14px;
}
.product__collection .br-theme-fontawesome-stars .br-widget {
	height: auto;
}
.notification-setting-option .tooltiptext {
	left: 50% !important;
	top: 39px !important;
	width: 70px !important;
}
.mark-all-read .tooltiptext {
	top: 29px !important;
	right: -60px !important;
	left: auto !important;
	width: 115px !important;
}
.related.product__collection .all_product .brand-like .like-icon.active .normal,
.related.product__collection .all_product .brand-like .like-icon .active-image {
	display: none;
}
.related.product__collection
	.all_product
	.brand-like
	.like-icon.active
	.active-image {
	display: inline-block;
}
.related.product__collection .all_product .brand-like .like-icon.active .text {
	color: #0068ff !important;
}
.related-search-product .all_product img {
	max-width: 150px;
}
.brand-display-image {
	height: 175px;
}
.shop-listing-section .shop-listing .shop-wrap .bttn.font-blue.gray-btn:hover {
	background: #1a73bb !important;
	color: #fff !important;
}
.shop-listing-section .shop-listing .shop-wrap .bttn.font-blue.gray-btn {
	background: #1a73e8 !important;
	color: #fff !important;
}
.related.product__collection .shop-now-button a:hover {
	background-color: #0053cb !important;
}
.advertisment-images .owl-nav .owl-next {
	background-image: url(img/arrow.svg) !important;
	background-size: 30px 30px !important;
	height: 30px;
	width: 30px;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}
#sharefeed .modal-body .share-options .owl-nav .owl-prev {
	background-image: url(img/arrow.svg) !important;
	background-size: 30px 30px !important;
	height: 30px;
	width: 30px;
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-100%) rotate(180deg);
}
#sharefeed .modal-body .share-options .owl-nav .owl-next {
	background-image: url(img/arrow.svg) !important;
	background-size: 30px 30px !important;
	height: 30px;
	width: 30px;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-100%);
}
.advertisment-images .owl-nav,
#sharefeed .modal-body .share-options .owl-nav {
	display: block !important;
}
.advertisment-images .owl-prev,
.advertisment-images .owl-nav .owl-next .Next,
#sharefeed .modal-body .share-options .owl-nav button span {
	display: none;
}
.hover-blue:hover {
	color: #1a73e8 !important;
}
.counter-reset-zero {
	counter-reset: my-sec-counter;
}
.counter-reset-zero .counter::before {
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter) '. ';
}
.mobile_verification_section .browser_upload.uploadicons-wrap label {
	font-size: 16px !important;
}
.create_auto_discount_part {
	width: 80%;
	margin: 35px auto 70px;
}
.create_auto_discount_part .discount_info .para {
	font-size: 20px;
	color: #6f7376;
	margin: 25px 0 15px;
}
.input-group .search_input .search_icon {
	font-size: 15px;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	color: #6e757d;
}
.summary_box_right_part .summary_box .status.small-status {
	padding: 3px 5px;
	line-height: 1;
	min-width: 50px;
	text-align: center;
	display: block;
	font-size: 12px;
}
.summary_box_right_part .summary_box .status {
	background-color: #bbe5b3;
	color: #414f3e;
}
.status.inactive {
	background-color: #fae8e8 !important;
	color: #ff0000 !important;
	opacity: 1;
}
.checkbox_btn_part .radio_btn {
	border-radius: 3px;
}
.radio_btn_part .radio_btn {
	border: 0px;
	display: block;
	width: 16px;
	height: 16px;
	background: #dee2e6;
}
.radio_btn_part .radio_btn::after {
	width: 40%;
	height: 41%;
}
.radio_btn_part .radio_btn::after {
	background: #050505;
}
.checkbox_btn_part .radio_btn::after {
	border-radius: 3px;
	width: 70%;
	height: 70%;
}
.radio_btn_part .radio_btn::after {
	content: '';
	display: block;
	width: 40%;
	height: 40%;
	border-radius: 50%;
	background-color: #02adfb;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.radio_btn_part .radio_input:checked + label .radio_btn::after {
	opacity: 1;
}
.page_content .page_box .tabs_part .nav-tabs .nav-item .nav-link.active {
	border-bottom: 2px solid #636aae;
	font-weight: normal;
}
.sub_header_menu ul li.active a,
.page_content .page_box .tabs_part .nav-tabs .nav-item .nav-link.active {
	border-color: #050505;
	color: #050505;
	font-weight: 600;
}
.loyaltycardbg {
	background: url(../assets/img/lc-bg.jpg) no-repeat center;
	background-size: cover;
}
.voucher-bg {
	background: url(../assets/img/voucherbg.jpg) no-repeat center;
	background-size: cover;
}
.create-ads-slider .noUi-horizontal .noUi-handle {
	width: 20px;
	height: 20px;
	top: -8px;
	border-radius: 50%;
	border: 1px solid #d9d9d9;
	background: #fff;
	cursor: default;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.create-ads-slider .noUi-connect {
	background: #1876f2;
}
.newIndex .home-banner {
	height: 100%;
	background: url(../assets/img/staytoenjoy-mobilelisting.png) no-repeat;
	background-size: cover;
	background-position: top center;
}
.listing_section
	.listing_content
	.listing_content_part
	.listing_banner_section {
	background-image: url('../assets/img/banner.jpg');
	background-size: cover;
	background-position: center;
	padding: 215px 0;
	position: relative;
}
.reminder-notificaiton .mobile-section {
	background: url(../assets/img/phone-bg.png) no-repeat;
	background-size: auto;
	width: 435px;
	height: 930px;
	margin: 0px auto;
	padding-top: 90px;
	background-size: 435px;
}
.reminder-notificaiton
	.mobile-section
	.main-wrap
	.info-widget
	.shop-detail
	.shopicon {
	border: 1px solid #575f6c;
	width: 64px;
	height: 64px;
	border-radius: 10px;
	background: url(../assets/img/storeicon.png) no-repeat center;
	padding: 15px;
	text-indent: -999999px;
}
.order_table_part .order_table table tr td .order_img img {
	max-width: 100%;
	max-height: 100%;
	width: 55%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.order_table_part .order_table table tr td .order_img {
	width: 50px;
	height: 50px;
	border: 1px solid #e0e4e5;
	border-radius: 3px;
	position: relative;
	margin: 0;
}
.order_table_part .order_table table tr td .order_img span {
	width: 20px;
	height: 20px;
	background-color: #db3236;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 20px;
	position: absolute;
	top: -7px;
	right: -8px;
}
.order_table_part .order_table table tr td .product_info {
	padding-left: 10px;
}
.single_order_part .page_box .fulfiled_id_part figure {
	width: 30px;
	height: 30px;
	position: relative;
	margin: 0 15px 0 0;
}
.single_order_part
	.page_box
	.single_order_table_part
	table
	tr
	td
	.product_img
	img {
	width: 55%;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.single_order_part .page_box .single_order_table_part table tr td .product_img {
	width: 50px;
	height: 50px;
	border: 1px solid #e7e7e7;
	position: relative;
	background-color: #ecfafb;
	margin: 0;
}
.single_order_part
	.page_box
	.single_order_table_part
	table
	tr
	td
	.product_img
	.num {
	background-color: #94a0ae;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	border-radius: 50px;
	padding: 5px 10px;
	position: absolute;
	top: -10px;
	right: -15px;
}
.single_order_part
	.page_box
	.single_order_table_part
	table
	tr
	td
	.product_name {
	padding-left: 20px;
	width: calc(100% - 50px);
}
.single_order_part
	.page_box
	.single_order_table_part
	table
	tr
	td
	.product_name
	p {
	font-size: 13px;
	width: 100%;
	line-height: 1;
	margin: 0;
}
.single_order_part
	.page_box
	.single_order_table_part
	table
	tr
	td
	.product_name
	a {
	font-size: 13px;
	display: inline-block;
}
.single_order_part .page_box .shipping_btn_part ul li .fulfiled_btn {
	border: 1px solid #cac6c6;
	color: #000;
	margin-right: 20px;
}
.single_order_part .payment_part .payment_info_part .product_part figure {
	width: 50px;
	height: 50px;
	margin: 0 15px 0 0;
	border: 1px solid #e7e7e7;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.order_table_part .order_table table tr td .rating span {
	color: #db3236;
	margin-right: 5px;
}
.order_table_part .order_table table tr td .payment_status.paid {
	background-color: #e4e5e7;
}
.order_table_part .order_table table tr td .fulfiled_status,
.order_table_part .order_table table tr td .payment_status {
	padding: 6px 15px;
}
.order_table_part .order_table table tr td .fulfiled_status.unfulfiled {
	background-color: #ffe993;
}
.order_table_part .order_table table tr td .fulfiled_status.fulfiled {
	background-color: #23b047;
	color: #fff;
}
.order_table_part .order_table table tr td .payment_status.notpaid {
	background-color: #db3236;
	color: #fff;
}
.shop-bundel-overview .status {
	background-color: #bde3b2;
	border-radius: 5px !important;
	padding: 5px 8px;
	color: #375636;
	display: inline-block;
	line-height: 1;
}
.owl-carousellist {
	width: 80% !important;
}
.left-icon-img {
	width: 32px;
	height: 27px;
}
.left-icon-img.mr-4 {
	margin-right: 1rem !important;
}
.listing_section
	.listing_content
	.listing_content_part
	.listing_brand_part
	.brand_box {
	background: none;
	border: 1px dashed #aca8a9;
	color: #aca8a9;
	position: relative;
	border-radius: 5px;
	width: 100% !important;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin-right: 0;
	margin-top: 10px;
}
.listing_section
	.listing_content
	.listing_content_part
	.listing_brand_part
	.brand_box.active {
	display: block;
}
.listing_section
	.listing_content
	.listing_content_part
	.listing_brand_part
	.brand_box.active
	p {
	line-height: 1;
	text-align: left;
	color: #0068ff;
	font-size: 12px;
}
.listing_section
	.listing_content
	.listing_content_part
	.listing_brand_part
	.brand_box.active
	input {
	padding: 5px 0;
	font-size: 14px;
	color: #000;
}
.notificationType .type-wrapper .tab:hover,
.notificationType .type-wrapper .tab.active {
	color: #0068ff !important;
	background: linear-gradient(0deg, #e7f3ff, #e7f3ff),
		linear-gradient(0deg, #f0f2f5, #f0f2f5), #f0f2f5 !important;
}
#wizard-last2.visiable {
	display: inline-block !important;
}
.listing-options .discount_info a {
	max-width: 250px;
	margin: 0 auto;
}
.listing-options .discount_info img {
	max-height: 275px;
}
.banner-widget .banner-text-box {
	background-color: #045dde;
	border-radius: 5px;
	padding: 20px;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	width: 350px;
}
.banner-widget .banner-text-box .title {
	color: #fff;
	font-size: 28px;
	margin-bottom: 20px;
	text-align: center;
}
.banner-widget .banner-text-box .para {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}
.banner-widget .banner-text-box .closeBox {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	background-color: #c4c4c470;
	position: absolute;
	top: -10px;
	right: -10px;
	border-radius: 50px;
}
.show-1200 {
	display: none !important;
}
.status-circle {
	cursor: pointer;
	background-color: #3bb001;
	border-radius: 50%;
	border: 2px solid #fff;
	width: 18px !important;
	height: 20px !important;
}
.business-page-body .business-page-content .business-page-box {
	background-color: #fff;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	display: block;
	margin: 0 auto;
	border-radius: 10px;
	max-width: 650px;
}
.business-page-body {
	padding-top: 30px;
	padding-bottom: 50px;
}
.business-page-body .edit-page-name input {
	padding: 15px 40px 15px 0;
	width: 100%;
	color: #050505;
	font-size: 18px;
}
.business-page-body .business-page-content .business-page-box .page-info-part {
	padding: 45px 30px;
}
.business-page-body
	.business-page-content
	.business-page-box
	.page-info-part
	.info-right-part {
	width: calc(100% - 150px);
}
.maps-part > .our-address-block {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: white;
	padding: 15px 40px 15px 10px;
	display: flex;
	width: 296px;
	border-radius: 5px;
	box-shadow: #00000025 0 4px 4px;
}
.catag-select-container .catag-select::before {
	content: '\f078';
	display: inline-block;
	font-family: 'FontAwesome';
	position: absolute;
	color: #050505;
	top: 50%;
	right: 30px;
	font-size: 10px;
	transform: translateY(-50%);
}
.catag-select-container .catag-select.item-added .title {
	display: none;
}
.catag-list-container .list-items ul li.hidden {
	display: none;
}
.login-footer span:not(:last-child) {
	position: relative;
	margin-right: 10px;
}
.login-footer span:not(:last-child):after {
	content: '';
	height: 3px;
	width: 3px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.22);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10px;
}
.login-section .top-left-section img {
	border-radius: 10px 10px 0 0;
}
.login-section .top-left-section .counter {
	top: -10px;
	right: -10px;
	background-color: #ff0000;
	height: 25px;
	width: 25px;
	line-height: 25px;
}
.login-section .top-left-section {
	border: 1px solid rgba(5, 5, 5, 0.1) !important;
}
.our-custom-select .options li {
	color: #050505;
	padding-left: 0;
}
.login-section .top-right-section {
	max-width: 457px;
	width: 100%;
	margin-left: 20px !important;
	border: 1px solid rgba(5, 5, 5, 0.1) !important;
}
.login-section .bottom-section {
	max-width: 797px;
	margin: 0 auto;
	padding: 26px 0;
}
.login-section .bottom-section .create-page {
	max-width: 437px;
	width: 100%;
}
.login-section .bottom-section .create-page:hover {
	background: #eee !important;
}
.login-section .bottom-section .create-account-btn {
	max-width: 296px;
	background: #30ad04;
	width: 100%;
}
.login-section .bottom-section .create-account-btn:hover {
	background: #01a100;
}
.login-section .login-footer {
	color: rgba(0, 0, 0, 0.22);
}
#create-page .uk-modal-dialog {
	max-width: 790px !important;
	width: 100%;
}
#create-page .modal-content {
	border-radius: 10px !important;
}
#create-page .modal-body .discount_info .info {
	line-height: 1.5;
	font-size: 13px;
	color: #333;
}
#create-page .modal-body .discount_info {
	max-width: 423px;
	width: 100% !important;
}
.object-fit-cover {
	object-fit: cover !important;
}
.dropdown-arrow {
	background: url(../assets/img/down.png) no-repeat center !important;
	background-size: 17px 17px !important;
	background-position: 95% 50% !important;
	background-color: #f0f2f5 !important;
}
:is(#create-business-account, #create-comunity-account, #create-account)
	.uk-modal-dialog {
	max-width: 491px !important;
	width: 100%;
}
.btn-grad {
	background-image: linear-gradient(
		to right,
		#086fff 0%,
		#69c2ff 51%,
		#086fff 100%
	);
}
.btn-grad {
	margin: 10px;
	padding: 8px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	box-shadow: 0 0 20px #eee;
	border-radius: 5px;
	display: block;
}

.btn-grad:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}

.timer.js-timeout {
	background: #f4feff;
	height: 35px;
	width: 100px;
	display: inline-block;
	line-height: 35px;
	border-radius: 5px;
	margin-top: 14px;
}
.meter {
	width: 100%;
	height: 0.5em;
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
}

.meter[value='1'] {
	background: red;
	width: 25%;
}
.meter[value='2'] {
	background: yellow;
	width: 50%;
}
.meter[value='3'] {
	background: orange;
	width: 75%;
}
.meter[value='4'] {
	background: green;
	width: 100%;
}
:is(#create-business-account, #create-business-account, #create-comunity-account)
	.our-custom-select
	.options
	li {
	font-size: 16px !important;
	position: relative;
}
.checkmarkSelect.active::after,
.checkmarkSelect.item-selected > span {
	display: inline-block;
	width: 100%;
	position: relative;
}
.checkmarkSelect.active::after,
.checkmarkSelect.item-selected > span::after {
	content: '';
	height: 9px;
	width: 16px;
	display: inline-block;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	transform: rotate(-45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 10px;
}
.banner-widget .banner-btn-section .dropbtn {
	position: absolute;
	top: 41%;
	right: 46%;
	width: 18px;
	height: 18px;
	font-size: 20px;
	transform: translateX(-50%) translateY(-50%);
}
.page_category_select_box .catag-list-container ul li .child {
	display: none;
}
#vendor-chat-icon,
.enable-vendor-chat ~ #vendor-talk-icon {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 4500;
	border-radius: 50%;
}
.enable-vendor-chat ~ #vendor-chat-icon,
.social-options .social-btn.active .active-show {
	display: inline-block;
}
.social-options .social-btn .active-show,
.social-options .social-btn.active .active-hide,
.physical_part .physical_tabs_content .physical_navs .physical_navs_btn a img {
	display: none;
}
.physical_part .physical_tabs_content .physical_navs .physical_navs_btn.active,
.physical_part .physical_tabs_content .physical_navs .physical_navs_btn:hover {
	background: #f0f2f5 !important;
}
.physical_part
	.physical_tabs_content
	.physical_navs
	.physical_navs_btn.active
	a {
	color: #0068ff !important;
	display: flex !important;
	justify-content: space-between;
}
.physical_part
	.physical_tabs_content
	.physical_navs
	.physical_navs_btn.active
	a
	img {
	display: inline-block;
}
.hover-darkgrey:hover {
	background: #dee4e7 !important;
}
.discount-price::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1.8px;
	background: red;
	position: absolute;
	left: 0;
	top: 50%;
}
.vendor-talk-banner {
	background: url(../assets/img/online-merchant.jpg) no-repeat;
	background-size: cover;
	background-position: bottom;
}
.emoji-section .other-reaction img:hover {
	transform: scale(1.2);
}
.ps-page__right_section .if-size-is-not-selected a,
#jump-to-this-section button,
.bg-light-blue {
	background-color: #0068ff !important;
}
.ps-page__right_section .if-size-is-not-selected a .hover-text,
.ps-page__right_section .if-size-is-not-selected a:hover .default-text {
	display: none;
}
.ps-page__right_section .if-size-is-not-selected a:hover .hover-text {
	display: block;
}
.ps-page__right_section .if-size-is-not-selected a:hover,
#jump-to-this-section button:hover,
.bg-light-blue:hover {
	background-color: #015bde !important;
}
.review-control-vote::before {
	content: '\f005''\f005''\f005''\f005''\f005';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	speak: none;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}
.review-control-vote label::before {
	color: #ffb801;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	speak: none;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	opacity: 0;
}
.review-control-vote .rating-1::before {
	content: '\f005';
}
.review-control-vote .rating-2::before {
	content: '\f005''\f005';
}
.review-control-vote .rating-3::before {
	content: '\f005''\f005''\f005';
}
.review-control-vote .rating-4::before {
	content: '\f005''\f005''\f005''\f005';
}
.review-control-vote .rating-5::before {
	content: '\f005''\f005''\f005''\f005''\f005';
}
.review-control-vote label:hover::before,
.review-control-vote input[type='radio']:hover + label::before,
.review-control-vote input[type='radio']:checked + label::before {
	opacity: 1;
}
.review-control-vote label {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0 !important;
	margin: 0 !important;
}
.review-control-vote .rating-1 {
	z-index: 6;
}
.review-control-vote .rating-2 {
	z-index: 5;
}
.review-control-vote .rating-3 {
	z-index: 4;
}
.review-control-vote .rating-4 {
	z-index: 3;
}
.review-control-vote .rating-5 {
	z-index: 2;
}
.message-outer .dot-option::after {
	content: unset !important;
}
.message-outer .replys .user-name-secetion .dot-option {
	opacity: 0;
	visibility: hidden;
}
.message-outer
	.replys
	.ml-3.position-relative.w-100:hover
	.user-name-secetion
	.dot-option {
	opacity: 1;
	visibility: visible;
}
.product-size .btn-outline-primary {
	margin-bottom: 8px;
	border: 1px solid rgba(5, 34, 76, 0.22);
	box-sizing: border-box;
	border-radius: 3px !important;
	color: #050505;
	width: 65px;
	height: 30px;
	padding: 3px;
	font-size: 14px;
}
.product-size .btn-group.btn-group-toggle .owl-item {
	margin-right: 10px !important;
}
.product-size .btn-outline-primary.active,
.product-size .btn-outline-primary:hover {
	background: #050505 !important;
	color: #fff;
	box-shadow: none;
	font-weight: 600;
	border: 1px solid #050505 !important;
	z-index: 0;
}
.ps-product--detail
	.ps-product__header
	.ps-product__thumbnail
	.ps-product__gallery
	.slick-arrow:nth-of-type(2) {
	display: block;
	opacity: 1;
	visibility: visible;
	right: 0;
}
.ps-product--detail
	.ps-product__header
	.ps-product__thumbnail
	.ps-product__gallery
	.slick-arrow:first-child {
	display: block;
	opacity: 1;
	visibility: visible;
	left: 0;
}
.ps-product--detail
	.ps-product__header
	.ps-product__thumbnail
	.ps-product__gallery
	.slick-arrow:hover,
.ps-product--detail
	.ps-product__header
	.ps-product__thumbnail
	.ps-product__variants
	.slick-arrow:hover {
	background-color: #f0f2f5 !important;
	color: #000 !important;
}
.ps-product--detail
	.ps-product__header
	.ps-product__thumbnail
	.ps-product__variants
	.slick-arrow {
	left: 25%;
	color: #000;
	padding: 5px 10px;
	border-radius: 5px;
}
.ps-product--detail
	.ps-product__header
	.ps-product__thumbnail
	.ps-product__variants
	img {
	object-fit: cover;
	height: 65px;
	width: 60px;
}
.ps-product--detail
	.ps-product__header
	.ps-product__thumbnail
	.ps-product__variants
	.item.slick-current {
	border-color: #ccc;
}
.emoji-category li span,
.emoji-categorys li span {
	background: url(../assets/img/emoji-category.png) no-repeat;
	background-size: 26px 386px;
	height: 16px;
	width: 16px;
	display: inline-block;
}
.emoji-category li.Smileys-People span,
.emoji-categorys li.Smileys-People span {
	background-position: 0 -206px;
}
.emoji-category li,
.emoji-categorys li {
	display: inline-block;
	padding: 7px;
}
.emoji-category li.Animals-Nature span,
.emoji-categorys li.Animals-Nature span {
	background-position: 0 -296px;
}
.emoji-category li.Food-Drink span,
.emoji-categorys li.Food-Drink span {
	background-position: 0 -44px;
}
.emoji-category li.Activities span,
.emoji-categorys li.Activities span {
	background-position: 0 -368px;
}
.emoji-category li.Travel-Places span,
.emoji-categorys li.Travel-Places span {
	background-position: 0 -116px;
}
.emoji-category li.Objects span,
.emoji-categorys li.Objects span {
	background-position: 0 -152px;
}
.emoji-category li.Symbols span,
.emoji-categorys li.Symbols span {
	background-position: 0 -80px;
}
.emoji-category li.Flags span,
.emoji-categorys li.Flags span {
	background-position: 0 -242px;
}
.emoji-category li.Smileys-People.active span,
.emoji-categorys li.Smileys-People.active span {
	background-position: 0 -188px;
}
.emoji-category li.Animals-Nature.active span,
.emoji-categorys li.Animals-Nature.active span {
	background-position: 0 -278px;
}
.emoji-category li.Food-Drink.active span,
.emoji-categorys li.Food-Drink.active span {
	background-position: 0 -26px;
}
.emoji-category li.Activities.active span,
.emoji-categorys li.Activities.active span {
	background-position: 0 -350px;
}
.emoji-category li.Travel-Places.active span,
.emoji-categorys li.Travel-Places.active span {
	background-position: 0 -98px;
}
.emoji-category li.Objects.active span,
.emoji-categorys li.Objects.active span {
	background-position: 0 -134px;
}
.emoji-category li.Symbols.active span,
.emoji-categorys li.Symbols.active span {
	background-position: 0 -62px;
}
.emoji-category li.Flags.active span,
.emoji-categorys li.Flags.active span {
	background-position: 0 -224px;
}
.all-emoji-placeholder .simplebar-content ul li img,
.all-emoji-placeholderss .simplebar-content ul li img {
	height: 28px;
	width: 28px;
	margin: 4px;
}
.all-emoji-placeholder .simplebar-content ul li,
.all-emoji-placeholderss .simplebar-content ul li {
	margin: 1px;
	cursor: pointer;
}
.all-emoji-placeholder .simplebar-content ul li:hover,
.all-emoji-placeholderss .simplebar-content ul li:hover {
	background: #f0f2f5;
	border-radius: 5px;
}
.shopping-checkout .nav.nav-pills .nav-link {
	background: #eef2f7;
}
.shopping-checkout .nav.nav-pills .nav-link.active {
	background-color: #4286f3;
}
.shopping-checkout .card-body .nav.nav-pills li a img.active-visibale,
.shopping-checkout .card-body .nav.nav-pills li a.active img.active-invisibale {
	display: none;
}
.shopping-checkout .card-body .nav.nav-pills li a.active img.active-visibale {
	display: block;
}
.shopping-checkout .card-body .main-box-container .left-section {
	padding-right: 47px !important;
}
.color-black {
	color: #000 !important;
}
.seller-of-product:hover + .promotional-ads {
	display: block !important;
}
table.dataTable thead th:is(.sorting_asc, .sorting, .sorting_desc)::before {
	transform: translateY(-50%);
	top: 42%;
	right: 3px;
}
table.dataTable thead th:is(.sorting_asc, .sorting, .sorting_desc)::after {
	transform: translateY(-50%);
	top: 58%;
	right: 3px;
}
.product-page-promotions {
	background: url('img/promotional.png');
	background-size: cover;
	background-position: center;
}
#mobile-menu-section {
	background-color: #002e71;
}
.owl-carousel .owl-nav button {
	height: 36px;
	width: 36px;
	background: #fff !important;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.owl-carousel .owl-nav button i {
	font-size: 20px;
	color: #666;
}
.owl-carousel .owl-nav button.owl-next i::before {
	content: '\e930';
	font-family: 'Feather-Icons' !important;
}
.owl-carousel .owl-nav button.owl-prev i::before {
	content: '\e92f';
	font-family: 'Feather-Icons' !important;
}
.ps-carousel--nav .owl-nav .owl-prev {
	margin-left: -30px;
}
.owl-carousel .owl-nav button.owl-next {
	margin-right: -30px;
}
.account-dashboard .account-wrapper .ecommerce-menu,
.account-dashboard .account-wrapper #dashboard-menu2,
.account-dashboard .account-wrapper #dashboard-menu3,
.account-dashboard .account-wrapper #dashboard-menu4,
.account-dashboard .account-wrapper #dashboard-menu5,
.account-dashboard .account-wrapper #dashboard-menu6,
.account-dashboard .account-wrapper #dashboard-menu7 {
	position: relative;
	width: 100%;
	right: -100%;
	top: 0;
	display: none;
	height: calc(100vh - 66px);
}
.voucher-card .profiles_content,
.loyality-card .profiles_content {
	background: url('img/background-voucher.jpg');
	background-size: cover;
	background-position: center;
	border-radius: 5px 5px 0 0;
}
.local-vendor .banner-box {
	background: url('img/vendorbanner.png');
	background-size: cover;
	background-position: center;
}
.gift-voucher .banner-box {
	background: url('img/gift-voucher.jpg');
	background-size: cover;
	background-position: center left;
	height: 258px;
}
.product-section .pagination li > a {
	border: 1px solid transparent;
}
.product-section .pagination li > a:hover,
.product-section .pagination .page-item.active a {
	border: 1px solid #000 !important;
	background: transparent !important;
}

#helpSupportAcc .collapse-btn.collapsed {
	border: 1px solid transparent;
	border-radius: 5px 5px 0 0;
}
#helpSupportAcc .collapse-btn:not(.collapsed) {
	border: 1px solid #dee2e6;
	border-radius: 8px 8px 0 0;
}
#helpSupportAcc #helpSupportAccAcco {
	border: 1px solid #dee2e6;
	border-top: 0 !important;
	border-radius: 0 0 8px 8px;
}
#helpSupportAcc .dropdown-item:focus {
	background-color: unset !important;
}

@media (min-width: 320px) and (max-width: 450px) {
	.ps-product .ps-product__actions li a {
		width: 25px !important;
		height: 25px !important;
	}
	:is(.choose-loyality-card, .choose-voucher-type) .btn.m-w-100 {
		width: 100% !important;
	}
}
@media (min-width: 320px) and (max-width: 500px) {
	.view-rating.ratingModal {
		width: 200% !important;
	}
	.all_product .item.ps-product:nth-child(even) .view-rating.ratingModal {
		left: unset !important;
		right: 0 !important;
	}
	.all_product.ps-section__contents .view-rating.ratingModal {
		width: 100% !important;
		bottom: -75px !important;
		z-index: 999;
	}
	#auction5 .fixed-bottom .bttn {
		margin-left: 0.8px !important;
	}
}
@media (min-width: 320px) and (max-width: 550px) {
	.time-picker .heading {
		text-align: center;
	}
	.time-picker .time-input {
		flex-direction: column;
	}
	.time-picker .time-input > div {
		margin-bottom: 10px;
	}
	.time-picker .time-input .divider {
		display: none;
	}
	.time-picker .time-input .am-pm .border {
		display: flex;
		justify-content: center;
	}
	.time-picker {
		width: 100% !important;
		padding: 1rem !important;
	}
	.time-picker .settings .buttons .btn.hover-red {
		margin-right: 1rem !important;
	}
	.time-picker .settings {
		justify-content: center !important;
	}
	.checkin_part .t-datepicker .t-dates {
		font-size: 13px;
	}
	#verify-user-email .modal-body {
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	/*        login-section          */
	.login-section .bottom-section,
	#create-page .create-pages {
		flex-direction: column;
	}
	#create-page .create-pages .discount_info:first-child {
		margin-bottom: 30px;
	}
	.login-section .bottom-section .create-page {
		width: 90%;
		margin: 0 auto 25px;
		padding: 10px 10px !important;
		max-width: 90%;
	}
	.login-section .bottom-section .create-account-btn {
		width: 90%;
		margin: 0 auto;
		max-width: 90%;
		padding: 10px 10px !important;
	}
	.login-section .create_auto_discount_parts {
		width: 95%;
		margin: 0 auto;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.login-section .login-footer {
		font-size: 16px !important;
		margin-top: 1rem !important;
	}
	.login-section .create_auto_discount_parts > .d-flex.justify-content-center {
		flex-direction: column;
		align-items: center;
	}
	.login-section .create_auto_discount_parts .top-left-section {
		max-width: 256px;
		margin-bottom: 1rem;
		box-shadow: none !important;
		background: none !important;
		border: none !important;
	}
	.login-section .create_auto_discount_parts .top-right-section {
		margin: 0 !important;
		max-width: 100%;
	}
	.login-section .create_auto_discount_parts .top-right-section > div {
		padding: 1.5rem 1.5rem !important;
	}
	.login-section .create_auto_discount_parts .top-right-section a {
		margin-bottom: 1rem !important;
	}
	/*        login-section          */
	.m-font-16 {
		font-size: 16px !important;
	}
	.desktop-view {
		display: none !important;
	}
	.create-post .uk-modal-dialog {
		width: auto;
	}
	#home-delivery .uk-modal-dialog {
		width: 95%;
		left: 1%;
		right: 1%;
		top: 2%;
		bottom: 2%;
		height: calc(100% - 4%);
		overflow: auto;
	}
	.mobile-search input {
		border-radius: 5px 0 0 5px !important;
		overflow: hidden;
	}
	.az-sidebar.mobile-menu .header_dropdown {
		width: 100% !important;
		position: unset !important;
	}
	.az-sidebar.mobile-menu
		.header_dropdown.dropdown_cart
		.dropdown_cart_scrollbar {
		max-height: 100%;
	}
	.header_dropdown .dropdown_scrollbar {
		max-height: 100% !important;
	}
	.az-sidebar.mobile-menu #salemenu .header_dropdown {
		padding: 0 10px;
		overflow-x: hidden;
	}
	.az-sidebar.mobile-menu .header_dropdown .dropdown_scrollbar {
		max-height: 100% !important;
	}
	#notimenu .header_dropdown ul {
		max-height: 60vh;
		overflow: auto;
	}
	.uk-modal .uk-modal-dialog .modal-content {
		max-height: 100%;
		overflow: auto;
	}
	#msgmenu .simplebar-content > ul li:hover,
	#msgmenu .simplebar-content > ul li.not-read {
		background: #f1f3f4;
		border-radius: 5px;
	}
	.vendor-talk .vender-talk-image img {
		min-height: 200px;
		object-fit: cover;
	}
	#homepage-1 .ps-deal-of-day {
		padding-bottom: 0 !important;
	}
	#homepage-1 .ps-site-features {
		padding-bottom: 20px !important;
	}
	.footer-section {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer-section a,
	.footer-section a:hover {
		flex: 33%;
		text-align: left;
		font-size: 12px !important;
		padding: 0 !important;
	}
	.footer-section a:hover {
		text-decoration: underline;
	}
	.fix-bottom .modal-dialog .modal-footer {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		background: #fff;
		display: flex;
		padding: 0;
	}
	.fix-bottom .modal-dialog .modal-footer a.btn,
	.fix-bottom .modal-dialog .modal-footer button.btn {
		flex: 50%;
		border-radius: 0 !important;
		margin: 0 !important;
		padding: 15px;
		height: auto;
	}
	.fix-bottom .modal-header {
		border: 0 !important;
	}
	.fix-bottom .modal-dialog {
		height: 100% !important;
	}
	.custom-control-label.line-height-default {
		line-height: 1.5;
	}
	.catag-label-list-conteiner.owl-carousel {
		margin: 0 !important;
		width: 75%;
	}
	.chatbox .chat-body .sender {
		margin-left: 0 !important;
	}
	.mainchatbox .chatbox .max-h-320 {
		max-height: 100vh;
		height: 75vh !important;
	}
	#groupchatbox .chatbox .max-h-320 {
		height: 72vh !important;
	}
	.chatbox
		.chat-footer
		.senderblock
		.input-group
		> .form-control:not(:last-child) {
		border-radius: 0;
		padding: 10px;
	}
	.chatbox .chat-header.chathead {
		min-height: unset;
	}
	#chatblock .form-group.senderblock {
		margin-bottom: 10px;
	}
	#chatblock .form-group.senderblock textarea {
		height: 70px;
	}
	.ps-product--quickview {
		display: block !important;
		max-height: unset !important;
		padding-right: 20px;
	}
	.max-height-vh {
		max-height: 62vh !important;
	}
	.user__all_message.max-height-vh {
		max-height: calc(100vh - 220px) !important;
	}
	.advertisment.position-relative,
	.product-section .sort-section,
	.bread-add-container {
		display: none !important;
	}

	.pagination li > a {
		padding: 0 10px !important;
	}
	.stay-to-enjoy-heading {
		width: 50%;
	}
	.productnav .navbar > .navbar-nav {
		width: 50%;
	}
	.productnav .navbar > .navbar-nav .nav-item {
		margin: 0 !important;
		margin-left: 20px !important;
	}
	.productnav .navbar > .navbar-nav .owl-stage .owl-item {
		margin: 0 !important;
	}
	.productnav .dropdown-menu {
		position: absolute;
	}
	.all_product.ps-section__contents.ps-carousel--nav
		.owl-stage
		.owl-item.active {
		z-index: -1 !important;
	}
	.img-gallery-wrapper ul li {
		width: 49%;
	}
	.border-box .img-gallery-wrapper > div {
		max-height: 500px !important;
	}
	.align-self-center .summary.d-flex .pl-4.pr-0 {
		padding: 0 !important;
	}
	.m-p-0 {
		padding: 0 !important;
	}
	.uploadinpop {
		width: 100% !important;
	}
	.create-ad-section .p50 {
		padding: 15px;
		border-radius: 10px;
	}
	.create-ad-section .p50 .d-flex.justify-content-between {
		flex-flow: column;
	}
	.create-ad-section .p50 .d-flex.justify-content-between .discount_info {
		width: 100% !important;
	}
	.discount-code .main-content-area {
		margin: 0.5rem !important;
	}
	.discount-code .filter_part .input-group > div {
		width: 50% !important;
	}
	.discount-code
		.filter_part
		.input-group
		.input-group-prepend
		.our-custom-select {
		width: 100% !important;
		min-width: 100% !important;
	}
	.discount-code .pagination_part > .d-flex.flex-wrap > p {
		margin: 10px 0;
	}
	.t-check-in .t-datepicker-day {
		width: 300px !important;
		left: 50% !important;
		transform: translateX(-50%);
	}
	.t-check-out .t-datepicker-day {
		width: 300px !important;
		right: 50% !important;
		transform: translateX(25%);
	}
	.discount_table.inventory_list_table.product-table .pagination {
		z-index: 99;
	}
	.reminder-notificaiton .mobile-section {
		width: 100%;
		background-position: center;
	}
	.newIndex .home-banner {
		height: 16vh;
	}
	.shopping-cart .shopping-cart-container .card-body,
	.shopping-cart .shopping-cart-container .card-body .col-lg-8 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.shopping-cart .shopping-cart-container .update-cart-section button {
		width: 100% !important;
		margin-top: 20px;
	}
	.shopping-cart .shopping-cart-container .proceed-actions > div {
		width: 100%;
	}
	.shopping-cart .shopping-cart-container .proceed-actions {
		flex-direction: column;
	}
	.ps-page--product .ps-page__container > * {
		width: 100% !important;
		padding: 0 !important;
	}
	.ps-page--product .ps-page__left_section .ps-product__header > div {
		max-width: 100% !important;
	}
	.ps-page__left_section .ps-product__variants .slick-arrow:first-child {
		left: 0 !important;
	}
	.ps-page__left_section .ps-product__variants .slick-arrow:last-child {
		left: unset !important;
		right: 0 !important;
	}
	.shopping-checkout .card-body .main-box-container .left-section .shadow,
	.shopping-checkout .card-body .main-box-container .right-section .shadow {
		box-shadow: none !important;
	}
	.shopping-checkout #review-cart .left-section .shadow {
		padding: 20px 0 !important;
	}
	.shopping-checkout .card-body .main-box-container .left-section .nav-pills {
		border-radius: 0 !important;
		margin-bottom: 10px !important;
	}
	.shopping-checkout .card-body {
		padding: 0 !important;
	}
	.shopping-checkout .card-body .main-box-container .mobile-padding {
		padding: 20px !important;
	}
	.shopping-checkout .card-body .right-section .order-sum-total {
		height: 100% !important;
	}
	.new-message-option.position-fixed {
		right: 5px !important;
	}
}
@media (max-width: 400px) {
	.related.product__collection.promotional-ads .shadow .social-options,
	.related.product__collection.promotional-ads .shadow .shop-now-button {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.loyalty-card-overview .customOverview-section {
		padding: 0 !important;
	}
}
@media (min-width: 768px) {
	.mobile-view {
		display: none !important;
	}
	.productnav .navbar .navbar-nav .owl-stage {
		width: 100% !important;
		display: flex;
		justify-content: space-between;
	}
}
@media (min-width: 1200px) {
	.ps-product-list .product-menu .ps-section__links,
	.ps-product-list .product-menu .ps-section__links.owl-carousel .owl-stage {
		width: auto !important;
	}
	.related.product__collection.promotional-ads .shadow .social-options,
	.related.product__collection.promotional-ads .shadow .shop-now-button {
		padding-left: 10% !important;
		padding-right: 10% !important;
	}
}
@media (max-width: 1000px) {
	#vendor-talk-icon {
		display: none !important;
	}
}
@media (max-width: 1199px) {
	#vendor-talk-icon {
		bottom: 70px;
	}
	#back2top {
		bottom: 140px;
	}
	body.loaded.search-active {
		overflow: hidden;
	}
	.ps-form--quick-search {
		position: unset;
	}
	#groupChat1,
	#groupchatbox {
		bottom: 80px !important;
		margin: 0 !important;
		top: auto !important;
	}
	#groupChat1,
	#chatbox1 {
		top: auto !important;
		margin-bottom: 0;
		bottom: 80px !important;
	}
	.gListclass {
		overflow: hidden;
	}
	.edit-pin .edit-pin-details {
		justify-content: space-evenly;
	}
	.notification-option-menu.active {
		width: auto;
		top: 40px;
	}
	.notification-option img {
		display: block !important;
		top: 35px;
	}
	.mobile-menu .header_dropdown ul li a {
		width: 100% !important;
	}
	.sponsored.product__collection .all_product,
	.related.product__collection .all_product.brand {
		flex-flow: row wrap;
	}
	.sponsored.product__collection .all_product .item {
		flex: 43%;
		margin-bottom: 20px;
	}
	.sponsored.product__collection .all_product .item:nth-child(even) {
		margin-right: 0 !important;
	}
	.related.product__collection .all_product.brand .item {
		margin: 0 0 20px !important;
	}
	.related.product__collection.promotional-ads .shadow {
		max-width: 400px;
		margin: 0 auto 20px !important;
		width: 100% !important;
	}
	.related.product__collection.promotional-ads {
		flex-direction: column !important;
	}
	#filtermodal .modal-content {
		width: 100% !important;
		max-width: 500px;
		margin: 0 auto;
	}
	#filtermodal .modal-dialog,
	#sortmodal .modal-dialog {
		min-width: 100% !important;
	}
	.top-links-section.search-page.mobile-view {
		display: block !important;
	}
	.new-message-option.position-fixed {
		height: 100%;
		overflow: auto;
		max-height: 590px;
	}
	#auction4 .px-5.form-font .col-md-6 {
		padding: 0 !important;
		margin-bottom: 20px;
	}
	#auction4 .px-5.form-font .col-md-6 .border-box {
		border: 1px solid rgba(5, 34, 76, 0.15) !important;
	}
	.fixed-bottom {
		padding-right: 0 !important;
	}
	.loyalty-card-overview
		.filter-wraps
		.col-lg-6
		:is(.input-group.d-flex, .pagination.selectdate) {
		justify-content: center;
	}
	.loyalty-card-overview .filter-wraps .col-lg-6.date-panel {
		flex-direction: column;
	}
	.loyalty-card-overview .filter-wraps .col-lg-6.date-panel .filter-options {
		display: flex;
		justify-content: space-around;
	}
	.loyalty-card-overview .t-datepicker.checkin-and-checkpout > div {
		margin: 0 !important;
	}
	.newIndex .listing_content_part > .d-flex.flex-wrap {
		flex-direction: column;
	}
	.newIndex .listing_content_part > .d-flex.flex-wrap > div {
		width: 100%;
	}
	.newIndex .home-banner {
		height: 25vh;
	}
	.newIndex .listing_brand_part .d-flex.flex-wrap.scrolbox .owl-item {
		display: inline-block;
	}
	.shopping-cart .shopping-cart-container {
		max-width: 90% !important;
		margin: 0 auto;
	}
	.shopping-cart .shopping-cart-container .product-area {
		width: 60% !important;
		padding-left: 0 !important;
	}
	.shopping-cart .shopping-cart-container .price-area {
		width: 40% !important;
		position: relative !important;
		top: 0 !important;
	}
	.shopping-cart .shopping-cart-container .price-area .this-is-scroll-area {
		height: 100% !important;
	}
	.shopping-checkout .card-body .main-box-container .next-prev-section {
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		left: 0;
		bottom: 0;
		max-width: 100%;
	}
	.shopping-checkout .card-body .main-box-container {
		flex-direction: column;
	}
	.shopping-checkout .card-body .main-box-container .left-section .shadow,
	.shopping-checkout .card-body .main-box-container .right-section .shadow {
		box-shadow: none !important;
	}
	.shopping-checkout .card-body .main-box-container .left-section,
	.shopping-checkout .card-body .main-box-container .right-section {
		width: 100% !important;
		padding: 0 !important;
	}
	.hidescrollDiv #navigation-bar .second-nav {
		z-index: 99;
	}
	.top-links-section.mobile-view {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 800px) {
	.login-section .bottom-section .create-page {
		max-width: 55%;
	}
	.login-section .bottom-section .create-account-btn {
		max-width: 35%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.create_auto_discount_part {
		width: 95%;
		margin: 35px auto 20px;
	}
	.login-section .create_auto_discount_part .top-left-section {
		max-width: 40%;
	}
	.login-section .create_auto_discount_part .top-right-section {
		max-width: calc(100% - (245px + 3rem)) !important;
	}
	.login-section .create_auto_discount_part .bottom-section {
		max-width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.login-section
		.create_auto_discount_part
		.top-right-section
		input[name='username'] {
		margin-bottom: 30px !important;
	}
	.login-section .create_auto_discount_part .top-right-section .login-btn {
		padding: 16px 0 !important;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.modal.show .modal-dialog {
		min-width: 500px;
		border-radius: 8px;
		/*overflow: hidden;*/
	}
	.feedbackmodal .btn {
		padding: 0 !important;
	}
	.ps-form--quick-search .form-control {
		border-radius: 8px 0 0 8px;
	}
	.ps-product--search-result .ps-product__title {
		margin-bottom: -3px;
	}
	.max-height-vh {
		max-height: 60vh !important;
	}
	.user__all_message.max-height-vh {
		max-height: calc(100vh - 220px) !important;
	}
	.mobile-menu .header_dropdown ul li a .drop_avatar {
		height: 75px;
		width: 75px;
	}
	.login-section .create_auto_discount_parts {
		width: 95%;
		margin: 0 auto;
	}
	.mobile-menu .header_dropdown .dropdown_scrollbar {
		max-height: 100vh !important;
	}
	.productnav .navbar .nav-item {
		margin: 0px 9px;
		font-size: 12px;
	}
	.related.product__collection.promotional-ads {
		background: transparent !important;
	}
	.productnav .navbar .navbar-nav {
		padding: 0 !important;
	}
	.productnav .navbar .navbar-nav .owl-stage .owl-item {
		margin: 0 !important;
	}
	#product-quickview .ps-list--dot li {
		font-size: 13px;
	}
	.tab-font-12 {
		font-size: 12px !important;
	}
	.img-gallery-wrapper ul li {
		width: 33%;
	}
	.border-box .img-gallery-wrapper > div {
		max-height: 500px;
	}
	#choose-loyality-footer {
		padding-bottom: 63px !important;
	}
	#choose-loyality-footer .container.mini-container .footer-links-div {
		flex-direction: column;
	}
	#choose-loyality-footer
		.container.mini-container
		:is(.footer-links-div .list-group, .copyright) {
		text-align: center;
	}
	.t-check-in .t-datepicker-day {
		left: 50% !important;
		transform: translateX(-50%);
	}
	.t-check-out .t-datepicker-day {
		right: 50% !important;
		transform: translateX(25%);
	}
}
@media (min-width: 1020px) and (max-width: 1199px) {
	.related.product__collection.promotional-ads {
		flex-direction: row !important;
	}
	.related.product__collection.promotional-ads .shadow {
		margin: 0 0 20px 10px !important;
		width: 31% !important;
	}
	.related.product__collection.promotional-ads .shadow .social-options,
	.related.product__collection.promotional-ads .shadow .shop-now-button {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.sponsored.product__collection .all_product,
	.related.product__collection .all_product.brand {
		flex-flow: row;
	}
	.sponsored.product__collection .all_product .item:nth-child(2n) {
		margin-right: 1.5rem !important;
	}
	.related.product__collection.promotional-ads {
		background: #fff !important;
	}
	.fixed-bottom {
		bottom: 65px;
	}
}

/* edit and manage product page style */
.grey-color-bg {
	background: #f0f2f5 !important;
}
.pricing-option-wrapper {
	padding: 0;
	background: #fff;
	border-radius: 5px;
	position: relative;
}
.pricing-option-wrapper.p-3, .pricing-option-wrapper.p-3 .col-12{
	padding: 0 !important;
}

.pricing-option-wrapper .index {
	position: absolute;
	left: -15px;
	top: -15px;
}

.pricing-option-wrapper .our-custom-select {
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.26);
}
.pricing-option-wrapper .index {
	position: absolute;
	left: -15px;
	top: -15px;
}
.pricing-option-wrapper .form-control:focus {
	background-color: #fff !important;
	border: solid 1px #dde3e8 !important;
}
.pricing-option-wrapper .our-custom-select.custom-select-sale {
	height: 45px !important;
	border: solid 1px #dde3e8 !important;
	padding-top: 5px !important;
}
.pricing-option-wrapper .form-control.border-right-0 {
	border-right: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.pricing-option-wrapper .input-group-prepend .input-group-text {
	background: #fff;
	border-color: #dde3e8 !important;
}
.aac-index .index,
.index-wrap .index,
.pricing-option-wrapper .index {
	height: 30px;
	width: 30px;
	background-color: #e4efff;
	border: 2px solid #0068ff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #045dde;
}
.position-change {
	position: absolute;
	right: 0;
	top: 0;
	height: auto !important;
	font-size: 14px !important;
}
.blue-text {
	color: #0068ff !important;
}
.border-dark {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.26) !important;
	border-radius: 5px !important;
}
.main_body_content {
	/*overflow-x: hidden;*/
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.input-group .form-control {
	background: #fff;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.26);
	font-size: 16px;
	padding: 0 10px;
}
.input-group .form-control.border-right-0 {
	border-right: 0 !important;
}
.input-group .form-control:focus {
	border: solid 1px #dde3e8;
}
.drop-icon-remove .search-container .dropdown-icon {
	display: none;
}
.input-group > .form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group-prepend {
	display: flex;
}
.input-group .input-group-prepend {
	height: 45px;
	position: relative;
}
.input-group .input-group-prepend .input-group-text {
	height: 45px;
	border-radius: 0px 5px 5px 0px;
	border-left: 0 !important;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	border: 1px solid rgba(0, 0, 0, 0.26);
	border-left: 0;
	padding: 0 13px;
}
.input-group .input-group-prepend:after {
	content: '';
	width: 1px;
	height: 70%;
	background: rgba(0, 0, 0, 0.26);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.lightGrey-text {
	color: #868889;
}
.pcol-flex {
	gap: 0 10px;
}
/* Input Placeholder Color */
.border-dark.form-control::-webkit-input-placeholder,
.input-group .form-control::-webkit-input-placeholder {
	color: #b8b8b8 !important;
	opacity: 1;
}
.border-dark.form-control:-ms-input-placeholder,
.input-group .form-control:-ms-input-placeholder {
	color: #b8b8b8 !important;
	opacity: 1;
}
.border-dark.form-control::-ms-input-placeholder,
.input-group .form-control::-ms-input-placeholder {
	color: #b8b8b8 !important;
	opacity: 1;
}
.border-dark.form-control::placeholder,
.input-group .form-control::placeholder {
	color: #b8b8b8 !important;
	opacity: 1;
}
.create-ad-section label.field-title.font-14 {
	font-size: 14px !important;
}

/* lisiting page modal css */
#category-modal .modal-dialog {
	max-width: 485px;
}
.modal-header {
	border: 1px solid rgba(0, 0, 0, 0.09) !important;
}
.selectCategory-modal .categories li a,
.selectService-modal .categories li a {
	padding: 15px 10px;
	color: #1d1d1d;
	flex: 1 1 auto;
}
.blue-text {
	color: #0068ff;
}
.extras-add .extras-add-label {
	font-size: 16px;
	display: flex;
	padding: 5px 20px;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	padding-right: 35px;
}
.extras-add .extras-add-label:hover {
	background: #f0f2f5;
}
.extras-add .extras-add-title {
	display: flex;
	flex: 1 1 25%;
	font-size: 18px;
	font-weight: 500;
}
.extras-add .extras-add-label input[type='checkbox'] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: auto;
	height: 15px;
	margin-right: 15px !important;
}
.extras-add .extras-add-label input[type='checkbox']::before {
	height: 16px;
	width: 16px;
	border: 1px solid #ddd;
	left: 0px;
	top: 0px;
	background-color: #fff;
	border-radius: 50px;
}
.extras-add .extras-add-label input[type='checkbox']:checked:before {
	background: #007bff;
	border: 1px solid #007bff !important;
	position: absolute;
	height: 16px;
	width: 16px;
	border: 1px solid #999;
	left: 0px;
	top: 0px;
}
.extras-add .extras-add-label input[type='checkbox']:after {
	width: 8px;
	height: 4px;
	top: 5px;
}
.extras-add .extras-add-label input[type='checkbox']:checked::after {
	content: '';
	border-left: 1px solid #fff;
	border-bottom: 1 px solid #fff;
	transform: rotate(-45deg);
}
.modal-content {
	filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.25));
	border-radius: 5px;
}
.modal-content .close {
	background: url('../img/cancel.svg') no-repeat;
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-position: center;
}
.modal-content .close:hover {
	background: url('../img/cancel-hover.svg') no-repeat;
	background-size: 100%;
	background-position: center;
}
.modal-content .close:not(:disabled):not(.disabled) {
	margin-top: 0 !important;
}
.btn-offWhite {
	padding: 8px 25px 10px;
	font-size: 16px;
	border-radius: 5px;
	line-height: 19px;
	background: #e3e3e3;
	color: #000;
}
.btn-offWhite:hover {
	background: #ccc;
}
.blue-btn {
	background: #0066ff;
	border-radius: 5px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff !important;
	border: none;
	padding: 8px 25px 10px;
}
.extra-settings h4 {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: rgba(5, 5, 5, 0.8);
}
.extra-settings p {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #9a9b9d;
}
.extra-settings .blue-btn {
	font-size: 14px;
	font-weight: 400;
}
.blue-btn:hover {
	background: #045dde;
	color: #fff !important;
}
.add-color .form-control {
	outline: none;
	font-size: 14px;
	padding: 0 20px;
	border: none;
	height: 58px;
	background-color: #f0f2f5;
	border-radius: 5px;
	box-shadow: 0 0 rgb(0 0 0 / 0%);
	transition: all 0.4s ease;
	overflow: hidden;
}
.blr-0 {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.mobile_verification_section label.font-16,
.mobile_verification_section span.font-16 {
	font-size: 16px !important;
}
.color-icon img {
	width: 18px;
	height: 18px;
}

.img-gallery-new-ui #upload_your_picture .upload_image_div {
	width: 50px;
	height: 50px;
	padding: 0;
}
.img-gallery-new-ui #upload_your_picture .upload_image_div .img-box {
	padding-top: 0;
}
.img-gallery-new-ui #upload_your_picture .upload_image_div .img-box img {
	border-radius: 0;
	border: 0;
	padding: 0;
	position: relative;
}
.img-gallery-new-ui #upload_your_picture .image-container-div {
	padding: 5px;
	width: 100px;
	height: 120px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	/*display: flex;
	flex: 1 1 auto;*/
}
.img-gallery-new-ui #upload_your_picture .image-container-div .img-box {
	border-radius: 5px;
	overflow: hidden;
	padding: 0;
	height: 100%;
}
.img-gallery-new-ui #upload_your_picture .image-container-div img {
	border-radius: 0;
	border: 0;
	padding: 0;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#product {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

#product .carousel-inner .carousel-item,
#product .carousel-inner .carousel-item img {
	border-radius: 5px !important;
	object-fit: cover;
	border: 0 !important;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
}
.gallery-picture {
	background: rgba(0, 104, 255, 0.71);
	height: 28px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-align: center;
}
#product.list-carousel .carousel-inner {
	height: 240px;
}
.img-gallery-new-ui .simplebar-content,
.img-gallery-new-ui .simplebar-mask {
	overflow: visible !important;
}
.img-gallery-new-ui .simplebar-content .dropbtn {
	top: -15px;
	right: -10px;
}
.mobile_verification_section
	.img-gallery-new-ui
	.simplebar-content
	.dropbtn
	label {
	width: 25px;
	height: 25px;
}
.mobile_verification_section
	.img-gallery-new-ui
	.simplebar-content
	.dropbtn
	label
	img {
	width: 100% !important;
	height: 100% !important;
}
.mobile_verification_section
	.img-gallery-new-ui
	.simplebar-content
	.dropbtn
	label
	img.w-auto {
	width: 32px !important;
	height: 32px !important;
}

.close-icon {
	background: url('../img/close-icon.svg') no-repeat;
	width: 15px;
	height: 15px;
	background-size: 100%;
	background-position: center;
	position: absolute;
	right: -5px;
	top: -5px;
}
.close-icon:hover {
	background: url('../img/close-icon-hover.svg') no-repeat;
	background-size: 100%;
	background-position: center;
}

.shop-listing-section
	.shop-listing
	.shop-wrap
	.btn-primary:not(:disabled):not(.disabled):active,
.shop-listing-section
	.shop-listing
	.shop-wrap
	.btn-primary:not(:disabled):not(.disabled).active,
.shop-listing-section
	.shop-listing
	.shop-wrap
	.show
	> .btn-primary.dropdown-toggle {
	background: #045dde !important;
}
.shop-listing-section .shop-listing .shop-wrap .btn-group-toggle {
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 5px;
	overflow: hidden;
}
.shop-listing-section .shop-listing .shop-wrap .btn-primary {
	background: #f0f2f5 !important;
}
.tab-content .img-gallery-wrapper ul li {
	font-size: 15px !important;
}
.img-gallery-new-ui #upload_your_picture .image-container-div .on-hover {
	opacity: 0;
}
.img-gallery-new-ui #upload_your_picture .image-container-div:hover .on-hover {
	opacity: 1 !important;
}

.grey-panel {
	background: #f9fafb;
	border-radius: 5px;
}
.grey-panel-dark {
	background: #f0f2f5;
	border-radius: 5px;
}
.input-group .cmtxt {
	right: 0;
	background: none !important;
	border: solid 1px #dde3e8 !important;
	width: 60px;
	height: 46px !important;
	border-left: 0 !important;
}
.input-group .cmtxt:before {
	content: '';
	width: 1px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 7px;
	border-left: solid 1px #dde3e8 !important;
}
.our-custom-select.custom-select-sale {
	background: #fff !important;
	border: solid 1px #dde3e8 !important;
	border-radius: 5px;
	font-size: 14px;
	height: 46px !important;
}
.finance .input-group .form-control {
	background-color: #fff !important;
	border: solid 1px #dde3e8 !important;
	border-radius: 5px !important;
	font-size: 14px;
	height: 46px !important;
}
.grey-panel .form-control,
.grey-panel-dark .form-control,
.pricing-option-wrapper .form-control,
.loyalty-card-section .grey-panel select.form-control {
	background-color: #fff !important;
	border: solid 1px #dde3e8 !important;
	border-radius: 5px !important;
	font-size: 14px;
	height: 46px !important;
	color: #050505 !important;
}

.grey-panel-dark textarea.form-control {
	height: auto !important;
}

.tab-content ul.grey-panel-dark li {
	font-size: 14px;
	color: #050505;
}

/* digital regular sale page */
.blue-browse-btn {
	width: 217px;
	height: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background: #0068ff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
.line-height-10 {
	line-height: 1;
}
#feedback .modal-dialog {
	max-width: 541px;
}
.second-content,
.third-content {
	display: none;
}
.has-search {
	position: relative;
}
.has-search .form-control {
	padding-left: 3.975rem;
}
.has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: center;
	pointer-events: none;
	color: #000;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
}
#newcategory-modal .modal-dialog {
	max-width: 541px;
}
.has-search .form-control {
	font-size: 16px;
	font-weight: 400;
	color: rgba(51, 51, 51, 0.49);
}
.has-search .form-control::placeholder {
	color: rgba(51, 51, 51, 0.49) !important;
}
.has-search .form-control::-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.49) !important;
}
.has-search .form-control::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.49) !important;
}
.selectCategory-modal .categories li:hover,
.selectService-modal .categories li:hover {
	background: #f0f2f5;
	border-radius: 5px;
}
.selectitem-modal .categories li a,
.selectitem-modal .categories li {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
}
.selectCategory-modal .categories li a,
.selectService-modal .categories li a {
	padding: 15px 10px;
	color: #1d1d1d;
}

.selectCategory-modal .categories li a i,
.selectService-modal .categories li a i {
	font-size: 10px;
}
.aac-index {
	position: relative;
}
.aac-index .index {
	position: absolute;
	top: -15px;
	left: -15px;
}
.w-scroll {
	height: 300px;
	overflow-y: scroll;
	padding: 0 15px 0 0;
	scrollbar-color: #b1b1b1 #fff;
	scrollbar-width: thin;
}

.w-scroll::-webkit-scrollbar-track,
.ui-timepicker-viewport::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #fff;
}

.w-scroll::-webkit-scrollbar,
.ui-timepicker-viewport::-webkit-scrollbar {
	width: 6px;
	background-color: #fff;
}

.w-scroll::-webkit-scrollbar-thumb,
.ui-timepicker-viewport::-webkit-scrollbar-thumb {
	background-color: #b1b1b1;
	border-radius: 10px;
}

.maxh-scroll {
	height: 415px;
	overflow-y: scroll;
	padding-bottom: 0px !important;
	scrollbar-color: #b1b1b1 #fff;
	scrollbar-width: thin;
	padding-right: 18px !important;
}

.maxh-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	background-color: #fff;
}

.maxh-scroll::-webkit-scrollbar {
	width: 6px;
	background-color: #fff;
}

.maxh-scroll::-webkit-scrollbar-thumb {
	background-color: #b1b1b1;
	border-radius: 10px;
}

.tab-content .service-label {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	gap: 0 10px;
}
.tab-content .service-label li {
	display: flex;
	flex: 0 0 12%;
	padding: 0;
}
.wizard .pr-border-left {
	position: relative;
}
.wizard .pr-border-left:after {
	content: '';
	width: 1px;
	height: 60%;
	position: absolute;
	left: -10px;
	top: 7px;
	background: #ddd;
	right: auto;
	opacity: 1;
	border: none;
}
.wizard .pr-border-right {
	position: relative;
}
.wizard .pr-border-right:after {
	content: '';
	width: 1px;
	height: 60%;
	position: absolute;
	right: -10px;
	top: 7px;
	background: #ddd;
	left: auto;
	opacity: 1;
	border: none;
}
.sub-dropdown {
	display: none;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9;
}
.tab-content .service-label li .sub-dropdown li {
	flex: 0 0 auto;
	margin: 10px 0;
}
.pr-border-left:hover > .sub-dropdown {
	display: block;
}
.sub-dropdown .tooltip .tooltiptext {
	top: -40px;
}
.form-group-label input[type='checkbox'] {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.form-group-label label {
	position: relative;
	cursor: pointer;
}
.form-group-label label .tooltiptext {
	top: -33px;
	width: 100px;
	margin-left: -60%;
}
.form-group-label input:checked + label img {
	border: solid 1px #45b549;
	padding: 2px;
	border-radius: 50px;
}
.w-15 {
	width: 15px;
}
.bg-secondary-pro .our-custom-select.custom-select-sale {
	background: #f0f2f5 !important;
}

.bluetext-placeholder::placeholder {
	color: #045dde !important;
	opacity: 1;
}
.bluetext-placeholder:-ms-input-placeholder {
	color: #045dde !important;
}
.bluetext-placeholder::-ms-input-placeholder {
	color: #045dde !important;
}
.index-wrap {
	position: relative;
}
.index-wrap .index {
	position: absolute;
	left: -15px;
	top: -15px;
}
.index-wrap .close-icon {
	width: 25px;
	height: 25px;
	right: -15px;
	top: -15px;
}
.addedTag .close-icon {
	width: 15px;
	height: 15px;
	right: -5px;
	top: -5px;
}
.no-hover {
	background: url('../img/close-icon.svg') no-repeat;
	width: 25px;
	height: 25px;
	right: -15px;
	top: -15px;
	background-size: 100%;
	background-position: center;
	position: absolute;
	-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
	border-radius: 50px;
}
.value-text {
	position: absolute;
	left: 25px;
	top: 7px;
	color: #045dde !important;
	z-index: 1;
	font-size: 16px;
	font-weight: 400;
}
.close-red-text {
	color: #ff0000;
	font-size: 22px;
	align-items: center;
	display: flex;
	justify-content: center;
	height: 100%;
	margin-left: -10px;
	cursor: pointer;
	background: none;
	border: 0;
}
.field-title.tooltip .tooltiptext {
	top: -37px;
	right: -31px;
}

.close-red-text.tooltip .tooltiptext {
	min-width: 120px;
	top: -60%;
	right: -50px;
}
.lightBlue-bg {
	background: #f9fafb !important;
}
.left_arrow.prev-step {
	width: 35px;
}
.target-wrap {
	display: flex;
	flex-direction: column;
}

footer,
.chat-bubble-section {
	display: none;
}
body {
	background: #f1f2f2 !important;
	height: auto;
}
.ps-table--specification td:first-child {
	padding: 9px 5px !important;
}
.ps-table--specification.table tbody tr td {
	border: 1px solid #ddd;
	height: auto !important;
}
.ps-table--specification.table {
	border-collapse: collapse;
	border-spacing: 0;
}
.size-variant tr :is(th, td) {
	padding: 15px !important;
	border: 0 !important;
}
.size-variant tr :is(th, td):first-child {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
	max-width: 120px;
}
.size-variant tr :is(th, td):not(:first-child) {
	text-align: center;
}
.size-variant tr th,
.size-variant tr.even td {
	background: #f0f2f5;
	border-radius: 0 !important;
}
.size-variant tr.odd td {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.size-variant .checkmark-flex .form-group input + label::before {
	padding: 10px !important;
}
.size-variant .checkmark-flex .form-group input:checked + label::after {
	width: 6px;
	height: 10px;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg) translate(-50%, -50%);
	top: 50%;
}
.added-image-table tr :is(th, td) {
	padding: 15px;
}
.added-image-table tr:not(:first-child) td {
	border-top: 1px solid #ccc;
}
.added-image-table tr th {
	background-color: #f0f2f5;
}
html {
	scroll-behavior: smooth;
}
.btn-static.no-border::before {
	content: unset;
}
#learn-more-popup .even :is(th, td),
.ps-table--specification .even :is(th, td) {
	background: #f6f6f6 !important;
}
.ps-table--specification .odd :is(th, td) {
	background: #fff !important;
}
.min-width-auto {
	min-width: auto !important;
}

.navigation--list,
.top-links-section.mobile-view {
	display: none !important;
}
#toggle-bg {
	padding: 10px 0 !important;
}
.tablet-view .site-logo {
	display: none;
}
#vendor-talk-icon {
	display: none !important;
}
.leftside-menu.position-fixed .side-nav {
	height: calc(100vh - 157px);
	padding: 0 20px;
}
.form-control.bg-none {
	background: none !important;
	border: none !important;
}

.elipsis-click-icon {
	width: 34px;
	height: 35px;
	background: transparent;
	border: 0;
	position: relative;
	border-radius: 50px;
}
.elipsis-click-icon:after {
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url('../img/more.svg') no-repeat;
	background-size: 100%;
	border: none;
	margin: 0;
}
.overflow-auto {
	overflow: auto !important;
}
.elipsis-click-icon:hover {
	background: #f2f2f2;
}
.elipsis-click .dropdown-menu {
	min-width: 190px;
	font-size: 16px !important;
	color: #050505;
}

@media (max-width: 1024px) {
	.mobile-flex-wrap {
		flex-wrap: wrap !important;
	}
	.mobile-flex-column {
		flex-direction: column !important;
	}
	.mobile-m-0 {
		margin: 0 !important;
	}
	.mobile-w-100 {
		width: 100% !important;
	}
	.mobile-mt-5 {
		margin-top: 3rem !important;
	}
	.item-variant-table thead tr th:not(:first-child) {
		min-width: 140px;
	}
}

@media (min-width: 1200px) {
	.modal-header {
		padding: 20px 20px 20px 30px;
	}
}

@media (max-width: 990px) {
	.for-mobile-wrap {
		flex-direction: column;
	}
	.video-section {
		width: 100% !important;
	}
	.for-mobile-wrap .video-wrap {
		width: 100% !important;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 15px;
	}
	.left_arrow.prev-step {
		width: 35px;
	}
	.tab-pane .row.mb-rbottom {
		margin-bottom: 0 !important;
		margin-top: 0 !important;
	}
	.mobpx-remove {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.grey-panel {
		padding: 15px !important;
	}
	.shop-listing-section .shop-listing .shop-wrap .btn-group-toggle {
		flex-flow: wrap;
		gap: 5px;
	}
}

#audiocall .title2,
#videocall .title2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 31px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}
#audiocall .audiocall1.call-modal h6,
#videocall .audiocall1.call-modal h6 {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #fff;
	margin-bottom: 25px;
	font-size: 13px;
}
#audiocall .audiocall1.call-modal .center-con,
#videocall .audiocall1.call-modal .center-con {
	position: relative;
	width: 75%;
	margin: 0 auto;
}
.chat-call {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 15px;
}
.chat-call .bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#audiocall .icon-btn.btn-xl,
#videocall .icon-btn.btn-xl {
	height: 60px;
	width: 60px;
	padding: 18px;
	border-radius: 100%;
	font-weight: 800;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border: 0 !important;
}
#audiocall .audiocall1.call-modal ul,
#videocall .audiocall1.call-modal ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#audiocall .audiocall1.call-modal ul li + li,
#videocall .audiocall1.call-modal ul li + li {
	margin-left: 30px;
}
#audiocall .is-animating svg,
#videocall .is-animating svg {
	-webkit-animation: phone-icon 3000ms infinite;
	animation: phone-icon 3000ms infinite;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	fill: white;
	stroke-width: 1px;
}
#audiocall .is-animating,
#videocall .is-animating {
	transform: translate3d(0, 0, 0) scale(1);
}
#audiocall .is-animating.btn-success,
#videocall .is-animating.btn-success {
	animation: phone-outer-success 3000ms infinite;
}
#audiocall .is-animating.btn-danger svg,
#videocall .is-animating.btn-danger svg {
	transform: rotate(135deg);
	animation: none;
}
#audiocall .is-animating::before,
#videocall .is-animating::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(0);
	animation: phone-inner 3000ms infinite;
}
#audiocall .is-animating svg,
#videocall .is-animating svg {
	animation: phone-icon 3000ms infinite;
	transform: translate3d(0, 0, 0);
	fill: white;
	stroke-width: 1px;
}
#audiocall .is-animating.cancelcall,
#videocall .is-animating.cancelcall {
	animation: none;
}
#audiocall .is-animating.cancelcall::before,
#videocall .is-animating.cancelcall::before {
	animation: none;
}
#audiocall .btn-danger,
#videocall .btn-danger {
	background-color: #ff4e2b !important;
	border-color: #ff4e2b !important;
}
#audiocall .btn-danger:hover,
#videocall .btn-danger:hover {
	background-color: #f72900 !important;
	color: #fff;
}
.audiocall1 {
	background: linear-gradient(180deg, #0068ff 0%, rgb(237 237 237) 100%);
	border-radius: 5px;
	padding-bottom: 70px;
	height: 600px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	flex-direction: column;
	position: relative;
}
.audiocall1:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	background: url('../img/chat-icon/talkys_white.svg') no-repeat;
	background-size: 100%;
	position: absolute;
	top: 70px;
}
@keyframes phone-inner {
	0% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(0);
	}
	33.3333% {
		opacity: 1;
		transform: translate3d(0, 0, 0) scale(0.9);
	}
	66.6666% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(0);
	}
	100% {
		opacity: 0;
		transform: translate3d(0, 0, 0) scale(0);
	}
}
@keyframes phone-icon {
	0% {
		transform: translate3d(0, 0, 0);
	}
	2% {
		transform: translate3d(0.6px, 0, 0);
	}
	4% {
		transform: translate3d(-0.6px, 0, 0);
	}
	6% {
		transform: translate3d(0.6px, 0, 0);
	}
	8% {
		transform: translate3d(-0.6px, 0, 0);
	}
	10% {
		transform: translate3d(0.6px, 0, 0);
	}
	12% {
		transform: translate3d(-0.6px, 0, 0);
	}
	14% {
		transform: translate3d(0.6px, 0, 0);
	}
	16% {
		transform: translate3d(-0.6px, 0, 0);
	}
	18% {
		transform: translate3d(0.6px, 0, 0);
	}
	20% {
		transform: translate3d(-0.6px, 0, 0);
	}
	22% {
		transform: translate3d(0.6px, 0, 0);
	}
	24% {
		transform: translate3d(-0.6px, 0, 0);
	}
	26% {
		transform: translate3d(0.6px, 0, 0);
	}
	28% {
		transform: translate3d(-0.6px, 0, 0);
	}
	30% {
		transform: translate3d(0.6px, 0, 0);
	}
	32% {
		transform: translate3d(-0.6px, 0, 0);
	}
	34% {
		transform: translate3d(0.6px, 0, 0);
	}
	36% {
		transform: translate3d(-0.6px, 0, 0);
	}
	38% {
		transform: translate3d(0.6px, 0, 0);
	}
	40% {
		transform: translate3d(-0.6px, 0, 0);
	}
	42% {
		transform: translate3d(0.6px, 0, 0);
	}
	44% {
		transform: translate3d(-0.6px, 0, 0);
	}
	46% {
		transform: translate3d(0em, 0, 0);
	}
}
@media (max-width: 767px) {
	#audiocall .modal-body,
	#videocall .modal-body {
		padding: 0 !important;
	}
	#toast-container > .staytoenjoy {
		background-color: #025;
	}
}

.meetingArea .collapse-btn.collapsed .top-area .right-area img {
	transform: rotate(180deg);
}
.account-list-option-tablet {
	display: none;
}
.meeting-list .meeting-list-item::before {
	content: '';
	height: 5px;
	width: 5px;
	background: #5b006a;
	border-radius: 50%;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.profile .profiles_banner img {
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	.profile.user-profile .profiles_banner {
		height: 29vw;
	}
	.profile.user-profile .profiles_content {
		margin-top: -60px;
	}
	.profile.user-profile .profiles_content .profile_avatar {
		height: 120px;
		width: 120px;
	}
	.profile.user-profile .profiles_banner::before {
		content: unset;
	}
	.carousel-inner .carousel-item .header-top-area {
		width: 90%;
		margin: 0 auto;
		max-width: 800px;
		border-radius: 0 0 5px 5px;
		overflow: hidden;
		box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
	}
	.carousel-inner .carousel-item .account-list-option-tablet {
		width: 90%;
		margin: 0 auto;
		padding-top: 29px;
		max-width: 800px;
	}
	.carousel-inner .carousel-item .main-account-list {
		width: 90%;
		margin: 0 auto;
		max-width: 800px;
	}
	#dashboard-menu5,
	#dashboard-menu3,
	#dashboard-menu4 {
		width: 90% !important;
		margin: 0 auto;
		max-width: 800px;
		background: #fff;
		height: calc(100vh - 66px);
	}
	.account-list-option-tablet {
		display: flex;
		flex-direction: column;
	}
	.account-list-option-mobile {
		display: none;
	}
	.account-list-option-tablet .tablet-together-div {
		display: flex;
		flex-wrap: wrap;
		align-items: start;
	}
	.tablet-together-div > div:nth-child(odd),
	.tablet-together-div > a:nth-child(odd) {
		width: calc(50% - 4px);
		margin-right: 4px;
	}
	.tablet-together-div > div:nth-child(even),
	.tablet-together-div > a:nth-child(even) {
		width: calc(50% - 4px);
		margin-left: 4px;
	}
	.carousel-inner .carousel-item .main-account-list .dropdown-items {
		border-radius: 5px !important;
		overflow: hidden;
	}
}

#leftside-menu-container .our-custom-select .selected-value::after {
	content: '\f107';
	font-size: 16px;
	right: 0;
	color: #8391a2 !important;
}
.cyan-blue {
	color: #8391a2 !important;
}
.side-nav-item
	.side-nav-link[data-toggle='collapse']:not(.collapsed)
	.menu-arrow {
	transform: rotate(90deg);
	transition-duration: 0.2s;
}
.side-nav-item .side-nav-link[data-toggle='collapse']:not(.collapsed),
.side-nav-item .side-nav-link:hover,
.side-nav-item
	.side-nav-link[data-toggle='collapse']:not(.collapsed)
	+ .collapse
	.cyan-blue:hover,
.side-nav-item .side-nav-link + .collapse.show a.active,
.side-nav-item .side-nav-link.active {
	color: #fff !important;
	background: #2b2e36;
}
.side-nav-item .side-nav-link[data-toggle='collapse'].collapsed,
.side-nav-item .side-nav-link {
	color: #8391a2;
}
.leftside-menu.position-fixed {
	background: #131720;
	width: 283px;
	/*border-right: solid 1px #d7d7d7;*/
}
.scroll-wrapper{
	padding: 10px 0px 20px 0px;
}
.leftside-menu.position-fixed .side-nav {
	height: calc(100vh - 157px);
	padding: 0 0 0px !important;
	overflow-y: auto;
}
.store-change-dropdown .dropdown-menu.show {
	top: 39px !important;
	left: -74px !important;
	transform: translate3d(0, 0, 0) !important;
	border-radius: 0 !important;
	width: 281px !important;
	height: 100vh;
	box-shadow: none !important;
	padding-top: 0;
	background: #131720;
}
.leftside-menu.position-fixed {
	z-index: 45;
}
.store-logo {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
}
.side-nav .simplebar-wrapper{
	overflow: inherit;
}
div.collapse-hover{
	display: none;
	position: absolute;
	right: -230px;
	top: 50%;
	transform: translateY(-50%);
}
li.side-nav-item.py-3 a.side-nav-link:hover + div.collapse-hover {
	display: none;
}
div.collapse-hover ul.side-nav-second-level.pl-5{
	background: #fff !important;
	border: solid 1px #d7d7d7;
}
.store-change-dropdown .dropdown-toggle::after {
	float: right;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	right: 10px;
}
li.side-nav-item.py-3 {
	padding: 0 !important;
	position: relative !important;
}
li.side-nav-item.py-3 a.side-nav-link {
	padding: 7px 20px !important;
}
li.side-nav-item.py-3 a.side-nav-link:hover{
	background: #2b2e36;
}
li.side-nav-item.py-3 a.side-nav-link:hover span{
	color: #fff !important;
}
.side-nav-item .side-nav-link[data-toggle='collapse']:not(.collapsed) {
	background: #1f222b;
}
.side-nav-item .side-nav-link[data-toggle='collapse']:not(.collapsed) span {
	color: #fff !important;
}
.side-nav-menu-top.py-4 {
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 16px !important;
	padding-bottom: 15px !important;
	position: relative;
}
ul.side-nav-second-level.pl-5 {
	padding-left: 0px !important;
	background: #1f222b;
}
ul.side-nav-second-level.pl-5 li.py-2 {
	padding: 0px 0 !important;
	margin: 0px 0;
}
ul.side-nav-second-level.pl-5 li.py-2 a{
	padding: 3px 25px !important;
	display: block;
	color: #cfd0d2 !important;
}
ul.side-nav-second-level.pl-5 li.py-2 a:hover{
	background: #2b2e36;
	color: #fff !important;
}
.side-nav-item .font-16 {
	font-size: 14px !important;
	line-height: 18px !important;
	color: #cfd0d2;
}
.store-change-dropdown.show .dropdown-toggle::after {
	border-top: 0;
	border-bottom: 0.3em solid;
}
#products-datatable thead th,
#products-datatable tbody td,
#products-datatable {
	border: 0 !important;
	border-bottom: 1px solid #dee2e6 !important;
}
@media (min-width: 1200px) {
	.right-side-section {
		width: calc(100% - 280px);
		margin-left: auto;
	}
}
@media (max-width: 1199px) {
	.leftside-menu.position-fixed {
		z-index: 9999;
		top: 0px;
		left: -100%;
	}
	.leftside-menu.position-fixed.show {
		left: 0;
	}
	.leftside-menu.position-fixed {
		width: 100%;
	}
	.leftside-menu.position-fixed .side-nav {
		height: calc(100vh - 163px) !important;
	}
	.tablet-view {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.profiles_content .profile_info {
		margin: 0rem 0 0 !important;
	}
	.leftside-menu.position-fixed .side-nav {
		height: calc(100vh - 168px) !important;
	}
	.profiles_content {
		padding: 0rem 1.5rem 0.5rem !important;
	}
}

#filtermodal .frontend-section .search-filter {
	background-color: #050505 !important;
}
#filtermodal .frontend-section .search-filter.disabled {
	color: #fff !important;
	background-color: #0068ff !important;
}
.bg-body {
	background: linear-gradient(180deg, #f8f8f8 0%, #fff 76.56%);
}
.f-sec-top {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	border-top: 1px solid rgba(5, 5, 5, 0.13);
}
.footer-text-long {
	font-size: 24px;
	color: #7c7c7c;
	padding-top: 20px;
}
.footer-text-copy {
	color: #7c7c7c;
	font-size: 13px;
}
.logo-text {
	color: #0068ff !important;
}
.ca-text {
	color: #0068ff !important;
}
.ca-text:hover {
	color: #004ab6 !important;
}
.internet-icon img {
	margin-right: 10px;
}
.logo-redesign {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 15px 0;
	max-width: 290px;
	margin: 0 auto;
	left: 45px;
}
.logo-redesign small {
	font-size: 13px;
	color: #acacac;
	left: -6px;
	top: 5px;
	position: relative;
}
.big-font {
	font-size: 36px;
	font-weight: 400;
	color: #050505;
}
.create-text {
	font-size: 16px;
	color: #050505;
}
.flex-btn {
	display: flex;
}
footer.ps-footer {
	background: #fff !important;
}
.ex-pad-sign {
	padding-bottom: 5rem;
}
.grey-bg {
	background: rgba(240, 242, 245, 0.13);
	border: 1px solid rgba(0, 0, 0, 0.06) !important;
}
.margin-bot {
	margin: 8px 0;
}
.sug-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.88);
	margin-bottom: 3rem;
}
.row-custom {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
	flex-wrap: wrap;
}
#language-modal .uk-modal-dialog,
#currency-modal .uk-modal-dialog {
	width: 972px;
}
.row-custom .col-custom {
	display: block;
	float: left;
	width: 18%;
	padding: 7px 10px;
	border: solid 1px #fff;
	cursor: pointer;
}
.height-47 {
	height: 47px;
}
.height-auto {
	height: 350px;
	overflow-y: scroll;
}
.row-custom .col-custom:hover,
.row-custom .col-custom.active {
	border: solid 1px #050505;
	border-radius: 7px;
}
.row-custom .col-custom .lang-org {
	color: #050505;
	font-size: 14px;
	display: block;
	line-height: 20px;
	width: 100%;
}
.row-custom .col-custom .lang-vers {
	color: #8a8a8a;
	font-size: 14px;
	display: block;
	line-height: 20px;
	width: 100%;
}
.create-page-cont-text {
	font-size: 13px;
	font-weight: 400;
	color: #333;
}
#create-page .modal-header {
	border: none !important;
}
#create-page .modal-body .discount_info .title-text {
	font-size: 16px;
	line-height: 18.5px;
	font-weight: 400;
	color: #333;
}
.create-page-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	color: #050505;
}

.btn-purple {
	background-image: linear-gradient(
		to right,
		#da22ff 0%,
		#9733ee 51%,
		#da22ff 100%
	);
}
.btn-purple {
	margin: 10px;
	padding: 8px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	box-shadow: 0 0 20px #eee;
	border-radius: 10px;
	display: block;
}

.btn-purple:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}
.signup-title {
	font-size: 32px;
	line-height: 37px;
	font-weight: 500;
	color: #1c1e21;
	margin-bottom: 0;
}
.subtitle-text {
	color: #7c7c7c !important;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
}
.small-font {
	font-size: 13px;
	font-weight: 500;
	line-height: 15px;
	color: #707070;
}
.gender-box label {
	position: relative;
	cursor: pointer;
	width: 100%;
}
.gender-box label input {
	display: none;
}
.gender-box label span {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	padding: 10px 20px;
	width: 100%;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #1c1e21;
	border-radius: 5px;
}
.selected-value .sel-value {
	color: #1c1e21;
}
.gender-box label input:checked ~ span {
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #1c1e21;
}
.gender-box label input:checked ~ span.male,
.gender-box label span.male:hover {
	border: 1px solid #00bcff;
}
.gender-box label input:checked ~ span.female,
.gender-box label span.female:hover {
	border: 1px solid #e33794;
}
.gender-box label input:checked ~ span.other,
.gender-box label span.other:hover {
	border: 1px solid #2fb600;
}

.btn-green {
	background-image: linear-gradient(
		to right,
		#56ab2f 0%,
		#a8e063 51%,
		#56ab2f 100%
	);
}
.btn-green {
	margin: 10px;
	padding: 8px 45px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	box-shadow: 0 0 20px #eee;
	border-radius: 10px;
	display: block;
}

.btn-green:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
}
.cookie-heading {
	color: #050505;
}
#verify-user-email .modal-header {
	border-bottom: none !important;
}
.verify-modal-title {
	font-size: 36px;
	font-weight: 500;
	line-height: 42.19px;
	color: #050505;
}
.timer.js-timeout.orange-timer,
.orange-timer {
	background-color: #ff7300;
	width: 100%;
	height: 39px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.six-digit {
	font-size: 36px;
	font-weight: 500;
	line-height: 42.19px;
	color: #050505;
}
#pin-input-area.edit-pin-details {
	gap: 0 10px;
}
#pin-input-area.edit-pin-details.forget-page-otp {
	gap: 0 15px;
}
#pin-input-area.edit-pin-details input {
	width: 50px;
	height: 50px;
	background-color: #e0ecf8 !important;
	border: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	font-size: 22px;
	font-weight: 500;
	color: #050505 !important;
	text-align: center;
	margin: 0;
}
.back-login-btn {
	width: 96px;
	height: 28px;
	background: #e0ecf8;
	border-radius: 5px;
	color: #0068ff;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-top: 5px;
}
#verify-user-email .uk-modal-dialog {
	max-width: 430px !important;
}

.forget-password-section + footer {
	display: block;
}
.h-100vh {
	min-height: 100vh;
}
.btn-hide {
	visibility: hidden;
}
.dp-flex {
	display: flex;
	align-items: center;
	visibility: visible;
}
.notify-check.extras-add .extras-add-label input[type='checkbox'] {
	background: transparent !important;
	padding: 0 !important;
	height: 8px !important;
	margin-left: 10px;
}
.notify-check.extras-add .extras-add-label input[type='checkbox']::before {
	border-radius: 4px !important;
	width: 16px !important;
	height: 16px !important;
}
.notify-check.extras-add .extras-add-label:hover {
	background: transparent !important;
}
.chatbox .chat-body .recevier .bg-secondary {
	border: none !important;
}
.chatbox {
	width: 362px;
	right: 70px;
}
.chatbox .day-widget {
	background: #f0f2f5;
	border-radius: 12px;
	box-shadow: none;
	padding: 0px 15px;
	display: table;
	margin: 0 auto;
	color: #78797b;
}
.chatbox .chat-body .recevier p {
	color: #424343;
}
.chatbox .chat-body .messgebox .like {
	left: 10px;
	bottom: -22px;
	background: transparent;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}
.like-thumb-icon {
	right: 10px;
	top: 50% !important;
	bottom: auto !important;
	transform: translateY(-50%);
}
.chatbox .chat-body .sender {
	margin-left: auto;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
.chatbox .chat-body .sender .messgebox {
	width: auto;
	max-width: 70%;
}
.chatbox .chat-body .sender .editPoints {
	max-width: 55%;
	justify-content: space-between;
	width: auto;
}
.chatbox .chat-body .sender .editPoints .chatdropdown {
	position: relative;
	right: 15px;
	top: 0;
}
.chatbox .chat-body .sender .editPoints .viewer-img {
	position: relative;
	right: 0;
}
.chatbox .chat-body .recevier time {
	right: auto;
	bottom: auto;
	top: -22px;
	left: 15px;
	font-size: 12px;
}
.chatbox .chat-body .sender time {
	bottom: auto;
	top: -22px;
	color: #a1a1a1;
	right: 13px;
	font-size: 12px;
}
.mln-5 {
	margin-left: -5px;
}
.editdown {
	left: 25px;
	bottom: -15px;
	top: auto;
}
.viewer-img {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 12px;
	bottom: 0;
}
.recevier .viewer-img {
	bottom: -12px;
}
.recevier .d-flex.viewer-img {
	bottom: -19px;
}
.chat-type-box {
	flex: 1 1 auto;
	background: #f0f2f5;
	min-height: 43px;
	max-height: 100px;
	position: relative;
	border-radius: 120px;
	padding: 10px 15px;
}
.chat-type-box .form-control {
	border: none !important;
	background: none !important;
	margin-top: 0px;
	width: 70%;
	max-height: 70px;
	overflow-y: auto;
}
.chat-type-box .chat-box-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.chatbox .chat-header {
	box-shadow: none !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}
.chatbox .chat-header.chathead {
	min-height: inherit;
}
.call-opt {
	background: linear-gradient(0deg, #e7f3ff, #e7f3ff),
		linear-gradient(0deg, #f0f2f5, #f0f2f5), #f0f2f5;
	border-radius: 20px;
	padding: 5px 8px;
	color: #0068ff;
	font-size: 12px;
	font-weight: 500;
}
.call-opt:hover {
	background: #0084ff !important;
	color: #fff;
}
.profiledropdown .downarrow {
	width: 10px;
	height: 10px;
}
.az-sidebar-body {
	padding: 15px;
}
.first-slide {
	background: #f1f7ff; /* Old browsers */
	background: -moz-linear-gradient(
		top,
		#f1f7ff 0%,
		#fafafa 17%,
		#fafafa 35%,
		#fafafa 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		#f1f7ff 0%,
		#fafafa 17%,
		#fafafa 35%,
		#fafafa 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		#f1f7ff 0%,
		#fafafa 17%,
		#fafafa 35%,
		#fafafa 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f7ff', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
}
.order .e-number span {
	background: #e8ebf9;
	border-radius: 20px;
	color: #6b7aed;
	font-size: 13px;
	font-weight: 700;
	padding: 7px 12px;
}
.bg-stBlue {
	background: #0068ff;
}
.collapse-btn .fa-chevron-down {
	transform: rotate(90deg);
	transition: all 0.5s ease;
}
.collapse-btn.collapsed .fa-chevron-down {
	transform: rotate(0deg);
	transition: all 0.5s ease;
}
.uk-modal.uk-open {
	opacity: 1 !important;
}
.uk-flex {
	display: flex !important;
}
.typing-user {
	color: rgba(5, 5, 5, 0.6);
	position: sticky;
	width: 100%;
	display: block;
	background: #fff;
	bottom: 0;
	left: 0;
}
.dropdown-menu.show.emoji-box {
	top: -324px !important;
	left: -288px !important;
	width: 100% !important;
	min-width: 360px !important;
	max-height: 299px !important;
}
.wh-25px {
	width: 25px !important;
	height: 25px !important;
}
#plus-icon-showbox {
	align-items: center;
	justify-content: flex-start;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
	display: none;
	position: absolute;
	width: 100%;
	bottom: 60px;
	left: 0;
	border-top: solid 1px #e1e1e1;
	background: #fff;
	min-height: 65px;
	gap: 0 15px;
	padding: 0 3rem;
}
#plus-icon-showbox.showbox {
	opacity: 1;
	visibility: visible;
	display: flex;
}
.header-call-icon {
	gap: 0 5px;
}
/*.header-call-icon .tooltip .tooltiptext.chat-bottom{
  width: 100px;
}*/
.chatplus-icon .closechat-icon {
	display: none;
	transition: all 0.5s ease;
}
.close-chat-icon .plus-chat-icon {
	display: none;
}
.close-chat-icon .closechat-icon {
	display: block;
}
.add-gallery-pic {
	gap: 0 2px;
	position: relative;
	height: 130px !important;
	flex-flow: wrap;
	overflow: hidden;
	border-radius: 10px;
	width: 252px;
	padding: 0 !important;
	justify-content: flex-start;
	align-items: flex-start;
}
.add-gallery-pic-count {
	font-size: 48px;
	color: #fff;
	font-weight: 500;
	position: absolute;
	bottom: 20px;
	right: 10px;
}
.add-invoice-details {
	background: #f0f2f5;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	max-width: 160px;
}
.sender .add-invoice-details {
	margin-left: auto;
}
.recevier .add-invoice-details {
	margin-right: auto;
}
.add-invoice-detaild-download {
	color: #0068ff;
	font-size: 13px;
	display: block;
	text-align: center;
	border: none;
	border-top: solid 1px #ddd;
	background: transparent;
}
.add-invoice-detaild-download:hover {
	color: #050505;
}
.add-invoice-details-inner {
	display: flex;
	gap: 0 20px;
	padding-bottom: 1rem;
}
.add-invoice-details-inner img {
	width: 25px;
}
.invoice-file-name {
	color: #000;
	font-size: 15px;
}
.blue-send-img {
	display: none;
}
.mobile-title {
	display: none;
}
.custom-select.select-hidden {
	display: none;
}
.dataTables_wrapper .table,
table.dataTable {
	border: 0 !important;
	width: 100% !important;
	border-collapse: separate;
	border-spacing: 0 15px;
}
.dataTables_wrapper .table thead {
	position: relative;
	top: -14px;
}
.dataTables_wrapper .table tbody {
	position: relative;
}
.dataTables_wrapper .table tr:first-child th:first-child {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 5px;
	width: 6%;
	text-align: left;
}
.dataTables_wrapper .table tr:first-child th:last-child {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 5px;
}
.dataTables_wrapper .table caption {
	display: none;
}
.dataTables_wrapper .table thead tr th {
	border: 0;
	background: #fff;
	color: #050505 !important;
	padding: 13px 15px !important;
	font-size: 15px;
	text-transform: capitalize;
}
.dataTables_wrapper .table tbody tr {
	position: relative;
	border-radius: 5px;
}
.dataTables_wrapper .table tbody tr.category-title {
	box-shadow: none;
	background: none;
}
.dataTables_wrapper .table tbody tr.category-title td:first-child {
	box-shadow: none;
	background: none;
	text-align: left;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.dataTables_wrapper .table tbody tr.category-title td {
	background: none;
	padding: 5px 0 !important;
}
.dataTables_wrapper .table tbody tr.category-title td h5 {
	font-size: 22px;
	color: #000;
	margin: 0;
}
.dataTables_wrapper .table tbody tr td {
	border: 0;
	background: #fff;
	vertical-align: middle;
	position: relative;
	color: #050505 !important;
	font-size: 15px;
	padding: 14px 15px !important;
	height: 67px !important;
}
.dataTables_wrapper .table tbody tr td a {
	color: #050505;
}
table.table th,
table.table td {
	white-space: nowrap;
}
table thead tr th:last-child:before,
table thead tr th:last-child:after {
	display: none;
}
.dataTables_wrapper .table tr th,
.dataTables_wrapper .table tr td {
	width: 20%;
	text-align: left;
}
.dataTables_wrapper .table tr td:first-child {
	text-align: left;
	border-radius: 5px 0px 0px 5px;
}
.dataTables_wrapper .table tr td:last-child {
	border-radius: 0px 5px 5px 0px;
}
.dataTables_wrapper .table tr th:after {
	top: 63% !important;
}
.dataTables_wrapper .table input[type='checkbox'] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.dataTables_wrapper .table input[type='checkbox']:before {
	background-color: #fff;
	border-color: #d3d3d3;
	border-radius: 50px;
}
.dataTables_wrapper .table input[type='checkbox']:checked:before {
	background: #007bff;
	border-color: #007bff;
}
.dataTables_wrapper .table input[type='checkbox']:after {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	opacity: 0;
}
.dataTables_wrapper .table input[type='checkbox']:checked:after {
	opacity: 1;
}
.btn-success-new:hover {
	color: #fff;
	background-color: #38b385;
	border-color: #35a87e;
}
.btn-success-new {
	box-shadow: 0 0 0 rgba(66, 210, 157, 0.5);
	background: #42d29d !important;
}
.btn-danger-new {
	box-shadow: 0 0 0 rgba(250, 103, 103, 0.5);
	background: #fa6767;
}
.btn-danger-new:hover {
	color: #fff;
	background-color: #d55858;
	border-color: #c85252;
}
.bg-success-new {
	background-color: #42d29d !important;
}
.bg-danger-new {
	background-color: #fa6767 !important;
}
.badge-success-lighten {
	color: #42d29d;
	background-color: rgba(66, 210, 157, 0.18);
}
.badge-warning-lighten {
	color: #f9bc0d;
	font-size: 11px;
	background-color: rgba(249, 188, 13, 0.18);
}
.badge-danger-lighten {
	color: #fa6767;
	font-size: 11px;
	background-color: rgba(250, 103, 103, 0.18);
}
.badge-info-lighten {
	color: #44badc;
	font-size: 11px;
	background-color: rgba(68, 186, 220, 0.18);
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.display tbody tr.odd > .sorting_1 {
	background-color: #fff;
}
.dataTables_wrapper .dataTables_info {
	font-size: 16px !important;
	color: #050505 !important;
	display: none;
}
.dataTables_wrapper .dataTables_paginate {
	display: flex;
	align-items: center;
	background: #ffffff;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	padding: 10px 20px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	background: transparent !important;
	padding: 0 !important;
	width: 38px;
	height: 38px !important;
	font-size: 15px !important;
	color: #050505 !important;
	cursor: pointer;
	text-align: center;
	line-height: 38px;
	border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
	position: relative;
	line-height: 28px !important;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	font-size: 15px !important;
	margin-right: 30px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:after {
	content: '';
	width: 15px;
	height: 14px;
	background: url(../assets/images/icons/left-arrow.svg) no-repeat;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:before {
	content: '';
	width: 1px;
	height: 30px;
	background: #dde3e8;
	position: absolute;
	right: -18px;
	top: 50%;
	transform: translateY(-50%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
	position: relative;
	line-height: 28px !important;
	width: 70px;
	display: flex;
	align-items: center;
	margin-left: 30px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:before {
	content: '';
	width: 1px;
	height: 30px;
	background: #dde3e8;
	position: absolute;
	left: -17px;
	top: 50%;
	transform: translateY(-50%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:after {
	content: '';
	width: 15px;
	height: 14px;
	background: url(../assets/images/icons/right-arrow.svg) no-repeat;
	margin-left: auto;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	background: transparent !important;
	padding: 0 !important;
	width: 38px;
	height: 38px !important;
	font-size: 15px !important;
	font-weight: 500;
	color: #505050 !important;
	cursor: pointer;
	text-align: center;
	line-height: 38px;
	margin: 0 5px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	color: #f0f2f5;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #050505 !important;
	border-radius: 50px !important;
	border: none !important;
	background: #f0f2f5 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
	color: #000;
	background: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
	color: #000;
	background: transparent !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	border: none !important;
	color: #045dde !important;
	border-radius: 50px !important;
	text-align: center;
	line-height: 38px;
	cursor: text;
	border-radius: 50px !important;
	/*border: solid 1px #1b74e4 !important;*/
	background: #dcecff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #dcecff !important;
	color: #045dde !important;
}
table.dataTable thead .sorting_asc {
	background: #fff !important;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
	background: #fff;
	width: 50%;
	min-height: 85px;
	height: 100%;
	padding: 22px;
	border-radius: 5px 5px 0 0;
}
.dataTables_wrapper .dataTables_filter {
	width: 100%;
	float: left;
	text-align: left;
}
.dataTables_wrapper .dataTables_length {
	min-height: 59px;
	width: 200px;
	position: absolute;
	bottom: 0px;
	left: 0;
	height: auto;
}
.dataTables_wrapper .dataTables_length {
	background: #ffffff;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	height: 59px;
}
.dataTables_wrapper .dataTables_length label {
	display: flex;
	align-items: center;
	gap: 0 10px;
	margin-bottom: 0;
	position: relative;
	justify-content: space-around;
	flex: 1 1 auto;
}
.dataTables_wrapper .dataTables_length label:before {
	content: '';
	width: 1px;
	height: 30px;
	background: #dde3e8;
	position: absolute;
	left: 55px;
	top: 50%;
	transform: translateY(-50%);
}
.dataTables_wrapper .dataTables_length label select {
	background: none;
	border: 0;
	border-radius: 20px;
	width: 50px;
	height: 38px;
	position: relative;
}
.dataTables_wrapper .dataTables_filter label {
	background: #fff;
	border: 1px solid #d7d9dc;
	border-radius: 20px;
	width: 420px;
	height: 38px;
	color: transparent;
	position: relative;
}
.physical_input_box.bg-secondary.radius-4{
	background: #fff !important;
	border: solid 1px #dde3e8 !important;
	border-radius: 5px !important;
}
.input-group.dis_input{
	margin-bottom: 1rem !important;
}
.grey-panel.p-5.bg-grey-light{
	padding: 0 !important;
}
.dataTables_wrapper .dataTables_filter label:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url('../img/search-icon.svg') no-repeat;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.dataTables_wrapper .dataTables_filter label input {
	border: none;
	font-size: 16px;
	color: #050505;
	margin-top: -21px;
	margin-left: 45px;
	font-weight: 400;
}
.badge {
	display: inline-block;
	padding: 0.25em 0.8em;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 5px;
	height: 27px;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
}
.badge i {
	margin-right: 5px;
}
.dataTables_wrapper .dataTables_filter label input::-webkit-input-placeholder {
	opacity: 1;
	color: rgba(51, 51, 51, 0.6) !important;
}
.dataTables_wrapper .dataTables_filter label input::-moz-placeholder {
	opacity: 1;
	color: rgba(51, 51, 51, 0.6) !important;
}
.dataTables_wrapper .dataTables_filter label input:-moz-placeholder {
	opacity: 1;
	color: rgba(51, 51, 51, 0.6) !important;
}
.dataTables_wrapper .dataTables_filter label input:-ms-input-placeholder {
	opacity: 1;
	color: rgba(51, 51, 51, 0.6) !important;
}
.dataTables_wrapper div.dt-buttons {
	position: fixed;
	right: 20px;
	top: 88px;
	z-index: 999;
}
.dataTables_wrapper div.dt-buttons .buttons-collection {
	background: #ffffff;
	border: 1px solid #d7d9dc;
	border-radius: 5px;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.88);
	height: 45px;
	padding-top: 7px;
	margin: 0;
}
.dataTables_wrapper div.dt-buttons .dt-button-background {
	background: transparent !important;
}
.dataTables_wrapper div.dt-buttons .dt-button-collection {
	left: auto !important;
	right: 0 !important;
	background: #ffffff;
	border: 1px solid #d7d9dc;
}
.dataTables_wrapper div.dt-buttons .dt-button-collection .dt-button {
	background: transparent;
	border: 0;
	text-align: left;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.88);
}
.dataTables_wrapper div.dt-buttons .dt-button-collection .dt-button:hover {
	background: #f0f2f5;
	border: 0;
}
.calender-apart {
	position: absolute;
	top: 0px;
	right: 0px;
}
/*.calender-button {
	background-color: #ffffff;
	border: 1px solid #d7d9dc;
	border-radius: 50px;
	display: flex;
	align-items: center;
	background-image: url('../img/calendar-icon.svg');
	background-repeat: no-repeat;
	background-position: 50%;
}
.calender-button.calender-icon {
	background-position: 91% !important;
}*/
.calender-button-click {
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 5px 40px 5px 20px;
	text-align: left;
	background-color: transparent;
	position: relative;
	z-index: 11;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.88);
	font-weight: 400;
	width: 0;
	transition: all 1s ease-in-out;
}
.calender-button-click.expand {
	width: auto;
	padding-right: 60px !important;
}
.pricing-option-wrapper .single-datePick {
	background-image: url('../img/calendar-icon.svg') !important;
	background-repeat: no-repeat !important;
	background-position: 94% !important;
}
.single-datePick-wrap,
.start-timeWrap {
	position: relative;
}
.single-datePick-wrap:after,
.start-timeWrap:after {
	content: '';
	width: 1px;
	height: 70%;
	background: rgba(0, 0, 0, 0.26);
	position: absolute;
	right: 22%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.start-timePicker {
	background-image: url('../img/three-o-clock-clock.svg') !important;
	background-repeat: no-repeat !important;
	background-position: 94% !important;
	background-size: 20px !important;
}
.dataTable-wrapper {
	position: relative;
}
.greyText-color {
	color: rgba(5, 5, 5, 0.5) !important;
}
/*.daterangepicker
{
  left: auto !important;
  right: 8.4% !important;
}*/
.daterangepicker .ranges li.active {
	background-color: #007bff !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #007bff !important;
	color: #fff !important;
}
.daterangepicker .drp-buttons .btn.applyBtn {
	background: #007bff !important;
}
.daterangepicker .drp-buttons .btn.applyBtn:hover {
	background-color: #045dde !important;
}
.daterangepicker .drp-buttons .btn {
	width: 70px;
	height: 30px;
	font-size: 13px !important;
	font-weight: 500 !important;
	border-radius: 5px !important;
}
.daterangepicker .drp-buttons .btn.cancelBtn {
	background: #f1f2f2 !important;
}
.daterangepicker .drp-buttons .btn.cancelBtn:hover {
	background: #cccccc !important;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td,
.daterangepicker .ranges li {
	font-size: 14px;
}
.daterangepicker:before,
.daterangepicker:after {
	left: 50% !important;
	transform: translateX(-50%);
}
.daterangepicker .calendar-table td {
	height: 32px !important;
	border-radius: 50px !important;
}
.daterangepicker .calendar-time {
	display: none;
}
.width-30 {
	width: 30% !important;
}
#gross-earning_wrapper,
#customer-future-traction_wrapper {
	display: none;
}
.table-area .payout-tabs a.active {
	color: #007bff !important;
}

.btn-success-new:hover {
	color: #fff;
	background-color: #38b385;
	border-color: #35a87e;
}
.btn-success-new {
	box-shadow: 0 0 0 rgba(66, 210, 157, 0.5);
	background: #42d29d !important;
}
.btn-danger-new {
	box-shadow: 0 0 0 rgba(250, 103, 103, 0.5);
	background: #fa6767;
}
.btn-danger-new:hover {
	color: #fff;
	background-color: #d55858;
	border-color: #c85252;
}
.bg-success-new {
	background-color: #42d29d !important;
}
.bg-danger-new {
	background-color: #fa6767 !important;
}
.success-lighten {
	color: #42d29d;
}
.badge-success-lighten {
	color: #42d29d;
	background-color: rgba(66, 210, 157, 0.18);
}
.badge-warning-lighten {
	color: #f9bc0d;
	font-size: 11px;
	background-color: rgba(249, 188, 13, 0.18);
}
.danger-lighten {
	color: #fa6767;
}
.badge-danger-lighten {
	color: #fa6767;
	font-size: 11px;
	background-color: rgba(250, 103, 103, 0.18);
}
.badge-info-lighten {
	color: #44badc;
	font-size: 11px;
	background-color: rgba(68, 186, 220, 0.18);
}
#chatblock .carousel-inner,
#groupchatblock .carousel-inner {
	overflow: visible;
}
.shop-bundle .shopBundle-section .rightSideBar {
	top: 160px;
}
.image-box ~ p {
	font-size: 13px;
	line-height: 16px;
	padding-top: 8px;
}
.image-box {
	background-color: #fff;
	border: solid 10px #f1f2f2;
}
.failed-img,
.success-img {
	position: relative;
}
.failed-img:after {
	content: '';
	width: 30px;
	height: 28px;
	background-image: url(../img/failed-img.svg);
	background-repeat: no-repeat;
	position: absolute;
	right: -21px;
	top: -26px;
	background-size: 100%;
}
.success-img:after {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../img/success-img.svg);
	background-repeat: no-repeat;
	position: absolute;
	right: -15px;
	top: -20px;
	background-size: 100%;
}
.summary-box {
	position: sticky;
	align-items: flex-end;
	top: 187px;
	width: 28%;
	flex-shrink: 0;
	margin-left: 3rem;
	height: 495px;
	right: 10px;
	box-shadow: none !important;
	border: 1px solid rgba(5, 5, 5, 0.13) !important;
}
.lefttab-part {
	width: 70%;
}
.py-6 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
.bg-grey-light {
	background: #fff !important;
}
.tab-content ul.radio-list-options li {
	padding: 5px 0;
}
.page_box {
	box-shadow: none !important;
	border: 1px solid rgba(5, 5, 5, 0.13) !important;
}
.create-ad-section label {
	color: #050505;
}
.create-ad-section h4 {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.88);
	line-height: 28px;
	font-weight: 500;
}
.create-ad-section h4 + p {
	font-size: 14px !important;
	line-height: 18px;
	color: rgba(5, 5, 5, 0.5);
}
.create-ad-section .p20 {
	padding: 25px 30px;
}
.create-ad-section input[type='radio'] {
	width: 20px;
	height: 20px;
}
.ui-timepicker-container.ui-timepicker-standard {
	display: block;
	z-index: 4 !important;
}
.ui-timepicker-container.ui-timepicker-standard.ui-helper-hidden.ui-timepicker-hidden {
	display: none;
}
.ui-timepicker-standard a {
	border: none;
	font-size: 15px !important;
	padding: 5px !important;
	transform: scale(1) !important;
	width: 100% !important;
	height: 40px !important;
	margin: 0 !important;
	font-weight: 400 !important;
	line-height: normal !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ui-timepicker-standard a:hover,
.ui-timepicker-standard a#ui-active-item {
	background: #f0f2f5 !important;
	border: none !important;
}
.usage_date_checkbox {
	display: none;
	opacity: 0;
	visibility: visible;
	transition: all 0.5s ease;
}
.usage_date_checkbox.showdiv {
	display: block;
	opacity: 1;
	visibility: visible;
}
.top-search.physical_part
	.physical_input_box_part
	.physical_input_box
	.physical_input.pro-input {
	height: 55px !important;
	background: url('../img/search-icon.svg') no-repeat !important;
	background-position: 3% 50% !important;
	padding-left: 60px;
}
.product-listingSec {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2rem;
	gap: 0 15px;
	margin-top: 20px;
}
.product-listingSec .cart_update {
	position: relative;
}
.search-tab-big .list-group {
	height: 499px;
	overflow: auto;
	padding-bottom: 60px;
}
.search-tab-big .modal-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fff;
	left: 0;
	z-index: 3;
}
.red-danger-text {
	color: #ff0000 !important;
}
.top-search.physical_part
	.physical_input_box_part
	.physical_input_box
	.search-tab-big.show {
	display: block;
	visibility: visible;
	opacity: 1;
	padding-top: 10px;
}
.search-tab-big .list-group li.list-group-item {
	border: none !important;
}
.search-tab-big .list-group li.list-group-item .extras-add-label {
	padding: 10px 20px 10px 10px !important;
}
.bundle-product-list.show-budlelist .productbox img {
	height: 110px;
	border: none !important;
}
.ohPage-right-top {
	top: 163px;
}
.grey-col-box.status-box {
	font-size: 11px;
	background: #e0e3ea;
	padding: 5px 10px;
}
.top-search.physical_part
	.physical_input_box_part
	.physical_input_box
	.search-tab-big.customer-search-list {
	top: 100%;
	left: 0;
	padding-top: 10px;
}
.top-search.physical_part
	.physical_input_box_part
	.physical_input_box.keypress-hover
	.search-tab-big.customer-search-list
	.list-group-item {
	padding: 5px 15px;
}
.top-search.physical_part
	.physical_input_box_part
	.physical_input_box.keypress-hover.hide
	.search-tab-big.customer-search-list {
	display: none;
}
.top-search.physical_part
	.physical_input_box_part
	.physical_input_box.keypress-hover.hide.show
	.search-tab-big.customer-search-list {
	display: block;
}
.ex-tags-input .bootstrap-tagsinput {
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	padding: 8px 10px;
	border: 1px solid rgba(5, 34, 76, 0.1) !important;
	display: flex;
	gap: 8px;
	align-items: center;
}
.ex-tags-input .bootstrap-tagsinput input {
	color: #050505;
	font-size: 16px !important;
	font-weight: 400;
	width: 40%;
}
.bootstrap-tagsinput .tag {
	background: #f0f2f5;
	border-radius: 5px;
	color: #050505;
	font-size: 14px;
	padding: 2px 10px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px !important;
	position: relative;
}
.bootstrap-tagsinput .tag span {
	position: absolute;
	right: -5px;
	top: -5px;
}
.bootstrap-tagsinput .tag span:after {
	content: '' !important;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/close-icon.svg) no-repeat;
	background-size: 100%;
	background-position: center;
}
.bootstrap-tagsinput .tag span:hover:after {
	content: '';
	background: url(../img/close-icon-hover.svg) no-repeat;
	background-size: 100%;
	background-position: center;
}
.radio-check {
	display: flex;
	align-items: center;
}
.radio-check .form-check-input {
	width: auto !important;
}
.radio-check .form-check-label {
	margin-left: 10px;
	margin-top: 3px;
}
.customer-search-list .list-group {
	height: 300px;
}
.customer-search-list .list-group.list-groupul {
	padding-bottom: 0;
}
.loyalty-card-banner {
	min-height: 168px;
	position: relative;
}
.user-placeholder-image {
	background: #f1f2f2;
	border: 4px solid #ffffff;
	box-sizing: border-box;
	border-radius: 120px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}
.card-member-apart {
	background: linear-gradient(215deg, #c9f1ff 0%, #f8fdff 62.94%);
}
.ratingStar-wrap {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 20px 0;
}
.ratingStar-wrap .CommonAttribute {
	background: #ffffff;
	border: 1px solid #82b5ff !important;
	border-radius: 50px;
	max-width: 30px;
	height: 30px;
	flex: 1 1 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loyalty-card-section .loyalty-card-summary.btn-primary,
#rating-ability-wrapper .btnrating {
	background: #ffffff;
	border: 1px solid #82b5ff !important;
	border-radius: 50px;
	max-width: 28px;
	height: 28px;
	flex: 1 1 28%;
}
.loyalty-card-section .wrapper button.btnrating:before {
	background: transparent;
	border: none;
}
.loyalty-card-section .wrapper button.btnrating:hover:before,
.loyalty-card-section .wrapper button.btnrating.btn-primary:before {
	background: #0066ff !important;
	border-radius: 50px;
	max-width: 28px;
	height: 28px;
	flex: 1 1 28%;
}

#rating-ability-wrapper .wrapper button.btnrating:hover ~ button {
	background: #ffffff !important;
}
#rating-ability-wrapper .wrapper.box-1:hover button {
	background: #0066ff !important;
}

.rating-ability-wrapper .profiles_content,
#rating-ability-wrapper .profiles_content {
	background: url('../img/header-picture-vendor.png');
	background-size: cover;
	background-position: center;
}
.pad-right-5 {
	padding-right: 5rem !important;
}
.vendor-pay-box {
	border-radius: 10px 10px 0 0 !important;
	overflow: hidden;
}
.tz-9 {
	top: 0;
	z-index: 9;
}
.loyalty-card-section .grey-panel select.form-control {
	padding: 0 20px;
}
.loyalty-card-section .grey-panel select.form-control option:nth-child(1) {
	color: #adadad !important;
}
.mh-scroll {
	max-height: 170px !important;
	height: auto !important;
}
.exlightGrey-text {
	color: rgba(5, 5, 5, 0.5) !important;
}
.exlightGrey-text.font-blue {
	color: #050505 !important;
}
.our-custom-select .selected-value.dropdown-toggle:after {
	border: 0;
	display: inline-table;
}
.gap-5 {
	gap: 0 5px;
}
.budle-image {
	display: flex;
	flex-direction: row-reverse;
	gap: 0 20px;
}
#audiocall,
#videocall {
	z-index: 450000;
}
.uk-modal {
	background: rgb(228 228 228 / 85%) !important;
}
.font-16.greyText-color {
	font-size: 14px !important;
	line-height: 18px !important;
}
.direct {
	background: #ddf0fc !important;
	border-radius: 8px;
}
.direct span {
	color: #25a2ed !important;
}
#navigation-mobile {
	display: none;
}
.book-order {
	flex-direction: column;
}
.book-order .position-relative {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 10px;
}
.second_header .midtitle {
	color: #050505;
}
.book-order p {
	font-size: 12px;
	color: #050505;
}
.header_widgets .header-section li.book-orderli {
	flex: 1 1 29%;
	max-width: 29%;
	border-radius: 12px;
}
.header_widgets .header-section li.book-orderli a {
	justify-content: center;
	align-items: center;
	padding: 18px 8px 5px;
	height: 100%;
}
/*.book-order-dropdown{
  max-width: 338px;
  height: 400px;
}*/
.header_dropdown ul.book-orderul {
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
}
.search-mobile .header-search-icon {
	position: absolute;
	top: 7px;
	width: 40px;
	right: 13px;
	height: 40px;
	color: #8a8989;
	z-index: 100;
	font-size: 18px;
	display: none;
}
.search-mobile .header_widgets .is_link,
.search-mobile .header_search {
	display: none;
}
/*.menuhover img:hover{
  background-color: #f1f1f1;
    border-radius: 50%;
}*/
.normal-link-hover a:hover p {
	color: #313a46 !important;
}
.sticky-top {
	position: sticky !important;
	position: -webkit-sticky !important;
}
.selectpicker-wrapper .btn.dropdown-toggle {
	background-color: #fff !important;
	border: solid 1px #dde3e8 !important;
	border-radius: 5px !important;
	font-size: 14px;
	height: 46px !important;
	color: #050505 !important;
	padding-top: 12px;
}
.our-custom-select ul.options li {
	padding-left: 22px;
}
.new-clientbox
	.input-group-prepend2
	.input-group-text
	select.bg-grey.color-white-text {
	width: 170px !important;
	padding-top: 11px;
	position: relative;
	border-radius: 5px 0 0px 5px;
	height: 45px;
	border-left: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
	font-size: 16px !important;
	padding-right: 26px !important;
	border-right: 0 !important;
}
.dropdown-icon {
	position: relative;
}
.dropdown-icon select {
	appearance: none;
}
.new-clientbox .input-group-prepend2 .input-group-text.dropdown-icon:after,
.dropdown-icon:after {
	content: '\e92e';
   font-family: 'Feather-Icons' !important;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
   color: rgba(0, 0, 0, 0.54);
}
.loyalty-card-section .lowwe-div .loyalty-card-summary.btn-primary {
	max-width: 24px;
	height: 24px;
	flex: 1 1 24%;
}

.side-nav .simplebar-scrollbar {
	background: #6e757d;
	border-radius: 5px;
}
.CommonAttribute {
	display: none;
}

/* custom calender style */
.calender-range.absolute {
	top: 0px;
	position: relative;
	right: 120px;
	z-index: 12;
}
.bootstrap-select .dropdown-toggle .filter-option {
	background: #fff;
	border: 1px solid rgba(5, 5, 5, 0.12);
	height: 50px;
	padding: 0 20px;
	font-size: 15px;
	display: flex;
	align-items: center;
	color: #050505;
	font-weight: 500;
}
.date-range .bootstrap-select > .dropdown-toggle.bs-placeholder {
	height: 50px;
}
.date-range h5,
.date-form h5 {
	text-align: left;
}
.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner-inner {
	font-size: 15px;
	color: #050505;
	font-weight: 500;
}

.calendar {
	margin-left: auto;
	margin-right: auto;
	width: 562px;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 10%);
	border-radius: 0.5rem;
	padding: 15px;
	position: absolute;
	left: auto;
	right: 0;
	display: none;
	border: 1px solid #d7d7d7;
}
.calender-icon {
	position: relative;
}
.calender-icon:before {
	content: '';
	width: 25px;
	height: 25px;
	background: url(../assets/images/calender-icon.svg) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
}
.calender-icon .form-control,
.calender-icon .form-control:focus,
.calender-icon .form-control:active {
	background: transparent !important;
}
/*.calendar:after{
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  background-color: #fff;
  top: -6px;
  left: 45%;
  border-top: #d7d7d7 solid 1px;
  border-left: #d7d7d7 solid 1px;
  transform: rotate(45deg);
}*/
.calendar.show {
	display: block;
	margin-top: 7px;
}
.calender-apart {
	position: relative;
}
.calendar_weekdays .weekdays {
	display: inline-block;
	vertical-align: top;
	color: rgb(37 5 5);
	width: 26px;
	line-height: 35px;
	margin: 0 3px;
	font-size: 15px;
}
.calendar_weekdays {
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
}
.calendar_weekdays div,
.calendar_content div {
	width: 25px;
	height: 25px;
	text-align: center;
	background-color: #ffffff;
	color: #505050;
	font-size: 15px;
}
.calendar_content {
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start;
	gap: 5px 0;
}
.calendar_content .days-div {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	justify-content: center;
	cursor: pointer;
	border-radius: 50%;
}
.calendar_content div:hover {
	background-color: #dcecff;
}
.calendar_content div.blank {
	background-color: #fff;
}
.calendar_content div.today {
	border-radius: 50%;
	background: #dcecff;
	border: 1px solid #1b74e4;
}
.calendar_content div.today {
	color: #1b74e4;
}
.calendar_content div.hover-range {
	background-color: #dcecff;
	border-radius: 0;
}
.calendar_content div.full-blue {
	background: #1b74e4;
	border: 1px solid #1b74e4;
	color: #fff;
}
.calendar_content div.hover-range.start-range,
.calendar_content div.hover-range.end-range {
	position: relative;
}
.calendar_content div.hover-range.start-range:after {
	content: '';
	background-color: #dcecff;
	border-radius: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: -20px;
	top: 0;
	z-index: -1;
}
.calendar_content div.hover-range.end-range:after {
	content: '';
	background-color: #dcecff;
	border-radius: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	right: -20px;
	top: 0;
	z-index: -1;
}
.calendar_header {
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding: 10px 0;
	-webkit-border-radius: 12px 12px 0px 0px;
	-moz-border-radius: 12px 12px 0px 0px;
	border-radius: 12px 12px 0px 0px;
	overflow: hidden;
}
.calendar_header h2 {
	font-size: 18px;
	color: #050505;
	text-align: center;
	text-transform: capitalize;
}
.chev-left-arrow {
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 9;
}
.chev-right-arrow {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 9;
}
.input-group-wb .form-control {
	border-radius: 5px;
	background: #fff;
	border: 1px solid rgb(221 227 232);
	font-size: 16px;
	padding: 0 10px;
	position: relative;
	height: 45px;
	width: 204px;
}
.input-group-wb .form-control:focus {
	border: solid 1px #dde3e8;
}
.calender-button

/* custom select style */
.styled-select {
	background: #fff !important;
	border: solid 1px #dde3e8 !important;
	border-radius: 5px;
	font-size: 14px;
	height: 46px;
	display: inline-block;
	position: relative;
	width: 100%;
}

.styled-select,
.styled-select .curr {
	padding: 0 20px 0 10px;
	position: relative;
}
.grey-panel.p-5.pricing-option-wrapper{
	background: #fff !important;
	padding: 0 !important;
}
.grey-panel.p-5.pricing-option-wrapper .styled-select{
	border: solid 1px #dde3e8 !important;
   border-radius: 5px !important;
}

/* select element inside the custom selectbox */
.styled-select select {
	padding: 0 0;
	margin: 0 0;
	height: 0;
	visibility: hidden;
}

/* selectbox button (current value holder) */
.styled-select .curr {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	cursor: pointer;
	height: 100%;
	width: 100%;
	color: #050505 !important;
	font-size: 16px;
	padding: 9px 15px;
}

/* arrow down */
.styled-select .curr:after, .our-custom-select .selected-value:after {
	content: '\e92e';
	font-family: 'Feather-Icons' !important;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
   color: rgba(0, 0, 0, 0.54);
}
.styled-select .curr.focused:after, .our-custom-select.show .selected-value:after{
	content: '\e931';
}

/* drop down menu (fake option list) */
.styled-select ul {
	border: 1px solid #ccc;
	background-color: white;
	margin: 0 0;
	position: absolute;
	top: 100%;
	right: -1px;
	left: -1px;
	z-index: 99;
	padding: 10px 0 10px 0;
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	max-height: 250px;
	height: auto;
	overflow: auto;
}

/* option item (fake option item) */
.styled-select li {
	list-style: none;
	cursor: pointer;
	padding: 0 10px;
	margin: 0 0;
}

.styled-select li:hover {
	background: #eee !important;
	color: #050505;
}

/* selected option */
.styled-select li.selected,
.styled-select li.selected:hover {
	background-color: #eee;
	color: #050505;
}

/* disabled option */
.styled-select li.disabled,
.styled-select li.disabled:hover {
	color: #050505;
	font-style: italic;
	background: none;
	cursor: text;
}

.pc-radio label {
	position: relative;
}
.pc-radio input {
	display: none;
}
.pc-radio label:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border: solid 1px #787878;
	border-radius: 50%;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.pc-radio input[type='radio']:checked + label:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #0075ff;
	border-radius: 50%;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
}

.pc-radio input[type='radio']:checked + label:before {
	border: solid 1px #0075ff;
}

.chatbox .chat-body .recevier .chatdropdown {
	bottom: inherit;
	right: inherit;
}
.chat-type-box .form-control {
	width: 93%;
}
.chatbox .chat-body .recevier .chatdropdown .dropdown-menu.icons-dropdown {
	bottom: auto;
	top: -66px !important;
}
.mainchatbox {
	z-index: 9999 !important;
}

.gallery-item {
	width: 125px !important;
	height: 130px !important;
	margin: 0px !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	cursor: pointer;
}
.gallery-item img {
	width: 100% !important;
	height: 100% !important;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	transform: translate(0, 0);
	margin: 0 !important;
	object-fit: cover;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
	-webkit-transform: inherit;
	transform: inherit;
	position: relative;
}
.lg-outer .lg-inner {
	height: auto;
}
.lg-sub-html {
	position: relative;
}
.lg-sub-html p {
	font-size: 16px;
	margin: 5px 0 0;
	color: #8d9297;
}
.desktop-chat-icon {
	display: block;
}
.tablet-chat-icon {
	display: none;
}
.support-pin.edit-pin .uk-modal-dialog {
	width: 380px;
}
.timediv {
	display: none;
}

.search-return-note.hide .searchs__results {
	display: none;
}

.full-template .company-info-sticky.fixed-page-title {
	position: fixed;
	flex-direction: column;
	width: 100%;
	padding: 0;
	border-radius: 0;
	left: auto !important;
	z-index: 14;
	background-color: #fff;
}
.company-info-sticky.fixed-page-title .edit-company-info {
	position: relative;
	left: 0;
	top: 0;
	transform: translateY(0%);
}
.full-template .company-info-sticky.fixed-page-title .sticky-container {
	padding: 15px 20px;
	display: inline-block;
	margin-left: 0 !important;
}
.edit-company-info {
	width: auto;
	height: 42px;
	background: #dcecff;
	border: 1px solid #1b74e4;
	border-radius: 5px;
	font-weight: 500;
	font-size: 15px;
	line-height: 21px;
	color: #1b74e4;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
}
.bg-blue-600 {
	background: #1b74e4 !important;
}
.bg-blue-600:hover {
	background: #1468cf !important;
}
.w-32 {
	width: 8rem;
}
.h-11 {
	height: 2.75rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.fixed-top-pad-cont {
	padding-top: 5rem;
}
.listing-btn:after {
	font-family: 'Feather-Icons';
	content: '\e92e';
	opacity: 1;
	font-size: 20px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
	width: 1.4em;
	height: 26px;
	color: #a8a8a8;
	position: absolute;
	right: 12px;
	top: 4px;
}
.listing-btn.uk-open:after {
	content: '\e931';
}
.side-top-nav
	.top-search.physical_part
	.physical_input_box_part
	.physical_input_box
	.physical_inputblock.ml-0 {
	width: 100% !important;
	min-width: 100% !important;
	background-color: #ffffff !important;
	border: 1px solid #dbdbdb !important;
}

/* discount page new store module */
.single-right-fix .store {
	position: relative;
	border-radius: 0.5rem;
	overflow: hidden;
}
.single-right-fix .store-logo{
	border-radius: 0;
}
.store-grid {
	background: #fff;
}
.store-header {
	position: relative;
}
.store-banner{
	margin: 0 0 1rem;
}
.store .store-banner img {
	height: 100%;
	width: 100%;
}
.store-grid .store-banner img {
	background-color: #40475E;
	min-height: 20.4rem;
}
.termsVoucher {
	position: absolute;
	top: 20px;
	right: 45px;
}
.store-content {
	position: absolute;
}
.store-grid .store-content {
	top: 2.5rem;
	left: 3rem;
	max-width: 19.2rem;
}
.store-wcfm .store-content {
	max-width: none;
}
.voucher-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
	color: #fff;
}
.voucher-title a {
	display: inline-block;
	text-transform: capitalize;
	font-size: 2.8rem;
	line-height: 1;
	color: inherit;
	text-shadow: rgb(0 0 0 / 80%) 0 1px 0;
	font-weight: 600;
	letter-spacing: -0.025em;
}
.store-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.9rem;
	color: #fff;
}
.store-title a {
	display: inline-block;
	text-transform: capitalize;
	font-size: 2rem;
	line-height: 1;
	color: #fff;
	text-shadow: rgb(0 0 0 / 80%) 0 1px 0;
	font-weight: 600;
	letter-spacing: -0.025em;
}
.seller-brand {
	border-radius: 50%;
	background-color: #434343;
	width: 8rem;
	height: 8rem;
}
.store-grid .seller-brand {
	right: 5%;
	top: -75px;
}
.store-grid .seller-brand, .store-list .seller-brand {
	position: absolute;
}
.sb-img-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.seller-brand .sb-img-wrap {
	border-radius: 50%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	background-color: #fff;
}
.store-grid .seller-brand .sb-img-wrap, .store-list .seller-brand .sb-img-wrap {
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	max-width: calc(100% + 2px);
	margin: -1px;
	-webkit-box-shadow: 0px 0px 0px 1px #eee;
	box-shadow: 0px 0px 0px 1px #eee;
}
/*.store-grid:hover .seller-brand .sb-img-wrap {
	-webkit-transform: translateY(-1rem);
	transform: translateY(-1rem);
}*/
.sb-img-wrap img {
	width: 100%;
}
.seller-info-list {
	margin: 3rem 0 0 0 !important;
	padding-left: 1.6em;
}
.seller-info-list > * {
	line-height: 1.6;
	letter-spacing: -0.025em;
	margin-bottom: 0.2rem !important;
	padding: 0 !important;
	color: #fff;
	opacity: 0.8;
}
.seller-info-list > * a {
	color: #fff;
}
.seller-info-list > * i {
	margin-left: -2.2rem;
	margin-right: 0.3rem;
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 0;
}
.far, .fas {
	font-family: "Font Awesome 5 Free" !important;
}
.seller-info-list .store-address, .seller-info-list .store-phone {
	font-size: 1.4rem !important;
}
.tooltip .tooltiptext.center {
	margin-left: 0 !important;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
}
.store-footer {
	position: relative;
	padding: 0;
	margin-top: -5px;
}
.blue-light-sky-sec{
	background: #f0f2f5;
	border-left: solid 1px #d7d7d7;
	border-right: solid 1px #d7d7d7;
}
.dark-blue-bg{
	background: #050505;
}
.bg-secondary.font-blue{
	background: #f0f2f5 !important;
	color: #050505 !important;
}
.font-blue-text{
	color: #050505 !important;
}
.border-top-blue{
	border-top: solid 1px #d7d7d7 !important;
}
.cart_avatar.product-img{
	position: relative;
	border: solid 1px #fff;
   border-radius: 8px;
	margin-right: 2rem;
}
.cart_avatar.product-img .cart_avatar_img{
	width: 35px;
}
.cart_avatar.product-img .close-icon-cart{
	position: absolute;
	z-index: 1;
	color: #050505;
	background: #fff;
	box-shadow: 0 0 8px rgb(0 0 0 / 40%);
	border-radius: 50px;
	width: 14px;
	height: 14px;
	line-height: 1px;
	top: -5px;
	right: -5px;
}
.cart_avatar.product-img .close-icon-cart i{
	font-size: 11px;
}
.scroll-product{
	height: 115px;
   overflow: auto;
}
.single-right-fix{
	top: 185px !important;
}
.bg-gray-200 {
	background: #f0f2f5 !important;
}
.hover-secondary{
	cursor: pointer;
}
.hover-secondary:hover{
	background: #ececed !important;
}

@media (min-width: 1400px) {
	.loyalty-card-section .loyalty-card-summary.btn-primary,
	#rating-ability-wrapper .btnrating {
		max-width: 38px;
		height: 38px;
		flex: 1 1 38%;
		width: 38px;
	}
	.loyalty-card-section .wrapper button.btnrating:hover:before,
	.loyalty-card-section .wrapper button.btnrating.btn-primary:before {
		max-width: 38px;
		height: 38px;
		flex: 1 1 38%;
		width: 38px;
	}
	.loyalty-card-section .lowwe-div .loyalty-card-summary.btn-primary,
	.ratingStar-wrap .CommonAttribute {
		max-width: 40px;
		height: 40px;
		flex: 1 1 40%;
	}
}
@media (max-width: 1200px) {
	.second_header .midtitle {
		text-align: left;
		padding-left: 40px;
	}
	.second_header .button-menu-mobile img {
		width: 25px;
	}
	.second_header .position-relative.mx-3 {
		margin-left: 0 !important;
	}
	.search-mobile .header-search-icon,
	.show-searchbox .header_search {
		display: block !important;
	}
	.search-mobile .header_search {
		position: absolute;
		width: 92%;
		border-radius: 6px;
		margin-left: -10px;
		top: 6px;
		left: 16px;
	}
	.search-mobile .header_search .header_search_dropdown {
		width: 550px;
		padding: 10px;
		margin-top: 0px;
		background: white;
		border-radius: 8px;
		-webkit-box-shadow: rgb(0 0 0 / 10%) 0px 10px 25px -5px,
			rgb(0 0 0 / 4%) 0px 13px 10px -5px;
		box-shadow: rgb(0 0 0 / 10%) 0px 10px 25px -5px,
			rgb(0 0 0 / 4%) 0px 13px 10px -5px;
		border: 1px solid #f1f3f4;
	}
	.search-mobile .header_search .header_search_dropdown .search_title {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
		margin-top: 0.5rem;
		margin-bottom: 0.25rem;
		font-size: 1.125rem;
		line-height: 1.75rem;
		font-weight: 600;
	}
	.search-mobile.show-searchbox .header_search .form-control {
		border-radius: 50px;
	}
	.search-mobile .header_search .header_search_dropdown ul {
		list-style: none;
	}
	.search-mobile .header_search .header_search_dropdown ul a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 6px 0;
		border-radius: 8px;
		padding-left: 6px;
	}
	.search-mobile .header_search .header_search_dropdown ul .list-avatar {
		width: 35px;
		height: 35px;
		border-radius: 50%;
		margin-right: 15px;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.search-mobile .header_search .header_search_dropdown ul .list-name {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0%;
		flex: 1 1 0%;
		font-size: 16px;
		font-weight: 500;
		color: #2d2d2d;
	}
	.search-mobile {
		position: absolute;
		width: 100%;
		top: 0;
		left: 7px;
		background: #fff;
	}
	.show-searchbox .header-search-icon::before {
		content: '\ea02';
	}
	.rsp-home-tab .box-for-width .box-of-img {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.rsp-home-tab .box-for-width .box-of-img.talkys-mobileIcon {
		margin-top: 0px;
	}
	.rsp-home-tab .box-for-width .box-of-img.talkys-mobileIcon img {
		width: 100%;
		height: 100%;
	}
	.second_header .header-search-icon::before {
		background: url('../img/header/magnifier.svg') no-repeat;
		content: '';
		width: 30px;
		height: 30px;
		background-size: 100%;
	}
	.second_header .show-searchbox .header-search-icon::before {
		background: url('../img/cancel.svg') no-repeat;
		background-size: 100%;
	}
	.second_header a.mobile-view {
		display: block !important;
	}
	.account-dashboard .account-wrapper #dashboard-menu2.market-tab {
		display: block;
		position: absolute;
		right: 0;
	}
}
@media (max-width: 1024px) {
	.grey-panel.p-5.d-flex.bg-grey-light {
		padding: 10px 0 !important;
	}
	.position-sticky.pad-right-5 {
		padding-right: 1rem !important;
	}
	.ratingStar-wrap .CommonAttribute {
		max-width: 30px;
		height: 30px;
		flex: 1 1 30%;
	}
	.chatbox .chat-body .sender {
		margin-left: 75px;
	}
	.chatbox .chat-body .sender .messgebox {
		max-width: 100% !important;
	}
	.chatbox .chat-body .recevier .messgebox {
		max-width: 100% !important;
	}
}
@media (max-width: 900px) {
	html {
		overflow-x: hidden;
	}
	#chatbox1,
	#groupChat1,
	#groupchatbox {
		width: 100%;
		right: 0 !important;
		top: 0 !important;
	}
	.dropup,
	.dropdown {
		height: 100%;
	}
	.lg-sub-html {
		bottom: 140px;
	}
	.desktop-chat-icon,
	.d-nonetablet {
		display: none;
	}
	.tablet-chat-icon {
		display: block;
	}
	.w-38px {
		width: 38px;
	}
	#chatbox1,
	#groupchatbox {
		padding-bottom: 78px;
		height: 100%;
	}
	#chatbox1 .carousel,
	#groupchatbox .carousel,
	.chat-block,
	#chatbox1 .carousel-inner,
	#groupchatbox .carousel-inner {
		height: 100%;
	}
	.gListclass {
		background: #fff;
		height: 100%;
		padding-bottom: 78px;
	}
	.mainchatbox .chatbox .max-h-320 {
		max-height: calc(100% - 70px) !important;
		height: 100% !important;
		padding-bottom: 0;
	}
	.mainchatbox .chatbox .max-h-320.height-incrase1 {
		max-height: calc(100% - 99px) !important;
	}
	.mainchatbox .chatbox .max-h-320.height-incrase2 {
		max-height: calc(100% - 121px) !important;
	}
	.chat-footer {
		position: absolute;
		bottom: 70px;
		left: 0;
		z-index: 9;
		background: #fff;
		width: 100%;
	}
	#groupchatbox .chat-footer {
		bottom: 80px;
	}
	.mainchatbox #groupchatbox.chatbox .max-h-320 {
		max-height: calc(100% - 80px) !important;
	}
	.mainchatbox #groupchatbox.chatbox .max-h-320.height-incrase1 {
		max-height: calc(100% - 109px) !important;
	}
	.mainchatbox #groupchatbox.chatbox .max-h-320.height-incrase2 {
		max-height: calc(100% - 131px) !important;
	}
	.chatbox .chat-body .recevier {
		margin-bottom: 1rem !important;
		margin-top: 0rem !important;
	}
	.chatbox .chat-body .sender {
		margin-bottom: 0rem !important;
	}
	.chatbox .day-widget {
		margin-bottom: 3rem;
	}

	.chatbox .chat-body .recevier .chatdropdown {
		right: 10px !important;
	}
	#groupChat1 {
		top: auto !important;
	}
	.chatbox .chat-body.w-scroll {
		height: 100%;
		position: relative;
	}
	.row-custom .col-custom {
		display: flex;
		float: none;
		max-width: 50%;
		flex: 1 1 46%;
		flex-direction: column;
	}
	.cookie-btn button {
		margin-bottom: 20px !important;
		margin-left: 0 !important;
	}
	#accept-cookie .modal-dialog {
		box-shadow: 0px 4px 20px rgb(0 0 0 / 25%) !important;
	}

	.discount_info .btn-grad,
	.discount_info .btn-purple {
		padding: 8px 25px;
		margin: 0 15px 30px !important;
	}
	#create-page .modal-body .discount_info .info {
		padding: 0 30px !important;
	}
	.login-section
		.create_auto_discount_parts
		.top-right-section
		.login-form
		.btn-grad {
		padding: 10px !important;
	}
	.mobile-border-top span.create-text {
		display: block;
		text-align: right;
	}
	.fg-img {
		width: 50% !important;
	}
	.ex-pad-sign.create-new-password {
		padding-bottom: 3rem;
	}
	.support-pin {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.contactForm form {
		padding-right: 0 !important;
	}
	.support-pin .six-digit + .pr-5,
	.support-pin .pin-details + .pr-5 {
		padding-right: 0 !important;
		margin-bottom: 1.6rem !important;
	}
	.mobile-top-margin {
		margin-top: 0 !important;
	}
	.fg-img-pin {
		display: none;
	}
	.mobile-title {
		display: block;
	}
	.desktop-title {
		display: none;
	}
	#email-send-button {
		margin-left: 10px !important;
	}
	.dataTables_wrapper .dataTables_filter label {
		width: 100%;
	}
	.addedTag {
		margin-bottom: 10px;
	}
	.verification-section.payout-details {
		overflow-x: hidden;
	}
	.shop-listing-section .shop-listing .shop-wrap label {
		margin-top: 10px !important;
		flex-flow: wrap;
		margin-left: 0 !important;
	}
	.categories.extras-add.d-flex {
		flex-flow: wrap;
	}
	.tab-pane .d-flex:nth-child(1) {
		flex-flow: wrap;
	}
	.summary-box {
		position: relative;
		top: 20px;
		width: 100%;
		right: 0;
		margin-left: 0;
		height: auto;
	}
	.lefttab-part {
		width: 100%;
	}
	#vendor-chat-icon {
		bottom: 75px;
		z-index: 4500000;
	}
	.verification-section.shop-listing-section
		.shop-listing.upload-step-section.mt-3 {
		margin-top: 0 !important;
	}
	.wizard .tab-pane {
		padding-top: 0 !important;
	}
	#vendor-chat-icon {
		display: none;
	}
	#productinfo.tab-pane .row.mb-rbottom {
		margin-top: 1rem !important;
	}
	.img-gallery-wrapper {
		margin-top: 20px;
	}
	.search-mobile .header_search {
		width: 85%;
	}
	.talklys-sidebar-mobile .tooltip .tooltiptext.message {
		transform: translateX(-50%);
		width: 115px;
	}
	.shopping-cart-mobile .carousel-inner {
		overflow: visible;
	}
	.calender_dropdown.header_dropdown {
		top: 0 !important;
	}
	.calender_dropdown.header_dropdown .w-scroll {
		height: 750px;
	}
	.white-arrow img {
		filter: brightness(0) invert(1);
	}
	.button-menu-mobile.white-arrow {
		display: inline-block !important;
	}
	.dropdown_cart,
	.header_dropdown {
		top: 0 !important;
	}
	.loyalty-card-section .lowwe-div .loyalty-card-summary.btn-primary,
	.ratingStar-wrap .CommonAttribute {
		max-width: 54px;
		height: 54px;
		flex: 1 1 54%;
	}
	.loyalty-card-section .lowwe-div .loyalty-card-summary.btn-primary img,
	.ratingStar-wrap .CommonAttribute img {
		width: 55%;
	}
	.loyalty-card-section .loyalty-card-summary.btn-primary,
	#rating-ability-wrapper .btnrating {
		max-width: 40px;
		height: 40px;
		flex: 1 1 40%;
		width: 40px;
	}
	.loyalty-card-section .wrapper button.btnrating:hover:before,
	.loyalty-card-section .wrapper button.btnrating.btn-primary:before {
		max-width: 40px;
		height: 40px;
		flex: 1 1 40%;
		width: 40px;
	}
	.ratingStar-wrap {
		gap: 15px;
	}
	.support-inbox .left-side-box {
		margin-top: 1rem;
		margin-bottom: 7rem;
	}

	.support-inbox .inboxContainer {
		margin-top: 0rem;
		display: flex;
		flex-direction: column-reverse;
		padding-top: 0 !important;
	}
	.support-inbox .right-side-box .issueCategory li {
		width: 100% !important;
		max-width: 100% !important;
	}
	.desktopview-pad {
		display: none !important;
	}
	.mobile-view-tab {
		display: block !important;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.support-inbox .right-side-box {
		padding-top: 60px;
	}
	.support-inbox .support-leftSide-bar {
		max-width: 90%;
		margin: 0 auto;
	}
	.tabml-4 {
		margin-left: 2.5rem !important;
	}

	.support-inbox .right-side-box .issueCategory,
	.support-inbox .right-side-box .backToPreviousPage {
		max-width: 90%;
		margin: 0 auto;
		max-width: 90% !important;
	}
	.support-inbox .right-side-box .backToPreviousPage {
		display: none;
	}
	.chatbox .chat-body .recevier .messgebox,
	.chatbox .chat-body .sender .messgebox {
		width: auto;
		max-width: 50% !important;
	}
	.chatbox .chat-body .sender .messgebox {
		margin-left: auto;
	}
	.editdown {
		width: 50%;
		left: auto;
	}
	.lg-outer .lg-thumb {
		transform: translate3d(0px, -100px, 0px) !important;
	}
	.only-desktop {
		display: none;
	}
	.typing-user {
		position: absolute;
	}
}
@media (max-width: 768px) {
	.ratingStar-wrap .CommonAttribute {
		max-width: 44px;
		height: 44px;
		flex: 1 1 44%;
	}
}
@media (max-width: 767px) {
	.support-inbox .right-side-box .issueCategory,
	.support-inbox .right-side-box .backToPreviousPage {
		max-width: 100%;
		margin: 0 auto;
		max-width: 100% !important;
	}
	.chatbox .chat-body .recevier {
		margin-bottom: 2.5rem !important;
		margin-top: 0rem !important;
	}
	.chatbox .chat-body .sender {
		margin-bottom: 1rem !important;
	}

	.typing-user {
		position: sticky;
	}
	.chatbox .chat-body .recevier .chatdropdown {
		right: -10px !important;
	}
	.chatbox .chat-body .recevier .messgebox,
	.chatbox .chat-body .sender .messgebox {
		width: auto;
		max-width: 80% !important;
	}
	.chatbox .chat-body .recevier .messgebox {
		width: auto;
		max-width: 80% !important;
		margin-right: 0 !important;
	}
	.tabml-4 {
		margin-left: 1.5rem !important;
	}
	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		width: 100%;
	}
	.h-100vh {
		height: 100% !important;
	}
	#chatbox1,
	#groupChat1,
	#groupchatbox {
		bottom: 65px !important;
		margin: 0 !important;
		top: 0 !important;
		left: 50%;
		transform: translateX(-50%);
		height: 100%;
	}
	.chatbox .chat-body.w-scroll {
		height: 100%;
	}
	.logo-redesign {
		left: 0;
	}
	.login-section .create_auto_discount_parts .top-right-section {
		box-shadow: none !important;
		background: none !important;
		border: none !important;
	}
	.login-section .create_auto_discount_parts .top-right-section .login-form {
		margin-top: 2rem;
	}
	.login-section .top-left-section img {
		border-radius: 50px !important;
		width: 80px;
		height: 80px;
	}
	.logo-redesign .logo {
		margin-bottom: 5px !important;
		margin-right: 0 !important;
	}
	.logo-redesign .big-font {
		font-size: 24px;
	}
	.login-section
		.create_auto_discount_parts
		.top-left-section
		.login-page-image {
		align-items: center;
	}
	.login-section .top-left-section .counter {
		top: 0px;
		right: 35px;
		height: 20px;
		width: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.login-section .create_auto_discount_parts .create-page {
		background: #29313e;
		border-radius: 5px;
		padding: 9px 0;
	}
	.login-section .create_auto_discount_parts .mobile-border-top {
		border-top: solid 1px #ddd;
		padding-top: 30px !important;
	}
	.login-section .create_auto_discount_parts .create-page .create-text {
		font-size: 12px;
		color: #fff !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.footer-section a.internet-icon {
		background: #d5e4f6;
		border-radius: 5px;
		flex: 30%;
		padding: 0 5px !important;
		text-align: left;
		line-height: 28px;
		margin-right: 9px;
	}
	.footer-section a.internet-icon img {
		margin-top: -3px;
	}
	#verify-user-email .uk-modal-dialog {
		max-width: calc(100% - 0.01px) !important;
	}
	#verify-user-email .modal-header {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.calender-apart {
		right: auto;
		left: 0px;
		width: 100%;
		top: 0;
		position: relative;
		margin-bottom: 15px;
	}
	.dataTable-wrapper {
		padding-left: 20px !important;
		padding-right: 20px !important;
		margin-top: 0rem !important;
	}
	.dataTables_wrapper div.dt-buttons {
		position: relative;
		top: 0;
		margin-bottom: 15px;
	}
	.dataTables_wrapper div.dt-buttons .buttons-collection {
		width: 100%;
	}
	.dataTables_wrapper div.dt-buttons .dt-button-collection {
		left: 0 !important;
		width: 100%;
	}
	.daterangepicker {
		width: 100%;
	}
	.daterangepicker.show-calendar .drp-calendar {
		max-width: 100%;
	}
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		justify-content: center;
	}
	.right-side-section .margin-0-auto {
		overflow-x: hidden;
	}
	.pcol-flex {
		flex-direction: column;
	}
	.pcol-flex .col-auto {
		margin-top: 10px !important;
	}
	.create-ad-section .p20,
	.grey-panel.bg-grey-light {
		padding: 10px !important;
	}
	.ent-order span {
		display: inline-block;
		margin-bottom: 7px;
		line-height: 14px;
	}
	.submit-btn {
		margin: 1rem 0;
	}
	.pad-right-5 {
		padding-right: 1rem !important;
	}
	.leftside-menu .simplebar-content {
		padding-bottom: 100px !important;
	}
	.paid_btn_part {
		justify-content: center !important;
		padding-bottom: 0 !important;
		margin-top: 2rem;
	}
	.button-of-submit {
		text-align: center !important;
	}
	.dropdown_cart .vCartbtn {
		margin-bottom: 15px !important;
	}
	.specification-wrapper {
		padding: 0 20px !important;
	}
	.verification-section.shop-listing-section .shop-listing {
		padding: 0 10px !important;
	}
	.pricing-option-wrapper {
		padding: 15px 15px 15px 15px !important;
	}
	.index + .position-relative.px-5,
	.shop-wrap .p-5 {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.ps-section--shopping,
	.ps-section--shopping .col-12 {
		margin-bottom: 10px;
	}
	.target-wrap {
		padding: 10px;
	}
	.target-wrap .tags {
		flex-flow: wrap;
	}
	.ps-invoice-details .card-body {
		padding: 10px !important;
	}
	.pcol-flex div.pl-1,
	.pcol-flex div.pr-1,
	.pcol-flex div.col-auto {
		flex: 1 1 100%;
		max-width: 100%;
	}
	.info span {
		margin-left: 15px !important;
	}
	#product .carousel-inner .carousel-item img {
		width: 100%;
	}
	.image-upload-area .col-12.pr-0 {
		padding-right: 15px !important;
	}
	#productinfo .row.mb-5 {
		margin-bottom: 0 !important;
	}
	.lefttab-part .bg-white.p-5.shop-wrap {
		padding: 1rem !important;
	}
	.pl-5.form-font {
		padding: 0rem !important;
	}
	.shop-wrap .p-5 .row .col-md-12.round-10 {
		overflow: auto;
	}
	.form-group {
		margin-bottom: 0 !important;
	}
	.grey-panel-dark {
		padding-bottom: 15px;
	}
	.packagewrap .col-md-2 {
		flex: 1 1 100%;
		max-width: 100%;
	}
	#productinfo {
		padding-left: 10px;
	}
	.button-of-submit {
		margin-top: 15px;
	}
	.ps-section--shopping .ps-section__header .text-right a {
		padding: 5px 22px !important;
		width: 100%;
		justify-content: center;
		margin: 0 !important;
	}
	.ps-section--shopping .ps-section__header .text-right {
		gap: 0 10px;
		width: 100%;
	}
	.ps-section--account-setting .search-product {
		margin-left: 0 !important;
	}
	.invoice-detilas-limit img.position-absolute {
		position: relative !important;
	}
	.invoice-detilas-limit h1 {
		font-size: 2rem !important;
		margin-top: 15px;
	}
	.modal-header h4.modal-title.font-24 {
		font-size: 16px !important;
	}
	.modal-header h4.modal-title.font-24 .mr-5 {
		margin-right: 15px !important;
	}
	.modal-header h4.modal-title.font-24 .ml-3 {
		margin-left: 0 !important;
	}
	.dropdown_cart_scrollbar.w-scroll {
		height: 500px;
		max-height: 500px;
	}
	.mobile-menu {
		padding-bottom: 40px;
	}
	#rating-ability-wrapper .btnrating {
		max-width: 30px;
		flex: 1 1 30%;
		height: 30px;
	}
	.loyalty-card-section .wrapper button.btnrating:hover:before,
	.loyalty-card-section .wrapper button.btnrating.btn-primary:before {
		max-width: 30px;
		flex: 1 1 30%;
		height: 30px;
		width: 30px;
	}
	.loyalty-card-section .lowwe-div .loyalty-card-summary.btn-primary,
	.ratingStar-wrap .CommonAttribute {
		max-width: 49px;
		height: 49px;
		flex: 1 1 49%;
	}
	.support-inbox .left-side-box {
		margin-top: 1rem;
		margin-bottom: 2rem;
	}
	.like-thumb-icon {
		right: -64px;
	}
}
