/*
Theme Name: Zenit Child
Theme URI: http://zenit.select-themes.com
Description: A child theme of Zenit Theme
Author: Select Themes
Author URI: http://themeforest.net/user/selet-themes
Version: 1.0.0
Text Domain: zenit
Template: zenit
*/

/*
  Fix for Firefox rendering Bug
*/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  text-rendering: optimizeLegibility; /* untested */
}

/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

/*
  Overrides default stylesheet
*/
nav.qodef-fullscreen-menu ul li a {
  font-weight: 800!important;
}
.qodef-custom-font-holder{
  font-weight: 800!important;
}
h1,h2,h3,h5{
  font-weight: 800!important;
}

.qodef-woocommerce-page table.cart td.actions .coupon input[type=text]{
  float: left;
  width: 180px;
  margin: 0!important;
  padding: 9px 20px;
}

.qodef-woocommerce-page table.cart td.actions .button {
    height: 38px!important;
    line-height: 38px!important;
    padding: 0 28px!important;
    margin: 10px 0px;
    float: right!important;
}

.qodef-woocommerce-page table.cart td.actions .coupon .button {
    height: 38px!important;
    line-height: 38px!important;
    padding: 0 28px!important;
    margin: 0px!important;
    float: right!important;
}
