﻿
.EditCart {
    width: 100%;
    height: 800px;
    background-color: white; 
    text-align :justify;  
}

.PrivacyPolicyContent {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    display: block;
    margin-bottom: 20px;
    font-size: small;
    font-weight: 200;
    color: gray; /*rgba(213, 222, 216,1);*/
}

.PrivacyPolicyHeader {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: large;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    color: black; /*rgba(213, 222, 216,1)!important;*/
}

.header-main {
    min-width: 350px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: -1;
    padding: 1em 1em;
    background: rgba(255, 255, 255, 0.04);
    -webkit-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.25);
}
.strongFont {
    font-weight:500; 
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;

}

.container {
    margin-top: 26px;
}
