.btn.sc-btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	padding-left: 3rem;
	padding-right: 3rem;

	position: relative;
	border-color: #eee;
	color: #000;
	text-transform: uppercase;

	font-weight: 400;
}

.btn.sc-btn-outline:hover {
	color: #fff;
}

.btn.sc-btn-outline > svg {
	position: absolute;
	top: 50%;
	left: 1rem;
	transform: translateY(-50%);

	display: inline-block;

	width: 1.25em;
	height: 1.25em;
	fill: currentColor;
}

.btn.sc-btn-outline::before,
.btn.sc-btn-outline::after {
	content: "";
	display: inline-block;
	height: 1px;
	width: 50%;
	background-color: #eee;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.btn.sc-btn-outline::before {
	left: -50%;
}

.btn.sc-btn-outline::after {
	right: -50%;
}

.pos-relative {
	position: relative;
}

#carcare.swiper-container {
	overflow: hidden;
	padding: 5px 0;
}

.sc-swiper-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;

	border-radius: 50%;
	background: #fff;
	height: 35px;
	width: 35px;

	box-shadow: rgb(0 0 0 / 35%) 0 2px 10px;
	margin: 0;

	position: absolute;
	top: calc(50% + 18px);
	transform: translateY(-50%);
	z-index: 2;

	cursor: pointer;

	font-size: 15px;
	color: #232323;
}

.sc-swiper-button.prev {
	left: 2px;
}

.sc-swiper-button.next {
	right: 2px;
}

/*.sc-swiper-button.prev > i {*/
/*    margin-right: 2px;*/
/*}*/

/*.sc-swiper-button.next > i {*/
/*    margin-left: 2px;*/
/*}*/

.sc-swiper-button.swiper-button-disabled {
	opacity: 0;
}

.feedback-card {
	height: 100%;
}

#carcare {
	margin-bottom: 15px;
}

#carcare .blog-item .blog-description .blog-title {
	display: -webkit-box;
	height: auto;
}


.customer .comment-image {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 375px) {
	#carcare .blog-item .blog-image img {
		transform: scale(1);
	}

	#carcare .blog-item {
		flex-direction: column !important;
		margin-bottom: 0;
	}

	#carcare .blog-item .blog-description .blog-title {
		height: auto !important;
	}
}

.limit-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media screen  and (min-width: 576px) {
	.sc-swiper-button.prev {
		left: -6px;
	}

	.sc-swiper-button.next {
		right: -6px;
	}
}

.post-detail img {
	max-width: 100% !important;
	height: auto !important;
	object-fit: cover !important;
	vertical-align: middle !important;
}

.post-detail h2 {
	font-size: 1.25rem;
}

.post-detail h3 {
	font-size: 1.15rem;
}

.post-detail h4 {
	font-size: 1.05rem;
}

.post-detail h5 {
	font-size: .95rem;
}

.post-detail h6 {
	font-size: .85rem;
}

.section-360-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-360-wrap:before {
	display: block;
	padding-top: 56.25%;
	content: "";
}

.section-360-wrap > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lds-spinner {
	color: official;
	transition: .3s all ease;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #fff;
}

.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.section-360.is-done .lds-spinner {
	opacity: 0;
	visibility: hidden;
	pointer-events: auto;
}

.section-360.is-done .image-item .icon-360 {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.section-360 .image-item:hover .icon-360 {
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

.section-360 .image-item {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	align-items: center;
	justify-content: center;
}

.section-360 .image-item > img {
	display: none;
}

.section-360 .image-item.is-show {
	z-index: 4;
}

.section-360 .image-item > [id*=_] {
	position: absolute !important;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-360 .image-item > [id*=notification_] {
	display: none !important;
}

.section-360 [id*=powered-by-] {
	display: none !important;
}

.section-360 .image-item div img {
	position: absolute !important;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 100%;
	width: auto;
}

.section-360 .section-360-color {
	background-color: #fff;
	width: 835px;
	margin: -20px auto 0;
	position: relative;
	padding: 16px 16px;
	z-index: 8;
	border-radius: 12px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.section-360 .section-360-color .section-360-color_wrapper:before {
	top: -15px;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #fff;
	position: absolute;
	display: block;
	left: 65px;
	width: 0;
	height: 0;
	content: "";
}

.section-360 .section-360-color .section-360-color_wrapper .section-360-color_wrapper__text {
	margin-bottom: 7px;
	font-size: 1.075rem;
	font-weight: 700;
	color: #566565
}

.section-360 .section-360-color .section-360-color_wrapper .section-360-color_wrapper__text span {
	color: var(--primary-color);
	font-size: 1.15rem;
}

.section-360 .section-360-color ul li button {
	border: 1px solid #c7c7c7 !important;
	background: #fff;
	padding: 0;
	display: flex;
	height: 40px;
	width: 40px;
	transition: .3s all ease;
	border-radius: 50%;
	position: relative;
	box-shadow: none;
	align-items: center;
	justify-content: center;
	outline: none;
	cursor: pointer;
}

.section-360 .section-360-color ul li button > span {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-360 .section-360-color ul li button:before {
	position: absolute;
	top: -2.5px;
	right: -2.5px;
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 0.5rem;
	transition: .3s all ease;
	color: #fff;
	width: 16px;
	height: 16px;
	background: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.section-360 .section-360-color ul li + li {
	margin-left: 5px;
}

.section-360 .section-360-color ul li:hover button {
	border-color: #C4C5C7 !important;
}

.section-360 .section-360-color ul li.is-active button {
	border-color: var(--primary-color) !important;
}

.section-360 .section-360-color ul li.is-active button:before {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.section-360 .image-item .icon-360 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	transition: all 0.5s;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	width: 200px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@keyframes drag360 {
	0% {
		transform: translateX(-5px);
	}
	50% {
		transform: translateX(0px);
	}
	100% {
		transform: translateX(5px);
	}
}

.section-360 .image-item .icon-360 img {
	height: auto;
	max-width: 100%;
	text-align: center;
	-webkit-animation: drag360 0.7s linear forwards alternate infinite;
	animation: drag360 0.7s linear forwards alternate infinite;
	position: static !important;
	transition: .3s all ease;
	display: block !important;
}

@media screen and (max-width: 991px) {
	.section-360 .section-360-color {
		width: 90%;
	}

	.section-360 .section-360-color ul li button {
		width: 35px;
		height: 35px;
	}

	.section-360 .section-360-color ul li button > span {
		width: 25px;
		height: 25px;
	}

	.section-360 .image-item div img {
		width: 100%;
		object-fit: cover;
	}

	.section-360 .section-360-color .section-360-color_wrapper .section-360-color_wrapper__text {
		font-size: .85rem;
	}

	.section-360 .section-360-color .section-360-color_wrapper .section-360-color_wrapper__text span {
		font-size: 0.925rem;
	}

	.section-360 .image-item .icon-360 {
		width: 120px;
		height: 120px;
	}
}

.section-360 .section-360-color .buttons-image {
	gap: 15px;
}

.section-360 .section-360-color .buttons-image li {
	width: calc(100% / 4 - 12px);
}

.section-360 .section-360-color .buttons-image li + li {
	margin: 0;
}

.section-360 .section-360-color .buttons-image li button {
	width: 100% !important;
	height: auto !important;
	border: none !important;
	border-radius: 0 !important;
	flex-direction: column;
	text-align: center;
}

.section-360 .section-360-color .buttons-image li button img {
	width: auto;
	height: 60px;
}

.section-360 .section-360-color .buttons-image li.is-active button {
	font-weight: 700;
	color: var(--primary-color);
}

@media screen and (max-width: 991px) {
	.section-360 .section-360-color .buttons-image li {
		width: calc(100% / 3 - 10px);
	}
}

@media screen and (max-width: 575px) {
	.section-360 .section-360-color .buttons-image li {
		width: calc(100% / 2 - 8px);
	}
}