/*HEADER*/
.evisionBox {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 20px;
    z-index: 1000;
    background-color: lightblue;
}

    .evisionBox p {
        padding: 0;
    }

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-inverse {
    background-color: black;
}

    .navbar-inverse a {
        color: #ffffff;
    }

.navbar.navbar-nav > li:hover {
    background-color: white;
}
/*HEADER END*/

/*BOOTSTRAP OVERRIDE*/
.btn-dark-override {
    background-color: black;
    border-color: #212121;
    color: white;
}

.btn-dark-override span {
    color: white;
}

a.btn-dark-override {
    color: white;
}

.btn > .fa {
    margin-top: 3px;
    margin-right: 5px;
}

.btn-action {
    color: white;
    border-radius: 0;
    text-transform: uppercase;
}

.btn-no-styling {
    background: none;
    color: white;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: inherit;
}

.row-eq-height {
    display: flex;
}

    .row-eq-height .align-bottom {
        position: absolute;
        width: 100%;
        bottom: 20px;
    }

.navbar-toggler {
    padding: 10px 15px;
    background-color: transparent;
    border-color: transparent;
}

.navbar-brand {
    float: right;
}

    .navbar-brand img {
        height: 20px;
    }

.navbar-inline {
    display: flex;
}

.navbar-collapse.in {
    overflow-y: inherit;
}

.navbar-small-right {
    float: right;
    margin-right: 0;
}

.navbar-small-left {
    float: left;
}

.catprodtable {
    margin-left: -15px;
}

.carousel-caption {
    margin-bottom: 30px;
}

    .carousel-caption h1 {
        font-size: 100px;
    }

    .carousel-caption p {
        font-size: 20px;
        padding-bottom: 30px;
    }

.carousel-thumbnail-box {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.carousel-thumbnail {
    margin: 10px 5px 0px 5px;
    cursor: pointer;
}

.carousel-thumbnail-active {
    border-width: 2px;
    border-color: darkred;
    border-style: solid;
    border-radius: 5px;
}

.table-responsive {
    overflow-x: inherit;
}

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

.glyphicon {
    text-decoration: none;
}

.dropbtn {
    background-color: transparent;
    /*color: white;*/
    padding: 11px 15px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
    text-align: left;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #EEEEEE;
}

/*BOOTSTRAP OVERRIDE END*/

body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #212121;
    line-height: 24px;
}

a {
    color: #212121;
}

img {
    max-width: 100%;
}

.account-container {
    max-width: 800px;
}

.start-section {
    padding-bottom: 50px;
    padding-top: 50px;
}

.section-small {
    padding: 31px 0;
}

    .section-small .col-md-4 {
        border-right: 1px solid lightgray;
    }

        .section-small .col-md-4:last-of-type {
            border-right: 0px solid lightgray;
        }

.border-left {
    border-left: 0;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.row-divider {
    border-bottom: 1px solid lightgray;
    margin-bottom: 20px;
}

.row-padding-bottom {
    padding-bottom: 50px;
}

.product-thumb {
    min-height: 200px;
    min-width: 200px;
    max-height: 300px;
    max-width: 300px;
}

.shop-banner {
    margin-left: 1px;
}

.categoryTitle h1 {
    font-size: 30px;
    float: left;
    margin-top: 10px;
    line-height: 32px;
    color: #f44336;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.categoryTitle h3 {
    font-size: 16px;
    line-height: 32px;
    color: #f44336;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.5px;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 18px;
}

.product-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.link {
    cursor: pointer;
    color: black;
}

.p-price {
    color: #f44336;
    font-size: 19px;
}

.p-description {
    overflow: auto;
}

.p-stock {
    margin-bottom: 0;
}

.p-stock-available {
    color: forestgreen;
    font-weight: bold;
}

.p-stock-unavailable {
    color: darkred;
    font-weight: bold;
}

.p-stock-delivery {
<<<<<<< HEAD
    font-size:14px;
=======
    font-size: 10px;
>>>>>>> 2bdda06eff5d907e26f17da4e11f03d3ab5920ff
}

.p-add-button {
    padding-left: 50px;
}

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

.product-categories li {
    position: relative;
    z-index: 1;
}

    .product-categories li.cat-parent:after {
        position: absolute;
        right: 14px;
        top: 10px;
        content: "\f107";
        font-family: 'FontAwesome';
        font-size: 18px;
        cursor: pointer;
    }

    .product-categories li ul li.cat-parent:after {
        top: 7px;
        right: 12px;
    }

.menutoggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    z-index: 3;
    cursor: pointer;
    border: 1px solid #eee;
    border-left: 0;
    background-color: rgba(0,0,0,0.03);
}

.product-categories ul li .menutoggle {
    height: 34px
}

.categoryTitle .collapsed .children {
    display: none;
}

.product-categories li.cat-parent.collapsed:after {
    content: "\f105";
}

.product-categories li:hover:after {
    color: #f44336;
}

.product-categories > li a {
    line-height: 36px;
    text-transform: uppercase;
    display: block;
    border: 1px solid #eee;
    padding-left: 10px;
    margin-bottom: 6px;
}

.product-categories > li.cat-parent a {
    margin-right: 36px;
    border-right: 0;
}

.product-categories > li a span {
    color: #9e9e9e;
    display: inline-block;
    padding-left: 3px;
}

.product-categories > li ul {
    margin: 0;
    padding-left: 10px;
    list-style: none;
}

.product-categories > li.cat-parent ul a {
    border-right: 1px solid #eee;
    margin-right: 0;
}

.product-categories > li ul li a {
    text-transform: none;
    line-height: 32px;
}

.product-categories .collapsed ul.children {
    display: none;
}

.invalid-feedback {
    font-weight: bold;
    color: red;
}

.addressInputCheckbox {
    margin-right: 5px;
}

.total-text-holder {
    white-space: nowrap;
}
/*ORDER OVERVIEW*/
.ov-image img {
    height: 50px;
    width: 50px;
}

.ov-text {
    margin-top: 15px;
}

.ov-price {
    white-space: nowrap;
}

.ov-qty {
    width: 126px;
}

    .ov-qty .ov-text {
        display: inline;
    }

    .ov-qty.form-control {
        display: inline;
    }

.ov-remove {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 10px;
}

.ov-apply-coupon span {
    margin-top: 5px;
}

.ov-quick-order {
    margin-top: 20px;
}

    .ov-quick-order * {
        float: right;
        margin-left: 10px;
    }

.ov-border-top {
    border-top: 1px solid lightgray;
    padding-top: 20px;
    margin-top: 10px;
}

.ov-border-right {
    border-right: 1px solid lightgray;
    padding-right: 20px;
    margin-right: 10px;
    margin-top: 10px;
}

.ov-hidden {
    display: none;
}

.ov-save-order {
    border: 1px solid #eee;
    padding: 10px;
    margin-top: 30px;
}

.ov-actions-right {
    float: right;
}

.ov-login {
    text-align: right;
}

.shipping-address {
    display: none;
}

.cartlinedesc {
    min-width: 300px;
}

.ov-actions .pull-left {
    margin-right: 10px;
}
/*END ORDER OVERVIEW*/
/*CHECKOUT*/
.mb-3 {
    padding-bottom: 10px
}
/*END CHECKOUT*/
/*FOOTER*/
footer ul {
    padding: 0;
}

    footer ul li {
        list-style-type: none;
    }

        footer ul li * {
            line-height: 36px;
            text-decoration: none;
        }

        footer ul li a:hover {
            color: red;
            text-decoration: none;
        }

.text-red {
    color: red;
}

.client-image {
    border-radius: 50px;
    width: 100px;
}

.card-image {
    height: 50px;
    width: 100px;
    margin-right: 5px;
    margin-left: 5px;
}

.footer-bottom {
    background-color: black;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
}

footer .container {
    border-top: 1px solid lightgray;
}

.footer-bottom .container {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 0px solid lightgray;
}

.evision a {
    color: red;
    text-decoration: none;
}

    .evision a:hover {
        color: darkred;
        text-decoration: none;
    }

/*ORDER HISTORY*/
.nav-sidebar {
    height: 100%;
    width: 100%;
    padding: 30px 0;
    border-right: 1px solid #ddd;
}
/**/
#myModal {
    display: block;
}

.modal-content {
    max-width: 500px;
    margin: 50px auto;
}

a.underline {
    text-decoration: underline;
}

.HideField {
    display: none;
}

.deladdrbutton {
    display: none;
}

.default-page {
    margin-bottom: 20px;
}

#paywithcard {
    margin-bottom: 20px;
}

/* Custom Header Styles */
.header__top ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__top .text-right ul {
    float: right;
}

.header__top ul + ul {
    margin-right: 15px;
}

.header__top li {
    float: left;
}

    .header__top li a {
        padding: 11px 15px;
        display: block;
    }

.header__middel-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .header__middel-container a {
        color: #000;
        font-size: 16px;
        margin: 15px;
    }

    .header__middel-container .navbar-form .form-control {
        min-width: 300px;
        background: #d8d7d7;
        border: none;
        border-radius: 17px 0 0 17px;
        box-shadow: none;
    }

    .header__middel-container .navbar-form .input-group-addon {
        border-radius: 0 17px 17px 0;
        border: none;
        background: #696868;
        padding: 0;
    }

        .header__middel-container .navbar-form .input-group-addon button {
            background: none;
            border: none;
            color: #fff;
            display: block;
            padding: 0 10px;
        }

.tableproduct {
    padding-top: 20px;
    min-height: 430px;
    box-shadow: 3px 4px 4px -4px #999;
}

.bodycontent {
    min-height: 500px;
}

.center {
    text-align: center
}

.relative {
    position: relative;
    clear: both;
    overflow: auto;
    display: block;
}

.LoginCheckBox {
    margin-top: 6px;
    margin-left: 0;
}

.bigbanner > .container {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.bigbanner h2 {
    font-size: 100px;
}

.bigbanner h3 {
    font-size: 40px;
}

.field-validation-error {
    color: red;
}

/* faceted view */
.product-filter > div {
    padding: 15px;
}

.product-filter .filter-reset-top {
    overflow: auto;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.filter-reset-top a {
    float: right;
}

.product-filter, .faceted_products {
    background-color: #eee;
}

.product-filter_group_reset {
    float: right;
}

.bgcol_class {
    background-color: #fff;
}

.productlist_sorting {
    overflow: auto;
    padding: 15px;
}

    .productlist_sorting div {
        float: right;
    }

    .productlist_sorting label {
        margin-right: 5px;
    }

.product-item {
    padding: 15px 0;
}
/* Mobile Menu stuff */
.navbar-toggler {
    display: none;
}

.navbar-brand {
    display: none;
}

.footer-bottom .evision-copyright, .evision-copyright a {
    color: #333;
    margin: 0;
    padding: 0;
    margin-top: -24px;
    text-align: right;
}

/*Banner*/
.bigbanner .carousel-caption {
}

/* Labtop screen */
@media screen and (max-width: 1366px) {
}
/* iPad Landscape */
@media screen and (max-width: 1024px) {
    .bigbanner .carousel-caption {
    }

    .bigbanner h2 {
        font-size: 80px;
    }

    .bigbanner h3 {
        font-size: 35px;
    }
}
/* iPad Portrait */
@media screen and (max-width: 769px) {
    .bigbanner h2 {
        font-size: 80px;
    }

    .bigbanner h3 {
        font-size: 35px;
    }
}
/* Smartphone Landscape */
@media screen and (max-width: 640px) {
    .navbar-toggler {
        display: block;
    }

    .navbar-brand {
        display: block;
    }
}
/* Smartphone Portrait */
@media screen and (max-width: 360px) {
}

/*@media screen and (min-width: 1600px) {
    .carousel-caption {
        margin-bottom: 120px;
    }
} 
@media screen and (min-width: 1200px) {
    .carousel-caption {
        margin-bottom: 60px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler, .navbar-expand-lg .navbar-brand {
        display: none;
    }
}
@media (min-width: 768px) {

    .navbar-toggler, .navbar-brand {
        display: none;
    }
}
@media screen and (min-width: 200x) {
    .carousel-caption {
        display: none;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1200px) {
        .carousel-caption p {
            font-size: 15px;
            padding-bottom: 10px;
        }
        .carousel-caption h1 {
            font-size: 80px;
        }
}
@media(max-width:992px) {
    .ov-apply-coupon,
    .ov-actions, .ov-login {
        text-align: center;
        padding: 10px;
        float: none;
    }
    .carousel-caption {
        display: none;
    }
}
@media (max-width: 768px) {
    .col-md-4-center {
        text-align: center;
    }

    .nav-hide {
        display: none;
    }

    .row-eq-height {
        display: block;
    }

    .row-eq-height .align-bottom {
        position: relative;
        padding-top: 30px;
    }

    .ov-border-right {
        border-right: 0px solid lightgray;
        border-bottom: 1px solid lightgray;
        padding-bottom: 20px;
    }

    .evisionBox {
        right: 0;
        left: auto;
    }

    .item img{
        width:100%;
    }

    .dropdown {
        padding: 10px 15px;
    }

    .dropbtn, .dropdown-toggle {
        padding-left: 0;
    }

    .dropdown-content {
        display: block;
        position: relative;
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    }

    .carousel-caption p {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .table-responsive {
        overflow-x: inherit;
    }
}*/
.d-flex {
    display: flex;
}
<<<<<<< HEAD
.f-wrap {
    flex-wrap: wrap;
}
=======

.f-wrap {
    flex-wrap: wrap;
}

>>>>>>> 2bdda06eff5d907e26f17da4e11f03d3ab5920ff
@media screen and (max-width: 360px) {
    .align-sm-center > div {
        margin: 0 auto;
        text-align: center;
    }
<<<<<<< HEAD
}
=======
}
>>>>>>> 2bdda06eff5d907e26f17da4e11f03d3ab5920ff
