.dashboard-head{
    padding: 15px 15px 15px;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
}
.dashboard-logo-wrap .logo-img{
    width: 50%;
    min-width: 200px;
}
.dashboard-logo-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.circle-icon{
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EEEEEE;
    border-radius: 50px;
}
.circle-icon i{
    font-size: 22px;
}
.dashboard-search input{
    padding: 8px 40px;
    color: #BDBDBD;
    font-size: 18px;
    box-shadow: none !important;
}
.dashboard-search .search-ico {
    position: absolute;
    top: 0px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 12px;
}
.camera-icon{
    right: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboard-banner-wrap img{
    margin: 0 auto;
    display: block;
    height: 190px;
    object-fit: cover;
}
.dashboard-content{
    padding: 10px 15px;
}
.dashboard-btn-wrap{
    overflow-y: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
    display: flex;
}
.dashboard-btn{
    background-color: transparent;
    border-color: #EEEEEE;
    padding: 4px 20px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    line-height: 1.5;
    color: #000 ! Important;
    border: 1px solid #E0E0E0;
    white-space: nowrap;
    margin-left: 10px;
    letter-spacing: .2px;
}
.dashboard-btn-wrap .dashboard-btn:first-child {
    margin-left: 0;
}
.dashboard-btn-active{
    background-color: #DD2A1B;
    border-color: #DD2A1B;
    color: #fff !Important;
}
.dashboard-product-section{
    padding-top: 20px;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.dashboard-product{
    width: 115px;
    margin-right: 20px;
    position: relative;
}
.dashboard-product:last-child{
    margin-right: 0;
}
.dashboardProductImg img {
    width: 100%;
    height: 115px;
}
.dashboard-product .wishListIco {
    right: 0;
    top: 0;
}
.product-card-wrapper:hover{
    color: #212121;
}
.product-title{
    font-size: 11px;
    line-height: normal;
    font-weight: 600;
    padding: 15px 0 0px;
    width: 114px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 41px;
}
.product-price{
    font-size: 11px;
    line-height: 18px;
    font-weight: 600;
    color: #DD2A1B;
    padding-bottom: 10px;
}
.dashboard-card-section{
    padding-top: 0px;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 7.5px));
    grid-gap: 15px;
}
.dashboard-card-section .product-card{
    background-color: #F6F6F6;
    padding: 10px 57px 0 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    height: 65px;
    position: relative;
}
.dashboard-card-section .product-card img {
    height: 45px;
    position: absolute;
    right: 10px;
    width: 45px;
    object-fit: contain;
}
.card-title{
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    height: 34px;
}
.page-title-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}
.page-title{
    font-size: 14px;
    line-height: 22px;
    color: #212121;
    font-weight: 600;
}
.page-title-wrap a{
    font-size: 13px;
    line-height: 22px;
    color: #DD2A1B;
    font-weight: 600;
}
.page-title-wrap a i{
    color: #528F65;
    padding-left: 10px;

}
.footer-head-wrap{
    display: flex;
    justify-content: space-between;
    background-color: #DD2A1B;
    color: #fff;
    padding: 5px 0px;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}
.dashboard-footer-foot{
    padding: 10px 25px 5px;
}
.dashboard-footer-foot ul{
    display: flex;
    justify-content: space-between;
}
.dashboard-footer-foot .footerInnerSpan{
    display: flex;
    flex-direction: column;
    font-size: 10px;
    line-height: 25px;
    font-weight: 500;
    color: #9E9E9E;
}
.dashboard-footer-foot ul li a img{
    width: 18px;
    height: 25px;
    margin: 0 auto;
}
.dashboard-banner-wrap {
    margin-bottom: 0 !important;
}
.dashboard-banner-wrap .slick-dots {
    bottom: 15px;
}
.dashboard-banner-wrap .slick-dots li button {
    border: 2px solid white;
}
.dashboard-banner-wrap .slick-dots li.slick-active button:before {
    color: white;
    font-size: 7px;
}
.topHeaderSearch{
    padding: 0 15px 10px;
}
.dashboard-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 999;
    max-width: 576px;
    margin: auto;
}
.footer-head-wrap > div:nth-child(odd) {
    min-width: 33%;
    text-align: center;
    padding: 0 5px;
}
@media screen and (max-width:400px) {
    .dashboard-footer-foot{
        padding: 10px 25px 5px;
    }
    .footer-head-wrap{
        padding: 5px 0px;
    }
}