


@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
:root {
	--h1size: 50px;
	--h2size: 40px;
	--h3size: 24px;
	--h4size: 20px;
	--h5size: 18px;
	--h6size: 16px;
	--bodysize: 16px;
	--h1height: 58px;
	--h2height: 48px;
	--h3height: 32px;
	--h4height: 28px;
	--h5height: 26px;
	--h6height: 26px;
	--bodyheight: 26px;
	--pfamily: 'Rubik', sans-serif;
	/*--pfamily: 'Poppins-Regular, sans-serif';*/
	--red: #ff3838;
	--gray: #777777;
	--text: #555555;
	--blue: #1494a9;
	--white: #ffffff;
	--chalk: #f5f5f5;
	--green: #11b76b;
	--purple: #b12fad;
	--orange: #e86121;
	--yellow: #ffab10;
	--body: #f5f6f7;
	--border: #e8e8e8;
	--heading: #39404a;
	--primary: #14504e;
	--sub-heading: #565765;
	--green-chalk: #ddffd5;
	--green-dark: #072f17;
	--gray-chalk: #cccccc;
	--intro-bg: #f8fffa;
	--facebook: #3b5998;
	--linkedin: #0e76a8;
	--twitter: #00acee;
	--google: #E60023;
	--instagram: #F77737;
	--primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	--primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}

.p-r-0{
	padding-right: 0px;
}
.p-l-0{
	padding-left: 0px;
}

.mt-b-30{
	margin: 30px 0;
}
.mt-b-20 {
	margin: 20px 0;
}
.mt-b-15 {
	margin: 15px 0;
}
.mt-b-10 {
	margin: 10px 0;
}
.mt-b-5 {
	margin-bottom: 5px;
}
.mt-10{
	margin-top: 10px;
}
.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}

.mt-40{
	margin-top: 40px;
}

.mb-10{
	margin-bottom: 10px;
}

.mb-20{
	margin-bottom: 20px;
}

.mb-30{
	margin-bottom: 30px;
}

.mb-40{
	margin-bottom: 40px;
}

.mb-50{
	margin-bottom: 50px;
}

.pt-20{
	padding-top: 20px;
}
* {
	margin: 0px;
	padding: 0px;
	outline: 0px
}

img {
	vertical-align: middle
}

a {
	text-decoration: none;
	display: inline-block
}

a:hover {
	text-decoration: none
}

ul,
ol {
	padding: 0px;
	/*list-style: none*/
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
span,
label {
	margin-bottom: 0px
}

html,
body {
	scroll-behavior: smooth
}

body {
	color: var(--text);
	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: 500;
	color: var(--heading)
}

h1 {
	font-size: var(--h1size);
	line-height: var(--h1height)
}

h2 {
	font-size: var(--h2size);
	line-height: var(--h2height);
	letter-spacing: -0.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: #79a6a3;
	text-transform: capitalize
}

input,
button {
	border: none;
	outline: none;
	background: none
}

button:focus {
	outline: none
}

@media (max-width: 575px) {
	.col {
		padding: 0px 4px
	}
}

@media (max-width: 991px) {
	.content-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.section {
	margin-bottom: 15px
}

.inner-section {
	/*margin-bottom: 40px*/
}
select.form-select.form-select-time {
	width: 100%;
}
.section-heading {
	text-align: center;
	margin-bottom: 20px
}

.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*/
		margin-bottom: 15px
	}
	.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 {
	border: none;
	margin: 0px;
	padding: 0px 15px;
	border-radius: 0px
}

.alert-info {
	text-align: center;
	margin-bottom: 30px;
	padding: 20px 20px;
	border-radius: 3px;
	background: var(--white);
	border-top: 3px solid var(--primary);
	-webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08)
}

.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: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: none;
	margin: 0px
}

.breadcrumb .active {
	color: var(--gray-chalk)
}

.breadcrumb-item {
	font-size: 18px;
	padding: 0px !important;
	text-transform: capitalize
}

.breadcrumb-item a {
	color: var(--chalk)
}

.breadcrumb-item a:hover {
	color: var(--primary);
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item::before {
	color: var(--white);
	padding: 0px 8px
}

.backdrop {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 4;
	width: 1000%;
	height: 100%;
	background: rgba(0, 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: #171e1a;
	-webkit-box-shadow: 0px 0px 15px 3px rgba(71, 254, 126, 0.5);
	box-shadow: 0px 0px 15px 3px rgb(20 86 40 / 50%);
	-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: 0px
	}
	50% {
		margin-bottom: 15px
	}
}

@keyframes mahmud {
	0% {
		margin-bottom: 0px
	}
	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 {
	border: none;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 14px 32px;
	border-radius: 6px;
	border: 2px solid var(--primary)
}

.btn:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.btn i {
	margin-right: 5px
}

.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: 0px 5px;
	margin-left: 5px;
	line-height: 18px;
	border-radius: 3px;
	letter-spacing: 0.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: 0px;
	font-size: 15px;
	line-height: 15px;
	color: var(--text);
	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: 0px 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: var(--text);
	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: 0px;
	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: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 35px 0px rgba(0, 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: var(--text);
	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: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 35px 0px rgba(0, 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: 0px;
	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 0px 5px 25px;
	color: var(--text);
	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*/
	margin-bottom: 17px
}

.form-group small {
	color: var(--gray);
	letter-spacing: 0.3px;
	padding: 0px 0px 0px 20px
}

.form-group textarea {
	height: 150px;
	padding: 12px 20px
}

.form-label {
	font-weight: 500;
	margin: 0px 0px 7px 3px;
	white-space: nowrap;
	text-transform: capitalize
}

select#exampleFormControlSelect1 {
	width: 100%;
	height: 35px;
	/* border-radius: 6px; */
	padding: 0px 2px 2px;
	/* color: #222; */
	font-size: 14px;
	border: none;
	appearance: auto;
	background: none;
}
.panel.panel-default.panel-table.panel-100 {
	width: 100%;
}

.form-control {
	width: 100%;
	height: 45px;
	border-radius: 6px;
	padding: 0px 20px 2px;
	color: var(--text);
	background: var(--chalk);
	border: 1px solid var(--border)
}

.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: none;
	background: none;
	height: 45px;
	line-height: 45px;
	padding: 5px 15px 0px;
	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: none;
	outline: none
}

.form-select {
	height: 45px;
	font-size: 15px;
	padding: 0px 16px;
	letter-spacing: 0.3px;
	background-size: 12px 10px;
	text-transform: capitalize;
	color: var(--text);
	cursor: pointer
}

.form-select:focus-within {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: 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: 0.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: 0px 20px 2px 45px
}

.form-input-group textarea {
	padding: 12px 20px 12px 45px
}

.form-input-group i {
	position: absolute;
	top: 0px;
	left: 0px;
	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: 0.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
}
.product-details-frame {
	/*background-color: #f4f6ff;*/
	padding: 10px;
}
.key-specipication{
	background: none;
}
.nav-tabs {
	border: none;
	padding: 0px 5px;
	border-radius: 6px;
	margin-bottom: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: center;
	justify-content: flex-start;
	background: #e7ffff;
}
ul.nav.nav-tabs {
	justify-content: space-between;
}
.nav-tabs li {
	padding: 0px 9px;
	/*border-right: 1px solid var(--border);*/
}

.nav-tabs li:last-child {
	/*border: none*/
}

.tab-link {
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	padding: 7px 7px;
	color: #757e7b;
	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);
	border-bottom: 2px solid #ff7701;
}

.tab-pane {
	display: none;
	padding: 0px
}

.tab-pane.active {
	display: block
}


/*****************about*********************/
.about-content h2 {
	margin-bottom: 25px
}

.about-content p {
	/*margin-bottom: 40px*/
}

.about-list {
	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
}

.about-list li {
	padding-left: 30px;
	border-left: 1px solid var(--border)
}

.about-list li:first-child {
	border-left: 0px;
	padding-left: 0px
}

.about-list li h3 {
	margin-bottom: 5px
}

.about-list li h6 {
	font-weight: 400;
	color: var(--text);
	text-transform: capitalize
}

.about-img {
	display: -ms-grid;
	display: grid;
	grid-gap: 20px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	margin-left: 50px
}

.about-img img {
	width: 100%;
	border-radius: 8px
}

.about-testimonial {
	background: url(../images/testimonial-shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0px 70px
}

.testi-content {
	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: 30px
}

.testi-img {
	margin-right: 80px;
	border-radius: 50%;
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow)
}

.testi-img img {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	border: 10px solid var(--white)
}

.testi-quote {
	width: 600px
}

.testi-quote i {
	font-size: 50px;
	color: var(--primary);
	display: inline-block;
	margin-bottom: 30px
}

.testi-quote p {
	font-size: 24px;
	line-height: 38px;
	margin-bottom: 30px
}

.testi-quote h4 {
	text-transform: capitalize;
	margin-bottom: 5px
}

.testi-quote h6 {
	font-weight: 400;
	color: var(--text)
}

.about-choose {
	margin-bottom: 75px
}

.choose-card {
	margin: 25px 15px
}

.about-brand {
	background: var(--green-chalk);
	padding: 90px 0px 100px
}

.brand-slider li {
	margin: 0px 10px;
	padding: 20px 0px;
	border-radius: 8px;
	background: var(--white)
}

.brand-slider li img {
	width: 100%
}

.team-slider li {
	margin: 0px 12px
}

.team-slider .dandik,
.team-slider .bamdik {
	top: 40%
}

@media (max-width: 575px) {
	.about-list li {
		padding-left: 15px
	}
}

@media (max-width: 767px) {
	.testi-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.testi-img {
		margin-right: 0px
	}

	.testi-quote {
		width: 100%
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.testi-img {
		margin-right: 50px
	}

	.testi-quote {
		width: 100%
	}
}

@media (max-width: 991px) {
	.about-list {
		margin-bottom: 30px
	}

	.about-img {
		margin-left: 0px
	}
}
/*****************about*********************/

@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: none
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.nav-tabs {
		padding: 25px 10px
	}
	.nav-tabs li {
		padding: 0px 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: none;
	padding: 0px;
	color: var(--text);
	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: 0px 3px
	}
}

.star-rating {
	direction: rtl;
	text-align: center;
	margin: 4px 0px;
}

.star-rating input {
	display: none
}

.star-rating input:checked~label::after {
	opacity: 1
}
.star-rating label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 0px 2px;
}

.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: 30px;
	display: block;
	color: #bbbbbb;
}
.star-rating label::after {
	content: "\ec7c";
	font-family: 'Icofont';
	font-weight: 900;
	font-size: 30px;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	color: #ff7701;
	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, .bamdik {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 40px;
	width: 75px;
	height: 250px;
	line-height: 250px;
	text-align: center;
	/* border-radius: 50%; */
	color: #ffc12e;
	/*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;
	background-color: rgba(111,104, 96, 0.4);
}

.dandik:hover, .bamdik:hover {
	color: #fff;
	background-color: rgba(234, 232, 230, 0.4);
}

.dandik {
	right: -10px
}

.bamdik {
	left: -10px
}

/*body type scroll*/


.dandik-2, .bamdik-2 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 25px;
	width: 35px;
	height: 60px;
	line-height: 60px;
	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);
	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;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	font-weight: 700;
	border-radius: 5px;
}

.dandik-2:hover, .bamdik-2:hover {
	color: #fff;
	background-color: rgba(234, 232, 230, 0.4);
}

.dandik-2 {
	right: -5px
}

.bamdik-2 {
	left: -5px
}
/*body type scroll*/

/*color*/
.slider-arrow:hover .right,
.slider-arrow:hover .left {
	visibility: visible;
	opacity: 1
}
.right, .left {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #818988;
	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;

}

.right:hover, .left:hover {
	color: #222;
	/*background-color: rgba(234, 232, 230, 0.4);*/
}

.right {
	right: -10px
}

.left {
	left: -10px
}
/*color*/

.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: 0px 5px;
	border-radius: 30px;
	cursor: pointer;
	display: inline-block;
	background: var(--primary);
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 8px 0px rgba(0, 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: 0px 6px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.slider-dots ul {
		bottom: 20px
	}
	.slider-dots ul li {
		margin: 0px 6px
	}
}

.product-add {
	width: 100%;
	font-size: 15px;
	padding: 6px 0px;
	border-radius: 6px;
	text-align: center;
	text-transform: capitalize;
	color: var(--heading);
	background: var(--border);
	text-shadow: var(-primary-tshadow);
	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: var(--text);
	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: 0px 5px;
	padding: 6px 0px;
	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 0px 0px 6px
}

thead tr th:last-child {
	border-right: none;
	border-radius: 0px 6px 6px 0px
}

tbody tr {
	border: 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: none*/
}

.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: var(--white)
}

.table-action .trash i:hover {
	color: var(--white);
	background: var(--red)
}

@media (max-width: 1199px) {
	.table-scroll {
		overflow-x: scroll
	}
}

.modal-dialog {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content
}

.modal-content {
	border: none;
	background: none;
	border-radius: 0px
}

.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: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 12px 0px rgba(0, 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;
        padding: 10px;
    }
	.modal-close {
		right: 50%;
		/*top: -45px;*/
		top: -35px;
		-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: 0px;
	width: 100%;
	height: 5px;
	z-index: -1;
	background: var(--white)
}

.order-track-item:first-child::before {
	border-radius: 50px 0px 0px 50px
}

.order-track-item:last-child::before {
	border-radius: 0px 50px 50px 0px
}

.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
	}
}

@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: 0px 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: 0px 12px
	}
	.countdown-time:first-child {
		padding-left: 0px
	}
	.countdown-time:last-child {
		padding-right: 0px
	}
	.countdown-time span {
		font-size: 35px
	}
	.countdown-time small {
		font-size: 16px
	}
}

.suggest-card {
	position: relative
}

.suggest-card::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	/*background: rgba(0, 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: rgb(79 84 81 / 20%);
}

.suggest-card img {
	width: 100%;
	border-radius: 8px
}
.suggest-card h5 {
	position: absolute;
	top: 8%;
	right: 3%;
	/* width: 100%; */
	text-align: center;
	/* -webkit-transform: translate(-50%, -50%); */
	/* transform: translate(-50%, -50%); */
	color: #222;
	font-size: 14px;
	border-radius: 5px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 5px 10px;
	background-color: #cacaca;
	text-shadow: var(--primary-tshadow);
}


.suggest-card h3 {
    position: absolute;
    bottom: 0%;
    text-align: center;
    /* vertical-align: middle; */
    /* display: inline-block; */
    /* right: 8%; */
    /* width: 100%; */
    /* text-align: center !important; */
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
    color: #222;
    font-weight: 400;
    font-size: 17px;
    left: 0;
    text-transform: capitalize;
    right: 0;
    padding: 8px 8px;
    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;
	padding: 10px 10px;
	background: var(--white);
	border-radius: 5px;
	border: 1px solid var(--white);
	box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 10%);

	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 {
	/*border-color: var(--primary);*/
	-webkit-box-shadow:  0px 1px 4px rgb(0 0 0 / 40%);
	box-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
}

.product-card:hover .product-widget {
	opacity: 1;
	bottom: 15px
}

.product-card:hover .product-add {
	color: var(--white);
	background: var(--primary)
}
/*
.product-media {
	position: relative
}*/
/*.product-media {*/
/*	margin: 0 auto;*/
/*	display: table;*/
/*}*/

.product-media {
    /* position: relative; */
    margin: 0 auto;
    display: table;
    /* border: 1px solid; */
    min-height: 175px;
    /* overflow: hidden !important; */
}

.product-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: 0px;
	left: 0px
}

.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: 0px;
	right: 0px;
	font-size: 18px;
	color: var(--gray-chalk)
}*/
.product-wish {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 18px;
	color: var(--gray-chalk);
}

.product-wish.active {
	color: var(--primary)
}
/*.product-media .product-image img {*/
/*    width: 100% !important;*/
/*    max-height: 262px !important;*/
/*}*/
.product-media .product-image img {
    width: 100% !important;
    max-height: 180px !important;
}

.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: 0px;
	left: 0px;
	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: 40px;
	height: 40px;
	font-size: 15px;
	margin: 0px 6px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	color: var(--white);
	background: var(--primary);
	text-shadow: var(-primary-tshadow);
	-webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12)
}

.product-content {
	padding-top: 12px;
	text-align: center;
	border-top: 1px solid var(--border)
}

.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: 14px;
	margin: 0px 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
}

.product-name a:hover {
	color: var(--primary)
}

.product-price {
	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: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 13px
}

.product-price del {
	color: var(--red);
	margin-right: 8px
}

.product-price span {
	color: var(--primary);
	white-space: nowrap
}

.product-price span small {
	font-weight: 400
}

.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 0px;
	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, 0.9)
}

.product-disable::after {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.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: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 15px 0px rgba(0, 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: 0px;
	left: 0px
}

.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)
}

.feature-wish {
	position: absolute;
	top: 0px;
	right: 0px;
	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: 0px;
	left: 0px;
	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: 0px 6px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	color: var(--white);
	background: var(--primary);
	text-shadow: var(-primary-tshadow);
	-webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 7px 12px 0px rgba(0, 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: 0px 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: 5px 10px 5px;
	border-radius: 8px;
	background: var(--white);
	border: 1px solid var(--border);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: self-start;;
	-ms-flex-align: self-start;;
	align-items: self-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;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	margin: 20px 0;
}

.product-standard:hover {
	/*border-color: var(--primary);*/
	-webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 15px 0px rgba(0, 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: 285px;
}*/
.standard-image img {
	width: 340px;
	max-height: 265px;
}
/*.standard-image-single img {
    width: 350px;
    max-height: 210px;
}*/
/*.standard-image-single img{
	width: 100%;
}*/
.standard-image-single img {
	width: 100% !important;
}
.standard-content-single {
	padding-left: 20px;
	padding-top: 0px;
	z-index: -2222 !important;
}

.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: 0px;
	left: 0px;
	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: 0px 6px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	color: var(--white);
	background: var(--primary);
	text-shadow: var(-primary-tshadow);
	-webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.12)
}

.standard-content {
	width: 100%;
	/* margin-left: 30px; */
	/* padding-left: 30px; */
	/* border-left: 1px solid var(--border); */
	/* padding-top: 20px; */
	margin: 30px 10px 30px 30px;
}

.standard-name {
	margin-bottom: 5px;
	text-transform: capitalize;
}

.standard-name a {
	color: #15514f;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	font-size: 1.2rem;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.standard-name a span {
	font-size: 17px;
	color: #4e505d;
	font-weight: normal;
	line-height: 20px;
	text-decoration: underline;
}
.standard-name a .title-feature {
	font-size: 15px;
	color: #4e505d;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none !important;
}

.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: #14504e;
	white-space: nowrap;
	border-right: 1px solid #14504e;
	padding: 0px 7px;
	font-size: 13px;
	font-weight: normal;
	line-height: 12px;
}
.standard-price span:first-child {
	padding-left: 0px;
}
.standard-price span:last-child {
	border: none;
}

.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: 5px 0px 0px;
}
.standard-rating i,
.standard-rating a {
	font-size: 14px;
	margin-right: 3px;
	color: #fff;
}

.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: #ff7701;
}

.standard-desc {
	margin-bottom: 5px;
	font-size: 12px;
}
.standard-action-group {
	display: -ms-grid;
	display: grid;
	margin-top: 15px;
	grid-gap: 0px;
	/* grid-gap: 5px; */
	-ms-grid-columns: (minmax(162px, 1fr))[auto-fit];
	grid-template-columns: repeat(auto-fit, minmax(144px, 1fr));
}
.pro-left-details h4 {
	font-size: 16px;
	color: #043434;
	line-height: 25px;
	font-weight: normal;
}
.pro-left-details h4 small {
	font-size: 10px;
	color: #818988;
	font-weight: normal;
	line-height: 18px;
}
.pro-left-details p {
	font-size: 12px;
	color: #798583;
	line-height: 12px;
	padding-top: 2px;
}
.pro-left-details h2 {
	font-size: 17px;
	line-height: 24px;
	color: #ff7701;
	font-weight: normal;
}

.standard-action-group .product-add,
.standard-action-group .action-input {
	padding: 10px 0px;
	letter-spacing: 0.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 0px;
	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: 0.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: var(--text);
	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: 0px 8px;
	font-size: 15px;
	line-height: 14px;
	border-radius: 5px;
	letter-spacing: 0.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 0px
	}
	.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 0px
	}
	.product-add i,
	.standard-wish i {
		display: none
	}
	.standard-action input {
		height: 38px
	}
}

.testimonial-card {
	padding: 50px 50px 0px;
	margin: 0px 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: 0px 0px 30px;
		padding: 25px 25px 0px
	}
	.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: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	text-align: center;
	background: rgba(0, 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: 0px 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: 0px 5px
	}
	.category-meta h4 {
		font-size: 17px;
		margin-bottom: 0px
	}
	.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: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	text-align: center;
	background: rgba(0, 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: 0px 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, 0.6)
}

.blog-calender span {
	line-height: 20px
}

.blog-date {
	font-size: 20px;
	font-weight: 500
}

.blog-month {
	font-size: 14px;
	letter-spacing: 0.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 0px*/
	margin-bottom: 30px;
}

.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: 4px;
	margin-top: 5px;
}

.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: 0px
}

.blog-meta li i {
	color: var(--primary);
	margin-right: 8px;
	font-size: 14px
}

.blog-meta li a, .blog-meta li span {
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	text-transform: capitalize;
	color: #4a6868;
}
.blog-meta .review-person {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	margin-right: 10px;
}
.blog-meta li a {
	color: var(--text);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}
.video-testimonial-block {
	position: relative;
	width: auto;
	/*height: 250px;*/
	height: 150px;
	overflow: hidden;
	margin-bottom: 10px;
}
.video-custom-youtube {
	position: relative;
	width: auto;
	height: 425px;
	overflow: hidden;
	margin-bottom: 10px;
}

.video-thumbnail-custom img {
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	width: 100%;
}
.video-testimonial-block .video-thumbnail {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	background-size: cover;
	top: 0;
	left: 0;
}

.video-testimonial-block .video {}

.video-testimonial-block .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px;
}

.video-testimonial-block .video-play {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -18px;
	text-decoration: none;
}

.video-testimonial-block .video-play::before {
	content: "\f144";
	font: normal normal normal 14px/1;
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 50px;
	background: #043532;
	border-radius: 50%;
	color: #fff;
}

.video-testimonial-block .video-play:hover::before {
	color: #f82c2b;
	background: #fff;
}
.video-thumbnail img{
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}

.video-testimonial-block:hover .video-thumbnail img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.blog-meta li a:hover {
	color: var(--primary)
}

.blog-title {
	font-size: 1rem;
	line-height: 22px;
	margin-bottom: 5px;
	/*text-align: justify;*/
	font-weight: 500;
}

.blog-title a {
	color: #040b1e;
	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 p{
	font-size: 13px;
	color: #8ea0a0;
}

.blog-title a:hover {
	color: var(--primary)
}

.blog-desc {
	font-size: 14px;
	line-height: 17px;
	color: var(--gray);
	margin-bottom: 10px;
}

.blog-btn {
	font-size: 13px;
	font-weight: 500;
	float: right;
	text-align: right;
	color: var(--primary);
	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-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 0px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.blog-content {
		padding: 15px 12px 0px
	}
}

.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: 0px 15px;
	border-radius: 0px 0px 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: 0px auto 30px
	}
}

.account-card {
	margin-bottom: 30px;
	border-radius: 8px;
	padding: 0px 30px 0px;
	background: var(--white)
}

.account-title {
	padding: 18px 0px;
	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;
	border-bottom: 1px solid var(--border)
}

.account-title::before {
	position: absolute;
	content: "";
	bottom: -2px;
	left: 0px;
	width: 50px;
	height: 2px;
	background: var(--primary)
}

.account-title h4 {
	text-transform: capitalize
}

.account-title button,
.account-title a {
	border: none;
	font-size: 15px;
	font-weight: 500;
	border-radius: 6px;
	letter-spacing: 0.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
}

.account-title button:hover,
.account-title a:hover {
	color: var(--white);
	background: var(--primary)
}

@media (max-width: 575px) {
	.account-card {
		padding: 0px 0px 5px;
	}
}

.profile-card {
	padding: 25px;
	border-radius: 8px;
	margin-bottom: 5px;
	background: var(--chalk);
	border: 1px solid var(--border);
	position: relative;
	cursor: pointer
}

.profile-card:hover ul {
	visibility: visible;
	opacity: 1
}

.profile-card h6 {
	color: var(--text);
	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: 50%;
	right: 15px;
	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 0px;
	 list-style: none;
}

.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 .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 {
	background: var(--green-chalk);
	border-color: var(--primary)
}

.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: 0px 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: var(--text);
	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: 0px 2.5px 30px;
	position: relative
}

.branch-card:hover::before {
	background: rgba(17, 151, 68, 0.85)
}

.branch-card:hover .branch-overlay {
	top: 50%
}

.branch-card:hover .branch-overlay p {
	opacity: 1
}

.branch-card::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(0, 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: 0px;
	width: 100%;
	padding: 0px 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: 0.3px;
	margin-bottom: 8px;
	text-transform: capitalize;
	text-shadow: var(--primary-tshadow)
}

.branch-overlay p {
	width: 200px;
	margin: 0 auto;
	letter-spacing: 0.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: 0px;
	opacity: 1
}

.team-media:hover .team-overlay a {
	padding-top: 0px
}

.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: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	opacity: 0;
	background: rgba(0, 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: 0px 5px;
	padding-top: 30px;
	text-align: center;
	border-radius: 50%;
	color: var(--text);
	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: 0px auto 50px
	}
}

.header-top {
	padding: 8px 0px;
	background: var(--primary)
}

.header-top-welcome p {
	font-size: 14px;
	color: var(--white);
	letter-spacing: 0.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: none
}

.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: 0.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: 0px auto
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header-top-welcome {
		text-align: center;
		margin-bottom: 10px
	}
}

.header-part {
	background: #14504e;
	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: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	background: #14504e;
	/*background: var(--white);*/
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 5px 15px 0px rgba(0, 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: 10px 0px
}

.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: 11px 0px;
	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-around;
	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: auto;
	height: 45px;
	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
}

.header-widget-group .header-widget {
	margin-left: 20px;
	cursor: pointer;
}

.header-widget-group .header-widget:first-child {
	margin-left: 0px
}

.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: var(--primary);*/
	text-shadow: var(--primary-tshadow)
}

.header-widget:hover span {
	color: var(--primary)
}

.header-widget img {
	width: 78px;
	 /*height: 32px; */
	/* border-radius: 50%; */
}

.header-widget i {
	width: 35px;
	height: 35px;
	font-size: 25px;
	line-height: 43px;
	text-align: center;
	display: inline-block;
	color: #e0e5e5;
	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: 0.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: -2px;
	left: 18px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
	color: var(--white);
	background: #f82c2b;
	/* border: 2px solid var(--white); */
	text-shadow: var(--primary-tshadow);
}
.country-map-name {
    /* margin-right: 20px; */
    padding-left: 10px;
}
.country-map-name h3 {
	font-size: 10px;
	color: #fff;
	line-height: 15px;
	font-weight: normal;
	text-transform: capitalize;
}
.country-map-name img {
	width: 20px;
	margin-right: 3px;
	display: inline-flex;
}
.header-cart span {
	font-size: 12px;
	margin-left: 15px;
	line-height: 20px;
	text-transform: uppercase
}

/*.header-form {
    width: 30%;

    color: #fff;
    background: #265e5b;
    margin: 0px 30px;
    border-radius: 8px;

    border: 1px solid #517d7c;
    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)*/
	color: #fff !important;
}

.header-form::placeholder {
	color: #fff !important;
}
.header-form::-webkit-input-placeholder {
	color:#fff;
	background:lightgreen;
	text-transform:uppercase;
}
.header-form input {
	width: 100%;
	height: 45px;
	font-size: 12px;
	padding-left: 15px;
	color: #ebe5e5;
	font-weight: normal;
}
.header-form button i {
	width: 45px;
	height: 45px;
	font-size: 15px;
	line-height: 45px;
	text-align: center;
	border-radius: 8px;
	color: #fff;
	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: #f82c2b
}

.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%
}

.header-user i,
.header-src i {
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: var(--text);
	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
}

.header-user i:hover,
.header-src i:hover {
	color: var(--white);
	background: var(--primary)
}

@media (max-width: 991px) {

	.country-map {
		margin-left: 20px !important;
	}
	/*.header-search {*/
	/*	display: none !important;*/
	/*}*/
	.header-content {
		padding: 10px 0px;
		/*-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*/
	}
	.header-form {
        width: 190px !important;
        margin-left: 131px !important;
    }
	.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: space-between
}

.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
}

.navbar-item {
	margin-right: 30px
}

.navbar-item:last-child {
	margin-right: 0px
}

.navbar-link {
	padding: 22px 0px;
	font-weight: 500;
	color: var(--text);
	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-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: 0px
}

.navbar-focus-list li a {
	font-weight: 500;
	color: var(--text);
	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: 0px
}

.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: 15px;
	font-weight: 500
}

@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: 0px;
	left: -320px;
	width: 280px;
	height: 100vh;
	padding: 0px;
	z-index: 5;
	background: var(--white);
	-webkit-box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 15px 0px 25px 0px rgba(0, 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: 0px
}

.nav-header {
	padding: 15px 0px;
	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: var(--text);
	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: 0px 18px;
	overflow-y: scroll;
	max-height: calc(100vh - 100px)
}

.nav-btn {
	width: 100%;
	padding: 50px 0px;
	margin-bottom: 20px;
	text-align: center;
	background: var(--chalk)
}

.nav-btn .btn {
	font-size: 14px;
	padding: 12px 28px;
	letter-spacing: 0.3px
}

.nav-btn .btn i {
	font-size: 14px
}

.nav-profile {
	width: 100%;
	text-align: center;
	padding: 18px 0px 0px
}

.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: 0px;
	margin: 0px;
	border: none
}

.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: var(--text);
	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 0px;
	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: 0px
}

.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: 70px;
	right: -450px;
	width: 400px;
	height: 100vh;
	z-index: 5;
	background: var(--white);
	-webkit-box-shadow: -15px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: -15px 0px 25px 0px rgba(0, 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: 0px
}

.cart-header.cart-header-user {
	/*border: none;*/
}
.cart-sidebar-account {
    position: fixed;
    top: 60px;
    right: -450px;
    width: 230px;
    /*padding: 0px 10px 0px 0px;*/
    /*height: 60vh;*/
    z-index: 5;
    background: var(--white);
    -webkit-box-shadow: -15px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    border-radius: 10px;
    border: 1px solid #ececec;
}

.cart-sidebar-account.active {
	right: 40px
}
.profile-right a{
	font-size: 14px;
}

.cart-header {
	padding: 10px 15px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid var(--border);
}
.cart-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: space-around;
	-ms-flex-align: space-around;
	align-items: space-around;
	-webkit-box-pack: space-around;
	-ms-flex-pack: space-around;
	/* justify-content: space-around; */
}
.profile-right {
	padding-left: 15px;
}

.cart-total i {
	font-size: 20px;
	margin-right: 8px;
	color: var(--primary)
}

.cart-total img{
	width: 40px;
	border-radius: 50%;
}
.cart-total span {
	font-weight: 500;
	color: var(--primary);
	text-transform: capitalize;
	text-align: left !important;
	display: block;
}

.cart-close {
	position: absolute;
	top: 2%;
	left: -15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cart-close i {
	width: 30px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	color: var(--text);
	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: 0px 15px;
	max-height: calc(100vh - 210px);
	overflow-y: scroll
}

.cart-item {
	/*padding: 15px 0px;*/
	padding: 5px 0px;
	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: none
}

.cart-media {
	position: relative;
	margin-right: 25px
}

.cart-media a img {
	width: 100px;
	border-radius: 8px
}

.cart-media button {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(0, 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, 0.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 0px;
	text-align: center;
	-webkit-box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px -3px 7px 0px rgba(0, 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: 0px 7px 13px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 7px 13px 0px rgba(0, 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: 0px 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: 5px 0px;
	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: 0.3px;
	text-align: center;
	text-transform: capitalize;
	color: var(--white)
}

.checkout-price {
	padding: 0px 25px;
	letter-spacing: 0.3px;
	color: var(--white);
	border-left: 1px solid var(--border)
}

@media (max-width: 450px) {
	.cart-sidebar {
		right: 0px;
		width: 100%;
		height: 100vh;
		-webkit-transform: scale(0);
		transform: scale(0);
		margin: 80px 0px 0px;
		border-radius: 15px 15px 0px 0px;
		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;*/
		top: -30px;
		bottom: inherit;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-radius: 50px 50px 0px 0px;
		-webkit-box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px -8px 10px 0px rgba(0, 0, 0, 0.15)
	}
	.cart-list {
		max-height: calc(100vh - 290px)
	}
	.cart-media a img {
		width: 80px
	}
}

.category-sidebar {
	position: fixed;
	top: 0px;
	left: -320px;
	width: 280px;
	height: 100vh;
	z-index: 5;
	background: var(--white);
	-webkit-box-shadow: 15px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 15px 0px 25px 0px rgba(0, 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: 0px
}

.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: var(--text);
	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: 0px 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: var(--text);
	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: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
	background: var(--white);
	border-radius: 10px 10px 0px 0px;
	-webkit-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -5px 15px 0px rgba(0, 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 0px;
	border-radius: 8px;
	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: var(--text);
	text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}

.mobile-menu a span,
.mobile-menu button span {
	font-size: 10px;
	line-height: 12px;
	color: var(--text);
	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-view {
	/*max-width: 1000px;*/
	width: 500px;
	border-radius: 8px;
	background: var(--white)
}
.pro-custom-modal {
	/* max-width: 1000px; */
	width: 500px;
	border-radius: 0px;
	background: var(--white);
	padding: 25px;
}

.filter-view {
	width: 900px !important;
	border-radius: 8px;
	background: var(--white);
	padding: 60px 20px;
}
.view-gallery {
	margin: 15px 10px;
	position: relative;
	width: 41%;
	/*border: 1px solid #e5e0e0;*/
	padding: 9px;
	border-radius: 5px;
}

.view-label-group {
	position: absolute;
	top: 0px;
	left: 0px;
	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: 0px
}

.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: 0px
}

.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: 0.3px;
	text-transform: capitalize;
	color: var(--text);
	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: var(--text);
	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 0px 15px
}

.view-add-group .product-add,
.view-add-group .action-input {
	height: 46px;
	line-height: 46px;
	letter-spacing: 0.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 0px;
	border-radius: 8px;
	color: var(--text);
	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: 0.5px;
	text-transform: uppercase
}

.view-wish.active {
	color: var(--white);
	background: var(--primary)
}

.preview-slider {
	/*margin-bottom: 20px*/
}

.banner-image img{
	width: 100%;
}
.view-gallery .color-slider li img {
	/* width: 285px; */
	width: auto;
	margin-bottom: 10px;
}
.preview-slider li img {
	/*width: 100%;*/
	/*border-radius: 8px*/
}

/*.slick-list.draggable {
    padding: 0px 30px !important;
}*/
.thumb-slider li {
	margin: 0px 0px !important;
	cursor: pointer
}
/*.thumb-slider li {
    margin: 0px 5px;
    cursor: pointer;
    background: #222;
    width: 10px !important;
    height: 10px;
    border-radius: 50%;
}*/
.thumb-slider li {
	margin: 0px 0px !important;
	cursor: pointer;
	width: 14px !important;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.thumb-slider li .color-pro {
	background: #bf0c0c;
	width: 12px !important;
	height: 12px;
	width: 100%;
	border-radius: 4px;
	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: 0px 0px 10px
	}
}

@media (max-width: 767px) {
	.product-view {
		max-width: 480px
	}
}

.countdown-part {
	padding: 80px 0px;
	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: 0px;
	left: 0px
}

.countdown-off span {
	display: block;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: var(--white)
}

@media (max-width: 767px) {
	.countdown-part {
		padding: 60px 0px
	}
	.countdown-img {
		margin-top: 30px
	}
}

.news-part {
	background-size: cover !important;
	padding: 70px 0px;
	position: relative;
	z-index: 1
}

.news-part::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(6, 23, 56, 0.8)), to(rgba(17, 151, 68, 0.8)));
	background: linear-gradient(to right, rgba(6, 23, 56, 0.8), rgba(17, 151, 68, 0.8));
	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%;
	padding: 0px;
	border-radius: 5px;
	background: #2c5c5c;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #8cb4b3;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.news-form input {
	width: 100%;
	height: 50px;
	padding: 0px 20px;
	line-height: 50px
}

.news-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #80a7a6;
	opacity: 1; /* Firefox */
}

.news-form button span {
	width: 110px;
	font-size: 14px;
	font-weight: 500;
	padding: 12px 0px;
	border-radius: 0px 5px 5px 0px;
	text-align: center;
	display: inline-block;
	text-transform: capitalize;
	color: var(--white);
	background: #6166de;
	/* background: var(--primary); */
}
.news-form button span i {
	margin-right: 5px
}

@media (max-width: 575px) {
	.news-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width: 767px) {
	.news-text {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) {
	.news-part {
		padding: 50px 30px 60px
	}
	.news-part .container-fluid {
		padding: 0px
	}
}

.intro-part {
	padding: 40px 0px;
	/*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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	/*background: #ebe8e8;*/
	align-items: flex-start;
	-webkit-box-pack: start;
	padding: 8px 10px;
	-ms-flex-pack: start;
	border: 1px solid #ccc;
	justify-content: flex-start;
}
.intro-wrap:hover .intro-icon i {
	color: var(--white);
	background: var(--primary)
}

.intro-icon {
	margin-right: 20px;
	vertical-align: middle;
	padding-top: 10px;
}

.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: 15px;
	/* margin-top: 13px; */
	text-transform: initial;
	font-size: 18px;
	font-weight: 500;
}
.intro-content h5 a{
	color: #2368cb;
}

.points {
	background-color: #178fc9;
	padding: 3px 7px 3px 5px;
	border-radius: 3px;
	font-weight: normal;
	font-size: 15px;
	font-style: italic;
	text-align: center;
	color: #fff;
}

.intro-content p {
	font-size: 15px;
	line-height: 22px
}

.intro-wrap-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	/* background: #ebe8e8; */
	align-items: flex-start;
	-webkit-box-pack: start;
	padding: 15px 15px;
	-ms-flex-pack: start;
	border: 1px solid #ccc;
	border-radius: 7px;
	margin-bottom: 25px;
	justify-content: flex-start;
}
.intro-wrap-2:hover .intro-icon i {
	color: var(--white);
	background: var(--primary);
}
@media (max-width: 767px) {
	/*.intro-part {
		padding: 60px 0px 30px
	}*/
	.intro-part {
		padding: 0px 0px 10px;
	}
	.intro-wrap {
		margin-bottom: 30px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.intro-part {
		padding: 80px 0px 50px
	}
	.intro-wrap {
		margin-bottom: 30px
	}
}

.footer-part {
	padding: 40px 0px;
	background-color: #115b5a;
	-webkit-box-shadow: 0px 5px 14px -2px #064242;
	box-shadow: 0px -5px 14px 1px #064242;
}
.footer-widget {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%
}

.footer-logo {
	margin-bottom: 25px
}

.footer-logo img {
	width: 180px
}

.footer-desc {
	margin-bottom: 30px;
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.4rem;
}

.footer-social li {
	display: inline-block;
	margin-right: 7px
}

.footer-social li:last-child {
	margin-right: 0px
}

.footer-social li a {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	background: #2e5e5e;
	color: #fff;
	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;
}

.footer-social li a:hover {
	color: var(--white);
	background: #27bbb9;
}

/**/
.ribbon {
	z-index: 100;
	top: 10px;
	font-size: 11px;
	line-height: 20px;
	padding: 4px 14px;
	font-weight: 700;
}
.blue.ribbon {
	background-color: transparent;
}
.ribbon span {
	position: relative;
	z-index: 100;
	margin-right: 11px;
}
.blue.ribbon:after {
	border-top-color: #407AC5;
}
/*.ribbon:after {
    content: "";
    display: inline-block;
    border-top-width: 28px;
    border-top-style: solid;
    border-left: 0px;
    border-right: 14px solid transparent;
    height: 0;
    min-width: 68px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/
.product-item-holder .ribbon {
	position: absolute;
}
.blue {
	background-color: #407AC5;
	color: #222;
}
/**/

/*.box-header-menu {
    background: linear-gradient(90deg,#c467f5,#53f3ff);
    position: relative;
    margin: 20px
}
.box-header-menu::before {
    content: '';
    border-width: 0 0 63px 75px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    position: absolute;
    bottom: 0;
    left: 0;
}*/



.footer-title {
	margin-bottom: 15px;
	/* letter-spacing: -0.3px; */
	text-transform: capitalize;
	color: #fff;
	font-size: 1.1rem;
	font-weight: normal;
}

.footer-widget.contact {
	margin-left: 0px
}

.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: 0px
}

.footer-contact li i {
	font-size: 30px;
	margin-right: 15px;
	color: var(--primary)
}

.footer-contact li p span {
	display: block
}

.footer-links {
    display: -ms-grid;
    display: grid;
    /* grid-gap: 50px; */
    -ms-grid-columns: 1fr 1fr;
    /* grid-template-columns: 1fr 1fr; */
}

.footer-links ul li {
    margin-bottom: 0px;
    display: block;
    list-style: none;
}

.footer-links ul li:last-child {
	margin-bottom: 0px
}

.footer-links ul li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 0.8rem;
	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: #27bbb9;
	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-copy {
	width: 100%;
	background: #115b5a;
	-webkit-box-shadow: 0px 5px 14px -2px #064242;
	box-shadow: 0px -2px 10px 0px #064242;
}

.footer-bottom {
	padding: 15px 30px 15px;
	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: var(--white)
}

.footer-copytext a {
	color: var(--green-chalk)
}

.footer-copytext a:hover {
	text-decoration: underline
}

.footer-card a {
	margin-left: 10px
}

.footer-card a img {
	width: 50px;
	border-radius: 3px
}

@media (max-width: 768px) {
	.footer-part .container-fluid {
		padding: 0px 25px
	}
	.footer-widget.contact {
		margin-left: 0px
	}
}

@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: 5px 15px 10px;
        -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: 0px 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: 0px
}

.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: 0px;
	width: 50px;
	height: 2px;
	background: var(--primary)
}

.blog-widget-form {
	position: relative
}

.blog-widget-form input {
	width: 100%;
	height: 45px;
	padding: 0px 15px 0px 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: 0px;
	left: 0px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: var(--white);
	background: var(--primary);
	border-radius: 8px 0px 0px 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: 0px;
	padding: 0px;
	border: none
}

.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: 0px;
	padding: 0px;
	border: none
}

.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: var(--text);
	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: 0px 8px 12px 0px
}

.blog-widget-tag li a {
	font-size: 14px;
	padding: 5px 12px;
	border-radius: 3px;
	color: var(--text);
	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: 0px
	}
}

.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: 0px 5px
}

.shop-filter ul li a {
	width: 40px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: var(--text);
	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;
	background: var(--white);
	border: 1px solid var(--white)
}

.shop-widget:last-child {
	margin-bottom: 0px
}

.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 0px;
	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 0px
}

.shop-widget-group input {
	width: 100%;
	height: 45px;
	border-radius: 5px;
	background: var(--chalk);
	text-align: center
}

/*.shop-widget-list {
	margin: 18px 0px 20px
}*/
.shop-widget-list {
	margin: 10px 0px 10px;
}
.btn-last-qus{
	margin-left: 10px;
}
.shop-widget-list li {
	/*margin-bottom: 12px;*/
	margin-bottom: 5px;
	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: 0px
}

.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;
	font-size: 14px;
	font-weight: normal;
}

.shop-widget-content label i {
	font-size: 15px;
	margin-left: 8px;
	color: var(--gray)
}

.shop-widget-content label i:first-child {
	margin-left: 0px
}

.shop-widget-content label i.active {
	color: var(--yellow)
}

.shop-widget-number {
	font-size: 14px;
	font-weight: normal;
}
.shop-widget-search {
	width: 100%;
	height: 40px;
	padding: 0px 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: 136px;*/
	/*overflow-y: scroll;*/
	padding-right: 10px;
}
/*.single-banner {
	background-size: cover !important;
	padding: 100px 0px;
	text-align: center;
	position: relative;
	z-index: 1
}*/
.single-banner {
	background-size: cover !important;
	padding: 30px 0px;
	/* text-align: center; */
	position: relative;
	/*border: 1px solid #ccc;*/
	z-index: 1;
}

/*.single-banner::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(6, 23, 56, 0.6)), to(rgb(118 137 125 / 60%)));
    background: linear-gradient(to left, rgba(6, 23, 56, 0.6), rgb(41 129 74 / 60%));
    z-index: -1;
}*/

/*.single-banner::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgb(116 76 76 / 60%), rgb(151 8 17));
    z-index: -1;
}*/

.single-banner::before {
	position: absolute;
	content: "";
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	/* background: -webkit-gradient(linear, right top, left top, from(rgb(34 67 131 / 60%)), to(rgb(11 92 40 / 60%))); */
	background: linear-gradient(to left, rgb(116 76 76 / 60%), rgb(36 86 77));
	z-index: -1;
}

.single-banner h2 {
    font-size: 38px;
    margin-bottom: 15px;
    color: var(--white);
    padding-left: 20px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
	.single-banner {
		padding: 20px 0px
	}
	.single-banner h2 {
		font-size: 22px !important;
		margin-bottom: 0px
	}
	
	.select-compare-pro {
        padding: 8px 5px !important;
    }
    .cd-features-list li {
        padding: 15px 5px !important;
    }
    .standard-rating .rating-bg {
        font-size: 13px !important;
        padding: 0px 5px !important;
    }
    .cd-products-table .top-info {
        padding: .25em .2em !important;
       
    }
    .add-vehicle-filter {
        padding: 10px 0px !important;
    }
    .intro-content h5 {
        font-size: 15px !important;
    }
    .btn-upload {
        padding: 5px 2px !important;
        border-radius: 3px;
        line-height: 15px;
        font-size: 12px !important;
        height: 40px !important;
    }
    .container-upload .upload-box .content .upload-icon img {
        width: 80% !important;
    }
    .strory-card-img {
        width: 100px;
        max-height: 100px;
    }
	
}

.pro-filter-bg{
	background-color: #f8fefe;
}
.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;
	border: 1px solid #e5dada;
	padding: 3px 10px;
	margin-bottom: 25px;
}

.filter-short {
	width: 290px;
	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: 16px;
	font-weight: normal;
	margin-right: 8px;
	white-space: nowrap;
	text-transform: capitalize;
}

.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: var(--text);
	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: var(--text)
}

@media (max-width: 575px) {
	.bottom-paginate {
		margin-bottom: 5px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.page-info {
		margin-bottom: 2px;
		font-size: 13px;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.bottom-paginate {
		margin-bottom: 30px
	}
}



/*****************/


.shape-title-left {
	background-image: url('../images/title-shape-left.png');
	background-repeat: round;
}
.shape-title-left h2 {
	font-size: 1.2rem;
	color: #010522;
	line-height: 40px;
	padding-left: 20px;
	text-transform: capitalize;
	font-weight: normal;
}

.shape-title-right {
	background-image: url('../images/title-shape-right.png');
	background-repeat: round;
}
.shape-title-right h2 {
	font-size: 1.2rem;
	color: #010522;
	line-height: 40px;
	padding-left: 20px;
	text-transform: capitalize;
	text-align: center;
	font-weight: normal;
}
.shape-title-right h2 a{
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
	transition: 0.5s;
}
.shape-title-right h2 a:hover{
	color: #f72c2b;
}
.main-title {
	width: 100%;
	overflow: hidden;
	margin: 15px 0px;
	background-color: #e4e6f2;
}
.main-title.more-icon.mt-b-5 {
	margin-top: 0px;
}
.upcoming-motor-wrapper.mt-b-5 {
	margin-bottom: 0px;
}
.main-title h2 {
	font-size: 1.2rem;
	color: #010522;
	line-height: 40px;
	padding-left: 20px;
	text-transform: capitalize;
	font-weight: normal;
	width: 100%;
}

.main-title.more-icon {
	display: flex;
	justify-content: space-between;
}

a.view-toggle {
	color: #39404a;
	cursor: pointer;
	width: 100%;
	padding-right: 20px;
	font-size: 1.2rem;
}

.view-toggle i {
	float: right;
	font-size: 24px;
	/*padding-top: 10px;*/
}
a.view-toggle-2 {
	color: #39404a;
	cursor: pointer;
	width: 100%;
	padding-right: 20px;
	font-size: 1.2rem;
}
a.view-toggle-2.view-brand i {
	padding-top: 0px;
}
ul.nav.nav-tabs.nav-pro-manage.sel-nav-cus {
	justify-content: left;
}
.view-toggle-2 i {
	float: right;
	font-size: 24px;
	/*padding-top: 10px;*/
}
#target {
	display:none;
}
#target-2 {
	display:none;
}

#target-sell {
	display:none;
}
.pro-category {
	/*padding: 15px 0;*/
}
a.animated.btn-1-font-14.btn-paypol.btn-expert {
	background-color: #e4f7f0;
	color: #14504e;
}
.chg-behicel-btn {
	font-size: 13px;
	color: #0a58ca !important;
	text-decoration: underline;
}
.chg-behicel-btn:hover {
	text-decoration: underline;
}
.add-behicle-btn{
	text-decoration: none;
}
.pro-cat-list-wrapper {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    justify-content: flex-start;
    flex-flow: wrap;
    /* height: auto; */
    /* background-color: #00A4BD; */
}

.pro-cat-list-wrapper .cat-list {
	/* width: 107px; */
	margin: 6px;
	/* flex: 1 1 200px; */
	border-radius: 5px;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
	/* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
	transition: 0.5s;
	flex-basis: 8%;
}

.pro-cat-list-wrapper .cat-list:hover {
	border-color: var(--primary);
	-webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
}
.cat-list img {
	width: 90px;
	height: 85px;
	margin: 0 auto;
	padding: 20px;
	display: block;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}

.cat-list img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


/*****brand List */
.brand-list-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-flow: wrap;
}
.brand-list-wrapper .brand-list-vehicle {
	margin: 6px;
	/*flex: 1 1 90px;*/
	border-radius: 5px;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
	transition: 0.5s;
	flex-basis: 11.1%;
}

.brand-list-wrapper .brand-list-vehicle:hover {
	border-color: var(--primary);
	-webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
}
.brand-list-vehicle img {
	width: 90px;
	height: 85px;
	margin: 0 auto;
	padding: 20px;
	display: block;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}

.brand-list-vehicle img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
/*****brand List */




/**/
.product-all-box {
	width: 100%;
	overflow: hidden;
	background-color: #14504e;
	padding: 20px 10px;
	/* margin: 5px 0px; */
}
.pro-card {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 0px 20px 20px 20px;
	transition: 0.5s all;
}
.pro-card:hover {
	box-shadow: 4px 4px 4px rgba(58, 105, 243, 0.3);
	-webkit-transform: translate(0, -8px);
	-moz-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	-o-transform: translate(0, -8px);
	transform: translate(0, -8px);
	box-shadow: 0 2px 29px rgb(163 150 150);
}


.pro-card-2 {
	overflow: hidden;
	background-color: #fff;
	padding: 0px 20px 20px 20px;
	transition: 0.5s all;
	margin: 0 7px !important;
}
.pro-card-2:hover {
	box-shadow: 4px 4px 4px rgba(58, 105, 243, 0.3);
	-webkit-transform: translate(0, -8px);
	-moz-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	-o-transform: translate(0, -8px);
	transform: translate(0, -8px);
	box-shadow: 0 2px 29px rgb(163 150 150);
}

.pro-card-title {
	padding: 10px 0px;
}

.pro-card-title h2 {
	font-size: 16px;
	text-align: left;
	text-transform: uppercase;
	color: #14504e;
	/* padding: 0px 0 8px 0; */
	font-weight: 500;
	transition: 0.5s;
}
.pro-card-title h2:hover {
	color: #222;
}
.pro-card-title h2 a {
	color: #14504e;
	font-size: 16px;
	text-decoration: none;
	font-weight: 500;
	text-align: left;
}
.pro-card-title h2 a:hover{
	color: #222;
}
.pro-card-pic img {
	width: 100%;
	max-height: 380px !important;
}


/*************Upcoming motor bike***********/

.upcoming-motor-box {
	width: 100%;
	overflow: hidden;
	background-color: #14504e;
	padding: 20px 10px 10px 10px;
	margin: 20px 0px 0px;
}

/**************/
.footer-service-list {
	width: 100%;
	background-color: #115b5a;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 14px -2px #064242;
	box-shadow: 1px 1px 0px 0px #064242;
}

.service-list {
	padding: 4px 0;
}
.service-list ul {
	margin: 0 auto;
	/* display: block; */
	text-align: center;
}
.service-list ul li {
	border: 1px solid #579594;
	border-radius: 3px;
	display: inline-block;
	margin: 10px;
	padding: 4px 15px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}
.ser-box {
	margin-top: 0px;
	display: flex;
}

.service-list ul li:hover {
	border-color: #fff;
	-webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
}
.service-list ul li a img {
	margin-right: 10px;
	width: 25px;
}
.ser-box p {
	color: #fff;
	margin: 0px;
	display: inline-flex;
}


/**********************/


.side-bar {
	top: 80px;
	left: 17px;
	/*z-index: -8888 !important;*/
	position: fixed;
	height: 100%;
}
/*.side-bar-icon-box {
    text-align: center;
    padding: 5px 10px;
    margin: 15px 0px;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 5px;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
}
*/.side-bar-icon-box {
	  border-radius: 5px;
	  box-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
	  width: 62px;
	  height: 62px;
	  text-align: center;
	  padding: 2px 2px;
	  margin: 15px 0px;
	  cursor: pointer;
	  transition: 0.5s;
  }
.side-bar-icon-box:hover{
	background-color: #dce5e5;
	outline: none;
}

.header-menu {
	margin: 0px 25px 0px 19px;
}
.select-bike {
	margin-left: 10px;
}

.header-menu a {
	color: #fff;
	font-weight: normal;

}
.header-menu .fa {
	font-size: 45px;
	font-weight: normal;
}

/*.side-bar-icon-box:hover{
	background-color: #ecfefe;
}*/

.side-icon-img h3 {
	font-size: 25px;
	color: #1b4343;
	text-align: center;
	font-weight: 700;
	padding-top: 3px;
}
.side-icon-img img {
	width: 30px;
	height: auto;
}
.side-bar-icon-box  h2 {
	font-size: 11px;
	text-align: center;
	color: #0d4947;
	line-height: 11px;
	font-weight: normal;
	padding-bottom: 5px;
	/*display: none;*/
}

/*select icon*/

.selectbox-custom {
	position: relative;
}

.selectbox-custom::before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1.0rem;
	width: 0;
	height: 0;
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
}

.sel-val-cus {
	border: 1px solid #fff;
	border-radius: .25rem;
	padding: .5rem 1.9rem .5rem .5rem;
	display: flex;
	outline: 0;
	cursor: pointer;
	appearance: none;
	background: none;
	color: #fff;
	border: none;
}
.sel-val-cus option {
	color: #222;
}
.sel-val-cus-2 option {
	color: #222;
}
.sel-val-cus:focus-within {
	color: #fff;
	/*background: #ccc;*/
}
.country-map {
	margin-left: 40px;
}

/*language*/
.selectbox-custom-lan{
	position: relative;
}
.selectbox-custom-lan::before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 5rem;
	width: 0;
	height: 0;
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
}
.sel-val-cus-lan {
    /* border: 1px solid #fff; */
    /* border-radius: .25rem; */
    /* padding: .1rem 2rem .1rem .0rem; */
    /* display: flex; */
    font-size: 13px;
    text-align: left;
    line-height: 20px;
    outline: 0;
    cursor: pointer;
    appearance: none;
    background: none;
    color: #fff;
    border: none;
    padding: 3px 10px;
    width: 100%;
}


.sel-val-cus-lan option {
    color: #222;
    padding: 15px 20px !important;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}

.selectbox-custom-2 {
	position: relative;
}

.selectbox-custom-2::before {
	content: '';
	position: absolute;
	top: 60%;
	margin-top: -3px;
	right: 2.2rem;
	width: 0;
	height: 0;
	border: solid white;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
}

.sel-val-cus-2 {
	border: 1px solid #fff;
	display: flex;
	outline: 0;
	cursor: pointer;
	appearance: none;
	background: none;
	font-size: 10px;
	color: #fff;
	border: none;
}


.sel-val-cus:active {
	color: #222;
}

.heder-center-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;
}
a.header-microphone {
	/*margin: 0 22px 0 0px;*/
}
.heder-center-widget .ion-ios-mic-outline {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	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;
}
.add-vehicle-header .ion-ios-plus-empty {
	font-size: 23px;
	/* line-height: 40px; */
	text-align: center;
	display: inline-block;
	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;
	margin: 0 22px 0 0px;
	width: 33px;
	padding: 5px;
	height: 33px;
	line-height: 13px;
	border-radius: 5px;
	border: 1px solid #fff;
}

.suggest-card {
	position: relative;
	margin: 15px 0;
}

.brand-wrap .suggest-card {
	position: relative;
	margin: 3px 6px;
}
/*************Stories & Review***************/

.tours {
	display: flex;
	padding: 0;
	flex-flow: row wrap;
	align-content: center;
	align-items: stretch;
	justify-content: center;
}
.tours > .tourcard {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	/* flex: 0 1 360px; */
	margin: 15px 0px;
	padding: 0;
}
.tours > .tourcard:hover {
	background: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.5);
	cursor: pointer;
}
.tours > .tourcard figure {
	margin: 0;
	padding: 0;
	position: relative;
	flex: 1;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
	width: 100%;
}
.tourpic {
	background: #444;
	position: relative;
}
.tourbtn {
	margin: 0;
	padding: 0;
}
.tourbtn:after {
	clear: both;
}
.tours > .tourcard figure .tourpic img {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%;
	max-height: 450px;
	height: auto;
	margin: 0;
	padding: 0;
	/*border-radius: 5px;*/
	/* opacity: .50; */
}
.story-title {
	text-decoration: none;
	color: #fff;
	font-size: 21px;
	padding-bottom: 10px;
	transition: 0.5s;
}
.story-title:hover {
	color: #f00;
}

.story-title a{
	text-decoration: none;
	color: #fff;
	font-size: 21px;
	padding-bottom: 10px;
}

.tours > .tourcard:hover figure .tourpic img {
	opacity: 0.9;
}
.tours > .tourcard figure .tourpic .tourcat {
	color: #fff;
	font-size: .8em;
	padding: 3px 5px;
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	bottom: 15px;
}
.tourday  img {
	border-radius: 5px;
	opacity: 0.9;
}
.tours>.tourcard figure .tourpic .tourday {
	/* text-transform: uppercase; */
	color: #fff;
	/* font-size: .8em; */
	position: absolute;
	left: 15px;
	top: 15px;
	/* padding: 3px 5px; */
}
.tours > .tourcard figure .tourpic .tourday.hot {
	/* background: #000; */
	/* background: red; */
	/* background: -webkit-linear-gradient(0deg,red,orange); */
	/* background: linear-gradient(90deg,red,orange); */
	/* background-size: 200% 200%; */
	/* -webkit-animation: hot 10s ease infinite; */
	-moz-animation: hot 10s ease infinite;
	-o-animation: hot 10s ease infinite;
	animation: hot 10s ease infinite;
}
.tours > .tourcard figure .tourbtn {
	background: transparent;
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	align-content: center;
}
.tours > .tourcard figure .tourbtn a {
	flex: 1;
}
.tours > .tourcard figure figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	bottom: 0;
	right: 0;
	padding: 15px;
	margin: 0 0 10px;
	display: flex;
	flex-flow: column nowrap;
	color: white;
}
.entry-title a{
	color: #fff !important;
}
figcaption h3 a {
	text-decoration: none;
	color: white;
	font-size: 14px;
	font-weight: normal;
}
.description {
	/* opacity: 0;
    display: none;*/
	font-size: 12px;
	line-height: 18px;
}
.tourprice {
	/* opacity: 0;
    display: none;*/
	font-size: .8em;
}
.currency {
	font-weight: 300;
}
.currency a {
	font-size: 15px;
	color: #fe0000;
	transition: 0.5s;
}.currency a:hover {
	 color: #6166de;
 }
.currency a >i {
	padding:5px 10px 0px 0px;
}
.story-icon{
	font-size: 15px;
	color: #6166de !important;
	transition: 0.5s;
}
.story-icon:hover{
	color: #f00 !important;
}
.price {
	font-size: 2em;
	font-weight: 300;
}
.tourcard:hover figure figcaption .description,
.tourcard:hover figure figcaption .tourprice {
	display: block;
	opacity: 1;
}

.motor-story-wrapper {
	width: 100%;
	background: #6f9190;
	padding: 15px 10px;
	margin: 20px 0;
}



/**********************Product Filter******************/
.multi-pro-filter {
    margin-top: -1px;
}

.multi-pro-filter-bg {
	position: relative;
	background: #061939;
	width: 100%;
	padding: 21px 0;
}
/*search box css start here*/
.search-sec{
	padding: 2rem;
}
.search-slt{
	display: block;
	width: 100%;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #55595c;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	height: calc(3rem + 2px) !important;
	border-radius:0;
}
.wrn-btn {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	height: calc(2.69rem + -3px) !important;
	border-radius: 0;
	background-color: #2c3c56;
	color: #fff;
	border: 1px solid #cddd;
	transition: 0.5s;
}
.wrn-btn:hover{
	background-color: #14504e;
	color: #f82c2b;
}
@media (min-width: 992px){
	.search-sec{
		position: relative;
		background: #061939
	}
}

@media (max-width: 992px){
	.search-sec{
		background: #1A4668;
	}
}

.form-select-filter {
	border-radius: 0px;
	border: 1px solid #b7c2d6;
	border-right: 0px;
	color: #b7c2d6;
	/* background-color: #c3c3c3; */
	background-image: url('../images/icon/select.png') !important;
}
.form-select-filter option{
	background: #061939;
	color: #fff;
}
.form-select-filter-no-border {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	background-color: none;
	/* background: none; */
}

.breadcrumb-box {
	background-color: #f3eaea;
}
.top-page-link{
	padding: 10px 20px;
}
.top-page-link ol {
	font-size: 15px;
	line-height: 20px;
	color: #0d3131;
	display: flex;
}
.top-page-link ol li{
    list-style: none;
}
.top-page-link ol a{
	font-size: 15px;
	line-height: 20px;
	color: #0d3131;
	transition: 0.5s;
}
.top-page-link ol a:hover{
	color: #f82c2b;
}
.active-page{
	padding-left: 10px;
	font-size: 15px;
	line-height: 20px;
	color: #0d3131;
}



/**/

.category-box-card {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 10px 0;
}

.category-box-card img{
	width: 100%;
	overflow: hidden;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}
.category-box-card:hover .category-box-card img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.category-box-card h2 {
	color: #0c0c0e;
	font-weight: 400;
	font-size: 18px;
	text-transform: capitalize;
	/* padding: 8px 8px; */
	text-shadow: var(--primary-tshadow);
	position: absolute;
	/* z-index: 2; */
	text-align: center;
	left: 0;
	right: 0;
	top: 0px;
}
.category-box-card h2:hover{
	color: #f00;
}
.category-box-card h4 {
	color: #969799;
	font-weight: 400;
	font-size: 14px;
	/* text-transform: capitalize; */
	padding: 8px 8px;
	/* text-shadow: var(--primary-tshadow); */
	position: absolute;
	/* z-index: 2; */
	text-align: center;
	left: 0;
	right: 0;
	top: 25px;
}

.filter-label .ion-ios-settings {
	font-size: 21px;
	font-weight: 700;
	padding-right: 10px;
}
.standard-rating .rating-bg {
	font-size: 15px;
	padding: 0px 5px;
	text-align: center;
	background-color: #d7e5e5;
	color: #ff7701;
}
.standard-rating .rating-bg:hover {
	color: #fff;
}

section.section-review-button-wrapper {
	margin: 30px 0;
}
.relevant-news-title {
	font-size: 1.2rem;
	color: #222;
	line-height: 26px;
	border-bottom: 2px solid #ff7701;
	margin: 20px 0;
	/* width: 137px; */
	display: inline-block;
	font-weight: normal;
}

.review-button-box{}
.review-button-box ul {
	/*display: flex;*/
}
.review-button-box ul li {
	margin: 3px 10px;
	display: inline-block;
}
.review-button-list {
	background-color: #f2f3f7;
	text-align: center;
	padding: 10px 18px;
	margin: 10px 0;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
	transition: 0.5s;
	border-radius: 5px;
}
.review-button-list:hover{
	background-color: #555;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.review-button-list:hover a{
	color: #fff;

}
.review-button-list a {
	color: #222;
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
	transition: 0.5s;
}
.load-more-button {
	margin: 0 auto;
	text-align: center;
}

.load-more-button a {
	background-color: #14504e;
	padding: 10px 20px;
	font-size: 20px;
	padding: 3px 10px;
	font-size: 13px;
	color: #fff;
	margin: 10px 0;
	transition: 0.5s;
}
.load-more-button a:hover {
	background-color: #222;
	color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.story-gal {
	margin: 10px 0px;
	width: 100%;
	transition: 0.5s;
}
.story-gal:hover {

}
.story-gal-album{}
.story-gal-album img {
	width: 100%;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}
.story-gal:hover .story-gal-album img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	/*padding: 5px;*/
	/*box-shadow: 0 0 10px rgb(0 0 0 / 20%);*/
}

.user-time {
	display: flex;
	justify-content: space-between;
}
.user-time h4 {
	font-size: 13px;
	font-weight: 400;
	white-space: nowrap;
	color: #4a6868;
	/* padding-right: 20px; */
}
.story-gal-album-content p {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #4a6868;
	text-align: justify;
}

/************sidebar*******************/


.sidebar-filter {
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	padding: 15px 15px 5px 15px;
	/* box-shadow: 0px 1px 4px rgb(0 0 0 / 40%); */
	margin-bottom: 0px;
	margin-top: 24px;
}
.accordion {
	/*width: 500px;  */
}

.accordion ul {
	/*background: #ececec;*/
	margin: 0;
	padding: 0;
}

.accordion .pagenav {
	position: relative;
	margin-bottom: 10px;
	list-style: none;
}

.accordion .pagenav a {
	text-decoration: none;
	color: #050505;
}

.accordion .pagenav ul {
	display: none; /* hides all ul content by default (see exceptions in JS) */
	padding: 15px;
	margin: 0;
}

.accordion .pagenav li {
	margin-bottom: 3px;
	list-style: none;
	transition: 0.5s;
}

.accordion .pagenav li:hover {
	background-color: #f8fefe;
	color: #222;
}

.accordion .pagenav h4 {
	text-transform: capitalize;
	padding: 5px 10px;
	background: #f2f2f2;
	margin: 0;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 40%);
	cursor: pointer;
	font-size: 16px;
	border-radius: 3px;
	font-weight: normal;
}

.accordion .pagenav h4 i {
	font-size: 24px;
	position: absolute;
	right: 30px;
	line-height: 20px;
	transition: .2s;
	-webkit-transition: .2s;
	-ms-transition: .2s;
}

.accordion .pagenav.open h4 i {
	/*transform: rotate(90deg);*/
}

.accordion a:hover, .accordion .pagenav li.current_page_item a {
	/*text-decoration: underline;*/
}




/***********************Product Single*****************************/

.product-specification{
	/*background-color: #e7ffff;
	padding: 10px 0s;*/
}
.pro-des-custm {
	background: none !important;
	box-shadow: none !important;
	border: none;
	margin-bottom: 0px;
}

.pro-des-custm .standard-image img {
	width: 320px;
}
.pro-des-custm .standard-content {
	border-left: none;
}
.bdr {
	border: 1px solid #cecfd1;
	width: 80%;
}

.review-btn{
	margin: 20px 0;
}
.review-btn a {
    /* width: 110px; */
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    color: var(--white);
    background: #6166de;
    cursor: pointer;
    transition: 0.5s;
}
.review-btn a:hover {
	color: #fff;
	background: #222;
}

.review-title-modal {
	font-size: 18px;
	line-height: 22px;
	color: #222;
	padding-bottom: 10px;
	text-align: left;
}
.riview-view-card {
	/* max-width: 1000px; */
	width: 500px;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid #ccc;
	background: var(--white);
}

.specipication-header {
	display: flex;
	/* align-content: center; */
	/*justify-content: space-between;*/
}
.specipication-content {
	padding-right: 10%;
}
.list-specipication {
	justify-content: space-between;
	display: flex;
}
.list-specipication li {
	display: inline-block;
}
.list-specipication li p {
	font-size: 13px;
}
.list-specipication li:last-child {
	padding-right: 0px;
}
.list-specipication li a {
	font-size: 13px;
	color: #0e4ad3;
}
.list-specipication li a:hover{
	color: #8f94e8;
	text-decoration: underline;
}
.edi {
	font-size: 13px;
	color: #7a8180;
	padding: 0px 0;
	margin-top: 15px;
	/* text-decoration: underline; */
}

.multi-tabing-single-pro .nav-tabs-custom {
	border: none;
	padding: 0px 0px;
	border-radius: 0px;
	margin-bottom: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: center;
	text-align: center;
	justify-content: space-around;
	background: none !important;
}
.nav-tabs-custom li .active {
	color: #fff;
	border: none;
	background: #043434;
	/* border: 2px solid #788687; */
	padding: 7px 0px;
	width: 100%;
}
.nav-tabs-custom .active a {
	/*  color: #fff;
    padding: 5px;*/
}
.nav-tabs-custom li {
	padding: 0px 0px;
	/* background-color: #f2f3f7; */
	width: 33%;
	border: 2px solid #d8dddd;
	transition: 0.5s;
}
.nav-tabs-custom li:hover{
	background: #043434;
	color: #fff !important;
}

.nav-tabs-custom  .tab-link {
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	padding: 7px 25px;
	color: #161212;
	width: 100%;
	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-tabs-custom .tab-link:hover{
	color: #fff;
}
.bendor-name {
	font-size: 14px;
	line-height: 17px;
	color: #7f7979;
	display: initial;
	transition: 0.4s;
}
.bendor-name span{
	color: #42468d;
}
.bendor-name span:hover{
	color: #222;
}

.standard-content-single .standard-name-single {
	margin-bottom: 0px;
}
/*.condition {
    font-size: 14px;
    line-height: 17px;
    color: #7f7979;
    transition: 0.4s;
    padding: 5px 0;
    position: relative;
}*/
.condition {
	font-size: 14px;
	line-height: 17px;
	color: #7f7979;
	transition: 0.4s;
	padding: 2px 0;
	position: relative;
}
.condition span{
	color: #ff8f25;
}

.box-header-menu-1 {
	background: #14504e;
	position: relative;
	margin: 20px
}
.box-header-menu-1 h3{
	color:#e6dc23;
	text-align: center;
}

.box-header-menu-1::after {
	content: '';
	border-width: 0 0 41px 75px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	position: absolute;
	bottom: 0;
	left: 0;
}

.product-standard-single {
	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;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
/*.single-pro-price {
    display: flex;
    margin: 7px 0;
}*/
.single-pro-price {
	display: flex;
	margin: 15px 0;
}
.section-title {
	position: relative;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0px 20px;
	margin-top: 0;
	font-weight: normal;
	font-size: 19px;
	color: #fceb2c;
	background: #14504e;
}
.section-title:after {
	border-left: 25px solid #14504e;
	border-bottom: 27px solid transparent;
	content: "";
	height: 0px;
	right: -28px;
	position: absolute;
	border-width: 0 0px 35px 29px;
	top: 0;
	width: 0;
}
.section-title-single {
	/* display: inline-block; */
	/* height: 35px; */
	line-height: 44px;
	/* padding: 0px 20px; */
	/* margin-top: 0; */
	font-weight: normal;
	font-size: 24px;
	color: #14504e;
	/* background: #14504e; */
	font-weight: 600;
}
h3.details-price {
	margin-left: 20px;
}
.details-price del {
	color: #7e7a79;
	margin-right: 25px;
	font-size: 16px;
	margin-left: 20px;
	line-height: 45px;
	margin-top: 0;
	font-weight: normal;
	font-size: 18px;

}
.details-price span {
	color: #fe0000;
	white-space: nowrap;
	line-height: 45px;
	margin-top: 0;
	font-weight: normal;
	font-size: 18px;
}

.single-pro-des {
	width: 100%;
	padding: 30px 0px 5px;
	text-align: center;
}
.single-pro-des p {
	font-size: 14px;
	line-height: 20px;
	color: #7f7979;
	text-align: justify;
	font-weight: normal;
}
.deal-btn {
	font-size: 15px;
	background-color: #14504e;
	line-height: 38px;
	text-align: center;
	color: #fff;
	width: 108px;
	border-radius: 5px;
	text-align: center;
	margin: 30px 0px 3px;
	transition: 0.5s;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.deal-btn:hover{
	background-color: #222;
	color: #fff;
}
.deal-btn span {
	background-color: #fdf12b;
	border-radius: 50%;
	font-size: 13px;
	line-height: 18px;
	color: #14504e;
	padding: 5px 7px;
	margin-right: 1px;
}
a.less-data {
	float: right;
	font-size: 14px;
	color: #7c7878;
	padding-top: 40px;
	cursor: pointer;
	transition: 0.5s;
}
a.less-data span{
	padding-left: 7px;
}
a.less-data:hover {
	color: #222;
}
.inspection-btn {
	background-color: #fbfbfb;
	border-radius: 5px;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
	display: inline-block;
	float: right;
	transition: 0.5s;
}
.inspection-btn:hover a{
	background-color: #14504e;
	color: #faf037 !important;
	border-radius: 5px;
}
.inspection-btn a{
	font-size: 14px;
	color: #030617;
	padding: 5px 10px;
	text-align: center;
	transition: 0.5s;
	cursor: pointer;
}

.total-stock {
	font-size: 13px;
	color: #9e9fa5;
	font-weight: normal;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none !important;
}
/*.total-stock {
    font-size: 13px;
    color: #9e9fa5;
    font-weight: normal;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none !important;
}*/
.parts-name {
	text-transform: capitalize;
}
.parts-name a {
    color: #15514f;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    font-size: 1.1rem;
    line-height: 22px;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

/*.offer-price-parts {
    color: #f29547;
    font-weight: normal;
    font-size: 16px;
}*/
.offer-price-parts {
	color: #f29547;
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	padding-bottom: 4px;
}
.spare-title-title {
	position: relative;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	/* padding: 0px 15px; */
	margin-top: 0;
	font-weight: normal;
	font-size: 16px;
	color: #ff7d18;
	font-weight: 600;
}
.spare-title {
	position: relative;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0px 15px;
	margin-top: 0;
	font-weight: normal;
	font-size: 16px;
	color: #fceb2c;
	background: #14504e;
}
.spare-title:after {
	border-left: 25px solid #14504e;
	border-bottom: 27px solid transparent;
	content: "";
	height: 0px;
	right: -29px;
	position: absolute;
	border-width: 0 0px 35px 29px;
	top: 0;
	width: 0;
}
.spare-details-price {
	margin-left: 13px;
}
.spare-details-price del {
	color: #7e7a79;
	font-size: 16px;
	margin-left: 13px;
	line-height: 35px;
	margin-top: 0;
	font-weight: normal;
	font-size: 16px;
}

/*.single-pro-price-spare {
    display: flex;
    margin: 5px 0;
}*/
.single-pro-price-spare {
	display: flex;
	margin: 0px 0;
}
i.star-bg.ion-ios-star {
	background: #cacaca;
	padding: 5px 9px;
	color: #fff;
	border-radius: 4px;
}

i.star-bg.bi-plus-circle {
	background: #cacaca;
	padding: 5px 5px 4px 5px;
	color: #fff;
	border-radius: 4px;
}

.subb {
	position: relative;
	top: -1px;
	left: 3px;
	width: 19px;
	height: 19px;
	font-size: 11px;
	line-height: 21px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	text-align: center;
	color: var(--white);
	background: #14504e;
}
.slider-arrow:hover .spare-scroll-right,
.slider-arrow:hover .spare-scroll-left {
	visibility: visible;
	opacity: 1
}

.spare-scroll-right, .spare-scroll-left {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 35px;
	width: 35px;
	height: 65px;
	line-height: 65px;
	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;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	font-weight: 700;
	border-radius: 5px;
}


.spare-scroll-right:hover, .spare-scroll-left:hover {
	color: #fec02d;
	background-color: rgba(234, 232, 230, 0.4);
}

.spare-scroll-right {
	right: -5px
}

.spare-scroll-left {
	left: -5px
}

.slick-slide .parts_acce {
	margin: 3px 4px;
}

/****************Spare Parts CAtegory******************/
.inner-slider{}
.inner-slider img{
	width: 100%;
}
.main-title-category {
	border: 1px solid #bbb4b4;
}
.main-title-category h2 {
	font-size: 1.4rem;
	color: #010522;
	line-height: 45px;
	padding-left: 20px;
	text-transform: capitalize;
	font-weight: normal;
}

/*.pro-cat-list-wrapper .cat-list-spare {
    border-radius: 5px;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
    transition: 0.5s;
    width: 115px;
    height: 115px;
    margin: 12px;
}*/
.pro-cat-list-wrapper .cat-list-spare {
	/* width: 97px; */
	/* margin: 4px; */
	/* flex: 1 1 200px; */
	border-radius: 5px;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
	/* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
	transition: 0.5s;
	width: 130px;
	height: 130px;
	margin: 7px;
}
.cat-list-spare a{
	display: inherit !important;
}
.cat-list-spare img {
	width: 113px;
	height: 75px;
	margin: 0 auto;
	padding: 16px;
	display: block;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}
.cat-list-spare img:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.cat-list-spare h3 {
	font-size: 14px;
	text-align: center;
	color: #07093c;
	/* padding: 4px 0 0px; */
	padding-top: 20px;
}
.pro-cat-list-wrapper .cat-list-spare:hover a{
	border-color: var(--primary);
	-webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
	color: #f00;
}



/**********************************Spare Parts All Product***********************/

.spare-parts-all-pro {
	width: 100%;
	overflow: hidden;
	/* background-color: #f2f3f7; */
	padding: 0px;
	margin: 10px 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-flow: wrap;
}


.spare-parts-all-pro .brand-wrap {
	margin: 4px;
	/* flex: 1 1 214px; */
	border-radius: 5px;
	transition: 0.5s;
	width: 280px;
}

.spare-parts-all-pro .brand-wrap .product-image img {
	width: 188px;
	height: auto;
	margin: 0 auto;
}

.spare-parts-all-pro .spare-title {
	padding: 0px 5px;
	font-size: 14px;

}
.spare-parts-all-pro .spare-details-price {
	margin-left: 24px;
}

.spare-parts-all-pro .spare-details-price del {
	margin-left: 3px;
	font-size: 14px;
}
.spare-parts-all-pro .product-card {
	margin-bottom: 0px;
}

.spare-parts-all-pro .load-more-button a {
	border-radius: 5px;
}
/*****************************Product Spare Brands*************************/

.pro-category-brand {
	background-color: #f2f3f7;
	padding: 0px 0;
	margin-bottom: 20px;
}
.spare-title-brand {
	font-size: 22px;
	color: #222;
	line-height: 26px;
	border-bottom: 2px solid #707070;
	margin: 20px 0;
	display: inline-block;
	font-weight: normal;
}

.line {
	display: block;
	border-bottom: 1px solid #b0b1b5;
	margin-bottom: 20px;
	margin-right: 20px;
}
.line h2 {
	font-size: 22px;
	text-align: center;
	position: relative;
	top: 24px;
	padding: 0 15px;
	display: inline-block;
	background: #f2f3f7;
	font-weight: normal;
}
.pro-category-brand-list-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-flow: wrap;
}
.cat-list-spare-brand {
	padding: 15px;
}
.cat-list-spare-brand img {
	width: 135px;
	height: auto;
	margin: 0 auto;
	border-radius: 50%;
	display: block;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
}
.cat-list-spare-brand img:hover {
	box-shadow: 0px 4px 4px rgb(0 0 0 / 40%);
	border: 1px solid #c1bcbc;
}
.cat-list-spare-brand h3 {
	font-size: 15px;
	text-align: center;
	color: #070a35;
	font-weight: normal;
	padding: 10px 0;
}


/*************************Vehicle portion Single********************/
.product-vehic-frame {
	width: 100%;
	background: #fff;
	border: 1px solid #cacaca;
	padding: 10px;
}
.product-vehicle-single {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
	padding: 15px 15px;
	border-radius: 8px;
	background: var(--white);
	border: 1px solid var(--border);
	-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;
}
.standard-rating .rating-count {
	font-size: 12px;
	padding: 2px 10px;
	text-align: center;
	color: #cacaca;
}
.rating-box {
	padding: 15px 0;
}
.rating-box.rating-box-custom{
	padding: 0px;
}
.rating-box .standard-rating{
	margin-top: 0px;
}
.positive-rating {
	font-size: 13px;
	color: #7e7a7b;
	margin: 0px;
	margin-top: -4px;
}
.follow-varient-2 {
	font-size: 13px !important;
	color: #222 !important;
	text-align: right;
	/* float: right; */
	line-height: 22px;
	margin-top: 4px;
	border-radius: 5px;
	padding: 0px 5px;
	border: 1px solid #ccc;
}
.positive-rating > img {
	width: 20px !important;
}
.standard-rating-single .active {
	color: #ff7701;
}
.standard-rating-single i, .standard-rating-single a {
	font-size: 18px;
	margin-right: 0px;
	color: #fff;
}
.condition-new {
	font-size: 18px;
	line-height: 17px;
	color: #010423;
	transition: 0.4s;
	padding: 5px 0;
	position: relative;
}
.condition-new span {
	color: #fe0000;
}
.pro-des-add{
	display: flex;
}

.deal-btn-single {
	font-size: 15px;
	background-color: #14504e;
	line-height: 38px;
	text-align: center;
	color: #fff;
	width: 108px;
	height: 40px;
	text-align: center;
	transition: 0.5s;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.deal-btn-single span {
	background-color: #fdf12b;
	border-radius: 50%;
	font-size: 13px;
	line-height: 18px;
	color: #14504e;
	padding: 5px 7px;
	margin-right: 1px;
}
.deal-btn-single:hover {
	background-color: #222;
	color: #fff;
}
.pro-des-add .rating-bg {
	/* padding: 2px 9px; */
	text-align: center;
	margin-left: 20px;
	height: 40px;
	background-color: #033333;
}
.add-product{
	margin-left: 20px;
}

.pro-des-add .rating-bg a {
	font-size: 15px;
	padding: 3px 8px;
	text-align: center;
	line-height: 25px;
	background: #fff;
	color: #ff7701;
	margin: 4px 6px;
	border-radius: 50%;
}
.input-group .btn {
	position: relative;
	z-index: 2;
	text-align: center;
	padding: 7px 16px;
	border-radius: 0px;
	border: 1px solid #e4e4e4;
}
.form-incre {
	background: none !important;
	color: #14504e !important;
	font-size: 18px;
	text-align: center;
	border: none;
	width: 48px !important;
	padding: 0px 0px 7px 12px;
}

section.certified-list-wrapper {
	width: 100%;
	overflow: hidden;
}
.certified-list img{
	height: 45px;
}
.certified-itms ul {
	padding-left: 10px;
}
.certified-itms ul li{

}
.certified-itms ul li p {
	padding-left: 10px;
	font-weight: normal;
	color: #043434;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
}

.certified-itms ul li p span{
	padding-left: 10px;
	font-weight: normal;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
}

.emi-box {
	background-color: #2b625f;
	width: 100%;
	/*height: 300px;*/
	border-radius: 15px;
	padding: 55px 25px 25px 25px;
	/* border-radius: 10px; */
}
.emi-box-inner {
	background-color: #1a6f6c;
	padding: 30px 15px 15px;
	border-radius: 15px;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.emi-gal {
	margin-top: -52px;
}
.emi-gal img{
	width: 50px;
}
.emi-header {
	padding: 10px 0px;
	border-bottom: 1px solid #1b5c62;
}
.emi-header h2 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	line-height: 24px;
}

.emi-header h3 {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	margin: 0px;
	line-height: 23px;
}
.emi-header h3 span {
	color: #cdc9c2;
	font-size: 12px;
	padding-left: 20px;
}

.emi-middle{
	padding: 20px 0px 30px ;
}
.emi-middle h1{
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	line-height: 24px;
}
.emi-middle h4 {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	padding: 5px 0 20px;
	line-height: 20px;
}
.emi-middle p {
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	/* padding: 5px 0; */
	line-height: 19px;
	/* padding-top: 20px; */
	margin-bottom: 4px;
}
.emi-middle p span {
	font-size: 11px;
	background: #fff;
	color: #1a6f6c;
	border-radius: 50%;
	margin-right: 7px;
	padding: 2px 4px;
}
.emi-button {
	background-color: #fdf12d;
	/* padding: 3px 20px; */
	margin: 20px 25px;
	border-radius: 10px;
	text-align: center;
	transition: 0.5s;
}
.emi-button a {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 31px;
	text-align: center;
	padding: 7px 11px;
	color: #145050;
}
.emi-button:hover {
	background-color: #fff;
	color: #222;
}
.nav-tabs-vehicle {
	background: #fff!important;
	/* border-bottom: 1px solid #a39a9a; */
	border-radius: 0px;
	justify-content: space-between;
}

.nav-tabs-vehicle .tab-link {
	font-size: 19px;
	font-weight: normal;
	text-transform: capitalize;
	padding: 7px 0;
	color: #000523;
	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-tabs li {
	padding: 0px 0px;
	/* border-right: 1px solid var(--border); */
}

.inspection-body h2 {
	font-size: 22px;
	color: #222;
	font-weight: normal;
	line-height: 28px;
	font-weight: 500;
	/*text-align: center;*/
	text-transform: none;
}
.bendor-brand {
	color: #385c5c;
	font-size: 16px;
	font-weight: normal;
	padding-top: 20px;
	text-transform: capitalize;
}

.bendor-brand span {
	background: #14504e;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #fff;
	padding: 8px;
	font-size: 12px;
}
.inspection-content {
	padding: 20px 30px 0px;
}
.inspection-content h3{
	font-size: 18px;
	line-height: 20px;
	color: #555;
}
.inspection-content p {
	font-size: 14px;
	line-height: 20px;
	color: #222;
	padding: 10px 0px;
}

.read-btn {
	font-size: 15px;
	background-color: #14504e;
	line-height: 38px;
	text-align: center;
	color: #fff;
	width: 108px;
	border-radius: 5px;
	text-align: center;
	margin: 20px 0;
	transition: 0.5s;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.read-btn:hover {
	background-color: #222;
	color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}


.product-specification .key-specipication {
	background: none !important;
	border-bottom: 1px solid #ada4a4!important;
	border-radius: 0px !important;
	padding: 0px;
}
ul.nav.nav-tabs.key-specipication {
	border: none;
}
.key-specipication .tab-link.active {
	color: var(--primary);
	border-bottom: 3px solid #ff7701;
	border-radius: 0px;
}

.key-specipication li {
	padding-right: 50px;
}
.tab-spe-full tbody tr td {
	padding: 4px 20px;
	background-color: #f8f8fa !important;
	text-align: left;
	border-right: 1px solid var(--border);
	font-size: 14px;
	color: #343030;
}
td.standard-rating{
	margin: 0px !important;
}
.spec-body{

}

.tab-spe-full tbody tr  {
	margin: 10px 0 !important;
}
.key-specipication .tab-link {
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	font-weight: 600;
	padding: 7px 0px;
	color: #222;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}


/*compare*/


.comparison {
	width: 100%;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
	/* padding: 10px; */
	padding: 20px 0px;
}

.comparison table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	border-right: 1px solid #ccc;
	/* border-bottom: 1px solid #CCC; */
}

.comparison td, .comparison th {
	border-right:1px solid #CCC;
	empty-cells: show;
	padding:10px;
}

.compare-heading {
	font-size:18px;
	font-weight:bold !important;
	border-bottom:0 !important;
	padding-top:10px !important;
}

.comparison tbody tr:nth-child(odd) {
	display:none;
}

.comparison .compare-row {
	background:#F5F5F5;
}

.comparison .tickblue {
	color:#0078C1;
}

.comparison .tickgreen {
	color:#009E2C;
}

.comparison th {
	font-weight:normal;
	padding:0;
	border-bottom:1px solid #CCC;
}

.comparison tr td:first-child {
	text-align:left;
}

.comparison .qbse, .comparison .qbo, .comparison .tl {
	color:#FFF;
	padding:10px;
	font-size:13px;
	border-right:1px solid #CCC;
	border-bottom:0;
}

.comparison .tl2 {
	border-right:0;
}

.comparison .qbse {
	background:#0078C1;
	border-top-left-radius: 3px;
	border-left:0px;
}

.comparison .qbo {
	background:#009E2C;
	border-top-right-radius: 3px;
	border-right:0px;
}

.comparison .price-info {
	padding:5px 15px 15px 15px;
}

.comparison .price-was {
	color:#999;
	text-decoration: line-through;
}

.comparison .price-now, .comparison .price-now span {
	color:#ff5406;
}

.comparison .price-now span {
	font-size:32px;
}

.comparison .price-small {
	font-size: 18px !important;
	position: relative;
	top: -11px;
	left: 2px;
}

.comparison .price-buy {
	background:#ff5406;
	padding:10px 20px;
	font-size:12px;
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	border-radius:3px;
	text-transform:uppercase;
	margin:5px 0 10px 0;
}

.comparison .price-try {
	font-size:12px;
}

.comparison .price-try a {
	color:#202020;
}

@media (max-width: 767px) {
	.comparison td:first-child, .comparison th:first-child {
		display: none;
	}
	.comparison tbody tr:nth-child(odd) {
		display:table-row;
		background:#F7F7F7;
	}
	.comparison .row {
		background:#FFF;
	}
	.comparison td, .comparison th {
		border:1px solid #CCC;
	}
	.price-info {
		border-top:0 !important;

	}

}

@media (max-width: 639px) {
	.comparison .price-buy {
		padding:5px 10px;
	}
	.comparison td, .comparison th {
		padding:10px 5px;
	}
	.comparison .hide-mobile {
		display:none;
	}
	.comparison .price-now span {
		font-size:16px;
	}

	.comparison .price-small {
		font-size: 16px !important;
		top: 0;
		left: 0;
	}
	.comparison .qbse, .comparison .qbo {
		font-size:12px;
		padding:10px 5px;
	}
	.comparison .price-buy {
		margin-top:10px;
	}
	.compare-heading {
		font-size:13px;
	}
}

.pro-compare-pic{}
.pro-compare-pic img{
	width: 200px;
}
.pro-compare-info a{
	font-size: 14px;
	line-height: 20px;
	color: #043434;
}
/*compare*/



.like-also-line h2::before{
	content:'';
	position: absolute;
	background-color: pink;
	width: 30%;
	height: 3px;
	top: 0;
	left:0;
}

#two_tone_border {
	width: 100%;
	position: relative;
	margin: 10px 0 10px 0;
}

#two_tone_border:after {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 2px;
	background-image: -webkit-linear-gradient(0deg, #ff7701 15%,#707070 15%);
	background-image: -moz-linear-gradient(0deg, #F78181 15%,#BEF781 15%);
	background-image: background-image: -o-linear-gradient(0deg, #F78181 15%,#BEF781 15%);
	background-size: 100%;
}
#two_tone_border h2{
	font-size: 1.4rem;
	color: #06093c;
	font-weight: normal;
}

.relevant-news-name{
	display: flex;
}
.relevant-news-name h5 {
	font-size: 14px;
	color: #fe0000;
	padding-left: 25px;
	text-transform: capitalize;
}
.produc-like-wish {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 18px;
	color: var(--gray-chalk);
}
.produc-like-wish .ion-ios-star {
	background: #133131 !important;
	padding: 5px 9px;
	color: #fff;
	border-radius: 4px;
}
.gm-title {
	font-size: 14px;
	line-height: 17px;
	color: #6d71d5;
	transition: 0.4s;
	padding: 5px 0;
	position: relative;
}

.standard-price-confog span {
	color: #7f7979;
	border-right: 1px solid #7f7979;
	padding-right: 7px;
	font-size: 13px;
	font-weight: normal;
	line-height: 12px;
}


/*************Customer Answeer******************/
#custom-search-input {
	padding: 3px;
	border: solid 1px #dedfe1;
	line-height: 40px;
	/* border-radius: 6px; */
	/* background-color: #fff; */
}

#custom-search-input input {
	border: 0;
	box-shadow: none;
	background-color: #fbfcfe !important;
	border-radius: 0px;
}
#custom-search-input button {
	margin: 2px 0 0 0;
	background: none;
	box-shadow: none;
	border: 0;
	color: #666666;
	padding: 0 8px 0 10px;
	/* border-left: solid 1px #ccc; */
}

#custom-search-input button:hover{
	border: 0;
	box-shadow: none;
	/*border-left: solid 1px #ccc;*/
}

#custom-search-input .ion-ios-search {
	font-size: 25px;
	line-height: 40px;
}

.customer-qus-ans-list {
	background-color: #f2f3f7;
	margin: 10px 0;
	padding: 10px;
}
.qus-left h3 {
	color: #043434;
	font-size: 15px;
	line-height: 20px;
	padding: 10px 0;
}

.qus-right h3{
	color: #817879;
	font-size: 15px;
	line-height: 20px;
}
.qus-right p{
	color: #817879;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}



/******************Profile Page***************/

.profile-frame{
	background-color: #f2f3f7;
	padding: 20px;
	margin-bottom: 20px;
}
.order-number-top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
}
.order-number-top-left h3 {
	font-size: 1.4rem;
	color: #14504e;
	font-weight: normal;
	line-height: 31px;
}
.order-number-top-right h3 {
	color: #ff7701;
	font-size: 14px;
	text-align: right;
	font-weight: normal;
}

.place-date {
	font-size: 11px;
	color: #323236;
	line-height: 18px;
	text-transform: capitalize;
	margin: 0px;
}

.profile-body {
	background: #14504e;
	/*height: 300px;*/
	display: flex;
	padding: 15px 10px 15px 15px;
}
.profile-image{}
.profile-image img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.profile-name{}
.profile-name h2 {
	font-size: 14px;
	color: #fff;
	/* padding: 0px 10px; */
	font-weight: normal;
	line-height: 20px;
	padding-left: 20px;
}
/*.profile-name h2 span {
    color: #fff;
    margin-left: 30px;

    border-radius: 50%;

    padding: 5px 10px;
    font-size: 17px !important;
    background-color: #0fb922;
}*/
.profile-name h2 span {
	color: #45db2a;
	/* text-align: right; */
	/* float: right; */
	/* width: 35px; */
	margin-left: 30px;
	/* line-height: 33px; */
	/* height: 24px; */
	border-radius: 50%;
	/* padding-left: 30px; */
	padding: 5px 10px;
	font-size: 22px !important;
	/* background-color: #0fb922; */
}
.mb-price{
	display: none;
}
.profile-name h3 {
	color: #b1d080;
	font-size: 10px;
	font-weight: normal;
	/* margin: 0px; */
	padding-left: 20px;
}
.profile-name i.fa.ion-ios-checkmark-empty {
	padding: 5px 2px;
}
.profile-name h3 a {
	color: #d2cf34;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	padding: 0px;
}
.sidebar-icon .fa-custom {
	font-size: 18px !important;
	/* padding: 10px; */
	color: #14504e;
	position: relative !important;
	padding-right: 10px;
	right: 0px !important;
}
.accordion .pagenav-custom h4 {
	text-transform: capitalize;
	padding: 5px 10px;
	background: #f2f2f2;
	margin: 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	border-left: 4px solid #14504e;
}
.shop-widget-content-profile label{
	color: #14504e;
}

.content-profile-number{
	font-size: 14px;
	font-weight: normal;
	color: #14504e;
}
li.pagenav.pagenav-custom {
	/*box-shadow: 0px 1px 4px rgb(0 0 0 / 40%);*/
}

.shop-widget-content-profile:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-style: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: 8px;
	color: #14504e;
}
.sidebar-filter-profile {
	padding: #eeeff3;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
	margin-bottom: 0px;
	/* margin-top: 20px; */
}

.widget-list-profile {
	background: #eeeff3;
	padding: 10px 30px !important;
}

.accordion-profile ul {
	margin: 0;
	padding: 0;
	box-shadow: 0px 8px 15px 0px rgb(0 0 0 / 10%);
	margin-bottom: 15px;
}
.accordion-profile .pagenav li:hover {
	background-color: #eeeff3;
	color: #14504e;
}
.shop-widget-content-profile label:hover {
	text-decoration: underline;
	font-weight: 500;
}
.profile-price {
	font-size: 16px;
	color: #010423;
	line-height: 20px;
	padding: 20px 0;
}
.profile-price span {
	color: #174f4c;
	padding-left: 10px;
}
.profile-spare-single {
	border-top: 1px solid #cdced2;
	border-bottom: 1px solid #cdced2;
	padding: 15px 0;
}

.profile-product-name a {
	color: #0d4947;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	font-size: 1.1rem;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}

.part-number {
	font-size: 13px;
	color: #0d4947;
	margin: 0px;
}
.profile-price-title {
	position: relative;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0px 13px;
	margin: 5px 0;
	font-weight: normal;
	font-size: 19px;
	color: #fceb2c;
	background: #14504e;
}
.model-engine {
	font-size: 14px;
	line-height: 17px;
	color: #9d9fae;
	padding: 10px 0;
	font-weight: normal;
}
.delivered-button  {
	margin: 20px 0px;
}
.delivered-button a {
	float: right;
	font-size: 15px;
	background: #7fdf61;
	color: #fff;
	padding: 5px 15px;
	text-align: center;
	transition: 0.5s;
}
.delivered-button p {
	float: right;
	font-size: 15px;
	background: #7fdf61;
	color: #fff;
	padding: 5px 15px;
	text-align: center;
	transition: 0.5s;
}
.delivered-button a:hover {
	background: #000;
	color: #fff;
}
.delivered-button-pending {
	margin: 20px 0px;
}
.delivered-button-pending a {
	float: right;
	font-size: 15px;
	background: #6166de;
	color: #fff;
	padding: 5px 15px;
	text-align: center;
	transition: 0.5s;
}

.delivered-button-pending a:hover {
	background: #000;
	color: #fff;
}

.nav-tavs-profile{
	background: #f2f3f7;
}
.nav-tavs-profile .tab-link {
	font-size: 15px;
	color: #313131 !important;
	padding: 7px 24px;
}

.banner {
	background-color: #14504e;
	/* opacity: 0.5; */
	-webkit-clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
	/* margin: -200px 0; */
	/* padding: 0.5em 1em; */
	/* width: 80%; */
}

.banner h2 {
	font-size: 1.3rem;
	color: #fff;
	line-height: 40px;
	padding-left: 20px;
	text-transform: capitalize;
	font-weight: normal;
}


.banner-5 {
	background-color: #14504e;
	/* opacity: 0.5; */
	-webkit-clip-path: polygon(0 0, 100% 0, 81% 99%, 20% 100%);
	clip-path: polygon(0 3, 100% 0, 100% 99%, 2% 17%);
	/* margin: -200px 0; */
	/* padding: 0.5em 1em; */
	/* width: 80%; */
}

.banner-5 h2 {
	font-size: 1.2rem;
	color: #010522;
	line-height: 40px;
	/* padding-left: 20px; */
	text-transform: capitalize;
	text-align: center;
	font-weight: normal;
}

.banner-5 h2 a{
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
	transition: 0.5s;
}

.banner-5 h2 a:hover {
	color: #f72c2b;
}

.bike-gal {
	margin: 10px 0;
}
.bike-gal img {
	width: 100%;
	max-height: 190px;
}

ul.nav.nav-tabs.gal-fil {
	background-color: #f2f3f7;
	justify-content: flex-start;
}

.total-review h2 {
	font-size: 2.6rem;
	padding: 10px 5px;
	color: #ff7701;
}

.total-review h3 {
	font-size: 1.5rem;
	padding: 4px 5px;
	color: #527072;
}

.rating-all i {
	font-size: 15px;
	margin-right: 3px;
	color: #ff7701;
}
.review-all{
	display: flex;
}

.custom-prog{
	background-color: #ff7701;
}

.review {
	border: 1px solid transparent;
	border-radius: 5px;
	color: #777;
	display: flex;
	font-size: 12px;
	align-items: center;
	/* padding: 10px; */
	margin: 0px 0;
}

.review:hover {
	border: 1px solid #ddd;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.7);
}

.progress {
	background-color: rgba(100, 100, 100, 0.2);
	border-radius: 5px;
	position: relative;
	margin: 0 10px;
	height: 10px;
	width: 200px;
}

.progress-done {
	background-color: #ff7701;
	box-shadow: 0 3px 3px -5px rgb(242, 112, 156), 0 2px 5px rgb(242, 112, 156);
	border-radius: 5px;
	height: 10px;
	width: 0;
	transition: width 1s ease 0.3s;
}

.percent {
	color: #333;
}

/* SOCIAL PANEL CSS */
.social-panel-container {
	position: fixed;
	right: 0;
	bottom: 80px;
	transform: translateX(100%);
	transition: transform 0.4s ease-in-out;
}

.social-panel-container.visible {
	transform: translateX(-10px);
}

.social-panel {
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 16px 31px -17px rgba(0,31,97,0.6);
	border: 5px solid #001F61;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: 'Muli';
	position: relative;
	height: 169px;
	width: 370px;
	max-width: calc(100% - 10px);
}

.social-panel button.close-btn {
	border: 0;
	color: #97A5CE;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.social-panel button.close-btn:focus {
	outline: none;
}

.social-panel p {
	background-color: #001F61;
	border-radius: 0 0 10px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 17px 6px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0;
	transform: translateX(-50%);
	text-align: center;
	width: 235px;
}

.social-panel p i {
	margin: 0 5px;
}

.social-panel p a {
	color: #FF7500;
	text-decoration: none;
}

.social-panel h4 {
	margin: 20px 0;
	color: #97A5CE;
	font-family: 'Muli';
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

.social-panel ul {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.social-panel ul li {
	margin: 0 10px;
}

.social-panel ul li a {
	border: 1px solid #DCE1F2;
	border-radius: 50%;
	color: #001F61;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	text-decoration: none;
}

.social-panel ul li a:hover {
	border-color: #FF6A00;
	box-shadow: 0 9px 12px -9px #FF6A00;
}

.floating-btn {
	border-radius: 26.5px;
	background-color: #001F61;
	border: 1px solid #001F61;
	box-shadow: 0 16px 22px -17px #03153B;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 20px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

.floating-btn:hover {
	background-color: #ffffff;
	color: #001F61;
}

.floating-btn:focus {
	outline: none;
}

.floating-text {
	background-color: #001F61;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-family: 'Muli';
	padding: 7px 15px;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 998;
}

.floating-text a {
	color: #FF7500;
	text-decoration: none;
}

@media screen and (max-width: 480px) {

	.social-panel-container.visible {
		transform: translateX(0px);
	}

	.floating-btn {
		right: 10px;
	}
}

.per-list {
	display: flex;
	justify-content: space-between;
}

.per-list h4{
	color: #222;
	font-size: 15px;
}

.per-list h3 {
	color: #043434;
	font-size: 15px;
	font-weight: normal;
}

.per-list i {
	font-size: 16px;
	margin-right: -1px;
	color: #ff7701;
}

.rating-all span {
	color: #043434;
	font-size: 15px;
	padding-left: 10px;
	font-weight: normal;
}

/*.zoom-img-mb {*/
/*    margin: 0 auto;*/
/*    display: block;*/
/*    text-align: center;*/
/*}*/
.zoom-img-mb {
    margin: 0 auto;
    display: block;
    text-align: center;
    min-height: 300px;
    /* border: 1px solid; */
}
/**************/

.chat_area {
	float: left;
	/* height: 300px;*/
	overflow-x: hidden;
	/*overflow-y: auto;*/
	width: 100%;
}

ul.multi-review-list {
	margin-left: 60px;
}
.review-list li{
    list-style: none;
}
.chat-body1.chat-body2.clearfix {
	margin-left: 45px;
	text-align: left;
	padding: 11px;
	background-color: #fffbf2;
	margin-top: -5px;
	margin-bottom: 22px;
}
.rating-all.rating-custom-chat {
	margin-top: -3px;
}
.short-review-top {
	display: flex;
}
.chat-body2 .short-review-top h3 {
	font-size: 13px;
	line-height: 22px;
	padding-left: 10px;
	color: #504f55;
}
.rating-custom-chat .day-ago-2 {
	font-size: 12px;
	line-height: 24px !important;
	/* text-align: left; */
	padding: 0px 0px 0px 8px !important;
	/* color: #bfbab6; */
	/* padding: 10px 0; */
}
.chat-img2 img {
	height: 25px;
	border-radius: 50%;
	width: 25px;
}
.chat_area li {
	padding: 14px 14px 0;
	display: contents;
}
.chat_area li .chat-img1 img {
	height: 40px;
	border-radius: 50%;
	width: 40px;
}
.chat_area .chat-body1 {
	margin-left: 45px;
	text-align: left;
	padding: 11px;
	background-color: #f8fefe;
	margin-top: -50px;
	margin-bottom: 22px;
}

.chat-body1 p {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	/* padding: 10px 0; */
	margin-top: 5px;
}
.action-option {
	display: flex;
}

.brands h3 {
	text-transform: capitalize;
	padding: 5px 10px;
	background: #f2f2f2;
	margin: 0;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 40%);
	cursor: pointer;
	font-size: 16px;
	/* border-radius: 3px; */
	margin-bottom: 4px;
	font-weight: normal;
}
.heiglights-memu {
	padding-top: 10px;
}
.heiglights-memu .brands > li {
	background: #f7f7f7;
	margin-bottom: 2px;
}
.heiglights-memu .brands > li > a {
	position: relative;
	display: block;
	font-size: 0.9em;
	font-weight: 600;
	padding: 10px 10px;
	text-decoration: none;
	color: #ff7d18;
	letter-spacing: .02em;
	border-bottom: 1px solid #eee;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a.view-toggle-3 {
	font-size: 17px;
	color: #fff;
	padding: 8px 35px 8px;
	cursor: pointer;
	border-radius: 5px;
}
#target-2 {
	display: none;
}

.day-ago {
	color: #bcbcbc !important;
	/* font-size: 12px !important; */
	padding-left: 31px !important;
}

.chat-body1 h3{
	font-size: 16px;
	color: #010423;
}
.rating-custom-chat i{
	font-size: 14px;
	margin-right: -1px;
}

.chat_time a {
	font-size: 14px;
	text-decoration: underline;
	color: #000523;
}


.chat-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-align: center; */
	-ms-flex-align: center;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
	align-items: center;
	/* -webkit-box-pack: justify; */
	-ms-flex-pack: justify;
	justify-content: space-between;
	/* border: 1px solid #707070; */
	padding: 3px 10px;
	margin-bottom: 25px;
	background-color: #f2f3f7;
}

.filter-show h3{
	font-size: 14px;
}

.filter-show h3 span {
	font-size: 14px;
	color: #7b9596;
	font-weight: normal;
	padding-left: 20px;
}

.filter-short-2 {
	/* width: 290px; */
	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;
}

.main-body-title{
	display: flex;
}


/*****************header**********************/
.header-left {
	display: flex;
}
.header-search {
	display: flex;
}

.header-search .ion-ios-mic-outline {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	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;
}
.header-form input {
	width: 100%;
	height: 45px;
	font-size: 15px;
	padding-left: 15px;

}
.header-form {
	width: 100%;
	color: #fff;
	background: #265e5b;
	margin: 0px 20px 0px 35px;
	border-radius: 8px;
	border: 1px solid #517d7c;
	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-right {
	display: flex;
	justify-content: space-evenly;
}
.header-cart {
	display: flex;
	/*justify-content: space-between;*/
}
.header-cart .header-widget {
	margin-left: 30px;
}


/***************************EMI Section*****************/
section.emi-wrapper {
	padding: 20px 0px;
}
.emi-content-all {
	padding: 67px 0;
	background-color: #14504e;
	overflow: hidden;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
}
.emi-gal-pro {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px;
}
.emi-price {
	font-size: 34px;
	color: #fff;
	/* line-height: 30px; */
	text-align: center;
	font-weight: normal;
	padding-bottom: 10px;
}
.group-button {
	display: flex;
	justify-content: space-around;
	padding: 20px 0;
}

.full-pay {
	font-size: 19px;
	background-color: #fff;
	line-height: 45px;
	text-align: center;
	color: #222;
	width: 195px;
	height: 45px;
	text-align: center;
	transition: 0.5s;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.full-pay:hover {
	background-color: #222;
	color: #fff;
}
.expert-button{
	display: flex;
	justify-content: center;
	padding: 10px 0;
}
.expert-pay {
	font-size: 19px;
	background-color: #fef02d;
	line-height: 45px;
	text-align: center;
	color: #222;
	width: 250px;
	height: 45px;
	text-align: center;
	transition: 0.5s;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.expert-pay:hover {
	background-color: #fff;
	color: #222;
}
.title-form {
	font-size: 19px;
	color: #222;
	font-weight: 600;
	line-height: 30px;
	padding-bottom: 10px;
}

.emi-form {
	margin: 30px 0;
	border: 1px solid #ccc;
	padding: 20px;
}
.form-control-custom{
	background: none;
	border-radius: 0px;
	border: 1px solid #e8e8e8;
}

.btn-emi {
	background-color: #14504e;
	color: #fff;
	border: none;
	padding: 10px 20px;
	width: 200px;
	font-weight: 400;
	text-transform: capitalize;
	border-radius: 0px;
	transition: 0.5s;
}
.btn-emi:hover {
	background: #222;
	color: #fff;
}

/**End  Emi Secrion*/

.banner-image img{
	max-height: 365px !important;
}
.alert-btn {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.alert-btn a {
	width: 220px;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 15px;
	border-radius: 6px;
	text-align: center;
	display: inline-block;
	text-transform: capitalize;
	color: var(--white);
	background: #222;
	transition: 0.5s;
}

/****************88Emi New *****************/

.get-emi-button {
	display: flex;
	box-sizing: border-box;
	max-width: 100%;
	margin-top: 16px;
	margin-bottom: 16px;
	border: 1px solid rgb(255 119 1);
	min-width: 0px;
	min-height: 0px;
	flex-direction: column;
	width: 100%;
	padding: 8px 6px;
	border-radius: 4px;
}

.get-emi-button-inner {
	display: flex;
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0px;
	min-height: 0px;
	flex-direction: row;
}
.emi-left {
	display: flex;
	box-sizing: border-box;
	max-width: 100%;
	-webkit-box-align: center;
	align-items: center;
	min-width: 0px;
	min-height: 0px;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}
.emi-left img {
	width: 35px;
}

.emi-right {
	display: flex;
	box-sizing: border-box;
	max-width: 100%;
	align-items: flex-start;
	min-width: 0px;
	min-height: 0px;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	padding-left: 8px;
}

.cnTDVR {
	font-size: 16px;
	line-height: normal;
	color: rgb(51, 51, 51);
	font-weight: 400;
}

.jMFeAf {
	font-size: 16px;
	line-height: normal;
	color: rgb(43 98 95);
	font-weight: 600;
	cursor: pointer;
	transition: 0.5s;
}
.jMFeAf a {
	font-size: 16px;
	line-height: normal;
	color: rgb(43 98 95);
	font-weight: 600;
	cursor: pointer;
	transition: 0.5s;
}
.jMFeAf a:hover{
	color: #222;
}



.btn-yellow a {
	background-color: #FFBF45;
	transition: 0.5s;
	color: #4a3b3b;
	border-radius: 30px;
}
.btn-style-1 a {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	background-color: #1a6f6c;
	color: #fff;
	transition: 0.5s;
	text-transform: capitalize;
	text-align: center;
}
/*a.animated.btn-1-font-14.btn-paypol.btn-expert {
    color: #222;
    background-color: none !important;
    background: none;
    border: 1px solid #ccc;
    font-size: 18px;
    font-weight: 500;
}*/
a.animated.btn-1-font-14.btn-paypol.btn-expert:hover {
	background-color: #1a6f6c;
	color: #fff;
}
.btn-paypol {
	display: block;
	border-radius: 5px;
	width: 100%;
	padding: 10px;
	margin: 3px 0;
	background-color: #ccc;
}


.btn-style-1 a:hover {
	background-color: #fdf12d;
	color: #222;
}
.p-t-b{
	padding: 5px 0;
}

.expert-info {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.cards li {
	/*display: inline-block;*/
	margin: 10px;
	padding: 10px;
	/* border: 1px solid rgba(0, 0, 0, 0.2); */
	border-radius: 25px;
	/* box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); */
	font-size: 0.9em;
	transition: all 0.2s ease-in-out;
	/* text-align: center; */
}

.cards li img {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 60px;
	float: left;
	border-radius: 50%;
	/* box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); */
	transition: all 0.5s ease-in-out;
}

.cards li .details {
	float: left;
	text-align: left;
	transition: all 0.5s ease-in-out;
	text-shadow: 1px 1px rgba(0, 0, 0, 0);
	min-width: 250px;
}
.cards li .details .name {
	font-weight: normal;
	color: #222;
}
.cards li .details > span, .cards li .details > a {
	display: block;
	padding: 0 15px 0 35px;
	margin-bottom: 15px;
	text-decoration: none;
	position: relative;
}
/*.cards li .details .name:before {
    content: "\f2c0";
}*/

/*.cards li .details > span:before, .cards li .details > a:before {
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 15px;
    width: 15px;
    text-align: center;
    color: #444;
}*/
.icon-font {
	display: inline-block;
	margin-right: 5px;
	color: #444;
	background-color: #0d3836;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.icon-font i {
	color: #fff;
	padding: 16px 10px 5px;
	line-height: 30px;
}

.expert {
	font-size: 20px;
	padding-top: 20px;
	font-weight: normal;
	color: #000;
	letter-spacing: 2px;
}

/**************Loan 2nd page********************/
section.faq-part {
	padding-bottom: 30px;
	background: #f5f6f7;
	padding-top: 15px;
}
.inner-banner{}
.inner-banner img{
	max-height: 300px;
	width: 100%;
}
.loan-content-wrapper {
	/* padding: 30px 0; */
	padding-bottom: 0px;
}
.loan-sec-head{
	padding: 20px 0px;
}
.loan-sec-head h1{
	font-size: 24px;
	line-height: 25px;
	/*color: #222;*/
	padding-bottom: 10px;
	text-align: justify;
}
.loan-sec-head p{
	font-size: 14px;
	line-height: 18px;
	/*color: #222;*/
	text-align: justify;
	color: #6f6f6f;
}
.loan-table{
	padding: 20px 0;
}

.tab-data-all{
	display: flex;
	justify-content: space-between;
	padding: 10px 0px;
}
.tab-data-left{
	font-size: 15px;
	margin-left: 12px;
	color: #484848;
}
.tab-data-right{
	font-size: 15px;
	margin-right: 12px;
	color: #484848;
}
.how-work{
	padding: 20px 0px 10px;
}

.how-work h2 {
	font-size: 20px;
	line-height: 25px;
	/* padding-bottom: 10px; */
}
.row.intro-content {
	padding: 15px 0;
}


#customers {
	border-collapse: collapse;
	width: 100%;
}

#customers td, #customers th {
	border: 1px solid #ddd;
	padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #14504e;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}

.title-center{
	justify-content: lecacy center;
}
.selected-car {
	display: flex;
	justify-content: center;
	background: #f9f9f9;
	padding: 10px 0 20px;
	border-radius: 5px;
}
.selected-car h3 {
	font-size: 20px;
	color: #040404;
	text-align: center;
	padding: 6px 10px;
}
.model-feature {
	border: 2px solid #115b5a;
	margin-bottom: 10px;
	padding: 13px;
	border-radius: 5px;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
}
.model-feature h4 {
	font-size: 24px;
	text-align: center;
	letter-spacing: 1px;
	color: #115b5a;
}
.model-price {
	display: flex;
	justify-content: space-between;
	/* padding: 5px 0; */
	padding-top: 10px;
}
.model-price h3 {
	font-size: 16px;
	/*color: #d30707;*/
	color: #42468d;
	line-height: 20px;
	font-weight: normal;
	/* font-weight: 600; */
}
/*.model-price h3 span {
    color: #115b5a;
    font-weight: 500;
    font-size: 18px;
}*/
.model-price h3 span {
	color: #ebd807;
	font-weight: 500;
	font-size: 18px;
	background: #14504e;
	padding: 5px 13px;
	/* border-radius: 5px; */
}
.model-price p {
	font-size: 16px;
	color: #0b5293;
	line-height: 20px;
	font-weight: 500;
	padding-top: 6px;
}


.custom-btn {
	width: 180px;
	/*height: 40px;*/
	color: #fff;
	border-radius: 5px;
	padding: 10px 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	7px 7px 20px 0px rgba(0,0,0,.1),
	4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
	margin: 0 auto;

}

.btn-3 {
	background: rgb(0,172,238);
	background: linear-gradient(0deg, rgb(22 116 153) 0%, rgba(2,126,251,1) 100%);
	width: 180px;
	height: 40px;
	line-height: 42px;
	padding: 0;
	margin: 0 auto;
	display: block;
}
.btn-3 span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.btn-3:before,
.btn-3:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	background: rgba(2,126,251,1);
	transition: all 0.3s ease;
}
.btn-3:before {
	height: 0%;
	width: 2px;
}
.btn-3:after {
	width: 0%;
	height: 2px;
}
.btn-3:hover{
	background: transparent;
	box-shadow: none;
}
.btn-3:hover:before {
	height: 100%;
}
.btn-3:hover:after {
	width: 100%;
}
.btn-3 span:hover{
	color: rgba(2,126,251,1);
}
.btn-3 span:before,
.btn-3 span:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: rgba(2,126,251,1);
	transition: all 0.3s ease;
}
.btn-3 span:before {
	width: 2px;
	height: 0%;
}
.btn-3 span:after {
	width: 0%;
	height: 2px;
}
.btn-3 span:hover:before {
	height: 100%;
}
.btn-3 span:hover:after {
	width: 100%;
}

table.table.table-border {
	border: 1px solid #e8e8e8;
}
.table-borderless tr td {
	border: none;
}
.table-borderless td, .table-borderless th {
	border: none;
}

.bank-details {
	margin: 20px 0;
}

.bank-details h3 {
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 10px;
}
.strory-card-img {
    width: 150px;
    max-height: 175px;
}
.go-toggle {
	margin: 1em;
	/*font-family: "Sigmar One", cursive;*/
	letter-spacing: 1px;
	height: 2.5em;
	width: 7em;
	background: rgb(0, 89, 255);
	color: rgb(255, 255, 255);
	font-size: 1.05em;
	border: none;
	border-radius: 5px;
	transition: all 0.3s ease-out;
}
.btn-33 {
	position: relative;
	background: rgb(171 26 25);
	z-index: 1;
	transition: all 0.3s ease-out;
	margin: 0 auto;
}
.btn-33:hover {
	color: #fff;
	cursor: pointer;

}

.btn-33::after {
	content: " ";
	position: absolute;
	height: 100%;
	width: 0;
	background: #115b5a;
	right: 0;
	top: 0;
	border-radius: 5px;
	z-index: -1;
	color: #fff;
	transition: all 0.3s ease-out;
}

.btn-33:hover:after {
	width: 100%;
}

.bank-logo img {
	height: 70px;
}

.table-borde tr td {
	border-bottom: 1px solid var(--border);
	vertical-align: middle !important;
}

.table-border>tbody>tr {
	border-bottom: 1px solid var(--border);
	vertical-align: baseline !important;
}


/* 9 */
.btn-9 {
	border: none;
	transition: all 0.3s ease;
	overflow: hidden;
}
.btn-9:after {
	position: absolute;
	content: " ";
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1fd1f9;
	background-image: linear-gradient(315deg, #1fd1f9 0%, #115b5a 74%);
	transition: all 0.3s ease;
}
.btn-9:hover {
	/*background: transparent;*/
	box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
	-4px -4px 6px 0 rgba(116, 125, 136, .2),
	inset -4px -4px 6px 0 rgba(255,255,255,.5),
	inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
	color: #fff;
}
.btn-9:hover:after {
	/*-webkit-transform: scale(2) rotate(180deg);*/
	/*transform: scale(2) rotate(180deg);*/
	/*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),*/
	/*-4px -4px 6px 0 rgba(116, 125, 136, .2),*/
	/*inset -4px -4px 6px 0 rgba(255,255,255,.5),*/
	/*inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
}

/* 10 */
.btn-10 {
	background: rgb(22,9,240);
	background: linear-gradient(0deg, rgb(20 80 78) 0%, rgb(7 118 216) 100%);
	color: #fff;
	border: none;
	transition: all 0.3s ease;
	overflow: hidden;
}
.btn-10:after {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	-webkit-transform: scale(.1);
	transform: scale(.1);
}
.btn-10:hover {
	color: #fff;
	border: none;
	background: transparent;
}
.btn-10:hover:after {
	background: rgb(0,3,255);
	background: linear-gradient(0deg, rgba(2,126,251,1) 0%,  rgba(0,3,255,1)100%);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.butoon-emi-footer {
	display: flex;
	justify-content: space-between;
	margin: 15px 0px;
}
.duel-button {
}

@media (min-width: 1025px) {
	.h-custom {
	}
}

/***************Pop Up Search Form**********/
.search-inner-module{
	/*background-color: #222;*/
	padding: 20px 0px;
}



:root {
	--color-black: #1a1a1a;
	--color-darks: #333;
	--color-greys: #ccc;
	--color-light: #f5f5f5;
	--color-white: #fff;
	--color-blues: #3c83f6;
	--shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	--shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	--shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.centered {
	margin-bottom: 1rem;
	text-align: center;
	vertical-align: middle;
}
.form-group {
	position: relative;
}
.form-arrow {
	position: absolute;
	top: 0.65rem;
	right: 0.5rem;
	z-index: 10;
	font-size: 1.35rem;
	line-height: inherit;
	color: var(--color-darks);
}
.form .dropdown {
	position: relative;
}
.form .dropdown-select {
	position: relative;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	cursor: pointer;
	user-select: none;
	width: 100%;
	height: auto;
	padding: 0.75rem 1.25rem;
	border: none;
	outline: none;
	border-radius: 0.25rem;
	color: var(--color-black);
	background-clip: padding-box;
	background-color: var(--color-white);
	box-shadow: var(--shadow-medium);
	transition: all 0.3s ease-in-out;
}
.form .dropdown-menu {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 10;
	border-radius: 0.25rem;
	background-color: var(--color-white);
	box-shadow: var(--shadow-large);
	transition: all 0.3s ease-in-out;
}
.form .dropdown-menu-inner {
	max-height: 16rem;
	overflow-y: scroll;
	overflow-x: hidden;
}
.form .dropdown-menu-inner::-webkit-scrollbar {
	width: 5px;
	height: auto;
}
.form .dropdown-menu-inner::-webkit-scrollbar-thumb {
	border-radius: 0.25rem;
	background-color: var(--color-greys);
	box-shadow: var(--shadow-small);
}
.form .dropdown-menu-item {
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: inherit;
	cursor: pointer;
	user-select: none;
	padding: 0.65rem 1.25rem;
	background-color: var(--color-white);
	transition: all 0.2s ease-in-out;
}
.form .dropdown-menu-item:hover {
	color: var(--color-black);
	background-color: var(--color-greys);
}
.form .dropdown-menu-item.is-select, .form .dropdown-menu-item.is-select:hover {
	color: var(--color-white);
	background-color: var(--color-blues);
}
.form .dropdown-menu-search {
	display: block;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	height: auto;
	padding: 0.65rem 1.25rem;
	border: none;
	outline: none;
	color: var(--color-black);
	background-clip: padding-box;
	background-color: var(--color-light);
}
.wrapper-column {
	max-width: 40rem;
	height: auto;
	margin: 0 auto;
	padding: 5rem 3rem;
	border-radius: 0.25rem;
	background-color: var(--color-white);
	box-shadow: var(--shadow-medium);
}

.latest-news-wrapper{
	margin-bottom: 40px;
}
.section-heading h2 {
	font-size: 24px;
	line-height: 25px;
	padding-bottom: 10px;
	text-transform: none;
	text-align: center;
}

section.inner-section.faq-part {
	background: #f5f6f7;
	padding: 40px 0px;
}
.faq-child {
	border-radius: 8px;
	margin-bottom: 10px;
	background: var(--white);
	border-left: 3px solid var(--primary);
	border-right: 3px solid var(--primary);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.faq-child:hover .faq-que button {
	color: var(--primary)
}

.faq-child:last-child {
	margin-bottom: 0px
}

.faq-que button {
	width: 100%;
	border: none;
	outline: none;
	background: none;
	text-align: left;
	padding: 10px 25px;
	color: var(--text);
	font-size: 18px;
	font-weight: 500;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}

.faq-ans p {
	font-size: 15px;
	line-height: 21px;
	padding: 13px 20px;
	border-top: 1px solid var(--border);
}
.faq-title {
	font-size: 24px;
	line-height: 25px;
	/* color: #222; */
	padding-bottom: 17px;
	/* text-align: justify; */
}

.inner-des{
	display: block;
}

.form-custom-mr{
	width: 25% !important;
}
.form-custom-mr-field{
	width: 75% !important;
}

.filter-inner {
	background: #0a2827;
	padding: 24px;
}
span.select-control-label {
	line-height: 45px;
	color: #fff;
}
.select .select-control .select-control-caret {
	position: absolute;
	right: 12px;
	line-height: 2.5em;
	color: #fff;
}

/***********************Story detailss ********************/


section.story-part-wrapper {
	margin-bottom: 20px;
}
.story-des-left .story-gal {
	margin-bottom: 10px;
	margin-top: 0px;
}
.story-larg-gal-pic{}
.story-larg-gal-pic img{
	width: 100%;
	max-height: 500px;
	margin-bottom: 20px;
}

.story-larg-gal-pic h2{
	font-size: 18px;
	line-height: 22px;
	color: #222;
}
.story-larg-gal-pic p{
	font-size: 14px;
	line-height: 20px;
	color: #222;
	text-align: justify;
	padding: 15px 0;
}
.story-title-view {
	font-size: 15px;
	line-height: 18px;
	/* margin-bottom: 5px; */
	font-weight: 500;
	padding-top: 7px;
	/* padding: 7px 0px; */
}

.story-title-view a{
	color:#040b1e ;
}
.load-more-button-2{}
.load-more-button-2 a{
	background-color: #14504e;
	padding: 10px 20px;
	font-size: 20px;
	padding: 3px 10px;
	font-size: 13px;
	color: #fff;
	/* margin: 30px 0; */
	transition: 0.5s;
}


/*Story New Product*/


:root {
	--font1: 'Heebo', sans-serif;
	--font2: 'Fira Sans Extra Condensed', sans-serif;
	--font3: 'Roboto', sans-serif;

	--btnbg: #ffcc00;
	--btnfontcolor: rgb(61, 61, 61);
	--btnfontcolorhover: rgb(255, 255, 255);
	--btnbghover: #ffc116;
	--btnactivefs: rgb(241, 195, 46);


	--label-index: #960796;
	--danger-index: #5bc257;
	/* PAGINATE */
	--link-color: #000;
	--link-color-hover: #fff;
	--bg-content-color: #ffcc00;

}

.container-fluid {
	max-width: 1400px;

}

.card-custom-story {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
	border: 0;
	border-radius: 5px;
}

.card-img,
.card-img-top {
	border-top-left-radius: calc(1rem - 1px);
	border-top-right-radius: calc(1rem - 1px);
}


.card-custom-story h5 {
	overflow: hidden;
	height: 45px;
	font-weight: 300;
	font-size: 1rem;
}

.card-custom-story h5 a {
	color: black;
	line-height: 21px;
	font-size: 18px;
	text-decoration: none;
}

.card-img-top {
	width: 100%;
	min-height: 175px;
	/* max-height: 290px; */
	object-fit: contain;
	padding: 10px;
}

.card-custom-story h2 {
	font-size: 1rem;
}


.card-custom-story:hover {
	transform: scale(1.02);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

/* Centered text */
.label-top {
	position: absolute;
	background-color: var(--label-index);
	color: #fff;
	top: 8px;
	right: 8px;
	padding: 5px 10px 5px 10px;
	font-size: .7rem;
	font-weight: 600;
	border-radius: 3px;
	text-transform: uppercase;
}

.top-right {
	position: absolute;
	top: 24px;
	left: 24px;

	width: 90px;
	height: 90px;
	border-radius: 50%;
	font-size: 1rem;
	font-weight: 900;
	background: #8bc34a;
	line-height: 90px;
	text-align: center;
	color: white;
}

.top-right span {
	display: inline-block;
	vertical-align: middle;
	/* line-height: normal; */
	/* padding: 0 25px; */
}

.aff-link {
	/* text-decoration: overline; */
	font-weight: 500;
}

.over-bg {
	background: rgba(53, 53, 53, 0.85);
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
	backdrop-filter: blur(0.0px);
	-webkit-backdrop-filter: blur(0.0px);
	border-radius: 10px;
}
.bold-btn {

	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	padding: 5px 50px 5px 50px;
}
.box .btn {
	font-size: 1.5rem;
}



/* START BUTTON */
.btn-warning {
	background: #14504e;
	color: rgb(255 255 255);
	fill: #ffffff;
	font-weight: normal;
	border: none;
	text-decoration: none;
	outline: 0;
	/* box-shadow: -1px 6px 19px rgba(247, 129, 10, 0.25); */
	border-radius: 100px;
}
.btn-warning:hover {
	background: var(--btnbghover);
	color: var(--btnfontcolorhover);
	/* box-shadow: -1px 6px 13px rgba(255, 150, 43, 0.35); */
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
	background: var(--btnbghover);
	color: var(--btnfontcolorhover);
	/* box-shadow: -1px 6px 13px rgba(255, 150, 43, 0.35); */
}
.btn-warning:active:focus {
	box-shadow: 0 0 0 0.25rem var(--btnactivefs);
}
.btn-warning:active {
	background: var(--btnbghover);
	color: var(--btnfontcolorhover);
	/* box-shadow: -1px 6px 13px rgba(255, 150, 43, 0.35); */
}

/* END BUTTON */

.bg-success {
	font-size: 14px;
	background-color: #56564e!important;
	color: rgb(255 255 255)!important;
	font-weight: normal;
	border-radius: 10px;
	padding: 7px 13px;
}
.bg-danger {
	font-size: 1rem;
}


.price-hp {
	font-size: 1rem;
	font-weight: 600;
	color: darkgray;
}

.amz-hp {
	font-size: .7rem;
	font-weight: 600;
	color: darkgray;
}

.fa-question-circle:before {
	/* content: "\f059"; */
	color: darkgray;
}

.fa-heart:before {
	color:crimson;
}
.fa-chevron-circle-right:before {
	color: darkgray;
}

.bg-grey{
	background-color: #e4e6f2;
}


/******************manage-product-body*********************/

.manage-product-body{
	background-color: #6166de;
}
.profile-name h1{
	font-size: 20px;
	color: #fff;
	text-align: center;
}


.accordion .pagenav-custom-manage-product h4 {
	text-transform: capitalize;
	padding: 5px 10px;
	background: #0a0c23;
	margin: 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	border-left: 4px solid #6166de;
	border-radius: 0px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.accordion .pagenav-custom-manage-product a {
	text-decoration: none;
	color: #fff;
}

.accordion .pagenav-custom-manage-product h4 i {
	color: #817879;
}

.shop-widget-content-profile:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-style: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: 8px;
	color: #14504e;
}
.manage-pro-bullet:before{
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-style: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: 8px;
	color: #fe8a27;
}
.widget-list-product{
	background: #00010e;
	padding: 10px 30px !important;
}

.widget-list-product li:hover {
	background-color: #f00;
	color: #14504e;
}

.accordion-profile .pagenav-custom-manage-product li:hover {
	background: none;
	color: #fff;
	font-weight: 600;
}
.manage-pro-bullet label:hover {
	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;
	font-size: 14px;
	font-weight: normal;
	color: #707176;
	text-decoration: underline;
}
.manage-product-body ul{
	background-color: #00000c;
}
.acco-cus{
	background-color: #00010e;
}

.nav-pro-manage{
	background: none;
}
.nav-pro-manage li{
	/*width: 150px;*/
}

.nav-pro-manage li a.active {
	background: #00010e;
	margin-right: 20px;
	color: #fff;
	border: none;
}
.nav-pro-manage li a {
	background: #f2f3f7;
	margin-right: 20px;
	width: 175px;
	text-align: center;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
	color: #79797b;
}

.dropbtn {
	background-color: #3498DB;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
	background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
	/*display:block;*/
}
tr#toggle-example {
	/*display: contents;*/
}
.form-manage{
	background: #f8fefe;
}

.condition-qustion-wrap{}
.con-title {
	font-size: 20px;
	color: #323433;
	line-height: 22px;
	padding: 15px 0px;
}
.condition-qustion-box {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 10px 10px 0px 10px;
}
.qus-box {
	padding: 10px;
	border: 1px solid #dde1e2;
	border-radius: 10px;
	margin-bottom: 15px;
}
.inner-qus-part{
	margin-bottom: 15px;
}
.qus-box h3 {
	font-size: 16px;
	color: #323433;
	line-height: 18px;
	padding: 5px 0px;
}
.qus-box p{
	font-size: 14px;
	color: #4a4c4b;
	line-height: 18px;
	padding: 5px 0px;
}


.themeBtn {
	background: #14504e;
	/*background: #00000c;*/
	color: #ffffff !important;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	height: 35px;
	line-height: 0.8;
	padding: 10px 17px;
	text-transform: capitalize;
	border-radius: 1px;
	letter-spacing: 0.5px;
	border: 0px !important;
	margin-left: 10px;
	cursor: pointer;
	border-radius: 7px;
	transition: 0.5s;
}
.themeBtn:hover {
	background: #c6c6c6;
	color: #222 !important;
	box-shadow: 0 10px 25px -7px rgb(106 101 98 / 60%);
}

.themeBtn-2 {
	background: #c6c6c6;
	color: #000 !important;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	height: 35px;
	line-height: 0.8;
	padding: 10px 17px;
	text-transform: capitalize;
	border-radius: 1px;
	letter-spacing: 0.5px;
	border: 0px !important;
	cursor: pointer;
	border-radius: 7px;
	transition: 0.5s
}
.themeBtn-2:hover {
	background: #00000c;
	color: #fff !important;
	box-shadow: 0 10px 25px -7px rgb(106 101 98 / 60%);
}

.qus-btn {
	background: #222;
	padding: 10px 25px;
	color: #fff;
	line-height: 20px;
	cursor: pointer;
	margin: 15px 0px;
	transition: 0.5s;
}

.qus-btn:hover {
	background: #115b5a;
	color: #fff !important;
	box-shadow: 0 10px 25px -7px rgb(106 101 98 / 60%);
}

.qus-submit h2 {
	color: #ff7701;
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 10px;
	font-weight: normal;
}

.upload-image {
	margin: 20px 0px;
}
.container-upload {
	/* height: 100vh; */
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.container-upload .upload-box {
	border-width: thick;
	padding: 10px;
	border: 1px solid #c7c7c7;
	border-style: dashed;
	min-height: 200px;
	width: 100%;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.container-upload .upload-box .content {
    padding: 1rem 0rem;
    text-align: center;
    width: 33%;
    /* border: 1px solid; */
}
.container-upload .upload-box .content .upload-icon {
    padding-bottom: 1rem;
    height: 130px;
}
.container-upload .upload-box .content .upload-icon img {
    width: 22%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.container-upload .upload-box .content .text {
	font-weight: 400;
	display: inline;
	color: smokewhite;
}
.container-upload .upload-box .content .upload-btn-wrapper {
	padding-top: 1rem;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.container-upload .upload-box .content .btn {
	border: none;
	color: white;
	background-image: linear-gradient(to right top, #151518, #1f2022, #1d1e22, #2a2a2c, #34333e);
	padding: 10px 40px;
	border-radius: 3px;
	font-size: 1.1rem;
	font-weight: 500;
}
.container-upload .upload-box .content .btn:hover{
	background: #115b5a;
}

.container-upload .upload-box .content .upload-btn-wrapper input[type="file"] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.warranty-content {
    padding-bottom: 8px;
}
.warranty-content p {
	font-size: 14px;
	background: #f2f3f7;
	padding: 10px;
	text-transform: capitalize;
	color: #000;
	margin-bottom: 10px;
}
#avatar {
	border: 1px dashed #ccc;
	padding: 1px;
}
#avatar-2{
	border: 1px dashed #ccc;
	padding: 1px;
}

.activate-button {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #b2b6b7;
	border-bottom: 1px solid #b2b6b7;
	margin: 30px 0px 40px;
}
.deactive-btn {
	font-size: 15px;
	background-color: #fe0000;
	line-height: 38px;
	text-align: center;
	color: #fff;
	width: 140px;
	border-radius: 5px;
	text-align: center;
	margin: 20px 0;
	transition: 0.5s;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.deactive-btn:hover {
	background-color: #222;
	color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

/*table*/
.panel-table {
	display:table;
}
.panel-table > .panel-heading {
	display: table-header-group;
	background: transparent;
}
.panel-table > .panel-body {
	display: table-row-group;
}
.panel-table > .panel-body:before,
.panel-table > .panel-body:after {
	content:none;
}
.panel-table > .panel-footer {
	display: table-footer-group;
	background: transparent;
}
.panel-table > div > .tr {
	display: table-row;
}
.panel-table > div:last-child > .tr:last-child > .td {
	/*border-bottom: none;*/
}

.panel-table .td {
	display: table-cell;
	padding: 3px;
	border: 1px solid #ddd;
	text-align: center;
}
.panel-table .td:last-child {
	/*border-right: none;*/
}
.panel-table > .panel-heading > .tr > .td,
.panel-table > .panel-footer > .tr > .td {
	background-color: #f5f5f5;
}
.panel-table > .panel-heading > .tr > .td:first-child {
	border-radius: 4px 0 0 0;
}
.panel-table > .panel-heading > .tr > .td:last-child {
	border-radius: 0 4px 0 0;
}
.panel-table > .panel-footer > .tr > .td:first-child {
	border-radius: 0 0 0 4px;
}
.panel-table > .panel-footer > .tr > .td:last-child {
	border-radius: 0 0 4px 0;
}
/*table*/


/******************Order Box*************/

.customize-order-box{}
.customize-order-box h2{
	font-size: 26px;
	color: #222;
	padding: 10px 0px;
}
.order-box {
	border: 1px solid #fb8a2c;
	border-radius: 5px;
	padding: 10px;
	display: flex;
}
.order-box-icon{}
.order-box-icon img {
	width: 60px;
	height: 60px;
}
.order-box-number {
	padding: 8px 10px 4px 14px;
}
.order-box-number h3 {
	font-size: 30px;
	color: #010423;
	/* text-align: center; */
}
.order-box-number p {
	font-size: 14px;
	color: #83818f;
	/* text-align: center; */
}

.seller-pro-tab{
	width: 100%;
}
.seller-pro-tab tbody{
	border: none !important;
}
.seller-pro-tab tbody tr {
	background: #eff0f3;
}
.seller-pro-tab th{
	background: #e7ffff;
}

.seller-pro-tab td, .seller-pro-tab th {
	border: none;
	padding: 8px;
	text-align: left;
	text-align: center;
}
.seller-pro-tab {
	/*width: 800px;*/
	/*margin: 50px auto;*/
	/*font-family: Arial, sans-serif;*/
	font-size: 14px;
	border-collapse: separate;
	border-spacing: 0 7px;
}
.seller-pro-tab thead {
	background-color: green;
	color: #fff;
}
.seller-pro-tab thead td:first-child {
	border-left: 1px solid green;
}
.seller-pro-tab thead td:last-child {
	border-right: 1px solid green;
}
.seller-pro-tab td {
	height: 50px;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.seller-pro-tab td:after {
	content: '';
	width: 1px;
	position: absolute;
	right: 0;
	top: 8px;
	bottom: 8px;
	background-color: #eee;
}
.seller-pro-tab td:last-child:after {
	content: none;
}
.seller-pro-tab tbody td {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.seller-pro-tab tbody td:first-child {
	border-left: 1px solid #eee;
}
.seller-pro-tab tbody td:last-child {
	border-right: 1px solid #eee;
}
.seller-pro-tab tbody tr:hover {
	background-color: #fafafa;
}

.my-menu {
	margin-top: -10px !important;
}
.my-menu ul {
	display: none;
	position: absolute;
	left: -39px;
	top: 100%;
	padding: 5px 10px;
	border-radius: 5px;
}
.my-menu li {
	position: relative;
}
.my-menu li a{
	font-size: 20px;
	font-weight: 700;
	color: #222;
}

/* Look, Ma! No onclick handler! */
.my-menu li:hover > ul {
	display: block;
	background: #fff;
	z-index: 999;
}
.my-menu ul li {
	border-bottom: 1px solid #f2ebeb;
	text-align: left;
}
.my-menu ul li:last-child{
	border: none;
}

.my-menu li:focus-within > ul {
	display: block;
}
.my-menu ul li a {
	color: #746f6f;
	font-size: 12px;
	font-weight: normal;
}
.my-menu ul li a:hover{
	color: #115b5a;
}
.dashboard-top-slider {
	min-height: 200px;
}

.dashboard-top-slider img {
	width: 100%;
	max-height: 200px;
	position: absolute;
}
.dashboard-pic{}
.dashboard-pic-sec {
	position: relative;
	top: 44px;
	display: flex;
	justify-content: space-evenly;
	/* left: 0; */
}
.dashboard-pic img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.dashboard-pic-info{}
.dashboard-pic-info h2 {
	font-size: 28px;
	color: #fff;
	line-height: 31px;
	text-transform: capitalize;
}
.dashboard-pic-info h4{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	text-transform: capitalize;
}
.dashboard-pic-info p{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-transform: uppercase;
}

.edit-profile {
	margin: 10px 0px;
	display: flex;
}
.edit-btn {
	font-size: 14px;
	text-align: center;
	color: #222;
	padding: 5px 12px;
	background: #fff;
	text-decoration: none;
	border-radius: 5px;
}
.edit-btn-control {
	background: #fff;
	margin-left: 15px;
	padding: 10px;
	border-radius: 5px;
}

.footer-admin-list{
	background: #00010e;
}
.admin-service-list {
	justify-content: center;
	display: flex;
}
.admin-service-list ul{
	padding: 10px 0px;
}
.admin-service-list ul li {
	display: inline-block;
	margin: 0px 15px;
}
.admin-service-list ul li a{
	font-size: 14px;
	color: #fff;
	transition: 0.5s;
	font-weight: normal;
}
.admin-service-list ul li a:hover{
	color: #f00;
}
.sign-out-btn {
	display: flex;
	justify-content: center;
}
.header-part-dashboard{
	background: #02021a;
}
.header-brand-logo img{
	width: 180px;
}


.header-dashboard-content {
	padding: 11px 0px;
	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;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.signup-title{}
.signup-title h2{
	font-size: 25px;
	text-align: center;
	color: #fff;
}

/*************side bar menu filter for spare parts***************/

.sidebar-navigation {
	height: auto;
	background-color: #fff;
	webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
	/* box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16); */
	margin-bottom: 10px;
}
.sidebar-navigation .title {
	display: block;
	font-size: 16px;
	padding: 14px 25px;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	color: rgba(0,0,0,.87);
	border-bottom: 1px solid #dddbdb;
}
.sidebar-navigation > ul > li > a {
	text-transform: uppercase;
}
.sidebar-navigation ul {
	margin: 0;
	padding: 0;
}
.sidebar-navigation ul li {
	display: block;
}
.sidebar-navigation ul li a {
	position: relative;
	display: block;
	font-size: 0.9em;
	font-weight: 600;
	padding: 15px 10px;
	text-decoration: none;
	color: #2e2e2e;
	letter-spacing: .02em;
	border-bottom: 1px solid #eee;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.sidebar-navigation ul li a em {
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	padding: 5px;
	border-radius: 50%;
}
.sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
	background-color: #ecf0f1;
	color: #495d62;
	border-color: rgba(255, 255, 255, 0.1);
}
.sidebar-navigation ul li ul {
	display: none;
}
.sidebar-navigation ul li ul.open {
	display: block;
}
.sidebar-navigation ul li ul li a {
	color: #495d62;
	border-color: rgba(255, 255, 255, 0.1);
}
.sidebar-navigation ul li ul li a:before {
	content: '';
	width: 10px;
	height: 1px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	background-color: #495d62;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.sidebar-navigation ul li ul li:hover > a, .sidebar-navigation ul li ul li.selected > a {
	background-color: #e6ebed;
}
.sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
	margin-right: 10px;
}
.sidebar-navigation ul li ul li.selected.selected--last > a {
	background-color: #94aab0;
	color: #fff;
}
.sidebar-navigation ul li ul li.selected.selected--last > a:before {
	background-color: #fff;
}
.subMenuColor1 {
	background-color: #fbfcfc;
}
.subMenuColor2 {
	background-color: white;
}
.subMenuColor2 {
	background-color: white;
}
.subMenuColor2 {
	background-color: white;
}
.subMenuColor2 {
	background-color: white;
}
.subMenuColor2 {
	background-color: white;
}
.subMenuColor2 {
	background-color: white;
}
.subMenuColor2 {
	background-color: white;
}
.subMenuColor2 {
	background-color: white;
}
.subMenuColor2 {
	background-color: white;
}
.mdi-chevron-down:before {
	content: "\f3d0";
}
.mdi:before, .mdi-set {
	display: inline-block;
	/*font-family: "Ionicons";*/
	font: normal normal normal 24px/1 "Ionicons";
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mdi-flip-v:before {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}
.mdi-chevron-down:before {
	content: "\f3d0";
}

li.filter-list {
	margin: 5px 10px;
	padding: 5px 0px;
	border-bottom: 1px solid #ccc;
}
.shop-widget-content-2 {
	color: #495d62;
	position: relative;
	display: block;
	font-size: 0.9em;
	font-weight: 600;
	padding: 3px 10px;
	text-decoration: none;
	letter-spacing: .02em;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.shop-widget-content-2 label{
	margin-left: 10px;
}
.shop-widget-content-2:hover{
	color: #14504e;
	padding-left: 10px;
	cursor: pointer;
}
.sidebar-navigation ul li a:last-child{
	border: none;
}

/***************************Spare parts Single Product******************/

.spare-parts-details{}
.spare-parts-title {}
.spare-parts-title h2{
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: rgba(0,0,0,.54);
}
.spare-parts-title h3 {
	margin: 4px 0 0;
	font-size: 20px;
	line-height: 30px;
	/* font-weight: 700; */
	text-transform: capitalize;
	color: rgba(0,0,0,.87);
}

._3L7rS {
	margin: 4px 0px 4px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	border-bottom: 1px solid rgba(0,0,0,.12);
}
.FHgsu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.FHgsu>span {
	font-weight: 400;
	color: rgba(0,0,0,.54);
}
.FHgsu>b {
	margin-top: 8px;
	font-weight: 500;
	text-transform: uppercase;
	color: rgba(0,0,0,.87);
	font-size: 12px;
}
.rating-point h3 {
	background-color: #ff7701;
	border-radius: 6px;
	font-size: 12px;
	color: #fff;
	width: 62px;
	line-height: 30px;
	margin: 10px 0;
	font-weight: normal;
	text-align: center;
}

.spe-offer-box{
	display: flex;
}
._6Fm6r {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 234px;
	height: 55px;
	background: #f7f7fa;
	border: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	cursor: pointer;
	margin-right: 20px;
}
._6Fm6r:last-child {
	margin: 0px;
}

._1zUEE {
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	letter-spacing: .08px;
	color: rgba(0,0,0,.54);
}
._1cT-1, ._3ejHa {
	display: inline-block;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 176px;
	width: 11rem;
	letter-spacing: .2px;
	letter-spacing: .0125rem;
}
._1cT-1 {
	padding-top: 6px;
	font-weight: 600;
	font-size: 14px;
	line-height: 15px;
	color: rgba(0,0,0,.87);
}
._3ejHa {
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: rgba(0,0,0,.54);
}

._2k0Dq {
	margin: 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: .08px;
	letter-spacing: .005rem;
	text-transform: capitalize;
	color: rgba(0,0,0,.87);
	margin: 30px 0px 15px;
	font-weight: 600;
}

._2ePR8 {
	margin-top: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
._2RTKR {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .08px;
	letter-spacing: .005rem;
	text-transform: capitalize;
	color: rgba(0,0,0,.87);
	font-family: Gilroy,sans-serif;
}

.GSJW1 {
	margin-top: 20px;
	display: grid;
	grid-template-columns: 1fr;
	border: 1px solid rgba(0,0,0,.12);
	overflow: hidden;
}
.zi77L, ._2cwDX {
	display: -ms-flexbox;
	display: flex;
}
.zi77L {
	border-bottom: 1px solid #e1e1e1;
}
._2cwDX {
	padding: 8px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: calc(48% - 16px);
	min-height: 28px;
	height: auto;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	letter-spacing: .14px;
	background-color: #f7f7fa;
	color: rgba(0,0,0,.87);
}
._3EYIU {
	padding: 8px;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: calc(52% - 16px);
	font-size: 14px;
	min-height: 28px;
	height: auto;
	font-weight: 600;
	/* opacity: .8; */
	text-align: left;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	letter-spacing: .14px;
	background-color: #fff;
	color: rgba(0,0,0,.87);
}
.pro-details-box {
	padding-top: 20px;
}
.pro-details-spare {
	margin: 10px 0px;
}
._2RTKR-ee {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .08px;
	letter-spacing: .005rem;
	text-transform: capitalize;
	color: rgba(0,0,0,.87);
	margin-bottom: 1px;
	font-family: Gilroy,sans-serif;
}
.pro-details-spare p {
	margin-top: 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	letter-spacing: .08px;
	color: rgba(0,0,0,.54);
}

/************brand logo lick Slider******************/


.slick-prev, .slick-next {
	position: absolute;
	top: 35%;
	font-size: 1.8rem;
	cursor: pointer !important;
}

.slick-prev {
	left: -10px;
}
.slick-next {
	right: 0;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	/*z-index: -9999;*/
	-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;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

/*.slick-slide.dragging img {
    pointer-events: none;
}*/
.slick-initialized .slide-in-right {
	cursor: pointer;
	padding: 0.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	border: 1px solid #d1d1d1;
	color: rgba(0,0,0,.87);
	transition: 0.5s;
}

.slick-initialized .slide-in-right-custom {
	cursor: pointer;
	padding: 0.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	border: 1px solid #d1d1d1;
	color: rgba(0,0,0,.87);
	transition: 0.5s;
}

.slide-in-logo:hover{
	border: 1px solid #f00;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slide {
	transition: filter .4s;
	margin: 0px 10px;
}

.brand-name {
	font-size: 14px;
	color: #222;
	font-weight: normal;
	text-transform: uppercase;
	/* padding-left: 10px; */
}
.slide-wrape {
	display: flex;
	gap: 1rem;
	margin-bottom: 4px;
}
.slide-in-logo{
	cursor: pointer;
	padding: 0.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	border: 1px solid #d1d1d1;
	color: rgba(0,0,0,.87);
	transition: 0.5s;
}
.slide-in-logo img {
	min-width: 32px;
	max-width: 64px;
	height: 32px;
	margin-right: 1rem;
}
.border-bo {
	margin: 0.5rem 0;
	border-bottom: 3px solid #f2f2f2;
}

.slick-initialized .slide-in-right-custom{
	display: block;
}
.slide-in-right-custom h3{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: rgba(0,0,0,.87);
	transition: 0.5s;
}

/**************rating***************/
._2ePR8 {
	margin-top: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
._2k0Dq {
	margin: 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: .08px;
	letter-spacing: .005rem;
	text-transform: capitalize;
	color: rgba(0,0,0,.87);
}
.special-offer-card {
	margin-top: 30px;
}
._1lhZR {
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0,0,0,.38);
}
._1LGv- {
	margin-top: 12px;
	display: -ms-flexbox;
	display: flex;
	grid-template-columns: auto auto;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0,0,0,.87);
	border-bottom: .5px solid rgba(0,0,0,.12);
	padding-bottom: 16px;
}
._2_fcf, ._2Nziz {
	display: grid;
	-ms-flex-align: center;
	align-items: center;
}
._2_fcf {
	margin-top: 24px;
}
._2Nziz {
	margin-bottom: 12px;
	grid-gap: 1rem;
	grid-template-columns: 1.5fr 1fr 1fr;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0,0,0,.87);
}

._1iNsu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	grid-gap: 12px;
	gap: 12px;
}
.col-12.col-md-6.col-sm-6.pro-zoom-inner {
	/*z-index: -222;*/
}
.col-12.col-md-6.col-sm-6.compatibility-wrapper {
	/*z-index: 5555 !important;*/
}



.btn-buy-all {
	display: flex;
}
.filter-second {
	margin: 15px 0px;
}

.form-control-custom-filter {
	width: 100%;
	height: 38px;
	border-radius: 0px;
	padding: 0px 10px 2px;
	background: none !important;
	text-align: center;
	border: 1px solid #e5dfdf;
}
.select-compare-pro {
	padding: 8px 20px;
}
a.add-button-compaer {
	background: #364040;
	margin: 0px;
	font-size: 14px;
	padding: 2px 7px;
	/* display: block; */
	height: 27px;
	/* text-align: center; */
	/* vertical-align: middle; */
	color: #fff;
	line-height: 25px;
	transition: 0.5s;
	margin-top: 4px;
	cursor: pointer;
	/* margin-left: 15px; */
	transition: 0.5s;
	border-radius: 5px;
}
a.add-button-compaer:hover {
	background-color: #1283a5;
	color: #fff;
}
ul.cd-features-list {
	/*display: none;*/
}
.form-control-custom-copare {
	width: 100%;
	height: 25px;
	border-radius: 0px;
	padding: 0px 10px 2px;
	background: none !important;
	text-align: center;
	border: 1px solid #e5dfdf;
	margin-bottom: 5px;
	font-size: 14px;
}
.butoon-group-filter {
	display: flex;
	justify-content: end;
}
.btn-filter-brand {
	margin-left: 3px;
}
.btn-filter-brand a {
	font-size: 14px;
	color: #fff;
	padding: 6px 10px;
	line-height: 20px;
	text-align: center;
	background: #14504e;
	margin: 10px 0;
	font-weight: normal;
	text-transform: capitalize;
}
.btn-filter-brand-2 {
	margin-left: 3px;
}
.btn-filter-brand-2 a {
	font-size: 14px;
	color: #fff;
	padding: 6px 10px;
	line-height: 20px;
	text-align: center;
	background: #98a1a1;
	margin: 10px 0;
	font-weight: normal;
	text-transform: capitalize;
}

.quantity-control {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: fit-content;
	/* margin: 0 auto; */
	background: #eaeaea;
	/* border-radius: 10px; */
	padding: 0.3rem 0.3rem;
	margin-left: 2rem;
}
.qun p{
	font-size: 14px;
	padding-top: 5px;
}
.quantity-btn {
	background: transparent;
	border: none;
	outline: none;
	margin: 0;
	padding: 0px 8px;
	cursor: pointer;
}
.quantity-btn svg {
	width: 9px;
	height: 9px;
}
.quantity-input {
	outline: none;
	user-select: none;
	text-align: center;
	width: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
}
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.add-to-cart-btn {
	margin-top: 18px;
}
.pdp-button {
	padding: 0 24px;
	border-radius: 2px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	outline: none;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.pdp-cart-concern {
	margin-top: 8px;
	border-radius: 2px;
	line-height: 44px;
	color: #fff;
	text-align: left;
	font-size: 16px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.add-to-cart-buy-now-btn {
	padding: 0;
	width: 271px;
	text-align: center;
	margin-right: 10px;
}
.pdp-button_theme_blueoto{
	border: 1px solid #14504e;
	background: #14504e;
	color: #fff;
}
.pdp-button-text {
	display: block;
}
.pdp-button_theme_orange {
	border: 1px solid #f57224;
	background: #f57224;
	color: #fff;
}
.pdp-button_theme_blueoto:hover {
	border-color: #26abd4;
	background: #26abd4;
}
.pdp-button_theme_orange:hover {
	background: #d0611e;
}

/*review*/

.details-gallery {
	position: relative
}

.details-label-group {
	position: absolute;
	top: 20px;
	left: 20px;
	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
}

.details-label {
	font-size: 14px;
	padding: 6px 10px;
	margin-bottom: 6px;
	line-height: 13px;
	border-radius: 3px;
	text-transform: capitalize;
	text-align: center;
	color: var(--white)
}

.details-label:last-child {
	margin-bottom: 0px
}

.details-label.off {
	background: var(--red)
}

.details-label.new {
	background: var(--green)
}

.details-label.sale {
	background: var(--orange)
}

.details-label.feat {
	background: var(--purple)
}

.details-label.rate {
	background: var(--yellow)
}

.details-preview {
	margin-bottom: 16px
}

.details-preview li img {
	width: 100%;
	border-radius: 8px
}

.details-thumb li {
	margin: 0px 8px;
	cursor: pointer
}

.details-thumb li img {
	width: 100%;
	border-radius: 8px;
	border: 1px solid var(--white)
}

.details-thumb .slick-current img {
	border: 1px solid var(--primary)
}

.product-navigation {
	margin-bottom: 25px;
	padding: 20px 25px;
	border-radius: 8px;
	background: var(--white);
	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
}

.product-navigation li a {
	color: var(--text);
	text-transform: capitalize;
	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
}

.product-navigation li a:hover {
	color: var(--primary)
}

.product-navigation li a:hover .product-nav-popup {
	visibility: visible;
	opacity: 1
}

.product-nav-popup {
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 3;
	width: 100px;
	height: auto;
	visibility: hidden;
	opacity: 0;
	padding: 10px;
	border-radius: 8px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: var(--white);
	border: 1px solid var(--border);
	-webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 15px 35px 0px rgba(0, 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
}

.product-nav-popup::before {
	position: absolute;
	content: "";
	z-index: -1;
	top: -3px;
	left: 50%;
	width: 12px;
	height: 12px;
	border-radius: 3px;
	-webkit-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	background: var(--white);
	border-top: 1px solid var(--border);
	border-left: 1px solid var(--border)
}

.product-nav-popup img {
	width: 100%
}

.product-nav-popup small {
	font-size: 14px;
	line-height: 18px;
	display: inline-block
}

.details-content {
	padding: 35px 35px;
	border-radius: 8px;
	background: var(--white)
}

.details-name {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 5px;
	text-transform: capitalize
}

.details-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
}

.details-name a:hover {
	color: var(--primary)
}

.details-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
}

.details-meta p {
	font-size: 13px;
	margin-right: 20px;
	white-space: nowrap;
	text-transform: uppercase;
	color: var(--placeholder)
}

.details-meta span,
.details-meta a {
	margin-left: 5px;
	color: var(--placeholder)
}

.details-meta a:hover {
	text-decoration: underline;
	color: var(--primary)
}

.details-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
}

.details-rating i,
.details-rating a {
	font-size: 15px;
	margin-right: 3px;
	color: var(--gray)
}

.details-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
}

.details-rating a:hover {
	color: var(--primary);
	text-decoration: underline
}

.details-rating .active {
	color: var(--yellow)
}

.details-price {
	/*margin-bottom: 20px*/
}

/*.details-price del {
	color: var(--red);
	margin-right: 25px
}*/
.details-price del {
	color: #8b8484;
	margin-right: 25px;
}

.details-price span {
	color: #dd823b;
	white-space: nowrap;
}
.details-price span small {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize
}

.details-desc {
	margin-bottom: 25px
}

.details-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
}

.details-list-group:last-child {
	margin-bottom: 0px
}

.details-list-title {
	font-weight: 500;
	margin-right: 15px;
	color: var(--heading);
	text-transform: capitalize
}

.details-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
}

.details-tag-list li {
	margin-right: 8px
}

.details-tag-list li a {
	font-size: 14px;
	line-height: 12px;
	padding: 8px 10px;
	border-radius: 5px;
	letter-spacing: 0.3px;
	text-transform: capitalize;
	color: var(--text);
	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
}

.details-tag-list li a:hover {
	color: var(--white);
	background: var(--primary)
}

.details-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
}

.details-share-list li {
	margin-right: 8px
}

.details-share-list li a {
	width: 35px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	color: var(--text);
	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
}

.details-share-list li a:hover {
	color: var(--white);
	background: var(--primary)
}

.details-add-group {
	margin: 45px 0px 15px
}

.details-add-group .product-add,
.details-add-group .action-input {
	padding: 10px 0px;
	color: var(--white);
	background: var(--primary);
	text-transform: uppercase
}

.details-add-group .action-minus i,
.details-add-group .action-plus i {
	background: var(--chalk)
}

.details-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
}

.details-action-group a {
	padding: 10px 0px;
	border-radius: 8px;
	color: var(--text);
	background: 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
}

.details-action-group a:hover {
	color: var(--primary)
}

.details-action-group a i {
	font-size: 16px;
	margin-right: 8px
}

.details-action-group a span {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase
}

.details-wish.active {
	color: var(--white);
	background: var(--primary)
}

.details-wish.active:hover {
	color: var(--white);
	background: var(--primary)
}

.product-details-frame {
	/*padding: 50px;*/
	border-radius: 8px;
	margin-bottom: 30px;
	background: var(--white)
}

.product-details-frame:last-child {
	margin-bottom: 0px
}

.frame-title {
	margin-bottom: 30px;
	text-transform: capitalize
}

.tab-descrip {
	position: relative
}

.tab-descrip ul {
	list-style: disc;
	margin-left: 20px;
	margin-top: 25px
}

.tab-descrip ul li {
	margin-bottom: 8px
}

.tab-descrip ul li:last-child {
	margin-bottom: 0px
}

.tab-descrip img {
	width: 100%;
	border-radius: 8px
}

/*.tab-descrip a {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 80px;
	height: 80px;
	font-size: 22px;
	line-height: 80px;
	border-radius: 50%;
	text-align: center;
	color: var(--white);
	background: rgba(15, 199, 86, 0.8);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-shadow: var(--primary-bshadow);
	box-shadow: var(--primary-bshadow);
	text-shadow: var(--primary-tshadow)
}*/

.table-bordered {
	margin-bottom: 0px
}

/*.table-bordered th,
.table-bordered td {
	padding: 12px 25px;
	text-align: left
}*/
.table-bordered th, .table-bordered td {
	padding: 3px 15px;
	text-align: left;
	font-size: 14px;
}

.table-bordered th {
	font-weight: 500
}

.table-bordered td:last-child {
	border-right: 1px solid var(--border)
}

.review-item {
	padding: 15px 10px;
	border-radius: 8px;
	margin-bottom: 30px;
	/* background: var(--chalk); */
	border: 1px solid var(--border);
}

.review-item:last-child {
	margin-bottom: 0px
}

.review-media {
	margin-bottom: 15px;
	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
}

/*.review-avatar {
	margin-right: 15px;
	border-radius: 50%;
	border: 2px solid var(--primary)
}*/

.review-avatar img {
	width: 150px;
	margin-bottom: 20px;
}

.review-meta {
	text-transform: capitalize
}

.review-meta a {
	color: var(--heading);
	font-size: 15px;
	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;
}

.review-meta a:hover {
	color: var(--primary)
}

.review-meta span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: var(--text);
}

.review-meta span b {
	font-weight: 500;
	color: var(--primary)
}

.review-rating {
	margin-bottom: 0px;
}

.review-rating li {
	font-size: 16px;
	margin-right: 0px;
	color: var(--yellow);
	display: inline-block
}

.review-desc {
	margin-bottom: 20px
}

.review-reply {
	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
}

.review-reply input {
	width: 100%;
	padding: 7px 18px;
	border-radius: 6px;
	margin-right: 20px;
	background: var(--white)
}

.review-reply button {
	font-size: 15px;
	padding: 6px 15px;
	border-radius: 6px;
	color: var(--white);
	background: var(--primary);
	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
}

.review-reply button:hover {
	background: var(--heading)
}

.review-reply button i {
	margin-right: 5px
}

.review-reply-list {
	margin-left: 80px;
	margin-top: 35px;
	border-top: 1px solid var(--border)
}

.review-reply-item {
	padding: 30px 0px;
	border-bottom: 1px solid var(--border)
}

.review-reply-item:last-child {
	padding-bottom: 0px;
	border-bottom: none
}

.review-form .btn {
	width: 100%;
	padding: 12px 30px
}

@media (max-width: 991px) {
	.product-navigation {
		margin: 25px 0px
	}
}

@media (max-width: 575px) {
	.details-content {
		padding: 20px
	}

	.details-name {
		font-size: 22px;
		line-height: 30px
	}

	.product-details-frame {
		padding: 20px
	}

	.review-item {
		padding: 5px 5px;
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.review-reply {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.review-reply input {
		margin: 0px 0px 15px
	}

	.review-reply-list {
		margin-left: 25px
	}

	.star-rating label {
		margin: 0px 6px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.review-reply-list {
		margin-left: 30px
	}
}
.down {
	font-size: 14px;
	/* padding: 5px 10px; */
	font-weight: normal;
	color: #0a58ca;
	font-weight: 500;
	margin: 10px 0px;
	border-bottom: 1px solid #abb1b0;
	/* border: 1px solid #ccc; */
	transition: 0.5s;
}
.down:hover{
	color: #f47224;
}

.selected-behicle{}
.selected-behicle h3{
	font-size: 16px;
	color: #222;
}
.selected-behicle p{
	font-size: 14px;
	color: #42468d;
}
.selected-behicle p span {
	font-size: 12px;
	color: #42468d;
	padding-left: 5px;
}
.selected-behicle {
	margin: 25px 0px;
}
.selected-behicle a {
	font-size: 13px;
	/* background: #222; */
	color: #247bb9;
	font-weight: normal;
	padding: 0px 5px;
	border: 1px dashed #1059ab;
}

.total-stock-spare {
	font-size: 15px;
	/* color: #ffffff; */
	font-weight: normal;
	font-weight: normal;
	padding-bottom: 13px;
	line-height: 20px;
	text-decoration: none !important;
	color: rgba(0,0,0,.54);
}
.section-title-single-2 {
	line-height: 44px;
	font-size: 21px;
	color: #ff7d18;
	font-weight: 600;
}
.single-spare-filter {
	margin-top: 10px;
}
.custom-filter-spares{
	width: 100%;
	height: 38px;
	border-radius: 0px;
	padding: 0px 10px 2px;
	background: none !important;
	color: #fff;
	text-align: center;
	background: #14504e !important;
	border: 1px solid #e5dfdf;
}


/*****************************Seller Brand*******************/
.brand-logo-wrapper {
	display: flex;
	justify-content: space-around;
	padding: 20px 20px;
}
.brand-logo-main {
}
.brand-logoo {
	padding-top: 17px;
}
.brand-logoo img{
	width: 100px;
}
.brand-logo img {
	width: 45px;
	height: auto;
}
.brand-logo-main h2 {
	font-size: 16px;
	/* padding-left: 20px; */
	color: #edf3f3;
	line-height: 20px;
	text-transform: capitalize;
	margin-bottom: 0px;
	font-weight: normal;
}
.brand-logo-main h3 {
	font-size: 14px;
	color: #1953ff;
	font-weight: normal;
}
.brand-logo-main h1 {
	font-size: 16px;
	color: #e5e1ed;
	line-height: 25px;
	text-transform: capitalize;
	margin-bottom: 0px;
	font-weight: normal;
}
.brand-logo-main h1 span {
	color: #facd5b;
	font-size: 18px;
	line-height: 25px;
}

.follow-btn a {
	width: 150px;
	background-color: #fff;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	transition: 0.5s;
}
.follow-btn a:hover{
	background: #222;
	color: #fff !important;
	cursor: pointer;
}

.cnt-btn a {
	width: 150px;
	background-color: #222;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	transition: 0.5s;
	margin-top: 10px;
}

.cnt-btn a{
	color: #fff;
	padding: 5px;
	transition: 0.5s;
}
.cnt-btn a:hover {
	color: #ff1212 !important;
	cursor: pointer;
	background: #fff;
}

.product-standard.pro-des-custm.vehicle-tabing-custom-2 {
	margin: 0px;
}
/*.product-details-frame-mian{
	padding: 10px 0px;
}*/
.product-details-frame-mian {
	padding: 10px 0px;
	margin-bottom: 25px;
}
.feature-accordition .accordion .pagenav ul {
	padding: 15px 0px;
}
.feature-accordition .accordion .pagenav .pt-20 {
	padding-top: 15px !important;
}
select#selectbox1 {
	border-bottom: 1px solid #ccc;
	border-left: none;
	width: 100%;
	border-right: none;
	border-top: none;
	cursor: pointer;
}

.rwd-table {
	margin: auto;
	min-width: 300px;
	max-width: 100%;
	border-collapse: collapse;
}

.rwd-table tr:first-child {
	border-top: none;
	background: #428bca;
	color: #fff;
}

.rwd-table tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
	background-color: #ebf3f9;
}

.rwd-table th {
	display: none;
}

.rwd-table td {
	display: block;
}

.rwd-table td:first-child {
	margin-top: .5em;
}

.rwd-table td:last-child {
	margin-bottom: .5em;
}

.rwd-table td:before {
	content: attr(data-th) ": ";
	font-weight: bold;
	width: 120px;
	display: inline-block;
	color: #000;
}

.rwd-table th,
.rwd-table td {
	text-align: left;
}

.rwd-table {
	color: #333;
	border-radius: .4em;
	overflow: hidden;
}

.rwd-table tr {
	border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
	padding: .5em 1em;
}
@media screen and (max-width: 601px) {
	.rwd-table tr:nth-child(2) {
		border-top: none;
	}
}
@media screen and (min-width: 600px) {
	.rwd-table tr:hover:not(:first-child) {
		background-color: #d8e7f3;
	}
	.rwd-table td:before {
		display: none;
	}
	.rwd-table th,
	.rwd-table td {
		display: table-cell;
		padding: .25em .5em;
	}
	.rwd-table th:first-child,
	.rwd-table td:first-child {
		padding-left: 0;
	}
	.rwd-table th:last-child,
	.rwd-table td:last-child {
		padding-right: 0;
	}
	.rwd-table th,
	.rwd-table td {
		padding: 1em !important;
	}
}


/***********Account**************/

.cart-dropdown-wrap ul {
    padding: 15px 15px 0px 15px;
}

.cart-dropdown-wrap ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 15px;
}

.cart-dropdown-wrap ul li .mr-10{
	font-size: 19px;
}
.cart-dropdown-wrap.account-dropdown a {
	color: #222;
	font-size: 14px;
	line-height: 1.6rem;
	font-weight: 400;
	font-weight: normal;
}
.mr-10 {
	margin-right: 15px !important;
}
.cart-dropdown-wrap.account-dropdown a:hover {
	color: #3BB77E;
}

.follow-varient {
	font-size: 13px !important;
	color: #222 !important;
	text-align: right;
	float: right;
	line-height: 22px;
	margin-top: 4px;
	border-radius: 5px;
	padding: 0px 5px;
	border: 1px solid #ccc;
}

.review-rating-vehicle{
	display: flex;
	justify-content: space-between;
}

.review-person-pro{
	display: flex;
	justify-content: space-between;
}

.rev-op {
	display: flex;
}
.rev-op h2 {
	font-size: 20px;
	color: #557f7e;
	padding: 0px 20px;
	font-weight: normal;
}
.rev-op img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 20px;
}
.rev-op p {
	line-height: 49px;
	font-size: 14px;
	color: #557f7e;
	padding-left: 20px;
}
.review-list {
	padding-left: 80px;
	padding-top: 20px;
}
.review-list h3 {
	font-size: 20px;
	color: #040404;
	/*padding-bottom: 20px;*/
	/* padding: 0px 20px; */
	font-weight: normal;
}
.review-list ul{}
.review-list ul li {
	padding: 2px 0px;
	color: #4e505d;
	list-style: inside;
	font-size: 15px;
}

.review-process{
	display: flex;
	margin: 40px 0px;

}
.container-2 {
	/* width: 350px; */
	/* height: 450px; */
	/* background-color: #f9f6f6; */
	margin: 10px 5px auto;
	padding: 5px 5px 30px;
	/* border: 1px solid #ccc; */
	box-shadow: -3px -3px 20px #ccc;
	border-radius: 50px 20px 0 20px;
	text-align: center;
	overflow: hidden;
	transition: 0.6s;
}
/* .container-2:hover {
	 color: #fff;
}*/
/* .container-2:hover .number {
	 box-shadow: 0 0 0 500px #2196f3;
}*/
.container-2 .number {
	margin: 20px auto 0px;
	width: 60px;
	height: 60px;
	background-color: #14504e;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	/*font-weight: bold;*/
	border-radius: 50%;
	transition: 0.7s;
}
.container-2 h2 {
	margin: 0px 0;
	padding: 5px;
	font-size: 1rem;
}
.container-2 .text {
	line-height: 18px;
	font-style: italic;
	font-size: 14px;
	text-align: center;
}

.btn-galance {
	background: #222;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 6px 10px;
	display: inline-block;
	margin: 0 auto;
	width: 300px;
	border-radius: 17px;
	margin-bottom: 40px;
	transition: 0.5s;
}
/*.btn-galance:hover {
	color: #fff;
	background:#222;
}*/


/*erview*/
.blog-details-thumb img {
	width: 100%;
	border-radius: 10px
}

.blog-details-content {
	padding: 20px 0px;
	margin-bottom: 30px;
	background: var(--white);
	border-radius: 0px 0px 10px 10px;
}
.story-img {
	margin: 0 auto;
	display: block;
	max-width: 70%;
}

.blog-details-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: 20px
}

.blog-details-meta li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 40px
}

.blog-details-meta li:last-child {
	margin: 0px
}

.blog-details-meta li i {
	color: var(--primary);
	margin-right: 10px;
	font-size: 16px
}

.blog-details-meta li a, .blog-details-meta li span {
    font-size: 13px;
    white-space: nowrap;
    text-transform: uppercase;
}

.blog-details-meta li a {
	color: var(--text);
	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-details-meta li a:hover {
	color: var(--primary)
}

.blog-details-title {
	line-height: 44px;
	margin-bottom: 25px
}

.blog-details-desc {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 20px
}

.blog-details-quote {
	padding: 60px 60px 60px 180px;
	border-radius: 10px;
	margin-bottom: 20px;
	background: var(--heading);
	position: relative
}

.blog-details-quote::before {
	position: absolute;
	content: "\efcd";
	left: 60px;
	top: 60px;
	font-size: 60px;
	font-family: "icofont";
	color: var(--primary)
}

.blog-details-quote p {
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 20px;
	color: var(--white)
}

.blog-details-quote footer {
	letter-spacing: 3px;
	color: var(--green-chalk);
	text-transform: uppercase
}

.blog-details-grid {
	margin-bottom: 30px
}

.blog-details-grid img {
	border-radius: 10px
}

.blog-details-grid p {
	font-size: 17px;
	line-height: 30px
}

.blog-details-subtitle {
	margin-bottom: 30px
}

.blog-details-subtitle h3 {
	margin-bottom: 10px
}

.blog-details-subtitle p {
	font-size: 17px;
	line-height: 30px
}

.blog-details-list {
	list-style-type: decimal;
	margin: 0px 30px 0px 50px
}

.blog-details-list li {
	margin-bottom: 25px
}

.blog-details-footer {
	padding-top: 45px;
	margin-top: 50px;
	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
}

.blog-details-share li span {
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize
}

.blog-details-share li {
	margin-right: 8px;
	display: inline-block
}

.blog-details-share li a {
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: var(--text);
	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-details-share li a:hover {
	color: var(--white);
	background: var(--primary)
}

.blog-details-tag li span {
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize
}

.blog-details-tag li {
	margin-right: 8px;
	display: inline-block
}

.blog-details-tag li a {
	font-size: 14px;
	padding: 3px 12px;
	border-radius: 3px;
	color: var(--text);
	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-details-tag li a:hover {
	color: var(--white);
	background: var(--primary)
}

.blog-details-profile {
	padding: 50px;
	border-radius: 10px;
	margin-bottom: 30px;
	background: var(--white);
	text-align: center
}

.blog-details-profile a img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 15px;
	border: 8px solid var(--chalk)
}

.blog-details-profile h3 {
	text-transform: capitalize
}

.blog-details-profile h4 {
	font-size: 15px;
	font-weight: 400;
	color: var(--primary);
	margin-bottom: 15px
}

.blog-details-profile ul {
	margin-bottom: 25px
}

.blog-details-profile ul li {
	display: inline-block;
	margin: 0px 5px
}

.blog-details-profile ul li a {
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	color: var(--text);
	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-details-profile ul li a:hover {
	color: var(--white);
	background: var(--primary)
}

.blog-details-profile p {
	font-size: 17px;
	line-height: 30px
}

.blog-details-navigate {
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 30px;
	background: var(--white)
}

.blog-details-prev,
.blog-details-next {
	margin: 15px
}

.blog-details-prev h4,
.blog-details-next h4 {
	margin-bottom: 20px
}

.blog-details-prev h4 a,
.blog-details-next h4 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-details-prev h4 a:hover,
.blog-details-next h4 a:hover {
	color: var(--primary)
}

.blog-details-prev .nav-arrow,
.blog-details-next .nav-arrow {
	font-size: 14px;
	padding: 10px 25px;
	border-radius: 5px;
	color: var(--heading);
	background: var(--chalk);
	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-details-prev .nav-arrow:hover,
.blog-details-next .nav-arrow:hover {
	color: var(--white);
	background: var(--primary)
}

.blog-details-next {
	text-align: right
}

.blog-details-comment {
	padding: 50px;
	border-radius: 10px;
	margin-bottom: 30px;
	background: var(--white)
}

.comment-title {
	margin-bottom: 30px;
	text-transform: capitalize
}

/*.comment-item {
	padding: 45px 45px;
	border-radius: 8px;
	margin-bottom: 30px;
	background: var(--chalk);
	border: 1px solid var(--border)
}*/
.comment-item {
	padding: 15px 15px;
	border-radius: 8px;
	margin-bottom: 30px;
	background: #f8fefe;
	border: 1px solid var(--border);
}

.comment-item:last-child {
	margin-bottom: 0px
}

.comment-media {
	margin-bottom: 15px;
	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
}

.comment-avatar {
	border-radius: 50%;
	margin-right: 20px;
	border: 2px solid var(--primary)
}

.comment-avatar img {
	width: 65px;
	border-radius: 50%;
	border: 2px solid var(--white)
}

.comment-meta a {
	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
}

.comment-meta a:hover {
	color: var(--primary)
}

.comment-meta span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: var(--heading);
	text-transform: capitalize
}

.comment-desc {
	margin-bottom: 20px
}

.comment-reply {
	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;
	margin-top: 10px;
	justify-content: flex-start;
}

.comment-reply input {
	width: 100%;
	padding: 7px 18px;
	border-radius: 6px;
	margin-right: 20px;
	background: var(--white)
}

.comment-reply button {
	font-size: 15px;
	padding: 6px 15px;
	border-radius: 6px;
	color: var(--white);
	background: var(--primary);
	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
}

.comment-reply button:hover {
	background: var(--heading)
}

.comment-reply button i {
	margin-right: 5px
}

.comment-reply-list {
	margin-left: 80px;
	margin-top: 35px;
	border-top: 1px solid var(--border)
}

/*.comment-reply-item {
	padding: 30px 0px;
	border-bottom: 1px solid var(--border)
}*/
.comment-reply-item {
	padding: 10px 0px;
	border-bottom: 1px solid var(--border);
}

.comment-reply-item:last-child {
	padding-bottom: 0px;
	border-bottom: none
}

.blog-details-form {
	padding: 50px;
	border-radius: 10px;
	background: var(--white)
}

.details-form-title {
	margin-bottom: 30px;
	text-transform: capitalize
}

textarea#comment {
	height: 80px;
}

@media (max-width: 575px) {
	.blog-details-content {
		padding: 0px;
	}

	.blog-details-desc {
		font-size: 15px;
		line-height: 23px;
	}

	.blog-details-title {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 10px;
    }

	.blog-details-quote {
		padding: 75px 25px 25px
	}

	.blog-details-quote::before {
		font-size: 50px;
		left: 25px;
		top: 25px
	}

	.blog-details-quote p {
		font-size: 22px
	}

	.blog-details-list {
		margin: 0px 15px 0px 35px
	}

	.blog-details-footer {
		margin-top: 0px;
		padding-top: 25px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.blog-details-share {
		margin-bottom: 30px
	}

	.blog-details-navigate li a {
		padding: 13px 13px
	}

	.blog-details-profile {
		padding: 25px 15px
	}

	.blog-details-comment {
		padding: 15px
	}

	.comment-item {
		padding: 20px 20px
	}

	.comment-reply {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.comment-reply input {
		margin-right: 0px;
		margin-bottom: 10px
	}

	.comment-reply-list {
		margin-left: 15px
	}

	.blog-details-form {
		padding: 20px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.blog-details-quote {
		padding: 120px 60px 60px
	}

	.blog-details-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.blog-details-share {
		margin-bottom: 30px
	}

	.comment-reply-list {
		margin-left: 30px
	}
}
/*erview*/

.multi-tabing-single-pro {
	margin-top: 25px;
}
ul.shop-widget-list {
	padding: 0px;
}

.spec-body .feature-accordition .accordion .pagenav ul {
	padding:0px 0px;
}

table.table.table-striped.tab-spe-full.custab {
	padding: 0px;
	margin: 0px;
}
/*.content {
	display: none;
}*/

.panel-body .form-group{
	margin-bottom: 0px !important;
}
.btn-upload {
	border: none;
	color: white;
	background-image: linear-gradient(to right top, #40404a, #6b727e, #575a64, #2f2f3e, #3a3a40);
	padding: 5px 13px;
	border-radius: 3px;
	font-size: 15px;
	font-weight: 500;
}

.ur-acc {
	font-size: 26px;
	padding-bottom: 15px;
	color: #3e3939;
	font-weight: normal;
}
.sel-box {
	padding-top: 10px;
}
.sel-box p{
	font-size: 16px;
	color: #323433;
	padding-bottom: 5px;
}
.cus-sel {
	background: #f2f3f7;
	padding: 6px 5px;
	border: none;
	width: 100%;
	appearance: none;
	color: #79797b;
	text-align: center;
}
.form-seller{
	width: 100%;
	height: 40px;
	padding: 0px 20px 2px;
	color: var(--text);
	background: #f2f3f7;
	border: none;
	border-radius: 0px;
}
select.cus-sel.cus-sel-2 {
	appearance: auto;
	padding: 9px 10px;
}

.la-cus1 {
	font-size: 14px;
	color: #222;
	margin-top: 15px;
	float: left;
	/* text-align: left !important; */
}
.con-button{
	background: #ff7701;
}
.rating-menu h4{
	font-size: 23px;
	padding: 15px 0px;
}

.edit-review {
	display: flex;
	justify-content: space-between;
}
i.ion-android-create {
	background: #ebebeb;
	padding: 2px 6px;
	color: #161616;
	border-radius: 5px;
}

i.ion-ios-trash-outline {
	background: #ebebeb;
	padding: 2px 6px;
	color: #161616;
	border-radius: 5px;
	margin-right: 3px;
}
/*invoice*/

.invoice-recieved {
	text-align: left;
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.invoice-recieved h6 {
	text-transform: capitalize
}

.invoice-recieved h6 span {
	display: block;
	font-weight: 400;
	margin-top: 10px
}

.invoice-details li {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.invoice-details li:last-child {
	margin-bottom: 0px
}

.invoice-details li h6 {
	line-height: 26px;
	white-space: nowrap
}

.invoice-details li h6 small {
	font-size: 14px;
	font-weight: 400;
	margin-left: 3px
}

.invoice-details li p {
	width: 250px;
	text-align: right
}

.table-scroll {
	padding: 35px;
	border-radius: 8px;
	background: var(--white)
}

.back-home {
	text-align: center
}

.back-home a {
	margin-top: 10px;
	font-weight: 500;
	color: var(--primary)
}

.back-home a:hover {
	text-decoration: underline
}

@media (max-width: 767px) {
	.invoice-recieved {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.invoice-recieved h6 {
		margin-bottom: 10px;
		margin-right: 25px;
		font-size: 14px;
	}
	.invoice-details li h6 {
		font-size: 14px;
	}
	.invoice-details li {
		margin-bottom: 5px;
	}
	.invoice-details li p {
		font-size: 13px;
	}
	.account-card-invoice {
		margin-bottom: 15px;
		padding: 5px;
	}
}

/*checkout*/

.chekout-coupon {
	width: 600px;
	margin: 45px auto 5px;
	text-align: center
}

.checkout-charge {
	width: 600px;
	margin: 0 auto
}

.checkout-charge ul {
	border-top: 3px solid var(--primary)
}

.checkout-charge ul li {
	padding: 15px 15px;
	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-bottom: 1px solid var(--border)
}

.checkout-charge ul li:last-child {
	border-bottom: none
}

.checkout-charge ul li:last-child span {
	font-size: 18px;
	font-weight: 500;
	color: var(--primary)
}

.checkout-charge ul li span {
	font-weight: 500;
	color: var(--heading);
	text-transform: capitalize
}

.checkout-charge ul li span small {
	font-size: 14px;
	font-weight: 400;
	margin-left: 3px
}

.checkout-check {
	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;
	margin-bottom: 25px;
	margin-top: 25px;
}
.checkout-check input {
	width: 15px;
	height: 15px;
	margin-right: 10px;
	margin-top: 4px;
	cursor: pointer
}

.checkout-check label {
	line-height: 22px
}

.checkout-check label a {
	color: var(--primary)
}

.checkout-check label a:hover {
	text-decoration: underline
}

.checkout-proced .btn {
	width: 100%
}

.table-action .view i,
.table-action .trash i {
	background: var(--chalk)
}

@media (max-width: 767px) {

	.chekout-coupon,
	.checkout-charge {
		width: 100%
	}

	.checkout-check {
		margin-top: 15px
	}
}


/*compare*/

@media (max-width: 1199px) {
	.compare-part .container {
		max-width: 100%
	}
}


h3.reviwe-title {
	font-size: 15px;
	text-align: left;
	padding: 2px 14px;
	background: #f2f3f7;
	color: #112f31;
	font-weight: normal;
}
.riviwe-field {
	padding-top: 15px;
}
.review-box {
	padding: 5px 15px;
	text-align: left;
}
.review-box h4 {
	font-size: 14px;
	color: #0740a9;
	/* padding: 5px 0px 10px; */
	font-weight: normal;
	text-align: center;
}
.up-bike-title {
	font-size: 14px;
	line-height: 33px;
	color: #000;
	/*text-decoration: underline;*/
	/* padding: 10px 0px; */
	font-weight: normal;
}

/*************tooltip*****************/







/*== start of code for tooltips ==*/
.tool {
	cursor: help;
	position: relative;
}


/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
	left: 50%;
	opacity: 0;
	position: absolute;
	z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
	opacity: 1;
	transform: scale(1) translateY(0);
	z-index: 100;
	font-size: 13px;
}


/*== pointer tip ==*/
.tool::before {
	border-style: solid;
	border-width: 1em 0.75em 0 0.75em;
	border-color: #3E474F transparent transparent transparent;
	bottom: 100%;
	content: "";
	margin-left: -0.5em;
	transition: all .65s cubic-bezier(.84,-0.18,.31,1.26), opacity .65s .5s;
	transform:  scale(.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
	transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
}


/*== speech bubble ==*/
.tool::after {
	background: #3E474F;
	border-radius: .25em;
	bottom: 168%;
	color: #EDEFF0;
	content: attr(data-tip);
	margin-left: -8.75em;
	padding: 1em;
	transition: all .65s cubic-bezier(.84,-0.18,.31,1.26) .2s;
	transform:  scale(.6) translateY(50%);
	width: 17.5em;
}

.tool:hover::after,
.tool:focus::after  {
	transition: all .65s cubic-bezier(.84,-0.18,.31,1.26);
}

@media (max-width: 760px) {
	.tool::after {
		font-size: .75em;
		margin-left: -5em;
		width: 10em;
	}
}


.brand-list-vehicle {
	display: none;
}

/*******range point******/

.range-box {
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	/*min-height: 100vh;*/
	/*background: #edf1f4;*/
}
.box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	/*padding: 0px 10px;*/
	/* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), #4e7593); */
	border-radius: 10px;
	/* margin-bottom: 14px; */
}
.mt-b-10.point-box {
	background: #eaecf1;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 40px;
}
.slider-point {
	font-size: 17px;
	color: #f30d0d;
	padding: 4px 10px;
	border-radius: 6%;
	background: #ffffff;
	margin-left: 11px;
	width: 65px;
	line-height: 26px;
	height: 33px;
	font-style: italic;
	margin-top: 30px !important;
	position: absolute;
}
.box-all-cus{
	padding-left: 20px;
}
.point-list {
	padding: 7px 0px;
}
.ch-emi-op{
	color: #0b5293;
	cursor: pointer;
}
.range1 {
	width: 400px;
	height: 15px;
	appearance: none;
	background: #6b6f72;
	outline: none;
	border-radius: 15px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1), -5px -5px 10px #fff, inset 5px 5px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.range1::-webkit-slider-thumb {
	appearance: none;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #0074cf;
	box-shadow: -407px 0 0 400px #14504e;
	cursor: pointer;
}

#rangeValue {
	position: relative;
	text-align: center;
	width: 60px;
	font-size: 14px;
	color: #fff;
	background: #14504e;
	margin-left: 15px;
	border-radius: 25px;
	font-weight: 500;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), -5px -5px 10px #fff, inset 5px 5px 10px rgba(0, 0, 0, 0.1), inset -5px -5px 5px rgba(255, 255, 255, 0.05);
}


.slider {
	position: relative;
	z-index: 1;
	height: 10px;
	margin: 0 15px;
}

.slider>.track {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background-color: #b5d7f1;
}

.slider>.range {
	position: absolute;
	z-index: 2;
	left: 25%;
	right: 25%;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background-color: #27a0ff;
}

.slider>.thumb {
	position: absolute;
	z-index: 3;
	width: 30px;
	height: 30px;
	background-color: #27a0ff;
	border-radius: 50%;
}

.slider>.thumb.left {
	left: 25%;
	transform: translate(-15px, -10px);
}

.slider>.thumb.right {
	right: 25%;
	transform: translate(15px, -10px);
}



#multi_range {
	margin: 0 auto;
	background-color: #27a0ff;
	border-radius: 20px;
	margin-top: 20px;
	text-align: center;
	width: 90px;
	font-weight: 500;
	font-size: 1.25em;
	color: #fff;
}

/*.story-head-tittle {
    border-bottom: 1px solid #edeaea;
    margin-bottom: 20px;
    padding-bottom: 10px;
}*/
.story-head-tittle {
	/* display: flex; */
	border-bottom: 1px solid #edeaea;
	/* justify-content: space-between; */
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.story-head-tittle h4 {
	padding: 7px 0px;
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	/* border: 1px solid; */
}

a.add-button {
	background: #364040;
	margin: 0px;
	font-size: 14px;
	padding: 2px 11px;
	/* display: block; */
	height: 33px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	line-height: 29px;
	transition: 0.5s;
	margin-top: 4px;
	cursor: pointer;
	margin-left: 15px;
	transition: 0.5s;
}

a.add-button:hover {
	background: #14504e;
}
.stiry-edit-card {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
.you-video iframe{
	height: 200px;
	width: 100%;
}
.story-content-add {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
}
.story-content {
	width: 100%;
	overflow: hidden;
}
.story-add-right > a {
	float: right;
	font-size: 14px;
	background: #ebebeb;
	padding: 1px 12px;
	color: #222;
	/* border: 3px; */
	border-radius: 5px;
	transition: 0.5s;
	margin-bottom: 10px;
}
.story-add-right > a:hover {
	background: #222;
	color: #fff;
}
.story-content p{
	font-size: 13px;
	color: #8ea0a0;
}
.story-gal-album.story-gal-album-edit img{
	width: 100%;
	height: 200px;
}

.point-list label{
	font-size: 18px;
}
.rating-custom-chat h4{
	font-size: 14px;
	color: #222;
}

/*********review**************/
.wrapper {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.master {
	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-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 5px;
}


.rating-component {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
}

.rating-component .status-msg {
	margin-bottom: 0px;
	text-align: center;
	font-size: 22px;
}

.rating-component .status-msg strong {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.rating-component .stars-box {
	-ms-flex-item-align: center;
	align-self: center;
	margin-bottom: 15px;
}

.rating-component .stars-box .star {
	color: #ccc;
	cursor: pointer;
	font-size: 35px;
}

.rating-component .stars-box .star.hover {
	color: #ff5a49;
}

.rating-component .stars-box .star.selected {
	color: #ff5a49;
	font-size: 36px;
}

.feedback-tags {
	min-height: 95px;
}

.feedback-tags .tags-container {
	display: none;
}

.feedback-tags .tags-container .question-tag {
	text-align: center;
	margin-bottom: 40px;
}

.feedback-tags .tags-box {
	display: -webkit-box;
	display: -ms-flexbox;
	text-align: center;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.feedback-tags .tags-container .make-compliment {
	padding-bottom: 5px;
}

.feedback-tags .tags-container .make-compliment .compliment-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #837676;
	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-pack: center;
	-ms-flex-pack: center;
	font-size: 13px;
	justify-content: center;
}

.feedback-tags
.tags-container
.make-compliment
.compliment-container
.bi {
	color: #ff5a49;
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 40px;
	border: 2px solid #aba6a6;
	margin-top: 17px;
	-webkit-animation-name: compliment;
	animation-name: compliment;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.feedback-tags
.tags-container
.make-compliment
.compliment-container
.far {
	color: #ff5a49;
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 40px;
	border: 2px solid #aba6a6;
	margin-top: 17px;
	-webkit-animation-name: compliment;
	animation-name: compliment;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.feedback-tags
.tags-container
.make-compliment
.compliment-container
.list-of-compliment {
	display: none;
	margin-top: 15px;
}

.feedback-tags .tag {
	border: 1px solid #ff5a49;
	border-radius: 5px;
	color: #ff5a49;
	cursor: pointer;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
}

.feedback-tags .tag.choosed {
	background-color: #ff5a49;
	color: #fff;
}

.list-of-compliment ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.list-of-compliment ul li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
	margin-left: 20px;
	min-width: 90px;
}

.list-of-compliment ul li:first-child {
	margin-left: 0;
}

.list-of-compliment ul li .icon-compliment {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #ff5a49;
	border-radius: 50%;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 70px;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0 10px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 70px;
}

.list-of-compliment ul li .icon-compliment i {
	color: #ff5a49;
	font-size: 30px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.list-of-compliment ul li.actived .icon-compliment {
	background-color: #ff5a49;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.list-of-compliment ul li.actived .icon-compliment i {
	color: #fff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.button-box .done {
	background-color: #ff5a49;
	border: 1px solid #ff5a49;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: none;
	min-width: 100px;
	padding: 10px;
}

.button-box .done:disabled,
.button-box .done[disabled] {
	border: 1px solid #ff9b95;
	background-color: #ff9b95;
	color: #fff;
	cursor: initial;
}

.submited-box {
	display: none;
	padding: 20px;
}

.submited-box .loader,
.submited-box .success-message {
	display: none;
}

.submited-box .loader {
	border: 5px solid transparent;
	border-top: 5px solid #4dc7b7;
	border-bottom: 5px solid #ff5a49;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 0.8s linear infinite;
	animation: spin 0.8s linear infinite;
}

@-webkit-keyframes compliment {
	1% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

	50% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	75% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes compliment {
	1% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

	50% {
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}

	75% {
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*********review**************/

.title-feature-2 {
	font-size: 15px;
	color: #3e3f42;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 20px;
	text-decoration: none !important;
}
.form-ins{
	border-radius: 0px;
	background: #fff;
}
.form-textarea{
	background: #fff;
	height: 200px;
}

.details-box{
	display: flex;
	align-items: center;
	justify-content: center;
}

.stroy-details-list {
	display: flex;
	/* justify-content: space-around; */
}
.story-rev-left {
	margin-right: 20px;
}
.tourcard:hover{
	/*opacity: 0.5;*/
}
.video-symbol {
	position: absolute;
	top: 39%;
	left: 35%;
	/* right: 20px; */
	background-color: rgb(179 164 164 / 40%);
	padding: 3px 13px;
	border-radius: 5px;
}
.video-symbol:hover{
	background-color: rgb(179 164 164 / 90%);
}
.video-symbol a {
	color: #ffffff;
}
.tourcard {
	position: relative;
}
.story-rev-right {
	background: #f8fefe;
	padding: 10px;
	width: 100%;
}

.stroy-details-list {
	display: flex;
	margin-bottom: 20px;
}
.tourcard figure{
	margin-bottom: 0px;
}

.edit-review h3 {
	font-size: 16px;
	color: #010423;
	line-height: 21px;
}

.rating-all.rating-custom-chat.rating-time {
	padding-top: 20px;
}
.rating-all.rating-custom-chat.rating-time span {
	padding-left: 0px;
}

.qus-view {
	/* max-width: 1000px; */
	/* width: 500px; */
	background: var(--white);
	/*border-bottom: 1px solid #ddd;*/
}
.qus-button {
	margin-top: 10px;
}
.qus-box-inner{
	margin-bottom: 0px;
}
.qus-view .qus-box{
	border: none;
}
.filter-review{
	padding: 15px;
}

.qus-anoth-part {
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.select-vehicle-title{
	font-size: 20px;
}

.btn-expert{
	background: none;
}
.rel-pro{
	width: 100%;
}

.emi-offer {
	position: absolute;
	top: 7px;
	left: 7px;
	/* background-color: rgb(29 189 34 / 50%); */
	background: #14504e;
	font-size: 12px;
	padding: 1px 6px;
	color: #fff;
	border-radius: 3px;
}
.approved {
    background-color: #14504e;
    color: #fff;
    padding: 0px 6px;
    height: 25px;
    border-radius: 3px;
    line-height: 25px;
    font-size: 12px;
    margin-left: 20px;
    transition: 0.5s;
    text-transform: capitalize;
}
.approved:hover {
	background-color: #222;
	color: #fff;
}



/******************************* Menu Styles Side bar ******************************/



.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.open-panel {
	border: none;
	padding: 0;
}

.hamburger {
	position: relative;
	display: block;
	text-align: center;
	padding: 7px 0;
	width: 57px;
	left: 0;
	top: 0;
	z-index: 1000;
	cursor: pointer;
}
.hamburger:before {
	content: "\2630";
	display: block;
	color: #fff;
	line-height: 32px;
	font-size: 23px;
}



.hamburger-2 {
	position: relative;
	display: block;
	text-align: center;
	padding: 7px 0;
	width: 57px;
	left: 0;
	top: 0;
	z-index: 1000;
	cursor: pointer;
}
.hamburger-2:before {
	content: "\2630";
	display: block;
	color: #222;
	line-height: 32px;
	font-size: 23px;
}
.openNav .hamburger:before {
	content: "\2715";
	display: block;
	color: #fff;
	line-height: 32px;
	font-size: 23px;
}

.hamburger:hover:before {
	color: #f82c2b;
}

.primary-nav .menu li {
	position: relative;
}

.menu .icon {
	position: absolute;
	top: 7px;
	right: 10px;
	/*background-color: #fff ;*/
	pointer-events: none;
	/*width: 62px;*/
	width: 70px;
	height: 62px;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
	text-align: center;
	line-height: 62px;
	transition: 0.5s;
}

.icon h2 {
	font-size: 11px;
	text-align: center;
	color: #0d4947;
	line-height: 11px;
	font-weight: normal;
	padding-bottom: 5px;
	/* display: none; */
}
.icon a {
	display: block !important;
	/*white-space: nowrap !important;*/
	padding: 2px !important;
	font-size: 14px !important;
}
/*.side-bar-icon-box {
    border-radius: 5px;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 40%);
    width: 62px;
    height: 62px;
    text-align: center;
    padding: 2px 2px;
    margin: 15px 0px;
    cursor: pointer;
    transition: 0.5s;
}*/

.menu .icon:hover {
	background-color: #dce5e5;
	outline: none;
}


.menu,
.menu a,
.menu a:visited {
	color: #0d4947;
	text-decoration: none !important;
	position: relative;
}

/*.menu a {
  display: block;
  white-space: nowrap;
  padding: 1em;
  font-size: 14px;
}*/
.menu a {
	display: block;
	/* white-space: nowrap; */
	padding: 1.9em 1em 1.4em 1em;
	font-size: 14px;
}
.menu a:hover {
	color: #222;
}

.menu-dropdown li .icon {
	color: #1b4343;
	font-size: 25px;
	font-weight: 700;
}

.menu-dropdown li:hover .icon {
	color: #222;
}

.menu label {
	margin-bottom: 0;
	display: block;
}

.menu label:hover {
	cursor: pointer;
}

.menu input[type="checkbox"] {
	display: none;
}

input#menu[type="checkbox"] {
	display: none;
}

.new-wrapper {
	position: absolute;
	left: 50px;
	width: calc(100% - 50px);
	transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

#menu:checked + ul.menu-dropdown {
	left: 0;
	-webkit-animation: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
	animation: 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.sub-menu-checkbox:checked + ul.sub-menu-dropdown {
	display: block !important;
	-webkit-animation: grow 0.45s cubic-bezier(0.77, 0, 0.175, 1);
	animation: grow 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.openNav .new-wrapper {
	position: absolute;
	transform: translate3d(200px, 0, 0);
	width: calc(100% - 250px);
	transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

.downarrow {
	background: transparent;
	position: absolute;
	right: 50px;
	top: 12px;
	color: #777;
	width: 24px;
	height: 24px;
	text-align: center;
	display: block;
}

.downarrow:hover {
	color: #fff;
}

.menu {
	margin-bottom: 3em;
	position: relative;
	position: absolute;
	display: block;
	left: -160px;
	top: 69px;
	width: 250px;
	transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
	background-color: #fff;
	z-index: 999;
}

.menu-dropdown {
	top: 0;
	/*overflow-y: auto;*/
}

.overflow-container {
	position: relative;
	height: calc(100vh - 73px) !important;
	overflow-y: auto !important;
	z-index: -1;
	display: block;
	/*border-right: 1px solid #ddd;*/
}
.overflow-container::-webkit-scrollbar-track {
	border: 1px solid #ccc;
	padding: 2px 0;
	background-color: #ccc;
}

.overflow-container::-webkit-scrollbar {
	width: 5px;
}

.overflow-container::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #cdcdcd;
	border: 1px solid #ccc;
}
.sub-menu-dropdown {
	background-color: #333;
	display: none;
}

.menu:hover {
	/*  position: absolute;
  left: 0;
  top: 69px;*/
}

.openNav .menu:hover {
	position: absolute;
	/*left: -200px;*/
}

.openNav .menu {
	transform: translate3d(200px, 0, 0);
	transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
}

@-webkit-keyframes grow {
	0% {
		display: none;
		opacity: 0;
	}
	50% {
		display: block;
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

@keyframes grow {
	0% {
		display: none;
		opacity: 0;
	}
	50% {
		display: block;
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
.follow-car-side-bar {
	padding: 0 10px;
	margin: 10px 0px;
	overflow: hidden;
}
.side-bar-title {
	font-size: 15px;
	border-top: 1px solid #f2ebeb;
	border-bottom: 1px solid #f2ebeb;
	text-align: left;
	padding: 0em 1em;
	white-space: nowrap;
	color: #5d5858;
	font-weight: normal;
	text-transform: capitalize;
	/* font-weight: 500; */
	/* text-align: center; */
}
.sidebar-brand img{
	height: 30px;
	border-radius: 50%;
	width: 30px;
}

.sidebar-body-name {
	margin-left: 35px;
	text-align: left;
	padding: 11px;
	/* background-color: #f8fefe; */
	margin-top: -39px;
	margin-bottom: 2px;
	/* border-bottom: 1px solid; */
}
.sidebar-list-name{
	display: flex;
	justify-content: space-between;
}
.sidebar-list-name h3 {
	font-size: 13px;
	color: #39393c;
	line-height: 21px;
	font-weight: normal;
}
/*.footer-title{
	visibility: hidden;
}*/

.certified-icon{}
.certified-icon h2 {
	font-size: 14px;
	color: #222;
	font-weight: normal;
	/* line-height: 24px; */
}
.certified-icon h2 span {
	color: #fff;
	/* width: 35px; */
	/* font-size: 17px; */
	/* height: 35px; */
	background: #14504e;
	border-radius: 50%;
	padding: 3px 6px;
	/* line-height: 35px; */
}
.btn-galance:hover{
	color: #fff;
}
.certified-icon img{
	width: 85px;
}
section.inner-section.shop-part {
	margin-bottom: 0px;
}
.p-l-20{
	padding-left: 20px;
}
.spare-details-inner{
	margin: 10px 0px;
}



/**/


/*.mb-upcoming-motor {
    padding: 20px 0px;
    background: #14504e;
    overflow: hidden;
    margin: 20px 0px;
}
.upcoming-motor {
    display: flex;
    justify-content: flex-start;
}*/

/************************mobile*****************/
.mb-upcoming-motor{
	display: none;
}

.vehicle-model-title{
	font-size: 13px;
	color:#746c6c
}
.user-form-title p {
	text-transform: capitalize;
	color: #fff;
}
.header-mobile {
	display: none;
}
.mb-search-filter{
	display: none;
}

.liveSideBar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 85px;
    /*  background-color: #f2f2f2;*/
    overflow-x: hidden;
    padding-top: 20px;
    z-index: 333;
}

#last_padding{
    padding: 2px;
}


#checkout-del{
	/*width: 15px;*/
	height: 15px;
	margin-right: 10px;
	margin-top: 4px;
	cursor: pointer;
}
.payment-option h3 {
	font-size: 18px;
	font-weight: 500;
	color: var(--primary);
	/*padding-bottom: 10px;*/
}
input#checkout-check {
	margin-right: 10px;
}

.payment-option {
	border: 1px solid #ccc;
	padding: 5px 5px;
	margin-bottom: 20px;
	border-radius: 5px;
}
.pay-opt {
	margin-bottom: 10px;
	display: flex;
	margin-left: 20px;
}



.cart-sidebar-notification {
	position: fixed;
	top: 70px;
	right: -450px;
	width: 400px;
	height: 100vh;
	z-index: 5;
	background: var(--white);
	-webkit-box-shadow: -15px 0px 25px 0px rgb(0 0 0 / 15%);
	box-shadow: -15px 0px 25px 0px rgb(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;
}
ul.cd-features-list li {
     list-style: none; 
}
.cd-products-columns li{
    list-style: none; 
}
article.blog-details {
    padding: 30px 15px;
}
a#view-toggle i {
    padding: 8px 12px;
    line-height: 40px;
    font-size: 24px;
    color: #39404a;
     cursor: pointer;
}

.more-icon h2{
    cursor: pointer;
}



/*edit sell my vehicel*/

.vehicle-title-left{}

.vehicle-title-left h2 {
    font-size: 16px;
    color: #222;
    text-align: left;
    vertical-align: middle;
    display: flex;
    height: 100px;
    align-items: center;
    /* border: 1px solid; */
}
.vehicle-info-gal-wrapper{
	 display: flex;
    flex-direction: row;
    justify-content: left;
    /* flex-flow: wrap; */
    gap: 10px;
    overflow-y: auto;
}
.vehicle-info-gal {
   
}
.vehicle-info-gal-1 {
    border: 1px solid #f3f2f2;
    border-radius: 5px;
    padding: 5px;
}
.vehicle-info-gal img{
	max-width: 150px;
}
.edit-button {
    float: right;
}
.edit-icon {
	width: 50px;
}

.vehicle-edit-info {
    margin-bottom: 15px;
    background: #ffff;
    padding: 10px 5px;
}
.editbtn-sell {
    background: #ebebeb;
    padding: 2px 6px;
    border-radius: 5px;
    color: #222;
    text-transform: lowercase;
}

.container-upload.upload-edit .upload-box {
    border-width: thick;
    padding: 1px;
    /* border: 1px solid #c7c7c7; */
    border-style: dashed;
    min-height: 59px !important;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: none;
    justify-content: center;
}

.upload-edit .upload-box .content {
    text-align: center;
    padding: 5px 0px !important;
    width: auto !important;
}
.upload-edit .upload-box .content .upload-icon {
    padding-bottom: 0rem !important;
}
.btn-custom-upload {
    width: 32px !important;
    cursor: pointer !important;
    background: url(../images/icon/edit.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 33px;
}

.container-upload .upload-box .content .upload-btn-wrapper {
    padding-top: 0.3rem;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.pdf-gal{
	width: 100px;
}
.pdf-gal .bi-file-pdf {
    font-size: 40px;
    text-align: center;
    color: #f00;
}
.pdf-gal p {
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    /* display: table; */
    padding-top: 10px;
    text-align: center;
}

.view-pdf-icon {
    border: none;
    color: white;
    background-color: #14504e;
/*    background-image: linear-gradient(to right top, #40404a, #6b727e, #575a64, #2f2f3e, #3a3a40);*/
    padding: 3px 23px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    display: table;
    transition: 0.5s;
}
.view-pdf-icon:hover {
	background-color: #222;
	color: #fff;
}

.vehicle-info-gal-1 img {
    max-width: 100px;
    max-height: 100px;
}

.vehicle-info-pdf {
    border: 1px solid #f3e8e8;
    border-radius: 5px;
    padding: 5px 0px;
}
/*edit sell my vehicel*/

.sell-my-vehicle-title-right{
	display: flex;
}
.sell-my-vehicle-title-right ul {
    display: flex;
}
.sell-my-vehicle-title-right ul li{
	list-style: none;
	padding-left: 5px;
}


/*upload view*/
 div#iconContainer {
     display: flex !important;
     justify-content: space-around !important;
 }

 div#iconContainerTwo {
     display: flex !important;
     justify-content: space-around !important;
 }

  div#iconContainerThree {
     display: flex !important;
     justify-content: space-around !important;
 }
 
  #iconContainerFour {
     display: flex !important;
     justify-content: space-around !important;
 }
#iconContainerFour img {
    width: 70px !important;
    height: auto !important;
    margin: 10px 5px;
}

 .file-container {
   align-items: center;
   margin-bottom: 10px;
 }
 .file-container img {
     width: 40px !important;
 }

 .delete-button {
   margin-top: 10px;
 }
div#iconContainerTen {
    display: flex !important;
     justify-content: space-around !important;
}

#iconContainerTen img {
    width: 70px !important;
    height: auto !important;
    margin: 10px 5px;
}


/**/
  #menu-nav {
  display: none;
  /* other styles */
}
.hamburger-mobile{
  width: auto;
    left: 0;
    text-align: center;
    cursor: pointer;
}
.hamburger-mobile:before {
    content: "\2630";
    display: block;
    color: #222;
    line-height: 32px;
    font-size: 23px;
}

.primary-nav.liveSideBar {
    /*display: none !important;*/
}

/**/

#toggle {
    width: 28px;
    height: 30px;
    /* margin: 10px auto; */
    margin-right: 12px;
}

#toggle div {
    width: 100%;
    height: 3px;
    background: #222;
    margin: 6px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}

#toggle.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-45deg) translate(7px, -8px);
}

#menu {
  display: none;
}

.header-media-group a img {
    max-width: 125px;
    height: auto;
    margin-left: 10px;
}


.sidebar-mobile {
    margin-bottom: 3em;
    /* position: relative; */
    position: absolute;
    display: block;
    height: 100vh;
    top: 54px;
    width: 205px;
    transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: #fff !important;
    z-index: 999;
    box-shadow: 3px -3px 9px 1px rgba(150,137,137,0.75);
    -webkit-box-shadow: 0px 3px 7px 1px rgb(150 137 137 / 75%);
    -moz-box-shadow: 3px -3px 9px 1px rgba(150,137,137,0.75);
}

.menu-mobile-list ul{
 	top: 0;
    background: #fff;
    padding: 10px 10px 10px 20px !important;
}

.all-menu li {
    position: relative;
    list-style: none;
}
.all-menu li a {
    padding: 8px 0px !important;
    font-size: 14px;
    color: #0d4947;
    text-decoration: none !important;
    position: relative;
}

.all-menu li .icon {
    color: #1b4343;
    font-size: 25px;
    font-weight: 700;
}

.all-menu .icon {
    position: absolute;
    top: -7px;
    right: 10px;
    pointer-events: none;
    width: 10px;
    /* width: 70px; */
    /* height: 62px; */
    color: #fff;
    border-radius: 5px;
    /* box-shadow: 0px 1px 4px rgb(0 0 0 / 40%); */
    text-align: center;
    line-height: 62px;
    transition: 0.5s;
    box-shadow: none;
}


.product-all-box-inner {
    width: 100%;
    overflow: hidden;
    background-color: #14504e;
    padding: 20px 20px; 
}

.mt-b-7 {
    margin: 7px 0;
}

.user-action {

	display: block !important;
	
	align-items: center;
	
	justify-content: center;

	position: absolute !important;
	top: 30% !important;
	right: 15px;
	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;
}

.user-action li {
    margin: 5px 0px !important;
    list-style: none !important;
    display: inline-block !important;
}

.modal-content {
    height:auto !important;
    /*box-shadow: 0 3px 9px rgba(0,0,0,.5);*/
}

a.add-adress {
    cursor: pointer;
}

.blog-details-title {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
}
a.badge.badge-success {
    cursor: pointer;
}

.blog-details img{
    width:100%;
}

.table-image > h6 > a {
    font-size: 16px;
    line-height: 18px;
    color: #222;
    font-weight: normal;
}
.table-image > h6 > p {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
}

.middle-btn-car-Or-bike{
    margin-bottom: 10px !important;
    background: #2e2c2c;
    width: 40px;
    height: 40px;
    z-index: 999;
    line-height: 40px;
    color: #fff !important;
    border-radius: 50%;
}
.certified-itms ul li{
    list-style:none;
}

.earn_point {
    font-size: 16px;
    line-height: 24px;
    color: #222;
    font-weight: 500;
}

.earn_point span {
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    padding-left: 3px;
    color:#555555;
}

.blog-details-content h3 {
    font-size: 15px;
    text-align: justify;
    line-height: 22px;
    font-weight: normal;
    padding-top: 20px;
}
.row.expert-content > ul > li{
    list-style:none;
}
.tooltip-text {
   visibility: hidden;
   position: absolute;
   z-index: 2;
   width: 169px;
   color: #EDEFF0;
   font-size: 12px;
   background-color: #3E474F;
   border-radius: 10px;
   padding: 5px 5px 5px 5px;
}

.tooltip-text::before {
   content: "";
   position: absolute;
   transform: rotate(45deg);
   background-color: #3E474F;
   padding: 5px;
   z-index: 1;
}

.tooltip-text p {
   line-height: 18px;
   font-size: 12px;
   text-transform: none;
   font-weight: normal;
   color: #f7f3f3;
   text-align: center;
   text-decoration: none;
}

.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -63px;
  left: -50%;
}

#top::before {
   top: 92%;
   left: 45%;
}

#bottom {
  top: 25px;
  left: -50%;
}

#bottom::before {
  top: -5%;
  left: 45%;
}
.hover-text {
    position: relative;
    display: inline-block;
    margin: 5px;
    font-size: 17px;
    color: #4e505d;
    font-weight: normal;
    line-height: 20px;
    cursor: help;
    text-decoration: underline;
}
.standard-name a .tooltip-text {
    text-decoration: none;
}


input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
  width: auto;
}

@supports (-webkit-touch-callout: none) {
  input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
    width: auto;
    margin-top: 5px;
  }
}
