﻿.center {
    text-align: center;
}

.center-page {
    width: 300px;
    height: 300px;
    position: absolute;
    top: -40px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
  input::-webkit-input-placeholder { /* WebKit browsers */
        color:    #f51;!important;
    }
    input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #f51;!important;
    }
    input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #f51;!important;
    }
    input:-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #f51;!important;
    }

.space-vert {
    margin-top: 20px;
}

.footer-pos {
    width: auto;
    height: auto;
    position: absolute;
    top: 600px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.myGrid {
background-color: blueviolet;


}

/* Create two equal columns that sits next to each other */
.column {
    flex: 50%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
}
.Mydropdownlist {
    left: auto;
    right: 0;
    direction:rtl;
    text-align: right;
    background-color:lightblue;
}
.chkboxstyle {
    border-radius: 2em;
    height: 50px;
    width: 100px;
   
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background-color: #eee;
}
.mytextbox {
    background-color:#9BABD9;
   color:white;
}
.center_div{
    margin: 0 auto;
    width:80% /* value of your choice which suits your alignment */
}

body {
    padding-top: 50px;
    font-family: 'Almarai', sans-serif;
}

/*products.aspx*/
.probrand {
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase;
    font-family: sans-serif;
}

.proName {
    font-size: 13px;
    line-height: 17px;
    font-family: sans-serif;
}

.proPrice {
    font-size: 14px;
    line-height: 17px;
    font-family: sans-serif;
    font-weight: 600;
}

.proOgPrice {
    font-size: 13px;
    font-family: sans-serif;
    font-weight: 400;
    text-decoration: line-through;
    color: gray;
}
.proPriceDiscount {
    font-size: 13px;
    font-family: sans-serif;
    font-weight: 400;
    color: deeppink;
}

/*productview*/
.proNameView{
    font-size: 20px;
    line-height: 25px;
    font-family: sans-serif;
    font-weight: 600;
    color:#696e80;
}
.proOgPriceView {
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 400;
    text-decoration: line-through;
    color: gray;
}
.proPriceDiscountView {
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 400;
    color: deeppink;
}
.proPriceView {
    font-size: 16px;
    line-height: 17px;
    font-family: sans-serif;
    font-weight: 600;
    margin-top:10px
}
.divDet1{
    border-bottom: 1px dashed #D5D6D8;
    margin-bottom: 20px;
}
.h5Size{
    font-weight:600;
}
input[type=radio]{
    margin-right:10px;
    margin-left:10px;
}
.mainButton{
    border-radius: 3px;
    outline: 0;
    margin-top: 10px;
    margin-bottom:20px;
    font-size: 13px;
    min-height: 22px;
    padding: 10px 15px;
    min-width: 108px;
    font-weight: 500;
    background-color: #FF5722;
    border: 1px solid #FF5722;
    color: #fff;
}
.btnFloat, div.btnFloat table {
    float: Right;
} 
@font-face {
  font-family: 'Almarai',;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Almarai-Regular.ttf'); 

}
.my-custom-font {
    font-family: 'HSDream-Bold', Arial, sans-serif;

}



.btn-color {
    background-color: #0e1c36;
    color: #fff;
}

.profile-image-pic {
    height: 200px;
    width: 200px;
    object-fit: cover;
}



.cardbody-color {
    background-color: #ebf2fa;
}

a {
    text-decoration: none;
}
.cardFont {
    font-size: 22px;
    font-weight: 600;
    line-height: 15px;
    
    font-family: 'Simplified Arabic';
}
.NEWColororange{
background-color:orange

}
.colorsim{
    background-color:rosybrown
}
