/*
Theme Name: Omoda Jaecoo
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
input.wpcf7-form-control, select.wpcf7-form-control {
	border-radius: 5px;
    color: #000814;
    box-shadow: none;
}
input[type=submit] {
	color: #fff;
	padding: 2px 32px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #000814;
	transition: all 0.3s ease;
    margin: 0 auto;
}
#info-left2 {
	width: 150px;
    margin: 0 auto;
}
#custom_html-2 .custom-html-widget {
	border: 1px solid #52a2b7;
    border-radius: 10px;
    padding: 15px;
	text-align: center;
}
#custom_html-2 .custom-html-widget form {
	margin-bottom: 0;
}
#popup_km form {
	margin-bottom: 0;
}
#popup_km {
	border-radius: 10px;
    border: 1px solid #000000;
    box-shadow: 0px 0px 30px 0px rgba(2, 2, 2, 1.00);
}
.mfp-close-btn-in button.mfp-close {
	color: white;
    opacity: 1;
}
#popup_km h2 {
	text-align: center;
}
.hotline-phone-ring-wrap {
	position: fixed;
	left: auto;
	right: calc(100px + -90px);
	bottom: 90px;
	z-index: 999999;
}
.hotline-phone-ring {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}
.hotline-phone-ring-circle {
	width: 87px;
	height: 87px;
	top: 10px;
	left: 10px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #e60808;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 57px;
	height: 57px;
	top: 25px;
	left: 25px;
	position: absolute;
	background-color: rgba(230, 8, 8, 0.7);
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
	height: 33px;
	top: 37px;
	left: 37px;
	position: absolute;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
	position: absolute;
	background: rgba(230, 8, 8, 0.75);
	height: 40px;
	width: 200px;
	line-height: 40px;
	border-radius: 3px;
	padding: 0 10px;
	background-size: 100%;
	cursor: pointer;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	z-index: 9;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 50px !important;
	/* width: 175px !important; */
	left: 33px;
	bottom: 37px;
}
.hotline-bar > a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-indent: 50px;
	display: block;
	letter-spacing: 1px;
	line-height: 40px;
	font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
	color: #fff;
}
.bar-right .hotline-bar {
	right: 33px;
    left: unset;
    width: 180px;
}
.bar-right .hotline-bar a {
	text-indent: 10px;
}
@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.5) skew(1deg);
		-webkit-opacity: 0.1;
	}
	30% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		-webkit-opacity: 0.5;
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: 0.1;
	}
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.6;
	}
	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
}
@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}
@media (max-width: 768px) {
	.hotline-bar {
		display: none;
	}
}
.zalo-container img {
	max-width: 100%;
	height: auto;
}
.zalo-container {
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 50px;
	z-index: 9999999;
}
.zalo-container:not(.right) {
	left: 2.5rem;
}
.zalo-container.right {
	right: 2.5rem;
}
.zalo-container a {
	display: block;
}
.zalo-container span {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #1182FC;
	position: relative;
}
@keyframes zoomIn_zalo {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	50% {
		opacity: 1;
	}
}
.zoomIn_zalo {
	animation-name: zoomIn_zalo;
}
.animated_zalo {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animated_zalo.infinite {
	animation-iteration-count: infinite;
}
.cmoz-alo-circle {
	width: 50px;
	height: 50px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(17, 130, 252, .8);
	opacity: .1;
	border-color: #1182FC;
	opacity: .5;
}
.cmoz-alo-circle-fill {
	width: 60px;
	height: 60px;
	top: -10px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(17, 130, 252, 0.45);
	opacity: .75;
	right: -10px;
}
@-webkit-keyframes pulse_zalo {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse_zalo {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.pulse_zalo {
	-webkit-animation-name: pulse_zalo;
	animation-name: pulse_zalo;
}
section.bg_car_color {
	background: linear-gradient(180deg, #004373 0%, #258AAD 46.4%, #1A749B 55.4%, #004373 95%);
}
section.bg_car_color:before {
	content: "";
    background: linear-gradient(180deg, #003962 0%, #00437300 92%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 144px;
}
.car-container {
	margin-top: 50px;
	text-align: center;
}
.car-image {
	width: 100%;
	max-width: 1200px;
	height: auto;
	transition: 0.5s ease;
}
.color-picker {
	margin-top: -50px;
	display: flex;
	justify-content: center;
	gap: 15px;
	align-items: center;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.color-option {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
	border: 2px solid #ccc;
	transition: 0.3s ease;
}
.color-option:hover {
	border-color: #000;
}
.color-option:checked {
	border-color: #000;
}
.color-label {
	display: block;
	font-size: 14px;
	text-align: center;
	color: white;
}
@media (max-width: 768px) {
	.car-image {
		width: 90%;
		margin-top: 0;
	}
	.color-picker {
		margin-top: 20px;
		gap: 10px;
	}
	.color-option {
		width: 40px;
		height: 40px;
	}
	.color-label {
		font-size: 12px;
	}
}
.price span.amount {
	color: red;
	font-weight: 700;
	white-space: nowrap;
	font-size: 1.75em;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.price span.currencySymbol {
	display: inline-block;
    font-size: 1.25em;
    vertical-align: top;
	color: red;
	font-weight: 700;
	white-space: nowrap;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
	margin-left: 5px;
}
.box-km {
	border-radius: 10px;
	padding: 15px;
	border: 1px dashed white;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	margin-bottom: 1em;
	margin-top: 10px;
}
.box-km ul li {
	margin-left: 1.3em;
}
.ux-swatches {
    --swatch-size-x-small: 15px;
    --swatch-size-small: 20px;
    --swatch-size-medium: 30px;
    --swatch-size-large: 45px;
    --swatch-size-x-large: 70px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 5px 0;
}
.ux-swatches .ux-swatch {
    padding: 7px 15px;
    font-size: 14px;
    color: #fff;
    position: relative;
    text-align: center;
    align-items: center;
    background: rgb(255 255 255 / 25%);
    border-radius: 10px;
    transition: all .1s ease;
    border: 1px solid white;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.ux-swatch.selected {
    box-shadow: 0 0 0 1px #e42f36;
    background-color: #fff;
    color: #000;
}
.ux-swatches .ux-swatch.selected:before {
    top: -2px;
    right: -3px;
    content: '';
    position: absolute;
    border-top-right-radius: 10px;
    border-left: 26px solid transparent;
    border-top: 26px solid #e42f36;
}
.ux-swatches .ux-swatch.selected:after {
    content: '';
    width: 5px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    background: none;
    margin: -2px 0 0 2px;
    border-radius: 0;
    position: absolute;
    right: 5px;
    top: 4px;
}
.ux-swatch:hover:not(.selected):not(.disabled) {
    box-shadow: 0 0 0 2px #e42f36;
    background-color: #fff;
    color: #000;
}