.product-price{
    z-index: 1;
    position: relative;
    color: #f51919;
}

.product-price span{
    position: absolute;
    top: 0;
    font-size: 12px;
}

.product-quatity-field{
    border: 1px solid #ccc !important;
    border-radius: 50px !important;
    padding-left: 15px !important;
    color: #666; 
}

.product-attr-color{
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.mtn-card.mtn-card--product .mtn-card__img-container .mtn-card--product__image{
    z-index: 10;
}

.mtn-img-content{
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    box-sizing: border-box;
    border-radius: 20px;
}



.mtn-selectable-container .mtn-card.mtn-card--selectable.mtn-card--selectable--icon-card{
    height: auto;
    display: inline-block;
    vertical-align: top;
}

.mtn-selectable-container .mtn-card--selectable-content{
    margin: 30px 0 0;

    display: none;
}

.mtn-selectable-container .mtn-card--selectable-content.active{
    display: block !important;
}

.mtn-selectable-container .show{
    display: none;
}

.mtn-cart-item h4{
    font-size: 12px;
}

.mtn-cart-item .mtn-card__header h3,.mtn-cart-item .mtn-card__header>div{
    display: inline-block;
    vertical-align: middle;
}

.mtn-cart-item .mtn-card__header>div{
    width: 40px;
    height: 40px;
}

.mtn-cart-item .mtn-card__header h3{
    width: calc(100% - 60px);
    margin: 0;
}

.mtn-cart-item .mtn-card__header .form-control{
    position: relative;
    right: -30px;
    text-align: center;
}

.bg-grey {
    background: #f2f2f2;
}

.mtner-card{
    margin-bottom: 30px;
}

.spinner { 
    margin:  auto;
    width: auto;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s; 
    animation-delay: -0.16s; 
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% { 
        -webkit-transform: scale(0);
        transform: scale(0); 
    } 40% { 
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
} 


.mtn-navbar .mtn-navbar__header .mtn-navbar__toggle{
    max-height: 69px;
    overflow: hidden;
}

.mtn-navbar .mtn-navbar__header .mtn-navbar__toggle i{
    font-size: 20px !important;
}

#header_cart_icon{
    margin-right: 30px;
}

.full-width{
    width: 100%;
}

.bg-white{
    background: #fff;
}


#login_page{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

#login_poage_box{
    background: #fff;
    width: 400px;
    padding: 60px;
    border-radius: 15px;
}

#login_page .mtn-btn-link{
    width: 100%;
    text-align: center !important;
}

#login_page .mtn-btn-link button{
    display: block;
    text-align: center !important;
}

.nav-item.active .nav-link{
    font-weight: bold !important;
}

#login_flash_message{
    background: #ffec9f;
    margin-bottom: 15px;
    padding: 15px;
}

.v-aling-top{
    vertical-align: top;
}

.v-aling-middle{
    vertical-align: middle;
}

#logout_mobile_menu a{
    background: #e81645;
    border: none;
}

#logout_mobile_menu a i{
    float: right;
    font-size: 22px;
    color: #e8e8e8;
}


.ph-item{position:relative;display:flex;flex-wrap:wrap;padding:30px 15px 15px;overflow:hidden;margin-bottom:30px;background-color:#fff;border:1px solid #e6e6e6;border-radius:2px}.ph-item,.ph-item *,.ph-item :after,.ph-item :before{box-sizing:border-box}.ph-item:before{content:" ";position:absolute;top:0;right:0;bottom:0;left:50%;z-index:1;width:500%;margin-left:-250%;-webkit-animation:phAnimation .8s linear infinite;animation:phAnimation .8s linear infinite;background:linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%}.ph-item>*{flex:1 1 auto;display:flex;flex-flow:column;padding-right:15px;padding-left:15px}.ph-row{display:flex;flex-wrap:wrap;margin-bottom:7.5px}.ph-row div{height:10px;margin-bottom:7.5px;background-color:#ced4da}.ph-row .big,.ph-row.big div{height:20px;margin-bottom:15px}.ph-row .empty{background-color:hsla(0,0%,100%,0)}.ph-col-2{flex:0 0 16.66667%}.ph-col-4{flex:0 0 33.33333%}.ph-col-6{flex:0 0 50%}.ph-col-8{flex:0 0 66.66667%}.ph-col-10{flex:0 0 83.33333%}.ph-col-12{flex:0 0 100%}.ph-avatar{position:relative;width:100%;min-width:60px;background-color:#ced4da;margin-bottom:15px;border-radius:50%;overflow:hidden}.ph-avatar:before{content:" ";display:block;padding-top:100%}.ph-picture{width:100%;height:120px;background-color:#ced4da;margin-bottom:15px}@-webkit-keyframes phAnimation{0%{transform:translate3d(-30%,0,0)}to{transform:translate3d(30%,0,0)}}@keyframes phAnimation{0%{transform:translate3d(-30%,0,0)}to{transform:translate3d(30%,0,0)}}



.ph-row div {
    background-color: #e8e8e8 !important;
}

.ph-item{
        border: none;
    margin: 0;
}
@media only screen and (max-width:512px) {
    #chat_container{
       /* height: 100% !important; */
    }

    #login_page{
        padding: 0 !important;
        background: #fff !important; 
    }

    #login_poage_box{
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 !important;
        width: 100%;
    }
    
    #account_header{
        margin-bottom: 15px !important;
    }
}  


.alert-danger{
    color: #ffffff;
    background-color: #ff1b30;
    border: none;
}

body{
    overflow-x: hidden !important;
}

.font-bold{
    font-family: MTNBrighterSans-Bold,sans-serif;
}

.display-table{
    display: table;
}

.full-width{
    width: 100%;
}

.display-table-cell{
    display: table-cell;
}

.vertical-align-middle{
    vertical-align: middle;
}

.vertical-align-bottom{
    vertical-align: bottom;
}

.vertical-align-top{
    vertical-align: top;
}
