@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);

:root {
	--h1size: 50px;
	--h2size: 32px;
	--h3size: 24px;
	--h4size: 20px;
	--h5size: 18px;
	--h6size: 14px;
	--bodysize: 13px;
	--h1height: 58px;
	--h2height: 48px;
	--h3height: 32px;
	--h4height: 28px;
	--h5height: 26px;
	--h6height: 22px;
	--bodyheight: 20px;
	--pfamily: 'Roboto', sans-serif;
	--red: #ff3838;
	--gray: #777;
	--text: #555;
	--blue: #1494a9;
	--white: #fff;
	--chalk: #f5f5f5;
	--green: #11b76b;
	--purple: #b12fad;
	--orange: #e86121;
	--yellow: #ffab10;
	--body: #f5f6f7;
	--border: #e8e8e8;
	--heading: #39404a;
	--primary: #fe5f01;
	--sub-heading: #565765;
	--green-chalk: #ddffd5;
	--green-dark: #072f17;
	--gray-chalk: #ccc;
	--intro-bg: #f8fffa;
	--facebook: #3b5998;
	--linkedin: #0e76a8;
	--twitter: #00acee;
	--google: #e60023;
	--instagram: #f77737;
	--primary-bshadow: 0 15px 35px 0 rgba(0, 0, 0, .1);
	--primary-tshadow: 2px 3px 8px rgba(0, 0, 0, .1)
}

* {
	margin: 0;
	padding: 0;
	outline: 0
}

img {
	vertical-align: middle
}

a {
	text-decoration: none;
	display: inline-block
}

a:hover {
	text-decoration: none
}

ul,
ol {
	padding: 0;
	list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
span,
label {
	margin-bottom: 0
}

html,
body {
	scroll-behavior: smooth
}

body {
	color: #454545;
	background: #fff;
	font-size: var(--bodysize);
	font-family: var(--pfamily);
	line-height: var(--bodyheight);
	overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	color: var(--heading)
}

h1 {
	font-size: var(--h1size);
	line-height: var(--h1height)
}

h2 {
	font-size: var(--h2size);
	line-height: var(--h2height);
	letter-spacing: -.3px;
	text-transform: capitalize
}

h3 {
	font-size: var(--h3size);
	line-height: var(--h3height)
}

h4 {
	font-size: var(--h4size);
	line-height: var(--h4height)
}

h5 {
	font-size: var(--h5size);
	line-height: var(--h5height)
}

h6 {
	font-size: var(--h6size);
	line-height: var(--h6height)
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: var(--gray);
	text-transform: capitalize
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 14px;
	color: var(--gray);
	text-transform: capitalize
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-size: 14px;
	color: var(--gray);
	text-transform: capitalize
}

input::placeholder,
textarea::placeholder {
	font-size: 14px;
	color: var(--gray);
	text-transform: capitalize
}

input,
button {
	border: 0;
	outline: 0;
	background: 0
}

button:focus {
	outline: 0
}

@media(max-width:575px) {
	.col {
		padding: 0 4px
	}
}

@media(max-width:991px) {
	.content-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.no-border {
	border: none !important
}

.section {
	margin-bottom: 40px
}

.refund-box-border {
	border: 1px solid var(--border);
	padding: 20px;
	border-radius: 10px
}

.table-action button i {
	width: 35px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	margin: 3px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.w-100 {
	width: 100%
}

.dropdown-menu-user {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	background-clip: padding-box
}

.dropdown-menu-user>li>a {
	display: block;
	padding: 6px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap
}

.dropdown-menu-user .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.inner-section {
	margin-bottom: 100px
}

.section-heading {
	text-align: center;
	margin-bottom: 40px
}

.section-btn-50 {
	text-align: center;
	margin-top: 50px
}

.section-btn-25 {
	text-align: center;
	margin-top: 25px
}

@media(max-width:767px) {
	.section {
		margin-bottom: 55px
	}

	.inner-section {
		margin-bottom: 60px
	}

	.section-heading {
		margin-bottom: 30px
	}

	.section-heading h2 {
		font-size: 28px;
		line-height: 36px
	}
}

@media(min-width:768px) and (max-width:1199px) {
	.section {
		margin-bottom: 75px
	}

	.inner-section {
		margin-bottom: 80px
	}
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-info p {
	font-weight: 500;
	color: var(--primary);
	text-shadow: var(--primary-shadow)
}

.alert-info p a {
	margin-left: 5px;
	text-decoration: underline
}

.breadcrumb {
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	background: 0
}

.breadcrumb .active {
	color: var(--gray-chalk)
}

.breadcrumb-item {
	font-size: 13px;
	padding: 0 !important;
	text-transform: capitalize
}

.breadcrumb-item a {
	color: var(--chalk)
}

.breadcrumb-item a:hover {
	color: var(--primary)
}

.breadcrumb-item+.breadcrumb-item::before {
	color: var(--white);
	padding: 0 8px
}

.backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 1000%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: none
}

.backtop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	width: 48px;
	height: 48px;
	font-size: 15px;
	color: var(--white);
	line-height: 48px;
	text-align: center;
	display: none;
	border-radius: 50%;
	background: var(--primary);
	-webkit-box-shadow: 0 0 15px 3px rgba(71, 254, 126, .5);
	box-shadow: 0 0 15px 3px rgba(71, 254, 126, .5);
	-webkit-animation: mahmud 2s infinite;
	animation: mahmud 2s infinite;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.backtop:hover {
	color: var(--white)
}

@-webkit-keyframes mahmud {
	0 {
		margin-bottom: 0
	}

	50% {
		margin-bottom: 15px
	}
}

@keyframes mahmud {
	0 {
		margin-bottom: 0
	}

	50% {
		margin-bottom: 15px
	}
}

@media(max-width:575px) {
	.backtop {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 14px
	}
}

@media(max-width:991px) {
	.backtop {
		bottom: 55px
	}
}

.btn {

	font-size: 13px;
	font-weight: 500;

    border-radius: .4rem !important;
    padding: 12px;
}

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

.btn i {
	font-size: 17px
}

.btn-inline {
	color: var(--white);
	background: var(--primary)
}

.btn-inline:hover {
	color: var(--primary);
	background: var(--white)
}

.btn-outline {
	color: var(--primary);
	background: var(--white)
}

.btn-outline:hover {
	color: var(--white);
	background: var(--primary)
}

.menu-badge {
	font-size: 10px;
	padding: 0 5px;
	margin-left: 5px;
	line-height: 18px;
	border-radius: 3px;
	letter-spacing: .3px;
	display: inline-block;
	text-transform: uppercase;
	color: var(--white);
	background: var(--red);
	text-shadow: var(--primary-tshadow)
}

.dropdown-arrow {
	position: relative;
	padding-right: 18px !important
}

.dropdown-arrow:hover::before {
	color: var(--primary)
}

.dropdown-arrow::before {
	position: absolute;
	content: "\ea99";
	top: 50%;
	right: 0;
	font-size: 15px;
	line-height: 15px;
	color: #454545;
	font-family: IcoFont;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-link {
	position: relative;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-link:hover {
	color: var(--primary);
	background: var(--chalk)
}

.dropdown-link:hover::before {
	color: var(--primary)
}

.dropdown-link::before {
	position: absolute;
	top: 50%;
	right: 18px;
	content: "\f054";
	font-size: 10px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-link.active {
	color: var(--primary)
}

.dropdown-link.active::before {
	color: var(--primary);
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg)
}

.dropdown-list {
	display: none;
	padding: 0 20px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-list li a {
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	border-radius: 8px;
	padding: 10px 15px 10px 35px;
	color: #454545;
	background: var(--white);
	position: relative;
	white-space: nowrap;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-list li a:hover {
	color: var(--primary);
	background: var(--chalk)
}

.dropdown-list li a::before {
	position: absolute;
	top: 50%;
	left: 15px;
	content: "\f068";
	font-size: 10px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.dropdown:hover .dropdown-position-list {
	visibility: visible;
	opacity: 1;
	top: 70px
}

.dropdown-position-list {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 2;
	width: 200px;
	height: auto;
	visibility: hidden;
	opacity: 0;
	padding: 10px;
	border-radius: 8px;
	background: var(--white);
	border: 1px solid var(--border);
	-webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .1);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-position-list::before {
	position: absolute;
	content: "";
	z-index: -1;
	top: -7px;
	left: 12px;
	width: 12px;
	height: 12px;
	border-radius: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: var(--white);
	border-top: 1px solid var(--border);
	border-left: 1px solid var(--border)
}

.dropdown-position-list li a {
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	border-radius: 8px;
	padding: 8px 15px;
	color: #454545;
	background: var(--white);
	white-space: nowrap;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dropdown-position-list li a:hover {
	color: var(--primary);
	background: var(--chalk)
}

.dropdown-megamenu {
	position: static
}

.dropdown-megamenu:hover .megamenu {
	visibility: visible;
	opacity: 1;
	top: 199px
}

.megamenu {
	position: absolute;
	top: 230px;
	left: 50%;
	z-index: 2;
	width: 1180px;
	border-radius: 8px;
	padding: 30px;
	background: var(--white);
	border: 1px solid var(--border);
	-webkit-box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .1);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.megamenu-scroll {
	height: 380px;
	overflow-y: scroll
}

.megamenu-wrap {
	margin-bottom: 30px
}

.megamenu-title {
	padding-bottom: 18px;
	margin-bottom: 20px;
	position: relative;
	text-transform: capitalize;
	border-bottom: 1px solid var(--border)
}

.megamenu-title::before {
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: var(--primary)
}

.megamenu-list {
	border-left: 1px solid var(--border)
}

.megamenu-list li a {
	width: 100%;
	border-radius: 5px;
	padding: 5px 0 5px 25px;
	color: #454545;
	white-space: nowrap;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.megamenu-list li a:hover {
	color: var(--primary);
	background: var(--chalk)
}

.megamenu-promo a img {
	width: 100%;
	border-radius: 3px
}

@media(max-width:1199px) {
	.megamenu {
		width: 100%
	}
}

.form-title {
	text-align: center;
	margin-bottom: 20px
}

.form-title h3 {
	text-transform: capitalize
}

.form-group {
	margin-bottom: 25px
}

.form-group small {
	color: var(--gray);
	letter-spacing: .3px;
	padding: 0 0 0 20px
}

.form-group textarea {
	height: 150px;
	padding: 12px 20px
}

.form-label {
	font-weight: 500;
	margin: 0 0 7px 3px;
	white-space: nowrap;
	text-transform: capitalize
}

.form-control {
	width: 100%;
	height: 45px;
	border-radius: 6px;
	padding: 5px 13px 5px;
	color: #454545;
	background: #fff;
	font-size: 13px;
	border: 1px solid var(--border)
}

.form-control textarea {
	padding-top: 20px
}

.form-control:focus-within {
	background: var(--chalk);

	border-color: var(--primary);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.form-control[type=file]::-webkit-file-upload-button,
.form-control[type=file]::file-selector-button {
	border: 0;
	background: 0;
	height: 45px;
	line-height: 45px;
	padding: 5px 15px 0;
	color: var(--gray)
}

.form-control[type=file]::-webkit-file-upload-button:hover,
.form-control[type=file]::file-selector-button:hover {
	background-color: transparent
}

.form-control[type=file]::-webkit-file-upload-button:focus,
.form-control[type=file]::file-selector-button:focus {
	border: 0;
	outline: 0
}

.form-select {
	height: 45px;
	font-size: 15px;
	padding: 0 16px;
	letter-spacing: .3px;
	background-size: 12px 10px;
	text-transform: capitalize;
	color: #454545;
	cursor: pointer
}

.form-select:focus-within {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid var(--primary)
}

.form-check-input:focus {
	border-color: var(--primary);
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-check-input:checked {
	background-color: var(--primary);
	border-color: var(--primary)
}

.form-btn {
	width: 100%;
	height: 45px;
	font-size: 14px;
	font-weight: 400;
	line-height: 45px;
	border-radius: 6px;
	letter-spacing: .5px;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary)
}

.form-input-group {
	position: relative
}

.form-input-group:focus-within i {
	color: var(--primary)
}

.form-input-group input {
	padding: 0 20px 2px 45px
}

.form-input-group textarea {
	padding: 12px 20px 12px 45px
}

.form-input-group i {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	font-size: 18px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center
}

.form-btn-group {
	width: 100%;
	height: 45px;
	font-size: 14px;
	font-weight: 500;
	line-height: 45px;
	border-radius: 6px;
	letter-spacing: .5px;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary)
}

.form-btn-group i {
	font-size: 15px;
	margin-right: 5px;
	display: inline-block
}

.nav-tabs {
	border: 0;
	padding: 25px 25px;
	border-radius: 8px;
	margin-bottom: 25px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--white)
}

.nav-tabs li {
	padding: 0 30px;
	border-right: 1px solid var(--border)
}

.nav-tabs li:last-child {
	border: 0
}

.tab-link {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.tab-link:hover {
	color: var(--primary)
}

.tab-link i {
	font-size: 18px;
	margin-right: 3px
}

.tab-link.active {
	color: var(--primary)
}

.tab-pane {
	display: none;
	padding: 0
}

.tab-pane.active {
	display: block
}

@media(max-width:575px) {
	.nav-tabs {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.nav-tabs li {
		padding: 5px;
		border: 0
	}
}

@media(min-width:576px) and (max-width:767px) {
	.nav-tabs {
		padding: 25px 10px
	}

	.nav-tabs li {
		padding: 0 20px
	}
}

.pagination {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.page-item {
	margin-left: 10px
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 50%
}

.page-item .active {
	color: var(--white);
	background: var(--primary)
}

.page-link {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-weight: 400;
	border: 0;
	padding: 0;
	color: #454545;
	background: var(--white)
}

.page-link:hover {
	color: var(--white);
	background: var(--primary)
}

.page-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none
}

@media(max-width:991px) {
	.page-link {
		width: 35px;
		height: 35px;
		line-height: 35px
	}
}

@media(max-width:767px) {
	.page-item {
		margin: 0 3px
	}
}

.star-rating {
	direction: rtl;
	text-align: center;
	margin: 25px 0
}

.star-rating input {
	display: none
}

.star-rating input:checked~label::after {
	opacity: 1
}

.star-rating label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 0 8px
}

.star-rating label:hover::after {
	opacity: 1
}

.star-rating label:hover:hover~label::after {
	opacity: 1
}

.star-rating label::before {
	content: "\ec7c";
	font-family: 'Icofont';
	font-weight: 900;
	font-size: 35px;
	display: block;
	color: #bbb
}

.star-rating label::after {
	content: "\ec7c";
	font-family: 'Icofont';
	font-weight: 900;
	font-size: 35px;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	color: var(--yellow);
	opacity: 0
}

.slider-arrow:hover .dandik,
.slider-arrow:hover .bamdik {
	visibility: visible;
	opacity: 1
}

.dandik,
.bamdik {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	color: var(--primary);
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	visibility: hidden;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.dandik:hover,
.bamdik:hover {
	color: var(--white);
	background: var(--primary)
}

.dandik {
	right: -10px
}

.bamdik {
	left: -10px
}

.slider-dots ul {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.slider-dots ul li {
	width: 9px;
	height: 9px;
	margin: 0 5px;
	border-radius: 30px;
	cursor: pointer;
	display: inline-block;
	background: var(--primary);
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.slider-dots ul li button {
	display: none
}

.slider-dots ul li.slick-active {
	width: 25px;
	background: var(--primary);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

@media(max-width:575px) {
	.slider-dots ul {
		bottom: 10px
	}

	.slider-dots ul li {
		margin: 0 6px
	}
}

@media(min-width:576px) and (max-width:767px) {
	.slider-dots ul {
		bottom: 20px
	}

	.slider-dots ul li {
		margin: 0 6px
	}
}

.product-add {
	width: 100%;
	font-size: 15px;
	padding: 8px 15px;
	text-align: center;
	text-transform: capitalize;
	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;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-add i {
	font-size: 14px;
	margin-right: 5px
}

.product-action {
	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: none
}

.product-action button i {
	width: 35px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	color: #454545;
	background: var(--chalk);
	text-shadow: var(--primary-tshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-action button i:hover {
	color: var(--white);
	background: var(--primary)
}

.product-action input {
	width: 100%;
	font-size: 15px;
	margin: 0 5px;
	padding: 6px 0;
	border-radius: 6px;
	text-align: center;
	color: var(--white);
	background: var(--primary);
	text-shadow: var(--primary-tshadow)
}

.table-list {
	width: 100%
}

thead tr {
	background: var(--primary)
}

thead tr th {
	font-size: 17px;
	font-weight: 500;
	white-space: nowrap;
	text-align: center;
	text-transform: capitalize;
	padding: 12px 20px;
	color: var(--white);
	border-right: 1px solid var(--border)
}

thead tr th:first-child {
	border-radius: 6px 0 0 6px
}

thead tr th:last-child {
	border-right: 0;
	border-radius: 0 6px 6px 0
}

tbody tr {
	border-bottom: 1px solid var(--border)
}

tbody tr td {
	padding: 12px 20px;
	text-align: center;
	border-right: 1px solid var(--border)
}

tbody tr td:last-child {
	border-right: 0
}

.table-name {
	white-space: nowrap;
	text-transform: capitalize
}

.table-image img {
	width: auto;
	height: 100px
}

.table-price h6 {
	white-space: nowrap
}

.table-price h6 small {
	font-size: 13px;
	margin-left: 3px;
	color: var(--gray);
	font-family: sans-serif
}

.table-desc p {
	width: 150px;
	font-size: 15px;
	text-align: left
}

.table-desc p a {
	text-transform: capitalize
}

.table-desc p a:hover {
	text-decoration: underline
}

.table-vendor a {
	font-weight: 500;
	color: var(--heading);
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.table-vendor a:hover {
	color: var(--primary)
}

.table-status h6 {
	text-transform: capitalize
}

.table-status .stock-in {
	color: var(--purple)
}

.table-status .stock-out {
	color: var(--orange)
}

.table-shop {
	width: 180px
}

.table-shop .product-add {
	color: var(--white);
	background: var(--primary)
}

.table-shop .action-plus i,
.table-shop .action-minus i {
	background: var(--white)
}

.table-action a i {
	width: 35px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	margin: 3px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.table-action .view i {
	color: var(--green);
	background: var(--white)
}

.table-action .view i:hover {
	color: var(--white);
	background: var(--green)
}

.table-action .wish i {
	color: var(--green);
	background: var(--white)
}

.table-action .wish.active i {
	color: var(--white);
	background: var(--green)
}

.table-action .trash i {
	color: var(--red);
	background: #f3f3f3
}

.table-action .trash i:hover {
	color: var(--white);
	background: var(--red)
}

@media(max-width:1199px) {
	.table-scroll {
		overflow-x: scroll
	}
}

.modal-content {
	border: 0;
	border-radius: 0
}

.modal-close {
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 1;
	width: 35px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	background: var(--white);
	-webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .2);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.modal-close:hover {
	color: var(--white);
	background: var(--primary)
}

.modal-form {
	width: 400px;
	padding: 30px;
	border-radius: 8px;
	background: var(--white)
}

@media(max-width:400px) {

	.modal-form,
	.modal-dialog {
		width: 100%;
		max-width: inherit
	}
}

@media(max-width:1100px) {
	.modal-dialog {
		margin: 80px auto 50px
	}

	.modal-close {
		right: 50%;
		top: -45px;
		-webkit-transform: translateX(50%);
		transform: translateX(50%)
	}
}

.order-track {
	margin-bottom: 25px
}

.order-track-list {
	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;
	padding: 25px 25px;
	border-radius: 8px;
	background: var(--chalk)
}

.order-track-item {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1
}

.order-track-item::before {
	position: absolute;
	content: "";
	top: 20px;
	left: 0;
	width: 100%;
	height: 5px;
	z-index: -1;
	background: var(--white)
}

.order-track-item:first-child::before {
	border-radius: 50px 0 0 50px
}

.order-track-item:last-child::before {
	border-radius: 0 50px 50px 0
}

.order-track-item i {
	width: 45px;
	height: 45px;
	font-size: 20px;
	line-height: 42px;
	border-radius: 50%;
	margin-bottom: 10px;
	text-align: center;
	display: inline-block;
	color: var(--primary);
	background: var(--white);
	border: 2px dotted var(--primary)
}

.order-track-item span {
	font-weight: 500;
	line-height: 20px;
	white-space: nowrap;
	color: var(--heading);
	text-transform: capitalize
}

.order-track-item.active::before {
	background: var(--primary)
}

.order-track-item.active i {
	color: var(--white);
	background: var(--primary)
}

.order-track-item.active span {
	color: var(--primary)
}

@media(max-width:575px) {
	.order-track {
		overflow-x: scroll
	}

	.order-track-list {
		width: 575px
	}

	.product-media {
		position: relative;
		height: 200px
	}
	.product-media-cat {
		position: relative;
		height: 175px
	}
}

@media(min-width:576px) and (max-width:767px) {
	.order-track-item span {
		white-space: inherit
	}
}

.nav-pills .nav-link {
	font-weight: 400;
	list-style: decimal
}

.nav-pills .nav-link.active {
	color: var(--primary);
	background: transparent
}

@media(max-width:991px) {
	.nav {
		margin-bottom: 30px
	}
}

.countdown {
	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
}

.countdown-time {
	padding: 0 30px;
	position: relative;
	color: var(--heading);
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.countdown-time::before {
	position: absolute;
	content: ":";
	top: 28%;
	right: -3px;
	font-size: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--heading)
}

.countdown-time:last-child::before {
	display: none
}

.countdown-time span {
	display: block;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: var(--primary)
}

.countdown-time small {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize
}

@media(max-width:575px) {
	.countdown-time {
		padding: 0 12px
	}

	.countdown-time:first-child {
		padding-left: 0
	}

	.countdown-time:last-child {
		padding-right: 0
	}

	.countdown-time span {
		font-size: 35px
	}

	.countdown-time small {
		font-size: 16px
	}
}

.suggest-card {
	position: relative
}

.suggest-card::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.suggest-card:hover::before {
	background: rgba(17, 151, 68, .9)
}

.suggest-card img {
	width: 100%
}

.suggest-card h5 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--white);
	font-weight: 400;
	text-transform: capitalize;
	text-shadow: var(--primary-tshadow)
}

.suggest-card h5 span {
	display: block;
	font-size: 15px;
	font-weight: 300
}

@media(max-width:400px) {
	.suggest-card h5 {
		font-size: 16px;
		line-height: 24px
	}

	.suggest-card h5 span {
		font: 14px
	}
}

.product-card {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
	margin-top: 25px;
	border: 1px solid #E6E6E6;
	background: var(--white);
	border-radius: .4rem;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-card:hover .product-widget {
	opacity: 1;
	bottom: 0
}

.product-card:hover .product-widget-begen {
	opacity: 1;
	top: 10px
}

.product-card:hover .product-add {
	color: var(--white);
	background: var(--primary)
}

@media(min-width:575px) {
	.product-media {
		position: relative;
		height: 350px
	}
	.product-media-cat {
		position: relative;
		height: 175px
	}
}

.product-label {
	position: absolute;
	top: .8rem;
	left: .8rem;
	text-align: left
}

.product-label-flash {
	position: absolute;
	top: 3.8rem;
	left: .8rem;
	text-align: left
}

.label-text {
	font-size: 14px;
	padding: 5px 8px;
	line-height: 13px;
	border-radius: 3px;
	margin-bottom: 5px;
	color: var(--white);
	text-align: center;
	text-transform: capitalize
}

.label-text.off {
	background: var(--red)
}

.label-text.new {
	background: var(--green)
}

.label-text.sale {
	background: var(--orange)
}

.label-text.feat {
	background: var(--purple)
}

.label-text.rate {
	background: var(--yellow)
}

.label-text.order {
	background: var(--blue)
}

.product-wish {
	position: absolute;
	top: 7px;
	right: 10px;
	font-size: 18px;
	color: var(--gray-chalk)
}

.product-wish.active {
	color: var(--primary)
}

.product-image img {
	width: 100%
}

.product-widget {
	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: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-widget a {
	width: 100%;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	color: #fff !important;
	background: rgb(242 89 125 / 60%);
	text-shadow: var(-primary-tshadow);
	-webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 7px 12px 0 rgba(0, 0, 0, .12)
}

.product-widget-begen {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: right;
	-ms-flex-align: right;
	align-items: right;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	position: absolute;
	top: 0;
	right: 10px;
	width: 100%;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-widget-begen button {
	width: 50px;
	height: 50px;
	font-size: 15px;
	line-height: 55px;
	text-align: center;
	color: #333 !important;
	background: #fff;
	text-shadow: var(-primary-tshadow);
	-webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 7px 12px 0 rgba(0, 0, 0, .12)
}

.product-widget-begen button i {
	font-size: 23px
}

.product-content {
	padding: 15px;
	text-align: left;
	border-top: 1px solid var(--border);
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 10px;
    min-height: 180px;
}



.product-content .variant-options-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.product-content .variant-options-wrapper .badges-wrapper {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    height: 24px;
}

.product-badge.successful-seller {
    background-color: #fef4eb;
}
.product-badge {
    height: 24px;
    border-radius: 4px;
    padding-right: 9px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

.product-badge .icon {
    width: 24px;
    height: 24px;
}
.icon {
    display: inline-block;
}
.product-badge .name {
    color: #333333;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-badge.collectable-coupon {
    background-color: #ebf5ff;
    max-width: 105px;
}


.product-rating {
	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-bottom: 3px
}

.product-rating i,
.product-rating a {
	font-size: 11px;
	margin: 0 2px;
	color: var(--gray)
}

.product-rating a {
	white-space: nowrap;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-rating a:hover {
	color: var(--primary);
	text-decoration: underline
}

.product-rating .active {
	color: var(--yellow)
}

.product-name {
	margin-bottom: 3px;
	text-transform: capitalize
}

.product-name a {
	color: var(--sub-heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	text-align: center;
	font-weight: 400;
	font-size: 13px
}

.product-name a:hover {
	color: var(--primary)
}

.product-price {
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 13px;
	text-align: center;
	font-size: 16px
}

.product-price del {
	color: #aab4be;
	font-size: 16px;
	font-weight: 400
}

.product-price span {
	color: #2e3440;
	white-space: nowrap;
	font-weight: 600
}

.product-price span small {
	font-weight: 400;
	font-size: .700em
}

.product-disable {
	position: relative
}

.product-disable:hover {
	border-color: var(--border);
	-webkit-box-shadow: none;
	box-shadow: none
}

.product-disable:hover .product-add {
	color: var(--heading);
	background: var(--border)
}

.product-disable .product-widget {
	visibility: hidden
}

.product-disable::before {
	position: absolute;
	content: "Out of Stock";
	top: 40%;
	left: 50%;
	z-index: 2;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	text-shadow: var(--primary-tshadow);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--white);
	background: rgba(224, 152, 22, .9)
}

.product-disable::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(255, 255, 255, .6)
}

@media(max-width:575px) {
	.product-card {
		padding: 8px;
		margin-bottom: 8px
	}

	.product-name {
		font-size: 15px;
		line-height: 22px
	}
}

.feature-card {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
	padding: 18px 18px;
	border-radius: 8px;
	background: var(--white);
	border: 1px solid var(--white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.feature-card:hover {
	border-color: var(--primary);
	-webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .1)
}

.feature-card:hover .feature-widget {
	opacity: 1;
	bottom: 15px
}

.feature-card:hover .feature-add {
	color: var(--white);
	background: var(--primary)
}

.feature-media {
	position: relative
}

.feature-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0
}

.label-text {
	    font-size: 12px;
    padding: 5px 9px;
    line-height: 13px;
	border-radius: 3px;
	margin-bottom: 5px;
	color: var(--white);
	text-align: center;
	text-transform: capitalize;
	font-weight: 700;

}

.label-text.off {
	background: var(--red)
}

.label-text.new {
	background: #a265cc
}

.label-text.flash {
	background: #fb0
}

.label-text.sale {
	background: var(--orange)
}

.label-text.feat {
	background: var(--purple)
}

.label-text.rate {
	background: var(--yellow)
}

.label-text.order {
	background: var(--blue)
}

.feature-wish {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	color: var(--gray-chalk)
}

.feature-wish.active {
	color: var(--primary)
}

.feature-image img {
	width: 220px
}

.feature-widget {
	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: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.feature-widget a {
	width: 40px;
	height: 40px;
	font-size: 15px;
	margin: 0 6px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	color: var(--white);
	background: var(--primary);
	text-shadow: var(-primary-tshadow);
	-webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 7px 12px 0 rgba(0, 0, 0, .12)
}

.feature-content {
	width: 100%;
	padding-left: 25px;
	margin-left: 25px;
	border-left: 1px solid var(--border)
}

.feature-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 3px
}

.feature-rating i,
.feature-rating a {
	font-size: 14px;
	margin: 0 2px;
	color: var(--gray)
}

.feature-rating a {
	white-space: nowrap;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.feature-rating a:hover {
	color: var(--primary);
	text-decoration: underline
}

.feature-rating .active {
	color: var(--yellow)
}

.feature-name {
	margin-bottom: 3px;
	text-transform: capitalize
}

.feature-name a {
	color: var(--sub-heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.feature-name a:hover {
	color: var(--primary)
}

.feature-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 10px
}

.feature-price del {
	color: var(--red);
	margin-right: 8px
}

.feature-price span {
	color: var(--primary);
	white-space: nowrap
}

.feature-price span small {
	font-weight: 400
}

.feature-desc {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px
}

@media(max-width:575px) {
	.feature-card {
		padding: 8px;
		margin-bottom: 15px
	}

	.feature-image img {
		width: 100%
	}

	.feature-name {
		font-size: 15px;
		line-height: 22px
	}
}

@media(max-width:450px) {
	.feature-card {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.feature-content {
		padding-left: 12px;
		margin-left: 12px
	}

	.feature-desc {
		display: none
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.feature-image img {
		width: 190px
	}
}

.product-standard {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
	padding: 15px 15px;
	border-radius: 8px;
	background: var(--white);
	border: 1px solid var(--border);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.product-standard:hover {
	border-color: var(--primary);
	-webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .1)
}

.product-standard:hover .standard-widget {
	opacity: 1;
	bottom: 15px
}

.product-standard:hover .standard-add {
	color: var(--white);
	background: var(--primary)
}

.standard-media {
	position: relative
}

.standard-label-group {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1
}

.standard-label {
	font-size: 14px;
	padding: 5px 8px;
	line-height: 13px;
	border-radius: 3px;
	text-transform: capitalize;
	color: var(--white)
}

.standard-label.off {
	background: var(--red)
}

.standard-label.new {
	background: var(--green)
}

.standard-label.sale {
	background: var(--orange)
}

.standard-label.feat {
	background: var(--purple)
}

.standard-label.rate {
	background: var(--yellow)
}

.standard-image img {
	width: 220px
}

.standard-widget {
	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: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.standard-widget a {
	width: 40px;
	height: 40px;
	font-size: 15px;
	margin: 0 6px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	color: var(--white);
	background: var(--primary);
	text-shadow: var(-primary-tshadow);
	-webkit-box-shadow: 0 7px 12px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 7px 12px 0 rgba(0, 0, 0, .12)
}

.standard-content {
	width: 100%;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid var(--border)
}

.standard-name {
	margin-bottom: 5px;
	text-transform: capitalize
}

.standard-name a {
	color: var(--sub-heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.standard-name a:hover {
	color: var(--primary)
}

.standard-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 5px
}

.standard-price del {
	color: var(--red);
	margin-right: 12px
}

.standard-price span {
	color: var(--primary);
	white-space: nowrap
}

.standard-price span small {
	font-weight: 400
}

.standard-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 10px
}

.standard-rating i,
.standard-rating a {
	font-size: 14px;
	margin-right: 3px;
	color: var(--gray)
}

.standard-rating a {
	white-space: nowrap;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.standard-rating a:hover {
	color: var(--primary);
	text-decoration: underline
}

.standard-rating .active {
	color: var(--yellow)
}

.standard-desc {
	margin-bottom: 20px
}

.standard-action-group {
	display: -ms-grid;
	display: grid;
	grid-gap: 15px;
	-ms-grid-columns: (minmax(180px, 1fr))[auto-fit];
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr))
}

.standard-action-group .product-add,
.standard-action-group .action-input {
	padding: 10px 0;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary)
}

.standard-action-group .product-add {
	font-size: 14px;
	font-weight: 500
}

.standard-wish {
	padding: 10px 0;
	border-radius: 8px;
	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;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.standard-wish i {
	font-size: 16px;
	margin-right: 6px
}

.standard-wish span {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .5px;
	text-transform: uppercase
}

.standard-wish {
	color: var(--primary);
	background: var(--border)
}

.standard-wish.active {
	color: var(--white);
	background: var(--primary)
}

.standard-action {
	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: none
}

.standard-action button i,
.standard-action a i {
	width: 35px;
	height: 35px;
	font-size: 15px;
	line-height: 35px;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	color: #454545;
	background: var(--border);
	text-shadow: var(--primary-tshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.standard-action button i:hover,
.standard-action a i:hover {
	color: var(--white);
	background: var(--primary)
}

.standard-action input {
	width: 100%;
	height: 45px;
	margin: 0 8px;
	font-size: 15px;
	line-height: 14px;
	border-radius: 5px;
	letter-spacing: .3px;
	text-align: center;
	color: var(--white);
	background: var(--primary);
	text-shadow: var(--primary-tshadow)
}

@media(max-width:575px) {
	.product-standard {
		padding: 10px 10px
	}

	.standard-image img {
		width: 130px
	}

	.standard-content {
		margin-left: 10px;
		padding-left: 10px
	}

	.standard-name {
		font-size: 16px;
		margin-bottom: 3px
	}

	.standard-price {
		font-size: 15px;
		margin-bottom: 3px
	}

	.standard-rating {
		margin-bottom: 6px
	}

	.standard-desc {
		display: none
	}

	.standard-action-group {
		grid-gap: 10px;
		-ms-grid-columns: (minmax(140px, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))
	}

	.product-add,
	.standard-wish {
		padding: 8px 0
	}

	.product-add i,
	.standard-wish i {
		display: none
	}

	.standard-action input {
		height: 38px
	}
}

@media(min-width:576px) and (max-width:767px) {
	.standard-image img {
		width: 150px
	}

	.standard-content {
		margin-left: 10px;
		padding-left: 10px
	}

	.standard-name {
		font-size: 18px
	}

	.standard-price {
		font-size: 16px
	}

	.standard-desc {
		display: none
	}

	.standard-action-group {
		grid-gap: 10px;
		-ms-grid-columns: (minmax(140px, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr))
	}

	.product-add,
	.standard-wish {
		padding: 8px 0
	}

	.product-add i,
	.standard-wish i {
		display: none
	}

	.standard-action input {
		height: 38px
	}
}

.testimonial-card {
	padding: 50px 50px 0;
	margin: 0 15px 30px;
	text-align: center;
	border-radius: 8px;
	background: var(--primary)
}

.testimonial-card i {
	font-size: 45px;
	margin-bottom: 20px;
	color: var(--white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.testimonial-card p {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 25px;
	font-style: italic;
	color: var(--white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.testimonial-card h5 {
	color: var(--white);
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.testimonial-card ul {
	font-size: 14px;
	color: var(--yellow);
	margin-bottom: 13px
}

.testimonial-card img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: -35px;
	display: inline-block;
	border: 5px solid var(--body)
}

@media(max-width:575px) {
	.testimonial-card {
		margin: 0 0 30px;
		padding: 25px 25px 0
	}

	.testimonial-card p {
		font-size: 18px;
		line-height: 28px
	}
}

.category-wrap:hover .category-overlay {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.category-media {
	position: relative;
	margin-bottom: 15px
}

.category-media img {
	width: 100%;
	height: auto;
	border-radius: 8px
}

.category-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	text-align: center;
	background: rgba(0, 0, 0, .4);
	-webkit-transform: scale(0);
	transform: scale(0);
	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;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.category-overlay a i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	color: var(--white);
	background: var(--primary);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.category-overlay a i:hover {
	color: var(--primary);
	background: var(--white)
}

.category-meta {
	padding: 0 10px
}

.category-meta h4 {
	text-transform: capitalize;
	margin-bottom: 3px
}

@media(max-width:575px) {
	.category-wrap {
		width: 150px
	}
}

@media(max-width:1199px) {
	.category-meta {
		padding: 0 5px
	}

	.category-meta h4 {
		font-size: 17px;
		margin-bottom: 0
	}

	.category-meta p {
		font-size: 15px
	}
}

.brand-wrap {
	text-align: center;
	padding-top: 15px
}

.brand-wrap:hover .brand-media::before {
	border-color: var(--primary);
	-webkit-animation-play-state: running;
	animation-play-state: running
}

.brand-wrap:hover .brand-overlay {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.brand-media {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	z-index: 1
}

.brand-media::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 175px;
	height: 175px;
	border-radius: 50%;
	background: var(--white);
	border: 2px dashed var(--border);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: rotate360 1.2s linear infinite;
	animation: rotate360 1.2s linear infinite;
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}

.brand-media img {
	width: 150px;
	height: 150px;
	border-radius: 50%
}

@-webkit-keyframes rotate360 {
	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

@keyframes rotate360 {
	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

.brand-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	text-align: center;
	background: rgba(0, 0, 0, .4);
	-webkit-transform: scale(0);
	transform: scale(0);
	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;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.brand-overlay a i {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	color: var(--white);
	background: var(--primary);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.brand-overlay a i:hover {
	color: var(--primary);
	background: var(--white)
}

.brand-meta h4 {
	text-transform: capitalize;
	margin-bottom: 6px
}

.brand-meta ul {
	margin-bottom: 3px
}

.brand-meta ul li {
	font-size: 13px;
	margin: 0 1px;
	color: var(--gray);
	display: inline-block
}

.brand-meta ul .active {
	color: var(--yellow)
}

.brand-meta ul .total {
	color: var(--heading)
}

@media(max-width:575px) {
	.brand-wrap {
		width: 200px
	}
}

.choose-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.choose-card:hover i {
	color: var(--white);
	background: var(--primary)
}

.choose-icon i {
	width: 75px;
	height: 75px;
	font-size: 40px;
	line-height: 75px;
	border-radius: 50%;
	margin-right: 30px;
	text-align: center;
	display: inline-block;
	color: var(--primary);
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.choose-text h4 {
	margin-bottom: 10px;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-card {
	margin-bottom: 30px
}

.blog-card:hover .blog-img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.blog-media {
	position: relative
}

.blog-calender {
	position: absolute;
	top: 20px;
	right: 20px;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 55px;
	height: 55px;
	border-radius: 6px;
	color: var(--white);
	background: rgba(0, 0, 0, .6)
}

.blog-calender span {
	line-height: 20px
}

.blog-date {
	font-size: 20px;
	font-weight: 500
}

.blog-month {
	font-size: 14px;
	letter-spacing: .3px;
	text-transform: uppercase
}

.blog-img {
	overflow: hidden;
	border-radius: 8px
}

.blog-img img {
	width: 100%;
	border-radius: 8px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-content {
	padding: 15px 15px 0
}

.blog-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px
}

.blog-meta li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px
}

.blog-meta li:last-child {
	margin: 0
}

.blog-meta li i {
	color: var(--primary);
	margin-right: 8px;
	font-size: 14px
}

.blog-meta li a,
.blog-meta li span {
	font-size: 15px;
	font-weight: 400;
	white-space: nowrap;
	text-transform: uppercase
}

.blog-meta li a {
	color: #454545;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-meta li a:hover {
	color: var(--primary)
}

.blog-title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px
}

.blog-title a {
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-title a:hover {
	color: var(--primary)
}

.blog-desc {
	font-size: 17px;
	line-height: 28px;
	color: var(--gray);
	margin-bottom: 25px
}

.blog-btn {
	font-size: 15px;
	font-weight: 500;
	color: var(--primary);
	text-transform: uppercase;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-btn i {
	font-size: 17px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-btn:hover {
	color: var(--primary);
	text-decoration: underline
}

.blog-btn:hover i {
	margin-left: 5px
}

@media(max-width:575px) {
	.blog-meta li {
		margin-right: 25px
	}

	.blog-content {
		padding: 15px 8px 0
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.blog-content {
		padding: 15px 12px 0
	}
}

.offer-card {
	margin-bottom: 30px
}

.offer-card a {
	width: 100%
}

.offer-card a img {
	width: 100%;
	border-radius: 8px
}

.offer-div {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 15px;
	margin: 0 15px;
	border-radius: 0 0 8px 8px;
	background: var(--white)
}

.offer-div-cart {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	border-radius: 0 0 8px 8px;
	background: var(--white)
}



.offer-div h5 {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase
}

.offer-div button,
.offer-div span {
	font-size: 15px;
	font-weight: 500;
	color: var(--primary);
	text-transform: capitalize
}

@media(min-width:351px) and (max-width:575px) {
	.offer-card {
		width: 320px;
		margin: 0 auto 30px
	}
}

@media(min-width:1100px) {
	.m-50 {
		padding-left: 50px
	}

	.plc-25 {
		padding-left: 25px
	}

	.prc-25 {
		padding-right: 25px
	}

	.bor-right {
		border-right: solid rgba(46, 52, 64, .08) .1rem
	}
}

.account-card {
	max-width: 116rem;
	padding: 20px 20px 3rem;
	background: #fff;
	border-radius: 1rem;
	-webkit-box-shadow: 0 0 35px 0 rgb(215 229 232 / 30%);
	-moz-box-shadow: 0 0 35px 0 rgba(215, 229, 232, .3);
	box-shadow: 0 0 35px 0 rgb(215 229 232 / 30%);
	border: 1px solid #eee
}

.detail-product-price {
	padding: 18px 0;
	margin-bottom: 25px;
	position: relative;
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.detail-product-price h4 {
	text-transform: capitalize
}

.detail-product-price button,
.detail-product-price a {
	border: 0;
	font-size: 15px;
	font-weight: 500;
	border-radius: 6px;
	letter-spacing: .3px;
	padding: 5px 15px;
	white-space: nowrap;
	text-transform: capitalize;
	color: var(--primary);
	background: var(--green-chalk);
	text-shadow: var(--primary-tshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.detail-product-price button:hover,
.detail-product-price a:hover {
	color: var(--white);
	background: var(--primary)
}

.account-title {
	padding: 18px 0;
	position: relative;
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.account-title h4 {
	text-transform: capitalize
}

.account-title button,
.account-title a {
	border: 0;
	font-size: 15px;
	border-radius: 8px;
	line-height: 14px;
	letter-spacing: -.025em;
	font-weight: 600;
	padding: 12px 12px;
	white-space: nowrap;
	text-transform: capitalize;
	color: #ff6000;
	background: #ffefe5;
	text-shadow: var(--primary-tshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.account-title button:hover,
.account-title a:hover {
	color: var(--white);
	background: var(--primary)
}

.form-title-h5 h4 {
	text-transform: capitalize
}

.form-title-h5 button,
.form-title-h5 a {
	border: 0;
	font-size: 15px;
	font-weight: 500;
	border-radius: 6px;
	letter-spacing: .3px;
	padding: 5px 15px;
	white-space: nowrap;
	text-transform: capitalize;
	color: var(--primary);
	background: var(--green-chalk);
	text-shadow: var(--primary-tshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.form-title-h5 button:hover,
.form-title-h5 a:hover {
	color: var(--white);
	background: var(--primary)
}

.stock-out {
	color: var(--orange)
}

.action-input {
	padding: 10px 0;
	color: var(--white);
	background: #f2597d;
	text-transform: uppercase;
	border-radius: 0;
	margin: 0 5px
}

.message button,
.message a {
	border: 0;
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
	text-transform: capitalize;
	color: #fff;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.message button:hover,
.message a:hover {
	color: var(--white);
	background: var(--primary)
}

@media(max-width:575px) {
	.account-card {
		padding: 0 15px 15px
	}
}

.profile-card {
	margin-bottom: 25px;
	position: relative;
	cursor: pointer
}

.profile-card:hover ul {
	visibility: visible;
	opacity: 1
}

.profile-card h6 {
	color: #454545;
	margin-bottom: 8px;
	text-transform: capitalize
}

.profile-card p {
	text-transform: capitalize
}

.profile-card ul {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 25px;
	right: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.profile-card ul li {
	margin: 5px 0
}

.profile-card ul li button {
	width: 30px;
	height: 32px;
	line-height: 32px;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.profile-card ul li a {
	width: 30px;
	height: 32px;
	line-height: 32px;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.profile-card ul .edit {
	color: var(--green)
}

.profile-card ul .edit:hover {
	color: var(--white);
	background: var(--green)
}

.profile-card ul .trash {
	color: var(--red)
}

.profile-card ul .trash:hover {
	color: var(--white);
	background: var(--red)
}

.profile-card.active {
	border-color: #ff6000
}

.payment-card {
	padding: 25px;
	border-radius: 6px;
	margin-bottom: 25px;
	background: var(--chalk);
	border: 1px solid var(--border);
	position: relative;
	cursor: pointer
}

.payment-card:hover button {
	visibility: visible;
	opacity: 1
}

.payment-card img {
	margin-bottom: 18px
}

.payment-card h4 {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
	text-transform: capitalize
}

.payment-card p {
	color: var(--heading);
	margin-bottom: 5px
}

.payment-card p span {
	font-size: 20px;
	margin-right: 15px;
	letter-spacing: 2px
}

.payment-card p sup {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px
}

.payment-card h5 {
	font-size: 14px;
	line-height: 22px;
	text-transform: capitalize
}

.payment-card button {
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 0;
	visibility: hidden;
	width: 30px;
	height: 32px;
	line-height: 32px;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.payment-card .trash {
	color: var(--red)
}

.payment-card .trash:hover {
	color: var(--white);
	background: var(--red)
}

.payment-card.active {
	background: var(--green-chalk);
	border-color: var(--primary)
}

@media(max-width:575px) {
	.payment-card p span {
		margin-right: 8px
	}
}

.contact-card {
	text-align: center;
	border-radius: 8px;
	margin: 0 2.5px 30px;
	padding: 60px 15px 55px;
	background: var(--white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.contact-card:hover {
	background: var(--primary)
}

.contact-card:hover i {
	color: var(--primary);
	background: var(--white)
}

.contact-card:hover h4,
.contact-card:hover p,
.contact-card:hover a {
	color: var(--white)
}

.contact-card i {
	width: 50px;
	height: 50px;
	font-size: 22px;
	line-height: 50px;
	border-radius: 50%;
	margin-bottom: 15px;
	text-align: center;
	display: inline-block;
	color: var(--white);
	background: var(--primary);
	text-shadow: var(--primary-tshadow);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.contact-card h4 {
	margin-bottom: 18px;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.contact-card p {
	width: 250px;
	font-size: 18px;
	line-height: 30px;
	margin: 0 auto;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.contact-card p a {
	font-size: 18px;
	line-height: 30px;
	display: block;
	color: #454545;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.contact-card.active {
	background: var(--primary)
}

.contact-card.active i {
	color: var(--primary);
	background: var(--white)
}

.contact-card.active h4,
.contact-card.active p,
.contact-card.active a {
	color: var(--white)
}

.branch-card {
	margin: 0 2.5px 30px;
	position: relative
}

.branch-card:hover::before {
	background: rgba(17, 151, 68, .85)
}

.branch-card:hover .branch-overlay {
	top: 50%
}

.branch-card:hover .branch-overlay p {
	opacity: 1
}

.branch-card::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(0, 0, 0, .45);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.branch-card img {
	width: 100%;
	border-radius: 8px
}

.branch-overlay {
	position: absolute;
	top: 60%;
	left: 0;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.branch-overlay h3 {
	color: var(--white);
	letter-spacing: .3px;
	margin-bottom: 8px;
	text-transform: capitalize;
	text-shadow: var(--primary-tshadow)
}

.branch-overlay p {
	width: 200px;
	margin: 0 auto;
	letter-spacing: .3px;
	color: var(--white);
	opacity: 0;
	text-transform: capitalize;
	text-shadow: var(--primary-tshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.team-media {
	overflow: hidden;
	position: relative;
	border-radius: 8px
}

.team-media:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.team-media:hover .team-overlay {
	top: 0;
	opacity: 1
}

.team-media:hover .team-overlay a {
	padding-top: 0
}

.team-media img {
	width: 100%;
	border-radius: 8px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.team-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	opacity: 0;
	background: rgba(0, 0, 0, .3);
	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;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.team-overlay a {
	width: 36px;
	height: 36px;
	font-size: 15px;
	line-height: 36px;
	margin: 0 5px;
	padding-top: 30px;
	text-align: center;
	border-radius: 50%;
	color: #454545;
	background: var(--white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.team-meta {
	text-align: center
}

.team-meta h5 {
	text-transform: capitalize
}

.team-meta h5 a {
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.team-meta h5 a:hover {
	color: var(--primary)
}

.team-meta p {
	font-size: 15px;
	text-transform: capitalize
}

@media(max-width:575px) {
	.team-card {
		width: 290px;
		margin: 0 auto 50px
	}
}

.header-top {
	padding: 8px 0;
	background: var(--primary)
}

.header-top-welcome p {
	font-size: 14px;
	color: var(--white);
	letter-spacing: .3px
}

.header-top-select {
	margin-top: 3px;
	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
}

.header-select {
	width: 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;
	border-right: 1px solid var(--green)
}

.header-select:last-child {
	border: 0
}

.header-select i {
	font-size: 16px;
	margin-right: 8px;
	color: var(--white)
}

.header-select .nice-select {
	line-height: 20px
}

.header-select .nice-select::after {
	border-right-color: var(--white);
	border-bottom-color: var(--white)
}

.header-select .nice-select .current {
	color: var(--white)
}

.header-top-list {
	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
}

.header-top-list li {
	margin-left: 35px
}

.header-top-list li a {
	font-size: 14px;
	color: var(--white);
	letter-spacing: .3px;
	white-space: nowrap;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-top-list li a:hover {
	color: var(--green-chalk)
}

@media(max-width:767px) {

	.header-top-welcome,
	.header-top-list {
		display: none
	}

	.header-top-select {
		width: 270px;
		margin: 0 auto
	}
}

@media(min-width:768px) and (max-width:991px) {
	.header-top-welcome {
		text-align: center;
		margin-bottom: 10px
	}
}

.header-part {
	background: var(--white);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-part.active {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background: var(--white);
	-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-part.active .header-content {
	padding: 15px 0
}

.header-part.active .header-widget:hover i {
	background: var(--primary)
}

.header-part.active .header-widget sup {
	border-color: var(--white)
}

.header-part.active .header-form {
	background: var(--white);
	border-color: var(--primary)
}

.header-content {
	padding: 9px 0;
	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;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-logo {
	margin-right: 50px
}

.header-logo img {
	width: 200px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-widget-group {
	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
}

.options-group {
	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
}

.header-widget-group .header-widget {
	margin-left: 20px
}

.header-widget-group .header-widget:first-child {
	margin-left: 0;
	height: 46px
}

.header-widget {
	position: relative;
	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
}

.header-widget:hover i {
	color: var(--white);
	background: #ff6000;
	text-shadow: var(--primary-tshadow)
}

.header-widget:hover span {
	color: var(--primary)
}

.header-widget img {
	width: 40px;
	height: 40px;
	border-radius: 50%
}

.header-widget i {
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: #454545;
	background: #f8f8f8;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-widget span {
	font-size: 15px;
	font-weight: 400;
	margin-left: 8px;
	letter-spacing: .3px;
	white-space: nowrap;
	text-align: left;
	text-transform: capitalize;
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-widget span small {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	font-family: sans-serif;
	display: block
}

.header-widget sup {
	position: absolute;
	top: -12px;
	left: 20px;
	width: 24px;
	height: 24px;
	font-size: 11px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	color: var(--white);
	background: #ff6000;
	border: 2px solid var(--white);
	text-shadow: var(--primary-tshadow);
	font-weight: 600
}

.header-cart span {
	font-size: 12px;
	margin-left: 15px;
	line-height: 20px;
	text-transform: uppercase
}

.header-form {
	width: 100%;
	margin: 0;
	border-radius: 8px;
	background: var(--chalk);
	border: 2px solid var(--chalk);
	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;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-form:focus-within {
	background: var(--white);
	border-color: var(--primary)
}

.header-form input {
	width: 100%;
	height: 45px;
	font-size: 15px;
	padding-left: 15px
}

.header-form button i {
	width: 45px;
	height: 45px;
	font-size: 15px;
	line-height: 45px;
	text-align: center;
	border-radius: 8px;
	color: #454545;
	display: inline-block;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.header-form button i:hover {
	color: var(--primary)
}

.header-media-group {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-media-group a img {
	width: auto;
	height: 45px
}

.header-user img,
.header-src img {
	width: 40px;
	height: 40px;
	border-radius: 50%
}

@media(max-width:991px) {
	.header-content {
		padding: 10px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.header-media-group {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.header-widget-group,
	.header-widget,
	.header-logo {
		display: none
	}

	.options-group,
	.header-widget,
	.header-logo {
		display: block
	}

	.h-mobil {
		display: none !important
	}

	.header-form {
		display: none;
		margin: 10px 0 0
	}

	.header-form.active {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.header-widget span {
		display: none
	}
}

.navbar-part {
	background: var(--white)
}

.navbar-content {
	border-top: 1px solid var(--border);
	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: flex-start;
	border-bottom: 1px solid var(--border)
}

.navbar-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: 30px
}

.navbar-item {
	margin-right: 30px
}

.navbar-item:last-child {
	margin-right: 0
}

.navbar-link {
	padding: 22px 0;
	font-weight: 500;
	color: #454545;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	font-size: 15px
}

.navbar-link:hover {
	color: var(--primary)
}

.navbar-focus-list {
	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
}

.navbar-focus-list li {
	margin-left: 30px
}

.navbar-focus-list li:first-child {
	margin-left: 0
}

.navbar-focus-list li a {
	font-weight: 500;
	color: #454545;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.navbar-focus-list li a:hover {
	color: var(--primary)
}

.navbar-focus-list li a i {
	font-size: 18px;
	margin-right: 5px
}

.navbar-info-group {
	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
}

.navbar-info {
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.navbar-info:last-child {
	margin-right: 0
}

.navbar-info i {
	font-size: 30px;
	margin-right: 15px;
	color: var(--primary)
}

.navbar-info p small {
	font-size: 14px;
	line-height: 16px;
	display: block;
	text-align: left;
	text-transform: capitalize
}

.navbar-info p span {
	font-size: 13px;
	font-weight: 500
}

.price-info-group {
	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: space-between
}

.price-info {
	margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.price-info:last-child {
	margin-right: 0
}

.price-info i {
	font-size: 16px;
	margin-right: 5px;
	color: #b3b3b3
}

.price-info p small {
	font-size: 14px;
	line-height: 16px;
	display: block;
	text-align: left;
	text-transform: capitalize
}

.price-info p span {
	font-size: 15px;
	font-weight: 500
}

.price-info p .unit {
	font-size: 15px;
	font-weight: 500
}

.price-info p small del {
	font-size: 21px;
	color: #aab4be;
	line-height: 28px;
	text-decoration: line-through;
	margin-right: 8px;
	font-weight: 600
}

.price-info p small .discount {
	font-size: 20px;
	color: #439e4a;
	line-height: 28px;
	margin-right: 8px;
	font-weight: 600
}

.price-info .discount .down {
	font-size: 20px;
	color: #439e4a;
	line-height: 30px;
	margin-right: 8px;
	font-weight: 400
}

.discount-down {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.discount-down i {
	font-size: 23px;
	line-height: 23px;
	color: #439e4a;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.price-info .u-price {
	font-size: 27px;
	color: #39404a;
	font-weight: 700;
	line-height: 18px;
	padding: 0 !important;
	height: auto !important
}

@media(max-width:991px) {
	.navbar-part {
		display: none
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.navbar-list li {
		margin-right: 18px
	}

	.navbar-link {
		font-size: 15px
	}

	.navbar-info {
		margin-right: 15px
	}

	.navbar-info p span {
		font-size: 14px
	}

	.navbar-info i {
		margin-right: 10px
	}
}

.nav-sidebar {
	position: fixed;
	top: 0;
	left: -320px;
	width: 280px;
	height: 100vh;
	padding: 0;
	z-index: 5;
	background: var(--white);
	-webkit-box-shadow: 15px 0 25px 0 rgba(0, 0, 0, .15);
	box-shadow: 15px 0 25px 0 rgba(0, 0, 0, .15);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.nav-sidebar.active {
	left: 0
}

.nav-header {
	padding: 15px 0;
	position: relative;
	text-align: center;
	border-bottom: 1px solid var(--border)
}

.nav-header a img {
	width: auto;
	height: 40px
}

.nav-close {
	position: absolute;
	top: 50%;
	right: -18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.nav-close i {
	width: 35px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: #454545;
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.nav-close i:hover {
	color: var(--white);
	background: var(--primary)
}

.nav-content {
	padding: 0 18px;
	overflow-y: scroll;
	max-height: calc(100vh - 100px)
}

.nav-btn {
	width: 100%;
	padding: 50px 0;
	margin-bottom: 20px;
	text-align: center;
	background: var(--chalk)
}

.nav-btn .btn {
	font-size: 14px;
	padding: 12px 28px;
	letter-spacing: .3px
}

.nav-btn .btn i {
	font-size: 14px
}

.nav-profile {
	width: 100%;
	text-align: center;
	padding: 18px 0 0
}

.nav-user {
	margin-bottom: 10px;
	border-radius: 50%;
	border: 2px solid var(--primary)
}

.nav-user img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	border: 2px solid var(--white)
}

.nav-name {
	margin-bottom: 18px;
	text-transform: capitalize
}

.nav-name a {
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.nav-name a:hover {
	color: var(--primary)
}

.nav-select-group {
	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;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--border)
}

.nav-select {
	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-right: 18px;
	padding-right: 18px;
	line-height: 20px;
	border-right: 1px solid var(--gray-chalk)
}

.nav-select:last-child {
	padding: 0;
	margin: 0;
	border: 0
}

.nav-select i {
	margin-right: 5px
}

.nav-list {
	width: 100%
}

.nav-list li {
	width: 100%
}

.nav-link {
	width: 100%;
	font-weight: 500;
	padding: 12px 15px;
	border-radius: 8px;
	color: #454545;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.nav-link:hover {
	color: var(--primary);
	background: var(--chalk)
}

.nav-link::before {
	right: 15px
}

.nav-link i {
	font-size: 20px;
	margin-right: 12px
}

.nav-link.active {
	color: var(--primary);
	background: var(--green-chalk)
}

.nav-info-group {
	padding: 20px 0;
	margin-top: 15px;
	margin-bottom: 25px;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border)
}

.nav-info {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.nav-info:last-child {
	margin-bottom: 0
}

.nav-info i {
	font-size: 30px;
	margin-right: 15px;
	color: var(--primary)
}

.nav-info p small {
	font-size: 14px;
	line-height: 18px;
	display: block;
	text-align: left;
	text-transform: capitalize
}

.nav-info p span {
	font-size: 16px;
	font-weight: 500
}

.nav-footer {
	text-align: center
}

.nav-footer p {
	font-size: 14px;
	color: var(--gray)
}

.nav-footer p a {
	color: var(--primary)
}

.cart-sidebar {
	position: fixed;
	top: 0;
	right: -450px;
	width: 400px;
	height: 100vh;
	z-index: 5;
	background: var(--white);
	-webkit-box-shadow: -15px 0 25px 0 rgba(0, 0, 0, .15);
	box-shadow: -15px 0 25px 0 rgba(0, 0, 0, .15);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.cart-sidebar.active {
	right: 0
}

.cart-header {
	padding: 18px 25px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid var(--border)
}



.cart-total i {
	font-size: 20px;
	margin-right: 8px;
	color: var(--primary)
}

.cart-total span {
	font-weight: 500;
	color: var(--primary);
	text-transform: capitalize
}

.cart-close {
	position: absolute;
	top: 50%;
	left: -18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.cart-close i {
	width: 35px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: #454545;
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.cart-close i:hover {
	color: var(--white);
	background: var(--primary)
}

.cart-list {
	height: 100%;
	padding: 0 15px;
	max-height: calc(100vh - 210px);
	overflow-y: scroll
}

.cart-item {
	padding: 15px 0;
	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;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-bottom: 1px solid var(--border)
}

.cart-item:hover .cart-media button {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.cart-item:last-child {
	border-bottom: 0
}

.cart-media {
	position: relative;
	margin-right: 25px
}

.cart-media a img {
	width: 100px;
	border-radius: 8px
}

.cart-media button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(0, 0, 0, .2);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.cart-media button i {
	width: 32px;
	height: 32px;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	border-radius: 5px;
	display: inline-block;
	color: var(--red);
	background: rgba(255, 255, 255, .9);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.cart-media button i:hover {
	color: var(--white);
	background: var(--red)
}

.cart-info-group {
	width: 100%
}

.cart-info {
	margin-bottom: 13px
}

.cart-info h6 {
	font-weight: 400;
	text-transform: capitalize
}

.cart-info h6 a {
	color: var(--heading)
}

.cart-info p {
	font-size: 14px
}

.cart-action-group {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.cart-action-group .product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.cart-action-group .product-action button i {
	width: 30px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border-radius: 5px
}

.cart-action-group .product-action input {
	width: 45px;
	height: 30px;
	font-size: 14px;
	border-radius: 5px;
	color: var(--primary);
	background: var(--chalk)
}

.cart-action-group h6 {
	font-weight: 500;
	color: var(--primary)
}

.cart-footer {
	padding: 20px 15px 0;
	text-align: center;
	-webkit-box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, .08)
}

.coupon-btn {
	font-weight: 500;
	margin-bottom: 20px;
	color: var(--primary);
	text-shadow: var(--primary-tshadow)
}

.coupon-btn:hover {
	text-decoration: underline
}

.coupon-form {
	padding: 3px;
	border-radius: 8px;
	margin-bottom: 18px;
	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;
	border: 1px solid var(--border);
	-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	display: none
}

.coupon-form:focus-within {
	border-color: var(--primary)
}

.coupon-form input {
	width: 100%;
	height: 38px;
	padding: 0 15px
}

.coupon-form button span {
	width: 100px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	border-radius: 8px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary)
}

.cart-checkout-btn {
	padding: 10px 0;
	border-radius: 8px;
	background: var(--primary);
	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;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.cart-checkout-btn:hover {
	background: var(--heading)
}

.checkout-label {
	width: 100%;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: .3px;
	text-align: center;
	text-transform: capitalize;
	color: var(--white)
}

.checkout-price {
	padding: 0 25px;
	letter-spacing: .3px;
	color: var(--white);
	border-left: 1px solid var(--border)
}

@media(max-width:450px) {
	.cart-sidebar {
		right: 0;
		width: 100%;
		height: 100vh;
		-webkit-transform: scale(0);
		transform: scale(0);
		margin: 80px 0 0;
		border-radius: 15px 15px 0 0;
		transition: all linear .3s;
		-webkit-transition: all linear .3s;
		-moz-transition: all linear .3s;
		-ms-transition: all linear .3s;
		-o-transition: all linear .3s
	}

	.cart-sidebar.active {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: top;
		transform-origin: top
	}

	.cart-close {
		left: 50%;
		top: -45px;
		bottom: inherit;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-radius: 50px 50px 0 0;
		-webkit-box-shadow: 0 -8px 10px 0 rgba(0, 0, 0, .15);
		box-shadow: 0 -8px 10px 0 rgba(0, 0, 0, .15)
	}

	.cart-list {
		max-height: calc(100vh - 290px)
	}

	.cart-media a img {
		width: 80px
	}
}

.category-sidebar {
	position: fixed;
	top: 0;
	left: -320px;
	width: 280px;
	height: 100vh;
	z-index: 9999;
	background: var(--white);
	-webkit-box-shadow: 15px 0 25px 0 rgba(0, 0, 0, .15);
	box-shadow: 15px 0 25px 0 rgba(0, 0, 0, .15);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.category-sidebar.active {
	left: 0
}

.category-header {
	padding: 15px 18px;
	position: relative;
	border-bottom: 1px solid var(--border);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.category-title {
	color: var(--primary);
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.category-title i {
	margin-right: 8px
}

.category-close {
	position: absolute;
	top: 50%;
	right: -18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.category-close i {
	width: 35px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: #454545;
	background: var(--white);
	text-shadow: var(--primary-tshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.category-close i:hover {
	color: var(--white);
	background: var(--primary)
}

.category-list {
	width: 100%;
	padding: 0 15px;
	overflow-y: scroll;
	height: calc(100vh - 130px)
}

.category-item {
	width: 100%;
	border-bottom: 1px solid var(--border)
}

.category-link {
	font-size: 16px;
	font-weight: 400;
	padding: 12px 15px;
	color: #454545;
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.category-link i {
	font-size: 25px;
	margin-right: 15px;
	display: inline-block
}

.category-footer {
	text-align: center;
	margin-top: 20px
}

.category-footer p {
	font-size: 14px;
	color: var(--gray)
}

.category-footer p a {
	color: var(--primary)
}

.mobile-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	background: var(--white);
	-webkit-box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, .1);
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: none
}

.mobile-menu a,
.mobile-menu button {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 80px;
	padding: 8px 0;
	position: relative
}

.mobile-menu a:hover,
.mobile-menu button:hover {
	background: var(--chalk)
}

.mobile-menu a:hover i,
.mobile-menu button:hover i {
	color: var(--primary)
}

.mobile-menu a:hover span,
.mobile-menu button:hover span {
	color: var(--primary)
}

.mobile-menu a i,
.mobile-menu button i {
	font-size: 15px;
	margin-bottom: 5px;
	color: #454545;
	text-shadow: 2px 3px 8px rgba(0, 0, 0, .1)
}

.mobile-menu a span,
.mobile-menu button span {
	font-size: 10px;
	line-height: 12px;
	color: #454545;
	text-transform: uppercase
}

.mobile-menu a sup,
.mobile-menu button sup {
	position: absolute;
	top: -5px;
	left: 75%;
	width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: var(--white);
	background: var(--primary);
	border: 2px solid var(--green-chalk);
	text-shadow: var(--primary-tshadow)
}

.mobile-menu a .fas fa-shopping-basket,
.mobile-menu button .fas fa-shopping-basket {
	font-size: 18px
}

@media(max-width:991px) {
	.mobile-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.product-label-flash {

	}


	.flash {
	font-size: 10px;

}

}

.product-view {
	max-width: 1000px;
	border-radius: 8px;
	background: var(--white)
}

.view-gallery {
	margin: 30px;
	position: relative
}

.view-label-group {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.view-label {
	font-size: 15px;
	padding: 6px 10px;
	margin-bottom: 6px;
	line-height: 13px;
	border-radius: 3px;
	text-align: center;
	text-transform: capitalize;
	color: var(--white)
}

.view-label:last-child {
	margin-bottom: 0
}

.view-label.off {
	background: var(--red)
}

.view-label.new {
	background: var(--green)
}

.view-label.sale {
	background: var(--orange)
}

.view-label.feat {
	background: var(--purple)
}

.view-label.rate {
	background: var(--yellow)
}

.view-details {
	margin: 30px
}

.view-name {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 5px;
	text-transform: capitalize
}

.view-name a {
	color: var(--heading)
}

.view-name a:hover {
	color: var(--primary)
}

.view-meta {
	margin-bottom: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.view-meta p {
	font-size: 13px;
	margin-right: 20px;
	text-transform: uppercase;
	color: var(--placeholder)
}

.view-meta span,
.view-meta a {
	margin-left: 5px;
	color: var(--placeholder)
}

.view-meta a:hover {
	text-decoration: underline;
	color: var(--primary)
}

.view-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 15px
}

.view-rating i,
.view-rating a {
	font-size: 15px;
	margin-right: 3px;
	color: var(--gray)
}

.view-rating a {
	margin-left: 8px;
	white-space: nowrap;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.view-rating a:hover {
	color: var(--primary);
	text-decoration: underline
}

.view-rating .active {
	color: var(--yellow)
}

.view-price {
	margin-bottom: 20px
}

.view-price del {
	color: var(--red);
	margin-right: 25px
}

.view-price span {
	color: var(--primary)
}

.view-price span small {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize
}

.view-desc {
	margin-bottom: 25px
}

.view-list-group {
	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;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 25px
}

.view-list-group:last-child {
	margin-bottom: 0
}

.view-list-title {
	font-weight: 500;
	margin-right: 15px;
	color: var(--heading);
	text-transform: capitalize
}

.view-tag-list {
	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
}

.view-tag-list li {
	margin-right: 8px
}

.view-tag-list li a {
	font-size: 14px;
	line-height: 12px;
	padding: 8px 10px;
	border-radius: 5px;
	letter-spacing: .3px;
	text-transform: capitalize;
	color: #454545;
	background: var(--chalk);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.view-tag-list li a:hover {
	color: var(--white);
	background: var(--primary)
}

.view-share-list {
	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
}

.view-share-list li {
	margin-right: 8px
}

.view-share-list li a {
	width: 35px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	color: #454545;
	background: var(--chalk);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.view-share-list li a:hover {
	color: var(--white);
	background: var(--primary)
}

.view-add-group {
	margin: 45px 0 15px
}

.view-add-group .product-add,
.view-add-group .action-input {
	height: 46px;
	line-height: 46px;
	letter-spacing: .3px;
	text-transform: uppercase;
	color: var(--white);
	background: var(--primary)
}

.view-action-group {
	display: -ms-grid;
	display: grid;
	grid-gap: 15px;
	-ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	position: relative
}

.view-action-group a {
	padding: 10px 0;
	border-radius: 8px;
	color: #454545;
	background: var(--border);
	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;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.view-action-group a i {
	font-size: 16px;
	margin-right: 8px
}

.view-action-group a span {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .5px;
	text-transform: uppercase
}

.view-wish.active {
	color: var(--white);
	background: var(--primary)
}

.preview-slider {
	margin-bottom: 20px
}

.preview-slider li img {
	width: 100%;
	border-radius: 8px
}

.thumb-slider li {
	margin: 0 10px;
	cursor: pointer
}

.thumb-slider li img {
	width: 100%;
	border-radius: 8px;
	border: 1px solid var(--border)
}

.thumb-slider .slick-center img {
	border: 1px solid var(--primary)
}

@media(max-width:500px) {

	.view-gallery,
	.view-details {
		margin: 25px
	}

	.view-list-group {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.view-list-title {
		margin: 0 0 10px
	}
}

@media(max-width:767px) {
	.product-view {
		max-width: 480px
	}
}

.countdown-part {
	padding: 80px 0;
	background: -webkit-gradient(linear, right top, left top, from(#c3ffda), to(#a1f3c0));
	background: linear-gradient(to left, #c3ffda, #a1f3c0)
}

.countdown-content {
	text-align: center
}

.countdown-content h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	text-transform: uppercase;
	margin-bottom: 12px
}

.countdown-content p {
	margin-bottom: 38px
}

.countdown-clock {
	margin-bottom: 45px
}

.countdown-img {
	position: relative
}

.countdown-img img {
	width: 100%
}

.countdown-off {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	padding: 35px 30px 30px;
	background: var(--red);
	position: absolute;
	top: 0;
	left: 0
}

.countdown-off span {
	display: block;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: .5px;
	color: var(--white)
}

@media(max-width:767px) {
	.countdown-part {
		padding: 60px 0
	}

	.countdown-img {
		margin-top: 30px
	}
}

.news-part {
	background-size: cover !important;
	padding: 70px 0;
	position: relative;
	z-index: 1
}

.news-part::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #221e1f;
	z-index: -1
}

.news-text h2 {
	font-size: 35px;
	color: var(--white);
	margin-bottom: 5px
}

.news-text p {
	font-size: 18px;
	font-weight: 300;
	color: var(--white)
}

.news-form {
	width: 100%;
	border-radius: 8px;
	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
}

.news-form input {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	line-height: 50px
}

.news-form button span {
	width: 100px;
	font-size: 14px;
	font-weight: 500;
	padding: 14px 0;
	border-radius: 8px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	color: var(--white);
	border-radius: .8rem;
	border: 1px solid #4a4a4a
}

.news-form button span i {
	margin-right: 5px
}

@media(max-width:575px) {
	.news-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal
	}
}

@media(max-width:767px) {
	.news-text {
		margin-bottom: 30px
	}
}

@media(max-width:991px) {
	.news-part {
		padding: 50px 30px 60px
	}

	.news-part .container-fluid {
		padding: 0
	}
}

.intro-part {
	padding: 80px 0;
	background: var(--intro-bg)
}

.intro-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.intro-wrap:hover .intro-icon i {
	color: var(--white);
	background: var(--primary)
}

.intro-icon {
	margin-right: 20px
}

.intro-icon i {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 43px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: var(--primary);
	background: var(--white);
	border: 3px double var(--primary);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.intro-content h5 {
	font-size: 17px;
	margin-bottom: 8px;
	text-transform: capitalize
}

.intro-content p {
	font-size: 15px;
	line-height: 22px
}

@media(max-width:767px) {
	.intro-part {
		padding: 60px 0 30px
	}

	.intro-wrap {
		margin-bottom: 30px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.intro-part {
		padding: 80px 0 50px
	}

	.intro-wrap {
		margin-bottom: 30px
	}
}

.footer-part {
	padding-top: 95px;
	background: #221e1f
}

.footer-widget {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%
}

.footer-logo {
	margin-bottom: 25px
}

.footer-logo img {
	height: 55px
}

.footer-desc {
	margin-bottom: 30px;
	color: rgb(255 255 255 / 50%);
	font-size: 15px;
	padding-right: 10px
}

.footer-social li {
	display: inline-block;
	margin-right: 7px
}

.footer-social li:last-child {
	margin-right: 0
}

.footer-social li a {
	width: 45px;
	height: 45px;
	font-size: 24px;
	line-height: 45px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	border: 1px solid #4a4a4a;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.footer-social li a:hover {
	color: var(--white);
	background: #616161
}

.footer-title {
	margin-bottom: 15px;
	letter-spacing: -.3px;
	text-transform: capitalize;
	color: #fff
}

.footer-widget.contact {
	margin-left: 30px
}

.footer-contact li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 18px
}

.footer-contact li:last-child {
	margin-bottom: 0
}

.footer-contact li i {
	font-size: 18px;
	margin-right: 15px;
	color: var(--primary)
}

.footer-contact li p span {
	display: block;
	color: rgb(255 255 255 / 50%);
	font-size: 14px
}

.footer-links {
	display: -ms-grid
}

.footer-links ul li {
	margin-bottom: 8px
}

.footer-links ul li:last-child {
	margin-bottom: 0
}

.footer-links ul li a {
	color: rgb(255 255 255 / 50%);
	font-size: 14px;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.footer-links ul li a:hover {
	color: var(--primary);
	text-decoration: underline
}

.footer-app {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr
}

.footer-app a img {
	width: 100%
}

.footer-bottom {
	margin-top: 10px;
	padding: 0 0 15px;
	border-radius: 8px 8px 0 0;
	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
}

.footer-copytext {
	font-size: 15px;
	color: #454545
}

.footer-copytext a {
	color: var(--green-chalk)
}

.footer-copytext a:hover {
	text-decoration: underline
}

.footer-card a {
	margin-left: 10px
}

.footer-card a img {
	height: 35px;
	border-radius: 3px
}

@media(max-width:768px) {
	.footer-part .container-fluid {
		padding: 0 25px
	}

	.footer-widget.contact {
		margin-left: 0
	}
}

@media(max-width:1199px) {
	.footer-part {
		padding-top: 50px
	}

	.footer-widget {
		margin-bottom: 40px
	}

	.footer-bottom {
		margin-top: 10px
	}
}

@media(max-width:767px) {
	.footer-bottom {
		padding: 25px 15px 75px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	.footer-copytext {
		margin-bottom: 10px
	}

	.footer-card a {
		margin: 0 3px
	}
}

@media(min-width:768px) and (max-width:991px) {
	.footer-bottom {
		padding: 25px 30px 75px
	}
}

.blog-widget {
	margin-bottom: 30px;
	margin-left: 5px;
	border-radius: 8px;
	padding: 18px 25px 25px;
	background: var(--white)
}

.blog-widget:last-child {
	margin-bottom: 0
}

.blog-widget-title {
	padding-bottom: 16px;
	margin-bottom: 20px;
	position: relative;
	text-transform: capitalize;
	border-bottom: 1px solid var(--border)
}

.blog-widget-title::before {
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0;
	width: 50px;
	height: 2px;
	background: var(--primary)
}

.blog-widget-form {
	position: relative
}

.blog-widget-form input {
	width: 100%;
	height: 45px;
	padding: 0 15px 0 60px;
	border-radius: 8px;
	background: var(--chalk);
	border: 1px solid var(--border);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-widget-form input:focus-within {
	border-color: var(--primary)
}

.blog-widget-form button {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: var(--white);
	background: var(--primary);
	border-radius: 8px 0 0 8px
}

.blog-widget-feed li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--border)
}

.blog-widget-feed li:last-child {
	margin: 0;
	padding: 0;
	border: 0
}

.blog-widget-media img {
	width: 100px;
	border-radius: 8px;
	margin-right: 20px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-widget-text {
	font-size: 17px;
	line-height: 24px
}

.blog-widget-text a {
	color: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-widget-text a:hover {
	color: var(--primary)
}

.blog-widget-text span {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase
}

.blog-widget-category li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--border)
}

.blog-widget-category li:last-child {
	margin: 0;
	padding: 0;
	border: 0
}

.blog-widget-category li:hover a {
	color: var(--primary)
}

.blog-widget-category li:hover a span {
	background: var(--primary)
}

.blog-widget-category li a {
	width: 100%;
	font-size: 17px;
	color: #454545;
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-widget-category li a span {
	font-size: 14px;
	float: right;
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	color: var(--white);
	background: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-widget-tag li {
	display: inline-block;
	margin: 0 8px 12px 0
}

.blog-widget-tag li a {
	font-size: 14px;
	padding: 5px 12px;
	border-radius: 3px;
	color: #454545;
	background: var(--chalk);
	text-transform: capitalize;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-widget-tag li a:hover {
	color: var(--white);
	background: var(--primary)
}

.blog-widget-social li {
	display: inline-block;
	margin-right: 10px
}

.blog-widget-social li a {
	width: 45px;
	height: 45px;
	font-size: 18px;
	line-height: 45px;
	text-align: center;
	border-radius: 3px;
	color: var(--white);
	background: var(--heading);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.blog-widget-social li a:hover {
	background: var(--primary)
}

@media(max-width:575px) {
	.blog-widget-social li {
		margin-right: 5px
	}

	.blog-widget-social li a {
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 40px
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.blog-widget-media img {
		width: 95px
	}

	.blog-widget-social li {
		margin-right: 5px
	}

	.blog-widget-social li a {
		width: 40px;
		height: 40px;
		font-size: 16px;
		line-height: 40px
	}
}

@media(max-width:991px) {
	.blog-widget {
		margin-left: 0
	}
}

.shop-filter {
	padding: 20px 30px;
	border-radius: 8px;
	margin-bottom: 25px;
	background: var(--white);
	border: 1px solid var(--border);
	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
}

.shop-filter .nice-select {
	border-radius: 6px;
	background: var(--chalk);
	padding: 8px 35px 8px 20px;
	border: 1px solid var(--border)
}

.shop-filter .nice-select::after {
	right: 20px
}

.shop-filter .nice-select .current {
	font-size: 15px
}

.shop-filter .nice-select .list {
	top: 45px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.shop-filter ul {
	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
}

.shop-filter ul li {
	margin: 0 5px
}

.shop-filter ul li a {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: #454545;
	background: var(--chalk)
}

.shop-filter ul li .active {
	color: var(--white);
	background: var(--primary)
}

.shop-filter p {
	font-size: 15px;
	text-transform: capitalize
}

@media(max-width:767px) {
	.shop-filter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.shop-filter .nice-select {
		margin-bottom: 15px
	}

	.shop-filter ul {
		margin-bottom: 15px
	}
}

.shop-widget-promo {
	margin-bottom: 25px;
	border-radius: 8px;
	text-align: center;
	overflow: hidden
}

.shop-widget-promo img {
	width: 100%;
	border-radius: 8px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.shop-widget-promo img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.shop-widget {
	padding: 20px 20px;
	border-radius: 8px;
	margin-bottom: 25px
}

.shop-widget:last-child {
	margin-bottom: 0
}

.shop-widget-title {
	padding-bottom: 12px;
	text-transform: uppercase;
	border-bottom: 1px solid var(--border)
}

.shop-widget-btn {
	width: 100%;
	font-size: 15px;
	padding: 8px 0;
	border-radius: 8px;
	color: var(--heading);
	background: var(--border);
	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;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.shop-widget-btn:hover {
	color: var(--white);
	background: var(--primary)
}

.shop-widget-btn i {
	margin-right: 8px;
	margin-top: -1px
}

.shop-widget-btn span {
	text-transform: capitalize
}

.shop-widget-group {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	margin: 15px 0
}

.shop-widget-group input {
	width: 100%;
	height: 45px;
	border-radius: 5px;
	background: var(--chalk);
	text-align: center
}

.shop-widget-list {
	margin: 18px 0 20px
}

.shop-widget-list li {
	margin-bottom: 12px;
	color: var(--gray);
	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;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.shop-widget-list li:hover {
	color: var(--primary)
}

.shop-widget-list li:last-child {
	margin-bottom: 0
}

.shop-widget-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.shop-widget-content input {
	width: 15px;
	height: 15px;
	margin-right: 12px;
	cursor: pointer
}

.shop-widget-content label {
	cursor: pointer;
	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;
	text-transform: capitalize
}

.shop-widget-content label i {
	font-size: 15px;
	margin-left: 8px;
	color: var(--gray)
}

.shop-widget-content label i:first-child {
	margin-left: 0
}

.shop-widget-content label i.active {
	color: var(--yellow)
}

.shop-widget-number {
	font-size: 15px
}

.shop-widget-search {
	width: 100%;
	height: 40px;
	padding: 0 15px;
	border-radius: 5px;
	background: var(--chalk);
	border: 1px solid var(--border);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.shop-widget-search:focus-within {
	border-color: var(--primary)
}

.shop-widget-scroll {
	height: 279px;
	overflow-y: scroll;
	padding-right: 10px
}

.single-banner {
	background-size: cover !important;
	padding: 100px 0;
	text-align: center;
	position: relative;
	z-index: 1
}

.single-banner::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, right top, left top, from(rgba(6, 23, 56, .6)), to(rgba(17, 151, 68, .6)));
	background: linear-gradient(to left, rgba(6, 23, 56, .6), rgba(17, 151, 68, .6));
	z-index: -1
}

.single-banner h2 {
	font-size: 38px;
	margin-bottom: 15px;
	color: var(--white);
	text-transform: uppercase
}

@media(max-width:767px) {
	.single-banner {
		padding: 60px 0
	}

	.single-banner h2 {
		font-size: 32px;
		margin-bottom: 12px
	}
}

.top-filter {
	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;
	margin-bottom: 25px
}

.filter-short {
	width: 225px;
	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
}

.filter-show {
	width: 125px;
	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
}

.filter-label {
	font-size: 14px;
	font-weight: 500;
	margin-right: 8px;
	white-space: nowrap;
	text-transform: uppercase
}

.filter-select {
	height: 40px;
	background-color: transparent
}

.filter-select:focus-within {
	border-color: #ced4da
}

.filter-action {
	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
}

.filter-action a i {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: #454545;
	background: transparent
}

.filter-action a i:hover {
	color: var(--primary)
}

.filter-action .active i {
	color: var(--white);
	background: var(--primary)
}

.filter-action .active i:hover {
	color: var(--white)
}

@media(max-width:575px) {

	.filter-label,
	.filter-action {
		display: none
	}

	.filter-show {
		width: 80px
	}

	.filter-short {
		width: 130px
	}
}

.bottom-paginate {
	padding-top: 25px;
	border-top: 1px solid var(--border);
	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
}

.page-info {
	font-weight: 400;
	color: #454545
}

@media(max-width:575px) {
	.bottom-paginate {
		margin-bottom: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.page-info {
		margin-bottom: 15px
	}
}

@media(min-width:576px) and (max-width:991px) {
	.bottom-paginate {
		margin-bottom: 30px
	}
}

.custom-select {
	height: 46px;
	padding: .375rem 2rem .375rem 1rem;
	font-size: .9rem;
	box-shadow: none;
	border: 1px solid #e2e2e2;
	cursor: pointer
}

.custom-select:hover,
.custom-select:focus {
	border: 1px solid #333;
	box-shadow: none
}

.pxp-animate {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-cover {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat
}

.pxp-cover-bottom {
	background-position: center bottom
}

.pxp-cover-top {
	background-position: center top
}

.pxp-section-h2 {
	font-weight: 900
}

.pxp-text-light {
	opacity: .7
}

.pxp-primary-cta {
	color: #333;
	font-weight: 700;
	display: inline-block
}

.pxp-primary-cta:hover {
	color: #333;
	text-decoration: none
}

.pxp-primary-cta:after {
	content: " ";
	border-top: 2px solid #333;
	width: 36px;
	height: 7px;
	display: inline-block;
	margin-left: 20px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform-origin: top left
}

.pxp-primary-cta.text-white:after {
	border-top: 2px solid #fff
}

.pxp-primary-cta:hover:after {
	transform: scale(2, 1)
}

.pt-100 {
	padding-top: 100px
}

.pb-100 {
	padding-bottom: 100px
}

.pt-200 {
	padding-top: 200px
}

.pb-200 {
	padding-bottom: 200px
}

.pt-300 {
	padding-top: 300px
}

.pb-300 {
	padding-bottom: 300px
}

.pt-400 {
	padding-top: 400px
}

.pb-400 {
	padding-bottom: 400px
}

.mt-60 {
	margin-top: 60px
}

.mb-60 {
	margin-bottom: 60px
}

.mt-40 {
	margin-top: 40px
}

.mb-40 {
	margin-bottom: 40px
}

.mt-100 {
	margin-top: 100px
}

.mb-100 {
	margin-bottom: 100px
}

.mt-200 {
	margin-top: 200px
}

.mb-200 {
	margin-bottom: 200px
}

.mt-300 {
	margin-top: 300px
}

.mb-300 {
	margin-bottom: 300px
}

.vh-50 {
	height: 50vh !important
}

.pxp-nav-tabs {
	border-bottom: 0 none
}

.pxp-nav-tabs .nav-link {
	margin-right: 20px;
	font-weight: 700;
	font-size: .8rem;
	color: rgba(51, 51, 51, .7);
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-nav-tabs .nav-link.active,
.pxp-nav-tabs .nav-link.active:hover {
	border-bottom: 2px solid #333;
	color: rgba(0, 0, 0, 1);
	background-color: transparent
}

.pxp-nav-tabs .nav-link:hover {
	border-color: transparent
}

.pxp-table {
	color: #333
}

.pxp-table thead th {
	border-top: 0 none;
	border-bottom: 0 none;
	font-weight: 700
}

.pxp-table td {
	border-top: 1px solid #e2e2e2
}

.pxp-table thead th:first-child,
.pxp-table td:first-child {
	padding-left: 0
}

.pxp-content-wrapper {
	padding-top: 82px
}

h1.pxp-page-header {
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 3rem
}

.pxp-paginantion .page-item .page-link {
	color: #333;
	background-color: transparent;
	border-color: transparent;
	margin-left: 0;
	margin-right: 20px;
	border-radius: 0;
	padding: 0 2px 10px 2px;
	line-height: 1;
	font-weight: 700;
	border: 0 none;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-paginantion .page-item.active .page-link {
	border-bottom: 2px solid #333
}

.pxp-paginantion .page-item .page-link:hover {
	opacity: .7
}

.pxp-paginantion .page-item.active .page-link>span {
	line-height: 1
}

.modal-content {
	border: 0 none
}

.modal-header {
	padding: 14px 14px 0;
	border-bottom: 0 none
}

.modal-header .close {
	padding: 0;
	margin: 0 0 0 auto;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	right: 0;
	top: 0;
	background: #ff7026;
	padding: 5px;
	z-index: 99;
	border-radius: 50px
}

.modal-body {
	padding: 0 40px 40px 40px
}

.modal-title {
	font-weight: 700
}

.modal-backdrop.show {
	opacity: .8
}

.pxp-modal-small {
	font-size: .9rem
}

.pxp-modal-link {
	text-decoration: underline;
	color: #333
}

.pxp-modal-link:hover {
	opacity: .7;
	color: #333
}

.align-right {
	text-align: right
}

.align-left {
	text-align: left
}

.pxp-header {
	padding: 30px 0
}

.pxp-header.pxp-no-bg {
	background-color: #fff;
	padding: 20px 0;
	border-bottom: 1px solid #e2e2e2
}

.pxp-dark-mode .pxp-header.pxp-no-bg {
	background-color: #000;
	border-bottom: 1px solid #000
}

.pxp-header.pxp-is-sticky {
	background-color: #fff;
	padding: 20px 0;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .16)
}

.pxp-header.pxp-is-sticky.pxp-no-bg {
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	position: fixed
}

.pxp-dark-mode .pxp-header.pxp-is-sticky {
	background-color: #000
}

.pxp-header.pxp-full {
	background-color: #fff;
	padding: 14px 0;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.pxp-dark-mode .pxp-header.pxp-full {
	background-color: #000
}

.pxp-header .pxp-container-full {
	padding: 0 30px
}

.pxp-logo {
	font-weight: 900;
	color: #fff;
	font-size: 22px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-header.pxp-mobile:after {
	content: "";
	display: block;
	background: #fff;
	position: fixed;
	height: 100px;
	width: 100%;
	z-index: 1040;
	left: 0;
	top: 0
}

.pxp-dark-mode .pxp-header.pxp-mobile:after {
	background: #000
}

.pxp-header.pxp-full.pxp-mobile:after {
	height: 69px
}

.pxp-header.pxp-no-bg.pxp-mobile:after {
	height: 82px
}

.pxp-is-sticky .pxp-logo,
.pxp-mobile .pxp-logo {
	color: #333
}

.pxp-dark-mode .pxp-is-sticky .pxp-logo,
.pxp-dark-mode .pxp-mobile .pxp-logo {
	color: #fff
}

.pxp-header.pxp-full .pxp-logo {
	color: #333
}

.pxp-dark-mode .pxp-header.pxp-full .pxp-logo {
	color: #fff
}

.pxp-header.pxp-no-bg .pxp-logo {
	color: #333
}

.pxp-dark-mode .pxp-header.pxp-no-bg .pxp-logo {
	color: #fff
}

.pxp-logo:hover {
	opacity: .7;
	color: #fff
}

.pxp-is-sticky .pxp-logo:hover,
.pxp-mobile .pxp-logo:hover {
	color: #333
}

.pxp-header.pxp-full .pxp-logo:hover {
	color: #333
}

.pxp-header.pxp-no-bg .pxp-logo:hover {
	color: #333
}

.pxp-dark-mode .pxp-is-sticky .pxp-logo:hover,
.pxp-dark-mode .pxp-mobile .pxp-logo:hover,
.pxp-dark-mode .pxp-no-bg .pxp-logo:hover,
.pxp-dark-mode .pxp-header.pxp-full .pxp-logo:hover {
	color: #fff
}

.pxp-nav {
	margin-bottom: 0
}

.pxp-nav.d-inline {
	margin-right: 20px
}

.pxp-nav>li {
	font-size: .8rem;
	position: relative;
	padding-bottom: 2px
}

.pxp-nav>li.list-inline-item:not(.pxp-is-last) {
	margin-right: .8rem
}

.pxp-nav>li.pxp-has-btns {
	display: none
}

.pxp-nav>li>a,
.pxp-nav>li>a:hover {
	font-weight: 700;
	color: #fff;
	text-decoration: none
}

.pxp-nav>li>a {
	text-transform: uppercase
}

.pxp-nav>li>a:after {
	content: " ";
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: 0 50%;
	-webkit-transition: transform .2s ease-in-out;
	-o-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out
}

.pxp-nav>li:hover>a:after {
	transform: scale(1, 1)
}

.pxp-is-sticky .pxp-nav>li>a,
.pxp-is-sticky .pxp-nav>li>a:hover,
.pxp-mobile .pxp-nav>li>a,
.pxp-mobile .pxp-nav>li>a:hover {
	color: #333
}

.pxp-no-bg .pxp-nav>li>a,
.pxp-no-bg .pxp-nav>li>a:hover {
	color: #333
}

.pxp-header.pxp-full .pxp-nav>li>a,
.pxp-header.pxp-full>li>a:hover {
	color: #333
}

.pxp-is-sticky .pxp-nav>li:hover>a:after,
.pxp-mobile .pxp-nav>li:hover>a:after {
	background: #333
}

.pxp-no-bg .pxp-nav>li:hover>a:after {
	background: #333
}

.pxp-header.pxp-full .pxp-nav>li:hover>a:after {
	background: #333
}

.pxp-dark-mode .pxp-is-sticky .pxp-nav>li>a,
.pxp-dark-mode .pxp-is-sticky .pxp-nav>li>a:hover,
.pxp-dark-mode .pxp-mobile .pxp-nav>li>a,
.pxp-dark-mode .pxp-mobile .pxp-nav>li>a:hover,
.pxp-dark-mode .pxp-no-bg .pxp-nav>li>a,
.pxp-dark-mode .pxp-no-bg .pxp-nav>li>a:hover,
.pxp-dark-mode .pxp-header.pxp-full .pxp-nav>li>a,
.pxp-dark-mode .pxp-header.pxp-full>li>a:hover {
	color: #fff
}

.pxp-dark-mode .pxp-is-sticky .pxp-nav>li:hover>a:after,
.pxp-dark-mode .pxp-mobile .pxp-nav>li:hover>a:after,
.pxp-dark-mode .pxp-no-bg .pxp-nav>li:hover>a:after,
.pxp-dark-mode .pxp-header.pxp-full .pxp-nav>li:hover>a:after {
	background: #fff
}

.pxp-nav>li>.pxp-nav-sub {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1600;
	float: left;
	min-width: 200px;
	padding: 7px 0;
	margin: 0;
	background-color: #fff;
	text-align: left;
	list-style: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0 none;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .16);
	display: none
}

.pxp-dark-mode .pxp-is-sticky .pxp-nav>li>.pxp-nav-sub,
.pxp-dark-mode .pxp-no-bg .pxp-nav>li>.pxp-nav-sub,
.pxp-dark-mode .pxp-full .pxp-nav>li>.pxp-nav-sub {
	background-color: #000
}

.pxp-nav>li>.pxp-nav-sub>li>a {
	display: block;
	padding: 7px 20px;
	text-decoration: none;
	font-size: .8rem;
	font-weight: 700;
	color: #333;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-nav>li>.pxp-nav-sub>li>a:hover {
	color: #333;
	opacity: .7
}

.pxp-dark-mode .pxp-is-sticky .pxp-nav>li>.pxp-nav-sub>li>a,
.pxp-dark-mode .pxp-mobile .pxp-nav>li>.pxp-nav-sub>li>a,
.pxp-dark-mode .pxp-no-bg .pxp-nav>li>.pxp-nav-sub>li>a,
.pxp-dark-mode .pxp-full .pxp-nav>li>.pxp-nav-sub>li>a {
	color: #fff
}

.pxp-dark-mode .pxp-is-sticky .pxp-nav>li>.pxp-nav-sub>li>a:hover,
.pxp-dark-mode .pxp-mobile .pxp-nav>li>.pxp-nav-sub>li>a:hover,
.pxp-dark-mode .pxp-no-bg .pxp-nav>li>.pxp-nav-sub>li>a:hover,
.pxp-dark-mode .pxp-full .pxp-nav>li>.pxp-nav-sub>li>a:hover {
	color: #fff
}

.pxp-header-user,
.pxp-header-nav-trigger {
	color: #fff;
	text-decoration: none;
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: .8rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-header-nav-trigger {
	display: none
}

.pxp-header-user:hover,
.pxp-header-nav-trigger:hover {
	text-decoration: none;
	color: #333;
	background-color: #fff
}

.pxp-is-sticky .pxp-header-user,
.pxp-is-sticky .pxp-header-nav-trigger,
.pxp-mobile .pxp-header-nav-trigger {
	border: 1px solid #333;
	color: #333
}

.pxp-no-bg .pxp-header-user,
.pxp-no-bg .pxp-header-nav-trigger {
	border: 1px solid #333;
	color: #333
}

.pxp-header.pxp-full .pxp-header-user,
.pxp-header.pxp-full .pxp-header-nav-trigger {
	border: 1px solid #333;
	color: #333
}

.pxp-is-sticky .pxp-header-user:hover,
.pxp-is-sticky .pxp-header-nav-trigger:hover,
.pxp-mobile .pxp-header-nav-trigger:hover {
	color: #fff;
	background-color: #333
}

.pxp-no-bg .pxp-header-user:hover,
.pxp-no-bg .pxp-header-nav-trigger:hover {
	color: #fff;
	background-color: #333
}

.pxp-header.pxp-full .pxp-header-user:hover,
.pxp-header.pxp-full .pxp-header-nav-trigger:hover {
	color: #fff;
	background-color: #333
}

.pxp-dark-mode .pxp-is-sticky .pxp-header-user,
.pxp-dark-mode .pxp-is-sticky .pxp-header-nav-trigger,
.pxp-dark-mode .pxp-mobile .pxp-header-user,
.pxp-dark-mode .pxp-mobile .pxp-header-nav-trigger,
.pxp-dark-mode .pxp-no-bg .pxp-header-user,
.pxp-dark-mode .pxp-no-bg .pxp-header-nav-trigger,
.pxp-dark-mode .pxp-header.pxp-full .pxp-header-user,
.pxp-dark-mode .pxp-header.pxp-full .pxp-header-nav-trigger {
	color: #fff;
	border: 1px solid #fff
}

.pxp-dark-mode .pxp-is-sticky .pxp-header-user:hover,
.pxp-dark-mode .pxp-is-sticky .pxp-header-nav-trigger:hover,
.pxp-dark-mode .pxp-mobile .pxp-header-user:hover,
.pxp-dark-mode .pxp-mobile .pxp-header-nav-trigger:hover,
.pxp-dark-mode .pxp-no-bg .pxp-header-user:hover,
.pxp-dark-mode .pxp-no-bg .pxp-header-nav-trigger:hover,
.pxp-dark-mode .pxp-header.pxp-full .pxp-header-user:hover,
.pxp-dark-mode .pxp-header.pxp-full .pxp-header-nav-trigger:hover {
	color: #333;
	background-color: #fff
}

.pxp-header-user>span,
.pxp-header-nav-trigger>span {
	width: 19px;
	text-align: center
}

.pxp-header-nav-trigger.pxp-active>span:before {
	content: "\f00d"
}

.pxp-hero {
	position: relative;
	background: #fff;
	overflow: hidden;
	height: 500px
}

.pxp-hero.pxp-hero-small {
	min-height: 400px
}

.pxp-hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0
}

.pxp-hero-has-animation .pxp-hero-bg {
	opacity: 0;
	transform: scale(1.3, 1.3);
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.pxp-hero-has-animation.pxp-hero-animate .pxp-hero-bg {
	opacity: 1;
	transform: scale(1, 1)
}

.pxp-hero-opacity {
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

.pxp-hero-opacity.pxp-opacity-10 {
	background-color: rgba(0, 0, 0, .1)
}

.pxp-hero-opacity.pxp-opacity-20 {
	background-color: rgba(0, 0, 0, .2)
}

.pxp-hero-props-carousel-1 .pxp-hero-bg:after {
	content: " ";
	display: block;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

.pxp-hero-caption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	z-index: 2
}

.pxp-hero-caption.pxp-hero-caption-bottom-left {
	bottom: 100px;
	top: auto;
	transform: none;
	text-align: left
}

.pxp-hero-caption.pxp-hero-caption-bottom-left.pxp-is-small {
	bottom: 60px
}

.pxp-hero-caption.pxp-hero-caption-left {
	text-align: left
}

.pxp-hero-caption h1 {
	font-weight: 700;
	font-size: 2.8rem;
	text-shadow: 1px 5px 30px rgba(0, 0, 0, .3)
}

.pxp-hero-has-animation .pxp-hero-caption h1 {
	opacity: 0;
	transform: translateY(50%);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pxp-hero-has-animation.pxp-hero-animate .pxp-hero-caption h1 {
	opacity: 1;
	transform: translateY(0);
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.pxp-hero-caption form {
	margin: 0 auto;
	width: 60%
}

.pxp-hero-caption.pxp-hero-caption-bottom-left form {
	margin: 0
}

.pxp-hero-caption.pxp-hero-caption-left form {
	margin: 0
}

.pxp-hero-has-animation .pxp-hero-caption form {
	opacity: 0;
	transform: scale(.95, .95);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-hero-has-animation.pxp-hero-animate .pxp-hero-caption form {
	opacity: 1;
	transform: scale(1, 1);
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.pxp-hero-search .row {
	margin-right: -5px;
	margin-left: -5px
}

.hero-search.pxp-has-tabs-margin {
	padding-top: 40px
}

.pxp-hero-caption form {
	margin: 0 auto;
	width: 60%
}

.pxp-hero-caption form.pxp-has-tabs {
	background-color: #fff;
	padding: 8px;
	border-radius: .3rem;
	border-top-left-radius: 0;
	position: relative;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .3)
}

.pxp-hero-caption form.pxp-has-tabs .form-group {
	margin-bottom: 0
}

.pxp-hero-search-tabs {
	position: absolute;
	top: -40px;
	left: 0
}

.pxp-hero-search-tabs>ul>li {
	display: inline-block
}

.pxp-hero-search-tabs>ul>li>input {
	position: absolute;
	left: -9999em
}

.pxp-hero-search-tabs>ul>li>a {
	display: block;
	line-height: 40px;
	padding: 0 1.2rem;
	background-color: rgba(255, 255, 255, .3);
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
	color: #fff;
	font-size: .9rem
}

.pxp-hero-search-tabs>ul>li.pxp-active>a {
	background-color: rgba(255, 255, 255, 1);
	color: #333;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-hero-search-tabs>ul>li>a:hover {
	text-decoration: none
}

.pxp-hero-search .pxp-hero-search-btn {
	background-color: #000;
	height: 54px;
	padding: 0 13px;
	border: 1px solid #000;
	border-radius: .25rem;
	font-size: 1.2rem;
	line-height: 46px;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-hero-search .pxp-hero-search-btn:hover {
	color: rgba(255, 255, 255, .7)
}

.pxp-hero-search .pxp-hero-search-btn:focus {
	border: 1px solid #000;
	outline: 0
}

.pxp-hero-search .col,
.pxp-hero-search .col-1,
.pxp-hero-search .col-10,
.pxp-hero-search .col-11,
.pxp-hero-search .col-12,
.pxp-hero-search .col-2,
.pxp-hero-search .col-3,
.pxp-hero-search .col-4,
.pxp-hero-search .col-5,
.pxp-hero-search .col-6,
.pxp-hero-search .col-7,
.pxp-hero-search .col-8,
.pxp-hero-search .col-9,
.pxp-hero-search .col-auto,
.pxp-hero-search .col-lg,
.pxp-hero-search .col-lg-1,
.pxp-hero-search .col-lg-10,
.pxp-hero-search .col-lg-11,
.pxp-hero-search .col-lg-12,
.pxp-hero-search .col-lg-2,
.pxp-hero-search .col-lg-3,
.pxp-hero-search .col-lg-4,
.pxp-hero-search .col-lg-5,
.pxp-hero-search .col-lg-6,
.pxp-hero-search .col-lg-7,
.pxp-hero-search .col-lg-8,
.pxp-hero-search .col-lg-9,
.pxp-hero-search .col-lg-auto,
.pxp-hero-search .col-md,
.pxp-hero-search .col-md-1,
.pxp-hero-search .col-md-10,
.pxp-hero-search .col-md-11,
.pxp-hero-search .col-md-12,
.pxp-hero-search .col-md-2,
.pxp-hero-search .col-md-3,
.pxp-hero-search .col-md-4,
.pxp-hero-search .col-md-5,
.pxp-hero-search .col-md-6,
.pxp-hero-search .col-md-7,
.pxp-hero-search .col-md-8,
.pxp-hero-search .col-md-9,
.pxp-hero-search .col-md-auto,
.pxp-hero-search .col-sm,
.pxp-hero-search .col-sm-1,
.pxp-hero-search .col-sm-10,
.pxp-hero-search .col-sm-11,
.pxp-hero-search .col-sm-12,
.pxp-hero-search .col-sm-2,
.pxp-hero-search .col-sm-3,
.pxp-hero-search .col-sm-4,
.pxp-hero-search .col-sm-5,
.pxp-hero-search .col-sm-6,
.pxp-hero-search .col-sm-7,
.pxp-hero-search .col-sm-8,
.pxp-hero-search .col-sm-9,
.pxp-hero-search .col-sm-auto,
.pxp-hero-search .col-xl,
.pxp-hero-search .col-xl-1,
.pxp-hero-search .col-xl-10,
.pxp-hero-search .col-xl-11,
.pxp-hero-search .col-xl-12,
.pxp-hero-search .col-xl-2,
.pxp-hero-search .col-xl-3,
.pxp-hero-search .col-xl-4,
.pxp-hero-search .col-xl-5,
.pxp-hero-search .col-xl-6,
.pxp-hero-search .col-xl-7,
.pxp-hero-search .col-xl-8,
.pxp-hero-search .col-xl-9,
.pxp-hero-search .col-xl-auto {
	padding-right: 5px;
	padding-left: 5px
}

.pxp-hero-search .form-group {
	position: relative
}

.pxp-hero-search .custom-select {
	border: 0 none;
	height: 54px;
	padding: .375rem 1.75rem .375rem 1.2rem;
	box-shadow: none;
	background-position-x: calc(100% - 1.2rem)
}

.pxp-hero-search .custom-select:focus {
	outline: 0;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .25)
}

.pxp-hero-search .form-control {
	border: 0 none;
	box-shadow: none;
	padding: .375rem 1.2rem;
	height: 54px;
	transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out
}

.pxp-hero-search .form-control:focus {
	outline: 0;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .25)
}

.pxp-hero-search.pxp-has-tabs .form-control:focus {
	box-shadow: none
}

.pxp-hero-search .form-control.pxp-is-address {
	padding-right: 2.6rem
}

.pxp-hero-search .form-control.pxp-is-address+span {
	position: absolute;
	display: block;
	top: 50%;
	right: 1.2rem;
	color: #333;
	transform: translateY(-50%)
}

.pxp-hero-props-carousel-1,
.pxp-hero-props-carousel-1 .carousel-inner,
.pxp-hero-props-carousel-1 .carousel-item {
	height: 100%
}

.pxp-hero-props-carousel-1-prices {
	position: absolute;
	width: 50%;
	bottom: 0;
	left: 0;
	height: 120px;
	z-index: 2;
	transform: scale(0, 1);
	-webkit-transition: transform .6s ease-in-out;
	-o-transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transform-origin: top right
}

.pxp-hero-props-carousel-1-prices.pxp-price-active {
	transform: scale(1, 1)
}

.pxp-hero-props-carousel-1-prices .carousel-inner {
	height: 100%
}

.pxp-hero-props-carousel-1-prices .carousel-item {
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 28px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	left: calc((100% * 2 - 1140px) / 2+15px)
}

.pxp-hero-props-carousel-1-prices .carousel-item .pxp-price>span {
	display: block;
	transform: translateY(100%);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-hero-props-carousel-1-prices.pxp-price-active .carousel-item.active .pxp-price>span {
	transform: translateY(0)
}

.pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .carousel-item.active .pxp-price>span {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
	color: #fff;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translate(-20%, -50%);
	right: 60px;
	opacity: 0
}

.pxp-hero-props-carousel-1-prices.pxp-price-active .carousel-item.active .pxp-cta {
	opacity: 1;
	transform: translate(0, -50%)
}

.pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .carousel-item.active .pxp-cta {
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}

.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta:hover {
	color: #fff;
	text-decoration: none
}

.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta:after {
	content: " ";
	border-top: 2px solid #fff;
	width: 36px;
	height: 7px;
	display: inline-block;
	margin-left: 20px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform-origin: top left
}

.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta:hover:after {
	transform: scale(2, 1)
}

.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker {
	position: absolute;
	left: calc(100%+60px);
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	white-space: nowrap;
	font-weight: 700;
	opacity: 0;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}

.pxp-hero-props-carousel-1-prices.pxp-price-active .pxp-carousel-ticker {
	opacity: 1
}

.pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .pxp-carousel-ticker {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker>div {
	display: inline-block;
	line-height: 13px
}

.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker .pxp-carousel-ticker-counter {
	overflow: hidden;
	height: 12px
}

.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker .pxp-carousel-ticker-counter>span {
	display: block;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-hero-props-carousel-1-prices .carousel-item:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .1);
	transform: scale(0, 1);
	transform-origin: 0 50%;
	-webkit-transition: all 6.4s linear;
	-o-transition: all 6.4s linear;
	transition: all 6.4s linear
}

.pxp-hero-props-carousel-1-prices.pxp-price-active .carousel-item.active:after {
	transform: scale(1, 1)
}

.pxp-hero-props-carousel-1-prices.pxp-price-active.pxp-first-time .carousel-item.active:after {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.pxp-hero-props-carousel-1 .pxp-carousel-controls {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	background-color: #fff;
	width: 240px;
	height: 120px
}

.pxp-hero-props-carousel-1 .pxp-carousel-controls a {
	cursor: pointer;
	display: block;
	background-color: #fff;
	height: 120px;
	width: 120px;
	position: absolute
}

.pxp-dark-mode .pxp-hero-props-carousel-1 .pxp-carousel-controls a {
	background-color: #000
}

.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev {
	top: 0;
	left: 0
}

.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next {
	top: 0;
	right: 0
}

.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0, -50%)
}

.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translate(0, -50%)
}

.pxp-dark-mode .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg line,
.pxp-dark-mode .pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg line {
	stroke: #fff
}

@keyframes arrowPCLeft {
	0 {
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}

	25% {
		opacity: 0;
		-webkit-transform: translate(-30%, -50%);
		transform: translate(-30%, -50%)
	}

	50% {
		opacity: 0;
		-webkit-transform: translate(20%, -50%);
		transform: translate(20%, -50%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
}

@keyframes arrowPCRight {
	0 {
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}

	25% {
		opacity: 0;
		-webkit-transform: translate(30%, -50%);
		transform: translate(30%, -50%)
	}

	50% {
		opacity: 0;
		-webkit-transform: translate(-30%, -50%);
		transform: translate(-30%, -50%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
}

.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev:hover svg {
	-webkit-animation: arrowPCLeft .4s ease-in-out;
	-moz-animation: arrowPCLeft .4s ease-in-out;
	animation: arrowPCLeft .4s ease-in-out
}

.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next:hover svg {
	-webkit-animation: arrowPCRight .4s ease-in-out;
	-moz-animation: arrowPCRight .4s ease-in-out;
	animation: arrowPCRight .4s ease-in-out
}

.pxp-hero-props-carousel-1 .carousel-item .pxp-caption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(calc(-50% - 70px));
	color: #fff
}

.pxp-hero-props-carousel-1 .pxp-caption-prop-title {
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 3rem;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.pxp-hero-props-carousel-1 .carousel-item.active .pxp-caption-prop-title {
	opacity: 1;
	transform: translateY(0)
}

.pxp-hero-props-carousel-1 .pxp-caption-prop-features {
	opacity: 0;
	transform: translateY(10px);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-hero-props-carousel-1 .carousel-item.active .pxp-caption-prop-features {
	opacity: .7;
	transform: translateY(0);
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.pxp-hero-props-carousel-1 .pxp-caption-prop-features>span {
	opacity: .5;
	display: inline-block;
	padding: 0 5px
}

.pxp-hero-props-carousel-1 .carousel-indicators {
	-ms-flex-pack: left;
	justify-content: left;
	bottom: 15px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px
}

.pxp-hero-props-carousel-1 .carousel-indicators li {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	margin-left: 0;
	border-radius: .25rem;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, .7);
	opacity: 1;
	transition: all .6s ease;
	transform: scale(.85, .85);
	overflow: hidden
}

.pxp-hero-props-carousel-1 .carousel-indicators li.active {
	box-shadow: 0 15px 30px rgba(0, 0, 0, .25);
	transform: scale(1, 1)
}

.pxp-hero-props-carousel-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

.pxp-hero-props-carousel-2-left {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%
}

.pxp-hero-props-carousel-2-right {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.pxp-hero-props-carousel-2-left .carousel-inner,
.pxp-hero-props-carousel-2-left .carousel-item,
.pxp-hero-props-carousel-2-right .carousel-inner,
.pxp-hero-props-carousel-2-right .carousel-item {
	height: 100%
}

.pxp-hero-props-carousel-2-right .pxp-hero-bg {
	transform: scale(1.1);
	-webkit-transition: all 7s linear;
	-moz-transition: all 7s linear;
	transition: all 7s linear
}

.pxp-hero-props-carousel-2-right .carousel-item.active .pxp-hero-bg {
	transform: scale(1)
}

.pxp-hero-props-carousel-2-right .pxp-hero-bg:after {
	content: " ";
	display: block;
	background-color: rgba(0, 0, 0, .1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1
}

.pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
	position: absolute;
	top: 50%;
	left: calc(100% - 570px+15px);
	right: 0;
	transform: translateY(calc(-50% - 60px));
	color: #fff;
	z-index: 2
}

.pxp-hero-props-carousel-2-left .pxp-caption-prop-title {
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 3rem;
	opacity: 0;
	transform: translateX(20px);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-hero-props-carousel-2-left .carousel-item.active .pxp-caption-prop-title {
	opacity: 1;
	transform: translateX(0)
}

.pxp-hero-props-carousel-2-left .pxp-caption-prop-features {
	opacity: 0;
	transform: translateX(20px);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-hero-props-carousel-2-left .carousel-item.active .pxp-caption-prop-features {
	opacity: .7;
	transform: translateX(0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.pxp-hero-props-carousel-2-left .pxp-caption-prop-features>span {
	opacity: .5;
	display: inline-block;
	padding: 0 5px
}

.pxp-hero-props-carousel-2-left .pxp-caption-prop-price {
	opacity: 0;
	font-size: 28px;
	line-height: 28px;
	transform: translateX(20px);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-hero-props-carousel-2-left .carousel-item.active .pxp-caption-prop-price {
	opacity: 1;
	transform: translateX(0);
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
	color: #fff;
	font-weight: 700;
	display: inline-block;
	position: absolute;
	bottom: 138px;
	left: calc(100% - 570px+15px);
	opacity: 0;
	transform: translateX(20px);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-hero-props-carousel-2-left .carousel-item.active .pxp-cta {
	opacity: 1;
	transform: translateX(0);
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta:hover {
	color: #fff;
	text-decoration: none
}

.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta:after {
	content: " ";
	border-top: 2px solid #fff;
	width: 36px;
	height: 7px;
	display: inline-block;
	margin-left: 20px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform-origin: top left
}

.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta:hover:after {
	transform: scale(2, 1)
}

.pxp-hero-props-carousel-2 .pxp-carousel-controls {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	background-color: #fff;
	width: 180px;
	height: 100px
}

.pxp-dark-mode .pxp-hero-props-carousel-2 .pxp-carousel-controls {
	background-color: #000
}

.pxp-hero-props-carousel-2 .pxp-carousel-controls.pxp-right {
	left: auto;
	right: calc((100% - 1140px) / 2+15px);
	transform: none
}

.pxp-hero-props-carousel-2 .pxp-carousel-controls a {
	cursor: pointer;
	display: block;
	background-color: #fff;
	width: 90px;
	height: 100px;
	position: absolute
}

.pxp-dark-mode .pxp-hero-props-carousel-2 .pxp-carousel-controls a {
	background-color: #000
}

.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-prev {
	top: 0;
	left: 0
}

.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-next {
	top: 0;
	right: 0
}

.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-prev svg {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%)
}

.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-next svg {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%)
}

.pxp-dark-mode .pxp-hero-props-carousel-2 .pxp-carousel-controls svg line {
	stroke: #fff
}

.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-prev:hover svg {
	-webkit-animation: arrowPCLeft .4s ease-in-out;
	-moz-animation: arrowPCLeft .4s ease-in-out;
	animation: arrowPCLeft .4s ease-in-out
}

.pxp-hero-props-carousel-2 .pxp-carousel-controls a.pxp-carousel-control-next:hover svg {
	-webkit-animation: arrowPCRight .4s ease-in-out;
	-moz-animation: arrowPCRight .4s ease-in-out;
	animation: arrowPCRight .4s ease-in-out
}

.pxp-hero-props-carousel-2 .pxp-carousel-ticker {
	position: absolute;
	left: 50%;
	bottom: 223px;
	transform: translateX(-50%);
	color: #fff;
	white-space: nowrap;
	font-weight: 700;
	z-index: 2
}

.pxp-hero-props-carousel-2 .pxp-carousel-ticker.pxp-right {
	left: auto;
	right: calc((100% - 1140px) / 2+15px);
	transform: none
}

.pxp-hero-props-carousel-2 .pxp-carousel-ticker>div {
	display: inline-block;
	line-height: 13px
}

.pxp-hero-props-carousel-2 .pxp-carousel-ticker .pxp-carousel-ticker-counter {
	overflow: hidden;
	height: 12px
}

.pxp-hero-props-carousel-2 .pxp-carousel-ticker .pxp-carousel-ticker-counter>span {
	display: block;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-hero.pxp-hero-contact {
	height: 100vh;
	min-height: 700px
}

.pxp-hero-contact-form-caption-subtitle {
	opacity: .7
}

.pxp-hero-contact-form-caption-cta .pxp-cta {
	color: #fff;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-hero-contact-form-caption-cta .pxp-cta:hover {
	color: #fff;
	text-decoration: none
}

.pxp-hero-contact-form-caption-cta .pxp-cta:after {
	content: " ";
	border-top: 2px solid #fff;
	width: 36px;
	height: 7px;
	display: inline-block;
	margin-left: 20px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform-origin: top left
}

.pxp-hero-contact-form-caption-cta .pxp-cta:hover:after {
	transform: scale(2, 1)
}

.pxp-hero-contact-form {
	background-color: #fff;
	border-radius: .3rem;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	padding: 40px
}

.pxp-dark-mode .pxp-hero-contact-form {
	background-color: #000
}

.pxp-dark-mode .pxp-hero-contact-form .pxp-section-h2 {
	color: #fff
}

.pxp-hero-contact-form>p {
	opacity: .7
}

.pxp-dark-mode .pxp-hero-contact-form>p {
	color: #fff
}

.pxp-dark-mode .pxp-hero-contact-form .form-control {
	background-color: #333;
	border: 1px solid rgba(255, 255, 255, .3);
	color: #fff
}

.pxp-dark-mode .pxp-hero-contact-form .form-control:focus {
	border: 1px solid rgba(255, 255, 255, .6)
}

.pxp-hero-contact-form-btn {
	display: block;
	text-align: center;
	white-space: nowrap;
	background-color: #333;
	height: 46px;
	padding: 0 20px;
	border: 1px solid #333;
	border-radius: .25rem;
	font-size: .9rem;
	text-transform: uppercase;
	line-height: 46px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-hero-contact-form-btn:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, .7)
}

.pxp-dark-mode .pxp-hero-contact-form-btn {
	background-color: #fff;
	border: 1px solid #fff;
	color: #000
}

.pxp-dark-mode .pxp-hero-contact-form-btn:hover {
	color: rgba(0, 0, 0, .7)
}

.pxp-hero-contact-form textarea {
	height: 92px
}

.pxp-hero-contact-form label.form-check-label {
	margin-bottom: 0;
	font-size: .9rem;
	font-weight: 400
}

.pxp-dark-mode .pxp-hero-contact-form label.form-check-label {
	color: #fff
}

.pxp-dark-mode .pxp-hero-contact-form .custom-select {
	background: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='0045'%3e%3cpathfill='%23ffffff'd='M20L02h4zm05L03h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #333;
	border: 1px solid rgba(255, 255, 255, .3);
	color: #fff
}

.pxp-dark-mode .pxp-hero-contact-form .custom-select:hover {
	border: 1px solid rgba(255, 255, 255, .6)
}

.pxp-areas-1-item {
	display: block;
	position: relative;
	overflow: hidden;
	height: 360px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	margin-bottom: 30px
}

.pxp-areas-1-item-fig {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

.pxp-areas-1-item:hover .pxp-areas-1-item-fig {
	transform: scale(1.06, 1.06)
}

.pxp-areas-1-item-details {
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	z-index: 2
}

.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details {
	background-color: #000
}

.pxp-areas-1-item-details-area {
	color: #333;
	font-size: 1.3rem;
	font-weight: 900
}

.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details-area {
	color: #fff
}

.pxp-areas-1-item-details-city {
	color: #333;
	font-size: .8rem;
	opacity: .7
}

.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-details-city {
	color: #fff
}

.pxp-areas-1-item-counter {
	position: absolute;
	bottom: 110px;
	left: 20px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 50px;
	font-size: .6rem;
	z-index: 3;
	overflow: hidden;
	transform: scale(0);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-counter {
	color: #fff
}

.pxp-areas-1-item:hover .pxp-areas-1-item-counter {
	transform: scale(1, 1)
}

.pxp-areas-1-item-counter:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 50px;
	transform: translateX(-72%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-counter:before {
	background-color: #000
}

.pxp-areas-1-item:hover .pxp-areas-1-item-counter:before {
	transform: translateX(0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.pxp-areas-1-item-counter>span {
	opacity: 0;
	z-index: 4;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pxp-areas-1-item:hover .pxp-areas-1-item-counter>span {
	opacity: 1;
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.pxp-areas-1-item-cta {
	position: absolute;
	color: #333;
	bottom: 20px;
	right: 20px;
	z-index: 3;
	font-size: .7rem;
	letter-spacing: 1px;
	opacity: 0;
	font-weight: 700;
	transform: translateY(400%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-dark-mode .pxp-areas-1-item .pxp-areas-1-item-cta {
	color: #fff
}

.pxp-areas-1-item:hover .pxp-areas-1-item-cta {
	transform: translateY(0);
	opacity: 1
}

.pxp-areas-carousel {
	padding: 0 30px
}

.pxp-areas-carousel .owl-stage {
	margin: 0 auto
}

.pxp-areas-carousel-item,
.elementor a.pxp-areas-carousel-item {
	display: block;
	position: relative
}

a.pxp-areas-carousel-item:hover {
	text-decoration: none
}

.pxp-areas-carousel-item-fig-container {
	height: 270px;
	position: relative;
	overflow: hidden
}

.pxp-areas-carousel-item-fig {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
	transform: scale(1.01, 1.01)
}

a.pxp-areas-carousel-item:hover .pxp-areas-carousel-item-fig {
	transform: scale(1.06, 1.06)
}

.pxp-areas-carousel-item-details-area {
	color: #333;
	font-size: 1.3rem;
	font-weight: 900
}

.pxp-areas-carousel-item-details-city {
	color: #333;
	font-size: .8rem;
	opacity: .7
}

.pxp-areas-carousel-item-counter {
	position: absolute;
	top: 224px;
	left: 20px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 50px;
	font-size: .6rem;
	z-index: 3;
	overflow: hidden;
	transform: scale(0);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-dark-mode .pxp-areas-carousel-item .pxp-areas-carousel-item-counter {
	color: #fff
}

.pxp-areas-carousel-item:hover .pxp-areas-carousel-item-counter {
	transform: scale(1, 1)
}

.pxp-areas-carousel-item-counter:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 50px;
	transform: translateX(-72%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-dark-mode .pxp-areas-carousel-item .pxp-areas-carousel-item-counter:before {
	background-color: #000
}

.pxp-areas-carousel-item:hover .pxp-areas-carousel-item-counter:before {
	transform: translateX(0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.pxp-areas-carousel-item-counter>span {
	opacity: 0;
	z-index: 4;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pxp-areas-carousel-item:hover .pxp-areas-carousel-item-counter>span {
	opacity: 1;
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.pxp-areas-carousel-left-arrow,
.pxp-areas-carousel-right-arrow {
	background-color: #fff;
	width: 64px;
	height: 64px;
	cursor: pointer;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .16);
	border-radius: 50%;
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translate(-50%, -50%) scale(1, 1);
	z-index: 10;
	overflow: hidden
}

.pxp-dark-mode .pxp-areas-carousel-left-arrow,
.pxp-dark-mode .pxp-areas-carousel-right-arrow {
	background-color: #000
}

.pxp-areas-carousel .owl-prev.disabled .pxp-areas-carousel-left-arrow,
.pxp-areas-carousel .owl-next.disabled .pxp-areas-carousel-right-arrow {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0, 0)
}

.pxp-areas-carousel-right-arrow {
	left: auto;
	right: 60px
}

.pxp-areas-carousel .pxp-areas-carousel-right-arrow {
	transform: translate(50%, -50%) scale(1, 1);
	right: 60px
}

.pxp-areas-carousel .owl-next.disabled .pxp-areas-carousel-right-arrow {
	opacity: 0;
	transform: translate(50%, -50%) scale(0, 0)
}

.pxp-areas-carousel-left-arrow svg,
.pxp-areas-carousel-right-arrow svg {
	width: 26px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.pxp-areas-carousel-left-arrow svg line,
.pxp-areas-carousel-right-arrow svg line {
	stroke: #333
}

.pxp-dark-mode .pxp-areas-carousel-left-arrow svg line,
.pxp-dark-mode .pxp-areas-carousel-right-arrow svg line {
	stroke: #fff
}

.pxp-areas-carousel .owl-prev.disabled .pxp-areas-carousel-left-arrow svg line,
.pxp-areas-carousel .owl-next.disabled .pxp-areas-carousel-right-arrow svg line {
	opacity: .5
}

.pxp-areas-carousel .owl-prev:not(.disabled) .pxp-areas-carousel-left-arrow:hover,
.pxp-areas-carousel .owl-next:not(.disabled) .pxp-areas-carousel-right-arrow:not(.disabled):hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, .16)
}

.pxp-areas-carousel .owl-prev:not(.disabled) .pxp-areas-carousel-left-arrow:hover svg {
	-webkit-animation: arrowLeft .4s ease-in-out;
	-moz-animation: arrowLeft .4s ease-in-out;
	animation: arrowLeft .4s ease-in-out
}

.pxp-areas-carousel .owl-next:not(.disabled) .pxp-areas-carousel-right-arrow:hover svg {
	-webkit-animation: arrowRight .4s ease-in-out;
	-moz-animation: arrowRight .4s ease-in-out;
	animation: arrowRight .4s ease-in-out
}

.pxp-areas-carousel .owl-nav {
	height: 0
}

.pxp-areas-carousel .owl-prev.disabled,
.pxp-areas-carousel .owl-next.disabled {
	cursor: default
}

.pxp-agents-1-item {
	display: block;
	position: relative;
	height: 300px;
	margin-bottom: 80px
}

.pxp-agents-1-item-fig-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}

.pxp-agents-1-item-fig {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

.pxp-agents-1-item:hover .pxp-agents-1-item-fig {
	transform: scale(1.06, 1.06)
}

.pxp-agents-1-item-details {
	background-color: #fff;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	padding: 20px;
	z-index: 2;
	overflow: hidden;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	transform: translateY(50%);
	text-align: center
}

.pxp-dark-mode .pxp-agents-1-item-details {
	background-color: #000
}

.pxp-agents-1-item-details-name {
	color: #333;
	font-weight: 900;
	line-height: 1.3;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.pxp-dark-mode .pxp-agents-1-item-details-name {
	color: #fff
}

.pxp-agents-1-item-details-email {
	color: #333;
	opacity: .7;
	font-size: .8rem
}

.pxp-dark-mode .pxp-agents-1-item-details-email {
	color: #fff
}

.pxp-agents-1-item-cta {
	position: absolute;
	color: #333;
	bottom: 20px;
	left: 50%;
	z-index: 3;
	font-size: .7rem;
	letter-spacing: 1px;
	opacity: 0;
	font-weight: 700;
	white-space: nowrap;
	transform: translate(-50%, 400%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-dark-mode .pxp-agents-1-item-cta {
	color: #fff
}

.pxp-agents-1-item:hover .pxp-agents-1-item-cta {
	transform: translate(-50%, 0);
	opacity: 1
}

.pxp-agents-1-item-details-spacer {
	height: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-agents-1-item:hover .pxp-agents-1-item-details-spacer {
	height: 34px
}

.pxp-agents-1-item-rating {
	position: absolute;
	bottom: 76px;
	left: 50%;
	color: #333;
	padding: 6px 10px;
	border-radius: 50px;
	font-size: .8rem;
	z-index: 3;
	overflow: hidden;
	transform: scale(0);
	margin-left: -45px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-dark-mode .pxp-agents-1-item-rating {
	color: #fff
}

.pxp-agents-1-item:hover .pxp-agents-1-item-rating {
	transform: scale(1)
}

.pxp-agents-1-item-rating:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 50px;
	transform: translateX(-72%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-dark-mode .pxp-agents-1-item-rating:before {
	background-color: #000
}

.pxp-agents-1-item:hover .pxp-agents-1-item-rating:before {
	transform: translateX(0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.pxp-agents-1-item-rating>span {
	z-index: 4;
	position: relative
}

.pxp-agents-1-item-rating>span>span {
	opacity: 0;
	transform: scale(2);
	margin: 0 1px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-agents-1-item:hover .pxp-agents-1-item-rating>span>span {
	opacity: 1;
	transform: scale(1)
}

.pxp-agents-1-item:hover .pxp-agents-1-item-rating>span>span:nth-child(1) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.pxp-agents-1-item:hover .pxp-agents-1-item-rating>span>span:nth-child(2) {
	-webkit-transition-delay: .7s;
	transition-delay: .7s
}

.pxp-agents-1-item:hover .pxp-agents-1-item-rating>span>span:nth-child(3) {
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}

.pxp-agents-1-item:hover .pxp-agents-1-item-rating>span>span:nth-child(4) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s
}

.pxp-agents-1-item:hover .pxp-agents-1-item-rating>span>span:nth-child(5) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

.pxp-prop-card-1 {
	display: block;
	position: relative;
	overflow: hidden;
	height: 400px
}

.pxp-prop-card-1-fig {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

.pxp-prop-card-1:hover .pxp-prop-card-1-fig {
	transform: scale(1.06, 1.06)
}

.pxp-prop-card-1-gradient {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2
}

.pxp-prop-card-1-details {
	position: absolute;
	padding: 20px;
	color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	border-bottom-left-radius: .3rem;
	border-bottom-right-radius: .3rem;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-prop-card-1-details-price {
	color: #fff;
	font-size: 22px;
	font-weight: 900
}

.pxp-prop-card-1-details-price>small {
	font-size: 60%
}

.pxp-prop-card-1-details-features {
	font-size: 12px;
	opacity: .7
}

.pxp-prop-card-1-details-features>span {
	opacity: .5;
	display: inline-block;
	padding: 0 5px
}

.pxp-prop-card-1:hover .pxp-prop-card-1-details {
	transform: translateY(-30%)
}

.pxp-prop-card-1-details-cta {
	position: absolute;
	color: #fff;
	padding: 20px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	font-size: .7rem;
	letter-spacing: 1px;
	opacity: 0;
	font-weight: 700;
	transform: translateY(400%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-prop-card-1:hover .pxp-prop-card-1-details-cta {
	transform: translateY(0);
	opacity: 1
}

.pxp-props-carousel-right {
	padding-left: calc((100% - 1140px) / 2+15px);
	padding-right: 0
}

.pxp-props-carousel-right.pxp-half-bg {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 100px;
	padding-bottom: 100px;
	background: linear-gradient(to bottom, #000 58%, transparent 0)
}

.pxp-props-carousel-right.pxp-half-bg>h2 {
	color: #fff
}

.pxp-props-carousel-right-container {
	position: relative
}

@keyframes arrowLeft {
	0 {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	25% {
		opacity: 0;
		-webkit-transform: translate(-80%, -50%);
		transform: translate(-80%, -50%)
	}

	50% {
		opacity: 0;
		-webkit-transform: translate(-30%, -50%);
		transform: translate(-30%, -50%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

@keyframes arrowRight {
	0 {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	25% {
		opacity: 0;
		-webkit-transform: translate(-20%, -50%);
		transform: translate(-20%, -50%)
	}

	50% {
		opacity: 0;
		-webkit-transform: translate(-80%, -50%);
		transform: translate(-80%, -50%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

.pxp-props-carousel-left-arrow,
.pxp-props-carousel-right-arrow {
	background-color: #fff;
	width: 64px;
	height: 64px;
	cursor: pointer;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .16);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%) scale(1, 1);
	z-index: 10;
	overflow: hidden
}

.pxp-dark-mode .pxp-props-carousel-left-arrow,
.pxp-dark-mode .pxp-props-carousel-right-arrow {
	background-color: #000
}

.pxp-props-carousel-right-container .owl-prev.disabled .pxp-props-carousel-left-arrow,
.pxp-props-carousel-right-container .owl-next.disabled .pxp-props-carousel-right-arrow {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0, 0)
}

.pxp-props-carousel-right-arrow {
	left: auto;
	right: 20px
}

.pxp-props-carousel-left-arrow svg,
.pxp-props-carousel-right-arrow svg {
	width: 26px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.pxp-props-carousel-left-arrow svg line,
.pxp-props-carousel-right-arrow svg line {
	stroke: #333
}

.pxp-dark-mode .pxp-props-carousel-left-arrow svg line,
.pxp-dark-mode .pxp-props-carousel-right-arrow svg line {
	stroke: #fff
}

.pxp-props-carousel-right-container .owl-prev.disabled .pxp-props-carousel-left-arrow svg line,
.pxp-props-carousel-right-container .owl-next.disabled .pxp-props-carousel-right-arrow svg line {
	opacity: .5
}

.pxp-props-carousel-right-container .owl-prev:not(.disabled) .pxp-props-carousel-left-arrow:hover,
.pxp-props-carousel-right-container .owl-next:not(.disabled) .pxp-props-carousel-right-arrow:not(.disabled):hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, .16)
}

.pxp-props-carousel-right-container .owl-prev:not(.disabled) .pxp-props-carousel-left-arrow:hover svg {
	-webkit-animation: arrowLeft .4s ease-in-out;
	-moz-animation: arrowLeft .4s ease-in-out;
	animation: arrowLeft .4s ease-in-out
}

.pxp-props-carousel-right-container .owl-next:not(.disabled) .pxp-props-carousel-right-arrow:hover svg {
	-webkit-animation: arrowRight .4s ease-in-out;
	-moz-animation: arrowRight .4s ease-in-out;
	animation: arrowRight .4s ease-in-out
}

.pxp-props-carousel-right-container .owl-nav {
	height: 0
}

.pxp-props-carousel-right-container .owl-prev.disabled,
.pxp-props-carousel-right-container .owl-prev.disabled {
	cursor: default
}

.pxp-props-carousel-right-container .owl-carousel .owl-stage {
	padding-left: 0 !important
}

.pxp-props-carousel-right.pxp-has-intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center
}

.pxp-props-carousel-right-intro {
	margin-right: 30px;
	width: 25%
}

.pxp-props-carousel-right.pxp-has-intro .pxp-props-carousel-right-container {
	width: 75%
}

.pxp-services {
	height: 418px
}

.pxp-services-container {
	height: 300px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.pxp-services-item {
	display: block;
	background-color: #fff;
	position: relative;
	border-right: 1px solid #e8e8e8;
	overflow: hidden;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.pxp-dark-mode .pxp-services-item {
	background-color: #000;
	border-right: 1px solid #333
}

.pxp-services-item:first-child {
	border-radius: .3rem 0 0 .3rem
}

.pxp-services-item:nth-child(4) {
	border-right: 0 none;
	border-radius: 0 .3rem .3rem 0
}

.pxp-services-item-fig {
	width: 100px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 40px
}

.pxp-services-item-fig img {
	width: 100%;
	height: auto
}

.pxp-services-item-text {
	position: absolute;
	top: 180px;
	left: 20px;
	right: 20px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-services-item-text-title {
	font-weight: 900;
	color: #333;
	font-size: 1.3rem;
	margin-bottom: .5rem
}

.pxp-dark-mode .pxp-services-item-text-title {
	color: #fff
}

.pxp-services-item-text-sub {
	color: #333;
	opacity: .7;
	font-size: .8rem
}

.pxp-dark-mode .pxp-services-item-text-sub {
	color: #fff
}

@keyframes iconTop {
	0 {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}

	25% {
		opacity: 0;
		-webkit-transform: translate(-50%, -70%);
		transform: translate(-50%, -70%)
	}

	50% {
		opacity: 0;
		-webkit-transform: translate(-50%, -40%);
		transform: translate(-50%, -40%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0)
	}
}

.pxp-services-item:hover .pxp-services-item-fig {
	-webkit-animation: iconTop .4s ease-in-out;
	-moz-animation: iconTop .4s ease-in-out;
	animation: iconTop .4s ease-in-out
}

.pxp-services-item:hover .pxp-services-item-text {
	transform: translateY(-50%)
}

.pxp-services-item-cta {
	position: absolute;
	color: #333;
	bottom: 40px;
	left: 20px;
	right: 20px;
	z-index: 3;
	font-size: .7rem;
	letter-spacing: 1px;
	opacity: 0;
	font-weight: 700;
	transform: translateY(400%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-dark-mode .pxp-services-item-cta {
	color: #fff
}

.pxp-services-item:hover .pxp-services-item-cta {
	transform: translateY(0);
	opacity: 1
}

.pxp-services-h {
	background: linear-gradient(90deg, #f7f7f7 50%, #fff 50%)
}

.pxp-dark-mode .pxp-services-h {
	background: linear-gradient(90deg, #000 50%, #f7f7f7 50%)
}

.pxp-services-h-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.pxp-services-h-fig {
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3;
	height: 540px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.pxp-services-h-fig.pxp-animate-in {
	transform: translateX(50px);
	opacity: 0;
	-webkit-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out
}

.pxp-services-h-fig.pxp-animate-in.pxp-in {
	transform: translateX(0);
	opacity: 1
}

.pxp-services-h-items {
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2
}

.pxp-services-h-items.pxp-animate-in .pxp-services-h-item {
	transform: translateX(50px);
	opacity: 0;
	-webkit-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out
}

.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item {
	transform: translateX(0);
	opacity: 1
}

.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(1) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(2) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(3) {
	-webkit-transition-delay: .8s;
	transition-delay: .8s
}

.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(4) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s
}

.pxp-services-h-items.pxp-animate-in.pxp-in .pxp-services-h-item:nth-child(5) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s
}

.pxp-services-h-item img {
	height: 64px;
	width: auto
}

.pxp-services-h-item .media-body {
	color: #999
}

.pxp-services-h-item h5 {
	font-weight: 900;
	color: #333;
	font-size: 1.3rem;
	margin-bottom: .5rem
}

.pxp-services-h .pxp-primary-cta.pxp-animate-in {
	transform: translateX(50px);
	opacity: 0;
	-webkit-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out
}

.pxp-services-h .pxp-primary-cta.pxp-animate-in.pxp-in {
	transform: translateX(0);
	opacity: 1
}

.pxp-services-c {
	background-position: left center;
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	left: 0;
	z-index: 1
}

.pxp-services-c-content {
	position: relative;
	padding-left: calc((100% - 1140px) / 2+15px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	overflow: hidden;
	z-index: 1
}

.pxp-services-c-intro {
	margin-right: 30px;
	width: 25%;
	z-index: 2;
	margin-top: -84px
}

.pxp-services-c-container {
	width: 75%
}

.pxp-services-c-item {
	display: block;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	border-radius: .3rem;
	height: 300px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.pxp-dark-mode .pxp-services-c-item {
	background-color: #000
}

.pxp-services-c-item-fig {
	width: 100px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 40px
}

.pxp-services-c-item-fig img {
	width: 100%;
	height: auto
}

.pxp-services-c-item-text {
	position: absolute;
	top: 180px;
	left: 20px;
	right: 20px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-services-c-item-text-title {
	font-weight: 900;
	color: #333;
	font-size: 1.3rem;
	margin-bottom: .5rem
}

.pxp-dark-mode .pxp-services-c-item-text-title {
	color: #fff
}

.pxp-services-c-item-text-sub {
	color: #333;
	font-size: .8rem;
	opacity: .7
}

.pxp-dark-mode .pxp-services-c-item-text-sub {
	color: #fff
}

.pxp-services-c-item:hover .pxp-services-c-item-fig {
	-webkit-animation: iconTop .4s ease-in-out;
	-moz-animation: iconTop .4s ease-in-out;
	animation: iconTop .4s ease-in-out
}

.pxp-services-c-item:hover .pxp-services-c-item-text {
	transform: translateY(-50%)
}

.pxp-services-c-item-cta {
	position: absolute;
	color: #333;
	bottom: 40px;
	left: 20px;
	right: 20px;
	z-index: 3;
	font-size: .7rem;
	letter-spacing: 1px;
	opacity: 0;
	font-weight: 700;
	transform: translateY(400%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-dark-mode .pxp-services-c-item-cta {
	color: #fff
}

.pxp-services-c-item:hover .pxp-services-c-item-cta {
	transform: translateY(0);
	opacity: 1
}

.pxp-services-c-container .owl-carousel .owl-stage {
	padding-left: 0 !important
}

.pxp-services-c-container .owl-stage-outer {
	overflow: visible
}

.pxp-services-c-container .owl-item {
	opacity: 0;
	transition: opacity .5s
}

.pxp-services-c-container .owl-item.active {
	opacity: 1
}

.pxp-services-c-container .owl-carousel .owl-nav button {
	outline: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-services-c-container .owl-nav {
	text-align: center;
	margin-top: 3rem
}

.pxp-services-c-container .owl-prev.disabled,
.pxp-services-c-container .owl-next.disabled {
	opacity: .5
}

.pxp-services-c-container .owl-prev {
	margin-right: 20px
}

.pxp-services-c-container .owl-next {
	margin-left: 20px
}

.pxp-services-columns .pxp-services-columns-item-fig img {
	height: 80px;
	width: auto
}

.pxp-services-columns .pxp-services-columns-item-fig span {
	font-size: 80px;
	line-height: 80px
}

.pxp-services-columns .pxp-services-columns-item h3 {
	font-weight: 900;
	color: #333;
	font-size: 1.3rem;
	margin-bottom: .5rem
}

.pxp-testim-1 {
	background-position: left center;
	padding-left: calc((100% - 1140px) / 2+15px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	overflow: hidden
}

.pxp-testim-1-intro {
	margin-right: 30px;
	width: 25%;
	z-index: 2;
	margin-top: -84px
}

.pxp-testim-1-container {
	width: 75%
}

.pxp-testim-1-item {
	display: block;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	border-radius: .3rem;
	height: 340px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.pxp-dark-mode .pxp-testim-1-item {
	background-color: #000
}

.pxp-testim-1-container .owl-carousel .owl-stage {
	padding-left: 0 !important
}

.pxp-testim-1-container .owl-stage-outer {
	overflow: visible
}

.pxp-testim-1-container .owl-item {
	opacity: 0;
	transition: opacity .5s
}

.pxp-testim-1-container .owl-item.active {
	opacity: 1
}

.pxp-testim-1-container .owl-carousel .owl-nav button {
	outline: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-dark-mode .pxp-testim-1-container .owl-carousel .owl-nav button svg line {
	stroke: #fff
}

.pxp-testim-1-container .owl-nav {
	margin-top: 3rem;
	text-align: center
}

.pxp-testim-1-container .owl-prev.disabled,
.pxp-testim-1-container .owl-next.disabled {
	opacity: .5
}

.pxp-testim-1-container .owl-prev {
	margin-right: 20px
}

.pxp-testim-1-container .owl-next {
	margin-left: 20px
}

.pxp-testim-1-item-avatar {
	width: 90px;
	height: 90px;
	margin: 30px auto 10px auto;
	border-radius: 50%
}

.pxp-testim-1-item-name {
	font-weight: 900;
	line-height: 1.3;
	text-align: center
}

.pxp-dark-mode .pxp-testim-1-item-name {
	color: #fff
}

.pxp-testim-1-item-location {
	opacity: .7;
	font-size: .8rem;
	text-align: center
}

.pxp-dark-mode .pxp-testim-1-item-location {
	color: #fff
}

.pxp-testim-1-item-message {
	padding: 30px;
	text-align: center;
	font-size: .85rem;
	font-style: italic;
	position: relative
}

.pxp-dark-mode .pxp-testim-1-item-message {
	color: #fff
}

.pxp-testim-1-item-container {
	perspective: 30px
}

.pxp-testim-1-item {
	transition: transform .5s;
	-webkit-transition: transform .5s
}

.pxp-testim-2-caption {
	padding-left: calc((100% - 570px)+15px);
	padding-right: 100px
}

.pxp-testim-2-caption-carousel .pxp-carousel-controls {
	text-align: right
}

.pxp-testim-2-caption-carousel .pxp-carousel-control-prev {
	margin-right: 20px
}

.pxp-testim-2-caption-carousel .pxp-carousel-control-next {
	margin-left: 20px
}

.pxp-testim-2-photos {
	height: 800px
}

.pxp-testim-2-photos-carousel,
.pxp-testim-2-photos-carousel .carousel-inner,
.pxp-testim-2-photos-carousel .carousel-item {
	height: 100%
}

.pxp-testim-2-item-message {
	font-style: italic
}

.pxp-testim-2-item-name {
	font-weight: 900;
	margin-top: 1rem
}

.pxp-testim-2-item-location {
	opacity: .7;
	font-size: .9rem
}

@keyframes arrowTCLeft {
	0 {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	25% {
		opacity: 0;
		-webkit-transform: translate(-30%, 0);
		transform: translate(-30%, 0)
	}

	50% {
		opacity: 0;
		-webkit-transform: translate(20%, 0);
		transform: translate(20%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes arrowTCRight {
	0 {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	25% {
		opacity: 0;
		-webkit-transform: translate(30%, 0);
		transform: translate(30%, 0)
	}

	50% {
		opacity: 0;
		-webkit-transform: translate(-30%, 0);
		transform: translate(-30%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.pxp-testim-2-caption-carousel .pxp-carousel-controls a.pxp-carousel-control-prev:hover svg {
	-webkit-animation: arrowTCLeft .4s ease-in-out;
	-moz-animation: arrowTCLeft .4s ease-in-out;
	animation: arrowTCLeft .4s ease-in-out
}

.pxp-testim-2-caption-carousel .pxp-carousel-controls a.pxp-carousel-control-next:hover svg {
	-webkit-animation: arrowTCRight .4s ease-in-out;
	-moz-animation: arrowTCRight .4s ease-in-out;
	animation: arrowTCRight .4s ease-in-out
}

.pxp-cta-1-caption {
	padding: 40px;
	overflow: hidden;
	position: relative
}

.pxp-cta-1-caption.rounded-lg.rounded-top {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.pxp-cta-1-caption.rounded-lg.rounded-right {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important
}

.pxp-cta-1-caption.rounded-lg.rounded-bottom {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important
}

.pxp-cta-1-caption.rounded-lg.rounded-left {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.pxp-cta-1-caption h2,
.pxp-cta-1-caption p,
.pxp-cta-1-caption a {
	position: relative;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.pxp-cta-1-caption.pxp-animate-in {
	background-color: transparent
}

.pxp-cta-1-caption.pxp-animate-in:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: #fff;
	transform: translateX(-100%);
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.pxp-dark-mode .pxp-cta-1-caption.pxp-animate-in:before {
	background-color: #000
}

.pxp-cta-1-caption.pxp-animate-in.pxp-in:before {
	transform: translateX(0)
}

.pxp-cta-1-caption.pxp-animate-in.pxp-in h2,
.pxp-cta-1-caption.pxp-animate-in.pxp-in p,
.pxp-cta-1-caption.pxp-animate-in.pxp-in a {
	opacity: 1;
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.pxp-cta-1-caption.pxp-animate-in.pxp-in p {
	opacity: .7
}

.pxp-cta-3-image {
	height: 480px;
	background-color: #f7f7f7
}

.pxp-posts-1-item {
	display: block;
	margin-bottom: 30px
}

.pxp-posts-1-item:hover {
	text-decoration: none
}

.pxp-posts-1-item-fig-container {
	border-radius: .3rem .3rem 0 0;
	height: 260px;
	overflow: hidden
}

.pxp-posts-1-item-fig {
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out
}

.pxp-posts-1-item:hover .pxp-posts-1-item-fig {
	transform: scale(1.06, 1.06)
}

.pxp-posts-1-item-details {
	background-color: #fff;
	border-radius: .3rem 0 0 0;
	margin-left: 40px;
	padding: 20px 20px 0 20px;
	margin-top: -60px;
	overflow: hidden;
	position: relative
}

.pxp-dark-mode .pxp-posts-1-item-details {
	background-color: #f7f7f7
}

.pxp-posts-1-item-details-category {
	color: #333;
	opacity: .5;
	font-size: .7rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-posts-1-item:hover .pxp-posts-1-item-details-category {
	opacity: 0;
	transform: translateY(-200%)
}

.pxp-posts-1-item-details-title {
	color: #333;
	font-weight: 900;
	line-height: 1.3;
	font-size: 1.1rem;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-posts-1-item:hover .pxp-posts-1-item-details-title {
	transform: translateY(-22px)
}

.pxp-posts-1-item-details-date {
	color: #333;
	opacity: .7;
	font-size: .8rem;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-posts-1-item:hover .pxp-posts-1-item-details-date {
	opacity: 0
}

.pxp-posts-1-item-cta {
	position: absolute;
	color: #333;
	bottom: 20px;
	left: 20px;
	z-index: 3;
	font-size: .7rem;
	letter-spacing: 1px;
	opacity: 0;
	font-weight: 700;
	transform: translateY(50%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-posts-1-item:hover .pxp-posts-1-item-cta {
	transform: translateY(0);
	opacity: 1;
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.pxp-plans-1-item {
	display: block;
	margin-bottom: 30px;
	text-align: center;
	padding: 60px;
	border-radius: .3rem;
	border: 2px solid transparent;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-plans-1-item:hover {
	text-decoration: none;
	border: 2px solid #333
}

.pxp-dark-mode .pxp-plans-1-item:hover {
	border: 2px solid #000
}

.pxp-plans-1-item.pxp-is-popular {
	background-color: #fff;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular {
	background-color: #000
}

.pxp-plans-1-item-fig {
	margin-bottom: 2rem;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-plans-1-item .pxp-plans-1-item-fig {
	margin-top: calc(26px+1rem)
}

.pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-fig {
	margin-top: 0
}

.pxp-plans-1-item:hover .pxp-plans-1-item-fig {
	transform: translateY(-42px) scale(.9)
}

.pxp-plans-1-item-fig img {
	height: 100px;
	width: auto
}

.pxp-plans-1-item-title {
	font-weight: 700;
	color: #333;
	font-size: 1.3rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-title {
	color: #fff
}

.pxp-plans-1-item:hover .pxp-plans-1-item-title {
	transform: translateY(-42px) scale(1.3);
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.pxp-plans-1-item-features {
	margin-bottom: 2rem;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-plans-1-item:hover .pxp-plans-1-item-features {
	transform: translateY(-42px);
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.pxp-plans-1-item-features>li {
	opacity: .7;
	color: #333
}

.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-features>li {
	color: #fff
}

.pxp-plans-1-item-price {
	line-height: 2rem;
	color: #333;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-price {
	color: #fff
}

.pxp-plans-1-item:hover .pxp-plans-1-item-price {
	transform: translateY(-42px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.pxp-plans-1-item-price-currency {
	font-size: .7rem;
	font-weight: 900;
	vertical-align: top;
	line-height: 1.2rem
}

.pxp-plans-1-item-price-sum {
	font-size: 2rem;
	font-weight: 900
}

.pxp-plans-1-item-price-period {
	opacity: .7;
	font-size: .8rem
}

.pxp-plans-1-item-label {
	color: #fff;
	background-color: #333;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 50px;
	font-size: .6rem;
	display: inline-block;
	margin-bottom: 1rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-label {
	color: #333;
	background-color: #fff
}

.pxp-plans-1-item:hover .pxp-plans-1-item-label {
	transform: translateY(-42px);
	opacity: 0
}

.pxp-plans-1-item-cta {
	position: absolute;
	color: #333;
	bottom: 60px;
	left: 50%;
	z-index: 3;
	font-size: .7rem;
	letter-spacing: 1px;
	opacity: 0;
	font-weight: 700;
	transform: translate(-50%, 200%);
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-dark-mode .pxp-plans-1-item.pxp-is-popular .pxp-plans-1-item-cta {
	color: #fff
}

.pxp-plans-1-item:hover .pxp-plans-1-item-cta {
	transform: translate(-50%, 0);
	opacity: 1;
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.pxp-newsletter-1-form .form-control {
	border: 0 none;
	box-shadow: none;
	padding: .375rem 1.2rem;
	height: 54px;
	transition: border-color .4s ease-in-out, box-shadow .4s ease-in-out
}

.pxp-newsletter-1-form .form-control:focus {
	outline: 0;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.pxp-map-side {
	position: fixed;
	top: 69px;
	bottom: 0;
	width: 50%;
	z-index: 3
}

.pxp-map-side.pxp-half {
	width: 50%
}

.pxp-map-side.pxp-max {
	width: 100%
}

.pxp-map-right {
	right: 0
}

.pxp-map-left {
	left: 0
}

.pxp-content-side.pxp-min {
	width: 0;
	position: fixed
}

.pxp-content-side-wrapper {
	padding: 30px
}

.pxp-content-left {
	padding-right: 50%
}

.pxp-map-side #results-map {
	height: 100%;
	width: 100%
}

.pxp-content-side-h2 {
	font-size: 1.3rem;
	font-weight: 900;
	margin-bottom: 0;
	line-height: 46px
}

.pxp-content-side-search-form {
	-ms-flex: 1;
	flex: 1;
	padding-bottom: 20px
}

.pxp-sort-form .custom-select,
.pxp-content-side-search-form .custom-select {
	height: 46px;
	padding: .375rem 2rem .375rem 1rem;
	font-size: .9rem;
	box-shadow: none;
	border: 1px solid #e2e2e2;
	cursor: pointer
}

.pxp-sort-form .custom-select:hover,
.pxp-sort-form .custom-select:focus,
.pxp-content-side-search-form .custom-select:hover,
.pxp-content-side-search-form .custom-select:focus {
	border: 1px solid #333
}

.pxp-content-side-search-form .form-control {
	height: 46px;
	padding: .375rem 1rem;
	font-size: .9rem;
	box-shadow: none;
	border: 1px solid #e2e2e2
}

.pxp-content-side-search-form .form-control:focus {
	border: 1px solid #333
}

.pxp-content-side-search-form .form-control.pxp-is-address {
	padding-right: 2.6rem
}

.pxp-content-side-search-form .form-control.pxp-is-address+span {
	position: absolute;
	display: block;
	top: 50%;
	right: 1.2rem;
	color: #333;
	transform: translateY(-50%)
}

a.pxp-map-toggle,
a.pxp-adv-toggle {
	background-color: #fff;
	height: 46px;
	padding: 0 12px;
	border: 1px solid #e2e2e2;
	margin-left: 10px;
	border-radius: .25rem;
	font-size: 1.2rem;
	line-height: 46px;
	color: #333;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

a.pxp-adv-toggle {
	padding: 0 15px
}

a.pxp-map-toggle:hover,
a.pxp-adv-toggle:hover {
	border: 1px solid #333
}

a.pxp-map-toggle.pxp-active,
a.pxp-map-toggle.pxp-active:hover,
a.pxp-adv-toggle.pxp-active,
a.pxp-adv-toggle.pxp-active:hover {
	background-color: #333;
	color: #fff;
	border: 1px solid #333
}

a.pxp-list-toggle {
	position: fixed;
	z-index: 4;
	top: 99px;
	left: 30px;
	background-color: #fff;
	height: 43px;
	padding: 0 12px;
	border-radius: .25rem;
	font-size: 1.2rem;
	line-height: 46px;
	color: #333;
	display: block;
	text-align: center;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .16);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: none
}

a.pxp-list-toggle.pxp-active {
	display: block
}

.pxp-price-marker {
	position: absolute;
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #333;
	border: 2px solid #333;
	background-color: #fff;
	padding: 6px 10px;
	font-weight: 700;
	border-radius: .3rem;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
	font-size: 12px;
	cursor: pointer;
	-webkit-transform: translate(-50%, calc(-100% - 6px));
	transform: translate(-50%, calc(-100% - 6px))
}

.pxp-dark-mode .pxp-price-marker {
	color: #fff;
	border: 2px solid #fff;
	background-color: #000
}

.pxp-price-marker:after {
	content: " ";
	display: block;
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -5px;
	width: 9px;
	height: 9px;
	background: #fff;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.pxp-dark-mode .pxp-price-marker:after {
	background: #000;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff
}

.pxp-price-marker:hover,
.pxp-price-marker.active {
	border-color: #fff;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .16);
	padding: 0;
	z-index: 3
}

.pxp-dark-mode .pxp-price-marker:hover,
.pxp-dark-mode .pxp-price-marker.active {
	border-color: #000
}

.pxp-price-marker:hover:after,
.pxp-price-marker.active:after {
	border-color: #fff
}

.pxp-dark-mode .pxp-price-marker:hover:after,
.pxp-dark-mode .pxp-price-marker.active:after {
	border-color: #000
}

.pxp-price-marker:hover .pxp-marker-short-price,
.pxp-price-marker.active .pxp-marker-short-price {
	display: none
}

.pxp-price-marker .pxp-marker-details {
	display: none
}

.pxp-price-marker:hover .pxp-marker-details,
.pxp-price-marker.active .pxp-marker-details {
	display: block
}

.pxp-marker-details-fig {
	width: 72px;
	height: 72px;
	border-radius: .3rem 0 0 .3rem;
	float: left
}

.pxp-marker-details-info {
	float: left;
	font-size: 14px
}

.pxp-marker-details-info-title {
	font-size: 12px;
	padding: 10px 10px 2px 10px;
	color: #333;
	font-weight: 400
}

.pxp-dark-mode .pxp-marker-details-info-title {
	color: #fff
}

.pxp-marker-details-info-price {
	font-size: 14px;
	padding: 0 10px 5px 10px;
	color: #333
}

.pxp-dark-mode .pxp-marker-details-info-price {
	color: #fff
}

.pxp-marker-details-info-feat {
	font-weight: 400;
	padding: 0 10px;
	color: #333;
	font-size: 11px;
	opacity: .7
}

.pxp-dark-mode .pxp-marker-details-info-feat {
	color: #fff
}

.pxp-marker-details-info-feat>span {
	display: inline-block;
	margin: 0 7px
}

.pxp-marker-cluster {
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background: rgba(0, 0, 0, .7);
	border-radius: 100px;
	color: #fff;
	font-size: 12px
}

.pxp-marker-cluster:hover {
	background: rgba(0, 0, 0, 1);
	z-index: 3
}

a.pxp-results-card-1 {
	display: block;
	position: relative;
	height: 340px;
	overflow: hidden;
	margin-bottom: 30px
}

a.pxp-results-card-1 .carousel-inner>.carousel-item {
	height: 340px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.pxp-results-card-1-gradient {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2
}

.pxp-results-card-1-details {
	position: absolute;
	padding: 20px;
	color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
	border-bottom-left-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pxp-results-card-1-details-title {
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%
}

.pxp-results-card-1-details-price {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	line-height: 22px
}

.pxp-results-card-1 .carousel-control-prev,
.pxp-results-card-1 .carousel-control-next {
	z-index: 4;
	opacity: 1;
	width: 53px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pxp-results-card-1 .carousel-control-prev {
	transform: translateX(-100%)
}

.pxp-results-card-1:hover .carousel-control-prev {
	transform: translateX(0)
}

.pxp-results-card-1 .carousel-control-next {
	transform: translateX(100%)
}

.pxp-results-card-1:hover .carousel-control-next {
	transform: translateX(0)
}

.pxp-results-card-1 .carousel-control-prev>span,
.pxp-results-card-1 .carousel-control-next>span {
	font-size: 36px;
	text-shadow: 0 3px 6px rgba(0, 0, 0, .26)
}

.pxp-results-card-1-features {
	position: absolute;
	top: 20px;
	left: 20px;
	transform: translateY(-50%);
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 50px;
	font-size: .6rem;
	overflow: hidden;
	opacity: 0;
	z-index: 4;
	background-color: #fff;
	white-space: nowrap;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pxp-dark-mode .pxp-results-card-1-features {
	color: #fff;
	background-color: #000
}

.pxp-results-card-1:hover .pxp-results-card-1-features {
	opacity: 1;
	transform: translateY(0)
}

.pxp-results-card-1-features>span>span {
	opacity: .5;
	display: inline-block;
	padding: 0 5px
}

.pxp-results-card-1-save {
	position: absolute;
	top: 20px;
	right: 20px;
	transform: translateY(-50%);
	color: #333;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	font-size: .8rem;
	line-height: 25px;
	opacity: 0;
	z-index: 4;
	background-color: #fff;
	border: 0 none;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
	text-align: center;
	padding: 0;
	margin: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pxp-dark-mode .pxp-results-card-1-save {
	color: #fff;
	background-color: #000
}

.pxp-results-card-1:hover .pxp-results-card-1-save {
	opacity: 1;
	transform: translateY(0)
}

.pxp-filter-form {
	position: fixed;
	top: 99px;
	right: 30px;
	width: calc(50% - 60px);
	z-index: 4
}

.pxp-filter-form .custom-select {
	height: 46px;
	padding: .375rem 2rem .375rem 1rem;
	font-size: .9rem;
	box-shadow: none;
	border: 0 none;
	cursor: pointer;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .16)
}

.pxp-filter-form-row,
.pxp-content-side-search-form-row {
	margin-right: -5px;
	margin-left: -5px
}

.pxp-filter-form-col,
.pxp-content-side-search-form-col {
	padding-right: 5px;
	padding-left: 5px
}

.pxp-content-side-search-form-adv {
	display: none
}

.pxp-filter-btn {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	background-color: #333;
	height: 46px;
	padding: 0 20px;
	border: 1px solid #333;
	margin-right: 2%;
	margin-bottom: 10px;
	border-radius: .25rem;
	font-size: .9rem;
	text-transform: uppercase;
	line-height: 46px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-filter-btn:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, .7)
}

.pxp-single-property-top {
	padding-top: 82px
}

.pxp-sp-top-btns {
	float: right;
	margin-left: 10px
}

.pxp-sp-top-btns>.dropdown {
	display: inline-block;
	margin-left: 4px
}

.pxp-sp-top-btn {
	display: inline-block;
	background-color: #fff;
	height: 46px;
	padding: 0 20px;
	border: 1px solid #e2e2e2;
	border-radius: .25rem;
	font-size: .9rem;
	text-transform: uppercase;
	line-height: 46px;
	font-weight: 700;
	color: #333;
	margin-left: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-sp-top-btn:hover {
	border: 1px solid #333;
	color: #333;
	text-decoration: none
}

.pxp-sp-top-btn>span {
	margin-right: 4px;
	color: #333
}

.pxp-sp-top-btn:hover>span {
	color: #333
}

.pxp-sp-top-title {
	margin-bottom: .5rem;
	line-height: 1.2;
	font-weight: 900;
	font-size: 2rem
}

.pxp-sp-top-feat {
	margin-left: 10px;
	float: right
}

.pxp-sp-top-feat>div {
	font-size: 1.4rem;
	line-height: 46px;
	margin-left: 10px;
	display: inline-block
}

.pxp-sp-top-feat>div>span {
	font-size: .7rem;
	opacity: .7
}

.pxp-sp-top-price {
	font-weight: 900;
	font-size: 1.4rem;
	line-height: 46px;
	float: right
}

.pxp-single-property-gallery-container {
	position: relative
}

.pxp-single-property-gallery>figure {
	float: left;
	width: 25%;
	position: relative;
	height: 325px;
	margin: 0;
	overflow: hidden;
	border: 1px solid #fff
}

.pxp-single-property-gallery>figure.pxp-sp-gallery-main-img {
	width: 50%;
	height: 650px
}

.pxp-single-property-gallery>figure>a {
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: all 2s linear;
	-o-transition: all 2s linear;
	transition: all 2s linear
}

.pxp-single-property-gallery>figure:hover>a {
	transform: scale(1.05, 1.05)
}

.pxp-sp-gallery-btn {
	position: absolute;
	bottom: 40px;
	right: calc((100% - 1140px) / 2+15px);
	background-color: #fff;
	height: 46px;
	padding: 0 20px;
	margin-left: 10px;
	border-radius: .25rem;
	font-size: .9rem;
	text-transform: uppercase;
	line-height: 46px;
	font-weight: 700;
	color: #333;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .16);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-sp-gallery-btn:hover {
	color: #333;
	text-decoration: none
}

.pxp-single-property-section>h3 {
	font-size: 1.3rem;
	font-weight: 900
}

.pxp-sp-key-details-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e2e2
}

.pxp-sp-kd-item-label {
	font-size: .7rem
}

.pxp-sp-kd-item-value {
	font-weight: 700
}

.pxp-single-property-section>.row>div:nth-last-child(1)>.pxp-sp-key-details-item,
.pxp-single-property-section>.row>div:nth-last-child(2)>.pxp-sp-key-details-item {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0 none
}

.pxp-sp-more {
	font-weight: 700;
	color: #333;
	font-size: .8rem;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-sp-more:hover {
	opacity: .7;
	text-decoration: none;
	color: #333
}

.pxp-dots-more {
	display: none
}

.pxp-sp-more>.pxp-sp-more-2,
.pxp-sp-more.pxp-sp-less>.pxp-sp-more-1 {
	display: none
}

.pxp-sp-more.pxp-sp-less>.pxp-sp-more-2 {
	display: inline-block
}

.pxp-sp-amenities-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e2e2
}

.pxp-single-property-section>.row>div:nth-last-child(1)>.pxp-sp-amenities-item,
.pxp-single-property-section>.row>div:nth-last-child(2)>.pxp-sp-amenities-item,
.pxp-single-property-section>.row>div:nth-last-child(3)>.pxp-sp-amenities-item {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0 none
}

.pxp-sp-agent-fig {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin-right: 20px
}

.pxp-sp-agent-info {
	padding-top: 4px
}

.pxp-sp-agent-info-name,
.pxp-sp-agent-info-name a {
	font-weight: 900;
	line-height: 1.2;
	color: #333;
	text-decoration: none
}

.pxp-sp-agent-info-name a:hover {
	opacity: .7;
	text-decoration: none
}

.pxp-sp-agent-info-rating {
	padding-bottom: 6px
}

.pxp-sp-agent-info-rating>span {
	margin: 0 1px;
	font-size: .8rem
}

.pxp-sp-agent-info-email>a,
.pxp-sp-agent-info-phone {
	color: #333;
	opacity: .7;
	font-size: .8rem
}

.pxp-sp-agent-info-email>a {
	text-decoration: none
}

.pxp-sp-agent-btn-main {
	display: block;
	float: left;
	text-align: center;
	white-space: nowrap;
	width: 49%;
	min-width: 170px;
	background-color: #333;
	height: 46px;
	padding: 0;
	border: 1px solid #333;
	margin-right: 2%;
	margin-bottom: 10px;
	border-radius: .25rem;
	font-size: .9rem;
	text-transform: uppercase;
	line-height: 46px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-sp-agent-btn-main:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, .7)
}

.pxp-sp-agent-btn {
	display: block;
	float: left;
	text-align: center;
	white-space: nowrap;
	width: 49%;
	min-width: 170px;
	background-color: #fff;
	height: 46px;
	padding: 0;
	border: 1px solid #e2e2e2;
	border-radius: .25rem;
	font-size: .9rem;
	text-transform: uppercase;
	line-height: 46px;
	font-weight: 700;
	color: #333;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-sp-agent-btn:hover {
	text-decoration: none;
	color: #333;
	border: 1px solid #333
}

.pxp-sp-agent-btn-main>span,
.pxp-sp-agent-btn>span {
	margin-right: 4px
}

.pxp-sp-pois-nav>div {
	display: inline-block;
	margin-right: 20px;
	font-weight: 700;
	font-size: .8rem;
	cursor: pointer;
	color: rgba(51, 51, 51, .7);
	border-bottom: 2px solid transparent;
	padding-bottom: 5px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-sp-pois-nav>div.pxp-active {
	border-bottom: 2px solid #333;
	color: rgba(0, 0, 0, 1)
}

#pxp-sp-map {
	height: 340px
}

.pxp-single-marker {
	position: absolute;
	width: 16px;
	height: 16px;
	background-color: #000;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.pxp-dark-mode .pxp-single-marker {
	background-color: #fff
}

.pxp-single-marker:after {
	content: " ";
	width: 42px;
	height: 42px;
	background-color: rgba(0, 0, 0, .25);
	border-radius: 50%;
	display: block;
	-webkit-transform: translate(calc(-50%+8px), calc(-50%+8px));
	transform: translate(calc(-50%+8px), calc(-50%+8px))
}

.pxp-dark-mode .pxp-single-marker:after {
	background-color: rgba(255, 255, 255, .25)
}

.pxp-calculator-chart-container {
	position: relative
}

.pxp-calculator-chart-result {
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	left: 40px;
	right: 40px
}

.pxp-calculator-chart-result-sum {
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.1
}

.pxp-calculator-chart-result-label {
	font-size: .8rem;
	opacity: .7
}

.pxp-calculator-data {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e2e2
}

.pxp-calculator-data:last-child {
	border-bottom: 0 none;
	padding-bottom: 0;
	margin-bottom: 0
}

.pxp-calculator-data:nth-child(1) .pxp-calculator-data-label>span {
	color: rgba(0, 112, 201, 1)
}

.pxp-calculator-data:nth-child(2) .pxp-calculator-data-label>span {
	color: rgba(75, 154, 217, 1)
}

.pxp-calculator-data:nth-child(3) .pxp-calculator-data-label>span {
	color: rgba(153, 198, 233, 1)
}

.pxp-calculator-data-label>span {
	margin-right: 10px
}

.pxp-calculator-data-sum {
	font-weight: 700
}

.pxp-calculator-form label {
	margin-bottom: .1rem;
	font-size: .8rem;
	font-weight: 700
}

.pxp-calculator-form .custom-select {
	height: 46px;
	padding: .375rem 2rem .375rem 1rem;
	font-size: .9rem;
	box-shadow: none;
	border: 1px solid #e2e2e2;
	cursor: pointer
}

.pxp-calculator-form .custom-select:hover,
.pxp-calculator-form .custom-select:focus {
	border: 1px solid #333
}

.pxp-calculator-form .form-control {
	height: 46px;
	padding: .375rem 1rem;
	font-size: .9rem;
	box-shadow: none;
	border: 1px solid #e2e2e2
}

.pxp-calculator-form .form-control:focus {
	border: 1px solid #333
}

.pxp-calculator-form .form-control[type=number]::-webkit-inner-spin-button,
.pxp-calculator-form .form-control[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.pxp-school-rating {
	margin-left: 20px;
	white-space: nowrap
}

.pxp-school-rating>span {
	margin: 0 1px
}

.dropdown-menu {
	background-color: #fff;
	border: 0 none;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .16)
}

.dropdown-item {
	padding: 7px 20px;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: 500;
	color: #333;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #333;
	opacity: .7;
	background-color: transparent
}

.dropdown-item>span {
	width: 20px;
	text-align: left
}

.pxp-blog-posts {
	padding-top: 82px
}

.pxp-blog-posts-carousel-1 {
	position: relative;
	border-radius: .3rem .3rem 0 0
}

.pxp-blog-posts-carousel-1-img {
	height: 500px;
	border-radius: .3rem .3rem 0 0;
	overflow: hidden
}

.pxp-blog-posts-carousel-1-img .carousel-inner {
	height: 100%
}

.pxp-blog-posts-carousel-1-img .carousel-item {
	height: 100%
}

.pxp-blog-posts-carousel-1-img .pxp-hero-bg {
	transform: scale(1.1);
	-webkit-transition: all 7s linear;
	-moz-transition: all 7s linear;
	transition: all 7s linear
}

.pxp-blog-posts-carousel-1-img .carousel-item.active .pxp-hero-bg {
	transform: scale(1)
}

.pxp-blog-posts-carousel-1 .pxp-carousel-controls {
	position: absolute;
	bottom: 0;
	transform: translateY(50%);
	left: 0;
	z-index: 2;
	background-color: #fff;
	width: 180px;
	height: 100px
}

.pxp-dark-mode .pxp-blog-posts-carousel-1 .pxp-carousel-controls {
	background-color: #f7f7f7
}

.pxp-blog-posts-carousel-1 .pxp-carousel-controls a {
	cursor: pointer;
	display: block;
	background-color: #fff;
	width: 90px;
	height: 100px;
	position: absolute
}

.pxp-dark-mode .pxp-blog-posts-carousel-1 .pxp-carousel-controls a {
	background-color: #f7f7f7
}

.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev {
	top: 0;
	left: 0
}

.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next {
	top: 0;
	right: 0
}

.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%)
}

.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0, -50%)
}

.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev:hover svg {
	-webkit-animation: arrowPCLeft .4s ease-in-out;
	-moz-animation: arrowPCLeft .4s ease-in-out;
	animation: arrowPCLeft .4s ease-in-out
}

.pxp-blog-posts-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next:hover svg {
	-webkit-animation: arrowPCRight .4s ease-in-out;
	-moz-animation: arrowPCRight .4s ease-in-out;
	animation: arrowPCRight .4s ease-in-out
}

.pxp-blog-posts-carousel-1-caption-container {
	position: absolute;
	right: 0;
	bottom: -100px;
	left: 50%;
	background: #fff;
	border-radius: .3rem 0 0 0;
	padding: 40px 40px 0 40px
}

.pxp-dark-mode .pxp-blog-posts-carousel-1-caption-container {
	background: #f7f7f7
}

.pxp-blog-posts-carousel-1-caption-category {
	color: #333;
	font-size: .7rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
	opacity: 0;
	transform: translateX(20px);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-blog-posts-carousel-1-caption .carousel-item.active .pxp-blog-posts-carousel-1-caption-category {
	opacity: .5;
	transform: translateX(0)
}

.pxp-blog-posts-carousel-1-caption-title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: .5rem;
	opacity: 0;
	transform: translateX(20px);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-blog-posts-carousel-1-caption .carousel-item.active .pxp-blog-posts-carousel-1-caption-title {
	opacity: 1;
	transform: translateX(0);
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.pxp-blog-posts-carousel-1-caption-summary {
	width: 80%;
	opacity: 0;
	transform: translateX(20px);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-blog-posts-carousel-1-caption .carousel-item.active .pxp-blog-posts-carousel-1-caption-summary {
	opacity: .7;
	transform: translateX(0);
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}

.pxp-blog-posts-carousel-1-caption .pxp-primary-cta {
	opacity: 0;
	transform: translateX(20px);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-blog-posts-carousel-1-caption .carousel-item.active .pxp-primary-cta {
	opacity: 1;
	transform: translateX(0);
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.pxp-blog-posts-carousel-1-badge {
	position: absolute;
	background-color: #fff;
	top: 40px;
	left: 40px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 50px;
	font-size: .6rem;
	z-index: 3;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .1)
}

.pxp-blog-posts-side-section h3 {
	font-size: 1.3rem;
	font-weight: 900
}

.pxp-blog-posts-side-section .form-group {
	position: relative
}

.pxp-blog-posts-side-section .form-control {
	height: 46px;
	padding: .375rem 1rem;
	font-size: .9rem;
	box-shadow: none;
	border: 1px solid #e2e2e2
}

.pxp-blog-posts-side-section .form-control.pxp-is-address {
	padding-right: 2.6rem
}

.pxp-blog-posts-side-section .form-control.pxp-is-address+span {
	position: absolute;
	display: block;
	top: 50%;
	right: 1.2rem;
	color: #333;
	transform: translateY(-50%)
}

.pxp-blog-posts-side-section .form-control:focus {
	border: 1px solid #333
}

.pxp-blog-posts-side-v-list>li {
	padding: 5px 0
}

.pxp-blog-posts-side-v-list>li>a {
	color: #333
}

.pxp-blog-posts-side-v-list>li>a:hover {
	text-decoration: none;
	opacity: .7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-blog-posts-side-tags>a {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 10px 5px;
	border-radius: 50px;
	font-size: .7rem;
	border: 1px solid #e2e2e2;
	display: inline-block;
	white-space: nowrap;
	margin-right: 5px;
	margin-bottom: 10px;
	color: #333;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-blog-posts-side-tags>a:hover {
	text-decoration: none;
	border: 1px solid #333
}

.pxp-blog-post-category {
	color: #333;
	font-size: .7rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
	opacity: .7
}

.pxp-blog-post-category>span {
	display: inline-block
}

.pxp-blog-post-category>span:first-child {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid rgba(0, 0, 0, .3)
}

.pxp-blog-post-hero {
	padding-left: calc((100% - 1140px) / 2+15px)
}

.pxp-blog-post-hero-fig {
	height: 70vh;
	min-height: 540px
}

.pxp-blog-post-block h2,
.pxp-blog-post-block h3,
.pxp-blog-post-block h4,
.pxp-blog-post-block h5,
.pxp-blog-post-block h6,
.pxp-agent-block h2,
.pxp-agent-block h3,
.pxp-agent-block h4,
.pxp-agent-block h5,
.pxp-agent-block h6 {
	font-weight: 900;
	margin-bottom: 1rem
}

.pxp-agent-block h4 {
	margin-bottom: 0
}

.pxp-blog-post-block p {
	color: #999
}

.pxp-blog-post-block p.pxp-first-letter:first-letter {
	color: #333;
	float: left;
	font-size: 85px;
	line-height: 60px;
	padding-right: 10px;
	font-weight: 700;
	padding-top: 7px
}

.pxp-blog-post-block,
.pxp-agent-block {
	width: 80%;
	margin: 0 auto
}

.pxp-blog-post-block.pxp-full {
	width: 100%
}

.pxp-blog-post-share {
	width: 65px;
	text-align: center
}

.pxp-blog-post-share-label {
	text-transform: uppercase;
	font-weight: 700;
	font-size: .8rem
}

.pxp-blog-post-share>ul>li {
	padding-bottom: 10px
}

.pxp-blog-post-share>ul>li>a {
	display: inline-block;
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #333;
	color: #333;
	width: 36px;
	height: 36px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-blog-post-share>ul>li>a:hover {
	background-color: #333;
	color: #fff
}

.pxp-blog-post-video {
	position: relative;
	display: block;
	height: 500px
}

.pxp-blog-post-video:after {
	content: "\f04b";
	font-family: FontAwesome;
	background-color: #fff;
	width: 64px;
	height: 64px;
	cursor: pointer;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .16);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	overflow: hidden;
	text-align: center;
	line-height: 64px;
	padding-left: 3px;
	font-size: 20px;
	color: #333;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-blog-post-video:hover:after {
	transform: translate(-50%, -50%) scale(1.1)
}

.pxp-blog-post-video+iframe {
	display: none
}

.pxp-blog-post-blockquote {
	font-size: 1.3rem;
	font-weight: 700;
	width: 60%;
	float: left;
	border-left: 2px solid #333;
	padding: 0 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: calc((100% - 1140px) / 2+15px)
}

.pxp-image-full {
	width: 100%;
	height: auto
}

.pxp-blog-post-comments img,
.pxp-agent-comments img {
	width: 64px;
	height: 64px;
	border-radius: 50%
}

.pxp-blog-post-comments h5,
.pxp-agent-comments h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1rem
}

.pxp-blog-post-comments-date,
.pxp-agent-comments-date {
	opacity: .7;
	font-size: .8rem;
	padding-bottom: 10px
}

.pxp-blog-post-comments p,
.pxp-agent-comments p {
	color: #333;
	font-size: .9rem;
	margin-bottom: 2rem
}

.pxp-blog-post-comments-form label,
.pxp-agent-comments-form label {
	margin-bottom: .1rem;
	font-size: .8rem;
	font-weight: 700
}

.pxp-blog-post-comments-form .form-control,
.pxp-agent-comments-form .form-control {
	height: 46px;
	padding: .375rem 1rem;
	font-size: .9rem;
	box-shadow: none;
	border: 1px solid #e2e2e2
}

.pxp-blog-post-comments-form .form-control:focus,
.pxp-agent-comments-form .form-control:focus {
	border: 1px solid #333
}

.pxp-blog-post-comments-form textarea.form-control,
.pxp-agent-comments-form textarea.form-control {
	height: auto;
	padding: 1rem
}

.pxp-blog-post-comments-form-btn,
.pxp-agent-comments-form-btn {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	background-color: #333;
	height: 46px;
	padding: 0 20px;
	border: 1px solid #333;
	border-radius: .25rem;
	font-size: .9rem;
	text-transform: uppercase;
	line-height: 46px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-blog-post-comments-form-btn:hover,
.pxp-agent-comments-form-btn:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, .7)
}

.pxp-contact {
	padding-top: 82px
}

.pxp-contact-hero {
	position: relative
}

.pxp-contact-hero-fig {
	height: 70vh;
	min-height: 540px
}

.pxp-contact-hero-offices-container {
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0
}

.pxp-contact-hero-offices {
	background-color: #fff;
	border-radius: .3rem;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	padding: 60px
}

.pxp-dark-mode .pxp-contact-hero-offices {
	background-color: #000
}

.pxp-contact-hero-offices-title {
	font-weight: 900;
	color: #333;
	font-size: 1.3rem;
	margin-bottom: .5rem
}

.pxp-dark-mode .pxp-contact-hero-offices-title {
	color: #fff
}

.pxp-contact-hero-offices-info {
	font-size: .9rem
}

.pxp-dark-mode .pxp-contact-hero-offices-info {
	color: #fff
}

.pxp-contact-hero-offices-info a {
	color: #333;
	opacity: .7
}

.pxp-dark-mode .pxp-contact-hero-offices-info a {
	color: #fff
}

.pxp-contact-hero-offices-info a:hover {
	text-decoration: none
}

.pxp-contact-form .form-control {
	height: 46px;
	padding: .375rem 1rem;
	font-size: .9rem;
	box-shadow: none;
	border: 1px solid #e2e2e2
}

.pxp-contact-form .form-control:focus {
	border: 1px solid #333
}

.pxp-contact-form textarea.form-control {
	height: auto
}

.pxp-contact-form .custom-select,
.pxp-contact-locations-select {
	height: 46px;
	padding: .375rem 2rem .375rem 1rem;
	font-size: .9rem;
	box-shadow: none;
	border: 1px solid #e2e2e2;
	cursor: pointer
}

.pxp-contact-locations-select {
	width: auto
}

.pxp-contact-form .custom-select:hover,
.pxp-contact-form .custom-select:focus,
.pxp-contact-locations-select:hover,
.pxp-contact-locations-select:focus {
	border: 1px solid #333
}

.pxp-contact-form-btn {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	background-color: #333;
	height: 46px;
	padding: 0 20px;
	border: 1px solid #333;
	border-radius: .25rem;
	font-size: .9rem;
	text-transform: uppercase;
	line-height: 46px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-contact-form-btn:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, .7)
}

#pxp-contact-map {
	height: 264px
}

.pxp-agents {
	padding-top: 82px
}

.pxp-agents-hero {
	position: relative
}

.pxp-agents-hero-fig {
	height: 70vh;
	min-height: 540px
}

.pxp-agents-hero-search-container {
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0
}

.pxp-agents-hero-search {
	background-color: #fff;
	border-radius: .3rem;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	padding: 60px
}

.pxp-dark-mode .pxp-agents-hero-search {
	background-color: #000
}

.pxp-agents-hero-search-form label {
	margin-bottom: .1rem;
	font-size: .8rem;
	font-weight: 700
}

.pxp-dark-mode .pxp-agents-hero-search-form label {
	color: #fff
}

.pxp-agents-hero-search-form .form-control {
	height: 46px;
	padding: .375rem 1rem;
	font-size: .9rem;
	box-shadow: none;
	border: 1px solid #e2e2e2
}

.pxp-agents-hero-search-form .form-control:focus {
	border: 1px solid #333
}

.pxp-agents-hero-search-form .custom-select {
	height: 46px;
	padding: .375rem 2rem .375rem 1rem;
	font-size: .9rem;
	box-shadow: none;
	border: 1px solid #e2e2e2;
	cursor: pointer
}

.pxp-agents-hero-search-form .custom-select:hover,
.pxp-agents-hero-search-form .custom-select:focus {
	border: 1px solid #333
}

.pxp-agent-rating {
	margin-left: 20px;
	float: left;
	line-height: 3rem
}

.pxp-agent-rating>span {
	margin: 0 1px;
	font-size: 14px
}

.pxp-agent-email>a,
.pxp-agent-phone {
	color: #333;
	opacity: .7;
	text-decoration: none;
	margin-bottom: 10px;
	display: inline-block
}

.pxp-agent-email>a>span,
.pxp-agent-phone>span {
	width: 16px;
	text-align: center
}

.pxp-agent-contact-btn {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	background-color: #333;
	height: 46px;
	padding: 0 20px;
	border: 1px solid #333;
	border-radius: .25rem;
	font-size: .9rem;
	text-transform: uppercase;
	line-height: 46px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-agent-contact-btn:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, .7)
}

.pxp-agent-contact-modal-btn {
	display: block;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	background-color: #333;
	height: 46px;
	padding: 0 20px;
	border: 1px solid #333;
	border-radius: .25rem;
	font-size: .9rem;
	text-transform: uppercase;
	line-height: 46px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-agent-contact-modal-btn:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, .7)
}

.pxp-agent-photo {
	overflow: hidden;
	height: 290px
}

.pxp-agent-section h3 {
	font-size: 1.3rem;
	font-weight: 900
}

ul.pxp-agent-social>li {
	display: inline-block;
	margin-right: 4px
}

ul.pxp-agent-social>li>a {
	display: inline-block;
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #333;
	color: #333;
	width: 36px;
	height: 36px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

ul.pxp-agent-social>li>a:hover {
	background-color: #333;
	color: #fff
}

.pxp-agents .pxp-prop-card-1 {
	margin-bottom: 30px
}

.pxp-single-agent-rating {
	unicode-bidi: bidi-override;
	direction: rtl;
	font-size: 16px;
	padding-bottom: 5px;
	display: block;
	float: left
}

.pxp-single-agent-rating span {
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	display: inline-block
}

.pxp-single-agent-rating span:hover {
	cursor: pointer
}

.pxp-single-agent-rating span:before {
	content: "\f006";
	padding-right: 3px
}

.pxp-single-agent-rating span:hover:before,
.pxp-single-agent-rating span:hover~span:before,
.pxp-single-agent-rating span.pxp-selected:before,
.pxp-single-agent-rating span.pxp-selected~span:before {
	content: "\f005"
}

.pxp-submit-property {
	padding-top: 82px
}

.pxp-submit-property h3 {
	font-size: 1.3rem;
	font-weight: 900
}

.pxp-submit-property label {
	margin-bottom: .1rem;
	font-size: .8rem;
	font-weight: 700
}

.pxp-submit-property .form-control {
	height: 46px;
	padding: .375rem 1rem;
	font-size: .9rem;
	box-shadow: none;
	border: 1px solid #e2e2e2
}

.pxp-submit-property .form-control:focus {
	border: 1px solid #333
}

.pxp-submit-property-side {
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.pxp-dark-mode .pxp-submit-property-side {
	background-color: #000
}

.pxp-submit-property .custom-select {
	height: 46px;
	padding: .375rem 2rem .375rem 1rem;
	font-size: .9rem;
	box-shadow: none;
	border: 1px solid #e2e2e2;
	cursor: pointer
}

.pxp-submit-property .custom-select:hover,
.pxp-submit-property .custom-select:focus {
	border: 1px solid #333
}

.pxp-submit-property textarea.form-control {
	height: auto;
	padding: 1rem
}

#pxp-submit-property-map {
	height: 260px
}

.checkbox.custom-checkbox input[type="checkbox"] {
	position: absolute;
	left: -9999em
}

.checkbox.custom-checkbox label {
	padding-left: 0;
	font-size: 14px;
	text-transform: none;
	line-height: 18px;
	font-weight: 400;
	cursor: pointer
}

.checkbox.custom-checkbox span {
	font-size: 14px;
	line-height: 14px;
	padding: 2px;
	border-radius: 3px;
	float: left;
	margin-right: 10px;
	color: #e2e2e2;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-content-side-search-form-adv .checkbox.custom-checkbox span,
.pxp-search-properties-form-adv .checkbox.custom-checkbox span {
	background-color: #fff;
	border: 1px solid #999;
	font-size: 10px;
	line-height: 10px;
	padding: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 5px;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.checkbox.custom-checkbox input:checked+span {
	color: #333
}

.checkbox.custom-checkbox input[disabled]+span,
fieldset[disabled] .checkbox.custom-checkbox input+span {
	opacity: .5
}

.checkbox.custom-checkbox input[disabled]:checked+span,
fieldset[disabled] .checkbox.custom-checkbox input:checked+span {
	color: #333;
	opacity: .5
}

.pxp-submit-property-btn {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	background-color: #333;
	height: 46px;
	padding: 0 20px;
	border: 1px solid #333;
	border-radius: .25rem;
	font-size: .9rem;
	text-transform: uppercase;
	line-height: 46px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-submit-property-btn:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, .7)
}

.dropzone {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: .25rem
}

.dropzone .note {
	opacity: .7;
	font-style: italic;
	font-size: .8rem
}

.dropzone .dz-preview .dz-image {
	border-radius: .3rem
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
	width: 26px;
	height: 26px
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
	margin-left: -13px;
	margin-top: -13px
}

.pxp-text-columns .pxp-services-columns-item img {
	height: 80px;
	width: auto
}

.pxp-text-columns .pxp-services-columns-item h3 {
	font-weight: 900;
	color: #333;
	font-size: 1.3rem;
	margin-bottom: .5rem
}

.pxp-gallery-carousel-item {
	height: 600px;
	margin: 0 30px
}

.pxp-gallery-carousel-stage .owl-nav {
	height: 0
}

.pxp-gallery-carousel-left-arrow,
.pxp-gallery-carousel-right-arrow {
	background-color: #fff;
	width: 64px;
	height: 64px;
	cursor: pointer;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .16);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scale(1, 1);
	z-index: 10;
	overflow: hidden
}

.pxp-gallery-carousel-left-arrow {
	left: 400px
}

.pxp-gallery-carousel-right-arrow {
	right: 340px
}

.pxp-gallery-carousel-left-arrow svg,
.pxp-gallery-carousel-right-arrow svg {
	width: 26px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.pxp-gallery-carousel-left-arrow svg line,
.pxp-gallery-carousel-right-arrow svg line {
	stroke: #333
}

.pxp-dark-mode .pxp-gallery-carousel-left-arrow svg line,
.pxp-dark-mode .pxp-gallery-carousel-right-arrow svg line {
	stroke: #fff
}

.pxp-gallery-carousel .owl-prev:not(.disabled) .pxp-gallery-carousel-left-arrow:hover,
.pxp-gallery-carousel .owl-next:not(.disabled) .pxp-gallery-carousel-right-arrow:not(.disabled):hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, .16)
}

.pxp-gallery-carousel .owl-prev:not(.disabled) .pxp-gallery-carousel-left-arrow:hover svg {
	-webkit-animation: arrowLeft .4s ease-in-out;
	-moz-animation: arrowLeft .4s ease-in-out;
	animation: arrowLeft .4s ease-in-out
}

.pxp-gallery-carousel .owl-next:not(.disabled) .pxp-gallery-carousel-right-arrow:hover svg {
	-webkit-animation: arrowRight .4s ease-in-out;
	-moz-animation: arrowRight .4s ease-in-out;
	animation: arrowRight .4s ease-in-out
}

.pxp-services-accordion-fig {
	height: 600px;
	margin-top: 100px;
	margin-bottom: 100px
}

.pxp-services-accordion-right {
	background-color: #f7f7f7
}

.pxp-services-accordion-right-container {
	padding: 160px 100px
}

.pxp-dark-mode .pxp-services-accordion-right {
	background-color: #000
}

.pxp-services-accordion h3 {
	font-size: 1.8rem;
	font-weight: 700
}

.pxp-dark-mode .pxp-services-accordion.pxp-services-accordion-has-image .pxp-services-accordion-right-container {
	color: #fff
}

.pxp-services-accordion-item-header button {
	font-weight: 700;
	color: #333;
	font-size: 1.3rem;
	margin-bottom: 0;
	padding: .375rem 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-dark-mode .pxp-services-accordion.pxp-services-accordion-has-image .pxp-services-accordion-item-header button {
	color: #fff
}

.pxp-services-accordion-item-header button:hover,
.pxp-services-accordion-item-header button:active,
.pxp-services-accordion-item-header button:focus {
	color: #333;
	text-decoration: none
}

.pxp-services-accordion-item-header button:hover {
	opacity: .7
}

.pxp-dark-mode .pxp-services-accordion.pxp-services-accordion-has-image .pxp-primary-cta {
	color: #fff
}

.pxp-dark-mode .pxp-services-accordion.pxp-services-accordion-has-image .pxp-primary-cta:after {
	border-top: 2px solid #fff
}

.pxp-services-accordion-item-icon:before {
	content: "\f068";
	font-family: FontAwesome;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	margin-right: 3px;
	font-size: 1rem;
	font-weight: 400
}

.collapsed .pxp-services-accordion-item-icon:before {
	content: "\f067"
}

.pxp-services-accordion-item-body {
	padding-left: 24px
}

.pxp-awards-item {
	margin-top: 1rem
}

.pxp-awards-item img {
	height: 80px;
	width: auto
}

.pxp-awards-item-title {
	font-size: .8rem;
	margin-top: 1rem
}

.pxp-counters-item-number {
	font-size: 70px;
	font-weight: 900;
	letter-spacing: -2px;
	line-height: 1
}

.pxp-counters-item-title {
	font-weight: 700;
	font-size: 1.3rem
}

.pxp-counters-item-text {
	margin-top: 1rem
}

.pxp-counters-fig-caption {
	background-color: #fff;
	padding: 40px
}

.pxp-single-property-fig {
	height: 600px
}

.pxp-single-property-caption {
	padding-left: calc((100% - 570px)+15px);
	padding-right: 100px
}

.pxp-single-property-caption.pxp-is-right {
	padding-left: 100px;
	padding-right: calc((100% - 570px)+15px)
}

.pxp-single-property-caption-features {
	opacity: .7
}

.pxp-single-property-caption-features>span {
	opacity: .5;
	display: inline-block;
	padding: 0 5px
}

.pxp-single-property-caption-price {
	font-size: 28px;
	line-height: 28px
}

.pxp-numbers {
	background-color: #f7f7f7
}

.pxp-dark-mode .pxp-numbers {
	background-color: #000;
	color: #fff
}

.pxp-numbers-item-number {
	font-size: 70px;
	font-weight: 900;
	letter-spacing: -2px;
	line-height: 1
}

.pxp-numbers-item-title {
	font-weight: 700;
	font-size: 1.3rem
}

.pxp-numbers-item-text {
	margin-top: 1rem
}

.pxp-numbers-fig-caption {
	background-color: #fff;
	padding: 40px
}

.pxp-dark-mode .pxp-numbers-fig-caption {
	background-color: #000;
	color: #fff
}

.pxp-video-section-trigger {
	display: inline-block;
	width: 80px;
	height: 80px;
	background-color: #fff;
	color: #333;
	border-radius: 80px;
	position: relative;
	outline: 0
}

.pxp-video-section-trigger:hover {
	color: #333
}

.pxp-video-section-trigger:before {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100px;
	height: 100px;
	border: 2px solid rgba(255, 255, 255, .25);
	border-radius: 100px;
	transition: all .2s ease-in-out
}

.pxp-video-section-trigger:hover:before {
	opacity: 0;
	transform: scale(1.2)
}

.pxp-video-section-trigger>span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	line-height: 18px;
	margin-left: 2px;
	transition: opacity .2s ease-in-out
}

.pxp-video-section-trigger:hover>span {
	opacity: .7
}

.pxp-video-section-modal .modal-content {
	background-color: transparent;
	box-shadow: none
}

.pxp-video-section-modal .modal-header {
	padding: 0
}

.pxp-video-section-modal .close {
	text-shadow: none;
	color: #fff;
	font-size: 2rem;
	font-weight: 400
}

.pxp-video-section-modal .modal-body {
	background-color: #000;
	padding: 0
}

.pxp-video-section-modal-container {
	background-color: #000;
	display: block
}

.pxp-video-section-modal {
	opacity: 0;
	transition: opacity .4s ease-in-out
}

.pxp-video-section-modal.show {
	opacity: 1
}

.pxp-services-tabs-items {
	position: relative;
	padding-bottom: 100px
}

.pxp-services-tabs-items .carousel.pxp-services-tabs-carousel {
	width: calc(100% - 100px);
	height: 480px;
	position: relative;
	background-color: #f7f7f7
}

.pxp-services-tabs-items .pxp-services-tabs-carousel .carousel-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.pxp-services-tabs-items .pxp-services-tabs-carousel .carousel-item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.pxp-services-tabs-items-content {
	position: absolute;
	background-color: #f7f7f7;
	right: 0;
	bottom: 0;
	left: 100px;
	z-index: 100
}

.pxp-services-tabs .carousel-indicators {
	position: static;
	z-index: 0;
	display: block;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
	list-style: none;
	margin-top: 100px
}

.pxp-services-tabs .carousel-indicators li {
	flex: none;
	width: auto;
	height: auto;
	margin-right: 0;
	margin-left: 0;
	text-indent: 0;
	cursor: pointer;
	background-color: transparent;
	background-clip: padding;
	border-top: 0 none;
	border-bottom: 0 none;
	opacity: .5;
	transition: opacity .6s ease;
	font-weight: 900;
	color: #333;
	font-size: 1.3rem;
	margin-bottom: .5rem
}

.pxp-services-tabs .carousel-indicators li:before {
	content: " ";
	border-top: 2px solid #333;
	width: 0;
	height: 7px;
	display: inline-block;
	margin-right: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	transform-origin: top left
}

.pxp-services-tabs .carousel-indicators li.active {
	opacity: 1
}

.pxp-services-tabs .carousel-indicators li.active:before {
	width: 20px;
	margin-right: 10px
}

.pxp-services-tabs-content-item {
	display: block;
	padding: 40px;
	position: relative;
	background-color: #f7f7f7
}

.pxp-dark-mode .pxp-services-tabs-content-item {
	background-color: #000
}

a.pxp-services-tabs-content-item:hover {
	text-decoration: none
}

.pxp-services-tabs-content-item-fig img,
.elementor .pxp-services-tabs-content-item-fig img {
	height: 80px;
	width: auto
}

.pxp-services-tabs-content-item-fig span {
	font-size: 80px;
	line-height: 80px
}

.pxp-services-tabs-content-item-text {
	color: #333;
	text-decoration: none;
	opacity: .7;
	margin-top: 40px
}

.pxp-dark-mode .pxp-services-tabs-content-item-text {
	color: #fff
}

.pxp-services-tabs-content-item-cta-container {
	margin-top: 30px;
	overflow: hidden
}

.pxp-services-tabs-content-item-cta {
	color: #333;
	display: inline-block;
	transform: translateX(calc(-100%+20px));
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.pxp-dark-mode .pxp-services-tabs-content-item-cta {
	color: #fff
}

a.pxp-services-tabs-content-item:hover .pxp-services-tabs-content-item-cta {
	transform: translateX(0)
}

.pxp-services-tabs-content-item-cta span {
	display: inline-block;
	font-size: .8rem;
	letter-spacing: 1px;
	font-weight: 700;
	margin-right: 10px
}

.pxp-services-tabs-content-item-cta svg {
	width: 20px;
	height: auto
}

.pxp-dark-mode .pxp-services-tabs-content-item-cta svg line {
	stroke: #fff
}

.pxp-search-properties-container {
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	padding: 20px;
	background-color: #fff
}

.pxp-dark-mode .pxp-search-properties-container {
	background-color: #000
}

.pxp-dark-mode .pxp-search-properties-form label {
	color: #fff
}

.pxp-search-properties-form-main {
	-ms-flex: 1;
	flex: 1
}

.pxp-search-properties-row {
	margin-right: -5px;
	margin-left: -5px
}

.pxp-search-properties-col {
	padding-right: 5px;
	padding-left: 5px
}

.pxp-search-properties-btn {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	background-color: #333;
	height: 46px;
	padding: 0 20px;
	border: 1px solid #333;
	border-radius: .25rem;
	font-size: .9rem;
	text-transform: uppercase;
	line-height: 46px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-search-properties-btn:hover {
	color: rgba(255, 255, 255, .7)
}

.pxp-search-properties-toggle {
	color: #333;
	font-size: .7rem;
	letter-spacing: 1px;
	font-weight: 700;
	opacity: .7;
	line-height: 46px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-dark-mode .pxp-search-properties-toggle {
	color: #fff
}

.pxp-search-properties-toggle:hover {
	color: #333;
	text-decoration: none;
	opacity: 1
}

.pxp-dark-mode .pxp-search-properties-toggle:hover {
	color: #fff
}

.pxp-search-properties-toggle-minus {
	display: none
}

.pxp-search-properties-h3 {
	font-size: 1rem;
	font-weight: 900
}

.pxp-dark-mode .pxp-search-properties-h3 {
	color: #fff
}

.pxp-search-properties-form .input-group .input-group-text {
	height: 46px;
	font-size: .9rem;
	border: 1px solid #e2e2e2;
	background-color: #fff
}

.pxp-dark-mode .pxp-search-properties-form .input-group .input-group-text {
	border: 1px solid rgba(255, 255, 255, .3);
	background-color: #333;
	color: #fff
}

.pxp-search-properties-form-adv {
	display: none
}

.pxp-dark-mode .pxp-search-properties-form select {
	background: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='0045'%3e%3cpathfill='%23ffffff'd='M20L02h4zm05L03h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
	background-color: #333;
	border: 1px solid rgba(255, 255, 255, .3);
	color: #fff
}

.pxp-dark-mode .pxp-search-properties-form select:hover,
.pxp-dark-mode .pxp-search-properties-form select:focus {
	border: 1px solid rgba(255, 255, 255, .6)
}

.pxp-dark-mode .pxp-search-properties-form input[type="text"],
.pxp-dark-mode .pxp-search-properties-form input[type="number"] {
	background-color: #333;
	border: 1px solid rgba(255, 255, 255, .3);
	color: #fff
}

.pxp-dark-mode .pxp-search-properties-form input[type="text"]:focus,
.pxp-dark-mode .pxp-search-properties-form input[type="number"]:focus {
	border: 1px solid rgba(255, 255, 255, .6)
}

.pxp-dark-mode .pxp-search-properties-form .checkbox.custom-checkbox span {
	background-color: #000;
	border: 1px solid rgba(255, 255, 255, .3);
	color: #000
}

.pxp-dark-mode .pxp-search-properties-form .checkbox.custom-checkbox input:checked+span {
	color: #fff
}

.pxp-dark-mode .pxp-search-properties-form .checkbox.custom-checkbox input[disabled]:checked+span,
.pxp-dark-mode .pxp-search-properties-form fieldset[disabled] .checkbox.custom-checkbox input:checked+span {
	color: #fff;
	opacity: .5
}

.pxp-promo-slider {
	position: relative
}

.pxp-promo-slider-carousel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.pxp-promo-slider-carousel .carousel-inner {
	height: 100%
}

.pxp-promo-slider-carousel .carousel-inner .carousel-item {
	height: 100%
}

.pxp-promo-slider-caption {
	padding: 40px;
	overflow: hidden;
	position: relative;
	z-index: 10
}

.pxp-promo-slider-caption-item h2,
.pxp-promo-slider-caption-item p,
.pxp-promo-slider-caption-item a,
.pxp-promo-slider-caption .pxp-promo-slider-caption-dots {
	position: relative;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.pxp-dark-mode .pxp-promo-slider-caption-item h2,
.pxp-dark-mode .pxp-promo-slider-caption-item p,
.pxp-dark-mode .pxp-promo-slider-caption-item a {
	color: #fff
}

.pxp-dark-mode .pxp-promo-slider-caption-item a:after {
	border-top: 2px solid #fff
}

.pxp-promo-slider-caption.pxp-animate-in {
	background-color: transparent
}

.pxp-promo-slider-caption.pxp-animate-in:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: #fff;
	transform: translateX(-100%);
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out
}

.pxp-dark-mode .pxp-promo-slider-caption.pxp-animate-in:before {
	background-color: #000
}

.pxp-promo-slider-caption.pxp-animate-in.pxp-in:before {
	transform: translateX(0)
}

.pxp-promo-slider-caption.pxp-animate-in.pxp-in h2,
.pxp-promo-slider-caption.pxp-animate-in.pxp-in p,
.pxp-promo-slider-caption.pxp-animate-in.pxp-in a,
.pxp-promo-slider-caption.pxp-animate-in.pxp-in .pxp-promo-slider-caption-dots {
	opacity: 1;
	-webkit-transition-delay: .6s;
	transition-delay: .6s
}

.pxp-promo-slider-caption.pxp-animate-in.pxp-in p {
	opacity: .7
}

.pxp-promo-slider-caption-dots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	padding-left: 0;
	list-style: none
}

.pxp-promo-slider-caption-dots li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.pxp-promo-slider-caption-dots li>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #333;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

.pxp-dark-mode .pxp-promo-slider-caption-dots li>div {
	background-color: #fff
}

.pxp-promo-slider-caption-dots li.active {
	opacity: 1;
	cursor: default
}

.pxp-promo-slider-caption-dots li.active>div {
	background-color: transparent;
	width: 11px;
	height: 11px;
	border: 1px solid #333
}

.pxp-dark-mode .pxp-promo-slider-caption-dots li.active>div {
	border: 1px solid #fff
}

.pxp-promo-slider-caption-dots li:not(.active):hover {
	opacity: .7
}

.pxp-promo-slider-caption-item {
	display: none
}

.pxp-promo-slider-caption-item.pxp-active {
	display: block
}

.pxp-footer {
	background-color: #f7f7f7
}

.pxp-dark-mode .pxp-footer {
	background-color: #000
}

.pxp-footer-logo {
	font-size: 28px;
	font-weight: 900
}

.pxp-dark-mode .pxp-footer-logo {
	color: #fff
}

.pxp-footer-address {
	opacity: .7;
	font-size: .9rem;
	line-height: 1.8
}

.pxp-dark-mode .pxp-footer-address {
	color: #fff
}

.pxp-footer-social a {
	color: #333;
	font-size: 1.6rem;
	margin-right: 20px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-dark-mode .pxp-footer-social a {
	color: #fff
}

.pxp-footer-social a:hover {
	opacity: .7
}

.pxp-footer-header {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 42px
}

.pxp-dark-mode .pxp-footer-header {
	color: #fff
}

.pxp-footer-links a {
	font-size: .9rem;
	color: #333;
	text-decoration: none;
	line-height: 1.8;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.pxp-dark-mode .pxp-footer-links a {
	color: #fff
}

.pxp-footer-links a:hover {
	opacity: .7
}

.pxp-footer-bottom {
	font-size: .8rem;
	line-height: 1.8;
	color: #333
}

.pxp-dark-mode .pxp-footer-bottom {
	color: #fff
}

.pxp-content-side-wrapper .pxp-footer-bottom {
	margin-top: 0
}

.pxp-footer-bottom a {
	color: #333;
	text-decoration: none
}

.pxp-dark-mode .pxp-footer-bottom a {
	color: #fff
}

.pxp-footer-bottom a:hover {
	opacity: .7
}

.pxp-footer-copyright {
	opacity: .7
}

.pxp-content.pxp-full-height {
	margin-top: 69px
}

@media(min-width:576px) {

	#pxp-signin-modal .modal-dialog,
	#pxp-signup-modal .modal-dialog {
		max-width: 400px
	}
}

@media screen and (max-width:1799px) {
	.pxp-gallery-carousel-left-arrow {
		left: 300px
	}

	.pxp-gallery-carousel-right-arrow {
		right: 240px
	}
}

@media screen and (max-width:1599px) {
	.pxp-gallery-carousel-item {
		height: 540px
	}

	.pxp-gallery-carousel-left-arrow {
		left: 200px
	}

	.pxp-gallery-carousel-right-arrow {
		right: 140px
	}
}

@media screen and (max-width:1199px) {
	.pxp-services {
		height: 718px
	}

	.pxp-services-container {
		display: block;
		height: auto;
		transform: none
	}

	.pxp-services-item {
		width: 50%;
		height: 300px;
		float: left
	}

	.pxp-services-item:nth-child(1) {
		border-bottom: 1px solid #e8e8e8;
		border-radius: .3rem 0 0 0
	}

	.pxp-dark-mode .pxp-services-item:nth-child(1) {
		border-bottom: 1px solid #333
	}

	.pxp-services-item:nth-child(2) {
		border-right: 0 none;
		border-radius: 0 .3rem 0 0;
		border-bottom: 1px solid #e8e8e8
	}

	.pxp-dark-mode .pxp-services-item:nth-child(2) {
		border-bottom: 1px solid #333
	}

	.pxp-services-item:nth-child(3) {
		border-radius: 0 0 0 .3rem
	}

	.pxp-services-item:nth-child(4) {
		border-radius: 0 0 .3rem 0;
		border-right: 0 none
	}

	.pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
		left: calc((100% * 2 - 960px) / 2+15px)
	}

	.pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
		left: calc((100% * 2 - 960px) / 2+15px)
	}

	.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
		left: calc((100% * 2 - 960px) / 2+15px)
	}

	.pxp-props-carousel-right {
		padding-left: calc((100% - 960px) / 2+15px)
	}

	.pxp-testim-1 {
		padding-left: calc((100% - 960px) / 2+15px)
	}

	.pxp-services-c-content {
		padding-left: calc((100% - 960px) / 2+15px)
	}

	.pxp-sp-agent-btn-main {
		width: 100%;
		margin-right: 0
	}

	.pxp-sp-agent-btn {
		width: 100%
	}

	.pxp-blog-post-hero {
		padding-left: calc((100% - 960px) / 2+15px)
	}

	.pxp-gallery-carousel-item {
		height: 500px
	}

	.pxp-gallery-carousel-left-arrow {
		left: 52px
	}

	.pxp-gallery-carousel-right-arrow {
		right: -12px
	}
}

@media screen and (max-width:1139px) {
	.pxp-props-carousel-left-arrow {
		left: 50px
	}

	.pxp-props-carousel-right-arrow {
		right: 15px;
		transform: translate(0, -50%) scale(1, 1)
	}

	.pxp-services-c {
		padding-left: 15px;
		padding-right: 15px
	}

	.pxp-cta-1.pxp-full-right {
		margin-left: 0
	}

	.pxp-cta-1.pxp-full-left {
		margin-right: 0
	}

	.pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-top-left,
	.pxp-cta-1.pxp-full-left .pxp-cta-1-content.pxp-top-left,
	.pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-bottom-left,
	.pxp-cta-1.pxp-full-left .pxp-cta-1-content.pxp-bottom-left,
	.pxp-cta-1-content.pxp-center-left,
	.pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-center-left,
	.pxp-cta-1.pxp-full-left .pxp-cta-1-content.pxp-center-left {
		left: 15px
	}

	.pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-top-right,
	.pxp-cta-1.pxp-full-right .pxp-cta-1-content.pxp-top-right,
	.pxp-cta-1-content.pxp-center-right,
	.pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-center-right,
	.pxp-cta-1.pxp-full-right .pxp-cta-1-content.pxp-center-right,
	.pxp-cta-1.pxp-full .pxp-cta-1-content.pxp-bottom-right,
	.pxp-cta-1.pxp-full-right .pxp-cta-1-content.pxp-bottom-right {
		right: 15px
	}

	.pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
		left: 15px;
		right: 15px
	}

	.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
		left: 15px
	}

	.pxp-hero-props-carousel-2 .pxp-carousel-controls.pxp-right,
	.pxp-hero-props-carousel-2 .pxp-carousel-ticker.pxp-right {
		right: 15px
	}

	.pxp-blog-post-blockquote {
		margin-left: 0
	}

	.pxp-sp-gallery-btn {
		right: 15px
	}
}

@media screen and (max-width:991px) {
	.pxp-nav {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: #fff;
		padding-top: 120px;
		padding-bottom: 100px;
		overflow: auto;
		z-index: 1040
	}

	.pxp-dark-mode .pxp-nav {
		background-color: #000
	}

	.pxp-header-nav-trigger {
		display: inline-block
	}

	.pxp-header-user {
		display: none
	}

	.pxp-logo.pxp-logo-nav {
		position: fixed;
		top: 34px;
		left: calc((100% - 720px) / 2+15px);
		z-index: 1050
	}

	.pxp-is-sticky .pxp-logo.pxp-logo-nav {
		top: 24px
	}

	.pxp-full .pxp-logo.pxp-logo-nav,
	.pxp-full.pxp-is-sticky .pxp-logo.pxp-logo-nav {
		left: 30px;
		top: 18px
	}

	.pxp-header-nav-trigger.pxp-active {
		position: fixed;
		top: 30px;
		right: calc((100% - 720px) / 2+15px);
		z-index: 1050
	}

	.pxp-is-sticky .pxp-header-nav-trigger.pxp-active {
		top: 20px
	}

	.pxp-header.pxp-full .pxp-header-nav-trigger.pxp-active {
		right: 30px;
		top: 14px
	}

	.pxp-nav>li.list-inline-item:not(.pxp-is-last) {
		margin-right: 0
	}

	.pxp-nav>li {
		display: block;
		margin-right: auto;
		margin: 0 auto;
		cursor: pointer;
		text-align: left;
		padding-left: calc((100% - 720px) / 2+15px);
		opacity: 0;
		transform: translateX(-20px);
		-webkit-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out
	}

	.pxp-header.pxp-full .pxp-nav>li {
		padding-left: 30px
	}

	.pxp-mobile .pxp-nav>li {
		opacity: 1;
		transform: translateX(0)
	}

	.pxp-nav>li>a {
		text-transform: none;
		display: inline-block;
		font-size: 1.3rem
	}

	.pxp-dark-mode .pxp-nav>li>a {
		color: #fff
	}

	.pxp-nav>li>.pxp-nav-sub {
		position: relative;
		top: auto;
		left: 0;
		z-index: 1;
		float: none;
		min-width: 200px;
		padding: 7px 0;
		margin: 0;
		background-color: transparent;
		text-align: left;
		box-shadow: none;
		display: none
	}

	.pxp-header.pxp-mobile .pxp-nav>li>.pxp-nav-sub {
		display: block
	}

	.pxp-nav>li>.pxp-nav-sub>li>a {
		padding: 7px 0;
		font-size: 1rem
	}

	.pxp-nav>li>.pxp-nav-sub>li>a:hover {
		padding-left: 10px
	}

	.pxp-nav>li.pxp-has-btns {
		display: block
	}

	.pxp-nav>li.pxp-has-btns>.pxp-user-btns {
		padding-top: 30px
	}

	.pxp-user-btns-signup {
		display: inline-block;
		text-align: center;
		white-space: nowrap;
		background-color: #333;
		height: 46px;
		padding: 0 20px;
		border: 1px solid #333;
		border-radius: .25rem;
		font-size: .9rem;
		text-transform: uppercase;
		line-height: 46px;
		font-weight: 700;
		color: #fff;
		margin-right: 4px;
		display: none;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}

	.pxp-dark-mode .pxp-user-btns-signup {
		background-color: #fff;
		border: 1px solid #fff;
		color: #333
	}

	.pxp-user-btns-signup:hover {
		text-decoration: none;
		color: rgba(255, 255, 255, .7)
	}

	.pxp-dark-mode .pxp-user-btns-signup:hover {
		color: rgba(51, 51, 51, .7)
	}

	.pxp-header.pxp-mobile .pxp-user-btns-signup {
		display: inline-block
	}

	.pxp-user-btns-login {
		display: inline-block;
		text-align: center;
		white-space: nowrap;
		background-color: #fff;
		height: 46px;
		padding: 0 20px;
		border: 1px solid #e2e2e2;
		border-radius: .25rem;
		font-size: .9rem;
		text-transform: uppercase;
		line-height: 46px;
		font-weight: 700;
		color: #333;
		display: none;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out
	}

	.pxp-dark-mode .pxp-user-btns-login {
		background-color: #000;
		border: 1px solid #333;
		color: #fff
	}

	.pxp-user-btns-login:hover {
		text-decoration: none;
		color: #333;
		border: 1px solid #333
	}

	.pxp-dark-mode .pxp-user-btns-login:hover {
		border: 1px solid #fff;
		color: #fff
	}

	.pxp-header.pxp-mobile .pxp-user-btns-login {
		display: inline-block
	}

	.pxp-hero-caption form {
		width: 100%
	}

	.pxp-hero-caption.pxp-hero-caption-bottom-left form {
		width: 100%
	}

	.h2,
	h2,
	h1.pxp-page-header {
		font-size: 1.8rem
	}

	h1.pxp-page-header {
		line-height: 2rem
	}

	.pxp-props-carousel-right.pxp-has-intro {
		display: block
	}

	.pxp-props-carousel-right-intro {
		width: 100%;
		margin-right: 0
	}

	.pxp-props-carousel-right.pxp-has-intro .pxp-props-carousel-right-container {
		width: 100%
	}

	.pxp-services-item {
		width: 100%;
		float: none;
		border-right: 0 none;
		border-bottom: 1px solid #e8e8e8
	}

	.pxp-dark-mode .pxp-services-item {
		border-bottom: 1px solid #333
	}

	.pxp-services-item:nth-child(1) {
		border-radius: .3rem .3rem 0 0
	}

	.pxp-services-item:nth-child(2) {
		border-radius: 0
	}

	.pxp-services-item:nth-child(3) {
		border-radius: 0
	}

	.pxp-services-item:nth-child(4) {
		border-radius: 0 0 .3rem .3rem
	}

	.pxp-services-c {
		display: block;
		background-position: left top
	}

	.pxp-services-c-intro {
		width: 100%;
		margin-top: 0;
		margin-right: 0
	}

	.pxp-services-c-container {
		width: 100%
	}

	.pxp-services-c-container .owl-nav {
		margin-left: auto
	}

	.pxp-testim-1 {
		display: block;
		background-position: left top
	}

	.pxp-testim-1-intro {
		width: 100%;
		margin-top: 0;
		margin-right: 0
	}

	.pxp-testim-1-container {
		width: 100%
	}

	.pxp-testim-1-container .owl-nav {
		margin-left: auto
	}

	.pxp-hero-props-carousel-1 .carousel-indicators li {
		width: 60px;
		height: 60px
	}

	.pxp-hero-props-carousel-1-prices {
		width: calc(100% - 240px)
	}

	.pxp-hero-props-carousel-1-prices .pxp-carousel-ticker {
		display: none
	}

	.pxp-header.pxp-no-bg.pxp-mobile {
		border-bottom: 1px solid transparent
	}

	.pxp-header.pxp-no-bg .pxp-logo.pxp-logo-nav {
		top: 24px
	}

	.pxp-header.pxp-no-bg .pxp-header-nav-trigger.pxp-active {
		top: 20px
	}

	.pxp-blog-posts-carousel-1-caption-title {
		font-size: 1.4rem
	}

	.pxp-blog-posts-carousel-1-caption-summary {
		width: 100%
	}

	.pxp-blog-post-block,
	.pxp-agent-block {
		width: 100%;
		margin: 0
	}

	.pxp-blog-post-share {
		width: 100%;
		text-align: left
	}

	.pxp-blog-post-share>ul>li {
		float: left;
		margin-right: 10px
	}

	.pxp-blog-post-share-label {
		float: left;
		margin-right: 20px;
		line-height: 36px
	}

	.pxp-content-left {
		padding-right: 0
	}

	.pxp-map-side.pxp-half {
		width: 0
	}

	.pxp-map-side.pxp-max {
		width: 100%
	}

	.pxp-single-property-section>.row>div:nth-last-child(2)>.pxp-sp-amenities-item,
	.pxp-single-property-section>.row>div:nth-last-child(3)>.pxp-sp-amenities-item {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #e2e2e2
	}

	.pxp-services {
		height: 1314px
	}

	.pxp-blog-posts-carousel-1-caption-container {
		left: 30%
	}

	.pxp-hero-caption h1 {
		font-size: 2.5rem
	}

	.pxp-hero-props-carousel-1 .pxp-caption-prop-title {
		font-size: 2.5rem;
		line-height: 1.2
	}

	.pxp-hero-props-carousel-2-left .pxp-caption-prop-title {
		font-size: 2.5rem;
		line-height: 1.2
	}

	.pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
		top: 30%;
		left: calc((100%+240px - 720px) / 2+15px)
	}

	.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
		top: 70%;
		left: calc((100%+240px - 720px) / 2+15px);
		right: auto
	}

	.pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
		left: calc((100% * 2 - 720px) / 2+15px)
	}

	.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
		left: calc((100% * 2 - 720px) / 2+15px)
	}

	.pxp-services-c-content {
		padding-left: calc((100% - 720px) / 2+15px);
		display: block
	}

	.pxp-blog-post-hero {
		padding-left: calc((100% - 720px) / 2+15px)
	}

	.pxp-services-c {
		right: 0;
		background-position: center center
	}

	.pxp-sp-top-title {
		font-size: 1.8rem
	}

	.pxp-props-carousel-right {
		padding-left: calc((100% - 720px) / 2+15px)
	}

	.pxp-testim-1 {
		padding-left: calc((100% - 720px) / 2+15px)
	}

	.pxp-services-h {
		background: #f7f7f7
	}

	.pxp-dark-mode .pxp-services-h {
		background: #000
	}

	.pxp-services-h-container {
		display: block
	}

	.pxp-services-h-fig {
		height: 240px
	}

	.pxp-sp-agent-btn-main {
		width: 49%;
		margin-right: 2%
	}

	.pxp-sp-agent-btn {
		width: 49%
	}

	.pxp-calculator-chart-container {
		width: 60%;
		margin: 0 auto
	}

	.pxp-agent-rating {
		line-height: 2.2rem
	}

	.pxp-blog-post-hero-fig {
		height: 50vh;
		min-height: auto
	}

	.pxp-dark-mode .pxp-services-h-item .media-body {
		color: #8c8c8c
	}

	.pxp-dark-mode .pxp-services-h-item h5 {
		color: #fff
	}

	.pxp-dark-mode .pxp-services-c-content .owl-carousel .owl-nav button svg line {
		stroke: #fff
	}

	.pxp-dark-mode .pxp-services-h .pxp-primary-cta {
		color: #fff
	}

	.pxp-dark-mode .pxp-services-h .pxp-primary-cta:after {
		border-top: 2px solid #fff
	}

	.pxp-gallery-carousel-item {
		height: 400px
	}

	.pxp-services-accordion-right-container {
		padding: 100px 60px
	}

	.pxp-services-accordion-fig {
		height: 400px;
		margin-top: 1.5rem;
		margin-bottom: 1.5rem
	}

	.pxp-services-accordion h3 {
		font-size: 1.6rem
	}

	.pxp-services-accordion-item-header button {
		font-size: 1.2rem
	}

	.pxp-testim-2-caption {
		padding-right: 60px
	}

	.pxp-hero.pxp-hero-contact {
		height: auto !important
	}

	.pxp-numbers-item-title {
		font-size: 1.2rem
	}

	.pxp-numbers-item-number {
		font-size: 60px
	}

	.pxp-hero-caption {
		position: relative;
		padding-top: 140px;
		padding-bottom: 140px;
		top: 0;
		transform: none
	}

	.pxp-services-tabs .carousel-indicators {
		margin-top: 3rem
	}
}

@media screen and (max-width:767px) {
	.pxp-logo.pxp-logo-nav {
		left: calc((100% - 540px) / 2+15px)
	}

	.pxp-header-nav-trigger.pxp-active {
		right: calc((100% - 540px) / 2+15px)
	}

	.pxp-nav>li {
		padding-left: calc((100% - 540px) / 2+15px)
	}

	.pxp-hero-props-carousel-2-left {
		-webkit-flex: 2;
		-ms-flex: 2;
		flex: 2
	}

	.pxp-hero-props-carousel-2 .pxp-carousel-controls {
		left: 66.666%
	}

	.pxp-hero-props-carousel-2 .pxp-carousel-ticker {
		left: 66.666%
	}

	.pxp-blog-posts-carousel-1-caption-container {
		bottom: -60px;
		left: 180px
	}

	.pxp-sp-top-btns {
		float: left;
		margin-left: 0
	}

	.pxp-sp-top-btn {
		margin-left: 0;
		margin-right: 4px
	}

	.pxp-sp-top-feat {
		float: left;
		margin-left: 0
	}

	.pxp-sp-top-feat>div {
		margin-left: 0;
		margin-right: 10px;
		line-height: 1.5
	}

	.pxp-sp-top-price {
		float: right;
		line-height: 1.5
	}

	.pxp-single-property-gallery>figure {
		height: 225px;
		width: 50%
	}

	.pxp-single-property-gallery>figure:nth-child(4),
	.pxp-single-property-gallery>figure:nth-child(5) {
		display: none
	}

	.pxp-single-property-gallery>figure.pxp-sp-gallery-main-img {
		height: 450px
	}

	.pxp-services {
		height: 1290px
	}

	.pxp-hero-caption h1 {
		font-size: 2rem
	}

	.pxp-hero-props-carousel-1 .pxp-caption-prop-title {
		font-size: 2rem
	}

	.pxp-hero-props-carousel-2-left .pxp-caption-prop-title {
		font-size: 2rem
	}

	.pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
		left: calc((100%+240px - 540px) / 2+15px)
	}

	.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
		left: calc((100%+240px - 540px) / 2+15px)
	}

	.pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
		left: calc((100% / 2 * 3 - 540px) / 2+15px)
	}

	.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
		left: calc((100% / 2 * 3 - 540px) / 2+15px)
	}

	.pxp-blog-post-hero {
		padding-left: calc((100% - 540px) / 2+15px)
	}

	.pxp-sp-top-title {
		font-size: 1.6rem
	}

	.pxp-props-carousel-right {
		padding-left: calc((100% - 540px) / 2+15px)
	}

	.pxp-testim-1 {
		padding-left: calc((100% - 540px) / 2+15px)
	}

	.pxp-services-c-content {
		padding-left: calc((100% - 540px) / 2+15px)
	}

	.pt-100 {
		padding-top: 60px
	}

	.pb-100 {
		padding-bottom: 60px
	}

	.pt-200 {
		padding-top: 120px
	}

	.pb-200 {
		padding-bottom: 120px
	}

	.pt-300 {
		padding-top: 180px
	}

	.pb-300 {
		padding-bottom: 180px
	}

	.pt-400 {
		padding-top: 200px
	}

	.pb-400 {
		padding-bottom: 200px
	}

	.mt-100 {
		margin-top: 60px
	}

	.mb-100 {
		margin-bottom: 60px
	}

	.mt-200 {
		margin-top: 120px
	}

	.mb-200 {
		margin-bottom: 120px
	}

	.mt-300 {
		margin-top: 180px
	}

	.mb-300 {
		margin-bottom: 180px
	}

	.pxp-hero {
		height: 600px !important
	}

	.h2,
	h2,
	h1.pxp-page-header {
		font-size: 1.7rem
	}

	.pxp-plans-1-item {
		text-decoration: none;
		border: 2px solid #333
	}

	.pxp-dark-mode .pxp-plans-1-item {
		border: 2px solid #000
	}

	.pxp-plans-1-item .pxp-plans-1-item-fig {
		transform: translateY(-42px) scale(.9)
	}

	.pxp-plans-1-item .pxp-plans-1-item-title {
		transform: translateY(-42px) scale(1.3);
		-webkit-transition-delay: .1s;
		transition-delay: .1s
	}

	.pxp-plans-1-item .pxp-plans-1-item-features {
		transform: translateY(-42px);
		-webkit-transition-delay: .2s;
		transition-delay: .2s
	}

	.pxp-plans-1-item .pxp-plans-1-item-price {
		transform: translateY(-42px);
		-webkit-transition-delay: .3s;
		transition-delay: .3s
	}

	.pxp-plans-1-item .pxp-plans-1-item-label {
		transform: translateY(-42px);
		opacity: 0
	}

	.pxp-plans-1-item .pxp-plans-1-item-cta {
		transform: translate(-50%, 0);
		opacity: 1;
		-webkit-transition-delay: .4s;
		transition-delay: .4s
	}

	.pxp-hero-caption.pxp-hero-caption-bottom-left {
		bottom: 60px
	}

	.pxp-testim-1-container .owl-nav {
		margin-top: 1.5rem
	}

	.pxp-services-c-container .owl-nav {
		margin-top: 1.5rem
	}

	.pxp-results-card-1 .carousel-control-prev {
		transform: translateX(0)
	}

	.pxp-results-card-1 .carousel-control-next {
		transform: translateX(0)
	}

	.pxp-results-card-1 .pxp-results-card-1-features {
		opacity: 1;
		transform: translateY(0)
	}

	.pxp-results-card-1 .pxp-results-card-1-save {
		opacity: 1;
		transform: translateY(0)
	}

	.pxp-sp-key-details-item {
		padding-bottom: 10px;
		margin-bottom: 10px
	}

	.pxp-sp-amenities-item {
		padding-bottom: 10px;
		margin-bottom: 10px
	}

	.pxp-single-property-section>.row>div:nth-last-child(2)>.pxp-sp-amenities-item,
	.pxp-single-property-section>.row>div:nth-last-child(3)>.pxp-sp-amenities-item {
		padding-bottom: 10px;
		margin-bottom: 10px
	}

	.pxp-calculator-data {
		padding-bottom: 10px;
		margin-bottom: 10px
	}

	.pxp-agents-hero-search {
		padding: 40px
	}

	.pxp-agents-hero-search-container {
		bottom: -60px
	}

	.pxp-contact-hero-offices {
		padding: 40px
	}

	.pxp-contact-hero-offices-container {
		bottom: -60px
	}

	.pxp-agent-rating {
		line-height: 2rem
	}

	.pxp-blog-posts-carousel-1-caption-title {
		font-size: 1.3rem
	}

	.pxp-blog-posts-carousel-1-caption-summary {
		display: none
	}

	.pxp-blog-posts-carousel-1-img {
		height: 460px
	}

	.pxp-blog-post-video {
		height: 400px
	}

	.pxp-blog-post-blockquote {
		padding: 0 20px;
		margin-top: 20px;
		margin-bottom: 20px
	}

	.pxp-contact-hero-offices-info .pxp-is-address {
		display: none
	}

	.pxp-gallery-carousel-item {
		height: 300px
	}

	.pxp-services-accordion-fig {
		margin-top: 1.5rem;
		margin-bottom: 0
	}

	.pxp-services-accordion-right-container {
		padding: 60px
	}

	.pxp-services-accordion h3 {
		font-size: 1.5rem
	}

	.pxp-services-accordion-item-header button {
		font-size: 1.1rem
	}

	.pxp-hero.pxp-hero-contact {
		height: auto !important
	}

	.pxp-numbers-item-title {
		font-size: 1.1rem
	}

	.pxp-numbers-item-number {
		font-size: 50px
	}

	.pxp-hero-search .pxp-hero-search-btn {
		width: 100%
	}

	.pxp-services-tabs-items {
		padding-bottom: 0
	}

	.pxp-services-tabs-items .carousel.pxp-services-tabs-carousel {
		width: 100%;
		height: 300px
	}

	.pxp-services-tabs-items-content {
		position: static
	}

	.pxp-services-tabs .carousel-indicators {
		margin-top: 1.5rem
	}

	.pxp-services-tabs-content-item-fig span {
		font-size: 64px;
		line-height: 64px
	}

	.pxp-services-tabs-content-item-fig img,
	.elementor .pxp-services-tabs-content-item-fig img {
		height: 64px
	}

	.pxp-services-tabs-content-item {
		padding: 20px
	}

	.pxp-services-tabs-content-item-text {
		margin-top: 20px
	}

	.pxp-services-tabs-content-item-cta-container {
		margin-top: 10px
	}

	.pxp-hero-caption.pxp-hero-caption-bottom-left.pxp-is-small {
		bottom: 0
	}

	.pxp-cta-3-image {
		height: 300px
	}
}

@media screen and (max-width:575px) {

	.pxp-header,
	.pxp-header.pxp-is-sticky {
		padding: 15px 0
	}

	.pxp-logo.pxp-logo-nav {
		left: 15px
	}

	.pxp-header-nav-trigger.pxp-active {
		right: 15px
	}

	.pxp-logo.pxp-logo-nav,
	.pxp-is-sticky .pxp-logo.pxp-logo-nav {
		top: 19px
	}

	.pxp-header-nav-trigger.pxp-active,
	.pxp-is-sticky .pxp-header-nav-trigger.pxp-active {
		top: 15px
	}

	.pxp-nav>li {
		padding-left: 15px
	}

	.pxp-single-property-section>.row>div:nth-last-child(2)>.pxp-sp-key-details-item {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #e2e2e2
	}

	.pxp-cta-1-content {
		position: absolute;
		width: 90%;
		padding: 30px;
		overflow: hidden
	}

	.pxp-hero-caption.pxp-hero-caption-bottom-left {
		right: 0;
		left: 0
	}

	.pxp-hero-props-carousel-1-prices {
		width: calc(100% - 120px)
	}

	.pxp-hero-props-carousel-1 .pxp-carousel-controls {
		width: 120px
	}

	.pxp-hero-props-carousel-1 .pxp-carousel-controls a {
		width: 60px
	}

	.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-prev svg {
		right: 10px
	}

	.pxp-hero-props-carousel-1 .pxp-carousel-controls a.pxp-carousel-control-next svg {
		left: 10px
	}

	.pxp-hero-props-carousel-2 .pxp-carousel-controls {
		bottom: 60px
	}

	.pxp-blog-posts-carousel-1-caption-container {
		left: 80px;
		padding: 20px 20px 0 20px
	}

	.pxp-header .pxp-container-full {
		padding: 0 15px
	}

	.pxp-content-side-wrapper {
		padding: 30px 15px
	}

	a.pxp-list-toggle {
		top: 84px;
		left: 15px
	}

	.pxp-full .pxp-logo.pxp-logo-nav,
	.pxp-full.pxp-is-sticky .pxp-logo.pxp-logo-nav {
		left: 15px
	}

	.pxp-header.pxp-full .pxp-header-nav-trigger.pxp-active {
		right: 15px
	}

	.pxp-header.pxp-full .pxp-nav>li {
		padding-left: 15px
	}

	.pxp-hero-props-carousel-1-prices .carousel-item .pxp-price {
		left: 15px;
		font-size: 1.6rem
	}

	.pxp-hero-props-carousel-1-prices .carousel-item .pxp-cta {
		left: 15px
	}

	.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
		bottom: 183px
	}

	.pxp-hero-props-carousel-2-left .carousel-item .pxp-caption {
		left: 15px
	}

	.pxp-hero-props-carousel-2-left .carousel-item .pxp-cta {
		left: 15px
	}

	.pxp-blog-post-hero {
		padding-left: 15px;
		padding-right: 15px
	}

	.pxp-props-carousel-right {
		padding-left: 15px;
		padding-right: 15px
	}

	.pxp-testim-1 {
		padding-left: 15px;
		padding-right: 15px
	}

	.pxp-services-c-content {
		padding-left: 15px;
		padding-right: 15px
	}

	.h2,
	h2,
	h1.pxp-page-header {
		font-size: 1.6rem
	}

	.pxp-hero-props-carousel-2-left .pxp-caption-prop-title {
		font-size: 1.6rem
	}

	.pxp-hero-props-carousel-1-prices {
		height: 80px
	}

	.pxp-hero-props-carousel-1 .pxp-caption-prop-title {
		font-size: 1.6rem
	}

	.pxp-hero-props-carousel-1 .pxp-carousel-controls {
		height: 80px
	}

	.pxp-hero-props-carousel-1 .pxp-carousel-controls a {
		height: 80px
	}

	.pxp-hero {
		height: 560px !important;
		min-height: 560px
	}

	.pxp-hero-props-carousel-2 .pxp-carousel-controls {
		width: 160px;
		height: 80px
	}

	.pxp-hero-props-carousel-2 .pxp-carousel-controls a {
		width: 80px;
		height: 80px
	}

	.pxp-hero-props-carousel-2 .pxp-carousel-ticker {
		bottom: 150px
	}

	.pxp-sp-top-feat>div {
		font-size: 1.2rem
	}

	.pxp-sp-top-price {
		font-size: 1.2rem
	}

	.pxp-sp-agent-btn-main {
		width: 100%;
		margin-right: 0
	}

	.pxp-sp-agent-btn {
		width: 100%
	}

	.pxp-blog-posts-carousel-1-img {
		height: 400px
	}

	.pxp-blog-posts-carousel-1 .pxp-carousel-controls {
		width: 70px;
		height: 120px
	}

	.pxp-blog-posts-carousel-1 .pxp-carousel-controls a {
		width: 70px;
		height: 60px;
		position: relative
	}

	.pxp-blog-post-blockquote {
		float: none;
		width: 100%;
		font-size: 1.1rem
	}

	.pxp-services-accordion h3 {
		font-size: 1.4rem
	}

	.pxp-hero.pxp-hero-contact {
		height: auto !important
	}
}

.label-bottom {
	margin-bottom: 10px
}

.btn-open {
	border: 0;
	border-radius: 27.5px;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, .05);
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	min-width: 150px;
	outline: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	cursor: pointer;
	margin: 0 6px
}

.btn-open:active {
	box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, .1)
}

.btn-open.first {
	background-color: #fd698d;
	color: #fff
}

.btn-open.second {
	background-color: #fff;
	color: #fd698d
}

.zeynep {
	background-color: #fff;
	color: #404143;
	width: 100%
}

.zeynep ul {
	list-style-type: none;
	padding: 0;
	-webkit-overflow-scrolling: touch
}

.zeynep ul>li>a {
	color: inherit;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 18px 0;
	text-decoration: none;
	transition: all 150ms
}

.zeynep ul>li>a:hover {
	background-color: #efefef;
	border-radius: 3px
}

.zeynep ul>li:not(:last-child)>a {
	border-bottom: 1px solid #efefef
}

.zeynep ul>li.has-submenu>a {
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 8px 14px
}

.zeynep .submenu {
	background-color: #fff;
	left: 295px
}

.zeynep .submenu-header {
	background-image: url(../images/menu-back.svg);
	background-position: left 20px center;
	background-repeat: no-repeat;
	background-size: 8px 14px;
	border-bottom: solid 1px #efefef;
	cursor: pointer;
	position: relative
}

.zeynep .submenu-header>a {
	color: inherit;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 18px 20px;
	padding-left: 0;
	text-decoration: none
}

.zeynep .submenu-header>a:before {
	background-image: url(../images/submenu-arrow.svg);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 8px 14px;
	content: "";
	height: 100%;
	left: 26px;
	position: absolute;
	top: 0;
	transform: rotate(-180deg);
	width: 20px
}

.zeynep .submenu>label {
	color: #e77691;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 19px;
	opacity: .5;
	padding-left: 40px;
	width: 100%
}

.product-card__content__price {
	color: #439e4a;
	font-size: 18px;
	font-weight: 600
}

.zeynep-right {
	background-color: #fff;
	color: #404143;
	width: 100%
}

.zeynep-right ul {
	list-style-type: none;
	padding: 0;
	-webkit-overflow-scrolling: touch
}

.zeynep-right ul>li>a {
	color: inherit;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 18px 0;
	text-decoration: none;
	transition: all 150ms
}

.zeynep-right ul>li>a:hover {
	background-color: #efefef;
	border-radius: 3px
}

.zeynep-right ul>li:not(:last-child)>a {
	border-bottom: 1px solid #efefef
}

.zeynep-right ul>li.has-submenu>a {
	background-image: url(../images/submenu-arrow.svg);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 8px 14px
}

.zeynep-right ul>li.has-submenu>a:hover {
	background-image: url(../images/submenu-arrow-active.svg)
}

.zeynep-right .submenu {
	background-color: #fff;
	left: 295px
}

.zeynep-right .submenu-header {
	background-image: url(../images/menu-back.svg);
	background-position: left 20px center;
	background-repeat: no-repeat;
	background-size: 8px 14px;
	border-bottom: solid 1px #efefef;
	cursor: pointer;
	position: relative
}

.zeynep-right .submenu-header>a {
	color: inherit;
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 18px 20px;
	padding-left: 40px;
	text-decoration: none
}

.zeynep-right .submenu-header>a:before {
	background-image: url(../images/submenu-arrow.svg);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 8px 14px;
	content: "";
	height: 100%;
	left: 26px;
	position: absolute;
	top: 0;
	transform: rotate(-180deg);
	width: 20px
}

.zeynep-right .submenu>label {
	color: #e77691;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
	margin-top: 19px;
	opacity: .5;
	padding-left: 40px;
	width: 100%
}

.order-information__group__tooltip {
	left: auto;
	margin-top: -16px;
	right: 0
}

.order-information__group__tooltip .tooltip__arrow {
	left: auto;
	right: 8px
}

.order-information .info-list {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.order-information .info-list__item {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row
}

.order-information .info-list__item:not(:first-child) {
	margin-top: 10px
}

.order-row {
	background-color: #fff;
	border-top: 1px solid #eee;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(72, 72, 72, .08);
	box-shadow: 0 1px 2px 0 rgba(72, 72, 72, .08);
	cursor: pointer;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transition-property: height, width, padding, background, font-size, -webkit-box-shadow, -webkit-box-sizing, -webkit-transform;
	transition-property: height, width, padding, background, font-size, -webkit-box-shadow, -webkit-box-sizing, -webkit-transform;
	-o-transition-property: box-shadow, height, width, box-sizing, padding, background, font-size, transform;
	transition-property: box-shadow, height, width, box-sizing, padding, background, font-size, transform;
	transition-property: box-shadow, height, width, box-sizing, padding, background, font-size, transform, -webkit-box-shadow, -webkit-box-sizing, -webkit-transform
}

.order-row__summary {
	border-radius: 8px !important;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 10px
}

.order-row__summary,
.order-row__summary__evaluate-order {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.order-row__summary__evaluate-order {
	-ms-flex-pack: center;
	background-color: rgba(255, 96, 0, .08);
	border-radius: 8px;
	color: #ff6000;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 4px 12px 12px;
	text-decoration: none
}

.order-row__summary__evaluate-order__text {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: -.24px;
	line-height: 2;
	margin-left: 4px;
	padding: 4px 0;
	text-align: center
}

@media only screen and (max-width:576px) {
	.order-row__summary {
		background-color: #fff;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 12px 8px
	}

	.order-row__summary__images,
	.order-row__summary__order-data,
	.order-row__summary__price {
		margin-left: 10px !important;
		margin-right: 10px !important
	}

	.order-row__summary__images {
		width: 88px
	}
}

@media only screen and (max-width:576px) and (max-width:576px) {
	.order-row__summary__images {
		-ms-flex-pack: start !important;
		-webkit-justify-content: flex-start !important;
		justify-content: flex-start !important;
		margin-right: 0 !important;
		width: 62px !important
	}
}

@media only screen and (max-width:576px) {
	.order-row__summary__order-data {
		margin-right: 0 !important
	}

	.order-row__summary__order-data .date {
		margin-top: 0 !important
	}

	.order-row__summary__toggle {
		margin-right: 4px;
		margin-top: 0 !important;
		min-width: inherit !important;
		width: inherit !important
	}

	.order-row__summary__toggle svg {
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}
}

.order-row__summary__order-data {
	-ms-flex-direction: column !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
	min-width: 1px
}

@media(-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.order-row__summary__order-data {
		margin-right: -10px
	}
}

.order-row__summary__order-data _:-ms-fullscreen,
:root .order-row__summary__order-data {
	margin-right: -10px
}

@media only screen and (max-width:576px) {
	.order-row__summary__order-data .order-number {
		display: none
	}
}

.order-row__summary__order-data .order-number b {
	font-size: 18px;
	line-height: 1.5
}

@media only screen and (max-width:576px) {
	.order-row__summary__order-data .order-number b {
		font-size: 12px
	}
}

.order-row__summary__order-data .date {
	margin-top: 0
}

.order-row__summary__order-data .date span {
	color: #919191
}

@media only screen and (max-width:576px) {
	.order-row__summary__order-data .date span {
		display: block
	}

	.order-row__summary__order-data .date span:not(:first-child) {
		margin-top: 5px
	}
}

.order-row__summary__price {
	text-align: right
}

.order-row__summary__price b {
	color: #439e4a !important;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

@media only screen and (max-width:576px) {
	.order-row__summary__price b {
		font-size: 12px
	}
}

.order-row__summary__order-data,
.order-row__summary__price,
.order-row__summary__progress-bar {
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	margin-left: 20px;
	margin-right: 20px
}

.order-row__summary__order-data b,
.order-row__summary__order-data span,
.order-row__summary__price b,
.order-row__summary__price span {
	color: #484848
}

.order-row__summary__order-data small,
.order-row__summary__price small {
	color: #919191;
	font-size: 12px;
	letter-spacing: -.24px;
	line-height: 1.5;
	margin-top: 8px;
	text-decoration: none
}

.order-row__summary__order-data small:active,
.order-row__summary__order-data small:focus,
.order-row__summary__order-data small:hover,
.order-row__summary__order-data small[x-apple-data-detectors],
.order-row__summary__price small:active,
.order-row__summary__price small:focus,
.order-row__summary__price small:hover,
.order-row__summary__price small[x-apple-data-detectors] {
	color: #919191 !important;
	text-decoration: none !important
}

.order-row__summary__toggle {
	-ms-flex-align: center;
	-ms-flex-pack: end;
	-webkit-align-items: center;
	align-items: center;
	color: #484848;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	text-align: right;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 32px
}

@media only screen and (min-width:768px) {
	.order-row__summary__toggle {
		margin-left: 40px
	}
}

.order-row__summary__toggle__icon {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .06);
	border-radius: 32px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 32px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	width: 32px
}

.order-row__summary__toggle__icon--opened {
	background-color: rgba(0, 0, 0, 0)
}

.order-row__summary__toggle__icon--opened svg {
	color: #484848
}

.order-row__summary__toggle__icon svg {
	fill: currentColor;
	height: 14px;
	width: 14px
}

.order-row__summary__images {
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center
}

@media(-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.order-row__summary__images {
		width: 80px
	}
}

.order-row__summary__images .image__item {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 40px;
	color: #484848;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	z-index: 0
}

.order-row__summary__images .image__item:not(:first-child) {
	-webkit-box-shadow: -2px 0 0 0 rgba(0, 0, 0, .08);
	box-shadow: -2px 0 0 0 rgba(0, 0, 0, .08);
	margin-left: -20px
}

.order-row__summary__images .image__item img {
	border-radius: 40px;
	display: block;
	width: 100%;
	height: 100%
}

.order-row__summary__order-data,
.order-row__summary__price {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.order-row__summary__progress-bar {
	min-width: 260px
}

@media only screen and (max-width:992px) {
	.order-row__summary__progress-bar {
		-ms-flex-order: 1;
		-ms-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-left: 0;
		margin-right: 0;
		margin-top: 16px;
		min-width: inherit !important;
		-webkit-order: 1;
		order: 1;
		width: 100%
	}
}

@media(-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
	.order-row__summary__progress-bar .progress-bar {
		padding-left: 20px
	}
}

.order-row__summary__progress-bar _:-ms-fullscreen .progress-bar,
:root .order-row__summary__progress-bar .progress-bar {
	padding-left: 20px
}

.order-row__container {
	background-color: #fff;
	cursor: default;
	margin: 0 24px 16px;
	padding-top: 16px;
	position: relative
}

.orders-page__groups__item .order-row {
	margin-top: 20px
}

.accordion {
	width: 100%
}

.accordion__item {
	background: #fffffe;
	border-radius: 6px
}

.accordion__header {
	font-weight: 600;
	font-size: 1.25rem;
	color: #094067;
	position: relative;
	cursor: pointer
}

.accordion__body {
	padding: 15px;
	font-weight: 300;
	font-size: .875rem;
	color: #5f6c7b;
	line-height: 1.5;
	display: none
}

.pad-mar {
	margin: 7px;
	border: 1px solid #e5e5e5;
	border-radius: 6px
}

.open-accordion {
	background-color: #fff;
	border-color: #eee;
	-webkit-box-shadow: 0 8px 32px rgb(72 72 72 / 45%);
	box-shadow: 0 8px 32px rgb(72 72 72 / 45%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px
}

.open-accordion .order-row {
	-webkit-box-shadow: 0 8px 32px rgb(72 72 72 / 0);
	box-shadow: 0 8px 32px rgb(72 72 72 / 0)
}

.progress-bara {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.progress-bar__status span {
	display: block;
	font-size: 12px
}

.progress-bar__status--delivered span {
	color: #484848;
	font-weight: 600;
	margin-top: 0 !important
}

.open-accordion .accordion__body {
	display: block
}

.open-accordion .accordion__header::after {
	transform: rotate(-180deg)
}

.lineitem-content--delivered {
	background-color: #f7fdf7
}

.lineitem-content--delivered .lineitem-content__header__icon {
	background-color: #5ad363
}

.lineitem-content__header__icon {
	-ms-flex-pack: center;
	background-color: #484848;
	border-radius: 50%;
	height: 48px;
	-webkit-justify-content: center;
	justify-content: center;
	margin-right: 12px;
	width: 48px
}

.lineitem-content__header__content .title {
	color: #484848;
	font-size: 14px
}

.lineitem-content--delivered .lineitem-content__header__content .date {
	color: #439e4a
}

.lineitem-content__header__content .date {
	color: #6c84fa;
	font-size: 12px;
	margin-top: 8px
}

.lineitem-content {
	background-color: rgba(108, 132, 250, .08);
	color: #7b7b7b;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 13px;
	padding: 24px
}

.lineitem-content .action-button-group .action-button--cargo-tracking {
	-ms-flex-positive: 4;
	-webkit-flex-grow: 4;
	flex-grow: 4
}

.lineitem-content .action-button-group .action-button {
	-ms-flex-positive: 0;
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #484848;
	cursor: pointer;
	display: inline;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	font-size: 14px;
	margin-top: 12px;
	padding: 12px 16px;
	text-align: left;
	text-decoration: none;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	width: 50%
}

.ds-btn {
	padding-left: 0
}

.progress-bar__status--delivered .product-d-icon {
	margin-right: 8px;
	font-size: 16px;
	color: #ff6000
}

.progress-bar__status--delivered span i {
	margin-right: 8px;
	font-size: 16px;
	color: #ff6000
}

.ds-btn li button span {
	padding-left: 15px;
	padding-right: 5px;
	width: 100%;
	display: inline-block;
	text-align: left
}

.order-detail-buttons {
	background: 0;
	padding: .5rem 1rem;
	width: 100%;
	color: #484848;
	font-size: 14px;
	text-align: left
}

* .zeynep-opened body {
	overflow: hidden
}

.zeynep {
	right: auto;
	left: 0
}

.zeynep {
	bottom: 0;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	pointer-events: none;
	transform: translateX(-100%);
	z-index: 1011
}

.zeynep:not(.no-transition),
.zeynep .submenu:not(.no-transition) {
	transition: all 50ms
}

.zeynep-overlay {
	background-color: rgba(0, 0, 0, .42);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1010
}

.zeynep-opened .zeynep-overlay {
	display: block
}

.zeynep.opened {
	pointer-events: auto;
	transform: translateX(0)
}

.zeynep.submenu-opened {
	overflow: hidden
}

.zeynep .submenu {
	bottom: 0;
	min-height: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	pointer-events: none;
	position: fixed;
	top: 0;
	width: 100%
}

.zeynep .submenu.opened {
	left: 0;
	pointer-events: auto
}

.zeynep .submenu.opened:not(.current) {
	overflow: hidden
}

.testimonial {
	margin-bottom: 10px
}

.testimonial-section {
	width: 100%;
	height: auto;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	border: 1px solid #fff
}

.testimonial-desc {
	margin-top: 20px;
	text-align: left;
	padding-left: 15px
}

.testimonial-desc img {
	border: 1px solid #f5f5f5;
	border-radius: 150px;
	height: 70px;
	padding: 3px;
	width: 70px;
	display: inline-block;
	vertical-align: top
}

.testimonial-writer {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px
}

.testimonial-writer-name {
	font-weight: 700
}

.testimonial-writer-designation {
	font-size: 85%
}

.testimonial-writer-company {
	font-size: 85%
}

.testimonial.testimonial-default .testimonial-section {
	border-color: #777
}

.testimonial.testimonial-default .testimonial-section:after {
	border-top-color: #777
}

.testimonial.testimonial-default .testimonial-desc img {
	border-color: #777
}

.testimonial.testimonial-default .testimonial-writer-name {
	color: #777
}

.testimonial.testimonial-primary .testimonial-section {
	border-color: #337ab7;
	color: #286090;
	background-color: rgba(51, 122, 183, .1)
}

.testimonial.testimonial-primary .testimonial-section:after {
	border-top-color: #337ab7
}

.testimonial.testimonial-primary .testimonial-desc img {
	border-color: #337ab7
}

.testimonial.testimonial-primary .testimonial-writer-name {
	color: #337ab7
}

.testimonial.testimonial-info .testimonial-section {
	border-color: #5bc0de;
	color: #31b0d5;
	background-color: rgba(91, 192, 222, .1)
}

.testimonial.testimonial-info .testimonial-desc img {
	border-color: #5bc0de
}

.testimonial.testimonial-info .testimonial-writer-name {
	color: #5bc0de
}

.testimonial.testimonial-success .testimonial-section {
	border-color: #5cb85c;
	color: #449d44;
	background-color: rgba(92, 184, 92, .1)
}

.testimonial.testimonial-success .testimonial-section:after {
	border-top-color: #5cb85c
}

.testimonial.testimonial-success .testimonial-desc img {
	border-color: #5cb85c
}

.testimonial.testimonial-success .testimonial-writer-name {
	color: #5cb85c
}

.testimonial.testimonial-warning .testimonial-section {
	border-color: #f0ad4e;
	color: #d58512;
	background-color: rgba(240, 173, 78, .1)
}

.testimonial.testimonial-warning .testimonial-section:after {
	border-top-color: #f0ad4e
}

.testimonial.testimonial-warning .testimonial-desc img {
	border-color: #f0ad4e
}

.testimonial.testimonial-warning .testimonial-writer-name {
	color: #f0ad4e
}

.testimonial.testimonial-danger .testimonial-section {
	border-color: #d9534f;
	color: #c9302c;
	background-color: rgba(217, 83, 79, .1)
}

.testimonial.testimonial-danger .testimonial-section:after {
	border-top-color: #d9534f
}

.testimonial.testimonial-danger .testimonial-desc img {
	border-color: #d9534f
}

.testimonial.testimonial-danger .testimonial-writer-name {
	color: #d9534f
}

.testimonial.testimonial-default-filled .testimonial-section {
	color: #fff;
	border-color: #777;
	background-color: #777
}

.testimonial.testimonial-default-filled .testimonial-section:after {
	border-top-color: #777
}

.testimonial.testimonial-default-filled .testimonial-desc img {
	border-color: #777;
	background-color: #777
}

.testimonial.testimonial-default-filled .testimonial-writer-name {
	color: #777
}

.testimonial.testimonial-primary-filled .testimonial-section {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.testimonial.testimonial-primary-filled .testimonial-section:after {
	border-top-color: #337ab7
}

.testimonial.testimonial-primary-filled .testimonial-desc img {
	border-color: #2e6da4;
	background-color: #337ab7
}

.testimonial.testimonial-primary-filled .testimonial-writer-name {
	color: #337ab7
}

.testimonial.testimonial-info-filled .testimonial-section {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.testimonial.testimonial-info-filled .testimonial-section:after {
	border-top-color: #5bc0de
}

.testimonial.testimonial-info-filled .testimonial-desc img {
	border-color: #46b8da;
	background-color: #5bc0de
}

.testimonial.testimonial-info-filled .testimonial-writer-name {
	color: #5bc0de
}

.testimonial.testimonial-success-filled .testimonial-section {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.testimonial.testimonial-success-filled .testimonial-section:after {
	border-top-color: #5cb85c
}

.testimonial.testimonial-success-filled .testimonial-desc img {
	border-color: #4cae4c;
	background-color: #5cb85c
}

.testimonial.testimonial-success-filled .testimonial-writer-name {
	color: #5cb85c
}

.testimonial.testimonial-warning-filled .testimonial-section {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.testimonial.testimonial-warning-filled .testimonial-section:after {
	border-top-color: #f0ad4e
}

.testimonial.testimonial-warning-filled .testimonial-desc img {
	border-color: #eea236;
	background-color: #f0ad4e
}

.testimonial.testimonial-warning-filled .testimonial-writer-name {
	color: #f0ad4e
}

.testimonial.testimonial-danger-filled .testimonial-section {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.testimonial.testimonial-danger-filled .testimonial-section:after {
	border-top-color: #d9534f
}

.testimonial.testimonial-danger-filled .testimonial-desc img {
	border-color: #d43f3a;
	background-color: #d9534f
}

.testimonial.testimonial-danger-filled .testimonial-writer-name {
	color: #d9534f
}

.sec-center {
	position: relative;
	max-width: 100%;
	text-align: center;
	z-index: 200
}

.dark-light:checked+label,
.dark-light:not(:checked)+label {
	position: fixed;
	top: 40px;
	right: 40px;
	z-index: 20000;
	display: block;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	cursor: pointer;
	transition: all 200ms linear;
	box-shadow: 0 0 25px rgba(255, 235, 167, .45)
}

.dark-light:checked+label {
	transform: rotate(360deg)
}

.dark-light:checked+label:after,
.dark-light:not(:checked)+label:after {
	position: absolute;
	content: '';
	top: 1px;
	left: 1px;
	overflow: hidden;
	z-index: 2;
	display: block;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	background-color: #102770;
	background-image: url(https://assets.codepen.io/1462889/moon.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 200ms linear;
	opacity: 0
}

.dark-light:checked+label:after {
	opacity: 1
}

.dark-light:checked+label:before,
.dark-light:not(:checked)+label:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
	display: block;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	background-color: #48dbfb;
	background-image: url(https://assets.codepen.io/1462889/sun.svg);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 200ms linear
}

.dark-light:checked+label:before {
	background-color: #000
}

.light-back {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #fff;
	overflow: hidden;
	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg);
	background-position: center;
	background-repeat: repeat;
	background-size: 4%;
	height: 100%;
	width: 100%;
	transition: all 200ms linear;
	opacity: 0
}

.dark-light:checked~.light-back {
	opacity: 1
}

.dropdown:checked+label,
.dropdown:not(:checked)+label {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 2;
	height: 56px;
	transition: all 200ms linear;
	width: 270px;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	text-align: center;
	border: 0;
	background-color: #ef587c;
	cursor: pointer;
	color: #fff;
	box-shadow: 0 12px 35px 0 rgba(255, 235, 167, .15)
}

.dark-light:checked~.sec-center .for-dropdown {
	background-color: #102770;
	color: #ffeba7;
	box-shadow: 0 12px 35px 0 rgba(16, 39, 112, .25)
}

.dropdown:checked+label:before,
.dropdown:not(:checked)+label:before {
	position: fixed;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	cursor: auto;
	pointer-events: none
}

.dropdown:checked+label:before {
	pointer-events: auto
}

.dropdown:not(:checked)+label .uil {
	font-size: 24px;
	margin-left: 10px;
	transition: transform 200ms linear
}

.dropdown:checked+label .uil {
	transform: rotate(180deg);
	font-size: 24px;
	margin-left: 10px;
	transition: transform 200ms linear
}

.section-dropdown {
	position: absolute;
	padding: 5px;
	background-color: #FFF;
	top: 70px;
	left: 0;
	width: 100%;
	border-radius: 4px;
	display: block;
	box-shadow: 0 14px 35px 0 rgba(9, 9, 12, .4);
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	transform: translateY(20px);
	transition: all 200ms linear
}

.dark-light:checked~.sec-center .section-dropdown {
	background-color: #fff;
	box-shadow: 0 14px 35px 0 rgba(9, 9, 12, .15)
}

.dropdown:checked~.section-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0)
}

.section-dropdown:before {
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	content: '';
	display: block;
	z-index: 1
}

.section-dropdown:after {
	position: absolute;
	top: -7px;
	left: 30px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	content: '';
	display: block;
	z-index: 2;
	transition: all 200ms linear
}

.dark-light:checked~.sec-center .section-dropdown:after {
	border-bottom: 8px solid #fff
}

.menu-a {
	position: relative;
	color: #333;
	transition: all 200ms linear;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	padding: 10px 0;
	padding-left: 20px;
	padding-right: 15px;
	margin: 2px 0;
	text-align: left;
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-flex-pack: distribute;
	border-bottom: 1px dotted #f5f5f5
}

.dark-light:checked~.sec-center .section-dropdown a {
	color: #102770
}

.menu-a:hover {
	color: #102770;
	background-color: #f0f0f0
}

.dark-light:checked~.sec-center .section-dropdown a:hover {
	color: #f0f0f0;
	background-color: #102770
}

a .fas {
	font-size: 20px
}

.dropdown-sub:checked+label,
.dropdown-sub:not(:checked)+label {
	position: relative;
	color: #333;
	transition: all 200ms linear;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	border-radius: 2px;
	padding: 10px 0;
	padding-left: 20px;
	padding-right: 15px;
	text-align: left;
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-ms-flex-pack: distribute;
	cursor: pointer
}

.dropdown-sub:checked+label .uil,
.dropdown-sub:not(:checked)+label .uil {
	font-size: 22px
}

.dropdown-sub:not(:checked)+label .uil {
	transition: transform 200ms linear
}

.dropdown-sub:checked+label .uil {
	transform: rotate(135deg);
	transition: transform 200ms linear
}

.dropdown-sub:checked+label:hover,
.dropdown-sub:not(:checked)+label:hover {
	color: #102770;
	background-color: #f0f0f0
}

.dark-light:checked~.sec-center .section-dropdown .for-dropdown-sub {
	color: #102770
}

.dark-light:checked~.sec-center .section-dropdown .for-dropdown-sub:hover {
	color: #ffeba7;
	background-color: #102770
}

.section-dropdown-sub {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0;
	max-height: 0;
	padding-left: 10px;
	padding-right: 3px;
	overflow: hidden;
	transition: all 200ms linear
}

.dropdown-sub:checked~.section-dropdown-sub {
	pointer-events: auto;
	opacity: 1;
	max-height: 999px
}

.section-dropdown-sub a {
	font-size: 14px
}

.section-dropdown-sub a .uil {
	font-size: 20px
}

.dark-light:checked~.logo img {
	filter: brightness(10%)
}

#demo-list a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}

.jquery-accordion-menu,
.jquery-accordion-menu * {
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	outline: 0
}

.jquery-accordion-menu {
	min-width: 100%;
	float: left;
	position: relative
}

.jquery-accordion-menu .jquery-accordion-menu-footer,
.jquery-accordion-menu .jquery-accordion-menu-header {
	width: 100%;
	height: 50px;
	padding-left: 22px;
	float: left;
	line-height: 50px;
	font-weight: 600;
	color: #f0f0f0;
	background: #414956
}

.jquery-accordion-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.jquery-accordion-menu ul li {
	width: 100%;
	display: block;
	float: left;
	position: relative
}

.jquery-accordion-menu ul li a {
	width: 100%;
	padding: 14px 22px;
	float: left;
	text-decoration: none;
	color: #414956;
	font-size: 14px;
	background: #fff;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	transition: color .2s linear, background .2s linear
}

.jquery-accordion-menu>ul>li.active,
.jquery-accordion-menu>ul>li:hover>a {
	color: #fff;
	background: #3b424d
}

.jquery-accordion-menu>ul>li>a {
	border-bottom: solid 1px #ebebeb
}

.jquery-accordion-menu ul li a i {
	width: 34px;
	float: left;
	line-height: 18px;
	font-size: 16px;
	text-align: left
}

.jquery-accordion-menu .submenu-indicator {
	float: right;
	right: 22px;
	position: absolute;
	line-height: 19px;
	font-size: 20px;
	transition: transform .3s linear
}

.jquery-accordion-menu ul ul.submenu .submenu-indicator {
	line-height: 16px
}

.jquery-accordion-menu .submenu-indicator-minus>.submenu-indicator {
	transform: rotate(45deg)
}

.jquery-accordion-menu ul ul.submenu,
.jquery-accordion-menu ul ul.submenu li ul.submenu {
	width: 100%;
	display: none;
	position: static
}

.jquery-accordion-menu ul ul.submenu li {
	clear: both;
	width: 100%
}

.jquery-accordion-menu ul ul.submenu li a {
	width: 100%;
	float: left;
	font-size: 14px;
	background: #efefef;
	border-top: 0;
	position: relative;
	border-left: solid 6px transparent;
	transition: border .2s linear
}

.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #414956
}

.jquery-accordion-menu ul ul.submenu>li>a {
	padding-left: 30px
}

.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>a {
	padding-left: 45px
}

.jquery-accordion-menu ul ul.submenu>li>ul.submenu>li>ul.submenu>li>a {
	padding-left: 60px
}

.jquery-accordion-menu ul li .jquery-accordion-menu-label,
.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
	min-width: 20px;
	padding: 1px 2px 1px 1px;
	position: absolute;
	right: 18px;
	top: 14px;
	font-size: 11px;
	font-weight: 800;
	color: #555;
	text-align: center;
	line-height: 18px;
	background: #f0f0f0;
	border-radius: 100%
}

.jquery-accordion-menu ul ul.submenu li .jquery-accordion-menu-label {
	top: 12px
}

.ink {
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, .3);
	border-radius: 100%;
	transform: scale(0)
}

.animate-ink {
	animation: ripple .5s linear
}

@keyframes ripple {
	100% {
		opacity: 0;
		transform: scale(2.5)
	}
}

.red.jquery-accordion-menu .jquery-accordion-menu-footer,
.red.jquery-accordion-menu .jquery-accordion-menu-header,
.red.jquery-accordion-menu ul li a {
	background: #ed5565
}

.red.jquery-accordion-menu>ul>li.active>a,
.red.jquery-accordion-menu>ul>li:hover>a {
	background: #da4453
}

.red.jquery-accordion-menu>ul>li>a {
	border-bottom-color: #da4453
}

.red.jquery-accordion-menu ul ul.submenu li:hover>a {
	border-left-color: #da4453
}

.non {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none
}

.section-dropdown ul {
	max-width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0
}

.section-dropdown ul li {
	position: relative;
	background: #fff
}

.section-dropdown ul li.menu-item-has-children>a:after {
	position: absolute;
	content: '+';
	font-size: 23px;
	float: right;
	padding: 0 8px;
	top: 13px;
	right: 10px
}

.section-dropdown ul li.menu-item-has-children.active-dropdown>a:after {
	position: absolute;
	content: '-';
	font-size: 35px;
	float: right;
	padding: 0 8px;
	border: unset;
	top: 13px;
	right: 10px
}

.section-dropdown ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 12px 12px;
	font-weight: 500;
	text-align: left;
	border-bottom: 1px dotted rgb(198 198 198 / 46%)
}

.section-dropdown .sub-menu {
	display: none
}

.section-dropdown li.menu-item-has-children.active-dropdown>.sub-menu li {
	background: #de4369
}

.section-dropdown li.menu-item-has-children.active-dropdown>.sub-menu li a {
	font-size: 14px;
	color: #fff !important
}

.home-center {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 30px
}

.termsand {
	padding: 30px;
	font-size: 16px;
	font-weight: 700
}

.g-height-50 {
	height: 50px
}

.g-width-50 {
	width: 50px !important
}

@media(min-width:0) {
	.g-pa-30 {
		padding: 2.14286rem !important
	}
}

.g-bg-secondary {
	background-color: #fafafa !important
}

.u-shadow-v18 {
	box-shadow: 0 5px 10px -6px rgba(0, 0, 0, .15)
}

.g-color-gray-dark-v4 {
	color: #777 !important
}

.g-font-size-12 {
	font-size: .85714rem !important
}

.media-comment {
	margin-top: 20px
}

.singleImageCanvasContainer {
	overflow: hidden;
	height: 200px;
	width: 30%;
	display: inline-block;
	position: relative;
	padding-right: 0;
	margin-right: 15px;
	border: 2px solid #dfdfdf;
	margin-bottom: 10px;
	padding: 4px;
	border-radius: .25rem
}

.singleImageCanvasContainer .singleImageCanvasCloseBtn {
	position: absolute;
	right: 0
}

.singleImageCanvasContainer .singleImageCanvas {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.image .imagebar {
	display: none;
	font-weight: 500, z-index:9999 !important
}

.image .imagebar:before {
	content: " ";
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	border-bottom: 2px solid #fff;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: -12px;
	height: 0;
	width: 0;
	border-width: 12px;
	z-index: 9999 !important
}

.image.selected:hover .imagebar {
	display: block;
	z-index: 9999 !important;
	position: absolute;
	bottom: -45px;
	z-index: 261;
	width: 440px;
	height: 60px;
	left: -50%;
	background: #fff;
	border-radius: .8rem;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3)
}

.image.selected:hover .imagebar2 {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(242 89 126 / 52%)
}

.visible {
	display: block
}

.landscape {
	height: auto !important
}

.landscape .bluee {
	border-radius: 5px
}

.portrait {
	height: auto !important
}

.portrait .bluee {
	border-radius: 5px
}

.image {
	display: inline-block;
	position: relative;
	font-size: 20px;
	margin: 0 9px 0;
	box-sizing: border-box !important;
	cursor: pointer;
	width: 6rem;
	height: 6rem
}

@media screen and (max-width:1024px) {
	.image.selected:nth-child(5n+1):hover .imagebar {
		left: -25% !important
	}
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden
}

.screen {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3
}

.image.landscape,
.image.portrait:nth-child(6n) {
	clear: both
}

.image .background {
	background-size: cover !important;
	width: 100%;
	height: 100%;
	border-radius: 1px
}

.image .background .about {
	display: block
}

.image.selected .bluee {
	width: 100%;
	height: 100%;
	border-radius: 1px;
	position: relative;
	display: block;
	box-shadow: 0 0 0 4px #ff7026
}

.image.selected .visible {
	font-weight: 500
}

.image.selected:hover .bluee {
	background: 0
}

.image.selected:hover .visible {
	font-size: 0 !important
}

.image .loading-bar {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	border-radius: 1px;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 999
}

.image .loading-bar:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 111, 38, .4);
	box-sizing: border-box
}

.image .loading-bar .loading {
	width: 80%;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: 10px;
	box-sizing: border-box
}

.image .loading-bar .loading .start {
	width: 0;
	height: 4px;
	background: #ff6f26;
	-webkit-transition: .7s ease;
	transition: .7s ease;
	box-sizing: border-box
}

.image .bluee {
	border-radius: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box
}

.image.dg_image .bluee {
	border: none !important
}

.image:hover .bluee {
	background-color: rgba(244, 109, 0, .75);
	width: 100%;
	height: 100%
}

.image .visible {
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 172px;
	color: #fff;
	font-size: 0
}

.image .visible:active {
	color: #ffc1c3
}

.image:hover .visible {
	font-size: 12px;
	font-weight: 500
}

.image.selected:hover .bluee {
	width: 100%;
	height: 100%
}

.image.selected img {
	border-color: #f46d00;
	cursor: pointer;
	width: 172px
}

.image img:hover {
	border-color: #f46d00;
	cursor: pointer;
	width: 172px
}

.image .imagebar {
	display: none;
	font-weight: 500
}

.image .imagebar:before {
	content: " ";
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	border-bottom: 2px solid #fff;
	position: absolute;
	z-index: 9999;
	left: 50%;
	transform: translate(-50%, 0);
	top: -12px;
	height: 0;
	width: 0;
	border-width: 12px
}

.image.selected:hover .imagebar {
	display: block;
	position: absolute;
	bottom: -45px;
	z-index: 999;
	width: 300px;
	height: 60px;
	z-index: 999;
	left: -15%;
	background: #fff;
	border-radius: .8rem;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .3)
}

.image .overflow {
	width: 172px;
	height: 172px;
	overflow: hidden;
	position: absolute;
	top: 0;
	border-radius: 5px;
	border: 1px solid #fff
}

.image:hover .imagebar {
	background-color: rgba(246, 87, 93, .75);
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 5px
}

.image:hover .imagebar .count {
	position: absolute;
	top: 24px;
	font-size: 14px;
	color: #f46d00;
	left: 39px;
	width: 46px;
	text-align: center;
	line-height: 16px;
	display: block
}

.image .preview {
	position: absolute;
	top: 15px;
	right: 15px;
	display: none;
	width: 29px;
	height: 29px;
	background: url(https://birmucize.com/public/green/images/ico-preview.webp) left top no-repeat
}

.image .preview:hover {
	background: url(https://birmucize.com/public/green/images/ico-preview.webp) left center no-repeat
}

.image .preview:active {
	background: url(https://birmucize.com/public/green/images/ico-preview.webp) left bottom no-repeat;
	top: 16px
}

.image:hover .preview {
	display: block
}

.image.selected .about .count {
	display: block;
	position: absolute;
	top: -2px;
	right: -2px;
	background-color: #ff7026;
	color: #fff;
	padding: 4px;
	font-size: 28px;
	height: 30px;
	padding: 5px 7px 5px 6px;
	font-weight: 600
}

.image.selected .about .size {
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	background-color: #ff7026;
	color: #fff;
	padding: 4px;
	height: 24px;
	width: 69px;
	padding: 2px;
	font-size: 11px;
	font-weight: 600
}

.image .previewSample {
	display: block;
	position: absolute;
	bottom: 0;
	right: -2px;
	background-color: #ff7026;
	color: #fff;
	font-size: 14px;
	height: 32px;
	padding: 6px 7px 5px 6px;
	font-weight: 600
}

.image.selected:hover .hidden {
	display: block
}

.image.selected:hover .remove_all,
.image.selected:hover .crop {
	font-size: 12px;
	line-height: 24px;
	text-indent: 25px;
	color: #f46d00;
	text-transform: uppercase
}

.image.selected:hover .remove_all:hover,
.image.selected:hover .crop:hover {
	color: #cd5315
}

.image.selected:hover .remove_all {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 20px;
	left: 120px;
	background: url(../images/icon-toolbar.webp) -66px 0 no-repeat
}

.image.selected:hover .remove_all:hover {
	background: url(../images/icon-toolbar.webp) -66px -22px no-repeat;
	color: #000
}

.image.selected:hover .crop {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 20px;
	left: 200px;
	background: url(../images/icon-toolbar.webp) -44px 0 no-repeat
}

.image.selected:hover .crop:hover {
	background: url(../images/icon-toolbar.webp) -44px -22px no-repeat;
	color: #000
}

.image.selected:hover .up {
	width: 22px;
	height: 22px;
	left: 85px;
	position: absolute;
	top: 20px;
	background: url(../images/icon-toolbar.webp) -22px 0 no-repeat
}

.image.selected:hover .up:hover {
	background: url(../images/icon-toolbar.webp) -22px -22px no-repeat
}

.image.selected:hover .down {
	width: 22px;
	height: 22px;
	left: 20px;
	position: absolute;
	top: 20px;
	background: url(../images/icon-toolbar.webp) 0 0 no-repeat
}

.image.selected:hover .down:hover {
	background: url(../images/icon-toolbar.webp) 0 -22px no-repeat
}

.image.none-click {
	pointer-events: none
}

.toolbar button.btn_next.loading,
.order a.btn_next.loading {
	background-image: url(../images/green-loader.gif!important;background-position:right center!important;background-color:#87d840!important;cursor:default!important}.context.loading{background:url(../images/big-loader.gif) no-repeat scroll center center #fff;
	float: left;
	height: 240px;
	width: 100%
}

.image.wait {
	background-color: #a4a4a4 !important;
	background-image: url(../images/grey-loader.gif) !important;
	background-size: inherit !important;
	background-position: center center !important;
	background-repeat: no-repeat !important
}

.image.wait .background {
	background-image: none !important
}

#crop .toolbar {
	background-color: #0f0f0f
}

#crop .btn-cancel {
	width: 70px;
	height: 34px;
	padding-left: 32px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 14px;
	font-weight: 700;
	line-height: 34px;
	display: block;
	text-transform: uppercase;
	float: left;
	border: 2px solid #f6575d;
	background: url(/up/images/ico-crop-cancel.png?v=2M8YJ6lOQ_rqOwYXmsyEtnV3C_Y) left center no-repeat #f6575d;
	color: #fff;
	margin: 12px
}

#crop .btn-cancel:hover {
	border: 2px solid #c22d38;
	background: url(/up/images/ico-crop-cancel.png?v=2M8YJ6lOQ_rqOwYXmsyEtnV3C_Y) left bottom no-repeat #c22d38;
	color: #fff
}

#crop .btn-crop {
	width: 65px;
	height: 34px;
	padding-left: 37px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 14px;
	font-weight: 700;
	line-height: 34px;
	display: block;
	text-transform: uppercase;
	border: 2px solid #67af28;
	background: url(/up/images/ico-crop-done.png?v=2M8YJ6lOQ_rqOwYXmsyEtnV3C_Y) left center no-repeat #67af28;
	color: #fff;
	float: right;
	margin: 12px
}

#crop .btn-crop:active {
	border: 2px solid #9d2d36;
	background: url(/up/images/ico-crop-cancel.png?v=2M8YJ6lOQ_rqOwYXmsyEtnV3C_Y) left bottom no-repeat #9d2d36;
	color: #fff;
	position: relative;
	top: 1px
}

#crop .btn-crop:hover {
	border: 2px solid #489113;
	background: url(/up/images/ico-crop-done.png?v=2M8YJ6lOQ_rqOwYXmsyEtnV3C_Y) left bottom no-repeat #489113;
	color: #fff
}

#crop .btn-crop:active {
	border: 2px solid #3f7e13;
	background: url(/up/images/ico-crop-done.png?v=2M8YJ6lOQ_rqOwYXmsyEtnV3C_Y) left bottom no-repeat #3f7e13;
	color: #fff;
	position: relative;
	top: 1px
}

#crop .btn-rotate-image,
#crop .btn-nocrop-image {
	padding: 0 10px 0 34px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 31px;
	display: block;
	position: absolute;
	white-space: nowrap
}

#crop .btn-rotate-image:hover,
#crop .btn-nocrop-image:hover {
	background-position: left center;
	background-color: rgba(0, 0, 0, .3);
	color: #dedede
}

#crop .btn-rotate-image:active,
#crop .btn-nocrop-image:active {
	background-position: left bottom;
	background-color: rgba(0, 0, 0, .3);
	color: #bababa;
	margin-top: 1px
}

#crop .btn-square-crop {
	padding: 0 10px 0 34px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 31px;
	display: block;
	text-transform: uppercase;
	background: url(/up/images/button-square-crop-size.png?v=2M8YJ6lOQ_rqOwYXmsyEtnV3C_Y) left top no-repeat rgba(0, 0, 0, .4);
	position: absolute;
	white-space: nowrap
}

#crop .btn-square-crop:hover {
	background-position: left center;
	background-color: rgba(0, 0, 0, .3);
	color: #dedede
}

#crop .btn-square-crop:active {
	background-position: left bottom;
	background-color: rgba(0, 0, 0, .3);
	color: #bababa;
	margin-top: 1px
}

#crop_box.loading {
	background: url(/up/images/loading.svg?v=2M8YJ6lOQ_rqOwYXmsyEtnV3C_Y) center center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px
}

.show {
	display: block !important
}

.hide,
.hidden {
	display: none
}

.overlay-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .9);
	z-index: 100;
	background-repeat: no-repeat !important;
	background-position: center !important
}

.overlay-loading:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 100%;
	background: url(/images/icons/overlay-animation.svg?v=2M8YJ6lOQ_rqOwYXmsyEtnV3C_Y) no-repeat center !important
}

.overlay-image-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 0;
	z-index: 100;
	background-repeat: no-repeat !important;
	background-position: center !important;
	z-index: 1 !important
}

.overlay-image-loading:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 100%;
	background: url(/images/icons/overlay-animation.svg?v=2M8YJ6lOQ_rqOwYXmsyEtnV3C_Y) no-repeat center !important
}

.imgareaselect-border1 {
	background: url(/up/images/border-v.gif?v=2M8YJ6lOQ_rqOwYXmsyEtnV3C_Y) repeat-y left top
}

.imgareaselect-border2 {
	background: url(/up/images/border-h.gif?v=2M8YJ6lOQ_rqOwYXmsyEtnV3C_Y) repeat-x left top
}

.imgareaselect-border3 {
	background: url(/up/images/border-v.gif?v=2M8YJ6lOQ_rqOwYXmsyEtnV3C_Y) repeat-y right top
}

.imgareaselect-border4 {
	background: url(/up/images/border-h.gif?v=2M8YJ6lOQ_rqOwYXmsyEtnV3C_Y) repeat-x left bottom
}

.imgareaselect-border1,
.imgareaselect-border2,
.imgareaselect-border3,
.imgareaselect-border4 {
	filter: alpha(opacity=50);
	opacity: .5
}

.imgareaselect-handle {
	background-color: #fff;
	border: solid 1px #000;
	filter: alpha(opacity=50);
	opacity: .5
}

.imgareaselect-outer {
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: .5
}

#ddArea {
	height: 200px;
	border: 1px dashed #cbcbcb;
	text-align: center;
	border-radius: 8px;
	font-size: 17px;
	background: #f9f9f9;
	margin-bottom: 15px
}

.drag_over {
	color: #000;
	border-color: #000
}

.thumbnail {
	width: 100px;
	height: 100px;
	padding: 2px;
	margin: 2px;
	border: 2px solid lightgray;
	border-radius: 3px;
	float: left
}

.d-none {
	display: none
}

.d-block {
	display: block
}

.loading {
	position: fixed;
	z-index: 999;
	height: 10em;
	width: 10em;
	overflow: visible;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.loading:before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3)
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	border: 1px solid rgba(86, 61, 124, .2);
	list-style: none
}

.glyphicon {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 35px
}

.inactive {
	color: #ccc;
	background-color: #fafafa
}

#what-we-do {
	background: #fff
}

#what-we-do .card {
	padding: 1rem !important;
	border: 0;
	margin-bottom: 1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease
}

#what-we-do .card .card-block {
	padding-left: 50px;
	position: relative
}

#what-we-do .card .card-block a {
	color: #007b5e !important;
	font-weight: 700;
	text-decoration: none
}

#what-we-do .card .card-block a i {
	display: none
}

#what-we-do .card:hover .card-block a i {
	display: inline-block;
	font-weight: 700
}

#what-we-do .card .card-block:before {
	font-family: FontAwesome;
	position: absolute;
	font-size: 35px;
	color: #007b5e;
	left: 0;
	top: 10px;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out
}

#what-we-do .card .block-1:before {
	content: "\f0e7"
}

#what-we-do .card .block-2:before {
	content: "\f0eb"
}

#what-we-do .card .block-3:before {
	content: "\f00c"
}

#what-we-do .card .block-4:before {
	content: "\f209"
}

#what-we-do .card .block-5:before {
	content: "\f0a1"
}

#what-we-do .card .block-6:before {
	content: "\f218"
}

.detail-info {
	font-size: 18px !important;
	font-weight: 700;
	margin-bottom: 10px
}

.mt-44 {
	margin-top: 4.5rem !important
}

.wrap {
	display: flex;
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #f8f8f8
}

.ico-wrap {
	padding-top: 5px
}

.mbr-iconfont {
	font-size: 1.5rem !important;
    color: #313131;
    margin: 0.5rem 0rem;
    padding-right: 1rem;
}

.vcenter {
	margin-left: 15px
}

.mbr-section-title3 {
	text-align: left
}

h2 {
	margin-top: .5rem;
	margin-bottom: .5rem
}

.display-5 {
	font-size: 1.6rem
}

.mbr-bold {
	font-weight: 600
}

.display-6 {
	font-size: 14px;
	font-weight: 400
}

.campaing-badge {
	max-width: 25rem;
	height: 8rem;
	padding: 0 2rem;
	background: #fff;
	border-radius: 1rem;
	background: rgba(255, 111, 38, .07);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 2.4rem
}

.card-image {
	display: block;
	height: 156px;
	width: 156px;
	background: #fff center center no-repeat;
	background-size: cover
}

.card-image>img {
	display: block;
	width: 100%;
	opacity: 0
}

.card-image.is-loaded {
	filter: none;
	transition: filter 1s
}

.card-list {
	display: block;
	margin: 1rem auto;
	padding: 0;
	font-size: 0;
	list-style: none
}

.card {
	display: inline-block;

	font-size: 1rem;
	text-decoration: none;
	overflow: hidden;
	padding: 5px
}

.card-description {
	display: block;
	padding: 1em .5em;
	color: #515151;
	text-decoration: none
}

.card-description>h2 {
	margin: 0 0 .5em
}

.card-description>p {
	margin: 0;
	font-size: 13px;
	text-align: center
}

.p-22 {
	padding: 2rem !important
}

.imgco {
	position: absolute;
	top: 24px;
	font-size: 14px;
	color: #f46d00;
	font-weight: 700;
	left: 39px;
	width: 46px;
	text-align: center;
	line-height: 16px;
	display: block
}

.img_selected {
	box-shadow: 0 0 0 4px #ff7026
}

.address-edit {
	color: #ff6000;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -.025em;
	font-weight: 600;
	padding: 6px 12px;
	max-height: 28px
}

.address-edit:hover {
	color: #d45103;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -.025em;
	font-weight: 600;
	padding: 6px 12px;
	max-height: 28px
}

@-webkit-keyframes customerAccount-Menu-1wJMK {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

@keyframes customerAccount-Menu-1wJMK {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

.customerAccount-Menu-R7v3W {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin-top: 20px
}

.customerAccount-Menu-R7v3W .customerAccount-Menu-3mccJ {
	height: 24px;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: .72px;
	color: #919191;
	margin: 0 0 10px
}

.customerAccount-Menu-R7v3W .customerAccount-Menu-2m_-H {
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	padding-left: 0
}

.customerAccount-Menu-R7v3W .customerAccount-Menu-2m_-H .customerAccount-Menu-2fpwx {
	color: #9b9b9b;
	font-size: 14px;
	width: 156px;
	height: 32px;
	line-height: 2.29
}

@-webkit-keyframes customerAccount-SubItem-2-o9E {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

@keyframes customerAccount-SubItem-2-o9E {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

.customerAccount-SubItem-EXVOv {
	display: block;
	height: 32px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.29;
	letter-spacing: -.15px;
	color: #484848;
	text-decoration: none;
	padding-left: 16px;
	cursor: pointer
}

.customerAccount-SubItem-EXVOv.customerAccount-SubItem-322IO,
.customerAccount-SubItem-EXVOv:hover {
	color: #ff6000;
	border-radius: 8px;
	background-color: rgba(255, 96, 0, .0784313725490196)
}

@-webkit-keyframes customerAccount-NavigationMenuItem-OacGk {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

@keyframes customerAccount-NavigationMenuItem-OacGk {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

.customerAccount-NavigationMenuItem-vVebY {
	width: 100%
}

.customerAccount-NavigationMenuItem-vVebY:not(:first-child) {
	margin-top: 16px
}

.customerAccount-NavigationMenuItem-2x9ZH {
	text-decoration: none;
	height: 32px;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.29;
	letter-spacing: -.15px;
	color: #484848;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-tktgo {
	width: 24px;
	height: 24px;
	margin-right: 16px
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-tktgo.customerAccount-NavigationMenuItem-D-2t7 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23484848'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M21.7510a2.252.250012.252.25v19.5a2.252.25001-2.252.25h-19.5a2.252.25001-2.25-2.25V2.25A2.252.250012.2510h19.5zm01.5h-19.5a.75.75000-.75.75v19.5c0.414.336.75.75.75h19.5a.75.75000.75-.75V2.25a.75.75000-.75-.75zM10.512.75A3300113.40615h5.345a.75.75001.1021.493l-.102.007-5.345.001a3.0013.001001-5.810L5.2516.5a.75.75001-.102-1.493L5.25115h2.345a3.0013.0010012.904-2.25zm01.5a1.51.5000-1.4991.491v.009L915.758l.008.137A1.51.501010.514.25zm6.001-9a33011-2.9053.751L5.259a.75.75001-.102-1.493L5.257.5h8.345A3.0013.00100116.55.25zm01.5a1.51.5000-1.51.5c0-.0060-.00300.005.833.6741.51.4991.5a1.5011.501000.001-3z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-tktgo.customerAccount-NavigationMenuItem-2-43J {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23484848'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M18.5240a2.2532.2530011.9961.204l.074.1532.395.832c.17.316.266.677.2661.061v13.5A2.252.250012124H3a2.252.25001-2.25-2.25V8.25c0-.384.096-.745.265-1.06l2.4-5.853A2.252.250015.298.007L5.4750h13.05zM217.5H3a.75.75000-.75.75v13.5c0.414.336.75.75.75h18a.75.75000.75-.75V8.25A.75.75000217.5zM18.7518a.75.7501101.5h-4.5a.75.750110-1.5zm-7.5-16.5H5.473a.752.752000-.63.335l-.049.09L3.1256h8.125V1.5zm7.2760H12.75V6h8.124l-1.66-4.055a.75.75000-.578-.437l-.11-.008z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-tktgo.customerAccount-NavigationMenuItem-3zbYH {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23484848'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M19.03412.221l.281.043.528.587a.75.75001-.1451.49l-.101-.01-3.527-.588a3.753.75000-1.38.03l-.225.054-5.9381.62a.583.583000.0611.14l.093.007h5.789a.75.75001.1021.493l-.102.007h-5.788a2.0822.082001-1.596-.742l-7.19-.55a.803.803000-.7781.166.799.799000.327.342l.11.0510.4333.914c.422.158.88.1851.315.08l.185-.0537.993-2.664a.75.75001.5691.385l-.095.039-7.9932.664a3.753.75001-2.257.035l-.243-.082-10.434-3.912a2.2972.297001-1.25-1.1252.3032.3030012.058-3.341l.177.0076.594.503a2.0822.0820011.345-1.752l.18-.0595.938-1.62a5.255.250011.964-.155zM4.8.091h13.322a2.2932.2930012.3392.091l.009.159v7.637a.75.75001-1.493.102l-.007-.102V2.361a.792.792000-.726-.766l-.103-.004h-3.672l.0014.5a1.51.5001-1.51.5h-3a1.51.5001-1.5-1.5v-4.5H4.78a.792.792000-.8.647l-.01.103v10.637a.75.75001-1.493.102l-.007-.102V2.321A2.2892.2890014.645.092L4.8.091h13.322zm8.171.5h-3v4.5h3v-4.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-tktgo.customerAccount-NavigationMenuItem-3Buo1 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'width='24'height='24'fill='%23484848'%3E%3Cgmask='url(%23b)'fill-rule='evenodd'%3E%3Cpathd='M2110.5l.072.004.031.003a.695.695001.225.068.706.706001.1.059l.024.017a.752.752001.006.005l.003.003.02.015.05.0462.252.25a.75.75001-.9771.133l-.084-.073-1.022-1.023A9.759.750014.73418.5a.75.750111.118-18.258.2500014.319-4.36l-.89.89a.75.75001-1.134-.976l.073-.0842.25-2.25.072-.064a.752.752001.13-.081l.05-.022a.756.756001.262-.053H21zM10.7335.558a.75.75001.743.649l.007.101-.0011.3922.144-1.032a.75.75001.95.26l.051.09a.75.75001-.351l-2.7951.347v.922l2.144-1.032a.75.75001.95.26l.051.09a.75.75001-.261.95l-.089.05-2.7951.348v4.904c2.071-.3423.022-1.5663.022-3.83a.75.750111.50c03.252-1.7275.119-4.9635.395l-.265.018-.793.046-.001-5.81-1.071.517a.75.75001-.951-.261l-.05-.089a.75.75001.26-.95l.09-.0511.722-.832v-.922l-1.071.518a.75.75001-.951-.261l-.05-.089a.75.75001.35-1.001l1.722-.832V6.308a.75.75001.75-.75zm-7.8067.938L313.5h-.03a.754.754001-.043-.004zM19.2665.5a.75.75011-1.1181A8.258.250003.8310.86l.89-.89a.75.750011.134.976l-.073.084-2.252.25a.753.753001-.26.17l-.031.011a.728.728001-.376.026.84.84001-.192-.063l-.041-.021a.816.816001-.034-.021l-.065-.047-.061-.055-2.25-2.25a.75.75001.976-1.133l.084.0731.0221.021A9.759.7500119.2665.5zm1.7995.003l.012.001h-.005l-.007-.001zm-.048-.003l.03.001.018.002L2110.5h.017z'/%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-tktgo.customerAccount-NavigationMenuItem-1TPZL {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23484848'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M15.89411.337a1.551.550012.740l.017.0351.342.886h2.462c.626-.0241.2.3471.435.927.235.58.081.246-.3581.635l-2.2122.1991.2432.852a1.5341.534011-2.1791.921l-3.118-1.752-3.1091.747a1.541.54001-1.783-.1731.5371.537001-.4-1.755l1.237-2.838-2.204-2.172a1.4811.481001-.394-1.659c.232-.58.804-.9531.403-.932h2.521l1.36-2.92zm1.37.675c-.0190-.036.01-.027-.009l-1.5443.32a.75.75001-.68.433H12.03l2.62.56c.22.217.284.548.16.832l-1.4383.298a.036.036000.01.041c.011.01.028.012.050l3.485-1.96a.75.75001.7350l3.4941.963c.013.008.03.006.042-.004.011-.01.015-.026.014-.029l-1.442-3.309a.749.749001.158-.83l2.578-2.562h-2.963a.75.75001-.68-.434l-1.528-3.29a.05.05000-.04-.02zM.07322.926l2.91-6.107a11.2311.23001.83-12.409A11.25311.25300115.981.476a11.2411.240017.9849.984.75.75001-1.497.104A9.7419.74100015.551.919.7539.7530005.0035.32a9.7329.732000-.53411.062c.135.217.15.488.04.718l-2.1744.563L6.919.492a.75.75001.717.049.9769.9760001.651.82.749.749011-.541.39711.47711.477001-1.544-.732l-6.1122.907c-.637.304-1.303-.361-1-.998z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-tktgo.customerAccount-NavigationMenuItem-k0DIu {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23484848'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M12-.058c4.83709.34.9229.39.4740.646-.0791.309-.231.986-.552.443-1.9974.96-4.2057.754-.9321.18-3.5784.211-3.5724.205-.307.373-.79.581-1.293.581-.5030-.986-.208-1.293-.581.006.006-2.64-3.025-3.572-4.205-2.208-2.794-3.655-5.31-4.204-7.754A9.0449.0440012.79.416C2.74.8647.163-.05812-.058zm01.493c-3.9720-7.84.221-7.87.980.534.0661.087.1951.66.492.1791.8384.5243.927.159.9041.1443.5364.163.5534.18.01.013.062.036.132.036s.122-.023.132-.035c.017-.0212.65-3.0373.554-4.1812.081-2.6353.43-4.983.92-7.158a7.5657.565000.194-1.66c0-3.76-3.828-7.98-7.8-7.98zm03.79c2.28204.1251.884.1254.1902.311-1.8434.192-4.1254.192s-4.125-1.88-4.125-4.191c0-2.311.843-4.1914.125-4.191zm01.492c-1.4450-2.6251.204-2.6252.69901.4941.182.6982.6252.698s2.625-1.2042.625-2.698c0-1.495-1.18-2.699-2.625-2.699z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-tktgo.customerAccount-NavigationMenuItem-38GJI {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23484848'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M21.1673.25c1.4302.5831.1832.5832.632v3.505l-.641.094C21.9099.6572110.7262112s.912.3432.1092.519l.641.094v3.505c01.45-1.1522.632-2.5832.632H2.833c-1.430-2.583-1.183-2.583-2.632V5.882c0-1.451.152-2.6322.583-2.632h18.334zm-9.9181.5H2.833c-.5930-1.083.503-1.0831.132v3.015h1.77c1011.501.5H1.75v7.72c0.63.491.1331.0831.133h8.416v-6.582l-.43.444-1.721.764c-.697.717-1.771-.33-1.074-1.046l1.719-1.765.479-.492H7.777a2.5032.503001-2.364-1.718l-.052-.173A2.5662.5660016.526.827a2.4632.4630012.893.277l.138.131.6971.743V4.75zm9.9180h-8.418v4.229l1.7-1.744a2.4632.4630013.03-.4082.5662.5660011.1592.8552.5072.507001-2.4161.892l-2.446-.001.48.4921.7191.765c.697.716-.3771.763-1.0751.046l-1.719-1.764-.431-.444-.0016.582h8.418c.59301.083-.5031.083-1.132v-2.266c-1.61-.525-2.75-2.067-2.75-3.8520-1.7851.14-3.3272.75-3.852V5.882c0-.63-.49-1.132-1.083-1.132zm-5.6443.531l-1.7461.793h2.445c.4480.845-.313.964-.77a1.0661.066000-.472-1.186.965.965000-1.191.163zm-8.237-.163a1.0661.066000-.4721.185c.11.42.452.717.853.764l.11.007h2.446L8.4778.28a.965.965000-1.191-.163z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-tktgo.customerAccount-NavigationMenuItem-3ZQfp {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23484848'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M11.808.371a1.6781.6780012.1070l2.0631.6662.647-.132a1.6781.6780011.7031.237L21.025.7l2.221.45c.66.431.9311.264.652.002l-.9422.477.9432.476a1.681.68001-.6522.004l-2.2181.444-.6962.557a1.6771.677001-1.7031.24l-2.647-.133-2.0641.662a.75.75001-.94-1.168l2.286-1.841a.75.75001.507-.165l2.933.146a.178.178000.18-.133l.771-2.835a.75.75001.315-.432l2.457-1.599a.18.18000.07-.213l-1.046-2.743a.75.750010-.534l1.045-2.744a.178.178000-.07-.212L19.9626.8a.75.75001-.314-.432l-.767-2.834a.178.178000-.18-.13l-2.933.145a.75.75001-.508-.165l-2.286-1.845a.178.178000-.2230l-2.2861.845a.75.75001-.51.165L7.0253.4a.178.178000-.181.13l-.7672.835a.75.75001-.314.432L3.3058.402a.179.179000-.07.212l1.0462.744a.75.750010.534l-.4481.175a.75.75001-1.402-.534l.346-.908-.944-2.478a1.681.68001.65-2.001l2.22-1.449.692-2.558A1.6781.6780017.11.902l2.646.134zm-.9367.896l5.6328.872a.75.75001-.411.118l-5.7381.796a3.0133.013001-1.093.4472.7912.791001-3.86-.665l-.103-.156-.565-.87-1.585.498a.75.75001-1.38.473l-.33-.518a.753.753001-.001-.003l-.994-1.566-.003-.004-.328-.518a.75.75001.142-.969l.09-.066a.75.75001.723-.045L9.658.205a.75.750011.222.062zM8.92520.499l-2.701.845.348.535c.162.266.414.463.707.557l.129.034c.347.074.710.992-.195a1.511.51000.525-1.776zm1.248-10.535L1.99920.338l.363.57.038.0612.431-.76a.744.744001.025-.008l4.168-1.304.018-.0065.672-1.774-4.541-7.153z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-tktgo.customerAccount-NavigationMenuItem-2kWI7 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23484848'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M15.79.378c.51.17.94.5161.216.972l.086.1572.1374.273a3.7523.7520013.2663.52l.005.2v.878c.874.311.51.1421.52.122V17a2.252.25001-1.52.122V20a3.753.75001-3.553.745l-.2.005h-15A3.753.75001.00520.2L020V9.5a3.753.750013.55-3.745h.013L14.073.5a2.2532.2530011.718-.122zm2.966.872h-15a2.252.25000-2.2452.096L1.59.5V20a2.252.250002.0962.245l.154.005h15a2.252.250002.245-2.096L2120v-.75h-3a4.54.5001-4.495-4.288l-.005-.212a4.54.50014.5-4.5h3V9.5a2.252.25000-2.096-2.245l-.154-.005zm34.5H18a3301006h3.75a.75.75000.75-.75v-4.5a.75.75000-.75-.75zM1813.625l.123.007c.523.056.939.472.995.995l.007.123A1.1251.1250111813.625zM14.8531.797l-.11.045-7.8163.907h10.609L15.752.177a.75.75000-.897-.38z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-tktgo.customerAccount-NavigationMenuItem-1zge3 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'width='40'height='40'fill='%23484848'%3E%3Cgfill='none'fill-rule='evenodd'%3E%3Crectwidth='5.714'height='9.286'x='5'y='12.143'fill='%23FFA570'rx='1.429'/%3E%3Cpathfill='%23FFA570'fill-rule='nonzero'd='M9.64322.5H8.75a4.4644.464001-4.464-4.464v-3.572A4.4654.4650018.7510h.893c.98601.786.81.7861.786v8.928c0.987-.81.786-1.7861.786zm0-1.786v-8.928H8.75a2.6782.678000-2.6792.678v3.572c01.4791.22.6782.6792.678h.893z'/%3E%3Crectwidth='5.714'height='10'x='29.286'y='11.071'fill='%23FFA570'rx='1.429'transform='rotate(-18032.14316.071)'/%3E%3Cpathfill='%23FFA570'fill-rule='nonzero'd='M30.35710h.893a4.4654.4650014.4654.464v3.572c02.465-24.464-4.4654.464h-.893c-.9860-1.785-.8-1.785-1.786v-8.928c0-.987.8-1.7861.785-1.786zm01.786v8.928h.893a2.6782.6780002.679-2.678v-3.572c0-1.479-1.2-2.678-2.679-2.678h-.893z'/%3E%3Cpathd='M20.714a10.71610.71600110.6839.9054.4644.4640013.6024.38v3.572c02.16-1.5333.96-3.574.375l-.001.09A4.4654.46500126.2527.5h-1.939a2.682.68001-2.5261.785H20a2.6782.6780110-5.357h1.785c1.16702.159.7462.5271.786h1.938c1.47902.678-1.22.678-2.679-.9860-1.785-.8-1.785-1.785v-8.929c0-.97.774-1.761.74-1.785A8.9238.923000202.5a8.938.93000-8.8858.037l-.044-.002c.98601.786.81.7861.786v8.929c0.986-.81.785-1.7861.785h-.893a4.4654.465001-4.464-4.464V15c0-2.171.549-3.983.601-4.381C9.7295.07914.355.71420.714zm1.78525H20a.893.89300001.786h1.785a.893.8930100-1.786zm1.185-7.277a.892.8920111.2031.326.1956.195001-8.3460.893.8930011.203-1.324.4094.4090005.940zm-11.899-6.116h-.893A2.6792.6790007.515v3.571a2.6782.6780002.6782.679h.893v-8.929zm18.750h-.893v8.929h.893a2.682.680002.679-2.679V15a2.682.68000-2.679-2.679zm-13.393-.613c.4930.893.4.893.893v1.562a.893.893001-1.7860v-1.562c0-.493.4-.893.893-.893zm7.1430c.4930.893.4.893.893v1.562a.893.893001-1.7860v-1.562c0-.493.4-.893.893-.893z'fill='%23484848'/%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-tktgo.customerAccount-NavigationMenuItem-3BTo8 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgwidth='24'height='24'fill='%23484848'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathfill-rule='evenodd'clip-rule='evenodd'd='M122a7.57.50017.4796.935A3.1233.1230012212v2.5a3.1263.126001-2.53.062v.063c01.726-1.43.125-3.1253.125h-1.357A1.8761.87600113.2522H12a1.8751.8750010-3.75h1.25c.81701.511.5221.7681.25h1.357c1.03501.875-.841.875-1.875-.690-1.25-.56-1.25-1.25v-6.25c0-.68.542-1.2321.216-1.25a6.256.25000-12.436.002l-.03-.002c.6901.25.561.251.25v6.25c0.69-.561.25-1.251.25h-.625A3.1253.125001214.5V12a3.1263.1260012.522-3.067A7.4997.499001122zm1.2517.5H12a.625.62501001.25h1.25a.625.6250100-1.25zm.829-5.094a.625.625001.842.9244.3374.337001-5.8420.625.625011.842-.9243.0873.0870004.1580zM5.7510.125h-.625c-1.0360-1.875.84-1.8751.875v2.5c01.036.841.8751.8751.875h.625v-6.25zm13.1250h-.625v6.25h.625c1.03501.875-.841.875-1.875V12c0-1.036-.84-1.875-1.875-1.875zM9.59.695c.3450.625.28.625.626v1.093a.625.625001-1.250v-1.093c0-.345.28-.625.625-.625zm50c.3450.625.28.625.626v1.093a.625.625001-1.250v-1.093c0-.345.28-.625.625-.625z'/%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-tktgo.customerAccount-NavigationMenuItem-1PsMj {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'width='24'height='24'fill='%23484848'%3E%3Cgfill='none'fill-rule='evenodd'%3E%3Cpathd='M00h24v24H0z'/%3E%3Cgstroke='%23484848'stroke-linecap='round'stroke-linejoin='round'stroke-width='1.375'%3E%3Cpathd='M16.0716.747a1.3551.3550102.71.0021.3551.355000-2.71-.002z'/%3E%3Cpathd='M18.57811.5l.41.313c.136.453.6.7231.06.617l1.333-.309a1.211.210011.1522.006l-.9321.005a.906.90600001.227l.9321.005a1.211.21001-1.1522.006l-1.332-.31a.901.901000-1.056.621l-.41.314a1.2041.204001-2.3050l-.404-1.314a.9.9000-1.061-.616l-1.332.31a1.2111.211001-1.153-2.006l.933-1.005a.906.9060000-1.227l-.933-1.005a1.2111.2110011.153-2.006l1.332.308a.896.8960001.06-.616l.4-1.313c.153-.51.62-.8581.151-.86.53101.3471.154.855zM3.7435.159a4.014.010108.01804.014.01000-8.0170zM9.6417.19H1.149a6.6036.6030013.44-5.7976.6036.6030016.735.239'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-tktgo.customerAccount-NavigationMenuItem-2tjBu {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgwidth='24'height='24'xmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'fill='none'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgstroke='%23484848'stroke-width='1.5'mask='url(%23b)'stroke-linecap='round'stroke-linejoin='round'%3E%3Cpathd='M16.50118.8h-8.4a2.12.1000-2.12.1h0a2.12.10002.12.1h8.4a2.12.10002.1-2.1h0a2.12.1000-2.1-2.1h0zm-7.7-13.3a3.53.5010703.53.5000-70z'/%3E%3Cpathd='M14.40118.8h-4.2l-2.287-8.015A1.41.40019.2579h6.088a1.41.40011.3431.785L14.418.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-tktgo.customerAccount-NavigationMenuItem-3eCjS {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'stroke='%23484848'fill='none'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M237.696H1m6.6750L121l4.3256.697M5.81.057L12.00123l6.2-21.945M11.62422.81a.464.464000.7550L22.8648.126a.735.735000-.007-.86L18.3621.19A.479.47900017.9791H6.024a.478.478000-.383.191l-4.4966.07a.736.736000-.008.862L11.62322.81z'stroke-width='1.25'stroke-linecap='round'stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-g6rLm {
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23ff6000'%3E%3Cdefs%3E%3Cpathid='a'd='M00h12v12H0z'/%3E%3C/defs%3E%3Cgopacity='.9'transform='matrix(100-1024)'%3E%3Ccirclecx='12'cy='12'r='12'fill-opacity='.08'/%3E%3Cgtransform='translate(66)'%3E%3Cmaskid='b'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M.648.86L63.5l5.365.36a.375.375000.53-.53L6.532.97a.75.75000-1.060L.118.33a.375.375010.53.53z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-color: #fff
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-1lGBG,
.customerAccount-NavigationMenuItem-2x9ZH.customerAccount-NavigationMenuItem-iCbu4 {
	color: #ff6000
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-1lGBG .customerAccount-NavigationMenuItem-1PsMj,
.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-1lGBG .customerAccount-NavigationMenuItem-D-2t7,
.customerAccount-NavigationMenuItem-2x9ZH.customerAccount-NavigationMenuItem-iCbu4 .customerAccount-NavigationMenuItem-1PsMj,
.customerAccount-NavigationMenuItem-2x9ZH.customerAccount-NavigationMenuItem-iCbu4 .customerAccount-NavigationMenuItem-D-2t7 {
	visibility: hidden
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-1lGBG .customerAccount-NavigationMenuItem-2-43J,
.customerAccount-NavigationMenuItem-2x9ZH.customerAccount-NavigationMenuItem-iCbu4 .customerAccount-NavigationMenuItem-2-43J {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23ff6000'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M18.5240a2.2532.2530011.9961.204l.074.1532.395.832c.17.316.266.677.2661.061v13.5A2.252.250012124H3a2.252.25001-2.25-2.25V8.25c0-.384.096-.745.265-1.06l2.4-5.853A2.252.250015.298.007L5.4750h13.05zM217.5H3a.75.75000-.75.75v13.5c0.414.336.75.75.75h18a.75.75000.75-.75V8.25A.75.75000217.5zM18.7518a.75.7501101.5h-4.5a.75.750110-1.5zm-7.5-16.5H5.473a.752.752000-.63.335l-.049.09L3.1256h8.125V1.5zm7.2760H12.75V6h8.124l-1.66-4.055a.75.75000-.578-.437l-.11-.008z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-1lGBG .customerAccount-NavigationMenuItem-3zbYH,
.customerAccount-NavigationMenuItem-2x9ZH.customerAccount-NavigationMenuItem-iCbu4 .customerAccount-NavigationMenuItem-3zbYH {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23ff6000'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M19.03412.221l.281.043.528.587a.75.75001-.1451.49l-.101-.01-3.527-.588a3.753.75000-1.38.03l-.225.054-5.9381.62a.583.583000.0611.14l.093.007h5.789a.75.75001.1021.493l-.102.007h-5.788a2.0822.082001-1.596-.742l-7.19-.55a.803.803000-.7781.166.799.799000.327.342l.11.0510.4333.914c.422.158.88.1851.315.08l.185-.0537.993-2.664a.75.75001.5691.385l-.095.039-7.9932.664a3.753.75001-2.257.035l-.243-.082-10.434-3.912a2.2972.297001-1.25-1.1252.3032.3030012.058-3.341l.177.0076.594.503a2.0822.0820011.345-1.752l.18-.0595.938-1.62a5.255.250011.964-.155zM4.8.091h13.322a2.2932.2930012.3392.091l.009.159v7.637a.75.75001-1.493.102l-.007-.102V2.361a.792.792000-.726-.766l-.103-.004h-3.672l.0014.5a1.51.5001-1.51.5h-3a1.51.5001-1.5-1.5v-4.5H4.78a.792.792000-.8.647l-.01.103v10.637a.75.75001-1.493.102l-.007-.102V2.321A2.2892.2890014.645.092L4.8.091h13.322zm8.171.5h-3v4.5h3v-4.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-1lGBG .customerAccount-NavigationMenuItem-1TPZL,
.customerAccount-NavigationMenuItem-2x9ZH.customerAccount-NavigationMenuItem-iCbu4 .customerAccount-NavigationMenuItem-1TPZL {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23ff6000'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M15.89411.337a1.551.550012.740l.017.0351.342.886h2.462c.626-.0241.2.3471.435.927.235.58.081.246-.3581.635l-2.2122.1991.2432.852a1.5341.534011-2.1791.921l-3.118-1.752-3.1091.747a1.541.54001-1.783-.1731.5371.537001-.4-1.755l1.237-2.838-2.204-2.172a1.4811.481001-.394-1.659c.232-.58.804-.9531.403-.932h2.521l1.36-2.92zm1.37.675c-.0190-.036.01-.027-.009l-1.5443.32a.75.75001-.68.433H12.03l2.62.56c.22.217.284.548.16.832l-1.4383.298a.036.036000.01.041c.011.01.028.012.050l3.485-1.96a.75.75001.7350l3.4941.963c.013.008.03.006.042-.004.011-.01.015-.026.014-.029l-1.442-3.309a.749.749001.158-.83l2.578-2.562h-2.963a.75.75001-.68-.434l-1.528-3.29a.05.05000-.04-.02zM.07322.926l2.91-6.107a11.2311.23001.83-12.409A11.25311.25300115.981.476a11.2411.240017.9849.984.75.75001-1.497.104A9.7419.74100015.551.919.7539.7530005.0035.32a9.7329.732000-.53411.062c.135.217.15.488.04.718l-2.1744.563L6.919.492a.75.75001.717.049.9769.9760001.651.82.749.749011-.541.39711.47711.477001-1.544-.732l-6.1122.907c-.637.304-1.303-.361-1-.998z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-1lGBG .customerAccount-NavigationMenuItem-k0DIu,
.customerAccount-NavigationMenuItem-2x9ZH.customerAccount-NavigationMenuItem-iCbu4 .customerAccount-NavigationMenuItem-k0DIu {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23ff6000'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M12-.058c4.83709.34.9229.39.4740.646-.0791.309-.231.986-.552.443-1.9974.96-4.2057.754-.9321.18-3.5784.211-3.5724.205-.307.373-.79.581-1.293.581-.5030-.986-.208-1.293-.581.006.006-2.64-3.025-3.572-4.205-2.208-2.794-3.655-5.31-4.204-7.754A9.0449.0440012.79.416C2.74.8647.163-.05812-.058zm01.493c-3.9720-7.84.221-7.87.980.534.0661.087.1951.66.492.1791.8384.5243.927.159.9041.1443.5364.163.5534.18.01.013.062.036.132.036s.122-.023.132-.035c.017-.0212.65-3.0373.554-4.1812.081-2.6353.43-4.983.92-7.158a7.5657.565000.194-1.66c0-3.76-3.828-7.98-7.8-7.98zm03.79c2.28204.1251.884.1254.1902.311-1.8434.192-4.1254.192s-4.125-1.88-4.125-4.191c0-2.311.843-4.1914.125-4.191zm01.492c-1.4450-2.6251.204-2.6252.69901.4941.182.6982.6252.698s2.625-1.2042.625-2.698c0-1.495-1.18-2.699-2.625-2.699z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-1lGBG .customerAccount-NavigationMenuItem-3Buo1,
.customerAccount-NavigationMenuItem-2x9ZH.customerAccount-NavigationMenuItem-iCbu4 .customerAccount-NavigationMenuItem-3Buo1 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'width='24'height='24'fill='%23ff6000'%3E%3Cgmask='url(%23b)'fill-rule='evenodd'%3E%3Cpathd='M2110.5l.072.004.031.003a.695.695001.225.068.706.706001.1.059l.024.017a.752.752001.006.005l.003.003.02.015.05.0462.252.25a.75.75001-.9771.133l-.084-.073-1.022-1.023A9.759.750014.73418.5a.75.750111.118-18.258.2500014.319-4.36l-.89.89a.75.75001-1.134-.976l.073-.0842.25-2.25.072-.064a.752.752001.13-.081l.05-.022a.756.756001.262-.053H21zM10.7335.558a.75.75001.743.649l.007.101-.0011.3922.144-1.032a.75.75001.95.26l.051.09a.75.75001-.351l-2.7951.347v.922l2.144-1.032a.75.75001.95.26l.051.09a.75.75001-.261.95l-.089.05-2.7951.348v4.904c2.071-.3423.022-1.5663.022-3.83a.75.750111.50c03.252-1.7275.119-4.9635.395l-.265.018-.793.046-.001-5.81-1.071.517a.75.75001-.951-.261l-.05-.089a.75.75001.26-.95l.09-.0511.722-.832v-.922l-1.071.518a.75.75001-.951-.261l-.05-.089a.75.75001.35-1.001l1.722-.832V6.308a.75.75001.75-.75zm-7.8067.938L313.5h-.03a.754.754001-.043-.004zM19.2665.5a.75.75011-1.1181A8.258.250003.8310.86l.89-.89a.75.750011.134.976l-.073.084-2.252.25a.753.753001-.26.17l-.031.011a.728.728001-.376.026.84.84001-.192-.063l-.041-.021a.816.816001-.034-.021l-.065-.047-.061-.055-2.25-2.25a.75.75001.976-1.133l.084.0731.0221.021A9.759.7500119.2665.5zm1.7995.003l.012.001h-.005l-.007-.001zm-.048-.003l.03.001.018.002L2110.5h.017z'/%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-1lGBG .customerAccount-NavigationMenuItem-38GJI,
.customerAccount-NavigationMenuItem-2x9ZH.customerAccount-NavigationMenuItem-iCbu4 .customerAccount-NavigationMenuItem-38GJI {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23ff6000'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M21.1673.25c1.4302.5831.1832.5832.632v3.505l-.641.094C21.9099.6572110.7262112s.912.3432.1092.519l.641.094v3.505c01.45-1.1522.632-2.5832.632H2.833c-1.430-2.583-1.183-2.583-2.632V5.882c0-1.451.152-2.6322.583-2.632h18.334zm-9.9181.5H2.833c-.5930-1.083.503-1.0831.132v3.015h1.77c1011.501.5H1.75v7.72c0.63.491.1331.0831.133h8.416v-6.582l-.43.444-1.721.764c-.697.717-1.771-.33-1.074-1.046l1.719-1.765.479-.492H7.777a2.5032.503001-2.364-1.718l-.052-.173A2.5662.5660016.526.827a2.4632.4630012.893.277l.138.131.6971.743V4.75zm9.9180h-8.418v4.229l1.7-1.744a2.4632.4630013.03-.4082.5662.5660011.1592.8552.5072.507001-2.4161.892l-2.446-.001.48.4921.7191.765c.697.716-.3771.763-1.0751.046l-1.719-1.764-.431-.444-.0016.582h8.418c.59301.083-.5031.083-1.132v-2.266c-1.61-.525-2.75-2.067-2.75-3.8520-1.7851.14-3.3272.75-3.852V5.882c0-.63-.49-1.132-1.083-1.132zm-5.6443.531l-1.7461.793h2.445c.4480.845-.313.964-.77a1.0661.066000-.472-1.186.965.965000-1.191.163zm-8.237-.163a1.0661.066000-.4721.185c.11.42.452.717.853.764l.11.007h2.446L8.4778.28a.965.965000-1.191-.163z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-1lGBG .customerAccount-NavigationMenuItem-3ZQfp,
.customerAccount-NavigationMenuItem-2x9ZH.customerAccount-NavigationMenuItem-iCbu4 .customerAccount-NavigationMenuItem-3ZQfp {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23ff6000'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M11.808.371a1.6781.6780012.1070l2.0631.6662.647-.132a1.6781.6780011.7031.237L21.025.7l2.221.45c.66.431.9311.264.652.002l-.9422.477.9432.476a1.681.68001-.6522.004l-2.2181.444-.6962.557a1.6771.677001-1.7031.24l-2.647-.133-2.0641.662a.75.75001-.94-1.168l2.286-1.841a.75.75001.507-.165l2.933.146a.178.178000.18-.133l.771-2.835a.75.75001.315-.432l2.457-1.599a.18.18000.07-.213l-1.046-2.743a.75.750010-.534l1.045-2.744a.178.178000-.07-.212L19.9626.8a.75.75001-.314-.432l-.767-2.834a.178.178000-.18-.13l-2.933.145a.75.75001-.508-.165l-2.286-1.845a.178.178000-.2230l-2.2861.845a.75.75001-.51.165L7.0253.4a.178.178000-.181.13l-.7672.835a.75.75001-.314.432L3.3058.402a.179.179000-.07.212l1.0462.744a.75.750010.534l-.4481.175a.75.75001-1.402-.534l.346-.908-.944-2.478a1.681.68001.65-2.001l2.22-1.449.692-2.558A1.6781.6780017.11.902l2.646.134zm-.9367.896l5.6328.872a.75.75001-.411.118l-5.7381.796a3.0133.013001-1.093.4472.7912.791001-3.86-.665l-.103-.156-.565-.87-1.585.498a.75.75001-1.38.473l-.33-.518a.753.753001-.001-.003l-.994-1.566-.003-.004-.328-.518a.75.75001.142-.969l.09-.066a.75.75001.723-.045L9.658.205a.75.750011.222.062zM8.92520.499l-2.701.845.348.535c.162.266.414.463.707.557l.129.034c.347.074.710.992-.195a1.511.51000.525-1.776zm1.248-10.535L1.99920.338l.363.57.038.0612.431-.76a.744.744001.025-.008l4.168-1.304.018-.0065.672-1.774-4.541-7.153z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-1lGBG .customerAccount-NavigationMenuItem-2kWI7,
.customerAccount-NavigationMenuItem-2x9ZH.customerAccount-NavigationMenuItem-iCbu4 .customerAccount-NavigationMenuItem-2kWI7 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23ff6000'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M15.79.378c.51.17.94.5161.216.972l.086.1572.1374.273a3.7523.7520013.2663.52l.005.2v.878c.874.311.51.1421.52.122V17a2.252.25001-1.52.122V20a3.753.75001-3.553.745l-.2.005h-15A3.753.75001.00520.2L020V9.5a3.753.750013.55-3.745h.013L14.073.5a2.2532.2530011.718-.122zm2.966.872h-15a2.252.25000-2.2452.096L1.59.5V20a2.252.250002.0962.245l.154.005h15a2.252.250002.245-2.096L2120v-.75h-3a4.54.5001-4.495-4.288l-.005-.212a4.54.50014.5-4.5h3V9.5a2.252.25000-2.096-2.245l-.154-.005zm34.5H18a3301006h3.75a.75.75000.75-.75v-4.5a.75.75000-.75-.75zM1813.625l.123.007c.523.056.939.472.995.995l.007.123A1.1251.1250111813.625zM14.8531.797l-.11.045-7.8163.907h10.609L15.752.177a.75.75000-.897-.38z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-1lGBG .customerAccount-NavigationMenuItem-1zge3,
.customerAccount-NavigationMenuItem-2x9ZH.customerAccount-NavigationMenuItem-iCbu4 .customerAccount-NavigationMenuItem-1zge3 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'width='40'height='40'fill='%23ff6000'%3E%3Cgfill='none'fill-rule='evenodd'%3E%3Crectwidth='5.714'height='9.286'x='5'y='12.143'fill='%23FFA570'rx='1.429'/%3E%3Cpathfill='%23FFA570'fill-rule='nonzero'd='M9.64322.5H8.75a4.4644.464001-4.464-4.464v-3.572A4.4654.4650018.7510h.893c.98601.786.81.7861.786v8.928c0.987-.81.786-1.7861.786zm0-1.786v-8.928H8.75a2.6782.678000-2.6792.678v3.572c01.4791.22.6782.6792.678h.893z'/%3E%3Crectwidth='5.714'height='10'x='29.286'y='11.071'fill='%23FFA570'rx='1.429'transform='rotate(-18032.14316.071)'/%3E%3Cpathfill='%23FFA570'fill-rule='nonzero'd='M30.35710h.893a4.4654.4650014.4654.464v3.572c02.465-24.464-4.4654.464h-.893c-.9860-1.785-.8-1.785-1.786v-8.928c0-.987.8-1.7861.785-1.786zm01.786v8.928h.893a2.6782.6780002.679-2.678v-3.572c0-1.479-1.2-2.678-2.679-2.678h-.893z'/%3E%3Cpathd='M20.714a10.71610.71600110.6839.9054.4644.4640013.6024.38v3.572c02.16-1.5333.96-3.574.375l-.001.09A4.4654.46500126.2527.5h-1.939a2.682.68001-2.5261.785H20a2.6782.6780110-5.357h1.785c1.16702.159.7462.5271.786h1.938c1.47902.678-1.22.678-2.679-.9860-1.785-.8-1.785-1.785v-8.929c0-.97.774-1.761.74-1.785A8.9238.923000202.5a8.938.93000-8.8858.037l-.044-.002c.98601.786.81.7861.786v8.929c0.986-.81.785-1.7861.785h-.893a4.4654.465001-4.464-4.464V15c0-2.171.549-3.983.601-4.381C9.7295.07914.355.71420.714zm1.78525H20a.893.89300001.786h1.785a.893.8930100-1.786zm1.185-7.277a.892.8920111.2031.326.1956.195001-8.3460.893.8930011.203-1.324.4094.4090005.940zm-11.899-6.116h-.893A2.6792.6790007.515v3.571a2.6782.6780002.6782.679h.893v-8.929zm18.750h-.893v8.929h.893a2.682.680002.679-2.679V15a2.682.68000-2.679-2.679zm-13.393-.613c.4930.893.4.893.893v1.562a.893.893001-1.7860v-1.562c0-.493.4-.893.893-.893zm7.1430c.4930.893.4.893.893v1.562a.893.893001-1.7860v-1.562c0-.493.4-.893.893-.893z'fill='%23484848'/%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-1lGBG .customerAccount-NavigationMenuItem-3BTo8,
.customerAccount-NavigationMenuItem-2x9ZH.customerAccount-NavigationMenuItem-iCbu4 .customerAccount-NavigationMenuItem-3BTo8 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgwidth='24'height='24'fill='%23ff6000'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathfill-rule='evenodd'clip-rule='evenodd'd='M122a7.57.50017.4796.935A3.1233.1230012212v2.5a3.1263.126001-2.53.062v.063c01.726-1.43.125-3.1253.125h-1.357A1.8761.87600113.2522H12a1.8751.8750010-3.75h1.25c.81701.511.5221.7681.25h1.357c1.03501.875-.841.875-1.875-.690-1.25-.56-1.25-1.25v-6.25c0-.68.542-1.2321.216-1.25a6.256.25000-12.436.002l-.03-.002c.6901.25.561.251.25v6.25c0.69-.561.25-1.251.25h-.625A3.1253.125001214.5V12a3.1263.1260012.522-3.067A7.4997.499001122zm1.2517.5H12a.625.62501001.25h1.25a.625.6250100-1.25zm.829-5.094a.625.625001.842.9244.3374.337001-5.8420.625.625011.842-.9243.0873.0870004.1580zM5.7510.125h-.625c-1.0360-1.875.84-1.8751.875v2.5c01.036.841.8751.8751.875h.625v-6.25zm13.1250h-.625v6.25h.625c1.03501.875-.841.875-1.875V12c0-1.036-.84-1.875-1.875-1.875zM9.59.695c.3450.625.28.625.626v1.093a.625.625001-1.250v-1.093c0-.345.28-.625.625-.625zm50c.3450.625.28.625.626v1.093a.625.625001-1.250v-1.093c0-.345.28-.625.625-.625z'fill='%23484848'/%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-1lGBG .customerAccount-NavigationMenuItem-2tjBu,
.customerAccount-NavigationMenuItem-2x9ZH.customerAccount-NavigationMenuItem-iCbu4 .customerAccount-NavigationMenuItem-2tjBu {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgwidth='24'height='24'xmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'fill='none'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgstroke='%23ff6000'stroke-width='1.5'mask='url(%23b)'stroke-linecap='round'stroke-linejoin='round'%3E%3Cpathd='M16.50118.8h-8.4a2.12.1000-2.12.1h0a2.12.10002.12.1h8.4a2.12.10002.1-2.1h0a2.12.1000-2.1-2.1h0zm-7.7-13.3a3.53.5010703.53.5000-70z'/%3E%3Cpathd='M14.40118.8h-4.2l-2.287-8.015A1.41.40019.2579h6.088a1.41.40011.3431.785L14.418.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-1lGBG .customerAccount-NavigationMenuItem-3eCjS,
.customerAccount-NavigationMenuItem-2x9ZH.customerAccount-NavigationMenuItem-iCbu4 .customerAccount-NavigationMenuItem-3eCjS {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'stroke='%23ff6000'fill='none'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M237.696H1m6.6750L121l4.3256.697M5.81.057L12.00123l6.2-21.945M11.62422.81a.464.464000.7550L22.8648.126a.735.735000-.007-.86L18.3621.19A.479.47900017.9791H6.024a.478.478000-.383.191l-4.4966.07a.736.736000-.008.862L11.62322.81z'stroke-width='1.25'stroke-linecap='round'stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH:hover {
	color: #ff6000
}

.customerAccount-NavigationMenuItem-2x9ZH:hover.customerAccount-NavigationMenuItem-1lGBG .customerAccount-NavigationMenuItem-1PsMj,
.customerAccount-NavigationMenuItem-2x9ZH:hover.customerAccount-NavigationMenuItem-1lGBG .customerAccount-NavigationMenuItem-D-2t7 {
	visibility: hidden
}

.customerAccount-NavigationMenuItem-2x9ZH:hover.customerAccount-NavigationMenuItem-1lGBG .customerAccount-NavigationMenuItem-35MUB {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.customerAccount-NavigationMenuItem-2x9ZH:hover .customerAccount-NavigationMenuItem-2-43J {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23ff6000'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M18.5240a2.2532.2530011.9961.204l.074.1532.395.832c.17.316.266.677.2661.061v13.5A2.252.250012124H3a2.252.25001-2.25-2.25V8.25c0-.384.096-.745.265-1.06l2.4-5.853A2.252.250015.298.007L5.4750h13.05zM217.5H3a.75.75000-.75.75v13.5c0.414.336.75.75.75h18a.75.75000.75-.75V8.25A.75.75000217.5zM18.7518a.75.7501101.5h-4.5a.75.750110-1.5zm-7.5-16.5H5.473a.752.752000-.63.335l-.049.09L3.1256h8.125V1.5zm7.2760H12.75V6h8.124l-1.66-4.055a.75.75000-.578-.437l-.11-.008z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH:hover .customerAccount-NavigationMenuItem-3zbYH {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23ff6000'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M19.03412.221l.281.043.528.587a.75.75001-.1451.49l-.101-.01-3.527-.588a3.753.75000-1.38.03l-.225.054-5.9381.62a.583.583000.0611.14l.093.007h5.789a.75.75001.1021.493l-.102.007h-5.788a2.0822.082001-1.596-.742l-7.19-.55a.803.803000-.7781.166.799.799000.327.342l.11.0510.4333.914c.422.158.88.1851.315.08l.185-.0537.993-2.664a.75.75001.5691.385l-.095.039-7.9932.664a3.753.75001-2.257.035l-.243-.082-10.434-3.912a2.2972.297001-1.25-1.1252.3032.3030012.058-3.341l.177.0076.594.503a2.0822.0820011.345-1.752l.18-.0595.938-1.62a5.255.250011.964-.155zM4.8.091h13.322a2.2932.2930012.3392.091l.009.159v7.637a.75.75001-1.493.102l-.007-.102V2.361a.792.792000-.726-.766l-.103-.004h-3.672l.0014.5a1.51.5001-1.51.5h-3a1.51.5001-1.5-1.5v-4.5H4.78a.792.792000-.8.647l-.01.103v10.637a.75.75001-1.493.102l-.007-.102V2.321A2.2892.2890014.645.092L4.8.091h13.322zm8.171.5h-3v4.5h3v-4.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH:hover .customerAccount-NavigationMenuItem-1TPZL {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23ff6000'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M15.89411.337a1.551.550012.740l.017.0351.342.886h2.462c.626-.0241.2.3471.435.927.235.58.081.246-.3581.635l-2.2122.1991.2432.852a1.5341.534011-2.1791.921l-3.118-1.752-3.1091.747a1.541.54001-1.783-.1731.5371.537001-.4-1.755l1.237-2.838-2.204-2.172a1.4811.481001-.394-1.659c.232-.58.804-.9531.403-.932h2.521l1.36-2.92zm1.37.675c-.0190-.036.01-.027-.009l-1.5443.32a.75.75001-.68.433H12.03l2.62.56c.22.217.284.548.16.832l-1.4383.298a.036.036000.01.041c.011.01.028.012.050l3.485-1.96a.75.75001.7350l3.4941.963c.013.008.03.006.042-.004.011-.01.015-.026.014-.029l-1.442-3.309a.749.749001.158-.83l2.578-2.562h-2.963a.75.75001-.68-.434l-1.528-3.29a.05.05000-.04-.02zM.07322.926l2.91-6.107a11.2311.23001.83-12.409A11.25311.25300115.981.476a11.2411.240017.9849.984.75.75001-1.497.104A9.7419.74100015.551.919.7539.7530005.0035.32a9.7329.732000-.53411.062c.135.217.15.488.04.718l-2.1744.563L6.919.492a.75.75001.717.049.9769.9760001.651.82.749.749011-.541.39711.47711.477001-1.544-.732l-6.1122.907c-.637.304-1.303-.361-1-.998z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH:hover .customerAccount-NavigationMenuItem-k0DIu {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23ff6000'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M12-.058c4.83709.34.9229.39.4740.646-.0791.309-.231.986-.552.443-1.9974.96-4.2057.754-.9321.18-3.5784.211-3.5724.205-.307.373-.79.581-1.293.581-.5030-.986-.208-1.293-.581.006.006-2.64-3.025-3.572-4.205-2.208-2.794-3.655-5.31-4.204-7.754A9.0449.0440012.79.416C2.74.8647.163-.05812-.058zm01.493c-3.9720-7.84.221-7.87.980.534.0661.087.1951.66.492.1791.8384.5243.927.159.9041.1443.5364.163.5534.18.01.013.062.036.132.036s.122-.023.132-.035c.017-.0212.65-3.0373.554-4.1812.081-2.6353.43-4.983.92-7.158a7.5657.565000.194-1.66c0-3.76-3.828-7.98-7.8-7.98zm03.79c2.28204.1251.884.1254.1902.311-1.8434.192-4.1254.192s-4.125-1.88-4.125-4.191c0-2.311.843-4.1914.125-4.191zm01.492c-1.4450-2.6251.204-2.6252.69901.4941.182.6982.6252.698s2.625-1.2042.625-2.698c0-1.495-1.18-2.699-2.625-2.699z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH:hover .customerAccount-NavigationMenuItem-3Buo1 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'width='24'height='24'fill='%23ff6000'%3E%3Cgmask='url(%23b)'fill-rule='evenodd'%3E%3Cpathd='M2110.5l.072.004.031.003a.695.695001.225.068.706.706001.1.059l.024.017a.752.752001.006.005l.003.003.02.015.05.0462.252.25a.75.75001-.9771.133l-.084-.073-1.022-1.023A9.759.750014.73418.5a.75.750111.118-18.258.2500014.319-4.36l-.89.89a.75.75001-1.134-.976l.073-.0842.25-2.25.072-.064a.752.752001.13-.081l.05-.022a.756.756001.262-.053H21zM10.7335.558a.75.75001.743.649l.007.101-.0011.3922.144-1.032a.75.75001.95.26l.051.09a.75.75001-.351l-2.7951.347v.922l2.144-1.032a.75.75001.95.26l.051.09a.75.75001-.261.95l-.089.05-2.7951.348v4.904c2.071-.3423.022-1.5663.022-3.83a.75.750111.50c03.252-1.7275.119-4.9635.395l-.265.018-.793.046-.001-5.81-1.071.517a.75.75001-.951-.261l-.05-.089a.75.75001.26-.95l.09-.0511.722-.832v-.922l-1.071.518a.75.75001-.951-.261l-.05-.089a.75.75001.35-1.001l1.722-.832V6.308a.75.75001.75-.75zm-7.8067.938L313.5h-.03a.754.754001-.043-.004zM19.2665.5a.75.75011-1.1181A8.258.250003.8310.86l.89-.89a.75.750011.134.976l-.073.084-2.252.25a.753.753001-.26.17l-.031.011a.728.728001-.376.026.84.84001-.192-.063l-.041-.021a.816.816001-.034-.021l-.065-.047-.061-.055-2.25-2.25a.75.75001.976-1.133l.084.0731.0221.021A9.759.7500119.2665.5zm1.7995.003l.012.001h-.005l-.007-.001zm-.048-.003l.03.001.018.002L2110.5h.017z'/%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH:hover .customerAccount-NavigationMenuItem-38GJI {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23ff6000'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M21.1673.25c1.4302.5831.1832.5832.632v3.505l-.641.094C21.9099.6572110.7262112s.912.3432.1092.519l.641.094v3.505c01.45-1.1522.632-2.5832.632H2.833c-1.430-2.583-1.183-2.583-2.632V5.882c0-1.451.152-2.6322.583-2.632h18.334zm-9.9181.5H2.833c-.5930-1.083.503-1.0831.132v3.015h1.77c1011.501.5H1.75v7.72c0.63.491.1331.0831.133h8.416v-6.582l-.43.444-1.721.764c-.697.717-1.771-.33-1.074-1.046l1.719-1.765.479-.492H7.777a2.5032.503001-2.364-1.718l-.052-.173A2.5662.5660016.526.827a2.4632.4630012.893.277l.138.131.6971.743V4.75zm9.9180h-8.418v4.229l1.7-1.744a2.4632.4630013.03-.4082.5662.5660011.1592.8552.5072.507001-2.4161.892l-2.446-.001.48.4921.7191.765c.697.716-.3771.763-1.0751.046l-1.719-1.764-.431-.444-.0016.582h8.418c.59301.083-.5031.083-1.132v-2.266c-1.61-.525-2.75-2.067-2.75-3.8520-1.7851.14-3.3272.75-3.852V5.882c0-.63-.49-1.132-1.083-1.132zm-5.6443.531l-1.7461.793h2.445c.4480.845-.313.964-.77a1.0661.066000-.472-1.186.965.965000-1.191.163zm-8.237-.163a1.0661.066000-.4721.185c.11.42.452.717.853.764l.11.007h2.446L8.4778.28a.965.965000-1.191-.163z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH:hover .customerAccount-NavigationMenuItem-3ZQfp {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23ff6000'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M11.808.371a1.6781.6780012.1070l2.0631.6662.647-.132a1.6781.6780011.7031.237L21.025.7l2.221.45c.66.431.9311.264.652.002l-.9422.477.9432.476a1.681.68001-.6522.004l-2.2181.444-.6962.557a1.6771.677001-1.7031.24l-2.647-.133-2.0641.662a.75.75001-.94-1.168l2.286-1.841a.75.75001.507-.165l2.933.146a.178.178000.18-.133l.771-2.835a.75.75001.315-.432l2.457-1.599a.18.18000.07-.213l-1.046-2.743a.75.750010-.534l1.045-2.744a.178.178000-.07-.212L19.9626.8a.75.75001-.314-.432l-.767-2.834a.178.178000-.18-.13l-2.933.145a.75.75001-.508-.165l-2.286-1.845a.178.178000-.2230l-2.2861.845a.75.75001-.51.165L7.0253.4a.178.178000-.181.13l-.7672.835a.75.75001-.314.432L3.3058.402a.179.179000-.07.212l1.0462.744a.75.750010.534l-.4481.175a.75.75001-1.402-.534l.346-.908-.944-2.478a1.681.68001.65-2.001l2.22-1.449.692-2.558A1.6781.6780017.11.902l2.646.134zm-.9367.896l5.6328.872a.75.75001-.411.118l-5.7381.796a3.0133.013001-1.093.4472.7912.791001-3.86-.665l-.103-.156-.565-.87-1.585.498a.75.75001-1.38.473l-.33-.518a.753.753001-.001-.003l-.994-1.566-.003-.004-.328-.518a.75.75001.142-.969l.09-.066a.75.75001.723-.045L9.658.205a.75.750011.222.062zM8.92520.499l-2.701.845.348.535c.162.266.414.463.707.557l.129.034c.347.074.710.992-.195a1.511.51000.525-1.776zm1.248-10.535L1.99920.338l.363.57.038.0612.431-.76a.744.744001.025-.008l4.168-1.304.018-.0065.672-1.774-4.541-7.153z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH:hover .customerAccount-NavigationMenuItem-2kWI7 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23ff6000'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M15.79.378c.51.17.94.5161.216.972l.086.1572.1374.273a3.7523.7520013.2663.52l.005.2v.878c.874.311.51.1421.52.122V17a2.252.25001-1.52.122V20a3.753.75001-3.553.745l-.2.005h-15A3.753.75001.00520.2L020V9.5a3.753.750013.55-3.745h.013L14.073.5a2.2532.2530011.718-.122zm2.966.872h-15a2.252.25000-2.2452.096L1.59.5V20a2.252.250002.0962.245l.154.005h15a2.252.250002.245-2.096L2120v-.75h-3a4.54.5001-4.495-4.288l-.005-.212a4.54.50014.5-4.5h3V9.5a2.252.25000-2.096-2.245l-.154-.005zm34.5H18a3301006h3.75a.75.75000.75-.75v-4.5a.75.75000-.75-.75zM1813.625l.123.007c.523.056.939.472.995.995l.007.123A1.1251.1250111813.625zM14.8531.797l-.11.045-7.8163.907h10.609L15.752.177a.75.75000-.897-.38z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH:hover .customerAccount-NavigationMenuItem-1zge3 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'width='40'height='40'fill='%23ff6000'%3E%3Cgfill='none'fill-rule='evenodd'%3E%3Crectwidth='5.714'height='9.286'x='5'y='12.143'fill='%23FFA570'rx='1.429'/%3E%3Cpathfill='%23FFA570'fill-rule='nonzero'd='M9.64322.5H8.75a4.4644.464001-4.464-4.464v-3.572A4.4654.4650018.7510h.893c.98601.786.81.7861.786v8.928c0.987-.81.786-1.7861.786zm0-1.786v-8.928H8.75a2.6782.678000-2.6792.678v3.572c01.4791.22.6782.6792.678h.893z'/%3E%3Crectwidth='5.714'height='10'x='29.286'y='11.071'fill='%23FFA570'rx='1.429'transform='rotate(-18032.14316.071)'/%3E%3Cpathfill='%23FFA570'fill-rule='nonzero'd='M30.35710h.893a4.4654.4650014.4654.464v3.572c02.465-24.464-4.4654.464h-.893c-.9860-1.785-.8-1.785-1.786v-8.928c0-.987.8-1.7861.785-1.786zm01.786v8.928h.893a2.6782.6780002.679-2.678v-3.572c0-1.479-1.2-2.678-2.679-2.678h-.893z'/%3E%3Cpathd='M20.714a10.71610.71600110.6839.9054.4644.4640013.6024.38v3.572c02.16-1.5333.96-3.574.375l-.001.09A4.4654.46500126.2527.5h-1.939a2.682.68001-2.5261.785H20a2.6782.6780110-5.357h1.785c1.16702.159.7462.5271.786h1.938c1.47902.678-1.22.678-2.679-.9860-1.785-.8-1.785-1.785v-8.929c0-.97.774-1.761.74-1.785A8.9238.923000202.5a8.938.93000-8.8858.037l-.044-.002c.98601.786.81.7861.786v8.929c0.986-.81.785-1.7861.785h-.893a4.4654.465001-4.464-4.464V15c0-2.171.549-3.983.601-4.381C9.7295.07914.355.71420.714zm1.78525H20a.893.89300001.786h1.785a.893.8930100-1.786zm1.185-7.277a.892.8920111.2031.326.1956.195001-8.3460.893.8930011.203-1.324.4094.4090005.940zm-11.899-6.116h-.893A2.6792.6790007.515v3.571a2.6782.6780002.6782.679h.893v-8.929zm18.750h-.893v8.929h.893a2.682.680002.679-2.679V15a2.682.68000-2.679-2.679zm-13.393-.613c.4930.893.4.893.893v1.562a.893.893001-1.7860v-1.562c0-.493.4-.893.893-.893zm7.1430c.4930.893.4.893.893v1.562a.893.893001-1.7860v-1.562c0-.493.4-.893.893-.893z'fill='%23484848'/%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH:hover .customerAccount-NavigationMenuItem-3BTo8 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgwidth='24'height='24'fill='%23ff6000'xmlns='http://www.w3.org/2000/svg'%3E%3Cpathfill-rule='evenodd'clip-rule='evenodd'd='M122a7.57.50017.4796.935A3.1233.1230012212v2.5a3.1263.126001-2.53.062v.063c01.726-1.43.125-3.1253.125h-1.357A1.8761.87600113.2522H12a1.8751.8750010-3.75h1.25c.81701.511.5221.7681.25h1.357c1.03501.875-.841.875-1.875-.690-1.25-.56-1.25-1.25v-6.25c0-.68.542-1.2321.216-1.25a6.256.25000-12.436.002l-.03-.002c.6901.25.561.251.25v6.25c0.69-.561.25-1.251.25h-.625A3.1253.125001214.5V12a3.1263.1260012.522-3.067A7.4997.499001122zm1.2517.5H12a.625.62501001.25h1.25a.625.6250100-1.25zm.829-5.094a.625.625001.842.9244.3374.337001-5.8420.625.625011.842-.9243.0873.0870004.1580zM5.7510.125h-.625c-1.0360-1.875.84-1.8751.875v2.5c01.036.841.8751.8751.875h.625v-6.25zm13.1250h-.625v6.25h.625c1.03501.875-.841.875-1.875V12c0-1.036-.84-1.875-1.875-1.875zM9.59.695c.3450.625.28.625.626v1.093a.625.625001-1.250v-1.093c0-.345.28-.625.625-.625zm50c.3450.625.28.625.626v1.093a.625.625001-1.250v-1.093c0-.345.28-.625.625-.625z'fill='%23484848'/%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH:hover .customerAccount-NavigationMenuItem-2tjBu {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgwidth='24'height='24'xmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'fill='none'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgstroke='%23ff6000'stroke-width='1.5'mask='url(%23b)'stroke-linecap='round'stroke-linejoin='round'%3E%3Cpathd='M16.50118.8h-8.4a2.12.1000-2.12.1h0a2.12.10002.12.1h8.4a2.12.10002.1-2.1h0a2.12.1000-2.1-2.1h0zm-7.7-13.3a3.53.5010703.53.5000-70z'/%3E%3Cpathd='M14.40118.8h-4.2l-2.287-8.015A1.41.40019.2579h6.088a1.41.40011.3431.785L14.418.8z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH:hover .customerAccount-NavigationMenuItem-3eCjS {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'stroke='%23ff6000'fill='none'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M237.696H1m6.6750L121l4.3256.697M5.81.057L12.00123l6.2-21.945M11.62422.81a.464.464000.7550L22.8648.126a.735.735000-.007-.86L18.3621.19A.479.47900017.9791H6.024a.478.478000-.383.191l-4.4966.07a.736.736000-.008.862L11.62322.81z'stroke-width='1.25'stroke-linecap='round'stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-2BBH1 {
	cursor: pointer;
	margin-right: 16px
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-2wAGN {
	color: #ff6000;
	display: none;
	background-color: rgba(255, 96, 0, .0784313725490196);
	left: 0;
	bottom: 0;
	margin: auto;
	border-radius: 24px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	width: 24px;
	height: 24px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	position: absolute;
	top: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-2wAGN.customerAccount-NavigationMenuItem-iCbu4 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.customerAccount-NavigationMenuItem-2x9ZH .customerAccount-NavigationMenuItem-2wAGN.customerAccount-NavigationMenuItem-35MUB {
	border-radius: 0;
	background-color: #f5f5f5
}

.customerAccount-NavigationMenuItem-3RVKv {
	position: relative;
	overflow: hidden
}

.customerAccount-NavigationMenuItem-3RVKv .customerAccount-NavigationMenuItem-2zozV {
	visibility: hidden;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: -180px
}

.customerAccount-NavigationMenuItem-3RVKv .customerAccount-NavigationMenuItem-2zozV.customerAccount-NavigationMenuItem-iCbu4 {
	visibility: visible;
	margin-top: 8px;
	position: relative
}

.customerAccount-NavigationMenuItem-3RVKv .customerAccount-NavigationMenuItem-2zozV .customerAccount-NavigationMenuItem-2YDPV {
	border-radius: 1.5px;
	background-color: #e5e5e5;
	width: 3px;
	margin-left: 9.5px;
	margin-right: 28px
}

.customerAccount-NavigationMenuItem-2XAKa {
	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-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.customerAccount-NavigationMenuItem-2XAKa .customerAccount-NavigationMenuItem-3HmU3 {
	margin-right: 16px;
	height: 24px;
	width: 24px
}

@-webkit-keyframes customerAccount-MyListMenuItem-2jfbX {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

@keyframes customerAccount-MyListMenuItem-2jfbX {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

.customerAccount-MyListMenuItem-POF95 {
	width: 100%
}

.customerAccount-MyListMenuItem-POF95:not(:first-child) {
	margin-top: 16px
}

.customerAccount-MyListMenuItem-POF95 .customerAccount-MyListMenuItem-VMk8w {
	text-decoration: none;
	font-family: Inter, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
	height: 32px;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 2.29;
	letter-spacing: -.15px;
	color: #484848;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.customerAccount-MyListMenuItem-POF95 .customerAccount-MyListMenuItem-VMk8w:hover div {
	width: 10px
}

.customerAccount-MyListMenuItem-POF95 .customerAccount-MyListMenuItem-VMk8w.customerAccount-MyListMenuItem-12MXm:hover {
	color: #ef3231
}

.customerAccount-MyListMenuItem-POF95 .customerAccount-MyListMenuItem-VMk8w .customerAccount-MyListMenuItem-3zatc {
	margin-right: 16px;
	margin-left: 20px
}

.customerAccount-MyListMenuItem-POF95 .customerAccount-MyListMenuItem-VMk8w .customerAccount-MyListMenuItem-jVIXr {
	width: 6px;
	height: 32px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	position: absolute;
	-webkit-transition: width .1s;
	-o-transition: width .1s;
	transition: width .1s
}

@-webkit-keyframes customerAccount-StaticMenuItem-1kRjn {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

@keyframes customerAccount-StaticMenuItem-1kRjn {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

.customerAccount-StaticMenuItem-LykOp {
	width: 100%;
	cursor: pointer
}

.customerAccount-StaticMenuItem-LykOp:not(:first-child) {
	margin-top: 8px
}

.customerAccount-StaticMenuItem-LykOp .customerAccount-StaticMenuItem-1gzgZ {
	text-decoration: none;
	height: 32px;
	font-size: 14px;
	font-weight: 600;
	line-height: 2.29;
	letter-spacing: -.15px;
	color: #484848;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.customerAccount-StaticMenuItem-LykOp .customerAccount-StaticMenuItem-1gzgZ .customerAccount-StaticMenuItem-2xPlu {
	width: 24px;
	height: 24px;
	margin-right: 16px
}

.customerAccount-StaticMenuItem-LykOp .customerAccount-StaticMenuItem-1gzgZ .customerAccount-StaticMenuItem-2xPlu.customerAccount-StaticMenuItem-nOxcG {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23484848'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M14.4261c1.202.062.131.0812.0762.25v4.5a.75.75011-1.50l.001-4.534c.017-.378-.274-.698-.615-.716H2.153c-.378.018-.669.338-.65.75L1.521.284c-.017.377.275.698.614.716H14.35c.378-.018.669-.338.651-.75v-4.5a.75.750011.50v4.466c.0541.203-.8742.223-2.1142.284l-12.31-.001c-1.202-.06-2.13-1.08-2.076-2.249L.0033.284C-.0522.082.8751.0612.1151zm9.57611.284a.76.76001-.097.34l-.021.034-.047.065-.054.061-3.753.75a.75.75001-1.134-.976l.073-.0842.469-2.47H7.502a.75.75001-.743-.648l-.007-.102a.75.75001.648-.743l.102-.007h13.939l-2.47-2.47a.75.75001-.072-.976l.073-.084a.75.75001.976-.073l.085.0733.753.75a.753.753001.122.16l.023.045a.758.758001.062.189l.009.067.001.017-.002-.018.004.07v.03z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-StaticMenuItem-LykOp .customerAccount-StaticMenuItem-1gzgZ:hover {
	color: #ff6000
}

.customerAccount-StaticMenuItem-LykOp .customerAccount-StaticMenuItem-1gzgZ:hover .customerAccount-StaticMenuItem-nOxcG {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='24'height='24'fill='%23ff6000'%3E%3Cdefs%3E%3Cpathid='a'd='M00h24v24H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M14.4261c1.202.062.131.0812.0762.25v4.5a.75.75011-1.50l.001-4.534c.017-.378-.274-.698-.615-.716H2.153c-.378.018-.669.338-.65.75L1.521.284c-.017.377.275.698.614.716H14.35c.378-.018.669-.338.651-.75v-4.5a.75.750011.50v4.466c.0541.203-.8742.223-2.1142.284l-12.31-.001c-1.202-.06-2.13-1.08-2.076-2.249L.0033.284C-.0522.082.8751.0612.1151zm9.57611.284a.76.76001-.097.34l-.021.034-.047.065-.054.061-3.753.75a.75.75001-1.134-.976l.073-.0842.469-2.47H7.502a.75.75001-.743-.648l-.007-.102a.75.75001.648-.743l.102-.007h13.939l-2.47-2.47a.75.75001-.072-.976l.073-.084a.75.75001.976-.073l.085.0733.753.75a.753.753001.122.16l.023.045a.758.758001.062.189l.009.067.001.017-.002-.018.004.07v.03z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.customerAccount-StaticMenuItem-LykOp .customerAccount-StaticMenuItem-1gzgZ .customerAccount-StaticMenuItem-359Tt {
	margin-right: 16px
}

.customerAccount-StaticMenuItem-LykOp .customerAccount-StaticMenuItem-1gzgZ.customerAccount-StaticMenuItem-2l5DI {
	color: #ff6000
}

@-webkit-keyframes customerAccount-StickyHeader-3DX5d {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

@keyframes customerAccount-StickyHeader-3DX5d {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

.customerAccount-StickyHeader-3jPC1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .0784313725490196);
	background-color: #fff;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

@-webkit-keyframes customerAccount-HepsiburadaPremium-3ndl2 {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

@keyframes customerAccount-HepsiburadaPremium-3ndl2 {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

.customerAccount-HepsiburadaPremium-14c8q {
	margin-top: 20px
}

@-webkit-keyframes customerAccount-AccountInformation-PoSOC {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

@keyframes customerAccount-AccountInformation-PoSOC {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

.customerAccount-AccountInformation-qra59 .customerAccount-AccountInformation-1PYRr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.customerAccount-AccountInformation-qra59 .customerAccount-AccountInformation-1PYRr .customerAccount-AccountInformation-2sitn {
	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;
	font-size: 16px;
	font-weight: 600
}

.customerAccount-AccountInformation-qra59 .customerAccount-AccountInformation-1PYRr .customerAccount-AccountInformation-2sitn.customerAccount-AccountInformation-3hcB9 {
	background: url(https://images.hepsiburada.net/cac/content/www/cac-ui/globalAssets/images/sidebar-loyalty-bg.png) no-repeat 50%/cover;
	color: #fff
}

.customerAccount-AccountInformation-qra59 .customerAccount-AccountInformation-1PYRr .customerAccount-AccountInformation-2sitn.customerAccount-AccountInformation-k0vSB {
	color: #fff;
	font-size: 18px;
	line-height: 24px
}

.customerAccount-AccountInformation-qra59 .customerAccount-AccountInformation-1PYRr .customerAccount-AccountInformation-g-kpk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 16px;
	max-width: 100%
}

.customerAccount-AccountInformation-qra59 .customerAccount-AccountInformation-1PYRr .customerAccount-AccountInformation-g-kpk strong {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.13;
	letter-spacing: -.32px;
	color: #484848;
	text-transform: lowercase
}

.customerAccount-AccountInformation-qra59 .customerAccount-AccountInformation-1PYRr .customerAccount-AccountInformation-g-kpk strong:first-line {
	text-transform: capitalize
}

.customerAccount-AccountInformation-qra59 .customerAccount-AccountInformation-1PYRr .customerAccount-AccountInformation-g-kpk .customerAccount-AccountInformation-33Mn- {
	margin-top: 2px;
	font-size: 11px;
	color: #6b83fa;
	line-height: 16px;
	font-weight: 400
}

.customerAccount-AccountInformation-C1679 {
	height: 56px;
	padding: 8px 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.customerAccount-AccountInformation-C1679 .customerAccount-AccountInformation-2jMdf {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='40'height='40'fill='%23484848'%3E%3Cdefs%3E%3Cpathid='a'd='M00h16v16H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Ccirclecx='20'cy='20'r='20'fill='%23F5F5F5'fill-rule='nonzero'/%3E%3Cgtransform='translate(1212)'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M7.146.646a.5.5001.708.708L1.7077.5H15.5a.5.5001.492.41L168a.5.5001-.5.5H1.707l6.1476.146a.5.5001.057.638l-.057.07a.5.5001-.7080l-7-7a.51.51001-.135-.249A.498.49800108l.005.074A.503.50300108.012V8a.51.51001.077-.267c.02-.03.043-.06.07-.087l-.045.052a.503.503001.033-.04l.011-.012z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	height: 40px;
	width: 40px;
	cursor: pointer;
	margin-right: 16px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.customerAccount-AccountInformation-C1679 strong {
	color: #484848;
	height: 40px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -.29px;
	font-family: Inter, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.customerAccount-AccountInformation-1mZr_ .customerAccount-AccountInformation-2jMdf {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvgxmlns='http://www.w3.org/2000/svg'xmlns:xlink='http://www.w3.org/1999/xlink'width='40'height='40'fill='%23484848'%3E%3Cdefs%3E%3Cpathid='a'd='M00h16v16H0z'/%3E%3C/defs%3E%3Cgfill-rule='evenodd'%3E%3Ccirclecx='20'cy='20'r='20'fill='%23F5F5F5'fill-rule='nonzero'/%3E%3Cgtransform='translate(1212)'%3E%3Cmaskid='b'fill='%23fff'%3E%3Cusexlink:href='%23a'/%3E%3C/mask%3E%3Cgmask='url(%23b)'%3E%3Cpathd='M7.146.646a.5.5001.708.708L1.7077.5H15.5a.5.5001.492.41L168a.5.5001-.5.5H1.707l6.1476.146a.5.5001.057.638l-.057.07a.5.5001-.7080l-7-7a.51.51001-.135-.249A.498.49800108l.005.074A.503.50300108.012V8a.51.51001.077-.267c.02-.03.043-.06.07-.087l-.045.052a.503.503001.033-.04l.011-.012z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	height: 40px;
	width: 40px;
	cursor: pointer;
	margin-bottom: 16px
}

.customerAccount-AccountInformation-1mZr_ strong {
	font-size: 24px;
	line-height: 1.29;
	letter-spacing: .33px;
	font-weight: 600;
	color: #484848
}

.customerAccount-AccountInformation-1mZr_ .customerAccount-AccountInformation-1rMc4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	margin-top: 4px
}

.customerAccount-AccountInformation-1mZr_ .customerAccount-AccountInformation-1rMc4 .customerAccount-AccountInformation-t_OV2 {
	display: block;
	text-transform: lowercase;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: -.32px;
	font-weight: 600;
	color: #484848
}

.customerAccount-AccountInformation-1mZr_ .customerAccount-AccountInformation-1rMc4 .customerAccount-AccountInformation-t_OV2:first-line {
	text-transform: capitalize
}

.customerAccount-AccountInformation-1mZr_ .customerAccount-AccountInformation-1rMc4 .customerAccount-AccountInformation-1Nq-_ {
	color: #ff3000;
	background-color: #ffeae5;
	border-radius: 28px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	padding: 2px 16px
}

.customerAccount-AccountInformation-1mZr_ .customerAccount-AccountInformation-24POo .customerAccount-AccountInformation-1xwwM {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.customerAccount-AccountInformation-1mZr_ .customerAccount-AccountInformation-24POo .customerAccount-AccountInformation-1xwwM a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	font-size: 14px;
	background-color: rgba(255, 96, 0, .0784313725490196);
	color: #ff6000;
	font-weight: 600;
	min-width: 136px;
	margin-top: 12px;
	border-radius: 8px;
	text-decoration: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.customerAccount-AccountInformation-1mZr_ .customerAccount-AccountInformation-24POo .customerAccount-AccountInformation-1xwwM a:last-child {
	margin-left: 8px
}

@-webkit-keyframes customerAccount-AccountMenu-1cSoO {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

@keyframes customerAccount-AccountMenu-1cSoO {
	0 {
		opacity: 0
	}

	25% {
		opacity: .25
	}

	50% {
		opacity: .5
	}

	75% {
		opacity: .75
	}

	to {
		opacity: 1
	}
}

.customerAccount-AccountMenu-11FaD {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 224px;
	margin-right: 20px;
	font-family: Inter, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important
}

.customerAccount-AccountMenu-3Dzlu {
	display: block;
	width: 100%;
	padding: 8px
}

.customerAccount-AccountMenu-3Dzlu,
.customerAccount-AccountMenu-3Dzlu * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.address_list {
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 0
}

.how-section1 {
	margin-top: 0
}

.how-section1 .row {
	margin-top: 10%
}

.how-img {
	text-align: center;
	padding: 0 30px
}

.how-img img {
	width: 100%
}

.blog_text {
	color: #000 !important;
	font-size: 1.5rem;
	line-height: 22px
}

.blog_title {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 24px
}

.upload-proses {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 17px;
	text-align: center
}

.upload-text {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 17px;
	text-align: center
}

.no-padding {
	padding-right: 0;
	padding-left: 0
}

.business {
	background: #ff6f26;
	color: #fff !important
}

.business:hover {
	background: #d94900
}

.campaign {
	color: #fe5f01 !important
}

.croppre {
	width: 100%;
	height: 100%;
	background-color: rgba(115 115 115);
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center
}

.croppre .cropped_img {
	width: 30px !important;
	height: 30px;
	top: 40%;
	position: absolute
}

.dropzone-upload {
	width: 100%;
	margin: 20px auto;
	background: #fff
}

.dropzone-upload .dropzone-upload-form {
	height: 200px;
	border: 1px dashed #cbcbcb;
	text-align: center;
	border-radius: 8px;
	font-size: 17px;
	background: #f9f9f9;
	margin-bottom: 15px;
	position: relative
}

.dropzone-upload .dropzone-upload-form.active {
	background-color: rgba(0, 128, 0, .15)
}

.dropzone-upload .dropzone-upload-form.active p {
	color: green
}

.dropzone-upload .dropzone-upload-form input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0 !important;
	cursor: pointer;
	z-index: 999
}

.dropzone-upload .dropzone-upload-form p {
	font-size: 15px;
	color: #999
}

.dropzone-upload .dropzone-upload-result-text {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-top: 70px
}

.dropzone-upload .dropzone-upload-result-text:empty {
	display: none
}

.dropzone-upload .dropzone-upload-result-text.success {
	background: rgba(0, 128, 0, .149);
	color: green
}

.dropzone-upload .dropzone-upload-result:empty {
	display: none
}

.dropzone-upload .dropzone-upload-result .file {
	display: flex;
	padding: 15px;
	width: 100%;
	margin: 0 auto
}

.dropzone-upload .dropzone-upload-result .file:not(:last-child) {
	border-bottom: 1px solid #eee
}

.dropzone-upload .dropzone-upload-result .file .icon {
	width: 50px;
	text-align: center
}

.dropzone-upload .dropzone-upload-result .file .icon img {
	max-width: 60%
}

.dropzone-upload .dropzone-upload-result .file .file-inner {
	width: 225px;
	margin: 0 auto
}

.dropzone-upload .dropzone-upload-result .file .file-inner .title {
	font-size: 14px;
	color: #444
}

.dropzone-upload .dropzone-upload-result .file .file-inner .bar {
	height: 15px;
	border-radius: 50px;
	background: #ddd;
	margin-top: 0
}

.dropzone-upload .dropzone-upload-result .file .file-inner .bar span {
	height: 15px;
	display: block;
	border-radius: 50px;
	background: #88d841
}

.dropzone-upload .dropzone-upload-result .file .file-inner .error-text {
	font-size: 12px;
	color: red;
	padding-top: 3px;
	display: none
}

.dropzone-upload .dropzone-upload-result .file .file-inner .abort-btn {
	margin-top: 7px;
	background: transparent;
	cursor: pointer;
	color: darkred;
	text-decoration: underline;
	font-size: 12px
}

.dropzone-upload .dropzone-upload-result .file.error {
	background-color: rgba(255, 0, 0, .162)
}

.dropzone-upload .dropzone-upload-result .file.error .file-inner .error-text {
	display: block
}

.dropzone-upload .dropzone-upload-result .file.success .file-inner .abort-btn,
.dropzone-upload .dropzone-upload-result .file.error .file-inner .abort-btn,
.dropzone-upload .dropzone-upload-result .file.current .file-inner .abort-btn,
.dropzone-upload .dropzone-upload-result .file.aborted .file-inner .abort-btn {
	display: none
}

.dropzone-upload .dropzone-upload-result .file.aborted {
	background-color: rgba(255, 166, 0, .135)
}



#section_featured .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

#section_featured .slide-arrow
 {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50em;
    border: 0;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    font-size: 15px;
    line-height: 40px;
    padding: 0;
    text-align: center;
}


 .campaing-badge {
    max-width: 16rem;
    height: 6rem;
    padding: 0 2rem;
    background: #fff;
    border-radius: 1rem;
    background: rgba(255, 111, 38, .07);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2.4rem;
}

.gift-code {
        max-width: 20rem;
    display: inline-block;
    margin-right: 1rem;
    border-radius: 4px !important;
    height: 3rem;
    padding: 14px;
    font-size: 1rem;
}

.border-1 {
       border: 1px solid #e8eaeb 0.1rem!impotrant;
}
