body {
    height: 100%;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    color: #3C3C3C;
}

p {
    font-family: inherit;
    font-size: 1.05rem;
    line-height: 1.25em;
    color: #3C3C3C;
}



h1,
h2,
h3,
h4 {
    font-family: 'Kumar One', cursive;
    text-transform: uppercase;
    color: #3C3C3C;
}

h5 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #3C3C3C;
}

h6 {
    font-size: 1.10rem;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #3C3C3C;
}

h1 {
    font-size: 2.45rem;
}

section {
    min-height: 200px;
    padding: 50px 0px;
}

.mt-7,
.my-7 {
    margin-top: 5rem !important;
}

.sw-fnt {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    line-height: 3rem
}

.hr {
    width: 100%;
    height: 5px;
    border-top: 1px solid #343434;
}

.ln-psh {
    width: 101%
}

.text-link,
.text-link a {
    color: #3c3c3c !important;
}

.text-link a:hover {
    color: #3c3c3c !important;
}

.sm-txt {
    font-size: 15px;
}

.xsm-txt {
    font-size: 12px;
}

.gold {
    color: #F5A623;
}

.primary-bg {
    color: #F5A623;
}

.black-bg {
    color: #3c3c3c;
}

.white {
    color: #ffffff;
}

.black {
    color: #3c3c3c;
}

.gold-bg {
    background-color: #F5A623;
}

.lt-blue-bg {
    background-color: #e4e6e8;
}

.lt-gray-bg {
    background-color: #f2f3f4;
}

.lt-silver-bg {
    background-color: #f2f3f4;
}

.bg-lighter {
    background-color: #ffffff;
    color: #3C3C3C;
}

.shade {
    background-color: rgba(0, 0, 0, .015);
    filter: saturate(90%);

    filter: blur(.2px);
}

.shadow {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
}

.radius {
    border-radius: 3px;
}

.p-radius {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.btn-primary {
    color: #3c3c3c;
    background-color: #F5A623;
    line-height: 10px;
    height: 55px;
    padding: 0px 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border: 0px;
}

.btn-primary:hover {
    background-color: #3C3C3C;
    color: #ffffff;
    border: none;
}

.btn-outline-primary {
    color: #3C3C3C;
    min-width: 23%;
    border-color: #3C3C3C;
}

.btn-outline-primary:hover {
    color: #3c3c3c;
    background-color: #F5A623;
    border: 1px solid #F5A623;
}

.btn-secondary {
    color: #ffffff;
    background-color: #3c3c3c;
    line-height: 10px;
    height: 55px;
    padding: 0px 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border: 0px;
}

.btn-secondary:hover {
    background-color: #F5A623;
    color: #3c3c3c;
    border: none;
}

.btn-outline-secondary {
    color: #3c3c3c;
    padding: 5px 25px;
    border: 1px solid #3c3c3c;
}

.btn-outline-secondary:hover {
    background-color: #F5A623;
    color: #3c3c3c;
    border: none;
}

.logo {
    width: 275px;
    height: 70px;
    margin-top: -10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(./../img/common/knight-compressors.svg);
}

.navbar-light .navbar-nav .nav-link {
    color: #3C3C3C;
}

.nav-item {
    font-size: 16px;
    line-height: 30px;
    color: #3C3C3C;
    padding: 0 .3rem;
    font-family: 'Poppins', sans-serif;

}

.nav-link {
    color: #3C3C3C;
    display: block;
    padding: 1rem;
}

.nav-pills {
    width: 80%;
}

.dropdown-item {
    text-align: right;
}

.cart {
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/cart-blk.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;

}

.mobile-cart {
    width: 30px;
    height: 30px;
    background-image: url(../img/icons/cart-blk.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;

}

main .navbar .navbar-toggler {
    margin-right: 50px;
}


.kc-store-header {
    padding: 8px 16px;
}

#store-header {
    z-index: 1050;
    position: fixed;
    top: 0;
    right: 15px;
}

#store-shopping-cart {
    color: #000000;
    margin: 26px 15px;
}

.carousel {
    height: 570px;
    margin-top: 70px;
}

.carousel-item {
    height: 570px;
}

.product-S {
    margin-top: 0px !important;
    background-color: #ffffff;
}

.products {
    height: 990px;
    margin-top: 70px;
}

.carousel-indicators li {
    background-color: #3c3c3c;
}

.carousel-indicators .active {
    background-color: #F5A623;
}

.cs {
    width: 100%;
    height: 550px;
    margin: 70px 0px;
}

.cs2 {
    width: 100%;
    margin-top: 110px;
}

.nopad {
    padding-left: 0px;
    padding-right: 0px;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 0rem;
}

.slide-one,
.slide-two {
    width: 90%;
    height: 45vh;
    margin-top: -1.5%;
}

.slide-two {
    background-image: url(../img/slider/slide-two.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.slide-one {
    background-image: url(../img/slider/slide-one.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.chainmail {
    background-image: url(../img/slider/chainmail.png);
    background-position: top right;
    background-repeat: repeat-y;
    background-size: auto;
}

.chainmail2 {
    background-image: url(../img/slider/chainmail2.png);
    background-position: top right;
    background-repeat: repeat-y;
    background-size: auto;
}

.p-card {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #F5A623;
}

.status {
    width: 85px;
    min-width: 85px;
    height: 25px;
    line-height: 25px;
    background-color: #F5A623;
    color: #343434;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    margin-left: 13px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.specs {
    text-transform: uppercase;
    font-size: 12px;
    height: auto;
    margin: 0px 0px 15px 0px;
    line-height: 15px;
    font-weight: 600;
}

.specs2 {
    text-transform: uppercase;
    font-size: 12px;
    height: auto;
    line-height: 15px;
    font-weight: 600;
}

.prod-name {
    height: auto;
}

.prod-name2 {
    height: 65px;
}

.part-name {
    height: 80px;
}

.part-name2 {
    height: 145px;
}

.part-name3 {
    height: 70px;
}

.price {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: left;
    line-height: 41px;
}

.model {
    height: 30px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
}

.product-image {
    width: 100%;
    height: 200px;
    /*    background-color: #F5A623;*/
}

.location,
.call,
.info,
.email {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.location {
    background-image: url(../img/icons/location.svg);
}

.call {
    background-image: url(../img/icons/call.svg);
}

.info {
    background-image: url(../img/icons/info.svg);
}

.email {
    background-image: url(../img/icons/email.svg);
}

.pdf {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/icons/pdf-outline.svg);
}

.yt {
    width: 70px;
    height: 70px;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/icons/youtube.svg);
}

.bt-1 {
    border-top: 1px solid #f2f2f2;
}

.copyright {
    margin-left: 6%;
    font-size: 13px;
}

.powered {
    margin-left: 6%;
    font-size: 13px;
    text-align: right;
}


.copyright-sec {
    padding: 5px 0px !important;
}

/*user login*/
.user-sign-in {
    right: 20px;
    position: fixed;
    bottom: 20px;
    z-index: 1080;
    opacity: .2;
}

.user-sign-in:hover {
    opacity: 1;
}



.user-sign-in i {
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: #343434 solid 2px;
    border-radius: 40px;
    padding: 8px 10px;
    color: #343434;
    background-color: rgba(255, 255, 255, .5);
}
