body {
    background: #E0E0E0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #404040;
}

a {
    outline: none !important;
}

img {
    max-width: 100%;
}

html,
body,
button {
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.navbar-default {
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    margin-bottom: 0;
}

.z-depth-1 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-2 {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4 {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}


/*============================= header ================================*/



/*===============================*/

.data-bg-frame {
    background: #fff;
    padding-bottom: 50px;
    min-height: 90vh;
    padding-top: 30px;
}

.page-header {}


/*============================== footer ====================================*/

.footer {
    width: 100%;
    float: left;
    background: #000000;
    padding: 10px 0;
}

.footer p {
    margin-bottom: 0;
    text-align: center;
    color: #646464;
}


/*==================== pop up ==============================================*/

.cart-table-popup {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.cart-table-popup .mfp-close {
    color: #fff;
}

.cart-table-popup .padding-maker {
    padding: 15px;
}

.cart-table-popup h4,
.cart-table-popup p,
.cart-table-popup li {
    color: #666;
}

.product_details_list {
    margin-left: 0;
    padding-left: 0;
}

.product_details_list > li {
    list-style: none;
    float: left;
    width: 100%;
}

.price_wrap {
    position: relative;
    float: left;
    width: 100%;
    min-height: 100px;
    border-radius: 2px;
    background: #f5f5f5;
    border: 1px solid #d2d2d2;
    margin: 20px 0 15px;
    padding: 10px;
}

.price_wrap .prze {
    text-decoration: line-through;
}

.price_wrap .n_prze {
    margin: 0;
    width: 100%;
}

.price_wrap .btn {
    background: #fd7100;
    border: 1px solid #fd7100;
    margin: 10px 0;
    color: #fff;
}

.price_wrap .btn:hover {
    background: #DA6300;
}


/*============================= inner pages ================================*/

.btn {
    outline: none !important;
    border-radius: 0 !important;
}

.form-control {
    border-radius: 0 !important;
}

.section_inner_banner {
    background-color: #9E9E9E;
    color: #fff;
    background-size: cover;
}

.section_inner_banner .table-row {
    display: table;
    width: 100%;
    float: left;
}

.section_inner_banner .table-cell {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section_inner_banner .table-cell h3 {
    color: #fff;
    margin: 0;
    text-transform: none;
}

.section_inner_banner .table-cell h3 small{
    color: #ECECEC;
}

.contact-us-form {
    background-color: #9E9E9E;
    border: 0;
    border-radius: 0;
}

.contact-us-form label,
.contact-us-form legend {
    color: #fff;
}

.contact-us-form label {
    font-weight: 300;
}

.contact-us-form legend {
    border-bottom: 1px solid #B2B2B2;
}

.contact-us-form .btn {}

table.cart-table {
    background: #fff;
    color: #666;
}

.table.cart-table > tbody > tr > td,
.cart-table th {
    text-align: center;
    vertical-align: middle;
}

.cart-table .fa-close {
    color: red;
}

.jumbotron p {
    font-weight: 300;
}


/*============================= utility classes ============================*/

.top-margin-eraser {
    margin-top: 0 !important;
}

.right-margin-eraser {
    margin-right: 0 !important;
}

.bottom-margin-eraser {
    margin-bottom: 0 !important;
}

.left-margin-eraser {
    margin-left: 0 !important;
}

.top-padding-eraser {
    padding-top: 0 !important;
}

.right-padding-eraser {
    padding-right: 0 !important;
}

.bottom-padding-eraser {
    padding-bottom: 0 !important;
}

.left-padding-eraser {
    padding-left: 0 !important;
}

.item-sold-out{
    
}
/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media (max-width: 1199px) {}


/* Medium Devices, Desktops */

@media (max-width: 991px) {
    .home-slider-wrap .owl-wrapper-outer {
        height: 250px;
    }
    .home-slider-wrap .table-cell-maker {
        height: 250px;
    }
    .home-slider-wrap .item img {
        height: 250px;
    }
    .home-slider-wrap .table-cell-maker h4 {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 100;
    }
    .login-signup-wrap {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        width: 100%;
        padding-left: 10px;
    }
    .login-signup-wrap .navbar-text {
        float: right !important;
    }
    .navbar-default .navbar-brand {
        width: 170px;
    }
    .navbar-header {
    }
}


/* Small Devices, Tablets */

@media (max-width: 767px) {}


/* Extra Small Devices, Phones */

@media (max-width: 450px) {
    figure.effect-zoe figcaption .fa-cart-plus {
        display: none;
    }
}


/* Custom, iPhone Retina */

@media (max-width: 320px) {}

@media (min-width: 992px) {
    .navbar-nav>li>a {
        font-size: 17px;
        position: relative;
        padding-top: 49px;
        padding-bottom: 49px;
        transition: all 0.1s ease-out;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #00ff00;
    }
}

@media (min-width: 1200px) {
    .home-slider-wrap .table-cell-maker h1 {
        font-weight: 400;
        font-size: 50px;
    }
    .section_inner_banner,
    .section_inner_banner .table-row,
    .section_inner_banner .table-cell {
        min-height: 100px;
    }
}


/*----------------------- signup - login ----------------------*/

.login-signup-wrap {
    margin: 44px 0 10px 25px;
}

.login-signup-wrap .navbar-text {
    padding: 0;
    margin: 7px 0;
}

.login-signup-wrap .dropdown {
    border-radius: 0
}

.login-signup-wrap .btn {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.login-signup-wrap .dropdown-menu {
    border-radius: 0;
}

.adv-wrap{
    min-height: 100px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
