@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    position: relative;
    z-index: 2222;
  }

  input {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  input {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-inverse .btn-navbar {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }

  .container {
    width: auto;
    margin: 0px 10px 0px 10px;
  }

  .container {
    margin-right: 10px;
    margin-left: 10px;
    zoom: 1;
  }

  .menu-main-container {
    width: 100%;
  }

  .navbar-inverse {
    margin-bottom: 20px;
  }

  .nav-collapse {
    clear: both;
  }

  .nav-collapse .nav {
    margin: 0;
    width: 100%;
    background: #111111;
  }

  .nav-collapse .nav > li {
    height: 100% !important;
    width: 100%;
  }

  .nav-collapse .nav > li > a {
    padding: 10px 0px 10px 15px;
    font-weight: bold;
    color: #777777;
  }

  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus {
    background-color: #f2f2f2;
  }

  .navbar-inverse .nav-collapse .nav > li > a {
    color: #fff;
    background-color: #1f1f1f;
    padding: 20px;
    margin-top: auto !important;
    border-top: 1px solid #323232;
  }

  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus {
    background-color: #1f1f1f;
    color: #fff;
  }

  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    z-index: 222222;
    width: 100%;
  }

  .navbar .btn-navbar {
    display: block;
  }

  #header-searchform {
    padding: 20px;
    margin: 0px;
    background: #191919;
    box-shadow: inset 0px 3px 3px 0px rgba(1, 1, 1, 0.5);
  }

  #header-searchform input[type='text'] {
    width: 90%;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    overflow: visible !important;
  }

  #header-searchform {
    top: 16px;
  }
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

button,
input {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  overflow: visible;
  line-height: normal;
}

button,
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button,
input[type='submit'] {
  cursor: pointer;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }
}

body {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  zoom: 1;
}

.header-section {
  width: 960px;
}

.container:after {
  clear: both;
}

input,
button {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

input[type='text'] {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
}

input {
  width: 206px;
}

input[type='text'] {
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

input[type='text']:focus {
  border-width: 1px;
  border-style: solid;
  outline: 0;
}

input[type='submit'] {
  width: auto;
}

input {
  margin-left: 0;
}

input:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

[class^='icon-'] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url('http://127.0.0.1:5502/header/img/glyphicons-halflings.png');
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  margin-bottom: -3px;
}

.dropdown-toggle:active {
  outline: 0;
}

.collapse {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.btn {
  display: inline-block;
  display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  margin-left: 0.3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffffff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active {
  color: #333333;
  background-color: #e6e6e6;
  background-color: #d9d9d9;
}

.btn:active {
  background-color: #cccccc;
}

.btn:first-child {
  margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

button.btn {
  padding-top: 3px;
  padding-bottom: 3px;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}

.dropdown-toggle:after {
  content: none;
}

.navbar {
  position: relative;
  z-index: 999999 !important;
  margin-bottom: 0px;
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
}

.navbar-inner:after {
  clear: both;
}

.nav-collapse.collapse {
  overflow: visible;
}

.navbar .btn {
  margin-top: 20px;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: flex;
  margin: 0 10px 0 0;
}

.navbar .nav > li > a {
  padding: 10px 15px 10px;
  text-decoration: none;
  text-shadow: none;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

.navbar .btn-navbar {
  display: none;
  padding: 15px;
  margin-right: 30px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f2f2f2),
    to(#e5e5e5)
  );
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active {
  color: #ffffff;
  background-color: #d9d9d9;
}

.navbar .btn-navbar:active {
  background-color: #cccccc;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar-inverse .nav > li > a {
  text-shadow: 0;
  opacity: 1;
}

.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  opacity: 1;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
}

.navbar-inverse .nav .current-menu-parent > a,
.navbar-inverse .nav .current-menu-parent > a:hover,
.navbar-inverse .nav .current-menu-parent > a:focus {
  opacity: 1;
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #333333;
  background-color: #333333;
  background-image: -moz-linear-gradient(top, #333333, #333333);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#333333),
    to(#333333)
  );
  background-image: -webkit-linear-gradient(top, #333333, #333333);
  background-image: -o-linear-gradient(top, #333333, #333333);
  background-image: linear-gradient(to bottom, #333333, #333333);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  margin: 16px 15px 12px 15px;
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active {
  background-color: #333;
  color: #ffffff;
}

.navbar-inverse .btn-navbar:active {
  background-color: #333;
}

.nav-collapse {
  -webkit-transform: none !important;
}

[class^='icon-'] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.3em;
}

[class^='icon-']:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

[class^='icon-'] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

body {
  background-attachment: fixed !important;
  background-color: transparent;
  background-image: url('http://127.0.0.1:5502/wp-content/themes/gameaddict/img/header.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  color: #666;
  height: 100%;
  font-family: Arial;
}

a {
  text-decoration: none;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  cursor: pointer;
  font-weight: bold;
}

a {
  outline: none !important;
}

a:hover {
  color: #666;
  text-decoration: none;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  cursor: pointer;
}

span {
  font-size: 14px;
}

input[type='text']:focus {
  background-color: #fff !important;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -ms-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  transition: linear 0.3s;
  box-shadow: none !important;
}

input[type='submit'] {
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  position: relative;
  top: -3px;
  color: #ffffff;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  border-radius: 5px 5px 5px 5px;
  border: none;
  margin-top: 5px;
}

input[type='submit']:hover {
  color: #fff;
  background-color: #d16428;
}

input[type='submit'] {
  font-size: 12px;
  padding: 12px 20px 12px 20px !important;
}

.navbar-inverse {
  height: 67px;
  transition: all 0.3s linear 0s;
  background: url('http://127.0.0.1:5502/header/img/menu-extra.png') repeat-x
    scroll left top transparent;
}

.navbar .nav li:hover {
  background: transparent;
}

.navbar .nav li.current-menu-parent a {
  opacity: 1;
}

.navbar-inverse .nav > li > a {
  padding: 18px 20px 23px 20px;
  display: block;
  margin-top: 6px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.7;
}

.navbar-inverse .nav > li > a:hover {
  opacity: 1;
}

.navbar-inner {
  height: 67px;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -ms-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  transition: linear 0.3s;
  background: url(http://127.0.0.1:5502/header/img/menu-extra.png) top left
    repeat-x;
}

@media print {
  html,
  body {
    height: auto;
  }
}

#header-searchform input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: url('http://127.0.0.1:5502/header/img/search.png');
  background-origin: padding-box;
  background-position: 10px 12px;
  background-repeat: no-repeat;
  background-size: auto auto;
  border-bottom-color: -moz-use-text-color;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-right-color: -moz-use-text-color;
  border-right-style: none;
  border-right-width: medium;
  border-left-color: -moz-use-text-color;
  border-left-style: none;
  border-left-width: medium;
  border-top-color: -moz-use-text-color;
  border-top-style: none;
  border-top-width: medium;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 8px;
  padding-left: 34px;
  padding-right: 0;
  padding-top: 8px;
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  transition-timing-function: ease;
  width: 0px;
  height: 20px;
}

#header-searchform input:before {
  content: '\f067';
}

#header-searchform #header-searchsubmit {
  display: none;
}

#header-searchform input:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #efefef;
  border-bottom-color: -moz-use-text-color;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-right-color: -moz-use-text-color;
  border-right-style: none;
  border-right-width: medium;
  border-left-color: -moz-use-text-color;
  border-left-style: none;
  border-left-width: medium;
  border-right-width: medium;
  border-top-color: -moz-use-text-color;
  border-top-style: none;
  border-top-width: medium;
  color: #555555;
  cursor: text;
  margin-left: 15px;
  font-size: 12px;
  padding-bottom: 8px;
  padding-left: 34px;
  padding-right: 0;
  padding-top: 8px;
  width: 150px;
}

#header-searchform {
  position: absolute;
  margin-bottom: 0;
  right: 45px;
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

a {
  color: #ff5b5b;
}

.navbar-inverse {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6), 0px 1px 1px 1px #f3ab46 inset;
}

.navbar-inverse {
  background-image: linear-gradient(to top, #c43e2f, #d16428);
}

.navbar-inverse .nav > li > a {
  color: #fff;
}

.navbar-inverse .nav > li > a {
  padding: 18px 20px 23px;
  display: block;
  margin-top: 6px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.7;
}

.navbar-inverse .nav > li > a,
input,
button {
  font-family: Open Sans;
}

input[type='submit'] {
  background-color: #ff5b5b;
}

.navbar-inverse {
  background-image: linear-gradient(to top, #c43e2f, #d16428);
}

.navbar-inverse {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), inset 0 1px 1px 1px #f3ab46;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), inset 0 1px 1px 1px #f3ab46;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), inset 0 1px 1px 1px #f3ab46;
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(bottom, #c43e2f, #d16428);
  background-image: -moz-linear-gradient(bottom, #c43e2f, #d16428);
  background-image: -o-linear-gradient(bottom, #c43e2f, #d16428);
  background-image: linear-gradient(to top, #c43e2f, #d16428);
}

input[type='submit']:hover {
  background-color: #d16428;
}

.navbar-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .header-section {
    width: 100%;
  }
}

/* General Styles */
.navbar {
  background-color: #222;
}

.navbar a {
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
}

.navbar .navbar-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar img {
  max-height: 50px;
}

.nav-collapse {
  display: flex;
  justify-content: flex-end;
}

.nav-collapse ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-collapse ul li {
  display: inline-block;
}

/* Button for mobile */
.btn-navbar {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  display: none;
}

.btn-navbar .icon-bar {
  width: 22px;
  height: 2px;
  background-color: white;
  margin: 4px 0;
}

/* Mobile specific styles */
@media (max-width: 768px) {
  .nav-collapse {
      display: none;
      flex-direction: column;
      width: 100%;
      background-color: #222;
      position: absolute;
      top: 60px; /* adjust based on your navbar height */
      left: 0;
  }

  .nav-collapse ul {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .nav-collapse ul li {
      width: 100%;
      text-align: center;
      padding: 10px 0;
      border-bottom: 1px solid #444;
  }

  .btn-navbar {
      display: inline-block !important;
  }

  .nav-collapse.show {
      display: flex;
  }
}

.btn {
  border-radius: 0px !important;
}
