/*======================= Common CSS ==============================*/
.m0 {
	margin: 0px;
}
.mt0 {
	margin-top: 0px;
}
.mb0 {
	margin-bottom: 0px;
}
.mt5 {
	margin-top: 5px;
}
.mr5 {
	margin-right: 5px;
}
.ml5 {
	margin-left: 5px;
}
.mb5 {
	margin-bottom: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mr10 {
	margin-right: 10px;
}
.ml10 {
	margin-left: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mt30 {
	margin-top: 30px;
}
.p0 {
	padding: 0px;
}
.pl20 {
	padding-left: 20px;
}
.pl5 {
	padding-left: 5px;
}
.pr5 {
	padding-right: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}
html,
body,
a,
p {
	font-family: 'Poppins', sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
}
ul {
	padding-left: 18px;
}
li {
	margin-bottom: 5px;
}
h3 {
	margin-bottom: 20px;
}
h6 {
	line-height: 18px;
}
.text-success {
	color: green;
}
.text-danger {
	color: red;
}
.text-blue{
	color: #2196f3;
}
.btn-select {
	border: 1px solid #ddd;
	border-radius: 25px;
	width: 100%;
	padding: 12px 20px;
	margin-bottom: 12px;
	float: left;
	color: #000;
	cursor: pointer;
}
.btn-selected {
	border: 2px solid #007fff;
	background-color: #2196f31a;
	font-weight: 600;
}
.btn-select del,
.btn-selected del{
	color: #000 !important;
	text-decoration-color: #ff1100 !important;
}
.btn-selected .pull-right{
	color: #2196f3;
}
.btn-disabled {
	border: 2px solid #8c8a8a;
    background-color: #6767671a;
}
.img-button img{
    width: 40px;
    position: absolute;
    margin-top: 4px;
    margin-left: 5px;
    border-radius: 50%;
	left:15px;
}
.img-button .pull-left{
    margin-left: 30px;
}

.img-button p{
    font-size:1px;
	margin-bottom:0px;
}
.btn-round {
	color: #FFF !important;
	background-color: #2196f3;
	border-radius: 20px;
}
select.form-control,
input.form-control {
	border-radius: 20px;
	box-shadow: none;
	height: 40px;
	padding: 5px 10px 5px 20px;
}
.text-title {
	font-weight: bold;
	font-size: 22px;
	margin-bottom:15px;
}
.circle-icon {
	border: 1px solid #999;
	text-align: center;
	border-radius: 50%;
}
.circle-icon i {
	width: 17px;
	font-size: 11px;
	position: relative;
    top: -1px;
}
.alert {
	padding: 10px 15px;
}
.custom-tab .nav-tabs>li>a {
	color: #333;
	font-size: 16px;
	padding: 10px;
	font-weight: bold;
	color: #666;
}
.custom-tab .nav-tabs>li.active>a {
	border: none;
	border-bottom: 2px solid #000;
	color: #000;
	background-color: transparent;
}
.section-left {
    float: left;
    width: calc(100% - 435px);
}
.section-right {
    float: right;
    width: 435px;
	border-left: 1px solid #dfdfdf;
}
.content {
    padding: 35px;
}
.ribbon-wrapper {
	width: 230px;
    position: absolute;
    z-index: 1;
}
.ribbon {
    position: relative;
    background: #2196f3;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    font-size: 14px;
}
.ribbon .ribbon-inner:after,
.ribbon .ribbon-inner:before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #1f68a2 transparent transparent;
  bottom: -1em
}
.ribbon .ribbon-inner:before {
  left: 0;
  border-width: 1em 0 0 1em
}
.ribbon .ribbon-inner:after {
  right: 0;
  border-width: 1em 1em 0 0
}
/*======================= Main Layout ==============================*/
#sidebar {
	position:absolute;
    min-width: 250px;
    max-width: 250px;
    transition: all 0.3s;
	border-right: 1px solid #dfdfdf;
	height:90%;
	z-index:100;
	background:#000;
}
#sidebar.active {
    margin-left: -250px;
}
#sidebar ul li{
	margin:0px;
}
#sidebar ul li a {
    padding: 8px 20px;
    font-size: 16px;
    display: block;
	color:#fff;
	text-decoration:none;
}
#sidebar ul li a:hover {
    background: #2196f3;
    color: #fff;
}
#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
    background: #2196f3;
    color: #fff;
}
ul ul a {
    font-size: 14px !important;
    padding-left: 30px !important;
}
ul ul{
	background:#000;
}
#topbar{
	background: #000;
    color: #FFF;
    padding: 15px 0px;
}
#topbar p.contact{
    padding-top: 5px;
    margin: 0px;
}
#topbar a{
    color: #FFF;
}
#header {
	border-bottom: 1px solid #dfdfdf;
}
#header .container-fluid,
#topbar .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
#header .navbar-brand {
    float: left;
    padding: 25px 0px;
}
#header .step {
    margin-top: 25px;
    margin-bottom: 0px;
    padding-bottom: 25px;
}
#header .step a{
	text-decoration:none;
	color: #333;
}
#header .step-selected {
    font-weight: bold;
    border-bottom: 3px solid #007fff;
}
#header .account-link i {
    margin-top: 25px;
    font-size: 25px;
    color: #666;
}
#header .account-link .caret {
    margin-top: -8px;
    margin-left: 5px;
    color: #666;
}
#header .account-link .dropdown-menu {
    right: 0px;
    top: 71px;
    border-radius: 0px;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #171717;
    color: #FFF;
    padding: 22px 0px;
    z-index: 101;
}
#footer .container-fluid {
    padding-left: 120px;
}
#footer .footer-price li {
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 20px;
    text-align: center;
	font-weight: 200;
}
#footer .footer-price li:first-child{
	border-right: 1px solid #fff;
    padding-right: 20px;
}
#footer .section-right {
    border: none;
    padding-left: 35px;
    padding-right: 35px;
}
#footer .btn{
    font-size: 20px;
}
#footer #pl-calculator-light-app {
	margin-top:-5px;
}
#footer #pl-calculator-light-app p{
	font-size:14px;
	float:right;
	margin-top:5px;
}
#footer #pl-calculator-light-app img{
	position: absolute;
    right: 10px;
    top: 20px;
}
/*======================= Step Package ==============================*/
#package .flash_popup{
    width: 240px;
    position:absolute;
    top:35%;
    left:40%;
    background: #fff;
    border-radius: 35px;
    padding: 7px;
    text-align: left;
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.35);
}
#package .flash_popup .icon{  
	float: left;
    background: #2196f3;
    color: #fff;
    font-size: 28px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
}
#package .flash_popup .icon_close{  
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    color: #717070;
	cursor:pointer;
}
#package .single-package {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
#package img.bike{
	width: 75%;
}
@media only screen and (min-width: 1536px) and (max-width: 1919px) {
	#package img.bike{
		width: 91%;
	}
}
@media only screen and (min-width: 1920px) {
	#package img.bike{
		width: 97%;
	}
}
#package .delivery-selection p{
	margin: 0px;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    top: -5px;
}
#package .color-box li {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	cursor: pointer;
	margin: 3px;
}
#package .color-box li.selected {
	border: 2px solid #007fff;
}
#package .counter li {
    display: inline-block;
    margin: 0px 35px;
}

#package .additional {
	position: relative;
	top: -6px;
	left: 20px;
}
/*=======================Section Upgrade ==============================*/
#upgrade img.selected {
	width: 75%;
}
#upgrade img.charger_img {
	width: 45%;
    float: left;
}
/*=======================Section Accessories ==============================*/
#accessories img.selected {
	width: 75%;
}
#accessories img.included {
	width: 35%;
    float: left;
    margin-right: 15px;
}
/*======================= Section Payment Summary ==============================*/
#section-summary img.bike{
	width: 60%;
}
#section-summary .text-title {
	font-size: 28px;
	color: #333;
}
#section-summary .items .left{
    width: 75%;
    float: left;
}
#section-summary .items .right{
    width: 25%;
    float: right;
	text-align:right;
}
#section-summary .nav-tabs>li>a {
	color: #333;
	font-size: 16px;
	padding: 10px;
	font-weight: bold;
	color: #666;
}
#section-summary .nav-tabs>li.active>a {
	border: none;
	border-bottom: 2px solid #000;
	color: #000;
}
#section-summary .remove_coupon{
	cursor:pointer;
}
/*======================= Section UserInfo ==============================*/
#section-userinfo .btn-payment-select {
	border: 2px solid #ddd;
	border-radius: 25px;
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 15px;
	float: left;
	color: #000;
	cursor: pointer;
	background-color: #FFF;
}
#section-userinfo .btn-payment-select:hover {
	background-color: #eee;
}
#section-userinfo .btn-payment-selected {
	border: 2px solid #007fff;
	background-color: #2196f31a;
}
.card_paceholder{
 	background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 55px;
    position: absolute;
    top: 82px;
    right: 15px;
}
#section-userinfo .pre-order-terms-box{
	padding:10px;
	border:1px solid #8a8a8a;
}
#newsleterPopup .modal-content{
	border:none;
}
#newsleterPopup .form-control,
#newsleterPopup .modal-content{
    border-radius: 0px;
    box-shadow: none;
}
#newsleterPopup .modelbg{
	padding:50px;
}
#newsleterPopup .modal {
  text-align: center;
  padding: 0!important;
}
#newsleterPopup .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
#newsleterPopup .modal-dialog {
  margin-top: 10%;
}

#newsleterPopup .modal-body {
position: relative;
padding: 0px 15px 15px 15px;
}
#newsleterPopup .popup-header h2{
padding:20px 0px;
}
#newsleterPopup .formbox{
padding:20px;
}
#newsleterPopup .btn-round {
color: #FFF !important;
background-color: #2196f3;
border-radius: 20px;
}
#newsleterPopup input.form-control {
border-radius: 20px;
box-shadow: none;
height: 40px;
padding: 6px 25px;
}
#newsleterPopup select.form-control {
border-radius: 20px;
box-shadow: none;
height: 40px;
padding: 6px 25px;
}
#newsleterPopup .top_close_icon {
	position: absolute;
    right: 10px;
    top: 10px;
	z-index:999;
	cursor:pointer;
}
.out-of-stock{
    color: red;
    font-size: 12px;
    font-weight: bold;
    display:none;
}
  
.disabled
{
	opacity:0.4;
	cursor: help !important;
}

.disabled:hover + .out-of-stock
{
	display:block;
}  
.range-out-of-stock
{
    color: red;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    left: 5%;
    padding: 10px;
}