﻿@charset "utf-8";
/* CSS Document */

li a{
    text-decoration: none;
}

.content-area {
    padding: 10px 10px 30px 10px;
}

.navbar-inverse{
    background-color: transparent;
    border-color: transparent;
    background-image: url(../Content/images/header_bg.png);
    background-repeat: repeat-x;
}

.navbar{
    min-height: 0px;
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
}

.navbar .navbar-nav>li>a {
    color: #fff !important;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: normal;
    font-style: normal;
    border-right: 2px solid #fff;
    font-family: arial;
    padding: 20px !important;
    font-weight: normal;
    text-align: center;
}

.form-group{
    margin-bottom:15px;
}

.navbar {
    background-color: transparent;
    border-color: transparent;
    background-image: url(../Content/images/header_bg.png);
    background-repeat: repeat-x;
    height:60px;
    z-index:100;
}

.navbar .dropdown-toggle::after {
    display: none;
}

.interior-page-content h3{
	margin: 0px;
    font-size: 25px;
    font-weight: 600;
    font-style: normal;
}

.interior-page-content{
	padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
}


.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;
    margin-left: auto;
    margin-right: auto;
}

.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;
	font-weight:bold;
}
.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, .btn-kia {
    background: none repeat scroll 0 0 #dd0504;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.btn-cart.large {
    font-size: 20px;
}

.btn-cart:hover,
.btn-cart:active,
.btn-cart:focus,
.btn-kia:hover,
.btn-kia:active,
.btn-kia:focus
 {
    background: none repeat scroll 0 0 #C43333;
}

.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;
}

/* 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;
}

.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-fluid {
	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%);
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip2 {
    position: relative;
}

.tooltip2 .tooltipText {
    visibility: hidden;
    background-color: #0033CC;
    border-radius: 5px;
    top: -50px;
    color: white;
    content: attr(alt);
    left: 200px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 370px;
    text-align: left;
}

.tooltip2:hover .tooltipText {
    visibility: visible;
}

.tooltip2:hover:before {
    border: solid;
    border-color: transparent #0033CC;
    border-width: 6px 6px 6px 0;
    content: "";
    left: 195px;
    position: absolute;
    z-index: 99;
    top: 6px;
}

.shopping-cart-table .quantity {
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    margin: 0 6px !important;
    position: relative;
    top: 1px;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 480px) {
    .navbar-inverse .navbar-nav>li>a {
        color: black;
    }

    #phoneHeader {
        float: none;
    }
}

.g-recaptcha > div {
    margin: 0 auto;
}

.panel {
    background-color: #f1f1f1;
}

.terms-links {
    font-size: 22px;
    text-decoration: underline;
    margin-left: 15px;
}

#regionalManagerModal .readonly-text {
    text-align: left;
}

#regionalManagerModal textarea {
    max-width: 100%;
}

#regionalManagerModal form {
    margin: 10px 20px;
}

/*****************************\
  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;
}