/*!
 * Custome style with Bootstrap - v3.3.7
 */

/*@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-style: normal; 
}*/

@font-face {
font-family: OpenSans-Light;
src: url('../fonts/OpenSans-Light.eot'), url('../fonts/OpenSans-Light.ttf') format("truetype"); /* IE */
/*src: local("OpenSans-Light"), url('../fonts/OpenSans-Light.ttf') format("truetype"); /* non-IE */
}

@font-face {
font-family: OpenSans-Regular;
src: url('../fonts/OpenSans-Regular.eot'), url('../fonts/OpenSans-Regular.ttf') format("truetype"); 
/* IE */
/*src: local("OpenSans-Regular"), url('../fonts/OpenSans-Regular.ttf') format("truetype");}*/
}

@font-face {
font-family: OpenSans-Bold;
src: url('../fonts/OpenSans-Bold.eot'), url('../fonts/OpenSans-Bold.ttf') format("truetype"); /* IE */
/*src: local("OpenSans-Bold"), url('../fonts/OpenSans-Bold.ttf') format("truetype"); /* non-IE */
}

@font-face {
font-family: OpenSans-Semibold;
src: url('../fonts/OpenSans-Semibold.eot'), url('../fonts/OpenSans-Semibold.ttf') format("truetype"); /* IE */
/*src: local("OpenSans-Semibold"), url('../fonts/OpenSans-Semibold.ttf') format("truetype"); /* non-IE */
}

body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
}
body {
    font-family: 'OpenSans-Regular', Helvetica, Arial, sans-serif;
    webkit-tap-highlight-color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'OpenSans-Light', Helvetica, Arial, sans-serif;
    font-weight: 200;
    letter-spacing: 0px;
    color: #333;
}
.embed-responsive{overflow:visible;}
.highlightedText { background: yellow ;}

.footer-navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 0px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand img {
    width: 120px;
    image-rendering: -webkit-optimize-contrast;
}
.footer-navbar-brand img{
    width: 120px;
    image-rendering: -webkit-optimize-contrast;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent !important;
    background-image: none;
    color: rgb(0, 0, 0);
}
*:focus {
    outline: none;
}
textarea:focus, input:focus{
    outline: none;
}
input:focus {
    /*border: 1px solid #999 !important;*/
    outline: none !important;
    border:1px solid #fd8228 !important;
    box-shadow: 0px 0px 0px 0px #fd8228 !important;
}
a:focus {
    outline: none;
    outline-offset: 0px;
}
/*input:hover {
    border: 1px solid #999 !important;
    outline: none !important;
    border:1px solid #fd8228 !important;
    box-shadow: 0px 0px 0px 0px #fd8228 !important;
}
*/

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.input-email-lg:focus {
    border:1px solid #FFF !important;
}

.btn:focus {
  outline: none;
}

.input-email-lg:focus {
    border: 1px solid #FAFAFA;
    border-radius: 3px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-input:focus {
    border: 1px solid transparent;
    border-bottom: 1px solid #8e8e8e;
    border-radius: 0px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.billing_form input:focus {
    border-color: rgba(22,70,122, 0.9);
    box-shadow: rgba(22,70,122, 0.9);
    border: 1px solid rgba(22,70,122, 0.9);
    outline: 0 none;
}
.billing_form textarea:focus {
    border-color: rgba(22,70,122, 0.9);
    box-shadow: rgba(22,70,122, 0.9);
    border: 1px solid rgba(22,70,122, 0.9);
    outline: 0 none;
}

/* chrome browser - placeholder text */
.contact .form-control::-webkit-input-placeholder { 
    font-size: 13px;
    color: #FFF;
    font-family: 'OpenSans-Light';
    font-weight: normal;  
}
/* firefox browser - placeholder text */
.contact  .form-control::-moz-placeholder { 
    font-size: 12px;
    color: #FFF;
    font-family: 'OpenSans-Light'; 
    font-weight: normal;  
} 
.contact  .form-control:-ms-input-placeholder 
{ 
    color:#FFF;
    font-size: 12px;
    font-family: 'OpenSans-Light';
    font-weight: normal; 
} /* ie */

.form-control-input {
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #7E7E7E;
    font-family: 'Roboto-Regular';
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    border: 1px solid transparent;
    border-bottom: 1px solid #8e8e8e;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-input::-moz-placeholder { 
    font-size: 12px;
    color: #000 !important;
    font-family: 'OpenSans-Regular';
    font-weight: normal; 
}

.form-control-input:-ms-input-placeholder { 
    color:#000 !important;
    font-size: 12px;
    font-family: 'OpenSans-Regular';
    font-weight: normal; 
} /* ie */

div.media span {
    float: left;
    font-size: 13px;
    padding: 30px;
}

.input-email-lg {
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 3px;
    color: #FFF;
}
   
a {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    color: #9a9a9a;
}
a:focus,
a:hover {
    color: #333;
    text-decoration: none;
}
hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, .1)
}
p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #333;
}
.navbar-right {
    float: right!important;
    /* margin-right: -15px; */
    margin-top: 15px;
}
.navbar-default {
    background-color: #fff;
    border-color: rgba(34, 34, 34, .05);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s
}
.navbar-default .navbar-header .navbar-toggle {
    font-size: 13px;
    color: #333;
    padding: 12px 8px;
    top: 3px;
}
.navbar-default .nav>li>a {
    font-size: 13px;
    color: #333;
    font-family: 'OpenSans-Regular';
}

header {
    /*position: relative;*/
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    padding: 70px 0;
    -webkit-linear-gradient: (#FFF, #FFF);
    linear-gradient: (#FFF, #FFF);
    color: #000;
    background-color: #FFF;
    /*background: url('../img/desktop/background_2.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
}
header .header-content {
    text-align: center;
    position: relative
}
header .header-content .header-content-inner {
    position: relative;
    max-width: 500px;
    margin: 0 auto
}
header .header-content .header-content-inner h1 {
    margin-top: 0;
    color: #333;
    margin-bottom: 30px;
    font-size: 30px
}
header .header-content .header-content-inner .list-badges {
    margin-bottom: 25px
}
header .header-content .header-content-inner .list-badges img {
    height: 50px;
    margin-bottom: 25px
}

footer,
section.contact {
    text-align: center;
}
section#product_box {
    background-color: #FD8228;
    background: url('../img/desktop/background_1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 0;
    background-position: 50% 50%;
}
section#product_box .contain {
    background: rgba(253,130,40, 0.9);
    padding-top: 50px;
    padding-bottom: 50px;
}
section {
    padding: 50px 0;
}
section h2 {
    font-size: 35px;
}
section h3 {
        font-size: 30px;
}
section.download {
    padding: 50px 0;
    position: relative;
}
section.download h2 {
    margin-top: 0;
    font-size: 30px;
    font-family: 'OpenSans-Regular';
}
/*section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 25px;
}*/
section.download .badges .badge-link:last-child {
    margin-bottom: 0
}
section.download .badges .badge-link img {
    height: 60px;
}

section.features {
    background: #FAFAFA;
}
section.features h3{
    font-size: 30px;

}
section.features .feature-item {
    /*text-align: center;*/
    padding: 20px;
}
section.contact h2,
section.cta .cta-content h2 {
    margin-top: 0;
    margin-bottom: 25px;
}
section.features .feature-item h3 {
    font-size: 30px
}
section.features .feature-item h4 {
    font-family: 'OpenSans-Semibold';
    color: #333;
    text-align: left;
    font-size: 20px;
}
section.features .feature-item p.text-muted {
    color: #333;
    text-align: left;
    font-family: 'OpenSans-Light';
    font-size: 15px;
    letter-spacing: 0.03em;
}
section.features .feature-item i {
    font-size: 80px;
    background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
    background: linear-gradient(to left, #7b4397, #dc2430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
section.cta {
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    /*background-image: url(../img/bg-cta.jpg);*/
    padding: 250px 0
}
section.cta .cta-content {
    position: relative;
    z-index: 1
}
section.cta .cta-content h2 {
    color: #fff;
    max-width: 450px;
    font-size: 30px
}

section.cta .overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0
}
section.contact h2 i {
    color: #dd4b39
}
section.contact ul.list-social li a {
    display: block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 30px;
    border-radius: 100%;
    color: #fff
}
footer p,
footer ul li a {
    font-size: 14px;
    color: #333;
}
footer ul li {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}
footer,
footer ul li a {
    color: #000;
    text-align: left;
}
footer {
    background-color: #FFF;
    padding: 50px 0px 25px 0px;
}
footer p {
    margin: 0
}
.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539)
}
.bg-white {
    background: #FFF;
    background: -webkit-linear-gradient(#FFF, #FFF);
    background: linear-gradient(#FFF, #FFF)
}
.bg-orange {
    background: #FD8228;
    background: -webkit-linear-gradient(#FD8228, #FD8228);
    background: linear-gradient(#FD8228, #FD8228)
}
.text-primary {
    color: #fdcc52;
}
.text-white {
    color: #FFFFFF;
}
.btn-outline {
    color: #333;
    border: 1px solid
}
.btn-blue:hover{
    color: #DDD;
}
.btn-xl {
    padding: 15px 30px;
    font-size: 14px;
}
::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #333
}
::selection {
    color: #fff;
    text-shadow: none;
    background: #333
}
img::selection {
    color: #fff;
    background: 0 0
}
img::-moz-selection {
    color: #fff;
    background: 0 0
}

section #sensairy-sec1 {
    padding: 100px 0;
}
.sensairy-sec2 {
    padding: 50px 0px 0px 0px;
    background: #FAFAFA;
}
.sensairy-sec3 {
    padding: 50px 0px 50px 0px;
    background: #FAFAFA;
    background: -webkit-linear-gradient(#FAFAFA, #FFF); 
    background: -o-linear-gradient(#FAFAFA, #FFF); 
    background: -moz-linear-gradient(#FAFAFA, #FFF); 
    background: linear-gradient(#FAFAFA, #FFF);
}
.precision-measurement {
    padding: 50px 0px 0px 0px;
}
.sensairy_link p {
    color: #fd8228;
    padding-top: 20px;
    font-size: 14px !important;
    font-family: 'OpenSans-Light' !important;
}
.sensairy_link p > a{
    color: #fd8228;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'OpenSans-Light';
}
section #sensairy-sec4 {
    padding: 50px 0px 0px 0px;
    background: #FAFAFA;  
}
section #sensairy-sec5 {
    padding: 0;
}
section #sensairy-sec6 {
    padding: 0;
}
section #sensairy-sec6 {
    padding: 0;
}
.divider {
    margin-left:5px;
    margin-right:5px;
    width:1px;
    height:100%;
    border-left:1px solid gray;
}
.sensairy-sec3  p {
    font-size: 16px;
    margin-bottom: 20px;
    /* color: #333; */
    font-family: 'OpenSans-Regular';
    line-height: 28px;
    letter-spacing: .03em;
}
.sensairy-link {
    color: #fd8228;
    padding-top: 30px;
    font-size: 14px;
}
#support {
    padding: 120px 0px 0px 0px;
}
.search-help {
    padding: 60px 0px 60px 0px;
}

section#login .nav-tabs > li.active > a {
    border: none;
}
    
.nav-tabs { border-bottom: 0px solid #FAFAFA; background: #FAFAFA}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #8f8f8f;padding: 25px; }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { 
    border: none; 
    color: #FD8228 !important; 
    background: transparent; 
}
section#resources {
    border-bottom: 1px solid rgba(204,204,204,0.3);
}
section#resources .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus { 
    border: none; 
    color: #FD8228 !important; 
    border-bottom: 1px solid #fd8228;
    background: transparent; 
}
.nav-tabs > li > a::after { 
    content: ""; 
    background: transparent; 
    height: 2px; 
    position: absolute; 
    width: 100%; 
    left: 0px; 
    bottom: 0px; 
    transition: all 250ms ease 0s; 
    transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { 
    transform: scale(1); 
}
.tab-nav > li > a::after 
{ background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }

.dl-horizontal dt {
    float: left;
    width: 90px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.dl-horizontal dd {
    margin-left: 110px;
}
.dl-horizontal p {
    font-size: 14px;
}
.tymtix-testimonial {
    padding: 120px 0 0 0;
}
.tymtix-testimonial blockquote {
    border-left: none;
    margin: 0;
}
.tymtix-testimonial blockquote p {
    
    float: left;
    color: #FFF;
    font-size: 24px;
    font-family: 'OpenSans-Light';
}
.tymtix-testimonial blockquote img {
    width: auto;
}
/*.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    font-size: 35px;
    color: rgba(255,255,255, 0.7);
    margin-right: 10px;
}*/
section#aboutus-info .feature-item h4 {
    font-family: 'OpenSans-Semibold';
    color: #333;
    text-align: left;
}
#aboutus-info .iso-highlight {
    font-family: 'OpenSans-Bold';
}
section#aboutus-info .feature-item p {
    /*font-family: 'OpenSans-Light';*/
    color: #000;
    text-align: left;
}

/* BUTTON STYLES */
.subscribe_btn {
    background: transparent;
    color: #FD8228;
    border: 1px solid #fd8228;
    border-radius: 3px;
    padding: 12px 30px;
    font-size: 15px;
}
.submit_btn {
    background: #FFF;
    color: #FD8228;
    border-radius: 3px;
    padding: 12px 30px;
    border: 1px solid #FFF;
}
.btn-blue {
    background: #16467A;
    border-color: #16467A;
    color: #FFF;
    /*border-radius: 3px;*/
}
.btn-transparent {
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 2px;
    color: #FFF;
    font-size: 15px;
    font-family: 'OpenSans-Regular';
    padding: 18px 23px;
}
.btn-md-transparent {
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 2px;
    color: #FFF;
    font-size: 14px;
    padding: 12px 25px;
}
.btn-logout {
    background: transparent;
    border-radius: 2px;
    color: #333;
    font-size: 15px;
    padding: 13px 26px;
    font-family: 'OpenSans-Regular';
    border: 1px solid rgba(51,51,51,0.1);
    box-shadow: 1px 2px 2px 0px #fafafa;
}
.btn-logout:hover {
    border-color: #fd8228;
}
.btn-sm-transparent {
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 2px;
    color: #FFF;
    font-size: 14px;
}
.btn-sensors {
    width: 200px;
    height: 75px;
    font-size: 15px;
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 0px !important;
    color: #FFF;
    font-family: 'OpenSans-Light';
}
.btn-sensors:active, .btn-sensors:focus{
    font-weight: 'OpenSans-Regular';
    color: #FFF;
    border: 1px solid rgba(255,255,255,0.8) !important;
}
.btn-white {
    background: #FFF;
    color: #FD8228;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #FFF;
    padding: 12px 25px;
}
.btn-white:hover, .btn-white:focus {
    background: #FFF;
    color: #333;
}
.btn-cart {
    background: #16467A;
    border-color: #16467A;
    color: #FFF;
    border-radius: 0px;
    font-family: 'OpenSans-Light';
    font-size: 15px;
    padding: 18px 35px;
}
.btn-payment {
    background: #fd8228;
    color: #FFF;
    border: 1px solid #fd8228;
    border-radius: 3px;
    padding: 12px 30px;
    font-size: 15px;
    float: right;
}   
/* END */

.borderless td, .borderless th {
    border: none;
}
table {
    border-bottom:1px !important;
}
.table thead {
    border-bottom:1px solid #FFF !important;
}
.table th, .table td {
    border: 1px !important;
}
.table thead {
    border-bottom: 1px solid rgba(51,51,51,0.1) !important;
} 
.social-icons a:nth-child(1) {
    padding: 15px;
    color: #3b5998; 
}
.social-icons a:nth-child(2) {
    padding: 15px;
    color: #007BB5; 
}
.social-icons a:nth-child(3) {
    padding: 15px;
    color: #28A9E0;
    transition: all .2s ease-in-out; 
}
.social-icons a:nth-child(4) {
    padding: 15px;
    color: #DC4E40; 
}
.social-icons a:nth-child(5) {
    padding: 15px;
    color: #DD2825; 
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 0px solid #FFF;
}
.shoppingcart-header {
    padding: 30px 0px;
    border-bottom: 0px solid #FFF;
    text-align: right;
}
.header-info-bar {
    padding: 10px;
    text-align: left;
}
section#specs .dl-horizontal dt {
    float: left;
    width: 124px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding: 5px;
    font-family: 'OpenSans-Regular';
    font-weight: normal;
}
   
section#specs .dl-horizontal dd {
    margin-left: 110px;
    padding: 5px;
    text-align: right;
}

section#store {
    padding: 60px 0 0 0;
} 

span.total_cart_count {
    position: absolute;
    top: 4px;
    left: 34px;
    width: 18px;
    text-align: center;
    height: 18px;
    background: #FB7F32;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
}

.navbar-default.sensairy-pg .nav>li>a, .navbar-default.sensairy-pg .nav>li>a:focus{
    color: #333;
}
.navbar-default.store-pg .nav>li>a, .navbar-default.store-pg .nav>li>a:focus{
    color: #333;
}
.navbar-default.aboutus-pg .nav>li>a, .navbar-default.aboutus-pg .nav>li>a:focus{
    color: #FFF;
}
.navbar-default.support-pg .nav>li>a, .navbar-default.support-pg .nav>li>a:focus{
    color: #FFF;
}
.navbar-default.contactus-pg .nav>li>a, .navbar-default.contactus-pg .nav>li>a:focus{
    color: #FFF;
}
.navbar-default.dealership-pg .nav>li>a, .navbar-default.dealership-pg .nav>li>a:focus{
    color: #FFF;
}

.navbar-default.dealership-pg .nav>li>a span.total_cart_count, .navbar-default.aboutus-pg .nav>li>a span.total_cart_count,
.navbar-default.support-pg .nav>li>a span.total_cart_count, .navbar-default.contactus-pg .nav>li>a span.total_cart_count,
.navbar-default.dealership-pg .nav>li>a span.total_cart_count {
    background: white;
    color: #FB7F32;
}

.media-left, .media>.pull-left {
    padding-right: 10px;
    background: transparent;
    border: 1px solid #FFF;
}
.table>tbody>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
section#store ul {
    color: #FFF;
    font-size: 15px;
    font-family: 'OpenSans-Light';
}
.package-description ul {
    padding-left: 20px;
}
.package-description ul li {
    color: #7D7D7D;
    font-size: 16px;
}
.package-description b {
    font-family: OpenSans-Semibold;
}
/*section#store span {
    color: #FFF;
    font-size: 12px;
    font-family: 'OpenSans-Light';
}*/
/*.sensor-info > p, h2 , h3 {
    color: #FFF;
    font-family: 'OpenSans-Light';
}*/
div.buttonCount >.btn-group>.btn:nth-child(1) {
    border-right: 0px solid transparent !important;
}
div.buttonCount >.btn-group>.btn:nth-child(2) {
    border-right: 0px solid transparent !important;
    border-left: 0px solid transparent !important; 
}
div.buttonCount >.btn-group>.btn:nth-child(3) {
    border-left: 0px solid transparent !important; 
}
div.buttonCount button:hover, div.buttonCount button:focus, div.buttonCount input:hover, div.buttonCount input:focus{
    color: #FFF;
}

.scroll-bg {
    background-color: #FFF !important;
    color: #333;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 10px 0px #000;
    height: 75px;
    z-index: 99999;
}
.menu-color {
    color: #333 !important;
}
.hide {
    display: block;
}
section#resources .dl-horizontal dd {
    margin-left: 0px;
    color: #16467A;
    font-size: 15px;
    font-family: 'OpenSans-Regular';
    letter-spacing: 0;
    line-height: 30px;
}
section#resources .nav-tabs {
    border-bottom: 1px solid #FAFAFA;
    background: #FAFAFA;
    text-align: center;
}
section#resources .nav-tabs>li {
    float: none;
    display: inline-block;
}
/* ADDED for centering navbar items */
.navbar .inner-nav ul {
    position:relative;left:50%;float:left;margin-right:0;margin-left:0;
}

/* ADDED for centering navbar items */
.navbar .inner-nav li {
    position:relative;right:50%;float:left;margin:0;list-style:none
}

section#shoppingcart span {
    color: #FFF;
    font-size: 12px;
    font-family: 'OpenSans-Light';
} 

.panel-title .panel-body {
    padding: 0px 0px 10px 2px;
}

.tab-pane .panel-body h4 {
    color: #16467A;
    font-size: 16px;
    font-family: 'OpenSans-Regular';
    margin-top: 0px;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,0.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=80);
    opacity: .8;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #999;
    border: 1px solid #999;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fd8228;
    border-color: #fd8228;
}

.carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image:  none;
    background-repeat: repeat-x; 
}
.carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image:  none;
    background-repeat: repeat-x; 
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 40%;
    margin-right: 0px;
    bottom: 57%;
    border: 2px solid #999;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 5px;
    color: #16467A;
    top: 100%;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 40%;
    margin-left: 0px;
    border: 2px solid #999;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 5px;
    color: #16467A;
    top: 100%;
}

.carousel-indicators {
    position: absolute;
    bottom: -35px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.dl-horizontal .border-line {
    border-bottom:1px solid #DDD;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
}
section#billing_info .panel-title .panel-body{
    border-bottom: 1px solid #c1c1c1;
}
.validation-place-text {
    font-size: 12px;
    color: #D91E18;
    float: right; 
}
input.ng-invalid {
    /*border: 1px solid #D91E18;*/
}
textarea.ng-invalid {
   /* border: 1px solid #D91E18;*/
}
.shoppingcart-header img {
    width: 32px;
    height: 36px;
}

/*--- Navigation Menu styles  ---*/
#site-nav .tymtix-logo img {
  text-align: left;
  width: 120px;
}

#site-nav .toll-free-logo img {
  width: 160px;
}


#site-nav .navbar-nav {
  display: block;
  float: none;
}
#site-nav .navbar {
  margin-bottom: 0px;
}
#site-nav {
  position: relative;
  border: 0;
}
#site-nav .navbar-toggle {
  border: none;
  background: transparent !important;
}
#site-nav .navbar-toggle .icon-bar {
  transition: all 0.2s;
  background: #333;
}
#site-nav .navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
  background: #333;
}
#site-nav .navbar-toggle .middle-bar {
  opacity: 0;
  background: #333;
}
#site-nav .navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
#site-nav .navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  background: #333;
}
#site-nav .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
#site-nav .navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  background: #333;
}
/*--- END ---*/

/*--- Custom Checkbox style START ---*/
.checkbox-custom {
    opacity: 0;
    position: absolute;   
}
.checkbox label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox-custom, .checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    cursor: pointer;
    font-size: 14px !important;
    font-family: 'OpenSans-Light';
    color: #7a7a7a;
}
.checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #E3E8ED;
    border: 2px solid #E3E8ED;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    padding: 2px;
    margin-right: 10px;
    border-radius: 4px;
    text-align: center;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: transparent;
    color: #16467A;
    font-size: 1.1em;
    line-height: 0.6em;
}

section#login .checkbox-custom + .checkbox-custom-label:before {
    content: '';
    background: #E3E8ED;
    border: 2px solid #E3E8ED;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    padding: 2px;
    margin-right: 10px;
    border-radius: 4px;
    text-align: center;
}
section#login .checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: transparent;
    color: #fd8228;
    font-size: 1.2em;
    line-height: 0.6em;
}
/*--- END ---*/

.inputButton {
  position: relative;
  width: 75%;
  height: 42px;
  display: block;
  margin: 30px auto 30px;
  color: white;
  background-color: #fd8228;
  border: none;
}
.inputButton:active {
  top: 5px;
  box-shadow: none;
}
.inputButton:focus {
  outline: none;
}

#faq .panel {
    border-color: transparent;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}
#faq .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}
#faq .panel-heading h4 {
    font-size: 16px;
    color: #16467A;
    font-family: 'OpenSans-Regular';
    letter-spacing: 0;
}
#faq .panel-heading h4 a:hover{
    text-decoration: underline;
}
#faq .panel-body p {
    font-size: 15px;
    color: #333;
    /*font-family: 'OpenSans-Light';*/
}
#faq .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid transparent;
}
section#login {
    padding: 100px 0;
}
section#login .container {
     /*height: 100vh;
    display: table;*/
}
section#login .row {
    /*display: table-cell;
    vertical-align: middle;*/
}
section#login .nav-tabs>li {
    float: none;
    margin-bottom: 0px;
}
section#login .nav>li {
    position: relative;
    display: inline-block;
}
section#login .col-md-4{
    float: none;
    text-align: center;
    margin: 0 auto;
}

#login .nav-tabs {
    border-bottom: 1px solid transparent;
    background: transparent;
    text-align: center;
}
/*#login .nav-tabs>li:not(:first-child):before {
    content: " | ";
}*/
#login .nav-tabs>li>a {
    display: inline-block; 
    font-size: 18px;
    font-family: 'OpenSans-Regular';
    padding: 10px;
}
#login .input-lg {
    height: 43px;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 3px;
}
.buy-sensairy-text {
    color:#fd8228;
    text-decoration:underline;
    cursor:pointer;
    font-family:'OpenSans-Semibold';    
    display: inline-block;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 5px;
    outline: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.alert-success {
    color: #3C763D;
    background: #fafafa;
    font-weight: bold;
    font-size: small;
    text-align: center;
    padding: 12px;
    padding-left: 16px;
    border-top: solid 2px #3C763D;
    border-radius: 0px;
    margin-bottom: 3px;
    -webkit-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
    -moz-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
    box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
}

.alert-error {
    color: #d9534f;
    background: #fafafa;
    font-weight: bold;
    font-size: small;
    text-align: center;
    padding: 12px;
    padding-left: 16px;
    border-top: solid 2px #d9534f;
    border-radius: 0px;
    margin-bottom: 3px;
    -webkit-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
    -moz-box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
    box-shadow: 0 10px 10px -5px rgba(0,0,0,.08);
}


.btn.btn-facebook.active.focus, .btn.btn-facebook.active:focus, .btn.btn-facebook.focus, .btn.btn-facebook:active.focus, .btn.btn-facebook:active:focus, .btn.btn-facebook:focus,
.btn.btn-gmail.active.focus, .btn.btn-gmail.active:focus, .btn.btn-gmail.focus, .btn.btn-gmail:active.focus, .btn.btn-gmail:active:focus, .btn.btn-gmail:focus
{
    outline: none;
    border: 0;
    box-shadow: none;
}
.btn-group-lg button.btn-facebook {
    padding: 0; 
    background: transparent;
    margin-left: 10px;
}

.btn-group-lg button.btn-gmail {
    padding: 0;
    margin-left: 5px;
    background: transparent;
}

p.signup-text {
    margin-bottom: 5px;
}


/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left:0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
}


/* footer social icons */
.social-network a.icoFacebook:hover {
    background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
    background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
    background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
    background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
    background-color:#007bb7;
}
.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
}

.social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 50px;
    height: 50px;
    font-size:20px;
}
.social-circle li i {
    margin:0;
    line-height:50px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #999;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.img-thumbnail {
    width: 95px; 
    height: 75px;
    float:left;
    border: 1px solid #fd8228;
}
.product-thumbnail {
    padding: 4px;
    border-radius: 4px;
    width: 95px; 
    height: 75px;
    float:left;
    border: 1px solid #fd8228;
}
.loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #fd8228;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51,51,51,0.8);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #fd8228;
    width: 50px;
    height: 50px;
    content: '';
    display: block;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    /*-webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;*/
}

/* Animation */
@-webkit-keyframes spinner {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

section#myorder h5 {
    font-family: 'OpenSans-Regular';
    font-size: 14px;
}
section#myorder table tr th {
    font-family: 'OpenSans-Semibold';
}
.aboutus-content{
    padding:30px 20px;
}
.footer-copyright {
    margin-top: 25px;
    margin-left:10%;
}
.contact-form {
    width: 60%;
    margin-left:25%;
}
.contact-submit {
    margin-left:28%;
}
.justify{
    text-align:justify;
}
.input-wrapper input {
  background: transparent;
}
.input-wrapper textarea {
  background: transparent;
}

.input-wrapper textarea:valid + .placeholder {
  display: none;
}

.input-wrapper input:valid + .placeholder {
  display: none;
}

.input-wrapper .placeholder {
  position: absolute;
  top: 12px;
  left: 32px;
  z-index: -1;
}

.input-wrapper .placeholder::before {
  content: attr(data-placeholder);
  color: #999;
}

.input-wrapper .placeholder::after {
  content: " *";
  color: #fd8228;
}


.has-feedback .form-control{
    padding-right:10px !important;
}

.faq-no-result {
    text-align: center;
    padding: 50px 0px;
}
.compatible {
    padding:0px 30px 100px 20px;
}

.sensor-pack {
    border: 1px solid rgba(255,255,255,0.3);
}
.hand{
    cursor:pointer
}
.quantity-disable {   
    opacity: 1 !important;
}
.myorders {
    margin-left:50px;
}
.item-text {
    float:left;
    padding:20px 0px 0px 10px;
}
.billing-display {
    display: none;
}
.quantity-text:after{
    content: 'Quantity';
}
.cancel-order{
    background: transparent;color: #FFF;cursor: pointer; float:right;
}
.shopping-cart-text {
    text-align:left;color:#FFF;
}
.media-text {
    color: #16467A;font-family: 'OpenSans-Regular'; padding:0px 10px;
}
.addcart-btn {
    width:177px !important;
}
.shopping-thead{
    font-size:16px;
    color:#ffffff;
}
.shopping-inr{
    font-size:16px;
}
.coupon-code-input{
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 3px;
    color: #FFF;
    width:200px !important;
}
.coupon-code-input:focus {
    border:1px solid #FFF !important;
}
.modal-dialog{
    margin-top: 80px !important;
}

.btn-wheel-strap {
    color: #FC8D4D;
    background: #fff;
    border: 1px solid #FEC095;
    font-size: 12px;
    padding: 5px 8px;
}

.btn-wheel-strap.active, .btn-wheel-strap:active, .open>.dropdown-toggle.btn-wheel-strap {
    color: #fff;
    background-color: #FC8D4D;
    font-family: OpenSans-Semibold;
}

.btn.btn-wheel-strap.active.focus, .btn.btn-wheel-strap.active:focus, .btn.btn-wheel-strap.focus,
.btn.btn-wheel-strap:active.focus, .btn.btn-wheel-strap:active:focus, .btn.btn-wheel-strap:focus {
    outline: none;
    box-shadow: none;
}

.dealership {
 /*   text-align:center;
    background-color: #fee9db;
    height: 100px;  
    margin: 10px 0px 30px;*/
    display: block;
    /*font-size:18px;*/
    margin: 0;
    margin-bottom: 0px;
    background-color: #FB7F32;
    text-align: left;
    height: auto;
    font-size: 14px;
}
.dealership-text{
    display:inline-block;
    margin: 0px;
    padding-top: 23px;
    padding-bottom: 16px;
    margin-left: 20px;
    color: white;
    margin: 0;
    padding-top: 23px;
    padding-bottom: 23px;
}

.dealership-content {
    width: 170px;
}

.dealership {
    text-align:center;
    background-color: #fee9db;
    margin: 10px 0px 30px;
    display: block;
    font-size:18px;
}
.dealership-text{
    display:table;
}

.dealership-quotes{
    float:none; text-align:center;padding:0% 20%
}

.dealership-search-dropdown {
    width:180px;height: 40px;  margin: 5px;
}

.dealership-search {
    border-top:2px solid #FD8228;background:#ffcbac;padding: 2% 6%;
}

.dealership-map {
    background-repeat: no-repeat;
    margin-top: 50px;
    background-image: url('/static/img/desktop/dealership-map.png');
    background-size: 1521px 473px;
    background-position: center;
    background-position-y: 100px;
}

.dealership-list {
    background:#fef9f3; 
    border-bottom: 1px solid rgba(51,51,51,0.1);
    text-align:left; 
    word-wrap: break-word;  
    padding: 10px;
}

.toll_free {
    width: 157px;
    margin: -8px auto 0px;
    image-rendering: -webkit-optimize-contrast;
}

.dealers-odd {
    background: #fef0e6;
}

input#payment-options-disable{
    margin: 0px 10px;
    background: #ccc url(/static/img/desktop/payment_options_disable.png);
    width: 284px;
    height: 88px;
    border: 1px solid rgba(253, 122, 34, 0.2);
    border-radius: 6px;
    cursor: default;
}
input#payment-options-enable{
    margin: 0px 10px;
    background: #ccc url(/static/img/desktop/payment_options.png);
    width: 282px;
    height: 88px;
    box-shadow: 0px 0px 6px rgba(93, 91, 91, 0.5);
    border: 1px solid #FD7A22;
    border-radius: 6px;
}
input#paypal-button-disable{
    margin: 0px 10px;
    background: #ccc url(/static/img/desktop/paypal-button-disable@1x.png);
    width: 284px;
    height: 48px;
    border: none;
    cursor: default;
}
input#paypal-button-enable{
    margin: 0px 10px;
    background: #ccc url(/static/img/desktop/paypal-button@1x.png);
    width: 284px;
    height: 48px;
    border: none;
}
.home-button{
    color: #FD8228; border-radius: 300px; font-size: 15px; font-family: 'OpenSans-Light'
}
.home-slider-content {
    color: #6c6c6c;
    font-family: 'OpenSans-Light';
    text-align: justify;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
}
.home-slider-title {
    color: #FD8228;
    line-height: 42px;
    font-family: 'OpenSans-Regular';
    font-weight: 600;
    /* font-size:; */
}

.watch-video {
    color: #FD8228;
    border-radius: 300px;
    font-size: 15px;
    font-family: 'OpenSans-Light';
}
.carplay-container {
   width: 100%;
}
.carplay-content-right {
    max-width: 600px;
}
.carplay-content-right p {
    max-width: 420px;
    margin-bottom: 20px;
    letter-spacing: 0px !important;
}
.carplay-content-right h2 {
    margin: 0px !important;
    font-size: 32px;
    margin-bottom: 20px;
    font-size: 30px;
}
.banner-receiver-sensor {
    width:100%;
}
.banner-car-image{
    width:80%;
}
.banner-car-sensor{
    width:80%;
}
 .banner-bike-sensor {
    width:80%;
}

.banner-receiver {
    width:100%;
}

.carplay-banner {
    width: 100%;
    max-width: 750px;
}

.android-auto-banner {
    width: 100%;
    max-width: 1000px;
}

.carousel-slider-option {
    margin-left: 25%;width:30%
}
.white-bg-transition{
    background: white;
}

#internal_order select {
    height: 36px;
    width: 150px;
    border: 1px solid rgb(182, 182, 182);
    margin-left: 20px;
}

#internal_order label {
    min-width: 117px;
}

#internal_order textarea {
    border: 1px solid #afafaf;
    border-radius: 7px;
    margin-top: 24px;
    margin-left: 16px;
}
#internal_order {
    min-width: 200px;
    max-width: 600px;
    position: absolute;
    z-index: 1001;
    text-align: left;
}
.btn-submit {
    background: #FD8228;
    color: #FFFFFF;
}

#internal_order .btn-close {
    border: 1px solid #FD8228;
    color: #FD8228;
}

section#shoppingcart span.text-danger {
    color: #a94442;
}


/* Store page css */
.container.store-page {
    margin: 0;
    padding: 0;
    width: auto;
    overflow-x: hidden;
}
.banner-store-container {
    padding: 20px;
    /*background-image: linear-gradient(180deg, rgba(252, 139, 69, 0.19), rgba(252, 139, 69, 0.01));*/
    background-image: linear-gradient(180deg, rgba(252, 139, 69, 0.08), rgba(252, 139, 69, 0))
}
.buy-now-text {
    font-size: 56px;
    color: rgb(222, 222, 222);
    font-family: OpenSans-Semibold;
}
.store-img-container {
    width: 208px;
    height: 208px;
    padding: 0;
    border: 1px solid #fec095;
    vertical-align: top;
    position: relative;
    display: inline-block;
}
.store-img-container img {
    width: 200px;
    /*position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;*/
    bottom: 0;
    padding: 20px;
}
.details-button {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 4px 15px;
    border: 0;
    background-color: rgba(254, 192, 149, 1);
    font-size: 12px;
    font-family: OpenSans-Semibold;
}
.store-item-details {
    vertical-align: top;
    position: relative;
    display: inline-block;
    height: 208px;
    min-width: 250px;
}
.store-item-name {
    margin-bottom: 10px;
    font-size: 21px;
    font-family: OpenSans-Semibold;
    line-height: 1.3;
}
.price-style {
    color: #C64E15;
    font-size: 21px;
    font-family: OpenSans-Semibold;
}
.strike-text {
    font-size: 12px;
    padding-left: 10px;
}
.quantity-item {
    position: absolute;
    bottom: 0px;
}
.add-cart-btn {
    background: rgba(252, 139, 69, 1);
    color: #FFF;
    border-radius: 1px;
    font-size: 12px;
    margin-left: 10px;
    padding: 17px 38px;
    box-shadow: 0px 11px 18px 0px rgba(254, 100, 30, 0.33);
    font-family: OpenSans-Semibold;
}
.btn.add-cart-btn:focus, .btn.add-cart-btn:hover {
    color: #FFF;
}
.quantity-item select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background: #FFFFFF;
    border: 1px solid #fec095;
    padding: 15px 20px;
}
.arrow-change, .arrow-change:before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 6px 4px 0;
    border-color: transparent #585858 transparent transparent;
    position: absolute;
    pointer-events: none;
}
.arrow-change {
    bottom: 26px;
    transform: rotate(90deg);
    right: 10px;
}
.arrow-change:before {
    content: "";
    top: -4px;
    right: -15px;
    transform: rotate(180deg);
}
.store-items {
    padding-top: 100px;
}
.stock-btn {
    color: #fff;
    background: #37AA05;
    padding: 4px 12px;
    border-color: transparent;
    margin-left: 20px;
}
.stock-btn.out-stock-btn {
    background: #FF6565;
}
.pack-include-header {
    position: relative;
    font-size: 18px;
    background-color: #FC8B45;
    color: #fff;
    border-color: transparent;
    padding: 9px 20px 9px 35px;
    /*font-family: OpenSans-Semibold;*/
}
.package-description {
    color: #7D7D7D;
    font-size: 16px;
}
.package-description p {
    color: #FC8B45;
    margin-top: 10px;
}
.container-border {
    border: 1px solid #FEE9DB;
    padding: 36px;
    padding-top: 0px;
    border-top: 0;
    min-width: 300px;
}
.container-border-spec {
    display: inline-block;
    padding: 20px;
    padding-bottom: 0;
    border: 1px solid #FEE9DB;
    padding-left: 36px;
    border-right: 0;
    border-bottom: 0;
    position: relative;
}
.container-border-spec:before {
    content: "";
    border: 1px solid;
    position: absolute;
    display: block;
    transform: skew(35deg,0deg);
    width: 34px;
    height: 43px;
    top: -1px;
    border: 1px solid #FEE9DB;
    border-left: 0;
    left: 278px;
    border-bottom: 0;
}
.container-border-spec:after {
    content: "";
    border: 1px solid;
    position: absolute;
    display: block;
    width: 257%;
    height: 43px;
    top: 41px;
    border: 1px solid #FEE9DB;
    border-left: 0;
    left: 326px;
    border-bottom: 0;
}
.quantity-item.quantity-item-view select {
    margin-left: 16px;
    padding: 13px 54px 16px 25px;
    text-align: left;
    font-family: OpenSans-Semibold;
    font-size: 18px;
    border-radius: 6px;
}
.quantity-item.quantity-item-view .arrow-change {
    bottom: 29px;
}
.quantity-item.quantity-item-view .add-cart-btn {
    margin-left: 23px;
}
.specifications-container {
    /*background-image: linear-gradient(180deg, rgba(252, 139, 69, 0.08), rgba(252, 139, 69, 0));*/
    background-image: linear-gradient(180deg, #FFF4ED, rgba(255, 254, 252, 0.5));
    font-size: 14px;
    color: #555555;
}
.specification-header {
    position: relative;
    font-size: 18px;
    background-color: #FCE5D7;
    color: #333333;
    border-color: transparent;
    padding: 9px 20px 9px 35px;
    display: inline-block;
}
.specification-header:before {
    bottom: 0px;
    content: "";
    content: " ";
    position: absolute;
    display: block;
    transform: skew(35deg,0deg);
    background-color: #FCE5D7;
    width: 34px;
    height: 43px;
    left: 241px;
}
#specs .container {
    padding-right: 100px;
}
.specifications {
    display: flex;
}
.border-col {
    border: 0.5px solid rgba(254, 233, 219, 0.5);
    padding: 10px;
}
div.pack-include-header:before {
    bottom: 0px;
    content: "";
    content: " ";
    position: absolute;
    display: block;
/*    width: 5%;
    height: 21.7%;
    left: 193px;*/
    transform: skew(35deg,0deg);
    background-color: #FC8B45;
    width: 34px;
    height: 43px;
    left: 188px;
}
.item-details-container {
    border-bottom: 1px solid #fec09573;
    padding: 0;
    margin-bottom: 25px;
}
span.bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: top;
    margin-top: 13px;
    border-radius: 100%;
    background: #FC8B45;
    margin-right: 8px;
}
.wrap-text {
    white-space: pre-wrap;
    max-width: 176px;
    min-width: 100px;
}
.store-items-container {
    font-size: 22px;
    color: #171717;
    margin: 0;
    border-bottom: 1px solid #fec09573;
}
.cart-button-small-device {
    display: none;
}
li.cart-button-big-device {
    display: block;
}

/* Style for store item preview*/

.store-item-preview-container .quantity-item {
    position: relative;
}
.thumb-img-container {
    width: 88px;
    border: 1px solid #FEC095;
}
.thumb-img-container.highlight {
    /*box-shadow: 0px 0px 5px 0px rgba(252,139,69,1)*/
    box-shadow: 0px 0px 13px 0px rgba(252, 139, 69, 0.51);
    border-bottom: 3px solid rgba(252, 139, 69, 0.83);
}
.thumb-img-container img {
    padding: 10px;
    width: 88px;
}
.img-preview {
    /*border: 1px solid #FEC095;*/
    margin-left: 20px;
    /*width: auto;*/
}
.img-preview img {
    /*padding-top: 15px;
    max-width: 450px;*/
    padding-top: 15px;
    max-width: 450px;
    padding: 20px;
    width: 450px;
    border: 1px solid #FEC095;
}
.back-btn-container {
    padding-left: 20px;
    color: #8D8D8D;
    font-size: 12px;
    font-family: OpenSans-Semibold;
}
.back-btn-container .fa.fa-angle-left{
    font-size: 20px;
    vertical-align: bottom;
}
.back-btn-container span {
    padding-left: 20px;
}

/* Common styles*/

.i-block {
    display: inline-block;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.bpadding100 {
    padding-bottom: 100px;
}
.bpadding20 {
    padding-bottom: 20px;
}
.bmargin10 {
    margin-bottom: 10px;
}
.tmargin0 {
    margin-top: 0px;
}
.no-shadow {
    box-shadow: none;
}
.tmargin10 {
    margin-top: 10px;
}
.lpadding10 {
    padding-left: 10px;
}
.rpadding10 {
    padding-right: 10px;
}
.tpadding20 {
    padding-top: 20px;
}
.tpadding30 {
    padding-top: 30px;
}
.text-size12 {
    font-size: 12px;
}
.text-size18 {
    font-size: 18px;
}
.prelative {
    position: relative;
}
.width100 {
    width: 100px;
}
.width220 {
    width: 220px !important;
}
.pointer {
    cursor: pointer;
}
.semi-bold {
    font-family: OpenSans-Semibold;
}
.text-font16 {
    font-size: 16px;
}
.remove-anchor-style {
    text-decoration: none;
    color: inherit;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent !important;
}
.partnership-banner {
    position: relative;
    float: right;
    padding: 0px 40px;
    background-color: #ffefe4;
    margin-bottom: 15px;
}
.partnership-banner::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 90px solid white;
    border-bottom: 0px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    left: 0px;
}
.partnership-logo {
    max-width: 200px;
}
.partnership-banner p {
    display: inline-block;
    max-width: 370px;
    vertical-align: middle;
    margin-top: 21px;
}
.know-more-btn {
    background: #FD8228;
    color: #FFF;
    padding: 11px 21px;
}
.highlight-color {
    color: #FD8228;
    font-family: OpenSans-Semibold;
}
.partner-section {
    margin-top: 100px;
    position: relative;
}
.partner-section-container {
    position: relative;
}
.partner-header-container {
    text-align: center;
}
.partner-header {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 15%;*/
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: -15%;
}
.partner-header p {
    display: inline-block;
    max-width: 614px;
    vertical-align: middle;
    margin-top: 33px;
    font-size: 20px;
    line-height: 1.7;
    text-align: left;
}

.household-section {
    position: relative;
    margin-top: 10px;
    display:flex;
    align-items:center;
}
.household-img-container {
    padding: 0;
    position: relative;
}
.household-img-container p {
    position: absolute;
    bottom: 15px;
    right: 20px;
    margin-bottom: 0px;
    font-size: 0.8em;
    color: #3B3B3B;
}
.household-content {
    background-color: #FFF4ED;
    position: absolute;
    right: 0;
    width: 46%;
    /*padding: 30px;*/
    padding: 3em;
}
.household-content p {
    /*font-size: 26px;*/
    font-size: 2em;
    margin-bottom: 0;
    color: #4A4A4A;
}
.factory-section {
    position: relative;
}
.factory-content {
    position: relative;
    display: flex;
    align-items: center;
    width: 54%;
}
.factory-content .tyre-care {
    background-color: #FFF4ED;
    position: absolute;
    right: -65px;
    /*padding: 30px;*/
    z-index: 10;
    width: 100%;
    padding: 3em;
}
.factory-img-container {
    width: 41.5%;
    margin-right: 19px;
    padding: 0;
}
.factory-img-container {
    margin-top: 40px;
    margin-bottom: 40px;
}
.tyre-care p {
    width: 100%;
    /*font-size: 26px;*/
    margin-bottom: 0;
    font-size: 2em;
    color: #4A4A4A;
}
.highlight-partner {
    font-family: OpenSans-Bold;
}
.smartwatch-bike-img {
    padding: 0;
}
.smartwatch-bike-img img {
    max-width: 206px;
    bottom: -650px;
    position: absolute;
}
.banner-smartwatch {
    margin-top: 79px;
}
.smartwatch-banner-content h2{
    font-size: 30px;
}
.smartwatch-banner-content span {
    font-size: 26px;
}
.carplay-content-right h2 span {
    font-size: 28px;
    margin: 20px auto;
    display: block;
}
.modal {
    z-index: 1000001 !important;
}
.modal-backdrop {
    z-index: 100000 !important;
}
.developer-heading {
    margin: 20px 80px;
    color: #FD8328;
    font-family: "OpenSans-semiBold";
    font-size: 31px;
    font-weight: 600;
    padding-left: 30px;
}
.open-protocol-content {
    margin: 60px 80px;
}
.developers-header {
    padding: 35px 0 0 0;
}
.protocol-header {
    color: #333333;
    font-family: "OpenSans-Light";
    font-size: 31px;
    margin-top: 0px;
}
.protocol-content {
    padding-top: 15px;
    color: #858585;
    font-family: "OpenSans-Regular";
    font-size: 13px;
    margin-bottom: 45px;
}
.sensairy-protocol {
    margin: auto 30px;
}
.protocol-buy-button {
    background-color: #FC8B45;
    border: 1px solid #FC8B45;
    box-shadow: 0px 18px 12px #FE641233;
    border-radius: 33px;
    color: #FFFFFF;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    padding: 13px 38px 13px 38px;
    cursor: pointer;
}
.protocol-terms-conditions {
    background-color: #FC8B45;
    color: #434343;
    font-family: "OpenSans-Regular";
    font-size: 15px;
}
.protocol-terms-conditions .terms-conditions {
    color: white !important;
    text-underline-offset: 3px;
    text-decoration: underline;
    cursor: pointer;

}
.protocol-integration {
    background-color: #FFE6D6;
    color: #434343;
    font-family: "OpenSans-Regular";
    border-radius: 4px;
    padding: 24px 37px 24px 14px;
    margin-bottom: 27px;
    display: grid;
    align-items: center;
}
.protocol-integration p {
    margin-bottom: 0px !important;
    font-size: 14px;
}
.protocol-support p {
    margin-bottom: 0px !important;
    font-size: 14px;
}
.protocol-support {
    background-color: #FFE6D6;
    color: #434343;
    font-family: "OpenSans-Regular";
    border-radius: 4px;
    padding: 24px 37px 24px 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
.protocol-terms-conditions p {
    margin-bottom: 0px !important;
    text-align: center;
    padding: 9px 26px;
    font-size: 14px;
}
.protocol-duty-cycle {
    margin: 40px 95px;
}
.duty-cycle-text {
    color: #858585;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 70px;
}
.packet-structure h5 {
    color: #FD8328;
    font-size: 20px;
    font-family: "OpenSans-semiBold";
}
.packet-structure p {
    color: #858585;
    font-family: "OpenSans-Regular";
    font-size: 15px;
    margin-bottom: 0px;
}
.packet-structure {
    margin: 43px 0px;
}
.packet-structure-section {
    padding: 20px 101px 0px 101px;    
    background: transparent linear-gradient(180deg, #FBFBFB 0%, #FFFFFF 100%) 0% 0%;
}
.packet-structure img { 
    max-width: 1060px;
    margin-top: 25px;
    width: 100%;
}
#developers {
    padding-bottom: 10px;
}
.Duty-cycle-content {
    margin-top: 50px;
}
.Duty-cycle-content img {
    margin-top: 50px;
}
.developer-table {
    box-shadow: 0px 10px 24px -20px #00000029;
    border-radius: 8px;
    border: 1px solid #F7F7F7;
}
table.borderless {
    border: none;
}
.developer-table .firstchild {
    background-color: #EDEDED;
    color: #858585;
    border-radius: 0px 0px 8px 8px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.developer-table th {
    padding: 15px;
    text-align: left;
    font-size: 13px;
}
.developer-table td {
    padding: 16px 27px;    
    text-align: left;
    font-size: 13px;
    color: #858585;
}
.developer-table caption {
    color: #434343;
    background-color: #D5D5D5;
    text-align: center;
    font-size: 14px;
    padding: 15px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: "OpenSans-SemiBold";
}
.table-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}
.protocol-note ol {
    list-style: none;
    background-color: #EBEBEB;
    color: #808080;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 6px;    
    margin-top: -20px;
}
.protocol-note {
    max-width: 475px;
    margin-top: 12px;
    margin-bottom: 13px;
}
.protocol-note li {
    padding: 2px 0px;
}
.protocol-note h6 {
    color: #434343;
    font-family: "OpenSans-semiBold";
    font-size: 14px;
    margin: 7px 1px;
}
.data-parsing ol {
    list-style: none;
    background-color: #EBEBEB;
    color: #808080;
    font-size: 14px;
    padding: 17px 23px 26px 22px;    
    border-radius: 6px;
}
.data-parsing {
    max-width: 841px;    
    margin-top: 40px;
}
.data-parsing li {
    padding: 2px 1px;
}
.data-parsing h6 {
    color: #434343;
    font-family: "OpenSans-semiBold";
    font-size: 14px;
    margin-top: 24px;
}
.data-parsing-example {
    display: flex;
    justify-content: space-between;
}
.temperature-data {
    display: flex;
    justify-content: space-around;
}
.lsb-content {
    margin: 10px 20px;
}
.msb-content {
    margin: 10px 8px 12px 13px;
}
.protocol-pressure-note {
    margin-top: 40px;
}
#terms-conditions .modal-header {
    border-bottom: none;
}
#terms-conditions .modal-title {
    color: #FD8328;
    font-family: 'OpenSans-Semibold';
    font-size: 23px;
}
@media (min-width: 1280px) {
    .my-dialog .modal-dialog {
        max-width: 1050px !important;
        margin: 60px auto;
        width: 100%;
    }
    .my-dialog .modal-body {
        position: relative;
        /* padding: 15px; */
        margin-top: 30px;
    }
}
.modal-footer-title {
    color: #FD8328;
    font-family: 'OpenSans-Semibold';
    font-size: 18px;
}
.protocol-contactus {
    background-color: #F7F7F7;
    text-align: center;
    padding: 54px 25px;
}
.protocol-contact-button {
    background-color: #FC8B45;
    border: 1px solid #FC8B45;
    border-radius: 3px;
    color: #FFFFFF;
    font-family: "OpenSans-Regular";
    font-size: 14px;
    padding: 13px 38px 13px 38px;
    cursor: pointer;
}
.portocol-queries {
    padding-bottom: 16px;
}
.infoicon {
    width: 20px;
    margin-right: 10px;
    margin-top: 2px;
}
.sample-code-container {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: center;
}
.download-sample-code {
    text-align: center;
    margin: 10px 0;
}
.modal-protocol-header {
    color: #434343;
    font-family: 'OpenSans-Semibold';
    font-size: 14px;
    margin-top: 32px;
    letter-spacing: 0.5px;
}
.modal-protocol-terms-condition li {
    font-size: 14px;
    font-family: 'OpenSans-Regular';
    margin-left: 15px;
    padding: 10px 27px 12px 0px;
}
.protocol-image {
    /* max-width: 454px;
    width: 100%; */
}
.msb-lsb {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}
.pressure-table-content {
    margin-bottom: 30px;
}
.protocol-battery-note {
    padding: 16px 19px 28px 18px !important;
}
.data-parsing-temperature {
    margin-top: 40px;
}
.protocol-buy-button:hover {
    color: #ffffff
}
.protocol-contact-button:hover {
    color: #ffffff
}
.protocol-pressure-note {
    margin-bottom: 52px;
}
.home-protocol {
    margin-right: 0px;
}
.protocol-duty-cycle-box {
    display: flex;
    align-items: start;
    padding: 12px 12px;
}
.radio-filters {
    padding: 15px;
    margin-bottom: 0px !important;
}
.filter-options {
    display: flex;
    align-items: center;
}
.filter-section {
    display: flex;
    justify-content: space-between;
}
.store-filter-container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-family: "OpenSans-Light";
}
.store-filter-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.store-filter-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #FA8B4E;
}
.store-filter-container input:checked ~ .checkmark {
    background-color: #ffffff;
}
  
.store-filter-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
.store-filter-container input:checked ~ .checkmark:after {
    display: block;
}
  
.store-filter-container .checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FA8B4E;
}
.store-filter-text {
    color: #ffffff;
    margin-bottom: 13px;
    font-size: 14px;
    background: #FA8B4E;
    padding: 2px 13px;
}
.carousel-content-table {
    margin-right: 10px !important;
}
.open-protocol-slider {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
.protocol-slider-title {
    font-size: 24px;
    line-height: 27px;
    font-family: "OpenSans-SemiBold";
    letter-spacing: 0.5px;
    padding-top: 46px;
    white-space: nowrap;
}
.protocol-slider-content {
    font-size: 13px;
    padding-top: 20px;
}
.protocol-carousel-button {
    background: #FD8228;
    color: #FFF;
    padding: 12px 34px 12px 34px;    
    font-size: 13px;
}
.protocol-content-tag {
    padding-left: 40px;
    padding-right: 40px;
}
.protocol-carousel-button:hover {
    color: #ffffff;
}
.protocol-image {
    text-align: end;
}
.feature-tpms {
    padding: 3px 10px !important;
}
.feature-tpms-paragraph {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    color: #333;
    text-align: left;
    font-family: 'OpenSans-Light';
    font-size: 15px;
    letter-spacing: 0.03em;
}
.feature-tpms-list {
    margin-top: 20px !important;
    color: #333;
    text-align: left;
    font-family: 'OpenSans-Light';
    font-size: 15px;
    letter-spacing: 0.03em;
}
.feature-tpms-header {
    margin-top: 12px !important;
    line-height: 27px;
}
.header-font {
    font-size: 28px;
}

.container-alert {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    /* padding: 20px; */
    min-width: 300px;
    max-width: 415px;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    position: absolute;
    z-index: 1;
    top: 80px;

    position: fixed;
    z-index: 9999;
    /* height: 2em; */
    /* width: 2em; */
    background: white;
    overflow: show;
    margin: auto;
    left: 50%;
    transform: translate(-50%);
}
.container-alert h1 {
    font-size: 16px;
    /* margin-bottom: 20px; */
    color: #333;
    font-family: Arial, sans-serif;
    margin: 0;
    margin-top: 10px;
}
.container-alert p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0;
    /* color: #555; */
}
.container-alert .sensor-list {
    font-family: Arial, sans-serif;
    list-style-type: none;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    gap: 1rem;
}
.container-alert .sensor-list li {
    font-family: Arial, sans-serif;
    background-color: #e9e9e9;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    font-weight: bold;
    color: #333;
    padding: 3px 10px;
}


.container-alert .steps {
    font-size: 16px;
    font-family: Arial, sans-serif;
    margin-top: 20px;
}

.container-alert .steps h2 {
    font-family: Arial, sans-serif;
    margin-top: 20px;
    font-size: 16px;
    text-decoration: underline;
}

.container-alert .steps li {
    font-family: Arial, sans-serif;
    margin-bottom: 6px;
    font-size: 14px;
}
.fa-times-thin:before {
    content: '\00d7';
}
.alert-close-icon {
    position: absolute;
    bottom: 6px;
    right: 0px;
    color: #333;
    cursor: pointer;
}
.alert-color {
    color: #d63030;
}
.alert-border {
    position: relative;
    border-bottom: 1px solid #ececec;
}
.alert-text {
    font-size: 20px;
}
