/**
 * Avarsha Base Css File
 * Configure for base properties of avasha shopping system.
 */
/*base*/
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    min-width: 320px;
  }
  body {
    font: 400 16px/1.25 "Poppins", Arial, sans-serif;
    color: #222;
    min-width: 320px;
    background: #fff;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
  }
  *,
  *:before,
  *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  ::selection {
    background-color: rgba(0, 0, 0, 0.2);
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: inherit;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }
  h6 {
    font-weight: 500;
  }
  p {
    margin: 0;
  }
  strong,
  b {
    font-weight: 600;
  }
  em,
  i {
    font-style: normal;
  }
  img {
    margin: 0;
    vertical-align: middle;
  }
  hr {
    border: 0 none;
    margin-bottom: 1em;
  }
  blockquote {
    padding-left: 20px;
    border-left: 4px solid #dadada;
    margin: 0 0 1.64em -24px;
    color: #666664;
  }
  ul,
  ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  li ul,
  li ol {
    padding: 0;
    margin: 0;
  }
  li ul ul {
    list-style-type: circle;
  }
  .unstyled {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  code,
  tt {
    color: gray;
    font-size: 0.96em;
    background-color: #f9f9f7;
    padding: 1px 2px;
    border: 1px solid #dadada;
    border-radius: 3px;
    font-family: "Inconsolata", "Menlo", monospace;
  }
  pre {
    padding: 7px;
    border: 1px solid #dadada;
    border-radius: 4px;
    overflow: auto;
    line-height: 1.5;
    font-size: 0.96em;
    font-family: "Inconsolata", "Menlo", monospace;
    color: #4c4c4c;
    background-color: #f9f9f7;
  }
  pre code,
  pre tt {
    color: #4c4c4c;
    border: none;
    background-color: none;
    padding: 0;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  th,
  td {
    text-align: left;
    padding: 4px 8px 4px 10px;
  }
  td {
    vertical-align: top;
  }
  input {
    border: 1px solid #e8e8e8;
    background: #fff;
    transition: all 0.2s;
    color: inherit;
    font: inherit;
  }
  input:focus,
  input:hover {
    outline: none;
  }
  input:-webkit-autofill,
  textarea:-webkit-autofill {
    color: inherit;
    background: inherit;
  }
  input::-ms-clear {
    display: none;
  }
  input[type=text]::-ms-clear{display: none;}
  input[type=search]::-ms-clear{display: none;} 
  input::-webkit-search-cancel-button{display: none;}
  a {
    color: inherit;
  }
  a,
  a:hover,
  a:focus {
    text-decoration: none;
    outline: 0;
    cursor: pointer;
  }
  label {
    margin: 0;
    display: inline-block;
    font-weight: normal;
  }
  textarea {
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
  }
  button {
    font: inherit;
    background-color: unset;
    padding: 0;
  }
  *:active:focus,
  *:focus,
  *:active,
  * {
    outline: 0;
    box-shadow: none;
  }
 