/* Font family */
@font-face {
  font-family: 'latoregular';
  src: url('../fonts/lato/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'latobold';
  src: url('../fonts/lato/Lato-Bold.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'latolight';
  src: url('../fonts/lato/Lato-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'materialicons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/materialicon/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url("../fonts/materialicon/MaterialIcons-Regular.woff2") format('woff2'),
       url("../fonts/materialicon/MaterialIcons-Regular.woff") format('woff'),
       url("../fonts/materialicon/MaterialIcons-Regular.ttf") format('truetype');
}
/* Global styles */
body {
  color: #69696E;
}
strong {
 font-weight: 300;
}
.no-margin {
  margin: 0 !important;
}
.container {
  width: 90%;
}
.container.fluid {
 width: 90%;
}
.text-justify {
  text-align: justify;
}
.varma-text {
  font-size: 21px;
}
/* Material icons styles */
.material-icons {
  font-family: 'MaterialIcons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
/* Vertical tabs styles */
.tabs-vertical .tabs .tab a span,
.tabs-vertical .tab-content h5 span {
  color: #69696E;
  font-size: 12px;  
}
@media only screen and (max-width: 601px){
  .tabs-vertical .tabs {
    display: none;
  }
  .tabs-vertical .tab-content {
    display: block !important;
  }
  .valign-wrapper {
    display: block;
  }
  nav .brand-logo {
    font-size: 1.3rem !important;
  }
}
/*Shop*/
.prod-img {
  height: 100px;
}
td {
  padding: 10px 5px;
}
#shoppingcart-table th {
  padding: 25px 5px;
}
