﻿/* general ====================================== */
p {
    margin: 0;
}

.full-height {
    height: 100% !important;
}
/* body ========================================= */
body {
    background-color: black;
}
/* navbar ======================================= */
.navbar {
    border-radius: 0px;
    border: 0;
    border-bottom: 0.5px solid grey !important;
}

.navbar .container-fluid {
    height: 100%;
}

.navbar-default {
    background-color: black;
    border-color: #e7e7e7;
    padding-top: 0;
    padding-bottom: 0;
    height: 75px;
}

.navbar-brand {
    height: 100%;
    padding: 15px;
}

.brand-img {
    height: 100%;
}

.input-verification {
    background-color: black;
    border: none;
    border-bottom: 1px solid grey;
    color: #fff;
    width: 100%;
}
.input-verification:focus {
    outline: none;
    border-bottom: 2px solid #e0a800;
}

.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase;
    transition: color 0.4s ease 0s;
    color: #fdd300;
    letter-spacing: 1vh;
}

li.nav-item {
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.nav-item.active a.nav-link {
    color: white !important;
}

.nav-item.active a.nav-link:hover {
    cursor: pointer;
}

.nav-item:hover > a.nav-link {
    color: white;
    cursor: pointer;
}

.nav-item:hover .products-menu {
    /*display: block;*/
    opacity: 1;
    max-height: 250px;
    height: 250px;
}

.rotate {
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.nav-item:hover .rotate {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
    }
}

/*@media only screen and (max-width: 1024px) and (max-height: 768px) {
}*/

@media (min-width: 768px) {
    .navbar-brand {
        margin-left: 0;
    }
}

/* products-menu =================================== */
.products-menu {
    position: absolute;
    width: 100%;
    background-image: linear-gradient(black, #222);
    top: 100%;
    left: 0;
    /*display: none;*/
    box-shadow: 0 0 8px rgb(0, 0, 0);
    transition: all 0.4s ease-out;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    z-index: 100;
}

.products-menu:hover {
    display: block;
}

.products-menu .product-img {
    height: 80%;
}

.products-menu .product-title {
    color: #ffffffe0;
    text-align: center;
    text-transform: uppercase;
}

.products-menu .categories {
    height: 100%;
}

.products-menu .product-container {
    cursor: pointer;
    height: 100%;
}

.section {
    width: 100%;
}

.section.popular {
    background-image: url("../images/bg.png");
    background-position-x: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 60px;
}

.section.popular .items {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section.popular .items-container {
}

.section.popular .item {
    overflow-y: hidden;
    margin-bottom: 5px;
}

.section.popular .item .item-container {
    display: flex;
    flex-direction: column;
    background-color: rgba(34, 34, 34, 0.75);
    box-shadow: 0 0 8px rgb(0, 0, 0);
    height: 100%;
    cursor: pointer;
}

.section.popular .item .item-img {
    height: 200px;
    padding: 10px;
}

.section.popular .item .item-title {
    padding: 15px;
    background-color: #222;
}

.section.popular .item .item-title p {
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    text-align: left;
}

.section.popular .item .item-title span {
    color: #fdd300;
    font-weight: 100;
}

.section.popular .item .item-details {
    padding: 0 15px;
    color: wheat;
}

.section.popular .item .item-details p {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section.popular .item img {
    height: 100%;
}

p.title {
    color: white;
    margin: 5% 0;
    text-transform: uppercase;
    font-size: 250%;
    font-weight: 700;
}

p.title span {
    font-weight: 400;
    color: #fdd300;
}

h1.title {
    color: white;
    margin: 5% 0;
    text-transform: uppercase;
    font-size: 250%;
    font-weight: 700;
}

h1.title span {
    font-weight: 400;
    color: #fdd300;
}

#c-charger {
    background-image: url("/Content/images/category-charger.png");
}

#c-battery {
    background-image: url("/Content/images/category-battery.png");
}
/* banner =============================== */
.banner img {
    width: 100%;
}

.breaker {
    border: 0.5px solid #191919;
}

.section.security {
    padding-bottom: 60px;
}

.section.contact {
    padding-bottom: 60px;
}

.section.about {
    padding: 5%;
}

.section.products {
    padding: 5%;
}

.section.products .box {
    margin: 35px 0;
}

.section.products .product {
    transition: background-color linear 0.5s;
}

.section.products .product:hover {
    cursor: pointer;
    background-color: rgba(34, 34, 34, 0.75);
}

.section.products .product .img {
    padding: 35px 20px 0 20px;
}

/*.section.products .product .img img {
				-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(250, 250, 250, 0.1)));
			}*/

.section.products .product .title {
    margin: 0px;
    padding: 20px 0 35px 0;
    font-size: 125%;
}

.section.warranty {
    padding-bottom: 60px;
}

.section.warranty .header {
    text-decoration: underline;
}

.section.warranty .header.important {
    color: red;
}

.section.warranty .sub-header {
}

.section.product {
    padding: 5%;
}

.section.product .box {
    border: 1px solid #222;
    padding: 80px;
}

.p-img {
    border: 1px solid #222;
    padding: 5px;
}

.p-img:hover {
    cursor: pointer;
    background-color: rgba(250, 250, 250, 0.2);
}

.p-img.selected {
    background-color: rgba(250, 250, 250, 0.1);
}

.section.product .box > img {
    transition: transform 0.5s ease-in;
}

.section.product .box:hover > img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Angular Material ================================ */
md-input-container .md-placeholder,
md-input-container label:not(.md-no-float):not(.md-container-ignore) {
    letter-spacing: 5px;
}

.md-button {
    margin: 0px !important;
}

.row-list {
    display: flex;
    flex-direction: row;
    padding: 0;
    list-style: none;
}

.column-list {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    padding: 0px;
    list-style: none;
}

.link {
    padding: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    cursor: pointer;
}
/*Top bar Styles*/
.mob-bar {
    display: none;
}

@media (max-width: 788px) {
    .mob-bar {
        display: inline-block;
        font-size: 28px;
        position: relative;
        top: 7px;
    }
}

.side-bar-top {
    height: 100%;
    width: 100%;
    background-color: black;
    position: absolute;
    top: 0;
    z-index: 50;
    left: 0;
}

.fa-times {
    color: white;
    font-size: 22px;
    float: right;
    margin: 20px;
}
