@media (min-width: 1600px) {
	.container {
		width: 1440px;
	}

	.sppb-row-container {
		width: 1440px;
	}
}


/***************banner***********/
.show-mobile {
	display: none;
}

.slide-text.custom-text-black .text-intro {
	color: #333;
}

.slide-text.custom-text-black h2.slide-title {
	color: #333;
}

.slide-text.custom-text-white h2.slide-title {
	color: #ffffff;
	font-size: 70px;
	text-transform: uppercase;
	font-family: 'Arial';
	line-height: 80px;
	text-shadow: 3px 4px 12px rgba(0, 0, 0, 0.5);
}



/***************list product************************/
.list-categories {
	padding: 20px 20px;
}

.related-product .list-categories {
	padding: 20px 120px;
}

.list-categories .title-list-product {
	color: #606968;
	font-size: 16px;
	font-family: "Arial";
	text-transform: uppercase;
	margin: 0px;
	text-align: center;
}

.list-categories .hikashop_category_description_content {
	font-size: 35px;
	color: #222222;
	font-family: "Arial";
	line-height: 52px;
	margin: 0px;
	padding: 30px 0px 50px 0px;
	text-align: center;
}

.list-categories .hikashop_product_price_per_unit,
.detail-product-page .hikashop_product_price_per_unit {
	display: none !important;
}

.hikashop_product_msrp_price_title,
.hikashop_product_our_price_title {
	display: none !important;
}

.hikashop_product_msrp_price .hikashop_product_price {
	text-decoration: line-through;
	font-family: 'Arial' !important;
	color: #222222 !important;
}

.list-categories .hikashop_filter_main_div {
	clear: both;
	width: 100%;
	display: block;
	float: left;
}

.list-categories .not-found-product {
	text-align: center;
	padding-bottom: 50px;
	padding-top: 140px;
}

.list-categories .hikashop_container {
	text-align: left !important;
}

.list-categories .hikashop_subcontainer.thumbnail {
	border: none;
	text-align: left !important;
	margin-bottom: 30px;
	padding: 0;
}

.list-categories .hikashop_product_name {
	text-align: left !important;
	font-size: 18px;
	color: #222222;
	font-family: 'Arial';
	line-height: 1.5;
	padding-top: 15px;
}

.list-categories .hikashop_product_price {
	font-size: 18px;
	color: #cc0000;
	font-family: 'Arial';
	line-height: 1.2;
	text-align: left !important;

}

.list-categories .hikashop_product_image {
	height: auto !important;
}

.list-categories .hikashop_subcontainer {
	border: none !important;
}

.list-categories .hikashop_product_image_subdiv {
	width: 100% !important;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.list-categories .hikashop_product_image_subdiv img {
	width: 100%;
}

.padding-list {
	margin-bottom: 40px;
}

.hikashop_infinite_scroll {
	margin-bottom: 84px;
	margin-top: 40px;
}

.hikashop_infinite_scroll a span {
	background: #cc0000;
	font-size: 18px;
	color: #ffffff;
	font-family: 'Arial';
	text-align: center;
	padding: 15px 45px;
	border-radius: 5px;
	display: inline-block;
}

.hikashop_filter_main {
	width: auto !important;
	margin-right: 40px;
}

.hikashop_filter_main .nice-select {
	width: 305px;
	height: 50px;
	border: none;
	border-bottom: 1px solid #d8d8d8;
	font-size: 24px;
	color: #414141;
	font-family: 'Arial';
	border-radius: 0px;
}

.hikashop_filter_main .nice-select .option,
.detail-product-page .detail-item-custom .nice-select .option {
	font-size: 18px;
	color: #222222;
	font-family: 'Arial';
	border: none;
	margin-bottom: 5px;
	width: 305px;
}

.hikashop_filter_main .nice-select .option:hover,
.hikashop_filter_main .nice-select .option.focus,
.hikashop_filter_main .nice-select .option.selected.focus {
	background: #cd2027;
	color: #ffffff;
	font-weight: normal;
}

.hikashop_filter_main .nice-select .list:hover .option:not(:hover) {
	color: #222222;
}

.hikashop_filter_main .nice-select:after {
	border-bottom: 2px solid #cd2027;
	border-right: 2px solid #cd2027;
	height: 8px;
	width: 8px;
}

/***************detail product accessorie******************/

.detail-product-page {
	padding-top: 52px;
}

.detail-product-page #hikashop_main_image {
	/* width: 100% !important; */
	/* height: auto !important; */
}

.detail-product-page .hikashop_product_right_part h2 {
	font-size: 30px;
	color: #222222;
	margin: 0px;
	line-height: 42px;
	font-family: 'Arial';
	padding-bottom: 15px;
}

.detail-product-page .hikashop_product_variant_subname {
	display: none;
}

.detail-product-page .hikashop_product_price {
	line-height: 1.5px;
	font-family: 'Arial';
	font-size: 24px;
	color: #cc0000;
}

.detail-product-page #hikashop_product_right_part {
	padding-left: 50px;
	padding-right: 50px;
}

.detail-product-page .product-description {
	padding-top: 10px;
	padding-bottom: 25px;
}

.detail-product-page .product-description p {
	color: #606968;
	font-size: 16px;
	font-family: 'Arial';
	line-height: 28px;
}

.detail-product-page .hikashop_product_custom_info_main td.key {
	width: 80px;
}

.detail-product-page .hikashop_product_custom_info_main td.key span {
	color: #222222;
	font-size: 20px;
	font-family: 'Arial';
}

.detail-product-page .hikashop_product_custom_info_main span.hikashop_product_custom_value {
	color: #606968;
	font-family: 'Arial';
	font-size: 20px;
}

.detail-product-page .detail-item-custom {
	padding-top: 30px;
	padding-bottom: 28px;
}

.detail-product-page .detail-item-custom td.key {
	display: none;
}

.detail-product-page .detail-item-custom .nice-select {
	width: 100%;
	height: 66px;
	border: 1px solid #e0e0e0;
	border-radius: 0px;
	font-size: 22px;
	color: #4a4a4a;
	font-family: 'Arial';
	line-height: 63px;
	padding-left: 27px
}

.detail-product-page .detail-item-custom .nice-select:after {
	border-bottom: 2px solid #cd2027;
	border-right: 2px solid #cd2027;
	height: 8px;
	width: 8px;
	right: 20px;
}

.detail-product-page .detail-item-custom .nice-select .option:hover,
.detail-product-page .detail-item-custom .nice-select .option.focus,
.detail-product-page .detail-item-custom .nice-select .option.selected.focus {
	background: #cd2027;
	color: #ffffff;
	font-weight: normal;
	width: 100%;
}

.detail-product-page .detail-item-custom .nice-select .list:hover .option:not(:hover) {
	color: #222222;
}

.detail-product-page .detail-item-custom .nice-select .option {
	width: 100%;
}

.detail-product-page .detail-item-custom .nice-select.open .list {
	display: block;
	width: 100%;
}

#hikashop_add_wishlist,
.hikawishlist {
	display: none;
}

/***/
.detail-product-page .hikashop_product_quantity_field_change:hover,
.detail-product-page .hikashop_product_quantity_field_change:active {
	background: #cc0000;
	color: #ffffff;
}

.detail-product-page .hikashop_product_quantity_change_div_leftright {
	display: flex;
	align-items: center;
	border: 1px solid #e0e0e0;
	width: 200px;
	float: left;
	margin-right: 10px;
}

.hikashop_product_quantity_change_div_leftright span.add-on {
	flex: 0 1 100%;
	text-align: center;
}

.hikashop_product_quantity_change_div_leftright span.add-on a {
	width: 100%;
	position: static;
	text-decoration: none;
	font-size: 24px;
	padding: 6px 15px;
}

.detail-product-page .hikashop_product_quantity_field {
	height: 60px;
	border: none;
	text-align: center;
	font-size: 16px;
	color: #4a4a4a;
	font-family: 'Arial';
}

/***/
.detail-product-page .hikabtn.hikacart {
	width: 200px;
	height: 60px;
	border-radius: 5px;
	background: #cc0000;
	color: #ffffff;
	font-size: 16px;
	font-family: 'Arial';
	text-align: center;
	text-transform: uppercase;
	border: none;
}

.detail-product-page .hikabtn.hikacart span {
	position: relative;
	top: 13px;
}


.detail-product-page .detail-code {
	font-size: 16px;
	color: #888888;
	text-transform: uppercase;
	font-family: "Arial";
	font-weight: bold;
	display: block;
	padding-bottom: 0;
}

.moduletable.related-product {
	padding: 50px 0;
	position: relative;
}

.related-product h3 {
	color: #222222;
	font-size: 35px;
	text-align: center;
	font-family: 'Arial';
}

.related-product .hikashop_product_name {
	padding-top: 28px;
}

.related-product .owl-carousel {
	position: relative;
	display: block;
	opacity: 1;
}

.owl-carousel .owl-refresh .owl-item.cloned {
	display: none;
}

.owl-carousel .owl-refresh .owl-item {
	display: block;
}

.related-product .owl-carousel .cus-list-product {
	width: 33.3%;
}

.related-product .owl-carousel .owl-item .cus-list-product {
	width: 100%;
}

.related-product .owl-controls .owl-prev {
	position: absolute;
	left: -85px;
	top: 120px;
	background: url(../images/owl-left.png) !important;
	background-repeat: no-repeat !important;
	border: none !important;
	font-size: 0px;
	width: 41px;
}

.related-product .owl-controls .owl-next {
	position: absolute;
	right: -85px;
	top: 120px;
	background: url(../images/owl-right.png) !important;
	background-repeat: no-repeat !important;
	border: none !important;
	font-size: 0px;
	width: 41px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: red;
}

.hikashop_products_pagination .list-footer .limit {
	display: none;
}

.hikashop_products_pagination .hikashop_results_counter {
	display: none;
}

.pagination {
	padding-top: 20px;
}

.detail-product-page .hikashop_small_image_div {
	display: none;
}

.detail-product-page .hikashop_main_image_div .owl-theme .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 10px;
}

.detail-product-page .hikashop_main_image_div .owl-theme .owl-dots .owl-dot span {
	width: 18px;
	height: 18px;
	background: #888888;
	display: inline-block;
	border-radius: 50px;
}

.detail-product-page .hikashop_main_image_div .owl-theme .owl-dots .owl-dot.active span {
	width: 16px;
	height: 16px;
	background: #ffffff;
	border: 2px solid #666666;
	position: relative;
	top: -1px;

}

.detail-product-page .hikashop_main_image_div .owl-theme .owl-dots {
	padding-top: 20px;
}

.detail-product-page .hikashop_main_image_div .hikashop_product_main_image_subdiv {
	overflow: hidden;
}

.detail-product-page .hikashop_main_image_div .hikashop_product_main_image_subdiv .owl-item {
	float: left;
}

.detail-product-page .hikashop_main_image_div .hikashop_product_main_image_subdiv a {
	display: block;
	position: relative;
}

.detail-product-page .hikashop_main_image_div .disabled {
	display: none;
}

.detail-product-page .hikashop_main_image_div .owl-dots {
	display: inline-flex;
}

.detail-product-page .hikashop_main_image_div .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.detail-product-page .hikashop_main_image_div .owl-dot.active span {
	background: #869791;
}

.detail-product-page .hikashop_main_image_div .hikashop_product_main_image_subdiv a:before {
	content: url(../images/icon-zoom.png);
	position: absolute;
	top: 25px;
	left: 16px;
	z-index: 2;
}

#sb-body .action-popup {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}

#sb-wrapper-inner {
	overflow: inherit;
}

#sb-body .action-popup .remove {
	position: absolute;
	right: 0px;
}

#sb-body .action-popup .pre-action,
#sb-body .action-popup .next-action {
	position: absolute;
	top: 50%;
}

#sb-body .action-popup .pre-action {
	left: -80px;
}

#sb-body .action-popup .next-action {
	right: -80px;
}

#sb-info {
	visibility: hidden;
}

#sb-nav-next,
#sb-nav-previous {
	background: transparent;
}

.detail-product-page .hikashop_field_required {
	display: none;
}

.popup-added-cart .vex-dialog-form {
	text-align: center;
}

.popup-added-cart .vex-dialog-buttons {
	display: block;
}

.popup-added-cart .vex-dialog-buttons {
	display: block;
}

.popup-added-cart .vex-content {
	width: 920px;
}

.popup-added-cart button.close {
	position: absolute;
	z-index: 20;
	right: 0px;
}

.popup-added-cart .message {
	color: #666666;
	font-size: 24px;
	font-family: 'Arial' !important;
	padding: 20px 0px 36px 0px;

}

.popup-added-cart .vex-dialog-buttons a {
	margin-right: 20px;
	font-family: "Arial";
	font-size: 16px;
	display: inline-block;
}

.popup-added-cart .interested_in {
	margin-top: 46px;
	border-top: 1px solid #e8e8e8;
}

.popup-added-cart .interested_in h4 {
	font-size: 28px;
	color: #222222;
	font-family: "Arial";
	line-height: 49px;
	padding: 40px 0px 35px 0px;
	margin: 0px;

}

.popup-added-cart div.modal-body {
	padding: 45px;
}

.popup-added-cart .interested_in .list-categories {
	padding-top: 0px;
}

.popup-added-cart .interested_in .hikashop_container {
	margin: 0px !important;
}

.popup-added-cart .list-categories .hikashop_product_name {
	padding-top: 16px;
	font-size: 18px;
	line-height: 28px;
}

.popup-added-cart .list-categories .hikashop_product_name a:hover {
	color: #222222;
}

.popup-added-cart .list-categories .hikashop_product_price_full,
div.hikashop_carousel .hikashop_carousel_item .hikashop_product_price_full {
	display: inline-block;
}

.popup-added-cart .list-categories .hikashop_product_price {
	text-align: left !important;
	line-height: 28px;
	font-size: 18px;
}

/**************page cart********************/

.mod-cart-num .hikashop_small_cart_checkout_link {
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	padding: 0px;
	background: #cd2027;
	border-radius: 100px;
	position: absolute;
	top: 20px;
	left: 21px;
}

.mod-cart-num .number-cart {
	display: block;
	font-size: 14px;
	color: #ffffff;
	font-family: "Arial";
	line-height: 26px;
	margin: 0;
}

.checkout-page .hikashop_checkout_page {
	padding: 80px 0px;
}

.page-cart h2.title {
	font-size: 36px;
	color: #222222;
	font-family: "Arial";
	line-height: 48px;
}

.page-cart.table-cart tbody>tr:nth-of-type(odd) {
	background: none;
	border: none;
}

.page-cart.table-cart tbody>tr>td {
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 40px 0;
	position: relative;
}

.page-cart.table-cart tbody>tr>td:nth-child(1) {
	width: 680px;
}

.page-cart .hikashop_product_checkout_cart_image {
	width: 210px;
	float: left;
}

.page-cart .title-product h4 {
	font-size: 23px;
	color: #222222;
	font-family: "Arial";
	margin: 0px;
	padding-bottom: 30px;
}

.page-cart .title-product h4 .hikashop_product_variant_subname {
	display: inherit;
	font-size: 18px;
	font-weight: normal;
	font-family: "Arial";
	line-height: 30px;
}

.page-cart .title-product p {
	font-size: 20px;
	color: #606968;
	font-family: "Arial";
	line-height: 35px;
}

.page-cart .title-product p span {
	font-size: 20px;
	font-family: "Arial";
	color: #222222;
}

.page-cart .box-input-quanti {
	position: relative;
}

/***quantity****/
.page-cart input.hikashop_product_quantity_field {
	width: 90px;
	height: 40px;
	border: 2px solid #e0e0e0;
	text-align: center;
	font-size: 18px;
	color: #4a4a4a;
	font-family: "Arial";
}

.page-cart .hikashop_product_quantity_field_change_minus {
	font-size: 18px;
	line-height: 28px;
	color: #898989;
	text-decoration: none !important;
	font-weight: bold;
	position: absolute;
	left: 7px;
	top: 5px;
	width: 25px;
	height: 30px;
	text-align: center;
}

.page-cart .hikashop_product_quantity_field_change_plus {
	font-size: 18px;
	line-height: 28px;
	color: #898989;
	text-decoration: none !important;
	position: absolute;
	left: 60px;
	top: 5px;
	width: 25px;
	height: 30px;
	text-align: center;
}

.page-cart .hikashop_cart_product_quantity_refresh {
	position: absolute;
	top: 5px;
	left: 100px;
}

.page-cart .hikashop_product_quantity_field_change:hover,
.page-cart .hikashop_product_quantity_field_change:active {
	background: #cc0000;
	color: #ffffff;
}

/***hikashop_product_price****/
.page-cart .hikashop_product_price {
	font-size: 18px;
	color: #222222;
	font-family: "Arial";
	float: right;
	padding-right: 70px;
}

.page-cart .price-cart .hikashop_cart_product_quantity_delete {
	position: absolute;
	right: 20px;
	top: 35px;
}

.my-cart-order-summary {
	width: 440px;
	float: right;
}

.my-cart-order-summary .hikashop_cart_title,
.my-cart-order-summary .hikashop_cart_tax {
	font-size: 18px;
	color: #222222;
	font-family: "Arial";
	line-height: 30px;
}

.my-cart-order-summary .col-right-checkout {
	font-size: 18px;
	color: #222222;
	font-family: "Arial";
	line-height: 30px;
	padding-right: 70px;
}

.my-cart-order-summary .total-check {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin: 10px 0px 20px 0px;
	padding: 20px 0px;
}

.page-cart .hikashop_checkout_buttons {
	margin-bottom: 56px;
}

.page-cart .hikashop_checkout_buttons .button-default {
	font-size: 16px;
	padding: 6px 71px;
}

.page-cart .button-default:hover {
	background: #f6ae2d;
}

.page-cart .text-intro-cart {
	float: right;
	width: 50%;
	text-align: right;
	padding-bottom: 30px;

}

.page-cart .text-intro-cart p {
	font-size: 14px;
	color: #606968;
	font-family: "Arial";
	line-height: 26px;
}

.page-cart .action-cart {
	clear: both;
}

.btn-default-site,
#hikashop_checkout_next_button {
	font-size: 14px;
	color: #ffffff;
	font-family: "Arial";
	text-transform: uppercase;
	background: #cc0000;
	padding: 10px 35px;
	border-radius: 5px;
	border: none;
	box-shadow: none;
}

.btn-default-site:hover {
	color: #ffffff;
}

#hikashop_checkout_next_button {
	padding: 10px 35px;
	float: right;
}

.btn-continute {
	float: left;
}

/************page fill info checkout**************/
.fill-detail-checkout {
	width: 80%;
	margin: 0 auto;
}

.fill-detail-checkout h2 {
	font-size: 36px;
	color: #222222;
	font-family: "Arial";
	text-align: center;
	line-height: 48px;
}

.fill-detail-checkout p.intro {
	font-size: 18px;
	color: #606968;
	font-family: "Arial";
	line-height: 30px;
	text-align: center;
	padding-bottom: 10px;
}

.fill-detail-checkout .form-group label {
	font-size: 16px;
	color: #666666;
	font-family: "Arial";
	display: block;
	font-weight: normal;
	padding-bottom: 5px;
}

.fill-detail-checkout .form-group label span {
	font-size: 16px;
	color: #cc0000;
	font-family: "Arial";
	position: relative;
	top: 2px;
}

.fill-detail-checkout .form-group input,
.fill-detail-checkout .form-group .nice-select,
.fill-detail-checkout .form-group select {
	width: 100%;
	height: 60px;
	border: 1px solid #d7d7d7;
	padding: 0px 15px;
	font-size: 16px;
	color: #666666;
	font-family: "Arial";
	margin-bottom: 20px;
}

.fill-detail-checkout .hikashop_field_required {
	display: none;
}

.fill-detail-checkout .form-group .nice-select {
	border-radius: 0px;
}

.fill-detail-checkout .nice-select ul {
	width: 100%;
}

.fill-detail-checkout .nice-select .current {
	position: relative;
	top: 10px;
}


.fill-detail-checkout .nice-select .option:hover,
.fill-detail-checkout .nice-select .option.focus,
.fill-detail-checkout .nice-select .option.selected.focus {
	background: #cd2027;
	color: #ffffff;
	font-weight: normal;
}

.fill-detail-checkout .nice-select .list:hover .option:not(:hover) {
	color: #222222;
}

.fill-detail-checkout .nice-select:after {
	border-bottom: 2px solid #cd2027;
	border-right: 2px solid #cd2027;
	height: 8px;
	width: 8px;
}

.fill-detail-checkout input[type="checkbox"]+label span {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: url(../images/check-agree.png) no-repeat;
	cursor: pointer;
	position: absolute;
	left: 14px;
	top: 0;
}

.fill-detail-checkout input[type="checkbox"]:checked+label span {
	background: url('../images/check-agree-active.png') no-repeat;
}

.fill-detail-checkout .box-gree {
	margin-top: 35px;
}

.fill-detail-checkout .box-gree label {
	padding-left: 52px;
}

.fill-detail-checkout .hikashop_registration_required_info_line {
	display: none;
}

.fill-detail-checkout .box-gree .btn-default-site {
	float: right;
}

/**************thank you****************/
.checkout-page #slideshow {
	display: none;
}

.thank-you-checkout {
	padding: 50px 0px;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.thank-you-checkout h2 {
	font-size: 55px;
	color: #222222;
	font-family: "Arial";
	text-align: center;
	line-height: 100px;
}

.thank-you-checkout p {
	color: #606968;
	font-size: 24px;
	font-family: "Arial";
	line-height: 35px;
	margin-bottom: 65px;
	margin-top: 20px;
}

/*************page confirm*******************/
.layout-confirm .text-intro-cart,
.layout-confirm .hikashop_cart_product_quantity_delete,
.layout-confirm .btn-continute {
	display: none;
}

.layout-confirm .hikashop_cart_product_quantity_value {
	font-size: 18px;
	color: #4a4a4a;
	font-family: "Arial";
	text-align: center;
}

.layout-confirm .hikashop_cart_product_total_value {
	text-align: right;
}

.layout-confirm .hikashop_cart_product_total_value .hikashop_product_price_full {
	position: relative;
	left: -125px;
}

.layout-confirm .action-cart {
	margin-top: 50px;
}

/**************page leasing*******************/
.top-content-leasing {
	padding: 135px 0px;
	text-align: center;
}

.top-content-leasing .item-leasing-top {
	padding: 0px 180px;
}

.top-content-leasing p.head {
	color: #606968;
	font-size: 16px;
	font-family: "Arial";
	text-transform: uppercase;
	margin: 0px;
}

.top-content-leasing h3 {
	font-size: 35px;
	color: #222222;
	font-family: "Arial";
	line-height: 52px;
	margin: 0px;
	padding: 40px 0px 79px 0px;
}

.top-content-leasing .item i {
	display: inline-block;
	font-size: 30px;
	color: #ec1b23;
	position: relative;
	top: -17px;
	margin-right: 15px;
}

.top-content-leasing .item .content-item {
	display: inline-block;
	text-align: left;
}

.top-content-leasing .item .content-item h4 {
	color: #222222;
	font-size: 18px;
	font-family: "Arial";
	line-height: 28px;
	margin: 0px;
}

.top-content-leasing .item .content-item span {
	color: #636363;
	font-size: 20px;
	font-family: "Arial";
	line-height: 28px;
}

.top-content-leasing .item.last-child {
	border-left: 1px solid #cccccc;
}

.mainContent .page-leasing {
	padding: 125px 0px 100px 0px;
	background: #f8f9fc;
}

.mainContent .page-leasing .page-header h2 {
	font-size: 35px;
	color: #222222;
	font-family: "Arial";
	line-height: 70px;
	margin: 0px;

}

.article-leasing .item {
	padding-right: 20px;
	padding-bottom: 50px;
}

.article-leasing .item img {
	position: relative;
	left: -18px;
}

.article-leasing .item h4 {
	color: #222222;
	font-size: 22px;
	font-family: "Arial";
	line-height: 30px;
	margin: 0px;
	padding-bottom: 15px;
}

.article-leasing .item p {
	font-size: 20px;
	color: #606968;
	font-family: "Arial";
	line-height: 30px;

}

.article-leasing .terms {
	display: block;
	text-align: center;
	color: #cc0000;
	font-family: "Arial";
}

.article-leasing .terms i {
	position: relative;
	top: 2px;
	left: 10px;
}

.page-leasing .bottom-servive_product .content {
	font-family: "Arial";
	font-weight: bold;
}

.page-leasing .btn-book:hover {
	color: #fff;
}

/****************** preowned ****************/

.slide-description .desc-banner-preowned {
	padding-top: 55px;
}

.slide-description .desc-banner-preowned a {
	display: inline-block;
	padding: 17px 34px;
	margin-right: 15px;
}

.btn-default-site.non-bg {
	background: none;
	border: 2px solid #ffffff;
	padding: 15px 34px !important;
}

.mainContent .page-preowned {
	background: #fff;
}

.page-preowned .page-header {
	padding-top: 0px;
}

.page-preowned .page-header .category-title {
	letter-spacing: 4px;
}

.mainContent .page-preowned .page-header h2 {
	border: none;
}

.mainContent .page-preowned .page-header h2:after {
	content: "";
}

.page-preowned .article-leasing .item {
	padding-right: 100px;
	padding-bottom: 50px;
}

.page-preowned .article-leasing .item img {
	left: 0px;
	margin-bottom: 25px;
}

.page-preowned .term-condition {
	border-top: 1px solid #e0e0e0;
	padding-top: 60px;
	position: relative;
	top: 38px;
	padding-bottom: 30px;
}

.page-preowned .term-condition h3 {
	color: #222222;
	font-size: 25px;
	font-family: "Arial";
	margin: 0px;
	padding-bottom: 18px;
}

.page-preowned .term-condition p {
	font-size: 18px;
	color: #606968;
	line-height: 26px;
	font-family: "Arial";
}

.body-repair-tab .sppb-nav-tabs {
	display: flex;
}

.body-repair-tab .sppb-nav-tabs>li {
	display: flex;
}

/*****compare-page *****/
.compare-page table.table tr td {
	border: none;
	line-height: inherit;
}

.compare-page .table-responsive {
	border: none;
}

.compare-page .variant-image .image img {
	width: 100%;
}

.car-item .safety {
	overflow: hidden;
}

@media all and (-ms-high-contrast:none) {
	#accordion.services .panel-default>.panel-heading+.panel-collapse>.panel-body {
		margin-left: 150px;
	}

	/* IE10 */
	*::-ms-backdrop,
	#accordion.services .panel-default>.panel-heading+.panel-collapse>.panel-body {
		margin-left: 150px;
	}

	/* IE11 */
}

@-moz-document url-prefix() {
	.detail-product-page .hikashop_product_quantity_field_change_plus {
		position: absolute;
		top: -15px !important;
		left: -53px !important;
		bottom: inherit !important;
		right: inherit !important;
	}
}

@media(max-width:1599px) {
	.car-item .register-interest .image img {
		visibility: hidden;

	}

	.car-item .register-interest {
		padding: 65px 0px;
	}

	.service-product .content-right {
		padding-top: 40px;
	}

	.service-product .subtitle {
		line-height: 42px;
	}

	.service-product .subtitle span {
		font-size: 50px !important;
	}

	#compare-mod .compare-expand {
		max-height: 500px;
	}

	.service-product strong {
		font-size: 22px;
	}
}

@media (max-width:1199px) {
	.service-product .subtitle {
		font-size: 32px;
		line-height: 40px;
	}

	.service-product .subtitle span {
		font-size: 40px !important;
		line-height: 50px
	}

	.body-repair-tab .sppb-nav-tabs>li>a {
		font-size: 16px;
	}
}

@media (max-width:991px) {
	.body-repair-tab .sppb-nav-tabs {
		display: block;
	}

	.body-repair-tab .sppb-nav-tabs>li {
		display: block;
		float: none;
		width: 100%;
		padding: 0px;
		margin-top: 20px;
	}

	.body-repair-tab .sppb-nav-tabs>li>a {
		padding: 25px 40px;
	}

	.body-repair-tab .sppb-nav-tabs {
		margin-top: 0px;
	}

	/*****compare*****/

	.compare-page table tr td:nth-child(3) {
		display: table-cell !important;
	}

	#compare-page.compare-page table tr td.loan-calculator .select-option-label {
		font-size: 15px !important;
	}

	.loan-calculator .select-option {
		padding: 20px 15px;
	}

	.loan-calculator .select-option .control-group label {
		font-size: 14px;
	}

	.loan-calculator .select-option .change-vehicle {
		font-size: 11px;
		padding: 13px 0px;
		display: block;
		text-align: center;
	}

	.normal-select select {
		font-size: 13px;
		white-space: nowrap;
		border: 1px solid #d7d7d7;
		padding: 8px;
		background: #fff;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-image: url(../images/icon-arrow.png);
		background-repeat: no-repeat;
		background-position: right;
		background-origin: content-box;
	}

	.normal-select select.select-variant {
		padding: 10px;
	}

	.box-shadow-element:before,
	.box-shadow-element:after {
		content: "";
		position: static;
		z-index: 1;
		-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.11);
		-moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.11);
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.11);
		top: 0;
		bottom: 0;
		left: 0px;
		right: 0px;
	}

	#accordion.services .panel-default>.panel-heading .title .panel-title a:after {
		font-size: 30px;
		top: 60px;
	}

	#accordion.services .panel-default.panel-faq>.panel-heading .title {
		display: block;
	}

	#accordion.services .panel-default.panel-faq>.panel-heading .title .panel-title a:after {
		top: 51px;
	}
}

@media (max-width:767px) {
	.service-product .sp-list-center .content-bottom {
		padding: 50px 10px;
	}

	#popup-home .modal-dialog {
		margin: auto 16% !important;
		width: 69% !important;
		height: 60% !important;
	}

	#popup-home .popup-article .item h4 {
		font-size: 25px !important;
		line-height: 40px !important;
	}

	#popup-home .popup-article .item {
		padding-right: 15px !important;
	}

	#popup-home .popup-article .item p {
		color: #606968 !important;
		font-size: 16px !important;
		line-height: 26px !important;
	}

	#popup-home .popup-article .item .btn-readmore {
		padding: 16px 47px !important;
		font-family: 'Arial' !important;
		font-size: 16px !important;
		margin-top: 20px !important;
		margin-bottom: 30px !important;
		width: 100% !important;
	}

	.compare-page table tr td.loan-calculator,
	.compare-page table tr.variant-image td {
		width: auto !important;
	}

	#accordion.services .panel-default>.panel-heading .title .panel-title a {
		position: relative;
	}

	#accordion.services .panel-default>.panel-heading .icon {
		width: 17%;
	}

	#accordion.services .panel-default>.panel-heading .title .panel-title a:after {
		top: 0px;
		right: 0px;
	}

	#accordion.services .panel-default.panel-faq>.panel-heading .title .panel-title a:after {
		top: 0px;
	}

}

@media (max-width:600px) {
	#accordion.services .panel-default>.panel-heading .title {
		width: 80%;
	}

	#accordion.services .panel-default.panel-faq>.panel-heading .title {
		width: 100%;
	}

	#accordion.services .panel-default.panel-faq>.panel-heading .title .panel-title a:after {
		right: -20px;
	}
}

@media (max-width:480px) {
	#popup-home .modal-dialog {
		margin: auto 0 !important;
		width: 100% !important;
		height: 70% !important;
	}

	#popup-home .popup-article .item .btn-readmore {
		font-size: 12px !important;
	}

	#accordion.services .panel-default>.panel-heading .icon {
		width: 17%;
	}
}

/************* new page *****************/
.head-page-mileage h2 {
	font-size: 55px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 30px;
}

.head-page-mileage .sppb-addon-content p {
	font-size: 16px;
	color: #606968;
}

.item-mileage {
	background-color: #F8F9FC;
	padding: 30px;
	border-radius: 5px;
}

.item-mileage .sppb-img-container {
	margin-bottom: 15px;
}

.item-mileage .sppb-media-content .sppb-feature-box-title {
	font-size: 16px;
	font-weight: bold;
	color: #242445 !important;
	margin-bottom: 10px;
}

.item-mileage .sppb-media-content .sppb-addon-text p {
	color: #606968;
	font-size: 16px;
	font-weight: bold;
}

.item-mileage .sppb-btn-custom {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	padding: 16px 20px;
}

@media(max-width:991px) {
	.head-page-mileage {
		margin-bottom: 30px;
	}

	.head-page-mileage h2 {
		font-size: 35px;
	}

	.item-mileage {
		margin-bottom: 30px;
	}

	.list-mileage {
		padding-top: 0px !important;
	}

	.list-mileage .sppb-col-md-4 {
		margin-bottom: 30px;
	}
}

@media(max-width:480px) {
	.item-mileage .sppb-btn-custom {
		font-size: 14px !important;
	}
}