.ng-productdetails {
	border-top: 1px solid #D8DADA;
}

.ng-productdetails .solution-description {
	white-space: pre-line;
}

/* Disabled button for connected card popup sequence */
.marketplace button:disabled {
	background: #D8DADA;
	border-color: #D8DADA;
	cursor: not-allowed;
}

.ng-productdetails #solutions-details a {
	text-decoration: none;
}

.ng-productdetails .breadcrumb {
	margin-top: 20px;
	padding: 0px;
	font-size: 14px;
	background-color: white;

}

.ng-productdetails #product-tite {
	margin-top: 20px;
}

.ng-productdetails .product-images ngx-gallery {
	width: 182px !important;
	height: 150px !important;
	text-align: center;
	display: inline-block;
}

.ng-productdetails .marketplace {
	cursor: pointer;
}

.ng-productdetails .breadcrumb-icon {
	display: inline-block;
	color: #6c757d;
	content: url("../../../../../content/dam/thingspace-portal/home/icons/right-carret-dark.svg");
	padding-left: 10px;
	padding-right: 10px;
}

.ng-productdetails #sim-details,
.ng-productdetails #hardware-details,
.ng-productdetails #solutions-details,
.ng-productdetails #plan-details {
	padding: 40px 0;
}

.ng-productdetails #sim-details .product-title,
.ng-productdetails #hardware-details .product-title,
.ng-productdetails #solutions-details .product-title,
.ng-productdetails #plan-details .product-title {
	font-size: 16px;
	padding-bottom: 25px;
	font-weight: bold;
}

@media (max-width: 767px) {

	.ng-productdetails #sim-details .product-title,
	.ng-productdetails #hardware-details .product-title,
	.ng-productdetails #solutions-details .product-title,
	.ng-productdetails #plan-details .product-title {
		padding-bottom: 0;
	}
}

.ng-productdetails #sim-details .product-description,
.ng-productdetails #hardware-details .product-description,
.ng-productdetails #plan-details .product-description {
	font-size: 14px;
}

.ng-productdetails #solutions-details .product-description,
.ng-productdetails #solutions-details .product-description ol li {
	font-size: 12px;
}

.ng-productdetails #solutions-details .product-description ul,
.ng-productdetails #solutions-details .product-description ol {
	padding-top: 10px;
}

.ng-productdetails #hardware-details .product-description .description p {
	font-size: 14px;
}

.ng-productdetails #hardware-details .product-description .description li,
.ng-productdetails #solutions-details .product-description .description li {
	line-height: 18px;
}

@media (max-width: 991px) and (min-width: 768px) {

	.ng-productdetails #sim-details .product-title,
	.ng-productdetails #hardware-details .product-title,
	.ng-productdetails #solutions-details .product-title,
	.ng-productdetails #plan-details .product-title {
		padding-bottom: 0;
	}
}

.ng-productdetails .gray-section {
	background-color: #F6F6F6;
	padding: 30px;
}

#solutions-details .gray-section label {
	padding: 30px 0 30px 30px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-size: 12px;
}

#solutions-details .gray-section .btn-black {
	margin-top: 20px;
	margin-bottom: 20px;
}

#solutions-details .gray-section .btn-div {
	border-bottom: 1px solid black;
}

.ng-productdetails .gray-section .price-header {
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}

.ng-productdetails .price-details-body {
	padding-top: 10px;
}

.ng-productdetails .frequently-bought-together {
	padding-top: 30px;
	border-top: 1px solid black;
	margin-top: 30px;
}

.ng-productdetails .frequently-bought-together p {
	font-size: 14px;
	margin-bottom: 20px;
}

.gray-section .product-quantity .quantity-box input {
	padding-left: 10px;
	width: 100%;
	border: 0;
	background: #f6f6f6;
	font-size: 24px;
	font-weight: bold;
	outline: 0;
}

.gray-section .error p {
	color: #d52b1e;
	font-size: 12px;
	margin-left: 15px;
	margin-top: 5px;
}

.gray-section .arrow-col {}

/* START replace awesome fonts */
.fa-angle-up:after {
	content: '';
	background: url(../../../../../content/dam/thingspace-portal/icons/arrow-up.svg) no-repeat;
	width: 15px;
	height: 15px;
	display: block;
	margin: 5px 0 5px 0;
}

.fa-angle-down:after {
	content: "";
	background: url(../../../../../content/dam/thingspace-portal/icons/arrow-down.svg) no-repeat;
	width: 15px;
	height: 15px;
	display: block;
	margin-bottom: 5px;
}

.ngx-gallery-image-size-cover .fa-arrow-circle-left {
	background: url(../../../../../content/dam/thingspace-portal/icons/carret-left-black.svg) no-repeat;
	width: 20px;
	height: 20px;
}

.ngx-gallery-image-size-cover .fa-arrow-circle-right {
	background: url(../../../../../content/dam/thingspace-portal/icons/carret-right-black.svg) no-repeat;
	width: 20px;
	height: 20px;
}

.ngx-gallery-active .fa-times-circle {
	background: url(../../../../../content/dam/thingspace-portal/icons/close-white.svg) no-repeat;
	width: 20px;
	height: 20px;
}

i.fa.fa-times-circle.ngx-gallery-close.ngx-gallery-icon-content::before {
	content: none !important;
}

.ngx-gallery-preview-top {
	top: 60px;
	right: 30px;
}

.ngx-gallery-icon.fa-spinner {
	background: url(../../../../../content/dam/thingspace-portal/icons/spin.gif) no-repeat;
	width: 50px;
	height: 50px;
}

/* .ngx-gallery-active ngx-gallery-arrows {
	width: 90%;
    height: 90%;
    border: 1px solid green;
    display: block;
    position: relative;
    margin: auto;
    margin-top: 60px;
} */
.ngx-gallery-active .fa-arrow-circle-left:before {
	content: "";
	background: url(../../../../../content/dam/thingspace-portal/icons/carret-left-white.svg) no-repeat;
	width: 35px;
	height: 35px;
	display: block;
	margin-left: 30px
}

.ngx-gallery-active .fa-arrow-circle-right:before {
	content: "";
	background: url(../../../../../content/dam/thingspace-portal/icons/carret-right-white.svg) no-repeat;
	width: 35px;
	height: 35px;
	display: block;
	margin-right: 30px
}

/* END replace awesome fonts */
.gray-section .product-quantity .quantity-box {
	border: 1px solid #000;
	border-bottom: 2px solid black;
	width: 114px;
	text-align: center;
	font-size: 12px;
	display: grid;
	align-items: center;
}

.gray-section .frequently-bought-together .product-quantity .quantity-box {
	border-bottom: 1px solid black;
	width: 74px;
	height: 35px;
}

.gray-section .frequently-bought-together .product-quantity .quantity-box input {
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}

.gray-section .frequently-bought-together .error p {
	position: absolute;
	margin-left: 0px;
}

.gray-section .arrow-icons {
	padding-right: 10px;
	line-height: normal;
}

.gray-section button:disabled {
	background-color: #D8DADA;
}

.gray-section .enable-arrow {
	cursor: pointer;
}

.gray-section .disable-arrow {
	color: gainsboro;
}

.gray-section .product-quantity {
	display: flex;
	align-items: center;
	width: 120px;
}

.gray-section .product-cost h5 {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 15px;
}

@media (max-width: 1245px) and (min-width: 992px) {

	#sim-details .row .col-md-8 .row .col-md-3,
	#hardware-details .row .col-md-8 .row .col-md-3,
	#solutions-details .row .col-md-8 .row .col-md-3 {
		flex: 0 0 35%;
		max-width: 35%;
	}

	#sim-details .row .col-md-8 .row .col-md-9,
	#hardware-details .row .col-md-8 .row .col-md-9,
	#solutions-details .row .col-md-8 .row .col-md-9 {
		flex: 0 0 65%;
		max-width: 65%;
	}
}

@media (max-width: 991px) and (min-width: 768px) {

	#sim-details .row .col-md-8 .row .col-md-3,
	#hardware-details .row .col-md-8 .row .col-md-3,
	#solutions-details .row .col-md-8 .row .col-md-3 {
		flex: 0 0 35%;
		max-width: 35%;
		margin-bottom: 40px;
	}

	#sim-details .row .col-md-8 .row .col-md-9,
	#hardware-details .row .col-md-8 .row .col-md-9,
	#solutions-details .row .col-md-8 .row .col-md-9 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	#solutions-details .row .col-md-4 .gray-section .btn-black {
		font-size: 12px;
	}
}

@media (max-width: 767px) {

	#sim-details .row .col-md-8 .row .col-md-3,
	#hardware-details .row .col-md-8 .row .col-md-3,
	#solutions-details .row .col-md-8 .row .col-md-3 {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	#sim-details .col-md-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.gray-section .product-cost {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.gray-section .product-cost h5 {
		position: inherit;
		padding: 15px 0 0;
	}

	.marketplace .gray-section .btn-black {
		padding: 10px 20px;
		margin-top: 20px;
	}
}

.gray-section .price-details-body .fa {
	font-size: large;
}

.gray-section .frequently-bought-together .fa {
	font-size: medium;
}

.gray-section .btn-black {
	width: 100%;
	margin-top: 30px;
}

.gray-section .btn-white {
	width: 100%;
	margin-top: 45px;
	border: 1px solid black;
	padding-top: 10px;
	padding-bottom: 10px;
}

#solutions-details .gray-section p {
	font-size: 14px;
	margin-top: 20px;
}

.suggested-for-you {
	padding: 25px 0;
	margin-bottom: 100px;
	border-top: 1px solid #D8DADA;
	border-bottom: 1px solid #D8DADA;
	display: inline-table;
	width: 100%;
}

@media (min-width: 768px) {
	.suggested-for-you .simSuggested-description {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		/* display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical; */
	}

	.suggested-for-you .simSuggested-description:hover {
		overflow: visible;
		white-space: normal;
	}
}

@media (max-width: 767px) {
	.suggested-for-you {
		margin-bottom: 30px;
	}

	.suggested-for-you img {
		width: 182px;
		height: auto;
	}

	.suggested-for-you .row .col-md-4.mb30resp:last-child {
		margin-bottom: 0;
	}
}

.ng-productdetails .simSuggested-name {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid black;
	cursor: pointer;
}

.suggested-for-you h5 {
	margin-bottom: 25px;
}

.suggested-for-you p {
	font-size: 12px;
	line-height: 16px;
}

.suggested-for-you .simSuggested-price {
	font-size: 16px;
	font-weight: bold;
}

.ng-productdetails .product-description .product-details-navbar {
	margin-bottom: 25px;
}

.ng-productdetails .product-description .product-details-navbar a {
	font-size: 12px;
	border-bottom: 1px solid black;
	margin-right: 5px;
	color: black;
}

.ng-productdetails .product-description .product-details-navbar a:not(:first-child) {
	margin-left: 5px;
}

.ng-productdetails #hardware-details .product-description .header,
.ng-productdetails #solutions-details .product-description .header,
.ng-productdetails #plan-details .product-description .header {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}

.ngx-gallery-layout .ngx-gallery-image-wrapper {
	position: initial;
}

.ngx-gallery-layout .ngx-gallery-image-size-cover .ngx-gallery-arrow-right .ngx-gallery-arrow {
	right: 0
}

@media (max-width: 768px) {
	.ng-productdetails #solutions-details .product-description .collapse.show {
		position: initial;
		text-align: left;
	}
}

@media (max-width: 1245px) and (min-width: 768px) {
	.ng-productdetails #solutions-details .product-description #price-plans-info .col-md-3 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.ng-productdetails #solutions-details .col-md-8,
	.ng-productdetails #solutions-details .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.ng-productdetails #solutions-details .product-description .collapse.show {
		text-align: left;
	}
}

.ng-productdetails #solutions-details .product-description .section-description {
	padding-bottom: 30px;
}

.ng-productdetails #plan-details .product-description p {
	font-size: 14px;
}

.ng-productdetails #plan-details .product-description li {
	line-height: 1.2rem;
}

.ng-productdetails #plan-details #details p {
	font-size: 12px;
}

.ng-productdetails #hardware-details .product-description .detail-description .desc,
.ng-productdetails #solutions-details .product-description .detail-description .desc {
	font-size: 12px;
	/* margin-bottom: 20px; */
}

.ng-productdetails #hardware-details .product-description .detail-description .sub-heading,
.ng-productdetails #solutions-details .product-description .detail-description .sub-heading {
	font-size: 12px;
	font-weight: bold;
}

.ng-productdetails #solutions-details .description table {
	border: 1px solid #D8DADA;
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0 30px
}

.ng-productdetails #solutions-details .description table thead tr {
	background-color: black;
	color: white;
	font-weight: 700;
}

.ng-productdetails #solutions-details .description table tr td,
.ng-productdetails #solutions-details .description table tr th {
	border: 1px solid #D8DADA;
	padding: 6px 13px;
	vertical-align: text-top;
}

@media (max-width: 428px) {
	.ng-productdetails #solutions-details .product-description .description table thead {
		display: none;
	}

	.ng-productdetails #solutions-details .product-description .description table {
		border: none;
	}

	.ng-productdetails #solutions-details .product-description .description table tr {
		border-top: 1px solid #D8DADA;
		float: left;
		margin-bottom: 30px;
	}

	.ng-productdetails #solutions-details .product-description .description table td {
		border-color: #D8DADA;
		border-style: solid;
		border-width: 0 1px 1px 1px;
		padding: 0 15px 0 0;
		width: 100%;
		text-align: right;
		float: left;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.ng-productdetails #solutions-details .product-description .description table td:before {
		content: attr(data-header);
		float: left;
		font-weight: bold;
		background: #000;
		color: white;
		width: 50%;
		text-align: left;
		padding: 10px 15px;
	}
}

.ng-productdetails #solutions-details .connected-car-image {
	background: #000;
	width: 100%;
	height: 116px;
	padding: 20px;
	margin-top: 6px;
	display: flex;
	align-items: center;
	justify-content: center
}

.ng-productdetails #verizon-open-development {
	border-bottom: 1px solid black;
	color: black;
}

.ng-productdetails #solutions-details #price-plans .plan-header {
	font-size: 14px;
	font-weight: bold;
}

.ng-productdetails #solutions-details #price-plans .plan-details .plan-size {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-top: 4px solid black;
	padding-top: 15px;
}

.ng-productdetails #solutions-details #price-plans .plan-details .plan-desc1 {
	font-size: 12px;
	width: 90%;
}

.ng-productdetails #solutions-details #price-plans .plan-details .plan-desc2 {
	font-size: 12px;
	padding-bottom: 20px;
	border-bottom: 1px solid black;
}

.ng-productdetails #solutions-details #price-plans .plan-details .plan-price {
	font-size: 36px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 15px;
}

.ng-productdetails #solutions-details #price-plans .plan-details .per-month {
	font-size: 12px;
	color: #747676;
	margin-bottom: 10px;
}

.ng-productdetails #solutions-details #overview #plus-minus[aria-expanded="false"],
.ng-productdetails #solutions-details #prerequisites #plus-minus[aria-expanded="false"],
.ng-productdetails #solutions-details #apns #plus-minus[aria-expanded="false"],
.ng-productdetails #solutions-details #price-plans #plus-minus[aria-expanded="false"],
.ng-productdetails #solutions-details #workflow #plus-minus[aria-expanded="false"] {
	height: 10px;
	width: 10px;
	margin-top: 10px;
	float: right;
	cursor: pointer;
	background: url("../../../../../content/dam/thingspace-portal/partners/results/icons/Plus.svg") no-repeat;
	background-size: contain;
}

.ng-productdetails #solutions-details #overview #plus-minus[aria-expanded="true"],
.ng-productdetails #solutions-details #prerequisites #plus-minus[aria-expanded="true"],
.ng-productdetails #solutions-details #apns #plus-minus[aria-expanded="true"],
.ng-productdetails #solutions-details #price-plans #plus-minus[aria-expanded="true"],
.ng-productdetails #solutions-details #workflow #plus-minus[aria-expanded="true"] {
	height: 10px;
	width: 10px;
	margin-top: 10px;
	float: right;
	cursor: pointer;
	background: url("../../../../../content/dam/thingspace-portal/partners/results/icons/Minus.svg") no-repeat;
	background-size: contain;
}

.ng-productdetails #solutions-details #price-plans .plan-details .plan-link {
	font-size: 12px;
	color: #0088CE;
	cursor: pointer;
}

.ng-productdetails #solutions-details .connected-car-text {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}

.ng-productdetails #prerequisitesModal .modal-header {
	border-bottom: none;
}

#reqMoreInfoModal .required:after {
	content: " *";
	color: #d52b1e;
}

#reqMoreInfoModal form select {
	background-image: url(../../../../../content/dam/thingspace-portal/icons/arrow-down.svg);
	background-repeat: no-repeat;
	background-size: 35px 16px;
}

#reqMoreInfoModal .modal-dialog {
	max-width: 656px;
}

#reqMoreInfoModal .modal-header {
	padding: 20px 20px 28px 30px;
	border-bottom: none;
}

#reqMoreInfoModal .modal-body {
	padding: 0px 30px 0px 30px;
	border-bottom: 1px solid #D8DADA;
}

#reqMoreInfoModal .modal-body label {
	font-size: 12px;
	display: inline;
}

#reqMoreInfoModal .modal-body .row input,
#reqMoreInfoModal .modal-body select {
	width: 100%;
	height: 42px;
	border: 1px solid #d8dada;
	border-bottom-color: #000;
	outline: none;
	padding: 12px;
	background-color: white;
}

#reqMoreInfoModal .modal-body select {
	padding: 0px 12px;
}

#reqMoreInfoModal .error-message {
	display: block;
	top: inherit;
	left: 0;
	bottom: 10px;
}

#reqMoreInfoModal .footer {
	padding: 20px 30px 50px 30px;
	display: block;
	border-top: 1px solid #d8dada;
}

#reqMoreInfoModal .footer .btn-black {
	margin-top: 0px;
	float: right;
	margin-right: -20px;
}

#reqMoreInfoModal input:checked+.checkbox-style:after {
	display: block;
}

#reqMoreInfoModal .checkbox-style:after {
	content: url("../../../../../content/dam/thingspace-portal/solutions/icons/square-check-white.svg");
	left: 0;
	top: 0;
	height: 18px;
	width: 18px;
	position: absolute;
	display: none;
	background: #000;
}

#reqMoreInfoModal .footer .checkbox-style {
	border: 1px solid #000;
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	left: 0;
	margin-left: 30px;
}

#reqMoreInfoModal .footer .checkbox-text {
	display: inline;
}

#reqMoreInfoModal .footer .checkbox-text label {
	font-size: 16px;
}

#reqMoreInfoModal .footer #form-chkbox {
	position: absolute;
	opacity: 0;
	width: 0;
}

#reqMoreInfoModal #recaptcha-form {
	float: right;
	padding-bottom: 20px;
}

/* .fa-arrow-circle-left:before {
	content:url("../../../../../content/dam/thingspace-portal/marketplace/Left_Arrow.svg");
}

.fa-arrow-circle-right:before {
	content:url("../../../../../content/dam/thingspace-portal/marketplace/Right_Arrow.svg");
} */
#sim-details .product-images .ngx-gallery-layout,
#hardware-details .product-images .ngx-gallery-layout,
#solutions-details .product-images .ngx-gallery-layout {
	display: block;
}

.product-images .ngx-gallery-layout ngx-gallery-image .ngx-gallery-image-size-cover .ngx-gallery-image {
	background-size: contain;
}

.ngx-gallery-layout.thumbnails-bottom ngx-gallery-thumbnails {
	width: 25%;
	border-bottom: 1px solid #747676;
	height: calc(25% - 5px) !important;
	margin-top: 20px !important;
	align-self: center;
}

.ngx-gallery-layout.thumbnails-bottom ngx-gallery-thumbnails ngx-gallery-arrows {
	position: relative;
	width: 90px;
	height: 20px;
	display: block;
	margin-left: -21px;
	z-index: inherit;
}

.ngx-gallery-thumbnails-wrapper {
	top: -5px;
	z-index: 9;
}

ngx-gallery-image .fa-arrow-circle-left {
	pointer-events: none;
	cursor: none;
}

ngx-gallery-image .fa-arrow-circle-right {
	pointer-events: none;
	cursor: none;
}

ngx-gallery-image .fa-arrow-circle-left:before {
	content: none;
}

ngx-gallery-image .fa-arrow-circle-right:before {
	content: none;
}

.ng-productdetails ngx-gallery-arrows .ngx-gallery-arrow-wrapper.ngx-gallery-arrow-right {
	right: -10px;
}

.ng-productdetails ngx-gallery-arrows .ngx-gallery-icon,
.ng-productdetails ngx-gallery-arrows .ngx-gallery-arrow-wrapper {
	z-index: 0;
}

.fa-arrow-circle-left {
	margin-left: -27px;
}

.fa-arrow-circle-right {
	margin-right: -25px;
	float: right;
}

ngx-gallery-thumbnails .fa-arrow-circle-left:before {
	content: url("../../../../../content/dam/thingspace-portal/marketplace/Left_Arrow.svg");
}

ngx-gallery-thumbnails .fa-arrow-circle-right:before {
	content: url("../../../../../content/dam/thingspace-portal/marketplace/Right_Arrow.svg");
}

.ngx-gallery-image.ngx-gallery-active,
#solutions-details ngx-gallery-thumbnails {
	z-index: 0 !important;
}

@media (max-width: 1245px) {
	.marketplace .ng-productdetails .container .container {
		padding: 0;
	}
}


#solutions-details ol.circle li {
	position: relative;
	margin: 0;
	padding: .5rem 0 .5rem 1rem;
	list-style: none;
	display: flex;
	align-content: center;
	justify-content: space-evenly;
	line-height: 1.7rem;
}

#solutions-details ol.circle li span {
	text-align: left;
	width: 96%;
	font-size: 14px;
	line-height: 18px
}

#solutions-details ol.circle li::before {
	content: counter(li);
	counter-increment: li;
	border-radius: 50%;
	background-color: #F6F6F6;
	color: #000;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	margin-right: .5rem;
	margin-left: -1.7rem;
	border: solid 2px #000;
	font-weight: 700
}

#solutions-details ol.circle li:nth-child(3) span {
	padding-top: 5px
}

#solutions-details ol.circle li:first-child span,
#solutions-details ol.circle li:nth-child(2) span,
#solutions-details ol.circle li:nth-child(4) span {
	margin-top: 6px;
}

#solutions-details ol.circle {
	counter-reset: li;
	padding-left: 0;
	position: relative;
	margin: 20px 0 30px 10px;
}

#solutions-details ol.circle::before {
	width: 2px;
	background-color: #000;
	content: " ";
	position: absolute;
	top: .8rem;
	bottom: 2rem;
	left: 4px
}

/*START checkbox */
.checkbox-body {
	position: relative;
	display: inline-flex
}

.checkbox-style {
	border: 1px solid #000;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 30px;
	left: 0;
	background: 0 0;
	cursor: pointer;
	display: block
}

.checkbox-body #conectedcar-checkbox {
	opacity: 0
}

.checkbox-body input:checked+.checkbox-style:before {
	display: block
}

.checkbox-body .checkbox-style:before {
	content: url(../../../../../content/dam/thingspace-portal/icons/square-check-black.svg);
	left: 0;
	top: 0;
	height: 20px;
	width: 20px;
	position: absolute;
	display: none
}

.modal-body.connected-car .checkbox-body {
	padding-left: 30px;
}

.modal-body.connected-car input {
	opacity: 0;
}

.modal-body.connected-car .checkbox-style {
	top: 5px;
}

.modal-footer.connected-car {
	border-top: 1px solid #D8DADA;
	padding: 12px 16px 16px 0;
}

.modal-footer.connected-car .btn-black,
.modal-footer.connected-car .btn-white {
	margin-top: 0;
}

/*END checkbox */

/*START Connected Car process bar */
#progress-bar {
	position: relative;
	height: 1px;
	width: 90%;
	background-color: #000;
	margin-bottom: 50px;
}

.line-process.sim {
	height: 1px;
	background: linear-gradient(to right, #34BF00 0%, 50%, transparent 50%, transparent 100%);
}

.line-process.agreement {
	height: 1px;
	background: linear-gradient(to right, #34BF00 0%, 100%, transparent 100%, transparent 100%);
}

.step {
	background: url(../../../../../content/dam/thingspace-portal/icons/circle-black.svg) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -8px;
}

.step.one {
	left: 0;
}

.step.two {
	left: 50%;
}

.step.three {
	right: 0;
}

.step .text {
	white-space: nowrap;
	font-size: 12px;
	padding-top: 20px;
	float: left;
}

.step.green {
	background: url(../../../../../content/dam/thingspace-portal/icons/circle-green.svg) no-repeat;
	width: 16px;
	height: 16px;
}

/*END Connected Car process bar */

.underline {
	text-decoration: underline;
}

.ng-productdetails .header {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}

.ng-productdetails .sub-heading {
	font-size: 12px;
	font-weight: bold;
}

.ng-productdetails .desc {
	font-size: 12px;
}

.ng-productdetails .description {
	font-size: 12px;
}

.ng-productdetails .description p {
	font-size: 14px;
}

.ng-productdetails .description li {
	line-height: 18px;
}

.ng-productdetails .bundle {
	text-align: right;
}

.ng-productdetails .bundle .price {
	font-size: 12px;
}

.ng-productdetails .bundle .price b {
	font-size: 24px;
}