﻿/*From designer*/
@font-face {
	font-family: book;
	src: url(/fonts/ToyotaType-Book.otf);
}

@font-face {
	font-family: regular;
	src: url(/fonts/ToyotaType-Regular.otf);
}

@font-face {
	font-family: bold;
	src: url(/fonts/ToyotaType-Bold.otf);
}

body {
    padding-bottom: 20px;
    background-color: #58595B;
    height: 100%;
    margin: 0;
    font-family: regular;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
button {
    font-family: book;
}

p {
    font-family: regular;
}

h1, h2, h3, h4, h5, h6 {
    font-family: bold;
}
h2 {
    font-size: 25px;
}





.action-images h3 {
    font-family: book;
    text-align: center;
    color: #d71920;
    font-size: 18px;
    font-weight: bold;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



/* Media breakpoints are copied from Bootstrap 4 since it is more related to current screen sizes */

/*Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.container {
        width: 100%;
		max-width: none;
    }
    .modal {
        width: 100%;
        height: 80%;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.container {
		width: 100%;
		max-width: none;
	}
    img.loading-spinner {
        width: 75px;
    }
    .padding-no-sidemenu.padding-no-sidemenu {
        padding-left: 100px;
        padding-right: 60px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.container {
		width: 100%;
		max-width: none;
	}
    img.loading-spinner {
        width: 100px;
    }


}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1220px) {
    .container {
        width: 100%;
    }
    .outermost-container {
		width: 100%;
		max-width: 1220px;
    }
    img.loading-spinner {
        width: 125px;
    }
} 

.navbar {
	margin-bottom: 0px !important;
	border: none !important;
}

.menu-1, .menu-2 {
	border-bottom: 8px solid #d71920;
	background-color: #000 !important;
}

	.menu-1 .navbar-toggle {
		margin-top: 70px;
	}

.btm-border-wht {
    border-bottom: 8px solid white;
}

.btm-border-red {
    border-bottom: 8px solid #d71920;
}

.menu li b {
	font-size: 21px !important;
}

.menu li a {
	color: #fff !important;
	font-family: book !important;
	font-size: 16px;
}

	.menu li a:hover {
		background-color: black;
	}

.menu-1 img {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ul1 {
	margin-top: 70px;
	margin-left: 25px;
}

.ul2 {
	margin-top: 70px;
	margin-left: 25px;
}

.fa-search {
	font-size: 24px;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
	width: 100%;
}

.mslider {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.red-border {
	border-bottom: 5px solid #d71920 !important;
}

.carousel-indicators {
	bottom: -10px !important;
	background: #000;
	padding: 3px;
	border-top-right-radius: 34px;
	border-top-left-radius: 35px;
	width: 300px !important;
	left: 70% !important;
}

.secondnavigation {
	position: absolute;
	z-index: 99999;
	margin-top: 10px;
}

.secondnavi {
	display: none;
	background: #000 !important;
	color: #fff;
}

	.secondnavi li {
		padding: 5px 10px;
		list-style: none;
		font-family: book;
	}

		.secondnavi li a {
			color: #fff !important;
			font-size: 14px;
		}

.secondtoggle {
	background: #d71920;
	padding: 5px;
	color: #fff !important;
	border: 1px solid #fff !important;
	border-radius: 5px;
}

.fa-bars {
	font-size: 23px;
	width: 40px;
}

.mainbg {
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 200px;
}

.leftbar {
	background: #d1d3d4;
}

@media only screen and (min-width : 0px) and (max-width: 992px) {
	.ul2 {
		margin-top: 0px;
		margin-left: 0px;
	}
}

/* end from designer*/

.outermost-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-container {
	flex: 1 0 auto; /*This is what pushes the footer to the bottom*/
	margin: 0;
}

.container {
	background-color: white;
}

.footer {
	flex-shrink: 0; /*This makes it stay on bottom in combo with the flex directive on .main-container*/
	margin: 0 auto;
	padding-top: 55px;
	padding-bottom: 20px;
	/*background-color: white;*/
}

.login-cart-container {
	position: absolute;
	top: 0;
	right: 15px;
}

#navbar-search-container {
	padding-right: 0;
}

#sidebar-menu {
	margin-top: 50px;
}

#sidebar-menu a {
	height: 20px;
	color: #333;
	font-family: regular;
}

#sidebar-menu a.active {
	text-decoration: underline;
}

#sidebar-menu li {
    padding-left: 2.5em;
    text-indent: -1em;
    margin: 0 0 10px;
}

.supplier-column li {
    padding-left: 1em;
    text-indent: -1em;
    margin: 0 0 10px;
}


.interior-page-content {
	overflow: hidden;
	margin: 0;
}

.sidebar-nav {
	border-right: 1px solid #EEEEEE;
	height: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

.page-content {
	/*border-left: 1px solid #EEEEEE;*/
	padding: 10px 30px;
	float: left;
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

.page-content p {
    padding: 10px 0;
}

.reduce-img-ht {
	max-height:300px;
	max-width: 1220px;
	overflow: hidden;
}

.reduce-img-wt {
	max-height: 252px;
	float: right;
}

.row-no-padding [class*=col-] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.col-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.reposition-indicators {
	margin: 0 0 10px 0;
}

.disclaimer-terms-conditions {
	padding: 0 100px;
    font-size: 11px;
    margin: 15px 0 10px;
}


.no-gutter > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}
.open, .dropdown-menu, .open > a {
	background-color: #000000 !important;
}

li.dropdown-menu-item > a {
	padding: 3px 40px;
}

li.dropdown-menu-item > a:hover {
	background-color: rgb(51, 51, 51);
}

.circle-loader {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-left-color: #5cb85c;
    animation-name: loader-spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.circle-loader,
.circle-loader:after {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    transition: border 500ms ease-out;
}

.checkmark {
    display: none;
}
.checkmark.draw:after {
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
    opacity: 1;
    height: 28px;
    width: 10px;
    transform-origin: left top;
    border-right: 2px solid #5cb85c;
    border-top: 2px solid #5cb85c;
    content: '';
    left: 12px;
    top: 27px;
    position: absolute;
}

.removeProductFromTopCart .fa-times-circle {
    color: red;
    font-size: 95%;
}

.dealer-message-container {
    padding: 8px 0 0;
    margin-bottom: 10px;
}
.dealer-message-container .text-danger {
    color: red;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 2.5px;
        opacity: 1;
    }
    40% {
        height: 28px;
        width: 10px;
        opacity: 1;
    }
    100% {
        height: 28px;
        width: 10px;
        opacity: 1;
    }
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: white;
    text-decoration: underline;
    background-color: inherit;
}

/* For BusyIndicator aka loading spinner */

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    z-index: 100;
    background-color: rgba(238,238,238, 0.4);
}

#productsLoadingSpinner {
    height: 30px;
}

.sort-by-container {
    margin-bottom: 10px;
}

.program-overview h3 {
    text-align: left;
    margin-bottom: 25px;
    margin-top: 0;
}

img.loading-spinner {
    display: flex;
    margin: 0 auto;
    width: 100px;
    max-width: 25%;
}
/* xs */
.GeneralLabel8 {
    font-size: 10pt;
}

.image-container {
    position: relative;
}

    .image-container .image-thumbnail {
        height: 70%;
        position: relative;
   }

        .image-container .image-thumbnail img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translateY(-50%) translateX(-50%);
            -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
        }

        .image-container .image-thumbnail img {
            max-height: 150px;
            width: auto;

        }

    .image-container .caption-container p {
        padding: 0;
    }

    .image-container .caption-container h5 {
        margin-top: 3px;
        margin-bottom: 3px;
    }

.help-container span.info-label {
    font-family: 'bold';
}

#regionalManagerModal .readonly-text {
    text-align: left;
}

#search {
    min-width: 300px;
    height: 39px;
}

.interested-other-equipment {
    text-align: left;
    padding-left: 25px;

}

#regionalManagerModal textarea {
    max-width: 100%;
}

#regionalManagerModal form {
    margin: 10px 20px;

}

.promotions {
    margin-top: 30px;
}
/******************************Drop-down menu work on hover*********************************/
@media only screen and (min-width: 767px) {
    ul .secondnavi li { position: relative; }

    ul.secondnavi li:hover > ul { display: block }

    ul.secondnavi ul {
        position: absolute;
        top: 0;
        /*top: 100%;*/
        left: 100%;
        /*left: 0;*/
        min-width: 250px;
        display: none
    }

}

/* END: Hamburger sub-menu navigation */


/*==============================  Start - from Kia style.css ===========================================*/
/* CSS Document */
.content-area {
	padding: 10px 10px 30px 10px;
}

.item-detail-list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-top: 10px;
}


	.item-detail-list ul li {
		display: inline-block;
	}

.fontWeightNormal {
	font-weight: normal;
}

.item-detail-list ul li a span {
	font-size: 18px;
	color: #0000ff;
	font-weight: normal;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: underline;
}

.page-wrapper-layout-content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

.interiors-sidebar .box {
	border: 1px solid #a5a6a7;
}

.interiors-sidebar p {
	text-align: center;
	font-size: 15px;
	padding-top: 10px;
	color: #000;
}

.bettery-powerd-bg-color {
	background-color: #e3e3e3;
	padding-left: 15px;
	padding-right: 15px;
}

.box-one-left {
	float: left;
	border-right: 1px solid #fff;
	padding-right: 50px;
	padding-top: 15px;
	padding-left: 35px;
	padding-bottom: 7px;
	width: 58%;
}

	.box-one-left h3 {
		margin: 0px;
		font-size: 25px;
		font-weight: bold;
	}

	.box-one-left h4 {
		margin: 0px;
		font-size: 18px;
		padding-top: 8px;
	}

		.box-one-left h4 span {
			color: #0000ff;
			text-decoration: underline;
		}


.select-drop-down-stayling {
	border-radius: 0px;
	margin-top: 10px;
}

.box-two-right {
	float: left;
	text-align: center;
	width: 40%;
	padding-top: 15px;
}

	.box-two-right h5 {
		font-size: 20px;
		font-family: arial;
		font-weight: normal;
		padding-bottom: 10px;
	}

		.box-two-right h5 span {
			color: #ff0000;
		}

	.box-two-right h6 {
		color: #ff0000;
		font-size: 18px;
	}

.inner-content-description {
}

	.inner-content-description .title {
		margin: 0px;
		font-size: 20px;
		font-weight: bold;
	}

	.inner-content-description p {
		font-size: 17px;
		color: #000;
		font-weight: normal;
		font-style: normal;
	}

.feature-list h3 {
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
}

.feature-list ul {
}

	.feature-list ul li {
		font-size: 17px;
		color: #000;
		font-weight: normal;
		font-style: normal;
	}

.check-wrapper {
	width: 50px;
}

.checkmark {
	stroke: green;
	stroke-dashoffset: 745.74853515625;
	stroke-dasharray: 745.74853515625;
	animation: dash 2s ease-out forwards;
}

/* products starts*/
.product-col {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #e8e8e8;
	margin-bottom: 20px;
	padding: 5px 15px;
}

	.product-col.featured {
		background: #FCF8E3;
	}

.featured img {
	max-height: 60px;
}

.featured h4 {
	display: block;
	margin-top: 20px;
}

.product-col h4, .product-col h4 a {
	color: #252a2f;
}

.product-col h4 {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.product-col .description {
	color: #8b8b8b;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0;
	text-align: justify;
}

.product-col.list .description {
	padding-right: 15px;
}

.product-col .price {
	padding: 20px 0 0;
}

	.product-col .price .price-tax {
		color: #2f353b;
		font-size: 14px;
		text-transform: uppercase;
	}

	.product-col .price span.price-new {
		color: #2f353b;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	.product-col .price span.price-old {
		color: #808080;
		font-size: 18px;
		text-decoration: line-through;
	}

.product-col .btn-wishlist, .product-col .btn-compare {
	background: none repeat scroll 0 0 #2f353b;
	color: #fff;
	margin-right: 3px;
}

.btn-cart {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 24px;
}

	.btn-cart.large {
		font-size: 20px;
	}

	.btn-cart:hover,
	.btn-cart:active,
	.btn-cart:focus {
		background: none repeat scroll 0 0 #337ab7;
		color: white;
	}

.product-col .cart-button {
	padding-top: 10px;
}

	.product-col .cart-button i {
		position: relative;
		top: -1px;
	}

.btn-load-more {
	background: none repeat scroll 0 0 #efefef;
	border-radius: 0;
	float: none;
	font-weight: bold;
	margin: 10px 0 20px;
	text-align: center;
	width: 100%;
}

.product-breadcrumb {
	margin-bottom: 20px;
}
.product-detail p {
    padding: 5px 0;
    margin-bottom: 0;
}
.product-detail span p {
    display: inline;
}
.product-detail h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}
.item-number-supplier {
    margin-bottom: 10px;
}

/* Shopping Cart */
#cart .btn {
	color: #fff;
	background: #fff;
	text-align: left;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 16px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	position: relative;
	border: 0;
}

	#cart .btn .fa-shopping-cart {
		background: #3185ff; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top, #3185ff 5%, #0047AF 75%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#3185ff), color-stop(75%,#0047AF)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #3185ff 5%,#0047AF 75%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #3185ff 5%,#0047AF 75%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #3185ff 5%,#0047AF 75%); /* IE10+ */
		background: linear-gradient(to bottom, #3185ff 5%,#0047AF 75%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3185ff', endColorstr='#0047AF',GradientType=0 ); /* IE6-8 */
		color: #fff;
		line-height: none;
		font-size: 18px;
		margin-right: 15px;
		padding: 7px 11px;
	}

	#cart .btn span#cart-total {
		color: #0067b2;
		font-size: 14px;
		padding: 0 8px 0 5px;
		text-transform: uppercase;
	}

#cart i.fa-caret-down {
	color: #252a2f;
}

#cart span.cart-text {
	color: #252a2f;
}

#cart .dropdown-menu {
	min-width: 100%;
	margin-top: 1px;
	background: #fff;
	color: #000;
	border: none;
	z-index: 1001;
	padding: 10px 10px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#cart .open > .dropdown-menu {
	display: block;
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

	#cart .dropdown-menu table,
	#cart .dropdown-menu table td {
		background: none;
		border: none;
	}

		#cart .dropdown-menu table.hcart td,
		.line-bottom {
			border-bottom: 1px solid #CECFD0;
		}

.line-top,
.btn-block1 {
	border-top: 1px solid #CECFD0;
}

#cart .btn-block1 {
	padding: 20px 0 0;
}

	#cart .btn-block1 a {
		padding: 8px 12px;
		margin-left: 10px;
		text-transform: uppercase;
		font-size: 12px;
		text-decoration: none;
	}

		#cart .btn-block1 a:hover, #cart .btn-block1 a + a {
			background: #1366de;
			color: #fff;
		}

			#cart .btn-block1 a, #cart .btn-block1 a + a:hover {
				background: #EEEEEE;
				color: #252a2f;
			}

#cart .dropdown-menu li > div {
	max-width: 294px;
	padding: 0 10px;
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

#cart .dropdown-menu table.total {
}

	#cart .dropdown-menu table.total td {
		padding: 2px 8px;
	}

#cart .dropdown-menu table td a {
	color: #1366de;
}

#cart-top-summary-products .mCSB_container {
	margin-right: 10px;
}

.shopping-cart-table {
	background: #fff;
	text-transform: uppercase;
}

	.shopping-cart-table thead > tr > td {
		font-size: 14px;
		font-weight: 600;
		border-bottom: none;
	}

	.shopping-cart-table tbody > tr > td {
		font-size: 14px;
	}

		.shopping-cart-table tbody > tr > td a:hover {
			color: #252a2f;
		}

.shopping-cart .big-thumb {
	border: 0;
	max-width: 70px;
}

.shopping-cart .product-title {
	text-transform: none;
}

.shopping-cart .shopping-cart-table td {
	vertical-align: middle;
}

.shopping-cart-table .quantity {
	display: inline-block;
	font-size: 19px;
	font-weight: bold;
	margin: 0 6px;
	position: relative;
	top: 4px;
}

.shopping-cart-table .product-main-quantity {
	min-width: 125px;
}

.shopping-cart-table .price-footer {
	font-size: 14px;
	line-height: 28px;
}

.shopping-cart-table .price-footer-texts {
	font-size: 16px;
}

.shopping-cart-table .promo-footer {
	background: #f9f9f9;
	padding: 10px 0;
	font-size: 14px;
	line-height: 28px;
}

#go-to-cart-link-mobile .p1[data-count]:after{
    position:absolute;
    right:10%;
    top:8%;
    content: attr(data-count);
    font-size:40%;
    padding:.2em;
    border-radius:50%;
    line-height:1em;
    color: white ;
    background:rgba(255,0,0,.85);
    text-align:center;
    min-width: 1em;
}

#go-to-cart-link-mobile .fa-shopping-cart.fa-stack-1x { color: white; }

.promo-footer .control-label {
	margin: 5px 20px;
}

.promo-footer .input-area {
	margin: 2px -5px;
}

.promo-footer button {
	margin: 2px 20px
}

.shopping-cart-table .coupon-total {
	color: red;
}

.cart-top .img-responsive {
	max-width: 30px;
}

.cart-top .product-title {
	padding: 2px 5px;
	font-size: 12px;
}

.cart-top .product-quantity {
	min-width: 30px;
}

.cart-top .product-value {
	min-width: 70px;
}

.disable-btn-quantity,
.disable-btn-quantity:hover,
.disable-btn-quantity:focus,
.disable-btn-quantity:active {
	background-color: #fff;
	border-color: #ccc;
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
}

.product-breadcrumb {
	margin-bottom: 20px;
}

.SubHeadingLabel2 {
	font-size: 11pt;
}

#phoneHeader {
	float: left;
}

.ptcentered {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.font-bold {
    font-weight: bold;
}

#firstTimeDealerWelcome .modal-dialog {
    width: 69vw;
    max-width: 1050px;
}

#firstTimeDealerWelcome .modal-content {
    padding: 25px;
}
#firstTimeDealerWelcome h4 {
    font-weight: bold;
}

#checkoutLeasingContainer {
    margin-left: 15px; 
    width: 100%; 
    background-color: #D31A42; 
    border-radius: 7px; 
    padding: 5px 10px; display: flex; 
    align-items: center;
}
    #checkoutLeasingContainer span {
        font-family: bold;
        color: white;
        font-size: 16px;
    }

    @keyframes dash {
        0% {
		stroke-dashoffset: 745.74853515625;
	}

	100% {
		stroke-dashoffset: 0;
	}
}

@media (max-width: 992px) {
    .padding-no-sidemenu.padding-no-sidemenu {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0;
    }
    .shopping-cart-header {
        padding-right: 20px;
    }
    .dealer-message-container {
        margin-left: 75px;
    }
    #firstTimeDealerWelcome .modal-dialog {
        width: 100%;
    }
}

/*for mobile*/
@media (max-width: 768px) {
    body { padding-bottom: 0; }

    .padding-no-sidemenu.padding-no-sidemenu {
        padding-left: 30px;
        padding-right: 30px;
    }

    .navbar-inverse .navbar-nav > li > a { color: black; }

    .dealer-message-container { margin-left: 0; }

    #phoneHeader { float: none; }

    .disclaimer-terms-conditions { padding: 0 10px; }

    .modal {
        width: 100%;
        height: 80%;
    }

    .navbar-nav { margin: 0; }

    .navbar-fixed-top .secondnavigation {
        position: initial;
        margin-top: 0;
    }

    ul.navbar-nav.dropdown-menu {
        padding-bottom: 100px;
        overflow-y: scroll;
    }

    .mobile-logo { height: 35px; }

    .navbar .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    body {
        padding-top: 64px; /*gives space for the fixed top mobile nave*/
    }

    .padding-no-sidemenu {
        padding-left: 0;
        padding-right: 0;
    }

    .interior-page-content {
        margin-left: 15px;
        margin-right: 15px;
        padding: 0 15px;
    }

    .page-content {
        padding-right: 0;
        padding-left: 0;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    h2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .checkbox {
        margin-left: 25px; /*double check this everywhere*/
    }

    #slide-navbar-collapse {
        position: fixed;
        top: 56px;
        /*left: 15px;*/
        z-index: 99;
        border-radius: 0;
        width: 100%;
        height: 100%;
        /*background-color: #ddd;*/
        overflow: auto;
    }

    .menu-overlay {
        display: none;
        background-color: #000;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE7 & 8 */
        position: fixed;
        right: 0;
        top: 0;
        z-index: 49;
    }

    #slide-navbar-collapse li:active { background-color: #333; }

    #mobileSearchForm input {
        height: 50px;
        font-size: 18px;
    }

    #mobileSearchForm button {
        line-height: 36px;
        font-size: 16px;
    }

    .program-overview h3 { margin-top: 25px; }

    .shopping-cart { padding: 0; }

    .padding-no-sidemenu {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cart-row { position: relative; }

    .remove-from-cart-x {
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 1029;
    }

    .cart-row > [class*=col-] { margin: 8px auto; }
}

@media (max-width: 480px) {
    .padding-no-sidemenu.padding-no-sidemenu {
        padding-left: 10px; 
        padding-right: 10px;
        padding-top: 0;
    }
    .page-content.padding-no-sidemenu .row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .resp-table table, .resp-table thead, .resp-table tbody, .resp-table th, .resp-table td, .resp-table tr {
        display: block;
    }
    .resp-table table {
        overflow-y: scroll;
    }
}

/*End - from Kia style.css*/
.g-recaptcha > div {
    margin: 0 auto;
}
ul.items-1 {
    margin-left: 50px;
}

ul.items-2 {
    margin-left: 100px;
}

ul.items-3 {
    margin-left: 125px;
}
.privacy-policy-container table td {
    border: 1px solid #000000;
    padding: 2px 10px;
}

/*****************************\
  Promotions
\*****************************/
.promo-content {
	font-size: small;
	color: #ff0000;
}

.promo-description {
	font-weight: bold;
}

.promo-extra {
	font-style: italic;
}

.promo-link :link {
	color: #0000EE;
}

.promo-link :visited {
	color: #551A8B;
}

.promo-link :link:active :visited:active {
	color: #FF0000;
}

/*****************************\
  Preview
\*****************************/
.preview-marker {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	max-width: 1100px;
	writing-mode: vertical-lr;
	text-orientation: upright;
	padding: 10px;
	color: white;
	background-color: red;
	font-size: 22px;
	text-align: center;
}