
@media only screen and (max-width: 767px){
    header{
        padding-bottom: 10px;
    } 
    .s_top h3{
        text-align: right;
    }
}
header .row{
    align-items: center;
}
.padng{
    padding: 40px 0;
}
.s_top h3 span{
    font-size: 15px;
    color: #000;
    font-weight: normal;
}
.s_top h3{
    font-weight: bold;
    color: #076042;
}
.free p{
    text-align: center;
}
.s_top1 .navbar-brand img{
    max-height: 100px;
    width: auto ;
    max-width: 120px;
}

/* Items */
.uk_item_list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.uk_item_list{
    margin-bottom: 30px;
}
.sticky-top{
    z-index: 1 !important;
}
.uk_item_list.sticky-top{
    top: 80px;
}
.uk_item_list ul li{
    margin-bottom: 20px;
}
.uk_item{
    border: 1px solid #ddd;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.i_img img{
    width: 80px;
}
.b1, .b2{
    display: flex;
}
.b2{
    align-items: center;
}
.b1 .i_img{
    min-width: 80px;
}

.i_details{
    padding-left: 20px;
}
.i_price i{
    color: #ccc;
    font-size: 18px;
}
.i_price{
    color: #000;
    font-size: 20px;
}
.i_add{
    margin: 0 10px 0 20px;
}
.i_add i{
    padding: 10px;
    background: #076042;
    color: #fff;
    cursor: pointer;
}
.i_add:hover i{
    background: #fdaf31;
}
@media only screen and (max-width: 600px){
    .i_details h5{
        font-size: 16px;
    }
    .i_add{
        margin-left: 10px;
        margin-right: 0;
    }
    .i_details{
        padding-left: 10px;
    }
    .i_price{
        font-size: 18px;
        min-width: 50px;
    }
    .b1 .i_img{
        min-width: 60px;
        max-width: 60px;
    }
    .b2{
        min-width: 100px;
    }
}

.basicdetails, .orderdetails{
    padding: 20px;
    border: 1px solid #ddd;
}
.orderdetails{
    margin-bottom: 30px;
}
.order{
    padding-top: 10px;
}
.formm input:focus, textarea:focus, .btn:focus, select:focus{
    box-shadow: 1px 1px 10px #ddd !important;
    border: 1px solid #ccc !important;
}
.btn{
    background: #076042 !important; 
    color: #fff !important;
}
.btn:hover{
    background: #fdaf31 !important;
}

.o_item{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px 20px;
    margin-top: 10px;
}
.o_item{
    text-align: center !important;
}
.o_item a span{
    border: 2px solid #555;
    padding: 5px 8px;
    font-weight: bold;
    cursor: pointer;
}
.o_item .s{
    min-width: 200px;
    padding-left: 20px;
    text-align: left;
}

.pricing{
    display: block;
    padding: 20px 0 0;
    clear: both;
}
.p_left{
    float: left;
}
.p_right{
    float: right;
}
.pricing span i{
    font-size: 14px;
}
.pricing em{
    font-size: 14px;
    color: #777;
    font-weight: normal;
}
.pricing p{
    font-size: 14px;
    color: #777;
    margin-top: 10px !important;
}

.cartdetails{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background: #fff;
    border-top: 1px solid #ccc;
}
.totaldetails{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
}
.totaldetails i{
    font-size: 14px;
    color: #555;    
}
.totaldetails a i{
    font-size: 20px;
    color: #fff;
    background: #fdaf31;
    padding: 10px;
}
.totaldetails span:first-child{
    border-right: 1px solid #555; 
    padding-right: 10px;
    margin-right: 10px;
}
@media only screen and (max-width: 767px){
    .totaldetails span{
        display: block;
    }
    .totaldetails span:first-child{
        border: none;
    }
}

.uk_item_list ul{
    margin-bottom: 0px;
}
.uk_item_list h2{
    font-size: 22px;
    padding-top: 45px;
}

/* sticky nav of category list */
.cat_items ul li{
    display: inline-block;
    margin-bottom: 0;
}
.cat_items ul{
    margin-bottom: 0 !important;
}
.cat_items ul li:hover{
    background: #fdaf31;
}
.cat_items ul li:hover a{
    color: #fff;
}
.cat_items{
    background: #eee;
}
.cat_items ul li a{
    color: #000;
    padding: 10px;
    display: inline-block;
    font-size: 14px;
}

.clientftr{
    background: #fdaf31;
    padding-top: 30px;
}
.ftt{
    border-color: #ffc566;
}
.ftt a{
    color: #872d2d;
}
.ftt a:hover{
    color: #fff;
}