body{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    min-height: 100vh;
}
.container{
    flex-grow: 1;
}
footer{
    flex-basis: 100px;
}
#popup{
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.699219);
    overflow-x: hidden;
    overflow-y: auto;
}
#popup_content{
    top: 10%;
    width: 40%;
    position: absolute;
    left: 20%;
    background: #fff;
    color: #666666;
    border-radius: 15px;
    padding: 5px;
    border: 5px solid #ccc;
}
#close_popup{
    height: 15px;
    width: 15px;
    cursor: pointer;
    float: right;
    margin: 5px 5px 0px 0px;
    background-image: url(../admin/images/cross_15.png);
    background-repeat: no-repeat no-repeat;
}
.header{
    color:#fff;
    padding: 0%;
}
nav{position: relative;z-index: 3;}
.navbar{
    min-height: auto;
}
/*.logo{
text-align:center;font-size: 23px;font-weight: bold;
}*/
.logo{
    height: 270px;
    width: 240px;
    margin-top: -120px;
    background: url('../images/Logo 1.png') center no-repeat;
    background-size: contain;
}
.container{
    width:70%;
    position: relative;
    padding: 3% 5%;
}
.header .container{
    width:100%;
    padding:0%;
}
.title{color: rgb(215,125,6);font-weight: bold;}
.sub-title{color: rgb(0,41,66);}
.contact{
    font-size: 1.2em;
    font-weight: normal;
    color:#ffffff;
    float:right;
    margin: 0;
    position: absolute;
    top: 40%;
    right: 3%;
    letter-spacing: 0.1em;
}
.buyer_line{text-align: center;font-weight:bold;}
.seller_line{
    text-align: center;font-weight:bold;
    font-size: 0.8em;color:rgb(0,41,66);
    margin-top: 3%;
}
.search{
    /*background: url(../images/search_bg.jpg) bottom no-repeat;margin-bottom:3%;*/
    padding:0;min-height:225px;
}
.form-control{
    border-color: #959595;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgb(215,125,6);
}
.navbar-default{
    background-color: transparent;
    border: none;
border-radius: 0;
margin:0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(0,41,66);
    color: #ffffff;
}
#mainNav{
    background-color: rgb(0,41,66);
    border: 1px solid rgb(0,41,66);
    padding: 1em;
    width: 100%;
    height: 15%;
    position: relative;
}
.sNav{
    background-color: rgb(215,125,6);
    border: 1px solid rgb(215,125,6);
}
#subNav{
    background-color: rgb(215,125,6);
    border: 1px solid rgb(215,125,6);
    padding-bottom: 0.1em;
}
#subNav ul{
    padding: 0.3em;
    font-size: 1.1em;
    text-align: center;
}
#subNav li{
    display: inline-block;
}
#subNav .m{
    padding: 0 0em;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.01em;
}
#subNav .m::after{
    content: '|';
    color: rgb(0,41,66);
    padding: 0 4em;  
}
#subNav span .m::after{
    content: none;
}
#subNav .menu_active{
    color: rgb(0,41,66);
}
#subNav ul li .m:hover, #subNav ul li .m:active{
    color: rgb(0,41,66);
    background-color: transparent;
}
.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:active:hover, .btn-success:active:focus{
    background-color: rgb(215,125,6);
    border: 1px solid rgb(215,125,6);
    outline: none;
}
.series{cursor:pointer;}
.btn{border-radius: 5px;}

.divider-or{
    margin-bottom:3%;margin-left: 30%;
}

.one {
    background: url(../images/1.png) left no-repeat;
    background-size:contain;
    min-height: 45px;
}
.two {
    background: url(../images/2.png) left no-repeat;
    background-size:contain;
    min-height: 45px;
}
.three {
    background: url(../images/3.png) left no-repeat;
    background-size:contain;
    min-height: 45px;
}
.text{padding-top: 0.9%;padding-left: 1%;}
.product_img_lg img{ height: 10em; width: auto;}
.product_img_lg{
    text-align: center;
}
#sell_mobile{
    margin: 2% 0%;
    font-size: 1em;
    padding: 2%;
}
.product_img_sm{ height: 100px;cursor: pointer;}
.product_price{text-align:center;}
.product_price {
    text-align: center;
    margin: 2% 0%;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 2%;
    font-weight: bold;
    font-size: 1em;
}
.large{display:block;}
.small{display:none;}
.pay_cash{width: 100%;text-align: center;border-top: 1px solid #ccc;padding: 2%;margin-bottom:5%;}
.product_name{text-align: center;padding: 1%;font-size: 14px;color:rgb(0,41,66);min-height: 63px;}
.price{text-align: center;padding: 1%;font-size: 14px;min-height: 45px;}
.filter_box{border:1px solid #ccc; border-radius: 3px;margin-bottom:2%; padding: 0px;}
.filter_header{border:1px solid #ccc;padding: 2%;background:#ccc;text-align: center;}

footer{
    width: 100%;
    color: white;
    text-align: center;
}
footer .top{
    background-color: rgb(51,51,51);
    margin: 0;
    padding: 1%;
    display: inline-block;
    width: 100%;
}
footer .bottom{
    background-color: rgb(22,22,22);
    margin: 0;
    padding: 0.2%;
}
footer ul{
    list-style-type: none;
    padding: 0;
    margin:0;
}
footer ul li{
    display: inline-block;
    margin: 0;
    margin-right: 0.3em;
    padding: 0;
    background: transparent;
    width: 2em;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    font-size: 1.5em;
    color: #ffffff;
}
footer .f1{
    background-color: rgb(207,0,75);
}
footer .f2{
    background-color: rgb(57,104,170);
}
footer .f3{
    background-color: rgb(0,164,243);
}
footer .f4{
    background-color: rgb(79,206,93);
}
footer .f1:hover{
    color: rgb(207,0,75);
    background-color: rgb(245,149,184);
}
footer .f2:hover{
    color: rgb(57,104,170);
    background-color: rgb(136,177,237);
}
footer .f3:hover{
    color: rgb(0,164,243);
    background-color: rgb(157,204,227);
}
footer .f4:hover{
    color: rgb(79,206,93);
    background-color: rgb(148,255,160);
}
@media screen and (max-width: 767px){

    #popup_content{
        left: 5% !important;
        position: absolute;
        top: 10%;
        width: 90% !important;
    }
    .header .container , .container{
        width:100%;
    }
    .navbar-brand{
        width:100%;
        margin:auto;
    }
    .logo{
        width:100%;
    }
    .navbar-header{
padding-bottom: 0px;
padding-top: 6px;
}
#subNav ul li{
    display: block;
    padding-bottom: 1%;
}
#subNav .m{
    text-align: left;
}
#subNav .m::after{
    content: none;
    padding: 0;
}
.search{
    margin-top: 3%;
}
    .contact{
        font-size: 1.2em;
        font-weight: normal;
        padding-top:4%;
        color:#ffffff;
        width:100%;
        margin:auto;
        position: relative;
        top:0%;
        right: 0%;
        text-align: center;
    }
    #subNav ul{
    padding: 0.3em;
    padding-top: 3%;
    font-size: 1.1em;
    text-align: left;
}
footer .top{
    padding: 2%;
}
        .promotion_image{height: 80px;}
        .howitworks_image{height: 200px;}
    /*.logo{text-align: left;margin-top: 3%;}*/
    .seller_line{font-size: 0.5em;margin-top: 15%;}
    .num {min-height: 35px;}
    .text{min-height: 25px;margin-bottom:5%;padding-top: 0%;padding-left: 0%;}
    .product_img_lg{ height: 150px;}
    .product_img_sm{ height: 75px;}
    .large{display:none;}
    .small{display:block;}
    .copyright{text-align:center;}
    .filter_header{padding:0px;}
}
@media screen and (min-width: 768px) and (max-width:1024px ) {
    .divider-or{
        margin-left: 20%;
    }
}
@media screen and (min-width:461px ) and (max-width: 767px)  {
    .divider-or{
        margin-left: 15%;
    }
}
@media screen and (max-width: 460px) {
    .divider-or{
        margin-left: 0px;width:100%;
    }
}

/*
Step Bar which indicates progress when the user arrives at the step, and 
indicates the end of the progress with a different shape and color.
*/
.bs-wizard {margin-top: 0.5%;}
.bs-wizard a{
    color: maroon;
}

.bs-wizard {padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: rgb(120,120,120); font-size: 16px; margin-bottom: 0;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: yellow; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 20px; height: 20px; display: block; background: rgb(83,140,2); top: 40px; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 10px; height: 10px; background: rgb(162,224,74); border-radius: 50px; position: absolute; top: 5px; left: 5px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 6px; box-shadow: none; margin: 10px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: rgb(83,140,2);}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {}
.bs-wizard > .bs-wizard-step:last-child  > .bs-wizard-dot:last-child {background-color: #f5f5f5;left:100%;border-radius:0%;}
.bs-wizard > .bs-wizard-step:last-child  > .bs-wizard-dot:last-child:after {opacity: 0;}
/*Definitions only for active status*/
.bs-wizard > .bs-wizard-step.active .bs-wizard-stepnum {font-weight:bold}
/*Definitions for disabled status*/
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard > .bs-wizard-step.disabled .bs-wizard-stepnum {color: rgb(120,120,120);}
/*Definitions for complete status*/
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.complete:last-child  > .bs-wizard-dot:last-child {background-color: rgb(83,140,2);}
.bs-wizard > .bs-wizard-step.complete:last-child  > .bs-wizard-dot:last-child:after {opacity: 1; border-radius: 0%;}
.bs-wizard > .bs-wizard-step.complete .bs-wizard-stepnum {opacity: 1;color:maroon;}

#products_display{
    padding:0;
}