/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.btn-register {
	background-color: #050B8C;
	border: 1px solid #050B8C;
	color: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	font-family: proximanova-semibold;
}

.btn-register {
	background-color: #050B8C;
	border: 1px solid #050B8C;
	opacity: 0.82;
}

.link-tc {
	color: #050B8C!important;
	border-bottom: 1px solid #050B8C!important;
}

.header-spacer {
	height: 0!important;
}

.page-check-warranty #content {
	padding-top: 30px;
	padding-bottom: 30px;
	height: 100vh;
	display: flex;
	align-items: center;
}

.page-thankyou .site-content {
	padding-top: 30px;
	padding-bottom: 30px;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#content {
	padding-top: 30px;
	padding-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 15px;
}

label:hover input[type=checkbox], label:hover input[type=radio], input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="time"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input.input-text:focus, select:focus, textarea:focus {
	border-color: #050B8C!important;
}

#wrapper {
	background-color: #050B8C;
}

.table-search-result {
	width: 100%;
	margin-top: 30px;
}

.pop-header {
	background-color: #fff;
	border-radius: 5px;
	padding: 20px 10px;
}

.pop-header h3 {
	color: #000!important;
	margin-bottom: 0!important;
}

.table-search-result tr td {
	width: 50%;
	padding: 5px 10px;
/*	border: 1px solid #a5dce8;*/
	color: #fff;
}

.table-search-result tr td.bold {
	font-family: proximanova-semibold!important;
}

.twocol50 {
	max-width: 900px;
	margin: 0 auto;
	background: #EFF2F6;
	border-radius: 10px;
}

.header {
	display: none;
}

.text-white {
	color: #fff;
}

.link-primary-white {
	color: #fff;
	border-bottom: 2px solid #fff;
	font-family: proximanova-semibold!important;
	cursor: pointer;
}

.link-primary-white:hover {
	color: #fff;
	border-bottom: 0;
}

.btn-primary {
	background-color: #050B8C;
	color: #fff;
	border:1px solid #050B8C;
	padding: 10px 30px;
}

input {
	max-width: 100%;
	width: 100%;
}

.list-search {
	list-style: none;
	margin-top: -10px;
}

.list-search li {
	margin-top: 10px;
}

#searchsubmit,
.acf-button {
	background-color: #050B8C!important;
	color: #fff!important;
	font-family: proximanova-semibold;
	font-weight: bold;
	border-radius: 5px!important;
	border-radius: 80px!important;
}

.acf-button.register {
	color: #050B8C!important;
	width: 180px!important;
	border: 1px solid #63D1E8!important;
	background-color: #63D1E8!important;
	padding: 10px 0!important;
}

.acf-button.register:hover {
	background-color: #63D1E8!important;
	color: #050B8C!important;
	border-color: #63D1E8!important;
	opacity: 0.85;
}

.register-warranty-wrap {
	padding: 50px;
}

.check-warranty-wrap .left {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	background-position: center;
	background-image: url('https://ewarranty.h2ocoat.com.my/wp-content/uploads/2023/01/bg-check-warranty.jpg');
}

.check-warranty-wrap .left .inner {
	padding: 30px 20px;
}

.check-warranty-wrap .left .inner h2 {
	color: #fff;
}

.check-warranty-wrap .right {
	padding: 50px;
}

.popup2 {
	max-width: 900px;
	margin: 0 auto;
	background-color: #63D1E8;
	margin-top: 20px;
	color: #000;
	border-radius: 10px;
	padding: 30px 20px;
}

.popup {
	position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: auto;
    transform: translateY(-50%);
}

#overlay {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8); /* Black background with opacity */
	z-index: 99999; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
	display:none;
	padding-left: 20px;
	padding-right: 20px;
}

.cnt223 {
	max-width: 480px;
	margin: 30px auto;
	background: #050B8C;
	position: relative;
	z-index: 103;
	padding: 30px 20px;
	border-radius: 10px;
	color: #fff;
}

.cnt223 .x {
	position: absolute;
	top: -10px;
	right: -10px;
}

.cnt223 .btn-close-x {
	font-size: 30px;
	color: #fff;

	background: #050B8C;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	text-align: center;
	line-height: 40px;
}

.cnt223 .x:hover {
	cursor: pointer;
}

.cnt223 .x.btn-close {
	position: relative;
	top: auto;
	right: auto;
	float: none;
	opacity: 1;
}

.popup h3,
.popup2 h3 {
	color: #fff;
}

.clink {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.clink-black {
	color: #000;
	border-bottom: 1px solid #000;
}

.acf-field .acf-label {
	margin-bottom: 0;
	font-family: proximanova-semibold;
}

.acf-fields > .acf-field {
	padding: 10px 15px!important;
}

.acf-fields {
	margin-left: -15px!important;
	margin-left: -15px!important;
}

.acf-button[data-name=add] {
	padding: 5px 20px;
	margin: 0 10px;
}

.page-thankyou h1 {
	color: #fff;
}

.btn-check-warranty {
	position: absolute;
	top: -65px;
	right: -30px;
}

.btn-check-warranty button {
	background-color: #63D1E8;
	color: #050B8C;
	padding: 5px 15px;
	border-radius: 30px;
	border: 1px solid #63D1E8;
	font-size: 14px;
	font-weight: bold;
}

.btn-check-warranty button:hover {
	background-color: #8ad8e8;
}

@media only screen and (max-width:767px) {
	.check-warranty-wrap .left {
		border-radius: 10px;
	}

	.check-warranty-wrap .right {
		padding: 30px 20px;
	}

	.check-warranty-wrap .left .inner {
		padding: 30px 10px;
	}

	.acf-field {
		width: 100%!important;
		margin: 0!important;
	}

	.register-warranty-wrap {
		padding: 30px 0 30px 15px;
	}

	.acf-fields > .acf-field {
		padding: 10px 0!important;
	}

	.acf-form-submit {
		margin-left: -15px;
	}

	.page-check-warranty #content,
	.page-thankyou .site-content {
		height: auto;
	}

	.btn-check-warranty {
		top: -50px;
		right: 10px;
	}
}



